@media only screen and (min-width: 1450px) and (max-width: 1520px) {
    section.banner-sec:after {
        width: 74.5%;
    }

    section.banner-sec.in:after {
        width: 76.8%;
    }

    section.banner-sec.in {
        height: 510px;
    }

    section.banner-sec.in .banner-image-side img {
        width: 22%;
        height: 540px;
        left: 60%;
    }
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    section.banner-sec {
        height: 745px;
    }

    section.banner-sec:after {
        height: 150px;
        width: 77%;
    }

    section.banner-sec.in {
        height: 600px;
    }

    section.banner-sec.in:after {
        width: 76.8%;
    }
}

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