@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: 75px 0;
  }
  .hero .container {
    flex-direction: column;
    text-align: center;
  }
  .social_footer {
    justify-content: center;
    flex-wrap: wrap;
  }
  .hero_heading {
    font-size: 70px;
  }
  .hero_doc {
    margin: 20px 0;
    font-size: 22px;
  }
  .service_list {
    flex-direction: column;
  }
  section {
    padding: 50px 0;
  }
  .heading {
    font-size: 55px;
  }
  .desc {
    font-size: 16px;
  }
  .doctor_list {
    flex-direction: column;
    gap: 60px;
  }
  .trust_item {
    font-size: 28px;
  }
  .loc .left {
    display: none;
  }
}
@media (max-width: 551px) {
  .time {
    flex-direction: column;
    text-align: center;
  }
  .hero_heading {
    font-size: 46px;
  }
  .hero_doc,
  .desc {
    font-size: 16px;
  }
  .heading {
    font-size: 44px;
  }
  .service_item .service_name {
    font-size: 20px;
  }
  .trust_item {
    padding: 10px 20px;
    font-size: 18px;
  }
  address {
    font-size: 16px;
  }
}/*# sourceMappingURL=responsive.css.map */