@import "fonts.css";
@import "common.css";

body {
	padding: 0px;
	margin: 0px;
	position: relative;
	font-size: 16px;
}

.dblock {
	display: none
}

/*.header_area {
	border-bottom: 1px solid #d3d8da;
	height: 96px;
	position: absolute;
	width: 100%;
	top: 0px;
	z-index: 99;
	transition: all 0.5s
}*/
.desktop_nav {
	border-bottom: 1px solid #d3d8da;
	height: 96px;
	position: absolute;
	width: 100%;
	top: 0px;
	z-index: 99;
	transition: all 0.5s;
	background-color: rgba(0, 0, 0, 0.5);
	left: 0;
	padding: 0 4%;
}

.desktop_nav .navbar-brand img {
	max-width: 250px;
}

.desktop_nav .navbar-nav .nav-link {
	font-size: 14px;
	position: relative;
	padding: 0;
	font-family: 'Acumin Pro medium';
	color: #ffffff;
	margin-right: 20px;
}

.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
}

.navbar_contact ul li {
	display: inline-block;
	padding: 0px 10px;
	vertical-align: top;
}

.header_bovag{
	width: 95px;
}

.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: 8px;
}

.navbar_contact ul li a table tr td:last-child {
	font-family: 'Futura Md BT';
}

.footer_area {
	background: #1e1e1e;
	padding: 80px 0px
}

.footer_nav {
	margin-top: 60px
}

.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;
}

.opeing .col-md-6 .each_footer_tab h4 {
	display: none;
}

.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: 100px
}

.slider_content {
	padding: 30% 0px
}

.home_banner_text .slider_content .default_btn {
	margin: 30px 5px 0;
}

.home_slider.swiper-container .home_banner_text{
	top: 50%;
	transform: translateY(-50%);
}

/*.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
}*/
.navbar.stky {
	position: fixed !important;
	top: 0px;
	transition: all 0.5s;
	width: 100%;
	z-index: 999;
	background: #1e1e1e;
}

.stkyaa {
	position: fixed;
	top: 0px;
	transition: all 0.5s;
	width: 100%;
	z-index: 999;
	background: #1e1e1e;
	border-color: #2b2b2b;
}

.header_wrap{
	padding: 0 7%;
}

.header_area .navbar_contact ul{
	display: flex;
	align-items: center;
}

.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
}

.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: #28aae0
}

.round_icon_area {
	position: absolute;
	/* margin-top: -160px; */
	z-index: 2;
	background: rgba(38, 38, 40, 0.7);
	padding: 30px 0px;
	width: 100%;
	/* height: 100%; */
	bottom: 0;
}

.product_dtls {
	background: #fff;
	padding: 20px;
}

.car_name {
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f2
}

.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
}

.price_area table {
	width: 100%;
}

.price_area table tr td {
	font-family: 'Acumin Pro medium';
	font-size: 16px;
	color: #4c4c4c;
	position: relative
}

.price_area table tr td h4 {
	color: #4c4c4c;
	font-size: 19px;
}

.price_area td:first-child {
	width: 70%;
}

.car_dtls {
	padding-top: 20px
}

.car_dtls {
	padding-top: 20px
}

.first_product_wrapper {
	position: relative
}

.first_product_slider {
	padding: 60px 0px 11px;
}

.first_product_wrapper .swiper-button-next {
	right: -70px;
	left: auto;
}

.first_product_wrapper .swiper-button-prev {
	left: -70px;
	right: auto;
}

.second_product_slider {
	padding-top: 20px
}

.section_heading {
	margin-bottom: 60px
}

.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.5);
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.5s;
}

.gallery_content {
	position: absolute;
	/*top: 80%;*/
	bottom: 0%;
	z-index: 99;
	width: 100%;
	padding: 0px 20px;
	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: #818181;
	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: 65px 0px
}

.counter_sec_left .section_heading {
	margin-bottom: 40px
}

.counter_sec_left p {
	color: #818181;
}

