@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    color: #101010;
    font-family: 'PublicSans-Regular';
    font-size: 1.8rem;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/* .add_morgan_footer_margin{
	height: 100px !important;
} */
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/***header-area*****/
.header-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 35px 0;
	z-index: 99;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-area.header-active {
	background-color: #101010;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
}
.header-logo {
	margin: 0 70px;
}
.header-logo img {
	width: 203px;
}
.header-wrap {
	max-width: 1030px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-nav ul {
	display: flex;
	align-items: center;
	justify-content: end;
	column-gap: 42px;
	margin: 0;
}
.header-nav li {
	padding: 0;
	color: #fff;
    font-family: 'PublicSans-Regular';
	font-size: 1.8rem;
	line-height: 28px; 
	letter-spacing: 0.36px;
}
.header-nav li::after {
	display: none;
}
.header-nav li a {
	color: #fff;
}
.header-nav li a:hover,
.header-nav li a.this-pg {
	color: #FFB84B;
}
/***mobile-header*****/
.mobile-header .header-menu {
	position: fixed;
	top: 82px;
	background-color: #101010;
	height: 100vh;
	width: 100%;
	left: 0;
	padding: 40px;
	clip-path: inset(0 0 100% 0);
	transition: all 0.5s;
}
.mobile-header .header-menu ul {
	flex-direction: column;
	text-align: center;
}
.mobile-header .header-menu.mob-menu-active {
	clip-path: inset(0 0 0 0);
}
.mobile-header .header-menu ul {
	margin: 0;
}
.mobile-header .header-menu li {
	padding: 0;
	color: #fff;
    font-family: 'PublicSans-Regular';
	font-size: 1.8rem;
	line-height: 28px; 
	letter-spacing: 0.36px;
	margin-bottom: 20px;
}
.mobile-header .header-menu li a {
	color: #fff;
}
.mobile-header .header-menu li a:hover,
.mobile-header .header-menu li a.this-pg {
	color: #FFB84B;
}
.mobile-header .header-menu li::after {
	display: none;
}
.mobile-header .header-menu li.active {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
	animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
    -webkit-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	-o-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	animation-delay: calc(0.1s * attr(data-animation-offset number 1));
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
.menu-bar {
    position: relative;
    max-width: 30px;
    width: 100%;
    margin-left: auto;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 2px;
    margin: 5px 0 5px auto;
    width: 30px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div {
	transform: scale(0);
}
.menu-bar.active  div {
    transform: scale(0);
}
.menu-bar.active:before {
    transform: translateY(6px) rotate(135deg);
}
.menu-bar.active:after {
    transform: translateY(-8px) rotate(-135deg);
}
/***fix-rating***/
.fix-rating {
	position: fixed;
	right: 0;
	top: 30%;
	border-radius: 10px 0px 0px 10px;
	border: 1px solid rgba(18, 18, 18, 0.02);
	background: #fff;
	box-shadow: 0px 4px 4.6px 0px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	z-index: 98;
}
.fix-rating iframe {
	width: 85px;
	height: 130px;
}
/********banner-sec*********/
.banner-sec {
	position: relative;
}
.banner-content {
	position: absolute;
	bottom: 90px;
	left: 0;
	z-index: 2;
	width: 100%;
}
.banner-content h1 {
    margin-bottom: 43px;
}
.banner-video,.each-banner  {
	height: 941px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content-wrap {
	max-width: 970px;
	width: 100%;
	margin: 0 auto;
}
/***product-sec*****/
.product-sec {
	padding: 94px 0 120px;
	position: relative;
}
.product-heading {
	margin-bottom: 80px;
}
.product-heading-left {
	max-width: 640px;
	width: 100%;
}
.product-heading h2 {
	margin-bottom: 17px;
}
.product-heading p {
	margin-bottom: 0;
}
.product-mark {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	pointer-events: none;
}
.each-product-img {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}
.product-slider {
	position: relative;
	padding: 0 77px;
}
.product-slider .swiper-button-next {
	right: 0;
}
.product-slider .swiper-button-prev {
	left: 0;
}
.each-product:hover .border-btn {
    background-color: #FFB84B;
    border-color: #FFB84B;
    color: #101010;
}
.each-product-text h3 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each-product-text p {
	color: rgba(16, 16, 16, 0.50);
	margin: 3px 0 14px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each-product-text td {
	color: #101010;
    font-family: 'PublicSans-Regular';
	font-size: 1.8rem;
	line-height: 26px; 
	letter-spacing: 0.36px;
	padding-right: 34px;
}
.each-product-text td:last-child {
	padding: 0;
}
.each-product-text td:last-child img {
	margin-right: 2px;
}
.each-product-text td img {
	margin-right: 5px;
	width: 28px;
}
.product-info {
	margin-top: 18px;
}
.product-info h5 strong {
	font-family: 'PublicSans-Regular';
	font-weight: normal;
}

/*****service-sec*****/
.service-sec {
	padding: 115px 0 260px;
	background-color: #101010;
}
.service-heading {
	max-width: 650px;
	width: 100%;
	margin: 0 auto 66px;
}
.service-heading h2 {
	color: #fff;
}
.service-heading p {
	margin: 17px 0 35px;
	color: #fff;
}
.each-service {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	height: 506px;
}
.each-service-img {
	height: 100%;
}
.each-service-img img {
	height: 100%;
	object-fit: cover;
}
.each-service-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.each-service-text p {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0;
}
.each-service-text h3 {
	color: #fff;
	margin-bottom: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.service-sec .each-service-text h3 {
	font-size: 2.4rem;
	letter-spacing: 0.48px;
	line-height: 36px;
}
.each-service-text-wrap {
	position: relative;
	bottom: -50px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service-arrow {
	height: 56px;
	min-width: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 100%;
	margin-left: auto;
	transform: scale(0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service:hover .each-service-text {
	background-color: #FFB84B;
}
.each-service:hover .each-service-text-wrap  {
	bottom: 0;
}
.each-service:hover .each-service-text h3 {
	color: #101010;
}
.each-service:hover .each-service-text p {
	-webkit-line-clamp: 4;
}
.each-service:hover .each-service-arrow {
	transform: scale(1);
}
.service-slider .swiper-slide {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.service-slider .hover-service{
    width:calc( 40% + 20px)!important;
}
.service-slider .no-hover-service{
	width: calc(21% - 50px)!important;
}
.service-slider {
	position: relative;
}
.service-slider .common-arrow {
	display: none;
}
/***********brand-marquee**************/
.brand-marquee-sec {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 27px 0;
	border-bottom: 1px solid rgba(16, 16, 16, 0.15);
}
.brand-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 130px;
	align-items: center;
}
.brand-marquee-wrap ul {
	display: flex;
	gap: 130px; 
	padding: 0;
	margin: 0;
	list-style: none;
	align-items: center;
}
.brand-marquee-wrap li {
	white-space: nowrap;
	padding: 0;
}
.brand-marquee-wrap li::after {
	display: none;
}
.brand-marquee-wrap li img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	opacity: 0.5;
}
.brand-marquee-wrap li img:hover {
	opacity: 1;
}
/*****about-sec*****/
.about-sec {
	padding: 70px 0 115px;
}
.about-heading {
	max-width: 640px;
	width: 100%;
	margin: 0 auto 75px;
}
.about-heading p {
	margin: 17px 0 40px;
}
.each-about-info {
	border-radius: 10px;
	border: 1px solid #FFB84B;
	padding: 20px;
	min-height: 190px;
	margin-bottom: 70px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: default;
}
.each-about-info:last-child {
	margin-bottom: 0;
}
.each-about-info p {
	margin: 10px 0 0;
}
.each-about-info img {
	width: 47px;
	height: 47px;
	margin-right: 15px;
}
.each-about-info td {
	vertical-align: top;
}
.about-img {
	max-width: 440px;
	width: 100%;
	height: 440px;
	padding: 15px;
	border: 1px solid #FFB84B;
	border-radius: 100%;
	margin: 0 auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.about-img img {
	border-radius: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.each-about-info:hover {
	box-shadow: 0px 10px 15px -3px rgba(255, 184, 75, 0.5);
	-webkit-box-shadow: 0px 10px 15px -3px rgba(255, 184, 75, 0.5);
}
.about-img:hover {
	box-shadow: 0px 0px 30px 0px rgba(255, 184, 75, 0.5);
	-webkit-box-shadow: 0px 0px 30px 0px rgba(255, 184, 75, 0.5);
	background-color: #FFB84B;
}
.about-info {
	max-width: 445px;
	width: 100%;
}
.about-main .col-lg-4:last-child .about-info {
	margin-left: auto;
}
/****footer-area****/
.footer-area {
	padding: 115px 0 33px;
	background-color: #101010;
	overflow-x: hidden;
}
.footer-logo img {
	width: 309px;
}
.footer-wp {
	margin-top: 44px;
	max-width: 295px;
	width: 100%;
}
.footer-wp a {
	border-radius: 41px;
	background: rgba(37, 211, 102, 0.30);
	display: flex;
	align-items: center;
	padding: 10px;
}
.footer-wp-img {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #25D366;
	height: 63px;
	width: 63px;
	border-radius: 100%;
	margin-right: 18px;
}
.footer-wp-img img {
	width: 24px;
}
.footer-wp-text h5 {
	color: #fff;
	line-height: 20px;
	letter-spacing: normal;
}	
.footer-wp-text p {
	color: #fff;
	margin-bottom: 0;
	margin-top: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-wp:hover .footer-wp-text p {
	color: #FFB84B;
}
.footer-info {
	display: flex;
	justify-content: space-between;
	max-width: 750px;
	width: 100%;
	margin-left: auto;
}
.each-footer-info h4 {
	color: #fff;
	margin-bottom: 22px;
}
.each-footer-info p {
	color: #fff;
	margin-bottom: 10px;
}
.each-footer-info p a {
	color: #fff;
}
.each-footer-info p a:hover {
	color: #FFB84B;
}
.each-footer-info td {
	color: #fff;
	padding-bottom: 10px;
}
.each-footer-info td:nth-child(odd) {
	padding-right: 30px;
}
.footer-btm {
	position: relative;
	padding-top: 33px;
	margin-top: 130px;
}
.footer-btm::after {
	content: "";
	width:100vw;
	margin-left:-50vw;
	left:50%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.15);
	top: 0;
	position: absolute;
}
.footer-social ul {
	display: flex;
	gap: 19px;
	margin-bottom: 0;
}
.footer-social li {
	padding: 0;
}
.footer-social li::after {
	display: none;
}
.footer-social li a {
	height: 45px;
	width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(245, 245, 245, 0.50);
	border-radius: 100%;
}
.footer-social li a img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-social li a:hover {
	background-color: #FFB84B;
	border-color: #FFB84B;
}
.footer-social li a:hover img {
	filter: brightness(0);
}
.footer-policy p {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.50);
}
.footer-policy p a {
	color: rgba(255, 255, 255, 0.50);
}
.footer-policy p a:hover {
	color: #FFB84B;
}
.footer-sponser ul {
	margin: 0;
	display: flex;
	gap: 15px;
	justify-content: end;
}
.footer-sponser li {
	padding: 0;
}
.footer-sponser li::after {
	display: none;
}
.footer-sponser li img {
	border-radius: 5px;
}
/*****filter*****/
.filter-reset a {
	color: rgba(255, 255, 255, 0.5);
	font-size: 1.4rem;
    font-family: 'PublicSans-Regular';
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #FFB84B;
}
.filter-reset a:hover img {
    filter: brightness(0) saturate(100%) invert(77%) sepia(100%) saturate(2366%) hue-rotate(319deg) brightness(100%) contrast(102%);
	-webkit-filter: brightness(0) saturate(100%) invert(77%) sepia(100%) saturate(2366%) hue-rotate(319deg) brightness(100%) contrast(102%);
}
.select-style {
	width: 100%;
    height: 50px;
    color: #fff;
    font-family: 'PublicSans-Regular';
    font-size: 1.8rem;
	background-color: #101010;
    border: 1px solid rgba(255, 255, 255, 0.50);
    border-radius: 50px;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg)  no-repeat 91% center/15px;
    appearance: none;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    cursor: default;
	letter-spacing: 0.36px;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
	background-color: #242424;
}
.filter-main {
	max-width: 970px;
	margin: 0 auto;
	padding: 20px;
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, 0.50);
	background: rgba(217, 217, 217, 0.10);
	backdrop-filter: blur(5px);
	position: relative;
	z-index: 1;
}
.filter-main .row {
	row-gap: 20px;
}
.filter-main option{
    font-family: 'PublicSans-Regular';
	background-color: #101010;
}
.filter-content {
    display: none;
    background-color:#242424;
    padding: 10px 10px 15px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.filter-main label {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'PublicSans-Regular';
    font-size: 1.4rem;
	cursor: pointer;
}
.filter-main label:last-child {
	margin-bottom: 0;
}
.filter-main label span {
    float: right;
    color: #fff;
    opacity: 0.65;
}
.filter-main .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 3px;
}
.filter-main .form-check-input:checked {
    background-color: #FFB84B;
    border-color: #FFB84B;
}
.auto-overview-tag {
    margin-right: 5px;
	margin-bottom: 10px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #101010;
    border-radius: 6px;
    background-color:#FFB84B;
    font-family: 'PublicSans-Regular';
    font-size: 1.4rem;
    border: 1px solid #FFB84B;
}
.cross-btn {
    width: 9px;
	filter: brightness(0);
}
.auto-overview-tag:hover {
	background-color: #fff;
	border-color: #fff;
}
.aanbod-filter {
	margin-bottom: 0;
	width: 25%;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 82px;
    background-color: #242424;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
}
.mobile-show-filter .common-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #FFB84B;
    border-color: #FFB84B;
}
.mobile-show-filter .common-btn:hover {
    background-color: #fff;
    border-color: #fff;
	color: #101010;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #101010;
	border-radius: 100%;
	color: #fff;
    border: 1px solid #101010;
	margin-left: 30px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #FFB84B;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #FFB84B;
}
.mobile-filter-close span img {
	width: 9px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #FFB84B;
	border-color: #FFB84B;
  	color: #101010;
	padding: 10px;
	border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #fff;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: transparent;
    border-color: #FFB84B;
	color: #FFB84B;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
	margin-top: 12px;
	right: 4%;
}
.filter-sort .aanbod-filter {
	width: 200px;
}
.filter-sort .select-style {
	border-color: transparent;
}
.filter-sort .select-style.show {
	border-color: rgba(255, 255, 255, 0.50);
}
.filter-sort label {
	color: #fff;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'PublicSans-Regular';
    font-size: 1.4rem;
    cursor: pointer;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.clear-filter-main {
	max-width: 970px;
	width: 100%;
	margin: 30px auto 0;
}
/**home-filter-customize***/
.home-filter {
	margin-top: 93px;
}
.home-filter .filter-main {
	max-width: 1117px;
	margin: 0 auto;
	width: 100%;
	padding: 20px 35px;
	border-radius: 127px;
}
.home-filter .aanbod-filter {
	width: 22%;
}
.filter-btn {
	width: 12%;
}
/*=========================================aanbod page start======================================*/
.inner-header {
	background-color: #101010;
	border-bottom: 1px solid #343434;
}
/****aanbod-filter-sec***/
.aanbod-filter-sec {
	background-color: #101010;
	padding: 80px 0 30px;
	position: relative;
	z-index: 1;
}
/****aanbod-product-sec****/
.aanbod-product-sec {
	background-color: #101010;
	padding-bottom: 30px;
}
.aanbod-product-wrap {
	max-width: 1285px;
	width: 100%;
	margin: 0 auto;
}
.aanbod-product-sec .each-product-text h3 {
	color: #fff;
}
.aanbod-product-sec .each-product-text p {
	color: rgba(255, 255, 255, 0.50);
}
.aanbod-product-sec .each-product-text td {
	color: #fff;
}
.aanbod-product-sec .product-info h5 {
	color: #fff;
}
.aanbod-product-sec .common-btn {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.aanbod-product-sec .each-product:hover .common-btn {
	background-color: #FFB84B;
	border-color: #FFB84B;
	color: #101010;
}
.aanbod-product-wrap > .row {
	row-gap: 40px;
	margin: 0 -22px;
}
.aanbod-product-wrap .col-lg-6 {
	padding: 0 22px;
}
/*=========================================diensten page start======================================*/
/****inner-banner-sec***/
.inner-banner-sec {
	position: relative;
}
.inner-banner-text {
	bottom: 130px;
	position: absolute;
	left: 0;
	width: 100%;
}
/***service-list-sec****/
.service-list-sec {
	padding-top: 80px;
	padding-bottom: 2px;
	background-color: #101010;
}
.service-list-heading {
	max-width: 700px;
	width: 100%;
	margin-bottom: 60px;
}
.service-list-heading h2 {
	color: #fff;
}
.service-list-heading p {
	color: #fff;
	margin: 17px 0 0;
}
.service-list-main .row {
	margin: 0 -15px;
	row-gap: 50px;
}
.service-list-main .col-lg-6 {
	padding: 0 15px;
}
/*===========================popup start===============================*/
.modal-area .modal-dialog {
    max-width: 868px;
    margin: 8% auto 0;
}
.modal-area .modal {
	background: rgba(16, 16, 16, 0.60);
	backdrop-filter: blur(12px);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-content-wrap {
    border-radius: 15px;
    overflow: hidden;
    padding: 0;
    background-color: #fff;
}
.modal-area .pop-up-image h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	color: #fff;
}
.modal-area .pop-up-image h2 strong {
	display: block;
}
.modal-area .pop-up-image {
    position: relative;
	border-radius: 15px;
	overflow: hidden;
}
.modal-area .popup-content {
	padding: 45px 50px;
	max-width: 580px;
	width: 100%;
}
.modal-area .popup-content ul {
    padding-left: 0;
    list-style: none;
	margin: 0 0 35px;
}
.modal-area .popup-content li {
    position: relative;
    letter-spacing: 0.36px;
    padding-left: 17px;
	margin-bottom: 20px;
}
.modal-area .popup-content li:last-child {
    margin-bottom: 0;
}
.modal-area .popup-content p {
	margin-bottom: 0;
}
.close-img {
    position: absolute;
    top: -26px;
    right: -26px;
    z-index: 1;
	height: 57px;
	width: 57px;
	background-color: #FFB84B;
	display: flex;
	align-items: center;
	justify-content: center;
    border-radius: 100%;
}
.close-img img {
	width: 20px;
}
/*=========================================over-ons======================================*/
/****over-ons-top****/
.over-ons-top {
	padding-top: 50px;
}
.over-ons-top-img {
	padding-left: 50px;
}
.over-ons-top-img img {
	border-radius: 10px;
	overflow: hidden;
}
.over-ons-top-info {
	padding-right: 41px;
}
.over-ons-top-info h2 {
	margin-bottom: 24px;
}
/****over-ons-top-block****/
.over-ons-top-block {
	padding-bottom: 80px;
}
.over-ons-top-block-img img {
	border-radius: 10px;
	overflow: hidden;
}
.over-ons-top-block-img {
	padding-right: 50px;
}
.over-ons-top-block-info {
	padding-left: 49px;
}
/****over-ons-about-sec****/
.over-ons-about-sec {
	background-color: #101010;
	padding: 127px 0;
}
.over-ons-about-sec .each-about-info {
	border-color: rgba(255, 255, 255, 0.5);
	background: rgba(217, 217, 217, 0.10);
	margin-bottom: 40px;
}
.over-ons-about-sec .each-about-info:last-child {
    margin-bottom: 0;
}
.over-ons-about-sec .each-about-info:hover {
	border-color: #FFB84B;
	backdrop-filter: blur(5px);
	box-shadow: none;
}
.over-ons-about-sec .each-about-info h4 {
	color: #fff;
}
.over-ons-about-sec .each-about-info p {
	color: #fff;
}
/****over-ons-slider****/
.over-ons-slider {
	background-color: #101010;
	padding-bottom: 14px;
	overflow: hidden;
}
.each-over-ons-slider {
	border-radius: 10px;
	overflow: hidden;
}
.each-over-ons-slider img {
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-over-ons-slider:hover img {
	transform: scale(1.1);
}
.over-ons-slider-wrap {
	margin: 0 -3%;
}
.over-ons-slider-wrap .swiper-wrapper {
	transition-timing-function: linear !important;
}
/****over-ons-man-slider****/
.over-ons-man-slider {
	padding: 115px 0 74px;
}
.over-ons-man-title {
	text-align: center;
	margin-bottom: 80px;
}
.over-ons-man-title h2 {
	line-height: 72px;
}
.over-ons-man-slider-wrap {
	padding: 0 7%;
}
.each-over-ons-man-slider-info {
	margin-top: 20px;
}
.each-over-ons-man-slider-info h4 {
	margin-bottom: 7px;
}
.each-over-ons-man-slider-info h5 {
	font-family: 'PublicSans-Regular';
	line-height: 26px;
}
.each-over-ons-man-slider img {
	border-radius: 10px;
	overflow: hidden;
}
/*=========================================diensten-dtl======================================*/
/****back-btn****/
.back-btn {
    padding-top: 197px;
    background: #101010;
}
.back-btn .border-btn{
	border-color: rgba(255, 255, 255, 0.50);
	color: #fff;
	padding-left: 51px;
	line-height: 28px;
}
.back-btn .border-btn:hover{
	border-color: #FFB84B;
}
.back-btn a{
	position: relative;
}
.back-btn a::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background-image: url(../images/txt-arrw.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 8px;
	top: 50%;
	left: 19px;
	transform: translateY(-50%);
}
/****diensten-dtl-top-sec****/
.diensten-dtl-top-sec{
	background: #101010;
}
.diensten-dtl-top-img img {
    border-radius: 10px;
    overflow: hidden;
}
.diensten-dtl-top-content h2{
	line-height: 72px;
	color: #fff;
	margin-top: 57px;
}
.diensten-dtl-top-content p {
	color: #fff;
	max-width: 646px;
	width: 100%;
}
.diensten-dtl-top-img {
	padding-left: 65px;
}
/****diensten-dtl-mid-sec****/
.diensten-dtl-mid-sec {
	padding: 111px 0 115px;
	background: #101010;
}
.diensten-dtl-mid-area table{
	width: 100%;
}
.diensten-dtl-mid-area tr{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.diensten-dtl-mid-area td{
	border: 1px solid #FFB84B;
	border-radius: 10px;
	width: 31.48%;
	padding: 0 24px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.diensten-dtl-mid-area td:hover{
	box-shadow: 0px 1px 17px #FFB84B;
}
.diensten-dtl-mid-area td h2 {
	line-height: 72px;
	color: #FFB84B;
	max-width: max-content;
	background: #101010;
	margin-top: -36px;
	margin-left: 13px;
	padding: 0 12px;
}
.diensten-dtl-mid-area td h4, 
.diensten-dtl-mid-area td p{
	color: #fff;
}
.diensten-dtl-mid-area td h4{
	margin: 3px 0 15px;
}
.diensten-dtl-mid-area td p {
	margin-bottom: 20px;
	width: 100%;
  	max-width: 347px;
}
/****form-sec****/
.form-sec {
    padding: 93px 0 115px;
}
.form-sec .product-mark {
    top: 48px;
}
.form-left-area .about-img {
	max-width: 605px;
    height: 605px;
	margin-left: 0;
	margin-right: auto;
}
.form-right-area {
	padding-left: 55px;
}
.form-heading h2{
	line-height: 72px;
	color: #101010;
}
.form-heading p{
	width: 100%;
	max-width: 590px;
	margin: 14px 0 43px;
}
.form-main-area .row{
    margin: 0 -17px;
    row-gap: 30px;
}
.form-main-area .col-lg-6, 
.form-main-area .col-lg-12 {
    padding: 0 17px;
}
.form-main-area .form-styl {
    resize: none;
    color: #FFB84B;
	font-family: 'PublicSans-Regular';
    font-size: 1.8rem;
    line-height: 26px;
	letter-spacing: 0.36px;
    padding: 10px 29px;
	border-radius: 5px;
	border: 1px solid rgba(16, 16, 16, 0.50);
	background: transparent;
	border-radius: 5px;
}
.form-main-area .form-styl:placeholder {
	color: rgba(16, 16, 16, 0.50);
}
.form-main-area .form-styl:-ms-input-placeholder {
	color: rgba(16, 16, 16, 0.50);
}
.form-main-area .form-styl::placeholder {
	color: rgba(16, 16, 16, 0.50);
}
.form-main-area .form-styl:focus {
    box-shadow: none;
    color: #FFB84B;
    border-color: #FFB84B;
}
.form-main-area .form-styl:focus:placeholder {
	color: #FFB84B;
}
.form-main-area .form-styl:focus:-ms-input-placeholder {
	color: #FFB84B;
}
.form-main-area .form-styl:focus::placeholder {
	color: #FFB84B;
}
.form-main-area .form-styl.foto_upload {
	color: rgba(16, 16, 16, 0.50);
}
.form-group textarea.form-styl {
    min-height: 132px;
}
.form-btn {
    margin-top: 29px;
}
.mobile-form-img img{
	border-radius: 10px;
	overflow: hidden;
}
.mobile-form-img{
	display: none;
}
.form-area .row {
	align-items: center;
}
/****diensten-dtl-btm-sec****/
.diensten-btm-sec{
	background: #101010;
	padding-top: 113px;
}
.diensten-btm-heading {
	text-align: center;
}
.diensten-btm-heading h2{
	color: #fff;
	margin-bottom: 87px;
}
.diensten-btm-slider {
    padding: 0 79px;
}
.diensten-btm-slider .common-arrow{
	border-color: #fff;
}
.diensten-btm-slider .common-arrow img{
	filter: brightness(1) invert(1);
}
.diensten-btm-slider .common-arrow:hover {
	border-color: #FFB84B;
}
.diensten-btm-slider .common-arrow:hover img{
	filter: brightness(100) invert(1);
}
.diensten-btm-slider .swiper-button-prev {
	left: 0;
}
.diensten-btm-slider .swiper-button-next {
	right: 0;
}
.diensten-btm-slider .each-service {
    height: 379px;
}
/*=========================================contact======================================*/
/****contact-form-sec****/
.contact-form-sec.form-sec {
	padding: 80px 0 61px;
  }
.contact-form-sec .form-heading p {
	margin: 14px auto 103px;
	max-width: 630px;
}
.contact-form-left .each-footer-info h4,
.contact-form-left .each-footer-info p a,
.contact-form-left .each-footer-info td {
	color: #101010;
}
.contact-form-left .each-footer-info p a:hover {
	color: #FFB84B;
}
.contact-footer-social {
	margin-top: 50px;
}
.contact-footer-social ul {
	display: flex;
	gap: 19px;
	margin-bottom: 0;
}
.contact-footer-social li {
	padding: 0;
}
.contact-footer-social li::after {
	display: none;
}
.contact-footer-social li a {
	height: 45px;
	width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(16, 16, 16, 0.5);
	border-radius: 100%;
}
.contact-footer-social li a img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.contact-footer-social li a:hover {
	background-color: #FFB84B;
	border-color: #FFB84B;
}
.contact-footer-social li a:hover img {
	filter: brightness(0);
}
.contact-form-sec .product-mark {
    top: 0;
}
/****map****/
.map {
	position: relative;
}
.map::after {
	content: '';
	position: absolute;
	left: 0;
	top: 28%;
	background-color: #101010;
	height: 100%;
	width: 100%;
}
.contact-map {
    height: 503px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.footer-area {
    padding: 115px 0 33px;
    background-color: #101010;
    overflow-x: hidden;
    position: relative;
    z-index: 1;
}
/****contact-footer-area****/
.contact-footer-area {
	position: relative;
	z-index: 1;
}
/*=========================================verkocht======================================*/
/****verkocht-top****/
.verkocht-top {
	padding: 63px 0 75px;
	background-color: #101010;
}
.verkocht-top h2 {
    color: #fff;
    line-height: 72px;
}
.verkocht-top p {
    color: #fff;
    max-width: 420px;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 0;
}
/****verkocht-product-sec****/
.aanbod-product-sec.verkocht-product-sec {
	padding-bottom: 0;
}
/*=========================================verkocht======================================*/
/****vacature-list-sec****/

.vacature-list-sec .service-list-heading {
    max-width: 912px;
}
/*=========================================aanbod-dtl======================================*/
/*****aanbod-dtl-share****/
.aanbod-dtl-share {
	background: #101010;
    text-align: end;
	margin-top: -118px;
}
.aanbod-dtl-share img {
    width: 21px;
    height: 27px;
}
/****aanbod-top-sec****/
.aanbod-top-sec{
	background: #101010;
	padding: 79px 0 90px;
	position: relative;
}
.aanbod-top-area {
    position: relative;
}
.aanbod-top-area .col-xl-5 {
	width: 48%;
}
.aanbod-top-area .col-xl-7 {
	width: 52%;
}
.aanbod-top-slider .common-arrow {
    height: 43px;
    width: 43px;
	background-color: #D9D9D9;
	border-color: #D9D9D9;
}
.aanbod-top-slider .common-arrow img {
    width: 14px;
}
.aanbod-top-slider .common-arrow:hover{
	background-color: #FFB84B;
	border-color: #FFB84B;
}
.aanbod-car-dtls {
    padding-top: 82px;
	padding-left: 12px;
}
.aanbod-car-dtls h3{
	color: #fff;
}
.aanbod-car-dtls-mid .row{
	align-items: end;
}
.car-dtls-mid-left p{
	color: rgba(255, 255, 255, 0.50);
	margin-bottom: 0;
	word-break: break-word;
}
.car-dtls-mid-right {
	text-align: end;
}
.car-dtls-mid-right h3{
	color: #FFB84B;
}
.car-dtls-mid-right P{
	color: #FFF;
	margin-bottom: 0;
}
.aanbod-car-dtls table {
    margin: 32px 0;
}
.aanbod-car-dtls td {
    color: #fff;
    padding-right: 37px;
    line-height: 26px;
    letter-spacing: 0.36px;
}
.aanbod-car-dtls td:last-child{
	padding-right: 0;
}
.aanbod-car-dtls td img{
	width: 26px;
	height: 26px;
	margin-right: 9px;
}
.mob-car-dtls-mid-right{
	display: none;
}
.aanbod-dtl-top-btn ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    max-width: 588px;
    padding-bottom: 62px;
}
.aanbod-dtl-top-btn li {
	padding-left: 0;
}
.aanbod-dtl-top-btn li::after{
	display: none;
}
.aanbod-slider-img {
    border-radius: 10px;
    overflow: hidden;
}
.each-aanbod-right-img {
    border-radius: 10px;
    overflow: hidden;
}
.mob-aanbod-top-slider {
	display: none;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
    padding: 22px 0 115px;
	position: relative;
	overflow: hidden;
	background: #101010;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 30px;
    margin-bottom: 30px;
    border: 0;
    row-gap: 26px;
}
.tab-btn-right {
	margin-bottom: 60px;
}
.tab-btn {
    margin-bottom: 50px;
}
/****tab-part****/
ul.tabs li {
	line-height: normal;
	margin: 0;
	word-break: break-word;
	text-transform: none;
	/* / color: #05191D; / */
	cursor: pointer;
	max-width: max-content;
	display: inline-block;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 50px;
}
ul.tabs li::after{
	display: none;
}
ul.tabs li.common-btn.active{
	background-color: #FFB84B;
    border-color: #FFB84B;
    color: #101010;
}
.tab_content {
	display: none;
}
.tab_drawer_heading {
	display: none;
}
.tab-btn-right ul {
	list-style-type: none;
	display: flex;
	column-gap: 41px;
	justify-content: end;
	padding-left: 0;
}
.tab-btn-right li a {
	color: #f3f3f3;
	font-family: 'neue_montrealregular';
	font-size: 1.6rem;
	line-height: 24px;
	letter-spacing: 0.32px;
	transition: all 0.5s;
}
.tab-btn-right li a:hover {
	text-decoration: underline;
}
/****dtl-tab-content****/
.kenmerken-tab {
	overflow: hidden;
}
.kenmerken-tab h3 {
    color: #fff;
    margin: 24px 0 25px;
}
.kenmerken-tab ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}
.kenmerken-tab li {
    width: 50%;
    position: relative;
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 12px;
    word-break: break-word;
    padding-right: 20px;
    padding-left: 30px;
}
.kenmerken-tab li::after {
    position: absolute;
    left: 0;
    bottom: 0;
	top: auto;
    content: "";
    width: 100%;
    height: 1.5px;
    background-color: rgba(255, 255, 255, 0.50);
	border-radius: 0;
}
.kenmerken-tab li:nth-child(even) {
    color: rgba(255, 255, 255, 0.50);
    padding-left: 0;
}
.kenmerken-tab li:last-child, .kenmerken-tab li:nth-last-child(2) {
    margin-bottom: 0;
}
.bullet-panel h4 {
    border-bottom: 1px solid #FFB84B;
    padding-bottom: 10px;
	margin-bottom: 10px;
	color: #fff;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin: 24px 0 20px;
}
.dtl-tab-sec .bullet-panel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    color: #fff;
	margin-bottom: 10px;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 8px;
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFB84B;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #FFB84B;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    color: #0E0E0E;
    margin-top: 8px;
    margin-bottom: 25px;
}
.left-bg-block p {
    color: #fff;
    margin-bottom: 0;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls h5 {
	color: #fff;
    text-transform: none;
    font-size: 2.2rem;
}
.tab-btm-btn {
	margin-top: 34px;
}
.tab-btm-btn .common-btn {
    line-height: 28px;
	cursor: pointer;
}
.kenmerken-tab-block-part {
	display: none;
}
.tab_content P{
	color: #fff;
}
.kenmark-close {
	max-width: 100px;
	margin: 30px auto 0;
	cursor: pointer;
	display: none;
	padding-left:0;
	padding-right:0;
}
.kenmark-close:hover {
	background-color: #fff;
	border-color: #fff;
	color: #101010;
}
/****aanbod-btm-slider-sec****/
.aanbod-btm-slider-sec{
	background: #101010;
	padding: 74px 0 34px;
}
.aanbod-btm-slider-heading {
	text-align: center;
	margin-bottom: 86px;
}
.aanbod-btm-slider-heading h2{
	color: #fff;
}
.aanbod-btm-slider-sec .each-product-text h3 {
	color: #fff;
}
.aanbod-btm-slider-sec .each-product-text p {
	color: rgba(255, 255, 255, 0.50);
}
.aanbod-btm-slider-sec .each-product-text td {
	color: #fff;
}
.aanbod-btm-slider-sec .product-info h5{
	color: #fff;
}
.aanbod-btm-slider-sec .product-slider .common-arrow {
    border-color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    top: 32%;
}
.aanbod-btm-slider-sec .product-slider .common-arrow img {
	filter: brightness(1) invert(1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.aanbod-btm-slider-sec .product-slider .common-arrow:hover {
	border-color: #FFB84B;
}
.aanbod-btm-slider-sec .product-slider .common-arrow:hover img { 
	filter: brightness(100) invert(1);
}
/*=========================================vacature-dtl======================================*/
/****diensten-dtl-top-sec****/
.diensten-dtl-top-content h4 {
	color: #fff;
	margin-bottom: 16px;
	margin-top: 40px;
	font-family: 'PublicSans-Regular';
}
/****vacature-dtl-mid-sec****/
.vacature-dtl-mid-sec .diensten-dtl-mid-area tr {
	gap: 34px;
}
.vacature-dtl-mid-sec .diensten-dtl-mid-area td {
    width: 48.5%;
    padding-bottom: 18px;
}
.vacature-dtl-mid-sec li {
	font-family: 'PublicSans-Regular';
	font-size: 1.8rem;
	color: #fff;
	line-height: 26px;
	letter-spacing: 0.36px;
	margin-bottom: 10px;
}  
.vacature-btm-slider .swiper-button-prev {
    left: 0;
}
.vacature-btm-slider .swiper-button-next {
    right: 0;
}
/*=========================================bedankt======================================*/
.bedankt-banner .banner-content {
    bottom: 200px;
}


/*******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: 1.8rem;
  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;
}


/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 10px 6px 20px;
    color: #000;
    background-size: contain;
}
.star_icon{
    margin-bottom: 30px;
}
.star_icon h4{
	/*
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #1c1c1c;
    border-bottom: 1px solid #181716;
    padding-bottom: 10px;
    */
    border-bottom: 1px solid #FFB84B;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #fff;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    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;
}
.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#555 calc(1*100%/6),#fff 0 calc(3*100%/6),#555 0),
              linear-gradient(#555 calc(2*100%/6),#fff 0 calc(4*100%/6),#555 0),
              linear-gradient(#555 calc(3*100%/6),#fff 0 calc(5*100%/6),#555 0);
    background-size: 10px 400%;
    background-repeat: no-repeat;
    animation: matrix 1s infinite linear;
  }
  @keyframes matrix {
    0% {
      background-position: 0% 100%, 50% 100%, 100% 100%
    }
  
    100% {
      background-position: 0% 0%, 50% 0%, 100% 0%
    }
  }
  .load_aanbod{
    justify-content: center;
    display: flex;
    column-gap: 30px;
    align-items: center;
    color: #fff;
  }


.carpass-img {
    width: 115px;
}
.share-social-media-button .a2a_dd {
	padding: 0 !important;
}
.share-social-media-button .a2a_dd svg {
	margin-right: 0 !important;
}
.privacy_section {
	padding: 60px 0;
}
body .formError {
	z-index: 1 !important;
}

.financing iframe {
    height: 850px;
}
.cal-top-section{
	padding-bottom: 60px;
}