@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'HelveticaNowDisplayRegular';
    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(36, 117, 239, 0.5);
	border-radius: 1rem;
	backdrop-filter: blur(10px);
}
.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: #2475EF;
	backdrop-filter: blur(10px);
	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, .mini-right-nav .whtasapp-nav span:after{
	background-color: #20c51d;
}
.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: 39%;
	z-index: 99;
	right: 3rem;
}

/* .header-score img {
	position: fixed;
	z-index: 2;
	right: 0;
	top: 74%;
} */
/**********header***********/
.header-area {
	background-color: #f6f6f6;
	padding: 2.6rem 0 1.8rem;
}
.header-area .navbar-brand{
	margin: 0;
}
.header-area .navbar-expand-lg .nav-link {
    padding: 0;
    color: #0D0E1C;
    font-family: 'helvetica_now_displaybold';
}
.header-area .navbar-brand img {
    width: 24rem;
}
.header-area .header-top-logo1 img {
    width: 4rem;
    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: 'helvetica_now_displaybold';
	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: #2475EF;
	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: #f6f6f6;
}
.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: 1rem;
}
.each-banner img {
	border-radius: 5rem;
	overflow: hidden;
}
/**********filter-area***********/
.filter-area {
	background-color: #f6f6f6;
}
.filter-area h6 {
	font-size: 1.3rem;
	color: #B2B2B6;
	font-family: 'HelveticaNowDisplayMedium';
	margin-left: 2.5rem;
}
.select-style {
    width: 100%;
    height: 3.7rem;
    color: #0D0E1C;
	font-family: 'helvetica_now_displaybold';
    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;
}
.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: 2% 0 7%;
	background-color: #f6f6f6;
}
.each-product {
	padding: 1rem;
    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: 3rem;
	font-size: 2.1rem;
}
.product-dtl p {
	margin: 0.8rem 0 1.7rem;
	height: 40px;
	overflow: hidden;
	font-size: 1.4rem;
}
.product-dtl table{
	width: 100%;
	font-size: 0;
}
.product-dtl td {
	padding-right: 3rem;
	vertical-align: top;
	font-size: 1.4rem;
	color: #0D0E1C;
	font-family: 'HelveticaNowDisplayMedium';
	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;
	font-size: 2.1rem;
}
.each-product h5 span {
	color: #2475EF;
}
.product-dtl .akker_btn_cls {
	max-width: 100%;
}
.product-sec .swiper-button-prev{
	border-radius: 0 1rem 1rem 0;
	left: 0;
}
.product-sec .swiper-button-next{
	border-radius: 1rem 0 0 1rem;
	right: 0;
}
/**********home-gallery-sec***********/
.home-gallery-sec .outer-wrap {
	background-color: #f6f6f6;
}
.home-gallery-wrap {
	background-color: #1A1A1B;
	padding: 6.2% 4% 4.5%;
    border-radius: 5rem;
    overflow: hidden;
}
.home-gallery-sec h2, .home-gallery-sec p {
	color: #fff;
	text-align: center;
}
.home-gallery-sec p {
	margin: 3.5rem auto 7.7%;
	max-width: 84rem;
	width: 100%;
  }
