html {
    font-size: 62.5%;
}
.common-wrap {
    padding-left: 6%;
    padding-right: 6%;
}
.corner{
	border-radius: 15px;
	overflow: hidden;
}
.swiper-arrow{
    height: 4.6rem;
	width: 4.6rem;
	background-color: #fff;
	border-top-left-radius: 5px;
  	border-bottom-left-radius: 5px;
}
.swiper-arrow.swiper-button-prev{
	border-radius: 0 5px 5px 0;
}
.swiper-arrow:after{
	display: none;
}
.swiper-arrow img{
	width: 1.6rem;
}
/***header*****/
.header-block {
    position: relative;
    height: auto;
    padding: 1.5rem 0;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #f4f4f4;
    display: block;
    border-bottom: 1px solid transparent;
}
.header-block .navbar-brand{
	margin: 0;
}
.header-block .navbar-brand img {
    max-width: 220px;
  	width: 100%;
}
.header-block .navbar-expand-lg {
	padding: 0;
}
.header-block .navbar-expand-lg .navbar-nav {
	margin-top: 0;
	align-items: center;
}
.header-block .navbar-expand-lg .navbar-nav .nav-link, 
.header-block .nav-link,
.menu-items a{
	font-size: 16px;
  	font-family: 'montserratmedium';
	letter-spacing: .05rem;
	text-transform: none;
    margin: 0;
    color: #121212;
    padding-top: 5px;
  	padding-bottom: 5px;
}
.header-block .navbar-expand-lg .navbar-nav .nav-link {
	padding-left: 0.9rem;
}
.header-block .nav-link::before {
	bottom: auto;
    top: 10px !important;
	width: 0;
}
.header-block .nav-link:hover::before, .header-block .nav-link.active::before {
	background-color: #29abe2;
    height: 1.3rem;
    width: 0.3rem;
    bottom: auto;
    top: 0.6rem;
}
.menu-items a {
	color: #fff;
}
.header-block .nav-item{
	margin: 0 2.2rem;
}
.menu-icon{
    margin-left: 0;
	width: 2.5rem;
	margin-top: -2px;
}
.menu-icon:after, .menu-icon:before, .menu-icon div {
	margin: 0.4rem;
}
.menu-icon.active:after {
	transform: translateY(-8px) rotate(-135deg);
}
.menu-icon.active {
    width: 2.5rem;
}
.menu-items ul{
    text-align: left;
}
.header-block .nav_menu_right_part{
    position: relative;
    right: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-right: 0 !important;
}
.header_inner{
    padding: 0;
}
.nav_menu_right_part.active a.menu-word{
    opacity: 0;
}
.menu-navigation {
    padding: 15rem 3rem 3rem;
}
.menu-items.active{
	width: 31rem;
}
.menu-items a:hover{
	color: #29abe2;
}
.header-block.is-hidden {
	border-color: rgba(18,18,18,0.1);
}
/*****product-sec*******/
.product-sec { 
	padding: 5% 0;
	background: #f4f4f4;
}
.product-sec .each-aanbod-car a{
	color: inherit;
}
.product-heading {
	margin-bottom: 6.4rem;
}
.new-car-slider {
	position: relative;
}
.product-dtl h4{
	color: #121212;
	height: 60px;
  	overflow: hidden;
}
.product-dtl h6 {
  	font-size: 16px;
  	letter-spacing: normal;
  	height: 40px;
  	overflow: hidden;
  	font-family: 'montserratregular';
}
.product-dtl h5 {
	font-size: 16px;
	color: #1c1c1c;
	font-family: 'montserratmedium';
	letter-spacing: 0.5px;
}
.product-dtl h5 span {
  	font-family: 'montserratregular';
  	display: block;
  	margin-top: .5rem;
}
.product-dtl .text-md-right h5{
	height: auto;
}
.new-car-slider  .swiper-arrow {
	top: 35%;
}
.new-car-slider .swiper-button-next {
	right: 0;
}
.new-car-slider .swiper-button-prev {
	left: 0;
}
.each-aanbod-car {
	background-color: #fff;
	position: relative;
}
.each-p-thumb {
	height: 100%;
}
.each-p-thumb img {
	height: 100%;
}
.product-dtl {
	padding: 3.2rem 2rem 2rem;
	position: relative;
}
.product-dtl .text-md-right h6 {
	margin-top: 1.5rem;
}
.product-dtl h6 span {
	color: rgba(255, 255, 255, 0.75);
}
.product-info {
	border-top: 1px solid rgba(18, 18, 18, 0.2);
	margin-top: 2rem;
	position: relative;
	padding: 2rem 8rem 2rem 0;
}
.product-info table{
	width: 100%;
}
.product-dtl td {
	vertical-align: top;
}
.aanbod-car-btn {
	height: 4.6rem;
	width: 4.6rem;
	background-color: #29abe2;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	opacity: 0;
	position: absolute;
  	top: 50%;
  	right: 0.8rem;
  	transform: translateY(-50%);
}
.product-thumb {
	-webkit-transform: scaleY(0);
    transform: scaleY(0);
    transition: all 0.5s;
    height: 0;
    overflow: hidden;
}
.each-aanbod-car:hover .product-thumb {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 100%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transition: -webkit-transform .6s cubic-bezier(.08, .35, .13, 1.02);
    transition: transform .6s cubic-bezier(.08, .35, .13, 1.02);
}
.each-aanbod-car:hover .aanbod-car-btn {
	opacity: 1;
}
/***footer-block***/
.footer-block {
	padding: 7rem 0 4rem;
	background-color: #eeeeee;
}
.footer-block-logo img {
	width: 220px;
}
.footer-left h6 {
	margin: 6rem 0 3rem;
  	letter-spacing: normal;
  	font-family: 'montserratsemibold';
}
.footer-social li {
	display: inline-block;
	margin-right: 1rem;
}
.footer-social li:last-child {
	margin-right: 0;
}
.footer-social li a img {
	width: 2.8rem;
}
.footer-social li a {
	/*height: 5.5rem;
	width: 5.5rem;*/
	display: flex;
	align-items: center;
	justify-content: center;
	/*border: 1px solid #29abe2;*/
}
.footer-social li a:hover {
	/*background-color: #fff;*/
}
.footer-info {
	max-width: 80rem;
	width: 100%;
	margin-left: auto;
}
.each-footer-info {
	margin-bottom: 4.5rem;
	max-width: 36rem;
	width: 100%;
	margin-left: auto;
}
.each-footer-info h4 {
	margin-bottom: 2rem;
	color: #121212;
}
.each-footer-info p, .each-footer-info p, .each-footer-info td {
	font-size: 1.6rem;
  	color: #8f8f8f;
  	font-family: 'montserratregular';
}
.each-footer-info p a{
	text-decoration: underline;
}
.each-footer-info p a:hover {
	color: #29abe2;
}
.footer-block hr{
	margin: 4rem 0;
}
.each-footer-info td{
    vertical-align: top;
  	padding-right: 2rem;
  	line-height: 26px;
}
.footer-block-menu li {
	display: inline-block;
	margin-right: 2rem;
}
.footer-block-menu li a {
	font-size: 1.6rem;
  	color: #8f8f8f;
  	font-family: 'montserratregular';
}
.footer-block-menu li a:hover {
	color: #29abe2;
}
.footer-block-menu .common-btn:after {
  background-color: #121212;
}
.footer-block-menu .common-btn:hover span, .footer-block-menu .common-btn:hover {
  color: #fff;
}
/*=================================aanbod page start======================================*/
/***filter-area***/
.filter-area {
	padding: 5% 0 0;
	background: #f4f4f4;
}
.filter-area h2{
	color: #121212;
	line-height: normal;
}
.filter-area h2 span {
	color: #29abe2;
}
.filter-main .col-lg-2 {
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.filter-styl {
    width: 100%;
    color: #121212;
    font-family: 'montserratregular';
    font-size: 1.6rem;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: url(../images/filter-arrow.svg) transparent no-repeat 95% center/10px;
    appearance: none;
}
.filter-styl option{
	font-family: arial;
}
.filter-main {
	max-width: 100rem;
    margin-left: auto;
	width: 100%;
	position: relative;
}
.filter-main [class*="col"]{
	position: static;
}
.filter-reset {
    font-family: 'montserratregular';
  	font-size: 1.4rem;
	display: table;
	margin-top: 3rem;
	margin-left: auto;
	position: absolute;
	right: 0;
}
.filter-reset img {
	filter: brightness(0);
	-webkit-filter: brightness(0);
	margin-right: 1rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.filter-reset:hover img {
	filter: brightness(1);
	-webkit-filter: brightness(1);
}
/***aanbod-product-sec****/
.aanbod-product-sec .col-xl-4 {
	padding: 0 0.6rem;
	margin-bottom: 1.2rem;
}
.aanbod-product-sec .col-lg-12 {
	padding: 0 0.6rem;
	margin-bottom: 1.2rem;
}
.aanbod-product-sec .row {
	margin: 0 -0.6rem;
}
.aanbod-product-sec .col-xl-4 > a {
	width: 100%;
}
.aanbod-mid-area {
	margin: 7.5rem 0;
}
.aanbod-mid-area .col-md-4:not(:last-child) {
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.aanbod-each-mid {
	display: table;
    margin: 0 auto;
	padding: 0 4rem;
}
.aanbod-each-mid h3 {
	position: relative;
	padding-left: 1.2rem;
	color: #121212;
}
.aanbod-each-mid h3::after {
	content: "";
    height: 2.4rem;
    width: 5px;
    background-color:#29abe2;
    position: absolute;
    left: 0;
    top: 0.6rem;
}
.aanbod-each-mid p {
	color: rgba(18, 18, 18, 0.75);
}
.aanbod-each-mid h3{
	margin-bottom: 1rem;
	height: 40px;
}
.aanbod-each-mid .common-btn{
	margin-top: 5rem;
}
.rating-sec {
  	padding: 4.5% 0;
}
.rating-sec h2{
	color: #121212;
}
/****contact-form-sec****/
.contact-form-sec {
	background-color: #eeeeee;
	padding: 9% 0 4%;
}
.contact-map { 
	height: 32.5rem;
}
.contact-reach h2 {
    color: #121212;
	line-height: normal;
	position: relative;
}
.contact-reach h2::after {
	background-color: #29abe2;
	height: 2.8rem;
	top: 1rem;
}
.contact-reach ul {
	margin: 4.4rem 0 2rem;
}
.contact-reach li {
	display: inline-block;
	margin-right: 9rem;
}
.contact-reach li:last-child {
	margin-right: 0;
}
.contact-reach li a {
	font-size: 1.6rem;
	color: rgba(18, 18, 18, 0.75);
	letter-spacing: 0.07rem;
}
.contact-reach li a:hover {
	color: #29abe2;
}
.contact-reach li a img {
	margin-right: 1rem;
	margin-top: -0.5rem;
}
.contact-reach {
	max-width: 72rem;
	position: relative;
	padding-right: 5rem;
}
.contact-reach .quote-icon {
	position: absolute;
    width: 14rem;
    top: -17%;
    left: -7%;
}
.new-form-style {
	resize: none;
    background-color: transparent;
    border-radius: 0;
     font-family: 'montserratlight';
    color: rgba(18, 18, 18, 0.35); 
	font-size: 1.6rem;
    padding: 0 0 1rem;
	border: 0;
	border-bottom: 1px solid rgba(18,18,18,0.09);
	height: auto;
}
.contact-form-wrap {
	max-width: 76.9rem;
    margin-left: auto;
    width: 100%;
}
.contact-form-wrap .form-group {
	margin-bottom: 4rem;
}
.new-form-style:placeholder {
	color: #121212;
	opacity: .5;
}
.new-form-style:-ms-input-placeholder {
	color: #121212;
	opacity: .5;
}
.new-form-style::placeholder {
	color: #121212;
	opacity: .5;
}
.foto_upload{
	color: rgba(18, 18, 18, 0.5);
}
.new-form-style:focus {
    box-shadow: none;
    color: rgba(18, 18, 18, 0.5);
    background-color: transparent;
	border: 0;
	border-bottom: 1px solid rgba(18,18,18,0.09);
}
.contact-form-wrap label h6{
	margin-bottom: 1rem;
}
.attachment-clip {
	position: relative;
}
.attachment-clip::after {
	content: '';
	height: 2rem;
	width: 2rem;
	background-position: center center;
	background-size: 2rem;
	background-repeat: no-repeat;
	background-image: url(../images/attachment.svg);
	position: absolute;
	bottom: 2.5rem;
	right: 1.5rem;
}

/*==========================aanbod-dtl========================*/
/****aanbod-dtl-bk-bt***/
.aanbod-dtl-bk-btn {
	background-color: #f4f4f4;
}
/***dtl-top-sec***/
.dtl-top-sec {
	background-color: #f4f4f4;
	padding: 2.5rem 0 6rem;
}
.dtl-top-slider .swiper-button-next {
	right: 0;
}
.dtl-top-slider .swiper-button-prev {
	left: 0;
}
.dtl-top-slider .new-thumb-slide {
	margin-top: 2rem;
}
.dtl-top-slider .new-thumb-slide .dtl-car-slide { 
	position: relative;
}
.dtl-top-slider .new-thumb-slide .dtl-car-slide::after {
	content: '';
	height: 100%;
	width: 100%;
	background-color: rgba(41, 171, 226, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/search.svg);
	background-repeat: no-repeat;
	background-size: 2.4rem;
	background-position: center center;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.dtl-top-slider .new-thumb-slide .dtl-car-slide:hover::after {
	opacity: 1;
}
.dtl-top-slider .swiper-arrow{
	border-color: #fff;
}
/***dtl-top-info****/
.dtl-top-info {
	padding: 2rem 0 40% 15%;
}
.dtl-top-info h3 {
	color: #121212;
}
.dtl-top-info h4 {
	margin: 1rem 0 2.4rem;
	font-family: 'montserratregular';
	font-size: 20px;
    color: rgba(18, 18, 18, 0.5);
}
.dtl-top-price {
	border-top: 1px solid rgba(18, 18, 18, 0.2);
	border-bottom: 1px solid rgba(18, 18, 18, 0.2);
	padding: 3rem 0;
}
.dtl-top-info td h6 {
	margin: .85rem 0;
}
.dtl-top-info td h6 span{
	font-family: 'montserratregular';
}
.dtl-top-info td h5 {
	font-size: 1.8rem;
}
.dtl-top-info table {
	width: 100%;
	margin-top: 4rem;
}
.dtl-top-info td {
	width: 33.33%;
	vertical-align: top;
	padding-left: 4rem;
}
.dtl-top-price table {
	margin-top: 0;
}
.dtl-top-price td {
	position: relative;
}
.dtl-top-price td::after {
	content: '';
	height: 100%;
	width: 2px;
	background-color: #29abe2;
	position: absolute;
	top: 0;
	left: 0;
}
.dtl-top-info td:first-child {
	padding-left: 0;
}
.dtl-top-price td:first-child::after {
	display: none;
}
/****dtl-contact-card****/
.dtl-contact-card-wrap {
	background-color: #fff;
	max-width: 60rem;
	width: 100%;
	box-shadow: -10px 2px 50px 5px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: -10px 2px 50px 5px rgba(0, 0, 0, 0.05);
	padding: 3.5rem 3rem;
	margin-left: auto;
	margin-top: -35%;
}
.dtl-contact-card-text h4 {
	font-size: 1.8rem;
	color: #121212;
}
.dtl-contact-card-text a {
	font-size: 1.6rem;
    font-family: 'montserratregular';
    color: rgba(18, 18, 18, 0.75);
	display: inline-block;
	margin-top: 1rem;
}
.dtl-contact-card-text a img {
	margin-right: 1rem;
}
.dtl-contact-card-text a:hover {
	color: #29abe2;
}
.dtl-contact-card-btn {
	display: flex;
	align-items: center;
	margin-top: 3.5rem;
}
.dtl-contact-card-btn .common-btn {
	max-width: 100%;
}
.dtl-contact-card-btn .common-btn:after{
	background: #000;
}
.dtl-contact-card-btn .common-btn:hover span{
	color: #fff;
}
.dtl-contact-card-btn .row {
	width: 80%;
}
.dtl-contact-card-btn ul {
	display: flex;
}
.dtl-contact-card-btn li {
	margin-left: 3rem;
}
.dtl-contact-card-btn li img {
	width: 1.8rem;
}
.dtl-contact-card-btn li a {
	filter: brightness(0);
	-webkit-filter: brightness(0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.dtl-contact-card-btn li a:hover {
	filter: brightness(1);
	-webkit-filter: brightness(1);
}
.dtl-contact-card .col-xl-5 {
	padding-left: 6%;
}
/***dtl-tab-sec***/
.dtl-tab-sec {
	padding: 0 0 2%;
}
.dtl-tab-sec .tab-btn {
	margin-bottom: 8.5rem;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	border: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
  	font-family: 'montserratmedium';
    font-size: 1.6rem;
    margin: 0;
    word-break: break-word;
    margin-right: 10px;
	margin-bottom: 10px;
	width: 20%;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 1px solid #1F1F1F;
    background-color: #1F1F1F;
    color: #fff;
    padding: 1.5rem 0.5rem;
	border-radius: 0;
	letter-spacing: normal;
	position: relative;
	transition: all 0.5s;
	width: 100%;
	height: 100%;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active,
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover {
	background-color: #29abe2;
	color: #fff;
	border-color: #29abe2;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item.onder-tab-btn {
	width: 30%;
}
/*****dtl-tab-content******/
.dtl-tab-content-heading  {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 2.8rem;
	margin-bottom: 7.5rem;
	text-align: center;
}
.dtl-tab-content-heading h3 {
	display: inline-block;
	color: #1c1c1c;
	position: relative;
	padding-left: 1.2rem;
}
.dtl-tab-content-heading h3::after {
	content: "";
    width: 5px;
    background-color: #29abe2;
    position: absolute;
    left: 0;
    height: 1.8rem;
    top: 50%;
    transform: translateY(-50%);
}
.dtl-tab-sec .tab-content ul li {
    font-family: 'montserratmedium';
    font-size: 1.6rem;
    color: #212121;
    padding-bottom: 1rem;
    word-break: break-word;
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top .7rem;
    padding-left: 1.3rem;
    background-size: 0.8rem;
}
.kenmerken-tab ul li:nth-child(even) {
	font-family: 'montserratregular';
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.bullet-panel h4 {
    border-bottom: 1px solid #121212;
    padding-bottom: 1rem;
}
.bullet-panel h4 {
	color: #121212;
}
.dtl-tab-sec .tab-content .tab-pane .tab-heading {
    padding-bottom: 2rem;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.3rem;
    position: relative;
    font-family: 'montserratregular';
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.8rem;
    position: absolute;
    top: .7rem;
    left: 0;
    content: '';
    width: 0.8rem;
    height: 0.8rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.dtl-tab-sec .tab-content p {
	color: #212121;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #29abe2;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
}
.left-bg-block h6 {
    line-height: 3rem;
    color: #fff;
	font-size: 1.6rem;
	font-family: 'montserratregular';
}
.each-onderhoud-block h4 {
    color: #121212;
    font-family: 'montserratregular';
    font-size: 2.2rem;
	text-transform: none;
}
.each-onderhoud-block h5 {
    color: #121212;
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
	font-family: 'montserratregular';
	text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
    border: 1px solid #29abe2;
}
/****related-product-sec****/
.related-product-sec {
	padding: 4% 0 4%;
}
.product-heading h2{
	color: #121212;
}
.hbvg-logo {
    margin-left: 35px;
}
.footer-otrogo img {
    margin-right: 3rem;
    max-width: 130px;
}
.banner-content.text-center p {
    margin: 20px 0px;
}
.ovrns_mbtn {
    margin-top: 3.5rem;
}
.each-footer-info {
    color: rgba(18, 18, 18, 0.60);
}
.hbvg-logo{
	width: 108px;
}
.aanbod-gal .each-gal{
    position:relative;
}
.dtl-sec {
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 2rem 1rem;
    background-color: rgba(0,0,0,0.5);
}
.aanbod-gal{
	margin: 5rem 0;
	padding: 4rem 0 9rem;
	background: #f4f4f4;
}
.aanbod-gal h3{
	color: #121212;
	padding-bottom: 4rem;
}
.aanbod-gal h6{
	color: #fff;
	font-family: 'montserratsemibold';
}
#aanbod-menu4 iframe{
	width: 100%;
  	height: 820px;
  	border: 0;
}
.form-1, .form-2 {
	background: #eeeeee;
	display:none;
	padding: 5%;
    margin: 30px 0 !important;
}