@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'LamaSansRegular';
    font-size: 1.6rem;
    color: #0E0E0E;
    background: #F5F5F5;
    /*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;
}
/* .add_morgan_footer_margin{
	height: 100px !important;
} */
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #0E0E0E;
    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;
}
/****header****/
.header-area{
	padding: 46px 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-logo {
    text-align: center;
}
.logo img{
	width: 271px;
}
.menu-left ul {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 0;
    padding-left: 0;
}
.menu-left li {
    padding-left: 0;
}
.menu-left li::after {
    display: none;
}
.menu-right{
	display: flex;
	align-items: center;
	justify-content: end;
	column-gap: 30px;
}
.menu-right ul {
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    column-gap: 36px;
}
.menu-right li::after {
    display: none;
}
.menu-right li a {
    font-family: 'lama_sanssemibold';
    font-size: 1.6rem;
    line-height: normal;
    color: #fff;
}
.menu-right li a:hover {
    color: rgba(255, 255, 255, 0.75);
}
.menu-left li img {
    width: 15px;
}
.menu-left li a {
	line-height: normal;
	letter-spacing: 1.6px;
	color: #F5F5F5;
}
.menu-left li a:hover {
    background-color: #fff;
    border-color: #fff;
}
.menu-left li a:hover img {
    filter: invert(50%) sepia(66%) saturate(2177%) hue-rotate(197deg) brightness(74%) contrast(93%);
}
.header-area .nav_menu_right_part{
	cursor: pointer;
}
.menu-round-shadow {
    position: absolute;
    right: 0;
    pointer-events: none;
    z-index: 0;
}
/* .menu-navigation {
    position: relative;
} */
.menu-vector {
    position: fixed;
    bottom: 0;
    right: 0;
    pointer-events: none;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-items.active .menu-vector {
    opacity: 1;
}
.menu-items li {
    border-bottom: 0;
	margin-bottom: 23px;
}
.menu-left li a {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 75px;
    border: 1px solid rgba(255, 255, 255, 0.60);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-right .common-btn {
	z-index: 5;
}
.menu-items ul {
    text-align: left;
}
.menu-items li::after {
    display: none;
}
.menu-items a {
    font-family: 'Lunasima-Bold';
	text-transform: none;
    font-size: 2.6rem;
    line-height: 48px;
    color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    padding-bottom: 0;
    display: inline-block;
}
.menu-items a:hover,
.menu-items a.active {
    color: #fff;
}
.menu-icon{
	width: 30px;
	margin-left: auto;
}
.menu-icon.active {
    top: -18px;
}
.menu-icon:after, .menu-icon:before, .menu-icon div {
    display: block;
    background-color: #F5F5F5;
    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: 29px;
    margin: 11px 0;
}
.menu-icon.active:after{
	transform: translateY(-9px) rotate(-135deg);
}
.menu-icon.active div {
	display: none;
}
.menu-social li {
    display: inline-block;
    margin-right: 14px;
    margin-bottom: 0;
    padding-left: 0;
}
.menu-social li a {
    height: 40px;
    width: 40px;
    border-radius: 100px;
	border: 1px solid rgba(245, 245, 245, 0.41);
	overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-social li a img {
    height: 15px;
}
.menu-social li a:hover {
    border-color: #fff;
    background-color: #fff;
}
.menu-social li a:hover img {
	filter: invert(50%) sepia(66%) saturate(2177%) hue-rotate(197deg) brightness(74%) contrast(93%);
}
.menu-social {
    margin-top: 190px;
}
.menu-navigation {
    padding: 36px 64px 50px 50px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background: #0256AD;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
}
.mobile_menu_items {
    margin-top: 38px;
}
.mobile_menu_items li {
    position: relative;
    padding-bottom: 19px;
    margin-bottom: 18px;
}
.mobile_menu_items li::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.30);
    content: "";
}
.sticky-hidden{
	position: fixed;
    z-index: 99;
    background-color: #005CB9;
    padding: 30px 0;
}
.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
}
.menu-items.active {
    width: 450px;
    top: 6px;
    right: 6px;
    height: calc(100% - 13px);
    border-radius: 10px;
    background: #005CB9;
}
.menu-items .menu-cross img {
    opacity: 0;
    transition: all 0.9s;
    -webkit-transition: all 0.9s;
}
.menu-items.active .menu-cross img {
    opacity: 1;
}
.menu-block img {
    width: 22px;
}
.panel-left {
    background: rgba(14, 14, 14, 0.80);
}
.menu-contact-dtls {
    margin-top: 23px;
}
.menu-contact-dtls .each-footer-info:first-child {
    margin-bottom: 28px;
}
.menu-contact-dtls .each-footer-info a {
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'LamaSansRegular';
    text-transform: none;
}
.menu-social {
    margin-top: 30px;
}
.menu-social li a.f-whatsapp,
.menu-social li a.f-whatsapp:hover {
    background-color: #25D366;
    border-color: #25D366;
}
.menu-social li a.f-whatsapp:hover img {
    filter: brightness(100);
}
.menu-block {
    cursor: pointer;
}


.fixed-wp {
    position: fixed;
    right: 0;
    bottom: calc(46% - 111px);
    z-index: 99;
}
.fixed-wp a {
    background: #6EE37A;
    border-radius: 10px 0px 0px 10px;
    width: 60px;
    height: 60px;
}
.fixed-wp a img {
    width: 25px;
}
/**************index**************/
/*==== banner ====*/
.banner-video,
.each-banner  {
	height: 890px;
}
.each-banner img{
    height: 100%;
    object-fit: cover;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.home_banner{
	position: relative;
	overflow: hidden;
}
.home_banner_content {
    position: absolute;
    left: 0;
	bottom: 23%;
    z-index: 2;
    width: 100%;
    text-align: center;
}
.home_banner_content h1 {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
	margin-bottom: 36px;
    /* font-family: 'lama_sanssemibold'; */
    font-family: 'Poppins-Bold';
}
.banner-vector {
    position: absolute;
    bottom: -27%;
    z-index: 2;
	pointer-events: none;
}
.home_banner .common-btn {
	font-size: 2rem;
    padding: 18px 85px 22px 29px;
}
.home_banner .common-btn strong {
    width: 52px;
    height: 52px;
}
/*==== home-filter-sec ====*/
.home-filter-sec {
	position: relative;
}
.home-filter-main {
    border-radius: 10px 10px 0px 0px;
    background: #005CB9;
    position: relative;
    top: -7px;
    z-index: 2;
}
.home-filter-vector {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    pointer-events: none;
}
.home-filter-area {
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
}
/* .home-filter-sec .home-filter-area {
    display: none;
} */
.home-filter-top-wrap {
    position: relative;
    z-index: 2;
}
.home-filter-sec .select-style {
	width: 100%;
    height: 48px;
    color: #0E0E0E;
    font-family: 'lama_sanssemibold';
    font-size: 1.8rem;
	background-color: #14181E;
    border-left: 1px solid #F9F8F6;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg)  no-repeat 91% center/10px;
    appearance: none;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    cursor: default;
}
.home-filter-sec .select-style.show {
    border-radius: 5px 5px 0 0;
	border: 1px solid #0E0E0E;
}
.home-filter-left .row .col-lg-3:first-child .select-style,
.home-filter-left .row .col-lg-3:nth-child(8n) .select-style {
    border-left: 0;
}
.home-filter-left .row .col-lg-3:first-child .select-style.show,
.home-filter-left .row .col-lg-3:nth-child(8n) .select-style.show {
    border-left: 1px solid #0E0E0E;
}
.home-filter-left .row .col-lg-3 {
	margin-bottom: 0;
    width: 14.28%;
}
.filter-main .col-lg-10 {
	width: 87%;
}
.filter-main .col-lg-2 {
	width: 13%;
}
.home-filter-sec .filter-main .row {
	border-bottom: 1px solid #F9F8F6;
}
.home-filter-sec .filter-main {
    margin-bottom: 20px;
	padding: 16px 15px 0;
}
.home-filter-sec .filter-content .col-6 {
    padding: 0 3px;
}
.home-filter-sec .filter-main option{
	font-family: 'lama_sanssemibold';
	background-color: #14181E;
}
.filter-content {
    display: none;
    background-color: #fff;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #0E0E0E;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.home-filter-sec label {
    color: #0E0E0E;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'lama_sanssemibold';
    font-size: 1.4rem;
	cursor: pointer;
}
.home-filter-sec label:last-child {
	margin-bottom: 0;
}
.home-filter-sec label span {
    float: right;
    color: #0E0E0E;
    opacity: 0.65;
}
.home-filter-sec .form-check-input{
    min-width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
	margin-right: 5px;
    box-shadow: none;
    border: 1px solid #0E0E0E;
    background-color: transparent;
    border-radius: 3px;
}
.home-filter-sec .form-check-input:checked {
    background-color: #005CB9;
    border-color: #005CB9;
}
.home-filter-btn {
	max-width: max-content;
    font-family: 'LamaSans-Medium';
    border: 1px solid #0E0E0E;
    padding: 7px 58px 9px 24px;
    color: #0E0E0E;
    font-size: 2rem;
    line-height: 28px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: inline-block;
    overflow: hidden;
    text-transform: none;
    background: #fff;
    position: relative;
    border-radius: 180px;
}
.home-filter-btn::after {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	height: 32px;
	width: 32px;
	content: "";
	background-color: #0E0E0E;
	border-radius: 100px;
	background-image: url(../images/home-filter-img.svg);
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: center;
}
.home-filter-btn:hover {
    color: #fff;
    background-color: #005CB9;
    border-color: #005CB9;
}
.home-filter-sec .aanbod-filter {
	margin-bottom: 18px;
	width: 20%;
}
.home-filter-wrap {
    position: relative;
    top: 60px;
}
.home-filter-btm {
	display: flex;
    flex-wrap: wrap;
	row-gap: 7px;
	column-gap: 12px;
	padding: 0 25px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}
/* .home-filter-btm .each-filter-dtls:last-child h6 {
    margin-top: 8px;
} */
.each-filter-dtls h6 strong {
	font-family: 'LamaSansRegular';
	color: rgba(14, 14, 14, 0.50);
	font-size: 1.2rem;
	line-height: 24px;
    margin-left: 5px;
}
.each-filter-dtls {
	width: 24%;
    border: 1px solid transparent;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 15px 10px;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-filter-dtls label {
    height: 100%;
    display: flex;
    /* flex-direction: column; */
    /* justify-content: end; */
    align-items: center;
    column-gap: 15px;
}
.each-filter-dtls.active,
.each-filter-dtls:hover {
	border-color: #015CB9;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-filter-dtls.active h6,
.each-filter-dtls:hover h6 {
    color: #005CB9;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-filter-dtls.active h6 strong,
.each-filter-dtls:hover h6 strong {
    /* color: rgba(0, 92, 185, 0.50); */
    color: rgba(14, 14, 14, 0.50);
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-filter-dtls.active img,
.each-filter-dtls:hover img {
    filter: brightness(0) saturate(100%) invert(20%) sepia(31%) saturate(7078%) hue-rotate(198deg) brightness(98%) contrast(102%);
}
.each-filter-dtls img {
    width: 27px;
    height: 15px;
}
.each-filter-dtls.all-img-filter img {
    width: 28px;
}
.each-filter-dtls::after {
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 65px);
    content: "";
    background-color: rgba(14, 14, 14, 0.10);
}
.each-filter-dtls:last-child::after {
	display: none;
}
.each-filter-dtls:nth-child(5n)::after {
	display: none;
}
.each-filter-dtls h6 {
    font-family: 'lama_sanssemibold';
    font-size: 1.4rem;
    line-height: 24px;
    text-align: left;
}
.mob-home-filter-right {
    display: none;
}
/*==== home-product-sec ====*/
.home-product-sec {
    padding: 113px 0 60px;
	position: relative;
    overflow: hidden;
    background-color: #fff;
}
.home-product-vector {
    position: absolute;
    top: 20%;
    right: 0;
    pointer-events: none;
}
.home-product-wrap {
    max-width: 1436px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
}
.home-product-sec h2 {
    margin-bottom: 51px;
}
.each-product-img {
	border-radius: 10px 10px 0px 0px;
	overflow: hidden;
}
.each-product-info {
	border-radius: 0px 0px 10px 10px;
	overflow: hidden;
	background: #F5F5F5;
	padding: 23px 15px 15px;
}
.each-product-info h5 {
	color: #0E0E0E;
    line-height: 19px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-product-info p {
	font-size: 1.4rem;
    line-height: 20px;
	color: rgba(14, 14, 14, 0.80);
	margin: 10px 0 12px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-btm {
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.product-info-left {
	width: 76%;
}
.product-info-left tr {
    display: flex;
    flex-wrap: wrap;
	column-gap: 6px;
    row-gap: 6px;
}
.product-info-left td {
	border-radius: 5px;
	border: 1px solid rgba(14, 14, 14, 0.20);
	font-size: 1.2rem; 
	color: #0E0E0E;
	font-family: 'LamaSans-Medium';
	line-height: 20px;
	padding: 5px 8px;
}
.product-info-right {
	width: 22%;
}
.product-info-right h6 {
    text-align: end;
    font-size: 1.6rem;
}
.product-info-right p {
	color: rgba(14, 14, 14, 0.50);
	line-height: normal;
    margin-top: 6px !important;
    text-align: end;
    margin-bottom: 0 !important;
}
.each-product:hover .each-product-info {
	background: #005CB9;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-product:hover h5 {
	color: #fff;
}
.each-product:hover p {
	color: rgba(255, 255, 255, 0.80);
}
.each-product:hover .product-info-left td {
	color: #FFF;
	border-color: rgba(255, 255, 255, 0.20);
}
.each-product:hover h6 {
	color: #fff;
}
.each-product:hover .product-info-right p {
	color: rgba(255, 255, 255, 0.50);
}
.home-product-slider .common-arrow {
    top: 23px;
}
.home-product-slider .swiper-button-prev {
    left: 92%;
}
.product-btn {
    text-align: center;
    margin-top: 58px;
}
/*==== service-sec ====*/
.service-sec {
    background-color: #fff;
    padding-bottom: 110px;
    position: relative;
}
.service-vector {
    position: absolute;
    top: 62%;
    pointer-events: none;
    /* z-index: -1; */
    display: none;
}
.service-vector img {
    width: 9%;
}
.each-service {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.each-service-img {
	position: relative;
}
.each-service-img::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(0deg, rgba(14, 14, 14, 0.25) 0%, rgba(14, 14, 14, 0.25) 100%);
}
.each-service-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 64px 67px;
	z-index: 1;
}
.each-service-content .row {
	align-items: end;
}
.service-info {
    width: 100%;
    max-width: 537px;
}
.service-info p {
    margin-bottom: 0;
}
.service-info h2 {
	color: #FFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	line-height: 75px;
}
.service-btn {
    text-align: end;
}
.each-service:hover .common-btn {
	color: #fff;
    border-color: #005CB9;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service:hover .common-btn::after {
    clip-path: inset(0 round 4.25rem);
}
.each-service:hover .common-btn strong {
    background-color: #fff;
    border-color: #fff;
}
.each-service:hover .common-btn strong::before {
    left: 50%;
    background-image: url(../images/btn-arrow.svg);
    opacity: 1;
}
.each-service:hover .common-btn strong::after {
    left: 83%;
    opacity: 0;
    background-image: url(../images/btn-arrow.svg);
}
/*==== home-overons-sec ====*/
.home-overons-sec {
    background-color: #fff;
    padding-bottom: 82px;
    position: relative;
    z-index: 1;
}
.home-overons-vector {
    position: absolute;
    top: -22%;
    pointer-events: none;
    /* z-index: -1; */
}
.home-overons-top-info {
    width: 100%;
    max-width: 573px;
}
.home-overons-top-info p {
    letter-spacing: 0.32px;
    margin-top: 23px;
}
.home-overons-top-img {
    padding-left: 58px;
}
.home-overons-top-img img,
.home-overons-btm-img img {
    border-radius: 10px;
    overflow: hidden;
}
.home-overons-btm-img {
    margin-top: -61px;
}
.home-overons-accor {
    padding-left: 58px;
    padding-top: 34px;
}
.home-overons-accor-area ul {
    padding-left: 0;
}
.home-overons-accor-area li {
    padding: 23px 0;
    border-bottom: 1px solid rgba(14, 14, 14, 0.10);
}
.home-overons-accor-area li::after {
    display: none;
}
.home-overons-accor-area li>*:not(:first-child) {
    display: none;
}
.home-overons-accor-area li h6 {
    padding-right: 15px;
    position: relative;
    letter-spacing: 0.18px;
    margin-bottom: 11px;
}
.home-overons-accor-area li h6::after {
    position: absolute;
    height: 12px;
    width: 12px;
    background-image: url(../images/acco-open.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: all 0.5s;
}
.home-overons-accor-area li p {
    width: 100%;
    max-width: 600px;
    letter-spacing: 0.16px;
    margin-bottom: 0;
}
.home-overons-accor-area li.show_accordian h6::after {
    position: absolute;
    height: 12px;
    width: 12px;
    background-image: url(../images/acco-close.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: all 0.5s;
}
.home-overons-accor-btn {
    margin-top: 31px;
}
.parallax-section {
	position: relative;
    height: 579px;
}
.background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 24vh);
	background-size: cover;
	background-position: center;
	will-change: transform;
	z-index: -1;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
}
/*==== review-sec ====*/
.review-sec {
    position: relative;
    overflow: hidden;
    padding-bottom: 92px;
    background-color: #F5F5F5;
}
.review-vector {
    position: absolute;
    top: 8px;
    right: 0;
    pointer-events: none;
}
.review-img {
    position: relative;
    z-index: 1;
}
.home-review-sec {
    background-color: #fff;
}
/*==== footer ====*/
.footer-area {
    background: #005CB9;
    padding: 85px 0 36px;
    position: relative;
    overflow: hidden;
}
.footer-vector {
    position: absolute;
    top: 0;
    right: -4px;
    pointer-events: none;
}
.footer-top {
    padding-bottom: 31px;
    margin-bottom: 64px;
}
.footer-logo img {
    width: 266px;
}
.footer-info {
    display: flex;
    gap: 20px;
    max-width: 802px;
    width: 100%;
    margin-left: auto;
    justify-content: space-between;
}
.each-footer-info h6 {
    font-family: 'Lunasima-Bold';
    font-size: 1.6rem;
    line-height: 24px;
    color: #fff;
    margin-bottom: 12px;
}
.each-footer-info p {
    margin-bottom: 0;
}
.each-footer-info a {
    color: rgba(255, 255, 255, 0.75);
}
.each-footer-info a:hover {
    color: #fff;
}
.each-footer-info td {
    margin-bottom: 0;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.75);
}
.each-footer-info td:nth-child(odd) {
    padding-right: 10px;
}
.footer-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 12px;
}
.footer-btm-left {
    display: flex;
}
.footer-klanten {
    padding-right: 10px;
}
.footer-privacy p {
    font-family: 'LamaSansRegular';
    font-size: 1.4rem;
    line-height: normal;
    margin-bottom: 0;
}
.footer-privacy a {
    color: rgba(255, 255, 255, 0.75);
}
.footer-privacy a:hover {
    color: #fff;
}
.footer-social li {
    padding-left: 0;
}
.footer-social li::after {
    display: none;
}
.footer-social li a {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 75px;
    border: 1px solid rgba(255, 255, 255, 0.60);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-social li a:hover {
    background-color: #fff;
}
.footer-social li a:hover img {
    filter: invert(50%) sepia(66%) saturate(2177%) hue-rotate(197deg) brightness(74%) contrast(93%);
}
.footer-social li a.f-whatsapp,
.footer-social li a.f-whatsapp:hover {
    background-color: #25D366;
    border-color: #25D366;
}
.footer-social li a.f-whatsapp:hover img {
    filter: brightness(100);
}
.mob-footer-btm-left {
    display: none;
}
.footer-privacy {
    text-align: center;
}
.footer-top {
    position: relative;
}
.footer-top::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.30);
}
/**************aanbod-list**************/
/****inner-header****/
.header-area.inner-header {
    background: #005CB9;
    padding: 21px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
/****aanbod-filter-sec****/
.home-filter-sec.aanbod-filter-sec {
    padding-top: 87px;
}
.home-filter-sec.aanbod-filter-sec {
    padding-top: 61px;
}
.aanbod-filter-sec .home-filter-main {
    border-radius: 0;
    top: 0;
}
.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.75);
}
.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: #005CB9;
    border-radius: 6px;
    background-color:#fff;
    font-size: 1.4rem;
    border: 1px solid #fff;
}
.cross-btn {
    width: 9px;
    filter: invert(50%) sepia(66%) saturate(2177%) hue-rotate(197deg) brightness(74%) contrast(93%);
}
.auto-overview-tag:hover {
	background-color: transparent;
    color: #fff;
}
.auto-overview-tag:hover .cross-btn {
    filter: brightness(0) invert(1);
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 77px;
    background-color: #0E0E0E;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0 6px;
}
.mobile-show-filter .common-btn {
    padding-right: 21px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 100%;
	color: #0E0E0E;
    border: 1px solid #fff;
	margin-left: 30px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #0E0E0E;
    border-bottom: 1px solid #fff;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #0E0E0E;
}
.mobile-filter-close span img {
	width: 9px;
    filter: brightness(100) invert(1);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #005CB9;
	border-color: #005CB9;
  	color: #fff;
	padding: 10px;
	border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
        max-width: 100%;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #fff;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #fff;
    border-color: #fff;
    color: #005CB9;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'lama_sansmedium';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
    width: 160px;
}
.model-filter .form-check-input {
    /*display: none;*/
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.sorteren-op-filter-area {
    padding-bottom: 13px;
}
.sorteren-op-filter-area .sorteren_op-filter .select-style {
    background: url(../images/white-filter-arrow.svg) no-repeat 91% center / 10px;
    border: 1px solid #fff;
    border-radius: 70px;
    color: #fff;
}
.sorteren-op-filter-area .sorteren_op-filter .select-style.show {
    background: url(../images/filter-arrow.svg) no-repeat 91% center / 10px;
    background-color: #fff;
    color: #0E0E0E;
    border-radius: 5px 5px 0 0;
    border: 1px solid #0E0E0E;
}
/*==== aanbod-product-sec ====*/
.aanbod-product-sec {
    padding-top: 83px;
    padding-bottom: 46px;
}
.aanbod-product-area .row {
    margin: 0 -10px;
    row-gap: 20px;
}
.aanbod-product-area .col-xl-4,
.aanbod-product-area .col-xl-12 {
    padding: 0 10px;
}
.aanbod-list-btm-img {
    border-radius: 15px;
    overflow: hidden;
}
.aanbod-product-area .each-product-info  {
    background-color: #fff;
}
/**************aanbod-dtl**************/
/****aanbod-back-btn-sec****/
.aanbod-back-btn-sec {
    padding-top: 177px;
    padding-bottom: 30px;
}
.aanbod-back-btn-sec .common-btn {
    padding-left: 71px;
    padding-right: 24px;
}
.aanbod-back-btn-sec .common-btn strong {
    right: auto;
    left: 9px;
}
.aanbod-back-btn-sec .common-btn strong::after {
    background-image: url(../images/aanbod-back-arw.svg);
}
.aanbod-back-btn-sec .common-btn:hover strong::before {
    background-image: url(../images/aanbod-back-arw-white.svg);
}
.aanbod-back-btn-sec .common-btn::after {
    clip-path: inset(3px 80% 3px 5px round 4.25rem);
    opacity: 0;
}
.aanbod-back-btn-sec .common-btn:hover::after {
    clip-path: inset(0 round 4.25rem);
    opacity: 1;
}
/****aanbod-top-sec****/
.aanbod-top-sec {
    margin-top: -84px;
}
.aanbod-share-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 45px;
}
.aanbod-share-btn h6 {
    font-size: 1.6rem;
    line-height: 17px;
    padding-right: 24px;
}
.share-icon {
    height: 41px;
    width: 41px;
    border: 1px solid rgba(14, 14, 14, 0.50);
    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;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.share-icon:hover {
    background-color: #005CB9;
    border-color: #005CB9;
}
.share-icon:hover img {
    filter: brightness(0) invert(1);
}
.aanbod-top-area .col-lg-7 {
    width: 55%;
}
.aanbod-top-area .col-lg-5 {
    width: 45%;
}
.aanbod-top-slider .common-arrow {
    border-color: #fff;
}
.aanbod-top-slider .common-arrow img {
    filter: brightness(0) invert(1);
}
.aanbod-top-slider .common-arrow:hover {
    border-color: #005CB9;
}
.aanbod-top-slider .swiper-button-next {
    right: 25px;
}
.aanbod-top-slider .swiper-button-prev {
    left: 25px;
}
.each-car-slider {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.each-car-slider::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    display: none;
}
.aanbod-top-small-car {
    margin-top: 14px;
}
.small-car-img {
    border-radius: 10px;
    overflow: hidden;
}
.aanbod-top-right {
    position: relative;
}
.aanbod-top-right-vector {
    position: absolute;
    top: 33px;
    right: 0;
    z-index: 1;
    pointer-events: none;
}
.aanbod-top-right-dtls {
    border-radius: 10px;
    border: 1px solid rgba(14, 14, 14, 0.10);
    background: #FFF;
    position: relative;
    padding: 37px 30px 16px;
    margin-bottom: 14px;
}
.aanbod-top-right-title {
    width: 100%;
    max-width: 480px;
}
.aanbod-top-right-title h3 {
    font-size: 3rem;
    line-height: normal;
    letter-spacing: normal;
}
.aanbod-top-right-title p {
    color: rgba(14, 14, 14, 0.80);
    margin: 11px 0 21px;
}
.aanbod-top-right-price {
    display: flex;
    align-items: center;
    column-gap: 13px;
    margin-bottom: 33px;
}
.aanbod-top-right-price h6 {
    font-size: 2.4rem;
    color: #005CB9;
    font-family: 'LamaSansRegular';
}
.aanbod-top-right-price p {
    color: rgba(14, 14, 14, 0.53);
    font-size: 1.4rem;
    line-height: normal;
    margin-bottom: 0;
}
.aanbod-top-right-info table {
    width: 100%;
}
.aanbod-top-right-info tr {
    display: flex;
    flex-wrap: wrap;
}
.aanbod-top-right-info td {
    width: 33.33%;
    border-top: 1px solid rgba(14, 14, 14, 0.20);
    padding-right: 20px;
    position: relative;
    padding-top: 27px;
    padding-bottom: 21px;
}
.aanbod-top-right-info td::after {
    position: absolute;
    left: 90%;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 64px);
    content: "";
    background-color: rgba(14, 14, 14, 0.20);
}
.aanbod-top-right-info td:nth-child(3n) {
    padding-right: 0;
}
.aanbod-top-right-info td:nth-child(3n)::after {
    display: none;
}   
.aanbod-top-right-info td p {
    font-family: 'LamaSans-Medium';
    color: rgba(14, 14, 14, 0.53);
    line-height: normal;
}
.aanbod-top-right-info td h5 {
    line-height: normal;
    font-family: 'LamaSansRegular';
}
.aanbod-contact-img {
    height: 71px;
    width: 71px;
    border-radius: 71px;
    overflow: hidden;
}
.aanbod-contact-img img {
    border-radius: 71px;
    overflow: hidden;
}
.aanbod-contact-txt h5 {
    font-family: 'LamaSansRegular';
    line-height: 24px;
    color: #fff;
}
.aanbod-contact-txt p {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 0;
}
.aanbod-contact-top {
    border-radius: 10px 10px 0px 0px;
    border: 1px solid rgba(14, 14, 14, 0.10);
    background: #005CB9;
    padding: 22px 34px;
}
.aanbod-contact-area {
    display: flex;
    align-items: center;
    column-gap: 23px;
}
.aanbod-contact-info {
    display: grid;
    justify-content: end;
}
.aanbod-contact-info a {
    font-family: 'LamaSansRegular';
    font-size: 1.4rem;
    line-height: 15px;
    color: #FFF;
    margin-left: 11px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-contact-info a:hover {
    text-decoration: underline;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-contact-info p {
    margin-bottom: 5px;
}
.aanbod-contact-info img {
    width: 15px;
    height: 16px;
}
.aanbod-contact-btm {
    border-radius: 0 0 10px 10px;
    border: 1px solid rgba(14, 14, 14, 0.10);
    background: #FFF;
    padding: 31px 12px 20px;
}
.aanbod-contact-btm ul {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}
.aanbod-contact-btm li {
    padding-left: 0;
}
.aanbod-contact-btm li::after {
    display: none;
}
.aanbod-contact-btm li .common-btn {
    font-size: 1.6rem;
    line-height: 24px;
    padding: 11px 19px;
}
.aanbod-contact-btm li .common-btn::after {
    display: none;
}
.aanbod-contact-btm li .common-btn:hover {
    background-color: #005CB9;
}
.whatsapp-btn {
    background: #2AB540;
    border: 1px solid #FFF;
    color: #fff;
}
.aanbod-contact-btm li .common-btn.whatsapp-btn:hover {
    background: #228f33;
    border-color: #228f33;
}
.whatsapp-btn img {
    width: 18px;
    margin-right: 4px;
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% - 18px);
    width: calc(100% - 22px);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    margin: 9px 12px;
}
.overlay-content p {
    text-align: center;
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 18px;
    color: #fff;
}
.overlay-content p strong {
    font-size: 2.8rem;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
    padding-top: 74px;
    padding-bottom: 89px;
}
.dtl-tab-area {
    position: relative;
    z-index: 1;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 12px;
    border: 0;
    row-gap: 12px;
    max-width: max-content;
    margin: auto;
    margin-bottom: 70px;
}
.tab-btn ul li.common-btn {
    font-size: 1.6rem;
    padding-left: 52px;
    padding-right: 65px;
}
.tab-btn ul li.common-btn.active,
.tab-btn ul li.common-btn:hover {
    background-color: #005CB9;
}
.tab-btn ul li.common-btn::after {
    display: none;
}
.kenmerken-tab table {
    width: 100%;
}
.kenmerken-tab tr {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.kenmerken-tab tr::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #F5F5F5;
}
.kenmerken-tab td {
    text-align: center;
    width: 20%;
    text-align: center;
    padding: 43px 20px;
    border-bottom: 1px solid rgba(47, 47, 47, 0.15);
    border-right: 1px solid rgba(47, 47, 47, 0.15);
}
.kenmerken-tab tr td:last-child {
    /* border-right: 0; */
}
.kenmerken-tab td:nth-child(5n) {
    border-right: 0;
}
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;
    line-height: 24px;
}
.tab-btn .common-btn.border-btn {
    position: relative;
    color: #2F2F2F;
    border-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn .common-btn.border-btn::before {
    position: absolute;
    right: 46px;
    top: 21px;
    content: "";
    width: 8px;
    height: 9px;
    background-image: url(../images/tab-arw.svg);
    background-repeat: no-repeat;
    background-size: 6px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn ul li.common-btn.active,
.tab-btn .common-btn.border-btn:hover {
    border-color: #005CB9;
    background-color: #005CB9;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn ul li.common-btn.active::before,
.tab-btn .common-btn.border-btn:hover::before {
    background-image: url(../images/tab-arw-white.svg);
    transform: rotate(90deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab_content {
	display: none;
}
.tab_drawer_heading {
	display: none;
}
.kenmerken-tab {
	overflow: hidden;
}
.kenmerken-tab td p,
.kenmerken-tab td h5 {
    color: rgba(14, 14, 14, 0.70);
    line-height: 20px;
}
.kenmerken-tab td h5 {
    font-family: 'LamaSans-Medium';
}
.bullet-panel h5 {
    border-bottom: 1px solid #005CB9;
    padding-bottom: 10px;
	margin-bottom: 10px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 34px;
}
.dtl-tab-sec .bullet-panel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
	margin-bottom: 10px;
	font-size: 1.6rem;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 7px;
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    width: 7px;
    height: 7px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #005CB9;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #005CB9;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    margin-top: 8px;
    margin-bottom: 25px;
}
.left-bg-block p {
    margin-bottom: 0;
    color: #fff;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls h5 {
    text-transform: none;
}
.tab-btm-btn {
    text-align: center;
    margin-top: 67px;
}
.tab-btm-btn .common-btn {
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 0;
    border: 0;
    color: #005CB9;
    line-height: normal;
}
.tab-btm-btn .common-btn::after {
    display: none;
}
.aanbod-type p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/****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(245, 245, 245, 0.6);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
	border-radius: 20px;
    background-color: #fff;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
	border: 1px solid #005CB9;
	box-shadow: 0px 0px 25px 0px rgba(0, 92, 185, 1);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 92, 185, 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 #0E0E0E;
}
.kenmarken-popup-close img {
	width: 25px;
    filter: brightness(100) invert(1);
}
.kenmarken-popup-content {
    overflow-y: scroll;
    height: calc(100% - 116px);
    padding-right: 20px;
    border-radius: 10px;
    border: 1px solid rgba(14, 14, 14, 0.25);
    padding: 9px 50px 0;
}
.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 {
    margin-bottom: 6px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kenmerken-popup-model p {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kenmarken-popup-content h4 {
    font-family: 'Lunasima-Bold';
    color: #1C1C1C;
    font-size: 2.4rem;
    line-height: 56px;
    margin-bottom: 8px;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 31px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    line-height: 30px;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1.5px solid rgba(14, 14, 14, 0.25);
}
.kenmarken-popup-content li:nth-child(even) {
    color: rgba(14, 14, 14, 0.70);
}
.kenmarken-popup-content li::after {
    display: none;
}
.tab-left-part {
    padding: 27px 39px;
    border-radius: 10px;
    overflow: hidden;
    background: #AF2F30;
    overflow: hidden;
}
.tab-left-top {
    margin-bottom: 23px;
}
.tab-left-top .col-lg-10 {
    width: 89%;
}
.tab-left-top .col-lg-2 {
    width: 11%;
}
.tab-left-img img {
    width: 78px;
    height: 75px;
    border-radius: 64px;
    overflow: hidden;
}
.tab-left-info-part {
    display: flex;
    align-items: center;
}
.tab-left-info {
    padding-left: 23px;
}
.tab-left-info h4 {
    color: #fff;
    margin-bottom: 16px;
}
.tab-left-info p {
    margin-bottom: 0;
}
.tab-left-info p a {
    color: #fff;
}
.tab-left-info p a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.share-btn {
    text-align: end;
}
.share-btn img {
    width: 17px;
    height: 17px;
    border-radius: 0;
}
.tab-left-btm ul {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 129px;
    position: relative;
    padding: 19px 0;
}
.tab-left-btm ul::after,
.tab-left-btm ul::before {
    position: absolute;
    top: 0;
    left: -15%;
    width: 100vw;
    height: 1px;
    content: "";
    background-color: rgba(255, 255, 255, 0.10);
}
.tab-left-btm ul::before {
    top: auto;
    bottom: 0;
}
.tab-left-btm li {
    font-family: 'NotoSans-Regular';
    letter-spacing: normal;
    line-height: 24px;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.tab-left-btm li::after {
    display: none;
}
.tab-left-btm li a {
    color: #fff;
    padding-left: 8px;
}
.tab-left-btm li a:hover {
    color: rgba(225, 225, 225, 0.7);
}
.tab-left-btm img {
    width: 16px;
}
/****aanbod-btm-sec****/
.aanbod-btm-sec {
    position: relative;
    padding-top: 100px;
    padding-bottom: 33px;
    overflow: hidden;
}
.aanbod-btm-vector {
    position: absolute;
    bottom: -7px;
    right: 0;
    pointer-events: none;
    z-index: 2;
}
.aanbod-btm-vector img {
    width: 295px;
}
.aanbod-btm-title {
    text-align: center;
    margin-bottom: 53px;
}
.aanbod-btm-slider .each-product-info {
    background-color: #fff;
}
.aanbod-btm-slider .common-arrow {
    border-color: #0E0E0E;
}
.aanbod-btm-slider .common-arrow:hover {
    border-color: #005CB9;
}
.aanbod-btm-slider .swiper-button-next {
    right: -21px;
}
.aanbod-btm-slider .swiper-button-prev {
    left: -21px;
}
.aanbod-btm-btn {
    text-align: center;
    margin-top: 32px;
}
/**************bedankt**************/
.bedankt-banner .banner-vector {
    bottom: -19%;
}
.bedankt-banner .home_banner_content {
    bottom: 34%;
}
.bedankt-banner .home_banner_content h1 {
    margin-bottom: 47px;
}
.home_banner.bedankt-banner .common-btn {
    font-size: 1.8rem;
    border-radius: 100px;
    padding: 11px 24px 14px 71px;
}
.home_banner.bedankt-banner .common-btn::after {
    clip-path: inset(3px 80% 3px 5px round 4.25rem);
    opacity: 0;
}
.home_banner.bedankt-banner .common-btn:hover::after {
    clip-path: inset(0 round 4.25rem);
    opacity: 1;
}
.bedankt-banner .common-btn strong {
    width: 40px;
    height: 40px;
    right: auto;
    left: 9px;
}
.bedankt-banner .common-btn strong::before {
    background-image: url(../images/aanbod-back-arw-white.svg);
}
.bedankt-banner .common-btn strong::after {
    background-image: url(../images/aanbod-back-arw.svg);
}
/**************popup**************/
.modal-area .modal-dialog {
    max-width: 64%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background: rgba(14, 14, 14, 0.60);
}
.modal-area .modal-content {
    border: 0;
    border-radius: 0;
    background-color: #fff;
    position: relative;
}
.pop-up-image {
    height: 100%;
}
.modal-area .popup-content {
    height: 100%;
    padding: 93px 72px;
    background: #F5F5F5;
}
.modal-area .popup-content p {
    margin: 51px 0 26px;
    line-height: 26px;
    letter-spacing: 0.32px;
    color: #121212;
}
.modal-area .popup-content h3 {
    line-height: 52px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    font-family: 'Exo2SemiBoldItalic';
    font-size: 4rem;
    margin: 12px 0 23px;
    width: 100%;
    max-width: 485px;
}
.modal-area .popup-content ul {
    margin-left: 20px;
    list-style-type: disc;
}
.modal-area .popup-content li {
    line-height: 26px;
    margin-bottom: 10px;
    color: #141414;
}
.modal-area .popup-content li::marker {
    color: #E52329;
}
.popup-info-btm p {
    margin-top: 17px;
}
.pop-up-image img {
	height: 100%;
}
.close-img {
    position: absolute;
    top: -28px;
    right: -25px;
    z-index: 1;
    font-size: 3rem;
    height: 62px;
    width: 62px;
    background-color: #303030;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100px;
}
.close-img:hover {
	color: #fff;
}
.modal-content .col-lg-7 {
    width: 54%;
}
.modal-content .col-lg-5 {
    width: 46%;
}
.popup-content {
    position: relative;
    overflow: hidden;
}
.popup-vector {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}
.popup-content .border-btn {
    border: 1px solid #060709;
    color: #060709;
}
.popup-content .border-btn:hover{
    color: #fff;
    border-color: #5BB6E7;
}
.popup-content img {
    width: 236px;
}
.popup-content .common-btn {
    font-size: 1.8rem;
    border-radius: 100px;
    padding: 11px 24px 14px 71px;
    z-index: 1;
}
.popup-content .common-btn strong {
    width: 40px;
    height: 40px;
    right: auto;
    left: 9px;
}
.popup-content .common-btn strong::before {
    background-image: url(../images/aanbod-back-arw-white.svg);
}
.popup-content .common-btn strong::after {
    background-image: url(../images/aanbod-back-arw.svg);
}
.popup-vector img {
    width: 167px !important;
}
/**************vactures**************/
/****inner-banner-sec***/
.inner-banner-sec {
	position: relative;
}
.inner-banner-text {
	bottom: 175px;
	position: absolute;
	left: 0;
	width: 100%;
}
.inner-banner-text h1{
    line-height: 75px;
}
/****inner-page-service-sec***/
.service-list-heading{
    padding-top: 90px;
    padding-bottom: 65px;
}
.service-list-right{
    max-width: 708px;
    margin-left: auto;
}
.service-list-right p{
    letter-spacing: 0.32px;
    color: #000;
}
.service-list-left h3{
    color: #1A241F;
    line-height: 44px;
}
.vacature-service-list{
    margin-bottom: 22px;
}
.vacature-service-list .service-info h4{
    color: #fff;
    text-transform: uppercase;
    font-family: 'Lunasima-Bold';
    line-height: 75px;
}
.service-sec.innerpage-service-sec{
    padding-bottom: 25px;
    position: relative;
}
.service-sec.innerpage-service-sec .home-product-vector{
    top: 0;
}
.service-sec.innerpage-service-sec .vacature-service-list:last-child {
    margin-bottom: 0;
}
.innerpage-service-sec .parallax-section {
    position: relative;
    height: 496px;
}
.innerpage-service-sec .each-service-content {
    padding: 57px 64px;
}
.vactures-btm-vector{
    position: absolute;
    pointer-events: none;
    z-index: -2;
    bottom: 0;
    left: 0;
    margin-bottom: -80px;
    overflow: hidden;
}
.vactures-top-vector{
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: -1;
}
/**************verkoop**************/
/***back-btn***/
.back-btn {
    padding-top: 166px;
    padding-bottom: 6px;
    z-index: 0;
    position: relative;
}
.back-btn .border-btn{
	color: #fff;
	padding-left: 51px;
	line-height: 28px;
}
.back-btn a{
	position: relative;
}
.back-btn .common-btn strong{
    left: 9px;
}
.back-btn .common-btn strong::after {
    content: "";
    height: 15px;
    width: 15px;
    background-image: url(../images/back-btnArrow.svg);
}
.back-btn .common-btn:hover strong::after {
    opacity: 0;
    background-image: url(../images/back-btnArrowhover.svg);
}
.back-btn .common-btn{
    padding: 12px 26px 12px 68px;
}
.back-btn .common-btn:hover strong::before{
    background-image: url(../images/back-btnArrowhover.svg);
    left: 50%;
}
.back-btn  .common-btn strong::before {
    content: "";
    height: 15px;
    width: 15px;
    background-image: url(../images/back-btnArrow.svg);
}
/***verkoop-dtl-top-sec***/
.verkoop-top-img img {
    border-radius: 20px;
    overflow: hidden;
}
.verkoop-top-content h4{
	line-height: 42px;
	margin-top: 57px;
    letter-spacing: 0.6px;
    font-family: 'Lunasima-Bold';
    margin-bottom: 20px;
}
.verkoop-top-content p {
	max-width: 664px;
	width: 100%;
    letter-spacing: 0.32px;
    margin-bottom: 5px;
    line-height: 26px;
}
.verkoop-top-img {
	padding-left: 25px;
}
.verkoop-top-content h6{
    font-family: 'lama_sanssemibold';
    font-size: 1.6rem;
    letter-spacing: 0.32px;
    line-height: 26px;
}
.verkoop-top-vector {
    position: absolute;
    bottom: -55px;
    right: 0;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
}
/***Verkoop-mid-sec***/
.Verkoop-mid-wrap td{
    border-radius: 10px;
    border: 1px solid rgba(14, 14, 14, 0.10);
    background: #FFF;
    padding: 37px 54px 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 49%;
}
.Verkoop-mid-sec{
    padding-top: 77px;
    padding-bottom: 74px;
    position: relative;
}
.Verkoop-mid-wrap ul{
  padding: 0;
}
.Verkoop-mid-wrap ul li{
    line-height: 35px;
    font-family: 'LamaSansRegular';
    font-size: 1.6rem;
    color: #0E0E0E;
    padding-left: 15px;
}
.Verkoop-mid-wrap ul li::after{
    top: 15px;
}
.Verkoop-mid-wrap h5{
    line-height: 32px;
    color: #0E0E0E;
    font-size: 2.4rem;
    font-family: 'Lunasima-Bold';
    margin-bottom: 8px;
}
.Verkoop-mid-wrap td:hover{
  background: #005CB9;
}
.Verkoop-mid-wrap td:hover li{
    color: #FFF;
}
.Verkoop-mid-wrap td:hover li::after{
    background-color: #fff;
}
.Verkoop-mid-wrap td:hover h5{
    color: #fff;
}
.Verkoop-mid-wrap tr {
    display: flex;
    column-gap: 25px;
    flex-wrap: wrap;
}
.Verkoop-mid-wrap table{
    width: 100%;
}
/***innerpage-service-sec***/
.service-sec.innerpage-service-sec{
    background: #F5F5F5;
    z-index: 0;
}
.service-heading {
    padding-top: 66px;
    padding-bottom: 55px;
}
.service-heading h3{
    line-height: normal;
}
.innerpage-service-sec .service-info h4{
    color: #FFF;
    line-height: 75px;
    text-transform: uppercase;
    font-family: 'Lunasima-Bold';
}
.innerpage-service-sec .service-slider .swiper-button-next {
    right: 0;
    top: -15%;
}
.innerpage-service-sec .service-slider .swiper-button-prev {
    left: 93%;
    top: -15%;
}
.innerpage-service-sec .service-slider .common-arrow{
    border-color: #0E0E0E;
}
.innerpage-service-sec .service-slider .common-arrow:hover{
    border: #005CB9;
}
/***form-sec***/
.form-left-area{
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.form-right-area {
    border-radius: 10px;
    padding: 36px 60px 45px;
    background: #FFF;
    height: 100%;
    margin-left: 15px;
    z-index: 0;
    position: relative;
    overflow: hidden;
}
.form-heading h5{
	line-height: 34px;
	color: #101010;
    font-size: 2.4rem;
    letter-spacing: 0.24px;
    font-family: 'LamaSans-Medium';
    margin-bottom: 20px;
    text-transform: uppercase;
}
.form-heading p{
    color: #005CB9;
    margin-bottom: 6px;
    font-family: 'LamaSans-Medium';
    line-height: 20px;
}
.form-main-area .row{
    margin: 0 -17px;
    row-gap: 18px;
}
.form-main-area .col-lg-6, 
.form-main-area .col-lg-12 {
    padding: 0 17px;
}
.form-area .col-lg-5 {
    width: 40.2%;
}
.form-area  .col-lg-7 {
    width: 59.8%;
}
.form-main-area .form-styl {
    resize: none;
    color: rgba(14, 14, 14, 1);
	font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 22px;
    letter-spacing: 0.16px;
    padding: 18px 25px;
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.20);
    background: #F5F5F5;
	border-radius: 10px;
    width: 721px;
}
.form-main-area .form-styl:placeholder {
   color: rgba(14, 14, 14, 0.50);  
}
.form-main-area .form-styl:-ms-input-placeholder {
    color: rgba(14, 14, 14, 0.50);
}
.form-main-area .form-styl::placeholder {
    color: rgba(14, 14, 14, 0.50);
}
.form-main-area .form-styl:focus {
    box-shadow: none;
}
.form-group textarea.form-styl {
    min-height: 101px;
}
.form-btn {
    margin-top: 25px;
}
.click-btn{
    position: relative;
}
.click-btn::after {
    content: "";
    position: absolute;
    background-image: url(../images/form-click.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 15px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
    right: 6%;
}
.form-area-contact {
    background: #005CB9;
    padding: 22px 35px;
    border-radius: 10px;
    padding-bottom: 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 37px;
    width: 445px;
}
.form-area-contact p a{
    color: #F6F8FA;
    font-size: 2rem;
    font-family: 'LamaSans-Medium';
    letter-spacing: 0.2px;
    line-height: 28px;
}
.form-area-contact p{
    margin-bottom: 16px;
}
.form-area-contact p a:hover{
    color: rgba(255, 255, 255, 0.75);
}
.form-area-contact h6{
    color: rgba(255, 255, 255, 0.50);
    font-size: 1.4rem;
    font-family: 'LamaSans-Medium';
    letter-spacing: 0.14px;
    line-height: 20px ;
}
.form-area-contact::after{
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background-image: url(../images/form-left-bg.svg);
    width: 187px;
    height: 210px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
/**************contact**************/
/***contact-form***/
.contact-form .form-right-area{
    background: #005CB9;
}
.contact-form {
    margin-top: 100px;
    margin-bottom: 30px;
}
.contact-form h5{
    color: #FFF;
}
.contact-form p{
    color: #FFF;
}
.contact-form .common-btn strong {
    background-color: #fff;
    border: 1px solid #fff;
}
.contact-form .common-btn:hover strong {
    background-color: #005CB9;
    border: 1px solid #005CB9;
}
.contact-form .common-btn:hover{
    background: #fff;
    color: #005CB9;
}
.contact-form .common-btn strong::before {
    background-image: url(../images/btn-arrow.svg);
}
.contact-form .common-btn:hover strong::before {
    background-image: url(../images/white-btn-arrow.svg);
}
.contact-form  .common-btn:hover strong::after {
    background-image: url(../images/white-btn-arrow.svg);
}
.contact-form  .common-btn strong::after {
    background-image: url(../images/btn-arrow.svg);
}
.contact-form .vactures-btm-vector{
    margin-bottom: 0;
    bottom: 50%;
}
/***contact-map-sec***/
.contact-map-left img{
    border-radius: 20px;
}
.contact-map-right img{
    border-radius: 20px;
}
.contact-map-sec{
    margin-bottom: 35px;
}
.contact-form .vactures-top-vector {
    top: -24%;
}
/* .contact-map-left {
    height: 100%;
    border-radius: 20px;
} */
.contact-map {
    height: 100%;
    border-radius: 20px;
}
.contact-map-right{
    padding-left: 12px;
}
.contact-map-wrap .col-lg-7 {
    flex: 0 0 auto;
    width: 59.8%;
}
.contact-map-wrap .col-lg-5 {
    flex: 0 0 auto;
    width: 40.2%;
}
/**************over-one**************/
/***overone-top-sec***/
.overone-top-right{
    display: flex;
    column-gap: 20px;
    padding-left: 20px;
}
.each-overone-top-img img{
    border-radius: 10px;
    overflow: hidden;
}
.overone-top-area .col-lg-5 {
    width: 48%;
}
.overone-top-area .col-lg-7 {
    width: 52%;
}
.overone-top-content{
    max-width: 719px;
    margin-right: auto;
} 
.overone-top-content p{
    letter-spacing: 0.32px;
    color: #121212;
    line-height: 26px;
    margin-top: 15px;
}
.overone-top-content h5{
    font-size: 2.4rem;
    color: #005CB9;
    line-height: 24px;
    margin-bottom: 20px;
    font-family: 'LamaSansRegular';
}
.overone-top-sec{
    padding-top: 66px;
    padding-bottom: 65px;
    position: relative;
}
.overone-top-content h2{
    letter-spacing: 0.8px;
    line-height: normal;
    color: #121212;
}
.overone-top-sec .vactures-btm-vector {
    top: -35%;
    width: 8%;
    margin-bottom: 0;
}
/***overone-btm-sec***/
.overone-btm-sec .home-overons-btm-img {
    margin-top: 0;
}
.overone-btm-left-heading{
    border-radius: 20px 0px 0px 0px;
    background: #005CB9;
    height: 100%;
    padding-top: 83px;
    padding-bottom: 76px;
    position: relative;
}
.overone-btm-sec .home-overons-btm-img img{
    border-radius: 0px 0px 0px 20px;
}
.overone-btm-right-content{
    border-radius: 0px 20px 0px 0px;
    background: #3980C8;
    padding-bottom: 59px;
    padding-top: 75px;
    height: 100%;
}
.overone-btm-left-heading h2{
    color: #fff;
    letter-spacing: 0.4px;
    line-height: 80px;
}
.overone-slider-heading{
    color: #000;
    line-height: normal;
}
.overone-btm-right-content p {
    color: #FFF;
    letter-spacing: 0.32px;
    padding-left: 58px;
    padding-right: 75px;
}
.overone-btm-sec{
    background: #F5F5F5;
    padding-bottom: 71px;
}
.overons-accor-btm{
    border-radius: 0px 0px 20px 0px;
    background: #FFF;
    height: 100%;
}
.overons-accor-btm {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 26px;
}
.overons-accor-btm  .home-overons-accor-area li {
    padding: 20px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(14, 14, 14, 0.10);
}
.overone-btm-left-heading::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35%;
    height: 100%;
    background-image: url(../images/overone-Mask.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}
.overons-accor-btm .home-overons-accor-area p{
    padding-bottom: 14px;
}
.overone-btm-sec .home-overons-btm-img {
    height: 403px;
}
.overone-btm-sec .home-overons-btm-img img{
    height: 100%;
    object-fit: cover;
}
/***overone-slider-sec***/
.each-over-ons-slider img{
    height: 100%;
    object-fit: cover;
}
.each-over-ons-slider{
    height: 290px;
    overflow: hidden;
    border-radius: 10px;
}
.each-over-ons-slider:hover img{
    transform: scale(1.1);
    border-radius: 10px;
}
.each-over-ons-slider img{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition-duration: 1.5s;
}
.overone-slider-heading{
    padding-bottom: 61px;
}
.overone-slider-sec{
    padding-bottom: 65px;
}
/**************Financiering-Lease**************/
/***Financiering-top-sec***/
.Financiering-top-sec{
    padding-top: 220px;
}
.Financiering-top-sec .verkoop-top-content {
    padding-right: 10px;
}
.Financiering-top-sec .verkoop-top-content h4 {
    margin-top: 0;
    color: #0E0E0E;
}
.Financiering-top-sec p{
    margin-bottom: 0;
}
/***Financiering-mid-sec***/
.Financiering-mid-sec {
    padding-top: 75px;
}
.Financiering-mid-sec .Verkoop-mid-wrap tr {
    column-gap: 16px;
}
.Verkoop-mid-sec.Financiering-mid-sec .Verkoop-mid-wrap td {
    /*width: 32.5%;*/
    padding: 35px 33px 27px;
}
.Financiering-mid-sec td p {
    color: #0E0E0E;
}
.Financiering-mid-sec .Verkoop-mid-wrap td:hover p{
    color: #fff;
}
.Verkoop-mid-sec.Financiering-mid-sec h5{
    font-size: 1.6rem;
    line-height: 24px;
}
/***Financiering-form-sec***/
.Financiering-form-sec {
    margin-bottom: 74px;
}
.Financiering-form-sec .vactures-btm-vector {
    width: 15%;
}
/**************verkocht**************/
.verkocht-product-sec {
    padding-top: 180px;
}




/*******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 50px;
    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;
}
/* .carrosserie-filter .form-check-input {
    display: none;
} */
.privacy_section p strong {
    color: #0E0E0E;
}
.privacy_section {
    padding: 120px 0 60px;
}
body .share-social-media-button .a2a_dd {
    height: 40px !important;
    width: 40px !important;
    border: 1px solid #101010 !important;
    border-radius: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
body .share-social-media-button .a2a_dd svg {
    margin-right: 0 !important;
}
.no-car-form {
    padding-bottom: 80px;
}










/****home-filter******/
.range-filter .ui-draggable, 
.range-filter .ui-droppable {
	background-position: top;
}
.range-filter .ui-widget-header {
    background: #006fba;
}
.range-filter .value {
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin: 0 0 0 -20px;
    width: auto;
    text-align: center;
    display: block;
    font-weight: normal;
    background: #005CB9;
    padding: 2px 6px;
    font-family: 'Arial-Medium';
    color: #fff;
    font-size: 1.2rem;
    min-width: 60px;
}
.range-filter .value::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #005CB9;
    left: 13px;
    top: 22px;
}
.range-filter .ui-state-default, 
.range-filter .ui-widget-content .ui-state-default, 
.range-filter .ui-widget-header .ui-state-default, 
.range-filter .ui-button, 
html .range-filter .ui-button.ui-state-disabled:hover, 
html .range-filter .ui-button.ui-state-disabled:active {
    border: 1px solid #005CB9;
    background: #005CB9;
    font-weight: normal;
    color: #454545;
    border-radius: 100%;
}
.range-filter .ui-corner-all, 
.range-filter .ui-corner-bottom, 
.range-filter .ui-corner-right, 
.range-filter .ui-corner-br {
    border-bottom-right-radius: 0;
}
.range-filter .ui-corner-all, 
.range-filter .ui-corner-bottom, 
.range-filter .ui-corner-left, 
.range-filter .ui-corner-bl {
    border-bottom-left-radius: 0;
}
.range-filter .ui-corner-all, 
.range-filter .ui-corner-top, 
.range-filter .ui-corner-right, 
.range-filter .ui-corner-tr {
    border-top-right-radius: 0;
}
.range-filter .ui-corner-all, 
.range-filter .ui-corner-top, 
.range-filter .ui-corner-left, 
.range-filter .ui-corner-tl {
    border-top-left-radius: 0;
}
.range-filter .ui-widget.ui-widget-content {
    border: 0;
    background-color: rgba(0, 92, 185, 0.4);
}
.range-filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 12px;
    height: 12px;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.range-filter .ui-slider-horizontal .ui-slider-handle {
    top: -4px;
    margin-left: -7px;
}
.range-filter .ui-slider-horizontal {
    height: 5px;
}
.slider-range-style {
    resize: none;
    background-color: #fff;
    border-radius: 20px;
    font-size: 1.4rem;
    border: 0;
    border: 1px solid #005CB9;
    color: #005CB9;
    padding: 6px 12px;
    font-family: 'LamaSans-Medium';
    letter-spacing: 0.32px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.slider-range-style::placeholder {
    color: #005CB9;
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.slider-range-style:placeholder {
    color: #005CB9;
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.slider-range-style:-ms-input-placeholder {
    color: #005CB9;
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.slider-range-style:focus {
    box-shadow: none;
	background-color: #fff;
    color: #005CB9;
	border-color: #005CB9;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.slider-range-style:focus::placeholder {
	color: #005CB9;
}
.range-filter .filter-content {
    padding: 40px 10px 15px;
    overflow-y: visible;
}
.range-filter .row {
    margin-top: 20px;
}
#prijs_range_filter .slider-range-style, #bouwjaar_range_filter .slider-range-style, #tellerstand_range_filter .slider-range-style {
    padding: 6px 9px;
}
#prijs_range_filter .slider-range-style h5, #bouwjaar_range_filter .slider-range-style h5, #tellerstand_range_filter .slider-range-style h5 {
    font-size: 1rem;
}
/****aanbod-filter-sec****/
.aanbod-filter-sec .range-filter .value {
    min-width: 58px;
}
.range_input {
    font-size: 1.2rem;
    padding-top: 2px;
    padding-bottom: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}
.slider-range-group {
    position: relative;
}
.each-filter .select-style{
    text-transform: capitalize;
}
.Car-product-sec{
    padding: 113px 0 30px;
    background-color: #F5F5F5;
}
.Car-bottom-sec{
    padding: 80px 0 99px;
}
.Car-bottom-sec .verkoop-top-img {
    padding-right: 83px;
    padding-left: 0;
}







.footer-privacy p {
    font-size: 1.6rem;
    line-height: 24px;
}
.faq-sec {
        padding-top: 40px;
    padding-bottom: 102px;
}
.faq-title {
    margin-bottom: 46px;
}
.faq-title h5 {
    font-family: 'Inter-SemiBold';
    font-size: 2.4rem;
    line-height: 28px;
    color: #090A0E;
    margin-top: 20px;
}
.accro_area li>*:not(:first-child) {
	display: none;
}
.accro_area li {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
    padding: 40px 34px;
    margin-bottom: 22px;
}
.accro_area li.show_accordian {
    padding-top: 34px;
    padding-bottom: 23px;
}
.accro_area li::after {
    display: none;
}
.accro_area li h6 {
    font-family: 'Inter-SemiBold';
    color: #090A0E;
	padding-right: 10px;
	position: relative;
    margin-bottom: 0;
}
.accro_area li.show_accordian h6 {
    margin-bottom: 17px;
}
.accro_area li h2::after {
    position: absolute;
    height: 48px;
    width: 48px;
    background-image: url(../images/accor-arrw.svg);
    background-size: 16px;
    content: "";
    top: 40px;
    transform: rotate(180deg);
    right: 25px;
    transition: all 0.5s;
    background-color: #005CB9;
    background-repeat: no-repeat;
    border-radius: 50px;
    background-position: center center;
}
.show_accordian h2::after {
    top: 16px !important;
	transform: rotate(0deg) !important;
}
.accro_area li p {
    font-family: 'Inter-Regular';
    color: rgba(9, 10, 14, 0.70);
    font-size: 1.4rem;
    line-height: 24px;
    max-width: 886px;
    width: 100%;
}
.each-filter-dtls img {
    width: 39px;
    height: 20px;
}



.each-filter-dtls img {
    width: 50px;
    height: 50px;
}
.filter-reset a {
    font-size: 1.8rem;
}
.header-area {
    padding: 38px 0;
}
.sticky-hidden {
    padding: 30px 0;
}
.header-wp a,
.header-wp a:hover {
    background-color: #6EE37A !important;
    border-color: #6EE37A !important;
}
.header-wp a:hover img {
    filter: brightness(0) invert(1) !important;
}
.fixed-wp a { 
    width: 70px;
    height: 70px;
}

.popup-whatsapp-btn {
    background: #2AB540;
    border: 1px solid #2AB540;
    color: #fff;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 11px 19px !important;
}
.popup-whatsapp-btn:hover {
    background: #228f33;
    border-color: #228f33;
}
.popup-whatsapp-btn img {
    width: 18px !important;
}




.aanbod-filter-sec .range-filter .value {
    min-width: 62px;
}


.aanbod-filter-btn {
    text-align: center;
    padding: 80px 0;
}
.aanbod-filter-btn .common-btn strong {
    background-color: #005CB9;
    border: 1px solid #005CB9;
}
/* .aanbod-filter-btn .common-btn strong::before {
    background-image: url(../images/btn-arrow.svg);
} */
/* .aanbod-filter-btn .common-btn strong::after {
    background-image: url(../images/btn-arrow.svg);
} */
.aanbod-filter-btn .common-btn:hover {
    background: #fff;
    color: #005CB9;
}
.aanbod-filter-btn .common-btn:hover strong {
    background-color: #005CB9;
    border: 1px solid #005CB9;
}
.aanbod-filter-btn .common-btn:hover strong::before {
    background-image: url(../images/white-btn-arrow.svg);
}


.home-filter-sec .home-filter-area {
    display: none;
}
.aanbod-filter-sec .home-filter-area {
    display: block;
}
.product-btn {
    display: none;
}
.aanbod-filter-btn .common-btn{
    background: #fff;
    color: #005CB9;
    border: 1px solid #005CB9;
}
.aanbod-filter-btn .common-btn strong::before{
    background-image: url(../images/white-btn-arrow.svg);
}
.verkoop-top-content li{
    line-height: 26px;
}



.Vertical {
    display: none !important;
    background-color: #0256AD;
    padding: 20px !important;
    text-align: center;
    min-width: 236px;
}
.Vertical li {
    padding-left: 0;
    padding-bottom: 5px;
}
.submenu:hover .Vertical {
    display: block !important;
    position: absolute;
    top: 23px;
    left: -118%;
}
.menu-right-info .submenu {
    position: relative;
}
.menu-right-info .submenu::after {
    content: '';
    position: absolute;
    top: 9px;
    left: auto;
    right: -14px;
    width: 10px;
    height: 10px;
    background: url(../images/submenu-arrow.svg) no-repeat center / 10px; 
    display: block;
}
.mobile_menu_items ul li.submenu {
    position: relative;
    padding-right: 28px;
} 
.menu-items.active .submenu .Vertical.dropdown-show {
    position: initial;
    min-width: 100%;
    padding: 0 !important;
    margin-top: 12px;
    margin-bottom: 16px;
    background-color: transparent;
    display: none !important;
}
.menu-items.active .mobile_menu_items .Vertical li a { 
    font-size: 1.4rem;
    line-height: 43px;
    color: rgba(255, 255, 255, 0.50);
}
.menu-items.active .mobile_menu_items .Vertical li a:hover {
    color: rgba(255, 255, 255, 0.80);
}
.menu-items.active .mobile_menu_items .Vertical li {
    padding-bottom: 0;
    margin-bottom: 0;
}
.menu-items.active .mobile_menu_items .Vertical li::before {
    display: none;
}
.menu-items.active .mobile_menu_items .submenu {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-right-info li {
    padding-left: 0;
}
.menu-items::-webkit-scrollbar {
    display: none;
    opacity: 0;
}
.submenu img {
    position: absolute;
    right: 0;
    top: 14px;
}
.menu-items.active .submenu .Vertical.dropdown-show.show {
    display: block !important;
}
.menu-items.active .submenu.show img {
    transform: rotate(180deg);
}