body {
	padding: 0px;
	margin: 0px;
	color: #D9D9D9;
    font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    background-color: #0E0E0E;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
/****cookie-fix****/
.cmn-cookie-info ul {
    margin-bottom: 0;
}
.cmn-cookie-info li {
    padding-left: 0;
    margin-bottom: 0;
}
.cmn-cookie-info li::after {
    display: none;
}
.cookie-close img {
    width: 15px;
}
/****iframe-footer****/
.iframe-footer {
    border: 0;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    display: block;
}
/* ============================================== index ============================================== */
/****fixed-part****/
.fixed-part {
    position: fixed;
    right: 3.5%;
    /* bottom: 7%; */
    bottom: 13%;
    z-index: 98;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.fix-wp a,
.fix-mail a,
.fix-call a {
    width: 48px;
    height: 48px;
    border-radius: 100px;
    background-color: #1E1C1C;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fixed-part a img {
    width: 43px;
}
.fix-mail a img,
.fix-call a img {
    width: 17px;
    filter: brightness(0) invert(1);
}
.fix-mail a,
.fix-call a {
    position: relative;
}
.fix-mail a::after,
.fix-call a::after {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    height: 44px;
    width: 44px;
    background-size: 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/fixed-call-mail-circle.svg);
}
/****header-area****/
.header-area {
	background: #0E0E0E;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    /* padding: 40px 0; */
    padding: 28px 0 40px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area.header-active {
    box-shadow: 0px 0px 10px 0px rgb(236 34 39 / 85%);
}
.header-logo {
    text-align: center;
}
.header-logo img {
	width: 229px;
}
.header-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	column-gap: 28px;
}
.header-nav li {
	margin: 0;
	padding: 0;
	line-height: normal;
}
.header-nav li .active {
    font-weight: 500;
    font-family: 'Montserrat-Medium';
}
.header-nav li a:hover {
    font-weight: 500;
    font-family: 'Montserrat-Medium';
    color: #D9D9D9;
}
.header-nav li::after {
	display: none;
}
.header-nav li a {
	position: relative;
}
.header-btn a {
    font-family: 'Montserrat-Medium';
    position: relative;
    padding-right: 30px;
}
.header-btn a::after {
    position: absolute;
    content: '';
    background-image: url(../images/next.svg);
    background-position: center;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    background-size: 20px;
    right: 0;
    top: 0;
}
.header-btn a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    background-color: #D9D9D9;
    height: 1.5px;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-btn a:hover::before {
    background-color: #EC2227;
}
.header-btn a:hover {
    color: #D9D9D9;
}
.Vertical {
    display: none !important;
    background-color: #181818;
    padding: 20px !important;
    text-align: center;
    min-width: 130px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    position: relative;
    top: 8px;
}
.Vertical li {
    padding-left: 0;
    padding-bottom: 15px;
}
.Vertical li a::after {
    display: none !important;
}
.Vertical li:last-child {
    padding-bottom: 0;
}
.submenu:hover .Vertical {
    display: block !important;
    position: absolute;
    top: 20px;
    left: -40%;
}
.header-nav .submenu {
    position: relative;
    padding-right: 14px;
}
.header-nav .submenu::after {
    content: '';
    position: absolute;
    top: 6px;
    left: auto;
    right: 0;
    width: 10px;
    height: 10px;
    background: url(../images/submenu-arrow.svg) no-repeat center / 10px;
    display: block;
    cursor: pointer;
}
.header-nav .submenu li a {
    color: #fff;
}
.header-nav .submenu li a:hover {
    color: #EC2227;
}
/***mobile-menu****/
.menu-bar {
    position: relative;
    max-width: 30px;
	height: 35px;
    width: 100%;
	margin-left: auto;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #D9D9D9;
    content: '';
    height: 2px;
    margin: 10px 0 10px auto;
    width: 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
    top: 6px;
    right: 0;
}
.menu-bar.active div {
    transform: scale(0);
}
.menu-bar.active:before {
    transform: translateY(6px) rotate(135deg);
	width: 100%;
}
.menu-bar.active:after {
    transform: translateY(-18px) rotate(-135deg);
	width: 100%;
}
.mobile-header-menu {
	position: absolute;
	top: 75px;
	/* background-color: #EC2227; */
    background-color: #181818;
	height: auto;
	width: 100%;
	left: 0;
	padding: 40px;
	border-radius: 10px;
	border: 1px solid #EC2227;
	clip-path: inset(0 0 100% 0);
	left: 50%;
    transform: translateX(-50%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.mobile-header-menu-wrap {
	height: 100%;
	/* overflow-x: auto; */
}
.mobile-header-menu-wrap::-webkit-scrollbar {
	background-color: #0E0E0E;
	width: 8px;
	border-radius: 10px;
}
.mobile-header-menu-wrap::-webkit-scrollbar-thumb {
	background-color: #2c2c2c;
	border-radius: 10px;
}
.mobile-header-menu ul {
	flex-direction: column;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-header-menu.mob-menu-active {
	clip-path: inset(0 0 0 0);
}
.mobile-header-menu li {
	padding: 0;
	font-size: 2rem;
	margin-bottom: 20px;
}
.mobile-header-menu li:last-child {
	margin-bottom: 0;
}
.mobile-header-menu li::after {
	display: none;
}
/* .mobile-header-menu li.active {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
	animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
    -webkit-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	-o-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	animation-delay: calc(0.1s * attr(data-animation-offset number 1));
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
} */
.mobile_menu_items ul li.submenu {
    position: relative;
    z-index: 1;
}
.mobile_menu_items .submenu .Vertical {
    position: relative;
    left: 0;
    max-width: 200px;
    margin: 0 auto 35px;
    top: 20px;
}
.mobile_menu_items .submenu:hover .Vertical {
    position: relative;
    left: 0;
    max-width: 200px;
    margin: 0 auto 35px;
}
.mobile_menu_items .submenu::after {
    content: '';
    position: absolute;
    top: 6px;
    left: auto;
    right: 0;
    width: 10px;
    height: 10px;
    background: url(../images/submenu-arrow.svg) no-repeat center / 10px;
    display: block;
}
.mobile_menu_items .submenu a {
    position: relative;
}
.mobile_menu_items .submenu a::after {
    content: '';
    position: absolute;
    top: 6px;
    left: auto;
    right: -13px;
    width: 10px;
    height: 10px;
    background: url(../images/submenu-arrow.svg) no-repeat center / 10px;
    display: none;
}
.mobile_menu_items .submenu a:hover {
    color: #EC2227;
}
.mobile_menu_items .submenu .Vertical.dropdown-show {
    position: initial;
    min-width: 100%;
    padding: 0 !important;
    margin-top: 12px;
    margin-bottom: 16px;
    background-color: transparent;
    display: none !important;
}
.mobile_menu_items .Vertical li a { 
    font-size: 1.8rem;
    line-height: 43px;
    color: #fff;
}
.mobile_menu_items .Vertical li a:hover {
    color: #EC2227;
}
.mobile_menu_items .Vertical li {
    padding-bottom: 0;
    margin-bottom: 0;
}
.mobile_menu_items .submenu {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.submenu img {
    position: absolute;
    right: 0;
    top: 7px;
    width: 10px;
}
.mobile_menu_items .submenu .Vertical.dropdown-show.show {
    display: block !important;
}
.mobile_menu_items li a:hover {
    color: #EC2227;
}
/****banner-sec****/
.banner-sec {
    position: relative;
    z-index: 2;
    margin-top: 165px;
}
.banner-wrap {
	position: relative;
    overflow: hidden;
	border-radius: 10px;
}
.each-banner {
    border-radius: 10px;
    overflow: hidden;
}
.banner-video, .each-banner {
	height: 770px;
}
.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;
    bottom: 73px;
    z-index: 2;
    width: 100%;
}
.banner-content h1 {
    margin-bottom: 42px;
    max-width: 840px;
    width: 100%;
}
/****brand-marquee****/
.brand-marquee-sec {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 37px 0 0;
}
.brand-marquee-wrap {
    display: flex;
    width: max-content;
    align-items: center;
    position: relative;
    padding: 0 4.5%;
}
.brand-marquee-wrap::after {
    background-color: rgba(217, 217, 217, 0.25);
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
}
.brand-marquee-wrap,
.brand-marquee-wrap ul {
    gap: 136px;
}
.brand-marquee-sec .container{
    position: relative;
}
.brand-marquee-wrap ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    align-items: center;
    margin-bottom: 42px;
}
.brand-marquee-wrap li {
    white-space: nowrap;
    padding: 0;
    position: relative;
    padding-left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.brand-marquee-wrap li img {
    filter: grayscale(1);
    width: 73px;
}
.brand-marquee-wrap li:hover img {
    filter: grayscale(0);
}
.brand-marquee-wrap li::after {
    display: none;
}
/* .brand-marquee-wrap li:hover {
    filter: brightness(2);
} */
.brand-marquee-wrap li a {
    transition: none;
}
/* .brand-marquee-wrap li a:hover {
    filter: brightness(0) saturate(100%) invert(18%) sepia(97%) saturate(3250%) hue-rotate(348deg) brightness(95%) contrast(95%);
} */
/****product-sec****/
.product-sec {
    padding: 119px 0 58px;
    position: relative;
    overflow-x: clip;
}
.product-top-mark {
    position: absolute;
    left: 0;
    top: -46%;
    pointer-events: none;
    z-index: 1;
}
.product-right-mark {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}
/* .product-btm-mark {
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
} */
.product-btm-mark {
    position: absolute;
    left: 0;
    bottom: -12%;
    pointer-events: none;
    width: 390px;
    height: 390px;
}
.product-title {
	margin-bottom: 67px;
    z-index: 1;
}
.product-slider .slider-btn {
    position: absolute;
    top: -17%;
    left: -25px;
    display: flex;
    height: 100%;
    justify-content: center;
    /* flex-direction: column; */
    flex-direction: column-reverse;
    row-gap: 40px;
    z-index: 2;
}
.product-slider .slider-btn .swiper-button-prev {
    right: auto;
    left: 10px;
    top: 150px;
}
.product-slider .slider-btn .common-arrow {
    position: initial;
}
.each-product-slider-img {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.each-product-slider-img-wrap {
	height: 100%;
	width: 100%;
}
/* .each-product-slider-img img {
	display: none;
} */
.each-product-slider-img-wrap img.active {
	display: block;
}
.each-product-progress {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 7px;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.20);
	display: none;
}
.each-product-progress span {
	background: linear-gradient(90deg, rgba(236, 34, 39, 0.30) 0%, #EC2227 100%);;
	display: block;
	height: 100%;
	width: 0;
	border-bottom-right-radius: 0;
}
.each-product-top-info ul {
    display: flex;
    flex-wrap: wrap;
}
.each-product-top-info li::after {
    display: none;
}
.each-product-top-info li:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 40%;
}
.each-product-top-info li {
    padding-left: 0;
    padding-right: 40px;
    margin-right: 40px;
    font-family: 'Montserrat-Regular';
    font-size: 2.2rem;
    line-height: 40px;
    position: relative;
    /* width: 30%; */
}
.each-product-top-info li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.each-product-top-info li h3 {
    padding-right: 40px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-top-info li h3::after {
    content: '';
    position: absolute;
    right: 0;
    top: 13px;
    background-image: url(../images/product-red-arrow.svg);
    height: 20px;
    width: 20px;
    background-size: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-top-info li h3:hover::after {
    right: 10px;
}
.each-product-top-info li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    /* width: 0.5px; */
    width: 1px;
    background-color: rgba(217, 217, 217, 0.4);
}
.each-product-top-info li:last-child::before {
    display: none;
}
.each-product-btm-info ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}
.each-product-btm-info li {
    padding-left: 0;
    margin-bottom: 0;
    padding-right: 15px;
    margin-right: 15px;
    font-family: 'Montserrat-Medium';
    font-size: 1.8rem;
    line-height: 32px;
}
.each-product-btm-info li::after {
    display: none;
}
.each-product-btm-info li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(217, 217, 217, 0.4);
}
.each-product-btm-info li:last-child:before {
    display: none;
}
.each-product-btm-info li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.each-product-slider-info {
    margin-top: 25px;
}
.each-product-slider:hover .each-product-top-info li h3 {
    color: #EC2227;
}
.each-product-btm-info {
    margin: 15px 0 30px;
}
.each-product-btm-info li img {
    margin-right: 10px;
    width: 30px;
}
.product-mobile-arrow {
    display: none;
}
.each-product-top-info-mobile {
    display: none;
}
.product-btn {
    margin-top: 35px;
}
.product-mobile-right-mark {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    display: none;
}
/****service-sec****/
.service-sec {
    background-color: #181818;
    padding: 119px 0 0;
    position: relative;
    overflow: hidden;
}
.service-mark {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.service-area {
    position: relative;
}
.service-title {
    max-width: 600px;
    width: 100%;
    margin-bottom: 67px;
}
.service-title p {
    margin: 23px 0 39px;
}
.service-area .col-lg-7 {
    width: 53%;
}
.service-area .col-lg-5 {
    width: 47%;
}
.each-service-info {
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-info::before,
.each-service-info::after {
    content: '';
    position: absolute;
    top: 0;
    left: -50vw;
    width: calc(100% + 50vw);
    height: 1px;
    background-color: #EC2227;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-info::after {
    top: auto;
    bottom: 0;
}
.each-service-info:hover::before,
.each-service-info:hover::after {
    opacity: 1;
}
.each-service-info h4 {
    position: relative;
    padding-left: 28px;
    margin-bottom: 18px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-info h4::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 23px;
    height: 23px;
    background-image: url(../images/service-icon.svg);
    background-size: 23px;
    background-repeat: no-repeat;
}
.each-service-info p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 460px;
    margin-bottom: 0;
}
.each-service-info:hover h4 {
    color: #EC2227;
}
.each-service-info-wrap {
    position: relative;
    padding: 42px 0;
}
.each-service-info-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: -50vw;
    width: calc(100% + 50vw);
    height: 100%;
    background-color: #0E0E0E;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-info:hover .each-service-info-wrap::after {
    opacity: 1;
}
.each-service-mark {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: 1;
}
.each-service-info:hover .each-service-mark {
    opacity: 1;
}
.each-service-info-txt {
    position: relative;
    z-index: 1;
}
.service-img {
    height: 100%;
}
.each-service-img {
    display: none;
    height: 100%;
    border-radius: 0 10px 0 0;
    overflow: hidden;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
}
.each-service-img.active {
    display: block;
}
.mob-service-area {
    display: none;
}
.mob-service-slider .each-service-info p {
    max-width: 100%;
}
.mob-service-slider .each-service-img {
    display: block;
    border-radius: 0;
}
.mob-service-slider .each-service-info-wrap::after,
.mob-service-slider .each-service-info::before,
.mob-service-slider .each-service-info::after {
    opacity: 1;
}
.mob-service-slider .each-service-info-wrap::after {
    left: 0;
}
.mob-service-slider .common-arrow {
    top: 36%;
}
.service-content {
    padding-bottom: 119px;
}
/****usp-marquee****/
.usp-marquee-sec {
	position: relative;
	width: 100%;
    padding: 18px 0;
	background-color: #111;
	overflow: hidden;
}
.usp-marquee-wrap,
.usp-marquee-wrap ul {
    gap: 60px;
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
}
.usp-marquee-wrap ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}
.usp-marquee-wrap li {
	white-space: nowrap;
	line-height: normal;
	color: #EC2227;
	font-size: 3.2rem;
    font-family: 'Montserrat-Light';  
	position: relative;
	padding-left: 98px;
	margin-bottom: 0;
}
.usp-marquee-wrap li strong {
    font-family: 'Montserrat-MediumItalic';
    font-weight: normal;
}
.usp-marquee-wrap li::after {
	height: 37px;
	width: 37px;
    background-size: 37px;
    background-image: url(../images/marquee-img.svg);
}
/****about-sec****/
.about-sec {
    position: relative;
    padding: 122px 0 142px;
}
.about-mark {
    position: absolute;
    top: -21%;
    right: 0;
    pointer-events: none;
    z-index: -1;
}
.about-img {
    position: absolute;
    top: 0;
    left: 30px;
    width: 46%;
    height: 100%;
}
.about-img img {
    height: 100%;
    object-fit: cover;
}
.about-info-title h2 {
    font-size: 6.4rem;
    line-height: 72px;
    font-family: 'Montserrat-Regular';
    margin-left: 4%;
}
.each-counter {
    border-radius: 0 10px 0 0;
    background-color: #EC2227;
    max-width: 177px;
    padding: 85px 25px;
    position: absolute;
    left: -47px;
    bottom: -36.3%;
}
.each-counter h3 {
    color: #D9D9D9;
    line-height: 48px;
    margin-bottom: 5px;
}
.each-counter h2 strong {
    color: #D9D9D9;
}
.about-info {
    position: relative;
}
.about-info-btm-part {
    max-width: 470px;
    width: 100%;
    margin-left: 28%;
    margin-right: 0;
    margin-top: 77px;
}
.about-info-btm-part p {
    margin-bottom: 42px;
}
.about-mobile {
    display: none;
}
.about-mobile-mark {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
/****home-btm-sec****/
.home-btm-sec {
    position: relative;
    padding: 80px 0 60px;
    overflow-x: clip;
}
.home-btm-img {
    position: absolute;
    top: 0;
    right: 30px;
    width: 50.5%;
    height: 100%;
}
.home-btm-img img {
    height: 100%;
    object-fit: cover;
}
.home-btm-info ul {
    row-gap: 40px;
    display: flex;
    flex-direction: column;
}
.home-btm-info li {
    padding-left: 0;
}
.home-btm-info {
    max-width: 490px;
    width: 100%;
    position: relative;
}
.home-block-mark {
    position: absolute;
    pointer-events: none;
    right: -125%;
    top: 31%;
    z-index: -1;
}
.home-btm-info li::after {
    display: none;
}
.home-btm-info li h4 {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}
.home-btm-info li h4::after {
    background-image: url(../images/home-btm-vector.svg);
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    background-size: 23px;
    height: 23px;
    width: 23px;
    background-repeat: no-repeat;
    background-position: center;
}
.home-mobile-btm-img {
    display: none;
}
/****google-review****/
.google-review {
    padding: 20px 0;
}
/****home-block-sec****/
.home-block-sec {
    position: relative;
}
.home-block-img {
    height: 393px;
}
.home-block-img img {
    height: 100%;
    object-fit: cover;
}
.home-block-wp {
    max-width: 274px;
    margin: 20px auto 0;
}
.home-block-wp a {
    border-radius: 41.5px;
    background-color: rgba(37, 211, 102, 0.30);
    display: flex;
    align-items: center;
    padding: 5px;
}
.home-block-wp-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #25D366;
    height: 63px;
    width: 63px;
    border-radius: 100%;
    margin-right: 22px;
}
.home-block-wp-img img {
    width: 24px;
    height: auto;
}
.home-block-wp-text h6 {
    color: #D9D9D9;
    line-height: 24px;
    margin-bottom: 2px;
    font-size: 1.6rem;
}
.home-block-wp-text p {
    color: #D9D9D9;
    font-size: 1.4rem;
    line-height: 20px;
    margin-bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-family: 'HelveticaNeue-Regular';
}
.home-block-wp:hover .home-block-wp-text p {
    color: #fff;
}
.home-block-info {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.home-block-wp-text {
    text-align: left;
}
/****footer****/
.footer-wrap .col-lg-4 {
    width: 29%;
}
.footer-wrap .col-lg-8 {
    width: 71%;
}
.footer-top {
    padding: 103px 0 36px;
    padding-bottom: 36px;
    overflow: hidden;
}
.footer-logo {
    text-align: center;
}
.footer-logo img {
    width: 228px;
}
.footer-info {
    display: flex;
}
.each-footer-info {
    padding: 0 102px;
    position: relative;
}
.each-footer-info::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: calc(100% + 42px);
    background-color: rgba(255, 255, 255, 0.30);
}
.each-footer-info h4 {
    margin-bottom: 22px;
}
.each-footer-info p {
    margin-bottom: 10px;
}
.each-footer-info p a {
    color: #D9D9D9;
    font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
.each-footer-info p a:hover {
    color: #EC2227;
}
.each-footer-info p:last-child {
    margin-bottom: 0;
    margin-top: 26px;
    line-height: 34px;
}
.each-footer-info ul {
    display: flex;
    column-gap: 16px;
}
.each-footer-info li {
    padding-left: 0;
}
.each-footer-info li::after {
    display: none;
}
.each-footer-info li img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-footer-info li:hover img {
    opacity: 0.8;
}
.each-footer-info td:first-child {
    padding-right: 44px;
}
.each-footer-info:last-child {
    padding-right: 0;
}
.footer-btm {
    padding: 32px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.30);
}
.footer-privacy a:hover {
    color: #EC2227;
}
.each-footer-info-add {
    display: none;
}
.footer-privacy-mobile {
    display: none;
}
.each-footer-contact {
    display: none;
}
/* ============================================== diensten-list ============================================== */
/****inner-banner****/
.inner-banner {
    position: relative;
    padding-top: 163px;
}
.inner-banner-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 600px;
}
.inner-banner-img img {
    height: 100%;
    object-fit: cover;
}
.inner-banner-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(264deg, rgba(14, 14, 14, 0.00) 0.75%, rgba(14, 14, 14, 0.70) 99.25%);
}
.inner-banner-content {
    position: absolute;
    bottom: 20%;
}
.inner-banner-content h1 {
    color: #D9D9D9;
}
/****diens-service-list-sec****/
.diens-service-list-sec {
    padding: 145px 0 97px;
    position: relative;
}
.diens-list-left-mark {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.diens-list-right-mark {
    position: absolute;
    bottom: 17%;
    right: 0;
    pointer-events: none;
    z-index: -1;
}
.diens-service-list-wrap {
    padding: 0 157px;
}
.each-diens-service-list .col-lg-7 {
    width: 52%;
}
.each-diens-service-list .col-lg-5 {
    width: 48%;
}
.each-diens-service-list {
    margin-bottom: 73px;
}
.each-diens-service-list:last-child {
    margin-bottom: 0;
}
.each-diens-service-text {
    padding: 15px 53px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    min-height: 346px;
    border: 1px solid transparent;
    border-radius: 10px;
}
.each-diens-service-list:hover .each-diens-service-text {
    background-color: #0E0E0E;
    border-color: #EC2227;
}
.each-diens-service-list:hover .border-btn {
    background-color: #EC2227;
    border-color: #EC2227;
    color: #D9D9D9;
}
.each-diens-service-text p {
    margin-top: 18px;
    margin-bottom: 59px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-diens-service-img {
    height: 343px;
    border-radius: 10px;
    overflow: hidden;
}
.each-diens-service-img img{
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diens-service-list:hover .each-diens-service-img img {
    transform: scale(1.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diens-service-list:hover .each-diens-service-text {
    background-color: #181818;
}
/* ============================================== diensten-dtl ============================================== */
/****inner-header****/
.header-area.inner-header{
    background: transparent;
}
.header-area.inner-header.header-active{
    background: #0E0E0E;
}
/****back-btn-sec****/
.diens-back-btn-sec {
    padding: 190px 0 32px;
}
/****diens-top-sec****/
.diens-top-sec {
    padding-bottom: 122px;
    position: relative;
    overflow-x: clip;
    overflow-y: hidden;
}
.diens-top-big-mark {
    position: absolute;
    top: -50%;
    right: 0;
    pointer-events: none;
}
.diens-top-mark {
    position: absolute;
    bottom: -24%;
    left: 0;
    pointer-events: none;
}
.diens-top-area {
    position: relative;
    z-index: 1;
}
.diens-top-img {
    border-radius: 10px;
    overflow: hidden;
}
.diens-top-info {
    max-width: 700px;
    width: 100%;
    padding-right: 15px;
}
.diens-top-info h2 {
    font-family: 'Montserrat-Regular';
    font-size: 6.4rem;
    line-height: 72px;
    margin-bottom: 40px;
}
.diens-top-info h4 {
    margin-bottom: 5px;
}
/****diens-mid-sec****/
.each-diens-mid-wrap {
    padding: 0 121px;
}
.each-diens-mid {
    border: 1px solid #D9D9D9;
    border-left: 0;
    border-right: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
    padding: 60px 0;
    margin-top: -1px;
}
.each-diens-mid:hover {
    border-color: #EC2227;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diens-mid-mark {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diens-mid-mark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.each-diens-mid:hover {
    background-color: #181818;
}
.each-diens-mid:hover .diens-mid-mark {
    opacity: 0.5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diens-mid-content {
    position: relative;
}
.each-diens-mid-content .col-lg-5 {
    width: 40%;
}
.each-diens-mid-content .col-lg-7 {
    width: 60%;
}
.each-diens-mid-img {
    border-radius: 10px;
    overflow: hidden;
}
.each-diens-mid-info {
    padding-left: 132px;
}
.each-diens-mid-info h2 {
    font-family: 'Montserrat-Regular';
    font-size: 6.4rem;
    line-height: 72px;
}
.each-diens-mid-info ul {
    display: flex;
    column-gap: 42px;
}
.each-diens-mid-info li {
    padding-left: 0;
}
.each-diens-mid-info li::after {
    display: none;
}
.each-diens-mid-info li:last-child {
    margin-top: 30px;
}
.each-diens-mid-info h4 {
    margin-bottom: 24px;
}
.each-diens-mid-info p {
    margin-bottom: 0;
}
.each-diens-mid:nth-child(even) .each-diens-mid-info {
    padding-left: 0;
    padding-right: 132px;
}
.each-diens-mid:nth-child(even) .diens-mid-mark {
    left: 0;
    right: auto;
}
.each-diens-mid-info tr {
    display: flex;
    flex-wrap: wrap;
}
.each-diens-mid-info td {
    width: 100%;
    position: relative;
    padding-left: 15px;
}
.each-diens-mid-info td::after {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #D9D9D9;
    border-radius: 50px;
}
/****form-sec****/
.form-sec {
    padding: 120px 0;
}
.form-sec .col-lg-8 {
    width: 46%;
}
.form-sec .col-lg-4 {
    width: 54%;
}
.form-left {
    position: sticky;
    top: 200px;
    left: 0;
}
.form-left-mark {
    position: absolute;
    bottom: -20%;
    right: -22%;
    pointer-events: none;
    z-index: -1;
}
.form-title p {
    margin: 28px 0 85px;
}
.form-title h3,
.form-title p {
    color: #fff;
}
.each-form-contact-info {
    border-radius: 5px;
    background-color: #181818;
    padding: 30px 45px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-bottom: 16px;
}
.each-form-contact-arw {
    position: relative;
    width: 56px;
    height: 56px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-form-contact-arw::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    background-image: url(../images/form-contact-arw.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center center;
}
.each-form-contact-dtls {
    padding-right: 10px;
}
.each-form-contact-info h4 {
    margin-bottom: 10px;
}
.each-form-contact-info p {
    margin-bottom: 0;
}
.each-form-contact-info a {
    color: #D9D9D9;
}
.each-form-contact-info a:hover {
    color: #EC2227;
}
.each-form-contact-info:hover {
    border-color: #EC2227;
}
.each-form-contact-info:hover .each-form-contact-arw {
    background-color: #EC2227;
    border-color: #EC2227;
}
.each-form-contact-info:last-child {
    margin-bottom: 0;
}
.form-contact-info .row .col-lg-5 .each-form-contact-info:last-child {
    min-height: 296px;
}
.form-contact-info .row .col-lg-5 .each-form-contact-info:last-child .each-form-contact-dtls {
    padding-right: 0;
}
.each-form-contact-info td:first-child {
    padding-right: 17px;
}
.form-contact-info .col-lg-7 {
    width: 56%;
}
.form-contact-info .col-lg-5 {
    width: 44%;
}
.form-right {
    padding-left: 93px;
}
.form-main-area .form-group {
    margin-bottom: 16px;
}
.form-main-area .form-styl {
    border: none;
    color: #D9D9D9;
    border: 1px solid #181818;
    border-radius: 5px;
    background: #181818;
    padding: 14px 30px;
    resize: none;
    font-family: 'Montserrat-Regular';
    line-height: 24px;
    font-size: 1.6rem;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-main-area .form-styl:focus::placeholder{
    color: #D9D9D9;
}
.form-main-area .form-styl::placeholder{
    color: #D9D9D9;
}
.form-main-area .form-styl:focus {
    color: #D9D9D9;
    border: 1px solid #181818;
    box-shadow: none;
    background-color: transparent;
    background-color: #0E0E0E;
    border-color: #EC2227;
}
.form-main-area .form-styl:hover {
    border-color: #EC2227;
}
.form-left .form-group textarea.form-styl {
    border: 1px solid #181818;
    min-height: 105px;
    border-radius: 10px;
    overflow: hidden;
}
.form-main-area .form-btn {
    margin-top: 5px;
}
.form-main-area .form-btn .common-btn {
    max-width: 100%;
    width: 100%;
}
.form-main-area .form-group textarea.form-styl.text_area {
    height: 119px;
}
.form-main-area .form-group textarea.form-styl {
    height: 353px;
}
.form-main-area .form-styl.photo_upload,
.form-main-area .form-styl.foto_upload {
    color: #D9D9D9;
    /* height: 119px; */
}
.mob-form-title {
    display: none;
}
.mob-form-whatsapp {
    display: none;
}
/****diens-dtl-service-sec****/
.diens-dtl-service-sec {
    padding-bottom: 95px;
}
.diens-dtl-service-title {
    margin-bottom: 84px;
}
.diens-dtl-service-title h2 {
    color: #fff;
}
.each-diens-service-slider-info .common-btn {
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    font-family: 'Montserrat-Regular';
    font-size: 2.4rem;
    line-height: 32px;
    position: relative;
    padding-right: 23px;
}
.each-diens-service-slider-info .common-btn::after {
    content: '';
    position: absolute;
    top: 40%;
    right: 0;
    width: 14px;
    height: 14px;
    background-image: url(../images/red-arw.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(80%) sepia(46%) saturate(0%) hue-rotate(153deg) brightness(100%) contrast(93%);
}
.each-diens-service-slider-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin-top: 27px;
}
.each-diens-service-slider-info::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 100%;
    background-color: #D9D9D9;
}
.each-diens-service-slider:hover .each-diens-service-slider-info .common-btn {
    color: #EC2227;
}
.each-diens-service-slider .each-diens-service-slider-img,
.each-diens-service-slider .each-diens-service-slider-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 10px;
    overflow: hidden;
}
.each-diens-service-slider:hover .each-diens-service-slider-img,
.each-diens-service-slider:hover .each-diens-service-slider-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diens-service-slider:hover .each-diens-service-slider-img img {
    transform: scale(1.1);
}
.each-diens-service-slider:hover .each-diens-service-slider-info .common-btn::after {
    filter: none;
}
.each-diens-service-slider-info h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 50%;
}
/* ============================================== contact ============================================== */
/****map****/
.contact-banner {
    padding-top: 163px;
}
.map {
    height: 600px;
    border-radius: 10px;
    overflow: hidden;
}
/****contact-form****/
.form-sec.contact-form {
    padding-bottom: 34px;
}
.contact-form .form-main-area .form-group textarea.form-styl {
    height: 353px;
}
.contact-form .form-main-area .form-btn {
    margin-top: 17px;
}
/* ============================================== vacature-dtl ============================================== */
/****vacature-mid-sec****/
.vacature-mid-sec .each-diens-mid-wrap {
    padding: 0 76px;
}
.vacature-mid-sec .each-diens-mid-wrap tr {
    padding-left: 12px;
}
.vacature-mid-sec .each-diens-mid-wrap td {
    position: relative;
    padding-left: 15px;
}
.vacature-mid-sec .each-diens-mid-wrap td::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0px;
    width: 3px;
    height: 3px;
    background-color: #D9D9D9;
    border-radius: 50px;
}
.vacature-mid-sec .each-diens-mid:nth-child(even) .each-diens-mid-info {
    padding-left: 0;
    padding-right: 57px;
}
/* ============================================== aanbod-dtl ============================================== */
/****back-btn****/
.back-btn-sec {
    position: relative;
    z-index: 1;
    padding: 202px 0px 55px;
}
.back-btn-mark{
    position: absolute;
    right: 0;
    top: -37%;
    pointer-events: none;
}
/****aanbod-dtl-top-sec****/
.share-social-media-button{
    text-align: end;
    margin-top: -40px;
}
.aanbod-slider-btn .common-arrow{
    border-color: #EC2227;
}
.aanbod-slider-btn .common-arrow:hover img{
    filter: brightness(0) invert(1);
}
.each-dtl-top-slider img{
    border-radius: 10px;
}
.aanbod-dtl-top-wrap {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
}
.aanbod-dtl-top-slider .swiper-wrapper{
    align-items: end;
}
.aanbod-dtl-top-slider .swiper-slide.swiper-slide-active .each-dtl-top-slider{
    height: 491px;
}
.aanbod-dtl-top-slider .swiper {
    height: 100%;
}
.aanbod-dtl-top-slider .swiper-wrapper {
    /*margin-left: -11% !important;*/
    transition: all 0.5s;
}
.aanbod-dtl-top-slider .swiper-slide img{
    height: 100%;
    object-fit: cover;
}
.aanbod-dtl-top-slider .swiper-slide {
    width: 20% !important;
    /*transition: width 0.3s ease;*/
    height: auto;
}
.aanbod-dtl-top-slider .swiper-slide.swiper-slide-active {
    width: 42% !important;
}
.aanbod-dtl-top-slider .swiper-wrapper.onchng-slider{
    margin-left: 11% !important;
}
.aanbod-slider-btn .swiper-button-next{
    right: 22%;
    top: 33%;
}
.aanbod-slider-btn .swiper-button-prev{
    left: 22%;
    top: 33%;
}
.aanbod-dtl-top-sec{
    position: relative;
    overflow: hidden;
}
.aanbod-dtl-top-mark{
    position: absolute;
    left: 0;
    top: 16%;
    pointer-events: none;
}
.aanbod-dtl-car-info-area{
    padding-top: 43px;
    padding-bottom: 40px;
}
.aanbod-dtl-car-info-right h2{
    padding-bottom: 15px;
}
.aanbod-dtl-car-info-right P{
    opacity: 0.6;
    margin-bottom: 0;
}
.aanbod-dtl-car-info-right{
    max-width: 420px;
    margin-right: auto;
}
.price-info{
    text-align: center;
    position: relative;
}
.aanbod-dtl-car-info p{
    margin-bottom: 0;
}
.aanbod-dtl-car-info{
    position: relative;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.aanbod-dtl-car-info-warp{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aanbod-dtl-car-info-right{
    position: relative;
}
.aanbod-dtl-car-info ul{
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
    align-items: center;
    margin-bottom: 0;
}
.aanbod-dtl-car-info ul li{
    display: flex;
    padding-left: 0;
    column-gap: 25px;
    width: 50%;
    align-items: center;
}
.aanbod-dtl-car-info ul li::after{
    display: none;
}
.aanbod-dtl-car-info ul li::before{
    content: "";
    width: 1px;
    background: rgba(217, 217, 217, 0.5);
    height: 30px;
    position: absolute;
    top: 0;
    left: -18%;
}
.aanbod-dtl-car-info ul li:nth-child(odd)::before{
    display: none;
}
.aanbod-dtl-car-info li img{
    width: 30px;
}
.aanbod-dtl-car-info::after{
    content: "";
    width: 1px;
    background: rgba(217, 217, 217, 0.5);
    height: 117px;
    position: absolute;
    top: 50%;
    left: -11%;
    transform: translateY(-50%);
}
.aanbod-dtl-car-info::before{
    content: "";
    width: 1px;
    background: rgba(217, 217, 217, 0.5);
    height: 117px;
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
}
.price-info::before{
    content: "";
    width: 1px;
    background: rgba(217, 217, 217, 0.5);
    height: 117px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.aanbod-dtl-car-info-btn{
    display: flex;
    column-gap: 24px;
    justify-content: end;
}
.aanbod-dtl-top-slider .swiper-slide::after{
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(200deg, #0E0E0E 0%, rgba(14, 14, 14, 0.00) 100%);
    position: absolute;
}
.aanbod-dtl-top-slider .swiper-slide.swiper-slide-prev::after{
    display: none;
}
.aanbod-dtl-top-slider .swiper-slide.swiper-slide-duplicate::after{
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(220deg, #0E0E0E 0%, rgba(14, 14, 14, 0.00) 100%);
    position: absolute;
}
.aanbod-dtl-top-slider .swiper-slide.swiper-slide-next::after{
    display: none;
}
.aanbod-dtl-top-slider .swiper-slide.swiper-slide-active::after{
    display: none;
}
/****aanbod-tab-sec****/
.aanbod-tab-sec{
    padding-top: 62px;
}
.dtl-tab-part {
    position: relative;
    overflow: hidden;
}
.tab-btn {
    display: flex;
    justify-content: center;
}
.tab-btn .nav-tabs {
    column-gap: 17px;
    margin-bottom: 60px;
    border: 0;
    row-gap: 26px;
}
.tab-btn .tabs {
    display: flex;
    justify-content: center;
    column-gap: 50px;
    padding: 10px 0;
    margin-bottom: 65px;
}
.tab-btn .common-btn:hover{
    opacity: 1;
}
.tab-btn ul.tabs li {
    position: relative;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    font-size: 2.4rem;
    line-height: 32px;
    color: rgba(217, 217, 217, 0.5);
    padding-left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn ul.tabs li::after{
    display: none;
}
.tab-btn ul.tabs li:hover{
    color: #D9D9D9;
}
.tab-btn .tabs li.active {
    color: #D9D9D9;
}
.tab_content {
    display: none;
}
.tab_content p{
    padding-right: 10px;
}
.tab_drawer_heading {
    display: none;
    cursor: pointer;
}
.tab-btn-right ul {
    list-style-type: none;
    display: flex;
    column-gap: 41px;
    justify-content: end;
    padding-left: 0;
}
.tab-btn-right li a {
    color: #FFF;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    transition: all 0.5s;
}
.tab-btn-right li a:hover {
    text-decoration: underline;
}
.kenmerken-tab {
    overflow: hidden;
}
.kenmerken-tab table {
    width: 100%;
}
.kenmerken-tab td {
    padding: 30px 40px 30px;
    width: 22%;
    background: #FFF;
    flex-shrink: 0;
    border-radius: 10px;
}
.kenmerken-tab tr td {
    background-color: #181818;
}
.kenmerken-tab tr {
    display: flex;
    gap: 0;
    column-gap: 40px;
    margin-bottom: 25px;
}
.kenmerken-tab tr:last-child{
    margin-bottom: 0;
}
.kenmerken-tab td h5 {
    margin-bottom: 4px;
    font-size: 1.6rem;
    font-family: 'Montserrat-Regular';
    line-height: 24px;
    color: #D9D9D9;
    padding-bottom: 8px;
}
.kenmerken-tab td h6{
    font-size: 1.6rem;
    text-transform: none;
    font-family: 'Montserrat-Regular';
    line-height: 24px;
    color: rgba(217, 217, 217, 0.5);
}
.kenmerken-tab-block-part {
    display: none;
}
.aanbod-dtls-area.hidden-tab .each-aanbod-contact {
    display: none;
}
.each-aanbod-contact .row {
    align-items: center;
}
.tab-cross {
    cursor: pointer;
}
.hidden-tab-btn {
    margin: 60px 0 20px;
}
.hidden-tab-btn .common_btn {
    font-size: 1.8rem;
    padding: 10px 40px;
}
.dtl-tab-part .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.tab-content{
    max-width: 1010px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.bullet-panel h5 {
    border-bottom: 2px solid rgba(217, 217, 217, 0.5);
    padding-bottom: 16px;
    margin-bottom: 16px;
    color: #D9D9D9;
    font-size: 2.8rem;
    font-family: 'Montserrat-SemiBold';
}
.dtl-tab-part .bullet-panel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dtl-tab-part .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    margin-bottom: 10px;
    font-size: 1.6rem;
}
.dtl-tab-part .bullet-panel ul li:after {
    background-size: 8px;
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background-color: #EC2227;
    background-image: unset;
    border-radius: 100%;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EC2227;
    font-size: 1.6rem;
    line-height: 24px;
}
.left-bg-block p{
    color: #FFF !important;
    font-size: 1.8rem;
    line-height: 30px;
}
.block-dtls p{
    color: #15202E;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #EC2227;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    margin-top: 8px;
    margin-bottom: 25px;
}
.left-bg-block p {
    color: #fff;
    margin-bottom: 0;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls h5 {
    color: rgba(217, 217, 217, 0.5);
    margin: 8px 0 25px;
    font-size: 1.6rem;
    line-height: 24px;
    text-transform: none;
    font-family: 'Montserrat-Regular';
}
.popup-show-btn {
    margin-top: 55px;
}
.popup-show-btn.mobile-show-btn{
    display: none;
}
.popup-show-btn .common-btn{
    line-height: normal;
}
.tab-btm-btn{
    cursor: pointer;
}
.tab-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.tab-popup-content-wrap{
    overflow-x: hidden;
    overflow-y: scroll;
}
.popup-opacity{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(18, 18, 18, 0.60);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.tab-popup-area {
    border-radius: 20px;
    background: #0E0E0E;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #EC2227;
    box-shadow: 0px 0px 12px 0px rgba(236, 34, 39, 0.6);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(236, 34, 39, 0.6);
    overflow: hidden;
}
.popup-cross{
    border: 1px solid #EC2227;
    width: 50px;
    height: 50px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 22px;
    right: 22px;
    border-radius: 100%;
    cursor: pointer;
}
.tab-popup-content {
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    height: calc(100% - 116px) !important;
}
.tab-popup-content ul {
    margin-bottom: 49px;
    padding: 0;
}
.popup-cross img{
    width: 20px;
    filter: brightness(0) invert(1);
}
.tab-popup-area h2 {
    margin-bottom: 15px;
}
.tab-popup-area p{
    line-height: normal;
    padding-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.8rem;
}
.tab-popup-content h3{
    margin-bottom: 15px;
    font-family: 'Montserrat-Medium';
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid rgba(217, 217, 217, 0.5);
    font-size: 1.6rem;
    line-height: 24px;
    padding-bottom: 6px;
    padding: 8px 0;
}
.tab-popup-content li::after {
    display: none;
}
.tab-popup-content li strong{
    width: 50%;
    font-weight: normal;
    opacity: 0.5;
}
.show-popup{
    display: none;
}
.left-bg-block h6 {
    line-height: 24px;
    font-size: 1.6rem;
    text-transform: none;
    color: #D9D9D9;
    font-family: 'Montserrat-Medium';
}
.tab-area .col-lg-4{
    width: 31%;
}
.tab-area .col-lg-8{
    width: 69%;
}
/****tab-right-part****/
.tab-right-btn ul{
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tab-right-part {
    padding: 29px 25px 25px;
    background: #181818;
    border-radius: 5px;
}
.aanbod-contact-info {
    border-radius: 5px;
    background: #EC2227;
    padding: 24px 28px;
}
.aanbod-contact-info p{
    margin-bottom: 0;
    padding-top: 5px;
}
.kenmerken-tab {
    --row-count: 4;
}
.aanbod-contact-info-wrap{
    padding-top: 33px;
}
.aanbod-contact-info-wrap ul li{
    padding-bottom: 5px;
    padding-left: 0;
}
.aanbod-contact-info-wrap ul li strong{
    font-weight: normal;
    line-height: 24px;
    font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    color: #D9D9D9;
    padding-left: 10px;
}
.aanbod-contact-info-wrap ul li a{
    font-family: 'Montserrat-Regular';
    color: #D9D9D9;
    padding-left: 8px;
}
.aanbod-contact-info-wrap ul li a:hover{
    color: #EC2227;
}
.aanbod-contact-info-wrap ul li::after{
    display: none;
}
/****aanbod-dtl-btm-sec****/
.aanbod-dtl-btm-slider .swiper-button-next{
    top: 33%;
    right: -2%;
}
.aanbod-dtl-btm-slider .swiper-button-prev{
    top: 33%;
    left: -2%;
}
.aanbod-dtl-btm-sec{
    padding-bottom: 95px;
    padding-top: 16px;
    position: relative;
}
.aanbod-dtl-btm-mark{
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}
.aanbod-dtl-btm-heading{
    padding-bottom: 78px;
}
.aanbod-dtl-btm-sec .each-product-btm-info img{
    filter: brightness(0) invert(1);
}
.aanbod-dtl-btm-sec .each-product-btm-info li{
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    padding-right: 0;
    margin-right: 0;
    width: 50%;
}
.aanbod-dtl-btm-sec .each-product-btm-info li:nth-child(even)::before{
    display: none;
}
.aanbod-dtl-btm-sec .each-product-btm-info li::before{
    right: 10%;
}
.aanbod-dtl-btm-sec .product-price h3{
    font-size: 1.8rem;
    line-height: 24px;
}
.aanbod-dtl-btm-sec .each-product-top-info li{
    font-size: 1.8rem;
    line-height: 24px;
    padding-right: 10px;
    margin-right: 10px;
}
.aanbod-dtl-btm-sec .each-product-top-info li::before{
    right: 1px;
}
/* .aanbod-dtl-btm-sec .each-product-top-info ul{
    justify-content: space-between;
} */
.aanbod-dtl-btm-sec .each-product-top-info li h3{
    font-size: 1.8rem;
    line-height: 24px;
    padding-right: 0;
    margin-right: 0;
}
.aanbod-dtl-btm-sec .each-product-top-info li h3::after{
    top: 3px;
    right: -16px;
}
/* ================================= aanbod-list ==================================== */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 192px 0 42px;
}
.aanbod-filter-heading{
    padding-bottom: 33px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
    border-bottom: 1PX solid rgba(217, 217, 217, 0.5);
    padding-bottom: 20px;
}
.filter-reset a {
    color: #D9D9D9;
    font-size: 1.4rem;
    font-family: 'Montserrat-Medium';
}
.filter-reset img {
    width: 9px;
    margin-left: 5px;
    margin-bottom: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
    color: #BB1225;
}
.filter-reset a:hover img {
    filter: brightness(0) saturate(100%) invert(21%) sepia(91%) saturate(5585%) hue-rotate(345deg) brightness(74%) contrast(98%);
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 48px;
    color: #D9D9D9;
    font-family: 'Montserrat-Regular';
    font-size: 2.4rem;
    /* background: url(../images/filter-arrow.svg)  no-repeat 91% center/11px; */
    appearance: none;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.aanbod-filter-sec .select-style::after{
    position: absolute;
    content: "";
    background-image: url(../images/filter-arrow.svg) ;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
    right: 8px;
    top: 17px;
}
.aanbod-filter-sec .select-style.show::after{

}
.select-style strong{
    color: #EC2227;
    display: none;
}
/* .aanbod-filter-sec .select-style.show {
    border-radius: 5px 5px 0 0;
    border: 1px solid #D9D9D9;
    padding: 0 30px 0 18px;
    border-bottom: 0;
    background: #0E0E0E;
} */
.aanbod-filter-sec .select-style.show {
    border-radius: 5px 5px 0 0;
    border: 1px solid #D9D9D9;
    padding: 0 30px 0 18px;
    border-bottom: 0;
    background-color: #0E0E0E;
}   
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
    font-family: 'Montserrat-Medium';
    background-color: #0E0E0E;
}
.filter-content {
    display: none;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #D9D9D9;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
    cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
    background: #0E0E0E;
}
.filter-content::-webkit-scrollbar {
    background-color: #D9D9D9;
    width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
    background-color: #D9D9D9;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #D9D9D9;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'Montserrat-Medium';
    font-size: 1.4rem;
    cursor: pointer;
}
.aanbod-filter-sec label:last-child {
    margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #D9D9D9;
    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 #D9D9D9;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #0E0E0E;
    border-color: #EC2227;
}
.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: #D9D9D9;
    border-radius: 6px;
    background-color: #EC2227;
    font-family: 'Montserrat-Medium';
    font-size: 1.2rem;
    border: 1px solid #EC2227;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
    background-color: transparent;
    color: #EC2227;
}
.auto-overview-tag:hover img {
    filter: brightness(0) saturate(100%) invert(21%) sepia(91%) saturate(5585%) hue-rotate(345deg) brightness(74%) contrast(98%);
}
.filter-main .col-lg-3 {
    margin-bottom: 18px;
    width: 25%;
}
.total_search_records {
    margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 104px;
    background-color: #0E0E0E;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 20px 0;
    border-top: 1px solid #D9D9D9;
}
.mobile-show-filter .common-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: transparent;
    color: #EC2227;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #F9F8F6;
}
.filter-count {
    min-width: 20px;
    height: 20px;
    background-color: #F9F8F6;
    border-radius: 100%;
    color: #14181E;
    border: 1px solid #F9F8F6;
    margin-left: 30px;
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #D9D9D9;
}
.mobile-filter-close span {
    max-width: 32px;
    width: 100%;
    height: 32px;
    background-color: #D9D9D9;
    border-radius: 50%;
    margin-left: auto;
    border: 1px solid #0E0E0E;
}
.mobile-filter-close span img {
    width: 11px;
    filter: invert(1);
    -webkit-filter: invert(1);
}
.auto-overview-filter-result .common-btn {
    margin-top: 0;
    background-color: transparent;
    border-color: #EC2227;
    color: #EC2227;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    max-width: 100%;
}
.auto-overview-filter-result h4{
    font-size: 1.6rem;
    color: #F9F8F6;
}
.auto-overview-filter-result .common-btn:hover {
    background-color: #EC2227;
    color: #D9D9D9;
}
.cursor-pointer {
    cursor: pointer;
}
.filter-sort {
    display: flex;
    align-items: center;
    justify-content: end;
}
.filter-sort .sorteren_op-filter {
    margin-bottom: 0;
    width: 220px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.mobile-show-filter {
    border-bottom: 1px solid #D9D9D9;
}
/* ****aanbod-list-car-sec******** */
.aanbod-list-car-sec .row{
    row-gap: 45px;
}
.aanbod-list-car-sec{
    padding-bottom: 94px;
    position: relative;
}
.aanbod-list-car-mark{
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
.aanbod-list-car-mark-right{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.aanbod-list-car-sec .each-product-btm-info li{
    font-size: 1.6rem;
    line-height: 24px;
    width: 50%;
    padding-right: 0;
    margin-right: 0;
}
.aanbod-list-car-sec .each-product-btm-info li::before{
    right: 10%;
}
.aanbod-list-car-sec .each-product-btm-info li:nth-child(even)::before{
    display: none;
}
.aanbod-list-car-sec .each-product-btm-info li img {
    filter: grayscale(1);
    transition: all 0.5s;
}
.aanbod-list-car-sec .each-product-slider:hover .each-product-btm-info li img {
    filter: none;
}
.aanbod-list-car-sec .each-product-top-info li{
    padding-right: 10px;
    margin-right: 10px;
    font-size: 1.8rem;
    line-height: 24px;
}
.aanbod-list-car-sec .each-product-top-info li h3{
    font-size: 1.8rem;
    line-height: 24px;
    padding-right: 0;
}
/* .aanbod-list-car-sec .each-product-top-info ul{
    justify-content: space-between;
} */
.aanbod-list-car-sec .each-product-top-info li h3::after {
    top: 3px;
    right: -16px;
}
.aanbod-list-car-sec .product-price h3{
    font-size: 1.8rem;
    line-height: 24px;
}
/* .each-product-top-info li h3 {
    font-size: 2rem;
    line-height: 32px;
} */
/* ================verkocht-page============= */
/* ********verkocht-list-car-sec******* */
.verkocht-list-car-sec{
    padding-top: 200px;
    position: relative;
    padding-bottom: 95px;
}
.verkocht-list-car-heading-text{
    text-align: end;
}
.verkocht-list-car-heading-text p{
    margin-bottom: 0;
}
.verkocht-list-car-top{
    padding-bottom: 55px;
}
.verkocht-list-car-area .row{
    row-gap: 45px;
}
.verkocht-list-car-mark {
    position: absolute;
    left: 0;
    top: 11%;
    pointer-events: none;
}
/* ============================================== over-ons ============================================== */
/****over-ons-top-sec****/
.over-ons-top-sec {
    padding: 94px 0 114px;
    position: relative;
    overflow-x: clip;
}
.overons-top-mark {
    position: absolute;
    bottom: -9%;
    left: 0;
    pointer-events: none;
}
.over-ons-top-area {
    padding: 0 35px;
    position: relative;
    z-index: 1;
}
.over-ons-top-info {
    margin-top: 23px;
}
.over-ons-top-info h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.over-ons-top-info tr {
    display: flex;
    flex-wrap: wrap;
    padding-right: 28px;
}
.over-ons-top-info td {
    width: 100%;
    margin-bottom: 22px;
}
.over-ons-top-info td h4 {
    margin-bottom: 5px;
}
.over-ons-top-info td p {
    margin-bottom: 0;
}
.over-ons-top-img {
    height: 100%;
    padding-left: 39px;
}
.over-ons-top-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}
/****over-ons-mid-sec****/
.over-ons-mid-area .col-lg-2 {
    width: 13%;
}
.over-ons-mid-area .col-lg-10 {
    width: 87%;
}
.over-ons-mid-title {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #0b0a0a;
    padding: 160px 84px;
    flex-direction: column;
    row-gap: 20px;
}
.over-ons-mid-title h2 {
    writing-mode: sideways-lr;
    z-index: 1;
    position: relative;
    color: #D9D9D9;
}
.over-ons-mid-title img {
    width: 97px;
}
.over-ons-mid-txt {
    display: flex;
    flex-wrap: wrap;
}
.each-overons-mid-txt {
    height: 751px;
    width: 33.33%;
    padding: 30px 53px;
    position: relative;
}
.each-overons-mid-txt:first-child {
    background-color: #0E0E0E;
    padding-top: 218px;
}
.each-overons-mid-txt:nth-child(2) {
    background-color: #181818;
    padding-top: 344px;
}
.each-overons-mid-txt:last-child {
    background-color: #212121;
    padding-top: 460px;
}
.each-overons-mid-txt p {
    width: 100%;
    max-width: 300px;
    margin: 28px auto 0;
}
.each-overons-mid-mark {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
/***line-fill***/
.line-fill{
    position: relative;
}
.line-inner {
	height: 0%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #D73F11;
}
.line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    background-color: #D9D9D9;
    height: 26%;
}
.line::after {
    content: '';
    position: absolute;
    bottom: -5%;
    left: -6px;
    width: 11px;
    height: 11px;
    background-image: url(../images/line-arw.svg);
    background-size: 11px;
    background-repeat: no-repeat;
}
.line-img .line::after {
    content: '';
    position: absolute;
    bottom: -5%;
    left: -5.5px;
    width: 11px;
    height: 11px;
    background-image: url(../images/line-arw.svg);
    background-size: 11px;
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(20%) sepia(94%) saturate(4594%) hue-rotate(350deg) brightness(96%) contrast(92%);
}
.line-inner {
    height: 0%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #EC2227;
}
.each-overons-mid-txt:nth-child(2) .line {
    height: 43%;
}
.each-overons-mid-txt:last-child .line {
    height: 46%;
}
.each-overons-mid-txt:nth-child(2) .line::after,
.each-overons-mid-txt:last-child .line::after {
    bottom: -3%;
}
/****over-ons-gal-sec****/
.over-ons-gal-sec {
    padding: 192px 0 120px;
}
.over-ons-gal-title {
    max-width: 600px;
    width: 100%;
}
.over-ons-gal-title h2 {
    margin-bottom: 26px;
}
.over-ons-gal-area {
    margin-top: -186px;
}
.over-ons-gal-area .col-2 {
    width: 20%;
}
.each-gal-img-area {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.each-gal-img {
    border-radius: 10px;
    overflow: hidden;
}
.each-gal-img,
.each-gal-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gal-img:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/* ============================================== bedankt ============================================== */
.bedankt-banner h1 {
    color: #D9D9D9;
}
/* ============================================== popup ============================================== */
.modal-area .modal-dialog {
    max-width: 44%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(24, 24, 24, 0.50);
    backdrop-filter: blur(7px);
}
.popup-top-content {
    height: 300px;
    border-radius: 5px;
    overflow: hidden;
    padding: 140px 140px 66px;
	text-align: center;
    position: relative;
}
.popup-mark {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}
.modal-area .modal-content {
    border: 0;
    border-radius: 10px;
    background: transparent;
    position: relative;
}
.pop-up-image {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.modal-area .popup-btm-content {
    padding: 49px 29px 28px;
    border-radius: 10px;
    overflow: hidden;
    background: #0E0E0E;
    margin-top: 8px;
    position: relative;
}
.popup-btm-content ul {
    margin-bottom: 24px;
}
.popup-btm-content li {
    margin-bottom: 4px;
    padding-left: 0;
}
.popup-btm-content li::after {
    display: none;
}
.modal-area .popup-btm-content h2 {
    margin: 24px 0;
}
.popup-btm-content p {
    width: 100%;
    max-width: 620px;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.close-img img {
    width: 18px;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: #EC2227 !important;
}
/****product-slider*****/
.each-product-top-info h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-top-info h4 {
    color: #EC2227;
}
.product-left-slider .common-arrow {
    top: 41%;
}
.product-left-slider .swiper-button-next {
    right: 0;
}
.product-left-slider .swiper-button-prev {
    left: 0;
}
.product-btn {
    margin-top: 93px;
}
.product-slider .col-lg-7 {
    width: 54%;
}
.product-slider .col-lg-5 {
    width: 45%;
}
.product-slider-row {
    column-gap: 10px;
}
.product-right .each-product-slider .each-product-top-info h3 {
    font-size: 1.6rem;
    line-height: 24px;
    color: #fff;
}
.product-right .each-product-slider .each-product-top-info h4 {
    font-size: 1.6rem;
    line-height: 24px;
}
.product-right .each-product-slider .each-product-btm-info li {
    font-size: 1.2rem;
    line-height: 24px;
    font-family: 'Montserrat-Regular';
    width: 47%;
    display: flex;
    align-items: start;
}
.product-right .each-product-slider .each-product-btm-info li:nth-child(even) {
    padding-right: 0;
    margin-right: 0;
}
.product-right .each-product-slider .each-product-btm-info li:nth-child(even)::before {
    display: none;
}
.product-right .each-product-slider .each-product-btm-info li img {
    width: 20px;
    margin-right: 5px;
    margin-top: 2px;
}
.product-right .each-product-slider .each-product-btm-info ul {
    row-gap: 10px;
}
.product-right .each-product-slider .each-product-slider-info {
    margin-top: 13px;
}
.product-right .row {
    row-gap: 5px;
}
.over-ons-top-info h2 strong {
    font-size: 6.4rem;
    font-family: 'Caveat-Regular';
    margin-top: 30px;
    font-weight: normal;
    line-height: 48px;
    
}
.aanbod-dtl-btm-sec .each-product-btm-info img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-btm-sec .each-product-slider:hover .each-product-btm-info img {
    filter: none;
}
  
 
/* ####################################################################### STYLE FOR DEVELOPER ################################################################################# */

/*******loader*****/
#loader_section{
    display:none;
    width:100%;
    position: fixed;
    top: 0;
    background: #000000b8;
    z-index: 9999999;
    height: 100vh;
    padding: 30vh 0px;
  }
  #loader_section p{
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
  }
  #loader_section img{
    width: 100px;
    margin-bottom: 25px;
  }
  
  /*********Morgen Footer************/
  .morgeninternet-footer {
      background: #000000;
      width: 100%;
      height: 50px;
      display: block;
      text-align: center;
      transition: 0.3s all;
  }
  
  .morgeninternet-footer:hover {
      background: #202020;
      transition: 0.3s all;
  }
  
  .morgeninternet-footer > img {
      height: 35px;
      padding-top: 15px;
  }
  
  
  /****aanbod dtl****/
  .kenteken_np{
      background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
      background-repeat: no-repeat;
      background-position: left;
      padding: 6px 10px 5px 40px;
      color: #000;
      background-size: contain;
  }
  .star_icon{
      margin-bottom: 30px;
  }
  .star_icon h4{
      padding-bottom: 10px;
      text-transform: uppercase;
      padding-top: 15px;
      margin-bottom: 15px;
     /* color: #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(#fff calc(1*100%/6),#C3000B 0 calc(3*100%/6),#fff 0),
                linear-gradient(#fff calc(2*100%/6),#C3000B 0 calc(4*100%/6),#fff 0),
                linear-gradient(#fff calc(3*100%/6),#C3000B 0 calc(5*100%/6),#fff 0);
      background-size: 10px 400%;
      background-repeat: no-repeat;
      animation: matrix 1s infinite linear;
    }
    @keyframes matrix {
      0% {
        background-position: 0% 100%, 50% 100%, 100% 100%
      }
    
      100% {
        background-position: 0% 0%, 50% 0%, 100% 0%
      }
    }
    .load_aanbod{
      justify-content: center;
      display: flex;
      column-gap: 30px;
      align-items: center;
      color: #C3000B;
    }
  
  
  .carpass-img {
      width: 115px;
  }
  
  /* whats app lab start  */

.fixed-whatsapp-icon {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 10px;
	bottom: 5%;
	z-index: 999;
    display: none;
}

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

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

.notifcation {
	position: relative;
}

.alert-number {
	display: none;
	position: absolute;
	bottom: 43px;
	right: 12px;
	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;
	}
}
/* whatapp lab end  */


.radio_filter input[type="checkbox"] {
  display: none;
}
.privacy_section h2{
    margin-top: 170px;
}


/* New Css */
.over-ons-mid-title h2 {
    font-size: 5rem;
    margin-right: 20px;
}
.map-view-section  iframe {
    width: 100%;
}