* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
}

p,
ul,
li {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Lato", sans-serif;
}



/* header */
header {
  position: unset;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}

header .header-top {
  background-color: #25989d;
  padding: 3px 0px;
}

header .header-top .top-info li,
header .header-top .top-info li a {
  color: #fff;
  font-size: 14px;
}

header .header-top .top-info li:last-child a {
  display: inline-block;
  height: 35px;
  width: 35px;
  border-radius: 50px;
  line-height: 35px;
  text-align: center;
  background-color: #3fb9c4;
  color: #fff;
  border: 1px solid #3fb9c4;
  transition: .5s;
}

header .headermn .navbar .navbar-brand {
  width: 18%;
}

header .headermn .navbar .navbar-brand img {
  width: 100%;
}

header .nav-link {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  transition: .5s;
  position: relative;
  padding: 0px 0px !important;
  text-transform: uppercase;
}

header .nav-link::after {
  content: '';
  background-color: #3fb9c4;
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: .5s;
}

header .nav-link:hover::after {
  width: 100%;
}

header .nav-link:hover,
header .nav-link:focus {
  color: #3fb9c4;
}

header .navbar-nav {
  gap: 45px;
}

header .navbar-toggler {
  border: none;
  color: #25989d;
  font-size: 28px;
  border-radius: 0;
}

header .navbar-toggler:focus {
  box-shadow: none;
}

header .offcanvas-title img {
  width: 34%;
}

header .navbar-nav {
  position: relative;
  align-items: center;
}

.sticky {
  left: 0;
  right: 0;
  z-index: 999;
  position: fixed !important;
  top: 0px;
  animation: slideDown .5s ease-out;
  background-color: #fff;
  box-shadow: 0 0 10px #00000021;
}

.sticky .headermn .navbar .navbar-brand {
  width: 18%;
}

header .dropdown-menu{border-radius: 0; border: 0; padding: 15px 0; box-shadow: 0 0 5px #0000002f;}
header .dropdown-menu li .dropdown-item{padding: 6px 20px; font-size: 18px; font-weight: 500; font-family: initial;}
header .dropdown-menu li .dropdown-item:hover{background-color: #25989d; color: #fff;}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(10);
  }
}

header .navbar .whatsapp li a {
  display: inline-block;
  padding: 10px 20px;
  background-color: transparent;
  color: #3fb9c4;
  border-radius: 3px;
  transition: .5s;
  border: 1px solid #3fb9c4;
  position: relative;
  transition: .5s;
  z-index: 1;
}

header .navbar .whatsapp li a::before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  transition: .5s;
  background-color: #3fb9c4;
  z-index: -1;
}

header .navbar .whatsapp li a:hover:before {
  width: 100%;
}

header .navbar .whatsapp li a:hover {
  color: #ffffff;
}



/* slider */

#slider .owl-item {
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0;
}

/* #slider .content{text-align: center;}
#slider .content h2{font-size: 50px; color: #fff; font-weight: 600; position: relative; text-transform: uppercase;}
#slider .content h2::before{position: absolute; content: ''; width: 50px; height: 2px; background-color: #fff; top: -10px; left: 0px; right: 0px; text-align: center; margin: auto;}
#slider .content h5{font-size: 16px; font-weight: bold; font-style:italic; margin: 15px 0px 30px; color: #e4e4e4;} 
#slider .content .enquiry-btn{padding: 13px 20px; background-color: #3fb9c4; color: #fff; border-radius: 3px; transition: .5s;}  */


#slider .owl-theme .owl-dots .owl-dot {
  display: none;
}

#slider button.owl-prev {
  position: absolute;
  text-align: center;
  padding: 0px;
  color: black;
  top: 50%;
  font-size: 25px;
  left: 15px;
  background-color: white;
  width: 35px;
  height: 35px;
  line-height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#slider button.owl-next {
  position: absolute;
  text-align: center;
  padding: 0px;
  color: black;
  top: 50%;
  font-size: 25px;
  right: 15px;
  background-color: white;
  width: 35px;
  height: 35px;
  line-height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#slider button.owl-prev span, #slider button.owl-next span {bottom: 2px; position: relative;}

/* family-plannin */

