@import "fonts.css";
@import "common-class.css";

body {
	padding: 0px;
	margin: 0px;
	font-family: 'ObjectivityRegular';
	font-size: 14px;
	color: #fff;
	overflow-x: hidden;
}

.dblock {
	display: none;
}

#menu {
	display: none;
}

.mm-current {
	display: block !important;
}

#mobile-contact-bar {
	display: none;
}

/*****************for mobile menu*************/
#menu.mm-menu {
	background: #1e1e1e;
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
}

#menu.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
	color: #fff;
}

#menu .mm-listview>li:not(.mm-divider):after {
	background-color: rgba(255, 255, 255, 0.2);
}

.mm-menu .mm-listview>li .mm-next:after,
.mm-menu .mm-btn:before {
	border-color: #fff;
}

.mm-listview>li .mm-next:before {
	border-color: rgba(255, 255, 255, 0.2);
}

.videosec {
	margin-top: 5px;
}

/************home locations**********/
.home-locations {
	position: fixed;
	right: -100%;
	z-index: 99;
	top: 0;
	width: 100%;
	height: 100vh;
	-webkit-transition: all 1s;
	transition: all 1s;
	background: rgba(0, 0, 0, 0.62);
}

.home-locations.active {
	right: 0px;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.location-wrap {
	background: #fff;
	padding: 40px;
	max-width: 840px;
	width: 100%;
	height: 100%;
	margin-left: auto;
}

.header-close-img {
	width: 35px;
	cursor: pointer;
}

.home-locations .divider {
	margin: 30px 0;
	border-color: #aaaaaa;
	opacity: 0.4;
}

.each-location img {
	height: 100%;
	object-fit: cover;
}

.each-location h4 {
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 5px;
}

.each-location p {
	color: #121212;
	font-family: 'ObjectivityLight';
	letter-spacing: 0.2px;
}

.each-location p span {
	color: #202f48;
	font-family: 'ObjectivityLight';
	margin-bottom: 25px;
	display: block;
}

.each-location p a {
	color: #121212;
}

.each-location p a:hover {
	color: #202f48;
}

.each-location h6 {
	font-family: 'ObjectivityLight';
	font-size: 16px;
	color: #343434;
	letter-spacing: 0.2px;
	margin-top: 25px;
}

/*************header**********/
.topbar {
	padding: 30px 0 10px;
	border-bottom: 3px solid #cedeec;
}

.topbar a.common-btn {
	margin-right: 20px;
}

.topbar .common-btn img {
	width: 18px;
	margin-right: 8px;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}

.topbar .common-btn:hover img {
	filter: brightness(100%);
	-webkit-filter: brightness(100%);
}

.user-img {
	width: 36px;
	margin-right: 50px;
}

.desktop-nav {
	padding: 20px 0;
}

.desktop-nav.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0;
	border-radius: 0;
	display: inline-block;
}

.desktop-nav .nav-item {
	font-size: 16px;
	font-family: 'ObjectivityBold';
}

.desktop-nav .nav-item span {
	margin: 0 30px;
	width: 5px;
	height: 1px;
	background: #1c1c1c;
	display: inline-block;
	vertical-align: middle;
}

.desktop-nav .nav-item:last-child span {
	opacity: 0;
}

/**************banner***********/
.banner-slider {
	position: relative;
}

.banner-slider-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.each-banner img {
	display: none;
}

.banner-content {
	position: relative;
	z-index: 1;
	background: rgba(18, 18, 18, 0.80);
	padding: 17% 60px;
	max-width: 750px;
	width: 100%;
}

.banner-content h1 {
	margin: 30px 0;
}

.banner-content p,
.banner-content h4 {
	color: #fff;
}

.banner-content h4 {
	margin-bottom: 30px;
}

.line {
	width: 138px;
	height: 4px;
	background: #fff;
	margin: 50px 0;
}

.select-styl {
	width: 100%;
	border: 2px solid #fff;
	border-radius: 50px;
	height: 50px;
	line-height: 48px;
	font-family: 'ObjectivityLight';
	font-size: 16px;
	appearance: none;
	-webkit-appearance: none;
	background: url(../images/down-arrow.svg) transparent no-repeat 90% center/12px;
	color: #fff;
	padding: 0 25px;
}

.select-styl option {
	background-color: #1c1c1c;
	font-family: arial;
}

.banner-content .common-btn {
	margin-top: 20px;
}

.banner-content .common-arrow {
	width: 67px;
	height: 67px;
	border-radius: 0;
	top: auto;
	bottom: 0;
	transform: translateY(0);
	border: 0;
	border-radius: 0;
}

.banner-content .common-arrow img {
	width: 16px;
}

.banner-content .swiper-button-prev {
	right: 0;
	background: #1c1c1c;
	left: auto;
}

.banner-content .swiper-button-prev img {
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}

.banner-content .swiper-button-next {
	right: -67px;
}

/************product**********/
.product-sec {
	padding: 60px 0 70px;
}

.product-slider {
	position: relative;
}

.product-slider .swiper-button-prev {
	left: -8%;
}

.product-slider .swiper-button-next {
	right: -8%;
}

.sec-heading {
	margin-bottom: 60px;
}

.sec-heading .common-btn {
	margin-left: 20px;
}

.product-dtl {
	padding: 25px;
	background: #f7f7f7;
}

.monthly-amount {
	background: #09F2A0;
	padding: 8px 0;
	color: #313131;
	font-size: 16px;
	margin-top: 10px;
}

.thumb-img {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	transition: all .3s;
	height: 0;
	overflow: hidden;
}

.each-product:hover .thumb-img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	height: 100%;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	transition: -webkit-transform .6s cubic-bezier(.08, .35, .13, 1.02);
	transition: transform .6s cubic-bezier(.08, .35, .13, 1.02);
	margin-bottom: 25px;
}

.product-dtl table {
	width: 100%;
}

.product-dtl td,
.product-dtl h6 {
	font-family: 'ObjectivityBold';
	font-size: 16px;
	color: #1c1c1c;
}

.product-dtl td span {
	font-family: 'ObjectivityLight';
	float: right;
}

.product-dtl h6 {
	font-family: 'ObjectivityLight';
	margin: 5px 0 30px;
	height: 40px;
}

.product-dtl p {
	font-family: 'ObjectivityLight';
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	padding: 13px 0;
	margin: 13px 0;
	line-height: normal;
}

.product-dtl p span {
	margin: 0 10px;
}

/****************middle sec**************/
.middle-sec {
	padding-bottom: 100px;
	background: #e9f3f0;
}

.middle-bg-block {
	padding: 80px 0 200px;
}

.middle-bg-block .border-btn {
	margin-top: 50px;
}

.middle-img-slider {
	padding: 40px 40px 50px;
	background: #fff;
	margin-top: -150px;
	box-shadow: 5px 8px 13px 2px rgb(0, 0, 0, 0.10);
	-webkit-box-shadow: 5px 8px 13px 2px rgb(0, 0, 0, 0.10);
	-moz-box-shadow: 5px 8px 13px 2px rgba(0, 0, 0, 0.10);
	position: relative;
}

.middle-img-slider .swiper-button-prev {
	left: -22px;
}

.middle-img-slider .swiper-button-next {
	right: -22px;
}

.each-gallery {
	position: relative;
}

.gallery-heading {
	position: absolute;
	bottom: 40px;
	z-index: 1;
	width: 100%;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	padding-left: 40px;
}

.each-gallery h4,
.each-gallery p {
	color: #fff;
}

.each-gallery h4 {
	letter-spacing: 1px;
}

