@media (max-width: 991px) {
  .header {
    display: none;
  }
  .hamburger {
    display: block;
  }
  .mobile-nav.open {
    display: flex;
    height: 100%;
    z-index: 1000000;
  }
  .header_logo {
    width: 100px;
  }
  .top_footer .container {
    flex-direction: column;
    text-align: center;
  }
  .hero {
    padding: 75px 0 100px;
  }
  .hero_heading {
    font-size: 70px;
  }
  .hero::after {
    height: 25px;
  }
  section {
    padding: 50px 0;
  }
  .second .container {
    flex-direction: column;
  }
  .doc_name {
    font-size: 30px;
  }
  .heading {
    font-size: 55px;
  }
  .about_content {
    flex-direction: column;
  }
  .about_content .left {
    max-width: 500px;
  }
  .about_list {
    text-align: center;
    line-height: 1.1;
  }
  .loc_content {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .gallery_about {
    width: calc(50% - 10px);
    margin-top: 30px;
  }
}
@media (max-width: 551px) {
  .time {
    flex-direction: column;
    text-align: center;
  }
  .hero_heading {
    font-size: 42px;
  }
  .desc {
    font-size: 16px;
  }
  .service_item {
    flex-direction: column;
    text-align: center;
  }
  .doctor_content {
    padding: 20px;
  }
  .heading {
    font-size: 38px;
    margin-bottom: 20px;
  }
  .loc_left {
    flex-direction: column;
  }
  .service,
  .contact {
    padding: 25px;
  }
}/*# sourceMappingURL=responsive.css.map */