.offer_page-hero{
	padding: 100px 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.offer_page-hero a{
	color: #fff;
}

.offer_page-hero .offer_page-hero-item{
	text-align: center;
	color: #fff;
}
.offer_page-hero .offer_page-hero-item a {
	display: block;
}
.offer_page-hero .offer_page-hero-item a:focus {
	text-decoration: none;
}

.offer_page-hero .offer_page-hero-item .count-icon{
	background-image: url('https://www.sellmytimesharenow.com/wp-content/themes/smtn/images/offers_page/house-icon.png');
	background-repeat: no-repeat;
	background-size: contain;
	height:107px;
	width: 96px;
	display: block;
	margin: 0 auto;
}
.offer_page-hero .offer_page-hero-item .value-icon{
	background-image: url('https://www.sellmytimesharenow.com/wp-content/themes/smtn/images/offers_page/value-icon.png');
	background-repeat: no-repeat;
	background-size: contain;
	height:107px;
	width: 96px;
	display: block;
	margin: 0 auto;
}
.offer_page-hero .offer_page-hero-item .feed-icon{
	background-image: url('https://www.sellmytimesharenow.com/wp-content/themes/smtn/images/offers_page/feed-icon.png');
	background-repeat: no-repeat;
	background-size: contain;
	height:107px;
	width: 96px;
	display: block;
	margin: 0 auto;
}

.offer_page-hero .offer_page-hero-title{
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 2.8em;
	font-weight: bold;
	width: 100%;
	display: block;
	line-height: normal;
}

.offer_page-hero .offer_page-hero-description{
	font-size: 1.3em;
	width: 100%;
	display: block;
}


.offers_page-phone{
	background: #035573;
	padding:25px 0;
	text-align: center;
}
.offers_page-phone .phone-section{
	width: 820px;
	margin: 0 auto;
}

.offers_page-phone p{
	margin:0;
	background:url('https://www.sellmytimesharenow.com/wp-content/themes/smtn/images/offers_page/icon-phone.svg') no-repeat;
	background-size: 29px;
	background-position: 2%;
	padding: 0 50px;
	color:#ffffff;
	font-size: 2em;
}
.offers_page-phone p strong{
	font-weight: 700;
}
.offers_page-phone p .call{
	font-weight: 500;
	color: #009fc2;
	text-transform: uppercase;
}
.offers_page-phone a{
	color: white;
	font-weight: normal;
}
.offers_page-phone .icon-phone{
	
	background-size: cover;
	display: inline-block;
	height: 50px;
	width: 50px;
	background-color: red;
}

.offer_page-hero .owl-carousel-mobile{
	position: relative;
}
.offer_page-hero .owl-prev{
	display: none;
	background: url(https://www.sellmytimesharenow.com/wp-content/themes/smtn/images/right-arrow.svg);
	height: 30px;
	width: 30px;
	background-size: cover;
	position: absolute;
	transform: rotate(180deg);
	top:100px;
	left: 3%;
}
.offer_page-hero .owl-next{
	display: none;
	background: url(https://www.sellmytimesharenow.com/wp-content/themes/smtn/images/right-arrow.svg);
	height: 30px;
	width: 30px;
	background-size: cover;
	position: absolute;
	top:100px;
	right: 3%;
}

@media(max-width: 1024px){
	.offer_page-hero .owl-prev{
		display: block;
	}
	.offer_page-hero .owl-next{
		display: block;
	}
	.offers_page-phone .phone-section{
		width: 100%;
	}
	.offers_page-phone p{
		padding: 0 35px;
		background-position: 0;
		font-size: 1.7em;
	}
}

@media(max-width: 768px){
	.offers_page-phone .phone-section{
		width: 80%;
		margin-left:10%;
		font-size: 0.8em;
	}
	.offers_page-phone p{
		background-size: 24px;
	    display: flex;
	    flex-wrap: wrap;
	    align-items: center;
	    justify-content: center;
	}
	.offers_page-phone p .call {
		margin-right: 10px;
	}
	.offer_page-hero .owl-carousel-mobile{
		display: block;
	}
}
@media(max-width: 570px){
	.offer_page-hero .no_slider{
		display: none
	}
	.offer_page-hero .slider{
		display: block;
	}
}