@charset "utf-8";
*{
margin:0px;
padding:0px;
}

/* CSS Document */
.col_left_contact,
.col_right_contact{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.form_contact{
	width: 100%;
	padding: 1%;
	position: relative;
	margin: 0 auto;
}
.form_contact .title p{
	line-height: 30px;
	height: 30px;
	padding: 0px 10px;
	color: #fff;
	font-size: 16px;
	background: #005FAF;
	text-transform: uppercase;
}

.form_contact .col{
	display: table-cell;
	text-align: left;
}
.form_contact .col_1{
	width: 30%;
	padding: 0px 1%;
	text-align: right;
}
.form_contact .col_2{
	text-align: left;
}
.form_contact .row{
	width: 100%;
	line-height: 40px;
	min-height: 40px;
	display: table;
}
.form_contact .row p{
	font-size: 14px;
	text-align: left;
}
.form_contact .row p span{
	color: red;
}
.form_contact .row .input{
	min-height: 30px;
	line-height: 30px;
	text-indent: 10px;
	width: 100%;
	outline: none;
	border: 1px solid #999;
	margin: 10px 0px;
}
.form_contact .row .area{
	height: 80px;
}
.form_contact .row .button{
	line-height: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    background: #000;
    text-transform: uppercase;
    padding: 0px 20px;
    border: none;
    outline: none;
}
.form_contact .row label{
	color: red;
	margin-left: 10px;
}

@media screen and (max-width: 750px) {
	.form_contact .row .input,
	.col_left_contact, .col_right_contact{
		width: 100%;
	}
}
@media screen and (max-width: 550px) {
	.form_contact .col_1{
		display: none;
	}
	.form_contact .col_2{
		width: 100%;
	}
}
@media screen and (max-width: 380px) {
	
}
p{
	margin: 0px;
}