@media only screen and (min-width: 1366px) and (max-width: 1439px) {
    h1 {
        font-size: 270px;
    }

    .baner-heading-side h2 {
        font-size: 50px;
    }

    .baner-mainimage img {
        width: 253px;
        height: 732px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    h1 {
        font-size: 230px;
    }

    .baner-mainimage img {
        height: 730px;
        width: 250px;
    }

    .baner-heading-side h2 {
        font-size: 45px;
    }

    .menuSec ul {
        left: 0;
    }

}

@media only screen and (min-width: 1440px) and (max-width: 1599px) {
    h1 {
        font-size: 280px;
    }

    .baner-mainimage img {
        height: 729px;
        width: 265px;
    }
}

@media only screen and (min-width: 1777px) and (max-width: 1920px) {
    .baner-mainimage img {
        height: 680px;
        width: 330px;
    }

    .baner-heading-side h2 {
        font-size: 70px;
    }
}

@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) {}