@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body{
    font-family: "Poppins", sans-serif;
}
.top_header {
    background-color: #FFE3E0;
    padding: 10px 0;
}
.navigation_outer {
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    padding: 5px 0;
}
.navigation_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_header p {
    margin: 0;
    font-size: 14px;
    color: #000;
    text-align: center;
}
.menu_wrap .ham_wrap {
    background-color: transparent;
    border: 0;
}
.menu_wrap .ham_wrap:active {
    background-color: transparent;
}
.navigation_outer .contact_wrap a {
    color: #4D4D4D;
    font-size: 20px;
    text-decoration: none;
}
.menu_wrap .ham_menu ul {
    margin: 0;
    padding: 0;
}
.menu_wrap .ham_menu ul li {
    list-style: none;
    display: block;
    width: 100%;
    line-height: 52px;
}
.menu_wrap .ham_menu ul li a {
    color: #393939;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}
.menu_wrap .ham_menu {
    padding-top: 30px;
}
.banner_wrapper .banner_inner {
    display: flex;
    align-items: center;
}
.banner_wrapper .banner_inner .doc_imgg, .banner_wrapper .banner_inner .banner_content {
    flex-basis: 50%;
}
.banner_wrapper .banner_inner .doc_imgg img {
    width: 100%;
    position: relative;
    top: 25px;
}
.banner_wrapper .banner_inner .banner_content {
    z-index: 1;
}
.banner_wrapper {
    position: relative;
}
.banner_wrapper h1 {
    font-family: "Roboto", sans-serif;
    color: #4D4D4D;
    font-weight: 300;
    font-size: 60px;
    line-height: 60px;
}
.banner_wrapper .banner_hindi_text {
    color: #4D4D4D;
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    margin: 0;
}
.banner_wrapper .banner_eng_text {
    font-size: 30px;
    color: #4D4D4D;
    margin: 0;
}
.banner_wrapper a.banner_btn {
    background-color: #696969;
    padding: 10px 15px;
    border-radius: 8px;
    margin-top: 20px;
    color: #FFF;
    display: inline-block;
    text-decoration: none;
    line-height: 23px;
}
/* .banner_wrapper:after {
    content: '';
    position: absolute;
    background-image: url("../images/waves_banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    bottom: 0;
    height: 490px;
    background-position: center top;
} */
 .banner_waves {
    position: absolute;
    bottom: -87px;
    width: 100%;
}
.banner_waves img {
    width: 100%;
}


    @-webkit-keyframes scroll {
      0% { -webkit-transform: translateX(0); transform: translateX(0); }
      100% { -webkit-transform: translateX(calc(-400px * 7)); transform: translateX(calc(-400px * 7)); }
    }
    @keyframes scroll {
      0% { -webkit-transform: translateX(0); transform: translateX(0); }
      100% { -webkit-transform: translateX(calc(-400px * 7)); transform: translateX(calc(-400px * 7)); }
    }

    .slider {
      box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
      height: 100px;
      margin: auto;
      overflow: hidden;
      position: relative;
      background: #fff;
    }

    .slider::before,
    .slider::after {
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
      content: "";
      position: absolute;
      z-index: 2;
    }

    .slider::after {
      right: 0;
      top: 0;
      transform: rotateZ(180deg);
    }

    .slider::before {
      left: 0;
      top: 0;
    }

    .slider .slide-track {
      -webkit-animation: scroll 20s linear infinite;
      animation: scroll 20s linear infinite;
      display: flex;
      width: calc(250px * 14);
    }

    .slider .slide {
      height: 100px;
      width: 250px;
      flex-shrink: 0;
    }

    /* Pause animation on hover */
    .slider:hover .slide-track {
      animation-play-state: paused;
      -webkit-animation-play-state: paused;
    }

.enquire_modal .modal-dialog {
    max-width: 855px;
    margin-top: 13%;
}
.enquire_modal h1 {
    font-size: 20px;
    padding-bottom: 30px;
}
.enquire_modal .modal-content {
    background: #FFF;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%,#FFE3E0);
    padding: 30px;
}
.enquire_modal .modal-body .row .col {
    padding-bottom: 30px;
}
.enquire_modal .modal-header {
    border: 0;
    padding: 0;
}
.enquire_modal .modal-content .modal-body {
    padding-top: 0;
}
.enquire_modal .modal-body .row .col input {
    min-height: 40px;
}
.enquire_modal .modal-body .row .col input::placeholder {
    color: #B3B3B3;
}
.enquire_modal .modal-body .enquire_btn {
    background-color: #2C2C2C;
    border: 0;
    border-radius: 8px;
    min-height: 40px;
}
.top_hospitals_wrap {
    padding-top: 130px;
    padding-bottom: 50px;
}
.top_hospitals_wrap h2 {
    color: #4D4D4D;
    font-size: 60px;
    text-align: center;
    font-weight: 400;
    line-height: 60px;
    padding-bottom: 30px;
}
.top_hospitals_wrap .slider {
    height: auto;
    width: 100%;
    box-shadow: none;
}
.top_hospitals_wrap .slider .slide {
    height: auto;
    width: auto;
    padding-right: 20px;
}
.top_hospitals_wrap .slider .slide p {
    color: #393939;
    font-size: 30px;
    line-height: 45px;
    padding-top: 10px;
}
.find_wrapper h2 {
    text-align: center;
    color: #393939;
    font-size: 55px;
    line-height: 70px;
    font-weight: 400;
    padding-bottom: 47px;
    padding-top: 83px;
}
.find_wrapper form {
    background-color: #FFE3E0;
    padding: 30px 25px;
    text-align: center;
}
.find_wrapper {
    padding-bottom: 80px;
    position: relative;
}
.find_wrapper .form_inner {
    max-width: 1070px;
    margin: 0 auto;
}
.find_wrapper .form_inner button.nearby_btn {
    width: 100%;
    border: 0;
    background-color: #FFF;
    padding: 8px 0;
    border-radius: 10px;
    font-size: 20px;
    color: #393939;
    font-weight: 500;
}
.find_wrapper .form_inner .or_text {
    padding-top: 8px;
    padding-bottom: 8px;
}
.find_wrapper .form_inner select.form-select {
    border-radius: 10px;
    color: #B8B8B8;
    font-size: 20px;
}
.find_wrapper:before {
    content: '';
    position: absolute;
    background-image: url(../images/find_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 98%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}
.why_choose_wrap {
    padding-bottom: 180px;
}
.why_choose_wrap .why_images {
    position: relative;
    background-color: #FCEFE5;
}
.why_choose_wrap h2 {
    color: #4D4D4D;
    font-size: 64px;
    text-align: center;
    font-weight: 400;
    padding-bottom: 25px;
}
.why_choose_wrap .why_images:after {
    content: '';
    position: absolute;
    background-image: url(../images/woman1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 564px;
    max-width: 271px;
    right: -68px;
    bottom: -400px;
}
.why_choose_wrap p {
    color: #393939;
    font-size: 19px;
    line-height: 36px;
    font-weight: 300;
}
.why_images .image-fader img {
    max-width: 300px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top:20px;
}
.why_choose_wrap .row {
    align-items: center;
}


.image-fader {
  width: 300px;
  height: 265px;
}
.image-fader img {
  position: absolute;
  top: 0px;
  left: 0px;
  animation-name: imagefade;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 8s;
}
@keyframes imagefade {
  0% {
    opacity:1;
  }  17% {
    opacity:1;
  }  25% {
    opacity:0;
  }  92% {
    opacity:0;
  }  100% {
    opacity:1;
  }
}.image-fader img:nth-of-type(1) {
  animation-delay: 6s;
}.image-fader img:nth-of-type(2) {
  animation-delay: 4s;
}
.image-fader img:nth-of-type(3) {
  animation-delay: 2s;
}
.image-fader img:nth-of-type(4) {
  animation-delay: 0;
}


.wrapper{
  padding: 37px 0 0 0;
  overflow-x: hidden;
}


.my-slider{
  padding: 0 70px;
}
.slick-initialized .slick-slide{
  color: #FFF;
  height: 200px;
  margin: 0 15px 0 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.swiper-button-next{
    background-image: url(../images/right.png) !important;
}
.swiper-button-prev{
    background-image: url(../images/left.png) !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    display: none;
}

.slick-next, .slick-prev{
  z-index: 5;
}
.slick-next{
  right: 15px;
}
.slick-prev{
  left: 15px;
}
.slick-next:before, .slick-prev:before{
  color: #000;
  font-size: 26px;
}
.know_about_wrap {
    padding-top: 180px;
    background-image: url(../images/know_wrapper.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
}
.know_about_wrap h2 {
    text-align: center;
    color: #4D4D4D;
    font-size: 64px;
    font-weight: 400;
}
.know_about_wrap .slick-initialized .slick-slide{
    height:100%;
}
.know_about_wrap .slick-slide img {
    display: block;
    width: 556px !important;
}
.know_about_wrap .slick-initialized .slick-slide {
    background-color: transparent;
    margin: 0 -60px;
}
.know_about_wrap .slick-initialized .slick-slide h3 {
    font-size: 24px;
    color: #393939;
    line-height: 40px;
    text-align: center;
}
.know_text {
    font-size: 28px;
    line-height: 50px;
    color: #4D4D4D;
    padding-top: 40px;
}
.choose-sec .notes {
    background-color: #FFE3E0;
    padding: 25px 0;
}
.choose-sec {
    padding-bottom: 200px;
}
.choose-sec .note_list.choose-img-slide:after {
    content: '';
    position: absolute;
    background-image: url(../images/woman1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 271px;
    min-height: 577px;
    right: -136px;
    bottom: -301px;
}
/* choose section style start here  */
.section-main-heading {
    font-size: 64px;
    padding-bottom: 70px;
    color: #4D4D4D;
    font-weight: 400;
}
.choose-img-slide {
    background: #FFE3E0;
    padding: 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.choose-right-column p {
    font-size: 25px;
    font-weight: 300;
    line-height: 42px;
    color: #393939;
}
.choose-img-slide p {
    font-size: 22px;
    width: 100%;
    text-align: center;
    color: #000;
}
.choose-left-column-slider {
    position: relative;
}
.Woman1 {
    position: absolute;
    bottom: -230px;
    right: -120px;
    height: 500px !important;
}
.choose-right-column {
    padding-left: 70px;
}
.foundation_wraper {
    background-image: url(../images/foundation_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 130px 0;
}
.foundation_wraper .opd_slide {
    display: flex;
    align-items: center;
    gap: 50px;
}
.foundation_wraper .opd_slide .opd_content h3 {
    font-size: 55px;
    color: #393939;
    line-height: 60px;
    font-weight: 400;
}
.foundation_wraper .opd_slide .opd_content p {
    color: #393939;
    font-size: 24px;
    line-height: 40px;
}
.foundation_wraper .opd_slide .opd_content .opd_btn a.book_btn {
    background-color: #696969;
    padding: 10px  12px;
    color: #FFF;
    text-decoration: none;
    border-radius: 8px;
}
.foundation_wraper .opd_slide .opd_content .opd_btn a.know_btn {
    background-color: transparent;
    padding: 10px  12px;
    color: #696969;
    text-decoration: none;
    border-radius: 8px;
    border: 1px #696969 solid;
    margin-left: 10px;
}
.foundation_outer {
    padding-top: 100px;
}
.foundation_outer h2 {
    color: #4D4D4D;
    text-align: center;
    font-size: 64px;
    padding-bottom: 27px;
    font-weight: 400;
}
/* testimonial style start here  */
.testionial-sec {
    padding-top: 100px;
}
.testimonial-column {
    display: flex;
    align-items: center;
}
.testimonial-content, .testimonial-img {
    width: 50%;
}
.testimonial-content {
    background: #ffffffb5;
    border-radius: 12px;
    padding: 30px;
    position: relative;
    left: 120px;
}
.testimonial-content p {
    font-size: 21px;
    font-weight: 500;
}
.testimonial-img img {
    border-radius: 12px;
}

.notes .note_list {
  position: relative;
}
.notes .note_list li {
  padding: 5px 10px;
  display: none;
  list-style: none;
  text-align: center;
}
.notes .note_list li.active {
  display: block;
}
.faq_wrapper {
    padding-top: 80px;
}
.faq_wrapper .row {
    align-items: center;
}
.faq_wrapper h2 {
    font-size: 68px;
    line-height: 76px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #000;
}
.faq_wrapper p {
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #000;
}
.faq_wrapper .accordion-item button.accordion-button {
    font-size: 22px;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.faq_wrapper .accordion-item h2.accordion-header button.accordion-button {
    color: #000;
    background-color: transparent;
    line-height: 32px;
}
.faq_wrapper .accordion-item {
    border-color: #000;
}
.faq_wrapper .accordion-item h2.accordion-header button.accordion-button:focus {
    box-shadow: none;
}
.footer_wrap {
    background-color: #FFE3E0;
    padding: 40px 0 1px 0;
    margin-top: 50px;
}
.footer_wrap h4 {
    color: #393939;
    font-size: 26px;
    line-height: 39px;
    font-weight: 400;
    padding-top: 10px;
}
.footer_wrap h3 {
    color: #393939;
    font-size: 26px;
    line-height: 39px;
    padding-bottom: 10px;
}
.footer_wrap .footer_branch_list {
    margin: 0;
}
.footer_wrap .footer_branch_list li {
    list-style: none;
    position: relative;
    font-size: 18px;
    line-height: 25px;
    color: #4D4D4D;
    padding-bottom: 25px;
}
.footer_wrap .footer_branch_list li:before {
    content: '';
    background-repeat: no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -38px;
}
.footer_wrap .footer_branch_list li:nth-child(1):before {
    background-image: url(../images/location-sharp.png);
}
.footer_wrap .footer_branch_list li:nth-child(2):before {
    background-image: url(../images/mail.png);
}
.footer_wrap .footer_branch_list li:nth-child(3):before {
    background-image: url(../images/call.png);
}
.footer_wrap .footer_branch_list li a {
    color: #4D4D4D;
    text-decoration: none;
}
.footer_wrap .footer_branch_list li:nth-child(3):before {
    max-width: 23px;
}
.footer_social {
    padding-top: 34px;
}
.footer_social ul {
    padding: 0;
}
.footer_social ul li {
    display: inline-block;
    padding-right:10px;
}
.footer_wrap .footer_newsletter input.form-control {
    border-color: #DDDDDD;
    border-radius: 8px;
}
.footer_wrap .footer_newsletter input.form-control::placeholder {
    color: #BCBDBE;
}
.footer_wrap .footer_newsletter .subscribe_btn {
    background-color: rgb(245 245 245 / 70%);
    color: #9B9B9B;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    margin-top: 20px;
    min-height: 60px;
    border-color: transparent;
}
.footer_wrap .copyright_text {
    font-size: 16px;
    text-align: center;
    color: #4D4D4D;
    font-family: "Roboto", sans-serif;
    line-height: 39px;
    padding-top: 30px;
}
.swiper-button-next,
.swiper-button-prev {
  color: #000;      /* arrow color */
  width: 40px;
  height: 40px;
}
.offcanvas-backdrop.show {
    opacity: 0;
}
@media screen and (max-width:767px){
.banner_wrapper .banner_inner {
    flex-direction: column-reverse;
}
.navigation_outer .contact_wrap a {
    font-size: 14px;
}
.navigation_wrapper .ham_wrap {
    padding: 0;
}
.navigation_wrapper .ham_wrap img {
    max-width: 40px;
}
.navigation_outer .contact_wrap a img {
    max-width: 14px;
}
.navigation_wrapper .menu_wrap {
    flex-basis: 46%;
}
.navigation_wrapper .logo_wrap {
    flex-basis: 31%;
}
.navigation_wrapper .contact_wrap {
    flex-basis: 39%;
}
.find_wrapper .form_inner button.nearby_btn, .find_wrapper .form_inner select.form-select {
    font-size: 14px;
}
.banner_wrapper .banner_inner h1, .banner_wrapper .banner_hindi_text, .banner_wrapper .banner_eng_text {
    font-size: 28px;
    line-height: 39px;
}
.banner_wrapper .banner_inner h1 {
    font-size: 35px;
    line-height: 44px;
    padding-top: 30px;
}
.banner_wrapper .banner_inner h1 br {
    display: none;
}

.find_wrapper h2, .section-main-heading, .know_about_wrap h2, .foundation_outer h2, .faq_wrapper h2, .top_hospitals_wrap h2 {
    font-size: 28px;
    line-height: 40px;
}
.choose-right-column {
    padding-left: 25px;
}
.choose-right-column p {
    font-size: 14px;
    padding: 12px;
    line-height: 30px;
}
.choose-sec .note_list.choose-img-slide:after{
    display: none;
}
.foundation_wraper .opd_slide {
    flex-direction: column;
}
.foundation_wraper .opd_slide .opd_imgg img {
    width: 100%;
}
.foundation_wraper .opd_slide .opd_content h3 {
    font-size: 20px;
    line-height: 30px;
}
.foundation_wraper .opd_slide .opd_content p {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 20px;
}
.know_text {
    font-size: 20px;
    line-height: 37px;
}
.foundation_wraper .opd_slide {
    gap: 10px;
}
.foundation_wraper {
    padding: 50px 0;
}
.foundation_wraper .opd_slide .opd_content {
    padding-bottom: 13px;
}
.foundation_wraper .opd_slide .opd_imgg {
    padding-right: 22px;
}
.foundation_wraper{
    padding-bottom:0;
}
.testimonial-content {
    left: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}
.section-main-heading {
    padding-bottom: 0px;
}
.footer_wrap h3 {
    padding-top: 20px;
}
.banner_wrapper .banner_inner .banner_content {
    padding: 20px;
}
.choose-sec, .testionial-sec {
    padding-bottom: 0;
}
.know_about_wrap .slick-initialized .slick-slide {
    margin: 0 13px;
}
.know_about_wrap .my-slider {
    padding: 0;
}
.know_about_wrap .slick-slide img {
    display: block;
    width: 100% !important;
}
.faq_wrapper h2 br {
    display: none;
}
.faq_wrapper h2 {
    text-align: center;
}
.faq_wrapper p {
    font-size: 14px;
    text-align: center;
}
.faq_wrapper .accordion-item button.accordion-button {
    font-size: 14px;
}
.faq_wrapper .accordion-body {
    font-size: 12px;
}
.testimonial-content .youtube-btn.text-end img {
    max-width: 30px;
}
.testionial-sec {
    padding-top: 50px;
}
.top_hospitals_wrap .slider .slide {
    flex-shrink: unset;
    padding-right: 50px;
}
.top_hospitals_wrap .slider .slide img {
    width: 100%;
}
.top_hospitals_wrap .slider .slide p {
    font-size: 20px;
    line-height: 30px;
}
.banner_wrapper .banner_hindi_text {
    padding-bottom: 12px;
    padding-top: 12px;
}   
.footer_wrap {
    padding: 40px 20px 0;
}
.testimonial-content p {
    font-size: 14px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
}