@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'HelveticaNeue-Regular';
    font-size: 1.6rem;
    color: #05191D;
	background-color: #fff;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
.dblock{
	display:none;
}
#mobile-contact-bar {
    display: none;
}
/* .add_morgan_footer_margin{
	height: 100px !important;
} */
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/******************************index******************************/
/****klanten-logo****/
.klanten-logo {
    position: fixed;
    right: 0;
    bottom: 46%;
    z-index: 99;
    border-radius: 10px 0px 0px 10px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.09);
    overflow: hidden;
    width: 55px;
    background-color: #fff;
    height: 80px;
}
.klanten-logo img {
    width: 55px;
}
.klanten-logo iframe {
    width: 55px;
    height: 100%;
}
/****fixed-wp****/
.fixed-wp {
    position: fixed;
    right: 0;
    bottom: calc(46% - 64px);
    z-index: 99;
}
.fixed-wp a {
    background: #25D366;
    border-radius: 10px 0px 0px 10px;
    width: 53px;
    height: 53px;
}
.fixed-wp a img {
    width: 24px;
}
/****fixed-call****/
.fixed-call {
    position: fixed;
    right: 0;
    bottom: calc(46% - 127px);
    z-index: 99;
}
.fixed-call a {
    background: #08CCC0;
    border-radius: 10px 0px 0px 10px;
    width: 53px;
    height: 53px;
}
.fixed-call a img {
    width: 24px;
}
/****fixed-mail****/
.fixed-mail {
    position: fixed;
    right: 0;
    bottom: calc(46% - 190px);
    z-index: 99;
}
.fixed-mail a {
    background: #08CCC0;
    border-radius: 10px 0px 0px 10px;
    width: 53px;
    height: 53px;
}
.fixed-mail a img {
    width: 24px;
}
/****header-area*****/
.header-area {
	padding: 43px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #fff;
}
.header-area.stiky{
	background-color: #fff;
	z-index: 111;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.header-area .row{
	align-items: center;
}
.header-logo img {
	width: 346px;
}
.header-menu{
	display: flex;
	justify-content: center;
	max-width: 1000px;
	margin-left: auto;
	margin-right: 0;
}
.header-menu > ul {
	display: flex;
	align-items: center;
	justify-content: end;
	column-gap: 44px;
}
.header-menu ul li {
    font-family: 'HelveticaNeue-Regular';
    font-size: 1.6rem;
    color: #05191D;
}
.header-menu > ul > li > a {
	color: #05191D;
}
.header-menu > ul > li > a:hover {
	color: #08CCC0;
}
.header-menu a.active {
	color: #08CCC0;
}
.contact-menu {
    display: none;
}
.header-area .col-lg-5 {
    width: 54.66%;
}
.header-area .col-lg-3 {
    width: 15%;
}
.header-area .col-lg-4 {
    width: 30.333333%;
}
.menu-bar {
    position: relative;
    max-width: 41px;
    width: 100%;
    margin-left: auto;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after {
    display: block;
    background-color: #08CCC0;
    content: '';
    height: 2px;
    margin: 11px 0 11px auto;
    width: 41px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar::after {
	background-color: #08CCC0;
	width: 41px;
	height: 2px;
}
.menu-bar div {
	width: 41px;
}
.menu-bar.active div {
	transform: translateY(-3px) rotate(135deg);
	background-color: #08CCC0;
}
.menu-bar.active:after {
    transform: translateY(-16px) rotate(-137deg);
	width: 41px;
}
@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
}
/******main******/
main{
	margin-top: 156px;
}
/****banner-sec****/
.banner-sec {
    overflow-x: clip;
    position: relative;
    padding-top: 45px;
    padding-bottom: 70px;
}
.banner-sec .row {
	position: relative;
    align-items: end;
}
.banner-video {
	height: 725px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.each-home-banner {
	/* height: 725px; */
    position: relative;
}
.each-home-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-slider {
	position: relative;
}
.banner-vector {
    position: absolute;
    width: 66%;
    bottom: 8%;
    z-index: -1;
}
.banner-vector img {
    width: 100%;
}
/* .banner-content {
    position: absolute;
    top: 55px;
    z-index: 2;
    left: 0;
    width: 80%;
} */
.banner-title h1 {
    margin-bottom: 120px;
}
.banner-mobile-title {
    display: none;
}
.banner-right {
    position: relative;
    bottom: -4vw;
}
/****home-filter****/
.home-filter-part h5 {
    font-family: 'HelveticaNeue-Regular';
    color: #08CCC0;
    margin-bottom: 18px;
}
.home-filter-part {
    border-radius: 20px;
    border: 1px solid rgba(5, 25, 29, 0.14);
    background: rgba(201, 201, 201, 0.09);
    max-width: 556px;
    padding: 47px 40px 40px;
}
.home-filter-part .filter-main-wrap {
	display: flex;
	flex-wrap: wrap;
}
.home-filter-part .select-style {
	width: 100%;
    height: 50px;
	color: rgba(5, 25, 29, 0.6);
    font-family: 'HelveticaNeue-Regular';
    font-size: 1.6rem;
    border: 1px solid rgba(5, 25, 29, 0.6);
    border-radius: 50px;
    padding: 0 30px 0 16px;
    background: url(../images/home-filter-down-arrow-gray.svg)  no-repeat 93% center/15px;
    appearance: none;
    line-height: 50px;
	text-transform: none;
	text-overflow: ellipsis;
}
.home-filter-part .select-style.show {
    border-radius: 20px 20px 0 0;
}
.home-filter-part .each-filter:hover .select-style {
    background: url(../images/home-filter-down-arrow-black.svg)  no-repeat 93% center/15px;
}
.home-filter-part .select-style.opacity {
	color: #05191D;
	border-color: #05191D;
}
.home-filter-part .select-style:hover {
    color: #05191D;
	border-color: #05191D;
}
.home-filter-part .filter-content {
    background-color:#fff;
    border: 1px solid #05191D;
    border-radius: 0 0 20px 20px;
    margin-top: -5px !important;
    border-top: 0;
}
.home-filter-part .filter-main-wrap label {
    color: #05191D;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
	font-family: 'helvetica_neuemedium';
    font-size: 1.6rem;
	cursor: pointer;
}
.home-filter-part .filter-main-wrap label:last-child {
	margin-bottom: 0;
}
.home-filter-part .filter-main-wrap label span {
    float: right;
    color: #05191D;
    opacity: 0.65;
}
.home-filter-part .filter-main-wrap .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #05191D;
    background-color: transparent;
    border-radius: 3px;
}
.home-filter-part .filter-main-wrap .form-check-input:checked {
    background-color: #05191D;
    border-color: #05191D;
}
.home-filter-part .filter-main-wrap .color_box {
	background-color: Gray;
    height: 15px;
    width: 15px;
    margin-left: 10px;
	margin-top: 3px;
    border-radius: 3px;
}
.home-filter-part .aanbod-filter {
    margin-bottom: 15px;
    width: 85%;
}
.home-filter-part .radio_filter .form-check-input {
    display: none;
}
.home-filter-part .filter-main-wrap li:first-child .common-btn {
    padding: 10px 24px 10px 24px;
    background-color: #05191D;
    color: #fff;
}
.home-filter-part .filter-main-wrap li:first-child .common-btn img {
    filter: brightness(1);
    margin-right: 5px;
}
.home-filter-part .filter-main-wrap li:first-child .common-btn strong::after {
    display: none;
}
.home-filter-part .filter-main-wrap li:first-child .common-btn:hover img {
    filter: brightness(1);
    position: relative;
    z-index: 1;
}
.home-filter-part .filter-main-wrap ul {
    display: flex;
    column-gap: 15px;
    margin-top: 19px;
}
/****white-wrap****/
.white-wrap {
    background-color: #FAFAFA;
    border-radius: 40px;
    padding: 0 20px;
}
.white-wrap-logo-marquee {
    overflow: hidden;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
/****car-logo-marquee-sec****/
.car-logo-marquee-sec {
	position: relative;
	overflow: hidden;
	padding: 36px 0 0;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}
.car-logo-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 17px;
}
.car-logo-marquee-wrap ul {
    display: flex;
    gap: 17px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.car-logo-marquee-wrap li {
	white-space: nowrap;
    text-align: center;
    border-radius: 10px;
    border: 1.5px solid rgba(5, 25, 29, 0.25);
    height: 137px;
    width: 137px;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.car-logo-marquee-wrap li img {
    width: 60px;
}
.car-logo-marquee-wrap li:hover {
    background-color: #08CCC0;
    border-color: #08CCC0;
}
.car-logo-marquee-wrap li:hover img {
    filter: brightness(0) invert(1);
}
/****product-sec****/
.product-sec {
    padding: 138px 0 108px;
}
.product-title {
    text-align: center;
    margin-bottom: 65px;
}
.each-product-slider img {
    border-radius: 10px;
    overflow: hidden;
}
.each-product-slider {
    border-radius: 20px;
    border: 1.5px solid rgba(5, 25, 29, 0.08);
    overflow: hidden;
    background-color: #FAFAFA;
    padding: 10px;
}
.each-product-content h5 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 8px 0 12px;
    height: 2lh;
    overflow: hidden;
}
.each-product-content h6 {
    font-family: 'HelveticaNeue-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    color: #05191D;
}
.each-product-content h6 strong {
    font-weight: normal;
    font-family: 'helvetica_neuemedium';
}
.each-product-content h6 em {
    color: #08CCC0;
    font-style: normal;
}
.each-product-content ul {
    display: flex;
    justify-content: space-around;
    border-radius: 0 0 10px 10px;
    border: 1.5px solid rgba(5, 25, 29, 0.07);
    background-color: #FAFAFA;
    position: relative;
    /* margin: 25px 0 0; */
    column-gap: 10px;
    padding: 12px;
    margin-left: -15px;
    margin-right: -15px;
    min-height: 100px;
    flex-wrap: wrap;
}
.each-product-content ul li {
    position: relative;
    width: 31%;
}
.each-product-content li {
    color: #05191D;
    font-family: 'HelveticaNeue-Regular';
    line-height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.5rem;
}
.each-product-content ul li:nth-child(2)::before, .each-product-content ul li:nth-child(2):after {
    position: absolute;
    left: -10px;
    /* left: 0; */
    top: -12px;
    height: calc(100% + 25px);
    width: 1.5px;
    background-color: rgba(5, 25, 29, 0.07);
    content: "";
}
.each-product-content ul li:nth-child(2)::before {
    left: auto;
    right: -10px;
    /* right: 0; */
}
.each-product-content ul li img {
    border-radius: 0;
}
.each-product-slider-btn .common-btn {
    width: 100%;
    padding: 21px 24px;
    border-radius: 10px;
    font-size: 2.4rem;
    min-height: 100px;
}
.each-product-slider-btn .common-btn strong::after {
    background-image: url(../images/product-btn-arrow.svg);
    right: auto;
    left: -28px;
}
.each-product-slider {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-slider:hover {
    background-color: #0B252A;
}
.each-product-slider:hover .each-product-content h5 {
    color: #fff;
}
.each-product-slider:hover .each-product-content p {
    color: rgba(255, 255, 255, 0.53);
}
.each-product-slider:hover .each-product-content h6 {
    color: #fff;
}
.each-product-content {
    padding: 18px 13px 0 13px;
}
/* .each-product-slider-btn {
    margin-top: 25px;
} */
.each-product-slider:hover .each-product-content ul {
    display: none;
}
.each-product-slider-btn {
    display: none;
}
.each-product-slider:hover .each-product-slider-btn {
    display: block;
}
.each-product-slider-btn .blue-btn:hover {
    border-color: #fff;
    color: #05191D;
}
.each-product-slider-btn .blue-btn::before {
    background-color: #fff;
}
.each-product-slider-btn .common-btn:hover strong::after {
    background-image: url(../images/product-btn-arrow-black.svg);
}
.product-btn {
    text-align: center;
    margin-top: 90px;
}
.product-btn .common-btn:hover strong::after {
    background-image: url(../images/btn-arrow.svg);
}
.product-slider .common-arrow {
    top: 22%;
}
.product-slider .swiper-button-next {
    right: 5%;
}
.product-slider .swiper-button-prev {
    left: 5%;
}
.each-product-content table {
    width: calc(100% + 30px);
    border: 1px solid rgba(5, 25, 29, 0.07);
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    display: block;
    margin-left: -15px;
}
.each-product-content tbody {
    width: 100%;
    display: block;
}
.each-product-content tr {
    display: flex;
    justify-content: center;
}
.each-product-content td {
    color: #05191D;
    font-family: 'HelveticaNeue-Regular';
    font-size: 1.6rem;
    line-height: 24px; 
    border-right: 1px solid rgba(5, 25, 29, 0.07);
    text-align: center;
    padding: 15px 10px 10px;
    width: 50%;
}
.each-product-content td:last-child {
    border: 0;
}
.each-product-content td strong {
    font-family: 'helvetica_neuemedium';
    font-weight: normal;
}
.each-product-content td em {
    color: #19B0D1;
    font-style: normal;
}
.each-product-slider:hover .each-product-content td {
    color: #fff;
}
.each-product-slider:hover .each-product-content td,
.each-product-slider:hover .each-product-content table {
    border-color: rgba(255, 255, 255, 0.07);
}
/****service-block****/
.service-block {
    border-radius: 40px;
    background-color: #05191D;
    overflow: hidden;
    padding: 173px 0 102px;
    position: relative;
}
.service-title-info {
    max-width: 650px;
    width: 100%;
    margin-bottom: 90px;
}
.service-title-info h2 {
    color: #fff;
}
.service-title-info p {
    color: #fff;
    margin-top: 33px;
}
.each-service-block-info {
    border-radius: 10px;
    background-color: #08CCC0;
    overflow: hidden;
    padding: 42px 57px 57px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}
.each-service-block-info .about-text {
    height: 100%;
}
.each-service-block-info p {
    color: #fff;
    letter-spacing: 0.32px;
    max-width: 410px;
    width: 100%;
    margin: 15px 0 45px;
    position: relative;
    z-index: 1;
}
.each-service-block-info .common-btn {
    background-color: #fff;
    border-color: #fff;
    padding-bottom: 14px;
}
.each-service-block-info .common-btn::before {
    border-color: #05191D;
}
.each-service-block-info .common-btn:hover::before {
    background-color: #05191D;
}
.each-service-block-info .common-btn:hover strong::after {
    background-image: url(../images/btn-arrow.svg);
}
.each-service-block-info .common-btn:hover {
    border-color: #05191D;
}
.each-service-union {
    position: absolute;
    right: 7%;
    top: 15%;
    transform: translateY(-50%);
}
.each-service-union img {
    width: 213px;
}
.each-service-block-right-info .common-btn {
    background-color: #05191D;
    border-color: #05191D;
    color: #fff;
}
.each-service-block-right-info .common-btn strong::after {
    background-image: url(../images/btn-arrow.svg);
}
.each-service-block-right-info .common-btn:hover::before {
    background-color: #fff;
}
.each-service-block-right-info .common-btn:hover strong {
    color: #05191D;
}
.each-service-block-right-info .common-btn:hover strong::after {
    background-image: url(../images/btn-arrow-black.svg);
}
.each-service-block-right-info .common-btn:hover {
    border-color: #fff;
}
.each-service-block-right-info .common-btn::before {
    background-color: #fff;
}
.service-block-info .col-lg-6 {
    padding: 0 8px;
}
.service-block-info .row {
    margin: 0 -8px;
    row-gap: 20px;
}
.service-block-top-vector {
    position: absolute;
    right: -60px;
    top: 12%;
}
.service-block-top-vector img,
.service-block-btm-vector img {
    width: 578px;
}
.service-block-btm-vector {
    position: absolute;
    right: -60px;
    top: 47%;
}
/****usp-marquee****/
.usp-marquee-sec {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 60px 0 100px;
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 66px;
}
.usp-marquee-wrap ul {
	display: flex;
	gap: 66px; 
	padding: 0;
	margin: 0;
	list-style: none;
}
.usp-marquee-wrap li {
	white-space: nowrap;
	color: #05191D;
    position: relative;
    padding-right: 18px;
}
.usp-marquee-wrap li::after {
    content: '';
    top: 4px;
    background-image: url(../images/marquee-vector.svg);
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    height: 16px;
    width: 16px;
    left: -28px;
}
/****home-car-block****/
.home-car-block {
    position: relative;
    overflow: hidden;
}
.home-car-block-title {
    max-width: 670px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 80px;
}
.home-car-block-title p {
    margin: 30px 0 40px;
}
.home-car-block ul {
    display: flex;
    column-gap: 20px;
    justify-content: center;
}
.home-car-block li:first-child .common-btn {
    background-color: #05191D;
    color: #fff;
}
.home-car-block li:first-child .common-btn strong::after {
    background-image: url(../images/btn-arrow.svg);
}
.home-block-vector {
    position: absolute;
    left: 24%;
    top: 0;
}
.home-block-mobile-vector {
    position: absolute;
    left: 24%;
    top: 36%;
    display: none;
}
.home-block-vector img {
    width: 1014px;
}
.home-block-img {
    margin-top: -4%;
}
/****home-btm-block****/
.home-btm-block {
    padding: 0 0 114px;
    margin-top: -130px;
    position: relative;
    z-index: 1;
}
.home-btm-block h2 {
    text-align: center;
    margin-bottom: 64px;
}
.home-btm-block li {
    text-align: center;
    max-width: 335px;
    flex-shrink: 0;
    width: 19%;
}
.home-btm-block ul {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.home-btm-block li h6 {
    background: #08CCC0;
    border: 1px solid #08CCC0;
    border-radius: 100%;
    overflow: hidden;
    height: 39px;
    width: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'helvetica_neuemedium';
    font-size: 2.4rem;
    color: #fff;
    max-width: 300px;
    margin: 0 auto;
}
.home-btm-block li p {
    color: rgba(5, 25, 29, 0.57);
    max-width: 235px;
    margin: 0 auto;
}
.home-btm-block li h5 {
    margin: 10px 0;
}
.home-btm-block li:nth-child(odd) {
    position: relative;
}
.home-btm-block li:nth-child(odd)::after,
.home-btm-block li:nth-child(even)::after {
    content: '';
    position: absolute;
    background-image: url(../images/home-btm-block-odd-vector.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 140px;
    /* right: -78px; */
    left: 50%;
    transform: translateX(50%);
    top: 0;
    height: 32px;
    width: 140px;
}
.home-btm-block li:nth-child(even) {
    position: relative;
}
.home-btm-block li:nth-child(even)::after {
    background-image: url(../images/home-btm-block-even-vector.svg);
    top: 10px;
}
.home-btm-block li:last-child::after {
    display: none;
}
/****footer-area****/
.footer-area {
    border-radius: 40px 40px 0px 0px;
    background-color: #05191D;
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}
.footer-top-vector {
    position: absolute;
    top: 0;
    left: -8%;
}
.footer-top-left h2 {
    color: #fff;
    font-family: 'HelveticaNeue-Regular';
    line-height: 49px;
}
.footer-top-right-wp,
.footer-top-right-cal {
    display: flex;
    justify-content: end;
}
.footer-top-right-wp a {
    display: flex;
    align-items: center;
}
.footer-top-right-wp-wrap {
    border-radius: 50px;
    background-color: #25D366;
    width: 202px;
    padding: 13px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}
.footer-top-right-wp span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-top-right-wp-part-info p {
    color: #FFF;
    line-height: normal;
}
.footer-top-right-wp-wrap img {
    width: 24px;
}
.footer-top-right-cal .common-btn {
    background-color: #fff;
    padding: 10px 24px;
}
.footer-top-right-cal .common-btn strong::after {
    display: none;
}
.footer-top-right-cal .common-btn img {
    margin-right: 2px;
    width: 30px;
}
.footer-top-right-cal .common-btn:hover img {
    z-index: 1;
    position: relative;
    filter: brightness(0) invert(1);
}
.footer-top-right-wp {
    margin-bottom: 10px;
}
.footer-top {
    position: relative;
    z-index: 1;
    padding-bottom: 74px;
}
.footer-top-left h6 {
    color: rgba(255, 255, 255, 0.54);
    line-height: 24px;
    letter-spacing: 0.32px;
    font-size: 1.6rem;
    font-family: 'HelveticaNeue-Regular';
    margin-top: 18px;
}
.footer-top::after {
    content: '';
    position: absolute;
    left: -160px;
    bottom: 0;
    height: 1.5px;
    width: 100vw;
    background-color: rgba(255, 255, 255, 0.23);
}
.footer-logo img {
    width: 358px;
}
.footer-btm {
    position: relative;
    z-index: 1;
    padding-top: 88px;
}
.each-footer-right h5 {
    font-family: 'HelveticaNeue-Regular';
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.each-footer-right h5 strong {
    font-weight: normal;
    font-size: 2.4rem;
}
.each-footer-right a,
.each-footer-right p {
    color: rgba(255, 255, 255, 0.54);
    line-height: 24px;
    letter-spacing: 0.32px;
}
.each-footer-right td:first-child {
    padding-right: 20px;
}
.each-footer-right td {
    color: rgba(255, 255, 255, 0.54);
    line-height: 24px;
    letter-spacing: 0.32px;
    font-size: 1.6rem;
    font-family: 'HelveticaNeue-Regular';
}
.each-footer-right a:hover {
    color: #08CCC0;
}
.footer-right {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}
.each-footer-right p {
    margin-top: 7px;
}
.footer-social ul {
    column-gap: 9px;
    display: flex;
}
.footer-social li a {
    height: 43px;
    width: 43px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}
.footer-social li a img {
    width: 20px;
}
.footer-social {
    margin-top: 53px;
}
.footer-social li a:hover {
    background-color: #08CCC0;
    border-color: #08CCC0;
}
.footer-social li a:hover img {
    filter: brightness(0) invert(1);
}
.footer-social li a.footer-wp {
    background-color: #25D366;
    border-color: #25D366;
}
.footer-btm-vector {
    position: absolute;
    bottom: -74%;
    left: -8%;
}
.footer-top-vector img,
.footer-btm-vector img {
    width: 1144px
}
/******************************calculator******************************/
/****inner-banner****/
.banner-sec.inner-banner {
    padding-top: 0;
    padding-bottom: 0;
}
.each-banner {
    position: relative;
}
.each-banner-img img {
    border-radius: 40px;
    overflow: hidden;
}
.inner-banner .banner-content {
    bottom: 20%;
    top: auto;
    width: 100%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
.inner-banner .banner-content h2 {
    color: #fff;
}
/****calculater-iframe****/
.calculater-iframe {
    padding: 40px 0;
}
/******************************financial-lease******************************/
/****financial-lease-top-sec****/
.financial-lease-top-sec {
    overflow: hidden;
}
.financial-lease-top-right {
    position: relative;
}
.financial-lease-top-info {
    margin-top: 90px;
    padding-right: 20px;
}
.financial-lease-top-info h1 {
    font-family: 'helvetica_neuemedium';
}
.financial-lease-top-info p {
    max-width: 630px;
    width: 100%;
    margin-top: 36px;
}
/****financial-lease-block****/
.financial-lease-block {
    padding: 55px 0 115px;
}
.financial-lease-block-img img {
    border-radius: 10px;
    overflow: hidden;
}
.financial-lease-block-info {
    padding-left: 49px;
}
.financial-lease-block-info h2 {
    margin-bottom: 16px;
}
.financial-lease-block-info p {
    max-width: 800px;
    width: 100%;
    margin-bottom: 14px;
}
.financial-lease-block-info p:last-child {
    margin-bottom: 0;
}
/****financial-lease-info-block****/
.financial-lease-info-block-wrap {
    border-radius: 40px;
    background-color: #05191D;
    overflow: hidden;
    padding: 82px 120px;
    position: relative;
}
.financial-lease-info-block-content h2 {
    color: #fff;
    margin-bottom: 37px;
}
.financial-lease-info-block-content p {
    color: #fff;
    max-width: 719px;
    width: 100%;
    margin-bottom: 22px;
}
.financial-lease-info-block-content p:last-child {
    margin-bottom: 0;
}
.financial-lease-info-block-vector {
    position: absolute;
    right: 0;
}
.financial-lease-info-block-top-vector {
    position: absolute;
    top: -120%;
}
.financial-lease-info-block-top-vector img,
.financial-lease-info-block-btm-vector img {
    width: 555px;
}
.financial-lease-info-block-content {
    padding-right: 50px;
}
/****financial-lease-mid****/
.financial-lease-mid {
    padding: 125px 0 110px;
}
/* .financial-lease-mid-img {
    padding-left: 80px;
} */
.financial-lease-mid-img img {
    border-radius: 10px;
    overflow: hidden;
}
.financial-lease-mid-info li {
    position: relative;
    padding-left: 20px;
    font-size: 1.6rem;
    font-family: 'HelveticaNeue-Regular';
    line-height: 24px;
    margin-bottom: 15px;
}
.financial-lease-mid-info li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    background-image: url(../images/financial-lease-mid-icon.svg);
    height: 10px;
    width: 10px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
}
.financial-lease-mid-info h6 {
    font-size: 1.6rem;
    font-family: 'HelveticaNeue-Regular';
    line-height: 24px;
    margin: 15px 0 16px;
}
.financial-lease-mid-info h5 {
    margin: 24px 0 12px;
}
#frame-leasecalculator {
    height: 800px;
}
/****financial-lease-btm-block****/
.home-btm-block.financial-lease-btm-block {
    margin-top: 0;
    padding: 0 0 65px;
}
/****form-sec***/
.form-sec {
    background-color: #FAFAFA;
    padding: 80px 0;
}
.form-img img {
    border-radius: 40px;
    overflow: hidden;
}
.form-group {
	margin-bottom: 30px;
}
.form-style {
	resize: none;
    border: 1px solid rgba(5, 25, 29, 0.5);
    border-radius: 50px;
    font-family: 'HelveticaNeue-Regular';
    color: #08CCC0;
    font-size: 1.6rem;
    padding: 14px 28px;
	background-color: transparent;
}
.form-style:placeholder {
	color: rgba(5, 25, 29, 0.5);
}
.form-style:-ms-input-placeholder {
	color: rgba(5, 25, 29, 0.5);
}
.form-style::placeholder {
	color: rgba(5, 25, 29, 0.5);
}
.form-style:focus {
    box-shadow: none;
	border-color: #08CCC0;
    color: #08CCC0;
    background-color: transparent;
}
.form-style:focus::placeholder {
    color: #08CCC0;
}
.form-sec textarea.form-style {
    height: 184px;
    border-radius: 30px;
    overflow: hidden;
}
.form-info .col-lg-6,
.form-info .col-lg-12 {
    padding: 0 11px;
}
.form-info .row {
    margin: 0 -11px;
}
.form-info {
    padding-left: 70px;
}
.form-info p {
    margin: 16px 0 46px;
    max-width: 525px;
    width: 100%;
}
.form-info .common-btn {
    background-color: #05191D;
    border-color: #05191D;
    color: #fff;
    margin-top: 10px;
}
.form-info .common-btn::before {
    background-color: #fff;
}
.form-info .common-btn:hover {
    border-color: #05191D;
}
.form-info .common-btn:hover::before {
    background-color: #fff;
}
.form-info .common-btn:hover strong {
    color: #05191D;
}
.form-info .common-btn strong::after {
    background-image: url(../images/btn-arrow.svg);
}
.form-info .common-btn:hover strong::after {
    background-image: url(../images/btn-arrow-black.svg);
}
/******************************contact******************************/
/****contact-form-sec****/
.contact-form-sec {
    background-color: #fff;
}
.contact-form-sec .common-btn {
    padding: 12px 24px 12px 48px;
    border: 1px solid #08CCC0;
    background-color: #08CCC0;
    color: #fff;
}
.contact-form-sec .common-btn::before {
    background-color: #05191D;
}
.contact-form-sec .common-btn strong::after {
    background-image: url(../images/product-btn-arrow.svg);
    right: auto;
    left: -28px;
}
.contact-form-sec .form-info .common-btn:hover strong::after {
    background-image: url(../images/product-btn-arrow-black.svg);
}
/****contact-form-content****/
.contact-form-content {
    padding-bottom: 130px;
}
.contact-form-content .footer-right .each-footer-right h5 {
    color: #05191D;
}
.contact-form-content .each-footer-right a, 
.contact-form-content .each-footer-right p {
    color: rgba(5, 25, 29, 0.54);
}
.contact-form-content .each-footer-right td {
    color: rgba(5, 25, 29, 0.54);
}
.contact-form-content .footer-right {
    padding-left: 70px;
}
.contact-form-content .each-footer-right a:hover {
    color: #08CCC0;
}
.contact-form-content .footer-social li a {
    border: 1px solid rgba(5, 25, 29, 0.5);
}
.contact-form-content .footer-social {
    max-width: 200px;
    margin: 0 auto;
}
.contact-form-content .footer-social li a img {
    filter: brightness(0) invert(0.5);
}
.contact-form-content .footer-social li a.footer-wp:hover {
    background-color: #25D366;
    border-color: #25D366;
}
.contact-form-content .footer-social li a.footer-wp:hover img {
    filter: brightness(1) invert(1);
}
.contact-form-content .footer-social li a:hover img {
    filter: brightness(1) invert(1);
}
.contact-form-content .footer-social li a:hover {
    border-color: #05191D;
    background-color: #05191D;
}
/******************************over-ons******************************/
.black-wrap {
    background-color: #05191D;
    border-radius: 40px;
    margin-bottom: -60px;
}
/****over-ons-marquee-sec****/
.usp-marquee-sec.over-ons-marquee-sec {
    padding-bottom: 80px;
}
/****over-ons-top****/
.over-ons-top {
    padding-bottom: 80px;
}
.over-ons-top-img img {
    border-radius: 10px;
    overflow: hidden;
}
.each-counter h5 {
    font-family: 'helvetica_neuebold';
    color: #08CCC0;
}
.each-counter h6 {
    font-size: 2.4rem;
    font-family: 'HelveticaNeue-Regular';
}
.counter-part {
    display: flex;
    column-gap: 63px;
}
.over-ons-top-info p {
    max-width: 412px;
    width: 100%;
    margin: 16px 0 44px;
}
.over-ons-top-info {
    padding-left: 75px;
}
/****over-ons-mid****/
.over-ons-mid {
    padding: 98px 0 150px;
}
.over-ons-mid-wrap {
    padding: 0 137px;
}
.over-ons-mid-img img {
    border-radius: 10px;
    overflow: hidden;
}
.over-ons-mid-info h2 {
    color: #fff;
}
.over-ons-mid-info p {
    color: #fff;
    margin-top: 33px;
    max-width: 515px;
    width: 100%;
}
.over-ons-mid-info {
    padding-right: 100px;
}
/****over-ons-btm-block****/
.home-btm-block.over-ons-btm-block {
    margin-top: 0;
    padding-bottom: 155px;
}
.over-ons-btm-block h2 {
    color: #fff;
}
.over-ons-btm-block li h5 {
    color: #fff;
}
.over-ons-btm-block li p {
    color: rgba(255, 255, 255, 0.57);
}
.over-ons-btm-block li:nth-child(odd)::after {
    background-image: url(../images/over-ons-block-odd-vector.svg);
}
.over-ons-btm-block li:nth-child(even)::after {
    background-image: url(../images/over-ons-block-even-vector.svg);
}
/******************************equipment-lease******************************/
/****equipment-lease-info-block****/
.equipment-lease-info-block {
    padding-top: 40px;
}
.equipment-lease-info-block-wrap {
    border-radius: 40px;
    background-color: #05191D;
    overflow: hidden;
    padding: 128px 228px 132px;
    position: relative;
}
.equipment-lease-info-block-wrap h2 {
    color: #fff;
}
.equipment-lease-info-block-wrap p {
    color: #fff;
    max-width: 614px;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
}
.equipment-lease-info-block-vector {
    position: absolute;
    left: 0;
    bottom: -35%;
}
.equipment-lease-info-block-top-vector {
    position: absolute;
    top: -115%;
}
/****equipment-lease-block****/
.financial-lease-block.equipment-lease-block {
    padding: 100px 0 115px;
}
.equipment-lease-block .financial-lease-block-img {
    padding-left: 84px;
}
.equipment-lease-block .financial-lease-block-info {
    padding-left: 0;
    padding-right: 40px;
}
/****equipment-lease-mid****/
.financial-lease-mid.equipment-lease-mid {
    padding: 0 0 70px;
}
.equipment-lease-mid .financial-lease-mid-img {
    padding-left: 0;
    padding-right: 10px;
}
.equipment-lease-mid .financial-lease-mid-info {
    padding-left: 50px;
}
.equipment-lease-mid .financial-lease-mid-info h2 {
    margin-bottom: 17px;
}
/****equipment-lease-about-block****/
.equipment-lease-about-block {
    border-radius: 40px;
    overflow: hidden;
    background-color: #05191D;
    padding: 94px 0;
}
.equipment-lease-about-block table {
    width: 100%;
    margin-bottom: 80px;
}
.equipment-lease-about-block tr {
    display: flex;
    flex-wrap: wrap;
}
.equipment-lease-about-block td {
    width: 49%;
    border-radius: 10px;
    border: 1px solid #08CCC0;
    background-color: #08CCC0;
    overflow: hidden;
    margin-right: 15px;
    padding: 35px 30px 44px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.equipment-lease-about-block td:last-child {
    margin-right: 0;
}
.equipment-lease-about-block td h5 {
    color: #fff;
    margin-bottom: 20px;
    line-height: 32px;
}
.equipment-lease-about-block td p {
    color: #fff;
    letter-spacing: 0.32px;
}
.equipment-lease-about-block td:hover {
    box-shadow: 0px 0px 20px 0px rgba(25, 176, 209, 0.5);
}
.equipment-lease-about-block-info h2,
.equipment-lease-about-block-info h5,
.equipment-lease-about-block-info p {
    color: #fff;
}
.equipment-lease-about-block-img {
    padding-left: 20px;
    padding-right: 17px;
}
.equipment-lease-about-block-img img {
    border-radius: 10px;
    overflow: hidden;
}
.equipment-lease-about-block-info h2 {
    margin-bottom: 20px;
}
.equipment-lease-about-block-info h5 {
    margin-bottom: 15px;
    margin-top: 25px;
}
.equipment-lease-about-block-info {
    padding-right: 110px;
}
/****equipment-lease-btm-block****/
.equipment-lease-btm-block {
    padding: 114px 0;
}
.equipment-lease-btm-block-top-img img,
.equipment-lease-btm-block-btm-img img {
    border-radius: 10px;
    overflow: hidden;
}
.equipment-lease-btm-block-btm-info h2 {
    margin-bottom: 20px;
}
.equipment-lease-btm-block-top-info {
    max-width: 680px;
    margin-right: 0;
    margin-left: auto;
}
.equipment-lease-btm-block-btm-info {
    max-width: 680px;
    margin-left: 0;
    margin-right: auto;
}
.equipment-lease-btm-block-btm-info h5 {
    margin: 20px 0 15px;
  }
.equipment-lease-btm-block-top {
    margin-bottom: 115px;
}
.equipment-lease-btm-block-top-info h2 {
    margin-bottom: 20px;
}
/******************************faq******************************/
/****faq-block****/
.faq-block {
    padding: 80px 0 115px;
    position: relative;
}
.acc-block {
    padding-left: 40px;
    position: relative;
}
.acc-block::after {
    content: '';
    position: absolute;
    background-image: linear-gradient(to right, rgba(25, 176, 209, 0), rgba(25, 176, 209, 0.8));
    left: -4%;
    top: 0;
    height: 100%;
    width: 1px;
}
.faq-left-block {
    padding-right: 30px;
}
.acc-block ul {
	padding: 0 ;
	margin: 0;
	list-style: none;
}
.acc-block li {
	border-radius: 20px;
	border: 1.5px solid rgba(5, 25, 29, 0.08);
    background-color: #FAFAFA;
	padding: 20px 30px 20px 50px;
	margin-bottom: 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.acc-block li:hover {
    background-color: #0B252A;
}
.acc-block li:hover h5 {
    color: #fff;
}
.acc-block li:hover p {
    color: rgba(255, 255, 255, 0.53);
}
.acc-block li:last-child {
	margin-bottom: 0;
}
.acc-block li>*:not(:first-child) {
	display: none;
}
.acc-block li h1 {
	padding-right: 10px;
	position: relative;
}
.acc-block li h5::after {
	position: absolute;
	height: 23px;
	width: 23px;
	background-image: url(../images/acc-plus.svg);
	background-size: 23px;
	content: "";
	top: 7px;
	right: 0;
	transition: all 0.5s;
}
.show_accordian h5::after {
    background-image: url(../images/acc-minus.svg) !important;
}
.acc-block h5 {
	position: relative;
	text-transform: none;
	cursor: pointer;
	padding-right: 28px;
}
.acc-block p {
	margin-top: 15px;
	margin-bottom: 0;
	max-width: 550px;
	width: 100%;
}
.acc-block li:hover h5::after {
	/* transform: rotate(45deg); */
    background-image: url(../images/acc-minus-white.svg) !important;
}
.faq-left-block p {
    max-width: 595px;
    width: 100%;
    margin-top: 14px;
}
.faq-block-vector {
    position: absolute;
    left: -12%;
    bottom: -36%;
    z-index: -1;
}
.faq-block-top-vector {
    position: absolute;
    top: -115%;
}
.faq-block-top-vector img,
.faq-block-btm-vector img {
    width: 848px;
}
/******************************aanbod-list******************************/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 41px 0 69px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
    color: #05191D;
    font-family: 'HelveticaNeue-Regular';
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(100) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #08CCC0;
}
.filter-reset a:hover img {
    filter: invert(50%) sepia(81%) saturate(457%) hue-rotate(143deg) brightness(99%) contrast(95%);
}
.aanbod-filter-sec .select-style {
	width: 100%;
    height: 48px;
    font-family: 'HelveticaNeue-Regular';
    font-size: 1.6rem;
    padding: 0 30px 0 18px;
    border-radius: 50px;
    border: 1px solid #05191D;
    background-color: transparent;
    color: #05191D;
    background: url(../images/filter-arrow.svg)  no-repeat 91% center/10px;
    appearance: none;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    cursor: default;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-filter-sec .select-style:hover {
    background-color: #05191D !important;
    color: #fff !important;
    background: url(../images/white-filter-arrw.svg)  no-repeat 91% center/10px;
}
.aanbod-filter-sec .select-style.show {
    background-color: transparent;
    color: #05191D;
    background: url(../images/filter-arrow.svg)  no-repeat 91% center/10px;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'HelveticaNeue-Regular';
	background-color: #14181E;
}
.filter-content {
    display: none;
    padding: 10px 10px 15px;
    z-index: 2;
    border-top: 0;
    border-radius: 10px;
    margin-top: 2px !important;
    cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #FFF;
    color: #05191D;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #05191D;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'HelveticaNeue-Regular';
    font-size: 1.6rem;
    cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #05191D;
    opacity: 0.65;
}
.aanbod-filter-sec label img {
    margin-right: 6px;
    width: 18px;
}
.aanbod-filter-sec .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #05191D;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #08CCC0;
    border-color: #08CCC0;
}
.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: #fff;
    border-radius: 6px;
    background-color:#08CCC0;
	font-family: 'HelveticaNeue-Regular';
    font-size: 1.4rem;
    border: 1px solid #08CCC0;
}
.cross-btn {
    width: 9px;
    filter: brightness(0) invert(1);
}
.auto-overview-tag:hover {
    color: #05191D;
	background-color: transparent;
}
.auto-overview-tag:hover .cross-btn {
    filter: brightness(100) invert(1);
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 70px;
    background-color: #05191D;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
}
.mobile-show-filter .common-btn {
    background-color: #08CCC0;
    border-color: #08CCC0;
    color: #fff;
    padding: 10px 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn:hover::before{
    display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #08CCC0;
    color: #08CCC0;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #05191D;
	border-radius: 100%;
	color: #fff;
    border: 1px solid #05191D;
	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-show-filter .common-btn:hover .filter-count{
    border-color: #08CCC0;
    background-color: #08CCC0;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #08CCC0;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #08CCC0;
}
.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: #08CCC0;
	border-color: #08CCC0;
  	color: #fff;
	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: #05191D;
    border-color: #05191D;
}
.auto-overview-filter-result .common-btn:hover::before{
    display: none;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'HelveticaNeue-Regular';
    text-transform: none;
    letter-spacing: normal;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.Voertuigsoort-filter img {
    margin-right: 8px;
    width: 23px;
    height: 13px;
}
.aanbod-filter-sec .Voertuigsoort-filter label {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.aanbod-filter-sec .Voertuigsoort-filter label::after {
    position: absolute;
    left: -12px;
    bottom: 0;
    content: "";
    width: calc(100% + 22px);
    height: 1px;
    background-color: rgba(5, 25, 29, 0.08);
}
.aanbod-filter-sec .Voertuigsoort-filter label:last-child{
    padding-bottom: 0;
}
.aanbod-filter-sec .Voertuigsoort-filter label:last-child::after {
    display: none;
}
.aanbod-filter-sec .Voertuigsoort-filter .filter-content {
    padding: 10px 13px 6px;
}
.filter-part {
    padding-left: 16px;
}
.filter-part .row {
    margin: 0 -6px;
    row-gap: 6px;
}
.filter-part .col-lg-3.col-6 {
    padding: 0 6px;
    margin-bottom: 18px;
    width: 20%;
}
.clear-filter-wrap {
    padding-left: 28%;
}
.aanbod-filter-sec .select-style.show:hover {
    background-color: transparent !important;
    border-color: #05191D;
    color: #05191D;
}
/****aanbod-product-sec****/
.aanbod-product-sec {
    padding-bottom: 113px;
}
.aanbod-product-area .row {
    row-gap: 40px;
}
.aanbod-product-area .each-product-slider-btn {
    margin-left: -15px;
    margin-right: -15px;
}
/******************************bedankt******************************/
/****bedankt-banner****/
.bedankt-banner .common-btn {
    padding: 12px 24px 12px 48px;
    border: 1px solid #08CCC0;
    background-color: #08CCC0;
    color: #fff;
}
.bedankt-banner .common-btn:hover {
    border-color: #05191D;
}
.bedankt-banner .common-btn::before {
    background-color: #05191D;
}
.bedankt-banner .common-btn strong::after {
    background-image: url(../images/product-btn-arrow.svg);
    right: auto;
    left: -28px;
}
.bedankt-banner .form-info .common-btn:hover strong::after {
    background-image: url(../images/product-btn-arrow-black.svg);
}
.bedankt-banner .banner-content .common-btn {
    margin-top: 45px;
}
.banner-sec.inner-banner.bedankt-banner {
    padding-bottom: 95px;
}
/******************************popup******************************/
.modal-area .modal-dialog {
    max-width: 52%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background-color: rgba(5, 25, 29, 0.70);
    backdrop-filter: blur(12px);
}
.modal-area .modal-content {
    border: 0;
    border-radius: 15px;
    background-color: #fff;
    position: relative;
}
.pop-up-image {
    height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.modal-area .popup-content {
    padding: 55px 20px 47px 48px;
    background-color: #fff;
    border-radius: 15px 0 0 15px;
    overflow: hidden;
}
.modal-area .popup-content h2 strong {
    color: #08CCC0;
}
.modal-area .popup-content h6 {
    color: #05191D;
    font-family: 'HelveticaNeue-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    margin: 23px 0 16px;
}
.modal-area .popup-content ul {
    margin-left: 20px;
    list-style-type: disc;
}
.modal-area .popup-content li {
    line-height: 24px;
    margin-bottom: 12px;
    color: #05191D;
    font-family: 'HelveticaNeue-Regular';
    font-size: 1.6rem;
}
.modal-area .popup-content li::marker {
    color: #08CCC0;
}
.modal-area .popup-content p{
    margin-top: 20px;
}
.close-img {
    position: absolute;
    top: -28px;
    right: -25px;
    z-index: 1;
    height: 57px;
    width: 57px;
    background-color: #08CCC0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.close-img img {
    width: 24px;
}
.close-img:hover {
	color: #fff;
}
/******************************aanbod-dtl******************************/
/*****back-btn****/
.back-btn {
    padding-top: 21px;
}
.txt-btn {
    position: relative;
    color: #05191D;
    font-family: 'HelveticaNeue-Regular';
    font-size: 1.6rem;
    line-height: normal;
    border: 1px solid #05191D;
    border-radius: 50px;
    padding: 15px 25px 15px 40px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #fff;
    top: 28px;
}
.txt-btn::after {
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    left: 20px;
    background-image: url(../images/txt-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.txt-btn.common-btn strong::after{
    display: none;
}
.txt-btn.common-btn:hover::after{
    background-image: url(../images/txt-arrow-white.svg);
    z-index: 1;
}
/*****aanbod-dtl-share****/
.aanbod-dtl-share {
    text-align: end;
    padding-bottom: 35px;
}
.aanbod-dtl-share img {
    width: 21px;
    height: 27px;
}
.share-social-media-button {
    margin-top: -20px;
}
body .share-social-media-button .a2a_dd {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}
body .share-social-media-button .a2a_dd svg {
    margin-right: 0;
    width: 21px;
}
body .share-social-media-button .a2a_dd span {
    display: none;
}
/*****aanbod-slider-sec****/
.aanbod-slider-sec {
    overflow: hidden;
}
.aanbod-slider-wrap {
    /* margin: 0 -34%; */
    margin: 0 -11% 0 -53%;
}
.aanbod-top-slider .swiper-button-next {
    right: 13%;
}
.aanbod-top-slider .swiper-button-prev {
    left: 38%;
}
.aanbod-top-slider .each-dtl-slider img{
    border-radius: 10px;
    object-fit: cover;
}
/*****aanbod-dtl-sec****/
.aanbod-dtl-sec {
    padding: 25px 0 59px;
}
.aanbod-dtl-right-part .aanbod-btn{
    font-family: 'HelveticaNeue-Regular';
    font-size: 1.6rem;
    line-height: normal;
    color: #05191D;
    display: inline-block;
    overflow: hidden;
    background: transparent;
    border-radius: 50px;
    border: 1px solid #05191D;
    padding: 16px 35px 16px 18px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-right-part .aanbod-btn:hover{
    border-color: #08CCC0;
    background: #08CCC0;
    color: #fff;
}
.aanbod-btn.black-btn {
    background-color: #05191D;
    border-color: #05191D;
    color: #fff;
}
.aanbod-btn.black-btn strong::after {
    background-image: url(../images/btn-arrow.svg);
}
.aanbod-btn.common-btn::before {
    background-color: #08CCC0;
}
.aanbod-btn.common-btn:hover strong::after{
    background-image: url(../images/aanbod-white-arw.svg);
}
.aanbod-dtl-right-part ul {
    display: flex;
    column-gap: 25px;
    justify-content: end;
}
.aanbod-dtl-right strong{
    font-weight: normal;
    color: #08CCC0;
    line-height: 24px;  
}
.aanbod-dtl-right ul {
    display: flex;
    justify-content: space-between;
    position: relative;
    column-gap: 10px;
    padding-top: 15px;
    max-width: 400px;
    width: 100%;
}
.aanbod-dtl-right li {
    color: #05191D;
    font-family: 'HelveticaNeue-Regular';
    line-height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}
.aanbod-dtl-right ul li:nth-child(2)::before, 
.aanbod-dtl-right ul li:nth-child(2):after {
    position: absolute;
    left: -41px;
    top: 0;
    height: calc(100% + 25px);
    width: 1.5px;
    background-color: rgba(5, 25, 29, 0.07);
    content: "";
}
.aanbod-dtl-right ul li:nth-child(2)::before {
    left: auto;
    right: -41px;
}
.mobile-aanbod-dtl-right-btm{
    display: none;
}
.aanbod-dtl-right ul li:nth-child(2)::before, 
.aanbod-dtl-right ul li:nth-child(2)::after {
	height: calc(100% + 18px);
}
/****dtl-tab-sec****/
.dtl-tab-sec {
    padding: 5px 0 115px;
	position: relative;
	overflow: hidden;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 42px;
    margin-bottom: 30px;
    border: 0;
    row-gap: 26px;
}
.tab-btn-right {
	margin-bottom: 60px;
}
/****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.common-btn:hover{
    border-color: #08CCC0;
    background-color: #08CCC0;
    color: #fff;
}
ul.tabs li.common-btn.active {
    border-color: #08CCC0;
    background-color: #05191D;
    color: #fff;
}
ul.tabs li.common-btn.active:hover {
    background-color: #08CCC0;
}
ul.tabs li.common-btn:hover strong::after,
ul.tabs li.common-btn.active strong::after{
    background-image: url(../images/aanbod-white-arw.svg);
}
/* ul.tabs li.common-btn::before {
    background-color: #05191D;
} */
.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 {
    font-family: 'helvetica_neuebold';
    font-size: 2.4rem;
    line-height: normal;
    color: #121212;
	margin: 24px 0 34px;
}
.kenmerken-tab ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}
.kenmerken-tab li {
    width: 50%;
    position: relative;
    color: #05191D;
    line-height: 24px;
    margin-bottom: 6px;
    padding-bottom: 10px;
    word-break: break-word;
    padding-right: 20px;
    padding-left: 30px;
}
.kenmerken-tab li::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1.5px;
    background-color: rgba(5, 25, 29, 0.50);
}
.kenmerken-tab li:nth-child(even) {
    color: rgba(5, 25, 29, 0.50);
    padding-left: 0;
}
.kenmerken-tab li:last-child, .kenmerken-tab li:nth-last-child(2) {
    margin-bottom: 0;
}
.bullet-panel h5 {
    border-bottom: 1px solid #08CCC0;
    padding-bottom: 10px;
	margin-bottom: 10px;
}
.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: #0E0E0E;
	margin-bottom: 10px;
	font-size: 1.6rem;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 8px;
    position: absolute;
    top: 8px;
    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: #08CCC0;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #08CCC0;
    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 {
    text-transform: none;
    font-size: 2.2rem;
}
.tab-btm-btn {
	margin-top: 55px;
}
.tab-btm-btn .common-btn,
.tab-btm-btn-close .common-btn {
    color: #fff;
    background-color: #05191D;
    border-color: #08CCC0;
    padding-right: 24px;
}
.tab-btm-btn .common-btn strong::after,
.tab-btm-btn-close .common-btn strong::after {
    display: none;
}
.kenmerken-tab-block-part {
	display: none;
}
.tab-btm-btn-close {
    display: none;
    margin-top: 40px;
}
/****aanbod-dtl-form-sec****/
.aanbod-dtl-form-sec {
    border-radius: 40px;
    background-color: #05191D;
    overflow: hidden;
    position: relative;
}
.aanbod-dtl-form-sec .form-info {
    z-index: 2;
    position: relative;
}
.aanbod-dtl-form-sec .form-info h2 {
    color: #fff;
}
.aanbod-dtl-form-sec .form-info p {
    color: #fff;
}
.aanbod-dtl-form-sec .form-style {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #08CCC0;
    background-color: #05191D;
}
.aanbod-dtl-form-sec .form-style:placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.aanbod-dtl-form-sec .form-style:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.aanbod-dtl-form-sec .form-style::placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.aanbod-dtl-form-sec .form-style:focus {
	border-color: #08CCC0;
    color: #08CCC0;
    background-color: #05191D;
}
.aanbod-dtl-form-sec .form-style:focus::placeholder {
    color: #08CCC0;
}
.aanbod-dtl-form-sec .form-info .common-btn {
    background-color: #fff;
    color: #05191D;
}
.aanbod-dtl-form-sec .form-info .common-btn strong::after {
    background-image: url(../images/btn-arrow-black.svg);
}
.aanbod-dtl-form-sec .form-info .common-btn:hover::before,
.aanbod-dtl-form-sec .form-info .common-btn::before {
    background-color: #08CCC0;
}
.aanbod-dtl-form-sec .form-info .common-btn:hover strong::after {
    background-image: url(../images/btn-arrow.svg);
}
.aanbod-dtl-form-sec .form-info .common-btn:hover strong {
    color: #fff;
}
.aanbod-dtl-form-sec::after {
    content: "";
    height: 60%;
    width: 60%;
    bottom: 0;
    left: 5%;
    background-image: url(../images/dtl-form-mak.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}
.aanbod-dtl-form-sec .form-img {
    position: relative;
    z-index: 1;
}
/****aanbod-dtl-product-sec****/
.product-sec.aanbod-dtl-product-sec {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 115px;
    padding-top: 110px;
}
.product-sec.aanbod-dtl-product-sec .product-title {
    margin-bottom: 82px;
}

.formError {
    z-index: 1 !important;
}

/*******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;
  }
  .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;
  }
  .form-1, .form-2 {
      display: none;
      padding: 50px 0;
      margin-top: 20px;
  }
  .form-2 .form-group label 
  {
      font-family: 'lama_sansregular';
      color: #fff;
      font-size: 1.6rem;
      margin-bottom: 20px;
  }
  .form-1 .form-group label
  {
      font-family: 'lama_sansregular';
      color: #fff;
      font-size: 1.6rem;
      margin-bottom: 20px;
  }
  .aanbod-loader {
      width: 45px;
      height: 40px;
      background: linear-gradient(#14181E calc(1*100%/6),#08CCC0 0 calc(3*100%/6),#14181E 0),
                linear-gradient(#14181E calc(2*100%/6),#08CCC0 0 calc(4*100%/6),#14181E 0),
                linear-gradient(#14181E calc(3*100%/6),#08CCC0 0 calc(5*100%/6),#14181E 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: #08CCC0;
    }
  @media (max-width: 991px) {
      .form-1, .form-2 {
          padding: 0 !important;
      }
  }
  .radio_filter .form-check-input {
      display: none;
  }
  .aanbod-dtl-right-slide-top .common-btn{
      background-color: #fbb969;
      border-color: #fbb969;
  }
  .over-ons-counter-area .col-lg-4:last-child .each-over-ons-counter{
      border: none;
  }
  
  .carpass-img {
      width: 115px;
  }
  
  
  #google_translate_element{
      height: 0;
      overflow: hidden;
  }
  .skiptranslate{
      height: 0;
      overflow: hidden;
      visibility: hidden !important;
  }
  body {
      top: 0 !important;
  }
  
  .translation-links a span {
      text-transform: uppercase;
  }

.privacy_section {
    padding-bottom: 60px;
}
.error-header.stiky .header-menu > ul > li > a{
    color: #05191D !important;
}
.footer-klanten {
    margin-top: 53px;
}
.service_pagination{
	position: relative;
	text-align: center;
	margin-top: 51px;
}
.service_pagination li {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 17px;
	margin: 0 3px;
	color: #FFF;
	align-content: center;
	border: 1px solid #08CCC0;
	background-color: #08CCC0;
	cursor: pointer;
}
.service_pagination li:hover{
	background-color: #05191D;
	border: 1px solid #05191D;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.active_page{
	background-color: #05191D !important;
	border: 1px solid #05191D !important;
 }
