/*------Fonts------*/

@font-face {
	font-family: 'New Rail Alphabet White';
	src: url('../fonts/NewRailAlphabet-White.eot');
	src: url('../fonts/NewRailAlphabet-White.eot?#iefix') format('embedded-opentype'), url('../fonts/NewRailAlphabet-White.woff2') format('woff2'), url('../fonts/NewRailAlphabet-White.woff') format('woff'), url('../fonts/NewRailAlphabet-White.ttf') format('truetype'), url('../fonts/NewRailAlphabet-White.svg#NewRailAlphabet-White') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'New Rail Alphabet medium';
	src: url('../fonts/NewRailAlphabet-Medium.eot');
	src: url('../fonts/NewRailAlphabet-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/NewRailAlphabet-Medium.woff2') format('woff2'), url('../fonts/NewRailAlphabet-Medium.woff') format('woff'), url('../fonts/NewRailAlphabet-Medium.ttf') format('truetype'), url('../fonts/NewRailAlphabet-Medium.svg#NewRailAlphabet-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'New Rail Alphabet bold';
	src: url('../fonts/NewRailAlphabet-Bold.eot');
	src: url('../fonts/NewRailAlphabet-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/NewRailAlphabet-Bold.woff2') format('woff2'), url('../fonts/NewRailAlphabet-Bold.woff') format('woff'), url('../fonts/NewRailAlphabet-Bold.ttf') format('truetype'), url('../fonts/NewRailAlphabet-Bold.svg#NewRailAlphabet-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Rockwell Regular';
	src: url('../fonts/Rockwell.eot');
	src: url('../fonts/Rockwell.eot?#iefix') format('embedded-opentype'), url('../fonts/Rockwell.woff2') format('woff2'), url('../fonts/Rockwell.woff') format('woff'), url('../fonts/Rockwell.ttf') format('truetype'), url('../fonts/Rockwell.svg#Rockwell') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Bold.eot');
	src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
    font-family: 'BRADHI';
    src: url('../fonts/BRADHI.eot');
    src: url('../fonts/BRADHI.eot') format('embedded-opentype'),
         url('../fonts/BRADHI.woff2') format('woff2'),
         url('../fonts/BRADHI.woff') format('woff'),
         url('../fonts/BRADHI.ttf') format('truetype'),
         url('../fonts/BRADHI.svg#BRADHI') format('svg');
}


body {
	background: #f7f7f7;
	padding:0;
	margin:0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

iframe {
	max-width: 100%;
}

a:focus,
a:hover {
	text-decoration: none;
	color: #fff;
}

ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}


/*-------Common Css---------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
}

h1 {
	font-family: 'Rockwell Regular';
	font-size: 60px;
	color: #121212
}

h2 {
	font-family: 'Rockwell Regular';
	font-size: 24px;
	color: #121212;
	letter-spacing: 1px;
}

h5 {
	font-family: 'New Rail Alphabet medium';
	font-size: 17px;
	color: #121212;
}

h6 {
	font-family: 'New Rail Alphabet medium';
	font-size: 14px;
	color: #b13333;
}

p {
	font-family: 'New Rail Alphabet White';
	font-size: 13px;
	text-align: justify;
}

.dark-div h1,
.dark-div h2,
.dark-div h3,
.dark-div h4,
.dark-div h5,
.dark-div h6,
.dark-div p {
	color: #fff;
}

.banner-background {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.common-button {
	font-family: 'New Rail Alphabet medium';
	font-size: 14px;
	color: #fff;
	display: inline-block;
	max-width: 270px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 0px;
	border-radius: 0px;
	background: #b13333;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.common-button:hover {
	background: #121212;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.select_style {
	border: 2px solid #f1f1f1;
	font-family: 'New Rail Alphabet medium';
	font-size: 14px;
	color: #a6a6a6;
	letter-spacing: 0.5px;
	height: 46px;
	line-height: 46px;
	width: 100%;
	padding-left: 20px;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	background: url(../images/drop_arrow.png) #fff no-repeat 97% center;
}

.m-bottom h2 {
	margin-bottom: 30px;
}

.m-bottom p {
	margin-bottom: 40px;
}

.m-bottom a {
	margin-top: 40px;
}

.from-style {
	border-radius: 0px;
	font-family: 'New Rail Alphabet White';
	font-size: 14px;
	padding: 15px;
	resize: none;
	min-height: 50px;
	    border: none;
}
.from-style::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #a8a8a8;
	opacity: 1;
	/* Firefox */
}

.from-style:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #a8a8a8;
}

.from-style::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #a8a8a8;
}

img {
	vertical-align: top;
}

.common-slider-arrow {
	background:none !important;
}
.dropdown-menu a{
	padding: 12px 15px;
}
.dropdown:hover>.dropdown-menu {
	display: block;
}
.dropdown-menu {
	padding: 0px;
    border-radius: 0px;
    min-width: 180px;
    margin: 0px;
    border: 0px;
    background: #b13333;
    color: #fff;
    top: 27px;
    left: 15px;
	font-family: 'New Rail Alphabet medium';
    font-size: 14px;
}
.dropdown-item{
	color:#fff;
}

.dropdown-menu a:hover{
	background-color: #000 !important;
	color:#fff;
}
.cursor {
	cursor: pointer;
}


/*-------General Css---------*/

.dblock {
	display: none;
}

.header-topbar {
	width: 100%;
	background: #000000;
	padding: 15px 0px;
}

.header-topbar ul {
	text-align: right;
}

.header-topbar ul li {
	display: inline-block;
	margin-left: 30px;
	vertical-align: top;
}

.header-topbar ul li a {
	font-family: 'New Rail Alphabet White';
	font-size: 14px;
	color: #ffffff;
}

.header-topbar ul li a img {
	margin-right: 12px;
	vertical-align: middle;
}

.navbar {
	position: absolute;
	top: 54px;
	left: 0px;
	width: 100%;
	z-index: 9;
	background-color: rgba(6, 6, 6, 0.6) !important;
}

