.rev_prestatairecontactall .checkbox{
	margin-bottom: 0;
} 
.rev_prestatairecontactall .rev_checkbox-custom{
	margin-bottom: 10px;
}
.rev_process-all img{
	margin: 0 150px;
}
.rev_process-all{
	margin: 20px auto;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.rev_process-img{
	display: inline-block;
	z-index: 2;
	position:relative;
	vertical-align: top;
}
.rev_process-img img{
	transition: all 0.3s ease-in;
	opacity: 0;
}
.rev_process-img.active img{
	opacity: 1;
}
.rev_process-img p{
	color: #005188;
	margin-top: 10px;
	margin-bottom: 10px;
	opacity: 0;
	transition: all 0.3s ease-in;
}
.rev_process-img.active p{
	opacity: 1;
}
#dotted{
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 700px;
	z-index: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-top: -45px;
}
#dotted > span{
	background-image: url('../img/dots.jpg');
	background-repeat: repeat-x;
	display: block;
	position: absolute;
	margin: 0;
	opacity: 0;
	padding-bottom: 10px;
	width: 0;
	text-align: center;
	transition: all 1.5s ease-in;
}
#dotted span.active{
	opacity: 1;
	width: 350px;
}
#dotted span.active:first-child{
	left:0;
}
#dotted span.active:nth-child(2){
	left:350px;
}
#dotted.dotted_pack{
	margin-top:-25px;
}
.rev_success-email-send{
	color: #5FAB30;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
}
.rev_button-send{
	padding:10px 15px;
}
.rev_listofproviders p{
	color: #005188;
	text-align: center;
	font-size: 2em;
	padding: 10px 0;
}
.rev_img-provider{
	margin: 0 auto;
	display: block;
	width: 250px;
}
