@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: #2ad497;
}
a:hover {
  color: #2ad497;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mb-0 {
  margin-top: 5px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
}
.mb-40 {
  margin-bottom: 40px;
}
/* start header css  */
.header-top-bar {
  padding: 8px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d3e7dd;
}
.topbar-menu li:first-child{
  margin-top: 10px;
}
.topbar-menu {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}
.topbar-menu .butn-header {
  background-color: #1f232d;
  border-radius: 7px;
  color: #ffffff;
  padding: 10px 18px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
  border: 0;
  transition: all 0.3s ease-in-out;
}
.topbar-menu .butn-header:hover {
  background-color: #2ad497;
  color: #ffffff;
}
/* end header css  */

/* start banner css  */
.banner-section .slide-img {
  position: relative;
}
.banner-section .slider-content .slider-inner-content p.follow-up-text{
  margin-top: 10px;
  color: #ffffff;
  font-size: 18px;
  /*font-weight: 600;*/
  line-height: 30px;
}
.banner-section .slide-img:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.46);
  width: 100%;
  height: 83vh;
}
.banner-section .slide-img img {
  object-fit: cover;
  height: 83vh;
  width: 100%;
}
.banner-section .slider-content {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 12px;
}
.banner-section .slider-content .slider-inner-content {
  position: absolute;
  top: 0;
  z-index: 9;
  height: 100%;
  width: 100%;
  width: 528px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner-section .slider-content .slider-inner-content h1 {
  color: #ffffff;
  font-size: 26px;
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 15px;
}
.banner-section .slider-content .slider-inner-content h2 {
  font-size: 35px;
  font-weight: 500;
  line-height: 52px;
  color: #1f232d;
  color: #ffffff;
  margin-bottom: 15px;
}
.banner-section .slider-content .slider-inner-content p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 40px;
}
.banner-section .slider-content .slider-inner-content a{margin-bottom: 0px;}
.banner-section .butn-white {
  background-color: #ffffff;
  color: #1f232d;
  border: 0;
}
.banner-section .butn-white {
  background-color: #ffffff;
  color: #1f232d;
  border: 0;
  border-radius: 7px;
  padding: 10px 18px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.banner-section .butn-white:hover {
  background-color: #2ad497;
  color: #ffffff;
}
/* end banner css  */
/*start section-heading*/
.section-heading-left {
  margin-bottom: 30px;
}

.section-heading {
  margin-bottom: 40px;
  text-align: center;
}

.section-heading h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 52px;
  color: #1f232d;
  margin-bottom: 0;
}

.section-heading-left h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 52px;
  color: #1f232d;
  margin-bottom: 5px;
}

.section-heading-left p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #41444b;
  margin-bottom: 0;
}
/*end section-heading*/

/* start about info section css */

.about-info-section .about-info-inner {
  margin-top: -30px;
  position: relative;
  z-index: 9;
}

.about-info-section .about-info-inner .aboutinfo-box {
  background-color: #ffffff;
  box-shadow: 0px 5px 15px 0px rgba(183, 202, 193, 0.4);
  border-radius: 10px;
  padding: 40px 15px;
  min-height: 204px;
  text-align: center;
}

.about-info-section .about-info-inner .aboutinfo-box p {
  margin-top: 10px;
  margin-bottom: 0;
}

/* end about info section css */

/* start about us section css */
.about-section {
  padding-top: 80px;
  padding-bottom: 30px;
}
.about-section .about-text {
  font-size: 16px;
  color: #616671;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
}

.about-section .about-title {
  font-size: 35px;
  font-weight: 600;
  line-height: 52px;
  color: #1f232d;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.butn-primary {
  background-color: #1f232d;
  border-radius: 7px;
  color: #ffffff;
  padding: 10px 18px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  display: inline-block;
  border: 0;
  transition: all 0.3s ease-in-out;
}
.butn-primary:hover {
  background-color: #2ad497;
  color: #ffffff;
}
.whychoose-section{
  padding: 80px 0;
}
/* end about us section css  */

/* start accordian section css  */

.accordion .card {
  background: transparent;
  box-shadow: none;
  margin-bottom: 20px;
  border: 0;
  border-radius: 0
}

