@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1365px) {
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 1169px) {
}

@media (max-width: 1399px) {
}

@media (max-width: 1199px) {
  h1,
  h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
    font-weight: 500;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  .treatment-sec p {
    font-size: 16px;
  }

  .my-sec {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .hospital-sec .my-block {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .top-main-sec {
    padding-bottom: 50px;
  }

  .treatment-sec {
    background: var(--my-blue);
    text-align: center;
  }

  .treatment-left-col {
    padding-bottom: 0 !important;
  }

  .treatment-right-col {
    padding-bottom: 70px;
  }

  .footer-col {
    width: calc(50% - 20px);
  }
}

@media (max-width: 767px) {
  h1,
  h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
    font-weight: 500;
  }

  h5 {
    font-size: 14px;
  }

  h6 {
    font-size: 14px;
  }

  .my-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .treatment-right-col {
    padding-bottom: 50px;
  }

  .my-btn {
    padding: 10px 10px;
    font-size: 12px;
  }

  .with-arrow.my-btn {
    padding: 10px 50px 10px 20px;
  }

  .with-arrow.my-btn.btn-small {
    padding: 10px 45px 10px 16px;
  }

  .hero-box-more {
    min-height: 180px;
  }

  .stats-box-more .my-btn {
    padding: 10px 40px 10px 10px;
  }
}

@media (max-width: 767px) {
  @supports (-webkit-touch-callout: none) {
  }
}
/*767px*/
@supports (-webkit-touch-callout: none) {
}

@media only screen and (max-width: 575px) {
  .footer-col {
    width: 100%;
  }

  .footer-col ul {
    justified-text-align: center;
    align-items: center;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .social-icons ul,
  .footer-logos {
    justify-content: center;
  }

  footer h4 {
    margin-bottom: 10px;
  }

  .nav-pills li {
    width: calc(50% - 8px);
  }

  .nav-pills li .my-btn {
    width: 100%;
  }
}

@media (max-width: 479px) {
}
