@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: #fff;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
/**********header******************/
.header-area{
	position: relative;
	z-index: 2;
}
/*=======topbar======*/
.header-top-bar{
	background:#1c1c1c;
	padding: 18px 0;
}
.header-top-bar img{
	width: 14px;
    margin-right: 15px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.header-top-bar li{
	font-size: 16px;
	font-family: 'NunitoSansRegular';
	display: inline-block;
	padding-right: 50px;
}
.header-top-bar a:hover img{
	filter: brightness(1) invert(0);
    -webkit-filter: brightness(1) invert(0);
    transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
/*======navbar======*/
.desktop-nav{
	background-color: rgba(0,0,0,0.3);
	position: static;
	padding: 7px 0;
}
.header-area .navbar-brand {
    margin-right: 0;
    padding: 0;
/*    background-color: #fff;*/
    position: absolute;
    top: 0;
    z-index: 2;
    height: 100%;
    width: 360px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3%;
}
.desktop-nav.navbar-light .navbar-nav .nav-link{
	color: #fffefe;
	padding: 0;
}
.desktop-nav.navbar-light .navbar-nav .nav-link:hover{
	opacity: 0.6;
}
.desktop-nav .nav-item{
	font-size: 16px;
	font-family: 'NunitoSansRegular';
	/*padding-right: 75px;*/
	padding: 13px 35px;
	border-right: 1px solid #fff;
}
.header-wrap {
    padding-left: 445px;
}
.whatsapp-fixed-btn{
	position: fixed;
	right: 5px;
	bottom: 80px;
	z-index: 99;
}
.whatsapp-fixed-btn img{
	width: 60px;
}
.klaten-area {
	position: fixed;
	z-index: 99;
	right: 0;
	top: 20%;
}
/******************stiky**************/
.desktop-nav.stiky {
    top: 0px;
    width: 100%;
    position: fixed;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    z-index: 9999;
    background-color: #1c1c1c;
    left: 0;
    padding: 30px 0;
}
/*************banner*********/
.banner-sec {
    position: relative;
    margin-top: -74px;
}
.banner-content{
	position: absolute;
    bottom: 140px;
    width: 100%;
    left: 0;
    z-index: 1;
}
.banner-sec .common-arrow {
    width: 56px;
    height: 56px;
    border: 2px solid rgba(255,255,255,0.2);
    border-radius: 100%;
}
.banner-sec .common-arrow img{
	width: 11px;
	height: 11px;
}
.banner-sec .swiper-button-next{
	right: 40px;
}
.banner-sec .swiper-button-prev{
	left: 40px;
}
/***************************banner nxt block******************/
.each-block{
	background-color: #fff;
	padding: 45px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	cursor: pointer;
	margin-right: 7px;
}
.each-block h4{
	margin-bottom: 10px;
}
.each-block:hover{
	background-color: #865919;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.each-block:hover h4, .each-block:hover h5{
	color: #fff;
}
.arrow {
    width: 60px;
    height: 60px;
    background-color: rgba(28,28,28,0.10);
    border-radius: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 35px;
}
.arrow img {
    width: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-block:hover .arrow {
    background-color: rgba(255,255,255,0.10);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-block:hover .arrow img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.block-wrap{
	margin-top: -70px;
	position: relative;
	z-index: 1;
}
.block-sec{
	background-color: #1c1c1c;
}
/***********************home select*******************/
.select-sec{
	background-color: #1c1c1c;
	padding: 50px 0;
}
.select-heading h2{
	color: #fff;
}
.select-part-wrapper{
	padding-right: 17px;
	max-width: 800px;
	width: 100%;
	margin-left: auto;
}
.each-select-box select {
    width: 100%;
    border: 2px solid rgba(239,239,239,0.25);
    border-radius: 0;
    height: 58px;
    line-height: 56px;
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/down-arrow.svg) #1c1c1c no-repeat 90% center/10px;
    color: #fff;
    padding: 0 25px;
}
.each-select-box .common-btn{
	max-width: 100%;
}
/************************ Car slider Area *******************************/
.car-slider-area{
/*	padding: 120px 0;*/
}
.car-slider-area h2{
    margin-top: 70px;
	margin-bottom: 70px;
}
.each-car{
	background:#fff;
	border: 1px solid transparent;
}
.each-car-details{
	padding: 20px 30px;
	border:1px solid #ebebeb;
	border-top: 0;
}
.each-car-details h4, .each-car-details h6{
	color: #4c4c4c;
}
.each-car-details h6{
	margin-top: 8px;
	height: 35px;
}
.each-car-details table{
	width:100%;
}
.each-car-details table tr td p{
	font-family: 'NunitoSansLight';
	color:#4c4c4c;
}
.each-car-details table tr td span{
	margin:0 10px;
}
.each-car-details table tr td:last-child p{
	font-family: 'NunitoSansExtraBold';
	text-align: right;
}
.divider{
	margin:20px 0;
}
.car-slider-area .container{
	position: relative;
}
.car-slider-area .swiper-button-next{
	right: -110px;
}
.car-slider-area .swiper-button-prev{
	left: -110px;
}
/****************************middle slider***************/
.middle-slider-sec{
    margin-top: 70px;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
}
.middle-sec-wrapper{
	margin-right: -12%;
	margin-left: -12%;
}
.middle-slider-sec .common-arrow{
	width: 45px;
	height: 45px;
	background:#fff;
}
.middle-slider-sec .swiper-button-next{
	right: calc(12% - 45px);
}
.middle-slider-sec .swiper-button-prev{
	left: calc(12% - 45px);
}
.each-slider-block{
	position: relative;
}
.each-block-content{
	background: #1c1c1c;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    padding-top: 100px;
    padding: 20% 50px 30px 65px;
    opacity: 0;
    transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.each-block-content p{
	color: #fff;
	margin-top: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.block-btn{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	opacity: 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
/*.each-slider-block:hover .each-block-content, .each-slider-block:hover .block-btn{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}*/
.static_class .each-slider-block .each-block-content, .static_class .each-slider-block .block-btn{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
/**********************counter top sec******************/
.counter-top-area{
	position: relative;
	padding: 130px 0 100px;
}
.bg-area{
	position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    background-color: #f6f6f6;
    height: 100%;
    z-index: -1;
}
.left-content{
	padding: 80px 50px 100px;
	width: 100%;
	max-width: 650px;
}
.left-content p{
	margin-top: 30px;
}
.right-image{
	width: calc(100% + 60px);
}
.left-btn{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
}
/*********************counter***************/
.counter-wrap{
	background:#1c1c1c;
	width: calc(100% + 120px);
	margin-left: -60px;
	padding: 80px 70px;
}
.each-count-box h4{
	color: #fff;
	font-size: 30px;
	display: inline-block;
}
.each-count-box span {
    border: 2px solid #fff;
    width: 93px;
    height: 93px;
    margin-right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-family: 'NunitoSansBold';
    font-size: 30px;
    color: #fff;
    letter-spacing: 0.5px;
}
/**********************testimonial-sec******************/
.testimonial-top-content{
	padding: 0px 50px 70px;
	width: 100%;
	max-width: 650px;
}
.testimonial-top-content p{
	margin-top: 30px;
}
.user-img{
	width: 68px;
	height: 68px;
	border:1px solid #afafaf;
	margin-right: 30px;
}
.user-img, .user-img img{
	border-radius: 100%;
}
.each-testimonial-block{
	border:2px solid #e0e0e0;
	padding: 50px 90px 60px 50px;
	background:#fff;
	position: relative;
}
.each-testimonial-block:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background:#1c1c1c;
	opacity: 0.5;
}
.testimonial-slider-wrap .swiper-slide-next .each-testimonial-block:after, 
.testimonial-slider-wrap .swiper-slide-active .each-testimonial-block:after{
	opacity: 0;
}
.user-dtl h4, .user-dtl h6{
	font-family: 'NunitoSansRegular';
	letter-spacing: 0.5px;
}
.user-dtl h6{
	color: #b5b5b5;
}
.rating-image{
	margin: 35px 0 25px;
}
.rating-image img{
	width: 26px;
}
.testimonial-slider{
	overflow: hidden;
	padding-bottom: 80px;
	position: relative;
}
.testimonial-slider-wrap{
	margin-left: 50px;
	margin-right: -30%;
	position: relative;
}
.testimonial-slider-wrap .common-arrow{
	width: 45px;
    height: 45px;
    background: #fff;
    right: 30.2%;
}
.testimonial-slider-wrap .swiper-button-prev{
	opacity: 0;
}
/********************footer****************/
.footer-sec{
	background:#1c1c1c;
	padding: 30px 0;
}
.contact-address-wrap{
	max-width: 680px;
	width: 100%;
	margin-left: -20px;
}
.social-icons a{
	background: #fff;
	width: 44px;
	height: 44px;
	border-radius: 100%;
	margin-right: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.social-icons img{
	width: 20px;
}
.footer-sec .divider{
	border-top: 1px solid #fff;
	opacity: 0.3;
	margin:30px 0;
}
.footer-sec h4{
	color: #fff;
	font-family: 'NunitoSansRegular';
}
.each-footer-info a, .each-footer-info p{
	color: rgba(255,255,255,0.5);
}
.each-footer-info p{
	line-height: 35px;
	margin-top: 45px;
}
.each-footer-info a:hover{
	color: #865919;
}
.each-footer-info{
	padding: 40px 0;
}
.copyright-area{
	margin-left: -20px;
}
.footer-logo img{
	max-width: 350px;
}
/*******************aanbod******************/
.common-header{
	background-color: #000; 
}
.aanbod-filter .select-part-wrapper {
    padding-right: 0;
    max-width: 100%;
}
.aanbod-filter .each-select-box{
	margin-bottom: 10px;
}
.aanbod-filter .col-lg-4.aanbod-filter-heading{
	-ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%;
}
.aanbod-filter .col-lg-8{
	-ms-flex: 0 0 73%;
    flex: 0 0 73%;
    max-width: 73%;
}
.aanbod-product .each-car, .aanbod-product .block-sec{
	margin-bottom: 40px;
}
.aanbod-product .block-sec {
    background-color: #fff;
}
.aanbod-product .each-block{
	background-color: #1c1c1c;
}
.aanbod-product .each-block h4, .aanbod-product .each-block h5 {
    color: #fff;
}
.aanbod-product .arrow {
    background-color: rgba(255,255,255,0.10);
}
.aanbod-product .arrow img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.aanbod-product .each-block:hover{
	background-color: #865919;
}
.aanbod-product{
	padding-bottom: 40px;
}
/**************************Emaille_borden**********************/
.inner-banner .banner-content{
	bottom: 180px;
}
.inner-banner .banner-content h1{
	margin-left: 100px;
}
.listview-wrap{
    background:#fff;
    padding: 90px 100px 100px;
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-top: -120px;
    position: relative;
}
.listview-sec table{
	width: 100%;
	margin-top: 45px;
}
.listview-sec td{
	width: 50%;
	vertical-align: top;
	text-align: justify;
}
.listview-sec td:nth-child(odd){
	padding-right: 50px;
}
.listview-sec td:nth-child(even){
	padding-left: 50px;
}
.listview-images-block .each-block-content h4{
	color: #fff;
	line-height: 45px;
}
.listview-images-block .each-slider-block:hover .each-block-content{
	opacity: 1;
	background-color: rgba(0,0,0,0.7);
}
.listview-images-block .each-block-content {
	padding:0;
    align-items: center;
    justify-content: center;
    display: flex;
}
.listview-images-block .each-slider-block{
	margin-bottom: 24px;
}
.listview-images-block{
	padding-bottom: 130px;
}
.listview-block-wrap{
	padding-right: 15px;
}
/******************************contact************************/
.form-styl {
    resize: none;
    background-color: #fff;
    border-radius:0;
    font-family: 'NunitoSansRegular';
    border: 2px solid #d6d6d6;
    color: #1c1c1c;
    font-size: 16px;
    height: 58px;
    padding: 0 35px;
}
.form-styl:focus {
    box-shadow: none;
    background-color:#fff;
    border: 2px solid #d6d6d6;
    color:#1c1c1c;
    opacity: 1;
}
.form-styl:placeholder {
    color: #1c1c1c;
    opacity: 0.5
}
.form-styl:-ms-input-placeholder {
    color: #1c1c1c;
    opacity: 0.5
}
.form-styl::placeholder {
	color: #1c1c1c;
	opacity: 0.5;
}
.contact-form-sec textarea.form-control{
	padding:25px 35px;
}
.contact-form-sec .form-group {
    margin-bottom: 10px;
}
.contact-form-sec p span{
	font-family: 'NunitoSansBold';
/*    margin-top: 40px;*/
}
.contact-form-sec p img{
	width: 14px;
	margin-right: 25px;
}
.contact-form-sec p a{
	color: #1c1c1c;
}
.contact-form-sec p{
	letter-spacing: 0.3px;
	line-height: 40px;
	margin-top: 30px;
	white-space: nowrap;
}
.opening-time{
	padding-top: 90px;
}
.opening-time p:first-child{
	margin-bottom: 40px;
}
.opening-time p:last-child a{
	margin-right: 45px;
}
.opening-time p:last-child a img{
	margin-right: 15px;
}
.opening-time p:last-child br{
	display: none;
}
.opening-time p span{
	display: block;
	margin-bottom: 20px;
}
.contact-form-sec .listview-wrap{
	padding-left: 120px;
	padding-bottom: 130px;
}
.contact-address, .opening-time{
	padding-right: 50px;
}
.map-area{
	height: 460px;
}
.contact-bottom-sec{
	padding:140px 0;
}
.contact-bottom-sec .left-content{
	padding-top: 50px;
}
/***************Emaille_borden-detail***************************/
.back-btn .container{
	position: relative;
}
.back-btn-wrap{
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 1;
	padding-left: 150px;
	padding-top: 50px;
}
.detail-left-area p{
	color: #fff;
	margin-top: 20px;
}
.detail-left-area table{
	margin: 40px 0;
	width: 100%;
}
.product-price{
	border-top: 2px solid #3e3e3e;
	border-bottom: 2px solid #3e3e3e;
	margin: 40px 0 30px;
	max-width: 440px;
	width: 100%;
}
.detail-left-area td{
	font-size: 16px;
	color: #8c8c8c;
	font-family: 'NunitoSansRegular';
	line-height: 45px;
}
.detail-left-area td:nth-child(even){
	color: #fff;
	font-family: 'NunitoSansLight';
	width: 45%;
}
.emaille-detail-slider{
	background:#1a1a1a;
}
.detail-slider-panel{
	margin-left: 60px;
}
.detail-left-area{
	max-width: 730px;
	width: 100%;
	padding:190px 0 70px 150px;
}
.white-btn{
	max-width: 440px;
	background-color: #fff;
	border:2px solid #fff;
	color: #1a1a1a;
}
.white-btn:hover{
	border:2px solid #865919;
	color: #fff;
	background-color: #865919;
}
.detail-slider-panel .common-arrow{
    width: 45px;
    height: 45px;
    background: #1a1a1a;
}
.detail-slider-panel .common-arrow img{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.detail-slider-panel .swiper-button-next{
	right: 0;
}
.detail-slider-panel .swiper-button-prev{
	left: 0;
}
.emaille-bottom-sec .each-block-content p{
	display: block;
}
.emaille-bottom-sec .each-block-content{
	padding-top: 0;
	padding-bottom: 0;
	background: transparent;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	height: auto;
}
.emaille-bottom-sec .each-slider-block:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #1c1c1c;
	opacity: 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.emaille-bottom-sec .each-slider-block:hover:after{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.emaille-bottom-sec .each-slider-block:hover .each-block-content{
	opacity: 1;
}
.emaille-bottom-sec{
	padding-top: 20px;
}
/**********************overons******************/
.overons-top-content .left-content{
	padding-bottom: 60px;
}
.overons-top-content{
	padding-bottom: 0;
}
.overons-middle-content.counter-top-area{
	padding: 0;
}
.overons-middle-content .left-content{
	padding-top: 100px;
	padding-bottom: 130px;
	margin-left: auto;
}
.overons-middle-content .right-image{
	margin-left:-60px;
}
.overons-slider{
	position: relative;
}
.overons-slider .common-arrow{
	width: 45px;
	height: 45px;
	background:#fff;
}
.overons-slider .swiper-button-prev{
	left: calc(8.7% - 59px);
}
.overons-slider .swiper-button-next{
	right: calc(8.7% - 59px);
}
.each-overons-slide{
	position: relative;
}
.overons-content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background:#1c1c1c;
	max-width: 800px;
	padding:100px 140px 100px 100px;
	opacity: 0;
}
.overons-content p{
	color: #fff;
	margin-top: 30px;
}
.overons-slider .swiper-slide-active .overons-content{
	opacity: 1;
}
.overons-bottom-sec{
	padding:170px 0;
}
/******************aanbod dtl***************/
.aanbod-dtl-header .desktop-nav{
	background-color: #865919;
}
.aanbod-dtl-header .desktop-nav.stiky{
	background-color: #97661f;
}
.aanbod-dtl-slider .dtl-slider-wrap{
    position: relative;
}
.aanbod-dtl-slider .swiper-slide-next .dtl-slider-wrap:after, .aanbod-dtl-slider .swiper-slide-prev .dtl-slider-wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    content: '';
}
.aanbod-dtl-slider .common-arrow{
    width: 56px;
    height: 56px;
    border:2px solid rgba(239,239,239,0.20);
    background-color:transparent;
    border-radius: 100%;
}
.aanbod-dtl-slider .common-arrow img {
    width: 11px;
}
.aanbod-dtl-slider .swiper-button-next{
    right: 35px;
}
.aanbod-dtl-slider .swiper-button-prev{
    left: 35px;
}
/***************responsive data table*******************/
.table-top-area{
    border-bottom: 2px solid rgba(255,255,255,0.5);
    padding-bottom: 12px;
}
.table-top-area h3{
	font-size: 30px;
}
.table-top-area span{
	font-family: 'NunitoSansRegular';
}
.table-wrap{
    padding: 0px 70px;
}
.table-top-area h4{
    font-size: 26px;
    color: #865919;
    margin-bottom: 15px;
}
.table-top-area h5{
    opacity: 0.5;
    font-family: 'NunitoSansRegular';
    color: #fff;
}
.data-table-area{
    padding: 80px 0 120px;
    background-color: #1c1c1c;
}
.price-table-part{
    padding: 50px 0 0;
}
.price-table-part .common-btn{
    border-radius: 0;
}
.price-table-part .common-btn:hover{
    background-color: #fff;
    color: #865919;
    border:2px solid #fff;
}
.table-panel .table-bordered {
    border: none;
}
.table-panel .table-bordered td, .table-bordered th {
    border: none;
}
.table-panel .table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}
.table-panel table tr td, .table-panel table tr th  {
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    padding-right:70px;
    color:#fff;
    font-weight: normal;
    letter-spacing: 0.2px;
}
.table-panel table tr th {
     font-family: 'NunitoSansBold';
}
.table-panel table tr th:last-child, .table-panel table tr td:last-child{
    padding-right:0;
}

/*********tab**************/
.aanbod-detail-tab-sec .col-lg-3{
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
    max-width: 21%;
}
.aanbod-detail-tab-sec .col-lg-8{
    -ms-flex: 0 0 79%;
    flex: 0 0 79%;
    max-width: 79%;
}
.aanbod-detail-tab-sec .nav-tabs {
    border-bottom: 0px;
}
.aanbod-detail-tab-sec .tab-sec .nav-tabs .nav-item {
    border:0;
    font-size: 24px;
    display: block;
    width: 100%;
    font-family: 'NunitoSansRegular';
    padding-bottom: 40px;
    letter-spacing: 0.5px;
}
.aanbod-detail-tab-sec .nav-tabs .nav-link {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    border: none;
    padding:0;
    display: inline-block;
    color: #1c1c1c;
    border-bottom: 2px solid #f6f6f6;
    padding-bottom: 15px;
    background-color: transparent;
}
.aanbod-detail-tab-sec .nav-tabs .nav-link.active {
    font-family: 'NunitoSansBold';
    border-bottom: 2px solid #865919;
}
.aanbod-detail-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.aanbod-detail-tab-sec .bullet-panel li:after {
    padding-left: 15px;
    background-size: 7px;
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url('../images/bullet.svg');
    background-repeat: no-repeat;
}
.aanbod-detail-tab-sec .tab-content ul li {
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    color: #1c1c1c;
    padding-bottom: 10px;
    word-break: break-word;
}
.aanbod-detail-tab-sec .bullet-panel ul li {
    padding-left: 20px;
    position:relative;
    font-family: 'NunitoSansRegular';
}
.aanbod-detail-tab-sec .tab-content{
    position: relative;
}
.aanbod-detail-tab-sec .tab-content .tab-pane{
    padding: 90px 120px;
}
.aanbod-detail-tab-sec .tab-sec{
    height: 100%;
    background:#f6f6f6;
    padding: 90px 0 180px 100px;
}
.aanbod-detail-tab-sec .tab-content .tab-pane .tab_hedaing h4 {
    color: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.bullet-panel{
    margin-bottom:20px;
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url('../images/bullet.svg');
    background-repeat: no-repeat;
    background-position: left top 6px;
    padding-left: 20px;
    background-size: 7px;
   color: #1c1c1c;
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    font-family: 'NunitoSansRegular';
}
.detail-from-sec{
	padding-top: 100px;
    position: relative;
}
.detail-from-sec:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 62%;
    content: '';
    background: #181818;
}
.detail-from-sec .listview-wrap {
    margin-top: 0;
    z-index: 1;
    padding-bottom: 80px;
}
.detail-from-sec {
    
}
.related-car{
	padding-bottom: 70px;
}
/************************thank u****************/
.thanku-banner h1{
	margin-bottom: 70px;
}
.thanku-banner .banner-content{
	bottom: 26%;
}
.thanku-banner{
	height: calc(100vh - 60px);
	margin-top: -60px;
}
.thanku-banner img{
	height: 100%;
	object-fit: cover;
}
#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;
}
.kenteken_np{
background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
background-repeat: no-repeat;
background-position: 0% 0%;
padding: 7px 0 6px 30px;
}
.star_icon h4{
	padding-bottom: 10px;
	text-transform: uppercase;
	padding-top: 15px;
	margin-bottom: 15px;
	color: #1c1c1c;
	border-bottom: 1px solid #1c1c1c;
	text-transform: uppercase;
}
.star_icon p img{
  width: 15px;
  margin-top: -3px;
  margin-right: 5px;
}
.star_icon{
	margin-bottom: 30px;
}
.star_icon p{
  /*font-family: 'BentonSansRegular';*/
  font-size: 16px;
  color: #1c1c1c;
  padding-bottom: 6px;
  word-break: break-word;
  margin-bottom: 0;
}
.photo_contnt li img{
  width: 15px;
  margin-left: 5px;
}
.cursor
{
  cursor:pointer;
}
#menu {
 display: none;
}
.mm-current {
 display: block !important;
}
.morgan_footer
{
  text-align: center;
  background: #000;
  padding: 7px 0px 5px;
}
.error_background {
  background-color: #121212;
}
.error_top
{
}
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
  padding: 0px 0;
}
.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);
}
.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';
}
.light_theme h4{
  color:#2a2a2a;
}
.dark_theme h4{
  color:#c9c9c9;
}
.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';
}
.mm-slideout {
    z-index: unset;
}
.form-1, .form-2, .form-3 {
	display:none;
	margin-top: 30px !important;
	max-width: 420px;
	margin: 0 auto 10px;
}
.foto_upload{
	color: rgba(28,28,28,0.5);
	line-height: 58px;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #1c1c1c;
    border-color: rgba(255,255,255,0.2);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.2);
}
.desktop-nav .navbar-nav li:last-child{
	border-right: none;
}
/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type:none;
  padding:0;
  
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  display:inline-block;
  
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size:26px; /* Change the size of the stars */
  color:#ccc;
   width: auto;
   margin-right: 2px;
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color:#FFCC36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color:#FF912C;
}
.rating-widget{
	padding-left: 20px;
}
.contact-form-sec .form-area .row.align-items-center h6{
	line-height: 58px;
    color: red;
    padding: 0 35px;
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    opacity: 0.5;
    color: #1c1c1c;
}
.contact-form-sec .form-area .row.align-items-center{
	margin-bottom: 10px;
}
.print_pdf_cls {
	margin-top: 11px;
	width: 25px;
}
html{
	font-size: 62.5%;
}
.widget-btn-area{
	bottom: 2rem;
  	left: 3rem;
  	z-index: 99;
}
.widget-btn{
	border-radius: 10px;
  	background: #865919;
	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.6rem;
  	font-family: 'NunitoSansBold';
  	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: 'NunitoSansBold';
  	font-size: 2.4rem;
}
.widget-content h5{
	font-family: 'NunitoSansRegular';
	font-size: 1.6rem;
	margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
	text-decoration: underline;
	color: #865919;
}
.widget-content button, .widget-mobile button{
	border-radius: 5px;
	color: #fff;
	border: 2px solid #865919;
  	background: #865919;
	padding: 1.2rem 2rem;
	font-size: 1.6rem;
	font-family: 'NunitoSansBold';
	margin-right: .5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
}
.widget-content button:hover, .widget-mobile button:hover{
	background: #fff !important;
	border-color: #fff !important;
	color: #865919 !important;
}
.monthly_amount{
	cursor:pointer;
}
.bottom-0{
	bottom: 0;
}
.start-0{
	left: 0;
}