table.vips_table, .vips_table tr, .vips_table tr td{
	border:none!important;
	text-align:left;
}
.vips_table tr td{
	padding:20px!important
}
.vips_table input,.vips_table select{
	width: 100%;
font-size: 1.2rem;
padding: 10px;
}

.vips_table textarea{
	width:100%!important;
	font-size: 1.2rem!important;
	padding: 10px!important;
	}
.vips_submit{
	background-color:#fff!important;
	color:#fff!important;
	border:none;
}

.vips_single_offer{
	
	margin-bottom:20px;
	padding-bottom:20px;
	padding-top:20px;
}

.vips_single_offer input{
	width:unset!important;
	
}

.vips_offer_radio{
	width:5%;
	float:left;
}
.vips_offerprice{
	float:right
}

.vips-title{
	padding-left:20px;
	width:100%;
}
.vips_progress {
	width:100%;
	padding:0 20px 
}
.vips_progress p{
	font-size:1.2rem
}
.vips_progress progress{
	height:20px;
	width:100%;
}
.vips-form table{
	font-size:1.2rem;
	line-height:36px;
	font-weight:normal;
	margin:20px;
	width:50%
}
.vips-form, .vips-list{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	width:100%
}

.vips-form, .vips-form label, .vips-left{
	text-align:left!important;
}

.vips-form textarea{
	width:100%;
	height:100px
}

.vips-form input,.vips-form select{
	width:100%;
	font-size: 1.2rem;
padding: 10px;
}

.vips-form > div{
	padding:20px;
	
}
.vips-list > div{
	padding: 20px 40px 20px 0;
}
.vips-form-1{
	width:100%
}
.vips-form-2 {
	width:50%
}

.vips-form-3{
	width:33%
}

.vips-form-2_3{
	width:66%
}

.vips_offer_more:hover, .vips_offer_close:hover, .vips_offer_less:hover{
	cursor:pointer;
}

.vips_offer_more, .vips_offer_close, .vips_offer_less{
	font-weight:600
}
.vips_full_offer{
	display:none;
	
	width:100%;
	z-index:10;
	
	background-color:#fff;
}

.vips_required{
	padding-left:20px;
	text-align:left;
}

.vips_input_row{
	width : 100%;
}

.vips_col{
	float:left;
	padding-right:20px
}

.vips_col-12{
	width:100%;
}

.vips_col-6{
	width:50%;
}
.vips_col-4{
	width:33%;
}
.vips_col-3{
	width:25%;
}
.vips_col-2{
	width:24%;
}
.vips_col-1{
	width:20%;
}

.vips_formsteps{
	display:none
}

#vips_formstep_1{
	display:block
}
.vips_btn_forward{
	margin-left:20px;
	text-align:left
}
.vips_btn_back{
	text-decoration:underline;
	margin-top:10px;
	
	font-size:1.2rem;
	margin-left:20px;
	text-align:left;
	font-weight:200;
	margin-bottom:20px
}
.vips_btn_forward:hover, .vips_btn_back:hover{
	cursor:pointer;
}

.vips_not_valid, select.vips_not_valid{
	background-color:#ffdddd!important;
}
.vips_single_offer input.vips_not_valid{
	width: 10px;
  height: 10px;
 -webkit-border:1px solid red;
  border-radius: 50%;
  outline: none;
  box-shadow: 0 0 0 2px red;
  

  -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
}
@media only screen and (max-width: 680px) {
	.vips_offerprice{
		float:none;
	}
 .vips-form-2, .vips-form-3, .vips-form-2_3, .vips-form-1{
	
	width:100%;
	
}

.vips_progress{
	margin-bottom:20px
}
.vips-form div{
	padding: 0 20px!important;
}


.vips_col{
	width:100%;
	margin-bottom:20px;
}



.vips-form table{
	width:100%;
	font-size:unset;
}

}

.btnmultistep{
	background-color:grey;
}
#multistep2,#multistep3{
	display:none
}