/*=============Fonts Css=============*/

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

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

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

@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/A2-Type New Rail Alphabet Medium.eot');
	src: url('../fonts/A2-Type New Rail Alphabet Medium.woff') format('woff'), url('../fonts/A2-Type New Rail Alphabet Medium.ttf') format('truetype'), url('../fonts/A2-Type New Rail Alphabet Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*=============Fonts Css End=============*/


/*=============Common Css=============*/

h1 {
	font-family: 'Proxima Nova Rg';
	font-size: 40px;
	color: #ffffff;
	margin-bottom: 0px;
}

h2 {
	font-family: 'Proxima Nova Lt';
	font-size: 29px;
	color: #121212;
}

h2 span {
	position: relative;
}

h2 span::before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -10px;
	width: 25px;
	height: 4px;
	background: #c51c1d;
}

h4 {
	font-family: 'Proxima semibold';
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 0px;
}

.wht_btn {
	background: #fff;
	border-radius: 5px;
	font-family: 'Proxima semibold';
	font-size: 16px;
	color: #121212;
	text-transform: uppercase;
	padding: 15px 55px;
	border: 0px;
	letter-spacing: 1.5px;
	cursor: pointer;
}

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

p {
	font-family: 'Proxima Nova Lt';
	font-size: 16px;
	color: #fff;
}

h3 {
	font-family: 'Proxima Nova Lt';
	font-size: 24px;
	color: #121212;
}

h3 span {
	position: relative;
	display: inline-block;
	margin-bottom: 24px;
}

h3 span::after {
	position: absolute;
	content: '';
	border-bottom: 4px solid #c51c1d;
	width: 25px;
	bottom: -23px;
	left: 0px;
}


/*-------btn------*/

.cmn_button {
	font-family: 'Proxima semibold';
	font-size: 16px;
	color: #121212;
	background: #ffffff;
	border: 1px solid #ffffff;
	cursor: pointer;
	padding: 10px 20px;
	box-shadow: 0 0 1px #ccc;
	-webkit-transition-duration: 0.9s;
	-webkit-transition-timing-function: ease-out;
	-webkit-box-shadow: 0px 0px 0 0 #121212 inset, 0px 0px 0 #121212 inset;
	height: 56px;
	min-width: 250px;
	border-radius: 5px;
}

.cmn_button:hover {
	-webkit-box-shadow: 400px 0px 0 0px #121212 inset, -400px 0px 0 0px #121212 inset;
	color: #fff;
}
.cmn_red_button {
	font-family: 'Proxima semibold';
	font-size: 16px;
	color: #fff;
	background: #c51c1d;
	border: 1px solid #c51c1d;
	cursor: pointer;
	padding: 10px 20px;
	box-shadow: 0 0 1px #ccc;
	-webkit-transition-duration: 0.9s;
	-webkit-transition-timing-function: ease-out;
	-webkit-box-shadow: 0px 0px 0 0 #000 inset, 0px 0px 0 #000 inset;
	height: 56px;
	min-width: 250px;
	border-radius: 5px;
}
.navbar-dark .navbar-nav .nav-item.active .nav-link:after {
    width: 25px;
    -webkit-transition: all 0.5s;
}
.cmn_red_button:hover {
	-webkit-box-shadow: 400px 0px 0 0px #000 inset, -400px 0px 0 0px #000 inset;
	border: 1px solid #000;
}
.black_btn {
	font-family: 'Proxima semibold';
	font-size: 16px;
	color: #ffffff;
	background: #35373a;
	border: 1px solid #35373a;
	cursor: pointer;
	padding: 10px 20px;
	box-shadow: 0 0 1px #ccc;
	-webkit-transition-duration: 0.9s;
	-webkit-transition-timing-function: ease-out;
	-webkit-box-shadow: 0px 0px 0 0 #35373a inset, 0px 0px 0 #35373a inset;
	height: 56px;
	min-width: 250px;
	border-radius: 5px;
}

.black_btn:hover {
	-webkit-box-shadow: 400px 0px 0 0px #ffffff inset, -400px 0px 0 0px #ffffff inset;
	color: #35373a;
}
.trans_btn {
	background: transparent;
	color: #fff;
}

.trans_btn:hover {
	color: #fff;
}

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


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


/*=============Common Css End=============*/

body {
	padding: 0px;
	margin: 0px;
	font-family: 'New Rail Alphabet White';
	font-size: 14px;
	overflow-x: hidden;
}

a {
	color: inherit;

	text-decoration: none !important;
}

* {
	outline: none !important;
}

a:hover {
	color: #c51c1d;
}

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

/*=========== header=============*/

.dblock {
	display: none;
}

.navbar {
	padding: 0rem 1rem;
}

.navbar-brand {
	padding-top: 2rem;
	padding-bottom: 1rem;
}

.bg-dark {
	background-color: transparent !important;
}

.fixed-top {
	position: absolute;
}

.navbar-dark .navbar-nav .nav-link {
	font-family: 'Proxima Nova Lt';
	font-size: 16px;
	color: #ffffff;
}

.social_media {
	width: auto;
	position: relative;
}

.con_left {
	display: inline-block;
}

.navbar .container {
	position: relative;
}

.social_media {
	position: absolute;
	width: 240px;
	height: 154px;
	right: -40px;
}

.wht_icn {
	position: absolute;
	top: 30px
}

.contact_rgt {
	position: relative;
	padding-top: 115px;
	left: 55px;
}

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

.navbar.active {
	top: 0px;
	width: 100%;
	position: fixed;
	-webkit-transition: all 1s;
	transition: all 1s;
	z-index: 99;
	background-color: #000 !important;
	padding: 5px 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);
}

.active .social_media {
	display: none;
}

.active .nav-link {
	color: #fff !important;
}

.contact_rgt p a:hover {
	color: #121212;
}

.navbar-dark .navbar-nav .nav-link {
	position: relative;
}

.navbar-dark .navbar-nav .nav-link::before {
	position: absolute;
	bottom: 0px;
	content: '';
	border-bottom: 4px solid #30a7e3;
	width: 25px;
	opacity: 0;
}

.navbar-dark .navbar-nav .active::before {
	opacity: 1 !important;
}
.kenteken_np{
background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
background-repeat: no-repeat;
background-position: 0% 0%;
padding: 8px 0 6px 30px;
}
.navbar-dark .navbar-nav .nav-link:after
{
	position: absolute;
    width: 0px;
    height: 5px;
    background: #ffffff;
    bottom: 0px;
    left: 4px;
    content: '';
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.navbar-dark .navbar-nav .nav-link:hover:after
{
	width: 25px;
    -webkit-transition: all 0.5s;
}

.bovag-logo{
	width: 50px;
}
/*===========home banner=========*/

.home_banner_bg {
	width: 100%;
	padding: 18% 0px 13%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

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

.home_banner::before {
	content: "";
	position: absolute;
	background: url('../images/nav_shadow.png')no-repeat center center/cover;
	width: 100%;
	height: 300px;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.home_banner .swiper-slide {
	position: relative;
}

.home_banner .swiper-slide::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #121212;
	opacity: 0.3;
}

.banner_content {
	z-index: 9;
	position: relative;
}

.slider_txt {
	margin-left: -67px;
	position: relative;
}

.slider_btn {
	text-align: left;
	margin-top: 43px;
	padding-left: 34px;
}

.slider_content {
	padding: 40px 0px;
	position: relative;
	margin-left: 67px;
	background-image: url('../images/trans_box.png');
	background-size: 85% 100%;
	background-repeat:no-repeat;
}

.swiper-pagination1 .swiper-pagination-bullet {
	width: 225px;
	background-color: #535662;
	border-radius: 0px;
	height: 4px;
	margin: 0px 6px !important;
	margin-bottom: 32px !important;
}

.swiper-pagination1 .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #fff;
}

.inner_content {
	width: 100%;
	padding: 40px 0px;
	position: relative;
	margin-left: 67px;
	background-image: url('../images/trans_box.png');
	background-size: 100% 100%;
}

.inner_trans_box {
	width: 100%;
	padding: 40px 0px;
	position: relative;
	margin-left: 67px;
	background-image: url('../images/inner_trans_box.png');
	background-size: 100% 100%;
}

.inner_banner_bg {
	width: 100%;
}

.inner_banner_content {
	padding: 15% 0px 5%;
}

.inner_content h1 {
	margin-left: -67px;
}


/*--home_filter_sec---*/

.home_filter_wrapper {
	background-color: #f5f5f5;
	padding: 25px 15px;
}

.dropdown_select_box select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url('../images/arrow.png')no-repeat 94% center !important;
	font-family: 'Proxima Nova Lt';
	font-size: 16px;
	text-align: center;
	color: #b4b4b4;
	height: 56px;
	border-radius: 5px;
}

