@import "fonts.css";
@import "common.css";
body {
	padding: 0px;
	margin: 0px;
	position: relative;
}
.dblock {
	display: none
}
/*****************for mobile menu*************/
#menu.mm-menu {
  background: #121212;
  border-color: rgba(255,255,255,0.2);
  color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
  color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
  background-color: rgba(255,255,255,0.2);
}
.mm-menu .mm-listview>li .mm-next:after, .mm-menu .mm-btn:before{
  border-color: #fff;
}
.mm-listview>li .mm-next:before{
  border-color: rgba(255,255,255,0.2);
}
.mm-btn.mm-prev{
  border-right: 2px solid rgba(255,255,255,0.2);
  width: 50px;
}
#menu.mm-menu .submenu{
	background: transparent;
	top: auto;
}
.header_area {
	border-bottom: 1px solid #fff;
	height: 96px;
	position: absolute;
	width: 100%;
	top: 0px;
	z-index: 99;
	transition: all 0.5s;
	/*background: rgba(216,216,216,0.16);*/
	background:rgba(0,0,0,0.5);
}
.header-logo-wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 2;
}
.header-logo-wrap .container{
	height: 100%;
}
.header-logo-wrap .navbar-brand{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.header-logo-wrap .custom_adjust, .footer_logo img{
	width: 180px;
}
.desktop_nav {
	/*border-bottom: 1px solid rgba(151,151,151,0.16);
	height: 96px;
	position: absolute;
	width: 100%;
	top: 0px;
	z-index: 99;
	transition: all 0.5s*/
}
.desktop_nav .navbar-nav{
	position: relative;
	z-index: 2;
}
.desktop_nav {
	padding: 0px
}
.desktop_nav .navbar-nav .nav-item {
	padding: 0px 15px;
}

.desktop_nav .navbar-nav .nav-link {
	font-size: 14px;
	position: relative;
	padding: 37px 0px;
	font-family: 'Acumin Pro medium';
	color:#ffffff;
}
.desktop_nav .navbar-nav .nav-item .nav-link:after {
	position: absolute;
	width: 0%;
	height: 3px;
	background: #fff;
	bottom: 0px;
	content: '';
	left: 0px;
	transition: ease 0.5s
}
.desktop_nav .navbar-nav .nav-item .nav-link:hover:after, .desktop_nav .navbar-nav .nav-item.active .nav-link:after {
	width: 100%;
	transition: ease 0.5s
}
.desktop_nav.navbar-dark .navbar-nav .active>.nav-link{
	color: #0076c0;
}
.desktop_nav .navbar-nav .nav-item.active .nav-link:after{
	background: #0076c0;
}
.social-icons{
	display: inline-block;
	margin-left: 40px;
	position: relative;
    top: -12px;
}
.social-icons img{
	width: 20px;
}
.social-icons a{
	margin-right: 20px;
}
.navbar_contact {
	margin-right: 20px;
	position: relative;
	z-index: 2;
}
.navbar_contact ul li {
	display: inline-block;
	padding: 0px 15px
}
.navbar_contact ul li a table tr td {
	color: #fff;
	font-size: 16px;
	font-family: 'Acumin Pro light';
}
.navbar_contact ul li a table tr td:first-child {
	padding-right: 10px
}
.navbar_contact ul li a table tr td:last-child {
	font-family: 'Futura Md BT';
}
.nav-item.dropdown:hover .dropdown-menu{
	display:block;
}
.footer_area {
	background: #1e1e1e;
	padding: 70px 0px 80px;
}
.footer_nav {
	margin-top: 20px
}
.footer_nav ul li {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding: 0px 15px;
	font-family: 'Acumin Pro medium';
}
.each_footer_tab h4 {
	padding-bottom: 15px
}
.each_footer_tab p {
	font-family: 'Acumin Pro light';
	font-size: 16px;
	color:#fff;
}
.each_footer_tab table {
	width: 100%
}
.each_footer_tab table tr td {
	color: #fff;
	font-family: 'Acumin Pro light';
	font-size: 16px
}
.each_footer_tab table tr td:first-child {
	font-family: 'Acumin Pro bold';
}
.footer_social {
	/*margin-top: 40px*/
}
.footer_social li {
	display: inline-block;
	padding: 0px 12px;
}
.footer_social li:first-child {
	padding-left: 0px
}
.footer_social li:last-child {
	padding-right: 0px
}
.footer_dtls {
	margin-top: 120px
}
.slider_content {
	padding: 30% 0px
}
.slider_content h1 {
	padding-bottom: 15px
}
.slider_content .default_btn {
	margin-top: 40px
}
/*.header_area.fixed {
	position: absolute;
	top: -100%;
	transition: all 0.5s;
	background: #28aae0
}
.header_area.stky {
	position: fixed;
	top: 0px;
	transition: all 0.5s;
	width: 100%;
	z-index: 999
}*/
.header_area.stky {
	position: fixed;
	top: 0px;
	transition: all 0.5s;
	width: 100%;
	z-index: 999;
	background: #1c1c1c;
	border-bottom: 0;
}
.stkyaa
{
	position: fixed;
	top: 0px;
	transition: all 0.5s;
	width: 100%;
	z-index: 999;
	background: #3d3d3d;
}
.round_box {
	width: 70px;
	border-radius: 100%;
	border: 2px solid #fff;
	background: none;
}
.round_box span {
	height: 65px;
	display: table;
	width: 100%
}
.round_box span span {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}
.round_icon_area ul {
	font-size: 0px;
	display: flex;
    justify-content: center;
}
.round_icon_area ul li {
	display: inline-block;
	width: 33.33%;
	padding: 0px 50px;
	border-left: 1px solid #fff
}
.round_icon_area ul li:first-child {
	border-left: 0px
}
.round_icon_area ul li table tr td {
	font-family: 'Acumin Pro medium';
	font-size: 18px;
	color: #fff;
	text-align: justify;
}
.round_icon_area ul li table tr td:first-child {
	padding-right: 20px
}
.round_icon_area ul li:hover table tr td:first-child .round_box {
	background: #0076c0;
}
.round_icon_area {
	position: absolute;
    /* margin-top: -160px; */
    z-index: 99;
    background: rgba(216,216,216,0.16);
    padding: 50px 0px;
    width: 100%;
    /* height: 100%; */
    bottom: 26px;
}
.product_dtls {
	background: #fff;
	padding: 20px 15px;
	border: 2px solid #f2f2f2;
    border-top: 0;
}
.car_name {
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
   /* height: 34px;*/
}
.car_name table tr td {
	vertical-align: top;
}
.car_name table tr td h4 {
	color: #4c4c4c
}
.car_name table tr td:first-child {
	/*padding-right: 25px;*/
}
.car_name table tr td p {
	font-family: 'Acumin Pro medium';
	font-size: 14px;
	color: #4c4c4c;
	/*height: 34px;
	overflow: hidden;*/
	margin-bottom: 0;
	margin-top: 10px;
}
.price_area table {
	width: 100%;
}
.price_area table tr td {
	font-family: 'Acumin Pro medium';
	font-size: 14px;
	color: #4c4c4c;
	position: relative
}
.price_area  table tr td h4 {
	color: #4c4c4c;
	font-size: 15px;
}
 .price_area td:first-child{
	width:73%;
}
.car_dtls {
	padding-top: 20px;
}

.first_product_wrapper {
	position: relative
}
.first_product_slider {
	padding: 80px 0px 11px;
}
.first_product_wrapper .swiper-button-next {
	right: -60px;
	left: auto;
}
.first_product_wrapper .swiper-button-prev {
	left: -60px;
	right: auto;
}
.second_product_slider {
	padding-top: 20px
}
.section_heading {
	margin-bottom: 80px
}
.second_slider_btn {
	margin:20px 0px 40px;
}
.each_gallery {
	height: 340px;
	position: relative;
	overflow: hidden;
	margin-bottom: 8px;
	cursor:pointer;
}
.each_gallery:after {
	position: absolute;
	top: 0px;
	left: 0px;
	content: '';
	background-color: rgba(0,0,0,0.65);
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.gallery_content {
	position: absolute;
	top: 80%;
	z-index: 99;
	width: 100%;
	padding: 0px 40px;
	transition: all 0.5s;
}
.gallery_content h4 {
	color: #fff;
	padding-bottom: 20px
}
.gallery_content p {
	color: #fff;
	font-size: 0px;
	font-family: 'Acumin Pro extralight';
}
.each_gallery:hover:after {
	opacity: 1;
	transition: all 0.5s;
}
.each_gallery:hover .gallery_content {
	position: absolute;
	transition: all 0.5s;
	top: 50%;
	transform: translateY(-50%)
}
.each_gallery:hover .gallery_content p {
	font-size: 14px;
}
.gallery_content.no_hover {
	position: absolute;
	transition: all 0.5s;
	top: 50%;
	transform: translateY(-50%)
}
.white_box {
	background: #f6f6f6
}
.white_box_gallery_content {
	padding: 0px 45px;
	vertical-align: middle
}
.white_box_gallery_content p {
	color: #212529;
	text-align: justify;
	margin: 20px 0px;
	font-family: 'Acumin Pro extralight';
	font-size: 14px
}
.white_box_gallery_content .default_btn {
	margin-top: 10px
}
.white_box:hover:after {
	display: none
}
.counter_area {
	padding: 100px 0px
}
.counter_sec_left .section_heading {
	margin-bottom: 40px
}
.counter_sec_left p {
	color: #212529;
}
.diffrent_font {
	font-family: 'Bradley Hand ITC TT';
	color: #a2a2a2;
	font-size: 18px;
	padding-top: 15px
}
.counter_no span {
	font-size: 60px;
	color: #414141;
	font-family: 'Acumin Pro regular';
}
.count_txt {
	font-family: 'Acumin Pro bold';
	font-size: 14px;
	color: #a2a2a2
}
.counter_area_wrapper {
	margin: 40px 0px
}
.counter_area_right h6 {
	text-transform: uppercase;
	letter-spacing: 1px;
	float: right;
	display: inline-block;
	position: relative;
	padding-left: 60px
}
.counter_area_right h6:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 120px;
	height: 2px;
	background: #414141;
	content: '';
	right: 100%
}
.big_txt_area {
	/*height: 415px;
	width: 324px;*/
	height: 308px;
	width: 280px;
	margin-top: 60px;
	margin-right: 0px;
	margin-left: auto;
	padding: 20px;
	display: table;
}
.big_txt {
	background: #fff;
	height: 100% !important;
	width: 100%;
	vertical-align: bottom;
	padding: 0px 0px 30px 30px;
	font-family: 'Acumin Pro regular';
	display: table-cell;
	background-size: cover;
}
.big_txt h1 {
  background:url(../images/counting_img.jpg) 0px 0px no-repeat;
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*font-size: 140px;*/
  font-size: 100px;
  font-family: 'Acumin Pro medium';
}
.big_txt_area p {
	font-family: 'Acumin Pro bold';
	color: #a2a2a2;
	font-size:18px
}
.shadow_box{
margin-bottom:10px;
}
.shadow_box:hover {
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.75);
}
.counter_area .default_btn{
margin-top:50px;
}
/*-------------------diensten start-------------------*/
.middle_details_section{
    padding: 5% 0px;
}
.middle_details_section p{
text-align:justify;
}
.middle_details_section h2{
margin-bottom:36px;
}
.middle_details_section table{
	width: 100%;
	table-layout: fixed;
}
.middle_details_section table tr td:nth-child(odd){
	padding-right: 20px;
}
.middle_details_section table tr td:nth-child(even){
	padding-left: 20px;
}
.left_p{
width:95%;
}
.listview_sec_wrapper {
    border-left: 6px solid #fff;
    border-right: 6px solid #fff;
    border-top: 6px solid #fff;
}
.listview_sec .intro_text h3{
	color: #121212;
}
.listview_sec {
    width: 100%;
    position: relative;
	background:#F6F6F6;
    border-bottom: 6px solid #fff;
}
.listview_sec_wrapper .listview_sec:nth-child(even) .main_bg_img_sec {
    left: auto;
    right: 0px;
}
.main_bg_img_sec {
    position: absolute;
    width: 65%;
    left: 0px;
    top: 0px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.intro_text {
    padding: 16% 11% 16%;
    margin: 70px 0px;
	background: #fff;
}
.intro_text p{
    margin: 20px 0px 40px;
	text-align: justify;
}
.sec_right {
    border-right: 6px solid #fff;
}
.sec_left {
    border-left: 6px solid #fff;
}
/*---------------------------diensten end---------------------*/
/*-------------------------verkocht start----------------------------*/

/*-------------------------verkocht end----------------------------*/
/*-------------------------Overons start----------------------------*/
.counting_next_sec{
padding:6% 0px;
text-align:center;

}
.counting_next_sec h3{
color:#fff;

}
.counting_next_sec p{
color:#fff;
padding: 30px 16% 40px 16%;
text-align: justify;
margin-bottom: 36px;
}
.counting_next_sec .round_icon_area{
    margin-top: 30px;
	z-index: 0;
	position:static;
	background: none;
	padding:0px;
}
.gallery_sec{
margin-top:8px;
}
.each_gallery1 {
	height: 340px;
	position: relative;
	overflow: hidden;
	margin-bottom: 8px
}
.each_gallery1:after {
	position: absolute;
	top: 0px;
	left: 0px;
	content: '';
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.5s;
	background: url(../images/search.svg) rgba(0,0,0,0.5) no-repeat center center;
	background-size:30px;
}
.member-dtls{
	margin-top: 10px;
}
.gallery_content1 {
	position: absolute;
	top: 80%;
	z-index: 99;
	width: 100%;
	padding: 0px 40px;
	transition: all 0.5s;
}
.gallery_content1 h4 {
	color: #fff;
	padding-bottom: 20px
}
.gallery_content1 p {
	color: #fff;
	font-size: 0px;
	font-family: 'Acumin Pro extralight';
}
.each_gallery1:hover:after {
	opacity: 1;
	transition: all 0.5s;
}
.each_gallery1:hover .gallery_content {
	position: absolute;
	transition: all 0.5s;
	top: 50%;
	transform: translateY(-50%)
}
.each_gallery1:hover .gallery_content p {
	font-size: 14px;
}
.gallery_content1.no_hover {
	position: absolute;
	transition: all 0.5s;
	top: 50%;
	transform: translateY(-50%)
}
/*-------------------------overons end----------------------------*/
/*-------------------------------------------Shreya----------------------------------------------*/
/*-------------------------contact start----------------------------*/
.con_map
{
width:100%;
height:448px;
}
.con_right {
	width: 100%;
	padding-top: 20px;
}

.right_wappr {
	width: 100%;
	left: 0px;
}

.right_wappr .form-control {
	min-height: 50px;
	font-family: 'Acumin Pro extralight';
	resize: none;
	font-size: 16px;
	border-radius: 0px;
	border: 2px solid #f2f2f2;
	background-color: #fbfbfb;
	color:#000;
}

.right_wappr .form-control::placeholder {
	color: #000;
	opacity: 1;
}
.contact_contnt h2
{
	margin-bottom:30px;
}
.cont_left p
{
	font-family: 'Acumin Pro light';
	font-size:16px;
	color:#121212;
}
.cont_left table tr td:nth-child(2)
{
	font-family: 'New Rail Alphabet White';
	color:#979696;
	padding-left: 20px;
	padding-top: 8px;
}
.opeing
{
	font-size:16px;
	font-family: 'New Rail Alphabet Medium';
	padding-top: 40px;
}
.opeing span
{
	font-family: 'New Rail Alphabet White';
	color:#979696;
}
.sub_cont
{
	padding-top:40px;
}
.contact_contnt{
	padding:3% 0px 50px;
}
/*-------------------------contact end----------------------------*/
/*-------------------------diensten_sub1 start----------------------------*/
.sub1
{
	background-color:#f2f2f2;
	padding: 65px 0px 6%;
}
.services1_itm
{
	width: 100%;
    position: relative;
	background-color:#f2f2f2;
	padding: 2% 0% 0%;
}
.service_menu p
{
	color:#121212;
	margin-top:20px;
}
.service_menu{ 
	display:table; 
	width:100%;
	padding-left: 50px;
	height: 100%;
}
.service_menu_txt{ 
	display: table-cell;
    vertical-align: middle;
}
.diensten_icon_area {
    /*position: absolute;*/
	margin: 20px 0px 20px 0px;
	width: 100%;
    background-color: #0076c0;
}
.diensten_icon_area ul {
    font-size: 0px;
}
.icon_area{
	/*width: 50%;*/
}
.diensten_icon_area ul li:first-child {
    border-left: 0px;
}
.diensten_icon_area ul li {
    display: inline-block;
    width: 33.33%;    
	padding: 20px;
    border-left: 10px solid #fff;
}
.diensten_icon_area ul li table tr td:first-child {
    padding-right: 20px;
}
.diensten_icon_area ul li table tr td {
    font-family: 'Acumin Pro medium';
    font-size: 18px;
    color: #fff;
}
.services1_itm hr {
    margin-top: 5rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #e6e6e6;
}
/*.right_wappr .default_btn:hover {
    margin: 20px 0px;
}*/
.footer_upper_banner h2{
text-align:center;
}
.footer_upper_banner .slider_content {
    padding: 25px 0px 0px;
}
.footer_upper_banner .swiper-container {
    z-index: 0;
}
.footer_upper_banner .each_gallery {
    height: 245px;
}
/*-------------------------diensten_sub1 end----------------------------*/
/*----------------------------------------------------sanchita start---------------------------------------*/
/*---------aanbod start----------*/

.aanbod_selection_sec .each_select_area {
    margin-bottom: 10px;
}
.aanbod_selection_sec .each_select_area .select_styl {
    border: 2px solid #f2f2f2;
	background-color:#fbfbfb;
	color: #000;
}
.selection_btn_sec .select_btn_area:nth-child(2) {
	margin-top: 10px;
}
.select_btn_area .default_btn {
    width: 100%;
    background: #0076c0;
    max-width: 100%;
	height:53px;
}
.aanbod_selection_sec .btn_dropdown .aanbod_select_style {
    border: 2px solid #f1f1f1;
	background-color:#fbfbfb;
    margin-top: 10px;
    color: #c4c4c4;
}
.aanbod_form_area{
	width: 82%;
    margin: 40px auto 0;
    display: table;
   /*-webkit-box-shadow: -6px 9px 21px -5px rgba(0,0,0,0.39);
-moz-box-shadow: -6px 9px 21px -5px rgba(0,0,0,0.39);
box-shadow: -6px 9px 21px -5px rgba(0,0,0,0.39);*/
-webkit-box-shadow: 0px 10px 20px 10px rgba(238,238,238,0.39); 
box-shadow: 0px 10px 20px 10px rgba(238,238,238,0.39);


}
 .aanbod_selection_sec .selection_sec1{
	padding-left:10px;
	padding-right: 0px;
 }
 .aanbod_selection_sec .selection_sec{
	padding-right:0px;
 }
 .aanbod_form_area h3 span{
	color:#0076c0;
 }
 .aanbod_form_area_heading{
	  border-bottom: 2px solid #f1f1f1;
 }
 .aanbod_form_area h3{
	  padding: 15px 0px 15px 42px;
 }
 .aanbod_selection_box_sec{
	padding:42px 42px 30px;
 }
 .aanbod_selection_sec .selection_btn_sec{
	padding-left:10px;
 }
 .aanbod_product_contents{
	/*border:2px solid #f1f1f1;*/
	padding: 0px;
 }
 .aanbod_slider_part .aandod_car_panel{
	padding-bottom:50px;
	cursor: pointer;
 }
 .aanbod_slider_part{
	padding:60px 0px;
 }
 .actie_banner_slidere .swiper-button-prev{
	left:0px;
 }
 .actie_banner_slidere .swiper-button-next{
	right:0px;
 }
 .aanbod_slider_part .car_overlay_caption h3{
	color:#fff;
	text-align:left;
 }
 .aanbod_slider_part .car_overlay_caption h3 span{
	color:#0076c0;
 }
 .aanbod_slider_part .car_overlay_caption{
	padding:10% 30px;
 }
.aanbod_slider_part .car_overlay_caption p{
	color:#fff;
	text-align: justify;
	margin-top: 30px;

}
.aanbod_slider_part .aanbod_overlay_btn{
	margin-top:30px;
}
.aanbod_slider_part .aanbod_overlay_btn img{
	margin-right:7px;
}
.actie_title {
    border: 8px solid #ffffff;
}
/*.actie_section {
    width: 100%;
    position: relative;
}*/
.aanbod_middle_banner {
    padding-right: 0px;
    padding-left: 0px;
}
.actie_title .diensten_hight_cal {
    border-right: 8px solid #ffffff;
}
.actie_title .actie_right {
    width: 100%;
    text-align: justify;
    background-color: #f7f7f7;
    padding: 12% 11% 11% 15%;
}
.actie_right h3 span{
	color:#0076c0;
} 
.actie_title .slider_nxt_panel_btn{
	padding-top:40px;
}
.aanbod_middle_banner .diensten_img{
	height:100%;
}
.actie_title .actie_right p{
	margin-top:35px;
}
.banner_nxt_colection_panel {
   padding:8% 0px 3%;
}
.banner_nxt_colection_panel .collection_right_side_btn .default_btn {
    margin-top: 0px;
	padding: 0px;
}
/*.banner_nxt_colection_panel .collection_content_sec {
    padding-top: 20px;
}*/
.banner_nxt_colection_panel .collection_content_sec h3{
	font-size:18px;
	color:#cecece;
}
.banner_nxt_colection_panel .collection_content_sec h3 span{
	color:#54bee6;
}
.banner_nxt_colection_panel .colection_logo_content h2{
	font-family: 'Acumin Pro bold';
	display:inline-block;
	vertical-align: middle;
	color:#444444;
}
.banner_nxt_colection_panel .logo_img_area{
	display:inline-block;
	margin-right:30px;
	
}
.banner_nxt_colection_panel .colection_logo_content{
	padding-top:40px;
}
.aanbod_details_slider .ms-container{
	background-color:#191e24;
}
.aanbod_details_slider .ms-skin-default .ms-nav-prev{
	background: url(../images/multiprev.png) no-repeat center center;
	left:-70px;
}
.aanbod_details_slider .ms-skin-default .ms-nav-next{
	background: url(../images/multinxt.png) no-repeat center center;
	right: -70px !important;
}
/*------tabber section start---*/
.aanbod_detail_tab_sec {
   padding: 40px 0px;
}
.aanbod_detail_tab_sec .tab_background_sec {
    padding: 20px 0px;
}
.aanbod_detail_tab_sec .nav-tabs {
    border-bottom: 0px;
	display: block;
    font-size: 0px;
	text-align:right;
}
.aanbod_detail_tab_sec .tab_sec .nav-tabs .nav-item {
    border-bottom: none;
    margin-bottom: -1px;
    width: 24%;
   margin: 0px 9px 10px 0px;
    text-align: center;
    background-color: #eaeaea;
    color: #121212;
	display:inline-block;
}
.aanbod_detail_tab_sec .tab_sec .nav-tabs .nav-item a:hover{
    color: #fff;
    background-color: #0076c0;
}
.aanbod_detail_tab_sec .tab_sec .nav-tabs .nav-item:last-child{
	margin-right:0px;
}
.aanbod_detail_tab_sec .nav-tabs .nav-link {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
	position:relative;
}
.aanbod_detail_tab_sec .tab_sec .nav-tabs .nav-link:after{
	width: 0;
    height: 0;
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    border-top: 18px solid #0076c0;
    position: absolute;
    top: 98%;
    left: 50%;
    transform: translatex(-50%);
    content: '';
	opacity:0;
}
.aanbod_detail_tab_sec .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #0076c0;
}
.aanbod_detail_tab_sec .nav-tabs .nav-link.active:after{
	opacity:1;
}
.aanbod_detail_tab_sec .nav-link {
    font-family: 'Acumin Pro medium';
    font-size: 14px;
    padding: 13px 0px;
}
.aanbod_detail_tab_sec .tab_content_wrapper {
    background-color:#fcfcfc;
    padding: 40px 15px 40px;
}
.aanbod_detail_tab_sec .tab_sec .nav-tabs .nav-item:nth-child(4) {
    margin: 0px 0px 10px;
}
/*#home ul {
    list-style-image: url('../images/tabbullet.png');
	width: 100%;
}*/
#home ul li {
    line-height: 25px;
	font-family: 'Acumin Pro bold';
    font-size: 14px;
    width: 45%;
    /*float: left;*/
	display: inline-block;
	word-break: break-word;
	padding-bottom:0px;
}
#home ul li:nth-child(even) {
    list-style: none;
    font-family: 'Acumin Pro medium';
}

