@media (max-width: 1100px) {
    .sidebar-filter #accordion:before {
        display: none;
    }
    #accordion {
        z-index: 11 !important;
    }
    .sidebar-filter #accordion {
        position: fixed;
        top: 0;
        left: 0;
        width: calc(100vw - 98px);
        z-index: 999999;
        background: #fff;
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
        height: 100vh;
        bottom: 0;
        max-height: inherit;
        max-width: 400px;
    }
    .sidebar-filter #accordion:before {
        content: '';
        width: calc(100vw - 400px);
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        top: 0;
        right: 0;
        z-index: 0;
    }
}

@media only screen and (max-width: 991px) {
    .clrBox {
        min-height: 300px !important; 
    }
    .conSldSec h3 {
        margin-top: 25px;
    }
    .navbar-dark .navbar-toggler {
        position: absolute;
        right: 30px;
        top: -66px;
    }
    ul.ml-auto.sNet.nav {
        position: absolute;
        right: 26px;
        top: -32px;
    }
    header.hedDes.sticky {
        padding-top: 10px;
        padding-right: 10px;
    }
    a.navbar-brand img {
        width: 144px;
        padding: 3px 10px!important;
        margin-bottom: 10px;
    }
    .hedDes .navbar .container-fluid {
        padding: 9px 2rem!important;
    }
    .conSldSec h3 {
        font-size: 23px;
        line-height: 3rem !important;
        letter-spacing: 1px !important;
    }
    .hedDes {
        background: #fff !important;
        display: block !important;
        max-width: 100% !important;
    }
    .hedDes .navbar {
        border: none !important;
    }
    .conSldSec {
        padding-bottom: 20px;
    }
    .dropdown-menu.dLarge {
        min-width: 100% !important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 768px) {
    .hedDes {
        display: block !important;
    }
    .fInput {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 767px) {
    .conSldSec h3{
        font-size: 2.3rem !important;
        margin-top: 15px !important;   
    }
    .color-13 {
        margin-bottom: 20px;
    }
    .color-13 {
        max-width: 100%;
    }
    .clrBox.color-13.owlC2 h4 {
        font-size: 17px;
    }
    .clrBox.color-13.owlC2 p {
        margin-bottom: 0px;
        font-size: 12px;
    }
    .about-caption {
        margin-top: 50px;
    }
    .breadcrumb-item+.breadcrumb-item {
        padding-left: 2px;
    }
    .hedDes.sticky .navbar .container-fluid {
        padding: 9px 0rem!important;
    }
    .dropdown-menu.dLarge.animated.fadeInDown.show {
        max-width: 100%;
        left: 0px !important;
        right: initial !important;
        padding: 5px;
    }
    .sidebar-filter #accordion:before {
        content: '';
        width: calc(100vw - 400px);
        height: 100%;
        background: transparent !important;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 0;
    }
    .search-Row .fBtn .primary {
        position: fixed;
        right: 20px;
        bottom: 95px;
        z-index: 999;
        align-items: center;
        justify-content: center;
        color: #000;
    }
    .sliderRV {
        margin-top: 20px;
    }
    #accordion {
        z-index: 11 !important;
    }
    .sliderRV {
        margin-top: 20px;
    }
    .fInput {
        font-size: 14px !important;
    }
}
@media only screen and (max-width: 640px){
    ul.ml-auto.sNet.nav {
        right: 22px;
    }
}