.gallery-dtl p {
	margin-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gallery-dtl {
	position: absolute;
	bottom: 100%;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 0;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	z-index: 1;
}

.text-box {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0px 40px;
	bottom: 40px;
}

.each-gallery:hover .gallery-heading {
	bottom: -50px;
}

.each-gallery:hover .gallery-dtl {
	bottom: 0;
	height: 100%;
}

/************content-block************/
.content-wrap {
	padding: 30px 50px 30px 0;
}

.content-wrap p {
	margin: 25px 0 50px;
	text-align: justify;
}

.image-block {
	padding-left: 40px;
}

/*************counter****************/
.counter-sec {
	padding: 80px 0 120px;
}

.each-counter img {
	width: 60px;
	margin-right: 25px;
}

.each-counter h2 {
	display: inline-block;
	vertical-align: top;
}

.each-counter h4 {
	margin: 15px 0px 25px;
}

.each-counter {
	padding: 0 20px;
	border-right: 2px solid #747474;
}

.counter-sec .col-lg-3:last-child .each-counter {
	border-right: 0;
}

/*************footer***************/
.footer-sec {
	background-color: #151515;
	padding: 50px 0 40px;
}

.onderhoud-btn img {
	width: 24px;
	margin-right: 10px;
}

.onderhoud-btn:hover {
	border-color: #fff;
	color: #fff;
	background: transparent;
}

.divider {
	border-top: 1px solid #313131;
	margin: 50px 0;
}

.address-area {
	max-width: 1180px;
	width: 100%;
}

.address-area h6 {
	margin-bottom: 20px;
}

.address-area table {
	width: 100%;
}

.address-area p {
	font-size: 18px;
	color: #8f8f8f;
	font-family: 'ObjectivityLight';
	display: inline-block;
	vertical-align: top;
}

.address-area img {
	width: 12px;
	margin-right: 10px;
}

.contact-info .common-btn {
	font-family: 'ObjectivityLight';
	color: #8f8f8f;
	border: 3px solid #303030;
	padding: 0 40px;
	max-width: 100%;
}

.contact-info .common-btn:hover {
	border-color: #202f48;
	background: #202f48;
	color: #fff;
}

.contact-info li {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.contact-info li:first-child .common-btn {
	padding: 0 50px;
}

.contact-info .common-btn img {
	width: 17px;
	margin-right: 15px;
	margin-top: -5px;
}

.contact-info .traxio {
	margin-left: 30px;
	margin-top: -15px;
}

.social-icon li {
	display: inline-block;
}

.social-icon li a {
	margin-left: 20px;
}

.social-icon li img {
	width: 25px;
}

.contact-info .common-btn:hover img,
.social-icon a:hover img {
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}

#scroll {
	position: fixed;
	right: 30px;
	bottom: 10px;
	cursor: pointer;
	display: none;
	z-index: 999;
}

#scrolldesk img {
	width: 45px;
}

/******mobile contact info*********/
.mob-contact-info {
	box-sizing: border-box;
	opacity: 1;
	position: fixed;
	width: 100%;
	z-index: 9998;
	left: 0;
	/*    bottom: 45px;*/
	bottom: 0;
	display: none;
}

.war-btn {
	border-right: 2px solid #1c1c1c;
}

.roe-btn {
	border-left: 2px solid #1c1c1c;
}

.war-content.cont-info-content.cont-right {
	margin-right: -185px;
}

.roe-content.cont-info-content.cont-left {
	margin-left: -185px;

}

.cont-info-btn {
	background-color: #343434;
	padding: 10px 20px;
	text-align: center;
}

.cont-info-btn span {
	width: 30px;
	height: 30px;
	background-color: #fff;
	float: right;
	border-radius: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.cont-info-btn span img {
	width: 20px;
}

.cont-info-btn a {
	font-family: 'ObjectivityLight';
	font-size: 18px;
	color: #fff;
}

.cont-info-content {
	background-color: #fff;
	display: none;
}

.cont-info-content h4 {
	font-size: 20px;
}

.cont-info-content h5 {
	font-size: 12px;
	font-family: 'ObjectivityLight';
	color: #202f48;
}

.cont-info-content h6 {
	font-size: 12px;
	font-family: 'ObjectivityLight';
	color: #121212;
	margin-top: 20px;
	line-height: 20px;
}

.cont-info-content h6:last-child {
	color: #343434;
	font-family: 'ObjectivityLight';
}

/*.cont-info-content h6 span {
	margin: 0 5px;
}*/
.cont-info-content img {
	margin: 30px 0;
}

.cont-info-content {
	text-align: center;
	position: relative;
	padding: 20px 10px 30px;
}

.cont-info-close {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 25px;
	margin: 0 !important;
}

/***********************************aanbod-page star***************************************************/
.aanbod-filter-sec {
	/*padding-top: 30px;*/
}

.aanbod-filter-top {
	/*box-shadow: 0px 19px 23px -5px rgb(49 49 49 / 20%);
	-webkit-box-shadow: 0px 19px 23px -5px rgb(49 49 49 / 20%);*/
	box-shadow: 0 10px 10px 0px rgb(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 10px 10px 0px rgb(0, 0, 0, 0.10);
	-moz-box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.10);
	padding: 30px 0;
	margin: 30px 0;
}

.aanbod-filter-wrapper {
	/*max-width: 750px;
	margin: 0 auto;*/
	padding: 0 20px;
}

.aanbod-filter-wrapper .common-btn {
	letter-spacing: normal;
}

.aanbod-filter-sec .aanbod-filter-top .select-style {
	width: 100%;
	border: 0;
	border-radius: 0;
	height: 60px;
	line-height: 52px;
	font-family: 'ObjectivityBold';
	font-size: 16px;
	appearance: none;
	-webkit-appearance: none;
	background: url(../images/down-arrow-gray.svg) #fff no-repeat 90% center/12px;
	color: #212121;
	padding: 0 15px;
}

.aanbod-filter-btm {
	max-width: 560px;
	margin-left: auto;
	margin-top: 35px;
}

.aanbod-filter-sec .aanbod-filter-btm .select-style {
	/*border-radius: 50px;*/
	border: 1px solid #979eaa;
	width: 100%;
	height: 50px;
	line-height: 48px;
	font-family: 'ObjectivityBold';
	font-size: 16px;
	appearance: none;
	-webkit-appearance: none;
	background: url(../images/down-arrow-gray.svg) #fff no-repeat 94% center/12px;
	color: #212121;
	padding: 0 30px;
}

.aanbod-filter-btm .common-btn {
	height: 50px;
	line-height: 48px;
}

.aanbod-reset {
	color: #212121 !important;
	font-family: 'ObjectivityLight';
	font-size: 16px;
	line-height: 50px;
	display: block;
	opacity: .7;
}

.aanbod-list-view-chng {
	margin-bottom: 25px;
}

.aanbod-list-view-chng img {
	width: 30px;
	margin-right: 25px;
	display: inline-block;
	opacity: 0.5;
	cursor: pointer;
}

.aanbod-list-view-chng .active {
	opacity: 1;
}

/***aanbod-lidt product***/
.aanbod-list-sec {
	padding-bottom: 30px;
}

.aanbod-list-sec .each-product {
	background-color: #f7f7f7;
}

.aanbod-list-sec .product-dtl .txt-btn {
	float: right;
}

.aanbod-list-sec .product-dtl h4 {
	display: inline-block;
}

.aanbod-list-sec .product-dtl h6 {
	display: inline-block;
	float: right;
}

.aanbod-list-sec .product-dtl td {
	font-family: 'ObjectivityLight';
}

.aanbod-list-sec .product-dtl td span {
	font-family: 'ObjectivityLight';
}

.aanbod-list-sec .product-dtl p img {
	width: 35px;
	margin-right: 10px;
}

.aanbod-list-sec .product-dtl p {
	margin: 60px 0 50px;
	border: 0;
}

.aanbod-list-sec .product-dtl p span {
	margin: 0 65px;
}

.aanbod-list-sec .each-product {
	margin-bottom: 40px;
	box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 10%);
	-webkit-box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.10);
}

.aanbod-list-sec .product-dtl {
	display: table;
	width: 100%;
	height: 100%;
	padding: 30px 80px;
}

.aanbod-list-sec .product-dtl-wrapper {
	display: table-cell;
	vertical-align: middle;
}

.header-contact {
	display: inline-block;
	margin-right: 70px;
}

.header-contact ul li {
	display: inline-block;
	margin-right: 40px;
	font-family: 'ObjectivityLight';
	font-size: 16px;
	color: #bebebe;
}

.header-contact ul li a {
	color: #bebebe;
}

.header-contact ul li a:hover {
	color: #1c1c1c;
}

.header-contact ul li:last-child {
	margin-right: 0;
}

.header-contact ul li img {
	width: 15px;
	margin-right: 15px;
}

/*****************************aanbod list 02 page start************************************/
.aanbod-list-two .each-product {
	/*background-color: #f7f7f7;*/
}

.aanbod-list-two .product-left {
	padding: 100px 40px 100px 60px;
}

.aanbod-list-two .product-left h6 {
	margin-top: 20px;
	margin-bottom: 70px;
}

