.navbar{
    position: relative;
}
#main-menu{
    position: static!important;
}
#main-menu a{
    font-weight: 400;
}
.nav-item a{
    text-decoration: none;
}
.nav-item.active a,.nav-item2.active a{
    font-weight: 700!important;
}

.level_2_navs{
    display: none;
}

.drop-arrow-2{
    position: relative;
}
ul.level_2_navs li{
    list-style-type: none!important;
    color: var(--brand-black);
}
ul.level_2_navs li a{
    color: var(--brand-black);
    width: 100%;
    display: block;
}
ul.level_2_navs li a:hover{
    color: var(--brand-primary);
    text-decoration: none;
}

@media only screen and (min-width: 769px){
    .nav-item{
        position: relative!important;
    }

    .level_2_navs.active{
        position: absolute;
        background-color: #fff;
        padding: 1rem;
        right: 0!important;
        width: 100%;
        z-index: 99;
        top: 35px;
        left: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        display: block!important;
        width: 250px;
        box-shadow: 0px 10px 10px rgba(0,0,0,0.08);
    }
    .fixed-head .level_2_navs.active{
        top: 22px!important;
    }
    .drop-arrow-2::after {
        content: "\f078";
        font-weight: 400;
        display: inline-block;
        font-family: FontAwesome;
        position: absolute;
        font-size: 8px;
        cursor: pointer;
        color: #000;
        top: 0.4rem;
        padding-left: 0.3rem;
    }
    .drop-arrow-2 {
        left: -14px;
    }
    ul.level_2_navs li {
        padding-bottom: .3rem;
        padding-left: .5rem;
    }
}
@media only screen and (max-width: 768px){
    nav.navbar{
        overflow-y: scroll;
    }
    #main-menu a{
        font-size: 1.3rem;
    }
    .nav-item2 a{
        font-size: 1.1rem!important;
    }
    header .header-grid{padding: 0.5rem 0;}
    .site-logo svg{
        max-width: 70px;
    }
    .fixed-head .site-logo svg{
        max-width: 70px !important;
    }
    .grid-nav {
        text-align: right;
    }
    .off-canvas__content .navbar{
        display: block!important;
        position: relative!important;
        background-color: unset!important;
    }

    .nav-item2 a{
        font-size: 1.2rem!important;
    }
    .drop-arrow-2{
        left: 20px;
        top: 15px;
    }
    .drop-arrow-2::after {
        content: "\f078";
        font-weight: 400;
        display: inline-block;
        font-family: FontAwesome;
        position: absolute;
        font-size: 10px;
        cursor: pointer;
        color: #fff;
        top: 0.4rem;
        padding-left: 0.3rem;
        transform: rotate(90deg);
    }

    .level_2_navs.active{
        display: block!important;
        padding: 0 1.4em 0.8em;
    }
    .level_2_navs *, #main-menu a{
        color: #fff!important;
    }
    #main-menu .nav-item{
        position: relative!important;
    }
    .drop-arrow-2 {
        position: absolute;
    }
}