@media (min-width: 1500px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1199px) {
      .faq-sec {
        padding: 0 0 60px;
    }
  .spotlight-sec .col-md-6 {
    width: 100%;
  }

  .spotlight-sec .b-book-table {
    width: 100%;
  }

  :is(.book_one, .book_two) .col-md-5 {
    width: 100%;
  }

  .b-accolades {
    width: 100%;
  }

  .spotlight-sec .book_wrapper {
    margin: 2rem 0;
  }
}

@media (max-width: 575px) {
      .footer-form-submit input {
        width: 185px;
        font-size: 16px;
    }
  .spotlight-sec .book_image-wrap img {
    width: 130px !important;
}
    .testimonials-text h3 {
        font-size: 28px !important;
    }
  .copyright-text p,
  .terms-text ul li a,
  .terms-text ul {
    font-size: 15px;
  }
      .footer-left h3 {
        font-size: 35px;
    }
        .testimonials-text h5 {
        font-size: 20px;
        margin-top: 20px;
    }
    .faq-heading{
      font-size: 40px;
    }
    .heading-wrapper h2{
      width: auto;
    }
    .accolades__accolade{
      padding: 0;
    }
    .accolades__title {
    font-size: 11px;
    line-height: 16px;
    }
        .contact-lst {
        gap: 30px;
        justify-content: center;
    }
    .popupMain.LoginPopup{
      width: auto;
    }
    .site-header__title {
    font-size: 4.5rem;
    }
    .main-content__checkmark {
    font-size: 5.75rem !important;
    }
    .main-content__body {
    margin: 10px 0 0;
    font-size: 1rem;
    }
}
@media (max-width: 786px){
  .popTxt h6 {
    font-size: 20px;
}
.popTxt p {
  font-size: 17px;
      margin: 10px 0;
}
}
@media (max-width: 991px) {
   .spotlight-sec .book_wrapper {
    width: auto;
  }
  .home-banner .heading-wrapper h1{
    font-size: 50px;
  }
   .heading-wrapper h2{
    font-size: 28px;
        line-height: 35px;

  }
  .spotlight-sec .book_detail h4{
    font-size: 20px;
  }
  .expertise-sec h2{
     font-size: 40px;
  }
      .themes-p {
        font-size: 15px;
        line-height: 1.6;
    }
    .testimonials-text h3 {
        font-size: 37px;
        line-height: 1.2;
    }
  .copyright-text p,
  .terms-text ul li a,
  .terms-text ul {
    justify-content: center;
    text-align: center;
  }

  .terms-text {
    margin-top: 13px;
  }

  .footer-left {
    border-bottom-left-radius: 0;
    border-top-right-radius: 15px;
  }
      .footer-left h3 {
        font-size: 40px;
        line-height: 45px;
    }
}