.aanbod-list-two .each-product .col-lg-3 {
	-ms-flex: 0 0 28.9%;
	flex: 0 0 28.9%;
	max-width: 28.9%;
}

.aanbod-list-two .each-product .col-lg-6 {
	-ms-flex: 0 0 42.2%;
	flex: 0 0 42.2%;
	max-width: 42.2%;
}

.aanbod-list-two .product-left table td {
	width: 100%;
	display: block;
}

.aanbod-list-two .product-left table td span {
	float: none;
}

.aanbod-list-two .product-right {
	padding: 100px 60px 40px 80px;
}

.aanbod-list-two .product-right li img {
	width: 35px;
	margin-bottom: 5px;
}

.aanbod-list-two .product-right li {
	font-family: 'ObjectivityLight';
	font-size: 16px;
	color: #1c1c1c;
	text-align: center;
	display: inline-block;
	width: 48%;
	margin-bottom: 76px;
}

.aanbod-list-two .product-right li:nth-child(3),
.aanbod-list-two .product-right li:nth-child(4) {
	margin-bottom: 0;
}

.aanbod-list-two .txt-btn {
	margin-top: 52px;
}

/***************************************aanbod page start********************************************/
.aanbod-sec {
	padding-bottom: 7rem;
}

.aanbod-sec .each-product {
	margin-bottom: 25px;
}

.aanbod-product-middle-content {
	padding: 0 10%;
}

.aanbod-product-middle {
	position: relative;
}

.aanbod-product-middle:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #00cd7d;
	opacity: .73;
}

.aanbod-product-middle-content .common-btn img {
	width: 25px;
	margin-right: 20px;
	filter: invert(1);
}

.aanbod-product-middle-content .common-btn:hover img {
	filter: invert(0);
}

.aanbod-product-middle-content p {
	color: #fff;
	margin: 30px 0 55px;
	text-align: justify;
}

.aanbod-sec .col-xl-8 {
	padding-bottom: 20px;
}

.aanbod-sec .product-dtl td {
	font-family: 'ObjectivityLight';
	color: #202f48;
}

.aanbod-sec .product-dtl td span {
	font-family: 'ObjectivityLight';
}

/*********************************vacature list page start********************************************/
.vacature-banner-sec,
.vacature-dtl-bk-btn.diensten-dtl-bk-btn,
.aanbod-filter-sec,
.dtl-top-sec,
.diensten-dtl-top-sec {
	padding-top: 115px;
}

.vacature-list-sec {
	padding: 25px 0 35px;
	background: #e9f3f0;
}

/* .vacature-banner-content {
	background-color: rgba(18, 18, 18, 0.8);
	padding: 100px 50px;
	max-width: 760px;
	width: 100%;
} */
.vacature-banner-content {
    background-color: rgba(18, 18, 18, 0.8);
    padding: 100px 50px 60px;
    max-width: 760px;
    width: 100%;
}
.vacature-banner-content p {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #fff;
}

.vacature-list-text {
	background-color: #f7f7f7;
	padding: 110px 90px 50px 70px;
	height: 100%;
}

.vacature-list-text p {
	margin: 25px 0px 55px;
	text-align: justify;
}

.vacature-list-text .common-btn {
	max-width: 220px;
}

.each-vacature-list {
	margin-bottom: 35px;
	/*box-shadow: 0px 19px 23px -5px rgb(49 49 49 / 20%);
	-webkit-box-shadow: 0px 19px 23px -5px rgb(49 49 49 / 20%);*/
	box-shadow: 5px 8px 13px 2px rgb(0 0 0 / 10%);
	-webkit-box-shadow: 5px 8px 13px 2px rgb(0 0 0 / 10%);
	-moz-box-shadow: 5px 8px 13px 2px rgba(0, 0, 0, 0.10);
	background-color: #f7f7f7;
}


/*************************************vacature-dtl page start****************************************/
.vacature-dtl-bk-btn {
	padding: 25px 0;
	background: #e9f3f0;
}

.vacature-dtl-bk-btn .common-btn {
	margin-top: 0;
}

.vacature-dtl-btm-sec {
	text-align: center;
	padding: 30px 0 25px;
}

.vacature-dtl-btm-sec h3 {
	font-family: 'ObjectivityBold';
	color: #212121;
	margin-bottom: 30px;
}

.each-vacature-dtl-slider {
	position: relative;
}

.each-vacature-dtl-slider::after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: '';
	background-color: rgba(33, 33, 33, 0.4);
}

.each-vacature-dtl-slider h3 {
	font-family: 'ObjectivityBold';
	color: #fff;
	margin-bottom: 0;
}

.each-vacature-dtl-slider-text {
	position: absolute;
	bottom: 50px;
	width: 100%;
	text-align: center;
	z-index: 1;
}

.vacature-dtl-btm-sec .swiper-button-next {
	right: 30px;
}

.vacature-dtl-btm-sec .swiper-button-prev {
	left: 30px;
}

/***vacature-dtl-contact-sec******/
.vacture-dtl-contact-text h3:nth-child(1) {
	font-family: 'ObjectivityBold';
	color: #121212;
	margin-bottom: 75px;
}

.vacture-dtl-contact-text h3:nth-child(2) {
	color: #121212;
	margin-bottom: 30px;
}

.vacture-dtl-contact-sec {
	background-color: #e9f3f0;
	padding: 70px 0;
}

.vacture-dtl-contact-form h3 {
	margin-bottom: 76px;
	color: #121212;
}

/*.vacture-dtl-contact-sec*/
.form-styl {
	resize: none;
	background-color: #fff;
	border-radius: 0;
	font-family: 'ObjectivityRegular';
	border: 0;
	color: rgba(18, 18, 18, 0.5);
	font-size: 16px;
	padding: 30px 50px;
	text-overflow: ellipsis;
}

/*.vacture-dtl-contact-sec*/
.form-styl:focus {
	box-shadow: none;
}

/*.vacture-dtl-contact-sec*/
.form-styl::placeholder {
	color: rgba(18, 18, 18, 0.5);
}

/*.vacture-dtl-contact-sec*/
.form-styl::-moz-placeholder {
	color: rgba(18, 18, 18, 0.5);
}

/*.vacture-dtl-contact-sec*/
.form-styl:-moz-placeholder {
	color: rgba(18, 18, 18, 0.5);
}

/*.vacture-dtl-contact-sec*/
.form-group {
	margin-bottom: 10px;
}

.vacture-dtl-contact-sec textarea {
	padding: 30px 50px 45px !important;
	margin-bottom: 30px;
}

.vacture-dtl-contact-sec .cv-upload {
	background-color: transparent;
	border-radius: 0;
	font-family: 'ObjectivityRegular';
	border: 0;
	margin-top: 5px;
	cursor: pointer;
}

.vacture-dtl-contact-sec .cv-upload img {
	width: 20px;
	margin-left: 10px;
}

.vacture-dtl-contact-form {
	padding-left: 25px;
}

.vacture-dtl-contact-text {
	padding-right: 80px;
}

.vacture-dtl-contact-text p {
	text-align: justify;
}

/***********************************verkocht page start***************************************/
.verkocht-sec {
	padding-top: 30px;
	background: #e9f3f0;
}

.verkocht-sec .verkocht-middle-btn {
	text-align: right;
}

.verkocht-sec .verkocht-middle-btn .common-btn {
	background-color: #121212;
	border-color: #121212;
	color: #fff;
}

.verkocht-sec .verkocht-middle-btn .common-btn img {
	filter: invert(0);
}

.verkocht-sec .verkocht-middle-btn .common-btn:hover {
	color: #212121;
	background-color: #fff;
	border-color: #fff;
}

.verkocht-sec .verkocht-middle-btn .common-btn:hover img {
	filter: invert(1);
}

/********************************diensten list page start****************************************/
.diensten-list-sec {
	padding: 50px 0 110px;
	background: #e9f3f0;
}

.diensten-list-text {
	padding: 10% 14% 7%;
	/*box-shadow: 0px 19px 23px -5px rgb(49 49 49 / 20%);
	-webkit-box-shadow: 0px 19px 23px -5px rgb(49 49 49 / 20%);*/
	box-shadow: 5px 8px 13px 2px rgb(0 0 0 / 10%);
	-webkit-box-shadow: 5px 8px 13px 2px rgb(0 0 0 / 10%);
	-moz-box-shadow: 5px 8px 13px 2px rgba(0, 0, 0, 0.10);
	position: relative;
	z-index: 1;
	background-color: #fff;
}

