.header-navbar .nav-item.dropdown { position: static; }

.header-navbar .dropdown-menu.mega-menu {
  left: 0;
  right: 0;
  width: 100%;
	    background: transparent;
	top:100%;
}

.menu-container{
	border-radius: 0 0 24px 24px;
background: #FFF;

box-shadow: 0 4.038px 7.066px -3.028px rgba(0, 0, 0, 0.20);
	over-flow:hidden;
}

.mega-links{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
/*   gap: 10px 20px; /* row gap, column gap */ */
}

.mega-link{
  display: flex;
    flex-direction: row;
    align-items: flex-start;
	text-decoration: none;
}
.mega-txt{
	display: flex;
    flex-direction: column;
}
.mega-ic{
	margin-right:12px;
}

.mega-feature-link{
	text-decoration: none;
}

.mega-left, .mega-right{
	padding:24px 40px 10px 40px;
}

.mega-kicker{
	margin-bottom:20px;
	color: #202020;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 133.333% */
letter-spacing: 0.6px;
}

.mega-title{
	color: #202020;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 142.857% */
}

.mega-desc{
	color: #202020;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.8px;
}

.mega-ic img { width: 22px; height: 22px; object-fit: contain; }

.mega-feature-title{
	color: #202020;

font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 17.28px; /* 123.429% */
letter-spacing: 0.144px;
	margin-top:15px;
	margin-bottom:10px;
}

.mega-feature-text{
	color: #202020;

font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.8px;
	margin-bottom:30px;
}

.mega-right{
	border-left: 1px solid #CECECE;
background: #EAEAEA;
}

.mega-feature-box img{
  width: 100%;
  height: auto;
  display: block;
}

.mega-link {
	transition:0.3s ease all;
	border-radius:10px;
	padding:15px;
}
.mega-link:hover{
	    background: rgba(37, 99, 235, 0.08);
}

.mega-link:hover .mega-ic img{
	filter: brightness(0) saturate(100%) invert(30%) sepia(87%) saturate(3331%) hue-rotate(216deg) brightness(94%) contrast(96%);
}
.mega-link:hover .mega-title, .mega-link:hover .mega-desc, .mega-link:hover .mega-arrow{
	color: #2563EB;
}
.insight-text{
	color: #202020;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 17.28px; /* 123.429% */
letter-spacing: 0.144px;
}

.insight-icon{
	width:24px;
	height:auto;
}

.insight-link{
	    transition: 0.3s ease all;
    border-radius: 10px;
  padding: 8px 8px 8px 8px;
}

.insight-link:hover {
    background: rgba(37, 99, 235, 0.08);
}

.insight-link:hover .insight-text{
	color:#2563EB;
}

.insight-link:hover .insight-icon{
	filter: brightness(0) saturate(100%) invert(30%) sepia(87%) saturate(3331%) hue-rotate(216deg) brightness(94%) contrast(96%);
}
.latest-news{
	border-top: 1px solid #CECECE;
    margin-top: 15px;
    padding-top: 15px;
}
@media (max-width:525px){
	.mega-links{
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	
}

@media (max-width:768px){
	.mega-right{
		border:none;
	}
	
}

@media (max-width:992px){
	.mega-left, .mega-right {
    padding: 24px 15px 10px 15px;
}
}

.mega-arrow{
	margin-left:10px;
}

