@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'MundialLight';
    font-size: 16px;
    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;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #f4f4f4;
    color: #0973a0;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #0973a0;
}
/*************side area**********/
.mini-right-nav li{
    margin: 0px 0 2px;
    padding: 0;
    width: 60px;
    display: block;
    position: relative;
}
.mini-right-nav li a{
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #0973a0;
}
.mini-right-nav span {
   	font-family: 'MundialRegular';
    font-size:16px;
    bottom: 0;
    letter-spacing: 0.5px;
    right: 60px;
    line-height: 60px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 0;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    transition: 0.50s;  
}
.mini-right-nav span:after{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 60px);
    content: '';
    background-color:#0973a0;
    height: 60px;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    transition: 0.50s;
    z-index: -1; 
}
.mini-right-nav a:hover span{ 
    width:auto; 
    padding:0 25px 0 35px;
    overflow:visible; 
}
.mini-right-nav a:hover {
    text-decoration:none;
}
.mini-right-nav a span{
    color:#fff;
}
.mini-right-nav img{
    width: 20px;
    position: relative;
    z-index: 1;
}
.mini-right-nav li a.whatsapp-nav, .whatsapp-nav span:after{
	background-color:#58c04d;
}
.mini-right-nav{
    position: fixed;
    top: 39%;
    z-index: 999;
    right: 0px;
}
/**************header*****************/
.header-area {
	position: relative;
	z-index: 9999;
	height: auto;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area .col-lg-3{
	width: 19%;
}
.header-area .col-lg-9{
	width: 81%;
}
.header-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0973a0;
	height: 100%;
	width: 100%;
	padding: 0 30px;
}
.header-logo img{
	width: 140px;
}
.navigation-panel {
	padding: 15px 30px 15px 100px;
	background: #fff;
	position: relative;
}
.navigation-panel li, .marquee-block li {
	display: inline-block;
	margin-right: 50px;
	font-family: 'MundialRegular';
    font-size: 18px;
	letter-spacing: 0.4px;
}
.navigation-panel li:last-child {
	margin-right: 0;
}
.navigation-panel li a{
	color: #1c1c1c;
}
.navigation-panel li a:hover {
	color: #0973a0;
}
.marquee-block ul{
    white-space: nowrap;
}
.marquee-block {
	padding: 20px 100px;
	background: rgba(9, 115, 160, 0.1);
}
.marquee-block-wrap{
	overflow: hidden;
}
.marquee-block li {
	margin-right: 100px;
	color: #fff;
	position: relative;
	font-family: 'MundialLight';
}
.marquee-block li::after {
    position: absolute;
    top: 6px;
    left: -25px;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../images/checked.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.header-area .nav_menu_right_part{
/*	top: 50%;*/
}
.menu-icon{
	margin-left: 10px;
}
.navigation-panel .nav_menu_right_part a{
	color: #0973a0;
}
.menu-icon:after, .menu-icon:before, .menu-icon div{
	background-color: #0973a0;
}
.menu-items {
    background: #fff;
}
.menu-navigation {
    padding-left: 3rem;
    padding-right: 3rem;
}
.menu-items ul {
    text-align: left;
}
.menu-items li {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 2rem;
    display: block;
    margin-right: 0;
}
.menu-items a {
    color: #1c1c1c;
    font-size: 18px;
    font-family: 'MundialRegular';
    text-transform: initial;
}
.menu-items a:hover{
	color: #0973a0;
}
.header-area.is-hidden{
	position: fixed;
    background: #fff;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
}
.header-area.is-hidden .row{
	align-items: center;
}
.header-area.is-hidden .header-logo{
	padding: 20px 0;
}
.header-area.is-hidden .marquee-block{
	display: none;
}
.header-area.is-hidden .navigation-panel{
	background: transparent;
}
.nav_menu_right_part.active a{
    opacity: 0;
}
.navigation-panel .common-btn{
	height: 50px;
    line-height: 48px;
    padding: 0 30px;
    color: #fff !important;
}
.navigation-panel .text-end .header-bovag{
	width: 100px;
} 
/**************banner************/
.banner-sec {
	position: relative;
	margin-top: -80px;
}
.banner-sec::before {
	content: '';
	background: linear-gradient(90deg, rgba(0,0,0,0.20) 0%, rgba(255,255,255,0) 100%);
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.banner-content {
	position: absolute;
    left: 0;
	bottom: 0;
    width: 100%;
    z-index: 2;
}
.banner-content-wrap {
	max-width: 660px;
	width: 100%;
}
.banner-content p {
	margin: 60px 0 120px;
	color: #fff;
}
.banner-content .common-btn {
	height: 80px;
	line-height: 80px;
	max-width: 356px;
	position: relative;
	border: 0;
}
.banner-content .common-btn img {
	width: 16px;
	margin-left: 70px;
}
/************filter*************/
.filter-inner-wrap {
	background: #f6f6f6;
	padding: 20px 70px 20px;
}
.filter-sec .col-lg-2 {
	width: 11%;
}
.filter-sec .col-lg-10 {
	width: 89%;
}
.filter-sec .col-lg-4 {
	width: 16.5%;
}
.home-pg-filter.filter-sec{
	padding-top: 0;
}
.home-pg-filter.filter-sec .col-lg-4 {
	/*width: 20%;*/
	width: 33.33333333%;
}
.each-select-box {
	padding-right: 60px;
}
.filter-sec .col-lg-4:last-child .each-select-box {
	padding-right: 0;
}
.each-select-box h6 {
	font-size: 13px;
	color: #959595;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: 'MundialRegular';
	letter-spacing: 0.5px;
}
.select-style  {
	width: 100%;
    border: 0;
    border-radius: 0;
    font-family: 'MundialRegular';
    font-size: 20px;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/down-arrow.svg) #f6f6f6 no-repeat 100% center/10px;
    color: #1c1c1c;
    padding-bottom: 5px;
    padding-right: 15px;
    border-bottom: 1px solid rgba(28, 28, 28, 0.26);
	letter-spacing: 1px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.select-style option {
	font-family: 'arial';
}
.filter-btn-wrap .common-btn {
	line-height: 30px;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: end;
	text-align: left;
	padding-right: 15px;
	border: 0;
	font-size: 18px;
}
.filter-btn-wrap img {
	margin-left: 30px;
	width: 15px;
}
.huurbussensub {
	font-family: 'MundialLight';
    font-size: 17px;
	color: #08384c;
	margin-bottom:20px;
}
/************product**************/
.product-sec{
	padding: 80px 0 100px;
	overflow: hidden;
}
.sec-heading {
	margin-bottom: 90px;
}
.product-slider{
	margin-left: -5%;
}
.product-dtl {
	padding: 30px;
	background: #f6f6f6;
	position: relative;
}
.product-dtl h6{
	height: 45px;
	overflow: hidden;
}
.product-dtl .text-end h6{
	height: auto;
}
.product-dtl h6 span {
	display: block;
	margin-top: 10px;
}
.product-dtl h3{
	margin-bottom: 30px;
}
.product-dtl table {
	margin: 20px 0;
}
.product-dtl td {
	font-family: 'MundialLight';
    font-size: 18px;
	color: #1c1c1c;
	letter-spacing: 0.2px;
	opacity: 0.5;
	/*width: 100%;
	display: block;*/
}
.product-dtl td span{
	margin: 0 30px;
}
.product-dtl .common-btn {
	/*position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;*/
	height: 60px;
    line-height: 60px;
    max-width: 222px;
    display: none;
}
.product-dtl table{
	margin-bottom: 0 !important;
}
/***************gallery****************/
.gallery-wrap{
	max-width: 1370px;
    width: 100%;
    margin-left: auto;
}
.gallery-content{
	max-width: 650px;
	width: 100%;
	padding: 11% 0 7%;
}
.gallery-content h2, .gallery-content p{
	color: #fff;
}
.gallery-content p {
	margin: 50px 0 60px;
}
.gallery-slider{
	background: #fff;
    padding-left: 40px;
    padding-top: 40px;
}
.each-gallery {
	position: relative;
	overflow: hidden;
}
.each-gallery::after {
	content: '';
	background: rgba(0,0,0,0.47);
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: -100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gallery:hover::after {
	top: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.gallery-heading{
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 1;
	text-transform: uppercase;
}
.gallery-sec .swiper-button-prev {
	left: 0;
}
.gallery-sec .swiper-button-next {
	right: 0;
}
/****************content**************/
.content-sec {
	padding: 100px 0;
	position: relative;
}
.content-sec::before {
	content: '';
	height: 100%;
	width: 83%;
	left: 0;
	top: 0;
	background: #f4f4f4;
	position: absolute;
	z-index: -1;
}
.left-content{
	max-width: 600px;
	width: 100%;
	padding-bottom: 8%;
}
.left-content p {
	margin: 50px 0 60px;
	text-align: justify;
}
/****************insta**************/
.instagram-sec {
	padding: 100px 0 50px;
}
.instagram-sec h2 {
	margin-bottom: 100px;
}
.instagram-sec h2 img {
	width: 32px;
    margin-right: 10px;
    margin-top: -5px;
}
/**************footer****************/
.footer-area {
	background: #1c1c1c;
	padding-top: 90px;
	overflow: hidden;
}
.footer-logo{
	position: relative;
	height: 100%;
}
/*.footer-logo:before{
	position: absolute;
    top: -90px;
    width: 100vw;
    height: calc(100% + 90px);
    content: '';
    right: 10px;
    background: #fff;
}*/
.footer-logo img{
	width: 223px;
	position: relative;
}
.oorkonde-block{
	position: absolute;
    bottom: 0;
}
.footer-info {
	max-width: 1120px;
	width: 100%;
	margin-left: auto;
}
.each-footer-info h5 {
	margin-bottom: 35px;
}
.each-footer-info li, .each-footer-info p, .each-footer-info td, .each-footer-info th, .footer-bottom li{
	font-family: 'MundialLight';
    font-size: 15px;
	letter-spacing: 0.3px;
	line-height: 34px;
	color: #7e7e7e;
}
.each-footer-info ul{
	font-size: 0;
}
.each-footer-info li{
	width: 50%;
	vertical-align: top;
	display: inline-block;
}
.each-footer-info a{
	color: #7e7e7e;
}
.each-footer-info a:hover {
	color: #fff;
}
.each-footer-info table{
	width: 49%;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 40px;
}
.each-footer-info table:last-child{
	margin-bottom: 10px;
}
.each-footer-info td:nth-child(odd) {
	padding-right: 25px;
}
.footer-info .col-lg-6 .each-footer-info{
	padding-left: 60px;
}
.footer-info .col-lg-3:last-child .each-footer-info {
  padding-left: 70px;
}
.footer-bottom{
	padding: 40px 0 50px;
	border-top: 1px solid #515151;
}
.footer-bottom li{
	display: inline-block;
	margin-right: 60px;
}
.footer-bottom .text-end img{
	width: 22px;
}
.footer-bottom .text-end .youtube-icon{
	width: 26px;
}
.footer-bottom .text-end a{
	margin-right: 20px;
}
/*=================================popup start====================================*/
.modal-area .modal-dialog {
    max-width: 65%;
    margin: 12% auto 0;
}
.modal-area .modal {
	background-color: rgba(0, 0, 0, 0.6);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0px;
    background-color: #fff;
	position: relative;
}
.modal-area .popup-content h4 {
	font-family: 'MundialBold';
	font-size: 25px;
    color: #08384c;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.modal-area .popup-content p{
    margin: 35px 0 0;
	text-align: justify;
}
.modal-area .popup-content {
    padding: 10% 14%;
    background-color: #fff;
}
.modal-area .pop-up-image img{
   height: 100%;
   object-fit: cover;
}
.close-img {
    font-family: 'MundialLight';
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 0;
/*    right: 50%;*/
    z-index: 1;
    border: 0;
    background-color: #0973a0;
	width: 90px;
	height: 50px;
}
/*=================================contact page start====================================*/
.inner-pg-header .marquee-block{
	background-color: rgba(0, 0, 0, 0.1);
}
.contact-map-sec {
	height: 530px;
}
/***contact-info-sec*****/
.contact-info-sec { 
	padding: 90px 0;
}
.each-contact-info {
	display: flex;
	align-items: center;
	padding: 0px 0;
}
.each-contact-info img {
    width: 50px;
    margin-right: 30px;
}
.each-contact-info p {
    font-size: 20px;
	font-family: 'MundialRegular';
    letter-spacing: 1.2px;
    color: #08384c;
	margin: 0;
	text-align: left;
}
.each-contact-info p a {
	color: #08384c;
}
.each-contact-info p a:hover {
	color: #1c1c1c;
}
.contact-info-sec .col-lg-4:nth-child(even) {
	border-left: 2px solid #ced7db;
	border-right: 2px solid #ced7db;
}
.contact-info-sec .col-lg-4:nth-child(even) .each-contact-info {
	justify-content: center;
}
.contact-info-sec .col-lg-4:last-child .each-contact-info {
	justify-content: end;
}
/*****form sec*****/
.contact-form-sec {
	padding: 6% 0 110px;
}
/*.form-wrapper {
	width: calc(100% + 66px);
	margin-left: -40px;
}*/
.contact-form-sec h3 {
	font-size: 40px;
    color: #08384c;
	margin-bottom: 84px;
	text-transform: uppercase;
}
.form-group {
	margin-bottom: 12px;
}
.form-styl {
    resize: none;
    background-color: #fff;
    border-radius: 0;
    font-family: 'MundialThinItalic';
    color: #08384c;
	font-style: italic;
    font-size: 20px;
    padding: 0 40px;
    border-radius: 0;
    height: 72px;
    border: 1px solid #c6c6c6;
}
textarea.form-styl {
	height: 240px;
	padding: 20px 40px;
}
.form-styl:focus {
    box-shadow: none;
    color: #08384c;
	opacity: 1;
    border: 1px solid #c6c6c6;
}
.form-styl:placeholder {
	color: #08384c;
	opacity: 1;
}
.form-styl:-ms-input-placeholder {
	color: #08384c;
	opacity: 1;
}
.form-styl::placeholder {
	color: #08384c;
	opacity: 1;
}
/***contact-time*****/
.contact-time-sec table {
	width: 49%;
	display: inline-block;
    vertical-align: middle;
    margin-bottom: 60px;
}
.contact-time-sec table th {
	font-family: 'MundialLight';
    font-size: 20px;
    letter-spacing: 0.3px;
    line-height: 31px;
    color: #08384c;
	padding-bottom: 30px;
}
.contact-time-sec table td {
	font-family: 'MundialThin';
    font-size: 20px;
    letter-spacing: 0.3px;
    line-height: 31px;
    color: #08384c;
}
.contact-time-sec table td:nth-child(odd) {
	padding-right: 30px;
}
.contact-time-sec .left-content {
	max-width: 665px;
}
.contact-time-sec .left-content h2 {
	margin-bottom: 100px;
}
/*=================================overons page start====================================*/
.inner-banner-sec {
	position: relative;
	margin-top: -67px;
}
.inner-banner-content {
	position: absolute;
	top: calc(50% + 80px);
	transform: translateY(-50%);
	width: 100%;
	left: 0;
}
.inner-banner-content h2 {
	color: #fff;
}
/****overons-gallery*****/
.overons-gallery-sec {
	padding: 95px 0 6px;
	overflow: hidden;
}
.overons-gallery-wrapper{ 
	width: calc(100% + 12px);
	margin-left: -6px;
}
.overons-gallery-heading {
	margin-bottom: 90px;
}
.each-overons-gal-wrap {
	padding: 6px;
}
.each-overons-gal {
	height: 100%;
	overflow: hidden;
}
.each-overons-gal img {
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-overons-gal:hover img {
	transform: scale(1.1);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.overons-gallery-sec .each-overons-gal-wrap:nth-child(1) {
	width: 64.1%;
}
.overons-gallery-sec .each-overons-gal-wrap:nth-child(2) {
	width: 35.9%;
}
.overons-gallery-sec .each-overons-gal-wrap:nth-child(3),
.overons-gallery-sec .each-overons-gal-wrap:nth-child(4) {
	width: 36%;
}
.overons-gallery-sec .each-overons-gal-wrap:nth-child(5) {
	width: 28%;
}
/*****member******/
.member-sec {
	padding: 6% 0;
}
.member-sec .left-content p {
	margin-bottom: 0;
}
.member-sec .left-content {
	left: 0;
}
.each-member {
	position: relative;
}
.member-sec .common-arrow {
	background-color: transparent;
	width: auto;
	height: auto;
}
.member-sec .common-arrow img {
	filter: invert(0);
}
.member-sec .swiper-button-next {
	right: 4%;
}
.member-sec .swiper-button-prev {
	display: none;
}
.each-member:hover .each-member-name-wrapper {
	top: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-member-name-wrapper {
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-member-name {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.each-member-name hr {
	background-color: #fff;
	opacity: 1;
}
/***overons-mid-sec*****/
.overons-mid-sec {
	padding: 0 !important;
}
.overons-mid-sec .left-content ul  {
	margin-top: 60px;
}
.overons-mid-sec .left-content ul li {
	font-family: 'mundiallight';
    font-size: 20px;
    color: #08384c;
    letter-spacing: 1px;
	position: relative;
	padding-left: 45px;
	padding-bottom: 40px;
	display: inline-block;
	width: 100%;
}
.overons-mid-sec .left-content ul li:last-child {
	padding-bottom: 0;
}
.overons-mid-sec .left-content ul li::after {
	background-size: 30px;
    position: absolute;
    top: -2px;
    left: 0;
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(../images/overons-check.png);
    background-repeat: no-repeat;
}
/****overons-year-sec****/
.overons-year-sec {
	padding: 0% 0 0%;
/*	padding: 14% 0 10%;*/
}
.overons-year-sec .left-content {
	left: 0;
}
.overons-year-sec .left-content p {
	margin-bottom: 0;
}
.overons-year-sec::before {
	display: none;
}
.overons-year-sec .content-img {
	padding-right: 50px;
	position: relative;
}
.each-borfi-box{
	text-align: center;
	position: relative;
}
.each-outer{
	display: flex;
	justify-content: center;
	margin-top: 100px;
	padding: 100px 0;
	align-items: center;
}
.borfi-outer {
    display: flex;
    justify-content: center;
}
.borfi-main{
	position: relative;
	text-align: center;
	width: 120px;
	height: 120px;
	border: 2px solid #08384c;
	transform: rotate(45deg);
	display: flex;
	justify-content: center;
	align-items: center;
}
.each-borfi-box::before{
	content: "";
	width: 2px;
	height: 50px;
	border: 1px solid #08384c;
	position: absolute;
	top: 146px;
	left: 50%;
	transform: translateX(-50%);
}
.each-borfi-box h3{
	font-family: 'MundialRegular';
	color: #08384c;
	transform: rotate(315deg);
}
.each-borfi-box h5{
	color: #08384c;
	margin-top: 100px;
}
.overons-year-sec .swiper-slide:nth-child(even) .each-borfi-box {
	transform: rotate(-180deg);
	margin-top: -130px;
}
.overons-year-sec .swiper-slide:nth-child(even) .each-borfi-box h3{
	transform: rotate(135deg);
}
.overons-year-sec .swiper-slide:nth-child(even) .each-borfi-box h5{
	transform: rotate(180deg);
}
.overons-year-sec .swiper-button-prev {
	display: none;
}
.overons-year-sec .swiper-button-next {
	right: 2%;
}
.overons-year-sec .common-arrow {
	background-color: transparent;
	height: auto;
	width: auto;
}
.overons-year-sec .common-arrow img {
	filter: invert(0);
	-webkit-filter: invert(0);
}
/*=================================acties page start====================================*/
.actie-insta-sec {
	padding: 100px 0 100px;
}
.actie-insta-heading {
	margin-bottom: 100px;
	max-width: 800px;
	width: 100%;
}
.actie-insta-heading span {
	display: flex;
	align-items: center;
}
.actie-insta-heading img {
	width: 60px;
	margin-right: 35px;
}
.actie-insta-heading p {
	margin-top: 55px;
}

/*=================================wasstraat page start====================================*/
.wash-info-sec {
	padding: 8px 0;
	overflow: hidden;
	background: #f7f7f7;
}
.wash-info-wrap {
	width: calc(100% + 16px);
	margin-left: -8px;
}
.wash-info-sec .col-lg-4 {
	padding: 8px;
}
.each-wash-info {
	/*background-color: #f4f4f4;*/
	background-color: #fff;
	padding: 80px 30px;
}
.each-wash-info-wrapper {
	display: table;
	margin: auto;
	position: relative;
}
.each-wash-info .number {
    position: absolute;
    top: -8rem;
    left: -4rem;
    font-size: 15rem;
    color: #edf6f9;
    font-family: 'MundialBold';
}
.each-wash-info h6 {
	font-family: 'MundialHair';
    font-size: 20px;
	color: #1c1c1c;
	letter-spacing: 1px;
	position: relative;
	z-index: 1;
}
.each-wash-info h6 span {
	display: block;
	font-family: 'MundialThinItalic';
	font-style: italic;
	margin: 10px 0 15px;
}
.each-wash-info ul li {
	font-family: 'MundialLight';
    font-size: 20px;
	color: #08384c;
	position: relative;
	padding-left: 15px;
	letter-spacing: 1.2px;
	z-index: 1;
}
.each-wash-info ul li::before {
	background-size: 8px;
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background-image: url(../images/minus.png);
    background-repeat: no-repeat;
}
/****wash-feature-sec***/
.wash-feature-sec {
	padding: 11% 0;
}
.wash-feature-sec ul li {
	font-family: 'MundialRegular';
    font-size: 25px;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-left: 34px;
	position: relative;
	margin-bottom: 45px;
}
.wash-feature-sec ul li:last-child {
	margin-bottom: 0;
}
.wash-feature-sec ul li::before {
	background-size: 12px;
    position: absolute;
    top: 12px;
    left: 0;
    content: '';
    width: 12px;
    height: 12px;
    background-image: url(../images/white-circle.png);
    background-repeat: no-repeat;
}
.wash-form-sec {
	padding: 8% 0;
}
/****wash-mid-sec*****/
.wash-mid-sec {
	margin-top: 18px;
}
.wash-mid-sec .left-content p {
	margin-bottom: 0;
}
/****wash-btm******/
.wash-btm-sec .gallery-content {
	padding-top: 17%;
	padding-bottom: 17%;
}
/***wash-top*****/
.wash-top-sec {
	padding: 18px 0 0 6px;
	overflow: hidden;
}
.wash-top-sec::before {
	display: none;
}
.wash-top-sec .left-content {
	left: 0;
	padding-left: 15%;
	max-width: 720px;
}
.wash-top-sec .left-content p {
	margin-bottom: 0;
}
.wash-top-sec .content-img {
	height: 100%;
}
.wash-top-sec .content-img img {
	height: 100%;
	object-fit: cover;
}
/*=================================aanbod-dtl page start====================================*/
.aanbod-dtl-bk-btn-sec {
	padding: 35px 0;
	margin-top: 80px;
}
.aanbod-dtl-bk-btn-wrapper {
	padding: 0 90px;
}
.aanbod-dtl-bk-btn-sec h4 {
	font-family: 'MundialLight';
    font-size: 28px;
	color: #08384c;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.aanbod-dtl-bk-btn-sec h4 span {
	font-size: 20px;
	margin-left: 40px;
}
.aanbod-dtl-bk-btn-sec .col-lg-9 {
	position: relative;
}
.aanbod-dtl-bk-btn-sec .col-lg-9::before{
	content: "";
    background-color: #d2d2d2;
    height: calc(100% + 20px);
    width: 1px;
    position: absolute;
    top: -10px;
    left: -5%;
}
/****aanbod-top-slide****/
.aanbod-dtl-top-sec .common-arrow {
	background-color: transparent;
}
.aanbod-dtl-top-sec .common-arrow img {
	filter: invert(0);
	-webkit-filter: invert(0);
}
.aanbod-dtl-top-sec .swiper-button-prev {
	display: none;
}
.aanbod-dtl-top-sec .swiper-button-next {
	right: 6%;
}
.aanbod-dtl-top-sec .swiper-slide-next {
	position: relative;
}
.aanbod-dtl-top-sec .gallery-top .swiper-slide-next::after {
	content: "";
    background-color: rgba(0, 0, 0, 0.65);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.aanbod-dtl-top-sec .each-dtl-top-slide, .thumb-img{
	overflow: hidden;
}
.aanbod-dtl-top-sec .each-dtl-top-slide img, .thumb-img img{
	margin: -5% 0;
}
.aanbod-dtl-top-sec .gallery-thumbs{
	padding: 10px;
}
/****tab-sec****/
.dtl-tab-sec {
	overflow: hidden;
}
.tab-btn {
	padding: 60px 0 60px 90px;
	position: relative;
}
.tab-btn-area {
	position: relative;
}
.tab-btn-area::after {
	content: '';
	background-color: #efefef;
	height: 2px;
	width: calc(100% + -8%);
	left: 4%;
	bottom: 0;
	position: absolute;
}
/*.tab-btn::after {
	content: '';
	background-color: #efefef;
	height: 2px;
	width: calc(100% + 20%);
	left: 6%;
	bottom: 0;
	position: absolute;
}*/
.dtl-tab-sec .nav-tabs {
	border-bottom: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    margin-right: 0;
    font-family: 'MundialLight';
    font-size: 20px;
    border: 0;
    padding-right: 7%;
    padding-bottom: 10px;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
	border: 0;
    background-color: #fff;
	color: #08384c;
	opacity: 0.5;
    padding: 0;
	text-transform: uppercase;
    border-radius: 0;
    width: 100%;
    height: 100%;
    word-break: break-word;
	text-align: left;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
	color: #08384c;
	opacity: 1;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover {
	opacity: 1;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link span {
	position: relative;
	padding: 0 15px;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link span::before {
	content: "";
    background-color: #08384c;
    height: 2px;
    width: 7px;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    left: 0px;
	opacity: 0.5;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link span::after {
	content: "";
    background-color: #08384c;
    height: 2px;
    width: 7px;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    right: 0px;
	opacity: 0.5;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active span::after {
	opacity: 1;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active span::before {
	opacity: 1;
}
/****tab-content***/
.tab-content-wrapper {
	padding: 60px 130px 165px 130px;
}
.dtl-tab-sec .tab-content ul li {
    font-family: 'MundialRegular';
    font-size: 18px;
    color: #1c1c1c;
    padding-bottom: 10px;
    word-break: break-word;
	letter-spacing: 0.4px;
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/black-bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 9px;
    padding-left: 20px;
    background-size: 8px;
}
.kenmerken-tab ul li:nth-child(even) {
	font-family: 'MundialLight';
	color: #656565;
}
.bullet-panel {
    margin-bottom: 20px;
}
.bullet-panel h5 {
    color: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'MundialRegular';
	font-size: 20px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 20px;
    position: relative;
    font-family: 'MundialLight';
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 8px;
    position: absolute;
    top: 12px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background-image: url(../images/black-bullet.svg);
    background-repeat: no-repeat;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0973a0;
    font-size: 16px;
    line-height: 24px;
}
.left-bg-block h6 {
    line-height: 30px;
    color: #fff;
	font-family: 'MundialLight';
	font-size: 16px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #0973a0;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
    background-color: #fff;
}
.each-onderhoud-block h4 {
    color: #1c1c1c;
    font-family: 'MundialRegular';
    font-size: 24px;
}
.each-onderhoud-block h5 {
    color: #1c1c1c;
    margin: 10px 0px 30px;
    font-size: 18px;
    font-family: 'MundialLight';
}
/*****car-info******/
.car-info {
	max-width: 336px;
	width: 100%;
	margin-left: auto;
}
.car-price {
	/*max-width: 290px;*/
	margin-left: auto;
	padding: 10px 50px 10px 0;
}
.car-price h3 {
	font-family: 'MundialLight';
    font-size: 31px;
	color: #656565;
	letter-spacing: 2px;
}
.car-price h6 {
	font-family: 'MundialThin';
    font-size: 20px;
	color: #656565;
	margin-top: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.car-contact-dtl {
	background-color: #08384c;
	padding: 55px;
}
.car-contact-number a {
	font-family: 'MundialThin';
    font-size: 20px;
	color: #fff;
	line-height: 50px;
	letter-spacing: 0.5px;
	padding-bottom: 3px;
}
.car-contact-number a:last-child {
	border-bottom: 2px solid #fff;
}
.car-contact-btn {
	margin-top: 40px;
}
.car-contact-btn button, .car-contact-btn a {
	font-family: 'MundialLight';
    font-size: 20px;
	color: #fff;
	line-height: 50px;
	letter-spacing: 0.5px;
	padding: 0;
	border: 0;
	background-color: transparent;
}
.car-contact-btn button img, .car-contact-btn a img{
	width: 24px;
	margin-right: 25px;
}
.car-contact-btn button:hover, .car-contact-btn a:hover {
	opacity: 0.6;
}
/**dtl-gal-sec****/
.aanbod-dtl-gallery-sec {
	padding: 10px 0 0px;
	overflow: hidden;
}
.aanbod-dtl-gallery-wrapper {
	width: calc(100% + 10px);
	margin-left: -5px;
}
.aanbod-dtl-gallery-sec .gallery-img {
	margin:3px;
	height: 100%;
}
.aanbod-dtl-gallery-sec .gallery-img img {
	height: 100%;
	object-fit: cover;
}
.aanbod-dtl-gallery-sec .less-gallery-images .col-4:last-child .gallery-img{
	position: relative;
}
.aanbod-dtl-gallery-sec .overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background:#000;
	opacity: 0.4;
}
.aanbod-dtl-gallery-sec .gallery-image-content{
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	z-index: 1;
}
.aanbod-dtl-gallery-sec .gallery-image-content img{
	width: 50px;
	margin-bottom: 15px;
}
.aanbod-dtl-gallery-sec .gallery-image-content h4{
	color: #fff;
	font-size: 20px;
	font-family: 'MundialRegular';
	letter-spacing: 8px;
}
.aanbod-dtl-gallery-sec .more-gallery-images{
	display: none;
	margin-top: 5px;
}
/****aanbod-dtl-form-sec****/
.aanbod-dtl-form-sec {
	background-color: #f4f4f4;
}
.aanbod-dtl-form-sec .form-styl {
	background-color: transparent;
}
/****related-product****/
.related-product .product-slider {
	margin-left: 0;
}
.related-product {
	padding: 100px 0 100px;
}
/*=================================camper page start====================================*/
.camper-video-sec {
	margin-top: 18px;
}
.camper-video-sec .left-content{
	padding-left: 15%;
    max-width: 720px;
}
.camper-video-sec .left-content p {
	margin-bottom: 0;
}
.camper-video-sec .content-img {
	position: relative;
}
.camper-play-btn {
	background-color: #f5f4f3;
	height: 100px;
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.camper-play-btn img{ 
	width: 30px;
}
/*=================================tankstation page start====================================*/
.tankstation-top-sec {
	padding: 8% 0;
}
.tankstation-mid-sec {
	background-color: #f4f4f4;
	padding: 0;
}
.tankstation-mid-sec .left-content {
	left: 0;
	padding-left: 0;
	padding-right: 15%;
}
.tank-btm-sec .gallery-content {
	max-width: 745px;
}
.tankstation-mid-sec .content-img{
	padding-left: 40px;
}
/*=================================aanbod-page start====================================*/
/****"aanbod-btn-sec****/
.aanbod-btn-sec{
	padding: 40px 0;
}
.filter-sec{
	padding-top: 40px;
}
.aanbod-grid-wrap{
	width: 100%;
	max-width: 255px;
	margin-left: auto;
}
.maak-txt p{
	font-size: 13px;
	font-family: 'MundialRegular';
	color: #1c1c1c;
	margin-bottom: 0;
	display: inline;
	text-transform: uppercase;
}
.aanbod-each-filter-grid img{
	margin-right: 15px;
	width: 30px;
}
.aanbod-each-filter-grid{
	opacity: 0.5;
	font-family: 'MundialRegular';
	font-size: 12px;
	letter-spacing: 1px;
    cursor: pointer;
}
.active{
	opacity: 1;
}
.each-aanbod-btn{
	margin-right: 19px;
}
.aanbod-btn-group .col-md-4:last-child .each-aanbod-btn{
	margin-right: 0;
  }
.aanbod-btn-wrap .col-md-4:first-child{
	opacity: 0.65;
}
/*
.aanbod-btn-wrap .col-md-4:nth-child(2){
	opacity: 0.65;
}
*/
.aanbod-btn-wrap .col-lg-3{
	width: 13%;
}
.aanbod-btn-wrap .col-lg-9{
	width: 87%;
}
.aanbod-btn-group{
	padding-right: 13.5%;
}
/****"aanbod-product-sec****/
.aanbod-product-sec{
	padding-bottom: 120px;
}
.aanbod-product-sec .each-product{
	margin-bottom: 22px;
}
.aanbod-product-sec .col-xl-8{
	padding-bottom: 22px;
}
.aanbod-product-middle-area {
    position: relative;
}
.aanbod-product-middle-area:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(26, 26, 26, 0.67);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
	opacity: 0.5;
}
.aanbod-product-middle-content h3 {
    color: #fff;
    font-size: 40px;
}
.aanbod-product-middle-content p {
    color: #fff;
	margin: 20px 0px 37px;
}
.aanbod-product-middle-content {
    position: relative;
    z-index: 2;
    padding: 0 20%;
}
.huurbussen-product-sec{
	padding: 120px 0;
}
/*=================================Verkocht page start====================================*/
/****Verkocht-product-sec****/
.Verkocht-product-sec{
	padding-top: 70px;
}
.Verkocht-product-sec .common-btn{
	background: #13a752;
	border: 1px solid transparent
}
.Verkocht-product-sec .common-btn:hover{
	color: #fff;
    background:#1c1c1c;
    border-color: #1c1c1c;
}
/*=================================huurbussen-dtl page start====================================*/
.huur-dtl-tab-sec .car-price {
	max-width: 100%;
	text-align: center;
}
.hurr-dtl-form-sec {
	padding: 100px 0 140px;
}
/*=================================bedankt page start====================================*/
.bedankt-banner-sec .common-btn {
	height: 69px;
	line-height: 67px;
	width: 256px;
	margin-top: 10%;
}
.bedankt-banner-sec .banner-content {
	bottom: auto;
	top: 54%;
	transform: translateY(-50%);
}
/*=================================service-dtl page start====================================*/
.service-dtl-bk-btn {
	position: relative;
}
.service-dtl-bk-btn .common-btn {
	position: absolute;
	top: 40px;
	right: 6%;
	z-index: 2;
}
.service-dtl-top-sec .left-content {
	padding-top: 14%;
}
.service-dtl-gal {
	margin-bottom: 12px;
}
.service-dtl-gal .gallery-content p {
	margin-bottom: 0;
}
.service-dtl-gal .gallery-slider {
	padding: 12px 12px 0 12px;
	background-color: #f6f6f6;
}
/*=================================service list page start====================================*/
.service-list-sec .left-content {
	padding-bottom: 0;
}
.service-list-sec .left-content p {
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-list-sec .content-sec:nth-child(even)::before {
	display: none;
}
.service-list-sec .content-sec:nth-child(even) {
	padding: 0;
}
.service-list-sec .content-sec:nth-child(even) .left-content {
	margin-left: auto;
}
.service-list-sec .content-img {
	padding-left: 60px;
}
.service-list-sec .content-sec:nth-child(even) .content-img {
	padding-left: 0;
	padding-right: 60px;
}
/*=================================vacature list page start====================================*/
.vacature-info {
	margin-bottom: 60px;
}
.vacature-info ul li {
	font-family: 'mundiallight';
    font-size: 20px;
    color: #08384c;
	margin-right: 90px;
	display: inline-block;
}
.vacature-info ul li:last-child {
	margin: 0;
}
.vacature-info ul li img {
	margin-right: 15px;
	width: 30px;
}
/*=================================vacature dtl page start====================================*/
.vacature-top-sec .vacature-info {
	margin-top: 50px;
	margin-bottom: 0;
}
.vacature-dtl-gal .gallery-slider {
	max-width: 1050px;
	margin-left: auto;
}
/*=================================aanbod-list-page start====================================*/
/****aanbod-list-sec****/
.aanbod-list-sec{
	padding-bottom: 100px;
}
.aanbod-list-sec .col-md-5{
	width: 43%;
}
.aanbod-list-sec .col-md-7{
	width: 57%;
}
.aanbod-list-sec .product-dtl td{
	display: inline;
	/*padding-right: 28%;*/
	padding-right: 0 !important;
}
.aanbod-list-sec .product-dtl{
	padding: 30px 11%;
}
.aanbod-list-sec .product-dtl table td:last-child{
	padding-right: 0;
}
.aanbod-list-sec .product-dtl table{
	margin: 117px 0 45px 0;
}
.aanbod-list-sec .product-dtl .col-md-8 h6 span{
	display: inline-block;
	margin-left: 30px;
	margin-top: 0;
}
.aanbod-list-sec .product-dtl .col-md-8 h6{
	opacity: 0.75;
}
.aanbod-list-sec .product-dtl h3{
	margin-bottom: 12px;
}
.aanbod-list-sec .product-dtl .col-md-4 h5{
	font-size: 30px;
	color: #1c1c1c;
	font-family: 'MundialBold';
}
.aanbod-list-sec .product-dtl .col-md-4 h5 span{
	font-size: 25px;
	font-family: 'MundialRegular';
	display: block;
	margin-top: 15px;
}
.aanbod-list-sec .each-product{
	margin-bottom: 30px;
}
.aanbod-list-sec .product-dtl .common-btn {
	height: 60px;
	line-height: 59px;
	width: 222px;
}
 /* 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;
}
.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;
}

/*********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: 'mundiallight';
    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;
}
.add_morgan_footer_margin {
    height: 100px;
}
.a2a_dd img{	
	width: 24px;
    margin-right: 25px;
}
.pdf_img{
	width: 24px;
    margin-right: 25px;
}
.form-1, .form-2, .form-3{
	display: none;
	padding-left: 6%;
	padding-right: 6%;
}
.reset_btn{
	color: #121212;
}
.foto_upload{
	color: rgba(8, 56, 76, 0.5);
	line-height: 70px;
}
/*====service dtl===*/
.service-dtl-gal .each-gallery h3, .service-dtl-gal .each-gallery p{
    color: #fff;
}
.service-dtl-gal .gallery-dtl h5{
	text-transform: uppercase;
}
.service-dtl-gal .gallery-dtl p{
	margin-top: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 26px;
	font-size: 16px;
	text-align: justify;
	margin-bottom: 0;
}
.service-dtl-gal .gallery-dtl {
    position: absolute;
    bottom: 100%;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    z-index: 1;
}
.service-dtl-gal .text-box {
   	position: absolute;
	left: 0;
	width: 100%;
	padding: 0 5%;
	top: 50%;
	transform: translateY(-50%);
}
.service-dtl-gal .each-gallery:after{
	display: none;
}
.service-dtl-gal .each-gallery:hover .gallery-dtl{
    bottom: 0;
    height: 100%;
}
.service-dtl-gal .each-gallery .gallery-heading{
	-webkit-transition: .5s ease;
    transition: .5s ease;
}
.service-dtl-gal .each-gallery:hover .gallery-heading{
    bottom: -100%;
}
.grecaptcha-badge{
    display: none;
}
/*=========vehuur==========*/
.verhuur-product-block{
    padding: 40px 0 20px;
    background: #f7f7f7;
}
.verhuur-product-block .each-product{
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
    padding-left: 14px;
    margin-bottom: 20px;
}
.verhuur-product-block .product-dtl{
    width: 100%;
    padding: 20px 6%;
    background: #fff;
}
.verhuur-product-block .product-dtl .common-btn{
    max-width: inherit;
    width: auto;
    padding: 10px 30px;
    font-size: 14px;
    margin-top: 20px;
    height: auto;
    line-height: normal;
    position: static;
	display: block;
	background: #058112;
	border: 2px solid #058112;
}
.verhuur-product-block .col-xl-4{
    background: #0973a0;
}
.verhuur-product-block h5{
	font-size: 24px;
	color: #1c1c1c;
	letter-spacing: normal;
}
.verhuur-price-area h5, .verhuur-price-area p{
	color: #fff;
}
.verhuur-product-block .product-dtl h6{
	height: auto;
	font-family: 'MundialLight';
	font-size: 15px;
}
.verhuur-product-block .product-name h6{
	margin: 5px 0 25px;
}
.verhuur-product-block .product-price h6 span{
	font-family: 'MundialBold';
}
.verhuur-product-block .product-dtl h6 span{
	display: inline-block;
	margin-top: 0;
}
.verhuur-product-block .product-info h6 span{
	margin: 0 6%;
}
.verhuur-product-block .product-dtl .divider {
    opacity: 1;
    background-color: #e1e1e1;
    margin: 15px 0;
}
.verhuur-price-area p{
    letter-spacing: normal;
}
.verhuur-price-area table{
    margin: 15px 0 10px;
}
.verhuur-price-area td{
    font-family: 'MundialLight';
    font-size: 15px;
    color: #fff;
    line-height: 1.7;
}
.verhuur-price-area td:nth-child(odd){
    padding-right: 50px;
}
.vehur-car{
    position: relative;
}
@media(max-width: 1399.98px){
	.verhuur-product-block .product-info h6 span {
	    margin: 0 4%;
	}
}
@media(max-width: 991px){
	.verhuur-product-block .each-product{
		padding-left: 0;
	}
	.verhuur-price-area{
		margin-left: 0 !important;
    	padding: 10% 5%;
	}
	.verhuur-product-block .product-dtl .text-end{
		margin-top: 0 !important;
	}
	.verhuur-product-block .product-dtl{
		padding: 20px 4%;
	}
	.verhuur-product-block h5{
		font-size: 20px;
	}
	.verhuur-product-block .product-info h6 span {
	    margin: 0 .5%;
	}
}
.modal-area .popup-content a {
	margin: 20px 0 0;
}
.home_content::before {
    width: 100%;
}
/****Car Details Iframe*****/
#bdIframe{
	height: 950px;
}
.huurbussen-dtl-top-sec .each-dtl-top-slide img, .thumb-img img {
  margin: 0;
}

.hurr-dtl-form-sec .form-styl, .hurr-dtl-form-sec .form-styl {
  	/*border: 1px solid #ced4da;*/
}
.hurr-dtl-form-sec .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;
}
.hurr-dtl-form-sec .select-styl {
	position: relative;
}
.hurr-dtl-form-sec .select-styl::after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border: 3px solid #08384c;
	top: 30px;
	right: 20px;
	transform: rotate(45deg) translatex(-50%);
	border-top: 0;
	border-left: 0;
	pointer-events: none;
}
.hurr-dtl-form-sec select.form-styl{
	padding-right: 35px;
}
.camper-dtl-slider{
	position: relative;
}
.camper-dtl-slider .swiper-button-prev, .camper-video-sec .swiper-button-prev{
	left: 0;
}
.camper-dtl-slider .swiper-button-next, .camper-video-sec .swiper-button-next{
	right: 0;
}
/*===========actie-list============*/
.actie-list-sec .row{
	padding: 6% 0 calc(6% - 4rem);
	border-bottom: 1.5px solid #e1e1e1;
}
.actie-list-content{
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	z-index: 1;
	opacity: 0;
}
.actie-list-sec h4, .actie-list-sec h5, .actie-list-sec .txt-btn{
	font-family: 'mundiallight';
	color: #fff;
	letter-spacing: normal;
}
.actie-list-sec h4{
	font-size: 24px;
	margin-bottom: 8px;
}
.actie-list-sec .txt-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.actie-list-sec .position-relative:hover .actie-list-content{
	opacity: 1;
}
.actie-btm-content h4, .actie-btm-content p{
	color: #1c1c1c;
	letter-spacing: normal;
}
.actie-list-sec .position-relative:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	opacity: 0;
}
.actie-list-sec .position-relative:hover:after {
	opacity: 1;
}
.actie-list-sec .position-relative, .actie-list-sec .position-relative img, .actie-list-sec .position-relative:after{
  	transition: all 0.5s;
  	-webkit-transition: all 0.5s;
  	overflow: hidden;
}
.actie-list-sec .position-relative:hover img.w-100 {
  	transform: scale(1.2);
}
@media(max-width:991px){
	.actie-list-sec h4{
		font-size: 20px;
	}
	.actie-list-sec h5{
		font-size: 18px;
	}
}