.each-diensten-list:nth-child(odd) .common-wrapper {
	padding-right: 0;
}

.each-diensten-list:nth-child(odd) .container-fluid {
	padding-right: 0;
}

.diensten-list-text p {
	margin: 30px 0 45px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.each-diensten-list .common-wrapper {
	position: relative;
}

.diensten-list-img {
	position: absolute;
	left: 45px;
}

.diensten-list-img img {
	height: 100%;
}

.each-diensten-list .row .col-lg-7 {
	-ms-flex: 0 0 62.333%;
	flex: 0 0 62.333%;
	max-width: 62.333%;
}

.each-diensten-list .row .col-lg-5 {
	-ms-flex: 0 0 37.667%;
	flex: 0 0 37.667%;
	max-width: 37.667%;
}

.each-diensten-list:nth-child(even) .common-wrapper {
	padding-left: 0;
}

.each-diensten-list:nth-child(even) .container-fluid {
	padding-left: 0;
}

.each-diensten-list:nth-child(even) .diensten-list-img {
	left: auto;
	right: 45px;
}

.diesnten-dtl-bottom {
	padding: 0 0 50px 0;
}

.diesnten-dtl-bottom .middle-bg-block {
	padding: 140px 0;
}
.aanbod-dtl-bottom .middle-bg-block {
	padding: 140px 0 !important;
}
.middle-sec.diesnten-dtl-bottom .middle-bg-block {
	padding: 0;
	background-image: none !important;
	position: relative;
}

.diesnten-dtl-bottom .diensten-bottom-heading {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
}

/***********************************diensten dtl page strat*****************************************/
.diensten-dtl-bk-btn {
	position: relative;
	padding-bottom: 0;
}

.diensten-dtl-bk-btn .common-btn {
	position: absolute;
	width: 100%;
	/*	top: 135px;*/
	/*top: 65px;*/
	margin-top: 40px;
	left: 95px;
	z-index: 2;
}

.diensten-dtl-top-sec {
	padding-bottom: 85px;
	background-color: #f7f7f7;
}

.diensten-dtl-top-text h3 {
	font-family: 'ObjectivityBold';
	color: #1c1c1c;
	margin-bottom: 40px;
}

.diensten-dtl-top-img {
	padding-left: 95px;
}

.diensten-dtl-top-text {
	padding: 160px 80px 0px 35px;
}

/*****middle sec****/
.diensten-dtl-middle-sec-image {
	display: none;
}

.diensten-dtl-middle-content {
	background-color: rgba(18, 18, 18, 0.5);
	/*padding: 10% 9% 10% 7%;*/
	padding: 7%;
	max-width: 960px;
	width: 100%;
	margin-left: auto;
	position: relative;
}

.diensten-dtl-middle-content h3 {
	font-family: 'ObjectivityBold';
	margin-bottom: 40px;
}

.diensten-dtl-middle-content p {
	color: #fff;
}

/****contact-sec****/
.diensten-dtl-contact-sec .diensten-dtl-contact-wrapper {
	width: calc(100% + 180px);
	margin-left: -90px;
}

.diensten-dtl-contact-sec .vacture-dtl-contact-form {
	padding-left: 75px;
}

.diensten-dtl-contact-sec .vacture-dtl-contact-text h2 {
	margin-bottom: 65px;
}

.diensten-each-office p {
	text-align: left;
	letter-spacing: normal;
}

.diensten-each-office p span {
	color: #202f48;
	font-family: 'ObjectivityBold';
}

.diensten-each-office img {
	margin-bottom: 35px;
}

.diensten-dtl-contact-sec .vacture-dtl-contact-text h3:nth-child(1) {
	margin-bottom: 20px;
	font-family: 'ObjectivityBold';
}

.diensten-dtl-contact-sec .vacture-dtl-contact-text h3:nth-child(2) {
	margin-bottom: 10px;
	font-family: 'ObjectivityBold';
}

.diensten-dtl-contact-sec {
	padding: 110px 0;
}

/*********************************werkplaats-dtl page start****************************************/
.werkplaats-dtl-contact .Voork-icon {
	position: relative;
}

.werkplaats-dtl-contact .Voork-icon::after {
	background-size: 20px;
	position: absolute;
	top: 18px;
	right: 24px;
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(../images/werkplaats-calendar.png);
	background-repeat: no-repeat;
	z-index: 5;
}

.form-dropdown {
	width: 100%;
	padding: 18px 50px;
	appearance: none;
	-webkit-appearance: none;
	background: url(../images/down-arrow-gray.svg) #fff no-repeat 90% center/12px;
}

/***********************************aanbod-dtl page start*******************************************/
.dtl-top-sec {
	padding-bottom: 50px;
	background: #f7f7f7;
	margin-top: 50px;
}

.dtl-top-sec h2 {
	color: #343434;
}

.dtl-top-sec h4 {
	letter-spacing: 0.4px;
	margin-top: 15px;
}

.gallery-top .swiper-slide-prev .dtl-car-slide {
	position: relative;
}

.gallery-top .swiper-slide-prev .dtl-car-slide:after,
.gallery-top .swiper-slide-next .dtl-car-slide:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(18, 18, 18, 0.64);
}

.dtl-slider .swiper-button-next {
	right: 10%;
}

.dtl-slider .swiper-button-prev {
	left: 10%;
}

.gallery-thumbs {
	margin-top: 15px;
}

.dtl-car-info {
	background: #f7f7f7;
	padding: 50px 40px 50px 0;
}

.dtl-car-info h4 {
	color: #343434;
}

.dtl-car-info h2 {
	color: #343434;
	font-size: 32px;
}

.dtl-car-info .col-md-4 {
	border-left: 2px solid #aaaaaa;
}

.dtl-car-info .col-md-4:first-child {
	border-left: 0;
}

.car-info-block {
	margin: auto;
	display: table;
}

.dtl-car-info .col-md-4:first-child .car-info-block {
	display: block;
}

/*======tab=====*/
.dtl-tab-sec .nav-tabs {
	border-bottom: 0px;
}

.dtl-tab-sec .tab-sec {
	padding-top: 50px;
}

.dtl-tab-sec .tab-content {
	padding: 70px 0;
}

.dtl-tab-sec .nav-item {
	width: 24%;
	text-align: center;
	margin: 0 6px 0 0;
}

.dtl-tab-sec .nav-item:last-child {
	margin-right: 0;
}

.dtl-tab-sec .nav-tabs .nav-link {
	/*border-radius:50px;*/
	border-radius: 0;
	border: 1px solid #d4d4d4;
	color: #fff;
	font-family: 'ObjectivityBold';
	font-size: 14.5px;
	color: #ffffff;
	background-color: #343434;
	padding: 12px 0;
	margin-bottom: 20px;
}

.dtl-tab-sec .nav-tabs .nav-link.active {
	color: #fff;
	background-color: #09F2A0;
	border-color: #09F2A0;
}

.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
	padding-bottom: 20px;
}

.dtl-tab-sec .bullet-panel li:after {
	padding-left: 15px;
	background-size: 7px;
	position: absolute;
	top: 6px;
	left: 0;
	content: '';
	width: 15px;
	height: 15px;
	background-image: url('../images/bullet.svg');
	background-repeat: no-repeat;
}

.dtl-tab-sec .tab-content ul li {
	font-family: 'ObjectivityLight';
	font-size: 14px;
	color: #1c1c1c;
	padding-bottom: 10px;
	word-break: break-word;
}

.dtl-tab-sec .bullet-panel ul li {
	padding-left: 20px;
	position: relative;
	font-family: 'ObjectivityLight';
}

.dtl-tab-sec .tab-content .tab-pane .tab_hedaing h4 {
	color: #202f48;
	border-bottom: 1px solid #202f48;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.bullet-panel {
	margin-bottom: 20px;
}

.kenmerken-tab ul li:nth-child(odd) {
	background-image: url('../images/bullet.svg');
	background-repeat: no-repeat;
	background-position: left top 6px;
	padding-left: 20px;
	background-size: 7px;
	color: #1c1c1c;
	font-family: 'ObjectivityLight';
}

.kenmerken-tab ul li {
	width: 48%;
	display: inline-block;
	vertical-align: top;
}