.accordion .card:last-child {
  margin-bottom: 0
}

.accordion .card-header {
  border: 0;
  padding: 0;
  background: none
}

.accordion .accordion-collapse {
  border: none
}

.accordion .accordion-button {
  border-bottom: none;
  color: #ffffff;
  font-size: 16px;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  box-shadow: none;
  line-height: 28px;
  font-weight: 500;
  padding: 10px 10px;
  text-decoration: none;
  background: #1f232d;
  border: 0;
  border-radius: 0;
}

.accordion .accordion-button:hover {
  text-decoration: none
}

.accordion .accordion-button.collapsed {
  background: #ffffff;
  color: #282b2d;
  border: 1px solid #ededed
}

.accordion .accordion-button.collapsed:after {
  background: #1f232d;
  border: none;
  content: "+";
  right: 20px;
  left: inherit;
  font-size: 18px;
  height: 24px;
  line-height: 25px;
  transform: none;
  width: 24px;
  top: 12px;
  text-align: center;
  color: #ffffff;
}

.accordion .accordion-button:after {
  background: #fff;
  border: none;
  content: "-";
  right: 20px;
  left: inherit;
  font-size: 18px;
  height: 24px;
  transform: none;
  line-height: 25px;
  width: 24px;
  top: 12px;
  position: absolute;
  color: #1f232d;
  text-align: center;
  border-radius: 0;
}

.accordion .card-body {
  font-size: 15px;
  padding: 15px;
  line-height: 28px;
  text-align: left;
  border-top: 0;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed
}





/* end accodian section css  */



/* start our-services section */
.our-services {
  padding: 70px 0;
  background-color: #eff5f2;
}

.our-services .service-wrapper {
  padding: 15px 10px;
  border-radius: 15px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 5px 15px 0px rgba(183, 202, 193, 0.4);
  height: 100%;
}

.our-services .service-wrapper .service-icon {
  margin-bottom: 10px;
}
.our-services .service-wrapper h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #1f232d;
  margin-bottom: 0;
}
.our-services .service-image img {
  width: 100%;
}
/* end our-services section */

/* start meet-our-doctors section */
.meet-doctors {
  padding: 70px 0 70px 0;
  background-color: #eff5f2;
  margin-top: -30px;
}

.meet-doctors .doctor-card {
  text-align: center;
  border-radius: 15px;
  margin-bottom: 50px;
  box-shadow: 0px 5px 15px 0px rgba(183, 202, 193, 0.4);
}

.meet-doctors .doctor-card .doctor-img {
  object-fit: cover;
  border-radius: 15px 15px 0 0;
  width: 100%;
}
.meet-doctors .doctor-card .card-body {
  padding: 18px 0;
  background: #ffffff;
  border-radius: 15px 15px 15px 15px;
}
.meet-doctors .doctor-card .card-body .card-title {
  color: #41444b;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 5px;
}
.meet-doctors .doctor-card .card-body .card-sub-title {
  color: #616671;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  padding-top: 5px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
}
/* end meet-our-doctors section */

/* start success-stories */
.success-stories {
  padding: 70px 0;
}
.success-stories .section-heading {
  margin-bottom: 20px;
}

.success-stories .testimonial-carousel .testimonial-wrapper {
  padding: 25px 15px;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0px 5px 15px 0px rgba(183, 202, 193, 0.4);
  text-align: center;
  min-height: 310px;
  display: block;
  margin: 20px 10px;
}
.success-stories .testimonial-carousel a.testimonial-wrapper{
  color: #212529;
}

.success-stories
  .testimonial-carousel
  .testimonial-wrapper
  .testimonial-content {
  color: #616671;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
  min-height: 180px;
}
.testimonial-carousel.owl-theme .owl-dots {
  margin-top: 10px;
  text-align: center;
}
.success-stories .testimonial-carousel.owl-theme .owl-dots .owl-dot span {
  border: 0;
  background: #808080;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
}
.success-stories
  .testimonial-carousel.owl-theme
  .owl-dots
  .owl-dot.active
  span {
  background: #2ad497;
  border: 0;
}
.success-stories .testimonial-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #2ad497;
  border: 0;
}
.success-stories .testimonial-carousel.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #808080;
  display: block;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.testimonial-carousel.owl-theme .owl-dots .owl-dot.active span,
