﻿.navbar .megamenu {
    padding: 2rem;
    border-width: 0;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 75%;
        margin-top: 0;
        margin-left: auto;
    }
}
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px) {
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}

.megamenu ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    /*font-size: 14px;*/
    margin-bottom: 0;
}

.megamenu ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.6;
}

.megamenu ul a:hover {
    opacity: 0.8;
}

.megamenu .item.text {
    margin-bottom: 36px;
}

.megamenu p {
    opacity: 0.6;
    margin-bottom: 0;
}

/*.megamenu ul > li:first-child {
    border-bottom: 1px solid #fff;
    margin-bottom: 0.5em
}*/

.megamenu-description {
    min-height: 20rem;
}

.navbar ul > li.dropdown:hover > .dropdown-menu {
    top: 100%;
    margin-top: 0;
    display: block;
}