@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'Avenir-Light';
    font-size: 16px;
    color: #1c1c1c;
    overflow-x: hidden;
}
#page{
	overflow: hidden;
    position: relative;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px;
}
/*****************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);
}
/*****************header****************/
.header-area {
    position: absolute;
    width: 100%;
    z-index: 2;
    padding: 30px 0 20px;
}
.header-area .divider{
    background: #fff;
    opacity: 0.5;
    margin-top: 20px;
}
.desktop-nav{
    padding: 0;
}
.desktop-nav .navbar-brand{
    margin-left: 40px;
    width: 40%;
}
.desktop-nav.navbar-expand-lg .navbar-nav .nav-item {
    font-size: 18px;
    font-family: 'Avenir-Book';
    margin-left: 70px;
    letter-spacing: 0.2px;
}
.desktop-nav.navbar-expand-lg .navbar-nav .nav-link{
    padding: 0;
    color: #fff;
}
.desktop-nav.navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #b9b9b9;
}
a.navbar-brand img {
    width: 35rem;
}
.menu-bar {
    width: 36px;
   margin-left: 20px;
    margin-right: 5px;
    float: right;
}
.menu-icon{
    margin-top: .5rem;
}
.desktop-nav.navbar-expand-lg .navbar-nav .menu-icon a.nav-link:hover{
    color: #fff;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 2px;
    margin: 7px 0;
}
/*.header-area .menu-icon.active .menu-bar div {
    width: 20px;
}*/
.header-area .menu-icon.active .menu-bar:before {
  transform: translateY(10px) rotate(135deg);
}
.header-area .menu-icon.active .menu-bar:after {
  transform: translateY(-8px) rotate(-135deg);
}
.header-area .menu-icon.active .menu-bar div {
  transform: scale(0);
}
.mini-right-nav {
    position: fixed;
    top: 80%;
    z-index: 999;
    right: 0px;
}
.menu-items {
    display: none;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 10rem;
    width: 100%;
}
.menu-items ul{
    background: #1c1c1c;
    font-size: 0;    
    max-width: 1370px;
    width: 100%;
    margin-left: auto;
}
.menu-items li {
    font-family: 'Avenir-Book';
    font-size: 20px;
    letter-spacing: 0.2px;
    display: inline-block;
    text-align: center;
    padding: 25px 0;
    border-right: 1px solid #e1e1e1;
    width: 20%;
}
.menu-items li a{
    color: #fff;
}
.menu-items li:last-child {
    border-right: 0;
}
.menu-items li a:hover {
    opacity: 0.7;
}
.mm-menu .mm-listview>li .mm-arrow:after, .mm-menu .mm-listview>li .mm-next:after {
    border-color: rgba(255,255,255,0.1);
}


.mm-listview>li, .mm-listview>li .mm-next, .mm-listview>li .mm-next:before, .mm-listview>li:after {
    border-color: rgba(255,255,255,0.1);
}
/****************banner****************/
.banner-sec {
    position: relative;
}
.banner-sec .banner-content {
    position: absolute;
    z-index: 1;
    bottom: 170px;
    left: 0;
    width: 100%;
}

