@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'New Rail Alphabet White';
	font-size: 14px;
	color: #fff;
	overflow-x: hidden;
	top:0px !important;
}

.dblock {
	display: none;
}


/*=====home=====*/

.top_bar {
	width: 100%;
	position: relative;
	background: #00624d;
	padding: 12px 0px;
}

.top_bar ul {
	width: 100%;
	text-align: right;
}

.top_bar ul li {
	display: inline-block;
	margin-left: 30px;
}

.top_bar ul li a {
	font-size: 14px;
	color: #fff;
	font-family: 'Montserrat medium';
}

.top_bar ul li a:hover {
	color: #999999;
}

.top_bar ul li img {
	margin-right: 10px;
	vertical-align: middle;
}

.top_bar .social_icn img {
	margin-right: 0px;
	margin-left: 40px;
}

.desktop_nav .nav-link {
	font-size: 14px;
	font-family: 'Montserrat medium';
}

.navbar {
	position: absolute;
	top: 45px;
	left: 0;
	padding: 0px;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.70);
	width: 100%;
	padding: 0px !important;
}


.custom_adjust {
	margin-top: 15px;
	max-height: 160px;
}

/*.navbar-dark .navbar-nav .nav-item {
	padding: 0px 0px 0px 90px;
}*/
.navbar-dark .navbar-nav .nav-link  {
	padding: 25px 15px;
	color: #fff;
	background-color:transparent;
}
.navbar-dark .navbar-nav .nav-item:hover {
	color: #fff;
	background-color: #01624e;
}
.navbar.active {
	top: 0px;
	width: 100%;
	position: fixed;
	-webkit-transition: all 1s;
	transition: all 1s;
	z-index: 99;
	background-color: #007c62 !important;
	padding: 5px 0px;
	-webkit-box-shadow: -1px 4px 6px -3px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -1px 4px 6px -3px rgba(0, 0, 0, 0.75);
	box-shadow: -1px 4px 6px -3px rgba(0, 0, 0, 0.75);
}

.navbar.active .custom_adjust {
	max-width: 100%;
	margin-top: 0px;
	max-height: 90px;
}
.navbar.active .home_logo{
	top: 50%;
    transform: translateY(-50%);
    padding-bottom: 0px;
    padding-top: 0px;
}
.navbar.active .nav-link {
	padding: 40px 22px;
}

.home_logo {
	position: absolute;
	z-index: 999;
}

.big_image{
	position: absolute;
	top: 25%;
	left: 50%;
	width: 55px !important;
	transform: translate(-50%, -50%);
}
.videocode_desktop{
	display:block;
}
.videocode_mob{
	display:none;
}

/******dropdown_menu****/

.dropdown-menu a {
	padding: 12px 15px;
}

/*.dropdown:hover>.dropdown-menu {
	display: block;
}
*/
.dropdown-menu {
	padding: 0px;
	border-radius: 0px;
	min-width: 220px;
	margin: 0px;
	border: 0px;
	background: #01624e;
	color: #fff;
	z-index: 999;
	font-size: 14px;
    font-family: 'Montserrat medium';
}

.dropdown-item {
	color: #fff;
}
.dropdown-item a:hover{
	background-color:#fff;
	color:#121212;
}

