body {
	padding: 0px;
	margin: 0px;
	color: #0D0D0D;
    font-family: 'roboto-regular';
    font-size: 1.6rem;
    background-color: #F9F8F6;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    border-color: rgba(255,255,255,0.1);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.1);
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
/****cookie-fix****/
.cmn-cookie-info ul {
    margin-bottom: 0;
}
.cmn-cookie-info li {
    padding-left: 0;
    margin-bottom: 0;
}
.cmn-cookie-info li::after {
    display: none;
}
.cookie-close img {
    width: 15px;
}
/****iframe-footer****/
.iframe-footer {
    border: 0;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    display: block;
}
/* ============================================== index ============================================== */
/****fix-wp****/
.fix-wp a {
    position: fixed;
    right: 2%;
    bottom: 20%;
    width: 63px;
    height: 63px;
    border-radius: 100px;
    background-color: #25D366;
    z-index: 98;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix-wp a img {
    width: 24px;
}
/****header****/
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: transparent;
    padding: 52px 0 16px;
    transition: all 0.5s;
}
.sticky_header {
    margin-top: 0 !important;
    background: #0B1931 !important;
    backdrop-filter: none !important;
    padding: 35px 0px;
    border-bottom: 1px solid #F9F8F6;
}
.black-logo {
    display: none;
}
.header-logo img {
    width: 250px;
}
.header-nav li {
    padding-left: 0;
}
.header-nav li::after {
    display: none;
}
.header-nav li a {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-family: 'robotocondensedmedium';
    color: #F9F8F6;
    line-height: normal;
    letter-spacing: normal;
}
.header-nav li a:hover {
    color: #0D0D0D;
}
.header-nav > ul {
    display: flex;
    column-gap: 16px;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
}
.header-nav .dropdown > a {
    position: relative;
    padding-right: 14px;
    padding-bottom: 20px;
}
.header-nav .dropdown > a::before {
    content: "";
    height: 12px;
    width: 12px;
    position: absolute;
    right: 0;
    top: 5px;
    background-image: url(../images/header-dropdown-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px;
}
.header-nav .dropdown-menu {
    border-radius: 5px;
    background-color: #7794C6;
    min-width: 200px;
    border: 0;
    display: block;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    /* opacity: 0; */
    max-height: 500px;
    overflow-y: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: none;
}
.header-nav .dropdown-menu::-webkit-scrollbar {
    display: none;
}
.header-nav .dropdown-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.header-nav li {
    padding-left: 0;
    margin-bottom: 0;
    line-height: normal;
    letter-spacing: normal;
}
.header-nav li::after {
    display: none;
}
.header-nav .dropdown-menu li a {
    background-color: #7794C6;
    font-size: 1.4rem;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid #F9F8F6;
    font-weight: normal;
    color: #F9F8F6;
}
.header-nav .dropdown-menu li a:hover {
    color: #0D0D0D !important;
}
.header-nav .dropdown-menu li:last-child a {
    border-bottom: 0;
}
.header-nav .dropdown:hover .dropdown-menu {
    pointer-events: all;
    /* opacity: 1; */
    top: 40px;
    display: block;
}
.header-nav .dropdown-toggle::after {
    display: none;
}
.header-nav .dropdown-menu li a:hover {
    color: #0D0D0D;
}
.sticky_header .header-nav li a:hover {
    color: rgba(249, 248, 246, 0.40);
}
.sticky_header .menu-right-btn {
    border-color: #7794C6;
}
.menu-right {
    display: flex;
    column-gap: 16px;
    flex-wrap: wrap;
    justify-content: end;
}
.menu-right-btn {
    padding-left: 39px;
    padding-right: 39px;
    min-width: auto;
}
.menu-bar {
    position: relative;
    max-width: 34px;
    margin: 0 auto;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-hamburger {
    background-color: #F9F8F6;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.menu-bar div,
.menu-bar::after,
.menu-bar::before {
    display: block;
    background-color: #7794C6;
    content: '';
    height: 2px;
    margin: 5px 0 5px auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar::before {
    width: 18px;
    margin-left: 3px;
}
.menu-bar div {
    width: 24px;
}
.menu-bar::after {
    width: 18px;
    margin-left: 3px;
}
.header-other.show {
    display: flex;
}
.menu-bar.active:before {
    transform: translateY(6px) rotate(135deg);
    width: 30px;
}
.menu-bar.active {
    margin-left: 10px;
}
.menu-bar.active div {
    transform: scale(0);
}
.menu-bar.active:after {
    transform: translateY(-8px) rotate(-135deg);
    width: 30px;
}
.menu-mark {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}

/****mega-menu****/
.header-area.active {
    background: #0B1931;
    border-bottom: 1px dashed rgba(249, 248, 246, 0.60);
    padding: 52px 0 16px;
}
.mega-menu {
    position: fixed;
    width: 100%;
    height: calc(100vh - 90px);
    background: #0B1931;
    top: 127px;
    left: 0;
    z-index: 98;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    transition: all 0.5s;
    clip-path: inset(100% 0 0 0);
}
.mega-menu.start {
    clip-path: inset(0 0 0 0);
}
.mega-menu.start2 {
    clip-path: inset(0 0 100% 0);
}
.mega-menu-wrap {
    height: 100%;
}
.mega-menu .col-lg-4 {
    position: relative;
    width: 40%;
    padding-right: 158px;
}
.mega-menu .col-lg-4::after {
    content: "";
    height: 300vh;
    width: 1px;
    background-color: transparent;
    position: absolute;
    right: -14%;
    top: -100vh;
    border: 1px dashed rgba(249, 248, 246, 0.60);
}
.mega-menu-wrap .container,
.mega-menu-wrap .row,
.mega-menu-wrap .col-lg-4,
.mega-menu-wrap .col-lg-8 {
    height: 100%;
}
.mega-menu-wrap .col-lg-8 {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.each-mega-menu-img {
    padding: 10px;
    transition: all 1s;
    -webkit-transition: all 1s;
    transform: scale(0);
    height: 330px;
}
.each-mega-menu-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
}
.each-mega-menu-img.big {
    transform: scale(1);
}
.mega-menu-img {
    max-width: 533px;
    width: 100%;
    margin-left: auto;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding-right: 30px;
}
.mega-menu-nav {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    position: relative;
    z-index: 1;
    padding-top: 35px;
    padding-left: 0;
}
.mega-menu-nav::-webkit-scrollbar {
    background-color: rgba(240, 240, 237, 0.40);
    width: 8px;
    border-radius: 40px;
}
.mega-menu-nav::-webkit-scrollbar-thumb {
    background-color: #F0F0ED;
    border-radius: 40px;
}
.mega-menu-nav li {
    color: rgba(240, 240, 237, 0.32);
    font-family: 'robotocondensedmedium';
    font-size: 6rem;
    line-height: 68px;
    margin-bottom: 24px;
    padding-left: 0;
}
.mega-menu-nav li:last-child {
    margin-bottom: 0;
}
.mega-menu-nav li a {
    /* color: rgba(240, 240, 237, 0.32); */
    color: #fff;
    clip-path: inset(100% 0 0 0);
    transition: all 1s;
    transition-delay: 0.3s;
}
.mega-menu-nav li a:hover,
.mega-menu-nav li a.active {
    color: #F0F0ED;
}
.mega-menu-nav li::after {
    display: none;
}
.mega-menu-nav li.active-up a {
    clip-path: inset(0 0 0 0);
}
.mega-menu-img::-webkit-scrollbar {
    background-color: rgba(240, 240, 237, 0.40);
    width: 8px;
    border-radius: 40px;
}
.mega-menu-img::-webkit-scrollbar-thumb {
    background-color: #F0F0ED;
    border-radius: 40px;
}
.mega-menu-nav .header-nav > ul {
    display: block;
}
.mega-menu-nav .header-nav .dropdown > a {
    position: relative;
    padding-right: 35px;
    padding-bottom: 20px;
    width: 100%;
    display: inline-block;
}
.mega-menu-nav .header-nav .dropdown > a::before {
    height: 20px;
    width: 20px;
    top: 24px;
    background-size: 20px;
    right: 12px;
}
.mega-menu-nav .header-nav .dropdown-menu {
    min-width: 100%;
    max-height: 200px;
}
.mega-menu-nav .header-nav .dropdown:hover {
    z-index: 1;
}
.mega-menu-nav .header-nav .dropdown-menu li {
    margin-bottom: 0;
}
.mega-menu-nav .header-nav .dropdown:hover .dropdown-menu {
    top: 61px;
}
.mega-menu-img { 
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}
.header-area.active .header-nav li a:hover {
    color: rgba(249, 248, 246, 0.40);
}
/****custom-cursor****/
.custom-cursor {
    position: fixed;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    overflow: hidden;
    z-index: 1;
}
.cursor-hover {
    width: 154px;
    height: 154px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    /* border: 1px solid #7794C6; */
    background-color: #F9F8F6;
    padding: 0px;
    overflow: hidden;
}
.custom-cursor img {
    width: 24px;
}
.custom-cursor span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.custom-cursor span::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/about-start-rotate.svg);
    height: 87px;
    width: 87px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 87px;
}
@keyframes cursor-rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.cursor-rotating {
    -webkit-animation: cursor-rotating 10s linear infinite;
    -moz-animation: cursor-rotating 10s linear infinite;
    -ms-animation: cursor-rotating 10s linear infinite;
    -o-animation: cursor-rotating 10s linear infinite;
    animation: cursor-rotating 10s linear infinite;
}
/****banner****/
.banner-wrap {
    position: relative;
}
.banner-video,
.each-banner {
    height: 1044px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
    height: 100%;
}
.banner-slider .swiper {
    height: 100%;
}
.banner-sec .swiper-slide {
    height: auto;
}
.each-banner img {
    height: 100%;
    object-fit: cover;
}
.banner-content {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    text-align: center;
}
.banner-rotate {
    position: absolute;
    left: 55%;
    transform: translateX(-50%);
    z-index: 1;
    text-align: center;
    margin: 0 auto;
    max-width: max-content;
}
.banner-content-wrap ul {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
}
.banner-content-wrap li {
    padding-left: 0;
    margin-bottom: 0;
}
.banner-content-wrap li::after {
    display: none;
}
.banner-content-wrap h1 {
    margin-bottom: 60px;
}
.banner-info-wrap {
    padding-top: 40px;
}
.banner-content .common-btn.black-btn {
    min-width: 430px;
}
/****banner-btm****/
.banner-btm {
    background-color: #D1D9E7;
    padding: 32px 0;
    position: relative;
}
.banner-btm .footer-social li a::after {
    border: 1px dashed #0D0D0D;
}
.each-counter h2 strong,
.each-counter h2 {
    color: transparent;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #0D0D0D;
    font-family: 'robotocondensedmedium';
}
.each-counter h6 {
    line-height: 24px;
    letter-spacing: 0.48px;
}
.banner-counter {
    display: flex;
}
.each-counter {
    padding: 0 14%;
    position: relative;
}
.each-counter::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/banner-btm-dotted-line.svg);
    height: 90px;
    width: 1.5px;
    background-position: center;
    background-repeat: no-repeat;
}
.each-counter:first-child {
    padding-left: 0;
}
.banner-btm .footer-social li a img {
    filter: brightness(0) invert(0);
}
.banner-btm .footer-social li a:hover img {
    filter: brightness(1) invert(0);
}
.banner-btm .footer-social li a:hover::after {
    border: 1px dashed #7794C6;
}  
.banner-btm .footer-social ul {
    gap: 15px;
}     
.banner-btm .footer-social li {
    z-index: 1;
}
/****custom-cursor****/
.custom-cursor {
    position: fixed;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    overflow: hidden;
    z-index: 1;
}
.cursor-hover {
    width: 154px;
    height: 154px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    /* border: 1px solid #7794C6; */
    background-color: #F9F8F6;
    padding: 0px;
    overflow: hidden;
}
.custom-cursor img {
    width: 24px;
}
.custom-cursor span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.custom-cursor span::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/about-start-rotate.svg);
    height: 87px;
    width: 87px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 87px;
}
@keyframes cursor-rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.cursor-rotating {
    -webkit-animation: cursor-rotating 10s linear infinite;
    -moz-animation: cursor-rotating 10s linear infinite;
    -ms-animation: cursor-rotating 10s linear infinite;
    -o-animation: cursor-rotating 10s linear infinite;
    animation: cursor-rotating 10s linear infinite;
}
/****product-sec****/
.product-sec {
    overflow-x: clip;
    padding: 88px 0 120px;
    position: relative;
}
.product-mark {
    position: absolute;
    right: 0;
    top: -157px;
    pointer-events: none;
}
.product-title {
    margin-bottom: 73px;
}
.product-title h3 {
    margin-bottom: 10px;
}
.product-slider .common-arrow {
    top: 32%;
}
.product-slider .swiper-button-prev {
    left: -3%;
}
.product-slider .swiper-button-next {
    right: -4%;
}
.product-area .dotted-btn {
    min-width: 430px;
}
.each-product {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-img {
    border-radius: 20px;
    overflow: hidden;
}
.each-product-info {
    padding-top: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.each-product-info h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-info p {
    margin-bottom: 0;
    color: rgba(13, 13, 13, 0.42);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 600px;
    width: 100%;
    margin: 6px 0 12px;
}
.product-dtls {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 10px;
    row-gap: 8px;
    padding: 16px 38px;
    border-radius: 100px;
    border: 1.5px dashed #7794C6;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-info ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
}
.product-info li {
    line-height: normal;
    letter-spacing: normal;
    padding-left: 0;
    margin-bottom: 0;
    color: #7794C6;
    padding-right: 6px;
    margin-right: 6px;
}
.product-info li::after {
    display: none;
}
.product-info li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: calc(100% - 10px);
    background-color: #7794C6;
}
.product-info li:last-child::before {
    display: none;
}
.product-info li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.product-price h6 {
    color: #7794C6;
    line-height: normal;
    letter-spacing: normal;
}
.product-price h6 strong {
    font-weight: normal;
    font-family: 'Roboto-Bold';
}
.each-product:hover .product-dtls {
    background-color: #7794C6;
}
.each-product:hover .product-info li,
.each-product:hover .product-price h6 {
    color: #F9F8F6;
}
.each-product:hover .product-info li::before {
    background-color: #F9F8F6;
}
.mob-product-price {
    display: none;
}
.mob-product-price h6 {
    color: rgba(13, 13, 13, 0.42);
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 0.42px;
}
.product-btm-btn {
    margin-top: 80px;
}
/****service-sec****/
.service-sec {
    background-color: #0B1931;
    padding: 106px 0 118px;
    position: relative;
}
.service-mark {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
.service-title {
    margin-bottom: 78px;
    text-align: center;
}
.service-title .dotted-btn {
    color: #F9F8F6;
}
.service-title h2 {
    margin: 0 0 32px;
}
.each-service-img img {
    border-radius: 20px;
    overflow: hidden;
}
.each-service {
    position: relative;
}
.each-service-wrap {
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-title h3 {
    color: #F9F8F6;
}
.each-service-title {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 31px 31px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
}
.each-service-vector {
    position: absolute;
    top: 31px;
    left: 31px;
    background-color: #F9F8F6;
    border-radius: 78px;
    height: 78px;
    width: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.each-service-vector::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 6px;
    height: 66px;
    width: 66px;
    background-size: 66px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/service-dotted-round.svg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-vector img {
    width: 38px;
    border-radius: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background-color: #F9F8F6;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: flex;
    flex-direction: column;
    padding: 34px;
    justify-content: end;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-wrap::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: calc(100% - 22px);
    width: calc(100% - 22px);
    background-size: calc(100% - 2px);
    background-position: center;
    background-repeat: no-repeat;
    border: 1px dashed #7794C6;
    border-radius: 10px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-img {
    height: 533px;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
}
.each-service:hover .each-service-wrap {
    transform: scale(0.98);
}
.each-service:hover .each-service-wrap::before {
    opacity: 1;
}
.each-service:hover .each-service-wrap::after {
    opacity: 1;
}
.each-service:hover .each-service-title {
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service:hover .each-service-title h3 {
    color: #0D0D0D;
    margin-bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-title p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 25px auto 0;
    margin-bottom: -58px;
    height: 1lh;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service:hover .each-service-vector {
    background-color: #7794C6;
}
.each-service:hover .each-service-vector img {
    filter: brightness(0) invert(1);
}
.each-service:hover .each-service-vector::after {
    filter: brightness(0) invert(1);
}
.each-service:hover .each-service-title p {
    margin-bottom: 0;
    height: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-mobile-block {
    display: none;
}
.each-service:hover .each-service-img {
    opacity: 0;
}
/****about-sec****/
.about-dot {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.about-dot svg {
    width: 100%;
    height: 100%;
    display: block;
}
.curve-line {
    fill: none;
    stroke: #7794C6;
    stroke-width: 2.5;
    stroke-dasharray: 10, 10;
    animation: dashMove 0.5s linear infinite;
}
@keyframes dashMove {
    100% {
        stroke-dashoffset: 0;
    }
    0% {
        stroke-dashoffset: -20;
    }
}
.about-sec {
    padding: 120px 0 207px;
    position: relative;
}
.about-sec .about-rotate {
    border-color: #7794C6;
}
.about-mark {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
.about-big-img {
    position: relative;
}
.about-small-img {
    position: absolute;
    right: -13%;
    bottom: -17%;
    max-width: 358px;
}
.about-big-img img, 
.about-small-img img {
    border-radius: 20px;
    overflow: hidden;
}
.about-sec .col-lg-5 {
    width: 46%;
}
.about-sec .col-lg-7 {
    width: 54%;
}
.about-map {
    position: absolute;
    top: -10%;
    right: 27%;
    width: 34.5%;
    z-index: -1;
}
.about-dotted-img {
    right: 0;
    position: absolute;
    top: 12%;
    width: 675px;
    z-index: 1;
}
.pulse {
    position: absolute;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    background-color: #7794C6;
    top: 30%;
    left: -2%;
    z-index: 1;
}
.pulse span {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: inherit;
	border-radius: inherit;
	opacity: 0.8;
	animation: pulseAnimate 4s ease-out infinite;
	animation-delay: calc(1s * var(--i));
}
@keyframes pulseAnimate {
	100% {
		opacity: 0;
		transform: scale(4);
	}
}
.about-rotate {
    width: 142px;
    height: 142px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #F9F8F6;
    background-color: #F9F8F6;
    overflow: hidden;
    position: absolute;
    bottom: 28%;
    z-index: 1;
    right: -20%;
    padding: 6px;
}
.about-rotate img {
    width: 24px;
}
.about-rotate span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
 .about-rotate span::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* background-image: url(../images/about-start-rotate.svg); */
    height: 91px;
    width: 91px;
    /* background-position: center;
    background-repeat: no-repeat;
    background-size: 87px; */
    border: 1px dashed #7794C6;
    border-radius: 50px;
}
@keyframes rotating {
	from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
	}
	to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
	}
}
.rotating {
	-webkit-animation: rotating 10s linear infinite;
	-moz-animation: rotating 10s linear infinite;
	-ms-animation: rotating 10s linear infinite;
	-o-animation: rotating 10s linear infinite;
	animation: rotating 10s linear infinite;
}
.about-info {
    position: relative;
    z-index: 1;
    padding-left: 22%;
    padding-top: 48%;
}
.about-info h2 {
    max-width: 550px;
    width: 100%;
    margin: 10px 0 35px;
}
.about-info p {
    max-width: 485px;
    width: 100%;
    margin-bottom: 34px;
}
.about-mobile-map .about-map-part {
    display: none;
}
/****home-btm-sec****/
.each-home-btm-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.each-home-btm-img svg {
    width: 100%;
    height: 100%;
    display: block;
}
.curve-line1 {
    fill: none;
    stroke: #7794C6;
    stroke-width: 2.5;
    stroke-dasharray: 10, 10;
    animation: dashMove 0.5s linear infinite;
}
@keyframes dashMove {
    100% {
        stroke-dashoffset: 0;
    }
    0% {
        stroke-dashoffset: -20;
    }
}
.home-btm-sec {
    background-color: #D1D9E7;
    padding: 106px 0 80px;
    position: relative;
}
.home-btm-mark {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}
.each-home-btm-vector {
    height: 132px;
    width: 132px;
    border: 1px solid #7794C6;
    background-color: #7794C6;
    border-radius: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
}
.each-home-btm-vector::after {
    border: 1.5px dashed #fff;
    border-radius: 100px;
    animation-name: rotation;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    content: '';
    position: absolute;
    left: 11px;
    top: 12px;
    height: 107px;
    width: 107px;
}
.each-home-btm-info {
    text-align: center;
}
.home-btm-wrap {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    position: relative;
    z-index: 1;
}
.each-home-btm .s0 {
    fill: none;
    stroke: #7794c6;
    stroke-width: 2.5;
    stroke-dasharray: 10, 10
}
.each-home-btm-info h3 {
    margin: 30px 0 24px;
}
.each-home-btm-info p {
    max-width: 325px;
    margin: 0 auto;
}
.each-home-btm {
    position: relative;
}
.each-home-btm-img {
    position: absolute;
    left: 62%;
    transform: translateY(-50%);
    top: 5%;
}
/****google-review****/
.google-review {
    position: relative;
}
.google-review::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(11, 25, 49, 0.00) 0%, #0B1931 100%);
}
.google-review-bg {
    padding: 80px 0 27px;
}
.google-review-img {
    position: relative;
    z-index: 1;
}
/****footer-area****/
.footer-area {
    position: relative;
    background-color: #0B1931;
    padding: 88px 0 26px;
}
.footer-mark {
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
}
.footer-mobile-mark {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    display: none;
}
.footer-social li {
    padding-left: 0;
}
.footer-social li::after {
    display: none;
}
.footer-social ul {
    display: flex;
    gap: 10px;
}
.footer-social li a::after {
    border: 1px dashed #F9F8F6;
    border-radius: 100px;
    animation-name: rotation;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.footer-social li a {
    height: 44px;
    width: 44px;
    background: transparent;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-social li a img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 17px;
    height: 17px;
    filter: brightness(0) invert(1);
}
.footer-social li a:hover img{
    filter: brightness(1) invert(0);
}
@keyframes rotation {
  from {
    transform: rotate(-360deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.footer-logo img {
    width: 250px;
}
.each-footer-contact h3,
.each-footer-contact p a,
.each-footer-contact td {
    color: #F9F8F6;
}
.each-footer-contact p a:hover {
    color: #7794C6;
}
.footer-right {
    display: flex;
    justify-content: space-between;
    column-gap: 40px;
    padding-left: 10%;
}
.footer-logo {
    margin-bottom: 24px;
}
.each-footer-contact h3 {
    margin-bottom: 26px;
}
.each-footer-contact td {
    line-height: 30px;
}
.each-footer-contact p {
    margin-bottom: 0;
    line-height: 30px;
}
.each-footer-contact td:first-child {
    padding-right: 57px;
}
.footer-btm {
    margin-top: 155px;
    position: relative;
}
.footer-btm::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 35px;
    background-image: url(../images/footer-btm-line.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}
.footer-credit {
    text-align: center;
}
.footer-credit a {
    color: #F9F8F6;
    font-family: 'roboto-regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.48px;
}
.footer-credit a:hover {
    color: #7794C6;
}
.footer-social li a::after {
    animation-duration: unset;
    animation-iteration-count: unset;
    animation-timing-function: unset;
}
.footer-social li a:hover::after {
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
/* ============================================== diensten-list ============================================== */
/****inner-banner****/
.inner-banner-wrap {
    position: relative;
}
.each-inner-banner {
    height: 600px;
}
.each-inner-banner img {
    height: 100%;
    object-fit: cover;
}
.inner-banner-content {
    position: absolute;
    bottom: 17%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    text-align: center;
}
/****diensten-list-sec****/
.diensten-list-sec {
    position: relative;
    padding: 120px 0;
}
.diensten-list-sec .each-service-img {
    height: 613px;
}
.diensten-list-sec .col-lg-6 {
    padding: 0 20px;
}
.diensten-list-sec .row {
    margin: 0 -20px;
    row-gap: 40px;
}
.diensten-list-sec .each-service-title p {
    margin-bottom: -74px;
    height: 2lh;
    opacity: 0;
    max-width: 460px;
}
.diensten-list-sec .each-service:hover .each-service-title p {
    opacity: 1;
}
.diensten-list-sec .each-service {
    overflow: hidden;
}
.diensten-list-mark {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
/*================ aanbod-dtl ================*/
/****inner-header****/
.inner-header {
    background-color: #F9F8F6;
}
.inner-header .white-logo {
    display: none;
}
.inner-header .black-logo {
    display: block;
}
.inner-header .header-nav li a {
    color: #0B1931;
}
.inner-header .header-nav li a:hover {
    color: #7794C6;
}
.header-area.inner-header.active .header-nav li a {
    color: #fff;
}
.header-area.inner-header.active .header-nav li a:hover {
    color: rgba(249, 248, 246, 0.40);
}
.inner-header .header-nav .dropdown > a::before {
    filter: brightness(0) saturate(100%) invert(8%) sepia(54%) saturate(1398%) hue-rotate(188deg) brightness(94%) contrast(97%);
}
.inner-header .dropdown-menu li a {
    color: #fff;
}
.inner-header .menu-hamburger {
    background-color: #7794C6;
}
.inner-header .menu-bar div,
.inner-header .menu-bar::after,
.inner-header .menu-bar::before {
    background-color: #fff;
    opacity: 0.5;
}
.inner-header.sticky_header .black-logo {
    display: none;
}
.inner-header.sticky_header .white-logo {
    display: block;
}
.inner-header.sticky_header .header-nav li a {
    color: #fff;
}
.inner-header.sticky_header .header-nav .dropdown > a::before {
    filter: brightness(0) invert(1);
}
.inner-header.sticky_header .header-nav li a:hover {
    color: rgba(249, 248, 246, 0.40);
}
.inner-header .mega-menu-nav li a {
    color: rgba(240, 240, 237, 0.32);
}
.inner-header .mega-menu-nav li a:hover {
    color: #fff;
}
.inner-header .mega-menu-nav .header-nav .dropdown > a::before {
    filter: brightness(0) invert(1);
}
.inner-header.active .black-logo {
    display: none;
}
.inner-header.active .white-logo {
    display: block;
}
/****back-btn****/
.back-btn {
    padding: 218px 0 32px;
}
.back-btn .common-btn {
    min-width: 252px;
}
.back-btn .common-btn img {
    width: 20px;
    margin-right: 6px;
}
.back-btn .common-btn:hover img {
    filter: brightness(0) invert(1);
}
/****aanbod-top-btn-sec****/
.aanbod-top-btn-sec {
    margin-bottom: 32px;
}
.aanbod-top-btn-wrap {
    margin-top: -94px;
}
.aanbod-top-left-btn ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
}
.aanbod-top-left-btn li {
    padding-left: 0;
    margin-bottom: 0;
}
.aanbod-top-left-btn li::after {
    display: none;
}
.aanbod-top-left-btn li .common-btn {
    min-width: 212px;
}
.aanbod-top-left-btn li a img {
    margin-top: -3px;
    margin-right: 9px;
}
.aanbod-top-right-btn ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}
.aanbod-top-right-btn li::after {
    display: none;
}
.aanbod-top-btn-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
}
.whatsapp-btn:hover {
    background-color: transparent;
    color: #7794C6;
}
.aanbod-top-right-btn ul {
    column-gap: 31px;
}
.aanbod-top-right-btn li {
    padding-left: 0;
    margin-bottom: 0;
}
.aanbod-top-right-btn li a img {
    width: 18px;
}
.aanbod-top-right-btn li a:hover img {
    filter: brightness(0) saturate(100%) invert(67%) sepia(9%) saturate(5930%) hue-rotate(199deg) brightness(79%) contrast(95%);
}
.mob-aanbod-top-right-btn {
    display: none;
}
.mob-aanbod-car-dtls {
    display: none;
}
.share-btn:hover svg {
    filter: brightness(0) saturate(100%) invert(67%) sepia(9%) saturate(5930%) hue-rotate(199deg) brightness(79%) contrast(95%);
}
/****aanbod-top-sec****/
.aanbod-top-sec {
    padding-bottom: 69px;
}
.aanbod-top-car-slider-wrap .col-lg-7 {
    width: 62%;
}
.aanbod-top-car-slider-wrap .col-lg-5 {
    width: 38%;
}
.each-aanbod-car-slider {
    border-radius: 20px;
    overflow: hidden;
}
.aanbod-top-thumb-slide {
    margin-top: 24px;
}
.each-aanbod-car-thumb-img {
    border-radius: 20px;
    overflow: hidden;
}
.aanbod-car-dtls {
    border-radius: 20px;
    background: #D1D9E7;
    padding: 50px 24px 74px;
    margin-right: 8px;
    height: 100%;
}
.aanbod-car-dtls-title h2 {
    margin-bottom: 9px;
}
.aanbod-car-dtls-title p {
    margin-bottom: 0;
    color: rgba(13, 13, 13, 0.52);
}
.aanbod-car-info tr {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 42px;
}
.aanbod-car-info td {
    width: 48%;
    display: flex;
    align-items: center;
    column-gap: 21px;
}
.aanbod-car-info td img {
    width: 32px;
    height: 32px;
}
.aanbod-car-price h6 {
    line-height: 24px;
    letter-spacing: 0.48px;
    color: rgba(13, 13, 13, 0.52);
}
.aanbod-car-price h3 {
    font-size: 3.2rem;
    line-height: 40px;
    letter-spacing: normal;
}
.aanbod-car-price h3 strong {
    color: #0D0D0D;
    font-family: 'roboto_condensedbold';
    font-weight: normal;
}
.aanbod-car-info {
    border: 1px dashed rgba(13, 13, 13, 0.32);
    border-left: 0;
    border-right: 0;
    padding: 31px 0;
    margin: 32px 0;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
    position: relative;
    overflow: hidden;
}
.tab-mark {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 10px;
    margin-bottom: 32px;
    row-gap: 40px;
    z-index: 1;
    position: relative;
    margin-left: -17%;
}
.tab-btn-right {
    margin-bottom: 60px;
}
.aanbod-dtl-slider-btm {
    padding: 30px 17px;
}
.dtl-tab-sec-wrap {
    display: flex;
    flex-wrap: wrap;
}
.tab-btn {
    width: 12%;
    background-color: #0B1931;
    padding-top: 66px;
    padding-bottom: 99px;
    position: relative;
}
.tab-btn::after {
    content: "";
    background: #0B1931;
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100%;
}
.tab-content-area {
    width: 88%;
    padding: 68px 33px;
    padding-right: 0;
    position: relative;
    z-index: 1;
}
.tab-content-area::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 2px;
    border-top: 2px dashed #7794C6;
}
.tabs li strong {
    position: relative;
    font-weight: normal;
}
.tabs li strong::after {
    display: inline-block;
    content: '';
    position: relative;
    top: 0;
    left: 11px;
    background-image: url(../images/tab_arrow.svg);
    width: 7px;
    height: 12px;
    background-size: 7px;
    background-repeat: no-repeat;
}
.tab-btn .tabs li:hover strong::after,
.tab-btn .tabs li.active strong::after {
    transform: rotate(90deg);
    filter: invert(1);
}
/****tab-part****/
ul.tabs li.common-btn {
    font-family: 'roboto-medium';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.48px;
    margin: 0;
    word-break: break-word;
    cursor: pointer;
    color: #fff;
    min-width: 211px;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 16px 22px;
    border: 0;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border: 1px solid #0B1931;
    border-radius: 10px 0 0 10px;
    background: #0B1931;
}
ul.tabs li.common-btn::before {
    content: '';
    position: absolute;
    top: -53px;
    right: -27px;
    width: 100px;
    height: 63px;
    border-right: 26px solid #F9F8F6;
    border-bottom: 11px solid #F9F8F6;
    border-radius: 0 0 60px;
    box-shadow: 40px 0 #F9F8F6;
    opacity: 0;
}
ul.tabs li.common-btn::after {
    content: '';
    position: absolute;
    bottom: -61px;
    right: -1px;
    width: 172px;
    height: 61px;
    border-right: 0 solid #F9F8F6;
    border-radius: 60px 60px 0 0;
    box-shadow: 55px 0 #F9F8F6;
    opacity: 0;
    background-color: transparent;
    left: auto;
    top: auto;
}
ul.tabs li.common-btn::before {
    top: -23px;
    right: -28px;
    width: 48px;
    height: 33px;
}
ul.tabs li.common-btn::after {
    bottom: -18px;
    right: -1px;
    width: 76px;
    height: 19px;
}
ul.tabs li.common-btn:hover,
ul.tabs li.common-btn.active {
    background: #F9F8F6;
    border: 1px solid #F9F8F6;
    color: #0B1931;
    overflow: visible;
}
ul.tabs li.common-btn.active::before,
ul.tabs li.common-btn.active::after{
    opacity: 1;
}
.tab_drawer_heading {
    display: none;
}
.tab-btn-right ul {
    list-style-type: none;
    display: flex;
    column-gap: 41px;
    justify-content: end;
    padding-left: 0;
}
.tab-btn-right li a {
    color: #f3f3f3;
    font-family: 'neue_montrealregular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    transition: all 0.5s;
}
.tab-btn-right li a:hover {
    text-decoration: underline;
}
.kenmerken-tab {
    overflow: hidden;
}
.kenmerken-tab h3 {
    line-height: 56px;
    letter-spacing: normal;
    color: #F5F5F5;
    margin: 54px 0 26px;
}
.kenmerken-tab:first-child h3{
    margin-top: 0;
}
.kenmerken-tab ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    row-gap: 20px;
    column-gap: 20px;
}
.kenmerken-tab li {
    width: 32.30%;
    padding: 14px 32px;
    position: relative;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    border-radius: 10px;
    border: 1px solid rgba(13, 13, 13, 0.30);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #F9F8F6;
    margin-bottom: 0;
    font-family: 'roboto-medium';
}
.kenmerken-tab li strong {
    font-weight: normal;
    width: 50%;
    color: rgba(13, 13, 13, 0.70);
    font-family: 'roboto-regular';
}
.kenmerken-tab li:hover {
    background-color: #0B1931;
    color: #fff;
}
.kenmerken-tab li:hover strong {
    color: rgba(255, 255, 255, 0.70);
}
.kenmerken-tab li::after {
    display: none;
}
.kenmerken-tab h5{
    color: #1C1C1C;
    margin-bottom: 20px;
}
.bullet-panel h5 {
    border-bottom: 1px solid #0B1931;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 0.72px;
}
.dtl-tab-sec .tab-content-area .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin: 0 0 20px;
}
.dtl-tab-sec .bullet-panel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    margin-bottom: 10px;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 6px;
    position: absolute;
    top: 13px;
    left: 0;
    content: '';
    width: 6px;
    height: 6px;
    background-image: url(../images/tab-bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0B1931;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #0B1931;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    margin-top: 8px;
    margin-bottom: 25px;
}
.left-bg-block p {
    color: #fff;
    margin-bottom: 0;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls h5 {
    text-transform: none;
    font-size: 2.4rem;
}
.tab-btm-btn {
    margin-top: 44px;
    text-align: end;
}
.tab-btm-btn .common-btn {
    font-size: 2.4rem;
    line-height: normal;
    position: relative;
    color: #7794C6;
    cursor: pointer;
    padding: 0;
    border: 0;
    background-color: transparent;
    min-width: min-content;
}
.tab-btm-btn .common-btn::before {
    display: none;
}
/****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(11, 25, 49, 10);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
    border-radius: 10px;
    background-color: #F9F8F6;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #D1D9E7;
    box-shadow: 0px 0px 25px 0px #D1D9E7;
    -webkit-box-shadow: 0px 0px 25px 0px #D1D9E7;
    overflow: hidden;
}
.kenmarken-popup-close {
    background-color: #F9F8F6;
    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 #575853;
}
.kenmarken-popup-close img {
    width: 15px;
    filter: brightness(100) invert(1);
}
.kenmarken-popup-content {
    overflow-y: scroll;
    height: calc(100% - 116px);
    padding-right: 20px;
}
.kenmarken-popup-content h4 {
    margin-bottom: 15px;
}
.kenmarken-popup-content::-webkit-scrollbar  {
    background-color: #5B5A5E;
    width: 10px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
    background-color: #999999;
}
.kenmerken-popup-model {
    padding-bottom: 30px;
    padding-right: 40px;
}
.kenmerken-popup-model h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 9px;
}
.kenmerken-popup-model p {
    margin-bottom: 0;
}
.kenmerken-popup-model h6 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(31, 41, 61, 1);
}
.kenmarken-popup-content h3 {
    margin-bottom: 16px;
    font-family: 'robotocondensedmedium';
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 61px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1.5px solid #D9D9D9;
    line-height: 25px;
}
.kenmarken-popup-content li:nth-child(even) {
    color: rgba(15, 23, 38, 0.70);
}
.kenmarken-popup-content li::after {
    display: none;
}
.kenmerken-popup-model h2 {
    margin-bottom: 5px;
}
/****form-sec****/
.form-sec {
    background-color: #0B1931;
    position: relative;
    padding-top: 80px;
    overflow-x: clip;
}
.form-sec::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 71%);
    background-color: #F9F8F6;
}
.form-sec-mark {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.form-wrap {
    padding: 0 132px;
    position: relative;
    z-index: 1;
}
.form-title {
    width: 100%;
    max-width: 560px;
    margin: 0 auto 80px;
}
.form-title h3 strong {
    letter-spacing: 0.72px;
}
.form-title h2 {
    color: #fff;
    margin: 5px 0 10px;
}
.form-title p {
    margin-bottom: 0;
    color: #fff;
}
.form-part{
    border-radius: 30px;
    position: relative;
}
.form-part::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(268deg, rgba(255, 255, 255, 0.60) 77.98%, #FFF 81.56%);
    border-radius: 30px;
}
.form-main-wrapper {
    position: relative;
    z-index: 1;
    padding: 13px;
}
.form-main-wrapper .col-lg-7 {
    width: 54%;
}
.form-main-wrapper .col-lg-5 {
    width: 46%;
}
.form-info-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 43px;
}
.form-info a {
    font-family: 'Inter-Regular';
    line-height: 35px;
    color: rgba(11, 25, 49, 0.70);
}
.form-info a:hover {
    color: #0B1931;
}
.form-info img {
    margin-right: 20px;
    width: 21px;
    height: 21px;
}
.form-info h6 {
    border-bottom: 1px dashed rgba(11, 25, 49, 0.40);
    padding-bottom: 46px;
    margin-bottom: 46px;
    max-width: 305px;
    width: 100%;
}
.form-info h6:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.form-main-area {
    border-radius: 20px;
    background: linear-gradient(0deg, #7794C6 0%, #7794C6 100%);
    padding: 35px 61px;
    position: relative;
    z-index: 2;
}
.form-mark {
    position: absolute;
    right: 0;
    bottom: 0;
}
.form-main-area .form-styl {
    background: transparent;
    color: #fff;
    font-family: 'roboto-regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.48px;
    border: none;
    padding: 0;
    padding-bottom: 17px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.40);
    border-radius: 0;
    resize: none;
}
.form-main-area .form-group {
    margin-bottom: 44px;
}
.form-main-area .form-styl::placeholder{
    color: rgba(255, 255, 255, 0.50);
}
.form-main-area .form-styl:placeholder {
    color: rgba(255, 255, 255, 0.50);
}
.form-main-area .form-styl:focus{
    outline: none;
    box-shadow: none;
    color: #fff;
    border-color: #fff;
}
.form-main-area  .form-styl:focus::placeholder{
    color: #fff;
}
.form-main-area textarea.form-styl {
    height: 125px;
}
.form-main-area .form-styl.photo_upload,
.form-main-area .form-styl.foto_upload {
    color: rgba(255, 255, 255, 0.50);
}
.form-btn .common-btn {
    min-width: 182px;
}
.form-btn .common-btn:hover {
    border-color: #0B1931;
}
.form-btn .common-btn img {
    width: 20px;
    margin-left: 5px;
}
.form-social {
    margin-top: 72px;
}
.form-social ul {
    display: flex;
    column-gap: 16px;
}
.form-social li {
    padding-left: 0;
}
.form-social li::after {
    display: none;
}
.form-social li a {
    height: 44px;
    width: 44px;
    background: transparent;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-social li a::after {
    border: 1px dashed #0B1931;
    border-radius: 100px;
    animation-name: rotation;
    animation-duration: unset;
    animation-iteration-count: unset;
    animation-timing-function: unset;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.form-social li a:hover::after {
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.form-social li a img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-social li a:hover img {
    filter: brightness(0) saturate(100%) invert(57%) sepia(74%) saturate(243%) hue-rotate(179deg) brightness(88%) contrast(82%);
}
.form-main-wrapper .about-dotted-img {
    right: 6%;
    top: 26%;
    pointer-events: none;
}
.form-main-wrapper .pulse {
    height: 20px;
    width: 20px;
    top: 59%;
    left: -2%;
}
.form-main-wrapper .mob-form-dot {
    display: none;
}
.mob-form-sec-mark {
    display: none;
}
.form-height-add {
    padding-bottom: 40px;
}
/****dtl-btm-sec****/
.dtl-btm-sec {
    padding: 127px 0 120px;
}
.dtl-btm-title h6 {
    font-family: 'roboto-medium';
    line-height: 24px;
    letter-spacing: 0.48px;
    color: #7794C6;
}
.dtl-btm-title h2 {
    margin: 5px 0 80px;
}
.mob-dtl-product-info {
    display: none;
}
.aanbod-product-slider .common-arrow {
    top: 25%;
}
.aanbod-product-slider .swiper-button-next {
    right: -3%;
}
.aanbod-product-slider .swiper-button-prev {
    left: -3%;
}
.aanbod-product-slider .product-dtls {
    justify-content: center;
}
.aanbod-product-slider .product-info li,
.aanbod-product-slider .each-product:hover .product-info li {
    color: rgba(13, 13, 13, 0.42);
}
.aanbod-product-slider .product-info li::before,
.aanbod-product-slider .each-product:hover .product-info li::before {
    background-color: rgba(13, 13, 13, 0.42);
}
.aanbod-product-slider .product-info {
    margin-bottom: 15px;
}
.aanbod-product-slider .product-price h6 strong {
    margin-right: 5px;
}
/*================ diensten-dtl ================*/
/****diens-top-sec****/
.diens-top-img {
    max-width: 820px;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    border-radius: 20px;
    overflow: hidden;
}
.diens-top-info {
    padding-right: 10px;
}
.diens-top-info h2 {
    margin-bottom: 23px;
}
.diens-top-info h6 {
    font-family: 'Roboto-SemiBold';
    line-height: 24px;
    letter-spacing: 0.48px;
    margin-bottom: 5px;
}
/****diens-mid-sec****/
.diens-mid-sec {
    padding: 186px 0 143px;
    position: relative;
}
.diens-mid-mark {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}
.diens-mid-area table {
    width: 100%;
}
.diens-mid-area tr {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    position: relative;
    z-index: 1;
}
.diens-mid-area td {
    text-align: center;
    position: relative;
}
.diens-mid-area td em {
    font-style: normal;
    height: 132px;
    width: 132px;
    border: 1px solid #7794C6;
    background-color: #7794C6;
    border-radius: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
}
.diens-mid-area td em::after {
    border: 1.5px dashed #fff;
    border-radius: 100px;
    animation-name: rotation;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    content: '';
    position: absolute;
    left: 11px;
    top: 12px;
    height: 107px;
    width: 107px;
}
.diens-mid-area td p {
    max-width: 325px;
    margin: 0 auto;
}
.diens-mid-area td .each-home-btm-img {
    left: 62%;
    top: -12%;
    width: calc(100% + 50%);
}
.diens-mid-area td h3 {
    margin: 31px 0 24px;
}
/****diens-btm-sec****/
.diens-btm-sec {
    padding: 122px 0 120px;
}
.diens-btm-title {
    margin-bottom: 80px;
}
.diens-btm-title h6 {
    font-family: 'roboto-medium';
    color: #7794C6;
    line-height: 24px;
    letter-spacing: 0.48px;
}
/*================ vacature-dtl ================*/
/****vacature-mid-sec****/
.diens-mid-sec.vacature-mid-sec {
    padding: 120px 0 110px;
}
.vacature-mid-sec .diens-mid-area td {
    text-align: start;
    width: 41%;
}
.vacature-mid-sec .diens-mid-area td em {
    margin-left: 0;
    margin-right: auto;
}
.vacature-mid-sec .diens-mid-area td ul {
    padding-left: 9px;
}
.vacature-mid-sec .diens-mid-area td li {
    padding-left: 13px;
    margin-bottom: 0;
}
.vacature-mid-sec .diens-mid-area td li::after {
    width: 4px;
    height: 4px;
    top: 14px;
}
.vacature-mid-sec .diens-mid-area tr {
    justify-content: normal;
    column-gap: 263px;
    flex-wrap: wrap;
}
/*================ contact ================*/
/****contact-form-sec****/
.contact-form-sec {
    background-color: #F9F8F6;
    padding: 179px 0 115px;
}
.contact-form-sec .form-wrap {
    padding: 0 97px;
}
.contact-form-sec .form-main-area {
    border-radius: 0;
    background: transparent;
    padding: 0;
    padding-right: 278px;
}
.contact-form-sec .form-main-area .form-styl {
    color: #0D0D0D;
    border-bottom: 1px dashed rgba(13, 13, 13, 0.40);
}
.contact-form-sec .form-main-area .form-styl::placeholder{
    color: rgba(13, 13, 13, 0.50);
}
.contact-form-sec .form-main-area .form-styl:placeholder {
    color: rgba(13, 13, 13, 0.50);
}
.contact-form-sec .form-main-area .form-styl:focus{
    color: #0D0D0D;
    border-color: #0D0D0D;
}
.contact-form-sec .form-main-area .form-styl:focus::placeholder{
    color: #0D0D0D;
}
.contact-form-sec .form-main-area .form-styl.photo_upload,
.contact-form-sec .form-main-area .form-styl.foto_upload {
    color: rgba(13, 13, 13, 0.50);
}
.contact-form-sec .form-main-area .row {
    margin: 0 -50px;
}
.contact-form-sec .form-main-area .col-lg-6,
.contact-form-sec .form-main-area .col-lg-12 {
    padding: 0 50px;
}
.contact-form-sec .form-info-area {
    flex-direction: initial;
    justify-content: space-between;
    height: 100%;
    padding-left: 0;
    align-items: center;
    margin-top: 50px;
}
.contact-form-sec .form-info {
    display: flex;
    justify-content: normal;
    flex-wrap: wrap;
    width: 80%;
    column-gap: 145px;
}
.contact-form-sec .form-social {
    margin-top: 0;
    width: 20%;
    display: flex;
}
.contact-form-sec .form-info h6 {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    max-width: max-content;
    width: 100%;
}
.contact-form-sec .form-main-area .form-group {
    margin-bottom: 60px;
}
.contact-form-sec .form-main-area .row .col-lg-12 .form-group {
    margin-bottom: 48px;
}
.contact-form-sec .form-btn .common-btn:hover {
    border-color: #7794C6;
}
.contact-form-sec::after {
    display: none;
}
.contact-banner-btm-mark {
    position: absolute;
    right: 0;
    bottom: 0;
}
/****map****/
.map-area {
    overflow: hidden;
}
.map {
    height: 600px;
    position: relative;
}
.map-area .about-dotted-img {
    top: 20%;
    width: 49.3%;
    right: 0.3%;
    pointer-events: none;
}
.map-area .pulse {
    top: 85%;
    left: -2.2%;
}
/*================ over-ons ================*/
/****inner-banner-btm****/
.inner-banner-btm {
    overflow: hidden;
}
/****over-ons-top-sec****/
.over-ons-top-sec {
    padding: 107px 0 120px;
    position: relative;
}
.over-ons-top-mark {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: -1;
}
.over-ons-top-title {
    margin-bottom: 67px;
}
.over-ons-top-title-right p {
    margin-bottom: 0;
}
.over-ons-top-img {
    border-radius: 20px;
    overflow: hidden;
}
.over-ons-top-txt {
    padding-left: 64px;
}
.over-ons-top-txt h6 {
    line-height: 24px;
    letter-spacing: 0.48px;
    font-family: 'Roboto-Bold';
    margin-bottom: 5px;
}
/****over-ons-mid-sec****/
.over-ons-mid-sec {
    background-color: #D1D9E7;
    position: relative;
    padding: 93px 0 103px;
}
.overons-mid-mark {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.over-ons-mid-area {
    padding: 0 120px;
}
.over-ons-mid-img {
    border-radius: 20px;
    overflow: hidden;
    max-width: 572px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.over-ons-mid-area .col-lg-5 {
    width: 46%;
}
.over-ons-mid-area .col-lg-7 {
    width: 54%;
}
.over-ons-mid-info {
    position: relative;
}
.over-ons-mid-info .each-home-btm {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
}
.over-ons-mid-info .each-home-btm-vector {
    margin-left: 0;
    margin-right: auto;
    height: 88px;
    width: 88px;
    border-radius: 88px;
}
.over-ons-mid-info .each-home-btm-info {
    text-align: left;
}
.over-ons-mid-info .each-home-btm-vector::after {
    left: 8px;
    top: 7px;
    height: 71px;
    width: 71px;
}
.over-ons-mid-info .each-home-btm-vector img {
    width: 36px;
    height: 36px;
}
.over-ons-mid-info .each-home-btm-info p {
    max-width: 400px;
    margin: 0 auto;
}
.over-ons-mid-info .over-ons-mid-txt {
    position: relative;
}
.over-ons-mid-info .over-ons-mid-txt .each-home-btm:first-child .each-home-btm-vector,
.over-ons-mid-info .over-ons-mid-txt .each-home-btm:last-child .each-home-btm-vector {
    right: -6%;
}
.over-ons-mid-info .over-ons-mid-txt .each-home-btm:nth-child(2) .each-home-btm-vector {
    right: -21%;
}
.over-ons-mid-info .over-ons-mid-txt .each-home-btm:last-child {
    margin-bottom: 0;
}
.over-ons-mid-info .each-home-btm-img {
    left: -34%;
    top: 50%;
    width: calc(100% - 20%);
    height: calc(100% - -11%);
}
.over-ons-mid-txt .each-home-btm-info h3 {
    margin: 0 0 16px;
}
/****overons-team-sec****/
.overons-team-sec {
    padding: 120px 0;
    position: relative;
}
.team-mark {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.team-member-img {
    margin-right: 0;
    margin-left: auto;
    border-radius: 20px;
    overflow: hidden;
}
.team-member-info-wrap {
    padding-left: 35px;
    padding-right: 40px;
}
.team-member-info {
    border-radius: 20px;
    border: 1px dashed #7794C6;
    padding: 80px 40px;
}
.team-member-info h6 {
    font-family: 'roboto-medium';
    line-height: 24px;
    letter-spacing: 0.48px;
    color: #7794C6;
}
.team-member-info h3 {
    font-family: 'roboto_condensedbold';
    margin: 14px 0 25px;
}
.team-member-info p {
    max-width: 686px;
    width: 100%;
    margin-bottom: 0;
}
.overons-team-area .col-lg-7 {
    width: 61%;
}
.overons-team-area .col-lg-5 {
    width: 39%;
}
/*================ contact ================*/
.form-social li a img {
    width: 17px;
}
/*================ aanbod-list ================*/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 256px 0 70px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
    font-family: 'roboto_condensedregular';
    color: #0B1931;
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 0.72px;
}
.filter-reset img {
	width: 9px;
	margin-right: 5px;
	margin-bottom: 2px;
    filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #4B6798;
}
.filter-reset a:hover img {
    filter: brightness(1);
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 56px;
    color: #7794C6;
    font-family: 'robotocondensedmedium';
    font-size: 1.6rem;
    background-color: #F9F8F6;
    border-radius: 100px;
    border: 1.5px dashed #7794C6;
    padding: 0 56px 0 18px;
    background: url(../images/filter-arrow.svg) no-repeat 80% center / 14px;
    appearance: none;
    line-height: 56px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    transition: none;
    -webkit-transition: none;
    text-align: center;
}
.aanbod-filter-sec .select-style.show {
    border-radius: 5px 5px 0 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'lama_sansmedium';
	background-color: #14181E;
}
.filter-content {
    display: none;
    background-color: #7794C6;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #7794C6;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
    cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
    border: 1.5px dashed #7794C6;
}
.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: #F9F8F6;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'roboto-regular';
    font-size: 1.4rem;
    cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #F9F8F6;
    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 #F9F8F6;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #0B1931;
    border-color: #0B1931;
}
.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: #F9F8F6;
    border-radius: 50px;
    background-color: #7794C6;
    font-family: 'roboto-regular';
    font-size: 1.4rem;
    border: 1px solid #7794C6;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
	background-color: transparent;
    color: #0D0D0D;
}
.auto-overview-tag:hover img {
    filter: invert(1);
}
.filter-left-part .col-lg-3 {
	margin-bottom: 18px;
	width: 20%;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 107px;
    background-color: #0B1931;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
    border-bottom: 1px solid #F9F8F6;
}
.mobile-show-filter .common-btn:hover {
    border-color: #F9F8F6;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #14181E;
	border-radius: 100%;
	color: #F9F8F6;
    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;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #0B1931;
}
.mobile-filter-close span {
    max-width: 32px;
    width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: auto;
    border: 1px solid #fff;
}
.mobile-filter-close span img {
	width: 9px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.auto-overview-filter-result .common-btn {
	margin-top: 0;
	padding: 10px;
	border-radius: 0 50px 50px 0;
}
.auto-overview-filter-result h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .common-btn:hover {
	border-color: #fff;
}
.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 .sorteren_op-filter {
	margin-bottom: 0;
	width: 200px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.filter-reset {
    position: relative;
    top: -268px;
    right: 90%;
}
.aanbod-range-filter label {
    color: #7794C6;
    font-family: 'robotocondensedmedium';
    font-size: 1.6rem;
}
/* .show_selected_filter_cls {
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
} */
/* .mobile-show-filter {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
} */
.mobile-show-filter.filter-active {
    top: 80px;
}
.mobile-show-filter .common-btn {
    width: 100%;
    display: block;
    text-align: center;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #0F0F0F;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #0F0F0F;
	margin-left: 5px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    display: none;
}
.auto-overview-filter-result {
    display: flex;
    gap: 2px;
}
.filter-reset a:hover {
	color: #7794C6;
}
.slider-inputs span {
    color: #7794C6;
}
/****aanbod-range-filter****/
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color: #7794C6;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: #D1D9E7;
    border-color: #D1D9E7;
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #7794C6;
}
.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 input {
    border-radius: 10px;
    border: 1px dashed #7794C6;
    padding: 8px;
    background-color: transparent;
    width: 100px;
    color: #7794C6;
    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;
    padding-left: 20px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #7794C6;
}
/****aanbod-product-sec****/
.aanbod-product-sec {
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
}
.aanbod-product-mark {
    position: absolute;
    bottom: -12%;
    right: 0;
    pointer-events: none;
    z-index: -1;
    width: 15%;
}
.aanbod-product-sec .product-dtls {
    justify-content: center;
}
.aanbod-product-sec .product-info li,
.aanbod-product-sec .each-product:hover .product-info li {
    color: rgba(13, 13, 13, 0.42);
}
.aanbod-product-sec .product-info li::before,
.aanbod-product-sec .each-product:hover .product-info li::before {
    background-color: rgba(13, 13, 13, 0.42);
}
.aanbod-product-sec .product-info {
    margin-bottom: 15px;
}
.aanbod-product-sec .product-price h6 strong {
    margin-right: 5px;
}
.aanbod-product-area > .row {
    row-gap: 22px;
    margin: 0 -11px;
}
.aanbod-product-area .col-xl-4 {
    padding: 0 11px;
}
/*================ verkocht ================*/
/****verkocht-top-sec****/
.verkocht-top-sec {
    padding: 260px 0 102px;
}
.verkocht-top-right {
    text-align: end;
}
.verkocht-top-right p {
    margin-bottom: 0;
}
/*================ bedankt ================*/
.bedankt-banner-sec .common-btn {
    padding-top: 11px;
    padding-bottom: 11px;
}
/*================ pop-up ================*/
.modal-area .modal-dialog {
    max-width: 67%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(11, 25, 49, 0.30);
    backdrop-filter: blur(9.5px);
}
.modal-area .modal-content {
    border: 0;
    background: #F9F8F6;
    position: relative;
    border-radius: 20px;
    padding: 16px;
}
.modal-area .popup-content {
    padding: 32px 46px;
    padding-right: 130px;
}
.modal-area .popup-content h3, 
.modal-area .popup-content p {
    color: #0A1520;
}
.modal-area .popup-content p:last-child {
    margin-bottom: 0;
}
.modal-content .col-lg-5 {
    width: 38%;
}
.modal-content .col-lg-7 {
    width: 62%;
}
.pop-up-image {
    height: 100%;
}
.pop-up-image img {
    border-radius: 20px;
    height: 100%;
    overflow: hidden;
}
.modal-area .popup-content ul {
    margin: 16px 0;
    list-style-type: none;
    padding-left: 12px;
}
.modal-area .popup-content li {
    position: relative;
    color: #0A1520;
    line-height: 24px;
    padding-left: 12px;
    margin-bottom: 3px;
}
.modal-area .popup-content li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    background-size: 4px;
    height: 4px;
    width: 4px;
    background-color: #0A1520;
    border-radius: 50px;
}
.modal-area .popup-content p {
    margin-bottom: 32px;
}
.modal-content .close-img {
    position: absolute;
    top: 33px;
    right: 33px;
    z-index: 1;
    width: 78px;
    height: 78px;
    background-color: #7794C6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.modal-content .close-img img {
    width: 32px;
}
.modal-content .close-img::before {
    background-image: url(../images/close-img-dotted-round.svg);
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 67px;
    width: 67px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*================ accessoires-list ================*/
/****accessoires-filter-sec****/
.accessoires-filter-sec {
    padding: 253px 0 82px;
}
.accessoires-left-part .filter-sort {
    column-gap: 16px;
    padding-left: 0;
    margin-left: 0;
    justify-content: end;
}
.accessoires-left-part .select-style {
    width: 100%;
    height: 56px;
    color: #7794C6;
    font-family: 'robotocondensedmedium';
    font-size: 1.6rem;
    background-color: #F9F8F6;
    border-radius: 100px;
    border: 1.5px dashed #7794C6;
    padding: 0 65px 0 18px;
    background: url(../images/filter-arrow.svg) no-repeat 80% center / 14px;
    appearance: none;
    line-height: 56px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    transition: none;
    -webkit-transition: none;
    text-align: center;
}
.accessoires-left-part .select-style.show {
    border-radius: 5px 5px 0 0;
}
.accessoires-left-part label {
    color: #F9F8F6;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'roboto-regular';
    font-size: 1.4rem;
    cursor: pointer;
}
.categorieën-filter .form-check-input {
    display: none;
}
.accessoires-left-part .sorteren_op-filter,
.categorieën-filter {
    margin-bottom: 0;
    width: 260px;
}
.accessoires-form {
    position: relative;
    max-width: 568px;
    width: 100%;
}
.accessoires-form .form-style {
    resize: none;
    background-color: transparent;
    font-family: 'robotocondensedmedium';
    color: #7794C6;
    font-size: 1.6rem;
    padding: 15px 176px 15px 80px;
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border-radius: 100px;
    border: 1.5px dashed #7794C6;
}
.accessoires-form .form-style::placeholder{
    color: #7794C6;
}
.accessoires-form .form-style:placeholder {
    color: #7794C6;
}
.accessoires-form .common-btn {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 100px;
    min-width: 172px;
    max-height: 56px;
}
.accessoires-form form img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6%;
    width: 25px;
    height: 25px;
}
.accessoires-form img.search-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6%;
    width: 25px;
    height: 25px;
}
/****accessoires-product-sec****/
.accessoires-product-sec .each-product-info h3 {
    margin-bottom: 32px;
}
.accessoires-product-sec .each-product-img {
    height: 492px;
}
.accessoires-product-sec .each-product-img img {
    height: 100%;
    object-fit: cover;
}
/*================ accessoires-dtl ================*/
/****accessoires-top-btn-sec****/
.accessoires-top-btn-sec .print-btn {
    display: none;
}
.accessoires-top-btn-sec {
    margin-bottom: 45px;
}
.accessoires-top-btn-sec .aanbod-top-btn-wrap {
    margin-top: -77px;
}
.accessoires-top-btn-sec .aanbod-top-btn-area {
    justify-content: end;
}
.accessoires-top-sec .col-lg-7 {
    width: 62%;
}
.accessoires-top-sec .col-lg-5 {
    width: 38%;
}
.accessoires-block-part {
    max-width: 1080px;
    height: 608px;
    margin: 0 auto;
}
.accessoires-block iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/****accessoires-top-sec****/
.accessoires-top-sec {
    padding-bottom: 120px;
}
.accessoires-top-sec .aanbod-car-dtls-title p {
    color: rgba(13, 13, 13, 0.52);
    border: 1px dashed rgba(13, 13, 13, 0.32);
    border-left: 0;
    border-right: 0;
    padding: 22px 0;
    margin: 32px 0;
}
.accessoires-car-price-btn .common-btn {
    min-width: 245px;
}
.accessoires-car-price-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
    row-gap: 15px;
}
.accessoires-car-price-area .aanbod-car-price h3 strong {
    font-family: 'robotocondensedmedium';
}
.accessoires-top-sec .aanbod-car-dtls {
    padding-bottom: 66px;
}
.accessoires-car-slider-wrap .col-lg-7 {
    width: 62%;
}
.accessoires-car-slider-wrap .col-lg-5 {
    width: 38%;
}
.accessoires-top-thumb-slide {
    margin-top: 24px;
}
/****accessoires-dtl-btm-sec****/
.accessoires-dtl-btm-sec .product-price {
    display: block;
}
.accessoires-dtl-btm-sec .each-product-info h3 {
    margin-bottom: 25px;
}
.accessoires-dtl-btm-sec .aanbod-product-slider .common-arrow {
    top: 30%;
}
.accessoires-dtl-btm-sec .each-product-img {
    height: 340px;
}
.accessoires-dtl-btm-sec .each-product-img img {
    height: 100%;
    object-fit: cover;
}
.map-area{
    position: relative;
}
.col-lg-3.col-6.category-filter.radio_filter {
    width: 260px;
}
.map-area .pulse {
    top: 142px;
    left: -20px;
    opacity: 0;
}
.category-filter input.form-check-input.category_checkbox {
    display: none;
}
.accessoires-dtl-slider .common-arrow {
    top: 25%;
}
.accessoires-dtl-slider .swiper-button-next {
    right: -3%;
}
.accessoires-dtl-slider .swiper-button-prev {
    left: -3%;
}
.accessoires-dtl-slider .product-dtls {
    justify-content: center;
}
.accessoires-dtl-slider .product-info li,
.accessoires-dtl-slider .each-product:hover .product-info li {
    color: rgba(13, 13, 13, 0.42);
}
.accessoires-dtl-slider .product-info li::before,
.accessoires-dtl-slider .each-product:hover .product-info li::before {
    background-color: rgba(13, 13, 13, 0.42);
}
.accessoires-dtl-slider .product-info {
    margin-bottom: 15px;
}
.accessoires-dtl-slider .product-price h6 strong {
    margin-right: 5px;
}
.accessoires-left-part {
    display: flex;
    justify-content: end;
    column-gap: 16px;
}
.accessoires-filter-wrap .reset-filter {
    margin-top: 20px;
    padding-left: 2%;
}
.accessoires-filter-wrap .reset_clear_all_filter {
    color: #0B1931;
}
.accessoires-filter-wrap .reset_clear_all_filter:hover {
    color: #7794C6;
}
.accessoires-block h2 {
    margin-bottom: 30px;
}
.accessoires-block h3 {
    margin-bottom: 20px;
}
.accessoires-block li::after {
    top: 12px;
}
.accessoires-block ul {
    margin-bottom: 20px;
}
.accessoires-block p a {
    color: #0D0D0D;
}
.accessoires-block {
    padding-bottom: 80px;
}
.accessoires-top-thumb-slide .each-aanbod-car-thumb-img {
    height: 194px;
}
.accessoires-top-thumb-slide .each-aanbod-car-thumb-img img {
    height: 100%;
    object-fit: cover;
}
/*====================================style for developer=============================================*/

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

.select2-container .select2-results__option::after{
 display: none;
}
/******aanbod-list-form-sec*******/
.aanbod-list-form-sec {
    padding-bottom: 100px;
    position: relative;
}
.aanbod-list-form-sec h3 {
    margin-bottom: 60px;
    text-align: center;
}
.aanbod-list-form-wrap { 
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.aanbod-list-form-wrap .form-styl {
    background: transparent;
    font-family: 'roboto-regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.48px;
    border: none;
    padding: 0;
    padding-bottom: 17px;
    color: #0D0D0D;
    border-bottom: 1px dashed rgba(13, 13, 13, 0.40);
    border-radius: 0;
    resize: none;
}
.aanbod-list-form-wrap .form-group {
    margin-bottom: 44px;
}
.aanbod-list-form-wrap .form-styl::placeholder{
    color: rgba(13, 13, 13, 0.50);
}
.aanbod-list-form-wrap .form-styl:placeholder {
    color: rgba(13, 13, 13, 0.50);
}
.aanbod-list-form-wrap .form-styl:focus{
    outline: none;
    box-shadow: none;
    color: #0D0D0D;
    border-color: #0D0D0D;
}
.aanbod-list-form-wrap  .form-styl:focus::placeholder{
    color: #0D0D0D;
}
.aanbod-list-form-wrap textarea.form-styl {
    height: 125px;
}
.aanbod-list-form-wrap .form-styl.photo_upload,
.aanbod-list-form-wrap .form-styl.foto_upload {
    color: rgba(13, 13, 13, 0.50);
}
.aanbod-list-form-wrap .col-lg-6,
.aanbod-list-form-wrap .col-lg-12 {
    padding: 0 50px;
}
.aanbod-list-form-wrap .row {
    margin: 0 -50px;
}
.aanbod-list-form-wrap .common-btn {
    min-width: 182px;
}

