@import "font.css";
@import "common.css";
@import "font-awesome.min.css";
@font-face {
	font-family: 'A2TypeNewRailAlphabetWhite';
	src: url('../fonts/A2TypeNewRailAlphabetWhite.eot');
	src: url('../fonts/A2TypeNewRailAlphabetWhite.eot') format('embedded-opentype'), url('../fonts/A2TypeNewRailAlphabetWhite.woff2') format('woff2'), url('../fonts/A2TypelftNewRailAlphabetWhite.woff') format('woff'), url('../fonts/A2TypeNewRailAlphabetWhite.ttf') format('truetype'), url('../fonts/A2TypeNewRailAlphabetWhite.svg#A2TypeNewRailAlphabetWhite') format('svg');
}

@font-face {
	font-family: 'A2TypeNewRailAlphabetBold';
	src: url('.../fonts/A2TypeNewRailAlphabetBold.eot');
	src: url('../fonts/A2TypeNewRailAlphabetBold.eot') format('embedded-opentype'), url('../fonts/A2TypeNewRailAlphabetBold.woff2') format('woff2'), url('../fonts/A2TypeNewRailAlphabetBold.woff') format('woff'), url('../fonts/A2TypeNewRailAlphabetBold.ttf') format('truetype'), url('../fonts/A2TypeNewRailAlphabetBold.svg#A2TypeNewRailAlphabetBold') format('svg');
}

@font-face {
	font-family: 'A2TypeNewRailMedium';
	src: url('../fonts/A2TypeNewRailMedium.eot');
	src: url('../fonts/A2TypeNewRailMedium.eot') format('embedded-opentype'), url('../fonts/A2TypeNewRailMedium.woff2') format('woff2'), url('../fonts/A2TypeNewRailMedium.woff') format('woff'), url('../fonts/A2TypeNewRailMedium.ttf') format('truetype'), url('../fonts/A2TypeNewRailMedium.svg#A2TypeNewRailMedium') format('svg');
}

@font-face {
	font-family: 'bradleyhanditcstdbold';
	src: url('../fonts/bradleyhanditcstdbold.eot');
	src: url('../fonts/bradleyhanditcstdbold.eot') format('embedded-opentype'), url('../fonts/bradleyhanditcstdbold.woff2') format('woff2'), url('../fonts/bradleyhanditcstdbold.woff') format('woff'), url('../fonts/bradleyhanditcstdbold.ttf') format('truetype'), url('../fonts/bradleyhanditcstdbold.svg#bradleyhanditcstdbold') format('svg');
}

@font-face {
	font-family: 'HarabaraHand';
	src: url('../fonts/HarabaraHand.eot');
	src: url('../fonts/HarabaraHand.eot') format('embedded-opentype'), url('../fonts/HarabaraHand.woff2') format('woff2'), url('../fonts/HarabaraHand.woff') format('woff'), url('../fonts/HarabaraHand.ttf') format('truetype'), url('../fonts/HarabaraHand.svg#HarabaraHand') format('svg');
	font-style: italic;
}
@font-face {
    font-family: 'NunitoSansRegular';
    src: url('../font/NunitoSansRegular.eot');
    src: url('../font/NunitoSansRegular.eot') format('embedded-opentype'),
         url('../font/NunitoSansRegular.woff2') format('woff2'),
         url('../font/NunitoSansRegular.woff') format('woff'),
         url('../font/NunitoSansRegular.ttf') format('truetype'),
         url('../font/NunitoSansRegular.svg#NunitoSansRegular') format('svg');
}

body {
	padding: 0px;
	margin: 0px;
	font-family: 'New Rail Alphabet White';
	font-size: 14px;
	color: #fff;
}

.dblock {
	display: none;
}

.top_bar {
	width: 100%;
	background: #121212;
	padding: 8px 0px;
}

.top_bar ul {
	text-align: right;
	width: 100%;
}

.top_bar ul li {
	display: inline-block;
	margin-left: 50px;
	color: #a3a3a3;
	font-size: 14px;
	font-family: 'New Rail Alphabet White';
}

.top_bar ul li img {
	margin-right: 10px;
	max-width: 15px;
}

.navbar {
	background: rgba(18, 18, 18, 0.75);
	position: absolute;
	top: 37px;
	z-index: 2;
	width: 100%;
	left: 0px;
	padding: 8px 0px;
}

.desktop_nav .container {
	position: relative;
}

.header-bovag-logo {
	position: absolute;
	right: -120px;
	width: 8%;
}

.header-bovag-logo img {
	width: 95px;
	vertical-align: baseline;
}

.navbar-nav .nav-link {
	font-family: 'New Rail Alphabet Medium';
	font-size: 14px;
}

.navbar-dark .navbar-nav .nav-link {
	color: #ffffff;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1.2rem;
	padding-left: 1.2rem;
}

.nav-link {
	transition: 0.3s ease;
	color: #ffffff;
	text-decoration: none;
	/*border-bottom: 2px solid transparent;*/
	text-transform: uppercase;
}

.nav-link:hover {
	/*border-bottom: 2px solid #ffffff;*/
}

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

.all_banner {
	width: 100%;
}

.header_banner .header_banner_text {
	padding: 22% 0px;
}

.header_banner_text p {
	font-size: 24px;
	margin-top: 50px;
	margin-bottom: 40px;
	color: #ffffff;
}

