@import "fonts.css";
@import "common.css";
body {
  padding: 0px;
  margin: 0px;
  position: relative;
}

.dblock {
  display: none
}

.header_area {
  border-bottom: 1px solid #fff;
  height: 96px;
  position: absolute;
  width: 100%;
  top: 0px;
  z-index: 99;
  transition: all 0.5s;
  background-color: rgba(216, 216, 216, 0.16);
}

.header-logo-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 2;
}

.side-icon-img {
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 999;
}

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

.desktop_nav .navbar-nav .nav-link {
  font-size: 14px;
  position: relative;
  padding: 38px 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
}

.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 {
  position: relative;
  z-index: 2;
}

.navbar_contact ul li {
  display: inline-block;
  padding: 0px 20px
}

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

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

.footer_nav {
  margin-top: 100px
}

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

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

.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: #990001
}
.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 !important;
  border-bottom: 0 !important;
}

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

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

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

.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: 25px 15px;
  border: 2px solid #f2f2f2;
  border-top: 0;
}

.car_name {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 5px;
  margin-bottom: 25px;
}

.car_name table tr td {
  vertical-align: top;
}

.car_name table tr td h4 {
  color: #4c4c4c;
  /*height: 65px;*/
}

.car_name table tr td:first-child {
  /*padding-right: 25px*/
    /*width: 60%;*/
}

.car_name table tr td:last-child{
  /*width: 30%;
  text-align:right;*/
}

.car_name table{
  width: 100%;
}
.car_name table tr td p {
  font-family: 'Acumin Pro medium';
  font-size: 14px;
  color: #4c4c4c;
  margin:8px 0 15px;
  height: 40px;
  overflow: hidden;
}
.aanbod_overlay_btn .default_btn{
	background: #4CB314;
    color: #fff;
}
.aanbod_overlay_btn .default_btn:hover{
	background: #4CB314;
    color: #fff;
}
.price_area table {
  width: 100%;
}
.price_area td:last-child{
  text-align: right;
}
.price_area table tr td {
  font-family: 'Acumin Pro medium';
  font-size: 14px;
  color: #4c4c4c;
  position: relative;
  vertical-align: top;
  /*height: 45px;*/
}
.price_area table tr td span{
  margin:0 15px;
}
.price_area table tr td h4{
  color: #4c4c4c;
  font-size: 16px;
}

.car_name table tr td:last-child h4{
  font-size: 20px;
  color: #4c4c4c;
  margin-top: 2px;
}

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


/*
.car_dtls {
	padding-top: 25px;
}
*/

.car_dtls img {
  margin-left: 52%;
}

@media only screen and (max-width: 769px) {
  .car_dtls img {
    margin-left: 2vw;
  }
}

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

.section_heading {
  margin-bottom: 80px
}

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

.second_slider_btn {
  margin: 30px 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.75);
  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 medium';
}

.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: #505050;
  text-align: justify;
  margin: 20px 0px;
  /*font-family: 'Acumin Pro medium';*/
   font-family: 'Acumin Pro extralight';
  font-size: 14px
}

.white_box_gallery_content .default_btn {
  margin-top: 10px;
  white-space: nowrap;
}

.white_box_gallery_content .default_btn.white-button{
	max-width: 100%;
    width: auto;
    padding: 0 30px;
    border:2px solid #990001;
    color: #990001;
    background-color:transparent;
    line-height: 45px;
    margin-left: 7px;
}
.white_box_gallery_content .default_btn.white-button:hover{
	 background-color:#990001;
	 color: #fff;
}
.white_box:hover:after {
  display: none
}

.counter_area {
  padding: 150px 0px 130px;
}

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

.counter_sec_left p {
  color: #505050;
}

.diffrent_font {
  font-family: 'Bradley Hand ITC TT';
  color: #505050;
  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;
}


/*-------------------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{
	width: 50%;
	vertical-align: top;
}
.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;
  text-align: left;
}

.gallery_sec {
  padding: 6px;
}

.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;
    white-space: nowrap;
}

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

.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 medium';
  resize: none;
  font-size: 16px;
  border-radius: 0px;
  border: 2px solid #f2f2f2;
  background-color: #fbfbfb;
  color: #bababa;
}

.right_wappr .form-control::placeholder {
  color: #bababa;
  opacity: 1;
}

.right_wappr .default_btn {
  margin-top: 20px;
}

.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;
}
.cont_left .opeing p{
	color: #979696;
}
.sub_cont {
  padding-top: 40px;
}

.contact_contnt {
  padding: 100px 0px;
}


/*-------------------------contact end----------------------------*/


