.content_module_right>h4 {
	margin-top: 10px;
	font-size: 14px;
}

#active_3 {
	color: #2c5c97 !important;
	background: #f1f7ff !important;
	transform: translateY(-2px);
}

#active_3 .nav-icon {
	transform: scale(1.2);
}

#active_3::after {
	content: '';
	position: absolute;
	width: 70% !important;
	height: 3px;
	background: #4dadf7;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 2px;
}