.inruilen p {
	max-width: 670px;
	width: 100%;
}

.inruilen h4 {
	color: #202f48;
	margin: 30px 0 20px;
}

.inruilen .form-styl {
	border: 1px solid #cccccc;
}

.inruilen-form-wrapper {
	max-width: 880px;
	width: 100%;
}

.photo-upload {
	line-height: 0;
}

/*=====x=====*/
.dtl-tab-sec .col-xl-8,
.dtl-car-info .col-xl-8 {
	-ms-flex: 0 0 63%;
	flex: 0 0 63%;
	max-width: 63%;
}

.dtl-tab-sec .col-xl-4,
.dtl-car-info .col-xl-4 {
	-ms-flex: 0 0 37%;
	flex: 0 0 37%;
	max-width: 37%;
}

.price-block {
	background: #fff;
	padding: 50px 30px 30px;
	box-shadow: 5px 8px 13px 2px rgb(0, 0, 0, 0.10);
	-webkit-box-shadow: 5px 8px 13px 2px rgb(0, 0, 0, 0.10);
	-moz-box-shadow: 5px 8px 13px 2px rgba(0, 0, 0, 0.10);
	margin-top: -20%;
	position: relative;
}

.price-block h2 {
	font-size: 32px;
	color: #343434;
	letter-spacing: normal;
}

.price-block h4 {
	font-size: 20px;
	color: #838383;
	font-family: 'ObjectivityLight';
	letter-spacing: normal;
}

.price-block h4 span,
.price-block h2 span {
	position: relative;
}

.price-block p {
	margin-top: 20px;
}

.info-img {
	width: 26px;
	position: absolute;
	top: -30px;
	right: 0;
	cursor: pointer;
}

.price-block table {
	width: 100%;
}

.dtl-pg-member-img {
	width: 88px;
}

.member-info-block {
	margin-top: 50px;
}

.member-info {
	width: calc(100% - 95px);
	padding-left: 10px;
	/*	padding-left: 20px;*/
}

.member-info h6 {
	font-family: 'ObjectivityLight';
	color: #343434;
	letter-spacing: 0.2px;
	/*	word-break: break-word;*/
	line-height: 28px;
	font-size: 16px;
}

.member-info h6 span {
	font-family: 'ObjectivityLight';
	display: block;
}

/*
.member-info h6 a{
	margin-left: 30px;
}
*/
.member-btn {
	margin: 25px 0;
}

.member-btn p {
	margin-top: 0;
}

.aanbod-dtl-map {
	height: 165px;
}

.aanbod-dtl-contact .vacture-dtl-contact-text h4 {
	margin-bottom: 30px;
	color: #343434;
}

.aanbod-dtl-contact .vacture-dtl-contact-text ul li::after {
	padding-left: 0px;
	background-size: 28px;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 28px;
	height: 28px;
	background-image: url(../images/check-mark.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 2;
}

.aanbod-dtl-contact .vacture-dtl-contact-text ul li {
	position: relative;
	font-family: 'ObjectivityBold';
	font-size: 15px;
	color: #1c1c1c;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-left: 45px;
}

.aanbod-dtl-contact .vacture-dtl-contact-text h2 {
	margin-bottom: 0;
}

.aanbod-dtl-contact .vacture-dtl-contact-text p {
	margin: 40px 0 60px;
}

.aanbod-dtl-contact .vacture-dtl-contact-form {
	margin-top: 100px;
}

.aanbod-dtl-related-pdct {
	padding: 95px 0 140px;
}

.each-onderhoud-block {
	display: flex;
	margin-bottom: 20px;
}

.left-bg-block {
	width: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #202f48;
	font-size: 16px;
	line-height: 24px;
}

.block-dtls {
	width: calc(100% - 140px);
	border: 1px solid #202f48;
	border-left: 0;
	padding: 20px 15px 5px;
	min-height: 200px;
}

.each-onderhoud-block h5 {
	color: #1c1c1c;
	margin: 10px 0px 30px;
}

.left-bg-block h6 {
	line-height: 30px;
	color: #fff;
}

/*****aanbod dtl modal****/
.aanbod-dtl-modal-area .popup-text p {
	font-size: 25px;
	color: #838383;
	margin-bottom: 50px;
	text-align: justify;
	line-height: 36px;
}

.aanbod-dtl-modal-area .popup-text {
	padding: 11% 11% 5%;
	font-size: 25px;
	color: #838383;
	text-align: justify;
	line-height: 36px;
}

.aanbod-dtl-modal-area .modal-dialog {
	max-width: 50%;
	margin-top: 14%;
}

.aanbod-dtl-modal-area .modal {
	background-color: rgba(26, 26, 26, 0.5);
}

.modal-backdrop {
	display: none;
}

/***********************************overons page start*******************************************/
/***top-sec***/
.overons-top-sec {
	padding: 120px 0;
}

.overons-top-sec,
.overons-gal-sec {
	background: #e9f3f0;
}

.overons-top-text h3 {
	font-family: 'ObjectivityBold';
	color: #1c1c1c;
	margin-bottom: 30px;
}

.overons-top-img {
	padding-left: 90px;
}

.overons-top-text {
	padding: 0px 60px;
}

.overons-gal-heading {
	text-align: center;
	max-width: 780px;
	width: 100%;
	margin: auto;
	margin-bottom: 95px;
}

.overons-gal-heading h3 {
	color: #1c1c1c;
	font-family: 'ObjectivityBold';
	margin-bottom: 35px;
}

/***overons- table****/
.overons-table-sec .container-fluid,
.overons-table-sec .common-wrapper {
	padding-right: 0 !important;
}

.overons-table-sec h3 {
	font-family: 'ObjectivityBold';
	margin-bottom: 25px;
	color: #1c1c1c;
}

.overons-table-sec,
.overons-counter-sec {
	background: #f8f8f8;
}

.overons-table-wrapper {
	background-color: #f8f8f8;
	/*padding: 115px 75px 65px 110px;*/
	padding: 115px 0 65px;
	max-width: 1605px;
	width: 100%;
	margin-left: auto;
}

.overons-table-sec table {
	width: 100%;
}

.overons-table-sec table td {
	width: 50%;
	vertical-align: top;
}

.overons-table-sec table td:nth-child(odd) {
	padding-right: 60px;
}

.overons-table-sec table td:nth-child(even) {
	padding-left: 60px;
}

/***overons-counter****/
.overons-counter-sec {
	padding: 0;
}

.overons-counter-sec .container-fluid,
.overons-counter-sec .common-wrapper {
	padding-right: 0 !important;
}

.overons-counter-wrapper {
	/*padding: 115px 75px 120px 110px;*/
	padding: 120px 0;
	max-width: 1605px;
	width: 100%;
	margin-left: auto;
}

/*****overons member*****/
.overons-member-sec {
	padding-top: 90px;
	position: relative;
}

.overons-member-sec::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 73%;
	content: '';
	background: #f7f7f7;
	height: 36%;
	z-index: -1;
}

.overons-member-sec h2 {
	font-family: 'ObjectivityBold';
	margin-bottom: 30px;
	color: #1e1e1e;
}

.overons-member-heading {
	max-width: 750px;
	margin-bottom: 100px;
}

.each-member-text {
	position: absolute;
	z-index: 1;
	/*left: 45px;*/
	padding: 0 30px;
	bottom: 25px;
	width: 100%;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.member-dtl {
	position: absolute;
	bottom: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 0;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	z-index: 1;
}

.member-text-box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	padding: 0 40px;
}

.member-text-box h5 {
	margin-bottom: 80px;
}

.each-member:hover .each-member-text {
	bottom: -100%;
}

.each-member:hover .member-dtl {
	bottom: 0;
	height: 100%;
}

.each-member h4 {
	font-family: 'ObjectivityLight';
	color: #fff;
	margin-bottom: 5px;
	letter-spacing: 2px;
}

.each-member h5 {
	font-family: 'ObjectivityLight';
	font-size: 20px;
	color: #fff;
	letter-spacing: 1.5px;
}

.overons-member-wrapper .col-xl-4 {
	padding-bottom: 8px;
}