/*.dropdown.show .dropdown-toggle{
	background-color:#01624e;
}*/
.dropdown-toggle{
	position:relative;
}
.dropdown-toggle::after{
background-image: url(../images/caret.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
width: 8px;
height: 5px;
border: none;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.dropdown_area_split{
top: 0px;
right: 0px;
position: absolute;
background-color: transparent;
height: 100%;
}
.navbar-dark .navbar-nav .active>.nav-link
{	
border-bottom: 5px solid white;
}
.navbar-dark .navbar-nav .hover.nav-link
{	
color:#000;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover
{
	color:#fff;
}
/*========x=====*/


.home_banner {
	width: 100%;
	position: relative;
}

.home_banner_wrapper {
	width: 100%;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/*padding: 22% 0px;*/
	height: 790px;
}

.home_banner_area_contents {
	position: absolute;
	top: 32%;
	left: 0;
	width: 100%;
}

.banner_text_wrapper {
	width: 100%;
	padding: 60px;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9;
	position: relative;
}

.banner_text_wrapper p {
	margin-top: 35px;
	letter-spacing: 1px;
	margin-bottom: 40px;
	color: #fff;
}

.banner_btn {
	position: absolute;
	left: 60px;
	width: 100%;
	z-index: 99;
	bottom: -15px;
	z-index: 9
}

.home_banner_area_contents .col-lg-7 {
	max-width: 53%;
}


/*=====================form_area==================*/

.car_slider_upper .form-control {
	background: url(../images/dropdown.png) no-repeat 95% center;
	color: black;
	border-radius: 0px;
	font-size: 14px;
	font-family: 'Montserrat regular';
	width: 100%;
	-webkit-appearance: none;
	border: 2px solid #d6d6d6;
	min-height: 50px;
}

.car_slider_upper {
	padding: 100px 0px 30px;
}

.car_slider_upper h4 {
	margin-top: 15px;
}

.reset_btn {
	color: #121212;
	text-align: right;
	font-family: 'Montserrat regular';
}


/*===========product_area=============*/

.product-area {
	padding-bottom: 70px;
}

.car-slider-area {
	position: relative;
}

.about-product {
	padding: 30px;
	border: 2px solid #f4f4f4;
	border-top: 0px;
}

.about-product p {
	font-family: 'Montserrat regular';
	text-align: left;
}

.product-range {
	padding-top: 20px;
	padding-left: 8px;
	padding-right: 8px;
}

.product-area .swiper-button-next {
	right: -70px;
}

.product-area .swiper-button-prev {
	left: -70px;
}

.product-slider-button {
	padding-top: 80px;
}


/*.product_dtls:hover {
	-webkit-box-shadow: 10px 10px 64px -40px rgba(0,0,0,0.29);
	-moz-box-shadow: 10px 10px 64px -40px rgba(0,0,0,0.29);
	box-shadow: 10px 10px 64px -40px rgba(0,0,0,0.29);
	
}*/

.product_dtls {
	margin-bottom: 30px;
	cursor: pointer;
}


/*============half_slider========*/

.slider_year {
	width: 100%;
	position: relative;
}

.overons_slider_banner {
	height: 500px;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: relative;
}

.overons_year_slider .swiper-slide-prev {
	width: 10% !important;
}

.overons_year_slider .swiper-slide-next {
	width: 10% !important;
}

.overons_year_slider .swiper-slide-active {
	width: 80% !important;
	position: relative;
}

.overons_year_slider .swiper_slide_txt {
	display: none;
}

.overons_year_slider .swiper-slide-active .swiper_slide_txt {
	display: block;
}

.swiper_slide_txt {
	max-width: 370px;
	background-color: #007c62;
	padding: 50px;
	position: absolute;
	top: 0;
}

.swiper_slide_txt p {
	color: #fff;
	margin: 35px 0px;
	text-align: justify;
}

.swiper_slide_txt h4 {
	color: #fff;
}

.swiper_slide_txt .common_btn {
	margin-top: 35px;
}

.slider_year {
	position: relative;
}

.slider_year .ftnxt1 {
	right: 6.1%;
}

.slider_year .ftprev1 {
	left: 7.7%;
}

.overons_slider2 h2 {
	padding-bottom: 70px;
	line-height: 45pt;
}


/*==========slider nxt part===========*/

.specialist-sec-text h2 {
	margin-bottom: 35px;
}

.listing-items {
	margin-top: 40px;
}

.listing-items li {
	margin-bottom: 15px;
}

.listing-items li:before {
	content: url(../images/tick.png);
	margin-right: 20px;
	position: relative;
	top: 10px;
}

.back-people-image {
	position: relative;
}

.back-people-image h3 {
	color: #121212;
	text-align: right;
	padding-top: 10px;
}

.back-people-image2 {
	position: absolute;
	z-index: 9;
	left: 53%;
	bottom: -110px;
}

.back-people-image2 h3 {
	color: #121212;
	padding-top: 10px;
}

.back-people-image2 img {
	max-width: 400px;
}

.specialist-sec {
	padding: 60px 0px 10%;
}

.specialist-sec-text {
	padding-left: 19%;
	padding-top: 100px;
	padding-right: 15%;
}

.specialist-sec-text p {
	text-align: justify;
	margin-bottom: 0px;
}

.signature_area {
	padding: 60px 0px 50px;
}


/*===========bottom slider===========*/

.bottom_slider {
	padding: 70px 0px;
	background-color: #f6f6f6;
}

.bottom_slider h4 {
	margin-bottom: 60px;
}

.each_slide_blog {
	background: #fff;
	padding: 50px;
}

.each_slide_blog h4 {
	margin-bottom: 30px;
}

.bottom_slider_area {
	position: relative;
}

.bottom_slider_area .swiper-button-next {
	right: -45px;
}

.bottom_slider_area .swiper-button-prev {
	left: -45px;
}

.ratings {
	padding-top: 25px;
}


/*=========Footer==========*/

footer {
	background: #017b62;
	padding: 40px 0px;
}
.footer-wrapper p a:hover{
	color:#999999;
}
.footer-wrapper h5 {
	color: #fff;
	margin-bottom: 30px;
}

.footer-wrapper p {
	color: #fff;
	letter-spacing: 0.4px;
}

.footer-wrapper {
	float: right;
}

.footer-wrapper .common_btn {
	margin-top: 40px;
}

.footer_social {
	width: 41%;
	border-bottom: 2px solid #066551;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.footer_social img {
	padding-right: 10px;
}

footer hr {
	border-top: 2px solid #066551;
	margin-top: 50px;
	margin-bottom: 40px;
}

.site-map {
	text-align: left;
	font-family: 'Montserrat light';
	font-size: 14px;
	color: #fff;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}


/*.footer-wrapper table{
	width:100%;
}*/

.footer-wrapper table tr td {
	font-size: 14px;
	font-family: 'Montserrat light';
	color: #fff;
	vertical-align: top;
}

.footer-wrapper table tr td:nth-child(2) {
	padding-left: 10px;
}


/*===================diensten listview=============*/

.common_content h1 {
	font-size: 30px;
	text-align: center;
}

.common_content h1 span {
	background-color: rgba(0, 0, 0, 0.7);
	padding: 15px 40px;
	display: inline-block;
}

.common_content {
	height: 350px;
	display: table;
	width: 100%;
}

.common_heading {
	text-align: center;
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 90px;
}


/*===========*/

.diensten_listview_area .swiper_slide_txt {
	display: block;
	left: 15px;
	max-width: 590px;
	padding: 60px 80px;
}

.diensten_listview_area .swiper_slide_txt2 {
	right: 15px;
	left: auto;
}

.diensten_listview_area .overons_slider_banner {
	margin-bottom: 30px;
	height: 480px;
}

.diensten_listview_area {
	padding: 90px 0px;
}


/*=============aanbod====*/

.aanod-product-area .overons_slider_banner {
	height: 350px;
}

.aanbod_position_img {
	margin-bottom: 30px;
}

.aanbod_position_img .swiper_slide_txt {
	height: 100%;
}

.aanod-product-area {
	padding-bottom: 30px;
}

.aanbod_car_slider_upper {
	padding: 70px 0px 60px;
}


/*=============vercocht=============*/

.verkocht_product {
	padding: 8% 0px 70px;
}

.verkocht_product .about-product p {
	margin-bottom: 0px;
}


/*=========vacature listview===========*/

.vacature_listview .overons_slider_banner {
	height: 350px;
	margin-bottom: 0px;
}

.vacature_listview .swiper_slide_txt {
	background-color: rgba(0, 124, 98, 0.9);
	/*max-width: 724px;*/
	max-width:100%;
	width:49%;
	padding: 45px;
}
.vacature_listview .swiper_slide_txt p{
	margin-bottom:15px;
}
.vacature_listview {
	padding-bottom: 70px;
	padding-top: 70px;
}


/*=============onder_listview========*/

.onder_listview_cover {
	float: right;
	width: 60%;
}

.onder_listview_product .product-img {
	text-align: center;
	padding: 50px 0px;
}

.onder_listview_product .product-img img {
	max-height: 150px;
}

.onder_listview_product .about-product {
	border: none;
}

.onder_listview_product .product_dtls {
	border: 2px solid #f4f4f4;
}


/*=============vacature dtls=========*/

.vacature_dtls_content h4 {
	margin-bottom: 40px;
}

.vacature_dtls_content table {
	width: 100%;
}

.vacature_dtls_content table tr td:nth-child(odd) {
	padding-right: 30px;
}

.vacature_dtls_content table tr td:nth-child(even) {
	padding-left: 30px;
}

.vacature_dtls_content .common_btn {
	margin-top: 40px;
	margin-bottom: 40px;
}

.vacture_dtls_form h4 {
	text-align: center;
	margin-bottom: 40px;
}

.form-styl {
	border: 2px solid #e3e3e3;
	border-radius: 0px;
	font-family: 'Montserrat regular';
	font-size: 13px;
	min-height: 45px;
	resize: none;
	background: #fff;
	padding-left: 15px;
}

.form-styl:focus {
	color: #121212;
	background-color: #fff;
	border-color: #007c62;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 124, 98, .25);
}

.form-styl:placeholder {
	color: black;
	opacity: 1;
}

.form-styl:-ms-input-placeholder {
	color: black;
	opacity: 1;
}

.form-styl::placeholder {
	color: black;
	opacity: 1;
}

.photo_upload {
	color: black;
}

.common_form .form-group {
	margin-bottom: 10px;
}

.vacture_dtls_form {
	padding-bottom: 10%;
}

.vacture_dtls_form_cover {
	width: 80%;
	margin: 0 auto;
}

.common_bg_area {
	padding-bottom: 50px;
}

.vacature_dtls_content {
	padding-bottom: 70px;
}


/*===============contact===============*/

.map_banner {
	height: 500px;
}

.common_bg_area2 .contact_page_slide_txt {
	max-width: 655px;
	padding: 60px;
}

.contact_page_info h4 {
	position: relative;
	color: #fff;
}

.contact_page_info h4:after {
	position: absolute;
	bottom: -20px;
	left: 0;
	content: '';
	background-color: #ffffff;
	width: 55px;
	height: 1px;
}

.contact_page_info p {
	color: #fff;
	margin-top: 50px;
	text-align: left;
}

.people-img-details {
	background: #f5f5f5;
	padding: 50px 40px;
}

.people-img-details table tr td {
	color: #121212;
	font-size: 14px;
	font-family: 'Montserrat light';
}

.people-img-details h4 {
	position: relative;
}

.people-img-details h4:after {
	position: absolute;
	bottom: -22px;
	left: 0;
	content: '';
	background-color: #007c62;
	width: 55px;
	height: 1px;
}

.people_img_table {
	padding-top: 50px;
}

.common_bg_area2 {
	padding-bottom: 20px;
	padding-top: 90px;
}

.contact_page_address {
	padding-bottom: 100px;
}


/*============overons==============*/

.overons-specialist-sec .back-people-image2 {
	left: 60%;
	bottom: -40px;
}

.overons-specialist-sec .specialist-sec-text {
	padding: 10px 0px 0px;
}

.overons-specialist-sec .signature_area {
	padding: 16% 0% 0px 27%;
}

.overons-specialist-sec {
	padding: 90px 0px;
}

.banner_nxt_icons {
	padding: 40px 0px 0px;
}

.each_icon {
	text-align: center;
	padding: 40px 0px;
}

.each_icon h4 {
	padding: 30px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.each_icon_txt p {
	text-align: center;
}

.each_icon_txt {
	padding: 0px 17%;
}

.overons_bg_img_area .swiper_slide_txt {
	max-width: 100%;
	width: 50%;
	padding: 0px 9%;
}

.member-dtls {
	background-color: #007c62;
	padding: 40px;
	text-align: center;
}

.member-dtls h4 {
	color: #fff;
	margin-bottom: 30px;
}

.member-dtls p {
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}

.onez-collegue .swiper-button-next {
	right: -80px;
}

.onez-collegue .swiper-button-prev {
	left: -80px;
}

.member-slider-wrapper {
	position: relative;
	padding-top: 60px;
}

.onez-collegue {
	padding-bottom: 70px;
	margin-top: 50px;
}

.overons_prev_nxt_slider {
	padding-top: 60px;
}

.overons_prev_nxt_slider .slider_year {
	margin-bottom: 15px;
}


/*=============werkplts details=============*/

.werkplts_content_cover {
	width: 80%;
	margin: 0 auto;
}

.werkplts_content_cover h4 {
	margin-bottom: 30px;
	text-align: center;
}

.werkplts_content_cover p {
	text-align: center;
}

.werkplts_content_cover {
	padding: 70px 0px 20px;
}

.wd-specialist-sec .back-people-image2 {
	bottom: -100px;
	left: 40%;
}

.wd-specialist-sec .specialist-sec-text {
	padding-top: 100px;
	padding-left: 16%;
}

.wd-specialist-sec .specialist-sec-text h2 {
	margin-bottom: 30px;
}

.wd-specialist-sec {
	padding-top: 50px;
	padding-bottom: 50px;
}

.wd-specialist-sec .divider {
	margin-top: 12%;
}

.wd_form h4 {
	position: relative;
}

.wd_form h4:after {
	position: absolute;
	bottom: -22px;
	left: 0;
	content: '';
	background-color: #007c62;
	width: 55px;
	height: 1px;
}

.wd_form .people-img-details p {
	font-family: 'Montserrat regular';
	margin-top: 40px;
}

.wd_form .people-contact table {
	width: 100%;
}

.wd_form .people-contact tr td {
	font-family: 'Montserrat regular';
	font-size: 13px;
	color: #121212;
}

.wd_form .people-contact tr td:first-child {
	color: #007c62;
}

.wd_form .people-contact {
	margin-top: 60px;
}
.people-contact td a:hover{
	color:#999999;
}
.wd_slider .slider_year {
	margin-bottom: 15px;
}

.wd_form .people-img-details {
	padding-top: 40px;
	padding-bottom: 60px;
}

.wd_form {
	padding-bottom: 70px;
}


/*==========diensten detail sub2=========*/

.dl_2 .werkplts_content_cover {
	padding-bottom: 60px;
	padding-top: 7%;
}

.dl2_each_content li {
	display: inline-block;
	color: #007c62;
	font-size: 90px;
	font-family: 'Proxima Nova Rg';
}

.dl2_each_content li:nth-child(2) {
	float: right;
}

.dl2_right_content {
	padding-top: 30px;
}

.dl2_right_content h4 {
	margin-bottom: 30px;
}

.dl2_each_content {
	border-bottom: 2px solid #ededed;
	padding-bottom: 70px;
	padding-top: 60px;
	padding-left: 80px;
}

.dl_2 .divider {
	margin-bottom: 0px;
}

.dl2_each_content li img {
	margin-top: -15px;
}

.dl_2_form {
	padding-top: 5%;
	padding-bottom: 7%;
}

.dl_2 .werkplts_content_cover {
	width: 70%;
}


/*********aanbod details********/


/*---top_content---*/

.slider_top_sec {
	padding: 150px 0px 40px;
	background-color: #f7f7f7;
}

.top_area_cover {
	text-align: right;
}

.slider_top_sec li {
	display: inline-block;
	color: #000000;
	font-size: 15px;
	font-family: 'Montserrat bold';
	padding-top: 15px;
	padding-left: 5px;
}

.slider_top_sec li span {
	font-family: 'Montserrat regular';
}

.top_area_btn {
	display: inline-block;
}

.top_area_li {
	display: inline-block;
	padding-right: 60px;
}

.top_area_btn .common_btn {
	min-width: 250px;
	max-width: 100%;
}


/*----slider-----*/

.aanbod_details_slider .col-md-8 {
	padding-right: 10px;
}

.aanbod_details_slider .col-md-4 {
	padding-left: 0px;
}

.aanbod_details_slider .gallery-thumbs {
	margin-top: 8px;
}

.aanbod_details_slider .topside_img2 {
	margin-top: 10px;
}

.aanbod_details_slider .swiper-button-next {
	right: 0px;
}

.aanbod_details_slider .swiper-button-prev {
	left: 0px;
}

.aanbod_details_slider {
	background: #f7f7f7;
}

.hover_area {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: .3s all ease;
	cursor: pointer;
}
.aanbod_details_slider .swiper-slide .hover_area:hover {
	opacity: 1;
}
.zoom_image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/*.aanbod_details_slider .swiper-slide-active .fancy_icon{
	position: absolute;
	top: 50%;
	transform: translate(-50% );
	left: 50%;
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.aanbod_details_slider .swiper-slide-active:hover .fancy_icon{
	opacity: 1;
	-webkit-transition: all 1s;
	transition: all 1s;
}*/


/*******tab upper area*******/

.right_side_price h6 {
	margin-top: 15px;
}

.right_side_price {
	text-align: center;
}

.tabber_upper_sec {
	padding: 80px 0px 70px;
	background-color: #f7f7f7;
}

.tabber_upper_sec h3 span {
	margin-top: 5px;
	display: inline-block;
}


/******tab******/


/******************bouwjaar_area*****************/

.bouwjaar_area p {
	font-family: 'Montserrat bold';
}

.bouwjaar_area h3 {
	color: #4c4c4c;
	font-family: 'Montserrat regular';
	font-size: 30px;
}

.bouwjaar_area h3 span {
	color: #121212;
	font-size: 14px;
}

.bouwjaar_area {
	position: relative;
	padding-top: 30px;
}

.bouwjaar_area_border .bouwjaar_area {
	padding-top: 0px;
	padding-bottom: 30px;
}

.bouwjaar_area::after {
	position: absolute;
	right: 30%;
	height: 100%;
	width: 2px;
	top: 0px;
	content: '';
	background-color: #ececec;
}

.bouwjaar_area_border {
	border-bottom: 2px solid #ececec;
}

.bouwjaar_area_even::after {
	display: none;
}


/*===============================x=====================*/

.tab_sec {
	padding-top: 70px;
}

.aanbod_detail_tab_sec .nav-tabs {
	border-bottom: 0px;
}

.aanbod_detail_tab_sec .tab_sec .nav-tabs .nav-item {
	width: 19.1%;
	text-align: center;
	background-color: #ebebeb;
	font-size: 13px;
	font-family: 'Montserrat medium';
	color: #121212;
	margin: 0px 10px 0px 0px;
}

.aanbod_detail_tab_sec .tab_sec .nav-tabs .nav-item a:hover {
	color: #fff;
	background-color: #007c62;
}

.aanbod_detail_tab_sec .nav-tabs .nav-link {
	border-top-left-radius: 0rem;
	border-top-right-radius: 0rem;
	padding: 15px 10px;
}

.aanbod_detail_tab_sec .nav-tabs .nav-link.active {
	color: #fff;
	background-color: #007c62;
}

.aanbod_detail_tab_sec .tab_content_wrapper {
	padding: 40px 0px;
}

.aanbod_detail_tab_sec .tab_content_wrapper .tab-pane .tab_hedaing {
	padding-bottom: 20px;
}

.aanbod_detail_tab_sec .bullet_panel ul {
	list-style-image: url('../images/bullet.png');
	padding-left: 15px;
}

.aanbod_detail_tab_sec .tab-content ul li {
	font-family: 'Montserrat medium';
	font-size: 14px;
	color: #121212;
	padding-bottom: 6px;
	word-break: break-word;
}

.aanbod_detail_tab_sec .bullet_panel ul li {
	padding-left: 10px;
}

.aanbod_detail_tab_sec .tab_content_wrapper .tab-pane .tab_hedaing h4 {
	border-bottom: 1px solid #999999;
	padding-bottom: 10px;
	text-transform: uppercase;
	padding-top: 15px;
	font-family: 'Montserrat medium';
}

.kenmerken_tab ul li:nth-child(odd) {
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0% 30%;
	padding-left: 20px;
	font-family: 'Montserrat medium';
}

.kenmerken_tab ul li {
	width: 45%;
	display: inline-block;
	vertical-align: top;
	font-family: 'Montserrat medium';
}

.aanbod_detail_tab_sec {
	padding: 50px 0px;
}

.dtls_price_part {
	padding-top: 25px;
}

.dtls_price_part p {
	text-align: center;
	font-size: 13px;
}

.dtls_page_form .defaulte_btn {
	display: block;
}


/*.dtls_page_form button{
	margin:0 auto 15px;
	border: 2px solid #e3e3e3;
}*/

.dtls_page_form p {
	text-align: center;
	margin: 30px 0px;
	font-size: 13px;
}

.dtls_contact_info_cover {
	width: 100%;
}

.dtls_page_contact_info .dtls_contact_info_cover h6 {
	padding-bottom: 30px;
}


/****accordian****/

.aanbod_detail_tab_sec .accordion .card-header {
	padding: 13px 20px;
	color: #ffffff;
	font-family: 'Montserrat medium';
	font-size: 14px;
	cursor: pointer;
	max-width: 280px;
	font-size: 14px;
	background-color: #007c62;
	display: inline-block;
	width: 100%;
	-webkit-transition: all 1s;
	transition: all 1s;
	border: 2px solid #007c62;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 40px;
	border-radius: unset;
}

.aanbod_detail_tab_sec .accordion .common_btn {
	margin-bottom:30px;
}

.aanbod_detail_tab_sec .accordion .card-body {
	padding: 0px;
}

.aanbod_detail_tab_sec .accordion .card {
	border: 0px;
}

.dtls_page_form {
	padding-left: 30px;
}

.aanbod_detail_tab_sec .tab_sec .nav-tabs .nav-item:nth-child(5) {
	margin-right: 0px;
}

.dtls_page_form .white_btn {
	border: 2px solid #e3e3e3;
	margin: 0 auto 10px;
	display: table;
	max-width: 280px;
}

.dtls_page_form .white_btn:hover {
	color: #007c62;
}

.deel_auto h6 {
	font-family: 'Montserrat medium';
	font-size: 13px;
	margin-bottom: 20px;
}

.deel_auto {
	text-align: center;
}

.deel_auto img {
	margin-right: 5px;
}

.dtls_product_btn {
	text-align: right;
}

.aanbod_dtls_products .car-slider-area {
	padding-top: 40px;
}

.aanbod_dtls_products h4 {
	padding-top: 15px;
}

.aanbod_dtls_products {
	padding-top: 50px;
	padding-bottom: 50px;
}


/*=============onderdelen details===========*/

.onder_dtls_tab .tab_sec .nav-tabs {
	position: relative;
}

.onder_dtls_tab .tab_sec .nav-tabs ::after {
	width: 79%;
	height: 1px;
	content: '';
	position: absolute;
	top: 25px;
	left: 21%;
	background-color: #e3e3e3;
}

.onder_dtls_tab .tab_sec {
	padding-top: 0px;
}


/*========thank u===========*/

.thank_u .home_banner_area_contents {
	position: relative;
	width: 60%;
	margin: 0 auto 0;
}

.thank_u .banner_btn {
	left: 0;
}

.thank_u .common_btn {
	margin: 0 auto;
	display: table;
}

.thank_u .banner_text_wrapper h1 {
	text-align: center;
}

.thank_u .banner_text_wrapper p {
	text-align: center;
	margin-bottom: 30px;
}

.thanku_txt {
	padding: 0px 15%;
}

.thank_u .banner_text_wrapper {
	padding: 60px 0px;
}


/*==========pop up===========*/

.mm-slideout {
	z-index: unset;
}

.modal_area .modal_close_img img {
	max-height: 27px;
}

.modal_area .modal-header {
	padding: 0px;
	position: relative;
	border-bottom: none;
}

.modal_area .modal_close_img {
	position: absolute;
	top: 34%;
	right: 34px;
	transform: translateY(-50%);
}

.modal_bg_area .popup_logo {
	max-height: 150px;
}

.modal_area .modal-dialog {
	margin-top: 10%;
	max-width: 540px;
}

.modal_bg_area {
	background: #007d64;
	padding: 55px;
	width: 100%;
	position: relative;
}

.modal_area .modal-body {
	text-align: center;
	padding: 13% 10% 70px;
}

.modal_area .modal-content p {
	text-align: center;
	margin-top: 35px;
}

.modal_area .modal-content {
	border: none;
	border-radius: 0px;
}

.pop_up_btn .common_btn {
	background-color: #007d64;
	border: 2px solid #007d64;
}

.pop_up_btn .common_btn:hover {
	background-color: #fff;
	border: 2px solid #007c62;
	color: #007c62;
}

.modal_area .modal-footer p {
	margin: 0px;
}

.modal_area #myModal {
	padding-right: 0px;
}

#myModal {
	padding-left: 0px;
}

.pop_up_logo_img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 20px;
	left: 0;
}

.pop_up_btn {
	position: absolute;
	left: 50%;
	bottom: -24px;
	width: 100%;
	transform: translateX(-50%);
}


/*=======pop up end==========*/


/*==============================================================================================*/

.morgan_footer {
	text-align: center;
	background: #000;
	padding: 7px 0px 5px;
}

.kenteken_np {
	background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding: 8px 0 6px 30px;
}
.no_record{
	padding:6% 0px 6%;
	text-align:center;
	font-size:24px;
	font-family: 'Montserrat bold';
	color: #000;
}
.top_bar ul li.social_icon
{
	display:block;
}
.cursor
{
	cursor:pointer;
}
.top_area_li ul li a:hover
{
	color:#007c62;
}
/*=======cookie start==========*/
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
	padding: 35px 0;
}
.light_theme{
	background:rgba(255, 255, 255, 0.83);
	-webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75); 
	box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
	-webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75); 
	box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75);
}
.cookie_div{
	color:#9c9c9c;
	font-size: 13pt;
	font-family: 'Calibri';
}
.cookie_div h4{
	margin-bottom: 15px;
	font-size: 13pt;
	font-family: 'Calibri';
}
.light_theme h4{
	color:#2a2a2a;
}
.dark_theme h4{
	color:#c9c9c9;
}
.cookie_div a{
	color:#38b6be;
	font-size: 13pt;
	font-weight:bold;
	margin-left:8px;
	font-family: 'Calibri';
}
.cookie_div button{
	color:#3c935c;
	font-size: 12pt;
	background:#e6f8ed;
	font-weight: bold;
    border: 0;
    padding: 13px 25px;
	margin:5px 0;
	cursor: pointer;
	font-family: 'Calibri';
}
.top_gapping{
    background: #3a3a3a;
    padding: 59px 0px;
	position: relative;
}
.top_gapping:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 45%;
	-webkit-clip-path: polygon(0 0, 66% 0, 85% 100%, 0% 100%);
	clip-path: polygon(0 0, 66% 0, 85% 100%, 0% 100%);
	background-color: rgba(18,18,18,1);
	content: '';
	z-index: 0;
	height: 100%;
}
.aanbod_area{
	background:#fff;
	position:relative;
	padding-top:90px;
	margin-top: -1px;
}
.onez-acties-text-content h2 {
	margin-bottom: 20px;
	font-family: 'Montserrat Bold';
    font-size: 24px;
    color: #000;
}
.onez-acties-text-content p {
	color: #828282;
	text-align: justify;
}
.error_background {
    height: 108px;
}
.active_flag{    
	-webkit-box-shadow: 0px 0px 9px 2px rgb(237, 145, 34);
    -moz-box-shadow: 0px 0px 9px 2px rgba(148,148,148,1);
    box-shadow: 0px 0px 9px 2px rgb(237, 145, 34);
}
#google_translate_element{
	height: 0;
    overflow: hidden;
}
.skiptranslate{
    height: 0;
    overflow: hidden;
    visibility: hidden !important;
}
.whatsapp_button {
    position: fixed;
    bottom: 0px;
    width: 225px;
    z-index: 9999;
    right: 50px;
}
#mobile-contact-bar {
    display: none;
  }
