body {
    padding: 0px;
    margin: 0px;
    color: #212121;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    background-color: #F5F5F5;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge {
    display: none;
}
.formError {
    z-index: 1 !important;
}
.star_icon p {
    margin-bottom: 0;
}
/****cookie-fix****/
.cmn-cookie-info ul {
    margin-bottom: 0;
}
.cmn-cookie-info li {
    padding-left: 0;
    margin-bottom: 0;
}
.cmn-cookie-info li::after {
    display: none;
}
.cookie-close img {
    width: 15px;
}
/****iframe-footer****/
.iframe-footer {
    border: 0;
    width: 100%;
    height: 50px;
    display: block;
    max-width: calc(100% - 34px);
    margin: 0 auto 17px;
    border-radius: 10px;
}
/****privacy****/
.privacy_section p {
    margin-bottom: 10px;
}
/****error-contact-fix*****/
.error-contact-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.error-contact-wrap li {
    padding-left: 0;
}
.error-contact-wrap li::after,
.error-contact-wrap li::before {
    display: none;
}
/****voorraadwekker_widget_section icon fix*****/
.voorraadwekker_widget_section .select2-results li::after,
.voorraadwekker_widget_section .select2-results li::before {
    display: none;
}
.voorraadwekker_widget_section .select2-results li {
    margin: 0;
}
/****form****/
body .form-main-area .error_cls,
body .form-main-area .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
/* ============================================== index ============================================== */
/****header-area****/
.header-top {
    padding: 8px 0;
    border-bottom: 1px solid rgba(33, 33, 33, 0.10);
}
.header-top ul {
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 13px;
    display: flex;
    justify-content: end;
}
.header-top li {
    padding-left: 0;
    padding-right: 12px;
}
.header-top li a {
    display: flex;
    align-items: center;
}
.header-top li a img {
    margin-right: 6px;
    width: 12px;
}
.header-top li::after {
    display: none;
}
.header-top li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(33, 33, 33, 0.10);
}
.header-top li:last-child::before {
    display: none;
}
.header-top li:last-child {
    padding-right: 0;
}
.header-top li a,
.header-top li {
    color: #212121;
    font-size: 1.4rem;
    font-family: 'LamaSans-Medium';
    line-height: 16.86px;
    letter-spacing: 0.12px;
}
.header-top li a {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-top li a:hover,
.header-top li:hover {
    color: #194684;
}
.header-wp {
    color: #25D366 !important;
}
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 0 0 20px 20px;
    background-color: #FFF;
}
.header-main {
    padding: 19px 0 12px;
    background-color: #fff;
    border-radius: 20px;
}
.header-main .col-lg-2 {
    width: 15%;
}
.header-main .col-lg-7 {
    width: 57%;
}
.header-main .col-lg-3 {
    width: 28%;
}
.header-logo img {
    width: 157px;
}
.header-nav>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 47px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-nav>ul>li {
    padding-left: 0;
}
.header-nav>ul>li::after {
    display: none;
}
.header-nav>ul>li, 
.header-nav>ul>li>a {
    color: #212121;
    font-family: 'Roboto-Medium';
    font-size: 1.6rem;
    line-height: 22px;
    letter-spacing: 0.16px;
}
/* .header-nav>ul>li:hover,
.header-nav>ul>li>a:hover {
    color: #194684;
} */
.header-nav>ul>li:hover, .header-nav>ul>li>a:hover {
    font-family: 'Roboto-Bold';
}
.header-nav .parent-dropdown img {
    filter: brightness(1) invert(1);
}
.header-bovag {
    margin-top: -5px;
}
/******menu-btn******/
.menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 11px;
    color: #FFF;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    line-height: 24px;
    gap: 10px;
    position: relative;
    cursor: pointer;
    z-index: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 5px;
    background: #194684;
}
/* .menu-bar {
    position: relative;
    max-width: 40px;
    width: 100%;
    cursor: pointer;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: #F88400;
    padding: 8px 11px;
    border-radius: 3px;
    overflow: hidden;
} */
.menu-bar div,
.menu-bar::after,
.menu-bar::before {
    display: block;
    background-color: #FFF;
    content: '';
    height: 1px;
    margin: 3px 0 3px auto;
    width: 14px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.inner-header .menu-bar div,
.inner-header .menu-bar::after,
.inner-header .menu-bar::before {
    background-color: #FFF;
}
.menu-btn.active .menu-bar div {
    transform: scale(0);
    background-color: #FFF;
}
.menu-btn.active .menu-bar::before {
    transform: translateY(4px) rotate(135deg);
    background-color: #FFF;
}
.menu-btn.active .menu-bar::after {
    transform: translateY(-4px) rotate(-135deg);
    background-color: #FFF;
}
.menu-bar {
    position: relative;
    max-width: 37px;
}
.header-active .menu-bar div,
.header-active .menu-bar::after,
.header-active .menu-bar::before {
    background-color: #FFF;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 14px;
}
.parent-dropdown>ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid rgba(25, 70, 132, 0.3);
    background-color: #FFF;
    /* box-shadow: 0px 10px 15px -3px rgba(255, 255, 255, 0.3); */
    border-radius: 5px;
    min-width: 170px;
    margin-top: 7px;
    margin-bottom: 0;
    z-index: 1;
    max-height: 0;
    overflow: hidden;
    transition: all 0.7s;
    opacity: 0;
    pointer-events: none;
    list-style: none;
    padding: 0;
    max-height: 120px;
    overflow-y: auto;
}
.parent-dropdown>ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown>img {
    position: absolute;
    right: 0;
    top: 7px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.parent-dropdown.open ul {
    max-height: 200px;
    opacity: 1;
    pointer-events: all;
}
.parent-dropdown.open img {
    transform: rotate(180deg);
}
.parent-dropdown {
    position: relative;
    padding-right: 18px;
    cursor: pointer;
}
.parent-dropdown>ul>li {
    font-size: 1.4rem;
    position: relative;
    text-align: center;
    padding-left: 0;
    color: #212121;
    font-family: 'Roboto-Medium';
}
.parent-dropdown>ul>li::after {
    display: none;
}
.parent-dropdown>ul>li>a {
    color: #212121;
    padding: 5px 17px;
    border-bottom: 1px solid rgba(25, 70, 132, 0.3);
    display: block;
    font-family: 'Roboto-Medium';
}
.parent-dropdown>ul>li:last-child>a {
    border-bottom: 0;
}
.parent-dropdown>ul>li:hover,
.parent-dropdown>ul>li>a:hover {
    color: #194684;
}
.parent-dropdown a {
    padding-bottom: 10px;
}
.header-active {
    margin-top: -36px;
    background-color: #FFF;
    border-bottom: 1px solid #A38C7F;
}
/* .header-active .header-nav > ul > li > a {
    color: #1D1D1B;
}
.header-active .header-nav > ul > li > a:hover {
    color: #4EA4A8;
}
.header-active .parent-dropdown > img {
    filter: brightness(1) invert(0);
} */
/*****side-menu****/
.side-menu {
    position: fixed;
    right: 0;
    top: 106px;
    height: 100vh;
    width: 100%;
    background-color: #FFF;
    padding: 100px 40px 40px;
    z-index: 98;
    clip-path: inset(0 0 100% 0);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.side-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.side-menu-active .parent-dropdown>ul>li,
.side-menu-active .parent-dropdown>ul>li>a {
    font-size: 1.4rem;
    color: #194684;
}
.side-menu-active .parent-dropdown>ul>li:hover,
.side-menu-active .parent-dropdown>ul>li>a:hover {
    color: #A38C7F;
}
.side-menu-wrap {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    max-width: max-content;
    margin: 0 auto;
    text-align: center;
}
.side-menu ul {
    margin-bottom: 0;
    padding-left: 0;
}
.side-menu>.side-menu-wrap>ul>li {
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 1.6rem;
    display: block;
    padding-left: 0;
}
.side-menu>.side-menu-wrap>ul>li::after {
    display: none;
}
.side-menu>.side-menu-wrap>ul>li>a {
    display: block;
    padding-bottom: 0;
    color: #194684;
    font-family: 'GeneralSans-Semibold';
    font-size: 2rem;
    line-height: 38px;
    letter-spacing: 0.2px;
    display: inline-block;
}
.side-menu>.side-menu-wrap>ul>li>a:hover {
    color: #A38C7F;
}
.side-menu .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    position: initial;
    max-height: 0;
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
    border: 0;
}
.side-menu .parent-dropdown.open ul {
    max-height: 200px;
    margin-top: 10px;
}
.side-menu .parent-dropdown ul li {
    text-align: left;
}
.side-menu .parent-dropdown img {
    top: 16px;
    width: 10px;
    filter: brightness(0);
}
/* .body-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(15, 15, 15, 0.3);
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(5px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
} */
.body-overlay-active {
    opacity: 1;
    pointer-events: all;
}
.menu-btn {
    display: none;
}
/****banner-sec****/
.banner-wrap {
    position: relative;
}
.banner-mark {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
}
.banner-video,
.each-banner {
    height: 962px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
    height: 100%;
}
.banner-sec .swiper-slide {
    height: auto;
}
.each-banner img {
    height: 100%;
    object-fit: cover;
}
.banner-content {
    position: absolute;
    left: 0;
    top: 62%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
}
.banner-content-wrap h1 {
    margin-bottom: 40px;
}
.banner-man-img {
    height: 87px;
    width: 87px;
    border: 3px solid #D9D9D9;
    border-radius: 100px;
    overflow: hidden;
}
.banner-man-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
    width: 100%;
}
.banner-man-wrap {
    display: flex;
    align-items: center;
    text-align: left;
    column-gap: 12px;
    border-radius: 90px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    padding: 10px 30px 10px 8px;
}
.banner-man {
    max-width: max-content;
    margin-top: 9%;
}
.banner-man-info h5 {
    color: #FFF;
    font-family: 'LamaSans-SemiBold';
    font-size: 1.8rem;
    line-height: 40px;
}
.banner-man-info a {
    font-size: 1.4rem;
    color: #FFF;
    line-height: 15px;
    font-family: 'LamaSans-Light';
}
.banner-man-info a:hover {
    text-decoration: underline;
}
/****banner-scroll****/
.banner-scroll {
    position: absolute;
    bottom: 38px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    z-index: 1;
    max-width: max-content;
    margin: 0 auto;
    z-index: 3;
    border-radius: 50px 50px 0 0;
    background: #194684;
}
.banner-scroll-wrap {
    margin-top: 8px;
}
.banner-scroll-wrap .container {
    padding-left: 0;
    padding-right: 0;
}
.banner-scroll a {
    color: #194684;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    line-height: 21px;
    letter-spacing: 0.28px;
    padding: 17px 48px 0;
}
.scroll-down-btn {
    max-width: max-content;
    width: 100%;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    border-radius: 50px 50px 0 0;
    z-index: 2;
    cursor: pointer;
    display: block;
}
.scroll-down-btn span {
    position: absolute;
    bottom: -69%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-animation: scrollKey 3s ease-in-out infinite;
    animation: scrollKey 3s ease-in-out infinite;
}
/****product-sec****/
.product-sec {
    margin-top: -46px;
    border-radius: 50px 50px 0 0;
    position: relative;
    z-index: 2;
    background-color: #194684;
    overflow: hidden;
}
.product-wrap {
    margin-top: 8px;
    background: #F5F5F5;
    border-radius: 50px 50px 0 0;
    padding: 109px 0 45px;
    position: relative;
    overflow: hidden;
}
.product-area {
    position: relative;
    z-index: 1;
}
.product-title {
    max-width: 721px;
    margin: 0 auto 65px;
}
.product-title h2 {
    margin-bottom: 20px;
}
.each-product {
    position: relative;
}
.each-product-img {
    position: relative;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.each-product-img img {
    height: 100%;
    object-fit: cover;
}
.each-product-img-wrap {
    height: 100%;
    width: 100%;
}
.each-product-progress {
    position: absolute;
    top: 16px;
    left: 17px;
    width: 42px;
    height: 8px;
    z-index: 1;
    border-radius: 10px;
    display: block !important;
    background-color: rgba(25, 70, 132, 0.2);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-progress span {
    background: #194684;
    display: block;
    height: 100%;
    width: 0;
    opacity: 1;
    border-radius: 10px;
}
.each-product-text {
    border-radius: 10px;
    overflow: hidden;
    background-color: #f5f5f5;
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
}
.each-product-text::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: #F5F5F5;
    border-radius: 0 0 10px 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text-wrap {
    background-color: #FFF;
    padding: 17px;
    margin-bottom: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 0 0 10px 10px;
    position: relative;
    z-index: 1;
}
.each-product-title h5 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-title p {
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    line-height: 21px;
    letter-spacing: 0.28px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2lh;
    margin: 10px 0 0;
}
.each-product-title {
    margin-bottom: 19px;
}
.each-product-dtls tr {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.each-product-dtls td {
    font-family: 'LamaSans-Medium';
    color: #101824;
    font-size: 1.2rem;
    line-height: 20px;
    border-radius: 5px;
    border: 1px solid rgba(16, 24, 36, 0.20);
    padding: 4px 14px;
}
.each-product-dtls ul {
    display: flex;
    gap: 5px;
    margin-top: 5px;
}
.each-product-dtls li {
    font-family: 'LamaSans-Medium';
    font-size: 1.2rem;
    line-height: 20px;
    letter-spacing: normal;
    color: #EDF2FE;
    border-radius: 5px;
    background-color: #A18B72;
    padding: 5px 14px;
}
.each-product-dtls li:first-child {
    background-color: #194684;
}
.each-product-dtls li::after {
    display: none;
}
.each-product-btn {
    border-radius: 10px;
    border: 1px solid #194684;
    position: relative;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: normal;
    color: #194684;
    padding: 9px 17px;
    background-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    width: 8px;
    height: 8px;
    background-image: url(../images/product-arw.svg);
    background-size: 8px;
    background-repeat: no-repeat;
}
.each-product-text-top {
    margin-bottom: 18px;
}
.product-slider .common-arrow {
    top: 45%;
}
.product-slider .swiper-button-next {
    right: -6%;
}
.product-slider .swiper-button-prev {
    left: -6%;
}
.each-product:hover .each-product-btn {
    background-color: rgba(161, 139, 114, 0.10);
}
/* .each-product:hover .each-product-text-wrap {
    margin-bottom: 5px;
} */
.each-product:hover .each-product-text::after {
    background-color: #194684;
}
.each-product:hover .each-product-progress {
    opacity: 1;
}
.product-btm-btn {
    margin-top: 43px;
}
/****service-sec****/
.service-sec {
    position: relative;
    background-color: #FDFDFD;
    padding: 110px 0 86px;
    overflow: hidden;
}
.service-mark {
    position: absolute;
    top: -9%;
    left: 0;
    pointer-events: none;
}
.service-title {
    margin-bottom: 80px;
}
.service-sec .container {
    position: relative;
    z-index: 1;
}
.each-home-service-info {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 35px 10px 35px;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 20px;
}
.each-home-service-txt {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.each-home-service-wrap::after {
    position: absolute;
    content: "";
    background: #fdfdfd;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 1;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.each-home-service-img {
    border-radius: 20px;
    overflow: hidden;
    height: 442px;
    position: relative;
}
.each-home-service-img::after {
    background-color: rgba(39, 81, 139, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    border-radius: 20px;
    overflow: hidden;
}
.each-home-service-img img {
    height: 100%;
    object-fit: cover;
}
.each-home-service-title h3 {
    color: #212121;
}
.each-home-service-title h3 {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-home-service-txt p {
    max-width: 465px;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding-right: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-home-service-wrap {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-home-service-wrap:hover::after {
    opacity: 0;
}
.each-home-service-wrap:hover .each-home-service-txt p,
.each-home-service-wrap:hover .each-home-service-title h3 {
    color: #FFF;
}
.each-home-service-txt img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 74px;
    height: 83px;
}
.each-home-service-wrap:hover .each-home-service-txt img {
    filter: brightness(0) invert(1);
}
.service-part .col-lg-6 {
    padding-left: 8px;
    padding-right: 8px;
}
.service-part .row {
    margin-left: -8px;
    margin-right: -8px;
}
.service-slider {
    display: none;
}
.service-part .row > .col-lg-6:nth-child(2)  .each-home-service-wrap,
.service-part .row > .col-lg-6:nth-child(4)  .each-home-service-wrap {
    margin-left: 9px;
}
.service-part .row > .col-lg-6:nth-child(1)  .each-home-service-wrap,
.service-part .row > .col-lg-6:nth-child(2)  .each-home-service-wrap {
    margin-bottom: 16px;
    margin-right: 8px;
}
.service-part .row > .col-lg-6:nth-child(3)  .each-home-service-wrap {
    margin-right: 8px;
}
.service-part .row > .col-lg-6:nth-child(3)  .each-home-service-wrap,
.service-part .row > .col-lg-6:nth-child(4)  .each-home-service-wrap {
    margin-top: 16px;
}
.service-part .row > .col-lg-6:nth-child(1),
.service-part .row > .col-lg-6:nth-child(2),
.service-part .row > .col-lg-6:nth-child(4) {
    position: relative;
}
.service-part .row > .col-lg-6:nth-child(1)::after,
.service-part .row > .col-lg-6:nth-child(2)::after {
    content: '';
    position: absolute;
    /* background-color: #212121; */
    background: linear-gradient(to left, #212121 0%, #fdfdfd 100%);
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
}
.service-part .row > .col-lg-6:nth-child(2)::after {
    background: linear-gradient(to right, #212121 0%, #fdfdfd 100%);
}
.service-part .row > .col-lg-6:nth-child(2)::before,
.service-part .row > .col-lg-6:nth-child(4)::before {
    content: '';
    position: absolute;
    /* background-color: #212121; */
    background: linear-gradient(to top, #212121 0%, #fdfdfd 100%);
    height: 100%;
    width: 1px;
    left: 0;
    bottom: 0;
}
.service-part .row > .col-lg-6:nth-child(4)::before {
    background: linear-gradient(to bottom, #212121 0%, #fdfdfd 100%);
}
/****usp-marquee****/
.usp-marquee-sec {
    position: relative;
    width: 100%;
    overflow-x: clip;
    overflow-y: visible;
    padding: 4.5rem;
}
.usp-marquee-sec .blue-mark {
    bottom: -50px;
}
.usp-marquee-outer {
    padding: 21px 0;
    background-color: #A38C7F;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.usp-marquee-wrap {
    display: flex;
    width: max-content;
}
.usp-marquee-wrap ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}
.usp-marquee-wrap,
.usp-marquee-wrap ul {
    gap: 120px;
}
.usp-marquee-wrap li {
    white-space: nowrap;
    color: #FFF;
    font-family: 'LamaSans-SemiBold';
    font-size: 2rem;
    line-height: 20px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
}
.usp-marquee-wrap li::after {
    height: 13px;
    width: 13px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/usp-icon.svg);
    background-position: center center;
    background-size: 13px;
    background-color: transparent;
}
/****about-sec****/
.about-sec {
    padding: 106px 0 84px;
    position: relative;
    overflow: hidden;
}
.about-sec .container {
    position: relative;
    z-index: 1;
}
/* .about-sec .sec-bg {
    top: 31%;
} */
.about-img img {
    border-radius: 20px;
    overflow: hidden;
}
.each-about-vector-img {
    height: 75px;
    min-width: 75px;
    background-color: #194684;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.each-about-vector-img img {
    width: 30px;
}
.each-about-vector {
    display: flex;
    align-items: flex-start;
    gap: 28px;
}
.each-about-vector-info p {
    max-width: 600px;
    width: 100%;
    margin-bottom: 0;
}
.about-vector {
    display: flex;
    flex-direction: column;
    row-gap: 38px;
    margin-bottom: 52px;
}
.about-info p {
    max-width: 590px;
    width: 100%;
    margin-top: 32px;
}
.about-info {
    margin-bottom: 40px;
}
.about-part {
    padding-right: 40px;
}
.each-about-vector-info h4 {
    margin-bottom: 8px;
}
/****home-counter-sec****/
.home-counter-sec {
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}
.home-counter-sec .container {
    position: relative;
    z-index: 1;
}
.home-counter-left {
    display: flex;
    flex-direction: column;
    row-gap: 170px;
    justify-content: space-between;
}
.home-counter-wrap {
    border-radius: 20px;
    background: #FFF;
    overflow: hidden;
    padding: 44px 88px 45px 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.home-counter-left p {
    max-width: 355px;
    width: 100%;
    margin-bottom: 0;
}
.home-counter-right-part {
    display: flex;
    align-items: center;
    column-gap: 89px;
    flex-wrap: wrap;
}
.each-counter-info {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.each-counter-wrap h5 {
    text-align: center;
    margin-top: 20px;
}
.each-counter h3 {
    color: #212121;
}
.each-counter-img {
    width: 182px;
}
.each-counter-img img {
    width: 100%;
}
.each-counter-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/****footer-area****/
.footer-wrap {
    background-color: #fff;
    border-radius: 50px 50px 0 0;
    overflow: hidden;
    padding: 145px 0 0;
}
.footer-img {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.each-footer-img {
    width: 48.5%;
    border-radius: 10px;
    overflow: hidden;
    height: 231px;
}
.each-footer-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 100%;
    object-fit: cover;
}
.footer-top .col-lg-5 {
    width: 40%;
}
.footer-top .col-lg-7 {
    width: 60%;
}
.each-footer-img:hover img {
    transform: scale(1.1);
}
.footer-logo-part {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 62px;
}
.each-footer-contact em {
    font-style: normal;
}
.each-footer-contact a {
    border-radius: 10px;
    background: #194684;
    backdrop-filter: blur(10px);
    padding: 15px 25px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.each-footer-contact em h6 {
    color: #FFF;
    font-family: 'LamaSans-Bold';
    font-size: 1.6rem;
    line-height: 22.48px;
    letter-spacing: 0.16px;
}
.each-footer-contact em p {
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 0;
    line-height: 21px;
    letter-spacing: 0.28px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.each-footer-contact {
    width: 52%;
}
.each-footer-contact-call {
    width: 45.5%;
}
.each-footer-contact a:hover p {
    color: rgba(255, 255, 255, 0.5);
}
.each-footer-block a {
    color: #212121;
}
.each-footer-block a:hover {
    color: #194684;
}
.footer-block {
    border-top: 1px solid #212121;
    border-bottom: 1px solid #212121;
    padding: 37px 0 40px;
    margin: 75px 0 30px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.footer-left {
    max-width: 624px;
}
.each-footer-block {
    width: 40%;
}
.each-footer-block td {
    line-height: 24px;
    letter-spacing: 0.32px;
    padding-right: 10px;
}
.each-footer-block table {
    width: 100%;
}
.each-footer-block tr {
    display: flex;
}
.each-footer-block h5 {
    margin-bottom: 20px;
}
.footer-social li a {
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social li,
.footer-btm-logo li {
    padding-left: 0;
}
.footer-social li::after,
.footer-btm-logo li::after {
    display: none;
}
.footer-btm {
    background-color:#194684;
    padding: 20px 0;
}
.footer-btm-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.footer-btm-logo ul {
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer-social ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}
.footer-credit a {
    color: rgba(255, 255, 255, 0.5);
}
.footer-credit a:hover {
    color: #fff;
}
.footer-social li a:hover {
    background-color: #194684;
    border-color: #194684;
}
.footer-title {
    margin-bottom: 45px;
}
.footer-logo-part.footer-mobile-logo-part {
    display: none;
}
/* ============================================== diensten-list ============================================== */
/****inner-banner-sec****/
.inner-banner-sec {
    padding-top: 76px;
}
.inner-banner-wrap {
    position: relative;
}
.inner-banner-content {
    position: absolute;
    left: 0;
    top: 62%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
}
.each-inner-banner {
    height: 502px;
}
.each-inner-banner img {
    height: 100%;
    object-fit: cover;
}
.inner-banner-sec .banner-scroll {
    bottom: 34px;
}
/****diensten-list-top****/
.diensten-list-top {
    margin-top: -42px;
    border-radius: 50px 50px 0 0;
    position: relative;
    z-index: 2;
    background-color: #194684;
    overflow: hidden;
}
.diensten-list-top-wrap {
    margin-top: 8px;
    background: #F5F5F5;
    border-radius: 50px 50px 0 0;
    padding: 135px 0 0;
    position: relative;
    overflow: hidden;
}
.diensten-list-top .container {
    position: relative;
    z-index: 1;
}
.diensten-list-top p {
    max-width: 555px;
    margin-right: 0;
    margin-left: auto;
}
.d-list-sec {
    padding: 77px 0 115px;
    position: relative;
}
/* ============================================== diensten-dtl ============================================== */
/****diensten-dtl-top****/
.diensten-dtl-top {
    padding: 200px 0 58px;
    position: relative;
}
.diensten-dtl-top-wrap {
    text-align: center;
    max-width: 1105px;
    margin: 0 auto 80px;
    position: relative;
}
.diensten-dtl-top-wrap p {
    margin-top: 30px;
}
.diensten-dtl-top-img img {
    border-radius: 20px;
    overflow: hidden;
}
.diensten-dtl-man-img {
    height: 68px;
    min-width: 68px;
    border: 3px solid #D9D9D9;
    border-radius: 100px;
    overflow: hidden;
    max-width: max-content;
    margin: 0 auto;
}
.diensten-dtl-man-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
    width: 100%;
}
.diensten-dtl-top-man-part {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    padding: 25px 25px 15px 25px;
    max-width: 358px;
    margin: 0 auto;
    position: absolute;
    right: 6%;
    bottom: -15%;
}
.diensten-dtl-man-info {
    text-align: center;
    margin-top: 20px;
}
.diensten-dtl-man-info .common-btn {
    min-width: 310px;
}
.diensten-dtl-man-info h4 {
    color: #fff;
    margin-bottom: 12px;
}
.diensten-dtl-man-info p {
    color: #fff;
    margin-bottom: 40px;
}
/****diensten-dtl-mid****/
.diensten-dtl-mid-wrap h3 {
    color: #194684;
    margin-bottom: 35px;
}
.diensten-dtl-mid-wrap {
    display: flex;
    justify-content: space-between;
    gap: 110px;
}
.diensten-dtl-mid {
    padding-top: 115px;
}
/****diensten-dtl-table****/
.diensten-dtl-table td {
    border-radius: 10px;
    background: #FFF;
    padding: 238px 30px 7px 30px;
    position: relative;
    width: 32.3%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diensten-dtl-table td::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/diensten-dtl-table-mark.png);
    height: 138px;
    width: 466px;
    background-size: 466px;
    background-repeat: no-repeat;
}
.diensten-dtl-table td h4 {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diensten-dtl-table td p {
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diensten-dtl-table tr {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.diensten-dtl-table {
    padding: 60px 0 78px;
    width: 100%;
}
.diensten-dtl-table td:hover {
    background-color: #A38C7F;
}
.diensten-dtl-table td:hover h4,
.diensten-dtl-table td:hover p {
    color: #fff;
}
/****dtl-slider-sec****/
.dtl-slider-sec {
    padding: 63px 0 140px;
}
.dtl-slider-title {
    text-align: center;
    margin-bottom: 70px;
}
.dtl-slider-title h3 {
    color: #194684;
}
.dtl-slider .swiper-button-prev {
    left: -6%;
}
.dtl-slider .swiper-button-next {
    right: -6%;
}
/****ver-dienstem-dtl-mid****/
.ver-dienstem-dtl-mid p {
    max-width: 970px;
    width: 100%;
}
/****onder-diensten-dtl-table****/
.onder-diensten-dtl-table {
    padding-top: 115px;
}
/*=========================aanbod-list=========================*/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 210px 0 78px;
    position: relative;
}
.filter-mark {
    position: absolute;
    top: 22px;
    right: 0;
    pointer-events: none;
    width: 39%;
    z-index: -1;
}
.filter-mark img {
    width: 100%;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
    color: #212121;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.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: #A38C7F;
}
.select-style {
    width: 100%;
    height: 48px;
    color: #212121;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    border-radius: 5px;
    border: 1px solid #212121;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 0 40px 0 20px;
    background: url(../images/filter-arrow.svg) #0F0F0F no-repeat 92% center / 10px;
    appearance: none;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    background-color: #F5F5F5;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
}
.select-style:hover,
.select-style.show {
    background-color: #A38C7F;
    color: #fff;
    border-color: #A38C7F;
    background-image: url(../images/white-filter-arrow.svg);
}
.filter-main {
    margin-bottom: 20px;
}
.filter-content {
    display: none;
    background-color: #A38C7F;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #A38C7F;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
    cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #fff;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #194684;
    border-color: #194684;
    background-image: url(../images/check-tick.svg);
    background-size: 12px;
    background-position: center center;
    background-repeat: no-repeat;
}
.auto-overview-tag {
    margin-right: 5px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    border-radius: 5px;
    background-color: #A38C7F;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    border: 1px solid #A38C7F;
    flex-direction: row-reverse;
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.auto-overview-tag:hover {
    background-color: #194684;
    border-color: #194684;
}
.filter-left-part .row {
    margin: 0 -4px;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 21%;
    padding: 0 4px;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 106px;
    background-color: #fdfdfd;
    border-top: 1px solid rgba(33, 33, 33, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
    width: 100%;
    display: block;
    text-align: center;
    background-color: #A38C7F;
    border-color: #A38C7F;
}
.mobile-show-filter .common-btn:hover {
    background-color: #194684;
    border-color: #194684;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #14181E;
	border-radius: 100%;
	color: #fff;
    border: 1px solid #14181E;
	margin-left: 30px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    display: none;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #fff;
    border-bottom: 1px solid rgba(249, 248, 246, 0.3);
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    margin-left: auto;
    border: 1px solid #212121;
}
.mobile-filter-close span img {
    width: 9px;
    filter: brightness(0);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
    background-color: #A38C7F;
    border: 1px solid #A38C7F;
    color: #fff;
	padding: 10px;
	border-radius: 0 5px 5px 0;
    text-transform: capitalize;
    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: #194684;
    border-color: #194684;
    color: #fff;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'LamaSans-Medium';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 216px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.show_selected_filter_cls {
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
}
/****aanbod-range-filter****/
.aanbod-range-filter label {
    font-size: 1.6rem;
    color: #212121;
}
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color: #A38C7F;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(163, 140, 127, 0.4);
    border-color: rgba(163, 140, 127, 0.4);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #A38C7F;
}
.aanbod-range-filter .ui-widget.ui-widget-content {
    border: 0;
}
.aanbod-range-filter .slider-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aanbod-range-filter .slider-inputs span {
    color: #212121;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    padding: 8px;
    background-color: transparent;
    width: 100px;
    color: #212121;
    font-size: 1.6rem;
    line-height: normal;
}
.mob-filter-visible {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 15px;
    margin: 0 auto;
    max-width: 510px;
    width: 100%;
}
.filter-sort {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #A38C7F;
}
/******aanbod-product-sec******/
.aanbod-product-sec {
    padding-bottom: 85px;
}
.product-diens-area {
    background-color: #194684;
    border-radius: 10px;
    overflow: hidden;
    margin: 23px 0;
}
.aanbod-product-area > .row {
    row-gap: 20px;
}
.product-diens-txt {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 20px 93px;
}
.product-diens-txt h3 {
    margin-bottom: 30px;
}
.product-diens-mark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.product-diens-txt .common-btn {
    width: max-content;
    border: 1px solid #A38C7F;
}
.product-diens-txt .common-btn:hover {
    background-color: transparent;
}
.product-diens-img {
    height: 100%;
    max-width: 690px;
    margin-right: 0;
    margin-left: auto;
}
.product-diens-img img {
    height: 100%;
    object-fit: cover;
}
.aanbod-product-sec .each-product-dtls td {
    padding-left: 25px;
    padding-right: 25px;
}
/*=========================aanbod-dtl=========================*/
/****dtl-top-sec****/
.dtl-top-sec {
    padding: 173px 0 14px;
}
.dtl-top-slider .col-lg-9 {
    width: 81%;
}
.dtl-top-slider .col-lg-3 {
    width: 19%;
}
.dtl-top-sec .aanbod-thumbs .each-aanbod-big-slide {
	height: 100%;
    border-radius: 5px;
}
.dtl-top-sec .aanbod-thumbs .each-aanbod-big-slide img { 
	height: 100%;
	object-fit: cover;
}
.each-aanbod-big-slide {
    border-radius: 10px;
    overflow: hidden;
}
.aanbod-thumbs-wrapper{
    height: 764.98px;
}
.aanbod-thumbs {
    height: 100%;
    object-fit: cover;
}
.aanbod-big-slider .swiper-button-prev {
    left: 6%;
}
.aanbod-big-slider .swiper-button-next {
    right: 6%;
}
.mob-aanbod-slider-btm {
    display: none;
    column-gap: 8px;
    margin-top: 8px;
}
.each-mob-aanbod-slider-btm-img {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    background: transparent;
}
.overlay h6 {
    border-radius: 5px;
    background: #194684;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 8px 20px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 20px;
    letter-spacing: normal;
    font-family: 'LamaSans-Bold';
}
.aanbod-thumbs-wrapper .swiper-wrapper {
    justify-content: end;
}
/****aanbod-top-dtl-sec****/
.aanbod-top-dtl-sec {
    overflow: hidden;
}
.aanbod-top-dtl-area > .row > .col-lg-8 {
    width: 70%;
}
.aanbod-top-dtl-area > .row > .col-lg-4 {
    width: 30%;
}
.aanbod-top-dtl-left {
    border-radius: 10px;
    border: 1px solid rgba(33, 33, 33, 0.10);
    background: #FFF;
}
.aanbod-top-dtl-title h3 {
    color: #212121;
}
.aanbod-top-dtl-title h5 strong {
    font-weight: normal;
    font-family: 'GeneralSans-Semibold';
    color: #A18B72;
    font-size: 3.2rem;
    line-height: 38px;
    letter-spacing: 0.32px;
    margin-right: 6px;
}
.aanbod-top-bovag-logo {
    text-align: end;
}
.aanbod-top-bovag-logo img {
    width: 140px;
}
.aanbod-top-car-info .col-lg-10 {
    width: 91%;
}
.aanbod-top-car-info .col-lg-2 {
    width: 9%;
}
.aanbod-top-share a,
.aanbod-top-contact-top a {
    height: 39px;
    width: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 1px solid rgba(33, 33, 33, 0.20);
    margin-right: 0;
    margin-left: auto;
}
.aanbod-top-share a img,
.aanbod-top-contact-top a img {
    width: 15px;
    height: 15px;
}
.aanbod-top-car-info tr {
    display: flex;
    column-gap: 58px;
    row-gap: 15px;
    flex-wrap: wrap;
    align-items: center;
}
.aanbod-top-car-info td {
    color: #212121;
    font-size: 1.8rem;
    line-height: 20px;
    font-family: 'LamaSans-SemiBold';
}
.aanbod-top-car-info td img {
    height: 17px;
    margin-right: 7px;
    margin-bottom: 2px;
}
.aanbod-top-dtl-left {
    border-radius: 10px;
    border: 1px solid rgba(33, 33, 33, 0.10);
    background: #FFF;
    padding: 22px 46px 18px;
}
.aanbod-top-dtl-title p {
    margin: 16px 0 35px;
}
.aanbod-top-car-txt {
    border-bottom: 1px solid rgba(33, 33, 33, 0.10);
    padding-bottom: 38px;
    margin-bottom: 26px;
}
.aanbod-top-contact-top h5 {
    color: rgba(33, 33, 33, 0.40);
}
.aanbod-top-contact-area {
    border-radius: 10px;
    background-color: #194684;
    padding-bottom: 8px;
    height: 100%;
}
.aanbod-top-contact-wrap {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    padding: 7px 14px 12px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.aanbod-top-contact-top {
    display: flex;
    align-items: center;
    width: 100%;
}
.aanbod-top-contact-info a {
    color: #212121;
    font-size: 2rem;
    line-height: 20px;
    font-family: 'LamaSans-SemiBold';
}
.aanbod-contact-img {
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid #D9D9D9;
    width: 86px;
    height: 86px;
}
.aanbod-contact-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.aanbod-top-contact-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.aanbod-top-contact-info a:hover {
    color: #A38C7F;
}
.aanbod-top-contact-mid {
    margin: 41px 0 44px;
}
.aanbod-top-contact-mid .col-lg-8 {
    width: 75%;
}
.aanbod-top-contact-mid .col-lg-4 {
    width: 25%;
}
.aanbod-top-contact-btn ul {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
}
.aanbod-top-contact-btn li {
    padding-left: 0;
}
.aanbod-top-contact-btn li::after {
    display: none;
}
.aanbod-top-contact-btn .common-btn {
    padding-left: 40px;
    padding-right: 40px;
}
.aanbod-top-contact-btn .common-btn.inruilen-btn {
    background-color: #66C41F;
    padding-left: 47px;
    padding-right: 47px;
}
.aanbod-top-contact-btn .common-btn.inruilen-btn img {
    width: 21px;
    margin-right: 8px;
}
.mob-aanbod-top-bovag-logo {
    display: none;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
    padding: 115px 0 120px;
    position: relative;
    overflow: hidden;
}
.dtl-tab-sec .blue-mark {
    right: auto;
    left: 0;
    z-index: -1;
}
.mob-tab-mark {
    display: none;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 15px;
    margin-bottom: 27px;
    border: 0;
    justify-content: center;
}
.tab-btn .tabs {
    flex-wrap: wrap;
    display: flex;
    justify-content: left;
    column-gap: 16px;
    row-gap: 16px;
    padding: 0;
    overflow: hidden;
    margin-bottom: 38px;
    position: relative;
}
.tab-btn .tabs li.active {
    background-color: transparent;
    opacity: 1;
    position: relative;
}
.tab-btn ul.tabs li {
    position: relative;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    text-transform: none;
    font-family: 'MonaSansExpanded-Regular';
    line-height: normal;
    padding-left: 0;
    padding-bottom: 0;
    border-radius: 5px;
    padding: 14px 20px;
    width: 16%;
    text-align: center;
    font-size: 1.4rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: #212121;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    border-radius: 5px;
    border: 1px solid #212121;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.tab-btn .tabs li.active,
.tab-btn .tabs li:hover {
    color: #fff;
    background-color: #A38C7F;
    border-color: #A38C7F;
}
.tab-btn .tabs li.active::after {
    transform: rotate(90deg);
    opacity: 1;
    filter: brightness(0) invert(1);
    top: 6px;
}
.tab-btn .tabs li:hover::after {
    filter: brightness(0) invert(1);
}
.tabs li::after {
    display: inline-block;
    content: url(../images/tab_arrow.svg);
    position: relative;
    top: 0;
    left: 12px;
    background-color: transparent;
    width: 9px;
    height: 9px;
    background-image: none;
    
}
/****tab-content****/
.tab_content {
    display: none;
}
.tab_drawer_heading {
    display: none;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    column-gap: 20px;
    row-gap: 20px;
}
.kenmerken-tab li {
    width: 32.3%;
    padding: 14px 35px;
    position: relative;
    font-size: 1.6rem;
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: rgba(33, 33, 33, 0.70);
    line-height: 24px;
    letter-spacing: 0.32px;
    font-family:'LamaSans-bold';
}
.kenmerken-tab li::after {
    display: none;
}
.kenmerken-tab li:nth-child(1) {
    width: 49%;
}
.kenmerken-tab li:nth-child(2) {
    width: 49%;
}
.kenmerken-tab li:nth-child(6) {
    width: 23.9%;
}
.kenmerken-tab li:nth-child(7) {
    width: 23.9%;
}
.kenmerken-tab li:nth-child(8) {
    width: 23.9%;
}
.kenmerken-tab li:nth-child(9) {
    width: 23.9%;
}
.kenmerken-tab li strong {
    display: block;
    text-align: right;
    font-weight: normal;
    color: #212121;
    font-family: 'LamaSans-Medium';
}
.kenmerken-tab{
    overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #A38C7F;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.dtl-tab-sec .bullet-panel ul li {
    margin-bottom: 10px;
    padding-left: 25px;
}
.dtl-tab-sec .bullet-panel li:after {
    top: 2px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #A38C7F;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #A38C7F;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 20px;
    font-size: 1.6rem;
    text-transform: none;
    color: #fff;
}
.each-onderhoud-block h4 {
    text-transform: none;
    font-weight: bold;
    line-height: 20px;
}
.each-onderhoud-block h5 {
    margin: 12px 0 25px;
    font-size: 1.6rem;
    text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn {
    color: #212121;
    margin-top: 49px;
    border: 1px solid #212121;
    background-color: transparent;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    padding: 12px 21px;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
    max-width: max-content;
}
.tab-btm-btn:hover {
    color: #fff;
    background-color: #A38C7F;
    border-color: #A38C7F;
}
/****show-popup****/
.tab-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.tab-popup-content-wrap{
    overflow-x: hidden;
    overflow-y: scroll;
}
.popup-opacity {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(245, 245, 245, 0.6);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.tab-popup-area {
    border-radius: 8px;
    background: #fff;
    position: relative;
    z-index: 101;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #194684;
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px rgba(25, 70, 132, 0.5);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(25, 70, 132, 0.5);
    max-width: 93%;
}
.popup-cross{
    background: transparent;
    width: 45px;
    height: 45px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #fff;
}
.tab-popup-content {
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    height: calc(100% - 116px) !important;
}
.tab-popup-content ul{
    margin-bottom: 33px;
    padding: 0;
}
.tab-popup-content ul:last-child{
    margin-bottom: 0;
}
.popup-cross img{
    width: 38px;
}
.tab-popup-area .popup-cross img {
    filter: brightness(0);
}
.tab-popup-area h3 {
    color: #212121;
    margin-bottom: 20px;
}
.tab-popup-area p {
    color: rgba(33, 33, 33, 0.5);
    line-height: normal;
    padding-bottom: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.tab-popup-content h4 {
    color: #212121;
    margin-bottom: 10px;
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid rgba(33, 33, 33, 0.15);
    line-height: 30px;
    color: #212121;
    padding: 6px 0;
    flex-wrap: wrap;
    padding-left: 0;
}
.tab-popup-content li::after{
    display: none;
}
.tab-popup-content li strong{
    width: 50%;
    font-weight: normal;
    color: rgba(33, 33, 33, 0.7);
}
.show-popup{
    display: none;
}
/****price-table****/
.price-table-area > ul > li::after {
    display: none;
}
.each-price-table {
    border-radius: 9px;
    background: #F5F5F5;
    height: 100%;
    position: relative;
    max-width: 386px;
    margin: 0 auto;
    overflow: hidden;
}
.each-price-table-title {
    text-align: center;
    border-radius: 9px 9px 0px 0px;
    background-color: #A58F77;
    padding: 6px 10px;
}
.each-price-table-title p {
    color: #FCFCFC;
    margin-bottom: 0;
}
.each-price-table-info {
    padding: 25px 40px 50px;
}
.each-price-table-info,
.each-price-table-top {
    background-color: #fff;
}
.each-price-table-top {
    padding-left: 40px;
    padding-right: 64px;
    padding-top: 45px;
}
.each-price-table-top h6 {
    color: rgba(0, 0, 0, 0.60);
    margin: 5px 0;
}
.each-price-table-top p {
    margin-bottom: 0;
    color: #777;
}
.each-price-table-top p strong {
    font-weight: normal;
    color: #000;
    font-size: 2.4rem;
    line-height: 38px;
    letter-spacing: 0.24px;
    font-family: 'GeneralSans-Semibold';
}
.each-price-table-top p em {
    font-style: normal;
    line-height: normal;
    font-family: 'LamaSans-Bold';
    letter-spacing: normal;
    margin: 0 3px;
}
.each-price-table-top .common-btn {
    width: 100%;
    text-align: center;
    border-radius: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 17px;
}
.each-price-table-info li {
    padding-left: 22px;
    margin-bottom: 15px;
    color: #000;
    font-family: 'LamaSans-Bold';
    font-size: 1.2rem;
    line-height: 17px;
    letter-spacing: normal;
    margin-bottom: 13px;
}
.each-price-table-info li:last-child {
    margin-bottom: 0;
}
.each-price-table-info li::after { 
    top: 1px;
    width: 15px;
    height: 15px;
    background-size: 15px;
    background-image: url(../images/price-tick.svg);
}
.each-price-table-btm {
    border-top: 1px solid rgba(87, 88, 83, 0.20);
    padding: 24px 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.each-price-table-btm h4 {
    text-align: center;
    font-size: 2rem;
}
/****form-sec****/
.form-sec {
    border-radius: 50px 50px 0 0;
    background-color: #A38C7F;
    padding-top: 5px;
    position: relative;
}
.form-wrap {
    border-radius: 50px 50px 0 0;
    background-color: #FFF;
    padding: 130px 0 54px;
    position: relative;
    overflow: hidden;
}
.form-part {
    padding: 0 6%;
    position: relative;
}
.form-part .col-lg-7 {
    width: 68%;
}
.form-part .col-lg-5 {
    width: 32%;
}
.form-block {
    padding-right: 91px;
    position: relative;
    margin-right: 105px;
}
.form-title {
    margin-bottom: 68px;
}
.form-title h2 {
    margin: 22px 0 33px;
}
.form-title h6,
.form-title h2 {
    margin-left: -20%;
}
.form-title p {
    margin-bottom: 0;
    color: #212121;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    line-height: 21px;
    letter-spacing: 0.28px;
}
.form-main-area .form-styl {
    background: transparent;
    font-size: 1.6rem;
    line-height: 24px;
    color: #212121;
    font-family: 'LamaSans-Medium';
    border: none;
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(33, 33, 33, 0.20);
    border-radius: 0;
    resize: none;
}
.form-main-area .form-group {
    margin-bottom: 46px;
}
.form-main-area .form-group.form-txt-area {
    margin-bottom: 0;
}
.form-main-area .form-styl::placeholder {
    color: #212121;
}
.form-main-area .form-styl:placeholder {
    color: #212121;
}
.form-main-area .form-styl:focus{
    outline: none;
    box-shadow: none;
    color: #212121;
    border-color: rgba(33, 33, 33, 0.20);
}
.form-main-area  .form-styl:focus::placeholder{
    color: #212121;
}
.form-main-area textarea.form-styl {
    height: 128px;
}
.form-sec .form-styl.foto_upload, 
.form-sec .form-styl.photo_upload { 
    color: #212121; 
}
.form-btn {
    margin-top: 28px;
}
.each-form-contact-info {
    margin-bottom: 48px;
}
.each-form-contact-info h6 {
    color: rgba(33, 33, 33, 0.50);
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 10px;
    letter-spacing: normal;
}
.each-form-contact-info p {
    margin-bottom: 0;
    font-family: 'LamaSans-Medium';
    letter-spacing: normal;
    display: flex;
    flex-wrap: wrap;
}
.each-form-contact-info p em {
    font-style: normal;
    width: 29%;
}
.each-form-contact-info a {
    color: #212121;
}
.each-form-contact-info a:hover {
    color: #A38C7F;
}
.each-form-contact-info tr {
    display: flex;
}
.each-form-contact-info td {
    font-family: 'LamaSans-Medium';
    color: #212121;
    font-size: 1.6rem;
    line-height: 24px; 
}
.each-form-contact-info td:first-child {
    margin-right: 5px;
}
.form-contact-block {
    padding-top: 20px;
    padding-left: 68px;
    position: relative;
}
.form-block::after,
.form-part::after,
.form-contact-block::after {
    content: '';
    position: absolute;
    top: -50%;
    right: 0;
    width: 1px;
    height: 400vh;
    background-color: #194684;
}
.form-part::after,
.form-contact-block::after {
    left: 0;
    right: auto;
    background-color: rgba(33, 33, 33, 0.20);
}
.form-btn .common-btn {
    padding-left: 45px;
    padding-right: 45px;
}
.form-contact-img {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.each-form-contact-img {
    border-radius: 10px;
    overflow: hidden;
    min-width: 149px;
    width: 149px;
    height: 212px;
}
.each-form-contact-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.form-contact-block .each-form-contact-info:nth-child(3) {
    margin-bottom: 40px;
}
.form-social {
    margin-top: 36px;
}
.form-social ul {
    display: flex;
    justify-content: space-between;
}
.form-social li {
    padding-left: 0;
    margin-bottom: 0;
}
.form-social li::after {
    display: none;
}
.form-social li p {
    margin-bottom: 0;
}
.form-social li a {
    color: #212121;
}
.form-social li a:hover {
    color: #A38C7F;
}
/******aanbod-btm-sec******/
.aanbod-btm-sec {
    padding: 60px 0 56px;
}
.aanbod-btm-title {
    margin-bottom: 57px;
}
.aanbod-btm-title h3 {
    line-height: normal;
    color: #194684;
}
.aanbod-btm-slider .common-arrow {
    top: 46%;
}
.aanbod-btm-slider .swiper-button-prev {
    left: -5.5%;
}
.aanbod-btm-slider .swiper-button-next {
    right: -5.5%;
}
/*=========================contact=========================*/
/****contact-form-sec****/
.contact-form-sec {
    padding-top: 8px;
    background-color: #194684;
    margin-top: -46px;
    z-index: 2;
}
.contact-form-sec .each-form-contact-img {
    min-width: 281px;
    width: 281px;
}
/****map****/
.map {
    height: 500px;
}
/*=========================verkocht=========================*/
/****verkocht-top-sec****/
.verkocht-top-sec {
    padding-top: 197px;
    position: relative;
}
.verkocht-top-mark {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: -1;
}
.verkocht-top-area {
    margin-bottom: 32px;
}
.verkocht-top-area h2 {
    margin-bottom: 10px;
    font-size: 6rem;
    line-height: 70px;
    letter-spacing: 0.6px;
}
.verkocht-top-area p {
    margin-bottom: 0;
}
/*=========================over-ons=========================*/
/****over-ons-top-sec****/
.over-ons-top-sec {
    margin-top: -42px;
    border-radius: 50px 50px 0 0;
    position: relative;
    z-index: 2;
    background-color: #194684;
    overflow: hidden;
}
.over-ons-top-wrap {
    margin-top: 8px;
    background: #F5F5F5;
    border-radius: 50px 50px 0 0;
    padding-top: 122px;
    position: relative;
    overflow: hidden;
}
.over-ons-top-area,
.over-ons-mid-area {
    position: relative;
    z-index: 1;
}
.over-ons-top-left h4 {
    font-family: 'GeneralSans-Bold';
    color: #194684;
    margin-bottom: 12px;
}
.over-ons-top-left p,
.over-ons-top-right p {
    margin-bottom: 0;
}
/****over-ons-mid-sec****/
.over-ons-mid-sec {
    padding: 68px 0;
    position: relative;
    overflow: hidden;
}
.over-ons-mid-sec .blue-mark {
    bottom: -20px;
}
.over-ons-mid-txt {
    padding-right: 56px;
}
.over-ons-mid-txt p {
    max-width: 596px;
    width: 100%;
    margin: 8px 0 38px;
}
.over-ons-mid-sec .home-counter-right-part {
    column-gap: 38px;
}
.over-ons-mid-img {
    display: flex;
    column-gap: 24px;
}
.each-over-ons-mid-img {
    border-radius: 20px;
    overflow: hidden;
    width: 344px;
    height: 532px;
}
.each-over-ons-mid-img img {
    height: 100%;
    object-fit: cover;
}
/****over-ons-team-sec****/
.over-ons-team-sec {
    padding: 80px 0;
}
.over-ons-team-title {
    margin-bottom: 42px;
}
.over-ons-team-slider {
    border-radius: 10px;
    background: #FFF;
    padding: 25px 28px;
}
.each-over-ons-team-img {
    border-radius: 10px;
    overflow: hidden;
}
.each-over-ons-team-info {
    margin-top: 9px;
}
.each-over-ons-team-info p {
    margin-bottom: 0;
}
/****over-ons-gal-sec****/
.over-ons-gal-sec {
    overflow: hidden;
    padding-bottom: 80px;
}
.over-ons-gal-area {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 25px;
    margin: 0 -7%;
}
.each-over-ons-gal-img {
    width: 12%;
    height: 299px;
}
.over-ons-gal-slider {
    width: 49%;
}
.each-over-ons-gal-img,
.over-ons-gal-slider {
    border-radius: 10px;
    overflow: hidden;
}
.each-over-ons-gal-slider {
    width: 100%;
    height: 395px;
}
.each-over-ons-gal-img img,
.each-over-ons-gal-slider img {
    height: 100%;
    object-fit: cover;
}
/*=========================popup=========================*/
.modal-area .modal-dialog {
    max-width: 1098px;
    margin: 8% auto 0;
}
.modal-area .modal {
    background-color: rgba(33, 33, 33, 0.6);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-area .popup-content img {
	width: 223px;
}
.modal-area .popup-content p {
    margin: 60px 0 30px;
    max-width: 425px;
    width: 100%;
}
.modal-area .popup-content {
    border-radius: 0;
    background: #fff;
    overflow: hidden;
    padding:  70px;
    position: relative;
}
.pop-up-image {
	height: 100%;
    overflow: hidden;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.modal-content-wrap .col-lg-5 {
    width: 47%;
}
.modal-content-wrap .col-lg-7 {
    width: 53%;
}
.modal-area .popup-content .common-btn {
    background-color: transparent;
    border: 1px solid #1A241F;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: #1A241F;
}
.modal-area .popup-content .common-btn:hover {
    background-color: #194684;
    color: #fff;
}
.share-social-media-button .a2a_dd svg {
    margin-right: 0 !important;
    filter: brightness(0) !important;
}
.share-social-media-button .a2a_dd:hover {
    background-color: #194684 !important;
}
.share-social-media-button .a2a_dd:hover svg {
    filter: brightness(1) !important;
}
.aanbod-contact-slider {
    border-radius: 100px;
    overflow: hidden;
}
.related-footer {
    padding-top: 40px;
}
.d-list-sec .each-home-service-wrap::after {
    background-color: #f5f5f5;
}
/* Style For Developer start */

/*******loader*****/
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}

/*********Morgen Footer************/
.morgeninternet-footer {
    background: #000000;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s all;
}

.morgeninternet-footer:hover {
    background: #202020;
    transition: 0.3s all;
}

.morgeninternet-footer > img {
    height: 35px;
    padding-top: 15px;
}


/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 10px 6px 20px;
    color: #000;
    background-size: contain;
}
.star_icon{
    margin-bottom: 30px;
}
.star_icon h4{
    padding-bottom: 10px;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #2F2F2F;
    border-bottom: 1px solid #DD2625;
    padding-bottom: 10px;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
    filter: invert(0);
    max-width: 100%;
    height: auto;
    padding: 0;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}
.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#fff  calc(1*100%/6),#194684 0 calc(3*100%/6),#fff  0),
              linear-gradient(#fff  calc(2*100%/6),#194684 0 calc(4*100%/6),#fff  0),
              linear-gradient(#fff  calc(3*100%/6),#194684 0 calc(5*100%/6),#fff  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: #194684 ;
  }


.carpass-img {
    width: 115px;
}

/* Style For Developer End */


/* ML calculator css  */
.calsty
{ border: 0; 
    width: 100%; 
    height: 1100px; 
    background: transparent; 
}
.star_icon h4 {
    border-bottom: 1.5px solid #A38C7F;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.privacy_section {
    padding: 135px 0 60px;
}
.each-footer-block h6
{
    font-size: 1.6rem;
    color: #212121;
}
.home-banner-man-slider {
    width: 87px;
}