@import url('https://fonts.googleapis.com/css2?family=Anton&family=Cormorant+Garamond&family=Heebo:wght@100..900&family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:wght@100..900&family=Lato&family=Poppins&family=Quicksand:wght@300..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Salsa&display=swap');

html body
{
    font-family: "Inter", sans-serif;
}
.sep-contact 
{
    font-family: "Inter", sans-serif;
}


.whatsapp-icon {
  position: fixed;
  bottom: 10%;
  right: 0;
  z-index: 1000;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.sm-icons 
{
  font-size:25px ;
}
.sm-icons .wats
{
  background-color: green;
}

.navbar .navbar-brand 
{
    width: 240px;
    margin-left: -5px;
}
.navbar .nav-item .nav-link 
{
  color: black;
  font-weight: 500;
}
.navbar .nav-item:hover .nav-link
{
    background-color:white;
    color: rgb(5, 0, 137);
}


.navbar .nav-bn button
{
  margin-top: 5px;
  border: none;
  color: white;
  background-color: rgb(13, 0, 128);
  border-radius: 3px;
  width: 100%;
  font-size: 18.5px;
}

.myswiper  {
    width: 100%;
    --swiper-pagination-color: white;
    --swiper-navigation-color: white;
    --swiper-navigation-size: 25px;
  }


  .myswiper swiper-slide {
    font-size: 18px;
    background: #fff;
    display: flex;
    align-items: center;
    height: 300px;
  }

  .myswiper swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .myswiper swiper-slide video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .myswiper swiper-slide .absbtn button
  {
    background-color: rgb(255, 255, 255);
    padding: 5px;
    color: #000000;
    font-size: 15px;
    border-radius: 3px;
    border: none;
  }
  .myswiper swiper-slide .swipe-cap h3
  {
    color: white;
  }


  .myswiper swiper-slide .swipe-cap #swipe-desc
  {
  color: #ffffff;
  font-size: 15px;
 }

 .home-sample swiper-slide .swipe-cap #swipe-desc
 {
  font-size: 16px;
 }
 @media (min-width:991px) {
    
  .navbar .nav-bn
  {
      width: 300px;
  }
}


 @media (max-width:767px) {
    
  .myswiper swiper-slide 
  {
      height: 400px;
  }
}
 @media (max-width:991px) {
    
  .navbar .navbar-brand 
  {
      width: 200px;
      margin-left: -5px;
  }
}

.title h3
{
    font-weight: bold;
    font-size: 30px;
}
.title span 
{
    color:rgb(13, 63, 138) ;
}
.title #bio 
{
    color:rgb(13, 63, 138) ;
}
.title #care 
{
    color: rgb(5, 109, 5) ;
}
.title hr 
{
    width: 80px;
    border-width: 1px;
    color: rgb(183, 183, 183);
    border-style: dotted;
}
.title button 
{
    padding: 8px;
    background-color: transparent;
    border: 1px solid black;
}

/* services */

.services 
{
  background-color: #4343431d;
}

.services .card 
{
  width: 18.2rem;
    border: none;
}

.services .card #cir1
{

  background-color: #ffbe0b;
    color: white;
    border-radius: 4px;
}

.services .card #cir2
{

  background-color: #fb5607;
    color: white;
    border-radius: 4px;
}

.services .card #cir3
{

  background-color: #ff006e;
    color: white;
    border-radius: 4px;
}

.services .card #cir4
{

  background-color: #8338ec;
    color: white;
    border-radius: 4px;
}

.services .card #cir5
{

  background-color: #3a86ff;
    color: white;
    border-radius: 4px;
}
.services .card .cp-test h6
{
  color: rgb(75, 75, 75);
  text-align: center;
}
.services .card .cp-test h3
{
  color: rgb(0, 0, 0);
  text-align: center;
  font-weight: bold;
}
.services .card .green::before
{
  content: '\2713  ';
  font-weight: bold;
  color: rgb(58, 166, 0);
  font-size: 14px;

}
.services .card .red::before
{
  content: '\274c  ';
  font-weight: bold;
  color: rgb(255, 0, 0);
  font-size: 10px;
}
.services .card button
{
  background-color: transparent;
  border: 1px solid rgb(0, 0, 0);
  padding: 8px;
  width: 100%;
  border-radius: 4px;

}

.services .li-tests li 
{
  font-size: 14.6px;
}


/* home-sample */

/* .home-sample 
{
  background: url(ht1.jpg) center center no-repeat ;
  background-size: cover;

} */

.home-sample h3, .home-sample p 
{
  color: white;
}

.home-sample button 
{
  padding: 8px;
  background-color: transparent;
  border: 1px solid white;
  color: white;
}

.home-sample swiper-slide 
{
  height: 100%;
}
/* cont-1 */

.cont-1 
{
    background-color:#28a745;
    color: white;
    text-align: center;
    
}

.cont-1 .cont hr 
{
    width: 80px;
    border-width: 2px;
    color: rgb(183, 183, 183);
}

.cont-1 .cont button 
{
    padding: 12px;
    border: none;
    background-color: white;
    border-radius: 5px;
    font-weight: bold;
    color:rgb(13, 63, 138) ;
}



  /* testimonials */

  .testimonial-section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.testimonial-section .testimonial-image {
    width: 300px;
    height: auto;
    display: block;
    border-radius: 8px;
}

.testimonial-section .swiper-container {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
}

.testimonial-section .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.my2swiper swiper-slide 
{
  display: flex;
  justify-content: center;
}

.my2swiper swiper-slide img
{
  width: 400px;
  border-radius: 5px;
}


/* portfolio */

.portfolio 
{
}

.portfolio .p-item 
{
  background-color: white;
    color: rgb(64, 64, 64);
   padding: 8px;
   display: flex;
   justify-content: center;
   align-items: center;
   border: 1px dotted black;
   font-size: 16px;
   border-radius: 4px;
   width: 12rem;

}

/* footer */

#contact 
{
  background-color: #ffffff;
}
#contact h4 
{
  color: rgb(13, 63, 138);
}
#contact .cont-logo
{
    width: 140px;
}
#contact .other-services h5 
{
  color: rgb(13, 63, 138);
  font-weight: bold;
}


#contact p 
{
  color: rgb(0, 0, 0); 
}

#contact li a ,  #contact li
{
  text-decoration: none;
  color: rgb(0, 0, 0) ;
}

#contact hr 
{
  width: 80px;
  border-width: 1px;
  color: rgb(184, 184, 184);
  border-style: dotted;
}





.cont-form .sec h3, .cont-form .sec p 
{
  color: white;
}

.cont-form .cont-sec-btn 
{
  padding: 8px;
  background-color: transparent;
  border: 1px solid white;
  color: white;
}
.cont-form
  {
  }

  .cont-form .form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 350px;
    background-color: #ffffff00;
    padding: 20px;
    border-radius: 20px;
    position: relative;
  }
  
 .cont-form .title
  {
    font-size: 30px;
    color:rgb(255, 255, 255);
    font-weight: 600;
  }
  .cont-form .flex {
    display: flex;
    width: 100%;
    gap: 6px;
  }
  
  .cont-form .form label {
    position: relative;
  }
  
  .cont-form .form label .input {
    width: 100%;
    padding: 10px 10px 20px 10px;
    outline: 0;
    border: 1px solid rgba(105, 105, 105, 0.397);
    border-radius: 10px;
  }
  
  .cont-form .form label .input + span
   {
    position: absolute;
    left: 10px;
    top: 15px;
    color: grey;
    font-size: 0.9em;
    cursor: text;
    transition: 0.3s ease;
  }

  .cont-form .form label #report 
  {
    background-color: white;
  }
  
  .cont-form .form label .input:placeholder-shown + span {
    top: 15px;
    font-size: 0.9em;
  }
  
  .cont-form .form label .input:focus + span, .cont-form .form label .input:valid + span {
    top: 30px;
    font-size: 0.7em;
    font-weight: 600;
  }
  
  .cont-form .form label .input:valid + span {
    color: green;
  }
  
  .cont-form .submit {
    border: none;
    outline: none;
    padding: 10px;
    background-color: rgb(8, 209, 18); ;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    transform: .3s ease;
  }
  
  .cont-form .submit:hover {
    background-color: rgb(130, 194, 56);
  }

  .cont-form .report h4
  {
    color:rgb(56, 90, 194) ;
    font-weight: bold;
  }
  .cont-form .report button
  {
    color:rgb(0, 0, 0) ;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid black;
    background-color: transparent;
  }


  /* sep-services */

  .sep-services 
  {
    font-family: "Inter", sans-serif;
  }

  .sep-services .card 
  {
    width: 18rem;
  }
  .sep-services .card .card-title 
  {
    font-size: 22px;
    font-weight: bold;
    color: #09099c;
    text-align: center;
  }
  .sep-services .card .price
  {
    font-size: 20px;
    color: #323232;
    font-weight: bold;
    text-align: center;

  }
  .sep-services .card h6
  {
    text-align: center;
    color: #444444;
    font-weight: bold;

  }
  .sep-services .card ul
  {
    text-align: center;
    color: #242424;

  }

  .sep-services .card a 
  {
    display: flex; 
    justify-content: center;
    text-decoration: none;
  }

  .sep-services .card button 
  {
    padding:0;
    background-color: transparent;
    border: none;
    color: #2fac09;
    font-weight: bold;
    text-align: center;
/* 
    border: 1px solid black;
    padding: 5px;
    color: black;
    background-color: transparent; */

  }

  .ser-table 
  {
    font-family: "Inter", sans-serif;
  }


 .lab-item 
 {
  width: 150px;
 }