@media (max-width: 991.98px) {
    .dropdown-menu .dropdown-menu {
        float: none;
        width: 100%;
        position: static;
        margin: 0.25rem 0 0 0;
    }

    #top-header .media-icon {
        display: none;
    }

    #middle-header h2 {
        display: none;
    }

    nav.navbar {
        background: #fff !important;
    }

    .slider-bottom-section .img-icon {
        top: 0px !important;
        height: 45px !important;
    }

    .navbar-dark .navbar-toggler {
        background: #000;
    }

    #home-slider {
        padding: 30px 0 0px !important;
    }

    .home-slider-left h1 {
        font-size: 25px !important;
    }

    #home-slider img {
        width: 40% !important;
        height: 20% !important;
    }

    #slider-bottom-section {
        margin-top: 40px;
    }

    #slider-bottom-section .slider-bottom-section {
        padding: 5px !important;
        margin-top: 0px !important;
        background: linear-gradient(180deg, hsl(174.43deg 97.98% 19.41%), #fff) !important;
    }

    .slider-bottom-section .slider-section {
        padding: 10px 10px 10px 10px !important;
    }

    #slider .owl-carousel-text {
        left: 2% !important;
    }

    .slider-btn-box {
        margin-top: 15px !important;
    }

    .slider-btn-box2 {
        margin-top: 15px !important;
    }

    #slider .owl-carousel-text h3 p {
        font-size: 14px !important;
    }

    .samespace {
        padding-top: 30px !important;
        padding-bottom: 20px !important;
    }

    #tabs .tabs_img {
        bottom: -5px !important;
    }

    #slider .owl-carousel-text .description p {
        display: none;
    }

    .home-slider-left {
        width: 100% !important;
        padding-bottom: 10px !important;
    }

    .overlay-text h2 {
        font-size: 30px !important;
    }

    #find-box .find-img {
        margin-top: 25px !important;
    }

    #tabs .tabs_img {
        width: 30% !important;
    }

    #tabs .tabs_img2 {
        width: 20% !important;
        bottom: -5px !important;
    }

    #find-box .find-box-img {
        width: 28% !important;
    }

    #why-choose-us .why-choose-us {
        padding: 30px 30px !important;
    }

    .why-choose-us-left {
        width: 100% !important;
    }

    .why-choose-us .why-img {
        display: none;
    }

    #blog {
        padding-bottom: 70px !important;
    }

    #footer .footer-img-box {
        left: 35% !important;
    }

    #blog .blog-img2 {
        width: 35% !important;
        bottom: -16% !important;
    }

    #galleryspage #gallery .image-gallery .gallery_title h1 {
        font-size: 12px !important;
    }

    #product .body-parts-text {
        padding: 5px !important;
    }

    #product .body-parts-text .body-price-dd h3 {
        font-size: 15px !important;
    }

    .contact-banner {
        padding: 12px 0 !important;
    }

    .contact-banner .title {
        font-size: 12px !important;
    }

    .contact-banner .cta-wrap a {
        font-size: 10px !important;
    }

    .query-section {
        padding: 30px 0 !important;
    }

    .query-form {
        width: 100% !important;
        position: static !important;
    }

    /*#footer {
        padding-top: 60px !important;
    }*/

    #footer .footer-icon-img {
        margin-top: 20px;
    }
    .navbar .navbar-nav .nav-link {
        color: #000!important;
    }
    #slider .owl-carousel-text {
    position: absolute;
    top: 23%!important;
    width: 90%!important;
}

#middle-header .fs-2 {
    font-size: 20px!important;
}
#middle-header .fs-6 {
    font-size: 12px!important;
}
}

/* Optional: make hover activate on desktop */
@media (min-width: 992px) {
    .navbar .dropdown:hover>.dropdown-menu {
        display: block;
    }

    .navbar .dropdown-menu .dropdown:hover>.dropdown-menu {
        display: block;
    }
}