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

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

.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-link {
	padding-right: 1rem;
	padding-left: 1rem;
}

.navbar {
	padding: 1.2rem 1rem;
}
*/


/***************************adding new css***********************/

* {
	margin: 0px;
	padding: 0px;
}

.dblock {
	display: none;
}

.header-top-bar {
	background: #121212;
	padding: 8px 0px;
}

.right-side-top-menu ul li {
	display: inline-block;
	margin-left: 15px;
}

.right-side-top-menu ul li a {
	color: #fff;
	font-size: 14px;
}

.right-side-top-menu ul li a span {
	margin-right: 10px;
}

.right-side-top-menu ul li img {
	vertical-align: middle;
}

.desktop_nav {
	background-color: rgba(0, 0, 0, 0.7);
}

.navbar.desktop_nav .navbar-nav li {
	padding-left: 40px;
}

.navbar.desktop_nav .navbar-nav li a {
	font-family: 'New Rail Alphabet medium';
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
}

.navbar.desktop_nav .navbar-nav li a:after {
	position: absolute;
	width: 0px;
	height: 2px;
	background: #fff;
	bottom: 0px;
	left: 0px;
	content: '';
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.navbar.desktop_nav .navbar-nav li a.active:after {
	width: 100%;
}

.navbar.desktop_nav .navbar-nav li a:hover:after {
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.navbar.desktop_nav .navbar-nav li a.active:hover:after {
	width: 0%;
}

.desktop_nav .navbar-brand img {
	margin-top: -40px;
}

.header-part {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 999;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.header-part.fixed_header {
	position: absolute;
	top: -100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.header-part.fixed_header .header-top-bar {
	display: none;
}

.header-part.fixed_header .desktop_nav {
	background: #000;
}

.header-part.fixed_header .desktop_nav .navbar-brand img {
	margin-top: 0px;
	width: 155px;
}

.header-part.fixed_header.stky {
	position: fixed;
	top: 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


/*---------------Select section Css--------------------*/

.product-slider-area {
	padding: 80px 0px;
	background-color: #f7f7f7;
}

.product-details-top table {
	width: 100%;
}

.product-details-top table tr td {
	text-align: left;
	vertical-align: top;
}

.product-details-top table tr td p {
	font-family: 'New Rail Alphabet medium';
	text-transform: uppercase;
	font-size: 14px;
}

.product-details-top table tr td:last-child {
	width: 120px;
	text-align: right;
}

.product-details {
	padding: 30px 20px;
	background: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.product-details-bottom p {
	font-family: 'New Rail Alphabet medium';
	font-size: 14px;
	color: #afafaf;
	text-align: right;
}

.product-details-bottom p span {
	margin: 0px 15px;
}

.product-slider {
	margin-top: 60px;
}

.each-product:hover .product-details {
	background: #121212;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.each-product:hover .product-details h5,
.each-product:hover .product-details p {
	color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.product-slider-area .container {
	position: relative;
}

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

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

.product-button-area {
	margin-top: 9%
}

.product-button-area a {
	margin-right: 20px
}


/********************************aading new css end********************************/

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

.home-page-banner-wrapper {
	width: 100%;
	padding: 15% 0px 12%;
	position: relative;
}

.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: 27px;
	height: 46px;
	border: 2px solid #b10f23;
	line-height: 46px;
}

.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: 37px 45px;
	background: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
}

.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-details .car-price-area table tr td h5,
.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;
}


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

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

.car-price-area table tr td h2 {
	font-family: 'New Rail Alphabet bold';
	font-size:23px;
}

.car-price-area table tr td:last-child {
	width: 120px;
	text-align: right;
    vertical-align: top;
}

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

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

.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;
	font-size:18px;
}

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

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

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

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

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

.cars-button-area {
	margin: 60px 0px 0px
}

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

.werkplats-area {
	padding-top: 50px;
	background-color: #f7f7f7;
}

.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: 0px;
	transition: .5s ease;
	width: 100%;
	height: 100%;
	padding: 30px 50px;
	/*background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);*/
	opacity: 1;
}

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

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

.auto-pul {
	padding: 80px 0px;
	background-color: #f7f7f7;
}

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


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


/*.footer-area {
	background: #eff3f6;
	padding: 60px 0px;
}

.footer-left p {
	color: #646464;
	margin-bottom: 15px;
	font-size: 12.8px;
}

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

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

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

.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: 50px;
	border-top: 1px solid #a2a2a2;
}

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


/**************************adding new footer css********************************************/


/*================== footer css ================*/

.footer-section {
	background: #eff3f6;
	padding-top: 70px;
}

.private-policy-area p {
	margin-bottom: 15px;
}

.private-policy-area p a {
	color: inherit;
}

.private-policy-area img {
	margin: 20px 0px;
	width: 100%;
}

.footer-social ul li {
	display: inline-block;
	padding-right: 40px;
}
.icons-area{
	display: flex;
    align-items: center;
    margin-top: 25px;
}
.icon-bovag{
	width: 35px;
}
.icon-lsauto{
	width: 40px;
}
.icons-bsc{
	width: 100px;
}
.icons-area img {
	margin: 0px 10px 10px 10px;
}
.each-tab h5 {
	margin-bottom: 20px;
}

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

.address-area p {
	font-size: 14.63px;
}

.address-area p a {
	color: inherit
}

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

.footer-bottom {
	padding: 10px 0px;
}

.footer-nav ul {
	text-align: right;
	padding-top: 35px;
}

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

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

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


/*******************************adding new css end*********************************************************/

.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 20px;
	background-color:#f7f7f7;
}

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

.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: 7% 0px;
	background-color:#f7f7f7;
}

.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: 25px;
	margin-bottom: 0px;
	/*padding-top: 15px;*/
	padding-bottom: 15px;
	font-family: 'New Rail Alphabet White';
	padding-right: 20px;
}
#phnnumbr{
	width: 250px;
}
.information-left table tr td a {
	color: #121212;
}
.information-left table tr td a:hover{
	color: #b10f23;
}

