@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 .hero_heading {
    font-size: 75px;
  }
  .hero .desc {
    font-size: 16px;
  }
  .form form {
    margin-top: 0;
    flex-direction: column;
    padding: 35px;
  }
  .form {
    padding: 50px 0;
  }
  .service .service_item {
    width: calc(50% - 25px);
  }
  .service,
  .gallery {
    padding: 50px 0;
  }
  .about {
    padding: 50px 0;
  }
  .about .about_content {
    flex-direction: column;
  }
  .heading {
    font-size: 55px;
  }
  .doctor {
    padding: 50px 0;
  }
  .doctor_list {
    gap: 40px 20px;
    margin-top: 50px;
  }
  .doctor_item {
    width: calc(50% - 10px);
  }
  .map_section {
    padding: 50px 0;
  }
  .map_section .container {
    flex-direction: column;
  }
  .map_left {
    width: 100% !important;
    text-align: center;
  }
  address {
    padding: 20px;
  }
  .paras {
    padding: 50px 0;
  }
  .top_footer {
    padding: 50px 0;
  }
}
@media (max-width: 551px) {
  .time {
    flex-direction: column;
    text-align: center;
  }
  .top_navbar .container {
    flex-direction: column;
  }
  .hero .hero_heading {
    font-size: 46px;
    line-height: 1;
  }
  .service .service_item {
    width: 100%;
    text-align: center;
  }
  .service .service_item img {
    display: block;
    margin: 0 auto;
  }
  .heading {
    font-size: 42px;
  }
  .about .about_list .about_item {
    font-size: 18px;
  }
  .doctor_item {
    width: 100%;
  }
}/*# sourceMappingURL=responsive.css.map */