/*-------------------------diensten_sub1 start----------------------------*/

.sub1 {
  background-color: #f2f2f2;
  padding: 65px 0px 6%;
}

.services1_itm {
  width: 100%;
  position: relative;
  background-color: #f6f6f6;
  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: #990001;
}

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


/*-------------------------diensten_sub1 end----------------------------*/


/*------------------------------------------------------------------------------------------*/


/*---------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: #990001;
  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: 0px 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);
  border: 2px solid #f2f2f2;
}

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

.aanbod_form_area h3 {
  padding: 35px 0px 35px 42px;
}

.aanbod_selection_box_sec {
  padding: 0px 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: #990001;
}

.aanbod_slider_part .car_overlay_caption {
  /*padding:10% 30px;*/
  padding: 0 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: #990001;
}

.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;
  max-width: 100%;
  width: auto;
  padding: 0 30px;
}

.bullet-panel {
  margin-bottom: 40px;
}


/*.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: 0px 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;
  width: 24.4%;
  margin: 0px 5px 5px 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: #990001;
}

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

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

.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 {
  padding: 40px 0 80px;
  border-bottom: 2px solid rgba(0, 0, 0, .1);
}

.tab-content p {
    color: #000 !important;
}

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


/*#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;
  padding-bottom: 10px;
}


/*.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: #990001;
  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 medium';
  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;
}

.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 {
  z-index: 999;
}
#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: #990001;
	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 {
	white-space: nowrap;
}
.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: #990001 !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: #990001;
	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;
}
.navbar_contact ul li a table tr td img{
	max-width: 20px;
    max-height: 20px;
}
.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: 2px solid #f4f4f4;
}
.first_product_wrapper .common_slider_arrow img {
	width: 14px;
}
.whatsappBtn {
	position: fixed;
	bottom: 0px;
	width: 225px;
	z-index: 99;
	right: 85px;
	height: 45px;
}
.whatsappBtn img {
	padding: 0px 10px 5px 0px;
    max-width: 30px;
    max-height: 30px;
}
.whatsappBtn .default_btn{
	background: #4CB314;
	color: #fff;
}
.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;
  /*display: none;*/
}
.member-slider-wrapper .swiper-button-prev {
	left:-60px;
  /*display: none;*/
}
 .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:#990001;
	margin-bottom:10px;
}
.workplate-wrapper-details-text h2{
	margin-bottom:25px;
}
.services1_itm{
	padding:50px 0px;
}
.right-section-wrapper{
	width:100%;
	/*background:#eaeaea;*/
	padding:20px;
}
.right-section-wrapper ul.social-listing{
	margin-top:50px;
}
.right-section-wrapper ul.social-listing li a{
	width:100%;
	text-align:center;
	background:#990001;
	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:20px;
}
.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: #818181;
	font-size:16px;
	padding-left:30px;
}
.right-section-wrapper ul.contact-address-listing{
	padding-left:30px;
	padding-top: 25px;
}
.diensten-content {
	padding-top: 9%;
}
.pagination{
	color:#990001;
	margin-top:12px;
	font-family: 'Acumin Pro medium';
  font-size: 18px;
}
.pagination a{
	font-size:18px;
	color:#d8d8d8;
}
.pagination span{
	margin:0px 15px;
	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:#990001;
	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 {
    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;
}
.member-dtls p{
	color:#fff;
	opacity: 0.5;
}
.member-dtls h3{
	color:#fff;
	font-size: 22px;
}
.contact-form .cont_left h2{
	color: #990001;
}
/*****************new add for dtl page*************/
.aanbod_detail_tab_sec .bullet_panel{
	margin-bottom:30px;
}
.banner_nxt_colection_panel {
    padding: 100px 0 60px;
}
.diensten-btn .row {
    padding-top: 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
}
.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;
  }
  #mobile-contact-bar li:nth-child(3) img{
  	filter: brightness(0) invert(1);
  	-webkit-filter: brightness(0) invert(1);
  }
  @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: 15px;
}

