body {
font-family: Verdana, sans-serif;
font-size: 16px;
color: #000000;
weight: normal;
}

.menu {
    background-color: #1b803d;
}

@media (max-width: 991px) {
    .menu {
        background-color: transparent;
    }
}


.options {
    background-color: #CCCCCC !important;
    color:  00431E !important;
}
.options a{
    color:  00431E !important;
}

.menu .logo {
    border: ;
}




        .sub_menu > div > ul > li > a{
            font-size: 18px;
            padding: 2px;
        }
        
        .sub_menu > div > ul > li > a::before {
            content: "\279C";
            color: lightgray !important;
            margin-right: 3px;
        }
        
        .sub_menu ul ul li::before {
            content: "\25CF" !important;
            color: white !important;
        }

        .sub_menu ul li::before {
            content: "";
            font-size: 16px;
            font-weight: 700;
            position: absolute;
            top: 8px;
            left: 0;
}