.filter_text h4 {
	font-family: 'Proxima Nova Lt';
	font-size: 20px;
	color: #121212;
	padding: 14px 8px;
}

.home_filter_btn button {
	min-width: 100%;
}


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


/*====================================*/


/*=============  Detail_link  ==============*/

.detail_top_link {
	padding: 50px 0px;
}

.detail_top_link p {
	font-family: 'Proxima Nova Lt';
	font-size: 16px;
	color: #121212;
}

.detail_top_link p span {
	color: #121212;
}

.detail_top_link button {
	width: 100%;
}

.detail_top_link p {
	padding: 15px 0px;
}


/*-------------- detail_slider ----------------*/

.gallery-top {
	height: 80%;
	width: 100%;
}

.gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 5px 0;
}

.gallery-thumbs .swiper-slide {
	height: 100%;
	opacity: 0.4;
}

.gallery-thumbs .swiper-slide-active {
	opacity: 1;
}

.pad_left_btm {
	padding-left: 5px;
	padding-bottom: 5px;
}

.pad_right5 {
	padding-right: 5px;
}

.slider_side_img .col-md-6:nth-child(1) {
	margin-bottom: 10px;
	padding-left: 7px;
	padding-right: 10px;
}

.gallery-thumbs .swiper-slide {
	opacity: 1 !important;
}

.common_swiper {
	background: none !important;
}

.swiper-button-next1 {
	width: 43px !important;
	height: 43px !important;
	right: 15px !important;
}

.swiper-button-prev1 {
	width: 43px !important;
	height: 43px !important;
	left: 15px !important;
}

.slider_img .swiper-slide img {
	width: 100%;
}

.slider_side_img img {
	width: 100%;
}

.slider_btm_thumb .swiper-slide img {
	width: 100%;
}

.slider_btm_thumb {
	margin-top: 10px;
}


/*==========================================*/


/*-----------------  Tab ---------------------*/

.tab_sec {
	padding: 20px 18px 55px;
	background-color: #fff;
}

.nav-tabs {
	text-align: center;
}

.tab_sec .nav-tabs>.nav-item {
	float: none;
	margin: 0px 0px 0px;
	border-right: 1px solid #fff;
	text-align: center;
	background-color: #fff;
	min-width: 33.33%;
}

.tab_sec .nav-tabs>li>a {
	font-family: 'Proxima semibold';
	font-size: 16px;
	color: #121212;
	border-radius: 5px;
	min-height: 45px;
	line-height: 45px;
	padding: 4px 35px;
	transition: 0.5s all ease;
	border: 1px solid #ebebeb;
	margin: 5px 5px;
}

.tab_sec .nav-tabs .nav-item {
	display: inline-block;
}

.tab_sec .nav-tabs {
	border-bottom: 0px solid #ddd;
}

.tab_sec .nav-tabs>li .active {
	background-color: #35373a;
	color: #fff;
	border: 1px solid #35373a;
}

.tab_sec .nav>li>a:focus,
.tab_sec .nav>li>a:hover {
	background-color: #35373a;
	color: #fff;
	border: 1px solid #35373a;
}

.tab_sec .tab-content {
	padding: 10px 20px 20px 20px;
	background-color: #f4f4f4;
	border-radius: 5px;
	margin-top: 10px;
}

.tab_sec .tab-content h4 {
	line-height: 25px;
	color: #121212;
	margin-bottom: 20px;
	padding: 15px 0px 15px;
	border-bottom: 2px solid #275577;
}

.tab-content ul {
	padding-left: 0px;
}

.tab-content ul li {
	line-height: 30px;
	font-family: 'Proxima Nova Lt';
	font-size: 16px;
	color: #121212;
}

.tab_content_wrapper {
	background-color: #ffffff;
	padding: 0px 25px;
}

.tab_content_wrapper ul {
	list-style-type: none;
	padding-left: 20px;
}

.tab_content_wrapper ul li::before {
	position: absolute;
	margin-left: -20px;
}

.tab_content_wrapper ul {
	list-style-image: url('../images/bullet.png');
}

/*#menu2 ul li {
	width: 45%;
	float: left;
}

#menu2 ul li:nth-child(3n) {
	list-style-image: none;
	padding-left: 10px;
}
*/
.tab-content ul li {
	word-break: break-word;
}

.tab_sec .tab-content p {
	padding-top: 15px;
	color: #121212;
	text-align: justify;
}

.form_wrapper {
	padding-top: 20px;
}

.foto_upload {
	cursor: pointer;
	font-family: 'Proxima Nova Lt';
	font-size: 16px;
	color: #121212;
	height: 43px;
	border: 1px solid #ededed;
	font-style: italic;
}
.aanbod_details_slider .ms-skin-default .ms-nav-next
{
	z-index: 1;
}
.aanbod_details_slider .ms-skin-default .ms-nav-prev
{
	z-index: 1;
}
.styl5 {
	font-family: 'Proxima Nova Lt';
	font-size: 16px;
	color: #a3a3a3 !important;
	background-color: #fff !important;
	height: 43px;
	border: 1px solid #ededed;
	font-style: italic;
}

.form_wrapper .form-group {
	margin-bottom: 8px;
}

.height9 {
	height: 145px !important;
	resize: none;
}

.form_wrapper .form-control:focus {
	color: #fff;
	background-color: #fff;
	border-color: none;
	outline: 0;
	box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25);
}

.styl5::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #a3a3a3;
}

.styl5::-moz-placeholder {
	/* Firefox 19+ */
	color: #a3a3a3;
}

.styl5:-ms-input-placeholder {
	/* IE 10+ */
	color: #a3a3a3;
}

.styl5:-moz-placeholder {
	/* Firefox 18- */
	color: #a3a3a3;
}


/*=================*/


/*----------------- Tab End ------------------*/


/*--------------- common_form ----------------*/

.form_address h3 {
	font-family: 'Proxima Nova Lt';
	font-size: 24px;
	color: #121212;
}

.form_address p {
	color: #121212;
	padding-top: 60px;
}
.form_address p b{
	font-family: 'Proxima semibold';
	color:#c51c1d;
}
.nancy p {
	font-style: italic;
	color: #121212;
	padding-top: 25px;
}

