@import "fonts.css";
@import "font-awesome.min.css";
/**************hedaer area css****************/
.header{
	display:none;
}
.header-area{
	background-color:rgba(0,0,0,0.60);
	padding:15px 0px;
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	z-index:3;
}
.header-area .container{
	position:relative;
}
.contact-info ul li{
	display:inline-block;
	padding:0px 10px;
	font-family: 'New Rail Alphabet White';
}
.contact-info ul li a{
	color:#fff;
}
.contact-info ul li a span{
	padding-right:15px;
}
.menu-item{
	position:absolute;
	top:50%;
	right:0px;
}
.menu-item a{
	font-size:12.8px;
	color:#fff;
	position:relative;
	padding-top:24px;
}
.menu-item a:before{
	position:absolute;
	top:0px;
	width:100%;
	text-align:center;
	background:url('../images/menubox.png') no-repeat center center;
	content:'';
	height:20px;
}
/*============right side menu=============*/
.right-side-menu {
	/*position: absolute;*/
	position:fixed;
	top: 0px;
	width: 25%;
	height: 100vh;
	background: #121212;
	right: -100%;
	-webkit-transition: all 1s;
	transition: all 1s;
	z-index: 9999999;
}
.side-logo {
	padding: 50px 0px;
	text-align: center;
	border-bottom: 1px solid rgba(231,231,231,0.30);
}
.side-nav ul li {
	font-size: 13px;
	font-family: 'New Rail Alphabet White';
	color: #fff;
	padding: 10px 0px;
	text-transform: uppercase;
	padding-left: 50px;
}
.side-nav ul li a:hover {
	color: #9d2727;
}
.right-side-menu.open_side {
	right: 0px;
	-webkit-transition: all 1s;
	transition: all 1s;
}

/**************hedaer area css****************/

/***************Banner css********************/
.each-banner-content{
	max-width:930px;
	width:100%;;
	padding:50px 0px;
	margin:0px auto;
	border:2px solid #fff;
	background-color:rgba(0,0,0,0.30);
}
.banner-section{
	position:relative;
}
.banner-overlay{
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.4);
	top:0px;
	left:0px;
	z-index:3;
	display:none;
}
.each-banner .container{
	position:relative;
	z-index:3;
	padding:15% 0px 12%;
}
.each-banner-content h1{
	margin-bottom:20px;
}
.each-banner-content h6{
	margin-bottom:40px;
}
.each-banner-content  a{
	margin:0px 10px;
}
.scroll-down-icon{
	bottom:-20px;
	left:50%;
	transform:translateX(-50%);
	position:absolute;
	z-index:9;
}
.each-banner{
	clip-path: polygon(50% 0%, 100% 0, 100% 77%, 50% 100%, 0 77%, 0 0);
	-webkit-clip-path:polygon(50% 0%, 100% 0, 100% 77%, 50% 100%, 0 77%, 0 0);;
}
/***************Banner css********************/
/*******************product alider************************/
.product_slider{
	padding:7% 0px 30px;
}
.slider_area {
	position:relative;
	margin-top:90px;
}

.about-product {
	padding:20px 7px;
	border: 2px solid #efefef;
	border-top: 0px;
	-webkit-box-shadow: 1px 8px 19px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 8px 19px -12px rgba(0,0,0,0.75);
	box-shadow: 1px 6px 19px -15px rgba(0,0,0,0.75);
	margin:-22px 2px 15px 2px;
}
.product_dtls {
	cursor: pointer;
}

