/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .mega-menu-content{
    position: absolute;
    top: 75px;
    width: 100%;
	left: 0;
    z-index: 9999999;
}
.akd-nav-menu--layout-horizontal .akd-nav-menu {
    position: static;
}
 .akd-nav-menu li {
    position: unset !important;
}

.mega-menu-content a {
    line-height: 0;
    white-space: wrap !important;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.mega-menu-item {
    position: unset !important;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    position: relative !important;
}

.mega-menu-content a {
    line-height: 0;
    white-space: wrap !important;
}
.mega-menu-content a::before {
display: none !important;
}

@media only screen and (max-width: 1024px) {
    .mega-menu-content {
        position: relative;
        top: 0;
    }
}