.header_banner_text .hvr-radial-in {
	background: transparent;
	border: 2px solid #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.header_banner_text .hvr-radial-in:hover {
	background: #0069B5;
	border: 2px solid #0069B5;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


/*.header_banner_text .hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
background:#1c3563;
}
.header_banner_text .hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
-webkit-transform: scale(0);
transform: scale(0);
background:#ffffff;
}*/

.navbar.active {
	top: 0px;
	width: 100%;
	position: fixed;
	-webkit-transition: all 1s;
	transition: all 1s;
	z-index: 99;
	background-color: #000 !important;
}

.header_banner .swiper-pagination-white .swiper-pagination-bullet-active {
	background: none !important;
}

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

.banner_text_wrapper {
	width: 100%;
	padding: 70px 15% 85px 0%;
}

.banner_text_wrapper h2 {
	margin-bottom: 70px;
}

.sgn_dv {
	font-family: 'caveatregular';
	font-size: 28px;
	color: #0069B5;
	padding: 20px 0px 30px;
}

.filter_main_wrapper {
	width: 100%;
	position: relative;
	padding: 50px 0px 30px 50px;
}

.each_filter_blog {
	width: 100%;
}

.each_filter_blog h4 {
	text-align: center;
}

.cr_logo_sec {
	background: #ffffff;
	position: relative;
	padding: 30px 15px;
	text-align: center;
	margin-top: 30px;
}

.cr_logo_sec h6{
	font-size: 14px;
	color: #1c1c1c;
	font-family: 'New Rail Alphabet White';
}

.cr_logo_sec .mw-100{
	margin: 25px 0 30px;
}
.cr_logo_sec p {
	color: #0069B5;
	margin-bottom: 20px;
}

.downarrow {
	text-align: center;
	padding-top: 30px;
}

.header_bottom_banner_sec::before {
	content: "";
	background: #f3f3f3;
	width: 50%;
	height: 100%;
	top: 0px;
	right: 0px;
	position: absolute;
}

.cr_logo_sec img {
	max-height: 48px;
}

.cr_logo_sec:before {
	content: url('../images/upper_angle.png');
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.st_cont {
	width: 100%;
	text-align: right;
}

.fl_bottom {
	padding-top: 40px;
}

.st_cont p {
	color: #0069B5;
}

.st_cont p img {
	margin-left: 10px;
}

.main_car_sec {
	width: 100%;
	position: relative;
	background: #121212;
	padding: 50px 0px;
	max-height: 550px;
	margin-bottom: 180px;
}

.main_bottom .main_car_sec:after {
	position: absolute;
	height: 190px;
	top: 99%;
	left: 0px;
	background-color: #121212;
	content: '';
	width: 100%;
}

.main_car_sec h2 {
	color: #ffffff;
	text-align: center;
}

.main_car_sec h2:before {
	background: #0069B5;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%, -50%);
}

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

.car_text_wrapper {
	width: 100%;
	position: relative;
	padding-top: 30px;
}

.main_car_sec .car_slider_content .car_text_wrapper h2{
	text-align: left;
	padding-left: 120px;
}
.main_car_sec .car_slider_content .swiper-slide .car_text_wrapper::before{
	right: auto;
	left: 75px;
}

.car_slider_content {
	margin-top: 65px;
}

.car_text_wrapper h2::before {
	display: none;
}

.car_text_wrapper::before {
	position: absolute;
	width: 82%;
	/*height: 265px;*/
	height: 235px;
	border: 2px solid #0069B5;
	content: "";
	top: 0px;
	right: 0px;
	z-index: 99;
}

.footer_sec {
	width: 100%;
	background: #121212;
	padding: 60px 0px 20px;
	margin-top: -1px;
}

.each_footer_sec .nav-link {
	padding: 0;
}

.footer_sec .col-md-12 img {
	margin-top: 50px;
}

.each_footer_sec {
	width: 100%;
}

.footer-contact-address {
	margin-left: -20%;
}

.each_footer_sec h4 {
	color: #ffffff;
	margin-bottom: 30px;
}

.each_footer_sec p {
	color: #ffffff;
	line-height: 28px;
	white-space: nowrap;
}

.footer-menu {
	padding-left: 40px;
}

.each_footer_sec ul {
	width: 100%;
}

.each_footer_sec ul li {
	width: 100%;
	padding-bottom: 8px;
	font-family: 'New Rail Alphabet White';
	font-size: 14px;
}

.each_footer_sec table {
	width: 70%;
	font-family: 'New Rail Alphabet White';
	font-size: 14px;
	color: #ffffff;
}

.each_footer_sec table tr th {
	padding-bottom: 10px;
	color: #ffffff !important;
}

.each_footer_sec table tr td:first-child {
	font-family: 'New Rail Alphabet Medium';
}

.each_footer_sec table tr td {
	padding-bottom: 6px;
	color: #ffffff !important;
}

.bnd_logo {
	width: 100%;
	margin-top: -50px;
	padding-bottom: 20px;
}

.bnd_logo ul {
	width: 100%;
	text-align: right;
}

.bnd_logo ul li {
	display: inline-block;
	padding: 0px 2%;
	vertical-align: middle;
}

footer hr {
	border-top: 1px solid #3a3a3a;
	border-bottom: 0px;
	margin: 45px 0 30px;
}

.footer_logo {
	width: 100%;
	text-align: left;
}

.footer_upper_banner {
	width: 100%;
	margin-top: 8%;
	position: relative;
	border-right: 8px solid #fff;
}

.footer_upper_banner {
	position: relative;
}

.footer_upper_banner:after {
	position: absolute;
	top: -180px;
	left: 0;
	width: 85%;
	height: calc(100% + 180px);
	content: '';
	background: #f2f2f2;
	z-index: -1;
}

.left_text_wrapper {
	width: 100%;
	padding-top: 30px;
	padding-left: 11%;
	padding-right: 11%;
}

.left_text_wrapper h2 {
	margin-bottom: 70px;
}

.mrt {
	margin-top: 40px;
	padding-bottom: 40px;
}

.right_bg_img {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 50%;
	height: 100%;
	z-index: 9;
}

.car_slider,
.car_slider_panel {
	width: 100%;
	padding: 10px;
}

.car_slider .adj_sweep_bttn img {
	width: 30px;
}

.main_content {
	width: 100%;
	background: #ffffff;
	padding: 20px 20px 5px 20px;
	margin-top: 50px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	position: relative;
	z-index: 9;
	margin-bottom: 5px;
}

.main_content table {
	width: 100%;
	font-size: 14px;
	margin-top: 60px;
}

.main_content table tr td {
	padding-bottom: 6px;
	color: #121212;
	border-top: 1px solid #f5f5f5;
	font-family: 'New Rail Alphabet White';
	width: 60%;
	padding: 6px;
}

.main_content table tr:first-child td {
	border-top: 0px;
}

.main_content table tr td:first-child {
	font-family: 'New Rail Alphabet Medium';
}

.rght_cont {
	float: right;
	width: 53%;
	text-align: left;
}

.price_sec {
	width: 100%;
}

.main_car_sec .col-lg-8 {
	position: relative;
}

.top_bttn {
	/*margin-top:60%;*/
	position: absolute;
	/*bottom: 150px;*/
	top:60%;
}

.morgan_footer {
	text-align: center;
	background: #000;
	padding: 7px 0px 5px;
}

.common_banner_area {
	padding: 14% 0px 7%;
}

.fx_logo {
	position: fixed;
	width: auto;
	right: 0px;
	top: 200px;
	z-index: 33;
}

.menu_active {
	border-bottom: 2px solid #ffffff;
}

.cr_logo_sec ul {
	width: 100%;
	font-size: 0px;
}

.cr_logo_sec ul li {
	width: 33.33%;
	display: inline-block;
	padding-bottom: 15px;
}


/*-------------------shreya_contact_start-------------------------*/

.map_lc {
	width: 100%;
	height: 548px;
	/*background-image:url('../images/map.jpg');*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.contact_frm {
	width: 100%;
	background: #ffffff;
	padding: 80px 0px 60px 0px;
}

.con_left {
	width: 100%;
	padding-bottom: 40px;
	padding-right: 100px;
}

.con_left p {
	margin-top: 43px;
}

.con_left table {
	width: 100%;
	color: #121212;
	font-size: 14px;
}

.contact_cont {
	margin-top: 54px;
}

.contact_details h4 {
	margin-bottom: 30px;
}

.contact_details table tr td {
	padding-bottom: 30px;
	font-family: 'New Rail Alphabet White';
	vertical-align: top;
}

.contact_details table tr td:first-child {
	width: 20%;
}

.opening_timing h4 {
	margin-bottom: 30px;
}

.aanbod_detail_tab_sec {
	padding-bottom: 50px;
}

.opening_timing table {
	width: 100%;
	color: #121212;
	font-size: 14px;
}

.opening_timing table tr th {
	padding-bottom: 19px;
	font-family: 'New Rail Alphabet Bold';
}

.opening_timing table tr td {
	font-family: 'New Rail Alphabet White';
}

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

.right_wappr h2 {
	color: #121212;
	font-family: 'New Rail Alphabet White';
	margin-bottom: 61px;
}

.right_wappr {
	width: 100%;
	position: absolute;
	background: #ffffff;
	padding: 60px;
	top: -140px;
	left: 0px;
	-webkit-box-shadow: -1px 4px 19px -4px rgba(0, 0, 0, 0.63);
	-moz-box-shadow: -1px 4px 19px -4px rgba(0, 0, 0, 0.63);
	box-shadow: -1px 4px 19px -4px rgba(0, 0, 0, 0.63);
}

.right_wappr li {
	position: relative;
}

.right_wappr li:before {
	position: absolute;
	top: 8px;
	left: 0;
	width: 22px;
	height: 22px;
	content: '';
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/checked.svg);
}

.right_wappr .form-control {
	min-height: 48px;
	resize: none;
	font-size: 14px;
	font-family: 'New Rail Alphabet Medium';
	border: 2px solid #ececec;
	border-radius: 0px;
}

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

.right_wappr .form-control span {
	color: #121212;
	opacity: 1;
}

.car_form .form-control {
	min-height: 48px;
	resize: none;
	font-size: 14px;
	font-family: 'New Rail Alphabet Medium';
	border: 2px solid #ececec;
	border-radius: 0px;
}

.car_form .form-control::placeholder {
	color: #121212;
	opacity: 1;
}

.car_form .form-control span {
	color: #d3d3d3;
	opacity: 1;
}


/*-------------------contact_end-------------------------*/


/*-------------------Werkplaats_start-------------------------*/
.expertise_overview_sec_wrapper{
	padding: 100px 0 70px;
	background: #121212;
}

.expertise_overview_sec {
	width: 100%;
	position: relative;
	background: #121212;
}

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

.expertise_overview_sec_text {
	width: 100%;
	background-color: #252525;
}

.intro_text {
	padding: 14% 11% 14%;
	margin: 50px 0px;
}

.intro_text p {
	padding: 30px 0px 40px;
	text-align: justify;
}

.expertise_overview_sec_wrapper .expertise_overview_sec:nth-child(even) .main_bg_img_sec {
	left: auto;
	right: 0px;
}

.expertise_overview_sec_wrapper .expertise_overview_sec:nth-child(even) .intro_text {
	padding: 12% 9% 12%;
}

.expertise_overview_sec_wrapper .expertise_overview_sec:nth-child(even) .expertise_overview_sec_text {
	background-position: right center;
}

.p_black p {
	color: #ffffff;
	margin-bottom: 0px;
}

.intro_text h2 {
	color: #ffffff;
	font-family: 'New Rail Alphabet Bold';
}


/*.intro_text .hvr-radial-in
{	
border:0px;
}*/


/*------_overon_start------*/

.each_filter_blog h2::before {
	display: none;
}

.overons_pg .each_filter_blog h4 {
	text-align: center;
	font-size: 18px;
}

.car_slider_panel .swiper-button-prev {
	left: 30px;
}

.car_slider_panel .swiper-button-next {
	right: 30px;
}

.sec_height {
	height: 204px;
	display: table;
	width: 100%;
}

.cr_logo_sec h2 {
	display: table-cell;
	vertical-align: middle;
	color: #0069B5;
}

.people {
	background: #121212;
	padding: 90px 0px;
}

.people h2 {
	color: #ffffff;
}

.people h2::before {
	background: #ffffff;
}

.pic_margin {
	margin-top: 28px;
}

.peopledetails_margin {
	margin-top: 80px;
	display: flex;
	justify-content: center;
}

.people_details {
	background: #1b1b1b;
	padding: 10%;
}

.people_details h4 {
	color: #ffffff;
}

.people_details h5 {
	color: #ffffff;
	font-size: 14px;
	margin-top: 10px;
}

.people_details p {
	color: #686868;
	margin-top: 25px;
}

.gallery_section {
	width: 100%;
	/*background: #121212;*/
	padding: 10px 5px 0;
}
.box{
	padding: 0 5px 10px;
	height: 100%;
}
.gal-item {
	overflow: hidden;
	padding: 5px 10px 5px;
}

.gal_item2 {
	padding-right: 0px;
}

.gal-item .box {
	height: 100%;
	overflow: hidden;
}

.box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}


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


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

.werkplaats_sec {
	background: #121212;
	padding: 65px 0px;
}

.werkplaats_sec h4 {
	color: #ffff;
	font-size: 36px;
}

.werkplaats_sec h2:hover {
	display: none;
}

.werkplaats_sec p {
	color: #ffff;
	margin-top: 8%;
}

.bandenonderhoud {
	padding: 50px 0px;
}

.top_right_text {
	padding: 0% 0% 0% 8%;
}

.top_right_text h4 {
	font-size: 36px;
	margin-bottom: 30px;
	color: #121212;
}

.top_right_text p {
	color: #121212;
	text-align: justify;
}

hr {
	display: block;
	margin-top: 3.5em;
	margin-bottom: 3.0em;
	margin-left: auto;
	margin-right: auto;
	border-style: inset;
	border-width: 1px;
}

.right_wappr.from2 {
	top: 0px;
	padding: 75px 80px;
}

.right_wappr.from2 ul {
	list-style-image: url('../images/right_img.png');
}

.right_wappr.from2 ul li p {
	font-family: 'New Rail Alphabet White';
	font-size: 24px;
	color: #121212;
	margin-left: 10px;
}

.right_wappr.from2 ul li p {
	padding: 0px 0px 20px 35px;
}

.bttn_mrgn {
	margin-bottom: 20px;
}

.right_wappr.from3 {
	top: 0px;
	position: relative;
}

.banner_bottom_selection {
	background-color: #000000;
	padding-top: 147px;
	padding-bottom: 15px;
}


/*.banner_bottom_selection_bottom .container form {
width: 100%;
margin: 0px auto;
}*/

.selection_area .row {
	padding: 0px !important;
}

.selection_area .each_select_box .form-group{
	margin-bottom: 10px;
}

.select_box {
	width: 100%;
	border-radius: 0px;
	font-family: 'New Rail Alphabet White';
	font-size: 16px;
	color: #000;
	padding: 9px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url('../images/down-arrow.svg')no-repeat 96% center /10px !important;
	min-height: 43px;
}

.btn_prev {
	border: 0px solid transparent;
}

.btn_next {
	margin: 12px 0px 0px;
	border: 0px solid transparent;
}

.btn_next .hvr-radial-in {
	background: transparent;
	border: 0px solid transparent;
}

.car_panel {
	padding: 40px 0px 35px;
}

.car_panel .car1 {
	border: 1px solid #8b8b8b;
	cursor: pointer;
}

.car_panel .car_caption h5 {
	font-size: 20px;
}

.car_panel .car_caption h6 {
	font-size: 16px;
	height: 50px;
}

.car_panel h6 {
	/*border-bottom:2px solid #ededed;*/
	padding-bottom: 20px;
}

.car_caption {
	padding: 42px 7% 0px;
}

.car_caption h6 {
	padding-top: 10px;
}

.car_details p {
	color: #121212;
	font-family: 'Proxima Nova Lt';
	font-size: 24px;
	padding: 30px 0%;
	margin-bottom: 0px;
}

.car_panel .col-lg-6 {
	padding-bottom: 45px;
}

.car_panel .car_caption {
	padding: 40px 40px 25px;
}

.cars_mrgin4 .car1 {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
}

.cars_mrgin4 .car4_overlay {
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.50)
}

.cars_mrgin4 .car1 .car_caption h2 {
	font-size: 32px;
	color: #fff;
}

.cars_mrgin4 .car1 .car_caption h2::before {
	background: #fff;
}

.cars_mrgin4 .car1 .car_caption p {
	color: #fff;
	margin: 60px 0px 40px;
	text-align: justify;
}

.bakgrund_overly {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
}


/*.select_box:after{
content: "";
width: 20px;
height:20px;
top: 0px;
right: 0px;
position: absolute;
background:url('../images/arrow.png');
}*/

.common_banner_overlay {
	/*background-color:rgba(18,18,18,0.70);*/
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.map-sec {
	height: 480px;
	padding: 0;
}

.contact_frm.contact-pg-form-sec {
	padding-bottom: 180px;
}

.common_banner_overlay td p {
	color: #fff;
	text-align: justify;
}

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

.common_banner_overlay table tr td:nth-child(even) {
	padding-left: 40px;
}

.overly_content h2 {
	font-size: 32px;
	color: #fff;
	margin-bottom: 85px;
}

.overly_content button {
	margin-top: 50px;
}

.overly_content h2::before {
	background: #fff;
	bottom: -37px;
}

.overly_content {
	padding: 73px 0px 85px;
}

.overly_content table {
	width: 100%;
}


/*=============-aanbod_details start==============-*/

.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: 24.2%;
	margin: 0px 10px 10px 0px;
	text-align: center;
	background-color: #0069B5;
	color: #fff;
	font-size: 14px;
	font-family: 'New Rail Alphabet Medium';
	border: 0;
}

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

.aanbod_detail_tab_sec .tab_sec .nav-tabs .nav-item:nth-child(4) {
	margin: 0px 0px 10px 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: none;
}

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

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

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

.aanbod_detail_tab_sec .tab_content_wrapper .tab-pane .tab_hedaing h3 {
	color: #121212;
	border-bottom: 1px solid #121212;
}

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

.aanbod_detail_tab_sec .bullet-panel ul li {
	padding-left: 20px;
	position: relative;
}

.aanbod_detail_tab_sec .bullet-panel ul li:after {
	background-size: 6px;
	position: absolute;
	top: 6px;
	left: 0;
	content: '';
	width: 15px;
	height: 15px;
	background-image: url(../images/bullet.svg);
	background-repeat: no-repeat;
}

.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.svg);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-size: 6px;
	background-position: left top 7px;
}

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