.product-name {
	border-bottom: 1px solid #efefef;
	padding:0px 7px 25px;
}
.product-name h4 {
    font-family: 'Roboto md';
	margin-bottom:10px;
}
.about-product .product-name p {
    font-family: 'Roboto Lt';
	margin-bottom: 0px;
}
.product-range {
	padding:15px 7px 0px;
}
.product-range table {
	width: 100%
}
.product-range table tr td p {
    font-family: 'Roboto Lt';
	margin-bottom: 0px;
}
.product-range table tr td:last-child h3{
	text-align: right;
}
.slider_area .swiper-button-next {
	right: -70px;
	z-index:0;
}
.slider_area .swiper-button-prev {
	left: -70px;
	z-index:0;
}
.btn_area {
	margin-top: 100px;
}
/********************************product slider****************************/
/*===================product-nxt-area===================*/
.product_nxt_area{
	position:relative;
	background-color:#121212;
	padding:200px 0px 20%;
	clip-path: polygon(50% 15%, 100% 0, 100% 84%, 50% 100%, 0 85%, 0 0);
	-webkit-clip-path:polygon(50% 15%, 100% 0, 100% 84%, 50% 100%, 0 85%, 0 0);
	margin-top: -50px;
}
.carprice { 
color:#000000;
font-size: 17px;
}

.bg_content {
    position: absolute;
    z-index: 1;
    right: 0px;
    top: 0;
	width: 50%;
    height: 100%;
}

.each-content p{
	margin:40px 0px 50px;
	color:#fff;
	text-align:justify;
}
.verzekering p{
	margin:40px 0px 10px;
	color:#fff;
	text-align:justify;
}
.each-content h6{
	font-size:13px;
	letter-spacing:normal;
	display: inline-block;
    margin-top: 15px;
}
.each-content h6 span{
	color:#9b0d0d;
	font-family: 'New Rail Alphabet bold';
}
.each-content{
	position: relative;
    z-index: 9;
}
.each-content h4{
	color:#fff;
	letter-spacing: 2px;
}
.product_nxt_area .col-lg-6:nth-child(1) .each-content{
	padding-right:80px;
}
.product_nxt_area .col-lg-6:nth-child(2) .each-content{
	padding-left:80px;
}
/*===============counter before area================*/
.counter-before-wrapper{
	
}
.slider_img_area{
	position:relative;
	/*-webkit-box-shadow: 7px 16px 40px -3px rgba(0,0,0,0.35);
	-moz-box-shadow: 7px 16px 40px -3px rgba(0,0,0,0.35);
	box-shadow: 7px 16px 40px -3px rgba(0,0,0,0.35);*/
	
}

.slider-img-content p{
	color:#fff;
	margin:25px 0px 30px;
}
.counter-before-area{
	position:relative;
	margin-top: -16%;
}
.slider-img-content{
	padding:85px 0px 85px 135px;
	/*-webkit-box-shadow: -4px 18px 43px -6px rgba(0,0,0,0.44);
	-moz-box-shadow: -4px 18px 43px -6px rgba(0,0,0,0.44);
	box-shadow: -4px 18px 43px -6px rgba(0,0,0,0.44);*/
}
.slider-img-content .common-btn:hover{
	background-color:#fff;
	border:2px solid #fff;
}
.counter-before-area .swiper-button-next{
	right:30px;
}
.counter-before-area .swiper-button-prev{
	left:30px;
}
/*======================counter area===================*/
.counter-area{
	padding:0px 0px 150px;
}
.counter-area-wrapper{
	padding-top: 50px;
}
.counter-heading{
	padding-top: 35px;
}
.count-box{
	width:108px;
	margin:0px auto;
	border-radius:100%;
	overflow:hidden;
	border:1px solid #e5e5e5;
}
.count-box span{
	display:table;
	height:108px;
	width:100%;
	text-align:center;
}
.count-box span span{
	display:table-cell;
	vertical-align:middle;
	font-family: 'New Rail Alphabet White';
	font-size:24px;
	color:#9b0d0d;
}
.counter_text {
	text-align:center;
}
.count{
	display:inline-block;
	font-size:24px;
	color:#9b0d0d;
	margin-bottom:0px;
}
.counter-area h6{
	color:#121212;
	letter-spacing:1.5px;
	margin-top:30px;
}
/*===============footer============*/

footer {
	position: relative;
	background-color:#121212;
	/*overflow-x: hidden;*/
}

