/* 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) {
  main.main-sidebar.animate-slide-in {
    display: unset;
  }

  .sidebar {
    display: none;
  }

  .header-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  button.navbar-toggler {
    border: 1px solid white;
    height: 40px;
    width: 40px;
    background: white;
    color: var(--primary);
  }

  header {
    display: block !important;
  }

  section.testimonial>img {
    display: none;
  }

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

  .books-tabs-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .books-tabs-content {
    flex: 0 0 auto;
  }

  .books-tabs-main {}

  .books-tabs-card {
    flex-direction: column;
    display: flex;
    align-items: center;
    padding: 10px;
    max-width: 310px;
    margin-bottom: 20px;
  }

  .books-tabs-card-content {
    align-items: center;
    text-align: center;
  }

  .books-tabs-cards-main {
    flex-direction: row;
    /* flex-wrap: wrap; */
    justify-content: center;
  }

  .books-tabs-card .img-box {
    width: 100%;
  }

  .container-fluid {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  section.hero .row>* {
    padding: 0;
  }

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

  .sec-02-content {
    margin-top: 20px;
    flex-direction: column;
    display: flex;
    gap: 15px;
  }

  .sec-01-card {
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
  }

  .sec-01-heading {
    margin-bottom: 20px;
    align-items: center;
    text-align: center;
  }


  .sec-03-card-bg {
    margin-bottom: 20px;
  }

  .highlight-card button.btn.btn-theme.primary-btn {
    margin: 0 auto;
  }

  .sec-04-content .main-heading {
    text-align: center;
  }

  .form-heading {
    text-align: center;
  }

  .form-heading {
    align-items: center;
    text-align: center;
  }

  form.needs-validation.form-inputs-main {}

  .form-sub-heading {
    align-items: center;
    text-align: center;
  }

  .form-main .btn-theme.primary-btn {
    margin: 0 auto;
  }

  .img-box.form-img {
    display: none;
  }

  .bible-content {
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
  }

  section.publisher .img-box-content {
    display: none;
  }

  .publisher-list-main {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    text-align: center;
  }

  section.exp .img-box-content {
    display: none;
  }

  section.books-tab-section h2.main-heading {
    text-align: center;
  }

  section.books-tab-section p {
    text-align: center;
  }

  .footer-links>h6 {
    color: var(--primary);
  }.publisher-list {
    width: 100%;
}

.bible-content .row {
    padding: 10px;
    border: 2px solid white;
    margin: 10px;
}

}
@media (max-width: 767px) {
    .responsive-menu-links {
        display: block;
    }
}
@media (max-width: 575px) {
    .footer-top {
    flex-direction: column;
    align-items: center;
    gap: 20px;
}    section.hero {
        padding-top: 50px;
    }
}

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

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

@media (min-width: 320px) and (max-width: 767px) {}
@media (min-width: 320px) and (max-width: 575px) {
        .hero-bottom-card {
        display: flex;
        padding: 10px 0px;
        align-items: center;
        flex-direction: column;
        align-items: center;
    }
.hero-bottom .col-6:nth-child(1) .hero-bottom-card {
    border-bottom: 1px solid #ced4da;
}
.hero-bottom .col-6:nth-child(2) .hero-bottom-card {    border-bottom: 1px solid #ced4da;}
.col-lg-3:has(.hero-bottom-card):not(:first-child) {
    border-left: 0px solid #E4E7E9;
}
.hero-bottom-card .img-box-content img {
    /* width: 30%; */
    }
    .exp {
    padding-top: 0px;
}
.hero-content {
    align-items: center;
    text-align: center;
}
.books-tabs-cards-main {
     display: block;
    margin-bottom:10px;
}
.hero-bottom-card-content {
    text-align: center;
}
}