select{
	border: 0;
	background: 0;
	width: 120px;
    height: 58px;
		color: #444444;
		font-size: 16px;
}
select option{
border: 0;
}
.se2{
	width: 92%;
    height: 55px;
		margin-left: 21px;
}
.sebg{
	width: 550px;
	height: 55px;
	background-color: #f4f4f4;
}
select:focus { outline: none; }
.row{
	margin: 0 -10px;
}
.col-md-4{
	padding: 0 10px;
}

.main{
	padding: 30px 0;
}

.contact-items{
	padding: 10px;
	margin: 10px 0;
}
.items-left{
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	background-color: #2eafaa;
	margin-right: 5px;
}
.items-right{
	display: inline-block;
	vertical-align: middle;
}
.items-right>p{
	padding-bottom: 10px;
}

.list-input{
	margin: 15px 0;
}
.list-input>input{
	width: 100%;
	height: 55px;
	padding: 0 15px 0 30px;
}
.list-input>span{
	display: block;
	width: 30px;
	height: 55px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: right;
	line-height: 45px;
	padding: 5px;
}
.list-input>textarea{
	width: 100%;
	height: 200px;
	padding: 20px 30px;
	resize: none;
}

.form-btn{
	padding: 30px 0;
}
.form-btn>a{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 60px;
	color: #fff;
	border-radius: 4px;
	background-color: #2eafaa;
	text-align: center;
	line-height: 60px;
}