<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*===============banner bottom==============*/

.banner-bottom-block {
	background: #233a5b;
	padding: 30px 0;
}

.banner-bottom-block li {
	font-family: 'montserratregular';
	color: #fff;
	font-size: 18px;
	display: inline-block;
	margin: 0 70px;
	position: relative;
	padding-left: 40px;
	letter-spacing: 0.5px;
}

.banner-bottom-block li:before {
	position: absolute;
	top: 3px;
	left: 0;
	width: 24px;
	height: 24px;
	content: '';
	background-repeat: no-repeat;
	background-image: url(../images/check.png);
	background-size: cover;
}


/*===============content block==============*/

.landing-content-block {
	padding: 80px 0;
	background: #f5f5f5;
}

.overons-slider .landing-pagination p {
	font-family: 'MontserratMedium';
	margin-top: 0;
}

.landing-pg-product,
.landing-pg-product .product-slider-area {
	padding-top: 0;
	background: #f5f5f5;
}


/*===============bg area===========*/

.diensten-bg-area.landing-bg-block {
	padding: 7% 0;
}

.diensten-bg-area.landing-bg-block .btn-style {
	text-transform: capitalize;
	background: transparent;
	border: 2px solid #fff;
}


/***************responsive****************/

@media(max-width: 1499.98px) {
	.banner-bottom-block li {
		margin: 0 25px;
	}
}

@media (max-width: 1199.98px) {
	.banner-bottom-block li {
		margin: 0 15px;
		font-size: 16px;
		padding-left: 30px;
	}
}

@media (max-width: 767px) {
	.banner-bottom-block.text-center {
		text-align: left !important;
	}
	.banner-bottom-block li {
		margin: 0 0 10px;
		display: block;
	}
	.overons-slider .landing-pagination p {
		text-align-last: left;
		margin-bottom: 20px;
	}
}</pre></body></html>