@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 sb';
    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: 'Proxima Nova bd';
    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 Nova Rg';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	padding: 0;
	margin: 0;
	position: relative;
	overflow-X: hidden;
}
#page {
	overflow-X: hidden;
}
* {
	outline: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul {
	padding: 0;
	list-style-type: none;
	margin-bottom: 0px;
}
section {
	width: 100%;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
}
h1 {
	font-family: 'Proxima Nova bd';
	font-size: 48px;
	color: #fff;
}
h2 {
	font-family: 'Proxima Nova bd';
	font-size: 26px;
	color: #fff;
}
h3{
	font-family: 'Proxima Nova bd';
	font-size: 24px;
	color:#121212;
	}
h4 {
	font-family: 'Proxima Nova Rg';
	font-size: 20px;
	color: #fff;
}
h5 {
	font-family: 'Proxima Nova bd';
	font-size: 18px;
	color: #fff;
}
h6 {
	font-family: 'Proxima Nova bd';
	font-size: 20px;
	color: #fff;
}
p {
	font-family: 'Proxima Nova Lt';
	font-size: 16px;
	color: #fff;
}
.form-control:focus {
	background-color: #fff;
	border-color: #fff;
	outline: 0;
	box-shadow: none;
}
.styl5 {
	border: 1px solid #d5d5d5;
	border-radius: 0px;
	font-family: 'Proxima Nova sb';
	font-size: 20px;
	background: #fff;
	color: #000000;
	padding: 3px 15px;
	resize: none;
	text-align: left;
}
.styl5::placeholder { 
 	color: #000000;
 	opacity: 1; 
}
.styl5:-ms-input-placeholder { 
 	color: #000000;
}
 .styl5::-ms-input-placeholder { 
 	color: #000000;
}
.common_bg_styl {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}
.common_arrow {
	background: none;
}

.section_heading h2 {
	display: inline-block;
	position: relative;
	font-family: 'Proxima Nova bd';
	color: #121212;
	padding-bottom: 15px;
}
.section_heading h2:after {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 50px;
	height: 3px;
	background: #395281;
	content: '';
}
.blue-bg .section_heading h2{
	color:#fff;
}
.defaulte_btn {
	border: 0px;
	border-radius: 0px;
	/*background: #35c3f5;*/
	background: #395281;
	color: #fff;
	font-family: 'Proxima Nova sb';
	font-size: 21px;
	padding: 8px 30px;
	max-width: 275px;
	width: 100%;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.defaulte_btn:after {
	position: absolute;
	top: 0px;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #314557;;
	content: '';
	z-index: 0;
	transition: all 1s;
}
.defaulte_btn:hover:after {
	left: 0px;
	transition: all 1s;
}
.defaulte_btn span {
	position: relative;
	z-index: 99999;
	transition: all 1s;
	font-size:18px;
}
.defaulte_btn:hover span {
	color: #fff;
	transition: all 1s;
}
.blk_btn {
	background: #121212;
	color: #fff
}
.btn_font_bold {
	font-family: 'Proxima Nova bd';
}
.inner_banner {
	position: relative
}
.inner_banner:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50%;
	height: 100%;
	background: #000;
	content: '';
	background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.4) 25%, rgba(0,0,0,0) 64%, rgba(0,0,0,0) 100%); 
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.4) 25%, rgba(0,0,0,0) 64%, rgba(0,0,0,0) 100%); 
	background: linear-gradient(to right, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.4) 25%, rgba(0,0,0,0) 64%, rgba(0,0,0,0) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=1 ); 
}
.inner_banner_content{ 
	position:relative; 
	z-index:2;
}
.blue-bg{ 
	background:#202c3c;
}
.dblock {
	display: none;
}
.top_header {
	background: #eaeef1
}
.topbar_social {
	font-size: 0px
}
.topbar_social li {
	display: inline-block
}
.top_bar_right {
	text-align: right
}
.topbar_social {
	float: right
}
.top_header .container {
	position: relative
}
.top_header .container:after {
	position: absolute;
	background: #fff;
	left: 100%;
	width: 100vw;
	margin-left: -2vw;
	content: '';
	height: 100%;
	top: 0px;
	-moz-transform: skew(-24deg, 0deg);
	-webkit-transform: skew(-24deg, 0deg);
	-o-transform: skew(-24deg, 0deg);
	-ms-transform: skew(-24deg, 0deg);
	transform: skew(-24deg, 0deg);
}
.top_bar_btn {
	float: right;
}
.top_bar_btn button {
	font-size: 16px
}
.topbar_social ul li {
	padding: 12px 18px
}
.top_bar_left {
	padding: 7px 0px
}
.top_bar_left table tr td:first-child {
	padding-right: 15px
}
.logo_bar {
	background: #fff;
	padding: 30px 0px 0px
}
.logo_area {
	position: relative;
	z-index: 1;
	margin-top:20px;
	margin-bottom:20px;
}
.contact_div {
	text-align: right;
	padding-top: 7px
}
.contact_div ul li {
	display: inline-block;
	padding: 0px 15px;
	vertical-align: middle;
	border-right: 2px solid #395281;
}
.contact_div ul li:last-child {
	border: 0px
}
.contact_div ul li a {
	font-family: 'Proxima Nova sb';
	font-size: 18px;
	color: #121212
}
.contact_div ul li a table tr td:first-child {
	padding-right: 15px
}
.desktop_nav .navbar-nav .nav-link {
	padding: 12px 6px;
	color: #fff;
}
.desktop_nav .navbar-nav .active>.nav-link{
	color:#999999;
}

.desktop_nav {
	background: #202c3c;
	padding: 0px;
	margin-top: -15px;
}
.desktop_nav .navbar-nav {
	align-items: right;
}
.desktop_nav .navbar-nav:before {
	position: absolute;
	background: #fff;
	right: 65%;
	width: 100vw;
	margin-left: -50vw;
	content: '';
	height: 100%;
	-moz-transform: skew(-24deg, 0deg);
	-webkit-transform: skew(-24deg, 0deg);
	-o-transform: skew(-24deg, 0deg);
	-ms-transform: skew(-24deg, 0deg);
	transform: skew(-24deg, 0deg);
}
.home_banner{ 
	position:relative;
}
.slider_bg {
	height: 768px;
}

.swiper-slider-text{ 
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0px;
	width:100%;
	z-index:9999;
}
.banner_btn {
	margin-top: 10px;
}
.search_area {
	position: relative;
	bottom: 0px;
	z-index: 99;
	margin-top: -140px;
	z-index: 1
}
.search_heading {
	background: #202c3c;
	padding: 18px 50px
}
.search_wrapper {
	width: 80%;
	margin: 0px auto 0px;
}
.select_area {
	background: #eaeef1;
}
.select_box {
	width: 100%;
	border: 1px solid #d5d5d5;
	border-radius: 0px;
	font-family: 'Proxima Nova sb';
	font-size: 16px;
	/*color: #d5d5d5;*/
	padding: 5px 15px;
	-moz-appearance: none;
	appearance: none;
	background: #fff url('../images/Layer-6-copy.png')no-repeat 95% center !important;
	-webkit-appearance: none;
}
.select_area .row .col-md-9 .row {
	padding: 13px 50px
}
.search_btn button {
	background: #395281;
	height: 100%;
	padding: 21px 0px;
	max-width: 100%;
	font-size: 18px;
}
.products_area {
	padding: 60px 0px 80px;
}

