@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    color: rgba(7, 17, 22, 0.75);
    font-family: 'LexendDeca-Light';
    font-size: 1.6rem;
	background-color: #FDFDFF;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
#page{
	padding: 15px 0 30px;
}
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
/******header-area******/
.header-area {
    position: fixed;
    top: 15px;
    width: 100%;
    left: 0;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-top {
    border-radius: 10px;
    background-color: #142442;
    padding: 8px 15px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-top-reach ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    row-gap: 10px;
    column-gap: 80px;
}
.header-top-reach li a {
    color: rgba(255, 255, 255, 0.75);
}
.header-top-reach li a:hover {
    color: #F3B600;
}
.header-top-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
}
.header-top-social li a {
    height: 22px;
    width: 22px;
    border: 1px solid #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-top-social li a:hover {
    background-color: #F3B600;
    border-color: #F3B600;
}
.header-main {
    padding: 12px 0;
    border-radius: 10px;
    overflow: hidden;
}
.header-logo img {
    width: 100px;
}
.header-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 49px;
}
.header-nav li {
    color: #121212;
    font-family: 'LexendDeca-Medium';
    font-size: 1.6rem;
    line-height: 24px;
}
.header-right {
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: end;
}
.header-active .header-main {
    background-color: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    position: relative;
    z-index: 1;
}
.header-active .header-top {
    opacity: 0;
}
.header-active, .header-menu-on {
    margin-top: -40px;
}
.header-menu-on .header-main {
    background-color: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    position: relative;
    z-index: 1;
}
.menu-btn {
    cursor: pointer; 
    width: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 101;
}
.menu-bar {
    position: relative;
    max-width: 23px;
    width: 100%;
    margin-left: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #161515;
    content: '';
    height: 2px;
    margin: 5px 0 5px auto;
    width: 23px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-btn.active {
    width: 23px;
}
.menu-btn.active .menu-bar  div {
    transform: scale(0);
}
.menu-btn.active .menu-bar:before {
    transform: translateY(4px) rotate(135deg);
    width: 23px;
}
.menu-btn.active .menu-bar:after {
    transform: translateY(-3px) rotate(-135deg);
    width: 23px;
}
/***mega-menu****/
.mega-menu {
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100vh;
    /* z-index: 100; */
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mega-menu.active {
    top: 0;
}
.mega-menu .col-lg-4 {
    height: 100%;
}
.mega-menu-main {
    background-color: rgba(20, 36, 66, 0.7);
    height: 100%;
    position: relative;
    padding: 140px 0;
    backdrop-filter: blur(10px);
}
.mega-menu-main .container {
    height: 100%;
}
.mega-menu-main-wrap {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}
.mega-menu-main-wrap::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(20, 36, 66, 0.5);
    border: 1px solid #142442;
}
.mega-menu-main-wrap::-webkit-scrollbar-thumb {
    width: 10px;
    background-color: #142442;
}
.mega-menu-nav {
    margin-bottom: 30px;
}
.mega-menu-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mega-menu-nav li {
    color: #fff;
    font-size: 1.8rem;
    line-height: normal;
    margin-bottom: 18px;
}
.mega-menu-nav li:last-child {
    margin-bottom: 0;
}
.mega-menu-nav li a {
    color: #fff;
}
.mega-menu-nav li a:hover {
    color: #F3B600;
}
.mega-menu-social {
    margin-bottom: 30px;
}
.mega-menu-social ul {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.mega-menu-social li a {
    height: 22px;
    width: 22px;
    border: 1px solid #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mega-menu-social li a:hover {
    background-color: #F3B600;
    border-color: #F3B600;
}
.mega-menu-social li a:hover img {
    filter: invert(1);
}
.mega-menu-contact {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
}
.each-mega-menu-contact {
    width: 48%;
}
.each-mega-menu-contact h4 {
    line-height: normal;
    letter-spacing: normal;
    font-family: 'LexendExa-Medium';
    margin-bottom: 10px;
}
.each-mega-menu-contact p {
    margin-bottom: 0;
}
.each-mega-menu-contact p a {
    color: #fff;
}
.each-mega-menu-contact p a:hover {
    color: #F3B600;
}
main {
    margin-top: 112px;
}
/*****banner-sec***/
.banner-wrap {
	position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.banner-wrap::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
    background: linear-gradient(270deg, rgba(14, 31, 66, 0.00) 36.72%, rgba(14, 31, 66, 0.75) 97.86%);   
	z-index: 1;
}
.banner-video, .each-banner {
	height: 537px;
}
.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: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
}
.banner-content h1 {
    margin-bottom: 15px;
}
.banner-content p {
    color: #fff;
    max-width: 580px;
    width: 100%;
    margin: 6px 0 24px;
}
.banner-content-wrap {
    padding: 0 15px;
}
.banner-mark {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
}
/***********usp-marquee************/
.usp-marquee-sec {
	position: relative;
	width: 100%;
    padding: 15px 0;
}
.usp-marquee-outer {
    padding: 27px;
    border-radius: 10px;
    background-color: #EBF3FD;
    overflow: hidden;
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 56px;
}
.usp-marquee-wrap ul {
	display: flex;
	gap: 56px; 
	padding: 0;
	margin: 0;
	list-style: none;
}
.usp-marquee-wrap li {
	white-space: nowrap;
	line-height: normal;
	color: #142442;
	font-size: 1.6rem;
    font-family: 'LexendDeca-Light';
	padding-left: 24px;
	position: relative;
}
.usp-marquee-wrap li::after {
	content: "";
	height: 13px;
	width: 13px;
	position: absolute;
	left: 0;
	top: 4px;
    background-image: url(../images/tick.svg);
    background-position: center center;
    background-size: 13px;
    background-repeat: no-repeat;
}
/****product-sec****/
.product-sec {
    padding: 110px 0 120px;
    overflow: hidden;
}
.product-heading {
    padding-right: 56px;
}
.product-heading p {
    margin: 20px 0 40px;
}
.each-product .col-lg-7 {
    width: 55%;
}
.each-product .col-lg-5 {
    width: 45%;
}
.each-product-img {
    border-radius: 10px;
    overflow: hidden;
}
.each-product-main {
    width: 100%;
}
.each-product-text {
    padding-left: 34px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}
.each-product-text h4 {
    color: #142442;
    font-family: 'LexendExa-Medium';
    font-size: 2.4rem;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-text p {
    margin-bottom: 0;
    margin-top: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2lh;
}
.each-product-text ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    column-gap: 66px;
    row-gap: 10px;
    padding: 7px 0;
    border-top: 1px solid rgba(20, 36, 66, 0.20);
    border-bottom: 1px solid rgba(20, 36, 66, 0.20);
    margin: 17px 0 30px;
}
.each-product-text li {
    color: #142442;
    font-family: 'LexendDeca-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
.each-product-text tr {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.each-product-text td {
    color: #fff;
    font-family: 'LexendDeca-Regular';
    font-size: 1.4rem;
    line-height: 20px;
    padding: 5px 10px;
    background-color: #F3B600;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text .txt-btn {
    margin-top: 26px;
}
.product-slider {
    position: relative;
}
.product-slider .swiper-button-next {
    right: 80px;
}
.product-slider .swiper-button-prev {
    left: -20px;
}
/******service-sec******/
.service-wrap {
    padding: 60px 15px 116px;
    border-radius: 10px;
    background-color: #142442;
    overflow: hidden;
}
.service-sec h3 {
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
}
.service-grid {
    border-radius: 10px;
    overflow: hidden;
}
.service-grid .row {
    row-gap: 8px;
}
.each-service {
    position: relative;
    overflow: hidden;
    height: 243px;
}
.each-service::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(266deg, rgba(14, 31, 66, 0.00) 37.55%, rgba(14, 31, 66, 0.75) 100%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service:hover::after {
    opacity: 0;
}
.each-service-img {
    height: 100%;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
}
.each-service-text {
    position: absolute;
    height: 100%;
    width: 100%;
    top: -100%;
    left: 0;
    background-color: rgba(243, 182, 0, 0.95);
    padding: 25px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    z-index: 1;
}
.each-service-heading {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 25px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
}
.each-service-text .txt-btn {
    color: #fff;
    margin-top: 20px;
}
.each-service-text .txt-btn::after {
    background-color: #fff;
    border-color: #fff;
    background-image: url(../images/txt-btn-arrow-black.svg);
}
.each-service:hover .each-service-text {
    top: 0;
}
.each-service:hover .each-service-heading {
    bottom: -100%;
}
.service-slider {
    position: relative;
}
.service-slider .swiper {
    border-radius: 10px;
}
/*****cta-sec******/
.cta-sec {
    padding: 15px 0;
}
.cta-wrap {
    border-radius: 10px;
    background-color: #142442;
    padding: 35px 15px;
}
.cta-sec h3 {
    color: #fff;
    font-family: 'LexendExa-SemiBold';
}
.cta-sec p {
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 0;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
.cta-sec .common-btn {
    margin-right: 40px;
    margin-bottom: 10px;
}
.cta-sec .common-btn:last-child {
    margin-right: 0;
    margin-bottom: 0;
}
/****about-sec*****/
.about-sec {
    padding-top: 120px;
}
.about-img {
    position: relative;
    overflow: hidden;
}
.about-img > img {
    max-width: 576px;
    height: 576px;
    overflow: hidden;
    border-radius: 100%;
    object-fit: cover;
}
.about-bubble {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 93%;
    width: 88%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.about-text {
    padding-left: 65px;
}
.about-text h2 {
    color: #F3B600;
    font-size: 6.4rem;
    margin-bottom: 7px;
}
.about-text h3 {
    font-family: 'LexendExa-SemiBold';
}
.about-text p {
    margin: 10px 0 23px;
    max-width: 670px;
    width: 100%;
}
.counter {
    margin-bottom: 47px;
}
.each-counter {
    border-radius: 10px;
    background-color: #F3B600;
    padding: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 100%;
}
.each-counter-img {
    min-width: 44px;
    height: 44px;
    background-color: #fff;
    border-radius: 100%;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.each-counter h4 strong {
    font-weight: normal;
}
.each-counter h6 {
    letter-spacing: 0.32px;
    color: #fff;
}
.counter .row {
    row-gap: 15px;
}
/****review-sec****/
.review-sec {
    padding: 120px 0;
}
/***footer-area*****/
.footer-wrap {
    border-radius: 10px;
    background-color: #142442;
    overflow: hidden;
    padding: 73px 15px 63px;
}
.footer-logo img {
    width: 170px;
}
.footer-info {
    display: flex;
    gap: 20px;
    max-width: 880px;
    width: 100%;
    margin-left: auto;
    justify-content: space-between;
}
.each-footer-info h4 {
    margin-bottom: 30px;
}
.each-footer-info p {
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 0;
}
.each-footer-info a {
    color: rgba(255, 255, 255, 0.75);
}
.each-footer-info a:hover {
    color: #F3B600;
}
.each-footer-info td {
    color: rgba(255, 255, 255, 0.75);
}
.each-footer-info td:nth-child(odd) {
    padding-right: 64px;
}
.footer-social {
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.footer-social li a {
    height: 22px;
    width: 22px;
    border: 1px solid #142442;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social li a:hover {
    background-color: #F3B600;
    border-color: #F3B600;
}
/*===========================popup start===============================*/
.modal-area .modal-dialog {
    max-width: 1068px;
    margin: 8% auto 0;
}
.modal-area .modal {
    background-color: rgba(18, 18, 18, 0.89);
    backdrop-filter: blur(4.7px);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-content-wrap {
    border-radius: 10px;
    overflow: hidden;
}
.modal-content .col-lg-5 {
    width: 39%;
}
.modal-content .col-lg-7 {
    width: 61%;
}
.modal-area .popup-content p {
	margin-bottom: 0;
}
.modal-area .popup-content h3 {
    text-transform: none;
}
.modal-area .popup-content ul {
    margin: 20px 0;
}
.modal-area .popup-content li {
    position: relative;
    margin-bottom: 14px;
}
.modal-area .popup-content li:last-child {
    margin-bottom: 0;
}
.modal-area .popup-content {
    padding: 80px 34px;
    background-color: #F3B600;
}
.pop-up-image {
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
/*==============================diensten-list page start==================================*/
/****inner-banner-sec***/
.inner-banner-sec .banner-content h1 {
    font-size: 3.2rem;
    line-height: 50px;
}
.inner-banner-sec .banner-content {
    bottom: 150px;
    top: auto;
    transform: translateY(0);
}
/*****service-list-sec****/
.service-list-sec {
    padding-top: 120px;
}
.service-list-wrap {
    border-radius: 10px;
    overflow: hidden;
}
.service-list-sec .each-service {
    height: 347px;
}
/*==============================diensten-dtl page start==================================*/
.bk-btn-sec {
    padding-top: 72px;
}
.bk-btn-sec .txt-btn {
    bottom: -27px;
    padding-left: 30px;
    padding-right: 0;
}
.bk-btn-sec .txt-btn::after {
    right: auto;
    left: 0;
    transform: translateY(-50%) rotate(180deg);
    background-color: #fff;
    border-color: #fff;
    background-image: url(../images/txt-btn-arrow-black.svg);
}
.bk-btn-sec .txt-btn:hover::after {
    background-color: #F3B600;
    border-color: #F3B600;
}
/*****diensten-dtl-info-sec*****/
.diensten-dtl-info-text { 
    padding-top: 90px;
}
.diensten-dtl-info-text h3 { 
    margin-bottom: 12px;
}
.diensten-dtl-info-text h6 {
    font-family: 'LexendExa-ExtraBold';
    margin-bottom: 18px;
    color: #142442;
}
.diensten-dtl-info-text p strong {
    font-weight: normal;
    font-family: 'LexendDeca-Medium';
}
.diensten-dtl-info-img {
    padding-left: 10%;
}
.dtl-info-img-main {
    max-width: calc(100% - 117px);
    width: 100%;
    margin-left: auto;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.dtl-info-img-main::after {
    content: "";
    width: 24%;
    height: 44%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../images/dtl-top-mark.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    pointer-events: none;
}
.no-round .dtl-info-img-main::after {
    opacity: 0;
}
.dtl-info-img-circle {
    position: relative;
    max-width: 42%;
    margin-top: -25%;
}
.dtl-info-img-circle > img {
    max-width: 100%;
    overflow: hidden;
    border-radius: 100%;
    object-fit: cover;
    pointer-events: none;
}
.dtl-info-img-bubble {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 85%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
/*****dtl-usp-sec*****/
.dtl-usp-sec {
    padding: 120px 0 36px;
}
.dtl-usp-sec table {
    width: 100%;
}
.dtl-usp-sec tr {
    display: flex;
    justify-content: center;
    gap: 36px;
}
.dtl-usp-sec td {
    border-radius: 10px;
    background-color: #EBF3FD;
    padding: 32px;
    text-align: center;
    width: 33%;
    min-height: 243px;
    cursor: default;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dtl-usp-sec td h6 {
    margin-bottom: 16px;
}
.dtl-usp-sec td p {
    margin-bottom: 0;
}
.dtl-usp-sec td:hover {
    background-color: #F3B600;
}
/******contact-sec******/
.contact-wrap {
    padding: 80px 15px;
    border-radius: 10px;
    background-color: #142442;
}
.contact-form {
    padding-right: 80px;
}
.contact-form h2 {
    color: #fff;
    margin-bottom: 39px;
}
.contact-form .form-group {
	margin-bottom: 15px;
}
.form-style {
	resize: none;
    border: 0;
    border-radius: 100px;
    background-color: #EBF3FD;
    font-family: 'LexendDeca-Regular';
    color: #142442;
    font-size: 1.6rem;
    padding: 24px 34px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.form-style:placeholder {
    color: #142442;
}
.form-style:-ms-input-placeholder {
    color: #142442;
}
.form-style::placeholder {
    color: #142442;
}
.form-style:focus {
    box-shadow: none;
    border: 0;
    color: #142442;
    background-color: #fff;
}
.form-style:focus::placeholder {
    color: #142442;
}
.form-style.foto_upload,
.form-style.photo_uplaod {
    color: #142442;
}
.contact-form textarea.form-style {
    height: 138px;
    border-radius: 20px;
}
.contact-form .common-btn {
    margin-top: 30px;
}
.contact-sec .about-img  {
    max-width: 560px; 
    width: 100%;
    margin-left: auto;
}
.contact-sec .about-bubble {
    height: 96%;
    width: 89%;
}
/****contact-reach-sec******/
.contact-reach-sec {
    padding: 16px 0;
}
.contact-reach-wrap {
    padding: 35px 15px;
    border-radius: 10px;
    background-color: #142442;
    overflow: hidden;
    position: relative;
}
.each-contact-reach h4 {
    margin-bottom: 30px;
}
.each-contact-reach p {
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 0;
}
.each-contact-reach a {
    color: rgba(255, 255, 255, 0.75);
}
.each-contact-reach a:hover {
    color: #F3B600;
}
.each-contact-reach td {
    color: rgba(255, 255, 255, 0.75);
}
.each-contact-reach td:nth-child(odd) {
    padding-right: 64px;
}
.contact-reach-inner {
    display: flex;
    gap: 20px;
    padding-right: 19%;
    justify-content: space-between;
}
.contact-social {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}
.contact-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
}
.contact-social li a {
    height: 22px;
    width: 22px;
    border: 1px solid #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-social li a:hover {
    background-color: #F3B600;
    border-color: #F3B600;
}
.contact-reach-mark {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    pointer-events: none;
}
.contact-reach-mark img {
    height: 100%;
    object-fit: cover;
}
/****related-service-sec****/
.related-service-sec {
    padding-top: 104px;
}
.related-service-sec .each-service {
    height: 347px;
}
.related-service-slider {
    border-radius: 10px;
    overflow: hidden;
}
.related-service-sec h3 {
    text-align: center;
    margin-bottom: 60px;
}
/*==============================contact page start==================================*/
/*****map-sec****/
.map-wrap { 
    height: 537px;
    border-radius: 10px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.map-wrap::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(20, 36, 66, 0.20) 0%, rgba(20, 36, 66, 0.20) 100%), linear-gradient(93deg, rgba(14, 31, 66, 0.00) 36.72%, rgba(14, 31, 66, 0.38) 97.86%);
    pointer-events: none;
}
/******contact-pg-form*****/
.contact-pg-form {
    padding-top: 120px;
}
.contact-pg-form .contact-wrap {
    background-color: #fff;
}
.contact-pg-form h2 {
    color: #142442;
}
/****contact-pg-reach*****/
.contact-pg-reach .contact-reach-wrap {
    background-color: #EBF3FD;
}
.contact-pg-reach .each-contact-reach h4 {
    color: #000;
}
.contact-pg-reach .each-contact-reach a,
.contact-pg-reach .each-contact-reach p {
    color: rgba(0, 0, 0, 0.75);
}
.contact-pg-reach .each-contact-reach td {
    color: rgba(0, 0, 0, 0.75);
}
.contact-pg-reach .each-contact-reach a:hover {
    color: rgba(0, 0, 0, 0.4);
}
.contact-pg-reach .contact-social li a {
    border-color: #142442;
}
.contact-pg-reach .contact-social li a:hover {
    border-color: #F3B600;
}
.contact-pg-reach .contact-social li a img {
    filter: invert(1);
}
/*==============================overons page start==================================*/
/****overons-welcome-sec****/
.overons-welcome-sec {
    padding: 80px 0 120px;
}
.overons-welcome-text {
    max-width: 786px;
    padding-right: 40px;
}
.overons-welcome-text h3 {
    margin-bottom: 40px;
}
.overons-welcome-sec .about-img {
    max-width: 508px;
    margin-left: auto;
}
/*****why-us-sec***/
.why-us-wrap {
    background-color: #0E1F42;
    border-radius: 10px;
    overflow: hidden;
    padding: 80px 15px;
}
.why-us-img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.why-us-img::after {
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(246, 248, 230, 0.00) 77.57%, rgba(246, 248, 230, 0.50) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}
.why-us-text {
    padding-left: 68px;
}
.why-us-text h3 {
    color: #fff;
    margin-bottom: 60px;
}
.why-us-text h3 strong {
    color: #F3B600;
    font-weight: normal;
}
.acc-block ul {
	padding: 0 ;
	margin: 0;
	list-style: none;
    position: relative;
}
.acc-block ul::after {
    content: "";
    height: 94%;
    width: 2px;
    background-color: #F3B600;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.acc-block li {
	margin-bottom: 27px;
}
.acc-block li:last-child {
	margin-bottom: 0;
}
.acc-block li>*:not(:first-child) {
	display: none;
}
.acc-block li h6 {
	position: relative;
	cursor: pointer;
	padding-right: 28px;
    color: #fff;
    font-family: 'LexendDeca-SemiBold';
    cursor: pointer;
    display: flex;
}
.acc-block li h6::after {
	position: absolute;
	height: 18px;
	width: 18px;
	background-image: url(../images/acc-normal.svg);
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	content: "";
	top: 5px;
	right: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.show_accordian h6::after {
	transform: rotate(35deg);
}
.acc-block li h6 strong {
    min-width: 18px;
    height: 18px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'LexendDeca-Regular';
    font-size: 1.4rem;
    font-weight: normal;
    color: #142442;
    background-color: #fff;
    margin-right: 18px;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.acc-block p {
	margin-top: 16px;
	margin-bottom: 0;
	max-width: 518px;
	width: 100%;
    color: #fff;
    padding-left: 37px;
}
.acc-block .show_accordian h6 strong {
    background-color: #F3B600;
}
/*****member-sec****/
.member-sec {
    padding-top: 120px;
}
.member-img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.member-img::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(183deg, rgba(14, 31, 66, 0.00) 72.43%, rgba(14, 31, 66, 0.75) 86.88%);
}
.member-text {
    padding-right: 30px;
}
.member-text h3 {
    line-height: 32px;
}
.member-text p {
    margin: 36px 0 40px;
    max-width: 557px;
    width: 100%;
}
.member-text .counter {
    margin-bottom: 0;
}
.member-text .each-counter h6 {
    font-family: 'LexendDeca-Regular';
}
/*==============================vacature-dtl page start==================================*/
/*****vacature-dtl-usp-sec****/
.vacature-dtl-usp-sec td {
    width: 50%;
    text-align: left;
}
.vacature-dtl-usp-sec td li {
    margin-bottom: 8px;
}
.vacature-dtl-usp-sec td li:last-child {
    margin-bottom: 0;
}
.vacature-dtl-usp-sec td ul {
    margin-bottom: 0;
}
/*==============================aanbod-list page start==================================*/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 80px 0;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: #142442;
	font-size: 1.4rem;
    font-family: 'LexendExa-Medium';
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #F3BA0D;
}
.filter-reset a:hover img {
    filter: brightness(0) saturate(100%) invert(75%) sepia(47%) saturate(2612%) hue-rotate(1deg) brightness(105%) contrast(91%);
}
.select-style {
	width: 100%;
    height: 48px;
    color: #fff;
    font-family: 'LexendExa-Medium';
    font-size: 1.4rem;
	background-color: #142442;
    border: 1px solid #142442;
    border-radius: 100px;
    padding: 0 20px;
    /* background: url(../images/filter-arrow.svg)  no-repeat 91% center/10px; */
    appearance: none;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    cursor: default;
    text-align: center;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
    background-color: #F3BA0D;
    border-color: #F3BA0D;
    color: #142442;
}
.select-style:hover {
    background-color: #F3BA0D;
    border-color: #F3BA0D;
    color: #142442;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'LexendDeca-Regular';
	background-color: #142442;
}
.filter-content {
    display: none;
    background-color:#F3BA0D;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #F3BA0D;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.2);
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
    border-radius: 2px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
    border-radius: 2px;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #142442;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
	font-family: 'LexendDeca-Regular';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #142442;
    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 #142442;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #142442;
    border-color: #142442;
}
.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: #142442;
    border-radius: 6px;
    background-color:#F3BA0D;
	font-family: 'LexendDeca-Regular';
    font-size: 1.4rem;
    border: 1px solid #F3BA0D;
}
.cross-btn {
    width: 9px;
    filter: invert(1);
}
.auto-overview-tag:hover {
	background-color: #142442;
    border-color: #142442;
    color: #fff;
}
.auto-overview-tag:hover .cross-btn {
    filter: invert(0);
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 15%;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 129px;
    background-color: rgba(20, 36, 66, 0.7);
    backdrop-filter: blur(10px);
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 10px;
    border-radius: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .container {
    padding-left: 0;
    padding-right: 0;
}
.mobile-show-filter.mobile-show-filter-active {
    top: 100px;
}
.mobile-show-filter .common-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #F3BA0D;
    border: 1px solid #F3BA0D;
    border-radius: 10px;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
}
.mobile-show-filter .common-btn::before {
    display: none;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #142442;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #142442;
	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: #142442;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
	margin-left: auto;
}
.mobile-filter-close span img {
	width: 9px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #F3BA0D;
	border: 1px solid #F3BA0D;
    color: #142442;
	padding: 10px;
	border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records::before {
    display: none;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
	color: #F3BA0D;
    background-color: transparent;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'lama_sansmedium';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
	width: 200px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
/*****aanbod-product-sec*****/
.aanbod-product-sec .row {
    row-gap: 16px;
}
.aanbod-product-sec .each-product-text {
    margin-top: 16px;
    padding: 16px;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-product-sec .each-product-text td {
    color: #142442;
}
.aanbod-product-sec .each-product-text .txt-btn::after {
    background-color: #142442;
    border-color: #142442;
}
.aanbod-product-sec .each-product-text .txt-btn:hover {
    color: #142442;
}
.aanbod-product-sec .each-product:hover .each-product-text {
    background-color: rgba(243, 182, 0, 0.95);
}
.aanbod-product-sec .each-product:hover .each-product-text td {
    background-color: #142442;
    color: #fff;
}
/*==============================aanbod-dtl page start==================================*/
/****dtl-top-sec****/
.dtl-top-sec {
    overflow-x: hidden;
    padding-top: 128px;
}
.dtl-car-slider {
    position: relative;
}
.each-dtl-car-slide {
    border-radius: 10px;
    overflow: hidden;
}
.dtl-car-slider .swiper {
    border-radius: 10px 0 0 10px;
}
.dtl-car-slider .swiper-button-prev {
    left: 24px;
}
.dtl-car-slider .swiper-button-next {
    right: 31%;
}
.dtl-car-info {
    /* max-width: 440px; */
    max-width: 480px;
    width: 100%;
    padding-right: 40px;
}
.dtl-car-info h2 {
    margin-bottom: 12px;
}
.dtl-car-info ul {
    padding: 0;
    margin: 24px 0 31px;
    list-style: none;
    display: flex;
    gap: 14px;
}
.dtl-car-info p {
    margin-bottom: 0;
}
.dtl-car-info li {
    color: #142442;
    font-family: 'LexendExa-Medium';
    font-size: 2rem;
    line-height: 24px;
}
.dtl-car-info li:first-child {
    color: #F3B600;
}
.dtl-car-info tr {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.dtl-car-info td {
    color: #fff;
    font-family: 'LexendDeca-Medium';
    font-size: 1.4rem;
    line-height: 20px;
    padding: 7px 17px;
    background-color: #142442;
    border-radius: 20px;
}
.dtl-car-btn {
    margin: 20px 0;
}
.dtl-car-office {
    border-radius: 5px;
    border: 1px solid rgba(47, 47, 47, 0.10);
    background-color: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    padding: 8px;
}
.dtl-car-office-top {
    padding: 20px;
    border-radius: 5px;
    background-color: #142442;
    display: flex;
    align-items: center;
}
.dtl-car-office-img {
    border-radius: 100%;
    height: 65px;
    min-width: 65px;
    margin-right: 33px;
    overflow: hidden;
}
.dtl-car-office-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.dtl-car-office-top h6 {
    color: rgba(255, 255, 255, 0.70);
    font-size: 1.4rem;
    letter-spacing: 0.14px;
}
.dtl-car-office-top h6 a {
    color: rgba(255, 255, 255, 0.70);
}
.dtl-car-office-top h6 a:hover {
    color: #F3B600;
}
.dtl-car-office-btm {
    padding: 21px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.dtl-car-office-btm p {
    color: #2F2F2F;
    font-family: 'LexendDeca-Medium';
    font-size: 1.6rem;
    line-height: 17px;
    margin-bottom: 13px;
}
.dtl-car-office-btm p:last-child {
    margin-bottom: 0;
}
.dtl-car-office-btm p a {
    color: #2F2F2F;
}
.dtl-car-office-btm p a:hover {
    color: #F3B600;
}
.dtl-car-office-btm p img {
    margin-right: 9px;
}
.dtl-car-office-reach {
    padding-right: 10px;
}
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 60px;
	margin-bottom: 38px;
    border: 0;
	justify-content: center;
}
.tab-btn .tabs li.active {
    background-color: transparent;
    opacity: 1;
    color: #142442;
}
.tab-btn ul.tabs li {
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    color: #2F2F2F;
    text-transform: none;
	font-size: 2rem;
    font-family: 'LexendDeca-SemiBold';
	line-height: normal;
	padding-right: 16px;
	position: relative;
    opacity: 0.7;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn ul.tabs li:hover {
    opacity: 1;
    color: #142442;
}
.tab_content {
    display: none;
}
.tab_drawer_heading{
    display: none;
}
.dtl-tab-sec {
    padding: 120px 0 60px;
}
.tab_drawer_heading{
	display: none;
}
.tab-btn .tabs {
    border-bottom: 2px solid rgba(47, 47, 47, 0.10);
    display: flex;
    flex-wrap: wrap;
    column-gap: 52px;
    row-gap: 40px;
    padding-bottom: 23px;
    margin-bottom: 35px;
    padding-left: 0;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
	gap: 17px;
}
.kenmerken-tab li {
    width: 24%;
	padding: 18px 24px;
	position: relative;
    font-family: 'LexendDeca-Regular';
	color: rgba(47, 47, 47, 0.70);
	line-height: 20px;
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
	border-radius: 5px;
    background-color: #EBF3FD;
    font-size: 1.6rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    height: 100%;
}
.kenmerken-tab li:hover{
    background-color: #F3BA0D;
	color: #142442;
}
.kenmerken-tab li strong {
    font-weight: normal;
	display: block;
	color: #2F2F2F;
    text-align: right;
}
.kenmerken-tab li::after {
	display: none;
}
.kenmerken-tab{
	overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #142442;
    padding-bottom: 10px;
	margin-bottom: 10px;
    color: #142442;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    position: relative;
	margin-bottom: 10px;
    font-family: 'LexendDeca-Regular';
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #142442;;
    font-size: 1.6rem;
    line-height: 24px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #142442;;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.left-bg-block h6 {
	font-size: 1.6rem;
	text-transform: none;
    color: #fff;
}
.each-onderhoud-block h4 {
    color: #142442;
	text-transform: none;
    font-size: 1.8rem;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    font-size: 1.6rem;
	text-transform: none;
    color: #142442;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn{
    text-align: left;
    color: #142442;
    cursor: pointer;
    margin-top: 15px;
    font-family: 'LexendDeca-Medium';
    font-size: 1.8rem;
	line-height: normal;
    display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.tab-btm-btn:hover{
    color: #F3B600;
}
.tab-btn .tabs li.active::after {
	transform: rotate(0deg);
    opacity: 1;
}
.tabs li::after {
    content: "";
    top: 8px;
    background-color: transparent;
    width: 13px;
    height: 13px;
    transition: all 0.5s;
    transform: rotate(-90deg);
    position: absolute;
    right: 0;
    background-size: 13px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/tab_arrow.svg);
}
.tab-btn .tabs li::before {
	content: "";
	height: 2px;
	background-color: #142442;
	width: 0;
    position: absolute;
	bottom: -25px;
	left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn .tabs li.active::before {
    width: 100%;
}
/*****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-color: rgba(20, 36, 66, 0.8);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
	border-radius: 20px;
    background-color: #142442;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
	border: 1px solid #F3B600;
	box-shadow: 0px 0px 25px 0px rgba(243, 182, 0, 0.5);
	-webkit-box-shadow: 0px 0px 25px 0px rgba(243, 182, 0, 0.5);
	overflow: hidden;
}
.kenmarken-popup-close {
	background-color: transparent;
    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 #F3B600;
}
.kenmarken-popup-close img {
	width: 15px;
}
.kenmarken-popup-content {
	overflow-y: scroll;
	height: calc(100% - 116px);
	padding-right: 20px;
}
.kenmarken-popup-content::-webkit-scrollbar  {
	background-color: #5B5A5E;
	width: 10px;
    border-radius: 10px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
	background-color: #999999;
    border-radius: 10px;
}
.kenmerken-popup-model {
	padding-bottom: 30px;
	padding-right: 40px;
}
.kenmerken-popup-model h3 {
    color: #fff;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.kenmerken-popup-model h6 {
    color: #fff;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kenmarken-popup-content h4 {
	margin-bottom: 10px;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
}
.kenmarken-popup-content li:nth-child(odd) {
    padding-right: 10px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    font-family: 'LamaSans-Medium';
    color: #fff;
    font-size: 1.6rem;
    line-height: 30px;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
/******related-product-sec*******/
.related-product-sec {
    padding-top: 80px;
}
.related-product-sec h2 {
    margin-bottom: 60px;
    text-align: center;
}
.related-product-sec .each-product-text {
    margin-top: 16px;
    padding: 16px;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.related-product-sec .each-product-text td {
    color: #142442;
}
.related-product-sec .each-product-text .txt-btn::after {
    background-color: #142442;
    border-color: #142442;
}
.related-product-sec .each-product-text .txt-btn:hover {
    color: #142442;
}
.related-product-sec .each-product:hover .each-product-text {
    background-color: rgba(243, 182, 0, 0.95);
}
.related-product-sec .each-product:hover .each-product-text td {
    background-color: #142442;
    color: #fff;
}
/*==============================verkocht page start==================================*/
/***verkocht-heading***/
.verkocht-heading {
    padding: 75px 0 110px;
}
.verkocht-heading p {
    margin-bottom: 0;
}
/***verkocht-product-sec**/
.verkocht-product-sec .each-product-text p {
    margin-bottom: 30px;
}



/*css for Developers*/


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

/*********Morgen Footer************/
.morgeninternet-footer {
    background: #000000;
    max-width: calc(100% - 30px);
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s all;
}

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

.morgeninternet-footer > img {
    height: 31px;
    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 30px;
    color: #000;
    background-size: contain;
}
.star_icon{
    margin-bottom: 30px;
}
.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #000000;
    border-bottom: 1px solid #181716;
    padding-bottom: 10px;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}
.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#555 calc(1*100%/6),#fff 0 calc(3*100%/6),#555 0),
              linear-gradient(#555 calc(2*100%/6),#fff 0 calc(4*100%/6),#555 0),
              linear-gradient(#555 calc(3*100%/6),#fff 0 calc(5*100%/6),#555 0);
    background-size: 10px 400%;
    background-repeat: no-repeat;
    animation: matrix 1s infinite linear;
  }
  @keyframes matrix {
    0% {
      background-position: 0% 100%, 50% 100%, 100% 100%
    }
  
    100% {
      background-position: 0% 0%, 50% 0%, 100% 0%
    }
  }
  .load_aanbod{
    justify-content: center;
    display: flex;
    column-gap: 30px;
    align-items: center;
    color: #fff;
  }


.carpass-img {
    width: 115px;
}


.fix-wp {
    position: fixed;
    height: 48px;
    width: 48px;
    background-color: #25D366;
    border-radius: 100%;
    z-index: 98;
    bottom: 20px;
    right: 30px;
}
.fix-wp img {
    width: 22px;
}
.fix-wp a {
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fix-wp a img {
    width: 26px;
}
.dfQxaY {
    opacity: 0 !important;
}
.fixed-whatsapp-icon {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 10px;
    bottom: 0px;
    z-index: 999;
}

.fixed-whatsapp-icon img {
    width: 50px;
}

.popup .popuptext {
    display: none;
    width: 200px;
    background-color: #25D366;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 3px;
    right: 3vw;
    font-size: small;
}

.notifcation {
    position: relative;
}

.calsty {
    width: 100%;
    height: 700px;
}

.alert-number {
    display: none;
    position: absolute;
    bottom: 28px;
    left: 16px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    background-color: red;
    color: white;
    text-align: center;
    font-size: small;
    animation: shake 0.5s;
    animation-iteration-count: 1;
}

@media screen and (max-width: 600px) {
    .popuptext {
        right: 60px !important;
    }
}
@media (max-width : 767.98px){
    .fixed-whatsapp-icon{
        display: none;
    }
}
.lfCQiA {
    display: none !important;
}
.iBlUIV, .dqHZeM, .susRY {
    border-radius: 10px !important;
    background-color: #EBF3FD !important;
}
.dLhUFN {
    border-radius: 10px !important;
    background-color: #262B25 !important;
    border-color: #262B25 !important;
}
.ga-DaEy {
    max-width: 100% !important;
}