.testimonial-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #27ae60;
  border-color: transparent;
  transform: scale(0.9);
}
.testimonial-profile img{
  width: 50px;
  height: 50px;
}
.testimonial-profile h5{
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  text-align: left;
  margin-bottom: 4px;
}
.testimonial-profile p{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  margin: 0;
}

/* end success-stories */

/*start email-consultation section*/
.email-consultation {
  background-image: url(../images/email-consultation.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 100px 0;
  margin-bottom: 0;
  background-position-x: left;
}
.email-consultation .consultation-wrapper h2 {
  font-size: 35px;
  color: #ffffff;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 15px;
}
.email-consultation .consultation-wrapper .consultation-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.butn-white {
  background-color: #1f232d;
  border-radius: 7px;
  color: #ffffff;
  padding: 10px 18px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  display: inline-block;
  border: 0;
  transition: all 0.3s ease-in-out;
}
.butn-white:hover {
  background-color: #2ad497;
  color: #ffffff;
}

/*end email-consultation section*/
/*start footer*/
.footer-section {
  background-color: #41444b;
  /* padding-top: 60px; */
}
.footer-bar {
   margin-top: 50px; 
  padding: 15px 0;
  text-align: center;
  border-top: 1px solid rgba(211, 231, 221, 0.19);
}
.footer-menus {
  display: flex;
  align-items: center;
  list-style-type: none;
}
.footer-menus li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
}
.footer-menus li a:hover {
  color: #2ad497;
}

.footer-menus li:after {
  content: "|";
  margin: 0 12px;
  color: #fff;
  height: auto;
  width: auto;
}
.footer-menus li:last-child:after {
  content: none;
}
.footer-bar .copyright-text {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: end;
}
.footer-bar .copyright-text a {
  color: #2ad497;
}
/*end footer*/

