@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
}
html {
    font-size: 62.5%;
}
#mobile-contact-bar {
    display: none;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
.grecaptcha-badge{
    display:none;
}
.cursor{
	cursor: pointer;
}
/*=======mobile=======*/
#menu.mm-menu {
  background: #e8f5fe;
  color: #1c1c1c;
  font-size: 1.8rem;
  font-family: 'HalyardDisplayMedium';
}
.mm-navbar {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
#menu.mm-menu a{
	font-size: 1.6rem;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
  color: #1c1c1c;
}
#menu .mm-listview>li:not(.mm-divider):after{
  background-color: rgba(255,255,255,0.2);
}
.mm-btn.mm-prev{
  border-right: 2px solid rgba(0,0,0,0.1);
  width: 50px;
}
/*=======header=======*/
.desktop-nav{
	position: absolute;
	padding: 0 9rem;
	top: 30px;
	width: 100%;
	z-index: 2;
}
.desktop-nav .navbar-collapse{
	background: #fff;
	padding: 2rem 4rem;
	border-radius: 20px;
	box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
}
.desktop-nav.stiky{
	position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99;
    -webkit-transition: all 1s;
    transition: all 1s;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
}
.desktop-nav.stiky .navbar-collapse{
	box-shadow: none;
	background: transparent;
}
.desktop-nav .nav-link{
	font-size: 2rem;
	color: #0a1130;
	font-family: 'HalyardDisplayMedium';
	opacity: .5;
	letter-spacing: .02rem;
}
.desktop-nav .navbar-brand .mw-100{
	width: 220px;
}
.desktop-nav .nav-item{
	margin-left: 6rem;
}
.desktop-nav .nav-item.active .nav-link, .desktop-nav .nav-link:hover{
	opacity: 1;
}
.desktop-nav .akker_btn_cls{
	min-width: 27rem;
}
/*==========banner===========*/
.banner{
	padding: 30rem 0 10rem;
	border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.banner-content{
	padding-left: 13rem;
}
.banner-content h1 span{
	background-image: url(../images/heading-bg.png);
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 0 15px;
}
.home-banner .banner-content h1 span{
	position: relative;
}
.home-banner .banner-content h1 span:after{
	position: absolute;
	bottom: -130px;
	right: 0;
	content: '';
	width: 90px;
	height: 90px;
	background-image: url(../images/new-arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	z-index: 1;
}
.banner-content p{
	margin: 4.5rem 0;
	max-width: 65rem;
	width: 100%;
}
.banner-content td h3{
	font-family: 'HalyardDisplaySemiBold';
	font-size: 4.1rem;
	color: #1c2447;
}
.banner-content td span{
	margin-left: 1rem;
}
.banner-content td span img{
	width: 23px;
	margin-top: -10px;
}
.banner-content td h5{
	font-size: 2rem;
	font-family: 'HalyardDisplayMedium';
	color: #1c2447;
	position: relative;
	padding: 0 2.5rem 0 5rem;
	letter-spacing: .06rem;
}
.banner-content td h5:after{
	position: absolute;
	content: '';
	right: 0;
	top: 9px;
	width: 12px;
	height: 12px;
	background-image: url(../images/right-arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.search-block{
	width: 80%;
	margin-top: 2rem;
}
.select-styl{
	font-family: 'HalyardDisplayMedium';
    border-radius: 10px;
    font-size: 1.5rem;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/arrow-bottom.svg) #fff no-repeat 90% center/22px;
    color: #0a1130;
    padding: 2.4rem 2rem;
    width: 100%;
    border: 0;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
}
.search-block option{
	font-family: arial;
}
.search-block .akker_btn_cls{
	max-width: 100%;
	padding: 2rem 0;
}
/*========product=========*/
.product-sec{
	padding: 10rem 0;
}
.product-sec h2{
	padding-bottom: 8rem;
}
.each-product{
	padding: 1rem;
    position: relative;
    margin: 0 1rem 1rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover {
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
}
.each-product, .each-product img{
	border-radius: 20px;
}
.each-product:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background-image: url(../images/product-bg.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: -1;
}
.product-dtl{
	padding:2rem 1rem;
}
.product-dtl h6{
	font-family: 'HalyardDisplayMedium';
	color: #9a9a9a;
	font-size: 1.5rem;
	letter-spacing: .05rem;
	margin-top: 1rem;
	height: 36px;
    overflow: hidden;
}
.product-dtl table{
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	margin: 3rem 0;
	display: block;
	padding: 3rem 0;
	width: 100%;
}
.product-dtl td{
	font-family: 'HalyardDisplayMedium';
	font-size: 1.5rem;
	color: #272e37;
	line-height: 2.5;
}
.product-dtl td:nth-child(odd){
	padding-right: 8rem;
}
.product-dtl td img{
	width: 1.6rem;
	margin-right: 1rem;
}
.price-area h6{
	color: #272e37;
	margin-top: 0;
}
.price-area h5 span{
	font-size: 1.5rem;
	margin-left: 0.5rem;
}
.product-btn{
	margin-top: 8rem;
}
.product-slider{
	position: relative;
}
.product-slider:before, .product-slider:after{
	position: absolute;
    top: 0;
    left: 0;
    width: 6%;
    height: 100%;
    content: '';
    background: #fff;
    opacity: .8;
    z-index: 2;
}
.product-slider:after{
	right: 0;
	left: auto;
}
/*=======icon block=======*/
.icon-block{
	background: #dbf1ff;
	padding: 15rem 0;
	-webkit-clip-path: polygon(20% 12%, 100% 0, 100% 100%, 0% 90%, 0 100%, 0 15%);
    clip-path: polygon(20% 12%, 100% 0, 100% 100%, 0% 90%, 0 100%, 0 15%);
    position: relative;
    overflow: hidden;
}
.icon-block .row{
	margin-top: 9rem;
}
.each-icon h4{
	color: #ff8516;
}
.each-icon h3{
	margin: .5rem 0 1rem;
}
.icon-img{
	height: 110px;
}
.icon-img img{
	width: 130px;
}
.each-icon{
	padding: 0 8% 8%;
}
.icon-block:before, .icon-block:after{
    position: absolute;
    width: 53rem;
    height: 53rem;
    content: '';
    border-radius: 100%;
    z-index: -1;
}
.icon-block:before {
    top: -20rem;
    left: -30rem;
    background: #ffb877;
}
.icon-block:after {
    background: #1c2447;
    right: -28rem;
    top: 8rem;
    width: 40rem;
    height: 40rem;
}
/*==========counter=========*/
.counter-wrap h3{
	font-size: 6.1rem;
	color: #0a1130;
	margin-bottom: 0.5rem;
}
.counter-wrap{
	max-width: 1260px;
	width: 100%;
	margin: 8rem auto;
}
.counter-wrap h3, .counter-wrap h6{
	margin-left: 7rem;
}
.counter-wrap h3 span.klant_count {
    color: #fff;
    background-image: url(../images/heading-bg.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0 15px;
}
.each-review .col-md-6:last-child h4{
	color: #1c2447;
	font-family: 'HalyardDisplaySemiBold';
	text-align: right;
}
.each-review img{
	width: 2.3rem;
	margin-top: -10px;
}
.each-review{
    border-radius: 20px;
    padding: 4rem;
    border: 2px solid #dbf1ff;
    margin-bottom: 3rem;
}
.testimonial-panel .swiper-slide-active .each-review{
	background: #dbf1ff;
}
.each-review p{
	margin: 2rem 0;
}
.each-review span{
	margin-left: 1rem;
}
.testimonial-panel{
	overflow: hidden;
}
.review-top{
	margin-left: -10%;
	margin-right: -10%;
}
.review-bottom{
	margin-left: -30%;
	margin-right: -30%;
}
.review-top .swiper-slide-active .each-review, .review-bottom .each-review{
	background: #dbf1ff;
}
.review-bottom .swiper-slide:nth-child(2n + 1) .each-review{
	background: transparent;
}
/*=========service==========*/
.service-block{
	overflow: hidden;
}
.each-slide.olufsen_each_block .olufsen_image_content{
	position: relative;
}
.each-slide-wrap{
	overflow: hidden;
	border-radius: 30px;
}
.each-slide h3{
	margin: 4rem 0 2rem;
}
.each-slide p{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-slider{
	margin-top: 5%;
	position: relative;
}
.service-slider:after{
	position: absolute;
	top: 0;
	right: 0;
	width: 21%;
	height: 100%;
	content: '';
	background: #fff;
	opacity: .8;
	z-index: 1;
}
.service-block .common-arrow{
	top: calc(50% - 110px);
}
.service-block .swiper-button-next{
	right: 7%;
}
/*======content block=========*/
.content-block{
	padding: 10% 0;
}
.content-block .col-lg-4{
	background: #1c2447;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	position: relative;
}
.left-img{
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 0 14%;
}
.left-img img{
	width: 350px;
}
.content-block .col-lg-8{
	overflow: hidden;
    background: #dbf1ff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.content-wrap {
    padding: 10% 16% 12% 12%;
    position: relative;
    z-index: 1;
}
.content-wrap p{
	margin: 3rem 0 9rem;
}
.content-wrap:before, .content-wrap:after{
	position: absolute;
    width: 53rem;
    height: 53rem;
    content: '';
    border-radius: 100%;
    z-index: -1;
}
.content-wrap:before{
	background: #ff8516;
    right: -18rem;
    top: -37rem;
    width: 51.6rem;
}
.content-wrap:after{
	bottom: -30rem;
	left: -23rem;
    background: #ffb877;
}
/*==========list block=========*/
.list-block{
	padding-bottom: 10%;
}
.list-block .w-100{
	border-radius: 30px;
}
.list-content{
	padding: 0 5%;
	max-width: 750px;
	width: 100%;
	margin-left: auto;
}
.list-content p{
	margin-top: 2rem;
}
.list-content #accordion {
    margin-top: 7rem;
}
.list-content .accordion-button h4{
	color: #1c1c1c;
}
.list-content #accordion p{
	margin-left: 5.5rem;
	margin-top: .5rem;
	color: #6d6d6d;
	font-family: 'HalyardDispalyLight';
}
.list-content .accordion-button {
    padding: 0;
    cursor: pointer;
}
.list-content .accordion-button img {
   	width: 3rem;
    margin-right: 2rem;
    filter: brightness(0) invert(0);
    -webkit-filter: brightness(0) invert(0);
}
.each-block {
    border-radius: 40px;
    background-color: #fff;
    overflow: hidden;
    padding: 3rem;
    margin-bottom: 1rem;
}
.list-content .accordion-button::after {
    background-image: url(../images/next.svg);
    background-size: 10px;
    filter: brightness(1) invert(1);
    -webkit-filter: brightness(1) invert(1);
    transform: rotate(90deg);
}
.list-content .accordion-button:not(.collapsed)::after{
	transform: rotate(-90deg);
}
.list-content .add-shadow {
    box-shadow: 0px 12px 82.8px 7.2px rgb(0 0 0 / 7%);
    -webkit-box-shadow: 0px 12px 82.8px 7.2px rgb(0 0 0 / 7%);
}
.list-content .accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
}
.list-content .accordion-button:not(.collapsed) h4{
	color: #ff8516;
}
.list-content .accordion-button:not(.collapsed) img {
    filter: brightness(1) invert(0);
    -webkit-filter: brightness(1) invert(0);
}
/*==============footer==========*/
.footer-area{
    background: #dbf1ff;
    padding-top: 10rem;
}
.each-info h5{
	color: #0a1130;
	margin-bottom: 2rem;
}
.each-info a, .each-info p{
	font-family: 'HalyardDisplayRegular';
	font-size: 1.8rem;
	color: rgba(10, 17, 48, 0.5);
	line-height: 1.7;
}
.each-info a:hover{
	color: #ff8516;
}
.each-info{
    margin-bottom: 8rem;
}
.footer-logo{
	margin-bottom: 6rem;
    display: block;
}
.footer-logo img{
	width: 280px;
}
.footer-area .col-lg-5 .each-info{
    margin-left: 5rem;
}
.social-icon{
	border-top: 1px solid rgba(28, 36, 71, 0.16);
	padding: 3rem 0;
}
.social-icon a img{
	width: 26px;
}
.social-icon a img.cornette-logo{
	max-width: 300px !important;
    width: 100%;
}
.social-icon a{
	margin-right: 4rem;
}
.footer-area .banner-content{
	padding: 0;
}
.social-icon table{
	margin-left: auto;
}
.social-icon h6{
	display: inline-block;
    margin-right: 2rem;
}
/*==========contact========*/
.top-content{
	background: #dbf1ff;
    padding: 24rem 0 8rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}
.top-content:before{
   	position: absolute;
    width: 50rem;
    height: 50rem;
    content: '';
    border-radius: 100%;
    z-index: -1;
    right: -14rem;
    background: #ff8516;
    top: -10rem;
}
.top-content h2{
	line-height: 1.4;
	margin-bottom: 2rem;
}
.form-sec{
	padding: 8% 0;
}
.form-sec h3{
	font-size: 6.1rem;
	margin-bottom: 5rem;
}
.form-styl {
   	resize: none;
    background-color: transparent;
    border-radius: 10px;
    font-family: 'HalyardDisplayMedium';
    border: 2px solid #7983b0;
    color: #0a1130;
    font-size: 1.8rem;
    padding: 2rem;
}
.form-sec .form-group{
	margin-bottom: 2rem;
}
.form-styl:placeholder {
	color: #0a1130;
	opacity: 1;
}
.form-styl:-ms-input-placeholder {
	color: #0a1130;
	opacity: 1;
}
.form-styl::placeholder {
	color: #0a1130;
	opacity: 1;
}
.form-styl:focus {
    box-shadow: none;
	color: #0a1130;
	background-color: transparent;
	border-color: #7983b0;
}
.contact-panel{
	background: #fff;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
    border-radius: 30px;
    padding-top: 7rem;
    max-width: 45rem;
    margin-left: auto;
    margin-top: -25rem;
    position: relative;
    z-index: 1;
}
.contact-panel h5{
	font-family: 'HalyardDisplaySemiBold';
	color: #0a1130;
	margin-bottom: 2rem;
}
.contact-panel p, .contact-panel p a{
	font-family: 'HalyardDisplayRegular';
	color: rgba(10, 17, 48, 0.5);
}
.contact-panel p a:hover{
	color: #ff8516;
}
.contact-panel td img{
	width: 28px;
	margin-right: 3rem;
}
.contact-panel td{
	vertical-align: top;
}
.contact-panel table{
	margin: auto;
}
.contact-panel tr{
	margin-bottom: 6rem;
	display: block;
}
.map{
	height: 580px;
	border-radius: 40px;
	margin-top: 4rem;
}
.map-sec{
	padding-bottom: 10rem;
	position: relative;
}
.map-sec:before {
    position: absolute;
    width: 500px;
    height: 500px;
    content: '';
    border-radius: 100%;
    z-index: -1;
    left: -170px;
    background: #1c2447;
    top: 0px;
}
.content-bottom, .map-sec{
	overflow: hidden;
	position: relative;
}
.content-bottom p{
	margin: 4rem 0 7rem;
}
.content-right{
	padding: 15% 0;
}
.content-bottom .left-img{
	margin-bottom: -13rem;
	position: relative;
	padding: 0;
}
.content-bottom .left-img:before, .content-bottom:after{
	position: absolute;
    width: 54rem;
    height: 54rem;
    content: '';
    border-radius: 100%;
    z-index: -1;
}
.content-bottom .left-img:before{
	background: #ffb877;
    bottom: -16rem;
    left: 46%;
    transform: translateX(-50%);
}
.content-bottom:after{
	background: #1c2447;
    right: -24rem;
    bottom: -42rem;
}
/*=============service===========*/
.service-listview{
	padding: 15rem 0;
}
.each-list .each-slide-wrap{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.olufsen_each_block .olufsen_image_content{
	position: relative;
}
.service-listview h3{
	font-size: 4.6rem;
	margin-bottom: 3rem;
}
.service-listview li a{
	opacity: 0.5;
	margin-bottom: 2rem;
	display: block;
}
.service-listview li a:hover{
	opacity: 1;
	color: #fe8416;
}
.service-listview .contact-panel{
	padding: 4rem;
	margin-top: -36rem;
}
.list-heading{
	background: #dbf1ff;
	padding: 4rem;
	position: relative;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}
.list-heading h4{
	position: relative;
}
.list-heading h4:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	content: '';
	border: 2px solid #c4dae8;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background-image: url(../images/right-arrow.svg);
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center center;
}
.each-list{
	margin-top: 5rem;
}
.each-list:hover .list-heading h4:after{
	background-color: #c4dae8;
}
/*============servcie dtl=========*/
.service-dtl-top-block.top-content:before{
	top: auto;
    bottom: -300px;
    background: #1c2447;
}
.back-btn{
	position: relative;
	top: 22rem;
}
.back-btn .akker_btn_cls{
	position: absolute;
    right: 13rem;
    z-index: 2;
}
.service-dtl-list{
	padding: 8% 0;
}
.service-dtl-list .list-content #accordion p{
	margin-left: 0;
}
.service-dtl-slider{
	padding-bottom: 5%;
}
.service-form .contact-panel{
	margin-top: 0;
	margin-right: 6rem;
}
.service-form .form-styl{
	background-color: #fff;
}
.service-form{
	-webkit-clip-path: unset;
    clip-path: unset;
    background: transparent;
    padding: 14rem 0 10rem;
}
.service-form.icon-block:before, .service-form.icon-block:after{
	display: none;
}
.icon-block.service-form .row {
    margin-top: 0;
}
.service-form-wrap{
	position: relative;
	padding: 14rem 0;
}
.angle {
    position: absolute;
    top: 0;
    left: 0;
    background: #dbf1ff;
    height: 84%;
    width: 100%;
    clip-path: polygon(0 0, 100% 15%, 100% 15%, 100% 80%, 100% 80%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 15%, 100% 80%, 100% 80%, 0 100%);
    z-index: -1;
}
.angle:before, .angle:after{
	position: absolute;
    width: 530px;
    height: 530px;
    content: '';
    border-radius: 100%;
    z-index: -1;
}
.angle:before{
	top: -220px;
    left: -300px;
    background: #ffb877;
}
.angle:after{
	background: #1c2447;
    right: -250px;
    top: -30px;
    width: 400px;
    height: 400px;
}
/*============ZoWerktHet==========*/
.zowerkthet-block{
	background: #dbf1ff;
    padding: 10rem 0 20rem;
    margin-top: -5rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
	border-radius: 0 0 40px 40px;
}
.zowerkthet-block:before{
	position: absolute;
    left: -14rem;
    width: 50rem;
    height: 50rem;
    background: #ffb877;
    content: '';
    border-radius: 100%;
    z-index: -1;
    bottom: -10rem;
}
.block-wrap{
	box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
	background: #fff;
	padding: 0 6rem 6rem;
	border-radius: 20px;
}
.block-wrap img{
    width: 70%;
    margin-top: -3rem;
}
.block-wrap p{
	margin-top: 2rem;
}
/*==========ZoWerktHet-detail=========*/
.zowerkthet-listview{
	padding: 15% 0 8%;
    position: relative;
    overflow: hidden;
    margin-top: -8%;
}
.zowerkthet-listview:before, .zowerkthet-listview:after{
	position: absolute;
    width: 50rem;
    height: 50rem;
    content: '';
    border-radius: 100%;
}
.zowerkthet-listview:before{
	z-index: 1;
    left: -33rem;
    background: #ffb877;
    top: 4rem;
}
.zowerkthet-listview:after{
	background: #1c2447;
    right: 0;
    z-index: -1;
    top: 35rem;
    right: -35rem;
}
.zowerkthet-listview .list-content{
	margin-left: 0;
    position: relative;
    z-index: 1;
    max-width: 100%;
    padding-left: 0;
    padding-right: 15%;
}
.zowerkthet-listview .list-content td{
	vertical-align: top;
}
.zowerkthet-listview .list-content h3 span{
	color: #ff8516;
	margin-right: 1rem;
}
.zowerkthet-listview .list-content .each-block{
	box-shadow: none !important;
	padding-left: 0;
	padding-right: 0;
	border-bottom: 1px solid rgba(10, 17, 48, 0.1);
	border-radius: 0;
	margin-bottom: 0;
}
.zowerkthet-listview .list-content #accordion p{
	margin-left: 0;
}
.zowerkthet-listview .row{
	margin-bottom: 10rem;
	margin-right: 5rem;
}
.zowerkthet-listview .row:last-child{
	margin-bottom: 0;
}
.zowerkthet-listview .list-content .zowerkthet-content{
	margin-top: 5rem !important;
}
.zowerkthet-listview .col-md-5{
	position: relative;
} 
.icon-image{
	position: absolute;
    top: -4rem;
    left: -3rem;
}
.icon-image img{
	width: 12rem;
}

/*============================aanbod page start=====================================*/
/*****aanbod-sec*******/
.aanbod-sec {
	background-color: #dbf1ff;
	padding: 26rem 0 5rem;
}
.aanbod-wrap{ 
	padding: 0 1.5rem;
}
.aanbod-top-bg {
	position: absolute;
	top: -75px;
	right: 20%;
	width: 40%;
}
/***aanbod-filter****/
.aanbod-filter { 
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0px 14px 54.28px 4.72px rgba(0, 0, 0, 0.09);
	-webkit-box-shadow: 0px 14px 54.28px 4.72px rgba(0, 0, 0, 0.09);
	padding: 6rem 3.5rem;
	overflow: hidden;
	margin-right: 1.5rem;
}
.each-aanbod-filter {
	margin-bottom: 3.5rem;
}
.aanbod-filter h5 {
	margin-bottom: 2rem;
}
.each-aanbod-filter .select-styl {
	box-shadow: none;
	border: 1px solid #7983b0;
	font-size: 2rem;
	background: url(../images/aanbod-arrow.svg) #fff no-repeat 90% center/10px;
}
.each-aanbod-filter .select-styl option, .aanbod-total-car .select-styl{
	font-family: arial;
}
.each-aanbod-filter .merk-style {
	position: relative;
	z-index: 0;
}
.each-aanbod-filter .merk-style::before {
	background-size: 20px;
    position: absolute;
    top: 2.2rem;
    left: 2rem;
    content: '';
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-image: url(../images/plus.svg);
    background-repeat: no-repeat;
    background-color: #1c2346;
    background-position: center;
    z-index: 99;
}
.each-aanbod-filter .merk-style .select-styl {
	padding-left: 7.5rem;
}
.no-arrow {
	background: none !important;
}
.aanbod-filter-divider {
    background-color: #c6c9d7;
    opacity: 1;
    margin: 5rem 0;
    width: 100vw;
    left: -10%;
    position: relative;
}
.aanbod-filter-check label {
	color: #7983b0;
	font-family: 'HalyardDisplayBook';
	font-size: 2rem;
	margin-left: 2rem;
}
.aanbod-filter-check .form-check-input {
	height: 3em;
	width: 3em;
	border-radius: 10px;
	border-color: #7983b0;
	float: none;
}
.aanbod-filter-check .form-check-input:checked {
	background-color: #7983b0;
	border-color: #7983b0;
}
.aanbod-filter-check .form-check-input:focus {
	box-shadow: none;
}
.aanbod-filter-check .form-check {
	margin-bottom: 1.8rem;
}
.more-option-btn {
	font-family: 'HalyardDisplayMedium';
	font-size: 2.5rem;
	color: #272e37;
	position: relative;
	padding-right: 4rem;
	margin-top: 3rem;
	display: inline-block;
}
.more-option-btn::after {
	position: absolute;
    content: '';
    right: 0;
    top: 13px;
    width: 13px;
    height: 13px;
    background-image: url(../images/more-filter-arr.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	filter: brightness(0);
	-webkit-filter: brightness(0);
}
.more-option-btn:hover::after {
	filter: brightness(1);
	-webkit-filter: brightness(1);
}
.more-filter-option {
	display: none;
}
/*****aanbod-heading***/
.aanbod-product {
	position: relative;
	z-index: 1;
	margin-left: 1.5rem;
}
.aanbod-heading {
	background-image: -webkit-linear-gradient( -90deg, rgb(235 235 235) 0%, rgb(255,255,255) 50%);
	box-shadow: 0px 14px 54.28px 4.72px rgba(0, 0, 0, 0.09);
	border-radius: 20px;
	padding: 2rem;
}
.aanbod-heading h4 img {
	width: 9.5rem;
	margin-right: 2rem;
}
.aanbod-welcome {
	margin: 5rem 0 4rem;
}
.aanbod-total-car {
	display: flex;
	align-items: center;
	margin-top: 3rem;
	/*max-width: 450px;*/
	width: 100%;
}
.aanbod-total-car h6 {
	font-family: 'HalyardDisplayBook';
}
.aanbod-total-car h6 span {
	font-family: 'HalyardDisplayMedium';
}
.aanbod-total-car .select-styl {
	font-size: 2rem;
	color: #272e37;
	padding: 0;
	border: 0;
	border-left: 1px solid #b5c8da;
	padding-left: 3rem;
	border-radius: 0;
	box-shadow: none;
	background: url(../images/aanbod-arrow.svg) transparent no-repeat 75% center/10px;
	margin-left: 3rem;
}
/*****aanbod-product*****/
.aanbod-product .each-product { 
	padding: 2.5rem;
	margin: 0 0 2rem 0;
	box-shadow: 0px 14px 54.28px 4.72px rgba(0, 0, 0, 0.09);
} 
.aanbod-product .product-dtl {
	padding-top: 0;
	padding-bottom: 0;
}
.aanbod-product .product-dtl table {
	padding: 0;
	border: 0;
	margin: 1rem 0;
}
.aanbod-product .product-dtl td:nth-child(odd) {
	padding-right: 3rem;
}
.aanbod-product .product-dtl td {
	color: #a4adb6;
	padding-right: 3rem;
}
.aanbod-product .product-dtl td:last-child {
	padding: 0;
}
.aanbod-product .product-dtl td img {
	border-radius: 0;
}
.aanbod-product .product-info li {
	font-size: 1.5rem;
	font-family: 'HalyardDisplayMedium';
	color: #ff8516;
	position: relative;
	padding: 0.6rem 1rem 0.6rem 4rem;
	background-color: rgba(255, 133, 22, 0.2);
	border-radius: 10px;
	display: inline-block;
	margin-right: 0.5rem;
	margin-bottom: 1rem;
}
.aanbod-product .product-info li:last-child {
	margin-right: 0;
}
.aanbod-product .product-info li::before {
	background-size: 15px;
    position: absolute;
    top: 6px;
    left: 1rem;
    content: '';
    width: 23px;
    height: 23px;
    border-radius: 100%;
    background-image: url(../images/tick.svg);
    background-repeat: no-repeat;
    background-color: #ff8516;
    background-position: center;
}
.aanbod-product .more-pro-info {
	display: none;
}
.aanbod-product .product-info .more-car-info-btn {
	text-align: center;
	padding-left: 1rem;
}
.aanbod-product .product-info .more-car-info-btn::before {
	display: none;
}
.aanbod-product .price-area { 
	background-color: #e8e9ec;
	border-radius: 10px;
	padding: 1.6rem 1.2rem;
	text-align: center;
}
.aanbod-product .price-area h5 span {
	color: #a4adb6;
	margin: 0 0 0.5rem 0;
}
.aanbod-product .price-area .col-6:nth-child(even) {
	border-left: 1px solid #b4bacc;
}
.aanbod-product .price-area .col-6 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.aanbod-product .product-dtl .akker_btn_cls {
	box-shadow: none;
}
.aanbod-product-block h5{
	height: 35px;
	overflow: hidden;
}
.aanbod-product-block .price-area h5{
	height: auto;
}
/***aanbod-footer***/
.aanbod-footer{ 
	background: #fff;
}
/*==================================overons page start===================================*/
/***overons-list-sec***/
.overons-list-sec { 
	padding: 10% 0 6%;
}
/***overons-man-sec***/
.overons-man-sec { 
	background: #dbf1ff;
    padding: 15rem 0;
    -webkit-clip-path: polygon(20% 12%, 100% 0, 100% 100%, 0% 90%, 0 100%, 0 15%);
    clip-path: polygon(20% 12%, 100% 0, 100% 100%, 0% 90%, 0 100%, 0 15%);
    position: relative;
    overflow: hidden;
	padding-top: 32rem;
}
.overons-man-sec:before, .overons-man-sec:after {
    position: absolute;
    width: 530px;
    height: 530px;
    content: '';
    border-radius: 100%;
    z-index: -1;
}
.overons-man-sec:before {
    top: -200px;
    left: -300px;
    background: #ffb877;
}
.overons-man-sec:after {
    background: #1c2447;
    right: -280px;
    top: 80px;
    width: 400px;
    height: 400px;
}
.overons-man-heading { 
	max-width: 775px;
	width: 100%;
	margin: 0 auto;
}
.overons-man-heading p {
	margin: 3rem 0 4.5rem;
}
.overons-man-sec .counter-wrap{ 
	margin-top: 12.4rem;
}
.overons-man {
	position: absolute;
    bottom: 77px;
    width: 23%;
}
.overons-man-sec .counter-wrap h3, 
.overons-man-sec .counter-wrap h6 {
	margin-left: 0;
	text-align: center;
}
.overons-man-sec .counter-wrap h3 span {
	background-image: none;
	padding: 0;
	color: #0a1130;
}
.overons-man-sec .counter-wrap .over-count-bg {
	color: #fff;
    background-image: url(../images/heading-bg.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0 15px;
}
.counter-sec .counter-wrap .over-count-bg {
	color: #fff;
    background-image: url(../images/heading-bg.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0 15px;
}
/*****overons-content-block****/
.overons-content-block .col-lg-8 { 
	width: 100%;
	border-radius: 20px;
}
.overons-content-block .content-wrap {
	padding: 8% 9%;
}
.overons-content-block .content-wrap:after {
	left: 300px;
}
/*==================================aanbod-dtl page start===================================*/
/****aanbod-dtl-bk-btn****/
.aanbod-dtl-bk-btn {
	padding: 27rem 0 6.7rem;
}
.aanbod-dtl-bk-btn a {
	position: relative;
	font-size: 2rem;
    font-family: 'HalyardDisplayMedium';
    color: #ff8516;
    padding-left: 4rem;
    letter-spacing: .06rem;
}
.aanbod-dtl-bk-btn a::after{
	position: absolute;
    content: '';
    left: 0;
    top: 60%;
    width: 1.2rem;
    height: 1.2rem;
    background-image: url(../images/bk-btn-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	transform: translateY(-50%) rotate(180deg);
}
.aanbod-dtl-bk-btn a:hover {
	color: #1c2346;
}
.aanbod-dtl-bk-btn a:hover::after {
	filter: brightness(0);
	-webkit-filter: brightness(0);
}
/****dtl-top-sec****/
.dtl-left {
	padding-right: 4%;
}
.dtl-car-slide {
	border-radius: 2rem;
	overflow: hidden;
}
.dtl-top-sec .gallery-top {
	margin: 2.2rem 0 1rem;
}
.dtl-car-model {
	margin: 0;
}
.dtl-car-model h3 {
	margin-bottom: 2.5rem;
}
.dtl-right {
	max-width: 59.5rem;
	width: 100%;
	margin-left: auto;
}
.dtl-car-price {
	background-color: #d9f0fd;
	border-radius: 2rem;
	padding: 3rem 3.5rem;
}
.dtl-car-price h4 {
	font-size: 3.5rem;
}
.dtl-car-price h4 span {
	color: #a7bacd;
	font-family: 'HalyardDisplayBook';
	font-size: 2.5rem;
}
.dtl-car-price .col-6:nth-child(even) {
    border-left: 1px solid #b4bacc;
}
.dtl-car-price .row {
	max-width: 42rem;
}
.dtl-car-price a {
	font-family: 'HalyardDisplayRegular';
	font-size: 2.5rem;
	color: #106dff;
	border-bottom: 1px solid #106dff;
	margin-top: 1.5rem;
	display: inline-block;
}
.dtl-car-price a:hover {
	color: #fe8416;
}
.dtl-car-price a:hover {
	border-color: #fe8416;
}
.dtl-car-spec { 
	padding: 4.5rem 4.5rem 2.5rem 4.5rem;
	border: 1px solid #dbdbdb;
	border-radius: 2rem;
	margin-top: 2.3rem;
}
.dtl-car-spec td img { 
	width: 2rem;
	margin-right: 4rem;
}
.dtl-car-spec td {
	padding-bottom: 2.5rem;
	font-family: 'HalyardDisplayMedium';
	font-size: 1.5rem;
	color: #09112f;
}
.dtl-car-spec td:nth-child(odd) {
	padding-right: 10rem;
	color: #a4adb6;
}
.dtl-car-request {
	padding: 3rem 4.5rem;
	border: 1px solid #dbdbdb;
	border-radius: 2rem;
	margin-top: 2.3rem;
	position: relative;
}
.dtl-car-request p {
	font-size: 2rem;
	color: #a7bacd;
	margin: 1rem 0 0;
}
.dtl-car-request h6 img {
	margin-right: 2rem;
	width: 3.5rem;
}
.dtl-car-request .request-btn {
	width: 2.7rem;
	height: 2.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ff8516;
	border-radius: 100%;
	position: absolute;
	right: 2.5rem;
	top: 2rem;
}
.dtl-car-request .request-btn img {
	width: 1.2rem;
	filter: brightness(10);
	-webkit-filter: brightness(10);
}
.dtl-car-request:hover .request-btn {
	background-color: #0a1130;
}
.dtl-car-touch img {
	width: 1.8rem;
	margin-right: 1rem;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.dtl-car-touch {
	margin-top: 3.5rem;
}
.dtl-car-touch .akker_btn_cls {
	max-width: 100%;
}
/*****dtl-tab-sec****/
.dtl-tab-sec {
	overflow: hidden;
}
.dtl-tab-btn {
	margin: 8.5rem 0 1.2rem;
}
.dtl-tab-btn li {
	font-family: 'HalyardDisplayMedium';
	font-size: 2.5rem;
	color: #272e37;
	margin-right: 5.5rem;
	display: inline-block;
}
.dtl-tab-btn li:last-child {
	margin: 0;
}
.dtl-tab-btn li a {
	padding-bottom: 2.4rem;
	border-bottom: 2px solid transparent;
}
.dtl-tab-btn li a:hover {
	border-bottom-color: #106dff;
	color: #106dff;
}
.dtl-tab-btn li a.active {
	color: #106dff;
	border-bottom-color: #106dff;
}
.dtl-tab-sec .dtl-tab-wrapper {
    position: relative;
}
.dtl-tab-sec .dtl-tab-wrapper::before {
    content: "";
    height: 100%;
    width: calc(100vw + 50%);
    position: absolute;
    top: 0;
    left: -10%;
    background-color: #dbf1ff;
    z-index: -1;
}
.dtl-tab-sec .dtl-tab-wrapper::after {
	content: "";
    height: 1px;
    width: calc(100vw + 50%);
    position: absolute;
    bottom: 0;
    left: -10%;
    background-color: #f4f8ff;
    z-index: 2;
}
.each-tab-block h3 {
    margin-bottom: 5rem;
}
.each-tab-block {
    padding: 6% 0;
    position: relative;
}
.each-tab-block::after {
    content: "";
    height: 1px;
    width: calc(100vw + 50%);
    position: absolute;
    bottom: 0;
    left: -10%;
    background-color: #a1c0d4;
}
.each-tab-content {
    height: 20rem;
    overflow: hidden;
    position: relative;
}
.each-tab-content p {
	color: #95acc6;
	font-family: 'HalyardDisplayRegular';
}
.dtl-tab-sec ul li {
   font-family: 'HalyardDisplayRegular';
    font-size: 1.8rem;
    color: #1c1c1c;
    padding-bottom: 1.4rem;
    word-break: break-word;
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 10px;
    padding-left: 2.5rem;
    background-size: 0.8rem;
    color: rgba(0, 0, 0, 0.7);
}
.tab-btn {
    font-size: 2rem;
    color: #106dff;
    font-family: 'HalyardDisplayRegular';
    cursor: pointer;
    padding-top: 3rem;
}
.tab-btn img {
    width: 1.3rem;
    margin-right: 1.5rem;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.bullet-panel h4 {
    color: #272e37;
    border-bottom: 1px solid #272e37;
    padding-bottom: 1rem;
    font-family: 'HalyardDisplayRegular';
}
.dtl-tab-sec .tab_hedaing {
    padding-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 2rem;
    position: relative;
    font-family: 'HalyardDisplayRegular';
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: cover;
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    width: 0.8rem;
    height: 0.8rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff8516;
    font-size: 1.6rem;
    line-height: 24px;
}
.left-bg-block h6 {
    line-height: 30px;
    color: #fff;
	font-family: 'HalyardDisplayRegular';
	font-size: 1.6rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #ff8516;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
    background-color: #fff;
}
.each-onderhoud-block h4 {
    font-family: 'HalyardDisplayMedium';
    color: #1c1c1c;
    font-size: 2.4rem;
	margin-bottom: 0;
}
.each-onderhoud-block h5 {
    font-family: 'HalyardDisplayRegular';
    color: #1c1c1c;
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
}
.opties-content-list {
    padding-bottom: 2.5rem;
    position: relative;
}
.each-opties-content ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    padding-left: 0 !important;
}
.each-opties-content ul li:nth-child(odd) {
    color: #95acc6;
}
/****dtl-fix-price****/
.dtl-fix-price { 
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding: 30px 0;
    border-radius: 50px 50px 0 0;
    box-shadow: 0px 12px 82.8px 7.2px rgb(0 0 0 / 7%);
    -webkit-box-shadow: 0px 12px 82.8px 7.2px rgb(0 0 0 / 7%);
    z-index: 99;
    display: none;
}
.dtl-fix-price.active {
    display: block;
}
.fix-price-wrap{
	padding: 0 6%;
}
.dtl-fix-price h3 {
    color: #ff8516;
    margin-top: 7px;
}
.dtl-fix-price .dtl-car-touch {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-top: 0;
}
.dtl-fix-price .border-btn{
	color: #ff8516;
}
.dtl-fix-price .border-btn:hover{
	color: #fff;
}
.dtl-fix-price .dtl-car-touch .border-btn img{
	filter: brightness(1) invert(0);
    -webkit-filter: brightness(1) invert(0);
}
.dtl-fix-price .dtl-car-touch .border-btn:hover img{
	filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

/***dtl-garantie-block****/
.dtl-tab-sec .garantiepakket-list .each-tab-content,
.dtl-tab-sec .onder-box .each-tab-content { 
    height: auto;
}
.dtl-tab-sec .each-garantie {
    margin-bottom: 2.4rem;
}
.dtl-tab-sec .each-garantie {
	width: 100%;
    background-color: #fff;
    padding: 2.5rem;
    border-radius: 1.6rem
}
.dtl-tab-sec .each-garantie h4 {
	font-size: 3.5rem;
	margin-bottom: 2.5rem;
}
.dtl-tab-sec .each-garantie li {
	position: relative;
    font-family: 'HalyardDisplayRegular';
    font-size: 1.8rem;
    padding-left: 1.8rem;
	color: #95acc6;
}
.dtl-tab-sec .each-garantie li::after {
	content: "";
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    background-color: #106dff;
    top: 1.2rem;
    left: 0;
    border-radius: 100%;
}
.dtl-tab-sec .each-garantie .akker_btn_cls {
	background-color: #106dff;
}
.dtl-tab-sec .each-garantie .akker_btn_cls:hover {
	background-color: #fe8416;
	border-color: #fe8416;
}
/**aanbod-dtl-chat***/
.aanbod-dtl-chat { 
	width: 5rem;
    height: 5rem;
    background-color: #70dc76;
    border-radius: 100%;
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
.aanbod-dtl-chat img {
	width: 2rem;
	filter: invert(1);
	-webkit-filter: invert(1);
}
/*aanbod-dtl-fix-garantie***/
.aanbod-dtl-fix-garantie {
	padding: 3rem 1rem;
	background-color: #d9f0fd;
	border-radius: 0px 10px 10px 0;
	text-align: center;
	position: fixed;
    top: 20rem;
    right: 0;
	font-family: 'HalyardDisplayMedium';
	font-size: 1.6rem;
	color: #317fff;
	z-index: 999;
	transform: rotate(180deg);
    writing-mode: vertical-rl;
	display: inline-block;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

/*******loader*****/
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color:#fff;
  font-size:18px;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}

/*********Morgen Footer************/
.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: 30px;
    padding-top: 15px;
}

.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    padding: 0px 0;
}
.cookie_div{
    color:#9c9c9c;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.cookie_div h4{
    margin-bottom: 15px;
    font-size: 13pt;
    font-family: 'Calibri';
}
.cookie_div a{
    color:#38b6be;
    font-size: 10pt;
    font-weight:bold;
    margin-left:8px;
    font-family: 'Calibri';
}
.cookie_div button{
    color:#3c935c;
    background:#dbffe8;
    font-weight: bold;
    border: 0;
    padding: 10px 25px;
    margin:5px 0;
    cursor: pointer;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.light_theme{
    background:rgba(255, 255, 255, 0.83);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.light_theme h4{
    color:#2a2a2a;
}
.dark_theme h4{
    color:#c9c9c9;
}
/****aanbod dtl****/
.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;
    margin-bottom: 15px;
    color: #272e37;
    border-bottom: 1px solid #272e37;
    text-transform: uppercase;
    font-family: 'HalyardDisplayRegular';
    display: inline-block;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    font-size: 1.8rem;
    color: #1c1c1c;
    padding-bottom: 6px;
    word-break: break-word;
    font-family: 'HalyardDisplayRegular';
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.form-1 {
	display:none;
}
.formError .formErrorContent{
	font-size: 1.6rem !important;
}
.reset-btn {
    font-size: 1.6rem;
    float: right;
    color: #000;
}
.grid_list_icon_div {
	width: 110px;
	margin-right: -10px;
    margin-left: auto;
    text-align: right;
}
.grid_list_icon_div img {
	width: 32px;
	margin: 10px;
	cursor: pointer;
	filter: grayscale(100%);
}
.grid_list_icon_div img.active {
	filter: grayscale(0);
}
.main_grid_item > div {
    margin: 10px 0;
}
.each_grid_content {
	background: #FFF;
	height:100%;
	display: block;
	border-radius:20px;
	padding: 15px;
}
.each_grid_content img {
	border-radius:20px;	
    margin-bottom: 20px;
}
.grid_img_bottom_content {
    padding: 0 5%;
    position: relative;
}
.grid_img_bottom_content h5 {
}
.grid_img_bottom_content h6 {
	color: #9a9a9a;
	font-size: 14px;
	font-weight: 300;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.grid_car_price_div {
    position: absolute;
    right: 25px;
    top: -40px;
    color: #FFF;
    background-image: url(../images/heading-bg.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-family: 'HalyardDisplayMedium';
    font-size: 30px;
    padding: 5px 20px;
    line-height: normal;
}
.grid_car_attribute_div {
	color: #ff8516;
    font-family: 'HalyardDisplayMedium';
	font-size: 16px;
	margin: 25px 0;
}
.grid_car_attribute_div div.mid_gap {
    flex: 1;
    text-align: center;
}
.grid_car_btn {
	text-align: right;
}
.grid_car_btn span {
	max-width:250px;
}
.grid_car_bottom_div {
    align-items: center;
    margin-bottom: 20px;
}
.grid_car_monthly_price_div {
    font-size: 2.2rem;
    font-family: 'HalyardDisplayMedium';
    line-height: normal;
}
.grid_car_monthly_price_div div {
    font-size: 1.6rem;
}
.all-div-height{
	margin-bottom: 60px;
}