@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'NunitoSansRegular';
    font-size: 14px;
    color: #1c1c1c;
}
.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;
}
#page{
	overflow: hidden;
	position: relative;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #212121;
    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);
}
.whatsapp-btn{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
}
.whatsapp-btn img{
	width: 36px;
}

.fixed-whatsapp-icon {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 10px;
	bottom: 0px;
	z-index: 999;
}

.fixed-whatsapp-icon img {
	width: 50px;
}

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

.notifcation {
	position: relative;
}

.alert-number {
	display: none;
	position: absolute;
	bottom: 43px;
	right: 4px;
	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;
}
/*============header===========*/
.header-area{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	padding-top: 20px;
	background: transparent;
	border: 1px solid transparent;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-area hr{
	opacity: 0.5;
	background: #fff;
	margin: 20px 0 0;
}
.header-area.stiky{
	background: #1c1c1c;
	border-color: #2b2b2b;
}
.header-area.stiky hr{
	background: transparent;
}
.header-wrap{
	padding: 0 9%;
}
.header-area .mw-100{
	width: 285px;
}
.header-area a{
	font-family: 'PalindromeExpandedSSiExpanded';
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	margin-right: 35px;
	line-height: 26px;
}
.header-area li{
	display: inline-block;
	margin-right: 20px;
}
.header-area li:last-child, .header-area li:last-child a{
	margin-right: 0;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 2px;
    margin: 5px 0;
}
.menu-icon .menu-bar div {
    width: 18px;
}
.menu-bar {
    width: 28px;
    margin-left: 20px;
}
.menu-items {
    position: absolute;
    top: 93px;
    width: 100%;
    max-width: 300px;
    background: #1c1c1c;
    right: -100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-items.active {
    right: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-icon.active .menu-bar:before {
    transform: translateY(10px) rotate(135deg);
}
.menu-icon.active .menu-bar div {
    transform: scale(0);
}
.menu-icon.active .menu-bar:after {
    transform: translateY(-4px) rotate(-135deg);
}
.menu-items ul {
    padding: 40px 0;
}
.header-area .menu-items li {
    display: block;
    width: 100%;
    margin: 0;
}
.menu-items li a {
	display: block;
    margin: 0;
    padding: 14px 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-items li.active a, .menu-items li a:hover {
    background: #fff;
    color: #1b1b1b;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/****fixed-wp******/
.fixed-wp {
	position: fixed;
	bottom: 60px;
	right: 0;
	z-index: 9999;
}
.fixed-wp a {
	font-size: 20px;
	font-family: 'NunitoSansLight';
	color: #1c1c1c;
	padding: 20px 25px;
	background-color: #fff;
	box-shadow: 0px 2px 8px 4px rgb(0 0 0 / 13%);
}
.fixed-wp a img {
	width: 20px;
	margin-right: 15px;
}
/*==============banner==========*/
.banner-sec{
	position: relative;
}
.banner-content{
	position: absolute;
	top: 54%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	z-index: 1;
}
.banner-content .common-btn{
	margin-top: 50px;
}
/*==============product==========*/
.product-sec {
	border-left: 10px solid #eaeaea;
	border-top: 10px solid #eaeaea;
	background: #eaeaea;
	padding: 130px 0;
	position: relative;
	z-index: 1;
}
.product-sec:before {
	position: absolute;
    bottom: 0;
    left: 0;
	content: '';
    background: #1c1c1c;
    height: 100%;
    width: 50%;
    z-index: -1;
}
.product-sec .sec-heading h2{
	color: #fff;
}
.car-brand{
	margin: 100px 0;
	max-width: 220px;
    width: 100%;
}
.car-brand a{
	font-size: 20px;
	font-family: 'NunitoSansRegular';
	display: block;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 50px;
}
.car-brand a span{
	border-bottom: 1px solid transparent;
}
.car-brand a:hover span, .car-brand a.active span{
	border-color: #c40d11;
}
.car-brand a.active{
	color: #c40d11;
}
.product-slider {
	position: relative;
}
.thumb-image {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transition: all .3s;
    height: 0;
    overflow: hidden;
}
.each-product:hover .thumb-image {
    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);
}
.each-product {
	background: #fff;
}
.price-area {
	padding: 40px 30px;
	border-bottom: 2px solid #f2f2f2;
}
.price-area h4{
	height: 60px;
	overflow: hidden;
}
.price-area h6{
	margin-top: 10px;
	height: 35px;
    overflow: hidden;
}
.product-dtl table {
    width: 100%;
}
.product-dtl td span{
	display: block;
	color: #1c1c1c;
}
.product-dtl td {
    padding: 30px 0;
    width: 33.33%;
    border-right: 2px solid #f2f2f2;
}
.product-dtl td:last-child{
	border-right: 0;
}
.product-dtl td h6{
	margin: auto;
	display: table;
	line-height: 23px;
}
.product-slider .swiper-button-prev {
	left: -80px;
	top: calc(50% + 32px)
}
.product-slider .swiper-button-next {
	left: -80px;
	right: auto;
}
.product-slider .common-arrow img{
	transform: rotate(-180deg);
}
/*==========gallery===========*/
.top-heading h2{
	margin-bottom: 50px;
}
.top-heading p{
	margin-right: 20%;
	text-align: justify;
}
.top-heading{
	background: #eaeaea;
	padding: 120px 0;
}
.gallery-slider {
	position: relative;
}
.gallery-slider::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background: #eaeaea;
	height: 50%;
	width: 100%;
	z-index: -1;
}
.each-gallery {
	position: relative;
	overflow: hidden;
}
.each-gallery:before{
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	background-image: url(../images/gradient-image.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.each-gallery:hover img {
	transform: scale(1.1);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gallery img {
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.gallery-content {
	position: absolute;
	bottom: 30px;
	width: 100%;
	z-index: 1;
}
.gallery-content h6 {
	font-size: 13px;
	font-family: 'PalindromeExpandedSSiExpanded';
	color: #fff;
	text-transform: uppercase;
}
.gallery-slider .swiper-button-next {
	right: 30px;
}
.gallery-slider .swiper-button-prev {
	left: 30px;
}
/*========content block=========*/
.content-sec{
	border-right: 10px solid #fff;
	padding: 6% 0;
}
.left-content{
	width: 100%;
	padding: 10% 15% 10% 0;
}
.left-content li{
	font-family: 'NunitoSansRegular';
    font-size: 17px;
    color: #1c1c1c;
    margin-bottom: 50px;
    text-transform: uppercase;
    position: relative;
    padding-left: 45px;
    letter-spacing: 0.2px;
}
.left-content li:before{
	position: absolute;
    top: 4px;
    left: 0;
    height: 18px;
    width: 18px;
    content: '';
    background-image: url(../images/checked.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.left-content p{
	text-align: justify;
	margin-top: 50px;
}
.left-content ul{
	margin: 70px 0;
}
/*==========footer=========*/
.footer-area {
	background: #1c1c1c;
	padding-top: 80px;
}
.each-footer-info h4{
	font-family: 'MontserratRegular';
	color: #fff;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.each-footer-info a, .each-footer-info p{
	font-family: 'MontserratRegular';
	color: #7e7e7e;
	line-height: 32px;
}
.each-footer-info a:hover {
	color: #c40d11;
}
.footer-area .col-md-4 .each-footer-info{
	position: relative;
	left: 40px;
}
.footer-area .col-md-5 .each-footer-info{
	position: relative;
	left: 50px;
}
.footer-logo{
	width: 317px;
}
.footer-images img {
    width: 120px;
}
.divider{
	opacity: 0.5;
	background: #fff;
	margin: 60px 0 0;
}
.social-icon{
	padding: 35px 0;
}
.social-icon a{
	margin-right: 6px;
}
.icon-img{
	width: 24px;
}
.social-icon .mw-100{
	margin-left: 60px;
}

/*======================================popup start===========================================*/
.modal-area .modal-dialog {
    max-width: 49%;
    margin: 12% auto 0;
}
.modal-area .modal {
	background-color: rgba(0, 0, 0, 0.6);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0px;
    background-color: #fff;
	position: relative;
}
.modal-area .popup-content h4 {
	font-family: 'PalindromeExpandedSSiExpanded';
}
.modal-area .popup-content p{
    margin-top: 40px;
}
.modal-area .popup-content {
    padding: 50px 10%;
	height: 100%;
    background-color: #fff;
}
.close-img {
    font-family: 'PalindromeExpandedSSiExpanded';
    font-size: 12px;
    color: #1c1c1c;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border: 1px solid #bdbdbd;
    background-color: #fff;
    width: 57px;
    height: 40px;
    border-radius: 0;
}
.pop-up-image {
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
/*===================================contact page start=========================================*/
.inner-header {
	background-color: #1c1c1c;
}
.inner-header hr, .error_page .header-area hr{
	background: transparent;
}
.inner-banner-sec {
	position: relative;
}
.inner-banner-content {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}
.inner-banner-content h4 {
	font-family: 'PalindromeExpandedSSiExpanded';
	color: #fff;
}
.contact-map-sec {
	padding: 12px 0;
}
.contact-map-wrap {
	height: 695px;
}
.aanbod-banner{
	height: 82px;
  	overflow: hidden;
}
.aanbod-banner .inner-banner-content{
	display: none;
}
/*****contact-form-sec****/
.contact-form-sec {
	padding: 8% 0 7%;
}
.contact-form-sec h2 {
	margin-bottom: 80px;
}
.contact-form-sec .form-styl {
    resize: none;
    background-color: #fff;
    border-radius: 0;
    font-family: 'nunito_sansitalic';
    color: #1c1c1c;
    font-size: 16px;
    padding: 0;
    border-radius: 0;
    height:auto;
	border: 0;
    border-bottom: 1px solid #1c1c1c;
	font-style: italic;
	text-transform: uppercase;
	padding: 0 0 40px;
}
.contact-form-sec .form-group {
	margin-bottom: 40px;
}
.contact-form-sec textarea.form-styl {
	height: 235px;
    border-color: transparent;
}
.contact-form-sec .form-styl:focus {
    box-shadow: none;
    color: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
}
.contact-form-sec .form-styl:placeholder {
	color: #1c1c1c;
	opacity: 0.75;
}
.contact-form-sec .form-styl:-ms-input-placeholder {
	color: #1c1c1c;
	opacity: 0.75;
}
.contact-form-sec .form-styl::placeholder {
	color: rgba(28, 28, 28, 0.75);
	opacity: 1;
}
.contact-form-sec textarea.form-styl:focus{
	border-color: transparent;
}
.contact-form-sec .col-lg-6:last-child {
	position: relative;
}
.contact-form-sec .common-btn {
	margin-bottom: -1px;
}
.contact-form-sec .text-end{
	border-bottom: 1px solid #1c1c1c;
}
/****contact-dtl-sec****/
.contact-dtl-sec {
	background-color: #eaeaea;
	padding: 0;
	border-right: 0;
}
.contact-dtl-sec .left-content ul {
	margin-bottom: 0;
}
.contact-dtl-sec .left-content li {
	padding-left: 0;
}
.contact-dtl-sec .left-content li::before {
	display: none;
}
.contact-dtl-sec .left-content li img {
	width: 24px;
	margin-right: 24px;
	float: left;
	margin-bottom: 20px;
}
.contact-dtl-sec .left-content li a {
	color: #1c1c1c;
}
.contact-dtl-sec .left-content li a:hover {
	color: #c40d11;
}
/*===================================aanbod-dtl page start=========================================*/
.aanbod-dtl-bk-btn-sec {
	padding: 145px 0 65px;
}
.aanbod-dtl-bk-btn-sec h2 span {
    font-size: 22px;
    opacity: 0.5;
	display: block;
	margin-top: 20px;
}
.aanbod-dtl-bk-btn-sec .common-btn  {
	max-width: 306px;
}
.aanbod-wrap {
	width: calc(100% + 6%);
	margin-left: -3%;
}
/***dtl-slider****/
.dtl-slider {
	padding-bottom: 20px;
}
.dtl-slider .gallery-thumbs {
	margin: 20px 0 0;
}
/****dtl-car-info****/
.dtl-car-info{ 
	max-width: 416px;
	width: 100%;
	margin-left: auto;
}
.each-dtl-car-man {
	position: relative;
}
.each-dtl-car-man h6 {
	font-family: 'NunitoSansRegular';
    color: #fff;
    font-size: 16px;
	text-transform: uppercase;
	position: absolute;
	bottom: 12px;
	left: 12px;
}
.dtl-car-info p {
	text-transform: uppercase;
	margin: 20px 0 30px;
}
.dtl-car-call-mail a {
	font-family: 'NunitoSansRegular';
    color: #1c1c1c;
    font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: block;
}
.dtl-car-call-mail a:last-child {
	margin: 0;
}
.dtl-car-call-mail a:hover {
	color: #c40d11;
}
.dtl-car-call-mail a img {
	width: 20px;
	margin-right: 20px;
}
.dtl-car-btn .col-md-6 {
	padding: 3px;
}
.dtl-car-btn {
	margin: 28px 0 25px;
}
.dtl-car-share span img{
	width: 20px;
	margin-right: 20px;
	filter: brightness(0);
	-webkit-filter: brightness(0);
}
.dtl-car-share span a {
	font-family: 'NunitoSansRegular';
    color: #1c1c1c;
    font-size: 16px;
	text-transform: uppercase;
}
.dtl-car-share span a:hover {
	color: #c40d11;
}
.dtl-car-share span a:hover img {
	filter: brightness(1);
	-webkit-filter: brightness(1);
}
.dtl-car-share .common-btn {
	background-color: #2aad40;
	border-color: #2aad40;
}
.dtl-car-info .common-btn {
	font-size: 12px;
}
.dtl-car-slide img {
    cursor: pointer;
}
/****dtl-tab-sec******/
.dtl-tab-sec .tab-btn {
	padding: 24% 14%;
	background-color: #1c1c1c;
	height: 100%;
}
.dtl-tab-sec .tab-btn h2 {
	color: #fff;
	margin-bottom: 90px;
}
.dtl-tab-sec .nav-tabs {
    border-bottom: 0;
	margin-left: 16%;
} 
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    width: 100%;
    font-family: 'NunitoSansRegular';
    font-size: 20px;
    border: 0;
	margin-bottom: 60px;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item:last-child {
	margin-bottom: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 0;
    background-color: transparent;
    color: #fff;
    padding: 0;
    border-radius: 0;
    width: 100%;
	height: 100%;
	word-break: break-word;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-align: left;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover {
	color: #c40d11;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
	color: #c40d11;
}
/****dtl-tab-content****/
.tab-content-wrapper {
	background-color: #eaeaea;
	height: 100%;
	padding: 11% 5%;
}
.each-tab-heading {
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 60px;
}
.each-tab-heading h4 {
	font-family: 'NunitoSansRegular';
    font-size: 20px;
	color: #c40d11;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.dtl-tab-sec .tab-content ul li {
    font-family: 'NunitoSansRegular';
    font-size: 20px;
    color: #1c1c1c;
    padding-bottom: 18px;
    word-break: break-word;
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 11px;
    padding-left: 20px;
    background-size: 8px;
}
.kenmerken-tab ul li:nth-child(even) {
	opacity: 0.5;
}
.bullet-panel {
    margin-bottom: 20px;
}
.bullet-panel h5 {
    color: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'NunitoSansRegular';
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 20px;
    position: relative;
    font-family: 'NunitoSansRegular';
}
.dtl-tab-sec .bullet-panel li:after {
    padding-left: 15px;
    background-size: 8px;
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c40d11;
    font-size: 16px;
    line-height: 24px;
}
.left-bg-block h6 {
    line-height: 30px;
    color: #fff;
	font-family: 'NunitoSansRegular';
	font-size: 16px;
	font-family: 'NunitoSansRegular';
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #c40d11;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
    background-color: #fff;
}
.each-onderhoud-block h4 {
    color: #1c1c1c;
    font-size: 24px;
	font-family: 'NunitoSansRegular';
}
.each-onderhoud-block h5 {
    color: #1c1c1c;
    margin: 10px 0px 30px;
    font-size: 18px;
	font-family: 'NunitoSansRegular';
}
/*****related-product-sec****/
.related-product-sec {
	background-color: #eaeaea;
	padding: 140px 0 120px;
}
.related-product-sec .common-btn {
	margin: 20px 0;
}
/*===================================diensten-dtl page start=========================================*/
/***diensten-dtl-bk-btn****/
.diensten-dtl-bk-btn{
	padding-top: 82px;
}
.diensten-dtl-bk-btn-wrap {
	background-color: #1c1c1c;
	margin: 12px 12px 0 12px;
	padding: 35px 0;
}
.diensten-dtl-bk-btn .common-btn {
	max-width: 306px;
}
/*****diensten-dtl-top-sec*****/
.diensten-dtl-top-sec {
	background-color: #1c1c1c;
	border: 12px solid #fff;
	border-top: 0;
}
.diensten-dtl-top-sec h2,
.diensten-dtl-top-sec p {
	color: #fff;
}
/*****diensten-dtl-content-sec******/
.diensten-dtl-content-sec {
	background-color: #eaeaea;
	padding: 0;
	border-right: 0;
}
.diensten-dtl-content-sec .left-content ul {
	margin-bottom: 0;
}
/***diensten-dtl-gal*****/
.diensten-dtl-gal { 
	background-color: #1c1c1c;
}
.diensten-dtl-gal .gallery-slider::before {
	height: 73%;
	z-index: 1;
}
/*==============================diensten-page-start=====================================*/
/*****diensten-list-sec*****/
.each-diensten-txt p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 50px 0;
}
.each-diensten-txt {
    padding: 50px 17%;
}
/*================================aanbod-page-start========================================*/
/*****aanbod-filter-sec*****/
.aanbod-filter-sec {
    padding: 70px 0;
    background-color: #fff;
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 100px;
    color: #1c1c1c;
    font-family: 'PalindromeExpandedSSiExpanded';
    font-size: 12px;
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    background: url(../images/down-chevron.png) #fff no-repeat 90% center/10px;
    appearance: none;
    line-height: 100px;
    text-align: center;
	text-transform: uppercase;
}
.zoken-btn .common-btn {
    max-width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 6px;
    margin-top: 15px;
}
.reset-btn{
	margin-bottom: 10px;
}
.aanbod-filter-sec .aanbod-each-filter-grid {
    font-size: 10px;
    color: #fff;
    background-color: #1c1c1c;
    font-family: 'PalindromeExpandedSSiExpanded';
    line-height: 60px;
    height: 60px;
    text-align: center;
    text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.5;
}
.aanbod-filter-sec .aanbod-each-filter-grid img {
    width: 20px;
    margin-right: 15px;
}
.filter-btn-area .col-lg-6 {
    padding: 0 3px;
}
.grid-wrap {
    margin: 0 -3px;
}
.aanbod-each-filter-grid.active {
    opacity: 1;
}
.filter-area .col-xl-2 {
    width: 20%;
}
.aanbod-filter-sec .col-lg-10 {
    width: 80%;
}
.aanbod-filter-sec .col-lg-2 {
    width: 20%;
}
.aanbod-filter-sec .col-xl-2:last-child .select-style {
    border-right: none;
}
.filter-btn-area {
    width: 100%;
    max-width: 232px;
    margin-left: auto;
}
/****aanbod-product-sec***/
.aanbod-product-sec{
	background-color: #eaeaea;
	padding: 5% 0;
}
.aanbod-product-middle-content h2{
	color: #fff;
	margin-bottom: 25px;
}
.aanbod-product-middle-content p{
	color: #fff;
	margin: 0;
}
.aanbod-product-middle-content .col-lg-4{
	width: 29%;
}
.aanbod-product-middle-content .col-lg-8{
	width: 71%;
}
.aanbod-product-middle-content{
	padding: 5% 8% 60px;
}
.middle-txt-wrap{
	padding-right: 16%;
}
.aanbod-product-sec .col-xl-4{
	padding: 0 9px;
}
.aanbod-product-sec .col-xl-8{
	padding: 0 9px;
	margin-bottom: 18px;
}
.aanbod-product-wrap{
	margin: 0 -9px;
}
.aanbod-product-sec .each-product{
	margin-bottom: 18px;
}
/*==============================verkocht-page-start=====================================*/
/****verkocht-product-sec*******/
.verkocht-product-sec {
	padding: 7% 0;
}
/*==============================aanbod-list-page-start=====================================*/
.aanbod-list-product-sec .each-product {
	margin-bottom: 22px;
}
.aanbod-list-product-sec .product-dtl {
	height: 100%;
}
.aanbod-list-product-sec .thumb-image {
	height: auto;
	transform: none;
}
.aanbod-list-product-sec .price-area h4 {
	font-size: 30px;
	height: auto;
	word-break: break-word;
}
.aanbod-list-product-sec .price-area h6 {
	font-size: 18px;
	height: 45px;
}
.aanbod-list-product-sec .product-dtl td h6  {
	font-size: 21px;
	color: #1c1c1c;
}
.aanbod-list-product-sec .product-dtl td h6 span {
	margin-bottom: 15px;
	color: #777777;
}
.aanbod-list-product-sec .product-dtl td {
	padding: 8% 0;
}
.aanbod-list-product-sec .product-dtl table  {
	border-top: 2px solid #f2f2f2;
}
.aanbod-list-product-sec .price-area {
	border-bottom: 0;
	padding-left: 15%;
	padding-top: 0;
}
.aanbod-list-product-sec .product-dtl .row {
	padding: 6% 0;
}
.aanbod-list-product-sec .price-area .row {
	padding: 0!important;
}
/**********************over-ons-page-strat****************************/
/*********over-ons-top-sec********/
.over-ons-top-sec {
    padding: 13.5% 0;
}
.over-ons-top-sec p {
	text-align: justify;
}
/*********over-ons-gaan-sec********/
.over-ons-gaan-sec {
    position: relative;
    background-color: #1c1c1c;
    overflow: hidden;
}
.over-ons-gaan-sec .col-lg-7 {
    width: 55%;
}
.over-ons-gaan-sec .col-lg-5 {
    width: 45%;
}
/*.over-ons-gaan-sec .header-wrap {
    padding-left: 0;
}*/
.over-ons-gaan-sec .container-fluid {
    padding: 0;
}
/*.ons-list:after {
    content: "";
    width: calc(100% + 90%);
    height: calc(100% + 24vh);
    background-color: #1c1c1c;
    top: 0;
    position: absolute;
    z-index: 1;
    right: 0;
    left: -28%;
}
.ons-list {
    position: relative;
    padding-top: 50px;
}*/
.gaan-img {
    position: relative;
    z-index: 5;
}
.gaan-txt p {
    margin: 50px 0;
}
.gaan-txt ul {
    position: relative;
    z-index: 2;
}
.gaan-txt ul li {
    font-family: 'NunitoSansRegular';
    font-size: 20px;
    color: #fff;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative;
    padding-left: 45px;
    margin-bottom: 45px;
}
.gaan-txt ul li:last-child {
    margin-bottom: 0;
}
.gaan-txt ul li:after {
    content: "";
    background: url(../images/checked-over.png);
    left: 0;
    position: absolute;
    background-size: contain;
    top: 5px;
    width: 20px;
    height: 20px;
}
.gaan-txt {
    /*padding-left: 16%;
	padding-right: 12%;*/
    position: relative;
    z-index: 2;
    background: #fff;
}
.ons-list  {
	background-color: #1c1c1c;
	padding: 10% 12% 10% 16%;
}
.gaan-txt-inner {
	padding: 10% 12% 2% 16%;
	background: #fff;
}
/*********over-ons-team-sec********/
.over-ons-team-sec {
    padding: 12.5% 0 0 0;
    background-color: #1c1c1c;
    overflow-x: hidden;
}
.over-ons-team-sec .header-wrap,
.over-ons-team-sec .container-fluid {
    padding-right: 0;
}
.team-txt {
	max-width: 620px;
	width: 100%;
}
.team-txt h2 {
    color: #fff;
    margin-bottom: 40px;
}
.team-txt p {
    color: #ffff;
}
/*.team-img {
    margin-right: -20px;
	position: relative;
}*/
.over-ons-team-sec {
	position: relative;
}
.over-ons-team-sec::before {
	background-size: 100%;
    position: absolute;
    top: 15%;
    right: 0;
    content: '';
    width: 50%;
    height: 200px;
    background-image: url(../images/Team.png);
    background-repeat: no-repeat;
}
.over-ons-team-sec .col-lg-7 {
    width: 57%;
}
.over-ons-team-sec .col-lg-5 {
    width: 43%;
}
.over-ons-middle-block {
    position: relative;
    padding-top: 6.5%;
}
.over-ons-middle-block .common-wrap {
    position: relative;
    z-index: 2;
}
.middle-block-man {
    position: relative;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.middle-block-man:after{
    content: "";
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.middle-block-man:hover:after{
    height: 100%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.middle-txt-content {
    position: absolute;
    bottom: 40px;
    left: 50px;
    z-index: 5;
}
.middle-txt-content h5 {
    font-family: 'NunitoSansRegular';
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.middle-txt-content p {
    padding-right: 20%;
    color: #fff;
}
.over-ons-middle-block .col-lg-6 {
    padding: 0 10px;
}
.over-ons-middle-block:after {
    content: "";
    width: 100%;
    height: 276px;
    background-color: #fff;
    bottom: 0;
    position: absolute;
    z-index: 1;
    left: 0;
}
/*********over-ons-gallery-sec********/
.over-ons-gallery-sec .header-sec h2 {
    margin-bottom: 6%;
}
.glry-img {
	overflow: hidden;
}
.glry-img img {
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.glry-img:hover img {
	transform: scale(1.1);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/*********review-sec********/
.review-sec{
    padding: 13% 0 8% 0;
    overflow: hidden;
	background-color: #fff;
	border: 0;
}
.review-sec:before{
	display: none;
}
.review-sec .sec-heading h2{
    margin-bottom: 50px;
}
.review-sec .sec-heading p{
    padding-right: 18%;
	text-align: justify;
}
.each-review-box h5{
    color: #1c1c1c;
	font-family: 'PalindromeExpandedSSiExpanded';
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.each-review-box span{
	position: absolute;
    top: 20px;
    left: -10px;
}
.each-review-box{
    background-color: #eaeaea;
    padding: 13%;
    position: relative;
    margin-left: 15px;
}
.each-review-box p{
    color: rgba(28, 28, 28, 0.6);
    font-style: italic;
    padding-right: 6%;
}
.review-box-slider{
    padding-left: 5%;
    margin-right: -20px;
    position: relative;
}
.review-sec .common-wrap,
.review-sec .container-fluid {
    padding-right: 0;
}
.review-sec .sec-heading h2 {
    color: #1c1c1c;
}

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

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

.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;
}
/****aanbod dtl****/
.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 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}

.form-1, .form-2, .form-3{
	display: none;
}
iframe.calsty{    
	border: 0; 
	width: 100%; 
	height: 900px; 
	background: transparent; 
}
.contact-form-sec .form-styl.foto_upload{
	color: rgba(28, 28, 28, 0.75);
}
.star_icon, .tab-heading{
	margin-bottom: 40px;
}
/*************side area**********/
.mini-right-nav li{
    margin-bottom:4px;
    padding: 0;
    width: 60px;
    display: block;
    position: relative;
}
.mini-right-nav li a{
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #1c1c1c;
}
.mini-right-nav li.whtasapp-nav a, .mini-right-nav .whtasapp-nav span:after{
     background-color: #68bb5f;
}
.mini-right-nav span {
    font-family: 'NunitoSansRegular';
    font-size:16px;
    bottom: 0;
    right: 60px;
    line-height: 60px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 0;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    transition: 0.50s;  
}
.mini-right-nav span:after{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 60px);
    content: '';
    background-color: #1c1c1c;
    height: 60px;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    transition: 0.50s;
    z-index: -1; 
}
.mini-right-nav a:hover  span{ width:auto; padding:0 25px ;overflow:visible; }
.mini-right-nav a:hover {text-decoration:none;}
.mini-right-nav a span{
    color:#fff;
}
.mini-right-nav img{
    width: 20px;
    position: relative;
    z-index: 1;
}
.mini-right-nav{
    position: fixed;
    top: calc(10% + 210px);
    z-index: 999;
    right: 0px;
}
.dtl-car-info .common-btn.inruilen-btn {
	background: #1e753e;
  	max-width: 100%;
  	padding: 0 8px;
}
.inruilen-btn span {
	background-color: #25D366;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inruilen-btn-info {
  	margin: auto;
}
.inruilen-btn img{
	width: 20px;
}