.tab_content_wrapper .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.tab_hedaing h4{
	color: #121212;
	border-bottom: 1px solid #121212;
}
/*.bullet_panel ul {
    list-style-image: url(../images/tabbullet.png);
    margin-left: 15px;
}*/
.aanbod_detail_tab_sec .tab-content ul li {
    font-family: 'Acumin Pro medium';
    font-size: 14px;
    color: #121212;
    padding-bottom: 6px;
	word-break: break-word;
    position: relative;
	padding-left: 20px;
}
.bullet_panel ul li {
    padding-left: 10px;
}
.tab_content_wrapper .tab-pane .tab_hedaing h6 {
    color: #121212;
    border-bottom: 1px solid #121212;
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
}
.aanbod_detail_tab_sec .photo_upld {
    min-height: 48px;
    resize: none;
    font-size: 14px;
   font-family: 'Acumin Pro medium';
    background-color: #191919;
    color: #ffffff;
    text-align: center;
    padding: 13px;
    border-radius: 5px;
}
.aanbod_detail_tab_sec .side_content_section{
	padding:30px 30px 0px;
}
.aanbod_detail_tab_sec .side_content_backgrund_color{
	background-color:#fcfcfc;
	padding-bottom: 30px;
}
.aanbod_detail_tab_sec .side_content_section .table-price table tr td{
	font-family: 'Acumin Pro bold';
	font-size: 14px;
    color: #121212;
}
.aanbod_detail_tab_sec .side_content_section .table-price td:nth-child(2) {
    color: #868686;
    text-align: right;
	font-size:24px;
	font-family: 'Acumin Pro medium';
}
.aanbod_detail_tab_sec .side_content_section .table-price td span {
   font-family: 'Acumin Pro bold';
    font-size: 34px;
	color: #0076c0;
	display: inline-block;
	padding-right: 6px;
}
.aanbod_detail_tab_sec .side_content_section .table-price table {
	width:100%;
}
.aanbod_detail_tab_sec .table-price{
	border-bottom:1px solid #dddddd;
	padding-bottom: 26px;
}
.aanbod_detail_tab_sec .detail_man_img_area{
	padding-top:30px;
}
.aanbod_detail_tab_sec  .detail_man_img_heading p{
	font-size:16px;
	color:#8b8b8b;
	margin: 20px 0px;
}
.aanbod_detail_tab_sec  .detail_man_img_heading h2{
	font-size:23px;
	color:#414141;
}
.aanbod_detail_tab_sec .detail_man_img_heading{
	padding-top:30px;
}
.aanbod_detail_tab_sec .phone_icon{
	display:inline-block;
	margin-right:38px;
}
.aanbod_detail_tab_sec .side_content_icon_area p{
	display:inline-block;
	color:#121212;
	font-size: 16px;
	margin: 20px 0px 10px;
	font-family: 'Acumin Pro light';
}

