@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'MontserratRegular';
	top: 0 !important;
    font-size: 16px;
    color: #1c1c1c;
}
#page{
	position: relative;
	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);
}


/*************side area**********/
.mini-right-nav li{
    margin: 0px 0 4px;
    padding: 0;
    width: 60px;
    display: block;
    position: relative;
}
.mini-right-nav li a{
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #fff;
    -webkit-box-shadow: -2px 5px 14px 0px rgb(0,0,0,0.15);
  -moz-box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.15);
  box-shadow: -2px 5px 14px 0px rgb(0,0,0,0.15);
}
li.whtasapp-nav a {
    background: #25D366;
}
li.whtasapp-nav a span {
    background: #25D366;
    color: white;
}
li.whtasapp-nav img{
  filter: invert(0%);
}
.mini-right-nav span {
   	font-family: 'MontserratRegular';
    font-size:16px;
    bottom: 0;
    letter-spacing: 0.5px;
    right: 60px;
    line-height: 60px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 0;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    transition: 0.50s;  
}
.mini-right-nav span:after{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 60px);
    content: '';
    background-color:#fff;
    height: 60px;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    transition: 0.50s;
    z-index: -1; 
}
.mini-right-nav a:hover span{ 
    width:auto; 
    padding:0 25px 0 35px;
    overflow:visible; 
}
.mini-right-nav a:hover {
    text-decoration:none;
}
.mini-right-nav a span{
    color:#1c1c1c;
}
.mini-right-nav img{
    width: 20px;
    position: relative;
    z-index: 1;
    filter: brightness(1) invert(1);
    -webkit-filter: brightness(1) invert(1);
}
.mini-right-nav{
    position: fixed;
    top: 39%;
    z-index:3;
    right: 0px;
}
/*****************header****************/
.header-area {
	padding: 25px 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}
