@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1453px) {
    .menuSec ul {
        gap: 18px;
    }

    .topbar-socail:before {
        right: 39%;
    }

    .header-logo img {
        width: 150px;
    }

    .menuSec ul li a {
        font-size: 13px;
    }

    img.bnr-two {
        width: 300px;
        height: 690px;
    }

    img.bnr-one {
        width: 280px;
        height: 600px;
    }

    .banner-image {
        gap: 30px;
    }

    h1 {
        font-size: 93px;
    }

    .banner-form input, .banner-form select {
        width: 200px;
        height: 55px;
    }

    .banner-form {
        padding: 25px;
        bottom: 15%;
    }

    .banner-form button {
        width: 200px;
        height: 55px;
    }

    .banner-sec {
        height: 880px;
    }

    h3 {
        font-size: 27px;
    }

    .program-text {
        padding: 55px 33px;
    }

    p {
        font-size: 12px;
    }

    .slick-prev {
        left: 27%;
    }

    .slick-next {
        right: 29%;
    }

    .slick-arrow:before {
        width: 60px;
        height: 45px;
    }

    .whychoose-point {
        gap: 30px;
    }

    .whychose-point-img img {
        width: 200px;
        height: 130px;
    }

    .how-it-works-sec:before {
        width: 64.1%;
    }

    .slick-current .review-main p {
        font-size: 12px;
    }

    .review-text p {
        font-size: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

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

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}

@media only screen and (min-width: 0px) and (max-width: 299px) {}