.product-mega-menu, .resources-mega-menu, .company-mega-menu {
    padding: 40px;
    border: 1px solid #000;
    box-shadow: 0px 8px 20px 0px #7286AC0A;
    border-radius: 12px;
    background-color: #fff;
    position: absolute;
	width: 98%;
}
.menu-drop-holder {
    position: relative;
	z-index:999;
}
.product-mega-menu ul.navbar-nav {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4,1fr);
}
.nav-drop-down ul.navbar-nav li {
    padding: 16px;
    border-radius: 6px;
}
.nav-drop-down ul.navbar-nav li a {
    font-family: Inter;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-decoration: none;
}
span.menu-description {
    font-family: Inter;
    display: block;
    font-size: 12px;
    margin-top: 10px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.nav-drop-down li:hover {
    background-color: #000;
}
.nav-drop-down ul.navbar-nav li:hover a {
    color: #fff;
}
.nav-drop-down {
    display: none;
}
.nav-drop-down .container {
    position: relative;
}
.resources-mega-menu, .company-mega-menu{
    width: 80%;
}

.resources-menusec {
    display: grid;
    gap: 20px;
    padding-left: 30px;
    border-left: 1px solid #F0F0F0;
    grid-template-columns: repeat(2,1fr);
}
.resources-cont h3 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 15px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.resources-cont a {
    background-color: #98FF00;
    padding: 8px 16px;
    border-radius: 32px;
    font-family: Inter;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000;
}
a.color-blue {
    background-color: #00C0FF;
}
.resources-cont p {
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #676767;
}
.title a.anchor-link {
    background-color: transparent;
    padding: 0px;
    margin-top: 30px;
    display: block;
    color: #1443FF;
}
.title a.anchor-link .fa {
    margin-left: 10px;
}
.resources-image {
    border-radius: 6px;
    overflow: hidden;
}
.resources-mega-menu span:not(.menu-description) {
    position: relative;
    display: block;
    width: 100%;
}
.company-mega-menu ul li a {
    position: relative;
    display: block;
}
.resources-mega-menu span:not(.menu-description)::after, .company-mega-menu span:not(.menu-description)::after {
    position: absolute;
    content: '\f0da';
    font-family: "FontAwesome";
    top: 0;
    right: 5px;
	font-size: 12px;
}
 .company-mega-menu ul li a::after {
    position: absolute;
    content: '\f0da';
    font-family: "FontAwesome";
    top: 0;
    right: 5px;
	font-size: 12px;
}
header .mainmenu li.active {
    border-radius: 4px;
    background-color: #EBEBEB;
    padding: 0 0px 0 0px;
}
header .mainmenu li.menu-item-has-children.active {
    border-radius: 4px;
    background-color: #EBEBEB;
/*     padding: 0 10px 0 0px; */
}
header .mainmenu li.menu-item-has-children.active i.fa {
    right: 1px;
    /* transition: all 3s; */
}
.resources-image img {
    width: 100%;
}
.nav-drop-down.show {
    display: block;
}
@media (min-width:768px) and (max-width:1024px){
	.product-mega-menu, .resources-mega-menu, .company-mega-menu {
		padding: 20px;
	}
	.is-style-lightyellow-round-button a {
		font-size: 14px;
	}
}
@media (min-width:768px){
	div#navbarNav .nav-drop-down.show {
		display: none;
	}
}
@media (max-width:1024px){
	header .mainmenu nav.navbar .nav-drop-down .navbar-nav li.nav-item a.nav-link:active, header .mainmenu nav.navbar .nav-drop-down .navbar-nav li.nav-item a.nav-link:focus, header .mainmenu nav.navbar .nav-drop-down .navbar-nav li.nav-item a.nav-link:hover {
    color: #fff !important;
}
}
@media (max-width:767px){
	.resources-cont h3 {
		padding: 0;
	}
	.nav-drop-down ul.navbar-nav li {
		padding: 5px;
	}
	header .mainmenu .tag a {
		width: fit-content;
	}
	header .mainmenu nav.navbar .navbar-nav li.nav-item a.nav-link {
		padding: 8px 0px;
		display: flex;
		
		align-items: center;
		justify-content: flex-start;
	}
	header .mainmenu li.menu-item-has-children > a {
		justify-content: space-between !important;
	}
	.menu-drop-holder {
	   display:none;
	}
	.nav-drop-down ul.navbar-nav li:hover {
		background-color: #000;
	}
	.nav-drop-down ul.navbar-nav li:hover a, .nav-drop-down ul.navbar-nav li:hover span, .nav-drop-down ul.navbar-nav li:hover i {
		color: #fff;
	}
	.product-mega-menu, .resources-mega-menu, .company-mega-menu {
		border: none !important;
		width: 100%;
		padding:10px 10px;
		position: static;
	}
	.product-mega-menu ul.navbar-nav {
		grid-template-columns: repeat(2,1fr);
	}
	.nav-drop-down .container {
		padding: 0;
	}
	header .mainmenu li.menu-item-has-children.active {
		padding: 0 0px 0 0px;
		background-color: transparent;
	}
	.resources-menusec {
		padding: 30px 10px;
		margin-top: 30px;
		border: navajowhite;
		border-top: 1px solid #ccc;
	}
	.company-mega-menu ul li a::after {
		top: 10px;
	}
}
@media (max-width:528px){
	.resources-mega-menu, .company-mega-menu {
		width: 100% !important;
	}
	.resources-menusec {
		grid-template-columns: auto;
	}
/* 	.product-mega-menu, .resources-mega-menu {
		width: 100%;
	} */
	.product-mega-menu ul.navbar-nav {
		grid-template-columns: auto;
	}
	.resources-menusec {
		flex-direction: column;
		padding-top: 30px;
		margin-top: 15px;
		border-top: 1px solid #F0F0F0;
		border-left: unset !important;
		padding-left: 0;
	}
}