/*.timming-right {
	padding-top: 15px;
}*/

.contact-content .contact-information .each-tab{
	color:#646464;
}
.contact-content .contact-information .each-tab a{
	color:#646464;
}
.contact-content .contact-information .each-tab a:hover{
	color:#b10f23;
}
.contact-content {
	padding: 45px 0px 0px;
}

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

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

.ons-aanbod-ali-section {
	padding-top: 80px;
	background-color:#f7f7f7;
	padding-bottom: 80px;
}

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

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

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

.diensten-list-content-wrapper {
	padding: 80px;
	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 100px;
}

.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: 40px;
	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 img {
	max-height: 35px;
}

.modal_area .modal_close_img {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 100%;
}

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

.modal_area .modal-body {
	padding: 0px;
}

.modal_area .modal-content p {
	text-align: justify;
	margin-top: 30px;
	margin-bottom: 50px;
}

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

.pop_up_img {
	vertical-align: top;
}

.popup_content {
	padding-left: 30px;
	padding-right: 60px;
}

.side_logo {
	position: fixed;
	top: 20%;
	right: 0px;
	z-index: 9999;
}


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


/*********AANBOD********/

.aanbod_select_box {
	padding-top: 175px;
}
.aanbod_select_box .select-box-wrapper{
	padding-right:0px;
	padding-left:0px;
}
.aanbod_select_box .container {
	margin-top: 0px;
}

.reset_btn a {
	color: #b10f23;
}

.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: 210px;
	padding-bottom: 26px;
	background-color:#fff;
}

.aanbod_details_slider{
	background-color:#fff;
}

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

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

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

.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 White';
	padding-bottom: 10px;
	padding-top: 10px;
}

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

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

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

.aanbod_detail_tab_sec .tab_content_wrapper {
	padding: 50px 30px;
	background: #fff;
}
.aanbod_detail_tab_sec .tab_content_wrapper p {
	font-size: 15px;
}
.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';
	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: 25px;
	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: 60px 0px 50px;
	background-color:#fff;
}

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

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

