@media only screen and (min-width: 1400px) and (max-width: 1500px) {
    .banner-slider button.slick-next {
        right: 170px;
    }

    .banner-img img {
        height: 670px;
        object-fit: cover;
    }

    .slider-count {
        bottom: 32px;
    }
}

@media only screen and (min-width: 1650px) and (max-width: 1800px) {

    .banner-slider button.slick-next {
        right: 360px;
    }

    .slider-count {
        bottom: 39px;
    }
}

@media only screen and (min-width: 1850px) and (max-width: 2000px) {

    .banner-slider button.slick-next {
        top: 149%;
        right: 480px;
    }

    .banner-slider button.slick-prev {
        left: 77px;
        top: 149%;
    }

    .banner-txt p {
        width: 70%;
        font-size: 13px;
    }
}

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