.form_address span {
	display: inline-block;
	padding-top: 35px;
}

.social_link ul li {
	display: inline-block;
	padding-right: 30px;
}

.social_link ul {
	padding-left: 0px;
	padding-top: 25px;
}
.hover-img {
	display: none;
}
.common_form_wrapper {
	padding: 65px 0px;
	border-top: 1px solid #e6e6e6;
}

.common_form_wrapper .form_wrapper {
	padding-top: 0px;
}

.common_form_wrapper .styl5 {
	border-radius: 0px;
}


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


/*------------- Specification  --------------*/

.price h3 {
	color: #9f9f9f;
	padding-top: 20px;
	padding-bottom: 15px;
}

.specification_table {
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: 1px solid #e8e7e7;
}

.specification_table table {
	width: 100%;
}

.specification_table table tr td {
	color: #9f9f9f;
	font-family: 'Proxima Nova Lt';
	padding: 10px 0px;
}

.specification_table table tr td:first-child {
	color: #c51c1d;
}

.social_link_block ul {
	list-style: none;
	padding-left: 0px;
	font-family: 'Proxima semibold';
	font-size: 16px;
	color: #fff;
}

.social_link_block ul li {
	margin: 5px 0px;
	border-radius: 5px;
}

.social_link_block ul li span {
	margin-right: 25px;
	margin-top: 15px;
}

.social_link_block {
	padding-top: 30px;
	border-top: 1px solid #e8e7e7;
}

.count_part {
	float: right;
}

.social_link_block ul a:hover {
	color: #121212;
}
.social_link_block ul a:nth-child(1) li {
	background-color: #2b4682;
}

.social_link_block ul a:nth-child(2) li {
	background-color: #1ab452;
}


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


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

.contact_address_sec {
	padding: 50px 0px;
}

.contact_timming_block h3 {
	margin-bottom: 25px;
}


/*----- timming_block ------*/

.timming_table tr th {
	padding-bottom: 15px;
	font-family: 'Proxima Nova Lt';
	font-size: 16px;
	color: #a3a3a3;
}

.timming_table tr td:first-child {
	padding-right: 0px;
	width: 70px;
	font-family: 'Proxima Nova Lt';
	color: #a3a3a3;
}

.timming_table tr td {
	color: #121212;
	width: 135px;
	padding-bottom: 2px;
	font-family: 'Proxima Nova Lt';
	font-size: 16px;
}


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


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


/*-------------- Over_ons ---------------*/

.over_welcoe_sec {
	padding: 45px 0px;
	background: #f6f6f6;
}

.welcome_text p {
	color: #121212;
}

.welcome_text p:nth-child(2) {
	padding-top: 25px;
}

.welcome_text p:nth-child(3) {
	padding-top: 40px;
}

.signature {
	padding-top: 40px;
}

.over_list_sec {
	padding: 75px 0px 50px;
}

.over_list_sec p {
	color: #121212;
	padding: 25px 0px 30px;
	text-align: justify;
}

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

.each_tick ul li {
	font-family: 'Proxima Nova Lt';
	color: #121212;
	font-size: 16px;
	line-height: 26px;
	background: url(../images/bluetick.png) no-repeat left center;
	list-style: none;
	padding: 10px 0px;
	padding-left: 50px;
}

.over_list_sec {
	position: relative;
}

.list_bg_img {
	position: absolute;
	width: 60%;
	right: 0;
	top: 26%;
	bottom: -5%;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}


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


/*-------------- Contact ----------------*/

.dien_text p {
	color: #121212;
	text-align: justify;
	padding-top: 25px;
	width: 90%;
}


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


/*================ neo03 =================*/

.car_banner_section {
	width: 100%;
	position: relative;
	padding: 40px 0px;
}

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

.adj_img {
	height: 55px;
}

.cnxt,
.cprev {
	background: none !important;
}

.cnxt {
	right: -6% !important;
}

.cprev {
	left: -6% !important;
}

.car_txt_sec {
	background: #ffffff;
	padding: 15px;
	border: 2px solid rgba(0, 0, 0, .1);
}

.car_txt_sec p {
	color: #9f9f9f;
	height: 27px;
	overflow: hidden;
}

.car_txt_sec h3 {
	margin-bottom: 10px;
}

.car_price {
	font-family: 'Proxima Nova Lt';
	font-size: 16px;
	color: #121212;
}

.car_price span {
	display: inline-block;
	padding: 0px 20px;
}

.car_button {
	width: 100%;
	text-align: center;
	padding: 10px 0px 20px 0px;
}

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

.signature_sec {
	width: 100%;
	position: relative;
	padding: 35px 0px 45px;
}

.signature_wrapper {
	width: 100%;
}

.signature_wrapper p {
	color: #121212;
	margin: 25px 0px 20px 0px;
	text-align: justify;
}

.signature_wrapper button {
	margin-top: 20px;
}

.static_car {
	position: relative;
}

.adj_img_cr {
	position: absolute;
	/*bottom: -55px;*/
	left: 0px;
	width: 100%;
	height: 100%;
}

.counter_banner {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0px;
}

.main_wrapper_count {
	width: 100%;
}

.main_wrapper_count h2 {
	font-family: 'Proxima Nova Rg';
	font-size: 48px;
	color: #ffffff;
	margin-bottom: 10px;
}

.each_cr {
	width: 100%;
	text-align: center;
}

.each_cr h6 {
	font-family: 'Proxima Nova Rg';
	font-size: 30px;
	color: #ffffff;
	padding-top: 10px;
}

.car_icn {
	width: 100px;
	height: 100px;
	text-align: center;
	border-radius: 4px;
	margin: 0px auto;
	display: table;
}
.counter_banner .car_icn {
	border: 1px solid #ffffff;
}
.car_cel {
	display: table-cell;
	vertical-align: middle;
}

.footer_upper_blog {
	width: 100%;
	background: #f6f6f6;
	padding: 40px 0px;
	position: relative;
}

.each_blog_wrapper {
	width: 100%;
	background: #ffffff;
	text-align: center;
	padding: 25px 5px;
}

.each_blog_wrapper p {
	color: #121212;
	font-size: 15px;
}

/*.footer_upper_blog .car_icn {
	border: 1px solid #275577;
}*/

.each_blog_wrapper h4 {
	color: #121212;
	padding: 15px 0px;
}

.footer_sec {
	background: #121212;
	padding-bottom: 50px;
	width: 100%;
}

.footer_logo {
	padding-bottom: 60px;
	margin-top: 35px;
}

.footer_item_wrapper h4 {
	margin-bottom: 15px;
	text-align: justify;
}

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

.footer_item_wrapper ul li {
	font-family: 'Proxima Nova Lt';
	font-size: 16px;
	color: #ffffff;
	padding-bottom: 6px;
}

.footer_item_wrapper p span {
	font-family: 'Proxima semibold';
}

.footer_item_wrapper table {
	width: 100%;
	color: #ffffff;
	font-size: 16px;
}

.footer_item_wrapper table tr td:first-child {
	font-family: 'Proxima semibold';
}

.footer_item_wrapper table tr td:last-child {
	font-family: 'Proxima Nova Lt';
}

.footer_social_sec {
	width: 40%;
	display: inline-block;
	padding-top: 30px;
	float: left;
}

.footer_mb_img {
	width: 60%;
	float: left;
}

.footer_social_sec img {
	height: 32px;
	margin-right: 10px;
}


/*=======================================*/


