@media (max-width: 991px) {
  .header {
    display: none;
  }
  .hamburger {
    display: block;
  }
  .mobile-nav.open {
    display: flex;
    height: 100%;
    padding: 20px 0;
  }
  .header_logo {
    width: 100px;
  }
  .top_footer .container {
    flex-direction: column;
    text-align: center;
  }
  .hero .container .right {
    display: none;
  }
  .hero {
    padding: 50px 0 0;
  }
  .hero .container .left {
    padding-bottom: 50px;
  }
  .heading {
    font-size: 54px;
  }
  .desc {
    font-size: 16px;
  }
  .hero_btn {
    margin-top: 20px;
  }
  section {
    padding: 50px 0;
  }
  .service_list {
    flex-direction: column;
  }
  .service_item:not(:nth-child(1)) {
    padding: 20px;
  }
  .service_item {
    padding: 20px;
    border: none !important;
  }
  .doctor_item {
    width: calc(50% - 15px);
  }
  .about_content {
    flex-direction: column;
  }
  .about_content .left {
    max-width: 500px;
  }
  .about_list {
    margin-left: 40px;
  }
  .contact .container {
    flex-direction: column;
  }
  .gallery .container {
    flex-direction: column;
    text-align: center;
  }
  .gallery .container .left {
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 551px) {
  .time {
    flex-direction: column;
    text-align: center;
  }
  .hero_call {
    flex-direction: column;
    text-align: start;
    align-items: start;
    width: 100%;
  }
  .doctor_item {
    width: 100%;
  }
  .sm_heading {
    font-size: 28px;
  }
}/*# sourceMappingURL=responsive.css.map */