#family-planning{background-color: #3fb9c4; padding: 0px 70px; overflow: hidden; margin-top: -10px;}
#family-planning .iner{background-color: #3fb9c4; padding: 50px 20px; text-align: center;}
#family-planning .iner.iner-1{background-color: #e6e6e6;}
#family-planning .iner.iner-1 .icon i{color: #000;}
#family-planning .iner.iner-1 h3{color: #000;}
#family-planning .iner.iner-1 .text{color: #000;}
#family-planning .iner .icon i{font-size: 45px; color: #fff;}
#family-planning .iner h3{color: #fff; margin: 20px 0px 20px; text-transform: uppercase; font-size: 18px; font-weight: 600;}
#family-planning .iner .text{color: #fff; margin-bottom: 20px;}
#family-planning .iner a{padding: 11px 20px; border-radius: 3px; display: inline-block; background-color: #25989d;  color: #fff;}


/* service */

#service{padding: 50px 0px;}
#service .row{row-gap: 25px;}
#service .iner{border: 1px solid #eee;}
#service .iner .imgs{overflow: hidden;}
#service .iner .imgs img{transition: .5s;}
#service .iner .imgs:hover img{transform: scale(1.1);}
#service .conteint{padding: 20px 30px 30px; text-align: center;}
#service .conteint h3{font-size: 20px; font-weight: 600; position: relative; margin-bottom: 40px; color: #000;}
#service .conteint h3::before{position: absolute; content: ''; width: 70px; height: 3px; left: 0px; right: 0px; bottom: -20px; background-color: #25989d; margin: auto;}
#service .conteint .text{margin-bottom: 25px; color: #000;}
#service .conteint .read-more{padding: 10px 30px; border-radius: 3px; display: inline-block; border: 1px solid #25989d; background-color: #25989d;  color: #fff; transition: .5s;}
#service .conteint .read-more:hover{background-color: transparent; color: #25989d;}

/* ve-proved-sec */

#ve-proved-sec{background-image: url(../images/ve-proved-bg.jpg); background-position: center center; background-repeat: no-repeat; background-size: cover; padding: 60px 0px; position: relative; z-index: 1;}
#ve-proved-sec::before{position: absolute; content: ''; left: 0; right: 0; top: 0; bottom: 0; background-color: #3fb9c4cc; z-index: -1;}
#ve-proved-sec .content{text-align: center;}
#ve-proved-sec .content h3{font-size: 30px; font-weight: 600; color: #fff; margin-bottom: 15px;}
#ve-proved-sec .content .text{color: #fff; font-size: 18px; font-weight: 600; margin-bottom: 20px;}
#ve-proved-sec .content .read-more{padding: 10px 30px; border-radius: 3px; display: inline-block; border: 1px solid #fff; background-color: #fff;  color: #000000; transition: .5s;}
#ve-proved-sec .content .read-more:hover{background-color: transparent; color: #fff;}

/* gallery */

#gallery {
  background-color: #f3f1f1;
  padding: 60px 0 40px;
  overflow: hidden;
}

#gallery .row{row-gap: 20px;}

#gallery h2 {
  font-size: 38px;
  color: #3fb9c4;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

#gallery h2 span {
  color: #000;
}

#gallery .img-wrapper {
  position: relative;
  margin-top: 15px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 8px #00000033;
}

#gallery .img-wrapper img {
  width: 100%;
}

#gallery .img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

#gallery .img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5%;
}

@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}

#nextButton i {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#nextButton:hover {
  opacity: 1;
}

#prevButton i {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#prevButton:hover {
  opacity: 0.7;
}

#exitButton i {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}

#exitButton:hover {
  opacity: 0.7;
}

/* testimonials */