/*-------- Index_middle_bannar ----------*/

.middle_banner_heading {
	padding-bottom: 30px;
}

.comon_hide {
	background: none !important;
}

.swiper-button-next12 {
	width: 22px !important;
	height: 58px !important;
	top: 50% !important;
	right: 5% !important;
}

.swiper-button-prev12 {
	width: 22px !important;
	height: 58px !important;
	top: 50% !important;
	left: 5% !important;
}

.slider_upper_text h3 {
	font-family: 'New Rail Alphabet Medium';
}

.link_wrapper {
	position: relative;
}

.slider_upper_text {
	position: absolute;
	bottom: 18px;
	left: 22px;
	right: 22px;
	z-index: 999;
	transition: .5s ease all;
}

.slider_upper_text h3 {
	color: #fff;
}

.slider_upper_text p {
	display: none;
	padding-top: 15px;
}

.inner_slider1 .link_wrapper:hover .slider_upper_text p {
	display: block;
}
.inner_slider1 .swiper-slide-prev .link_wrapper:hover .slider_upper_text p 
{
	display: none;
}
.inner_slider1 .swiper-slide-next .link_wrapper:hover .slider_upper_text p 
{
	display: none;
}
.inner_slider1 .swiper-slide-prev .link_wrapper .slider_upper_text h3 
{
	display: none;
}
.inner_slider1 .swiper-slide-next .link_wrapper .slider_upper_text h3 
{
	display: none;
}
.inner_slider1 .link_wrapper {
	position: relative;
}

.overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	background-color: rgba(12, 12, 12, 0.5);
	z-index: 99;
	opacity: 1;
}

.swiper-slide-active .overlay {
	opacity: 0 !important;
	transition: .5s ease all;
}

.zoom_image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.middle_banner_wrapper .middle_banner_heading {
	padding-top: 45px;
	border-top: 1px solid #e6e6e6;
}

.middle_banner_wrapper {
	padding-bottom: 25px;
}

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

.bg_gray {
	background-color: #f6f6f6;
}


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


/*-----------css by neo 10-----------------*/

.custom_row {
	margin-left: -5px;
	margin-right: -5px
}

.custom_row .col-md-3,
.custom_row .col-md-9 {
	padding-left: 5px;
	padding-right: 5px;
}

.aanbod_cars {
	margin-top: 60px;
	margin-bottom: 30px
}

.selection_wrapper {
	background: #f5f5f5;
	padding: 30px 40px
}

.aanbod_car {
	position: relative
}

.aanbod_car:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	content: '';
	opacity: 0;
	transition: 0.5s all ease;
}

.aanbod_car:hover:after,
.aanbod_car:hover:before {
	opacity: 1;
	transition: 0.5s all ease;
}

.aanbod_cars .container .row .col-md-6 {
	margin-bottom: 30px
}

.building_left {
	padding: 0px 55px
}

.building_left h2 {
	color: #fff;
	position: relative;
	padding-bottom: 20px
}

.building_left h2:after {
	position: absolute;
	width: 25px;
	height: 4px;
	bottom: 0px;
	left: 0px;
	content: '';
	background-color: #30a7e3;
	z-index: 9;
}

.building_txt {
	margin-top: 20px;
}

.block_btn {
	margin-top: 50px
}

.white_btn span i {
	margin-right: 20px;
	font-size: 20px;
	line-height: 20px;
	margin-top: 5px
}

.aanbod_signeture {
	padding-bottom: 120px;
}


/*=======================================*/

.each_aanbod_car {
	cursor: pointer;
}

.building_txt p {
	text-align: justify;
}

.top_border {
	padding-top: 60px;
	border-top: 1px solid #e6e6e6;
}

.detail_top_link button {
	min-width: 100%;
	padding: 10px 6px;
}

.contact_height {
	height: 425px;
}

.welcome_text p {
	text-align: justify;
}

.verkocht .each_aanbod_car {
	cursor: default;
}

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

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 10px;
	padding-left: 7px;
}

.contact_rgt h4 {
	font-size: 18px;
}

.contact_rgt p {
	font-size: 15px;
}

.social_media {
	width: 212px;
}

.navbar-dark .navbar-nav .nav-link {
	font-size: 15px;
}


/*--------- BTS4 Drpdwn --------*/

.dropdown-menu a {
	padding: 12px 15px;
}

.dropdown-menu a::after {
	height: 0px;
	background-color: #fff;
}

.dropdown:hover>.dropdown-menu {
	display: block;
}

.dropdown-menu {
	padding: 0px;
	border-radius: 0px;
	min-width: 185px;
	margin: 0px;
	padding-top: 15px;
	background-color: transparent;
	border: 0px;
}

/*.active .dropdown-menu {
	padding-top: 23px;
}*/

.dropdown-menu .dropdown-item {
	background-color: #30a7e3 !important;
	color: #fff !important;
}

.dropdown-menu a {
	border-bottom: 1px solid aliceblue;
	transition: .3s ease;
	font-family: 'Proxima Nova Lt';
	font-size: 16px;
}

.dropdown:hover a {
	background: transparent !important;
}
.dropdown-menu{
	background:#35373a;
	padding-top:0px;
}

.dropdown .dropdown-menu a:hover {
	background-color: #121212 !important;
}

.active #navbarDropdownMenuLink {
	background-color: transparent !important;
	color: #30a7e3 !important;
}

#navbarDropdownMenuLink:hover {
	background-color: transparent !important;
	color: #30a7e3 !important;
}

/*.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: #30a7e3;
}*/


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


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


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

.hidden {
	display: none;
}

#menu {
	display: none;
}

.mm-current {
	display: block !important;
}

.grecaptcha-badge {
	
}

#notify_msg_div {
	position: relative;
}

.jquery-notify-bar {
	padding: 0px !important;
	margin: 0;
	position: fixed;
	width: 100%;
	background: transparent;
	z-index: 100000;
	top: 0px;
	left: 0px;
}

.notify-bar-close {
	position: absolute;
	font-size: 11px;
	left: 95%;
	top: 5px;
	color: #fff !important;
}

.jquery-notify-bar div.error {
	filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#db4444', endcolorstr='#bd3a3a');
	background-color: #E77300;
	color: #fff0f0;
	text-shadow: 1px 1px 1px #bd3a3a;
	padding: 15px;
	position: relative;
}

.jquery-notify-bar div.success {
	filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#8dc96f', endcolorstr='#509c4b');
	background-color: #8dc96f;
	color: #fff;
	text-shadow: #509c4b 1px 1px 1px;
	padding: 15px;
	position: relative;
}

#flashMessage.success {
	/*filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#8dc96f', endcolorstr='#509c4b'); background-color: #8dc96f; color: #fff; text-shadow: #509c4b 1px 1px 1px;*/
	padding: 15px;
	position: relative;
}

.error_background {
	background-color: #121212;
	height:140px;
}

.kenteken_no_pleat {
	background: url(../images/kenteken_plaat.png)no-repeat center center/cover;
	width: 145px;
	height: 27px;
	text-align: center;
	display: inline-block;
	color: #000;
}


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


/**/

.ver_text_sec {
	padding: 65px 0px;
}

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

.ver_text {
	padding-top: 25px;
}

.vertical_tab_sec {
	width: 100%;
}

.vertical_tab_sec .nav-item {
	width: 100%;
}

.vertical_tab_sec .container-fluid {
	padding: 0px;
}

.vertical_tab_sec .nav-item {
	padding: 0px !important;
	background: #f5f5f5;
}

