.contact-area .single-store-location p{}
.pages-banner{
	background: url(../img/page-slider.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 150px 0 50px;
	height: 250px;
}
.pages-banner h1{
	color: #4d78eb;
	position: absolute;
    z-index: 9;
}
.pages-banner:after{
	content: '';
    position: absolute;
    background: linear-gradient(151deg,#ffffff,#ffffff 70%,#ffffff);
    width: 100%;
    height: 250px;
    top: 0;
    left: 0;
    z-index: 0;
	opacity: 0.9;
	
}
.top-support{
	display: inline-flex;
    font-size: 27px;
    color: #fff;
    padding: 49px;
}
.top-support div{
	padding: 0 20px;
}