.order-history-table a{
	font-family: 'avenir-medium';
}
.about-section .owl-dots {
	bottom: 70px !important;
}
.home-table-slider {
	display: inline-block !important;
	width: 50% !important;
	position: absolute !important;
	top: 45% !important;
	min-height: unset !important;
}

.home-table-phone{
	display: inline-block;
	width: 247px;
	height: 221px;
	background-color: #e0f2ff;
	position: absolute;
	top: 35%;
	right: 8%;
}

@media (max-width:480px){
	.home-table-slider .home-cell {
		max-width: unset !important;
	}
	.home-table-slider {
		display: inline-block !important;
		width: 90% !important;
		position: absolute !important;
		top: 5% !important;
		min-height: unset !important;
	}

	.home-table-phone{
		display: inline-block;
		width: 247px;
		height: 221px;
		background-color: #e0f2ff;
		position: absolute;
		top: 25%;
		right: 10%;
	}
}
.home.home-section .home-section-bg {
	background-size: contain;
}
@media (max-width:767px) and (min-width:280px){
	.home.home-section .home-section-bg {
		background-size: cover !important;
		background-position: left;
	}	
}