.car_form{
	width: 100%;
	display: inline-block;
	margin-top: 10px;
}
.fields_two {
    float: left;
    width: 48%;
    margin-bottom: 12px;
}
.contactname {
    color: #2f2e3c;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0;
  display: inline-block;
    font-weight: 500;
}
.contact_rightinner{
  background-color: #f4f4f4;
  width: 100%;
  display: table;
  padding: 20px;
}
.contactfealds {
    width: 100%;
	display: table;
	clear: both;
	height: 34px;
	padding: 5px 15px;
	font-size: 14px;
	color: #000;
	border: 1px solid #cccccc;
	border-radius: 5px;	
	
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.15);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.15);
}
.contactfealds1{
	height: auto; 
}
.fields_two_right {
    float: right;
}

.et_pb_submit_cont {
    background: #b1800f;
    border: medium none;
    border-radius: 0px;
    color: #fff;
    float: right;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    
  cursor: pointer;
}
.et_pb_submit_cont:hover {
    background: #cb9521 none repeat scroll 0 0;
    transition: all 0.3s ease 0s;
}

.b2_hd1{
	font-size: 36px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	width: 100%;
	margin-top:30px;
	display: table;
	letter-spacing: 1px;
}
.b2_hd1 span{
	color: #908e8e;
	font-size: 16px;
	position: relative;
	font-weight: 400;
}
.b2_hd1 span:before{
	width: 60px;
	height: 4px;
	background-color: #df2b2b;
	content: "";
	top: -10px;
	right: 0px;
	position: absolute;	
}



.sideform {
    margin-top:20px;
    border:1px solid #ddd;
    padding:15px;
}
.sideform h3 {
    margin-bottom:15px;
    font-size:22px;
    color:#ED1B24;
}
input.sform, textarea.sform {
    width:100%;
    float:left;
    height:40px;
    padding:5px;
    border:1px solid #ddd;
    color:#333;
    margin-bottom:15px;
}
textarea.sform {
    height:80px;
}
input.sformbtn {
    display:table;
    margin:0 auto;
    padding:8px 20px;
    color:#fff;
    background:#ED1B24;
    border:0px;
    cursor:pointer;
}
input.sformbtn:hover {
    background:#333;
}