@import "fonts.css";
@import "common-class.css";
body {
    padding: 0px;
    margin: 0px;
    font-family: 'PoppinsLight';
    font-size: 1.6rem;
    color: #1c1c1c;
    overflow-x: hidden;
}
html {font-size: 62.5%; height: auto !important}
#page{
    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;
}
.grecaptcha-badge{
    display:none;
}
/*==========header=========*/
.logo-img{
    width: 100%;
    max-width: 390px !important;
}
.header-area .navbar-area li{
    margin: 0;
    margin: 0;
    vertical-align: middle;
}
.header-area .header-social img{
    width: 20px;
    filter: brightness(0) invert(0);
    -webkit-filter: brightness(0) invert(1);
}
.fb-img{
    width: 24px !important;
}
.header-area .text-end a{
    margin-right: 40px;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
}
.header-area .bovag{
    margin-right: 40px;
}
.header-area .bovag, .header-social img{
    margin-top: -8px;
}
.menubar-wrap {
    font-size: 2.1rem;
    font-family: 'NunitoSansSemiBold';
    letter-spacing: 0.5px;
    padding: 50px 60px;
    border-left: 1px solid rgba(255,255,255,0.3);
}
.header-area .menu-icon a{
    color: #1c1c1c;
    margin-right: 0 !important;
}
.header-area .drpdwn:after{
    background-image: url(../images/plus.png);
}
.header-area .drpdwn.active:after {
    background-image: url(../images/minus.png);
}
.header-area .navbar-area{
    padding: 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.header-area .navbar-area li.menubar-wrap a{
    margin-right: 0;
    vertical-align: middle;
}
.header-area .menu-icon{
    position: relative;
    border-radius: 50%;
    vertical-align: middle;
    height: 45px;
    width: 45px;
}
.header-area .navbar-area a:after{
    border-color: rgb(255, 255, 255);
}
.navbar-area a.header-logo:after, .header-social a:after{
    display: none;
}
.menu-open a:hover{
    color: #fff;
}
.header-area.active .navbar-area {
    background: #121212;
}
.header-area.active .navbar-area a {
    color: #fff;
}
.header-area .left-area li{
    text-transform: uppercase;
}
.bovag{
    width: 9.5rem;
}
/*=======banner-sec=======*/
.banner-sec {
    position: relative;
}
.banner-sec h1{
    font-family: 'PoppinsLight';
}
.banner-sec:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    content: '';
    background: #000;
    opacity: 0.7;
    z-index: 2;
}
.banner-content { 
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
    padding-top: 145px;
    top: 50%;
    transform: translateY(-50%);
}
.banner-content h3 {
    margin-top: 15px;
    font-family: 'PoppinsLight';
    color: #fff;
}
.banner-content p{
    color: #fff;
    margin: 50px 30px 50px 0;
}
.banner-content .common-btn{
    display: block;
    margin-bottom: 25px;
}
/*=================================home page start======================================*/
.home-icons {
    width: 3em;
    height: 3em;
    position: absolute;
}
/*=================================home page end======================================*/

