@import "fonts.css";
@import "common.css";
@import "font-awesome.min.css";

body {
    padding: 0px;
    margin: 0px;
    position: relative;
}

.dblock {
    display: none;
}

html {
    font-size: 62.5%;
}

/*-----header top bar ----*/
.header_topbar {
    width: 100%;
    background: #1c1c1c;
    padding: 10px 0px;
    position: absolute;
    z-index: 99;
}

.header_top_panel {
    width: 100%;
}

.header_topbar ul {
    text-align: right;
}

.header_topbar ul li {
    display: inline-block;
    margin-left: 20px;

}

.header_topbar ul li a {
    font-family: 'New Rail Alphabet Medium';
    font-size: 1.2rem;
    color: #fff;
}

.header_topbar ul li a:hover {
    color: #999999;
}

.header_topbar ul li img {
    padding: 0px 10px;
}

.header_topbar ul li .ph-img{
    transform: rotate(-90deg);
}

.header_topbar .topbar_social_icons {
    margin-left: 50px;
}

.header_topbar .topbar_social_icons img {
    padding-right: 10px;
}

/*------navigation area------*/
.desktop_menu {
    background: rgba(18, 18, 18, 0.5);
    top: 38px;
    padding: 0;
    z-index: 999;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.desktop_menu.stiky-header{
    top: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.header_area {
    position: relative;
    top: 0px;
    width: 100%;
}

.navbar {
    padding: 0px;
    height: 100px;
}

.home_logo {
    position: absolute;
    z-index: 999;
}

.header_logo {
    max-width: 250px;
}

.header-area .navbar-expand-lg .navbar-nav .nav-item{
    padding-right: 4rem;
    padding-left: 1rem;
}

.header-area .navbar-expand-lg .navbar-nav .nav-link {
    font-family: 'New Rail Alphabet Medium';
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.6);
    color: #fff;
    opacity: 0.6;
    padding: 0;
}

.header-area .navbar-dark .navbar-nav .active>.nav-link, .header-area .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #fff;
    opacity: 1;
}

.header-area .navbar-expand-lg .navbar-nav .nav-item.dropdown .nav-link:before{
    /*background-image: url(../images/arrow.svg);*/
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    display: none;
}

.header-area .toggle-icon a:after{
    display: none;
}

.header-area .toggle-icon{
    position: relative;
}

.header-area .toggle-icon:after {
    background-image: url(../images/arrow-color.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.header-area .menu-navigation.hovered .toggle-icon:after{
    filter: brightness(1) invert(0);
    -webkit-filter: brightness(1) invert(0);
}

.menu-navigation .toggle-icon:hover:after {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.header-area .toggle-icon a:after {
    background-image: url(../images/arrow-color.svg);
}

.header-area .nav-bottom a:before {
    background-image: url(../images/arrow-right.png);
}

.header-area .text-right {
    position: relative;
    z-index: 999;
}

.tooltip-icon, .tooltip-icon:after{
    background: #000;
}

.header-area .menu-navigation ul li span >a{
    display: block;
}
.header-area .menu-navigation ul li span >a, .header-area .menu-navigation .toggle-menu a{
    padding-left: 0;
    padding-right: 0;
}

.header-area .menu-navigation .toggle-icon a:after{
    right: -30px;
}

.header-area .dropdown:hover>.dropdown-menu {
    display: block;
}

.header-area .menu-navigation{
    padding-top: 14rem;
}

.header-area:after{
    background-color: #121212;
    background-image: none;
}

.header-area .menu-items{
    background-color: #121212;
    background-image: none;
}

.header_area .desktop_menu.stiky {
    top: 0px;
    width: 100%;
    position: fixed;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    z-index: 9999;
    background-color: #121212 !important;
    padding: 5px 0px;
    -webkit-box-shadow: -1px 4px 6px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 4px 6px -3px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 4px 6px -3px rgba(0, 0, 0, 0.75);
}

/*====dropdown===*/
.header-area .dropdown span img{
    width: 12px;
    opacity: 0.5;
}

.header-area .dropdown span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    right: 15px;
    cursor: pointer;
}

.header-area .dropdown-menu {
    border-radius: 0;
    border: 0;
    padding: 10px 0 0;
    background-color: transparent;
    /*margin-top: 15px;*/
}

.header-area .dropdown-item {
    font-family: 'New Rail Alphabet Medium';
    font-size: 1.5rem;
    color: #fff;
    padding: 12px 20px;
    background-color: #000;
    border-bottom: 1px solid #1b1b1b;
}

.header-area .dropdown-item:hover{
    background-color: #fff;
    color: #000;
    border-color: #fff;
}

/*-------home banner-----*/
.banner_content_wrapper {
    background-color: rgba(18, 18, 18, 0.75);
    padding: 30px;
    pointer-events: all;
}

.banner_content p {
    color: #fff;
    margin: 30px 0px;
}

.home_selection_area .form-control {
    width: 100%;
    font-family: 'New Rail Alphabet Medium';
    color: #ffffff;
    font-size: 1.3rem;
    padding: 0px 20px;
    background: transparent url(../images/down-arrow.svg) no-repeat 90% center/10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0px;
    height: 45px;
    border: 2px solid #fff;
}

.home_selection_area .form-control option {
    background: #121212;
}

.home_selection_area .common_button {
    min-width: 100%;
    padding: 12px;
    background-color: #fff;
    color: #121212;
    font-size: 1.4rem;
    border: 2px solid #fff;
    height: auto;
    line-height: normal;
}

.home_selection_area .shrink_border::after{
    border-color: #fff;
}

.home_selection_area .shrink_border:hover {
    color: #fff;
    border-color: #fff;
    background-color: #1c1c1c;
}

.home_selection_area .shrink_border:hover:after{
    border-color: transparent;
}

.home_selection_area .form_area1 {
    padding-right: 5px;
    padding-left: 5px;
}

.home_selection_area .form_area1:first-child {
    padding-left: 15px;
}

.home_slider_banner_wrapper {
    width: 100%;
   /* min-height: 100vh;*/
   background-size: 0;
}

.home_banner .swiper-pagination-bullet {
    width: 8%;
    height: 4px;
    border-radius: 0px;
    background: #ffffff;
}

.home_banner .swiper-pagination-bullet-active {
    background: #ffffff;
}

.home_banner {
    width: 100%;
    position: relative;
    /*clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);*/
}

.home_banner_area_contents {
    position: absolute;
    width: 100%;
   /* height: 100%;
    top: 45%;*/
    left: 0;
    top: 60%;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
}

.home_banner .swiper-button-next {
    margin-top: 6%;
    right: 30px;

}

.home_banner .swiper-button-prev {
    margin-top: 6%;
    left: 30px;
}

/*------product area-----*/
.home_product_sec {
    padding: 6% 0px 8%;
    background: #ffffff;
}

.home_product_sec h2 {
    text-align: center;
}

.product_slider_wrapper {
    width: 100%;
    position: relative;
    padding-top: 70px;
}

.each_product_price_dtls {
    width: 100%;
    padding: 30px 25px 15px;
}

.each_product_slider {
    width: 100%;
}

.product-img{
    overflow: hidden;
}

/*.product-img img{
    margin: -3% 0;
}*/

.slider_btm_btn {
    margin-top: 55px;
}

.product_slider_wrapper .common_slider_arrow {
    width: 47px;
    height: 47px;
    border: 1px solid #f4f4f4;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_slider_wrapper .swiper-button-next {
    right: -100px;
}

.product_slider_wrapper .swiper-button-prev {
    left: -100px;
}

.each_product_price_dtls {
    text-align: center;
    background: #f8f8f8;
    position: relative;
}

.each_product_price_dtls p {
    color: #acacac;
}

.product-info{
    height: 48px;
    overflow: hidden;
}

.each_product_price_dtls h3 {
    padding-bottom: 20px;
}

.arrow_img {
    margin-top: -55px;
    padding-bottom: 30px;
}

/*----middle banner-----*/
.middle_banner_section {
    width: 100%;
    position: relative;
    height: 445px;
    background-color: #f2f2f2;
}

.middle_banner_left_wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 50% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 50% 0, 100% 100%, 0% 100%);
    width: 66%;
}