.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: 14px;
}
/*******************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;
}
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color:#fff;
  font-size:18px;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}
.kenteken_np{
background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
background-repeat: no-repeat;
background-position: 0% 0%;
padding: 7px 0 6px 30px;
}
.star_icon h4{
	padding-top: 15px;
	margin-bottom: 15px;
	color: #1c1c1c;
	border-bottom: 1px solid #1c1c1c;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-family: 'Nunito Sans semi-bold';
}
.star_icon p img{
  width: 15px;
  margin-top: -3px;
  margin-right: 5px;
}
.star_icon{
	margin-bottom: 30px;
}
.star_icon p{
	color: #1c1c1c;
	padding-bottom: 6px;
	word-break: break-word;
	margin-bottom: 0;
	position: relative;
	font-family: 'Acumin Pro medium';
	font-size: 16px;
}
.photo_contnt li img{
  width: 15px;
  margin-left: 5px;
}
.aanbod_detail_tab_sec .tab-content .bullet-panel ul li:after {
  padding-left: 15px;
  background-size: 7px;
  position: absolute;
  top: 8px;
  left: 0;
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(../images/bullet.svg);
  background-repeat: no-repeat;
}

.aanbod_selection_sec {
  padding-top: 40px;
}

.onez-collegue {
  padding-top: 50px;
  position: relative;
  margin-top: -1px;
}

.onez-collegue:after {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 74%;
  content: '';
  background-color: #1e1e1e;
}

.round_box span img {
  width: 25px;
  height: 25px;
}
.cursor
{
  cursor:pointer;
}
#menu {
 display: none;
}
.mm-current {
 display: block !important;
}
.morgan_footer
{
  text-align: center;
  background: #000;
  padding: 7px 0px 5px;
}
.error_background {
  background-color: #121212;
}
.error_top
{
}
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
  padding: 0px 0;
}
.light_theme{
  background:rgba(255, 255, 255, 0.83);
  -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
  box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
  -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
  box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.cookie_div{
  color:#9c9c9c;
  font-size: 12px;
  /*font-family: 'Calibri';*/
  font-family: 'arial';
}
.cookie_div h4{
  margin-bottom: 15px;
  font-size: 13pt;
  font-family: 'Calibri';
}
.light_theme h4{
  color:#2a2a2a;
}
.dark_theme h4{
  color:#c9c9c9;
}
.cookie_div a{
	color:#38b6be;
	font-size: 10pt;
	font-weight:bold;
	margin-left:8px;
	font-family: 'Calibri';
}
.cookie_div button{
	color:#3c935c;
	background:#dbffe8;
	font-weight: bold;
	border: 0;
	padding: 10px 25px;
	margin:5px 0;
	cursor: pointer;
	font-size: 12px;
	/*font-family: 'Calibri';*/
	font-family: 'arial';
}
.mm-slideout {
    z-index: unset;
}
 @media (max-width: 1550.98px){
	.new-small-images .swiper-button-next {
		right: -50px;
	}
	.new-small-images .swiper-button-prev {
		left: -50px;
	}
}
@media (max-width: 1299.98px){
	.new-small-images .swiper-button-next {
		right: 0px;
	}
	.new-small-images .swiper-button-prev {
		left: 0px;
	}
}
 @media (max-width:1199.98px){
	.new-right-btm-area li img{
		margin-right:10px;
	}
	.new-right-btm-area{
		padding-left:10px;
	}
	.new-right-btm-area li {
		font-size: 15px;
	}
}
@media(max-width:767px){
	.thumbnil-slider .gallery-top .swiper-slide-prev, .thumbnil-slider .gallery-top .swiper-slide-next{
		opacity: 1;
	}
	.thumbnil-slider .common-arrow{
		display:none;
	}
}
.each-car {
  margin: 0 14px 30px;
}

.each-car:hover .product_dtls {
  -webkit-box-shadow: -2px 5px 14px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: -2px 5px 14px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 5px 14px 0px rgb(0 0 0 / 10%);
}

.common_slider_arrow.swiper-button-next img,
.thumbnil-slider .common-arrow.swiper-button-next img {
}

.aanbod_product_contents .actie_banner_slidere .common_slider_arrow {
  background-color: rgba(255, 255, 255, 0.8) !important;
  border: 2px solid #f4f4f4;
}

.aanbod_product_contents .car_name table tr td h4 {
  /*margin-bottom: 10px;*/
}