.tab_content_wrapper p {
	color: #121212;
}

.man_image {
	margin-top: 15px;
}

.tabber_area {
	padding-top: 50px;
}


/*====x===============*/

.cr_slider_sec .slider_padding {
	padding-right: 0px;
}

.car_price_sec .social_icons {
	width: 13%;
	margin: 43px 10px 0px 10px;
}

.acties_list_dtls {
	background: #314557
}

.acties_list_dtls .section_heading h2 {
	color: #fff
}

.acties_list_dtls .overons_txt {
	padding-top: 18px
}

.acties_list_dtls .overons_txt p {
	color: #fff
}

.list_page_heading p span {
	color: #fff;
	font-family: 'Proxima Nova bd';
}

.listing_images {
	padding-right: 27px;
	position: absolute;
	top: -42px;
	left: 0px;
}

.listing_images img {
	-webkit-box-shadow: 10px 10px 52px -10px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 10px 10px 52px -10px rgba(0, 0, 0, 0.20);
	box-shadow: 10px 10px 52px -10px rgba(0, 0, 0, 0.20);
}

.each_listing {
	background: #f7f7f7;
	padding: 35px 0px;
	margin: 150px 0px
}

.flex-row-reverse .listing_images {
	padding-right: 00px;
	position: absolute;
	top: -42px;
	left: 0px;
	padding-left: 27px
}