.middle_banner_rt_wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%);
    width: 66%;
}

/*---new add--*/
.middle_banner_left_wrapper h2 {
    color: #ffffff;
    margin: 0px 0px 50px 80px;
}

.middle_banner_overlay .d-table-cell h2 span:before {
    /*display:none;*/
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: #fff;
}

.middle_banner_left_wrapper h2 span {
    /*border-bottom:2px solid #345f99;*/
}

.middle_banner_overlay:hover .d-table-cell h2 span:before {
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.middle_banner_rt_wrapper h2 {
    color: #ffffff;
    margin: 0px 80px 50px 0px;
    text-align: right;
}

.middle_banner_left_wrapper_overlay {
    width: 100%;
    height: 100%;
    background: rgba(18, 18, 18, 0.70);
    position: absolute;
    left: 0px;
    top: 0px;
}

.middle_banner_overlay {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.middle_banner_overlay:hover {
    background: rgba(18, 18, 18, 0.70);
    -webkit-transition: all .5s;
    transition: all .5s;
}

/*---x--*/

/*----footer-----*/
.footer_topmost_area {
    background: #fff;
    padding: 5% 0px 20px;
}

.footer_topmost_area .footer_social_icon_area ul {
    font-size: 0px;
}

.footer_topmost_area .footer_social_icon_area ul li {
    display: inline-block;
    font-size: 1.5rem;
    font-family: 'New Rail Alphabet White';
    margin-left: 20px;
    color: #616161;
}

.footer_topmost_area .auto_trust_img {
    display: inline-block;
    margin-right: 30px;
}

.footer_topmost_area .footer_social_icon_area ul li img {
    margin-right: 10px;
    width: 30px;
    filter: brightness(0) invert(0);
    -webkit-filter: brightness(0) invert(0);
}

.footer_topmost_area .footer_social_icon_area ul li .ph-img{
    transform: rotate(90deg);
}

.footer_logo_btn {
    text-align: right;
}

.footer_logo_btn .common_button {
    min-width: 200px;
}

.footer_middle_area {
    padding-top: 50px;
    background: #fff;
}

.footer_middle_area hr {
    border-top: 1px solid #dadada;
    margin-top: 50px;
}

.footer_wrapper {
    width: 100%;
}

.footer_wrapper h4 {
    padding-bottom: 20px;
}

.footer_wrapper p {
    color: #676767;
    line-height: 24px;
}

.footer_wrapper .whatsapp_text p {
    font-family: 'New Rail Alphabet Medium';
    margin-bottom: 25px;
}

.footer_wrapper table {
    width: 45%;
}

.footer_wrapper table td {
    font-family: 'New Rail Alphabet Medium';
    font-size: 1.5rem;
    color: #676767;
}

.footer_wrapper table td:nth-child(2) {
    font-family: 'New Rail Alphabet White';
}

.footer_social img {
    margin-right: 25px;
}

.footer_navbar ul li {
    display: inline-block;
    color: #121212;
    font-family: 'New Rail Alphabet Medium';
    font-size: 1.3rem;
    padding: 20px 60px 20px 0px;
}

.footer_navbar ul li a:hover {
    color: #345f99;
}

.footer_navbar .nav-link {
    padding: 0px;
}

.footer_social_icon_area {
    text-align: left;
    padding-top: 20px;
}

.footer_topmost_area .auto_trust_img {
    vertical-align: top;
}

.footer_logo_styl {
    max-width: 250px;
}

.footer_topmost_area .footer_social_icon_area ul li:nth-child(2) {
    margin-left: 12%;
}

.footer-bovag img {
    width: 130px;
}

/*-----gallery_area------*/
.gallery_sec {
    padding-bottom: 6%;
    background-color: #f2f2f2;
    padding-top: 55px;
}

.gallery_wrapper {
    position: relative;
    padding-top: 60px;
}

.gallery_wrapper ul {
    width: 100%;
    font-size: 0px;
}

.gallery_wrapper .each-slide {
    /*height: 325px;*/
    font-family: 'New Rail Alphabet White';
    font-size: 2.2rem;
    color: #ffffff;
    cursor: pointer;
    background-image: none !important;
    width: 100%;
    overflow: hidden;
}

.gallery_wrapper .twisted_each_block .twisted_image_content{
    position: relative;
}

.gallery_wrapper .twisted_text_content h3{
    position: absolute;
    left: 0;
    padding-left: 20px;
    color: #fff;
    bottom: 20px;
}

.gallery_wrapper .each-slide .d-table {
    padding-bottom: 20px;
    position: relative;
    text-align: left;
    padding-left: 30px;
}

.gallery_wrapper .swiper-button-next,
.gallery_wrapper .swiper-button-prev {
    width: auto;
}

.gallery_sec .common_heading {
    border-top: 2px solid #dadada;
    padding-top: 5%;
}

/*------Welkom_bij_sec-----*/
.Welkom_bij_sec {
    padding: 45px 0;
    background-color: #f2f2f2;
}

.Welkom_bij_sec p {
    margin: 30px 0px;
    text-align: justify;
}

.Welkom_bij_sec {
    background-size: auto;
    background-position: right top 60%;
    background-repeat: no-repeat;
}

.welcom-bij-img {
    margin-left: 8%;
    position: relative;
}

.welcom-bij-text {
    padding-right: 10%;
}

.welcom-bij-text .common_button {
    /*min-width: 200px;*/
}

.welcome-play-btn {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
}

.welcome-play-btn img {
    width: 65px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

/*-----side logo-----*/
.side_logo {
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 999;
}

/*-------aanbod details------*/
/*-----nav bar-----*/
.common_desktop_menu .navbar-nav .nav-link {
    color: #fff;
}

.common_desktop_menu .navbar-nav .active>.nav-link {
    color: #fff;
}

.common_desktop_menu .navbar-nav .nav-link:hover {
    color: #999999;
}

.common_desktop_menu .stiky {
    background-color: #121212 !important;
}

.common_header_topbar {
    background: #121212;
}

.common_header_topbar ul li a:hover {
    color: #fff;
}

.common_desktop_menu {
    background: rgba(18, 18, 18, 0.5);
}

.common_footer_top_area {
    background: #121212;
}

.common_footer_middle_area {
    background: #171717;
}

.bovag_logo {
    max-height: 54px;
}

.common_footer_top_area .footer_social_icon_area ul li {
    color: #626262;
}

.common_footer_middle_area h4 {
    color: #fff;
}

.common_footer_navbar ul li {
    color: #fff;
}

.dts_top_area {
    padding: 210px 0px 40px;
    background-color: #f7f7f7;
}

.dts_top_area ul li {
    font-size: 1.5rem;
    font-family: 'New Rail Alphabet Bold';
    display: inline-block;
    color: #000000;
}

.dts_top_area ul li a:hover {
    color: #345f99;
}

.dts_top_area .trug_btn {
    text-align: right;
}

.dts_top_area .trug_btn .common_button, .slider_nxt_table_content .side_area_content #toggle_btn{
    max-width: 320px;
}

.slider_nxt_table_content .side_area_content table{
    width: 100%;
}

.slider_nxt_table_content .side_area_content td{
    vertical-align: top;
}

.aanbod_details_slider .gallery-thumbs {
    /*margin-top: 8px;*/
}

.aanbod_details_slider .common_slider_arrow {
    background-color: rgba(28, 28, 28, 0.5) !important;
    height: 65px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aanbod_details_slider .common_slider_arrow img {
    filter: invert(1);
    -webkit-filter: invert(1);
    width: 25px;
    height: auto;
}

.aanbod_details_slider .swiper-button-next {
    right: 0;
}

.aanbod_details_slider .swiper-button-prev {
    left: 0px;
}

.aanbod_details_slider .details_topside_slider {
    padding-left: 0;
}

.aanbod_details_slider .details_gallery_top_area {
    padding-right: 10px;
    padding-left: 6px;

}

.aanbod_details_slider .details_topside_slider .topside_img2 {
    /*margin-top: 10px;*/
    margin-bottom: 10px;
}

.aanbod_details_slider {
    background-color: #f7f7f7;
}

.grand_coupe {
    background-color: #f7f7f7;
    padding: 54px 0px;
}

.grand_coupe_heading h1 {
    font-family: 'New Rail Alphabet Bold';
    color: #121212;
}

.grand_coupe_heading h1:before {
    display: none;
}

.grand_coupe_price h4 {
    font-size: 3rem;
    padding-top: 10px;
}

.grand_coupe_price h4 span {
    font-size: 1.4rem;
    font-family: 'New Rail Alphabet Medium';
}

/*---table_content--*/
.slider_nxt_table_content {
    padding: 30px 0px;
}

.table_after_border h4 {
    font-size: 3rem;
    color: #4c4c4c;
}

.table_after_border h4 span {
    font-size: 1.4rem;
    font-family: 'New Rail Alphabet Medium';
}

.table_after_border {
    text-align: center;
    border-right: 2px solid #ececec;
    padding: 30px 0px;
    width: 49%;
    display: inline-block;
}

.table_after_border:last-child {
    border-right: none;
}

.table_content {
    border-bottom: 2px solid #ececec;
}

/*------side area----*/
.side_area_border {
    border: 2px solid #ececec;
    padding: 20px;
}

.side_area_content {
    padding-top: 12px;
    padding-right: 30px;
    max-width: 410px;
}

.side_area_content .vragen {
    margin-top: 8%;
}

/*------tabber section start---*/
.aanbod_detail_tab_sec .nav-tabs {
    border-bottom: 0px;
}

.aanbod_detail_tab_sec .tab_sec .nav-tabs .nav-item {
    border-bottom: none;
    margin-bottom: -1px;
    width: 24%;
    margin: 0px 11px 10px 0px;
    text-align: center;
    background-color: #1c1c1c;
    color: #fff;
    font-size: 1.4rem;
    font-family: 'New Rail Alphabet Medium';
    text-transform: uppercase;
}

.aanbod_detail_tab_sec .tab_sec .nav-tabs .nav-item:last-child {
    margin-right: 0;
}

.aanbod_detail_tab_sec .tab_sec .nav-tabs .nav-item a:hover {
    color: #fff;
    background-color: #acacac;
}

/*.aanbod_detail_tab_sec .tab_sec .nav-tabs .nav-item:nth-child(4) {
margin: 0px 0px 10px 0px;
}*/
.aanbod_detail_tab_sec .nav-tabs .nav-link {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    border: none;
    padding: 14px;
}

.aanbod_detail_tab_sec .nav-tabs .nav-link.active {
    background-color: #acacac;
    color: #fff;
}

.aanbod_detail_tab_sec .tab_content_wrapper {
    background-color: #f7f7f7;
    padding: 40px 12px;
}

.aanbod_detail_tab_sec .tab_content_wrapper .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}


.aanbod_detail_tab_sec .tab-content ul li {
    font-family: 'New Rail Alphabet Medium';
    font-size: 1.4rem;
    color: #121212;
    padding-bottom: 6px;
}

.aanbod_detail_tab_sec .bullet_panel ul li {
    padding-left: 20px;
    position: relative;
}

.aanbod_detail_tab_sec .bullet_panel ul li:after {
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-size: 6px;
}

.aanbod_detail_tab_sec .tab_content_wrapper .tab-pane .tab_hedaing h4 {
    color: #121212;
    border-bottom: 1px solid #e4e4e6;
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
}

.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}

.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1c1c1c;
    font-size: 1.6rem;
    line-height: 24px;
}