.header-area ul{
	white-space: nowrap;
}
.header-area li{
    font-size: 15px;
    font-family: 'nexabook';
    text-transform: uppercase;
    letter-spacing: 0.4px;
    display: inline-block;
    margin-right: 50px;
}
.header-area li a:hover{
	color: rgba(255, 255, 255, 0.5);
}
.header-area li a{
	position: relative;
}
.header-area li a:after {
	content: '';
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	top: -54px;
	left: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area li a:hover:after{
	width: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.logo-header{
  width: 180px;  
}
.menu-icon {
    margin-left: 50px;
}
.menu-icon a{
	font-size: 15px;
    font-family: 'nexabook';
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
	text-align: right;
	width: 100%;
}
.menu-bar {
    width: 70px;
    margin-left: 10px;
    background-color: #fff;
    padding: 25px;
    display: inline-block;
    vertical-align: middle;
}
.menu-bar div, .menu-bar:after, .menu-bar:before {
    display: block;
    background-color: #000;
    content: '';
    height: 2px;
    margin: 4px 0;
    z-index: 1;
}
/*====menu item====*/
.menu-panel{
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 99;
}
.menu-panel.menu-visible {
    right: 0;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}
.close-icon{
    position: absolute;
    right: 30px;
    top: 30px;
}
.close-icon img{
    width: 36px;
}
.panel-left{
    background: rgba(0, 0, 0, 0.5);
}
.menu-panel ul{
    background: #181818;
    height: 100%;
    padding: 90px 0;
}
.header-area .menu-panel li{
	display: block;
	margin: 0;
}
.header-area .menu-panel a {
    padding: 20px 40px;
    display: block;    
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area .menu-panel a:hover {
    background: #fff;
    color: #bd9e80;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-panel li a:after{
	display: none;
}
.dark-btn {  background:#b99f84 !important;
border: 2px solid #b99f84 !important;
}
/*************banner*************/
.banner-sec {
	position: relative;
}
.banner-sec::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 68px;
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 2;
}
.banner-wrap {
	max-width: 1150px;
	width: 100%;
	margin: 0 auto;
}
.banner-content {
	position: absolute;
	left: 0;
	bottom: 120px;
	width: 100%;
	z-index: 1;
}
.banner-content h3{
	font-family: 'MontserratRegular';
	font-size: 36px;
	letter-spacing: 6px;
    color: #fff;
}
.banner-content .common-btn {
	margin-top: 50px;
}
/***************product*************/
.product-sec{
    background: #181818;
    padding: 80px 0 140px;
}
.sec-heading{
	margin-bottom: 30px;
}
.sec-heading h5{
	font-family: 'MontserratRegular';
    color: #8f8f8f;
    letter-spacing: 5px;
    margin-bottom: 10px;
}
.sec-heading h2:after{
	display: none;
}
.thumb-image img, .product-image img{
    height: 100%;
    object-fit: cover;
}
.thumb-image, .product-image{
    padding-bottom: 8px;
}
.image-slide .swiper-button-prev{
	left: 0;
}
.image-slide .swiper-button-next{
	right: 0;
}
.product-slider .col-lg-5 {
    padding-bottom: 8px;
}
.product-dtl{
    background: #fff;
    height: 100%;
    padding: 5% 10%;
}
.product-dtl h4{
	text-transform: uppercase;
}
.product-dtl h5{
	font-family: 'MontserratRegular';
	color: #111821;
	margin: 10px 0 0;
    height: 50px;
    overflow: hidden;
}
.product-dtl table{
    margin: 40px 0;
    width: 100%;
}
.product-dtl td{
    font-family: 'MontserratRegular';
	font-size: 15px;
	color: #111821;
	letter-spacing: 1px;
	opacity: 0.7;
    padding-right: 60px;
    vertical-align: top;
}
.product-dtl td span{
    font-size: 20px;
    display: block;
}
.product-dtl td:last-child{
    padding-right: 0;
}
.each-product {
    position: relative;
}
.product-slider .swiper-button-next {
    right: 41.6%;
}
.product-slider .swiper-button-prev {
    left: 20%;
}
/***************content block*************/
.content-block{
	position: relative;
	padding-top: 4%;
}
.content-block:after{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 320px);
    content: '';
    background-image: url(../images/bg-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}
.content-wrap{
	max-width: 1040px;
	width: 100%;
	margin: 0 auto 7%;
}
.content-wrap h2:after{
	left: 50%;
	transform: translateX(-50%);
}
.content-wrap p{
	color: #fff;
	margin: 50px 0;
}
.content-wrap h5{
	font-family: 'MontserratRegular';
	letter-spacing: 6px;
}
.video-image{
	position: relative;
}
.play-btn {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
	text-align: center;
}
.big_image2 {
    width: 55px !important;
    height: 55px !important;
}
.play-btn span {
    display: block;
    color: #fff;
    margin-top: 5px;
}
.play-btn img{
	width: 100px;
}
/***************image block**************/
.image-panel{
	padding: 7% 0;
}
.left-content{
	padding: 5% 0;
}
.left-content p{
	margin: 40px 20% 40px 0;
	text-align: justify;
}
.left-content h2{
	color: #121212;
}
.panel-wrap{
	position: relative;
}
.right-block{
	position: absolute;
    right: 0;
    top: 0;
}
/******************service sec**************/
.left-block h2{
	padding-bottom: 0;
}
.left-block h2:after{
	display: none;
}
.left-block h5{
	font-family: 'NewRailAlphabet-White';
	font-style: italic;
	position: relative;
	margin-top: 10px;
}
.left-block h5:after{
	content: '';
    background: #bd9e80;
    height: 3px;
    width: 90px;
    position: absolute;
    bottom: -30px;
    left: 0;
}
.service-sec .common-btn{
	margin-top: 28%;
}
.service-content {
  padding: 70px 0 50px;
}
.service-content h5{
	font-family: 'MontserratRegular';
    letter-spacing: 6px;
    text-transform: uppercase;
}
.service-content p{
	color: #fff;
	margin-right: 30px;
}
.service-sec .col-lg-6:nth-child(even){
	border-left: 2px solid rgba(255, 255, 255, 0.2);
}
.service-content, .service-content p{
	position: relative;
}
.service-content:after{
	content: '';
    background: #fff;
    opacity: 0.2;
    height: 2px;
    width: 47%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.service-content p:after{
    position: absolute;
	top: 12px;
	transform: translateY(-50%);
	left: 50px;
	content: '';
	/*opacity: 0;*/
	width:0;
	height: 12px;
	background-image: url(../images/next.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-content:last-child:after{
	display: none;
}
.service-content h5, .service-content p{
	padding-left: 50px;
}
.service-content a h5, .service-content a p{
    left: 0;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-content a:hover h5, .service-content a:hover p{
	left: 50px;
	position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-content a:hover p:after{
	opacity: 1;
	left: 0;
    width: 12px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/**************footer*************/
.footer-area {
	background: #181818;
	padding: 80px 0 60px;
}
.each-footer-info {
	margin-bottom: 100px;
}
.footer-area h4 {
	color: #fff;
	margin-bottom: 20px;
}
.footer-area li, .footer-area p {
    font-size: 15px;
    font-family: 'MontserratRegular';
    color: #7e7e7e;
    letter-spacing: 0.2px;
	line-height: 34px;
	margin-bottom: 0;
}
.footer-area a {
	color: #7e7e7e;
}
.footer-area a:hover {
	color: #fff;
}
.social-icon img{
	width: 26px;
}
.social-icon a{
	margin-right: 15px;
}
.footer-area .col-lg-5 .each-footer-info , .footer-area .col-lg-3 .each-footer-info{
	margin-left: 40px;
}
.rating-block {
	margin-left: 27%;
}
.auto-scout{
    width: 50%;
}
.scout-rating{
    width: 150px;
}
.star-img {
	width: 24px;
	margin: 0 7px 25px 0;
}
.divider{
	background-color: #878787;
	opacity: 1;
	margin: 30px 0 60px;
}
.footer-area .text-end li{
	display: inline-block;
	margin-left: 60px;
}


/*=================================popup start====================================*/
.modal-area .modal-dialog {
    max-width: 70%;
    margin: 12% auto 0;
}
.modal-area .modal {
	background-color: rgba(0, 0, 0, 0.1);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0px;
    background-color: #fff;
}
.modal-area .popup-content p{
    margin: 40px 0 0;
	text-align: justify;
}
.modal-area .popup-content {
    padding: 25% 13%;
	height: 100%;
    background-color: #fff;
}
.modal-area .pop-up-image{
	position: relative;
}
.modal-area .pop-up-image img{
   height: 100%;
   object-fit: cover;
}
.modal-area .popup-content h5 {
    font-family: 'MontserratRegular';
    color: #1c1c1c;
	text-transform: uppercase;
	letter-spacing: 5px;
    margin-bottom: 0;
}
.close-img {
    font-family: 'MontserratRegular';
    font-size: 20px;
    color: #1c1c1c;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    border: 0;
    background-color: #fff;
	width: 65px;
	height: 50px;
}

/*=================================contact page start====================================*/
.contact-map-sec {
    height: 565px;
    position: relative;
}
.map-heading{
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    z-index: 1;
}
/*.map-heading h3{
    color: #c3b39a;
    font-size: 36px;
	font-family: 'MontserratLight';
	letter-spacing: 1px;
}*/
/****.contact-dtl*****/
.contact-dtl-sec {
    background: #1b1b1b;
/*    padding: 90px 0 90px;*/
    padding: 90px 0 0;
}
.contact-dtl-wrapper {
    padding: 0 30px;
}
.each-contact-info {
    margin-bottom: 90px;
}
.dealer-list .each-contact-info:last-child {
    margin-bottom: 0;
}
.each-contact-info h5 {
	color: #c2b29a;
    margin-bottom: 20px; 
    text-transform: uppercase;
	font-family: 'MontserratLight';
}
.each-contact-info span {
    font-family: 'MontserratLight';
	color: #fff;
    position: relative;
    font-size: 16px;   
    line-height: 50px;
}
.each-contact-info table td:nth-child(odd) {
	padding-right: 75px;
}
.contact-social img {
	width: 26px;
}
.contact-social ul li {
	display: inline-block;
	margin-right: 15px;
}
.contact-social ul li:last-child {
	margin-right: 0;
}
.each-contact-info a:hover {
	color: #c2b29a;
}
.form-styl {
    resize: none;
    background-color: #fff;
    border-radius: 0;
    font-family: 'MontserratLight';
    border: 0;
    color: rgba(28, 28, 28, 0.5);
    font-size: 16px;
    padding: 0 40px;
    border-radius: 0;
    height: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.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;
}
.form-styl:focus {
    box-shadow: none;
    color: rgba(28, 28, 28, 0.5);
}
label {
    font-family: 'MontserratLight';
	color: #c2b29a;
    font-size: 16px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.contact-form {
    max-width: 615px;
    width: 100%;
    margin-left: auto;
}
.form-group {
    margin-bottom: 25px;
}
.contact-form .common-btn {
    background-color: #bd9e80;
    border-color: #bd9e80;
    color: #1c1c1c;
}
.contact-form .common-btn:hover {
    background-color: transparent;
    color: #fff;
}
textarea.form-styl {
    padding: 40px 45px;
	height: 230px;
}
.contact-form .select-style {
    width: 100%;
    border: none;
    border-radius: 0;
    height: 75px;
    font-family: 'MontserratLight';
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/d-arrow.png) #fff no-repeat 92% center/13px;
    color: #1c1c1c;
    padding: 0 40px;
    text-align: left;
    text-transform: none;
}
.contact-form .select-style option {
    font-family: sans-serif;
}
.contact-form h6 {
    color: #c2b29a;
    margin-bottom: 30px;
	font-family: 'MontserratLight';
	font-size: 16px;
}
.contact-form .select-box {
    margin-bottom: 35px;
}

/*=================================overons page start====================================*/
/***inner pg banner*****/
.inner-banner-sec {
	padding: 15% 0 10%;
}
.inner-banner-content h2::after {
    background-color: #fff;
	left: 50%;
	transform: translateX(-50%);
}
/****top-sec****/
.overons-top-sec {
	padding: 90px 0 90px;
	background-color: #1b1b1b;
}
.overons-top-wrapper{ 
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
}
.overons-top-sec h2 {
	margin-bottom: 43px;
}
.overons-top-sec h2::after {
    background-color: #c1b39a;
    left: 50%;
    transform: translateX(-50%);
}
.overons-top-sec p {
	color: #fff;
}
/***overons-video****/
.overons-video-sec {
    background-color: #1b1b1b;
    position: relative;
}
.overons-video-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 58%;
}
.play-icon-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.play-icon {
    background-color: #fff;
    height: 75px;
    width: 75px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 26px;
}
.play-icon img {
    width: 20px;
}
.play-btn-text h6{ 
	color: #fff;
	font-family: 'nexabook';
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.overons-video-box-wrapper {
	position: relative;
}
/*****overons-mid****/
.overons-middle-block {
	position: relative;
	background-color: #c1b39a;
}
.left-image-block {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.content-common-wrap {
	padding: 150px 100px 160px;
	background-color: #1b1b1b;
}
.common-content-heading h2 {
	margin-bottom: 40px;
}
.common-content-heading h2::after {
    background-color: #c1b39a;	
}
.common-content-heading p {
	color: #fff;
}
.content-common-divider {
	margin: 60px 0 60px;
	background-color: #d8d8d8;
	height: 2px;
}
.overons-middle-block li h5 {
	position: relative;
	font-family: 'MontserratLight';
    color: #c3b399;
    letter-spacing: 1px;
    margin-bottom: 50px;
    padding-left: 20px;
}
.overons-middle-block li h5::after {
	position: absolute;
    top: 8px;
    left: 0;
    content: '';
    width: 10px;
    height: 5px;
    background-image: url(../images/remove.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.overons-middle-block li:last-child h5 {
	margin-bottom: -80;
}
/*****member****/
.overons-member-sec {
	padding: 90px 0 90px;
}
.overons-member-wrapper {
	max-width: 1090px;
	width: 100%;
	margin: 0 auto;
}
.overons-member-heading {
	margin-bottom: 90px;
}
.overons-member-heading h6 {
	font-family: 'MontserratRegular';
	font-size: 20px;
    color: #8f8f8f;
	margin-bottom: 35px;
    letter-spacing: 4px;
}
.overons-member-heading h2 {
	color: #2a2a2a;
	padding-bottom: 0;
}
.overons-member-heading h2::after {
	display: none;
}
.each-member h5 {
	font-family: 'MontserratRegular';
	color: #1c1c1c;
	letter-spacing: 10px;
}
.each-member p {
	text-align: justify;
}
.each-member-text {
	margin-top: 35px;
}
/***overons-btm**/
.overons-btm-sec {
	padding: 216px 0 190px;
}
.each-overons-btm-block {
	padding-left: 65px;
}
.overons-btm-sec .col-lg-3:first-child .each-overons-btm-block {
	padding-left: 0;
}
.each-overons-btm-block h5 {
	font-family: 'MontserratRegular';
	letter-spacing: 5px;
}
.each-overons-btm-block p {
	color: rgba(255,255,255,0.5);
}
.each-overons-btm-block hr {
	background-color: rgba(255,255,255,0.2);
	margin: 20px 0;
	height: 2px;
}
/*=================================Recenties page start====================================*/
/****Recenties*****/
.rating-area{
	padding-top: 112px;
	padding-bottom: 105px;
	background-color: #f1f1f1;
}
.rating-area ul li img{
	width: 23px;
}
.rating-area h5{
	margin-bottom: 15px;
	margin-top: 35px;
	font-family: 'MontserratRegular';
	font-size: 20px;
	color: #111821;
}
.each-rating-box h6{
	font-family: 'MontserratRegular';
	font-size: 15px;
	color: rgb(17,24,33,0.7);
	margin-top: 20px;
}
.each-rating-box ul li {
	display: inline-block;
	margin-right: 10px;
}
.each-rating-box ul li:last-child {
	margin-right: 0;
}
.each-rating-box{
	text-align: center;
}
/****jansen-product-area*****/
.jansen-product-area{
	padding-bottom: 70px;
	background-color: #f1f1f1;
}
.each-pro-txt{
	background-color: #fff;
	padding: 60px 45px 45px 30px;
}
.each-pro-txt table{
	width: 100%;
}
.each-pro-txt table td{
	width: 50%;
	vertical-align: top;
}
.each-pro-txt table td:last-child{
	text-align: right;
}
.each-pro-txt table td h5{
	font-family: 'MontserratRegular';
	color: #111821;
	text-transform: uppercase;
	margin-bottom: 36px;
}
.each-pro-txt h6{
	font-size: 15px;
	font-family: 'MontserratRegular';
	color: #111821;
	margin-bottom: 25px;
	letter-spacing: 1px;
}
.each-pro-txt p{
	color: rgba(18, 18, 18, 0.7);
	padding-right: 15%;
}
.each-product-info {
    margin-bottom: 26px;
}

/*=================================service-dtl page start====================================*/
.service-dtl-header {
	position: relative;
	background-color: #1b1b1b;
}
.txt-btn {
	font-size: 15px;
	font-family: 'nexabook';
	color: #fff;
	margin-left: 60px;
	text-transform: uppercase;
	padding-bottom: 8px;
	border-bottom: 1px solid #494949;
	position: relative;
}
.txt-btn::after {
	position: absolute;
    top: 3px;
    left: -30px;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../images/prev.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    filter: invert(1);
}
.txt-btn:hover {
	opacity: 0.6;
	color: #fff;
}
.service-dtl-bk-btn {
	background-color: #1b1b1b;
	padding-top: 50px;
}
/****service-dtl-top***/
.service-dtl-top-sec {
	background-color: #1b1b1b;
	padding: 90px 0 90px;
}
.service-dtl-top-sec .content-common-wrap p {
	color: #fff;
}
.service-dtl-top-sec .content-common-wrap {
	padding-top: 0;
	padding-bottom: 0;
}
/*****service-dtl-mid****/
/*
.service-dtl-cont-info {
	margin-top: 195px;
}
*/
.service-dtl-cont-info h2 {
	font-family: 'MontserratLight';
	text-transform: none;
	color: #c2b29a;
	letter-spacing: 0.5px;
	padding-bottom: 0;
	margin-bottom: 80px;
	white-space: nowrap;
}
.service-dtl-cont-info h2::after {
	display: none;
}
.service-dtl-cont-info-text {
	padding-left: 70px;
	white-space: nowrap;
}
.each-service-dtl-cont-info {
	margin-bottom: 55px;
}
.each-service-dtl-cont-info:last-child {
	margin-bottom: 0;
}
.each-service-dtl-cont-info h5 {
	font-family: 'montserratlight';
	color: #c3b39a;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.each-service-dtl-cont-info span {
	font-family: 'montserratlight';
	color: #fff;
	letter-spacing: 1px;
	font-size: 20px;
}
.each-service-dtl-cont-info a:hover  {
	color: #c3b39a;
}
.service-dtl-mid-sec .content-common-wrap {
	position: relative;
	z-index: 2;
}
.service-dtl-mid-sec .content-common-wrap::after{
	content: '';
	background-color: #1b1b1b;
	height: 100%;
	width: calc(100% + 23%);
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: -1;
}
.service-dtl-mid-sec .left-image-block {
    height: calc(100% - 237px);
}
.service-dtl-mid-sec .left-image-block img {
    height: 100%;
    object-fit: cover;
}
.service-dtl-mid-sec .content-common-wrap ol {
    font-family: 'NewRailAlphabet-White';
}
.service-dtl-mid-sec .content-common-wrap ol {
    font-family: 'NewRailAlphabet-White';
}
/*****service-dtl-bottom****/
.service-dtl-btm-sec {
	background-color: #c1b39a;
	margin-top: -237px;
	position: relative;
	z-index: 1;
}
.service-dtl-btm-sec .form-group.col-lg-6:nth-child(even){
    border: 0;
}
.service-dtl-btm-sec .contact-form {
	margin-left: 0;
}
.service-dtl-btm-sec .contact-form label,
.service-dtl-btm-sec .contact-form h6 {
	color: #1b1b1b;
}
.service-dtl-btm-sec .contact-form .common-btn {
	background-color: #1b1b1b;
	border-color: #1b1b1b;
	color: #fff;
}
.service-dtl-btm-sec .contact-form .common-btn:hover {
	background-color: transparent;
    border-color: #fff;
}
.service-dtl-btm-sec .content-common-wrap {
	background-color: #c1b39a;
	padding-left: 0;
}
.service-dtl-btm-sec .service-dtl-btm-services {
    padding-top: 240px;
}
.service-dtl-btm-sec .col-lg-6:nth-child(even) {
    border-left: 2px solid rgba(255, 255, 255, 0.2);
}

/*=================================service list page start====================================*/
.service-list-sec {
    background-color: #1b1b1b;
    padding: 85px 0 5px;
    margin-top: -2px;
}
.service-list-sec .left-content h2,
.service-list-sec .left-content p {
    color: #fff;
}
.service-list-sec .left-content h2 {
    line-height: inherit;
}
.service-list-sec .left-content.neew-left-content p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 0;
}
.service-list-sec .left-content.neew-left-content p {
    display: block;
}
.service-list-sec .border-btn {
    color: #fff;
}
.service-list-sec .panel-wrap {
    margin-bottom: 88px;
}
.service-list-sec .panel-wrap:nth-child(odd) .right-block {
    left: 0;
}
.service-list-sec .left-content {
    padding-left: 20%;
    padding-top: 0;
    padding-bottom: 0;
}
.service-list-sec .panel-wrap:nth-child(even) .left-content {
    padding-right: 20%;
    padding-left: 0;
}
.service-list-sec .panel-wrap .col-lg-5 {
    width: 45.5%;
}
.service-list-sec .panel-wrap .col-lg-7 {
    width: 54.5%;
}

/*=================================aanbod list page start====================================*/
/****filter*****/
.anbod-filter-sec{
	background-color: #1b1b1b;
	padding: 70px 0 70px;
}
.anbod-filter-sec h2::after {
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
}
.anbod-filter-wrapper .select-style {
	width: 100%;
	height: 58px;
	color: #fff;
	font-family: 'nexabook';
	font-size: 15px;
	border: 1px solid #dbdbdb;
	padding:0 20px;
	background: url(../images/filter-arrow.png) #1b1b1b no-repeat 92% center/10px;
	appearance: none;
	text-transform: uppercase;
	line-height: 56px;
}
.anbod-filter-wrapper .select-style option {
    font-family: sans-serif;
}
.zoken-btn .common-btn{
	text-transform: uppercase;
	margin-left: 18px;
}
.anbod-filter-wrapper{
	width: 100%;
	max-width: 610px;
	margin: 50px auto 13px;
}
.aanbod-grid-area{
	width: 100%;
	max-width: 152px;
	margin-left: auto;
    margin-right: 60px;
	text-align: center;
}
.aanbod-each-filter-grid{
	height: 76px;
	background-color: #383838;
	line-height: 76px;
	width: 76px;
    opacity: 0.5;
}
.aanbod-each-filter-grid.active {
    opacity: 1;
}
.aanbod-each-filter-grid img{
	filter: invert(1);
	-webkit-filter: invert(1);
	width: 20px;
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
}
.aanbod-list-product-sec {
    background-color: #f1f1f1;
    padding: 80px 0 70px;
}
.aanbod-list-product-sec .each-product {
    margin-bottom: 70px;
}
.aanbod-list-product-sec .product-dtl td span{
    margin-bottom: 10px;
}
.aanbod-list-product-sec .product-dtl table{
    margin: 20px 0;
}
.aanbod-list-product-sec .product-slider .swiper-button-next{
    right: 0;
}
.aanbod-list-product-sec .product-slider .swiper-button-prev{
    left: 0;
}
/*=================================aanbod grid page start====================================*/
.aanbod-grid-product-sec .thumb-image, 
.aanbod-grid-product-sec .product-image {
    padding-bottom: 0;
}
.aanbod-grid-product-sec .each-product {
    margin-bottom: 30px;
}
.aanbod-grid-product-sec .each-product .common-arrow {
    display: none;
}
.aanbod-grid-product-sec .each-product:hover .common-arrow {
    display: flex;
}
.aanbod-grid-product-sec .each-product .swiper-button-next {
    right: 0;
}
.aanbod-grid-product-sec .each-product .swiper-button-prev {
    left: 0;
}
.aanbod-grid-product-sec .product-dtl {
    padding: 30px 10px;
}
.aanbod-grid-product-sec .product-dtl td{
    padding-right: 15px;
}
.aanbod-grid-product-sec .product-dtl td span {
  font-size: 16px;
  margin-bottom: 0;
}
.aanbod-grid-product-sec.aanbod-list-product-sec .product-dtl table{
    margin: 30px 0 0;
}
.aanbod-grid-product-sec .product-dtl h4 {
    font-size: 20px;
}
.aanbod-grid-product-sec .product-dtl h5 {
    font-size: 15px;
    height: 36px;
}
.aanbod-grid-product-sec .product-dtl table {
    margin: 30px 0 0;
}
.aanbod-grid-product-sec .product-dtl table tr:nth-child(odd) td {
    padding-bottom: 30px;
}
.aanbod-grid-product-sec .product-dtl table tr:nth-child(even) td span {
    text-transform: uppercase;
}
/*.aanbod-grid-product-sec .product-dtl td {
    padding-right: 42px;
}*/
/*.aanbod-grid-product-sec .product-dtl td:last-child{
    padding-right: 0;
}*/
.aanbod-product-middle-area {
    position: relative;
}
.aanbod-product-mid-wrapper {
    padding-bottom: 30px;
}
.aanbod-product-middle-content {
    padding: 0 6% 50px 6%;
}
.aanbod-product-middle-content h5 {
    letter-spacing: 5px;
}
.aanbod-product-middle-content p {
    color: #fff;
    margin: 15px 0 0;
}
/*=================================verkocht page start====================================*/
.verkocht-banner-sec {
    padding-bottom: 100px;
}
/*=================================bedankt page start====================================*/
.bednkt-banner-sec .banner-wrap {
    max-width: 100%;
}
.bednkt-banner-sec::before {
    display: none;
}
.bednkt-banner-sec .banner-content h2 {
    display: block;
}
.bednkt-banner-sec .banner-content h2::after {
    display: none;
}
.bednkt-banner-sec .banner-content .common-btn {
    margin-top: 30px;
}
/*=================================aanbod-dtl page start====================================*/
.aanbod-dtl-header{
    background-color: #181818;
}
.aanbod-dtl-top-sec {
    padding: 95px 0 35px;
    background-color: #181818;
}
.aanbod-dtl-top-sec h2 {
    font-size: 52px;
    padding-bottom: 25px;
}
.aanbod-dtl-top-sec h2::after {
    display: none;
}
.aanbod-dtl-top-sec h5 {
    color: #c3b399;
    margin-bottom: 0;
}
/**top slider***/
.dtl-slider {
    background-color: #181818;
}
.dtl-slider .swiper-button-prev {
    left: 6%;
}
.dtl-slider .swiper-button-next {
    right: 6%;
}
.dtl-slider-pagination {
    position: absolute;
    z-index: 1;
    bottom: 5%;
    left: 34%;
    transform: translateX(-50%);
}
.dtl-slider-pagination .swiper-pagination {
    position: relative;
    display: inline-block;
    text-align: left;
    width: auto;
    bottom: 0;
    color: #fff;
    font-size: 25px;
    font-family: 'MontserratRegular';
}
/****info****/
.aanbod-dtl-car-info .aanbod-dtl-contact-sec{
    padding: 0;
}
.aanbod-dtl-car-info {
    background-color: #181818;
    padding: 75px 0;
}
.aanbod-dtl-car-info table {
    width: 100%;
}
.aanbod-dtl-car-info table td {
    text-transform: uppercase;
    text-align: center;
    padding-right: 92px;
    vertical-align: bottom;
}
.aanbod-dtl-car-info table td:last-child {
    padding-right: 0;
}
.aanbod-dtl-car-info table td h6{
    font-family: 'MontserratRegular';
    font-size: 12px;
    color: #8f8f8f;
    letter-spacing: 5px;
    line-height: 15px;
}
.aanbod-dtl-car-info table td span {
    font-family: 'MontserratRegular';
    font-size: 25px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 100px;
}
.aanbod-dtl-car-info table td:nth-child(5) span {
    color: #c1b39a;
}
.aanbod-dtl-car-info-wrapper {
    margin: 0 auto;
    max-width: 1060px;
    width: 100%;
}
.aanbod-dtl-car-info-btn .common-btn {
    max-width: 100%;
    border: 0;
    height: 70px;
    line-height: 70px;
}
.aanbod-dtl-car-info-btn {
    max-width: 680px;
    width: 100%;
    margin: 90px auto 0;
}
.aanbod-dtl-car-info-btn .col-md-6:first-child .common-btn {
    background-color: #c1b39a;
    border-color: #c1b39a;
    color: #fff;
}
.aanbod-dtl-car-info-btn .col-md-6:first-child .common-btn:hover {
    background-color: #fff;
    color: #121212;
}
.aanbod-dtl-car-info-btn .border-btn {
    color: #fff;
}
/***tab****/
.dtl-tab-sec {
    padding: 25px 0 100px;
    background-color: #f1f1f1;
}
.dtl-tab-wrap {
    padding: 0 40px;
}
.dtl-tab-sec .nav-tabs {
    border-bottom: 2px solid #cdcdcd;
} 
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    width: 20%;
    text-align: center;
    font-family: 'MontserratSemiBold';
    font-size: 18px;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 0;
    background-color: transparent;
    color: #181818;
    padding: 45px 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
	position: relative;
	z-index: 1;
    text-transform: uppercase;
    border-bottom: 6px solid transparent;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
    color: #c1b39a;
    border-color: #c1b39a;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link img {
    margin-right: 10px;
    filter: brightness(0);
    -webkit-filter: brightness(0);
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active img  {
    filter: brightness(1);
    -webkit-filter: brightness(1);
}
/***tab-content****/
.tab-content-area-wrapper {
    margin-top: 70px;
}
.dtl-tab-sec .tab-content {
    padding-right: 30px;
}
.tab-common-heading {
    margin-bottom: 45px;
}
.tab-common-heading h3 {
    font-family: 'MontserratMedium';
    font-size: 24px;
    color: #181818;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.bullet-panel {
    margin-bottom: 20px;
}
.bullet-panel h5 {
    color: #181818;
    border-bottom: 1px solid #181818;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'MontserratMedium';
    margin-bottom: 0;
    text-transform: uppercase;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.dtl-tab-sec .tab-content ul li {
    font-family: 'MontserratRegular';
    font-size: 16px;
    color: #181818;
    padding-bottom: 10px;
    word-break: break-word;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 20px;
    position: relative;
    font-family: 'MontserratRegular';
}
.dtl-tab-sec .bullet-panel li:after {
    padding-left: 15px;
    background-size: 8px;
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../images/black-bullet.svg);
    background-repeat: no-repeat;
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/black-bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 9px;
    padding-left: 20px;
    background-size: 8px;
    color: #8f8f8f;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #bd9e80;
    font-size: 16px;
    line-height: 24px;
}
.left-bg-block h6 {
    line-height: 30px;
    color: #fff;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #bd9e80;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
    background-color: #fff;
}
.each-onderhoud-block h4 {
    color: #181818;
    font-family: 'MontserratMedium';
    font-size: 24px;
}
.each-onderhoud-block h5 {
    color: #181818;
    margin: 10px 0px 30px;
    font-size: 18px;
    font-family: 'MontserratRegular';
}
/***aanbod-dtl-contact-box****/
.aanbod-dtl-contact-box {
    background-color: #fff;
    padding: 45px 40px;
    margin-top: 30px;
    max-width: 645px;
    margin-left: auto;
}
.aanbod-dtl-contact-box h3 {
    font-family: 'MontserratMedium';
    font-size: 23px;
    color: #181818;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.aanbod-dtl-contact-box h6 {
    font-family: 'MontserratRegular';
    font-size: 13px;
    color: #8f8f8f;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 20px 0;
}
.aanbod-dtl-contact-box a {
    font-family: 'NewRailAlphabet-White';
    font-size: 25px;
    color: #181818;
    letter-spacing: 1px;
    line-height: 45px;
    height: 54px;
}
.aanbod-dtl-contact-box a:hover {
    color: #bd9e80;
}
.aanbod-dtl-contact-box a img {
    width: 23px;
    margin-right: 20px;
    filter: invert(1);
}
.aanbod-contact-man {
    /*height: 165px;*/
    height: auto;
}
.aanbod-contact-man img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.aanbod-dtl-contact-box-btn {
    margin-top: 35px;
}
.aanbod-dtl-contact-box-btn .common-btn {
    background-color: #c1b39a;
    font-size: 15px;
    max-width: 100%;
    line-height: 54px;
    border-color: #c1b39a;
    color: #fff
}
.aanbod-dtl-contact-box-btn .common-btn:hover {
    background-color: transparent;
    color: #c1b39a;
}
.aanbod-dtl-contact-box-btn .facetime-btn{
    background: transparent;
    color: #1c1c1c;
    border: 1px solid #1c1c1c;
}
.aanbod-dtl-contact-box-btn .facetime-btn:hover{
    background:#c1b39a;
    border-color: #c1b39a;
    color: #fff;
}
.aanbod-dtl-contact-box-btn .common-btn img{
    filter: none;
    width: 30px;
}
/*.aanbod-dtl-contact-box-btn .col-md-6 {
    width: ;
}
.aanbod-dtl-contact-box-btn .col-md-2 {
    width: ;
}*/
.cont-box-info-icon {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1c1c1c;
}
a.cont-box-info-icon.phone{
    background-color: #c1b39a;
    border: none;
}
a.cont-box-info-icon.phone img{
    filter: none;
}
.cont-box-info-icon:hover {
    background-color: #c1b39a;
    border-color: #c1b39a;
}
.cont-box-info-icon:hover.cont-box-info-icon img {
    filter: invert(0);
}
.cont-box-info-icon img {
    margin-right: 0 !important;
}
/***dtl gal******/
.aanbod-dtl-gal {
    background-color: #f1f1f1;
}
.aanbod-dtl-gal-heading {
    padding-bottom: 55px;
}
.aanbod-dtl-gal-heading h2 {
    color: #181818;
}
.aanbod-dtl-gal-heading h2::after {
    display: none;
}
.aanbod-dtl-gal-heading-wrapper {
    border-bottom: 2px solid #cdcdcd;
}
.aanbod-dtl-gal-sub-heading img {
    width: 40px;
    margin-right: 20px;
}
.aanbod-dtl-gal-sub-heading h5 {
    font-family: 'MontserratSemiBold';
    color: #c1b39a;
    padding-bottom: 45px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 0;
}
.aanbod-dtl-gal-sub-heading h5::after {
    content: '';
    background: #c1b39a;
    height: 6px;
    width: calc(100% + 190px);
    position: absolute;
    bottom: -4px;
    left: -120px;
}
.each-dtl-gal {
    height: 100%;
    overflow: hidden;
}
.each-dtl-gal:hover img{
    transform: scale(1.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-dtl-gal img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-gal-wrapper .col-lg-5 {
    width: 40%;
}
.aanbod-dtl-gal-wrapper .col-lg-2 {
    width: 20%;
}
.aanbod-dtl-gal-wrapper .row {
    height: 100%;
}
/****related car***/
.aanbod-dtl-related-car {
    background-color: #f1f1f1;
    padding: 4% 0 6%;
}
.aanbod-dtl-related-car .sec-heading {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto 7%;
    padding-bottom: 55px;
    border-bottom: 2px solid #cdcdcd;
}
.aanbod-dtl-related-car .sec-heading h2 {
    color: #181818;
    padding-bottom: 0;
}
/***aanbod-dtl bottom-contact***/
.aanbod-dtl-contact-sec {
    padding: 70px 0 100px;
}
.aanbod-dtl-contact-sec h2 {
    color: #181818;
    margin-bottom: 75px;
    padding-bottom: 0;
}
.aanbod-dtl-contact-sec h2::after  {
    display: none;
}
.aanbod-dtl-contact-btn {
    max-width: 1322px;
    width: 100%;
    margin: 0 auto 70px;
    border-bottom: 2px solid #d9d9d9;
}
.aanbod-dtl-contact-each-btn a {
    font-size: 20px;
    color: #181818;
    font-family: 'MontserratSemiBold';
    padding-bottom: 50px;
    border: 0;
    background-color: transparent;
    text-transform: uppercase;
    max-width: 340px;
    display: inline-block;
    width: 100%;
    position: relative;
    letter-spacing: 1px;
}
.aanbod-dtl-contact-each-btn a::after {
    border-bottom: 6px solid #c1b39a;
    content: '';
    background: #c1b39a;
    height: 6px;
    width: 100%;
    position: absolute;
    bottom: -8px;
    left: 0;
}
.aanbod-dtl-contact-sec .form-styl {
    font-size: 16px;
    font-family: 'nexathin_italic';
    font-style: italic;
    color: rgba(27, 27, 27, 0.5);
    padding: 0 40px;
    height: 65px;
    resize: none;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #dbdbdb;
    text-transform: uppercase;
}
.photo_upload{
    line-height: 65px;
    margin-bottom: 0;
}
.aanbod-dtl-contact-sec .form-group {
    margin-bottom: 15px;
}
.aanbod-dtl-contact-sec textarea.form-styl {
    padding: 20px 40px;
    height: 305px;
}
.aanbod-dtl-contact-sec .form-styl:focus {
    box-shadow: none;
    color: rgba(27, 27, 27, 0.5);
}
.aanbod-dtl-contact-sec .form-styl:placeholder {
    color: rgba(27, 27, 27, 0.5);
	opacity: 1;
}
.aanbod-dtl-contact-sec .form-styl:-ms-input-placeholder {
    color: rgba(27, 27, 27, 0.5);
	opacity: 1;
}
.aanbod-dtl-contact-sec .form-styl::placeholder {
    color: rgba(27, 27, 27, 0.5);
	opacity: 1;
}
.cont-form-1 {
    display: none;
}
.aanbod-dtl-contact-wrapper {
    padding: 0 55px;
}

/*=================================verkocht-dtl page start====================================*/
.verkocht-dtl-car-info table {
    width: auto;
    margin: auto;
}
.verkocht-dtl-car-info .aanbod-dtl-car-info-btn h4 {
    color: #fff;
    text-transform: uppercase;
}
.verkocht-dtl-car-info .aanbod-dtl-car-info-btn {
    max-width: 980px;
}
.verkocht-dtl-car-info .aanbod-dtl-car-info-btn .border-btn {
    background-color: #c1b39a;
    border-color: #c1b39a;
    color: #fff;
}
.verkocht-dtl-car-info .aanbod-dtl-car-info-btn .border-btn:hover {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}
/****verkocht-dtl-tab-sec****/
.verkocht-dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    width: 25%;
}
/****slider****/
.verkocht-dtl-slider .swiper-slide-prev .dtl-car-slide,
.verkocht-dtl-slider .swiper-slide-next .dtl-car-slide,
.verkocht-dtl-slider .swiper-button-next,
.verkocht-dtl-slider .swiper-button-prev {
    display: none;
} 
.verkocht-dtl-slider .dtl-car-slide {
    padding: 0 10%;
}

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

/* 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;
}
/*********tab**************/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 4px 0 6px 30px;
}

.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    text-transform: uppercase;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    font-size: 16px;
    color: black;;
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
/* Cookie */
.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;
}
.form-1, .form-2{
    display: none;
    padding-top: 50px;
}
.form-btn1 a::after {
    border-bottom: 0;
    content: '';
    background: none;
}
.form-btn2 a::after {
    border-bottom: 0;
    content: '';
    background: none;
}
.active-btn a::after {
    border-bottom: 6px solid #c1b39a;
    content: '';
    background: #c1b39a;
    height: 6px;
    width: 100%;
    position: absolute;
    bottom: -8px;
    left: 0;
}
.content-common-wrap li{
	color: #fff;
}
.content-common-wrap p{
	margin-top: 15px;
}
.aanbod-list1 .product-dtl h4{
    height: 60px;
    overflow: hidden;
}
.each-rating-box .mw-100{
	width: 200px !important;
}
.sold-product-slider .swiper-button-prev {
  left: 0;
  top: 26%;
}
.sold-product-slider .swiper-button-next {
  right: 0;
  top: 26%;
}
.sold-product-slider .each-product h4{
    height: 60px;
    overflow: hidden;
}
.sold-product-slider .product-dtl h5{
    height: 30px;
}
.image-gallery .aanbod-dtl-gal-heading h2{
	padding-top: 50px !important;
	padding-bottom: 20px !important;
}
.overons-top-sec.subpage-top{
	padding: 70px 0px 20px;
}
.service-dtl-bk-btn.service-dtl-bk-btn-neew{
	padding-bottom: 50px;
}
.service-dtl-btm-sec.neew-frm-sec{
	margin-top: 0px;
}
/*====gridview-car-content======*/
html{
    font-size: 62.5%;
}
.new-grid-content .model-name {
    font-size: 1.8rem;
    line-height: 2rem;
    height: 42px;
    overflow: hidden;
}
.new-grid-content p{
    color: rgba(0, 0, 0, 0.5);
	font-size: 20px;
	font-family: 'NewRailAlphabet-Bold';
}
.new-grid-content td {
    padding-right: .75rem;
}
.new-grid-content td span {
    background: #BC9E82;
    padding: .5rem .85rem;
    font-size: 1.4rem;
    color: #fff;
    font-family: 'MontserratMedium';
}
.new-grid-content .row .text-md-end p {
    color: #BC9E82;
    margin-bottom: 0;
    font-family: 'MontserratMedium';
    letter-spacing: normal;
    font-size: 18px;
}
.aanbod-list2 a {
    color: inherit;
}
.new-grid-content .default-btn {
  color: rgba(0,0,0,0.5);
  background: transparent;
  font-size: 1.6rem;
  border: 1px solid rgba(0,0,0,0.25);
  padding: 1.9rem;
  display: inline-block;
  font-family: 'MontserratMedium';
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  line-height: normal;
}
.new-grid-content .default-btn:after {
    position: absolute;
    right: 2rem;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/arw.svg) no-repeat center / contain;
    width: .9rem;
    height: .9rem;
    opacity: .5;
}
.new-grid-content .default-btn:hover{
    background: #BC9E82;
    border-color: #BC9E82;
    color: #fff;
}
.new-grid-content .default-btn:hover:after{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    opacity: 1;
}
@media(max-width: 1499.98px){
    .new-grid-content .row .text-md-end p{
        font-size: 17px;
    }
}
@media(max-width: 1399.98px){
    .new-grid-content p{
        font-size: 17.5px;
        letter-spacing: normal;
    }
    .new-grid-content .row .text-md-end p{
        font-size: 14px;
    }
    .new-grid-content td span{
        padding: .5rem .65rem;
        font-size: 1.25rem;
    }
    .new-grid-content td {
        padding-right: .5rem;
    }
}
@media(max-width: 991.98px){
    .new-grid-content .model-name{
        height: auto;
        font-size: 1.6rem;
    }
    .new-grid-content .default-btn{
        padding: 1.3rem;
        font-size: 1.4rem;
    }
    .new-grid-content p{
        margin-bottom: 5px;
    }
}
html{
    font-size: 62.5%;
}
.car-detailing-block{
    background-position-y: 52.4%;
}
.car-detailing-block .mx-auto{
    max-width: 759px;
    z-index: 1;
}
.car-detailing-block .logo-image{
    width: 37%;
	padding-right: 20px;
}
.car-detailing-block p{
    color: #fff;
    font-family: 'MontserratRegular';
    line-height: 158%;
    letter-spacing: 0.32px;
    margin: 0;
}
.car-detailing-block hr{
    background: #B89F84;
    max-width: 47%;
    opacity: 1;
}
.car-detailing-block .overlay{
    background: #121215;
    opacity: .75;
}
.icon-block .mx-auto{
    max-width: 800px;
}
.icon-block h4{
    font-size: 24px;
    letter-spacing: 0.48px;
    font-family: 'MontserratSemiBold';
}
.icon-block span{
    height: 130px;
}
.dtl-slider-btn {
    position: absolute;
    z-index: 9;
    right: 20px;
    bottom: 40px;
}
.dtl-slider-btn .common-btn{
    background-color: #c1b39a;
    border-color: #c1b39a;
    color: #fff;
    padding-left: 2rem;
    padding-right: 2rem;
}
.dtl-slider-btn .common-btn:hover{
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}
.product-sec .highlight-label-popup-wrapper {
    bottom: 0;
    top: calc(100% + 20px);
}
.product-sec .highlight-label-popup::after {
    border-bottom: 10px solid #fff;
    left: 15px;
    top: -10px;
    border-top: 0;
    bottom: auto;
}
@media(min-width: 992px){
    .car-detailing-block p{
        font-size: 16px;
    }
}
@media(max-width: 991.98px){
    .icon-block h4{
        font-size: 16px;
    }
    .icon-block span {
        height: 70px;
    }
    .icon-block img{
        max-height: 50px;
    }
}
@media(max-width: 767.98px){
    .icon-block h4{
        font-size: 13px;
        letter-spacing: normal;
    }
    
}
.aanbod-dtl-car-info-btn .common-btn.inruilen-btn{
    background-color: rgba(37, 211, 102, 0.5);
    padding: 0 12px;
}
.inruilen-btn span{
    height: 45px;
    min-width: 45px;
    background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.inruilen-btn span img {
    width: 24px;
}
/*=========summer-tour===========*/
.new-form{
    background: #1b1b1b;
    padding: 100px 0;
}
.new-form h3{
    font-family: 'MontserratMedium';
}
.new-form .mx-auto{
    max-width: 1080px;
}
.webshop-button{
    max-width: 520px;
}
.webshop-button .webshop_button_link {
    background: rgb(25, 123, 255);
    font-size: 15px;
    padding: 14px 20px;
    border-radius: 35px;
    margin-right: 10px;
}
.webshop-button .ideal_logo {
    width: 19px;
    margin-right: 5px;
}
.webshop-button h5{
    font-size: 20px;
}
.new-form .common-btn {
    background-color: #bd9e80;
    border-color: #bd9e80;
    color: #1c1c1c;
}
.new-form .common-btn:hover {
    background-color: transparent;
    color: #fff;
}