.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: 3.5px;
	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;
	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-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;
}

.abvfooter {
	padding-bottom: 45px !important;
}

/*-------------------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%;
}

.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 {
	width: 100%;
	position: relative;
	background: #f2f2f2;
	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.8) no-repeat center center;
	background-size: 30px;
}

.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: #121212;
}

.right_wappr .form-control::placeholder {
	color: #121212;
	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 {
	font-family: 'New Rail Alphabet White';
	color: #979696;
	padding-top: 8px;
}

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

.opeing {
	font-size: 16px;
	font-family: 'Acumin Pro light';
	padding-top: 40px;
}

.opeing span {
	font-family: 'New Rail Alphabet White';
	color: #979696;
}

.sub_cont {
	padding-top: 40px;
}

.contact_contnt {
	padding: 3% 0px 5%;
}

/*-------------------------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;
}

.service_menu_txt {
	display: table-cell;
	vertical-align: middle;
	padding-top: 20px;
}

.diensten_icon_area {
	/*position: absolute;*/
	margin: 20px 0px 20px 0px;
	width: 100%;
	background-color: #28aae0;
}

.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: 10% 0px 0px;
}

.footer_upper_banner .swiper-container {
	z-index: 0;
}

.footer_upper_banner .each_gallery {
	height: 345px;
}

/*-------------------------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 #f1f1f1;
	background-color: #fbfbfb;
	color: #121212;
}

.selection_btn_sec .select_btn_area:nth-child(2) {
	margin-top: 10px;
}

.select_btn_area .default_btn {
	width: 100%;
	background: #0070ba;
	max-width: 100%;
	height: 53px;
}

.select_btn_area_search .default_btn {
	width: 100%;
	background: #088201;
	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: 0 auto 0;
	display: table;
	-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: #28aae0;
}

.aanbod_form_area_heading {
	border-bottom: 2px solid #f1f1f1;
	margin-top: 106px;
}

.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: #28aae0;
}

.aanbod_slider_part .car_overlay_caption {
	padding: 14% 30px;
}

.aanbod_slider_part .car_overlay_caption p {
	color: #fff;
	text-align: justify;
	margin-top: 40px;

}

.aanbod_slider_part .aanbod_overlay_btn {
	margin-top: 60px;
}

.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: #28aae0;
}

.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;
}

.aanbod_detail_tab_sec .tab_sec .nav-tabs .nav-item {
	border-bottom: none;
	margin-bottom: -1px;
	width: 24%;
	margin: 0px 9px 20px 0px;
	text-align: center;
	background-color: #eaeaea;
	color: #9f9f9f;
	display: inline-block;
}

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

.aanbod_detail_tab_sec .tab_sec .nav-tabs .nav-item:last-child {
	width: 99%;
	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 #0070BA;
	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: #0070BA;
}

.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;
}

/*.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: #28aae0;
	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: #818181;
}

/*----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: #818181;
}

.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 {
	display: none !important;
}

#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: #1e1e1e;
	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';
}

.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: #28aae0 !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: #28aae0;
	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;
}

.home_banner_text h1, .home_banner_text h2{
	margin-bottom: 10px;
}

.slider_bg {
	height: 650px;
}

/***************************************loader********************/
#loader_section {
	display: none;
	width: 100%;
	position: fixed;
	top: 0;
	background: #000000b8;
	z-index: 9999;
	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 {
	max-width: 15px;
	max-height: 15px;
	margin-top: -2px;
}

.navbar_contact ul li a table tr td .ph-image {
	margin-top: -4px;
}

.footer_social img {
	max-width: 20px;
	max-height: 20px;
}

.first_product_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;
}

.first_product_wrapper .common_slider_arrow img {
	max-width: 10px;
	max-height: 10px;
}

.whatsappBtn {
	position: fixed;
	bottom: 0px;
	width: 225px;
	z-index: 999;
	right: 85px;
	height: 45px;
}

.whatsappBtn img {
	padding: 0px 10px 5px 0px;
	max-width: 30px;
	max-height: 30px;
}

