.banner_img{
	  background: url(../images/contactus.jpg) no-repeat center center;
}
.content{
	background-color: #f9f7f7;
	padding: 125px 0 177px;
}
.content .container{
	width: 1200px;
	margin:0 auto;
}
.contactuscode_left{
	width: 450px;
	margin-left:235px;
}
.contactuscode_left img{
	display: block;
	width: 120px;
	height: 120px;
	margin-bottom: 26px;
}
.contactuscode_left h5{
	font-size: 18px;
	font-weight: 400;
	color: #000;
	letter-spacing:3px;
}
.contactuscode_left h6{
	font-size: 12px;
	color: #747373;
	line-height: 14px;
	margin-bottom: 48px;
	font-weight: 400;
}
.contactuscode_left p{
	line-height: 27px;
	font-size: 16px;
}
.contactuscode_right{
	position: relative;
	margin-left:73px;
}
.contactuscode_right .verticalline{
	height: 240px;
	width: 2px;
	background-color: #dedede;
	position: absolute;
	left: -73px;
	top:33px;
}
.contactuscode_right h6{
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.contactuscode_right p{
	font-size: 12px;
	line-height: 18px;
}