.products_area .container{
	position:relative;
}
.products_area .swiper-button-next{
    right: -70px;
	}
	.products_area .swiper-button-prev {
    left: -65px;
}
.product_price_wrapper {
	background: #202c3c;
}
.product_price_wrapper .row .col-sm-8 {
	padding-left: 25px
}
.product_name {
	padding: 8px 0px
}
.product-price {
	background: #395281;
	padding: 8px 0px;
	position: relative;
	padding-left: 15px;
	z-index: 1
}
.product-price:after {
	position: absolute;
	top: 0px;
	left: -10px;
	width: 50px;
	height: 100%;
	content: '';
	background: #395281;
	z-index: 0;
	-moz-transform: skew(-24deg, 0deg);
	-webkit-transform: skew(-24deg, 0deg);
	-o-transform: skew(-24deg, 0deg);
	-ms-transform: skew(-24deg, 0deg);
	transform: skew(-24deg, 0deg);
}
.product-price p {
	position: relative;
	z-index: 99
}
.product_dtls_wrapper {
	padding: 20px ;
	border: 1px solid #d9d9d9;
	background:#fbfbfb;
	/*height: 65px;
	overflow:hidden;*/
}
.product_dtls_wrapper table {
	width: 100%
}
.product_dtls_wrapper table tr td {
	font-family: 'Proxima Nova Rg';
	font-size: 13px;
	color: #000;
	position: relative;
}
.product_dtls_wrapper table tr td:after {
	position: absolute;
	width: 5px;
	height: 1px;
	background: #000;
	content: '';
	top: 50%;
	transform: translate(-50%);
	left: 92%;
}
.product_dtls_wrapper table tr td:last-child:after {
	display: none
}
.products_area .container>.row {
	margin-top: 40px
}
.product_btn {
	margin-top: 40px;
}
.product_btn button {
	font-family: 'Proxima Nova bd';
}
.mibble_block_sec {
	position: relative
}
.left_span:after {
	position: absolute;
	width: 50%;
	height: 100%;
	content: '';
	top: 0px;
	left: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
	z-index: 99;
}
.right_div:after {
	position: absolute;
	width: 50%;
	content: '';
	top: 0px;
	right: 0px;
	background: #f7f7f7;
	height: 100%;
}
.right_div_content {
	position: relative;
	padding: 70px 50px 150px 50px;
	z-index: 2
}
.right_div_txt {
	position: relative;
	z-index: 2
}
.right_div_txt h2 {
	color: #fff;
	margin-bottom: 30px
}
.right_div_txt p {
	color: #97acbf;
	line-height:18px;
	text-align: justify;
}
.right_div_content:after {
	position: absolute;
	width: 100vw;
	height: 100%;
	left: 0px;
	top: 0px;
	content: '';
	background: #202c3c;
	z-index: 0
}
.icons_area {
	padding: 0px 50px;
	position: relative;
	margin-top: -75px;
	z-index: 2;
}
.icons_area_bg {
	background: #395281;
	padding: 15px 25px;
	max-width: 455px;
	position: relative
}
.icons_area_bg:after {
	position: absolute;
	top: 100%;
	left: 0px;
	content: '';
	background-image: url(../images/after.png);
	width: 24px;
	height: 24px;
}
.icons_area_bg table {
	width: 100%
}
.icons_area_bg .top_area {
	margin-bottom: 15px
}
.icons_area_bg table tr td {
	font-family: 'Proxima Nova sb';
	font-size: 20px;
	color: #fff;
	text-align: left
}
.icons_area_bg table tr td:first-child {
	width: 70px
}
.block_txt_dtls {
	padding: 0px 50px;
}
.slider_btn {
	padding: 0px 50px;
	margin-bottom: 50px
}
.slider_btn button {
	font-size: 21px;
	padding: 7px 30px;
	font-family: 'Proxima Nova bd';
}
.swiper_arrows {
	text-align: center;
	position: relative;
	margin-top: -50px
}
.swiper_arrows .swiper-button-prev, .swiper_arrows .swiper-button-next {
	position: relative;
	width: auto;
	height: auto;
	text-align: center;
}
.swiper_arrows .swiper-button-prev img, .swiper_arrows .swiper-button-next img {
	width: 100%
}
.swiper_arrows .swiper-button-prev {
	display: inline-block;
	width: 60px;
	height: 50px;
	/*margin-left: -50px;*/
	margin-left: -100px;
}
.swiper_arrows .swiper-button-next {
	display: inline-block;
	width: 60px;
	height: 50px;
	right:0px;
}
.left_part {
	position: relative;
	z-index: 99;
}
.right_part {
	background: #f7f7f7;
	height: 100%
}
.onez_section {
	padding: 75px 0px
}
.onez_slider {
	padding-top: 30px;
	position: relative;
	padding-bottom: 80px;
	border-bottom: 1px solid #ececec
}
.each_icon_block {
	text-align: center;
	position: relative
}
.each_counter {
	width: 75px;
	height: 75px;
	margin: 40px auto 70px;
	background: #202c3c;
	-ms-transform: rotate(45deg); 
	-webkit-transform: rotate(45deg); 
	transform: rotate(45deg); 
	position: relative;
	z-index:-2
}
.onez_slider:after {
	position: absolute;
	width: 75%;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	background: #3574cb;
	content: '';
	top: 107px;
	z-index: -1
}
.count {
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-family: 'Proxima Nova sb';
	font-size: 40px;
	-ms-transform: rotate(-45deg); 
	-webkit-transform: rotate(-45deg); 
	transform: rotate(-45deg); 
}
.each_icon_block_dtls {
	text-align: center;
	background: #202c3c;
	padding: 30px;
}
.each_icon_block_dtls h6 {
	margin: 20px 0px
}
.each_icon_block_dtls p {
	text-align: justify;
	text-align-last: center
}
.onez_slider .swiper-button-prev, .onez_slider .swiper-button-next {
	position: absolute;
	top: 17%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}