.onez-collegue {
	background: #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: #0070BA;
	margin-bottom: 10px;
}

.workplate-wrapper-details-text h2 {
	margin-bottom: 25px;
}

.workplate-wrapper-details-text p {
	width: 78%;
}

.services1_itm {
	padding: 50px 0px;
}

.padding_sec {
	margin-top: -55px;
}

.service_menu_txt {
	vertical-align: top;
}

.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: #0070BA;
	padding: 12px;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
	color: #fff !important;
	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 {
	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: #818181;
	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: #0070BA;
	margin-top: 12px;
}

.pagination a {
	font-family: 'Acumin Pro light';
	font-size: 16px;
	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: #0070BA;
	margin-bottom: 10px;
}

.grand_coupe_price h6 {
	font-family: 'Acumin Pro light';
	font-size: 24px;
	color: #121212;
}

.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,
.form-7 {
	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;
}

/*****************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: auto;
	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;
}*/

/************************* swiper slider *************************/
.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;
}

.mybtn1 a,
.mybtn2 a {
	background: #088201 !important;
}

#mobile-contact-bar {
	display: none;
}

.form_image .form_function {
	font-family: 'Acumin Pro light';
	font-size: 14px;
	color: #979696;
	margin-bottom: 15px;
}

.amp_sign {
	margin-left: 4px;
}


/************/
.opeing .col-md-6 {
	padding-left: 0;
}

.opeing .col-md-6 .each_footer_tab table tr td:first-child {
	padding-left: 0;
	font-family: 'New Rail Alphabet White';
	color: #979696;
}

.cont_left table tr td:first-child {
	color: #000;
	font-family: 'SegoeUI';
}

.contact_contnt iframe {
	width: 100%;
	height: 1200px;
	border: 0;
}

.gr-p {
	font-size: 16px;
	padding-right: 0 !important;
	margin-right: 0 !important;
	width: 100%;
}

.gr-p a {
	color: #099ad5;
	text-decoration: underline;
}

.gr-ul li {
	list-style-type: square;
}

.gr-ul a {
	color: #099ad5;
	text-decoration: underline;
}

.gr-h1 {
	color: black !important;
}

.new_header .navbar {
	position: fixed;
	background: #0070ba;
}

.new-service-dtl h2 {
	margin-bottom: 25px;
}

.new-service-dtl p {
	text-align: justify;
}

.each-service {
	background: #f2f2f2;
	padding: 50px 0;
}

.service-dtl-content {
	padding: 40px 25px 40px 0;
}

.each-service:first-child .service-dtl-content {
	padding-top: 0;
}

.each-service img.w-100 {
	padding-left: 25px;
}

.each-service:nth-child(even) {
	background: #fff;
}

.each-service:nth-child(even) .service-dtl-content {
	padding: 80px 0 80px 25px;
}

.each-service:nth-child(even) .row {
	margin-top: -100px;
	margin-bottom: -100px;
}

.each-service:nth-child(even) img.w-100 {
	padding-right: 25px;
	padding-left: 0;
}

.each-service:last-child .service-dtl-content {
	padding-bottom: 0;
}

@media(max-width:991px) {

	.each-service img.w-100,
	.service-dtl-content {
		padding: 0 !important;
	}

	.each-service:nth-child(even) .row {
		margin-top: 0;
		margin-bottom: 0;
	}

	.each-service {
		padding: 30px 0;
	}
}

@media(max-width: 767px) {
	.service-dtl-content {
		padding-top: 30px !important;
	}
}

@media(min-width:992px) {
	.new-service-dtl {
		padding-top: 100px;
		background: #f2f2f2;
	}

	.new_back_bttn {
		margin-bottom: -100px;
	}

}
.privacy-sec{
	padding: 180px 0 40px;
}
.inruilen-btn{
	background: #25D366 !important;
}
.inruilen-btn img{
	width: 18px;
  	margin-right: 6px;
}