.left-bg-block h6 {
    line-height: 30px;
    color: #fff;
    font-family: 'New Rail Alphabet White';
    font-size: 1.6rem;
}

.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #1c1c1c;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
    background-color: #fff;
}

.each-onderhoud-block h4 {
    font-family: 'New Rail Alphabet White';
    color: #1c1c1c;
    font-size: 2.4rem;
    margin-bottom: 0;
}

.each-onderhoud-block h5 {
    font-family: 'New Rail Alphabet White';
    color: #1c1c1c;
    margin: 10px 0px 30px;
    font-size: 1.8rem;
}

/*****relatd product sec****/
.dtls_product_sec {
    padding-bottom: 2%;
    overflow: hidden;
}

/*----contact_form---*/
.contact_form .form-control {
    min-height: 50px;
    font-family: 'New Rail Alphabet White';
    resize: none;
    font-size: 1.6rem;
    font-style: italic;
    border-radius: 0px;
    border: 2px solid #e2e2e2;
    line-height: 48px;
    padding: 0 15px;
}

.contact_form .form-control:placeholder {
    color: #bababa;
    opacity: 1;
}

.contact_form .form-control:-ms-input-placeholder {
    color: #bababa;
    opacity: 1;
}

.contact_form .form-control::placeholder {
    color: #bababa;
    opacity: 1;
}

