@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-size: 1.6rem;
    font-family: 'moderatextended_regular';
    color: #fff;
    background-color: #121212;
}
html {
    font-size: 62.5%;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
.grecaptcha-badge{
	display:none;
}
/*****************header****************/
.header-area {
    position: absolute;
    height: auto;
    padding: 2rem 0;
}
.header-area .navbar-brand{
	margin: 0;
}
.header-area .navbar-brand img {
    width: 25rem;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link, 
.header-area .nav-link,
.menu-items a{
	font-family: 'moderatextended_medium';
	font-size: 1.6rem;
	letter-spacing: .05rem;
	text-transform: none;
}
.header-area .nav-item{
	margin: 0 1rem;
}
.menu-icon{
    margin-left: 0;
}
.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: #A7A7A7;
}
.navbar-nav{
    margin-top: 0;
}
/****banner-sec****/
.banner-sec, .inner-banner{ 
	position: relative;
}
.banner-sec:before, .inner-banner:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	z-index: 2;
  	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
}
.banner-content {
	position: absolute;
    bottom: 6.5rem;
    top: 35%;
    width: 100%;
    z-index: 5;
}
.banner-content .akker_btn_cls:active, .banner-content .akker_btn_cls:focus, .banner-content .akker_btn_cls:hover {
    color: #fff;
    border-color:#fff;
    background-color:transparent;
}
.banner-content h1{
	margin-bottom: 6.6rem;
}
.nav-contorl{
	max-width: 10rem;
	width: 100%;
	position: relative;
}
.banner-btm{
	margin-top: 20%;
}
.nav-pagi{
    position: relative;
}
.nav-pagi .swiper-pagination{
	text-align: right;
	bottom: auto;
}
.nav-pagi .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}
.nav-pagi .swiper-pagination-bullet{
	width: 1rem;
	height: 1rem;
    background: #c3bbbb;
    opacity: 1;
    position: relative;
}
.nav-pagi .swiper-pagination-bullet:after{
	position: absolute;
    content: "";
    width: 2.6rem;
    height: 2.6rem;
    border: 1px solid #fff;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 0;
    transform: translate(-8px , -8px);
    opacity: 0;
}
.nav-pagi .swiper-pagination-bullet-active{
    background: #fff;

}
.nav-pagi .swiper-pagination-bullet-active:after{
    opacity: 1;
}
.banner-btm{
	position: absolute;
	bottom: 6.5rem;
	width: 100%;
	z-index: 5;
}
/***common-heading***/
.common-heading{
	border-bottom: 1px solid #cecece;
	margin-bottom: 4rem;
}
.common-heading h2{
    padding-bottom: 3rem;
}
/****filter-sec****/
.filter-sec{
	padding: 6% 0 0;
}
.product-slider-arrow{
	max-width: 10rem;
	width: 100%;
	position: relative;
	margin-left: auto;
}
.filter-part{
	width: 70%;
}
.select-style {
    width: 100%;
    height: auto;
    line-height: initial;
    color: #fff;
    font-family: 'moderatextended_medium';
    font-size: 1.8rem;
    border: 0;
    border-radius: 0.5rem;
    background: url(../images/down-arrow.svg) #121212 no-repeat 92% center/13px;
    appearance: none;
    padding: 0;
    letter-spacing: 0.08rem;
    opacity: 0.7;
     transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.select-style:hover{
	opacity: 1;
}
.select-style.active{
	opacity: 1; 
}
.select-style option{
	font-family: arial;
}
/****product-sec****/
.product-sec{
    padding: 6% 0;
}
.product-heading{
    padding-bottom: 1.6rem;
}
.product-heading h6{
	word-break: break-word;
	height: 36px;
	overflow: hidden;
}
.product-image{
	padding-bottom: 2.6rem;
}
.product-info .col-md-7{
	padding-right: 0;
}
.product-info table{
	width: 100%;
}
.product-info tr{
	display: flex;
	justify-content: space-between;
}
.product-info td{
	font-family: 'moderatextended_regular';
	font-size: 1.5rem;
	color: #fff;
}
.product-info td:last-child{
	padding-right: 0;
}
.product-info h4{
    font-family: 'moderatextended_regular';
}
.product-info h5{
    font-family: 'moderatextended_regular';
    color: #fff;
    padding-top: 1rem;
    font-size: 2.4rem;
}
.each-product .text-btn{
	opacity: 0.6;
	margin-bottom: 2rem ;
	font-family: 'moderatextended_regular';
}
.each-product .text-btn:after{
	border: 0;
}
.each-product .text-btn:hover{
    opacity: 1;
}
.product-sec .text-center{
	margin-top: 6rem;
}
.product-heading h4{
	margin-bottom: 0.8rem;
}
/****services-sec****/
.services-slider{
	position: relative;
}
.services-shrt-dtl{
	padding: 2rem 0;
}
.services-shrt-dtl p{
	color: #a7a7a7;
}
.services-img{
	overflow: hidden;
}
.services-img img{
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-servies:hover .services-img img{
	transform: scale(1.1);
}
.services-slider .common-arrow{
	width: 4.2rem;
    height: 4.2rem;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    background:#121212 ;
    border: 2px solid #121212;
}
.services-slider .common-arrow img{
	filter: invert(1);
	width: 1.5rem;
}
.services-slider .swiper-button-prev{
   display: none;
}
.services-slider .swiper-button-next{
   right: 8rem;
}
/****specialist-sec***/
.specialist-sec {
	padding: 7% 0;
	background-color: #1D1D1F;
	position: relative;
}
.specialist-sec:after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 36%;
	background: #121212;
}
.specialist-sec .accordion{
    padding-top: 5rem;
}
.specialist-text {
	padding-left: 4%;
	padding-top: 4rem;
}
.specialist-text .accordion-button::after {
    background-image: url(../images/plus.svg);
    width: 1.6rem;
    height: 1.6rem;
    background-size: contain;
}
.specialist-text h2{
    margin-bottom: 4rem;
    font-family: 'moderatextended_regular';
}
.specialist-text .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.svg);
    width: 1.6rem;
    height: 1.6rem;
    background-size: contain;
}
.specialist-text .accordion-button:not(.collapsed) {
    color: #1c1c1c;
    background-color: transparent;
}
.specialist-text .accordion-item {
    border-bottom: 1px solid #CECECE;
    border-left: none;
    border-top: none;
    border-right: none;
    background-color: transparent;
}
.specialist-text .accordion-button {
    padding: 3rem 0;
    background-color: transparent;
}
.specialist-text .accordion-body {
    padding:0 15% 4rem 0;
}
.specialist-text .accordion-button:focus {
    border: none;
    box-shadow: none;
}
.specialist-text .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.specialist-img {
	margin-right: 5%;
	overflow: hidden;
}
.specialist-sec .row{
    position: relative;
    z-index: 2;
}
.specialist-text .accordion-body:last-child {
    padding-right: 0;
}
.specialist-text .accordion-item:last-child{
	border-bottom: 0;
}
.man-review{
	display: flex;
}
.man-review-box img{
	width: 13.4rem;
}
.man-review-content{
	padding-left: 3.6rem;
}
.man-review-content p{
	padding-bottom: 2rem;
}
.man-review-logo p{
	margin-top: 2rem ;
	text-align: center !important;
}
.man-review-logo img{
	width: 20rem;
}
/*****footer-area******/
.footer-area{
	background: #121212;
	padding: 5% 0 4rem;
}
.footer-logo img{
	width: 35rem;
}
.footer-content{
	padding: 6.4rem 0;
}
.footer-content h3{
	color: #fff;
	margin-bottom: 10%;
}
.footer-content .akker_btn_cls{
	color: #fff;
	border-color: transparent;
}
.footer-content .akker_btn_cls:hover{
	border-color: #fff;
  	background-color: transparent;
}
.footer-content .akker_btn_cls img {
    width: 1.5rem;
    margin-right: 1.5rem;
}
.each-footer-info {
    line-height: 1.8;
}
.each-footer-info h5 {
    margin-bottom: 2.5rem;
}
.each-footer-info a {
    font-size: 1.6rem;
    color: rgba(255,255,255,0.5);
    font-family: 'moderatextended_regular';
}
.each-footer-info a:hover{
    color: #fff;
}
.each-footer-info h6{
	color: rgba(255,255,255,0.5);
}
.each-footer-info td{
    font-size: 1.6rem;
    color: rgba(255,255,255,0.5);
    font-family: 'moderatextended_regular'; 
}
.call{
	max-width: 55rem;
	width: 100%;
}
.footer-social{
	max-width: 50rem;
	width: 100%;
	padding: 3% 0 4rem;
}
.footer-social ul {
    display: flex;
    align-items: center;
}
.footer-social a {
    height: 5rem;
    width: 5rem;
    background-color: #fff;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social a:hover{
	background-color: transparent;
}
.footer-social a:hover img{
	filter: brightness(1);
}
.footer-social a img {
    width: 1.5rem;
    filter: brightness(0);
}
.footer-social li:not(:last-child) {
    margin-right: 1rem;
}
.sml-lgo{
	width: 87px;
}
.sml-lgo:not(:last-child){
	margin-right: 5rem;
}
.footer-credit p{
	font-family: 'moderatextended_regular';
	opacity: .5;
}
.footer-credit li {
    display: inline-block;
    margin-right: 3rem;
}
.footer-credit li:last-child {
    margin-right: 0;
}
.footer-content .akker_btn_cls:hover{
	text-decoration: underline;
}
.each-footer-info li , .each-footer-info p,
.each-footer-info td{
	line-height: 2;
}
/*=================================popup start======================================*/
.modal-area .modal-dialog {
    max-width: 70%;
    margin: 8% auto 0;
}
.modal-area .modal {
	background-color: rgba(18, 18, 18, 0.5);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: #fff;
	position: relative;
}
.modal-area .popup-content h4 {
	color: #fff;
}
.modal-area .popup-content p {
    margin: 3rem 0 4rem;
	max-width: 31rem;
	width: 100%;
	opacity: 0.5;
}
.modal-area .popup-content {
    padding: 13% 20% ;
    background-color: #fff;
}
.pop-up-image {
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
	font-size: 2rem;
	height: 4rem;
	width: 4rem;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'moderatextended_regular';
}
.close-img:hover {
	color: #fff;
}
/*============================= contact page start ========================*/
.inner-banner{
	position: relative;
	padding: 16% 0 11%;
}
.inner-banner h1{
	margin: 0;
}
.inner-banner .banner-heading{
	position: relative;
	z-index: 2;
}
.contact-top-sec{
	padding: 6% 0;
}
.contact-top-sec td{
	width: 50%;
	vertical-align: top;
}
.contact-top-sec td:nth-child(odd){
    padding-right: 5%;
}
.contact-top-sec td:nth-child(even){
    padding-left: 5%;
}
.contact-top-sec td p{
	margin: 3.9rem 0;
}
.contact-info-sec{
	padding: 6% 0 0;
}
.contact-info-sec .common-heading h2{
	text-transform: uppercase;
}