.each-member {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.each-member img {
	object-fit: cover;
	height: 100%;
}

.member-dtl h4,
.member-dtl a {
	color: #fff;
}

.member-dtl a {
	font-family: 'ObjectivityLight';
	font-size: 15px;
	margin: 5px 0 0;
	display: block;
	letter-spacing: 0.4px;
}

.member-dtl a img {
	width: 18px;
	margin-right: 6px;
	height: auto;
}

.whatsapp-info {
	position: relative;
}

.whatsapp-info:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -25px;
	width: 18px;
	height: 18px;
	content: '';
	background-image: url(../images/whatsapp-new.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.member-dtl a.mail-info {
	margin-bottom: 15px;
}

.member-block-bottom.overons-member-sec::after {
	left: auto;
	right: 0;
	height: calc(36% + 160px);
	top: -160px;
}

.member-block-bottom .overons-member-heading {
	margin-left: auto;
	text-align: right;
}

.member-block-bottom {
	padding-bottom: 170px;
	margin-top: -10px;
}

/***overons-bottom*****/
.overons-bottom-sec p {
	margin: 30px 0 40px;
}

/***********************************onderdelen page start****************************************/
.onder-form-sec .onder-form-heading p {
	color: #fff;
	margin-top: 30px;
}

.onder-form-sec .onder-form-heading {
	max-width: 660px;
	width: 100%;
	margin: 0 auto;
}

.onder-form-sec .middle-img-slider {
	margin: -140px 70px 0;
	background-color: #f7f7f7;
	padding: 10% 12% 9%;
}

.onder-form-sec textarea {
	height: 280px;
	margin-bottom: 30px;
}

/***********************************contact page start****************************************/
.contact-map-wrapper {
	height: 500px;
}

.contact-map-sec {
	padding: 50px 0 80px;
}

.contact-adrs-sec {
	padding-bottom: 85px;
}

.contact-adrs-sec h2 {
	margin-bottom: 50px;
}

.contact-adrs-sec h3 {
	color: #202f48;
	font-family: 'ObjectivityBold';
}

.contact-adrs-sec .col-lg-6:nth-child(odd) {
	border-right: 1px solid #dddddd;
}

.contact-adrs-sec .col-lg-6:nth-child(odd) .diensten-each-office {
	padding-right: 140px;
}

.contact-adrs-sec .col-lg-6:nth-child(even) .diensten-each-office {
	padding-left: 140px;
}

.contact-adrs-wrapper {
	width: calc(100% + 180px);
	margin-left: -90px;
}

.contact-adrs-sec .diensten-each-office table td {
	font-family: 'ObjectivityLight';
	font-size: 16px;
	color: #212121;
	vertical-align: top;
}

.contact-adrs-sec .diensten-each-office table td:nth-child(odd) {
	padding-right: 20px;
}

.contact-adrs-sec .diensten-each-office table,
.contact-adrs-sec .diensten-each-office h6 {
	font-size: 16px;
	color: #202f48;
	letter-spacing: normal;
	margin-bottom: 10px;
}

.contact-adrs-sec .diensten-each-office table {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	margin-top: 40px;
}

.contact-adrs-sec .diensten-each-office table:last-child {
	padding-left: 15%;
}

/*****************************************bedankt page start****************************************/
.bedankt-sec .banner-content .common-btn {
	background-color: #fff;
	color: #1c1c1c;
	border-color: #fff;
}

.bedankt-sec .banner-content .common-btn:hover {
	background-color: #202f48;
	color: #fff;
	border-color: #202f48;
}

.bedankt-sec .banner-content {
	padding: 28% 100px;
}

/************home pg pop up**************/
#myModal {
	padding-left: 0;
	background: rgba(255, 255, 255, 0.71);
}

.modal-area .modal-dialog {
	max-width: 1480px;
	margin-top: 7%;
}

.modal-area .modal-content {
	border: 0;
	border-radius: 0;
	padding: 25px 25px 25px 0;
}

.popup-content p {
	margin: 20px 0 40px;
	text-align: justify;
}

.close-img {
	position: absolute;
	top: 30px;
	left: 30px;
	font-size: 36px;
	color: #1c1c1c;
	opacity: 0.5;
	font-family: 'ObjectivityLight';
}

.popup-content {
	padding: 6% 12%;
}

.pop-up-image img {
	height: 100%;
	object-fit: cover;
}

/*********x*******/
/* loader */
#loader_section {
	display: none;
	width: 100%;
	position: fixed;
	top: 0;
	background: #000000b8;
	z-index: 9999999;
	height: 100vh;
	padding: 30vh 0px;
}

#loader_section p {
	color: #fff;
	font-size: 18px;
	text-align: center;
}

#loader_section img {
	width: 100px;
	margin-bottom: 25px;
}



/*****(normal)morgen footer start********/
.morgeninternet-footer {
	background: #000000;
	width: 100%;
	height: 50px;
	display: block;
	text-align: center;
	transition: 0.3s all;
}

.morgeninternet-footer:hover {
	background: #202020;
	transition: 0.3s all;
}

.morgeninternet-footer>img {
	height: 30px;
	padding-top: 15px;
}

/*****(normal)morgen footer end********/

/*********tab**************/
.kenteken_np {
	background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding: 4px 0 6px 30px;
}

.star_icon h4 {
	padding-bottom: 10px;
	text-transform: uppercase;
	padding-top: 15px;
	margin-bottom: 15px;
	color: #1c1c1c;
	border-bottom: 1px solid #1c1c1c;
	text-transform: uppercase;
}

.star_icon p img {
	width: 15px;
	margin-top: -3px;
	margin-right: 5px;
}

.star_icon p {
	font-family: 'ObjectivityRegular';
	font-size: 16px;
	color: black;
	;
	padding-bottom: 6px;
	word-break: break-word;
}

.photo_contnt li img {
	width: 15px;
	margin-left: 5px;
}

.star_icon h3 {
	margin: 40px 0 30px;
}

.aanbod-detail-tab-sec .tab-content .star_icon p {
	margin: 0;
}

.bullet-panel h3 {
	letter-spacing: normal;
	color: #1c1c1c;
	border-bottom: 1px solid #1c1c1c;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.cursor {
	cursor: pointer;
}

/* Cookie */
.cookie_div {
	position: fixed;
	bottom: 0;
	z-index: 999999;
	width: 100%;
	padding: 0px 0;
}

.cookie_div {
	color: #9c9c9c;
	font-size: 12px;
	/*font-family: 'Calibri';*/
	font-family: 'arial';
}

.cookie_div h4 {
	margin-bottom: 15px;
	font-size: 20px;
	font-family: 'Calibri';
}

.cookie_div a {
	color: #38b6be;
	font-size: 10pt;
	font-weight: bold;
	margin-left: 8px;
	font-family: 'Calibri';
}

.cookie_div button {
	color: #3c935c;
	background: #dbffe8;
	font-weight: bold;
	border: 0;
	padding: 10px 25px;
	margin: 5px 0;
	cursor: pointer;
	font-size: 12px;
	/*font-family: 'Calibri';*/
	font-family: 'arial';
}

.cookie_bottom {
	margin-bottom: 50px;
}

.light_theme {
	background: rgba(255, 255, 255, 0.83);
	-webkit-box-shadow: 0px -3px 3px -1px rgba(203, 203, 203, 0.6);
	box-shadow: 0px -3px 3px -1px rgba(203, 203, 203, 0.6);
}

.dark_theme {
	background: rgba(0, 0, 0, 0.78);
	-webkit-box-shadow: 0px -3px 3px -1px rgba(203, 203, 203, 0.65);
	box-shadow: 0px -3px 3px -1px rgba(203, 203, 203, 0.65);
}

.light_theme h4 {
	color: #2a2a2a;
}

.dark_theme h4 {
	color: #c9c9c9;
}

.each-product button {
	border: none;
	background: transparent;
}

.switch input {
	opacity: 0;
	width: 0;
}

.form-1 {
	display: none;
	margin-top: 30px !important;
	margin: 0 auto 10px;
}

#onderdelen_form,
#onderdelen_form h3 {
	color: black;
}

#onderdelen_form label {
	font-size: 16px;
}

#onderdelen_form .radio_btn label {
	width: 48%;
	display: inline-block;
}

.foto_upload.form-styl {
	height: auto;
	padding-top: 18px;
	padding-bottom: 18px;
}

.privacy_section {
	padding-bottom: 10%;
}

.privacy_section p {
	word-break: break-word;
}

#aanbod-modal .modal-content {
	border: 0;
	border-radius: 0;
}

