body {
	padding: 0px;
	margin: 0px;
    color: rgba(255, 255, 255, 0.70);
    font-family: 'DMSans-Regular';
    font-size: 1.6rem;
	background-color: #1D1D1B;
    /*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;
}
/*****header-area*****/
.header-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.header-wrap {
	border-radius: 0px 0px 20px 20px;
	background-color: #fff;
	box-shadow: 0px 4px 10px 2px rgba(29, 29, 27, 0.30);
	padding: 27px 40px;
}
.header-logo img {
	width: 276px;
}
.header-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 32px;
}
.header-nav li a {
	color: #1D1D1B;
    font-family: 'DMSans-Regular';
    font-size: 1.6rem;
    line-height: normal;
}
.header-nav li a:hover {
	color: #C3000B;
	/* font-family: 'DMSans-SemiBold'; */
	font-weight: 700;
}
.menu-bar {
    position: relative;
    max-width: 30px;
    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: #C3000B;
    content: '';
    height: 2px;
    margin: 5px 0 5px auto;
    width: 30px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar.active  div {
    transform: scale(0);
}
.menu-bar.active:before {
    transform: translateY(6px) rotate(135deg);
}
.menu-bar.active:after {
    transform: translateY(-8px) rotate(-135deg);
}
.mobile-menu {
	position: fixed;
	top: 70px;
	background-color: #282828;
	height: calc(100vh - 130px);
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	padding: 40px;
	clip-path: inset(0 0 100% 0);
	border-radius: 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.mobile-menu ul {
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
	height: 100%;
	overflow-y: scroll;
}
.mobile-menu ul::-webkit-scrollbar {
	background-color: #1d1d1d;
	width: 10px;
	border-radius: 10px;
}
.mobile-menu ul::-webkit-scrollbar-thumb {
	background-color: #333333;
	border-radius: 10px;
}
.mobile-menu.mob-menu-active {
	clip-path: inset(0 0 0 0);
}
.mobile-menu li {
	margin-bottom: 30px;
	font-size: 2rem;
}
.mobile-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
}
.body-overlay {
	height: 100vh;
	width: 100vh;
	backdrop-filter: blur(10px);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s;	
	-webkit-transition: all 0.5s;	
}
.body-overlay-active {
	opacity: 1;
	pointer-events: all;
}
/***fix-wp***/
.fix-wp {
	position: fixed;
	bottom: 60px;
	right: 50px;
	z-index: 97;
	height: 52px;
	width: 52px;
	background-color: #25D366;
	border-radius: 100%;
}
.fix-wp a {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.fix-wp img {
	width: 25px;
}
/*****banner-sec***/
.banner-sec {
	padding: 35px 0;
	position: relative;
}
.banner-wrap {
	position: relative;
    overflow: hidden;
	border-radius: 20px;
}
.banner-video, .each-banner {
	height: 836px;
}
.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: 142px;
    z-index: 2;
    width: 100%;
}
.banner-content h1 {
    margin-bottom: 32px;
}
.banner-content .common-btn {
	margin: 0 12px;
}
.banner-sec .sec-mark {
	left: auto;
	right: 0;
	z-index: -1;
}
/****product-sec****/
.product-sec {
	padding: 53px 0 93px;
	overflow-x: clip;
}
.product-sec h2 {
	margin-bottom: 63px;
	text-align: center;
}
.product-slider {
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.product-slider::after,
.product-slider::before {
	content: "";
	height: 100%;
	width: 12%;
	position: absolute;
	right: 0;
	top: 0;
	background: linear-gradient(270deg, #1D1D1B 0%, rgba(29, 29, 27, 0.00) 100%);
	z-index: 1;
}
.product-slider::before {
	right: auto;
	left: 0;
	background: linear-gradient(-270deg, #1D1D1B 0%, rgba(29, 29, 27, 0.00) 100%);
	z-index: 2;
}
.each-product-img {
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
}
.each-product-img img {
	height: 100%;
	object-fit: cover;
}
.each-product-text {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	background-color: #fff;
	height: 100%;
	padding: 64px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.home-pg .each-product-text {
	height: 100% !important;
}
.each-product-text h3 {
	color: #1D1D1B;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each-product-text p {
	color: #1D1D1B;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0;
	margin-top: 8px;
}
.each-product-text table {
	margin-top: 50px;
}
.each-product-text td {
	padding-right: 15px;
	color: rgba(29, 29, 27, 0.70);
	font-family: 'DMSans-Regular';
	font-size: 2rem;
	line-height: normal;
	vertical-align: top;
}
td h6 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each-product-text td:last-child {
	padding-right: 0;
}
.each-product-text td strong {
	font-weight: normal;
	font-family: 'DMSans-SemiBold';
	color: #1D1D1B;
	margin-bottom: 8px;
	display: block;
}
.each-product-text::after {
	content: "";
	height: 125px;
	width: 140px;
	position: absolute;
	right: 0;
	top: 0;
	pointer-events: none;
    background-image: url(../images/product-mark.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.each-product .col-lg-7 {
	width: 52%;
}
.each-product .col-lg-5 {
	width: 48%;
}
.product-btm {
	margin-top: 32px;
	padding-top: 32px;
	border-top: 1px solid rgba(29, 29, 27, 0.20);
}
.product-slider .common-arrow {
	transform: translateY(-50%);
	top: 50%;
	margin-top: 0;
}
.product-slider .swiper-button-next {
	right: 8.5%;
}
.product-slider .swiper-button-prev {
	left: 8.5%;
}
.product-cta {
	margin-top: 48px;
}
/****service-sec*****/
.service-sec {
	position: relative;
	background-color: #fff;
	padding: 120px 0 113px;
	overflow: hidden;
}
.sec-mark {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	width: 20%;
}
.service-heading {
	max-width: 878px;
	width: 100%;
	margin: 0 auto 66px;
}
.service-heading h2 {
	color: #1D1D1B;
}
.service-heading p {
	margin: 46px 0 32px;
	color: #1D1D1B;
}
.service-slider {
	border-radius: 20px;
	overflow: hidden;
}
.each-service {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	background-color: #1D1D1B;
	height: 364px;
}
.each-service-text {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.each-service-text p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	margin-bottom: 0;
}
.each-service-text .round-btn {
	margin: 30px auto;
	display: table;
}
.each-service-img {
	height: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service-img img {
	height: 100%;
	object-fit: cover;
}
.each-service:hover .each-service-img {
	opacity: 0;
}
.each-service:hover .round-btn {
	background-color: #C3000B;
}
/*****werkplaats-cta****/
.werkplaats-cta {
	margin-top: 16px;
	border-radius: 28px;
	background-color: #2F2F2D;
	padding: 8px;
}
.werkplaats-cta-img {
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
}
.werkplaats-cta-img img {
	height: 100%;
	object-fit: cover;
}
.werkplaats-cta-text {
	padding: 35px 40px;
	border-radius: 20px;
	background-color: #1D1D1B;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.werkplaats-cta-text p {
	margin-bottom: 0;
	color: #fff;
	padding: 0 20px;
}
.werkplaats-cta .col-lg-2 {
	padding: 0 4px;
	width: 20%;
}
.werkplaats-cta .col-lg-10 {
	padding: 0 4px;
	width: 80%;
}
.werkplaats-cta > .row {
	margin: 0 -4px;
}
/******usp-marquee-sec*******/
.usp-marquee-sec {
	position: relative;
	overflow-x: clip;
	width: 100%;
	padding: 29px 0;
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 75px;
	padding: 9px 0;
	position: relative;
	z-index: 1;
	background-color: #1D1D1B;
}
.usp-marquee-wrap ul {
	display: flex;
	gap: 75px; 
	padding: 0;
	margin: 0;
	list-style: none;
}
.usp-marquee-wrap li {
	white-space: nowrap;
	line-height: normal;
	color: #fff;
	font-size: 1.6rem;
	line-height: 17px;
    font-family: 'DMSans-SemiBold';
	padding-left: 25px;
	position: relative;
}
.usp-marquee-wrap li::after {
	content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    background-image: url(../images/marquee-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px;
    left: 0;
    top: 1px;
}
.usp-marquee-sec .sec-mark {
	right: 0;
	left: auto;
	z-index: -1;
}
/*****about-sec*****/
.about-right-wrap {
	padding-left: 44px;
	padding-top: 12%;
}
.about-right-img {
	max-width: 73%;
	width: 100%;
	margin-left: auto;
}
.about-sec img {
	border-radius: 20px;
}
.about-text {
	max-width: 660px;
	width: 100%;
}
.about-text p {
	margin: 55px 0 32px;
	color: #fff;
}
.about-counter {
	display: flex;
	column-gap: 80px;
	row-gap: 20px;
	margin-top: 95px;
	width: calc(100% + 115px);
	position: relative;
	z-index: 1;
}
.each-counter h2 {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-counter h2 strong {
	font-weight: normal;
}
.each-counter h6 {
	color: #fff;
	margin-top: 8px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-counter:hover h2,
.each-counter:hover h6 {
	color: #E30613;
}
/*****review-sec****/
.review-sec {
	padding: 180px 0 120px;
}
/****footer-area****/
.footer-area {
	padding: 104px 0 42px;
	background-color: #282828;
	position: relative;
}
.footer-area .sec-mark {
	right: 0;
	left: auto;
	width: 26%;
}
.footer-area .container {
	position: relative;
	z-index: 1;
}
.footer-top {
	padding: 55px 40px;
	border-radius: 20px;
	background-color: #1D1D1B;
	border: 3px solid #C3000B;
}
.footer-info {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	margin: 44px 0;
}
.each-footer-info {
	padding: 32px;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.08);
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	min-height: 270px;
}
.each-footer-info h3 {
	margin-bottom: 10px;
}
.each-footer-info p {
	margin-bottom: 0;
	line-height: 30px;
}
.each-footer-info p a {
	color: rgba(255, 255, 255, 0.70);
}
.each-footer-info p a:hover {
	color: #C3000B;
}
.footer-logo img {
	width: 309px;
}
.footer-wp {
	margin-top: 27px;
	max-width: 274px;
	width: 100%;
}
.footer-wp a {
	border-radius: 41px;
	background-color: rgba(37, 211, 102, 0.50);
	display: flex;
	align-items: center;
	padding: 10px;
}
.footer-wp-img {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #25D366;
	height: 63px;
	width: 63px;
	border-radius: 100%;
	margin-right: 18px;
}
.footer-wp-img img {
	width: 24px;
}
.footer-wp-text h6 {
	color: #fff;
	font-size: 1.4rem;
	line-height: 20px;
    font-family: 'DMSans-Medium';
	text-transform: uppercase;
}	
.footer-wp-text p {
	color: #fff;
	margin-bottom: 0;
    font-family: 'DMSans-Regular';
	font-size: 1.4rem;
	line-height: 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-wp:hover .footer-wp-text p {
	color: rgba(255, 255, 255, 0.50);
}
.footer-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 24px;
}
.footer-social li a {
	height: 42px;
	width: 42px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-social li a:hover {
	background-color: #C3000B;
	border-color: #C3000B;
}
.footer-credit p {
	margin-bottom: 0;
}
/*====================================popup start======================================*/
.modal-area .modal-dialog {
    max-width: 993px;
    margin: 5% auto;
}
.modal-area .modal {
	background-color: rgba(29, 29, 27, 0.60);
	backdrop-filter: blur(7px);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: #C3000B;
	position: relative;
	border-radius: 10px 10px 20px 20px;
	text-align: center;
}
.modal-content-wrap {
    border-radius: 0;
    overflow: hidden;
}
.modal-area .popup-content p {
	max-width: 492px;
	width: 100%;
	margin: 0 auto 24px;
	color: #fff;
}
.modal-area .popup-content p:last-child {
	margin-bottom: 0;
}
.modal-area .popup-content ul {
    margin: 24px 0;
	list-style-position: inside;
}
.modal-area .popup-content li {
	color: #fff;
	margin-bottom: 5px;
}
.modal-area .popup-content li:last-child {
    margin-bottom: 0;
}
.modal-area .popup-content {
    padding: 55px 40px;
}
.popup-content-wrap {
	max-width: 644px;
	width: 100%;
	margin: 0 auto;
}
.pop-up-image {
	border-radius: 10px;
	overflow: hidden;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
	height: 60px;
	width: 60px;
	background-color: #C3000B;
	display: flex;
	align-items: center;
	justify-content: center;
    border-radius: 100%;
	z-index: 3;
}
.close-img img {
	width: 23px;
}
/*===============================service-list page start===================================*/
/***inner-banner-sec****/
.inner-banner-sec {
	position: relative;
	padding: 30px 0;
}
.inner-banner-sec .sec-mark {
	left: auto;
	right: 0;
	z-index: -1;
}
.inner-banner-content {
    position: absolute;
    left: 0;
    bottom: 120px;
    z-index: 2;
    width: 100%;
}
/***service-list-sec****/
.service-list-sec {
	padding: 50px 0 120px;
}
.service-list-sec .each-service {
	height: 554px;
	background-color: #393939;
}
.service-list-sec .row {
	row-gap: 20px;
	margin: 0 -10px;
}
.service-list-sec .col-lg-6 {
	padding: 0 10px;
}
.service-list-sec .each-service-text {
	padding: 60px;
}
.service-list-sec .each-service-text p {
	max-width: 440px;
	width: 100%;
}
/*===============================service-dtl page start===================================*/
/****bk-btn-sec****/
.bk-btn-sec {
	padding: 180px 0 32px;
	position: relative;
}
.bk-btn-sec .sec-mark {
	left: auto;
	right: 0;
	width: 24%;
}
.bk-btn-sec .common-btn {
	padding-left: 50px;
	padding-right: 24px;
}
.bk-btn-sec .common-btn::after {
	right: auto;
	left: 27px;
	transform: rotate(180deg);
    top: 18px;
}
.bk-btn-sec .common-btn::before {
	right: auto;
	left: 24px;
}
/****service-dtl-desc-sec***/
.service-dtl-text {
	padding-right: 13%;
}
.service-dtl-text h2 {
	margin-bottom: 24px;
}
.service-dtl-text h6 {
	color: #fff;
	font-family: 'DMSans-SemiBold';
	margin-bottom: 18px;
}
.service-dtl-img {
	position: relative;
}
.service-dtl-img img {
	border-radius: 20px;
}
.service-dtl-img-big {
    max-width: 82%;
	width: 100%;
}
.service-dtl-img-small {
    max-width: 52%;
	width: 100%;
	margin-left: auto;
	margin-top: -31%;
}
/*****service-dtl-info-sec******/
.service-dtl-info-sec {
	padding: 120px 0 80px;
}
.service-dtl-info-sec h2 {
	text-align: center;
	margin-bottom: 80px;
}
.service-dtl-info-sec table,
.service-dtl-info-sec tbody {
	width: 100%;
	display: block;
}
.service-dtl-info-sec tr {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
}
.service-dtl-info-sec td {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
	text-align: center;
	padding: 40px;
	border-radius: 20px;
	min-height: 338px;
	width: 32.7%;
	cursor: default;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.service-dtl-info-sec td h3 {
	margin-bottom: 16px;
}
.service-dtl-info-sec td p {
	margin-bottom: 0;
}
.service-dtl-info-sec td:hover {
	background-color: #C3000B;
}
/****form-sec****/
.form-sec {
	background-color: #fff;
	position: relative;
	padding: 120px 0;
}
.form-block {
	padding-right: 25px;
}
.form-block h2 {
	color: #1D1D1B;
	margin-bottom: 60px;
}
.form-block .form-style {
	resize: none;
	background-color: #fff;
	border-radius: 10px;
	font-size: 1.6rem;
	border: 1px solid rgba(29, 29, 27, 0.50);
    color: rgba(29, 29, 27, 0.50);
	padding: 17px 28px;
    font-family: 'DMSans-Regular';
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.form-block label {
	color: rgba(29, 29, 27, 0.50);
    font-family: 'DMSans-Regular';;
	font-size: 1.4rem;
	margin-left: 10px;
	margin-bottom: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.form-block .focused label {
    color: #1D1D1B;
}
.form-block .form-group {
	margin-bottom: 24px;
}
.form-block .form-style::placeholder {
    color: rgba(29, 29, 27, 0.50);
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.form-block .form-style:placeholder {
    color: rgba(29, 29, 27, 0.50);
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.form-block .form-style:-ms-input-placeholder {
    color: rgba(29, 29, 27, 0.50);
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.form-block .form-style:focus {
    box-shadow: none;
	background-color: #fff;
    color: #1D1D1B;
	border-color: #1D1D1B;
}
.form-block .form-style:focus::placeholder {
	color: #121212;
}
.form-block .filled {
	color: #121212;
	border-color: #1D1D1B;
}
.form-block textarea.form-style {
	height: 147px;
}
.form-block .common-btn {
	text-align: center;
	width: 100%;
}
.form-block .common-btn::after {
	opacity: 0;
}
.form-block .common-btn::before {
	left: 50%;
	right: auto;
	transform: translate(-50%, -50%);
}
.form-block .common-btn:hover::before {
    transform: translate(-50%, -50%) scale(50);
    border-radius: 50%;
	background-color: #2F2F2D;
}
.form-block .common-btn:hover {
	border-color: #2F2F2D;
	color: #fff;
}
.form-reach {
	border-radius: 5px;
	border: 1px solid #1D1D1B;
	background-color: #1D1D1B;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 33px;
	padding: 20px;
}
.form-reach p {
	margin: 6px 0;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 20px;
}
.form-reach p a {
	color: #fff;
}
.form-reach p a:hover {
	color: #C3000B
}
.form-reach-img {
	height: 41px;
	min-width: 41px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0.10);
}
.form-right {
    max-width: 552px;
	width: 100%;
	margin-left: auto;
}
.form-img {
	border-radius: 10px;
	overflow: hidden;
}
.form-sec .sec-mark {
	width: 12%;
}
.form-sec .container {
	position: relative;
	z-index: 1;
}
/****related-service-sec*****/
.related-service-sec {
	padding: 120px 0;
}
.related-service-sec h2 {
	text-align: center;
	margin-bottom: 80px;
}
.related-service-slider {
	position: relative;
}
.related-service-slider .each-service {
	background-color: #393939;
}
.related-service-slider .swiper {
	border-radius: 20px;
}
.related-service-slider .common-arrow {
	transform: translateY(-50%);
	margin-top: 0;
}
.related-service-slider .swiper-button-next {
	right: -50px;
}
.related-service-slider .swiper-button-prev {
	left: -50px;
}
.related-service-slider .swiper-button-disabled {
	opacity: 0;
	pointer-events: none;
}
/*===============================contact page start===================================*/
.map {
	height: 600px;
}
.contact-pg .form-sec {
	background-color: transparent;
}
.contact-pg .form-sec .sec-mark {
	display: none;
}
.contact-pg .form-block {
    max-width: 710px;
    width: 100%;
    margin: 0 auto;
}
.contact-pg .form-block h2 {
	color: #fff;
}
.contact-pg .form-block label {
	color: rgba(255, 255, 255, 0.50);
}
.contact-pg .form-block .form-style {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.50);
}
.contact-pg .form-block .form-style::placeholder {
    color: rgba(255, 255, 255, 0.50);
}
.contact-pg .form-block .form-style:placeholder {
    color: rgba(255, 255, 255, 0.50);
}
.contact-pg .form-block .form-style:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.50);
}
.contact-pg .form-block .form-style:focus {
    box-shadow: none;
	background-color: transparent;
    color: #fff;
	border-color: #fff;
}
.contact-pg .form-block .form-style:focus::placeholder {
	color: #fff;
}
.contact-pg .form-block .filled {
	color: #fff;
	border-color: #fff;
}
.contact-pg .form-block .focused label {
	color: #fff;
}
.contact-pg .form-reach {
	background-color: #fff;
	align-items: start;
	margin-top: 14px;
	padding-top: 14px;
	padding-bottom: 14px;
}
.contact-pg .form-reach p {
	color: #1D1D1B;
}
.contact-pg .form-reach p a {
	color: #1D1D1B;
}
.contact-pg .form-reach p a:hover {
	color: #C3000B;
}
.contact-pg .form-reach-img {
	background-color: rgba(29, 29, 27, 0.10);
	border-color: #1D1D1B;
	margin-top: 10px;
}
.contact-pg .form-reach td {
	color: #1D1D1B;
    font-family: 'DMSans-Regular';
	font-size: 1.6rem;
	line-height: normal;
}
.contact-pg .form-reach td:nth-child(odd) {
	padding-right: 18px;
}
.contact-pg .form-reach table {
	margin-top: 10px;
}
/*===============================overons page start===================================*/
.overons-pg .usp-marquee-sec {
	padding-top: 0;
}
.overons-pg .usp-marquee-sec .sec-mark {
	display: none;
}
/***overons-welcome-sec***/
.overons-welcome-sec {
	padding-top: 100px;
}
.overons-welcome-img {
	border-radius: 20px;
	overflow: hidden;
}
.overons-welcome-text h2 {
	margin-bottom: 24px;
}
.overons-welcome-text p {
	max-width: 618px;
	width: 100%;
}
.overons-pg .about-counter {
	width: 100%;
}
.overons-pg .about-counter h2 {
	margin-bottom: 0;
}
.overons-welcome-text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding-right: 20px;
}
/*****overons-info-sec*****/
.overons-info-sec {
	padding: 120px 0 80px;
}
.overons-info-img {
	max-width: 670px;
	width: 100%;
}
.overons-info-img img {
	border-radius: 20px;
}
.overons-info-img-big {
	max-width: calc(100% - 18%);
	width: 100%;
}
.overons-info-img-small {
	max-width: calc(100% - 41%);
	width: 100%;
	margin-left: auto;
	margin-top: -23%;
}
.overons-info-text table,
.overons-info-text tbody,
.overons-info-text tr {
	display: block;
	width: 100%;
}
.overons-info-text td {
	display: block;
	width: 100%;
	padding: 40px 50px;
	border-radius: 20px;
	margin-bottom: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.overons-info-text td:last-child {
	margin-bottom: 0;
}
.overons-info-text td:hover {
	background-color: #C3000B;
}
.overons-info-text p {
	margin: 24px 0 0;
	max-width: 560px;
	width: 100%;
}
/*****gallery-sec*****/
.gallery-sec {
	position: relative;
	padding: 120px 0;
	background-color: #fff;
}
.gallery-sec {
	position: relative;
	z-index: 1;
}
.gallery-sec h2 {
	color: #1D1D1B;
	margin-bottom: 80px;
	text-align: center;
}
.gallery-main .row {
	row-gap: 15px;
}
.gallery-main .col-5 {
    width: 41%;
}
.gallery-main .col-4 {
	width: 34%;
}
.each-gallery {
	border-radius: 10px;
	overflow: hidden;
	height: 293px;
}
.each-gallery img {
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-gallery:hover img {
	transform: scale(1.1);
}
/*===============================vacature-dtl page start===================================*/
.vacatures-dtl-pg .service-dtl-info-sec td {
	text-align: left;
	width: 49%;
	align-items: start;
}
.vacatures-dtl-pg .service-dtl-info-sec td li {
	line-height: 32px;
}
/*===============================aanbod-list page start===================================*/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding-top: 180px;
	position: relative;
}
.aanbod-filter-sec .sec-mark {
	left: auto;
	right: 0;
	z-index: -1;
	width: 32%;
}
.filter-reset a {
	color: rgba(255, 255, 255, 0.5);
	font-size: 1.4rem;
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
    filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #fff;
}
.filter-reset a:hover img {
    filter: brightness(0) invert(1);
}
.select-style {
	width: 100%;
    height: 50px;
    color: #1D1D1B;
    font-family: 'DMSans-Regular';
    font-size: 1.6rem;
	background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0 15px;
    /* background: url(../images/filter-arrow.svg)  no-repeat 91% center/10px; */
    appearance: none;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    cursor: default;
	text-align: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.select-style:hover {
	background-color: #C3000B;
	border-color: #C3000B;
	color: #fff;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
	background-color: #C3000B;
	border-color: #C3000B;
	color: #fff;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main h3 {
	margin-bottom: 16px;
}
.filter-main option{
    font-family: 'DMSans-Regular';
	background-color: #fff;
}
.filter-content {
    display: none;
    background-color:#282828;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #282828;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'DMSans-Regular';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #fff;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #F9F8F6;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #C3000B;
    border-color: #C3000B;
}
.auto-overview-tag {
    margin-right: 5px;
	margin-bottom: 10px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #F9F8F6;
    border-radius: 6px;
    background-color:#282828;
    font-family: 'DMSans-Regular';
    font-size: 1.4rem;
    border: 1px solid #282828;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
    background-color: #C3000B;
    border-color: #C3000B;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 20%;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 50%;
	transform: translateX(-50%);
    top: 70px;
    background-color: #282828;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 15px 10px;
	border-radius: 10px;
}
.mobile-show-filter .common-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #C3000B;
    border-color: #C3000B;
	color: #fff;
	padding-right: 11px;
}
.mobile-show-filter .common-btn::after {
	opacity: 0;
}
.mobile-show-filter .common-btn::before {
	background-color: #C3000B;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #1D1D1B;
}
.mobile-show-filter .common-btn:hover::before {
	background-color: #1D1D1B;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 100%;
	color: #1D1D1B;
    border: 1px solid #fff;
	margin-left: 30px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #C3000B;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #F9F8F6;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #C3000B;
}
.mobile-filter-close span img {
	width: 9px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #C3000B;
	border-color: #C3000B;
  	color: #fff;
	padding: 10px;
	border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #fff;
}
.auto-overview-filter-result .total_search_records:hover {
	border-color: #282828;
    background-color: #282828;
}
.auto-overview-filter-result .total_search_records::after,
.auto-overview-filter-result .total_search_records::before {
	opacity: 0;
}
.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: 'DMSans-Regular';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
	width: 200px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
/******aanbod-product-sec******/
.aanbod-product-sec { 
	padding: 60px 0 120px;
	position: relative;
	z-index: 2;
}
.aanbod-product-sec .each-product-text {
	margin-top: 16px;
	padding: 26px;
}
.aanbod-product-sec .each-product-text table {
	margin-top: 23px;
}
.aanbod-product-sec .each-product-text tr {
	display: flex;
	flex-wrap: wrap;
}
.aanbod-product-sec .each-product-text td {
	width: 50%;
	display: block;
	border-bottom: 1px solid rgba(29, 29, 27, 0.20);
	border-right: 1px solid rgba(29, 29, 27, 0.20);
	padding: 6px 6px 6px 0;
}
.aanbod-product-sec .each-product-text td:last-child,
.aanbod-product-sec .each-product-text td:nth-last-child(2) {
	border-bottom: 0;
}
.aanbod-product-sec .each-product-text td:nth-child(even) {
	border-right: 0;
	padding-left: 30px;
	padding-right: 0;
}
.aanbod-product-sec .each-product-text h3 {
	margin-bottom: 8px;
}
.aanbod-product-sec .product-btm {
    margin-top: 18px;
    padding-top: 18px;
}
.aanbod-product-sec .aanbod-main-row {
	margin: 0 -10px;
	row-gap: 40px;
}
.aanbod-product-sec .col-xl-4 {
	padding: 0 10px;
}
/*===============================verkocht page start===================================*/
.verkocht-pg .aanbod-product-sec .product-btm {
	padding-top: 0;
}
.verkocht-pg .aanbod-product-sec {
	position: relative;
	padding-top: 220px;
}
.verkocht-pg .aanbod-product-sec .sec-mark {
	right: 0;
	left: auto;
	z-index: -1;
	width: 25%;
}
/*===============================aanbod-dtl page start===================================*/
/****dtl-top-slider-sec*****/
.dtl-top-slider-wrap {
	position: relative;
}
.dtl-top-slider-wrap .swiper {
	border-radius: 20px;
}
.dtl-top-slider-wrap .swiper-button-next {
	right: -50px;
}
.dtl-top-slider-wrap .swiper-button-prev {
	left: -50px;
}
.dtl-top-slider-wrap .common-btn {
	transform: translateY(-50%);
	margin-top: 0;
}
.each-top-car {
	border-radius: 20px;
	overflow: hidden;
}
/******dtl-spec-sec*****/
.dtl-spec-sec {
	padding: 20px 0;
}
.dtl-spec-wrap {
	background-color: #fff;
	padding: 47px 66px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.dtl-spec-wrap::after {
	content: "";
    height: 125px;
    width: 140px;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    background-image: url(../images/spec-mark.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.dtl-spec-wrap .row {
	position: relative;
	z-index: 1;
}
.dtl-spec-model h2 {
	color: #1D1D1B;
}
.dtl-spec-model h6 {
	color: #1D1D1B;
	margin-top: 10px;
}
.dtl-spec-price {
	display: table;
	margin-left: auto;
}
.dtl-spec-price h2 {
	color: #1D1D1B;
}
.dtl-spec-price h4 {
	color: rgba(29, 29, 27, 0.70);
}
.dtl-spec-info td {
	padding: 0 10px;
	vertical-align: top;
}
.dtl-spec-info td h4 {
    font-family: 'DMSans-SemiBold';
}
.dtl-spec-info td h4 strong {
	display: block;
	font-weight: normal;
	color: rgba(29, 29, 27, 0.70);
	font-family: 'DMSans-Regular';
}
/****dtl-tab-sec****/
.dtl-tab-sec {
	padding: 60px 0 65px;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    gap: 20px;
    margin-bottom: 32px;
    border: 0;
	flex-wrap: wrap;
}
/****tab-part****/
ul.tabs li {
    font-family: 'DMSans-Regular';
	font-size: 2.4rem;
	line-height: normal;
	margin: 0;
	word-break: break-word;
	text-transform: none;
	color: rgba(255, 255, 255, 0.70);
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	display: block;
	border: 0;
	padding: 0;
}
ul.tabs li:hover,
ul.tabs li.active {
	color: #fff;
}
.tab_content {
	display: none;
}
.tab_drawer_heading {
	display: none;
}
/****dtl-tab-content****/
.tab_content p {
	color: #fff;
}
.kenmerken-tab {
	overflow: hidden;
}
.kenmerken-tab ul {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
}
.kenmerken-tab li {
	width: 31.5%;
	background-color: #EFEFEF;
	height: 270px;
	min-height: 270px;
	padding: 30px;
	border-radius: 10px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.kenmerken-tab li h6 {
	color: rgba(29, 29, 27, 0.70);;
    font-family: 'DMSans-Regular';
	font-size: 2rem;
	line-height: normal; 
	position: absolute;
	left: 30px;
	top: 30px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.kenmerken-tab li h4 {
	font-family: 'DMSans-SemiBold';
	text-transform: none;
	text-align: center;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.kenmerken-tab li:hover {
	background-color: #C3000B;
}
.kenmerken-tab li:hover h4 {
	color: #fff;
}
.kenmerken-tab li:hover h6 {
	color: rgba(255, 255, 255, 0.70);
}
.bullet-panel h4 {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
	margin-bottom: 20px;
	color: #fff;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    color: #fff;
	margin-bottom: 10px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C3000B;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #C3000B;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    line-height: 24px;
    font-size: 1.6rem;
    margin-top: 8px;
    margin-bottom: 25px;
}
.left-bg-block p {
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls h5 {
    text-transform: none;
    font-size: 2rem;
	color: #fff;
}
.tab-btm-btn {
	margin-top: 40px;
}
.tab-btm-btn .common-btn {
	border: 0;
}
.kenmerken-tab-block-part {
	display: none;
}
.dtl-tab-sec .col-lg-8 {
	width: 60%;
}
.dtl-tab-sec .col-lg-4 {
	width: 40%;
}
/*****kenmarken-popup******/
.kenmarken-popup {
	display: none;
}
.kenmarken-popup-wrap {
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.kenmarken-popup-overlay {
	position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(18, 18, 18, 0.60);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
    background-color: #1D1D1B;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
	border: 1px solid #C3000B;
	box-shadow: 0px 0px 25px 0px rgba(195, 0, 11, 0.5);
	-webkit-box-shadow: 0px 0px 25px 0px rgba(195, 0, 11, 0.5);
	overflow: hidden;
	border-radius: 20px;
}
.kenmarken-popup-close {
	background-color: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #fff;
}
.kenmarken-popup-close img {
	width: 15px;
}
.kenmarken-popup-content {
	overflow-y: scroll;
	height: calc(100% - 116px);
	padding-right: 20px;
}
.kenmarken-popup-content::-webkit-scrollbar  {
	background-color: #5B5A5E;
	width: 10px;
	border-radius: 10px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
	background-color: #999999;
	border-radius: 10px;
}
.kenmerken-popup-model {
	padding-bottom: 30px;
	padding-right: 40px;
}
.kenmerken-popup-model h3 {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-bottom: 10px;
}
.kenmerken-popup-model h6 {
	color: rgba(255, 255, 255, 0.7);
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kenmarken-popup-content h4 {
	margin-bottom: 10px;
	color: #fff;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
}
.kenmarken-popup-content li:nth-child(odd) {
    padding-right: 10px;
}
.kenmarken-popup-content li {
    font-family: 'DMSans-Regular';
    width: 50%;
    position: relative;
    color: #fff;
    font-size: 1.6rem;
    line-height: 30px;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
/*****dtl-contact-card***/
.dtl-contact-card {
	position: sticky;
	top: 170px;
	left: 0;
	padding: 23px;
	border-radius: 10px;
	background-color: #EFEFEF;
	overflow: hidden;
	margin-top: 63px;
	max-width: 561px;
	width: 100%;
}
.dtl-contact-card-man {
	display: flex;
	align-items: center;
}
.dtl-contact-card-man-img {
	min-width: 78px;
	height: 78px;
	border-radius: 100%;
}
.dtl-contact-card-man-img img {
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.dtl-contact-card-man-text {
	padding: 0 20px;
	width: 80%;
}
.dtl-contact-card-man-text h3 {
	color: #1D1D1B;
}
.dtl-contact-card-man-text p {
	color: #1D1D1B;
	margin-bottom: 0;
}
.dtl-contact-card-man-text p a {
	color: #1D1D1B;
}
.dtl-contact-card-man-text p a:hover {
	color: #C3000B;
}
.dtl-contact-card-reach ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	gap: 10px;
}
.dtl-contact-card-reach li {
	color: rgba(29, 29, 27, 0.50);
    font-family: 'DMSans-Medium';
	font-size: 1.6rem;
	line-height: 17px;
}
.dtl-contact-card-reach li img {
	margin-right: 5px;
	margin-top: -4px;
}
.dtl-contact-card-reach li a {
	font-family: 'DMSans-Regular';
	color: rgba(29, 29, 27, 0.50);
}
.dtl-contact-card-reach li a:hover {
	color: #C3000B;
}
.dtl-contact-card-reach {
	padding: 20px 0;
	margin: 23px 0;
	position: relative;
}
.dtl-contact-card-reach::after,
.dtl-contact-card-reach::before {
	content: "";
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position:absolute;
	background-color: rgba(29, 29, 27, 0.10);
	top: 0;
	height: 1px;
}
.dtl-contact-card-reach::before {
	top: auto;
	bottom: 0;
}
.dtl-contact-card-btn {
	display: flex;
	justify-content: center;
	gap: 10px;
}
/*****related-product-sec****/
.related-product-sec {
	padding: 120px 0;
	overflow-x: clip;
}
.related-product-sec h2 {
	text-align: center;
	margin-bottom: 80px;
}
.aanbod-dtl-pg .related-product-sec .each-product-text {
    height: 100% !important;
}

/************************************STYLE FOR DEVELOPER********************************************/

/*******loader*****/
#loader_section{
    display:none;
    width:100%;
    position: fixed;
    top: 0;
    background: #000000b8;
    z-index: 9999999;
    height: 100vh;
    padding: 30vh 0px;
  }
  #loader_section p{
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
  }
  #loader_section img{
    width: 100px;
    margin-bottom: 25px;
  }
  
  /*********Morgen Footer************/
  .morgeninternet-footer {
      background: #000000;
      width: 100%;
      height: 50px;
      display: block;
      text-align: center;
      transition: 0.3s all;
  }
  
  .morgeninternet-footer:hover {
      background: #202020;
      transition: 0.3s all;
  }
  
  .morgeninternet-footer > img {
      height: 35px;
      padding-top: 15px;
  }
  
  
  /****aanbod dtl****/
  .kenteken_np{
      background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
      background-repeat: no-repeat;
      background-position: left;
      padding: 4px 10px 6px 20px;
      color: #000;
      background-size: contain;
  }
  .star_icon{
      margin-bottom: 30px;
  }
  .star_icon 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;
  }
  
  .popup .popuptext {
      display: none;
      width: 200px;
      background-color: #25D366;
      color: #fff;
      text-align: center;
      border-radius: 20px;
      padding: 8px 0;
      position: absolute;
      z-index: 1;
      bottom: 3px;
      right: 71px;
      font-size: small;
  }
  
  .notifcation {
      position: relative;
  }
  
  .alert-number {
      display: none;
      position: absolute;
      bottom: 47px;
      right: 13px;
      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;
      }
  }


  .verkocht-no-product{
	padding-top: 100px;
  }
.lfCQiA {
	display: none;
}
.privacy_section {
    padding: 140px 0 50px;
}
