@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: '34095';
    font-size: 18px;
    color: #fff;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #113856;
    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);
}
#menu .mm-listview {
	text-transform: uppercase;
}
/*********dropdown*********/
.dropdown:hover>.dropdown-menu {
    display: block;
}
.header-area .dropdown-menu{
    min-width: 200px;
    background-color: transparent;
    padding: 10px 0 0;
    border: 0;
    border-radius: 0;
    margin: 0;
}
.header-area .dropdown-menu a{
    background: #113856;
    color: #fff;
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area .dropdown-menu a:last-child{
    border-bottom: 0;
}
.header-area .dropdown-menu a:hover{
    background: #fff;
    color: #113856;
    border-color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dropdwon{
    position: relative;
}
.header-area .right-bar .dropdown-menu{
    left: -200px;
    margin: -68px 0 0;
}
.header-area .right-bar .dropdown-menu a{
    padding-top: 16px;
    padding-bottom: 16px;
}
/*.header-area .dropdown-menu {
    padding: 0px;
    border-radius: 0px;
    min-width: 220px;
    background-color: #192024;
    border: 0px;
    left: -220px;
    margin: -52px 0 0;
}
*/
/*************header**********/
.header-area{
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
	padding: 60px 50px 60px 0;
}
.header-area .navbar-brand img{
    width: 400px;
}
.desktop-nav, .desktop-nav.navbar-expand-lg .navbar-nav .nav-link{
	padding: 0;
}
.desktop-nav .nav-link, .desktop-nav .nav-link:hover{
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.desktop-nav .nav-link:hover{
    color: #fff;
    opacity: 0.6;
}
.menu-icon a{
    color: #fff;
}
.desktop-nav .menu-icon a:hover{
    opacity: 1;
}
.desktop-nav .nav-item {
	margin-left: 60px;
	font-size: 17px;
	font-family: '34093';
	letter-spacing: 0.2px;
	text-transform: uppercase;
}
.menu-bar {
    width: 28px;
    margin-left: 30px;
    margin-top: 3px;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 2px;
    margin: 4px 0;
}
.menu-icon.active .menu-bar div {
    width: 15px;
}
/*====menu item=====*/
.right-bar {
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -100%;
    z-index: 99;
    -webkit-transition: all 1s;
    transition: all 1s;
    top: 0px;
    z-index: 999;
}
.right-bar.open-side {
    right: 0px;
    left: auto;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.right-bar .row{
    background: rgba(17, 56, 86, 0.2);
}
.close-icon img{
    width: 20px;
}
.close-icon{
    padding: 40px;
}
.menu-items{
    background: #113856;
}
.menu-items li{
    font-size: 18px;
    font-family: '34095';
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.menu-items li a{
    padding: 16px 40px;
    display: block;
     transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-items li a:hover{
    background: #fff;
    color: #113856;
     transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/************banner***************/
.banner-sec {
	position: relative;
    /*min-height: 70vh;*/
}
.banner-sec .each-banner img{
    height: 100%;
    object-fit: cover;
}
.banner-content {
	position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 56%;
    transform: translateY(-50%);
}
.content-wrap{
    max-width: 730px;
    width: 100%;
}
.content-wrap p{
    margin: 25px 80px 50px;
    color: #fff;
}
.scroll-button{
    bottom: 60px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.scroll-button img{
    width: 30px;
}
/*************product***********/
.product-sec{
    position: relative;
    padding: 100px 0;
}
.product-sec:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 74%;
    height: 100%;
    content: '';
    background: #f5f5f5;
}
.sec-heading{
    margin-bottom: 80px;
    margin-right: 10%;
}
.sec-heading-wrap{
    max-width: 560px;
    width: 100%;
}
.sec-heading p{
    margin-top: 30px;
}
.product-bg{
    position: relative;
    /*margin-right: 6%;*/
}
.product-slider{
    overflow: hidden;
    /*margin-left: -25%;*/
}
.product-dtl{
    background: #fff;
    padding: 10px;
}
.product-info-wrap{
    padding: 30px 20px;
}
.product-dtl table{
    margin-bottom:40px;
}
.product-dtl td{
    width: 33.33%;
    vertical-align: top;
}
.product-dtl td h5{
    margin: 0;
}
.product-dtl td:nth-child(2){
    padding-left: 25px;
}
.product-content h5{
    margin: 6px 0 25px;
    height: 40px;
    overflow: hidden;
}
.product-info-wrap .row h5{
    margin: 0;
    color: #121212;
}
.product-bg .common-arrow{
    right: -7%;
}
.product-bg .common-arrow.swiper-button-prev{
    left: -7%;
    right: auto;
}
.product-bg .common-arrow.swiper-button-prev img{
    transform: rotate(180deg);
}
.top-price{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #113856;
}
.top-price h5 {
    font-family: '34101';
    font-size: 14px;
    color: #fff;
    padding: 20px 25px;
}
/*.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: 20px;
}*/
/***********gallery**********/
.gallery-sec{
    overflow: hidden;
    padding-bottom: 14px;
    position: relative;
}
.gallery-sec:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 74%;
    height: 47%;
    content: '';
    background: #f5f5f5;
}
.gal-item {
    padding:14px;
}
.box {
    height: 100%;
    overflow: hidden;
    position: relative;
}
.box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.gallery-sec .col-lg-6 {
    -ms-flex: 0 0 43.6%;
    flex: 0 0 43.6%;
    max-width: 43.6%;
}
.gallery-sec .col-lg-3 {
    -ms-flex: 0 0 28.2%;
    flex: 0 0 28.2%;
    max-width: 28.2%;
}
.box p, .box h5{
    color: #fff;
}
.box p{
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}
.box h5 {
    text-transform: uppercase;
}
.gallery-heading {
    position: absolute;
    z-index: 1;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    bottom: 40px;
    left: 40px;
}
.gallery-dtl {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.61);
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    z-index: 1;
}
.text-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    max-width: 670px;
    padding: 0 10%;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.gallery-sec .box:hover .gallery-heading {
    bottom: -100%;
}
.gallery-sec .box:hover .gallery-dtl {
    height: 100%;
}
/**************content********/
.content-block-sec{
    padding: 6% 0;
    overflow: hidden;
}
.block-img{
    position: relative;
    padding-top: 50px;
    padding-left: 50px;
}
.block-img:before {
    position: absolute;
    top: -16%;
    left: -16%;
    width: 94%;
    height: 100%;
    content: '';
    background:#f5f5f5;
    z-index: -1;
}
.content-panel-wrap {
    padding-left: 10%;
}
.content-panel-wrap p{
    margin-top: 40px;
}
.content-panel-wrap .row{
    margin: 80px 0;
    white-space: nowrap;
}
.content-panel-wrap .row .col-md-4:nth-child(2) h3{
    margin-left: -15px;
}
.content-panel-wrap h3{
    margin-right: 10px;
}
.content-panel-wrap h5{
    color: #000000;
}
.content-panel-wrap h3, .content-panel-wrap h5{
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
}
/************footer************/
.footer-area{
    padding: 80px 0 60px 50px;
}
.address-block{
    max-width: 800px;
    width: 100%;
}
.address-block h6{
    font-family: '34095';
    font-size: 15px;
    letter-spacing: 1.4px;
    margin-bottom: 20px;
}
.address-block h6, .address-block p, .address-block a{
    color: #000000;
}
.address-block a:hover{
    color: #004578;
}
.address-block td:nth-child(odd){
    padding-right: 50px;
}
.address-block p{
    font-family: '34095';
}
.divider{
    border-top:3px solid #efefef;
    margin: 60px 0 40px;
}
.social-icon img{
    width: 22px;
}
.social-icon a{
    margin-right: 20px;
}

/****inner-header-logo******/
.inner-header-logo {
    margin-top: 50px;
}
.inner-header-logo img {
    margin-bottom: 30px;
    display: block;
}
.inner-header-logo img:last-child {
    margin-bottom: 0;
}
/*****inner page footer*******/
.footer-credit ul li {
    margin-right: 45px;
    display: inline-block;
}
.footer-credit ul li:last-child {
    margin-right: 0;
}
/***********************************contact page start*****************************************/
.inner-banner-sec {
	position: relative;
}
.inner-banner-content {
	position: absolute;
    top: 50%;
    left: 50%;
	width: 100%;
    transform: translate(-50%, -50%);
}
.contact-info-sec {
	padding: 160px 0;
	position: relative;
}
.contact-info-sec::after {
	position: absolute;
    top: 0;
    left: 0;
    width: 43%;
	height: 100%;
    content: '';
    background: #f5f5f5;
    z-index: -1;
}
.contact-info-text {
	padding-left: 150px;
}
.each-contact-info {
	margin-bottom: 130px;
}
.each-contact-info:nth-child(even) {
	margin-bottom: 0;
}
.each-contact-info h3 {
	margin-bottom: 66px;
}
.each-contact-info table {
	width: 100%;
}
.each-contact-info table tr td {
	width: 100%;
    display: inline-block;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 30px 0px;
    color: #000000;
    font-family: '34095';
    font-size: 20px;
}
.each-contact-info table tr td:nth-child(even) {
	border: 0;
}
.each-contact-info table tr td a {
    color: #1e1e1e;
    font-family: '34095';
    font-size: 20px;
}
.each-contact-info table tr td a:hover {
    color: #004578;
}
.each-contact-info table tr td span {
	float: right;
}
.contact-map {
	position: relative;
}
.contact-map::after {
	position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
	height: 50%;
    content: '';
    background: #f5f5f5;
    z-index: -1;
}
.contact-map-wrapper{
	height: 505px;
}
.contact-btm-text {
	height: 100%;
	width: 100%;
	padding-right: 20%;
}
.contact-btm-text p {
	margin: 20px 0 50px;
}
.contact-btm-text-wrapper {
	vertical-align: middle;
}
.contact-btm-sec {
	padding: 190px 0;
	position: relative;
}
.contact-btm-sec::after {
	position: absolute;
    bottom: 0;
    right: 0;
    width: 43%;
	height: 100%;
    content: '';
    background: #f5f5f5;
    z-index: -1;
}

/***********************************diensten page start*****************************************/
.diensten-list-sec {
	padding-bottom: 220px;
}
.each-list {
	padding-top: 140px;
	position: relative;
}
.each-list::after {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 41%;
	height: 100%;
    content: '';
    background: #f5f5f5;
    z-index: -1;
}
.each-list-text {
	padding-left: 100px;
}
.each-list-text2 {
	padding-right: 100px;
}
.each-list-text p {
	margin: 25px 0 60px;
	display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-list:nth-child(even)::after {
	right: 0;
	left: auto;
}
.each-list:nth-child(even) .each-list-text {
	padding-left: 0;
	padding-right: 100px;
}
.each-list:nth-child(even) .each-list-text2 {
	padding-right: 0;
	padding-left: 100px;
}
.each-list-text h4{
	color: #121212;
	margin-top: 20px;
}
/***********************************diensten-dtl page start*****************************************/
.inner-pg-header {
	position: relative;
	background-color: #fff;
	border-bottom: 2px solid #f2f2f2;
}
.inner-pg-header .desktop-nav.navbar-expand-lg .navbar-nav .nav-link {
    color: #1c1c1c;
}
.inner-pg-header .menu-bar div {
    background-color: #1c1c1c;
}
.inner-pg-header .menu-bar::after {
    background-color: #1c1c1c;
}
.inner-pg-header .menu-bar::before {
    background-color: #1c1c1c;
}
.diensten-dtl-bk-btn {
	position: relative;
}
.diensten-dtl-bk-btn .common-btn {
	position: absolute;
	left: 34%;
	top: 68px;
	z-index: 1;
}
/****top-sec***/
.diensten-dtl-top-sec .each-list {
	padding-top: 200px;
}
.diensten-dtl-top-sec .each-list .each-list-text p {
	margin-bottom: 0;
	display: block;
}
.diensten-dtl-top-sec .each-list .each-list-text {
	padding-top: 145px;
	padding-bottom: 250px;
}
.diensten-dtl-top-sec {
	position: relative;
}
.diensten-dtl-top-sec::after {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	height: 170px;
    content: '';
    background: #1c1c1c;
    z-index: -1;
}
/**info-sec***/
.diensten-dtl-info-sec {
	padding: 45px 0 0;
	background-color: #1c1c1c;
}
.diensten-dtl-info-sec h2 {
	margin-bottom: 40px;
	color: #fff;
}
.diensten-dtl-info-sec p {
	color: #fff;
	margin-bottom: 40px;
}
.diensten-dtl-info-sec table {
	width: 100%;
}
.diensten-dtl-info-sec table td {
	vertical-align: top;
	width: 50%;
}
.diensten-dtl-info-sec table td:nth-child(even) {
	padding-left: 115px;
}
.diensten-dtl-info-sec table td:nth-child(odd) {
	padding-right: 115px;
}
.diensten-dtl-info-sec hr {
	border-top: 2px solid #525252;
	margin: 120px 0 0;
}
/*****form*****/
.form-sec h2 {
	margin-bottom: 50px;
	color: #fff;
}
.form-sec {
	background-color: #1c1c1c;
	padding: 75px 0 135px;
}
.form-styl {
	resize: none;
    background-color: transparent;
    border-radius: 0;
    font-family: '34093';
	font-style: italic;
    border: 0;
    color: #fff;
    font-size: 15px;
    border-radius: 0;
    padding: 0 25px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    height: 60px;
}
.form-styl:focus {
	box-shadow: none;
    font-family: '34093';
    color: #fff;
	font-style: italic;
    font-size: 15px;
    border-color: rgba(255, 255, 255, 0.5);
	background-color: transparent;
}
.form-styl::placeholder {
	font-family: '34093';
    color: #fff;
    font-size: 15px;
	font-style: italic;
}
.form-styl::-webkit-placeholder {
	font-family: '34093';
    color: #fff;
    font-size: 15px;
	font-style: italic;
}
.form-styl:-webkit-placeholder {
	font-family: '34093';
    color: #fff;
    font-size: 15px;
	font-style: italic;
}
.form-sec .form-group {
	margin-bottom: 30px;
}
.form-sec textarea {
	padding: 25px;
	height: 150px;
}
.diensten-dtl-gal-sec {
    padding-top: 30px;
}
.diensten-dtl-gal-sec::before {
    display: none;
}
.diensten-dtl-gal-sec .gal-item {
    padding: 0;
}
.diensten-dtl-gal-sec .gallery-dtl {
    background: rgba(0, 0, 0, 0.4);
}
.diensten-dtl-gal-sec .swiper-slide-prev .gallery-heading{
    left: calc(36% + 40px);
    -webkit-transition:unset;
    transition: unset;
}
.diensten-dtl-gal-sec .swiper-slide-prev .gallery-dtl, .diensten-dtl-gal-sec .swiper-slide-next .gallery-dtl{
    display: none;
}
.diensten-dtl-gal-sec .swiper-slide-prev .box:hover .gallery-heading,
.diensten-dtl-gal-sec .swiper-slide-next .box:hover .gallery-heading {
    bottom: 40px;
}
/***********************************overons page start*****************************************/
.overons-top-sec {
    overflow: hidden;
}
.overons-top-sec .each-list{
    padding-top: 150px;
}
.overons-top-sec::after {
	display: none;
}
.overons-top-sec .each-list::after {
	height: 82%;
	width: 100%;
	top: 0;
}
.overons-top-sec .each-list .each-list-text {
	padding-right: 155px;
	padding-left: 0;
	padding-bottom: 60px;
    position: relative;
}
.overons-top-sec .each-list .each-list-text::after {
    position: absolute;
    bottom: 0;
    left: -50%;
    width: calc(100% + 2500px);
    height: 100%;
    content: '';
    background: #f5f5f5;
    z-index: -1;
}

.counter-text {
	padding-right: 175px;
}
.counter-text p {
	margin-top: 40px;
}
.overons-counter-sec {
	padding: 70px 0 165px;
}
.overons-mid-sec {
	position: relative;
}
.overons-mid-sec::after {
	position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
	height: 50%;
    content: '';
    background: #f5f5f5;
    z-index: -1;
}
/***member***/
.member-sec {
	padding: 180px 0 140px;
	position: relative;
}
.member-sec::after {
	position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
	height: 100%;
    content: '';
    background: #f5f5f5;
    z-index: -1;
}
.each-member h4 {
	margin-top: 45px;
	font-size: 25px;
	color: #000000;
	font-family: '34095';
}
.member-text {
	padding-right: 175px;
}
.member-text p {
	margin-top: 40px;
}
.overons-gal-sec {
    padding-top: 14px;
}
.overons-gal-sec::before {
    display: none;
}
.overons-gal-sec .box img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.overons-gal-sec .box:hover img {
    transform: scale(1.15);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.overons-counter-sec .content-panel-wrap {
    padding-left: 0;
}
/***********************************aanbod-dtl page start*****************************************/
.aanbod-dtl-bk-btn-sec {
	padding: 50px 0 40px;
	position: relative;
}
.aanbod-dtl-bk-btn-sec:after {
	position: absolute;
    top: 0;
    left: 0;
    width: 56%;
	height: 100%;
    content: '';
    background: #f2f2f2;
    z-index: -1;
}
.page-path p {
	font-family: '34093';
}
.page-path p span {
	font-family: '34101';
}
.page-path a {
	font-family: '34101';
	color: #000000;
	font-size: 15px;
}
.page-path a:hover {
	color: #004578;
}
.gallery-thumbs {
	margin-top: 15px;
}
.dtl-slider {
	position: relative;
}
.dtl-slider::after {
	position: absolute;
    top: 0;
    left: 0;
    width: 56%;
	height: 88%;
    content: '';
    background: #f2f2f2;
    z-index: -1;
}
.dtl-slider .swiper-button-prev {
	left: 6%;
}
.dtl-slider .swiper-button-next {
	right: 6%;
}
/***car-model****/
.car-model-sec {
	padding: 75px 0;
}
.car-model-sec h3 {
	font-family: '34101';
	margin-bottom: 30px;
    margin-top: 15px;
}
.car-model-sec h5 {
	color: #000000;
}
.car-model-sec .col-md-6 .common-btn {
	height: 60px;
	max-width:100%;
	line-height: 59px;
	font-family: '34101';
	font-size: 16px;
	color: #000000;
	border: 1px solid #dddddd;
}
.car-model-sec .col-md-6 .common-btn:first-child {
	background-color: #e7ebee;
	border-color: #113856;
}
.car-model-sec .col-md-6 .common-btn:hover {
	background: #113856;
	color: #fff;
}
.car-model-sec .common-btn:hover img{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
/***tab-sec***/
.aanbod-dtl-tab-sec .each-tab-content {
	padding: 70px 0;
	/*border-top: 2px solid #f2f2f2;*/
}
/*.aanbod-dtl-tab-sec .each-tab-content:last-child {
	border-bottom: 2px solid #f2f2f2;
}*/
.aanbod-dtl-tab-sec .each-tab-content:first-child {
	border-bottom: 0;
}
.aanbod-dtl-tab-sec .nav-tabs .nav-item{
    margin: 0 30px;
}
.aanbod-dtl-tab-sec .nav-tabs{
    justify-content: center;
    border: 0;
}
.aanbod-dtl-tab-sec .nav-link{
   padding: 0;
    border: 0;
    font-family: '34095';
    font-size: 27px;
    letter-spacing: 0.5px;
    color: #121212;
    border-bottom: 2px solid transparent;
    opacity: 0.3;
	font-weight: bold;
}
.aanbod-dtl-tab-sec .nav-tabs .nav-link:hover {
    border-color: transparent;
}
.aanbod-dtl-tab-sec .nav-link.active, .aanbod-dtl-tab-sec .nav-tabs .nav-link:focus{
    border-color: #1c1c1c;
    opacity: 1;
}
.aanbod-dtl-tab-sec .nav-tabs .nav-item.show .nav-link, 
.aanbod-dtl-tab-sec .nav-tabs .nav-link.active{
    color: #1c1c1c;
}
.each-tab-content li {
    font-family: '34093';
    font-size: 18px;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #000000;
    word-break: break-word;
    position: relative;
}
.each-tab-content .bullet-panel li:after {
    position: absolute;
    top: 7px;
    left: 0;
    content: '';
    width: 7px;
    height: 7px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.each-tab-content .tab_hedaing h3 {
    color: #000000;
    border-bottom: 1px solid #1c1c1c;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.bullet-panel{
    margin-bottom:20px;
}
.kenmerken-tab ul li {
	width: 48%;
    display: inline-block;
    vertical-align: top;
}
/*.tab-common-heading h2 {
	margin-bottom: 40px;
}*/
.kenmerken-tab ul li:nth-child(odd) {
	background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 7px;
    padding-left: 20px;
    background-size: 7px;
	color: #8a8a8a;
}
.highlight-slider .swiper-button-next {
	right: 30px;
}
.highlight-slider .swiper-button-prev {
	left: 30px;
}
.each-onderhoud-block {
	display: flex;
    margin-bottom: 20px;
}
.left-bg-block {
	width: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #024477;
	font-size: 16px;
	line-height: 24px;
}
.left-bg-block h6 {
	font-size: 16px;
}
.block-dtls h4 {
	font-size: 18px;
    color: #0a0a0a;
    font-family: '34095';
}
.block-dtls h5 {
	margin: 10px 0px 30px;
    font-family: '34093';
    color: #0a0a0a;
}
.block-dtls {
	width: calc(100% - 140px);
	border: 1px solid #0a0a0a;
	border-left: 0;
	padding: 20px 15px 5px;
	min-height: 200px;
}
.each-opties-slide h5 {
	color: #000000;
	margin-top: 25px;
}
.hightlight h2{
    margin-bottom: 30px;
} 
/*****aanbod-dtl-form****/
.aanbod-dtl-form-sec {
	padding: 115px 0 120px;
}
.aanbod-dtl-form-sec h2{
	margin-bottom: 55px;
}
.aanbod-dtl-form-wrapper {
	max-width: 80%;
}
.aanbod-dtl-form-sec .form-styl {
	color: #a3a3a3;
	border-color: #f5f5f5;
}
.aanbod-dtl-form-sec .form-styl::placeholder {
	color: #a3a3a3;
}
.aanbod-dtl-form-sec .form-styl::-moz-placeholder {
	color: #a3a3a3;
}
.aanbod-dtl-form-sec .form-styl:-moz-placeholder {
	color: #a3a3a3;
}
.aanbod-dtl-form-sec .form-group {
	margin-bottom: 10px;
}
.aanbod-dtl-form-sec textarea {
	padding: 25px;
    height: 200px;
}

/***********************************aanbod page start*****************************************/
.aanbod-filter-sec {
	background-color: #f5f5f5;
}
.aanbod-filter-wrapper a{
    color: #004578;
}
.aanbod-filter-wrapper {
	background-color: #fff;
	padding: 35px 65px;
}
.select-style {
	width: 100%;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    height: 62px;
    line-height: 60px;
    font-family: 'MarkSimonsonProximaNovaAltLight';
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/aanbod-d-arrow.png) #fff no-repeat 90% center/10px;
    color: #b4b4b4;
    padding: 0 23px;
}
.aanbod-filter-sec .col-lg-2 {
	-ms-flex: 0 0 16%;
	flex: 0 0 16%;
	max-width: 16%;
}
.aanbod-filter-sec .col-lg-2:last-child {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.aanbod-filter-sec .common-btn {
	max-width: 100%;
	height: 62px;
	line-height: 60px;
}
.aanbod-product-sec .filter-grid {
	max-width: 210px;
	width: 100%;
	margin-left: auto;
	margin-bottom: 65px;
}
.aanbod-product-sec .aanbod-each-filter-grid {
	font-size: 16px;
    color: #000000;
    font-family: '34093';
    text-align: center;
    line-height: 48px;
    height: 50px;
    opacity: 0.5;
	cursor: pointer;
	margin-left: 5px;
}
.aanbod-product-sec .aanbod-each-filter-grid.active {
	opacity: 1;
}
.aanbod-product-sec .aanbod-each-filter-grid img {
	width: 26px;
	margin-right: 10px;
	margin-top: -5px;
}
.aanbod-product-sec {
	background-color: #f5f5f5;
	padding: 40px 0 85px;
}
/**aanbod-product****/
.aanbod-product-sec .each-product {
    margin-bottom: 15px;
}
.aanbod-product-middle-wrapper {
    padding-bottom: 15px;
}
.aanbod-product-middle-area {
    position: relative;
}
.aanbod-product-middle-area::after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.46);
}
.aanbod-product-middle-content {
    position: relative;
    padding: 10% 10% 50px;
    z-index: 1;
}
.aanbod-product-middle-content h5 {
    color: #fff;
    text-transform: uppercase;
}
.aanbod-product-middle-content p {
    color: #fff;
    margin: 30px 0 55px;
}
/***********************************aanbod-list page start*****************************************/
.aanbod-list-product-sec {
    padding-bottom: 115px;
}
.aanbod-list-product-sec .each-product {
    background-color: #fff;
    margin-bottom: 30px;
}
.aanbod-list-product-sec .product-img {
    overflow: hidden;
}
.aanbod-list-product-sec .product-content h3 {
    margin-bottom: 20px;
    height: auto;
}
.aanbod-list-product-sec .product-content h5 {
    color: #9d9d9d;
    margin: 0;
}
.aanbod-list-product-sec .product-price {
    margin: 60px 0 70px;
}
.aanbod-list-product-sec .product-price h5 {
    color: #000000;
    margin: 0;
}
.aanbod-list-product-sec .product-dtl table {
    margin: 0;
}
.aanbod-list-product-sec .product-dtl .txt-btn {
    font-size: 22px;
}
.aanbod-list-product-sec .product-dtl {
    height: 100%;
    padding: 0 6%;
}
.aanbod-list-product-wrapper {
    max-width: 90%;
    width: 100%;
}
.finan {
	background: #299501;
	border: 1px solid #299501;
}
/*************************************verkocht page start****************************************/
.verkocht-sec {
    padding-top: 80px;
}
.verkocht-wrapper {
    max-width: 1270px;
    width: 100%;
    margin: 0 auto;
}
/***********************************bedankt page start*****************************************/
.bedankt-banner-sec .content-wrap {
    max-width: 810px;
}
/*************************************pop up start****************************************/
.modal-area .modal-dialog {
    max-width: 66%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background-color: rgba(255, 255, 255, 0.5);
}
.modal-area .close-img {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 1;
}
.modal-area .modal-content {
    border: 0;
    border-radius: 0px;
    position: relative;
}
.modal-area .popup-content p{
    margin-top: 40px;
    font-size: 15px;
    font-family: '34093';
    color: #000000;
}
.modal-area .popup-content {
    padding: 10% 15%;
    position: relative;
    background-color: #fff;
    width: 100%;
}
.modal-area .pop-up-image img{
    height: 100%;
    object-fit: cover;
}
.modal-area .popup-content h2 {
    font-family: '34095';
    color: #000000;
}

/* 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;
}

.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;
}

/*********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{
    margin-bottom: 50px;
}
.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #000000;
    border-bottom: 1px solid #1c1c1c;
    text-transform: uppercase;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    font-size: 18px;
    color: black;;
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin-bottom: 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.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: 13pt;
    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';
}
.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;
}
.form-sec .select-style {
    width: 100%;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    height: 62px;
    line-height: 60px;
    font-family: 'MarkSimonsonProximaNovaAltLight';
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/aanbod-d-arrow.png) transparent no-repeat 90% center/10px;
    color: #b4b4b4;
    padding: 0 23px;
}
.foto_upload{
    line-height: 58px;
}
.error_top {
    background: #000;
    padding-top: 140px;
    padding-bottom: 50px;
}
.banner-sec::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(../images/gradient.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.car-model-btn{
    max-width: 700px;
    width: 100%;
}
.car-model-btn img{
	width: 25px;
    height: 25px;
    margin-right: 10px;
}
.form-1{
    margin-top: 40px;
    display: none;
}
.form-1 .form-styl {
	color: #a3a3a3;
	border-color: #f5f5f5;
    text-align: left;
    font-family: '34095';
    font-style: normal;
    padding: 0 15px;
}
.form-1 .form-styl::placeholder {
	color: #a3a3a3;
    opacity: 1 !important;
}
.form-1 .form-styl::-moz-placeholder {
	color: #a3a3a3;
    opacity: 1 !important;
}
.form-1 .form-styl:-moz-placeholder {
	color: #a3a3a3;
    opacity: 1 !important;
}
.car-model-sec .form-1 .form-group {
	margin-bottom: 15px;
}
.form-1 textarea {
	padding: 25px;
    height: 200px;
}
.form-1 label{
    color: #a3a3a3;
    font-size: 15px;
    font-family: '34095';
}
#maandModule {
  width: 100%;
  min-width: 100%;
  height: 450px;
}
a.link {
    color: black;
}

a.link:hover {
    color: blue;
}
html{
    font-size: 62.5%;
}
.widget-btn-area{
	bottom: 2rem;
  	left: 3rem;
  	z-index: 99;
}
.widget-btn{
	border-radius: 10px;
  	background: #113856;
	box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  	padding: 1.3rem 2.5rem;
  	font-size: 1.8rem;
  	font-family: '34095';
  	cursor: pointer;
  	color: #fff;
}	
.widget-btn span:after, .widget-mobile span:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	right: -.5rem;
	content: '';
	width: 1.2rem;
	height: 1.2rem;
	background: url(../images/next-white.svg) no-repeat center/ contain;
}
.widget-content{
	background: #1c1c1c;
	padding: 4.5rem;
  	-webkit-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
  	border-radius: 20px;
  	width: 51rem;
  	display: none;
}
.arw-rotate{
	margin-top: -2.5rem;
  	margin-bottom: 1rem;
  	transform: rotate(-90deg);
	cursor:pointer;
}
.arw-rotate img{
    width: 1.2rem;
}
.widget-content h4, .widget-content h5{
	text-transform: unset;
	color: #fff;
	letter-spacing: normal;
}
.widget-content h4{
  	font-family: '34101';
  	font-size: 2.4rem;
}
.widget-content h5{
	margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
	text-decoration: underline;
}
.widget-content button, .widget-mobile button{
	border-radius: 5px;
	color: #fff;
	border: 2px solid #113856;
  	background: #113856;
	padding: 1.2rem 2rem;
	font-size: 1.8rem;
	font-family: '34095';
	margin-right: .5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
}
.widget-content button:hover, .widget-mobile button:hover{
	background: #fff !important;
	border-color: #fff !important;
	color: #113856 !important;
}
.monthly_amount{
	cursor:pointer;
} 
.bottom-0{
	bottom: 0;
}
.start-0{
	left: 0;
}
.diensten-dtl-info-sec h3 {
  margin-bottom: 40px;
  color: #fff;
}
.grecaptcha-badge {
	display: none !important;
}
.each-list-text p a{
	color: #113856;
}
.each-list-text .common-btn{
  margin-bottom: 20px;
}
.each-list-text .common-btn.new-btn{
	max-width: 332px;
}