.header-wrapper .header-main-contain .menu-wrap .nav .megamenu > .dropdown-menu {
    display: none !important;
}
.header-main-contain .megamenu-data {
    position: fixed;
    top: 187px;
    width: 100%;
	max-width: 1580px;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 40px 80px;
	z-index: 999;
}
.header-main-contain.fixed .megamenu-data {
    top: 135px;
}
.header-main-contain .megamenu-data .content.home .ry-flex {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.header-main-contain .megamenu-data .content.home .ry-flex .ry-each li a {
    color: #000 !important;
    text-transform: capitalize !important;
    font-size: 16px !important;
    font-family: 'Antic' !important;
}
.header-wrapper .header-main-contain .inner-wrap .header-wrap .flex-wrap .flex-right .menu-wrap .nav .megamenu li .third-level-container,
.header-wrapper .header-main-contain .inner-wrap .header-wrap .flex-wrap .flex-right .menu-wrap .nav .megamenu li .third-level {
    display: none !important;
}
.header-wrapper .title {
    font-size: clamp(1.5rem, 1.3725rem + 0.5229vw, 2rem);
    color: #f5c10c;
    font-family: 'Gilda Display';
	margin-bottom: 10px;
}
.header-main-contain .megamenu-data .content.home .ry-flex .ry-each {
    display: flex;
    flex-direction: column;
    gap: 30px;
	position: relative;
	width: 25%;
}
.header-main-contain #mega-list li a {
    font-family: 'Antic' !important;
    margin-bottom: 8px;
}
.header-main-contain .megamenu-data .content.home .ry-flex .ry-each:not(:last-child):before {
    content: '';
    position: absolute;
    top: 0;
    right: 40px;
    width: 1px;
    height: 100%;
    background: #0000001f;
}

@media (max-width: 1480px) {
	.header-main-contain .megamenu-data {
		top: 210px;
		width: 90%;
		padding: 40px;
	}
	.header-main-contain.fixed .megamenu-data {
		top: 155px;
	}
}
@media (max-width: 1280px) {
	.header-main-contain .megamenu-data .content.home .ry-flex .ry-each:not(:last-child):before {
		display: none;
	}
}