@media (max-width: 991px) {
  .header {
    display: none;
  }
  .hamburger {
    display: block;
  }
  .mobile-nav.open {
    display: flex;
    height: 100%;
  }
  .header_logo {
    width: 75px;
  }
  .top_footer .container {
    flex-direction: column;
    text-align: center;
  }
  .hero {
    padding: 50px 0 200px;
  }
  .hero_heading {
    font-size: 70px;
  }
  .hero_desc {
    font-size: 24px;
  }
  .service,
  .doctor {
    padding: 50px 0;
  }
  .heading {
    font-size: 52px;
  }
  .desc {
    font-size: 16px;
  }
  .service_list {
    flex-direction: column;
    gap: 20px;
  }
  .doc_name {
    font-size: 24px;
  }
  .doc_day,
  time {
    font-size: 16px;
  }
  .doc_item {
    width: calc(50% - 10px);
  }
  .about {
    padding: 50px 0;
  }
  .about_item {
    font-size: 24px;
  }
  .contact {
    padding-top: 50px;
  }
  .contact .container {
    flex-direction: column;
    text-align: center;
  }
  .contact .right {
    padding-top: 0;
  }
  footer .left {
    align-items: center;
  }
}
@media (max-width: 551px) {
  .time {
    flex-direction: column;
    text-align: center;
  }
  .hero_heading {
    font-size: 42px;
  }
  .hero_desc {
    font-size: 18px;
  }
  .hero {
    padding: 50px 0 150px;
  }
  .heading {
    font-size: 42px;
  }
  .doc_item {
    width: 100%;
  }
  .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;
  }
  footer .right address {
    flex-direction: column;
    font-size: 18px;
  }
}/*# sourceMappingURL=responsive.css.map */