/******************filter****************/
.filter-sec{
    max-width: 1170px;
    width: 100%;
    margin-top: 0;
    position: relative;
    z-index: 2;
}
.filter-sec .col-lg-9 {
    width: 88.5%;
}
.filter-sec .col-lg-3 {
    width: 11.5%;
}
.select-style {
    width: 100%;
    border: 0;
    border-radius: 0;
    height: 75px;
    line-height: 75px;
    font-family: 'Avenir-Book';
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/down-arrow.svg) #fff no-repeat 88% center/10px;
    color: #1c1c1c;
    padding: 0 40px;
    border-right: 1px solid #e1e1e1;
}
.select-style option{
    font-family: sans-serif;
}
.filter-btn {
    background-color: rgba(28, 28, 28, 0.5);
    border: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-btn img{
    width: 24px;
}
/***************product**************/
.product-sec{
    background: #141414;
    padding-bottom: 100px;
    position: relative;
}
.sec-heading{
    position: relative;
    z-index: 1;
    background: #fff;
}
.sec-heading:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 1170px;
    content: '';
    background: #141414;
    z-index: -1;
}
.sec-heading h2{
    padding: 30px 0;
}
.product-btn-wrap{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}
.btn-left{
    max-width: 1170px;
    width: 100%;
}
.txt-btn{
    font-family: 'Avenir-Book';
    font-size: 20px;
    color: #1c1c1c;
    letter-spacing: 0.5px;
    margin-left: 50px;
}
.txt-btn img{
    width: 9px;
    margin-top: -7px;
    margin-left: 20px;
    transform: rotate(-90deg);
}
.product-slider{
    margin-top: 130px;
}
.product-slider .swiper-button-prev{
    left: 0;
}
.product-dtl{
    background: #1c1c1c;
    padding: 0 35px;
    overflow: hidden;
}
.price-area {
    padding: 35px 0;
    position: relative;
}
.price-area:after {
    position: absolute;
    bottom: 0;
    content: '';
    background: #353535;
    height: 1px;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
}
.price-area h3, .price-area h5{
    height: 65px;
    overflow: hidden;
}
.product-dtl table {
    width: 100%;
}
.product-dtl td {
    padding: 40px 30px;
    width: 33.33%;
    border-left: 1px solid #353535;
}
.product-dtl td:first-child {
    padding-left: 0;
    border-left: 0;
}
.price-area h3{
    margin-bottom: 10px;
}
.product-dtl td span{
    display: block;
    color: #fff;
    margin-top: 4px;
}
.product-slider-wrap{
    margin-right: -38%;
}
.aanbod-dtl-related-product {
    border-bottom: 1px solid #353535;
}
/****************gallery-block**************/
.gallery-sec p{
    color: #fff;
    margin-right: 60px;
}
.content-area{
    background: #141414;
    padding-bottom: 30px;
}
.content-area .divider{
    margin: 50px 0;
}
.each-gallery{
  /* height: 530px;*/
   margin: 80px 0;
   position: relative;
   transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gallery:hover{
    z-index: 9;
}
.each-gallery img{
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
}
.each-gallery:hover img{
    transform: scale(1.2);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/*.gallery-slider .swiper-slide-active .each-gallery{
   height: 680px;
   margin: 0;
   transition: all 0.5s;
    -webkit-transition: all 0.5s;
}*/
.gallery-heading{
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 15px;
}
.gallery-heading h5{
    color: #fff;
    font-family: 'hansonbold';
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.gallery-slider{
    position: relative;
}
.gallery-slider:before, .gallery-slider:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    content: '';
    background: #141414;
}
.gallery-slider:after{
    top: auto;
    bottom: 0;
    background: #f0f0f0;
    width: 50%;
}
.gallery-slider .swiper-button-prev{
    left: 0;
}
.gallery-slider .swiper-button-next{
    right: 0;
}
/*************upper block*************/
.footer-upper-sec{
    padding: 80px 0 120px;
    position: relative;
}
.footer-upper-sec:after {
    content: '';
    background: #f0f0f0;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.image-block{
    width: calc(100% + 70px);
}
.footer-upper-sec h2{
    font-size: 89px;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #141414;
    letter-spacing: 4px;
    line-height: 83px;
    margin-bottom: 80px;
}
.left-content{
    padding-top: 60px;
    padding-right: 60px;
}
.left-content h5{
    color: #1c1c1c;
    font-family: 'Avenir-Medium';
    letter-spacing: 0.65px;
}
.each-content-block {
    border-top: 1px solid #cdcdcd;
}
.left-content tr:last-child .each-content-block {
     border-bottom: 1px solid #cdcdcd;
}
.left-content p{
    margin-bottom: 50px;
    text-align: justify;
}
.left-content .common-btn{
    margin-bottom: 50px;
    border-color: #141414;
    color: #141414;
}
.left-content .common-btn:hover{
   background: #141414;
   color: #fff;
}
.left-content .accordion-button {
    background-color: transparent;
    padding: 30px 0;
    font-family: 'Avenir-Medium';
    color: #141414;
    font-size: 20px;
    height: auto;
    line-height: normal;
    box-shadow: none;
}
.left-content .accordion-button::after {
    background-image: url(../images/minus.png);
    transform: rotate(0deg);
} 
.left-content .accordion-button.collapsed::after {
    background-image: url(../images/plus.png);
}
/**************footer**************/
.footer-area  {
    background: #141414;
}
.address-block{
    width: calc(100% + 70px);
    padding: 80px 0 80px 90px;
}
.footer-area li{
    font-family: 'Avenir-Book';
    font-size: 18px;
    color: #fff;
    display: inline-block;
}
.footer-area a:hover {
    color: #b9b9b9;
}
.address-block li {
    margin-left: 60px;
}
.address-block ul{
    margin-left: -35px;
}
.address-block li img {
    width: 15px;
    margin-right: 10px;
    margin-top: -10px;
}
.address-block li .bullet-img{
    width: 12px;
}
.footer-menu li {
    border-left: 1px solid #5b5b5b;
    text-align: center;
    height: 90px;
    line-height: 90px;
    padding: 0 70px;
}
.footer-menu .menu-icon a:hover{
    color: #fff;
}
.footer-menu img{
    width: 20px;
}
.footer-menu .menu-bar{
    margin-top: 30px;
}
iframe.klantenv-footer {
    padding-top: 20px;
    margin-top: -30px;
    margin-bottom: -28px;
}
.menu-panel{
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 99;
}
.menu-panel.menu-visible {
    right: 0;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}
.close-icon{
    position: absolute;
    right: 40px;
    top: 40px;
}
.close-icon img{
    width: 34px;
}
.panel-left{
    background: rgba(0, 0, 0, 0.5);
}
.menu-panel ul{
    background: #fff;
    height: 100%;
    padding: 100px 0;
}
.footer-area .menu-panel li {
    display: block;
}
.footer-area .menu-panel a{
    padding: 15px 50px;
    width: 100%;
    font-size: 18px;
    color: #141414;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-area .menu-panel a:hover{
    background: #141414;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-area li.bovag-logo{
    border: 0;
    padding: 0;
    position: relative;
    left: 70px;
}
.header-area .bovag, .footer-menu .bovag{
    width: 100px;
}
/*===============================popup start===============================*/
.modal-area .modal-dialog {
    max-width: 71%;
    margin: 12% auto 0;
}
.modal-area .modal {
	background-color: rgba(28, 28, 28, 0.5);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0px;
    position: relative;
    background-color: transparent;
}
.modal-area .popup-content h4{
    font-size: 20px;
    color: #1c1c1c;
    font-family: 'Avenir-Medium';
}
.modal-area .popup-content p{
    margin: 30px 0 0;
}
.modal-area .popup-content {
    padding: 30px 18%;
	height: 100%;
    background-color: #fff;
}
.modal-area .popup-content-wrap {
    vertical-align: middle;
    width: 100%;
}
.modal-area .pop-up-image img{
   height: 100%;
   object-fit: cover;
}
.close-img {
    font-family: 'Avenir-Book';
    font-size: 20px;
    color: #1c1c1c;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    border: 0;
    background-color: transparent;
}

/*==================================contact page start=====================================*/
.inner-header-bg .divider {
    display: none;
}
.inner-banner-content {
    padding: 19% 0 9%;
}
.inner-banner-content h5 {
    font-family: 'hansonbold';
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.contact-map-sec {
    height: 775px;
}
.contact-dtl-sec {
    position: relative;
    padding-bottom: 170px;
}
.contact-dtl-sec::after {
    content: '';
    background-color: #1c1c1c;
    width: 50%;
    height: calc(100% + 100px);
    position: absolute;
    bottom: 0;
    left: 0;
}
.contact-dtl-img {
    position: absolute;
    right: 0;
    top: 0;
}
.contact-dtl-text { 
    background-color: #1c1c1c;
    position: relative;
    z-index: 1;
    padding-right: 50px;
}
.contact-dtl-text h3 {
    font-family: 'hansonbold';
    text-transform: uppercase;
    letter-spacing: 1px;
}
.each-contact-dtl {
    margin-top: 78px;
}
.each-contact-dtl p {
    font-family: 'Avenir-Light';
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}
.each-contact-dtl a {
    color: #fff;
}
.each-contact-dtl a:hover {
    opacity: 0.7;
}
.each-contact-dtl h5 {
    font-family: 'Avenir-Medium';
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}
.each-contact-dtl td {
    font-family: 'Avenir-Light';
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}
.each-contact-dtl td:nth-child(odd) {
    padding-right: 60px;
}
/****mid-sec*****/
.contact-mid-sec {
    position: relative;
    padding-bottom: 113px;
    background-color: #f0f0f0;
}
.contact-mid-sec::after {
    content: '';
    background-color: #fff;
    width: 50%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.contact-mid-img {
    position: absolute;
    top: 0;
    left: 0;
}
.contact-mid-text {
    position: relative;
    z-index: 1;
    padding-left: 27%;
}
.contact-mid-text h3 {
    font-family: 'hansonbold';
    color: #1c1c1c;
    text-transform: uppercase;
}
.contact-mid-text p {
    margin: 35px 0 40px;
}
.contact-mid-sec .border-btn {
    border-color: #1c1c1c;
    color: #1c1c1c;
}
.contact-mid-sec .border-btn:hover {
    background-color: #1c1c1c;
    color: #fff;
}
/***form****/
.contact-form-sec {
    padding: 78px 0 170px;
    background-color: #f0f0f0;
}
.contact-form-sec h3 {
    font-family: 'Avenir-Medium';
    color: #1c1c1c;
    margin-bottom: 50px;
}
.form-group {
    margin-bottom: 24px;
}
.form-styl {
    font-size: 20px;
    font-family: 'avenir-lightoblique';
    font-style: italic;
    color: rgba(28, 28, 28, 0.5);
    padding: 0 30px;
    height: 75px;
    resize: none;
    background-color: #fff;
    border-radius: 0;
    border: none;
}
textarea.form-styl {
    padding: 30px;
    height: 273px;
}
.form-styl:focus {
    box-shadow: none;
    color: rgba(28, 28, 28, 0.5);
}
.form-styl:placeholder {
	color: rgba(28, 28, 28, 0.5);
	opacity: 1;
}
.form-styl:-ms-input-placeholder {
	color: rgba(28, 28, 28, 0.5);
	opacity: 1;
}
.form-styl::placeholder {
	color: rgba(28, 28, 28, 0.5);
	opacity: 1;
}
.contact-form-sec .border-btn {
    border-color: #1c1c1c;
    color: #1c1c1c;
}
.contact-form-sec .border-btn:hover {
    background-color: #1c1c1c;
    color: #fff;
}
.contact-form-wrapper {
    width: calc(100% + 150px);
    margin-left: -75px;
}
/*==================================diensten-dtl page start=====================================*/
.dienste-dtl-bk-btn .border-btn {
    border-color: #1c1c1c;
    color: #1c1c1c;
    margin-right: -65px;
}
.dienste-dtl-bk-btn .border-btn:hover {
    background-color: #1c1c1c;
    color: #fff;
}
.dienste-dtl-top-info {
    padding-right: 20%;
}
.dienste-dtl-top-info h3 {
    font-family: 'hansonbold';
    color: #1c1c1c;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.dienste-dtl-top-sec {
    padding: 145px 0 255px;
}
.dienste-dtl-top-tick {
    padding-left: 24%;
}
.dienste-dtl-top-tick ul li {
    font-family: 'Avenir-Medium';
    color: #1c1c1c;
    font-size: 20px;
    position: relative;
    padding-left: 70px;
    padding-bottom: 78px;
}
.dienste-dtl-top-tick ul li:last-child {
    padding-bottom: 0;
}
.dienste-dtl-top-tick ul li::after {
    background-size: 50px;
    position: absolute;
    top: -6px;
    left: 0;
    content: '';
    width: 50px;
    height: 50px;
    background-image: url(../images/check.png);
    background-repeat: no-repeat;  
}
.diensten-dtl-black-sec .contact-mid-text {
    padding-left: 0;
    padding-right: 27%;
}
.diensten-dtl-black-sec .contact-mid-text h3,
.diensten-dtl-black-sec .contact-mid-text p {
    color: #fff;
}
.diensten-dtl-mid-sec .contact-mid-text p,
.diensten-dtl-black-sec .contact-mid-text p {
    margin-bottom: 0;
}
.diensten-dtl-btm-slider {
    padding-top: 90px;
}
.diensten-dtl-btm-slider h3 {
    font-family: 'hansonbold';
    color: #1c1c1c;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.diensten-dtl-btm-slider p {
    color: #141414;
}
.diensten-dtl-btm-slider .gallery-slider::before {
    display: none;
}
.diensten-dtl-btm-slider .content-area {
    background-color: #fff;
    /*padding-bottom: 0;*/
}
.diensten-dtl-btm-slider .content-area-wrapper {
    max-width: 930px;
}
.diensten-dtl-btm-slider .gallery-slider::after {
    background-color: #141414;
    width: 100%;
}

/*==================================diensten page start=====================================*/
.diensten-list-sec {
    padding: 100px 0 70px;
}
.each-list {
    margin-bottom: 100px;
    position: relative;
}
.each-list-text {
    padding-right: 50px;
}
.each-list-text h3 {
    font-family: 'hansonbold';
    text-transform: uppercase;
}
.each-list-text p {
    margin: 50px 0 60px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-list:nth-child(even) .each-list-text h3 {
    color: #1c1c1c;
}
.each-list:nth-child(even) .border-btn {
    border-color: #1c1c1c;
    color: #1c1c1c;
    margin-right: -65px;
}
.each-list:nth-child(even) .border-btn:hover {
    background-color: #1c1c1c;
    color: #fff;
}
.each-list:nth-child(even) .each-list-img {
    padding-right: 45px;
}
.each-list:nth-child(even) .each-list-text {
    padding-right: 0;
    padding-left: 86px;
}
.each-list:nth-child(odd) .each-list-text p {
    color: #fff;
}
.each-list:nth-child(odd):after {
    content: '';
    position: absolute;
    top: -100px;
    left: -37%;
    background-color: #1c1c1c;
    height: calc(100% + 480px);
    width: 86%;
    z-index: -1;
}
/*==================================aanbod page start=====================================*/
.aanbod-banner .inner-banner-content {
    padding: 20% 0;
}
.aanbod-product-sec {
    background-color: #141414;
    padding-bottom: 117px;
    border-bottom: 1px solid #353535;
}
.aanbod-product-sec .price-area h3{
    height: 50px;
}
.aanbod-product-sec .price-area h5{
    height: 35px;
    overflow: hidden;
}
.aanbod-product-wrapper {
    padding-top: 80px;
}
.aanbod-product-sec .price-area h3 {
    font-size: 22px;
}
.aanbod-product-sec .product-dtl h5 {
    font-size: 15px;
}
.aanbod-product-sec .each-product {
    margin-bottom: 30px;
}
.aanbod-middle-area {
    padding: 70px 0 100px;
}
.aanbod-middle-area h5 {
    font-family: 'hansonbold';
	letter-spacing: 2px;
	color: #fff;
    text-transform: uppercase;
    line-height: 37.5px;
}
.aanbod-middle-area p {
    color: #fff;
    padding-left: 65px;
}
.aanbod-middle-area .col-xl-5 {
    position: relative;
}
.aanbod-middle-area .col-xl-5::after {
    position: absolute;
    top: -25px;
    right: 0;
    width: 1px;
    height: calc(100% + 45px);
    background-color: #565656;
    content: '';
}
.aanbod-filter-sec {
    max-width: 100%;
    background: #141414;
    padding: 4rem 0;
    z-index: 0; 
    /*overflow: hidden;*/
}
.aanbod-product-sec .sec-heading:before {
    max-width: 1498px;
}
.aanbod-product-sec .btn-left {
    max-width: 1498px;
}
.aanbod-filter-sec .reset-btn:hover{
    color: #fff;
}
.aanbod-grid-area {
    /*width: 16%;
    padding-right: 13px;
    float: right;*/
    width: calc(100% - 1520px);
}
.aanbod-each-filter-grid {
    font-size: 20px;
    color: #fff;
    font-family: 'Avenir-Book';
    padding-left: 25%;
    opacity: 0.5;
    cursor: default;
}
.aanbod-each-filter-grid img {
    width: 20px;
    margin-right: 10px;
    margin-top: -5px;
    display: inline-block;
    filter: invert(1);
}
.aanbod-each-filter-grid.active {
    opacity: 1;
}
.aanbod-grid-area .col-6:nth-child(odd) {
    position: relative;
}
.aanbod-grid-area .col-6:nth-child(odd)::after {
    content: '';
    height: 100vh;
    width: 1px;
    background-color: #e1e1e1;
    position: absolute;
    top: -60px;
    right: 0;
}
.aanbod-product-sec .sec-heading {
    overflow: hidden;
}
/*==================================aanbod-list page start=====================================*/
.aanbod-list-product-sec .product-dtl-wrapper {
    width: 100%;
}
.aanbod-list-product-sec .price-area:after {
    width: 100%;
    left: 0;
    margin-left: 0;
}
.aanbod-list-product-sec .each-product .col-lg-5 {
    width: 45.5%;
}
.aanbod-list-product-sec .each-product .col-lg-7 {
    width: 54.5%;
}
.aanbod-list-product-sec .product-dtl {
    padding: 0 15%;
}
.aanbod-list-product-sec .product-dtl td {
    padding: 30px 35px 15px 35px;
}
.aanbod-list-product-sec .product-dtl td:first-child {
    text-align: left;
    padding-left: 0;
}
.aanbod-list-product-sec .product-dtl td:last-child {
    text-align: right;
    padding-right: 0;
}
.aanbod-list-product-sec .price-area h3 {
    font-size: 31px;
    height:auto;
}
.aanbod-list-product-sec .price-area h5{
    height: 50px;
}
.aanbod-list-product-sec .price-area h5,
.aanbod-list-product-sec .product-dtl h5 {
    font-size: 22px;
}
.aanbod-list-product-sec .price-area {
    padding: 0 0 90px;
}
/*==================================verkocht page start=====================================*/
.verkocht-product-sec {
    padding-bottom: 90px;
}
/*==================================aanbod-dtl page start=====================================*/
.aanbod-dtl-header {
    position: relative;
    background-color: #141414;
}
.aanbod-dtl-header .divider {
    display: none;
}
.aanbod-dtl-bk-btn {
    padding: 30px 0;
}
.aanbod-dtl-bk-btn .border-btn {
    color: #1b1b1b;
    border-color: #1b1b1b;
}
.aanbod-dtl-bk-btn .border-btn:hover {
    color: #fff;
    background-color: #1b1b1b;
}
.each-car-name {
    border-left: 1px solid #dcdcdc;
}
.aanbod-dtl-bk-btn .col-md-3 .each-car-name  {
    border-left: 0;
}
.each-car-name h3 {
    font-family: 'Avenir-Medium';
	color: #1c1c1c;
}
.each-car-name h5 {
    font-family: 'Avenir-Medium';
	color: #909090;
    font-size: 25px;
    padding-left: 75px;
}
.car-name-wrapper {
    /*max-width: 545px;*/
    padding-right: 30px;
}
.gallery-top .swiper-slide-next .dtl-car-slide {
    position: relative;
}
.gallery-top .swiper-slide-next .dtl-car-slide::before {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
}
.gallery-thumbs {
    position: relative;
}
.gallery-thumbs::after {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 9%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    content: '';
}
.dtl-car-info-block {
    padding: 100px 0 85px;
    position: relative;
}
.gallery-top .swiper-button-prev {
    display: none;
}
.gallery-top .swiper-button-next {
    right: calc(41.2% - 65px);
}
/*.thumb-slider-block {
    margin-right: -205px;
}*/
.thumb-and-btn-block {
    position: absolute;
    right: 0;
    top: 100px;
}
/****info****/
.dtl-car-desc h3{ 
    font-family: 'hansonbold';
	color: #1c1c1c;
    text-transform: uppercase;
}
.dtl-car-desc h5{ 
    font-family: 'Avenir-Medium';
	color: rgba(28, 28, 28, 0.5);
    margin: 30px 0;
}
.dtl-car-desc-table {
    border-top: 1px solid #9a9a9a;
    padding-top: 30px;
}
.dtl-car-desc table td {
    font-size: 18px;
    font-family: 'Avenir-Book';
    color: #1c1c1c;
    line-height: 40px;
}
.dtl-car-desc table td:nth-child(odd) {
    opacity: 0.5;
    padding-right: 50px;
}
.dtl-car-desc {
    padding-right: 10%;
}
.thumb-slider-block h5 {
    font-size: 20px;
    font-family: 'Avenir-Medium';
    color: rgba(28, 28, 28, 0.5);
    display: inline-block;
}
.dtl-slider-pagination {
    margin: 25px 0 60px;
}
.dtl-slider-pagination .swiper-pagination {
    position: relative;
    display: inline-block;
    text-align: left;
    width: auto;
    bottom: 0;
    color: rgba(28, 28, 28, 0.5);
    font-size: 20px;
    font-family: 'Avenir-Medium';
    padding-left: 5px;
}
.dtl-car-info-btn {
    max-width: 863px;
    padding-right: 50px;
    width: 100%;
}
.dtl-car-info-btn .border-btn {
    color: #1b1b1b;
    border-color: #1b1b1b;
}
.dtl-car-info-btn .border-btn:hover {
    background-color: #1b1b1b;
    color: #fff;
}
.dtl-car-info-btn .border-btn img {
    width: 15px;
    margin-right: 12px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dtl-car-info-btn .border-btn:hover img {
    filter: invert(1);
    -webkit-filter: invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.gallery-thumbs .swiper-button-prev {
    display: none;
}
.gallery-thumbs .swiper-button-next {
    right: 4%;
}
/**tab-sec****/
.dtl-tab-sec {
    padding: 60px 0 154px;
    background-color: #141414;
}
.dtl-tab-sec .nav-tabs {
    border-bottom: 0;
} 
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    width: 13.7%;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Avenir-Medium';
    font-size: 15px;
    border: 1px solid #fff;
}
.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 {
    border: 0;
    background-color: transparent;
    color: #fff;
    padding: 25px 0;
    border-radius: 0;
    width: 100%;
    height: 55px;
    line-height: 0px;
    font-size: 16px;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
    background-color: #fff;
    color: #141414;
}
.tab-content-wrapper {
    margin-top: 100px;
}
.dtl-tab-sec .tab-content p {
    color: #fff;
}
.bullet-panel {
    margin-bottom: 20px;
}
.bullet-panel h5 {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Avenir-Medium';
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.dtl-tab-sec .tab-content ul li {
    font-family: 'Avenir-Book';
    font-size: 18px;
    color: #fff;
    padding-bottom: 10px;
    word-break: break-word;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 20px;
    position: relative;
    font-family: 'Avenir-Book';
}
.dtl-tab-sec .bullet-panel li:after {
    padding-left: 15px;
    background-size: 8px;
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.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 9px;
    padding-left: 20px;
    background-size: 8px;
    color: rgba(255, 255, 255, 0.5);
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1c1c1c;
    font-size: 16px;
    line-height: 24px;
}
.left-bg-block h6 {
    line-height: 30px;
    color: #fff;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #fff;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
    background-color: #fff;
}
.each-onderhoud-block h4 {
    color: #121212;
    font-family: 'Avenir-Medium';
    font-size: 24px;
}
.each-onderhoud-block h5 {
    color: #121212;
    margin: 10px 0px 30px;
    font-size: 18px;
    font-family: 'Avenir-Medium';
}
/***related-product***/
.aanbod-dtl-related-product {
    padding: 90px 0 140px;
}
.aanbod-dtl-related-product .sec-heading {
    background-color: #141414;
}
/*==================================bedankt page start=====================================*/
.bedankt-btn {
    position: relative;
    background-color: #fff;
}
.bedankt-btn::after {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100vh + 15%);
    height: 100%;
    content: '';
    background: #fff;
    z-index: -1;
}
.bedankt-btn-wrapper{ 
    vertical-align: middle;
}
.bedankt-banner-sec .txt-btn:hover {
    opacity: 0.7;
}

/*==================================overons page start=====================================*/
.member-sec {
    position: relative;
    padding: 260px 0 150px;
}
.member-sec::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    content: '';
    background: #141414;
}
.member-sec::after {
    content: '';
    background: #f0f0f0;
    width: 50%;
    height: 20%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.member-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 140px;
}
.each-member {
    position: relative;
}
.each-member:hover .member-overlay {
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.member-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    padding: 0 10px 40px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.member-name h5 {
    font-family: 'Avenir-Medium';
    color: #fff;
}
.member-sec .swiper-button-next {
    display: none;
}
.overons-mid-sec {
    padding-bottom: 0;
}
.member-slider-wrapper {
    margin-right: -30%;
}
.member-sec .common-arrow {
    top: 65%;
}
.member-sec .swiper-button-prev {
    left: 0;
}
/****overons gallery****/
.overons-gal-sec {
    padding-bottom: 140px;
}
.overons-gal-sec .swiper-button-prev {
    display: none;
}
.overons-gal-sec .swiper-button-next {
    right: 0;
}
.overons-gal-slider {
    margin-right: 8%; 
}
.each-overons-gal {
    overflow: hidden;
}
.each-overons-gal:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-overons-gal img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/***top**/
.overons-top-sec {
    padding-top: 240px;
}
.overons-top-sec ul li {
    display: inline-block;
    width: 47%;
}
.overons-top-sec ul li:nth-child(odd) {
    margin-right: 30px;
}
.overons-top-sec ul li:nth-child(even) {
    float: right;
}
/*******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: 'NunitoSansRegular';
    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;
}
.cursor{
    cursor:pointer;
}
.add_morgan_footer_margin {
    height: 100px;
}
.contact-form-sec.form-1, .contact-form-sec.form-2 {
    display: none;
    margin: 0 0 5%;
    padding: 5%;
}
.foto_upload, .photo_upload{
    line-height: 75px;
}
.tab_hedaing h4{
    color: #fff;
}
.error_top{
    background: #000;
}
.privacy_section{
    padding-bottom: 10%;
}
.each_afleverpakketten_div, .each_afleverpakketten_div h4, .each_afleverpakketten_div p {
	color: #FFF;
}
.each_afleverpakketten_div {
    padding-bottom: 20px;
}
.each_afleverpakketten_div h4 {
    font-weight: bold;
    margin-bottom: 5px;
}
.autocoach {
	width: 5%;
    margin-top: -7px;
	margin-left: 15px;
}
@media(min-width: 992px){
    .dienste-dtl-bk-btn {
        padding-top: 170px;
    }
    .error_top{
        padding-top: 140px;
    }
}

/*====new product======*/
.thumb-image, .product-image, .new-product-slider .col-lg-5 {
    padding-bottom: 8px;
}
.thumb-image img, .product-image img {
    height: 100%;
    object-fit: cover;
}
.new-product-slider .common-arrow{
    width: 48px;
    height: 48px;
    background: #141414;
}
.new-product-slider .common-arrow img{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.new-product-slider .swiper-button-prev{
    left: 0;
}
.new-product-slider .swiper-button-next{
   right: 61.3%;
}
.new-product-slider .each-product{
    position: relative;
}
.new-product-slider{
    /*padding: 80px 0 60px;*/
}
.new-product-slider .product-dtl{
    background: #fff;
    height: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
    margin-left: -1px;
}
.new-product-slider .product-dtl h3, .new-product-slider .product-dtl h5{
    color: #111821;
    font-family: 'Avenir-Book';
    letter-spacing: 1px;
}
.new-product-slider .product-dtl h3{
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
}
.new-product-slider .product-dtl table {
    margin: 40px 0;
}
.new-product-slider .product-dtl td {
    font-family: 'Avenir-Book';
    font-size: 15px;
    color: #111821;
    letter-spacing: 1px;
    opacity: 0.7;
    padding: 0 70px 0 0;
    vertical-align: top;
    width: auto;
    border: 0;
    text-align: left !important;
}
.new-product-slider .product-dtl td span{
    font-size: 20px;
    display: block;
    margin: 0;
    color: #111821;
}
.new-product-slider .product-dtl .border-btn{
    border-color: #1b1b1b;
    color: #1b1b1b;
}
.new-product-slider .product-dtl .border-btn:hover{
    background: #1b1b1b;
    color: #fff;
}
/*====new aanbod filter====*/
.aanbod-filter-sec.new-filter-block{
    max-width: 100%;
    margin-top: -122px;
}
.new-filter-block .select-style{
    background: url(../images/down-arrow-white.svg) transparent no-repeat 88% center/10px;
    color: #fff;
    font-size: 20px;
    border-right: 0;
    border-left: 1px solid #353535;
    height: 80px;
    line-height: 80px;
}
.new-filter-block .select-style option{
    background: #1c1c1c;
}
.new-filter-block .filter-wrapper{
    background: rgba(0,0,0,0.65);
    border-top: 1px solid #353535;
}
.new-filter-block .aanbod-each-filter-grid{
    height: 80px;
    line-height: 80px;
    background: #fff;
    opacity: 1;
    font-size: 18px;
}
.aanbod-list1 .new-product-slider{
    padding: 0;
}
/*========new home menu=========*/
.new-menu-block.menu-items, .new-menu-block.menu-items ul{
    background: #141414;
}
.new-menu-block.menu-items li{
    display: block;
    width: 100%;
    border-right: 0;
    padding: 0;
    margin-bottom: 30px;
    text-align: left;
}
.new-block-wrap{
    padding: 10% 5%;
}
.new-menu-block .dropdown span {
    padding-left: 8px;
    cursor: pointer;
}
.new-menu-block .dropdown span img{
    width: 16px;
    margin-top: -2px;
}
.new-menu-block .dropdown-toggle::after{
    display: none;
}
.new-menu-block ul.dropdown-menu {
    background-color: transparent;
    border: 0;
    margin: 0;
    position: relative !important;
    float: none;
    padding: 0;
    transform: translate(0px, 0px) !important;
}
.new-menu-block ul.dropdown-menu a{
    padding: 0;
}
.new-menu-block .dropdown-item:focus, .new-menu-block .dropdown-item:hover {
    color: #fff;
    background-color: transparent;
    opacity: 0.7;
}
.new-menu-block ul.dropdown-menu li{
    font-size: 16px;
    margin: 10px 20px 0;
}
.new-menu-block p img {
    width: 15px;
    margin-right: 10px;
}
.new-menu-block h3{
    margin-bottom: 20px;
}
.new-menu-block p {
    line-height: 40px;
    letter-spacing: 0.2px;
}
.new-menu-block p, .new-menu-block p a{
    color: #fff;
}
.klaten-image{
    margin-top: 50px;
    width: 300px;
}
.new-menu-block td{
    font-family: 'Avenir-Light';
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.2px;
    line-height: 40px;
    padding-right: 30px;
}
/*============header-dropdown==============*/
.desktop-nav .dropdown-menu a {
    padding: 15px;
    background-color:#2b2b2b;
    color: #fff;
    opacity: 1;
    display: inline-block;
    width: 100%;
}
.desktop-nav .dropdown-menu a:hover {
    color: #1c1c1c;
    background-color:#f1f1f1;
}
.desktop-nav .dropdown:hover>.dropdown-menu {
    display: block;
}
.desktop-nav .dropdown-menu {
    padding: 0px;
    border-radius: 0px;
    margin: 0px;
    background-color:transparent;
    border: 0px;
    color:#fff;
    text-align:left;
    font-size: 18px;
    min-width: 220px;
    font-family: 'Avenir-Book';
    padding-top: 15px;
}
.autotelex-sec .common-arrow {
  width: auto;
  height: auto;
  }
.autotelex-sec .common-arrow img {
  width: 100%;
}
.aanbod-filter{
    /*display: block !important;*/
}
.auto-overview-tag {
    margin-right: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.5rem 1.4rem;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #3c3d3f;
    border-radius: 50px;
    background: #B1E4FF;
    font-size: 1.8rem;
}
.auto-overview-tag .cross-btn {
    width: 2rem;
}
.filter-sec h1 {
    font-size: 2.6rem;
    padding-top: 1rem;
}
.total_search_records {
    color: #fff;
}
.load_img{
    width: 5rem;
}
.filter-sec label  {
    background: #1c1c1c;
    font-family: sans-serif;
    /* color: #fff; */
    font-size: 1.4rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    z-index: 2;
}
.filter-content {
    color: #fff;
    display: none;
    background: #1a1a1a;
    padding: 10px;
    z-index: 2;
    border: 1px solid #979797;
    border-top: 0;
    border-radius: 0;
    margin-top: -3px !important;
}

/*==========aanbod-new-filter===========*/
.filter-content{
    display: none;
    /*background: #1a1a1a;*/
    padding: 10px;
    z-index: 2;
    border: 2px solid #121212;
    border-top: 0;
    border-radius: 0;
    margin-top: -3px !important;
}
.filter-content.show-div {
    display: block;
}
.filter-sec label{
    /*color: #fff;*/
    margin-bottom: 10px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'poppinsmedium';
    font-size: 14px;
}
.filter-sec label span{
    float: right;
    color: #fff;
    opacity: .65;
}
.filter-sec .form-check-input{
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #979797;
    /*background-color: rgba(26, 26, 26, 0.85);*/
    border-radius: 0;
}
.filter-sec .form-check-input:checked {
    background-color: #0064ff;
    border-color: #0064ff;
}
.filter-sec .select-style{
    cursor: default;
}
.select-style.show{
    border-bottom-color: transparent;
}


.cross-btn{
    width:18px;
}
.auto-overview-tag {
    margin-right: .5rem;
    margin-bottom: 1rem;
    padding: .5rem 1.4rem;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #3c3d3f;
    border-radius: 50px;
    background: #B1E4FF;
}
.auto-overview-tag:hover {
    background: #fff;
}
.auto-overview-tag, .clear-filter{
    font-family: 'PoppinsSemiBold';
    font-size: 1.45rem;
}
.load_img{
    width:150px;
}
.filter-sec h1{
    color: #fff;
}
.each-filter .select-style{
    padding: 0 25px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.filter-sec .col-xl-2 {
    width: 20%;
    padding: 0 5px 10px;
}
/*.filter-sec{
    background: linear-gradient(180deg, #131818 0%, rgba(19, 24, 24, 0.00) 100%);
}*/
.aanbod-car-wrap{
    position: relative;
}
html{
    font-size: 62.5%;
}
.widget-btn-area{
    bottom: 2rem;
    left: 3rem;
    z-index: 99;
}
.widget-btn{
    border-radius: 10px;
    background: #AA1721;
    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.8rem;
    font-family: 'Avenir-Medium';
    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: 'Avenir-Medium';
    font-size: 2.4rem;
}
.widget-content h5{
    font-family: 'Avenir-Book';
    font-size: 1.7rem;
    margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
    text-decoration: underline;
    color: #AA1721;
}
.widget-content button, .widget-mobile button{
    border-radius: 5px;
    color: #fff;
    border: 2px solid #AA1721;
    background: #AA1721;
    padding: 1.2rem 2rem;
    font-size: 1.8rem;
    font-family: 'Avenir-Medium';
    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: #AA1721 !important;
}
.monthly_amount{
    cursor:pointer;
} 