.contact-info-car{
	padding-left: 11%;
}
.contact-form-sec{
	padding: 6% 0 0;
}
/***form-sec***/
.form-wrap{
	background: #1D1D1F;
    padding: 8%;
}
.form-styl {
    font-family: 'moderatextended_light';
    color: #121212;
    font-size: 1.4rem;
    padding: 1.8rem;
    border: 0;
    border-radius: 0;
    resize: none;
}
.form-styl:focus{
	box-shadow: none;
}
textarea.form-styl{
	min-height: auto;
}
.form-styl:placeholder {
	color: #121212;
	opacity: .7;
}
.form-styl:-ms-input-placeholder {
	color: #121212;
	opacity: .7;
}
.form-styl::placeholder {
	color: #121212;
	opacity: .7;
}
.contact-form-sec .text-btn{
	font-size: 2.4rem;
    font-family: 'moderatextended_bold';
    text-transform: uppercase;
}
.contact-form-man{
	padding-left: 23%;
}
.contact-form-man h4 {
	font-family: 'moderatextended_light';
	margin-top: 1.5rem;
}
.contact-form-man h4 a{
    color: #fff;
}
.contact-form-man .man-review-content h4{
	padding-bottom: 2rem;
	font-family: 'moderatextended_bold';
}
.contact-form-man .man-review-content p{
	padding-bottom: 1rem;
}
.contact-form-man .man-review-box img {
    width: 12.2rem;
    border-radius: 100%;
}
.contact-form-man .man-review-content p img{
	width: 1.7rem;
}
.contact-form-man .man-review-content p a{
	padding-left: 1.6rem;
	color: #fff;
}
.contact-map-sec{
	padding: 6% 0 0;
}
.contact-map-sec .each-footer-info{
    line-height: initial;
    padding: 16% 0 ;
    padding-right: 5rem;
}
.contact-map-sec .each-footer-info p{
    max-width: 69.6rem;
    width: 100%;
    line-height: initial;
    margin: 3.5rem 0;
}
.contact-map-sec .each-footer-info table{
	margin: 2.2rem 0;
}
.contact-map-sec .each-footer-info td {
    font-size: 2.4rem;
    color: #fff;
    font-family: 'moderatextended_regular';
    line-height: initial;
}
.map-area {
    height: 67rem;
}
.info-list-wraper li{
	display: flex;
}
.info-list-wraper li:not(:last-child){
	margin-bottom: 5.6rem;
}
.info-list-wraper li span:first-child{
    width: 9.8rem;
    height: 9.8rem;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-list-wraper li span:first-child img{
	filter: brightness(0);
    width: 5rem;
}
.info-list-wraper li span:last-child{
	padding-left: 3.6rem;
	width: calc(100% - 7rem);
}
.info-list-wraper li span:last-child p{
	font-family: 'moderatextended_light';
    margin: 1.7rem 0 !important;
    padding: 0;
}
.info-list-wraper li span:last-child p a{
	color: #fff;
}
.info-list-wraper li span:last-child p a:hover{
	color: #A7A7A7;
}
.contact-form-man .man-review-content p a:hover ,
.contact-form-man h4 a:hover{
    color: #A7A7A7;
}
/*============================= Diensten page start ========================*/
.dienten-list-sec .contact-top-sec{
	background: transparent;
	position: relative;
	padding: 0;
}
.dienten-list-sec .list-car{
	overflow: hidden;
}
.dienten-list-sec .list-car img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.dienten-list-sec .list-car:hover img{
	transform: scale(1.1);
}
.list-content p{
	/*display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/
    margin: 2.9rem 0;
    height: 130px;
}
.list-content{
    padding: 13% 13% 9%;
    position: relative;
}
.dienten-list-sec .col-lg-6:nth-child(odd){
    position: relative;
    background: #1D1D1F;
}
/*============================= Diensten-dtl page start ========================*/
.dtl-header-area{
	position: relative;
}
.bck-btn{
	padding: 7% 0 6.2rem;
	position: relative;
}
.dtl-header-area .navbar-expand-lg .navbar-nav .nav-link, .header-area .nav-link{
	color: #fff;
}
.dtl-header-area .nav-link:before{
	background-color: #fff; 
}
.dtl-header-area .menu-icon:after, .dtl-header-area .menu-icon:before, .dtl-header-area .menu-icon div{
    background-color: #fff; 
}
.dtl-header-area .navbar-expand-lg .navbar-nav .nav-link.active , .header-area .nav-link.active {
    color: #fff;
}
.dtl-header-area .menu-icon.active:after, .dtl-header-area .menu-icon.active:before, .dtl-header-area .menu-icon.active div{
    background-color: #fff; 
}
.bck-btn .text-btn{
	padding-left: 7.4rem;
}
.bck-btn .text-btn:after{
	left: 0 ;
	background-image: url(../images/left-arrow.svg);
}
.bck-btn .text-btn:hover:after{
	background-image: url(../images/left-arrow-wht.svg);
}
.dns-dtl-top-sec{
	border-top: 1px solid #cecece;
	position: relative;
}
.dns-dtl-car{
	position: absolute;
	right: 0;
	top: -16%;
	width: 50%;
}
.dns-dtl-top-content{
	padding: 10% 15% 16% 0;
}
.dns-dtl-top-content p{
	margin: 2.6rem 0;
}
.dns-dtl-middle-sec{
	padding: 3% 0 0;
	position: relative;
}
.dns-dtl-middle-sec td{
	width: 50%;
	vertical-align: top;
}
.dns-dtl-middle-sec td:nth-child(odd){
	padding-right: 9%;
}
.dns-dtl-middle-sec td:nth-child(even){
	padding-right: 9%;
	padding-top: 26%;
}
.dns-dtl-middle-sec td:nth-child(odd) span{
}
.dns-dtl-middle-sec td:nth-child(odd) span p{
	margin: 2.6rem 0 14%;
}
.dns-dtl-middle-sec td:nth-child(even) p{
	margin: 2.6rem 0;
}
.dns-dtl-bottom-sec{
	padding: 9.4rem 0;
}
/*============================= Aanbod page start ========================*/
.annbod-filter-sec .common-heading{
	border-bottom: 0;
}
.annbod-filter-sec .common-heading h2{
    text-transform: uppercase;
}
.annbod-filter-sec .select-style{
	opacity: 1;
}
.filter-sort {
    background: url(../images/sort.svg) #121212 no-repeat 92% center/15px;
    text-transform: none;
    text-align: left;
    border: 0;
}
.annbod-filter-sec .filter-part {
    width: 70%;
}
.annbod-list-sec{
	padding: 5rem 0 4rem;
}
.annbod-list-sec .each-product{
	margin: 0 1rem 2rem;
}
.annbod-list-sec .each-product .text-btn{
	opacity: 1;
}
/*============================= Verkocht page start ========================*/
.varkocht-list-sec{
    padding-top: 7%;
}
.varkocht-list-sec .product-info {
    margin-top: 0 ;
}
.varkocht-list-sec .product-info h4{
	text-transform: uppercase;
}
.varkocht-list-sec .each-product {
    margin-bottom: 5rem !important;
}
/*============================= Aanbod-dtl page start ========================*/
.aanbod-header{
	position: relative;
}
.annbod-dtl-top-sec{
	border-top: 0;
}
.annbod-dtl-top-sec .dns-dtl-car{
	position: static;
	width: 100%;
}
.annbod-dtl-top-sec .dns-dtl-top-content h4{
	font-family: 'moderatextended_regular';
	margin: 2.6rem 0;
}
.annbod-dtl-top-sec .dns-dtl-top-content .row{
	margin-top: 5rem;
}
.annbod-dtl-top-sec .dns-dtl-top-content .mt h4{
	margin: 0;
}
.annbod-dtl-top-sec .common-arrow {
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    background: #fff;
    border: 2px solid #fff;
}
.annbod-dtl-top-sec .common-arrow img {
    filter: invert(1);
    width: 1.5rem;
}
.aanbod-dtl-back-btn{
	margin-bottom: -8rem;
	z-index: 1;
}
.annbod-dtl-top-sec .dns-dtl-top-content{
    padding-bottom: 10%;
	padding-top: 16%;
	position: relative;
	z-index: 0;
	margin-top: 8rem;
}
.annbod-dtl-top-sec .dns-dtl-top-content:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	content: '';
	left: 50%;
	margin-left: -50vw;
	z-index: -1;
	border-top: 1px solid #cecece;
}
.annbod-dtl-top-sec .gallery-thumbs .dtl-car-slide{
	position: relative;
	 transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.annbod-dtl-top-sec .gallery-thumbs .dtl-car-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/plus-wht.svg) no-repeat #00000069 center;
    background-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.annbod-dtl-top-sec .gallery-thumbs .dtl-car-slide:hover:after{
	opacity: 1;
}
.aanbod-dtl-middle-sec{
	padding: 8% 0;
}
.dtl-top-info td:nth-child(odd) {
    padding:0 ;
}
.dtl-top-info td:nth-child(even) {
    padding:0 ;
}
.dtl-top-info td:first-child{
    padding-left:0 !important;
}
.dtl-top-info td:last-child {
    padding-right: 0 !important;
    border-right: 0 ;
}
.dtl-top-info td {
    vertical-align: top;
    width: 33.33%;
    padding-bottom: 3rem;
    padding: 2.5rem  4.5rem !important;
    border-right: 1px solid #fff;
}
.dtl-top-info h5 {
    color: #fff;
     font-family: 'moderatextended_bold';
}
.dtl-top-info h5 span {
    display: block;
    margin-top: 0.5rem;
    opacity: 0.8;
}
.dtl-top-info table {
    width: 100%;
}
.dtl-spec-sec{
	position: relative;
	padding-bottom: 9rem;
}
.dtl-spec-sec:after{
	content: '';
    background-color:#f8f8f8;
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.dtl-spec-sec .common-heading h2{
	text-transform: uppercase;
}
.dtl-spec-slider{
	position: relative;
	z-index: 2;
}
.each-dtl-spec {
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-dtl-spec:hover .dtl-spec-name{
	background: #f8f8f8;
}
.dtl-spec-name {
    padding: 9% 4rem ;
    background-color: #fff;
    height: 100%;
     transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dtl-spec-name h5{
	color: #fff;
	font-family: 'moderatextended_bold';
}
.dtl-spec-slider .common-arrow {
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    background: transparent;
    border: 2px solid #121212;
}
.dtl-spec-slider .swiper-button-prev{
	display: none;
}
.dtl-spec-sec p{
	margin: 6.2rem 0;
	padding-right: 10%;
	max-width: 65.8rem;
	width: 100%;
}
.dtl-info-btn{
	padding-top: 40px;
	padding-right: 5%;
  	max-width: 747px;
  	width: 100%;
}
.dtl-info-btn .akker_btn_cls{
	padding: 0;
  	height: 70px;
  	line-height: 68px;
  	max-width: 190px;
  	font-size: 1.6rem;
	background: transparent;
  	border-color: #fff;
  	color: #fff;
}
.dtl-info-btn .akker_btn_cls.inruilen-btn{
	background: rgba(37, 211, 102, 0.75);
  	padding-left: 9px;
  	padding-right: 20px;
  	/*border-radius: 5px;*/
  	max-width: 270px;
}
.inruilen-btn span {
  	background-color: #25D366;
  	height: 50px;
  	width: 50px;
  	border-radius: 10px;
  	margin-right: 19px;
}
.inruilen-btn span img{
	width: 20px;
}
.group-btn{
	column-gap: 12px;
}
/****dtl-tab-sec*****/
.dtl-tab-sec {
	padding: 5% 0 0;
	position: relative;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	border: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    font-family: 'moderatextended_medium';
    font-size: 1.8rem;
    margin: 0;
    word-break: break-word;
    margin-right: 2rem;
	margin-bottom: 1rem;
	width: 18%;
}
.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: 1px solid #fff;
    background-color: transparent;
    color:#fff;
    padding: 2rem 0.5rem;
	border-radius: 0;
	letter-spacing: normal;
	position: relative;
	transition: all 0.5s;
	width: 100%;
	height: 100%;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active,
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover {
	background-color: #fff;
	color:#000;
}
/*****dtl-tab-content******/
.dtl-tab-content-heading h2 {
	margin: 5rem 0;
	font-family: 'moderatextended_medium';
	text-transform: uppercase;
	border-bottom: 1px solid #cecece;
	padding-bottom: 3rem;
}
.dtl-tab-sec .tab-content ul li {
    font-family: 'moderatextended_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.7rem;
    padding-left: 1.3rem;
    background-size: 0.7rem;
    color: #fff;
	font-family: 'moderatextended_bold';
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.bullet-panel h5 {
    border-bottom: 1px solid #fff;
    padding-bottom: 1rem;
    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: 'moderatextended_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: #121212;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #121212;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
}
.left-bg-block h6 {
    line-height: 3rem;
    color: #fff;
	font-size: 1.6rem;
	font-family: 'moderatextended_light';
}
.each-onderhoud-block h4 {
    color: #fff;
    font-family: 'moderatextended_regular';
    font-size: 2.2rem;
	text-transform: none;
}
.each-onderhoud-block h5 {
    color: #fff;
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
	font-family: 'moderatextended_light';
	text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
.aanbod-bottom-sec{
	padding-bottom: 3%;
}
.aanbod-bottom-sec .common-heading h2{
	text-transform: uppercase;
}
.aanbod-bottom-sec .swiper{
    padding-top: 4%;
}
.aanbod-bottom-sec .each-product .text-btn{
	opacity: 1;
}
/*============================= over-ons page start ========================*/ 
.over-ons-top-sec {
	background-color: transparent;
	position: relative;
}
 .over-ons-list-sec .col-lg-6:nth-child(odd) {
	position: relative;
	background: transparent;
}
 .over-ons-top-sec::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: #121212;
	z-index: -1;
}
.over-ons-info-sec{
	padding-top: 0;
}
 .over-ons-info-sec .info-list-wraper li {
	align-items: center;
}
 .over-ons-info-sec .info-list-wraper li span:last-child h4 a {
	color: #fff;
}
 .over-ons-info-sec .contact-info-car {
	padding-right: 7.5%;
	padding-left: 0;
	height: 100%;
}
.over-ons-info-sec .contact-info-car img{
	height: 100%;
	object-fit: cover;
}
.over-ons-info-sec .info-list-wraper{
	padding: 4rem 0;
}
.over-ons-info-sec .info-list-wraper a:hover{
	text-decoration: underline;
} 
 .over-ons-info-sec .common-heading {
	border-bottom: none;
}
 .over-ons-info-sec .common-heading h2 {
	text-transform: none;
}
 .customers-review-section {
	background-color: #f8f8f8;
	padding: 4.3% 0;
	position: relative;
}

 .customers-review-section .common-arrow {
	width: 4.2rem;
	height: 4.2rem;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	display: inline-flex;
	background: transparent;
	border: 2px solid #121212;
}
 .customers-review-section .common-arrow img {
	width: 1.5rem;
}
 .customers-review-section .swiper-button-prev {
	display: none;
}
 .customers-review-section .swiper-button-next {
	right: 8rem;
}
.customers-review-section .common-heading h2{
	text-align: center;
}
.customers-review-section .common-heading{
	border: none;
}
.over-ons-list-sec.list-car{
	height: 100%;
}
.over-ons-list-sec .list-car img{
	height: 100%;
	object-fit: cover;
	transform: unset !important;
}
.over-ons-car-section .services-img {
    margin-bottom: 0;
}
.over-ons-list-sec .list-content p {
    display: block;
    overflow: visible;
    margin: 2.9rem 0;
}
.customers-review-wrapper{
	position: relative;
}
/*******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;
    color: #000;
}

.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    text-transform: uppercase;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    color: black;;
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.form-1, .form-2 {
	display:none;
	padding: 10px;
	margin-top: 20px;
}
.privacy_section {
	margin-top: 8%;
}
.error_background{
	padding: 45px;
	background: #0e0e0e;
}
.bovag-logo{
	width: 95px;
}
.services-sec{
	position: relative;
	z-index: 0;
}

.desktop_vw{
	display:block;
}
.mobile_vw{
	display:none;
}
.fixed-whatsapp-icon {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 10px;
	bottom: 0px;
	z-index: 999;
}

.fixed-whatsapp-icon img {
	width: 50px;
}

.popup .popuptext {
	display: none;
	width: 200px;
	background-color: #25D366;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	padding: 8px 0;
	position: absolute;
	z-index: 1;
	bottom: 3px;
	right: 5vw;
	font-size: small;
}

.notifcation {
	position: relative;
}

.alert-number {
	display: none;
	position: absolute;
	bottom: 43px;
	right: 4px;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	background-color: red;
	color: white;
	text-align: center;
	font-size: small;
	animation: shake 0.5s;
	animation-iteration-count: 1;
}
.mobile_vw{
	display: none;
}