body {
	padding: 0px;
	margin: 0px;
	font-family: 'matriceregular';
    font-size: 1.6rem;
    color: #0D0D0D;
	background-color: #F7FAF6;
    /*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;
}
/*********lenis-css***********/
html.lenis, html.lenis body {
     height: auto;
}
 .lenis.lenis-smooth {
     scroll-behavior: auto !important;
}
 .lenis.lenis-smooth [data-lenis-prevent] {
     overscroll-behavior: contain;
}
 .lenis.lenis-stopped {
     overflow: hidden;
}
.lenis.lenis-smooth iframe {
     pointer-events: none;
}
/****cursor****/
.home-page .cursor {
	opacity: 0;
}
.hover {
	position: fixed;
	height: 123px;
	width: 123px;
	background-color: rgba(186, 183, 68, 0.49);
	backdrop-filter: blur(5px);
	z-index: 9;
	top: 50%;
	opacity: 1;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	top: 0;
	left: 0;
	z-index: 99;
}
.hover::after {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/hover_arrow.svg);
	content: "";
	background-repeat: no-repeat;
	background-position: center 42px;
	background-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hover_area:hover{
	cursor: none;
}
.ok {
	opacity: 1;
	visibility: visible;
}
/****default_ul****/
.default_ul ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}
.default_ul ul li{
	padding-left: 0;
}
.default_ul ul li::after{
	display: none;
}
/****header****/
.header_area{
	background: #0D0D0D;
	padding: 20px 0;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.sticky_heaader{
	background: rgba(13, 13, 13, 0.50);
	backdrop-filter: blur(25px);
}
.logo img{
	width: 225px;
}
.header-left{
	display: flex;
	column-gap: 38px;
}
.header-right ul{
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: end;
	align-items: end;
	column-gap: 54px;
	list-style: none;
}
.header-right ul li{
	padding-left: 0;
	line-height: normal;
}
.header-right ul li .plainText::before,
.header-right ul li .plainText::after,
.header-right ul li::after{
	display: none;
}
.header-right ul li a {
	font-size: 1.4rem;
	line-height: 20px; 
}
.header-right ul li .common_btn {
	background-color: transparent;
	padding: 5px 30px 16px 2px;
	border: 1px solid transparent;
}
.header-right ul li .white_btn {
	background-color: #fff;
}
.header-right ul li .common_btn:hover {
	border-color: rgba(255, 255, 255, 1);
	color: rgba(255, 255, 255, 0.7);
    background-color: transparent;
}
.header-right ul li .common_btn:hover .split_btm b,
.header-right ul li .common_btn:hover .split_top b {
    color: #fff;
}
.header-review-sec img {
	width: 118px;
}
.header-review-sec iframe {
    width: 90px;
    /*border-radius: 6px;*/
}
.overlay{
	position: fixed;
	height: 100vh;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(13, 13, 13, 0.70);
	display: none;
}
.mobile-menu nav {
	display: flex;
	flex-direction: column;
	row-gap: 29px;
}
.menu_active .close {
	display: block;
}
.mobile-menu nav .split_top, .mobile-menu nav .split_btm{
	left: 0;
}
.mobile-menu nav .common_btn .plainText::after,
.mobile-menu nav .common_btn .plainText::before{
	display: none;
}
.mobile-menu nav .common_btn{
	background-color: transparent;
	/* background-color:gray ; */
	color: #0D0D0D;
	display:block;
	width: fit-content;
	padding: 0;
	border-radius: 0;
	font-family: 'matricesemibold';
    font-size: 2.4rem;
}
.mobile-menu nav .common_btn:hover {
	color: #FF2E2E;
}
.menu-icon_wrap strong.close {
	color: #0D0D0D;
	display: none;
}
.menu_active .open {
	display: none;
}
.mobile-menu {
	border-radius: 10px 0px 0px 10px;
	background: #F7FAF6;
	position: fixed;
	top: 0;
	right: 0;
	/* width: 480px; */
	width: 34%;
	height: 100vh;
	padding: 120px 10px 80px 70px;
	transform: translateX(100%);
	z-index: 5;
	display: flex;
	flex-direction: column;
	overflow-y: scroll;
	overflow-x: clip;
}
.menu-icon_wrap {
	display: flex;
	align-items: center;
	column-gap: 10px;
	cursor: pointer;
	position: relative;
	z-index: 6;
}
.menu-icon_wrap strong {
	color: #FFF;
	font-family: 'matricemedium';
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}
.menu-icon {
	width: 19px;
	height: 9px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	position: relative;
}
.menu-icon.menu_active {
	top: 4px;
}
.menu-icon span {
	display: block;
	height: 1px;
	background: #fff;
	border-radius: 0;
	transition: all 0.5s;
}
.menu-icon.menu_active span:nth-child(1) {
	transform: translateY(0) rotate(135deg);
	background-color: rgba(13, 13, 13, 1);
}
.menu-icon.menu_active span:nth-child(2) {
	opacity: 0;
}
.menu-icon.menu_active span:nth-child(3) {
	transform: translateY(-8px) rotate(-135deg);
	background-color: rgba(13, 13, 13, 1);
}
.header-right {
	display: flex;
	align-items: center;
	justify-content: end;
	column-gap: 54px;
}
.menu_active  strong{
	color: #0D0D0D;
}
.mobile-contact.common_btn.white_btn {
	padding: 5px 30px 16px 2px;
	background-color: #0D0D0D;
}
.mobile-contact.common_btn.white_btn .split_top b, 
.mobile-contact.common_btn.white_btn .split_btm b {
    color: #fff;
}
.mobile-contact.common_btn.white_btn .plainText::before {
	display: none;
}
.mobile-contact.common_btn.white_btn .plainText::after {
	display: none;
}
.menu-icon_wrap.menu_active .mobile-contact.common_btn.white_btn {
	display: block;
} 
.mobile-contact-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 140px;
    margin-top: -25%;
}
.menu-bar-contact a {
	color: #0D0D0D;
	line-height: 22px;
	letter-spacing: 0.16px;
}
.menu-bar-contact a:hover {
	color: #FF2E2E;
}
.menu-bar-contact {
    margin-top: 50px;
}
.menu-social {
	margin-top: 40px;
}
.menu-social li::after {
	display: none;
}
.menu-social li a {
    background-color: transparent;
    border: 1px solid #0D0D0D;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 100%;
}
.menu-social li {
	padding-left: 0;
}
.menu-social li a img {
	filter: brightness(0);
}
.menu-social ul {
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.menu-social li a:hover {
	background-color: #FF2E2E;
	border-color: #FF2E2E;
}
.menu-social li a:hover img {
	filter: brightness(1);
}
.menu_active.menu-icon_wrap strong.close {
	display: block;
}
.each_menu {
    margin-bottom: 24px;
}
#menuItems li {
    padding-left: 20px;
    margin-top: 10px;
}
#menuItems ul {
    display: none;
}
/****fixed-wp****/
.fix-wp a {
    position: fixed;
    right: 44px;
    bottom: 46px;
    width: 63px;
    height: 63px;
    border-radius: 100px;
    background-color: #25D366;
    z-index: 98;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix-wp a img {
    width: 24px;
}
/****banner****/
.banner-sec{
	position: relative;
	padding-top: 88px;
}
.each_home_banner,
.video_banner{
	height: 826px;
}
.each_home_banner img,
.video_banner video {
	object-fit: cover;
	height: 100%;
}
.banner-content{
    position: absolute;
    left: 50%;
	transform: translateX(-50%);
    bottom: 40px;
    z-index: 1;
	width: 100%;
	text-align:center;
}
.banner-content ul{
    display: flex;
    align-items: center;
    column-gap: 24px;
    justify-content: center;
	margin-top: 27px;
}
.banner_location{
    position: absolute;
    right: 0;
    width: max-content;
    z-index: 3;
    top: 0;
}
.open_more_contact{
    position: relative;
}
.open_more_contact ul{
    padding: 26px;
    border-radius: 25px;
    background: #FFF;
    min-width: 265px;
    visibility: hidden;
    opacity: 0;
    display: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.open_more_contact ul a:hover{
    opacity: 1;
}
.open_more_contact li:not(:last-child){
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 48, 75, 0.34) ;
}
.open_more_contact li:first-child{
    padding-top: 0;
}
.open_more_contact ul.kkk {
    display: block;
    opacity: 1;
    visibility: visible;
}
.open_more_contact span{
    height: 52px;
    width: 52px;
    border-radius: 50%;
    background-color: #0D1621;
    display: flex;
    border: 1px solid #fff;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    right: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 1;
}
.open_more_contact a{
    color: #00304B;
    font-size: 1.6rem;
    font-family: 'WorkSans-Medium';
    line-height: 24px;
    letter-spacing: 0.48px;
    opacity: 0.6;
}
.contactBar {
    display: inline-block;
	margin-top: 250px;
}
.icon-location{
	position: relative;
	height: 44px;
	width: 44px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
 .icon-location:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border: 1px dashed #FBF6E5;
    opacity: .3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: opacity, 0.3s;
    -moz-transition: opacity,0.3s;
    -ms-transition: opacity,0.3s;
    -o-transition: opacity,0.3s;
    transition: opacity, 0.3s;
    animation: rotate360 12s linear infinite;
}
.innerBar{
	position: relative;
	padding: 8px 24px 8px 8px;
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.innerBar img{
	width: 20px;
	height: 20px;
}
.innerBar:before {
    content: '';
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(10px);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.link {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-decoration: none;
	color: rgba(255, 255, 255, 0.70);
	font-size: 1.4rem;
	font-family: 'matricemedium';
	line-height: 20px;
    padding-right: 10px;
}
.link:after {
    content: '';
    background: #fff;
    height: 1px;
    left:0;
    position: absolute;
    top: auto;
    width: 0%;
    bottom: -1px;
    -webkit-transition: width 0.3s 0s ease-in-out;
    transition: width 0.3s 0s ease-in-out;
}
.link:hover:after {
	right: 0;
	left: auto;
	width: 100%;
	-webkit-transition: width 0.6s 0s cubic-bezier(.87,0,.13,1) 0.2s 0s ease-out;
	transition: width 0.6s 0s cubic-bezier(.87,0,.13,1) 0.2s 0s ease-out;
}
.link:hover{
	color: #fff;
}
.link::before {
    content: "";
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.70);
    width: 2px;
    right: 0;
    position: absolute;
}
.link:last-child {
    padding-right: 0;
    margin-right: 0;
}
.link:last-child::before {
    opacity: 0;
}
.locationWrapper img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;

}
.locationWrapper:hover img{
	transform: scale(.8);
}
@keyframes rotate360 {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
/****home-product****/
.product-slider {
  	background: #0D0D0D;
  	padding: 89px 0 98px;
}
.product-slider-heading {
 	margin-bottom: 70px;
}
.product-slider-heading h2{
	color: #FFF;
}
.each-product-img img{
	border-radius: 10px;
}
.each-product-text{
	background-color: #1C1C1C;
	padding: 18px 34px 26px;
	border-radius: 10px;
	margin-top: 12px;
}
.each-product-text h3{
	color: #fff;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-text p{
	color: #fff;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-top: 3px;
	margin-bottom: 0;
}
.each-product-text li{
	border-radius: 5px;
	background: #FFF;
	padding: 5px 18px;
	padding-left: 18px !important;
	font-family: 'matricemedium';
	font-size: 1.4rem;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.each-product-text li img {
    width: 17px;
    margin-right: 8px;
    flex-shrink: 0;
}
.each-product-text ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 5px;
	row-gap: 5px;
}
.each-product-btm{
	margin-top: 16px;
}
.each-product-btm h4{
	color: rgba(255, 46, 46, 1);
    text-align: right;
}
.product-slider-heading .common_btn {
	border: 1px solid #fff;
	background-color: transparent;
}
.product-slider-heading .common_btn:hover {
    background-color: #FF2E2E;
    border-color: #FF2E2E;
}
.product-btn .common_btn:hover {
    background-color: #FF2E2E;
    border-color: #FF2E2E;
}
.each-product-btm .col-5 {
	width: 32%;
}
.each-product-btm .col-7 {
	width: 68%;
}
.product-btn {
	display: none;
}
.product-slider .swiper-button-prev{
	left: -38px;
	top: 40%;
}
.product-slider .swiper-button-next{
	right: -38px;
	top: 40%;
}
.each-product-img{
	position: relative;
}
.each-product_hover{
	height: 119px;
	width: 119px;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	transform: translate(-50% , -50%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-product:hover .each-product_hover{
	opacity:1;
}
/* ========== home service =========== */
.home-srevice {
    padding: 89px 0 81px;
}
.home-service-heading{
    text-align: center;
}
.home-service-heading p {
    max-width: 990px;
    margin: 10px auto 47px;
}
.home-service-heading ul{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 73px;
    column-gap: 15px;
}
.home-service-heading ul .white_btn{
    border: 1px solid #0D0D0D;
    background-color: #F7FAF6;
}
.each-service-content p{
    margin-bottom: 0;
}
.each-service-content ul li:last-child{
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
}
.each-service-content ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.each-service-content ul li:first-child{
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    padding: 10px 16px;
}
.each-service-content ul li p {
    color: #FFF;
    font-size: 1.4rem;
    font-family: 'matricemedium';
    line-height: 20px;
}
.each-service-slider{
    position: relative;
}
.each-service-content{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 27px;
}
.each-service-slider img{
    border-radius: 20px;
}
.pagination-box .common-arrow{
    position: initial;
    transform: initial;
    height: 55px;
    min-width:55px;
    border-color: #0D0D0D;
    margin: 0;
}
.pagination-box .common-arrow:hover{
    background-color: #FF2E2E;
    border-color: #FF2E2E;
}
.pagination-box .common-arrow:hover img{
    filter: unset;
}
.pagination-box .common-arrow img{
    filter: brightness(0);
}
.slider-btn{
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.pagination-box{
    margin-top: 59px;
}
.pagination-box .swiper-pagination-progressbar-fill{
    background-color: #0D0D0D;
}
.pagination-box .swiper-pagination{
    width: 96.5%;
    height: 1px;
}
.home-srevice .swiper-wrapper {
    margin-left: 40px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-srevice .swiper-wrapper.active-mode {
    margin-left: -24%;
}
.each-service-content-btm {
    position: relative;
    bottom: -172px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-content-btm .plainText::after {
    display: none;
}
.each-service-content-btm .common_btn {
    font-size: 1.4rem;
    line-height: 20px;
    padding: 11px 26px 11px 18px;
}
.each-service-content ul li p {
    margin: 0;
    display: block;
    overflow: visible;
}
.each-service-content p {
    color: #fff;
    margin: 12px 0 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-slider {
    height: 100%;
}
.each-service-slider img {
    height: 100%;
    object-fit: cover;
}
.each-service-slider li img {
    height: auto;
    object-fit: none;
}
.home-srevice .swiper-slide {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 560px;
}
.home-srevice .swiper-slide.service-active {
    /* width: 66%; */
    width: 58%;
    position: relative;
}
.home-srevice .swiper-slide.service-active::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: linear-gradient(0deg, rgba(13, 13, 13, 0.60) 0%, rgba(13, 13, 13, 0.60) 100%);
    border-radius: 20px;
}
.home-srevice .swiper-slide:not(.service-active) {
    width: calc(87% / 3);
}
.home-srevice .swiper-slide.service-active .each-service-content-btm {
    bottom: 0;
}
.home-srevice .swiper-slide.service-active .each-service-content {
    z-index: 1;
}
.each-service-content-btm .common_btn .plainText::before {
    right: -9px;
}
/******usp-marquee-sec*******/
.usp-marquee-sec {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 27px 0;
	border-bottom: 1px solid rgba(247, 240, 236, 0.20);
	background: #FF2E2E;
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 62px;
}
.usp-marquee-wrap ul {
	display: flex;
	gap: 40px; 
	padding: 0;
	margin: 0;
	list-style: none;
}
.usp-marquee-wrap li {
	white-space: nowrap;
	line-height: 24px;
	color: #fff;
	font-size: 1.6rem;
    font-family: 'matriceregular';
	padding-left: 23px !important;
	position: relative;
}
.usp-marquee-wrap li:hover a{
	color: #fff;
}
.usp-marquee-wrap li strong{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: normal;
	color: #FF2E2E;
	font-family: 'matricemedium';
	font-size: 1.2rem;
	line-height: normal;
	text-transform: uppercase;
	width: 25px;
	height: 25px;
	border-radius: 5px;
	background: #FFF;
	margin-right: 62px;
}
/****home-overons****/
.home-overons{
    background: #FFF;
    padding: 112px 0 80px;
}
.home_overons_right {
    max-width: 624px;
    margin-left: auto;
    margin-right: 0;
}
.home_overons_right p{
    margin-bottom: 38px;
}
.about-us-gallery {
    position: relative;
    background-color: #fff;
}
.about-us-gallery img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
/* .about-gallery-left {
    width: 17%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 200px;
}
.about-gallery-mid {
    display: table;
    margin: 0 auto;
    height: 517px;
    position: relative;
    left: 0;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about-gallery-right {
    width: 17%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 366px;
    transform: translateY(36px);
} */
.home-overons-heading{
    margin-bottom: 72px;
}


/********************/
.about-anim-container.container {
	max-width: 100%;
    padding: 0;
}
.about-us-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    position: relative;
    overflow: hidden;
    height: 100vh;
}
.about-us-gallery > div {
    flex-shrink: 0;
}
.right-image {
    width: 16%;
    margin-top: -5%;
}
.left-image {
    width: 16%;
}
/* .left-image img {
    max-width: 66%;
    margin-left: auto;
    display: table;
} */
.middle-image {
    width: 52%;
}
/****home_btm****/
.home_btm_sec_each_content {
    max-width: 607px;
}
.home_btm_sec_each_img{
    position: relative;
}
.home_btm_sec_each_content_wrap{
    padding: 95px 0;
    position: absolute;
    left: 0;
    top:0 ;
    z-index: 5;
    width: 100%;
    height: 100%;
}
.home_btm_sec_each_content h3{
    color: #FFF;
    margin-bottom: 13px;
}
.home_btm_sec_each_content p{
    color: #fff;
    margin-bottom: 31px;
}
.each_home_btm_img img,
.fade-content .counter-wrap  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 1s ease;
    z-index: 0;
    object-fit: cover;
}
.each_home_btm_img img{
    height: 100%    ;
}
.fade-content .counter-wrap {
    top: 90px;
}
.counter-wrap h3{
    color: #fff;
}
.counter-wrap p{
    color: #fff;
    max-width: 607px;
    margin: 13px 0 31px;
     display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each_home_btm_img img.active,
.fade-content .counter-wrap.active {
    opacity: 1;
    z-index: 1;
}
.home_btm {
    height: 697px;
    /* margin-top: 106px; */
}
/* .home_btm::after {
    content: '';
    left: 0;
    top: -15%;
    background-color: #fff;
    position: absolute;
    height: 15%;
    width: 100%;
} */
.fade-content {
    position: relative;
    z-index: 2;
    /* padding-top: 150px; */
}
.counter-wrap{
    z-index: 1;
    position: relative;
} 
.img_overlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: radial-gradient(65.75% 65.26% at 50% 50%, rgba(13, 13, 13, 0.70) 0%, #0D0D0D 100%);
    z-index: 5;
}
.home_btm .pin-spacer{
    z-index: 99 !important;
}
/****footer-area****/
.footer-area {
    background-color: #0D0D0D;
    overflow-x: hidden;
    padding: 58px 0 30px;
}
.each-footer-contact a,
.each-footer-contact td {
    line-height: 22px;
    letter-spacing: 0.16px;
}
.each-footer-contact td {
    font-size: 1.6rem;
    color: #fff;
    font-family: 'matriceregular';
}
.each-footer-contact td:nth-child(even) {
    padding-left: 10px;
}
.footer-social li::after {
    display: none;
}
.footer-social li a {
    background-color: transparent;
    border: 1px solid #fff;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.footer-social li {
    padding-left: 0;
}
.footer-social ul {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: end;
    margin-bottom: 0;
}
.footer-social li a:hover {
    background-color: #FF2E2E;
    border-color: #FF2E2E;
}
.footer-top-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 20px;
    row-gap: 20px;
}
.footer-btm-logo ul {
    display: flex;
    align-items: center;
    column-gap: 23px;
}
.footer-btm-logo li,
.footer-mobile-logo-part li {
    padding-left: 0;
}
.footer-btm-logo li::after,
.footer-mobile-logo-part li::after {
    display: none;
}
.bovag-logo {
    width: 112px;
}
.rdw-logo {
    width: 136px;
}
.klanten-logo img {
    width: 222px;
}
.klanten-logo iframe {
    width: 222px;
    border-radius: 8px;
}
.footer-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    position: relative;
    margin-top: 80px;
}
.footer-btm::after {
    content: '';
    position: absolute;
    left: -22%;
    top: -30px;
    height: 1px;
    width: 200vw;
    background-color: rgba(255, 255, 255, 0.20);
}
.footer-credit a {
    font-size: 1.4rem;
    font-family: 'matricemedium';
    color: rgba(255, 255, 255, 0.70);
    line-height: 20px;
    letter-spacing: 0.14px;
}
.footer-credit a:hover {
    color: #FF2E2E;
}
.footer-mobile-logo-part ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
}
.footer-mobile-logo-part .bovag-logo {
    width: 70px;
}
.footer-mobile-logo-part .rdw-logo {
    width: 86px;
}
.footer-mobile-logo-part .klanten-logo {
    width: 107px;
}
.footer-mobile-btm {
    display: none;
    position: relative;
    margin-top: 80px;
}
.footer-mobile-btm::after {
    content: '';
    position: absolute;
    left: -22%;
    top: -30px;
    height: 1px;
    width: 200vw;
    background-color: rgba(255, 255, 255, 0.20);
}
.footer-mobile-btm-part {
    position: relative;
    margin-top: 55px;
}
.footer-mobile-btm-part::after {
    content: '';
    position: absolute;
    left: -22%;
    top: -30px;
    height: 1px;
    width: 200vw;
    background-color: rgba(255, 255, 255, 0.20);
}
/*****************diensten-list****************/
/****inner-banner****/
.inner-banner {
    position: relative;
    padding-top: 87px;
}
.inner-banner-img {
    position: relative;
}
.inner-banner-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(13, 13, 13, 0.80) 0%, rgba(13, 13, 13, 0.24) 63.77%);
}
.inner-banner-content {
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
/****diens-service-sec****/
.diens-service-sec {
    padding: 87px 0 48px;
}
.diens-service-area .row {
    row-gap: 20px;
    margin: 0 -10px;
}
.diens-service-area .col-lg-6 {
    padding: 0 10px;
}
.each-diens-service {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diens-service-img {
    height: 410px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 9px;
}
.each-diens-service-img img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diens-service:hover img {
    transform: scale(1.1);
}
.each-diens-service-info {
    border-radius: 20px;
    border: 1px solid rgba(13, 13, 13, 0.15);
    background: #FFF;
    padding: 39px 42px;
}
.each-diens-service-info p {
    width: 100%;
    max-width: 550px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0 31px;
}
.txt-btn {
    border: 0;
    background: transparent;
    font-family: 'matriceregular';
    font-size: 1.6rem;
    line-height: 24px;
    color: #0D0D0D;
    position: relative;
    padding-left: 0;
    padding-right: 22px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.txt-btn::after {
    content: "";
    position: absolute;
    top: 39%;
    right: 0;
    width: 11px;
    height: 11px;
    background-image: url(../images/txt-arrw.svg);
    background-size: 11px;
    background-repeat: no-repeat;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diens-service:hover .txt-btn {
    color: #FF2E2E;
}
.each-diens-service:hover .txt-btn::after {
    background-image: url(../images/red-txt-arrw.svg);
}
.each-diens-service h3 {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diens-service:hover h3 {
    color: #FF2E2E;
}
/*****************diensten-dtl****************/
/****back-btn****/
.back-btn {
    padding-top: 212px;
}
.back-btn .common_btn .plainText {
    flex-direction: row-reverse;
}
.back-btn .common_btn .plainText::after {
    transform: rotate(275deg);
}
.back-btn .common_btn .split_top,
.back-btn .common_btn .split_btm {
    left: 34px;
}
.back-btn .common_btn:hover .plainText::before {
    right: auto;
    left: 27px;
    transform: translate(-108%, 100%) scale(1) rotate(-90deg);
}
.back-btn .plainText::before{
    top: 18px;
    right: auto;
    left: 0;
    transform: translate(108%, 100%) scale(0)  rotate(-89deg);
    filter: brightness(0);
}
.back-btn .common_btn:hover .plainText::after {
    transform: translate(-98%, -153%) rotate(-90deg);
}
.back-btn .trans_btn:hover .split_top b,
.back-btn .trans_btn:hover .split_btm b{
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}
/****diens-dtl-top-sec****/
.diens-dtl-top-sec {
    padding-top: 64px;
}
.diens-dtl-top-img {
    height: 100%;
}
.diens-dtl-top-img img {
    border-radius: 20px;
    overflow: hidden;
}
.mob-aanbod-small-img {
    display: none;
}
.diens-dtl-top-info {
    padding-right: 20px;
    width: 100%;
    max-width: 662px;
    height: 100%;
}
.diens-dtl-top-info h2 {
    margin-bottom: 24px;
}
.diens-dtl-top-info p {
    margin-bottom: 52px;
}
.diens-dtl-top-info p:last-child {
    margin-bottom: 0;
}
.diens-dtl-top-info h4 {
    color: #0D0D0D;
    margin-bottom: 12px;
}
.diens-dtl-top-info li {
    margin-bottom: 13px;
}
/****diens-dtl-mid-sec****/
.diens-dtl-mid-sec {
    padding: 106px 0 84px;
}
.diens-dtl-mid-img {
    padding-right: 75px;
    /* height: 100%; */
}
.diens-dtl-mid-img img {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.diens-dtl-accor {
    height: 100%;
}
.diens-accro-area {
    padding-left: 5px;
}
.diens-accro-area ul {
    margin-bottom: 0;
}
.diens-accro-area li>*:not(:first-child) {
    display: none;
}
.diens-accro-area li {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 17px;
    padding: 29px 43px;
}
.diens-accro-area li::after {
    display: none;
}
.diens-accro-area li:last-child {
    margin-bottom: 0;
}
.diens-accro-area li h3 {
    padding-right: 18px;
    position: relative;
}
.diens-accro-area li h3::after {
    position: absolute;
    height: 14px;
    width: 14px;
    background-image: url(../images/accor-arrw.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: all 0.5s;
    background-position: center center;
}
.show_accordian h3::after {
    top: 15px !important;
    transform: rotate(180deg) !important;
    background-image: url(../images/white-accor-arrw.svg) !important;
}
.diens-accro-area li p {
    margin-top: 10px;
    margin-bottom: 0;
}
.diens-accro-area li.show_accordian {
    background-color: #FF2E2E;
    padding-top: 23px;
    min-height: 183px;
}
.show_accordian h3,
.show_accordian p {
    color: #fff;
}
/****form-sec****/
.form-sec {
    background: #0D0D0D;
    overflow: hidden;
}
.form-sec .col-lg-5 {
    width: 44%;
}
.form-sec .col-lg-7 {
    width: 56%;
}
.form-left-area {
    position: relative;
    height: 100%;
    padding-top: 71px;
}
.form-left-area,
.form-main-area {
    padding-bottom: 84px;
}
.form-left-info-top {
    padding-right: 30px;
    padding-bottom: 80px;
}
.form-bg {
    position: absolute;
    top: 0;
    left: -50%;
    width: calc(100% + 50%);
    height: 100%;
    border-right: 2px solid rgba(255, 46, 46, 0.30);
}
.form-left-info {
    position: relative;
}
.form-left-info::after {
    content: '';
    position: absolute;
    bottom: 107px;
    left: -50%;
    width: calc(100% + 50%);
    height: 2px;
    background-color: rgba(255, 46, 46, 0.30);
}
.form-bg img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.form-left-info {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.form-title h2 {
    color: #E5E7E7;
}
.form-title p {
    width: 100%;
    max-width: 506px;
    color: #E5E7E7;
    margin-top: 30px;
    margin-bottom: 33px;
}
.each-left-info {
    margin-bottom: 41px;
}
.each-left-info a,
.each-left-info td {
    line-height: 22px;
    letter-spacing: 0.16px;
}
.each-left-info td {
    color: #fff;
}
.each-left-info td:first-child {
    padding-right: 14px;
}
.form-social ul {
    display: flex;
    column-gap: 11px;
    margin-bottom: 0;
}
.form-social li {
    border: 1px solid #fff;
    border-radius: 30px;
    width: 48px;
    height: 48px;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-social li a {
    display: flex;
    align-items: center;
}
.form-social li img {
    width: 16px;
}
.form-social li::after {
    display: none;
}
.form-social li:hover {
    background-color: #FF2E2E;
    border-color: #FF2E2E;
}
.mob-form-title {
    display: none;
}
.form-main-area {
    padding-left: 93px;
    padding-top: 83px;
}
.form-main-area .form-styl {
    background: #0D0D0D;
    color: #E5E7E7;
    font-family: 'matriceregular';
    font-size: 1.6rem;
    line-height: 24px;
    border: none;
    padding: 0;
    padding-bottom: 19px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 0;
    resize: none;
}
.form-main-area .form-group {
    margin-bottom: 44px;
}
.form-main-area .form-styl::placeholder{
    color: rgba(229, 231, 231, 0.70);
}
.form-main-area .form-styl:placeholder {
    color: rgba(229, 231, 231, 0.70);
}
.form-main-area .form-styl:focus{
    outline: none;
    box-shadow: none;
    color: #E5E7E7;
    border-color: #E5E7E7;
}
.form-main-area  .form-styl:focus::placeholder{
    color: #E5E7E7;
}
.form-main-area label {
    color: rgba(229, 231, 231, 0.70);
    margin-bottom: 21px;
}
.form-main-area textarea.form-styl {
    min-height: 204px;
    padding: 20px 23px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.20);
}
.form-main-area .form-styl.photo_upload,
.form-main-area .form-styl.foto_upload {
    color: rgba(229, 231, 231, 0.70);
}
.form-btn {
    margin-top: 58px;
}
.form-btn .trans_btn {
    border-color: #fff;
}
.form-btn .trans_btn .split_top b,
.form-btn .trans_btn .split_btm b{
    color: #fff;
}
.form-btn .trans_btn .plainText::before,
.form-btn .trans_btn .plainText::after {
    filter: brightness(0) invert(1);
}
.form-btn .trans_btn:hover {
    border-color: #FF2E2E;
}
/****diens-btm-sec****/
.diensten-dtl-page .home-srevice {
    padding: 93px 0 85px;
}
.diensten-dtl-page .home-service-heading {
    text-align: center;
    margin-bottom: 79px;
}
.diensten-dtl-page .home-srevice .swiper-wrapper {
    margin-left: -94px;
}
.diensten-dtl-page .home-srevice .swiper-slide.service-active {
	width: 79%;
}
.diensten-dtl-page .home-srevice .swiper-slide:not(.service-active) {
	width: calc(84% / 3);
}
.diensten-dtl-page .home-srevice .swiper-slide {
    height: 559px;
}
.diensten-dtl-page .home-srevice .swiper-slide.service-active .each-service-slider li img { 
    transform: rotate(45deg);
}
.diensten-dtl-page .each-service-content-btm h4 {
    max-width: 400px;
    width: 100%;
}
.diensten-dtl-page .each-service-content-btm p { 
    max-width: 865px;
    width: 100%;
}
/*****************werkplaats-dtl****************/
.werkplaats-dtl-page .home-srevice .swiper-slide.service-active {
    width: 66%;
}
.werkplaats-dtl-page .home-srevice .swiper-wrapper {
    margin-left: -28%;
}
/* .werkplaats-dtl-page .home-service-heading { 
    margin-bottom: 0;
} */
.diensten-dtl-page.werkplaats-dtl-page .home-srevice {
    padding-bottom: 60px;
}
.werkplaats-dtl-page .home-service-heading ul {
    margin-bottom: 69px;
}
.werkplaats-dtl-page .diens-accro-area li.show_accordian {
    min-height: 191px;
}
/*****************vacature-dtl****************/
.vacature-dtl-table-block {
    padding: 145px 0 81px;
}
.vacature-dtl-table-block table {
    width: 100%;
}
.vacature-dtl-table-block tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.vacature-dtl-table-block td {
    width: 49%;
    padding: 23px 43px 48px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 10px;
    background: #FFF;
}
.vacature-dtl-table-block td ul {
    margin-bottom: 0;
}
.vacature-dtl-table-block td li { 
    padding-left: 49px;
    margin-bottom: 14px;
}
.vacature-dtl-table-block td li:last-child {
    margin-bottom: 0;
}
.vacature-dtl-table-block td li::after {
    top: 3px;
}
.vacature-dtl-table-block td h3 {
    margin-bottom: 10px;
}
.vacature-dtl-table-block td:hover {
    background-color: #FF2E2E;
}
.vacature-dtl-table-block td:hover h3,
.vacature-dtl-table-block td:hover li {
    color: #fff;
}
.vacature-dtl-table-block td:hover li::after {
    background-image: url(../images/tick-li-red.svg);
    background-color: #fff;
}
/*****************contact****************/
/****map****/
.map {
    height: 629px;
}
/*****************aanbod-dtl****************/
/****share-btn****/
.share-area {
    margin-top: -55px;
    padding-bottom: 68px;
}
.share-btn {
    display: flex;
    justify-content: end;
}
.share-icon {
    height: 40px;
    width: 40px;
    border: 1px solid #0D0D0D;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
}
.share-icon img {
    width: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.share-icon:hover {
    background-color: #FF2E2E;
    border-color: #FF2E2E;
}
.share-icon:hover img {
    filter: brightness(0) invert(1);
}
/****aanbod-top-sec****/
.aanbod-top-sec .col-lg-7 {
    width: 61%;
}
.aanbod-top-sec .col-lg-5 {
    width: 39%;
}
.aanbod-top-slider {
    margin-bottom: 19px;
}
.each-aanbod-slider-img {
    border-radius: 10px;
    overflow: hidden;
}
.aanbod-top-slider .swiper-button-next {
    right: 16px;
}
.aanbod-top-slider .swiper-button-prev {
    left: 16px;
}
.aanbod-small-img .row {
    margin: 0 -11px;
}
.aanbod-small-img .col-3 {
    padding: 0 11px;
}
.each-aanbod-small-img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.aanbod-overlay {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.70);
    height: calc(100% - 9px);
    width: calc(100% - 10px);
    margin: 5px;
    z-index: 1;
}
.aanbod-top-right {
    padding-left: 5px;
}
.aanbod-top-dtls,
.aanbod-btm-dtls {
    border-radius: 10px;
    border: 1px solid rgba(13, 13, 13, 0.15);
    background: #FFF;
}
.aanbod-top-dtls {
    margin-bottom: 11px;
    padding: 23px 21px 13px;
}
.aanbod-top-title {
    width: 100%;
    max-width: 465px;
}
.aanbod-top-title p {
    margin-bottom: 34px;
}
.aanbod-top-price-area {
    margin-bottom: 30px;
}
.aanbod-top-price-area h6 {
    font-family: 'matricemedium';
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 5px;
}
.aanbod-top-price {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.aanbod-top-price h5 {
    color: rgba(13, 13, 13, 0.70);
}
.aanbod-top-price h5 strong {
    color: #FF2E2E;
    font-weight: normal;
}
.aanbod-car-info table {
    width: 100%;
}
.aanbod-car-info td {
    max-width: 210px;
    padding-bottom: 20px;
}
.aanbod-car-info h6 {
    color: rgba(13, 13, 13, 0.70);
    font-size: 1.6rem;
    line-height: 24px;
}
.aanbod-car-info h6 strong {
    font-family: 'matricemedium';
    color: #0D0D0D;
    display: block;
    font-weight: normal;
    margin-top: 7px;
}
.aanbod-btm-dtls {
    text-align: center;
    padding: 30px 0 22px;
}
.aanbod-man-img {
    width: 114px;
    height: 114px;
    margin: 0 auto;
}
.aanbod-man-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    object-position: top;
}
.aanbod-man-info p {
    margin-top: 16px;
    margin-bottom: 8px;
}
.aanbod-man-info a::after {
    content: "";
    height: 70%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: rgba(13, 13, 13, 0.70);
    transform: translateY(-50%);
}
.aanbod-man-info a {
    color: rgba(13, 13, 13, 0.70);
    line-height: 24px;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}
.aanbod-man-info a:last-child {
    margin-right: 0;
    padding-right: 0;
}
.aanbod-man-info a:hover {
    color: #FF2E2E;
}
.aanbod-man-info a:last-child::after {
    opacity: 0;
}
.aanbod-btm-btn {
    margin-top: 42px;
}
.aanbod-btm-btn .common_btn:hover {
    background-color: #0D0D0D;
}
.aanbod-btm-btn .trans_btn:hover {
    background-color: #FF2E2E;
}
.aanbod-btm-btn ul{
    display: flex;
    margin: 0;
    list-style: none;
    column-gap: 16px;
    justify-content: center;
}
.aanbod-btm-btn li::after{
    display: none;
}
.aanbod-btm-btn li{
    padding-left: 0;
}
 .aanbod-btm-btn .split_top,
 .aanbod-btm-btn .split_btm {
    position: absolute;
    top: 0;
    left: -12px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
 .aanbod-btm-btn .plainText {
    column-gap: 28px;
    justify-content: center;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
    padding-top: 80px;
    padding-bottom: 67px;
}
.dtl-tab-area {
    position: relative;
    z-index: 1;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 12px;
    border: 0;
    row-gap: 12px;
    margin: auto;
    justify-content: center;
    margin-bottom: 65px;
}
ul.tabs li {
    margin: 0;
    word-break: break-word;
    text-transform: none;
    cursor: pointer;
    max-width: max-content;
    display: inline-block;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 50px;
    line-height: 24px;
}
.tab-btn li::after {
    display: none;
}
.tab-btn ul li.common_btn {
    color: #fff;
    padding: 14px 30px;
    border-radius: 50px;
    background-color: #0D0D0D;
    max-width: max-content;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    line-height: 20px;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}
.tab-btn .split_top,
.tab-btn .split_btm {
    left: -6px;
    justify-content: center;
}
.tab-btn .common_btn::before {
    content: "";
    width: 8px;
    height: 11px;
    background-image: url(../images/tab-arw.svg);
    background-repeat: no-repeat;
    background-size: 6px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: block;
    position: relative;
    background-color: transparent;
    margin-left: 20px;
}
.tab-btn .common_btn .plainText::after,
.tab-btn .common_btn .plainText::before {
    display: none;
}
.tab-btn ul li.common_btn.active,
.tab-btn ul li.common_btn:hover {
    background-color: #FF2E2E;
}
.tab-btn .common_btn.active::before,
.tab-btn .common_btn:hover::before {
    transform: rotate(90deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn ul li.common_btn.active,
.tab-btn .common_btn:hover {
    color: #fff;
}
.kenmerken-tab table {
    width: 100%;
}
.kenmerken-tab tr {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.kenmerken-tab tr::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #F7FAF6;
}
.kenmerken-tab td {
    text-align: center;
    width: 20%;
    text-align: center;
    padding: 35px 20px;
    border-bottom: 1px solid rgba(13, 13, 13, 0.15);
    border-right: 1px solid rgba(13, 13, 13, 0.15);
}
.kenmerken-tab td:nth-child(5n) {
    border-right: 0;
}
.aanbod-type h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tab_content {
    display: none;
}
.tab_drawer_heading {
    display: none;
}
.kenmerken-tab {
    overflow: hidden;
}
.kenmerken-tab td p {
    color: rgba(13, 13, 13, 0.70);
    margin-bottom: 0;
}
.kenmerken-tab td h4 {
    font-family: 'matriceregular';
    color: #0D0D0D;
    font-size: 1.6rem;
    line-height: 24px;
    text-transform: none;
    margin-top: 10px;
}
.bullet-panel h5 {
    font-size: 1.8rem;
    border-bottom: 1px solid #FF2E2E;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 34px;
}
.dtl-tab-sec .bullet-panel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    margin-bottom: 10px;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 7px;
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 7px;
    height: 7px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF2E2E;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #FF2E2E;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    margin-top: 8px;
    margin-bottom: 25px;
}
.left-bg-block p {
    margin-bottom: 0;
    color: #fff;
    font-size: 1.4rem;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls h5 {
    text-transform: none;
    font-size: 1.8rem;
}
.tab-btm-btn {
    text-align: center;
    margin-top: 67px;
}
.tab-btm-btn #common_btn {
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 0;
    border: 0;
    line-height: normal;
    color: #FF2E2E;
    font-family: 'matricemedium';
    line-height: 24px;
    max-width: max-content;
    margin: 0 auto;
}
.tab-btm-btn #common_btn:hover {
    color: #0D0D0D;
}
/****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(13, 13, 13, 0.5);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
    border-radius: 20px;
    background-color: #F7FAF6;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #FF2E2E;
    box-shadow: 0px 0px 25px 0px rgba(255, 46, 46, 1);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(255, 46, 46, 1);
    overflow: hidden;
}
.kenmarken-popup-close {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    background-color: #FF2E2E;
    width: 40px;
    height: 40px;
}
.kenmarken-popup-close img {
    width: 18px;
    filter: brightness(0) invert(1);
}
.kenmarken-popup-content {
    overflow-y: scroll;
    height: calc(100% - 116px);
    border-radius: 0;
    border: 0;
    padding: 0;
    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 h3 {
    font-size: 2.8rem;
    margin-bottom: 12px;
    text-transform: none;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kenmerken-popup-model p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kenmarken-popup-content h4 {
    margin-bottom: 8px;
    color: #0D0D0D;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 31px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1.5px solid rgba(13, 13, 13, 0.15);
}
.kenmarken-popup-content li:nth-child(even) {
    color: rgba(13, 13, 13, 0.7);
    padding-left: 10px;
}
.kenmarken-popup-content li::after {
    display: none;
}
/****aanbod-product-slider****/
.aanbod-product-slider {
    padding: 94px 0 56px;
    background-color: #fff;
}
.aanbod-product-slider h2 {
    text-align: center;
    margin-bottom: 80px;
}
.aanbod-product-slider .each-product-text {
    border: 1px solid rgba(13, 13, 13, 0.15);
    background-color: #fff;
}
.aanbod-product-slider .each-product-text h3,
.aanbod-product-slider .each-product-text p {
    color: #0D0D0D;
}
.aanbod-product-slider .each-product-text li {
    background: #F7FAF6;
}
.aanbod-product-slider .each-product:hover .each-product-text {
    border-color: rgba(13, 13, 13, 0.50);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/*****************over-ons****************/
/****overons-top-sec****/
.overons-top-sec {
    padding: 126px 0 91px;
}
.overons-top-info {
    width: 100%;
    max-width: 1101px;
    margin: 0 auto;
    margin-bottom: 93px;
}
.overons-top-info h2 {
    margin-bottom: 27px;
}
/*==== overons effect ==== */
.overons-top-img-area .row {
    margin: 0 -11px;
}
.overons-top-img-area .col-6 {
    padding: 0 11px;
}
.overons-top-img-wrapper {
    max-width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.overons-top-img {
    height: auto;
    width: 100%;
    position: relative;
}
.overons-top-img-inner {
    width: 80%;
    height: 80%;
    overflow: hidden;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.overons-top-img-area.inview .overons-top-img-wrapper .overons-top-img .overons-top-img-inner {
    height: 100%;
    width: 100%;
    -webkit-transition: width 0.9s cubic-bezier(.83,0,.17,1), height 0.9s cubic-bezier(.83,0,.17,1);
    -moz-transition: width 0.9s cubic-bezier(.83,0,.17,1),height 0.9s cubic-bezier(.83,0,.17,1);
    -ms-transition: width 0.9s cubic-bezier(.83,0,.17,1),height 0.9s cubic-bezier(.83,0,.17,1);
    -o-transition: width 0.9s cubic-bezier(.83,0,.17,1),height 0.9s cubic-bezier(.83,0,.17,1);
    transition: width 0.9s cubic-bezier(.83,0,.17,1), height 0.9s cubic-bezier(.83,0,.17,1);
}
/****overons-accor-sec****/
.overons-accor-sec {
    background-color: #0D0D0D;
    padding-top: 61px;
}
.overons-accor-sec h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 59px;
}
.overons-accor-area .row {
    margin: 0 -11px;
}
.overons-accor-area .col-lg-6 {
    padding: 0 11px;
}
.over-ons-page .diens-accro-area {
    padding-left: 0;
}
.over-ons-page .diens-accro-area li {
    margin-bottom: 21px;
}
.over-ons-page .diens-accro-area li:last-child {
    margin-bottom: 0;
}
.over-ons-page .diens-accro-area li.show_accordian {
    padding-top: 30px;
    padding-bottom: 30px;
}
.over-ons-page .diens-accro-area li p {
    margin-top: 7px;
    margin-bottom: 0;
}
/* .overons-accor-img {
    height: 100%;
} */
.overons-accor-img img {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
/****overons-counter-sec****/
.overons-counter-sec {
    background-color: #0D0D0D;
    padding: 54px 0 66px;
}
.overons-counter-area {
    display: flex;
    justify-content: space-between;
}
.each-counter-area {
    display: flex;
    column-gap: 18px;
    align-items: center;
}
.each-counter-area img {
    width: 45px;
}
.each-counter h3,
.each-counter p {
    color: #fff;
}
/*****************aanbod-list****************/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 169px 0 50px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.aanbod-filter-title {
    margin-bottom: 25px;
}
.filter-reset a {
    color: #0D0D0D;
    font-size: 1.4rem;
    line-height: 20px;
    font-family: 'matricemedium';
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(1) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #FF2E2E;
}
.filter-reset a:hover img {
    filter: brightness(0) invert(1);
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 44px;
    color: #0D0D0D;
    font-family: 'matricemedium';
    font-size: 1.4rem;
    border: 1px solid #0D0D0D;
    border-radius: 80px;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg) no-repeat 91% center/10px;
    background-color: #F7FAF6;
    appearance: none;
    line-height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.aanbod-filter-sec .select-style.show {
    border-radius: 5px 5px 0 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'lama_sansmedium';
	background-color: #14181E;
}
.filter-main .col-xl-9 {
    width: 78%;
}
.filter-main .col-xl-3 {
    width: 22%;
}
.filter-content {
    display: none;
    background-color: #F7FAF6;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #0D0D0D;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(13, 13, 13);
    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-left-area .col-lg-3 {
    width: 20%;
}
.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: #0D0D0D;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-size: 1.2rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #0D0D0D;
    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 #0D0D0D;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #FF2E2E;
    border-color: #FF2E2E;
}
.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: #fff;
    border-radius: 6px;
    background-color: #FF2E2E;
    font-size: 1.2rem;
    border: 1px solid #FF2E2E;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
	background-color: transparent;
    color: #0D0D0D;
}
.auto-overview-tag:hover img {
    filter: invert(1);
}
.aanbod-filter {
	margin-bottom: 18px;
	width: 20%;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 82px;
    background-color: #0d0d0de3;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
}
.mobile-show-filter .common_btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #FF2E2E;
    border: 1px solid #FF2E2E;
}
.mobile-show-filter .common_btn:hover {
    background-color: transparent;
    border-color: #F7FAF6;
}
.filter-count {
    width: 20px;
    height: 20px;
    background-color: #0d0d0de3;
    border-radius: 100%;
    color: #fff;
    border: 1px solid #0d0d0de3;
    margin-left: 10px;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    line-height: 21px;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #0D0D0D;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #0D0D0D;
}
.mobile-filter-close span img {
	width: 9px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.auto-overview-filter-result {
    margin-top: 0;
    border: 1px solid #FF2E2E;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.total_search_records {
    position: relative;
    display: inline-block;
    font-family: 'matricemedium';
    font-size: 1.4rem;
    line-height: 24px;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    padding: 12px 16px;
    background-color: #FF2E2E;
    border-radius: 5px;
    margin-top: 0;
    border: 1px solid #FF2E2E;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.total_search_records:hover {
    background: transparent;
    border-color: #FF2E2E;
}
.auto-overview-filter-result h4{
	font-size: 1.6rem;
	color: #fff;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'lama_sansmedium';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
	width: 211px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
/****aanbod-list-product-sec****/
.aanbod-list-product-sec {
    padding-bottom: 73px;
}
.aanbod-list-product-area > .row {
    row-gap: 13px;
}
.each-product-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.aanbod-page .each-product-text {
    padding-left: 24px;
    padding-right: 24px;
    border: 1px solid rgba(13, 13, 13, 0.15);
    background-color: #FFF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-page .each-product-text h4 {
    color: rgba(255, 46, 46, 1);
    min-width: 143px;
}
.aanbod-page .each-product-text h3 {
    font-size: 2rem;
    line-height: 28px;
    color: #0D0D0D;
}
.aanbod-page .each-product-text p {
    color: #0D0D0D;
}
.aanbod-page .each-product-text li {
    line-height: 20px;
    background: #F7FAF6;
}
.aanbod-page .each-product:hover .each-product-text {
    border-color: rgba(13, 13, 13, 0.50);
}
.aanbod-list-img img {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
/*****************bedankt****************/
.thank-you-page-page .common_btn.bedankt-back-btn .plainText {
    flex-direction: row-reverse;
}
.thank-you-page-page .common_btn.bedankt-back-btn .plainText::after {
    transform: rotate(275deg);
}
.thank-you-page-page .common_btn.bedankt-back-btn .split_top,
.thank-you-page-page .common_btn.bedankt-back-btn .split_btm {
    left: 34px;
}
.thank-you-page-page .common_btn.bedankt-back-btn:hover .plainText::before {
    right: auto;
    left: 27px;
    transform: translate(-108%, 100%) scale(1) rotate(-90deg);
}
.thank-you-page-page .plainText::before{
    top: 18px;
    right: auto;
    left: 0;
    transform: translate(108%, 100%) scale(0)  rotate(-89deg);
    filter: brightness(0);
}
.thank-you-page-page .common_btn.bedankt-back-btn:hover .plainText::after {
    transform: translate(-98%, -153%) rotate(-90deg);
}
.thank-you-page-page .trans_btn:hover .split_top b,
.thank-you-page-page .trans_btn:hover .split_btm b{
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}
/*****************popup****************/
.modal-area .modal-dialog {
    max-width: 64.69%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(13, 13, 13, 0.60);
}
.modal-area .modal-content {
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    background-color: transparent;
    position: relative;
}
.pop-up-image {
    height: 100%;
}
.modal-area .popup-content {
    height: 100%;
    padding: 93px 72px 150px 62px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%);
}
.modal-area .popup-content p {
    margin: 77px 0 39px;
    font-family: 'LamaSansRegular';
    line-height: 26px;
    letter-spacing: 0.32px;
    color: #121212;
}
.modal-area .popup-content h3 {
    line-height: 52px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    font-family: 'Exo2SemiBoldItalic';
    font-size: 4rem;
    margin: 12px 0 23px;
    width: 100%;
    max-width: 485px;
}
.modal-area .popup-content .common_btn {
    max-width: max-content;
}
.modal-area .popup-content .common_btn .plainText {
    flex-direction: row-reverse;
}
.modal-area .popup-content .common_btn .plainText::after {
    transform: rotate(275deg);
    left: 5px;
}
.modal-area .popup-content .common_btn:hover .plainText::after {
    top: -10px;
    left: 5px;
}
.modal-area .popup-content .common_btn .split_top,
.modal-area .popup-content .common_btn .split_btm {
    left: 41px;
}
.modal-area .popup-content .plainText::after {
    top: 2px;
}
.modal-area .popup-content .plainText::before{
    top: 18px;
    right: auto;
    left: 0;
    transform: translate(108%, 100%) scale(0)  rotate(-89deg);
    filter: brightness(0) invert(1);
}
.modal-area .popup-content .common_btn:hover .plainText::before {
    right: auto;
    left: 27px;
    transform: translate(-108%, 18%) scale(1) rotate(-90deg);
}
.modal-area .popup-content .common_btn:hover .plainText::after {
    transform: translate(-109%, -153%) rotate(-90deg);
}
.popup-content img {
    width: 227px;
}
.popup-info-btm p {
    margin-top: 17px;
}
.pop-up-image img {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.close-img {
    position: absolute;
    top: -28px;
    right: -25px;
    z-index: 1;
    font-size: 3rem;
    height: 62px;
    width: 62px;
    background-color: #303030;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100px;
}
.close-img:hover {
    color: #fff;
}
.modal-content .col-lg-7 {
    width: 53%;
}
.modal-content .col-lg-5 {
    width: 47%;
}
.popup-content {
    position: relative;
    overflow: hidden;
}
.popup-mark {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}
.popup-mark img {
    width: 174px !important;
}
.popup-content .button {
    flex-direction: row-reverse;
    padding: 9px 16px;
    max-width: max-content;
}
.popup-content .button span:after {
    transform: rotate(180deg);
}
.popup-content .button span {
    margin-left: 0;
    margin-right: 4px;
}
.modal-area .trans_btn:hover .split_top b,
.modal-area .trans_btn:hover .split_btm b {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}
/*****************verkocht****************/
.verkocht-top-sec {
    padding: 194px 0 50px;
}
.verkocht-top-right {
    text-align: end;
}
.verkocht-top-right h4 {
    color: #0D0D0D;
}
.verkocht-page .aanbod-list-product-sec {
    padding-bottom: 20px;
}
.verkocht-page .aanbod-list-product-area > .row {
    row-gap: 20px;
}
/*****************************style-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;
      width: 100%;
      height: 50px;
      display: block;
      text-align: center;
      transition: 0.3s all;
  }
  
  .morgeninternet-footer:hover {
      background: #202020;
      transition: 0.3s all;
  }
  
  .morgeninternet-footer > img {
      height: 35px;
      padding-top: 15px;
  }
  
  
  /****aanbod dtl****/
  .kenteken_np{
      background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
      background-repeat: no-repeat;
      background-position: left;
      padding: 4px 10px 6px 20px;
      color: #000;
      background-size: contain;
  }
  .star_icon{
      margin-bottom: 30px;
  }
  .star_icon h5{
      padding-bottom: 10px;
      text-transform: uppercase;
      padding-top: 15px;
      margin-bottom: 15px;
     /* color: #1c1c1c;*/
      border-bottom: 1px solid #181716;
      padding-bottom: 10px;
  }
  .star_icon p img{
      width: 15px;
      margin-top: -3px;
      margin-right: 5px;
  }
  .star_icon p{
      padding-bottom: 6px;
      word-break: break-word;
  }
  .photo_contnt li img{
      width: 15px;
      margin-left: 5px;
  }
  .star_icon h3 {
      margin: 40px 0 30px;
  }
  .aanbod-detail-tab-sec .tab-content .star_icon p {
      margin: 0;
  }
  .bullet-panel h3 {
      margin-bottom: 30px;
  }
  .cursor{
      cursor:pointer;
  }
  .aanbod-loader {
      width: 45px;
      height: 40px;
      background: linear-gradient(#0D0D0D calc(1*100%/6),#fff 0 calc(3*100%/6),#0D0D0D 0),
                linear-gradient(#0D0D0D calc(2*100%/6),#fff 0 calc(4*100%/6),#0D0D0D 0),
                linear-gradient(#0D0D0D calc(3*100%/6),#fff 0 calc(5*100%/6),#0D0D0D 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: #0D0D0D;
    }
  
  
  .carpass-img {
      width: 115px;
  }
  
  /* .fixed-whatsapp-icon {
      width: 70px;
      height: 70px;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: fixed;
      right: 10px;
      bottom: 0px;
      z-index: 999;
  }
  
  .fixed-whatsapp-icon img {
      width: 50px;
  } */
  
  .popup .popuptext {
      display: none;
      width: 246px;
      background-color: #25D366;
      color: #fff;
      text-align: center;
      border-radius: 20px;
      padding: 8px 0;
      position: absolute;
      z-index: 1;
      bottom: 3px;
      right: 3vw;
      font-size: small;
  }
  
  .notifcation {
      position: relative;
  }
  
  .alert-number {
      display: none;
      position: absolute;
      bottom: 28px;
      left: 16px;
      border-radius: 50%;
      width: 17px;
      height: 17px;
      background-color: red;
      color: white;
      text-align: center;
      font-size: small;
      animation: shake 0.5s;
      animation-iteration-count: 1;
  }
  
  @media screen and (max-width: 600px) {
      .popuptext {
          right: 60px !important;
      }
  }
  @media (max-width : 767.98px){
      .fixed-whatsapp-icon{
          display: none;
      }
  }
  /* .footer-area{
      margin-bottom: 22px;
  } */
  .each-service:hover .each-service-arrow .common-arrow-part{
      background-color: #FAFAFA;
  }
  .privacy_section h2{
      padding-top: 85px;
  }
  .share-social-media-button{
      padding: 6px 9px;
  }
  @media(max-width: 519px) and (min-width: 416px){
      .calculator{
          height: 1670px !important;
      }
  }
  @media(max-width: 415px){
      .calculator{
          height: 1826px !important;
      }
  }
  body .form-main-area .error_cls,
  body .form-main-area .success_cls {
      border-top: 0 !important;
      border-left: 0 !important;
      border-right: 0 !important;
  }
  .privacy_section {
    padding: 30px 0 60px;
}

.voorraadwekker_widget_section .form_part .voorraadwekker_btn:hover, .voorraadwekker_widget_section .form_part .voorraadwekker_btn:focus{
    border-color: rgba(255, 46, 46, 1) !important;
}
.voorraadwekker_widget_section .form_part .voorraadwekker_btn{
    background-color: rgba(255, 46, 46, 1) !important;
}
.select2-results li::after{
    display: none;
}
body .share-social-media-button .a2a_dd svg {
    margin-right: 2px;
    margin-top: -4px;
}
/*******service-dtl-sec*******/
.service-dtl-sec {
    padding: 105px 0 84px;
}
.service-dtl-sec .swiper {
    border-radius: 20px;
}
.service-dtl-sec .swiper-slide:not(.service-active) {
    width: 50%;
    margin-right: 17px;
}
.service-dtl-sec .swiper-slide {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 560px;
}
.service-dtl-sec .swiper-slide.service-active {
    width: 79%;
    position: relative;
    margin-right: 17px;
}
.service-dtl-sec .swiper-slide.service-active::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: linear-gradient(0deg, rgba(13, 13, 13, 0.60) 0%, rgba(13, 13, 13, 0.60) 100%);
    border-radius: 20px;
}
.service-dtl-sec .swiper-slide.service-active .each-service-content-btm {
    bottom: 0;
}
.service-dtl-sec .pagination-box  {
    display: none;
}
.service-dtl-sec .each-service-content {
    z-index: 1;
}
.service-dtl-sec .full-width {
    width: 100%;
    margin-left: 0;
    left: 0;
}
.header-review-sec{
	position: fixed;
	right: 0;
	z-index: 99999;
	top: 20%;
}



.each-product-img,
.each-aanbod-slider-img,
.each-aanbod-small-img {
    position: relative;
}
.each-product-img::after,
.each-aanbod-slider-img::after,
.each-aanbod-small-img::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 75px;
    height: 50px;
    background-image: url(../images/product-bovag-logo.svg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 10px 0 0;
}
.each-aanbod-small-img::after {
    width: 80px;
    height: 80px;
    background-size: 80px;
}
.each-footer-contact p{
    color: #fff;
}