@media screen and (max-width: 1366px) {
    header .navbar .navbar-brand img {
        height: 50px;
    }
}

@media screen and (max-width: 1199.98px) {
    header .navbar .nav-link {
        padding: 0 8px !important;
    }
    .ml-n-4vw {
        margin-left: 0;
    }
}

@media screen and (max-width: 991.98px) {
    .heading-line span {
        font-size: 22px;
    }
    .heading-line h2 {
        font-size: 36px;
        line-height: 45px;
    }
    header .navbar .nav-link {
        padding: 10px 0 !important;
    }
    .navbar-collapse {
        padding: 15px 0 0 0;
    }
    header .navbar .dropdown-menu {
        min-width: 100%;
        padding: 0 15px 15px 15px;
        color: #231f20;
        background: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
    }
    header .navbar .dropdown-menu .dropdown-item {
        padding: 10px 0 !important;
        color: #231f20;
    }
    .nav-icon-margin{
        margin: 20px 0 20px 0px;
    }
}

@media screen and (max-width: 575.98px) {
    .service-box {
        justify-content: flex-start !important;
    }
    .heading-style h3 {
        font-size: 22px;
    }
    .fixed-image-content h2 {
        font-size: 35px;
    }
    header .navbar .dropdown-menu {
        text-align: center;
    }
    header .navbar .nav-link {
        text-align: center;
    }
    header .topbar {
        display: none;
    }
    #mixedSlider,
    .lc-item-content {
        height: calc(50vh - 124px);
        max-height: 180px;

    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .md-text-left {
        text-align: left !important;
    }
}

@media (max-width: 767px) {
    .owl-next,
    .owl-prev {
        display: none !important;
    }
    /* .black-shadow {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #00000082;
    } */
    .about-us-img {
        width: 200px;
        margin: 0 auto 40px;
    }
    .heading-line {
        z-index: 1;
    }
    /* .lc-item-content {
        min-height: 350px;
    } */
    .heading-line span,
    .heading-line p {
        font-size: 18px;
        position: relative;
    }
    .heading-line h2 {
        font-size: 26px;
        line-height: 35px;
    }
    .btn {
        padding: 20px 15px;
    }
    .heading-line h2::before {
        width: 150px;
    }
    .inner-sidebar {
        margin-top: 30px;
    }
    .service-text,
    .service-icon {
        padding: 0;
    }
    .touch-main {
        margin-top: 30px;
    }
}

@media (max-width: 576px) {
    .xs-text-center {
        text-align: center;
    }
    .footer-logo {
        margin: 0 auto;
    }
    .inner-sidebar {
        margin-bottom: 0;
    }
    .section-padding {
        padding: 30px 0;
    }
    .about-us-content {
        padding-right: 0px;
    }
    .service-text h4 {
        font-size: 16px;
    }
    .lightbox-gallery {
        flex-direction: row;
        align-items: center;
    }
    .lightbox-gallery>img {
        height: 100px;
        width: 115px;
    }
    .lightbox>div {
        margin-bottom: 10px;
    }
    .xs-mb-30 {
        margin-bottom: 30px;
    }
    .footer-area .footer-pera p {
        padding-right: 0px;
        margin-bottom: 20px;
        margin-right: 0px;
    }
    .footer-area .footer-tittle ul li {
        margin-bottom: 10px;
    }
    .footer-area .footer-tittle h4 {
        margin-bottom: 15px;
        font-weight: 700;
    }
    .swiper {
        width: 100%;
        max-width: 400px;
        padding: 10px;
    }
    .wishlist-btn {
        padding: 13px !important;
    }
    .product-details-container{
        padding-left: 10px;   
    }
    .sideBar{
        position: fixed;
        width: 95vw;
        height: 100vh; 
        padding: 15px 50px 100px 30px;
        left: 0px;
        top: 0px;
        z-index: 999;
        background: #fff;
        transition: 0.3s ease;
        overflow: auto;
    }
    .sideBar-hidden{
        width: 0;
        padding: 0;
        overflow: hidden;
        transition: 0.3s ease;
    }
    .filtersBtn{
        display: inline-block;
        max-width: 150px;
        position: fixed;
        z-index: 2;
        left: 0;
        padding: 5px 12px 5px 8px;
        border-radius: 0 10px 10px 0;
        background: #000;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
    }
    .closeBtn{
        display: inline-block;
        background: var(--red);
        color: var(--white);
        border: none;
        margin: 10px 0;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 20px;
    }
    .slide-md{
        display: none !important; 
    }
    .slide-xs{
        display: block;
    }
}