.each-car-iamge {
	overflow: hidden;
}

.each-car-iamge.hover_img,
.each-product:hover .each-car-iamge {
	display: none;
}

.each-product:hover .each-car-iamge.hover_img {
	display: block;
}

.each-product-img {
	overflow: hidden;
}

.each-product-img.hover_img,
.each-product-sec:hover .each-product-img {
	display: none;
}

.each-product-sec:hover .each-product-img.hover_img {
	display: block;
}

/**********aanbod raster********/
.aanbod-list2.new-product-sec {
	background: transparent;
	padding: 0;
}

.aanbod-list2.new-product-sec .each-product-slide {
	background: #f8f8f8;
	margin-bottom: 30px;
}

.new-product-sec .product-content td h4 span {
	text-transform: none;
	font-size: 18px;
}

.vestiging_cls.form-styl {
	padding-top: 0;
	padding-bottom: 0;
	height: 60px;
}

.vestiging_cls.form-styl option {
	font-family: arial;
}

/**************x************/
.contact-adrs-sec .diensten-each-office p {
	height: 120px;
}

.whatsapp-logo {
	text-align: center;
	padding-top: 100%;
}

.whatsapp-logo .alert-number span {
	margin: 0px 0 0 -4px;
	position: absolute;
}

.popup .popuptext {
	width: 200px;
	background-color: #25D366;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	padding: 8px 0;
	position: absolute;
	z-index: 1;
	bottom: 0px;
	right: 7vw;
	font-size: small;
}

.notifcation {
	position: relative;
}

.alert-number {
	position: absolute;
	bottom: 51px;
	right: 19px;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	background-color: red;
	color: white;
	text-align: center;
	font-size: small;
	animation: shake 0.5s;
	animation-iteration-count: 1;
}

.side-logo-area {
	position: fixed;
	right: 1px;
	bottom: 80px;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	display: none;
	z-index: 9999;
}

.side-logo-area img {
	max-height: 57px;
}

/*=============brute==============*/
html {
	font-size: 62.5%;
}

.brute-logo {
	position: absolute;
	top: 50%;
	right: 9%;
	transform: translateY(-50%);
	width: 115px;
}

.brute-banner {
	position: relative;
}

.brute-banner .vacature-banner-wrap {
	position: absolute;
	background-size: 0;
	top: 0;
	left: 0;
	height: 100%;
}

.brute-banner .vacature-banner-content {
	padding: 0 5%;
	height: 100%;
	display: table;
}

.brute-banner .vacature-banner-content div {
	display: table-cell;
	vertical-align: middle;
}

.brute-top-sec {
	padding: 100px 0;
}

.brute-top-sec p {
	margin: 20px 0 40px;
}

.brute-gallery-area.service-gallery-sec:before {
	display: none;
}

.brute-gallery-area .gal-content-box {
	background: transparent;
	padding: 100px 30px;
}

.brute-gallery-area .gal-content-box p {
	margin-bottom: 0;
}

.brute-middle-sec h2 {
	margin: 10% 0;
}

.video-heading {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	color: #e31d1d;
	font-size: 80px;
	font-family: 'ObjectivityBold';
	text-transform: uppercase;
}

.brute-btm-sec {
	padding: 100px 0;
}

.btm-block-wrap {
	max-width: 1300px;
}

.table-wrap {
	padding: 0 70px;
}

.table-wrap td {
	width: 50%;
	vertical-align: top;
	padding-right: 35px;
}

.table-wrap td:nth-child(even) {
	padding-left: 35px;
	padding-right: 0;
}

.table-wrap h4 {
	text-transform: uppercase;
	margin-bottom: 20px;
}

.table-wrap h3 {
	color: #1c1c1c;
}

.table-wrap .col-lg-6 p {
	margin: 15px 0 40px;
}

.brute-btm-sec h2 {
	text-align: center;
	margin: 90px 0;
}

.brute-middle-sec .brute-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.brute-btm-sec h2 span {
	font-family: 'ObjectivityLight';
}

.brute-btm-sec .common-btn {
	background: #09F2A0;
	border: 2px solid #09F2A0;
}

.brute-top-sec .common-btn {
	background: #09F2A0 !important;
	border: 2px solid #09F2A0;
}

.brute-top-sec .common-btn:hover {
	background: transparent !important;
}

.service-gallery-wrap img {
	height: 100%;
	object-fit: cover;
}

.service-gallery-wrap .bottom-text p:last-child {
	margin-bottom: 0;
	line-height: 10px;
}

@media(min-width:1700px) {
	.brute-btm-sec h2 {
		font-size: 38px;
	}

	.brute-top-sec p {
		margin-right: 12%;
	}
}

@media(max-width:1699.98px) {
	.video-heading {
		font-size: 50px;
	}

	.brute-banner .vacature-banner-content p {
		margin-top: 10px;
	}
}

@media(max-width:1199.98px) {
	.brute-gallery-area .gal-content-box {
		padding: 50px 0;
	}

	.table-wrap {
		padding: 0;
	}
}

@media(max-width:991px) {

	.brute-top-sec,
	.brute-gallery-area .gal-content-box,
	.brute-btm-sec {
		padding: 30px 0;
	}

	.video-heading {
		font-size: 20px;
	}

	.table-wrap td {
		width: 100%;
		display: block;
		padding: 0 0 20px 0 !important;
	}

	.brute-btm-sec h2 {
		margin: 15px 0 30px;
	}

	.brute-banner .vacature-banner-wrap {
		position: relative;
	}

	.brute-banner .vacature-banner-content {
		background: #121212;
		max-width: 100%;
		padding: 6% 5%;
	}
}

.brute-jeeps-cont .common-btn:hover {
	color: #fff;
}

.brute-jeeps-cont .common-btn {
	background: #09F2A0 !important;
	border: 2px solid #09F2A0;
}

.brute-jeeps-cont .common-btn:hover {
	background: transparent !important;
}

.diensten-list-sec .common-btn {
	background: #00cd7d;
	border: 2px solid #00cd7d;
	color: #fff;
}

.diensten-list-sec .common-btn:hover {
	background: transparent;
	color: #121212;
	border-color: #00cd7d;
}

/* 05 - july - 2023 css start here */

.auto-products-area {
	padding: 0px 0px 32px;
}

.auto-products-btn-outer-wrap {
	background-color: #fff;
	filter: drop-shadow(0px 19px 12px rgba(0, 0, 0, 0.07));
	box-shadow: (0px 19px 12px rgba(0, 0, 0, 0.07));
	padding: 20px 0px 26px;
	margin: 100px 0;
}

.auto-products-btn-outer-wrap .row {
	max-width: 940px;
	width: 100%;
	margin: 0 auto;
	row-gap: .75rem;
}

.auto-products-btn-outer-wrap .col-md-4 {
	padding-left: 3px;
	padding-right: 3px;
}

.auto-products-btn-outer-wrap .common-btn {
	width: 100%;
	background-color: #efefef;
	color: #070707;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	transition: all .5s;
	max-width: 100%;
	border: none;
}

.tab-btn.active {
    background-color: #00f09c;
    color: #fff;
}

.auto-products-btn-area .common-btn:hover {
	background-color: #00f09c;
	color: #fff;
}

.auto-products-contain {
	background-color: #efefef;
	padding: 53px 43px 38px;
}

.auto-products-contain h4 {
	padding-bottom: 6px;
}

.auto-products-contain p {
	padding-bottom: 27px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #1c1c1c;
	font-weight: 300;
	font-family: 'ObjectivityRegular';
}

.auto-products-contain h6 {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 19px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #202f48;
	font-weight: 500;
	font-family: 'ObjectivityRegular';
}

.auto-products-contain .common-btn {
	max-width: 100%;
	height: 48px;
	line-height: 47px;
	background: #00ef9b;
	border: 2px solid #00ef9b;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 16px;
}

.auto-products-contain .common-btn:hover {
	background: transparent;
	border: 2px solid #00cd7d;
	color: #070707;
}

.auto-products-outer-wrap .row {
	margin-right: -11px;
	margin-left: -11px;
}

.auto-products-outer-wrap .col-lg-4 {
	padding-right: 11px;
	padding-left: 11px;
}

.auto-products-box-wrap {
	padding-bottom: 22px;
}

/* products-dt-peugot css start 10 july 2023 */

