@media (max-width: 576px) {
    .mobile-nav-toggle {
        display: block !important;
        color: #fff !important;
        font-size: 28px;
        top: 37px;
        right: 20px;
        background: #960c0c;
    }

    #header .logo img {
        max-height: 40px;
    }

    .logo-right {
        margin-right: 60px !important;
    }

    .marquee__noticeSection span {
        font-size: 12px;
    }

    /*==============RESPONSIVE UL Design ============*/
    .navbar ul {
        background: rgb(254 237 237 / 90%);
        margin-top: 113px;
        z-index: 9999;
    }

    .page-title {
        margin-top: 108px;
    }

    .page-title .heading h1 {
        font-size: 30px;
    }

    .page-title p {
        font-size: 14px !important;
    }

    .navbar .dropdown ul,
    .navbar .dropdown .dropdown ul {
        background: #ffe1e1;
        margin: 0px 0px;
    }

    @media (max-width: 1279px) {

        .navbar a,
        .navbar a:focus {
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

        /* HERO VIDEO SECTION  */

        .hero {
            position: relative;
            width: 100%;
            min-height: 0px;
            padding-top: 112px;
        }

        .hero-video-wrapper {
            box-shadow: 0PX;
        }

        .home-about .content-wrapper .feature-list .feature-item {
            justify-content: flex-start;
        }


    }

    @media (max-width: 991px) {
        #navbar .dropdown>ul {
            display: none;
        }

        #navbar .dropdown.active>ul {
            display: block;
        }
    }
}