/* new css  */

.preg-advance figure img, .wy-gyne figure img, .adv-practice figure img{
    min-height: 500px;
    object-fit: cover;
    border-radius: 15px;
}
.comp-gyne figure img {
    min-height: 316px;
}
ul.gyne{
    margin-top: 20px;
}
.meet-specialist .row {
  justify-content: center;
}
.preg-whychoose img {
  min-height: 500px;
  object-fit: cover;
  border-radius: 15px;
}
.gyny-banner {
  height: 815px;
}
.thermi-banner {
  height: 795px;
}
.advance {
  background-color: #fbf7f7 !important;
}
.why_choose_us .benfit-row {
  margin-top: 50px;
}
.custom_section .section-heading h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
}
.custom_section h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 16px;
}
.custom_section h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 14px;
}
.custom_section h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 14px;
}
.custom_section .section-heading p {
  line-height: 1.6;
}
.custom_section figure {
  margin: 0px;
}
.btn-radius {
  border-radius: 28px !important;
}
.btn-pink:hover {
  background-color: #0056b3;
  color: #ffffff;
}
section.cta h3 {
  color: #ffffff;
  margin-bottom: 0px;
}
.custom_hr {
  display: flex;
  align-items: center;
  justify-content: start;
}
.custom_hr .line {
  width: 83px;
  height: 5px;
  background-color: #b12076;
  margin-right: 10px;
}
.c_pl {
  padding-left: 100px;
}
/* icon list  */

.custom_icon_list {
  list-style: none;
  padding-left: 32px;
}
.custom_icon_list li {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.45;
  position: relative;
}
.custom_icon_list li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -32px;
  background-image: url(/new-image/svg/check.svg);
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* custom_map */
section.custom_map {
  height: 450px;
}

/* our_services */
.our_services {
  padding: 55px 0px;
}
.our_services h2 {
  margin-bottom: 0px;
}
.our_services .section-heading p {
  margin-bottom: 0px;
}
/* hero section  */

section.home-banner.custom_banner_section {
  padding-bottom: 70px;
  min-height: 570px;
  padding-top: 70px;
}

/* custom_card */
.custom_card {
  padding: 24px 32px;
  border-radius: 24px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
  position: relative;
  transition: 0.5s all ease-in-out;
  height: 100%;
}
.custom_card.card_full {
  padding-bottom: 48px;
}
.custom_card::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(177 32 118 / 2%);
  border-radius: 0 0 70% 0;
  transition: 0.5s all ease-in-out;
}
.custom_card:hover::before {
  border-radius: 0;
}
.custom_card > * {
  position: relative;
}
.custom_card figure.icon_wrapper {
  box-shadow: 0px 0px 24px #0000000a;
  width: 74px;
  height: 74px;
  text-align: center;
  line-height: 74px;
  border-radius: 50%;
  /* margin-bottom: 20px; */
  background-color: #ffffff;
}
.custom_card a {
  color: #b12076;
  font-weight: 600;
  position: relative;
  padding-right: 18px;
  text-decoration: none;
}
.custom_card a:hover::before {
  transform: rotate(360deg);
}
.custom_card a::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 16px;
  height: 16px;
  background-image: url(/new-image/svg/arrow-right-solid.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  transform: rotate(325deg);
  transition: 0.3s all ease-in-out;
}
.custom_card ul.custom_list_color {
  padding-left: 16px;
  margin-bottom: 0px;
}
.custom_card ul.custom_list_color li::marker {
  color: #b20871;
}
.custom_card ul.custom_list_color li {
  margin-bottom: 6px;
}

.container {
  counter-reset: card-counter;
}

