#ry-section-header .megamenu > .dropdown-menu {
    display: none !important;
}
#ry-section-header .megamenu-data {
    position: fixed;
    top: 120px;
    width: 100%;
    max-width: 700px;
    height: auto !important;
    left: 62%;
    transform: translateX(-50%);
    background: #fff;
    padding: 40px;
    z-index: 999;
    border-radius: 10px;
}
#ry-section-header.fixed .megamenu-data {
    top: 100px;
}
#ry-section-header .megamenu-data .content.home .ry-flex {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
#ry-section-header .megamenu-data .content.home .ry-flex .ry-each li a {
    color: #000 !important;
    text-transform: capitalize !important;
    font-size: 16px !important;
    font-family: 'Montserrat' !important;
}
#ry-section-header .ry-right .ry-menu .megamenu li .third-level-container,
#ry-section-header .ry-right .ry-menu .megamenu li .third-level {
    display: none !important;
}
#ry-section-header .title {
    font-size: 20px;
    color: #000;
    font-family: 'Oswald' !important;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600 !important;
}
#ry-section-header .megamenu-data .content.home .ry-flex .ry-each {
    display: flex;
    flex-direction: column;
    gap: 30px;
	position: relative;
	width: 50%;
}
#ry-section-header #mega-list li a {
    font-family: 'Montserrat' !important;
    margin-bottom: 8px;
}
#mega-list {
    padding-left: 0;
}
#mega-list a {
    margin-bottom: 0 !important;
}
.module-43 .ry-right .ry-menu .nav-menu li a {
    padding-bottom: 0 !important;
    letter-spacing: normal;
}

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