#testimonials{background-image: url(../images/testimonials-bg.jpg); background-position: center center; background-repeat: no-repeat; background-size: cover; padding: 60px 0px; position: relative; z-index: 1;}
#testimonials::before{position: absolute; content: ''; left: 0; right: 0; top: 0; bottom: 0; background-color: #3fb9c4d1; z-index: -1;}
#testimonials h2{text-align: center; font-size: 30px; font-weight: 600; color: #ffffff; margin-bottom: 15px;}
#testimonials .text{font-size: 17px; width: 60%; text-align: center; margin: 0px auto 50px; color: #fff;}
#testimonials .iner{text-align: center;}
#testimonials .iner .imgs{position: relative;}
#testimonials .iner .imgs img{border-radius: 50%; border: 3px solid #fff; width: 9%; text-align: center; margin: auto;}
#testimonials .iner .imgs i{width: 35px; height: 35px; background-color: #25989d; border-radius: 50px; position: absolute; text-align: center;
line-height: 35px; color: #fff; bottom: -6px; left: -72px; right: 0px; margin: auto;}
#testimonials .iner .content .text-a{width: 65%; text-align: center; margin: 20px auto 20px; color: #fff;}
#testimonials .iner .content h3{color: #fff; font-size: 20px; font-weight: 600;}
#testimonials .iner .content h5{font-size: 14px; font-weight: 600; color: #fff;}

/* footer */

footer .footertop {
  background-color: #f8f9fa;
  padding: 70px 0px 20px;
}

footer .row {
  row-gap: 25px;
}

footer .footertop h3{font-size: 20px; margin-bottom: 15px;}

footer .footertop .about img {
  width: 111px;
}

footer .footertop .about p {
  color: #000;
  font-size: 14px;
  width:77%;
  margin-top: 20px;
}

footer .footertop ul {
  list-style: none;
}

footer .footertop ul li {
  color: #000;
  font-size: 14px;
  margin-top: 10px;
}

footer .footertop ul li a {
  color: #000;
  font-size: 14px;
  transition: .5s;
  display: inline-block;
  border-bottom: 1px solid transparent;
}

footer .footertop ul li a:hover {
  color: #3fb9c4;
}

footer .footertop .addres li {
  margin-bottom: 20px;
}

footer .footertop .addres li i {
  color: #3fb9c4;
  font-size: 22px;
}

footer .footerboo ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  border-top: 1px solid #3fb9c4;
  padding-top: 20px;
}

footer .footerboo {
  background-color: #f8f9fa;
  padding: 20px;
}

footer .footerboo .soical li:first-child {
  color: #3fb9c4;
  text-align: center;
}

footer .footerboo .soical li:first-child a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #3fb9c4;
  border-radius: 50%;
  transition: .5s;
}

footer .footerboo .soical li:first-child a:hover {
  background-color: #000;
}

footer .footerboo ul li img {
  width: 195px;
  background-color: #3fb9c4;
  padding: 0px 10px 8px;
  border-radius: 100px;
}


/* quickcontact */
.quickcontact {
  width: 45px;
  position: fixed;
  top: 77%;
  right: 15px;
  z-index: 102;
}



/* modal */

.modal form.row {
  row-gap: 20px;
}

.modal .form-control {
  border-radius: 0px;
  border: none;
  box-shadow: none;
  background-color: #f1f1f1;
}

.modal .form-control:focus {
  border-color: #000;
}

.modal .submit {
  background-color: #3fb9c4;
  color: #fff;
  font-weight: 500px;
  padding: 10px;
  border: 0;
  transition: .5;
}

.modal .submit:hover {
  background-color: #000;
}


/* about */

#about-banner {padding: 60px 0px; background-color: #25989d;}
#about-banner h2 {color: #fff; text-align: center;}
#about-banner p, #about-banner p a {color: #fff; text-align: center;}

/* about-sec */

#about-sec{padding: 50px 0px;}
#about-sec .row{row-gap: 25px; align-items: center;}
#about-sec h3{color: #25989d; font-size: 35px; font-weight: 600;}
#about-sec .text{font-size: 16px; text-align: justify; margin-bottom: 15px;}
#about-sec .imgs img{width: 100%; border-radius: 10px;}

/* contact */

