
@media screen and (min-width:1500px) {
body{zoom: 120%;}
}


@media screen and (min-width:1750px) {
body{zoom: 140%;}
}

@media screen and (min-width:1920px) {
body{zoom: 150%;}
}

@media screen and (max-width:1720px) {
}


@media screen and (max-width:1400px) {
}

@media screen and (max-width:1199px) {
}

@media screen and (max-width:991px) {
    .asseblitybar {
        text-align: center;
    }
    .asbltydiv{display:inline-block; float:none;}
    #logos img {
        max-width: 100%;
    }
    .cmImges{text-align:center;}
    .menuitemul {
        padding: 0;
        margin: 0;
    }

    .headerToprght {
        position: inherit;
        bottom: inherit;
        /* background: var(--bs-body-bg); */
        /* border-radius: 50px; */
        /* height: 25px; */
    }

    .heroSliderSection, .heroSliderSection .carousel, .heroSliderSection .carousel-item, .heroSliderSection .carousel-item img {
        height: auto;
    }

    .headerMenu .navbar-toggler i {
        color: var(--black-color);
    }

    .heacerLogo {
        padding: 15px 0;
    }

    .navbar-toggler {
        float: right;
        background: var(--blue-color);
        padding: 11px;
        margin-top: 16px;
        border-radius: 52px;
        height: 40px;
        width: 40px;
        color:var(--white-color);
    }

    .navbar-brand {
        display: inline-block !important;
    }
    .heroSliderSection {
        padding: 5px;
        border-radius:10px;
    }

    .webBoxCont h2 span {
        font-size: 32px;
    }
    .welcomform .nav li button {
        font-size: 0.9rem;
    }
    .welcomform .tab-content .formgroup .inputform input, .welcomform .tab-content .formgroup .inputform select, .welcomform .tab-content .formgroup .inputform button {
    height:43px;
    font-size:14px;
        }
    .welcomform .tab-content {
       
        border-radius: 0px 0px 10px 10px;
    }

    .welcomform .nav li button.active {   
        border-radius: 20px 20px 0 0;
        background-size: 100% 100%;
    }
    .servicebox1, .servicebox2, .servicebox3, .servicebox4{
        margin-bottom:20px;
    }
    .servicebox4 h2, .servicebox3 h2, .servicebox2 h2, .servicebox1 h2 {
        background-size: 62% 100%;
        font-size: 26px !important;
    }
    .contactbanner h2 {
        font-size: 32px;
        line-height: 33px;
    }
    .contactbanner h3 {
        font-size: 38px;
    }
    .footerBox{
        margin-bottom:30px;
    }
    .etraservicesbox ul li a {
        font-size: 18px;
    }
    .etraservicesbox h2 {
        font-size: 26px;
    }
    .copyright p {
        font-size: 14px;
    }
}