.vertical_tab_sec .nav-link {
	border-radius: 0px;
	padding: 40px 60px;
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	border-right: 1px solid rgba(0, 0, 0, .1);
	border-left: 4px solid transparent;
}

.vertical_tab_sec .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: #ffffff;
	color: #121212;
	border-left: 4px solid #275577
}

.vr_left {
	float: left;
	font-family: 'Proxima Nova Lt';
	font-size: 24px;
	color: #121212;
}

.vr_left p {
	font-family: 'Proxima Nova Lt';
	font-size: 16px;
	color: #a4a4a4;
	margin-bottom: 0px;
}

.vr_rt {
	float: right;
	background: #35373a;
	color: #ffffff;
	font-family: 'Proxima Nova Lt';
	font-size: 24px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	text-align: center;
	padding-top: 2px;
	margin-top: 5px;
}

.nav-item .active .vr_rt {
	background: #c51c1d;
}

.vertival_tab_wrapper {
	width: 100%;
	padding: 8% 8% 8% 8%;
}

.vertival_tab_wrapper p {
	font-size: 16px;
	color: #121212;
	text-align: justify;
}

.vactures_frm h3 {
	color: #121212;
}

.vactures_frm .input-group {
	border: 1px solid #b4b4b4;
}

.vactures_frm ::placeholder {
	color: #b4b4b4;
	opacity: 1;
}

.vactures_frm :-ms-input-placeholder {
	color: #b4b4b4;
}

.vactures_frm ::-ms-input-placeholder {
	color: #b4b4b4;
}

.vactures_frm .form-control {
	color: #b4b4b4;
}

.vactures_frm .form-control:focus {
	color: #b4b4b4;
}

.download_vc {
	width: 100%;
	padding: 15px 0px;
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin: 50px 0px;
}

.download_vc button {
	width: 100%;
	padding: 10px;
}

.vacature_page {
	padding-top: 30px;
}

.download_vc .left_heading {
	margin-bottom: 0px;
}

.download_vc .left_heading h3 {
	padding-top: 9px;
}

.download_vc .left_heading h3 span {
	color: #121212;
}

.download_vc .left_heading h3 span:after {
	display: none;
}

.img_gallery {
	width: 100%;
	padding: 20px 0px;
}

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

.overlay_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 4;
	background: rgba(43, 93, 145, 0.6);
	text-align: center;
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.overlay_bg img {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

.img_gallery_wrapper .overlay_bg:hover {
	opacity: 1;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.right_tab_sec {
	background: #f5f5f5;
}

.left_heading {
	margin-bottom: 30px;
}

.download_vc button {
	min-width: 100%;
}

.right_tab_sec {}

.aanbod-header {
	background-color: #121212 !important;
	padding-bottom: 23px;
}
.social_media
{
	height: 183px;
}
.select_area {
	padding-top: 166px;
}

.detail_top_link {
	padding-top: 206px;
}

.team-member-section {
	width: 100%;
	padding: 60px 0px;
}

.team-member-heading {
	text-align: center;
}


/****************************************collegue css**************************************/

.onez-collegue {
	padding: 50px 0px;
}

.member-slider-wrapper {
	margin-top: 50px;
	position: relative;
}

.member-slider-wrapper .swiper-button-next,
.member-slider-wrapper .swiper-button-prev {
	background: none;
}

.member-slider-wrapper .swiper-button-next {
	right: -70px;
}

.member-slider-wrapper .swiper-button-prev {
	left: -60px;
}

.member-dtls h3 {
	font-family: 'Proxima semibold';
	margin-top: 15px;
	margin-bottom: 0px;
}

.member-dtls p {
	font-family: 'Proxima Nova Lt';
	font-size: 23px;
	color: #121212;
}


/****************************************collegue css end**************************************/

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

.list-image img {
	margin-top: -50px;
}

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

.acties-listing-text h4 {
	font-size: 20px;
	color: #121212;
	position: relative;
	margin-bottom: 40px;
	display: inline-block;
}

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

.acties-listing-text h4::after {
	content: "";
	position: absolute;
	width: 45px;
	height: 4px;
	background: #c51c1d;
	bottom: -15px;
	left: 0px;
}

.acties-listing-text button {
	margin-top: 40px;
}

.acties-listing-content {
	padding-left: 50px;
}

.acties-listing .row {
	position: relative
}
.acties-listing .row:after {
	position: absolute;
	top: 0px;
	width: 100vw;
	height: 100%;
	background: #f6f6f6;
	content: '';
	left: 50%;
	margin-left: -50vw;
	z-index: -1
}

.acties-listing .row:nth-child(even):after {
	background: none
}

.acties-listing .row:nth-child(even) .acties-listing-content {
	padding-left: 0px;
	padding-right: 50px;
	text-align: right
}

.acties-listing .row:nth-child(even) .acties-listing-content .acties-listing-text p {
	text-align-last: right;
}
.text-wrapper{
	max-width:760px;
	margin:auto
}
.bedankt-page-content{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	
}
.bed-content-height{
	height:100vh;
	}
.bed-content-text{
	vertical-align:middle;
}
.text-wrapper h1{ 
	margin-bottom:30px;
}

/*==========pop up===========*/
.modal-dialog{
	position:relative;
	z-index:1;
}
.modal-backdrop{ 
	z-index:0;
}
#myModal:after{
	position:absolute;
	top:0px; 
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	content:' ';
}
.mm-page {
    position: static;

}
.modal{ z-index:9999999}
.modal_area .modal_close_img img{
	max-height:50px;
}
.modal_area .modal_close_img{
	position: absolute;
    top: 20px;
    right: 20px;
}

.modal_area .modal-dialog {
    max-width:75%;
	margin-top:10%;
}
.modal_area .modal-body{ 
	padding:0px;
}
.modal_area .modal-content p{
	color:#121212;
	text-align: justify;
	line-height:18px;
}
.modal_area .modal-content{
	border:none;
	border-radius:0px;
	position:relative;
	z-index:999999999;
}
.pop_up_img{
	display: inline-block;
    width: 45%;
    vertical-align: top;
}
.popup_content{
	display: inline-block;
	width: 54%;
	padding-top: 6%;
	padding-left: 56px;
	padding-right: 80px;
}
.popup_content h2{
	font-size:24px;
	color:#121212;
	padding-bottom: 0px;
	position:relative;
	margin-bottom:30px;
}
.popup_content h2 span{ color:#121212}

.modal_area .global_btn{
	margin-top: 40px;
	display:inline-block;
}
.morgan_footer {
    text-align: center;
    background: #000;
    padding: 7px 0px 5px;
}
.select-area-whatsaa-btn {
    position: fixed;
    right: 150px;
    bottom: 0;
    z-index: 9999;
}
.select-area-whatsaa-btn button {
    border-radius: 0px;
    min-width: 270px;
}
.select-area-whatsaa-btn span img {
    margin-right: 10px;
    margin-bottom: -2px;
    vertical-align: middle;
}
.styl {
    margin-top: 10px;
}
.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: 49%;
	display: inline-block;
	vertical-align: top;
}
.ver_text_sec table
{
	width: 100%;
}
.ver_text_sec table tr td {
    padding: 18px;
}
.ver_text_sec p {
    color: #121212;
    text-align: justify;
}
/*=======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%;
}
.aanbod_area{
	background:#fff;
	position:relative;
	padding-top:90px;
	margin-top: -1px;
	padding-bottom: 50px;
}
.onez-acties-text-content h2 {
	margin-bottom: 20px;
	font-family: 'A2TypeNewRailMedium';
    font-size: 24px;
    color: #121212;
}
.onez-acties-text-content p {
	color: #828282;
	text-align: justify;
}
.pro_description p span {
    margin: 0px 15px;
}
/*.text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}*/
.contactbanner::after
{
	content: "";
	position: absolute;
	background: url('../images/nav_shadow.png')no-repeat center center/cover;
	width: 100%;
	height: 200px;
	top: 0px;
	left: 0px;
	z-index: 0;
	pointer-events:none;
}
.no_record{
	font-size:30px;
	text-align:center;
	padding:8px 0px;
}
.contact_rgt a:hover {
    color: #438bca;
}
.contact_rgt p a:hover {
    color: #438bca;
}
.footer_social_sec {
    width: 50%;
    display: inline-block;
    padding-top: 30px;
    float: left;
}
.social_image {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background-color: #35373a;
    display: inline-block;
    padding: 6px 0px 5px 10px;
    margin-right: 10px;
}
.fb{
	padding: 6px 0px 5px 13px;
}
.social_image:hover{
	background-color:#c51c1d;
}
.footer_social_sec img {
    max-height: 16px;
    margin-right: 10px;
}
.footer_logo .footer_logos img
{
	margin-right:20px;
}
.footer_logo .footer_logos
{
	margin-top: -10px;
}
.footer_logos img:last-child{
	margin-right: 0;
	/*width: 110px;*/
}
.cursor{
	cursor:pointer;
}
.side_logo
{
	position: fixed;
	right: 0;
	z-index: 999999;
	top: 40%;
}
.thankyou_content
{
	text-align:center;
}
/*=======pop up end==========*/
.desktop_nav .navbar-nav
{
	padding-left: 25px;
}
.navbar.active .main_logo_adjust
{
	margin-bottom: 19px;
    max-height: 50px;
}
/*.banner_content .col-lg-8
{
	max-width: 62%;
}*/
.car_button .cmn_red_button
{
	padding: 10px 35px;
}
.aanbod_car:before
{
	position: absolute;
    width: 50px;
    height: 50px;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/zoom.png) no-repeat center center/cover;
    z-index: 9;
    opacity: 0;
    transition: 0.5s all ease;
}
.detail_top_link .cmn_button
{
	color: #fff;
    background: #303235;
	border: 1px solid #303235;
}
.detail_top_link::before
{
	content: "";
    background-color: #000;
    height: 45%;
    position: absolute;
    width: 100%;
    top: 0px;
    background: linear-gradient(to bottom, #000 4%, transparent 90%);
}
.new-thumb{
	margin: 0 auto;
    position: relative;
   max-width: 1250px;
   width:100%;
 
}
.home_filter_btn a
{
	font-family: 'Proxima Nova Lt';
}
.styl {
    margin-top: 10px;
}
.menu-content-part ul
{
	list-style-type: disc;
    color: #121212;
    font-family: New Rail Alphabet White;
    font-size: 14px;
    padding-left: 10px;
}
.whatsapp_button {
    position: fixed;
    bottom: 0px;
    width: 70px;
    z-index: 99999999;
    right: 77px;
    bottom: 10px;
}
.align-middle table tr td
{
	font-family: 'Proxima Nova Lt';
	font-size: 18px;
}
.scroll_image 
{
	position: fixed;
	right: 0;
	z-index: 9999999;
	bottom: 15%;
	width: 30px;
}
#mobile-contact-bar { 
	display: none; 
}