.contact_form {
	background: #f7f7f7;
	padding: 30px;
}
.contact_form_wrapper {
	width: 80%;
	margin: 35px auto 0px
}
.contact_form .form-group {
	margin-bottom: 10px;
}
.from_btn button {
	font-family: 'Proxima Nova bd';
}
.logo_slider {
	background: #e5e5e5;
	padding: 30px 75px 15px;
	margin-top: -25px;
	z-index: -1;
}
#logoParade {
	width: 100%;
	height: 130px;
	position: relative;
}
#logoParade div.scrollableArea a {
	display: block;
	float: none;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: table-cell;
	vertical-align: middle;
}
.footer_top {
	background: #202c3c;
	padding: 35px 0px;
}
.contact_dtls {
	margin-top: 12px
}
.contact_dtls ul li {
	display: inline-block;
}
.contact_dtls ul li:first-child {
	padding-right: 20px
}
.contact_dtls ul li:last-child ul li table tr td {
	font-family: 'Proxima Nova Lt';
}
.contact_dtls ul li table tr td {
	font-family: 'Proxima Nova Rg';
	color: #fff
}
.contact_dtls ul li:hover table tr td {
	color: #fff
}
.contact_dtls ul li table tr td:first-child {
	padding-right: 15px
}
.footer_logo {
	position: relative;
	padding-top:15px;
}
.footer_logo_pic {
	position: absolute;
}
.footer_logo_pic img {
	width: 100%
}
.footer_social ul {
	font-size: 0px;
	margin-top: 8px
}
.footer_social ul li {
	display: inline-block;
	padding: 8px 10px
}
.bottom_footer {
	background: #232323;
	padding: 100px 0px 50px
}
.each_footer_tab h6 {
	margin-bottom: 30px;
	font-family: 'Proxima Nova Rg';
	font-size: 16px
}
.each_footer_tab p {
	color: #aeaeae;
	font-size: 16px;
	line-height:20px;
	margin-bottom: 30px;
}
.each_footer_tab p span{
	color:#fff;
}
.each_footer_tab p a {
	color: inherit
}
.each_footer_tab p a:hover {
	color: #fff
}
.each_footer_tab .footer_nav {
	font-size: 0px
}
.each_footer_tab .footer_nav li {
	padding-bottom: 15px;
}
.each_footer_tab .footer_nav li a {
	color: #aeaeae;
	font-size: 14px
}
.each_footer_tab .footer_nav li a:hover {
	color: #fff
}
.each_footer_tab table {
	width: 100%
}
.each_footer_tab table tr td {
	font-family: 'Proxima Nova Rg';
	color: #9eb3c6;
	font-size: 16px;
	line-height: 21px;
}
.footer_icon {
	margin-top: 30px;
}
.footer_icon li {
	width: auto;
	display: inline-block;
	padding-right: 30px
}
.footer_btn button {
	font-family: 'Proxima Nova bd';
}
.last_tab p:last-child {
	margin-top: 30px
}
.inner_banner_content {
	padding: 130px 0px
}
.acties_details_content {
	background: #f7f7f7;
	padding: 76px 0px
}
.active_details {
	margin-top: 40px
}
.active_details p {
	color: #121212;
	font-size: 18px;
	margin-bottom: 30px;
	text-align: justify;
	font-family: 'Proxima Nova Rg';
}
.acties_right_img img {
	-webkit-box-shadow: 10px 10px 52px -10px rgba(0,0,0,0.30);
	-moz-box-shadow: 10px 10px 52px -10px rgba(0,0,0,0.30);
	box-shadow: 10px 10px 52px -10px rgba(0,0,0,0.30);
}
.acties_details_content .defaulte_btn {
	margin-top: 17px;
}
.image_contactformulier_panel {
	margin-top: 50px;
}
.image_contactformulier_panel .image_contact {
	width: 100%;
	height: 419px;
	background-size: cover;
	background-repeat: no-repeat;
}
.image_contactformulier_panel .img_contact_content {
	width: 100%;
	background-color: #f7f7f7;
	padding: 30px 0px;
	text-align:center;
}
.image_contactformulier_panel .img_contact_content i {
	font-size: 19px;
	display: inline-block;
	color: #8b8b8b;
	padding-left: 20px;
}
.image_contactformulier_panel .img_contact_content .fa-phone {
	font-size: 23px;
}
.image_contactformulier_panel .img_contact_content h6 {
	font-size: 16px;
	display: inline-block;
	color: #8b8b8b;
	padding-left: 20px;
}
.image_contactformulier_panel .contact_form {
	padding: 30px 50px 45px;
}
.image_contactformulier_panel .section_heading {
	padding-bottom: 47px;
}
.image_contactformulier_panel .defaulte_btn {
	margin-top: 17px;
}
.acties_details_content .active_details p {
	padding: 0px 30px 0px 0px;
}
.logo_slider1 {
	background: #e5e5e5;
	padding: 60px 75px 40px;
	margin-top: 52px;
	z-index: -1;
}
.service_details {
	background: #fff;
	padding-bottom: 9%;
}
.service_details_left {
	padding-bottom: 60px;
	border-bottom: 1px solid #ececec;
}
.service_details_form {
	margin-top: 60px;
}
.service_details_left .active_details p {
	margin-bottom: 0px;
}
.serice_details_right_txt {
	margin-top: 70px;
}
.service_details_form .section_heading {
	padding-bottom: 47px;
}
.service_details_right_img img {
	-webkit-box-shadow: 10px 10px 52px -10px rgba(0,0,0,0.30);
	-moz-box-shadow: 10px 10px 52px -10px rgba(0,0,0,0.30);
	box-shadow: 10px 10px 52px -10px rgba(0,0,0,0.30);
}
.service_details_form {
	-webkit-box-shadow: 10px 10px 52px -10px rgba(0,0,0,0.20);
	-moz-box-shadow: 10px 10px 52px -10px rgba(0,0,0,0.20);
	box-shadow: 10px 10px 52px -10px rgba(0,0,0,0.20);
}
.selection_area .row {
	padding: 0px !important;
}
.selection_area .each_select_box {
	margin-bottom: 12px;
}
.banner_bottom_selection_bottom {
	padding-top: 10px;
}
.banner_bottom_selection_top .container .selection_heading {
	width: 80%;
	margin: 0px auto;
}
.banner_bottom_selection_bottom .container form {
	width: 80%;
	margin: 0px auto;
}
.aanbod_car_sec {
	padding: 30px 0px 7%;
}
.aanbod_car_sec .each_product {
	margin-top: 30px;
}
.verkocht_sec {
	padding-top: 20px
}
.verkocht_banner {
	border-bottom: 50px solid #314557
}
.verkocht_sec .product-price {
	display: none;
}
.overons_dtls {
	padding: 70px 0px;
	position: relative
}
.overons_dtls .section_heading {
	margin-bottom: 30px
}
.overons_txt p {
	color: #fff;
	text-align: justify
}
.overons_dtls .icons_area {
	margin-top: 80px;
	z-index: 9999;
	margin-bottom: 80px !important;
}
.overons_middl_blk {
	margin-top: -180px;
	margin-bottom: 60px;
}
.icons_area ul {
	font-size: 0px
}
.icons_area ul li {
	width: 170px;
	background: #395281;
	float: left;
	margin-right: 3%;
	margin-bottom: 80px
}
.li-dtls-height{
	height:155px;
	display:table;
	width:100%;
}
.li_dtls {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}
.icons_area ul li .li_dtls img {
	margin-bottom: 20px
}
.icons_area ul li .li_dtls p {
	font-size: 16px;
	font-family: 'Proxima Nova bd';
	text-align: center;
}
.map_panel img {
	width: 100%;
}
.address_contact_form {
	margin-top: 94px;
	padding-bottom:150px;
}
.address_contact_form .section_heading h2 {
	font-size: 26px;
}
.address_contact_form .adres {
	border-bottom: 1px solid #ccc;
}
.address_contact_form .adres p {
	color: #121212;
	font-size: 18px;
	font-family: 'Proxima Nova Rg';
	padding: 30px 0px;
}
.address_contact_form .adres p a{
	color: #121212;
}
.address_contact_form .service_details_form {
	margin-top: 0px;
}
.address_contact_form .section_heading1 h2 {
	display: inline-block;
	position: relative;
	font-family: 'Proxima Nova bd';
	color: #121212;
	padding: 35px 0px 20px 0px;
	font-size: 30px;
}
.address_contact_form .section_heading1 h2:after {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 50px;
	height: 3px;
	background: #395281;
	content: '';
}
.address_contact_form table {
	width: 100%;
	margin: 15px 0px 0px;
}
.address_contact_form td, th {
	text-align: left;
	padding: 3px 0px 0px;
	color: #121212;
	font-size: 18px;
	font-family: 'Proxima Nova Rg';
}
.address_contact_form td:nth-child(even){
	font-family: 'Proxima Nova Lt';
}
.car_price_sec {
	margin-top: 54px;
}
.car_price_border {
	border-bottom: 1px solid #d1d1d1;
	margin-top: 30px;
}
.car_price_sec h1 {
	font-family: 'Proxima Nova bd';
	font-size: 30px;
	color: #121212;
}
.car_price_sec h6 {
	font-family: 'Proxima Nova Rg';
	font-size: 24px;
	color: #121212;
	text-align: right;
}
.car_price_sec p{ color:#121212;text-align: right;}
.car_price_sec table {
	width: 100%;
	margin-top: 33px;
}
.car_price_sec table tr th {
	color: #314557;
	font-family: 'Proxima Nova bd';
	font-size: 16px;
	padding: 0px 25px 10px 0px;
}
.car_price_sec table tr td {
	font-family: 'Proxima Nova Rg';
	font-size: 16px;
	padding: 0px 25px 10px 0px;
}
.car_price_sec .row .col-md-9 h6 {
	font-family: 'Proxima Nova Rg';
	font-size: 27px;
	color: #121212;
	font-weight: bold;
	letter-spacing: 1px;
}
.car_price_sec .car_price_sec_border_bttm {
	border-bottom: 1px solid #d1d1d1;
	margin-top: 25px;
}
.car_price_sec .detail_slider_sec .nav-tabs {
	border-bottom: 0px solid #ddd;
}
.car_price_sec .gallery-thumbs {
	margin-top: 10px;
}
.car_price_sec .detail_slider_sec .nav-tabs .nav-item {
	display: inline-block;
}
.car_price_sec .detail_slider_sec .nav-tabs > .nav-item {
	float: none;
	margin: 0px 0px 0px;
	text-align: center;
	min-width: 25%;
}
.car_price_sec .detail_slider_sec .nav-tabs li:nth-child(1) a {
	margin-left: 0px;
}
.car_price_sec .detail_slider_sec .nav-tabs > li .active {
	background-color: #945d0f;
	color: #fff !important;
	border: 1px solid #945d0f;
	border-bottom: 4px solid #7b4c09;
}
.car_price_sec .detail_slider_sec .nav-tabs > li > a {
	font-family: 'New Rail Alphabet Medium';
	font-size: 14px;
	color: #ffffff;
	border-radius: 5px;
	min-height: 45px;
	line-height: 45px;
	padding: 4px 15px;
	transition: 0.5s all ease;
	margin: 5px 5px;
	border-bottom: 4px solid #191919;
	background: #2b2b2b;
}
.car_price_sec .detail_slider_sec .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border:none;
	background-color: #395281;
	color: #fff !important;
}
.car_price_sec .tab_content_wrapper {
	width: 100%;
	padding: 40px 30px;
	background: #f7f7f7;
	margin-top: 37px;
}
.car_price_sec .tab_content_wrapper p{
	text-align:left;
}
.car_price_sec .tab_content_wrapper ul li {
	color: #191919;
	font-size: 14px;
	font-family: 'Proxima Nova Rg';
	padding: 0px 0px 10px 8px;
}
.car_price_sec .tab_content_wrapper h4 {
	padding-bottom: 15px;
}
.car_price_sec .tab-pane  p {
    line-height: 35px;
    font-family: 'Proxima Nova Rg';
    font-size: 16px;
	color:#121212;
}
.car_price_sec .nav-tabs {
	margin-top: 37px;
	border-bottom: none;
}
.car_price_sec .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #fff;
	background-color: #395281;
	border: none;
	font-size: 18px;
	font-family: 'Proxima Nova bd';
	
}
.car_price_sec .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
	color: #929292;
	background-color: #f5f5f5;
	border: none;
	font-size: 18px;
	font-family: 'Proxima Nova bd';
}
.car_price_sec .nav-tabs .nav-link {
	border: none;
	border-top-left-radius: 0rem;
	border-top-right-radius: 0rem;
	padding:9px 0px;
}
.tab_sec .nav-item {
	width: 19%;
	text-align: center;
	margin-right: 1%;
}
.tab_sec .nav-item:last-child {
	margin-right: 0%;
	width: 20%;
}
.car_price_sec .social_icon_image {
	margin-top: 37px;
}
.car_price_sec .social_icon_image .social_icon {
	margin-right: 5px;
}
.car_price_sec ul li {
	position: relative;
}
.car_price_sec .tab-pane ul li:before {
	content: "";
	position: absolute;
	background: url('../images/bullet.png')no-repeat center center/100% 100%;
	top: 5px;
	left: 0px;
	width: 14px;
	height: 16px;
}
.tab-pane .row .col-md-3:nth-child(even) ul li:before {
	display: none;
}
.tab-pane .row .col-md-3:nth-child(odd) ul li {
	font-weight: bold;
}
.car_price_sec .paranoma1 {
	width: 40%;
	display: inline-block;
}
.car_price_sec .paranoma2 {
	width: 40%;
	display: inline-block;
}
.car_price_sec .tab-pane .row .col-md-6 .paranoma2 ul li:before {
	display: none;
}
.car_price_sec .tab-pane .row .col-md-6 .paranoma1 ul li {
	font-weight: bold;
}
.car_price_sec .table_panel .table-bordered {
	border: none;
}
.car_price_sec .table_panel .table-bordered td, .table-bordered th {
	border: none;
}
.car_price_sec .table_panel .table-striped tbody tr:nth-of-type(odd) {
	background-color: transparent;
}
.cr_slider_sec .slider_padding {
	padding-right: 0px;
}
.car_price_sec .social_icons {
	margin: 43px 20px 0px 10px;
}
@media only screen and (max-width: 800px) {
	#no-more-tables table,  #no-more-tables thead,  #no-more-tables tbody,  #no-more-tables th,  #no-more-tables td,  #no-more-tables tr {
		display: block;
	}
	#no-more-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	#no-more-tables td {
		border: none;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align: left;
		font-family: 'Proxima Nova Rg';
		font-size: 16px;
		padding-top: 7px;
	}
	#no-more-tables td:before {
		position: absolute;
		top: 12px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align: left;
		font-weight: bold;
		color: red;
		color: #314557;
		font-family: 'Proxima Nova sb';
		font-size: 16px;
	}
	#no-more-tables td:before {
		content: attr(data-title);
	}
	.car_price_sec table tr th {
		display: none !important;
	}
}
#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 {
	padding: 15px;
	position: relative;
}
.common_bannar_sec {
	height: 150px;
}
.tab-content ul li {
	color: #fff;
	line-height: 35px;
	font-family: 'montserratlight';
	font-size: 15px;
}
.tab-content table tr {
	color: #fff;
	line-height: 35px;
	font-family: 'montserratlight';
	font-size: 15px;
}
.tdwidth {
	width: 65%;
}
.img_hide {
	display: none !important;
}
.ims_sec1 {
	background: #35491e;
	color: #ffffff;
}
.gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
	opacity: 1;
}
.link_wrapper {
	font-family: 'montserratbold';
	font-size: 16px;
	color: #fff;
	position: absolute;
	margin-top: -145px;
	background-color: transparent;
	margin-left: 125px;
}
.link_wrapper i {
	margin-left: 15px;
	color: #fff;
}
.aanbod_dtls_btn{
	background:#eaeef1;
	padding:20px 0px;
}
.tab_sec .tab-content {
	padding: 40px 0px 30px;
	background-color: #212121;
}
.tab_sec .tab-content p {
	line-height: 35px;
	font-family: 'Proxima Nova Lt';
	font-size: 16px;
	color: #bbbbbb;
}
.tab_sec .tab-content p {
	margin: 0px;
	padding: 0px 0px 10px;
}
.tab_hedaing {
	border-bottom: 1px solid #929292;
	margin-bottom: 30px;
}
.tab-content ul li {
	/*list-style: none;*/
	line-height: 18px;
	font-family: 'Proxima Nova Rg';
	font-size: 16px;
	color: #bbbbbb;
}
.tab-content ul {
	padding-left: 0px;
}
.tab_content_wrapper {
	background-color: #ffffff;
	padding: 0px 25px;
}
.tab_content_wrapper ul {
	list-style-type: none;
}
.tab_content_wrapper ul li::before {
	content: '\2014';
	position: absolute;
	margin-left: -20px;
}
.tab-content h3 {
	padding: 0px 0px 5px;
}
.tab_content_wrapper h3 {
	font-size: 24px;
	color: #929292;
	margin: 0px;
	text-transform: uppercase;
}
#home ul {
	width: 90%;
}
#home ul li {
	line-height: 18px;
	font-family: 'Proxima Nova Rg';
	font-size: 16px;
	width: 45%;
	word-break:break-all;
	display: inline-block;
}
#home ul li::before {
	display: none;
}
#home ul li:nth-child(3n) {
	list-style: none;
}
#home ul li:nth-child(2n+1) {

}
.kenteken_np {
    background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 8px 0 6px 30px;
}
.tab_content_wrapper ul li::before {
	display: none;
}
.latest_car_slider2 .product_dtls h6 {
	height: 20px;
	overflow: hidden;
}
.hidden {
	display: none;
}
.foto_uploaden {
    padding: 3px 25px;
    width: 100%;
    cursor: pointer;
	border: 1px solid #d5d5d5;
	border-radius: 0px;
	font-family: 'Proxima Nova sb';
	font-size: 20px;
	background: #fff;
	color: #e7e7e7;
}

