.customersupport{
	width:100%;
	background: #fff;
	padding-bottom:10px;
}
.customersupport-header{
	background:url('../images/customersupport/header.jpg') #000;
	background-size:cover;
	height:500px;
	position:relative;
	z-index:0;
}
.header-title{
	padding:30px;
	background:#fff;
	position:relative;
	text-align:center;
	z-index:2;
}
.header-title h1{
	color:#000;
	font-size:30px;
	font-weight:bold;
	text-shadow:none;
}
.header-title hr {
    margin: 15px auto;
    width: 100px;
    height: 5px;
    border: none;
    background-color: #febd18;
}
.header-title p{
	font-size:16px;
	line-height:18px;
	margin:15px 0;
	padding:0;
	color:#000;
}
.customersupport-boxes{
	display:flex;
	flex-direction:row;
	align-content:center;
	justify-content:center;
	margin-bottom:30px;	
}
.customersupport-boxes .box{
	background: #353535;
	color: #fff;
	margin:0 5px;
	text-align:center;
	padding:20px;
	flex-direction:column;
	display:flex;
	justify-content: flex-start;
	width:180px;
}
.customersupport-boxes .box img{
	width:100px;
	height:100px;
	margin-bottom:20px;
}
.customersupport-boxes .box h2{
	font-size:18px;
	line-height:20px;
	margin-bottom:5px;
	color:#fff;
	text-shadow:none;
}
.customersupport-boxes .box h3{
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-shadow:none;
}
.customersupport-boxes .box h3 a{
	color:#fff;
	text-decoration:none;
}
.customersupport-boxes .box p{
	font-size:12px;
	line-height:16px;
	color:#fff;
}
.customersupport-boxes .box a{
	color:#fff;
	font-size:12px;
	text-decoration:none;
	color:#fdb827;
}
.customersupport-boxes .box .btn{
	background:#fdb827;
	color:#000;
	font-weight:normal
	font-size:12px;
	text-align:center;
	width:120px;
	margin:0 auto;
	padding:10px 10px;
	border-bottom:0;
	position:relative;
	text-decoration: none;
	border-bottom:none;
}
.customersupport-boxes .box .btn i{
	color:#fff;
}
.customersupport-boxes .box .btn:hover{
	background:#fed15d;
	color:#000;
	text-decoration: none;
	border-bottom:none;
	transition: all .6s cubic-bezier(.75,0,.175,1);
}
.page_1810 .product_banner{
	display:none!important;
}