.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}
.star_icon p img{
    width: 10px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin-bottom:15px;
    border-bottom: 1px solid #fff;
    display: inline-block;
}
.star_icon{
    margin-bottom: 30px;
}
.footer_logo2{
	width: 200px;
}
/*************side area**********/
.mini-right-nav li{
  margin-bottom:10px;
  padding: 0;
  width: 60px;
  display: block;
  position: relative;
}
.mini-right-nav li a{
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #171717;
  border-radius: 8px 0 0 8px;
}
.mini-right-nav li:last-child a, .mini-right-nav li:last-child span:after{
  background-color: #58c04d;
}
.mini-right-nav span {
  font-family: 'Proxima Nova Lt';
  font-size:0;
  bottom: 0;
  right: 60px;
  line-height: 60px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 0;
  -webkit-transition: 0.50s;
  -moz-transition: 0.50s;
  transition: 0.50s;  
}
.mini-right-nav span:after{
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 60px);
  content: '';
  background-color: #171717;
  height: 60px;
  -webkit-transition: 0.50s;
  -moz-transition: 0.50s;
  transition: 0.50s;
  z-index: -1; 
  border-radius: 8px 0 0 8px;
}
.mini-right-nav a:hover  span{ width:auto; padding:0 20px 0 25px;overflow:visible;
  font-size:16px; }
