/* For Google Chrome (125% zoom level) */
@media screen and (-webkit-min-device-pixel-ratio: 1.25),
screen and (min-resolution: 120dpi) {}

@media (max-width: 992px) {
  section {
    height: auto !important;
  }

  .about-auth-content {
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 40px;
  }

  .about-auth-cont .img-box {
    max-width: fit-content;
    margin: 0 auto;
  }

  section.book-sec .hand-book {
    display: none;
  }

  .responsive-book {
    display: block;
    height: 290px;
    margin-bottom: 40px;
  }

  .book-sec {
    overflow: unset !important;
    padding: 80px 0;
    height: auto !important;
  }

  .book-sec-content {
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
  }

  section.faq {
    padding-top: 70px;
  }

  .faq-heading h2 {
    text-align: center;
  }

  .footer-top-heading {
    text-align: center;
  }

  .newsletter-input {
    margin: 0 auto;
  }

  .newsletter-input input {}

  .footer-links {
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
  }

  .footer-links .row {
    flex-direction: column;
    align-items: center;
  }

  .footer-links .row .col-6 {
    text-align: center;
    flex-direction: column;
    display: flex;
    align-items: center;
  }

  .hero-auth-pic {
    display: none;
  }

  img.hero-banch {
    display: none;
  }

  .hero-content h1 {
    transform: translate(-50%, -50%) !important;
    top: 50%;
    left: 50%;
    text-align: center;
  }

  section.sec-02 h2 {
    width: 100%;
    max-width: 100%;
  }

  section.hero-section {
    height: 90vh !important;
  }

  .book-sec .row {
    flex-direction: column-reverse;
  }

  section.book-sec.sec-book .row {
    flex-direction: column;
  }

  section.book-sec.sec-book .book-sec-content {
    margin-top: 20px;
    text-align: center;
  }

  .hero-content .other-title {
    transform: none !important;
  }

  .contact-us-heading h2 {
    text-align: center;
  }

  .contact-wrapper .img-box-content {
    display: none;
  } 
}

@media (min-width: 1024px) and (max-width: 1279px) {}

@media (min-width: 768px) and (max-width: 1023px) {}

@media (min-width: 320px) and (max-width: 767px) {}