.footer_address .container{
	position:relative;
	padding-bottom:60px;
}
/*.footer_address .container:before {
   position: absolute;
    width: calc(100% - 120px);
    height: 100%;
    background-color: red;
    top: 0px;
    left: 100%;
    content: '';
}*/

.footer_address .container:after {
    position: absolute;
    width: 100vw;
    height: 100%;
    background-color:#1f1f1f;
    top: -90px;
    right: 0;
    content: '';
	z-index:1;
}

.footer_address h6 {
	margin-bottom:25px;
	letter-spacing:normal;
}
.address-wrapper p {
    position: relative;
	color:#fff;
}

.contact_no p::before {
    position: absolute;
    top: 4px;
    left: -35px;
    content: '';
    background-image: url(../images/mail.png);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.contact_no p:last-child::before {
	background-image: url(../images/call.png);
    width: 18px;
    height: 13px;
}
.address-wrapper{
	position:relative;
	z-index:2;
	padding-top:20px;
	padding-bottom:60px;
}
.opening_time p{
	line-height:35px;
}
.brand_logo{
	max-width: 400px;
	display:inline-block;
	margin-left: 50px;
	justify-content: space-between;
    display: flex;
    align-items: center;
}

}
.brand_logo li{
	display:inline-block;
	padding-left:60px;
}
.vragen-area p{
	line-height: unset;
}
.vragen-area p{
	padding-right: 23%;
    text-align: justify;
}
.footer-area{
	position:relative;
	background-color:#121212;
	padding: 0px;
	margin-top: -50px;
}
.footer-area .divider{
	border-top:1px solid rgba(231,231,231,0.30);
	margin-top: 45px;
    margin-bottom: 0px;
}
.privacy_policy li{
	font-size:13px;
	color:#fff;
	font-family: 'New Rail Alphabet White';
	display:inline-block;
	
}
.privacy_policy li img{
	margin-left:15px;
	vertical-align:top;
}
.privacy_policy li:nth-child(2){
	float: right;
}
.privacy_policy{
	padding:35px 0px;
}
.whatsapp_img{
	position:fixed;
	bottom:0;
	z-index:10;
	right:0px;
}
/************************aanbod************************/
.common-banner h1{
	font-size:48px;
	margin-bottom:0px;
}
.common-banner .each-banner-content {
    max-width: 530px;
	padding:30px;
	background-color: rgba(0,0,0,0.20);
}
.common-banner .each-banner .container {
    padding: 10% 0px 6%;
}

/*=================aanbod=================*/
.aanbod_selection_sec{
	background-color:#f5f5f5;
	padding: 100px 0px 30px;
	margin-top: -100px;
}
.aanbod_selection_sec .form-control {
	background: url(../images/dropdown.png) no-repeat 95% center;
	border: 2px solid #e1e1e1;
	color: #7e7e7e;
	border-radius: 0px;
	font-size: 13px;
	font-family: 'New Rail Alphabet White';
	width: 100%;
	min-height: 40px;
	-webkit-appearance: none;
	border-radius:50px;
}

.reset_btn {
	color: #121212;
    width: 100%;
    text-align: right;
}
.select-btn{
	text-align: right;
}
.aanbod_selection_sec h4{
	margin-bottom:35px;
}
.aanbod_product_slider{
	padding-top:45px;
}
.aanbod_product_slider .col-md-6{
	padding-bottom:35px;
}
.gallery-middle-text p{
	margin:30px 0px 35px;
	text-align:justify;
	color:#fff;
}
.text-content{
	max-width:50%;
}
.gallery-middle-text{
	padding:75px 10%;
}
.gallery-middle-text .common-btn:hover{
	background-color:#fff;
	border: 2px solid #fff;
	color:#9b0d0d
}
.aanbod_product_slider .col-md-12{
	padding-bottom:35px;
}
/*=================aanbod product nxt sec===========*/
.auto_financieren_sec_content p{
	margin:30px 0px 40px;
	text-align: justify;
}