/*============product===========*/
.product-sec {
    padding: 60px 0;
    position: relative;
}
.product-sec:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    width: 50%;
    background: #EAEAEA;
    z-index: -1;
}
.product-heading .text-end{
    padding-right: 20px;
}
.product-btn{
    max-width: 30rem;
    width: 100%;
    margin-left: auto;
}
.product-heading{
    margin-bottom: 40px;
}
.product-heading ul {
    display: inline-block;
}
.product-heading li {
    margin-right: 40px;
    display: inline-block;
}
.product-heading li a {
    font-family: 'PoppinsMedium';
    font-size: 1.6rem;
    color: #1c1c1c;
    opacity: 0.35;
    letter-spacing: 2px;
}
.product-heading li a.active {
    opacity: 1;
}
.product-heading .txt-btn{
    padding-right: 30px;
}
.product-heading .txt-btn:hover{
    padding-right: 35px;
}
.product-dtl {
    background: #f6f6f6;
}
.product-price{
    padding: 30px 10px;
    position: relative;
    z-index: 1;
}
.product-price:after{
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    height: 100%;
    width: 50%;
    background: #E0E0DA;
    z-index: -1;
}
.product-price h5, .product-price h6{
    margin-right: 10px;
}
.product-price .col-6:last-child{
   text-align: center;
}
.product-price h5{
    color: #1c1c1c;
    font-family: 'NunitoSansRegular';
    margin-bottom: 5px;
}
.product-price h5 span{
    font-family: 'PoppinsMedium';
    font-size: 2rem;
    display: block;
}
.product-price h6 {
    font-size: 1.6rem;
    color:#1c1c1c;
    opacity: 0.5;
    height: 40px;
    overflow: hidden;
}
.product-price h6 span{
    font-family: 'NunitoSansRegular';
}
.product-price .col-6:last-child h6{
    height: auto;
}
.table-area{
    padding: 23px 30px;
    background: #f7f7f7;
}
.table-area td{
    width: 30%;
}
.table-area td:last-child{
    width: 40%;
}
.table-area td h6 {
    font-size: 1.6rem;
    line-height: 26px;
}
.table-area td h6 span {
    color: #1c1c1c;
    display: block;
}
.table-area table{
    width: 100%;
}
.each-product .common-btn {
    display: none;
    max-width: 100%;
    height: 100px;
    line-height: 100px;
}
.each-product .common-btn:after {
    width: 90px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    background-color: transparent;
}
.each-product:hover .common-btn {
    display: block;
}
.each-product:hover .table-area {
    display: none;
}
/*================gallery=================*/
.gallery-sec {
    background: #EAEAEA;
    margin: 0;
}
.gallery-content{
    padding: 10% 10% 10% 17%;
    width: 100%;
}
.gallery-content h2{
    font-family: 'PoppinsSemiBold';
    font-size: 6.4rem;
}
.gallery-content h5{
    color: #1c1c1c;
    margin-bottom: 20px;
}
.gallery-content p{
    margin: 40px 0 50px;
    opacity: 0.5;
}
.each-gal {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.gal-heading h5 {
    font-family: 'PoppinsMedium';
    color: #fff;
    margin: auto;
}
.gallery-sec .twisted_each_block .twisted_image_content{
    position: relative;
}
.gallery-sec .twisted_each_block{
    width: 100%;
}
.gallery-sec .twisted_each_block:focus .twisted_text_content, 
.gallery-sec .twisted_each_block:hover .twisted_text_content {
    background-color: rgba(0,0,0,.50);
}
/*=========content block========*/
.content-block{
    padding: 60px 0 60px 30px;
}
.content-block table{
    width: 100%;
}
.content-block td{
    width: 50%;
    vertical-align: top;
}
.content-block p{
    margin: 30px 0 50px;
}
.content-block td:nth-child(odd){
    padding-right: 10%;
}
.content-block td:nth-child(even){
    padding-left: 10%;
}
/*==============footer upper============*/
.block-wrap{
    padding-right: 8%;
}
.block-right{
    padding: 17% 20%;
    background: #EAEAEA;
    width: calc(100% + 100px);
    margin-left: -100px;
    max-width: 870px;
}
.block-right h6{
    margin-top: 20px;
}
/*=============footer===========*/
.footer-area{
    padding: 100px 0 60px;
    background-color: #EAEAEA;
}
.contact-info{
    padding-left: 10%;
}
.contact-info h6{
    font-size: 1.6rem;
    font-family: 'PoppinsExtraLight';
    color: #E63027;
    margin-bottom: 25px;
}
.contact-info p{
    font-family: 'PoppinsLight';
    font-size: 1.6rem;
    color: #1c1c1c;
    opacity: 1;
    margin-bottom: 20px;
}
.social-icon img{
    width: 22px;
}
.social-icon a{
   margin-right: 40px;
}

/*=================================popup start======================================*/
.modal-area .modal-dialog {
    max-width: 73%;
    margin: 8% auto 0;
}
.modal-area .modal {
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-area .modal-content {
    border: 0;
    border-radius: 0;
    background-color: #EAEAEA;
    position: relative;
}
.modal-area .popup-content p {
    margin: 50px 0 38px;
}
.modal-area .popup-content {
    padding: 50px 14%;
    background-color: #EAEAEA;
}
.pop-up-image {
    height: 100%;
}
.pop-up-image img {
    height: 100%;
    object-fit: cover;
}
.close-img{
    position: absolute;
    right: 20px;
    top: 20px;
}
.close-img img{
    width: 20px;
}
/*=================================contact page start======================================*/
/***contact-header***/
.header-area.contact-header .navbar-area{ 
    border-bottom: 1px solid rgba(37,37,37,0.3);
    background: #eaeaea;
}
.header-area.contact-header .navbar-area a::after{
    border-color: #1c1c1c;
}
.contact-header .menubar-wrap{
    border-color: rgba(37,37,37,0.3);
}
.contact-header .text-end {
    border-bottom: 0;
}
.header-area.contact-header .text-end img{
    filter: brightness(0) invert(0);
    -webkit-filter: brightness(0) invert(0);
}
.header-area.contact-header .navbar-area li.menubar-wrap a{
    color: #1c1c1c;
}
.header-area.contact-header .menu-open:not(.active) .common-line{
    background-color: #1c1c1c;
}
/****contact-map-sec***/
.contact-map-sec {
    height: 650px;
    position: relative;
}
.contact-map-sec::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*background: url(../images/map-overlay.png);
    background-repeat: no-repeat;
    background-size: cover;*/
    background: #000;
    opacity: .4;
    pointer-events: none;
}
/***contact-info-sec****/
.contact-info-sec {
    overflow: hidden;
}
.each-contact-info-text p {
    margin: 10px 0 0;
}
.each-contact-info-img { 
    width: 60px;
    height: 60px;
    background-color: #E63027;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 28px;
}
.each-contact-info-img img {
    width: 30px;
}
.each-contact-info{ 
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13% 12px;
    height: 100%;
}
.contact-info-sec .col-md-4 {
    background-color: #EFEFEC;
}
.contact-info-sec .col-md-4:hover {
    background-color: #fff;
}
/****contact-time-sec***/
.contact-time-sec .gallery-content {
    padding-left: 19%;
}
.contact-time-sec .gallery-content p { 
    max-width: 250px;
    width: 100%;
    margin-bottom: 0;
    opacity: .74;
}
.contact-time-img {
    height: 100%;
}
.contact-time-img img {
    height: 100%;
    object-fit: cover;
}
/***contact-form-sec*****/
.contact-form-sec .block-left {
    height: 100%;
}
.contact-form-sec .block-left img {
    height: 100%;
    object-fit: cover;
}
.contact-form-sec .block-right {
    max-width: initial;
    padding: 13% 9% 11%;
    margin-top: 11%;
    margin-bottom: 11%;
}
.contact-form-sec .block-right h3 { 
    font-family: 'PoppinsRegular';
    margin-bottom: 20px;
}
.contact-form-sec .block-right form {
    margin-top: 50px;
}
.form-styl {
    resize: none;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0;
    font-family: 'PoppinsExtraLight';
    border: 0;
    color: rgba(28, 28, 28, 0.5);
    font-size: 1.6rem;
    padding: 0 40px;
    height: 76px;
}
.contact-form-sec .form-group {
    margin-bottom: 10px;
}
textarea.form-styl {
    padding-top: 35px;
    padding-bottom: 35px;
    height: 198px;
}
.form-styl:placeholder {
    color: rgba(28, 28, 28, 0.5);
}
.form-styl:-ms-input-placeholder {
    color: rgba(28, 28, 28, 0.5);
}
.form-styl::placeholder {
    color: rgba(28, 28, 28, 0.5);
}
.form-styl:focus {
    box-shadow: none;
    color: rgba(28, 28, 28, 0.5);
    background-color: rgba(255, 255, 255, 0.5);
}
.custom-textarea .formErrorContent {
    position: absolute !important;
}
.photo_upload{
    line-height: 76px;
}
.form-btn {
    width: 92px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E63027;
    border: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.form-btn:hover {
    background-color: #1c1c1c;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-btn img {
    width: 32px;
}
.form-last-group {
    position: relative;
}
/***contact-footer****/
.contact-footer {
    background-color: #f7f7f7;
}
/*=================================aanbod page start======================================*/
.aanbod-top-sec {
    background-color: #EAEAEA;
}
.aanbod-top-sec h1 {
    color: #1c1c1c;
}
.aanbod-top-sec h3 {
    font-family: 'PoppinsLight';
    margin-top: 15px;
}
.aanbod-top-list {
    margin-top: 76px;
}
.aanbod-top-list li {
    display: inline-block;
    margin-right: 50px;
}
.aanbod-top-list li:last-child {
    margin: 0;
}
.aanbod-top-list li a {
    font-family: 'PoppinsMedium';
    font-size: 1.6rem;
    color: #1c1c1c;
    letter-spacing: 1px;
    opacity: 0.35;
}
.aanbod-top-list li a.active {
    opacity: 1;
}
/****aanbod-filter-sec***/
.aanbod-filter-sec { 
    padding: 6% 0;
    background: linear-gradient(0deg, #FFF 0%, #EAEAEA 100%);
}
.aanbod-filter-sec .col-lg-3 {
    width: 20%;
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #E63027;
    font-family: 'PoppinsMedium';
    font-size: 1.6rem;
    border: 0;
/*    border-right: 1px solid #979797;*/
    background: url(../images/down-arrow.svg) transparent no-repeat 85% center/13px;
    appearance: none;
    padding: 0 45px;
    letter-spacing: 2px;
}
.aanbod-filter-sec .col-lg-3:last-child .select-style {
    border-right: 0;
}
.aanbod-filter-sec .select-style option{
    font-family: sans-serif;
}
.reset-btn {
    margin-top: 20px;
    display: inline-block;
}
/***aanbod-product-sec***/
.aanbod-product-sec{ 
    padding-bottom: 3%;
}
.aanbod-product-sec .each-product { 
    margin-bottom: 34px;
}
.aanbod-product-sec .col-lg-4 {
    padding: 0 15px;
}
/*=================================aanbod-dtl page start======================================*/
.aanbod-dtl-top-sec, .error_background, .diensten-bk-btn-sec, .privacy_section, .aanbod-top-sec{
    padding-top: 140px;
}
/****aanbod-dtl-top-sec****/
.aanbod-dtl-slider .gallery-thumbs {
    position: relative;
}
.aanbod-dtl-slider .gallery-thumbs::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    width: 11%;
    height: 100%;
    z-index: 1;
}
.aanbod-dtl-slider .gallery-thumbs .dtl-car-slide {
    position: relative;
}
.aanbod-dtl-slider .gallery-thumbs .dtl-car-slide::after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-slider .gallery-thumbs .dtl-car-slide::before {
    background-size: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: 2rem;
    height: 2rem;
    background-image: url(../images/plus.svg);
    background-repeat: no-repeat;
    z-index: 1;
    display: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-slider .dtl-car-slide:hover::after, 
.aanbod-dtl-slider .dtl-car-slide:hover::before {
    /*display: block;*/
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-slider .swiper-button-prev { 
    left: 3%;
}
.aanbod-dtl-slider .swiper-button-next {
    right: 3%;
}
.aanbod-dtl-slider .common-arrow{
    width: 45px;
    height: 45px;
    background: #fff;
}
.aanbod-dtl-slider .common-arrow img {
    width: 10px;
}
/****.aanbod-dtl-bk-btn****/
.aanbod-dtl-bk-btn {
    border-bottom: 1px solid rgba(28,28,28,0.2);
    padding: 35px 17%;
}
.aanbod-dtl-bk-btn .txt-btn {
    padding-right: 0;
    padding-left: 40px;
    margin-left: 10px;
}
.aanbod-dtl-bk-btn .txt-btn:hover::after {
    left: -10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-bk-btn .txt-btn::after {
    right: auto;
    left: 0;
    transform: translateY(-50%) rotate(180deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/**aanbod-dtl-info***/
.aanbod-dtl-info { 
    padding: 15% 17% 10px;
}
.dtl-info-model h1 {
    color: #1c1c1c;
}
.dtl-info-model h5 {
    color: #1c1c1c;
    margin-top: 10px;
}
.dtl-info-price {
    padding: 45px 0;
    margin: 35px 0 10px;
    border-top: 1px solid rgba(28,28,28,0.2);
    border-bottom: 1px solid rgba(28,28,28,0.2);
}
.dtl-info-price h3 { 
    font-family: 'PoppinsSemiBold';
    color: #E63027;
    margin-bottom: 10px;
}
.dtl-info-price h5 { 
    color: #1c1c1c;
}
.dtl-info-price .txt-btn {
    background-color: transparent;
    border: 0;
    margin-bottom: 35px;
}
.dtl-info-price .txt-btn:last-child {
    margin: 0;
}
.dtl-info-price .txt-btn::after {
    right: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dtl-info-price .txt-btn:hover::after {
    right: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dtl-info-price .txt-btn:hover {
    padding-right: 80px;
}
.dtl-info-spec table {
    border-collapse: separate;
    border-spacing: 0 50px;
}
.dtl-info-spec td { 
    vertical-align: top;
    border-right: 1px solid rgba(28,28,28,0.2);
    padding: 16px 60px;
}
.dtl-info-spec td:first-child {
    padding-left: 0;
}
.dtl-info-spec td:last-child {
    padding-right: 0;
    border-right: 0;
}
.dtl-info-spec td h6 {
    font-family: 'PoppinsExtraLight';
    font-size: 1.6rem;
    color: #1c1c1c;
}
.dtl-info-spec td h6 span {
    font-family: 'PoppinsSemiBold';
    color: #E63027;
    margin-bottom: 10px;
    display: block;
}
/******dtl-tab-sec****/
.dtl-tab-sec {
    overflow: hidden;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    width: 16.5%;
    text-align: center;
    font-family: 'PoppinsMedium';
    font-size: 1.8rem;
    border-right: 1px solid #979797;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 0;
    background-color: transparent;
    color: #E63027;
    opacity: .5;
    padding: 24px 5px;
    border-radius: 0;
    width: 100%;
    height: 50%;
    word-break: break-word;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active, .dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover {
    opacity: 1;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item:last-child {
    border-right: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    border-bottom: 0;
}
.tab-btn {
    margin: 43px 0 75px;
}
.tab-dtl-block {
    padding: 5% 0;
    position: relative;
}
.tab-dtl-block::before {
    content: '';
    background-color: #EAEAEA;
    width: calc(100% + 35%);
    height: 100%;
    position: absolute;
    top: 0;
    left: -15%;
    z-index: -1;
}
.dtl-tab-sec .tab-content ul li {
    font-family: 'PoppinsLight';
    font-size: 1.8rem;
    color: rgba(28,28,28,0.5);
    padding-bottom: 10px;
    word-break: break-word;
    letter-spacing: 0.75px;
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 10px;
    padding-left: 20px;
    background-size: 7px;
    color: rgba(28,28,28,1);
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.tab-content h3 {
    margin-bottom: 50px;
    padding-left: 0;
}
.tab-content h3::before {
    display: none;
}
.bullet-panel h4 {
    color: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'NunitoSansSemiBold';
    font-size: 2rem;
    letter-spacing: 0.75px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 20px;
    position: relative;
    font-family: 'PoppinsRegular';
}
.dtl-tab-sec .bullet-panel li:after {
    padding-left: 15px;
    background-size: 8px;
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E63027;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #E63027;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 30px;
    color: #fff;
}
.each-onderhoud-block h4 {
    color: #1c1c1c;
    font-family: 'NunitoSansSemiBold';
    font-size: 2.4rem;
}
.each-onderhoud-block h5 {
    color: #1c1c1c;
    margin: 10px 0px 30px;
    font-size: 1.8rem;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
/*****aanbod-dtl-reach-sec****/
.aanbod-dtl-reach-sec .col-md-4 {
    background-color: #fff;
}
.aanbod-dtl-reach-sec .aanbod-dtl-share img { 
    width: 24px;
}
.aanbod-dtl-reach-sec .aanbod-dtl-share a {
    margin-right: 45px;
}
.aanbod-dtl-reach-sec .aanbod-dtl-share a:last-child {
    margin: 0;
}
.aanbod-dtl-reach-sec .aanbod-dtl-share .dtl-fb {
    width: 28px;
}
.aanbod-dtl-reach-sec .each-contact-info{ 
    padding-top: 23%;
    padding-bottom: 23%;
}
/***related-product-sec***/
.related-product-sec .product-heading .txt-btn:hover { 
    padding-right: 30px;
}
.related-product-sec .product-heading .txt-btn:hover::after {
    right: -10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.related-product-sec .product-heading .txt-btn::after {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#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:1.8rem;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}
.kenteken_np {
  background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
  background-repeat: no-repeat;
  background-position: left;
  padding: 4px 0 6px 44px;
  color: #000;
  background-size: 152px;
}
.star_icon h4{
    padding-top: 15px;
    margin-bottom: 15px;
    color: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 2rem;
    display: inline-block;
    font-family: 'NunitoSansSemiBold';
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon{
    margin-bottom: 30px;
}
.star_icon p{
    padding-bottom: 10px;
    word-break: break-word;
    margin: 0px !important;
    line-height: normal;
    font-family: 'PoppinsRegular';
    font-size: 1.8rem;
    color: rgba(28,28,28,0.5);
    letter-spacing: 0.5px;
    opacity: 1;
}
.photo_contnt li img{
  width: 15px;
  margin-left: 5px;
}
.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: 35px;
    padding-top: 7.5px;
}
.error_background {
    background-color: #EAEAEA;
}
.error_top {
    border-bottom: 2px solid rgba(151,151,151,0.3);
}
.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: 1.2rem;
  /*font-family: 'Calibri';*/
  font-family: 'arial';
}
.cookie_div h4{
  margin-bottom: 15px;
  font-size: 1.3rem;
  font-family: 'Calibri';
}
.light_theme h4{
  color:#2a2a2a;
}
.dark_theme h4{
  color:#c9c9c9;
}
.cookie_div a{
    color:#38b6be;
    font-size: 1rem;
    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: 1.2rem;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.form-1{
    display:none;
    background: #f0f0f0;
    padding: 10% 5%;
    margin-top: 5%;
}
.inner-pg-header{
    position: relative;
}
/*=================================verkocht page start======================================*/
/**verkocht-banner***/
.inner-banner h2{
    font-family: 'PoppinsSemiBold';
    color: #fff;
    line-height: 41px;
    margin-bottom: 25px;
}
.inner-banner .banner-content{
    padding: 15% 0 7%;
    position: relative;
    top: 0;
    transform: translate(0);
}
.inner-banner::before {
    opacity: 0.85;
}
/**verkoch-product-sec***/
.verkcoh-txt h5{
    font-family: 'NunitoSansRegular';
    color: #ffff;
    line-height: 54px;
}
.verkoch-product-sec .product-price:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    height: 100%;
    width: 50%;
    background: #E63027;
    z-index: -1;
}
.verkoch-product-sec{
    padding: 7.5% 25px 6% 25px;
}
.verkoch-product-sec .product-price{
    padding-bottom: 10px;
}
.verkoch-product-sec .each-product:hover .common-btn{
    display: none;
}
.verkoch-product-sec .each-product:hover .table-area {
    display: block;
}
.white-header .text-end img{
    filter: invert(1);
    -webkit-filter: invert(1);
    filter: brightness(10);
}
.white-header .menu-icon a{
    color: #fff;
}
.white-header .menu-bar::after, .white-header .menu-bar::before, .white-header .menu-bar div{
    background-color: #fff;
}
.white-header{
    border-bottom: 2px solid rgba(151,151,151,0.3);
}
.white-header .text-end {
    border-bottom: 0;
}
/*=================================diensten page start======================================*/
/**diensten-top-sec***/
.diensten-top-sec{
    padding: 1.5% 0 1% 0;
}
/**diensten-list-sec***/
.each-diensten-list-img{
    position: relative;
}
.hov-plus-inn img{
    width: 35px;
}
.hov-plus-inn{
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/*.hov-plus{
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.hov-plus-inn{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}
.each-diensten-list-box:hover .hov-plus{
    top: 0;
}
*/
.each-diensten-list-box{
    overflow: hidden;
}
.each-diensten-list-txt{
    padding: 11% 17%;
}
.each-diensten-list-txt p{
    margin: 45px 0;
}
.each-diensten-list-outer .col-lg-6:first-child .each-diensten-list-txt{
    background-color: #EAEAEA;
}
.each-diensten-list-txt .txt-btn{
    display: inline-block;
}
.diensten-list-sec .twisted_each_block .twisted_image_content{
    position: relative;
}
.diensten-list-sec .twisted_each_block{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.diensten-list-sec .twisted_each_block:hover .hov-plus-inn{
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/*=================================bedankt======================================*/
/***bedankt-ban***/
.bedankt-ban::before{
    background: #000;
    opacity: 1;
}
/*=================================diensten-dtl-page======================================*/
/***bedankt-ban***/
.diensten-bk-btn-sec{
    background-color: #EAEAEA;
    border-bottom: 1px solid rgba(28,28,28,0.2);
    width: 100%;
}
.diensten-bk-btn-sec .txt-btn{
    color: #E63027;
}
.diensten-bk-btn-sec .aanbod-dtl-bk-btn {
    border-bottom: none;
    padding-left: 0;
    padding-right: 0;
}
.diensten-bk-btn-sec .aanbod-dtl-bk-btn .txt-btn::after{
    background-image: url(../images/prev-black.svg);
    transform: translateY(-50%) rotate(0);
}
/***diensten-dtl-top-sec***/
.diensten-dtl-top-sec h1{
    color: #1c1c1c;
}
.diensten-dtl-top-sec .gallery-content p {
    max-width: 100%
}
.diensten-dtl-top-sec .contact-time-img{
    position: relative;
    height: calc(100% + 100px);
    margin-top: -100px;
}
/***diensten-dtl-content-block***/
.diensten-dtl-content-block{
    position: relative;
    padding: 4% 48px 1% 48px;
}
.diensten-dtl-content-block:after{
    content: "";
    width: 50%;
    height: 100%;
    background-color: #EAEAEA;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}
/***diensten-dtl-info***/
.diensten-dtl-info .each-contact-info-img{
    background-color: #E63027;
}
.diensten-dtl-info .each-contact-info{
    background-color: #ffff;
    width: 100%;
    display: flex;
    padding-left: 14%;
    padding-right: 14%;
}
.diensten-dtl-info .each-contact-info-text{
    width: calc(100% - 95px);
}
.diensten-dtl-info .each-contact-info-text h5{
    color: #E63027;
}
/****diensten-dtl-gal-sec****/
.diensten-dtl-gal-sec{ 
    background-color: #EFEFEC;
}
/*=================================over-ons-page======================================*/
/***ons-team-sec***/
.ons-team-sec {
    background-color: #EFEFEC;
}
.ons-team-head{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 5% 0;
}
.ons-team-head h3{
    margin-bottom: 4%;
}
.ons-team-head p{
    margin-bottom: 0;
}
.each-team-img{
    position: relative;
    overflow: hidden;
}
/*.each-team-img img {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.each-team-img:hover img {
    transform: scale(1.1);
}*/
.team-hov-txt-inn h5{
    margin-bottom: 20px;
    color: #212121;
}
.team-hov-txt-inn p{
    color: #212121;
    margin-bottom: 0;
}
.team-hov-txt-inn{
    padding: 4rem 10%;
    text-align: center;
}
.each-taem-box {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    background-color: #fff;
}
.team-slider .swiper-slide-active .each-taem-box {
    background-color: #EFEFEC;
}
.ons-team-sec .common-arrow{
    top: 35%;
}
.ons-team-sec .swiper-button-next{
    right: 40px;
}
.ons-team-sec .swiper-button-prev{
    left: 40px;
}
.team-slider{
    position: relative;
}
/***ons-gallery-sec***/
.ons-gallery-sec{
    background-color: #EAEAEA;
}
.ons-gallery-sec h1{
    color: #1c1c1c;
}
/***ons-product-sec***/
.ons-product-sec::before{
    background-color: #EAEAEA;
}
/***ons-bootom-slider-sec***/
.each-bottom-slide-img{
    overflow: hidden;
}
.each-bottom-slide-img:hover img{
    transform: scale(1.1);
}
.each-bottom-slide-img img{
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.ons-bootom-slider-sec .swiper-button-next{
    right: 40px;
}
.ons-bootom-slider-sec .swiper-button-prev{
    left: 40px;
}
/***overons-mid-sec*****/
.overons-mid-sec .contact-time-img{ 
    height: 100%;
    margin-top: 0;
}

/*************/
.side-logo-area {
    position: fixed;
    right: 17px;
    bottom: 80px;
    width: 57px;
    height: 57px;
    z-index: 9999;
}
.whatsapp-logo {
    text-align: center;
    padding-top: 100%;
}
.notifcation {
    position: relative;
}
.side-logo-area img {
    max-height: 57px;
}
.alert-number {
    display: none;
    position: absolute;
    bottom: 51px;
    right: 4px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    background-color: red;
    color: white;
    text-align: center;
    font-size: small;
    animation: shake 0.5s;
    animation-iteration-count: 1;
}
.popup .popuptext {
    display: none;
    width: 200px;
    background-color: #25D366;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: -13px;
    right: 5vw;
    font-size: small;
}
/*=================================vacature-dtl page start======================================*/
/***vacature-dtl-form*****/
.vacature-dtl-form .cv-upload {
    font-family: "PoppinsExtraLight";
    color: #1c1c1c;
    font-size: 16px;
    position: absolute;
    right: 130px;
    bottom: 30px;
    cursor: pointer;
}
.vacature-dtl-form .cv-upload:hover {
    color: #E63027;
}

/*******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: 35px;
    padding-top: 7.5px;
}

.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;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.cursor{
    cursor:pointer;
}
@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}
@media screen and (max-width: 600px) {
    .popuptext {
        right: 60px !important;
    }
}
.footer-klanten, .footer-bovag{
    margin-top: 7rem;
}
.footer-bovag {
    display: flex;
    align-items: center;
}
.footer-bovag img:not(.bovag) {
    width: 15rem;
}

.werk-iframe iframe {
    width: 100%;
    height: 805px;
}

.calsty { 
    border: 0; 
    width: 100%; 
    height: 830px; 
    background: transparent; 
}
.inrul-form .foto_upload {
    line-height: 70px;
}
.widget-btn-area{
	bottom: 2rem;
  	left: 3rem;
  	z-index: 99;
}
.widget-btn{
	border-radius: 10px;
  	background: #E62B27;
	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: 'NunitoSansSemiBold';
  	font-size: 2.4rem;
}
.widget-content h5{
	font-family: 'PoppinsLight';
	font-size: 1.7rem;
	margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
	text-decoration: underline;
	color: #E62B27;
}
.widget-content button, .widget-mobile button{
	border-radius: 5px;
	color: #fff;
	border: 2px solid #E62B27;
  	background: #E62B27;
	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: #E62B27 !important;
}
.monthly_amount{
    cursor: pointer;
}