body {
	padding: 0px;
	margin: 0px;
	color: rgba(20, 17, 44, 0.70);
    font-family: 'HelveticaNeue-Regular';
    font-size: 1.6rem;
	background-color: #F8F8F8;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
/****cookie-fix****/
.cmn-cookie-info ul {
    margin-bottom: 0;
}
.cmn-cookie-info li {
    padding-left: 0;
    margin-bottom: 0;
}
.cmn-cookie-info li::after {
    display: none;
}
.cookie-close img {
    width: 15px;
}
/****page****/
#page {
    padding-top: 23px;
    padding-bottom: 23px;
}
/* =========================== index ============================ */
/*****header****/
.header-area {
	position: fixed;
	top: 30px;
	left: 0;
	width: 100%;
	z-index: 99;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area.stiky {
	top: 0;
}
.header-area.stiky .header-wrap {
	border-color: rgba(209, 54, 63, 0.8);
	padding: 20px 30px;
	background-color: #14112C;
}
.header-logo img {
	width: 191px;
}
.header-nav ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 50px;
}
.header-nav li {
	margin: 0;
	padding: 0;
    font-family: 'HelveticaNeue-Regular';
	font-size: 1.6rem;
	line-height: 24px;
	color: #14112C;
}
.header-nav li::after {
	display: none;
}
.header-nav li a:hover {
	font-weight: 700;
	color: #fff;
}
.header-nav li a {
	color: #fff;
}
.header-btn .common-btn:hover {
	background-color: #14112C;
	border-color: #14112C;
	color: #fff;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 22px;
}
.header-area .login {
	color: #D1363F;
	font-size: 1.6rem;
	line-height: 24px;
	font-family: 'HelveticaNeue-Bold';
	position: relative;
	padding-right: 24px;
}
.header-area .login::after {
	background-color: #F8F8F8;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 2px;
}
.header-area .login:hover {
	color: #14112C;
}
.header-area.header-area.stiky .login::after {
    background-color: #14112C;
}
.header-area.stiky .header-btn .common-btn:hover {
    border-color: #fff;
}
/*****mobile-menu********/
.mobile-header-menu {
	position: absolute;
	top: 85px;
	background-color: #D1363F;
	height: 70vh;
	width: 100%;
	left: 0;
	padding: 40px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	clip-path: inset(0 0 100% 0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.mobile-header-menu-wrap {
	height: 100%;
	overflow-x: auto;
}
.mobile-header-menu-wrap::-webkit-scrollbar {
	background-color: #14112C;
	width: 8px;
	border-radius: 10px;
}
.mobile-header-menu-wrap::-webkit-scrollbar-thumb {
	background-color: #2c2c2c;
	border-radius: 10px;
}
.mobile-header-menu ul {
	flex-direction: column;
	text-align: center;
	margin: 0;
}
.mobile-header-menu.mob-menu-active {
	clip-path: inset(0 0 0 0);
}
.mobile-header-menu li {
	padding: 0;
	font-size: 2rem;
	margin-bottom: 20px;
}
.mobile-header-menu li:last-child {
	margin-bottom: 0;
}
.mobile-header-menu li::after {
	display: none;
}
.mobile-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
}
/****fix-block****/
.fix-block {
    position: fixed;
    right: 2.5%;
    bottom: 30%;
    z-index: 98;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.fix-wp a {
    width: 53px;
    height: 53px;
    border-radius: 100%;
    background-color: #11D100;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix-wp a img {
	width: 25px;
}
.fix-call a {
    width: 53px;
    height: 53px;
    border-radius: 40px;
	border: 1px solid rgba(2, 0, 26, 0.50);
    background-color: #D1363F;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix-call a img {
	width: 18px;
}
/****fix-klanten****/
.fixed-klanten a {
    position: fixed;
    right: 0;
    bottom: 4%;
    z-index: 98;
}
.fixed-klanten a img {
	width: 112px;
}
/****banner-sec****/
.banner-sec {
	position: relative;
}
.banner-bg-mark {
	position: absolute;
	top: -30%;
	width: 100%;
	pointer-events: none;
}
.banner-bg-mark::after {
	background: radial-gradient(67.62% 67.32% at 21.28% 54.11%, #FFF 0%, rgba(255, 255, 255, 0.50) 100%);
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.banner-content {
	position: absolute;
	bottom: -2.5%;
	transform: translateY(-50%);
	left: 0;
	z-index: 2;
	width: 100%;
}
.banner-content h1 {
    max-width: 700px;
	margin: 0 auto 60px;
}
.banner-content .black-btn {
	margin-left: 12px;
}
.banner-video,.each-banner  {
	height: 945px;
}
.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;
}
.each-banner {
	border-radius: 20px;
	overflow: hidden;
}
/****filter-sec****/
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
	border-radius: 16px;
	border: 1.5px solid #fff;
	padding: 24px 30px;
}
.filter-reset a {
    font-size: 1.4rem;
    color: #14112C;
}
.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: #D1363F;
}
.filter-reset a:hover img {
    filter: brightness(1);
    filter: brightness(0) saturate(100%) invert(33%) sepia(58%) saturate(7452%) hue-rotate(343deg) brightness(90%) contrast(79%);
}
.select-style {
	width: 100%;
    height: 48px;
    color: #14112C;
    font-size: 1.6rem;
    border: 1px solid #14112C;
    border-radius: 8px;
    padding: 0 30px 0 8px;
    background: url(../images/filter-arrow.svg) #1C1C1C no-repeat 90% center/10px;
    appearance: none;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    cursor: default;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'DMSans-Regular';
	background-color: #1C1C1C;
}
.filter-content {
    display: none;
	background-color: #1C1C1C;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.06);
    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;
}
.aanbod-filter-sec .filter-main .row {
	justify-content: start;
}
.aanbod-filter-sec label {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'HelveticaNeue-Regular';
    font-size: 1.2rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #F9F8F6;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #D1363F;
    border-color: #D1363F;
}
.auto-overview-tag {
    margin-right: 5px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #F9F8F6;
    border-radius: 6px;
    background-color:#D1363F;
    font-size: 1.4rem;
    border: 1px solid #D1363F;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
	background-color: transparent;
    color: #14112C;
}
.auto-overview-tag:hover img {
    filter: invert(1);
}
.filter-main .col-lg-3 {
	width: 16.6%;
}
.filter-main .row {
	row-gap: 15px;
	justify-content: center;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 50%;
	transform: translateX(-50%);
    top: 107px;
    background-color: #28272d;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 10px 10px 8px;
	border-radius: 10px;
}
.mobile-show-filter .common-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #D1363F;
    border-color: #D1363F;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.filter-count {
    min-width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 100%;
    color: #14112C;
    border: 1px solid #fff;
    margin-left: 12px;
    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: #D1363F;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #D1363F;
}
.mobile-filter-close span img {
	width: 9px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.auto-overview-filter-result .common-btn {
    margin-top: 0;
    background-color: #14112C;
    border-color: #14112C;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result h4{
	font-size: 1.6rem;
	color: #fff;
}
.auto-overview-filter-result .common-btn:hover {
	background-color: #fff;
    border-color: #fff;
    color: #14112C;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'DMSans-Regular';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .col-lg-3 {
	margin-bottom: 0;
	width: 200px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.aanbod-filter-sec {
    margin-top: -50px;
}
.radio_filter .form-check-input {
	display: none;
}
/*****home-filter-sec****/
/* .home-filter-sec {
    margin-top: -34%;
} */
.home-filter-sec .filter-main .col-lg-3 {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 20px;
	position: relative;
}
.home-filter-sec .filter-main {
	margin-bottom: 0;
}
.home-filter-sec .filter-main .col-lg-10 {
	width: 53%;
}
.home-filter-sec .filter-main .col-lg-2 {
	width: 47%;
}
.home-filter-sec .aanbod-filter-wrap {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 0;
    padding: 4px 30px 22px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
}
.home-filter-sec .select-style {
    color: rgba(255, 255, 255, 0.5);
    font-family: 'HelveticaNeue-Regular';
    font-size: 1.4rem;
    border: 0;
    border-radius: 0;
    background: url(../images/home-filter-arrow.svg) no-repeat 88% center / 10px;
}
.home-filter-sec .filter-btn {
    position: relative;
    max-width: 104px;
    margin-left: auto;
}
.home-filter-sec .filter-btn::after {
	content: '';
    background-color: #D1363F;
    height: calc(100% + 135%);
    width: 1px;
    position: absolute;
    left: 0;
    top: -18px;
}
.home-filter-sec .filter-main .col-lg-3::after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background-color: #D1363F;
	content: '';
}
.home-filter-sec .filter-content {
    border-radius: 0 0 8px 8px;
    background-color: #14112C;
    padding: 10px 5px 15px;
}
.home-filter-sec .form-check-input {
    width: 10px;
    height: 10px;
    margin-right: 6px;
}
.aanbod-filter-sec label {
    font-size: 1.1rem;
}
.home-filter-sec {
    display: none;
}
/* .home-filter-sec .aanbod-filter-wrap::after {
	content: '';
	background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%);
	position: absolute;
	left: 0;
	top: 0;
	height: 1.5px;
	width: 100%;
} */
.home-filter-sec .filter-btn .common-btn {
    padding: 8px 10px;
    font-size: 1.4rem;
}
/****banner-btm****/
.banner-btm {
	padding: 40px 0;
}
.each-banner-btm h6 {
	color: #14112C;
	font-family: 'HelveticaNeue-Regular';
}
.each-banner-btm {
	border-radius: 20px;
	background-color: #E3E3E3;
	overflow: hidden;
	padding: 60px 50px;
	position: relative;
	z-index: 1;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	row-gap: 30px;
}
.each-banner-btm h2 {
    position: relative;
    display: inline-block;
    padding-right: 60px;
    font-size: 4rem;
}
.each-banner-btm h2::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 38px;
	width: 38px;
	background-size: 38px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/banner-btm-arrow.svg);
}
.each-banner-btm::after {
	content: '';
	background-image: url(../images/banner-btm-round.svg);
	background-size: 128px;
	background-repeat: no-repeat;
	left: 0;
	bottom: 0;
	position: absolute;
	height: 128px;
	width: 128px;
	z-index: -1;
}
.banner-btm-wrap {
    padding: 0 25px;
}
/****product-sec****/
.product-sec {
	padding-top: 24px;
}
.product-sec-wrap {
	border-radius: 20px;
	background: linear-gradient(253deg, #14112C 2.98%, #0B0A19 99.35%);
	padding: 68px 0 32px;
}
.product-title {
	text-align: center;
	margin-bottom: 94px;
}
.product-title h2 {
	color: #F8F8F8;
	margin: 18px 0 28px;
}
.product-title h2 strong {
	color: #D1363F;
	font-weight: normal;
}
.product-title p {
	max-width: 850px;
	margin: 0 auto;
}
.product-plus {
	background-color: #D1363F;
	height: 50px;
	width: 50px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #D1363F;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-plus img {
	width: 15px;
}
.each-product-img img {
	border-radius: 20px;
	overflow: hidden;
}
.each-product:hover .product-plus {
	opacity: 1;
}
.each-product {
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text {
    background-color: #E3E3E3;
    border-radius: 20px;
    padding: 18px 20px;
    margin-top: 15px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text li {
	padding-left: 0;
}
.each-product-text li::after {
	display: none;
}
.each-product-text h3 {
	color: #14112C;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text p {
	color: rgba(20, 17, 44, 0.70);
	margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1.5px solid rgba(20, 17, 44, 0.10);
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 8px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text li h6 strong {
	font-weight: normal;
	color: #14112C;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text li h6 {
	color: rgba(20, 17, 44, 0.70);
	font-family: 'HelveticaNeue-Regular';
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 32px;
	row-gap: 20px;
}
.each-product:hover .each-product-text {
	background-color: #D1363F;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover .each-product-text h3 {
	color: #fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover .each-product-text p {
    color: rgba(255, 255, 255, 0.70);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-color: rgba(255, 255, 255, 0.10);
}
.each-product:hover .each-product-text li h6 {
	color: rgba(255, 255, 255, 0.70);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover .each-product-text li h6 strong {
	color: #fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-slider .common-arrow {
	top: 34%;
}
.product-slider .swiper-button-next {
	right: -1%;
}
.product-slider .swiper-button-prev {
	left: -1%;
}
.product-btn {
	text-align: center;
	margin-top: 78px;
}
/****service-sec****/
.service-sec {
	padding-top: 122px;
}
.service-sec .common-wrap {
    padding-left: 0;
    padding-right: 0;
}
.service-title {
	margin-bottom: 80px;
}
.service-title-left h6 {
  	color: #14112C;
  	margin-bottom: 12px;
}
.service-title-left h2 strong {
	font-weight: normal;
	color: #D1363F;
}
.service-title-right p {
	color: #13102A;
}
.service-title-right {
    max-width: 590px;
    margin-left: auto;
    margin-right: 0;
}
.service-title-right .common-btn:hover {
    background-color: #14112C;
    border-color: #14112C;
    color: #fff;
}
.each-service-block {
	border-radius: 20px;
	overflow: hidden;
    height: 493px;
}
.each-service-block-info {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}
.each-service-block-hover-info {
	position: absolute;
	left: 0;
	top: -100%;
	height: 100%;
	width: 100%;
	background-color: #D1363F;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service-block:hover .each-service-block-hover-info {
	top: 0;
}
.each-service-block-info-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 50px;
	text-align: center;
}
.each-service-block-hover-info .common-btn {
    max-width: max-content;
    margin: 0 auto;
}
.each-service-block-info-wrap p {
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-bottom: 0;
	margin: 25px 0 45px;
}
.each-service-block-img {
	height: 100%;
}
.each-service-block-img img {
	height: 100%;
	object-fit: cover;
}
.service-slider {
    position: relative;
    z-index: 1;
}
/****home-mid-block****/
.home-mid-block {
    padding: 20px 24px;
}
.home-mid-block-wrap {
	border-radius: 20px;
	background-color: #E3E3E3;
	overflow: hidden;
	position: relative;
	padding: 35px 40px;
}
.home-mid-block-right p {
	color: #14112C;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-mid-block-right .border-btn {
	border-color: #14112C;
	color: #14112C;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-mid-block-right .border-btn:hover {
	background-color: #D1363F;
	border-color: #D1363F;
	color: #fff;
}
.home-mid-block-right {
	max-width: 600px;
	margin-right: 0;
	margin-left: auto;
    position: relative;
    z-index: 2;
}
.home-mid-block-left h3 {
	color: #14112C;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}	
.home-mid-block-wrap::after {
    content: '';
    /* background-image: url(../images/home-mid-round.svg);
    background-size: 146px;
    background-repeat: no-repeat; */
    left: -20px;
    bottom: -20px;
    position: absolute;
    height: 146px;
    width: 146px;
    z-index: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
    background-color: #D1363F;
    border-radius: 100%;
}
.home-mid-block-wrap:hover::after {
    border-radius: 0;
    left: 0;
    bottom: 0;
    transform: scale(50);
}
.home-mid-block-wrap:hover .home-mid-block-left h3,
.home-mid-block-wrap:hover .home-mid-block-right p,
.home-mid-block-wrap:hover .common-btn {
    color: #fff;
}
.home-mid-block-wrap:hover .common-btn {
    border-color: #fff;
}
.home-mid-block-left {
    position: relative;
    z-index: 2;
}
/****about-sec****/
.about-title,
.about-vector {
	position: absolute;
	z-index: 1;
}
.about-title {
	left: 50%;
	top: 60%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}
.about-vector {
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 20px;
    text-align: center;
    width: 100%;
}
.each-about-vector {
	width: 22%;
}
.each-about-vector h4 {
	color: #fff;
	margin-top: 15px;
}
.about-img {
	border-radius: 20px;
	overflow: hidden;
}
.about-img::after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	content: '';
	background: linear-gradient(180deg, rgba(14, 12, 31, 0.00) 0%, rgba(14, 12, 31, 0.76) 62.68%, #0E0C1F 100%);
}
.each-about-vector img {
	height: 63px;
}
.about-wrap {
	border-radius: 20px;
	background: linear-gradient(253deg, #14112C 2.98%, #0B0A19 99.35%);
	padding: 100px 0 0;
}
.about-info h2 {
    color: #fff;
}
.about-info h2 strong {
	color: #D1363F;
	font-weight: normal;
}
.about-info {
    margin: 0 auto 78px;
    max-width: 600px;
    text-align: center;
}
.about-info p {
	margin: 35px 0 40px;
}
/****google-review****/
.google-review {
	padding: 120px 0;
}
.google-review-img {
	max-width: 95%;
	margin: 0 auto;
}
/****footer-sec****/
.footer-sec-wrap {
	border-radius: 20px;
	background: linear-gradient(253deg, #14112C 2.98%, #0B0A19 99.35%);
	padding: 68px 0 35px;
}
.footer-mobile-logo {
	display: none;
}
.footer-mobile-logo img {
	width: 184px;
}
.klanten-logo img {
	width: 294px;
}
.footer-whole-wp img {
	width: 24px;
	height: 24px;
}
.footer-whole-wp a {
	display: flex;
    align-items: center;
    column-gap: 20px;
	border-radius: 41.5px;
    background: rgba(37, 211, 102, 0.30);
    overflow: hidden;
    padding: 10px 10px;
    max-width: 274px;
	width: 100%;
}
.footer-wp {
	background: #25D366;
    height: 63px;
    width: 63px;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-wp-info h6 {
	font-family: 'HelveticaNeue-Medium';
	line-height: 20px;
	text-transform: uppercase;
}
.footer-wp-info h5 {
	color: #FFF;
	font-family: 'HelveticaNeue-Regular';
	font-size: 1.6rem;
	line-height: 24px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-wp-info h5:hover {
	color: rgba(255, 255, 255, 0.50);
}
.footer-logo img {
	width: 184px;
}
.footer-contact {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.each-footer-contact h4 {
  color: #fff;
  margin-bottom: 15px;
}
.each-footer-contact a {
	color: rgba(255, 255, 255, 0.70);
}
.each-footer-contact td {
	color: rgba(255, 255, 255, 0.70);
	font-family: 'HelveticaNeue-Regular';
	font-size: 1.6rem;
	line-height: 24px;
}
.each-footer-contact a:hover {
	color: #fff;
}
.footer-whole-wp {
  margin-top: 40px;
}
.each-footer-contact h6 {
	font-family: 'HelveticaNeue-Regular';
}
.each-footer-contact table {
	margin-bottom: 43px;
	width: 100%;
}
.each-footer-contact table:last-child {
	margin-bottom: 0;
}
.each-footer-contact td:nth-child(odd) {
    padding-right: 60px;
}
.each-footer-btm li a {
    border: 1px solid rgba(255, 255, 255, 0.50);
    border-radius: 100%;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.each-footer-btm ul {
	display: flex;
	column-gap: 15px;
}
.footer-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
	margin-top: 160px;
}
.each-footer-btm a {
	font-family: 'HelveticaNeue-Regular';
	color: #fff;
	font-size: 1.6rem;
	line-height: 24px;
}
.each-footer-btm a:hover {
	color: rgba(255, 255, 255, 0.50);
}
.footer-bovag {
	width: 89px;
}
.each-footer-btm li {
	padding-left: 0;
}
.each-footer-btm li a:hover {
	background-color: #D1363F;
	border-color: #D1363F;
}
.each-footer-btm li::after {
	display: none;
}
.each-footer-opening-mobile {
    display: none;
}
.each-footer-werk {
    display: none;
}
.footer-privacy {
    display: flex;
    column-gap: 30px;
}
/* ======================== aanbod-dtl ========================= */
/*****back-btn****/
.back-btn {
    padding: 146px 0 32px;
}
.back-btn .border-btn {
    border-color: #14112C;
    color: #14112C;
    background-color: #F8F8F8;
    position: relative;
    z-index: 1;
}
.back-btn img {
    margin-right: 5px;
}
.back-btn .border-btn:hover {
    background-color: #D1363F;
    border-color: #D1363F;
    color: #fff;    
}
.back-btn .border-btn:hover img {
    filter: brightness(0) invert(1);
}
/*****back-btn****/
.aanbod-top-sec {
    position: relative;
    overflow-x: clip;
}
.aanbod-top-mark {
    position: absolute;
    top: -60%;
    width: 100%;
    pointer-events: none;
}
.aanbod-top-mark img {
    height: 100%;
}
.aanbod-top-mark::after {
    background: radial-gradient(67.62% 67.32% at 21.28% 54.11%, #F8F8F8 0%, rgba(248, 248, 248, 0.50) 100%);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.aanbod-top-area {
    position: relative;
    z-index: 1;
}
.aanbod-top-area .col-lg-8 {
    width: 63%;
}
.aanbod-top-area .col-lg-4 {
    width: 37%;
}
.aanbod-top-slider .swiper-button-next {
    right: 4%;
}
.aanbod-top-slider .swiper-button-prev {
    left: 4%;
}
.aanbod-top-slider-right-img {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    height: 100%;
}
.aanbod-top-area .col-lg-9 {
    width: 67%;
}
.aanbod-top-area .col-lg-3 {
    width: 33%;
}
.each-aanbod-top-slider-car {
    height: 100%;
}
.each-aanbod-top-slider-car img {
    height: 100%;
    object-fit: cover;
}
.each-aanbod-top-slider-car,
.each-aanbod-top-slider-right-img {
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}
.aanbod-top-right-part {
    padding-left: 49px;
}
.aanbod-top-right-part h2 {
    margin-bottom: 12px;
}
.aanbod-top-right-part p {
    color: rgba(20, 17, 44, 0.70);
    margin-bottom: 0;
}
.aanbod-top-right-mid h6 {
    font-family: 'HelveticaNeue-Regular';
    color: #14112C;
}
.aanbod-top-right-mid h6 strong {
    font-weight: normal;
    color: rgba(20, 17, 44, 0.70);
    display: block;
}
.aanbod-top-right-mid tr {
    display: flex;
    column-gap: 63px;
    position: relative;
    margin: 42px 0 30px;
    padding: 30px 0;
}
.aanbod-top-right-mid tr::before,
.aanbod-top-right-mid tr::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 57px);
    height: 2px;
    background-color: rgba(20, 17, 44, 0.10);
}
.aanbod-top-right-mid tr::after {
    top: auto;
    bottom: 0;
}
.aanbod-top-right-mid td {
    padding-right: 20px;
}
.aanbod-top-right-mid td:last-child {
    padding-right: 0;
}
.aanbod-top-right-btm h4 strong {
    font-weight: normal;
    color: rgba(20, 17, 44, 0.70);
    font-size: 1.6rem;
}
.aanbod-top-right-btn {
    margin-top: 56px;
}
.aanbod-top-right-btn ul {
    display: flex;
    column-gap: 24px;
}
.aanbod-top-right-btn li {
    padding-left: 0;
}
.aanbod-top-right-btn li::after {
    display: none;
}
.aanbod-top-right-btn .border-btn {
    background-color: #F8F8F8;
    border-color: #14112C;
    color: #14112C;
}
.aanbod-top-right-btn .border-btn:hover {
    background-color: #D1363F;
    border-color: #D1363F;
    color: #fff;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
    padding: 117px 0 98px;
    position: relative;
}
.dtl-tab-area {
    padding-right: 26px;
}
.dtl-tab-sec .col-lg-8 {
    width: 63%;
}
.dtl-tab-sec .col-lg-4 {
    width: 37%;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 48px;
    border: 0;
    row-gap: 15px;
    margin: auto;
    margin-bottom: 60px;
}
ul.tabs li {
    margin: 0;
    word-break: break-word;
    text-transform: none;
    cursor: pointer;
    max-width: max-content;
    display: inline-block;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 50px;
    font-size: 2.4rem;
    line-height: 32px;
    color: #1F221F;
    letter-spacing: normal;
}
ul.tabs li::after {
    display: none;
}
.tab-btn ul li.common-btn {
    padding: 0;
    background: transparent;
    border: 0;
}
.tab-btn ul li.common-btn.active,
.tab-btn ul li.common-btn:hover {
    color: #D1363F;
}
.kenmerken-tab table {
    width: 100%;
}
.kenmerken-tab tr {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.kenmerken-tab tr::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #010101;
}
.kenmerken-tab td {
    width: 25%;
    padding: 53px 72px;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.15);
    border-right: 1.5px solid rgba(255, 255, 255, 0.15);
}
.kenmerken-tab td:nth-child(4n) {
    border-right: 0;
}
.kenmerken-tab td h6,
.kenmerken-tab td p {
    font-size: 1.8rem;
    line-height: normal;
    letter-spacing: 0.36px;
}
.kenmerken-tab td h6 {
    margin-bottom: 16px;
}
.kenmerken-tab td p {
    color: rgba(255, 255, 255, 0.50);
}
.tab_content {
    display: none;
}
.tab_content P {
    color: #1F221F;
}
.tab_drawer_heading {
    display: none;
}
.kenmerken-tab {
    overflow: hidden;
    padding-right: 45px;
}
.kenmerken-tab td p {
    color: rgba(255, 255, 255, 0.70);
    line-height: 20px;
    margin-bottom: 0;
}
.kenmerken-tab td h4 {
    font-family: 'Inter-Medium';
    color: #FFF;  
    line-height: 20px;
    margin-top: 9px;
}
.bullet-panel h5 {
    border-bottom: 1px solid #D1363F;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 2rem;
    color: #1F221F;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 34px;
}
.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;
    margin-bottom: 10px;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 7px;
    width: 7px;
    height: 7px;
    top: 8px;
    background-image: url(../images/tab-bullet.svg);
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D1363F;
    font-size: 1.6rem;
    line-height: 24px;
}
.left-bg-block p {
    color: #fff;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #D1363F;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    margin-top: 8px;
    margin-bottom: 25px;
}
.left-bg-block p {
    margin-bottom: 0;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls h5 {
    font-size: 2rem;
    color: #1F221F;
}
.tab-btm-btn {
    margin-top: 47px;
}
.tab-btm-btn .common-btn {
    cursor: pointer;
}
.tab-btm-btn .common-btn:hover {
    background-color: #14112C;
}
.kenmerken-tab ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}
.kenmerken-tab li {
    width: 61%;
    position: relative;
    color: #14112C;
    margin-bottom: 13px;
    padding-bottom: 13px;
    word-break: break-word;
    padding-right: 20px;
    padding-left: 0;
}
.kenmerken-tab li:nth-child(even) {
    color: rgba(20, 17, 44, 0.70);
    width: 39%;
}
.kenmerken-tab li::after {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1.5px;
    background-color: rgba(31, 34, 31, 0.20);
    background-image: none;
}
.kenmerken-tab h4 {
    margin-bottom: 32px;
    color: #1F221F;
}
.tab-right-part {
    border-radius: 10px;
    border: 1px solid #14112C;
    background: #F8F8F8;
    max-width: 517px;
    margin-right: 0;
    margin-left: auto;
    padding: 30px;
}
.tab-right-top p {
    color: #14112C;
    margin-bottom: 33px;
    margin-top: 24px;
}
.tab-man-img {
    width: 84px;
    height: 84px;
    border-radius: 64px;
    overflow: hidden;
}
.tab-man-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.tab-man-info {
    padding-left: 6px;
}
.tab-man-info p {
    margin-bottom: 0;
}
.tab-man-info p:first-child {
    margin-bottom: 8px;
}
.tab-man-info a {
    color: #14112C;
}
.tab-man-info a:hover {
    color: #D1363F;
}
.tab-share-icon {
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-share-icon img {
    width: 21px;
    height: 26px;
}
.tab-share-icon:hover img {
    filter: brightness(0) saturate(100%) invert(36%) sepia(51%) saturate(4876%) hue-rotate(336deg) brightness(84%) contrast(95%);
}
.tab-right-btm {
    padding: 0 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.tab-right-part.make_sticky {
    position: sticky;
    top: 23%;
    overflow-y: auto;
    overflow-x: hidden;
}
.tab-contact-part .col-lg-5 {
    width: 32%;
}
.tab-contact-part .col-lg-7 {
    width: 68%;
}
.mob-tab-right-part {
    display: none;
    border-radius: 10px;
    background: #E3E3E3;
}
.mob-tab-right-part .tab-right-top h5 {
    font-family: 'HelveticaNeue-Bold';
    font-size: 1.4rem;
    line-height: 22px;
    color: #14112C;
}
.mob-tab-right-part .tab-right-top h5 strong {
    font-weight: normal;
    display: block;
}
.start-icon img {
    width: 135px;
    height: 21px;
    margin: 0 auto;
}
.mob-tab-right-part .tab-right-btm {
    display: block;
}
.mob-tab-share-icon {
    text-align: center;
}
.mob-tab-share-icon img {
    width: 12px;
    height: 14px;
    margin-right: 3px;
}
.mob-tab-share-icon .common-btn {
    background-color: transparent;
    border-color: #14112C;
    color: #14112C;
}
.mob-tab-share-icon .common-btn:hover {
    background-color: #D1363F;
    border-color: #D1363F;
    color: #fff;
}
.mob-tab-share-icon .common-btn:hover img {
    filter: brightness(0) invert(1);
}
/*****kenmarken-popup******/
.kenmarken-popup {
    display: none;
}
.kenmarken-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.kenmarken-popup-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(248, 248, 248, 0.2);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
    border-radius: 20px;
    position: relative;
    background: #14112C;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #14112C;
    box-shadow: 0px 0px 25px 0px rgba(20, 17, 44, 0.5);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(20, 17, 44, 0.5);
    overflow: hidden;
}
.kenmarken-popup-close {
    background-color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #D1363F;
}
.kenmarken-popup-close img {
    width: 25px;
    filter: brightness(100) invert(1);
}
.kenmarken-popup-content {
    overflow-y: scroll;
    height: calc(100% - 116px);
    padding-right: 20px;
}
.kenmarken-popup-content::-webkit-scrollbar  {
    background-color: #5B5A5E;
    width: 10px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
    background-color: #999999;
}
.kenmerken-popup-model {
    padding-bottom: 30px;
    padding-right: 40px;
}
.kenmerken-popup-model h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.kenmerken-popup-model p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kenmarken-popup-content h4 {
    margin-bottom: 16px;
    color: #fff;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 31px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    line-height: 24px;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1.5px solid #D9D9D9;
    color: #fff;
}
.kenmarken-popup-content li:nth-child(even) {
    color: rgba(255, 255, 255, 0.7);
}
.kenmarken-popup-content li::after {
    display: none;
}
/****aanbod-product-sec****/
.aanbod-product-sec {
    padding-top: 60px;
}
.aanbod-product-sec .product-sec-wrap {
    background: #F8F8F8;
    padding-bottom: 0;
}
.aanbod-product-sec .product-title {
    margin-bottom: 82px;
}
.aanbod-product-sec .product-title h2 {
    color: #14112C;
}
.aanbod-product-slider .common-arrow {
    top: 44%;
}
.aanbod-product-slider .swiper-button-next {
    right: -1%;
}
.aanbod-product-slider .swiper-button-prev {
    left: -1%;
}
/* ========================= contact ============================== */
/*****contact-banner****/
 .contact-banner-img {
    width: 100%;
    height: 600px;
    border-radius: 20px;
    z-index: 2;
    position: relative;
}
.contact-banner-sec{
    position: relative;
}
.contact-banner-sec::after{
    content: "";
    border-right: 1px solid #000;
    height: 100%;
    position: absolute;
    right: 0;
    top: -23px;
    /* min-height: 1040px; */
    height: calc(100% + 424px);
    border-bottom: 1px solid #000;
    width: 100%;
}
.contact-banner-mark{
    position: absolute;
    top: -4%;
    width: 100%;
    pointer-events: none;
    z-index: -1;
}
.contact-banner-mark::after{
    background: radial-gradient(0.62% 67.32% at 21.28% 54.11%, #F8F8F8 0%, rgba(248, 248, 248, 0.60) 100%);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
/*****contact-top-sec****/
.contact-top-sec{
    padding-top: 115px;
    padding-bottom: 133px;
}
.contact-top-wrap{
    display: flex;
    max-width: 1200px;
    margin-left: 215px;
    justify-content: space-between;
    margin-right: auto;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}
.opening-info{
    display: flex;
    column-gap: 38px;
}
.each-contact-top-area a{
    color: rgba(20, 17, 44, 0.70);
    font-family: 'HelveticaNeue-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
.each-opening-info h6{
    color: #14112C;
    font-family: 'HelveticaNeue-Regular';
    padding-bottom: 3px;
}
.contact-top-wrap::after{
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.20);
    position: absolute;
    left: 45%;
    transform: translateX(-50%);
    top: -18px;
    height: calc(100% + 40px);
}
.each-contact-top-area h4{
    padding-bottom: 15px;
}
.each-contact-top-area a:hover{
    color: #1c1c1c;
}
.each-opening-info td:first-child{
    padding-right: 63px;
}
.each-opening-info td{
    color: rgba(20, 17, 44, 0.70);
    font-size: 1.6rem;
    line-height: 24px;
}
/****contact-form-sec****/
.contact-form-sec{
    background: #F8F8F8;
    padding-top: 45px;
}
.contact-form-top-logo{
    max-width: 75px;
    height: 75px;
    flex-shrink: 0;
}
.contact-form-top-logo img{
    border-radius: 64px;
    height: 100%;
    object-fit: cover;
}
.contact-form-top-text p{
    color: rgba(20, 17, 44, 0.70);
    margin-bottom: 0;
}
.contact-form-top-text a{
    color: rgba(20, 17, 44, 0.70);
}
.contact-form-top-text a:hover{
    color: #1c1c1c;
}
.contact-form-top{
    display: flex;
    justify-content: center;
    column-gap: 16px;
    align-items: center;
}
.form-heading p{
    color: #14112C;
    max-width: 679px;
    margin: 0px auto;
    padding-top: 26px;
}
.form-heading{
    padding-top: 38px;
    padding-bottom: 88px;
}
.contact-form-wrap{
    max-width: 1354px;
    margin: 0px auto;
}
/****form****/
.form-area .form-group{
    margin-bottom: 33px;
}
.form-area .form-styl{
    border-radius: 8px;
    border: 1px solid #D1363F;
    background: #14112C;
    padding: 22px 40px 26px;
    color: #FFF;
    font-family: 'HelveticaNeue-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
.form-area .form-styl.photo_upload,
.form-area .form-styl.foto_upload {
    color: #fff;
}
.form-area .form-styl:focus {
    box-shadow: none;
    background: #FFF;
    color: #121028;
    border: 1px solid #D1363F;
}
.form-area .form-styl::placeholder {
    color: #FFF;
}
.form-area .form-styl:focus::placeholder{
    color: #15202E;
}
.form-area .form-control:focus{
    box-shadow: none;
}
.form-area textarea{
    resize: none;
    padding-left: 10px;
}
.form-area textarea.form-styl {
    min-height: 250px;
    width: 100%;
}
.form-area textarea::placeholder{
    color: #fff;
}
.form-button .common-btn:hover {
    background-color: #14112C;
    border-color: #14112C;
    color: #fff;
}
.form-button{
    margin-top: 28px;
}
.form-area .row{
    margin-right: -12px;
    margin-left: -12px;
}
.form-area .col-lg-6{
    padding-left: 12px;
    padding-right: 12px;
}
.form-area .col-lg-12{
    padding-left: 12px;
    padding-right: 12px;
}
/* ========================== diensten-dtl ========================== */
/*******diens-dtl-top-sec******/
.diensten-dtl-top-img {
    border-radius: 20px;
    overflow: hidden;
}
.diens-dtl-top-content p{
    color: rgba(20, 17, 44, 0.70);
    padding-right: 10px;
    margin-bottom: 0;
}
.diens-dtl-top-content h2{
    padding-bottom: 25px;
}
.diens-dtl-top-img img{
    border-radius: 20px;
}
.diens-dtl-top-mark{
    position: absolute;
    /* top: -16%; */
    top: 0;
    width: 100%;
    pointer-events: none;
    z-index: -1;
    height: 100%;
}
.diens-dtl-top-mark img{
    height: 100%;
    object-fit: cover;
}
.diens-dtl-top-mark::after{
    background: radial-gradient(67.62% 67.32% at 21.28% 54.11%, #F8F8F8 0%, rgba(248, 248, 248, 0.70) 100%);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.diens-dtl-top-content{
    max-width: 655px;
    margin-right: auto;
}
.diens-dtl-top-sec{
    padding-bottom: 120px;
}
/*******diens-dtl-mid-sec******/
.diens-dtl-mid-sec{
    padding-bottom: 120px;
}
.diens-dtl-mid-area table{
    width: 100%;
}
.diens-dtl-mid-area td{
    width: 33.33%;
    padding: 39px 58px 45px 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 20px;
    background: #E3E3E3;
}
.diens-dtl-mid-area tr {
    display: flex;
    column-gap: 24px;
}
.diens-dtl-mid-area td:hover {
    background: #D1363F;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diens-dtl-mid-area td:hover h3{
    color: #FFF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diens-dtl-mid-area td:hover h2{
    color: rgba(255, 255, 255, 0.30);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.20) ;
}
.diens-dtl-mid-area td:hover p{
    color: rgba(255, 255, 255, 0.70);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diens-dtl-mid-area h2{
    padding-bottom: 15px;
    border-bottom: 1.5px solid rgba(20, 17, 44, 0.20) ;
    color: rgba(20, 17, 44, 0.30);
    padding-left: 30px;
    padding-right: 5px;
}
.diens-dtl-mid-area h3{
    padding-top: 24px;
    color: #14112C;
    padding-bottom: 16px;
    padding-left: 28px;
    padding-right: 5px;
}
.diens-dtl-mid-area p{
    color: rgba(20, 17, 44, 0.70);
    padding-left: 30px;
    margin-bottom: 0;
    padding-right: 5px;
}
/*******diend-dtl-service-sec******/
.diend-dtl-service-sec .service-title h2 strong{
    color: #D1363F;
}
.diend-dtl-service-sec .each-service-block {
    height: 363px;
}
.diend-dtl-service-sec .each-service-block-img{
    height: 100%;
}
.diend-dtl-service-sec .each-service-block-img img{
    height: 100%;
    object-fit: cover;
}
.diend-dtl-service-sec.service-sec {
    padding-top: 115px;
}
/*******dienst-dtl-form-sec******/
.form-sec-wrap{
    border-radius: 20px;
    background: linear-gradient(253deg, #14112C 2.98%, #0B0A19 99.35%);
    padding-top: 57px;
    padding-bottom: 57px;
}
.form-sec .contact-form-top-text p{
    color: rgba(255, 255, 255, 0.70);
}
.form-sec .contact-form-top-text a{
    color: rgba(255, 255, 255, 0.70);
}
.form-sec .form-heading h2{
    color: #fff;
}
.form-sec  .form-heading p{
    color: #fff;
}
.form-sec .form-button .common-btn:hover {
    color: #D1363F;
    background-color: #fff;
    border-color: #fff;
}
.form-sec .contact-form-top-text a:hover{
    color: #FFF;
}
/* ======================= werkplaats-dtl ======================= */
/*******werkplaats-form******/
.form-area-heading{
    margin-bottom: 36px;
    margin-top: 23px;
}
.werkplaats-form .form-area select {
    font-family: 'HelveticaNeue-Regular';
    font-size: 1.6rem;
    line-height: inherit;
    background: #14112C;
    color: #fff;
    width: 100%;
    padding: 22px 23px 26px;
    appearance: none;
    border-radius: 8px;
    border: 1px solid #D1363F;
    background-image: url(../images/down-arow-white.svg);
    background-repeat: no-repeat;
    background-position: right 23px center;
    background-size: 18px;
}
.werkplaats-form .form-area textarea.form-styl {
    min-height: 190px;
    width: 100%;
}
.werkplaats-form .form-date-info .form-styl{
    padding: 22px 23px 26px;
}
.werkplaats-form .form-heading {
    padding-bottom: 40px;
}
.werkplaats-dtl-top-sec .diens-dtl-top-content ul{
    padding-left: 8px;
}
.form-area .col-lg-3 {
    padding-left: 12px;
    padding-right: 12px;
}
/* ============================= apk ================================ */
/*******apk-top-sec******/
.apk-top-sec .diens-dtl-top-content h4{
    color: rgba(20, 17, 44, 0.70);
}
/* ========================= vacatures-dtl =========================== */
/*******vacature-dtl-top-sec******/
.vacature-dtl-top-sec .diens-dtl-top-content h4{
    padding-bottom: 18px;
}
/*******vacature-dtl-mid-sec******/
.vacature-dtl-mid-sec .diens-dtl-mid-area td{
    width: 50%;
    padding: 39px 38px 22px 20px;
}
.vacature-dtl-mid-sec .diens-dtl-mid-area ul{
    padding-left: 36px;
}
.vacature-dtl-mid-sec .diens-dtl-mid-area ul li{
    padding-bottom: 2px;
}
.vacature-dtl-mid-sec .diens-dtl-mid-area td:hover ul li{
    color: rgba(255, 255, 255, 0.70);
}
.vacature-dtl-mid-sec .diens-dtl-mid-area td:hover li::after{
    background-image: url(../images/bullet-white.svg);
}
/* ========================= diensten-list ============================== */
/****inner-banner****/
.inner-banner {
    position: relative;
}
.inner-banner-img {
    border-radius: 20px;
    overflow: hidden;
}
.inner-banner-content {
    position: absolute;
    bottom: 14%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
}
/****diens-service-list-sec****/
.diens-service-list-sec {
    padding-top: 80px;
}
.diens-service-list-area .row {
    row-gap: 28px;
    margin: 0 -14px;
}
.diens-service-list-area .col-lg-6 {
    padding: 0 14px;
}
.diens-service-list-area .each-service-block-info-wrap p {
    max-width: 405px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
/* ========================= aanbod-list ============================== */
/****aanbod-list-filter****/
.aanbod-filter-sec.aanbod-list-filter {
    margin-top: 0;
    padding-top: 144px;
}
.aanbod-filter-sec.aanbod-list-filter .aanbod-filter-wrap {
    border: 0;
    padding: 0;
}
.aanbod-list-filter .filter-left-heading h3 {
    color: #14112C;
}
.filter-left-heading {
    margin-bottom: 34px;
}
.aanbod-list-filter .select-style {
    background-color: #F8F8F8;
    text-align: center;
}
.filter-left-area .row {
    column-gap: 8px;
}
.aanbod-list-filter label {
    font-size: 1.4rem;
}
.aanbod-list-filter .filter-main .col-lg-3 {
    width: 17.6%;
}
.aanbod-list-filter .filter-content {
    background-color: #F8F8F8;
    border-color: #14112C;
}
.aanbod-list-filter label {
    color: #14112C;
}
.aanbod-list-filter .form-check-input {
    border-color: #14112C;
}
.aanbod-list-filter .sorteren_op-filter {
    width: 51%;
    padding-top: 20%;
}
.aanbod-list-filter label span {
    color: #14112C;
}
.aanbod-filter-bg-mark {
	position: absolute;
	top: -30%;
	width: 100%;
	pointer-events: none;
}
.aanbod-list-product-sec {
    padding-top: 60px;
}
.aanbod-list-product-area {
    position: relative;
    z-index: 1;
}
.aanbod-list-product-area .row {
    row-gap: 40px;
}
/* ========================= verkocht ============================== */
.verkocht-top-sec {
    padding-top: 145px;
}
.verkocht-top-area {
    position: relative;
    z-index: 1;
}
.verkocht-top-right {
    text-align: end;
}
.verkocht-top-right p {
    margin-bottom: 0;
    color: rgba(20, 17, 44, 0.70);
}
/* ========================= over-ons ============================== */
/****over-one-top-sec****/
.over-one-banner-mark{
    position: absolute;
    top: -13%;
    width: 100%;
    pointer-events: none;
    z-index: -1;
}
.over-one-banner-mark::after{
    background: radial-gradient(-5.62% 67.32% at 21.28% 54.11%, #F8F8F8 0%, rgba(248, 248, 248, 0.10) 100%);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.over-one-top-wrap li img{
    width: 65px;
    height: 65px;
}
.over-one-top-wrap li{
    padding: 0;
    text-align: center;
}
.over-one-top-wrap li::after{
    display: none;
}
.over-one-top-wrap ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.over-one-top-wrap{
    max-width: 1260px;
    margin: 0px auto;
}
.over-one-top-sec{
    padding-top: 77px;
    padding-bottom: 85px;
}
.over-one-top-wrap li h4{
    padding-top: 13px;
}
/****over-one-about-us-sec****/
.over-one-about-us-img img{
    border-radius: 20px;
}
.over-one-about-us-info p{
    color: rgba(20, 17, 44, 0.70);
}
.over-one-about-us-info h2 strong{
    color: #D1363F;
}
.over-one-about-us-info{
    max-width: 663px;
    margin-right: auto;
}
.over-one-about-us-info h2{
    padding-bottom: 27px;
}
.over-one-about-us-sec{
    padding-bottom: 120px;
}
/******over-one-mid-sec*******/
.over-one-mid-wrap{
    border-radius: 20px;
    background: linear-gradient(253deg, #14112C 2.98%, #0B0A19 99.35%);
    padding: 40px 0px;
}
.over-one-mid-left-area{
    display: flex;
    justify-content: center;
    gap: 95px;
    align-items: center;
}
.over-one-mid-left-heading h2{
    color: #fff;
}
.over-one-mid-left-heading h2 strong{
    color: #D1363F;
}
.over-one-mid-left-heading{
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-align: center;
}
.over-one-mid-left-img img{
    border-radius: 20px;
}
.over-one-mid-left-img{
    max-width: 482px;
}
.over-one-mid-right-area li::after{
    display: none;
}
.over-one-mid-right-area li p{
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 0;
    max-width: 663px;
    padding-top: 30px;
}
.over-one-mid-right-area li{
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.20);
    padding-left: 0;
    padding-bottom: 35px;
    padding-top: 30px;
}
.over-one-mid-right-area li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.over-one-mid-right-area li:first-child{
    padding-top: 0;
}
.over-one-mid-right-area{
    padding-left: 58px;
    padding-right: 10px;
}
/****team-sec****/
.team-sec {
    overflow: hidden;
    padding: 110px 0 0;
}
.team-top-area {
    margin-bottom: 60px;
    text-align: center;
}
.team-top-area h2 strong{
    color: #D1363F;
    font-weight: normal;
}
.team-wrap {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
}
/* .team-slider .swiper-slide:not(.team-active) {
    width: calc(49.9% / 3);
} */
.team-slider .swiper-slide.team-active {
    /* width: 27%; */
    transition: all 0.5s;
    position: relative;
}
.team-slider .each-member-img::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(219deg, rgba(20, 17, 44, 0.00) 53.71%, rgba(20, 17, 44, 0.80) 92.98%);
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
}
.team-slider .each-member:hover .each-member-img::after {
    opacity: 1;
}
.team-slider .swiper-slide {
    transition: width 0.4s ease;
    transition: all 0.5s;
}
.each-member-img {
    height: 340px;
    filter: grayscale(1);
    transition: all 0.5s;
}
.team-slider .swiper-slide.team-active .each-member-img {
    /* height: 624px; */
    filter: none;
}
.each-team:hover .each-member-img {
    filter: none;
}
.team-slider .swiper {
    margin: 0 -5%;
}
.each-member-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.each-team {
    position: relative;
}
.each-member-info {
    padding-top: 24px;
}
.each-member-info h3 {
    color: #14112C;
}
.team-slider .swiper-slide.team-active .each-member-info {
    opacity: 1;
}
.team-slider-arw {
    position: absolute;
    top: 37%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
}
.team-slider-arw .swiper-button-next {
    right: 0;
}
.team-slider-arw .swiper-button-prev {
    left: 0;
}
/* .team-slider .common-arrow {
    top: 22px;
    left: 51%;
}
.team-slider .swiper-button-prev {
    left: 46%;
} */
.team-slider .swiper-button-next.common-arrow{
    background: #14112C;
}
.team-slider .swiper-button-next.common-arrow img{
    filter:  brightness(0) invert(1);
}
.team-slider .swiper-button-prev.common-arrow{
    background: #14112C;
}
.team-slider .swiper-button-prev.common-arrow img{
    filter:  brightness(0) invert(1);
}
.team-slider .swiper-button-next.common-arrow:hover{
    background-color: #D1363F;
}
.team-slider .swiper-button-prev.common-arrow:hover{
    background-color: #D1363F;
}
.each-member-img img{
    border-radius: 20px;
}
.each-member-info p{
    color: rgba(209, 54, 63, 0.70);
    margin-bottom: 0;
    padding-top: 5px;
}
/* ========================= thankyou ============================== */
/****thankyou-banner-sce****/
.thankyou-banner-sce {
    margin-bottom: 20px;
}
.thankyou-banner-sce .inner-banner-img {
  height: 945px;
}
.thankyou-banner-sce .inner-banner-img img{
    height: 100%;
    object-fit: cover;
}
.thankyou-banner-sce .inner-banner-content {
    position: absolute;
    bottom: 1.6%;
    transform: translateY(-50%);
    left: 0;
    z-index: 2;
    width: 100%;
}
.thankyou-banner-sce .inner-banner-content h1 {
    max-width: 700px;
    margin: 0 auto 52px;
}
/* ========================= popup ============================== */
.modal-area .modal-dialog {
    max-width: 63.55%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(20, 17, 43, 0.60);
    backdrop-filter: blur(12px);
}
.modal-area .modal-content {
    border: 0;
    position: relative;
    background: transparent;
}
.modal-area .popup-content {
    padding: 22px 42px 24px 40px;
    background: #fff;
    border-radius: 20px;
}
.pop-up-image {
    height: 100%;
}
.pop-up-image img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.popup-content h3 {
    margin: 24px 0 26px;
    color: #121212;
    max-width: 354px;
}
.popup-content p,
.popup-content li {
    color: #121212;
    margin-bottom: 0;
}
.popup-content li{
    padding-left: 17px;
}
.popup-content ul{
    padding-left: 10px;
}
.popup-content li:last-child {
    margin-bottom: 27px;
}
.close-img {
    position: absolute;
    top: 18px;
    right: 21px;
    border-radius: 0;
}
.close-img img {
    width: 19px;
}
.modal-main-content .col-lg-5 { 
    width: 46%;
}
.modal-main-content .col-lg-7 { 
    width: 54%;
}
.header-logo-stiky {
    display: none;
}
.header-area.stiky .header-logo-stiky {
    display: block;
}
.header-area.stiky .header-logo-default {
    display: none;
}
/********************garantie-new-page*********************/
/****dtl-header-area****/
.dtl-header-area .header-nav li a {
    color: #14112C;
}
.dtl-header-area.stiky .header-nav li a {
    color: #fff;
}
/****garantie-top-sec****/
.garantie-top-sec {
    padding: 100px 0 65px;
}
.garantie-top-sec h2 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 48px;
}
.garantie-top-sec p {
    color: rgba(20, 17, 44, 0.70);
    margin-bottom: 0;
}
/****garantie-table-block****/
.garantie-table-block {
    padding-bottom: 75px;
}
.garantie-table-block table {
    width: 100%;
}
.garantie-table-block tr {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    row-gap: 10px;
}
.garantie-table-block td {
    background-color: #E3E3E3;
    border: 1px solid #14112C;
    text-align: center;
    padding: 120px 75px 130px;
    width: 32.8%;
    position: relative;
}
.garantie-table-block td::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    width: 100%;
    background-color: #14112C;
}
.garantie-table-block td em {
    font-style: normal;
}
.garantie-table-block td h3,
.garantie-table-block td h6,
.garantie-table-block td p {
    color: #14112C;
}
.garantie-table-block td h6 {
    font-family: 'HelveticaNeue-Regular';
}
.garantie-table-block td h5 {
    font-size: 2rem;
}
.garantie-table-block td h5 strong {
    font-weight: normal;
    font-size: 1.8rem;
    font-style: italic;
}
.garantie-table-block td p {
   position: relative;
    display: flex;
    text-align: center;
    max-width: 210px;
    margin: 0 auto;
}
.garantie-table-block td p::after {
    content: '';
    position: absolute;
    left: -8px;
    top: 9px;
    background-image: url(../images/bullet.svg);
    background-size: 5px;
    background-repeat: no-repeat;
    background-position: center;
    height: 5px;
    width: 5px;
}
.garantie-table-block td ul {
    margin: 75px 0 63px;
}
.garantie-table-block td li::after {
    display: none;
}
.garantie-table-block td sub {
    bottom: 50px;
}
.garantie-table-block td sup {
    top: 0;
}
.garantie-table-block td sup h4 {
    font-size: 2rem;
    margin: 10px 0 15px;
}
.garantie-table-block td sup h4:last-child {
    margin-bottom: 0;
}
.garantie-table-block td:last-child em h3 {
    margin-top: 46%;
}
.garantie-table-block td sup img {
    width: 35px;
    margin-top: 20px;
}
/****garantie-mid-block****/
.garantie-mid-block {
    position: relative;
}
.garantie-min-block-title {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}
.garantie-mid-block-img {
    height: 223px;
    position: relative;
}
.garantie-mid-block-img::after {
    background-image: linear-gradient(0, rgba(20, 17, 44, 1) 0, rgba(20, 27, 44, 0.5) 100%);
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.garantie-min-block-title h2 {
    color: #fff;
}
/****garantie-btm-part****/
.garantie-btm-part {
    padding: 60px 0;
}
.acc-block li::after {
    display: none;
}
.acc-block {
    position: relative;
}
.acc-block ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.acc-block h6 {
    cursor: pointer;
    color: #14112C;
    font-size: 2rem;
    position: relative;
    background: #fff;
    padding: 20px 20px;
    padding-right: 40px;
}
.acc-block li {
    padding: 0 0 10px;
    margin-bottom: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.acc-block li:last-child {
    margin-bottom: 0;
}
.acc-block li>*:not(:first-child) {
    display: none;
}
.show_accordian h6::after {
    /* background-image: url(../images/acc-down-arrow.svg) !important; */
    transform: rotate(180deg);
}
.acc-block li h6::after {
    position: absolute;
    height: 43px;
    width: 43px;
    background-image: url(../images/acc-up-arrow.svg);
    background-size: 15px;
    content: "";
    top: 9px;
    right: 30px;
    transition: all 0.5s;
    background-repeat: no-repeat;
    background-position: center;
}
.acc-block li ul li {
    padding-left: 15px;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 10px;
    position: relative;
}
.acc-block li ul {
    padding-left: 45px;
}
.acc-block li ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 18px;
    background-image: url(../images/bullet.svg);
    background-size: 5px;
    background-repeat: no-repeat;
    background-position: center;
    height: 5px;
    width: 5px;
}
.garantie-btm-part .col-lg-7 {
    width: 62%;
}
.garantie-btm-part .col-lg-5 {
    width: 38%;
}
.garantie-btm-part .form-area {
    background-color: #14112C;
    padding: 35px 25px;
    margin-left: 30px;
}
.garantie-btm-part .form-area h3 {
    text-align: center;
    margin-bottom: 25px;
}
.garantie-btm-part .form-area .form-styl {
    border-radius: 0;
    border: 0;
    background: #14112C;
    border-bottom: 1px solid #D1363F;
    padding: 20px 0 35px;
}
.garantie-btm-part .form-area .form-group {
    margin-bottom: 20px;
}
.garantie-btm-part .form-area .common-btn {
    background-color: #fff;
    color: #14112C;
}
.garantie-btm-part .form-area .common-btn:hover {
    background-color: #14112C;
    color: #fff;
    border-color: #fff;
}
.garantie-btm-part .form-area .form-styl:focus {
    color: #fff;
}
.garantie-btm-part .form-area .form-styl:focus::placeholder{
    color: #fff;
}
/****garantie-block-part****/
.garantie-block-part {
    overflow: hidden;
    padding-bottom: 0;
}
.garantie-block-part-left h3 {
    color: #14112C;
}
.garantie-block-part-left h6 {
    color: #14112C;
}
.garantie-block-part-right li a {
    color: #D1363F;
}
.garantie-block-part-right li a:hover {
    text-decoration: underline;
}
.garantie-block-part-wrap {
    max-width: 80%;
    margin: 0 auto;
}
.garantie-block-part-right {
    position: relative;
    padding-left: 8%;
}
.garantie-block-part-right::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: calc(100% + 60px);
    transform: translateY(-50%);
    width: 8px;
    background-color: #D1363F;
}
.garantie-block-part-right ul {
    margin: 30px 0;
}
.garantie-block-part-right li {
    margin-bottom: 5px;
}
.garantie-block-part-right li::after {
    top: 8px;
    background-size: 6px;
    height: 6px;
    width: 6px;
}
/*************************style for developers*****************************/

/*******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: 35px;
      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;
  }
  .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: #000;
    }
  
  
  .carpass-img {
      width: 115px;
  }
  /* /iframe-footer/ */
  .iframe-footer {
      border: 0;
      width: 100%;
      /* margin-bottom: 0; */
      height: 50px;
      display: block;
      border-radius: 10px;
      margin: 10px auto 0;
      max-width: calc(100% - 48px);
  }
  
  /* .fixed-whatsapp-icon {
      width: 70px;
      height: 70px;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: fixed;
      right: 10px;
      bottom: 0px;
      z-index: 999;
  }
  
  .fixed-whatsapp-icon img {
      width: 50px;
  } */
  
  .popup .popuptext {
      display: none;
      width: 200px;
      background-color: #25D366;
      color: #fff;
      text-align: center;
      border-radius: 20px;
      padding: 8px 0;
      position: absolute;
      z-index: 1;
      bottom: 3px;
      right: 3vw;
      font-size: small;
  }
  
  .notifcation {
      position: relative;
  }
  
  .alert-number {
      display: none;
      position: absolute;
      bottom: 28px;
      left: 16px;
      border-radius: 50%;
      width: 17px;
      height: 17px;
      background-color: red;
      color: white;
      text-align: center;
      font-size: small;
      animation: shake 0.5s;
      animation-iteration-count: 1;
  }
  
  @media screen and (max-width: 600px) {
      .popuptext {
          right: 60px !important;
      }
  }
  @media (max-width : 767.98px){
      .fixed-whatsapp-icon{
          display: none;
      }
  }
  .footer-area{
      margin-bottom: 22px;
  }
  .each-service:hover .each-service-arrow .common-arrow-part{
      background-color: #FAFAFA;
  }
  .privacy_section {
    padding: 40px 0;
  }
  .privacy_section h2{
      padding-top: 85px;
  }
  .privacy_section p {
    color: #14112C;
  }
  .each-price-table li::after {
      display: none;
  }
  .range-sec .range-area .fill{
      background-color: #121212;
  }
  /* .share-social-media-button{
      padding: 6px 9px;
  } */
  /* @media(max-width: 519px) and (min-width: 416px){
      .calculator{
          height: 1670px !important;
      }
  }
  @media(max-width: 415px){
      .calculator{
          height: 1826px !important;
      }
  }
  
  
  @media(max-width: 990px) and (min-width: 768px){
      .calsty {
          height: 789px;
      }
  }
  @media(max-width: 767px) and (min-width: 519px){
      .calsty {
      height: 689px;
  }
  }
  @media(max-width: 518px){
      .calsty {
      height: 810px;
  }
  } */
  /* .col-lg-4:nth-child(1) .each-diens-dtl-btm{
      flex-direction: column-reverse;
  } */




.each-product-text p {
    height: 1lh;
}
.each-service-block-img {
    height: 493px;
}
.each-service-block {
    margin-bottom: 32px;
}
.over-one-about-us-info {
    max-width: 676px;
    padding-right: 20px;
}
.aanbod-top-right-btn .common-btn:hover{
    border: 1px solid #D1363F;
}
.fixed-klanten {
    position: fixed;
    right: 0;
    bottom: 4%;
    z-index: 98;
}
iframe.klant{
    border-radius: 10px;
    overflow: hidden;
}
/****login-popup***/
.login-popup {
    padding: 13px;
    border-radius: 0px 0px 30px 30px;
    background-color: #0E0C1F;
    box-shadow: 0px 4px 28px 0px rgba(47, 47, 47, 0.25);
    width: 1262px;
    position: fixed;
    top: 0;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    max-height: 90vh;
    min-height: 560px;
    overflow-y: auto;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.login-popup::-webkit-scrollbar {
    display: none;
}
.login-popup-active {
    opacity: 1;
    pointer-events: all; 
}
.login-pop-close {
    position: absolute;
    right: 25px;
    top: 18px;
    cursor: pointer;
}
.login-pop-close img {
    width: 14px;
    filter: brightness(10);
}
.login-popup-text {
    border-radius: 15px;
    background-color: #D1363F;
    padding: 35px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    height: 100%;
}
.login-popup-text h3 {
    color: #fff;
}
.login-popup-text ul {
    margin: 24px 0;
}
.login-popup-text li::after {
    filter: brightness(0) invert(1);
}
.login-popup-text li {
    margin-bottom: 15px;
    color: #fff;
}
.log-or-regi {
    display: flex;
    flex-wrap: wrap;
    column-gap: 43px;
    row-gap: 20px;
}
.log-or-regi h6 {
    color: #fff;
    font-family: 'HelveticaNeue-Regular';
}
.log-or-regi p {
    color: #fff;
    margin-bottom: 0;
}
.log-or-regi p a {
    color: #fff;
}
.log-or-regi p a:hover {
    color: #0E0C1F;
}
.login-popup-form {
    padding: 40px 86px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    height: 100%;
}
.login-form-btn {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.forget-pw {
    text-align: right;
    margin: 24px 0;
}
.forget-pw a {
    color: #fff;
}
.forget-pw a:hover {
    color: #D1363F;
}
.login-popup-form h3 {
    margin-bottom: 5px;
}
.login-popup-form .form-styl {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    background-color: #0E0C1F;
    padding: 24px 0;
    color: #fff;
    font-family: 'HelveticaNeue-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    width: 100%;
}
.login-popup-form .form-styl:focus {
    box-shadow: none;
    background-color: #0E0C1F;
    color: #fff;
    border-color: #fff;
}
.login-popup-form .form-styl::placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.login-popup-form .form-styl:focus::placeholder{
    color: #fff;
}
.login-popup-form .form-control:focus{
    box-shadow: none;
}
.login-popup-form .common-btn {
    padding: 9px 28px;
}
.login-popup-form .white-btn {
    background-color: #fff;
    border-color: #fff;
    color: #0E0C1F;
}
.login-popup-form .white-btn:hover {
    background-color: #D1363F;
    border-color: #D1363F;
    color: #fff;
}
.login-popup-form-wrap {
    width: 100%;
}
.login-success {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
}
.login-success h2 {
    margin: 16px 0 20px;
    color: #fff;
}
.login-success .white-btn {
    background-color: #fff;
    border-color: #fff;
    color: #0E0C1F;
}
.login-success .white-btn:hover {
    background-color: #D1363F;
    border-color: #D1363F;
    color: #fff;
}

.login-eye-img img {
    width: 31px;
    height: 41px;
    position: absolute;
    top: 15px;
    right: 0;
    filter: brightness(10) invert(1);
}
.show-psw {
    opacity: 1;
}
.hide-psw {
    opacity: 0;
}
.show-hide-psw .show-psw{
	opacity: 0;
}
.show-hide-psw .hide-psw {
	opacity: 1;
}
.login-eye-img{
	position: relative;
}
/****user-login***/
.user-login {
    position: relative;
    width: 150px;
}
.user-login h6 {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 5px;
    background-color: #D1363F;
    padding: 6px 10px;
    border-radius: 5px;
    font-family: 'HelveticaNeue-Regular';
    cursor: pointer;
}
.user-login h6 img {
    width: 35px;
}
.user-login ul {
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #D1363F;
    margin-top: 5px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.3);
    display: none;
}
.user-login li {
    padding-left: 0;
    margin-bottom: 5px;
}
.user-login li:last-child {
    margin-bottom: 0;
}
.user-login li::after {
    display: none;
}
.user-login li a {
    padding: 5px;
    border-radius: 3px;
    display: block;
}
.user-login li a:hover {
    background-color: #fff;
    color: #D1363F;
}
/*******/
.edit-profile-form {
    padding: 130px 0 20px;
}
.edit-form-wrap {
    padding: 60px 30px;
    background-color: #0E0C1F;
    border-radius: 20px;
}
.login-form-btn {
    margin-top: 20px;
}
.edit-password-form-sec {
    padding: 130px 0 20px;
}
.edit-password-form-sec .form-area-inner {
    max-width: 600px;
    margin: 0 auto;
}
.registration-form .login-popup-form-wrap{
    margin-top: 60px;
    padding-top: 40px;
}