.auto_financieren_sec{
	position:relative;
	overflow:hidden;
}
.auto_financieren_sec_content {
   padding: 40px 15% 160px 50px;
}
.auto_financieren_sec{
	position:relative;
}
/*.right-side-image{
	position:absolute;
	right:0;
}*/

.right-side-image{
	width:100vw;	
	position:relative;
	background-position:center center !important;
	background-size:cover !important;
	background-repeat:no-repeat !important;
}
.right-side-image img{
	display:none;
}
/*==================listview=================*/

/*.listview_sec_wrapper{
	padding:10% 0px;
	position:relative;
	overflow-x:hidden;
}
.main_bg_img_sec{
	padding-left: 80px;
	position: relative;
}
.expertise_overview_sec_text{
    position: absolute;
    top: 0;
    left: 0;
}
.intro_text{
	
}
.listview_sec {
	position:relative;
}

.listview_sec :after{
	position: absolute;
    width: calc(100% - 120px);
    height: 100%;
    background-color: #121212;
    content: '';
    top: -80px;
}
*/
/*===================diensten listview================*/
.diensten_listview_area img{
	display:none;
}
.listview_area_img{
	height: 100%;
    width: calc(100% - 102px);
    margin-left: auto;
    margin-right: 0;
}
.service-product-details{
	/*padding: 70px 10% 100px 0px;*/
	padding: 0px 10% 22% 0px;
    position: relative;
    z-index: 2;
}
.service-product-details h4{
	color:#fff;
}
.service-product-details p{
	color:#fff;
	margin:20px 0px 35px;
	text-align:justify;
}
.diensten_listview_area .col-lg-7{
	position: relative;
}
.diensten_listview_area .col-lg-7::after{
	position: absolute;
    top: -70px;
    right: 0;
    content: '';
    width: 100vw;
    height: 100%;
    background-color: #121212;
    z-index: 0;
}
.diensten_listview_area{
	padding-top:10%;
	position:relative;
	overflow:hidden;
	padding-bottom: 100px;
}
.diensten_listview_area .common-btn{
	background-color:transparent;
}
.diensten_listview_area .common-btn:hover{
	background-color:#9b0d0d;
}
.listview-wrapper{
	padding-bottom:130px;
}
.listview-wrapper .flex-row-reverse .col-lg-7::after {
    left: 0;
	right:auto;
}
.listview-wrapper:nth-child(even) .service-product-details{
	padding-left:10%;
	padding-right:0px;
	text-align: right;
}
.listview-wrapper:nth-child(even) .service-product-details p{
	text-align: right;
}
.listview-wrapper:nth-child(even) .listview_area_img {
    margin-left: 0;
    margin-right: auto;
}
/*================service details================*/
.service-counter-before-area {
    z-index: 1;
    padding-bottom: 60px;
	margin-top:0px;
}
.service-product_nxt_area {
	padding: 200px 0px 10%;
}
.service-content-wrapper h4{
	margin-bottom:30px;
}
.service-content-btn{
	text-align:right;
	padding-bottom:60px;
}
.service-content-wrapper{
	max-width:762px;
	margin:0 auto;
	width:100%;
}
.service-content{
	padding:70px 0px;
}
.form-styl {
	font-size: 14px;
	padding: 10px 25px;
	resize: none;
	background-color:#fff;
	border-radius: 0px;
    font-family: 'Roboto Lt';
	border:2px solid #ececec;
}

.form_area .form-control:focus {
	box-shadow:none;
	border:2px solid #ececec;
}

.form-styl:placeholder {
	color: #121212;
	opacity: 1;
}

.form-styl:-ms-input-placeholder {
	color: #121212;
	opacity: 1;
}

