body {
	padding: 0px;
	margin: 0px;
	color: #161616;
    font-family: 'LamaSans-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;
}
/****iframe-footer****/
.iframe-footer {
    border: 0;
    width: 100%;
    height: 50px;
    display: block;
    max-width: calc(100% - 34px);
    margin: 0 auto 17px;
    border-radius: 10px;
}
/****privacy****/
.privacy_section p { 
    margin-bottom: 10px; 
}
/****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 ============================================== */
/****fix-wp****/
.fix-block {
    position: fixed;
    bottom: 40%;
    right: 0;
    z-index: 97;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.fix-wp {
	height: 60px;
	width: 60px;
	border-radius: 10px 0 0 10px;
    background: #6EE37A;
    display: none;
}
.fix-wp a {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.fix-wp img {
	width: 24px;
}
.fix-bosch img {
    width: 60px;
}
/****header-area****/
.header-top {
    padding: 10px 0;
    background-color: #0F0F0F;
}
.header-top ul {
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 13px;
    display: flex;
    justify-content: end;
}
.header-top li {
    padding-left: 0;
    padding-right: 12px;
}
.header-top li a {
    display: flex;
    align-items: center;
}
.header-top li a img {
    margin-right: 6px;
}
.header-top li::after {
    display: none;
}
.header-top li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}
.header-top li:last-child::before {
    display: none;
}
.header-top li:last-child {
    padding-right: 0;
}
.header-top li a,
.header-top li {
    color: #fff;
    font-size: 1.2rem;
    font-family: 'LamaSans-Medium';
    line-height: 16.86px;
    letter-spacing: 0.12px;
}
.header-top li a {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-top li a:hover,
.header-top li:hover {
    color: #E20015;
}
.header-top li a:hover img {
    /* filter: brightness(0) saturate(100%) invert(60%) sepia(39%) saturate(4792%) hue-rotate(2deg) brightness(98%) contrast(103%); */
    filter: brightness(0) saturate(100%) invert(40%) sepia(57%) saturate(3535%) hue-rotate(338deg) brightness(71%) contrast(100%);
}
.header-wp {
    color: #39FF83 !important;
}
.header-wp:hover img {
    filter: brightness(0) saturate(100%) invert(80%) sepia(14%) saturate(2078%) hue-rotate(81deg) brightness(102%) contrast(101%) !important;
}
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-main {
    padding: 17px 0;
    background: #161616;
}
.header-logo img {
    width: 133px;
}
.header-nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-nav > ul > li {
    padding-left: 0;
}
.header-nav > ul > li::after {
    display: none;
}
.header-nav > ul > li, 
.header-nav > ul > li > a {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    line-height: 17px;
}
.header-nav > ul > li:hover,
.header-nav > ul > li > a:hover {
    color: #E20015;
}
.header-nav .parent-dropdown img {
    filter: brightness(0) invert(1);
}
.header-nav.header-nav-mobile {
    display: none;
}
/******menu-btn******/
.menu-bar {
    position: relative;
    max-width: 40px;
    width: 100%;
    cursor: pointer;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: #E20015;
    padding: 8px 11px;
    border-radius: 3px;
    overflow: hidden;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 1px;
    margin: 3px 0 3px auto;
    width: 15px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div {
    width: 11px;
}
.inner-header .menu-bar div, .inner-header .menu-bar::after, .inner-header .menu-bar::before{
    background-color: #fff;
}
.menu-bar.active div {
    transform: scale(0);
    background-color: #fff;
}
.menu-bar.active:before {
    transform: translateY(4px) rotate(135deg);
    background-color: #fff;
}
.menu-bar.active:after {
    transform: translateY(-4px) rotate(-135deg);
    background-color: #fff;
}
.menu-bar {
    position: relative;
    max-width: 37px;
}
.header-active .menu-bar div, 
.header-active .menu-bar::after, 
.header-active .menu-bar::before {
    background-color: #fff;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 16px;
}
.parent-dropdown > ul {
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	border: 1px solid rgba(255, 255, 255, 0.3);
	background-color: #0F0F0F;
	/* box-shadow: 0px 10px 15px -3px rgba(255, 255, 255, 0.3); */
    border-radius: 5px;
	min-width: 190px;
	margin-top: 7px;
    margin-bottom: 0;
	z-index: 1;
	max-height: 0;
	overflow: hidden;
	transition: all 0.7s;
	opacity: 0;
	pointer-events: none;
    list-style: none;
    padding: 0;
    max-height: 120px;
    overflow-y: auto;
}
.parent-dropdown > ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown > img {
	position: absolute;
	right: 0;
	top: 7px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown.open ul {
	max-height: 200px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown.open img {
	transform: rotate(180deg);
}
.parent-dropdown {
	position: relative;
	padding-right: 18px;
	cursor: pointer;
}
.parent-dropdown > ul > li {
	font-size: 1.4rem;
	position: relative;
    text-align: center;
    padding-left: 0;
    color: rgba(255, 255, 255, 0.7);
}
.parent-dropdown > ul > li::after {
    display: none;
}
.parent-dropdown > ul > li > a {
	color: rgba(255, 255, 255, 0.7);
	padding: 5px 17px;
	border-bottom: 1px solid rgb(255, 255, 255, 0.3);
	display: block;
}
.parent-dropdown > ul > li:last-child > a {
	border-bottom: 0;
}
.parent-dropdown > ul > li:hover,
.parent-dropdown > ul > li > a:hover {
	color: #E20015;
}
.parent-dropdown a {
    padding-bottom: 10px;
}
.header-active {
    margin-top: -36px;
    background-color: #fff;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
.header-btn .common-btn::after {
    background-color: #E20015;
}
.header-btn .common-btn:hover,
.header-btn .common-btn:hover strong {
    background-color: #E20015;
}
/* .header-active .header-nav > ul > li > a {
    color: #1D1D1B;
}
.header-active .header-nav > ul > li > a:hover {
    color: #4EA4A8;
}
.header-active .parent-dropdown > img {
    filter: brightness(1) invert(0);
} */
/*****side-menu****/
.side-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 400px;
    background-color: #161616;
    padding: 150px 40px 40px;
    z-index: 98;
    clip-path: inset(0 0 0 100%);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.side-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.side-menu-active .parent-dropdown > ul > li,
.side-menu-active .parent-dropdown > ul > li > a {
    font-size: 1.4rem;
}
.side-menu-wrap {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.side-menu ul {
    margin-bottom: 0;
    padding-left: 0;
}
.side-menu > .side-menu-wrap > ul > li {
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 1.6rem;
    display: block;
    padding-left: 0;
}
.side-menu > .side-menu-wrap > ul > li::after {
    display: none;
}
.side-menu > .side-menu-wrap > ul > li > a {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    padding-bottom: 0;
}
.side-menu > .side-menu-wrap > ul > li > a:hover {
    color: #E20015;
}
.side-menu .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    position: initial;
    max-height: 0;
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
    border: 0;
}
.side-menu .parent-dropdown.open ul {
    max-height: 200px;
    margin-top: 10px;
}
.side-menu .parent-dropdown ul li {
    text-align: left;
}
.side-menu .parent-dropdown img {
    top: 10px;
    width: 10px;
}
.body-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(15, 15, 15, 0.3);
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(5px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.body-overlay-active {
    opacity: 1;
    pointer-events: all;
}
/****banner-sec****/
.banner-sec {
    position: relative;
    overflow-x: hidden;
    padding-top: 145px;
    background-color: #0F0F0F;
    overflow-y: clip;
    padding-bottom: 20px;
}
.each-banner {
    max-width: 97%;
}
.banner-mark {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.banner-video, .each-banner {
	height: 706px;
}
.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;
    border-radius: 20px;
    overflow: hidden;
}
.banner-left-part p {
    max-width: 600px;
    width: 100%;
    margin: 24px 0 40px;
}
.banner-left-part h1 {
    letter-spacing: normal;
}
.banner-left-part ul {
    display: flex;
    gap: 20px;
}
.banner-left-part li {
    padding-left: 0;
}
.banner-left-part li::after {
    display: none;
}
.banner-info {
    position: absolute;
    left: 0;
    bottom: -15.6%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
    padding: 20px 35px 20px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.banner-left-info {
    border-radius: 10px;
    background: #161616;
    backdrop-filter: blur(10px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 30px;
    padding: 20px 40px;
    width: 48%;
    position: relative;
}
.banner-left-info::after {
    background-image: url(../images/banner-left-mark.svg);
    content: '';
    right: 0;
    top: 0;
    height: 66px;
    width: 128px;
    background-size: 128px;
    background-repeat: no-repeat;
    position: absolute;
}
.banner-left-info img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(6381%) hue-rotate(358deg) brightness(106%) contrast(104%);
}
.banner-left-info h2 {
    font-size: 4rem;
    color: #FFF;
    line-height: 47px;
    font-family: 'Kanit-Medium';
}
.banner-left-info em {
    display: flex;
    gap: 10px;
    font-style: normal;
}
.banner-left-info h5 {
    color: #fff;
}
.banner-right-info {
    border-radius: 10px;
    background: #0076C7;
    backdrop-filter: blur(10px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 44px;
    padding: 20px 40px;
    width: 48%;
    position: relative;
}
.banner-right-info::after {
    background-image: url(../images/banner-right-mark.svg);
    content: '';
    right: 0;
    top: 0;
    height: 66px;
    width: 128px;
    background-size: 128px;
    background-repeat: no-repeat;
    position: absolute;
}
.banner-right-info strong {
    font-weight: normal;
}
.banner-right-info em {
    font-style: normal;
}
.banner-right-info h2,
.banner-right-info h6 {
    color: #fff;
    position: relative;
    z-index: 1;
}
.banner-right-info h2 {
    font-size: 4rem;
    color: #FFF;
    line-height: 47px;
    font-family: 'Kanit-Medium';
}
/****product-sec****/
.product-sec {
    position: relative;
    padding: 100px 0 90px;
    overflow: hidden;
}
.product-mark {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
}
.product-btn ul {
    display: flex;
    justify-content: end;
    gap: 20px;
}
.product-btn li {
    padding-left: 0;
}
.product-btn li::after {
    display: none;
}
.product-title h2 em {
    font-style: normal;
    color: #0076C7;
}
.product-sec .container {
    position: relative;
    z-index: 1;
}
.product-title {
    margin-bottom: 55px;
}
.each-product-wrap {
    border-radius: 10px;
    background: #FFF;
    padding: 10px 10px;
    overflow: hidden;
}
.product-img {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.product-img img {
    border-radius: 5px;
}
.each-product {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text-wrap {
    border-radius: 10px;
    background-color: #fff;
    padding: 18px 2px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text-wrap h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-text-wrap h6 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    margin-top: 7px;
}
.each-product-text-wrap h6 strong {
    font-size: 1.4rem;
    font-weight: normal;
    color: #0076C7;
}
.each-product-text-wrap ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.each-product-text-wrap li {
    border-radius: 5px;
    overflow: hidden;
    overflow: hidden;
    background: #161616;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    color: #FFF;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    line-height: 27px;
    padding-left: 0;
    padding: 2px 10px;
}
.each-product-text-wrap li::after {
    display: none;
}
.each-product-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 35px;
}
.each-product-table-wrap {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 17px 14px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    gap: 10px;
}
.each-product-table tr {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.each-product-table td {
    color: #161616;
    font-size: 1.4rem;
    line-height: 17px;
    padding-right: 10px;
    margin-right: 10px;
    font-family: 'LamaSans-Medium';
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-table td::after {
    background-color: rgba(22, 22, 22, 0.6);
    position: absolute;
    right: 0;
    top: 2px;
    height: 13px;
    width: 1px;
    content: '';
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-table td:last-child {
    padding: 0;
    margin: 0;
    border: 0;
}
.each-product-table td:last-child::after {
    display: none;
}
.each-product-table-btn .text-btn {
    font-size: 1.4rem;
    font-family: 'LamaSans-Medium';
    line-height: 17px;
    border-radius: 0;
}
.each-product-table-btn .text-btn::after {
    width: 12px;
    height: 9px;
    top: 5px;
    background-size: 12px;
}
.each-product-table {
    width: 64%;
}
.each-product-table-btn {
    width: 33%;
    display: flex;
    justify-content: end;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-table-btn .text-btn:hover {
    color: #161616;
}
.each-product:hover .each-product-table-wrap {
    background-color: #0076C7;
}
.each-product:hover .each-product-table td::after {
    background-color: rgba(255, 255, 255, 0.6);
}
.each-product:hover .each-product-table td {
    color: #fff;
}
.each-product:hover .each-product-table-btn .text-btn {
    color: #fff;
}
.each-product:hover .each-product-table-btn .text-btn::after {
    filter: brightness(0) invert(1);
}
.product-slider .swiper {
    border-radius: 10px;
}
.product-control {
    position: relative;
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-control .swiper-button-next {
    right: 0;
    position: initial;
    margin: 0;
}
.product-control .swiper-button-prev {
    left: 0;
    position: initial;
    margin: 0;
}
.product-control .common-arrow {
    border-color: #0076C7;
}
.product-control .common-arrow img {
    filter: brightness(0) saturate(100%) invert(42%) sepia(74%) saturate(2582%) hue-rotate(130deg) brightness(92%) contrast(100%);
}
.product-control .common-arrow:hover img {
    filter: none;
}
.product-btm-mob {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}
.product-progress {
    position: absolute;
    width: 95px;
    height: 95px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.10);
    filter: drop-shadow(0 7.445px 37.226px rgba(91, 182, 231, 0.40));
    backdrop-filter: blur(7.445px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: #fff;
    font-family: 'LamaSans-Medium';
    font-size: 1.1rem;
    letter-spacing: 0.571px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.product-progress::after {
    content: "";
    height: calc(100% + 3px);
    width: calc(100% + 3px);
    top: 49%;
    left: 50.2%;
    transform: translate(-50%, -50%);
    border: 3px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    position: absolute;
}
.progress-ring {
    position: absolute;
    inset: 0;        
    width: 100%;
    height: 100%;
}
.progress-ring svg {
    width: 100%;
    height: 100%;
}
.progress-ring-circle {
    fill: none;
    stroke: #0076C7;
    stroke-width: 3;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
}
.product-scrollbar {
    height: 3px;
    position: initial;
    background: rgba(22, 22, 22, 0.1);
    margin-top: 72px;
}
.product-scrollbar .swiper-scrollbar-drag {
    background-color: #161616;
}
.product-slider .common-arrow {
    top: 28%;
}
.product-slider .swiper-button-next {
    right: -5.5%;
}
.product-slider .swiper-button-prev {
    left: -5.5%;
}
.product-mobile-btn ul {
    justify-content: left;
}
.product-mobile-btn {
    margin-top: 25px;
    display: none;
}
/* ********* home-service-sec ******* */
.home-service-sec{
    padding-bottom: 50px;
    overflow: hidden;
}
.home-service-left-img {
   padding-top: 195px;
   padding-top: 20px;
   z-index: 1;
   /* position: relative; */
   width: 100%;
   /* max-width: 688px; */
   max-width: 87%;
   height: 407px;
   bottom: 45px;
   position: absolute;
}
.home-service-left-img img {
    height: 100%;
    object-fit: cover;
}
.home-service-left-text h2{
    padding-bottom: 34px;
}
.home-service-left{
    position: relative;
    background: #F0F7FC;
    border-radius: 20px;
    padding: 50px 0 44px;
    height: 100%;
}
.home-service-left-text{
    padding-left: 56px;
    
}
.home-service-left-merk{
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    padding-left: 10px;
    height: 100%;
    width: 100%;
}
.home-service-left-merk img{
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
}
.each-home-service{
    background: #F0F7FC;
    border-radius: 20px;
    padding: 30px;
}
.each-home-service-img img{
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-home-service-img{
    /* height: 100%; */
    width: 48%;
    height: 417px;
    border-radius: 10px;
    overflow: hidden;
}
.each-home-service {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-home-service:hover img {
    transform: scale(1.1);
}
.each-home-service-text{
    width: 52%;
    padding-bottom: 22px;
}
.home-service-sec .col-lg-5{
    width: 48.5%;
}
.home-service-sec .col-lg-7{
    width: 51.5%;
}
.home-service-slider {
    background: #F0F7FC;
    border-radius: 20px;
}
.home-service-slider-btn .common-arrow{
    top: 13%;
    width: 31px;
    height: 31px;
}
.home-service-slider-btn .common-arrow img{
    width: 11px;
}
.home-service-slider-btn .swiper-button-next {
    right: 85.5%;
}
.home-service-slider-btn .swiper-button-prev{
    left: 30px;
}
.home-service-slider .swiper-pagination {
    display: flex;
    justify-content: space-between;
    max-width: 118px;
    margin: 0 auto;
    font-size: 1.4rem;
    letter-spacing: 0.28px;
    font-family: 'LamaSans-Medium';
    background-color: transparent;
    color: transparent;
    top: 44px;
    right: 162px;
}
.home-service-slider .swiper-pagination span{
    color: #161616;
}
.home-service-slider .swiper-pagination::after {
    content: '';
    position: absolute;
    left: 48%;
    /* top: 50%; */
    top: 10px;
    transform: translate(-50%, -50%);
    background-color: #161616;
    height: 1px;
    width: 64%;
}
.each-home-service{
    display: flex;
    column-gap: 55px;
    align-items: end;
}
.each-home-service-text p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #161616;
    padding-top: 8px;
    padding-right: 5px;
    max-width: 310px;
}
.home-service-right-box{
    border-radius: 20px;
    background: #0076C7;
    padding: 30px;
    position: relative;
    height: 335px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.home-service-right-box::after{
    content: "";
    top: -7px;
    right: 0;
    position: absolute;
    width: 203px;
    height: 105px;
    background-image: url(../images/home-service-box-merk.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 105px;
    border-radius: 20px;
    overflow: hidden;
}
.service-right-img-text{
    position: absolute;
    bottom: 25px;
    left: 20px;
}
.service-right-img-text h4{
    color: #FFF;
}
.home-service-right-btm{
    margin-top: 13px;
}
.home-service-right-img-box{
    position: relative;
}
.home-service-right-btm-img img{
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.home-service-right-btm-img{
    height: 335px;
}
.home-service-right-img-box:hover::after{
    background-color: #0076C7;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-service-right-img-box::after{
    top: 20px;
    right:20px;
    position: absolute;
    width: 44px;
    height: 44px;
    background-color: #E20015;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-image: url(../images/home-service-img-arrow.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}
.home-service-box-btn.text-btn{
    max-width: max-content;
    color: #FFF;
}
.home-service-box-btn.text-btn::after{
    background-image: url(../images/btn-arrow.svg);
}
.home-service-box-text h4{
    color: #fff;
    padding-bottom: 10px;
}
.home-service-box-text p{
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-service-right-box:hover .text-btn::after{
    /* background-image: url(../images/text-btn-arrow.svg); */
    /* filter: brightness(0) saturate(100%) invert(45%) sepia(89%) saturate(1485%) hue-rotate(8deg) brightness(105%) contrast(103%); */
    filter: brightness(0) saturate(100%) invert(40%) sepia(57%) saturate(3535%) hue-rotate(338deg) brightness(71%) contrast(100%);
}
.home-service-right-box:hover .text-btn{
    color: #E20015;
}
.home-service-left-text .common-btn strong {
    background-color: #F0F7FC;
}
.home-service-left-text .common-btn:hover strong{
    background-color: #0076C7;
}
/****usp-marquee****/
.usp-marquee-sec {
    position: relative;
    width: 100%;
    background-color: #E20015;
    overflow-X: clip;
    z-index: 1;
}
.usp-marquee-outer {
    padding: 23px 0;
    background-color: #F0F7FC;
    overflow: hidden;
    transform: rotate(-1deg);
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
}
.usp-marquee-wrap ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}
.usp-marquee-wrap,
.usp-marquee-wrap ul {
    gap: 65px; 
}
.usp-marquee-wrap li {
	white-space: nowrap;
	line-height: normal;
    color: #161616;
    font-family: 'LamaSans-Medium';
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 0.48px;
    position: relative;
    /* padding-left: 40px; */
    margin-bottom: 0;
}
/* .usp-marquee-wrap li::after {
	height: 14px;
	width: 27px;
	top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/usp-icon.svg);
    background-position: center center;
    background-size: 27px;
    background-color: transparent;
} */
/****about-sec****/
.about-sec {
    background-color: #0F0F0F;
    padding: 110px 0 125px;
    position: relative;
    overflow: hidden;
}
.about-mark {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.about-img img {
    border-radius: 20px;
    overflow: hidden;
}
.about-info h2 {
    color: #fff;
    margin-bottom: 14px;
}
.about-top .col-lg-5 {
    width: 42%;
}
.about-top .col-lg-7 {
    width: 58%;
}
.about-info {
    padding-left: 94px;
}
.about-info p {
    max-width: 640px;
    width: 100%;
}
.about-btm {
    margin-top: 83px;
}
.each-about-btm {
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-about-btm::after {
    background-image: url(../images/about-frame-mark.svg);
    content: '';
    right: 0;
    top: 0;
    height: 99px;
    width: 122px;
    background-size: 122px;
    background-repeat: no-repeat;
    position: absolute;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-about-btm:hover {
    background-color: #0076C7;
}
.each-about-btm:hover::after {
    opacity: 1;
}
.each-about-btm-img img {
    overflow: hidden;
}
.each-counter-about h4,
.each-counter-about h6,
.each-about-btm-info h4 {
    color: #fff;
}
.each-about-btm .text-btn {
    color: #fff;
    font-size: 1.4rem;
    line-height: 17px;
    border-radius: 0;
    max-width: max-content;
    padding-left: 0;
}
.each-about-btm .text-btn::after {
    filter: brightness(0) invert(1);
    width: 13px;
    height: 9px;
    background-size: 13px;
    top: 5px;
}
.each-counter-about h6,
.each-about-btm-info p {
    margin-top: 8px;
}
.each-about-btm {
    border-radius: 10px 0 0 10px;
    background: #161616;
    overflow: hidden;
    padding: 28px 40px 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 20px;
    min-height: 328px;
    height: 100%;
}
.about-btm .col-xl-3:nth-child(3) .each-about-btm {
    border-radius: 0;
}
.about-btm .col-xl-3:nth-child(4) .each-about-btm {
    border-radius: 0 20px 20px 0;
}
.each-about-btm-info p {
    margin-bottom: 0;
}
.each-about-btm-img {
    height: 100%;
    position: relative;
    overflow: hidden;
}
.each-about-btm-img:hover img {
    transform: scale(1);
}
.each-about-btm-img img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-about-btm-img-info h4 {
    position: absolute;
    left: 0;
    bottom: 0px;
    padding: 28px 35px;
    color: #fff;
}
.each-about-btm-img::after {
    content: "";
    height: 44px;
    width: 44px;
    border: 1px solid #E20015;
    background-color: #E20015;
    border-radius: 5px;
    position: absolute;
    right: 32px;
    top: 27px;
    background-image: url(../images/about-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/****google-review****/
.google-review {
    background-color: #0F0F0F;
    padding-bottom: 90px;
}
/****insta-blog-sec****/
.insta-blog-sec {
    background-color: #0F0F0F;
    padding-bottom: 12px;
    overflow: hidden;
}
.each-insta-blog {
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-insta-blog-img {
    border-radius: 5px;
    overflow: hidden;
    height: 258px;
}
.each-insta-blog-img img {
    height: 100%;
    object-fit: cover;
}
.each-insta-blog-info {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    display: flex;
    gap: 10px;
    padding: 15px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: none;
}
.each-insta-blog::after {
    content: '';
    border-radius: 5px;
    background: linear-gradient(0deg, rgba(0, 118, 199, 0.60) 0%, rgba(0, 118, 199, 0.60) 100%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
}
.each-insta-blog-info img {
    width: 24px;
}
.each-insta-blog-info h6 {
    color: #fff;
}
.each-insta-blog:hover::after {
    opacity: 1;
}
.each-insta-blog:hover .each-insta-blog-info {
    opacity: 1;
}
.insta-blog-slider {
    margin-left: -3.5%;
    margin-right: -4%;
}
/****footer-area****/
.footer-area {
    background-color: #F0F7FC;
    position: relative;
    padding: 95px 0 48px;
    overflow: hidden;
}
.footer-mark {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.footer-logo img {
    width: 177px;
}
.each-footer-contact a {
    color: #161616;
    line-height: 28px;
}
.each-footer-contact td {
    line-height: 24px;
    letter-spacing: 0.32px;
}
.each-footer-contact td:first-child {
    padding-right: 4px;
}
.each-footer-contact a:hover {
    color: #0076C7;
}
.footer-contact {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    row-gap: 30px;
}
.footer-area .container {
    position: relative;
    z-index: 1;
}
.each-footer-contact h5 {
    margin-bottom: 14px;
}
.footer-social li {
    padding-left: 0;
}
.footer-social li::after {
    display: none;
}
.footer-social li a {
    border-radius: 5px;
    border: 1px solid #161616;
    overflow: hidden;
    height: 37px;
    width: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social li a img {
    width: 13px;
}
.footer-social ul {
    display: flex;
    gap: 13px;
}
.footer-social li a:hover {
    background-color: #fff;
    border-color: #fff;
}
.footer-credit {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.footer-credit a {
    color: #161616;
}
.footer-credit a:hover {
    color: #0076C7;
}
.footer-btm-logo li {
    padding-left: 0;
}
.footer-btm-logo li::after {
    display: none;
}
.footer-btm-logo li:last-child img {
    width: 52px;
}
.footer-btm-logo ul {
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: end;
}
.footer-btm {
    margin-top: 54px;
    padding-top: 34px;
    position: relative;
}
.footer-btm::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(15, 15, 15, 0.3);
    height: 1px;
    width: 100%;
}
.footer-mobile-btm-logo{
    display: none;
}
/* ============================================== diensten-dtl ============================================== */
/****back-btn****/
.back-btn {
    padding-top: 134px;
    padding-bottom: 0;
    position: relative;
}
.back-btn .common-btn::after {
    left: 5px;
    top: 4px;
    transform: rotate(-180deg);
}
.back-btn .common-btn {
    padding: 14px 5px 14px 54px;
    background-color: #F0F7FC;
    position: relative;
    top: 82px;
    z-index: 1;
}
.back-btn .common-btn strong {
    background-color: #fff;
}
.back-btn .common-btn:hover {
    background-color: #0076C7;
}
.back-btn .common-btn strong:hover {
    background-color: #0076C7;
}
/****diensten-dtl-top****/
.diensten-dtl-top {
    position: relative;
}
.diensten-dtl-top-mark {
    position: absolute;
    left: 0;
    top: -22%;
    pointer-events: none;
}
.diensten-dtl-top-img img {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.diensten-dtl-top-info {
    padding-top: 18%;
}
.diensten-dtl-top-img {
    padding-left: 9%;
    height: 100%;
}
.diensten-dtl-top-info ul {
    margin-bottom: 14px;
}
.diensten-dtl-top-info p {
    color: #161616;
    max-width: 650px;
    width: 100%;
}
.diensten-dtl-top-info a {
    color: #0076C7;
}
.diensten-dtl-top-info a:hover {
    color: #E20015;
}
.diensten-dtl-top-info h2 {
    margin-bottom: 11px;
}
.diensten-dtl-top-info h5 {
    margin-bottom: 8px;
}
/****diensten-dtl-mid****/
.diensten-dtl-mid {
    padding: 83px 0 70px;
    height: 100%;
}
.diensten-dtl-mid-right table {
    width: 100%;
}
.diensten-dtl-mid-right tr {
    display: block;
}
.diensten-dtl-mid-right td {
    display: block;
    margin-bottom: 25px;
    padding: 38px 50px 7px;
    border-radius: 20px;
    background: #F0F7FC;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diensten-dtl-mid-right td:last-child {
    margin-bottom: 0;
}
.diensten-dtl-mid-right td p {
    color: #161616;
}
.diensten-dtl-mid-left {
    height: 100%;
}
.diensten-dtl-mid-left h2 {
    font-family: 'Kanit-Medium';
    font-size: 4rem;
    line-height: 47px;
    max-width: 550px;
    width: 100%;
}
.diensten-dtl-mid-left .home-service-left-merk img {
    width: 100%;
}
.diensten-dtl-mid-left .home-service-left-img {
    height: 353px;
    max-width: 96%;
}
.diensten-dtl-mid-left .home-service-left-text {
    padding-left: 26px;
    margin-bottom: 57%;
    padding-right: 20px;
}
.diensten-dtl-mid-right h3 {
    margin-bottom: 12px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diensten-dtl-mid-right p {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diensten-dtl-mid-right {
    padding-left: 10px;
}
.diensten-dtl-mid-right td:hover {
    background-color: #0076C7;
}
.diensten-dtl-mid-right td:hover h3,
.diensten-dtl-mid-right td:hover p {
    color: #fff;
}
.diensten-dtl-mid .col-lg-5 {
    width: 44%;
}
.diensten-dtl-mid .col-lg-7 {
    width: 56%;
}
/****dtl-slider-sec****/
.dtl-slider-sec {
    background-color: #161616;
    padding: 162px 0 104px;
    overflow: hidden;
}
.dtl-slider-title h2 {
    color: #fff;
}
.dtl-slider-scrollbar {
    height: 3px;
    position: initial;
    background: rgba(255, 255, 255, 0.1);
    margin-top: 72px;
}
.dtl-slider-scrollbar .swiper-scrollbar-drag {
    background-color: #fff;
}
.dtl-slider-title {
    margin-bottom: 80px;
}
.dtl-slider .swiper-button-prev {
    left: -5.5%;
}
.dtl-slider .swiper-button-next {
    right: -5.5%;
}
.dtl-slider .common-arrow {
    border-color: rgba(255, 255, 255, 0.5);
    top: 40%;
}
.dtl-slider .common-arrow:hover {
    border-color: #E20015;
}
/* ============================================== diensten ============================================== */
/****inner-banner****/
.inner-banner .each-banner{
    height: 420px;
}
.inner-banner .banner-mark {
    height: 100%;
    width: 100%;
}
.inner-banner .banner-mark img {
    height: 100%;
}
/****list-sec****/
.list-sec {
   padding: 154px 0px 95px;
   position: relative;
}
.list-sec .overons-mark img {
    height: 100%;
    object-fit: cover;
}
.list-sec .row{
    row-gap: 17px;
    margin: 0 -9px;
}
.each-service-list {
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 20px;
}
.each-service-list::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(22, 22, 22, 0.60) 0%, rgba(22, 22, 22, 0.60) 100%);
    z-index: 1;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-list:hover:before{
     opacity: 1;
}
.each-service-list:after{
    position: absolute;
    content: '';
    width: 58px;
    height: 57px;
    background-image: url(../images/each-service-list-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    top: 26px;
    right: 26px;
    border: 1px solid #FAFAFA;
    border-radius: 5px;
    background-size: 20px;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-list:hover:after{
    background-color:#E20015;
    border:1px solid #E20015;
}
.each-service-list-img {
    height: 420px;
    position: relative;
}
.list-sec .col-lg-4{
    padding: 0 9px;
}
.each-service-list-img img {
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}
.each-service-list-txt h3 {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: #fff;
}
.each-service-list-txt {
    width: 100%;
    position: absolute;
    bottom: -11%;
    left: 0;
    padding: 25px 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
}
.each-service-list-txt p {
    color: rgba(255, 255, 255, 0.80);
    margin-top: 10px;
    margin-bottom: 0;
    width: 100%;
    max-width: 430px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2lh;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    max-width: 304px;
    width: 100%;
    margin-left: 0;
}
.each-service-list:hover .each-service-list-txt p {
    opacity: 1;
}
.each-service-list:hover .each-service-list-txt {
    bottom: 0%;
    /* padding: 36px 30px; */
}
.list-sec .container{
    position: relative;
    z-index: 1;
}
/* ============================================== werkplaats-list ============================================== */
/****werkplaats-list****/
.list-sec.werkplaats-list{
    padding: 142px 0px 95px;
}
/* ============================================== contact ============================================== */
/****map****/
.map {
    height: 411px;
    border-radius: 20px;
    overflow: hidden;
}
.each-contact-map {
    max-width: 97%;
}
/****contact-form-sec****/
.contact-form-wrap{
    position: relative;
    padding: 100px 0px 59px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.form-block {
    max-width: 640px;
    width: 100%;
}
.form-heading h2{
    color: #FFFFFF;
    padding-bottom: 10px;
}
.form-block .form-style {
    resize: none;
    font-family: 'LamaSans-Regular';
    color: #FFF;
    font-size: 1.6rem;
    padding: 12px 31px;
    letter-spacing: 0.32px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.70);
    background: rgba(217, 217, 217, 0.05);
}
.form-block .form-style:focus{
    background-color: #0076C7;
    border: 1px solid #0076C7;
    box-shadow: none;
}
.form-block .photo_upload,
.form-block .foto_upload {
    color: #fff;
}
.form-block .form-group{
    margin-bottom: 20px;
}
.form-block .form-style::placeholder{
    color: #fff;
}
.form-block .form-style:focus::placeholder{
    color: #FFF;
}
.form-heading p{
    margin-bottom: 33px;
}
.form-block textarea.form-style{
    height: 144px;
}
.form-block .sumbit-btn{
    margin-top: 51px;
}
.each-form-text{
    display: flex;
    align-items: self-start;
    column-gap: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 33px;
    margin-bottom: 74px;
}
.each-form-content h4{
    color: #FFF;
    padding-bottom: 7px;
}
.each-form-content p{
    margin-bottom: 0;
}
.form-info-text-wrap{
    max-width: 282px;
    width: 100%;
    margin-left: auto;
}
.each-form-content p a{
    color: rgba(255, 255, 255, 0.80);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-form-content p a:hover{
    color: #E20015;
}
.each-form-content td{
    color: rgba(255, 255, 255, 0.80);
}
.form-info-text-wrap .each-form-text:last-child {
    margin-bottom: 0px;
}
/* ============================================== werkplaats-dtl ============================================== */
/****werkplaats-dtl-mid****/
.werkplaats-dtl-mid .home-service-left-img {
    max-width: 66%;
    left: 50%;
    transform: translateX(-50%);
    height: 394px;
}
.werkplaats-dtl-mid .diensten-dtl-mid-left .home-service-left-text {
    margin-bottom: 61%;
}
.werkplaats-dtl-mid.diensten-dtl-mid .col-lg-7 {
    width: 54%;
}
.werkplaats-dtl-mid.diensten-dtl-mid .col-lg-5 {
    width: 46%;
}
.diensten-dtl-top-info p strong {
    font-weight: normal;
    font-family: 'LamaSans-Medium';
}
/* ============================================== over-ons ============================================== */
/****overoons-mid-sec*****/
.overoons-mid-sec{
    padding: 84px 0px 100px;
    position: relative;
}
.overoons-mid-sec .container{
    position: relative;
    z-index: 1;
}
.overons-mark{
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
}
.overoons-content-wrap h2{
    margin-bottom: 26px;
}
.overoons-content-wrap p{
    color: #161616;
}
.overoons-img-wrap{
    margin-top: 73px;
}
.overoons-img-wrap .each-img{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.overoons-img-wrap .each-img{
    height: 520px;
}
.overoons-img-wrap .each-img img{
    height: 100%;
    object-fit: cover;
}
/****team-sec****/
.team-sec{
    background: #0F0F0F;
    /* padding: 130px 0; */
    padding-bottom: 130px;
}
.team-heading h2{
    color: #FFF;
}
.team-heading{
    padding-bottom: 64px;
    border-top: 3px solid rgba(255, 255, 255, 0.10);
    padding-top: 122px;
}
.member-content-wrap{
    border-radius: 10px;
    border: 1px solid #0076C7;
    margin-top: 9px;
    margin-bottom: 9px;
    padding: 10px 20px 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.member-content-wrap h4{
    color: #fff;
}
.member-content-wrap p{
    margin: 0;
}
.each-member{
    border-radius: 10px;
    background: #161616;
    padding: 0 10px;
    height: 464px;
    border-radius: 10px;
    background: #161616;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.team-slider{
    position: relative;
}
.each-member:hover .member-content-wrap{
    background: #0076C7;
}
.team-slider .swiper-button-prev {
    left: -5.5%;
}
.team-slider .swiper-button-next {
    right: -5.5%;
}
.team-slider .common-arrow{
    border: solid 1px #FFFFFF80;
}
.team-slider .common-arrow:hover{
    border: solid 1px #E20015;
}
.team-scrollbar{
    height: 3px;
    position: initial;
    background: rgba(255, 255, 255, 0.10);
    margin-top: 58px;
}
.team-scrollbar .swiper-scrollbar-drag {
    background-color: #FFFFFF;
}
/****Overoons -info****/
.overoons-info{
    display: flex;
    column-gap: 18px;
    margin-top: 85px;
}
.each-overoons-box-counter{
    border:1px solid #0076C7;
    border-radius: 10px;
    width: 100%;
    max-width: 233px;
    /* height: 100%; */
    min-height: 177px;
    padding: 22px 30px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-overoons-box-counter h4,
.each-overoons-box-counter h6{
    color:#FFF
}
.each-overoons-box-counter:hover{
    background-color: #0076C7;
}
.each-overoons-box-counter h4 {
    margin-bottom: 5px;
    position: relative;
    padding-top: 20px;
}
.each-overoons-box-counter h4:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background-image: url(../images/overoons-info-shape.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    width: 27px;
    height: 14px;
    background-size: cover;
    filter: brightness(0) saturate(100%) invert(23%) sepia(84%) saturate(3874%) hue-rotate(342deg) brightness(80%) contrast(130%);
}
.about-sec.overoons-about-sec{
    padding: 143px 0 83px;
}
.overoons-about-sec .about-top .col-lg-5 {
    width: 48%;
}
.overoons-about-sec .about-top .col-lg-7 {
    width: 52%;
}
.overoons-about-sec .about-info {
    padding-left: 40px;
}
.overoons-about-sec .container {
    position: relative;
    z-index: 1;
}
.about-btm-sec {
    background-color: #0F0F0F;
    padding-bottom: 125px;
}
.about-btm {
    margin-top: 0;
}
/* ============================================== historie ============================================== */
.each-history-image-wrap{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 260px;
}
.historie-slider .swiper-button-next{
    right: -5.5%;
}
.historie-slider .swiper-button-prev{
    left: -5.5%;
}
.historie-slider{
    position: relative;
    margin-top: 77px;
}
.each-history-content h6{
    font-family: 'LamaSans-Medium';
    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
}
.each-history-content{
    margin-top: 19px;
}
.historie-scrollbar{
    height: 3px;
    position: initial;
    background: rgba(22, 22, 22, 0.1);
    margin-top: 37px;
}
.historie-scrollbar .swiper-scrollbar-drag {
    background-color: #161616;
}
.each-history-image-wrap{
    height: 260px;
}
.each-history-image-wrap img{
    height: 100%;
    object-fit: cover;
}
.historie-slider .common-arrow {
    border: 1px solid rgba(22, 22, 22, 0.5);
    top: 36%;
}
.historie-slider .common-arrow img{
    filter: rgba(22, 22, 22, 0.5);
}
.historie-slider  .common-arrow:hover{
    border-color: #E20015;
}
/* ============================================== popup ============================================== */
.modal-area .modal {
    background: rgba(1, 1, 1, 0.50);
    backdrop-filter: blur(7px);
}
.modal-area .modal-content {
    border: 0;
    position: relative;
    border-radius: 20px;
    background-color: #161616;
    backdrop-filter: blur(7px);
    overflow: hidden;
}
.modal-area .popup-content {
    padding: 40px 41px 40px 71px;
    background-color: #161616;
}
.close-img {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 48px;
    width: 48px;
    border-radius: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 1;
}
.modal-main-content .popup-content p {
    margin-bottom: 44px;
    margin-top: 40px;
}
.modal-main-content .col-lg-5 {
    width: 47%;
}
.modal-main-content .col-lg-7 {
    width: 53%;
}
.close-img img {
    width: 21px;
}
.modal-area .modal-dialog{
    max-width: 1098px;
    margin: 8% auto 0;
}
/* ============================================== bedankt ============================================== */
.banner-sec.bedankt .banner-left-part h1{
    padding-bottom: 38px;
}
/* ============================================== aanbod-dtl ============================================== */
/****aanbod-back-btn****/
.aanbod-back-btn{
    padding-top: 218px;
    padding-bottom: 0;
    position: relative;
}
.aanbod-back-merk img{
    height: 100%;
    object-fit: cover;
}
.aanbod-back-btn .common-btn::after {
    left: 5px;
    top: 4px;
    transform: rotate(-180deg);
}
.aanbod-back-btn .common-btn {
    padding: 14px 5px 14px 54px;
    background-color: #F0F7FC;
}
.aanbod-back-btn .common-btn:hover strong{
    background-color: #0076C7;
}
.aanbod-back-btn .common-btn:hover{
    background-color: #0076C7;
}
.aanbod-back-btn .common-btn strong{
    background-color: #fff;
}
/****aanbod-dtl-sec****/
.aanbod-dtl-merk {
    position: absolute;
    top: 120px;
    right: 0;
    pointer-events: none;
    height: 100%;
    /* z-index: -1; */
}
.aanbd-share-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 9px;
    margin-top: -44px;
    width: 300px;
    margin-left: auto;
    z-index: 1;
    position: relative;
}
.aanbd-share-btn p{
    margin-bottom: 0;
    color: #0F0F0F;
}
.share-btn{
    border: 1px solid rgba(22, 22, 22, 1);
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.share-btn:hover{
    background-color: rgba(0, 118, 199, 1);
    border-color:rgba(0, 118, 199, 1);
}
.share-btn:hover img{
    filter: brightness(0) invert(1);
}
.aanbod-dtl-top-slider{
    padding-top: 56px;
}
.each-aanbod-dtl-slider img{
    border-radius: 5px;
    overflow: hidden;
}
.aanbod-dtl-top-slider .swiper-button-next {
    right: -76px;
}
.aanbod-dtl-top-slider .swiper-button-prev{
    left: -76px;
}
.anbod-dtl-top-info-left{
    border-radius: 10px;
    background: #F0F7FC;
    padding: 9px;
    position: relative;
    /* overflow-y: clip; */
}
.anbod-dtl-left-merk {
    position: absolute;
    pointer-events: none;
    top: 0;
    right: 0;
}
.aanbod-dtl-top-info-right{
    border-radius: 10px;
    background: #F0F7FC;
    padding: 11px 17px 10px;
}
.aanbod-dtl-top-info{
    margin-top: 15px;
    z-index: 1;
    position: relative;
}
.aanbod-dtl-contact-img img{
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.aanbod-dtl-contact-img{
    height: 117px;
    width: 117px;
}
.aanbod-dtl-top-info .col-lg-5{
    width: 34%;
}
.aanbod-dtl-top-info .col-lg-7{
    width: 66%;
}
.aanbod-dtl-top-contact{
    display: flex;
    gap: 16px;
    margin-bottom: 28px;
}
.aanbod-dtl-contact-text p a{
    color: #161616;
}
.aanbod-dtl-contact-text p{
    margin-bottom: 6px;
}
.aanbod-dtl-contact-text h6{
    margin-bottom: 6px;
}
.aanbod-dtl-contact-text h6 a{
    color: #161616;
    position: relative;
}
.aanbod-dtl-contact-text h6 a:hover{
    color: rgba(0, 118, 199, 1);
}
.aanbod-dtl-contact-text h6 a:hover::after{
    background-color: #0076C7;
}
.aanbod-dtl-contact-text p a:hover{
    color: rgba(0, 118, 199, 1);
}
.aanbod-dtl-contact-text h6 a::after{
    content: "";
    background-color: #161616;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    height: 1px;
}
.aanbod-dtl-top-info-btn .common-btn strong{
    background-color: #F0F7FC;
}
.aanbod-dtl-top-info-btn .common-btn:hover strong{
    background-color: #0076C7;
}
.aanbod-dtl-top-info-btn{
    display: flex;
    gap: 15px;
}
.aanbod-dtl-contact-text h4{
    padding-bottom: 5px;
    font-family: 'LamaSans-Medium';
    line-height: 32px;
    letter-spacing: 0.48px;
    color: #0F0F0F;
}
.anbod-dtl-left-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 46px 42px;
    column-gap: 15px;
    position: relative;
    z-index: 1;
}
.anbod-dtl-left-text {
    max-width: 554px;
    width: 40%;
    margin-top: 11px;
}
.anbod-dtl-left-heading{
    width: 60%;
}
.anbod-dtl-left-text p{
    color: #161616;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1.8rem;
}
.detail-info-table{
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 15px 38px;
    z-index: 1;
    position: relative;
    display: flex;
    column-gap: 80px;
    align-items: center;
}
.anbod-dtl-left-heading h2{
    color: #0B1821;
}
.detail-info-table td h5{
    font-size: 1.6rem;
    color: rgba(22, 22, 22, 0.60);
    font-family: 'LamaSans-Regular';
    line-height: 24px;
    letter-spacing: 0.32px;
    padding-bottom: 2px;
}
/* .detail-info-table td h6 {
    font-size: 1.4rem;
    letter-spacing: normal;
} */
.detail-info-table td h4{
    padding-bottom: 2px;
}
.detail-info-table table{
    width: 100%;
}
.detail-info-table td:last-child::after{
    display: none;
}
.detail-info-table td:last-child{
    text-align: end;
}
.detail-info-table tr{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.detail-info-table td{
    position: relative;
}
.detail-info-table td::after {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 82px;
    content: "";
    background: rgba(22, 22, 22, 0.08);
}
.aanbod-dtl-contact-text p:last-child{
    margin-bottom: 0;
}
/****dtl-tab-sec****/
.dtl-tab-sec{
    background-color: #FFF;
    padding-top: 94px;
    padding-bottom: 94px;
}
.tab-btn ul.tabs li {
    position: relative;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    color: rgba(22, 22, 22, 0.60);
    text-transform: none;
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 0.48px;
    font-family: 'LamaSans-Medium';
    padding-left: 0;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding-bottom: 40px;
}
.tab-btn .tabs li.active {
    background-color: transparent;
    opacity: 1;
    position: relative;
    color: #161616;
}
.tab-btn .tabs li:hover::before{
    opacity: 1;
}
.tab-btn ul.tabs li:hover {
    color: #161616;
}
.tab_container.tab-content {
    /* max-width: 1100px; */
    padding-right: 10px;
    position: relative;
    z-index: 1;
}
.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 img {
    max-width: 40%;
    height: 30px;
    filter: invert(1);
    padding-right: 15px;
}
.tab_content li::after{
    background-color: #0076C7;
    background-image: none;
    border-radius: 100px;
}
.tab_drawer_heading {
    display: none;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
    column-gap: 10px;
    row-gap: 13px;
    justify-content: space-between;
    /* max-width: 1000px; */
}
.kenmerken-tab li {
    width: 25%;
    padding: 10px 24px 10px 24px;
    position: relative;
    color: rgba(22, 22, 22, 0.70);
    font-size: 1.8rem;
    line-height: 32px;
    letter-spacing: 0.4px;
    font-family: 'LamaSans-Medium';
    display: flex;
    column-gap: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 5px;
    /* background: #F5F5F5; */
}
.kenmerken-tab li em {
    font-style: normal;
    width: 44%;
}
/* .kenmerken-tab li:hover {
    border-radius: 5px;
    background: rgba(0, 118, 199, 1);
    border-color: rgba(0, 118, 199, 1);
    color: #fff;
} */
.kenmerken-tab li::after{
    content: "";
    background-color: #0076C7;
    border-radius: 100px;
    width: 8px;
    height: 8px;
    left: 7px;
    top: 23px;
    position: absolute;
    background-image: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: none;
}
/* .kenmerken-tab li:hover::after{
    background-color: #fff;
}
.kenmerken-tab li:hover strong {
    color: #fff;
} */
.kenmerken-tab li strong {
    font-weight: normal;
    display: block;
    color: #161616;
}
.kenmerken-tab {
    overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #161616;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.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: 10px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0076C7;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #0076C7;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    text-transform: none;
    color: #fff;
}
.each-onderhoud-block h4 {
    text-transform: none;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn {
    text-align: left;
    color: #fff;
    cursor: pointer;
    margin-top: 38px;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    max-width: fit-content;
    background-color: rgba(0, 118, 199, 1);
    padding: 13px 18px;
    border-radius: 8px;
}
.tab-btm-btn:hover {
    background-color: #E20015;
}
.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;
    backdrop-filter: blur(12px);
    background: #0000006b;
    top: 0;
    left: 0;
    z-index: 100;
}
.tab-popup-area {
    border-radius: 10px;
    background: #F5F5F5;
    position: relative;
    z-index: 101;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    overflow: hidden;
    max-width: 93%;
    border: 1px solid rgba(0, 118, 199, 1);
}
.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 #1E1E1E;
}
.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: 14px;
    filter: brightness(1) invert(1);
}
.tab-popup-area p {
    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;
    color: #161616;
}
.tab-popup-content h4 {
    line-height: 56px;
    margin-bottom: 20px;
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d8d8d8;
    line-height: 30px;
    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;
}
.show-popup {
    display: none;
}
.tab-btn .tabs li.active::after {
    transform: rotate(90deg);
    top: 2px;
    opacity: 1;
}
.tabs li::after {
    display: inline-block;
    content: url(../images/tab-arrow.svg);
    background-image: none;
    position: relative;
    top: -1px;
    left: 9px;
    background-color: transparent;
    width: 9px;
    height: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0.6;
    transform: none;
}
.tabs li:hover::after {
    opacity: 1;
}
.tab-right-btn .wp-btn {
    display: flex;
    align-items: center;
}
.tab-right-btn .wp-btn::before {
    content: '';
    height: 21px;
    width: 21px;
    background-image: url(../images/btn-wp.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 21px;
    margin-right: 8px;
    display: inline-block;
}
.tab-right-btn ul li::after {
    display: none;
}
.tab-right-btn ul {
    display: flex;
    column-gap: 16px;
    justify-content: end;
    margin-bottom: 0;
}
.tab-right-btn ul li {
    padding: 0;
}
/* .tab-content-wrap {
    padding-top: 32px;
} */
.tab-content p{
    color: #161616;
}
.tab-btn-wrap{
    border-bottom: 1px solid rgba(22, 22, 22, 0.10);
    padding: 10px 0 0px;
    margin-bottom: 37px;
    position: relative;
}
.tab-btn .tabs {
    display: flex;
    justify-content: left;
    width: 100%;
    column-gap: 30px;
    flex-wrap: wrap;
    row-gap: 25px;
}
.tab-btn ul.tabs li::before {
    content: "";
    position: absolute;
    left: 50%;
    /* top: 96px; */
    background-color: #161616;
    height: 1px;
    border-radius: 0;
    width: 0;
    transform: translateX(-50%);
    transition: all 0.5s;
    bottom: 0;
}
.tab-btn ul.tabs li.active::before, .tab-btn ul.tabs li:hover::before {
    width: 100%;
}
.tab_content.tab-img-ifram img{
    max-width: 100%;
    height: auto;
    filter: invert(0);
    padding: 0;
}
.tab_content.tab-img-ifram{
    margin-left: auto;
    margin-right: auto; 
    max-width: 1182px;
}
.tab-wp-btn .common-btn::after{
    display: none;
}
.tab-wp-btn {
    text-align: end;
}
.tab-wp-btn .common-btn{
    border-radius: 10px;
    background: #66C41F;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 12px 20px 12px;
    color: #FFF;
}
.tab-wp-btn .common-btn img{
    margin-right: 8px;
}
/****related-product-sec****/
.related-product-sec{
    background: #0F0F0F;
    padding-bottom: 105px;
    padding-top: 80px;
}
.related-product-slider .common-arrow {
    top: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5)
}
.related-product-slider .common-arrow:hover{
    border-color: rgba(180, 46, 42, 0.4);
}
.related-product-slider .swiper-button-prev {
    left: -5.5%;
}
.related-product-slider .swiper-button-next {
    right: -5.5%;
}
.related-product-slider .product-scrollbar{
    background-color: rgba(255, 255, 255, 0.10);
}
.related-product-slider .product-scrollbar .swiper-scrollbar-drag {
    background-color: #fff;
}
.related-product-heading{
    padding-bottom: 65px;
}
.related-product-heading-left h2{
    color: #fff;
}
/* ============================================== aanbod-list ============================================== */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 205px 0 64px;
    position: relative;
    background: linear-gradient(180deg, #F0F7FC  100%, #FFF 100%);
}
.aanbod-product-area {
    position: relative;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
    color: rgba(17, 17, 17, 0.75);
    font-size: 1.6rem;
    font-family: 'LamaSans-Regular';
    line-height: 24px;
}
.filter-reset img {
	width: 16px;
	margin-left: 5px;
	margin-bottom: 2px;
    /* filter: brightness(0) invert(1); */
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color:  rgba(0, 118, 199, 1);
}
.filter-reset a:hover img{
    filter: brightness(0) saturate(100%) invert(28%) sepia(82%) saturate(1701%) hue-rotate(183deg) brightness(96%) contrast(104%);
}
.aanbod-filter-sec .select-style {
    width: 100%;
    /* height: 54px; */
    color: #1D1D1B;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    border-radius: 10px;
    border: 4px solid #fff;
    background-color: rgba(240, 247, 252, 1);
    padding: 0 48px 0 18px;
    /* background: url(../images/filter-arrow.svg) #fff no-repeat 91% center / 13px; */
    appearance: none;
    line-height: 45px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
 
    
}
.aanbod-filter-sec .select-style::after{
    background-color: #0076C7;
    background-image: url(../images/filter-arrow.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    content: "";
    top: 0px;
    right: 0px;
    width: 44px;
    height: 44px;
    position: absolute;
    border-radius: 5px;
}
.aanbod-filter-sec .select-style:hover{
    border-color: rgba(0, 118, 199, 1);
    background-color: rgba(0, 118, 199, 1);
    color: #fff;
}
.aanbod-filter-sec .select-style.show {
    border-radius: 5px 5px 0 0;
    border-color: rgba(0, 118, 199, 1);
    background-color: rgba(0, 118, 199, 1);
    color: #fff;
}
.filter-wrap, 
.clear-filter-main-wrap {
    width: 100%;
}
.filter-wrap .row{
    row-gap: 15px;
}
.filter-main {
    margin-bottom: 20px;
}
.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 rgba(0, 118, 199, 1);
    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 label {
    color: #1D1D1B;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    /* color: #fff; */
    opacity: 0.65;
}
.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 #1D1D1B;
    background-color: #fff;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: rgba(0, 118, 199, 1);
    border-color: rgba(0, 118, 199, 1);
    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: rgba(0, 118, 199, 1);
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    border: 1px solid rgba(0, 118, 199, 1);
    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 img {
    filter: invert(1);
}
.auto-overview-tag:hover {
    background-color: #fff;
    color: #1D1D1B;
    border-color: #1D1D1B;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 20%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
	font-family: 'LamaSans-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: #161616;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    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: 50px;
    background-color: rgba(0, 118, 199, 1);
    border-color: rgba(0, 118, 199, 1);
    text-transform: capitalize;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 14px 5px;
}
.mobile-show-filter .common-btn::after {
    display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color: #E20015;
    border-color: #E20015;
    color: #fff;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #161616;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #161616;
	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: #161616;
    border-bottom: 1px solid #161616;
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    margin-left: auto;
    border: 1px solid #fff;
}
.mobile-filter-close span img {
	width: 9px;
}
.auto-overview-filter-result .total_search_records {
    margin-top: 0;
    background-color: rgba(0, 118, 199, 1);
    border: 1px solid rgba(0, 118, 199, 1);
    color: #fff;
    padding: 10px;
    border-radius: 0 50px 50px 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(180, 46, 42, 0.4);
    color: #fff;
    border-color: rgba(180, 46, 42, 0.4);
}
.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 .each-filter {
	margin-bottom: 0;
	width: 215px;
}
.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;
}
/****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(0, 118, 199, 1);
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(0, 118, 199, 0.4);
    border-color:  rgba(0, 118, 199, 0.4);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color:  rgba(0, 118, 199, 1);
}
.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: #161616;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 5px;
    border: 1px solid #161616;
    padding: 8px;
    background-color: #fff;
    width: 93px;
    color: #161616;
    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: #161616;
    font-size: 1.6rem;
    line-height: normal;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: rgba(0, 118, 199, 1);
}
.range-block label {
    color: #161616;
}
/****aanbod-list-product-sec****/
.aanbod-list-product-sec{
    background: linear-gradient(180deg, #F0F7FC 55.29%, #FFF 100%);
    padding-bottom: 105px;
}
.aanbod-list-product-sec .row{
    row-gap: 20px;
}
.aanbod-list-mid-img img{
    border-radius: 10px;
    overflow: hidden;
}
/* ============================================== verkocht ============================================== */
/****verkocht-list-sec****/
.verkocht-list-sec{
    padding-top: 236px;
    padding-bottom: 148px;
    background: linear-gradient(180deg, #F0F7FC 55.29%, #FFF 100%);
}
.verkocht-list-sec .each-product-table{
    width: 100%;
}
.verkocht-list-sec .row{
    row-gap: 20px;
}
/* ============================================== vacature-dtl ============================================== */
/****vacature-dtl-mid****/
.vacature-dtl-mid .diensten-dtl-mid-right table {
    width: 100%;
    height: 100%;
}
.vacature-dtl-mid .diensten-dtl-mid-right td {
    padding-bottom: 30px;
    min-height: 48%;
}
.vacature-dtl-mid .diensten-dtl-mid-right td:hover li {
    color: #fff;
}
.vacature-dtl-mid .diensten-dtl-mid-right tbody {
    height: 100%;
}
.vacature-dtl-mid .diensten-dtl-mid-right tr {
    height: 100%;
}
.vacature-dtl-mid  .diensten-dtl-mid-right {
    height: 100%;
}
.vacature-dtl-mid .diensten-dtl-mid-right li {
    margin-bottom: 10px;
}
.vacature-dtl-mid .diensten-dtl-mid-right td:hover li::after {
    filter: brightness(0) invert(1);
}
/* ============================================== diensten-dtl ============================================== */
section.diensten-dtl-top-sub-sec {
    padding-top: 30px;
}
.diensten-dtl-top-sub-sec .diensten-dtl-top-img{
    padding-left: 0;
}
.diensten-dtl-top-sub-sec  .diensten-dtl-top-info{
    padding-left: 11%;
    padding-top: 0;
}
.diensten-dtl-top-info li {
    margin-bottom: 10px;
}




/*******************************************************/

/*******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 h5{
    padding-bottom: 10px;
    /* text-transform: uppercase; */
    padding-top: 15px;
    margin-bottom: 15px;
    color: #1F1F1F;
    border-bottom: 1px solid #0B1931;
    padding-bottom: 10px;
    /* font-family: 'Poppins-Medium'; */
    font-size: 2.4rem;
    line-height: 32px;

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


.carpass-img {
    width: 115px;
}

/****fix-wp****/
.fix-wp-float {
    position: fixed;
    height: 48px;
    width: 48px;
    background-color: #25D366;
    border-radius: 100%;
    z-index: 98;
    bottom: 50px;
    right: 30px;
}
.fix-wp-float img {
    width: 22px;
}
.fix-wp-float a {
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix-wp-float 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;
	}
}
.each-service:hover .each-service-arrow .common-arrow-part{
    background-color: #FAFAFA;
}
.privacy_section h2{
    padding-top: 85px;
}
.privacy_section p {
    color: #161616;
}
.privacy_section {
    padding: 60px 0;
}
.each-price-table li::after {
    display: none;
}
.range-sec .range-area .fill{
    background-color: #121212;
}
.iframe-footer {
    border: 0;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    display: block;
    border-radius: 0;
    max-width: 100%;
}
.calsty{
    border: 0;
    width: 100%;
    /* height: 690px; */
    background: transparent;
}
.dNtlyB {
    display: none !important;
}
.select2-results li::after {
    display: none;
}
.voorraadwekker_widget_section .form_part .voorraadwekker_btn {
    background-color: #0076C7 !important;
}
.share-social-media-button .a2a_dd svg {
    margin-right: 0 !important;
}
.share-social-media-button {
    display: flex;
    align-items: center;
    gap: 10px;
}
.share-social-media-button .a2a_dd:hover svg {
    filter: brightness(0) invert(1) !important;
}
.voorraadwekker_widget_section .voorraadwekker_widget_container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.calculator-sec {
    padding: 60px 0 30px !important;
}
#autoflex-oa-app h1 {
    color: #0076C7 !important;
}
#autoflex-oa-app .fc-toolbar-title {
    color: #0076C7 !important;
}
#autoflex-oa-app .fc-scrollgrid-sync-inner a {
    color: #0076C7 !important;
}
#autoflex-oa-app p {
    color: #161616 !important;
}
.werkplaats-iframe-sec {
    padding-bottom: 50px;
}
.werkplaats-iframe-sec {
    padding-top: 100px;
}
/******************history-top-sec****************/
.history-top-sec {
    position: relative;
    padding: 115px 0 100px;
}
.history-top-sec .container {
    position: relative;
    z-index: 1;
}
.history-top-title {
    text-align: center;
    margin-bottom: 50px;
}
.each-history-top-block-img {
    padding-right: 11%;
}
.each-history-top-block-info {
    padding-left: 11%;
    position: relative;
}
.each-history-top-block-info::after {
    position: absolute;
    content: '';
    left: -21px;
    top: 50%;
    transform: translateY(-50%);
    height: 26px;
    width: 26px;
    background-color: #0076C7;
    border-radius: 5px;
}
.each-history-top-block-img img {
    border-radius: 10px;
    overflow: hidden;
}
.each-history-top-block-info p {
    color: #161616;
}
.each-history-top-block .row.flex-row-reverse .each-history-top-block-img {
    padding-left: 11%;
    padding-right: 0;
}
.each-history-top-block .row.flex-row-reverse .each-history-top-block-info {
    padding-right: 11%;
    padding-left: 0;
}
.each-history-top-block {
    margin-bottom: 17px;
}
.history-top-block {
    position: relative;
}
.history-top-block::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background-color: #0076C7;
    height: 100%;
    width: 1px;
}
.each-history-top-block .row.flex-row-reverse .each-history-top-block-info::after {
    position: absolute;
    content: '';
    right: -21px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    height: 26px;
    width: 26px;
    background-color: #0076C7;
    border-radius: 5px;
}
#tab5 iframe{
	height:900px;
}
.bovag-logo img {
    width: 80px;
}


.detail-info-table em {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 98%;
    left: 113px;
    min-width: 285px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    font-style: normal;
    text-align: left;
    font-size: 1.6rem;
    color: #161616;
    font-family: 'LamaSans-Regular';
    line-height: 24px;
    letter-spacing: 0.32px;
    padding: 20px;
    z-index: 1;
}
.detail-info-table img {
    height: 13px;
    width: 13px;
    object-fit: cover;
    margin-bottom: 3px;
}
.detail-info-table td:last-child {
    display: flex;
    column-gap: 5px;
    align-items: center;
}
.detail-info-table span:hover em {
    opacity: 1;
    pointer-events: all;
}
.detail-info-table em::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 14%;
    transform: rotate(180deg);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #fff;
    pointer-events: none;
}


.detail-info-table td h6 {
    color: #161616;
    font-family: 'Kanit-Medium';
}
.detail-info-table td:last-child {
    display: block;
    text-align: left;
}
.detail-info-table td::after {
    right: -11px;
}