@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    font-family: 'lama_sansmedium';
    font-size: 1.4rem;
    line-height: 2.2rem; 
    letter-spacing: 0.28px;
    color: #0B1821;
	background-color: #F6F8FA;
}
html {
    font-size: 62.5%;
    height: auto !important;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #1E2B3D;
    border-color: rgba(255,255,255,0.1);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.2);
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/***header-area****/
.header-area { 
	background-color: rgba(246, 248, 250, 0.20);
	backdrop-filter: blur(10px);
	padding: 2rem 0;
}
.header-logo img {
	width: 37rem;
}
.header-menu ul {
	display: flex;
	align-items: center;
	justify-content: end;
}
.header-menu li {
	margin-left: 2.5rem;
}
.header-menu li, .header-menu .common-btn{
	font-size: 1.8rem;
}
.header-menu li:first-child {
	margin-left: 0;
}
.header-menu li .common-btn {
	background-color: transparent;
	border-color: #202633;
	color: #202633;
}
.header-menu li .common-btn:hover {
	background-color: #0066FF;
	border-color: #0066FF;
	color: #fff;
}
.header-area.stiky {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
}
/****banner-sec***/
.banner-sec {
	position: relative;
	height: 85vh;
}
.banner-content {
	position: absolute;
	bottom: 10rem;
	width: 100%;
	z-index: 1;
}
.banner-content h1 {
	margin-bottom: 2.7rem;
}
.banner-content .border-btn {
	margin-left: 1rem;
}
/*****product-sec****/
.product-sec {
	margin-top: -4rem;
	position: relative;
	background-color: #1E2B3D;
	z-index: 1;
	padding: 10.6rem 0 12rem;
}
.product-heading {
	margin-bottom: 8rem;
}
.product-heading-text {
	max-width: 38.5rem;
	width: 100%;
}
.product-heading-text h2 {
	margin-bottom: 2.5rem;
}
.product-btn {
	background-color: #1E2B3D;
	border-radius: 2rem;
	overflow: hidden;
	padding: 3rem;
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
} 
.product-btn-img {
	width: 4rem;
	margin-right: 2.3rem;
}
.product-btn-img img {
	filter: brightness(0) saturate(100%) invert(47%) sepia(11%) saturate(1101%) hue-rotate(175deg) brightness(95%) contrast(88%);
	-webkit-filter: brightness(0) saturate(100%) invert(47%) sepia(11%) saturate(1101%) hue-rotate(175deg) brightness(95%) contrast(88%);
}
.product-btn h5 {
	line-height: 2.24rem;
	color: #fff;
}
.product-btn h4 {
	color: #fff;
}
.product-heading-btn {
	max-width: 37.5rem;
	width: 100%;
	margin-left: auto;
}
.ovrns-pdct-buttom:hover {
	background-color: #F0D9FF;
}
/*.product-btn:hover h5,
.product-btn:hover h4 {
	color: #101824;
}*/
.product-btn:hover h5,
{
	color: #101824;
}
.ovrns-pdct-buttom:hover img {
	filter: brightness(0) saturate(100%) invert(6%) sepia(6%) saturate(7185%) hue-rotate(179deg) brightness(94%) contrast(92%);
	-webkit-filter: brightness(0) saturate(100%) invert(6%) sepia(6%) saturate(7185%) hue-rotate(179deg) brightness(94%) contrast(92%);
}
.each-product-img {
	border-radius: 1rem;
	overflow: hidden;
}
.product-slider .swiper-button-next {
	right: -8%;
}
.product-slider .swiper-button-prev {
	/*right: 5rem;*/
	left: -8%;
}
.each-product-info {
	border-radius: 1rem;
	margin: 1rem 0;
	padding: 2rem 2.3rem;
	background-color: #fff;
}
.each-product-btn {
	position: relative;
	background-color: #101824;
	border-radius: 1rem;
	padding: 1.8rem 2.3rem;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-btn::after {
	content: "";
    height: 0.6rem;
    width: 0.7rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.3rem;
    background-image: url(../images/product-arrow.svg);
    background-repeat: no-repeat;
    background-size: 0.7rem;
    background-position: center center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-btn h5 {
	color: #fff;
}
.each-product:hover .each-product-btn {
	background-color: #0066FF;
}
.product-price h5 {
	font-family: 'lama_sanssemibold';
	margin-bottom: 0.6rem;
}
.product-price h6 {
	background-color: #0066FF;
	font-size: 1rem;
	color: #fff;
	display: inline-block;
	border-radius: 0.5rem;
	padding: 0.4rem 0.9rem;
	height: auto;
}
.product-model h5 {
	height: 5rem;
	overflow: hidden;
}
.product-model h6 {
	height: 4rem;
	overflow: hidden;
}
.each-product-info table {
	width: 100%;
}
.each-product-info td h6 {
	font-size: 1.2rem;
}
.each-product-info td h6 span {
	color: #101824;
}
.each-product-info hr {
	margin: 1.2rem 0 1.7rem;
	background-color: #E9E9E9;
	opacity: 1;
}
.product-slider .swiper {
	padding: 6rem 0;
}
.product-slider .swiper-scrollbar {
	opacity: 1 !important;
	width: 100%;
	background-color: rgba(16, 24, 36, 0.20);
	height: 0.2rem;
	border: 2.4rem;
	bottom: 0;
	left: 0;
}
.product-slider .swiper-scrollbar-drag {
	background-color: #101824;
}
/****service-sec****/
.service-sec {
	background-color: #101824;
	padding: 10.6rem 0 4.2rem;
	margin-top: -2rem;
	position: relative;
	z-index: 2;
}
.service-heading {
	margin-bottom: 10.6rem;
}
.service-heading h2 {
	color: #fff;
}
.service-heading p {
	color: #fff;
	margin-bottom: 4.3rem;
}
.service-heading-text {
	max-width: 38.5rem;
	width: 100%;
	margin-left: auto;
}
.service-main .row {
	row-gap: 1.4rem;
}
.each-service {
	min-height: 37.1rem;
	background-color: #1E2B3D;
	border-radius: 2rem;
	overflow: hidden;
	padding: 5rem 4rem 3.6rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	background-size: 0;
	position: relative;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service h5 {
	color: #fff;
	margin-bottom: 1.4rem;
}
.each-service h4 {
	color: #fff;
}
.each-service h6 {
	color: #fff;
	position: relative;
	font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: 0.14px;
}
.each-service h6::after {
	content: "";
    height: 1.2rem;
    width: 1.2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-image: url(../images/btn-arrow.svg);
    background-repeat: no-repeat;
    background-size: 1.2rem;
    background-position: center center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	filter: invert(1);
}
.each-service-heading {
	margin-bottom: 3rem;
	position: relative;
	z-index: 1;
}
.each-service-btn {
	position: relative;
	z-index: 1;
}
.each-service-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	opacity: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-img::after {
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(16, 24, 36, 0.7);
	top: 0;
	left: 0;
	position: absolute;
}
.each-service-img img {
	height: 100%;
	object-fit: cover;
}
.each-service-btn {
	opacity: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-main .col-md-6:nth-child(4) .each-service h5,
.service-main .col-md-6:nth-child(4) .each-service h4 {
	color: #101824;
}
.each-service:hover .each-service-img {
	opacity: 1;
}
.each-service:hover {
	background-color: transparent;
}
.service-main .col-md-6:nth-child(2) .each-service {
	background-color: #828CA0;
}
.service-main .col-md-6:nth-child(3) .each-service {
	background-color: #ABB4C1;
}
.service-main .col-md-6:nth-child(4) .each-service {
	background-color: #F0D9FF;
}
.service-main .col-md-6:nth-child(5) .each-service {
	background-color: #627896;
}
.service-main .col-md-6:nth-child(4) .each-service:hover h5,
.service-main .col-md-6:nth-child(4) .each-service:hover h4 {
	color: #fff;
}
.each-service:hover .each-service-btn {
	opacity: 1;
}
/****counter-area*****/
.counter-area {
	padding: 4.2rem 0 8.6rem;
	background-color: #101824;
	border-radius: 0 0 2rem 2rem;
}
.each-counter-img {
	background-color: #1E2B3D;
	height: 10.4rem;
	width: 10.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2rem;
	overflow: hidden;
	margin-right: 3.3rem;
}
.each-counter {
	display: flex;
	align-items: center;
}
.each-counter h3 {
	font-size: 4rem;
	line-height: 5.6rem;
}
.each-counter h4 {
	color: #fff;
}
.each-counter-text {
    width: calc(100% - 13rem);
}
/*****insta-sec****/
.insta-sec {
	padding: 2rem 0;
}
/****choose-us-sec***/
.choose-us-sec {
	padding: 16rem 0 18rem;
}
.choose-us-img {
	border-radius: 2rem;
	overflow: hidden;
	max-width: 52.6rem;
	width: 100%;
	margin-left: auto;
	height: 59.2rem;
}
.choose-us-img img {
	height: 100%;
	object-fit: cover;
}
.choose-us-text h2 {
	margin-bottom: 3.3rem;
}
.choose-us-text ul {
	max-width: 48rem;
	width: 100%;
}
.choose-us-text li {
	margin-bottom: 3.3rem;
	padding-left: 3rem;
	position: relative;
}
.choose-us-text li:last-child {
	margin-bottom: 0;
}
.choose-us-text li::after {
	content: "";
    height: 1.4rem;
    width: 1.6rem;
    position: absolute;
    top: 1.5rem;
    transform: translateY(-50%);
    left: 0;
    background-image: url(../images/list-star.svg);
    background-repeat: no-repeat;
    background-size: 1.6rem;
    background-position: center center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/***google-review-sec****/
.google-review-sec {
	padding-bottom: 13.3rem;
}
/****footer-area*****/
.footer-area {
	padding: 11.8rem 0 4.5rem;
	background-color: #101824;
}
.footer-logo img {
	width: 19rem;
}
.footer-social ul {
	display: flex;
	column-gap: 1rem;
	align-items: center;
}
.footer-social li span {
	margin-left: 0.6rem;
}
.footer-social li a {
	color: #F6F8FA;
}
.footer-social li .common-btn {
	border-color: #222F42;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.footer-social li img {
	width: 1.8rem;
}
.footer-social li .car-prof img {
	width: auto;
	max-width: 12rem;
}
.footer-social li .car-prof {
	padding: 0;
	border: 0;
}
.footer-social li .car-prof:hover {
	background-color: transparent;
}
.footer-contact-btn {
	background-color: #222F42;
}
.footer-info {
	max-width: 46.6rem;
	width: 100%;
	margin-bottom: 4rem;
	margin-top: 22.2rem;
}
.footer-info h4 {
	color: #fff;
	margin-bottom: 2rem;
}
.footer-info p {
	color: #fff;
}
.footer-credit {
	margin-top: 4.2rem;
}
.footer-credit h5 {
	color: rgba(246, 248, 250, 0.20);
}
.footer-right {
	max-width: 45.5rem;
	width: 100%;
	margin-left: auto;
	margin-bottom: 1.4rem;
}
.contact-card {
	background-color: #1E2B3D;
	border-radius: 1rem;
	padding: 2.5rem 3.4rem 1.2rem 3.4rem;
	margin-bottom: 1.4rem;
	position: relative;
	z-index: 1;
}
.contact-card:last-child {
	margin-bottom: 0;
}
.contact-card h6 {
	color: rgba(246, 248, 250, 0.50);
}
.contact-card p {
	font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: 0.2px;
    color: #F6F8FA;
	margin-bottom: 1.2rem;
}
.contact-card p a {
	color: #F6F8FA;
}
.contact-card p a:hover {
	color: #0066FF;
}
.contact-pink-card {
	background-color: #F0D9FF;
}
.contact-pink-card h6 {
	color: rgba(16, 24, 36, 0.50);
}
.contact-pink-card p a {
	color: #101824;
}
/*=================================POPUP START======================================*/
.modal-area .modal-dialog {
    max-width: 52%;
    margin: 8% auto 0;
}
.modal-area .modal {
	background: rgba(11, 24, 33, 0.52);
	backdrop-filter: blur(2px);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
	overflow: hidden;
    background-color: transparent;
	position: relative;
}
.modal-area .popup-content h5 {
	color: #0A0A0A;
	font-size: 1.8rem;
	line-height: 2.5rem;
	letter-spacing: 0.18px;
}
.modal-area .popup-content h3 {
	color: #0A0A0A;
	font-size: 3.6rem;
	letter-spacing: 0.36px;
	margin: 2rem 0 2.5rem;
}
.modal-area .popup-content {
    padding: 6.4rem 7rem 6rem;
    background-color: #fff;
	border-radius: 1rem;
}
.modal-area .popup-content .common-btn {
	border-radius: 10rem;
	border-color: rgba(10, 10, 10, 0.30);
	color: #0A0A0A;
	margin-top: 5.4rem;
	font-size: 1.4rem;
}
.modal-area .popup-content .common-btn:hover {
	background-color: #0066FF;
	border-color: #0066FF;
	color: #fff;
}
.pop-up-image {
	height: 100%;
	border-radius: 1rem;
	overflow: hidden;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
	font-size: 2rem;
	height: 4rem;
	width: 4rem;
	background-color: #0066FF;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'lama_sansmedium';
	border-radius: 0.6rem;
}
.close-img:hover {
	color:#fff;
}
/*===============================DIENSTEN LIST PAGE STRAT========================================*/
/*****inner-banner-sec*****/
.inner-banner-sec {
	padding-top: 10rem;
}
.inner-banner-content {
	margin-bottom: 4.8rem;
}
.inner-banner-content h1 {
	color: #0B1821;
}
.inner-banner-img {
	height: 29.4rem;
	overflow: hidden;
}
.inner-banner-img img {
	height: 100%;
	object-fit: cover;
}
.scroll-btn {
	height: 10rem;
	width: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 100%;
	position: absolute;
	right: 0;
	bottom: -10rem;
	cursor: pointer;
	z-index: 9;
}
.scroll-btn img {
	width: 2.4rem;
}
/***service-list-info****/
.service-list-info {
	padding: 7.5rem 0 3.6rem;
}
.service-list-info p {
	max-width: 43.6rem;
	width: 100%;
	margin-left: auto;
}
/****service-list-sec****/
.each-service-list {
	border-radius: 2rem;
	overflow: hidden;
	position: relative;
	min-height: 56.3rem;
	height: 100%;
}
.each-service-list-text {
	border-radius: 0 0 2rem 2rem;
	background: rgba(0, 0, 0, 0.40);
	backdrop-filter: blur(10px);
	min-height: 27rem;
	position: absolute;
	bottom: -17rem;
	left: 0;
	width: 100%;
	padding: 3.3rem 3.3rem 2.2rem;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-list-text h4 {
	color: #fff;
	padding-right: 6.5rem;
}
.each-service-list-text p {
	margin: 4.2rem 0 2.3rem;
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each-service-list-icon {
	height: 3.7rem;
	width: 3.7rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	border: 1px solid #fff;
	position: absolute;
	right: 3.3rem;
	transform: rotate(180deg);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-list-icon img {
	width: 1rem;
}
.service-list-sec .col-lg-6 {
	padding: 0 1rem;
	margin-bottom: 3.5rem;
}
.each-service-list-img {
	height: 100%;
}
.each-service-list-img img {
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-list:hover .each-service-list-img img {
	transform: scale(1.1);
}
.each-service-list:hover .each-service-list-icon {
	transform: rotate(0);
}
.each-service-list:hover .each-service-list-text {
	bottom: 0;
}
/***diensten-list-google-review****/
.diensten-list-google-review {
	padding-bottom: 5.8rem;
	padding-top: 7.2rem;
}
/*===============================DIENSTEN DTL PAGE STRAT========================================*/
.bk-btn-sec {
	position: relative;
}
.bk-btn-sec .common-btn {
	position: absolute;
    top: 10rem;
	z-index: 1;
	border: 1px solid rgba(11, 24, 33, 0.30);
	padding-right: 2rem;
	padding-left: 4.2rem;
	background-color: transparent;
}
.bk-btn-sec .common-btn::after {
	background-image: url(../images/bk-btn-arrow.svg);
	left: 2rem;
	right: auto;
	width: 0.8rem;
	height: 0.8rem;
	background-size: 0.8rem;
}
.bk-btn-sec .common-btn:hover {
	background-color: #0066FF;
	color: #fff;
	border-color: #0066FF;
}
.bk-btn-sec .common-btn:hover::after {
	filter: invert(1) brightness(10);
    -webkit-filter: invert(1) brightness(10);
}
/***diensten-dtl-top-sec*****/
.diensten-dtl-top-sec {
	padding: 7.5rem 0 8rem;
}
.diensten-dtl-top-text {
	max-width: 50rem;
	width: 100%;
	margin-left: auto;
}
.diensten-dtl-top-text p {
	margin-bottom: 3rem;
}
.diensten-dtl-top-text p:last-child {
	margin-bottom: 0;
}
.diensten-dtl-top-text .common-btn {
	background-color: #0066FF;
	color: #fff;
}
.diensten-dtl-top-text .common-btn:hover {
	background-color: #101824;
	border-color: #101824;
	color: #fff;
}
/*****diensten-dtl-benefit-sec****/
.diensten-dtl-benefit-sec {
	background-color: #101824;
	padding: 9.4rem 0;
	border-radius: 2rem;
}
.diensten-dtl-benefit-img {
	border-radius: 2rem;
	overflow: hidden;
	max-width: 50.8rem;
	height: 57.6rem;
    width: 100%;
}
.diensten-dtl-benefit-img img {
	height: 100%;
	object-fit: cover;
}
.diensten-dtl-benefit-text {
	max-width: 50rem;
	width: 100%;
	margin-left: auto;
}
.diensten-dtl-benefit-text h2 {
	color: #F6F8FA;
	margin-bottom: 11rem;
}
.each-accordion {
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
	margin-bottom: 2rem;
}
.each-accordion:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.20);
	padding-top: 2rem;
}
.each-accordion .accordion-button {
    background: transparent;
    color: #fff;
    box-shadow: none;
	cursor: pointer;
}
.each-accordion h4 {
	color: #fff;
	margin-bottom: 1.5rem;
}
.each-accordion p {
	color: #fff;
	margin-bottom: 1.4rem;
}
.each-accordion .accordion-button:after {
    position: absolute;
    top: 0.5rem;
    right: 0;
    content: '';
    width: 2.3rem;
    height: 2.3rem;
    background-image: url(../images/acc-down.svg);
    background-repeat: no-repeat;
    background-size: 2.3rem;
    background-position: center center;
}
.each-accordion .accordion-button:not(.collapsed):after {
    background-image: url(../images/acc-up.svg);
}
.each-accordion .accordion-button:not(.collapsed)::after {
	transform: rotate(0);
}
/*****diensten-dtl-contact-sec*****/
.diensten-dtl-contact-sec {
	padding: 12rem 0 11rem;
}
.diensten-dtl-contact-info {
	padding: 4rem 6rem;
	border-radius: 1rem;
	overflow: hidden;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	position: relative;
}
.diensten-dtl-contact-info::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
}
.contact-form {
	background-color: #fff;
	border-radius: 1rem;
	overflow: hidden;
	height: 100%;
	padding: 4.6rem 7rem;
}
.form-styl {
    resize: none;
	border: 1px solid rgba(11, 24, 33, 0.20);
    border-radius: 0;
    font-family: 'lama_sansmedium';
	color: rgba(11, 24, 33, 0.50);
    font-size: 1.6rem;
    padding: 1.9rem 2.4rem;
    border-radius: 1.5rem;
    background-color: #fff;
    letter-spacing: 0.1rem;
	line-height: 2.24rem;
}
.form-styl:placeholder {
	color: rgba(11, 24, 33, 0.50);
	opacity: 1;
}
.form-styl:-ms-input-placeholder {
	color: rgba(11, 24, 33, 0.50);
	opacity: 1;
}
.form-styl::placeholder {
	color: rgba(11, 24, 33, 0.50);
	opacity: 1;
}
.form-styl:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
	border: 1px solid rgba(11, 24, 33, 0.20);
	color: rgba(11, 24, 33, 0.50);
}
textarea.form-styl {
    min-height: 10.1rem;
}
.contact-form .form-group {
	margin-bottom: 1.7rem;
}
.contact-form h4 {
	margin-bottom: 1.5rem;
}
.contact-form .common-btn {
	background-color: #0066FF;
	color: #fff;
	border-color: #0066FF;
	margin-top: 1rem;
}
.contact-form .common-btn:hover {
	background-color: #101824;
	color: #fff;
	border-color: #fff;
}
/****related-service-sec****/
.related-service-sec {
	background-color: transparent;
	border-radius: 0;
	padding: 0 0 6rem;
}
.related-service-sec .service-heading {
	margin-bottom: 5.3rem;
}
.related-service-sec .service-heading p {
	color: #0B1821;
	margin-bottom: 3rem;
}
.related-service-sec .service-heading h2 {
	color: #0B1821;
}
.related-service-sec .service-heading .border-btn {
	border-color: #0B1821;
	color: #0B1821;
}
.related-service-sec .service-heading .border-btn:hover {
	border-color: #0066FF;
	color: #fff;
}
/*===============================BEDANKT PAGE STRAT========================================*/
/***bedankt-banner-sec***/
.bedankt-banner-sec {
	padding-top: 23rem;
}
.bedankt-banner-content h1 {
	color: #0B1821;
}
.bedankt-banner-content p {
	margin: 5rem 0;
	color: #fff;
}
.bedankt-banner-content .position-relative {
	max-width: 74rem;
	width: 100%;
}
.bedankt-banner-content {
	position: absolute;
    top: 24rem;
    width: 100%;
}
.bedankt-banner-img {
	margin-bottom: -2rem;
    position: relative;
    z-index: -1;
	height: 67.5rem;
}
.bedankt-banner-img img {
	height: 100%;
	object-fit: cover;
}
/*============================CONTACT PAGE START==================================*/
/****map-sec**/
.map-sec .row {
	margin: 0;
}
.each-map {
	height: 63.7rem;	
}
/****contact-form-sec****/
.contact-form-sec .contact-form {
	background-color: #101824;
	border-radius: 2rem;
	padding-top: 8rem;
	padding-bottom: 8rem;
	margin-top: -12rem;
    position: relative;
    z-index: 1;
}
.contact-form-sec .contact-form h5 {
	color: #fff;
}
.contact-form-sec .contact-form h2 {
	color: #fff;
	margin-bottom: 2.5rem;
}
.contact-form-sec .contact-form p {
	color: #fff;
	max-width: 35rem;
	width: 100%;
	margin: 0 auto;
}
.contact-form-sec .contact-form form {
	margin: 3.4rem auto 0;
	max-width: 76.6rem;
	width: 100%;
}
.contact-form-sec .contact-form textarea.form-styl {
	min-height: 12rem;
}
.contact-form-sec .contact-form .form-styl {
	color: rgba(255, 255, 255, 0.50);
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.20);;
}
.contact-form-sec .contact-form .form-styl:placeholder {
	color: rgba(255, 255, 255, 0.50);
}
.contact-form-sec .contact-form .form-styl:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.50);
}
.contact-form-sec .contact-form .form-styl::placeholder {
	color: rgba(255, 255, 255, 0.50);
}
.contact-form-sec .contact-form .form-styl:focus {
	color: rgba(255, 255, 255, 0.50);
	border-color: rgba(255, 255, 255, 0.20);
}
/***office-address-sec*****/
.office-address-sec {
	padding: 4.6rem 0 2.6rem;
	margin-bottom: 8rem;
}
.each-office-address {
	position: relative;
	border-radius: 2rem;
	overflow: hidden;
	min-height: 38rem;
    height: 100%;
}
.each-office-address::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(16, 24, 36, 0.30) 0%, rgba(16, 24, 36, 0.90) 100%);
}
.each-office-address-img {
	height: 100%;
}
.each-office-address-img img {
	height: 100%;
	object-fit: cover;
}
.each-office-address-text {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1;
	padding: 3.4rem 4.4rem 2.4rem;
}
.each-office-address-text h5 {
	color: #fff;
	margin-bottom: 1.6rem;
}
.each-office-address-text li {
	color: #fff;
    font-family: 'lama_sansmedium';
	font-size: 14px;
	line-height: 1.9rem;
	letter-spacing: 0.28px;
	display: inline-flex;
	width: 49%;
	align-items: start;
	margin-bottom: 1rem;
}
.each-office-address-text li a {
	color: #fff;
}
.each-office-address-text li a:hover {
	color: #F0D9FF;
}
.each-office-address-text li img {
	margin-right: 1.25rem;
	margin-top: 0.3rem;
	width: 1.5rem;
	height: 1.5rem;
}
/*===============================VACATURE PAGE STRAT========================================*/
.vacature-list-sec {
	padding-bottom: 4.6rem;
}
/*===============================VACATURE-DTL PAGE STRAT========================================*/
/***key-points-area****/
.key-points-area {
	padding: 10rem 0 10.9rem;
	background-color: #101824;
	margin-top: -2rem;
	position: relative;
}
.key-point-text h2 {
	color: #fff;
	margin-bottom: 3.5rem;
}
.key-point-text p {
	color: #fff;
}
.key-point-main {
	max-width: 36rem;
    width: 100%;
    margin: 0 auto;
}
.key-point-main .each-counter {
	margin-bottom: 3.5rem;
}
.key-point-main .each-counter:last-child {
	margin-bottom: 0;
}
/***vacature-dtl-choose-us**/
.vacature-dtl-choose-us {
	padding: 9.6rem 0 8rem;
	margin-top: -2rem;
	position: relative;
	z-index: 1;
	background-color: #F6F8FA;
}
/***vacature-dtl-contact-form**/
.vacature-dtl-contact-form {
	background-color: #101824;
	border-radius: 2rem;
}
.vacature-dtl-contact-form .contact-form {
	margin-top: 0;
}
/***related-vacature-sec***/
.related-vacature-sec {
	padding: 9rem 0 6.5rem;
}
/*===============================OVERONS PAGE STRAT========================================*/
/****member-sec***/
.member-sec {
	background-color: #101824;
	border-radius: 2rem;
	padding: 7.8rem 0 9.4rem;
}
.member-sec h2 {
	color: #fff;
	margin-bottom: 2rem;
}
.each-member {
	position: relative;
	overflow: hidden;
	border-radius: 2rem;
	height: 100%;
	min-height: 48.5rem;
}
.each-member-img {
	height: 100%;
}
.each-member img {
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.member-slider .swiper {
	padding: 7rem 0;
}
.member-slider .swiper-slide {
	height: auto;
}
.member-slider .swiper-button-next {
    right: 0;
}
.member-slider .swiper-button-prev {
    right: 5rem;
    left: auto;
}
.member-slider .common-arrow {
    top: 0;
}
.member-slider .swiper-scrollbar {
    opacity: 1 !important;
    width: 100%;
	background: rgba(255, 255, 255, 0.20);
    height: 0.2rem;
    border: 2.4rem;
    bottom: 0;
    left: 0;
}
.member-slider .swiper-scrollbar-drag {
    background-color: #fff;
}
.each-member {
	position: relative;
}
.each-member::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	background: linear-gradient(0deg, rgba(16, 24, 36, 0.30) 0%, rgba(16, 24, 36, 0.30) 100%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-member-text {
	background-color: #fff;
	border-radius: 1rem;
	width: calc(100% - 5.4rem);
	padding: 1.7rem 2.2rem;
	position: absolute;
	bottom: 1.6rem;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	z-index: 1;
}
.each-member-text h4 {
	color: #0B1821;
}
.each-member-text h5 {
	color: rgba(11, 24, 33, 0.70);
}
.each-member:hover::after {
	opacity: 1;
}
.each-member:hover .each-member-text {
	background-color: #0066FF;
}
.each-member:hover h4 {
	color: #fff;
}
.each-member:hover h5 {
	color:rgba(255, 255,255, 0.70);
}
/****overons-history-sec***/
.overons-history-sec {
	padding: 14rem 0 13rem;
}
.overons-history-sec .product-heading {
	margin-bottom: 0;
}
.overons-history-sec .product-heading-text {
	max-width: 70rem;
}
.overons-history-sec .product-heading-text p {
	max-width: 46rem;
}
.overons-history-sec .product-heading-btn {
	max-width: 56.2rem;
}
.overons-history-sec .product-btn {
	align-items: start;
	margin-bottom: 2rem;
}
.overons-history-sec .product-btn:last-child {
	margin-bottom: 0;
}
.overons-history-sec .product-btn p {
	max-width: 338px;
	width: 100%;
	color: #fff;
	margin-top: 1.5rem;
}
.overons-history-sec .product-btn p {
	color: #fff;
}
.overons-history-sec .ovrns-pdct-buttom:hover p {
	color: #101824;
}
/***overons-gallery-sec****/
.overons-gallery-sec {
	padding-bottom: 2.7rem;
	overflow: hidden;
}
.overons-gallery-slider {
	position: relative;
	margin: 0 -30%;
}
.each-gallery {
	border-radius: 2rem;
	overflow: hidden;
	position: relative;
	height: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-gallery::after {
	content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
}
.overons-gallery-sec .swiper-slide-prev, .overons-gallery-sec .swiper-slide-next{
	opacity: 1;
}
.each-gallery img {
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.overons-gallery-slider .common-arrow {
	background-color: rgba(247, 240, 236, 0.27);
	background-color: transparent;
	border-radius: 100%;
	width: 8.6rem;
	height: 8.6rem;
}
.overons-gallery-slider .common-arrow img {
	width: 3.5rem;
}
.overons-gallery-slider .swiper-button-next {
	right: 24%;
}
.overons-gallery-slider .swiper-button-prev {
	left: 24%;
}
.overons-gallery-slider .swiper-slide {
	height: auto;
}
.overons-gallery-slider .swiper-slide-prev .each-gallery,
.overons-gallery-slider .swiper-slide-next .each-gallery	{
	height: calc(100% - 9rem);
	position: relative;
	bottom: -9rem;
}
.each-gallery:hover img {
	transform: scale(1.1);
}
/*===============================AANBOD PAGE STRAT========================================*/
/***aanbod-filter-sec***/
.aanbod-filter-sec {
	background-color: #1E2B3D;
	padding-top: 7.4rem;
}
/***aanbod-product-sec**/
.aanbod-product-sec {
	padding: 3rem 0 11.2rem;
}
.aanbod-product-sec .each-product {
	margin-bottom: 2.6rem;
}
.outer-filter {
	display: flex;
	justify-content: end;
	gap: 1.5rem;
}
.outer-filter .more-filter-btn {
	max-width: 5.8rem;
	width: 100%;
	cursor: pointer;
	background-image: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.more-filter-btn img {
	width: 2rem;
}
.more-filter-btn:hover,
.more-filter-btn.active {
	background-color: #0066FF;
	border-color: #0066FF;
}
.more-filter-btn:hover img,
.more-filter-btn.active img{
	filter: invert(1);
}
.hidden-filter {
	margin-top: 2rem;
	/* display: none; */
}
.outer-filter .select-style {
	padding-right: 3.7rem;
}
.total-car h5 {
	color: #fff;
}
.total-car h5 span {
	font-size: 2rem;
}
.select-style {
	width: 100%;
    height: 4.8rem;
    color: #0B1821;
    font-family: 'lama_sansmedium';
    font-size: 1.6rem;
    border: 1px solid rgba(11, 24, 33, 0.30);
    border-radius: 0.5rem;
    padding: 0 2rem;
    background: url(../images/filter-arrow.svg) #F6F8FA no-repeat 93% center/10px;
    appearance: none;
    line-height: 4.8rem;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.select-style option{
	font-family: arial;
}
.filter-content {
    display: none;
    background-color:#F6F8FA;
    padding: 1rem 2rem 1.5rem;
    z-index: 2;
    border: 1px solid rgba(11, 24, 33, 0.30);
    border-top: 0;
    border-radius: 0 0 0.5rem 0.5rem;
    margin-top: -0.5rem !important;
	cursor: default;
	max-height: 40rem;
	overflow-y: scroll;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #0B1821;
    margin-bottom: 1rem;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'lama_sansmedium';
    font-size: 1.6rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #0B1821;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 1.6rem;
    height: 1.6rem;
    vertical-align: middle;
    margin-top: -0.3rem;
    margin-right: 0.8rem;
    box-shadow: none;
    border: 1px solid #0B1821;
    background-color: #F6F8FA;
    border-radius: 0.3rem;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #0066FF;
    border-color: #0066FF;
}
.aanbod-filter-sec .color_box {
	background-color: Gray;
    height: 1.5rem;
    width: 1.5rem;
    margin-left: 1rem;
	margin-top: 0.3rem;
    border-radius: 0.3rem;
}
.aanbod-filter {
	margin-bottom: 2rem;
}
.auto-overview-tag {
    margin-right: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.5rem 1.4rem;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #0B1821;
    border-radius: 1rem;
    background-color:#F0D9FF;
	font-family: 'lama_sansmedium';
    font-size: 1.6rem;
}
.cross-btn {
    width: 1.1rem;
}
.auto-overview-tag:hover {
	background-color: #0066FF;
	color: #fff;
}
.auto-overview-tag:hover .cross-btn {
	filter: invert(1) brightness(10);
}
.total_search_records {
	margin-top: 3rem;
}
.clear-filter {
	margin-top: 2rem;
}
.clear-filter a {
	font-size: 1.6rem;
}
.clear-filter img {
	width: 1.3rem;
	margin-left: 0.5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.clear-filter a:hover img {
	filter: brightness(0) saturate(100%) invert(21%) sepia(100%) saturate(4447%) hue-rotate(214deg) brightness(109%) contrast(101%);
	-webkit-filter: brightness(0) saturate(100%) invert(21%) sepia(100%) saturate(4447%) hue-rotate(214deg) brightness(109%) contrast(101%);
}
.mobile-filter-close {
    padding: 1.5rem;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #F6F8FA;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
}
.mobile-filter-close span {
    max-width: 3.2rem;
	width: 100%;
    height: 3.2rem;
    background-color: #F6F8FA;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #0B1821;
}
.mobile-filter-close span img {
	width: 1.2rem;
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #0066FF;
	border-color: #0066FF;
	color: #fff;
	padding: 1rem;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #1E2B3D;
	border-color: #1E2B3D;
}
/*===============================AANBOD-DTL PAGE STRAT========================================*/
/**aanbod-dtl-bk-btn***/
.aanbod-dtl-bk-btn .common-btn {
	top: 11rem;
}
/****aanbod-dtl-top-sec****/
.aanbod-dtl-top-sec {
	padding: 9.5rem 0 5.4rem;
}
.aanbod-dtl-top-info-each h5 {
	color: rgba(11, 24, 33, 0.50);
}
.aanbod-dtl-top-info-each h5 span {
	font-size: 2rem;
	color: #000;
}
/**aanbod-dtl-top-slider**/
.aanbod-dtl-top-slider {
	/*padding-bottom: 2rem;*/
	overflow: hidden;
}
.aanbod-dtl-top-slider-wrap {
	margin: 0 -48%;
}
.aanbod-dtl-top-slider .each-dtl-top-slide {
	position: relative;
}
.aanbod-dtl-top-slider .each-dtl-top-slide::after {
	content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
	background-color: rgba(0, 0, 0, 0.2);
}
.aanbod-dtl-top-slider .swiper-slide-next .each-dtl-top-slide::after {
	opacity: 0;
}
.aanbod-dtl-top-slider .swiper-button-next {
	right: 36%;
}
.aanbod-dtl-top-slider .swiper-button-prev {
	left: 35%;
}
.aanbod-dtl-top-slider .common-arrow {
	height: 8.6rem;
	width: 8.6rem;
	transform: translateY(-50%);
	border-radius: 100%;
	background-color: transparent;
}
.aanbod-dtl-top-slider .common-arrow img {
	width: 3.5rem;
}
/****aanbod-dtl-info-sec****/
.aanbod-dtl-info-sec {
	background-color: #101824;
	padding: 6.4rem 0 5.6rem;
}
.aanbod-dtl-info-wrap {
	padding: 3rem 0rem;
	border-top: 1px solid rgba(255, 255, 255, 0.20);
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
	display: flex;
	justify-content: space-between;
	gap: 1.5rem;
}
.aanbod-dtl-info-sec .each-counter h5 {
	color: rgba(246, 248, 250, 0.80);
}
.aanbod-dtl-info-sec .each-counter h3 {
	font-size: 3.2rem;
    line-height: 4.5rem;
}
.aanbod-dtl-info-sec .each-counter-img {
	width: 6.1rem;
	height: 6.1rem;
	border-radius: 1rem;
	margin-right: 1.6rem;
}
.aanbod-dtl-info-sec .each-counter-img img {
	width: 1.9rem;
}
.aanbod-dtl-info-sec .each-counter-text {
    width: calc(100% - 7rem);
}
/****car-dtl-card-sec*****/
.car-dtl-card-sec {
	background-color: #101824;
	padding: 0 0 4rem;
	border-radius: 0 0 2rem 2rem;
}
.share-btn {
	max-width: 16rem;
	width: 100%;
}
.share-btn h5 a,
.share-btn h5 {
	color: #fff;
	display: inline-block;
}
.share-btn span {
	height: 4rem;
	width: 4rem;
	border-radius: 100%;
	border: 1px solid rgba(255,255,255,0.5);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-left: 2.2rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.share-btn:hover h5 a,
.share-btn:hover h5 {
	color: #fff;
}
.share-btn:hover span {
	background-color: #fff;
	border-color: #fff;
}
.share-btn:hover img {
	filter: invert(1);
	-webkit-filter: invert(1);
}
.car-dtl-card-main {
	max-width: 57.6rem;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	border-radius: 1rem;
	padding: 3.5rem;
	margin-left: auto;
	margin-bottom: -28rem;
}
.car-dtl-card-top-img {
	max-width: 7.4rem;
	width: 100%;
	margin-right: 2.7rem;
	border-radius: 100%;
	overflow: hidden;
	height: 7.4rem;
}
.car-dtl-card-top {
	display: flex;
	align-items: center;
}
.car-dtl-card-top h4 {
	color: #0B1821;
}
.car-dtl-card-top h6 a {
	color: rgba(11, 24, 33, 0.80);
}
.car-dtl-card-top h6 a:hover {
	color: #0066FF;
}
.car-dtl-card-reach {
	margin: 3rem 0 1rem;
	display: flex;
	gap: 1rem;
}
.car-dtl-card-reach-each {
	padding: 1.2rem 2.4rem;
	background-color: #F0D9FF;
	border-radius: 0.5rem;
}
.car-dtl-card-reach-each h4 {
	color: #0B1821;
	font-size: 2rem;
	letter-spacing: 0.2px;
}
.car-dtl-card-reach-each h6 {
	color: rgba(11, 24, 33, 0.80);
}
.car-dtl-card-reach-each:last-child {
	width: 61%;
}
.car-dtl-card-btn {
	display: flex;
	gap: 1rem;
}
.car-dtl-card-btn .common-btn {
	width: 50%;
	background-color: #0066FF;
	border-color: #0066FF;
	color: #fff;
}
.car-dtl-card-btn .border-btn {
	background-color: transparent;
	border-color: rgba(11, 24, 33, 0.30);
	color: #0B1821;
}
.car-dtl-card-btn .border-btn:hover,
.car-dtl-card-btn .common-btn:hover {
	border-color: #0B1821;
	background-color: #0B1821;
	color: #fff;
}
/*****dtl-tab-sec*****/
.dtl-tab-sec {
	padding: 21.3rem 0 10.7rem
}
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 5.3rem;
	padding-bottom: 3rem;
	border-bottom: 1px solid rgba(11, 24, 33, 0.10);
	margin-bottom: 4.7rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
	border: 0;
    background-color: transparent;
	color: rgba(16, 24, 36, 0.5);
    letter-spacing: normal;
	width: 100%;
	border-radius: 0;
	padding: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
	font-family: 'lama_sansmedium';
	font-size: 2.4rem;
    margin: 0;
    word-break: break-word;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover ,
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
	color: #0066FF;
}
/****dtl-tab-content****/
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;
	column-gap: 1rem;*/
}
.kenmerken-tab li {
	font-family: 'lama_sansmedium';
    font-size: 1.6rem;
    line-height: 2.6rem; 
    letter-spacing: 0.16px;
    color: #0B1821;
	width: 50%;
	margin-bottom: 1.2rem;
}
.kenmerken-tab li span {
	width: 50%;
  	display: inline-block;
  	vertical-align: top;
  	padding-left: 15px;
}
.kenmerken-tab span:nth-child(odd){
	font-family: 'lama_sanssemibold';
	position: relative;
}
.kenmerken-tab span:nth-child(odd):before{
	width: 8px;
	height: 8px;
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	background: url(../images/bullet.svg) no-repeat center /cover;
}
.bullet-panel h4 {
    border-bottom: 1px solid #0B1821;
    padding-bottom: 1rem;
    color: #0B1821;
    font-size: 2rem;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 2rem;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.6rem;
    position: relative;
	font-family: 'lama_sansmedium';
    color: #0B1821;
	margin-bottom: 1rem;
	font-size: 1.6rem;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.8rem;
    position: absolute;
    top: 0.7rem;
    left: 0;
    content: '';
    width: 0.8rem;
    height: 0.8rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.dtl-tab-sec .tab-content p {
	font-size: 1.6rem;
	line-height: 2.6rem;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0066FF;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #0066FF;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
}
.left-bg-block h6 {
    line-height: 3rem;
    color: #fff;
	font-size: 1.6rem;
	font-family: 'lama_sansmedium';
}
.each-onderhoud-block h4 {
    font-size: 2.2rem;
	text-transform: none;
}
.each-onderhoud-block h5 {
    color: #0B1821;
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
	font-family: 'lama_sansmedium';
	text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
/***aanbod-dtl-contact-sec*****/
.aanbod-dtl-contact-sec {
	background-color: #101824;
	border-radius: 2rem;
	padding: 8.7rem 0;
	position: relative;
    z-index: 2;
}
.aanbod-dtl-contact-sec .contact-form {
	background-color: #1E2B3D;
}
.aanbod-dtl-contact-sec .contact-form h4 {
	color: #fff;
}
.aanbod-dtl-contact-sec .contact-form h5 {
	color: #fff;
}
.aanbod-dtl-contact-sec .form-styl {
	border: 1px solid rgba(255, 255, 255, 0.20);
	color: rgba(255, 255, 255, 0.50);
	background-color: #1E2B3D;
}
.aanbod-dtl-contact-sec .form-styl:placeholder {
	color: rgba(255, 255, 255, 0.50);
	opacity: 1;
}
.aanbod-dtl-contact-sec .form-styl:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.50);
	opacity: 1;
}
.aanbod-dtl-contact-sec .form-styl::placeholder {
	color: rgba(255, 255, 255, 0.50);
	opacity: 1;
}
.aanbod-dtl-contact-sec .form-styl:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
	border: 1px solid rgba(255, 255, 255, 0.20);
	color: rgba(255, 255, 255, 0.50);
	background-color: #1E2B3D;
}
/*****related-product-sec****/
.related-product-sec {
	/* margin-top: 0; */
	padding: 9.3rem 0 5.2rem;
}
.related-product-sec .product-heading-text {
	max-width: 100%;
}
.related-product-sec .product-heading {
	margin-bottom: 3rem;
}
.related-product-sec .product-heading-text h2 {
	margin-bottom: 0;
}
/***verkocht-product-sec****/
.verkocht-product-sec {
	padding: 15rem 0 7.6rem;
}
.verkocht-product-sec .each-product {
	margin-bottom: 9.5rem;
}

/*******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:18px;
  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: 30px;
    padding-top: 15px;
}

.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    padding: 0px 0;
}
.cookie_div{
    color:#9c9c9c;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.cookie_div h4{
    margin-bottom: 15px;
    font-size: 13pt;
    font-family: 'Calibri';
}
.cookie_div a{
    color:#38b6be;
    font-size: 10pt;
    font-weight:bold;
    margin-left:8px;
    font-family: 'Calibri';
}
.cookie_div button{
    color:#3c935c;
    background:#dbffe8;
    font-weight: bold;
    border: 0;
    padding: 10px 25px;
    margin:5px 0;
    cursor: pointer;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.light_theme{
    background:rgba(255, 255, 255, 0.83);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.light_theme h4{
    color:#2a2a2a;
}
.dark_theme h4{
    color:#c9c9c9;
}
/****aanbod dtl****/

.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    text-transform: uppercase;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon{
	margin-bottom: 3rem;
}
.star_icon p{
    font-family: 'lama_sansmedium';
    font-size: 16px;
    color: black;;
    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;
}
.kenteken_np {
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 0 6px 44px;
    color: #000;
    background-size: 152px;
}
.form-1, .form-2{
	display: none;
	display:none;
    padding: 5% 5% !important;
   /* margin-top: 2rem !important;*/
}
.load_img{
    width:150px;
}
.form-sec{
	margin-top: 150px;
}

.home-service .each-service-btn h6 {
    text-align: center;
}
#aanbod-menu3 iframe {
	height: 945px;
}

.product-sec .product-heading-text h2 {
    color: #ffffff;
}
.product-sec .product-heading-text p {
    color: #ffffff;
}

.aanbod-listproduct-sec {
	background-color: #1E2B3D;
	margin-bottom: -2rem;
}

/* .aanbod-listproduct-sec a{
	display: block;
	height: 100%;
} */
.map-sec .col-md-6 .map1, .map2{
	border: 2px solid #1e2b3d;
}
.ovrns-pdct-buttom:hover h4 {
	color: #101824;
}
.ovrns-pdct-buttom:hover h5 {
    color: #101824;
}

.aanbod-dtl-top-slider .swiper-slide-prev .each-dtl-top-slide {
    display: none;
}
.aanbod-dtl-top-slider .swiper-slide-next .each-dtl-top-slide {
    display: none;
}
.mobile-show-filter h4{
	background-color: #0066FF;
	color: #fff;
	width: fit-content;
	padding: 1rem 2rem ;
	cursor: pointer;
	border-radius: 1rem;
	display: none;
	font-size: 2rem;
	position: relative;
	z-index: 9;
	left: 15%;
}
.mobile-stiky{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}
.mobile-show-filter{
	position: fixed;
    left: 0;
    top: 6rem;
    /* background: #101824; */
    width: 100%;
    z-index: 5;
    margin-top: 0;
	padding: 2rem 0;
}
.map-sec .col-md-6 h5{
	padding-left: 5rem;
    padding-bottom: 2rem;
	border: 0;
}
.aanbod-product-sec a{
	display: block;
	height: 100%;

}
.car-dtl-card-top-img img{
	height: 100%;
    object-fit: cover;
}
.footer-social .carprof{
	width: 12.5rem;
}
.sec-redius {
	z-index: 1;
    position: relative;
    margin-top: -3rem;
}
.related-product-sec p{
	color: #fff;
}