/*==============add css for new changes=================*/
.top_bar_left table tr td{
	color:#a6a3a3;
}
.right_div_txt h2:after{
	background: #395281;
}
.each_counter:after{
	width:2px; 
	height:300px;
	position:absolute;
	top:28px;
	background:#3574cb;
	content:'';
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left:178px;
	z-index:-999999999
}
.list_page_heading p span{
	 font-family: 'Proxima Nova bd';
	 padding-bottom:20px;
	 display:inline-block;
}
.acting_listing{
	padding:100px 0px 0px;
}
.each_listing{
	background:#f7f7f7;
	 margin-bottom:100px;
	 padding:35px 0px;
	 position:relative;
}
.table-heading{
	margin-top:30px;
}
.table-heading h5{
	color:#121212;
}
.overons_dtls2{
	background:#f7f7f7;
	padding-bottom: 60px;
}
.overons_dtls2 table tr td p{
	color:#121212;
	text-align: justify;
}
.member-dtls{
	margin-top:15px;
}
.member-dtls p{
	color:#121212;
	font-size:24px;
}
.member-slider-wrapper{
	position:relative;
	margin-top:50px;
}
.onez-collegue{
	padding:60px 0px 17%;
}
.member-slider-wrapper .swiper-button-next{
	right:-75px;
}
.member-slider-wrapper .swiper-button-prev{
	left:-70px;
}
.onez-collegue .section_heading h2::after {
    left: 50%;
	transform:translateX(-50%);

}
.overons_middl_blk .icon-area2 {
    padding: 0px 50px;
    position: relative;
    margin-top: 0px;
    z-index: 9999;
	top:75px
}
.bedankt-txt-height{
	min-height:100vh;
	height:1px;
}
.bedankt-txt-content{ max-width:1140px; width:100%;}
.bedankt-txt-content h1{ color:#121212; margin-bottom:30px}
.bedankt-txt-content p{ color:#121212; margin-bottom:50px}
.txt-padding{ padding:10% 0px}

/*==========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;
	height:100%;
}

.modal_area .modal-dialog {
    max-width:63%;
	margin-top:10%;
}
.modal_area .modal-body{ 
	padding:0px;
}
.modal_area .modal-content p{
	color:#121212;
	text-align: justify;
	line-height:20px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.modal_area .modal-content{
	border:none;
	border-radius:0px;
	/*position:relative;
	z-index:999999999;*/
}
.pop_up_img{
    vertical-align: top;
}
.popup_content{
	padding-left: 30px;
    padding-right: 60px;
}
.popup_content h2{
	font-size:30px;
	color:#121212;
	padding-bottom: 15px;
	position:relative;
}
/*.modal_area .global_btn{
	margin-top: 40px;
	display:inline-block;
}*/
.popup_content h2:after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 3px;
    background: #395281;
    content: '';
}
/*=======pop up end==========*/
/*==============add css for new changes=================*/
.banner_bottom_selection .banner_bottom_selection_top{
	background:#395281;
}
.banner_bottom_selection .banner_bottom_selection_bottom .defaulte_btn {
	margin-bottom:12px;
	padding:5px 30px;
	height:43px;
}
.product_price_wrapper .product_name h4{
	font-size:18px;
}
.aanbod_details_slider .ms-container{
	background:#000;
}
.aanbod_details_slider .ms-skin-default .ms-nav-prev{
	opacity:1 !important;
	    width: 55px;
		background-color:transparent;
		background: url('../images/master_prev.png') no-repeat center center;
		left:-1px;
}
.aanbod_details_slider .ms-skin-default .ms-nav-next{
	opacity:1 !important;
	    width: 55px;
		background-color:transparent;
		background: url('../images/master_nxt.png') no-repeat center center;
}
.car_price_sec .social_imges img{
	max-height:17px;
}
.deel_deez_auto h3{
		font-size:21px;
		color:#929292;
		font-family: 'Proxima Nova bd';
		display:inline-block;
		margin-right:40px;
	}
	.deel_deez_auto img{
		margin-right:40px;
	}
	.deel_deez_auto hr{
		border-top:1px solid #d1d1d1;
		margin-top:30px;
	}
	.deel_deez_auto{
		margin-top:30px;
	}
	.each_footer_tab h5{
		font-family: 'Proxima Nova Lt';
	font-size: 16px;
	color: #fff;
	
	}
	.acties_list_dtls  table{
		border:1px solid transparent;
	}
	.overons_middl_blk .right_div_txt p {
    color: #bdbdbe;
	    font-family: 'Proxima Nova Rg';

}
.overons_dtls2 table tr td:nth-child(odd){
	padding-right:20px;
}
.overons_dtls2 table tr td:nth-child(even){
	padding-left:20px;
}

