@media (max-width: 991px) {
  .header {
    display: none;
  }
  .hamburger {
    display: block;
  }
  .mobile-nav.open {
    display: flex;
    height: 100%;
  }
  .header_logo {
    width: 60px;
  }
  .top_footer .container {
    flex-direction: column;
    text-align: center;
  }
  .hero,
  .about {
    padding: 50px 0;
  }
  .doctor {
    padding: 75px 0 50px;
  }
  .doctor_list {
    transform: none;
  }
  .doctor_item {
    width: calc(50% - 10px);
  }
  .hero_heading {
    font-size: 70px;
  }
  .hero_desc {
    font-size: 20px;
  }
  .heading {
    font-size: 50px;
  }
  .about_item {
    font-size: 20px;
  }
  .about_item:nth-child(1) {
    padding: 0 20px 5px;
  }
  .about_item:nth-child(2) {
    padding: 0 20px 5px;
  }
  .about_item:nth-child(3) {
    padding: 5px 20px 0;
  }
  .about_item:nth-child(4) {
    padding: 5px 20px 0;
  }
  .service {
    padding: 50px 0;
  }
  .desc {
    font-size: 16px;
  }
  .service_list {
    flex-direction: column;
  }
  .service_list .service_item {
    padding: 20px;
  }
  .gallery,
  .contact {
    padding: 50px 0;
  }
  .contact .container {
    flex-direction: column;
  }
  address {
    font-size: 18px;
  }
}
@media (max-width: 551px) {
  .time {
    flex-direction: column;
    text-align: center;
  }
  .hero_heading {
    font-size: 42px;
  }
  .hero_desc {
    font-size: 16px;
  }
  .doctor_item {
    width: 100%;
  }
  .heading {
    font-size: 38px;
  }
  .doc_name {
    font-size: 28px;
  }
}/*# sourceMappingURL=responsive.css.map */