@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	color: rgba(255, 255, 255, 0.70);
    font-family: 'montserratregular';
    font-size: 1.6rem;
	background-color: #060709;
    /*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;
}
/*.add_morgan_footer_margin{
	height: 100px !important;
}*/
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    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.1);
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/***************************************index***************************************/
/*****header*****/
.header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    /* border-bottom: 1px solid #6B6B6A; */
    overflow: hidden;
}
.header-area::after {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #6B6B6A;
    z-index: -1;
}
.header-wrap {
	padding: 0 0 0 78px;
}
.menu-mid ul {
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
}
.menu-mid li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -37px;
    background-color: #5BB6E7;
    width: 100%;
    height: 1.5px;
    opacity: 0;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.menu-mid li a:hover::after {
	opacity: 1;
}
.menu-mid li a {
    color: #fff;
	font-size: 1.4rem;
	font-family: 'montserratmedium';
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: 0.7px;
	position: relative;
}
.menu-mid li a:hover {
	color: #5BB6E7;
}
.menu-mid li {
    margin: 0 25px;
    display: inline-block;
}
.header-logo img {
    width: 177px;
}
.menu-mid-wrap {
    display: flex;
    align-items: center;
	/* justify-content: center; */
    justify-content: end;
    padding-right: 10px;
    position: relative;
}
.menu-mid-right {
	color: #fff;
	font-size: 1.4rem;
	text-transform: uppercase;
	font-family: 'montserratmedium';
	display: flex;
    align-items: center;
    column-gap: 2px;
	margin-left: 25px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 29px 0;
}
.header-area.stiky {
    left: 0;
    top: 0;
	position: fixed;
	width: 100%;
	background-color: #060709;
}
.hamberger-wrap div {
    background-color: #fff;
    height: 1px;
    width: 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 2px;
    overflow: hidden;
}
.hamburger {
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.hamberger-wrap div:nth-child(even){
    margin: 4.5px 0;
}
.header-flag img {
	width: 23px;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* column-gap: 23px; */
    /* column-gap: 40px; */
    /* max-width: 252px; */
    border-left: 1px solid #6B6B6A;
    max-width: 260px;
    margin-left: auto;
}
.header-flag {
    padding: 0 18px;
}
.header-btn {
	position: relative;
}
.header-btn {
	padding: 33px 50px;
	border: 0;
    border-left: 0.5px solid #6B6B6A;
}
.menu-mid-wrap::after {
    content: '';
    position: absolute;
    left: -32px;
    top: -32px;
    background-color: #6B6B6A;
    height: 100vh;
    width: 0.5px;
}
.menu-mid-wrap::before {
    content: '';
    position: absolute;
    right: 0;
    top: -32px;
    background-color: #6B6B6A;
    height: 100vh;
    width: 0.5px;
    opacity: 0;
}
.header-mobile-flag {
	display: none;
}
/****mega-menu****/
.mega-menu {
    position: fixed;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background-color: #F1F5F7;
    padding: 58px 0;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-top: 20px;
    height: auto;
	clip-path: inset(0 0 100% 0);
}
.mega-menu.active {
	clip-path: inset(0 0 0 0);
}
.mega-menu-wrap {
    height: 100%;
    overflow: hidden;
}
.mega-menu-nav::-webkit-scrollbar,
.mega-menu-info::-webkit-scrollbar {
    display: none;
}
.mega-menu-nav li a:hover {
	color: #5BB6E7;
}
.mega-menu-title h4 {
	font-family: 'orbitronmedium';
    line-height: 45px;
    letter-spacing: 1.2px;
	text-transform: uppercase;
}
.mega-menu-img {
    display: flex;
    column-gap: 20px;
}
.mega-menu-nav {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    position: relative;
    z-index: 1;
}
.mega-menu-img-part {
    /* width: 50%; */
    display: flex;
    column-gap: 20px;
	position: relative;
}
.mega-menu-img-part-info {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px;
}
.mega-menu-img-part-info h6 {
	font-size: 1.4rem;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: 0.7px;
	font-family: 'montserratmedium';
}
.mega-menu-nav li {
	margin-bottom: 10px;
}
.mega-menu-contact {
    margin: 10px 0 20px;
}
.mega-menu-nav li a {
	color: #060709;
	font-size: 1.4rem;
	line-height: 20px;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	font-family: 'montserratmedium';
}
.mega-menu-contact a {
	color: rgba(6, 7, 9, 0.7);
	line-height: 30px;
	letter-spacing: 0.32px;
}
.mega-menu-social ul {
    display: inline-flex;
    column-gap: 15px;
    margin-bottom: 0;
}
.mega-menu-social li a {
    height: 39px;
    width: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(6, 7, 9, 0.2);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mega-menu-social li a img {
    width: 14px;
    filter: brightness(0.7);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mega-menu-social li a:hover {
    border-color: #5BB6E7;
}
.mega-menu-social li a:hover img {
    filter: brightness(0) saturate(100%) invert(85%) sepia(26%) saturate(6316%) hue-rotate(172deg) brightness(94%) contrast(92%);
}
.mega-menu-big-text h1 {
	-webkit-text-stroke-width: 1;
	-webkit-text-stroke-color: #000;
	font-family: 'orbitronmedium';
	font-size: 20rem;
	line-height: normal;
	letter-spacing: 10px;
	text-transform: uppercase;
	-webkit-text-fill-color: transparent;
    -webkit-text-stroke: .5px;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #5BB6E7;
	opacity: 0.5;
}
.mega-menu-big-text {
    position: absolute;
    z-index: -1;
    top: 122px;
}
.mega-menu-info {
	display: table;
	margin-left: auto;
}
.menu-mid-right:hover {
    color: #5BB6E7;
}
.menu-mid-right:hover .hamberger-wrap div {
    background-color: #5BB6E7;
};
.mega-menu-nav li a:hover {
	color: #5BB6E7;
}
.mega-menu-contact a:hover {
	color: #5BB6E7;
}
.mega-contact-menu {
	display: none;
}
/******banner******/
.banner-sec {
	position: relative;
}
.banner-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 2;
	width: 100%;
}
.banner-video {
	height: 948px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner {
	height: 948px;
	position: relative;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.each-banner::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(6, 7, 9, 0.00) 0%, rgba(6, 7, 9, 0.80) 100%);
	height: 50%;
	width: 100%;
}
.scroll-arrow-part {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	height: 78px;
	width: 43px;
	z-index: 2;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
/* .scroll-arrow-part img {
    -webkit-animation: bounce 2.5s infinite ease-in-out;
    -o-animation: bounce 2.5s infinite ease-in-out;
    -ms-animation: bounce 2.5s infinite ease-in-out; 
    -moz-animation: bounce 2.5s infinite ease-in-out; 
    animation: bounce 2.5s infinite ease-in-out;
} */
.scroll-arrow-part-text h6 {
	text-transform: uppercase;
	font-size: 1.2rem;
	font-family: 'montserratregular';
	letter-spacing: 0.6px;
}
@keyframes bounce {
    0% { transform: translateY(-5px)  }
    50% { transform: translateY(10px) }
    100% { transform: translateY(-5px) }
}
.banner-logo img {
	width: 506px;
}
.banner-content p {
    color: #F6F8FA;
    margin-top: 30px;
    margin-bottom: 0;
    letter-spacing: normal;
    position: relative;
    z-index: 1;
}
.banner-circle-part h6 {
	font-size: 1.4rem;
	line-height: 24px;
	letter-spacing: 0.7px;
	font-family: 'montserratmedium';
	text-transform: uppercase;
	margin-top: 6px;
}
.banner-circle {
    width: 192px;
    height: 192px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 200px;
    top: -40px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.banner-circle::after {
	content: "";
	position: absolute;
	background-image: url(../images/banner-circle.svg);
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 100%;
	background-size: cover;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.banner-circle-part img {
	width: 40px;
	/* transition: all 0.5s;
    -webkit-transition: all 0.5s; */
}
.banner-circle:hover::after {
	background: linear-gradient(31deg, #5BB6E7 21.71%, #3889B4 85.42%);
}
.banner-circle-part {
    position: relative;
    z-index: 1;
}
.banner-circle:hover .banner-circle-part img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(7%) saturate(26%) hue-rotate(320deg) brightness(107%) contrast(105%);
}
.banner-circle:hover {
    filter: drop-shadow(0px 10px 50px rgba(91, 182, 231, 0.30));
    -webkit-filter: drop-shadow(0px 10px 50px rgba(91, 182, 231, 0.30));
}
/******product-sec******/
.product-sec {
	background-color: #F1F5F7;
	padding: 134px 0 107px;
	position: relative;
	overflow-x: hidden;
}
.product-line {
    position: absolute;
    top: -40px;
    left: -70px;
}
.product-title {
	margin-bottom: 72px;
}
.product-title .button {
    left: 28%;
}
.product-title-left p {
    color: rgba(6, 7, 9, 0.7);
    max-width: 700px;
    margin-bottom: 0;
    margin-top: 10px;
}
.each-product-slider {
	transition: all 0.6s;
  	-webkit-transition: all 0.6s;
}
.each-product-slider-info {
	background-color: #fff;
	padding: 30px 45px;
}
.each-product-slider:hover .each-product-slider-info {
	background: linear-gradient(94deg, #5BB6E7 -4.55%, #3889B4 116.99%);
}
.each-product-slider:hover .each-product-slider-info h5, 
.each-product-slider:hover .each-product-slider-info .product-price h6{
	color: #fff;
}
.each-product-slider:hover .each-product-slider-info p {
	color: rgba(255, 255, 255, 0.70);
}
.each-product-slider-info h5 {
	color: #060709;
	font-size: 2rem;
	line-height: normal;
	font-family: 'montserratmedium';
	height: 38px;
	overflow: hidden;
	transition: all 0.6s;
  	-webkit-transition: all 0.6s;
}
.each-product-slider-info p {
	color: rgba(6, 7, 9, 0.70);
	line-height: 27px;
	font-family: 'montserratmedium';
	letter-spacing: normal;
	margin-bottom: 0;
	height: 25px;
	overflow: hidden;
	transition: all 0.6s;
  	-webkit-transition: all 0.6s;
}
.product-price h6 {
	color: #5BB6E7;
	font-size: 2rem;
	font-family: 'montserratsemibold';
	transition: all 0.6s;
  	-webkit-transition: all 0.6s;
}
.product-slider .slider-btn {
    position: absolute;
    top: 0;
    left: -90px;
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    row-gap: 33px;
    z-index: 0;
}
.product-slider .slider-btn .swiper-button-prev {
    right: auto;
    left: 10px;
    top: 150px;
}
.product-slider .slider-btn .common-arrow {
    position: initial;
}
.product-title-left {
    position: relative;
    z-index: 1;
}
/****service-sec****/
.service-sec {
	position: relative;
    overflow: hidden;
}
.service-slider-btn .common-arrow {
	border-color: rgba(255, 255, 255, 0.5);
}
.service-slider-btn .common-arrow:hover {
	border-color: #5BB6E7;
}
.service-slider-btn .common-arrow img {
	filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(7468%) hue-rotate(78deg) brightness(102%) contrast(104%);
}
.service-slider-btn .common-arrow:hover img {
	filter: brightness(0) saturate(100%) invert(63%) sepia(67%) saturate(697%) hue-rotate(172deg) brightness(101%) contrast(81%);
}
.service-title h2 {
	color: rgba(255, 255, 255, 0.7);
}
.service-title h2 strong {
	color: rgba(91, 182, 231, 0.70);
}
.service-slider-info .swiper-slide-active .service-title h2 {
	color: #fff;
}
.service-slider-info .swiper-slide-active .service-title h2 strong {
	color: #5BB6E7;
}
.service-slider-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
}
.service-slider-info .swiper {
	height: 100%;
}
.service-title {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    word-break: break-word;
    text-align: center;
}
.service-title a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cursor {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 1000;
	pointer-events: none;
}
.cursor:before {
	content: "bekijk";
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 128px;
	height: 128px;
	background-color: rgba(255, 255, 255, 0.10);
	filter: drop-shadow(0px 10px 50px rgba(91, 182, 231, 0.30));
	backdrop-filter: blur(10px);
	border-radius: 100%;
	border: 1px solid #91CEF0;;
	transform: translate(-50%, -50%);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	line-height: 24px;
	letter-spacing: 0.7px;
	color: #fff;
    font-family: 'montserratmedium';
	z-index: 99;
	text-transform: uppercase;
}
.cursor.hover:after {
	opacity: 0;
}
.cursor.hover:before {
	opacity: 1;
}
.hover {
	overflow: visible;
}
.custom_pointer a {
	/* cursor: none !important; */
}
.service-thumb-slider {
    position: relative;
    z-index: -1;
}
.service-thumb-slider::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 50%;
    height: 50%;
    width: 100%;
    background: linear-gradient(0, rgba(6, 7, 9, 0.00) 0%, rgba(6, 7, 9, 0.60) 100%);
    z-index: 1;
}
.service-thumb-slider::before {
    content: '';
    position: absolute;
    left: 0;
    top: 58%;
    height: 42%;
    width: 100%;
    background: linear-gradient(180deg, rgba(6, 7, 9, 0.00) 0%, rgba(6, 7, 9, 0.60) 100%);
    z-index: 2;
}
.service-slider-btn {
    display: flex;
    column-gap: 20px;
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.service-pegi {
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    position: absolute;
    top: 78px;
    left: 50%;
    transform: translateX(-50%);
	z-index: 1;
}
.service-slider-btn .swiper-button-prev {
    left: auto;
    right: auto;
    position: relative;
    top: 0;
}
.service-slider-btn .swiper-button-next {
    right: auto;
    position: relative;
    top: 0;
}
.service-slider .swiper-pagination {
    color: transparent;
    font-size: 1.4rem;
    background-color: transparent;
}
.service-slider .swiper-pagination {
    display: flex;
    justify-content: space-between;
    max-width: 100px;
    margin: 0 auto;
}
.service-slider .swiper-pagination-current {
    color: #fff;
}
.service-slider .swiper-pagination-total {
    color: #fff;
}
.service-slider .swiper-pagination::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    height: 1px;
    width: 60%;
}
/******marquee-sec******/
.marquee-sec {
    padding: 45px 0;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #1F2022;
    z-index: 1;
}
.marque-wrap{
	white-space: nowrap;
}
.marque-wrap:hover .marque-txt{
	animation-play-state: paused;
}
.marque-txt{
	display: flex;
	animation: 40s slide infinite linear;
}
.marque-txt ul {
	margin-bottom: 0;
}
.marque-txt li {
	display: inline-block;
	color: #fff;
    font-family: 'montserratmedium';
    font-size: 1.6rem;
	padding-left: 97px;
	line-height: 24px;
	letter-spacing: 0.32px;
	position: relative;
	margin-left: 73px;
}
.marque-txt li::after {
	content: "";
	position: absolute;
    left: 0;
    top: 5px;
    height: 15px;
    width: 15px;
    background-image: url(../images/marquee-img.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
}
@keyframes slide{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(-100%);
	}	
}
/****about-sec****/
.about-sec {
    padding: 135px 0 225px;
    position: relative;
    overflow-x: hidden;
}
.about-line {
	position: absolute;
    top: -40px;
    right: -40px;
}
.about-img {
	position: relative;
}
.about-logo {
    position: absolute;
    left: -206px;
    top: -40px;
	z-index: 1;
}
.about-logo img {
	width: 386px;
}
.about-img::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%);
}
.about-left {
	padding-right: 122px;
}
.about-left p {
    margin-bottom: 0;
    margin-top: 80px;
    max-width: 565px;
    width: 100%;
}
.about-left h3 {
	font-size: 3rem;
	color: #5BB6E7;
	letter-spacing: 0.6px;
	font-family: 'moon_danceregular';
	text-transform: none;
	line-height: normal;
	margin: 42px 0;
}
.about-circle-part h6 {
	font-size: 1.4rem;
	line-height: 24px;
	letter-spacing: 0.7px;
	font-family: 'montserratmedium';
	text-transform: uppercase;
}
.about-circle {
    width: 128px;
    height: 128px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    left: -43%;
    top: 0;
}
.about-circle::after {
	content: "";
	position: absolute;
	background-image: url(../images/over-circle.svg);
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 100%;
	background-size: cover;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    filter: drop-shadow(0px 10px 50px rgba(91, 182, 231, 0.10));
    z-index: -1;
}
.about-circle:hover::after {
	background: linear-gradient(31deg, #5BB6E7 21.71%, #3889B4 85.42%);
}
.about-circle:hover {
    color: #fff;
}
.about-circle-part {
    position: relative;
    z-index: 1;
}
/*=============usp-block================*/
.usp-text-wrapper {
	white-space: nowrap;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: 1000% !important;
	width: 100vw !important;
}
.usp-text-wrapper h4{
	display: inline-block;
	color: #fff;
	font-family: 'montserratblack';
	font-size: 3.6rem;
	line-height: 45px;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}
.usp-text-wrapper h4 span{
	margin-right: 100px;
	position: relative;
}
.usp-text-wrapper h4 span:before{
	content: '';
	position: absolute;
	background-image: url(../images/usp-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 22px;
	width: 22px;
	left: -65px;
	/* top: 5px; */
    top: 45%;
    transform: translateY(-50%);
}
.usp-text-wrapper h4 strong {
	color: #5BB6E7;
}
/****google-review****/
.google-review {
	padding-top: 190px;
	padding-bottom: 112px;
    /* background-color: #F6F8FA; */
}
/****footer****/
.footer-area {
	background-color: #0A0B0E;
	padding: 75px 0 60px;
	overflow-y: hidden;
	overflow-x: hidden;
}
.footer-title {
    text-align: center;
    margin-bottom: 160px;
    z-index: 1;
    position: relative;
}
.footer-slider {
	margin-left: -70%;
}
.each-footer-slider {
	position: relative;
}
.each-footer-slider::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(6, 7, 9, 0.7);
	opacity: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-footer-slider:hover::after {
	opacity: 1;
}
.each-footer-insta {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-footer-insta img {
	width: 30px;
}
.each-footer-slider:hover .each-footer-insta {
	opacity: 1;
	z-index: 1;
}
.footer-right {
    padding-left: 240px;
    margin-top: -190px;
}
.each-footer-right h6 {
	margin-bottom: 12px;
}
.each-footer-right h6 strong {
	color: #5BB6E7;
}
.each-footer-right a {
	color: rgba(255, 255, 255, 0.7);
	line-height: 30px;
	letter-spacing: 0.32px;
}
.each-footer-right a:hover {
	color: #5BB6E7;
}
.footer-right .row {
	row-gap: 48px;
}
.footer-right .col-lg-6:nth-child(even) .each-footer-right {
    padding-left: 15%;
}
.footer-circle-part h6 {
	font-size: 1.4rem;
	line-height: 22px;
	letter-spacing: 0.7px;
	font-family: 'montserratmedium';
	text-transform: uppercase;
	margin-top: 15px;
}
.footer-circle a {
    width: 192px;
    height: 192px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: -140px;
    top: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-circle a::after {
	content: "";
	position: absolute;
	background-image: url(../images/footer-circle.svg);
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 100%;
	background-size: cover;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #060709;
}
.footer-circle-part img {
	width: 20px;
}
.footer-circle a:hover::after {
	background: linear-gradient(31deg, #5BB6E7 21.71%, #3889B4 85.42%);
}
.footer-circle a:hover .footer-circle-part img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(7%) saturate(26%) hue-rotate(320deg) brightness(107%) contrast(105%);
}
.footer-circle a:hover {
    filter: drop-shadow(0px 10px 50px rgba(91, 182, 231, 0.30));
    -webkit-filter: drop-shadow(0px 10px 50px rgba(91, 182, 231, 0.30));
}
.footer-circle-part {
    position: relative;
    z-index: 1;
    text-align: center;
}
.each-footer-right td {
    color: rgba(255, 255, 255, 0.7);
    line-height: 30px;
	letter-spacing: 0.32px;
}
.each-footer-right td:nth-child(odd) {
    padding-right: 25px;
}
.footer-logo img {
	width: 209px;
}
.footer-left {
	position: relative;
}
.footer-left::after {
	content: '';
	position: absolute;
	right: -18%;
	top: -22%;
	height: 100vh;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.05);
}
.footer-left-title {
	margin-bottom: 30px;
}
.footer-left-title a {
	font-family: 'montserratblack';
	color: #fff;
	font-size: 1.8rem;
}
.footer-left-title a:hover {
	color: #5BB6E7;
}
.footer-top{
	margin-bottom: 75px;
	position: relative;
}
.footer-top::before {
	content: '';
	position: absolute;
	left: -10%;
	top: -70px;
	height: 1px;
	width: 200vw;
	background-color: rgba(255, 255, 255, 0.05);
}
.footer-btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
    position: relative;
    flex-wrap: wrap;
    row-gap: 20px;
}
.footer-btm::after {
	content: '';
	position: absolute;
	left: -10%;
	top: -40px;
	height: 1px;
	width: 200vw;
	background-color: rgba(255, 255, 255, 0.05);
}
.footer-credit a {
	color: rgba(255, 255, 255, 0.3);
	line-height: 19.67px;
	letter-spacing: 0.14px;
	font-size: 1.4rem;
	font-family: 'montserratmedium';
}
.footer-credit a:hover {
	color: #5BB6E7;
}
.footer-social ul {
    display: inline-flex;
    column-gap: 15px;
    margin-bottom: 0;
}
.footer-social li a {
    height: 39px;
    width: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-social li a img {
    width: 14px;
	filter: brightness(0.2);
}
.footer-social li a:hover {
	border-color: #5BB6E7;
}
.footer-social li a:hover img {
	filter: brightness(0) saturate(100%) invert(85%) sepia(26%) saturate(6316%) hue-rotate(172deg) brightness(94%) contrast(92%);
}
/*************************************diensten**************************************/
/****diensten-header-area****/
.diensten-header-area {
	background-color: #F6F8FA;
	/* border-bottom: 1px solid rgba(6, 7, 9, 0.5); */
}
.diensten-header-area .menu-mid li a {
	color: #060709;
}
.diensten-header-area .menu-mid li a:hover {
	color: #5BB6E7;
}
.diensten-header-area .header-btn.border-btn {
	color: #060709;
}
.diensten-header-area .header-btn.border-btn:hover {
	color: #fff;
}
.diensten-header-area .menu-mid-wrap::after {
    background-color: rgba(6, 7, 9, 0.5);
}
.diensten-header-area .menu-mid-wrap::before {
    background-color: rgba(6, 7, 9, 0.5);
}
.diensten-header-area .header-btn {
    border-left: 0.5px solid rgba(6, 7, 9, 0.5);
}
.diensten-header-area .menu-mid-right {
	color: #060709;
}
.diensten-header-area .menu-mid-right:hover {
	color: #5BB6E7;
}
.diensten-header-area .hamberger-wrap div {
    background-color: #060709;
}
.diensten-header-area.stiky {
	background-color: #F6F8FA;
}
/****diensten-top****/
.diensten-top {
	background-color: #F6F8FA;
	padding-top: 190px;
	position: relative;
	z-index: -1;
}
.list-line {
    position: absolute;
    right: 0;
    top: 70px;
}
.diensten-top p {
    max-width: 690px;
    width: 100%;
    color: rgba(6, 7, 9, 0.70);
	margin-bottom: 0;
	margin-top: 6px;
	position: relative;
	z-index: 1;
}
/****diensten-list-sec****/
.diensten-list-sec {
	padding: 115px 0 100px;
	background-color: #F6F8FA;
}
.each-list-info {
    padding: 80px 58px;
    position: relative;
    z-index: 1;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-list-left-info h3 {
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	/* word-break: break-word; */
	padding-right: 20px;
}
.each-list-right-info p {
    max-width: 535px;
    margin: 0 0 0 auto;
	color: rgba(6, 7, 9, 0.5);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-list-right-info p strong {
    display: block;
}
.each-list-right-info h6 {
    color: rgba(6, 7, 9, 0.5);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    max-width: 535px;
    margin: 0 0 10px auto;
}
.each-list {
	position: relative;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	margin-bottom: 70px;
}
.each-list::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	height: 100%;
	width: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-list:hover::after {
	opacity: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-list:hover .each-list-left-info h3 {
	color: #fff;
}
.each-list:hover .each-list-right-info p {
	color: #fff;
}
.each-list:hover .each-list-right-info h6 {
    color: #fff;
}
.each-list:hover {
	box-shadow: 0px 10px 50px 0px rgba(91, 182, 231, 0.30);
}
.custom_diensten:before {
    content: "Lees meer";
}
/*************************************vacatures**************************************/
/****.vacatures-list-sec****/
.vacatures-list-sec .each-list-right-info h6 {
	max-width: 535px;
    margin: 0 0 0 auto;
	color: #060709;
	line-height: 24px;
	letter-spacing: 0.32px;
	font-family: 'montserratsemibold';
	margin-bottom: 4px;
}
.vacatures-list-sec .each-list:hover .each-list-right-info h6 {
	color: #fff;
}
/*************************************aankoopbegeleiding**************************************/
/****back-btn****/
.back-btn {
	background-color: #F6F8FA;
	padding: 187px 0 67px;
	text-align: center;
}
.back-btn .button {
    flex-direction: row-reverse;
}
.back-btn .button span {
    margin-left: 0;
    margin-right: 14px;
}
.back-btn .button span:after {
    transform: rotate(180deg);
}
/****aankoopbegeleiding-top-img-sec****/
.aankoopbegeleiding-top-img-sec {
	background-color: #F6F8FA;
}
.aankoopbegeleiding-top-img-sec-title {
    max-width: 800px;
    margin: 0 auto 82px;
    text-align: center;
}
.aankoopbegeleiding-top-img-sec-title h3 strong {
	color: #5BB6E7;
}
.aankoopbegeleiding-top-img-sec-title p {
	margin-top: 20px;
	margin-bottom: 0;
	color: rgba(6, 7, 9, 0.70);
}
.aankoopbegeleiding-top-img {
    height: 498px;
    width: 85vw;
    margin: auto;
}
.aankoopbegeleiding-top-img img{
    height: 100%;
    object-fit: cover;
}
/****aankoopbegeleiding-mid-sec****/
.aankoopbegeleiding-mid-sec {
	background-color: #F6F8FA;
	padding: 136px 0 138px;
	overflow-x: clip;
}
.aankoopbegeleiding-mid-title {
    text-align: center;
    margin-bottom: 140px;
}
.aankoopbegeleiding-mid-title p {
    color: #060709;
    margin-bottom: 0;
    margin: 0 auto;
    margin-top: 28px;
    max-width: 1020px;
    width: 100%;
}
.aankoopbegeleiding-mid-title p strong {
	font-family: 'montserratmedium';
	font-weight: normal;
}
.aankoopbegeleiding-mid-part .row {
	margin: 0 -36px;
}
.aankoopbegeleiding-mid-part .col-lg-6 {
	padding: 0 36px;
}
.left-block {
    transform: rotateZ(-30deg);
	transition: all 0.5s;
	position: relative;
	left: -40%;
}
.right-block {
    transform: rotateZ(30deg);
	transition: all 0.5s;
	position: relative;
	right: -40%;
}
.aankoopbegeleiding-mid-sec .col-6 {
	padding: 0 37.5px;
}
.aankoopbegeleiding-mid-sec .row {
	margin: 0 -37.5px;
}
/****form-area****/
.form-area {
	background-color: #060709;
	padding: 84px 0 30px;
	overflow: hidden;
	position: relative;
}
.form-line {
    position: absolute;
    right: 0;
    top: 0;
}
.form-heading {
	margin-bottom: 86px;
	position: relative;
    z-index: 1;
}
.form-heading h3 {
	color: #F1F4F7;
	line-height: normal;
	letter-spacing: normal;
}
.form-heading p {
    color: #F1F4F7;
    letter-spacing: normal;
    margin: 22px 0 0;
    max-width: 410px;
    width: 100%;
}
.each-form-left {
	margin-bottom: 36px;
}
.each-form-left:last-child {
	margin-bottom: 0;
}
.form-right {
    margin-top: 40px;
}
.form-field {
    /* max-width: 1000px; */
    /* padding-left: 145px; */
    padding-left: 60px;
}
.form-area label {
    width: 325px;
    font-family: 'montserratmedium';
    color: #fff;
    text-transform: uppercase;
    font-size: 1.4rem;
    position: relative;
    padding-left: 27px;
    line-height: 15.4px;
    margin-top: 5px;
}
.form-area label strong {
	font-weight: normal;
	color: #5BB6E7;
}
.form-area .form-group{
	width: 70%;
}
.form-area .form-group textarea{
    resize: none;
}
.form-area .form-main-area {
    display: flex;
    padding: 24px 0;
    border-top: 0;
    border: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 30px;
    padding-right: 27px;
}
.form-area .form-control {
	border: none;
    background-color: transparent;
    font-family: 'montserratmedium';
    font-size: 1.8rem;
	color: #fff;
	padding: 0;
	line-height: 21px;
}
.form-area .form-control:focus{
	box-shadow: none;
	background-color: transparent;
}
.form-area .form-field textarea {
    height: 128px;
}
.form-area .form-styl:placeholder {
	color: rgba(241, 244, 247, 0.6);
    font-size: 1.4rem;
}
.form-area .form-styl:-ms-input-placeholder {
	color: rgba(241, 244, 247, 0.6);
    font-size: 1.4rem;
}
.form-area .form-styl::placeholder {
	color: rgba(241, 244, 247, 0.6);
    font-size: 1.4rem;
}
.form-area .form-main-area input.form-control.form-styl {
	color: #fff;
}
.form-area .form-styl:focus {
	color: #fff;
}
.form-circle {
    max-width: 128px;
    height: 128px;
    margin-right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    right: 0;
    top: -45px;
    margin-left: auto;
    background: #060709;
    border-radius: 100%;
}
.form-circle::after {
    content: "";
    position: absolute;
    background-image: url(../images/banner-circle.svg);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    background-size: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-circle-part h6 {
    font-size: 1.4rem;
    line-height: 24px;
    letter-spacing: 0.7px;
    font-family: 'montserratmedium';
    text-transform: uppercase;
}
.form-circle:hover::after {
    background: linear-gradient(31deg, #5BB6E7 21.71%, #3889B4 85.42%);
    filter: drop-shadow(0px 10px 50px rgba(91, 182, 231, 0.30));
}
.form-circle-part {
    position: relative;
    z-index: 1;
}
.form-circle button {
    background: transparent;
    border: 0;
    width: 100%;
    height: 100%;
}
.form-btm,
.form-left {
	position: relative;
}
.form-left::after {
    content: '';
    position: absolute;
    /* right: -60px; */
    right: 0;
    top: -46px;
    height: 100vh;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.7);
}
.form-btm::before {
    content: '';
    position: absolute;
    left: -158px;
    top: 0;
    height: 1px;
    width: 200vw;
    background-color: rgba(255, 255, 255, 0.7);
}
.form-btm-info {
	padding-top: 48px;
}
/****aankoopbegeleiding-service-sec****/
.aankoopbegeleiding-service-sec .service-slider-info .service-title h2 {
    font-size: 3.6rem;
}
.aankoopbegeleiding-service-sec .service-thumb-img {
    height: 875px;
}
.aankoopbegeleiding-service-sec .service-thumb-img img {
    height: 100%;
    object-fit: cover;
}
/*************************************aankoopbegeleiding**************************************/
/****inkoop-taxatie-mid-sec****/
.inkoop-taxatie-mid-sec .aankoopbegeleiding-mid-title em {
	color: #5BB6E7;
	font-style: normal;
}
/*************************************Diagnosespecialist-1e automonteur-Autotechniek**************************************/
.aankoopbegeleiding-top-img-sec-content {
	margin-bottom: 85px;
}
.aankoopbegeleiding-top-img-sec-content td h6 {
	color: #060709;
	margin-bottom: 20px;
}
.aankoopbegeleiding-top-img-sec-content td h6 strong {
	color: #5BB6E7;
}
.aankoopbegeleiding-top-img-sec-content td ul li {
    color: rgba(6, 7, 9, 0.7);
    position: relative;
    padding-left: 23px;
    line-height: 24px;
    letter-spacing: 0.32px;
    margin-bottom: 20px;
}
.aankoopbegeleiding-top-img-sec-content td ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	background-image: url(../images/frame.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 15px;
	height: 15px;
	width: 15px;
}
.aankoopbegeleiding-top-img-sec-content p {
    color: #060709;
    margin-bottom: 0;
    margin-top: 20px;
    max-width: 775px;
    width: 100%;
}
.aankoopbegeleiding-top-img-sec-content table {
	width: 100%;
}
.aankoopbegeleiding-top-img-sec-content tr {
    display: flex;
    justify-content: space-between;
    column-gap: 200px;
    /* flex-wrap: wrap; */
}
/*************************************Detailing**************************************/
/****detailing-top-img-sec****/
.detailing-top-img-sec .aankoopbegeleiding-top-img-sec-title {
    max-width: 964px;
    margin: 0 auto 82px;
    text-align: center;
}
/****detailing-block****/
.detailing-block-bg {
	padding: 128px 0 280px;
}
.detailing-block-title {
	text-align: center;
	margin-bottom: 80px;
}
.detailing-block-info tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.detailing-block-info tr {
    width: 31.8%;
    background-color: #0A0B0E;
    border: 1px solid rgba(255, 255, 255, 0.10);
    padding: 35px;
    min-height: 692px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	row-gap: 20px;
	position: relative;
    margin-right: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
}
.detailing-block-info tr:hover {
    border: 1px solid #91CEF0;
    box-shadow: 0px 0px 50px 0px rgba(91, 182, 231, 0.15);
}
.detailing-block-info tr:last-child {
    margin-right: 0;
}
.detailing-block-info tr:last-child:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/detailing-block-line.svg);
    background-position: center;
    background-size: 169px;
    height: 169px;
    width: 169px;
    background-repeat: no-repeat;
}
.detailing-block-info h4 {
	font-size: 1.6rem;
	font-family: 'montserratmedium';
	margin-bottom: 17px;
    color: #fff;
    line-height: normal;
    letter-spacing: normal;
}
.detailing-block-info h5 {
	font-family: 'montserratmedium';
	letter-spacing: normal;
	margin-bottom: 0;
    font-size: 1.6rem;
}
.detailing-block-info h5 em {
	font-weight: normal;
	font-family: 'montserratblack';
	font-size: 3.6rem;
	color: #5BB6E7;
	letter-spacing: 0.72px;
}
.each-detailing-btm-block-info {
	text-align: center;
}
.detailing-block-info em {
    font-style: normal;
    z-index: 2;
}
.detailing-block-info ul {
	margin: 27px 0;
}
.detailing-block-info li {
	font-family: 'montserratregular';
	color: rgba(255, 255, 255, 0.7);
	font-size: 1.4rem;
	line-height: 21px;
	padding-left: 26px;
	position: relative;
	margin-bottom: 20px;
}
.detailing-block-info li::after {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	height: 15px;
	width: 15px;
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/frame.svg);
}
.detailing-block-info h6 {
	font-family: 'montserratsemibold';
	font-size: 1.6rem;
	line-height: 21px;
	letter-spacing: 0.28px;
	margin-bottom: 2px;
    text-align: center;
}
.detailing-block-info p {
	font-size: 1.2rem;
	line-height: 18px;
	letter-spacing: normal;
	margin-bottom: 0;
    text-align: center;
}
.detailing-block-info h3 {
	font-family: 'montserratmedium';
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 0.70);
	line-height: 18px;
    text-transform: none;
}
.detailing-block-info h3 strong {
	font-weight: normal;
	color: #5BB6E7;
}
.detailing-block-info h3 em {
	font-style: normal;
	color: #fff;
	font-family: 'montserratsemibold';
}
.detailing-block-info h3 {
	margin-bottom: 12px;
    letter-spacing: normal;
}
.detailing-block-info {
    position: relative;
    z-index: 1;
}
/*************************************contact**************************************/
/****contact-form-area****/
.form-area.contact-form-area {
	padding: 175px 0 30px;
	background-color: #F6F8FA;
}
.form-area.contact-form-area .form-line {
    top: 86px;
}
.contact-form-area .form-heading h3,
.contact-form-area .form-heading p,
.contact-form-area .each-form-left h6 {
	color: #060709;
}
.contact-form-area .each-form-left a,
.contact-form-area .each-form-left td {
	color: rgba(6, 7, 9, 0.7);
}
.contact-form-area .form-btm::before,
.contact-form-area .form-left::after {
    background-color: rgba(6, 7, 9, 0.15);
}
.contact-form-area .each-form-left a:hover {
    color: #3889B4;
}
.contact-form-area.form-area .form-main-area {
	background-color: #fff;
	border-color: #fff;
}
.contact-form-area.form-area label {
	color: #060709;
}
.contact-form-area.form-area .form-main-area input.form-control.form-styl {
    color: #060709;
}
.contact-form-area.form-area .form-control {
	color: #060709;
}
.contact-form-area.form-area .form-styl:placeholder {
	color: rgba(6, 7, 9, 0.6);
}
.contact-form-area.form-area .form-styl:-ms-input-placeholder {
	color: rgba(6, 7, 9, 0.6);
}
.contact-form-area.form-area .form-styl::placeholder {
	color: rgba(6, 7, 9, 0.6);
}
.contact-form-area.form-area .form-styl:focus {
	color: #060709;
}
/****contact-mid****/
.contact-mid {
	padding: 166px 0;
	position: relative;
}
.contact-mid-line {
	position: absolute;
	left: -42px;
	top: 0;
}
.contact-mid-info {
	padding-right: 70px;
}
.contact-mid-info h3 {
	color: #fff;
}
.contact-mid-info p {
	max-width: 550px;
	width: 100%;
	margin: 27px 0 50px;
}
.contact-mid-img {
	padding-left: 50px;
}
.contact-mid .row {
	position: relative;
	z-index: 1;
}
/****contact-map-sec****/
.map {
	height: 100%;
}
.contact-left-img {
	height: 100%;
}
.contact-left-img img {
	height: 100%;
	object-fit: cover;
}
/****contact-google-review****/
.contact-google-review {
	padding-top: 145px;
}
/*************************************aanbod-list**************************************/
/****aanbod-list-heading****/
.aanbod-filter-sec {
    padding-top: 188px;
}
.each-aanbod-list .product-dtl .button-text{
    padding-left: 55px;
    padding-right: 55px;
}
.aanbod-list-heading h3{
	color: #FFF;
}
/****aanbod_list-filter-sec****/
.filter-heading {
    padding: 112px 0 48px;
}
.filter-heading h6 {
    font-family: 'montserratmedium';
    font-size: 1.6rem;
    letter-spacing: 0.8px;
}
.filter-heading h6 strong{
	font-weight: normal;
	line-height: 45px;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	color: #5BB6E7;
	font-size: 3.6rem;
	font-family: 'montserratblack';
}
.filter-heading h2{
    font-size: 4.8rem;
    color: #111820;
    visibility: visible;
}
.aanbod-filter-sec .select-style , .aanbod-filter-sec .desktop_sorten .select-style {
    font-family: 'montserratmedium';
    width: 100%;
    height: 36px;
    color: #fff;
    font-size: 2rem;
    padding: 48px 0 34px;
    background: url(../images/filter-arrow.svg) #5BB6E7 no-repeat 100% center / 10px;
    background-size: 11px;
    appearance: none;
    line-height: normal;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.80);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.foto_upload {
    padding: 0 30px;
    font-size: 1.5rem;
}
.filter-content {
    display: none;
    background-color: #060709;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #fff;
    border-top: 0;
    border-radius: 0;
    margin-top: 4px !important;
    cursor: default;
    max-height: 300px;
    overflow-y: scroll;
}
.filter-content::-webkit-scrollbar {
    background-color: #F1F4F7;
    border-radius: 0;
    width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
    background-color: #060709;
    border-radius: 0;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    cursor: pointer;
    font-size: 1.6rem;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #F1F4F7;
    opacity: 0.65;
    margin-top: 4px;
}
.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 #060709;
    background-color: #F1F4F7;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #5BB6E7;
    border-color: #5BB6E7;
}
.aanbod-filter-sec .color_box {
	background-color: Gray;
    height: 15px;
    width: 15px;
    margin-left: 10px;
	margin-top: 3px;
    border-radius: 3px;
}
.aanbod-filter {
	width: 100%;
}
.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: #060709;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #fff;
}
.cross-btn {
    width: 11px;
    filter: invert(100%);
}
.auto-overview-tag:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.auto-overview-tag:hover img{
    filter: brightness(0) invert(1);
}
.total_search_records {
	margin-top: 30px;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #F1F4F7;
	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: 32px;
	width: 100%;
    height: 32px;
    background-color: #F1F4F7;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #060709;
}
.mobile-filter-close span img {
	width: 12px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #fff;
	border-color: #fff;
	color: #060709;
	padding: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #5BB6E7;
	border-color: #5BB6E7;
	color: #fff;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-show {
    cursor: pointer;
}
.filter-show .filter-show-btn {
    height: 62px;
    width: 62px;
    border: 0.7px solid rgba(255, 255, 255, 0.50);
	border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-show:hover .filter-show-btn {
    border-color: #5BB6E7;
}
.filter-show p {
	font-family: 'montserratmedium';
    display: inline-block;
    margin-right: 11px;
}
.filter-show-right {
    cursor: pointer;
}
.filter-show-right-btn {
    height: 62px;
    width: 62px;
    border: 0.7px solid rgba(255, 255, 255, 0.50);
	border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-show-right p {
    display: inline-block;
    margin-right: 11px;
}
.filter-show-right:hover .filter-show-right-btn {
    border-color: #5BB6E7;
}
.filter-sort p {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
    display: none;
}
.filter-heading-right {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 44px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-heading p strong {
    font-size: 4.8rem;
    position: relative;
    bottom: -11px;
    margin-right: 10px;
}
.filter-sort {
    display: flex;
    align-items: center;
    max-width: 291px;
    margin-left: auto;
    width: 100%;
    border: 1px solid #fff;
    justify-content: center;
    column-gap: 0;
    padding: 10px 18px;
}
.filter-sort p {
	font-family: 'montserratmedium';
	font-size: 1.4rem;
	color: #FFF;
	letter-spacing: 0.7px;
    min-width: 120px;
	text-transform: uppercase;
}
.aanbod-filter.sorteren_op-filter {
    /*width: max-content;*/
    width: 100%;
    margin-bottom: 0;
}
.filter-wrap {
    display: flex;
	column-gap: 20px;
    justify-content: end;
}
.sorteren_op-filter .select-style {
    color: #fff;
    font-family: 'montserratmedium';
    font-size: 1.4rem;
    background: url(../images/sort-arrow.svg) transparent no-repeat 100% center / 10px;
    background-size: 13px;
    height: 24px;
    line-height: 24px;
   /* text-transform: uppercase;*/
    padding-right: 38px;
    padding-bottom: 0;
	border: 0;
    text-align: left;
}
.sorteren_op-filter .filter-content {
    margin-top: 10px !important;
    width: 290px !important;
    margin-left: -19px !important;
}
.hidden-filter {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    display: none;
}
.filter-main {
    background-color: #5BB6E7;
    padding: 135px 50px;
    max-width: 521px;
    width: 100%;
    margin-left: auto;
    height: 100vh;
    overflow-y: scroll;
    position: relative;
}
.filter-main::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 186px;
    height: 186px;
    content: "";
    background-image: url(../images/aanbod-filter-img.svg);
    background-size: 186px;
    background-repeat: no-repeat;
}
.filter-main::-webkit-scrollbar {
    background-color: #27303f;
    border-radius: 0;
    width: 10px;
}
.filter-main::-webkit-scrollbar-thumb {
    background-color: #F1F4F7;
    border-radius: 0;
}
.filter-main p {
    color: #fff;
    font-size: 3.6rem;
    font-family: 'montserratmedium';
    line-height: normal;
    padding-bottom: 10px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}
.filter-close-btn {
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    height: 33px;
    width: 33px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.filter-close-btn img {
    width: 15px;
    filter: brightness(100) invert(1);
}
.filter-close-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.filter-main .filter-close-head p {
    color: #F1F4F7;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-bottom: 0;
    display: none;
}
.filter-count {
    min-width: 19px;
    height: 19px;
    background-color: #060709;
    border-radius: 100%;
    color: #fff;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter-reset a {
    font-size: 1.7rem;
    color: #fff;
}
.filter-reset img {
    width: 12px;
    margin-left: 5px;
    margin-top: -4px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
    color: #060709;
}
.filter-reset a:hover img {
    filter: brightness(100) invert(1);
}
.filter-reset {
    margin-bottom: 20px;
}
.filter-main-overlay {
    position: absolute;
    height: 100%;
    width: calc(100% - 521px);
    background: rgba(6, 7, 9, 0.60);
    top: 0;
    left: 0;
}
.filter-bottom-btn .button span:after{
    background-color: #fff;
}
.filter-bottom-btn .button:hover {
    color: #fff;
    border-color: #060709;
}
.filter-bottom-btn .button:hover span:after {
    background-color: #060709;
}
.filter-bottom-btn .button:hover span:before {
    background: #060709;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.show_selected_filter_cls {
    padding-bottom: 26px;
}
.filter-heading label {
    color: #F1F4F7;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    cursor: pointer;
    font-size: 1.6rem;
}
.filter-bottom-btn {
    margin-top: 75px;
}
/****aanbod-list-product-sec****/
.aanbod-list-product-sec{
	background: #060709;
	padding: 7px 0 156px;
}
.aanbod-list-product-sec .row{
	/* margin: 0 -10px; */
	row-gap: 30px;
}
.aanbod-list-product-sec .each-product-slider-info .row{
    row-gap: 0;
}
.aanbod-list-product-sec .col-lg-6 {
    padding: 0 10px;
}
.aanbod-list-product-sec .product-price {
    margin-top: 17px;
}
/*************************************Porsche collectie-2**************************************/
.porsche-product-sec .each-product-slider-info p{
    font-family: 'montserratmedium';
    color: rgba(6, 7, 9, 0.70);
    margin-bottom: 168px;
}
.porsche-product-sec .each-product-slider-info h5 {
    font-family: 'montserratblack';
    font-size: 3.6rem;
    line-height: 45px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 98px;
    position: relative;
    z-index: 1;
}
.porsche-product-sec .product-price h6 {
    font-size: 2.4rem;
}
.porsche-product-sec .each-product-slider-info {
    padding: 30px 61px;
    position: relative;
}
.porsche-product-sec .each-product-slider-img {
    height: 100%;
}
.porsche-product-sec .each-product-slider-img img {
    height: 100%;
    object-fit: cover;
}
.aanbod-product-line {
    position: absolute;
    bottom: 0;
    right: 0;
}
.aanbod-list-circle {
    width: 128px;
    height: 128px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 53px;
    top: -129px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-list-circle::after {
    content: "";
    position: absolute;
    background-image: url(../images/car-circle.svg);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    background-size: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-list-circle:hover {
    filter: drop-shadow(0px 10px 50px rgba(91, 182, 231, 0.50));
}
.aanbod-list-circle-part {
    position: relative;
    z-index: 1;
}
.aanbod-list-circle h6 {
    font-family: 'montserratmedium';
    color: #060709;
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 24px;
    letter-spacing: 0.7px;
}
.porsche-product-sec .each-product-slider:hover .each-product-slider-info{
    background: #fff;
}
.porsche-product-sec .each-product-slider:hover .each-product-slider-info p{
    color: rgba(6, 7, 9, 0.70);
}
.porsche-product-sec .each-product-slider:hover .each-product-slider-info h5{
    color: #060709;
}
.porsche-product-sec .each-product-slider:hover .each-product-slider-info .product-price h6{
    color: #5BB6E7;
}
.aanbod-list-circle:hover::after {
    background: linear-gradient(31deg, #5BB6E7 21.71%, #3889B4 85.42%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-list-circle:hover h6{
    color: #FEFFFF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/*************************************car_dtl**************************************/
/****aanbod-back-btn****/
.aanbod-back-btn{
    text-align: start;
    padding: 182px 0 54px;
}
.aanbod-back-btn .button span {
    margin-left: 0;
    margin-right: 14px;
}
.aanbod-back-btn .button:hover span::after {
    transform: rotate(-180deg);
}
.aanbod-back-btn .button {
    flex-direction: row-reverse;
}
/****aanbod-top-sec****/
.aanbod-top-sec {
    background: #F6F8FA;
}
.aanbod-top-left h3{
    font-family: 'montserratregular';
    line-height: normal;
}
.aanbod-top-left h3 strong{
    font-family: 'montserratsemibold';
    color: #060709;
    font-weight: normal;
}
.aanbod-top-left h3 em{
    font-style: normal;
    color: #5BB6E7;
}
.aanbod-top-right h3 {
    font-family: 'montserratmedium';
    text-align: right;
    color: #5BB6E7;
    line-height: normal;
}
/****aanbod-top-area****/
.aanbod-top-area {
    padding-bottom: 53px;
}
.aanbod-dtl-top-slider-sec{
    background: #F6F8FA;
}
.aanbod-dtl-top-slider .slider-btn {
    position: absolute;
    top: 0;
    left: -30px;
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    row-gap: 33px;
    z-index: 2;
    
}
.aanbod-dtl-top-slider .slider-btn .common-arrow {
    position: initial;
}
.aanbod-dtl-top-slider .common-arrow:hover {
    background: #5BB6E7;
}
.aanbod-dtl-top-slider .common-arrow:hover img {
    filter: brightness(0) invert(1);
}
/****dtl-info-sec****/
.dtl-info-sec{
    background: #F6F8FA;
    padding: 20px 0 0;
}
.dtl-info-sec p{
    font-family: 'montserratsemibold';
    color: rgba(16, 24, 36, 0.50);
    font-size: 1.4rem;
    line-height: 19px;
    letter-spacing: 0.14px;
}
.dtl-info-sec h6{
    font-family: 'montserratregular';
    color: #101824;
    text-align: center;
    font-size: 2.4rem;
    line-height: 33px;
    letter-spacing: 0.24px;
}
.each-dtl-info {
    background: #fff;
    padding: 33px 31px;
    position: relative;
}
.each-dtl-info::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/each-dtl-info-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-dtl-info h6 {
    text-align: center;
    margin-bottom: 83px;
}
.each-dtl-info p {
    margin-bottom: 69px;
}
.dtl-info-left .row {
    margin: 0 -10px;
    row-gap: 20px;
}
.dtl-info-left .col-xl-4 {
    padding: 0 10px;
}
.each-dtl-info-content {
    position: relative;
    z-index: 1;
}
.each-dtl-info:hover::before{
    opacity: 1;
}
.each-dtl-info:hover .each-dtl-info-content p, .each-dtl-info:hover .each-dtl-info-content h6{
    color: #fff;
}
.dtl-info-right {
    background: #fff;
    padding: 25px 35px;
    position: sticky;
    top: 119px;
    overflow: hidden;
}
.dtl-contact-img img {
    width: 78px;
    height: 78px;
    border-radius: 100%;
}
.share-icon {
    text-align: end;
}
.dtl-info-area .col-lg-5 {
    padding-left: 16px;
}
.dtl-contact-info h4{
    font-family: 'montserratsemibold';
    color: #060709;
}
.dtl-contact-info a {
    font-family: 'montserratmedium';
    margin-bottom: 0;
    color: rgba(6, 7, 9, 0.80);
    font-size: 1.6rem;
    line-height: 22px;
    letter-spacing: 0.16px;
}
.dtl-contact-info a:hover{
    color: #5BB6E7;
}
.aanbod-dtl-contact-info {
    padding: 23px 0;
}
.aanbod-dtl-contact-info ul {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 7px;
    position: relative;
    padding: 20px 0;
    justify-content: space-between;
    row-gap: 13px;
}
.aanbod-dtl-contact-info ul::after {
    position: absolute;
    top: 0;
    height: 1px;
    content: "";
    background: rgba(6, 7, 9, 0.10);
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}
.aanbod-dtl-contact-info ul::before {
    position: absolute;
    bottom: 0;
    height: 1px;
    content: "";
    background: rgba(6, 7, 9, 0.10);
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}
.aanbod-dtl-contact-info li{
    display: flex;
    align-items: center;
}
.aanbod-dtl-contact-info li img {
    width: 17px;
    height: 17px;
}
.aanbod-dtl-contact-info p {
    font-family: 'LamaSans-SemiBold';
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 17px;
    color: rgba(6, 7, 9, 0.50);
    padding-left: 6px;
}
.aanbod-dtl-contact-info a{
    font-family: 'LamaSans-Regular';
    color: rgba(6, 7, 9, 0.50);
    padding-left: 4px;
}
.aanbod-dtl-contact-info a:hover{
    color: #5BB6E7;
}
.dtl-info-right-btm ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    margin-bottom: 8px;
    column-gap: 15px;
    /* justify-content: space-between; */
}
.dtl-info-right-btm .button {
    background: #F6F8FA;
}
.dtl-info-right-btm .button span::after {
    transform: rotate(0deg);
}
/*dtl-tab-sec*/
.dtl-tab-sec {
    padding: 52px 0 51px;
    background: #F6F8FA;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 40px;
    row-gap: 2px;
    margin-bottom: 50px;
    border: 0;
    padding: 24px 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 0;
    background-color: transparent;
    color: rgba(244, 247, 250, 0.50);
    letter-spacing: normal;
    width: 100%;
    border-radius: 0;
    padding: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    font-family: 'lama_sansregular';
    font-size: 2rem;
    margin: 0;
    word-break: break-word;
    overflow: hidden;
    color: #fff;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link span {
    position: relative;
    font-family: 'lama_sansregular';
    padding-bottom: 10px;
    display: inline-block;
    color: #fff;
    font-size: 2rem;
}
.dtl-tab-sec .nav-item::after{
    display: none !important;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link::before {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.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: #fff;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover::before {
    opacity: 1;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active span::after {
    width: 100%;
}
.tab-btn ul{
    position: relative;
}
.tab-btn ul::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background: rgba(16, 16, 16, 0.10);
    border-radius: 30px;
}
.tab-btn ul::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 0;
    background: rgba(16, 16, 16, 0.10);
    border-radius: 30px;
}
.Kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 33px;
}
.Kenmerken-tab li {
    font-family: 'lama_sansmedium';
    color: rgba(6, 7, 9, 0.70);
    width: 21%;
    margin-bottom: 29px;
    line-height: 24px;
    letter-spacing: 0.32px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-left: 19px;
}
.Kenmerken-tab li:nth-child(even) {
    color: #060709;
    padding-left: 0;
}
.Kenmerken-tab li:nth-child(even)::after{
	display: none;
}
.bullet-panel p {
	font-family: 'lama_sansmedium';
    border-bottom: 1px solid #5BB6E7;
    padding-bottom: 10px;
    color: #5BB6E7;
    font-size: 2rem;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.tab_hedaing { 
    margin-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    margin-bottom: 10px;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 8px;
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    width: 7px;
    height: 7px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.tab_content p {
    margin-bottom: 0;
    color: #060709;
    font-family: 'montserratregular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.bullet-panel p {
    color: #5BB6E7;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5BB6E7;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #5BB6E7;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block p {
    line-height: 30px;
    color: #fff;
}
.left-bg-block p strong {
    font-family: 'lama_sansmedium';
}
.left-bg-block h6 {
    font-family: 'lama_sansmedium';
    color: #fff;
    font-size: 1.8rem;
    line-height: normal;
}
.each-onderhoud-block p {
    line-height: 30px;
    margin-bottom: 10px;
}
.each-onderhoud-block p strong{
    font-size: 1.8rem;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.Kenmerken-tab li::after{
    background-size: 8px;
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.tab-btn ul.tabs li {
    position: relative;
    font-family: 'montserratmedium';
	font-size: 1.8rem;
	color: rgba(6, 7, 9, 0.30);
    padding-bottom: 3px;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    line-height: normal;
}
.tab-btn ul.tabs li span{
    position: relative;
}
.tab-btn ul.tabs li.active span{
	color: #060709;
}
.tab-btn ul.tabs li span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -27px;
    left: 0;
    background: #5BB6E7;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn ul.tabs li span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: -24px;
    left: 0;
    background: #5BB6E7;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn ul.tabs li.active span::after, ul.tabs li span:hover::after{
    opacity: 1;
}
.tab-btn ul.tabs li.active span::before, ul.tabs li span:hover::before{
    opacity: 1;
}
.tab_content {
    display: none;
}
.tab_drawer_heading{
    display: none;
}
.back-btn-sec.aanbod-back-btn-mobile{
    display: none;
}
.share-icon img {
    width: 17px;
    height: 17px;
}
/****aanbod-product-sec****/
.aanbod-product-sec {
    padding: 115px 0 113px;
}
/*************************************verkocht**************************************/
/****verkocht-heading****/
.verkocht-heading {
    padding: 217px 0 64px;
}
.verkocht-heading-area{
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 69px;
}
.verkocht-heading-area h3{
    color: #fff;
}
.verkocht-heading h6 {
    font-family: 'montserratmedium';
    font-size: 1.6rem;
    letter-spacing: 0.8px;
    text-align: end;
}
.verkocht-heading h6 strong {
    font-weight: normal;
    line-height: 45px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #5BB6E7;
    font-size: 3.6rem;
    font-family: 'montserratblack';
}
/****verkocht-product-sec****/
.verkocht-product-sec .each-product-slider-img{
    position: relative;
}
.verkocht-line {
    position: absolute;
    bottom: 0;
    right: 0;
}
.verkocht-product-sec .row {
    row-gap: 44px;
}
.verkocht-product-sec .each-product-slider:hover .each-product-slider-info p{
    color: #fff;
}
/*************************************over-ons**************************************/
/****over-ons-top****/
.over-ons-top {
	background-color: #F6F8FA;
	padding: 218px 0 170px;
}
.over-ons-top-heading {
	position: relative;
	z-index: 1;
	margin-bottom: 56px;
}
.over-ons-top p {
    color: rgba(6, 7, 9, 0.70);
    max-width: 715px;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
	margin-bottom: 0;
}
.over-ons-top-logo img {
	width: 417px;
}
.over-ons-img .col-lg-6 {
	width: 60%;
}
.over-ons-img .col-lg-3 {
	width: 20%;
	margin-bottom: -70px;
}
.each-over-ons-img {
	transition: all 0.5s;
	position: relative;
}
.each-over-mid {
	transform: scale(1.5);
}
.each-over-left {
	right: -80%;
	opacity: 0.2;
}
.each-over-right {
	left: -80%;
	opacity: 0.2;
}
/****over-ons-usp-block****/
.over-ons-usp-block {
	background-color: #F6F8FA;
	padding-bottom: 170px;
}
.over-ons-usp-block .usp-text-wrapper h4 {
	color: #060709;
}
.over-ons-usp-block .usp-text-wrapper h4 span::before {
	background-image: url(../images/usp-black-icon.svg);
}
/****gallery****/
#gallery {
	overflow: hidden;
}
#gallery .content {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 0 26px;
}
#gallery .top-row, 
#gallery .bottom-row {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 19px;
    min-width: 900px;
}
.each-over-ons-gallery-img {
	height: 538px;
}
.each-over-ons-gallery-img img {
	height: 100%;
	object-fit: cover;
}
/*************************************bedankt**************************************/
.bedankt-banner-sec h1{
    font-family: 'montserratblack';
    font-size: 6.4rem;
    line-height: 72px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    color: #F6F8FA;
}
.bedankt-banner-sec .banner-content p {
    width: 100%;
    max-width: 714px;
    margin-bottom: 31px;
}
/*************************************popup**************************************/
.modal-area .modal-dialog {
    max-width: 49%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background: rgba(6, 7, 9, 0.60);
}
.modal-area .modal-content {
    border: 0;
    border-radius: 0;
    background-color: #fff;
    position: relative;
}
.pop-up-image {
    height: 100%;
}
.modal-area .popup-content {
    padding: 49px 44px;
    background-color: #fff;
    text-align: center;
}
.modal-area .popup-content p{
    font-family: 'montserratmedium';
    color: #231F20;
    margin: 37px 0 24px;
    letter-spacing: normal;
}
.modal-area .popup-content h3 {
    line-height: 52px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    font-family: 'Exo2SemiBoldItalic';
    font-size: 4rem;
    margin: 12px 0 23px;
    width: 100%;
    max-width: 485px;
}
.modal-area .popup-content ul {
    margin-left: 20px;
    list-style-type: disc;
}
.modal-area .popup-content li {
    line-height: 26px;
    margin-bottom: 10px;
    color: #141414;
}
.modal-area .popup-content li::marker {
    color: #E52329;
}
.popup-info-btm p {
    margin-top: 17px;
}
.pop-up-image img {
	height: 100%;
}
.close-img {
    position: absolute;
    top: -28px;
    right: -25px;
    z-index: 1;
    font-size: 3rem;
    height: 62px;
    width: 62px;
    background-color: #303030;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100px;
}
.close-img:hover {
	color: #fff;
}
.modal-content .col-lg-7 {
    width: 56%;
}
.modal-content .col-lg-5 {
    width: 44%;
}
.popup-content .border-btn {
    border: 1px solid #060709;
    color: #060709;
}
.popup-content .border-btn:hover{
    color: #fff;
    border-color: #5BB6E7;
}
.popup-content img {
    width: 241px;
}

.diensten-header-area .header-logo img {
    filter: brightness(0);
}
.detailing-top-img-sec {
    padding-top: 155px;
}



/*******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: 30px;
    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(#555 calc(1*100%/6),#fff 0 calc(3*100%/6),#555 0),
              linear-gradient(#555 calc(2*100%/6),#fff 0 calc(4*100%/6),#555 0),
              linear-gradient(#555 calc(3*100%/6),#fff 0 calc(5*100%/6),#555 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: #fff;
  }
.radio_filter .form-check-input {
    display: none;
}
.aanbod-dtl-right-slide-top .common-btn{
    background-color: #fbb969;
    border-color: #fbb969;
}
.over-ons-counter-area .col-lg-4:last-child .each-over-ons-counter{
    border: none;
}

.carpass-img {
    width: 115px;
}


#google_translate_element{
    height: 0;
    overflow: hidden;
}
.skiptranslate{
    height: 0;
    overflow: hidden;
    visibility: hidden !important;
}
body {
    top: 0 !important;
}

.privacy_section {
    padding: 120px 0 40px;
}
.inkop-images {
    padding: 0 5px;
    column-gap: 20px;
    justify-content: space-between;
}
.inkop-images .col-lg-6 {
    border: 0;
    width: 47%;
}

.row.inkop-images .col-lg-6 .form-control {
    font-size: 1.4rem;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.form-area .form-control.photo_upload {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.6);
}
.formError {
    z-index: 0 !important;
}
.usp-block {
    padding: 10px 0;
}
.WidgetTitle__Header-sc-ruy1gu-2.eWlnOb,
.ReviewAuthorName__AuthorName-sc-12q1dod-1.kBfvhj.es-review-author-name,
.DateTime__Time-sc-13gi7wj-0.dXelQe.ReviewInfo__StyledDateTime-sc-vdzpu9-4.cwZklo.es-review-info-date{
    color: #fff !important;
}
.overons-review{
    padding-top: 90px !important;
}
.product-sec .button{
  border: 1px solid rgba(255, 255, 255, 0.00);
  background: linear-gradient(264deg, #FFF -9.77%, #FFF 94.89%);
  color: #060709;
}
/*=============portfolio=============*/
.portfolio-form.form-area{
	border-bottom: 1px solid rgba(255,255,255,0.70);
}
.portfolio-top-content, .portfolio-image-block{
	background: #F6F8FA;
}
.portfolio-top-content p{
	color: rgba(6, 7, 9, 0.70);
  	max-width: 760px;
  	margin: 20px 0 0;
}
.portfolio-image-block{
	padding: 60px 0 50px;
}
.img-comp-container {
    position: relative;
}
.img-comp-responsive {
    height: 0;
    width: 100%;
    padding-bottom: 140%;
    position: relative;
}
.img-comp-responsive:after{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}
.img-comp-img {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}
.img-comp-img img {
    height: 100%;
    object-fit: cover;
}
.img-comp-overlay {
    height: 50%;
    z-index: 1;
}
.img-comp-slider {
    position: absolute;
    z-index: 9;
    cursor: ew-resize;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  	left: 0;
  	text-align: center;
}
.img-comp-slider:before{
	position: absolute;
	top: 50%;
	content: '';
	left: 0;
	width: 100%;
	height: 7px;
	background: #fff;
	transform: translateY(-50%);
}
.img-comp-content{
	position: absolute;
	bottom: 50px;
	left: 30px;
	z-index: 1;
	color: #FFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	-webkit-text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-family: 'MontserratBold';
	font-size: 2.6rem;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	opacity: 1;
}
.img-comp-content.hide-text{
	opacity: 0;
}
.img-comp-img.img-comp-overlay .img-comp-content{
	top: 50px;
	bottom: auto;
}
.each-portfolio-slide img{
	height: 100%;
	object-fit: cover;
}
.portfolio-image-block .common-arrow{
	border-color: rgba(255, 255, 255, 0.5);
	background: #fff;
}
.portfolio-image-block .common-arrow:hover {
  	border-color: #5BB6E7;
  	background: #5BB6E7;
}
.portfolio-image-block .common-arrow:hover img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.portfolio-image-block .swiper-button-prev{
	left: 30px;
}
.portfolio-image-block .swiper-button-next{
	right: 30px;
}