@media(max-width:1536px) {
    .header .nav-item .nav-link {
        font-size: 14px;
    }

    .home-banner-content h1 {
        font-size: 50px;
    }
}

@media(max-width:1440px) {
    .header .navbar-brand {
        font-size: 30px;
    }

    .the-method-content h2 {
        margin-bottom: 30px;
    }

    .the-method-picture {
        height: 100%;
    }

    .the-method-btn {
        margin-top: 0;
    }

    .same-heading {
        font-size: 52px;
    }

    .the-chapters-content ul li {
        font-size: 16px;
    }

    .the-chapters-picture {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .testi-box {
        padding: 30px 40px;
        height: 480px;
    }
}

@media(max-width:1366px) {
    .home-banner-content h1 {
        font-size: 45px;
    }

    .the-author-image img {
        width: 100%;
    }

    .the-method-picture {
        display: flex;
        align-items: center;
    }

    .the-applications-picture {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .testi-box {
        padding: 30px;
    }

    .footer-content ul li {
        font-size: 14px;
    }

    .footer-content ul li a {
        font-size: 14px;
    }
}

@media(max-width:1330px) {
    .header .nav-item .nav-link {
        font-size: 13px;
    }
}

@media(max-width:768px) {
    .header .nav-item {
        justify-content: flex-start;
        margin-bottom: 5px;
    }

    .header .navbar-nav {
        padding: 20px 0px;
    }

    .header .navbar-toggler {
        background: white;
    }

    .home-banner {
        padding: 100px 0px 0px;
    }

    .home-banner-left {
        display: none;
    }

    .home-banner-right {
        /* margin-top: 30px; */
    }

    .home-banner-content {
        margin-bottom: 30px;
    }

    .the-book-content {
        padding: 40px 0px;
    }

    .the-book-sec .col-lg-6.pe-0 {
        padding-right: 12px !important;
    }

    .the-author-sec {
        padding: 40px 0px;
    }

    .the-author-content {
        margin-top: 30px;
    }

    .video-sec {
        padding: 150px;
    }

    .the-method-content {
        padding: 40px 0px;
    }

    .the-method-sec .col-lg-6.pe-0 {
        padding-right: 12px !important;
    }

    .the-benefits-content {
        padding: 40px 0px;
    }

    .the-benefits-sec {
        padding: 40px 0px;
    }

    .the-applications-sec .col-lg-6.ps-0 {
        padding-left: 12px !important;
    }

    .the-applications-picture {
        padding: 40px;
    }

    .the-applications-content {
        padding: 40px 0px;
    }

    .the-beneficiaries-sec {
        padding: 40px 0px;
    }

    .the-beneficiaries-content {
        padding: 30px 0px 0px;
    }

    .the-chapters-content {
        padding: 40px 0px;
    }

    .the-chapters-sec .col-lg-6.pe-0 {
        padding-right: 12px !important;
    }

    .testimonials-sec {
        padding: 40px 0px;
    }

    .blogs-sec {
        padding: 40px 0px;
    }

    .contact-sec-content h2 {
        margin: 40px 0px;
    }

    .contact-sec-content p {
        margin: 20px 0px;
    }

    .footer-social-link ul {
        justify-content: center;
        margin-bottom: 30px;
    }

    .footer-content ul {
        justify-content: space-between;
    }

    .blog-box-content h3 {
        font-size: 24px;
    }
}

@media(max-width:575px) {
    .home-banner {
        padding: 40px 0px 0px;
    }

    .home-banner-content h1 {
        font-size: 32px;
    }

    .the-book-image-main {
        padding: 40px 40px;
    }

    .video-sec {
        padding: 100px;
    }

    .the-method-picture {
        padding: 50px;
    }

    .the-chapters-picture {
        padding: 50px 40px;
    }

    .testi-box {
        height: 400px;
    }

    .blog-box {
        margin-bottom: 30px;
    }
}

@media(max-width:490px) {
    .footer-content ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-content ul li {
        margin-bottom: 10px;
    }
}

@media(max-width:440px) {
    .home-banner-content h1 {
        font-size: 26px;
    }

    .same-heading {
        font-size: 42px;
    }

    .testimonials-content h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .blogs-content h3 {
        font-size: 30px;
    }
}

@media(max-width:390px) {
    .video-sec {
        padding: 50px;
    }

    .video-play-btn img {
        width: 90px;
    }

    .the-applications-content ul li {
        font-size: 16px;
    }

    .same-heading {
        font-size: 38px;
    }

    .the-beneficiaries-content ul li {
        font-size: 16px;
    }

    .contact-sec-content h2 {
        font-size: 26px;
    }
}

@media(max-width:375px) {
    .header .navbar-brand {
        font-size: 26px;
    }

    .the-book-image-main {
        padding: 20px 40px;
    }

    .testi-box {
        height: unset;
    }

    .testi-slides .owl-dots {
        margin-top: 30px !important;
    }

    .footer-content ul li {
        text-align: center;
    }
}

@media(max-width:360px) {
    .home-banner-content h1 {
        font-size: 24px;
    }

    .contact-sec-content h2 {
        font-size: 20px;
    }

    .contact-sec-content p {
        font-size: 18px;
    }
}