.whatsapp_img {
    height: 25px;
    margin-top: -3px;
}

/* Active menu style */
.desktop_menu .active,
.mobile_side_menu_section .active {
    color: #fff !important;
    background: #28a745 !important;
    border-radius: 4px;
    font-weight: bold;
}
.desktop_menu .active {
    box-shadow: 0 2px 8px rgba(40,167,69,0.15);
}
