.contactus-box{
	max-width: 1200px;
	margin: 0 auto !important;
	padding: 60px 0 89px !important;
}
.contactus-box .cont{
	overflow: hidden;
	
}
.contactus-box .cont>div{
	width: 48%;
	border: 1px solid #ccc;
	padding: 50px 60px !important;
}
.contactus-box .address-re{
	font-size: 14px;
	/*padding: 10px 0 !important;*/
	color: rgb(137,137,137);
	padding: 30px 0 20px !important;
    line-height: 30px;
}
.contactus-box .address-other{
	font-size: 14px;
	/*line-height: 28px;*/
	margin-top: 18px !important;
}
.contact-online-box .username,.contact-online-box .phones{
	margin-bottom: 20px !important;
}
.contact-online-box input,.contact-online-box textarea{
	background: rgb(247,247,247);
	border: 1px solid rgb(247,247,247);
	color: #333;
}
.contact-online-box .form-group{
	/*padding-top: 10px !important;*/
	padding-top: 30px !important;
}
.contact-online-box .input,.contact-online-box .textarea{
	padding-right: 0 !important;
	font-size: 16px;
}
.contact-online-box .t-bnt button{
	background: rgb(51,51,51);
}
.textarea{
    padding-top: 0 !important;
}
.textarea2{
    margin-top: 0 !important;
}
.placeholderc::-webkit-input-placeholder {
    color: #999;
}
.placeholderc:-moz-placeholder {
    color: #999;
}
.placeholderc:-ms-input-placeholder {
    color: #999;
}
@media (max-width: 576px) {
	.contactus-box .cont{
		display: block !important;
	}
	.contactus-box .cont>div{
		width: 100%;
		float: unset !important;
		margin-bottom: 10px !important;
	}
}
@media (max-width: 768px) {
	.contactus-box .cont{
		display: block !important;
	}
	.contactus-box .cont>div{
		width: 100%;
		float: unset !important;
		margin-bottom: 10px !important;
	}
}