.main_logo{
	width: 125px;
}
.rdw_logo{
	margin-left: 50px;
	width: 125px;
}
.tuv_logo{
	margin-left: 25px;
	width: 75px;
}
.whatsapp_link{
	display: flex;
	align-items: center;
}
.whatsapp_button_content{
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-left: 35px;
	position: absolute;
}
.whatsapp_button_content img{
	width: 25px;
}
.whatsapp_button_content p{
	margin: 0;
	margin-left: 15px;
	font-size: 16px;
	color: white;
}
.homeplts-wrap{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.homeplts-wrap-images img{
	width: 140px;
}
.homeplts-wrap-images img:last-child{
	width: 100px;
	margin-left: 10px;
}
/*************************/
.onez-collegue .member-slider-wrapper ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
.onez-collegue .member-slider-wrapper li{
	width:24.5%;
	display:inline-block;
	padding:0px .5%;
}
.footer_logo_slider{
	display:inline-block;
	width: calc(94% - 130px);
    margin: 0 3%;
	height:100px;
	overflow:hidden
}
.footer_logo_slider a{
	display:inline-block;
	margin: 0 25px;
	height:100px;
	line-height: 100px;
}
.footer_logo_slider a img
{
	line-height: 100px;
}
#logoParade {
    width: 100%;
    position: relative;
}
#logoParade div.scrollWrapper{
    padding: 0px;
}
.vragen_form .card-header {
	margin-bottom: 10px !important;
}
.doeeenbod_form .card-header
{
	background-color: #68808e !important;
	border: 2px solid #68808e !important;
}
.right_button
{
	transform: rotate(-90deg);
    transform-origin: 80% 0;
	position: fixed;
    right: 0;
    z-index: 999999;
    display: none;
}