.overons_middl_blk .icons_area ul li .li_dtls img{
   max-height: 34px;
}
.listing_images img {
    -webkit-box-shadow: 10px 10px 52px -10px rgba(0,0,0,0.30);
    -moz-box-shadow: 10px 10px 52px -10px rgba(0,0,0,0.30);
    box-shadow: 10px 10px 52px -10px rgba(0,0,0,0.30);
}
.acties_list_dtls table tr td p {
    color: #bdbdbe;
    text-align: justify;
	 font-family: 'Proxima Nova Rg';
	 font-size:18px;
}
.acties_list_dtls table tr td:nth-child(odd){
	padding-right:40px;
}
.acties_list_dtls table tr td:nth-child(even){
	padding-left:40px;
}
.acties_list_dtls p strong {
    font-family: 'Proxima Nova bd';
    padding-bottom: 20px;
    display: inline-block;
}
.actie_form
{
	margin-bottom: 75px;
}

/*****************new add by neo13**************/
.popup_content .defaulte_btn:hover span{
	color:#fff;
}
.onez_section .swiper-slide-active .each_icon_block .each_counter{
	background-color:#395281;
}
.footer_area .contact_dtls {
    margin-left:30px;
}

.footer_area .contact_dtls ul li:first-child {
    padding-right: 50px;
}

/*===============================Responsive Css================*/
@media (min-width: 1700px) {
	.slider_bg {
		height: 800px;
	}
}
 @media(min-width:1500px) {
	.container {
		max-width: 1399px
	}
	.product_dtls_wrapper {
		padding: 25px;
	}
	.product_price_wrapper .row .col-sm-8 {
		padding-left: 50px
	}
	.product_dtls_wrapper table tr td:after {
		left: 88%;
	}
	.product_dtls_wrapper table tr td {
		font-size: 15px;
	}
	.contact_form {
		padding: 50px;
	}
	.right_div_content {
		width: 70%;
	}
	.overons_dtls .icons_area{
		padding-left:110px;
	}
	.icons_area ul li{
		margin-right:6%;
	}
	.listing_images{ 
		position:absolute; 
		top:-65px; 
		max-width:666px; 
		width:100%;
	}
	.acting_listing{
		padding:100px 0px 70px;
	}
	/*=======neo13===========*/
	.desktop_nav .navbar-nav .nav-item{
		padding-left:24px;
	}
	.overons_middl_blk .icon-area2{
		margin-left:11%;
	}
	.onez-collegue {
    padding-bottom: 13%;
}
	
}
@media (min-width: 768px) {
	.close_img2{
		display:none;
	}
}
@media (max-width: 1600px) {
	.modal_area .modal-content p {
    margin-top: 30px;
    margin-bottom: 30px;
}
.modal_area .modal-dialog {
    max-width: 75%;
	}
	.products_area .swiper-button-next {
    right: 0px;
	}
	.products_area .swiper-button-prev {
    left: 10px;
	}
}

