@import "fonts.css";
@import "common-class.css";
body {
    padding: 0px;
    margin: 0px;
    font-family: 'nexabook';
    font-size: 15px;
    color: #fff;
}
#page{
    overflow: hidden;
    position: relative;
}
.dblock{
    display:none;
}
#menu {
    display: none;
}
.mm-current {
    display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
    height: 100px;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #212121;
    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);
}
.fixed-whatsapp-icon{
    position: fixed;
    bottom: 80px;
    right: 5px;
    z-index: 999;
}
.fixed-whatsapp-icon a{
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background:rgba(27, 27, 27, 0.75);
}
.fixed-whatsapp-icon img{
    width: 26px;
}
/*************header**********/
.header-area{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
    padding: 20px 0;
}
.header-area li {
    font-size: 15px;
    font-family: 'nexabook';
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 20px;
/*    margin-right: 50px;*/
}
.header-ul{
    display: flex;
}
.header-area li:last-child{
    margin-right: 0;
}
.header-area li a:hover{
    color: #fff;
    opacity: 0.5;
}
.header-area li.menu-icon a:hover{
    opacity: 1;
}
.menu-bar {
    width: 20px;
    margin-top: 3px;
    margin-left: 10px;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 2px;
    margin: 3px 0;
}
.menu-icon.active .menu-bar div {
    width: 15px;
}
.menu-icon{
    margin-left: 30px;
    font-size: 15px;
    font-family: 'nexabook';
    letter-spacing: 1px;
    text-transform: uppercase;
}
.menu-icon a:hover .menu-bar div, .menu-icon a:hover .menu-bar::after, .menu-icon a:hover .menu-bar::before{
    background-color: #c2b29a;
}
/****menu-items******/
.menu-items{
    position: absolute;
    top: 90px;
    width: 100%;
    max-width: 280px;
    background: #1b1b1b;
    right: -100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-items.active {
    right: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-items ul {
    padding: 40px 0;
}
.header-area .menu-items li{
    display: block;
    width: 100%;
    margin: 0;
}
.menu-items li a {
    display: block;
    color: #fff;
    padding: 14px 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-items li.active a, .menu-items li a:hover {
    background: #fff;
    color: #1b1b1b;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 1;
}
.menu-items li a:hover:after{
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-icon.active img{
    transform: rotate(45deg);
}
.offerte-btn{
    font-size: 12px;
    width: 40%;
    height: 50px;
    line-height: 50px;
}
/************banner***************/
.banner-sec{
    position: relative;
}
.banner-sec .swiper-container:before, .banner-sec .swiper-container:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #1b1b1b;
    opacity: 0.3;
    z-index: 2;
}
.banner-sec .swiper-container:after{
    opacity: 1;
    background: transparent;
    background-image: url(../images/gradient-overlay.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 650px;
    top: 65%;
}
.banner-content {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.select-style {
    width: 100%;
    border: 0;
    border-radius: 0;
    height: 76px;
    line-height: 76px;
    color: #1b1b1b;
    font-family: 'nexabook';
    font-size: 15px;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/arrow.svg) #fff no-repeat 90% center/10px;
    color: #1c1c1c;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.select-wrap{
    max-width: 460px;
    width: 100%;
    margin: 20px auto 0;
}
.home-select{
    width: 80%;
    font-size: 12px;
    height: 55px;
    line-height: 55px;
}
a.txt-btn.cursor:hover {
    color: #c3b39a;
    border-bottom: 1px solid #c3b39a;
}
/*************banner nxt block***********/
.banner-bottom-block{
    position: relative;
}
.bottom-block-wrapper{
    max-width: 1080px;
    width: 100%;
    position: absolute;
    bottom: 80px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}
.bottom-block-wrapper h3{
    font-family: 'Sambosa';
    font-size: 46px;
    color: #fff;
    margin-top: 15px;
}
/***************middle block************/
.middle-block{
    background: #1b1b1b;
    padding: 120px 0 160px;
}
.each-block{
    position: relative;
    overflow: hidden;
}
.each-block img{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-block:hover img{
    transform: scale(1.12);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.block-heading{
    position: absolute;
    bottom: 30px;
    left: 0;
    padding-left:9%;
}
.middle-block .row{
    margin-top: 120px;
}
/***************testimonial************/
.testimonial-sec{
    background: #1b1b1b;
    padding-bottom: 90px;
}
.testimonial-slider{
    margin: 140px 0 160px 0;
}
.each-testimonial{
    padding: 30px 0px 30px 110px;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.testimonial-slider .swiper-slide-active .each-testimonial{
    border-left: 0;
    padding-left: 0;
}
.each-testimonial p{
    color: #fff;
    margin-top: 20px;
}
.pagination-wrap{
    position: relative;
    height: 52px;
}
.pagination-wrap .swiper-pagination-progressbar{
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 150px);
    height: 1px;
    background: rgba(255,255,255,.25);
}
.pagination-wrap .swiper-pagination-progressbar-fill{
    background: #fff;
}
.pagination-wrap .swiper-button-next{
    right: 0;
}
.pagination-wrap .swiper-button-prev{
    left: auto;
    right: 65px;
}
/***************content sec*************/
.bg-content-sec{
    padding: 10% 0;
    position: relative;
}
.bg-content-sec:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #1b1b1b;
    opacity: 0.6;
}
.content-wrap{
    max-width: 1120px;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 1;
}
.content-wrap p{
    font-family: 'Sambosa';
/*    font-size: 61px;*/
    font-size: 18px;
    color: #fff;
    line-height: inherit;
    margin-top: 30px;
}
/**************footer upper***************/
.footer-upper-sec {
    padding: 90px 0;
    background: #c3b39a;
}
.footer-upper-sec .col-lg-7 {
    border-right: 1px solid #d8d8d8;
}
.common-block{
    padding-top: 80px;
    padding-bottom: 80px;
}
.left-content-block{
    padding-right: 50px;
}
.footer-upper-sec p {
    margin: 30px 0 40px;
}
.left-content-block img {
    margin-bottom: 80px;
}
.upper-list-block{
    padding-left: 50px;
}
.upper-list-block li {
    margin-bottom: 70px;
    position: relative;
    padding-left: 40px;
}
.upper-list-block li h4{
    color: #140e0c;
}
.upper-list-block li:after {
    position: absolute;
    top:10px;
    left: 0;
    content: '';
    width: 9px;
    height: 9px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.left-content-block, .upper-list-block{
    position: relative;
}
.left-content-block:after, .upper-list-block:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: calc(100% + 40%);
    height: 1px;
    background: #d8d8d8;
}
.upper-list-block:after {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
}
/****************footer**************/
.footer-area {
    padding: 60px 0 40px;
}
.each-footer-info h4 {
    color: #1c1c1c;
    margin-bottom: 25px;
}
.footer-area li, .each-footer-info p{
    font-size: 15px;
    font-family: 'nexabook';
    color: #7e7e7e;
    letter-spacing: 0.2px;
}
.footer-area .col-lg-5 .each-footer-info{
    padding-left: 40px;
}
.footer-area .col-lg-4 .each-footer-info{
    padding-left: 70px;
}
.each-footer-info li{
    margin-bottom: 10px;
}
.footer-area a {
    color: #7e7e7e;
}
.footer-area a:hover {
    color:  #1c1c1c;
}
.each-footer-info p{
    margin-bottom: 70px;
}
.footer-area .col-xl-8 .row:last-child .each-footer-info p{
    line-height: 34px;
}
.social-icon img{
    width: 24px;
}
.social-icon a{
    margin-right: 10px;
}
.footer-logo-area {
	margin-left: auto;
    width: 50%;
}
.footer-logo-area img{
    display: block;
    margin-bottom: 80px;
    /*margin-left: auto;
    width: 50%;*/
}
.footer-logo-area .brand-logo2{
    width: 130px;
}
.divider {
    border-top: 1px solid #d2d2d2;
    margin: 0px 0 40px;
}
.footer-menu li{
    display: inline-block;
    margin-left: 50px;
}
.footer-menu img{
    width: 370px;
}
/*************pop up*************/
.modal-area .modal-dialog {
    max-width: 93%;
    margin: 12% auto 0;
}
.modal-area .modal {
    background-color: rgba(0, 0, 0, 0.62);
}
.modal-area .modal-content {
    border: 0;
    border-radius: 0px;
    position: relative;
    background-color: #1b1b1b;
}
.modal-area .popup-content p {
    margin: 40px 0 70px;
    color: #fff;
}
.modal-area .popup-content h2 {
    font-family: 'nexabook';
    color: #c2b29a;
}
.modal-area .popup-content {
    padding: 8% 12%;
}
.modal-area .pop-up-image img{
   height: 100%;
   object-fit: cover;
}
/***************contact*************/
.contact-map-sec {
    height: 560px;
    position: relative;
}
.map-heading{
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
}
.map-heading h3{
    color: #c3b39a;
    font-size: 36px;
}
.contact-dtl-sec {
    background: #1b1b1b;
    padding: 170px 0 230px;
}
.contact-dtl-wrapper {
    padding: 0 120px;
}
.each-contact-info {
    margin-bottom: 70px;
}
.dealer-list .each-contact-info:last-child {
    margin-bottom: 0;
}
.each-contact-info h6 {
    color: #c2b29a;
    margin-bottom: 20px; 
    text-transform: uppercase;
    letter-spacing: 1px;
}
.each-contact-info span {
    font-family: 'nexabook';
    color: #fff;
    position: relative;
    font-size: 16px;   
    line-height: 30px;
}
.each-contact-info:last-child a {
    border-bottom: 1px solid #fff;
}
.each-contact-info:last-child a:hover {
    border-color: #c2b29a;
}
.form-styl {
    resize: none;
    background-color: #fff;
    border-radius: 0;
    font-family: 'nexabook';
    border: 0;
    color: #212121;
    font-size: 16px;
    padding: 0 30px;
    border-radius: 0;
    height: 60px;
    text-transform: none;
}
.form-styl:placeholder {
    color: #212121;
    opacity: 0.5;
	text-transform: lowercase;
}
.form-styl:-ms-input-placeholder {
    color: #212121;
	text-transform: lowercase;
    opacity: 0.5;
}
.form-styl::placeholder {
    color: #212121;
    opacity: 0.5;
	text-transform: lowercase;
}
.form-styl:focus {
    box-shadow: none;
    color:#212121;
}
.photo-upload{
    line-height: 60px;
    color: rgba(33, 33, 33, 0.5);
}
.contact-form label {
    font-family: 'nexabook';
    color: #c2b29a;
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.contact-form {
    max-width: 615px;
    width: 100%;
    margin-left: auto;
}
.contact-form .form-group {
    margin-bottom: 25px;
}
.contact-form .common-btn {
    background-color: #c2b29a;
    border-color: #c2b29a;
    color: #1c1c1c;
    height: 60px;
    line-height: 59px;
}
.contact-form .common-btn:hover {
    background-color: transparent;
    color: #fff;
}
.contact-form textarea {
    padding: 30px;
}
.contact-form .select-style {
    width: 100%;
    border: none;
    border-radius: 0;
    height: 60px;
    line-height: 60px;
    font-family: 'nexabook';
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/d-arrow.png) #fff no-repeat 95% center/13px;
    color: #212121;
    padding: 0 30px;
    text-align: left;
    text-transform: none;
}
.contact-form h6 {
    font-size: 16px;
    color: #c2b29a;
    margin-bottom: 30px;
}
.contact-form .select-box {
    margin-bottom: 35px;
}
/******************Auto_verzekering****************/
.inner-pg-banner {
    position: relative;
}
.inner-banner-content{ 
    position: absolute;
    top: 50%;
    left:0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
/*====top content=====*/
.top-content {
    padding: 90px 0 80px;
    background-color: #1b1b1b;
    border-bottom: 1px solid #1e1e1e;
}
.common-content-heading h4 {
    font-size: 41px;
    color: #c2b29a;
}
.content-common-wrap p {
    color: #fff;
}
.content-common-wrap {
    padding-left:100px;
    padding-right: 100px;
}
/*======list block======*/
.verz-list-sec {
    background-color: #1b1b1b;
    position: relative;
}
.verz-list-sec:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    content: '';
    background: #c2b29a;
}
.verz-list-sec .content-common-wrap {
    padding-top: 150px;
    padding-bottom: 350px;
}
.left-image-block {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.verz-list-sec .content-common-wrap p {
    margin-top: 50px;
}
.verz-list-sec .divider{
    margin: 100px 0;
    border-color:#d8d8d8;
}
.verz-list-sec h6 {
    position: relative;
    color: #c2b29a;
    letter-spacing: 1px;
    margin-bottom: 50px;
    padding-left: 20px;
}
.verz-list-sec h6::after {
    position: absolute;
    top:6px;
    left: 0;
    content: '';
    width: 10px;
    height: 5px;
    background-image: url(../images/remove.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
/*======form content======*/
.verz-form-sec {
    background-color: #c2b29a;
    margin-top: -320px;
    position: relative;
}
.form-content {
/*    padding: 90px 0 170px;*/
    padding: 90px 0 85px;
}
.form-content h6, .form-content h4, .form-content p{
    color: #1b1b1b;
}
.form-content h6 {
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.form-content h4 {
    font-family: 'NexaLight';
}
.form-content p{
/*    margin:40px 0 140px;*/
    margin:40px 0 70px;
}
.filter-block {
    margin-right: 50px;
}
.filter-block .select-style {
    text-align: left;
    background: url(../images/d-arrow.png) #fff no-repeat 92% center/13px;
    padding: 0 40px;
    text-transform: none;
    font-size: 20px;
}
/*========verz form========*/
.form-panel {
    position: relative;
}
.form-panel .contact-form {
    background-color: #1b1b1b;
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0;
}
.form-panel .contact-form h4 {
    margin-bottom: 50px;
}
.form-panel .contact-form .select-style {
    color: rgba(33, 33, 33, 0.5);
}
.form-panel .contact-form .common-btn {
    margin-top: 10px;
}
/*========verz bottom block========*/
.verz-bottom-sec {
    position: relative;
}
.verz-bottom-sec .common-btn{
    margin: 5px 12px;
}
.bottom-content{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}
.bottom-content h2{
    /*font-size: 76px;*/
    margin-bottom: 40px;
}
/**************Auto_verzekering step3***************/
.verz-form-sec .border-btn{
    border-color: #fff;
    color: #fff;
    background: transparent;
}
.verz-form-sec .form-content .select-style{
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    width: 60%;
}
.verz-form-sec .border-btn:hover{
    border-color: #fff;
    color: #1b1b1b;
    background: #fff;
}
.verz-form-sec .contact-form .input-group-text h6{
    margin-bottom: 0;
    margin-left: 15px;
}
.verz-form-sec .input-group-text {
    background-color: transparent;
    border: 0;
    padding: 0;
}
.verz-form-sec .custom-checkbox {
    padding: 13px;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
}
.verz-form-sec .custom-checkbox[type="checkbox"]:checked::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    background-image: url(../images/close.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
}

/**********************************Dealer_landing page start******************************************/
.dealer-landing-form-sec.dealer-landing-form-sec {
   margin-top: 0px;
}
.dealer-landing-form-sec .form-panel .contact-form {
    padding-top: 130px;
    padding-bottom: 150px;
}
.dealer-list{
    background: #c2b39a;
    overflow: hidden;
}
.dealer-list.verz-list-sec .content-common-wrap{
    padding-bottom: 100px;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}
.dealer-list .content-common-wrap:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    content: '';
    background: #1b1b1b;
    height: 100%;
    right: 0;
    z-index: -1;
}
/**********************************Dealer_worden page start******************************************/
.dealer-worder-top-sec {
    padding: 7% 0;
    background-color: #c3b39a;
}
.dealer-worder-top-sec p, .dealer-worder-top-sec h2{
    line-height: 1.5;
}
.dealer-worder-top-wrapper {
    padding: 0 11%;
}
.dealer-worder-top-sec h2 {
    /*font-size: 41px;*/
    font-family: 'NexaLight';
    color: #1b1b1b;
}
.dealer-worden-list-sec .content-common-wrap {
    background-color: #1b1b1b;
}
.dealer-worden-list-sec .content-common-wrap:before{
    display: none;
}
/**********************************schade melden page start******************************************/
.melden-top-content {
    background-color: #c3b39a;
    border-bottom: 0;
}
.melden-top-content h4,
.melden-top-content p {
    color: #1b1b1b;
}
.melden-list-sec h6 {
    margin-bottom: 25px;
}
.melden-list-sec .each-contact-info a {
    border-bottom: 0;
}
.melden-list-sec .content-common-wrap .common-btn {
    background-color: #c3b39a;
    max-width: 380px;
    margin-bottom: 80px;
    color: #1b1b1b;
}
.melden-list-sec .content-common-wrap .common-btn:hover {
    background-color: transparent;
    color: #fff;
    border-color: #c3b39a;
}
.melden-upload {
    display: flex;
    align-items: center;
    color: rgba(27, 27, 27, 0.5);
}
.melden-btm-btn {
    max-width: 956px;
    margin: auto;
    width: 100%;
}
.melden-btm-sec{
    background-size: 0;
}
/**********************************over-verze list page start******************************************/
.over-list-sec {
    padding: 170px 0 100px;
    background-color: #1b1b1b;
}
.over-list-wrapper {
    padding: 0 40px;
    position: relative;
}
.over-list-wrapper::after {
    content: '';
    background-color: #666666;
    position: absolute;
    height: calc(100% - 70px);
    width: 1px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.each-over-list {
    margin-bottom: 70px;
}
.each-over-list h3 {
    color: #c2b39a;
    margin-top: 55px;
}
.each-over-list p {
    color: #fff;
    margin: 30px 0 45px;
}
.over-list-sec .col-lg-6:nth-child(odd) .each-over-list {
    padding-right: 24%;
}
.over-list-sec .col-lg-6:nth-child(even) .each-over-list {
    padding-left: 24%;
}

/**********************************over-verze dtl page start******************************************/
.inner-pg-header {
    position: relative;
    background-color: #1b1b1b;
}
.over-verz-dtl-bk-btn-sec {
    background-color: #1b1b1b;
    padding-bottom: 100px;
}
.over-verz-dtl-bk-btn-sec .common-btn {
    position: absolute;
    top: 50px;
}
.over-verz-dtl-cont-sec.dealer-list .content-common-wrap{
    margin-bottom: 0;
}
.over-verz-dtl-contact-info {
    margin-top: 185px;
}
.over-verz-dtl-contact-info h4 {
    margin-bottom: 120px;
}
.over-verz-dtl-contact-info-text {
    padding-left: 70px;
    white-space: nowrap;
}
.verz-list-sec.dealer-list .content-common-wrap {
    padding-bottom: 80px;
    background-color: #1b1b1b;
}
.dealer-list .each-contact-info h6 {
    margin-bottom: 15px;
    padding-left: 0;
}
.dealer-list .each-contact-info h6::after {
    display: none;
}
.dealer-list .each-contact-info a {
    border: 0;
}
.dealer-list .each-contact-info {
    margin-bottom: 55px;
}
.over-verz-dtl-contact-info-text .common-btn {
    background: #c3b39a;
    border-color: #c3b39a;
    color: #1e1e1e;
}
.over-verz-dtl-contact-info-text .common-btn:hover {
    background: transparent;
    color: #fff;
}
/**********************************bedankt page start******************************************/
.bedankt-banner-sec {
    position: relative;
}
.bedankt-banner-sec::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #1b1b1b;
    opacity: 0.3;
}
.bedankt-banner-sec .banner-content {
    top: auto;
    bottom: 80px;
    transform: none;
}
.bedankt-banner-sec .banner-content .common-btn {
    background-color: #fff;
    color: #1b1b1b;
}
.bedankt-banner-sec .banner-content .common-btn:hover {
    background-color: #1b1b1b;
    color: #fff;
}

/**********************************overons page start******************************************/
.overons-bottom-block.dealer-list .content-common-wrap{
    padding-top: 70px;
    padding-bottom: 50px;
}
.overons-video-sec {
    background-color: #1b1b1b;
    position: relative;
}
.overons-video-box-wrapper {
    position: relative;
}
.overons-video-box-wrapper::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    right: 0;
    top: 0;
}
.overons-video-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 58%;
}
.play-icon {
    background-color: #fff;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.play-icon img {
    /*height: 100px;
    width: 100px;
    border-radius: 100%;*/
    width: 20px;
}
.member-sec {
    background-color: #1b1b1b;
    padding: 115px 0 80px;
}
.each-member-text h2 {
    /*font-size: 41px;*/
    font-family: 'NexaLight';
}
.each-member-text h6 {
    font-family: 'NexaLight';
    color: #c3b39a;
    margin-top: 64px;
}
.each-member-text {
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
}
.each-member-img img{
    height: 100%;
    object-fit: cover;
}
.each-member-img {
    border-radius: 100%;
    overflow: hidden;
    opacity: 0.5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 114px;
    height: 114px;
    margin: 80px auto;
}
.member-sec .swiper-slide-thumb-active .each-member-img {
    opacity: 1;
    transform: scale(1.4);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.gallery-thumbs .swiper-wrapper{
    justify-content: center;
}
.memeber-image-wrap{
    max-width: 880px;
    width: 100%;
    margin: auto;
}
/*******loader*****/
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color:#fff;
  font-size:18px;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}

/*********Morgen Footer************/
.morgeninternet-footer {
    background: #000000;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s all;
}

.morgeninternet-footer:hover {
    background: #202020;
    transition: 0.3s all;
}

.morgeninternet-footer > img {
    height: 30px;
    padding-top: 15px;
}
.add_morgan_footer_margin {
    height: 100px;
}
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    padding: 0px 0;
}
.cookie_div{
    color:#9c9c9c;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.cookie_div h4{
    margin-bottom: 15px;
    font-size: 13pt;
    font-family: 'Calibri';
}
.cookie_div a{
    color:#38b6be;
    font-size: 10pt;
    font-weight:bold;
    margin-left:8px;
    font-family: 'Calibri';
}
.cookie_div button{
    color:#3c935c;
    background:#dbffe8;
    font-weight: bold;
    border: 0;
    padding: 10px 25px;
    margin:5px 0;
    cursor: pointer;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.light_theme{
    background:rgba(255, 255, 255, 0.83);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.light_theme h4{
    color:#2a2a2a;
}
.dark_theme h4{
    color:#c9c9c9;
}
/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 4px 0 6px 30px;
}

.star_icon h4{
    padding-bottom: 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-family: 'NunitoSansRegular';
    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;
}
.cursor{
    cursor:pointer;
}
.aanvraag-form .form-content p{
    margin-bottom: 0;
}
.aanvraag-form .contact-form h6{
    letter-spacing: 1.4px;
}
.aanvraag-form{
    padding-bottom: 15%;
}
.aanvraag-form .form-panel p{
    color: #c3b39a;
    font-family: 'nexabook';
    text-align: justify;
    margin-bottom: 30px;
}
.aanvraag-form .select-style, .aanvraag-form .form-styl{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.banner-sec:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(../images/gradient.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.overons_video {
	height: 95vh !important;
	max-height: 95vh;
	overflow: hidden;
}
.overons_video .video-js {
	width: 100%;
	height: 900px;
}
.overons_video .video-js .vjs-tech{
	object-fit: cover;
}
.modal-area-video .modal-dialog {
	max-width: 75%;
	margin: 5% auto 0;
}
.modal-backdrop.show {
	opacity: 0 !important;
}
.overons_video .close {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	width: 50px;
	background-color: #000;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	color: #FFF !important;
}
.modal-backdrop {
	display: none !important;
}
@media(max-width: 767px){
   .aanvraag-form{
        padding-bottom: 0;
    }
    .aanvraag-form .text-right{
        text-align: left !important;
        padding-top: 10px;
    }
    .aanvraag-form .pr-1{
        padding-right: 15px !important;
    } 
    .aanvraag-form .pl-1{
        padding-left: 15px !important;
    }
    .aanvraag-form .contact-form .select-style{
        padding-right: 35px;
    } 
}
@media(min-width: 576px) {
	.overons_video .video-js {
		width: 100% !important;
		height: 100% !important;
	}
}
@media(max-width: 575.98px) {
	.overons_video, .overons_video .video-js {
		height: 60vh !important;
	}
}
.grecaptcha-badge{
Z-index:999;
}