@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    color: #1c1c1c;
    font-family: 'MontserratRegular';
    font-size: 1.6rem;
    background-color: #f6f6f6;
    overflow-x: hidden;
}
#page{
    overflow: hidden;
    position: relative;
}
html {
    font-size: 62.5%;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
.grecaptcha-badge{
    display:none;
}
/*=========header========*/
.header-area .mw-100{
    width: 180px;
}
.header-area .navbar-area li{
    display: inline-block;
    font-family: 'Sequel100Black45';
    font-size: 1.3rem;
    margin-left: 40px;
    letter-spacing: 1px;
    margin-right: 0;
}
.header-area .navbar-area li a{
    color: #fff;
    text-transform: uppercase;
}
.common-line{
    background-color: #fff;
}
.header-area .navbar-area{
    padding-left: 0;
    padding-right: 0;
}
.header-area:hover .navbar-area{
    background: #121212;
}
.header-area .drpdwn:after{
    background-image: url(../images/plus.png);
}
.header-area .drpdwn.active:after {
    background-image: url(../images/minus.png);
}
.header-area .menu-icon{
   /* margin-top: -0.3rem;
    margin-left: 0.5rem;*/
}
.header-area .menu_text.active .menu-icon {
    /*position: relative;*/
    /*background: #121212;*/
}
.header-area .menu_text.active .common-line{
    background-color: #121212;
}   
.header-area .image-area {
    background: rgba(18, 18, 18, .8);
}
.header-area .navbar-area a:after{
    border-color: rgb(255, 255, 255);
}
.header-area.active {
    transform: translate3d(0px, -100%, 0px);
}
.menubar-wrap{
    position: relative;
}
.menu_text a{
    vertical-align: middle;
}
.menu_text.active{
    z-index: 9;
    position: relative;
}
.menu_text.active a{
    opacity: 0;
}
.menu_text a{
    padding-right: 4rem;
}
.menu-icon{
    display: inline-flex !important;
    -webkit-box-pack: center;
    justify-content: center;
    border: none;
    flex-direction: column;
    cursor: pointer;
    height: 40px;
    width: 40px;
    margin-left: 5px;
    border-radius: 20px;
    padding: 10px;
    z-index: 5;
    background: transparent;
    transition: background-color 0.3s ease 0s;
    position: absolute;
    top: -4px;
    right: 0;
}
.common-line {
    width: 20px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50px;
    cursor: pointer;
    margin: 0.375rem 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}
.menu_text.active .menu-icon{
    background: rgb(255, 255, 255);
}
/*========banner========*/
.banner-sec {
	position: relative;
    /*height: 100vh;*/
}
.each-banner img {
    height: 100%;
    object-fit: cover;
}
.banner-content { 
	position: absolute;
	bottom: 260px;
	left: 0;
	width: 100%;
	z-index: 1;
}
.banner-content span{
    position: relative;
    padding: 0 100px;
}
.banner-content span:before, .banner-content span:after{
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    left: 45px;
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100%;
}
.banner-content span:after{
    left: auto;
    right: 45px;
}
.banner-content h6{
    margin: 25px 0 60px;
}
.banner-content .common-btn{
    margin: 0 20px;
}
.banner-sec .swiper-pagination{
    bottom: 180px;
}
.common-pagination .swiper-pagination-bullet{
    margin: 0 25px !important;
    background: #fff;
}
.common-pagination .swiper-pagination-bullet-active{
    background: #fff;
    position: relative;
}
.common-pagination .swiper-pagination-bullet-active:before {
    position: absolute;
    width: 34px;
    height: 34px;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner-sec .common-pagination .swiper-pagination-bullet-active:before {
    width: 68px;
    height: 68px;
    border: 1px solid #fff;
}
/*==============product============*/
.product-sec{
    padding: 60px 0;
}
.brand{
    margin: 80px auto;
    display: table;
}
.brand img{
    margin: 0 40px;
    opacity: 0.75;
    width: 70px;
}
.each-product{
    overflow: hidden;
    margin-bottom: 30px;
}
.product-dtl{
    background: #fff;
    padding: 30px 20px 0;
}
.product-dtl h6{
    font-family: 'MontserratRegular';
    color: #1b1b1b;
    margin-bottom: 10px;
    letter-spacing: 0.4px;
}
.product-dtl p{
    font-size: 1.5rem;
    color: #adadad;
    letter-spacing: 1px;
    line-height: 22px;
    word-break: break-word;
    height: 45px;
    overflow: hidden;
}
.product-dtl .text-end p{
    height: auto;
}
.product-dtl p span{
    color: #bc9d7e;
}
.product-dtl hr{
    background-color: #dedede;
    opacity: 1;
    width: 100vw;
    left: 50%;
    position: relative;
    margin: 30px 0 0 -50vw;
}
.product-dtl table{
    width: 100%;
}
.product-dtl td{
    width: 33.33%;
    border-left: 1px solid #dedede;
    padding: 25px 0 25px 25px;
}
.product-dtl td:first-child{
    padding-left: 0;
    border-left: 0;
}
.product-dtl td span{
    color: #1b1b1b;
    display: block;
}
.product-sec .common-btn{
    margin-top: 50px;
}
/*========gallery==========*/
.gallery-sec{
    background: #0e0e0e;
    padding: 160px 0 80px;
}
.top-content{
    max-width: 960px;
    width: 100%;
    margin: 0 auto 100px;
}
.top-content p{
    text-align: center !important;
}
.top-content h2{
    color: #fff;
    margin-bottom: 50px;
}
.each-gal, .gallery-slider{
    position: relative;
}
.each-gal:before, .each-gal:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    content: '';
    background: #0e0e0e;
    z-index: 1;
}
.each-gal:after{
    top: auto;
    bottom: 0;
}
.gallery-slider .swiper-slide-active .each-gal:before, .gallery-slider .swiper-slide-active .each-gal:after{
    opacity: 0;
}
.gal-heading{
    position: absolute;
    bottom: 50px;
    left: 0;
    padding-left: 70px;
    opacity: 0;
}
.gallery-slider .swiper-slide-active .gal-heading{
    opacity: 1;
}
.gal-heading h2{
    color: #fff;
    text-transform: uppercase;
}
.gallery-slider .swiper-pagination{
    position: static;
    margin-top: 50px;
}
.gallery-slider .olufsen_main_block{
    display: block;
    margin: 0;
}
.gallery-slider .olufsen_each_block{
    width: 100%;
    overflow: hidden;
}
.gallery-slider .olufsen_each_block .olufsen_image_content{
    position: relative;
}
.gallery-slider .swiper-slide-prev .olufsen_each_block:focus .olufsen_image_content, 
.gallery-slider .swiper-slide-prev .olufsen_each_block:hover .olufsen_image_content,
.gallery-slider .swiper-slide-next .olufsen_each_block:focus .olufsen_image_content, 
.gallery-slider .swiper-slide-next .olufsen_each_block:hover .olufsen_image_content  {
    transform: scaleX(1);
}
/*============content==========*/
.content-sec{
    position: relative;
    padding: 180px 0 50px;
}
.content-sec:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 370px;
    content: '';
    background: #0e0e0e;
    z-index: -1;
}
.block-wrap{
    padding: 0 8%;
}
.content-sec .block-wrap .row{
    background: #fff;
}
.left-content p{
    /*margin: 60px 0 120px;*/
    margin: 40px 0 60px;
}
.block-image{
    margin-top: -120px;
    margin-right: 70px;
}
.left-content{
    /*padding: 14% 10%;*/
    padding: 6%;
}
.block-wrap.my-paroller .block-image{
    margin-top: 0;
}
/*===========insta===========*/
.insta-block{
    padding: 140px 0;
}
.insta-block .text-center{
    margin-bottom: 30px;
}
.insta-block{
    padding-top: 0 !important;
    margin-top: -50px;
}
/*===========footer=========*/
.footer-area {
    background: #0e0e0e;
    padding: 50px 0;
}
.footer-logo{
    width: 150px;
}
.footer-area h6{
    font-family: 'MontserratRegular';
    font-size: 1.5rem;
    color: #8a8a8a;
    margin-bottom: 20px;
}
.footer-area p{
    font-size: 1.5rem;
    color: #fff;
    font-family: 'Sequel100Black45';
}
.contact-info{ 
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    margin: 60px 0;
}
.contact-info .col-md-6:first-child table{
    border-right: 1px solid #333333;
    padding-left: 0;
}
.contact-info table {
    width: 100%;
    padding: 50px 0;
    display: block;
}
.contact-info td h6{
    margin-bottom: 0;
}
.contact-info td:nth-child(1){
    padding-left: 70px;
}
.contact-info .col-md-6:first-child td:nth-child(1){
    padding-left: 0;
    padding-right: 70px;
}
.contact-info td a{
    font-family: 'Sequel100Black45';
    font-size: 2rem;
    margin-left: 100px;
    word-break: break-word;
}
.menu-area li {
    display: inline-block;
    margin: 0 50px;
    font-size: 1.5rem;
    font-family: 'MontserratRegular';
}
.menu-area a {
    color: #8a8a8a;
}
.menu-area a:hover {
    color: #bc9d7e;
}
.social-icon{
    margin-top: 50px;
}
.social-icon a {
    width: 52px;
    height: 52px;
    background: #fff;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
}
.social-icon a:hover {
    background: #bc9d7e;
}
.social-icon img {
    width: 20px;
}
.social-icon a:hover img {
    filter: brightness(0)invert(1);
    -webkit-filter: brightness(0)invert(1);
}
/*=================================popup start======================================*/
.modal-area .modal-dialog {
    max-width: 70%;
    margin: 8% auto 0;
}
.modal-area .modal {
	background-color: rgba(0, 0, 0, 0.6);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: #fff;
	position: relative;
}
.modal-area .popup-content p {
    margin: 40px 0 50px;
    text-align: justify;
}
.modal-area .popup-content {
    padding: 50px 13%;
    background-color: #fff;
}
.pop-up-image {
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    font-family: 'MontserratRegular';
    font-size: 2.5rem;
    color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}
