@media (max-width: 991px) {
  .header {
    display: none;
  }
  .hamburger {
    display: block;
  }
  .mobile-nav.open {
    display: flex;
    height: 325px;
  }
  .header_logo {
    width: 100px;
  }
  .top_footer .container {
    flex-direction: column;
    text-align: center;
  }
  .hero {
    padding: 50px 0;
  }
  .info_section {
    margin-top: 0;
  }
  .hero_heading {
    font-size: 65px;
  }
  .hero_desc {
    font-size: 22px;
  }
  .info_section {
    padding-bottom: 0;
  }
  .info_section .container {
    border-radius: 0;
    padding: 50px 20px;
  }
  .heading {
    font-size: 54px;
    font-weight: 700;
  }
  .desc {
    font-size: 16px;
  }
  .infos {
    flex-direction: column;
  }
  .trust {
    padding: 50px 0;
  }
  .trust_heading {
    font-size: 52px;
  }
  .trust_info {
    font-size: 22px;
  }
  .doctor_section {
    padding: 50px 0;
  }
  .doc_btns {
    flex-direction: column;
  }
  .contact_top {
    flex-direction: column;
    gap: 20px;
  }
  .contact_top address {
    width: 100%;
  }
  .contact_section .container {
    border-radius: 0;
    padding: 20px;
  }
  .gallary {
    padding: 50px 0;
  }
  article {
    padding-bottom: 50px;
  }
}
@media (max-width: 551px) {
  .time {
    flex-direction: column;
    text-align: center;
  }
  .hero_heading {
    font-size: 42px;
    font-weight: 700;
  }
  .hero_desc {
    font-size: 16px;
  }
  .heading {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .trust_heading {
    font-size: 42px;
  }
  .trust_info {
    padding: 20px;
  }
  .trust_info {
    font-size: 16px;
  }
  .doc_btn {
    font-size: 16px;
  }
  .header_logo {
    width: 60px;
  }
  .contact_top address {
    flex-direction: column;
    text-align: center;
    font-size: 16px;
  }
  form .cds {
    flex-direction: column;
  }
}/*# sourceMappingURL=responsive.css.map */