@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	color: #fff;
    background:#0a0a0a;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
/******************header*****************/
.header-area{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    /*padding: 30px 0;*/
    padding: 40px 0 30px;
}
.flag-part{
    position: absolute;
    right: 0;
    top: -30px;
}
.menu-bar{
    font-size: 15px;
    font-family: 'suigenerisrg';
    color: #fff;
}
.menu-icon-image{
    width: 26px;
    height: 26px;
    float: left;
    margin-right: 20px;
    background-image:url(../images/menu-icon.png);
}
.menu-bar.active .menu-icon-image{
    background-image:url(../images/close.png);
    background-size: 22px;
}
.menu-items {
    width: 100%;
    background: #000;
    position: absolute;
    top: 85px;
    left: -100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    max-width: 240px;
    z-index: 9;
}
.menu-items.active {
    left: 0px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-items ul {
    padding: 30px 0px;
}
.header-area .menu-items li{
    padding: 12px 20px;
    display: block;
}
.menu-items a:hover{
    opacity: 0.5;
}
.header-area .text-right li, .menu-items li{
    font-size: 15px;
    padding-left: 35px;
    display: inline-block;
    font-family: 'suigenerisrg';
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.header-area .text-right li:last-child{
    /*padding-left: 30px;*/
}
.header-area .text-right li img{
    margin-left: 5px;
}
/*******************banner*****************/
.banner-sec{
    position: relative;
}
.banner-content{
    position: absolute;
    bottom: 130px;
    right: 0;
    z-index: 1;
}
/*******************product****************/
.product-wrap{
    max-width: 1410px;
    width: 100%;
    margin:auto;
    position: relative;
    z-index: 2;
}
.product-sec{
    padding: 120px 0 200px;
    position: relative;
}
.product-sec:after{
    position: absolute;
    top: -200px;
    left: 0;
    width: 70vw;
    height: 460px;
    content: '';
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
}
.product-sec p{
    margin: 25px 50px 0 0;
}
.each-product{
    position: relative;
}
.product-heading{
    position: absolute;
    top: 0;
    left: 0;
    background:#0a0a0a;
    padding: 10px;
}
.product-heading h5{
    font-size: 23px;
    color: #fff;
    font-family: 'SuiGenerisLight';
    letter-spacing: 0.4px;
}
.product-slider{
    margin-top: 110px;
}
.product-dtl{
    padding: 30px 0;
}
.product-dtl h4{
	height: 100%;
	overflow: hidden;
	letter-spacing: 0.65px;
    font-size: 18px;
}
.divider{
    border-top: 1px solid #fff;
    margin:25px 0;
}
/******************middle sec*************/
.middle-sec{
    padding-bottom: 270px;
}
.middle-sec-cover{
    position: relative;
}
.middle-sec .container{
    position: relative;
}
.middle-sec .swiper-pagination-bullet {
    display: block;
    background: #fff;
    opacity: 0.2;
    margin-bottom: 40px;
}
.middle-sec .swiper-pagination-bullet-active {
    opacity: 1;
}
.middle-sec .swiper-pagination{
    right: -130px;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    text-align: left;
}
.each-middle-block{
    position: relative;
}
.middle-block-content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 100%;
    z-index: 1;
}
.middle-block-content li{
    font-family: 'HansonBold';
    opacity: 0.4;
    font-size: 30px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 50px;
}
.middle-block-content li.active{
    font-size: 76px;
    opacity: 1;
    line-height: normal;
}
.middle-sec .swiper-wrapper{
    transition-duration: 1000ms !important;
}
/*********************content block sec****************/
.content-wrap{
    max-width: 780px;
    width: 100%;
    margin-left: auto;
}
.content-wrap p{
    margin:20px 0 60px;
    text-align-last: right;
    text-align: justify;
}
.content-wrap .common-btn{
    margin-bottom: 160px;
}
.content-block-sec{
    padding: 80px 0 30px;
    position: relative;
}
.content-block-sec:after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70vw;
    height: 460px;
    content: '';
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    z-index: 1;

}
.social-icon-area p{
    font-family: 'SuiGenerisLight';
    margin:0 0 20px;
}
.social-icon-area a img{
    width: 20px;
}
.social-icon-area a{
    margin-left: 22px;
}
/********************car content sec*****************/
.car-content-area .common-wrapper{
    padding-right: 0;
}
.car-bg-content{
    margin-right: 80px;
    background:#0a0a0a;
    max-width: 68%;
    width: 100%;
    margin-left: auto;
    padding: 0 220px 0 180px;
}
.car-bg-content h2{
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    padding-bottom: 50px;
    border-bottom: 3px solid #fff;
    line-height: 50px;
}
.car-bg-content p{
    font-size: 16px;
    line-height: 30px;
    margin: 50px 90px 50px 0;
}
.car-content-area{
    padding: 200px 0 100px;
}
.car-bg-panel{
    background-size: 100% auto;
    background-position: top;
}
/*******************logo slider****************/
.instagram-area{
    position: relative;
    z-index: 1;
}
.logo-slider-sec{
    background:#fff;
    padding-top: 140px;
    background: #fff;
}
.logo-slider-sec.logo-panel{
    position: relative;
    padding: 10px 0 80px;
}
.logo-panel:after {
    clip-path: polygon(0% 70%, 100% 10%, 100% 100%, 0% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 70%, 100% 10%, 100% 100%, 0% 100%, 0% 100%);
    position: absolute;
    left: 0;
    background-color: #0a0a0a;
    content: '';
    width: 100%;
    height: 170%;
    bottom: 0;
    margin-bottom: -1px;
}
.logo-block{
    position: relative;
}
.logo-block:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 5px;
    background-color: #bc1225;
    content: '';
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.logo-block:hover:after{
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.sec-heading h2{
    color: #0a0a0a;
}
.sec-heading h2 span{
    color: #c00015;
}
.sec-heading p{
    margin-top: 20px;
    color: #0a0a0a
}
.sec-heading{
    max-width: 720px;
    width: 100%;
    margin-bottom: 130px;
}
.logo-bottom-area{
    background:#fff;
    height: 350px;
    width: 100%;
    text-align: center;
    position: relative;
}
.logo-content{
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
    width: 100%;
    display: none;
}
.logo-bottom-area .d-table {
    width: 100%;
}
.logo-content p{
    color: #0a0a0a;
    opacity: 0.5;
    margin-bottom: 0;
    font-family: 'SuiGenerisLight';
}
.logo-block:hover .logo-content{
    display: block;
}
/*********************footer*****************/
.each-footer-info h5{
    color: #9b9b9b;
    font-size: 15px;
    font-family: 'SuiGenerisLight';
    letter-spacing: 1.2px;
    margin-bottom: 20px;
}
.footer-area .divider{
    margin:40px 0;
    border-top:2px solid #fff;
}
.footer-area{
    padding-top: 100px;
}
.each-footer-info table{
    width: 100%;
}
.each-footer-info td{
    padding-right: 50px;
}
.each-footer-info td:last-child{
    padding-right: 0;
}
.each-footer-info p{
    letter-spacing: 0.3px;
}
.each-footer-info{
    padding-left: 60px;
}
.footer-area .col-lg-4:first-child .each-footer-info{
    padding-left: 0px;
}
.footer-area .col-lg-4:last-child .each-footer-info{
    padding-left: 100px;
}
.footer-social{
    padding-bottom: 60px;
}
.footer-social a{
    margin-right: 15px;
}
.footer-social img{
    width: 20px;
}
#mobile-contact-bar {
	display: none;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    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);
}
/******************overons page*******************/
.inner-banner-content {
    left: 0px;
    bottom: 50px;
}
.overons-bnr-btm-sec {
    position: relative;
    padding: 133px 0px 325px;
    overflow: hidden;
}
.overons-bnr-btm-sec::after {
    position: absolute;
    bottom: 0;
    right: -15px;
    width: 85vw;
    height: 365px;
    content: '';
    background-image: url(../images/overons-dtm-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    z-index: 1;
}
.overons-bnr-btm-content h2 {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    line-height: 50px;
    white-space: nowrap;
}
.overons-bnr-btm-content p {
    margin: 40px 0px 50px;
    text-align: justify;
}
.overons-bnr-btm-content .txt-btn {
    font-size: 20px;
    color: #fff;
    font-family: 'SuiGenerisLight';
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
    z-index: 2;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.overons-bnr-btm-content .txt-btn:hover{
    opacity: 0.6;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.overons-bnr-btm-content {
    max-width: 935px;
    width: 100%;
    margin-bottom: 50px;
}
.overons-luxury-car-block{
    position: relative;
    margin-top: -100px;
}
.overons-luxury-car-img {
    position: absolute;
    left: 0;
    top: 0;
}
.overons-luxury-car-content {
    padding: 175px 0px 0px 140px;
}
.overons-luxury-car-content h2 {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    padding-bottom: 50px;
    line-height: 50px;
    border-bottom: 3px solid #fff;
}
.overons-luxury-car-content p {
    margin-top: 50px;
}
.overons-mobility-sec {
    padding: 360px 0px 225px 0px;
}
.overons-mobility-left h2 {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    padding-bottom: 80px;
    line-height: 50px;
}
.overons-mobility-points ul {
    padding-left: 0px;
}
.overons-mobility-points ul li{
    font-size: 15px;
    color: #fff;
    font-family: 'SuiGenerisLight';
    border-top: 1px solid #fff;
    padding: 30px 0px;
    text-transform: uppercase;
}
.overons-mobility-points ul li span {
    margin-right: 60px;
}
.overons-mobility-right {
    padding-left: 75px;
}
.overons-mobility-left {
    padding-right: 225px;
}
.overons-bottom-car {
    position: relative;
}
.overons-bottom-car::after {
    display: none;
}
.overons-bottom-car-content {
    position: absolute;
    bottom: 30px;
    right: 100px;
}
/******************vacature page******************/
.vacature-list-heading {
    padding: 50px 0px 100px;
}
.vacature-list-heading-content {
    max-width: 785px;
    width: 100%;
}
.vacature-list-heading-content h2, .vacature-each-list-text h2 {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    padding-bottom: 35px;
    line-height: 50px;
}
.vacature-each-list {
    margin-bottom: 185px;
}
.vacature-each-list-text {
    padding-top: 70px;
}
.vacature-each-list-text h2 {
    padding-bottom: 60px;
    border-bottom: 3px solid #fff;
}
.vacature-each-list-text p {
    margin: 60px 0px 80px;
}
/******************aanbod****************/
.select-styl {
    background: url(../images/dropdown.svg) transparent no-repeat 92% center/10px;
    border: 1px solid #f1f1f1;
    color: #fff;
    font-size: 15px;
    font-family: 'SuiGenerisLight';
    width: 100%;
    height: 58px;
    line-height: 56px;
    -webkit-appearance: none;
    border-radius: 50px;
    padding: 0 15px;
}
.filter-left-part option{
    background-color: #0a0a0a;
}
.common-header{
    position: relative;
}
.overons-bnr-btm-sec.aanbod-top-sec{
    padding: 170px 0 100px;
}
.aanbod-filter-sec .text-dark{
	position: absolute;
    bottom: -35px;
    right: 0;
    color: #fff !important;
}
.aanbod-filter-sec .text-dark:hover{
	color: #fff !important;
}
.aanbod-top-sec.overons-bnr-btm-sec:after{
    display: none;
}
.aanbod-product .product-dtl h4{
    font-size: 20px;
}
.product-dtl h6{
    font-size: 18px;
    color: #c7c7c7;
}
.aanbod-product:after{
    display: none;
}
.product-sec.aanbod-product{
    padding-top: 0;
}
.aanbod-product .product-slider {
    margin-top: 0px;
    padding: 0 15px;
}
.aanbod-product .each-product{
    margin-bottom: 30px;
}
.aanbod-middle-sec{
    padding-top: 140px;
}
.aanbod-middle-sec h2{
    margin-bottom: 60px;
}
.aanbod-filter-sec{
    padding-top: 50px;
    padding-bottom: 65px;
}
.aanbod-filter-sec .common-btn{
    max-width: 100%;
    margin-bottom: 10px;
}
.filter-left-part > .row {
  /*flex-wrap: nowrap;
  overflow-x: auto;*/
}
.filter-left-part > .row::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.filter-left-part > .row::-webkit-scrollbar-track {
  background:#1c1c1c;
  border-radius: 10px;
}
 .filter-left-part > .row::-webkit-scrollbar-thumb {
  background: #2b2b2b; 
  border-radius: 10px;
}
.aanbod-filter-sec .form-styl{
    padding: 0;
    height: 58px;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.aanbod-filter-sec .form-styl:placeholder {
    color: #fff;
    opacity: 1;
}
.aanbod-filter-sec .form-styl:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.aanbod-filter-sec .form-styl::placeholder {
    color: #fff;
    opacity: 1;
}
.aanbod-filter-sec .form-styl:focus {
    color: #fff;
    background-color:transparent;
    border-color: #fff;
}
.filter-left-part{
    /*padding-right: 60px;*/
    padding-right: 10px;
    padding-left: 15px;
}
.filter-form-wrap{
    position: relative;
}
.filter-form-wrap .form-control-feedback {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    position: absolute;
    background: transparent;
    border: 0;
}
.filter-form-wrap .form-control-feedback img {
    width: 20px;
}
/*********************portfolio********************/
.portfolio-top-sec{
    padding-top: 80px;
}
.portfolio-product{
    padding-bottom: 70px;
}
/**********************vacature details***********************/
.vacature-back-btn-sec {
    padding-top: 200px;
}
.vacature-back-btn-sec  a {
    max-width: 310px;
    position: relative;
    z-index: 1;
}
.vacature-top-sec-content a {
    max-width: 305px;
    margin-top: 70px;
    background-color: #fff;
    color: #1c1c1c;
    position:relative;
    z-index: 1;
}
.vacature-top-sec-content a:hover {
    background-color: transparent;
    color: #fff;
}
.vacature-top-sec .overons-luxury-car-block{
    margin-top: -58px;
}
.border-font {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    line-height: 72px;
}
.vacture-form-heading-text {
    max-width: 815px;
}
.vacture-form-heading-sec {
    padding-top: 245px;
    padding-bottom: 250px;
}
.vacature-dtl-form-area {
    max-width: 740px;
    margin-left: auto;
    background-color: #0a0a0a;
    padding: 95px 80px;
    position: relative;
    top: -180px;
}
.vacature-dtl-form-area .form-group{
    margin-bottom: 35px;
}
.form-styl {
    display: block;
    width: 100%;
    padding: 25px 25px 40px 0px;
    font-size: 15px;
    font-family: 'SuiGenerisLight';
    color: #ffffff;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #848484;
    border-radius: 0;
    resize: none;
}
.form-styl:focus {
    color: #0a0a0a;
    background-color: #fff;
    border-color: #848484;
    outline: 0;
    box-shadow: none;
}
.form-styl::placeholder {
    color: #ffffff;
    opacity: 1;
}
.form-styl:placeholder {
    color: #ffffff;
    opacity: 1;
}
.form-styl:-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}
.vacature-dtl-form-btn {
    background-color: #0a0a0a;
    color: #fff;
    border: 1px solid #ffffff;
    margin-top: 45px;
}
.vacature-dtl-form-btn:hover {
    color: #0a0a0a;
    background-color: #fff;
    border: 1px solid #0a0a0a;
}
/********************contact page***********************/
.contact-top-sec {
    padding: 150px 0px;
}
.contact-top-content h2 {
    padding-bottom: 45px;
    font-size: 50px;
}
.contact-mail-call {
    margin-top: 95px;
}
.mail-call-heading {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}
.mail-call-heading h6 {
    font-size: 15px;
    color: #fff;
    font-family: 'suigenerisrg';
}
.mail-call-wp {
    margin-top: 20px;
}
.each-mail-call-wp h6 {
    font-size: 15px;
    color: #fff;
    font-family: 'suigenerisrg';
    margin-bottom: 15px;
}
.each-mail-call-wp h4 {
    font-size: 15px;
    color: #fff;
    font-family: 'SuiGenerisLight';
}
.telephone {
    padding-left: 65px;
}
.whatsapp {
    padding-left: 150px;
}
.contact-map {
    height: 660px;
}
.contact-form-box {
    margin-left: initial;
    top: -300px;
}
.adrs-time h4 {
    font-family: 'suigenerisrg';
    font-size: 15px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}
.adrs-time h6 {
    font-family: 'SuiGenerisLight';
    font-size: 15px;
    color: #fff;
    margin: 20px 0px 50px;
    text-transform: uppercase;
}
.showroom-open h4 {
    font-family: 'suigenerisrg';
    font-size: 15px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.showroom-open p {
    font-family: 'SuiGenerisLight';
    font-size: 15px;
    color: #fff;
}
.showroom-open p span {
    font-family: 'suigenerisrg';
    margin-right: 45px;
}
.adrs-time {
    margin-top: 90px;
}
.adrs-time-left {
    padding-left: 55px;
}
.adrs-time-right {
    padding-left: 84px;
}
.contact-timing table {
    /*display: inline-block;
    width: 49%;*/
    width: 100%;
}
.contact-timing tr td {
    font-family: 'SuiGenerisLight';
    font-size: 15px;
    color: #fff;
    line-height: 40px;
}
.contact-timing h4 {
    font-family: 'suigenerisrg';
    font-size: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}
.contact-timing tr td:nth-child(odd) {
   padding-right: 20px;
}
.lobby_image_2 {
    width: 100%;
    height: 45em;
    margin-top: 10px;
}
@media screen and (min-width: 1500px) {
  .lobby_image_2 {
    width: 75%;
  }
}
/*****************services details******************/
.service-back-btn{
    padding-top: 100px;
}
.service-back-btn-wrap{
    position: relative;
    top: 58px;
    z-index: 999999;
}
.service-dtl-top-sec {
    padding-top: 0 ;
}
.service-dtl-top-sec::after {
    width: 75vw;
    bottom: 70px;
}
.service-dtl-form-heading-sec {
    padding: 385px 0px 250px;
}
.service-dtl-form-heading-sec .vacture-form-heading-text {
    max-width: 955px;
}
.service-dtl-carimg-sec{
    margin-top: -10%;
}
.service-middle-content.vacature-top-sec .overons-luxury-car-block{
    margin-top: 0;
}
.service-middle-content{
    padding-top: 80px;
}
/***************aanbod dtl*************/
.aanbod-dtl-top-sec h2{
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    margin-bottom: 15px;
}
.aanbod-dtl-top-sec{
    padding: 100px 0 120px;
}
.aanbod-dtl-top-sec .common-btn{
    max-width: 310px;
}
.aanbod-dtl-slider .common-arrow.swiper-button-prev img{
    /*transform: rotate(180deg);*/
}
.aanbod-dtl-slider .swiper-container {
    background: rgba(0,0,0,0.9);
}
.aanbod-dtl-slider .common-arrow{
    width: auto;
    height: auto;
    border: 0;
}
.aanbod-dtl-slider .swiper-button-prev{
    left: 8%;
}
.aanbod-dtl-slider .swiper-button-next{
    right: 8%;
}
.aanbod-dtl-slider{
    position: relative;
}
.side-area{
    position: absolute;
    bottom: 20px;
    right: 40px;
    z-index: 1;
}
.side-area img{
    display: block;
    margin-top: 20px;
}
/*=====tab=====*/
.tab-top-heading ul{
    margin-bottom: 60px;
}
.tab-top-heading li{
    font-family: 'SuiGenerisLight';
    font-size: 15px;
    color: #fff;
    display: inline-block;
    letter-spacing: 0.75px;
    margin-right: 60px;
    border-bottom: 1px solid #0a0a0a;
    line-height: 35px;
}
.tab-top-heading li.active{
    border-color: #fff;
}
.aanbod-dtl-tab-sec{
    padding: 70px 0 200px;
}
.each-tab-content h2{
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    margin-bottom: 40px;
}
.aanbod-dtl-tab-sec .each-tab-content ul li {
    font-family: 'NunitoSansRegular';
    font-size: 15px;
    color: #fff;
    padding-bottom: 10px;
    word-break: break-word;
}
.aanbod-dtl-tab-sec .each-tab-content .bullet-panel ul li {
    padding-left: 20px;
    position:relative;
}
.aanbod-dtl-tab-sec .each-tab-content .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-dtl-tab-sec .each-tab-content .tab_heading h4 {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 18px;
}
.bullet-panel{
    margin-bottom:50px;
}
.aanbod-dtl-tab-sec .each-tab-content .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: #fff;
        font-family: 'NunitoSansRegular';
}
.aanbod-dtl-tab-sec .each-tab-content .kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    font-family: 'NunitoSansRegular';
}
.kenmerken-tab{
    padding-top: 60px;
}
/*=====right part=====*/
.tab-right-area{
    max-width: 480px;
    width: 100%;
}
.share-part span{
    width: 58px;
    height: 58px;
    border: 1px solid #fff;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 6px;
}
.share-part img{
    width: 24px;
}
.share-part .common-btn{
    background:#fff;
    color: #1c1c1c;
    max-width: 300px;
    text-transform: uppercase;
    margin-left: 10px;
}
.share-part .common-btn:hover{
    background: transparent;
    color: #fff;
}
.group-button{
    margin-top: 100px;
}
.group-button h5{
    margin-bottom: 65px;
}
.group-button .common-btn{
    max-width: 100%;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: left;
    padding: 0 30px;
}
.group-button .common-btn img{
    width: 28px;
    margin-right: 30px;
}
.group-button .common-btn:hover img{
    filter: brightness(1) invert(1);
    -webkit- filter: brightness(1) invert(1);
}
/*======detail gallery========*/
.detail-gallery-panel{
    margin: 100px 0 160px;
}
.each-gallery-image{
    margin-bottom: 17px;
}
.less-images .col-6:last-child .each-gallery-image{
    position: relative;
}
.gallery-image-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.gallery-image-content:after{
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height:100%;
    content: '';
    background:#000;
    opacity: 0.8;
}
.gallery-image-content-wrap{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.more-image-btn{
    font-size: 15px;
    font-family: 'SuiGenerisLight';
}
.more-images{
    display: none;
}
.bottom-gallery{
    margin-bottom: 100px;
}
/*========upper part======*/
.content-wrapper{
    padding-left: 100px;
}
.content-wrapper h2{
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    padding-bottom: 70px;
    border-bottom: 3px solid #fff;
    line-height: 50px;
}
.content-wrapper p{
    margin: 80px 0 120px;
}
.content-wrapper .common-btn{
    max-width: 100%;
    text-align: left;
    padding: 0 30px;
    margin-bottom: 15px;
}
.aanbod-dtl-product-sec::after {
    display: none;
}
.content-wrapper .common-btn img  {
    width: 28px;
    margin-right: 30px;
}
.content-wrapper .common-btn:hover img {
    filter: brightness(1) invert(1);
    -webkit- filter: brightness(1) invert(1);
}
.aanbod-dtl-product-slider .product-dtl h4 {
    font-size: 18px;
}
.aanbod-dtl-product-slider .product-dtl h6 {
    font-size: 18px;
}
.aanbod-dtl-product-sec{
    padding: 200px 0 150px;
}
/******************services list*****************/
.service-list-sec {
    padding: 150px 0px 195px;
}
.service-list-bnr-btm-sec {
    padding-top: 50px;
}
.service-list-left ul li {
    font-family: 'SuiGenerisLight';
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.service-list-right {
    border-left: 3px solid #fff;
    padding: 100px 0px 135px 120px;
}
.service-list-left {
    padding: 100px 0px 135px;
}
.each-service-list-text h4 {
    border-bottom: 3px solid #fff;
    padding-bottom: 50px;
}
.each-service-list-text p {
    margin: 35px 0px 75px;
}
.each-service-list-img {
    padding-right: 40px;
}
.each-service-list-text {
    padding-left: 40px;
}
.each-service-list {
    margin-bottom: 105px;
}
.each-service-list:nth-child(even) .each-service-list-img {
    padding: 0px 0px 0px 40px;
}
.each-service-list:nth-child(even) .each-service-list-text {
    padding: 0px 40px 0px 0px;
}
/******************thank u****************/
.thanku-banner{
    position: relative;
    overflow: hidden;
}
.thanku-banner:after{
    position: absolute;
    bottom: -100px;
    left: -120px;
    width: 77vw;
    height: 365px;
    content: '';
    background-image: url(../images/overons-dtm-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    z-index: 1;
}
.thanku-banner .banner-content{
    width: 100%;
    bottom: auto;
    top: 52%;
    transform: translateY(-50%);
    z-index: 1;
}
.thanku-banner .common-btn{
    margin-top: 50px;
}
/********************pop up****************/
.modal-area .modal-dialog{
    max-width: 100%;
    margin-top: 6%;
}
  .modal-area .modal-content{
    border:0;
    border-radius: 0;
    background-color: transparent;
    padding-top: 18%;
}
  .modal-area h2{
    margin-bottom: 70px;
}
  .close-img img{
    width: 30px;
}
.close-img{
    position: absolute;
    top: 30px;
    right: 30px;
}
.modal-backdrop.show {
    opacity: 0.8;
}
#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{
color: #fff;
border-bottom: 1px solid #fff;
padding-bottom: 10px;
text-transform: uppercase;
margin-bottom: 30px;
}
.star_icon p img{
  width: 15px;
  margin-top: -3px;
  margin-right: 5px;
}
.star_icon{
	margin-bottom: 30px;
}
.star_icon p{
  /*font-family: 'BentonSansRegular';*/
  word-break: break-word;
  margin-bottom: 0;
  font-family: 'suigenerisrg';
font-size: 15px;
color: #fff;
padding-bottom: 10px;
word-break: break-word;
}
.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;
	margin: 0 auto 10px;
}
.foto_upload{
	 
}
.goog-te-banner-frame.skiptranslate {
    display: none !important;
    } 
body {
    top: 0px !important; 
    }
	.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;
	}
.aanbod-dtl-slider .swiper-slide-prev, .aanbod-dtl-slider .swiper-slide-next {
    opacity: 0.4;
}
.contact-top-content a {
    margin-top: 45px;
}

/*===========bespoke==========*/
.listview-block .service-list-right{
    padding: 0;
    border-left: 0;
}
.listview-block .each-service-list-img{
    padding: 0;
}
.listview-block .each-service-list-text{
    padding: 40px 0 0;
    margin: 0;
}
.each-service-list-text h4{
    padding-bottom: 30px;
}
.listview-block .each-service-list {
    margin-bottom: 60px;
}
.listview-block{
    padding: 80px 0;
}
.listview-block .each-service-list-text p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 30px 0 40px;
}
.calculator {
  border: none;
  height: 900px;
}
.dtl-btm-car-slide .common-arrow{
    border: 0;
    top: calc(50% - 25px);
}
.dtl-btm-car-slide .common-arrow img {
    width: 16px;
    height: 16px;
}
.dtl-btm-car-slide .swiper-button-prev {
    left: 30px;
    transform: rotate(180deg);
}
.dtl-btm-car-slide .swiper-button-next {
    right: 30px;
}
html{
	font-size: 62.5%;
}
.widget-btn-area{
	bottom: 2rem;
  	left: 3rem;
  	z-index: 99;
}
.widget-btn{
	border-radius: 10px;
  	background: #f5343e;
	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.7rem;
  	font-family: 'NunitoSansSemiBold';
  	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: 'SuiGenerisLight';
  	font-size: 2.4rem;
}
.widget-content h5{
	font-family: 'NunitoSansRegular';
	font-size: 1.7rem;
	margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
	text-decoration: underline;
	color: #f5343e;
}
.widget-content button, .widget-mobile button{
	border-radius: 5px;
	color: #fff;
	border: 2px solid #f5343e;
  	background: #f5343e;
	padding: 1.2rem 2rem;
	font-size: 1.7rem;
  	font-family: 'NunitoSansSemiBold';
	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: #f5343e !important;
}
.monthly_amount{
	cursor:pointer;
} 
.bottom-0{
	bottom: 0;
}
.start-0{
	left: 0;
}