/* start responsive part  */
/* @media screen and (min-width: 1600px) {
  .banner-section .slide-img img {
    height: 85vh;
  }
} */
@media (max-width: 1279px) {
  .success-stories
    .testimonial-carousel
    .testimonial-wrapper
    .testimonial-content {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media screen and (max-width: 1199px) {
  .accordion .accordion-button {
    font-size:16px
  }
}

@media screen and (min-width: 992px) and (max-width: 1025px) {
  .banner-section .slide-img img {
    height: 40vh;
  }
  .banner-section .slide-img:before{
    height: 40vh;
  }
  .banner-section .slider-content {
    max-width: 970px;
  }
  .banner-section .slider-content .slider-inner-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .success-stories .testimonial-carousel .testimonial-wrapper {
    min-height: 345px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .banner-section .slide-img img {
    height: 80vh;
  }
  .meet-doctors {
    padding: 100px 0 70px 0;
    margin-top: -70px;
  }
  .banner-section .slider-content {
    max-width: 720px;
  }
}

@media screen and (max-width: 991px) {
  .accordion .accordion-button {
      padding:10px 15px
  }

  .accordion .accordion-button.collapsed:after,.accordion .accordion-button:after {
    right: 15px;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    width: 22px;
    top: 13px
  }
}
@media screen and (max-width: 768px) {
  .our-services .service-wrapper {
    min-height: 138px;
  }
  .banner-section .slide-img:before{
    height: 50vh;
  }
  .banner-section .slide-img img {
    height: 50vh;
  }
  .meet-doctors .doctor-card {
    margin-bottom: 0;
  }
  .success-stories .testimonial-carousel .testimonial-wrapper {
    min-height: 340px;
  }
  .footer-menus {
    justify-content: center;
    margin-bottom: 15px;
  }
  .footer-bar .copyright-text {
    justify-content: center;
  }
  .about-info-section .about-info-inner .aboutinfo-box{
    min-height: 190px;
  }
  .banner-section .slider-content .slider-inner-content p.follow-up-text{
  margin-top: 0px;
  color: #ffffff;
  font-size: 12px;
  /*font-weight: 600;*/
  line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .banner-section .slide-img img {
    opacity: 0.3;
    height: 74vh;
    object-position: 88%;
  }
  .banner-section .slider-content .slider-inner-content p.follow-up-text{
  margin-top: 0;
  color: #ffffff;
  font-size: 12px;
  /*font-weight: 600;*/
  line-height: 30px;
  margin-bottom: 0;
  }


  .banner-section .container-fluid p-0 .slide-img img {
    opacity: 0.3;
    height: 74vh;
    object-position: 88%;
  }
  .banner-section .slide-img:before{
    height: 74vh;
  }
  .about-info-section .about-info-inner .aboutinfo-box{
    padding: 40px 10px;
  }
  .about-info-section .about-info-inner .aboutinfo-box{
    font-size: 14px;
    line-height: 25px;
  }
  .banner-section .slider-content {
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
  .banner-section .slider-content .slider-inner-content {
    padding-top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 12px;
  }
  .banner-section .slider-content .slider-inner-content h2 {
    text-align: center;
  }
  .banner-section .slider-content .slider-inner-content h2 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }
  .banner-section .slider-content .slider-inner-content p {
    text-align: center;
    font-size: 14px;
    max-width: 310px;
  }
  .topbar-menu{
    gap: 10px;
  }

  .topbar-menu .butn-header{
    font-size: 12px;
    padding: 10px;
  }
  .meet-doctors{
    padding: 70px 0 30px 0;
    margin-top: -50px;
  }
  .banner-section .slider-content .slider-inner-content h1{
    text-align: center;
  }


}
@media screen and (max-width: 575px) {
  .banner-section .slider-content .slider-inner-content a{

    margin-bottom: 0px;
  }
  .banner-section .slider-content .slider-inner-content p{
    margin-bottom: 20px;
  }
  .section-heading {
    margin-bottom: 15px;
  }
  .accordion .accordion-button {
    padding:10px 40px 10px 15px
  }
  .section-heading h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .section-heading-left h2 {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }
  .section-heading-left p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .about-section .about-title {
    font-size: 26px;
    line-height: 30px;
  }
  .about-section .about-text {
    font-size: 15px;
    line-height: 24px;
  }
  .about-section {
    text-align: center;
    padding-top: 30px;
  }
  .our-services {
    padding: 40px 0;
    text-align: center;
  }
/*  .meet-doctors {
    padding: 30px 0;
  }*/
  .success-stories {
    padding: 30px 0;
  }
  .success-stories .section-heading {
    margin-bottom: 0;
  }
  .success-stories
    .testimonial-carousel
    .testimonial-wrapper
    .testimonial-content {
    text-align: center;
    font-size: 14px;
  }
  .email-consultation {
    padding: 44px 0;
  }
  .email-consultation .consultation-wrapper h2 {
    font-size: 24px;
    line-height: 30px;
    width: 100%;
    max-width: 350px;
    margin: 0 auto 10px;
  }

  .email-consultation .consultation-wrapper .consultation-text {
  font-size: 16px;
}

  .footer-menus {
    margin-bottom: 0;
    justify-content: center;
    gap: 5px;
  }
  .footer-menus li a {
    font-size: 11px;
  }
  .footer-menus li:after {
    margin: 0 15px;
  }
  .footer-bar .copyright-text {
    display: block;
    max-width: inherit;
    font-size: 13px;
    line-height: 28px;
    margin: 20px auto 0;
  }
  .site-logo .logo-img{
    max-width: 150px;
  }
  .whychoose-section {
    padding: 40px 0;
  }
  .our-services .service-wrapper h4{font-size: 15px;}
  .meet-doctors .doctor-card .card-body .card-title{font-size: 16px;}
  .meet-doctors .doctor-card .card-body .card-sub-title{font-size: 13px; margin-left: 5px; margin-right: 5px;}
}
@media screen and (max-width: 320px) {
  .footer-menus li a {
    font-size: 9px;
  }
  .footer-menus li:after {
    margin: 0 10px;
  }
}
/* start responsive part  */
