body {
	padding: 0px;
	margin: 0px;
	color: rgba(6, 12, 16, 0.75);
    font-family: 'Archivo-Regular';
    font-size: 1.6rem;
    background-color: #fff;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
.star_icon p { 
    margin-bottom: 0; 
}
/****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;
}
/****error-contact-fix*****/
.error-contact-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.error-contact-wrap li {
    padding-left: 0;
}
.error-contact-wrap li::after,
.error-contact-wrap li::before {
    display: none;
}
/****voorraadwekker_widget_section icon fix*****/
.voorraadwekker_widget_section .select2-results li::after,
.voorraadwekker_widget_section .select2-results li::before {
display: none;
}
.voorraadwekker_widget_section .select2-results li {
margin: 0;
}
/*********************************index*********************************/
/****header-area****/
.header-area {
    padding: 25px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-active {
    background-color: #060C10;
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.header-logo {
    position: relative;
    margin-right: 16px;
    padding-right: 16px;
}
.header-logo::after {
    content: '';
    position: absolute;
    right: 0;
    top: 15px;
    background-color: rgba(255, 255, 255, 0.3);
    height: 43px;
    width: 1px;
}
.header-logo img {
    width: 120px;
}
.header-social ul {
    display: flex;
    gap: 8px;
}
.header-social li::after {
    display: none;
}
.header-social li img {
    margin-right: 10px;
    width: 22px;
}
.header-social li {
    padding-left: 0;
    margin-bottom: 0;
}
.header-social li a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.header-contact-part {
    display: flex;
    align-items: center;
    gap: 23px;
    justify-content: end
}
.header-area .col-xl-2 {
    width: 18%;
}
.header-area .col-xl-7 {
    width: 52%;
}
.header-area .col-xl-3 {
    width: 30%;
}
.header-right {
    display: flex;
    align-items: center;
}
.header-nav {
    margin-right: 20px;
}
.header-nav > ul {
    display: flex;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 14px;
}
.header-nav > ul > li {
    color: #fff;
    font-family: 'Archivo-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    padding-left: 0;
}
.header-nav > ul > li::after {
    display: none;
}
.header-nav > ul > li > a {
    color: #fff;
}
.header-nav > ul > li > a:hover {
    color: rgba(255, 255, 255, 0.7);
}
/****dropdown****/
.parent-dropdown {
	position: relative;
    z-index: 1;
}
.parent-dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 34px;
	border-radius: 5px;
	border: 1px solid rgba(6, 12, 16, 0.1);
	background-color: #fff;
	min-width: 170px;
	text-align: center;
	box-shadow: 0px 10px 15px -3px rgba(6, 12, 16, 0.3);
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown ul li {
	color: #fff;
    padding-left: 0;
}
.parent-dropdown ul li::after {
    display: none;
}
.header-nav .parent-dropdown > a {
    padding-right: 15px;
    padding-bottom: 13px;
}
.parent-dropdown {
    margin-bottom: 10px;
    margin-top: 8px;
}
.parent-dropdown ul li a {
	color: #060C10;
	padding: 5px 10px;
	border-bottom: 1px solid rgba(6, 12, 16, 0.2);
	display: block;
	width: 100%;
}
.parent-dropdown ul li:last-child a {
	border-bottom: 0;
}
.parent-dropdown ul li a:hover {
	color: #053577;
}
.parent-dropdown img {
    cursor: pointer;
    width: 10px;
    position: absolute;
    right: 0;
    top: 9px;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown.open img {
	transform: rotate(180deg);
    filter: brightness(0) invert(1);
}
.parent-dropdown.open ul {
	max-height: 500px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown.open img {
	transform: rotate(180deg);
}
/****menu-btn****/
.menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    color: #fff;
    font-family: 'Archivo-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    gap: 10px;
    position: relative;
    cursor: pointer;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: none;
}
.menu-bar {
    position: relative;
    max-width: 16px;
    width: 100%;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 2px;
    margin: 3px 0 3px auto;
    width: 16px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-btn strong {
    font-weight: normal;
}
.menu-btn.active .menu-bar div {
    transform: scale(0);
}
.menu-btn.active .menu-bar:before {
    transform: translateY(6px) rotate(135deg);
}
.menu-btn.active .menu-bar:after {
    transform: translateY(-4px) rotate(-135deg);
}
.menu-btn.active strong {
    opacity: 0;
    pointer-events: none;
}
/****mega-menu****/
.mega-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #053577;
    padding: 0 40px 65px;
    z-index: 98;
    clip-path: inset(0 0 100% 0);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mega-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.mega-menu .container {
    height: 100%;
}
.mega-menu-wrap {
    height: 100%;
    overflow-y: auto;
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 10px;
}
.mega-menu-wrap::-webkit-scrollbar {
    width: 10px;
    background-color: #2C2C2C;
    border-radius: 10px;
}
.mega-menu-wrap::-webkit-scrollbar-thumb {
    background-color: #060C10;
    border-radius: 10px;
}
.mega-menu-nav {
    margin: 48px 0 68px;
    padding-bottom: 54px;
    border-bottom: 1px solid #fff;
}
.mega-menu-nav ul {
    margin-bottom: 0;
}
.mega-menu-nav > ul {
    display: flex;
    column-gap: 10px;
    row-gap: 25px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mega-menu-nav > ul > li {
    padding-left: 0;
    font-size: 3.6rem;
    font-family: 'Archivo-Regular';
    line-height: normal;
    display: table;
    width: 49%;
    margin-bottom: 0;
}
.mega-menu-nav > ul > li:nth-child(even) {
    text-align: right;
}
.mega-menu-nav > ul > li::after {
    display: none;
}
.mega-menu-nav > ul > li > a {
    color: rgba(255, 255, 255, 0.5);
}
.mega-menu-nav > ul > li > a:hover {
    color: #fff;
}
.mega-menu-nav .parent-dropdown > a {
    padding-right: 20px;
    padding-bottom: 3px;
}
.mega-menu-nav .parent-dropdown img {
    right: auto;
    filter: brightness(0) invert(1);
    width: 20px;
    opacity: 0.5;
}
.mega-menu-nav .parent-dropdown:hover img {
    opacity: 1;
}
.mega-menu-nav .parent-dropdown:hover > a {
    color: #fff;
}
.mega-menu-nav .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    background-color: #fff;
    border-color: rgba(255, 255, 255, 0.1);
    top: 40px;
}
.mega-menu-nav .parent-dropdown ul li {
    font-size: 1.6rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.mega-menu-nav .parent-dropdown ul li a {
    border-color: rgba(6, 12, 16, 0.2);
    color: #060C10;
}
.mega-menu-nav .parent-dropdown ul li a:hover {
    color: #053577;
}
.mega-menu .sec-pattern {
    height: 100%;
    width: 100%;
}
.mega-menu .sec-pattern img {
    height: 100%;
    object-fit: cover;
}
.menu-img {
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    height: 408px;
    position: relative;
    display: grid;
}
.each-menu-img {
    height: 100%;
    grid-area: 1 / 1;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.menu-img .each-menu-img.active {
    opacity: 1;
}
.each-menu-img img {
    height: 100%;
    object-fit: cover;
}
.mega-menu-contact {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}
.mega-menu-contact h4 {
    color: #fff;
}
.mega-menu-contact p {
    color: #fff;
    font-family: 'Archivo-Regular';
    font-size: 3.6rem;
    line-height: normal;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 38px;
}
.mega-menu-contact p a {
    color: #fff;
}
.mega-menu-contact p a:hover {
    color: rgba(255, 255, 255, 0.5);
}
/****fix-block****/
.fix-block {
    position: fixed;
    bottom: 20px;
    right: 47px;
    z-index: 97;
}
.fix-wp a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 56px;
    background-color: #25D366;
    border-radius: 100%;
    border: 1px solid #25D366;
}
.fix-wp img {
    width: 24px;
}
/****banner-sec****/
.banner-sec {
    position: relative;
    overflow-x: hidden;
}
.banner-video {
    background-image: url(../images/video-bg.png);
}
.banner-video, .each-banner {
	height: 900px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner {
    position: relative;
}
.each-banner::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 48%;
    width: 100%;
    content: '';
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content {
    position: absolute;
    left: 0;
    bottom: 14%;
    z-index: 1;
    width: 100%;
}
.banner-content .white-btn {
    margin-left: 12px;
}
.banner-content h1 {
    margin-bottom: 26px;
}
.banner-content .container {
    position: relative;
    z-index: 3;
}
/****product-sec****/
.product-sec {
    padding: 28px 0 118px;
    position: relative;
    overflow-x: clip;
}
.product-title {
    margin-bottom: 54px;
}
.each-product {
    position: relative;
}
.each-product::after {
    content: '';
    background-image: url(../images/product-top-vector.svg);
    position: absolute;
    left: 54%;
    top: 15%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: 48px;
    background-position: center;
    height: 22px;
    width: 48px;
}
.each-product::before {
    content: '';
    background-image: url(../images/product-top-vector.svg);
    position: absolute;
    left: 54%;
    bottom: 15%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: 48px;
    background-position: center;
    height: 22px;
    width: 48px;
}
.each-product-img {
    border-radius: 20px;
    overflow: hidden;
}
.each-product-text {
    padding: 30px 30px;
    border-radius: 20px;
    background: linear-gradient(206deg, rgba(144, 144, 144, 0.25) 0.76%, rgba(251, 251, 251, 0.25) 115.76%);
    overflow: hidden;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    /* height: 100% !important; */
}
.each-product-text h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.each-product-text p {
    text-align: center;
    letter-spacing: normal;
    margin-bottom: 0;
    margin-top: 5px;
    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
}
.each-product-text ul {
    display: flex;
    gap: 22px;
    padding: 0;
    margin-bottom: 27px;
    list-style: none;
    justify-content: center;
    border-top: 1px solid rgba(6, 12, 16, 0.7);
    border-bottom: 1px solid rgba(6, 12, 16, 0.7);
    margin: 34px 0;
    padding: 35px 0;
}
.each-product-text li {
    font-size: 1.6rem;
    line-height: 24px;
    color: rgba(6, 12, 16, 0.50);
    padding-left: 0;
    font-family: 'Archivo-Medium';
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 0.32px;
}
.each-product-text li::after {
    display: none;
}
.each-product-text li:first-child {
    color: #060C10;
}
.each-product-text table {
    width: 100%;
}
.each-product-text tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(6, 12, 16, 0.7);
}
.each-product-text tr:last-child {
    border-bottom: 0;
}
.each-product-text td {
    color: #fff;
    font-family: 'Archivo-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    padding: 14px;
    border-right: 1px solid rgba(6, 12, 16, 0.7);
    width: 50%;
    display: flex;
    align-items: start;
}
.each-product-text td:nth-child(even) {
    border-right: 0;
    padding-right: 0;
    padding-left: 40px;
}
.each-product-text td:nth-child(odd) {
    padding-left: 0;
}
.each-product-text td h6 {
    display: flex;
    flex-direction: column;
}
.each-product-text td h6 strong {
    color: #060C10;
    font-weight: normal;
}
.each-product-text td img {
    margin-right: 16px;
    position: relative;
    top: 8px;
}
.each-product-text tr:nth-child(odd) td {
    padding-top: 0;
}
.each-product-text tr:nth-child(even) td {
    padding-bottom: 0;
}
.each-product .col-md-7 {
    width: 54%;
}
.each-product .col-md-5 {
    width: 46%;
}
.product-slider{
    background-color: #fff;
}
/* .product-slider .swiper-button-next {
    right: -28px;
}
.product-slider .swiper-button-prev {
    left: -28px;
} */
.product-btn {
    text-align: center;
    margin-top: 50px;
}
.product-btn .border-btn {
    border-color: #053577;
    min-width: 667px;
}
.product-btn .border-btn.common-btn em {
    color: #053577;
}
.product-btn .border-btn:hover::after {
    background-color: #053577;
}
.product-btn .border-btn:hover strong {
    color: #fff;
}
.product-btn .common-btn::after {
    height: 55px;
}
.product-btn .common-btn:hover::after {
    height: 130px;
    bottom: 104%;
}
.product-sec .sec-mark {
    left: auto;
    right: 0;
    bottom: -17%;
}
.product-sec .container {
    position: relative;
    z-index: 2;
}
.product-mobile-slider {
    display: none;
}
/****home-service****/
.home-service {
    padding: 100px 0 36px;
    background-color: #060C10;
    position: relative;
    overflow-x: clip;
}
.home-service .container {
    position: relative;
    z-index: 2;
}
.service-left-mark {
    top: 17%;
    bottom: auto;
    width: 43%;
}
.service-left-mark img{
    width: 100%;
}
.service-right-mark {
    top: 17%;
    bottom: auto;
    right: 0;
    left: auto;
    width: 43%;
}
.service-right-mark img{
    width: 100%;
}
.home-service-title {
    text-align: center;
    margin-bottom: 58px;
}
.home-service-title h2 {
    color: #fff;
}
.home-service-title p {
    color: rgba(255, 255, 255, 0.75);
    margin: 28px 0 34px;
}
.each-home-service-img {
    border-radius: 20px;
    overflow: hidden;
    height: 362px;
}
.each-home-service {
    /* background: #1A1A1A; */
    padding: 45px 42px;
    color: #fff;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-home-service-part sup {
    position: relative;
    display: block;
    padding-right: 45px;
    font-weight: normal;
    top: 0;
}
.each-home-service-part sub {
    font-style: normal;
    /* margin-top: 110px; */
    margin-top: 0;
    bottom: 0;
}
.each-home-service-part sup::before {
    position: absolute;
    top: -27px;
    content: '';
    right: -25px;
    background-image: url(../images/ser-arw.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    background-color: transparent;
    width: 56px;
    height: 56px;
    border-radius: 56px;
    border: 1px solid #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-home-service:hover {
    background-color: transparent !important;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-home-service:hover .each-home-service-part sup::before {
    background-color: #053577;
    border-color: #053577;
}
.each-home-service-part {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    row-gap: 64px;
}
.each-home-service-part p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(255, 255, 255, 0.75);
    margin: 10px 0 0;
}
.home-service-block .col-lg-7 {
    width: 56%;
}
.home-service-block .col-lg-5 {
    width: 44%;
}
.home-service-block .row {
    row-gap: 15px;
}
.service-desk-btn .border-btn,
.service-mobile-btn .border-btn {
    margin-left: 10px;
}
.home-service-slider .each-home-service-part p {
    margin: 10px 0 15px;
}
.home-service-slider {
    display: none;
}
.service-mobile-btn {
    display: none;
}
.service-arrow .swiper-button-prev {
    left: auto;
    right: 5%;
}
.service-arrow-mobile-part {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.service-arrow .common-arrow {
    top: 25px;
}
.home-service-slider .swiper {
    border-bottom: 1px solid #fff;
}
.service-mobile-btn {
    margin-top: 30px;
}
.service-scroll-part .swiper-pagination {
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: 0.16px;
    font-family: 'AcuminPro-Regular';
    position: relative;
    top: 0;
    right: 0;
    text-align: left;
    display: flex;
    align-items: center;
    height: 30px;
    width: auto;
}
.service-scroll-part .swiper-pagination strong {
    width: 65px;
    margin: 0 12px;
    display: block;
    background-color: #fff;
    height: 1px;
    color: transparent;
}
.service-scroll-part .swiper-pagination .swiper-pagination-total {
    color: rgba(255, 255, 255, 0.75);
}
.fraction-separator {
    background-color: #fff;
    height: 1px;
    width: 65px;
    display: block;
    margin: 0 12px;
}
.home-service-slider .fraction-item em {
    font-style: normal;
}
/****home-mid-sec****/
.home-mid-sec {
    position: relative;
    width: 100%;
    overflow-x: clip;
    overflow-y: visible;
}
.home-mid-outer {
    padding: 30px 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.home-mid-wrap {
    display: flex;
    width: max-content;
}
.home-mid-wrap ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}
.home-mid-wrap h6 {
    color: rgba(6, 12, 16, 0.70);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 290px;
}
.home-mid-wrap li h4,
.home-mid-wrap li h6 {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-mid-wrap li a:hover h4,
.home-mid-wrap li a:hover h6 {
    color: rgba(6, 12, 16, 0.5);
}
.home-mid-wrap li {
    padding-left: 0;
    padding-right: 24px;
    margin-right: 24px;
}
.home-mid-wrap li::after {
    display: none;
}
.home-mid-wrap li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(6, 12, 16, 0.70);
    height: 100%;
    width: 1px;
}
/****about-sec****/
.about-sec {
    padding: 128px 0 0;
    position: relative;
}
.about-sec .sec-mark {
    left: auto;
    right: 0;
    bottom: auto;
    top: 14%;
    z-index: -1;
}
.about-counter {
    display: flex;
    justify-content: end;
}
.each-counter {
    position: relative;
    padding-right: 67px;
    margin-right: 67px;
}
.each-counter:last-child {
    padding-right: 0;
    margin-right: 0;
}
.each-counter::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(16, 15, 6, 0.1);
    height: 100%;
    width: 1px;
}
.each-counter:last-child::before {
    display: none;
}
.each-counter h2 strong {
    font-weight: normal;
}
.about-title p {
    margin: 33px 0 22px;
    max-width: 670px;
    width: 100%;
}
.about-block {
    padding-bottom: 63px;
}
.about-block-img > img {
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    height: 100%;
    object-position: top;
    left: 0;
    top: 0;
}
.about-info {
    border-radius: 20px;
    border: 1px solid rgba(16, 15, 6, 0.10);
    background-color: #FFF;
    max-width: 1470px;
    margin: 0 auto;
    width: calc(100% - 40px);
    padding: 42px 20px 14px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.about-info-wrap {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.about-block-img{
    padding: 450px 0 24px;
}
.about-man {
    height: 120px;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -134px;
}
.about-man img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 120px;
    overflow: hidden;
    background-color: #fff;
}
.about-info-wrap p {
    position: relative;
    text-align: center;
    padding: 0px 116px;
    max-width: 830px;
    margin-bottom: 0;
}
.about-info-wrap p::before {
    background-image: url(../images/about-left-vector1.svg);
    position: absolute;
    left: 0;
    top: 0;
    height: 61px;
    width: 93px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 93px;
    content: '';
}
.about-info-wrap p::after {
    background-image: url(../images/about-right-vector1.svg);
    position: absolute;
    right: 0;
    top: 0;
    height: 61px;
    width: 93px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 93px;
    content: '';
}
/****review-sec****/
.review-sec {
    padding: 121px 0 80px;
}
/****home-btm-sec****/
.home-btm-sec {
    padding-bottom: 50px;
}
.home-btm-wrap {
    border-radius: 20px;
    padding: 28px 25px 26px;
    background: linear-gradient(180deg, rgba(144, 144, 144, 0.20) 0.76%, rgba(251, 251, 251, 0.20) 83.76%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.each-home-btm-info h3 {
    color: #060C10;
}
.each-home-btm-info p {
    max-width: 570px;
    width: 100%;
    margin-bottom: 0;
    margin-top: 15px;
}
.each-home-btm-btn .border-btn {
    border-color: #053577;
    margin-left: 12px;
}
.each-home-btm-btn .border-btn em {
    color: #053577;
}
.each-home-btm-btn .border-btn:hover::after {
    background-color: #053577;
}
.each-home-btm-btn .border-btn:hover em {
    color: #fff;
}
.each-home-btm-btn .border-btn:hover strong {
    color: #fff;
}
/****footer-area****/
.footer-area {
    background-color: #060C10;
    padding: 82px 0 35px;
}
.footer-logo {
    max-width: max-content;
    margin: 0 auto;
}
.footer-logo img {
    width: 130px;
}
.footer-contact {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    margin: 58px auto 48px;
    max-width: 72%;
}
.each-footer-contact {
    width: 30%;
    text-align: center;
}
.each-footer-contact h4 {
    color: #fff;
    margin-bottom: 16px;
}
.each-footer-contact p {
    margin-bottom: 2px;
}
.each-footer-contact p a {
    color: rgba(255, 255, 255, 0.7);
}
.each-footer-contact table {
    max-width: max-content;
    margin: 0 auto;
    text-align: left;
}
.each-footer-contact td {
    color: rgba(255, 255, 255, 0.7);
    line-height: 24px;
}
.each-footer-contact td:first-child {
    padding-right: 30px;
}
.footer-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
} 
.footer-bovag img {
    width: 95px;
}
.footer-social ul {
    display: flex;
    gap: 15px;
}
.footer-social li {
    padding-left: 0;
    margin-bottom: 0;
}
.footer-social li::after {
    display: none;
}
.footer-social li a {
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social li a:hover {
    background-color: #053577;
}
.footer-social li a img {
    width: 20px;
}
.footer-credit a {
    color: rgba(255, 255, 255, 0.7);
    line-height: 24px;
}
.footer-credit a:hover,
.each-footer-contact p a:hover {
    color: #fff;
}
/*********************************diensten*********************************/
/****inner-banner-sec****/
.inner-banner-sec {
    position: relative;
}
.inner-banner-content {
    position: absolute;
    left: 0;
    bottom: 22%;
    z-index: 1;
    width: 100%;
}
.each-inner-banner {
    height: 600px;
}
.each-inner-banner img {
    height: 100%;
    object-fit: cover;
}
.each-inner-banner::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 38%;
    width: 100%;
    content: '';
}
/****d-list-sec****/
.d-list-sec {
    padding: 136px 0 135px;
}
.d-list-sec .row {
    row-gap: 15px;
}
.d-list-mobile {
    display: none;
}
.d-list-desk .each-home-service-part p {
    max-width: 420px;
    width: 100%;
    -webkit-line-clamp: 3;
}
.d-list-desk .each-home-service-part {
    row-gap: 44px;
}
/*********************************bedankt*********************************/
/****bedankt-banner****/
.bedankt-banner .banner-content h1 {
    margin-bottom: 2px;
}
.bedankt-banner .banner-content h6 {
    margin-bottom: 25px;
}
/*********************************popup*********************************/
.modal-area .modal-dialog {
    max-width: 63%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(7.5px);
}
.modal-area .popup-content h3 {
    color: #121212;
}
.modal-area .modal-content {
    border: 0;
    position: relative;
    border-radius: 20px;
    /* border: 1px solid rgba(6, 12, 16, 0.10); */
    background: #FFF;
    backdrop-filter: blur(12px);
}
.pop-up-image {
    height: 100%;
    position: relative;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
.pop-up-image img {
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.modal-area .popup-content {
    padding: 83px 70px 70px;
    text-align: center;
}
.modal-area .popup-content p:last-child {
    margin-bottom: 0;
}
.modal-area .popup-content p{
    color: rgba(18, 18, 18, 0.75);
}
.modal-area .popup-content li {
    position: relative;
    color: rgba(18, 18, 18, 0.75);
    padding-bottom: 3px;
    display: table;
    margin: 0 auto;
}
.modal-area .popup-content ul {
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 19px;
}
.modal-area .popup-content li::after {
    background-size: 6px;
    height: 6px;
    width: 6px;
}
.modal-content .close-img {
    position: absolute;
    top: 22px;
    right: 22px;
    height: 56px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 1;
    background: #053577;
}
.modal-content .close-img img {
    width: 25px;
}
.modal-area2 .close-img img{
    filter: brightness(0);
}
/*********************************diensten-dtl*********************************/
/****dtl-header****/
.dtl-header .header-nav > ul > li > a,
.dtl-header .header-social li a {
    color: #060C10;
}
.dtl-header .header-nav > ul > li > a:hover,
.dtl-header .header-social li a:hover {
    color: rgba(6, 12, 16, 0.5);
}
.dtl-header .header-logo::after {
    background-color: rgba(6, 12, 16, 0.3);
}
.dtl-header .header-social li img {
    filter: brightness(0);
}
.dtl-header .header-btn .white-btn {
    background-color: #060C10;
    border-color: #060C10;
}
.dtl-header .header-btn .white-btn em {
    color: #fff;
}
.dtl-header .header-btn .white-btn:hover {
    border-color: #053577;
}
.dtl-header .parent-dropdown img {
    filter: brightness(0);
}
.dtl-header.header-active .header-nav > ul > li > a,
.dtl-header.header-active .header-social li a {
    color: #fff;
}
.dtl-header.header-active .header-nav > ul > li > a:hover,
.dtl-header.header-active .header-social li a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.dtl-header.header-active .header-logo::after {
    background-color: rgba(255, 255, 255, 0.3);
}
.dtl-header.header-active .header-social li img {
    filter: brightness(0) invert(1);
}
.dtl-header.header-active .parent-dropdown img {
    filter: brightness(0) invert(1);
}
.dtl-header.header-active .header-btn .white-btn {
    background-color: #fff;
    border-color: #fff;
}
.dtl-header.header-active .header-btn .white-btn em {
    color: #060C10;
}
.dtl-header.header-active .header-btn .white-btn:hover {
    border-color: #053577;
}
/****back-btn****/
.back-btn .border-btn {
    border-color: #053577;
}
.back-btn .border-btn em {
    color: #053577;
}
.back-btn .border-btn:hover::after {
    background-color: #053577;
}
.back-btn .border-btn:hover strong {
    color: #fff;
}
.back-btn-part {
    position: relative;
    top: 170px;
}
/****diensten-dtl-top****/
.diensten-dtl-top {
    padding-top: 114px;
}
.diensten-dtl-top-info {
    padding-top: 95px;
    padding-right: 15px;
}
.diensten-dtl-top .diensten-dtl-top-img-part {
    display: flex;
    gap: 23px;
    padding-left: 11%;
}
.diensten-dtl-top-img-left,
.diensten-dtl-top-img-right {
    border-radius: 20px;
    overflow: hidden;
}
.diensten-dtl-top-img-left img,
.diensten-dtl-top-img-right img {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.diensten-dtl-top-info h2 {
    margin-bottom: 34px;
}
/****diensten-table-block****/
.diensten-table-block {
    padding: 120px 0;
}
.diensten-dtl-table-img {
    height: 100%;
}
.diensten-dtl-table-img img {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.diensten-table-block .col-lg-4 {
    width: 27%;
}
.diensten-table-block .col-lg-8 {
    width: 73%;
}
.diensten-table-block-info tr {
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(233deg, rgba(144, 144, 144, 0.30) 1.34%, rgba(251, 251, 251, 0.30) 115.26%);
    padding: 32px 24px;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    /* flex-wrap: wrap; */
}
.diensten-table-block-info tr:last-child{
    margin-bottom: 0;
}
.diensten-table-block-info tr td:first-child{
    width: 31%;
}
.diensten-table-block-info tr td p{
    margin-bottom: 10px;
    padding-left: 32px;
    border-left: 1px solid rgba(6, 12, 16, 0.7);
}
.diensten-table-block-info tr td:last-child  {
    margin-bottom: 0;
    /* max-width: 645px;
    width: 100%; */
    position: relative;
    /* padding-left: 24px; */
    width: 69%;
}
/* .diensten-table-block-info td p::after {
    background-color: rgba(6, 12, 16, 0.7);
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 114px;
    width: 1px;
} */
.diensten-table-block-info table {
    width: 100%;
}
.diensten-table-block-info {
    padding-left: 12px;
}
/****dienst-dtl-slider-sec****/
.dienst-dtl-slider-sec {
    padding: 120px 0;
}
.dienst-dtl-slider-title {
    margin-bottom: 80px;
    text-align: center;
}
.dienst-dtl-slider-mobile {
    display: none;
}
.dienst-dtl-slider {
    position: relative;
}
.dienst-dtl-slider .common-arrow {
    height: 56px;
    width: 56px;
    border-radius: 100px;
    border: 1px solid #053577;
}
.dienst-dtl-slider .common-arrow img {
    width: 20px;
    filter: brightness(0) saturate(100%) invert(14%) sepia(35%) saturate(4900%) hue-rotate(204deg) brightness(98%) contrast(97%);
}
.dienst-dtl-slider .common-arrow:hover {
    background-color: #053577;
}
.dienst-dtl-slider .common-arrow:hover img {
    filter: brightness(0) saturate(100%) invert(95%) sepia(13%) saturate(2%) hue-rotate(249deg) brightness(113%) contrast(101%);
}
.dienst-dtl-slider .swiper-button-next {
    right: -2.3%;
}
.dienst-dtl-slider .swiper-button-prev {
    left: -2.3%;
}
/*********************************vacature-dtl*********************************/
/****diensten-dtl-top****/
.diensten-dtl-top-info h4 {
    margin-bottom: 5px;
}
.diensten-table-block-info td ul {
    margin-bottom: 0;
    position: relative;
    padding-left: 32px;
    border-left: 1px solid rgba(6, 12, 16, 0.7);
}
/* .diensten-table-block-info td ul::after {
    background-color: rgba(6, 12, 16, 0.7);
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 114px;
    width: 1px;
} */
/*********************************werkplaats-dtl*********************************/
/****werk-iframe****/
.werk-iframe {
    padding: 60px 0;
    background: linear-gradient(206deg, rgba(144, 144, 144, 0.20) 0.76%, rgba(251, 251, 251, 0.20) 83.76%);
}
/*********************************over-ons*********************************/
/****over-ons-top-block****/
.over-ons-top-block {
    padding: 120px 0 23px;
}
.over-ons-top-block-img img {
    border-radius: 20px;
    overflow: hidden;
}
.over-ons-top-block .col-lg-7 {
    width: 53%;
}
.over-ons-top-block .col-lg-5 {
    width: 47%;
}
.over-ons-top-block-info {
    padding-right: 40px;
}
.over-ons-top-block-info p {
    max-width: 572px;
    width: 100%;
}
.over-ons-top-block-info h4 {
    color: rgba(6, 12, 16, 0.75);
    font-family: 'Archivo-Medium';
    margin-bottom: 2px;
}
.over-ons-top-block-info h2 {
    margin-bottom: 35px;
}
/****over-ons-btm-block****/
.over-ons-btm-block {
    position: relative;
    padding-bottom: 120px;
}
.over-ons-btm-block .container {
    position: relative;
    z-index: 2;
}
.over-ons-btm-block .sec-mark {
    left: auto;
    right: 0;
    bottom: -20%;
}
.over-ons-btm-block-img img {
    border-radius: 20px;
    overflow: hidden;
}
.over-ons-btm-block .col-lg-5 {
    width: 47%;
}
.over-ons-btm-block .col-lg-7 {
    width: 53%;
}
.over-ons-btm-block-info {
    padding-left: 92px;
}
/****over-ons-about-sec****/
.over-ons-about-sec {
    padding: 80px 0;
    background-color: #060C10;
}
.over-ons-about-title {
    text-align: center;
    margin-bottom: 55px;
}
.over-ons-about-title h2 {
    color: #fff;
}
.over-ons-about-img img {
    border-radius: 20px;
    overflow: hidden;
}
.over-ons-about-sec .col-lg-4 {
    padding-left: 12px;
    padding-right: 12px;
}
.over-ons-about-sec .row {
    margin-left: -12px;
    margin-right: -12px;
}
.over-ons-about-left, 
.over-ons-about-right {
    /* display: grid;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 24px; */


    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
}
.each-over-ons-about-info {
    border-radius: 20px;
    border: 1px solid #1A1A1A;
    background-color: #1A1A1A;
    /* overflow: hidden; */
    padding: 82px 25px 75px;
    height: 100%;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start; */
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-over-ons-about-info h4 {
    color: #fff;
    margin-bottom: 18px;
}
.each-over-ons-about-info p {
    color: rgba(255, 255, 255, 0.75);
    /* margin-bottom: 0; */
}
.each-over-ons-about-info p:last-child {
    margin-bottom: 0;
}
.over-ons-about-left .each-over-ons-about-info:first-child, 
.over-ons-about-right .each-over-ons-about-info:first-child {
    /* min-height: 243px !important; */
    height: 100%;
}
.over-ons-about-left .each-over-ons-about-info:last-child, 
.over-ons-about-right .each-over-ons-about-info:last-child {
    /* min-height: 243px !important; */
    height: 100%;
}
.over-ons-about-img {
    height: 100%;
}
.over-ons-about-img img {
    height: 100%;
    object-fit: cover;
    /* min-height: 509px; */
}
/****over-ons-team-sec****/
.over-ons-team-sec {
    padding: 120px 0;
}
.over-ons-team-title {
    margin-bottom: 80px;
    text-align: center;
}
.each-team-slide-img {
    height: 414px;
}
.each-team-slide-img img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.each-team-slide-info {
    border-radius: 10px;
    background-color: #D9D9D9;
    overflow: hidden;
    text-align: center;
    margin-top: 8px;
    padding: 12px 10px;
}
.each-team-slide-hover-info {
    border-radius: 10px;
    background-color: #000;
    overflow: hidden;
    padding: 10px 10px;
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    margin: 15px 15px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-team-slide-hover-info p {
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 26px;
}
.each-team-slide {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-team-slide:hover .each-team-slide-hover-info {
    opacity: 1;
}
.each-team-slide-mobile-info {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 30px;
    display: none;
}
.each-team-slide-mobile-info h4 {
    font-family: 'Montserrat-Regular';
    color: #FFF;
}
.each-team-slide-mobile-info h6 {
    color: #FFF;
    font-size: 1.4rem;
    font-family: 'Montserrat-Regular';
    line-height: 22px;
    letter-spacing: 0.28px;
}
/*********************************Historie*********************************/
/****over-ons-top-block****/
.over-ons-top-block-info h6 {
    color: #060C10;
    margin-bottom: 2px;
}
/****over-ons-btm-block****/
.over-ons-btm-block-info h3 {
    color: #060C10;
    margin-bottom: 20px;
}
/****historic-btm-block****/
.historic-btm-block {
    padding-bottom: 80px;
}
/****historic-mid-block****/
.historic-mid-block {
    padding-bottom: 72px;
}
.historic-mid-block-img img {
    border-radius: 20px;
    overflow: hidden;
}
.historic-mid-block-info h3 {
    color: #060C10;
    margin-bottom: 20px;
}
.historic-mid-block-info p {
    max-width: 650px;
    width: 100%;
}
.historic-mid-block .container {
    position: relative;
    z-index: 2;
}
.historic-mid-block .col-lg-5 {
    width: 47%;
}
.historic-mid-block .col-lg-7 {
    width: 53%;
}
/* ****form-sec****** */
.form-sec{
    background: #060C10;
    padding-top: 80px;
    padding-bottom: 81px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.form-sec .pattern{
    z-index: -1;
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
}
.form-heading h2{
    color: #FFF;
    padding-bottom: 30px;
}
.form-heading {
    padding-bottom: 82px;
}
.form-heading p{
    color: rgba(255, 255, 255, 0.75);
    max-width: 770px;
    margin: 0px auto;
    padding-top: 10px;
}
.form-area-wrap .row{
    margin-left: -25px;
    margin-right: -25px;
}
.form-area-wrap .col-lg-7{
    padding-left: 25px;
    padding-right: 25px;
    width: 55%;
}
.form-area-wrap .col-lg-5{
    padding-left: 25px;
    padding-right: 25px;
    width: 45%;
}
.form-left-area .col-lg-7{
    width: 60%;
    padding-left: 16px;
    padding-right: 16px;
}
.form-left-area .col-lg-5{
    width: 40%;
    padding-left: 16px;
    padding-right: 16px;
}
.form-left-area .row{
    margin-left: -16px;
    margin-right: -16px;
}
.form-area .form-styl{
    padding: 23px 24px; 
    color: #fff;
    font-family: 'Archivo-Regular';
    font-size: 1.6rem;
    line-height: 24px; 
    border-radius: 10px;
    border: 1.5px solid rgba(255, 255, 255, 0.10);
    background: #1A1A1A;
}
.form-area .form-group label {
    position: absolute;
    top: 26px;
    left: 24px;
    position: absolute;
    color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    pointer-events: none;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'Archivo-Regular';
    letter-spacing: 0.32px
}
.form-area .form-styl:focus {
    box-shadow: none;
    color: #FFF;
    border-color: #fff;
}
.form-area label strong {
    opacity: 1;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-area .form-styl:focus + label strong {
    opacity: 1;
    color: #fff;
}
.form-area .form-styl:focus + label {
    color: #fff;
}
.form-area .form-group{
    margin-bottom: 25px;
}
.form-area textarea.form-styl {
    min-height: 193px;
    width: 100%;
}
.form-area .form-control:focus{
    box-shadow: none;
}
.form-area textarea{
    resize: none;
}
.form-area .form-style.photo_upload, 
.form-area .form-style.foto_upload {
    color: #0C0A00;
}
.form-area .form-group {
    margin-bottom: 24px;
    position: relative;
}
.form-button{
    margin-top: 32px;
}
/* ** form-left-area ** */
.form-left-area{
    border-radius: 20px;
    border: 1.5px solid rgba(255, 255, 255, 0.10);
    background: #1A1A1A;
    padding: 16px;
}
.each-form-text h4{
    color: #fff;
    padding-bottom: 14px;
}
.each-form-text p{
    margin-bottom: 0;
}
.each-form-text p a{
    color: rgba(255, 255, 255, 0.7);
}
.each-form-text p a:hover{
    color: #fff;
}
.form-left-text{
    display: flex;
    flex-direction: column;
    gap: 57px;
    flex-wrap: wrap;
}
.each-form-text td{
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Archivo-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
.form-left-area .row{
    align-items: center;
}
.form-img img{
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.form-img{
    height: 100%;
}
/* ------ aanbod-list ------*/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 160px 0 80px;
    position: relative;
}
.filter-wrap{
    display: flex;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
    color: #061D11;
    letter-spacing: 0.32px;
    font-size: 1.6rem;
    font-family: 'Archivo-Regular';
    line-height: 24px;
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #053577;
}
.filter-reset a:hover img{
    filter: brightness(0) saturate(100%) invert(14%) sepia(28%) saturate(6530%) hue-rotate(205deg) brightness(94%) contrast(96%);
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 50px;
    color: #060C10;
    font-family: 'Archivo-Regular';
    font-size: 1.6rem;
    border-radius: 5px;
    padding: 0px 40px 0px 18px;
    background: url(../images/filter-arrow.svg) transparent no-repeat 90% 46% / 9px;
    appearance: none;
    line-height: 50px;
    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{
    border-radius: 5px;
    border-color: #053577;
    color: #fff;
    background: url(../images/filter-arrow-hover.svg) #053577 no-repeat 90% 46% / 9px;
}
.aanbod-filter-sec .select-style.show {
    border-radius: 5px 5px 0 0;
    border-color: #053577;
    color: #fff;
    /* padding-left: 8px; */
    background: url(../images/filter-arrow-hover.svg) #053577 no-repeat 90% 46% / 9px;
}
.each-filter::after{
    content: "";
    left: -12px;
    top: 8px;
    background-color: rgba(6, 12, 16, 0.7);
    position: absolute;
    height:72px;
    width: 1px;
}
.filter-main-area .col-lg-3:first-child  .each-filter::after{
    display: none;
} 
.filter-main-area{
    width: 100%;
}
.filter-wrap, 
.clear-filter-main-wrap {
    width: 100%;
}
.filter-wrap .row{
    row-gap: 15px;
}
.filter-main {
    margin-bottom: 30px;
}
.filter-main option{
	font-family: 'LamaSans-Regular';
	background-color: #1D1D1B;
}
.filter-content {
    display: none;
    background-color: #fff;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #053577;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
    cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
    box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.5);
}
.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: #060C10;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'Archivo-Regular';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #131313;
    opacity: 0.75;
}
.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 #053577;
    background-color: #fff;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #053577;
    border-color: #053577;
    background-image: url(../images/check-tick-white.svg);
    background-size: 14px;
    background-position: center center;
    background-repeat: no-repeat;
}
.auto-overview-tag {
    margin-right: 5px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    border-radius: 5px;
    background-color: #060C10;
    font-family: 'Archivo-Regular';
    font-size: 1.4rem;
    border: 1px solid #060C10;
    flex-direction: row-reverse;
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.auto-overview-tag:hover {
    background-color: #053577;
    color: #fff;
    border-color: #053577;
}
.auto-overview-tag:hover img{
    filter: brightness(0) invert(1);
}
.hidden-filter .col-lg-3 {
	width: 20%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
	font-family: 'Archivo-Regular';
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #fff;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 84px;
    background-color: transparent;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 8px;
    text-transform: capitalize;
    color: #FFF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 50px;
    background-color: #053577;
    border-color: #053577;
    backdrop-filter: blur(2px);
}
.mobile-show-filter .common-btn::after {
    display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color: #060C10;
    border-color: #060C10;
    color: #fff;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #1D1D1B;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #1D1D1B;
	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;
    display: none;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 3;
    background-color: #010E08;
    border-bottom: 1px solid #010E08;
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    margin-left: auto;
    border: 1px solid #060C10;
}
.mobile-filter-close span img {
	width: 9px;
}
.auto-overview-filter-result .total_search_records {
    margin-top: 0;
    background-color: #053577;
    border: 1px solid #053577;
    color: #fff;
    padding: 10px;
    border-radius: 0 8px 8px 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records::after {
    display: none;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: rgba(5, 53, 119, 0.8);
    color: #fff;
    border-color: rgba(5, 53, 119, 0.8);
}
.cursor-pointer {
	cursor: pointer;
}
.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 .each-filter {
	margin-bottom: 0;
	width: 245px;
}
.sorteren_op-filter .select-style {
    width: 100%;
    height: 50px;
    color: #060C10;
    font-family: 'Archivo-Regular';
    font-size: 1.6rem;
    border-radius: 5px;
    background: url(../images/filter-arrow.svg) transparent no-repeat 91%  center / 9px;
    appearance: none;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.sorteren_op-filter .select-style:hover{
    color: #fff;
    background: url(../images/filter-arrow-hover.svg) #053577 no-repeat 91% center / 9px;
}
.sorteren_op-filter .select-style.show{
    color: #fff;
    background: url(../images/filter-arrow-hover.svg) #053577 no-repeat 91% center / 9px;
}
.sorteren_op-filter  .each-filter::after{
    display: none;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.show_selected_filter_cls {
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
}
.each-filter::after {
    content: "";
    left: -9px;
    top: -16px;
    background-color: rgba(6, 12, 16, 0.7);
    position: absolute;
    height: 72px;
    width: 1px;
}
.sorteren_op-filter{
    position: relative;
}
.sorteren_op-filter::after {
    content: "";
    left: -7px;
    top: -16px;
    background-color: rgba(6, 12, 16, 0.7);
    position: absolute;
    height: 72px;
    width: 1px;
}
.aanbod-list-left-btn .common-btn {
    background-color: #060C10;
    border-color: #060C10;
}
.aanbod-list-left-btn .common-btn:hover{
    border-color: #053577;
}
.aanbod-list-left-btn .common-btn:hover::after{
    background-color: #053577;
    bottom: 150%;
}
.aanbod-list-left-btn{
    text-align: end;
}
/****aanbod-range-filter****/
.aanbod-range-filter label {
    font-size: 1.6rem;
}
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color: rgba(5, 53, 119, 1);
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(5, 53, 119, 0.4);
    border-color: rgba(5, 53, 119, 0.4);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: rgba(5, 53, 119, 0.8);
}
.aanbod-range-filter .ui-widget.ui-widget-content {
    border: 0;
}
.aanbod-range-filter .slider-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aanbod-range-filter .slider-inputs span {
    color: #060C10;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 5px;
    border: 1px solid #060C10;
    padding: 8px;
    background-color: #fff;
    width: 87px;
    color: #060C10;
    font-size: 1.6rem;
    line-height: normal;
}
.mob-filter-visible {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 15px;
    margin: 0 auto;
    max-width: 510px;
    width: 100%;
}
.filter-sort {
    position: relative;
    display: flex;
    align-items: center;
    /* justify-content: end; */
}
.mob-filter-visible h6 {
    color: #060C10;
    font-size: 1.6rem;
    line-height: normal;
    font-family: 'Poppins-Medium';
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #053577;
}
.range-block label {
    color: #131313;
}
/* ***** aanbod-product-sec ***** */
.aanbod-product-sec .each-product{
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.aanbod-product-sec{
    padding-bottom: 120px;
}
.aanbod-product-sec .each-product::before {
    content: '';
    background-image: url(../images/product-top-vector.svg);
    position: absolute;
    left: 9%;
    bottom: unset;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: 48px;
    background-position: center;
    height: 22px;
    width: 48px;
    transform: rotate(90deg);
    top: 45%;
}
.aanbod-product-sec .each-product::after {
    content: '';
    background-image: url(../images/product-top-vector.svg);
    position: absolute;
    left: unset;
    top: 45%;
    right: 9%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: 48px;
    background-position: center;
    height: 22px;
    width: 48px;
    transform: rotate(90deg);
}
.aanbod-product-sec .row{
    row-gap: 24px;
}
.aanbod-product-sec .each-product-text{
    border-radius: 20px;
    background: linear-gradient(206deg, rgba(144, 144, 144, 0.20) 0.76%, rgba(251, 251, 251, 0.20) 125.76%);
}
/* *** aanbod-list-btm-sec **** */
.aanbod-list-btm-wrap{
    border-radius: 20px;
    background: linear-gradient(206deg, rgba(144, 144, 144, 0.20) 0.76%, rgba(251, 251, 251, 0.20) 125.76%);
    padding: 25px 24px;
}
.aanbod-list-btm-left ul li::after{
    display: none;
}
.aanbod-list-btm-left ul{
    display: flex;
    justify-content: end;
    margin-bottom: 0;
    column-gap: 16px;
}
.aanbod-list-btm-left h3{
    color: #060C10;
    padding-bottom: 15px;
}
.aanbod-list-btm-left p{
    margin-bottom: 0;
}
.aanbod-list-btm-wrap .row{
    align-items: center;
}
.aanbod-list-btm-left .border-btn{
    border: 1.5px solid #053577;
}
.aanbod-list-btm-left .border-btn em{
    color: #053577;
}
.aanbod-list-btm-left .border-btn:hover::after {
    background-color: #053577;
}
.aanbod-list-btm-left .border-btn:hover strong{
    color: #FFF;
}
.aanbod-list-btm-sec{
    padding-bottom: 16px;
}
.aanbod-list-btm-left ul li{
    padding: 0;
}
/* ------ AANBOD DTL -------- */
/* **** aanbod-dtl-top-sec *** */
.aanbod-dtl-top-sec{
    padding-top: 174px;
}
.dtl-top-slider-wrap{
    position: relative;
}
.aanbod-dtl-top-merk{
    position: absolute;
    bottom: -18%;
    left: 0;
    pointer-events: none;
}
.aanbod-dtl-top-btn {
    margin-top: -60px;
    margin-bottom: 34px;
}
.aanbod-dtl-top-btn ul{
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: end;
}
.aanbod-dtl-top-btn ul li{
    padding-left: 0;
    margin-bottom: 0;
}
.aanbod-dtl-top-btn ul li::after{
    display: none;
}
.aanbod-dtl-top-btn .share-btn {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 1px solid #053577;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-top-btn .share-btn img{
    width: 15px;
}
.aanbod-dtl-top-btn .share-btn:hover {
    background-color: #053577;
    border: 1px solid #053577;
}
.aanbod-dtl-top-btn .share-btn:hover img{
    filter: brightness(0) invert(1);
}
.aanbod-dtl-top-btn .border-btn {
    border-color: #053577;
}
.aanbod-dtl-top-btn .border-btn em{
    color: #053577;
}
.aanbod-dtl-top-btn .border-btn:hover::after {
    background-color: #053577;
}
.aanbod-dtl-top-btn .border-btn:hover strong {
    color: #fff;
}
.dtl-top-slider {
	position: relative;
}
.dtl-top-slider .each-top-slide {
	border-radius: 20px;
	overflow: hidden;
	transform: scaleY(0.80);
    transform-origin: top;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.dtl-top-slider .each-top-slide::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(18, 18, 18, 0.51);
}
.dtl-top-slider .swiper-slide-active .each-top-slide {
	transform: scaleY(0.95);
}
.dtl-top-slider .swiper-slide-active .each-top-slide::after {
	opacity: 0;
}
.dtl-top-slider .swiper-button-next {
    right: 20.5%;
    top: unset;
    bottom: 5.5%;
}
.dtl-top-slider .swiper-button-prev {
	left: 20.5%;
    top: unset;
    bottom: 5.5%;
}
.dtl-top-slider .swiper-wrapper{
    align-items: start;
}
.dtl-top-slider .common-arrow{
    width: 56px;
    height: 56px;
    border-radius: 50px;
    border: 1.5px solid #060C10;
}
.dtl-top-slider .common-arrow img{
    filter: brightness(0) saturate(100%) invert(2%) sepia(13%) saturate(6589%) hue-rotate(180deg) brightness(100%) contrast(95%);
}
.dtl-top-slider  .common-arrow img {
    width: 16px;
}
.dtl-top-slider .common-arrow:hover img{
    filter: none;
}
.dtl-top-slider .common-arrow:hover {
    background-color: #060C10;
}
/****dtl-car-info-sec*****/
.dtl-car-spec table {
    width: 100%;
}
.dtl-car-spec td {
	padding: 0 20px;
	border-right: 1px solid rgba(6, 12, 16, 0.70);
	vertical-align: top;
    display: flex;
    align-items: center;
    gap: 32px;
}
.dtl-car-spec tr{
    display: flex;
}
.dtl-car-spec td h6 em {
	color: rgba(6, 12, 16, 0.70);
    margin-bottom: 0;
    font-style: normal;
}
.dtl-car-spec td h6 strong {
	font-family: 'Archivo-Regular';
	color: #060C10;
    display: block;
    font-weight: normal;
}
.dtl-car-spec td:last-child {
	border-right: 0;
	padding-right: 0;
}
.dtl-car-spec td:first-child {
	padding-left: 0;
}
.dtl-car-price {
	margin-bottom: 16px;
	text-align: right;
}
.dtl-car-price h4 {
	font-family: 'Archivo-Medium';
}
.dtl-car-price h4 strong {
	font-weight: normal;
	color: rgba(6, 12, 16, 0.50);
    display: block;
    padding-top: 7px;
}
.dtl-car-info-area{
    padding-top: 6px;
    padding-bottom: 82px;
}
.dtl-car-model h4{
    padding-bottom: 4px;
}
.dtl-car-btn-mob ul li::after{
    display: none;
}
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 60px;
	margin-bottom: 38px;
    border: 0;
	justify-content: center;
    position: relative;
}
.dtl-tab-sec .sec-mark::after , .dtl-tab-sec .sec-mark::before{
    background: linear-gradient(280deg, rgba(209, 212, 211, 0.51) 14%, rgba(46, 54, 51, 0.4) 50%);
}
.dtl-tab-merk{
    position: absolute;
    bottom: -40px;
    right: 0;
    pointer-events: none;
    z-index: -1;
}
.tab-btn .tabs li.active {
    background-color: transparent;
    opacity: 1;
	position: relative;
}
.tab-btn ul.tabs li {
    position: relative;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    color: #053577;
    text-transform: none;
	font-size: 1.6rem;
    letter-spacing: normal;
    line-height: 24px;
	font-family: 'Archivo-Regular';
	padding-left: 0;
	position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 100px;
    padding: 15px 40px;
    border: 1px solid #053577;
}
.tab-btn ul.tabs li:hover{
    background-color: #053577;
    border-color: #053577;
    color: #F5F5F5;
}
.tab-btn ul.tabs li:hover::after{
    opacity: 1;
    filter: brightness(0) invert(1);
}
.tab-btn ul.tabs li.active{
    background-color: #053577;
    border-color: #053577;
}
.tab_container.tab-content{
	max-width: 100%;
    padding-right: 10px;
}
.tab-btn ul.tabs li.active span{
	color: #FFF;
}
.tab-btn ul.tabs li.active span::after, ul.tabs li span:hover::after{
    opacity: 1;
}
.tab_content {
    display: none;
}
.tab_content p{
    color: #2F2F2F;
}
.tab_content img {
    width: 10px;
    height: 16px;
    margin-right: 7px;
}
.tab_drawer_heading{
    display: none;
}
.dtl-tab-sec {
    position: relative;
    overflow: hidden;
	padding-bottom: 120px;
}
.tab-sec-merk{
    position: absolute;
    /*bottom: -18%;*/
    bottom: -30px;
    pointer-events: none;
    right: 0;
}
.tab_drawer_heading{
	display: none;
}
.tab-btn .tabs {
    display: flex;
    justify-content: left;
    column-gap: 12px;
    padding: 10px 0;
    overflow: hidden;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 0;
}
.tab-btn .tabs li.active{
	color: #F5F5F5;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
    column-gap: 155px;
}
.kenmerken-tab li {
    width: 26.4%;
    padding: 24px 0px 24px 0px;
	position: relative;
	font-family: 'Archivo-Regular';
	color: rgba(17, 17, 17, 0.70);
	line-height: 24px;
    font-size: 1.6rem;
    display: flex;
    justify-content: space-between;
    column-gap: 60px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    border-radius: 0;
    background: transparent;
    margin-bottom: 0;
}
.kenmerken-tab li strong {
	font-family: 'Archivo-Regular';
    font-weight: normal;
	display: block;
	color: #060C10;
	line-height: 20px;
}
.kenmerken-tab li em{
    font-style: normal;
    color: rgba(6, 12, 16, 0.70);
}
.kenmerken-tab li:hover em{
    color: #053577;
}
.kenmerken-tab li:hover strong{
    color: #053577;
}
.kenmerken-tab li::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 200vw;
    left: -100vw;
    top: 0;
    background-color: #000;
}
.kenmerken-tab{
	overflow: hidden;
}
.kenmerken-tab ul li:nth-child(-n+3)::after{
    display: none;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #D9D9D9;
    padding-bottom: 10px;
	margin-bottom: 10px;
    font-size: 2.4rem;
    line-height: 32px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 20px;
    position: relative;
	margin-bottom: 5px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #053577;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #053577;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 20px;
	font-size: 1.6rem;
	text-transform: none;
    color: #fff;
}
.each-onderhoud-block h4 {
	text-transform: none;
    font-size: 1.8rem;
    line-height: 20px;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    font-size: 1.6rem;
	text-transform: none;
    color: rgba(17, 17, 17, 0.70);
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn{
    text-align: left;
    color: #053577;
    cursor: pointer;
    margin-top: 36px;
	font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    letter-spacing: normal;
    line-height: 24px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    border-radius: 56px;
    border: 1px solid #053577;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    max-width: max-content;
    padding: 18px 40px;
}
.tab-btm-btn:hover{
    color: #fff;
    background-color: #053577;
}
.tab-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.tab-popup-content-wrap{
    overflow-x: hidden;
    overflow-y: scroll;
}
.popup-opacity{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(18, 18, 18, 0.60);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.tab-popup-area {
    border-radius: 20px;
    background: #FFF;
    position: relative;
    z-index: 101;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid rgba(5, 53, 119, 1);
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px rgba(5, 53, 119, 0.6);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(5, 53, 119, 0.6);
	max-width: 93%;
}
.popup-cross{
    width: 45px;
    height: 45px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #111;
}
.tab-popup-content {
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    height: calc(100% - 116px) !important;
}
.tab-popup-content ul{
    margin-bottom: 33px;
    padding: 0;
}
.tab-popup-content ul:last-child{
    margin-bottom: 0;
}
.popup-cross img{
    width: 30px;
    filter: brightness(1) invert(1);
}
.tab-popup-area h3{
    line-height: normal;
    margin-bottom: 20px;
    font-size: 3rem;
    color: #060C10;
}
.tab-popup-area p{
    color: rgb(17, 17, 17, 0.6);
    line-height: normal;
    padding-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-bottom: 0;
}
.tab-popup-content h4{
	font-family: 'LamaSans-Medium';
    line-height: 56px;
    margin-bottom: 20px;
    font-size: 2.2rem;
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid rgb(17, 17, 17, 0.6);
    line-height: 30px;
    color: #060C10;
    flex-wrap: wrap;
	padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.tab-popup-content li::after{
	display: none;
}
.tab-popup-content li strong{
    width: 50%;
    font-weight: normal;
    color: rgb(17, 17, 17, 0.6);
}
.show-popup{
    display: none;
}
.tab-btn .tabs li.active::after {
	transform: rotate(90deg);
	top: 2px;
    opacity: 1;
    filter: brightness(0) invert(1);
}
.tabs li::after {
	display: inline-block;
	content: url(../images/tab-arrow.svg);
	position: relative;
	top: 0px;
    left: 7px;
	background-color: transparent;
	width: 9px;
    height: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-image: none;
}
.tabs li:hover::after{
    opacity: 1;
}
.tab-content-wrap {
    padding-top: 22px;
}
/* **** related product sec ***** */
.related-product-mobile-slider{
    display: none;
}
.related-product-sec{
    padding-top: 118px;
    padding-bottom: 117px;
    overflow: hidden;
}
.related-product-title {
    padding-bottom: 80px;
}
/* ****aanbod-dtl-mob-contact-bar*****/ 
.aanbod-dtl-mob-contact-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    display: none;
    padding: 14px 20px;
    background: #231F20;

}
.aanbod-dtl-mob-contact-bar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.aanbod-dtl-mob-contact-bar li {
    line-height: 22px;
    padding: 0;
    margin: 0;
}
.aanbod-dtl-mob-contact-bar li::after, .aanbod-dtl-mob-contact-bar li::before {
    display: none;
}
.aanbod-dtl-mob-contact-bar > ul {
    display: flex;
    gap: 5px;
    justify-content: center;
}
.aanbod-dtl-mob-contact-bar > ul > li > button {
    padding: 8px 50px 8px 20px;
    border: 1px solid #fff;
    background-color: #1B1819;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2rem;
    width: 100%;
    text-align: left;
    position: relative;
}
.aanbod-dtl-mob-contact-bar > ul > li > button img {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 14px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-mob-contact-bar > ul > li > button strong {
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aanbod-dtl-mob-contact-bar > ul > li > a {
    height: 100%;
    width: 40px;
    border: 1px solid #fff;
    background-color: #1E1E1E;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aanbod-dtl-mob-contact-bar > ul > li > a img {
    width: 14px;
}
.aanbod-dtl-mob-contact-bar > ul > li.aanbod-dtl-mob-brand {
    width: 90%;
    position: relative;
}
.aanbod-dtl-mob-contact-bar > ul > li.aanbod-dtl-mob-contact-wp > a {
    background-color: #32D851;
    border-color: #32D851;
}
.aanbod-dtl-mob-contact-bar > ul > li > ul {
    border: 1px solid #fff;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: absolute;
    bottom: 100%;
    width: 100%;
    display: none;
}
.aanbod-dtl-mob-contact-bar > ul > li > ul > li > button,
.aanbod-dtl-mob-contact-bar > ul > li > ul > li > a {
    padding: 9px 20px;
    border: 0;
    border-bottom: 1px solid #fff;
    background-color: #1C1C1C;
    color: #fff;
    font-size: 1.2rem;
    width: 100%;
    display: block;
    text-align: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-mob-contact-active > ul > li > button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
}
.aanbod-dtl-mob-contact-active > ul > li > button img {
    transform: translateY(-50%) rotate(-90deg);
}
.aanbod-dtl-mob-contact-bar.two-line-text > ul > li > a {
    width: 58px;
} 
/* ------ verkocht ------- */
.Verkocht-product-sec{
    padding-top: 170px;
    padding-bottom: 120px;
}
.Verkocht-heading {
    text-align: center;
    padding-bottom: 53px;
}
.Verkocht-heading  h2{
    padding-bottom: 14px;
}
.Verkocht-heading p{
    margin-bottom: 0;
}
.Verkocht-product-sec .each-product-text {
    background: linear-gradient(206deg, rgba(144, 144, 144, 0.20) 0.76%, rgba(251, 251, 251, 0.20) 106.76%);
}
/* /------- contact -----/ */
/****map****/
.map {
    height: 600px;
}
/* *** contact-form-sec *** */
.form-sec.contact-form-sec{
    background: #fff;
    padding-top: 210px;
}
.contact-form-sec .form-heading h2{
    color: #060C10;
    padding-bottom: 13px;
}
.contact-form-sec .form-heading p{
    color: rgba(6, 12, 16, 0.75);
}
.each-form-text td:first-child{
    padding-right: 55px;
}



/* Style For Developer start */

/*******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 p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
    filter: invert(0);
    max-width: 100%;
    height: auto;
    padding: 0;
}
.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(#302041 calc(1*100%/6),#fff 0 calc(3*100%/6),#302041  0),
              linear-gradient(#302041  calc(2*100%/6),#fff 0 calc(4*100%/6),#302041  0),
              linear-gradient(#302041  calc(3*100%/6),#fff 0 calc(5*100%/6),#302041  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: #302041;
  }


.carpass-img {
    width: 115px;
}

/* Style For Developer End */


/* whats app lab  */

.fix-wp {
    position: fixed;
    height: 48px;
    width: 48px;
    background-color: #25D366;
    border-radius: 100%;
    z-index: 98;
    bottom: 50px;
    right: 30px;
}
.fix-wp img {
    width: 22px;
}
.fix-wp a {
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix-wp a img {
    width: 24px;
}

.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; */
    bottom: 28px;
    /* / left: 16px; */
    right: -11px;
    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){
    .fix-wp{
        display: none;
    }
}

/* whats app lab end  */
.mega-mobile-list li a:hover{
    color: #fff;
    opacity: 0.6;
}
.mobile-each-info p a:hover{
    color: #fff;
    opacity: 0.6;
}
.share-social-media-button .a2a_dd svg{
    margin-right: 0 !important;
}
.share-social-media-button:hover .a2a_dd svg{
    filter: brightness(0) invert(1);
}
.listview-top-content.privacy_section {
    padding-top: 80px;
    padding-bottom: 100px;
}
.privacy_section h2 {
    padding-bottom: 25px !important;
}
.privacy_section h2 {
    padding-top: 85px;
}
.select2-results li::after{
    display: none;
}
.voorraadwekker_widget_section{
    padding-bottom: 40px;
}
.inner-banner-sec .sec-mark{
    bottom: -22%;
}
.form-area .form-styl.foto_upload{
    color: rgba(255, 255, 255, 0.5);
}
.form-area .row{
    margin-left: -15px;
    margin-right: -15px;
}
.form-area .col-lg-6{
    padding-left: 15px;
    padding-right: 15px;
}
.each-team-slide-hover-info {
    max-height: 500px;   
    overflow-y: auto;    
    overflow-x: hidden;
}
.each-team-slide-hover-info::-webkit-scrollbar {
    width: 6px;
}
.each-team-slide-hover-info::-webkit-scrollbar-track {
    background: #000; 
    border-radius: 10px;
}
.each-team-slide-hover-info::-webkit-scrollbar-thumb {
    background: rgb(82, 81, 81);    
    border-radius: 10px;
}
.aanbod-dtl-top-btn-mobile{
    display: none;
}
.acties-left-content p{
    margin-bottom: 0;
}


.desk-menu {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-family: 'Archivo-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    color: #fff;
    border-radius: 10px;
    padding: 12px 40px;
    margin-left: 0;
    border-radius: 100px;
    border: 1px solid #053577;
    background: #053577;
}

/*****side-menu****/
.side-menu {
    position: fixed;
    right: 0;
    top: 115px;
    height: calc(100vh - 60px);
    width: calc(100% - 60px);
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 0;
    z-index: 98;
    clip-path: inset(0 0 100% 0);
    padding-top: 40px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.side-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.side-menu-wrap {
    height: 100%;
    position: relative;
    z-index: 1;
}
.side-menu .container {
    height: 100%;
}
.side-menu-content {
    height: calc(100% - 200px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 15px;
}
.side-menu-content::-webkit-scrollbar {
    background-color: #232323;
    width: 10px;
    border-radius: 10px;
}
.side-menu-content::-webkit-scrollbar-thumb {
    background-color: rgb(255, 255, 255, 0.3);
    border-radius: 10px;
}
.side-menu-nav {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.side-menu-nav ul {
    margin-bottom: 0;
    padding-left: 0;
}
.side-menu-nav > ul > li {
    padding-left: 0;
    font-size: 4.8rem;
    display: block; 
    line-height: 56px;
    font-family: 'ArchivoBlack-Regular';
    margin-bottom: 23px;
}
.side-menu-nav > ul > li::after {
    display: none;
}
.side-menu-nav > ul > li > a {
    color: #060C10;
    display: block;
    padding-bottom: 0;
    text-transform: uppercase;
}
.side-menu-nav > ul > li > a:hover {
    color: #053577;
}
.side-menu-nav .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    position: initial;
    max-height: 0;
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
}
.side-menu-nav .parent-dropdown.open ul {
    max-height: 240px;
    margin-top: 20px;
}
.side-menu-nav .parent-dropdown ul li {
    text-align: left;
    font-size: 2.5rem;
}
.side-menu-nav .parent-dropdown img {
    top: 23px;
    width: 25px;
    right: 0;
    filter: brightness(0);
}
.side-menu-nav .parent-dropdown > ul > li > a {
    padding: 15px 20px;
}
.side-menu-nav .parent-dropdown > ul > li > a:hover{
    color: #053577;
}
.side-menu-nav-mobile {
    display: none;
}
.side-menu-close {
    cursor: pointer;
}
.side-menu-close img {
    width: 28px;
}
.side-menu-logo img {
    width: 192px;
}
.side-menu-header {
    margin-bottom: 65px;
}
.side-menu-btm-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 14%;
}
.side-menu-btm-part p a {
    color: #000;
    font-family: 'Archivo-Bold';
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 0.24px;
}
.side-menu-btm-part p a:hover {
    color: #053577;
}
.header-active-desk-part {
    background-color: #fff;
}
.header-active-desk-part  .header-nav > ul > li > a {
    color: #060C10;
}



.each-new-historie-info{
    display: flex;
    gap: 90px;
    align-items: center;
}
.new-historie-wrap{
    width:100vw;
    margin-left:-50vw;
    left:50%;
    position:relative;
    margin-top: -80px;
}
.new-historie-sec{
    position: relative;
    overflow: hidden;
    padding-top: 250px;
}
.new-historie-merk{
    position: absolute;
    top: 8%;
    left: 0;
    pointer-events: none;
}
.each-new-historie-text h2{
    padding-bottom: 25px;
}
.new-historie-info .row{
    flex-direction: column;
    position: relative;
}
.new-historie-info .col-6:nth-child(odd){
    margin-left: auto;
}

.each-new-historie-img img{
    border-radius: 0 20px 20px 0;
}
.new-historie-info .col-6:nth-child(odd) .each-new-historie-img img{
    border-radius: 20px 0 0 20px;
}
.new-historie-info .col-6:nth-child(even) .each-new-historie-info{
    text-align: right;
    flex-direction: row-reverse;
}
.each-new-historie-text{
    width: 55%;
}
.each-new-historie-img{
    margin-left: auto;
    width: 45%
}
.new-historie-heading h6{
    color: #060C10;
}
.new-historie-info .col-6:nth-child(even) .each-new-historie-img{
    margin-left: 0;
    margin-right: auto;
}
.new-historie-info .col-6:nth-child(odd) .each-new-historie-text{
    padding-left: 60px;
}
.new-historie-info .col-6:nth-child(even) .each-new-historie-text{
    padding-right: 60px;
}

.new-historie-info .row::after{
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/historie-line.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 1px;
    position: absolute;
}
.new-historie-info .col-6 .each-new-historie-text h2{
    position: relative;
}
.new-historie-info .col-6:nth-child(odd) .each-new-historie-text h2::after {
    content: "";
    top: 40%;
    left: -51px;
    transform: translateX(-50%);
    background-image: url(../images/historie-line-right.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1px;
    width: 34px;
    position: absolute;
}
.new-historie-info .col-6:nth-child(even) .each-new-historie-text h2::after {
    content: "";
    top: 38%;
    right: -85px;
    transform: translateX(-50%);
    background-image: url(../images/historie-line-right.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1px;
    width: 34px;
    position: absolute;
}
.new-historie-sec{
    padding-bottom: 140px;
}
.each-new-historie-text p{
    margin-bottom: 0;
}
.footer-bovag {
    margin-left: 5%;
}
.header-bovag img {
    width: 90px;
}
.header-left {
    display: flex;
    align-items: center;
}
.header-social li:first-child img {
    width: 16px;
}
.package-sec{
    padding-top: 40px;
}
.each-package{
    max-width: 1040px;
    margin: auto;
}
.each-package:not(:last-child){
    margin-bottom: 30px;
}
.each-package h4, .each-package span{
    margin-bottom: 10px;
}
.each-package span{
    display: block;
}
.each-package h6, .each-package p{
    color: #2F2F2F;
}
.each-package p{
    margin: 5px 0 10px;
}