.side_content {
	background-color: #fff;
	padding: 57px 50px 35px;
	margin-top: -95px;
	/*-webkit-box-shadow: 10px 10px 64px -30px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 10px 10px 64px -30px rgba(0, 0, 0, 0.29);
    box-shadow: 10px 10px 64px -30px rgba(0, 0, 0, 0.29);*/
	-webkit-box-shadow: 0px 1px 5px 2px rgb(0, 0, 0, 0.18);
	-moz-box-shadow: 0px 1px 5px 2px rgb(0, 0, 0, 0.18);
	box-shadow: 0px 1px 5px 2px rgb(0, 0, 0, 0.18);
}

.side_content h4 {
	font-size: 19px;
	color: #121212;
	padding-bottom: 15px;
}

.side_content h4 span {
	font-family: 'New Rail Alphabet Medium';
	color: #121212;
	padding-left: 20px;
}

.side_content p {
	font-size: 18px;
	margin-bottom: 0px;
}

.side_content .hvr-radial-in {
	margin-top: 35px;
	margin-bottom: 35px;
	border: 2px solid #0069B5;
}

.ph-email_content {
	padding-top: 30px;
}

.side_content p {
	font-size: 18px;
	position: relative;
}

.side_content p::before {
	content: "";
	position: absolute;
	width: 100px;
	height: 2px;
	/*background:#121212;*/
	left: 0px;
	bottom: -16px;
}