.thumbnil-slider .common-arrow {
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-listing .mybtn2 a span img {
  filter: invert(100%);
}

.cont_left a:hover {
  color: #121212;
}

.header_stky {
  background-color: #dadada;
  position: relative;
}

.header_stky .desktop_nav .navbar-nav .nav-link {
  color: #1c1c1c;
}

.header_stky .desktop_nav .navbar-nav .nav-item .nav-link:after {
  background: #1c1c1c;
}

.header_stky .navbar_contact ul li a table tr td img {
  filter: brightness(1) invert(1);
  -webkit-filter: brightness(1) invert(1);
}

.header_stky .navbar_contact ul li a table tr td {
  color: #1c1c1c;
}

.header_stky.stky .desktop_nav .navbar-nav .nav-link,
.header_stky.stky .navbar_contact ul li a table tr td {
  color: #fff;
}

.header_stky.stky .desktop_nav .navbar-nav .nav-item .nav-link:after {
  background: #fff;
}

.header_stky.stky .desktop_nav .navbar_contact ul li a table tr td img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.workplate-wrapper-details-text h2,
.service_menu_txt h2 {
  color: #121212;
}

.workplate-wrapper-details-text h2 span {
  color: #990001;
}

.services_itm hr {
  margin: 80px 0 0;
  border-top: 2px solid rgba(0, 0, 0, .1);
}

.contact-form-area .cont_left h2 {
  color: #990001;
}

.aanbod_overlay_btn .default_btn:hover {
  background-color: #990001;
}

.workplate-wrapper-details-text {
  padding-right: 26%;
}

.image_aanbod_icon {
  position: absolute;
  width: 14%;
  top: 2px;
}
.image_aanbod_icon img {
  margin: -5px 0px;
}
.footer_logo {
  margin-top: 12px;
}

.middle_details_section h2 {
  color: #121212;
}

.middle_details_section h2 span {
  color: #990001;
}

.header_area.stkyaa {
  background: #dadada;
  border-bottom: 1px solid #000;
}

.header_area.stkyaa .navbar-brand img,
.header_area.stkyaa .navbar_contact ul li a table tr td img {
  filter: brightness(0) invert(0);
  -webkit-filter: brightness(0) invert(0);
}

.header_area.stky .navbar_contact ul li a table tr td img {
	filter:brightness(0) invert(1);
	-webkit-filter:brightness(0) invert(1);
}

.header_area.stkyaa .desktop_nav .navbar-nav .nav-item .nav-link:after {
  background: #000;
}

.header_area.stkyaa .navbar_contact ul li a table tr td {
  color: #000;
}

.header_area.stky .navbar_contact ul li a table tr td {
  color: #fff;
}
.header_area.stky .desktop_nav .navbar-nav .nav-item .nav-link:after {
    background: #fff;
}
.overons-counter-area {
  padding: 60px 0;
}

.counter_sec_left {
  margin-top: 20px;
}

.contact-pg-form {
  padding: 80px 0 180px;
}

.contact-pg-form .cont_left h2 {
  color: #990001;
}

.aanbod-dtl-form-sec.contact_contnt {
  padding-top: 40px;
}

.aanbod-dtl-form-sec hr {
  border-top: 2px solid rgba(0, 0, 0, .1);
  margin: 80px 0 0;
}

.footer-brand img {
  margin-bottom: 30px;
}

.footer-brand {
  margin-top: 50px;
}

.gallery-btm-txt img{
	width: 16px;
	margin-right: 10px;
}

.white_box_gallery_content .gallery-btm-txt{
	font-family: 'Acumin Pro bold';
}

.white_box_gallery_content .gallery-btm-txt span{
	font-family: 'Acumin Pro extralight';
	margin-left: 15px;
}
.header-stiky-social{
	position: fixed;
	top: 25%;
	right: 30px;
	z-index: 99;
}
.each-social-image{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background:#fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.each-social-image img{
	width: 22px;
}
/*****************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);
}

html{
  font-size: 62.5%;
}
.widget-btn-area{
  bottom: 2rem;
  left: 3rem;
  z-index: 99;
}
.widget-btn{
  border-radius: 10px;
  background: #990001;
  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: 1.3rem 2.5rem;
  font-size: 1.5rem;
  font-family: 'Acumin Pro medium';
  cursor: pointer;
  color: #fff;
} 
.widget-btn span:after, .widget-mobile span:after{
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: -.5rem;
  content: '';
  width: 1rem;
  height: 1rem;
  background: url(../images/next-white.svg) no-repeat center/ contain;
}
.widget-content{
  background: #121212;
  padding: 4.5rem;
  -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: 51rem;
  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-family: 'Acumin Pro bold';
  font-size: 2.4rem;
}
.widget-content h5{
  font-family: 'Acumin Pro regular';
  font-size: 1.8rem;
  margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
  text-decoration: underline;
  color: #990001;
}
.widget-content button, .widget-mobile button{
  border-radius: 5px;
  color: #fff;
  border: 2px solid #990001;
  background: #990001;
  padding: 1.2rem 2rem;
  font-size: 1.5rem;
  font-family: 'Acumin Pro medium';
  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: #990001 !important;
}
.monthly_amount{
  cursor:pointer;
} 
.bottom-0{
	bottom: 0;
}
.start-0{
	left: 0;
}