@media (min-width: 1400px) {
    .container {
        max-width: 1140px;
    }
}

/*============================
Max - Width Query
============================*/

@media (max-width: 1700px) {
    .abc_banner_txt h2 {
        font-size: 40px;
    }
    h3{
        font-size: 36px;
    }
}

@media (max-width:1499.98px) {
    .abc_banner_txt h2 {
        font-size: 38px;
    }

    h3{
        font-size: 34px;
    }


}

@media (max-width:1399.98px) {
    h4{
        font-size: 28px;
    }

    h3{
        font-size: 32px;
    }

    .abc_banner_txt h2 {
        font-size: 38px;
    }
}

@media (max-width:1199.98px) {
    h4{
        font-size: 26px;
    }
    h3{
        font-size: 30px;
    }
    .abc_banner_txt h2 {
        font-size: 36px;
    }

    .abc_introducing_heading p, .abc_introducing_text p{
        font-size: 18px;
    }
}

@media (max-width:991.98px) {
    .abc_about_wrapper, .abc_introducing_wrapper, .abc_video_wrapper, .abc_courses_wrapper, .abc_testimonial_wrapper, .abc_guarantee_wrapper, .abc_faq_wrapper, .abc_thank_wrapper, .abc_product_wrapper, .abc_newsletter_wrapper{
        padding: 80px 0;
    }

    h4{
        font-size: 24px;
    }
    h3{
        font-size: 28px;
    }
    .abc_banner_wrapper {
        padding: 30px 0 80px !important;
    }
    .abc_banner_content {
        padding-top: 80px !important;
    }
    .abc_banner_txt h2 {
        font-size: 34px;
    }

    .abc_about_img{
        flex-wrap: wrap;
    }
    .abc_partner_content{
        justify-content: center;
    }
    .abc_introducing_text{
        padding: 30px 15px;
    }
}

@media (max-width:767.98px) {
    .abc_about_wrapper, .abc_introducing_wrapper, .abc_video_wrapper, .abc_courses_wrapper, .abc_testimonial_wrapper, .abc_guarantee_wrapper, .abc_faq_wrapper, .abc_thank_wrapper, .abc_product_wrapper, .abc_newsletter_wrapper{
        padding: 50px 0;
    }

    h5{
        font-size: 18px;
    }

    h4{
        font-size: 22px;
    }

    h3{
        font-size: 26px;
    }
    .abc_banner_wrapper {
        padding: 30px 0 50px !important;
    }
    .abc_banner_content {
        padding-top: 50px !important;
    }

    .abc_banner_video {
        max-height: 290px !important;
    }

    .abc_banner_video iframe {
        min-height: 290px !important;
    }

    .abc_abtImg_left img{
        max-height: 460px;
    }

    .abc_banner_txt h2 {
        font-size: 32px;
    }

    .abc_introducing_heading p, .abc_introducing_text p{
        font-size: 16px;
    }

    .abc_testi_box {
        flex-direction: column;
        text-align: center;
    }

    .abc_thank_you .abc_banner_txt{
        padding: 30px 15px;
    }
}

@media (max-width:575.98px) {
    body {
        font-size: 14px;
    }

    h5{
        font-size: 16px;
    }

    h6{
        font-size: 16px;
    }

    h4{
        font-size: 20px;
    }

    h3{
        font-size: 24px;
    }
    .abc_btn {
        min-width: 100px;
        min-height: 40px;
    }
    .abc_banner_txt h2 {
        font-size: 30px;
    }
   
    .abc_introducing_img img{
        max-width: 100%;
        height: auto;
    }

    .abc_about_text {
        text-align: center;
    }

    .abc_introducing_heading p, .abc_introducing_text p{
        font-size: 14px;
    }
}