@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    font-size: 1.6rem;
    font-family: 'poppins-regular';
    color: #1c1c1c;
}
html {
    font-size: 62.5%;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/*****header*****/
.header-area {
    position: absolute;
    height: auto;
    padding: 3rem 0;
    z-index: 99;
}
.header-area .navbar-brand{
	margin: 0;
}
.header-area .navbar-brand img {
    width: 20rem;
}
.header-area .navbar-expand-lg .navbar-nav {
	margin-top: 0;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link, 
.header-area .nav-link,
.menu-items a{
	font-family: 'poppins-regular';
	font-size: 2rem;
	letter-spacing: .05rem;
	text-transform: none;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link:hover, 
.header-area .nav-link:hover,
.menu-items a:hover {
	color: #ff4c1c;
}
.header-area .nav-link::before {
	background-color: #ff4c1c;
}
.header-area .nav-item{
	margin: 0 2rem;
}
.menu-icon{
    margin-left: 0;
	width: 3.5rem;
}
.menu-icon:after, .menu-icon:before, .menu-icon div {
	margin: 0.4rem;
}
.menu-icon div {
	width: 50%;
}
.menu-icon.active:after {
	transform: translateY(-8px) rotate(-135deg);
}
.menu-items ul{
    text-align: left;
}
.header-area .nav_menu_right_part{
    position: relative;
    right: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.header_inner{
    padding: 0;
}
.nav_menu_right_part.active a.menu-word{
    opacity: 0;
}
.menu-navigation {
    padding: 15rem 3rem 3rem;
}
.menu-items.active{
	width: 30rem;
}
.menu-items a:hover{
	color: #ff4c1c;
}
/***banner-sec***/
.banner-sec {
	position: relative;
}
.each-banner {
	position: relative;
}
/*.each-banner::after {
	content: '';
	height: 100%;
	width: 100%;
	background-color: rgba(50, 55, 60, 0.54);
	position: absolute;
	top: 0;
	left: 0;
}*/
.banner-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	width: 100%;
}
.banner-content p {
	font-size: 1.8rem;
	color: #fff;
	margin-top: 3rem;
	max-width: 60rem;
	width: 100%;
}
.banner-car-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.banner-car-info .col-md-5 {
	background-color: #111317;
}
/***banner-marquee***/
.banner-car-info {
	overflow: hidden;
}
.marquee-block ul{
    white-space: nowrap;
}
.marquee-block {
	padding: 2rem 0;
}
.marquee-block-wrap{
	overflow: hidden;
}
.marquee-block li {
	margin-right: 5rem;
	display: inline-block;
}
.marquee-block h4 {
	font-family: 'poppins-regular';
	margin-bottom: 1rem;
	color: #fff;
}
.marquee-block h6 {
	opacity: 0.5;
	color: #fff;
}
.banner-car-info .white-btn {
	padding: 2.5rem 0;
}
/***filter-sec***/
.filter-sec {
	padding: 4% 0 3%;
	background-color: #111317;
}
.filter-sec h2 {
	color: #fff;
}
.filter-wrap {
	max-width: 84rem;
	width: 100%;
	margin: 0 auto;
}
.each-filter h5 {
	margin-bottom: 2.4rem;
}
.select-style {
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: 'poppins-regular';
    font-size: 1.8rem;
    border: 0;
    border-radius: 0;
    background: url(../images/down-arrow.svg) #111317 no-repeat 92% center/11px;
    appearance: none;
}
.each-filter .select-style {
	max-width: 14rem;
}
.select-style option{
	font-family: arial;
}
/****product-sec***/
.product-sec {
	background-color: #ebedf0;
	position: relative;
}
.product-sec::after {
	content: '';
	height: 64%;
	width: 100%;
	background-color: #111317;
	position: absolute;
	top: 0;
	left: 0;
}
.product-slider {
	position: relative;
}
.product-slider .swiper-button-next {
	right: -3%;
}
.product-slider .swiper-button-prev {
	left: -3%;
}
.product-dtl {
	padding: 2.5rem;
	background-color: #fff;
}
.product-model {
	margin-bottom: 2.5rem;
	padding-bottom: 2.5rem;
	border-bottom: 1px solid #cfd0d1;
}
.product-model h4 {
	font-family: 'poppins-regular';
	height: 50px;
	overflow: hidden;
}
.product-model h6 {
	color: rgba(17, 19, 23, 0.5);
	margin-top: 0.5rem;
	height: 40px;
	overflow: hidden;
}
.product-model h6 span {
	color: rgba(17, 19, 23, 1);
}
.product-info table{
	width: 100%;
}
.product-info td {
	vertical-align: top;
	border-right: 1px solid #cfd0d1;
}
.product-info td:first-child {
	padding-left: 0;
}
.product-info td:last-child {
	padding-right: 0;
	border-right: 0;
}
.product-info td:not(:first-child) h6{
	margin: auto;
	display: table;
}
.product-info h6 {
	color: rgba(17, 19, 23, 0.5);
}
.product-info h6 span {
	color: rgba(17, 19, 23, 1);
	display: block;
	margin-top: 0.8rem;
}
/***service-sec***/
.service-sec{
	background: #ebedf0;
	padding: 9% 0 11%;
	position: relative;
}
.service-sec::after {
	content: '';
    height: 40%;
    width: 34%;
    background-color: #111317;
    position: absolute;
    bottom: 0;
    left: 0;
}
.service-heading{
	padding-bottom: 4%;
}
.service-heading p{
	max-width: 56.2rem;
	width: 100%;
	font-size: 1.8rem;
	margin: 0 auto;
}
.each-service-slide{
	position: relative;
}
.service-arrow {
	width: 10rem;
	height: 10rem;
	background-color: #111317;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	right: 0;
}
.service-arrow img{
	width: 2rem;
}
.each-service-slide .each_before_the_flood_block{
    text-align: left;
    justify-content: initial;
    padding: 6rem 0;
    min-height: 41rem;
	align-items: flex-start;
}
.each-service-slide .before_the_flood_inner {
	width: 100%;
	align-items: start;
	padding: 0 10%;
	position: initial;
	flex-direction: column-reverse;
}
.each-service-slide h3 {
	text-shadow: none;
	font-family: 'poppins-regular';
	font-size: 3rem;
	text-transform: none;
	color: #fff;
	position: absolute;
	bottom: 2rem;
}
.each-service-slide .before_the_flood_heading {
	margin-bottom: 0;
}
.each-service-slide .each_before_the_flood_block:hover .before_the_flood_heading h3 {
	margin-bottom: 2rem;
	position: initial;
}
.each-service-slide .each_before_the_flood_block:hover .before_the_flood_heading {
	transform: scale(1);
    -webkit-transform: scale(1);
}
.each-service-slide .before_the_flood_content {
    width: 100%;
    max-height: 100%;
}
.each-service-slide .each_before_the_flood_block:after{
	opacity: 0;
	background-color: #111317;
}
.each-service-slide .each_before_the_flood_block:hover:after {
    opacity: 0.67 !important;
    z-index: 11 !important;
}
.each-service-slide .before_the_flood_content h4{
    margin-bottom: 1.5rem;
}
.each-service-slide .before_the_flood_desc {
    margin: 0 0 8rem 0;
	font-size: 1.8rem;
	line-height: 1.5;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-slide .each_before_the_flood_block:hover .before_the_flood_inner {
	flex-direction: column;
}
.service-slider{
	position: relative;
	padding-right: 8%;
	margin-left: -2%;
}
.service-slider .swiper-button-prev {
    display: none;
}
.service-slider .swiper-button-next {
    right: 3.3rem;
}
.service-slider .common-arrow {
	filter: invert(1);
	-webkit-filter: invert(1);
}
/***content-block*****/
.content-block { 
	background-color: #ebedf0;
	position: relative;
}
.content-block::after {
	content: '';
    height:100%;
    width: 34%;
    background-color: #111317;
    position: absolute;
    top: 0;
    left: 0;
}
.content-img {
	position: relative;
	z-index: 1;
}
.content-img h2 {
	position: absolute;
	top: 6rem;
	left: 6rem;
	color: #fff;
}
.content-img .akker_btn_cls {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 35.6%;
}
.content-text {
	padding-left: 13%;
}
.content-text p {
	padding: 4rem 0 13%;
	font-size: 1.8rem;
}
.each-counter {
	display: flex;
	align-items: center
}
.each-counter h3 {
	margin-right: 1.5rem;
	font-size: 6.1rem;
    font-family: 'poppins-regular';
}
/**review-sec****/
.review-sec {
	background-color: #ebedf0;
	position: relative;
	padding: 8rem 0;
}
.review-sec::after {
	content: '';
    height: 65%;
    width: 34%;
    background-color: #111317;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.each-review {
	background-color: #fff;
	padding: 6% 6% 13%;
	box-shadow: 0px 13px 29px 0px rgba(17, 17, 17, 0.07);
	-webkit-box-shadow: 0px 13px 29px 0px rgba(17, 17, 17, 0.07);
	margin: 6rem 0 3rem;
}
.each-review h4{
	font-family: 'poppins-regular';
	margin-bottom: 1.3rem;
}
.each-review h6{
	opacity: 0.5;
}
.each-review p{
    font-size: 1.8rem;
}
.rating{
    padding: 3.8rem 0;
}
.rating img{
	width: 3rem;
	margin-right: 1.5rem;
}
/***footer-area****/
.footer-area {
	padding: 8rem 0 5rem;
	background-color: #111317;
}
.footer-logo img {
	width: 20rem;
}
.footer-info {
	max-width: 81rem;
	width: 100%;
	margin-left: auto;
}
.footer-info h6 {
	margin-bottom: 2.2rem;
	color: #fff;
}
.footer-info td {
	color: #fff;
	opacity: .5;
	font-size: 1.8rem;
	vertical-align: top;
}
.footer-info td a {
	/*color: rgba(255, 255, 255, 0.26);*/
	color: #fff;
	/*opacity: .5;*/
}
.footer-info td a:hover {
	color: #ff4c1c;
}
.footer-info td:not(:last-child) {
	padding-right: 3rem;
}
.each-footer-info {
	display: table;
	margin-left: auto;
}
.footer-area hr {
	background-color: #26282e;
	opacity: 1;
	margin: 6.5rem 0 3rem;
}
.footer-area li {
	display: inline-block;
	margin-right: 2rem;
}
.footer-area li img {
	width: 2.5rem;
}

/***************************** contact page start ********************************/
.contact-map-sec{
	height: 56.4rem;
	position: relative;
}
.contact-route-button-sec{
    position: relative;
    right: 0;
    margin-top: -7.2rem;
    z-index: 1;
}
.contact-route-button-sec .white-btn{
    max-width: 28rem;
}
.contact-page-dtls {
    padding-bottom: 5rem;
}
.contact-top-part .contact-each-part-heading {
    padding-top: 25%;
}
.contact-each-part-heading h4{
	text-align: right;
}
.contact-each-part-dtl {
    position: relative;
    padding: 5rem 6rem;
}
.contact-top-part .contact-each-part-dtl:nth-child(1) {
    padding-top: 11% ;
}
.contact-each-part-dtl table{
	margin-top: 3rem;
}
.contact-each-part-dtl tr td{
	font-family: 'poppins-regular';
    color: #1c1c1c;
    margin-bottom: 0;
    font-size: 1.8rem;
}
.contact-each-part-dtl tr td:last-child{
	padding-left: 2rem;
}

.contact-each-part-dtl:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0.1rem;
    height: 100%;
    background-color: #dfdfdf;
    content: '';
    z-index: -1;
}
.contact-each-part-dtl:after {
    position: absolute;
    top: 1.5rem;
    left: 0px;
    width: 7rem;
    height: 0.1rem;
    background-color: #dfdfdf;
    content: '';
}
.contact-top-part .contact-each-part-dtl:nth-child(1):after {
    top: 21%;
}
.contact-each-part-dtl p {
    margin-top: 3rem;
    font-size: 1.8rem;
}
.contact-page-dtls .contact-bottom-part .contact-right-wrapper {
    position: relative;
}
.contact-page-dtls .contact-bottom-part .contact-right-wrapper:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background-color: #dfdfdf;
    width: 7rem;
    height: 0.1rem;
}
.form-area {
    padding-bottom: 7%;
}
.form-wrapper{
	max-width: 99rem;
    width: 100%;
    margin: auto;
}
.form-heading {
    padding-top: 8rem;
}
.form-heading h3{
	margin-bottom: 6rem;
}
.form-area .form-group {
    margin-bottom: 0.9rem;
}
.form-styl {
    resize: none;
    background-color: #fff;
    color: #1c1c1c;
    border-radius: 0;
    font-family: 'poppins-regular';
    border: 2px solid #efefef;
    font-size: 1.8rem;
    padding: 2rem 5rem;
}
.form-styl:placeholder {
	color: #1c1c1c;
}
.form-styl:-ms-input-placeholder {
	color: #1c1c1c;
}
.form-styl::placeholder {
	color: #1c1c1c;
}
.form-styl:focus {
    box-shadow: none;
    color: #1c1c1c;
    background-color: #fff;
    border: 2px solid #efefef;
}
textarea.form-styl {
    padding: 2rem 5rem 6rem;
}
.form-area button.akker_btn_cls{
	margin-top: 2.2rem;
}
.contact-car-slider-sec{
	position: relative;
}
.contact-car-slider-sec .olufsen_each_block {
    overflow: hidden;
}
.contact-car-slider-sec .olufsen_each_block .olufsen_image_content {
    position: relative;
}
.footer-upper-bg-color{
	background-color: #f6f6f6;
	padding: 5% 0;
}
.footer-bottom-middle-content{
    max-width: 42rem;
    width: 100%;
}
.footer-bottom-middle-content p{
    position: relative;
    color: #a2a2a2;
}
.footer-bottom-middle-content p:after{
	position: absolute;
    top: 0;
    left: -45px;
    width: 4px;
    height: 50px;
    background-color: #1c1c1c;
    content: '';
}
.footer-bottom-wrap{
	max-width: 146.3rem;
	width: 100%;
	margin: auto;
}
/***************************** diensten page start ********************************/
.diensten-banner-sec{
	position: relative;
	padding: 15% 0 8%;
}
.diensten-banner-sec .banner-content{
    text-align: center;
    top: 60%;
    position: relative;
    transform: none;
    background: transparent !important;
}
.diensten-banner-sec .banner-content h3{
	color: #fff;
}
.diensten-banner-sec .banner-content p{
	margin: 3rem auto 0;
	font-size: 1.6rem;
	font-family: 'poppins-italic';
}
.dns-list-sec{
	padding: 7% 0;
}
.each-dns-list{
	margin-bottom: 2.5rem;
}
.dns-list-sec .each_before_the_flood_block{
	min-height: 30rem !important;
}
.dns-list-sec .each-service-slide .each_before_the_flood_block:before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background-color: #fc5902;
    content: '';
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.dns-list-sec .each-service-slide .each_before_the_flood_block:hover:before{
    opacity: 1;
    z-index: 12 !important;
}
.dns-list-sec .each-service-slide .each_before_the_flood_block:hover .before_the_flood_inner{
	padding: 0 5%;
}
.dns-list-sec .each-service-slide .each_before_the_flood_block .before_the_flood_inner .service-arrow h6{
	color: #fff;
	position: relative;
	padding-right: 3rem;
}
.dns-list-sec .each-service-slide .each_before_the_flood_block .before_the_flood_inner .service-arrow h6:after{
	position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    content: '';
    background-image: url(../images/arrow-right.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.dns-list-sec .each-service-slide .each_before_the_flood_block .before_the_flood_inner .service-arrow{
	width: 20%;
    height: 10rem;
    background: transparent;
    position: absolute;
    display: block;
    bottom: 0;
    left: 5%;
    opacity: 0;
}
.dns-list-sec .each-service-slide .each_before_the_flood_block:hover .before_the_flood_inner .service-arrow {
    opacity: 1;
}
.dns-list-sec .each-service-slide .before_the_flood_desc{
    font-size: 1.6rem;
    font-family: 'poppins-italic';
    max-width: 45rem;
}
.dns-list-sec .each-service-slide h3{
    font-size: 2.4rem;
    font-family: 'poppins-bold';
}
.each-dns-list:hover{
	margin-bottom: 2.5rem;
	height: auto;
    transition: 0.5s ease-in-out;
}
/***************************** diensten-dtl page start ********************************/
.diensten-dtl-banner{
	background: #111317;
	padding-top: 0;
	padding-bottom: 8.6rem;
}
.diensten-dtl-banner .banner-content p{
	max-width: 71rem;
	font-family: 'poppins-regular';
}
.diensten-dtl-btn {
    background-color: #111317;
    padding-top: 12%;
}
.txt-btn {
    position: relative;
    z-index: 1;
    font-size: 1.6rem;
    font-family: 'poppins-regular';
    color: #fff;
 }
 .txt-btn span img {
    width: 1rem;
    margin-right: 1.5rem;
    filter: invert(0) brightness(10);
    -webkit-filter: invert(0) brightness(10);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.txt-btn:hover span img{
	filter: invert(0) brightness(1);
}
.diensten-dtl-middle-content{
    padding-top: 0px;
    margin-top: -3rem;
}
.middle-content-wrapper {
    max-width: 80rem;
    width: 100%;
    margin: auto;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
    padding: 0 7rem 5rem;
}
.top-content {
    position: relative;
    padding-top: 17%;
}
.top-content:after {
    position: absolute;
    top: 10rem;
    left: -7rem;
    width: 7rem;
    height: 0.1rem;
    background-color: #dfdfdf;
    content: '';
}
.middle-content-wrapper:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #dfdfdf;
    content: '';
    z-index: -1;
}
.diensten-middle-content p {
    font-size: 1.5rem;
    font-family: 'poppins-regular';
}
.top-content h3 {
    margin: 4rem 0 2rem;
}
.diensten-man-image {
    padding-top: 7rem;
    position: relative;
    padding-bottom: 5rem;
}
.diensten-man-image:after {
    position: absolute;
    bottom: 0;
    left: -7rem;
    width: 7rem;
    height: 0.1rem;
    background-color: #dfdfdf;
    content: '';
}
.bottom-content {
    padding-top: 5rem;
}
.middle-content-wrapper h3 {
    margin-bottom: 2rem;
}
.diensten-dtl-bottom-sec{
	background: #f6f6f6;
    padding: 6rem 0 4rem;
}
.diensten-dtl-bottom-sec .footer-bottom-wrap{
    margin-bottom: 7.5rem;
}
.diensten-dtl-bottom-sec .dns-list-sec{
	padding: 0;
}
/***************************** vacatures-dtl page start ********************************/
.inner-header {
    position: relative;
    background-color: #111111;
}
.vacatures-dtl-btn{
	padding-top: 4rem;
}
/*==========================aanbod-page start=====================================*/
/**aanbod-product-sec**/
.aanbod-banner-sec{
	padding: 15% 0 10% ;
}
.aanbod-product-sec {
	padding: 6% 0 10%;
}
.aanbod-product-sec .each-product {
	margin-bottom: 1rem;
}
.aanbod-product-sec .product-dtl {
	background-color: #1c1c1c;
	padding: 2rem;
}
.aanbod-product-sec .product-model {
	border-color: #ff4c1c;
}
.aanbod-product-sec .product-model h4 {
	color: #a2a2a2;
}
.product-spec table {
	width: 100%;
}
.product-spec td {
	vertical-align: top;
}
.product-spec h3 {
	font-size: 3rem;
	color: #fff;
}
.aanbod-product-sec .product-dtl h6 {
	color: #a2a2a2;
	font-size: 1.5rem;
	word-break: break-word;
}
.product-spec h6 {
	margin-bottom: 1rem;
}
.aanbod-product-sec .product-info td {
	padding: 0;
	border: 0;
}
.aanbod-product-sec .product-info td h6 {
	line-height: 2.3;
	display: block;
}
.aanbod-product-sec .product-info table{
	width: auto;
}
.aanbod-product-sec .product-info td:nth-child(odd) {
	padding-right: 3rem;
}
.aanbod-product-sec .product-info td:nth-child(even) h6 {
	color: #fff;
}
.aanbod-product-sec .product-info {
	border-top: 1px solid #ff4c1c;
	border-bottom: 1px solid #ff4c1c;
	margin: 2rem 0;
	padding: 2rem 0;
}
.product-price p {
	color: #fff;
	font-size: 1.8rem;
	font-family: 'poppins-bold';
}
.product-price a {
	color: #fff;
	font-size: 1.6rem;
	position: relative;
	padding-right: 2.2rem;
}
.product-price a::after {
	content: '';
    background-image: url(../images/right-arrow.svg);
	background-repeat: no-repeat;
    right: 0;
    top: 50%;
	transform: translateY(-50%);
    position: absolute;
    width: 2rem;
    height: 2rem;
    background-size: 2rem;
	filter: brightness(10);
	-webkit-filter: brightness(10);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.product-price a:hover{
	color: #ff4c1c;
}
.product-price a:hover::after {
	filter: brightness(1);
	-webkit-filter: brightness(1);
}
.aanbod-product-sec .common-gap {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.product-img-number {
	position: absolute;
    bottom: 1.5rem;
    left: 0;
    z-index: 2;
    width: 100%;
    padding-left: 4rem;
    background-color: transparent;
}
.product-img-number img {
	width: 2rem;
    margin-right: 1rem;
    display: inline-block;	
	margin-top: -0.5rem;
}
.product-img-number li {
    color: #fff;
    font-size: 1.6rem;
    font-family: 'NunitoSans-BoldItalic';
    display: inline-block;
    padding-right: 2rem;
}
.product-img-number li:last-child {
	padding-right: 0;
}
.product-img-number .swiper-pagination {
    text-align: left;
    width: auto;
    position: relative;
    left: auto;
    bottom: 0;
    display: inline-block;
}
.aanbod-product-sec .footer-bottom-wrap{
	padding: 7.7rem 0;
}

.aanbod-filter-sec{
    padding: 7.5rem 4% 0;
}

.aanbod-filter-sec .select-style{
    border-bottom: 1px solid #fff;
    padding: 1rem 0;
    background-color: transparent;
    font-size: 1.6rem;
}
.aanbod-filter-sec .select-style option{
	color: #111317;
}
.aanbod-filter-sec .form-styl{
	background: url(../images/search.svg) transparent no-repeat 92% center/11px;
	border: 0;
	border-bottom: 1px solid #fff;
	font-size: 1.6rem;
    padding: 1rem 5rem 1rem 0;
}
.aanbod-filter-sec .form-styl:placeholder {
	color: #fff;
}
.aanbod-filter-sec .form-styl:-ms-input-placeholder {
	color: #fff;
}
.aanbod-filter-sec .form-styl::placeholder {
	color: #fff;
}
.aanbod-filter-sec .form-styl:focus {
    box-shadow: none;
    color: #fff;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
}

/*==========================aanbod-dtl-page start=====================================*/
/**inner-header***/
.inner-header {
	position: relative;
	background-color: #111111;
}
/**dtl-top-slider***/
.each-top-car {
	position: relative;
}
.dtl-top-slider .swiper-slide-prev .each-top-car::after,
.dtl-top-slider .swiper-slide-next .each-top-car::after {
	content: '';
	height: 100%;
	width: 100%;
	background-color: rgba(26, 26, 26, 0.75);
	position: absolute;
	top: 0;
	left: 0;
}
.dtl-top-slider .swiper-button-next {
	right: 9%;
}
.dtl-top-slider .swiper-button-prev {
	left: 9%;
}
.dtl-top-slider .product-img-number {
	max-width: 50%;
	left: 50%;
	bottom: 4rem;
	transform: translateX(-50%);
	padding-left: 0;
}
.dtl-top-slider .product-img-number ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.dtl-top-slider .product-img-number a {
	background-color: #fff;
	width: 4rem;
	height: 4rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-right: 2rem;
	position: relative;
}
.dtl-top-slider .product-img-number a::before {
	position: absolute;
    top: -20px;
    left: -20px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: transparent;
    border: 1px solid #fff;
    content: '';
    z-index: -1;
    opacity: 0.2;
}
.dtl-top-slider .product-img-number a::after {
	position: absolute;
    top: -7px;
    left: -7px;
    width: 53px;
    height: 53px;
    border-radius: 100%;
    background-color: rgba(255,255,255,0.2);
    content: '';
    z-index: -1;
}
.dtl-top-slider .product-img-number a img {
	width: 0.7rem;
	margin: 0;
}
/*****tab upper area*******/
.tab-upper-area li {
	font-size: 1.6rem;
	color: #1c1c1c;
	font-family: 'poppins-regular';
	display: inline-block;
}
.tab-upper-area li a {
	margin: 0 0.5rem;
}
.tab-upper-area{
	position: relative;
	overflow: hidden;
}
.tab-top-part{
	position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    z-index: 1;
	padding: 3.5rem 3.5rem 0;
}
.tab-top-part a {
	font-size: 1.6rem;
}
.tab-upper-area .txt-btn {
	color: #1c1c1c;
	display: inline-block;
}
.tab-top-part .txt-btn img {
    width: 1rem;
    margin-right: 1.5rem;
    margin-left: 0;
	filter: brightness(0);
	-webkit-filter: brightness(0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.tab-upper-area .txt-btn:hover {
	color: #ff4c1c;
}
.tab-upper-area .txt-btn:hover img {
	filter: brightness(1);
	-webkit-filter: brightness(1);
}
/***************tab middle****************/
.tab-middle-part .product-heading h3 {
	color: #1c1c1c;
	text-transform: uppercase;
	font-family: 'poppins-bold';
	margin-bottom: 2.5rem;
}
.tab-middle-part .each-product-info h3{
	text-transform: lowercase;
}
.tab-middle-part .product-content{
	background-color: transparent;
	padding:15% 15%;
	position: relative;
	margin-right: 2.5rem;
}
.tab-middle-part .product-content:after{
	position: absolute;
    top: 0px;
    width: 100vw;
    background-color: #f6f6f6;
    content: '';
    height: 100% ;
    right: 0;
    z-index: -1;
}
.tab-middle-part .product-info{
	border:0;
	padding-top: 3rem;
	padding-bottom: 3rem;
	margin: 5rem 0;
	position: relative;
	z-index: 0;
}
.tab-middle-part .product-info:after{
	position: absolute;
    top: 0;
    width: calc(100vw + 50%);
    background-color: #fff;
    content: '';
    height: 100%;
    left: -50%;
    z-index: -1;
}
.tab-middle-part .each-product-info h6{
	color: #848484;
	font-size: 1.6rem;
	margin-bottom: 1rem;
}
.tab-middle-part .product-middle td{
	color: #1c1c1c;
	font-family: 'poppins-regular';
	font-size: 1.6rem;
	line-height: 2.2;
}
.tab-middle-part .product-middle td:nth-child(odd){
	color: #848484;
	padding-right: 3rem;
}
/********right**********/
.tab-middle-right{
	max-width: 74rem;
    width: 100%;
    margin-left: auto;
    padding-right: 180px;
    padding-top: 160px;
	padding: 15% 15% 20% 0;
	position: relative;
}
.tab-middle-right h3{
	font-family: 'poppins-bold';
	border-bottom: 2px solid #f5f5f5;
	padding-bottom: 2rem;
	margin-bottom: 5rem;
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tab-middle-right h3 span{
	font-family: 'poppins-lightitalic';
	font-size: 1.6rem;
	color: #848484;
}
.tab-middle-part .akker_btn_cls{
	max-width: 100%;
	margin-bottom: 1rem;
	font-size: 2rem;
}
.tab-middle-part .border-btn {
	background-color: transparent;
	border-color: #c5e0ea;
	color: #1c1c1c;
}
.tab-middle-part .border-btn:hover,
.tab-middle-part .border-btn:focus,
.tab-middle-part .border-btn:active {
	background-color: #111317;
	border-color: #111317;
	color: #fff;
}
.dtl-man-area {
	padding-top: 4rem;
}
.dtl-man-area p {
	color: #848484;
	font-family: 'poppins-lightitalic';
	margin-top: 2rem;
	line-height: 3;
}
.dtl-man-area p a {
	color: rgba(28, 28, 28, 0.5);
}
.dtl-man-area a {
    font-size: 1.6rem;
}
.dtl-man-area p a:hover {
	color: #ff4c1c;
}
.dtl-man-area p img {
	width: 2rem;
	margin-right: 2rem;
}
/****dtl-galley-sec***/
.dtl-galley-sec {
	position: relative;
	margin-bottom: -1px;
}
.dtl-galley-sec .swiper-button-next {
	right: 5%;
}
.dtl-galley-sec .swiper-button-prev {
	left: 5%;
}
.dtl-galley-sec::after,
.dtl-galley-sec::before {
	position: absolute;
    top: 0;
    right: 0;
    width: 11.5%;
    content: '';
    height: 100%;
    background-color: rgba(26, 26, 26, 0.75);
    z-index: 2;
}
.dtl-galley-sec::before {
	left: 0;
}
.each-dtl-gal {
	position: relative;
}
.each-dtl-gal span {
	font-size: 1.6rem;
	font-family: 'NunitoSans-BoldItalic';
	color: #fff;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
}
.each-dtl-gal span img {
	width: 2rem;
	margin-right: 1rem;
}
/***dtl-tab-sec***/
.dtl-tab-sec {
	padding: 6rem 0 8%;
	background-color: #1c1c1c;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	border: 0;
	justify-content: center;
	margin-bottom: 8rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    font-family: 'poppins-light';
    font-size: 3.2rem;
    margin: 0;
    word-break: break-word;
    margin-right: 6rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item:last-child {
    margin-right: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 0;
    background-color: transparent;
    color: rgba(255,255,255,0.3);
    padding: 0;
	border-radius: 0;
	letter-spacing: normal;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link::after {
	content: '';
	height: 0.2rem;
	width: 0;
	background-color: #ff4c1c;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	position: absolute;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
	color: rgba(255,255,255,1);
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active::after {
	width: 80%;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover {
	color: rgba(255,255,255,1);
}
/*****dtl-tab-content******/
.dtl-tab-sec .tab-content ul li {
    font-family: 'poppins-light';
    font-size: 1.6rem;
    color: #fff;
    padding-bottom: 1rem;
    word-break: break-word;
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 0.8rem;
    padding-left: 1.3rem;
    background-size: 0.7rem;
    color: #fff;
	font-family: 'poppins-light';
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.bullet-panel h4 {
    border-bottom: 1px solid #fff;
    padding-bottom: 1rem;
    font-family: 'poppins-regular';
	color: #fff;
}
.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.3rem;
    position: relative;
    font-family: 'poppins-light';
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.7rem;
    position: absolute;
    top: 0.8rem;
    left: 0;
    content: '';
    width: 0.7rem;
    height: 0.7rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff4c1c;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #ff4c1c;
    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;
}
.each-onderhoud-block h4 {
    color: #fff;
    font-family: 'poppins-regular';
    font-size: 2.2rem;
}
.each-onderhoud-block h5 {
    color: #fff;
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
	font-family: 'poppins-light';
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
.dtl-tab-sec .tab-content p {
	color: #fff;
	font-size: 1.6rem;
}
/***related-product-sec***/
.related-product-sec {
	background-color: #f6f6f6;
}
.related-product-sec .gallery-thumbs .common-arrow img {
	filter: invert(1);
}
.related-product-sec .gallery-thumbs {
	position: relative;
}
.related-product-sec .gallery-thumbs .swiper-button-prev {
	left: -5%;
}
.related-product-sec .gallery-thumbs .swiper-button-next {
	right: -5%;
}
.each-relatd-thumb {
	position: relative;
	padding-bottom: 1rem;
}
.each-relatd-thumb::after {
	position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 5px;
    background-color: #ff4c1c;
    content: '';
    opacity: 0;
}
.related-product-sec .gallery-thumbs .swiper-slide-thumb-active .each-relatd-thumb::after {
	opacity: 1;
}
.related-product-sec .footer-bottom-wrap{
	padding-top: 0 !important;
}
/*==========================overons-page start=====================================*/
.overons-banner .banner-content p{
    max-width: 72rem;
    font-family: 'poppins-regular';
}
.overons-team-sec{
	background: #111317;
	padding: 6% 0;
}
.overons-team-head h3,
.overons-team-head p{
	color: #fff;
}
.overons-team-head p{
	max-width: 85rem;
	width: 100%;
	margin: 3rem auto 8rem;
	line-height: 3.2rem;
}
.overons-team-sec .each-service-slide{
	margin-bottom: 1.8rem;
}
.overons-team-sec .each-service-slide h3{
    font-size: 2.4rem;
    margin-bottom: 1rem;
    opacity: 0;
}
.overons-team-sec .each-service-slide .before_the_flood_desc{
    font-family: 'poppins-light';
    margin-bottom: 0;
    font-size: 1.6rem;
}
.overons-team-sec .each-service-slide .each_before_the_flood_block {
    align-items: flex-end;
}
.overons-team-sec .each-service-slide .each_before_the_flood_block:hover .before_the_flood_heading h3{
	margin-bottom: 0;
	opacity: 1;
}
.overons-team-sec .each-service-slide .each_before_the_flood_block:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background-color: #fc5902;
    content: '';
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.overons-team-sec .each-service-slide .each_before_the_flood_block:hover:before {
    opacity: 1;
    z-index: 12 !important;
}
.overons-middle-wrapper {
    padding-top: 8.2rem;
}
.overons-middle-content .overons-middle-wrapper {
    max-width: 900px;
    width: 100%;
    margin: auto;
}
.overons-middle-content {
    padding-top: 0;
    margin-top: 0;
}
.overons-middle-heading {
    position: relative;
}
.overons-middle-heading:after {
    position: absolute;
    top: 1.5rem;
    width: 7rem;
    height: 0.1rem;
    background-color: #dfdfdf;
    content: '';
    right: -8.5rem;
}
.overons-middle-content .col-lg-2:first-child .overons-middle-heading:after {
    /* top: 100px; */
    top: 1.5rem;
}

.overons-middle-content .middle-content-wrapper {
    margin-top: 0;
    border-bottom: 0;
    max-width: 100%;
    padding-right: 0;
    position: relative;
}
.overons-middle-content .top-content {
    padding-top: 3rem;
}
.overons-middle-content .diensten-man-image {
    padding-bottom: 0;
}
.overons-middle-content .diensten-man-image:after{
	display: none;
}
.middle-content-wrapper:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #dfdfdf;
    content: '';
    z-index: -1;
}
.overons-middle-content .middle-content-wrapper:after {
    height: calc(100% + 8.2rem);
    top: -8.2rem;
}
.overons-middle-content .middle-content-wrapper {
    margin-top: 0;
    border-bottom: 0;
    max-width: 100%;
    /* padding-right: 0; */
}
.overons-middle-content .middle-content-wrapper .top-content:after {
   display: none;
}
.overons-middle-wrapper .col-lg-10:last-child .middle-content-wrapper {
    padding-bottom: 8.4rem;
    border-bottom: 1px solid #dfdfdf;
}
.overons-btm-sec {
    padding: 130px 0;
}
.gallery-images-wrapper {
    max-width: 885px;
    width: 100%;
    margin: auto;
}
.overons-btm-sec .overons-team-head h3,
.overons-btm-sec .overons-team-head p{
	color: #1c1c1c;
}
.common-listview-container {
    max-width: 128rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.gal-item {
    overflow: hidden;
    padding: 1rem;
    position: relative;
}
.gal-item .box {
    height: 100%;
    overflow: hidden;
    position: relative;
    /* cursor: pointer; */
}
.gal-item-social-icon {
    position: absolute;
    padding-left: 2rem;
    bottom: 3.5rem;
}
.gal-item-social-icon h4 {
    color: #fff;
    font-family: 'poppins-bold';
}
.gal-item-social-icon img {
    width: 2rem;
    margin-top: -0.5rem;
    margin-right: 0rem;
}
.gal-item-social-icon h5 {
    color: #fff;
    margin-top: 1rem;
    font-size: 1.8rem;
    font-family: 'poppins-bold';
}
.gal-item-social-icon h5 span{
	font-family: 'poppins-regular';
}
.middle-top-box:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background-color: #fc5902;
    content: '';
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
}
.middle-top-box:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.75);
    content: '';
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.gal-item .middle-top-box:after, .gal-item .middle-top-box:before {
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.middle-top-box-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5rem 4rem 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.gal-item .txt-btn {
    position: absolute;
    bottom: 4rem;
    left: 0;
    padding-left: 4rem;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: #fff;
}
.gal-item .txt-btn, .gal-item .middle-top-box-txt {
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.middle-top-box-txt h4 {
    margin-bottom: 1.5rem;
    font-family: 'poppins-bold';
}
.middle-top-box-txt h4 span img {
    width: 2.8rem;
    margin-right: 5px;
    margin-top: -0.5rem;
}
.middle-top-box-txt h4 ,
.middle-top-box-txt p ,
.middle-top-box-txt h5{
	color: #fff;
}
.middle-top-box-txt p{
	margin-bottom: 4.7rem;
}
.middle-top-box-txt h5{
	font-size: 1.8rem;
	font-family: 'poppins-bold';
}
.middle-top-box-txt h5 span{
	font-family: 'poppins-regular';
}
.gal-item .txt-btn span img{
	width: 1.8rem;
	margin-left: 1.5rem;
}
.box .swiper{
	height: 100%;
}
.box .swiper-button-prev {
    left: 3rem;
}
.box .swiper-button-next {
    right: 3rem;
}
.box .common-arrow img{
    width: 2rem;
    height: auto;
}
.overons-car-slider-sec .swiper-button-prev {
    left: 5%;
}
.overons-car-slider-sec .swiper-button-next {
    right: 5%;
}
.box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
}

/*=================================Bedankt page start======================================*/
.bedankt-sec{
	position: relative;
}
.bedankt-sec .banner-content{
	text-align: center;
	top: 55%;
}
.bedankt-sec .banner-content .white-btn{
	margin-top: 3rem;
	max-width: 28rem;

}


/*************side area**********/
.mini-right-nav li{
    margin: 0 0 2px;
    padding: 0;
    width: 60px;
    display: block;
    position: relative;
}
.mini-right-nav li .navtext{
    position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #111317;
	border-radius: 0;
}
.mini-right-nav span {
    font-family: 'poppins-light';
    font-size:0px;
    bottom: 0;
    right: 0px;
    line-height: 60px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 0;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index:-1;
}
.mini-right-nav span:after{
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% + 60px);
	border-radius: 0;
	content: '';
	background-color: #111317;
	height: 60px;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index: -1; 
}
.mini-right-nav .navtext:hover span{ 
	width:auto;
	overflow:visible;
	opacity:1;
	padding: 0 85px 0px 0px; 
	border-radius: 0;
	font-size:16px;
}
.mini-right-nav .navtext:hover {
	text-decoration:none;
}
.mini-right-nav .navtext span, .mini-right-nav .navtext span a{
	color:#fff;
}
/* .mini-right-nav li.whtasapp-nav .navtext, .mini-right-nav .whtasapp-nav span:after{
	background-color: #58c04d;
} */
.mini-right-nav img{
	width: 20px;
	position: relative;
	z-index: 1;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.mini-right-nav{
	position: fixed;
	top: 39%;
	z-index: 99;
	right: 0px;
}

/*******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.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 4px 0 6px 30px;
}

.star_icon{
	margin-bottom: 3rem;
}

.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;
	font-family: 'poppins-regular';
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
	font-size: 1.6rem;
	font-family: 'poppins-light';
    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;
}

.product-price button {
    color: #fff;
    font-size: 1.6rem;
    position: relative;
    padding-right: 2.2rem;
    background: transparent;
    border: none;
}
.product-price button::after {
    content: '';
    background-image: url(../images/right-arrow.svg);
    background-repeat: no-repeat;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 2rem;
    height: 2rem;
    background-size: 2rem;
    filter: brightness(10);
    -webkit-filter: brightness(10);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.error_top {
    background-color: #000000;
    padding-top: 99px;
}
.banner_btm_content{
	padding: 8% 0;
	background: #ebedf0;
}
.banner-car-info .akker_btn_cls:hover {
  color: #111317;
  border-color: #fff;
  background-color: #fff;
}
/*===============*/
.new-aanbod{
	padding: 6% 0 8%;
}
.new-aanbod.product-sec:after{
	display: none;
}
.new-aanbod .product-model h4, .new-aanbod .product-model h6 span, .new-aanbod .product-info h6 span{
	color: #fff;
}
.new-aanbod .product-model h6, .new-aanbod .product-info h6{
	color: #a2a2a2;
}
.new-aanbod .product-dtl{
	background-color: #1c1c1c;
}
.new-aanbod .product-model, .new-aanbod .product-info td{
	border-color: #ff4c1c;
}
@media(min-width: 1200.98px){
	.new-aanbod .custom-row{
		margin: 0 -2.5rem;
	}
}