.navbar-dark .navbar-nav .nav-link {
	font-family: 'New Rail Alphabet medium';
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	position:relative;
	padding:0px;
}
.navbar-dark .nav-item .nav-link::after{
	content:'';
	position:absolute;
	bottom:-5px;
	background-color:#fff;
	width:0%;
	height:2px;
	left:0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.navbar-dark .nav-item .nav-link:hover::after{
	width:100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.navbar-dark .nav-item .nav-link.active::after{
	content:'';
	position:absolute;
	bottom:-5px;
	background-color:#fff;
	width:100%;
	height:2px;
	left:0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.navbar-dark .nav-item .nav-link.active:hover::after{
	width:0%;
}
/*.navbar-dark .navbar-nav .active>.nav-link span{
	border-bottom: 2px solid #ffffff;
	display: inline-block;
	padding-bottom: 10px;
}*/


.navbar-expand-lg .navbar-nav .nav-item {
	padding-right: 1rem;
	padding-left: 1rem;
}

.navbar {
	padding: 1.2rem 1rem;
}

.home-page-banner {
	width: 100%;
}

.home-page-banner-wrapper {
	width: 100%;
	padding: 15% 0px 12%;
	position: relative;
}
.calsty {width: 100%;height:1250px; padding:0px; background:#F6F6F6; border:none; } 

.home-page-banner-wrapper:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	top: 0px;
	left: 0px;
	background: -moz-linear-gradient(30deg, rgba(18, 18, 18, 1) 0%, rgba(173, 173, 173, 0.1) 65%, rgba(255, 255, 255, 0.1) 99%);
	/* ff3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(18, 18, 18, 1)), color-stop(65%, rgba(173, 173, 173, 0.1)), color-stop(99%, rgba(255, 255, 255, 0.1)));
	/* safari4+,chrome */
	background: -webkit-linear-gradient(30deg, rgba(18, 18, 18, 1) 0%, rgba(173, 173, 173, 0.1) 65%, rgba(255, 255, 255, 0.1) 99%);
	/* safari5.1+,chrome10+ */
	background: -o-linear-gradient(30deg, rgba(18, 18, 18, 1) 0%, rgba(173, 173, 173, 0.1) 65%, rgba(255, 255, 255, 0.1) 99%);
	/* opera 11.10+ */
	background: -ms-linear-gradient(30deg, rgba(18, 18, 18, 1) 0%, rgba(173, 173, 173, 0.1) 65%, rgba(255, 255, 255, 0.1) 99%);
	/* ie10+ */
	background: linear-gradient(60deg, rgba(18, 18, 18, 1) 0%, rgba(173, 173, 173, 0.1) 65%, rgba(255, 255, 255, 0.1) 99%);
	/* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#121212', endColorstr='#ffffff', GradientType=1);
	/* ie6-9 */
	z-index: 0;
}

.home-banner-wrapper {
	position: relative;
	z-index: 99;
}

.home-banner-wrapper h1 {
	margin: 10px 0px;
}

.home-banner-wrapper h2 {
	font-family: 'New Rail Alphabet medium';
}

.banner-anchor {
	background: url(../images/banner-btn-arrow.png) no-repeat left center;
	padding: 20px 0px 20px 60px;
	margin-top: 50px;
	display: inline-block;
	font-family: 'New Rail Alphabet medium';
	font-size: 14px;
	color: #fff;
}

.banner-anchor:hover {
	background: url(../images/banner-btn-arrow2.png) no-repeat left center;
}

.common-button span img {
	margin-right: 10px;
	margin-bottom: -2px;
	vertical-align: middle;
}

.select-box-wrapper {
	padding: 30px 50px;
	background: #fff;
}

.each-select-area {
	margin-bottom: 15px;
}

.each-select-area h6 {
	margin-bottom: 10px;
}

.select-box-button .common-button {
	max-width: 100%;
	margin-top: 26px;
	height: 45px;
}

.select-box-area .container {
	position: relative;
	z-index: 99;
	margin-top: -75px;
}

.cars-wrapper {
	margin-top: 60px;
}

.cars-area {
	padding: 60px 0px;
}

.car-details {
	padding: 25px 30px;
	background: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
	height: 160px;
}

.big-car:hover .car-details {
	background: #181818;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.big-car:hover .car-details .car-price-area table tr td h2,
.big-car:hover .car-distance h6,
.big-car:hover .car-details .car-price-area p {
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.smal-car .car-details {
	background: #fff;
}

.car-price-area table {
	width: 100%;
}

.car-price-area table tr td h2 {
	font-family: 'New Rail Alphabet bold';
	font-size:17px;
}
.car-price-area table tr td p{
	font-size:14px;
	font-family: 'New Rail Alphabet medium';
}
.car-price-area table tr td:last-child {
	text-align: left;
}

.car-distance {
	padding-top: 20px;
}

.car-distance h6 {
	color: #afafaf;
}

.car-distance span {
	margin: 0px 30px;
}

.smal-car {
	background: #fff;
}

.smal-car .car-details .car-price-area table tr td h6 {
	font-family: 'New Rail Alphabet bold';
	color: #121212;
}

.smal-car .car-details .car-price-area table tr td p {
	font-size: 10px;
}

.smal-car .car-details {
	padding: 12px 18px;
}

.smal-car .car-distance {
	padding-top: 10px;
}

.smal-car .car-distance h6 {
	font-size: 10px;
	color: #afafaf;
}

.small-car-wrapper .col-md-6:nth-last-child(-n+2) {
	margin-top: 30px;
}

.cars-button-area {
	margin: 20px 0px 0px;
}

.cars-button-area a:first-child {
	margin-right: 30px;
}

.werkplats-area {
	padding-top: 50px;
}

.werkplats-area-gallery {
	margin-top: 60px;
}

.each-werk-img {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.image {
	display: block;
	width: 100%;
	height: auto;
}

.overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.65);
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
}

.each-werk-img:hover .overlay {
	height: 100%;
}

.text {
	color: white;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 80%;
	padding-left: 50px;
}

.text p {
	margin-top: 20px;
	font-size: 12.8px;
}

.text a.common-button {
	margin-top: 50px;
}

.image-heading {
	position: absolute;
	bottom: 0px;
	left: 00px;
	transition: .5s ease;
	width: 100%;
	height: 100%;
	padding: 30px 50px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
	/* IE6-9 */
	opacity: 1;
}

.image-heading-content {
	vertical-align: bottom;
}

.each-werk-img:hover .image-heading {
	opacity: 0;
	transition: .5s ease;
}

.auto-pul {
	padding: 65px 0px 95px;
}

.autopal-content {
	background: #fff;
	margin-top: 60px;
}


/*================for thumb slider===============*/


.wrapper {
  height: 500px;
  display: flex;
  flex-direction: row;
}

.swiper-slide img {
  display: block;
  height: 100%;
  width: 100%;
  margin: 0 auto;
object-fit: cover;
}
.Gallery{
	/*position:absolute;*/
	width:100%;
	height:100%;
}
.Thumbs {
  flex-basis: 100px;
  height: 380px;
}
.thumbs-wrapper{
	background:#fff;
  	padding:15px;
  	position:absolute;
  	width:160px;
  	right:0px;
	/*height:420px;*/
	height:auto;
  	top:50%;
  	transform:translateY(-50%);
  	border:2px solid #f1f1f1;
  	z-index:9;
}
.Thumbs .swiper-slide-active {
  opacity: 1;
}
.thumbs_content{
	width:100%;
	padding: 35px;
}
.thumbs_content  p{
	margin-top:30px;
	text-align:center;
}
.thumbs_content h5{
	font-family: 'BRADHI';
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 40px;
	font-size: 18px;
}

/*================for thumb slider===============*/

.footer-area {
	background: #eff3f6;
	padding: 60px 0px 40px;
}
.footer-left ul li{
	margin-bottom: 15px;
}
.footer-left ul li a{
	color: #121212;
	font-size: 13px;
	font-family: 'New Rail Alphabet medium';
}
.icon {
	margin: 25px 0px;
}

.footer-social ul {
	margin-top: 20px;
}

.footer-social ul li {
	padding-right: 40px;
	display: inline-block;
}

.each-tab h5 {
	margin-bottom: 20px;
}

.each-tab p {
	font-size: 13px;
	color: #646464;
	line-height: 23px;
}

.each-tab p span {
	font-family: 'New Rail Alphabet bold';
}

.each-tab.address-area p {
	font-size: 15px;
	line-height: 25px;
	color: #121212;
}

.each-tab.address-area p a {
	color: #121212;
}

.each-tab.address-area p a:hover {
	color: #646464;
}

.footer-nav ul {
	text-align: right;
}

.footer-nav ul li {
	display: inline-block;
	padding-left: 35px;
}

.footer-nav ul li a {
	font-family: 'New Rail Alphabet medium';
	font-size: 14px;
	color: #a2a2a2;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.footer-nav ul li a:hover {
	color: #121212;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.footer-bottom {
	margin-top: 50px;
	padding-top: 40px;
	border-top: 1px solid #dbe0e3;
}

.footer-nav {
	padding-top: 15px;
}

/*.timming-area {
	padding-left: 70px;
}*/

.inner-page-header .header-topbar {
	display: none;
}

.inner-page-header .navbar {
	top: 0px;
}

.inner-page-banner-content {
	padding: 15% 0px 10%;
}

.acties-listing {
	padding: 50px 0px 90px;
}

.listing-details {
	max-width: 360px;
	width: 100%;
	margin: 0px auto;
	padding: 80px 0px;
}

.listing-details h2 {
	letter-spacing: 1px;
}

.listing-details p {
	text-align: justify;
	text-align-last: center;
	font-size: 13px;
	margin-top: 20px;
}

.listing-details a {
	margin-top: 60px;
}

.eac-acties-listing {
	background: #fff;
	margin-top: 60px;
	border:2px solid #f1f1f1;
}

.eac-acties-listing {
}

.acties-listing .container .row .col-md-6:nth-child(even) {
	padding-left: 30px;
}

.acties-listing .container .row .col-md-6:nth-child(odd) {
	padding-right: 30px;
}

.ons-aanbod-ali-content-text {
	/*padding: 115px 56px;*/
	background: #fff;
	padding: 40px;
}
.ons-aanbod-ali-content-text table{
	width:49%;
	display:inline-block;
	vertical-align:top;
	text-align: left;
}
.ons-aanbod-ali-content-text table tr td{
	font-family: 'New Rail Alphabet bold';
	color:#121212;
	font-size:13px;
	padding-bottom:3px;
}
.ons-aanbod-ali-content-text table tr:nth-child(even) td{
	font-family: 'New Rail Alphabet White';
	padding-bottom:24px;
	word-break: break-word;
}
.ons-aanbod-ali-content-text p {
	text-align: justify;
	text-align-last: center;
	margin-top: 30px;
}

.ons-aanbod-ali-content-text a {
	margin-top: 60px;
}

.ons-aanbod-ali-section {
	margin-bottom: 80px;
}

.acties-title-content {
	background: #fff;
}

.content-middle {
	vertical-align: middle;
	padding: 0px 10% 0px 8%;
}

.acties-contact-form {
	background: #181818;
	padding: 50px 40px;
}

.acties-contact-form .common-button:hover {
	background-color: #fff;
	color: #395281;
}

.acties-titel-contact-form .acties-title-content.m-bottom a {
	margin-top: 10px;
}

.content-middle-width {
	max-width: 700px;
}

.acties-titel-contact-form {
	margin-top: 10px;
}

.acties-listing-details-img img {
	vertical-align: top;
}

.acties-details {
	padding: 5% 0px;
}

.information-left table {
	width: 100%;
}

.information-left table tr td img {
	margin-top: 0px;
    vertical-align: middle;
}

.information-left table tr td {
	vertical-align: top;
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 0px;
	/*padding-top: 15px;*/
	padding-bottom: 15px;
	font-family: 'New Rail Alphabet White';
}
.information-left table tr td a{
	color:#121212;
}
/*.timming-right {
	padding-top: 15px;
}*/

.contact-content {
	padding: 80px 0px 60px;
}

.diensten-text {
	background: #fff;
	padding: 50px 80px 50px 65px;
	margin-bottom: 10px;
}

.diensten-text a {
	margin-bottom: 40px;
}

.diensten-text h2 {
	margin-bottom: 30px;
}

.diensten-details .content-middle {
	padding-top: 60px;
}

.diensten-details {
	padding: 50px 0px;
}

.diensten-slider-wrapper .each-werk-img:hover .image-heading {
	opacity: 1;
	transition: .5s ease;
}

.ons-aanbod-ali-section {
	padding-top: 70px;
}

.diensten-slider-wrapper {
	margin-top: 40px;
}

.diensten-list-content {
	background: #fff;
	padding: 80px 50px;
}

.diensten-listview {
	padding: 0px 0px 100px;
}

.diensten-list-content-wrapper {
	padding: 70px;
	border: 2px solid #f1f1f1;
	margin-left: -175px;
	position: relative;
	z-index: 999;
	background: #fff;
}

.diensten-list-content-wrapper p {
	text-align-last: center;
}

.diensten-list-content-wrapper a {
	margin-top: 25px;
}

.diensten-listview .row {
	margin-top: 50px;
}

.diensten-listview .row.flex-row-reverse .col-md-4 .diensten-list-content-wrapper {
	margin-left: 0;
	margin-right: -175px;
}

.verkcht-list {
	padding-top: 50px;
}

.verkcht-list .smal-car .car-distance {
	padding-top: 15px;
}

.verkcht-text {
	vertical-align: middle;
	padding: 0px 30% 0px 70px;
}

/*.verkcht-text p {
	text-align-last: center;
}*/

.verkcht-text a {
	margin-top: 10px;
}

.over-morganr-cars-text {
	background: #fff;
	padding: 70px 50px;
}

.over-morganr-cars-text p {
	text-align-last: center;
}

.each-testimonial {
	background: #181818;
}

.testimonail-text {
	padding: 35px 55px 70px 35px;
}

.testimonial-text-content p {
	font-family: 'Montserrat';
	color: #4c4c4c;
	font-size: 14px;
	padding: 20px 0px 0px 60px;
}

.testimonial-text-content {
	position: relative;
}

.testimonial-text-content:before {
	position: absolute;
	top: 0px;
	left: 0px;
	content: '';
	background: url(../images/before.png) no-repeat center center/cover;
	width: 42px;
	height: 36px;
}

.testimonial-text-content:after {
	position: absolute;
	bottom: -18px;
	right: -22px;
	content: '';
	background: url(../images/after.png) no-repeat center center/cover;
	width: 42px;
	height: 36px;
}

.testi-slider {
	position: relative;
}

.testi-slider .swiper-button-next,
.testi-slider .swiper-button-prev {
	top: 95%;
}

.testi-slider .swiper-button-next {
	right: auto;
	left: 85px;
}

.testi-slider .swiper-button-prev {
	left: 35px;
}

.testimonial-left-text {
	background: #fff;
	padding: 70px;
}

.logos-area {
	margin-top: 10%;
}

.logos-area ul {
	text-align: center;
	font-size: 0px;
}

.logos-area ul li {
	display: inline-block;
	width: 33.33%;
	padding: 21px 0px;
}

.logos-area ul li:nth-last-child(-n+3) {
	padding-bottom: 0px;
}

.slider-part {
	margin-top: 10px;
}

.overons-content {
	padding: 70px 0px 100px;
}

.counter-area {
	padding: 70px 0px;
}

.counter-left-text h2 {
	font-size: 44px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

/*.counter-left-text {
	margin-left: -25px;
}
*/
.count_box {
	font-size: 27px;
	font-family: 'Rockwell Regular';
	color: #fff;
	margin-top: 10px
}

.counters_dtls p {
	text-align: center;
	font-size: 15px;
}
.counter-left-text p{
	font-size:15px;
}

/*==========pop up===========*/
.mm-slideout {
z-index: unset;
}

.modal_area .modal_close_img{
position: absolute;
top: 0px;
right: 0px;
height:100%;
}
.modal_area .modal-dialog {
margin-top:10%;
}
.modal_area .modal-body{ 
padding:0px;
}

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

.popup_content p{
	text-align:center;
	margin-top: 15px;
	line-height: 18pt;
}
.popup_content {
    padding:50px;
}
.modal_area .modal-content h5{
	font-size:20px;
}
.modal_area .modal-content{
	text-align:center;
}
.modal_area .modal-content h1{
	font-size:50px;
}
/*=======pop up end==========*/
.side_logo{
	position:fixed;
	top:50%;
	right:0px;
	z-index:9999;
	transform:translateY(-50%);
}


/*********AANBOD********/
.aanbod_select_box{
	padding-top: 130px;
}
.aanbod_select_box .container {
	margin-top: 0px;
}

.reset_btn a {
	color: #395281;
}

.aanbod_car_gallery .col-lg-6 {
	padding-bottom: 40px;
}

.aanbod_car_gallery .smal-car {
	margin-bottom: 40px;
}


/*********AANBOD DETAILS**********/

.banner_nxt_colection_panel {
	padding-top: 170px;
	padding-bottom: 26px;
}

.banner_nxt_colection_panel ul li {
	display: inline-block;
}

.collection_content_sec h2 {
	font-size: 36px;
}

.car_thumb_slider {
	background-color: #181818;
	padding: 15px;
}

.car_thumb_slider .gallery-thumbs {
	padding-top: 15px;
}

.car_dtls_slider .swiper-button-next {
	right: 25px;
}

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

.table_side_icon img {
	margin-right: 15px;
}

.table_side_icon {
	text-align: right;
}

.side_table table {
	width: 100%;
}

.side_table table tr td {
	color: #fff;
	font-size: 16px;
	font-family: 'New Rail Alphabet bold';
	padding-bottom: 10px;
	padding-top: 10px;
}
.side_table table tr td:nth-child(2){
	font-family: 'New Rail Alphabet White';
}
.side_table table tr {
	border-bottom: 1px solid #2a2a2a;
}

.side_table {
	padding: 20px 15px 5px;
}

.btn_group button {
	max-width: 100%;
}

.trug_btn {
	text-align: right;
}

.btn_group {
	margin-top: 20px;
}

.side_table table tr:last-child {
	border-bottom: none;
}


/*=============-tab area==============-*/

.aanbod_detail_tab_sec {
	padding: 15px 0px;
}

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

.aanbod_detail_tab_sec .tab_sec .nav-tabs .nav-item {
	border-bottom: none;
	margin-bottom: -1px;
	width: 19.36%;
	margin: 0px 10px 15px 0px;
	text-align: center;
	background-color: #dcdcdc;
	font-size: 14px;
	font-family: 'New Rail Alphabet medium';
}

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

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

.aanbod_detail_tab_sec .nav-tabs .nav-link {
	border-top-left-radius: 0rem;
	border-top-right-radius: 0rem;
	border: none;
	padding: 14px;
	text-transform: uppercase;
	color: #121212;
}

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

.aanbod_detail_tab_sec .tab_content_wrapper {
	padding: 50px 30px;
	background: #fff;
}

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

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

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

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

.aanbod_detail_tab_sec .tab_content_wrapper .tab-pane .tab_hedaing h4 {
	color: #121212;
	border-bottom: 1px solid #999999;
	padding-bottom: 10px;
	text-transform: uppercase;
	padding-top: 15px;
}

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

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

.tab_content_wrapper p {
	color: #121212;
}

.tabber_area {
	padding-top: 50px;
}

.logo_a {
	margin-top: 15px;
	margin-bottom: 30px;
}

.dtls_social_icons li {
	display: inline-block;
	font-family: 'Rockwell Regular';
	font-size: 18px;
	color: #121212;
}

.dtls_social_icons li:last-child {
	float: right;
}

.dtls_social_icons li img {
	margin-right: 20px;
	max-height: 20px;
	vertical-align: middle;
}

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

.cars_gallery .swiper-button-next {
	right: -64px;
}

.cars_gallery .swiper-button-prev {
	left: -90px;
}

.cars_gallery_slider {
	padding: 40px 0px 25px;
}

.gallery-thumbs .swiper-button-next {
	right: 25px;
}

.gallery-thumbs .swiper-button-prev {
	left: 0px;
}
.whatsapp_button{
    position: fixed;
    bottom: 0px;
    width: 200px;
    z-index: 99999999;
    right: 40px;
}
.select-area-whatsaa-btn .common-button{
	min-width: 225px;
}
.cars_gallery_slider .smal-car .car-details .car-price-area table tr td h6 {
    font-size:19px;
}
.cars_gallery_slider .smal-car .car-distance h6 {
    font-size: 14px;
}
.cars_gallery_slider .smal-car .car-details .car-price-area table tr td p {
    font-size: 14px;
	color:#121212;
	font-family: 'New Rail Alphabet medium';
}
.acties-contact-form .form-group{
	margin-bottom:12px;
}
.acties-contact-form .common-button{
	margin-top:30px;
}
/****************thank you**************/
.bedankt_content_area{
    width: 70%;
    text-align: center;
    margin: 0 auto 0;
    display: table;
	padding: 20% 0% 12%;
}
.bedankt_content_area h1{
	font-size:48px;
	color:#fff;
}
.bedankt_txt{
	padding:0px 12%;
}
.bedankt_content_area p{
	color:#fff;
	margin-top:30px;
	margin-bottom:60px;
	text-align: center;
}
/*******vercocht*******/
.vercocht_cars_area{
	padding-top:150px;
}
/*******diensten dtls******/
.diensten_dtls_area table{
	width:100%;
}
.diensten_dtls_area table tr td:nth-child(odd) {
    padding-right:25px;
}
.diensten_dtls_area table tr td:nth-child(even) {
    padding-left: 25px;
}
/*====================NEW ADD=================*/
.select-box-area{
	background-color: #f7f7f7;
	position: relative;
    z-index: 1;
}
.aanbod_car_gallery{
	padding-top:35px;
}
.aanbod_details_slider .btn_group .common-button:hover{
	background:#fff;
	color:#395281;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod_detail_tab_sec .tab_content_wrapper .from-style{
	border: 2px solid #a6a6a6;
}
.verkcht-list  .col-lg-6 {
    padding-bottom: 40px;
}
/*=============x===============*/
.cars-wrapper{
	position:relative;
}
.cars-area .swiper-button-next{
	right: -70px;
}
.cars-area .swiper-button-prev{
	left: -90px;
}
.cars-wrapper2{
	position:relative;
}
.cars-area .big-car{
	padding-bottom:40px;
}
#mobile-contact-bar{
	display: none;
}
.footer-area .menu-area li {
	padding-bottom:10px;
	font-size:14px;
	font-family: 'New Rail Alphabet medium';
}
.footer-area .menu-area li a{
	color:#121212;
}
.footer-area .menu-area li a:hover{
	color:#b13333;
}
 .each-tab table{
	width:100%;
}
 .each-tab table tr td{
	font-family: 'New Rail Alphabet White';
	color:#121212;
	font-size:14px;
}
 .each-tab table tr td:first-child{
	font-family: 'New Rail Alphabet bold';
}
.reset_btn{
	margin-top:35px;
}
.aanbod_select_box .each-select-area {
    margin-bottom: 30px;
}
.aanbod_car_gallery .col-lg-4{
	padding-bottom:60px;
}
.aanbod_car_gallery .col-lg-8{
	padding-bottom:60px;
}
.photo_upload{
color:#a8a8a8;
}
.diensten_dtls_img_sec .common-button{
	margin:40px 0px;
}
.diensten_dtls_img_sec{
	margin-bottom:0px;
}
.diensten_dtls_change{
	padding: 10px 0px 80px;
}
.diensten-slider{
	padding-bottom: 90px;
}
.acties-contact-form .photo_upload{
	color:#fff;
	border:2px solid #bcbcbc;
	background:transparent;
	text-align:center;
}
.werk_btm_slider_sec {
	padding-bottom: 80px;
}
.vacature_listview_area .diensten-list-content-wrapper{
	margin-left:0px;
	border:0px;
	background:transparent;
	padding:0px;
}
.vacature_img_part{
	background-color:#fff;
	margin-bottom: 10%;
}
.vacature_mbo_area h4{
	font-size:38px;
	color:#121212;
	font-family: 'Rockwell Regular';
}
.vacature_mbo_area h6{
	font-size:20px;
	color:#121212;
	font-family: 'New Rail Alphabet White';
	padding-bottom: 30px;
}
.vacature_mbo_area h6:last-child{
padding-bottom: 0px;
}
.vacature_mbo_area{
	padding-bottom:30px;
	text-align: center;
}
.vacature_listview_area .diensten-list-content-wrapper p{
	text-align-last: left;
}
.vacature_listview_area .diensten-list-content .col-lg-9{
	padding-right:15%;
}
.vacature_listview_area .row {
    margin-top: 0px;
}
.vacature_listview_area{
	padding-top: 7%;
	padding-bottom: 0%;
}
.vacature_content h6{
	font-size:13px;
	color:#121212;
	font-family: 'New Rail Alphabet bold';
	 text-align: left;
}
.vacature_content p {
    text-align: left;
    text-align-last: left;
    margin-top: 5px;
	word-break: break-word;
}
.vacature_content{
	padding-bottom:30px;
}
.vacature_content:last-child{
    padding-bottom: 0px;
}
.vercocht_cars_area{
	padding-top: 170px;
}
.content-middle_img{
	padding-top:10%;
	padding-bottom: 80px;
}
.wrk_details_area{
	padding-bottom:0px;
}
.wrk_details_gallery{
	padding-bottom:90px;
}
.bedankt_content_area h2{
	color:#fff;
	margin-top:20px;
}
.cursor
{
	cursor:pointer;
}
.error_background {
	height: 110px;
}
.kenteken_np{
	background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
	padding: 8px 0 6px 30px;
}
.morgan_footer
{
	text-align: center;
	background-color: #000;
	padding-top: 7px;
}

#menu {
	display: none;
}

.mm-current {
	display: block !important;
}
.aanbod_details_slider .accordion .card-header{
    font-family: 'New Rail Alphabet medium';
    font-size: 14px;
    color: #fff;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    height: 50px;
    text-align: center;
    border: 0px;
    border-radius: 0px;
    background: #b13333;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	cursor:pointer;
	padding: 0px;
}
.card-title{
	text-transform: uppercase;
}
.meer-weten span{
	text-transform: uppercase;
}
.aanbod_details_slider .accordion .acties-contact-form {
    padding: 30px 0px;
}
.aanbod_details_slider .accordion .card-body{
	padding:0px;
}
.aanbod_details_slider .accordion .card{
	border:0px;
}

.aanbod_details_slider .accordion{
	padding-top: 20px;
}
.inner-page-banner-content h1{
	font-size:48px;
}
.no_record{
	padding:15% 0px 10%;
	text-align:center;
	font-size:24px;
	font-family: 'New Rail Alphabet medium';
}
.navbar.active {
    top: 0px;
    width: 100%;
    position: fixed;
    -webkit-transition: all 1s;
    transition: all 1s;
    z-index: 9999;
    background-color:#000000 !important;
    padding: 30px 0px;
    -webkit-box-shadow: -1px 4px 6px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 4px 6px -3px rgba(0,0,0,0.75);
    box-shadow: -1px 4px 6px -3px rgba(0,0,0,0.75);
}
/*=======cookie start==========*/
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
	padding: 35px 0;
}
.light_theme{
	background:rgba(255, 255, 255, 0.83);
	-webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75); 
	box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
	-webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75); 
	box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75);
}
.cookie_div{
	color:#9c9c9c;
	font-size: 13pt;
	font-family: 'Calibri';
}
.cookie_div h4{
	margin-bottom: 15px;
	font-size: 13pt;
	font-family: 'Calibri';
}
.light_theme h4{
	color:#2a2a2a;
}
.dark_theme h4{
	color:#c9c9c9;
}
.cookie_div a{
	color:#38b6be;
	font-size: 13pt;
	font-weight:bold;
	margin-left:8px;
	font-family: 'Calibri';
}
.cookie_div button{
	color:#3c935c;
	font-size: 12pt;
	background:#e6f8ed;
	font-weight: bold;
    border: 0;
    padding: 13px 25px;
	margin:5px 0;
	cursor: pointer;
	font-family: 'Calibri';
}
.top_gapping{
    background: #3a3a3a;
    padding: 59px 0px;
	position: relative;
}
.top_gapping:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 45%;
	-webkit-clip-path: polygon(0 0, 66% 0, 85% 100%, 0% 100%);
	clip-path: polygon(0 0, 66% 0, 85% 100%, 0% 100%);
	background-color: rgba(18,18,18,1);
	content: '';
	z-index: 0;
	height: 100%;
}
.service_pagination { position: relative; top: 0px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); text-align: center; }
.service_pagination a { display: inline-block; width: 40px; height: 40px; -moz-border-radius: 4px; border-radius: 4px; font-size: 12px; line-height: 40px; text-align: center; }
.service_pagination li { display: inline-block; }
.service_pagination a { color: #000000; border-radius: 50%; font-size: 17px; margin: 0 3px; background: #FFFFFF; }
.service_pagination .active a, .service_pagination a:hover { background: #b13333; color: #fff; border-radius: 50%; }
.aanbod_area{
	background:#121212;
	position:relative;
	padding-top:90px;
	margin-top: -1px;
}
.onez-acties-text-content h2 {
	margin-bottom: 20px;
	font-family: 'New Rail Alphabet Bold';
    font-size: 24px;
    color: #fff;
}
.onez-acties-text-content p {
	color: #828282;
	text-align: justify;
}
/*----- Responsive Css-----*/

@media (min-width: 1350px) {
	.container {
		max-width: 1280px;
	}
}

@media (min-width: 992px) {
	.side_table_area2 {
		display: none;
	}
	.side_table_area
	{
		margin-top: 40px;
	}
	
}

/*@media (max-width: 1600px) {
.modal_area .modal-dialog {
max-width: 70%;
}
}*/
@media (max-width: 1499px) {
.cars-area .swiper-button-next {
    right: 20px;
}
.cars-area .swiper-button-prev {
    left: 0px;
}
}
@media (max-width: 1500px) {
	.cars_gallery .swiper-button-next {
		right: -45px;
	}
	.cars_gallery .swiper-button-prev {
		left: -46px;
	}
}

@media (max-width: 1399px) {
	.aanbod_detail_tab_sec .tab_sec .nav-tabs .nav-item {
		width: 19.28%;
	}
	.cars_gallery .swiper-button-next {
		right: -5px;
	}
	.cars_gallery .swiper-button-prev {
		left: 0px;
	}
}
@media (max-width: 1349px) {
	.counter-left-text p br{
		display:none;
}

}
@media (max-width: 1199.98px) {
	h1 {
		font-size: 45px;
	}
	h2 {
		font-size: 20px;
	}
	.home-banner-wrapper h1 {
		margin: 5px 0px;
	}
	.navbar-brand img {
		    max-height: 40px !important;
	}
	.text p {
		margin-top: 10px;
		font-size: 12px;
	}
	.text a.common-button {
		margin-top: 27px;
	}
	.common-button {
		height: 45px;
		line-height: 45px;
	}
	.text {
		padding-left: 35px;
		width: 90%;
	}
	.image-heading {
		padding: 30px 35px;
	}
	.timming-area {
		padding-left: 0px;
	}
	.footer-bottom {
		margin-top: 35px;
		padding-top: 35px;
	}
	.footer-logo img {
		max-width: 300px!important;
	}
	.footer-nav ul li {
		padding-left: 18px;
	}
	.footer-area {
		padding: 60px 0px 40px;
	}
	.acties-listing {
		padding: 0px 0px 0px;
	}
	.ons-aanbod-ali-content-text {
		padding: 50px 20px;
	}
	.eac-acties-listing {
		margin-top: 30px;
	}
	.acties-listing .container .row .col-md-6:nth-child(2n+1) {
		padding-right: 15px;
	}
	.acties-listing .container .row .col-md-6:nth-child(2n) {
		padding-left: 15px;
	}
	.ons-aanbod-ali-section {
		margin-bottom: 50px;
		padding-top: 50px;
	}
	.contact-content {
		padding: 50px 0px 30px;
	}
	.diensten-text {
		padding: 50px 55px 50px 50px;
	}
	.overons-content {
		padding: 50px 0px;
	}
	.testimonial-left-text {
		padding: 33px;
	}
	.counter-left-text h2 {
		font-size: 30px;
	}
	/*========final add by neo13========*/
	.navbar-expand-lg .navbar-nav .nav-item {
		padding-right: 10px;
		padding-left: 10px;
	}
	.navbar-expand-lg .navbar-nav .nav-item:last-child{
		padding-right: 0px;
	}
	.navbar-dark .navbar-nav .nav-link {
    font-size: 12px;
	}


	/******aanbod details*******/
	.banner_nxt_colection_panel {
		padding-top: 120px;
	}
	.side_table table tr td {
		font-size: 15px;
	}
	.aanbod_detail_tab_sec .tab_sec .nav-tabs .nav-item {
		width: 19.14%;
	}
	/*********thank you*****/
	.bedankt_content_area{
    width: 85%;
    
}
/*============neo13===============*/
.diensten_dtls_img_sec{
	padding-top:0px;
}
.werk_btm_slider_sec {
    padding-bottom: 0px;
}
.acties-details {
    padding: 80px 0px 30px;
}
}

@media (max-width: 991.98px) {
	.dblock {
		display: block;
	}
	.header-area {
		display: none;
	}
	.header {
		position: absolute;
		width: 100%;
		top: 0px;
		left: 0px;
		background-color: rgba(0, 0, 0, 0.8);
		z-index: 9;
		padding: 15px 0px;
	}
	.header a {
		top: 13px;
	}
	.hamburger-inner,
	.hamburger-inner::after,
	.hamburger-inner::before {
		background-color: #fff;
	}
	h1 {
		font-size: 35px;
	}
	h2 {
		font-size: 18px;
	}
	.banner-anchor {
		margin-top: 25px;
	}
	.select-box-wrapper {
		padding: 30px 30px;
	}
	.cars-area {
		padding: 30px 0px;
	}
	.cars-wrapper {
		margin-top: 30px;
	}
	.car-details {
		padding: 20px 35px;
	}
	/*.big-car {
		margin-bottom: 15px;
	}*/
	.small-car-wrapper .col-md-6:nth-last-child(-n+2) {
		margin-top: 0px;
	}
	.cars-button-area {
		margin: 30px 0px 0px;
	}
	.common-button {
		height: 45px;
		line-height: 45px;
		font-size: 13px;
	}
	.each-werk-img img {
		/*height: 300px;*/
		width: auto;
	}
	.listing-details {
		padding: 40px 40px;
	}
	.listing-details a {
		margin-top: 33px;
	}
	.ons-aanbod-ali-content-text {
		padding: 50px 20px;
	}
	.ons-aanbod-ali-content-text a {
		margin-top: 20px;
	}
	.acties-listing {
		padding: 0px 0px 00px;
	}
	.ons-aanbod-ali-section {
		margin-bottom: 40px;
	}
	.m-bottom h2 {
		margin-bottom: 15px;
	}
	.m-bottom a {
		margin-top: 10px;
	}
	.content-middle {
		padding: 50px 30px 0px;
	}
	.acties-details {
		padding: 50px 0px;
	}
	.acties-contact-form {
		padding: 50px 25px;
	}
	.footer-nav {
		padding-top: 0px;
	}
	.information-left table tr td {
		font-size: 14px;
		line-height: 26px;
	}
	.diensten-details {
		padding: 50px 0px;
	}
	.diensten-text {
		padding: 30px 15px 35px 15px;
	}
	.diensten-text a {
		margin-bottom: 30px;
	}
	.diensten-details .content-middle {
		padding-top: 50px;
	}
	.diensten-slider-wrapper .each-werk-img img {
		height: auto;
		width: auto;
	}
	.ons-aanbod-ali-section {
		padding-top: 30px;
	}
	.diensten-list-content-wrapper {
		padding: 30px;
		margin-left: -135px;
	}
	.diensten-list-content {
		padding: 30px;
	}
	.diensten-listview .row.flex-row-reverse .col-md-4 .diensten-list-content-wrapper {
		margin-left: 0;
		margin-right: -135px;
	}
	.diensten-listview {
		padding: 0px 0px 70px;
	}
	.verk-txt-banner {
		padding-top: 10%;
		padding-bottom: 10%;
	}
	.counter-left-text {
		margin-bottom: 30px;
	}
	

	/*********aanbod**********/
	.aanbod_car_gallery .verkcht-text {
		padding: 0px 50px;
	}
	.aanbod_car_gallery .big-car {
		margin-bottom: 0px;
	}
	.aanbod_select_box {
    padding-top: 115px;
	}
	/*********aanbod details*******/
	.aanbod_detail_tab_sec .tab_sec .nav-tabs .nav-item {
		width: 49%;
	}
	.aanbod_detail_tab_sec .tab_sec .nav-tabs .nav-item:nth-child(2) {
		margin-right: 0px;
	}
	.aanbod_detail_tab_sec .tab_sec .nav-tabs .nav-item:nth-child(4) {
		margin-right: 0px;
	}
	.aanbod_detail_tab_sec .pl-0 {
		padding-left: 15px!important;
	}
	.aanbod_detail_tab_sec .tab_content_wrapper {
		margin-bottom: 30px;
	}
	.side_table_area1 {
		display: none;
	}
	.side_table_area2 {
		padding-top: 30px;
	}
	.collection_content_sec h2 {
		font-size: 24px;
	}
	.banner_nxt_colection_panel {
		padding-top: 95px;
	}
	.dtls_social_icons li:last-child {
		float: none;
		margin-left: 50px;
	}
	.information-left table tr td img {
    margin-right: 10px;
	}
	.bedankt_content_area h1{
	font-size:28px;	
	}
	/****** VERCOCHT*****/
	.vercocht_cars_area {
    padding-top: 120px;
	}
	.small-car-wrapper .smal-car{
		margin-top: 0px;
	}
	/*=========================new add=====================*/
	.aanbod_details_slider .btn_group button{
		max-width:270px;
	}
	.overons-content  .pr-1{
	padding-right:15px !important;
}
.overons-content  .pl-1{
	padding-left:15px !important;
}
.auto-pul {
    padding: 40px 0px;
}
.autopal-content {
    margin-top: 40px;
}
/*==========neo13==========*/
.footer-top .col-lg-5 {
padding-bottom:30px;
}
.side_logo{
	display:none;
}
.cars-area .swiper-button-next {
  display:none;
}
.cars-area .swiper-button-prev {
  display:none;
}
.res_logo_styl {
    max-height: 40px !important;
}
.aanbod_select_box .select-box-button .common-button{
	margin-top:0px;
}
.reset_btn {
    margin-top: 10px;
}
.contact-content .pl-1{
    padding-left: 15px!important;
}
.contact-content .pr-1{
    padding-right: 15px!important;
}
.information-left table {
    width: auto;
}
.contact-content .timming-right{
	padding:30px 0px;
}
.diensten-slider {
    padding-bottom: 40px;
}
.diensten_dtls_img_sec{
	padding-top:0px;
}
.vacature_img_part .diensten-list-img{
	height: 230px !important;
}
.vacature_listview_area {
    padding-top: 10%;
    padding-bottom: 0%;
}
.vacature_mbo_area h4 {
    font-size: 30px;
}
.vacature_mbo_area h6 {
    font-size: 18px;
}
.content-middle_img .pl-2{
	padding-left:15px !important;
}
.content-middle_img .pr-2{
	padding-right:15px !important;
}
.content-middle_img .col-lg-6{
	padding-bottom:30px;
}
.content-middle_img {
    padding-bottom: 0px;
}
.wrk_details_gallery {
    padding-bottom: 0px;
	padding-top: 0px;
}
.werkplats-area-gallery {
    margin-top: 40px;
}
/*=========pop up change=====*/
.modal_area .modal-content h1 {
    font-size: 30px;
}
.modal_area .modal-content h5 {
    font-size: 18px;
}
.popup_content {
    padding: 30px;
}
.side_table_area
{
	margin-top:40px;
}
/*========final add by neo13=======*/
.aanbod_car_gallery .col-lg-4 {
    padding-bottom: 40px;
}
.inner-page-banner-content h1 {
    font-size: 30px;
}
.inner-page-banner-content {
    padding: 17% 0px 10%;
}
.ons-aanbod-ali-content-text table {
    width: 48%;
}
}

@media (max-width: 767.98px) {
	.li_color{
		border-left: 1px solid #ffffff; 
	}
	.whatsappBtn{
		display: none;
	}
	.calsty {height:1400px; } 

	#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: #b13333;
		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%;
	}
	#mobile-contact-bar ul li a{
	color: rgba(255,255,255,0.9);
    cursor: pointer;
    display: block;
    height: 100%;
    position: relative;
    z-index: 9998;
    top: 8px;
	}
	/*.res_logo_styl {
		max-width: 250px !important
	}*/
	.res_logo_styl {
    max-height: 30px !important;
	}
	h1 {
		font-size: 30px;
	}
	.select-box-area .container {
		margin-top: -45px;
	}
	.home-page-banner-wrapper {
		padding: 20% 0px 12%;
	}
	/*.cars-button-area a:first-child {
		margin-right: 0px;
		margin-bottom: 15px;
	}*/
	.werkplats-area {
		padding-top: 0px;
	}
	.werkplats-area-gallery {
		margin-top: 35px;
	}
	.each-werk-img img {
		width: 100%;
	}
	.footer-area {
		padding: 35px 0px 20px;
	}
	.icon {
		margin: 10px 0px;
	}
	/*.footer-social ul {
		margin-top: 0px;
		margin-bottom: 20px;
	}*/
	.footer-area .each-tab{
		padding-top:30px;
	}
	.each-tab h5 {
		margin-bottom: 12px;
	}
	.footer-nav ul {
		text-align: left;
	}
	.footer-nav {
		padding-top: 25px;
	}
	.footer-nav ul li {
		padding-left: 0px;
		padding-right: 15px;
	}
	.eac-acties-listing {
		margin-top: 30px;
	}
	.acties-listing {
		padding: 0px 0px 30px;
	}
	.ons-aanbod-ali-content-left {
		height: 300px !important;
	}
	.listing-details {
		max-width: 100% !important;
		padding: 50px 20px;
	}
	.inner-page-banner-content {
		padding: 20% 0px 10%;
	}
	.pr-1 {
		padding-right: 15px !important;
	}
	.pl-1 {
		padding-left: 15px !important;
	}
	.content-middle {
		padding: 30px 15px 30px 15px;
	}
	.acties-contact-form {
		padding: 25px 15px;
	}
	.acties-details {
		padding: 20px 0px;
	}
	.contact-content {
		padding: 30px 0px;
	}
	.timming-right {
		padding-top: 20px;
	}
	.timming-right p {
		margin-bottom: 0px;
	}
	.diensten-text-dtls p {
		margin-bottom: 20px;
	}
	.diensten-text h2 {
		margin-bottom: 15px;
	}
	.diensten-text {
		padding: 30px 15px 15px 15px;
	}
	.diensten-details {
		padding: 30px 0px;
	}
	/*.ons-aanbod-ali-section {
		padding-top: 0px;
	}*/
	.diensten-slider-wrapper {
		margin-top: 30px;
	}
	.diensten-details .content-middle {
		padding-top: 30px;
	}
	.diensten-list-content-wrapper {
		margin-left: 0px;
	}
	.diensten-listview .row.flex-row-reverse .col-md-4 .diensten-list-content-wrapper {
		margin-right: 0px;
	}
	.diensten-list-img {
		height: 300px !important;
	}
	.diensten-listview .row {
		margin-top: 30px;
	}
	.diensten-listview {
		padding: 0px 0px 30px;
	}
	.smal-car {
		margin-bottom: 15px;
	}
	.small-car-wrapper {
		margin-top: 0px;
	}
	.big-car {
		margin-bottom: 0px;
	}
	.over-morgen-cars-left {
		height: 300px !important;
	}
	.over-morganr-cars-text {
		background: #fff;
		padding: 35px 50px 20px;
		
	}
	.counter-left-text {
		margin-left: 0px;
	}
	.each-counter {
		margin-bottom: 15px;
	}
	.counter-area {
		padding: 50px 0px 20px;
	}
	.overons-content {
		padding: 30px 0px;
	}
	/*====pop up=======*/
.modal_area .modal-dialog {
max-width: 75%;
}
.pop_up_img {
width: 100%;
}
.popup_content{
width: 100%;
padding:30px;
}
.close_img1{
display:none;
}
	/**********aanbod***********/
	.select-box-button .common-button {
		margin-top: 0px;
	}
	.aanbod_select_box .container {
		margin-top: 0px;
	}
	.aanbod_car_gallery .col-lg-6 {
		padding-bottom: 30px;
	}
	/**********aanbod details*****/
	.cars_gallery .swiper-button-next {
		display: none;
	}
	.cars_gallery .swiper-button-prev {
		display: none;
	}
	.trug_btn {
		text-align: left;
		margin-top: 15px;
	}
	.gallery-thumbs .swiper-button-next {
		display: none;
	}
	.gallery-thumbs .swiper-button-prev {
		display: none;
	}
	.car_dtls_slider .swiper-button-next {
		display: none;
	}
	.car_dtls_slider .swiper-button-prev {
		display: none;
	}
	.side_logo{
	display: none;
	}
	.select-area-whatsaa-btn{
		display: none;
	}
	.aanbod_detail_tab_sec {
    padding: 15px 0px 30px;
	}
	.aanbod_detail_tab_sec .tab_sec .nav-tabs .nav-item {
    width: 100%;
	margin-right:0px;
}
.contact_form2{
	margin-top:30px;
}
/******* diensten details********/
.diensten_dtls_area td{
	width:100%;
	display:block;
	padding-bottom:20px;
}
.diensten_dtls_area table tr td:nth-child(odd) {
    padding-right:0px;
}
.diensten_dtls_area table tr td:nth-child(even) {
    padding-left: 0px;
}
/*********thank you*********/
.bedankt_content_area{
    width: 100%;
	padding:30% 0px 18%;
}
.bedankt_content_area h1{
   font-size:22px;
}
.bedankt_txt {
    padding: 0px;
}
/*******************NEW ADD**********/
/*.thumbs-wrapper{
	position:relative;
	top:0px;
	transform: translateY(0%);
	width: 100%;
}
.Gallery{
	position:relative;
}
.wrapper {
    height: 500px;
    flex-direction: column;
}*/
.thumbs-wrapper{
	display:none;
}
.auto-pul{
	padding:30px 0px;
}
.autopal-content {
    margin-top: 30px;
}
.wrapper {
    height: 300px;
}
.small-car-wrapper .smal-car {
    margin-top: 0px;
    margin-bottom: 30px;
}
.information-left table tr td:first-child{
	width: 10%;
}
.logos-area ul li {
    display: inline-block;
    width: 50%;
}
.testi-slider .swiper-button-next{
	display:none;
}
.testi-slider .swiper-button-prev{
	display:none;
}
.testimonial-text-content p {
    padding: 20px 0px 0px 45px;
}
.verkcht-list  .col-lg-6 {
    padding-bottom: 30px;
}
/*=============neo13===============*/
.aanbod_car_gallery .col-lg-4 {
    padding-bottom: 30px;
}
.aanbod_car_gallery .col-lg-8 {
    padding-bottom: 30px;
}
.footer-area .menu-area li {
    font-size: 13px;
}
.footer-top .col-lg-5 {
    padding-bottom: 0px;
}
.footer-logo img {
    /* max-width: 203px!important; */
    max-height: 30px;
}
.logo_a {
    margin-bottom: 0px;
}
.aanbod_detail_tab_sec .pl-2{
	padding-left:15px !important;
}
.aanbod_detail_tab_sec .pr-2{
	padding-right:15px !important;
}
.contact-content .each-tab.address-area p{
	margin-bottom:0px;
}
.vacature_listview_area .row{
	margin-top:0px;
}
.vacature_listview_area{
	padding:30px 0px 0px;
}
.vacature_mbo_area {
    text-align: left;
    padding-top: 30px;
}
/********final add******/
.cars-button-area {
    margin: 0px;
}
.cars-area{
	padding-bottom:50px;
}
/*===========final add by neo13======*/
.cars-button-area .common-button{
	margin: 0 auto;
    display: table;
    margin-bottom: 15px;
}
.cars-button-area a:first-child {
    margin-right: auto;
}
.select-box-button .common-button{
	margin-bottom:15px;
}
.diensten-list-content-wrapper p {
    margin-bottom:30px;
}
.no_record{
	padding:20% 0px 10%;
}
}

