@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'PoppinsRegular';
    font-size: 1.8rem;
	color: #0D0E1C;
}
html {
    font-size: 62.5%;
}
#page{
	overflow: hidden;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    border-color: rgba(255,255,255,0.1);
    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.1);
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/*************************index*************************/
/**********side area***********/
.mini-right-nav li{
    margin: 0 0 2px;
    padding: 0;
    width: 60px;
    display: block;
    position: relative;
}
.mini-right-nav li .navtext{
    position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: rgba(144, 49, 44, 0.5);
	border-radius: 1rem;
}
.mini-right-nav span {
    font-size:0px;
    bottom: 0;
    right: 0px;
    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;
	z-index:-1;
}
.mini-right-nav span:after{
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% + 60px);
	border-radius: 1rem;
	content: '';
	background-color: #90312C;
	height: 60px;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index: -1; 
}
.mini-right-nav .navtext:hover span{ 
	width:auto;
	overflow:visible;
	opacity:1;
	padding: 0 85px 0px 0px; 
	border-radius: 0;
	font-size:16px;
}
.mini-right-nav .navtext:hover {
	text-decoration:none;
}
.mini-right-nav .navtext span, .mini-right-nav .navtext span a{
	color:#fff;
}
.mini-right-nav li.whtasapp-nav .navtext{
	background-color: rgba(40, 239, 36, 0.5);
}
.mini-right-nav .whtasapp-nav span:after{
	background-color: #28ef24;
}
.mini-right-nav img{
	width: 20px;
	position: relative;
	z-index: 1;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.mini-right-nav{
	position: fixed;
	top: 30%;
	z-index: 99;
	right: 3rem;
}
.header-score img {
	position: fixed;
	z-index: 2;
	right: 0;
	top: calc(30% + 230px);
}
.header-score iframe {
	position: fixed;
	z-index: 2;
	right: 0;
	top: calc(35% + 230px);
}
/**********header***********/
.header-area {
	background-color: #222222;
	padding: 2.6rem 0 1.8rem;
}
.header-area .navbar-brand{
	margin: 0;
}
.header-area .navbar-expand-lg .nav-link {
    padding: 0;
    color: #fff;
    font-family: 'PoppinsMedium';
}
.header-area .navbar-brand img {
    width: 24rem;
}
.header-area .header-top-logo1 img {
    width: 14rem;
    margin-left: 2rem;
}
.header-area .header-top-logo2 img {
	width: 5rem;
}
.header-area .navbar-expand-lg {
	padding: 0;
}
.header-area .navbar-expand-lg .navbar-nav {
	margin-top: 0;
	align-items: center;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link, 
.header-area .nav-link {
	font-family: 'PoppinsSemiBold';
	font-size: 1.6rem;
	letter-spacing: normal;
	text-transform: none;
	margin: 0 1.5rem;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link:hover, 
.header-area .nav-link:hover {
	color: #90312C;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area .akker_btn_cls {
	min-width: 26.8rem;
	margin-left: 3.6rem;
}
/**********banner***********/
.banner-sec {
	position: relative;
	background-color: #222222;
}
.banner-content {
	position: absolute;
	top: 46%;
	transform: translateY(-50%);
	left: 0;
	z-index: 3;
}
.banner-content h1 {
	margin-bottom: 3rem;
}
.banner-content .border-btn {
	margin-left: 4.2rem;
}
.each-banner img {
	border-radius: 5rem;
	overflow: hidden;
}
/**********filter-area***********/
.filter-area {
	background-color: #222222;
}
.filter-area h6 {
	font-size: 1.3rem;
	color: #B2B2B6;
	font-family: 'PoppinsSemiBold';
	margin-left: 2.5rem;
}
.select-style {
    width: 100%;
    height: 3.7rem;
    color: #0D0E1C;
	font-family: 'PoppinsSemiBold';
    font-size: 1.8rem;
    border: 0;
	border-radius: 0.5rem;
    padding: 0 2.5rem;
    background: url(../images/down-arrow.svg) #fff no-repeat 96% center/10px;
    appearance: none;
	text-transform: none;
    line-height: 2.4rem;
}
.select-style option{
	font-family: arial;
	font-weight: bold;
}
.filter-main {
	max-width: 77.9rem;
    width: 100%;
    border-radius: 2rem;
    background-color: #fff;
    padding: 2rem;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    top: -5rem;
}
.filter-main .akker_btn_cls {
	padding-top: 1.5rem;
    padding-bottom: 1.5rem;
	max-width: 26.8rem;
}
/**********product***********/
.product-sec {
	position: relative;
	padding: 4% 0 7%;
	background-color: #f6f6f6;
}
.each-product {
	padding: 2rem;
    background-color: #fff;
    border-radius: 1rem;
    overflow: hidden;
}
.product-sec h2 {
	text-align: center;
	margin-bottom: 6rem;
}
.product-slider{
	position: relative;
}
.product-dtl h4 {
	color: #0D0E1C;
	margin-top: 2.6rem;
}
.product-dtl p {
	margin: 0.8rem 0 1.7rem;
	height: 50px;
	overflow: hidden;
}
.product-dtl table{
	width: 100%;
	font-size: 0;
}
.product-dtl td {
	padding-right: 3rem;
	vertical-align: top;
	font-size: 1.6rem;
	color: #0D0E1C;
	font-family: 'PoppinsMedium';
	border-top: 1px solid rgba(38, 36, 37, 0.09);
	border-bottom: 1px solid rgba(38, 36, 37, 0.09);
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.product-dtl td:last-child {
	padding-right: 0;
}
.each-product h5 {
	color: #0D0E1C;
	/*margin: 2.8rem 0 2.7rem;*/
}
.each-product h5 span {
	color: #90312C;
}
.product-dtl .akker_btn_cls {
	max-width: 100%;
}
.product-sec .swiper-button-prev{
	border-radius: 0 2rem 2rem 0;
	left: 0;
}
.product-sec .swiper-button-next{
	border-radius: 2rem 0 0 2rem;
	right: 0;
}
.product-dtl tr td.new_cls{
	display: none;
}
/**********home-gallery-sec***********/
.home-gallery-sec .outer-wrap {
	background-color: #f6f6f6;
}
.home-gallery-wrap {
	background-color: #222222;
	padding: 4% 6% 8%;
    border-radius: 5rem;
    overflow: hidden;
}
.home-gallery-sec h2, .home-gallery-sec p {
	color: #fff;
	text-align: center;
}
.home-gallery-sec p {
	margin: 2.7rem auto 6%;
	max-width: 84rem;
	width: 100%;
  }
.home-gallery-slider {
	position: relative;
}
.home-gallery-slider.blk-slider{
	padding-top: 5rem;
}
.home-gallery-sec .akker_btn_cls {
	margin-top: 5%;
	max-width: 26.8rem;
}
.each-home-gal-img {
	border-radius: 1rem;
	overflow: hidden;
	position: relative;
}
.home-man-slider .each-home-gal-img::after {
	content: '';
	position: absolute;
	top: -100%;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(144, 49, 44, 0.4);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-man-slider .each-home-gal-img:hover::after {
	top: 0;
}
/*.home-man-slider .swiper a::after {
	content: '';
	position: absolute;
	top: -100%;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(144, 49, 44, 0.4);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-man-slider .swiper a:hover::after {
	top: 0;
} */
.home-gallery-slider h4 {
	position: absolute;
    bottom: 0;
    left: 0;
	padding: 4rem 1rem;
	text-align: center;
	width: 100%;
	z-index: 2;
}
.home-gallery-slider .common-arrow {
    height: 5.9rem;
    width: 5.9rem;
    border-radius: 100%;
    background-color: #fff;
}
.home-gallery-slider .common-arrow img{
	width: 1.1rem;
}
.home-gallery-slider .swiper-button-next {
	right: -2rem;
}
.home-gallery-slider .swiper-button-prev {
	left: -2rem;
}
.each-home-gal-img:hover {
	background-color: rgba(144, 49, 44, 0.4);
}
.home-gallery-slider .akker_btn_cls {
	max-width: 26.8rem;
}
/**********sec-wrap***********/
.sec-wrap .outer-wrap {
	background-color: #f6f6f6;
}
.usp-wrap{
	background: #fff;
    border-radius: 2rem;
    position: relative;
    top: -6rem;
}
.usp-wrap ul{
	white-space: nowrap;
}
.usp-area li{
	display: inline-block;
	vertical-align: top;
	padding: 0 5.4rem;
	font-size: 1.8rem;
	font-family: 'PoppinsSemiBold';
	color: #262425;
}
.usp-area{
	background: #f6f6f6;
	padding-top: 2rem;
	padding-left: 13rem;
	padding-right: 13rem;
}
.usp-area li span {
	height: 4rem;
    width: 4rem;
    background-color: #90312C;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	margin-right: 2rem;
}
.usp-area li img{
	width: 1.4rem;
}
.marquee-with-options{
	overflow: hidden;
}
@keyframes slide{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(-100%);
	}	
}
.usp-wrap{
	overflow: hidden;
	white-space: nowrap;
}
.usp-wrap:hover .usp-slide{
	animation-play-state: paused;
}
.usp-slide{
	display: inline-block;
	animation: 10s slide infinite linear;
}
/**********about-sec***********/
.about-sec {
	background-color: #f6f6f6;
	padding: 4% 0 7%;
}
.about-sec-img {
	border-radius: 0 5rem 5rem 0;
	overflow: hidden;
}
.about-sec-info {
	padding-left: 16%;
}
.about-sec-info {
	margin-top: 2rem;
}
.about-sec-info h6 {
	font-size: 1.8rem;
	font-family: 'PoppinsBold';
	color: #0D0E1C;
}
.about-sec-info p {
	margin: 3.4rem 0 5.4rem;
}
.about-sec .akker_btn_cls {
	margin-bottom: 7.4rem;
	max-width: 26.8rem;
}
.about-icon {
	background-color: rgba(144, 49, 44, 0.14);
    border-radius: 2rem;
    height: 21.2rem;
    width: 21.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.about-icon h6 {
	margin-top: 2.2rem;
}
.about-icon img {
	width: 6rem;
}
/**********google-review***********/
.google-review {
	padding-bottom: 8%;
	background-color: #f6f6f6;
}
.google-review-img {
	width: 100%;
}
/**********home-btm-slider***********/
.home-btm-slider .outer-wrap {
	background-color: #f6f6f6;
}
.each-home-btm-img {
	border-radius: 5rem;
	overflow: hidden;
}
/**********footer***********/
.footer-area .outer-wrap{
	background-color: #f6f6f6;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.footer-wrap{
	background-color: #222222;
	padding: 4% 6%;
	border-radius: 5rem;
	overflow: hidden;
}
.footer-logo img {
	width: 29.3rem;
}
.footer-left-btn {
	margin: 3.8rem 0 7.8rem;
}
.footer-left-btn .akker_btn_cls {
	margin-right: 0.9rem;
}
.footer-social {
	margin-top: 5.4rem;
}
.footer-social li {
	margin-right: 1rem;
	display: inline-block;
}
.footer-social li a {
	height: 5.7rem;
	width: 5.5rem;
	background-color: rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1rem;
}
.footer-social li a img {
	width: 2rem;
}
.footer-social li a:hover {
	background-color: #90312C;
}
.footer-right {
	margin-left: auto;
	max-width: 71rem;
	width: 100%;
	margin-top: 6rem;
}
.each-footer-right-info {
	margin-bottom: 8rem;
}
.each-footer-right-info h5 {
	font-family: 'HelveticaNowDisplayMedium';
	margin-bottom: 1rem;
}
.each-footer-right-info p a{
	font-size: 1.6rem;
	font-family: 'volvo_novumregular';
	color: rgba(255, 255, 255, 0.6);
}
.each-footer-right-info p a:hover {
	text-decoration: underline;
}
.each-footer-right-info p span {
	font-size: 1.6rem;
	font-family: 'HelveticaNowDisplayRegular';
	color: rgba(255, 255, 255, 0.6)
}
.footer-btm {
	margin-top: 7rem;
	margin-bottom: 2rem;
    display: flex;
    justify-content: end;
    margin-right: 3rem;
}
.footer-btm-left img {
	margin-right: 1.3rem;
	width: 5.3rem;
}
.footer-btm-right img {
	width: 100%;
}
.footer-left-credit p {
	font-size: 1.6rem;
	font-family: 'lama_sansmedium';
	color: #767676;
	margin-top: 0;
}
.footer-right-credit li {
	font-size: 1.6rem;
	margin-left: 0;
	display: inline-block;
}
.footer-right-credit li a {
	color: #767676;
	font-size: 1.6rem;
	font-family: 'lama_sansmedium';
	text-decoration: underline;
	margin-right: 3rem;
}
.footer-right-credit li a:hover {
	color: #90312C;
}
.openingtime{
	padding-left: 3.5rem;
}
.footer-left-logo img{
	max-height: 100px;
}
/*************************popup-start*************************/
.modal-area .modal-dialog {
    max-width: 53%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background-color: rgba(18, 18, 18, 0.35);
}
.modal-area .modal-content {
    border: 0;
    border-radius: 2rem;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.modal-area .popup-content {
	text-align: center;
    padding: 9% 10%;
    background-color: #f4f4f4;
}
.modal-area .popup-content p {
    margin: 4.3rem 0 5.6rem;
}
.close-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
	font-size: 2rem;
	height: 4rem;
	width: 4rem;
	background-color: #0D0E1C;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'PoppinsRegular';
}
.close-img:hover {
	color: #fff;
}
/*************************bedankt*************************/
.bedankt-banner-sec {
	padding-bottom: 5%;
}
.bedankt-banner-sec .banner-content h1 {
    margin-bottom: 4rem;
}
/*************************aanbod-list*************************/
/****aanbod-filter-area****/
.aanbod-filter-area .filter-main {
	max-width: 1200px;
}
.aanbod-filter-area{
	margin-top: -7%;
}
/****aanbod-list-product-sec****/
.aanbod-list-product-sec {
	padding-top: 5%;
	padding-bottom: 4%;
}
.aanbod-list-product-sec .each-product {
	margin-right: 2.3rem;
	margin-bottom: 6rem;
}
.aanbod-wrap {
	margin-right: -2.3rem;
	margin-bottom: -8.9rem;
}
/*************************verkocht*************************/
.verkocht-product-sec .akker_btn_cls {
	margin-top: 2.5rem;
}
/*************************aanbod-dtl*************************/
/****back-btn****/
.back-btn-sec {
	position: relative;
	background-color: #f6f6f6;
	padding-top: 3rem;
}
.back-btn-sec .border-btn {
	max-width: 26.8rem;
    color: #222222;
    border: 1px solid #222222;
}
.service-btn .akker_btn_cls{ 
	position: relative;
	top: 6rem;
}
.back-btn-sec .border-btn:hover, .back-btn-sec .border-btn:focus, .back-btn-sec .border-btn:active {
	background-color: #90312C;
	color: #fff;
	border-color: #90312C;
}
/****aanbod-dtl-top-sec****/
.aanbod-dtl-top-sec {
	background-color: #f6f6f6;
	padding: 3rem 0 3.6rem;
}
.dtl-wrap {
	padding-left: 4%;
	padding-right: 4%;
}
.dtl-top-wrap {
	padding: 2rem;
	background-color: #fff;
	border-radius: 1rem;
	overflow: hidden;
}
.dtl-car-slide {
    position: relative;
}
.dtl-top-slider {
	margin-bottom: 0.7rem;
}
.more-dtl-gal .col-3 {
	padding: 0.85rem;
}
.more-btm-dtl-gal .col-3 {
	padding: 0 0.85rem;
}
.more-btm-dtl-gal .row {
	margin: 0 -0.85rem;
}
.more-dtl-gal .row {
	margin: 0 -0.85rem;
}
.dtl-plus {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.dtl-plus:before{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	width: 2rem;
	height: 2rem;
	background-image: url(../images/plus.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.more-btm-dtl-gal {
	display: none;
}
.dtl-right-part {
	padding-left: 4rem;
	padding-top: 5rem;
	padding-right: 1.5rem;
	width: 100%;
}
.aanbod-dtl-top-sec .dtl-btm-info{
	margin-top: 20%;
}
.each-product-top h4, .price-table h4 {
	font-size: 3rem;
	color: #0D0E1C;
}
.each-product-top p {
	font-family: 'PoppinsMedium';
}
.price-table p {
	font-family: 'PoppinsSemiBold';
	color: #90312C;
	display: block;
}
/* .dtl-top-model .price-table table {
    width: 100%;
} */
.dtl-top-table table {
    width: 100%;
}
.dtl-top-table td {
    padding: 4.2rem 0;
    vertical-align: top;
    /* width: 25%; */
    padding-left: 3rem;
}
.dtl-top-table td:first-child {
	padding-left: 0;
}
.dtl-top-table tr {
	border-bottom: 1px solid rgba(34, 34, 34, 0.25);
}
.dtl-top-table tr:last-child {
	border-bottom: 0;
}
.dtl-top-table p {
	font-family: 'PoppinsSemiBold';
}
.dtl-top-table p span {
	font-family: 'PoppinsMedium';
	display: block;
}
.aanbod-dtl-top-sec .common-arrow{
	border-top-right-radius: .5rem;
	border-bottom-right-radius: .5rem;
}
.aanbod-dtl-top-sec .swiper-button-next{
	right: 0;
	border-radius: .5rem 0 0 .5rem;
}
.aanbod-dtl-top-sec .swiper-button-prev{
	left: 0;
}
.man-img {
	height: 100%;
}
.man-img img {
	height: auto;
	object-fit: cover;
}
.man-info {
	margin: 2.5rem 0 2.9rem;
}
.man-info h6 {
	font-size: 1.8rem;
	color: #0D0E1C;
	font-family: 'PoppinsSemiBold';
}
.man-info-dtl a {
	color: #0D0E1C;
	font-family: 'PoppinsSemiBold';
}
.man-info-dtl p {
	font-family: 'PoppinsSemiBold';
}
.man-info-dtl a:hover {
	color: #90312C;
}
.dtl-btm-info .akker_btn_cls {
	max-width: 100%;
	margin-top: 1rem;
}
/****tab section****/
.dtl-tab-sec{
	padding-top: 4%;
    background-color: #f6f6f6;
}
.dtl-tab-sec .outer-wrap {
	background-color: #f6f6f6;
}
.dtl-tab-sec .common-wrap {
	background-color: #222222;
	padding: 4% 6% 8%;
	border-radius: 5rem;
    overflow: hidden;
}
.tab-btn .nav-tabs{
	padding: 1.5rem 1.5rem 0.5rem;
	background-color: #ffffff;
	border-radius: 2rem;
	overflow: hidden;
}
.dtl-tab-sec.tab-btn{
	margin-top: -5rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 1px solid #222222;
    background-color: transparent;
	text-transform: none;
    color: #222222;
    opacity: 1;
	padding: 1.4rem 2rem;    
    letter-spacing: normal;
	border-radius: .5rem;
	width: 100%;
	text-align: center;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
	font-family: 'PoppinsSemiBold';
	font-size: 1.8rem;
    margin: 0;
    word-break: break-word;
    margin-right: 2rem;
	margin-bottom: 1rem;
	width: 18%;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item:last-child{
	margin-right: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover ,
.tab-btn .nav-tabs .nav-item .nav-link.active {
	background-color: #90312C;
	border-color: #90312C;
	color: #fff;
}
/****dtl-tab-content****/
.dtl-tab-content-heading h2 {
	padding: 5rem 0;
	color: #ffffff;
}
.dtl-tab-sec .tab-content ul li {
	font-family: 'PoppinsLight';
    color: #ffffff;
    margin-bottom: 1rem;
    word-break: break-word;
}
/* / / ****kenmerken ***** / / */
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 0.8rem;
    padding-left: 1.3rem;
    background-size: 0.9rem;
	font-family: 'PoppinsSemiBold';
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
	font-family: 'PoppinsRegular';
}
.bullet-panel h4 {
    border-bottom: 1px solid #fff;
    padding-bottom: 1rem;
	color: #fff;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 2rem;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.3rem;
    position: relative;
}
.dtl-tab-sec .bullet-panel li:after {
    position: absolute;
    top: .9rem;
    left: 0;
    content: '';
    width: 0.8rem;
    height: 0.8rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.dtl-tab-sec .tab-content p {
    color: #fff;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #90312C;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #222222;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
}
.left-bg-block h6 {
	font-size: 2rem;
    line-height: 3rem;
    color: #fff;
}
.each-onderhoud-block h4 {
    color: #fff;
    font-family: 'PoppinsSemiBold';
}
.each-onderhoud-block p {
	margin: 1rem 0 3rem;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
.tab-top-area .akker_btn_cls {
	border: 1px solid #222222;
}
.dtl-tab-sec .home-gallery-wrap {
	padding: 4% 2% 0;
}
.dtl-tab-sec .home-gallery-slider h4 {
    padding: 5rem 2rem;
	text-align: center;
}
/****aanbod-dtl-form-sec****/
.aanbod-dtl-form-sec .inner-wrap {
  padding-left: 6%;
  padding-right: 6%;
}
/****aanbod-dtl-product-sec****/
.aanbod-dtl-product-sec {
	padding-top: 3.6rem;
	padding-bottom: 7.3rem;
}
.aanbod-dtl-product-sec .akker_btn_cls {
	min-width: 29rem;
}
.aanbod-dtl-product-sec .each-product {
	margin-bottom: 6rem;
}
/*************************werkplaats-list*************************/
/****inner-banner-sec****/
.inner-banner-sec {
	position: relative;
	background-color: #222222;
	padding-bottom: 7%;
}
.inner-banner-sec h1{
	text-transform: uppercase;
}
.inner-banner-img {
	border-radius: 5rem;
	overflow: hidden;
}
.inner-banner-info {
	position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/****list-sec****/
.list-sec {
	background-color: #f6f6f6;
	padding: 4% 0 6%;
}
.list-sec .row {
	margin: -6.7rem;
}
.list-sec .col-md-6 {
	padding: 6.7rem;
}
.each-list-product {
	background-color: #fff;
	border-radius: 5rem;
    overflow: hidden;
}
.each-list-product-info {
	text-align: center;
	padding: 4rem 10% ;
}
.each-list-product-info p {
	margin: 2rem 0 3rem;
}
/*************************werkplaats-dtl*************************/
/****dtl-top-blk****/
.dtl-top-blk {
	background-color: #f6f6f6;
	padding-bottom: 4%;
}
.dtl-top-blk-img {
	border-radius: 5rem;
	overflow: hidden;
	padding-left: 5rem;
}
.dtl-top-blk-info {
	padding: 18% 21% 15% 0;
}
.dtl-top-blk-info h2 {
	margin-bottom: 5.7rem;
}
/****dtl-about-sec****/
.dtl-about-sec p {
	margin-top: 3.3rem;
	margin-bottom: 21%;
}
/****dtl-middle-blk****/
.dtl-middle-blk .outer-wrap {
	background-color: #f6f6f6;
	position: relative;
}
.dtl-middle-blk-wrap {
	background-color: #222222;
	border-radius: 5rem;
	overflow: hidden;
	padding: 5% 23% 7%;
}
.dtl-middle-blk h2 {
	margin-bottom: 3.9rem;
}
.dtl-middle-blk h2, .dtl-middle-blk p {
	color: #fff;
}
/****form-sec****/
.form-sec {
	background-color: #f6f6f6;
}
.form-sec .inner-wrap {
	position: relative;
	top: -6rem;
}
.form-outer {
	background-color: #fff;
	padding: 6.8rem 5.7rem;
	border-radius: 2rem;
}
.form-outer h3 {
	margin-bottom: 6.4rem;
}
.form-sec .form-group{
	margin-bottom: 1rem;
}
.textarea-form .form-group{
	height: calc(100% - 1.3rem);
}
.textarea-form {
	position: relative;
}
.form-sec .akker_btn_cls{
	padding: 1.1rem;
	position: absolute;
	bottom: 1.3rem;
    right: 0.5rem;
	max-width: 15.2rem;
}
.form-styl{
	background-color: #f6f6f6;
	color: #0D0E1C;
	font-size: 1.8rem;
	padding: 2.8rem;
	border-radius: 0.5rem;
	border: 0;
	box-shadow: none;
	resize: none;
	font-family: 'PoppinsSemiBold';
}
.form-styl:focus{
	box-shadow: none;
	color: #0D0E1C;
	background-color: #f6f6f6;
}
.form-styl:placeholder {
	color: #0D0E1C;
	opacity: 1;
}
.form-styl:-ms-input-placeholder {
	color: #0D0E1C;
	opacity: 1;
}
.form-styl::placeholder {
	color: #0D0E1C;
	opacity: 1;
}
.form-img {
	border-radius: 0.5rem;
	overflow: hidden;
	height: calc(100% - 1rem);
}
.form-img img {
	height: 100%;
	object-fit: cover;
}
/****dtl-gallery-slider****/
.dtl-gallery-slider .home-gallery-wrap {
	background-color: transparent;
	padding-left: 15%;
	padding-right: 15%;
	padding-bottom: 3.5%;
	padding-top: 0;
}
.dtl-gallery-slider h2 {
	color: #0D0E1C;
	margin-bottom: 3%;
}
.dtl-gallery-slider .akker_btn_cls {
    max-width: 34.9rem;
}
.dtl-gallery-slider .common-arrow {
	background-color: #0D0E1C;
}
/*************************over-ons*************************/
/****over-ons-top-blk****/
.over-ons-top-blk {
	padding-top: 5%;
	padding-bottom: 6rem;
}
.over-ons-top-blk .dtl-top-blk-img {
    padding-left: 0;
    padding-right: 5rem;
}
.over-ons-top-blk .dtl-top-blk-info {
	padding-left: 5.5rem;
	padding-right: 0;
  }
/****over-ons-about-sec****/
.over-ons-about-sec .about-sec-img{
	border-radius: 5rem 0 0 5rem;
	overflow: hidden;
}
.over-ons-about-sec .about-sec-info {
    padding-right: 16%;
	padding-left: 0;
}
.over-ons-about-sec .about-sec-info .row.justify-content-center{
	max-width: 100%;
}
/****over-ons-gallery-sec****/
.over-ons-gallery-sec .each-home-gal-info h4 {
	margin-bottom: 2.8rem;
}
/* .each-home-gal-info {
	position: absolute;
    bottom: -13rem;
    left: 0;
    padding: 5rem 2rem;
    width: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	bottom: 0;
} */
.each-home-gal-info {
	position: absolute;
    /*bottom: -13rem;*/
    left: 0;
    padding: 3rem 2rem;
    width: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 100%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.over-ons-gallery-sec .home-gallery-slider h4 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    position: initial;
}
.each-home-gal-info p {
	display: block;
    margin-bottom: 0;
    margin-top: 0;
	height: 0;
    overflow: hidden;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 2;
}
.each-home-gal-service::after {
	content: '';
	position: absolute;
	top: -100%;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(144, 49, 44, 0.4);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-home-gal-service:hover::after {
	top: 0;
} 
.each-home-gal-service:hover .each-home-gal-info p {
	height: auto;
	overflow: visible;
	margin-top: 3rem;
}
.over-ons-gallery-sec .each-home-gal-info p{
	margin: 0;
}
/****over-ons-btm-slider****/
.over-ons-btm-slider {
	padding-top: 7%;
	background-color: #f6f6f6;
}
.over-ons-btm-slider h2 {
	margin-bottom: 7.7rem;
	text-align: center;
}
/*************************contact*************************/
/****contact-map-sec****/
.contact-map-sec {
	padding: 5% 0 7%;
	background-color: #f6f6f6;
}
.contact-map-sec .content-img {
	height: 47.8rem;
	border-radius: 5rem 0 0 5rem;
	overflow: hidden;
}
.contact-info h2 {
	margin-bottom: 9%;
}
.each-contact-left-info h5 {
	font-family: 'PoppinsMedium';
    color: #0D0E1C;
	margin-bottom: 1rem;
}
.each-contact-left-info p {
	color: #121212;
}
.each-contact-left-info a {
	color: #121212;
	font-size: 1.8rem;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-contact-left-info a:hover {
	text-decoration: underline;
}
.each-contact-left-info li {
	margin-right: 0.9rem;
	display: inline-block;
}
.each-contact-left-info li a {
	height: 4.7rem;
	width: 4.7rem;
	background-color: rgba(144, 49, 44, 0.14);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.5rem;
}
.each-contact-left-info li a img {
	width: 1.8rem;
	filter: brightness(1);
	-webkit-filter: brightness(1);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-contact-left-info li a:hover {
	background-color: #90312C;
	text-decoration: none;
}
.each-contact-left-info li a:hover img {
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
/****contact-middle-sec****/
.contact-middle-sec {
	padding-bottom: 7%;
	background-color: #f6f6f6;
}
.contact-middle-img {
	border-radius: 5rem;
	overflow: hidden;
	padding-right: 4rem;
}
.contact-middle-info {
	padding-left: 11%;
}
.contact-middle-info h2 {
	margin-bottom: 11%;
}
.contact-middle-info table {
	width: 100%;
}
.contact-middle-info td {
	vertical-align: top;
}
.contact-middle-info h5 {
	font-family: 'PoppinsMedium';
    color: #0D0E1C;
	margin-bottom: 1.2rem;
}
.contact-middle-info h6 {
	font-size: 1.8rem;
    font-family: 'PoppinsRegular';
    color: #0D0E1C;
    line-height: 1.4;
}
.contact-middle-info p {
	margin-top: 3rem;
}
/*******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: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    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 {
	display:none;
	margin-top: 30px !important;
	margin: 0 auto 10px;
	position: static !important;
} 
.form-sec .form-1 .akker_btn_cls{
	position: static;
}
.privacy-sec{
	background-color: #121212;
    padding: 11% 0;
}
.cpnt {
    cursor: pointer;
}
.filter-clean img {
    width: 12px;
    margin-right: 10px;
    margin-bottom: 2px;
}


.acties-left-content p {
    color: black;
}
.error_top {
    margin-top: 100px;
    margin-bottom: 20px;
}
.cal-frame {
	margin-top: 2rem;
}
.print_pdf_cls {
    width: 25px;
    margin-right: 5px;
    margin-top: -5px;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.banner-sec .akker_btn_cls {
	max-width: 33rem;
}
.each-contact-left-info li p{
	font-size: 1.3rem;
	padding-left: 1rem;
	color: #90322C;
}
.each-contact-left-info li a:hover p{
	color: #fff;
}
.each-contact-left-info li .wp-numb{
	width: 11.8rem;
}
.each-contact-left-info li .wp-numb2{
	width: 11.8rem;
	margin-top: 1.2rem;
}
.each-contact-left-info .watsapp{
	margin-left: 12.2rem;
}

.widget-btn-area{
	bottom: 2rem;
  	left: 3rem;
  	z-index: 99;
}
.widget-btn{
	border-radius: 10px;
  	background: #90312C;
	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.5rem;
  	font-family: 'PoppinsSemiBold';
  	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: 1rem;
	height: 1rem;
	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;
}
.widget-content h4, .widget-content h5{
	text-transform: unset;
	color: #fff;
	letter-spacing: normal;
}
.widget-content h4{
  	font-family: 'PoppinsSemiBold';
  	font-size: 2.4rem;
}
.widget-content h5{
	font-family: 'PoppinsLight';
	font-size: 1.5rem;
	margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
	text-decoration: underline;
	color: #90312C;
}
.widget-content button, .widget-mobile button{
	border-radius: 5px;
	color: #fff;
	border: 2px solid #90312C;
  	background: #90312C;
	padding: 1.2rem 2rem;
	font-size: 1.4rem;
	font-family: 'PoppinsSemiBold';
	margin-right: .5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.widget-content button:hover, .widget-mobile button:hover{
	background: #fff !important;
	border-color: #fff !important;
	color: #90312C !important;
}
.monthly_amount{
	cursor:pointer;
} 
.dtl-btm-info .akker_btn_cls.inruilen-btn {
	background-color: #1f763f !important;
  	border-color: #1f763f !important;
	height: 57px;
	padding: 0 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: .5rem;
}
.inruilen-btn span {
	height: 40px;
  	width: 40px;
	background-color: #25D366;
	border-radius: 5px;
	margin-right: 30px;
}
.inruilen-btn span img {
  	width: 22px;
}
/*============new-car-detail-top===========*/
.car-detail-top .dtl-car-slide{
	border-radius: 5px;
	overflow: hidden;
}
.car-detail-content {
	padding-left: 40px;
	padding-top: 60px;
}
.car-detail-content h3, .car-detail-content h4{
	font-size: 3rem;
}
.car-detail-content p, .car-detail-content td, .car-detail-content h6 span, .car-detail-contact p span{
	font-family: 'PoppinsLight';
}
.car-detail-content h3, .car-detail-content h4, .car-detail-content td span, .car-detail-content h6, .car-detail-contact p{
	font-family: 'PoppinsSemiBold';
}
.car-detail-content p, .car-detail-content h5, .car-detail-content td, .car-detail-content h6, .car-detail-contact p{
	font-size: 1.8rem;
}
.car-detail-content h5, .car-detail-content p a{
	color: #0D0E1C;
}
.car-detail-content p a:hover{
	color: #90312C;
}
.car-detail-content h5 {
	font-family: 'PoppinsMedium';
	
	margin-bottom: 8px;
}
.car-detail-content td span{
	display: block;
	margin-bottom: 10px;
}
.car-detail-content h4{
	color: #90312C;
}
.car-detail-content p{
	margin-top: 10px;
	height: 57px;
  	overflow: hidden;
}
.price-div{
	padding: 30px 0 50px;
}
.car-detail-content table{
	width: 100%;
	margin-bottom: 170px;
}
.car-detail-top tr{
	border-top: 1px solid rgba(34,34,34,0.25);
}
.car-detail-top td{
	padding: 25px 0;
}
.price-div .monthly-price{
	padding-left: 45px;
}
.price-div .monthly-price:before{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	content: '';
	width: 1px;
	height: 80%;
	background: rgba(34,34,34,0.25);
}
.car-detail-content h6 span{
	display: block;
	margin-top: 4px;
}
.car-detail-content h6{
	margin-bottom: 20px;
}
.car-detail-content .car-detail-contact p{
	margin-top: 0;
	height: auto;
}
.car-detail-contact img.w-100{
	border-radius: 5px;
	object-fit: cover;
}
.car-detail-contact .akker_btn_cls{
	padding: 1rem 0;
	margin-bottom: 1rem;
}
.car-detail-contact .akker_btn_cls.car-detail-whatsapp{
	background: #41A90E;
	border-color: #41A90E;
}
.aanbod-dtl-top-sec.car-detail-top, .car-detail-brand-slider{
	padding-bottom: 20px;
}
.car-detail-brand-slider{
	background: #f6f6f6;
}
.car-detail-brand-slider h3{
	font-family: 'PoppinsSemiBold';
	font-size: 3rem;
}
.brand-slider-wrap{
	padding: 50px;
	border-radius: 10px;
}
.car-detail-brand-slider img.w-100{
	border-radius: 5px;
}
.car-detail-brand-slider span{
	font-family: 'PoppinsLight';
	font-size: 1.8rem;
	color: #0D0E1C;
}
.car-detail-brand-slider .common-arrow{
	width: 58px;
  	height: 58px;
  	border: 1px solid rgba(0,0,0,0.1);
  	top: calc(50% - 27px);
}
.car-detail-brand-slider .common-arrow img{
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}
.car-detail-brand-slider .swiper-button-next{
	right: -30px;
}
.car-detail-brand-slider .swiper-button-prev{
	left: -30px;
}