@media (max-width: 1499px) {
	.footer_area .contact_dtls ul li table tr td img{
		max-height:20px;
	}
	.footer_area .contact_dtls ul li:first-child {
    padding-right: 15px;
	}
	.footer_area .contact_dtls {
    margin-left: 20px;
	}
	.each_listing .listing_images{
		margin-right: 12%;
	}
	.each_listing .flex-row-reverse .listing_images{
		margin-left: 12%;
		margin-right:0px;
	}
	.overons_middl_blk .icon-area2{
		margin-left:4%;
	}
}
@media (max-width: 1330px) {
	.icons_area ul li {
		width: 145px;
	}
	.modal_area .modal-dialog {
    max-width: 75%;
	}
	.popup_content h2 {
    font-size: 24px;
	}
	.modal_area .modal-content p {
    margin-top: 30px;
	}
}
 @media (max-width: 1200px) {
	.slider_bg {
		height: 700px;
	}
}
 @media (max-width: 1199.98px) {
	h1 {
		font-size: 40px
	}
	.desktop_nav .navbar-nav .nav-link {
		padding: 12px 5px;
		font-size:14px;

	}
	.slider_bg {
		height: 650px;
	}
	.defaulte_btn {
		font-size: 18px;
	}
	.icons_area_bg table tr td {
		font-size: 18px;
	}
	.logo_slider {
		padding: 33px 75px 10px;
	}
	.contact_dtls ul li table tr td img {
		width: 20px
	}
	.contact_dtls ul li table tr td:first-child {
		padding-right: 10px;
	}
	.footer_social ul li {
		padding: 8px 6px;
	}
	.bottom_footer {
		padding: 60px 0px 50px;
	}
	.onez_section {
		padding: 55px 0px;
	}
	.onez_slider {
		padding-bottom: 60px;
	}
	.products_area {
		padding: 60px 0px 50px;
	}
	.icons_area ul li {
	   margin-right:2%
	}
	.icons_area ul li {
		width: 120px;
	}
	.acting_listing {
		padding: 50px 0px 0px;
	}
	.member-slider-wrapper .swiper-button-next{
		right:10px;
	}
	.member-slider-wrapper .swiper-button-prev{
		left:10px;
	}
/*=======pop up======*/
.modal_area .modal-content p {
	margin-top:30px;
}
.popup_content h2 {
    font-size: 24px;
}

.modal_area .modal_close_img img {
    max-height: 30px;
}

.modal_area .modal-dialog {
    max-width: 85%;
}
.popup_content {
    padding-left: 0px;
}
.service_details .service_details_form {
    margin-top: 50px;
}
/*****************neo13************/
.footer_area .contact_dtls {
    margin-left: 0px;
}
.footer_area .contact_dtls ul li table tr td {
    font-size: 14px;
}
.footer_area .contact_dtls ul li:first-child {
    padding-right: 10px;
}
.banner_bottom_selection .banner_bottom_selection_bottom .defaulte_btn{
	font-size:17px;
}
.product-price{
	padding-left:6px;
}
.product_price_wrapper .product_name h4 {
    font-size: 16px;
}
.icons_area ul li .li_dtls p {
    font-size: 15px;
}

}
 @media (max-width: 1024px) {
	.image_contactformulier_panel .img_contact_content {
		padding: 30px 0px;
	}
	.image_contactformulier_panel .contact_form {
		padding: 32px 50px;
	}
	.acties_details_content .image_box1 {
		margin-top: 50px;
	}
	.car_price_sec .nav-tabs .nav-link {
		padding: 10px 27px;
		margin-right: 10px;
	}
	.car_price_sec table tr th {
		padding: 0px 23px 10px 0px;
	}
	.car_price_sec .social_icons {
		width: 18%;
	}
	
	
}
 @media (max-width: 991.98px) {
	.logo_bar {
		display: none
	}
	.dblock {
		display: block;
	}
	.top_header {
		padding: 10px;
	}
	.topbar_social {
		display: none
	}
	.top_header .container::after {
		display: none;
	}
	.top_bar_btn button {
		font-size: 14px;
	}
	.logo_bar {
		background: #fff;
		padding: 15px 0px 30px;
	}
	.logo_area {
		max-width: 200px;
	}
	.logo_area img {
		width: 100%
	}
	.contact_div {
		padding-top: 15px;
	}
	.content_txt {
		padding: 25% 0px;
		text-align: center;
	}
	.slider_bg {
		height: 595px;
	}
	.search_heading {
		padding: 18px 30px;
	}
	.select_area .row .col-md-9 .row {
		padding: 13px 30px;
	}
	.products_area {
		padding: 35px 0px 50px;
	}
	.product_btn {
		margin-top: 15px;
	}
	.each_product {
		margin-bottom: 30px
	}
	.product_img img {
		width: 100%
	}
	.onez_slider {
		padding-top: 10px;
	}
	.right_div::after {
		width: 100%;
		position: relative
	}
	.right_div_content {
		position: relative;
		padding: 70px 50px 150px 50px;
		z-index: 2;
	}
	.right_div_content::after {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0px;
		top: 0px;
		content: '';
		background: #314557;
		z-index: 0;
	}
	.contact_dtls, .footer_social {
		display: none
	}
	.onez_slider::after {
		top: 87px;
		width:67%;
	}
	.header {
		height: auto;
		background: #fff;
		padding: 15px 0px
	}
	.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
		background-color: #000 !important
	}
	.acties_details_content .active_details p {
		padding: 0px;
	}
	.acties_form {
		margin-top: 30px
	}
	.acties_form_area {
		padding-right: 0px !important
	}
	.image_contactformulier_panel .img_contact_content {
		text-align: center;
	}
	.acties_right_img {
		margin-top: 30px;
		padding-left: 0px !important;
		margin-bottom: 30px;
	}
	.acties_details_content {
		padding: 30px 0px;
	}
	.acties_right_img img {
		width: 100%
	}
	.active_details p {
		font-size: 16px;
	}
	.logo_slider1 {
		padding: 20px 20px 0px;
	}
	.acties_details_content {
		text-align: center
	}
	.acties_details_content .section_heading {
		text-align: center
	}
	.active_details p {
		text-align: center
	}
	.contact_form {
		text-align: center
	}
	.contact_form .section_heading {
		text-align: center !important
	}
	.desktop_nav {
		margin-top: 0px;
	}
	.inner_banner_content {
		padding: 85px 0px;
	}
	.service_details_form {
		margin-bottom: 30px
	}
	.service_details_right_img img {
		width: 100%
	}
	.service_details_right {
		padding-left: 0px !important
	}
	.serice_details_right_txt {
		margin-top: 30px;
	}
	.service_logo_slider {
		margin-top: 0px
	}
	.icons_area ul li {
		width: 30%;
		margin-bottom:35px;
	}
	.icons_area ul li .li_dtls p {
		font-size: 14px;
	}
	.overons_middl_blk .right_div_content {
		padding: 70px 30px 100px 30px;
	}
	.overons_middl_blk .icons_area {
		padding: 0px 30px;
	}
	.icons_area ul li .li_dtls img {
		height:45px
	}
	.icons_area ul li:first-child .li_dtls img {
		height:25px
	}
	.address_contact_form table {
		width: 100%;
	}
	.address_contact_form td, th {
		font-size: 16px;
	}
	.address_contact_form .section_heading h2 {
		font-size: 24px;
	}
	.address_contact_form .section_heading1 h2 {
		font-size: 24px;
	}
	.address_contact_form {
		margin-top: 35px;
	}
	.address_contact_form .adres p {
		padding: 30px 0px;
	}
	.address_contact_form .contact_top_panel{
		padding-top:30px;
	}
	.car_price_sec .social_icon_image .social_icon {
		margin-right: 0px;
	}
	.car_price_sec .nav-tabs {
		margin-top: 17px;
	}
	.nav-tabs .nav-item {
		width: 50%;
		margin: 20px 0px 0px 0px;
	}
	.car_price_sec h1 {
		text-align: center;
	}
	.car_price_sec h6 {
		margin-top: 15px;
		text-align:center;
	}
	.car_price_sec .social_icons {
		width: 4%;
		margin: 43px 22px 0px 0px;
	}
	.car_price_sec h1 {
		text-align: left;
		font-size:25px
	}
	.car_price_sec h6 {
		margin-top: 0px;
		text-align: center;
	}
	.tab_sec .nav-item:last-child {
		margin-right: 0%;
		width: 50%;
	}
	.social_imges{ 
		display:none;
	}
	.car_price_sec {
		margin-top: 30px;
	}
	.car_price_sec .container .row .col-md-9 h1:last-child{ 
		display:none;
	}
	.car_price_border {
		margin-top: 20px;
	}
	.car_price_sec table {
		margin-top: 15px;
	}
	.car_price_sec p {
		text-align: center;
	}
	.acting_listing {
		padding: 0px 0px 0px;
	}
	.each_listing {
		text-align: center;
		margin-bottom:20px;
	}
	.listing_images{
		margin-bottom:50px;
	}
	.address_contact_form {
    	margin-top: 60px;
    	padding-bottom: 80px;
	}
	.address_contact_form .contact_top_panel {
		padding-top: 55px;
	}
	.onez-collegue {
		padding: 35px 0px 6%;
	}
	h3 {
    	font-size: 20px;
	}
	.member-dtls p {
   		font-size: 20px;
	}
	.member-slider-wrapper {
		margin-top: 35px;
	}