#contact{padding: 60px 0px;}
#contact .row{row-gap: 30px;}
#contact h2{margin-bottom: 30px;}
#contact .contact-info{margin-bottom: 50px;}
#contact .contact-info li h5{line-height: 34px; color: #000000; font-size: 19px; margin-bottom: 0; font-family: Arial, Helvetica, sans-serif;}
#contact .contact-info li .inco{color: #ffffff; margin-right: 10px; width: 35px; height: 35px; line-height: 25px; font-size: 16px; background-color: #25989d; padding: 6px; display: inline-block; text-align: center; border-radius: 1px;}
#contact .contact-info li .text-a a, #contact .contact-info li .text-a{font-size: 15px; color: #000;}
#contact .iner{border: 1px solid #f0eded; padding: 30px;}
#contact .contact-inr{background: #f5f6f6; margin-top: 5px; padding: 30px 25px;}
#contact .contact-inr .form-control{padding: 9px; background-color: transparent; box-shadow: none; border-radius: 0px;}
#contact .contact-inr .submit-btn{padding: 10px 20px; background: linear-gradient(90deg, #25989d 0%, #3fb9c4 100%); color: #fff; display: block; width: 100%; margin-top: -22px; border: transparent;}

/* contact-map */

#contact-map{padding: 10px 0px 40px;}

/* blog-det */

#blog-detail {
  padding: 70px 0;
}

#blog-detail .row {
  row-gap: 30px;
  justify-content: center;
}

#blog-detail .img img {
  width: 100%;
}

#blog-detail .content h5 a {
  color: #000;
  font-size: 22px;
  display: inline-block;
  margin-bottom: 10px;
}

#blog-detail .content span {
  color: #6d6d6d;
  display: inline-block;
  margin: 15px 0;
  font-size: 15px;
}

#blog-detail .content span i {
  color: #3fb9c4;
}

#blog-detail .content p {
  color: #6d6d6d;
  font-size: 16px;
  text-align: justify;
}

#blog-detail .blog {
  background-color: #3fb9c413;
  padding: 15px 30px 30px;
  border: 1px solid #3fb9c4;
  position: sticky;
  top: 100px;
}

#blog-detail .blog h4 {
  color: #3fb9c4;
  margin-bottom: 15px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

#blog-detail .blog ul {
  list-style: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  padding: 10px;
}

#blog-detail .blog ul li {
  margin-bottom: 15px;
  align-items: center;
}

#blog-detail .blog ul li:last-child {
  margin-bottom: 0;
}

#blog-detail .blog a {
  color: #000;
  font-size: 13px;
  display: inline-block;
}

#blog-detail .blog p {
  color: #6d6d6d;
  display: inline-block;
  font-size: 14px;
}

#blog-detail .blog p i {
  color: #3fb9c4;
}

/* service-det */
.service-heading{font-size: 38px; color: #3fb9c4;font-weight: bold; text-align: center; margin-bottom: 30px;}
#service-det{padding: 50px 0px;}
#service-det .row{row-gap: 25px;}
#service-det h3{font-size: 30px; font-weight: 600;}
#service-det .text{font-size: 15px; text-align: justify; margin-bottom: 25px;}
#service-det .read-more{display: inline-block; padding: 10px 30px; border: 1px solid #25989d; background-color: #25989d; color: #fff; transition: .5s; border-radius: 3px;}
#service-det .read-more:hover{background-color: transparent; color: #25989d;}


.service-row{
    display: flex;
    align-items: center;
    justify-content: center;
}


/*==================================*/

/*info box css start */


    .info-box {
      background-color: #ffffff;
      border: 1px solid #dee2e6;
      border-left: 4px solid #3fb9c4;
      padding: 20px;
      margin-bottom: 20px;
      height: 100%;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
      transition: border-color 0.3s ease;
    }

    .info-box:hover {
      border-left-color: #3fb9c4;
    }

    .info-box h4 {
      color: #3fb9c4;
      margin-bottom: 15px;
    }

    .info-box ul {
      padding-left: 20px;
      margin: 0;
    }

    .info-box ul li {
      margin-bottom: 8px;
    }
    
    
    /*============================*/
    
    .dept-card {
      border: 1px solid #ddd;
      border-radius: 6px;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 4px 10px rgba(0,0,0,0.05);
      transition: all 0.3s ease;
      height: 100%;
    }

    .dept-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 14px rgba(0,0,0,0.1);
    }

    .dept-img {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }

    .dept-content {
      padding: 15px;
      text-align: center;
    }

    .dept-content h5 {
      font-size: 18px;
      color: #3fb9c4;
      margin: 0;
    }

    @media (max-width: 576px) {
      .dept-img {
        height: 160px;
      }
    }