.all_step { display:flex;justify-content:center;align-items:center;margin-bottom:50px; } 
.step-icon { font-size:60px; }
._active { filter:opacity(1) !important; }
.step { filter:opacity(0.6); display:flex;justify-content:center;align-items:center;}
.step img { width:70%; }
.input-radio:checked ~ .radio-label {
	background: #d4d4d4;
}
.thumb.js-thumb {
	background: #d4d4d4;
}

.navlink_container{
	width: 100% !important;
}

.navlink_container .row{
	display: flex;
	align-items: center;
}

#header .header-top .position-static{
	display: flex;
	justify-content: flex-end;
}

#header .header-nav{
	margin-bottom: 10px;
}

#header .header-top{
	padding-bottom: 0;
}

#header .logo{
	max-height: 100px;
}

.link a{
	color: #0d3897 !important;
	font-weight: bold;
	font-style: normal;
	text-transform: none !important;
	text-decoration: none;
}

.link:hover{
	opacity: 0.7;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