.form-styl::placeholder {
	color: #121212;
	opacity: 1;
}
.form_area h4{
	margin-bottom:40px;
}
.form_area{
	padding:6% 0px;
}
.address_area p{
	text-align:justify;
	margin: 0px;
	margin: 10px 0px 30px;
}
.address_area{
	padding-right: 40px;
    padding-bottom: 60px;
}
.address_dtls p{
	line-height:23px;
}
/*===================contact=====================*/
.contact-dtls-area h6{
	font-family: 'New Rail Alphabet White';
	color:#121212;
	line-height: 30px;
}
.contact-dtls-area {
    padding: 6% 0px 90px;
}
.contact-product_nxt_area .address_area h4{
	margin-bottom:40px;
}
.contact-product_nxt_area .address_area{
	padding-right:0px;
}
.contact-product_nxt_area .address_dtls p {
	margin:0px;
}
.contact-product_nxt_area {
    padding-bottom:180px;
}
.opening-time h6{
	font-family: 'Roboto bold';
    color: #121212;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    font-size: 14px;
}
.opening-time{
	padding-bottom:50px;
}
.contact-form-area{
	padding-bottom:190px;
}
/*********************overons*************************/
.overons-product_nxt_area{
	background-color:#f5f5f5;
	margin-top:-100px;
}
.overons-product_nxt_area .each-content h4 {
    color: #121212;
}
.overons-product_nxt_area .each-content p {
   color: #121212;
}
.overons-product_nxt_area .bg_content img{
	display:none;
}
.onez-collegue .section_heading h4{
	font-size:26px;
	text-align:center;
}

.member-dtls h4 {
	margin-bottom: 20px;
	font-size:30px;
	text-align: center;
}

.member-dtls p {
	text-align: center;
	font-size:22px;
	margin-bottom:0px;
}

.onez-collegue .swiper-button-next {
	right: -80px;
}

.onez-collegue .swiper-button-prev {
	left: -80px;
}

.member-slider-wrapper {
	position: relative;
	padding-top: 60px;
}

.onez-collegue {
	padding-bottom: 70px;
}

.overons_prev_nxt_slider {
	padding-top: 60px;
}