.custom_card::after {
  counter-increment: card-counter;
  content: "0" counter(card-counter);
  font-weight: bold;
  color: #b12076;
  opacity: 0.05;
  font-size: 52px;
  line-height: 1.2;
  position: absolute;
  top: 24px;
  right: 24px;
}
.our_services .row .col-12:nth-child(10) .custom_card::after,
.our_services .row .col-12:nth-child(11) .custom_card::after,
.our_services .row .col-12:nth-child(12) .custom_card::after {
  content: counter(card-counter);
}
.our_services .custom_row > * {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* why_choose_us */
.why_choose_us {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #ffebf7;
}
.why_choose_us .btn-radius {
  border-radius: 28px;
}
.why_choose_us figure img {
  width: 100%;
}
.why_choose_us .custom_image {
  padding-right: 65px;
}
.why_choose_us .container .row:nth-child(3) .custom_image {
  padding-right: 15px;
  padding-left: 65px;
}
/* custom_provider */
section.providers.custom_section {
  padding-top: 55px;
  padding-bottom: 55px;
}

/* custom_logo_wrapper */
section.logo-wrapper.custom_section {
  padding-top: 50px;
  margin-top: 0px;
}
/* get_in_touch */
section.get_in_touch {
  background-color: #ffebf7;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.get_in_touch .custom_content {
  max-width: 930px;
  margin: 0 auto;
}
.get_in_touch h2 {
  margin-bottom: 6px;
}
/* owl carousel image  */

.owl-carousel .owl-item img {
  transition: 0.3s all ease !important;
}

/* shap */

.shape {
  position: absolute;
  width: 100px;
  height: 180px;
  top: 15px;
  left: 0px;
}

.horizontal {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 1px;
  background-color: #0e0e7b;
}

.vertical {
  position: absolute;
  width: 1px;
  height: 104px;
  background-color: #0e0e7b;
}

.top-arrow {
  top: 0;
  left: 50px;
}

.bottom-arrow {
  bottom: 0;
  left: 50px;
}

/* Arrow heads */
.vertical::after {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  border-left-color: #0e0e7b;
  top: -5px;
  right: -32px;
}

.bottom-arrow::after {
  bottom: -5px;
  top: auto;
}

.vertical::before {
  content: "";
  width: 24px;
  height: 1px;
  display: inline-block;
  background-color: #0e0e7b;
  top: 0px;
  position: absolute;
}
.bottom-arrow::before {
  bottom: 0px;
  top: auto;
}

/* service page css */

.our_experts,
.custom_faq {
  padding-top: 55px;
  padding-bottom: 55px;
}
.our_experts {
  text-align: center;
}
.service_card {
  padding-bottom: 16px;
}
.service_card figure {
  margin-bottom: 16px;
}
.service_card figure img {
  width: 100%;
  border-radius: 15px;
}
.our_experts .custom_content {
  max-width: 800px;
  margin: 0 auto;
}
.our_experts .custom_content p {
  max-width: 670px;
  margin: 0 auto;
}

/* footer css  */
.top-footer.custom_section {
  padding-top: 40px;
  padding-bottom: 50px;
}
.top-footer.custom_section .contact-box p {
  font-size: 16px;
  width: 100%;
}
.top-footer.custom_section ul.links li:before {
  content: "";
}
.top-footer.custom_section ul.links li {
  padding-left: 0px;
}
.top-footer.custom_section h6 {
  line-height: 1;
}
.top-footer.custom_section .contact-box p:last-child {
  line-height: 1.6;
}
.top-footer.custom_section .footer-logo-wrapper img {
  width: 120px;
}
.top-footer.custom_section .footer-logo-wrapper {
  gap: 32px;
}
.top-footer.custom_section h2 {
  margin-bottom: 0px;
}
.top-footer.custom_section .section-heading p {
  color: #ffffff;
  margin-bottom: 4px;
}
.top-footer.custom_section ul.links li a {
  font-size: 16px;
}

@media only screen and (max-width: 1200px) {
  .custom_banner_section .section-heading h1 {
    font-size: 40px !important;
    line-height: 1.25 !important;
  }
  .custom_section h2,.custom_section .section-heading h2 {
    font-size: 32px;
  }
  .custom_section h3 {
    font-size: 26px;
  }
  .custom_section h4 {
    font-size: 22px;
  }
  .custom_section h5 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .custom_section .section-heading p,
  .custom_banner_section .section-heading p,
  .custom_icon_list li {
    font-size: 16px;
  }
  .custom_card {
    padding: 20px;
    border-radius: 20px;
  }

  /* why_choose_us */
  .why_choose_us .custom_image {
    padding-right: 40px;
  }
  .why_choose_us .container .row:nth-child(3) .custom_image {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 991px) {
  /* navbar css  */

  nav.navbar {
    position: relative;
  }
  div#navbarSupportedContent {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    width: calc(100% + 15px + 15px);
    z-index: 99;
    left: -15px;
    margin-top: 0px;
    transition: 0.4s all ease-in-out;
    -webkit-box-shadow: 0 8px 6px -6px #00000042;
    -moz-box-shadow: 0 8px 6px -6px #00000042;
    box-shadow: 0 8px 6px -6px #00000042;
  }
  div#navbarSupportedContent .navbar-nav {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  a.navbar-brand img {
    height: 80px;
  }

  .custom_banner_section .section-heading h1 {
    font-size: 32px !important;
  }
  .custom_section h2,.custom_section .section-heading h2 {
    font-size: 26px;
    margin-bottom: 14px;
  }
  .custom_section h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .custom_section h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .custom_section h5 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .why_choose_us .custom_image {
    padding-right: 15px;
    padding-bottom: 24px;
  }
  .why_choose_us .container .row:nth-child(3) .custom_image {
    padding-left: 15px;
  }

  /* our_services */
  .our_services h2 {
    margin-bottom: 4px;
  }

  .custom_icon_list li {
    margin-bottom: 6px;
  }
  .custom_icon_list {
    padding-left: 24px;
  }
  .custom_icon_list li::before {
    left: -24px;
  }

  section.providers.custom_section ul.carousel-button a {
    width: 44px;
    height: 44px;
    line-height: 48px !important;
  }
  /* footer css  */

  .top-footer.custom_section .contact-box p br {
    display: none;
  }

.preg-whychoose img, .preg-advance figure img, .wy-gyne figure img, .adv-practice figure img {
    min-height: 400px;
}
}
/* @media only screen and (min-width: 768px) and (max-width: 1024px) {

} */
@media only screen and (max-width: 767.98px) {
  /* navbar css  */
  .lower-header-banner nav.navbar {
    align-items: center;
  }

  .custom_banner_section .section-heading h1 {
    font-size: 25px !important;
  }
  .custom_section .section-heading h2,.custom_section .section-heading h2 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.3;
  }
  .custom_section h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .custom_section h4 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .custom_section h5 {
    font-size: 17px;
    margin-bottom: 6px;
  }
  /* btn css  */
  .custom_section .btn-pink,
  .custom_banner_section .btn-pink {
    padding: 5px 20px !important;
    font-size: 14px !important;
  }
  .custom_section p,
  .custom_section ul li {
    font-size: 15px;
  }
  .custom_section .section-heading p,
  .custom_banner_section .section-heading p,
  .custom_icon_list li,
  .custom_card a {
    font-size: 15px;
  }
  .custom_hr .line {
    width: 40px;
    margin-right: 6px;
  }

  /* banner section  */
  .custom_banner_section .home-banner-img {
    height: 577px;
  }
  section.home-banner.custom_banner_section {
    padding-bottom: 40px;
    padding-top: 40px;
    min-height: 440px;
  }
  /* icone list  */
  .custom_icon_list li {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .custom_card ul.custom_list_color li {
    margin-bottom: 4px;
  }

  .why_choose_us .custom_image {
    padding-bottom: 20px;
  }
  .custom_card.card_full {
    padding-bottom: 32px;
  }
  .our_services .custom_row > *:last-child {
    padding-bottom: 0;
  }

  .c_pl {
    padding-top: 20px;
  }
  .shape {
    left: 10px;
    height: 150px;
    top: 32px;
  }

  /* service page css  */
  .our_experts .row .col-12:last-child .service_card {
    padding-bottom: 0px;
  }
  .our_experts .row .col-12:last-child .service_card p {
    margin-bottom: 0px;
  }

  /* footer css  */
  .top-footer.custom_section h6 {
    margin-bottom: 16px;
  }
  .top-footer.custom_section .contact-box p {
    font-size: 15px;
    width: 100%;
  }
  .top-footer.custom_section ul.links li a {
    font-size: 15px;
  }
  .top-footer.custom_section .footer-logo-wrapper img {
    width: 72px;
  }
  .top-footer.custom_section .footer-logo-wrapper {
    /* flex-direction: column;
        align-items: self-start; */
    gap: 14px;
  }
  .top-footer.custom_section .contact-box p {
    margin-bottom: 8px;
  }
  .bottom-footer p {
    font-size: 15px;
  }
}