#accordion1 .card-header{
	background-color: #f7f7f7 !important;
	color:#000 !important;
	width: 100%;
	margin: 0;
}
#accordion1 .card-header.collapsed{
	background-color:#68808e !important;
	color:#fff !important;
}
#accordion1 #collapseOne1
{
	background-color:#f7f7f7 !important;
	padding-top: 40px;
	margin-right: 5px;
}
#accordion1 .card{
	background-color:#f7f7f7 !important;
}
@media (max-width: 991px){
.onez-collegue .member-slider-wrapper li{
	width:49%;
	padding-bottom:15px;
	}
	.right_button
	{
		display:block;
	}
	#accordion1 .card-header {
		margin: auto;
	}
	#accordion1 #collapseOne1 {
		margin-right: auto;
	}
	.aanbod_detail_tab_sec .accordion #collapseOne1 {
		padding: 15px;
		padding-top: 15px;
	}
}
@media (max-width: 767px){
.onez-collegue .member-slider-wrapper li{
	width:100%;
	padding-bottom:15px;
	}
}
/******************new add for mobile******************/
.home_banner{
	padding-top: 80px;
}
.mobile-left-btn{
	position:fixed;
	top:20px;
	left:48px;
	display:none;
	text-align: center;
	font-weight: bold;
    letter-spacing: 0.5px;
	z-index:2;
}
.mobile-left-btn img{
	max-height: 25px;
}
.mobile-left-btn span{
	font-size:9px;
	color:#357a63;
	font-family: 'Montserrat medium';
	display:block;
	padding-top:5px;
}