.home-gallery-slider {
	position: relative;
}
.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(36, 117, 239, 0.46);
	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(36, 117, 239, 0.46);
	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: -3rem;
}
.home-gallery-slider .swiper-button-prev {
	left: -3rem;
}
.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: 'helvetica_now_displaybold';
	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: #2475EF;
    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 {
	margin-top: 2rem;
	padding-left: 16%;
}
.about-sec-info h6 {
	font-size: 1.8rem;
	font-family: 'helvetica_now_displaybold';
	color: #0D0E1C;
}
.about-sec-info p {
	margin: 3.4rem 0 5.4rem;
}
/* .about-sec-info .row.justify-content-center{
	max-width: 500px;
} */
.about-sec .akker_btn_cls {
	margin-bottom: 7.4rem;
	max-width: 26.8rem;
}
.about-icon {
	background-color: rgba(36, 117, 239, 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;
}
.each-home-btm-img img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-home-btm-img:hover img {
	transform: scale(1.1);
}
/**********footer***********/
.footer-area .outer-wrap{
	background-color: #f6f6f6;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.footer-wrap{
	background-color: #2476f0;
	padding: 7.7% 6% ;
	border-radius: 5rem;
	overflow: hidden;
}

.footer-logo img {
	width: 36.6rem;
}
.footer-left-btn {
	margin: 4.8rem 0 7.8rem;
}
.footer-left-btn .akker_btn_cls {
	margin-right: 0.9rem;
}
.footer-left-btn .akker_btn_cls:first-child {
	background-color: #0D0E1C;
	color: #fff;
	border: 1px solid #fff;
}
.footer-left-btn .akker_btn_cls:hover, .footer-left-btn .akker_btn_cls:focus, .footer-left-btn .akker_btn_cls:active {
	background-color: #2475EF;
	color: #fff;
	border: 1px solid #2475EF;
}
/* .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: #2475EF;
}
.footer-social .footer-whtsap{
	background-color: #20c51d;
}
.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: #fff;
}
.each-footer-right-info p a:hover {
	text-decoration: underline;
}
.each-footer-right-info p span {
	font-size: 1.6rem;
	font-family: 'HelveticaNowDisplayRegular';
	color: #fff;
}
.footer-other-logo{ 
	margin-bottom: 3.5rem;
}
.footer-btm {
    display: flex;
    justify-content: end;
    margin-right: 3rem;
}
.footer-btm ul {
	display: flex;
}
.footer-btm li {
	margin-left: 1rem;
}
.footer-btm li:first-child {
	margin-left: 0;
}
.footer-btm img{
	width: 60px;
}
.footer-left-credit p {
	font-size: 1.6rem;
	font-family: 'lama_sansmedium';
	color: #fff;
	margin-top: 0;
}
.footer-right-credit li {
	font-size: 1.6rem;
	margin-left: 0;
	display: inline-block;
}
.footer-right-credit li a {
	color: #fff;
	font-size: 1.6rem;
	font-family: 'lama_sansmedium';
	text-decoration: underline;
	margin-right: 3rem;
}
.footer-right-credit li a:hover {
	color: #2475EF;
}
.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: #1A1A1B;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'HelveticaNowDisplayRegular';
}
.close-img:hover {
	color: #fff;
}
/*************************bedankt*************************/
.bedankt-banner-sec .banner-content {
	top: 50%;
}
.bedankt-banner-sec .banner-content h1 {
    margin-bottom: 4rem;
}
/*************************aanbod-list*************************/
/****aanbod-filter-area****/
.aanbod-filter-area .filter-main {
	max-width: 144rem;
}
/****aanbod-list-product-sec****/
.aanbod-list-product-sec {
	padding-top: 3.5%;
	padding-bottom: 6.7%;
}
.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 {
	padding-top: 6%;
}
.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: #0D0E1C;
    border: 1px solid #0D0E1C;
}
.back-btn-sec .border-btn:hover, .back-btn-sec .border-btn:focus, .back-btn-sec .border-btn:active {
	background-color: #2475EF;;
	color: #fff;
	border-color: #2475EF;
}
/****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;
	border-radius: 1rem;
	overflow: hidden;
}
.dtl-car-slide {
    position: relative;
}
.dtl-top-slider {
	margin-bottom: 0.7rem;
}
.more-dtl-gal .col-3,
.more-btm-dtl-gal .col-3 {
	padding: 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;
    border-radius: 5px;
}
.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-bottom: 1.5rem;
	padding-right: 1.5rem;
	margin-right: 2rem;
	background-color: #fff;
	border-radius: 1rem;
}
.each-product-top h4, .price-table h4 {
	font-size: 3rem;
	color: #0D0E1C;
}
.each-product-top p {
	 font-family: 'HelveticaNowDisplayMedium';
}
.price-table p {
	font-family: 'HelveticaNowDisplayRegular';
	color: #0D0E1C;
	display: block;
}
.dtl-top-table table {
    width: 100%;
}
.dtl-top-table td {
    padding: 3.2rem 0;
    vertical-align: top;
    padding-left: 3rem;
}
.dtl-top-table td:first-child {
	padding-left: 0;
}
.dtl-top-table tr {
	border-bottom: 1px solid #D9E4F5;
}
.dtl-top-table tr:last-child {
	border-bottom: 0;
}
.dtl-top-table p {
	 font-family: 'helvetica_now_displaybold';
}
.dtl-top-table p span {
	 font-family: 'HelveticaNowDisplayMedium';
	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;
}
.aanbod-dtl-top-sec .dtl-btm-info {
	margin-top: 4rem;
}
.dtl-top-table {
	margin-top: 4rem;
}
.dtl-top-info {
	padding: 0 5rem;
}
.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 .common-wrap {
	background-color: #fff;
	padding: 4%;
	border-radius: 5rem;
    overflow: hidden;
}
.dtl-tab-sec.tab-btn{
	margin-top: -5rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 1px solid #0D0E1C;
    background-color: transparent;
	text-transform: none;
    color: #0D0E1C;
    opacity: 1;
	padding: 1.4rem 2rem;    
    letter-spacing: normal;
	border-radius: .5rem;
	width: 100%;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
	font-family: 'helvetica_now_displaybold';
	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: #2475EF;
	border-color: #2475EF;
	color: #fff;
}
/****dtl-tab-content****/
.dtl-tab-content-heading h2 {
	padding: 5rem 0;
	color: #121212;
}
.dtl-tab-sec .tab-content ul li {
	font-family: 'HelveticaNowDisplayRegular';
    color: #121212;
    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 1rem;
    padding-left: 1.6rem;
    background-size: 0.9rem;
	font-family: 'HelveticaNowDisplayMedium';
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
	font-family: 'HelveticaNowDisplayRegular';
}
.bullet-panel h4 {
    border-bottom: 1px solid #121212;
    padding-bottom: 1rem;
	color: #121212;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 2rem;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing h4 {
	font-family: 'HelveticaNowDisplayRegular';
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.6rem;
    position: relative;
}
.dtl-tab-sec .bullet-panel li:after {
    position: absolute;
    top: 1rem;
    left: 0;
    content: '';
    width: 0.9rem;
    height: 0.9rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.dtl-tab-sec .tab-content p {
    color: #121212;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2475EF;
    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: #121212;
    font-family: 'HelveticaNowDisplayRegular';
}
.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 .border-btn {
	border-color: #0D0E1C;
	color: #0D0E1C;
}
.aanbod-dtl-product-sec .border-btn:hover {
	border-color: #2475EF;
	color: #fff;
}
.aanbod-dtl-product-sec .each-product {
	margin-bottom: 6rem;
}
/*************************werkplaats-list*************************/
/****inner-banner-sec****/
.inner-banner-sec {
	position: relative;
	background-color: #f6f6f6;
}
.inner-banner-img {
	border-radius: 5rem;
	overflow: hidden;
}
.inner-banner-info {
	position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/****list-sec****/
.list-sec {
	background-color: #f6f6f6;
	padding: 7% 0 4%;
}
.list-sec .col-md-6 {
	padding: 6.7rem;
}
.each-list-product {
	background-color: #fff;
	border-radius: 2rem;
    overflow: hidden;
	margin-bottom: 4rem;
}
.each-list-product-info {
	/* text-align: center; */
	padding: 4rem 10% ;
}
.each-list-product-info p {
	margin: 2rem 0 3rem;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-list-product-img {
	overflow: hidden;
}
.each-list-product-img img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-list-product:hover .each-list-product-img img  {
	transform: scale(1.1);
}
/*************************werkplaats-dtl*************************/
/***werkplaats-dtl-bk-btn***/
.diensten-dtl-bk-btn .border-btn {
	position: absolute;
	top: 10rem;
	color: #0D0E1C;
	border-color: #0D0E1C;
}
/****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 {
	max-width: 70rem;
}
.dtl-top-blk-info h2 {
	margin-bottom: 3rem;
	margin-top: 18rem;
}
/****dtl-about-sec****/
.dtl-about-sec p {
	margin-top: 3.3rem;
	margin-bottom: 12%;
}
/****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-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: 7%;
}
.dtl-gallery-slider .akker_btn_cls {
    max-width: 34.9rem;
}
.dtl-gallery-slider .common-arrow {
	background-color: #0D0E1C;
}
/*************************diensten-dtl*************************/
/****diensten-dtl-gallery-slider****/
.diensten-dtl-gallery-slider .akker_btn_cls {
	max-width: 29rem;
}
/*************************over-ons*************************/
/****over-ons-top-blk****/
.over-ons-top-blk {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.over-ons-top-blk .dtl-top-blk-info h2 {
	margin-top: 0;
}
.over-ons-top-blk .dtl-top-blk-img {
    padding-left: 0;
    margin-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;
    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: rgba(36, 117, 239, 0.46);
	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-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 {
	margin-top: 2rem;
    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;
	font-family: 'volvo_novumregular';
}
.each-contact-left-info a:hover {
	color: #2475EF;
}
.each-contact-left-info li {
	margin-right: 0.9rem;
	display: inline-block;
}
.each-contact-left-info li a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.5rem;
}
.each-contact-left-info li a img {
	width: 2.5rem;
	filter: brightness(1);
	-webkit-filter: brightness(1);
	margin: 0 0.2rem;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-contact-left-info li a:hover {
	transform: scale(1.2);
	filter: brightness(0);
	-webkit-filter: brightness(0);
}
.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: 5%;
	background-color: #f6f6f6;
}
.contact-middle-img {
	border-radius: 5rem;
	overflow: hidden;
}
.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: 'HelveticaNowDisplayMedium';
    color: #0D0E1C;
	margin-bottom: 1.2rem;
}
.contact-middle-info h6 {
	font-size: 1.8rem;
    font-family: 'HelveticaNowDisplayRegular';
    color: #0D0E1C;
    line-height: 1.4;
}
.contact-middle-info p {
	margin-top: 3rem;
}
/*====================vacature page start========================*/
.vacature-list-sec {
	padding: 4% 0;
}
.vacature-list-sec .each-list-product {
	border-radius: 5rem;
}
.vacature-list-sec .row {
	margin: 0 -6.7rem;
}
/*******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;
} 
.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;
}
/*****contact-form-sec****/
.contact-form-sec {
	padding: 0 0 10rem;
	background-color: #F6F6F6;
}
.form-wrap h3 {
	position: relative;
	color: #fff;
	padding-left: 2rem;
	font-family: 'HelveticaNowDisplayMedium';
	padding-top: 3.4rem;
}
.form-wrap h3::after {
	content: '';
    background-image: url(../images/quoteupafbeelding.png);
    background-repeat: no-repeat;
    background-size: 5.5rem;
    height: 5.5rem;
    width: 5.5rem;
    position: absolute;
    left: 0;
    top: 0;
}
.form-wrap h6 {
	margin: 1rem 0 3rem;
	font-family: 'HelveticaNowDisplayRegular';
	color: #fff;
	font-size: 2rem;
	padding-left: 2rem;
}
.form-wrap {
	background-color: #1A1A1B;
	padding: 4rem 7rem;
	border-radius: 2.5rem;
	width: calc(100% + 25%);
    position: relative;
}
.form-styl{
	color: #0F1014;
	font-size: 1.6rem;
	padding: 1.8rem;
	border: 0;
	border-radius: 1rem;
	resize: none;
	font-family: 'HelveticaNowDisplayRegular';
}
.form-styl:placeholder {
	color: #0F1014;
}
.form-styl:-ms-input-placeholder {
	color: #0F1014;
}
.form-styl::placeholder {
	color: #0F1014;
}
.form-styl:focus{
	box-shadow: none;
}
textarea.form-styl{
	min-height: auto;
	height: 100%;
}
.form-img {
	margin-left: 0;
    border-radius: 2.5rem;
    overflow: hidden;
}

/* contact area */
.contact-wrap-area{
	padding-top: 7rem;
}

.contact-map-sec .about-sec-info .each-contact-left-info p{
	margin-top: 0;
	margin-bottom: 0;
}

.contact-map-sec .about-sec-info {
    padding-right: 16%;
	padding-left: 0;}

	.content-img{
		height: 54.5rem;
		border-radius: 0 5rem 5rem 0;
	}
.contact-map-sec .about-icon {
	width :100%;
	padding: 2rem 1rem;
}
.dtl-top-model-heading{
	padding-bottom: 4.5rem;
}
.dtl-top-model-heading h5{
	color:#0D0E1C;
}
.dtl-top-model-heading h3{
	padding-bottom: 2rem;
}
.price-table{
padding-left: 3.5rem;}
.aanbod-dtl-top-sec .dtl-right-part{
	padding-left: 1.5rem;
}
.aanbod-dtl-top-sec .about-icon{
	border-radius: .5rem;
	width: 100%;
	height: 100%;
}

.dtl-btm-info-wrap{
	background-color: rgba(36, 117, 239, 0.14);
	padding: 1.5rem;
	border-radius: .5rem;
	height :100%;
}

.aanbod-dtl-top-sec .about-icon h6{
	font-size: 1.8rem;
	font-family: 'helvetica_now_displaybold';
}
.aanbod-dtl-top-sec .man-info h5{
	font-size: 1.8rem;
	color: #0D0E1C;
	padding-bottom: 3rem;
}
.aanbod-dtl-top-sec .man-info h6{
	font-size: 1.8rem;
	color: #0D0E1C;
	font-family: 'HelveticaNowDisplayRegular';
	}
.aanbod-dtl-top-sec .man-info h6 a {
	color: #0D0E1C;
}
.aanbod-dtl-top-sec .man-info-dtl a{
	font-family: 'HelveticaNowDisplayRegular';
	transition: all .5s;
}
.aanbod-dtl-top-sec .man-info-dtl a:hover,
.aanbod-dtl-top-sec .man-info h6 a:hover {
	color: #2475EF;
}
/***aanbod-dtl-form-sec**/
.aanbod-dtl-form-sec {
	padding-top: 11.7rem;
}
/***overons-contact-sec****/
.overons-contact-sec {
	padding: 7% 0 0;
} 

/*******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 #121212;
    text-transform: uppercase;
    color: #121212;
    display: inline-block;
}
.dtl-car-slide img{
	border-radius: 5px;
}
.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;
	padding-top: 30px !important;
	margin: 0 auto 10px;
	background-color: #fff;
} 
.privacy-sec{
	background-color: #121212;
    padding: 11% 0;
}
.cpnt {
    cursor: pointer;
}
.filter-clean img {
    width: 12px;
    margin-right: 10px;
    margin-bottom: 2px;
}
a.wisfilter.text-end {
    color: #0d0e1c;
}
.sec_heading p{
	text-align: center;
}
.sec_heading a{
	color: #007bff;
}
.sec_heading h2 {
    text-align: center;
    color: #090909;
    font-size: 3.5rem;
    padding-top: 5.5rem;
    padding-bottom: 3rem;
}