.icon_dropdown:hover .icon_drop:before{
    content: "\f077"!important;
}
.icon_drop{
    margin-left: 5px;
}
.dropdown_class{
    background: #fff !important;
    border: 0 none!important;
    border-radius: 0!important;
    padding: 0!important;
}
.dropdown_class a {
    color: #424242;
    font-weight: 400;
    padding: 10px 15px!important;
    display: block!important;
    clear: both!important;
    line-height: 1.42857143!important;
    white-space: nowrap!important;
    transition: all 0.25s ease-in-out!important;
    background-color: white;
    margin-right: -5px!important;
}
.dropdown_class a:hover {
    background-color: #2196f3!important;
    color: #fff!important;
}
@media (max-width: 1009px){
    .badge_mb{
        display: none;
    }
}
