@media (max-width: 576px) {
}

@media (max-width: 768px) {
  .top-header,
  .header-logo,
  .info,
  .number {
    flex-direction: column;
    align-items: center;
    line-height: 3rem;
  }
  .visitus {
    line-height: 3rem;
  }
  .bar {
    display: flex;
  }
  .navbar {
    display: none;
  }
  .menu-bar {
    justify-content: center !important;
  }
  .slider-container {
    background-position: 41% 0% !important;
  }
  .slider {
    padding: 7rem 0 !important;
  }
  .slider h1 {
    font-size: 2rem !important;
  }
  .about,
  .services,
  .session,
  .Spesialists,
  .comments,
  .services,
  .about-content {
    padding: 1rem !important;
  }
  .footer-field {
    padding: 2rem !important;
  }
}

@media (max-width: 992px) {
}

@media (max-width: 1200px) {
}
