@media only screen and (min-width: 1777px) and (max-width: 1920px) {
    .card-box.one img {
        right: 0px;
        top: -60px;
    }

    .card-box.one {
        top: 21%;
        left: 11.5%;
    }

    .card-box.two {
        bottom: -60px;
        left: 13%;
    }

    .card-box.two img {
        top: -160px;
    }

    .card-box.four {
        bottom: 10%;
        right: 11%;
    }

    .card-box.four img {
        left: 10px;
    }

    .card-box.thre {
        right: 4%;
    }

    .animated-bg {
        height: 540px;
        top: 12%;
    }

    .banner-sec .slick-arrow {
        top: 95%;
    }

}

@media only screen and (min-width: 1454px) and (max-width: 1599px) {
    .card-box.one img {
        right: 0px;
        top: -60px;
    }

    .card-box.one {
        top: 22%;
        left: 2.9%;
    }

    .card-box.two {
        bottom: -60px;
        left: 5%;
    }

    .card-box.two img {
        top: -160px;
    }

    .card-box.four {
        bottom: 10%;
        right: 2.6%;
    }

    .card-box.four img {
        left: 10px;
    }

    .card-box.thre {
        right: -4%;
    }

    .baner-heading h2 span {
        font-size: 86px;
    }
}

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