@media (max-width: 756px) {

  .banner-section {
  margin-top: 150px;
}
  #header.fixed-top {
    top: 110px;
  }

  .whatapp-container {
    display: none;
  }

  .top-cta-contianer {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 5px;
  }
  .top-header {
    min-height: 150px;
  }
  .causes-contianer .causes-list {
    display: block;
    width: 100%;
  }
  #header .logo img {
    max-height: 45px;
  }
  #hero {
    /* margin-top: 161px; */
    padding-top: 110px;
    height: auto;
  }
  .top-header p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .top-header a {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .pointer-contianer {
    padding-left: 0;
  }
  .count-box {
    margin-bottom: 20px;
  }
  .counts {
    padding: 50px 0;
  }
  #product-container .owl-nav {
    top: -44px;
  }
  .section-title {
    padding-bottom: 0px;
  }

  .section-title p {
    line-height: 1.2;
    font-size: 24px;
    font-weight: 700;
  }

  .copyright-container {
    flex-direction: column;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .testimonials .testimonial-item h3 {
    text-align: center;
  }

  .testimonials .testimonial-item h4 {
    text-align: center;
  }

  .service-img .img-fluid {
    max-width: 58%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .quick-link {
    padding-left: 15px;
  }

  .footer-bottom {
    margin-bottom: 40px;
  }

  .back-to-top {
    bottom: 50px;
  }

  .footer-cta a {
    display: block;
    width: 49.5%;
    background-color: #e5c04e;
    color: #fff;
    padding: 8px 0;
    text-align: center;
    font-size: 16px;
  }
  .footer-cta a i {
    font-size: 20px;
    margin-bottom: 0;
    position: relative;
    top: 3px;
  }
  .footer-cta {
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
  }

  .footer-cta a.whatsapp {
    background-color: #25d366;
  }

  .contact-page-section .info-column .inner-column {
    position: relative;
    padding: 60px 15px;
  }

  .contact-page-section .form-column .inner-column {
    padding: 20px;
  }

  .contact-form .theme-btn {
    display: block;
    width: 100%;
  }

  .breadcrumb-content {
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
.breadcrumb-content ul li a{
  font-size: 15px;
  font-weight: 300;
}

.about-cta-container.full-section p a{
  margin-left: 0;
  margin-top: 20px;
}

.section-top-gap{
  margin-top: 0;
}

.symptoms-section.service-2 .symptoms-content.left{
  padding-right: 0;
}

.cta-section{
  margin-top: 50px;
  margin-bottom: 50px;
}

.cta-section .cta-content{
  padding-left: 20px;
}

  .about-section {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .testimonials {
    padding-top: 0;
  }
  .offset-2 {
    margin-left: 1%;
  }

  .contact .php-email-form {
    padding: 20px;
  }

  .contact-page-section .info-column .list-info li i {
    font-size: 20px;
  }

  .contact-page-section .info-column .list-info li {
    padding-left: 28px;
  }
  .contact-page-section .info-column .list-info li a {
    color: #fff;
    font-size: 15.5px;
  }

  .contact-form textarea {
    height: 130px;
  }

  .contact-page-section{
    padding-top: 20px;
  }
  .sec-title {

    padding-bottom: 20px;
}

.about {
  padding-bottom: 0;
}
.symptoms-section{
  padding: 20px 0;
}

.consultation-content{
  padding-left: 10px;
}

.consultation-content h1{
  text-align: center;
}

.consultation-section.bg-2{
  padding: 0;
}

.consultation-section.bg-2 .consultation-content {

    padding-right: 10px;
}

.treatment-section .treatment-content{
  padding: 0px 10px;
}

}

@media (min-width: 756px) {
  .product-section.desktop {
    display: block;
  }

  .product-section.mobile {
    display: none;
  }
}

@media (min-width: 756px) {
  .footer-cta {
    display: none;
  }
}
@media (max-width: 756px) {
  .product-section.desktop {
    display: none;
  }

  .product-section.mobile {
    display: block;
  }

  .banner-container-mobile {
    display: block !important;
    margin-top: 30px;
  }

  .banner-container-mobile .banner-box {
    margin-bottom: 25px;
  }
}

