@media only screen and (max-width:1400px) {
    .about_image_two img {
        width: 300px;
    }

    .support_about {
        width: 259px;
        margin-top: -80px;
        margin-left: -60px;
    }

    .certified_side_img {
        width: 70px;
        height: 70px;
    }

    .certified_side .fs-25 {
        font-size: 20px;
    }

    .choose_image img {
        height: 500px;
    }
}

@media only screen and (max-width:1200px) {

    .banner_input input,
    .banner_input select {
        padding: 0 40px 0 50px;
        width: 260px;
    }

    header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0px 30px;
    }

    .activity_wrapper {
        padding: 50px 15px 20px;
    }

    .choose_sec::after {
        width: 40%;
        height: 45%;
        top: auto;
        bottom: 92px;
        margin: auto;
    }

    .sub_head_choose::after {
        display: none;
    }

    .support_about {
        margin-left: 0;
    }

    .banner_submit {
        width: 100%;
    }

    .about_ul {
        width: 100%;
    }
}

@media only screen and (max-width:991px) {

    /* .banner {
        padding: 60px 0;
    } */
    .banner_main_text:after {
        right: 140px;
    }

    .banner_input {
        flex-direction: column;
    }

    .banner_input input,
    .banner_input select {
        width: 100%;
    }

    .submit_buttn {
        width: 100%;
    }

    .name_input::after {
        display: none;
    }

    header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 0px;
        border-bottom: 1px solid #eee;
    }

    .call_anytime {
        padding: 10px 0px;
    }

    .form_main {
        width: 100%;
    }


}

@media only screen and (max-width:767px) {
    .fs-66 {
        font-size: 50px;
    }

    .banner_main_text:after {
        width: 167px;
        bottom: 5px;
    }

    .footer_links a {
        padding: 28px 30px;
    }

    .about_image_one {
        width: 100%;
    }

    .about_image_two img,
    .support_about {
        width: 50%;
    }

    .support_about {
        margin-left: 0;
    }

    .py-92 {
        padding: 52px 0;
    }

    .plans_sec {
        margin: 52px 0;
    }

    .footer {
        margin-top: 52px;
    }

    .about_sec {
        padding-bottom: 52px;
    }

    .fs-50 {
        font-size: 40px;
    }

    .choose_sec::after {
        bottom: 52px;
    }
}

@media only screen and (max-width:575px) {
    .footer_links a {
        padding: 28px 10px;
    }

    .banner_main_text:after {
        right: 30px;
    }

    .fs-66 {
        font-size: 43px;
    }

    .support_about {
        padding: 50px 10px 30px;
        width: 90%;
        margin-top: -60px;
        margin: -60px auto 0;
    }

    .about_image_two {
        display: none;
    }

    .about_image_one img {
        height: auto;
    }

    .about_image_one img {
        width: 100%;
    }

    .fs-50 {
        font-size: 35px;
    }

    .head_about {
        line-height: 50px;
    }

    .testiomial_slider .slick-prev {
        right: 70px;
        top: 112%;
        left: auto;
    }

    .testiomial_slider .slick-next {
        right: 0px;
        top: 112%;
    }

    .sub_head_choose {
        flex-direction: column;
        gap: 15px;
    }

    .certified_side br {
        display: none;
    }

    .testinomial {
        margin-bottom: 110px;
    }

}

@media only screen and (max-width:375px) {

    .footer_links a {
        padding: 28px 3px;
    }
}