.side_content_icon_area img{
	width: 36px;
	/*height: 26px;*/
}
.aanbod_detail_tab_sec .side_content_btn .default_btn{
	max-width:100%;
	text-align:left;
	padding: 0px 35px;
}
.aanbod_detail_tab_sec .side_content_btn .default_btn img{
	margin-right:54px;

}
.aanbod_detail_tab_sec .side_content_btn{
	margin-top:35px;
}
.tabber_upper_sec table{
	width:100%;
}
.aanbod_detail_tab_sec .tabber_upper_sec{
	padding:30px 0px 60px 60px;
}
.tabber_upper_sec tr td {
	font-family: 'Acumin Pro bold';
	font-size: 14px;
	color:#121212;
	padding-bottom:17px;
}
.tabber_upper_sec tr td span{
	font-family: 'Acumin Pro extralight';
	color:#868585;
}
.aanbod_detail_tab_sec .btn_tab .default_btn{
	max-width:30%;
}
/*----vercocht-----*/
.vercocht_slider{
	padding:130px 0px 45px;
}
/*----vacatures-----*/
.vacatures_banner_nxt_panel .right_area_content_sec h3{
	font-size:33px;
}
.vacatures_banner_nxt_panel .right_area_content_sec p{
	margin:30px 0px;
	text-align:justify;
}
.vacatures_banner_nxt_panel .right_area_content_sec{
	border-bottom:2px solid #f1f1f1;
	padding-bottom:30px;
}
.vacatures_banner_nxt_panel .pdf_heading_area h3{
	font-size:24px;
}
.vacatures_banner_nxt_panel .right_content_btn_area{
	text-align:right;
}
.vacatures_banner_nxt_panel .right_area_pdf_content{
	border-bottom:2px solid #f1f1f1;
	padding:40px 0px;
}
.vacatures_banner_nxt_panel{
	border:4px solid red;
}
.color_bullet_para{
	display: inline-block;
    vertical-align: top;
}
.vacatures_banner_nxt_panel .left_content_werkplate h3{
	font-size:24px;
	display: inline-block;
}
.vacatures_banner_nxt_panel .left_content_werkplate span{
	font-size:14px;
	font-family: 'Acumin Pro medium';
	color: #414141;
}
.vacatures_banner_nxt_panel .color_bullet_img{
	display: inline-block;
    width: 8%;
    vertical-align: top;
}
.vacatures_banner_nxt_panel .color_bullet_para {
    display: inline-block;
    width: 90%;
	text-align:justify;
}
.vacature_right_side_border{
	border-right:2px solid red;
}
.tabs_bttn_area ul {
    border-bottom: 0px;
}
.tabs_bttn_area ul li {
    display: block;
    width: 100%;
    /*margin-bottom: 8px !important;*/
}
.tabs_bttn_area ul li a {
    background: #e5e5e5;
    font-family: 'Montserrat bold';
    font-size: 16px;
    color: #f0f0f0;
    padding: 35px 20px;
    border-radius: 0px !important;
    border: 0px !important;
}
.tabs_bttn_area ul li:last-child {
    margin-bottom: 0px !important;
}
.tab_context {
    vertical-align: middle;
}

