@media screen and (max-width: 991px) {

    /* topBar start */
    .topBar {
        flex-direction: column !important;
        align-items: center !important;
        padding: 10px 0;
        display: none !important;
    }

    .email-phone {
        flex-direction: column !important;
    }

    /* topBar end */
    .desktopNav {
        display: none;
    }

    .brd-sm-none {
        border-top: none !important;
        border-bottom: none !important;
        border-right: none !important;
        border-left: none !important;
    }

    #offNav {
        display: initial !important;
    }

    .atDrpOpen,
    .drpMenu_icon {
        transition: all 0.5s ease;
    }

    .drpMenu_icon {
        top: 14px;
        right: 0;
    }

    .collapsed.atDrpOpen .drpMenu_icon::before {
        content: '\f078';
        transition: all 0.5s ease;
        
    }
    .wrapper2{
        display: none !important;
    }

    
    .mob_side_nav {
        background-color: #32548fa3 !important;
    }

    .drp_collapse {
        background-color: #32548fa3;
    }

    .mob_side_nav .nav-link {
        color: #fff !important;
    }

    .mob_side_nav .navBtn {
        color: #fff !important;
        border-color: #fff;
    }

    .mob_side_nav_close_btn {
        filter: invert(1);
    }

    /* side-nav-end */
    /* about start */

    /* about end */
    /* service section start */
    .service_icon {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center;
    }

    /* service section end */
    /* infographic start */
    .infoGraphBox {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .infoGraphBox .infoIcons {
        text-align: center !important;
    }

    .infoGraphBox .med_rotate {
        transform: rotate(90deg);
    }

    /* infographic end */
    /* testimonial start */
    .testimonial .owl-prev {
        position: absolute !important;
        bottom: -40%;
        left: 0;
    }

    .testimonial .owl-next {
        position: absolute !important;
        bottom: -40%;
        right: 0;
    }

    /* testimonial end */
    /* footer start */
    .footer_phone::before {
        content: '';
        position: absolute;
        top: -13%;
        left: 0 !important;
        background-size: 45px !important;
    }

    .footer_email::before {
        content: '';
        position: absolute;
        top: -10%;
        left: 0 !important;
        background-size: 33px !important;
    }

    .footer_e_p_text {
        margin-left: 78px !important;
    }

    /* footer end */
    /* portfolio_page start */
    .portfolio_btn_div {
        display: block !important;
    }

    /* portfolio_page end */
    .about_us_img_md_none {
        display: none !important;
    }
    .service-images{
        text-align: center !important;
    }
}




@media screen and (max-width: 560px) {
    .slideBg {
        height: 50vh !important;
    }

    .testimonial .owl-prev {
        position: absolute !important;
        bottom: -60% !important;
        left: 0;
    }

    .testimonial .owl-next {
        position: absolute !important;
        bottom: -60% !important;
        right: 0;
    }
}

@media screen and (max-width: 425px) {
    .slideBg {
        height: 40vh !important;
    }
}

@media screen and (max-width: 375px) {
    .slideBg {
        height: 30vh !important;
    }
}
