.dropdown-menu {
  background-color: #C2C2C2;
	border-radius: 0px;
	text-decoration: none;
	background: rgba(204,204,204,0.95);
}


.dropdown-menu.mega-dropdown-menu {
    margin-top: 30px!important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-decoration: none;
    width: 1175px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    padding-bottom: 25px;
	/* background-color: rgba(245, 248, 249, 0.95); */
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

@media (max-width: 991px) {
	.dropdown-menu.mega-dropdown-menu {
		position: relative;
		background: transparent!important;
		width: 100%!important;
		margin-top: 0 !important;
		border: none;
	}
}

.dropdown-row .dropdown-menu.mega-dropdown-menu 
{
    margin-top: 0px!important;
}

.dropdown-menu > li > a {
	display: block;
	margin-left: 5px !important;
	padding-left: 0px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #fff;
	white-space: nowrap;
	text-decoration: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #FFF;
  text-decoration: none;
  background-color: var(--themeBlue);

}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: var(--themeBlue);
  outline: 0;
}

.sidenavigation .dropdown-menu > li > a:hover,
.sidenavigation .dropdown-menu > li > a:focus {
  color: #5CAFF8!important;
}


