/* For Google Chrome (125% zoom level) */
@media screen and (-webkit-min-device-pixel-ratio: 1.25),
  screen and (min-resolution: 120dpi) {
}

@media (max-width: 1199px) {
  button.navbar-toggler.aos-init.aos-animate {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: var(--primary);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header.sticky {
    top: 0;
  }
}

@media (max-width: 991px) {
  section {
    overflow: hidden;
  }
  header.sticky img {
    width: 150px;
  }
  .img-box-content.hero-img {
    display: none;
  }
  .testi-wrapper .row {
    gap: 20px 0;
  }
  button.navbar-toggler {
    background: var(--primary);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: whute;
  }
  .hero-wrapper {
    margin: 0;
  }

  .hero-box {
    padding: 0;
    background: transparent;
  }

  .hero-content {
    padding: 0;
    border: 0;
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
  }
  .about-the-author-heading {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .about-the-author-heading h2 {
    font-size: 51px;
  }

  .col-lg-7.col-md-12:has(.about-the-author-content) {
    border: 0;
    display: unset;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .about-the-author-heading {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .about-the-author-heading h2 {
    font-size: 51px;
  }

  .col-lg-7.col-md-12:has(.about-the-author-content) {
    border: 0;
    display: unset;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .col-lg-4.col-md-12:has(.img-box-content) {
    display: none;
  }

  .about-the-book-content {
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
  }
  .single-post-wrapper .test-heading {
    justify-content: center;
  }

  .single-post-wrapper p {
    text-align: center;
  }
  .author-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .hero-section {
    margin: 0;
  }
  .about-the-book-content h2 {
    font-size: 51px;
  }

  .test-heading h2 {
    font-size: 51px;
  }

  .testi-card strong {
    font-size: 20px;
  }

  form.needs-validation.contact-us-form {
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
  }

  .contact-us .btn-main {
    justify-content: center;
  }

  section.contact-us .img-box-content {
    display: none;
  }
  .footer-top-heading {
    text-align: center;
  }

  .footer-links {
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
  }

  .footer-links .row .col-6 {
    align-items: center;
    width: 100%;
    text-align: center;
  }
  .about-the-author-content.sec-auth {
    text-align: center;
  }

  section.other-page-hero-section .hero-wrapper .hero-content h1 {
    font-size: 60px;
  }
  .test-heading {
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .header-social-main > a {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
}
