@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-reverse;
    text-align: center;
    gap: 30px;
  }
  .hero_heading {
    font-size: 70px;
  }
  .hero_desc {
    font-size: 22px;
  }
  .hero {
    padding: 50px 0 180px;
  }
  .trust .container {
    padding: 210px 0 50px;
  }
  .heading {
    font-size: 55px;
  }
  .trust_lists {
    padding: 20px;
    margin: 20px;
  }
  .trust_item {
    font-size: 22px;
  }
  .service {
    padding: 50px 0;
  }
  .desc {
    font-size: 16px;
  }
  .service_list {
    flex-direction: column;
    gap: 20px;
  }
  .doctor {
    padding: 50px 0;
  }
  .doctor_list {
    flex-direction: column;
  }
  .doctor_item {
    width: 100%;
  }
  .contact .container .right {
    display: none;
  }
  .contact .container .left {
    padding: 50px 0;
  }
  .gallery {
    padding: 50px 0;
  }
  .social_footer {
    justify-content: center;
  }
  article {
    padding: 50px 0;
  }
}
@media (max-width: 551px) {
  .time {
    flex-direction: column;
    text-align: center;
  }
  .hero_heading {
    font-size: 46px;
  }
  .hero_desc {
    font-size: 18px;
  }
  .heading {
    font-size: 40px;
  }
  .trust_item {
    font-size: 18px;
  }
  .doctor span {
    font-size: 16px;
  }
  .top_footer .container .right address {
    flex-direction: column;
  }
  .header_logo {
    width: 60px;
  }
}/*# sourceMappingURL=responsive.css.map */