/* faq css  */

/*faq section css */

.custom_faq .accordion-item {
  margin: 1rem 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 6px #00000017;
  border: 1px solid #e2e2e2;
}

.custom_faq .accordion-item-header {
  padding: 16px 40px 16px 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  color: #1a1a1a;
  font-size: 20px;
  line-height: 1.3;
}

.custom_faq .accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
  color: #b12076;
  font-weight: 400;
}

.custom_faq .accordion-item-header.active::after {
  content: "\2212";
}

.custom_faq .accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

.custom_faq .accordion-item-body-content {
  padding: 16px 150px 16px 20px;
  line-height: 1.5;
  font-size: 18px;
}

.custom_faq .accordion-item-header.active {
  border-bottom: 1px solid #dcdcdc;
}
.custom_faq .accordion-item-body-content p {
  margin: 0px;
}
.custom_faq .accordion .accordion-item:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1024px) {
  .custom_faq .accordion-item-header {
    padding: 12px 28px 12px 16px;
    font-size: 18px;
  }

  .custom_faq .accordion-item-body-content {
    padding: 14px 50px 14px 16px;
    font-size: 16px;
  }

  .custom_faq .accordion-item-header::after {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .custom_faq.new-sec .accordion {
    padding: 0px;
  }

  .custom_faq .accordion-item-header {
    padding: 12px 24px 12px 16px;
    font-size: 17px;
  }

  .custom_faq .accordion-item-header::after {
    right: 0.8rem;
  }

  .custom_faq .accordion-item-body-content {
    padding: 12px 30px 12px 16px;
    font-size: 15px;
  }
}

