@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    font-family: 'ManilaSans-Regular';
    font-size: 1.6rem;
	color: #fff;
    background-color: #050E16;
}
html {
    font-size: 62.5%;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/*****header-area******/
.header-area {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	padding: 2.8rem 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-area.stiky {
    position: fixed;
    background-color: #0A1722;
	padding: 1.5rem 0;
}
.header-area.stiky .header-logo img {
    width: 11rem;
}
.header-logo img {
	width: 15.3rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-right {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
    width: 100%;
    justify-content: end;
    align-items: center;
}
.header-social ul {
	display: flex;
	column-gap: 0.7rem;
}
.header-social li a {
	border: 1px solid rgba(255, 255, 255, 0.20);
	height: 3.5rem;
	width: 3.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}
.header-social li a img {
	width: 1.2rem;
}
.header-social li a:hover,
.header-social li a.header-wp:hover {
	background-color: #1371FF;
}
.header-social li a.header-wp {
	background-color: #25D366;
}
.header-menu > ul {
	display: flex;
	align-items: center;
	column-gap: 3rem;
}
.header-menu > ul > li > a {
	font-family: 'ManilaSans-Regular';
    font-size: 1.8rem;
    color: #fff;
}
.header-menu > ul > li > a:hover {
	color: #1371FF;
}
.menu-hamburger {
	margin-left: 0.8rem;
}
.menu-hamburger span, .menu-hamburger::after, .menu-hamburger::before {
    display: block;
	height: 0.1rem;
	width: 1.4rem;
	background-color: #fff;
    content: '';
    margin: 0.3rem 0 0.3rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-hamburger::after {
	width: 60%;
}
.header-menu .menu-btn a:hover {
	color: #fff;
}
.menu-btn {
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
	padding: 0.9rem 2.1rem;
	border-top-left-radius: 2rem;
	border-top-right-radius: 2rem;
	min-width: 11.9rem;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu-btn ul {
	position: absolute;
	top: 6rem;
	background-color: #fff;
	left: 0;
	width: 100%;
	border-bottom-left-radius: 2rem;
	border-bottom-right-radius: 2rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	opacity: 0;
	pointer-events: none;
	overflow: hidden;
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
.menu-btn ul li a {
	color: #050E16;
	padding: 0.9rem 2.1rem;
	display: block;
}
.menu-btn ul li a:hover {
	background-color: #1371FF;
	color: #fff;
}
.menu-btn.active {
	background-color: #fff;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.menu-btn.active > a,
.menu-btn.active > a:hover {
	color: #050E16;
}
.menu-btn.active .menu-hamburger span, 
.menu-btn.active .menu-hamburger::after, 
.menu-btn.active .menu-hamburger::before {
	background-color: #050E16;
}
.menu-btn.active ul {
	top: 4rem;
	opacity: 1;
	pointer-events: all;
}
/****fix-wp-btn*****/
.fix-wp-btn {
	border-radius: 4rem;
	background-color: #0F492E;
	backdrop-filter: blur(5px);
	z-index: 99;
	position: fixed;
	right: 3rem;
	bottom: 8rem;
	max-width: 22.5rem;
	width: 100%;
	padding: 0.9rem;
}
.fix-wp-btn a {
	display: flex;
	align-items: center;
}
.fix-wp-btn-icon {
	margin-right: 1.1rem;
	height: 5.2rem;
	width: 5.2rem;
	background-color: #25D366;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}
.fix-wp-btn-text p {
	margin-bottom: 0;
	font-size: 1.4rem;
	color: #fff;
	text-transform: uppercase;
	line-height: 2rem;
}
/******banner-sec******/
.banner-sec {
	position: relative;
	/* height: 100vh; */
	height: 900px;
	overflow: hidden;
}
.banner-sec .banner-video{
	height: 900px !important;
}
.banner-sec .video-js{
	height: 900px !important;
}
.banner-sec .video-js .vjs-tech{
	top: -10%;
	height: calc(100% + 10%) !important;
}
.banner-slider, .banner-slider .swiper{
	height: 100%;
	display: none;
}
.banner-sec::after {
	content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
	background: linear-gradient(180deg, rgba(5, 14, 22, 0.00) 0%, #050E16 96.49%);
    z-index: 1;
}
.banner-video {
	height: 86.9rem;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner {
	height: 100%;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content { 
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	left: 0;
	z-index: 2;
}
.banner-content h1 {
	margin-bottom: 3rem;
}
/*****filter*****/
.select-style {
	width: 100%;
    height: 4.8rem;
    color: rgba(255, 255, 255, 0.50);
    font-family: 'ManilaSans-Regular';
    font-size: 1.6rem;
	border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.50);
    border-radius: 0;
    padding: 0 3rem 0 2.2rem;
    background: url(../images/filter-arrow.svg) #0A1722 no-repeat 93% center/10px;
    appearance: none;
    line-height: 4.8rem;
}
.filter-content {
    display: none;
    background-color:#2A3239;
    padding: 1rem 1rem 1.5rem;
    z-index: 2;
    border: 1px solid #2A3239;
    border-top: 0;
    border-radius: 0;
    margin-top: -0.5rem !important;
	cursor: default;
	max-height: 40rem;
    overflow-y: auto;
}
.filter-content.show-div {
    display: block;
}
.filter-area label {
    color: #fff;
    margin-bottom: 1rem;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'ManilaSans-Regular';
    font-size: 1.4rem;
	cursor: pointer;
}
.filter-area label:last-child {
	margin-bottom: 0;
}
.filter-area label span {
    float: right;
    color: #fff;
    opacity: 0.65;
}
.filter-area .form-check-input {
    width: 1.4rem;
    height: 1.4rem;
    vertical-align: middle;
    margin-top: -0.2rem;
    margin-right: 0.8rem;
    box-shadow: none;
    border: 1px solid #fff;
    background-color: #2A3239;
    border-radius: 0.3rem;
}
.filter-area .form-check-input:checked {
    background-color: #1371FF;
    border-color: #1371FF;
}
.filter-area .color_box {
	background-color: Gray;
    height: 1.5rem;
    width: 1.5rem;
    margin-left: 1rem;
	margin-top: 0.3rem;
    border-radius: 0.3rem;
}
.filter-area .col-lg-3:last-child .select-style {
	border: 0;
}
/*****banner-filter********/
.banner-filter .select-style {
	border-color: rgba(5, 14, 22, 0.15);
	background: url(../images/filter-arrow-black.svg) #fff no-repeat 85% center/10px;
	color: #050E16;
	height: 6.8rem;
	line-height: 6.8rem;
}
.select-style option, .aanbod-filter-sec .select-style option{
	font-family: arial;
}
.banner-filter .filter-area .col-lg-3 {
	width: 33%;
	display: none;
	margin-bottom: 0;
}
.banner-filter .filter-area .col-lg-3:nth-child(1),
.banner-filter .filter-area .col-lg-3:nth-child(2),
.banner-filter .filter-area .col-lg-3:last-child {
	display: block;
}
.banner-filter .filter-area .col-lg-3:nth-last-child(2) .select-style,
.banner-filter .filter-area .col-lg-3:nth-child(2) .select-style {
	border-right: 0;
}
.banner-filter .filter-content {
    margin-top: -0.2rem !important;
	background-color: #fff;
	border-color: #fff;
}
.filter-search-btn{
	display: table;
	margin-left: auto;
}
.filter-search-btn .common-btn {
	min-width: 17.5rem;
}
.filter-search-btn .common-btn img {
	width: 1.3rem;
	margin-right: 0.2rem;
	margin-top: -0.2rem;
}
.banner-filter .filter-area {
	border-radius: 10rem;
	background-color: #fff;
	padding: 0 1rem 0 3rem;
}
.banner-filter {
	max-width: 61rem;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.banner-filter .filter-area .row {
	align-items: center;
	justify-content: space-between;
}
.banner-filter .filter-area label {
	color: #050E16;
}
.banner-filter .filter-area label span {
	color: #050E16;
}
.banner-filter .filter-area .form-check-input{
    width: 1.4rem;
    height: 1.4rem;
    vertical-align: middle;
    margin-top: -0.2rem;
    margin-right: 0.8rem;
    box-shadow: none;
    border: 1px solid #2A3239;
    background-color: #fff;
    border-radius: 0.3rem;
}
.banner-filter .filter-area .form-check-input:checked {
    background-color: #1371FF;
    border-color: #1371FF;
}
.home-more-filter-btn {
	color: #F9F8F6;
	font-size: 1.8rem;
	line-height: 2.5rem;
	letter-spacing: 0.018rem;
	text-align: center;
	font-family: 'ManilaSans-Bold';
	margin-top: 2rem;
	position: relative;
}
.home-more-filter-btn span {
	cursor: pointer;
}
.home-more-filter-btn::after,
.home-more-filter-btn::before {
	content: "";
    height: 0.1rem;
    width: calc(50% - 10rem);
    position: absolute;
    left: 3rem;
    top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
}
.home-more-filter-btn::before {
	right: 3rem;
	left: auto;
}
.banner-filter.active {
	max-width: 109rem;
}
.banner-filter.active .filter-area .col-lg-3 {
	display: block;
	width: 16.6%;
}
.banner-filter.active .filter-area .col-lg-3:nth-child(2) .select-style {
	border-right: 1px solid rgba(5, 14, 22, 0.15);
}
/****product-sec*****/
.product-sec {
	padding: 11rem 0 12rem;
}
.product-wrap {
	padding: 0 12rem;
}
.product-slider {
	position: relative;
	margin-top: 7.4rem;
}
.each-product {
	border: 2px solid transparent;
	/* padding: 1.5rem; */
	padding: 0.6rem 0.6rem 3.6rem;
	border-radius: 3rem;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover {
	border-color: #1371FF;
}
.each-product-img {
	border-radius: 2rem;
	overflow: hidden;
	margin-bottom: 3.4rem;
}
.each-product-text h4 {
	margin: 0.4rem 0 1.4rem;
	/*height: 4.3rem;*/
	overflow: hidden;
}
.each-product-text h6 {
/*	height: 2.5rem;*/
    overflow: hidden;
}
.each-product-text ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 3rem;
}
.each-product-text li {
    color: #fff;
    font-family: 'ManilaSans-Regular';
    font-size: 1.2rem;
    line-height: 2rem;
    padding: 0.6rem 1rem;
    background-color: rgba(255, 255, 255, 0.15);
	border-radius: 10rem;
}
.product-price {
    margin: 3rem 0 0;
}
.product-price ul {
	display: flex;
	justify-content: space-between;
}
.product-price li {
	text-align: center;
	font-family: 'ManilaSans-Regular';
    font-size: 1.8rem;
    color: #fff;;
	padding: 0.8rem 1.4rem;
	height: 5.9rem;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-price li:nth-child(odd) {
	background-color: #1371FF;
	border-color: #1371FF;
	border-radius: 1rem 0 0 1rem;
}
.product-price li:nth-child(even) {
	border-radius: 0 1rem 1rem 0;
	border: 1px solid rgba(255, 255, 255, 0.20);
}
.product-slider .swiper-button-next {
	right: -13rem;
}
.product-slider .swiper-button-prev {
	left: -13rem;
}
.product-heading {
	padding: 0 1.5rem;
}
/******marquee-sec*******/
.marquee-sec {
	background-color: #1371FF;
	padding: 1.9rem 0;
}
.marque-wrap{
	white-space: nowrap;
}
.marque-wrap:hover .marque-txt{
	animation-play-state: paused;
}
.marque-txt {
	display: flex;
	animation: 15s slide infinite linear;
}
.marque-txt li {
	/* display: inline list-item; */
	display: inline-block;
	color: #F7FAF6;
    font-family: 'ManilaSans-Bold';
    font-size: 1.8rem;
    line-height: 2.1rem;
	padding-left: 3rem;
	position: relative;
	margin-left: 24rem;
	text-transform: uppercase;
}
.marque-txt li::after {
	content: "";
	position: absolute;
    left: 0;
    top: 0.1rem;
    height: 100%;
    width: 100%;
    height: 2rem;
    width: 2rem;
    background-image: url(../images/tick.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 2rem;
}
@keyframes slide{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(-100%);
	}	
}
/****service-sec*****/
.service-sec {
	background-color: #0A1722;
	position: relative;
}
.service-sec::before {
	content: "";
    height: 20%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
	background: linear-gradient(0deg, rgba(10, 23, 34, 0.00) 0%, #0A1722 96.49%);
	z-index: 2;
}
.service-sec::after {
	content: "";
    height: 20%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
	background: linear-gradient(180deg, rgba(10, 23, 34, 0.00) 0%, #0A1722 96.49%);
	z-index: 2;
}
.service-main-slide-wrap {
    padding: 0 4rem;
}
.service-thumb-slide-wrap {
	padding-left: 6rem;
}
.service-img-slide {
	height: 97.5rem;
}
.service-text-slide {
	height: 15rem;
}
.each-service-img-slide {
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}
.each-service-img-slide::after {
	content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(5, 14, 22, 0.00) 0%, #050E16 96.49%);
}
.each-service-img-slide img {
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-img-slide:hover img {
	transform: scale(1.1);
}
.serv-img-heading {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2.4rem 3.5rem;
	z-index: 1;
	width: 100%;
	opacity: 0;
}
.serv-img-heading::after {
	content: "";
    height: 0.9rem;
    width: 0.9rem;
    position: absolute;
    right: 3.5rem;
    top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/next.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 0.9rem;
}
.each-service-text-slide h4 {
	font-size: 1.6rem;
	color: rgba(255, 255, 255, 0.30);
	cursor: pointer;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-text-slide .swiper-slide-thumb-active .each-service-text-slide h4 {
	color: #fff;
}
.each-service-img-slide {
	max-width: 47rem;
	width: 100%;
	margin: 0 auto;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-img-slide .swiper-slide-active .serv-img-heading {
	opacity: 1;
}
.service-img-slide .swiper-slide-active .each-service-img-slide {
	max-width: 100%;
}
.service-text {
	max-width: 42.8rem;
	width: 100%;
}
.service-text p {
	margin: 2.5rem 0 4.3rem;
}
/*****about-sec*****/
.about-sec {
	background-color: #0A1722;
}
.white-wrap {
	padding: 12rem 0;
	border-radius: 4rem;
	background: #fff;
	width: 100%;
	max-width: calc(100% - 4rem);
	margin: 0 auto;
}
.about-img {
	display: flex;
}
.about-img img {
	border-radius: 2rem;
	height: 100%;
	object-fit: cover
}
.about-img-top {
	height: 44.8rem;
	max-width: 40.8rem;
	width: 100%;
}
.about-img-btm {
    height: 47.5rem;
    max-width: 42.9rem;
    width: 100%;
    margin: 24.4rem 0 0 -12rem;
}
.about-text {
	padding-left: 5rem;
	padding-bottom: 4.6rem;
}
.about-text h2 {
	color: #050E16;
	margin-bottom: 4.8rem;
	margin-left: -24rem;
}
.about-text p {
	color: #0A131E;
	max-width: 53rem;
	width: 100%;
}
.about-text ul {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	margin: 4rem 0 6rem;
}
.about-text li {
	border-radius: 1rem;
	border: 1px solid rgba(5, 14, 22, 0.20);
	backdrop-filter: blur(15px);
	width: 48%;
	padding: 2.1rem 2.5rem;
}
.about-text li h4 {
	color: #050E16;
	position: relative;
	padding-left: 5rem;
}
.about-text li h4::after {
	content: "";
	position: absolute;
    left: 0;
    top: -0.2rem;
    height: 2.5rem;
    width: 2.5rem;
    background-image: url(../images/tick.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.5rem;
	background-color: #1371FF;
	border-radius: 100%;
}
/****review-sec****/
.review-sec {
	padding: 10rem 0;
	background-color: #0A1722;
}
/******footer-area*****/
.footer-area {
	padding: 9.4rem 0 1.8rem;
}
.footer-right {
	max-width: 58rem;
	width: 100%;
	margin-left: auto;
}
.footer-contact h4 {
	font-family: 'ManilaSans-Bold';
	color: #F9F8F6;
	letter-spacing: 0.018rem;
	margin-bottom: 1.8rem;
	line-height: 2.5rem;
}
.footer-contact p {
	color: #F9F8F6;
	font-size: 2.4rem;
	line-height: 3.4rem;
	letter-spacing: 0.024rem;
	margin-bottom: 0;
}
.footer-contact p a {
	color: #F9F8F6;
}
.footer-contact p a:hover {
	color: #1371FF;
}
.footer-info {
	display: flex;
	flex-wrap: wrap;
	column-gap: 3rem;
	justify-content: space-between;
}
.each-footer-info h4 {
	font-family: 'ManilaSans-Bold';
	color: #F9F8F6;
	letter-spacing: 0.018rem;
	margin-bottom: 1.8rem;
	line-height: 2.5rem;
}
.each-footer-info p {
	color: #F9F8F6;
	line-height: 2.2rem;
	letter-spacing: 0.016rem;
}
.each-footer-info p strong {
	font-family: 'ManilaSans-Regular';
	color: rgba(249, 248, 246, 0.40);
	font-weight: 400;
}
.each-footer-info p a {
	color: #F9F8F6;
}
.each-footer-info p a:hover {
	color: #1371FF;
}
.footer-partner {
	margin: 2rem 0 7rem;
}
.footer-partner ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 3rem;
	align-items: center;
	justify-content: end
}
.footer-partner li img {
	width: 10rem;
}
.footer-btm {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-social {
	display: inline-flex;
	align-items: center;
	justify-content: end;
	margin-left: 3rem;
}
.footer-social p {
	display: inline-block;
	margin: 0 3rem 0;
}
.footer-social ul {
	display: flex;
	column-gap: 1rem;
}
.footer-social li a {
	height: 4.8rem;
	width: 4.8rem;
	border-radius: 100%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-social li a:hover{
	background-color: #1371FF;
}
.footer-social li a.footer-wp {
	background-color: #25D366;
}
.footer-social li a:not(.footer-wp):hover img {
	filter: brightness(10);
	-webkit-filter: brightness(10);
}
.footer-policy p a {
	color: rgba(249, 248, 246, 0.39);
}
.footer-policy p a:hover {
	color: #1371FF;
}
/* *****diensten****** */
.inner-banner-sec{
	width: 100%;
	position: relative;
}
.inner-banner-sec .each-inner-banner {
    height: 41rem;
}
.inner-banner-content {
    position: absolute;
    top: 73%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    z-index: 2;
}
.inner-banner-sec::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
	background-color: rgba(5, 14, 22, 0.28);
}
.inner-banner-sec::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
	background: linear-gradient(180deg, rgba(5, 14, 22, 0.00) 0%, #050E16 96.49%);
    z-index: 1;
}
.each-inner-banner img{
	height: 100%;
    object-fit: cover;
}
.list-sec{
	width: 100%;
	padding: 7.1rem 0 5.6rem;
}
.each-list {
    border: 1px solid #fff;
    padding: 2.1rem 3rem;
	border-radius: 2rem;
    overflow: hidden;
	margin: 0 2.4rem 4rem 3.3rem;
}
.each-list-img {
    width: 100%;
	height: 36.9rem;
}
.each-list-img img {
    border-radius: 2rem;
	height: 100%;
    object-fit: cover;
    overflow: hidden;
}
.each-list-info{
	padding: 0 3.4rem 0 3rem;
}
.each-list-info h2 {
    margin-bottom: 2.8rem;
	margin-top: 5.5rem;
}
.each-list-info p {
    margin-bottom: 7.8rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-list-info  button{
    margin-bottom: 5.4rem;
}
.each-list-info button.common-btn:hover{
	background-color: #1371FF;
	border:1px solid #1371FF;
}
.each-list:nth-child(odd) .each-list-img {
	padding-right: 4rem;
}
.each-list:nth-child(even) .each-list-img {
	padding-left: 4rem;
}
.form-area{
	width: 100%;
}
.left-contact-dtls{
	background-color: #1371FF;
	padding: 5.4rem 6.1rem 6.4rem;
	border-radius: 2rem;
    overflow: hidden;
	width: 100%;
    max-width: 41.3rem;
}
.left-contact-heading h3 {
    font-family: 'ManilaSans-Bold';
	padding-bottom: 3.4rem;
}
.left-contact-dtls h3 a{
	padding-bottom: 0;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	color: #F9F8F6;
}
.left-contact-dtls h3 a:hover{
	color: #F9F8F6;
	text-decoration: underline;
}
.left-contact-dtls p a{
	padding-bottom: 0;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	color: #F9F8F6;
}
.left-contact-dtls p a:hover{
	color: #F9F8F6;
	text-decoration: underline;
}
.left-contact {
    padding: 2.5rem 0 2rem;
}
.left-contact h3 {
    padding-bottom: 0;
}
.left-contact-dtls h4 {
	font-family: 'ManilaSans-Bold';
    color: #F9F8F6;
	margin-top: 2.1rem;
    margin-bottom: 1.1rem;
}
.left-contact-dtls p{
	margin-bottom: 3rem;
	color: #F9F8F6;
}
.right-contact-form {
    padding-left: 5.3rem;
    padding-top: 2.4rem;
}
.right-contact-form h2{
	color: #050E16;
	margin-bottom: 2rem;
}
.right-contact-form p{
	font-family: 'open_sansregular';
	color: #0A131E;
	width: 100%;
    max-width: 57.4rem;
	margin-bottom: 3.8rem;
}
.form-area{
	position: relative;
	padding-bottom: 10.7rem;
}
.form-area::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #0A1722;
	z-index: -1;
}
.form-area .white-wrap {
    padding: 7.4rem 0;
}
.form-group {
    margin-bottom: 2.8rem;
	position: relative;
	padding-right: 1.5rem;
}
.form-styl {
    font-family: 'ManilaSans-Regular';
    color: #000;
    font-size: 1.6rem;
	border-radius: 1rem;
	overflow: hidden;
	background: transparent;
	line-height: normal;
    resize: none;
    border: 1px solid rgba(5,14,22,0.3);
    outline: none;
    padding: 2.2rem 2.9rem;
}
.form-styl:focus{
    color: #171717;
    background: transparent;
    outline: 0;
    box-shadow: none;
	border-color: #1371FF;
}
.form-label {
    color: #000;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 2.9rem;
	margin-bottom: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background-color: #fff;
	padding: 0.2rem 1.5rem;
	pointer-events: none;
}
.form-comment .form-label {
	top: 3rem;
}
/* input[type=text].form-styl:focus + .form-label,
.form-comment .form-styl:focus + .form-label {
	top: -0.5rem;
	color: #1371FF;
} */
.focus-input .form-label{
	top: -0.5rem;
	color: #1371FF;
}
.formError .formErrorContent{
	position: absolute !important;
}
.right-contact-form textarea.form-control {
    min-height: calc(1.5em + 9.72rem + 2rem);
}
/* *****financieren***** */
.financieren-top-button {
    width: 100%;
    padding-top: 15rem;
    padding-bottom: 4rem;
	position: relative;
}
.financieren-top-button img {
    margin-right: 1rem;
}
.financieren-top-button a.common-btn:hover{
	border:1px solid #1371FF;
    background-color:#1371FF;
}
.financieren-top-button a{
    border: 1px solid #fff;
    background-color: transparent;
    padding: 1.2rem 2.7rem;
	position: absolute;
    top: 19rem;
}
.financieren-top-area{
	width: 100%;
	padding-bottom: 9.7rem;
}
.financieren-top-right-image{
    width: 100%;
    padding-left: 8.7rem;
    height: 54.7rem;
}
.financieren-top-right-image img {
    height: 100%;
    object-fit: cover;
    overflow: hidden;
	border-radius: 2rem;
}
.financieren-top-left-content {
    padding-right: 4rem;
	padding-top: 8.5rem;
}
.financieren-top-left-content h2 {
    margin-bottom: 3.2rem;
}
.financieren-mid-area{
	width: 100%;
	padding: 9.4rem 0 8rem;
}
.financieren-mid-left h2 {
    width: 100%;
    max-width: 54rem;
	padding-bottom: 6rem;
}
.mid-left-img {
	display: flex;
}
.mid-left-img img {
	border-radius: 2rem;
	height: 100%;
	object-fit: cover
}
.mid-left-img-top {
    height: 34.7rem;
    max-width: 54.6rem;
    width: 100%;
}
.mid-left-img-btm {
    height: 31.5rem;
    max-width: 45.7rem;
    width: 100%;
    margin: 17.3rem 0 0 -30rem;
}
.financieren-mid-right {
    padding-top: 2.8rem;
	padding-left: 13.2rem;
}
.financieren-mid-right li {
	position: relative;
	margin-bottom: 5rem;
	padding-left: 4.3rem;
}
.financieren-mid-right li::after {
	content: "";
    position: absolute;
    left: 0;
    top: -0.2rem;
    height: 2.5rem;
    width: 2.5rem;
    background-image: url(../images/tick.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1rem;
    background-color: #1371FF;
    border-radius: 100%;
}
.financieren-mid-right-heading p {
    margin-bottom: 7.2rem;
}
.financieren-mid-right-list h3 {
    margin-bottom: 1.7rem;
}
.service-text.financieren-service-text{
    max-width: 44.8rem;
}
/* ******regulier-onderhoud****** */
.financieren-mid-left.regulier-onderhoud h2 {
    max-width: 44rem;
}
.financieren-mid-area.regulier-onderhoud-area {
    background: #0A1722;
    padding: 9.4rem 0 6.6rem;
}
/* *******vacature-list******* */
.each-list-info.vacature-list p {
    margin-bottom: 2.4rem;
}
.each-list-info.vacature-list a {
    margin-top: 3rem;
}
/* *******over-ons******* */
.over-ons-dtl-area{
	width: 100%;
	padding: 13.7rem 0 11rem;
}
.over-ons-dtl-content {
    padding: 7.3rem 15rem 0 0;
}
.over-ons-dtl-content h2 {
    margin-bottom: 2.8rem;
}
.over-ons-dtl-content p {
    margin-bottom: 2.7rem;
}
.over-ons-dtl-content h4 {
    color: #1371FF;
}
.over-ons-dtl-img {
	display: flex;
}
.over-ons-dtl-img img {
	border-radius: 2rem;
	height: 100%;
	object-fit: cover
}
.over-ons-dtl-img-btm {
    height: 37.1rem;
    max-width: 42.4rem;
    width: 100%;
	margin: 17.9rem -13.8rem 0 0;
    z-index: 1;
}
.over-ons-dtl-img-top {
    height: 43.1rem;
    max-width: 43.6rem;
    width: 100%;
}
.over-ons-first-slider-area{
	width: 100%;
	padding: 10.8rem 0 0;
	background: #0A1722;
}
.over-ons-first-slider {
    padding: 4.3rem 0 12.8rem;
}
.over-ons-first-slider-area h2 {
    margin-bottom: 1.5rem;
}
.over-ons-first-slider .swiper-button-next, .over-ons-first-slider .swiper-button-prev {
    top: 41%;
}
.each-slider-box {
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 100%;
    min-height: 27.8rem;
	border-radius: 2rem;
}
.each-slider-box h3{
	position: relative;
	padding: 3.5rem 0 2rem;
}
.each-slider-box-content {
    padding: 5.3rem 4.9rem 4.3rem;
}
.tik-img {
    height: 2.5rem;
    width: 2.5rem;
    background-color: #1371FF;
    border-radius: 100%;
    margin: 0 auto;
}
.tik-img img{
	width: 12px;
}
.team-member-slider-area{
	width: 100%;
}
.team-member-slider-heading h2{
	color: #050E16;
	margin-bottom: 2.1rem;
}
.team-member-slider-heading p{
	font-family: 'open_sansregular';
	color: #0A131E;
	margin-bottom: 6.3rem;
}
.team-member-slider-heading {
    width: 100%;
    max-width: 60rem;
}
.each-swiper-img {
	height: 58.1rem;
	border-radius: 2rem;
    overflow: hidden;
}
.each-swiper-img img{
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    object-position: top;
}
.each-swiper-content h3{
	color: #050E16;
	margin-bottom: 1rem;
}
.each-swiper-content p{
	color: #050E16;
}
.each-swiper-content{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	/*opacity: 0;*/
	margin-top: 2.8rem;
}
/*.each-swiper:hover .each-swiper-content{
	opacity: 1;
}*/
.each-swiper:hover img{
	transform: scale(1.1);
}
.team-member-slider-area .white-wrap {
    padding: 8rem 0 7.4rem;
}
.team-slider.swiper-button-prev {
    top: -2.9rem;
    left: auto;
    right: 5.5rem;
}
.team-slider.swiper-button-next, .team-slider .swiper-button-prev {
    top: -2.9rem;
	right: 0;
}
.gallery-slider-area {
    padding: 12.1rem 0;
	background: #0A1722;
	overflow: hidden;
}
.gallery-slider-heading {
    padding-bottom: 8rem;
}
.gallery-slider-heading h2 {
    width: 100%;
    max-width: 64rem;
}
.gallery-slider-img {
    height: 328px;
}
.gallery-slider-img img {
    width: 100%;
    opacity: 0.9;
    height: 100%;
    object-fit: cover;
	border-radius: 2rem;
    overflow: hidden;
}
.gallery-slider-area .swiper-wrapper{
    transition-timing-function: linear !important;
    align-items: center;
}
.gallery-slider-area .swiper-slide{
    height: auto;
}
.over-ons-gallery-slider-wrap {
    margin: 0 -13rem;
}
/* ******export-service-area****** */
.financieren-mid-area.export-service-area h2 {
    max-width: 57rem;
}
/* *****garantie**** */
.warranty-table{
	width: 100%;
	background-color: #0A1722;
	padding: 14rem 0 16rem;
}
.warranty-table td {
    padding: 1.6rem 1.4rem;
}
.warranty-table tr th{
	background-color: #1371FF;
	border: none;
	border-radius: 2rem;
    width: 19%;
	margin-bottom: 1.4rem;
	text-align: center;
	padding: 1rem 0 1.9rem;
}
.warranty-table tr th h3{
	font-family: 'ManilaSans-Bold';
	padding: 1rem 0 0.4rem;
}
.warranty-table tr td p {
	font-size: 1.4rem;
    color: #fff;
	opacity: 0.75;
	padding-top: 0.4rem;
    max-width: 20rem;
    margin: 0 auto;
}
.warranty-table tr th:first-child{
	background-color: transparent;
	border: none;
}
.warranty-table tr{
	border-bottom: 1px solid #fff;
}
.warranty-table tr:first-child,.warranty-table tr:last-child{
	border-bottom: 0;
}
.warranty-table tr td{
	background-color: #1371FF;
	border: none;
    width: 19%;
	text-align: center;
}
.warranty-table tr td:first-child{
	background-color: transparent;
	border-radius: 0;
}
.warranty-table tr {
    display: flex;
    column-gap: 1.4rem;
    justify-content: end;
	flex-wrap: wrap;
}
.warranty-table table{
	width: 100%;
}
.warranty-table tr:nth-child(2) td:nth-child(2),
.warranty-table tr:nth-child(2) td:nth-child(3),
.warranty-table tr:nth-child(2) td:nth-child(4),
.warranty-table tr:nth-child(2) td:nth-child(5){
	border-radius: 2rem 2rem 0 0;
}
.warranty-table tr:last-child td:nth-child(2),
.warranty-table tr:last-child td:nth-child(3),
.warranty-table tr:last-child td:nth-child(4),
.warranty-table tr:last-child td:nth-child(5){
	border-radius: 0rem 0rem 2rem 2rem;
}
.warranty-table tr td img {
    width: 100%;
    max-width: 3rem;
}
.warranty-table {
    padding: 11rem 0 13rem;
}
.each-warranty-table img{
	width: 3rem;
}
.each-warranty-table{
	background-color: #1371FF;
	border-radius: 2rem;
	margin-bottom: 2rem;
	padding: 2rem;
	text-align: center;
}
.each-warranty-table li{
	border-bottom: 1px solid #fff;
	padding: 1.5rem 0;
}
.each-warranty-table h4 {
    margin-bottom: 0.8rem;
}
.each-warranty-table li:last-child{
	border-bottom: none;
}
.table-area{
	position: relative;
}
.img-tag {
    position: absolute;
    right: -4rem;
    z-index: 1;
    transform: rotate(10deg);
    top: -5%;
}
.img-tag h4 {
    border: 1px solid #fff;
    background: #fff;
    color: #1E1E1E;
    border-radius: 2rem;
    padding: 1rem 4rem;
    display: inline-block;
}
.warranty-table tr th{
	position: relative;
}
.table-area th h6 {
    font-size: 1.8rem;
    color: #1E1E1E;
}
.table-area th strong {
    position: absolute;
    right: -3rem;
    background: #fff;
    top: -25%;
    padding: 0.9rem 3.5rem;
    border-radius: 2rem;
    transform: rotate(10deg);
    overflow: hidden;
}
/* ******contact****** */
.form-area.contact{
	padding-bottom: 0;
	padding-top: 7rem;
}
.map-area{
	width: 100%;
	height: 58.3rem;
	position: relative;
}
.map-area::after{
	content: "";
    height: 30%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
	background: linear-gradient(0deg, rgba(5, 14, 22, 0.00) 0%, #050E16 96.49%);
	pointer-events: none;
}
/* *****vacature-detail***** */
.financieren-top-area.vacature-detail{
    padding-bottom: 7.7rem;
}
.financieren-top-left-content.vacature-detail-left-content p {
    margin-top: 0;
    margin-bottom: 2.4rem;
}
.financieren-top-right-image.vacature-detail-right-img h2 {
    padding: 9.7rem 0 9.4rem;
}
/* *****uitlijnen***** */
.financieren-top-left-content.uitlijnen-left-content ul li{
	position: relative;
}
.financieren-top-left-content.uitlijnen-left-content ul li::before{
	content: "";
    position: absolute;
    left: 0;
    top: 0.2rem;
    height: 2rem;
    width: 2rem;
    background-image: url(../images/tick.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 2rem;
}
/* ***************aanbod-dtl**************** */
.financieren-top-button.aanbod-dtl-top-button a {
    top: 17.5rem;
}
.aanbod-dtl-top-heading {
    padding-top: 8rem;
	padding-bottom: 3.5rem;
}
.aanbod-dtl-top-heading-left h3 {
    margin-bottom: 1.3rem;
	color: rgba(255, 255, 255, 0.50);
}
.aanbod-dtl-top-heading-left h2 {
    margin-bottom: 1.3rem;
}
.aanbod-dtl-top-heading-right {
    text-align: end;
}
.aanbod-dtl-top-heading-right h2 {
    margin-bottom: 1.9rem;
}
.aanbod-dtl-top-heading-right h3{
	color: rgba(255, 255, 255, 0.50);
}
.aanbod-dtl-top-heading-right strong {
    font-weight: 400;
	color: #fff;
}
.each-aanbod-dtl-img {
/*    height: 47.7rem;*/
	border-radius: 2rem;
    overflow: hidden;
}
.each-aanbod-dtl-img img {
    width: 100%;
}
.aanbod-dtl-slider-button.swiper-button-prev {
    left: -2rem;
	top: 21.4rem;
}
.aanbod-dtl-slider-button.swiper-button-next {
    right: -1.8rem;
    left: auto;
}
.aanbod-dtl-content {
    padding-top: 3.8rem;
}
.aanbod-dtl-top-content li {
	font-family: 'ManilaSans-Bold';
	font-size: 1.8rem;
	position: relative;
	color: #fff;
	padding-left: 2rem;
	text-transform: uppercase;
}
.aanbod-dtl-top-content ul {
	display: flex;
    column-gap: 3.4rem;
	justify-content: space-between;
	flex-wrap: wrap;
}
.aanbod-dtl-top-content li::after {
	position: absolute;
    content: "";
    background-image: url(../images/tick.svg);
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
    left: 0;
    top: 5px;
    height: 16px;
    width: 16px;
}
.aanbod-dtl-top-content {
    border: 1px solid #fff;
    border-radius: 1rem;
    overflow: hidden;
	padding: 2.9rem 4rem;
}
.aanbod-dtl-left-content ul {
	display: flex;
	column-gap: 1.6rem;
	flex-wrap: wrap;
}
.aanbod-dtl-left-content li:last-child a {
    border-radius: 100%;
    height: 4.8rem;
    width: 4.8rem;
    border: 1px solid rgba(255, 255, 255, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
}
.aanbod-dtl-left-content li img {
    width: 1.7rem;
}
.aanbod-dtl-left-content li button{
	/*background-color: #fff;
	border-color: #fff;
	color: #071116;*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.aanbod-dtl-left-content li button:hover{
	background-color: #fff;
	border-color: #fff;
	color: #071116;
}
.aanbod-dtl-btm-content {
    padding-top: 4.7rem;
	padding-bottom: 7rem;
}
.aanbod-dtl-top-content strong {
    font-weight: normal;
    margin-left: 1rem;
}
.aanbod-dtl-right-content {
    background: #fff;
	padding: 1.7rem 2.4rem;
	border-radius: 1rem;
	max-width: 63.5rem;
    width: 100%;
	margin-right: 0;
    margin-left: auto;
}
.aanbod-dtl-right-content-info h4{
	color: #050E16;
	margin-bottom: 1.5rem;
	margin-top: 1.2rem;
}
.aanbod-dtl-right-content-info ul {
    display: flex;
    column-gap: 2.7rem;
    flex-wrap: wrap;
}
.aanbod-dtl-right-content-info ul li a {
	font-family: 'ManilaSans-Regular';
	font-size: 1.6rem;
    color: #050E16;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.aanbod-dtl-right-content-info ul li a:hover{
	text-decoration: underline;
}
.aanbod-dtl-right-content-info ul li a strong {
    font-weight: normal;
    margin-left: 1rem;
}
.aanbod-dtl-right-content-img {
    width: 7.8rem;
    height: 7.8rem;
    border-radius: 50%;
    overflow: hidden;
}
.aanbod-dtl-right-content-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/*****dtl-tab-sec*****/
.dtl-tab-sec {
	padding: 9rem 0 5rem;
	background: #0A1722;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 6.3rem;
	margin-bottom: 4.9rem;
	border-bottom: 1px solid #fff;
	padding-bottom: 2.5rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
	border: 0;
    background-color: transparent;
	color: #F3F3F3;
    letter-spacing: normal;
	width: 100%;
	border-radius: 0;
	padding: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
	font-family: 'ManilaSans-Regular';
	font-size: 2.4rem;
    margin: 0;
    word-break: break-word;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
	color: #1371FF;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.6rem;
    position: relative;
    font-family: 'LamaSans-Regular';
    color: #F4F7FA;
	margin-bottom: 1rem;
	font-size: 1.6rem;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.8rem;
    position: absolute;
    top: 0.5rem;
    left: 0;
    content: '';
    width: 0.8rem;
    height: 0.8rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
/****dtl-tab-content****/
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
	column-gap: 4rem;
}
.kenmerken-tab li {
	font-family: 'ManilaSans-Regular';
    font-size: 1.8rem;
    line-height: 2.6rem; 
    letter-spacing: 0.16px;
    color: rgba(255, 255, 255, 0.50);
	width: 14%;
	margin-bottom: 4.7rem;
}
.kenmerken-tab li span {
	display: block;
	color: #fff;
}
.bullet-panel h4 {
    border-bottom: 1px solid #fff;
    padding-bottom: 1rem;
    color: #fff;
    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: 'ManilaSans-Regular';
    font-size: 1.8rem;
    color: #fff;
	margin-bottom: 1rem;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.8rem;
    position: absolute;
    top: 0.9rem;
    left: 0;
    content: '';
    width: 0.8rem;
    height: 0.8rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1371FF;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #1371FF;
    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;
	text-transform: none;
}
.each-onderhoud-block h4 {
    font-size: 2.2rem;
	text-transform: none;
}
.each-onderhoud-block h5 {
    color: #fff;
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
	text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
/****aanbod-dtl-product-sec****/
.product-sec.aanbod-dtl-product-sec{
	background-color: #0A1722;
}
/* ****aanbod-dtl-form-area**** */
.form-area.aanbod-dtl-form-area{
	padding-bottom: 0;
}
/* ************************bedankt************************ */
.each-inner-banner.bedankt-banner{
	height: 87.1rem;
}
.bedankt-banner-content h1 {
    margin-bottom: 1rem;
}
.bedankt-banner-content p {
    margin-bottom: 2.6rem;
	max-width: 63rem;
    width: 100%;
}
.inner-banner-content.bedankt-banner-inner-content{
    top: 47%;
}
/* *****bedankt-footer***** */
.footer-area.bedankt-footer {
    padding: 7.4rem 0 1.8rem;
}
/*******************************popup***************************/
.modal-area .modal-dialog {
    max-width: 45%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background-color: rgba(10, 21, 32, 0.5);
}
.modal-area .modal-content {
    border: 0;
    border-radius: 20px;
    background-color: #1A1D1A;
    position: relative;
    overflow: hidden;
}
.modal-area .popup-content p {
    margin: 1.4rem auto 2.4rem;
	max-width: 50rem;
	width: 100%;
	color: #121212;
	font-family: 'audi_typenormal';
	font-size: 1.8rem;
}
.modal-area .popup-content {
    text-align: center;
	padding: 3.6rem 6rem 4.6rem 5rem;
    background-color: #F9F8F6;
}
.modal-area .popup-content h1 {
	font-family: 'ManilaSans-Regular';
	color: #1371FF;
}
.m-menu {
	transition-delay: 1s;
}
.hovered {
	transition-delay: 5s;
}
.modal-area .modal-dialog {
    max-width: 35%;
}
/***********************aanbod-list***********************/
.aanbod-filter-sec .aanbod-filter-sec-wrap{
	padding: 4.3rem 7.3rem 3.3rem;
	background: #0A1722;
	border-radius: 1rem;
	margin-bottom: 5.3rem;
}
.aanbod-filter-sec h2 {
	margin-bottom: 3.5rem;
}
.filter-heading {
	margin-bottom: 2.2rem;
}
.filter-heading .row {
	margin-top: 0;
}
.filter-reset a {
	font-size: 1.6rem;
	font-family: 'ManilaSans-Regular';
	background-color: #fff;
	border: 1px solid #fff;
	color: #071116;
}
.filter-reset .common-btn:hover{
	background-color: #1371FF;
	color: #fff;
}
.filter-reset .common-btn:hover img{
	filter: brightness(10);
}
.filter-reset img {
	width: 1.5rem;
	margin-left: 0.5rem;
	margin-bottom: 2px;
}
.total-car h5 {
	color: #F3F3F3;
}
.total-car h5 span {
	font-size: 2rem;
}
.aanbod-filter-sec .select-style {
	width: 100%;
    height: 4.8rem;
    color: rgba(255, 255, 255, 0.50);
     font-family: 'ManilaSans-Regular';
    font-size: 1.6rem;
	background-color: #127BCB;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 0 2rem 0 1.4rem;
    background: url(../images/filter-arrow.svg)  no-repeat 93% center/10px;
    appearance: none;
    line-height: 4.8rem;
    white-space: nowrap;
  	text-overflow: ellipsis;
}
.filter-min_max   .aanbod-filter-min .select-style{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 0;
}
.filter-min_max  .aanbod-filter-max .select-style{
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.select-style.show {
    border-radius: 25px 25px 0 0;
}
.aanbod-more-filter option,
.filter-main option{
	font-family: 'ManilaSans-Regular';
	background-color: #0A1722;
}
.filter-content {
    display: none;
    background-color:#0A1722;
    padding: 1rem 1rem 1.5rem;
    z-index: 3;
    border: 1px solid #f3f3f3;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -0.5rem !important;
	cursor: default;
    max-height: 40rem;
    overflow-y: auto;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
	color: #fff;
    margin-bottom: 1rem;
    display: block;
    width: 100%;
    z-index: 2;
     font-family: 'ManilaSans-Regular';
    font-size: 1.6rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: rgba(255, 255, 255, 0.5);
}
.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 rgba(255, 255, 255, 0.5);
    background-color: transparent;
    border-radius: 50%;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #1371FF;
    border-color: #1371FF;
}
.auto-overview-tag {
    margin-right: 0.5rem;
    margin-bottom: 1rem;
    padding: 1.2rem 2rem;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #F3F3F3;
    border-radius: 10rem;
    background-color: #0075FF;
	font-family: 'ManilaSans-Regular';
    font-size: 1.6rem;
}
.cross-btn {
    width: 2rem;
	filter: brightness(10);
}
.auto-overview-tag:hover {
	background-color: #F3F3F3;
	color: #010C1C;
}
.auto-overview-tag:hover img {
	filter: brightness(1) invert(1);
}
.aanbod-filter {
	margin-bottom: 2rem;
}
.total_search_records {
	margin-top: 3rem;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 9rem;
    background: #050E16;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 1.5rem 5%;
}
.filter-count {
	min-width: 2rem;
	height: 2rem;
	background-color: #000;
    border-radius: 100%;
    color: #fff;
	/* background-color: #010C1C;
	border-radius: 100%;
	color: #F3F3F3; */
	margin-left: .75rem;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.mobile-filter-close {
    padding: 1.5rem;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 3;
    background-color: #010C1C;
	box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.1);
}
.mobile-filter-close span {
    max-width: 3.2rem;
	width: 100%;
    height: 3.2rem;
	background-color: #0075FF;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #010C1C;
}
.mobile-filter-close span img {
	width: 2rem;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #0075FF;
    border-color: #0075FF;
  	color: #f3f3f3;
	padding: 1rem;
	border-radius: 5px;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #f3f3f3;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	margin-bottom: 3.5rem;
}
.filter-sort h6 {
	margin-right: 1rem;
    color: #fff;
    font-size: 1.6rem;
    text-transform: none;
    letter-spacing: normal;
    white-space: nowrap;
}
.filter-sort .aanbod-filter {
    margin-bottom: 0;
    width: 20rem;
}
.sorteren_op-filter .filter-content{
	background: #050E16;
}
.list-image-content .common-btn{
	background-color: #fff;
	border: 1px solid #fff;
	color: #071116;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.list-image-content .common-btn:hover{
	background-color: #1371FF;
	border-color: #1371FF;
	color: #fff;
}
.product-bottom-button {
    display: flex;
    justify-content: center;
	margin-top: 2rem;
}
.product-bottom-button a{
	background-color: #fff;
	color: #071116;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border: 1px solid #fff;
}
.product-bottom-button a:hover{
	background-color: #1371FF;
	border-color: #1371FF;
	color: #fff;
}
/* / *********** aanbod-list ************* / */
.filter-min_max {
	display: flex;
}
.aanbod-filter-max,
.aanbod-filter-min{
	width: 50%;
}

.aanbod-filter-sec label.aanbod-filter-heading{
	color: #fff ;
	font-family: 'ManilaSans-Regular';
	font-size: 1.6rem;
}
.more-filter-btn{
	margin-top: 3rem;
	transition: all 0.5s;
	-webkit-animation: all 0.8s;
}
.more-filter-btn:hover{
	text-decoration: underline;
}
.more-filter-btn h3::after{
	position: absolute;
    /*content: "+";*/
    width: 100%;
    height: 100%;
    top: -1rem;
    transform: translateY(50%);
    right: -11rem;
    left: auto;
}
.more-filter-btn h3.filter-active::after{
	/*content: "-";*/
}
.more-filter-btn h3{
	width: fit-content;
	cursor: pointer;
	position: relative;
	transition: all 0.5s;
	-webkit-animation: all 0.8s;
}
.aanbod-more-filter{
	margin-top: 3.5rem;
	display: none;
}
.btw ul{
	display: flex;
	column-gap: 2.4rem;
	margin-top: 3rem;
}
.Opties{
	margin-top: 3rem;
}
.Opties ul{
	display: flex;
	flex-wrap: wrap;
	row-gap: 2rem;
/*	justify-content: space-between;*/
	margin-top: 3rem;
}
.Opties li{
	width: 20%;
}

.list-image{
	height: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 2rem;
}
.list-image::after{
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, rgba(10, 23, 34, 0.00) 0%, #0A1722 100%);
	content: "";
	top: 0;
}
.list-image img{
	height: 100%;
	object-fit: cover;
}
.list-image-content{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	padding: 3.2rem 2.7rem;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: end;
	z-index: 2;
	row-gap: 2.5rem;
}
.list-image-content p{
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.filter-min_max {
    display: flex;
}
.auto-overview-tag:hover img{
	filter: brightness(1) invert(0);
}
.more-check-btn h4{
	font-family: 'ManilaSans-Bold';
	margin-top: 2rem;
}
.aanbod-product-list{
	position: relative;
	background: #0A1722;
	padding-bottom: 9.9rem;
}
.aanbod-product-list::after{
	content: "";
    height: 25%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
	background: linear-gradient(0deg , rgba(5, 14, 22, 0.00) 0%, #050E16 96.49%);
}
.product-wrap.aanbod-product-list-product-wrap{
	position: relative;
	z-index: 1;
}

/*******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****/
  .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;
  }
  
  .star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
	margin-bottom: 15px;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
	display: inline-block;
  }
  .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;
  }
  /* .form-1, .form-2 {
      display:none;
      margin-top: 30px !important;
      margin: 0 auto 10px;
  }  */
  .form-1, .form-2 {
    display:none;
    margin-top: 30px !important;
    margin: 0 auto 10px;
    padding: 4rem 0;
} 
.dtl-aanbod-form .white-wrap{
  	padding: 0 !important;
}
.form-1.form-area:after, .form-2.form-area:after{
	display: none;
}
.form-1 .form-styl:placeholder {
	color: #121212;
	opacity: 1;
}
.form-1 .form-styl:-ms-input-placeholder {
	color: #121212;
	opacity: 1;
}
.form-1 .form-styl::placeholder {
	color: #121212;
	opacity: 1;
}
.form-2 .form-styl:placeholder {
	color: #121212;
	opacity: 1;
}
.form-2 .form-styl:-ms-input-placeholder {
	color: #121212;
	opacity: 1;
}
.form-2 .form-styl::placeholder {
	color: #121212;
	opacity: 1;
}
  .privacy_section{
      background-color: #121212;
      padding: 11% 0;
  }
  .cpnt {
      cursor: pointer;
  }
  .filter-clean img {
      width: 12px;
      margin-right: 10px;
      margin-bottom: 2px;
  }
  .acties-left-content h2{
      color: #fff;
  }
  .privacy_section{
      padding-top: 15rem;
  }
  .error_top {
      margin-top: 15rem;
      margin-bottom: 20px;
  }
  .privacy_section h3{
	color: #fff !important;
  }
  
  .load_img{
      width: 5rem;
  }
  .sorteren_op-filter option{
    background-color: #0A1722;
}
.aanbod-more-filter .col-lg-3{
	padding-bottom: 2rem;
}
.photo_contnt{
	margin-bottom: 3rem;
}
.photo_contnt li{
	margin-bottom: 1rem;
}
.aanbod-loader {
	width: 45px;
	height: 40px;
	background: linear-gradient(#0000 calc(1*100%/6),#0075FF 0 calc(3*100%/6),#0000 0),
			  linear-gradient(#0000 calc(2*100%/6),#0075FF 0 calc(4*100%/6),#0000 0),
			  linear-gradient(#0000 calc(3*100%/6),#0075FF 0 calc(5*100%/6),#0000 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: 3rem;
    align-items: center;
    color: #0075FF;
  }
.radio_filter .form-check-input {
    display: none;
}
.review-sec .huflDf{
	color: #fff;
}