@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    font-family: 'PoppinsLight';
    font-size: 1.8rem;
    color: #1c1c1c;
}
html {
    font-size: 62.5%;
}
.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;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #f7f7f7;
    border-color: rgba(255,255,255,0.2);
    color: #a0243f;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #a0243f;
}
#menu .mm-listview>li:not(.mm-divider):after{
    background-color: rgba(255,255,255,0.2);
}
.mm-menu .mm-listview>li .mm-arrow:after, .mm-menu .mm-listview>li .mm-next:after {
    border-color: #a0243f;
}
.mm-listview>li .mm-next:before{
    /*border-color: rgba(255,255,255,0.2);*/
}
.mm-menu .mm-btn:before{
    border-color: #a0243f;
}
.mm-listview>li.mm-vertical>.mm-next{
    width: 100%;
    border-color: transparent;
    background-color: transparent !important;
}
.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel{
    background: transparent;
    padding-top: 0;
}
/****side-contact-bar****/
.side-contact-bar { 
    /*position: fixed;
    top: calc(10% + 210px);
    right: 0;
    max-width: 60rem;
    width: 100%;
    font-size: 0;
    z-index: 8;
    text-align: right;*/
}
.side-contact-bar .tab-btn{
    position: fixed;
    top: 170px;
    right: 0;
    font-size: 0;
    text-align: right;
    z-index: 9;
}
.tab-btn, .tab-content-wrap{
    position: fixed;
    /*top: calc(10% + 210px);*/
    top: 170px;
    right: 0;
    font-size: 0;
    text-align: right;
    z-index: 8;
}
.tab-content-wrap{
    max-width: 60rem;
    width: 100%;
    right: 6rem;
    display: none;
}
.tab-content-wrap .tab-pane{
    width: 0;
}
.tab-content-wrap .tab-pane.active{
   width: 100%;
}
.side-contact-bar .tab-btn img {
    width: 2.4rem;
    filter: invert(1);
}
.side-contact-bar .tab-btn .nav-tabs {
    border-bottom: 0;
    display: block;
    width: 6rem;
}
.side-contact-bar .tab-btn .nav-tabs .nav-item {
    text-align: center;
    width: 100%;
    margin-left: auto;
}
.side-contact-bar .tab-btn .nav-tabs .nav-item .nav-link {
    border: 1px solid #e6e6e6;
    background-color: #fff;
    color: #fff;
    padding: 1.7rem 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
}
.side-contact-bar .tab-btn .nav-tabs .nav-item .nav-link.active {
    background-color: #a0243f;
    border: 0;
}
.side-contact-bar .tab-btn .nav-tabs .nav-item .nav-link.active img {
    filter: invert(0);
}
.side-contact-bar .tab-btn .nav-tabs .nav-item .nav-link:hover {
    background-color: #a0243f;
    border-color: #a0243f;
}
.side-contact-bar .tab-btn .nav-tabs .nav-item .nav-link:hover img {
    filter: invert(0);
}
.side-contact-bar .tab-btn .side-wp { 
    filter: invert(0);
}
.tab-btn{
    /*width: 20%;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 0;*/
	display: inline-block;
}
.side-contact-bar .tab-content { 
    /*background-color: #a0243f;
    padding: 10%;*/
    height: 65rem;
    display: none;
    overflow-x: auto;
    width: calc(100% - 6rem);
    display: inline-block;
    vertical-align: top;
}
.side-contact-bar .default-side-block {
    background-color: #a0243f;
    height: 65rem;
    padding: 14%;
    overflow-x: auto;
}
.each-side-bar-content h3,
.side-bar-content-block.default-side-block h3 {
    margin-bottom: 1rem;
    color: #ebe8e3;
    font-size: 2.5rem;
}
.each-side-bar-content p,
.side-bar-content-block.default-side-block p {
    color: rgba(255,255,255,0.75);
}
.each-side-bar-content p a,
.side-bar-content-block.default-side-block p a {
    color: rgba(255,255,255,0.75);
}
.each-side-bar-content p a:hover,
.side-bar-content-block.default-side-block p a:hover {
    color: rgba(255,255,255,1);
}
.each-side-bar-content,
.side-bar-content-block.default-side-block p { 
    padding-bottom: 5rem;
    margin-bottom: 5rem;
    border-bottom: 1px solid rgba(255,255,255,0.75);
    display: block;
}
.each-side-bar-content:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.side-bar-content-block.default-side-block p:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.side-bar-content-block {
    position: relative;
    background-color: #a0243f;
    padding: 10%;
    text-align: left;
}
.side-close {
    position: absolute;
    right: 3rem;
    cursor: pointer;
    top: 2rem;
}
.side-close img {
    width: 1rem;
}
.side-contact-bar .tab-content::-webkit-scrollbar {
    width: 1rem;
    background: #ad1132;
}
.side-contact-bar .tab-content::-webkit-scrollbar-thumb {
    background: #7a1b30; 
}
/********header********/
.header-area {
    padding: 1.5rem 8rem;
    box-shadow: none;
    position: relative;
    z-index: 9;
    border-radius: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area.stiky{
    position: fixed;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
}
.header-area .navbar-brand img{
    width: 18.7rem;
}
.header-area .nav-item {
  margin: 0 3rem 0 0;
}
.header-area .navbar .navbar-nav .nav-link{
    color: #1c1c1c;
    font-size: 2.3rem;
    font-family: 'PointRegular';
    letter-spacing: .1rem;
    opacity: 0.85;
    padding-right: 0;
}
.header-area .navbar .navbar-nav .nav-link:hover {
  color: #a0243f;
}
.header-area .common-btn{
    background-color: transparent;
    color: #a0243f;
    font-size: 2.3rem;
    max-width: 100%;
    padding: 1.8rem 4.5rem;
}
.header-area .common-btn:focus, .header-area .common-btn:hover, .header-area .common-btn.active{
    background-color: #a0243f;
    border-color: #a0243f;
    color: #fff;
}
.header-area .dropdown-menu {
    background-color: transparent;
    padding-top: 6.6rem;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: none;
    margin-top: 0;
}
.header-area .dropdown-menu::after {
    border-right: 2rem solid rgba(213,241,221,0);
    border-bottom: 2rem solid #a0243f;
    border-left: 2rem solid rgba(213,241,221,0);
    left: 50%;
    top: 4.8rem;
    transform: translateX(-50%);
}
.header-area .dropdown-toggle::after{
    display: none;
}
.header-area .dropdown-wrap{
    background-color: #a0243f;
    border-radius: 0 0 2rem 2rem;
    padding: 3rem 0;
}
.header-area .dropdown-menu h4 {
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 0 3.5rem 3rem;
}
.header-area .dropdown-menu li {
    font-family: "PoppinsLight";
    font-size: 1.8rem;
    padding: 1.5rem 3.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    letter-spacing: 0.1rem;
    text-align: center;
}
.header-area .dropdown-item{
    color: #fff;
    opacity: .85;
    padding: 0;
}
.header-area .dropdown-item:focus, .header-area .dropdown-item:hover{
    color: #fff;
    opacity: 1;
}
.header-area .dropdown:hover>.dropdown-menu {
    display: block;
}
.header-area .navbar .navbar-nav .nav-link.dropdown-toggle.show{
    border-bottom: 0;
    color: #a0243f;
}
.calsty{ border: 0; width: 100%; height: 1000px; background: transparent; }

/**********banner*******/
.banner-main-sec{
    position: relative;
}
.banner-sec{
    position: relative;
    overflow: hidden;
}
.banner-content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
}
.banner-content p{
    color: #fff;
    margin: 3rem 24% 7rem 0;
    font-size: 2.3rem;
}
.banner-content .common-btn{
    background-color: transparent;
    color: #fff;
}
.banner-content .common-btn:focus, .banner-content .common-btn:hover, .banner-content .common-btn.active{
    background-color: #a0243f;
    border-color: #a0243f;
    color: #fff;
}
.banner-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.banner-play a {
    width: 7.5rem;
    height: 7.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.banner-play img { 
    width: 2.5rem;
}
/******product*****/
.product-sec{
	background-color: #f7f7f7;
	padding: 17rem 0 9rem 0;
	overflow: hidden;
    position: relative;
    z-index: 0;
}
.product-left h2{
	margin-bottom: 5rem;
}
.product-left li {
	margin-bottom: 3.5rem;
}
.product-left li a {
	font-family: 'PoppinsLight';
	font-size: 2.3rem;
    border-bottom: 1px solid rgba(159, 36, 62, 0);
    color: rgba(28,28,28,0.75);
    display: block;
    padding-bottom: 1.5rem;
    letter-spacing: 0.05rem;
}
.product-left li:hover a {
    color: #9f243e;
    border-bottom: 1px solid rgba(159, 36, 62, 1);
}
.product-left li a.active {
    color: #9f243e;
    border-bottom: 1px solid rgba(159, 36, 62, 1);
}
.product-name h5 {
	font-size: 2.4rem;
	color: #1c1c1c;
	margin-bottom: 0.4rem;
}
.product-name {
	margin-bottom: 2rem;
}
.product-price h6 {
	font-family: 'PoppinsSemiBold';
    letter-spacing: .05rem;
}
.product-price h6 span, .product-info h6, .product-name h6{
    font-family: 'PoppinsLight';
}
.product-left {
    padding-right: 35%;
}
.product-dtl{
	padding: 3rem 0;
}
.product-dtl .divider{
	opacity: 1;
	height: 1px;
	background-color:#e1e1e1;
	margin: 1.5rem 0;
}
.product-info h6 span {
    margin: 0 6%;
}
.product-thumb-img img,
.product-thumb-img{
	height: 0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.each-product:hover .product-thumb-img img{
	height: 100%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.each-product:hover .product-thumb-img{
	height: 100%;
}
.product-slider .common-arrow img{
	width: 10px;
}
.product-slider .swiper-button-next{
	/*right: 26%;*/
    position: relative;
    top: 20rem;
    margin-left: auto;
    margin-right: 25%;
}
.product-slider .common-arrow {
   /* top: 38%;*/
}
.product-slider{ 
    margin-right: -40%;
}
/*=========service=========*/
.service-area{
    padding-bottom: 14rem;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.service-heading {
    position: relative;
    padding: 6rem 0 5rem;
}
.service-heading::before {
    position: absolute;
    top: 0;
    right: -20%;
    width: 70%;
    height: 100%;
    content: '';
    background: #f7f7f7;
}
.each-service-box-plus img {
    width: 3rem;
}
.service-slider {
    margin: 6rem 0;
}
.service-area .twisted_each_block {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.service-area .twisted_each_block .twisted_image_content {
    position: relative;
}
.service-area .twisted_each_block .twisted_text_content img {
    opacity: 0;
    margin: 0 auto;
}
.service-area .twisted_each_block:hover .twisted_text_content img {
    opacity: 1;
}
.service-area .twisted_each_block:focus .twisted_text_content, 
.service-area .twisted_each_block:hover .twisted_text_content {
    background-color: rgba(0,0,0,0.4);
}
.each-service-box-heading {
    text-align: center;
}
.each-service-box-heading .txt-btn{
    color: #9f243e;
}
.each-service-box-heading h4 {
    margin: 3.5rem 0 1rem;
}
.service-btn .white-btn {
    border-color: rgba(28,28,28,0.75);
}
.service-btn .white-btn:hover {
    border-color: #a0243f;
}
/******content-block-sec*****/
.each-content-block h2{
	color: #fff;
	margin-bottom: 2rem;
}
.each-content-block{
	background-color: #9f243e;
    position: relative;
}
.each-content-block:nth-child(even) {
	background-color: #f7f7f7;
}
.content-txt{
	text-align: center;
}
.content-txt p{
	color: #fff;
}
.content-img {
    height: 100%;
}
.content-img img {
    height: 100%;
    object-fit: cover;
}
.each-content-block .content-txt{
	padding: 5rem 22%;
}
.each-content-block:nth-child(even) .content-txt h2,
.each-content-block:nth-child(even) .content-txt p {
	color: #1c1c1c;
}
.content-block .common-btn{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
    background-color: #fff;
    border-color: #fff;
    color: #1c1c1c;
}
.content-block .common-btn:hover {
    background-color: #a0243f;
    border-color: #a0243f;
    color: #fff;
}
/******footer*****/
.footer-area{
	padding: 10rem 0;
}
.foot-logo img {
    width: 18rem;
}
.footer-left ul li img{
	width: 2.5rem;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.footer-left ul li .bovag-img{
    width: 12rem;
}
.footer-left ul{
    white-space: nowrap;
}
.footer-left ul li{
	display: inline-block;
	margin-right: 10%;
}
.footer-left ul li a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.footer-left ul li a:hover img{
	opacity: 0.8;
}
.footer-left ul li:last-child{
	margin-right: 0;
}
.footer-left p{
	opacity: 0.75;
	margin: 3rem 0;
}
.footer-right h3{
	margin-bottom: 3rem;
}
.each-info p{
	text-align: left;
	opacity: 0.75;
	line-height: 2.7;
}
.each-info p span {
	font-family: 'PoppinsSemiBold';
}
.footer-right{
    padding-left: 14%;
}
.footer-left{
	max-width: 40rem;
}
/*=================================popup start======================================*/
.modal-area .modal-dialog {
    max-width: 55%;
    margin: 8% auto 0;
}
.modal-area .modal {
	background-color: rgba(0, 0, 0, 0.4);
    z-index: 99999;
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: #fff;
	position: relative;
    padding: 2.4rem;
}
.modal-area .modal-content .col-lg-4 {
    width: 37%;
}
.modal-area .modal-content .col-lg-8 {
    width: 63%;
}
.modal-area .popup-content p {
    margin: 3.5rem 0;
}
.modal-area .popup-content {
    padding: 5rem 9%;
    background-color: #fff;
    text-align: center;
}
.close-img {
    font-family: 'PointRegular';
    font-size: 3rem;
    color: rgba(0, 0, 0, 0.64);
    position: absolute;
    top: 2rem;
    right: 3rem;
    z-index: 1;
}
.close-img:hover {
    color: rgba(0, 0, 0, 0.64);
}
.pop-up-image {
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
/*=================================contact page start======================================*/
/***contact-map-sec****/
.contact-map-sec { 
    height: 50rem;
}
/****contact-dtl-sec****/
.contact-dtl-img {
    height: 100%;
}
.contact-dtl-img img {
    height: 100%;
    object-fit: cover;
}
.contact-address p {
    line-height: 2.5;
    color: rgba(28,28,28,0.85);
    letter-spacing: .01rem;
}
.contact-address p a {
    color: rgba(28,28,28,0.85);
}
.contact-address p a:hover {
    color: #a0243f;
}
.contact-time td {
    font-family: 'PoppinsLight';
    font-size: 1.8rem;
    color: rgba(28,28,28,0.85);
    line-height: 2.5;
    letter-spacing: .01rem;
}
.contact-time td:nth-child(odd) {
    padding-right: 4rem;
}
.contact-time p {
    margin-top: 3.2rem;
    color: rgba(28,28,28,0.85);
}
.contact-dtl-text {
    padding: 6rem 13rem;
}
.conatct-form-man, .conatct-form-man img{
    height: 100%;
}
.conatct-form-man img{
    object-fit: cover;
}
.contact-dtl-text h4 {
    color: #a0243f;
    margin-bottom: 2.5rem;
}
.contact-dtl-text-wrap {
    border-top: 1px solid #8d8d8d;
}
.contact-time {
    border-left: 1px solid #8d8d8d;
    padding-top: 2rem;
    padding-left: 3rem;
    height: 100%;
}
.contact-address {
    padding-top: 2rem;
    height: 100%;
}
.contact-address li {
    margin-top: 4rem;
}
.contact-address li {
    margin-right: 5rem;
    display: inline-flex;
}
.contact-address li:last-child {
    margin: 0;
}
.contact-address li img {
    width: 2.3rem;
}
.each-contact-dtl-block:nth-child(even) .contact-dtl-text {
    background-color: #a0243f;
}
.each-contact-dtl-block:nth-child(even) .contact-dtl-text h4 {
    color: #fff;
}
.each-contact-dtl-block:nth-child(even) .contact-address p {
    color: rgba(255,255,255,0.85);
}
.each-contact-dtl-block:nth-child(even) .contact-address p a {
    color: rgba(255,255,255,0.85);
}
.each-contact-dtl-block:nth-child(even) .contact-address p a:hover {
    color: rgba(255,255,255,1);
}
.each-contact-dtl-block:nth-child(even) .contact-time td {
    color: rgba(255,255,255,0.85);
}
.each-contact-dtl-block:nth-child(even) .contact-time p {
    color: rgba(255,255,255,0.85);
}
.each-contact-dtl-block:nth-child(even) .contact-dtl-text-wrap {
    border-color: rgba(255,255,255,0.85);
}
.each-contact-dtl-block:nth-child(even) .contact-time {
    border-color: rgba(255,255,255,0.85);
}
.each-contact-dtl-block:nth-child(even) .contact-address li img {
    filter: brightness(10);
    -webkit-filter: brightness(10);
}
/*****contact-form-sec*****/
.contact-form-sec .contact-dtl-text { 
    background-color: #f7f7f7;
    padding: 10rem 16rem;
}
.contact-form-heading{ 
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 3.5rem;
}
.contact-form-sec .contact-form-heading h6 {
    font-size: 1.8rem;
    color: #9f243e;
    font-family: 'PoppinsMedium';
    margin: 1.5rem 0 2.5rem;
    font-weight: normal;
}
.form-styl {
    resize: none;
    background-color: #fff;
    font-family: 'PoppinsLight';
    border: 0;
    color: rgba(28,28,28,0.50);
    font-size: 1.8rem;
    padding: 0 3.5rem;
    border-radius: 3.5rem;
    height: 7.6rem;
}
.foto_upload{
    line-height: 7.6rem;
}
.form-group {
    margin-bottom: 1rem;
}
.form-styl:focus {
    color: rgba(28,28,28,0.50);
    box-shadow: none;
    border: 0;
} 
.form-styl:placeholder {
	color: rgba(28,28,28,0.50);
}
.form-styl:-ms-input-placeholder {
	color: rgba(28,28,28,0.50);
}
.form-styl::placeholder {
	color: rgba(28,28,28,0.50);
}
textarea.form-styl {
    height: 20.6rem;
    padding: 3.5rem;
}
.contact-form-sec .contact-dtl-text .common-btn img {
    width: 1.5rem;
    filter: brightness(10);
    -webkit-filter: brightness(10);
}
.form-btn-place {
    position: relative;
}
.contact-form-sec .contact-dtl-text .common-btn {
    min-width: 10.5rem;
    max-width: 10.5rem;
    border-radius: 3.5rem 0;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    padding: 1.5rem 1rem;
}
.contact-form-sec .contact-dtl-text .common-btn:hover img {
    filter: brightness(0);
    -webkit-filter: brightness(0);
}
/*=================================aanbod-dtl page start======================================*/
.aanbod-dtl-bk-btn-sec {
    position: relative;
}
.aanbod-dtl-bk-btn-sec .common-btn {
    position: absolute;
    top: 3rem;
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
/***dtl-top-text*****/
.dtl-top-text{ 
    border-top: 1px solid #b2b2b2;
}
.dtl-top-text { 
    padding: 14.5rem 21rem 6.5rem 15.5rem;
}
.dtl-top-text h2 { 
    font-size: 3.8rem;
}
.dtl-top-text h5 { 
    font-size: 1.9rem;
    color: #1c1c1c;
    margin-top: 1.5rem;
}
.dtl-top-car-info {
    margin: 3.5rem 0;
}
.dtl-top-car-info table {
    width: 100%;
}
.dtl-top-car-info td { 
    vertical-align: top;
    font-family: 'PoppinsLight';
    font-size: 1.5rem;
    color: #1c1c1c;
    padding: 1rem 0;
}
.dtl-top-car-info td:nth-child(odd) {
    padding-right: 14rem;
}
.dtl-top-car-info tr {
    border-bottom: 1px solid #e9e9e9;
}
.dtl-top-car-price h6 {
    font-family: 'PoppinsLight';
    font-size: 1.5rem;
    font-weight: normal;
}
.dtl-top-car-price h5 {
    font-size: 2.6rem;
    color: #a0243f;
}
.dtl-top-car-price-each {
    padding: 1rem 0;
}
.dtl-top-car-price .col-6:nth-child(even) .dtl-top-car-price-each {
    border-left: 1px solid #e7e7e7;
    padding-left: 50%;
}
.dtl-top-car-social img {
    width: 2rem;
}
.dtl-top-car-social {
    display: flex;
    align-items: center;
    margin: 3.5rem 0;
}
.dtl-top-car-social h6 {
    font-family: 'PoppinsLight';
    font-size: 1.8rem;
    font-weight: normal;
}
.dtl-top-car-social li {
    display: inline-block;
    margin-left: 2.5rem;
}
.dtl-top-car-btn .inter-btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.dtl-top-car-btn .pro-btn {
    border-left: 1px solid #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dtl-top-car-btn .col-6 .common-btn {
    max-width: 100%;
    min-width: 100%;
    background-color: #c64560;
    border-color: #c64560;
}
.dtl-top-car-btn .col-6 .common-btn:hover, .dtl-top-car-btn .col-6 .common-btn:focus, .dtl-top-car-btn .col-6 .common-btn.active {
    background-color: transparent;
}
/*****dtl-top-slider***/
.dtl-top-slider .swiper-button-next {
    right: 5%;
}
.dtl-top-slider .swiper-button-prev {
    left: 5%;
}
.gallery-thumbs .dtl-car-slide {
    position: relative;
}
.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;
}
.gallery-thumbs .dtl-car-slide::before {
    background-size: 4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: 4rem;
    height: 4rem;
    background-image: url(../images/plus.svg);
    background-repeat: no-repeat;
    z-index: 1;
    display: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.gallery-thumbs .dtl-car-slide:hover::after,
.gallery-thumbs .dtl-car-slide:hover::before {
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/***dtl-tab-sec*****/
.dtl-tab-sec {
    overflow: hidden;
}
.dtl-tab-wrap {
    padding: 0 3.5rem;
}
.dtl-tab-sec .tab-btn {
    position: relative;
	width: 100%;
    top: 0;
}
.dtl-tab-sec .tab-btn::before {
    content: "";
    height: 100%;
    width: calc(100% + 30%);
    background-color: #a0243f;
    top: 0;
    left: -10%;
    position: absolute;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	border: 0;
    justify-content: center;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    width: 15.8%;
    text-align: center;
    font-family: 'PointRegular';
    font-size: 1.7rem;
    margin: 0;
	word-break: break-word;
    margin: 1rem 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-link::after {
    content: "";
    height: calc(100% + 50%);
    width: 1px;
    background-color: #ae455c;
    position: absolute;
    top: -37%;
    left: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item:last-child .nav-link::before {
    content: "";
    height: calc(100% + 50%);
    width: 1px;
    background-color: #ae455c;
    position: absolute;
    top: -37%;
    right: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item:last-child {
    margin-right: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 0;
    background-color: #a0243f;
    color: #fff;
    padding: 2.2rem 0.15rem;
	border-radius: 1rem;
    width: 100%;
	height: 100%;
    position: relative;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
    background-color: #fff;
    border-color: #fff;
	color: #1c1c1c;
}
/*****dtl-tab-content******/
.dtl-tab-sec .tab-content {
	padding: 10rem 0 12rem;
}
.dtl-tab-sec .tab-content ul li {
    font-family: 'PoppinsLight';
    font-size: 1.7rem;
    color: #1c1c1c;
    padding-bottom: 1rem;
    word-break: break-word;
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 1rem;
    padding-left: 2rem;
    background-size: 0.7rem;
    color: rgba(28, 28, 28, 0.5);
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.bullet-panel h4 {
    color: #212121;
    border-bottom: 1px solid #212121;
    padding-bottom: 1rem;
    font-family: 'PoppinsMedium';
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 2rem;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 2rem;
    position: relative;
    font-family: 'PoppinsLight';
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.7rem;
    position: absolute;
    top: 1rem;
    left: 0;
    content: '';
    width: 0.7rem;
    height: 0.7rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ad1132;
    font-size: 16px;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #ad1132;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 30px;
    color: #fff;
	font-size: 1.6rem;
}
.each-onderhoud-block h4 {
    color: #1c1c1c;
    font-family: 'PointRegular';
    font-size: 2.2rem;
}
.each-onderhoud-block h5 {
    color: #1c1c1c;
    margin: 10px 0px 30px;
    font-size: 1.8rem;
	font-family: 'PointLight';
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.dtl-tab-sec form .form-styl {
    background-color: #f7f7f7;
}
.dtl-tab-sec form .common-btn {
    min-width: 10.5rem;
    max-width: 10.5rem;
    border-radius: 3.5rem 0;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    padding: 1.5rem 1rem;
}
.dtl-tab-sec form .common-btn:hover img {
    filter: brightness(0);
    -webkit-filter: brightness(0);
}
.dtl-tab-sec form .common-btn img {
    width: 1.5rem;
    filter: brightness(10);
    -webkit-filter: brightness(10);
}
/****aanbod-dtl-form-sec****/
.aanbod-dtl-form-sec .contact-dtl-text:first-child{ 
    background-color: #f7f7f7;
}
.aanbod-dtl-form-sec .contact-form-heading {
    border-color: #9f243e;
}
.aanbod-dtl-form-sec .form-styl {
    border-radius: 1rem;
}
.aanbod-dtl-form-sec .contact-dtl-text .common-btn {
    border-radius: 1rem 0;
}
/***related-product-sec***/
.related-product-sec { 
    padding: 15.5rem 0 11rem;
}
.related-product-sec .product-slider { 
    margin: 0;
}
.related-product-sec h2 {
    margin-bottom: 8rem;
}
.related-product-sec .product-slider .swiper {
    padding-top: 0;
}
/*=======================aanbod-page========================*/
/***aanbod-top-sec***/
.each-number-btn .common-btn.active{
	/*border: 1px solid #d4d4d4;
	color: #1c1c1c;*/
    border-color: #9f243e;
    color: #9f243e;
    background-color: #f7f7f7
}
.aanbod-top-sec{
	background-color: #f7f7f7;
	padding: 7rem 0;
    border-top: 1px solid #b2b2b2;
}
.each-number-btn .common-btn{
    border: 1px solid #d4d4d4;
	color: #1c1c1c;
    background-color: #f7f7f7;
    font-family: 'PointBold';
    font-size: 1.8rem;
    max-width: 100%;
    min-width: auto;
    padding-left: .4rem;
    padding-right: .4rem;
    letter-spacing: normal;
}
.each-number-btn .common-btn:hover{
    color: #fff;
    background-color: #9f243e;
}
.aanbod-top-right .col-md-4{
	padding: 0 0.9rem;
}
.aanbod-top-right .col-md-2{
    width: 30%;
}
.aanbod-top-right{
	margin-left: auto;
}
.aanbod-top-sec h1{
	font-family: 'PointBold';
	font-size: 6.1rem;
	color: #1c1c1c;
}
.aanbod-top-sec .select-style {
    background: url(../images/sort-down.svg) no-repeat 70% center/30px;
    font-size: 1.8rem;
}
.sectoren-filter {
    width: 100%;
}
.select-style {
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #282f38;
	font-family: 'PointBold';
    font-size: 2rem;
    border: 0;
    border-right: 1px solid #efefef;
    appearance: none;
}
/***aanbod-filter-sec***/
.aanbod-filter-sec .col-xl-2{
	width: 20%;
	padding: 0 7px;
}
.aanbod-filter-sec{
	padding: 5rem 0 10rem 0;
}
.aanbod-filter-sec .dropdown {
    margin-bottom: 1.5rem;
}
.aanbod-filter-sec .dropdown-toggle {
    border: 1px solid #e0e0e0;
    border-radius: 1rem;
    padding: 2.3rem 2.5rem;
    position: relative;
}
.aanbod-filter-sec .dropdown-menu {
    min-width: 100%;
    box-shadow: 6px 10px 82.8px 7.2px rgba(185, 185, 185, 0.07);
    -webkit-box-shadow: 6px 10px 82.8px 7.2px rgba(185, 185, 185, 0.07);
    padding: 0 0 1.5rem;
    margin-top: -0.2rem !important;
    border: 0;
    background-color: #fff;
    border-radius: 0.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
}
.aanbod-filter-sec .dropdown-menu {
    max-height: 40rem;
    overflow-y: auto;
    border-radius: 0 0 1rem 1rem;
}
.aanbod-filter-sec .dropdown-toggle h5::after {
    width: 10px;
    height: 10px;
    border: 0;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-image: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.aanbod-filter-sec .dropdown-toggle h5 {
    position: relative;
}
.aanbod-filter-sec .dropdown-toggle.show h5 {
    color: #9f243e;
}
.aanbod-filter-sec .dropdown-toggle::after{
	display: none;
}
.aanbod-filter-sec .dropdown-toggle.show h5::after {
    transform: translateY(-50%) rotate(180deg);
}
.aanbod-filter-sec .dropdown-item{
	padding: 1.5rem 2.5rem;
}
.aanbod-filter-sec .dropdown-item.active, .aanbod-filter-sec .dropdown-item:active {
    background-color: #9f243e;
}
.aanbod-filter-sec .dropdown-item.active h5, .aanbod-filter-sec .dropdown-item:active h5, .aanbod-filter-sec .dropdown-item.active h5 span, .aanbod-filter-sec .dropdown-item:active h5 span {
    color: #fff;
}
.aanbod-filter-sec .dropdown-item.active td:first-child h5::before, .aanbod-filter-sec .dropdown-item:active td:first-child h5::before {
    background-color: #fff;
}
.aanbod-filter-sec .dropdown-toggle.show {
    border-color: #fff;
	border-radius: 1rem 1rem 0 0;
    box-shadow: 6px 10px 82.8px 7.2px rgba(0, 0, 0, 0.07); 
    -webkit-box-shadow: 6px 10px 82.8px 7.2px rgba(0, 0, 0, 0.07); 
}
.aanbod-filter-sec .dropdown-item table {
    width: 100%;
}
.aanbod-filter-sec .dropdown-item table td{
    width: 50%;
    vertical-align: top;
}
.aanbod-filter-sec h5{
	font-size: 2rem;
	color: #1c1c1c;
	font-family: 'PointBold';
}
.aanbod-filter-sec .dropdown-item h5{
	position: relative;
	padding-left: 2rem;
}
.aanbod-filter-sec .dropdown-item td:first-child h5::before{
	content: "";
	width: 0.6rem;
	height: 0.6rem;
	top: 50%;
    transform: translateY(-50%);
	position: absolute;
	left: 0;
    background-color: #9f243e;
}
.meer img{
	width: 1.4rem;
	margin-right: 1rem;
}
.meer h5 {
    display: inline-block;
	color: #9f243e;
}
.meer{
    height: 100%;
    line-height: 7.2rem;
	font-family: 'PointBold';
	position: absolute;
	width: 20%;
	right: 0;
	bottom: 0;
	background-color: #ffff;
	z-index: 10;
}
.aanbod-filter-wrap{
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 3rem;
	margin: 0 -0.9rem;
	position: relative;
    z-index: 1;
}
.dropdown-menu span{
	float: right;
	color: #b5b5b5;
	font-family: 'PointBold';
}
.filter-hide{
	display: none;
}
.d-none{
	display: none;
}
.reset-btn{
    position: relative;
    z-index: 10;
    font-family: 'PointRegular';
    color: #1c1c1c;
    font-size: 1.6rem;
}
/***aanbod-product-sec***/
.aanbod-product-sec .each-product,
.aanbod-middle-area{
    margin-bottom: 6rem;
}
.aanbod-product-wrap{
    margin: 0 -2rem;
}
.aanbod-product-sec .col-xl-4{
    padding: 0 2rem;
}
.aanbod-middle-btn{
    color: #9f243e;
    font-family: 'PoppinsLight';
    margin-top: 1rem;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.aanbod-middle-btn:hover{
    opacity: 0.5;
}
.aanbod-middle-txt{
    padding: 3rem;
}
/***aanbod-footer***/
.inner-footer{
    background-color: #f7f7f7;
}
/*=======================verhuur-page========================*/
/***verhuur-top-sec***/
.verhuur-top-sec .aanbod-top-right{
    padding-left: 0;
}
.verhuur-top-sec .sectoren-filter{
    border: 1px solid #d4d4d4;
    border-radius: 5rem;
    max-width: 270px;
    margin-left: auto;
}
.verhuur-top-sec .select-style {
    background: url(../images/sort-down.svg) no-repeat 85% center/30px;
    padding-left:5rem;
}
/*=======================diensten-dtl-page========================*/
/***back-btn-sec***/
.back-btn-sec {
    position: relative;
}
.back-btn-sec .common-btn{
	position: absolute;
	top: 5rem;
    left: 0;
    z-index: 5;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
/***diensten-dtl-top***/
.diensten-dtl-top{
	overflow: hidden;
	position: relative;
}
.diensten-dtl-top:after{
	content: "";
	width: 100%;
	height: 15rem;
	background-color: #9f243e;
	bottom: 0;
	left: 0;
	z-index: 1;
	position: absolute;
}
.diensten-dtl-top p{
	margin: 4rem 0;
}
.diensten-dtl-top .col-lg-5{
	width: 47%;
}
.diensten-dtl-top .col-lg-7{
	width: 53%;
}
.diensten-top-txt{
	padding: 20rem 16rem 21rem 21rem;
}
.diensten-top-img {
    position: relative;
    z-index: 2;
}
.diensten-top-txt .common-btn{
    max-width: 36.6rem;
}
/***diensten-dtl-middle-sec***/
.diensten-dtl-middle-sec{
	padding: 9rem 0 22rem 0;
	background-color: #9f243e;
}
.diensten-dtl-middle-sec h2{
	margin-bottom: 3.5rem;
    color: #fff;
}
.diensten-dtl-middle-sec p{
	color: #fff;
}
.diensten-dtl-middle-sec table{
	width: 100%;
}
.diensten-dtl-middle-sec table td{
	width: 50%;
	padding: 0 21rem;
	text-align: center;
    vertical-align: top;
}
/***diensten-dtl-service***/
.diensten-dtl-service {
    padding-bottom: 0;
}
.diensten-dtl-service .service-heading::before{
    display: none;
}
.diensten-dtl-service .service-slider {
    margin: 0;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 16rem;
}
.diensten-dtl-service .service-heading{
    padding: 9rem 0;
}
/***diensten-dtl-form-sec****/
.diensten-dtl-form-sec .contact-dtl-text:first-child {
    background-color: #f7f7f7;
}
/*=======================diensten-page========================*/
.inner-ban-cont h1{
    font-size: 6.3rem;
    text-align: center;
}
.inner-banner {
    padding: 10% 0;
    /*background-attachment: fixed;*/
}
/***diensten-list-sec***/
.diensten-list-sec .each-content-block .common-btn{
    top: 50%;
    max-width: 24rem;
    min-width: 24rem;
}
.diensten-list-sec .each-content-block:nth-child(odd) .common-btn:hover {
    border-color: #fff;
}
.diensten-list-sec .each-content-block:nth-child(even) .content-txt{
    background-color: #f7f7f7;
}
.diensten-list-sec .each-content-block:nth-child(even) .content-txt h2,
.diensten-list-sec .each-content-block:nth-child(even) .content-txt p{
    color: #1c1c1c;
}
.diensten-list-sec .content-txt p{
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*=======================verkocht-page========================*/
/***verkocht-product-sec***/
.verkocht-product-sec{
    padding: 10rem 0 8rem 0;
    background-color: #f7f7f7;
}
.verkocht-product-sec .each-product{
    margin-bottom: 4rem;
}
.verkocht-product-sec .col-xl-4:last-child .each-product{
    margin-bottom: 0;
}
/*=======================over-ons-page========================*/
/***ons-top-sec***/
.ons-top-sec .common-btn{
    max-width: 320px;
    margin-left: 3.5rem;
    display: block;
    margin-top: 1rem;
	padding-left: 0;
	padding-right: 0;
	min-width: 100%;
}
.ons-top-sec .diensten-top-txt {
    padding-bottom: 29rem;
    padding-top: 17rem;
}
.ons-top-sec p {
    margin-bottom: 2rem;
}
/***ons-middle-sec***/
.ons-middle-sec {
    position: relative;
    background: #f7f7f7;
    padding: 17rem 0;
}

.ons-middle-sec .accordion-button::after {
    background-image: url(../images/accordian-plus.svg);
    width: 2.5rem;
    height: 2.5rem;
    background-size: contain;
    left: 0;
    position: absolute;
}

.ons-middle-sec .accordion-button:not(.collapsed)::after {
    background-image: url(../images/line.svg);
}

.accordion-button:not(.collapsed) {
    color: #9f243e;
    background-color: #fff;
    font-size: 2.5rem;
    font-family: 'PoppinsMedium';
}

.ons-middle-sec .accordion-item {
    border: none;
    background-color: transparent;
    width: 25%;
    padding: 0 2rem;
}
.ons-middle-wrap{
    display: flex;
    margin: 0 -2rem;
    flex-wrap: wrap;
}
.ons-middle-sec .accordion-button {
    font-size: 2.5rem;
    font-family: 'PoppinsMedium';
    color: #9f243e;
    padding: 0 0 1.5rem 5rem;
    letter-spacing: 1px;
    background-color: transparent;
}

.ons-middle-sec .accordion-body {
    padding: 0;
}

.ons-middle-sec .accordion-body p {
    padding-bottom: 0;
}

.ons-middle-sec .accordion-button:focus {
    border: none;
    box-shadow: none;
}
.ons-middle-sec .accordion-button:not(.collapsed) {
    box-shadow: none;
}
/***ons-service-sec***/
.ons-service-sec {
    position: relative;
    padding-bottom: 10rem;
}
.ons-service-sec .common-arrow img{
    filter: brightness(10);
    -webkit-filter: brightness(10);
    width: 1.5rem;
}
.ons-service-sec .common-arrow {
    top: 48%;
    z-index: 1;
}
.ons-service-sec .swiper-button-next{
    right: 1.5%;
}
.ons-service-sec .swiper-button-prev{
    left: 1.5%;
}
.ons-service-sec .service-slider {
    margin-bottom: 11.5rem;
}
/***ons-gal-sec***/
.ons-gal-sec .common-arrow img{
    filter: brightness(10);
    -webkit-filter: brightness(10);
    width: 1.5rem;
}
.ons-gal-img:hover img{
    transform: scale(1.1);
}
.ons-gal-img{
    overflow: hidden;
}
.ons-gal-img img{
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.ons-gal-sec .swiper-button-next{
    right: 3.5rem;
}
.ons-gal-sec .swiper-button-prev{
    left: 3.5rem;
}
/* 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;
}

/****(light)morgen footer start****/

.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 !important;
}
/*****(light)morgen footer end********/

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

.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    text-transform: uppercase;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    font-family: 'PointBook';
    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;
}

/* Cookie */
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    padding: 0px 0;
}
.cookie_div{
    color:#9c9c9c;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.cookie_div h4{
    margin-bottom: 15px;
    font-size: 13pt;
    font-family: 'Calibri';
}
.cookie_div a{
    color:#38b6be;
    font-size: 10pt;
    font-weight:bold;
    margin-left:8px;
    font-family: 'Calibri';
}
.cookie_div button{
    color:#3c935c;
    background:#dbffe8;
    font-weight: bold;
    border: 0;
    padding: 10px 25px;
    margin:5px 0;
    cursor: pointer;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.light_theme{
    background:rgba(255, 255, 255, 0.83);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.light_theme h4{
    color:#2a2a2a;
}
.dark_theme h4{
    color:#c9c9c9;
}
.form-1,  .form-2{
    background: #f7f7f7;
    padding: 10% 5%;
    margin-top: 5%;
    display: none;
}
.form-1 .form-styl, .form-2 .form-styl{
    padding: 2rem 2rem;
    height: auto;
    font-size: 1.6rem;
}
.privacy_section{
    border-top: 1px solid #eeeeee;
}
.error_top{
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.iframe_custom {
    width: 100%;
	height: 1100px;
    border:none; 
}.dtl-top-car-btn .col-6 .pro-btn-snd {
  background-color: #259001;
  border-color: #259001;
}
/*=========vehuur==========*/
.verhuur-product-block{
    padding-top: 4rem;
}
.verhuur-product-block .each-product{
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
    padding-left: 1.4rem;
    margin-bottom: 2rem;
}
.verhuur-product-block .product-dtl{
    width: 100%;
    padding: 2rem 4%;
}
.verhuur-product-block .product-dtl .common-btn{
    border-radius: 0;
    padding: 1rem;
    max-width: inherit;
    width: auto;
    padding: 0.7rem 2rem;
    font-size: 1.4rem;
    margin-top: 2rem;
    min-width: auto;
}
.verhuur-product-block .product-dtl .border-btn{
    background-color: transparent;
    border-radius: 6px;
    color: #a0243f;
    margin-left: 15px;
}
.verhuur-product-block .product-dtl .border-btn:hover{
    color: #fff;
    background-color: #a0243f;
}
.verhuur-product-block .col-xl-4{
    background: #933040;
}
.verhuur-price-area h5, .verhuur-price-area p{
    color: #fff;
}
.verhuur-price-area p{
    letter-spacing: normal;
    font-size: 1.6rem;
}
.verhuur-price-area table{
    margin: 1.5rem 0 1rem;
}
.verhuur-price-area td{
    font-family: 'PoppinsLight';
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.7;
}
.verhuur-price-area td:nth-child(odd){
    padding-right: 5rem;
}
.vehur-car{
    position: relative;
}
.photo-layer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.photo-layer:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/layer.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}
.photo-layer h4{
    color: #fff;
    position: relative;
    padding: 1rem 2rem;
}
/*******/
.ons-two-button .common-btn {
    margin: auto !important;
}
.verhuur_button_form_block .form-1 .form-styl, .verhuur_button_form_block .form-2 .form-styl {
	border: 1px solid #ced4da;
}
.verhuur_button_form_block .datepicker_bg{
	background-image:url('<?php echo $this->Url->build("/admin/assets/images/calender.png");?>') !important;
	background-repeat:no-repeat;
	background-position: 95% center;
	background-size: 25px;
	padding-right: 40px;
}
.verhuur_button_form_block .form-2 .select_field {
	position: relative;
}
.verhuur_button_form_block .form-2 .select_field:after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border: 3px solid #ced4da;
	top: 30px;
	right: 5px;
	transform: rotate(45deg) translatex(-50%);
	border-top: 0;
	border-left: 0;
	pointer-events: none;
}
.diensten-top-txt img{
	width: 37.5rem;
}
.service_pagination { position: relative; top: 0px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); text-align: center; }
.service_pagination a { display: inline-block; width: 40px; height: 40px; -moz-border-radius: 4px; border-radius: 4px; font-size: 12px; line-height: 40px; text-align: center; }
.service_pagination li { display: inline-block; }
.service_pagination a { color: #000000; border-radius: 50%; font-size: 17px; margin: 0 3px; background: #FFFFFF; }
.service_pagination .active a, .service_pagination a:hover { background: #a0243f; color: #fff; border-radius: 50%; }
.form-select{
    background: url(../images/down-arrow.svg) #fff no-repeat 95% center/10px;
}
.dtl-top-api-no{
	margin: 3.5rem 0;
}
.dtl-top-api-no span{
	margin-left: 3.4rem;
}
.dtl-top-api-no h6{
	font-family: 'PoppinsLight';
	font-size: 1.8rem;
	font-weight: normal;
}
.search-button:hover span:first-child {
  display:none;
}
.search-button:hover:before {
  content:"Toon resultaten";
}
.finance {
  cursor: pointer;
}