.menu-large {
    position: static !important;
}

.megamenu {
    padding: 3rem 1rem;
    width: 100%;
    margin: 0px;
    border: none;
    border-radius: 0rem 0rem 1rem 1rem;
    -webkit-box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.5);
    box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.5);
}

.megamenu>li>ul {
    padding: 0;
    margin: 0;
}

.megamenu>li>ul>li {
    list-style: none;
}

.megamenu>li>ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
}

.megamenu>li ul>li>a:hover,
.megamenu>li ul>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.megamenu.disabled>a,
.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
    color: #999999;
}

.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.megamenu .mega-submenu {
    list-style: none;
}

.megamenu .mega-submenu li {
    margin-bottom: .5rem;
}

.megamenu .mega-submenu li a {
    padding: 0px !important;
}

.megamenu .mega-submenu li:hover a {
    color: #E22B2B;
}

.megamenu .quick-details h3 {
    font-weight: bold;
    margin-bottom: 1rem;
}

.megamenu .quick-details h3::after {
    content: '';
    background-color: #FF9B06;
    height: 5px;
    width: 150px;
    display: block;
    margin-top: .5rem;
}

@media (min-width: 768px) {
    .megamenu .border-md-right-1 {
        border-right: 2px solid #FF9B06;
    }
}

@media (max-width: 767.98px) {
    .megamenu {
        background-color: #e5e5e5;
        margin-left: 0;
        margin-right: 0;
    }

    .megamenu>li {
        margin-bottom: 30px;
    }

    .megamenu>li:last-child {
        margin-bottom: 0;
    }
}