/*=======pop up=======*/
.modal_area .modal-content p {
    line-height: 15pt;
}
.modal_area .modal-dialog {
    max-width: 98%;
}
.popup_content h2 {
    font-size: 18px;
}

.modal_area .modal-content p {
    margin-top: 25px;
    margin-bottom: 25px;
}

.popup_content {
    padding-left: 0px;
    padding-right: 40px;
}
/***************new add***********/
.banner_bottom_selection .selection_heading h2{
	font-size:24px;
}
.banner_bottom_selection .banner_bottom_selection_bottom .defaulte_btn{
	display: block;
    max-width: 100%;
}
.aanbod_car_sec {
    padding: 30px 0px 40px;
}
.contact_form_wrapper {
    width: 100%;
}
/*****************neo13***********/
.res_logo_styl{
	max-height: 30px;
}
.acties_list_dtls table tr td:nth-child(odd) {
    padding-right: 20px;
}
.acties_list_dtls table tr td:nth-child(even) {
    padding-left: 20px;
}
.acties_list_dtls{
	padding:50px 0px;
}
.each_listing .listing_images{
		margin-right: 0%;
	}
	.each_listing .flex-row-reverse .listing_images{
		margin-left: 0%;
	}
	.each_listing .listing_images img{
		width:100%;
	}
	

.overons_middl_blk{
	margin-top:-60px;
}
.overons_middl_blk .right_div_txt h2{
	font-size: 24px;
}
.overons_middl_blk .icon-area2 {
    margin-left: -35px;
}
.search_area {
    margin-top: -133px;
}
.search_heading h2{
	font-size:24px;
}
}
 @media (max-width: 767.98px) {
	.each_footer_tab {
		padding: 30px 0px 0px;
		border-bottom: 1px dashed #fff;
	}
	.bottom_footer {
		padding: 10px 0px 50px;
	}
	.footer_logo_pic {
		position: relative;
		text-align: center;
		margin-bottom: 30px
	}
	.footer_logo_pic img {
		max-width: 223px;
	}
	.footer_top {
		padding: 20px 0px;
	}
	.left_part {
		height: 400px !important
	}
	.right_div_content {
		padding: 35px 25px 110px 25px;
		text-align: center
	}
	.middl_blk_slider .swiper_arrows {
		display: none
	}
	.search_area {
		margin-top: 15px;
	}
	.search_wrapper {
		width: 100%;
	}
	.each_select_box {
		margin-bottom: 15px
	}
	.icons_area_bg {
		margin: auto;
	}
	.product_btn {
		text-align: center;
	}
	.slider_btn {
		margin-bottom: 0px;
	}
	.slider_bg {
		height: 400px;
	}
	.top_bar_left {
		padding: 0px 0px 8px;
	}
	.top_bar_right {
		text-align: center;
	}
	.top_bar_btn {
		float: none;
	}
	.top_bar_left table {
		width: 100%;
		text-align: center
	}
	.top_bar_left table tr td {
		display: block
	}
	h2 {
		font-size: 20px;
	}
	.res_logo_styl {
		max-width: 200px
	}
	h1 {
		font-size: 30px
	}
	.select_box {
		font-size: 16px;
	}
	.search_btn button {
		padding: 12px 0px;
		font-size: 16px;
	}
	.icons_area {
		padding: 0px 15px;
	}
	.icons_area_bg table tr td {
		font-size: 16px;
	}
	.contact_form_wrapper {
		width: 100%;
	}
	.flag_bg {
		height: 300px !important
	}
	.onez_section {
		padding: 30px 0px 30px;
	}
	.onez_slider {
		padding-bottom: 35px;
	}
	#logoParade div.scrollableArea a {
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
	}
	.logo_slider {
		padding: 33px 0px 5px;
	}
	.onez_slider::after {
		top: 87px;
		width: 50%;
	}
	.image_contactformulier_panel .section_heading {
		padding-bottom: 25px;
	}
	.acties_details_content {
		padding: 30px 0px 30px 0px;
	}
	.image_contactformulier_panel .contact_form {
		padding: 30px 20px 30px;
	}
	.image_contactformulier_panel .img_contact_content {
		padding: 15px;
		text-align:left;
	}
	.image_contactformulier_panel {
		margin-top: 30px;
	}
	.img_contact_content a {
		width: 100%;
		display: block;
	}
	.logo_slider1 {
		margin-top: 30px;
	}
	.active_details p {
		margin-bottom: 15px;
	}
	.active_details {
		margin-top: 20px;
	}
	.service_details_left {
		padding-bottom: 30px;
	}
	.service_details_form {
		margin-top: 30px;
	}
	.service_logo_slider {
		margin-top: 0px;
	}
	.service_details_form .section_heading {
		padding-bottom: 25px;
	}
	.banner_bottom_selection_bottom {
		padding: 15px 0px;
	}
	.banner_bottom_selection_bottom .container form {
		width: 100%;
		text-align:center;
	}
	.aanbod_car_sec {
		padding: 30px 0px;
	}
	.aanbod_car_sec .each_product {
		margin-top: 0px;
	}
	.overons_dtls .icons_area {
		margin-top: 28px;
	}
	.overons_middl_blk {
		/*margin-top: -158px;*/
		margin-top:0px;
		margin-bottom: 35px;
	}
	.overons_middl_blk .icons_area {
		padding: 0px 30px;
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	.car_price_sec h1 {
		text-align: center;
		font-size:22px;
	}
	.car_price_sec h6 {
		margin-top: 15px;
		text-align:center;
	}
	.car_price_sec table tr th {
		display: none !important;
	}
	.nav-tabs .nav-item {
		width: 49%;
		margin:13px 3px 0px 0px;
	}
	.tab_sec .nav-item:last-child {
		width: 100%;
	}
	.cr_slider_sec .swiper-slide {
		margin-top: 13px;
	}
	.car_price_sec .social_icon_image {
		text-align: center;
	}
	.car_price_sec .tab_content_wrapper {
		padding: 40px 0px;
	}
	.car_price_sec .nav-tabs .nav-item .nav-link{
		font-size: 18px;
		margin-right: 0px;
	}
	
	.car_price_sec .tab_content_wrapper {
		margin-top: 18px;
	}
	.car_price_sec h6 {
		font-size: 18px;
		margin-top:5px;
	}
	.top_header{
		display:none;
	}
	.overons_dtls {
		padding: 30px 0px;
	}
	.listing_images {
		margin-bottom: 15px;
	}
	.address_contact_form {
    	margin-top: 30px;
    	padding-bottom: 35px;
	}
	.address_contact_form .adres p {
		font-size: 16px;   
	}
	.overons_middl_blk .icon-area2{
		width:100% !important;
		top:0px;
	}
	.overons_middl_blk .right_part .icons_area{ text-align:center; width:100%;}
	.overons_middl_blk .right_part .icons_area ul li{ float:none; width:auto; margin-bottom:15px;}
	.overons_middl_blk .right_div_content {
		padding: 35px 15px 100px 15px;
	}
	.right_div_txt h2 {
  	 margin-bottom: 20px;
	}
	/*====pop up=======*/
.modal_area .modal-dialog {
    max-width: 75%;
}
.pop_up_img {
    width: 100%;
	}
.popup_content{
 width: 100%;
 padding: 30px;
}
.close_img1{
	display:none;
}
/*********new add*******/
.products_area .swiper-button-next {
   display:none;
}
.products_area .swiper-button-prev {
   display:none;
}
.right_part {
    padding-bottom: 20px;
}
.products_area .each_product{
	padding:0px 15px;
}
/******new add*****/
.banner_bottom_selection .selection_heading h2 {
    font-size: 20px;
}
.car_price_sec .diensten_main_frm .form_wrapper1 .pr-2{
	padding-right:15px !important;
}
.car_price_sec .diensten_main_frm .form_wrapper1 .pl-2{
	padding-left:15px !important;
}
.aanbod_details_slider .ms-skin-default .ms-nav-prev {
   display:none;
}
.aanbod_details_slider .ms-skin-default .ms-nav-next {
   display:none;
}
.overons_dtls2 table td{
	width:100%;
	display:block;
}
.overons_dtls2 table tr td:nth-child(even) {
    padding-left: 0px;
}
.overons_dtls2 table tr td:nth-child(odd) {
    padding-right: 0px;
	padding-bottom:30px;
}
.overons_dtls2{
	padding-bottom:30px;
}
.onez-collegue .member-slider-wrapper .swiper-button-next {
  display:none;
}
.onez-collegue .member-slider-wrapper .swiper-button-prev {
  display:none;
}
.acties_list_dtls table tr td{
   width:100%;
   display:block;
}
.acties_list_dtls table tr td:nth-child(even) {
    padding-left: 0px;
}
.acties_list_dtls table tr td:nth-child(odd) {
    padding-right: 0px;
	padding-bottom:30px;
}
.acties_list_dtls table tr td p {
    font-size: 16px;
}
/********************neo13*****************/
.common_arrow{
	display:none;
}
.each_icon_block_dtls{
	padding:30px 15px;
}
.banner_bottom_selection_top .container .selection_heading {
    width: 100%;
}
.deel_deez_auto img {
    margin-right: 26px;
}
.car_price_sec .nav-tabs {
    margin-top: 0px;
}
.footer_area .last_tab{
	border-bottom: none;
}
.footer_area .last_tab p:last-child {
    margin-bottom: 0px;
}
.acties_right_img img{
	box-shadow:none;
}
.listing_images img {
    box-shadow:none;
}
.acties_right_img {
    margin-bottom:0px;
}
.address_contact_form .section_heading h2 {
    font-size: 20px;
}
.address_contact_form .section_heading1 h2 {
    font-size: 20px;
}
 .service_details_form {
    box-shadow:none;
}
.contact_form{
	padding:30px 15px;
}
.overons_middl_blk .right_div_txt h2 {
    font-size: 20px;
}
.service_details .service_details_form{
	margin-bottom:0px;
}
.styl5 {
    font-size: 18px;
}
.select_area .row .col-md-9 .row{
	padding:0px;
}
.select_area {
    padding: 30px 15px;
}
.search_heading h2 {
    font-size: 22px;
}
}
 @media (max-width: 575.98px) {
	h1 {
		font-size: 24px;
	}
	/*h2 {
		font-size: 18px;
	}*/
	.header {
		top: 0px;
	}
	.product-price::after {
		display: none
	}
	.slider_btn button {
		font-size: 18px;
		padding: 9px 30px;
	}
	.onez_slider::after {
		display: none;
	}
	.each_counter {
		margin: 40px auto 40px;
	}
	.inner_banner_content {
		padding: 45px 0px;
	}
	.contact_form {
		padding: 30px 15px;
	}
	#home ul li {
		font-size: 14px;
	}
	.left_part {
    	height: 242px !important;
	}
	.each_product {
    	margin-bottom: 25px;
	}
	.products_area {
    	padding: 20px 0px 0px;
	}
	.product_btn {
    	margin-top: 30px;
		margin-bottom: 30px;
	}
	.products_area .container > .row {
   	 	margin-top: 20px;
	}
	.slider_btn {
    	margin-top: 15px;
	}
	/*====pop up=======*/
