@charset "utf-8";
/* CSS Document */

.all_steps {
	width: 680px;
	height: 340px;
	padding-top: 20px;
	margin-top: -20px;
	overflow: hidden;
	float: left;
	position: relative;
}

.step {
	width: 640px;
	height: 320px;
	border-radius: 7px;
	background-color: #eff1f2;
	box-shadow: 0 0 12px #6e6e6e;
	margin-left: 20px;
	margin-bottom: 20px;
	display: inline-block;
	position: absolute;
	
}

.step.one {
	left: 0;
}

.step.two {
	left: 100%;
}

.step.third {
	left: 200%;
}

.step h2 {
	text-align: center;
	color: #626262;
}

label {
	color: #626262;
	font-size: 17px;
	font-weight: 700;
	display: block;
	margin: 6px 0 28px 0;
}

.row {
	display: block;
	vertical-align: central;
	height: 56px;
	padding: 0 20px;
	margin: 0 auto;
	width: calc(100% - 60px);
	width: -o-calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
}

.row input, .row select{
	color: #626262;
	height: 35px;
	width: 40%;
	display: inline-block;
	float: right;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 14px;
	padding: 8px;
}

.row select {
	font-size: 15px;
}

.row label {
	display: inline-block;
}

.step .line {
	background-color: #626262;
	width: 100%;
	text-align: right;
	height: 40px;
	position: absolute;
	bottom: 17px;
}

.circles{
	display: inline-block;
	vertical-align: middle;
	line-height: 45px;
	margin-left: 10px;
	float: left;
}

.circle {	 
	width: 12px;
	height: 12px;
	margin: 0 2px;
	background-color: #626262;
	border: 2px solid #ffffff;
	border-radius: 50%;
	display: inline-block;
}
.circle.color {	 
	background-color: #1abc9c;
}

.next{
	line-height: 40px;
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
	cursor: pointer;
	margin-right: 10px;
}

@media only screen and (max-width: 1170px){
	.all_steps{		
		width: 52%;
	}
	.step{
		max-width: 93%;
	}
	.step h2 {
	font-size: 26px;
	margin: 22px 0 27px 0;
	}
	label {
		font-size: 16px;
		line-height: 17px;
	}
}


@media only screen and (max-width: 860px){
	.all_steps{
		width: 100%;
	}
	.step{
		display: block;
		width: 100%;
		width: calc(100% - 40px);
		width: -0-calc(100% - 40px);
		width: -moz-calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
	}
	.stap .row {
		width: 86%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 550px){
	.all_steps {
		width: 108%;
		margin-left: -20px;
	}
	
	.step{
		padding: 0;
		width: 100%;
		
		border-radius: 0px;
	}
	form {
		margin: 0 auto;
	}
	.step h2 {
		font-size: 15px;
		font-weight: 700;
	}
	.row {
		width: 86%;
	}
	.row select, .row input{
		width: 100%;
		float: none;
		display: block;
		height: 32px;
		padding: 5px;
		margin-bottom: 5px;
		font-size: 12px;
	}
	.row label{
		float: none;
		display: block;
		font-size: 14px;
		margin: 6px;
	}
	

}

 /* end style step*/
 

 /* start style text */
 
.info {
	width: 640px;
	padding: 20px; 
	display: inline-block;
}
 
.info h1 {
	vertical-align: text-top;
	width: 70%;
	float: left;
	margin-top: 0;
	display: block;
}

.picture img{
	display: inline-block;
	float: right;
	border: 2px solid #1abc9c;
	vertical-align: top;
}

.info ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	width: 70%;
	float: left;
}

.info ul li{
	font-size: 23px;
	font-weight: 300;
	line-height: 37px  
}

.text_info {
	display: block;
	clear: both;
	
}

h4 {
	margin: 0;
}

.text_info h4 a {
	color: #1abc9d;
	text-decoration: underline;
}

.text_info p {
	padding:0;
}

@media only screen and (max-width: 1170px){
	.info{
		max-width: 49%;
		margin: 0 0 0 20px;
		padding: 30px 0;
	}
	 
	.info h1 {
		margin: 0 0 15px 0;
		font-size: 25px;
		text-align: left;
		width:63%;
		float: left;
	}
	.picture img{
		margin: 0 auto;
		float: right;
		max-height: 180px;
	}
	.info ul {
		margin: 0;
		padding: 0 0 20px 20px;
		width: 63%;
	}
	.info ul li{
		font-size: 17px;
		line-height: 30px  
	}
}

@media only screen and (max-width: 860px){
	.info{
		min-width: 100%;
		background-color: #1abc9c;
		display: block;
		padding:  30px 0;
		margin: 15px 0 0 0;
		float: none;
		color: #ffffff;
	}
	 
	.info h1 {
		width: 90%;
		margin: 0 auto;
		display: block;
		text-align: center;
		float: none;
	}
	.picture img{
		border: 3px solid #ffffff;
		display:block;
		margin: 20px auto;
		float: none;
	}
	.picture img{
		text-align: center;
	}
	.info ul {
		width: 80%;
		display:block;
		margin: 0 auto;
		float: none;
		
	}
	.info ul li{
		padding: 0;
		font-size: 23px;
		font-weight: 300;
		line-height: 40px; 
	}
	.text_info p, .text_info h4 {
		margin: 0 20px 20px 20px;
	}
	.text_info h4 a {
		color: #626262;
	}
}

@media only screen and (max-width: 550px){
	.info h1 {
		font-size: 22px;
		width: 90%;
		margin: 0 auto;
		display: block;
		text-align: center;
		float: none;
	}
	
	.info ul li{
		font-size: 16px;
		line-height: 25px; 
	}
}

/* end style text */
