body {
    top: 0px !important;
	padding: 0px;
	margin: 0px;
	color: #FFF;
    font-family: 'Inter-Regular';
    font-size: 1.8rem;
	background-color: #262626;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
/* ============================================== index ============================================== */
/****header****/
.header-area {
    padding: 31px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header_inner {
    border-bottom: 1px solid rgba(255, 255, 255, 0.40);
    padding-bottom: 20px;
}
.logo img {
    width: 221px;
}
.menu-mid>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 27px;
}
.menu-right {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 23px;
}
.menu-mid li {
    position: relative;
}
.menu-mid li a {
    font-family: 'Inter-SemiBold';
	font-size: 1.8rem;
    line-height: 32px;
	color: #fff;
}
.menu-mid li a:hover {
    color: rgba(255, 255, 255, 0.8);
}
.header-area .nav_menu_right_part {
    cursor: pointer;
}
.menu-icon {
    width: 26px;
    margin-left: auto;
}
.menu-icon:after,
.menu-icon:before,
.menu-icon div {
    display: block;
    background-color: #fff;
    content: '';
    height: 2px;
    margin: 8px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-icon::after {
    margin-left: auto;
}
.menu-icon.active::after,
.menu-icon.active::before {
    width: 45px;
}
.menu-icon.active:after {
    transform: translateY(-9px) rotate(-135deg);
    display: none;
}
.menu-icon.active div {
    display: none;
}
.menu-icon.active:before {
    transform: translateY(2px) rotate(135deg);
    display: none;
}
.side-menu {
    position: relative;
    z-index: 99;
}
.sticky-hidden {
    position: fixed;
    z-index: 9999;
    background: #262626;
    border-bottom: 1px solid #fff;
}
.sticky-hidden .header_inner {
	border-bottom: 0;
    padding-bottom: 0;
}
.sticky-hidden .menu-right .common-btn:hover {
    border-color: #fff;
}
.header-area li a {
    position: relative;
}
.header-area li a::after {
    position: absolute;
    top: 33%;
    right: -15px;
    content: '';
    width: 8px;
    height: 8px;
    background: url(../images/dropdown-arrow.svg) no-repeat center / 10px;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
}
.header-area li.active a::after {
    opacity: 1;
}
.menu-mid .dropdown-menu.show {
    border: 0;
    display: block;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area li.active.dropdown .dropdown-menu {
    pointer-events: all;
    opacity: 1;
    top: 28px;
    border-radius: 0;
    background: #FFF;
    padding: 0;
    /* z-index: -1; */
    min-width: 160px;
}
.header-area li.active.dropdown .dropdown-menu li {
    padding: 10px 20px 10px;
    border-bottom: 1px solid rgba(38, 38, 38, 0.4);
}
.header-area li.active.dropdown .dropdown-menu li:last-child {
    border: 0;
}
.header-area li.active.dropdown:hover .dropdown-menu {
    display: block;
    max-width: max-content;
}
.menu-mid .dropdown-menu li a {
    color: #1C1C1C;
    font-size: 1.8rem;
    line-height: 32px;
}
.menu-mid .dropdown-menu li a:hover {
    color: rgb(38, 38, 38, 0.5);
}
/****side-menu****/
.menu-items {
    background: #262626;
}
.menu-items li {
    border-bottom: 0;
    margin-bottom: 42px;
}
.mobile_menu_items {
    position: relative;
}
.mobile_menu_items ul {
    padding-left: 18px;
}
.mobile_menu_items::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: calc(100% - 3%);
    background-color: rgba(255, 255, 255, 0.60);
}
.menu-items a {
    font-family: 'Lora-Medium';
    text-transform: none;
    font-size: 3.4rem;
    color: #fff;
    padding-bottom: 0;
    display: inline-block;
    line-height: 44px;
}
.menu-items a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.menu-close-btn .common-btn {
    font-family: 'Inter-Regular';
    font-size: 1.8rem;
    letter-spacing: normal;
    color: #111928;
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 14px 16px;
    line-height: 20px;
}
.menu-items .common-btn img {
    height: 18px;
    width: 18px;
    margin-top: 0px;
}
.menu-close-btn .common-btn:hover {
    color: #fff;
}
.menu-close-btn .common-btn:hover img {
    filter: brightness(0) invert(1);
}
.menu-items.active {
    width: 787px;
    background-color: #262626;
}
.menu-navigation-top {
    position: relative;
}
.menu-logo img {
    width: 221px;
}
.menu-items ul {
    text-align: left;
}
.menu-logo {
    position: relative;
    z-index: 1;
}
.menu-navigation {
    padding: 22px 73px 78px;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}
.menu-navigation-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
	position: relative;
}
.menu-navigation-top::after {
	background: rgba(255, 255, 255, 0.03);
	backdrop-filter: blur(10px);
	content: '';
	position: absolute;
    left: -12%;
    top: -40%;
    height: calc(100% + 80%);
    width: calc(100% + 24%);
}
.panel-left {
    background: rgba(38, 38, 38, 0.70);
}
.menu-items li.active {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
    -o-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
    animation-delay: calc(0.1s * attr(data-animation-offset number 1));
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
.mobile-menu-social li {
    display: inline-block;
    margin-right: 18px;
}
.mobile-menu-social li:hover {
    opacity: 0.5;
}
.mobile_menu_items-wrap {
    padding-top: 60px;
    padding-left: 115px;
}
.mobile_menu_btm {
    display: flex;
    column-gap: 40px;
    position: relative;
    margin-top: 16px;
    padding-top: 13px;
    padding-bottom: 50px;
}
.mobile_menu_btm::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 1px;
    content: "";
    background-color: rgba(255, 255, 255, 0.60);
}
.each-menu-info h4 {
    font-family: 'Lora-SemiBold';
    margin-bottom: 20px;
}
.each-menu-info p {
    line-height: 24px;
    margin-bottom: 0;
}
.each-menu-info p strong {
	font-weight: normal;
}
.each-menu-info a {
    font-family: 'Inter-Regular';
    font-size: 1.8rem;
    line-height: 24px;
}
.mobile_menu_items .dropdown-menu.show {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 18px;
}
.mobile_menu_items .dropdown-menu.show li {
    margin-bottom: 20px;
}
.mobile_menu_items .dropdown-menu.show li:last-child {
    margin-bottom: 0;
}
.mobile_menu_items .dropdown-menu.show li a{
    color: #0F1726;
}
li.menu-items-arw.dropdown {
    z-index: 1;
}
/****fix-review****/
.fix-review {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 98;
}
.fix-review img {
    width: 112px;
}
/****banner****/
.banner-wrap {
    position: relative;
}
.banner-video,
.each-banner {
    height: 889px;
}
.each-banner {
    position: relative;
}
.each-banner::after {
    background: linear-gradient(180deg, rgba(38, 38, 38, 0.00) 0%, #262626 100%);
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    bottom: 0;
    content: '';
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
    height: 100%;
}
.banner-slider .swiper {
    height: 100%;
}
.banner-sec .swiper-slide {
    height: auto;
}
.each-banner img {
    height: 100%;
    object-fit: cover;
}
.banner-content {
    position: absolute;
    bottom: 82px;
    left: 0;
    z-index: 2;
    width: 100%;
}
.banner-content-wrap .common-btn {
    margin-right: 6px;
}
.banner-content-wrap .common-btn:last-child {
    margin-right: 0;
}
.banner-content-wrap {
    max-width: 840px;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
}
.banner-content-wrap h1 {
    margin-bottom: 32px;
}
/****product-sec****/
.product-sec {
    padding: 120px 0 115px;
}
/****filter****/
.filter-reset a {
    color: #fff;
    font-size: 1.4rem;
}
.filter-reset img {
    width: 9px;
    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(255, 255, 255, 0.5);
}
.select-style {
    width: 100%;
    height: 53px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 0 30px 0 18px;
    appearance: none;
    line-height: 53px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.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: start;
}
.filter-main option {
   	font-family: 'Inter-Regular';
    background-color: #1c1c1c;
}
.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: #1C1C1C;
    border-radius: 0;
    background-color: #fff;
    font-size: 1.4rem;
    border: 1px solid #fff;
}
.cross-btn {
    width: 9px;
    filter: brightness(1) invert(1);
}
.auto-overview-tag:hover {
    background-color: #262626;
    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: 70px;
    background-color: #1C1C1C;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-count {
    min-width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 100%;
    color: #1C1C1C;
    border: 1px solid #fff;
    margin-left: 30px;
    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: #1C1C1C;
    color: #fff;
    border-color: #1C1C1C;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #fff;
}
.mobile-filter-close span {
    max-width: 32px;
    width: 100%;
    height: 32px;
    background-color: #1C1C1C;
    border-radius: 50%;
    margin-left: auto;
    border: 1px solid #1C1C1C;
}
.mobile-filter-close span img {
    width: 10px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.auto-overview-filter-result .total_search_records {
    margin-top: 0;
    color: #1C1C1C;
    padding: 10px;
    border-radius: 0;
    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;
}
.cursor-pointer {
    cursor: pointer;
}
.filter-sort {
    display: flex;
    align-items: center;
    justify-content: end;
}
.filter-sort .aanbod-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;
    margin-left: 7.5%;
}
.clear-filter-wrap {
    /* padding-left: 14%; */
}
.aanbod-filter-sec .filter-main {
    position: initial;
    z-index: 0;
}
.filter-btn {
    width: 12%;
}
/****product-filter****/
.product-filter {
    padding: 42px 0 72px;
    position: relative;
    z-index: 2;
}
.product-sec .select-style {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
	font-size: 1.8rem;
    padding: 0 45px 0 32px;
    background-color: #262626;
    appearance: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    position: relative;
}
.product-sec .select-style::after {
    content: '';
    position: absolute;
    right: 24px;
    top: 16px;
    height: 16px;
    width: 16px;
    background-image: url(../images/filter-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
}
.product-sec .select-style.show {
    border-radius: 0;
}
.product-sec .filter-main .row {
    justify-content: center;
}
.product-sec .filter-main option {
    font-family: 'Inter-Regular';
    background-color: #1c1c1c;
}
.product-filter .select-style:hover .btn-round {
    background-color: #fff;
}
.product-sec .filter-btn .common-btn {
    margin-top: -10px;
    padding-top: 13px;
    padding-bottom: 13px;
}
.product-sec .select-style:hover {
    color: #1C1C1C;
    background-color: #1c1c1c;
}
.product-sec .select-style:hover::after {
    background-image: url(../images/black-filter-arrow.svg);
}
.product-sec .select-style .btn-round {
    z-index: -1;
}
.filter-content {
    display: none;
    background: #262626;
    padding: 10px 10px 15px;
    border: 1px solid #fff;
    border-top: 0;
    border-radius: 0;
    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;
}
.each-filter .common-btn .btn-round {
    background-color: #262626;
    border-color: #262626;
}
.product-sec .filter-content.show-div {
    display: block;
}
.product-sec .filter-main label {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    cursor: pointer;
}
.product-sec .filter-main label:last-child {
    margin-bottom: 0;
}
.product-sec .filter-main label span {
    float: right;
    color: #fff;
    opacity: 0.65;
}
.product-sec .filter-main .form-check-input:checked {
    background-color: #0F1726;
    border-color: #fff;
}
.product-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;
}
.product-sec .filter-main .col-lg-4 {
    width: 25%;
}
.product-sec .filter-main option {
    font-family: 'Inter-Regular';
    background-color: #fff;
}
.product-sec .col-xl-12 .row .col-lg-4 {
    padding: 0 7.5px;
}
.product-sec .col-xl-12 .row {
    margin: 0 -7.5px;
}
.product-sec .filter-main .filter-btn {
    width: 20%;
}
/****product-area****/
.product-wrap {
    padding: 0 35px;
    z-index: 1;
}
.each-product {
    border-radius: 0;
    border: 1.5px solid rgba(255, 255, 255, 0.10);
    background: #272828;
    padding: 17px 18px 7px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-content h4,
.each-product-content p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-content p {
    color: rgba(255, 255, 255, 0.70);
	margin-bottom: 0;
}
.each-product-info ul {
    display: flex;
    justify-content: space-between;
	column-gap: 15px;
    flex-wrap: wrap;
    row-gap: 15px;
}
.each-product-info li {
    color: rgba(255, 255, 255, 0.70);
    line-height: 26px;
    letter-spacing: 0.36px;
	font-family: 'Inter-Regular';
	font-size: 1.8rem;
}
.each-product-info li strong {
    display: block;
    font-weight: normal;
    color: #fff;
}
.each-product-content .common-btn {
    text-align: center;
    background-color: #1C1C1C;
    color: #fff;
    border-color: #1C1C1C;
	font-family: 'Inter-Regular';
	font-size: 1.8rem;
	padding: 16px 32px;
}
.each-product-content .common-btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #1C1C1C;
}
.each-product-content .common-btn .btn-round {
    background-color: #fff;
}
.each-product:hover .common-btn {
    background-color: #fff;
    border-color: #fff;
    color: #1C1C1C;
}
.each-product-content .common-btn strong {
    font-weight: normal;
}
.each-product-content {
	margin-top: 20px;
}
.each-product-info {
    margin: 27px 0 35px;
}
.product-slider .swiper-button-prev {
    left: -5%;
}
.product-slider .swiper-button-next {
    right: -5%;
}
.product-btm-btn {
    margin-top: 78px;
}
.each-product:hover {
	border-color: #fff;
}
.each-product-img {
    position: relative;
}
.each-product-img-wrap {
    height: 100%;
    width: 100%;
}
.each-product-img img {
    display: none;
}
.each-product-img-wrap img.active {
    display: block;
}
.each-product-progress {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 14px;
    z-index: 1;
    background-color: rgba(39, 40, 40, 0.20);
    display: none;
}
.each-product-progress span {
    background-color: #fff;
    display: block;
    height: 100%;
    width: 0;
    border-bottom-right-radius: 0;
}
/****service-sec****/
.service-sec {
  	background-color: #323232;
  	padding: 122px 0 150px;
}
.service-title p {
    margin-bottom: 0;
    max-width: 490px;
    width: 100%;
	margin-top: 35px;
}
.service-title {
	margin-bottom: 84px;
}
.each-service {
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-img {
	height: 406px;
}
.each-service-img img {
	height: 100%;
	object-fit: cover;
}
.each-service {
	position: relative;
}
.each-service::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(0deg, rgba(28, 28, 28, 0.90) 0%, rgba(28, 28, 28, 0.90) 100%);
	opacity: 0.4;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service:hover::after {
	opacity: 1;
}
.each-service-info {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
	padding: 20px 45px;
}
.each-service-info p {
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	max-width: 365px;
	width: 100%;
	margin: 0 auto;
}
.service-slider-arrow {
    display: flex;
    column-gap: 10px;
    justify-content: center;
	margin-bottom: 40px;
	/* opacity: 0; */
    display: none;
}
.service-slider-arrow .common-arrow {
	border-radius: 42px;
    top: -14%;
    height: 42px;
    width: 42px;
    position: initial;
    border-color: #fff;
}
.service-slider-arrow .common-arrow img {
    width: 11px;
}
.service-slider-arrow .swiper-button-next {
    right: auto;
    position: relative;
    top: 26px;
}
.service-slider-arrow .swiper-button-prev {
    position: relative;
    top: 26px;
    left: 0px;
}
/****about-sec****/
.about-sec {
	background-color: #fff;
	position: relative;
	padding: 203px 0 185px;
}
.about-info {
    padding-right: 10px;
}
.about-mobile-img {
    display: none;
}
.about-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
}
.about-img img {
	height: 100%;
	object-fit: cover;
}
.about-info h2 {
	color: #1c1c1c;
}
.about-info ul {
	display: flex;
	flex-wrap: wrap;
}
.about-info li {
	padding-left: 40px;
	width: 49%;
	margin-bottom: 18px;
}
.about-info li::after {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	background-image: url(../images/about-vector.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px;
	height: 22px;
	width: 30px;
}
.about-info .common-btn {
	margin: 43px 0 74px;
}
.each-about-img {
    height: 100%;
}
.about-img .swiper-slide {
    height: auto;
}
.about-img .swiper {
    height: 100%;
}
/****footer-area****/
.footer-area {
	background-color: #323232;
	padding: 95px 0 24px;
}
.footer-left ul {
	display: flex;
	column-gap: 10px;
	margin-bottom: 22px;
}
.each-footer-contact p strong {
	font-weight: normal;
}
.bovag-logo {
	width: 200px;
}
.mb-logo {
	width: 111px;
}
.footer-left p {
	margin-bottom: 10px;
}
.footer-left a:hover,
.each-footer-contact a:hover {
	color: rgba(255, 255, 255, 0.50);
}
.each-footer-contact p {
	margin-bottom: 0;
}
.footer-right {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    padding-left: 10%;
}
.each-footer-contact a,
.footer-left a {
	line-height: 26px;
}
.each-footer-contact h6 {
	font-size: 1.8rem;
	color: #fff;
	line-height: 26px;
	font-family: 'Inter-Regular';
	margin-bottom: 5px;
}
.footer-social ul {
    display: flex;
    column-gap: 17px;
    align-items: center;
    justify-content: center;
}
.footer-opening-times {
    display: flex;
    column-gap: 22px;
}
.each-footer-contact h5 {
	margin-bottom: 22px;
}
.each-footer-opening-time td:nth-child(even) {
	padding-left: 5px;
}
.footer-social li a img {
  	height: 22px;
}
.footer-social li a img:hover {
    opacity: 0.5;
}
.footer-social {
	margin-top: 40px;
}
.footer-logo img {
	width: 141px;
}
.footer-mobile .bovag-logo {
	width: 118px;
}
.footer-mobile ul {
	display: flex;
	justify-content: space-between;
	column-gap: 10px;
	align-items: center;
}
.footer-mobile {
	display: none;
}
.footer-mobile-social li img {
	height: 15px;
}
.footer-credit a {
	font-size: 1.4rem;
	line-height: 20px;
}
.footer-credit a:hover {
    color: rgba(255, 255, 255, 0.50);
}
.footer-mobile-social {
	margin-top: 0;
}
.footer-mobile-btm {
	display: none;
}
/* ============================================== diensten-list ============================================== */
/****inner-banner-sec****/
.inner-banner-sec {
    position: relative;
}
.inner-banner-text {
    bottom: 183px;
    position: absolute;
    left: 0;
    width: 100%;
}
.dtl-bk-btn {
    padding-top: 190px;
}
/****diensten-list-info-sec****/
.diensten-list-info-right p {
    margin: 0;
}
.diensten-list-info-sec {
    padding-top: 120px;
    padding-bottom: 70px;
}
.diensten-list-info-right {
    max-width: 610px;
    margin-left: auto;
    margin-right: 0;
}
.diensten-list-info-right li:nth-child(even) {
    text-decoration: underline;
}
/****diensten-list-sec****/
.diensten-list-sec {
    padding-bottom: 120px;
}
.each-diensten-list {
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: #272828;
    padding: 20px 20px 25px 20px;
    height: 100%;
}
.each-diensten-list-text {
    padding-top: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.each-diensten-list-text-wrap {
    padding-right: 10px;
}
.diensten-list-sec .row {
    row-gap: 40px;
    margin: 0px -10px;
}
.diensten-list-sec .col-lg-6 {
    padding: 0px 10px;
}
.each-diensten-list-img img {
    border-radius: 0;
}
.each-diensten-list-arrow {
    background-color: #222323;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diensten-list-arrow img {
    width: 14px;
    height: 14px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    filter: brightness(1);
    -webkit-filter: brightness(1);
}
.each-diensten-list:hover .each-diensten-list-arrow {
    background-color: #1F293D;
    border-color: #1F293D;
}
.each-diensten-list:hover .each-diensten-list-arrow img {
    transform: rotate(-27deg);
}
.each-diensten-list h4 {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diensten-list:hover h4 {
    color: #1C1C1C;
}
.each-diensten-list:hover {
    background-color: #FFF;
}
/* ============================================== diensten-dtl ============================================== */
/****inner-header****/
.inner-header .header-area {
    background-color: #262626;
}
.inner-header .header_inner {
    border-bottom: 0;
    padding-bottom: 0;
}
.inner-header .menu-right .common-btn:hover {
    border-color: #fff;
}
/****back-btn****/
.back-btn-sec {
    padding-top: 240px;
    background-color: #fff;
}
.back-btn {
    color: #0F1726;
    position: relative;
    display: inline-flex;
    line-height: 26px;
    align-items: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.back-btn-img {
    height: 50px;
    width: 50px;
    border: 1px solid #1C2C49;
    background-color: #222323;
    border-radius: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.back-btn-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.back-btn:hover {
    color: rgba(15, 23, 38, 0.70);
}
/****diensten-dtl-top-sec****/
.diensten-dtl-top-content h1 {
    color: #1C1C1C;
    margin-bottom: 15px;
}
.diensten-dtl-top-sec {
    background: #FFF;
    padding-bottom: 75px;
    padding-top: 42px;
}
.diensten-dtl-top-content p {
    color: rgba(28, 28, 28, 0.70);
    margin-bottom: 0;
}
.diensten-dtl-top-content {
    max-width: 677px;
    padding-right: 16px;
}
.diensten-dtl-top-sec ul {
    margin-bottom: 14px;
    margin-top: 10px;
}
.diensten-dtl-top-sec li {
    color: rgba(28, 28, 28, 0.7);
    font-family: 'Inter-Regular';
    font-size: 1.8rem;
    line-height: 26px;
    padding-left: 20px;
}
.diensten-dtl-top-sec li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    height: 8px;
    width: 8px;
    background-image: url(../images/bullet-vector.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px;
}
.diensten-dtl-top-content h4 {
    color: rgba(28, 28, 28, 0.7);
}
/****diensten-dtl-mid-sec****/
.diensten-dtl-mid-sec {
    background: #FFF;
    padding-bottom: 120px;
}
.diensten-dtl-mid-content h2 {
    color: #1C1C1C;
    padding-bottom: 30px;
}
.diensten-dtl-mid-content p {
    color: rgba(28, 28, 28, 0.70);
    margin-bottom: 0;
}
.diensten-dtl-mid-content {
    padding-left: 15px;
    max-width: 630px;
    width: 100%;
}
.diensten-dtl-mid-img {
    padding-right: 51px;
}
/****diensten-dtl-btm-sec****/
.diens-dtl-btm-sec {
    padding-top: 80px;
    background-color: #262626;
}
.each-diens-dtl-btm-info h4 {
    padding-top: 30px;
    padding-bottom: 10px;
}
.each-diens-dtl-btm {
    border-radius: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background-color: #222323;
    padding: 28px 28px;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.each-diens-dtl-btm:hover {
    background-color: #fff;
}
.each-diens-dtl-btm-info h5,
.each-diens-dtl-btm-info h4,
.each-diens-dtl-btm-info p {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diens-dtl-btm:hover .each-diens-dtl-btm-info h5 ,
.each-diens-dtl-btm:hover .each-diens-dtl-btm-info h4,
.each-diens-dtl-btm:hover .each-diens-dtl-btm-info p {
    color: #1C1C1C;
}
.each-diens-dtl-btm-info p {
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
}
.each-diens-dtl-btm-img {
    margin-bottom: 40px;
}
.diens-dtl-btm-area .row .col-lg-4:nth-child(odd) .each-diens-dtl-btm-img {
    margin-top: 15px;
    margin-bottom: 0;
}
/****form-sec****/
.form-sec {
    padding: 120px 0 130px;
    position: relative;
    overflow: hidden;
}
.form-area .col-lg-5 {
    width: 52%;
}
.form-area .col-lg-7 {
    width: 48%;
}
.form-left-bg {
    border-radius: 0;
    overflow: hidden;
    height: 100%;
    position: relative;
}
.form-left-bg::after {
    background: linear-gradient(0, rgba(28, 28, 28, 0.4) 0%, rgba(28, 28, 28, 1));
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
}
.form-contact-info {
    padding: 33px 39px;
    position: relative;
    z-index: 2;
}
.form-left-top h2 {
    margin-bottom: 25px;
}
.form-left-top p {
    max-width: 500px;
    width: 100%;
    margin-bottom: 0;
}
.main-form-info {
    display: flex;
    column-gap: 100px;
    margin-top: 40px;
    margin-bottom: 46px;
}
.each-form-info a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.form-right-area {
    padding: 34px 70px;
    background-color: #fff;
    height: 100%;
}
.form-main-area .form-group {
    margin-bottom: 18px;
}
.form-main-area .form-styl {
    resize: none;
    border-radius: 0 !important;
    border: none;
    color: rgba(28, 28, 28, 0.50);
    font-size: 1.8rem;
    line-height: 26px;
    padding: 18px 26px 14px;
    border: 1px solid rgba(28, 28, 28, 0.10);
    background: rgba(15, 23, 38, 0.03);
}
.form-main-area .form-styl:placeholder {
    color: rgba(28, 28, 28, 0.50);
}
.form-main-area .form-styl:-ms-input-placeholder {
    color: rgba(28, 28, 28, 0.50);
}
.form-main-area .form-styl::placeholder {
    color: rgba(28, 28, 28, 0.50);
}
.form-main-area .form-styl:focus {
    box-shadow: none;
    color: #fff;
    border-color: rgba(28, 28, 28, 0.80);
    background: #262626;
}
.form-main-area .form-styl:focus::placeholder {
    color: #fff;
}
.form-group textarea.form-control {
    min-height: 222px;
}
.form-btn {
    margin-top: 40px;
}
.form-main-area .form-style.photo_upload, 
.form-main-area .form-style.foto_upload { 
    color: rgba(28, 28, 28, 0.50); 
}
/****dtl-slider-sec****/
.dtl-slider-sec {
    padding-bottom: 120px;
    background-color: #262626;
}
.dtl-slider-title {
    text-align: center;
    margin-bottom: 100px;
}
.dtl-slider .swiper-button-next {
    right: -2%;
    background-color: #262626;
}
.dtl-slider .swiper-button-prev {
    left: -2%;
    background-color: #262626;
}
/* .werkplaats-form-sec {
    background-color: #262626;
    padding-bottom: 0;
} */
.werkplaats-dtl-btm-sec {
    padding-bottom: 80px;
}
.werkplaats-dtl-slider {
    padding-top: 120px;
}
/* ============================================== werkplaats-list ============================================== */
/****diensten-list-info-sec****/
.diensten-list-info-sec ul {
    display: flex;
    justify-content: end;
    align-items: center;
    column-gap: 12px;
    flex-wrap: wrap;
    row-gap: 12px;
}
.diensten-list-info-sec ul li a {
    background-color: #fff;
    border: 1px solid #fff;
    padding: 14px 28px;
    max-width: max-content;
    color: #02131F;
    font-family: 'Inter-Regular';
    font-size: 1.8rem;
    line-height: 30px;
}
.diensten-list-info-sec ul li:first-child a {
    background-color: #10D010 !important;
    border-color: #10D010 !important;
    color: #fff !important;
}
.diensten-list-info-sec ul li a img {
    margin-right: 10px;
    height: 26px;
    width: 26px;
    margin-top: -4px;
}
.diensten-list-info-sec ul li a:hover {
    background-color: #1F293D; 
    border-color: #1F293D;
    color: #fff;
}
/* ============================================== werkplaats-dtl ============================================== */
/****werkplaats-dtl-top-sec****/
.werkplaats-dtl-top-sec li {
    padding-left: 0;
}
.werkplaats-dtl-top-sec li::after {
    display: none;
}
/* ============================================== over-ons ============================================== */
/****usp-marquee****/
.usp-marquee-sec {
    position: relative;
    width: 100%;
    padding: 50px 0 76px;
    overflow: hidden;
}
.usp-marquee-wrap {
    display: flex;
    width: max-content;
    gap: 128px;
}
.usp-marquee-wrap ul {
    display: flex;
    gap: 128px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.usp-marquee-wrap li {
    white-space: nowrap;
    line-height: 30px;
    color: #fff;
    font-size: 2.4rem;
    padding-left: 65px;
    position: relative;
    display: flex;
    align-items: center;
}
.usp-marquee-wrap li::after {
    content: "";
    height: 35px;
    width: 47px;
    position: absolute;
    left: 0;
    top: 10px;
    background-image: url(../images/usp-img.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 47px;
}
/****over-ons-top-sec****/
.over-ons-top-img {
    padding-left: 92px;
}
.over-ons-top-info h2 {
    margin-bottom: 32px;
}
.over-ons-top-info {
  padding-right: 25px;
}
.over-ons-top-info p {
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 0;
}
/****over-ons-mid-sec****/
.over-ons-mid-sec {
    padding: 80px 0 130px;
}
.over-ons-mid-img {
    height: 100%;
}
.over-ons-mid-img img {
    height: 100%;
    object-fit: cover;
}
.over-ons-mid-info {
    padding-left: 82px;
}
.over-ons-mid-info p {
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 0;
}
.over-ons-mid-info li {
    border: 1px solid rgba(255, 255, 255, 0.50);
    border-radius: 10px;
    padding: 28px 105px;
    padding-right: 45px;
    margin-bottom: 42px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-ons-mid-info li:hover {
    border-color: #fff;
}
.over-ons-mid-info li:last-child {
    margin-bottom: 0;
}
.over-ons-mid-info h4 {
    margin-bottom: 10px;
}
.over-ons-mid-info li img {
    width: 63px;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    background: #262626;
    padding: 20px 0;
}
/****overons-member-sec****/
.overons-member-sec {
    padding: 0 0 120px;
    overflow: hidden;
}
.overons-member-wraper {
    margin: 0 -50px;
}
.overons-member-sec h2 {
    text-align: center;
    margin-bottom: 97px;
}
.each-member-dtls {
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: #222323;
    padding: 20px;
    padding-bottom: 0;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-member-dtls:hover {
    background: #fff;
    border-color: #fff;
}
.member-dtls {
    text-align: center;
    padding: 22px;
}
.member-dtls h5 {
    margin-bottom: 5px;
}
.member-dtls h6 {
    color: #fff;
    font-family: 'Inter-Regular';
    font-size: 1.8rem;
    line-height: 26px;
}
.each-member-dtls:hover .member-dtls h5,
.each-member-dtls:hover .member-dtls h6 {
    color: #1C1C1C;
}
.overons-member-slider .common-arrow:hover {
    border-color: #1C2C49;
}
.overons-member-slider .swiper-button-next {
    right: 7%;
}
.overons-member-slider .swiper-button-prev {
    left: 7%;
}
/* ============================================== contact ============================================== */
/****map****/
.map {
    height: 600px;
}
/****contact-form-sec****/
.contact-form-sec {
    padding-bottom: 158px;
}
/* ============================================== faq ============================================== */
/****faq-top****/
.faq-top {
    background-color: #fff;
    padding: 80px 0 72px;
}
.faq-top h2 {
    color: #0F1726;
}
.faq-top p {
    color: #1C1C1C;
    margin-bottom: 0;
}
/****faq-block****/
.faq-block {
    padding: 0 0 120px;
    background-color: #fff;
}
.acc-block {
    position: relative;
}
.acc-block ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.acc-block h4 {
    position: relative;
    text-transform: none;
    cursor: pointer;
    padding-right: 28px;
    color: #1C1C1C;
}
.acc-block p {
    margin-top: 10px;
    margin-bottom: 0;
    max-width: 810px;
    width: 100%;
    color: #1C1C1C;
}
.acc-block li {
    border-bottom: 2px solid rgba(28, 28, 28, 0.50);
    padding: 20px 0 27px 0;
    margin-bottom: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.acc-block li:last-child {
    margin-bottom: 0;
}
.acc-block li:first-child {
    padding-top: 0;
}
.acc-block li>*:not(:first-child) {
    display: none;
}
.acc-block li h4::after {
    position: absolute;
    height: 20px;
    width: 20px;
    background-image: url(../images/plus.svg);
    background-size: 20px;
    content: "";
    top: 10px;
    right: 0;
    transition: all 0.5s;
}
.show_accordian h4::after {
    background-image: url(../images/plus.svg) !important;
}
/* ============================================== aanbod-list ============================================== */
/****aanbod-list-top-sec****/
.aanbod-list-top-sec {
    padding-top: 184px;
}
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 50px 0 37px;
}
.filter-left-area {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 20px;
}
.filter-left-title h4 {
    line-height: 32px;
    font-size: 2rem;
}
.main-filter-area {
    width: 100%;
    max-width: 1050px;
}
.main-filter-area .row {
    margin: 0 -10px;
}
.main-filter-area .col-lg-3 {
    padding: 0 10px;
    width: 20%;
}
.aanbod-filter-sec .select-style {
    padding: 0 45px 0 29px;
    background: url(../images/filter-arrow.svg) no-repeat 87% center / 15px;
    border-color: #FFF;
    background-color: #1C1C1C;
    color: #FFF;
    border-radius: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-filter-sec .select-style.show {
    border-radius: 0 0;
    background: url(../images/filter-arrow.svg) no-repeat 87% center / 15px;
    background-color: #1c1c1c;
    border: 1px solid #fff;
    color: #fff;
}
.aanbod-filter-sec .filter-content{
    background-color: #1c1c1c;
    border-radius: 0;
}
.filter-left-title {
    display: flex;
    align-items: center;
    padding-right: 14px;
}
/****aanbod-product-sec****/
.aanbod-product-area {
    max-width: calc(100% - 80px);
    width: 100%;
    margin: 0 auto;
}
.aanbod-product-sec .each-product {
    background-color: #fff;
    border-color: #fff;
}
.aanbod-product-sec .each-product-content h2 {
    color: #272828;
    margin-bottom: 8px;
}
.aanbod-product-sec .each-product-content p {
    color: rgba(39, 40, 40, 0.70);
}
.aanbod-product-sec .each-product-info li {
    color: rgba(39, 40, 40, 0.70);
}
.aanbod-product-sec .each-product-info li strong {
    color: #272828;
}
.aanbod-product-sec .each-product:hover {
    background-color: #1F293D;
    border-color: #1F293D;
}
.aanbod-product-sec .each-product:hover .each-product-content h2 {
    color: #fff;
}
.aanbod-product-sec .each-product:hover .each-product-content p {
    color: rgba(255, 255, 255, 0.70);
}
.aanbod-product-sec .each-product:hover .each-product-info li {
    color: rgba(255, 255, 255, 0.70);
}
.aanbod-product-sec .each-product:hover .each-product-info li strong {
    color: #fff;
}
.aanbod-product-area .col-lg-6 {
    padding: 0 10px;
}
.aanbod-product-area .row {
    row-gap: 45px;
    margin: 0 -10px;
}
/****aanbod-list-btm****/
.aanbod-list-btm {
    padding: 45px 0 168px;
}
.aanbod-list-btm-img {
    padding-left: 35px;
}
.aanbod-list-btm-info p {
    margin: 35px 0 62px;
    max-width: 510px;
    width: 100%;
}
.aanbod-list-btm-info {
    padding-right: 30px;
}
/* ============================================== verkocht ============================================== */
/****verkocht-product-sec****/
.verkocht-product-sec {
    padding-top: 190px;
    padding-bottom: 100px;
}
.verkocht-product-sec  .each-product {
    padding-bottom: 20px;
}
.verkocht-product-sec  .each-product-img img {
    display: block;
} 
/* ============================================== aanbod-dtl ============================================== */
/****aanbod-dtl-back-btn****/
.aanbod-dtl-back-btn.back-btn-sec {
    padding-top: 190px;
}
.aanbod-banner-info-title h2 {
    color: #1C1C1C;
}
.aanbod-banner-info-title p {
    margin-bottom: 0;
    margin-top: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(28, 28, 28, 0.6);
}
.aanbod_dtl_banner {
    padding-top: 31px;
    background: #FFF;
}
.aanbod-banner-info{
    padding-bottom: 30px;
}
.aanbod-banner-info table {
    width: 100%;
}
.aanbod-banner-info tr {
    display: flex;
    justify-content: end;
    column-gap: 30px;
}
.aanbod-banner-info td {
    vertical-align: top;
}
.aanbod-banner-info h5 {
    color: #1C1C1C;
    font-family: 'Inter-SemiBold';
    line-height: 26px;
    letter-spacing: 0.4px;
}
.aanbod-banner-info h6 {
    color: rgba(28, 28, 28, 0.6);
    font-size: 1.8rem;
    line-height: 26px;
    font-family: 'Inter-Regular';
}
.aanbod_dtl_banner .col-lg-3 {
    width: 32%;
}
.aanbod_dtl_banner .col-lg-9 {
    width: 66%;
}
.aanbod-dtl-banner-right {
    height: 100%;
}
.smal-car-sec {
    display: flex;
    flex-direction: column;
    row-gap: 22px;
    height: 100%;
}
.aanbod-banner-row {
    gap: 24px ;
}
.aanbod_dtl_banner .common-arrow img {
    width: 19px;
}
.big-car-slider .common-arrow {
    border-color: #1C2C49;
    background-color: #fff;
}
.big-car-slider .common-arrow img {
    filter: brightness(1);
}
.big-car-slider .common-arrow:hover {
    background-color: #1C2C49;
}
.big-car-slider .common-arrow:hover img {
    filter: brightness(0) invert(1);
}
.big-car-slider .swiper-button-prev{
    left: 4.3%;
}
.big-car-slider .swiper-button-next {
    right: 4.3%;
}
.big-car-slider,
.aanbod-big-car {
    height: 100%;
}
.each-big-car {
    height: 100%;
    cursor: pointer;
}
.each-big-car img {
    height: 100%;
    object-fit: cover;
}
/****aanbod-car-dtls-sec****/
.aanbod-car-dtls-sec {
    background: #FFF;
    padding: 20px 0 0;
}
.aanbod-car-dtls-btn ul {
    display: flex;
    column-gap: 12px;
}
.aanbod-car-dtls-btn .common-btn.whatsapp-btn {
    background: #2AA32A;
    border: 1px solid #FFF;
    color: #fff;
}
.aanbod-car-dtls-btn .common-btn.whatsapp-btn:hover {
    background: #2AA32A;
    border-color: #2AA32A;
    color: #fff;
}
.aanbod-car-dtls-btn .common-btn.whatsapp-btn:hover .btn-round {
    background-color: #2AA32A;
    border-color: #2AA32A;
}
.aanbod-car-dtls-btn .common-btn {
    border: 1px solid #1C1C1C;
    background-color: #1C1C1C;
    color: #fff;
}
.aanbod-car-dtls-btn .common-btn:hover {
    color: #1C1C1C;
}
.whatsapp-btn img {
    width: 24px;
    margin-right: 10px;
}
.aanbod-car-dtls-btn .common-btn .btn-round {
    background-color: #fff;
} 
.aanbod-car-dtls-area .col-lg-7 {
    width: 55%;
}
.aanbod-car-dtls-area .col-lg-5 {
    width: 45%;
}
.aanbod-car-dtls ul {
    display: flex;
    justify-content: end;
    column-gap: 43px;
}
.aanbod-car-dtls li img {
    margin-right: 8px;
    margin-top: -3px;
} 
.aanbod-car-dtls li a {
    color: #1C1C1C;
    line-height: 26px;
    font-family: 'Inter-Regular';
    font-size: 1.8rem;
}
.aanbod-car-dtls li a:hover {
    color: rgba(28, 28, 28, 0.6);
}
.aanbod-share-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}
.aanbod-share-btn h6 {
    line-height: 26px;
    letter-spacing: normal;
    color: #1C1C1C;
    padding-right: 14px;
    font-family: 'Inter-Regular';
    font-size: 1.8rem;
}
.share-icon {
    height: 41px;
    width: 41px;
    border: 1px solid #1C1C1C;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.share-icon img {
    width: 15px;
}
.share-icon:hover {
    border-color: #1C1C1C;
    background-color: #1C1C1C;
}
.share-icon:hover img {
    filter: brightness(0) invert(1);
}
/****dtl-tab-sec****/
.dtl-tab-sec {
    padding: 131px 0 112px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 20px;
    margin-bottom: 47px;
    row-gap: 23px;
}
.tab-area .col-lg-8 {
    width: 69%;
}
.tab-area .col-lg-4 {
    width: 31%;
}
ul.tabs li {
    line-height: normal;
    margin: 0;
    word-break: break-word;
    text-transform: none;
    cursor: pointer;
    max-width: max-content;
    display: inline-block;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    /* border-radius: 50px; */
    color: #262626;
    font-size: 1.8rem;
    line-height: 26px;
}
ul.tabs li::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 31px;
    background-color: #1C1C1C;
    height: 2px;
    border-radius: 0;
    width: 0;
    transform: translateX(-50%);
    transition: all 0.5s;
    display: none;
}
ul.tabs li.active::after,
ul.tabs li:hover::after {
    width: 100%;
}
ul.tabs li.active.common-btn::after {
    width: 100%;
    border: 1px solid #1C1C1C;
    display: none;
}
ul.tabs li.active.common-btn::before {
    background-color: transparent;
}
ul.tabs li.active.common-btn:active:hover {
    transform: none;
}
ul.tabs li.active.common-btn.border-btn:hover {
    background-color: #262626;
    border-color: #262626;
    color: #fff;
}
ul.tabs li.common-btn.border-btn:hover {
    background-color: #262626;
    border-color: #262626;
    color: #fff;
}
ul.tabs li.active.common-btn.border-btn .btn-round {
    background-color: #262626;
}
.tab_content {
    display: none;
}
.tab_drawer_heading {
    display: none;
}
.kenteken-check {
    background-image: url(../images/kenteken-check.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}
.kenteken-check.common-btn:hover {
    background-color: transparent;
    border-color: transparent;
    color: #1c1c1c;
}
.kenteken-check.common-btn .btn-round {
    background-color: transparent;
}
.tab-left {
    padding-right: 100px;
}
/****tab-content****/
.kenmerken-tab {
    overflow: hidden;
}
.kenmerken-tab table {
    width: 100%;
}
.kenmerken-tab tr {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-bottom: 1px solid #262626;
}
.kenmerken-tab td {
    padding: 10px 20px;
    width: 33.33%;
    flex-shrink: 0;
    position: relative;
    border-bottom: 1px solid #262626;
    margin-bottom: -5px;
}
.kenmerken-tab td::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    content: "";
    background: #262626;
}
.kenmerken-tab td h6 {
    color: #262626;
    letter-spacing: normal;
    margin-bottom: 3px;
    font-size: 1.8rem;
    font-family: 'Inter-Regular';
    line-height: 26px;
}
.kenmerken-tab td h6 em {
    color: rgba(38, 38, 38, 0.70);
    font-style: normal;
}
.bullet-panel h5 {
    border-bottom: 1px solid #1C1C1C;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #262626;
}
.bullet-panel h5 strong {
    font-weight: normal;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin: 24px 0 20px;
}
.dtl-tab-sec .bullet-panel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    margin-bottom: 4px;
    font-size: 1.6rem;
    font-family: 'Inter-Regular';
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 7px;
    position: absolute;
    top: 11px;
    left: 0;
    content: '';
    width: 7px;
    height: 7px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    filter: brightness(0);
}
.tab_content p {
    color: #262626;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1C1C1C;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #1C1C1C;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.block-dtls h5 {
    text-transform: none;
    font-size: 2.2rem;
    color: #262626;
}
.each-onderhoud-block p {
    margin-top: 8px;
    margin-bottom: 25px;
}
.left-bg-block p {
    margin-bottom: 0;
    color: #fff;
}
.left-bg-block p strong,
.block-dtls h5 strong {
    font-weight: normal;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn {
    margin-top: 60px;
}
.Afleverpakketten-tab-wrap {
    display: flex;
    column-gap: 20px;
    border-radius: 0 !important;
    justify-content: center;
    border: 1px solid rgba(28, 28, 28, 0.2);
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.13);
    padding: 20px;
}
.each-table h3 {
    font-size: 3.6rem;
}
.each-table h4 {
    margin: 24px 0;
}
.each-table {
    border: 1px solid #1C1C1C;
    border-radius: 0 !important;
    overflow: hidden;
    background: #1C1C1C;
    padding: 30px 40px 97px;
}
.each-table li {
    color: #fff;
    line-height: 24px;
    letter-spacing: 0.36px;
    position: relative;
    margin-bottom: 17px;
    padding-left: 34px;
    font-family: 'Inter-Regular';
}
.each-table li::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 23px;
    content: "";
    background-image: url(../images/black-tick-round.svg);
    background-size: 22px;
    background-repeat: no-repeat;
}
.each-table h3 strong,
.each-table h4 strong {
    color: #1C1C1C;
    font-weight: normal;
}
.each-table:last-child {
    margin-bottom: 0;
    border: 1px solid rgba(28, 28, 28, 0.22);
    background: #FFF;
}
.each-table:last-child li::after {
    background-image: url(../images/white-tick-round.svg);
}
.each-table:last-child li {
    color: #1C1C1C;
}
.Kentekencheck-tab-wrap {
    width: 100%;
    padding: 40px 30px 30px;
    background: rgba(28, 28, 28, 0.20);
    margin-top: 37px;  
}
/****kenmarken-popup****/
.kenmarken-popup {
    display: none;
}
.kenmarken-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.kenmarken-popup-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.60);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
    border-radius: 0 !important;
    background-color: #fff;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #1C1C1C;
    box-shadow: 0px 0px 25px 0px rgba(28, 41, 61, 1);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(31, 41, 61, 1);
    overflow: hidden;
}
.kenmarken-popup-close {
    background-color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #1C1C1C;
}
.kenmarken-popup-close img {
    width: 25px;
    filter: brightness(100) invert(1);
}
.kenmarken-popup-content {
    overflow-y: scroll;
    height: calc(100% - 116px);
    padding-right: 20px;
}
.kenmarken-popup-content::-webkit-scrollbar {
    background-color: #5B5A5E;
    width: 10px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
    background-color: #999999;
}
.kenmerken-popup-model {
    padding-bottom: 30px;
    padding-right: 40px;
}
.kenmerken-popup-model h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1C1C1C;
    font-size: 3rem;
    margin-bottom: 10px;
}
.kenmerken-popup-model h6 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1c1c1c;
    font-size: 1.6rem;
}
.kenmarken-popup-content h4 {
    margin-bottom: 16px;
    line-height: 32px;
    letter-spacing: normal;
    color: #1C1C1C;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 61px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    color: #1C1C1C;
    line-height: 24px;
    letter-spacing: 0.36px;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1.5px solid #D9D9D9;
    font-family: 'Inter-Regular';
}
.kenmarken-popup-content li:nth-child(even) {
    color: rgba(15, 23, 38, 0.70);
}
.kenmarken-popup-content li::after {
    display: none;
}
.tab-right-part {
    padding: 69px 30px 62px;
    text-align: center;
    border-radius: 0 !important;
    border: 1px solid #232323;
    background: #232323;
}
.tab-right-part h6 {
    color: #FFF;
    font-family: 'Inter-Regular';
    font-size: 1.8rem;
    line-height: 26px;
}
.tab-right-part h4 {
    color: #FBFBFB;
    margin: 12px 0 5px;
}
.tab-right-part p {
    margin-bottom: 14px;
}
.tab-man {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 24px;
}
.tab-man img {
    border-radius: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.tab-right-part a:hover {
    color: rgba(255, 255, 255, 0.40);
}
/****aanbod-dtl-form-sec****/
.aanbod-dtl-form-sec {
    padding-bottom: 120px;
}
/****related-car-block****/
.related-car-block {
    padding-bottom: 112px;
}
.related-car-title {
    margin-bottom: 78px;
    text-align: center;
}
.related-car-block .swiper-button-next {
    right: -5%;
}
.related-car-block .swiper-button-prev {
    left: -5%;
}
/* ============================================== bedankt ============================================== */
.bedankt-banner-sec .each-banner::after {
    display: none;
}
.bedankt-banner-sec .each-banner {
    height: 893px;
}
/* ============================================== popup ============================================== */
.modal-area .modal-dialog {
    max-width: 66%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(28, 28, 28, 0.70);
    backdrop-filter: blur(12px);
}
.modal-area .modal-content {
    border: 0;
    background: #ffffff;
    position: relative;
}
.modal-content .col-lg-5 {
    width: 40%;
}
.modal-content .col-lg-7 {
    width: 60%;
}
.modal-area .popup-content {
    padding: 50px;
}
.modal-area .popup-content p {
    color: #1C1C1C;
    margin-bottom: 0;
}
.modal-area .popup-content h2 {
    color: #0F1726;
    margin-top: 40px;
}
.pop-up-image {
    height: 100%;
}
.pop-up-image img {
    height: 100%;
    object-fit: cover;
}
.modal-area .popup-content ul {
    margin: 35px 0;
}
.modal-area .popup-content li {
    position: relative;
    font-size: 2.4rem;
    color: #1C1C1C;
    line-height: 44px;
}
.modal-area .popup-content li {
    padding-left: 25px;
}
.modal-area .popup-content li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 16px;
    background-image: url(../images/oval-bullet.svg);
    background-size: 10px;
    height: 10px;
    width: 10px;
    background-position: center;
    background-repeat: no-repeat;
}
/***************************STYLE FOR DEVELOPERS*****************************/

/*******loader*****/
#loader_section{
    display:none;
    width:100%;
    position: fixed;
    top: 0;
    background: #000000b8;
    z-index: 9999999;
    height: 100vh;
    padding: 30vh 0px;
  }
  #loader_section p{
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
  }
  #loader_section img{
    width: 100px;
    margin-bottom: 25px;
  }
  
  /*********Morgen Footer************/
  .morgeninternet-footer {
      background: #000000;
      width: 100%;
      height: 50px;
      display: block;
      text-align: center;
      transition: 0.3s all;
  }
  
  .morgeninternet-footer:hover {
      background: #202020;
      transition: 0.3s all;
  }
  
  .morgeninternet-footer > img {
      height: 35px;
      padding-top: 15px;
  }
  
  
  /****aanbod dtl****/
  .kenteken_np{
      background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
      background-repeat: no-repeat;
      background-position: left;
      padding: 4px 10px 6px 20px;
      color: #000;
      background-size: contain;
  }
  .star_icon{
      margin-bottom: 30px;
  }
  .star_icon h4{
      padding-bottom: 10px;
      text-transform: uppercase;
      padding-top: 15px;
      margin-bottom: 15px;
     color: #1c1c1c;
      border-bottom: 1px solid #181716;
      padding-bottom: 10px;
  }
  .star_icon p img{
      width: 15px;
      margin-top: -3px;
      margin-right: 5px;
  }
  .star_icon p{
      padding-bottom: 6px;
      word-break: break-word;
  }
  .photo_contnt li img{
      width: 15px;
      margin-left: 5px;
  }
  .star_icon h3 {
      margin: 40px 0 30px;
  }
  .aanbod-detail-tab-sec .tab-content .star_icon p {
      margin: 0;
  }
  .bullet-panel h3 {
      margin-bottom: 30px;
  }
  .cursor{
      cursor:pointer;
  }
  .aanbod-loader {
      width: 45px;
      height: 40px;
      background: linear-gradient(#555 calc(1*100%/6),#fff 0 calc(3*100%/6),#555 0),
                linear-gradient(#555 calc(2*100%/6),#fff 0 calc(4*100%/6),#555 0),
                linear-gradient(#555 calc(3*100%/6),#fff 0 calc(5*100%/6),#555 0);
      background-size: 10px 400%;
      background-repeat: no-repeat;
      animation: matrix 1s infinite linear;
    }
    @keyframes matrix {
      0% {
        background-position: 0% 100%, 50% 100%, 100% 100%
      }
    
      100% {
        background-position: 0% 0%, 50% 0%, 100% 0%
      }
    }
    .load_aanbod{
      justify-content: center;
      display: flex;
      column-gap: 30px;
      align-items: center;
      color: #fff;
    }
  
  
  .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;
  } */
  
  .popup .popuptext {
      display: none;
      width: 200px;
      background-color: #25D366;
      color: #fff;
      text-align: center;
      border-radius: 20px;
      padding: 8px 0;
      position: absolute;
      z-index: 1;
      bottom: 3px;
      right: 3vw;
      font-size: small;
  }
  
  .notifcation {
      position: relative;
  }
  
  .alert-number {
      display: none;
      position: absolute;
      bottom: 28px;
      left: 16px;
      border-radius: 50%;
      width: 17px;
      height: 17px;
      background-color: red;
      color: white;
      text-align: center;
      font-size: small;
      animation: shake 0.5s;
      animation-iteration-count: 1;
  }
  
  @media screen and (max-width: 600px) {
      .popuptext {
          right: 60px !important;
      }
  }
  @media (max-width : 767.98px){
      .fixed-whatsapp-icon{
          display: none;
      }
  }
  /* .footer-area{
      margin-bottom: 22px;
  } */
  .each-service:hover .each-service-arrow .common-arrow-part{
      background-color: #FAFAFA;
  }
  .privacy_section h2{
      padding-top: 85px;
  }
  .iframe-sec{
      padding-top: 153px;
      padding-bottom: 40px;
  }
  .import-auto-section {
      height: 1810px;
  }
  #google_translate_element{
      height: 0;
      overflow: hidden;
  }
  .skiptranslate{
      height: 0;
      overflow: hidden;
      visibility: hidden !important;
      display: none !important;
  }
  .topbar-images a {
      display: inline-flex;
      margin: 0 12px 0 0;
      border-radius: 100%;
      overflow: hidden;
  }
  .active_flag {
      -webkit-box-shadow: 0px 0px 9px 2px rgba(255, 255, 255, 1);
      -moz-box-shadow: 0px 0px 9px 2px rgba(255, 255, 255, 1);
      box-shadow: 0px 0px 9px 2px rgba(255, 255, 255, 1);
  }
  .topbar-images a img {
    width: 30px;
    height: 30px;
  }
  /* @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;
  } */

  .privacy_section {
    padding: 40px 0;
}
.btn_area_planning_widget .blue-btn, .btn_area_planning_widget .planning_widget_form{
    border: 1px solid #fff !important;
}
.btn_area_planning_widget .blue-btn{
    display: flex !important;
    align-items: center;
    max-width: fit-content !important;
    padding: 10px !important;
}

.btn_area_planning_widget .arrow img {
    margin-top: 0px !important;
    margin-left: 10px;
}



























