@media (max-width: 1440px) {
  .about_right {
    display: none;
  }
  .about_left {
    width: 100%;
    display: flex;
    margin-left: 0;
    flex-direction: column;
    align-items: center;
  }
  .about_section {
    padding: 50px 0;
  }
  .doctor_section {
    position: relative;
    padding: 131px 0 0;
  }
}
@media (max-width: 991px) {
  /* Display hamburger icon on smaller screens */
  .menu-toggle {
    display: flex;
  }
  .about_left {
    text-align: center;
  }

  /* Hide the menus initially on small screens */
  .menus {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: var(--white);
    gap: 16px;
    padding: 15px 0;
    transition: transform 0.3s ease-in-out;
  }

  .menus.active {
    display: flex;
  }
  header {
    border-radius: 0;
  }
  .header_texts {
    width: 100%;
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.384);
  }
  .hero_outer {
    padding: 90px 0 200px;
  }
  .brs::before {
    display: none;
  }
  .infos {
    flex-wrap: wrap;
    gap: 30px;
  }
  .info {
    width: calc(50% - 30px);
  }
  .service_section {
    padding: 200px 0 150px;
  }
  .gallery_section {
    display: none;
  }
  .contact_container,
  .footer_container,
  .footer_socials {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .footer_container {
    gap: 30px;
  }
  .contact_section {
    padding: 60px 0;
  }
  .hero_heading {
    font-size: 50px;
    line-height: 58px;
  }
  .heading {
    font-size: 40px;
  }
  .service {
    width: calc(50% - 16px);
  }
}
@media (max-width: 600px) {
  .topbar {
    display: none;
  }
  .hero_heading {
    font-size: 29px;
    line-height: 38px;
  }
  .btns {
    flex-direction: column;
  }
  .info,
  .service,
  .doctor {
    width: 100%;
  }
  .hero_outer {
    padding: 90px 0 350px;
  }
  .service_section {
    padding: 375px 0 90px;
  }
  .doctors {
    flex-wrap: wrap;
  }
  .doctor_section {
    padding: 50px 0 0;
  }
  .doctor_outer {
    padding-bottom: 50px;
  }
  address {
    flex-direction: column;
    text-align: center;
    font-size: 16px;
  }
  .map {
    height: 300px;
  }
  .footer_socials {
    padding: 0;
    background-color: transparent;
  }
  .footer_right form {
    margin-top: 30px;
  }
  .heading {
    font-size: 32px;
  }
  .service_name {
    font-size: 24px;
  }
  .service_btn,
  .hero_button {
    font-size: 16px;
  }
  .about_heading {
    color: var(--white);
    font-size: 26px;
  }
  .about_left {
    padding: 50px 0;
  }
  .doctor_name {
    font-size: 18px;
  }
}
