/* For Google Chrome (125% zoom level) */
@media screen and (-webkit-min-device-pixel-ratio: 1.25),
  screen and (min-resolution: 120dpi) {
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .footer-bootom-links ul {
        gap: 30px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .top-banner .right-col h1,
    .about-sec .right>h2,
    .sec-three .left>h3,
    .sec-four .left>h3,
    .testimonial-sec .heading h3,
    .subscribe-sec .subscribe-left h3,
    .footer-logo h5,
    .about-book .left-col>h2,
    .contact-us .left-col>h2{
        font-size: 34px;
        line-height: normal;
    }
    .about-book .right-col .right-col-footer {
       flex-direction: column;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .top-banner .right-col h1,
    .about-sec .right>h2,
    .sec-three .left>h3,
    .sec-four .left>h3,
    .testimonial-sec .heading h3,
    .subscribe-sec .subscribe-left h3,
    .footer-logo h5,
    .about-book .left-col>h2,
    .contact-us .left-col>h2{
        font-size: 30px;
        line-height: normal;
    }
    .about-sec .left {
        margin-bottom: 40px;
    }
    .sec-three .left>h4 {
        font-size: 24px;
        line-height: normal;
    }
    .testimonial-sec .review-box {
        flex-direction: column;
        align-items: center;
    }
    .testimonial-sec .heading p {
        margin-bottom: 35px;
    }
    .testimonial-sec {
        text-align: center;
    }
    .subscribe-sec .subscribe-left p {
        margin-bottom: 30px;
    }
    .footer-bottom {
        text-align: center;
    }
    .footer-bootom-links ul {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .footer-bootom-links ul {
        margin-bottom: 25px;
        margin-top: 25px;
    }
    .about-book .right-col .right-col-footer {
       flex-direction: column;
    }
    .about-book .right-col {
        margin-top: 0;
    }
    .testimonial-book .testimonial-inner{
        width: auto;
    }
    .testimonial-book .slick-next, .testimonial-book .slick-prev {
        display: none !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .top-banner .right-col h1,
    .about-sec .right>h2,
    .sec-three .left>h3,
    .sec-four .left>h3,
    .testimonial-sec .heading h3,
    .subscribe-sec .subscribe-left h3,
    .footer-logo h5,
    .about-book .left-col>h2,
    .contact-us .left-col>h2{
        font-size: 28px;
        line-height: normal;
    }
    .about-sec .left {
        margin-bottom: 40px;
    }
    .sec-three .left>h4 {
        font-size: 24px;
        line-height: normal;
    }
    .testimonial-sec .review-box {
        flex-direction: column;
        align-items: center;
    }
    .testimonial-sec .heading p {
        margin-bottom: 35px;
    }
    .testimonial-sec {
        text-align: center;
    }
    .bg-subscribe {
        text-align: center;
    }
    .subscribe-sec .subscribe-left p {
        margin-bottom: 30px;
    }
    .footer-bottom {
        text-align: center;
    }
    .footer-bootom-links ul {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .footer-bootom-links ul {
        margin-bottom: 25px;
        margin-top: 25px;
    }
    .about-book .right-col .right-col-footer {
       flex-direction: column;
    }
    .about-book-bg,
    .testimonial-bg{
       padding: 130px 0 60px;
    }
    .testimonial-book .testimonial-inner {
       width: auto;
    }
    .testimonial-book .slick-next, .testimonial-book .slick-prev {
        display: none !important;
    }
    .about-book .right-col {
      margin-top: 0;
    }
}