.mini-right-nav a:hover {text-decoration:none;}
.mini-right-nav a span{
  color:#fff;
}
.mini-right-nav img{
  width: 20px;
  position: relative;
  z-index: 1;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.mini-right-nav li:first-child a img{
  width: 22px;
}
.mini-right-nav{
  position: fixed;
  top: calc(17% + 140px);
  z-index: 999;
  right: 0px;
}
.footer_logos img {
    max-height: 100px;
}
/*=========== Responsive css============*/

@media (min-width: 1700px) {
	/*========= My responsive ============*/
	.container {
		min-width: 1400px;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 24px;
		padding-left: 20px;
	}
	h1 {
		font-size: 48px;
	}
	.filter_text h4 {
		font-size: 24px;
	}
	.contact_rgt h4 {
		font-size: 24px;
	}
	.contact_rgt p {
		font-size: 16px;
	}
	.navbar-dark .navbar-nav .nav-link {
		font-size: 16px;
	}
	.active .dropdown-menu {
		padding-top: 30px;
	}
	/*====================================*/
}
@media (max-width: 1699px) {
	.footer_logos img
	{
		max-height: 60px;
	}
}
@media (max-width: 1500px) {
	.cnxt {
		right: -40px !important;
	}
	.cprev {
		left: -40px !important;
	}
	.filter_text h4 {
		font-size: 17px;
		padding: 17px 5px;
	}
	.cprev {
		left: -3% !important;
		width: 20px !important;
		height: 57px !important;
	}
	.cnxt {
		right: -3% !important;
		width: 20px !important;
		height: 57px !important;
	}
}

@media (max-width: 1199.98px) {
	/*---- Common Class ----*/
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 24px;
	}
	/*----------------------*/
	/*========= My responsive ============*/
	.main_wrapper_count h2 {
		font-size: 36px;
	}
	.car_banner_section {
		padding: 40px 0px 30px;
	}
	.footer_sec h4 {
		font-size: 18px;
	}
	.footer_logo {
		padding-bottom: 50px;
	}
	.footer_sec {
		padding-bottom: 40px;
	}
	.main_logo_adjust {
		height: 56px;
	}
	.footer_logo2 {
	  width: 150px;
	}
	.bovag-logo {
	  width: 40px;
	}
	.social_media {
		width: 200px;
	}
	.contact_rgt h4 {
		font-size: 16px;
	}
	.contact_rgt p {
		font-size: 14px;
	}
	.navbar-dark .navbar-nav .nav-link {
		font-size: 15px;
	}
	.home_banner_bg {
		padding: 15% 0px 10%;
	}
	.specification_table table tr td {
		padding: 5px 0px;
	}
	.specification_table {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.social_link_block {
		padding-top: 22px;
	}
	.contact_height {
		height: 380px;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 10px;
		padding-left: 1px;
	}
	.social_media {
		display: none;
	}
	.car_txt_sec p {
		height: 46px;
	}
	.ver_text_sec {
		padding: 45px 0px;
	}
	.vertical_tab_sec .nav-link {
		padding: 30px 20px;
	}
	.download_vc button {
		min-width: 100%;
	}
	.vr_left {
		font-size: 20px;
	}
	.download_vc .left_heading h3 {
		font-size: 20px;
	}
	.member-slider-wrapper .swiper-button-next {
		right: 10px;
	}
	.member-slider-wrapper .swiper-button-prev {
		left: 10px;
	}
	.acties-listing {
		padding: 45px 0px;
	}
	.list-image img {
		margin-top: 00px;
	}
	.acties-listing .row {
		position: relative;
		padding: 50px 0px;
	}
	.acties-listing-text {
		padding: 0px 0px 0px;
	}
	/*====================================*/
	/*=======pop up======*/
	.modal_area .modal-dialog {
    	max-width: 80%;
	}
	.popup_content {
    	
    padding-right: 20px;
	}
	.modal_area .modal-content p {
    	font-size: 14px;
	}
	.modal_area .black_btn {
    	margin-top: 15px;
	}
	.modal_area .modal_close_img img {
    	max-height: 30px;
	}
	.footer_logo .footer_logos img {
		width: 15%;
	}
	.footer_logos img {
		max-height: 100% !important;
	}
}
@media (max-width: 991.98px) {
	/*---m-menu---*/
	.dblock {
		display: block;
		position:relative;
		z-index:999;
	}
	.header.stiky{
		position: fixed;
		top: 0;
		left: 0;
	}
	.desktop_nav {
		display: none;
	}
	/*-----------*/
	/*---- Common Class ----*/
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 20px;
	}
	/*----------------------*/
	/*========= My responsive ============*/
	.swiper-pagination1 .swiper-pagination-bullet {
		width: 150px;
	}
	.slider_btn {
		margin-top: 25px;
	}
	.home_banner_bg {
		padding: 10% 0px 6%;
	}
	.swiper-pagination1 .swiper-pagination-bullet {
		margin-bottom: 10px !important;
	}
	.home_filter_wrapper .col-lg-3 {
		margin: 5px 0px;
	}
	.cnxt,
	.cprev {
		display: none;
	}
	.car_banner_section	.cnxt,.cprev {
		display: block;
	}
	.car_banner_section .cprev {
		left: 4% !important;
		width: 20px !important;
		height: 57px !important;
		top: 35% !important;
	}
	.car_banner_section .cnxt {
		right: 4% !important;
		width: 20px !important;
		height: 57px !important;
		top: 35% !important;
	}
	.car_banner_section {
		padding: 35px 0px 25px;
	}
	.car_banner_wrapper {
		padding: 30px 0px 18px;
	}
	.middle_banner_wrapper .middle_banner_heading {
		padding-top: 35px;
	}
	.inner_slider1 .link_wrapper:hover .slider_upper_text p {
		display: none;
	}
	.signature_sec {
		padding: 40px 0px 40px;
	}
	.middle_banner_wrapper {
		padding-bottom: 0px;
	}
	.link_wrapper h3 {
		font-size: 18px;
	}
	.main_wrapper_count h2 {
		font-size: 22px;
	}
	.each_cr h6 {
		font-size: 24px;
	}
	.each_cr p {
		font-size: 12px;
	}
	.counter_banner {
		padding: 40px 0px;
	}
	.footer_sec .footer_item_wrapper {
		padding: 20px 0px;
		border-bottom: 1px dotted #275577;
	}
	.footer_sec .col-md-6:nth-child(3) .footer_item_wrapper {
		border-bottom: 0px dotted #275577;
	}
	.footer_sec .col-md-6:nth-child(4) .footer_item_wrapper {
		border-bottom: 0px dotted #275577;
	}
	.footer_item_wrapper p {
		text-align: justify;
	}
	.footer_logo {
		padding-bottom: 35px;
	}
	.footer_sec {
		padding-bottom: 25px;
	}
	.footer_upper_blog .col-md-6 {
		margin: 15px 0px;
	}
	.footer_upper_blog .mt-5 {
		margin-top: 25px !important;
	}
	.footer_upper_blog {
		padding: 40px 0px 30px;
	}
	.footer_social_sec {
		width: 50%;
	}
	.footer_mb_img {
		width: 50%;
	}
	.building_left {
		padding: 10px 15px;
	}
	.selection_wrapper {
		padding: 25px 15px 15px;
	}
	.aanbod_cars {
		margin-top: 40px;
	}
	.aanbod_cars .container .row .col-md-6 {
		margin-bottom: 20px;
	}
	.aanbod_cars {
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.specification_block {
		margin-top: 25px;
	}
	.tab_sec {
		padding: 20px 18px 35px;
	}
	.common_form_wrapper {
		padding: 35px 0px;
	}
	.contact_address_sec {
		padding: 35px 0px 25px;
	}
	.timming_form .common_form_wrapper {
		padding: 10px 0px 35px;
	}
	.form_address p {
		padding-top: 20px;
	}
	.contact_height {
		height: 300px;
	}
	.over_list_sec {
		padding: 50px 0px 25px;
	}
	.vr_left {
		font-size: 16px;
	}
	.acties-listing-content {
		padding-left: 0px;
	}
	.acties-listing .row:nth-child(2n) .acties-listing-content {
		padding-left: 0px;
		padding-right: 0px;
	}
	.acties-listing .row {
		padding: 25px 0px;
	}
	.acties-listing-text p {
		font-size: 15px;
	}
	.acties-listing-text h4 {
		margin-bottom: 25px;
	}
	.acties-listing-text button {
		margin-top: 25px;
	}
	.bedankt-page-content{
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
	}
	/*====================================*/
	/*=======pop up=======*/
	.modal_area .modal-content p {
		line-height: 15pt;
	}
	.modal_area .modal-dialog {
		max-width: 97%;
	}
	.popup_content h2 {
		font-size: 24px;
	}
	.modal_area .black_btn {
		margin-top: 20px;
	}
	.res_logo_styl
	{
		max-height: 70px;
		margin: 20px 0px;
	}
	.detail_top_link
	{
		padding: 50px 0px;
	}
	.detail_top_link::before
	{
		display:none;
	}
	.error_background
	{
		display:none;
	}
	.member-dtls p{
		font-size: 20px;
	}
}

@media (max-width: 767.98px) {
	/*---- Common Class ----*/
	button {
		font-size: 14px;
		height: 45px;
		min-width: 230px;
	}
	.fancybox-container button
	{
		min-width:0px;
	}
	p {
		font-size: 14px;
	}
	h3 {
		font-size: 20px;
	}
	.home_filter_wrapper {
		padding: 5px 15px 20px;
	}
	.car_price span {
		padding: 0px 8px;
	}
	.car_price {
		font-size: 14px;
	}
	.car_txt_sec hr {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.signature_sec {
		padding: 30px 0px 30px;
	}
	.counter_banner .each_cr {
		margin: 15px 0px;
	}
	.counter_banner {
		padding: 35px 0px 25px;
	}
	.footer_sec .col-md-6:nth-child(3) .footer_item_wrapper {
		border-bottom: 1px dotted #275577;
	}
	.footer_item_wrapper ul li {
		font-size: 14px;
	}
	.footer_sec {
		padding-bottom: 5px;
	}
	.main_wrapper_count h2 {
		font-size: 22px;
		text-align: center;
	}
	.main_wrapper_count p {
		text-align: center;
	}
	.swiper-pagination1 .swiper-pagination-bullet {
		display: none;
	}
	.wht_btn {
		font-size: 14px;
		padding: 5px 15px;
	}
	.slider_content {
		margin-left: 0px;
	}
	.slider_txt {
		margin-left: 0px;
	}
	.res_logo_styl {
		height: 60px;
		margin: 24px 0px;
	}
	.header a {
		top: 14px !important;
	}
	.slider_btn {
		padding-left: 20px;
	}
	.swiper-button-next12 {
		display: none;
	}
	.swiper-button-prev12 {
		display: none;
	}
	.adj_img_cr {
		bottom: 8px;
		left: 0px;
		top: 27px;
		position: relative;
	}
	.main_wrapper_count {
		padding-bottom: 15px;
	}
	.inner_trans_box {
		margin-left: 0px;
	}
	.inner_content h1 {
		margin-left: 0px;
	}
	.building_left {
		padding: 40px 15px;
	}
	.each_select {
		margin: 5px 0px;
	}
	.detail_top_link {
		padding: 15px 0px 15px;
	}
	.swiper-button-next1,
	.swiper-button-prev1 {
		display: none;
	}
	.tab_sec .nav-tabs .nav-item {
		width: 50%;
	}
	.tab_sec {
		padding: 20px 0px 35px;
	}
	.form_img {
		text-align: center;
	}
	.form_img img {
		width: auto !important;
		max-width: 100% !important;
	}
	.form_address {
		padding-top: 30px;
	}
	.form_address p {
		padding-top: 20px;
	}
	.form_wrapper .pr-1 {
		padding-right: 15px !important;
	}
	.form_wrapper .pl-1 {
		padding-left: 15px !important;
	}
	.contact_timming_block {
		padding: 20px 0px 0px;
	}
	.contact_timming_block h3 {
		margin-bottom: 20px;
	}
	.static_car {
		padding: 8px 0px 20px;
	}
	.contact_height {
		height: 250px;
	}
	.welcome_text {
		padding-top: 25px;
	}
	.common_form .form_wrapper {
		padding-top: 30px;
	}
	.dien_text p {
		width: 100%;
	}
	.footer_logo {
		text-align: center;
	}
	.list_bg_img {
		position: absolute;
		width: 50%;
		top: 40%;
	}
	.over_list_sec {
		padding: 30px 0px 15px;
	}
	.signature {
		padding-top: 25px;
	}
	.welcome_text p:nth-child(3) {
		padding-top: 20px;
	}
	.over_welcoe_sec {
		padding: 40px 0px 25px;
	}
	.vertival_tab_wrapper {
		padding: 20px 15px 32px 15px;
	}
	.dropdown_select_box select {
		height: 40px;
	}
	.filter_text h4 {
		padding: 17px 5px 10px;
	}
	.car_banner_section {
		padding: 25px 0px 22px;
	}
	.middle_banner_wrapper .middle_banner_heading {
		padding-top: 20px;
	}
	.select_area {
		padding-top: 0px;
	}
	.common_arrow {
		display: none;
	}
	.acties-listing-text {
		padding-top: 30px;
	}
	.acties-listing .row:nth-child(2n) .acties-listing-content {
		padding-left: 0px;
		padding-right: 0px;
		text-align: left;
	}
	.acties-listing .row:nth-child(2n) .acties-listing-content .acties-listing-text p {
		text-align-last: left;
	}
	.acties-listing {
		padding: 0px 0px 30px;
	}
	/*====================================*/
	/*====pop up=======*/
	.modal_area .modal-dialog {
		max-width: 75%;
	}
	.pop_up_img {
		width: 100%;
		}
	.popup_content{
	 width: 100%;
	 padding: 15px;
	}
	.popup_content h2{
		font-size:20px;
		margin-bottom:20px;
	}
	.modal_area .global_btn {
		margin-top: 0px;
	}
	.footer_logo .footer_logos
	{
		margin-top: 9px;
	}
	.footer_logo img
	{
		max-height: 60px;
	}
	.side_logo
	{
		display:none;
	}
	.detail_top_link button {
		min-width: 250px;
		width: auto;
	}
	.morgeninternet-footer{
      margin-bottom: 45px !important;
    }
	.whatsapp_button{
		display:none;
	}
	#mobile-contact-bar img{
		width: 20px;
		filter: brightness(0) invert(1);
		-webkit-filter: brightness(0) invert(1);
	}
	#mobile-contact-bar {
		box-sizing: border-box;
		opacity: 1;
		position: fixed;
		width: 100%;
		z-index: 9998;
		left: 0;
		bottom: 0;
		display: block !important;
	}
	#mobile-contact-bar-outer {
		background-color: #000000;
		box-sizing: border-box;
		height: 45px;
		overflow: hidden;
		width: 100%;
	}
	#mobile-contact-bar ul {
		box-sizing: border-box;
		line-height: 0;
		list-style-type: none;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: center;
		width: 100%;
		font-size: 0;
	}
	#mobile-contact-bar ul li {
		box-sizing: border-box;
		display: inline-block;
		text-align: center;
		height: 45px;
		line-height: 45px;
		width: 25%;
	}
	#mobile-contact-bar ul li a {
		color: rgba(255,255,255,0.9);
		cursor: pointer;
		display: block;
		height: 100%;
		position: relative;
		z-index: 9998;
	}
	.li_color {
		border-left: 1px solid #FFFFFF;
	}
	#mobile-contact-bar li:first-child img{
		width: 18px;
	}
	.mini-right-nav{
		display: none;
	}
	.member_slider .col-6{
		padding: 0 5px;
	}
	.member_slider .row{
		margin: 0 -5px;
	}
	.member-dtls h3{
		font-size: 17px;
	}
	.member-dtls p {
    	font-size: 15px;
  	}
  	.onez-collegue{
  		padding-bottom: 10px;
  	}
}