.overons_prev_nxt_slider .slider_year {
	margin-bottom: 15px;
}
.member-pic{
clip-path: polygon(50% 0%, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
-webkit-clip-path:polygon(50% 0%, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
}
.onez-collegue{
	padding:60px 0px 100px;
}
.member-dtls{
	padding-top:40px;
}
/********************************************************************************/
.link_slider .link_wrapper {
position:relative;
cursor:pointer;
}
.link_slider .slider_upper_text{
	position:absolute;
	z-index:999;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.link_slider .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 99;
    opacity: 1;
}
.link_slider .swiper-slide-active .overlay{
opacity:0;
transition: .5s ease all;
}


.link_slider_wrapper{
	position:relative;
	padding-top:70px;
}
.link_slider_wrapper .swiper-button-next{
	right:10%;
}
.link_slider_wrapper .swiper-button-prev{
	left:10%;
}
.link_slider .swiper-slide-active{
	width:50% !important;
}
.link_slider .swiper-slide-prev{
	width:25% !important;
}
.link_slider .swiper-slide-next{
	width:25% !important;
}
.link_wrapper{
	height:350px;
}
.link_slider h4{
	font-size:32px;
	text-align:center;
}
.link_slider .section-heading{
	border-top:1px solid #e1e1e1;
	padding-top:70px
}
.overons-counter-area .section-heading{
	border-top:1px solid #e1e1e1;
	padding-top: 9%;
}
.overons-counter-area{
	padding-top:20px;
	padding-bottom: 7%;
}
/*================vercocht==================*/
.vercocht_product_slider .gallery-middle-text{
	padding:50px;
	border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 50px 0px;
}
.vercocht_product_slider .gallery-middle-text h2{
	color:#121212;
}
.vercocht_product_slider .gallery-middle-text p{
	color:#121212;
	text-align:center;
}
.vercocht_product_slider .text-content {
    width: 100%;
	text-align:center;
	text-align: center;
    max-width: 680px;
    margin: 0 auto;
}
.vercocht_product_slider .common-btn:hover{
	border:2px solid #9b0d0d;
}
.vercocht_product_slider{
	padding-bottom:10%;
}
.vercocht_product_slider .product-name {
    border-bottom:none;
}
/*========================aanbod details===============================*/
/*===============aanbod dtls=============*/
/*********aanbod details********/
/*---top_content---*/
.slider_top_sec{
	padding: 150px 0px 40px;
}
.slider_top_sec .common-btn{
	line-height:normal;
}
.slider_top_sec h1{
	position:relative;
	color:#121212;
	text-transform: capitalize;
	font-size:44px;
	font-family: 'Poppins rg';
	letter-spacing: 1.5px;
}

.slider_top_sec p{
    margin-top:15px;
	font-family: 'Poppins ex lt';
	margin-bottom: 0px;
}
.top_btn{
	text-align:right;
	padding-top:20px;
}
/*----masterslider-----*/
.aanbod_details_slider .ms-container{
	background-color:rgba(0,0,0,0.9);
}
.aanbod_details_slider .ms-skin-default .ms-nav-prev{
	background: url('../images/product-prev2.png') no-repeat center center;
	left:-90px;
	opacity: 1 !important;
	width: 50px;
}
.aanbod_details_slider .ms-skin-default .ms-nav-next{
	background: url('../images/product-nxt2.png') no-repeat center center;
	right: -90px !important;
	opacity: 1 !important;
	width: 50px;
}
/*******tab area*******/
.tabber_upper_sec table{
	width:100%;
}
.aanbod_detail_tab_sec .tabber_upper_sec{
	padding-bottom: 75px;
	padding-top: 90px;
}
.tabber_upper_sec tr td {
	font-size: 14px;
    font-family: 'New Rail Alphabet White';
	color: #989898;
	padding-bottom:17px;
	font-style: italic;
}
.tabber_upper_sec tr td span{
	font-style: normal;
	color:#121212;
}

/******tab******/

.aanbod_detail_tab_sec .nav-tabs {
	border-bottom: 0px;
}

.aanbod_detail_tab_sec .tab_sec .nav-tabs .nav-item {
	border-bottom: none;
	margin-bottom: -1px;
	width: 23%;
	margin: 0px 10px 15px 0px;
	text-align: center;
	background-color: #ebebeb;
	font-size: 13px;
	font-family: 'New Rail Alphabet Medium';
	border-radius: 50px;
}

.aanbod_detail_tab_sec .tab_sec .nav-tabs .nav-item a:hover{
	color: #fff;
	background-color: #9b0d0d;
	border-radius: 50px;
}
.aanbod_detail_tab_sec .nav-tabs .nav-link {
	border-top-left-radius: 0rem;
	border-top-right-radius: 0rem;
	border: none;
	padding: 14px;
	color: #121212;
}

.aanbod_detail_tab_sec .nav-tabs .nav-link.active {
	background-color: #9b0d0d;
	color: #fff;
	border-radius: 50px;
}

.aanbod_detail_tab_sec .tab_content_wrapper {
	padding: 30px 0px;
}

.aanbod_detail_tab_sec .tab_content_wrapper .tab-pane .tab_hedaing {
	padding-bottom: 20px;
}

.aanbod_detail_tab_sec .bullet_panel ul li {
	position:relative;
	padding-left: 20px;
}
.aanbod_detail_tab_sec .bullet_panel ul li:after {
	position:absolute;
	top:8px;
	left:0;
	width:8px;
	height:2px;
	background:#000;
	content:'';
}
.aanbod_detail_tab_sec .tab-content ul li {
    font-family: 'New Rail Alphabet Medium';
	font-size: 14px;
	color: #121212;
	padding-bottom: 6px;
	word-break: break-word;
}
.aanbod_detail_tab_sec .tab-content .kenmerken_tab ul li:nth-child(even) {
    font-family: 'New Rail Alphabet White';
}

.aanbod_detail_tab_sec .tab_content_wrapper .tab-pane .tab_hedaing h5 {
	color: #121212;
	border-bottom: 1px solid #121212;
	padding-bottom: 10px;
	text-transform: uppercase;
	padding-top: 15px;
	font-family: 'New Rail Alphabet White';
}

.kenmerken_tab ul li:nth-child(odd) {
	position:relative;
	padding-left: 17px;
}
.kenmerken_tab ul li:nth-child(odd):after {
	position:absolute;
	top:8px;
	left:0;
	width:8px;
	height:2px;
	background:#000;
	content:'';
}
.kenmerken_tab ul li {
	width: 45%;
	display: inline-block;
	vertical-align: top;
    font-family: 'New Rail Alphabet Medium';
}

.aanbod_detail_tab_sec{
	/*padding: 65px 0px 8%;*/
	padding-bottom: 80px;
}

.photo_upload {
	color: #121212;
	border-radius:0px;
    font-family: 'Roboto Lt';
    border: 2px solid #ececec;
	font-size:14px;
	resize:none;
	min-height:50px;
	padding-top:15px;
}

/*********/
.dtls_price_part h4{
    color:#fff;
}
.dtls_price_part{
	text-align:center;
}
.dtls_price_part h6{
	margin-bottom: 50px;
    font-family: 'New Rail Alphabet White';
	margin:20px 0px;
	letter-spacing: 1.5px;
}

.dtls_price_part p{
	text-align:center;
	color: #fff;
}
.dtls_price_part .divider {
    width: 90%;
	border-top:2px solid #fff;
	margin:30px auto;
}
.dtls_page_form{
	text-align:center;
}
.dtls_page_form .border-button{
	display:block;
	border:2px solid #e3e3e3;
	padding: 13px 30px;
    font-size: 13px;
    background: transparent;
    border-radius: 0px;
    max-width: 290px;
	border-radius:50px;
}
.dtls_page_form .border-button:hover{
	color: #fff;
	background: #121212;
}
.dtls_page_form .border-button {
    margin: 0 auto 15px;
}
.dtls_page_form p{
    margin-bottom: 35px;
   text-align:center;
    color: #fff;
}
.dtls_page_form .common-btn{
	max-width: 290px;
	line-height:normal;
}
.form_1{
    background-color: #121212;
    padding: 30px;
	display: none;
	margin-bottom: 40px;
}
.dtls_price_wrapper{
	background-color:#121212;
	padding: 60px 30px 90px;
	clip-path: polygon(0% 0%, 100% 0%, 100% 0, 100% 90%, 0 100%, 0 100%, 0 100%, 0 0);
	-webkit-clip-path:polygon(0% 0%, 100% 0%, 100% 0, 100% 90%, 0 100%, 0 100%, 0 100%, 0 0);
}
.aanbod_detail_tab_sec .form-styl {
    background-color: transparent;
    border: 2px solid #fff;
	color:#fff;
}
.aanbod_detail_tab_sec .form-styl:placeholder {
	color: #fff;
	opacity: 1;
}

.aanbod_detail_tab_sec .form-styl:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

.aanbod_detail_tab_sec .form-styl::placeholder {
	color: #fff;
	opacity: 1;
}
.contact-form h4{
	margin-bottom:40px;
}
.each-content .form-group{
	margin-bottom:10px;
}
.contact-form .common-btn{
	margin-top:15px;
}
.aanbod_dtl_product_slider {
    padding-bottom:180px;
	padding-top:90px;
}
/*==========pop up===========*/

.modal_area .modal-header {
   padding: 0px;
   position:relative;
	border-bottom:none;
}
.modal_area .modal_close_img{
	position: absolute;
    top: 10px;
    right: 10px;
}

.modal_area .modal-dialog {
    max-width: 880px;
	margin-top: 10%;
}

.modal_area .modal-body{ 
	text-align: center;
   padding: 35px 0px 70px;
}
.modal_area .modal-body h2{
	color: #121212;
}
.modal_area .modal-content p{
	margin:20px 0px 40px;
}
.modal_area .modal-content{
	border:none;
	clip-path: polygon(50% 0%, 100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
	-webkit-clip-path:polygon(50% 0%, 100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
	border-radius: 0px;
}

.modal_area #myModal{
	padding-right:0px !important;
}
.mm-slideout {
z-index: unset;
}
.modal_txt_wrapper{
	max-width: 400px;
    margin: 0 auto;
    width: 100%;
}
/*=======pop up end==========*/
/*============thank u================*/
.thank_u .each-banner{
	clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
}
.thank_u .each-banner-content h1{
	/*font-size:66px;*/
}
.thank_u .each-banner-content p{
	color:#fff;
	margin-top: 35px;
    margin-bottom: 50px;
}
.thank_u .each-banner-content {
    max-width:100%;
    width: 95%;
    padding: 50px 0px;
    margin: 0px auto;
}
.thank_u_wrapper{
	max-width:760px;
	width:100%;
	margin:0 auto;
}
.product-range span
{
	margin: 0px 15px;
}
.cursor
{
	cursor:pointer;
}
.morgan_footer{
	background-color:#000;
}
.morgan_footer img{
	margin:0 auto;
	display: table;
}
/*=======cookie start==========*/
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
	padding: 35px 0;
}
.light_theme{
	background:rgba(255, 255, 255, 0.83);
	-webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75); 
	box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
	-webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75); 
	box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75);
}
.cookie_div{
	color:#9c9c9c;
	font-size: 13pt;
	font-family: 'Calibri';
}
.cookie_div h4{
	margin-bottom: 15px;
	font-size: 13pt;
	font-family: 'Calibri';
}
.light_theme h4{
	color:#2a2a2a;
}
.dark_theme h4{
	color:#c9c9c9;
}
.cookie_div a{
	color:#38b6be;
	font-size: 13pt;
	font-weight:bold;
	margin-left:8px;
	font-family: 'Calibri';
}
.cookie_div button{
	color:#3c935c;
	font-size: 12pt;
	background:#e6f8ed;
	font-weight: bold;
    border: 0;
    padding: 13px 25px;
	margin:5px 0;
	cursor: pointer;
	font-family: 'Calibri';
}
.top_gapping{
    background: #3a3a3a;
    padding: 59px 0px;
	position: relative;
}
.top_gapping:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 45%;
	-webkit-clip-path: polygon(0 0, 66% 0, 85% 100%, 0% 100%);
	clip-path: polygon(0 0, 66% 0, 85% 100%, 0% 100%);
	background-color: rgba(18,18,18,1);
	content: '';
	z-index: 0;
	height: 100%;
}
.aanbod_area{
	background:#fff;
	position:relative;
	padding-top:90px;
	margin-top: -1px;
	padding-bottom: 149px;
}
.onez-acties-text-content h2 {
	margin-bottom: 20px;
	font-family: 'New Rail Alphabet Bold';
    font-size: 24px;
    color: #121212;
}
.onez-acties-text-content p {
	color: #828282;
	text-align: justify;
}
.pro_description p span {
    margin: 0px 15px;
}
.kenteken_np{
background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
background-repeat: no-repeat;
background-position: 0% 0%;
padding: 8px 0 6px 30px;
}
.no_record{
	padding: 70px 0px 150px;
    color: #121212;
    text-align: center;
	font-family: 'New Rail Alphabet Bold';
    font-size: 24px;
}
.side_logo{
	position: fixed;
    top: 50%;
    right: 0px;
    z-index: 9999;
    transform: translateY(-50%);
}
.dtls_widget{
	width: 300px;
	margin: 0 auto;
}
.error_top
{
	padding-bottom: 10%;
}

#loader_section{
	display:none;
	width:100%;
	position: fixed;
	top: 0;
	background: #000000b8;
	z-index: 9999;
	height: 100vh;
	padding: 30vh 0px;
}
#loader_section p{
	color:#fff;
	font-size:18px;
	text-align: center;
}
#loader_section img{
	width: 100px;
	margin-bottom: 25px;
}
.header-nav.active {
    top: 0px;
    width: 100%;
    position: fixed;
    -webkit-transition: all 1s;
    transition: all 1s;
    z-index: 3;
    padding: 15px 0px;
    background: #000000;
}
.product-img
{
	padding: 3px;
}
#mobile-contact-bar
{
	display:none;
}