.photo_upload{
    color: #bababa;
}

/*-----aanbod-----*/
.inner_page_banner_overlay {
    background-color: rgba(18, 18, 18, 0.80);
    padding: 30px 50px 40px 50px;
    margin-left: -12%;
}

.common_banner_heading h1:before {
    display: none;
}

.inner_banner {
    /*padding: 30% 0px 0px;*/
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 87%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 87%, 0 100%);
    background-size: 0;
}

.common_inner_banner_sec {
    background-color: #f8f8f8;
    position: relative;
}

.inner-banner-wrap{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

/*----selection area css----*/
/*----slection_area----*/
.aanbod_selection_sec {
    background-color: #f8f8f8;
}

.aanbod_selection_sec .form-control {
    background: url('../images/down-arrow-aanbod.svg') #fff no-repeat 90% center/10px;
    border: 2px solid #ececec;
    border-radius: 0px;
    font-family: 'New Rail Alphabet Medium';
    font-size: 1.4rem;
    width: 100%;
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 15px;
    background-color: #fff;
    font-style: normal;
    color: #c3c3c3;
}

.aanbod_selection_sec .form-control:focus {
    box-shadow: none;
}

.aanbod_selection_sec .col-lg-3 {
    max-width: 16.6%;
}

.aanbod_selection_area .common_button {
    min-width: 100%;
    text-transform: uppercase;
    height: 50px;
    font-size: 1.4rem;
    line-height: 20px;
}

.aanbod_selection_sec {
    padding: 210px 0px 40px;
}

.aanbod_selection_box_sec {
    width: 60%;
    margin: 0px auto;
    padding-top: 40px;
}

.aanbod_selection_sec .aanbod_selection_area {
    padding-right: 0px;
    padding-left: 10px;
}

.aanbod_selection_sec .each_select_area .form-control {
    border: 2px solid #f1f1f1;
    background-color: #232323;
}

.aanbod-product-middle-area {
    position: relative;
}

.aanbod-product-middle-content {
    padding: 0 6%;
    position: relative;
    z-index: 1;
}

.aanbod-product-middle-content h2 {
    color: #fff;
    text-align: left;
}

.aanbod-product-middle-content p {
    color: #fff;
    margin: 35px 0 45px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aanbod-product-middle-content .common_button {
    background-color: #f2f2f2;
    color: #121212;
    display: inline-block;
    text-align: center;
}

.aanbod-product-middle-content .common_button:hover {
    background-color: rgba(255, 255, 255, 0.7);
}

.home_product_sec .aanbod_car_panel {
    padding-bottom: 15px;
}

.home_product_sec .car_overlay_content {
    padding: 0px 70px;
}

.home_product_sec .car_overlay_content h2 {
    text-align: left;
    color: #fff;
}

.home_product_sec .car_overlay_content p {
    margin: 30px 0px 40px;
    color: #ffffff;
}

.aanbod_product_sec {
    padding: 50px 0px 65px;
}

.aanbod_product_sec .each_product_price_dtls h3 {
    font-size: 1.8rem;
    font-family: 'New Rail Alphabet Medium';
}

.aanbod_select_area_cover {
    padding: 0px 50px;
}

.reset_btn{
    font-size: 1.4rem;
}

/*---acties---*/
.acties_banner_sec {
    background-color: #121212;
}

.acties_van {
    padding: 50px 0px;
}

.acties_van h2 {
    color: #fff;
}

.acties_van p {
    color: #fff;
    margin-top: 30px;
}

.acties_angle_img {
    padding: 50px 0px;
}

.acties_angle_area {
    background: antiquewhite;
    padding-left: 0px;
}

.acties_angle_img .right_area_content h2 span:before {
    display: none;
}

.acties_angle_img .right_area_content .common_button {
    min-width: 100%;
}

.acties_angle_img .right_area_content {
    display: inline-block;
    width: 50%;
    padding: 30px 0px;
    text-align: center;
}

.acties_angle_img .right_area_content p {
    margin: 30px 0px;
}

.acties_angle_img .left_area_img {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    text-align: right;
    -webkit-clip-path: polygon(0 0, 74% 0, 35% 100%, 0% 100%);
    clip-path: polygon(0 0, 74% 0, 35% 100%, 0% 100%);
    height: 100%;
}

/*.common_desktop_menu .stiky{
background-color:red;
}*/
.werkplats_details {
    position: relative;
    padding: 10px 0px;
}

.werkplats_details .werkplats_content_area {
    width: 100%;
}

.werkplats_display_table {
    vertical-align: middle;
}

.werkplats_right_img {
    position: absolute;
    width: 100vw;
    height: 100%;
    content: '';
    margin-left: 0vw;
    left: 50%;
}

.werkplats_angle_img {
    height: 100%;
}

/*==================================================================*/
.acties_van {
    background-color: #121212;
}

/*----actie details--*/
.contact_angle_area {
    padding: 10px 0px;
}

.diensten_reverse_area {
    position: relative;
    overflow-x: hidden;
}

.diensten_reverse_area .diensten_heading_content {
    padding: 15% 0px;
}

.diensten_reverse_area .dinesten_img {
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    -webkit-clip-path: polygon(51% 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(51% 0, 100% 0%, 100% 100%, 0% 100%);
    width: 60%;
}

.diensten_reverse_area p {
    margin: 30px 0px;
    text-align: justify;
}

.diensten_reverse_area::before {
    content: "";
    width: 73%;
    height: 100%;
    background: #f6f6f6;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-clip-path: polygon(0% 0, 95.5% 0%, 53% 100%, 0% 100%);
    clip-path: polygon(0% 0, 95.5% 0%, 53% 100%, 0% 100%);
    /*clip-path: polygon(0% 0, 91% 0%, 53% 100%, 0% 100%);
-webkit-clip-path: polygon(0% 0, 91% 0%, 53% 100%, 0% 100%);*/
}

/*--form area--*/
.form_area .form-control {
    min-height: 62px;
    border: 2px solid #e2e2e2;
    font-size: 1.6rem;
    border-radius: 0px;
    background-color: transparent;
    color: #bababa;
    resize: none;
    font-family: 'New Rail Alphabet White';
}

.form_area .form-control:focus {
    box-shadow: none;
}

.form_area textarea.form-control {
    height: 200px;
    padding-top: 20px;
}

.contact_form_area h3 span {
    font-size:2.9rem;
    position: relative;
}

.contact_form_area h3 span::before {
    content: "";
    width: 15px;
    height: 2px;
    background: #121212;
    position: absolute;
    left: 0px;
    bottom: -10px;
}

.contact_form_area h3 {
    padding-bottom: 40px;
}

.contact_form_area {
    padding: 5% 0px 3%;
}

.form_group1 {
    padding-right: 0px;
}

.form_group2 {
    padding-left: 10px;
}

.contact_form_area .form-group {
    margin-bottom: 10px;
}

.contact_form_area .common_button {
    margin-top: 30px;
}

.address_area p span {
    font-family: 'New Rail Alphabet Medium';
}

.address_area {
    padding-top: 80px;
}

.address_area p {
    line-height: 20pt;
    margin-bottom: 35px;
}

.address_area table {
    width: 100%;
}

.address_area table td {
    font-family: 'New Rail Alphabet Medium';
    color: #222222;
    font-size: 1.6rem;
}

.address_area table td:nth-child(2) {
    font-family: 'New Rail Alphabet White';
}

.form_area {
    padding-left: 50px;
}

.left_area {
    padding-right: 50px;
    border-right: 1px solid #e2e2e2;
}

/*--contact css--*/
.contact_page_form .address_area {
    border-right: 1px solid #cecece;
    padding-top: 0px;
    padding-bottom: 6%;
}

.contact_page_form .left_area {
    border-right: none;
}

.opening_time {
    padding-top: 50px;
}

.contact_social_icon_area img {
    padding-right: 60px;
}

.contact_social_icon_area {
    padding-top: 25px;
}

.contact_banner_area {
    background: #fff;
    position: relative;
}

/*---diensten_deatil_reverse*/
.diensten_deatil_reverse {
    margin: 10px 0px;
}

.werkplats_listview .diensten_deatil_reverse:nth-child(4) {
    margin: 10px 0px 0px;
}

.diensten_reverse_area:nth-child(even) .dinesten_img {
    left: 0;
    right: auto;
    -webkit-clip-path: polygon(0% 0, 100% 0%, 46% 100%, 0% 100%);
    clip-path: polygon(0% 0, 100% 0%, 46% 100%, 0% 100%);
}

.diensten_deatil_reverse::before {
    content: "";
    width: 72%;
    height: 100%;
    background: #f6f6f6;
    position: absolute;
    left: auto;
    top: 0px;
    -webkit-clip-path: polygon(46% 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(46% 0, 100% 0%, 100% 100%, 1% 100%);
    right: 0px;
}

.diensten-dtl-bk-btn-sec {
    background-color: #121212;
}

.diensten-dtl-bk-btn-sec .container {
    position: relative;
}

.diensten-dtl-bk-btn-sec .common_button {
    position: absolute;
    right: 3%;
    background-color: #f2f2f2;
    text-align: center;
    color: #121212;
}

.diensten-dtl-bk-btn-sec .common_button:hover {
    background-color: rgba(255, 255, 255, 0.7);
}

/*****inkoop******/
.photo_upload {
    line-height: 50px;
}

/*------vacature_detail----*/
/*---photo upload----*/
.hidden {
    display: none;
}

.vacature_area::before {
    display: none;
}

.vacature_area .dinesten_img {
    height: 100%;
    right: auto;
    -webkit-clip-path: polygon(0% 0, 100% 0%, 40% 100%, 0% 100%);
    clip-path: polygon(0% 0, 100% 0%, 40% 100%, 0% 100%);
    width: 100%;
}

.vacature_area h3 {
    font-size: 2.7rem;
}

.vacature_area p {
    text-align: center;
}

.vacature_area .diensten_heading_content {
    text-align: center;
}

/*.vacature_area .diensten_heading_content .common_button{
min-width:100%;
}*/
.vacature_angle_area {
    margin-bottom: 35px;
    background-color: #f6f6f6;
}

.vacature_angle_area .diensten_heading_content {
    padding: 15% 30px 15% 0px;
}

.vacature_angle_sec {
    padding: 85px 0px;
}

/*---vercocht--*/
.vercocht_banner_area {
    background: #fff;
}

.vercocht_product_sec {
    padding: 6% 0px 75px;
}

/*---overons--*/
.overons_team_area {
    background: #121212;
    padding: 65px 0px;
}

.overons_team_area h2 {
    color: #fff;
    padding-bottom: 20px;
}

.overons_team_area h2 span::before {
    background-color: #fff;
}

.member_details {
    background: #1b1b1b;
    text-align: left;
    padding: 20px;
}

.member_details h4 {
    font-family: 'New Rail Alphabet Bold';
    color: #fff;
}

.member_details p {
    font-size: 1.3rem;
    color: #fff;
}

.member_details p span {
    color: #6e6e6e;
}

/*--gallery_area--*/
.gallery_section .container-fluid {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.gal-item {
    overflow: hidden;
    padding: 5px 10px;
}

.gal-item .box {
    height: 100%;
    overflow: hidden;
}

.box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
   -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.box:hover img {
    transform: scale(1.1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.gal_item_2a {
    padding: 5px 0px 5px 10px
}


/*--*/
.contact2 {
    padding-bottom: 0px;
}

.vacature2 {
    margin-bottom: 20px;
}

.home_page_product_slider {
    padding: 6% 0px;
}

.form-control::placeholder {
    color: #bababa;
    font-style: italic;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #bababa;
    font-style: italic;
}

.form-control::-ms-input-placeholder {
    color: #bababa;
    font-style: italic;
}

.acties_van .container {
    position: relative;
}

.right-button {
    position: absolute;
    top: -40px;
    right: 0px;
}


/*==========neo13=============*/
.header_area .common_desktop_menu.stiky {
    background-color: rgba(35, 35, 35, 0.9) !important;
}

.common_footer_top_area .common_button:hover {
    background-color: #fff;
    color: #395281;
}

.common_footer_middle_area hr {
    border-top: 1px solid #313131;
}

.aanbod_details_slider .details_gallery_top_area .swiper-slide {
    position: relative;
}

.hover_area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: .3s all ease;
    cursor: pointer;
}

.zoom_image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hover_area:hover {
    opacity: 1;
}

#toggle_tst, #toggle_tst1{
    width: 100%;
    display: none;
    background-color: #f7f7f7;
    padding: 30px;
}

#toggle_tst .form_area .form-control,#toggle_tst1 .form_area .form-control {
    border: 2px solid #e2e2e2;
}

#toggle_tst .form_area,#toggle_tst1 .form_area {
    padding-left: 0px;
    padding-top: 40px;
}

#toggle_tst .form_area h3,#toggle_tst1 .form_area h3 {
    margin-bottom: 30px;
}

.side_area_content p {
    line-height: 22pt;
    margin-bottom: 25px;
}

.kenmerken_tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: 0% 35%;
    padding-left: 20px;
    background-size: 6px;
}

.kenmerken_tab ul li {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    font-family: 'Roboto medium';
}

.deze_auto_area li {
    font-size: 1.8rem;
    font-family: 'New Rail Alphabet Bold';
    color: #121212;
    display: inline-block;
    padding-right: 40px;
}

.deze_auto_area {
    padding-top: 30px;
}

.deze_auto_area img {
    width: 27px;
}

.deze_auto_area img:hover {
    opacity: 0.6;
}

.deze_auto_area a {
    margin-right: 25px;
}

.deze_auto_area .common_button{
    padding: 0rem 4rem;
    height: 48px;
    line-height: 46px;
    max-width: 100%;
    width: auto;
}

.aanbod_product_sec .col-lg-4,
.col-lg-8 {
    /*padding-bottom:10px;*/
    padding: 0 6px 12px;
}

.acties_van table {
    width: 100%;
}

.acties_van tr td {
    width: 50%;
    vertical-align: top;
}

.acties_van tr td:nth-child(odd) {
    padding-right: 40px;
}

.acties_van tr td:nth-child(even) {
    padding-left: 40px;
}

.contact_form_area .left_area h3 {
    font-size: 2.7rem;
}

.contact_form_area .right_side_area h3 {
    font-size: 3rem;
}

.dinesten_img img {
    width: 100%;
    object-fit: cover;
}

.contact_form_area h3 span {
    position: relative;
}

.contact_form_area h3 span::before {
    content: "";
    width: 15px;
    height: 2px;
    background: #121212;
    position: absolute;
    left: 0px;
    bottom: -10px;
}

.acties_van .common_button {
    float: right;
    max-width: 320px;
    color: #1c1c1c;
    background-color: #fff;
}

.acties_van .shrink_border{
    border: 2px solid #fff;
}

.acties_van .shrink_border::after{
    border: 2px solid #fff;
}

.acties_van .shrink_border:hover{
    color: #fff;
    border-color: #1c1c1c;
    background-color: #1c1c1c;
}

.whatsapp_button {
    position: fixed;
    right: 115px;
    bottom: 0px;
    z-index: 9996;
}

.thank_you_banner {
    width: 100%;
    position: relative;
}

.thankyou_content {
    text-align: center;
}

.thankyou_content h1:before {
    left: 50%;
    transform: translate(-50%);
}

.ratting_img {
    position: absolute;
    right: 0px;
    top: 50%;
    z-index: 5;
    width: auto;
    height: auto;
}

.kt_imag_adj {
    height: 100px;
}

.big_button {
    /*padding: 17px 90px;*/
}

.aanbod_overlay_img .shrink_border{
    max-width: 320px;
    color: #1c1c1c;
    background-color: #fff;
} 
.aanbod_overlay_img .shrink_border{
    border-color: #fff;
}
.aanbod_overlay_img .shrink_border::after{
    border-color:#fff;
}
.aanbod_overlay_img .shrink_border:hover{
    color: #fff;
    border-color: #1c1c1c;
    background-color: #1c1c1c;
}

.aanbod_details {
    background-color: transparent;
    padding: 25px 5px 40px;
    margin: 0px;
    border-radius: 5px;
    width: 100%;
}

.kenteken_np {
    background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 8px 0 6px 30px;
}

.privacy_background {
    background: #1c1c1c;
}

.top_gapping {
    position: relative;
    padding-top: 80px;
    background: #2d2d2d;
}

.aanbod_area {
    background: #2d2d2d;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: -1px;
}

.onez-acties-text-content h2 {
    margin-bottom: 20px;
    font-size: 2.4rem;
    color: #fff;
}

.onez-acties-text-content h2:before {
    display: none;
}

.onez-acties-text-content p {
    color: #828282;
    text-align: justify;
}

.error_top {
    padding: 151px 0px 0px;
}

.no_record {
    font-size: 2.4rem;
    color: #121212;
    text-align: center;
    padding: 50px 0px;
    font-family: 'New Rail Alphabet Medium';
}

.cursor {
    cursor: pointer;
}

.morgan_footer {
    text-align: center;
    background: #000;
    padding: 7px 0px 5px;
}

.header_topbar ul li img {
    /*width: 15px;*/
    height: 15px;
}

.footer_social img {
    width: 16px;
    filter: brightness(0) invert(0);
    -webkit-filter: brightness(0) invert(0);
}

.common_slider_arrow {
    background: none !important;
    outline: none !important;
}

.gallery_sec .gallery_wrapper .swiper-button-next {
    right: 15px;
}

.gallery_sec .gallery_wrapper .common_slider_arrow {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #fff !important;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.common_slider_arrow img {
    width: 15px;
    height: 15px;
}

/*.gallery_sec .common_slider_arrow img {
    filter: brightness(1) invert(1);
    -webkit-filter: brightness(1) invert(1);
}*/
.home_page_product_slider .common_slider_arrow img {
    filter: brightness(1) invert(1);
    -webkit-filter: brightness(1) invert(1);
}

.home_banner .common_slider_arrow {
    margin-top: 0;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    top: 56%;
}

.home_banner .common_slider_arrow img {
    width: 40px;
    height: 40px;
    filter: invert(1);
}

.contact_social_icon_area img {
    padding-right: 60px;
    width: 86px;
}

.back_bttn {
    background: #121212;
}

.back_bttn .col-lg-5 {
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    text-align: right;
}

.common-both-padding {
    padding: 0 115px;
}

#mobile-contact-bar {
    display: none;
}

