@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'NunitoSansRegular';
    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: 'objectivitymedium';
}
.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;
}
.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;
}
.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: 'objectivitymedium';
	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;
	overflow: hidden;
}
.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-sec h3 span{
	font-family: 'objectivitybold';
}
.middle-bg-block{
	padding: 80px 0 200px;
	background-attachment: fixed;
}
.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, .each-counter h4, .each-counter p{
	color: #fff;
}
.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;
}
.new-footer-contact .each-new-footer-contact span{
	position: relative;
	display: inline-block;
}
.repaire-logo img{
	width: 50px;
}
.repaire-logo{
	position: absolute;
	right: -90px;
	top: 50%;
	transform: translateY(-50%);
}
/******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: 30px 0 10px;
}
.aanbod-filter-top {
	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;
	max-width: 100%;
}
.aanbod-filter-sec .aanbod-filter-top .select-style {
	width: 100%;
    border: 0;
    border-radius: 0;
    height: 60px;
    line-height: 52px;
    font-family: 'objectivitymedium';
    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;
}
.select-style option{
	font-family: arial;
}
.aanbod-filter-sec .select-box{
	position: relative;
}
.aanbod-filter-sec .select-box:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	content: '';
	width: 1px;
	height: 60%;
	background: #121212;
}
.aanbod-filter-wrapper .col-6:last-child .select-box:after{
	display: none;
} 
.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: 'objectivitymedium';
    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: 10px;
}
.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-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 p {
	margin-top: 30px;
	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;
}
.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: 'objectivitymedium';
	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: 'objectivitymedium';
	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: 'objectivitymedium';
	color: #121212;
	margin-bottom: 75px;
}
.vacture-dtl-contact-text h3:nth-child(2) {
	color: #121212;
	margin-bottom: 30px;
}
.vacture-dtl-contact-sec {
	background-color: #f7f7f7;
	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: 'NunitoSansRegular';
    border: 0;
    color: rgba(18, 18, 18, 0.5);
    font-size: 16px;
    padding: 30px 50px;
}
/*.vacture-dtl-contact-sec*/ .form-styl:focus {
	box-shadow: none;
}
/*.vacture-dtl-contact-sec*/ .form-styl::placeholder {
	color: rgba(18, 18, 18, 0.5);
	font-family: 'NunitoSansRegular';
}
/*.vacture-dtl-contact-sec*/ .form-styl::-moz-placeholder {
	color: rgba(18, 18, 18, 0.5);
	font-family: 'NunitoSansRegular';
}
/*.vacture-dtl-contact-sec*/ .form-styl:-moz-placeholder {
	color: rgba(18, 18, 18, 0.5);
	font-family: 'NunitoSansRegular';
}
/*.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: 'NunitoSansRegular';
    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;
}
.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: 'objectivitymedium';
	color: #1c1c1c;
	margin-bottom: 40px;
}
.diensten-dtl-top-img {
	padding-left: 95px;
}
.diensten-dtl-top-text {
	padding: 160px 80px 0px 35px;
}
.diensten-dtl-top-text img{
	width: 50px;
	margin-top: 10px;
}
/*****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: 'objectivitymedium';
	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-right: 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: 'objectivitymedium';
}

.diensten-each-office img {
	margin-bottom: 35px;
}
.diensten-dtl-contact-sec .vacture-dtl-contact-text h3:nth-child(1) {
	margin-bottom: 20px;
	font-family: 'objectivitymedium';
}
.diensten-dtl-contact-sec .vacture-dtl-contact-text h3:nth-child(2) {
	margin-bottom: 10px;
	font-family: 'objectivitymedium';
}
.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: 50px 0;
	background: #f7f7f7;
}
.dtl-top-sec h2{
	color: #343434;
}
.dtl-top-sec h4{
	letter-spacing: 0.4px;
	margin-top: 15px;
	font-family: 'objectivitymedium';
}
.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: 19%;
    text-align: center;
    margin: 0 8px 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: 'objectivitymedium';
    font-size: 16px;
    color: #212121;
    background-color: #fff;
    padding: 12px 0;
	margin-bottom: 20px;
}
.dtl-tab-sec .nav-tabs .nav-link.active{
	color: #fff;
	background-color: #00cd7d;
	border-color: #00cd7d;
}
.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;*/
	padding-bottom: 15px;
}
.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: 'objectivitymedium';
	margin-bottom: 25px;
}
.overons-table-sec p{
	color: #fff;
}
.overons-table-sec, .overons-counter-sec{
	background: #f8f8f8;
	overflow: hidden;
}
.overons-table-wrapper {
	background-color: #121212;
	padding: 100px 50px 50px 50px;
	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: 100px 50px;
	background: #121212;
	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: 60%;
    z-index: -1;	
}
.overons-member-sec h2 {
	font-family: 'objectivitymedium';
	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(60% + 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: 'objectivitymedium';
}
.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: 'objectivitymedium';
	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: #212121;
	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: 15%;
}
.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: 'NunitoSansRegular';
    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;
}
/**************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;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
.grecaptcha-badge{
    display:none;
}
.overons-table-wrapper, .overons-counter-wrapper{
	position: relative;
	z-index: 1;
}
.overons-table-wrapper:before, .overons-counter-wrapper:before{
	position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    content: '';
    background: #121212;
    z-index: -1;
}
.member-text-box img.member-whatsapp
{
	width: 15px;
}
a.new-cmn-btn.common-btn.location-btn {
    font-size: 16px;
}
.logo_carpass{
	width: 95px;
}