/*=============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 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: #30a7e3;
}

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: 20px;
	color: #000000;
}

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

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


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

.cmn_button {
	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 #30a7e3 inset, 0px 0px 0 #30a7e3 inset;
	height: 56px;
	min-width: 250px;
	border-radius: 5px;
}

.cmn_button:hover {
	-webkit-box-shadow: 400px 0px 0 0px #30a7e3 inset, -400px 0px 0 0px #30a7e3 inset;
	color: #fff;
}

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


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

.dblock {
	display: none;
}

.navbar {
	padding: 0rem 1rem;
}

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

.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: #ffffff !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: #004577 !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: 4px 0 6px 30px;
}
.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: 'NunitoSansRegular';
  font-size: 16px;
  color: #1c1c1c;
  padding-bottom: 6px;
  word-break: break-word;
}
.photo_contnt li img{
  width: 15px;
  margin-left: 5px;
}
.navbar-dark .navbar-nav .nav-link:after
{
	position: absolute;
    width: 0px;
    height: 5px;
    background: #438bca;
    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;
}
/*===========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: 100% 100%;
}

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

.common-button {
    font-family: 'Proxima semibold';
    font-size: 17px;
    display: inline-block;
    width: 100%;
    transition: all 0.5s;
    border-radius: 35px;
    position: relative;
}

.black-btn {
    background: #000000;
    color: #fff !important;
    border: 3px solid #000000;
    padding: 9px 0px;
}

.icon_img{
	padding: 0px 8%;
}

/*--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: #000000;
	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: #9f9f9f;
}

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

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

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

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

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


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


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

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

.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 Rg';
	padding: 10px 0px;
}

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

.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: #000000;
	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;
	border: 1px solid #ffffff;
	text-align: center;
	border-radius: 4px;
	margin: 0px auto;
	display: table;
}

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

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


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

.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: 7px;
	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: 220px;
	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 {
	display: none;
}

#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:200px;
}

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

.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: #000000;
	opacity: 1;
}

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

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

.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: 10px 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: #275577;
}

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

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

.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: 24px;
	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: #2b5d91;
	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;
}
/*=======pop up end==========*/
/*===========Responsive css============*/




.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: 40%;
    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:#438bca;
}
.footer_social_sec img {
    max-height: 16px;
    margin-right: 10px;
}
#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;
}
.cursor
{
  cursor:pointer;
}
#menu {
 display: none;
}
.mm-current {
 display: block !important;
}

#page{
	overflow: hidden;
}
.thumbnil-slider{
	position:relative;
	overflow: hidden;
}
.thumbnil-slider .gallery-top{
	background-color:#000;
}
.thumbnil-slider .gallery-top .swiper-button-next {
    right: 14.2%;
    background-image:none !important;
     width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.thumbnil-slider .gallery-top .swiper-button-prev {
    left: 14.2%;
    background-image:none !important;
     width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.thumbnil-slider .common_arrow img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	width: 20px;
}
.thumbnil-slider .gallery-top .swiper-slide-prev, .thumbnil-slider .gallery-top .swiper-slide-next {
    opacity: 0.6;
}
.thumbnil-slider .gallery-thumbs{
	margin: 8px 0;
}

.kenmerken_tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 12px;
    padding-left: 20px;
    background-size: 7px;
}
 .bullet-panel ul li {
    padding-left: 20px;
    position: relative;
}
.bullet-panel li:after {
    padding-left: 15px;
    background-size: 7px;
    position: absolute;
    top: 11px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.social_link img {
    width: 15px;
}
.common_arrow img {
    width: 40px;
}
.car_banner_section .common_arrow {
    width: auto;
    height: auto;
}
.middle_banner_slider_sec {
    overflow: hidden;
}
.link_slider {
    margin: 0 10px;
    overflow: hidden;
}
.middle_banner_slider_sec .link_slider_wrapper {
    height: 470px;
}
.middle_banner_slider_sec .link_wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.middle_banner_slider_sec .link_wrapper img {
    width: 100%;
    display: none;
}
.slider_upper_text {
	position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 999;
    transition: .5s ease all;
}
.middle_banner_slider_sec .link_slider_wrapper .comon_hide {
    width: auto !important;
    height: auto !important;
}
.middle_banner_slider_sec .link_slider_wrapper .comon_hide img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    width: 40px;
    height: 40px;
}
.middle_banner_slider_sec .link_slider_wrapper .swiper-slide-active {
    width: 50% !important;
}
.middle_banner_slider_sec .link_slider_wrapper .swiper-slide-prev {
    width: 25% !important;
}
.middle_banner_slider_sec .link_slider_wrapper .swiper-slide-next {
    width: 25% !important;
}
.inner_slider1 .link_wrapper:hover .slider_upper_text p {
    display: none;
}
.inner_slider1 .swiper-slide-active .link_wrapper:hover p {
    display: block;
}
.counter_banner .car_cel img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.back_button {
    width: 100%;
    padding-top: 40px;
    background: #f6f6f6;
	position: absolute;
}
.back_button .cmn_button {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    float: right;
}
/******/
.morgeninternet-footer {
    background: #000000;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s all;
}
.morgeninternet-footer:hover {
    background: #202020;
    transition: 0.3s all;
}
.morgeninternet-footer > img {
    height: 35px;
    padding-top: 7.5px;
}

/*******footer mobile nav*******/

#mobile-contact-bar {
    display: none;
}

@media (max-width: 767.98px){
	#mobile-contact-bar img{
		width: 20px;
	}
    #mobile-contact-bar {
        box-sizing: border-box;
        font-size: 1rem;
        opacity: 1;
        position: fixed;
        width: 100%;
        z-index: 9998;
        left: 0;
        bottom: 0;
        display: block !important;
    }
    #mobile-contact-bar-outer {
      background-color: #000000;
      box-sizing: border-box;
      height: 45px;
      overflow: hidden;
      width: 100%;
    }
    #mobile-contact-bar ul {
      box-sizing: border-box;
      line-height: 0;
      list-style-type: none;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      width: 100%;
      font-size: 0;
    }
    #mobile-contact-bar ul li {
      box-sizing: border-box;
      display: inline-block;
      line-height: 45px;
      text-align: center;
      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;
    }
  }