.header.stiky {
	top: 0px;
	width: 100%;
	position: fixed;
	-webkit-transition: all 1s;
	transition: all 1s;
	z-index: 2;
	padding: 8px 0px;
}
@media (max-width: 991px){
	.mobile-left-btn{
		display:block;
	}
	.right_button{
		display:none;
	}
	.header{
		position:fixed;
		z-index:2;
		-webkit-transition: all 1s;
		transition: all 1s;
	}
}
@media (max-width: 767px){
.mobile-left-btn {
    left: 15px;
}

}
@media (max-width: 480px){

.home_banner {
	padding-top: 40px;
}
.mobile-left-btn img {
    max-height: 25px;
}
}
.videocode{
	position:relative
}

.videocode:after{
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.6);
	top:0px;
	left:0px;
	content:'';
}
.videocode img{
	z-index:9;
}
.big_image {
    position: absolute;
    top: 50% !important;
    left: 50%;
    width: 55px !important;
    transform: translate(-50%, -50%);
}


/*************************new add********************/
.new-contact-info{
	padding: 50px 70px;
}
.new-contact-info h4{
	position: relative;
	margin-bottom: 50px;
	text-align: left;
}
.new-contact-info h4:after {
    position: absolute;
    bottom: -22px;
    left: 0;
    content: '';
    background-color: #007c62;
    width: 55px;
    height: 1px;
}
.new-contact-info img{
	width: 18px;
	height: 18px;
	margin-right: 10px;
}
.new-contact-info .common_btn{
	margin-right: 15px;
}
.new-contact-info .common_btn:hover{
	background-color: #007c62;
	color: #fff;
}
.new-contact-info p{
	margin-bottom: 60px;
}
/****************for vacature dtl form************/
.vacture_dtls_form_cover .new-contact-info .common_btn{
	display: block;
	margin-right: 0;
	margin-top: 15px;
}
.vacature-content-wrap{
	padding-right: 80px;
}
.vacture_dtls_form_cover .new-contact-info{
	padding-left: 0;
	padding-right: 0;
}
.specialist-sec .new-collectie-btn{
	display: inline-block;
	max-width: 260px;
}
.specialist-sec .tour-btn-wrap{
	display: inline-block;
	max-width: 260px;
	width: 100%;
	margin-left: 4px;
}
.tour-btn-wrap .common_btn {
	max-width: 100%;
}
#loader_section{
	display:none;
	width:100%;
	position: fixed;
	top: 0;
	background: #000000b8;
	z-index: 9999999999;
	height: 100vh;
	padding: 30vh 0px;
}
#loader_section p{
	color:#fff;
	font-size:18px;
	text-align: center;
}
#loader_section img{
	width: 100px;
	margin-bottom: 25px;
}
@media (max-width: 1599.98px){
	.new-contact-info{
		padding: 50px 40px;
	}
	.new-contact-info .common_btn{
		max-width: 220px;
		margin-right: 7px;
	}
	.specialist-sec .new-collectie-btn, .specialist-sec .tour-btn-wrap{
		max-width: 235px;
		font-size: 13px;
	}
	.specialist-sec  .specialist-sec-text {
		padding-right: 0;
	}
	.new-collectie-btn-cover{
		white-space: nowrap;
	}
}
@media (max-width: 1199.98px){
	.new-contact-info h4{
		font-size: 18px;
	}
	.new-contact-info{
		padding-left: 0;
		padding-right: 0;
	}
	.new-contact-info .common_btn{
		max-width: 200px;
	}
	.specialist-sec .new-collectie-btn, .specialist-sec .tour-btn-wrap{
		display: block;
		max-width: 250px;
		margin:0 0 10px;
	}
}
@media (max-width: 991px){
	.contact-form{
		max-width: 430px;
    	width: 100%;
    	padding-bottom: 0;
	}
	.new-contact-info p {
	    margin-bottom: 40px;
	}
	/**********************vacature dtl form******************/
	.vacture_dtls_form_cover .contact-form.new-contact-info{
		max-width: 100%;
	}
	.new-vacature-form-dtl .vacture_dtls_form_cover{
		width: 100%;
	}
	.specialist-sec .new-collectie-btn, .specialist-sec .tour-btn-wrap{
		display: inline-block;
	}
	.specialist-sec .tour-btn-wrap{
		margin-left: 4px;
	}
}
@media (max-width: 480px){
	.new-contact-info .common_btn{
		margin-bottom: 10px;
	}
	/**********************vacature dtl form******************/
	.vacature-content-wrap {
	    padding-right: 0px;
	}
	.vacature-content-wrap .new-contact-info p {
	    margin-bottom: 15px;
	}
	.specialist-sec .new-collectie-btn, .specialist-sec .tour-btn-wrap{
		display: block;
		margin:0 0 10px;
	}
}