
    @media (max-width: 767px) {
        .nav-ul-menu {
            margin-top: 0px !important;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .nav-ul-menu {
            margin-top: 3px !important;
        }

        .nav-h3-1 {
            top: 4px !important;
        }
    }

    @media only screen and (max-width: 991px) {
        .nav1 a.nav-link {
            position: relative;
            padding-top: 10px !important;
            /* width: 180px; */
            text-align: center;
            padding-top: 10px;
        }
    }

    .main_sub {
        /* margin-top: 4px; */
        margin-top: 1px;
        background-color: #ededed;
    }
