@media only screen and (min-width: 1454px) and (max-width: 1598px) {
    .about-text {
        margin-top: 0px;
        margin-left: -40px;
    }

    .about-text h2 {
        font-size: 42px;
    }

    .about-text p {
        margin-bottom: 15px;
    }

    .about-sec:after {
        height: 65%;
        top: 15%;
    }

    ul.top-bnr-cuntr {
        padding: 25px 30px 33px 27px;
        gap: 50px;
        margin-top: -239px;
    }

    .baner-slider button.slick-next {
        right: -13.2%;
        width: 100px;
        height: 88px;
        top: -44px;
    }

    .baner-sec .carousel-item.active {
        height: 127vh;
    }

    .theme-btn-sd-text {
        padding: 10px 15px 10px;
        font-size: 12px;
    }

    .theme-btn-sd-img {
        padding: 10px 13px 10px;
    }

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

    .banner_text h1 span {
        font-size: 70px;
    }

    .service-text h4 {
        font-size: 20px;
    }

    .whychose-text ul li h4 {
        font-size: 21px;
    }


}

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

    .baner-sec .slick-list.draggable {
        margin-right: -380px;
        padding-right: 390px;
    }

    .banner_img img {
        height: 600px;
    }

    .baner-sec .slick-current .baner-slider-img img {
        height: 350px !important;
    }

    .baner-sec .carousel-item.active {
        height: 110vh;
    }

    ul.top-bnr-cuntr {
        padding: 30px 50px 40px 60px;
        margin-top: -256px;
        gap: 74px !important;
    }

    .baner-counter-numr {
        gap: 80px;
    }

    .baner-counter-numr ul {
        gap: 110px;
    }

}

@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) {}