.phone-header {
	color: #e83100 !important;
	font-size: 16px;
	margin-left: 40px;
	font-weight: 600;
}

.phone-header::before {
	margin-top: 4px;
    margin-left: -20px;
    position: absolute;
    width: 20px;
    content: "";
    background: url(img/phone.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 17px;
}





#home-slider, #home-slider .bg-image, #home-slider .owl-item, #home-slider .owl-stage  {
	height: 300px;
}

#home-slider .bg-image {
	object-fit: cover !important;
}

#home-html {
	margin-top: 10px;
}


@media (max-width: 768px) {
	#home-slider, #home-slider .bg-image, #home-slider .owl-item, #home-slider .owl-stage  {
		height: 150px;
	}
	
	#home-slider .bg-image {
		object-fit: contain !important;
	}
}