.select-area-whatsaa-btn {
	position: fixed;
	right: 73px;
	bottom: 0;
	z-index: 9999;
}

.select-area-whatsaa-btn .common-button {
	min-width: 270px;
}

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

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

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


/*********************adding new css******************/

.each-werk-img .common-button:hover {
	color: #b10f23;
	background: #fff;
	border: 1px solid #fff;
}

.form_1 {
    display: none;
    margin-top: 15px;
}

.inner-page-banner{
	position:relative;
}
.inner_page_content{
	position: absolute;
    top: 50%;
    transform: translateY(50%);
}
.inner_page_content h1{
	font-size:48px;
}
.diensten-text-btn{
	text-align:right;
	height: 45px;
}
.diensten_dtls_area{
	padding-bottom:80px;
}
.diensten-slider{
	background-color:#f7f7f7;
}
.listview_new_img{
	position: absolute;
    top: 0;
    left: -65%;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
}
.diensten-listview .row.flex-row-reverse .col-md-4 .listview_new_img {
    left: auto;
	right: -65%;
}
.contact_footer_upper{
	background:#fff;
}
.werkplts_dtls{
	background:#fff;
}
.werkplats-no-bg{
	background:#fff;
}
.overons_footer_upper{
	background:#fff;
}
.over-morgen-cars-left img{
	display:none;
}
.verco_new{
	padding-top: 200px;
}
.error_background {
	height: 160px;
	background-color: #000;
}
.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;
}
.aanbod_details_slider .accordion .card-body{
	padding:0px;
}
.aanbod_details_slider .accordion .card{
	border:0px;
}
/*=======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';
}
.footer-section .each-tab p{
	color:#646464;
}
.common-button{
	cursor:pointer;
}
.aanbod_detail_tab_sec .acties-contact-form h2{
	text-transform:uppercase;
}
.acties-details .content-middle .common-button{
	margin-top:35px;
}
.contact-page-form-wrapper{
	padding-top:0px;
}
.map_area{
	padding-top:50px;
}
.content-middle p{
	font-size: 15px;
}
.car-details-type{
	font-size: 15px;
}
.calsty {width: 100%;height:1250px; padding:0px; background:#F6F6F6; border:none; } 
.calcolor {color: #ffffff;}
#loader_section{
display:none;
width:100%;
position: fixed;
top: 0;
background: #000000b8;
z-index: 9999;
height: 100vh;
padding: 30vh 0px;
}
#loader_section p{
color:#fff;
font-size:18px;
text-align: center;
}
#loader_section img{
width: 100px;
margin-bottom: 25px;
}
.content-middle, .d-table-cell{
	padding-left: 16px;
	padding-right: 16px
}

.grecaptcha-badge{
Z-index:999;
}

/*=======aanbod dtl label=========*/
.aanbod_details_slider .labels .nav-tabs{
	border-bottom: 0;
}
.aanbod_details_slider .labels{
	position: absolute;
	top: 35px;
	width: 35%;
    z-index: 2;
    left: 35px;
}
.aanbod_details_slider .labels .nav-item{
	max-width: 128px;
	width: 100%;
	text-align: center;
	margin-right: 10px;
}
.aanbod_details_slider .labels .nav-tabs .nav-link{
	border: 0;
	border-radius: 0;
    padding: 12px 0;
    font-size: 16px;
    color: #181818;
    line-height: normal;
    background-color: #dcdcdc;
    font-family: 'New Rail Alphabet bold';
}
.aanbod_details_slider .labels .rotate .nav-link{
	color: #fff;
    background-color: #a3262a;
}

@media(max-width:767px){
	.aanbod_details_slider .labels{
		padding-bottom: 15px;
		position: static;
		width: 100%;
	}
	.aanbod_details_slider .labels .nav-item{
		max-width: 110px;
	}
}