.color_bullet_para p{
	color:#212529;
}
/*----vacatures-----*/
.vacature_tab_area .right_area_content_sec h3{
	font-size:33px;
}
.vacature_tab_area .right_area_content_sec p{
	margin:30px 0px;
	text-align:justify;
}
.vacature_tab_area .right_area_content_sec{
	border-bottom:2px solid #f1f1f1;
	padding: 13% 0px 0px;
	width:100%;
}
.vacature_tab_area .pdf_heading_area h3{
	font-size:24px;
}
.vacature_tab_area .right_content_btn_area{
	text-align:right;
}
.vacature_tab_area .right_area_pdf_content{
	border-bottom:2px solid #f1f1f1;
	padding:40px 0px;
}
.vacature_tab_area{
	border:1px solid #f1f1f1;
}
.vacature_tab_area .left_content_werkplate h3{
	font-size:24px;
}
.vacature_tab_area .left_content_werkplate span{
	font-size:14px;
	font-family: 'Acumin Pro medium';
	color: #414141;
}
.vacature_tab_area .left_content_werkplate p{
	margin: 20px 0px;
    text-align: justify;
	color: #121212;
}
/*.vacature_tab_area .color_bullet_img{
	display: inline-block;
    width: 8%;
    vertical-align: top;
}*/
.vacature_tab_area .color_bullet_para {
    display: inline-block;
    width: 90%;
	text-align:justify;
}
.vacature_tab_area .tabs_bttn_area{
	display:inline-block;
	width:40%;
	vertical-align: top;
}
.vacature_tab_area .vacature_tab_details{
	display:inline-block;
	width:53%;
	margin-left: 3%;
}
.vacature_tab_area .tabs_bttn_area ul {
    border-bottom: 0px;
}
.vacature_tab_area .tabs_bttn_area ul li {
    display: block;
    width: 100%;
}
.vacature_tab_area .tabs_bttn_area ul li a {
    background: #f0f0f0;
    font-family: 'Montserrat bold';
    font-size: 16px;
	padding:15%;
	/*-webkit-box-shadow: inset -9px 0px 13px -3px  rgba(0,0,0,0.1);
-moz-box-shadow: inset -9px 0px 13px -3px  rgba(0,0,0,0.1);
box-shadow: inset -9px 0px 13px -3px  rgba(0,0,0,0.1);*/
}
.vacature_tab_area .tabs_bttn_area ul li:last-child {
    margin-bottom: 0px !important;
}
.left_content_werkplate h3{
	position:relative;
}
.left_content_werkplate h3:before{
	position:relative;
}
.vacature_tab_area .nav-link.active h3:before{
	background:url(../images/colorbullet.png);
	background-repeat:no-repeat;
	position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: 8px;
    right: 0px;
    left: -24px;
}
.vacature_tab_area .color_bullet_para p{
	color:#212529;
}
.vacature_tab_area .nav-tabs .nav-item {
    border-bottom: 2px solid #e5e5e5;
	border-right:2px solid #f1f1f1;
}
.vacature_tab_area .nav-tabs .nav-item:last-child{
	border-bottom:none;
} 
.vacature_tab_area .nav-tabs .nav-link {
    border:none;
    border-top-left-radius: 0rem;
    border-top-right-radius:0rem;
}
 .nav-tabs .nav-link.active {
    box-shadow: none;
}
.vacature_tab_area .tabs_bttn_area ul li a {
-webkit-box-shadow: inset -25px -1px 28px -16px rgba(194,194,194,1);
-moz-box-shadow: inset -25px -1px 28px -16px rgba(194,194,194,1);
box-shadow: inset -25px -1px 28px -16px rgba(194,194,194,1);
}
#menu {
 display: none;
}
.mm-current {
 display: block !important;
}
.grecaptcha-badge {
}
#notify_msg_div {
 position: relative;
}
.jquery-notify-bar {
 padding: 0px !important;
 margin: 0;
 position: fixed;
 width: 100%;
 background: transparent;
 z-index: 100000;
 top: 0px;
 left: 0px;
}
.notify-bar-close {
 position: absolute;
 font-size: 11px;
 left: 95%;
 top: 5px;
 color: #fff !important;
}
.jquery-notify-bar div.error {
 filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#db4444', endcolorstr='#bd3a3a');
 background-color: #E77300;
 color: #fff0f0;
 text-shadow: 1px 1px 1px #bd3a3a;
 padding: 15px;
 position: relative;
}
.jquery-notify-bar div.success {
 filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#8dc96f', endcolorstr='#509c4b');
 background-color: #8dc96f;
 color: #fff;
 text-shadow: #509c4b 1px 1px 1px;
 padding: 15px;
 position: relative;
}
#flashMessage.success {
 /*filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#8dc96f', endcolorstr='#509c4b'); background-color: #8dc96f; color: #fff; text-shadow: #509c4b 1px 1px 1px;*/
 padding: 15px;
 position: relative;
}
.error_background
{
	background-color: #0076c0;
	height:95px;
}
.kenteken_no_pleat {
    background: url(../images/kenteken_plaat.png)no-repeat center center/cover;
    width: 145px;
    height: 27px;
    text-align: center;
    display: inline-block;
 color:#000;
}
.morgan_footer
{
	text-align: center;
	background: #000;
	padding: 7px 0px 5px;
}
.footer_area{
position:relative;
}
.whatsapp_icn{
/*width:100%;*/
text-align:right;
position:fixed;
right:6%;
bottom:0px;
z-index:99;
}
.counter_sec_left p{ padding-right:25%; text-align:justify}
.hidden
{
	display:none;
}
.products_content
{
	cursor:pointer;
}
.no_record {
    text-align: center;
    color: #121212;
    margin: 10px 0px;
    font-size: 24px;
	padding: 10% 0px 3%;
    font-family: 'Acumin Pro medium';
}
.navbar_contact {
	/*margin-right: -75px*/
}
.calsty {width: 100%;height:1250px; padding:0px; background:#F6F6F6; border:none; } 

.submenu {
	position: absolute;
	min-width: 200px;
	height: auto;
	z-index: 99;
	background: #f9f9f9;
	top: 95px;
	transition: all 0.5s;
	display: none;
	padding:0px 0px;
}
.submenu li {
	display: block;
	padding: 15px !important;
	text-align:center;
	border-bottom:1px solid #d1d1d1;
}
.submenu li:last-child{
	border-width:0px;
}
.submenu li a {
	/*font-family: 'Montserrat bold';*/
	font-size:14px;
	color:black;
	
}
.submenu li:hover a {
	color: #0076c0 !important
}
.desktop_nav .navbar-nav .nav-item:hover .submenu {
	transition: all 0.5s;
	display: block;
}
.boldfnt { font-family: 'Acumin Pro bold' !important;
font-size:14px;
display:inline-block;
}
.header-phone{
	color:#fff;
}
.header-phone a{
	color:#fff;
}
.header-phone a:hover{
	color: rgba(255,255,255,.75);
}
body {
    overflow-x: hidden;
}
.right_nav{
	color:#fff;
	font-weight:bold;
}
.right_nav a:hover{
    color: rgba(255,255,255,.75);
}
.right_nav a:hover img{
	opacity:.75;
}
#menu .right_nav{
	color:rgba(0,0,0,.7)
}
#menu .right_nav a:hover{
	color:rgba(0,0,0,.6)
}
.right_bar {
	position: fixed;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 999;
	overflow: auto;
}
.open_side {
	position: fixed;
	top: 0;
	left: 0%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.overflw {
	overflow: hidden
}
.white_bar {
	background: #fff;
	position: absolute;
	right: 0;
	padding: 60px 45px 0px;
	max-width:600px;
	height: 100vh;
    overflow-y: auto;
}
.white_bar > h4 {
	color: #000;
	letter-spacing: 1px;
	padding-bottom: 15px;
	border-bottom: 1px solid #aaaaaa;
	font-size: 24px;
	color:#000;
}
.right_block {
	background: #fff;
}
.each_block {
	padding: 8px 0px;
	border-bottom: 1px solid #aaaaaa;
}
.each_block .image_area{
	margin-bottom:5px;
}
.block_dtls_headr {
	padding-top: 0px;
	
}
.block_dtls_headr > h4 {
	letter-spacing: 1px;
	color:#000;
	margin-bottom: .5rem;
}
.block_dtls_headr > h6 {
	color: #0076c0;
	font-size: 16px;
	margin-bottom: .5rem;
}
.block_dtls_headr > p{
	font-size: 16px;
	margin-bottom:0px;
}
.timmin_hour > h6 {
	color: #343434;
	margin-bottom: 0px
}
.cross_btn {
	position: absolute;
	top: 60px;
	right: 50px;
	cursor: pointer;
}
.cross_btn img {
	webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.cross_btn:hover img {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
/******************extra*********************/
.banner_area{
	position:relative;
}
.home_banner_text{
	position: absolute;
    width: 100%;
	top:0px;
	left:0px;
	height:100%;
	text-align: center;
	z-index:9;
}
.slider_bg{
	height:650px;
}
/***************************************loader********************/
#loader_section{
	display:none;
	width:100%;
	position: fixed;
	top: 0;
	background: #000000b8;
	z-index: 99999999999;
	height: 100vh;
	padding: 30vh 0px;
}
#loader_section p{
	color:#fff;
	font-size:18px;
	text-align: center;
}
#loader_section img{
	width: 100px;
	margin-bottom: 25px;
}
.navbar_contact ul li a table tr td img{
	width: 20px;
}
.footer_social img {
	width: 20px;
}
.first_product_wrapper .common_slider_arrow {
	width: 47px;
	height: 47px;
	background-color: #FFFFFF !important;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #f4f4f4;
}
.first_product_wrapper .common_slider_arrow img {
	/*max-width: 10px;
    max-height: 10px;*/
    width: 14px;
}
.whatsappBtn {
	position: fixed;
	bottom: 0px;
	width: 225px;
	z-index: 999999999;
	right: 85px;
	height: 45px;
	background-color: #4bb314;
}
.whatsappBtn .default_btn:hover, .whatsappBtn .default_btn{
	background-color: #4bb314;
	max-width: 100%;
}
.whatsappBtn img {
	padding: 0px 10px 5px 0px;
    max-width: 30px;
    max-height: 30px;
}
.onez-collegue {	
	padding-top: 50px;
	position: relative;
}
.onez-collegue:after{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 74%;
	content: '';
	background-color: #1e1e1e;
}
.member-slider-wrapper {
	position:relative;
}
.member-slider-wrapper .common_slider_arrow {
	width: 35px;
    height: 35px;
    background-color: #FFFFFF !important;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
	border: 1px solid #d0caca;
}
.member-slider-wrapper .common_slider_arrow img {
	max-width: 10px;
    max-height: 10px;
}
.member-slider-wrapper .swiper-button-next {
	right:-70px;
}
.member-slider-wrapper .swiper-button-prev {
	left:-60px;
}
 .actie_banner_slidere .common_slider_arrow{
	width: 45px;
    height: 45px;
    background-color: #ced2d9 !important;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
	border: 1px solid #d0caca;
 }
 .actie_banner_slidere .common_slider_arrow img{
	max-width: 15px;
    max-height: 15px;
}
.aanbod_overlay_btn img {
	max-width: 20px;
	max-height: 20px;
}
.vercocht_slider .products_content{
	cursor:auto;
}
.grand_coupe {
	padding: 54px 0px;
}
.grand_coupe_price {
	color:#121212;
}
.back_bttn {
	padding: 10% 0px 0px;
    text-align: right;
	background: #f2f2f2;
}
.back_bttn a {
	padding: 0px;
	max-width: 214px;
}
/*========== updated disten details===============*/
.diensten_icon_area.update-disten-area{
	background-color:transparent;
}
.diensten_icon_area.update-disten-area ul li{
	width:100%;
	border-left:0px solid #ffffff !important;
	background-color:#0076c0;
	margin-bottom:10px;
}
.workplate-wrapper-details-text h2{
	margin-bottom:25px;
	color: #121212;
}
.workplate-wrapper-details-text{
	max-width: 700px;
	width: 100%;
}
.service_menu h2{
	color: #121212;
}
.services1_itm{
	padding:50px 0px;
}
.right-section-wrapper{
	width:100%;
	/*background:#eaeaea;*/
	padding:20px;
}
.right-section-wrapper ul.social-listing{
	margin-top:30px;
}
.right-section-wrapper ul.social-listing li a{
	width:100%;
	text-align:center;
	background:#0076c0;
	padding:12px;
	margin-bottom:10px;
	position:relative;
	cursor:pointer;
	color:#ffffff;
	font-size:14px;
	font-family: 'Acumin Pro medium';
	display:block;
	line-height: 20px;
}

