@media (max-width: 765px) {
  .banner-slide.slide-3 {
    background-position: 20% 50%;
  }

  .banner-slide.slide-2 {
    background-position: 48% 50%;
  }

  .banner-slide.slide-1 {
    background-position: 35%;
  }

  #team .owl-nav {
    position: absolute;
    top: -6%;
    right: 0;
    width: auto;
  }

  #team .owl-prev,
  #team .owl-next {
    background: #40bf77;
    color: #fff;
    width: 40px;
    height: 35px;
  }

  .why-choose-box {
    padding: 45px;
  }

  .cta-section h3 {
    color: #fff;
    font-size: 27px;
  }

  .pricing .box h4 {
    font-size: 38px;
  }

  .about-content p {
    line-height: 1.5;
    font-size: 15px;
  }

  .why-choose-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    /* padding: 50px; */
    padding: 0px;
    border: 15px solid #fff;
    transition: all 0.3s ease;
    /* min-height: 207px; */
    margin-bottom: 20px;
  }

  #header .logo img {
    max-height: 53px;
  }

  .about-content h1 {
    font-size: 27px;
    text-align: center;
  }

  .section-gap {
    margin: 40px 0;
  }

  .about-content p {
    padding-right: 0;
  }

  .about-img-container {
    margin-top: 30px;
  }

  .section-title h1 {
    font-size: 36px;
  }

  .section-title p {
    width: 100% !important;
    font-size: 15px;
  }

  .section-title h2 {
    font-size: 36px;
  }

  /* .team-content-container{
    padding: 0;
} */

  .cta-section h3 {
    color: #fff;
    font-size: 19px;
  }

  .banner-btn {
    width: 90%;
    font-size: 10px;
  }

  .banner-heading {
    padding: 25px 10px;
    font-size: 27px;
    width: 100%;
    border-radius: 10px;
  }

  .banner-sub-heading {
    font-size: 21px;
  }

  .tab-content-details h3 {
    font-size: 19px !important;
  }

  .team-content-container {
    padding: 0px;
    padding-top: 20px;
  }

  .faq {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .faq .section-title h2 {
    font-size: 30px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .faq .section-title {
    margin-bottom: 0;
  }

  .cta-section h3 {
    text-align: center;
  }

  .cta-section .cta-btn-container {
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }

  #footer .footer-top {
    padding: 50px 0 30px 0;
  }

  .mtop-zero {
    margin-top: 0 !important;
  }

  .about-me {
    padding-left: 00px;
    margin-top: 30px;
  }

  .therapy-content-container .therapy-title {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 26px;
  }

  .pr-50 {
    padding-right: 0px;
  }

  .pl-50 {
    padding-left: 0px;
  }

  .row-reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .social-link {
    display: none;
  }

  .contact .info-box {
    margin-bottom: 10px;
  }
}