body {
	padding: 0px;
	margin: 0px;
	color: #141414;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    background-color: #F5F5F5;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
.star_icon p { 
    margin-bottom: 0; 
}
.privacy_section p { 
    margin-bottom: 10px; 
}
/****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;
}
/****error-contact-fix*****/
.error-contact-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.error-contact-wrap li {
    padding-left: 0;
}
.error-contact-wrap li::after,
.error-contact-wrap li::before {
    display: none;
}
/****voorraadwekker_widget_section icon fix*****/
.voorraadwekker_widget_section .select2-results li::after,
.voorraadwekker_widget_section .select2-results li::before {
    display: none;
}
.voorraadwekker_widget_section .select2-results li {
    margin: 0;
}
/******theme-switch*******/
.theme-switch {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 37px;
    height: 80px;
    border-radius: 100px;
    border: 0.5px solid rgba(255, 255, 255, 0.20);
    background-color: #E4E4E4;
    box-shadow: 2px 2px 7px rgba(0,0,0,0.5) inset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;
    padding: 2.5px;
    z-index: 99;
}
.theme-switch .icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
}
.theme-switch .icon img {
    width: 17px;
}
.switch-handle {
    position: absolute;
    top: 4px;
    left: 3.6px;
    width: 28px;
    height: 28px;
    background-color: #303030;
    border-radius: 50%;
    transition: all 0.3s ease;
    pointer-events: none;
}
.theme-switch .sun { 
    opacity: 1; 
}
.theme-switch .moon { 
    opacity: 0; 
}
.theme-switch.active {
    background-color: #303030;
    border-color: rgba(255, 255, 255, 0.01);
    box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.50) inset;
}
.theme-switch.active .sun { 
    opacity: 0; 
}
.theme-switch.active .moon { 
    opacity: 1; 
}
.theme-switch.active .switch-handle {
    top: 47px;
    background-color: #E4E4E4;
}
.theme-switch .icon {
    position: relative;
    z-index: 3;
}
.switch-handle {
    pointer-events: none;
}
/* ============================================== index ============================================== */
/****header-area****/
.header-area {
    position: fixed;
    width: 100%;
    z-index: 99;
    background-color: #141414;
    border-bottom: 1px solid rgba(255, 255, 255, 0.80);
    padding: 17px 0 12px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    top: 0;
}
.header-wrap {
    padding: 0 60px;
}
.header-logo {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-logo img {
    width: 311px;
}
.header-nav > ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 40px;
}
.header-nav > ul > li {
    color: #fff;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    padding-bottom: 10px;
    margin-bottom: 0;
    padding-left: 0;
}
.header-nav > ul > li::after {
    display: none;
}
.header-nav > ul > li > a {
    color: #fff;
    position: relative;
    padding-bottom: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-nav > ul > li > a::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-image: url(../images/nav-hover.svg);
    background-size: 36px;
    height: 5px;
    width: 36px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-nav > ul > li > a:hover::after {
    opacity: 1;
}
.parent-dropdown > ul {
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	border-radius: 8px;
	border: 1px solid #fff;
	background-color: #141414;
	min-width: 170px;
	margin-top: 10px;
    margin-bottom: 0;
	z-index: 1;
	max-height: 0;
	overflow: hidden;
	transition: all 0.7s;
	opacity: 0;
	pointer-events: none;
    list-style: none;
    padding: 0;
    max-height: 120px;
    overflow-y: auto;
}
.parent-dropdown > ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown > img {
	position: absolute;
	right: 0;
	top: 10px;
    width: 12px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown.open ul {
	max-height: 200px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown.open img {
	transform: rotate(180deg);
}
.parent-dropdown {
	position: relative;
	padding-right: 20px;
	cursor: pointer;
}
.parent-dropdown > ul > li {
    font-family: 'LamaSans-Regular';
	font-size: 1.6rem;
	position: relative;
    text-align: center;
    padding-left: 0;
    margin-bottom: 0;
}
.parent-dropdown > ul > li::after {
    display: none;
}
.parent-dropdown > ul > li > a {
	color: #fff;
	padding: 5px 17px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	display: block;
}
.parent-dropdown > ul > li:last-child > a {
	border-bottom: 0;
}
.parent-dropdown > ul > li > a:hover {
	color: #FF5400;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 77px;
}
.header-social ul {
    display: flex;
    gap: 10px;
}
.header-social li {
    padding-left: 0;
    margin-bottom: 0;
}
.header-social li::after {
    display: none;
}
.header-social li a {
    border-radius: 51px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-social li a:hover {
    background-color: #FF5400;
    background-color: #FF5400;
}
/**menu-btn**/
.menu-btn {
    display: flex;
    border-radius: 5px;
    background-color: transparent;
    padding: 7px 12px;
    color: #fff;
    border: 1px solid #fff;
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    line-height: 20px;
    cursor: pointer;
    max-width: 95px;
    margin-left: auto;
    align-items: center;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    gap: 10px;
}
.menu-bar {
    position: relative;
    width: 32px;
    height: 32px;
    margin-left: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
}
/**side-menu**/
.side-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: #fff;
    padding: 140px 0 0;
    z-index: 98;
    clip-path: inset(0 0 0 100%);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.side-main-menu {
    padding-left: 40px;
    padding-right: 40px;
}
.side-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.side-menu-wrap {
    height: 100%;
    overflow-y: auto;
}
.side-menu ul {
    margin-bottom: 0;
}
.side-main-menu li {
    margin-bottom: 24px;
    padding-left: 0;
}
.side-main-menu li::after {
    display: none;
}
.side-main-menu li a {
    font-size: 3.2rem;
    line-height: 41.6px;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
}
.side-menu > .side-main-menu > ul > li {
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 2rem;
    display: table;
}
.side-menu > .side-main-menu > ul > li::before {
    display: none;
}
.side-menu > .side-main-menu > ul > li, 
.side-menu > .side-main-menu > ul > li > a,
.side-main-menu li a {
    color: #141414;
}
.side-menu > .side-main-menu > ul > li > a:hover,
.side-main-menu li a:hover {
    color: #FF5400;
}
.side-menu .parent-dropdown {
    padding-right: 18px;
    max-height: 200px;
    overflow-y: auto;
    color: #141414;
}
.side-menu .parent-dropdown > ul > li > a {
    color: #141414;
    border: 1px solid rgba(20, 20, 20, 0.4);
    border-bottom: 0;
    display: block;
    font-size: 2rem;
}
.side-menu .parent-dropdown > ul > li > a:hover {
    color: #FF5400;
}
.side-menu .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    position: initial;
    max-height: 0;
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(20, 20, 20, 0.4);
}
.side-menu .parent-dropdown.open ul {
    margin-left: 20px;
    max-height: 200px;
    margin-top: 10px;
}
.side-menu .parent-dropdown img {
    top: 15px;
    width: 20px;
    filter: brightness(0);
}
.body-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(5px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.body-overlay-active {
    opacity: 1;
    pointer-events: all;
}
.menu-up .header-wrap {
    border-color: transparent;
    background-color: transparent;
    backdrop-filter: blur(0);
    box-shadow: none !important;
}
.side-menu-cross {
    width: max-content;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 0 0;
}
.side-menu-cross img {
    position: relative;
    z-index: 1;
    top: -10px;
}
.side-menu-cross::after {
    content: '';
    position: absolute;
    left: -50%;
    transform: translateX(-50%);
    top: 0;
    background-color: #f5f5f5;
    height: 100%;
    width: 150vw;
}
.side-menu-contact-dtls {
    border-top: 1px solid #141414;
    padding: 40px 40px;
}
.side-menu-contact-dtls strong {
    font-weight: normal;
}
.side-menu-contact-dtls ul {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
}
.side-menu-contact-dtls li {
    width: 100%;
    text-align: left;
    display: flex;
    gap: 25px;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
}
.side-menu-contact-dtls li::after {
    display: none;
}
.side-menu-contact-dtls li em {
    border-radius: 28px;
    border: 1.5px solid rgba(20, 20, 20, 0.30);
    overflow: hidden;
    height: 56px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    margin: 0;
    padding: 0 15px;
}
.side-menu-contact-dtls li em img {
    width: 24px;
}
.side-menu-contact-dtls h6 {
    color: rgba(20, 20, 20, 0.70);
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    line-height: 22.016px;
}
.side-menu-contact-dtls p a {
    color: #141414;
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    line-height: 22.016px;
}
.side-menu-contact-dtls p a:hover {
    color: #FF5400;
}
.side-menu-contact-dtls p {
    margin-bottom: 0;
}
.menu-btm-img {
    position: relative;
}
.menu-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.menu-logo img {
    width: 272px;
}
/*****banner-sec***/
.banner-sec {
    position: relative;
    padding-top: 74px;
}
.banner-video, .each-banner {
	height: 886px;
}
.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: 65%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
}
.banner-content h1 strong {
    font-weight: normal;
    background-color: #fff;
    color: #141414;
    padding: 0 7px;
    border-radius: 5px;
    overflow: hidden;
}
.banner-content h5 {
    max-width: 541px;
    width: 100%;
    margin: 35px 0 22px;
}
.banner-content h6 {
    color: #F5F5F5;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    line-height: 22px;
}
.banner-content-wrap {
    margin-bottom: 26px;
}
/****product-sec****/
.product-sec {
    position: relative;
    padding: 82px 0;
    overflow: hidden;
    background-color: #fff;
}
.product-title p {
    margin-bottom: 0;
    max-width: 359px;
    margin-right: 0;
    margin-left: auto;
}
.product-title {
    margin-bottom: 80px;
}
.each-product-img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.each-product {
    position: relative;
}
.each-product-progress {
	position: absolute;
	top: 28px;
    right: 20px;
	width: 100%;
    max-width: 52px;
	height: 8px;
	z-index: 1;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.5);
	display: none;
    padding: 4px 2px;
}
.each-product-progress span {
	background: #FF5400;
    border-radius: 8px;
	display: block;
	height: 100%;
	width: 0;
    opacity: 1;
    padding: 3px 2px;
    top: -3px;
    position: relative;
}
.each-product-text {
    border-radius: 10px;
    background-color: #FF5400;
    overflow: hidden;
    padding: 20px 0;
    margin-top: 20px;
}
.each-product-top h4,
.product-price h4,
.each-product-table td {
    color: #fff;
}
.each-product-top p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
    margin-top: 5px;
}
.each-product-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}
.each-product-top h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}
.each-product-table td {
    font-size: 1.4rem;
    font-family: 'LamaSans-Medium';
    line-height: 22px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.each-product-table tr {
    display: flex;
    column-gap: 45px;
    row-gap: 15px;
    flex-wrap: wrap;
}
.product-price h4 strong {
    font-weight: normal;
    font-size: 1.4rem;
    font-family: 'LamaSans-Medium';
}
.each-product-top,
.each-product-btm {
    padding: 0 20px;
}
.each-product-btm {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 12px;
    padding-top: 17px;
}
.product-block .col-lg-7 {
    width: 54%;
}
.product-block .col-lg-5 {
    width: 46%;
}
.product-big-car-slider {
    border-radius: 10px;
    /* overflow: hidden; */
}
.each-product-right-block img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.each-product-right-block {
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-right-block::after {
    border-radius: 10px;
    background: rgba(34, 34, 34, 0.50);
    backdrop-filter: blur(2.5px);
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    pointer-events: none;
}
.each-product-right-block:hover::after {
    opacity: 1;
}
.each-product-right-block-info {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-right-block:hover .each-product-right-block-info {
    opacity: 1;
}
.each-product-right-block-info h6 {
    color: #FFF;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 22px;
    margin-top: 15px;
}
.each-product-right-block-info em {
    border-radius: 36px;
    overflow: hidden;
    height: 36px;
    width: 36px;
    backdrop-filter: blur(10px);
    background-color: #FF5400;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.each-product-right-block-info em img {
    border-radius: unset;
    width: 12px;
    height: 10px;
    object-fit: initial;
}
.product-right-block .col-lg-6 {
    padding-left: 10px;
    padding-right: 10px;
    height: 30%;
}
.product-right-block .row {
    margin-left: -10px;
    margin-right: -10px;
    height: calc(100% + 20px);
    row-gap: 20px;
}
.product-arrow {
    display: inline-flex;
    gap: 30px;
}
.product-arrow .common-arrow img {
    filter: brightness(0) saturate(100%) invert(72%) sepia(0%) saturate(19%) hue-rotate(171deg) brightness(87%) contrast(95%);
    width: 23px;
}
.product-arrow .common-arrow:hover {
    background-color: transparent;
}
.product-arrow .common-arrow:hover img {
    filter: brightness(0) saturate(100%) invert(36%) sepia(69%) saturate(2591%) hue-rotate(1deg) brightness(101%) contrast(108%);
}
.product-arrow .common-arrow {
    position: initial;
    margin: 0;
    border: unset;
    height: auto;
    width: auto;
    border-radius: unset;
}
.product-control {
    margin-top: 48px;
}
.product-sec .product-scrollbar {
    height: 3px;
    background-color: rgba(29, 29, 29, 0.6);
    width: 100%;
    border-radius: 30px;
    position: relative;
}
.product-sec .swiper-scrollbar-drag {
    border-radius: 30px;
    background-color: #FF5400;
    cursor: grab;
}
.product-btn {
    padding-left: 20px;
}
.product-control .col-lg-2 {
    width: 8%;
}
.product-control .col-lg-7 {
    width: 75%;
}
.product-control .col-lg-3 {
    width: 17%;
}
.product-big-car-slider .common-arrow {
    display: none;
}
.product-btn-mobile {
    position: relative;
}
.product-btn-mobile.common-btn {
    padding: 6px 35px 6px 17px;
    display: none;
}
.product-btn-mobile::after {
    content: '';
    background-position: center;
    position: absolute;
    right: 18px;
    top: 13px;
    background-repeat: no-repeat;
    height: 7px;
    width: 10px;
    background-size: 10px;
    background-image: url(../images/product-mobile-arrow.svg);
}
.home-product-thumbs-wrapper .swiper-wrapper {
    flex-wrap: wrap;
    row-gap: 23px;
    height: 100%;
}
.home-product-thumbs,
.home-product-thumbs-wrapper,
.each-product-right-block-img {
    height: 100%;
}
.home-product-thumbs-wrapper .swiper-slide {
    width: 46% !important;
    height: 31% !important;
}
.product-right-block {
    padding-left: 2px;
}
.product-price {
    width: 18%;
    text-align: end;
}
.each-product-table {
    width: 72%;
}
/****service-sec****/
.service-sec {
    /* background-color: #141414; */
    position: relative;
    padding: 100px 0 126px;
    background: radial-gradient(40.5% 40.49% at 50% 50%, rgba(28, 28, 28, 0.80) 0%, rgba(28, 28, 28, 0.98) 100%);
}
/* .usp-marquee-sec{
    background: radial-gradient(40.5% 40.49% at 50% 50%, rgba(28, 28, 28, 0.80) 0%, rgba(28, 28, 28, 0.98) 100%);
} */
.service-sec .container {
    position: relative;
    z-index: 1;
}
.service-title h2 strong {
    font-weight: normal;
    background-color: #fff;
    color: #141414;
    padding: 0 7px;
    border-radius: 5px;
    overflow: hidden;
}
.service-title h2 {
    color: #fff;
    text-align: center;
    max-width: 626px;
    margin: 0 auto;
}
.service-title {
    margin-bottom: 86px;
}
.service-slider .swiper-slide-active .home-service-slider-img{
    background-color: #fff;
    padding: 16px 18px 22px;
    border-radius: 10px;
    overflow: hidden;
}
.service-slider .swiper-wrapper {
  pointer-events: none;
}
.service-slider .swiper-slide {
  pointer-events: auto;
}
.home-service-slider-img{
    position: relative;
}
.service-mobile-slider .home-service-slider-img::after{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(20, 20, 20, 0.30) 0%, rgba(20, 20, 20, 0.30) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.home-service-slider-info {
    position: relative;
    z-index: 1;
}
.home-service-slider-img img{
    border-radius: 5px;
}
.home-service-slider-info-btn {
    color: #1A241F;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 22px; 
    text-decoration: underline;
}
.service-slider .swiper-slide-active .home-service-slider-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.service-slider .common-arrow {
    border-color: #fff;
    height: 84px;
    width: 84px;
}
.service-slider .common-arrow img {
    width: 22px;
    margin-left: 0;
}
.service-slider .common-arrow:hover {
    border-color: #FF5400;
}
.service-slider .common-arrow img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(97%) saturate(0%) hue-rotate(289deg) brightness(114%) contrast(101%);
}
.service-btn li::after {
    display: none;
}
.service-btn li {
    padding-left: 0;
    margin-bottom: 0;
}
.service-btn ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}
.service-btn {
    margin-top: 80px;
}
.service-usp-block-merge {
    position: relative;
}
.service-usp-block-merge::after {
    background-image: url(../images/service-bg-mark.jpg);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-mobile-slider {
    display: none;
}
.home-service-slider-info-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-service-slider-img:hover .home-service-slider-info-btn {
    color: #FF5400;
}
.service-slider .common-arrow {
    top: 45%;
}
.service-slider .swiper-button-prev {
    left: 6%;
}
.service-slider .swiper-button-next {
    right: 6%;
}
.service-btn .common-btn:hover {
    border-color: #FF5400;
}
/****usp-marquee-sec****/
.usp-marquee-bg{
    overflow: hidden;
    position: relative;
    /* background-color: #141414; */
    padding: 80px 0 75px;
    background: radial-gradient(182.5% 123.49% at 108% 90%, rgba(28, 28, 28, 43.8) 0%, rgba(28, 28, 28, 1.02) 159%);
    /* z-index: 1; */
}
.usp-marquee-sec.overons-usp-marquee-sec .usp-marquee-bg{
    background: none;
}
.usp-marquee-sec .container {
    position: relative;
    z-index: 1;
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
    gap: 49px;
    position: relative;
}
.usp-marquee-wrap::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #FF5400;
}
.usp-marquee-wrap ul {
    display: flex;
    align-items: center;
    gap: 110px;
    padding: 0;
    margin: 0;
}
.usp-marquee-wrap ul li {
    font-family: 'LamaSans-SemiBold';
    padding: 0;
    font-size: 2rem;
    line-height: 27px;
    padding-left: 0;
    margin-bottom: 0;
    color: #F5F5F5;
}
.usp-marquee-wrap ul li::after {
    display: none;
}
.usp-marquee-wrap ul li:nth-child(even) {
    position: relative;
    bottom: 56px;
    left: 0;
}
.usp-marquee-wrap ul li:nth-child(even)::before {
    background-image: url(../images/li-icon.svg);
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -41px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    height: 20px;
    width: 18px;
    z-index: 1;
}
.usp-marquee-wrap ul li:nth-child(odd) {
    position: relative;
    left: 0;
    top: 25px;
}
.usp-marquee-wrap ul li:nth-child(odd)::before {
    background-image: url(../images/li-icon.svg);
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    height: 20px;
    width: 18px;
    z-index: 1;
}
/****home-mid-sec****/
.home-mid-sec {
    position: relative;
    padding-top: 105px;
}
.home-counter-wrap {
    margin-bottom: 70px;
    margin-top: 125px;
}
.home-mid-sec .container {
    border-bottom: 1px solid #141414;
    position: relative;
    z-index: 1;
}
.home-mid-top-man {
    border-radius: 156px;
    height: 156px;
    width: 156px;
    min-width: 156px;
    overflow: hidden;
    background-color: #fff;
}
.home-mid-top-man img {
    object-position: top;
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.home-mid-top-info {
    display: flex;
    column-gap: 43px;
    flex-wrap: wrap;
    justify-content: end;
}
.home-mid-top-info-part p {
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    padding-top: 30px;
    position: relative;
}
.home-mid-top-info-part p::after {
    background-image: url(../images/home-mid-info-mark.svg);
    content: '';
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 33px;
    width: 371px;
}
.home-mid-top-info-part {
    width: 44%;
}
.home-mid-top-info-part h6 {
    color: #141414;
    font-family: 'LamaSans-Regular';
    font-size: 0.8rem;
    font-style: italic;
    line-height: 8px;
}
.home-mid-top-info-part h6 strong {
    font-family: 'ArchitectsDaughter';
    color: #141414;
    font-size: 1.2rem;
    line-height: 17px;
    font-weight: normal;
    font-style: normal;
}
.home-counter-wrap-left,
.home-counter-wrap-right {
    display: flex;
    gap: 20px;
}
.each-home-counter h2 {
    font-size: 6rem;
    line-height: 78px;
}
.each-home-counter h6 {
    color: #141414;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 22px;
}
.home-counter-wrap-right {
    justify-content: end;
}
.each-home-counter { 
    background: #fff;
    border-radius: 275px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    height: 275px;
	width: 275px;
	--circle-size: 283px;
	--circle-stroke: 2;
	--circle-progress-stroke: 2;
	--circle-color-base: transparent;
	--circle-color-progress: #FF5400;
	--circle-arc-default: 0;
	--circle-speed: 0.6s;
}
.each-home-counter .cta-circle-svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-90deg);
	pointer-events: none;
	width: var(--circle-size);
	height: var(--circle-size);
	overflow: visible;
}
/****home-over-ons-sec****/
.home-over-ons-sec {
    padding: 70px 0 125px;
}
.home-over-ons-block {
    border-radius: 10px;
    overflow: hidden;
}
.home-over-ons-title {
    padding-right: 58px;
}
.home-over-ons-title p {
    color: #141414;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    line-height: 22px;
    margin: 21px 0 43px;
}
.home-over-ons-sec .col-lg-9 {
    width: 73%;
}
.home-over-ons-sec .col-lg-3 {
    width: 27%;
}
.each-over-ons-block {
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-over-ons-block-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 33px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
}
.each-over-ons-block-text h3{
    font-family: 'Montserrat-Bold';
}
.each-over-ons-block-text::after{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(20, 20, 20, 0.70) 0%, rgba(20, 20, 20, 0.70) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: -1;
}
.each-over-ons-block-text h3 {
    color: #fff;
    margin-bottom: 15px;
    height: 2lh;
}
.each-over-ons-block-text h3 strong {
    font-weight: normal;
}
.each-over-ons-block-text p {
    margin-bottom: -20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-family: 'LamaSans-Medium';
    color: rgba(255, 255, 255, 0.80);
    font-size: 1.4rem;
    line-height: 22px;
    max-height: 0;
    overflow: hidden;
}
.each-over-ons-block-img {
    height: 609px;
}
.each-over-ons-block-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.each-over-ons-block:hover .each-over-ons-block-text::after {
    opacity: 1;
}
.each-over-ons-block:hover .each-over-ons-block-text p {
    margin-bottom: 0;
    max-height: 200px;
}
.each-over-ons-block-text em {
    margin-bottom: 27px;
    margin-left: 10px;
}
/****google-review****/
.google-review {
    background-color: #F5F5F5;
    padding-bottom: 122px;
}
/****footer-area****/
.footer-area {
    background-color: #141414;
    padding: 86px 0 12px;
    overflow: hidden;
}
.footer-logo img {
    width: 466px;
}
.footer-title h6 {
    color: #F5F5F5;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 28px;
    letter-spacing: 0.8px;
    margin-top: 42px;
}
.each-footer-contact h6 {
    color: rgba(255, 255, 255, 0.50);
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 22px;
    margin-bottom: 8px;
}
.each-footer-contact p a,
.each-footer-contact td, .each-footer-contact p {
    color: #FFF;
    font-family: 'LamaSans-Medium';
    font-size: 2rem;
    line-height: 24px;
    letter-spacing: normal;
}
.each-footer-contact p{
	margin-top: 8px;
}
.each-footer-contact li a {
    color: #FFF;
    font-family: 'LamaSans-SemiBold';
    font-size: 1.6rem;
    line-height: 32px;
    letter-spacing: 0.32px;
}
.each-footer-contact li {
    padding-left: 0;
    margin-bottom: 0;
}
.each-footer-contact li::after {
    display: none;
}
.each-footer-contact-bold p a {
    font-family: 'LamaSans-SemiBold';
    font-size: 2.4rem;
    letter-spacing: 0.48px;
    line-height: 32px;
}
.footer-contact {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    max-width: 528px;
    margin-right: 0;
    margin-left: auto;
    row-gap: 58px;
}
.each-footer-contact {
    width: 49%;
}
.each-footer-contact:last-child {
    width: 100%;
}
.each-footer-contact ul {
    display: flex;
    gap: 52px;
    flex-wrap: wrap;
    justify-content: end;
}
.each-footer-contact p {
    margin-bottom: 0;
}
.each-footer-contact td:first-child {
    padding-right: 15px;
}
.each-footer-contact p a:hover,
.each-footer-contact li a:hover {
    color: #FF5400;
}
.each-footer-slide {
    height: 405px;
    border-radius: 5px;
    overflow: hidden;
}
.each-footer-slide img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-btm {
    padding: 0 12px;
    margin-top: 88px;
}
.each-footer-slide:hover img {
    transform: scale(1.1);
}
.footer-btm.footer-btm-mobile {
    display: none;
}
/* ======= DIENSTEN PAGE ======== */
/* inner-banner-sec */
.inner-banner-sec{
    position: relative;
    margin-top: 82px;
}
.inner-banner-img{
    height: 500px;
    width: 100%;
}
.inner-banner-img img{
    height: 100%;
    object-fit: cover;
}
.inner-banner-heading {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    right: 122px;
    text-align: right;
}
/* service-list-sec */
.service-list-sec{
    position: relative;
    padding-top: 70px;
    padding-bottom: 100px;
}
.service-list-sec .line{
    opacity: 0.6;
}
.service-list-wrap{
    border-top: 1px solid rgba(20, 20, 20, 0.20);
    border-bottom: 1px solid rgba(20, 20, 20, 0.20);
}
.each-service-list-wrap {
    position: relative;
    --bs-gutter-x: 46px;
}
.each-service-list-wrap::after{
    position: absolute;
    content: "";
    background-color: rgba(20, 20, 20, 0.20);
    width: calc(100% - 46px);
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.service-list-row .each-service-list-wrap:last-child::after{
    display: none;
}
/* .service-list-row .each-service-item{
    position: relative;
}
.service-list-row .each-service-list-wrap:last-child .each-service-item::after{
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.20);
    height: 1px;
    bottom: 0;
    width: 100%;
} */
.service-list-row .each-service-list-wrap > *:first-child .each-service-item .each-service-item-img::after {
    position: absolute;
    content: "";
    background-color: rgba(20, 20, 20, 0.20);
    height: calc(100% + 50px);
    width: 1px;
    right: -23px;
    top: 0;
}
.each-service-item{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 27px 0;
    position: relative;
}
.each-service-item-img{
    position: relative;
    height: 400px;
    width: 100%;
    margin-bottom: 27px;
}
.each-service-item-img img{
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.each-service-list-heading h4{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-list-heading p{
    display: none;
}
.each-service-list-btn{
    color: #141414;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 22px;
    text-decoration: underline;
    text-align: right;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-item:hover .each-service-list-btn{
    color: #FF5400;
}
/* ======= SERVICE DETAIL PAGE ======== */
/* back-btn-sec */
.back-btn-sec{
    overflow: hidden;
    padding-top: 157px;
    padding-bottom: 30px;
}
.back-btn-sec .line{
    z-index: -1;
}
.back-btn-sec .common-btn{
    margin-left: 9%;
}
/* service-detail-sec */
.service-detail-btn {
    height: 100%;
    display: flex;
    align-items: end;
}
.service-detail-sec .row .col-lg-2 {
    width: 9%;
}
.service-detail-sec .row .col-lg-5:nth-child(2) {
    width: 49%;
}
.service-detail-sec .row .col-lg-5:nth-child(3) {
    width: 42%;
}
.service-detail-sec .row{
    align-items: center;
}
.each-dtl-info  h3{
    font-family: 'Montserrat-Bold';
}
.service-detail-btn .cta-btn strong {
    background-image: url(../images/service-detail-btn-dot.svg);
}
.service-detail-btn .cta-btn {
    --circle-color-base: #141414;
    writing-mode: vertical-rl;
    transform: rotate(0deg);
    color: #141414;
    gap: 20px;
    --circle-size: 84px;
    margin-bottom: -5px;
}
.service-detail-btn .cta-btn em {
    transform: translate(-50%, -50%) scale(0) rotate(90deg);
}
.service-detail-btn .cta-btn:hover em {
    transform: translate(-50%, -50%) scale(1) rotate(90deg);
    background-color: #FF5400;
    background-image: url(../images/banner-dot.svg);
    background-size: 16px;
}
.service-detail-heading h2{
    margin-bottom: 47px;
    margin-left: 9%;
}
.service-detail-img{
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.service-detail-img img{
    height: 100%;
    object-fit: cover;
}
.service-detail-text {
    padding-left: 38px;
}
.service-detail-text p {
    margin-bottom: 20px;
}
.service-detail-text p:last-child{
    margin-bottom: 0;
}
.service-slider .home-service-slider-info {
    opacity: 0;
}
.service-slider .swiper-slide-active .home-service-slider-info {
    opacity: 1;
}
/* dtl-info-sec */
.dtl-info-sec {
	padding-top: 94px;
	padding-bottom: 80px;
}
.each-dtl-info {
	padding: 33px 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.20);
	position: relative;
}
.each-dtl-info::after {
    content: "";
    height: 40px;
    width: 50px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #141414;
    background-image: url(../images/tab-minus.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center center;
    border-radius: 5px;
}
.each-dtl-info table {
	width: 100%;
}
.each-dtl-info tr {
	display: flex;
	align-items: center;
	gap: 20px;
}
.dtl-info-sec td:first-child {
    padding-left: 196px;
    position: relative;
    width: 48%;
}
.dtl-info-sec td:last-child {
    padding-right: 80px;
    width: 52%;
    max-width: 530px;
}
.vacatures-info-sec td:last-child{
    max-width: 700px;
}
.dtl-info-sec td strong {
    font-weight: normal;
    width: 50px;
    height: 40px;
    border: 1px solid #141414;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #141414;
    font-family: 'LamaSans-Medium';
    font-size: 1.5rem;
    line-height: normal;
}
.tab-line {
	display: block;
	opacity: 0;
	transition: all 0.4s ease;
}
.each-dtl-info.active-info {
	background-color: #fff;
	border-bottom: 0;
	border-radius: 5px;
}
.each-dtl-info.active-info strong {
	background-color: #FF5400;
	border-color: #FF5400;
	color: #fff;
}
.each-dtl-info.active-info::after {
	background-image: url(../images/tab-plus.svg);
	background-color: #FF5400;
	border-color: #FF5400;
}
.each-dtl-info:has(+ .each-dtl-info.active-info) {
	border-bottom: 0;
}
.each-dtl-info td p{
    color: rgba(20, 20, 20, 0.80);
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    line-height: 22px;
    margin-bottom: 0;
}
/* form-sec */
.form-sec{
    background: #141414;
    position: relative;
    overflow: hidden;
}
.form-wrap{
    position: relative;
    z-index: 1;
}
.form-wrap .col-lg-5{
    width: 39%;
}
.form-wrap .col-lg-7{
    width: 61%;
}
.form-heading h2 {
    color: #FFF;
    margin-bottom: 23px;
}
.form-heading p{
    color: #FFF;
    line-height: 22px;
    margin-bottom: 40px;
}
.form-inner-wrap {
    padding: 65px 0;
    padding-right: 146px;
}
.form-group{
    margin-bottom: 22px;
}
.form-style{
    color: #FFF;
    font-family: 'LamaSans-Medium';
    width: 100%;
    padding: 13px 20px;
    font-size: 1.4rem;
    line-height: 22.016px;
    border-radius: 10px;
    background: #242424;
    border: none;
    resize: none;
    outline: none;
}
.form-style::placeholder{
    color: #FFF;
    opacity: 1;
}
.form-style:focus {
    color: #FFF;
    background-color: #242424;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}
.textarea-style{
    height: 116px;
}
.form-wave {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.02;
    pointer-events: none;
    width: 100%;
}
.form-main .row .col-lg-6,
.form-main .row .col-lg-12{
    padding: 0px 10px;
}
.form-main .row {
    margin: 0px -10px;
}
.form-btn .common-btn {
    width: 168px;
    margin-top: 18px;
}
.form-btn .common-btn:hover{
    border-color: #FF5400;
}
.form-contact-info {
    position: relative;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 113px;
}
.form-contact-info::before {
    position: absolute;
    content: "";
    background-color: #FF5400;
    width: 100%;
    height: 1px;
    top: -30px;
    left: 0;
}
.each-contact-info{
    position: relative;
    text-align: center;
}
.each-contact-info::after {
    position: absolute;
    content: "";
    background-image: url(../images/each-info-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 22px;
    height: 22px;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
}
.each-contact-info h6{
    color: rgba(255, 255, 255, 0.50);
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 22px;
    margin-bottom: 8px;
}
.each-contact-info p{
    margin-bottom: 0;
}
.each-contact-info p a{
    color: #FFF;
    font-family: 'LamaSans-Medium';
    font-size: 2rem;
    line-height: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-contact-info p a:hover{
    color: #FF5400;
}
.form-img-wrap {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.form-img-inner-wrap {
    padding: 80px;
}
.form-img-main{
    border-radius: 10px;
    background: #FF5400;
    overflow: hidden;
}
.form-img-heading{
    padding: 47px 30px;
    text-align: center;
}
.form-img-heading h3{
    color: #FFF;
    font-family: 'Montserrat-Bold';
}
.form-img-heading p{
    color: #FFF;
    line-height: 22px;
    margin-top: 13px;
    margin-bottom: 23px; 
    max-width: 246px;
    margin-right: auto;
    margin-left: auto;
}
.form-img-heading .common-btn{
    width: 100%;
    background-color: #FFF;
    color: #141414;
    font-family: 'LamaSans-Medium';
    font-size: 2.1rem;
    line-height: 31.603px;
}
.form-img-heading .common-btn:hover{
    color: #FFF;
}
/* service-related-sec */
.service-related-sec{
    padding: 78px 0;
}
.service-related-heading{
    margin-bottom: 78px;
}
.service-related-wrap{
    border-top: 1px solid rgba(20, 20, 20, 0.20);
    border-bottom: 1px solid rgba(20, 20, 20, 0.20);
}
.related-service-arrow .common-arrow{
    top: 50%;
    transform: translateY(-50%);
}
.related-service-arrow .swiper-button-next{
    right: -80px;
}
.related-service-arrow .swiper-button-prev{
    left: -80px;
}
.service-related-sec .each-service-item-img{
    position: relative;
}
.service-related-sec .each-service-item-img::after{
    position: absolute;
    content: "";
    background-color: rgba(20, 20, 20, 0.20);
    height: calc(100% + 50px);
    width: 1px;
    right: -23px;
    top: 0;
}
/* ======= OVER ONS PAGE ======= */
/* over-ons-sec */
.over-ons-sec{
    padding-top: 96px;
    position: relative;
}
.over-ons-sec .line{
    z-index: -1;
}
.over-ons-sec .each-line {
    height: 184%;
}
.over-ons-sec .row{
    --bs-gutter-x: 60px;
}
.over-ons-text h2{
    margin-bottom: 40px;
    text-transform: uppercase;
}
.over-ons-text p{
    margin-bottom: 16px;
}
.over-ons-text p:last-child{
    margin-bottom: 0;
}
.over-ons-img-wrap {
    margin-top: 69px;
    display: flex;
    column-gap: 20px;
}
.over-ons-each-img{
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.over-ons-each-img img{
    height: 100%;
    object-fit: cover;
}
.over-ons-img{
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.over-ons-img img{
    height: 100%;
    object-fit: cover;
}
.over-ons-box {
    border-radius: 10px;
    border: 1px solid rgba(255, 84, 0, 0.50);
    background: #FFF;
    display: flex;
    align-items: center;
    padding: 24px 30px;
    max-width: 636px;
    justify-content: space-between;
    gap: 20px;
    margin: 0 auto;
    margin-top: -68px;
    position: relative;
    z-index: 1;
}
.over-ons-box .home-mid-top-info-part {
    width: 65%;
}
.over-ons-inner-wrap {
    height: 100%;
}
.over-ons-box-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
}
/* over-conter-sec */
.over-conter-sec{
    position: relative;
}
.over-conter-sec .each-line {
    background: linear-gradient(180deg, rgb(16 24 36 / 4%) 0%, rgb(16 24 36 / 3%) 100%);
}
.over-conter-sec .home-counter-wrap{
    padding: 84px 0;
    margin: 0;
    margin-top: 84px;
    border-top: 1px solid #FF5400;
}
.over-conter-sec .line {
    display: none;
}
/* over-mid-sec */
.over-mid-sec{
    background-color: #141414;
    padding-top: 122px;
    padding-bottom: 110px;
}
.over-mid-sec .container{
    position: relative;
    z-index: 1;
}
.over-mid-sec .col-lg-9 {
    width: 73%;
}
.over-mid-sec .col-lg-3 {
    width: 27%;
}
.over-mid-sec .home-over-ons-title h2{
    color: #FFF;
}
.over-mid-sec .home-over-ons-title p{
    color: #FFF;
    margin-top: 30px;
    margin-bottom: 0;
}
/* team-sec */
.team-sec{
    padding-top: 130px;
    padding-bottom: 80px;
}
.team-heading{
    padding-bottom: 78px;
}
.team-wrap{
    position: relative;
}
.each-member{
    position: relative;
    background-color: #FFF;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-member:hover .each-member-info{
    background-color: #FF5400;
    border-color: #FF5400;
}
.each-member:hover h4,
.each-member:hover p{
    color: #FFF;
}
.each-member-info h4{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;   
}
.each-member-info p{
    color: #121212;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    line-height: 22.016px;
    margin-bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-member-info {
    padding: 8px 20px;
    background: #FFF;
    border: 1px solid #FFF;
    border-radius: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-member-img{
    margin-bottom: 12px;
}
.team-arrow .swiper-button-prev {
    left: -80px;
}
.team-arrow .swiper-button-next {
    right: -80px;
}
/* over-gallery-sec */
.over-gallery-sec{
    overflow: hidden;
    padding-top: 120px;
}
.each-gallery-img{
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gallery-img img{
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gallery-img:hover img{
transform: scale(1.1) rotate(-1deg);
}
.over-gallery-wrap{
    padding: 20px;
    padding-top: 0;
}
.over-gallery-wrap > .row{
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}
.over-gallery-wrap > .row .col-4{
    width: 32.4%;
}
.over-gallery-wrap > .row .col-8{
    width: 67.6%;
}
.each-gallery-wrap{
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
.each-gallery-wrap .row{
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}
.each-gallery-img-two {
    height: 296px;
}
.each-gallery-img-one{
    height: 616px;
}
/* ======= CONTACT PAGE ======= */
.map-bg{
    height: 622px;
}
.map-bg img{
    height: 100%;
    object-fit: cover;
}
/* ======= THANK YOU PAGE ======= */
.thank-you-sec .banner-content-wrap {
    margin-bottom: 0px;
    padding-left: 28%;
}
.thank-you-sec .banner-content-wrap h1{
    margin-bottom: 75px;
}
.thank-you-sec .banner-content-wrap .cta-btn {
    margin-left: 48%;
}
/* ======== POPUP PAGE ======== */
.modal-area .modal-dialog {
    max-width: 1108px;
    margin: 8% auto 0;
}
.modal-area .modal {
    background: rgba(20, 20, 20, 0.80);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-area .modal-content .col-lg-5 {
    width: 46.7%;
}
.modal-area .modal-content .col-lg-7 {
    width: 53.3%;
}
.modal-content-wrap {
    overflow: hidden;
}
.modal-content-wrap .row{
    --bs-gutter-x: 10px;
}
.modal-area .d-table-cell.align-middle {
    position: relative;
    z-index: 1;
}
.modal-area .popup-content img {
	width: 311px;
}
.modal-area .popup-content p {
	margin: 58px 0 50px;
}
.modal-area .popup-content {
    border-radius: 10px;
    background-color: #FFF;
    overflow: hidden;
    padding:  60px 80px;
    position: relative;
}
.modal-area .popup-content::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/popup-light-layer.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    -webkit-transition: all 0.5s;
    z-index: 0;
}
.pop-up-image {
	height: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.popup-logo-dark {
    display: none;
}
/* ============================================== aanbod-list ============================================== */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 155px 0 0;
    position: relative;
}
.aanbod-filter-title h2 strong {
    background-color: #FF5400;
    color: #fff;
    padding: 0 7px;
    border-radius: 5px;
    overflow: hidden;
}
.aanbod-filter-title {
    max-width: 670px;
    width: 100%;
    margin: 0 auto 72px;
    text-align: center;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-left-part {
    position: relative;
    z-index: 1;
}
.filter-reset a {
    color: #141414;
    font-size: 1.6rem;
    font-family: 'LamaSans-Regular';
    line-height: 22px;
    letter-spacing: 0.32px;
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #FF5400;
}
/* .filter-reset {
    position: relative;
    top: -78px;
    right: 46%;
} */
.filter-reset {
    position: relative;
    top: 0;
    right: 0;
}
.select-style {
    width: 100%;
    height: 44px;
    color: #141414;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    border: 1px solid #141414;
    border-radius: 5px;
    padding: 0 40px 0 18px;
    background: url(../images/filter-arrow.svg) #f5f5f5 no-repeat 91% center / 10px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    appearance: none;
    line-height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    text-align: center;
}
.filter-sort .select-style {
    background-color: transparent;
    border-color: #141414;
    color: #141414;
    background-image: url(../images/filter-arrow.svg);
}
.select-style:hover,
.select-style.show {
    background-color: #FF5400;
    border-color: #FF5400;
    color: #fff;
    background-image: url(../images/filter-arrow-white.svg);
}
.select-style.show {
    border-radius: 5px 5px 0 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-content {
    display: none;
    background-color: #FF5400;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #FF5400;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
    cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #fff;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #fff;
    border-color: #fff;
    background-image: url(../images/check-tick.png);
    background-size: 9px;
    background-position: center center;
    background-repeat: no-repeat;
}
.auto-overview-tag {
    margin-right: 5px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    border-radius: 5px;
    background-color: rgba(255, 84, 0, 0.7);
	font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    border: 1px solid #FF5400;
    flex-direction: row-reverse;
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.auto-overview-tag:hover {
    background-color: #FF5400;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 20%;
}
.hidden-filter .col-lg-3 h5 {
    font-family: 'LamaSans-SemiBold';
    display: none;
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 190px;
    /* background-color: #fff; */
    /* border-top: 1px solid rgba(40, 40, 40, 0.3); */
    /* border-bottom: 1px solid rgba(40, 40, 40, 0.4); */
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 50px;
    background-color: #FF5400;
    border-color: #FF5400;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn::before {
    display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color: #141414;
    border-color: #FF5400;
    color: #FF5400;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #fff;
    border-radius: 100%;
    color: #141414;
    border: 1px solid #fff;
	margin-left: 30px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    display: none;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 2;
    background-color: #fff;
    border-bottom: 1px solid rgba(40, 40, 40, 0.3);
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    margin-left: auto;
    border: 1px solid rgba(40, 40, 40, 0.25);
}
.mobile-filter-close span img {
	width: 9px;
    filter: brightness(0);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
    background-color: #FF5400;
    border: 1px solid #FF5400;
    color: #fff;
	padding: 10px;
	border-radius: 0 5px 5px 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records::before {
    display: none;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #fff;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: transparent;
    border-color: #FF5400;
    color: #FF5400;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
    position: relative;
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(40, 40, 40, 0.7);
    font-family: 'LamaSans-Medium';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 200px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.show_selected_filter_cls {
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
}
.filter-left-part .row {
    column-gap: 3px;
}
/****aanbod-range-filter****/
.aanbod-range-filter label {
    font-size: 1.6rem;
    color: #141414;
}
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color:#FF5400;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(255, 84, 0, 0.5);
    border-color: rgba(255, 84, 0, 0.5);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #FF5400;
}
.aanbod-range-filter .ui-widget.ui-widget-content {
    border: 0;
}
.aanbod-range-filter .slider-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 6px;
}
.aanbod-range-filter .slider-inputs span {
    color: #141414;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 5px;
    border: 1px solid rgba(20, 20, 20, 0.25);
    padding: 8px;
    background-color: transparent;
    width: 95px;
    color: #141414;
    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%;
}
.mob-filter-visible h6 {
    color: #141414;
    padding-left: 0;
    font-size: 1.6rem;
}
.mob-filter-visible h6::after {
    display: none;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #FF5400;
}
.list-filter-img {
    border-radius: 15px;
    overflow: hidden;
}
/***list-grid-view***/
.car-view-btn-wrap {
    display: flex;
    gap: 9px;
    align-items: center;
    justify-content: end;
    margin-top: 10px;
    max-width: 100%;
    margin-right: 0;
    margin-left: auto;
}
.car-view-btn-wrap h6 {
    color: #141414;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 22px;
}
.car-view-btn {
    border-radius: 5px;
    cursor: pointer;
    width: 6.3%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.car-view-btn .list-car-view-btn.active {
    background-color: #FF5400;
    border-color: #FF5400;
}
.car-view-btn .list-car-view-btn {
    padding: 3px 12px;
    text-align: center;
    width: 50%;
    border: 1px solid #141414;
}
.car-view-btn .list-car-view-btn.active img {
    filter: brightness(0) invert(1);
}
.car-view-btn .list-car-view-btn:first-child {
    border-right: 0;
    border-radius: 5px 0 0 5px;
}
.car-view-btn .list-car-view-btn:last-child{
    border-left: 0;
    border-radius: 0 5px 5px 0;
}
/****aanbod-list-product-sec****/
.aanbod-list-product-sec {
    padding: 10px 0 88px;
}
.aanbod-list-product-sec .col-xl-4 {
    padding-left: 11px;
    padding-right: 11px;
}
.aanbod-list-product-sec .row {
    margin-left: -11px;
    margin-right: -11px;
    row-gap: 20px;
}
.aanbod-list-product-sec .each-product-text {
    padding: 20px 0;
    margin-top: 0;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-list-product-sec .each-product-img{
    border-radius: 10px 10px 0 0;
}
.aanbod-list-product-sec.aanbod-grid-product-sec .each-product-img {
    border-radius: 10px;
}
.aanbod-list-product-sec .each-product-top h4,
.aanbod-list-product-sec .each-product-table td,
.aanbod-list-product-sec .product-price h4 {
    color: #141414;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-list-product-sec .each-product-top p,
.aanbod-list-product-sec .product-price h4 strong {
    color: rgba(20, 20, 20, 0.8);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-list-product-sec .each-product-table td img {
    filter: brightness(0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.aanbod-list-product-sec .each-product {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-list-product-sec .each-product:hover .each-product-text {
    background-color: #FF5400;
}
.aanbod-list-product-sec .each-product:hover .each-product-top h4,
.aanbod-list-product-sec .each-product:hover .each-product-table td,
.aanbod-list-product-sec .each-product:hover .product-price h4 {
    color: #fff;
}
.aanbod-list-product-sec .each-product:hover .each-product-top p,
.aanbod-list-product-sec .each-product:hover .product-price h4 strong {
    color: rgba(255, 255, 255, 0.8);
}
.aanbod-list-product-sec .each-product:hover .each-product-table td img {
    filter: brightness(1);
}
.aanbod-list-product-sec .each-product-table tr {
    column-gap: 30px;
}
.aanbod-list-product-sec .each-product-btm {
    border-top: 0;
    margin-top: 0;
}
.aanbod-list-product-sec .each-product-table {
    border-bottom: 1px solid rgba(20, 20, 20, 0.15);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-list-product-sec .each-product-table table{
    margin-bottom: 15px;
}
.aanbod-list-product-sec .each-product:hover .each-product-table {
    border-color: rgba(255, 255, 255, 0.15);
}
.aanbod-list-product-sec .each-product-table {
    width: 100%;
}
.aanbod-list-product-sec .product-price {
    width: 100%;
    text-align: left;
}
/* ============================================== aanbod-grid ============================================== */
/****aanbod-grid-product-sec****/
.aanbod-list-product-sec.aanbod-grid-product-sec  .each-product-btm {
    border-top: 1px solid rgba(40, 40, 40, 0.15);
    margin-top: 10px;
}
.aanbod-list-product-sec.aanbod-grid-product-sec  .each-product-table {
    border-bottom: 0;
}
.aanbod-list-product-sec.aanbod-grid-product-sec .each-product-table table {
    margin-bottom: 0;
}
.aanbod-list-product-sec.aanbod-grid-product-sec .each-product:hover .each-product-btm {
    border-color: rgba(255, 255, 255, 0.15);
}
.aanbod-grid-product-sec .each-product-text {
    margin-top: 18px;
    border-radius: 10px;
    overflow: hidden;
}
.aanbod-grid-product-sec .each-product-table {
    width: 80%;
}
.aanbod-grid-product-sec .product-price {
    width: 18%;
    text-align: end;
}
/* ============================================== verkocht ============================================== */
/****verkocht-top****/
.verkocht-top {
    padding-top: 150px;
    padding-bottom: 110px;
    position: relative;
}
.verkocht-top h2 {
    max-width: max-content;
    margin: 0 auto;
}
/* ============================================== aanbod-dtl ============================================== */
/****aanbod-dtl-bk-btn****/
.aanbod-dtl-bk-btn {
    background-color: #141414;
    overflow-x: clip;
    display: none;
}
.aanbod-dtl-bk-btn-wrap {
    top: 137px;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
}
.aanbod-dtl-bk-btn-part {
    padding: 0 30px;
}
.aanbod-dtl-bk-btn-part-wrap {
    max-width: 600px;
    margin: 0 auto;
}
.aanbod-dtl-bk-btn-part .common-btn:hover {
    border-color: #FF5400;
}
/****dtl-top-slider-sec****/
.dtl-top-slider-sec {
    background-color: #141414;
    padding-top: 74px;
    position: relative;
    overflow: hidden;
}
.dtl-top-slider-mark {
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
}
.dtl-top-slider-mark-dark{
    display: none;
}
.dtl-top-slider-wrap {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
}
.each-dtl-small-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 90%;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    transform: translate(-50%, -50%);
}
.each-dtl-small-text {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 5px;
}
.each-dtl-small-text h6 {
    color: #FFF;
    text-align: center;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    line-height: 22.016px;
}
.each-dtl-small-overlay img {
    width: 17px;
    height: 17px;
    margin: 0 auto;
}
.dtl-top-slider .common-arrow {
    top: 83%;
    border-color: #fff;
}
.dtl-top-slider .common-arrow:hover {
    border-color: #FF5400;
}
.dtl-top-slider .common-arrow img {
    filter: brightness(0) invert(1);
}
.dtl-top-slider .swiper-button-prev {
    left: 8.5%;
}
.dtl-top-slider .swiper-button-next {
    right: 8.5%;
}
.dtl-top-slider-info-title h2 {
    color: #fff;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.dtl-top-slider-info-title h6 {
    color: #fff;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 22px;
    max-height: 1lh;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}
.dtl-top-slider-info {
    margin-top: 27%;
    padding: 25px 30px 30px;
}
.dtl-top-slider-info td {
    color: #fff;
    line-height: 22px;
    width: 33.3%;
    position: relative;
    text-align: center;
    padding-top: 30px;
}
.dtl-top-slider-info-wrap {
    max-width: 600px;
    margin: 0 auto;
}
.dtl-top-slider-info tr {
    display: flex;
    flex-wrap: wrap;
    row-gap: 55px;
}
.dtl-top-slider-info td em {
    font-style: normal;
    position: absolute;
    left: 50%;
    top: -23%;
    transform: translateX(-50%);
    z-index: 1;
}
.dtl-top-slider-info td::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FF5400;
    width: 100%;
    height: 1px;
}
.dtl-top-slider-info table {
    margin-top: 57px;
    width: 100%;
}
.dtl-top-slider-info-price h2 {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
}
.dtl-top-slider-info-price h2 em {
    font-style: normal;
    color: rgba(255, 255, 255, 0.70);
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 22px;
}
.dtl-top-slider-info-price h2 sub {
    color: #fff;
    bottom: 0;
    font-size: 1.6rem;
}
.dtl-top-slider-info-price {
    margin-top: 42px;
    margin-bottom: 40px;
}
.dtl-contact-block {
    border-radius: 10px;
    background: #FFF;
    padding: 16px 0 22px;
    max-width: 555px;
}
.dtl-contact-top-block-man {
    border-radius: 72px;
    background-color: #f5f5f5;
    width: 72px;
    min-width: 72px;
    height: 71px;
    overflow: hidden;
    display: flex;
    align-items: end;
    justify-content: center;
}
.dtl-contact-top-block-man img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.dtl-contact-top-block-man-title h6 {
    color: #141414;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 22px;
}
.dtl-contact-top-block-man-title p {
    color: rgba(20, 20, 20, 0.70);
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    line-height: 22px;
    margin-bottom: 0;
}
.dtl-contact-top-block-info {
    display: flex;
    align-items: center;
    gap: 26px;
}
.dtl-contact-social {
    max-width: max-content;
    margin-right: 0;
    margin-left: auto;
}
.dtl-contact-social ul {
    display:flex;
    align-items: flex-start;
    flex-direction: column;
}
.dtl-contact-social li::after {
    display: none;
}
.dtl-contact-social li {
    padding-left: 0;
    margin-bottom: 8px;
}
.dtl-contact-social li a {
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    line-height: 22px;
    color: #141414;
}
.dtl-contact-social li a img {
    margin-right: 10px;
}
.dtl-contact-social li a:hover {
    color: #FF5400;
}
.dtl-contact-social li:last-child {
    margin-bottom: 0;
}
.dtl-contact-btn ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}
.dtl-contact-btn li {
    padding-left: 0;
    margin-bottom: 0;
    width: 49%;
}
.dtl-contact-btn li::after {
    display: none;
}
.dtl-contact-btn li button {
    width: 100%;
}
.dtl-contact-top-block {
    border-bottom: 1px solid rgba(20, 20, 20, 0.1);
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.dtl-contact-btn {
    padding-left: 18px;
    padding-right: 18px;
}
.dtl-contact-top-block{
    padding-left: 12px;
    padding-right: 8px;
}
.dtl-top-slider-info tr td:first-child::before,
.dtl-top-slider-info tr td:nth-child(4)::before {
    background-image: url(../images/dtl-dot.svg);
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    background-repeat: no-repeat;
    background-position: center;
    height: 5px;
    width: 5px;
    background-size: 5px;
}
.dtl-top-slider-info tr td:nth-child(3)::before,
.dtl-top-slider-info tr td:last-child::before {
    right: 0;
    background-image: url(../images/dtl-dot.svg);
    content: '';
    position: absolute;
    top: -2px;
    background-repeat: no-repeat;
    background-position: center;
    height: 5px;
    width: 5px;
    background-size: 5px;
}
.dtl-top-slider-info-title-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.share-btn {
    display: none;
}
.share-btn a {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 100px;
}
.share-btn a:hover {
    background-color: #FF5400;
    border-color: #FF5400;
}
.dtl-top-slider-info-title h3 {
    color: #FF5400;
    display: none;
}
.dtl-top-slider-info-title h3 em {
    font-style: normal;
    font-family: 'LamaSans-Regular';
    color: #FFF;
    font-size: 1.2rem;
    line-height: normal;
    margin-left: 10px;
}
.dtl-top-slider-info-title-wrap.dtl-top-slider-info-title-wrap-mobile {
    display: none;
}
.dtl-top-slider-info-mobile {
    display: none;
}
/****aanbod-dtl-mob-contact-bar*****/
.aanbod-dtl-mob-contact-bar {
    position: fixed;
    bottom: -14px;
    left: 0;
    width: 100%;
    z-index: 90;
    padding: 20px;
    display: none;
}
.aanbod-dtl-mob-contact-bar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.aanbod-dtl-mob-contact-bar li {
    line-height: 22px;
    padding: 0;
    margin: 0;
}
.aanbod-dtl-mob-contact-bar li::after, .aanbod-dtl-mob-contact-bar li::before {
    display: none;
}
.aanbod-dtl-mob-contact-bar > ul {
    display: flex;
    gap: 5px;
    justify-content: center;
}
.aanbod-dtl-mob-contact-bar > ul > li > button {
    padding: 8px 50px 8px 20px;
    border: 1px solid #fff;
    background-color: #FF5400;
    border-radius: 5px;
    color: #fff;
    font-size: 1.4rem;
    width: 100%;
    text-align: left;
    position: relative;
}
.aanbod-dtl-mob-contact-bar > ul > li > button img {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 14px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-mob-contact-bar > ul > li > button strong {
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aanbod-dtl-mob-contact-bar > ul > li > a {
    height: 100%;
    width: 40px;
    border: 1px solid #fff;
    background-color: #FF5400;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aanbod-dtl-mob-contact-bar > ul > li > a img {
    width: 14px;
}
.aanbod-dtl-mob-contact-bar > ul > li.aanbod-dtl-mob-brand {
    width: 84%;
    position: relative;
}
.aanbod-dtl-mob-contact-bar > ul > li.aanbod-dtl-mob-contact-wp > a {
    background-color: #32D851;
    border-color: #32D851;
}
.aanbod-dtl-mob-contact-bar > ul > li > ul {
    border: 1px solid #fff;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: absolute;
    bottom: 100%;
    width: 100%;
    display: none;
}
.aanbod-dtl-mob-contact-bar > ul > li > ul > li > button,
.aanbod-dtl-mob-contact-bar > ul > li > ul > li > a {
    padding: 9px 20px;
    border: 0;
    border-bottom: 1px solid #fff;
    background-color: #FF5400;
    color: #fff;
    font-size: 1.4rem;
    width: 100%;
    display: block;
    text-align: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-mob-contact-active > ul > li > button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
}
.aanbod-dtl-mob-contact-active > ul > li > button img {
    transform: translateY(-50%) rotate(-90deg);
}
.aanbod-dtl-mob-contact-bar.two-line-text > ul > li > a {
    width: 58px;
} 
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec {
    position: relative;
    padding: 120px 0 102px;
}
.tab-top {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid rgba(47, 47, 47, 0.3);
}
.tab-btn {
    width: 87%;
}
.tab-btn .tabs li.active {
    background-color: transparent;
    opacity: 1;
	position: relative;
}
.tab-wp {
    width: 13%;
}
.tab-wp em {
    font-style: normal;
}
.tab-wp em .common-btn {
    border-radius: 5px;
    background-color: #2AB540;
    border-color: #2AB540;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.tab-wp em .common-btn:hover {
    background-color: rgba(42, 181, 64, 0.5);
    border-color: rgba(42, 181, 64, 0.5);
}
.tab-wp em .common-btn::before {
    display: none;
}
.tab-wp em img {
    width: 18px;
    margin-top: -4px;
    margin-right: 6px;
}
.tab-btn ul.tabs li {
    position: relative;
    word-break: break-word;
    cursor: pointer;
    color: rgba(47, 47, 47, 0.50);
    background-color: transparent;
    border: 0;
    font-family: 'LamaSans-SemiBold';
    font-size: 1.8rem;
    line-height: 28px;
    letter-spacing: 0.9px;
    padding: 0;
    margin-bottom: 40px;
}
.tab-btn ul.tabs li:hover{
    color: #FF5400;
}
.tab-btn ul.tabs li:hover::after{
    filter: brightness(0) saturate(100%) invert(36%) sepia(69%) saturate(2591%) hue-rotate(1deg) brightness(101%) contrast(108%);
}
.tab-btn ul.tabs li.active::before {
    position: absolute;
    content: "";
    background: #FF5400;
    width: calc(100% + 15px);
    height: 2px;
    left: 0;
    bottom: -45px;
}
.tab_content {
    display: none;
    margin-top: 40px;
}
.tab_content img{
	max-width: 40%;
	height: 30px;
	filter: invert(1);
	padding-right: 15px;
}
.tab_drawer_heading{
    display: none;
}
.tab_drawer_heading{
	display: none;
}
.tab-btn .tabs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 48px;
    padding-bottom: 3px;
}
.tab-btn .tabs li.active {
    color: #FF5400;
}
.kenmerken-tab ul {
    list-style: none;
    margin: 0;
    padding: 18px 42px;
    display: flex;
    flex-wrap: wrap;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #F5F5F5;
    border-radius: 10px;
}
.kenmerken-tab ul:hover{
    background-color: #FF5400;
}
.kenmerken-tab ul:hover li{
    border-color: rgba(255, 255, 255, 0.55);
}
.kenmerken-tab li {
    padding: 0;
    width: 21%;
    color: #2F2F2F;
    font-family: 'LamaSans-SemiBold';
    font-size: 2rem;
    line-height: 27px;
    border-right: 1px solid rgba(47, 47, 47, 0.15);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-bottom: 0;
}
.kenmerken-tab li:first-child {
    width: 15%;
}
.kenmerken-tab ul:hover li {
    color: #FFF;
}
.kenmerken-tab li b {
    font-weight: normal;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/* .kenmerken-tab li:hover b {
    font-size: 1.8rem;
} */
.kenmerken-tab ul:hover li strong{
    color: rgba(255, 255, 255, 0.70);
}
.kenmerken-tab ul li:last-child{
    border: 0;
}
.kenmerken-tab li strong {
    font-family: 'LamaSans-SemiBold';
    font-weight: normal;
    color: rgba(47, 47, 47, 0.7);
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.kenmerken-tab ul li:first-child em{
    margin: unset;
}
.kenmerken-tab li em {
    font-style: normal;
    width: max-content;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.kenmerken-tab li::after{
    display: none;
}
.kenmerken-tab {
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #FF5400;
    padding-bottom: 10px;
	margin-bottom: 20px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul {
    padding-left: 0;
}
.dtl-tab-sec .bullet-panel li { 
	margin-bottom: 10px;
    list-style-type: none;
    position: relative;
    padding-left: 30px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF5400;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #FF5400;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 20px;
	font-size: 1.6rem;
	text-transform: none;
    color: #FFF;
}
.each-onderhoud-block h4 {
	text-transform: none;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 20px;
}
.each-onderhoud-block h5 {
    margin: 12px 0 25px;
    font-size: 1.6rem;
    text-transform: none;
    color: rgba(20, 20, 20, 0.50);
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tabs li::after {
    display: inline-block;
    content: '';
    position: relative;
    top: 20%;
    transform: translateY(-50%);
    left: 6px;
    background-image: url(../images/tab-down.svg);
    background-color: unset;
    width: 9px;
    height: 12px;
    background-size: 7px;
    background-repeat: no-repeat;
}
.tab-btn .tabs li.active::after {
    background-image: url(../images/tab-down-arrow.svg);
    background-size: 13px;
    width: 13px;
    height: 13px;
    top: 26%;
}
.tab-btm-btn {
    margin-top: 45px;
}
.tab-btm-btn .common-btn {
    cursor: pointer;
}
.tab-btm-btn .common-btn:hover {
    background-color: #141414;
}
.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(20, 20, 20, 0.6);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
    border-radius: 10px;
    background-color: #FFF;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #FF5400;
    overflow: hidden;
}
.kenmarken-popup-close {
    background-color: #FF5400;
    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 #FF5400;
}
.kenmarken-popup-close img {
    width: 15px;
    filter: brightness(0) invert(1);
}
.kenmarken-popup-content {
    overflow-y: scroll;
    height: calc(100% - 116px);
    padding-right: 20px;
}
.kenmarken-popup-content::-webkit-scrollbar  {
    background-color: #5B5A5E;
    width: 10px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
    background-color: #999999;
}
.kenmerken-popup-model {
    padding-bottom: 30px;
    padding-right: 40px;
}
.kenmerken-popup-model p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.kenmerken-popup-model h2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.kenmarken-popup-content h3 {
    margin-bottom: 15px;
}
.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;
}
.kenmarken-popup-content li:nth-child(even) {
    color: rgba(20, 20, 20, 0.70);
}
.kenmarken-popup-content li::after {
    display: none;
}
/****related-product-sec****/
.related-product-sec {
    padding: 100px 0;
}
.related-product-title {
    text-align: center;
    margin-bottom: 50px;
}
.related-product-slider .swiper-button-next {
    right: -6%;
}
.related-product-slider .swiper-button-prev {
    left: -6%;
}
.privacy_section {
    padding-top: 120px;
    padding-bottom: 70px;
}
.werkplaatsafspraak-plannen-form-sec {
    margin-top: 155px;
}
.werkplaatsafspraak-plannen-back-btn {
    padding-top: 80px;
}
/*******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************/
.iframe-footer {
    background: #000000;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s all;
}

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

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


/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 10px 6px 20px;
    color: #000;
    background-size: contain;
}
.star_icon{
    margin-bottom: 30px;
}
.star_icon h4{
    padding-bottom: 10px;
    padding-top: 15px;
    margin-bottom: 15px;
   /* color: #1c1c1c;*/
    border-bottom: 1px solid #FF5400;
    padding-bottom: 10px;
    font-family: 'LamaSans-SemiBold';
    font-size: 2rem;
    line-height: 27.2px
}
.star_icon p img {
    width: 30px;
    margin-top: -3px;
    margin-right: 5px;
    height: 14px;
    filter: brightness(0) saturate(100%) invert(36%) sepia(69%) saturate(2591%) hue-rotate(1deg) brightness(101%) contrast(108%);
}
.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(#FF5400 calc(1*100%/6),#141414 0 calc(3*100%/6),#FF5400 0),
              linear-gradient(#FF5400 calc(2*100%/6),#141414 0 calc(4*100%/6),#FF5400 0),
              linear-gradient(#FF5400 calc(3*100%/6),#141414 0 calc(5*100%/6),#FF5400 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: #FF5400;
  }


.carpass-img {
    width: 115px;
}










.widget-btn-area {
  bottom: 2rem;
  left:3rem;
  z-index: 99;
  font-family: "Nunito Sans", sans-serif;
}
.widget-btn {
  border-radius: 10px;
  background: #FF7100;
  box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  padding: 1.3rem 2.5rem;
  font-size: 1.7rem;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
}

.widget-btn span:after, .widget-mobile span:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right:-.5rem;
  content: '';
  width:1rem;
  height: 1rem;
  background: url(../images/next-white.svg) no-repeat center/ contain;
}
.widget-content {
  background: #1c1c1c;
  padding: 4.5rem;
  -webkit-box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  -moz-box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  border-radius: 20px;
  width: 51rem;
  display: none;
}
.arw-rotate {
  margin-top:-2.5rem;
  margin-bottom: 1rem;
  transform: rotate(-90deg);
  cursor:pointer;
}
.widget-content h4, .widget-content h5 {
  text-transform: unset;
  color: #fff;
  letter-spacing: normal;
}
.widget-content h4 {
  font-weight: 500;
  font-size: 2.4rem;
}
.widget-content h5 {
  font-weight: 400;
  font-size: 1.7rem;
  margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span {
  text-decoration: underline;
  color: #FF7100;
}
.widget-content button, .widget-mobile button {
  border-radius: 5px;
  color: #fff;
  border: 2px solid #FF7100;
  background: #FF7100;
  padding: 1.2rem 2rem;
  font-size: 1.7rem;
  font-weight: 600;
  margin-right: .5rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  cursor: pointer;
}
.widget-content button:hover, .widget-mobile button:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #FF7100 !important;
}
.monthly_amount{
  cursor:pointer;
}
.showroom-view {
    width: 100%;
    height: 100%;
}



@media(max-width: 767.98px){
    .morgeninternet-footer.viewcar-footer {
        margin-bottom: 68px !important;
        height: 50px;
    }
    .widget-mobile {
        background: #1c1c1c;
        padding: 1.5rem 1.2rem;
        border-top: 1px solid rgba(255,255,255,0.1);
        border-bottom: 1px solid rgba(255,255,255,0.1);
        z-index: 99;
        font-family: "Nunito Sans", sans-serif;
    }
    .widget-mobile .d-flex {
        gap: 5px;
    }
    .widget-mobile button {
        padding: .65rem;
        font-size: 1.45rem;
    }

    .widget-mobile h6 span {
        font-size: 1.45rem;
        cursor: pointer;
        font-weight: 600;
        padding-right: 2.5rem;
        color: #fff;
        margin-right: .75rem;
    }
    .widget-mobile h6 span:after {
        background: url(../images/arw-color.svg) no-repeat center/ contain;
        right: 0;
    }
    .widget-mobile h6 span:not(.active):after {
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
    }
    .widget-mobile h6 span.active {
        color: #FF7100;
    }
    .widget-mobile h6 span.active:after {
        transform: translateY(-50%) rotate(-90deg);
    }
    .widget-mobile-content {
        bottom: 6.5rem;
        background: #121212;
        padding: 3rem 1.5rem 1.5rem;
        z-index: 99;
        display: none;
    }

    .widget-mobile-content.show-div {
        display: block;
    }
    .widget-content-wrap {
        background: #1c1c1c;
        border: 1px solid rgba(255,255,255,0.1);
        padding: 1.5rem;
    }
    .widget-mobile-content td {
        color: #fff;
        vertical-align: top;
        font-size: 1.45rem;
        font-weight: 400;
        padding: 4px 0;
    }
    .widget-mobile-content td a {
        color: #fff;
        text-decoration: none;
    }
    .widget-mobile-content td a:hover {
        color: #FF7100;
    }
    .whatsapp-block {
        background: #25D366;
        border-radius: 5px;
        width:3.7rem;
        height: 3.7rem;
    }
    .whatsapp-block img {
        width: 1.8rem;
    }
    .widget-mobile-content td span {
        width: 2.2rem;
        height: 2.2rem;
        border: 1px solid rgba(255,255,255,0.1);
        margin-right: 1.8rem;
    }
}
/****fix-wp****/
.fix-wp {
    position: fixed;
    height: 62px;
    width: 62px;
    background-color: #25D366;
    border-radius: 100%;
    z-index: 98;
    bottom: 30px;
    right: 49px;
}
.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: 24px;
}

.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; */
    bottom: 28px;
    /* left: 16px; */
    right: -11px;
	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){
	.fix-wp{
		display: none;
	}
}
.share-social-media-button .a2a_dd svg{
    margin: 0 !important;
    width: 16px !important;
}
.each-dtl-info ol li{
    list-style: none;
    font-family: 'LamaSans-Medium';
    color: rgba(255, 255, 255, 0.80);
    margin-bottom: 5px;
}
.each-dtl-info ol li::after{
    background-image: none;
    background-color: rgba(255, 255, 255, 0.80);
    border-radius: 100px;
    height: 5px;
    width: 5px;
    top: 8px;
}
.calsty{
    border: 0;
    width: 100%;
    /* height: 690px; */
    background: transparent;
}