.right-section-wrapper ul.contact-address-listing li{
	width:100%;
	margin-bottom:10px;
}
.right-section-wrapper ul.contact-address-listing li a{
	font-family: 'Acumin Pro light';
	font-size:16px;
	color:#121212;
}
.kenmerken_tab ul li:nth-child(odd){
	background-image: url(../images/tabbullet.svg);
    background-repeat: no-repeat;
    background-position: 0% 30%;
    padding-left: 20px;
    background-size: 10px;
    font-family: 'Acumin Pro black';
}
.aanbod_detail_tab_sec .bullet_panel li:after{padding-left: 15px;
    background-size: 8px;
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../images/dot.svg);
    background-repeat: no-repeat;padding-left: 15px;
    background-size: 8px;}
.icn-adj{
	max-width:20px;
	margin-right:25px;
}
.right-section-wrapper h4{
	margin:15px 0px;
	font-family: 'Acumin Pro black';
	font-size: 24px;
	color: #414141;
	padding-left:30px;
}
.right-section-wrapper p{
	font-family: 'Acumin Pro extralight';
	color: #212529;
	font-size:16px;
	padding-left:30px;
}
.right-section-wrapper ul.contact-address-listing{
	padding-left:30px;
}
.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';
}
.diensten-content {
	padding-top: 9%;
}
.pagination{
	color:#0076c0;
	margin-top:12px;
	font-family: 'Acumin Pro medium';
}
.pagination a{
	font-family: 'Acumin Pro medium';
	font-size:18px;
	color:#d8d8d8;
}
.pagination span{
	margin:0px 15px;
	font-family: 'Acumin Pro black';
	color:#d8d8d8;
}
.wrapper{
	/*height: 580px;*/
}