.side_content table {
	width: 100%;
}

.side_content table td {
	color: #121212;
	font-family: 'New Rail Alphabet White';
	font-size: 14px;
	padding-bottom: 30px;
}

.side_content table td:first-child {
	width: 40px;
}

.tab_wrapper ul {
	font-size: 0px;
}


/*.tab_wrapper ul li:nth-child(1) {
width: 23%;
}*/

.tab_wrapper ul li {
	width: 25%;
	display: inline-block;
	/*border-right: 1px solid #fff;*/
	padding-left: 30px;
}

* {
	outline: none !important;
}

.tab_wrapper ul li table tr td:first-child {
	padding-right:22px;
}

.tab_wrapper ul li table tr td {
	vertical-align: middle;
}

.contact_details .contact_time1 table td {
	color: #121212;
	font-family: 'New Rail Alphabet Medium';
	font-size: 14px;
}

.contact_details td img {
	width: 20px;
	margin-right: 10px;
}

.dtls_page_main_car {
	padding-top: 130px;
}

.tab_wrapper ul li table tr td h6 {
	font-family: 'New Rail Alphabet Medium';
	font-size: 18px;
	color: #121212;
}

.tab_wrapper ul li table tr td p {
	margin-bottom: 0px;
	font-size: 16px;
	color: #0069B5;
	font-family: 'New Rail Alphabet Medium';
}


/*.tab_wrapper ul li:last-child {
border-right: 0px solid #fff;
}*/

tab_wrapper ul li:nth-child(4) {
	width: 20%;
}

.tab_wrapper ul li {
	width: 24%;
	display: inline-block;
	/*border-right: 1px solid #cecece;*/
	padding-left: 30px;
	padding-left: 20px;
	position: relative;
}

.tab_wrapper ul {
	font-size: 0px;
}

.tab_wrapper {
	padding: 55px 0px;
	background: #f4f3f3;
	border-radius: 4px;
	margin-top: 10px;
}

.aanbod_dtls_btn {
	background: #eaeef1;
	padding: 9% 0px 0% 0px;
	/*box-shadow: 0px 6px 17px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 6px 17px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 6px 17px 0px rgba(0,0,0,0.75);
*/
}

.aanbod_dtls_btn h2::before {
	display: none;
}


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


/**/

.vacture_sec {
	width: 100%;
	background: #f3f3f3;
	padding: 6% 0px;
}

.each_vc_content {
	width: 100%;
	background: #ffffff;
	padding: 30px 30px;
	border: 5px solid transparent;
	margin-bottom: 15px;
}

.each_vc_content:hover {
	border: 5px solid #e0e0e0;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.each_vc_content p {
	color: #878787;
}

.each_vc_content table {
	width: 100%;
	margin: 40px 0px 40px;
}

.each_vc_content table tr td img {
	margin-right: 15px;
	width: 18px;
}

.each_vc_content table tr td {
	font-family: 'New Rail Alphabet Medium';
	font-size: 14px;
	color: #121212;
}

.each_vc_content ul {
	margin-top: 50px;
	width: 100%;
	font-size: 0px;
}

.each_vc_content ul li {
	display: inline-block;
	width: 40%;
}

.each_vc_content ul li:nth-child(1) {
	font-family: 'New Rail Alphabet Bold';
	font-size: 24px;
	color: #0069B5;
}

.each_vc_content ul li:nth-child(2) {
	font-family: 'New Rail Alphabet White';
	font-size: 24px;
	color: #121212;
}

.upper_txt p {
	color: #121212;
}

.upper_txt p span {
	font-family: 'New Rail Alphabet Medium';
}

.contact_frm .each_vc_content {
	padding: 30px 0px;
}

.contact_frm .each_vc_content:hover {
	border: 5px solid transparent;
}

.download_pdf {
	width: 100%;
	padding-bottom: 50px;
}

.download_pdf h2:before {
	display: none;
}

.download_pdf h2 span {
	color: #1c3563;
	font-family: 'New Rail Alphabet Medium';
}

.top_bar a:hover {
	color: #ffffff !important;
	/*font-weight: bold;*/
}

.footer_sec .menu_active {
	color: #ffffff !important;
	font-weight: bold;
	border: 0px !important;
}

.footer_sec ul li a:hover {
	color: #0069B5 !important;
	/*font-weight: bold;*/
}

.select_styl {
	border: 1px solid #a8a8a8;
	border-radius: 0px;
	background: url(../images/down-arrow.svg) #fff no-repeat 95% center;
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	padding: 0px 15px;
	height: 50px;
	line-height: 49px;
	color: #A8A8A8;
	font-family: 'New Rail Alphabet Medium';
	background-size: 12px;
	font-size: 14px;
}


/***********aanbod***************/

.common_banner_overlay table tr td {
	width: 50%;
	vertical-align: top;
}

.car_details td {
	font-size: 16px;
	font-family: 'Proxima Nova Lt';
	color: #121212;
	width: 30%;
	white-space: nowrap;
	font-weight: bolder;
}

