.quo_vp1 {
	position:relative;
	float:left;
	width:100vw;
	background-image: url('../images/quote/hero.jpg');
	background-size: cover;
	background-position: center center;
	height: 0px;
	padding-bottom: 31.25%;
	z-index: 1;
}

.quo_vb1 {
	margin-top:6%;
}
.quo_title {
	position: relative;
	float:left;
	width:100%;
	font-size:32px;
}
.quo_desc {
	position: relative;
	float: left;
	width:80%;
	margin-top:12px;
	margin-bottom: 50px;
}
.quo_frm{
	position: relative;
	float: left;
	width: 45%;
	margin-right:15%;
} 
.con_frm_sendsucces {
	position: absolute;
	top:0px;
	left:0px;
	width:105%;
	height:100%;
	background-color:rgba(255, 255, 255, 0.8);
	z-index:10;
	font-size:62px;
	display: none;
	justify-content: left;
	align-content: center;
	align-items: center;
	opacity: 0;
	transition-duration: 0.5s;
}
.frm_error {
	border-bottom:1px solid red;
}
.con_frm_sendsucces_show {
	display: flex;
	opacity: 1;
}
.quo_frm_i {
	position:relative;
	float:left;
	width:100%;
	margin-bottom:18px;
}
.quo_frm_i_desc {
	position: relative;
	float:left;
	width:140px;
	margin-right:60px;
	min-height:2px;
}
.quo_frm_i_inp {
	position:relative;
	float: left;
	width:calc(100% - 200px);
}
.quo_frm_i_inp input, .quo_frm_i_inp select, .quo_frm_i_inp textarea {
	position: relative;
	float:left;
	width:100%;
}
.quo_frm_i_inp select {
	background:rgb(255, 255, 255);
	border: 1px solid #000000;
	width: calc(100% + 7px);
}
.quo_frm_i_inp label {
	position:relative;
	float:left;
	width:50%;
	margin-bottom:3px;
}
.quo_frm_i_inp label input {
	width:auto !important;
	padding-right:10px;
}
.quo_frm_i_inp textarea {
	width:100%;
	height:120px;
}
.quo_frm_i_inp .button {
	margin-top:25px;
}
.quo_inf {
	position:relative;
	float:left;
	width:40%;
}
.quo_inf_photo {
	position:relative;
	float:left;
	width:100%;
}
.quo_inf_photo img {
	position:relative;
	float:left;
	width:100%;
}

.quo_inf_i {
	position: relative;
	float:left;
	width:100%;
	margin-bottom:6px;
	min-height:12px;
}
.quo_inf_i_1 {
	margin-top:10px;
	font-size:22px;
}

@media screen and (max-width: 1400px) {
	.def_center {
		flex-wrap:wrap;
	}
	.quo_frm {
		width:100%;
		margin-bottom:75px;
	}
	.quo_inf {
		width:100%;
	}
}

@media screen and (max-width: 800px) {
	.quo_frm_i {
		margin-bottom:25px;
	}
	.quo_frm_i_desc {
		width:100%;
		margin-bottom:10px;
	}
	.quo_frm_i_inp {
		width:100%;
	}
	.quo_frm_i_inp input, .quo_frm_i_inp select, .quo_frm_i_inp textarea {
		width:100%;
	}
}












