@media only screen and (max-width: 992px) {
	.right-nav-bar .nav-link {
		background: #084875;
	}
	.nav-link:hover {
		background: #1998D4;
	}
	.nav-item {
		border-right: none;
	}
	/**merga menu**/
	.nav-item {
		position: relative;
		background: #084875 !important;
	}
	.nav-link:hover {
		background: #1998D4;
	}
	.nav-item .mega-menu {
		position: unset;
		display: block;
		box-shadow: none;
		margin-left: 50px;
		padding-top: 0;
	}
	.nav-item .mega-menu::before {
		display: none;
	}
	.nav-item .mega-menu h4:first-child {
		margin-top: 0;
	}
	/**merga menu end**/
	.login-menu-item {
		text-align: left !important;
		background: #084875;
	}
	.login-menu-item:hover {
		background: #1998D4;
	}
	.login-menu-con {
		display: none !important;
	}
}
@media only screen and (max-width: 768px) {
	.content-section .content-con article {
		margin-bottom: 20px;
		border-right: none;
		padding-right: 0;
	}
	.content-section .content-con {
		border-right: none;
	}
	.footer-top {
		display: none;
	}
}
@media only screen and (max-width: 580px) {
	.info-section {
		display: none !important;
	}
	header .logo-section a img {
		display: block;
		margin: 0 auto;
	}
	.cookies-popup .row {
		text-align: center;
	}
	.cookies-popup .row div {
		margin: 10px 0;
	}
}
@media only screen and (max-width: 430px) {
	.content-section .content-con article h2 {
		font-size: 25px;
	}
	.sidebar-con aside h3 {
		font-size: 25px;
	}
	header .logo-section a img {
		width: 150px;
	}
}