@media (max-width: 575.98px) {
	.res_logo_styl {
		max-width: 200px !important;
	}
	.calsty {height:1400px; } 
	.home-page-banner-wrapper {
		padding: 150px 0px 100px;
	}
	h1 {
		font-size: 25px;
	}
	h2 {
		font-size: 17px;
	}
	.select-area-whatsaa-btn {
		text-align: center !important;
	}
	.select-box-wrapper {
		padding: 20px 20px;
	}
	.select_style {
		font-size: 12px;
		height: 42px;
		line-height: 42px;
	}
	.cars-area {
		padding: 40px 0px;
	}
	.cars-wrapper {
		margin-top: 20px;
	}
	.cars-button-area {
		margin: 20px 0px 0px;
	}
	.werkplats-area-gallery {
		margin-top: 20px;
	}
	.each-werk-img img {
		height: 300px;
		width: auto !important;
	}
	.footer-nav ul li {
		display: block;
		padding-left: 0px;
		padding-bottom: 8px;
	}
	.listing-details {
		padding: 20px 20px;
	}
	.ons-aanbod-ali-content-text {
		padding: 20px 20px;
	}
	.ons-aanbod-ali-content-text p {
		margin-top: 15px;
	}
	.inner-page-banner-content {
		padding: 130px 0px 60px;
	}
	.contact-content {
		padding: 15px 0px;
	}
	.ons-aanbod-ali-section {
		margin-bottom: 20px;
	}
	.diensten-list-content {
		padding: 15px;
	}
	.diensten-listview .row {
		margin-top: 20px;
	}
	.diensten-list-content-wrapper {
		padding: 20px;
	}
	.footer-social {
		margin-top: 20px;
	}
	.verkcht-text {
		padding: 10% 8%;
	}
	.counter-left-text h2 {
		font-size: 22px;
	}
	.over-morganr-cars-text {
		padding: 35px 20px 20px;
	}
	.over-morganr-cars-text p {
		margin-bottom: 0px;
	}
	.testimonial-left-text {
		padding: 30px 15px;
	}
	/*====pop up=======*/
	/*====pop up=======*/
.modal_area .modal-dialog {
max-width: 100%;
}
	/**********aanbod********/
	.car-details {
		padding: 20px 15px;
	}
	.aanbod_car_gallery .verkcht-text {
		padding: 0px 30px;
	}
	/********aanbod details*******/
	.collection_content_sec h2 {
		font-size: 20px;
	}
	.dtls_social_icons li {
    font-size: 16px;
	width: 100%;
	}
	.dtls_social_icons li:last-child {
    margin-left: 0px;
	margin-top:10px;
	}
	.vercocht_cars_area {
    padding-top: 100px;
	}
	/**********thank you*******/
	.bedankt_content_area {
    padding: 40% 0px 18%;
}
.bedankt_content_area h1 {
	font-size:18px;
	}
	/*======================NEW ADD=====================*/
	/*.footer-logo img {
    max-width: 240px!important;
	}*/
	.cars_gallery_slider{
	padding-bottom:0px;
	}
	/*===============neo13==============*/
	.aanbod_detail_tab_sec {
    padding: 15px 0px 15px;
	}
	.vacature_listview_area .row {
    margin-top: 0px;
}
.vacature_mbo_area h4 {
    font-size: 28px;
}
.ons-aanbod-ali-content-text table {
    width: 100%;
}
}
@media (max-width: 400px) {
.modal_close_img img{
	max-height: 60px;
}
.modal_area .modal-content h1 {
    font-size: 26px;
}
.modal_area .modal-content h5 {
    font-size: 17px;
}
.popup_content {
    padding: 30px 20px;
}
.no_record{
	padding:130px 0px 60px;
}
}
.font-change{
	font-family: 'New Rail Alphabet medium';
}
.font-change > p {
	font-family: 'New Rail Alphabet medium';	
}
.font-change table tr td {
	font-family: 'New Rail Alphabet medium';	
}
.pad{
	padding: 8px 8px 8px 8px;
}
  @media(max-width:767px){
    .whatsapp_button{
      display: none;
    }
  }
