@media (min-width: 1400px) {
    .container {
        max-width: 1140px;
    }
}

/*============================
Max - Width Query
============================*/

@media (max-width: 1700px) {
    .bi_banner_txt h2 {
        font-size: 40px;
    }
    h3{
        font-size: 36px;
    }
}

@media (max-width:1499.98px) {
    .bi_banner_txt h2 {
        font-size: 38px;
    }

    h3{
        font-size: 34px;
    }


}

@media (max-width:1399.98px) {
    h4{
        font-size: 28px;
    }

    h3{
        font-size: 32px;
    }
    .bi_banner_wrapper {
        padding: 50px 0 100px !important;
    }
    .bi_banner_content {
        padding-top: 100px !important;
    }
    .bi_banner_txt h2 {
        font-size: 38px;
    }
}

@media (max-width:1199.98px) {
    h4{
        font-size: 26px;
    }
    h3{
        font-size: 30px;
    }
    .bi_banner_txt h2 {
        font-size: 36px;
    }

    .anm_banner_img {
        max-width: 100%;
    }

    .bi_introducing_heading p, .bi_introducing_text p{
        font-size: 18px;
    }
}

@media (max-width:991.98px) {
    .bi_about_wrapper, .bi_introducing_wrapper, .bi_video_wrapper, .bi_courses_wrapper, .bi_testimonial_wrapper, .bi_guarantee_wrapper, .bi_faq_wrapper, .bi_thank_wrapper, .bi_product_wrapper, .bi_newsletter_wrapper{
        padding: 80px 0;
    }

    h4{
        font-size: 24px;
    }
    h3{
        font-size: 28px;
    }
    .bi_banner_wrapper {
        padding: 50px 0 80px !important;
    }
    .bi_banner_content {
        padding-top: 80px !important;
    }
    .bi_banner_txt h2 {
        font-size: 34px;
    }
    .bi_partner_content{
        justify-content: center;
    }
    .bi_introducing_text{
        padding: 30px 15px;
    }
}

@media (max-width:767.98px) {
    .bi_about_wrapper, .bi_introducing_wrapper, .bi_video_wrapper, .bi_courses_wrapper, .bi_testimonial_wrapper, .bi_guarantee_wrapper, .bi_faq_wrapper, .bi_thank_wrapper, .bi_product_wrapper, .bi_newsletter_wrapper{
        padding: 50px 0;
    }

    h4{
        font-size: 22px;
    }

    h3{
        font-size: 26px;
    }
    .bi_banner_wrapper {
        padding: 30px 0 50px !important;
    }
    .bi_banner_content {
        padding-top: 50px !important;
    }

    .bi_banner_video {
        max-height: 290px !important;
    }

    .bi_banner_video iframe {
        min-height: 290px !important;
    }

    .bi_banner_txt h2 {
        font-size: 32px;
    }

    .bi_about_img, .bi_about_img img {
        max-height: fit-content;
        min-height: fit-content;
    }

    .bi_introducing_heading p, .bi_introducing_text p{
        font-size: 16px;
    }

    .bi_testi_box {
        flex-direction: column;
        text-align: center;
    }

    .bi_thank_you .bi_banner_txt{
        padding: 30px 15px;
    }
}

@media (max-width:575.98px) {
    body {
        font-size: 14px;
    }

    h6{
        font-size: 16px;
    }

    h4{
        font-size: 20px;
    }

    h3{
        font-size: 24px;
    }
    .bi_btn {
        min-width: 100px;
        min-height: 40px;
    }
    .bi_banner_txt h2 {
        font-size: 30px;
    }
    .bi_about_img {
        flex-wrap: wrap;
        gap: 30px;
    }
    .bi_about_img {
        flex-wrap: wrap;
        gap: 30px;
        width: auto;
        height: auto;
        background-color: transparent;
    }
    .bi_about_img li:first-child,
    .bi_about_img li:last-child {
        position: relative;
        top: unset;
        left: unset;
        bottom: unset;
        right: unset;
    }

    .bi_introducing_img img{
        max-width: 100%;
        height: auto;
    }

    .bi_introducing_heading p, .bi_introducing_text p{
        font-size: 14px;
    }
}