.step-form{
	font-family: 'mbcorpostitleregular';
	background: #ececec;
	font-size: 1.4rem;
	padding: 5% 0;
	margin-bottom: 5%;
	position: relative;
  	z-index: 0;
}
.container-wrap{
	max-width: 94rem;
}
.step-form .bg-white{
	padding: 1rem 5rem 1rem 2rem;
}
.step-form .bg-white ul{
	gap: 7rem;
}
.step-form .bg-white li{
	color: rgba(0,0,0,0.3);
}
.step-form .bg-white li span{
	width: 2.4rem;
	height: 2.4rem;
	background: #ececec;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-right: .4rem;
}
.step-form .bg-white li.active{
	opacity: 1;
	color: #0DABDE;
}
.step-form .bg-white li.active span{
	background: #0DABDE;
	color: #fff;
}
.step-form table{
	width: 70%;
}
.step-form tr{
	display: flex;
	justify-content: space-between;
}
.step-form .bg-white .position-absolute{
	background: #e0e0e0;
	width: 4rem;
}
.step-form .bg-white .position-absolute img{
	opacity: .3;
}
.breadcrumbs-list li a:after {
	content: '';
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: .8rem;
	right: -1.4rem;
	color: #fff;
	width: .5rem;
	height: .5rem;
	opacity: .5;
}
.breadcrumbs-list li{
	margin-right: 2rem;
}
.breadcrumbs-list li span, .breadcrumbs-list li a span{
	color: rgba(0, 0, 0, 0.5);
}
.breadcrumbs-list li a:hover span{
	text-decoration: underline;
}
.step-form h5, .step-form h6{
	color: #000;
}
.line{
	width: 6rem;
  	height: 2px;
}
.step-form-wrap{
	max-width: 80rem;
}
.step-form h6{
 	font-size: 1.6rem;
}
.radio-btn{
	max-width: 130px;
  	width: 100%;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.radio-btn label{
	width: 100%;
	height: 4rem;
	color: #000;
  	position: relative;
  	z-index: 1;
 	text-align: center;
  	cursor: pointer;
}
.radio-btn input[type="radio"] {
	-webkit-appearance: none;
	width: 100%;
	height: 100%;
	background: #fff;
  	border: 1px solid rgba(0,0,0,0.2);
  	cursor: pointer;
	display: inline-block;
  	position: absolute;
  	top: -8px;
  	z-index: -1;
  	left: 0;
}
.radio-btn input[type="radio"]:checked{
	background-color: #d6f4ff;
  	border-color: #80d7f7;
  	color: #0DABDE;
}
.radio-btn input[type="radio"]:checked:before {
	position: absolute;
	top: 11px;
	left: 20%;
	content: '';
	width: 1.25rem;
	height: 1.25rem;
	background: url(../images/checked.svg) no-repeat center /cover;
}
.step-form-styl{
	border: 1px solid rgba(0,0,0,0.2);
  	padding: .7rem 1.5rem;
}
/*=====step2=====*/
.kentenken-img{
	/*padding-right: 1.5rem;
	padding-left: 15rem;
	background-image: url(../images/kenteken_plaat.svg);
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	height: 6rem;*/
	font-size: 2rem;
	border: 0;
	background: #fccb6e;
	padding: 1.5rem 3rem;
	border-left: 12px solid #335c84;
}
.kentenken-img.error_cls{
	border-left: 12px solid #335c84 !important;
}
.step-form-styl:focus{
	color: #000;
}
.step-form-styl:placeholder {
	color: #000;
	opacity: 1;
}
.step-form-styl:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}
.step-form-styl::placeholder {
	color: #000;
	opacity: 1;
}
/*.each-form-div{
	display: none;
}*/
.each-form-div.active {
  	display: block;
}
.step-form-wrap .common-btn{
	max-width: 11rem;
}
@media(max-width:991.98px){
	.step-form .bg-white li span{
		display: flex;
    	margin: 0 auto .4rem;
	}
	.step-form .bg-white ul{
		display: block !important;
		gap: 0;
	}
	.step-form .bg-white{
		padding: 2.5rem .5rem .75rem;
	}
	.step-form .bg-white li {
		vertical-align: top;
		text-align: center;
		width: 24%;
		display: inline-block;
		word-break: break-word;
		font-size: 1.13rem;
	}
	.step-form .bg-white .position-absolute{
		width: 3rem;
  		height: 2.5rem !important;
	}
	.step-form{
		font-size: 1.3rem;
	}
	.step-form h6 {
  		font-size: 1.4rem;
	}
	.step-form-styl{
		padding-left: .4rem;
		padding-right: .4rem;
	}
}
@media(max-width:767.98px){
	.kentenken-img{
		font-size: 1.6rem;
    	/*height: 27px;
    	max-width: 127px;
    	padding-left: 2rem;
    	padding-right: 1rem;*/
    	padding: .65rem 1.5rem;
	}
	.kentenken-img, .kentenken-img.error_cls{
		border-left-width: 8px !important;
	}
	.step-form-wrap .common-btn {
  		max-width: 8rem;
	}
}
@media(max-width:400px){
	.radio-btn input[type="radio"]:checked:before{
		left: 15%;
	}
}