.whatsapp_button .common_button {
    min-width: 270px !important;
    padding: 0px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    background-color: #5eb852;
    font-size: 1.6rem;
}

.common_button span img {
    margin-right: 10px;
    margin-bottom: -2px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    /*21-12-2020*/
}

.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: 'New Rail Alphabet Medium';
    font-size: 1.4rem;
    color: #1c1c1c;
    word-break: break-word;
}

.photo_contnt li img {
    width: 15px;
    margin-left: 5px;
}

/*******footer mobile nav*******/

#mobile-contact-bar {
    display: none;
}

@media (max-width: 767.98px) {
    .morgeninternet-footer{
        margin-bottom: 45px !important;
    }

    #mobile-contact-bar img {
        width: 20px;
    }

    #mobile-contact-bar {
        box-sizing: border-box;
        font-size: 1rem;
        opacity: 1;
        position: fixed;
        width: 100%;
        z-index: 9998;
        left: 0;
        bottom: 0;
        display: block !important;
    }

    #mobile-contact-bar-outer {
        background-color: #000000;
        box-sizing: border-box;
        height: 45px;
        overflow: hidden;
        width: 100%;
    }

    #mobile-contact-bar ul {
        box-sizing: border-box;
        line-height: 0;
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: relative;
        text-align: center;
        width: 100%;
        font-size: 0;
    }

    #mobile-contact-bar ul li {
        box-sizing: border-box;
        display: inline-block;
        line-height: 45px;
        text-align: center;
        height: 45px;
        width: 25%;
    }

    #mobile-contact-bar ul li a {
        color: rgba(255, 255, 255, 0.9);
        cursor: pointer;
        display: block;
        height: 100%;
        position: relative;
        z-index: 9998;
    }

    .li_color {
        border-left: 1px solid #FFFFFF;
    }
}

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

