.contact{
	padding: 20px 0;
}
.contact .contact-l-1{
	background: #212d39;
	padding: 20px;
}
.contact h3{
	margin-top: 0;
	color: #212d39;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.contact h3:after{
    content: '';
    position: absolute;
    width: 85px;
    height: 3px;
    background: #e45d4b;
    bottom: 0;
    left: 0;
}
.contact .contact-l-1 ul li p{
	color: #fff;
    font-size: 16px;
}

.contact .contact-l-1 ul li i{
	padding: 6px;
    border: 1px solid #e45d4b;
    border-radius: 50%;
    color: #e45d4b;
    font-size: 16px;
    margin-right: 10px;
}
.contact .c-l-2{
	margin-top: 30px;
}
.contact .contact-r form {
    margin-top: 20px;
    border: 1px solid #e0e0e0;
    padding: 10px 20px;
}

.contact .contact-r h3 {
    position: relative;
    color: #212d39;
    font-weight: 500;
    margin-top: 0;
    padding-bottom: 10px;
}
.content .contact-r h3::after{
    content: '';
    position: absolute;
    width: 85px;
    height: 3px;
    background: #e45d4b;
    bottom: 0;
    left: 0;
}

.contact .contact-r label {
    font-weight: normal;
    font-size: 16px;
    color: #777;
}

.contact .contact-r #yzm {
    width: 80%;
    display: inline-block;
}

.contact .contact-r img {
    float: right;
}

.contact .contact-r .btn {
    padding: 10px 20px;
    font-size: 16px;
    display: inline-block;
}

.contact .contact-r .submit {
    text-align: center;
}
.contact .contact-r .submit .btn{
	background: #e45d4b;
	border: 0;
}
.contact .col-md-12{
    margin-top: 20px;
}

    