@media (max-width: 991px) {
  .header {
    display: none;
  }
  .hamburger {
    display: block;
  }
  .mobile-nav.open {
    display: flex;
    height: 100%;
  }
  .header_logo {
    width: 100px;
  }
  .top_footer .container {
    flex-direction: column;
    text-align: center;
  }
  .hero {
    padding: 70px 0;
  }
  .hero .hero_heading,
  .hero .hero_desc,
  .hero .hero_btns {
    margin: 10px auto;
    text-align: center;
    justify-content: center;
  }
  .hero_heading {
    font-size: 60px;
  }
  .hero_desc {
    font-size: 22px;
  }
  .contact {
    padding: 50px 0;
  }
  .contact .container {
    flex-direction: column;
    text-align: center;
  }
  .heading {
    font-size: 36px;
  }
  .service {
    padding: 50px 0;
  }
  .desc {
    font-size: 16px;
  }
  .service_list {
    flex-direction: column;
    gap: 20px;
  }
  .doctor_section,
  article {
    padding: 50px 0;
  }
  .doc_list {
    gap: 70px 20px;
  }
  .doc_item {
    width: calc(50% - 10px);
  }
  .doc_name {
    font-size: 26px;
  }
  .find {
    padding: 50px 0 260px;
  }
  .gallery {
    padding: 260px 0 50px;
  }
}
@media (max-width: 551px) {
  .time {
    flex-direction: column;
    text-align: center;
  }
  .hero_heading {
    font-size: 42px;
  }
  .hero_desc {
    font-size: 16px;
  }
  .hero_btns {
    flex-direction: column;
  }
  .trust_item {
    font-size: 18px;
  }
  .doc_item {
    width: 100%;
  }
  .find {
    padding: 50px 0 260px;
  }
  .find .container {
    flex-direction: column;
    text-align: center;
  }
}/*# sourceMappingURL=responsive.css.map */