#loader_section {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    background: #000000b8;
    z-index: 9999;
    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;
}

/*****bedankt******/
.bedankt-banner .banner_content h1::before {
    left: 50%;
    transform: translateX(-50%);
}

.bedankt-banner .banner_content_wrapper {
    padding-left: 13%;
    padding-right: 13%;
}

.bedankt-banner .banner_content .common_button {
    display: inline-block;
    background-color: #fff;
    color: #1c1c1c;
}

.bedankt-banner .banner_content .common_button:hover {
    background-color: rgba(255, 255, 255, 0.7);
}

/****new******/
.bovag {
    display: inline-block;
}

.bovag img {
    width: 130px;
    height: auto;
}

/****cookie***/
/* Cookie */
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    padding: 0px 0;
}
.cookie_div{
    color:#9c9c9c;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.cookie_div h4{
    margin-bottom: 15px;
    font-size: 13pt;
    font-family: 'Calibri';
}
.cookie_div a{
    color:#38b6be;
    font-size: 10pt;
    font-weight:bold;
    margin-left:8px;
    font-family: 'Calibri';
}
.cookie_div button{
    color:#3c935c;
    background:#dbffe8;
    font-weight: bold;
    border: 0;
    padding: 10px 25px;
    margin:5px 0;
    cursor: pointer;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.light_theme{
    background:rgba(255, 255, 255, 0.83);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.light_theme h4{
    color:#2a2a2a;
}
.dark_theme h4{
    color:#c9c9c9;
}

.add_morgan_footer_margin {
    height: 100px !important;
}

.d-none {
    display: none;
}

/******new modal*****/
.modal-backdrop {
    z-index: 1;
}

.modal-area .modal-dialog {
    max-width: 79%;
    margin: 10% auto 0;
}

.modal-area .modal {
    background-color: rgba(0, 0, 0, 0.45);
}

.modal-area .close-img {
    position: absolute;
    font-family: 'New Rail Alphabet White';
    color: #1c1c1c;
    font-size: 3rem;
    top: 20px;
    left: 30px;
    cursor: pointer;
    z-index: 1;
}

.modal-area .modal-content {
    border: 0;
    border-radius: 0px;
    position: relative;
}

.modal-area .popup-content p {
    margin: 40px 0 0;
    text-align: justify;
}

.modal-area .popup-content {
    padding: 60px 11%;
    position: relative;
    background-color: #fff;
}

.pop-up-image-wrap {
    position: relative;
}

.modal-area .pop-up-image img {
    height: 100%;
    object-fit: cover;
}

.modal-area .popup-content h1 {
    color: #1c1c1c;
}

.modal-area .popup-content h1::before {
    background-color: #1c1c1c;
}

.popup-play {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

.popup-play img {
    width: 65px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

iframe.calsty {
    width: 100%;
    height: 900px;
    border: 0;
}

/****captcha****/
.grecaptcha-badge {
    display: none;
}

/*=====aanbod dtl====*/
.aanbod_details_slider .car_dtls_slider .row{
    margin-left: -6px;
}
.gallery-top-img, .topside_img2, .topside_img3{
    overflow: hidden;
}
/*.gallery-top-img img, .topside_img2 img, .topside_img3 img{
   margin: -5% 0;
}*/


.print_pdf_cls {
    width: 25px;
    margin-right: 15px;
    margin-top: -5px;
}

.diensten_heading_content ul li{ 
	font-family: 'New Rail Alphabet White';
	font-size: 1.6rem;
	background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 8px;
    padding-left: 20px;
    background-size: 6px;
}
.aanbod-product-new .each_product_price_dtls{
    padding: 30px 30px 0;
    text-align: left;
    overflow: hidden;
}
.aanbod-product-new .each_product_price_dtls h3{
    padding-bottom: .5rem;
}
.aanbod_product_sec .each_product_price_dtls h3{
    height: 45px;
    overflow: hidden;
}
.aanbod-product-new .each_product_price_dtls p span{
    display: block;
}
.aanbod-product-new .each_product_price_dtls table {
    width: 100%;
    position: relative;
    margin-top: 10px;
}
.aanbod-product-new .each_product_price_dtls table:after {
    position: absolute;
    top: 0;
    content: '';
    background: #e1e1e1;
    height: 1px;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
}
.aanbod-product-new .each_product_price_dtls td {
    width: 33.33%;
    border-left: 1px solid #e1e1e1;
    padding: 20px 5px;
    position: relative;
}
.aanbod-product-new .each_product_price_dtls td:first-child{
    border-left: 0;
}
.aanbod-product-new .each_product_price_dtls td h6 span{
    display: block;
    color: #1c1c1c;
}
.aanbod-product-new .each_product_price_dtls td:first-child h6{
    margin-left: 0;
}
.aanbod-product-new .each_product_price_dtls td h6{
    margin: auto;
    display: table;
    font-family: 'New Rail Alphabet Medium';
    color: #acacac;
    font-size: 1.5rem;
}
.side_area_content .shrink_border.bttm-btn{
	margin-top: 10px;
	background: #5eb852;
	border: 2px solid #5eb852;
}
.side_area_content .shrink_border.bttm-btn {
  margin-top: 10px;
  background: #5eb852;
  border: 2px solid #5eb852;
  color: #fff;
  max-width: 320px;
}
.side_area_content .shrink_border.bttm-btn:hover {
  background: #fff;
  color: #1c1c1c;
  border: #1c1c1c;
}
.product-price{
/*	position: absolute;*/
	right: 0;
    bottom: 0;
    margin-top: -10px;
}
.product-price h3{
   background: #479a33;
    display: inline-block;
    padding: 10px 20px !important;
    color: #fff;
    font-size: 17px !important;
/*    border-top-left-radius: 10px;*/
    font-family: 'New Rail Alphabet Bold' !important;
    height: auto !important;
}
.lease_button {
	background-color: #5eb852;
	border: 2px solid #5eb852;
}
.mobile_lease {
	display: none;
}
.aanbod-dtl-gallery{
    padding: 2% 0 4%;
}
.aanbod-dtl-gallery .row{
    margin-top: 4%;
}
.aanbod-dtl-gallery .col-md-4 a:before{
   position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-image: url(../images/gradient.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
}
.aanbod-dtl-gallery .gallery-content{
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 1;
}
.aanbod-dtl-gallery .gallery-content h6{
    color: #fff;
    letter-spacing: 0.5px;
}
.highlight-slider{
	margin-top: 20px;
}
