.mega-dropdown-main {
    position: static;
}
.mega-dropdown {
    padding: 0;
    width: 100%;
	top:74%;
}
.mega-list a:not(.mega-title) {
    display: inline-block;
    width: 100%;
    color: #15161e!important;
    -webkit-transition: all 0.45s cubic-bezier(0.165,0.84,0.44,1) 0s;
    -o-transition: all 0.45s cubic-bezier(0.165,0.84,0.44,1) 0s;
    -moz-transition: all 0.45s cubic-bezier(0.165,0.84,0.44,1) 0s;
    transition: all 0.45s cubic-bezier(0.165,0.84,0.44,1) 0s;
	font-size:12px!important;
}

.mega-list a:hover {
    color: #343a40;
	padding:0 5px;
}
.mega-list .last {
	position:relative;
	margin-bottom:10px;
}
.mega-list .last:after {
	content:"";
	width:100%;
	height:2px;
	background-color:#eecf8f;
	position:absolute;
	bottom:-5px;
	left:0;
}
.mega-title {
    background: transparent none repeat scroll 0 0!important;
    font-size: 14px;
    color: #6aa392!important;
    font-weight: 700;
    text-transform: uppercase;
	-webkit-transition: all 0.45s cubic-bezier(0.165,0.84,0.44,1) 0s;
	-o-transition: all 0.45s cubic-bezier(0.165,0.84,0.44,1) 0s;
	-moz-transition: all 0.45s cubic-bezier(0.165,0.84,0.44,1) 0s;
	transition: all 0.45s cubic-bezier(0.165,0.84,0.44,1) 0s;
}
.mega-dropdown div[class^="col"] {
    border-right: 1px solid #e1e7ec;
    padding: 0;
}
.mega-dropdown div[class^="col"]:last-child {
    border: medium none;
}



.mega-wrapper {
    -webkit-box-shadow: 0 0 23px rgba(69,102,173,0.23);
    -moz-box-shadow: 0 0 23px rgba(69,102,173,0.23);
    box-shadow: 0 0 23px rgba(69,102,173,0.23);
    margin: 0;
	border:5px solid #eecf8f;
}
header .dropdown-item {
	padding: 5px 20px;
    color: #666666;
	font-size: 13px;
}
.mega-wrapper > .row > .col-12 {
	background-color:#fff;
}
.mega-wrapper > .row > .col-12:nth-child(2n) {
	background-color:#e4e4e4d6;
}

.mega-wrapper > .row > .col-12:nth-child(2n+1) {
	background:#ffffffe8;
}