@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    font-size: 1.8rem;
	font-family: 'LamaSansRegular';
    color: #121212;
}
html {
    font-size: 62.5%;
}
#page{
	overflow: hidden;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    border-color: rgba(255,255,255,0.1);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.1);
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/*************************index****************************/
/***********header**********/
.header-area {
	padding: 0;
    height: auto;
    background-color: #100f10;
    border-radius: 0;
}
main{
	padding-top: 13.4rem;
}
.header-area img {
	width: 22.1rem;
}
.header-area .navbar-brand {
	margin: 0;
	padding: 2.3rem 5rem;
	background-color: #100F10;
}
.menu-icon.active::before {
	transform: translateY(14px) rotate(135deg);
}
.header-area .navbar-nav {
	margin-top: 0;
    margin-left: auto;
    margin-right: 50px;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link, 
.header-area .nav-link,
.menu-items a {
	font-size: 1.8rem;
    font-family: 'LamaSansRegular';
	text-transform: none;
	color: #fff;
	letter-spacing: 0.05rem;
}
.menu-items a:hover{
	color: #CD4747;
}
.header-area .nav_menu_right_part{
    position: relative;
    right: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
	margin-top: -0.1rem !important;
}
.menu-icon::after, .menu-icon::before, .menu-icon div {
	margin: 0.7rem 0;
} 
.header-area .nav-item{
	margin: 0 1.5rem;
}
.menu-items ul{
    text-align: left;
}
.menu-icon{
    margin-left: 2.4rem;
    margin-top: 0;
	width: 4rem;
}
.menu-items.active{
	width: 35rem;
}
.header-area .menu-items {
	left: 0;
}
.header-area .menu-items.active {
	right: auto;
	left: 0;
}
.header-area .navbar {
	padding: 0;
}
/*************side area**********/
.mini-right-nav li{
    margin: 0 0 2px;
    padding: 0;
    width: 60px;
    display: block;
    position: relative;
	margin-left:auto;
}
.mini-right-nav li .navtext{
    position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #90312C;
	border-radius: 5px 0 0 5px;
}
.mini-right-nav div {
    font-family: 'lama_sansmedium';
    font-size:0px;
    bottom: 0;
    right: 0px;
    line-height: 60px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 0;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index:-1;
}
.mini-right-nav div:after{
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% + 60px);
	border-radius: 5px 0 0 5px;
	content: '';
	background-color: #90312C;
	height: 60px;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index: -1; 
}
.mini-right-nav .navtext:hover div{ 
	width:auto;
	overflow:visible;
	opacity:1;
	padding: 0 85px 0px 0px; 
	border-radius: 5px 0 0 5px;
	font-size:16px;
}
.mini-right-nav .navtext:hover {
	text-decoration:none;
}
.mini-right-nav .navtext div, .mini-right-nav .navtext div a{
	color:#fff;
}
.mini-right-nav li.whtasapp-nav .navtext, .mini-right-nav .whtasapp-nav div:after{
	background-color: #58c04d;
}
.whtasapp-nav span{
	font-family: 'lama_sanssemibold';
	margin-right: 5px;
}
.mini-right-nav img{
	width: 20px;
	position: relative;
	z-index: 1;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.mini-right-nav{
	position: fixed;
	z-index: 9999999;
	right: 0px;
	top: 39%;
}
/***********banner**********/
.banner-sec {
	position: relative;
}
.banner-content { 
	position: absolute;
	z-index: 1;
	top: 55%;
	transform: translateY(-50%);
	width: 100%;
}
.banner-content h1 {
	margin-bottom: 6.4rem;
}
/***********product**********/
.product-sec {
	background-color: #212024;
	padding-bottom: 6%;
}
.product-slider {
	position: relative;
	border-bottom: 1px solid #4A4A4A;
}
.product-slider-wrap {
	padding: 6% 0 3% 8%;
    background-color: #100F10;
    position: relative;
    margin-top: -19rem;
    z-index: 1;
}
.product-slider-wrap h2 {
	color: #fff;
	margin-bottom: 5%;
}
.each-product {
	margin-bottom: 5.6rem;
}
.each-product h6 {
	color: #fff;
	margin: 0.5rem 0 1.7rem;
	font-family: 'LamaSansRegular';
	font-size: 1.6rem;
}
.each-product td {
	color: #fff;
	padding-right: 2rem;
	vertical-align: top;
	font-size: 1.6rem;
	font-family: 'LamaSansRegular';
	padding-top: 2.3rem;
}
.each-product td:last-child {
	padding-right: 0;
}
.each-product hr {
    background-color: #E4E4E4;
    margin: 1.5rem auto;
    opacity: 1;
	width: 100%;
}
.each-product h6{
	height: 40px;
	overflow: hidden;
}
.product-slider-wrap .common-arrow {
	top: 10rem;
}
.product-slider-wrap .swiper-button-next {
	right: 5rem;
}
.product-slider-wrap .swiper-button-prev {
	left: auto;
	right: 11rem;
}
.product-price {
	display: flex;
	align-items: start;
	gap: 40px;
}
.price-table {
/*	margin-right: 4.6rem;*/
}
.price-table h6{
	height: auto;
	margin: 0 0 0 5px;
}
.product-btm {
	display: flex;
	justify-content: end;
	align-items: center;
	margin-right: 7%;
	margin-top: 4rem;
}
.product-btm p {
	margin-right: 5.6rem;
	font-family: 'lama_sanssemibold';
	color: #ffffff;
}
/***********about-sec**********/
.about-sec {
	position: relative;
	background-color: #F7F6F7;
	z-index: 1;
}
.about-sec::after {
	content: '';
    height: 50%;
    width: 100%;
    background-color: #212024;
    position: absolute;
    top: 0;
    z-index: -1;
}
.about-wrap {
	background-color: #ffffff;
}
.about-info {
	padding-right: 13%;
	padding-left: 13%;
	padding-top: 4%;
	padding-bottom: 4%;
}
.about-info h2 {
	margin-bottom: 3.8rem;
}
.about-info p span {
	font-family: 'lama_sansbold';
}
.about-info p {
	margin-top: 2.1rem;
}
.about-info p a {
	color: #121212;
    text-decoration: underline;
}
.about-info p a:hover {
    color: #CD4747;
}
.about-info .border-btn {
	margin-top: 6.5rem;
	/* border: 1px solid rgba(16, 15, 16, 0.13); */
}
/***********home-gallery-sec**********/
.home-gallery-sec {
	padding-top: 7%;
    padding-bottom: 10%;
    background-color: #F7F6F7;
}
.home-gallery-heading {
	max-width: 79rem;
	width: 100%;
}
.home-gallery-wrap {
	margin: 0 -1.5rem;
}
.home-gallery-heading span {
	height: 0.4rem;
    width: 54rem;
    background-color: #100F10;
    display: block;
}
.home-gallery-heading h2 {
	margin: 6.2rem 0 4rem;
}
.home-gallery-heading p {
	margin-bottom: 16%;
}
.home-gallery-wrap h2, .home-gallery-wrap p {
	color: #ffffff;
}
.home-gallery-wrap p {
	margin: 2.7rem auto 6%;
	max-width: 84rem;
	width: 100%;
  }
.each-home-gal-img {
	overflow: hidden;
	position: relative;
}
.each-home-gal-img::after {
	content: '';
	position: absolute;
	/* / top: -100%; / */
	left: 0;
	height: 100%;
	width: 100%;
	/* background-color: rgba(16, 15, 16, 0.72); */
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
}
.each-home-gal-img:hover::after {
	/* / top: 0; / */
	background-color: rgba(16, 15, 16, 0.72);
}
.home-gallery-slider h4 {
	position: absolute;
    bottom: 0;
    left: 0;
    padding: 5rem;
	width: 100%;
}
.home-gallery-wrap .col-lg-4 {
	padding: 1.5rem;
}
.each-home-gal-info {
	position: absolute;
    left: 0;
    padding: 4rem;
    width: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	bottom: 0;
	z-index: 1;
	height: 100%;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
/* .each-home-gal-info:hover {
	background-color: rgba(16, 15, 16, 0.72);
} */
.each-home-gal-service:hover .each-home-gal-info {
	background-color: rgba(16, 15, 16, 0.72);
}
.each-home-gal-info::after {
	content: '';
	background-image: url(../images/home-gal-right-arrow.svg);
	right: 3rem;
	bottom: 4.5rem;
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 1.7rem;
	height: 1.7rem;
	opacity: 0;
}
.home-gallery-slider h4 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    position: initial;
}
.each-home-gal-info p {
	display: block;
    margin: 0;
	height: 0;
    overflow: hidden;
}
.each-home-gal-service {
	position: relative;
}
.each-home-gal-service:hover .each-home-gal-info p {
	height: auto;
	overflow: visible;
	margin-top: 2rem;
}
.each-home-gal-service:hover .each-home-gal-info::after {
	opacity: 1;
}
/***********footer**********/
.footer-area {
	background-color: #100F10;
    padding: 5% 0 2%;
}
.footer-area .akker_btn_cls::after {
	display: none;
}
.footer-wrap {
	padding-left: 7%;
	padding-right: 7%;
}
.footer-logo img {
	width: 40rem;
}
.footer-area h3 {
	margin: 6% 0 9%;
}
.footer-area .border-btn {
    border-color: transparent;
	color: #ffffff;
	font-family: 'lama_sansmedium';
	font-size: 1.8rem;
	max-width: 31.8rem;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.footer-area .border-btn:hover, .footer-area .border-btn:focus, .footer-area .border-btn:active {
	background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.footer-area .border-btn img{
	width: 1.8rem;
	margin-right: 1.7rem;
}
.footer-right h5 {
	margin-bottom: 3rem;
	font-size: 2rem;
}
.footer-right a {
	color: rgba(255, 255, 255, 0.5);
	font-family: 'LamaSansRegular';
	font-size: 1.4rem;
}
.footer-right a:hover {
	color: #CD4747;
}
.footer-right h6 {
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.7;
}
.footer-right table {
	width: 100%;
}
.footer-right td {
	font-size: 1.6rem;
	color: rgba(255, 255, 255, 0.5);
	vertical-align: top;
	font-family: 'LamaSansRegular';
	width: 100%;
	display: inline-block;
}
.footer-right li a {
	font-size: 1.6rem;
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.5);
	font-family: 'LamaSansRegular';
}
.footer-right li a:hover{
	color: #CD4747;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-social {
	margin-top: 0;
}
.footer-social li {
	display: inline-block;
	margin-right: 0.6rem;
}
.footer-social li a {
	height: 5.6rem;
	width: 5.6rem;
	background-color: #fff;
	display: flex;
	justify-content: center;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-social li a img {
	width: 2rem;
	filter: brightness(0);
	-webkit-filter: brightness(0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-social li a:hover {
	background-color: #CD4747;
}
.footer-social li a:hover img {
	filter: brightness(0) ;
	-webkit-filter: brightness(0) ;
}
.footer-btm {
    margin-top: 25px;
    width: 100%;
}
.footer-btm img {
	width: 21.9rem;
}
.footer-credit {
	margin-top: 3.2rem;
}
.footer-credit h6 {
	color: rgba(255, 255, 255, 0.5);
	font-size: 1.6rem;
	font-family: 'LamaSansRegular';
}
.footer-credit li a {
	font-size: 1.6rem;
	color: rgba(255, 255, 255, 0.5);
	font-family: 'LamaSansRegular';
}
.footer-credit li a:hover {
    color: #CD4747;
}
/*************************popup****************************/
.modal-area .modal-dialog {
    max-width: 70%;
    margin: 12% auto 0;
}
.modal-area .modal {
	background-color: rgba(18, 18, 18, 0.5);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: #fff;
	position: relative;
}
.modal-area .popup-content {
    padding: 6rem 8.7rem;
    background-color: #fff;
}
.modal-area .popup-content p a {
	color: #121212;
    text-decoration: underline;
}
.modal-area .popup-content p a:hover {
    color: #CD4747;
}
.modal-area .popup-content p span {
    font-family: 'lama_sansbold';
}
.modal-area .popup-content h2 {
	margin-bottom: 2rem;
}
.modal-area .popup-content p {
    margin: 3rem 0 0;
	max-width: 62rem;
	width: 100%;
}
.modal-area .popup-content .akker_btn_cls {
	margin-top: 7rem;
}
.pop-up-image {
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
	font-size: 1.8rem;
	height: 4rem;
	width: 4rem;
	background-color: #121212;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #CD4747;
	font-family: 'LamaSansRegular';
}
.close-img:hover {
	color: #fff;
}
/*************************aanbod-list****************************/
/****inner-banner-sec****/
.inner-banner-sec {
	position: relative;
}
.inner-banner-info {
    position: absolute;
    width: 100%;
    top: 48%;
    transform: translateY(-50%);
}
/****filter-sec****/
.filter-sec {
	background-color: #212024;
}
.filter-sec .col-lg-3 {
	width: 20%;
}
.filter-sec .col-lg-9 {
	width: 80%;
}
.filter-wrap {
	padding: 5% 12% 0 9%;
	background-color: #100F10;
	margin-top: -19rem;
	position: relative;
}
.filter-wrap h2 {
	color: #ffffff;
}
.filter-wrap .col-md-3 {
	width: 20%;
}
.select-style {
    width: 100%;
    color: #ffffff;
	font-family: 'lama_sanssemibold';
    font-size: 1.8rem;
	border-radius: 22.1rem;
   	padding: 1.2rem 3rem 1.2rem 1.2rem;
    background: url(../images/down-arrow.svg) #100F10 no-repeat 92% center/10px;
    appearance: none;
	text-transform: none;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.46);
}
.select-style option{
	font-family: arial;
}
.filter-sec .border-btn {
    border: 1px solid #90312C;
	color: #ffffff;
	max-width: 23.6rem;
	padding: 1.2rem 1rem;
	text-align: center;
	background-color: #90312C;
}
.filter-sec .border-btn:hover, .filter-sec .border-btn:focus, .filter-sec .border-btn:active{
	color: #121212;
	border-color: #fff;
	background-color: #fff;
}
.filter-sec .akker_btn_cls::after {
	display: none;
} 
.reset-btn{
	z-index: 99;
	font-size: 1.4rem;
}
/****aanbod-list-product-sec****/
.aanbod-list-product-sec {
	padding-bottom: 5%;
}
.aanbod-list-product-sec .product-slider-wrap {
	padding: 5% 12% 3% 9%;
    margin-top: 0;
}
.aanbod-list-wrap {
	margin-right: -5.3rem;
	margin-bottom: -2.5rem;
}
.aanbod-list-product-sec .each-product {
	margin-right: 5.3rem;
	margin-bottom: 3rem;
}
/*************************verkocht****************************/
.verkocht-product-sec .product-slider-wrap {
	margin-top: -19rem;
}
.verkocht-product-sec .each-product {
    margin-bottom: 6.7rem;
}
/*************************aanbod-dtl****************************/
/****aanbod-dtl-top-sec****/
.aanbod-dtl-top-sec {
	background-color: #212024;
    padding: 1% 0 6%;
}
.dtl-top-wrap {
	padding: 6% 0 6% 5%;
    background-color: #100F10;
    position: relative;
}
.dtl-top-wrap .col-lg-7 {
	width: 51%;
}
.dtl-top-wrap .col-lg-5 {
	width: 49%;
}
.dtl-car-slide {
    position: relative;
}
.dtl-top-slider {
	margin-bottom: 3.3rem;
}
.more-dtl-gal .col-3, .more-btm-dtl-gal .col-3 {
	padding: 2rem;
}
.more-btm-dtl-gal .row, .more-dtl-gal .row {
	margin: 0 -2rem;
}
.dtl-plus {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.dtl-plus img {
	width: 2.1rem;
}
.more-btm-dtl-gal {
	display: none;
}
.dtl-right-part {
	padding-left: 5rem;
	padding-right: 5rem;
}
.dtl-top-model {
	margin-bottom: 3.3rem;
	display: flex;
}
.dtl-top-model-info {
	margin-right: 10rem;
}
.dtl-top-model-info h2 {
	color: #ffffff;
}
.dtl-top-model-info h4 {
	font-family: 'LamaSansRegular';
}
.dtl-top-table h4 span {
	margin-top: 7px;
	font-family: 'LamaSansRegular';
	display: block;
}
.dtl-top-table table {
    width: 100%;
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
}
.dtl-top-table td {
    padding: 4.8rem 0 5.5rem;
    vertical-align: top;
    /* width: 25%; */
    padding-left: 3rem;
    vertical-align: top;
}
.dtl-top-table td:first-child {
	padding-left: 0;
}
.dtl-top-info .bedrijfswagen-inner-about {
	margin-top: 5.3rem;
}
.dtl-top-info .bedrijfswagen-inner-about table td a {
    color: #ffffff;
    font-size: 1.8rem;
}
.dtl-top-info .akker_btn_cls {
	min-width: 21.2rem;
	padding: 1rem 0.5rem;
	margin-top: 4.4rem;
	text-align: center;
}
.dtl-top-info .akker_btn_cls::after {
	display: none;
}
/****tab section****/
.aanbod-dtl-product-sec, .dtl-tab-sec{
	position: relative;
	z-index: 0;
}
.dtl-tab-sec{
    background-color: #F7F6F7;
}
.dtl-tab-sec::after {
    content: '';
    height: 50%;
    width: 100%;
    background-color: #212024;
    position: absolute;
    top: 0;
    z-index: -1;
}
.dtl-tab-wrap {
    background-color: #ffffff;
    padding: 7rem 5rem 4.5rem 7rem;
}
.dtl-tab-sec.tab-btn{
	margin-top: -5rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 1px solid rgba(16, 15, 16, 0.46);
    background-color: transparent;
	text-transform: none;
    color: #100F10;
	padding: 1.2rem 2rem;    
    letter-spacing: normal;
	border-radius: 22.1rem;
	width: 100%;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
	font-family: 'lama_sanssemibold';
	font-size: 1.8rem;
    margin: 0;
    word-break: break-word;
    margin-right: 2rem;
	margin-bottom: 1rem;
	width: 18%;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item:last-child{
	margin-right: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover ,
.tab-btn .nav-tabs .nav-item .nav-link.active {
	background-color: #90312C;
	border-color: #90312C;
	color: #fff;
}
/*==========================================================dtl-tab-content==================================================*/
.dtl-tab-content-heading h2 {
	padding: 5rem 0;
}
.dtl-tab-sec .tab-content ul li {
	font-family: 'LamaSansRegular';
    font-size: 1.8rem;
    color: #100F10;
    margin-bottom: 1rem;
    word-break: break-word;
}
/* / / ****kenmerken ***** / / */
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 0.9rem;
    padding-left: 1.3rem;
    background-size: 0.7rem;
	font-family: 'lama_sansbold';
	color: #100F10;
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
	 font-family: 'lama_sansregular';
}
.bullet-panel h4 {
    border-bottom: 1px solid #121212;
    padding-bottom: 1rem;
	color: #121212;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 2rem;
}
.dtl-tab-sec .tab-content p {
	color: #121212;
	font-size: 1.8rem;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.3rem;
    position: relative;
}
.dtl-tab-sec .bullet-panel li:after {
    position: absolute;
    top: 1rem;
    left: 0;
    content: '';
    width: 0.7rem;
    height: 0.7rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #CD4747;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #121212;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
}
.left-bg-block h6 {
	font-size: 2rem;
    line-height: 3rem;
    color: #100F10;
	font-family: 'LamaSansRegular';
}
.each-onderhoud-block h4 {
    color: #121212;
    font-family: 'lama_sanssemibold';
}
.each-onderhoud-block p {
    color: #121212;
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
.tab-top-area .akker_btn_cls {
	border: 1px solid #121212;
}
/****aanbod-dtl-form-sec****/
.form-sec.aanbod-dtl-form-sec {
	padding: 6% 0 23rem;
}
/*************************contact****************************/
/****contact-top-blk****/
.contact-top-blk {
	background-color: #212024;
    padding-bottom: 7%;
}
.contact-top-blk-wrap {
	padding: 6% 7% 3% 6%;
    background-color: #100F10;
    margin-top: -19rem;
    position: relative;
}
.contact-top-blk-img img {
	padding-left: 10%;
}
.contact-top-blk .product-btm {
    margin-right: 0;
    margin-top: 0;
}
.contact-top-blk-info span {
    height: 0.4rem;
    width: 54rem;
    background-color: #ffffff;
    display: block;
}
.contact-top-blk-info h2 {
	color: #ffffff;
	margin: 12% 0 14%;
}
.each-contact-info h6 {
	font-size: 1.8rem;
	color: #ffffff;
	font-family: 'ModeratBold';
	margin-bottom: 3rem;
}
.each-contact-info li a {
	font-size: 1.8rem;
	font-family: 'ModeratMedium';
	color: rgba(255, 255, 255, 0.7);
	line-height: 2;
}
.each-contact-info li a:hover {
	color: #CD4747;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-contact-info a img {
    margin-right: 1.6rem;
    width: 1.8rem;
    filter: brightness(10);
    -webkit-filter: brightness(10);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-contact-info li a:hover {
    color: #CD4747;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-contact-info a:hover img {
    filter: brightness(1);
    -webkit-filter: brightness(1);
}
.each-contact-info h6 a {
	font-size: 1.8rem;
	font-family: 'ModeratMedium';
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.5;
}
.each-contact-info h6 a:hover {
	color: #CD4747;
}
.contact-top-blk-info p {
	color: #ffffff;
	max-width: 49rem;
	width: 100%;
	margin-top: 8%;
}
/****contact-map-sec****/
.contact-map-sec {
	position: relative;
	z-index: 1;
	background-color: #F7F6F7;
}
.contact-map-sec::after {
	content: '';
    height: 50%;
    width: 100%;
    background-color: #212024;
    position: absolute;
    top: 0;
    z-index: -1;
}
.contact-map-wrap {
	padding: 7%;
	background-color: #100F10;
}
.contact-map-sec .content-img {
    height: 42.3rem;
}
.contact-map-info {
	padding-left: 22%;
}
.contact-map-info span {
    height: 0.4rem;
    width: 47.9rem;
    background-color: #ffffff;
    display: block;
}
.contact-map-info h2 {
	color: #ffffff;
	margin: 6.7rem 0;
}
.contact-map-info td {
	vertical-align: top;
}
.contact-map-info td h6 {
	font-size: 1.8rem;
	font-family: 'ModeratMedium';
	color: rgba(255, 255, 255, 0.7);
}
.contact-map-info p {
	color: #ffffff;
	margin-top: 9rem;
}
/****form-sec****/
.form-sec {
	background-color: #F7F6F7;
	padding: 6% 0;
}
.form-outer {
	background-color: #fff;
    padding: 5% 4% 4%;
	background-color: #212024;
}
.form-sec .col-xl-8 {
	width: 71%;
}
.form-sec .col-xl-4 {
	width: 29%;
}
.form-sec h2 {
	color: #ffffff;
	margin-bottom: 6.4rem;
}
.form-sec .form-group{
	margin-bottom: 1rem;
}
.textarea-form {
	position: relative;
}
.textarea-form .form-group{
	height: calc(100% - 10rem);
}
.form-sec .akker_btn_cls{
	max-width: 54.9rem;
    border-radius: 0;
	padding: 2.5rem;
	text-align: start;
}
.form-styl{
	background-color: #ffffff;
	color: #121212;
	font-size: 1.8rem;
	padding: 2.4rem;
	border: 0;
	box-shadow: none;
	resize: none;
	border-radius: 0;
	font-family: 'LamaSansRegular';
}
.form-styl:focus{
	box-shadow: none;
	color: #121212;
	background-color: #ffffff;
}
.form-styl:placeholder {
	color: #121212;
	opacity: 1;
}
.form-styl:-ms-input-placeholder {
	color: #121212;
	opacity: 1;
}
.form-styl::placeholder {
	color: #121212;
	opacity: 1;
}
.foto_upload{
	color: #121212;
}
.form-img {
	height: calc(100% - 1rem);
}
.form-img img {
	height: 100%;
	object-fit: cover;
}
/*************************over-ons****************************/
/****over-ons-top-blk****/
.over-ons-top-blk {
    padding-bottom: 6%;
}
.over-ons-top-blk .contact-top-blk-info h2 {
	margin: 5.1rem 0 7.2rem;
}
.over-ons-top-blk .contact-top-blk-img img {
    padding-left: 7%;
}
/****over-ons-middle-blk****/
.over-ons-middle-blk {
	position: relative;
	z-index: 1;
	background-color: #F7F6F7;
}
.over-ons-middle-blk::after {
    content: '';
    height: 50%;
    width: 100%;
    background-color: #212024;
    position: absolute;
    top: 0;
    z-index: -1;
}
.over-ons-middle-blk-wrap {
	background-color: #ffffff;
}
.over-ons-middle-blk-info p a {
	color: #121212;
    text-decoration: underline;
}
.over-ons-middle-blk-info p a:hover {
    color: #CD4747;
}
.over-ons-middle-img {
	position: relative;
}
.over-ons-middle-info {
	position: absolute;
    left: 3rem;
    bottom: 2rem;
    width: 100%;
}
.over-ons-middle-info h6 {
	font-size: 1.8rem;
	font-family: 'lama_sansbold';
	color: #ffffff;
	margin-bottom: 2.4rem;
}
.over-ons-middle-info li a {
	font-size: 1.8rem;
	font-family: 'lama_sansmedium';
	color: #ffffff;
	line-height: 1.2;
	display: flex;
	margin-top: 1rem;
}
.over-ons-middle-info li a:hover {
	color: #CD4747;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-ons-middle-info a img {
    margin-right: 1.3rem;
    width: 2rem;
    filter: brightness(10);
    -webkit-filter: brightness(10);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-ons-middle-info li a:hover {
    color: #CD4747;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-ons-middle-info a:hover img {
    filter: brightness(1);
    -webkit-filter: brightness(1);
}
.over-ons-middle-blk-info {
	padding: 0 6.3rem;
}
.over-ons-middle-blk-info h2 {
	margin-bottom: 4.5rem;
}
.over-ons-middle-blk-info p {
	margin-top: 3.3rem;
}
.over-ons-middle-blk-info p span {
	font-family: 'lama_sansbold';
}
/****over-ons-gallery-sec****/
.over-ons-gallery-sec {
    padding-top: 8%;
    padding-bottom: 22%;
    background-color: #F7F6F7;
}
.over-ons-gallery-sec .home-gallery-wrap .col-lg-12 {
	padding: 1.5rem;
}
.over-ons-gallery-sec .each-home-gal-img:hover::after {
	display: none;
}
.over-ons-gallery-sec .each-home-gal-img img {
	object-fit: cover;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-ons-gallery-sec .each-home-gal-img img:hover {
	transform: scale(1.1);
}
.over-ons-gallery-sec .home-gallery-heading p {
    margin-bottom: 17%;
}
/****over-ons-product-sec****/
.over-ons-product-sec {
	padding-bottom: 0;
}
.over-ons-product-sec .product-slider-wrap {
    top: -15rem;
	margin-top: 0;
}
/*************************diensten-list****************************/
/****diensten-top****/
.diensten-top .contact-top-blk-info h2 {
	margin: 10% 0 0;
}
.diensten-top .contact-top-blk-info p {
	margin-top: 4%;
	margin-bottom: 9%;
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	max-width: 60rem;
	width: 100%;
}
.diensten-top .contact-top-blk-wrap {
	padding: 6% 7% 6% 6%;
}
.diensten-top:nth-child(even) .contact-top-blk-wrap {
	margin-top: 0;
}
.diensten-top:nth-child(even) .contact-top-blk-img img {
    padding-left: 0%;
	padding-right: 10%;
}
.diensten-top .akker_btn_cls {
	text-align: start;
	padding: 2.2rem 5.3rem 2.2rem 3.5rem;
}
/*************************diensten-dtl****************************/
.diensten-dtl-btn {
	position: relative;
}
.diensten-dtl-btn .inner-btn {
	position: absolute;
	top: 7.5rem;
	max-width: 34.4rem;
	width: 100%;
	z-index: 5;
}
.diensten-dtl-top {
	padding-bottom: 6%;
}
.why-us-sec.about-sec::after,
.diensten-dtl-top.about-sec::after {
	display: none;
}
.diensten-dtl-top .about-wrap {
	background-color: #F7F6F7 ;
}
.diensten-dtl-top .about-info {
	padding-left: 0;
	padding-top: 17%;
	padding-right: 19%;
}
.diensten-dtl-top .about-info span  {
    height: 0.4rem;
    width: 54rem;
    background-color: #100F10;
    display: block;
}
.diensten-dtl-top .about-info h2 {
	padding-top: 6rem;
}
.why-us-sec .about-info p a {
	color: #121212;
	text-decoration: underline;
}
.why-us-sec .about-info p a:hover {
	color: #CD4747;
}
.why-us-sec .about-info ul {
	display: flex;
	justify-content: space-between;
	margin-top: 4.4rem;
	text-align: center;
}
.why-us-sec .about-info li p {
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'lama_sanssemibold';
}
.why-us-sec .about-info li span {
	background-color: #100F10;
	width: 8.5rem;
	height: 8.5rem;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px auto;
}
.why-us-sec .about-info li a {
	color: #000;
	font-size: 1.8rem;
}
.diensten-dtl-form {
	background-color: #fff;
	position: relative;
}
.diensten-dtl-form .form-outer {
	position: relative;
	z-index: 1;
}
.diensten-dtl-form::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 53%;
	top: 0;
	left: 0;
	background-color: #F7F6F7;
}
.diensten-dtl-gallery-slider {
	padding-top: 2.8rem;
	background-color: #fff;
}
.diensten-dtl-gallery-slider h2 {
	margin-bottom: 6.4rem;
	text-align: center;
}
/****vacature-dtl****/
.form-plus {
    position: relative;
}
.form-plus::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3.5rem;
    content: '';
    width: 1.8rem;
    height: 2rem;
    background-image: url(../images/dtl-from-plus.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    filter: brightness(0);
    -webkit-filter: brightness(0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
/*************************Bedrijfswagen****************************/
.bedrijfswagen-about .about-info{
	padding: 4% 11%;
}
.bedrijfswagen-top-sec .about-info
{
	padding-top: 7rem;
}
.bedrijfswagen-inner-img
{
	margin-top: 5.8rem;
}
.bedrijfswagen-inner-img .row
{
	margin: 0 -2.6rem;
}
.bedrijfswagen-inner-img .col-md-4
{
	padding: 0 2.6rem;
}
.bedrijfswagen-about .about-info .akker_btn_cls 
{
	margin-top: 4.5rem;
}
.bedrijfswagen-inner-about table tr
{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.bedrijfswagen-inner-about table td
{
	width: 50%;
	line-height: normal;
}
.bedrijfswagen-inner-about table td a
{
	color: #121212;
	font-size: 1.8rem;
}
.bedrijfswagen-inner-about table td a:hover
{
	color: #CD4747;
}
.bedrijfswagen-inner-about table td span
{
	position: relative;
	top: 3rem; 
	left: 3.2rem;
}
.bedrijfswagen-inner-about table td:first-child
{
	width: 100%;
	padding-bottom: 1rem;
}
.bedrijfswagen-inner-about table td img
{
	margin-right: 1.3rem;
}
.bedrijfswagen-inner-about
{
	margin-top: 4.5rem;
}
.bedrijfswagen-inner-about .contact-info
{
	margin-left: 3.8rem;
}
.bedrijfswagen-inner-about .contact-info h5
{
	font-size: 1.6rem;
	font-weight: 600;
	color: #100F10;
	margin-bottom: 2.5rem;
}
.bedrijfswagen-inner-about .contact-info
{
	font-size: 1.8rem;
	font-weight: 500;
	color: #121212;
}

/*******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;
    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: 'LamaSansRegular';
    font-size: 16px;
    color: black;;
    padding-bottom: 6px;
    word-break: break-word;
}
.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-sec.form-1, .form-sec.form-2 {
	background-color: black;
}
.form-1, .form-2 {
	display:none;
}

.dtl-top-info .bedrijfswagen-inner-about h5 {
	color: #fff;
}


.diensten-dtl-gallery-slider .home-gallery-wrap {
	position: relative;
}
.diensten-dtl-gallery-slider .home-gallery-wrap .swiper-button-next {
    right: 0;
}
.diensten-dtl-gallery-slider .home-gallery-wrap .swiper-button-prev {
    left: auto;
    right: 5rem;
}
.diensten-dtl-gallery-slider .home-gallery-wrap .common-arrow {
	top: -9rem;
}

.privacy_section h3{
	color:#000
}

.diensten-dtl-gallery-slider .home-gallery-wrap .swiper-button-next {
    right: 0;
	display: flex;
    align-items: center;
    justify-content: center;
}
.diensten-dtl-gallery-slider .home-gallery-wrap .swiper-button-prev {
    left: auto;
    right: 5rem;
	display: flex;
    align-items: center;
    justify-content: center;
}
.diensten-dtl-gallery-slider .home-gallery-wrap .common-arrow {
	top: -6rem;
}

/****over-ons-product-sec****/
.over-ons-product-sec {
	background-color: #212024;
	padding-bottom: 0;
}
.over-ons-slider-wrap {
    top: -15rem;
	margin-top: 0;
}
.over-ons-slider {
	position: relative;
	border-bottom: 1px solid #4A4A4A;
}
.over-ons-slider-wrap {
	padding: 6% 15% 3% 8%;
    background-color: #100F10;
    position: relative;
    margin-top: -17rem;
    z-index: 1;
}
.over-ons-slider-wrap h2 {
	color: #fff;
	margin-bottom: 5%;
}
.each-over-ons-product {
	margin-bottom: 5.6rem;
}
.each-over-ons-product h6 {
	color: #fff;
	margin: 0.5rem 0 1.7rem;
	font-family: 'LamaSansRegular';
	font-size: 1.6rem;
}
.each-over-ons-product td {
	color: #fff;
	padding-right: 3.5rem;
	vertical-align: top;
	font-size: 1.6rem;
	font-family: 'LamaSansRegular';
	padding-top: 2.3rem;
}
.each-over-ons-product:last-child {
	padding-right: 0;
}
.each-over-ons-product hr {
    background-color: #E4E4E4;
    margin: 1.5rem auto;
    opacity: 1;
    / width: calc(100% - 1rem); /
	width: 100%;
}
.each-over-ons-product h4, .each-over-ons-product h6 {
	overflow: hidden;
	height: 3.8rem;
}
.over-ons-slider-wrap .common-arrow {
	top: 10rem;
}
.over-ons-slider-wrap .swiper-button-next {
	right: 5rem;
	display: flex;
    align-items: center;
    justify-content: center;
}
.over-ons-slider-wrap .swiper-button-prev {
	left: auto;
	right: 11rem;
	display: flex;
    align-items: center;
    justify-content: center;
}
.over-ons-product-price {
	display: flex;
	align-items: start;
}
.over-ons-price-table {
	margin-right: 4.6rem;
}
.over-ons-product-btm {
	display: flex;
	justify-content: end;
	align-items: center;
	margin-right: 7%;
	margin-top: 4rem;
}
.over-ons-product-btm p {
	margin-right: 5.6rem;
	font-family: 'lama_sanssemibold';
	color: #ffffff;
}

.footer-area .border-btn {
    padding: unset;
}
.ftr-socil img {
    width: 20px;
    margin-right: 15px;
}
.foter-left-image{
	margin-top: 8%;
    height: 41rem;
    padding-right: 15%;
}
.foter-left-image img{
 	height: 100%;
    object-fit: cover;
}
.ftr-socil {
    line-break: anywhere;
}
.dtl-top-table h4 {
    font-size: 1.8rem;
}
.header-area li {
    margin: 0 1.5rem;
}
.footer-btm .kzANES{
	margin-left: 0 !important;
}
.rdw-img {
	position: relative;
	height: 100%;
}
.rdw-img img{
	position: absolute;
	bottom: 0px;
}
.res-logo-styl{
	width: 15.1rem;
}

.sec-wrap .outer-wrap {
    background-color: #f6f6f6;
}
.usp-area {
    background: #f6f6f6;
    padding-top: 7rem;
    padding-left: 13rem;
    padding-right: 13rem;
}
.usp-wrap {
    overflow: hidden;
    white-space: nowrap;
}
.usp-wrap {
    background: #fff;
    border-radius: 2rem;
    position: relative;
    top: -6rem;
}
.usp-slide {
    display: inline-block;
    animation: 15s slide infinite linear;
}
@keyframes slide{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(-100%);
	}	
}
.usp-wrap ul {
    white-space: nowrap;
}
.usp-wrap:hover .usp-slide{
	animation-play-state: paused;
}
.usp-area li {
    display: inline-block;
    vertical-align: top;
    padding: 0 5.4rem;
    font-size: 1.8rem;
    font-family: 'lama_sanssemibold';
    color: #262425;
}
.usp-area li span {
    height: 4rem;
    width: 4rem;
    background-color: #90312C;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 2rem;
}
.bedrijfswagen-btn {
    max-width: max-content;
    width: 100%;
    font-family: 'lama_sanssemibold';
    font-size: 1.8rem;
    display: inline-block;
    background-color: #eea660;
    color: #2d3c4d;
    border-radius: 22.1rem;
    border-color: #eea660;
    text-transform: none;
    letter-spacing: normal;
    padding: 2.2rem 5.3rem 2.2rem 3rem;
    text-align: left;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    text-align: revert;
    margin-right: 0;
    padding-left: 9rem;
}
.bedrijfswagen-btn:active, .bedrijfswagen-btn:focus, .bedrijfswagen-btn:hover {
    background-color: #fff;
    color: #eea660;
    border-color: #eea660;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.bedrijfswagen-btn::after {
    content: '';
	height: 4.2rem;
	width: 4.2rem;
	background-image: url(../images/logo-marktplaats.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 14px;
	left: 40px;
	transform: translateY(-50%);
	filter: brightness(0);
	-webkit-filter: brightness(0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transform: none;
	background-size: 50px;
}
.bedrijfswagen-btn:hover::after {
    filter: brightness(1);
    -webkit-filter: brightness(1);
    background-image: url(../images/logo-marktplaats-color.png);
}
.dtl-plus:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.6rem;
    height: 2.6rem;
    background-image: url(../images/plus.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.why-us-img{
	position: relative;
}
.why-us-content{
	position:absolute;
	left: 2rem;
	bottom: 4rem;
}
.why-us-content p{
	color: #fff;
	margin-left: 3.3rem;
}
.why-us-content a img{
	width: 20px;
    margin-right: 15px;
}
.widget-btn-area{
	bottom: 2rem;
  	left: 3rem;
  	z-index: 99;
}
.widget-btn{
	border-radius: 10px;
  	background: #90312C;
	box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  	padding: 1.3rem 2.5rem;
  	font-size: 1.5rem;
  	font-family: 'lama_sanssemibold';
  	cursor: pointer;
  	color: #fff;
}	
.widget-btn span:after, .widget-mobile span:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	right: -.5rem;
	content: '';
	width: 1rem;
	height: 1rem;
	background: url(../images/next-white.svg) no-repeat center/ contain;
}
.widget-content{
	background: #1c1c1c;
	padding: 4.5rem;
  	-webkit-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
  	border-radius: 20px;
  	width: 51rem;
  	display: none;
}
.arw-rotate{
	margin-top: -2.5rem;
  	margin-bottom: 1rem;
  	transform: rotate(-90deg);
	cursor:pointer;
}
.widget-content h4, .widget-content h5{
	text-transform: unset;
	color: #fff;
	letter-spacing: normal;
}
.widget-content h4{
  	font-family: 'lama_sanssemibold';
  	font-size: 2.4rem;
}
.widget-content h5{
	font-family: 'LamaSansRegular';
	font-size: 1.5rem;
	margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
	text-decoration: underline;
	color: #90312C;
}
.widget-content button, .widget-mobile button{
	border-radius: 5px;
	color: #fff;
	border: 2px solid #90312C;
  	background: #90312C;
	padding: 1.2rem 2rem;
	font-size: 1.5rem;
	font-family: 'lama_sanssemibold';
	margin-right: .5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.widget-content button:hover, .widget-mobile button:hover{
	background: #fff !important;
	border-color: #fff !important;
	color: #90312C !important;
}
.monthly_amount{
	cursor:pointer;
} 