.bottom-header-wrapper.sticky {
    position: fixed;
    top: 0;
    background: #272727 none repeat scroll 0 0;
}

#site-navigation ul > li .adminMail:not(:hover) {
    color: #0056b3;
}

#site-navigation ul > li .whatsappButton:not(:hover) {
    color: #00d084;
}

#site-navigation ul > li .openContactModal:not(:hover) {
    color: #fcb900;
}

#site-navigation ul > li .phoneButton:not(:hover) {
    color: #cf2e2e;
}

@media (max-width: 768px) {
    #site-navigation{
        float: unset !important;
    }
    #site-navigation .menu {
        display: flex !important;
        flex-wrap: wrap;
        position: relative !important;
        gap: 10px;
        justify-content: space-between;
    }

    #site-navigation::before {
        display: none !important;
    }

    #site-navigation .menu-toggle {
        display: none !important;
    }
    #site-navigation ul > li, #site-navigation ul > li.menu-item-has-children{
        width: auto !important;
    }
    #masthead>.bottom-header-wrapper>.bottom-arrow-wrap>.tg-container>.tg-inner-wrap{
        margin: 0;
        width: 100%;
    }
    #site-navigation>ul>li>noindex>a{
        border: none !important;
    }
    #site-navigation .menu-item .menu-item-type-custom .menu-item-object-custom a{
        border-bottom: none !important;
    }
}

