<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 1268px) {

}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 768px) {
    .mobile-menu {
        display: block;
    }

    header .header-top .header-top-box,
    footer .footer-top .header-top-box {
        font-size: .7em;
    }

    header .top-social,
    footer .top-social {
        display: none;
    }

    header .header-bottom .menu-area .main-menu {
        display: none;
    }

    .main-content .main-slider .carousel-inner .carousel-item img {
        height: 500px;
    }

    .main-content .home-products .box {
        width: 100%;
    }

    .main-content .home-services .box {
        margin: 0px 0px 30px 0px;
    }

    footer .copyright {
        font-size: .7em;
    }

    .main-content.page .page-content .page-in2 .slider .carousel-item img {
        height: auto;
    }

    .main-content .page-content .page-menu ul li {
        width: 100%;
    }

    .main-content .page-content .page-menu ul li:after {
        display: none!important;
    }

    .main-content .page-content .page-menu ul li a {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
}




</pre></body></html>