body {
	padding: 0px;
	margin: 0px;
	color: rgba(1, 1, 1, 0.70);
    font-family: 'AcariSans-Regular';
    font-size: 1.6rem;
    background-color: #fff;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    border-color: rgba(255,255,255,0.1);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.1);
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
/****cookie-fix****/
.cmn-cookie-info ul {
    margin-bottom: 0;
}
.cmn-cookie-info li {
    padding-left: 0;
    margin-bottom: 0;
}
.cmn-cookie-info li::after {
    display: none;
}
.cookie-close img {
    width: 15px;
}
/****iframe-footer****/
.iframe-footer {
    border: 0;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    display: block;
}
/* ============================================== index ============================================== */
/****custom-cursor****/
.custom-cursor,
.product-cursor {
    position: fixed;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.cursor-hover,
.product-cursor-hover {
    width: 102px;
    height: 102px;
    background-color: #F7E7CE;
    border: 1px solid #F7E7CE;
}
.custom-cursor::after,
.product-cursor::after {
    content: "";
    border-radius: 100%;
    background-color: #010101;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
}
.product-cursor::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/custom-cursor-arrow.svg);
    background-size: cover;
    height: 28px;
    width: calc(100% + 60px);
    background-repeat: no-repeat;
    background-position: center;
}
.custom-cursor.cursor-hover::after,
.product-cursor.product-cursor-hover::after {
    height: 20px;
    width: 20px;
}
/****fix-wp****/
.fix-wp {
    position: fixed;
    height: 63px;
    width: 63px;
    background-color: #25D366;
    border-radius: 100px;
    z-index: 98;
    bottom: 15%;
    right: 35px;
}
.fix-wp a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix-wp a img {
    width: 24px;
}
/****fix-rating****/
.fix-rating {
    position: fixed;
    z-index: 98;
    bottom: 35%;
    right: 0;
}
.fix-rating a img {
    width: 100px;
    height: 351px;
}
/****header-area****/
.header-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-active {
    background-color: #010101;
    border-bottom: 1px solid #F7E7CE;
}
.header-logo img {
	width: 134px;
}
.header-top {
	padding: 28px 0;
}
.header-right {
	display: flex;
	align-items: center;
	justify-content: end;
}
.header-nav li a,
.header-nav li {
    font-size: 1.6rem;
    font-family: 'SegoeUI';
    line-height: normal;
}
.header-nav > ul > li > a:hover,
.header-nav > ul > li >:hover {
    font-weight: 700;
    color: #fff;
}
.header-nav > ul {
	display: flex;
	column-gap: 47px;
	padding: 0;
	margin: 0;
	list-style: none;
    justify-content: center;
}
.header-nav .dropdown > a {
	position: relative;
	padding-right: 20px;
	padding-bottom: 20px;
}
.header-nav .dropdown > a:hover {
    /* font-weight: normal; */
}
.header-nav .dropdown > a::before {
	content: "";
	height: 12px;
	width: 12px;
	position: absolute;
	right: 0;
	top: 6px;
	background-image: url(../images/header-d-arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px;
}
.header-nav .dropdown-menu {
	border-radius: 5px;
	background-color: #F7E7CE;
    min-width: 200px;
    padding: 20px 15px;
    border: 0;
    display: block;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    max-height: 500px;
    overflow-y: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-nav .dropdown-menu::-webkit-scrollbar {
	display: none;
}
.header-nav .dropdown-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.header-nav li {
    padding-left: 0;
}
.header-nav li::after {
    display: none;
}
.header-nav .dropdown-menu li a {
    background-color: #F7E7CE;
    color: #010101;
    font-family: 'SegoeUI';
    font-size: 1.4rem;
    line-height: 12px;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid #010101;
    font-weight: normal;
}
.header-nav .dropdown-menu li:last-child a {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.header-nav .dropdown:hover .dropdown-menu {
	pointer-events: all;
	opacity: 1;
	top: 40px;
}
.header-nav .dropdown-toggle::after {
	display: none;
}
.header-nav .dropdown-menu li a:hover {
	color: rgba(1, 1, 1, 0.6);
}
.header-nav .vac-dropdown .dropdown-menu {
	min-width: 200px;
}
.header-social ul {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.header-social li {
    padding-left: 0;
}
.header-social li::after {
    display: none;
}
.header-social li a {
    border: 1px solid rgba(153, 153, 153, 0.5);
    border-radius: 100%;
    height: 36px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-social li a img {
    width: 12px;
    height: 12px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-social li a:hover {
    background-color: #F7E7CE;
}
.header-social li a:hover img {
    filter: brightness(0);
}
.header-top .row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    padding-bottom: 34px;
}
.header-active .header-top .row {
    border-bottom: 0;
    padding-bottom: 0;
}
/****mobile-menu****/
.mobile-menu {
	display: none;
	clip-path: inset(0 0 100% 0);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-menu-active {
	clip-path: inset(0 0 0 0);
}
.menu-bar {
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
    max-width: 24px;
    width: 100%;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar .common-btn {
    padding: 12px 30px;
}
.menu-bar .common-btn::after {
    display: none;
}
.header-active .menu-bar .common-btn:hover {
    border-color: #F7E7CE;
}
.header-active .header-btn .common-btn:hover {
    border-color: #F7E7CE;
}
/* .menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 2px;
    margin: 5px 0 5px auto;
    width: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar.menu-bar-active  div {
    transform: scale(0);
}
.menu-bar.menu-bar-active:before {
    transform: translateY(6px) rotate(135deg);
}
.menu-bar.menu-bar-active:after {
    transform: translateY(-8px) rotate(-135deg);
} */
.mobile-menu {
    display: block;
    position: fixed;
    top: 99px;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    padding: 50px 0 135px;
}
.mobile-menu .container {
    height: 100%;
}
.mobile-menu .header-nav {
    height: 100%;
    overflow-y: auto;
    border-radius: 10px;
    padding-right: 10px;
}
.mobile-menu .header-nav::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(24, 33, 57, 0.1);
    border-radius: 10px;
}
.mobile-menu .header-nav::-webkit-scrollbar-thumb {
    background-color: rgba(24, 33, 57, 0.2);
    border-radius: 10px;
}
.mobile-menu .header-nav > ul {
    display: block;
}
.mobile-menu .header-nav > ul > li {
    margin-bottom: 10px;
    border-bottom: 1px solid #010101;
    padding-bottom: 10px;
    color: #010101;
}
.mobile-menu .header-nav li a {
    color: #010101;
}
.mobile-menu .header-nav .dropdown-menu {
	position: relative;
	transform: translateX(0);
	left: 0;
	top: 20px;
	height: 0;
	max-height: 0;
	overflow-y: hidden;
	overflow-x: hidden;
	padding: 0;
}
.mobile-menu .header-nav .dropdown {
	position: relative;
}
.mobile-menu .header-nav .dropdown::before {
    content: "";
    height: 12px;
    width: 10px;
    position: absolute;
    right: 0;
    top: 6px;
    background-image: url(../images/header-d-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px;
    filter: brightness(0);
    -webkit-filter: brightness(0);
}
.mobile-menu .header-nav .dropdown:hover .dropdown-menu {
	top: 20px;
}
.mobile-menu .header-nav .dropdown-menu {
	pointer-events: all;
	opacity: 1;
	top: 20px;
	min-width: 100%;
}
.mobile-menu .header-nav .dropdown-menu.show-dropdown {
	top: 20px;
	height: auto;
	padding: 10px;
	margin-bottom: 40px;
	max-height: max-content;
	overflow-y: visible;
}
.mobile-menu .header-nav .dropdown > a {
	padding-bottom: 0;
}
.mobile-menu .header-nav .dropdown > a::before {
	opacity: 0;
}
/* .mobile-menu .dropdown.header-menu-dropdown .dropdown-toggle:hover,
.mobile-menu .dropdown.header-menu-dropdown .dropdown-toggle {
    color: #010101;
}
.mobile-menu .dropdown-menu.show-dropdown a:hover {
    color: rgba(1, 1, 1, 0.6);
} */
/* .mobile-menu .header-nav li.dropdown.header-menu-dropdown:hover {
  font-weight: normal;
} */
/*****banner-sec***/
.banner-sec {
	position: relative;
}
.banner-sec::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(0deg, rgba(1, 1, 1, 0.00) 0%, rgba(1, 1, 1, 0.76) 100%);
	z-index: 1;
}
.banner-video, .each-banner {
	height: 927px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
	overflow: hidden;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content {
    position: absolute;
    left: 0;
/*    top: 43%;*/
    top: 49%;
	transform: translateY(-50%);
    width: 100%;
	z-index: 2;
}
.banner-content .common-btn {
	margin-top: 38px;
}
.banner-filter-wrap {
    position: absolute;
    left: 50%;
    bottom: 32px;
    transform: translateX(-50%);
    width: 100%;
    z-index: 2;
    border-radius: 10px;
    background-color: #FFF;
    backdrop-filter: blur(7px);
    max-width: 825px;
    margin: 0 auto;
}
.banner-filter h4 {
    color: #010101;
    margin-bottom: 28px;
}
/****filter****/
.filter-reset a {
    color: #010101;
}
.filter-reset img {
    width: 9px;
    margin-left: 5px;
    margin-bottom: 2px;
    filter: brightness(100) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
    color: #cba76f;
}
.filter-reset a:hover img {
    filter: brightness(0) saturate(100%) invert(98%) sepia(14%) saturate(4763%) hue-rotate(306deg) brightness(92%) contrast(71%);
}
.select-style {
    width: 100%;
    height: 53px;
    color: #010101;
    background-color: transparent;
    border: 1px solid #010101;
    border-radius: 100px;
    padding: 0 30px 0 18px;
    appearance: none;
    line-height: 53px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    transition: none;
    -webkit-transition: none;
}
.select-style.show {
    border-radius: 0;
}
.filter-main {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.filter-main .row {
    row-gap: 20px;
    align-items: center;
}
.filter-main option {
    font-family: 'SegoeUI';
    background-color: #010101;
}
.filter-content::-webkit-scrollbar {
    background-color: #dbdbdb;
    width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
    background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.filter-main label {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-size: 1.4rem;
    cursor: pointer;
}
.filter-main label:last-child {
    margin-bottom: 0;
}
.filter-main label span {
    float: right;
    color: #fff;
    opacity: 0.65;
}
.filter-main .form-check-input {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 3px;
}
.filter-main .form-check-input:checked {
    background-color: transparent;
    border-color: #fff;
}
.auto-overview-tag {
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #010101;
    border-radius: 6px;
    background-color: #F7E7CE;
    font-size: 1.4rem;
    border: 1px solid #fff;
}
.cross-btn {
    width: 9px;
    filter: brightness(0);
}
.auto-overview-tag:hover {
    background-color: #010101;
    color: #fff;
}
.auto-overview-tag:hover img {
    filter: brightness(0) invert(1);
}
.aanbod-filter {
    margin-bottom: 0;
    /* width: 25%; */
}
.total_search_records {
    margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 92px;
    background-color: #242424;
    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 {
    padding-right: 30px;
}
.mobile-show-filter .common-btn::after {
    display: none;
}
.mobile-show-filter .common-btn:hover {
    border-color: #F7E7CE;
}
.filter-count {
    min-width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 100%;
    color: #242424;
    border: 1px solid #fff;
    margin-left: 15px;
    font-size: 1.3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn:hover .filter-count {
    background-color: #F7E7CE;
    color: #010101;
    border-color: #F7E7CE;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #010101;
}
.mobile-filter-close span {
    max-width: 32px;
    width: 100%;
    height: 32px;
    background-color: #F7E7CE;
    border-radius: 50%;
    margin-left: auto;
    border: 1px solid #F7E7CE;
}
.mobile-filter-close span img {
    width: 10px;
    filter: brightness(100) invert(1);
    -webkit-filter: brightness(100) invert(1);
}
.auto-overview-filter-result .total_search_records {
    margin-top: 0;
    color: #1C1C1C;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records h4 {
    font-size: 1.6rem;
    color: #fff;
}
.auto-overview-filter-result .total_search_records:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.auto-overview-filter-result .common-btn::after {
    display: none;
}
.cursor-pointer {
    cursor: pointer;
}
.filter-sort {
    display: flex;
    align-items: center;
    justify-content: end;
}
.filter-sort .sorteren_op-filter {
    width: 210px;
}
.filter-sort .select-style.show {
    border-color: rgba(255, 255, 255, 0.50);
}
.filter-sort label {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-size: 1.4rem;
    cursor: pointer;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.clear-filter-main {
    margin-top: 30px;
}
.clear-filter-wrap {
    /* padding-left: 14%; */
}
.aanbod-filter-sec .filter-main {
    position: initial;
    z-index: 0;
}
.filter-btn {
    width: 12%;
}
/****banner-filter****/
.banner-filter {
    padding: 33px 33px 25px;
    position: relative;
    z-index: 2;
}
.banner-sec .filter-main .col-lg-4 {
    width: 40%;
}
.banner-sec .select-style {
    color: #010101;
    border: 1px solid #ECECEC;
    border-radius: 0;
	font-size: 1.6rem;
    padding: 0 45px 0 32px;
    background-color: #ECECEC;
    border-radius: 100px;
    appearance: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    position: relative;
}
.banner-sec .select-style::after {
    content: '';
    position: absolute;
    right: 24px;
    top: 17px;
    height: 16px;
    width: 16px;
    background-image: url(../images/filter-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
}
.banner-sec .select-style.show {
    border-radius: 5px 5px 0 0;
}
.banner-sec .filter-main option {
    font-family: 'SegoeUI';
    background-color: #010101;
}
.banner-sec .filter-btn .common-btn {
    margin-top: -10px;
    padding: 12px 42px;
}
.banner-sec .filter-btn .common-btn::after {
    display: none;
}
.filter-content {
    display: none;
    background: #ECECEC;
    padding: 10px 10px 15px;
    border: 1px solid #ECECEC;
    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;
}
.banner-sec .filter-content.show-div {
    display: block;
}
.banner-sec .filter-main label {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    cursor: pointer;
    color: #010101;
}
.filter-main .form-check-input {
    border-color: #010101;
}
.banner-sec .filter-main label:last-child {
    margin-bottom: 0;
}
.banner-sec .filter-main label span {
    float: right;
    color: #010101;
    opacity: 0.65;
}
.banner-sec .filter-main .form-check-input:checked {
    background-color: #010101;
    border-color: #010101;
}
.banner-sec .filter-main {
    max-width: 816px;
    margin: 0 auto;
    width: 100%;
    border: 0;
    background: none;
    border-radius: 0;
    position: relative;
    z-index: 1;
    padding-top: 0;
    padding-bottom: 0;
}
.banner-sec .filter-main option {
    font-family: 'SegoeUI';
    background-color: #fff;
}
.banner-sec .filter-main .filter-btn {
    width: 20% !important;
}
/****product-sec****/
.product-sec {
    padding: 123px 0 120px;
    overflow-x: clip;
    position: relative;
}
.sec-mark.product-top-mark {
    top: -10%;
}
.sec-mark.product-btm-mark {
    top: auto;
    bottom: -8%;
    left: 0;
    right: auto;
}
.product-title {
    margin-bottom: 58px;
    text-align: center;
}
.product-slider {
    width:100vw;
    margin-left:-50vw;
    left:50%;
    position:relative;
}
.each-product-img {
    border-radius: 10px;
    overflow: hidden;
}
.each-product {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-info {
    border-radius: 10px;
    border: 1px solid rgba(1, 1, 1, 0.10);
    background: #FFF;
    overflow: hidden;
    padding: 30px 24px 24px;
    margin-top: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-type h4,
.product-type p {
    color: #010101;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-type p,
.product-price p {
    margin-bottom: 0;
    line-height: normal;
    margin: 8px 0 20px;
}
.product-price h4,
.product-price p {
    color: #010101;
}
.product-table tr {
    display: flex;
}
.product-table td {
    vertical-align: top;
    color: #010101;
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
    line-height: normal;
}
.product-table td img {
    margin-right: 8px;
    width: 29px;
    height: 20px;
}
.product-table td::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #090A0E;
}
.each-product-info td:last-child::after {
    display: none;
}
.each-product-info td:last-child {
    padding-right: 0;
    margin-right: 0;
}
.product-btn {
    text-align: center;
    margin-top: 78px;
}
.product-slider .swiper-scrollbar {
    height: 1px;
    background-color: #ccc;
    max-width: 71%;
    margin: 38px auto 0;
}
.product-slider .swiper-scrollbar-drag {
    background-color: #323432;
    cursor: grab;
}
.each-product:hover .each-product-info {
    background-color: #F7E7CE;
    border-color: #F7E7CE;
}
/*****service-sec****/
.service-sec {
    background-color: #010101;
    padding: 121px 0 19px;
    position: relative;
    overflow: hidden;
}
.sec-mark {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.service-title {
    max-width: 738px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 75px;
}
.service-title h2,
.service-title p {
    color: #fff;
}
.service-title p {
    margin: 30px 0 36px;
}
.service-title ul {
    display: flex;
    column-gap: 16px;
    justify-content: center;
}
.service-title li {
    padding-left: 0;
}
.service-title li::after {
    display: none;
}
.service-title .common-btn:hover {
    border-color: #F7E7CE;
}
.each-service {
    border: 1px solid #808080;
    border-left: 0;
    position: relative;
    overflow: hidden;
}
.each-service::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #010101 0%, #010101 100%);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(1, 1, 1, 0.60) 0%, rgba(1, 1, 1, 0.60) 100%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
}
.service-area .row .col-lg-6:nth-child(even) .each-service {
    border-right: 0;
}
.service-area .row .col-lg-6:nth-last-child(2) .each-service,
.service-area .row .col-lg-6:last-child .each-service {
    border-top: 0;
}
.lees-meer-btn {
    color: #F7E7CE;
    font-family: 'AcariSans-Bold';
    font-size: 1.6rem;
    line-height: 24px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 8%;
    text-underline-offset: 24%;
    text-underline-position: from-font;
    text-decoration-color: #F7E7CE;
    background-color: transparent;
    border: 0;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-round {
    position: absolute;
    top: 0;
    left: 0;
    padding: 42px;
    z-index: 1;
}
.service-round strong {
    width: 34px;
    height: 34px;
    display: flex;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-txt {
    width: 100%;
    position: absolute;
    bottom: -30%;
    left: 0;
    padding: 42px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
}
.each-service-img {
    position: relative;
    height: 427px;
}
.each-service-img img {
    height: 100%; 
    object-fit: cover;
}
.each-service h4 {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-txt p {
    color: #fff;
    margin: 21px 0 35px;
    width: 100%;
    max-width: 454px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-txt p,
.lees-meer-btn {
    opacity: 0;
}
.each-service:hover .each-service-txt {
    bottom: 0;
}
.each-service:hover .each-service-txt p,
.each-service:hover .lees-meer-btn,
.each-service:hover::after {
    opacity: 1;
}
.each-service:hover .service-round strong {
    background-color: #fff;
}
.service-area .row .col-lg-6:nth-child(odd) .each-service .service-round,
.service-area .row .col-lg-6:nth-child(odd) .each-service .each-service-txt {
    padding-left: 104px;
}
.each-service:hover h4 {
    background: linear-gradient(90deg, #F7E7CE 0%, #FDF7EE 45.32%, #FFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*****about-sec***/
.about-sec {
    padding: 109px 0;
    overflow-x: clip;
}
.about-info .common-btn {
    padding: 10px 23px;
}
.about-info .common-btn::after {
    display: none;
}
.about-mid-img {
    border-radius: 10px;
    overflow: hidden;
}
.about-area .col-lg-3 {
    width: 26%;
}
.about-area .col-lg-4 {
    width: 33%;
}
.about-area .col-lg-5 {
    width: 41%;
}
.each-about-slider h4 {
    color: #323432;
    line-height: normal;
}
.about-right {
    padding-left: 43px;
    margin-top: 18%;
}
.about-right-img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    left: -33%;
    width: 750px;
    padding-bottom: 59px;
}
.about-right-img img {
    border-radius: 10px;
    overflow: hidden;
}
.each-about-slider {
    max-width: 400px;
    width: 100%;
    margin-bottom: 82px;
}
.each-about-slider p {
    margin-top: 22px;
}
.about-slider .swiper-scrollbar {
    height: 1px;
    background-color: #ccc;
    max-width: 100%;
    margin: 0 auto 0;
}
.about-slider .swiper-scrollbar-drag {
    background-color: #323432;
    cursor: grab;
}
.about-info h2,
.about-info p {
    color: #323432;
}
.about-info p {
    margin: 20px 0 57px;
}
/****counter-sec****/
.counter-sec {
    padding: 80px 0 310px;
    background-position: center top;
}
.counter-title {
    margin-bottom: 150px;
}
.counter-title h2 {
    color: #fff;
}
.counter-area {
    display: flex;
    justify-content: center;
}
.each-counter {
    text-align: center;
    padding: 0 104px;
    position: relative;
}
.each-counter::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: calc(100% + 147px);
    background-color: #fff;
}
.each-counter:last-child::after {
    display: none;
}
.each-counter:first-child {
    padding-left: 0;
}
.each-counter:last-child {
    padding-right: 0;
}
.each-counter h4 {
    font-size: 3.2rem;
    margin-bottom: 10px;
}
.each-counter p {
    color: #fff;
}
/****google-review****/
.google-review {
    position: relative;
}
.google-review::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #010101;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.google-review-wrap {
    position: relative;
    margin-top: -172px;
}
.inner-google-review::after {
    height: 61%;
}
/* .inner-google-review{
    margin-top: 290px;
} */
/****footer-area****/
.footer-area {
    background-color: #010101;
    padding: 128px 0 32px;
    position: relative;
    overflow: hidden;
}
.sec-mark.footer-btm-mark {
    left: 0;
    bottom: 0;
    top: auto;
    height: 608px;
    width: 608px;
}
.sec-mark.footer-btm-mark img {
    height: 100%;
    object-fit: cover;
}
.footer-area .container {
    position: relative;
    z-index: 1;
}
.footer-social li {
    padding-left: 0;
}
.footer-social li::after {
    display: none;
}
.footer-social ul {
    display: flex;
    align-items: end;
    justify-content: end;
    column-gap: 10px;
    row-gap: 10px;
}
.footer-social li a {
    border-radius: 100px;
    border: 1px solid rgba(153, 153, 153, 0.5);
    width: 35px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-social li a img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-logo img {
    width: 131px;
}
.footer-social li a:hover {
    background-color: #F7E7CE;
}
.footer-social li a:hover img {
    filter: brightness(0);
}
.each-footer-contact td:nth-child(odd) {
    padding-right: 25px;
}
.footer-btm-part {
    display: flex;
    column-gap: 20px;
    row-gap: 20px;
    justify-content: space-between;
}
.each-footer-contact.header-nav > ul {
    display: block;
}
.each-footer-contact h6 {
    color: #E4F0FC;
    font-size: 1.6rem;
    font-family: 'AcariSans-SemiBold';
    margin-bottom: 13px;
}
.each-footer-contact li {
    padding-left: 0;
    margin-bottom: 8px;
}
.each-footer-contact li::after {
    display: none;
}
.each-footer-contact a,
.each-footer-contact td {
    color: rgba(255, 255, 255, 0.70);
}
.each-footer-contact a:hover {
    color: #F7E7CE;
}
.footer-top, 
.footer-btm {
    position: relative;
}
.footer-top {
    padding-bottom: 52px;
    margin-bottom: 54px;
}
.footer-btm {
    padding-bottom: 58px;
}
.footer-top::after {
    content: '';
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
}
.footer-btm::before {
    content: '';
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
}
.footer-whole-wp a {
    display: flex;
    align-items: center;
    column-gap: 20px;
    border-radius: 100px;
    background: rgba(37, 211, 102, 0.30);
    overflow: hidden;
    padding: 10px 10px;
    max-width: 374px;
    width: 100%;
}
.footer-fix-wp {
    background: #25D366;
    height: 97px;
    width: 97px;
    border-radius: 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-whole-wp img {
    width: 44px;
    height: 44px;
}
.footer-whole-wp {
    display: flex;
    justify-content: end;
}
.footer-wp-info h6 {
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 6px;
}
.footer-wp-info h5 {
    font-size: 1.6rem;
    color: #fff;
    font-family: 'AcariSans-Regular';
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-man-block-part {
    display: flex;
    align-items: center;
    column-gap: 20px;
    border-radius: 60px;
    background: #242424;
    overflow: hidden;
    padding: 10px 10px;
    max-width: 374px;
    width: 100%;
}
.footer-fix-man {
    height: 97px;
    width: 96px;
    border-radius: 100px;
    overflow: hidden;
    object-position: top;
}
.footer-fix-man img {
    height: 100%;
    object-fit: cover;
}
.footer-man-block {
    display: flex;
    justify-content: end;
}
.footer-man-info h4 {
    font-family: 'AcariSans-Regular';
    line-height: normal;
    margin-bottom: 10px;
}
.footer-man-info h6 a {
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.63);
    font-family: 'AcariSans-Regular';
    margin-bottom: 6px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-man-info h6 {
    margin-bottom: 6px;
}
.footer-man-info h6:last-child{
    margin-bottom: 0;
}
.footer-whole-wp:hover h5 {
    color: #F7E7CE;
}
.footer-man-info h6 a:hover {
    color: #F7E7CE;
}
.footer-block {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.footer-credit {
    text-align: center;
    margin-top: 54px;
}
.footer-credit a:hover {
    color: #F7E7CE;
}
.each-footer-mobile {
    display: none;
}
.footer-fix-man img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.each-footer-contact.header-nav .dropdown:hover .dropdown-menu {
    top: 33px;
}
/* ============================= diensten-list ============================ */
/****inner-banner****/
.inner-banner {
    position: relative;
}
.inner-banner-img {
    position: relative;
    height: 600px;
}
.inner-banner-img img {
    height: 100%;
    object-fit: cover;
}
.inner-banner-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(1, 1, 1, 0.00) 0%, rgba(1, 1, 1, 0.76) 100%);
}
.inner-banner-content {
    position: absolute;
    bottom: 13%;
    left: 0;
    width: 100%;
    text-align: center;
}
/****diens-list-sec****/
.diens-list-sec {
    padding: 120px 0 295px;
}
.each-diens-list-img {
    width: 815px;
    height: 428px;
    position: relative;
    z-index: 1;
    margin: 50px 0;
    border-radius: 10px;
    overflow: hidden;
}
.each-diens-list-img img {
    height: 100%;
    object-fit: cover;
}
.each-diens-list-info {
    border-radius: 10px;
    background: #F7E7CE;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: -74px;
    padding: 63px 86px;
    padding-left: 120px;
    position: relative;
    overflow: hidden;
}
.each-diens-list-mark {
    position: absolute;
    top: -26%;
    right: -29%;
    pointer-events: none;
    width: 559px;
    height: 559px;
}
.each-diens-list .col-lg-5 {
    width: 46%;
}
.each-diens-list .col-lg-7 {
    width: 54%;
}
.each-diens-list-info-top h2 {
    margin-bottom: 22px;
}
.each-diens-list-info-top p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-diens-list:hover .each-diens-list-info .black-btn {
    border-color: #010101;
    background-color: transparent;
    color: #010101;
}
.each-diens-list:hover .each-diens-list-info .black-btn::after {
    filter: invert(100);
}
.diens-list-area {
    display: grid;
    row-gap: 80px;
}
.each-diens-list-area:nth-child(even) .each-diens-list-info {
    padding-left: 80px;
    padding-right: 120px;
    margin-left: 0;
    margin-right: -74px;
}
/* ============================= diensten-dtl ============================ */
/****inner-header****/
.inner-header {
    background-color: #010101;
}
.inner-header .header-top {
    padding: 36px 0;
}
.inner-header .header-top .row {
    border-bottom: 0;
    padding-bottom: 0;
}
.inner-header .header-btn .common-btn:hover {
    border-color: #F7E7CE;
}
/****back-btn-sec****/
.back-btn {
    padding: 203px 0 32px;
}
.back-btn .common-btn {
    padding-left: 90px;
    padding-right: 42px;
}
.back-btn .common-btn::after {
    transform: translateX(-50%) rotate(180deg);
    right: auto;
    left: 13%;
}
/****diens-top-sec****/
.diens-top-sec {
    position: relative;
}
.diens-top-sec .sec-mark {
    top: -67%;
}
.diens-top-img {
    border-radius: 10px;
    overflow: hidden;
    max-width: 795px;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
}
.diens-top-info {
    padding-right: 20px;
    width: 100%;
    max-width: 611px;
}
.diens-top-info h2 {
    margin-bottom: 22px;
}
.diens-top-info h4 {
    color: rgba(1, 1, 1, 0.70);
    line-height: 24px;
    margin-bottom: 18px;
}
.diens-top-info ul {
    margin-bottom: 18px;
    padding-left: 8px;
}
.diens-top-info li {
    padding-left: 15px;
}
.diens-top-info li::after {
    width: 4px;
    height: 4px;
    top: 9px;
}
/****diens-mid-sec****/
.diens-mid-sec {
    padding: 120px 0;
    position: relative;
}
.diens-mid-sec .sec-mark {
    top: auto;
    bottom: -37%;
    right: auto;
    left: 0;
}
.diens-mid-area .col-lg-7 {
    width: 56%;
}
.diens-mid-area .col-lg-5 {
    width: 44%;
}
.diens-mid-img {
    max-width: 770px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.diens-mid-img img {
    height: 100%;
    object-fit: cover;
}
.diens-mid-info {
    padding-top: 17px;
    padding-left: 88px;
}
.diens-mid-info tr {
    display: flex;
    flex-wrap: wrap;
}
.diens-mid-info td {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}
.diens-mid-info td::after {
    content: '';
    position: absolute;
    top: 8px;
    left: -16.7%;
    width: 16px;
    height: 16px;
    background-color: #F7E7CE;
    border-radius: 50px;
    z-index: 1;
}
.diens-mid-info td:last-child {
    margin-bottom: 0;
}
.diens-mid-info h4 {
    color: #010101;
    margin-bottom: 15px;
}
.diens-mid-info td p {
    max-width: 434px;
    width: 100%;
    margin-bottom: 12px;
}
.diens-mid-info ul {
    margin-bottom: 12px;
    padding-left: 12px;
}
.diens-mid-info li {
    padding-left: 12px;
}
.diens-mid-info li::after {
    width: 4px;
    height: 4px;
    top: 9px;
}
.diens-mid-info sub {
    bottom: 0;
    font-size: 1.6rem;
    vertical-align: initial;
    padding-left: 22px;
}
.diens-mid-info sub::after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/tick-icon.svg);
    background-size: 15px;
    transform: rotate(-8deg);
}
/***line-fill***/
.line-fill{
    position: relative;
}
.line {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    background-color: rgba(1, 1, 1, 0.30);
    height: 100%;
}
.line-inner {
    height: 0%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #010101;
}
/****form-sec****/
.form-sec {
    background-color: #010101;
    padding: 90px 0 80px;
    position: relative;
    overflow: hidden;
}
.sec-mark.form-btm-mark {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
}
.form-wrap {
    padding: 0 131px;
    position: relative;
    z-index: 1;
}
.form-title {
    max-width: 630px;
    width: 100%;
    margin: 0 auto 76px;
}
.form-title h2,
.form-title p {
    color: #fff;
}
.form-title h2 {
    margin-bottom: 6px;
}
.form-title p {
    margin-bottom: 0;
}
.form-part {
    background-color: #fff;
    padding: 16px;
    border-radius: 20px;
}
.form-part .col-lg-4 {
    width: 36%;
}
.form-part .col-lg-8 {
    width: 64%;
}
.form-contact-part {
    border-radius: 10px;
    background-color: #F7E7CE;
    overflow: hidden;
    padding: 35px 34px 24px;
    height: 100%;
}
.form-contact-title {
    margin-bottom: 42px;
}
.form-contact-title h4 {
    color: #323432;
    line-height: normal;
    margin-bottom: 16px;
}
.form-contact-title p {
    max-width: 335px;
    width: 100%;
}
.form-contact-info li {
    padding-left: 0;
    display: flex;
    column-gap: 20px;
    margin-bottom: 35px;
    align-items: start;
}
.form-contact-info li:last-child {
    margin-bottom: 0;
}
.form-contact-info li:last-child img {
    margin-top: 8px;
}
.form-contact-info li::after {
    display: none;
}
.form-contact-info li img {
    width: 21px;
    height: 21px;
}
.form-contact-info li p {
    margin-bottom: 0;
}
.form-contact-info li a {
    font-family: 'Inter-Regular';
    color: rgba(1, 1, 1, 0.70);
}
.form-contact-info li:last-child a {
    line-height: 32px;
}
.form-contact-info li a:hover {
    color: #010101;
}
.form-social {
    margin-top: 40px;
}
.form-social ul {
    display: flex;
    column-gap: 10px;
}
.form-social li {
    padding-left: 0;
    border-radius: 100px;
    border: 0.5px solid #FFF;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    /* background-image: linear-gradient(82deg, #F7E7CE 100%), linear-gradient(92deg, #999999, #fff 50%); */
    background-image: linear-gradient(82deg, #F7E7CE 100%), linear-gradient(80deg, #99999970, #ffffff57 50%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 1px solid transparent;
}
.form-social li::after {
    display: none;
}
.form-social li:hover {
    background-image: none;
    background-color: #010101;
    border-color: #010101;
}
.form-social li img {
    width: 14px;
    height: 14px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-social li:hover img {
    filter: brightness(0) invert(1);
}
.form-main-area {
    padding: 53px 49px;
    padding-right: 79px;
}
.form-main-area .form-styl {
    background: transparent;
    color: #010101;
    font-family: 'AcariSans-Regular';
    font-size: 1.6rem;
    line-height: normal;
    border: none;
    padding: 0;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(1, 1, 1, 0.70);
    border-radius: 0;
    resize: none;
    padding-left: 8px;
}
body .form-main-area .error_cls,
body .form-main-area .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.form-main-area .form-group {
    margin-bottom: 39px;
}
.form-main-area .form-styl::placeholder{
    color: rgba(1, 1, 1, 0.70);
}
.form-main-area .form-styl:placeholder {
    color: rgba(1, 1, 1, 0.70);
}
.form-main-area .form-styl:focus{
    outline: none;
    box-shadow: none;
    color: #010101;
    border-color: #010101;
}
.form-main-area  .form-styl:focus::placeholder{
    color: #010101;
}
.form-main-area textarea.form-styl {
    min-height: 98px;
}
.form-main-area .form-styl.photo_upload,
.form-main-area .form-styl.foto_upload {
    color: rgba(1, 1, 1, 0.70);
}
.form-main-area .row {
    margin: 0 -20px;
}
.form-main-area .col-lg-6,
.form-main-area .col-lg-12 {
    padding: 0 20px;
}
.form-btn {
    margin-top: 40px;
}
.form-man-img {}
/****diens-btm-sec****/
.diens-btm-sec {
    padding: 120px 0 294px;
}
.diens-btm-title {
    margin-bottom: 76px;
}
.diens-btm-slider .each-service {
    border-radius: 10px;
    overflow: hidden;
    height: 308px;
}
.diens-btm-slider .each-service-img {
    height: 100%;
}
.diens-btm-slider .each-service-img img {
    height: 100%;
    object-fit: cover;
}
.diens-btm-slider .each-service::after {
    opacity: 1;
    background: linear-gradient(0deg, rgba(1, 1, 1, 0.10) 0%, rgba(1, 1, 1, 0.10) 100%);
}  
.diens-btm-slider .each-service:hover::after {
    background: linear-gradient(0deg, #010101 0%, #010101 100%);
}  
.diens-btm-slider .each-service-txt {
    bottom: -39%;
    padding: 24px;
}
.diens-btm-slider .each-service-txt p {
    margin: 14px 0 32px;
    width: 100%;
    max-width: 354px;
}
.diens-btm-slider .common-arrow {
    top: 42%;
}
.diens-btm-slider .swiper-button-next {
    right: -3%;
}
.diens-btm-slider .swiper-button-prev {
    left: -3%;
}
/* ============================= vacature-dtl ============================ */
.vacature-top-sec .diens-top-info h4 {
    color: #010101;
}
/* ============================= contact ============================ */
/****contact-form****/
.contact-form {
    background-color: #FFF;
    padding: 120px 0 296px;
}
.contact-form .form-top-mark {
    top: -18%;
}
.contact-form .form-btm-mark {
    bottom: -18%;
}
.contact-form .form-title h2,
.contact-form .form-title p {
    color: #010101;
} 
.contact-form .form-part {
    box-shadow: 0 0 4px 2px rgba(1, 1, 1, 0.10);
}
.form-man-part {
    margin-bottom: 40px;
}
.form-man-img {
    height: 77px;
    width: 76px;
    border-radius: 100px;
    overflow: hidden;
    object-position: top;
}
.form-man-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.form-man-title h6 {
    font-size: 1.8rem;
}
.form-man-part {
    display: flex;
    align-items: center;
    gap: 25px;
}
/* ============================= aanbod-list ============================ */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 203px 0 32px;
}
.aanbod-filter-sec .select-style {
    background: url(../images/aanbod-filter-arw.svg) no-repeat 84% center / 12px;
    height: 50px;
    line-height: 50px;
    padding: 0 55px 0 40px;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
}
.aanbod-filter-sec .select-style.show,
.aanbod-filter-sec .select-style:hover {
    background-color: #F7E7CE;
    border-color: #F7E7CE;
}
.aanbod-filter-sec .select-style.show {
    background: url(../images/aanbod-filter-up-arw.svg) no-repeat 84% center / 12px;
    background-color: #F7E7CE;
}
.aanbod-filter-left-part .row {
    column-gap: 9px;
}
.aanbod-filter-left-part .col-lg-3 {
    width: 24%;
}
.aanbod-filter-sec .filter-content {
    background: #F7E7CE;
    border: #F7E7CE;
}
.aanbod-filter-sec .filter-main label,
.aanbod-filter-sec .filter-main label span {
    color: #010101;
}
.aanbod-filter-sec .filter-main .form-check-input:checked {
    background-color: #010101;
    border-color: #010101;
}
/****aanbod-list-product-sec****/
.aanbod-list-product-area .row {
    margin: 0 -10px;
}
.aanbod-list-product-area .col-xl-4 {
    padding: 0 10px;
}
.aanbod-list-product-area .each-product-info {
    padding-left: 18px;
    padding-right: 18px;
}
.aanbod-list-product-sec .product-table tr {
    flex-wrap: wrap;
    row-gap: 16px;
}
.aanbod-list-product-sec .product-table td {
    width: 50%;
}
.aanbod-list-product-sec .product-table tr td:nth-child(even) {
    margin-right: 0;
    padding-right: 0;
}
.aanbod-list-product-sec .product-table tr td:nth-child(even)::after {
    display: none;
}
.aanbod-list-product-sec .product-table td {
    width: 47%;
    padding-right: 8px;
    margin-right: 8px;
    display: flex;
    align-items: start;
}
.aanbod-list-product-sec .product-table td img {
    margin-right: 4px;
    width: 13px;
    height: 13px;
    margin-top: 2px;
}
.aanbod-list-product-sec .product-price {
    text-align: end;
}
.aanbod-list-product-area > .row {
    row-gap: 40px;
}
.aanbod-list-product-sec {
    padding-bottom: 288px;
}
/* ============================= verkocht ============================ */
/****verkocht-top-sec****/
.verkocht-top-sec {
    padding: 202px 0 29px;
}
.verkocht-top-right {
    text-align: end;
}
.verkocht-top-area p {
    margin-bottom: 0;
}
/****verkocht-product-sec****/
.verkocht-product-sec .product-info .col-lg-4 {
    align-items: end;
    display: flex;
    justify-content: end;
}
/* ============================= over-ons ============================ */
/****over-one-top-sec****/
.over-one-top-sec{
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}
.over-one-mark{
    position: absolute;
    top: -22%;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.over-one-top-sec h4{
    color: rgba(1, 1, 1, 0.70);
    padding-bottom: 19px;
    line-height: 24px;
}
.over-one-top-info p{
    margin-bottom: 16px;
}
.over-one-top-info h2{
    padding-bottom: 19px;
}
.over-one-top-img img{
    border-radius: 10px;
}
.over-one-top-info{
    padding-right: 10px;
}
.over-one-top-text{
    max-width: 670px;
    margin-right: auto;
}
.over-one-top-img{
    max-width: 730px;
    margin-left: auto;
}
/****team-sec****/
.team-sec-wrap{
    max-width: 1245px;
    margin-left: auto;
    margin-right: auto;
}
.each-team-slide{
    border-radius: 20px;
    border: 1px solid rgba(1, 1, 1, 0.10);
    background: #FFF;
    display: flex;
    align-items: center;
    column-gap: 80px;
    padding: 16px;
}
.each-team-img img{
    border-radius: 10px;
}
.each-team-text h2{
    padding-bottom: 20px;
}
.each-team-text p{
    margin-bottom: 0;
    padding-right: 50px;
}
.team-sec{
    margin-bottom: -340px;
}
/****over-one-btn-sec****/
.over-one-btn-sec {
    position: relative;
    /* overflow: hidden; */
    background: #010101;
    padding-top: 460px;
    padding-bottom: 295px;
    overflow-x: clip;
}
.over-one-btn-mark{
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.over-one-btn-wrap.full-width{
    width:100vw;
    margin-left:-50vw;
    left:50%;
    position:relative;
}
.each-over-one-btn-info{
    border-right: 1px solid #fff;
    position: relative;
    width: 33.33%;
}
.over-one-btn-content .each-over-one-btn-info:last-child{
    border-right: 0;
}
.over-one-btn-content{
    display: flex;
    flex-wrap: wrap;
}
.each-over-one-btn-text p{
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 0;
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
}
.each-over-one-btn-text{
    padding: 135px 55px;
    position: relative;
}
.each-over-one-btn-text h4{
    padding-bottom: 28px;
    position: relative;
}
.each-over-one-btn-text h4::after{
    content: "";
    position: absolute;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    border: 1.5px solid #fff;
    transition: all 0.5s;
    -webkit-transition:  all 0.5s;
    transform: translate(-50%, -50%);
    left: 50%;
    top: -72%;
}
.each-over-one-btn-text:hover h4::after{
    background-color: #FFF;
}
.over-one-mark-btm {
    position: absolute;
    bottom: 1%;
    left: 0px;
    pointer-events: none;
}
/* ============================= aanbod-dtl ============================ */
/****aandod-dtl-top-sec****/
.aanbod-dtl-top-text{
    border-radius: 10px;
    background: #F7E7CE;
    padding: 40px 120px 43px 48px;
    position: relative;
}
.aanbod-dtl-product-info{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 60px;
    padding-bottom: 60px;
    align-items: center;
}
.aandod-dtl-top-sec .col-lg-7{
    width: 53%;
}
.aandod-dtl-top-sec .col-lg-5{
    width: 47%;
}
.aanbod-dtl-top-slider-arrow .common-arrow{
    background: transparent;
    border: none;
    border-radius: 0;
    height: auto;
    width: auto;
}
.aanbod-dtl-top-slider-arrow .common-arrow img {
    width: 45px;
    height: 32px;
    transition: none;
}
.aanbod-dtl-top-slider-arrow .common-arrow{
    top: 51%;
}
.aanbod-dtl-top-slider-arrow .swiper-button-next{
    right: 24px;
}
.aanbod-dtl-top-slider-arrow .swiper-button-prev {
    left: 24px;
}
.aanbod-dtl-product-btn .border-btn{
    border: 1px solid #010101;
    color: #010101;
}
.aanbod-dtl-product-btn .border-btn::after{
    filter: brightness(0);
}
.aanbod-dtl-product-btn .common-btn.black-btn:hover{
    border-color: #010101;
}
.aanbod-dtl-product-btn .border-btn:hover{
    background: #010101;
    color: #fff;
}
.aanbod-dtl-product-btn .border-btn:hover::after{
    filter: brightness(0) invert(1);
}
.aanbod-dtl-product-btn{
    display: flex;
    column-gap: 33px;
    margin-top: 64px;
}
.aanbod-dtl-top-text h3{
    font-size: 3.2rem;
    line-height: normal;
    color: #010101;
    font-family: 'AcariSans-Bold';
    padding-bottom: 13px;
}
.aanbod-dtl-top-text p{
    color: #010101;
    margin-bottom: 0;
}
.aanbod-dtl-top-mark{
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    border-radius: 10px;
    overflow: hidden;
}
.dtl-product-info-left table{
    width: 100%;
}
.dtl-product-info-left tr {
    display: flex;
    padding-bottom: 15px;
    align-items: center;
}
.dtl-product-info-left tr:last-child{
    padding-bottom: 0;
}
.dtl-product-info-left td{
    position: relative;
    display: flex;
    column-gap: 13px;
    width: 50%;
}
.dtl-product-info-left table td::after {
    background-color: #010101;
    content: "";
    width: 1px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.dtl-product-info-left table td p{
    margin-bottom: 0;
}
.dtl-product-info-left table td:last-child::after{
    display: none;
}
.dtl-product-info-left table td img{
    width: 17px;
}
.dtl-product-info-left table tr:first-child td:first-child img{
    width: 29px;
}
.dtl-product-info-left{
    width: 60%;
}
.aanbod-dtl-price{
    width: 40%;
}
.aanbod-dtl-price h4{
    color: #010101;
    padding-bottom: 2px;
}
.aanbod-dtl-top-heading{
    padding-bottom: 60px;
}
.each-dtl-car img{
    border-radius: 10px;
}
.each-dtl-car{
    position: relative;
}
.aandod-dtl-top-sec .row{
    margin-left: -12px;
    margin-right: -12px;
}
.aandod-dtl-top-sec .col-lg-7{
    padding-left: 12px;
    padding-right: 12px;
}
.aandod-dtl-top-sec .col-lg-5{
    padding-right: 12px;
    padding-left: 12px;
}
.aanbod-dtl-top-slider .swiper-pagination{
    color: #fff;
    top: 0;
    bottom: unset;
    position: unset;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: normal;
}
.dtl-count-area {
    position: absolute;
    top: 0;
    right: 0;
    padding: 30px;
    display: flex;
    column-gap: 5px;
}
.dtl-count-foto p{
    color: #FFF;
    font-family: 'Inter-Regular';
    margin-bottom: 0;
}
.dtl-count-foto{
    position: relative;
    z-index: 1;
}
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 60px;
	margin-bottom: 38px;
    border: 0;
	justify-content: center;
}
.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: #010101;
    text-transform: none;
	font-size: 1.6rem;
    line-height: normal;
	font-family: 'AcariSans-Regular';
	padding-left: 0;
	position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab_container.tab-content{
	max-width: 1100px;
    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 img{
	max-width: 40%;
	height: 30px;
	filter: invert(1);
	padding-right: 15px;
}
.tab_drawer_heading{
    display: none;
}
.dtl-tab-sec {
    position: relative;
    padding-top: 66px;
	padding-bottom: 100px;
}
.tab_drawer_heading{
	display: none;
}
.tab-btn .tabs {
    display: flex;
    justify-content: left;
    column-gap: 32px;
    padding: 10px 0;
    overflow: hidden;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 0;
}
.tab-btn .tabs li.active{
	color: #010101;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
	column-gap: 12px;
    row-gap: 12px;
}
.kenmerken-tab li {
    line-height: 30px; 
    width: 32.5%;
	padding: 17px 25px 17px 25px;
	position: relative;
	font-family: 'AcariSans-Regular';
	color: rgba(1, 1, 1, 0.70);
	line-height: 24px;
    display: flex;
    justify-content: space-between;
    column-gap: 60px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    border-radius: 5px;
    background: #F5F5F5;
}
.kenmerken-tab li strong {
	font-family: 'AcariSans-Regular';
    font-weight: normal;
	display: block;
	color: #010101;
	line-height: 20px;
}
.kenmerken-tab li::after {
	display: none;
}
.kenmerken-tab{
	overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #D9D9D9;
    padding-bottom: 10px;
	margin-bottom: 10px;
    font-size: 2.4rem;
    line-height: 32px;
    color: #010101;
}
.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;
	font-family: 'AcariSans-Regular';
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F7E7CE;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #F7E7CE;
    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: #1C1C1C;
}
.each-onderhoud-block h4 {
	text-transform: none;
    font-size: 1.8rem;
    line-height: 20px;
    color: #010101;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    font-size: 1.6rem;
	text-transform: none;
    color: rgba(17, 17, 17, 0.70);
	font-family: 'AcariSans-Regular';
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn{
    text-align: left;
    color: #010101;
    cursor: pointer;
    margin-top: 65px;
	font-family: 'AcariSans-Regular';
    font-size: 1.6rem;
    line-height: normal;
	line-height: normal;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.tab-btm-btn:hover{
    opacity: 0.8;
}
.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 #F7E7CE;
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px rgb(247, 231, 206 , 0.6);
    -webkit-box-shadow: 0px 0px 25px 0px rgb(247, 231, 206 , 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 h4{
    color: #010101;
}
.tab-popup-content ul{
    margin-bottom: 33px;
    padding: 0;
}
.tab-popup-content ul:last-child{
    margin-bottom: 0;
}
.popup-cross img{
    width: 38px;
    filter: brightness(1) invert(1);
}
.tab-popup-area h3{
	font-family: 'AcariSans-SemiBold';
    line-height: normal;
    margin-bottom: 20px;
    font-size: 2.8rem;
    color: #010101;
}
.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;
	font-family: 'AcariSans-Regular';
	margin-bottom: 0;
}
.tab-popup-content h4{
    line-height: 56px;
    margin-bottom: 20px;
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid rgb(17, 17, 17, 0.6);
	font-family: 'AcariSans-Regular';
    line-height: 30px;
    color: #111;
    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);
    opacity: 1;
    top: 0;
}
.tabs li::after {
	display: inline-block;
	content: url(../images/tab_arrow.svg);
	position: relative;
	top: 2px;
    left: 7px;
	background-color: transparent;
	width: 9px;
    height: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0.7;
}
.tabs li:hover::after{
    opacity: 1;
}
.aanbod-dtl-tab-merk{
	position: absolute;
	bottom: -65%;
	left: 0;
    pointer-events: none;
}
.aanbod-contact-img img{
    height: 100%;
    object-fit: cover;
    object-position: top;
    overflow: hidden;
    border-radius: 90px;
}
.aanbod-contact-img{
    width: 67px;
    height: 67px;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: auto;
}
.aanbod-contact-info  ul li::after{
    display: none;
}
.each-aanbod-contact {
    border-radius: 5px;
    background: #F7E7CE;
    padding: 10px 20px 3px;
}
.tab-right-part{
    border-radius: 5px;
    border: 1px solid rgba(1, 1, 1, 0.10);
    background: #FFF;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    padding: 9px;
}
.tab-content-wrap{
    padding-top: 48px;
}
.tab-content-wrap .col-lg-3{
    width: 28%;
    padding-left: 1px;
    padding-right: 1px;
}
.tab-content-wrap .col-lg-9{
    width: 72%;
    padding-left: 1px;
    padding-right: 1px;
}
.tab-content-wrap .row{
    margin-left: -1px;
    margin-right: -1px;
}
.aanbod-contact-info-wrap ul li{
    padding-bottom: 16px;
}
.aanbod-contact-info-wrap ul li strong{
    font-weight: normal;
    line-height: normal;
    font-family: 'AcariSans-Regular';
    font-size: 1.6rem;
    color: rgba(1, 1, 1, 0.70);
    padding-left: 8px;
}
.aanbod-contact-info-wrap ul li strong a {
    padding-left: 5px;
}
.aanbod-contact-info-wrap ul li:last-child strong a{
    padding-left: 25px;
}
.aanbod-contact-info-wrap ul li a{
    font-family: 'AcariSans-Regular';
    color: #010101;
    font-size: 1.6rem;
    line-height: normal;
}
.aanbod-contact-info-wrap ul li a:hover{
    opacity: 0.8;
} 
 .each-aanbod-contact-text p{
    color: #010101;
    line-height: 32px;
    font-family: 'Montserrat-Bold';
    margin-bottom: 0;
 }
.aanbod-contact-info{
    align-items: end;
    display: flex;
    justify-content: space-between;
    padding-top: 33px;
}
.shear-icon img{
    width: 18px;
}
.shear-icon{
    padding-bottom: 18px;
}
/****aanbod-dtl-btm-sec****/
.aanbod-btl-btm-info{
    display: flex;
    justify-content: space-between;
    align-items: end;
    column-gap: 10px;
}
.aanbod-dtl-btm-sec{
    padding-bottom: 294px;
    padding-top: 122px;
}
.aanbod-dtl-btm-heading{
    padding-bottom: 75px;
}
.aanbod-btl-btm-info .product-table{
    width: 66%;
}
.aanbod-btl-btm-info .product-price{
    width: 32%;
    text-align: end;
}
.aanbod-btl-btm-info .product-table td{
    width: 50%;
    padding-right: 0;
    margin-right: 0;
    display: flex;
}
.aanbod-btl-btm-info .product-table table{
    width: 100%;
}
.aanbod-dtl-btm-sec .product-table td img {
    margin-right: 4px;
    width: 13px;
    height: 13px;
    margin-top: 2px;
}
.aanbod-btl-btm-info .product-table tr{
    padding-bottom: 17px;
}
.aanbod-btl-btm-info  .product-table td::after{
    right: 8px;
}
.aanbod-dtl-btm-slider .swiper-scrollbar-drag {
    background-color: #323432;
    cursor: grab;
}
.aanbod-dtl-btm-slider .swiper-scrollbar {
    height: 1px;
    background-color: #ccc;
    max-width: 71%;
    margin: 60px auto 0;
}
/* ============================= Bedankt ============================ */
.bedankt-banner .banner-content {
    top: auto;
    bottom: 0;
}
/* ============================= popup ============================ */
.modal-area .modal-dialog {
    max-width: 69.4%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(1, 1, 1, 0.50);
    backdrop-filter: blur(7px);
}
.modal-area .modal-content {
    border: 0;
    position: relative;
    border-radius: 10px;
    background-color: #FFF;
    backdrop-filter: blur(7px);
    overflow: hidden;
}
.modal-area .popup-content {
    padding: 40px 41px;
    background-color: #FFF;
}
.popup-content-area p {
    max-width: 563px;
    width: 100%;
}
.popup-content-wrap {
    position: relative;
}
.popup-mark {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    height: 100%;
}
.popup-mark img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.popup-content-area {
    position: relative;
    z-index: 1;
}
.pop-up-image {
    height: 100%;
    position: relative;
    z-index: 1;
}
.pop-up-image img {
    height: 100%;
    object-fit: cover;
}
.popup-content h2 {
    margin: 29px 0;
}
.popup-content li::after {
    background-size: 4px;
    height: 4px;
    width: 4px;
}
.popup-content li:last-child {
    margin-bottom: 20px;
}
.popup-content li {
    padding-left: 12px;
}
.popup-content ul {
    padding-left: 12px;
    margin-bottom: 32px;
}
.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;
}
.close-img img {
    width: 21px;
}
.modal-main-content .col-lg-5 { 
    width: 39%;
}
.modal-main-content .col-lg-7 { 
    width: 61%;
}
.popup-content-area p:last-child {
    margin-bottom: 0;
}
.aanbod-filter-sec .select-style.show {
    border-radius: 5px 5px 0 0;
}



.dtl-product-info-left {
    width: 70%;
}
.aanbod-dtl-price {
    width: 30%;
}
.dtl-count-area {
    position: absolute;
    top: 0;
    right: 0;
    padding: 30px;
    display: flex;
    column-gap: 5px;
    align-items: center;
}
.aanbod-dtl-top-text h3 {
    font-size: 3.2rem;
    line-height: normal;
    color: #010101;
    font-family: 'AcariSans-Bold';
    padding-bottom: 25px;
}
.aanbod-dtl-product-info {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 66px;
    padding-bottom: 66px;
    align-items: center;
}
.aanbod-dtl-top-text {
    border-radius: 10px;
    background: #F7E7CE;
    padding: 50px 80px 50px 48px;
    position: relative;
}
.aanbod-dtl-product-btn {
    display: flex;
    column-gap: 33px;
    margin-top: 75px;
}
.aanbod-dtl-top-heading {
    padding-bottom: 72px;
}
/****************************STYLE FOR DEVELOEPRS************************************/

/*******loader*****/
#loader_section{
    display:none;
    width:100%;
    position: fixed;
    top: 0;
    background: #000000b8;
    z-index: 9999999;
    height: 100vh;
    padding: 30vh 0px;
  }
  #loader_section p{
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
  }
  #loader_section img{
    width: 100px;
    margin-bottom: 25px;
  }
  
  /*********Morgen Footer************/
  .morgeninternet-footer {
      background: #000000;
      width: 100%;
      height: 50px;
      display: block;
      text-align: center;
      transition: 0.3s all;
  }
  
  .morgeninternet-footer:hover {
      background: #202020;
      transition: 0.3s all;
  }
  
  .morgeninternet-footer > img {
      height: 35px;
      padding-top: 15px;
  }
  
  
  /****aanbod dtl****/
  .kenteken_np{
      background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
      background-repeat: no-repeat;
      background-position: left;
      padding: 4px 10px 6px 20px;
      color: #000;
      background-size: contain;
  }
  .star_icon{
      margin-bottom: 30px;
  }
  .star_icon h4{
      padding-bottom: 10px;
      /* text-transform: uppercase; */
      padding-top: 15px;
      margin-bottom: 15px;
      color: #1F1F1F;
      border-bottom: 1.5px solid #D9D9D9;
      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;
      margin-bottom: 0;
  }
  .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(#010101 calc(1*100%/6),#F6F8FA 0 calc(3*100%/6),#010101 0),
                linear-gradient(#010101 calc(2*100%/6),#F6F8FA 0 calc(4*100%/6),#010101 0),
                linear-gradient(#010101 calc(3*100%/6),#F6F8FA 0 calc(5*100%/6),#010101 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: #010101;
    }
  
  
  .carpass-img {
      width: 115px;
  }
  
  /* .fixed-whatsapp-icon {
      width: 70px;
      height: 70px;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: fixed;
      right: 10px;
      bottom: 0px;
      z-index: 999;
  }
  
  .fixed-whatsapp-icon img {
      width: 50px;
  } */
  /****fix-wp**/
  .fix-wp {
      position: fixed;
      height: 63px;
      width: 63px;
      background-color: #25D366;
      border-radius: 100%;
      z-index: 98;
      bottom: 100px;
      right: 30px;
  }
  .fix-wp img {
      width: 22px;
  }
  .fix-wp a {
      display: block;
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .popup .popuptext {
      display: none;
      width: 200px;
      background-color: #25D366;
      color: #fff;
      text-align: center;
      border-radius: 20px;
      padding: 8px 0;
      position: absolute;
      z-index: 1;
      bottom: 3px;
      right: 3vw;
      font-size: small;
  }
  
  .notifcation {
      position: relative;
  }
  
  .alert-number {
      display: none;
      position: absolute;
      bottom: 28px;
      left: 16px;
      border-radius: 50%;
      width: 17px;
      height: 17px;
      background-color: red;
      color: white;
      text-align: center;
      font-size: small;
      animation: shake 0.5s;
      animation-iteration-count: 1;
  }
  
  @media screen and (max-width: 600px) {
      .popuptext {
          right: 60px !important;
      }
  }
  @media (max-width : 767.98px){
      .fixed-whatsapp-icon{
          display: none;
      }
  }
  .each-service:hover .each-service-arrow .common-arrow-part{
      background-color: #FAFAFA;
  }
  .privacy_section h2{
      padding-top: 85px;
  }
  
  .each-price-table li::after {
      display: none;
  }
  .range-sec .range-area .fill{
      background-color: #121212;
  }
  /* .share-social-media-button{
      padding: 6px 9px;
  } */
  /* @media(max-width: 519px) and (min-width: 416px){
      .calculator{
          height: 1670px !important;
      }
  }
  @media(max-width: 415px){
      .calculator{
          height: 1826px !important;
      }
  }
  
  
  @media(max-width: 990px) and (min-width: 768px){
      .calsty {
          height: 789px;
      }
  }
  @media(max-width: 767px) and (min-width: 519px){
      .calsty {
      height: 689px;
  }
  }
  @media(max-width: 518px){
      .calsty {
      height: 810px;
  }
  } */
  /* .col-lg-4:nth-child(1) .each-diens-dtl-btm{
      flex-direction: column-reverse;
  } */
  .mini-right-nav {
      position: fixed;
      top: 39%;
      z-index: 999;
      left: 0px;
  }
  .mini-right-nav li a {
      position: relative;
      display: flex;
      align-content: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      background-color: #9d2727;
  }
  .mini-right-nav img {
      width: 24px;
      position: relative;
      z-index: 1;
      filter: brightness(0) invert(1);
      -webkit-filter: brightness(0) invert(1);
  }
  .mini-right-nav span {
      font-family: 'New Rail Alphabet Medium';
      font-size: 13px;
      bottom: 0;
      letter-spacing: 0.5px;
      right: 60px;
      line-height: 60px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      white-space: nowrap;
      width: 0;
      -webkit-transition: 0.50s;
      -moz-transition: 0.50s;
      transition: 0.50s;
  }
  .mini-right-nav li::after{
      display: none;
  }
  .mini-right-nav li,
  .mini-right-nav ul{
      padding-left: 0 !important;
  }
  .iframe-footer {
      border: 0;
      width: 100%;
      margin-bottom: 0;
      height: 50px;
      display: block;
  }
  .mtmo_widget_17 {
      position: fixed;
      right: 0;
      top: 25%;
      z-index: 99;
  }
  .calsty{
      border: 0;
      width: 100%;
      height: 690px;
      background: transparent;
  }
  .lfCQiA {
    display: none;
  }
  .privacy_section {
    padding: 70px 0;
}
.each-footer-contact.header-nav .dropdown-menu {
    top: 22px;
}
.each-footer-contact.header-nav .dropdown > a {
    padding-bottom: 35px;
}












