/*
 * LaraClassified - Classified Ads Web Application
 * Copyright (c) BedigitCom. All Rights Reserved
 *
 * Website: http://www.bedigit.com
 *
 * LICENSE
 * -------
 * This software is furnished under a license and may be used and copied
 * only in accordance with the terms of such license and with the inclusion
 * of the above copyright notice. If you Purchased from Codecanyon,
 * Please read the full License from here - http://codecanyon.net/licenses/standard
 */

/* Your custom CSS here... */

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .dropdown-menu {
    left: auto;
    right: 0;
    opacity: 0;
    display: block;
    transition: opacity 0.2s ease-in !important;
    visibility: hidden;
        box-shadow: 0 0 44px #3332;
    border: none;
}
.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
}
#navbarDropdown {
    border: none;
    font-size: 14px !important;
        margin-right: 25px !important;
}