.Thumbs {
   flex-basis: 100%;
    height: 580px;
}
.grand_coupe_heading h2{
	font-family: 'Acumin Pro bold';
	font-size:36px;
	color:#4c4c4c;
	margin-bottom:10px;
}
.grand_coupe_heading p{
	font-family: 'Acumin Pro light';
	font-size:24px;
	color:#000;
}
.grand_coupe_price h4{
	font-family: 'Acumin Pro bold';
	font-size:40px;
	color:#0076c0;
	margin-bottom:10px;
}
.grand_coupe_price h6{
	font-family: 'Acumin Pro light';
	font-size:24px;
	color:#121212;
    display: inline-block;
}
.grand_coupe_price{
	text-align:right;
}
.grand_coupe {
    padding: 54px 0px 10px;
}
.kenmerken_tab ul li:nth-child(odd) {
    background-image: url(../images/dot.svg);
    background-repeat: no-repeat;
    background-position: 0% 30%;
    padding-left: 20px;
    background-size: 8px;
}
.social-listing li a{
	position:relative
}
.social-listing li a span{
	position:absolute;
	right:15px;
	top:50%;
	transform:translateY(-50%);
}
.social-listing li a span img{
	filter: brightness(0%);
    filter: invert(100%);
	width:15px;
	height:auto;
}
.form-1, .form-2 {
    background-color: #f4f4f4;
    padding: 30px;
    display: none;
    margin-top: 30px;
	margin-bottom:30px;
}
.form-styl{
	font-size: 16px;
    padding: 0px 0px 0px 20px;
    resize: none;
    background-color: #fff;
    border-radius: 0px;
    font-family: 'BentonSans';
    color: #1c1c1c;
    height: 47px;
    line-height: 47px;
    display: inline-block;
    border: none;
}
/*==========pop up===========*/
.modal_area .modal_close_img img{
	max-height:50px;
}
.modal_area .modal_close_img{
	position: absolute;
    top: 20px;
    right: 20px;
}

.modal_area .modal-dialog {
    max-width:75%;
	margin-top:10%;
}
.modal_area .modal-body{ 
	padding:0px;
}
.modal_area .modal-content p{
	color:#121212;
	text-align: justify;
}
.modal_area .modal-content{
	border:none;
	border-radius:0px;
}
.pop_up_img{
	display: inline-block;
    width: 45%;
    vertical-align: top;
}
.popup_content{
	display: inline-block;
    width: 54%;
    padding-top: 8%;
    padding-left: 80px;
    padding-right: 80px;
}
.popup_content h2{
	font-size:30px;
	color:#121212;
	padding-bottom: 15px;
}
.modal_area .black_btn{
	margin-top: 40px;
}
/*=======pop up end==========*/
.cursor {
	cursor:pointer;
}
.kenteken_np {
    background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 2px 0 6px 30px;
    width: 156px;
    display: inherit;
}
.member-dtls p{
	color:#fff;
}
.member-dtls h3{
	color:#fff;
	font-size: 22px;
}
/*****************new add for dtl page*************/
.aanbod_detail_tab_sec .bullet_panel{
	margin-bottom:30px;
}
.banner_nxt_colection_panel {
    padding: 160px 0 60px;
}
.wrapper .swiper-slide img {
    display: block;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
}
.Thumbs {
    flex-basis: 100%;
    /*height: 100%;*/
}

