@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .footer_data_container {
    margin-top: 185px;
  }
}

@media only screen and (max-width: 1199px){
  h2{
    font-size: 34px;
    line-height: 42px;
  }
section.banner-form {
    padding: 16px 12px;
    border-radius: 12px;
}
section.banner-form .field__container {
    width: 33%;
}
section.banner-form input.form-submit {
  font-size: 11px;
}
.content-box h4 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}
.content-box p {
  font-size: 18px;
  line-height: 24px;
}
section.self-conscious .self-con-img, section.self-conscious .self-con-img img {
  transition: 0.3s ease-in-out;
  overflow: hidden;
  width: 100%;
  height: 266px;
}
section.dr-information h2 {
  font-size: 48px;
  line-height: 60px;
}

.who-we-are p {
  font-size: 14px;
  line-height: 22px;
}
.our-image-container{
  margin-top: 42px;
}
section.Our-Procedures h5 {
  font-size: 22px;
  line-height: 30px;
}

section.Our-Procedures h4 {
  font-size: 16px;
  line-height: 24px;
}
section.Our-Procedures p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 16px;
}
.pro-pointers ul li {
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 14px;
}
section.Our-Procedures a.button {
  width: 100%;
  display: inline-block;
}
section.Our-Procedures .button {
  font-size: 14px;
  line-height: 22px;
  padding: 14px 38px;
}

section.video-testimonials .flex-box-2 {
  padding: 13px 13px 0px 15px;
}
section.video-testimonials .flex-box-2 p.name {
  padding-top: 0;
}

section.video-testimonials .flex-box-2 p {
  font-size: 20px;
  line-height: 28px;
}
.pic-box {
  height: 162px;
}
.data-containers h3 {
 
  font-size: 20px;
  line-height: 28px;
  margin: 10px 0;
}
.data-containers p {
  font-size: 14px;
  line-height: 22px;
}
.comarision-pointers {
  padding: 24px 20px 0px 20px;
  margin-top: 44px;
  min-height: 596px;
}
.content_cont p {
  font-size: 16px;
  line-height: 24px;
  margin: 18px 0;
}
.content_cont h2 {
  font-size: 28px;
  line-height: 36px;
}
section.faqs .nav-tabs .nav-link {
  font-size: 22px;
  line-height: 30px;
}
.footer_data_container {
  background-color: #fff;
  padding: 24px 20px;
  margin-top: 6px;
  background: #fff;
  box-shadow: 0px 0px 31.999px 0px rgba(0, 0, 0, 0.06);
  padding-bottom: 0;
}
.accordion-body {
  padding: 0.5rem 1.25rem;
}

.procedure-content-box {
  min-height: 815px;
}
section.dr-information h6 {
  font-size: 16px;
  line-height: 24px;
}
.image-container img {
  position: absolute;
  bottom: -1px;
  z-index: 1;
  left: -33px;
}


}