.car_details td:last-child {
	/*width:30%;*/
}

.car_details td span {
	margin: 0 20px;
}

.car_details table {
	/*width:100%;*/
}

.car_details {
	padding-top: 15px;
}


/******aanbod details******/

.collection_content_sec p {
	color: #000000;
	font-family: 'New Rail Alphabet White';
	font-size: 30px;
	display: inline-block;
}

.banner_nxt_colection_panel {
	padding: 150px 0px 20px;
}

.collection_content_sec ul {
	padding-left: 0px;
}

.collection_btn_sec {
	text-align: right;
}

.aanbod_details_slider .ms-skin-default .ms-nav-next {
	background: url('../images/nxt.png') no-repeat center center;
	right: 0px !important;
	opacity: 1 !important;
	width: 50px;
}

.aanbod_details_slider .ms-skin-default .ms-nav-prev {
	background: url('../images/prev.png') no-repeat center center;
	left: 0px;
	opacity: 1 !important;
	width: 50px;
}

.aanbod_details_slider .common-arrow img {
	width: 20px;
}

.common-arrow:after,
.adj_sweep_bttn:after {
	display: none;
}

.aanbod_details_slider .swiper-slide-next .dtl-slider-wrap:after,
.aanbod_details_slider .swiper-slide-prev .dtl-slider-wrap:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	content: '';
}

.gallery-thumbs {
	margin-top: 10px;
}

.aanbod_details_slider .common-arrow {
	margin-top: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background: rgba(18, 18, 18, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
}

.aanbod_details_slider .swiper-button-prev {
	left: 16.6%;
}

.aanbod_details_slider .swiper-button-next {
	right: 16.6%;
}

.tab_sec {
	padding-top: 10px;
	padding-bottom: 10px;
}

.table_icons {
	padding-top: 40px;
	padding-bottom: 20px;
}

.table_icons img {
	width: 20px;
	filter: brightness(-200%);
	-webkit-filter: brightness(-200%);
}

.social_icons_panel img {
	margin-right: 30px;
	width: 20px;
}

.social_icons_panel {
	padding-top: 30px;
}

.aanbod_detail_tab_sec hr {
	border-top: 1px solid #cecece;
	margin-bottom: 0px;
	display: none;
}

.aanbod_dtls_contact_area .right_wappr {
	top: 0px;
	position: relative;
}

.aanbod_dtls_contact_area {
	padding: 50px 0px 0px;
}

.aanbod_detail_tab_sec .right_wappr {
	position: relative;
	top: 0px;
	box-shadow: none;
}

.aanbod_detail_tab_sec .right_wappr .photo_upload {
	color: #121212;
	padding-top: 11px;
}


/****new add****/

.select_area {
	width: 90%;
	margin: 0 auto;
}

.aanbod_details_slider .ms-container {
	background: rgba(18, 18, 18, 0.8);
}

.side_content2 p::before {
	display: none;
}

.contact_frm .con_left p {
	margin-top: 80px;
}

.contact_frm .con_left h2::before {
	bottom: -30px;
}

.aanbod_dtls_contact_area .contact_cont {
	margin-top: 60px;
}

.contact_frm .contact_cont h4 {
	color: #121212;
	font-size: 18px;
}

.opening_timing table td:first-child {
	font-family: 'New Rail Alphabet Medium';
}

.contact_frm .right_wappr h2::before {
	bottom: -30px;
}

.contact_frm .right_wappr h2 {
	margin-bottom: 85px;
}

.contact_frm .form-group {
	margin-bottom: 20px;
}

.aanbod_dtls_contact_area hr {
	border-top: 2px solid #cecece;
	margin-top: 60px;
	margin-bottom: 40px;
	border-bottom: 0px;
	display: none;
}

.dtls_page_main_car h5 {
	font-family: 'New Rail Alphabet White';
	text-align: center;
	padding-bottom: 30px;
}

.main_car_sec .rght_cont p {
	color: #0069B5;
}


/*.dtls_page_main_car .main_car_sec {
    margin-bottom: 5%;
}*/

.side_content2 p {
	color: #0069B5;
	font-family: 'New Rail Alphabet Medium';
}

.people h2::before {
	bottom: -50px;
}

.gallery_section .container-fluid {
	padding-left: 10px;
	padding-right: 10px;
}

.expertise_overview_sec_text h2::before {
	display: none;
}

.service_sub2_sec {
	/*padding: 20px 0px 70px;*/
	padding: 100px 0px 70px;
    /*margin-top: 120px;*/
}

.bandenonderhoud hr {
	margin-bottom: 0px;
	border-top: 2px solid #cecece;
}

.sub_2_contact {
	padding-bottom: 90px;
	padding-top: 15px;
}

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

.sub2_content table tr td:nth-child(even) {
	padding-left: 50px;
}

.sub2_content td {
	width: 50%;
	vertical-align: top;
}

.sub2_content p {
	text-align: justify;
}

.sub_2_contact .right_wappr .photo_upload {
	color: #121212;
}

.vacature_details hr {
	border-top: 2px solid #e8e7e7;
	margin-top: 15%;
	margin-bottom: 30px;
	border-bottom: 0px;
}

.back_button {
	background: #121212;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-top: 100px;
}

.back_button .hvr-radial-in {
	float: right;
}

.back_button .hvr-radial-in:hover {
	background: #fff;
	color: #121212;
	border: 2px solid #fff;
}

.wrk_sub1 hr {
	display: none;
}

.vacature_details {
	padding: 78px 0px 0px 0px;
}

.download_pdf hr {
	border-bottom: 1px solid #e8e7e7;
	margin-top: 30px;
}

.vercocht_cars_panel h6 {
	border-bottom: none;
	font-size: 15px;
	padding-bottom: 0px;
	padding-top: 10px;
}

.vercocht_cars_panel h5 {
	font-size: 19px;
}

.vercocht_cars_panel .col-lg-4 {
	padding-bottom: 45px;
}

.vercocht_cars_panel .car_caption {
	padding: 20px 30px;
}

.vercocht_cars_panel .cars_mrgin4 .car1 .car_caption h2 {
	font-size: 30px;
}

.vercocht_cars_panel .cars_mrgin4 .car1 .car_caption p {
	margin: 60px 0px 30px;
}

.vercocht_cars_panel .cars_mrgin4 .car1 .car_caption h2::before {
	width: 100%;
}

.vercocht_cars_panel {
	padding-top: 70px;
}

.wrk_sub1 .right_wappr.from2 .hvr-radial-in {
	border: none;
}

.acties_listview_area .each_vc_content p {
	margin-top: 60px;
}

.acties_details .upper_txt {
	margin-top: 70px;
}

.acties_details .upper_txt button {
	margin-top: 35px;
}

.acties_details {
	padding-bottom: 10%;
}

.bedankt_content_area {
	padding: 20% 25% 16%;
	text-align: center;
}

.bedankt_content_area h1 {
	position: relative;
	font-size: 55px;
}

.bedankt_content_area h1:before {
	background: #fff;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.bedankt_content_area p {
	color: #fff;
	margin-top: 50px;
	margin-bottom: 70px;
}

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

.bedankt_content_area .hvr-radial-in:hover {
	background: #fff;
	border: 2px solid #fff;
}


/*.bedankt_content_area .hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
background:#1c3563;
}
.bedankt_content_area  .hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
-webkit-transform: scale(0);
transform: scale(0);
background:#ffffff;
}*/

.header_banner_text .hvr-radial-in {
	border: 2px solid #fff;
	color: #fff;
}

.popup_content h2:before {
	bottom: -25px;
}

.reset {
	margin-top: 13px;
}

.kenteken_np {
	background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding: 8px 0 6px 30px;
}

.privacy_background {
	background: #1c1c1c;
}

.cookie_div {
	position: fixed;
	bottom: 0;
	z-index: 999;
	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';
}

.top_gapping {
	position: relative;
	padding-top: 121px;
	/*background: #121212;*/
}

.aanbod_area {
	background: #2d2d2d;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: -1px;
}

.onez-acties-text-content h2 {
	margin-bottom: 20px;
	font-size: 24px;
	color: #fff;
}

.onez-acties-text-content h2:before {
	display: none;
}

.onez-acties-text-content p {
	color: #828282;
	text-align: justify;
}

.error_top {
	padding: 87px 0px;
}

.no_record {
	font-size: 24px;
	color: #121212;
	text-align: center;
	padding: 50px 0px;
	font-family: 'New Rail Alphabet Medium';
}

.morgan_footer {
	text-align: center;
	background: #000;
	padding: 7px 0px 5px;
}

.gm-style .map {
	max-width: 283px;
	background: #121212;
	padding: 15px;
}

.whatsapp_ons {
	position: fixed;
	right: 115px;
	bottom: 0px;
	z-index: 99;
}

.img_border {
	/*border: 4px solid #ffffff;*/
}

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


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

.mm-slideout {
	z-index: unset;
}

.modal_area #myModal {
	padding-right: 0px !important;
}

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