.modal_area .modal-dialog {
    max-width: 100%;
}
.each_product {
    margin-bottom: 0px;
}
.member-dtls h3{
	font-size:18px;
}
.onez_section .section_heading h2{
	font-size:20px;
}
.contact_form_area .section_heading h2{
	font-size:20px;
}
.active_details p{
	text-align:justify;
	}
.middl_blk_slider .right_div_txt h2 {
	text-align: left;
}
.middl_blk_slider .right_div_txt p{
text-align:justify;
}
.middl_blk_slider .slider_btn {
    margin-bottom: 0px;
}
.popup_content{
 padding: 30px 15px;
}
}
/*******************/
.morgan_footer
{
	text-align: center;
	background: #000;
	padding: 7px 0px 5px;
}
.dropdown-menu a{
	padding: 12px 15px;
}
.dropdown:hover>.dropdown-menu {
	display: block;
}
.dropdown-menu {
	padding: 0px;
	border-radius:0px;
	min-width: 220px;
	margin:0px;
	border:0px;
	background: #395281;
    color: #fff;
}
.dropdown-item{
	color:#fff;
}

.dropdown-menu a:hover{
	background-color: #202c3c !important;
	color:#fff;
}
.desktop_nav .dropdown-item.active{
	background-color:transparent;
}
.cursor
{
	cursor:pointer;
}



#menu {
 display: none;
}
.mm-current {
 display: block !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;
}
.privacy_background{
    background: #1c1c1c;
}
.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{
	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:#2d2d2d;
	position:relative;
	padding-top: 150px;
	margin-top: -1px;
}
.onez-acties-text-content h2 {
	margin-bottom: 20px;
    font-size: 24px;
    color: #fff;
}
.onez-acties-text-content p {
	color: #828282;
	text-align: justify;
}
/*.error_background{
	height: 90px;
    background: #000;
}*/
.error_top{
	padding:87px 0px;
}
.no_record {
    font-size: 24px;
    color: #121212;
    text-align: center;
    padding: 50px 0px;
    font-family: 'New Rail Alphabet Medium';
}
.update-bttn{
	background:transparent;
	padding-top:0px;
	padding-bottom:30px;
}
#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;
}
/*****************new add by neo14**************/
.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;
}
.contact_div img {
    width: 26px;
}
.topbar_social li img, .top_bar_left img{
	width: 18px;
}
.middl_blk_slider .swiper_arrows .common_arrow {
    background: #f7f7f7;
}
.buton-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.middl_blk_slider .common_arrow img {
    max-width: 20px !important;
    max-height: 20px !important;
}
.middl_blk_slider .swiper-button-next img {
    transform: rotate(180deg);
}
.products_area .common_arrow img {
    max-width: 20px;
    max-height: 20px;
}
.products_area .swiper-button-next img {
    transform: rotate(180deg);
}
.onez_slider .common_arrow img {
    max-width: 30px;
    max-height: 30px;
}
.onez_slider .swiper-button-next img {
    transform: rotate(180deg);
}
.footer_top li img{
	width: 17px;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.product_dtls_wrapper table tr td p{
	font-family: 'Proxima Nova Rg';
    font-size: 13px;
    color: #000;
	height: 23px;
    overflow: hidden;
}
.product_dtls_wrapper table tr td:first-child{
	width:63%;
}
.thumbnil-slider{
	position:relative;
	background-color: #0d0d0d;
}
.thumbnil-slider .gallery-top{
	background-color:#000;
}
.products_area .swiper-button-prev {
    left: -80px;
    transform: translateY(-50%);
}
.products_area .swiper-button-next {
    right: -80px;
    transform: translateY(-50%);
}
@media screen and (min-width: 600px) {
.thumbnil-slider .gallery-top .swiper-button-next {
    right: 19.7%;
}
.thumbnil-slider .gallery-top .swiper-button-prev {
    left: 19.7%;
}
}
.thumbnil-slider .gallery-top .swiper-slide-prev {
    opacity: 0.3;
}
.thumbnil-slider .gallery-top .swiper-slide-next {
    opacity: 0.3;
}
.thumbnil-slider .gallery-thumbs{
	margin-top: 8px;
	padding: 0;
	height: auto;
}
.thumbnil-slider .common_arrow{
	width: 50px;
	height: 50px;
	background-color: #3f3e3c;
	display: flex;
    align-items: center;
    justify-content: center;
}
.common_arrow img {
    width: 24px;
    height: 24px;
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 6px;
    padding-left: 20px;
    background-size: 7px;
}
.bullet-panel li:after {
    padding-left: 15px;
    background-size: 7px;
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.deel_deez_auto img {
    margin-right: 40px;
    width: 18px;
}
.car_price_sec .tab_content_wrapper ul li {
    font-size: 14px;
    font-family: 'Proxima Nova Rg';
    padding: 0px 0px 10px 20px;
}
.member-slider-wrapper .swiper-button-next img {
    transform: rotate(180deg);
}

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