.product-dt-peugot-heading-area {
	padding: 250px 0px 0px;
	background-color: #f1f1f1;
}

.product-dt-peugot-outer-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding-bottom: 36px;
}

.product-dt-peugot-heading h2 {
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 15px;
	text-transform: capitalize;
}

.product-dt-peugot-heading h6 {
	font-size: 20px;
	color: #0d0d0d;
	font-family: 'ObjectivityBold';
	padding: 25px 0px 0px;
}

.product-dt-peugot-heading-btn .common-btn {
	max-width: 100%;
	padding: 0px 15px;
	font-family: 'ObjectivityBold';
}

.products-dt-peugot-box-area {
	background-color: #f1f1f1;
	padding-bottom: 85px;
}

.products-dt-slider-wrap .swiper-button-prev {
	left: auto;
	right: 12%;
}

.products-dt-slider-wrap .swiper-button-next {
	right: 4%;
}

.products-dt-slider-wrap .common-arrow {
	transform: translateY(0);
	top: 88%;

}

.products-dt-peugot-box-area .row{
	margin-left: -5px;	
	margin-right: -5px;
}

.products-dt-peugot-box-area .col-lg-6{
	padding-left: 5px;
	padding-right: 5px;
}

.products-dt-tables {
	background-color: #fff;
	padding: 20px 30px 30px;
}


.products-dt-tables td {
	color: #000;
}

.products-dt-tables table {
	width: 100%;
}

.products-dt-tables tr {
	border-bottom: 2px solid #f1f1f1;
}

.products-dt-tables tr:last-child{
	border-bottom: none;
	padding-bottom: 10px;
}

.products-dt-tables tr td {
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 24px;
	color: #1c1c1c;
	padding: 26px 20px 24px;

}

.products-dt-tables p{
	color: #cecece;
}

.products-dt-tables tr td:first-child {
	color: #1c1c1c;
	font-size: 16px;
	font-family: 'ObjectivityBold';
	padding-left: 0;
}
.products-dt-tables tr td:last-child 
{
	padding-right: 0;
}
.products-dt-tables tr:first-child td {
	font-size: 24px;
	letter-spacing: 0px;
	line-height: 24px;
	color: #1c1c1c;
	font-family: 'ObjectivityBold';
}

.products-dt-tab-btn .row{
	margin-left: -5px;
	margin-right: -5px;
}

.products-dt-tab-btn .col-6{
	padding-left: 5px;
	padding-right: 5px;
}

.products-dt-tab-btn{
	padding: 10px 0px 0px;
}

.products-dt-tab-btn .common-btn{
	background-color: #00ef9b;
	border: 2px solid #00ef9b;
	color :#fff;
	text-transform: capitalize;
	font-size: 15px;
	transition: all .5s;
}

.products-dt-tab-btn .common-btn:hover{
	background-color: #1b1b1b;
	border: 2px solid #1b1b1b;
}

.products-info-area-tab{ 
padding: 57px 0 104px;
}
.products-info-area-tab .tab-btn
{
	width: 100%;
}
.products-info-area-tab .nav-tabs .nav-link{
width :100%;
}

.products-info-area-tab .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #09F2A0;
    border-color: #09F2A0;
}

.products-info-area-tab .nav-tabs .nav-link {
    border-radius: 0;
    border: 1px solid #d4d4d4;
    color: #fff;
    font-family: 'ObjectivityBold';
    font-size: 16px;
    color: #ffffff;
    background-color: #343434;
    padding: 12px 0;
    margin-bottom: 25px;
}

.products-info-area-tab .nav-item {
    width: 18%;
    text-align: center;
    margin: 0 8px 0 8px;
}

.products-info-area-tab:last-child .nav-item{
	margin-left: 0px;
}

.products-info-area-tab .tab-content ul li{
	color :#1c1c1c;
	padding-bottom: 7px;
}

.products-info-area-tab .kenmerken-tab ul li:nth-child(odd) {
	background-position: left top 4px;
}

.products-info-area-tab .bullet-panel h4 {
    border-bottom: 1px solid #1c1c1c;
    padding-bottom: 12px;
	margin-bottom: 12px;
}

.products-info-area-tab .dtl-tab-content-heading h3{
	color: #1c1c1c;
	text-transform: capitalize;
	font-family: 'ObjectivityBold';
	padding: 20px 0px;
}

.peugeot-form .form-styl
{
	padding: 26px 46px;
}


.peugeot-poduct .tab-content h6
{
	font-size: 16px;
	color: #1c1c1c;
}
.peugeot-poduct .tab-content p
{
	margin-bottom: 29px;
	font-size: 16px;
	max-width: 966px;
	width: 100%;
		color: #1c1c1c;
}
.peugeot-poduct .tab-content table
{
	margin-bottom: 28px;
	color: #1c1c1c;
}
.peugeot-poduct .tab-content table p
{
	margin-bottom: 0;
}
.peugeot-poduct .tab-content table td:nth-child(odd)
{
	padding-right: 58px;
}
.peugeot-poduct  .nav-tabs .nav-link
{
	margin-bottom: 76px;
}
.brute-middle-sec .video-js .vjs-tech{
	object-fit: cover;
	position: relative !important;
}
.brute-middle-sec .position-relative{
	overflow: hidden;
}
.brute-middle-sec .banner_background_video{
	margin: -7.3% 0;
	height: auto !important;
}
.brute-middle-sec .banner_background_video .video-js{
	width: 100% !important;
	height: 100% !important;
}
.logo_carpass{
	width: 95px;
}
.new-content{
	padding-left: 25px;
}
.vacture-dtl-contact-form.new-content-form{
	margin-top: 50px;
	padding-left: 25px !important;
}

/****text-slider****/
.text-slider-sec {
	background: #fff;
	padding: 2.5rem 0;
}
.text-slider-top {
	overflow: hidden;
	white-space: nowrap;
	max-width: 94rem;
    margin: -6rem auto 5rem;
    position: relative;
	background-color: #F6F7F9;
}
.text-slider {
	/* animation: 15s slide infinite linear; */
	/* background-color: #F6F7F9; */
    padding-top: 6rem;
}
.text-slider li {
	padding-left: 3.8rem;
	position: relative;
	font-family: 'InterRegular';
    font-size: 2rem;
    text-align: left;
}
.text-slider li::after {
    position: absolute;
    content: "";
    background-image: url(../images/tick2.png);
    background-size: cover;
    background-repeat: no-repeat;
	/*background-color: #00ba00;*/
    border-radius: 100%;
    left: 0;
    width: 3rem;
    height: 3rem;
    top: 50%;
  	transform: translateY(-50%);
}
/* .text-slider ul {
	display: flex;
	column-gap: 15rem;
	margin-right: 13rem;
} */
.text-slider ul {
    display: flex;
    column-gap: 3rem;
    justify-content: center;
}

.text-slider-top:hover .text-slider {
	animation-play-state: paused;
}
.lease-me-footer{
	margin-top: 6.7rem;
}
.lease-top-sec {
    background-color: #0E0D0D;
    text-align: center;
    padding: 20rem 0 7rem;
}
.lease-top-sec h1{
	margin-bottom: 1.2rem;
	text-transform: none;
	font-size: 7rem;
}
.lease-top-sec h3{
	font-family: 'ObjectivityRegular';
    text-transform: none;
	font-size: 3rem;
}
@keyframes slide {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
@media(min-width: 992px){
	.lease-pg-product{
		padding-top: 4rem !important;
	}
}
#new-modal .modal-dialog {
	max-width: 1080px;
	margin: 8% auto 0;
}
#new-modal .modal-content{
	background-color: #e9f3f0;
}
#new-modal h2{
	font-size: 24px;
	margin-bottom: 15px;
	letter-spacing: 0.2px;
}
#new-modal .d-table{
	padding: 50px;
}
#new-modal{
	background-color: rgba(0,0,0,0.5);
}
#new-modal .position-absolute{
	width: 30px;
	height: 30px;
	top: 15px;
	right: 15px;
  	background: #000;
}
#new-modal span{
	font-size: 13px;
  	color: #1c1c1c;
  	margin-top: 30px;
}
#new-modal .form-group {
	margin-bottom: 20px;
}
#new-modal .common-btn {
	background: #00cd7d;
	color: #fff;
}
#new-modal .common-btn:hover{
	border-color: #1c1c1c;
  	background: #1c1c1c;
  	color: #fff;
}