@media only screen and (max-width: 991px) {
  section.Our-Procedures a.button {
    width: 70%;
    display: inline-block;
}


  .our-image-container{
    margin-top: 0px;
  }

  .load-more-button .button {
    display: inline-block;
    width: 100%;
    padding: 8px;
}

  .image-container img {
    position: unset;
  }
  h1 {
    font-size: 48px;
    line-height: 68px;
  }
  h2 {
    font-size: 26px;
    line-height: 34px;
  }
  h6 {
    font-size: 16px;
    line-height: 24px;
  }
  a.whatsapp-btn {
    display: none;
  }
  .header {
    justify-content: center;
  }
  .logo-container img {
    width: 58px;
  }

  .button {
    font-size: 14px;
    line-height: 22px;
    padding: 14px 28px;
    width: 100%;
    display: inline-block;
    white-space: wrap;
  }
  a.button {
    text-decoration: none;
    white-space: wrap;
    /* word-wrap: break-word; */
  }

  /* banner */
  section.banner {
    background: url("../images/mobile-banner.jpg"),
      linear-gradient(
        14deg,
        rgba(27, 36, 66, 0.7) 9.3%,
        rgba(27, 36, 66, 0.07) 88.46%
      );
    background-repeat: no-repeat;
    background-size: cover;
    height: 767px;
    background-blend-mode: multiply;
  }
  .banner h6 {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .banner .banner-content-box {
    padding-top: 160px;
  }
  .banner ul li {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 16px;
  }

  section.banner-form {
    padding: 16px 16px;
    border-radius: 12px;
    transform: translateY(-24%);
    width: 90%;
    margin: 0 auto;
  }
  section.banner-form .field__container {
      width: 50%;
  }
  section.banner-form input.form-submit {
    font-size: 14px;
  }
  section.banner-form button.form-submit {
      font-size: 14px;
      margin-top: 12px;
  }

  #contact-form .col-lg-2,
  #contact-form .col-lg-3 {
    padding: 0;
  }
  section.banner-form p {
    display: none;
  }
  section.banner-form input {
    margin-bottom: 8px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 14px
  }

  section.self-conscious .row:nth-child(1) {
    margin-bottom: 24px;
    margin-top: -27px;
  }
 

  .content-box h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .content-box p {
    font-size: 18px;
    line-height: 26px;
  }
  section.self-conscious .row:nth-child(2n) .col-lg-7,
  section.self-conscious .row:nth-child(3) .col-lg-7 {
    padding: 40px 18px 40px;
  }
  section.self-conscious .self-con-img,
  section.self-conscious .self-con-img img {
    height: auto;
  }
  .content-box {
    padding-left: 14px;
  }
  section.self-conscious .row:last-child {
    margin-top: 24px;
    margin-bottom: 40px;
  }
  /* dr-information */

  section.dr-information h2 {
    font-size: 30px;
    line-height: 36px;
    padding-top: 30px;
    margin-bottom: 16px;
  }
  section.dr-information h6 {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }
  .image-container img {
    position: unset;
    width: 304px;
  }
  .review-img {
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .dr-intro {
    padding-top: 32px;
  }
  #dots-image-right {
    display: none;
  }
  section.achivements .col-lg-3:not(:first-child) .pointers {
    padding-left: 0px;
  }

  section.achivements .pointers {
    margin-bottom: 20px;
  }
  section.achivements .col-lg-3:nth-child(2) .pointers {
    border: none;
  }
  section.achivements .pointers h6,
  section.achivements .pointers h6::after {
    font-size: 32px;
    line-height: 40px;
  }
  section.achivements .pointers p {
    font-size: 15px;
    line-height: 24px;
    margin: 0;
  }
  .mobile-padding {
    padding: 0;
  }
  .mobile-padding h6,
  .mobile-padding h2 {
    padding: 0 4%;
  }

  .review-img {
    padding: 8px 0;
  }
  .image-container {
    text-align: center;
  }
  section.dr-information p {
    font-size: 16px;
    line-height: 24px;
  }
  section.dr-information ul li {
    font-size: 16px;
    line-height: 24px;
  }
  section.dr-information .button {
    padding: 14px 50px;
  }

  .container-1 img.center_image {
    margin-bottom: 11px;
    width: 90%;
  }
  .headings {
    margin-bottom: 24px;
  }

  /* who-we-are */
  section.who-we-are {
    padding: 40px 0;
  }

  .who-we-are p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 24px;
  }

  /* marquee */

  section.marquee-line {
    padding: 8px 0;
  }
  section.marquee-line ul li {
    font-size: 16px;
    line-height: 24px; /* 116.667% */
  }

  /* our-procedure */

  section.Our-Procedures h5 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
    min-height: 72px;
  }
  section.Our-Procedures h6 {
    font-size: 14px;
    line-height: 22px;
  }
  section.Our-Procedures h4 {
    font-size: 20px;
    line-height: 28px;
  }
  section.Our-Procedures p {
    font-size: 14px;
    line-height: 22px;
  }
  .pro-pointers ul li {
    font-size: 16px;
    line-height: 24px;
  }
  .procedure-content-box {
    min-height: 660px;
  }

  .testi_slider .slick-slide {
    padding: 0 20px;
  }
  section.video-testimonials .flex-box-2 p.quote {
    font-size: 64px;
    line-height: 1px;
    margin: 0;
  }
  section.video-testimonials .flex-box-2 p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
  }
  section.video-testimonials .flex-box-2 p.name {
    font-size: 16px;
    line-height: 24px;
    padding-top: 8px;
  }
  section.video-testimonials .flex-box-2 {
    background: linear-gradient(240deg, #f7f2f1 10.36%, #fff 95.41%);
    padding: 40px 40px 7px 24px;
  }
  section.video-testimonials .flex-box-1 {
    padding: 0;
  }
  section.video-testimonials .flex-box-1 img {
    border-radius: 8px 8px 0px 0px;
  }
  section.video-testimonials .slick-next,
  section.video-testimonials .slick-prev {
    top: 117%;
  }
  section.video-testimonials .slick-prev {
    left: 44%;
  }
  section.video-testimonials .slick-next {
    right: 44%;
  }

  /* happy stories */
  section.happy-stories .slide-item {
    padding: 0 6px;
    overflow: hidden;
  }

  /* review slider */

  .review_slider {
    margin-top: 44px;
  }
  .review_slider .slick-slide {
    padding: 0 10px;
  }
  .review_slider .slick-next:before {
    content: url("../images/next.svg");
  }
  .review_slider .slick-prev:before {
    content: url("../images/prev.svg");
  }
  section.clients-rieview-mobile .slick-next,
  section.clients-rieview-mobile .slick-prev {
    top: 107%;
  }
  section.clients-rieview-mobile .slick-prev {
    left: 44%;
  }
  section.clients-rieview-mobile .slick-next {
    right: 44%;
  }
  .reviews-data p {
    font-size: 12px;
    line-height: 20px;
  }

  /* why-stands-out */

  section.why-stands-out {
    padding: 40px 5px 0 5px;
    background: url("../images/stand-out-background-mobile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    /* background-position: 72% 50%; */
  }
  .picture-row {
    margin-top: 57px;
  }
  .pic-box {
    height: 229px;
  }
  .data-containers h3 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px; /* 144.444% */
    margin: 8px 0;
  }
  .data-containers p {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    margin-bottom: 60px;
  }
  section.why-choose-india {
    margin-top: 40px;
    background: linear-gradient(
      rgba(255, 255, 255, 0) 91.5%,
      rgba(229, 198, 255, 0.6) 69.34%,
      rgba(245, 233, 252, 0.6) 24.25%,
      rgba(255, 255, 255, 0) 0%
    );
  }
  .comarision-pointers {
    padding: 14px 20px;
    border-radius: 8px;
    margin-top: 44px;
    min-height: 300px;
  }
  .comarision-pointers h4 {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px; /* 136.364% */
    margin-bottom: 5px;
  }
  .fisrt-container ul li {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 16px;
  }
  section.why-choose-india .col-lg-5:nth-child(2) .comarision-pointers {
    margin-top: 8px;
  }
  .second-container ul li {
    font-size: 14px;
    line-height: 22px; /* 157.143% */
    padding-bottom: 20px;
  }
  .btn-container {
    padding-top: 20px;
    padding-bottom: 0;
  }

  /* PBA */
  section.PBA {
    padding: 64px 0;
    padding-bottom: 0;
  }
  section.PBA .container {
    background: url("../images/pba-mobile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 220px;
    padding-top: 0;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* transformation */

  section.befor-after-transformation {
    padding-bottom: 40px;
    padding-top: 40px;
    background: unset;
  }
  .slick-slide img {
    display: block;
    width: 100%;
  }
  #slider2 .slide-item {
    padding: 0 4px;
  }
  /* client-reviews */

  section.client-reviews {
    padding: 40px 0;
    background: #edecee;
    padding-bottom: 80px;
  }

  /*  patient-satisfaction */

  section.patient-satisfaction {
    background: #1f212d;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
  }
  section.patient-satisfaction .row {
    justify-content: center;
  }
  .content_cont h2 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin: 0;
    margin-top: 24px;
  }
  .content_cont p {
    color: #c6c4c4;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    margin: 24px 0;
    text-align: center;
  }

  /* faqs */

  section.faqs {
    padding: 40px 0;
  }
  nav .nav.faq-tab {
    justify-content: space-around;
    border-radius: 24px;
    margin: 24px 0;
  }
  section.faqs .nav-tabs .nav-link {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }
  h2.accordion-header .accordion-button {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
  }
  .accordion-body {
    color: #777;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }

  /* footer */
  .footer_data_container p span,
  .footer_data_container p,
  .footer_data_container ul li {
    font-size: 18px;
    line-height: 26px;
  }
  #footer-contact-form input,
  #footer-contact-form textarea, #footer-contact-form select {
    width: 100%;
    margin: 0 0 8px 0;
    border-radius: 5px;
    background: #fbeefe;
    padding: 8px 0px 8px 50px;
    border: unset;
    font-size: 16px;
    line-height: 24px;
  }
  .place-icon {
    position: relative;
    top: 45%;
    left: 4%;
  }
  .place-icon svg {
    width: 14px;
  }
  .place-icon-textarea {
    position: relative;
    top: 16%;
    left: 4%;
  }
  .place-icon-textarea svg {
    width: 14px;
  }
  #footer-contact-form input.inptBtn {
    padding: 12px 25px 12px 17px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
  }
  .footer_data_container {
    background-color: #fff;
    padding: 24px 20px;
    margin-top: 60px;
    background: #fff;
    box-shadow: 0px 0px 31.999px 0px rgba(0, 0, 0, 0.06);
    padding-bottom: 0;
  }
  section.footer {
    height: 1300px;
    background-position: 75%;
  }

  /* bootom_bar */

  section.bootom_bar {
    background: #000;
    padding: 8px 0;
  }
  section.bootom_bar p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
    line-height: 50px;
            text-align: left;
  }
 
  .video-testimonials .modal iframe{
      height:300px !important;
  }
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
  h6 {
    font-size: 16px;
    line-height: 24px;
  }
  a.whatsapp-btn {
    display: none;
  }
  .header {
    justify-content: center;
  }
  .logo-container img {
    width: 58px;
  }

  .button {
    font-size: 14px;
    line-height: 22px;
    padding: 14px 28px;
    width: 100%;
    display: inline-block;
    white-space: wrap;
  }
  a.button {
    text-decoration: none;
    white-space: wrap;
    /* word-wrap: break-word; */
  }

  /* banner */
  section.banner {
    background: url("../images/mobile-banner.jpg"),
      linear-gradient(
        14deg,
        rgba(27, 36, 66, 0.7) 9.3%,
        rgba(27, 36, 66, 0.07) 88.46%
      );
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    background-blend-mode: multiply;
  }
  .banner-content-box h3{
  font-size: 16px;
  line-height: 38px; /* 135.714% */
  }
  .banner h6 {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .banner .banner-content-box {
    padding-top: 47px;
  }
  .banner ul li {
    font-size: 14px;
    line-height: 28px; /* 140% */
    margin-bottom: 8px;
  }

  section.banner-form {
    padding: 16px 12px;
    border-radius: 8px;
    transform: translateY(-20%);
    width: 90%;
    margin: 0 auto;
  }
  section.banner-form .field__container {
      width: 100%;
      margin-bottom: 0px;
  }

  #contact-form .col-lg-2,
  #contact-form .col-lg-3 {
    padding: 0;
  }
  section.banner-form p {
    display: none;
  }
  section.banner-form input {
    margin-bottom: 8px;
  }

  section.self-conscious .row:nth-child(1) {
    margin-bottom: 24px;
    margin-top: -27px;
  }

  .content-box h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .content-box p {
    font-size: 16px;
    line-height: 24px;
  }
  section.self-conscious .row:nth-child(2n) .col-lg-7,
  section.self-conscious .row:nth-child(3) .col-lg-7 {
    padding: 23px 18px 20px;
  }
  section.self-conscious .self-con-img,
  section.self-conscious .self-con-img img {
    height: auto;
  }
  .content-box {
    padding-left: 14px;
  }
  section.self-conscious .row:last-child {
    margin-top: 24px;
    margin-bottom: 40px;
  }
  section.self-conscious .row {
    margin: 0 2px 11px;
}
  /* dr-information */

  section.dr-information h2 {
    font-size: 28px;
    line-height: 32px;
    padding-top: 20px;
    margin-bottom: 16px;
  }
  section.dr-information h6 {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }
  .image-container img {
    position: unset;
    width: 304px;
  }
  .review-img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .dr-intro {
    padding-top: 32px;
  }
  #dots-image-right {
    display: none;
  }
  section.achivements .col-lg-3:not(:first-child) .pointers {
    padding-left: 0px;
  }

  section.achivements .pointers {
    margin-bottom: 20px;
  }
  section.achivements .col-lg-3:nth-child(2) .pointers {
    border: none;
  }
  section.achivements .pointers h6,
  section.achivements .pointers h6::after {
    font-size: 32px;
    line-height: 40px;
  }
  section.achivements .pointers p {
    font-size: 15px;
    line-height: 24px;
    margin: 0;
  }
  .mobile-padding {
    padding: 0;
  }
  .mobile-padding h6,
  .mobile-padding h2 {
    padding: 0 4%;
  }

  .review-img {
    padding: 8px 0;
  }
  .image-container {
    text-align: center;
  }
  section.dr-information p {
    font-size: 14px;
    line-height: 22px;
  }
  section.dr-information ul li {
    font-size: 14px;
    line-height: 22px;
  }
  section.dr-information .button {
    padding: 14px 50px;
  }

  .container-1 img.center_image {
    margin-bottom: 11px;
    width: 90%;
  }
  .headings {
    margin-bottom: 24px;
  }

  /* who-we-are */
  section.who-we-are {
    padding: 40px 0;
  }

  .who-we-are p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 24px;
  }

  /* marquee */

  section.marquee-line {
    padding: 8px 0;
  }
  section.marquee-line ul li {
    font-size: 16px;
    line-height: 24px; /* 116.667% */
  }

  /* our-procedure */

  section.Our-Procedures h5 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  section.Our-Procedures h6 {
    font-size: 14px;
    line-height: 22px;
  }
  section.Our-Procedures h4 {
    font-size: 20px;
    line-height: 28px;
  }
  section.Our-Procedures p {
    font-size: 14px;
    line-height: 22px;
  }
  .pro-pointers ul li {
    font-size: 16px;
    line-height: 24px;
  }
  .procedure-content-box {
    min-height: 720px;
  }

  section.Our-Procedures a.button {
    width: 100%;
    display: inline-block;
}


  .testi_slider .slick-slide {
    padding: 0 20px;
  }
  .testi_slider .slick-slide img{
    border-radius: 8px 8px 0 0;
  }
  section.video-testimonials .flex-box-2 p.quote {
    font-size: 64px;
    line-height: 1px;
    margin: 0;
  }
  section.video-testimonials .flex-box-2 p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
  }
  section.video-testimonials .flex-box-2 p.name {
    font-size: 16px;
    line-height: 24px;
    padding-top: 8px;
  }
  section.video-testimonials .flex-box-2 {
    border-radius: 0px 0px 8px 8px;
    background: linear-gradient(240deg, #f7f2f1 10.36%, #fff 95.41%);
    padding: 40px 40px 7px 24px;
  }
  section.video-testimonials .flex-box-1 {
    border-radius: 8px 8px 0px 0px;
    padding: 0;
  }
  section.video-testimonials .flex-box-1 img {
    border-radius: 8px 8px 0px 0px;
  }
  section.video-testimonials .slick-next,
  section.video-testimonials .slick-prev {
    top: 107%;
  }
  section.video-testimonials .slick-prev {
    left: 36%;
  }
  section.video-testimonials .slick-next {
    right: 44%;
  }

  /* happy stories */
  section.happy-stories .slide-item {
    padding: 0 6px;
    overflow: hidden;
  }

  /* review slider */

  .review_slider {
    margin-top: 44px;
  }
  .review_slider .slick-slide {
    padding: 0 10px;
  }
  .review_slider .slick-next:before {
    content: url("../images/next.svg");
  }
  .review_slider .slick-prev:before {
    content: url("../images/prev.svg");
  }
  section.clients-rieview-mobile .slick-next,
  section.clients-rieview-mobile .slick-prev {
    top: 107%;
  }
  section.clients-rieview-mobile .slick-prev {
    left: 42%;
  }
  section.clients-rieview-mobile .slick-next {
    right: 42%;
  }
  .reviews-data p {
    font-size: 12px;
    line-height: 20px;
  }

  /* why-stands-out */

  section.why-stands-out {
    padding: 40px 5px 0 5px;
    background: url("../images/stand-out-background-mobile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 2112px;
    /* background-position: 72% 50%; */
  }
  .picture-row {
    margin-top: 57px;
  }
  .pic-box {
    height: 209px;
  }
  .data-containers h3 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px; /* 144.444% */
    margin: 8px 0;
  }
  .data-containers p {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    margin-bottom: 60px;
  }
  section.why-choose-Delhi {
    margin-top: 40px;
    background: linear-gradient(
      rgba(255, 255, 255, 0) 91.5%,
      rgba(229, 198, 255, 0.6) 69.34%,
      rgba(245, 233, 252, 0.6) 24.25%,
      rgba(255, 255, 255, 0) 0%
    );
  }
  .comarision-pointers {
    padding: 14px 20px;
    border-radius: 8px;
    margin-top: 44px;
    min-height: 400px;
  }
  .comarision-pointers h4 {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px; /* 136.364% */
    margin-bottom: 5px;
  }
  .fisrt-container ul li {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 16px;
  }
  section.why-choose-india .col-lg-5:nth-child(2) .comarision-pointers {
    margin-top: 8px;
  }
  .second-container ul li {
    font-size: 14px;
    line-height: 22px; /* 157.143% */
    padding-bottom: 20px;
  }
  .btn-container {
    padding-top: 8px;
    padding-bottom: 0;
  }

  /* PBA */
  section.PBA {
    padding: 64px 0;
    padding-bottom: 0;
  }
  section.PBA .container {
    background: url("../images/pba-mobile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 220px;
    padding-top: 0;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* transformation */

  section.befor-after-transformation {
    padding-bottom: 40px;
    padding-top: 40px;
    background: unset;
  }
  .slick-slide img {
    display: block;
    width: 100%;
  }
  #slider2 .slide-item {
    padding: 0 4px;
  }
  /* client-reviews */

  section.client-reviews {
    padding: 40px 0;
    background: #edecee;
    padding-bottom: 80px;
  }

  /*  patient-satisfaction */

  section.patient-satisfaction {
    background: #1f212d;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
  }
  section.patient-satisfaction .row {
    justify-content: center;
  }
  .content_cont h2 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin: 0;
    margin-top: 24px;
  }
  .content_cont p {
    color: #c6c4c4;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    margin: 24px 0;
    text-align: center;
  }

  /* faqs */

  section.faqs {
    padding: 40px 0;
  }
  nav .nav.faq-tab {
    justify-content: space-around;
    border-radius: 24px;
    margin: 24px 0;
  }
  section.faqs .nav-tabs .nav-link {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }
  h2.accordion-header .accordion-button {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
  }
  .accordion-body {
    color: #777;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }

  /* footer */
  .footer_data_container p span,
  .footer_data_container p,
  .footer_data_container ul li {
    font-size: 14px;
    line-height: 22px;
  }
  #footer-contact-form input,
  #footer-contact-form textarea, #footer-contact-form select {
    width: 100%;
    margin: 0 0 8px 0;
    border-radius: 5px;
    background: #fbeefe;
    padding: 8px 0px 8px 42px;
    border: unset;
  }
  .place-icon {
    position: relative;
    top: 45%;
    left: 4%;
  }
  .place-icon svg {
    width: 14px;
  }
  .place-icon-textarea {
    position: relative;
    top: 14%;
    left: 4%;
  }
  .place-icon-textarea svg {
    width: 14px;
  }
  #footer-contact-form input.inptBtn {
    padding: 12px 25px 12px 17px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
  }
  .footer_data_container {
    background-color: #fff;
    padding: 24px 10px;
    margin-top: 0px;
    background: #fff;
    box-shadow: 0px 0px 31.999px 0px rgba(0, 0, 0, 0.06);
    padding-bottom: 0;
  }
  section.footer {
    height: 1300px;
    background-position: 50%;
  }

  /* bootom_bar */

  section.bootom_bar {
    background: #000;
    padding: 8px 0;
  }
  section.bootom_bar p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    margin: 0;
  }
}