@media (max-width: 575.98px) {
	/*========= My responsive ============*/
	.footer_upper_blog .col-md-6 {
		margin: 8px 0px;
	}
	.footer_logo {
		padding-bottom: 20px;
	}
	h1 {
		font-size: 20px;
	}
	.main_wrapper_count h2 {
		font-size: 20px;
	}
	.tab_sec .nav-tabs .nav-item {
		width: 50%;
	}
	/*.tab_sec .nav-tabs .nav-item:nth-child(5) a {
		line-height: 1.44;
	}*/
	.contact_height {
		height: 220px;
	}
	.list_bg_img {
		display: none;
	}
	/*====================================*/
	/*====pop up=======*/
	.modal_area .modal-dialog {
		max-width: 100%;
	}
	.footer_logo .footer_logos img {
		width: 13%;
	}
	.inner_slider1 .link_wrapper:hover .slider_upper_text p 
	{
		display: block;
	}
	.inner_slider1 .link_wrapper .slider_upper_text h3 
	{
		display: block;
	}
	.res_logo_styl
	{
		height: 50px;
	}
	.tab_sec .nav-tabs > li > a{
		padding: 4px 10px;
		font-size: 14px;
	}
}
@media (max-width: 320.98px) {
	.res_logo_styl
	{
		height: 40px;
	}
	.header a
	{
		top: 11px !important;
	}
}
