.nav-item.dropdown.dropdown-mega{
    position: static;
    .dropdown-menu{
        width: 100%;
        top: auto;
    }
}


.dropdown-fst:hover .dropdown-menu-card {
    display: block;
    right: 0;
}