.section-location2 p {
	padding: 0 20px;
}
.section-location2 .f_left_part {
    display: inline-block;
    vertical-align: top;
    width: 60%;
	padding: 0 20px;
	background-color: #eef0f1;
	margin-right: 2%;
}
.section-location2 .f_left_part h2{
    font-weight: 400;
    padding: 15px 10px;
    font-size: 20px;
}
.section-location2 .f_right_part {
    display: inline-block; 
    width: calc(100% - 62%);
	background-color: #e5811d;
}
.section-location2 .f_right_part h2 {
	font-weight: 400;
    color: white;
}
.f_left_part a {
	color:#000;
}
.one_qu .ti_qu {
font-size: 16px;
font-weight: 600;
padding: 10px 15px;	
}
.one_qu .des_qu {
	padding-bottom: 20px;
}
.one_qu .des_qu p {
	padding: 0 15px;
	margin-bottom: 5px;
}
.one_qu  {
    border-top: 1px solid #d6d3d3;
    padding: 0 15px;	
}
.section-location {
    background: white;
}
.contact-form {
    background: none;
}
.f_right_part .btn-white-transparent {
	background: #fff;
    font-weight: 600;
    font-size: 18px;
	color: #222221;
}
.suite {
	font-weight: 600;
    font-style: italic;
	font-size: 16px;
    padding: 15px 15px;
    margin-bottom: 20px;
	color: #e5811d;
}
h1.f_title_q {
	font-size: 18px;
	text-align: left;
    font-weight: 600;
	margin-bottom: 10px;
	padding: 0 20px;
}
.question {
	border-bottom: 1px solid #aaabaa;
    background: #f1f1f1;
    padding: 15px;
}
.question span, .l_resp_f span{
	font-size: 14px;
    font-weight: 400;
    font-style: italic;
    padding: 0 20px;
}	
.question p, .l_resp_f p{
	padding: 15px 20px;
	margin: 0;
}
.flagtitle {
    font-size: 24px;
    padding: 20px;
}
.f_resp {
    padding: 15px 15px;
    margin: 15px 100px;
    border: 1px solid #d6d3d3;
}
.repond_f {
    background: #e5811d;
}
.repond_f .short {
	width:30%;
}
.repond_f .fieldques {
    font-size: 16px;
    font-weight: 400;
	padding-bottom: 15px;
}
.repond_f h2 {
	padding: 20px 20px 0 20px;
    color: white;
    font-weight: 600;	
}
.f_right_part .errors, .repond_f .errors {
    color: red;
    font-weight: 400;
    width: 100%;
    display: inherit;
    font-size: 16px;
    padding: 10px 0;
}
.f_right_part .success , .repond_f .success {
    color: green;
    font-weight: 400;
    width: 100%;
    display: inherit;
    font-size: 16px;
    padding: 10px 0;
}
.question .btn-darkblue {
    font-weight: 600;
}