@import "fonts.css";
@import "common-class.css";
html{font-size: 62.5%} 
body {
	padding: 0px;
	margin: 0px;
	font-family: 'mundiallight';
    font-size: 18px;
    color: #1c1c1c;
    overflow-x: hidden;
}
#page{
	overflow: hidden;
	position: relative;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
.grecaptcha-badge{
	display:none;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #f0f0f0;
    border-color: rgba(255,255,255,0.1);
    color: #445894;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #445894;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.1);
}
#menu .mm-navbar {
	border-color: rgba(0,0,0,0.1);
}
/*************side area**********/
.mini-right-nav li{
    margin: 0 0 15px;
    padding: 0;
    width: 60px;
    display: block;
    position: relative;    
}
.mini-right-nav li .navtext{
    position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-radius: 50px;
	border: 2px solid #ebebeb;
}
.mini-right-nav span {
    font-family: 'mundiallight';
    font-size:0px;
    bottom: 0;
    right: 0px;
    line-height: 58px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 0;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index:-1;
}
.mini-right-nav span:after{
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% + 60px);
	border-radius: 50px;
	content: '';
	background-color: #f9f9f9;
	height: 60px;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index: -1; 
}
.mini-right-nav .navtext:hover span{ 
	width:auto;
	overflow:visible;
	opacity:1;
	padding: 0 85px 0px 0px; 
	border-radius: 50px;
	font-size:16px;
}
.mini-right-nav .navtext:hover {
	text-decoration:none;
	background-color: #f9f9f9;
}
.mini-right-nav .navtext span{
	color:#445894;
}
.mini-right-nav img{
	width: 16px;
	position: relative;
	z-index: 1;
	object-fit: contain;
}
.mini-right-nav{
	position: fixed;
	top: 39%;
	z-index: 9;
	right: 50px;
}
/********header******/
.header-area {
	padding: 25px 0;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	overflow: hidden;
}
.header-area::before {
	content: '';
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 24.5%;
}
.header-left {
	position: relative;
}
.header-logo img {
	width: 227px;
}
.header-social {
	max-width: 80px;
	margin-left: auto;
}
.header-social img {
	width: 24px;
}
.header-social a {
	margin-left: 24px;
}
.header-social a:first-child {
	margin: 0;
}
.header-navigation {
	padding: 0 55px 0 85px;
}
.header-area .desktop-nav.navbar-expand-lg .navbar-nav .nav-item {
    font-family: 'mundialregular';
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-right: 115px;
}
.header-area .desktop-nav.navbar-expand-lg .navbar-nav .nav-item:last-child {
	margin: 0;
}
.header-area .desktop-nav.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.header-area .desktop-nav.navbar-expand-lg .navbar-nav .nav-link::after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ee5b64;
    left: -100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area .desktop-nav.navbar-expand-lg .navbar-nav .nav-link:hover::after {
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area .desktop-nav.navbar-expand-lg .navbar-nav .nav-link.active::after {
	left: 0;
}
.header-area .desktop-nav {
	padding: 0;
}
.menu-icon {
    font-family: 'mundiallight';
    font-size: 15px;
    color: #1e1e1e;
	max-width: 35px;
	margin: 0 auto;
	cursor: pointer;
}
.menu-icon.active .menu-bar div {
	transform: scale(0);
}
.menu-icon.active .menu-bar:before {
    transform: translateY(8px) rotate(135deg);
}
.menu-icon.active .menu-bar:after {
    transform: translateY(-8px) rotate(-135deg);
}
.menu-bar {
	position: relative;
}
.menu-bar div,
.menu-bar::after,
.menu-bar::before {
	display: block;
    background-color: #1c1c1c;
    content: '';
    height: 1px;
    margin: 7px 0;
}
.menu-box {
	position: relative;
}
.menu-box::after {
	content: '';
	right: 0;
	top: -50px;
	height: calc(100% + 100px);
	width: 1px;
	background-color: #dddddd;
	position: absolute;
}
.header-left .col-lg-2 {
	width: 28%;
}
.header-left .col-lg-10 {
	width: 72%;
}
.header-area .col-lg-3 {
	width: 24.5%;
}
.header-area .col-lg-9 {
	width: 75.5%;
}
/****hidden-menu-items*******/
.menu-items{
	position: absolute;
    top: 104px;
    width: 100%;
    max-width: 24.5%;
    background: #fff;
	border-top: 2px solid #f0f0f0;
    left: -100%; /*-100%*/
    z-index: 999;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-items.active {
	left: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-items ul {
    padding: 40px 0;
}
.menu-items li a {
    font-family: 'mundiallight';
    font-size: 18px;
    color: #445894;
    display: block;
    width: 100%;
    padding: 14px 10%;
    letter-spacing: 0.2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-items li.active a, .menu-items li a:hover {
    background: #445894;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 1;
}
.menu-items li a:hover:after{
	opacity: 1;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/**banner-sec****/
.banner-sec{ 
	position: relative;
	height: 100vh;
}
.banner-sec .swiper {
	height: 100%;
}
.each-banner {
	height: 100%;
}
.each-banner img {
    object-fit: cover;
    height: 100%;
}
.banner-content {
	position: absolute;
	bottom: 95px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	width: 100%;
	text-align: center;
}
.banner-content h3 {
	margin-bottom: 40px;
	color: #fff;
}
.banner-content .common-btn {
	margin: 0 50px;
	color: #fff;
}
.banner-content .common-btn:hover {
	color: #f05a61;
}
/***product-sec****/
.product-sec {
	position: relative;
	padding: 60px 0 10%;
	background-color: #f0f0f0;
}
.product-sec::before {
	content: '';
	height: 72.5%;
    width: 51%;
	background-color: #e6e6e6;
	position: absolute;
	top: 0;
	left: 0;
}
.product-wrap {
	padding-left: 5%;
}
.product-heading {
	margin-bottom: 65px;
	padding-right: 40px;
	position: relative;
}
.product-model h4 {
	color: #121212;
	letter-spacing: normal;
}
.product-model {
	margin: 20px 0 10px;
}
.product-slider .swiper .product-model h4{
	height: 60px;
	overflow: hidden;
}
.product-slider .swiper .product-model .text-end h4{
	height: auto;
}
.product-slider .swiper-slide-duplicate-prev .each-product .product-img {
	position: relative;
}
.product-slider .swiper-slide-duplicate-prev .each-product .product-img::after {
	content: '';
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
}
/****content-block****/
.content-head {
	background-color: #e6e6e6;
	padding: 15% 13% 10% 10%;
}
.content-head h2 {
	margin-bottom: 50px;
}
.content-list {
	padding: 15% 13% 10% 10%;
}
.content-list li {
	display: inline-block;
	width: 49%;
	margin-bottom: 10px;
	vertical-align: top;
}
.content-list li:nth-child(odd) {
	padding-right: 20px;
}
.content-list li:nth-child(even) {
	padding-left: 20px;
}
.content-list li a {
	font-size: 24px;
    font-family: 'mundialregular';
    color: #445894;
    letter-spacing: 0.5px;
	padding: 15px 20px 15px 10px;
	background-color: #fff;
	border-radius: 10px;
	display: block;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
}
.content-list li a:hover {
	padding-left: 30px;
	padding-right: 20px;
	background-color: #ee5b64;
	color: #fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.content-list li a span {
	float: right;
	display: none;
}
.content-list li a img {
	width: 22px;
}
.content-list li a:before{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    content: '';
    width: 22px;
    height: 22px;
    opacity: 0;
    background-image: url(../images/btn-arrow.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.content-list li a:hover:before{
	opacity: 1;
	right:15px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.content-list .common-btn {
	margin-top: 30px;
}
.content-img {
	height: 100%;
}
.content-img img {
	height: 100%;
	object-fit: cover;
}
/***"mid-bar-sec****/
.mid-bar-sec {
	background-color: #e6e6e6;
	padding: 6% 0;
}
.mid-bar-text p {
	margin-bottom: 20px;
}
.mid-bar-text {
	padding-left: 10%;
}
/****feature-sec****/
.feature-sec { 
	background-color: #f0f0f0;
}
.feature-img {
	padding-left: 7%;
	height: 100%;
}
.feature-img img {
	height: 100%;
	object-fit: cover;
}
.feature-sec .col-md-6:nth-child(1) .each-feature,
.feature-sec .col-md-6:nth-child(2) .each-feature  {
	margin-bottom: 100px;
}
.each-feature h4 {
	font-family: 'mundialdemibold';
	color: #ee5b64;
	margin: 20px 0 10px;
}
.each-feature img {
	width: 75px;
}
.feature-text {
	padding: 60px 0 60px 13%;
}
.each-feature-img {
	height: 85px;
}
/***review-sec****/
.review-sec {
	padding: 70px 0 50px;
}
.review-heading {
	margin-bottom: 60px;
}
.star-rating  {
	margin: 5px 0 15px;
}
.star-rating img {
	width: 22px;
	margin-right: 5px;
}
.star-rating img:last-child {
	margin: 0;
}
.each-review {
	background-color: #f0f0f0;
	text-align: center;
	padding: 45px 9%;
}
.each-review h4 {
	font-family: 'mundialdemibold';
}
.each-review h4 span {
	color: #ee5b64;
	font-size: 45px;
}
.each-review p {
	font-size: 18px;
	color: #909090;
	margin: 20px 0;
}
/****footer-area***/
.footer-area {
	padding: 80px 0 25px;
}
.footer-left {
	padding-right: 5%;
}
.each-footer-info h5 {
	margin-bottom: 20px;
}
.each-footer-info p {
	font-family: 'mundialthin';
	color: #909090;
	font-size: 18px;
	line-height: 35px;
}
.each-footer-info p a {
	color: #909090;
}
.each-footer-info p a:hover {
	color: #445894;
}
.footer-info {
	max-width: 900px;
	width: 100%;
}
.footer-divider {
	background-color: #d5d5d5;
	height: 2px !important;
	opacity: 1;
	margin: 50px 0 30px;
}
.footer-logo img {
	width: 360px;
}
.footer-menu li { 
	display: inline-block;
	margin-right: 40px;
}
.footer-menu li:last-child {
	margin: 0;
}
.footer-menu li a {
	font-family: 'mundialthin';
	color: #1a1a1a;
	font-size: 20px;
}
.footer-menu li a:hover {
	color: #445894;
}
.footer-social {
	display: inline-block;
}
.footer-social a {
	margin-right: 25px;
}
.footer-social img { 
	width: 25px;
	filter: invert(1);
}
.bovag {
	margin-left: 20px;
	display: inline-block;
}
/*======================================popup start===========================================*/
.modal-area .modal-dialog {
    max-width: 50%;
    margin: 8% auto 0;
}
.modal-area .modal {
	background-color: rgba(0, 0, 0, 0.5);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
	position: relative;
	overflow: hidden;
	background-color: transparent;
}
.modal-area .popup-content p{
    margin: 40px 0 60px;
}
.modal-area .popup-content {
    padding: 13% 9% 9%;
    background-color: #fff;
}
/*=============================contact page start====================================*/
.each-contact-info {
	display: flex;
	align-items: flex-start;
	margin-bottom: 18%;
}
/*.contact-info-sec .col-md-6:last-child .each-contact-info{
	margin-bottom: 0;
}*/
.each-contact-info img {
	width: 55px;
	margin-right: 24px;
}
.each-contact-info p {
	font-size: 18px;
    font-family: 'mundialthin';
    color: #909090;
    letter-spacing: 0.5px;
	margin-top: 15px;
	line-height: 34px;
}
.each-contact-info p a {
	color: #909090;
}
.each-contact-info p a:hover {
	color: #ee5b64;
}
.contact-info-sec .content-list table {
	width: 100%;
}
.contact-info-sec .content-list td {
	vertical-align: top;
	width: 50%;
}
/*.contact-info-sec .content-list td:nth-child(odd) {
	padding-right: 130px;
}*/
.contact-info-sec .content-list td h4 {
	margin-bottom: 15px;
}
.contact-info-sec .content-list td h6 {
	font-family: 'mundialthin';
	line-height: 34px;
}
.contact-info-sec .content-list p {
	font-family: 'mundialthin';
	line-height: 34px;
	font-size: 18px;
    color: #909090;
	margin-top: 45px;
}
.contact-info-sec .content-list p a {
    color: #909090;
}
.contact-info-sec .content-list p a:hover {
    color: #445894;
}
.contact-info-sec .content-head,
.contact-info-sec .content-list {
	padding-left: 13%;
}
.contact-info-sec .content-list {
	padding-bottom: 15%;
}
/****contact-form-sec*****/
.contact-form-sec {
	background-color: #f0f0f0;
	padding: 9% 0 8%;
}
.contact-form-area h2 {
	margin-bottom: 60px;
}
.contact-form-area .col-lg-6:nth-child(odd) {
	padding-right: 4%;
}
.contact-form-area .col-lg-6:nth-child(even) {
	padding-left: 4%;
}
.form-styl {
    resize: none;
    background-color: transparent;
    border-radius: 0;
    font-family: 'mundialregular';
    border: 0;
	border-bottom: 1px solid #445894;
    color: #1c1c1c;
    font-size: 20px;
    padding: 18px 0;
} 
.form-group {
	margin-bottom: 25px;
}
textarea.form-styl {
	padding: 15px 0 180px;
	height: auto;
}
.form-styl:placeholder {
	  color: #1c1c1c;
	  opacity: 1;
}
.form-styl:-ms-input-placeholder {
	  color: #1c1c1c;
	  opacity: 1;
}
.form-styl::placeholder {
	  color: #1c1c1c;
	  opacity: 1;
}
.form-styl:focus {
    box-shadow: none;
	color: #1c1c1c;
	background-color: transparent;
	border-color: #445894;
}
.contact-form-area .common-btn {
	font-family: 'mundiallight';
	padding: 0;
	border: 0;
	background-color: transparent;
}
.contact-form-area .common-btn::after {
	display: none;
}
.contact-dtl-man {
	display: flex;
	align-items: center;
}
.contact-dtl-man-img {
	max-width: 145px;
	height: 100%;
	width: 100%;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 45px;
}
.contact-dtl-man-img img {
	height: 100%;
    object-fit: cover;
}
.contact-dtl-man-text h4 {
	color: #1c1c1c;
}
.contact-dtl-man-text h4 span {
	color: #f05a61;
	display: block;
	margin-top: 10px;
}
.contact-form-dtl {
	max-width: 480px;
	width: 100%;
	margin-left: 25%;
}
.contact-form-dtl .each-contact-info {
	margin-bottom: 10px;
}
.contact-form-dtl  hr {
	background-color: #d0d0d0;
	margin: 30px 0 55px;
	opacity: 1;
}
/*======================================bedankt page start===========================================*/
.bedankt-banner-sec .banner-content {
	text-align: left;
}
.bedankt-banner-sec .banner-content h1 {
	line-height: 80px;
}
.bedankt-banner-sec .banner-content .common-btn {
	margin: 30px 0 0;
}
/*======================================aanbod-dtl page start===========================================*/
/****dtl-top-slider*****/
.each-dtl-top-slide { 
	position: relative;
}
.dtl-top-slider .swiper-slide-prev .each-dtl-top-slide::after,
.dtl-top-slider .swiper-slide-next .each-dtl-top-slide::after { 
	content: '';
	height: 100%;
	width: 100%;
	background-color: rgba(28, 28, 28, 0.67);
	position: absolute;
	top: 0;
	left: 0;
}
.dtl-top-slider .swiper-button-next {
	right: 5%;
}
.dtl-top-slider .swiper-button-prev {
	left: 5%;
}
/****dtl-car-bk-btn*****/
.dtl-car-bk-btn {
	position: relative;
}
.dtl-car-bk-btn-wrap {
	position: absolute;
	right: 25%;
	top: 60px;
}
.dtl-car-bk-btn .common-btn {
	padding: 20px 0 20px 80px;
}
.dtl-car-bk-btn .common-btn::after {
	left: 0;
	transform: translateY(-50%) rotate(180deg);
}
/****dtl-car-info-sec******/
.dtl-car-info-left { 
	background-color: #f7f7f7;
	padding: 10% 13% 7%;
	overflow: hidden;
	height: 100%;
}
.dtl-car-model h4 {
    font-size: 36px;
    color: #1e1e1e;
	margin-bottom: 30px;
}
.dtl-car-model h6 {
    font-family: 'mundialregular';
    color: #1e1e1e;
}
.dtl-car-desc {
	background-color: #fff;
	padding: 35px 0;
	margin: 70px 0;
	position: relative;
}
.dtl-car-desc::before {
	position: absolute;
    top: 0;
    width: calc(100% + 40%);
    background-color: #fff;
    content: '';
    height: 100%;
    left: -20%;
}
.dtl-car-desc td {
	vertical-align: top;
	padding-right: 130px;
	position: relative;
}
.dtl-car-desc td:last-child {
	padding: 0;
}
.dtl-car-desc td h4 {
    font-size: 36px;
    color: #1e1e1e;
}
.dtl-car-desc td h4 span {
    font-size: 16px;
    color: #8f8f8f;
	margin-bottom: 5px;
	display: block;
}
.dtl-car-top-kenmerken h4 {
    font-size: 36px;
    color: #1e1e1e;
	margin-bottom: 10%;
}
.dtl-car-top-kenmerken li {
	color: #1c1c1c;
	font-size: 15px;
    font-family: 'mundialregular';
	width: 49%;
    display: inline-block;
    vertical-align: top;
}
.dtl-car-top-kenmerken li:nth-child(odd) {
	color: rgba(28, 28, 28, 0.48);
	padding-right: 50px;
	padding-bottom: 30px;
}
.dtl-car-info-right {
	padding: 130px 21% 65px;
	height: 100%;
}
.dtl-car-price {
	margin: 65px 0 40px;
}
.dtl-car-price h4 {
	font-size: 36px;
    color: #1e1e1e;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #dcdcdc;
}
.dtl-car-price h4 span {
	font-size: 16px;
    color: #8f8f8f;
}
.dtl-car-price table {
	width: 100%;
}
.dtl-car-price td {
	font-size: 16px;
    font-family: 'mundialregular';
    color: #1e1e1e;
	padding-bottom: 24px;
}
.dtl-car-price td:nth-child(odd) {
	color: #8f8f8f;
}
.dtl-car-price td:nth-child(even) {
	text-align: right;
}
.dtl-car-btn .box-btn {
	max-width: 100%;
}
.dtl-car-btn .blank-btn {
	background-color: transparent;
	color: #445894;
}
.dtl-car-btn .blank-btn:hover {
	background-color: #445894;
	color: #fff;
}
.dtl-car-info-right .contact-form-dtl {
	max-width: 100%;
	margin-left: 0;
	margin-top: 45px;
}
/****dtl-tab-sec***/
.dtl-tab-sec {
	padding: 7% 0;
}
.each-tab-content {
	margin-bottom: 6%;
}
.each-tab-content p {
	font-size: 15px;
	color: #1c1c1c;
}
.each-tab-content:last-child {
	margin: 0;
}
.each-tab-heading {
	margin-bottom: 5%;
}
.each-tab-heading h3 {
	font-family: 'mundialbold';
	color: #1c1c1c;
	text-transform: uppercase;
}
.dtl-tab-sec .each-tab-content ul li {
    font-family: 'mundialregular';
    font-size: 15px;
    color: #1c1c1c;
    padding-bottom: 10px;
    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 6px;
    padding-left: 20px;
    background-size: 7px;
    color: rgba(28, 28, 28, 0.48);
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.tab-content h3 {
    margin-bottom: 50px;
    padding-left: 0;
}
.tab-content h3::before {
    display: none;
}
.bullet-panel h4 {
    color: #1c1c1c;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 10px;
    font-family: 'mundialregular';
}
.dtl-tab-sec .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 20px;
    position: relative;
    font-family: 'mundialregular';
}
.dtl-tab-sec .bullet-panel li:after {
    padding-left: 15px;
    background-size: 8px;
    position: absolute;
    top: 7px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #445894;
    font-size: 16px;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #445894;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 30px;
    color: #fff;
}
.each-onderhoud-block h4 {
    color: #1c1c1c;
    font-family: 'mundialregular';
    font-size: 24px;
}
.each-onderhoud-block h5 {
    color: #1c1c1c;
    margin: 10px 0px 30px;
    font-size: 18px;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
/***aanbod-dtl-contact-form*****/
.aanbod-dtl-contact-form {
	background-color: #f7f7f7;
	padding: 6% 0 5%;
}
/***related-product-sec*****/
.related-product-sec {
	background-color: #f7f7f7;
	padding: 4% 0 7%;
}
.related-product-sec .product-heading .common-btn {
	margin-right: 17%;
}
.related-product-sec::before {
	height: 78%;
}
/*====================================diensten page start====================================*/
/*****inner-banner-sec******/
.inner-banner-sec {
	position: relative;
}
.inner-banner-content {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	padding-top: 100px;
}
.inner-banner-content h2 {
	color: #fff;
}
/***diensten-list-sec***/
.diensten-list-sec{
	padding-top: 4%;
}
.diensten-list-wrap{
	padding: 0 3%;
	margin: 0 -17px;
}
.diensten-list-wrap .col-xl-4{
	padding: 0 17px;
}
.each-diensten-list-box h4{
	font-family: 'mundialdemibold';
	color: #f05b62;
	margin: 20px 0 15px 0;
}
.diensten-list-txt p {
   padding-right: 18%;
   display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-diensten-list-box{
	margin-bottom: 16.2% ;
}
.each-diensten-list-box-img {
	overflow: hidden;
}
.each-diensten-list-box-img img {
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diensten-list-box-img:hover img {
	transform: scale(1.1);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/****************aanbod-page**************/
/*** aanbod-top-sec ***/
.aanbod-top-sec{
	background-color: #e6e6e6;
	padding: 4% 0 4% 0;
}
.aanbod-top-sec h3{
	color: #ee5b64;
	margin-top: 15px;
	opacity: 75%;
}
/*** filter-sec ***/
.filter-sec{
	padding: 5.2% 0;
	background-color: #f0f0f0;
}
.filter-sec .select-style {
	width: 100%;
	color: #445894;
	font-family: 'mundialregular';
	font-size: 20px;
	appearance: none;
	border: 0;
	background-color: #f0f0f0;
	height: 60px;
	line-height: 60px;
}
.filter-sec option{
	font-family: arial;
}
.zoken-btn{
	max-width: 100%;
	margin-left: auto;
	position: relative;
}
.zoken-btn .common-btn{
	width: 100%;
	border: 0;
	background: #ee5b64;
	border-radius: 10px;
	color: #fff;
	display: block;
	padding: 16px 16px 16px 35px;
	text-align: left;
	font-size: 24px;
}
.zoken-btn .common-btn:after{
	background-image: url(../images/btn-arrow.png);
	border-radius: 0;
	background-color: transparent;
	border: 0;
	right: 10px;
}
.zoken-btn .common-btn:hover{
	background-color: #445894;
}
.reset-btn {
	margin-top: 10px;
	font-size: 15px;
	position: absolute;
    right: 0;
}
.reset-btn:hover {
	color: #445894;
}
.filter-sec .col-xl-2{
	padding: 0 15px;
}
.filter-wrap{
	margin: 0 -15px;
}
/*** aanbod-product-sec ***/
.aanbod-product-sec{
	background-color: #f0f0f0;
	position: relative;
	padding-bottom: 3%;
}
.aanbod-product-sec .col-xl-4{
	padding: 0 13px;
}
.aanbod-product-wrap{
	margin: 0 -13px;
}
.aanbod-product-sec .each-product h4{
	font-family: 'mundiallight';
	font-size: 17px;
	height: 45px;
	overflow: hidden;
	letter-spacing: normal;
}
.aanbod-product-sec .each-product .text-end h4{
	height: auto;
}
.aanbod-product-sec .each-product{
	margin-bottom: 50px;
}
.aanbod-product-sec .product-img{
	position: relative;
	overflow: hidden;
}
.aanbod-product-sec .product-img .serch-icon img{
	width: 42px;
}
.aanbod-product-sec .product-img .serch-icon{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	top: -100%;
	left: 0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.aanbod-product-sec .each-product:hover .serch-icon{
	top: 0;
}
.aanbod-product-sec .mid-bar-sec{
	padding: 50px 0;
	position: relative;
	margin: 30px 0 115px 0;
}
.aanbod-product-sec .mid-bar-sec:after{
	content: "";
	background-color: #e6e6e6;
	top: 0;
	left: -8%;
	width: calc(100% + 20%);
	height: 100%;
	position: absolute;
	z-index: 1;
	right: 0;
}
.aanbod-middle-cont-wrap{
	position: relative;
	z-index: 2;
	margin: 0 13px;
}
.aanbod-product-sec .mid-bar-sec p{
	margin-bottom: 10px;
}
/****************diensten-dtl-page**************/
/***header ***/
.inner-header{
	position: relative;
}
/***back-btn-sec ***/
.back-btn-sec{
	background-color: #e6e6e6;
	padding-top: 58px;
}
.back-btn-sec .common-btn {
	font-family: 'mundiallight';
	color: #1a1a1a;
	padding-left: 76px;
	padding-right: 0;
}
.back-btn-sec .common-btn:after{
	left: 0;
	transform: translateY(-50%) rotate(180deg);
}
.back-btn-sec .common-btn:hover {
	color: #f05a61;
}
/***diensten-dtl-top-sec***/
.diensten-dtl-top-sec{
	padding: 2% 0 6% 0;
}
.dtl-top-txt-left{
	padding: 20px 0 0 19%;
}
/***diensten-dtl-content-sec***/
.diensten-dtl-image-block h2{
	margin-bottom: 40px;
}
.diensten-dtl-image-block .col-lg-7{
	width: 54%;
}
.diensten-dtl-image-block .col-lg-5{
	width: 46%;
}
/***diensten-dtl-contact-sec***/
.diensten-dtl-contact-sec{
	background: #fff;
}
/*** diesten-dtl-content-block ***/
.diesten-dtl-content-block{
	background-color: #f0f0f0;
}
.diesten-dtl-content-block .content-list li a{
	background-color: #f0f0f0;
}
.diesten-dtl-content-block .content-list li a img{
	opacity: 0;
}
.diesten-dtl-content-block .content-list li a:hover{
	background-color: #f05a61;
}
.diesten-dtl-content-block .content-list li a:hover img{
	opacity: 1;
}
/***diensten-dtl-review-sec ***/
.diensten-dtl-review-sec {
	padding-top: 5.5%;
}
.diensten-dtl-review-sec .review-slider{
	margin-left: -48%;
}
/****************overons-page**************/
/***overons-banner-sec****/
.overons-banner-sec .inner-banner-content {
	padding-left: 8%;
}
/***ons-gallery-sec ***/
.ons-gallery-head h2{
	margin-bottom: 5.5%;
}
.ons-gallery-head h2 span{
	color: #f05a61;
}
.ons-gallery-sec{
	background-color: #f0f0f0;
}
.ons-gallery-img {
	overflow: hidden;
}
.ons-gallery-img img {
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ons-gallery-img:hover img {
	transform: scale(1.1);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/***over-ons-top***/
.over-ons-top{
	padding: 6% 0 6.5% 0;
}
.over-ons-top .dtl-top-txt-left{
	padding-top: 0;
}
/***ons-team-sec***/
.ons-team-sec{
	padding-bottom: 8.5%;
}
.team-info h4{
	font-family: 'mundialdemibold';
	color: #ef6971;
}
.team-info h4 span{
	font-family: 'mundiallight';
	color: #1c1c1c;
	opacity: 0.75;
	padding-top: 10px;
	display: block;
}
.team-info{
	margin-top: 35px;
}
.ons-team-sec:before{
	height: 72%;
	width: 53.5%;
}
/***ons-review-sec***/
.ons-review-sec{
	padding-top: 5%;
}
/*******loader*****/
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color:#fff;
  font-size:18px;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}

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

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

.morgeninternet-footer > img {
    height: 30px;
    padding-top: 15px;
}

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

.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    text-transform: uppercase;
}
.star_icon p img{
    width: 14px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
   	font-family: 'mundialregular';
    font-size: 15px;
    color: black;;
    padding-bottom: 10px;
    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;
}
.form-1, .form-2 {
	display:none;
	margin-top: 30px !important;
	margin: 0 auto 10px;
}
.form-1 textarea.form-styl, .form-2 textarea.form-styl{
	padding-bottom: 0;
}
.right-brand-area {
    display: inline-block;
    margin-left: 50px;
}
.right-brand-area img {
    width: 95px;
}

.api_view .vivition-player{
    padding-bottom: 66.667% !important;
}
.calsty{ border: 0; width: 100%; height: 800px; background: transparent; }

.widget-btn-area{
	bottom: 2rem;
  	left: 3rem;
  	z-index: 99;
}
.widget-btn{
	border-radius: 10px;
  	background: #445894;
	box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  	padding: 1.3rem 2.5rem;
  	font-size: 1.7rem;
  	font-family: 'mundialbold';
  	cursor: pointer;
  	color: #fff;
}	
.widget-btn span:after, .widget-mobile span:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	right: -.5rem;
	content: '';
	width: 1rem;
	height: 1rem;
	background: url(../images/next-white.svg) no-repeat center/ contain;
}
.widget-content{
	background: #1c1c1c;
	padding: 4.5rem;
  	-webkit-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
  	border-radius: 20px;
  	width: 51rem;
  	display: none;
}
.arw-rotate{
	margin-top: -2.5rem;
  	margin-bottom: 1rem;
  	transform: rotate(-90deg);
	cursor:pointer;
}
.widget-content h4, .widget-content h5{
	text-transform: unset;
	color: #fff;
	letter-spacing: normal;
}
.widget-content h4{
  	font-size: 2.4rem;
}
.widget-content h5{
	font-family: 'mundialregular';
	font-size: 1.7rem;
	margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
	text-decoration: underline;
	color: #445894;
}
.widget-content button, .widget-mobile button{
	border-radius: 5px;
	color: #fff;
	border: 2px solid #445894;
  	background: #445894;
	padding: 1.2rem 2rem;
	font-size: 1.7rem;
  	font-family: 'mundialbold';
	margin-right: .5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
}
.widget-content button:hover, .widget-mobile button:hover{
	background: #fff !important;
	border-color: #fff !important;
	color: #445894 !important;
}