@media (max-width:1600px) {
    .roundImg::after{
        height: 150px;
        width: 150px;
    }
    .roundImg::before{
        height: 150px;
        width: 150px;
    }
}
@media (max-width:1240px) {
    .roundImg::after{
        display: none;
    }
    .roundImg::before{
       display: none;
    }
}
@media (max-width:991px) {
    .header-bgimage-1 {
        background-image: url("../image/small-main-img.png");
    }

    .custom-hero-img {
        background-image: none;
        background: linear-gradient(270deg, #000000 5%, rgba(0, 0, 0, 0.1) 21%, #000000 112%);
        background-size: 100%;
    }

    .header-padding {
        padding-bottom: 280px;
        padding-top: 280px;
    }

    .custom-hero-img::after {
        content: "";
        position: absolute;
        background-image: url(../image/left-hero.png);
        top: 7px;
        height: 200px;
        width: 200px;
        background-repeat: round;
        left: 7px;
    }

    .header-bgimage-1::after {
        content: "";
        position: absolute;
        background-image: url(../image/right-hero.png);
        bottom: 10px;
        height: 150px;
        width: 150px;
        background-repeat: round;
        right: 20px;
        z-index: 1;
    }
}

@media (max-width:767px) {
    .custom-hero-img::after {
        content: "";
        position: absolute;
        background-image: url(../image/left-hero.png);
        top: 7px;
        height: 140px;
        width: 140px;
        background-repeat: round;
        left: 7px;
    }

    .header-bgimage-1::after {
        content: "";
        position: absolute;
        background-image: url(../image/right-hero.png);
        bottom: 10px;
        height: 125px;
        width: 125px;
        background-repeat: round;
        right: 20px;
        z-index: 1;
    }
}