.contactUsTitle{
	margin: 10px 0;
	color: #313131;
	text-align: center;
	font-family: SharpSansDispNo1-Bold;
	font-size: 24px;
	margin-top: 4%;
}
.reachContactUsBorderBottom {
	margin: 0 auto;
	width: 75px;
	height: 5px;
	border-radius: 2px;
	background-color: #000;
}
#contactUsHelp{
	padding: 40px 30px !important;
}
.contactUsSubTitle{
	font-family: SharpSansDispNo1-Bold;
	color: #313131;
	font-size: 18px;
	padding-bottom: 0;
}
#contactUsHelp .contactUsSubTitle{
	margin-bottom: 10px;
}
#contactUsSupport .contactUsSubTitle{
	margin-bottom: 0px;
}
#contactUsBlock{
	background-color: #ececec!important;
	padding: 0 4%;
}
#contactUsHelp, #contactUsSupport{
	background-color: #fff;
	margin: 4% 20px 8%;
	padding: 30px;
}
.contactUsText{
	font-size: 14px;
}
.reachContactUsBtn {
	width: 200px;
	height: 45px;
	border-radius: 22.5px !important;
	background-color: #f08c22 !important;
	font-size: 14px !important;
	font-family: SharpSansDispNo1-Bold !important;
	color: #fff !important;
	border: 2px solid #f08c22 !important;
	cursor: pointer !important;
	padding:10px !important;
}
#contactUsSupport a span {
	font-size: 14px;
	color: #48688f;
	font-family: SharpSansDispNo1-semibold;
}
.contctUsAdderssMain{
	font-size: 15px;
	margin: 15px 20px 10px;
	font-family: SharpSansDispNo1-Bold;
}
.contctUsAdderssText{
	font-size: 15px;
	font-family: SharpSansDispNo1-Semibold;
}
#contactUsAdderssBlock{
	margin: 15px 0 30px;
}
@media only screen and (min-width:998px) and (max-width: 1024px){
	#contactUsHelp, #contactUsSupport {
		-ms-flex: 0 0 58% !important;
		flex: 0 0 58% !important;
		max-width: 58% !important;
	}
	.contactUsAdderssContent{
		-ms-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}
}
@media only screen and (min-width:768px) and (max-width: 1024px){
	#contactUsHelp, #contactUsSupport {
		background-color: #fff;
		margin: 4% 20px 15px;
		padding: 30px;
	}
	#contactUsSupport {
		padding: 30px;
	}
	#contactUsHelp{
		height: 250px;
		padding: 46px 30px;
	}
}
/* Mobile device */
@media only screen and (max-width: 600px){

	#contactUsHelp, #contactUsSupport {
		background-color: #fff;
		margin: 4%;
		padding: 6%;
	}
}