/*.wrapper {
    height: 690px;
    display: flex;
    flex-direction: row;
}
.Gallery {
    width: 100%;
    height: 100%;
}
.wrapper .col-lg-9{
	height:100%;
}
.thumbs-wrapper{
	height:auto;
}
.thumbs-wrapper .Thumbs {
    height: 230px;
}*/
#page{
	overflow-x:hidden;
}
.services_itm {
	padding: 40px 0px 0px
}
.services_itm hr{
	margin: 70px 0 40px;
	border-top:2px solid #E6E6E6;
}
.banner_nxt_colection_panel .diensten-btn .col-lg-9 .pagination li:nth-child(1){
	display: inline-block;
}
.banner_nxt_colection_panel .diensten-btn .col-lg-9 .pagination li:nth-child(2){
	display: inline-block;
}
.thumbs-wrapper .swiper-button-prev,
.thumbs-wrapper .swiper-button-next{
	background-image:none !important;
	width: 100%;
    background-color:rgba(0,0,0,0.5);
    padding: 10px 0px;
    text-align: center;
}
.thumbs-wrapper .swiper-button-prev img,
.thumbs-wrapper .swiper-button-next img{
	/*filter: brightness(100%);*/
    filter: invert(100%);
	width:20px;
}
.thumbs-wrapper .swiper-button-prev img{
	transform: rotate(90deg);
}
.thumbs-wrapper .swiper-button-next img{
	transform: rotate(90deg);
}
.thumbs-wrapper .swiper-button-prev {
    position: absolute;
    top: 0px;
    margin-top: 0px;
    z-index: 10;
	left:0px;
}
.thumbs-wrapper .swiper-button-next{
	position: absolute;
	top:auto;
    bottom: 0px;
    margin-top: 0px;
    z-index: 10;
	right:0px;
}
.Gallery .swiper-button-prev, .Gallery .swiper-button-next {
	background-image: none !important;
	background-color: rgba(0,0,0,0.5);
	padding: 17px 0px;
	text-align: center;
	height: 60px;
	width: 50px;
}
.Gallery .common-arrow img {
    width: 25px;
    height: 25px;
	filter: brightness(100%);
	filter: invert(100%);
}
  #mobile-contact-bar {
    display: none;
  }
  @media (max-width: 982px) {
	/* For mobile phones: */
	#frame-leaseone {
	  width: 100%;
	  
	}
  }  

  @media (max-width: 767.98px){
    #mobile-contact-bar {
        box-sizing: border-box;
        font-size: 1rem;
        opacity: 1;
        position: fixed;
        width: 100%;
        z-index: 9998;
        left: 0;
        bottom: 0;
        display: block !important;
    }
    #mobile-contact-bar-outer {
      background-color: #000000;
      box-sizing: border-box;
      height: 45px;
      overflow: hidden;
      width: 100%;
    }
    #mobile-contact-bar ul {
      box-sizing: border-box;
      line-height: 0;
      list-style-type: none;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      width: 100%;
    }
    #mobile-contact-bar ul li {
      box-sizing: border-box;
      display: inline-block;
      /* height: 45px; */
      text-align: center;
      height: 45px;
      width: 24%;
	  vertical-align: top;
    }
    #mobile-contact-bar ul li a {
      color: rgba(255,255,255,0.9);
      cursor: pointer;
      display: block;
      height: 100%;
      position: relative;
      z-index: 9998;
    }
    /*#mobile-contact-bar .fa-lg{
      font-size: 2em;
    }*/
    .li_color {
      border-left: 1px solid #FFFFFF;
    }
	.whatsappBtn
	{
		display:none;
	}
	#mobile-contact-bar ul li img{
		width:20px;
		padding-top: 13px;
	}
	#mobile-contact-bar ul .map_pointer img{
		padding-top: 10px;
	}
  }

/********************new add for aanbod dtls slider********************/
.thumbnil-slider .gallery-top .swiper-button-next {
    right: 9%;
}
.thumbnil-slider .gallery-top .swiper-button-prev {
    left: 9%;
}
.thumbnil-slider .gallery-top .swiper-slide-prev, .thumbnil-slider .gallery-top .swiper-slide-next{
    opacity: 0.4;
}
.thumbnil-slider .gallery-top {
    background: rgba(0,0,0,0.9);
}
.gallery-thumbs{
	margin-top:8px;
}
.new-small-images{
	position:relative;
}
.new-small-images .swiper-button-next {
    right: -70px;
}
.new-small-images .swiper-button-prev {
    left: -70px;
}
.new-small-images .common-arrow{
	background-color: rgba(28,28,28,0.2);
	transform: translateY(-50%);
	margin:0;
}
.thumbnil-slider .common-arrow{
	background-image: none !important;
	display: flex;
    align-items: center;
    justify-content: center;
}
.thumbnil-slider .new-small-images .common-arrow {
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 4px;
	border: 1px solid #d0caca;
}
.thumbnil-slider .common-arrow img{
	width:10px;
}
.thumbnil-slider .gallery-top .common-arrow img{
	width: 15px;
}

.photo_upload{
border: 1px solid #ced4da;
text-align:left;
color: #495057;
width: 100%;
height: calc(2.25rem + 2px);
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
background-color: #fff;
border-radius: .25rem;
}
#mobile-contact-bar {
    display: none;
}
.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: #1c1c1c;
  padding-bottom: 6px;
  word-break: break-word;
}
.photo_contnt li img{
  width: 15px;
  margin-left: 5px;
}
/*******************new-right-btm-area***********************/
.new-right-btm-area{
	background-color:#def6e3;
	padding: 20px 0 10px 20px;
}
.new-right-btm-area li{
	color:#397e49;
	font-size: 18px;
    margin-bottom: 10px;
}
.new-right-btm-area li img{
	margin-right:20px;
	width:25px;
}
 @media (max-width: 1550.98px){
	.new-small-images .swiper-button-next {
		right: -50px;
	}
	.new-small-images .swiper-button-prev {
		left: -50px;
	}
}
.contact_pg .service_menu_txt h2{
	color: #414141;
}
.contact_pg .service_menu p, .contact_pg table tr td{
	font-family: 'Acumin Pro light';
    font-size: 16px;
    color: #121212;
}
.contact_pg .service_menu p{
	margin: 35px 0;
}
.contact_pg table tr td:nth-child(2) {
    font-family: 'New Rail Alphabet White';
    color: #979696;
    padding-left: 20px;
    padding-top: 8px;
}
.contact_pg table tr td a:hover, .cont_left td a:hover{
	color: #1c1c1c;
}
.contact-page-opening-area .each_footer_tab table tr td:first-child, .contact-page-opening-area .each_footer_tab h4{
	color: #414141;
}
.contact-page-opening-area .each_footer_tab h4{
	padding-bottom: 0;
	margin-bottom: 20px;
}
.contact-page-opening-area .cont_left table tr td:nth-child(2){
	color: #8a8a8a;
	font-family: 'Acumin Pro light';
	padding-left: 0;
}
.contact-page-opening-area .each_footer_tab table tr td{
	line-height: 18px;
}
.contact-page-opening-area{
	padding-bottom: 60px;
}
.contact-page-opening-area h2{
	margin-bottom: 40px;
}
.contact-page-opening-area .cont_left{
	max-width: 490px;
	width: 100%;
}
.product_img, .aanbod_slider_part .actie_img{
	overflow: hidden;
}
.product_img img, .aanbod_slider_part .actie_img{
	margin-top: 0px;
	margin-bottom: 0px;
}
.each-car{
	margin: 0 14px 30px;
}
.each-car:hover .product_dtls{
	 -webkit-box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.1);
    box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.1);
}
.first_product_slider .common_slider_arrow.swiper-button-next img{
	/*transform: rotate(180deg);*/
}
.thumbnil-slider .common-arrow{
	width: 45px;
	height: 45px;
	background-color: #fff;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.related-car{
	padding-bottom: 80px;
}
.home_banner .navbar_contact ul li a table tr td img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.error_background {
    background-color: #121212;
    height: 95px;
}
.email-block{
	margin-top: 40px;
}
.stky{ 
	background: #1e1e1e;
}
.selection_btn_sec .select_btn_area:first-child .default_btn:hover{
	background-color: #1c1c1c;
	color: #fff;
}
.aanbod_form_area h3 span{
	color: #414141;
}
.common_banner_content h1{
	margin-bottom: 15px;
}
.middle_details_section h2{
	color: #121212;
}
.middle_details_section h2 span, .contact-form-wrapper .cont_left h2 {
    color: #0076c0;
}
.contact-form-wrapper{
	padding-bottom: 10%;
}
.vacature_tabs .left_content_werkplate h3{
	position: relative;
}
.vacature_tabs .left_content_werkplate h3:first-child:after{
	position: absolute;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    content: '';
    left: -20px;
    background-color: #0076c0;
    opacity: 0;
}
.vacature_tabs .nav-tabs .nav-link.active .left_content_werkplate h3:first-child:after{
	opacity: 1;
}
.white_box_gallery_content .default_btn.border-btn{
	line-height: 48px;
    border: 2px solid #0076c0;
    color: #0076c0;
    background-color: transparent;
    margin-left: 4px;
    max-width: 280px;
}
.white_box_gallery_content .default_btn.border-btn:hover{
	border:2px solid #1c1c1c;
	color: #fff;
	background-color: #1c1c1c;
}
.white_box_gallery_content .default_btn {
    vertical-align: middle;
}
.side-fixed-icons{
	position: fixed;
	z-index: 999;
	top: 20%;
	right: 30px;
}
.icon-div img{
	width: 18px;
}
.icon-div{
	margin-bottom: 20px;
	width: 45px;
	height: 45px;
	background-color: #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.each-product{
	margin: 0 10px 30px;
}
.each-product:hover .product_dtls {
    -webkit-box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.1);
    box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.1);
}
.car_name table tr td:last-child h4 {
    color: #0076c0;
}
.first_product_wrapper .swiper-button-next.common_slider_arrow img, 
.aanbod_slider_part .swiper-button-next.common_slider_arrow, .thumbnil-slider .gallery-top .swiper-button-next.common-arrow img{
	transform: rotate(180deg);
}
.aanbod_slider_part .car_name table tr td:last-child h4, .second_product_slider .car_name table tr td:last-child h4{
	color: #4c4c4c;
}
.aanbod_slider_part .actie_banner_slidere .common_slider_arrow{
	background-color: rgba(255,255,255,0.8) !important;
}
.aanbod_overlay_btn .default_btn, .aanbod_overlay_btn .default_btn:hover{
	background-color: #4bb314;
	color: #fff;
}
.car_name td:first-child{
	width: 64%;
}
.aanbod_detail_tab_sec .tab-content .bullet-panel ul li{
	position: relative;
}
.aanbod_detail_tab_sec .tab-content .bullet-panel ul li:after {
    padding-left: 15px;
    background-size: 7px;
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    filter: brightness(1) invert(1);
    -webkit-filter: brightness(1) invert(1);
}
.aanbod_detail_tab_sec .right-section-wrapper .social-listing li a span img {
    filter: brightness(0%); 
    filter: invert(0%);
  }
  .second_product_slider .section_heading{
  	border-top: 2px solid #e6e6e6;
  	padding-top: 50px;
  }