.close-img:hover {
    color: rgba(0, 0, 0, 0.6);
}
/*=================================contact page start======================================*/
/**inner-header****/
.inner-header .mw-100{ 
    width: 114px;
}
.contact-map-sec{ 
	height: 800px;
}
/**contact-mid-sec**/
.contact-mid-sec { 
	position: relative;
    background-color: #fff;
    z-index: 0;
}
.contact-mid-sec::after {
	content: '';
	background-color: #f6f6f6;
    height: 255px;
	width: 100%;
	bottom: 0;
	position: absolute;
} 
.contact-mid-img {
    top: -127px;
    position: relative;
    z-index: 2;
    height: 100%;
}
.contact-mid-img img {
    height: 100%;
    object-fit: cover;
}
.contact-mid-text { 
	padding: 50px 16% 300px;
}
.contact-mid-text p { 
	margin: 30px 0;
}
.contact-mid-text td {
	font-family: 'Sequel100Black45';
    font-size: 1.5rem;
    color: #1c1c1c;
	padding-bottom: 5px;
	vertical-align: top;
}
.contact-mid-text td:nth-child(odd) {
	padding-right: 50px;
}
/****contact-dtl-sec******/
.contact-dtl-sec { 
	background-color: #f6f6f6;
	padding: 3% 0 10.5%;
}
.contact-dtl-wrap {
	margin: 0 -6%;
}
.contact-dtl-sec h2 {
	margin-bottom: 40px;
}
.contact-information p {
	margin: 0 0 75px;
}
.contact-information table {
	width: 100%;
}
.contact-information tr {
	display: block;
	padding: 20px 25px;
}
.contact-information tr:nth-child(even) {
	background-color: #efefef;
}
.contact-information td img {
	width: 40px;
	margin-right: 70px;
}
.contact-information td h6 { 
	font-family: 'Sequel100Black45';
    font-size: 1.5rem;
    color: #1c1c1c;
}
.contact-information td h6 a {
	color: #1c1c1c;
}
.contact-information td h6 a:hover {
	color: #bc9d7e;
}
.contact-form label {
    font-family: 'Sequel100Black45';
    font-size: 1.3rem;
    color: #1c1c1c; 
	text-transform: uppercase;
	letter-spacing: 0.5px;
    margin-bottom: 16px;
}
.contact-form label span {
	color: #bc9d7e;
}
.form-styl {
    resize: none;
    font-family: 'Sequel100Black45';
    border: 0;
    color: #1c1c1c;
    font-size: 1.3rem;
    letter-spacing: 0.5px;
    padding: 0 20px;
    border-radius: 0;
    height: 70px;
    background-color: #fff;
}
.contact-form .form-group {
    margin-bottom: 45px;
}
.form-styl:focus {
	color: #1c1c1c;
    box-shadow: none;
    background-color: #fff;
} 
textarea.form-styl {
    height: 210px;
    padding: 30px 20px;
}
.form-styl:placeholder{
    color: #1c1c1c;
}
.form-styl:-ms-input-placeholder{
    color: #1c1c1c;
    opacity: 1;
}
.form-styl::placeholder{
    color: #1c1c1c;
    opacity: 1;
}
/*=================================diensten-page-start=================================*/
/**inner-banner-sec****/
.inner-banner-sec { 
    position: relative;
}
.inner-banner-content { 
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding-top: 60px;
    width: 100%;
    text-align: center;
}
.inner-banner-content h1 {
    padding: 0 55px;
    position: relative;
    display: inline-block;
}
.inner-banner-content h1:before,
.inner-banner-content h1::after {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100%;
}
.inner-banner-content h1::after {
    left: auto;
    right: 0;
}
/****diensten-top-sec****/
.diensten-top-sec{
	padding: 7% 0 8% 0;
    background-color: #fff;
}
.diensten-top-sec h2{
	margin-bottom: 30px;
}
.diensten-top-wrap{
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	text-align: center;
}
/****diensten-list-sec****/
.diensten-list-sec{
	padding: 7% 0;
}
.diensten-list-sec .before_the_flood_image {
    position: relative;
}
.diensten-list-content{
    position: absolute;
    bottom: 6rem;
    width: 100%;
    text-align: left;
    z-index: 99;
}
.diensten-list-sec .before_the_flood_heading{
    margin-bottom: 0;
}
.diensten-list-sec .before_the_flood_inner{
    display: block;
    padding: 0 8rem;
}
.diensten-list-sec .before_the_flood_heading{
    text-shadow: none;
}
.diensten-list-sec .each_before_the_flood_block:hover .before_the_flood_heading {
    transform: scale(1);
    -webkit-transform: scale(1);
}
.diensten-list-sec .each_before_the_flood_block{
    padding: 0;
    display: block;
    min-height: auto;
}
.diensten-list-txt h2,
.diensten-list-hov-txt h2{
    color: #ffff;
    text-transform: uppercase;
}
.diensten-list-sec .before_the_flood_desc{
    margin: 0;
    max-width: 100%;
}
.diensten-list-sec .common-btn{
    margin-top: -35px;
}
.each-diensten-list-box{
	margin-bottom: 20px;
	position: relative;
	padding: 0 9.5%;
}
.each-diensten-list-box:last-child{
	margin-bottom: 0;
}
.diensten-list-hov-txt h6{
	font-family: 'Sequel100Black45';
}
/*=================================diensten-dtl page start======================================*/
.dtl-header { 
    /*position: relative;*/
    background-color: #0e0e0e;
}
/***diensten-dtl-bk-btn-sec***/
.diensten-dtl-bk-btn-sec{ 
    background-color: #0e0e0e;
    padding-top: 140px;
}
.diensten-dtl-bk-btn-wrap { 
    margin-left: -38px;
}
/***diensten-dtl-top-sec***/
.diensten-dtl-top-sec { 
    background-color: #0e0e0e;
    padding: 5% 0 19%;
}
.diensten-dtl-top-sec h2 {
    color: #fff;
    margin-bottom: 50px;
}
/***diensten-dtl-mid-sec****/
.diensten-dtl-mid-sec .contact-mid-text p{ 
    margin-bottom: 0;
}
/****diensten-dtl-gal-sec***/
.diensten-dtl-gal-sec {
    border-bottom: 1px solid #333333;
}
/*======================aanbod-page-stars======================*/
/****aanbod-filter-sec****/
.aanbod-filter-sec{
	background-color: #0e0e0e;
	padding: 150px 0 1.5% 0;
}
.aanbod-filter-sec h2{
	color: #ffff;
	margin-bottom: 5.5%;
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 50px;
    color: #fff;
	font-family: 'Sequel100Black45';
	background: url(../images/bullet.svg) #0e0e0e no-repeat 92% center/15px;
    font-size: 1.3rem;
    appearance: none;
    line-height: 48px;
    text-align: left;
    border-bottom: 1px solid #dedede;
    border-top: none;
    border-left: none;
    border-right: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.select-style option{
    font-family: arial;
}
.aanbod-filter-sec .col-lg-3{
	width: 20%;
	padding: 0 32px;
}
.wis-block {
    padding: 20px 20px 0 0;
}
.wis-block a{
	display: inline-block;
	font-family: 'MontserratRegular';
	color: #adadad;
	font-size: 1.3rem;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.wis-block a:hover{
	color: #bc9d7e;
}
/****aanbod-product-sec****/
.aanbod-product-sec{
    padding: 7% 0;
}
.aanbod-product-middle-content {
    padding: 0 7% 60px 7%;
}
.aanbod-product-middle-content h2{
    color: #fff;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.middle-cont-outer{
    margin-bottom: 30px;
}
.aanbod-product-sec .col-xl-4:last-child .each-product{
    margin-bottom: 0;
}
/*======================over-ons-page-stars======================*/
/****ons-top-sec****/
.ons-top-sec{
	padding: 4.5% 0 14.5% 0;
    background-color: #f6f6f6;
}
.ons-top-sec h2{
	margin-bottom: 6%;
}
/****ons-mid-sec****/
/*
.ons-mid-sec::after{
    background-color: #0e0e0e;
}
*/
.ons-mid-sec p{
    margin-bottom: 0;
}
/****ons-team-sec****/
.ons-team-sec{
	padding: 5.5% 0 7.9% 0;
    overflow: hidden;
}
.ons-team-sec h2{
	margin-bottom: 4%;
	color: #fff;
	line-height: 33px;
}
.ons-team-sec .top-content {
    margin-bottom: 0;
}
.ons-team-sec .top-content p {
    color: #fff;
}
.ons-team-sec .each-gal{
	overflow: hidden;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
    position: relative;
}
.team-txt {
	position: absolute;
	text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
.top-txt-inn{
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.ons-team-sec .swiper-slide-active .each-gal {
    transform: scale(1.1);
    z-index: 9;
}
.ons-team-sec .swiper-slide-active .team-txt {
    display: block;
}
.ons-team-sec .swiper {
    padding: 100px 0 50px;
}
.ons-team-sec .each-gal:after, 
.ons-team-sec .each-gal:before{
    height: 40px;
    display: none;
}
/****ons-insta-block****/
.ons-insta-block{
   padding-top: 6%;
}
/****ons-bottom-slider****/
.ons-bottom-img{
    overflow: hidden;
    width: 100%;
}
.ons-bottom-slider .swiper-slide-active .olufsen_each_block a:after{
   background-color: transparent;
}
.ons-bottom-slider .olufsen_each_block .olufsen_image_content{
    position: relative;
}
.ons-bottom-slider .olufsen_each_block a{
    padding: 0;
    margin: 0;
}
/*=================================aanbod-dtl page start======================================*/
.aanbod-dtl-bk-btn-sec {
    position: relative;
}
.aanbod-dtl-bk-btn-sec .common-btn {
    position: absolute;
    top: 140px;
    z-index: 2;
}
/****dtl-slider***/
.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;
    content: '';
    width: 100%;
    height: 100%;
    content: '';
    background: #000;
    opacity: 0.5;
}
.dtl-slider{ 
    background-color: #fff;
}
.gallery-top-wrap {
    position: relative;
}
.dtl-slider .swiper-button-next { 
    right: 9%;
}
.dtl-slider .swiper-button-prev { 
    left: 9%;
}
.dtl-slider .common-pagination{
    position: static;
    margin: 30px 0;
}
.dtl-slider .common-pagination .swiper-pagination-bullet-active:before {
    border-color: #1c1c1c;
}
.dtl-slider .common-pagination .swiper-pagination-bullet{ 
    background: rgba(28,28,28,0.8);
    margin: 0 12px !important;
}
.dtl-slider .common-pagination .swiper-pagination-bullet-active {
    background: rgba(28,28,28,1);
}
.gallery-thumbs {
    background-color: #f6f6f6;
    margin-bottom: 15px;
}
/***dtl-car-model****/
.dtl-car-model {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    z-index: 9;
    text-align: right;
    padding: 0 4.5% 5%;
}
.dtl-car-model h1{
    filter: drop-shadow(0 0 0.75rem black);
}
.dtl-car-model h6 { 
    margin-top: 20px;
    color: #fff;
    font-family: 'montserratsemibold';
    font-size: 2.4rem;
    filter: drop-shadow(0 0 0.75rem black);
}
/****dtl-tab-content*******/
.dtl-tab-sec{ 
    overflow: hidden;
}
.each-tab-content-wrap { 
    padding: 70px 0;
    border-bottom: 1px solid #d4d4d4;
}
/*.each-tab-content:last-child .each-tab-content-wrap {
    border-bottom: 0;
}*/
.each-tab-content:last-child {
    border-bottom: 0;
}
.each-tab-content p {
    color: #1c1c1c;
}
.kenmarken-wrap {
    position: relative;
    border-bottom: 0;
}
.kenmarken-wrap::after {
    content: '';
    background-color: #d4d4d4;
    height: 1px;
    width: 93%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.each-tab-content-heading h2 {
    margin-bottom: 50px;
    text-transform: uppercase;
}
.dtl-tab-sec .tab-dtl-block ul li {
    font-family: 'MontserratRegular';
    font-size: 1.5rem;
    color: #1c1c1c;
    padding-bottom: 10px;
    word-break: break-word;
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/gold-bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 1px;
    padding-left: 25px;
    background-size: 20px;
    color: #b6b6b6;
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    color: #1c1c1c;
    font-family: 'MontserratRegular';
}
.bullet-panel h6 {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 20px;
    font-size: 2.3rem;
    font-family: 'Sequel100Black45';
    color: #1c1c1c;
}
.dtl-tab-sec .tab-dtl-block .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 25px;
    position: relative;
    font-family: 'MontserratRegular';
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 20px;
    position: absolute;
    top: 1px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../images/gold-bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #bc9d7e;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #bc9d7e;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 30px;
    color: #fff;
    font-family: 'MontserratRegular';
    font-size: 1.8rem;
}
.each-onderhoud-block h4 {
    color: #1c1c1c;
    font-family: 'MontserratRegular';
    font-size: 2.4rem;
}
.each-onderhoud-block h5 {
    color: #1c1c1c;
    margin: 10px 0px 30px;
    font-size: 1.8rem;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.finance-frame {
    background-color: #fff;
    padding: 16% 0;
    text-align: center;
    max-width: 1406px;
    width: 100%;
    margin: 0 auto;
}
.finance-frame h6 {
    font-size: 2.3rem;
    font-family: 'NunitoSansBold';
    color: #1c1c1c;
}
/****dtl-info-block****/
.dtl-info-block { 
    max-width: 645px;
    width: 100%;
    margin-left: auto;
    margin-top: -100px;
}
.dtl-info-block .col-6 .common-btn {
    max-width: 100%;
    height: 119px;
    line-height: 145px;
}
.dtl-info-block .col-6:nth-child(odd){
    border-right: 1px solid #fff;
}
.dtl-info-price { 
    padding: 95px 20px;
    background-color: #fff;
}
.dtl-info-price h2 span {
    margin-left: 50px;
    color: #1c1c1c;
    font-family: 'NunitoSansBold';
}
.dtl-info-price h2 { 
    color: #1c1c1c;
    font-family: 'NunitoSansBold';
}
.dtl-info-price h6 { 
    color: #1c1c1c;
    font-family: 'NunitoSansRegular';
    font-size: 2.5rem;
}
.dtl-info-price h6 span { 
    color: #9d9d9d;
    font-family: 'NunitoSansBold';
    display: block;
    margin-bottom: 10px;
}
/****aanbod-dtl-contact-dtl-sec****/
.aanbod-dtl-contact-dtl-sec{ 
    padding: 6% 0 4%;
}
/**related-product-sec***/
.related-product-wrap { 
    border-top: 1px solid #d4d4d4;
    padding: 7.5% 0 7%;
}
.related-product-sec h2 {
    margin-bottom: 5%;
}
/***aanbod-dtl-gal-sec****/
.aanbod-dtl-gal-sec .top-txt-inn h6 { 
    font-size: 2.2rem;
    font-family: 'Sequel100Black45';
}
.aanbod-dtl-gal-sec .top-txt-inn {
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: auto;
}
.aanbod-dtl-gal-sec {
    padding: 7% 0;
}
.aanbod-dtl-gal-sec .swiper-slide-active .each-gal .team-txt {
    background-color: rgba(0, 0, 0, 0.6);
}
/* 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:1.8rem;
    text-align: center;
}
#loader_section img{
    width: 100px;
    margin-bottom: 25px;
}

/****(light)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;
}
.add_morgan_footer_margin {
    height: 100px !important;
}
/*****(light)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: 'PointBook';
    font-size: 1.6rem;
    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 {
    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: 1.2rem;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.cookie_div h4{
    margin-bottom: 15px;
    font-size: 1.3rem;
    font-family: 'Calibri';
}
.cookie_div a{
    color:#38b6be;
    font-size: 1rem;
    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: 1.2rem;
    /*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;
}
.error_background{
    background: #1c1c1c;
    padding-top: 230px;
    border-bottom: 1px solid #2b2b2b;
}
.error_top{
    background: #1c1c1c;
    padding: 5% 0;
}
.form-1, .form-2{
    display: none;
    margin: 5% auto;
}
.form-1 .form-group, .form-2 .form-group{
    margin-bottom: 15px;
}
.photo_upload{
    line-height: 70px;
}
.privacy_section{
    background: #121212;
    padding: 20rem 0 5rem;
}
.privacy_section h3{
    color: #fff !important;
}
.privacy_section p{
    word-break: break-word;
}
#monthly_amount_btn{
cursor: pointer;
}
.product-dtl td p{
	height:auto;
}
.la-outer .la-calculator-inner, .la-outer .la-form {
	margin: 0 auto !important;
}
.footer_btm_gap {
    padding-bottom: 120px !important;
}
/*@media(min-width:992px){
    .pos-div.layout_2 .modern .webshop_car_image{
        width: 16% !important;
    }
}
@media(min-width: 992px) and (max-width:1199.98px){
    .pos-div .webshop_button_main{
        margin-bottom: 3% !important;
    }
}
@media(max-width:991px){
    .pos-div .modern{
        padding-bottom: 110px !important;
    }
}
@media(max-width:767px){
    .layout_2{
       bottom: 45px !important;
    }
}
*/