@media (max-width: 992px) {
    body {
        margin-top: 60px;
    }

    .stylehome1::before {
        height: 50px !important;
    }

    .header.stylehome1 a {
        top: 5px;
    }

    .header {
        height: 50px;
    }

    .mobile-menu {
        display: flex;
        position: fixed;
        width: 100%;
        z-index: 9999;
        top: 0px;
    }

    .desktop-menu {
        display: none;
    }

    .hide-on-mobile {
        display: none !important;
    }

    .footer_one {
        text-align: center;
    }

    .footer-description {
        text-align: center !important;
    }

    .video-title {
        height: 100px !important;
    }

    .show-on-mobile {
        display: block;
    }

    .stylehome1 .nav_logo_img {
        width: 180px;
        margin-top: 15px;
    }
}