.side-icon-img {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 999;
}
.wrkplt-iframe{
	padding-bottom:0px;
}
.werkplaats_iframe{
	width: 100%;
    max-width: 1000px;
    display: inline;
    height: 1867px !important;
}
.footer_right p a span {
    padding: 0px 10px 5px 0px;
}
.footer_right p a span img {
    max-width: 30px;
    max-height: 30px;
}
.footer_slider{
	position: relative;
}
.footer_slider .common_slider_arrow {
    width: 50px;
    height: 50px;
    background-color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_slider .common_slider_arrow img {
   width: 14px;
}
.footer_slider .common_slider_arrow.swiper-button-next img{
	transform: rotate(180deg);
}
.footer_slider .common_slider_arrow.swiper-button-next{
	right: 0;
}
.footer_slider .common_slider_arrow.swiper-button-prev{
	left: 0;
}
@media(max-width: 767px){
	.round_icon_area ul {
		display: inline-block;
	}
	.footer_slider .common_slider_arrow{
		display: inline-flex !important;
		width: 35px;
    	height: 35px;
	}
	.footer_slider .common_slider_arrow img {
	    width: 12px;
	}
}
.banner_area .slider_bg img{
	display: none;
}
.widget-btn-area{
	bottom: 2rem;
  	left: 3rem;
  	z-index: 99;
  	font-family: 'Acumin Pro bold';
}
.widget-btn{
	border-radius: 10px;
  	background: #0076c0;
	box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  	padding: 0.7rem 0.9rem;
  	font-size: 1rem;
  	cursor: pointer;
  	color: #fff;
  	font-weight: 600;
}	
.widget-btn span:after, .widget-mobile span:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	right: 0.3rem;
	content: '';
	width: 0.7rem;
	height: 0.7rem;
	background: url(../images/next-white.svg) no-repeat center/ contain;
}
.widget-content{
	background: #1c1c1c;
	padding: 3rem;
  	-webkit-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
  	border-radius: 20px;
  	width: 35rem;
  	display: none;
}
.arw-rotate{
	margin-top: -2.5rem;
  	margin-bottom: 1rem;
  	transform: rotate(-90deg);
	cursor:pointer;
}
.widget-content h4, .widget-content h5{
	text-transform: unset;
	color: #fff;
	letter-spacing: normal;
}
.widget-content h4{
  	font-weight: 500;
  	font-size: 2rem;
}
.widget-content h5{
	font-weight: 400;
	font-size: 19px;
	margin: 1.5rem 0 3.4rem;
}
.widget-content h5 span{
	text-decoration: underline;
	color: #0076c0;
}
.widget-content button, .widget-mobile button{
	border-radius: 5px;
	color: #fff;
	border: 2px solid #0076c0;
  	background: #0076c0;
	padding: 0.7rem 0.9rem;
  	font-size: 1rem;
  	font-weight: 600;
	margin-right: .5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
}
.widget-content button:hover, .widget-mobile button:hover{
	background: #fff !important;
	border-color: #fff !important;
	color: #0076c0 !important;
}
.monthly_amount{
	cursor:pointer;
} 
.bottom-0{
	bottom: 0;
}
.start-0{
	left: 0;
}
/*=====================Landing Page====================*/
@font-face {
    font-family: 'LamaSansSemiBold';
    src: url('../fonts/LamaSansSemiBold.eot');
    src: url('../fonts/LamaSansSemiBold.eot') format('embedded-opentype'),
         url('../fonts/LamaSansSemiBold.woff2') format('woff2'),
         url('../fonts/LamaSansSemiBold.woff') format('woff'),
         url('../fonts/LamaSansSemiBold.ttf') format('truetype'),
         url('../fonts/LamaSansSemiBold.svg#LamaSansSemiBold') format('svg');
}
@font-face {
    font-family: 'LamaSansMedium';
    src: url('../fonts/LamaSansMedium.eot');
    src: url('../fonts/LamaSansMedium.eot') format('embedded-opentype'),
         url('../fonts/LamaSansMedium.woff2') format('woff2'),
         url('../fonts/LamaSansMedium.woff') format('woff'),
         url('../fonts/LamaSansMedium.ttf') format('truetype'),
         url('../fonts/LamaSansMedium.svg#LamaSansMedium') format('svg');
}

.landing-page{
	height: 100vh;
	background: #ED1C24;
	z-index: 1;
}
.landing-page:after{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 50%;
	background: #4C90CD;
	z-index: -1;
}
.landing-page .row{
	margin: 0;
}
.landing-page .position-absolute{
	padding: 0;
  	height: 100%;
  	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.landing-page .position-absolute:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, 0.6);
}
.landing-page .d-table.position-relative{
	z-index: 1;
}
.landing-page .mx-auto{
	width: 313px;
  	height: 70px;
}
.landing-page .mx-auto img{
	object-fit: contain;
}
.landing-page .position-absolute span{
	font-family: 'LamaSansSemiBold';
	font-size: 30px;
	margin: 15px 0 30px;
}
.landing-page .landing-button{
	font-family: 'LamaSansMedium';
	font-size: 16px;
	color: #fff;
	padding: 12px 36px;
	border-radius: 5px;
	border: 1px solid #FFF;
	text-decoration: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.landing-page .landing-button:hover{
	background: #fff;
	color: #000;
}
@media(min-width: 768px){
	.landing-page .position-absolute{
		top: 0;
		left: 0;
		-ms-flex: 0 0 60%;
	  	flex: 0 0 60%;
	  	max-width: 60%;
	  	width: 60%;
	  	clip-path: polygon(0 0, 64% 0, 100% 100%, 0% 100%);
	  	-webkit-clip-path: polygon(0 0, 64% 0, 100% 100%, 0% 100%);
	}
	.landing-page .position-absolute.reverse-block{
		left: auto;
		right: 0;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 36% 100%);
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 36% 100%);
	}
	.landing-page .position-absolute:not(.reverse-block) .d-table{
		padding-right: 18%;
	}
	.landing-page .position-absolute.reverse-block .d-table{
		padding-left: 18%;
	}

}
@media(max-width: 991.98px){
	.landing-page .mx-auto {
		width: 180px;
        height: 40px;
	}
	.landing-page .position-absolute span{
		font-size: 20px;
		margin: 10px 0 20px;
	}
	.landing-page .landing-button{
		font-size: 14px;
		padding: 8px 25px;
	}
}
@media(max-width: 767.98px){
	.landing-page .position-absolute{
		position: relative !important;
		height: 50%;
	}
}
/*====================x======================*/