.popup_content .color_btn:hover {
	color: #9d2727;
	border: 2px solid #9d2727;
	background: transparent;
	color: #9d2727;
}


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

.contact_frm .right_wappr {
	top: -190px;
}

.each_vc_content ul li:nth-child(2) {
	position: relative;
	padding-left: 35px;
}

.each_vc_content ul li:nth-child(2):before {
	position: absolute;
	content: '';
	width: 40px;
	height: 25px;
	left: 0px;
	top: 3px;
	background-image: url(../images/tick.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
}

.footer_upper_banner .white_button {
	margin-left: 7px;
}

.footer_upper_banner .container {
	max-width: 100%;
}

.each_footer_sec table tr th {
	font-family: 'New Rail Alphabet Bold';
}

.each_footer_sec a:hover {
	color: #0069B5;
}

.car_panel .car_caption .hvr-radial-in:hover {
	border: 2px solid #fff;
	color: #fff;
}

.common_banner .overly_content .hvr-radial-in:hover {
	border: 2px solid #fff;
	color: #fff;
}

.aanbod_detail_tab_sec .bullet_panel {
	padding-bottom: 20px;
}

.tab_section .tab_wrapper ul li {
	padding: 20px 0px;
}

.tab_section .tab_wrapper ul li tr td {
	padding-right: 15px;
}

.tab_section .tab_wrapper ul li img {
	width: 32px;
}

.tab_section .tab_wrapper ul li:before {
	position: absolute;
	top: 0;
	left: -55px;
	content: '';
	/*background: #cecece;*/
	width: 1px;
	height: 100%;
}

.tab_section .tab_wrapper ul li:first-child:before {
	display: none;
}

.desktop_nav .navbar-dark .navbar-nav .active {
	color: #999999;
}

.acties_listview_area .col-md-6:nth-child(even) {
	padding-left: 0px;
}

.acties_listview_area {
	padding: 60px 0px 50px;
}

.acties_details .each_vc_content {
	padding: 0px;
}

.acties_details .right_wappr {
	top: -280px;
}

.no-border {
	border-bottom: none;
}

.aanbod_detail_tab_sec .right_wappr {
	padding: 0px;
	background-color: transparent;
}

.aanbod_details_slider .ms-skin-default .ms-bullet {
	background: none;
}

.expertise_overview_sec_text .hvr-radial-in:hover {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.sub_2_contact .right_wappr {
	top: 0px;
}

.vacture_sec .col-md-6:nth-child(even) {
	padding-left: 0px;
}

.vacature_details .right_wappr {
	top: -140px;
}

.vacature_details .each_vc_content {
	padding: 30px 60px 30px 0px;
}

.banner_bottom_selection .hvr-radial-in {
	padding: 10px 30px;
	width: 100%;
	border: 2px solid #0069B5;
	margin-bottom: 10px;
}

.banner_bottom_selection button:hover {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
}

.reset {
	text-align: right;
}

.reset a:hover {
	color: #999999;
}

.vercocht_cars_panel .car1 {
	cursor: auto;
}

.vercocht_cars_panel .car_caption p {
	margin-bottom: 0px;
}

.desktop_nav .navbar-nav .active>.nav-link {
	color: #999999;
}

.aanbod_dtls_contact_area .right_wappr {
	top: 0px;
}

.aanbod_dtls_contact_area {
	padding-top: 40px;
}

.sub_2_contact {
	padding-top: 60px;
	padding-bottom: 160px;
}
.star_icon h4 {
	padding-bottom: 10px;
	text-transform: uppercase;
	padding-top: 15px;
	margin-bottom: 15px;
	color: #1c1c1c;
	border-bottom: 1px solid #1c1c1c;
	text-transform: uppercase;
}

.star_icon p img {
	width: 15px;
	margin-top: -3px;
	margin-right: 5px;
}

.star_icon p {
	font-family: 'New Rail Alphabet Medium';
	font-size: 16px;
	color: #1c1c1c;
	padding-bottom: 6px;
	word-break: break-word;
}

.photo_contnt li img {
	width: 15px;
	margin-left: 5px;
}

.cursor {
	cursor: pointer;
}

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

.whatsapp_ons {
	position: fixed;
	bottom: 0px;
	right: 197px;
	z-index: 11;
	background: #0069b5;
	cursor: pointer;
	max-width: 240px;
	font-size: 16px;
	font-family: 'New Rail Alphabet Medium';
	width: 100%;
	text-align: center;
	padding: 12px 0px;
	color: #fff;
}

.whatsapp_ons a {
	color: #fff;
}

.whatsapp_ons span img {
	max-width: 24px;
	vertical-align: middle;
	margin-right: 15px;
	max-height: 25px;
}

.adj_sweep_bttn {
	background-image: none !important;
}

.main_car_sec .adj_sweep_bttn {
	top: 25%;
}

.car_slider .adj_sweep_bttn img,
.car_slider_panel .adj_sweep_bttn img {
	width: 45px;
}

.main_car_sec .swiper-button-next {
	right: 70px;
}

.main_car_sec .swiper-button-prev {
	left: 70px;
}

.home_banner img {
	max-width: 44px;
}

.header_banner .swiper-button-next {
	right: 60px;
}

.header_banner .swiper-button-prev {
	left: 60px;
}

#whatsapp_btn {
	position: fixed;
	z-index: 999;
	right: 40px;
	bottom: 30px;
}

#imgdetail {
	width: 80px;
	height: 80px;
}
/*****************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);
}


#mobile-contact-bar{
	box-sizing: border-box;
	font-size: 1rem;
	opacity: 1;
	position: fixed;
	width: 100%;
	z-index: 998;
	left: 0;
	bottom: 0;
	display: none !important;
}
#mobile-contact-bar-outer{
	background-color: #014992;
	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%;
	font-size: 0;
}
#mobile-contact-bar ul li{
	box-sizing: border-box;
	display: inline-block;
	height: 45px;
	text-align: center;
	width: 25%;
	vertical-align: top;
}
#mobile-contact-bar ul li a{
	color: rgba(255,255,255,0.9);
	cursor: pointer;
	display: flex;
	height: 100%;
	position: relative;
	z-index: 9998;
	justify-content: center;
	align-items: center;
}
#mobile-contact-bar ul li img{
	width: 20px;
}
#mobile-contact-bar ul li.location img{
	width: 17px;
}
#mobile-contact-bar ul li:nth-child(1) img, #mobile-contact-bar ul li:nth-child(2) img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.calsty {
    width: 100%;
    height: 1250px;
    padding: 0px;
    border: none;
}
.aanbod_detail_tab_sec .col-lg-8, .aanbod_detail_tab_sec #menu3 {
    padding: 0 !important;
}
.aanbod_detail_tab_sec .nav-tabs, .aanbod_detail_tab_sec .tab-pane {
    padding-right: 0px;
    padding-left: 15px;
}
/*===============new header================*/
.new-header{
	top: 0;
	padding: 10px 0px;
}
.new-header .top_bar{
	padding: 0;
	background: transparent;
}
.new-header .top_bar ul{
	text-align: left;
}
.new-header .top_bar ul li{
	margin-right: 40px;
	margin-left: 0;
}
.new-header .top_bar ul li.social_icn{
	margin-right: 0;
}
.new-header.navbar-expand-lg .navbar-nav .nav-link{
	font-family: 'NunitoSansRegular';
	padding: 0;
}
.new-header .nav-item{
	padding-right: 80px;
}
.new-header .nav-item:last-child{
	padding-right: 0;
}
.new-header.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link:hover{
	color: #fff;
}
.desktop_nav.new-header .navbar-nav{
	margin-left: 20px;
	margin-right: 0;
}
.new-header.navbar-dark .navbar-brand{
	margin: 0;
}
.new-header .navbar-brand img{
	max-width: 100%;
}
.new-header .nav-item span{
	display: inline-block;
    width: 25px;
    margin-left: 17px;
    position: relative;
    vertical-align: middle;
}
.nav-line{
    width: 100%;
    height: 2px;
    background: #fff;
    position: relative;
    transition: 1s ease;
}
.nav-line:nth-of-type(2) {
    margin: 4px 0;
    width: 80%;
}
.home-menu-new{
	width:100%;
	position:fixed;
	padding:30px 0px;
	z-index:9999;
	left: 0;
	background:#0069b5;
	transition: 0.6s ease;
	top: -100%;
	opacity: 0;
}
.home-menu-new ul{
	list-style-type:none;
	margin:0px;
	text-align:center;
}
.home-menu-new ul li{
	display:inline-block;
	padding:0 30px;
	font-family: 'NunitoSansRegular';
	font-size:14px;
}
.home-menu-new ul li a{
	color:#fff;
}
.home-menu-new ul li a:hover{
	opacity: 0.5;
	color: #fff;
}
.mobile-menu-open {
	top:125px;
	opacity: 1;
}
.mobile-nav-button .nav-line-1, .mobile-nav-button .nav-line-3 {
	transform: rotate(45deg);
	top: 4px;
	position: absolute;
	transition: 1s ease;
}
.mobile-nav-button .nav-line-2 { 
	transition: 1s ease;
	opacity: 0;
 }
.mobile-nav-button .nav-line-3 {
  	transform: rotate(135deg);
}
.lease_amount {
	display: flex;
    color: #0069B5;
}
.ros-lease-amount {
    margin: 0 5px;
}

@media(max-width: 1599.98px){
	.new-header .nav-item {
	    padding-right: 60px;
	}
	.new-header .top_bar ul li {
    	margin-right: 15px;
	}
	.new-header .col-lg-4{
		-ms-flex: 0 0 39%;
	    flex: 0 0 39%;
	    max-width: 39%;
	}
	.new-header .col-lg-4.text-center{
		-ms-flex: 0 0 21%;
	    flex: 0 0 21%;
	    max-width: 21%;
	}
	.mobile-menu-open {
    	top: 90px;
	}
}
@media(max-width: 1199.98px){
	.new-header .nav-item {
	    padding-right: 40px;
	}
	.desktop_nav.new-header .navbar-nav{
		margin-left: 0;
	}
	.mobile-menu-open{
		top: 97px;
	}
}