@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'MontserratRegular';
    font-size: 1.5rem;
    color: #1c1c1c;
}
html {
    font-size: 62.5%;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/****custom-header****/
.custom-header .navbar-area {
    padding: 3.2rem 7.4%;
}
.custom-header .navbar-area a {
    font-size: 1.8rem;
	font-family: "Sequel100Black45";
    color: #fff;
    text-transform: uppercase;
}
.header-area .nav_menu_right_part{
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.menu-icon{
    margin-left: 0;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link, .header-area .nav-link{
    vertical-align: top;
}
.header-area{
    z-index: 99;
    height: auto;
}
.custom-header .navbar-area .menu-items a{
    text-transform: capitalize;
}
.menu-items ul{
    text-align: left;
}
.menu-items a:hover{
    color: #e31d23;
}
.nav_menu_right_part.active a.nav-link.d-inline-block{
    opacity: 0;
}
.nav_menu_right_part .nav-link{
    margin-right: 5px !important;
}
.header_inner > div.row{
    max-width: 100%;
}
.header-area.is-hidden .header_inner{
    opacity: 1;
}
.header-area.is-hidden{
    background: #1c1c1c;
}
/*******banner-sec******/
.banner-sec {
	position: relative;
}
.banner-sec::before {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    background: rgba(0,0,0,0.8);
    height: calc(100% - 12%);
    z-index: 2;
    clip-path: polygon(0 0, 60% 0, 43% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 60% 0, 43% 100%, 0% 100%);
}
.banner-sec::after {
	position: absolute;
    bottom: -1px;
    left: 0;
    width: 36%;
    content: '';
    background: #f8f8f8;
    height: 12%;
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
}
.banner-content {
	position: absolute;
	top: 44%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}
.banner-text {
	padding-right: 25%;
}
.banner-text p {
	color: rgba(255,255,255,0.5);
	margin: 5rem 0 7rem;
}
.banner-text .banner-btn {
	text-transform: uppercase;
	letter-spacing: 0.015rem;
	position: relative;
    padding: 0;
	padding-left: 6rem;
    padding-bottom: 1rem;
	font-family: "Sequel100Black45";
    font-size: 1.3rem;
    color: #fff;
}
.banner-text .banner-btn::after {
	background-size: 38px;
    position: absolute;
    top: -1rem;
    left: 0;
    content: '';
    width: 38px;
    height: 38px;
    background-image: url(../images/sedan-car.svg);
    background-repeat: no-repeat;
	filter: brightness(10);
	-webkit-filter: brightness(10);
}
.banner-text .banner-btn:hover {
	color: #e31d23;
}
.banner-text .banner-btn:hover::after {
	filter: brightness(1);
	-webkit-filter: brightness(1);
}
.banner-text .banner-btn.slim_effect_text_link::before {
    background-color: #e31d23;
    height: 1px;
}
.banner-play {
	display: flex;
    align-items: center;
	justify-content: center;
}
.banner-play h6 {
	color: #fff;
	font-family: "Sequel100Black45";
    font-size: 1.3rem;
    color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	margin-right: 8.5rem;
}
.banner-play img {
	width: 2.3rem
}
.banner-play a {
	width: 10.4rem;
	height: 10.4rem;
	background-color: #fff;
	display: flex;
    align-items: center;
	justify-content: center;
	border-radius: 100%;
	position: relative;
}
.banner-play a::after {
	content: "";
    height: 16rem;
    width: 16rem;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    transform: translate(-50%, -50%);
}
.banner-play a::before {
	content: "";
    height: 22rem;
    width: 22rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    transform: translate(-50%, -50%);;
}
/****product-sec****/
.product-sec { 
	padding: 9.5rem 0 7.5rem;
	position: relative;
}
.product-sec::before {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 36%;
    content: '';
    background: #f8f8f8;
    height:100%;
    clip-path: polygon(0 0, 94% 0, 50% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 94% 0, 50% 100%, 0% 100%);
}
.product-heading h2 {
	margin-bottom: 4rem;
}
.product-heading { 
	text-align: center;
	max-width: 808px;
	margin: 0 auto 7.5rem;
	position: relative;
}
.product-dtl { 
	background-color: #121212;
	padding: 4rem 3rem 3rem;
	position: relative;
}
.product-pk h6 {
	font-family: "Sequel100Black45";
    background-color: #e31d23;
    padding: 1.5rem 7rem;
    display: inline-block;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 99%);
    -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 99%);
    position: absolute;
    right: 3.5rem;
    top: -3rem;
}
.product-dtl h6 {
	color: #fff;
}
.product-model h4 {
	text-transform: uppercase;
	margin-bottom: 2rem;
    height: 50px;
}
.product-model h6{
    height: 36px;
    overflow: hidden;
}
.product-dtl hr {
	background-color: #444444;
	opacity: 1;
	margin: 2.3rem 0;
}
.product-dtl table td {
	padding-right: 3.2rem;
}
.product-dtl table td:last-child {
	padding: 0;
}
.product-dtl .align-items-center {
    align-items: end !important;
}
.product-pm {
	position: relative;
}
.product-pm::after {
	content: "//";
	position: absolute;
	left: 0;
	top: 0;
	color: #e31d23;
	height: 100%;
}
.product-sec-btn {
	margin-top: 4rem;
}
/**************middle sec*************/
.middle-sec {
	position: relative;
	padding-bottom: 150px;
	margin-bottom: 2.5rem;
	overflow: hidden;
}
.middle-sec .common-bg{
    position: relative;
    z-index: 1;
    width: 100%;
}
.angle-content{
	position: absolute;
	white-space: nowrap;
    bottom: -100px;
    right: 0;
}
.angle-content img {
	width: 15px;
	margin-left: 20px;
}
.angle-content h5 {
	color: #1c1c1c;
	text-transform: uppercase;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.angle-content h5.slim_effect_text_link::before{
    background-color: #e31d23;
    height: 1px;
}
.angle-content h5.slim_effect_text_link:hover{
    color: #e31d23;
}
.left-angle img, .right-angle img{
	display: none;
}
.right-angle-wrap .angle-content{
    bottom:auto;
    left: 0px;
    top: 50px;
}
.left-angle-wrap .angle-content span{
	float: left;
}
.left-angle-wrap .angle-content img{
	margin: 0 20px 0 0;
	transform: rotate(180deg);
}
.left-angle-wrap{
	width: 60%;
    height: 520px;
    position: relative;
}
.left-angle{
    clip-path: polygon(0% 0%, 67% 0%, 100% 100%, 20% 100%);
    margin-left: -15%;
    height: 100%;
    position: relative;
    cursor: pointer;
    z-index: 1;
    width: auto;
}
.left-angle:after, .right-angle:after {
    content: '';
    width: 100vw;
    height: 100%;
    background:#000;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0% 0%, 67% 0%, 100% 100%, 20% 100%);
    -webkit-clip-path: polygon(0% 0%, 67% 0%, 100% 100%, 20% 100%);
   	margin-left: -15%;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.right-angle:after {
    clip-path: polygon(0% 0%, 75% 0%, 100% 100%, 0% 100%);
   -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 100%, 0% 100%);
    margin-left: 0%;
}
.left-angle:hover:after, .right-angle:hover:after {
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.right-angle-wrap{
	width: 55%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
}
.right-angle{
    clip-path: polygon(0% 0%, 75% 0%, 100% 100%, 36% 100%);
    margin-right: -17%;
    margin-top: 150px;
    height: calc(100% - 150px);
    position: relative;
    cursor: pointer;
    width: auto;
}
.middle-sec .olufsen_each_block a{
    padding: 0;
    margin: 0;
    height: 100%;
}
.middle-sec .olufsen_each_block a:after{
    display: none;
}
/****car-middle-sec****/
.car-middle-sec{
	position: relative;
	overflow: hidden;
	padding: 4% 0 19% 0;
}
.car-middle-txt p{
	margin: 3rem 0;
}
.car-middle-sec:before{
	content: "";
    width: 32%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #f8f8f8;
    position: absolute;
    z-index: -1;
    clip-path: polygon(0 0, -25% 0, 97% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, -25% 0, 97% 100%, 0 100%);
    transform: rotate(180deg);
}
.car-middle-txt{
	padding: 2% 0 2% 8%;
	position: relative;
}
.car-middle-txt:after {
	content: "";
    width: 120rem;
    height: 100%;
    top: 0;
    left: -20%;
    background-color: #f8f8f8;
    position: absolute;
    z-index: -1;
    clip-path: polygon(0 0, 25% 0, 85% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 20% 0, 56% 100%, 0% 100%);
}
.car-middle-img{
	position: absolute;
	right: -13%;
	bottom: 0;
	width: 60%;
}
/****insta-sec*****/
.insta-sec {
	position: relative;
}
.insta-sec::before {
	clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #121212;
    content: '';
    width: 100%;
    height: calc(100% + 50%);
    z-index: -1;
}
.insta-sec h2 { 
	margin-bottom: 7.5rem;
}
/****testimonial****/
.testimonial{
	background: #121212;
	padding: 8% 0 0;
	overflow: hidden;
	position: relative;
    margin-top: -1px;
}
.testimonial h2 {
	color: #fff;
}
.each-testi-box p{
	color: #8f8f8f;
	margin: 1.9rem 0 3rem 0;
}
.each-testi-box h6{
	font-family: 'Sequel100Black45';
	position: relative;
	padding-left: 1.5rem;
	color: #fff;
}
.each-testi-box h6:after{
	content: "";
	background-image: url(../images/line.svg);
	background-size: 0.6rem;
	background-repeat: no-repeat;
	width: 0.6rem;
	height: 0.6rem;
	top: 0.9rem;
	left: 0;
	position: absolute;
}
.each-testi-box{
	position: relative;
}
.testimonial-slider{
	margin-left: -16%;
	position: relative;
}
.testimonial .swiper-slide-duplicate-prev .each-testi-box,
.testimonial .swiper-slide-active .each-testi-box{
	opacity: 0.2;
}
.testimonial .swiper-slide-duplicate-prev .each-testi-box:after,
.testimonial .swiper-slide-active .each-testi-box:after{
	opacity: 0;
}
.testimonial-slider .swiper-button-next{
	right: 20%;
}
.testimonial-slider .swiper-button-prev{
	left: 35%;
}
.testimonial-slider .swiper-slide {
	padding: 10rem 0;
}
.each-testi-box:after{
	content: "";
	background-image: url(../images/quote.svg);
	background-size: 14rem;
	background-repeat: no-repeat;
	width: 14rem;
	height: 100%;
	top: -7rem;
    left: -7rem;
	position: absolute;
	opacity: 0.05;
}
/*******footer*********/
.footer-area {
    background: #121212;
    padding: 8rem 0;
}
.footer-logo{
    width: 30rem;
}
.footer-area h6{
    margin-bottom: 20px;
}
.footer-area p{
    color: #fff;
    font-family: 'Sequel100Black45';
    text-align: left;
}
.contact-info{ 
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    margin: 60px 0;
}
.contact-info .col-md-6:first-child table{
    border-right: 1px solid #333333;
    padding-left: 0;
}
.contact-info table {
    width: 100%;
    padding: 5rem 0;
    display: block;
}
.contact-info td h6{
    margin-bottom: 0;
}
.contact-info td:nth-child(1){
    padding-left: 7rem;
}
.contact-info .col-md-6:first-child td:nth-child(1){
    padding-left: 0;
    padding-right: 7rem;
}
.contact-info td a{
    font-family: 'Sequel100Black45';
    font-size: 3rem;
    margin-left: 10rem;
    color: #fff;
}
.footer-area p a{
    color: #fff;
}
.contact-info td a:hover, .footer-area p a:hover {
    color: #e31d23;
}
.contact-info td .slim_effect_text_link::before, .footer-area p a.slim_effect_text_link::before {
    background-color: #e31d23;
    height: 1px;
}
.menu-area li {
    display: inline-block;
    margin: 0 4rem;
    font-size: 1.5rem;
    font-family: 'MontserratRegular';
}
.menu-area a {
    color: #8a8a8a;
}
.menu-area a:hover {
    color: #e31d23;
}
.menu-area .slim_effect_text_link::before {
    background-color: #e31d23;
    height: 1px;
}
.social-icon{
    margin-top: 5rem;
}
.social-icon a {
    width: 52px;
    height: 52px;
    background: #fff;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
}
.social-icon a:hover {
    background: #e31d23;
}
.social-icon img {
    width: 20px;
}
.social-icon a:hover img {
    filter: brightness(0)invert(1);
    -webkit-filter: brightness(0)invert(1);
}
/*=================================popup start======================================*/
.modal-area .modal-dialog {
    max-width: 60%;
    margin: 8% auto 0;
}
.modal-area .modal {
	background-color: rgba(28, 28, 28, 0.35);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: #fff;
	position: relative;
}
.modal-area .popup-content h3 {
    color: #1c1c1c;
}
.modal-area .popup-content p {
    margin: 2.5rem 0 4.5rem;
}
.modal-area .popup-content {
    padding: 5rem 10%;
    background-color: #fff;
}
.close-img {
    font-family: 'MontserratRegular';
    font-size: 2rem;
    color: #fff;
    position: absolute;
    top: 2rem;
    right: 3rem;
    z-index: 1;
}
.close-img:hover {
    color: #fff;
}
.pop-up-image {
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
/*=================================contact page start======================================*/
/*****contact-map-sec*******/
.contact-map-sec {
    position: relative;
}
.contact-map-wrap { 
    height: 70rem;
}
.contact-map-sec::before {
    content: '';
    height: 45%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/map-overlay.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    pointer-events: none;
}
.contact-map-sec h1 {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
}
/*****contact-info-sec****/
.contact-info-sec {
    position: relative;
    padding: 6% 0 7%;
}
.contact-info-wrap{ 
    padding: 0 3rem;
}
.contact-info-sec::before{ 
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #121212;
    z-index: -1;
}
.each-contact-info-img {
    width: 90px;
    height: 90px;
    border: 2px solid #e31d23;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4rem;
}
.each-contact-info-img img {
    width: 3.5rem;
}
.each-contact-info-text h5 { 
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
.each-contact-info-text p {
    color: #8f8f8f;
}
.each-contact-info-text p a {
    color: #8f8f8f;
}
.each-contact-info-text p a:hover {
    color: #e31d23;
}
.each-contact-info-text p a.slim_effect_text_link::before {
    height: 1px;
    background-color: #e31d23;
}
.each-contact-info {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333333;
    border-right: 0;
    padding: 20% 1.2rem;
}
.contact-info-sec .col-lg-4:first-child .each-contact-info {
    border-left: 0;
}
/****contact-time-sec****/
.contact-time-sec {
    position: relative;
    background-color: #121212;
}
.contact-time-sec::after {
    content: "";
    height: 13%;
    width: 50%;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1;
    position: absolute;
}
.contact-time-sec::before {
    content: "";
    height: 13%;
    width: 50%;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1;
    position: absolute;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.contact-time-text {
    padding: 6rem 26% 20rem;
}
.contact-time-text td { 
    vertical-align: top;
    font-family: "Sequel100Black45";
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.8;
}
.contact-time-text p {
    color: #8f8f8f;
}
.contact-time-text td:nth-child(odd) {
    padding-right: 4rem;
}
.contact-time-text table {
    margin: 2rem 0;
}
.contact-time-img {
    height: 100%;
}
.contact-time-img img{
    height: 100%;
    object-fit: cover;
}
/****contact-form-sec*****/
.contact-form-sec {
    padding: 6% 0 10%;
}
.form-styl {
    resize: none;
    background-color: transparent;
    font-family: 'Sequel100Black45';
    border: 1px solid #6b6b6b;
    color: rgba(28,28,28,0.4);
    font-size: 1.3rem;
    padding: 0 4.5rem;
    border-radius: 0;
    text-transform: uppercase;
    height: 7.5rem;
}
.form-group {
    margin-bottom: 2.4rem;
}
.form-styl:focus {
    color: rgba(28,28,28,0.4);
    box-shadow: none;
    border-color: #6b6b6b;
    background-color: transparent;
} 
.form-styl:placeholder {
	color: rgba(28,28,28,0.4);
}
.form-styl:-ms-input-placeholder {
	color: rgba(28,28,28,0.4);
}
.form-styl::placeholder {
	color: rgba(28,28,28,0.4);
}
textarea.form-styl {
    height: 20rem;
    padding: 3rem 4.5rem;
}
.foto_upload{
    line-height: 7.5rem;
}
.form-btn-place {
    position: relative;
}
.form-btn-place .formErrorContent{
    position: absolute !important;
}
.contact-form-sec .common-btn {
    position: absolute;
    right: -2rem;
    bottom: 0;
}
.contact-form-sec h2 {
    margin-bottom: 4rem;
}
/*=================================diensten page start======================================*/
.inner-banner-sec {
    padding: 15% 0 7%;
}
/****diensten-list-sec****/
.diensten-list-sec { 
    padding-top: 8%;
    overflow: hidden;
}
.each-diensten-list {
    position: relative;
    margin-bottom: 8%;
}
.each-diensten-list::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f8f8f8;
    position: absolute;
    z-index: -1;
    clip-path: polygon(0 0, 7% 0, 33% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 7% 0, 33% 100%, 0% 100%);
}
.each-diensten-text {
    padding: 2rem 0 2rem 15%;
}
.each-diensten-text p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 2.5rem 0 4rem;
    text-align: justify;
}
.each-diensten-img {
    position: relative;
}
.each-diensten-img::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    position: absolute;
    clip-path: polygon(0 0, 0 0, 52% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 0 0, 52% 100%, 0% 100%);
}
.each-diensten-list:nth-child(even) .each-diensten-text {
    padding-left: 0;
    padding-right: 15%;
}
.each-diensten-list:nth-child(even) .each-diensten-img::before {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 48% 100%);
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 48% 100%);
}
.each-diensten-list:nth-child(even)::before {
    clip-path: polygon(93% 0, 100% 0, 100% 100%, 67% 100%);
    -webkit-clip-path: polygon(93% 0, 100% 0, 100% 100%, 67% 100%);
}
/*=================================bedankt page start======================================*/
.bedankt-banner-sec::after {
    display: none;
}
.bedankt-banner-sec::before {
    height: 100%;
}
/*====================aanbod-page-start=======================*/
/****inner-header*****/
.inner-header{
    position: relative;
    background-color: #181818;
}
/****aanbod-filter-sec****/
.aanbod-filter-sec{
    position: relative;
}
.aanbod-filter-wrap{
    padding: 0 3rem;
}
.aanbod-filter-sec:after{
    content: "";
    width: 42%;
    height: 100%;
    background-color: #f8f8f8;
    clip-path: polygon(0 0, 75% 0, 63% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 75% 0, 63% 100%, 0 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.aanbod-filter-sec .col-lg-2{
    padding: 0 0.2rem;
}
.aanbod-filter-sec .select-style {
	width: 100%;
    height: 6.7rem;
    color: rgba(28,28,28,0.5);
    font-family: 'Sequel100Black45';
    font-size: 1.3rem;
    appearance: none;
    text-align: center;
    border: 0;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	background-color: transparent;
    letter-spacing: 0.05rem;
}
.aanbod-filter-sec option{
    font-family: arial;
}
.select-outer{
	position: relative;
}
.select-outer:after{
	content: "";
	width: 100%;
	height: 100%;
	background-color: transparent;
	top: 0;
	left: 0;
	position: absolute;
	border: 1px solid #dbdbdb;
	transform: skew(45deg);
	z-index: 1;
}
.aanbod-filter-sec h2{
	margin-bottom: 7%;
}
.aanbod-filter-sec h2 span{
	color: #e31d23;
}
.aanbod-filter-sec{
	padding-top: 6%;
}
.zoken-btn .common-btn{
	width: 100%;
    height: 6.7rem;
    min-width: 100%;
    color: #fff;
    font-family: 'Sequel100Black45';
	max-width: 100%;
    font-size: 1.3rem;
    line-height: 6.7rem;
    border: 1px solid #dbdbdb;
    padding: 0;
    position: relative;
    right: 0;
    clip-path: none;
    transform: skew(45deg);
}
.zoken-btn .common-btn > span{
    display: inline-block;
    transform: skew(-45deg);
}
.wis-div a{
	font-family: 'Sequel100Black45';
	font-size: 1.3rem;
	color: #e31d23;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
    text-transform: uppercase;
}
.wis-div a:hover{
	color: #1c1c1c;
}
.wis-div{
	padding: 2rem 0;
}
.wis-div img{
	width: 1.2rem;
}
/***aanbod-product-sec****/
.aanbod-product-sec{
   padding-bottom: 6.5%;
   position: relative;
}
.aanbod-product-sec:before{
    z-index: -1;
    background-color: #f8f8f8;
    height: 32%;
    top: 0;
    position: absolute;
    left: 0;
    width: 36%;
    content: '';
    clip-path: polygon(0 0, 94% 0, 50% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 94% 0, 50% 100%, 0);
}
.aanbod-product-middle-content .txt-btn,
.aanbod-product-middle-content p{
    color: #fff;
}
.aanbod-product-middle-content p{
    margin-top: 1.5rem;
    opacity: 0.5;
}
.aanbod-product-middle-content{
    padding:10% 4rem;
    max-width: 58.5rem;
    width: 100%;
}
.aanbod-product-middle-content h5 span img{
    width: 1.2rem;
    margin-left: 1rem;
}
.aanbod-product-sec .each-product{
    margin-bottom: 2rem;
}
.aanbod-middle-outer{
    margin-bottom: 2rem;
}
.aanbod-product-sec:after{
    content: "";
    width: 37%;
    height: 79%;
    background-color: #f8f8f8;
    clip-path: polygon(60% 0, 100% 0, 100% 100%, 13% 100%);
    -webkit-clip-path: polygon(60% 0, 100% 0, 100% 100%, 13% 100%);
    position: absolute;
    right: 0;
    bottom: 3.5rem;
    z-index: -1;
}
.product-img{
    overflow: hidden;
}
/*.product-img img{
    margin: -5% 0 0;
}*/
/*====================verkocht-page-starts=======================*/
/***verkocht-product-sec****/
.verkocht-product-sec{
    padding-top: 7%;
}
.verkocht-product-sec:before{
    width: 30%;
    height: 35%;
}
.verkocht-product-sec:after{
    display: none;
}
.verkocht-product-sec .product-pm::after{
    top: -1rem;
}
/*=============================aanbod-dtl page-start================================*/
/****dtl-bk-btn-sec****/
.dtl-bk-btn-sec {
    position: relative;
}
.dtl-bk-btn-sec .common-btn {
    position: absolute;
    top: 9rem;
    z-index: 5;
    left: 5%;
    max-width: 34rem;
    min-width: 34rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
/**dtl-share-area****/
.dtl-share-area { 
    padding: 4.5rem 0;
}
.dtl-share-area a {
    margin-left: 2.4rem;
}
.dtl-share-area img {
    width: 2.2rem;
    filter: brightness(0);
    -webkit-filter: brightness(0);
}
.dtl-share-area img:hover {
    filter: brightness(1);
    -webkit-filter: brightness(1);
}
/****dtl-top-sec****/
.dtl-top-slider .common-arrow img { 
    filter: brightness(10);
    -webkit-filter: brightness(10);
}
.dtl-top-slider .swiper-button-next {
    right: 4%;
}
.dtl-top-slider .swiper-button-prev {
    left: 4%;
}
.dtl-top-slider .gallery-thumbs .dtl-car-slide {
    position: relative;
}
.gallery-thumbs .dtl-car-slide::before {
    background-size: 3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: 3rem;
    height: 3rem;
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    z-index: 1;
    display: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.gallery-thumbs .dtl-car-slide::after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/****dtl-top-info*****/
.dtl-top-info { 
    background-color: #000000;
    padding: 5rem 8%;
}
.dtl-top-car-model {
    border-bottom: 1px solid #333333;
    margin-bottom: 8%;
    padding-bottom: 10%;
}
.dtl-top-car-model h5 {
    color: #fff;
    margin-top: 6%;
}
.dtl-top-car-price table {
    width: 100%;
}
.dtl-top-car-price td {
    width: 33.33%;
    vertical-align: top;
}
.dtl-top-car-price h5 {
    color: #fff;
}
.dtl-top-car-spec {
    margin: 10% 0 4%;
}
.dtl-top-car-spec h5 {
    font-size: 1.5rem;
    color: #fff;
    margin-top: 1rem;
}
.dtl-top-car-spec table {
    width: 100%;
}
.dtl-top-car-spec td {
    width: 33.33%;
    vertical-align: top;
    padding-bottom: 10%;
}
.dtl-top-car-btn .txt-btn {
    color: #fff;
}
.dtl-top-car-btn .txt-btn:hover {
    color: #e31d23;
}
/****dtl-tab-sec******/
.dtl-tab-sec {
    padding: 55px 0 8%;
    overflow: hidden;
    /*position: relative;*/
}
/*.dtl-tab-sec::before {
    content: "";
    width: 100%;
    height: 66%;
    top: 20rem;
    left: 0;
    background-color: #f8f8f8;
    position: absolute;
    z-index: -1;
    clip-path: polygon(0 0, 7% 0, 33% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 7% 0, 33% 100%, 0% 100%);
}*/
.dtl-tab-sec .tab-btn .nav-tabs {
	border: 0;
}
.dtl-tab-sec .tab-btn {
    padding: 0 2% 6%;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    width: 19.7%;
    text-align: center;
    font-family: 'Sequel100Black45';
    font-size: 1.3rem;
    margin-right: 0.2rem;
	margin-bottom: 0.2rem;
	position: relative;
	word-break: break-word;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 1px solid #dbdbdb;
    background-color: #fff;
    text-transform: uppercase;
    color: rgba(28, 28, 28, 0.5);
    padding: 2.2rem 0;
    width: 100%;
	height: 100%;
    transform: skew(45deg);
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link span {
    display: inline-block;
    transform: skew(-45deg);
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
    background-color: #e31d23;
	color: #fff;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover {
    background-color: #e31d23;
	color: #fff;
}
/*.dtl-tab-sec .tab-btn .nav-tabs .nav-item:last-child {
    margin-right: 0;
}*/
/***tab-content****/
.tab-content {
    padding-right: 5%;
    position: relative;
}
.tab-content::before {
    content: "";
    width: 120rem;
    height: 40rem;
    top: -5rem;
    left: -20%;
    background-color: #f8f8f8;
    position: absolute;
    z-index: -1;
    clip-path: polygon(0 0, 25% 0, 85% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 20% 0, 56% 100%, 0% 100%);
}
.dtl-tab-sec .tab-content ul li {
    font-family: 'MontserratRegular';
    font-size: 1.6rem;
    color: #1c1c1c;
    padding-bottom: 1rem;
    word-break: break-word;
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 0.8rem;
    padding-left: 2rem;
    background-size: 0.7rem;
    color: rgba(28, 28, 28, 0.5);
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.bullet-panel h3 {
    color: #1c1c1c;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 1rem;
    font-family: 'MontserratRegular';
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 2rem;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 2rem;
    position: relative;
    font-family: 'MontserratRegular';
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.8rem;
    position: absolute;
    top: 0.8rem;
    left: 0;
    content: '';
    width: 0.8rem;
    height: 0.8rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e31d23;
    font-size: 16px;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #e31d23;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 30px;
    color: #fff;
	font-size: 1.6rem;
}
.each-onderhoud-block h4 {
    color: #1c1c1c;
    font-family: 'MontserratRegular';
    font-size: 2.2rem;
    font-weight: bold;
}
.each-onderhoud-block h5 {
    color: #1c1c1c;
    margin: 10px 0px 30px;
    font-size: 1.8rem;
	font-family: 'MontserratRegular';
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
/*****dtl-tab-info****/
.dtl-tab-info { 
    border-left: 1px solid #dbdbdb;
    padding: 11% 17%;
}
.each-dtl-tab-info {
    margin-bottom: 20%;
}
.each-dtl-tab-info:last-child {
    margin: 0;
}
.each-dtl-tab-info h5 {
    text-transform: uppercase;
}
.each-dtl-tab-info p { 
    color: #8f8f8f;
    line-height: 2.2;
    margin-top: 1rem;
}
.each-dtl-tab-info p a { 
    color: #8f8f8f;
}
.each-dtl-tab-info p a:hover { 
    color: #e31d23;
}
.each-dtl-tab-info p a.slim_effect_text_link::before {
    height: 1px;
    background-color: #e31d23;
}
/***aanbod-dtl-contact-form-sec****/
.aanbod-dtl-contact-form-sec { 
    background-color: #f8f8f8;
    padding: 5% 0;
}
/*****related-product-sec****/
.related-product-sec {
    padding: 6% 0;
}
.related-product-sec::before {
    height: 55%;
}
/*====================diensten-dtl-page=======================*/
/***back-btn-sec****/
.back-btn-sec{
    position: relative;
}
.back-btn-sec .common-btn{
    position: absolute;
    top: 0;
    z-index: 2;
}
.back-btn-sec .common-btn:active, 
.back-btn-sec .common-btn:focus, 
.back-btn-sec .common-btn:hover {
    background-color: #fff;
    color: #e31d23;
}
/***diensten-dtl-top-sec****/
.diensten-dtl-top-sec h2{
    margin-bottom: 2rem;
    color: #fff;
}
.diensten-dtl-top-sec p{
    color: #8f8f8f;
}
.diensten-dtl-top-sec .contact-time-text{
    padding: 23rem 16% 34% 15%;
}
.diensten-dtl-top-sec::after{
    display: none;
}
.diensten-dtl-top-sec::before{
    background-color: #f8f8f8;
    width: 37%;
}
.diensten-dtl-top-sec .contact-time-img{
    position: relative;
}
.diensten-dtl-top-sec .contact-time-img:before{
    content: "";
    width: 26%;
    height: 69%;
    left: 0;
    bottom: 0;
    background-color: #121212;
    position: absolute;
    z-index: 2;
    clip-path: polygon(0 73%, 100% 81%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 73%, 100% 81%, 100% 100%, 0 100%);
}
/***diensten-dtl-contact-info****/
.diensten-dtl-contact-info{
    padding: 0;
    position: relative;
}
.diensten-dtl-contact-info .each-contact-info{
    border: none;
    padding-top: 13%;
    padding-bottom: 37%;
    padding-right: 12%;
    width: 100%;
}
.diensten-dtl-contact-info .contact-info-wrap {
    padding: 0;
}
.diensten-dtl-contact-info .each-contact-info-img{
    width: 10rem;
}
.diensten-dtl-contact-info .each-contact-info-text{
    width: calc(100% - 10rem);
}
.diensten-dtl-contact-info:after{
    content: "";
    width: 37%;
    height: 100%;
    background-color: #f8f8f8;
    top: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
/***diensten-dtl-middle-sec****/
.diensten-dtl-middle-sec {
    padding: 8.5% 0 6% 0;
    position: relative;
}
.diensten-dtl-middle-sec table{
    width: 100%;
}
.diensten-dtl-middle-sec table h2{
    margin-bottom: 3.5rem;
}
.diensten-dtl-middle-sec table td{
    width: 50%;
    vertical-align: top;
}
.diensten-dtl-middle-sec table td:first-child{
    padding-right: 4.8%;
}
.diensten-dtl-middle-sec table td:last-child{
    padding-left: 4.8%;
}
.diensten-dtl-middle-sec:after{
    content: "";
    width: 35.85%;
    height: 100px;
    background-color: #f8f8f8;
    top: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 83%, 0 0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 83%, 0 0);
}
/***diensten-dtl-contact-sec****/
.diensten-dtl-contact-sec{
    padding-bottom: 12.5%;
}
/***diensten-dtl-slider-sec****/
.diensten-dtl-slider-sec .olufsen_each_block {
    width: 100%;
}
.diensten-dtl-slider-sec .olufsen_each_block h5{
    color: #fff;
}
.diensten-dtl-slider-sec .olufsen_text_content{
    justify-content: center;
    background-color: transparent;
    z-index: 1;
    align-items: center;
}
.diensten-dtl-slider-sec .olufsen_each_block a {
    padding: 0;
    margin: 0;
}
.diensten-dtl-slider-sec .olufsen_image_content{
    position: relative;
}
/*====================over-ons-page=======================*/
/***over-ons-top-sec****/
.over-ons-top-sec{
    position: relative;
    padding: 8% 0 9% 0;
}
.over-ons-top-sec:after{
    content: "";
    width: 36%;
    height: 100%;
    background-color: #f8f8f8;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    clip-path: polygon(0 0, 28% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 28% 0, 100% 100%, 0% 100%);
}
.over-ons-top-sec:before{
    content: "";
    width: 33%;
    height: 100%;
    background-color: #f8f8f8;
    right: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    clip-path: polygon(0 0, 22% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 22% 0, 100% 100%, 0% 100%);
    transform: rotate(180deg);
}
/***ons-info-sec****/
.ons-info-sec{
    padding: 7% 0 0 0;
}
.ons-info-sec:after{
    display: none;
}
.ons-info-sec .each-contact-info{
    padding-right: 0;
}
/***ons-member-sec****/
.ons-member-sec{
    overflow: hidden;
}
.ons-member-sec .twisted_each_block{
    width: calc(100% + 50%);
}
.ons-member-slider {
    margin-left: -28%;
    margin-right: -4%;
    margin-top: .6rem;
}
.ons-member-slider .twisted_each_block .each_member{
    display: block;
    border-bottom: none;
    position: relative;
    text-align: center;
    text-decoration: none;
    padding: 20% 0;
    overflow: hidden;
}
.ons-member-sec .swiper-slide .twisted_each_block{
    clip-path: polygon(0 0, 67% 0, 100% 100%, 33% 100%);
    -webkit-clip-path: polygon(0 0, 67% 0, 100% 100%, 33% 100%);
}
.ons-member-sec .twisted_text_content{
    justify-content: center;
    bottom: 0;
}
.ons-member-sec .twisted_text_content::after {
    display: none;
}
.ons-member-sec .twisted_text_content h5{
    color: #fff;
}
.member-txt{
    position: absolute;
    bottom: 4rem;
    left: 62%;
    transform: translateX(-50%);
    width: 100%;
    text-align: left;
    display: none;
}
.ons-member-sec .twisted_each_block:focus .twisted_text_content, .ons-member-sec .twisted_each_block:hover .twisted_text_content{
    background-color:rgba(0,0,0,0.7)
}
.ons-member-sec .twisted_each_block:focus .twisted_text_content, .ons-member-sec .twisted_each_block:hover .twisted_text_content .member-txt{
    display: block;
}
/***ons-middle-sec****/
.ons-middle-sec{
    padding-top: 12%;
}
.ons-middle-sec .car-middle-txt:after{
    display: none;
}
.ons-middle-sec::before{
    width: 43%;
}
.ons-middle-sec .car-middle-txt{
    padding-left: 16%;
}
.ons-middle-sec .car-middle-img{
    width: 64%;
}
.ons-middle-sec:before{
    width: 46.8%;
    -webkit-clip-path: polygon(0 0, -19% 0, 97% 100%, 0 100%);
    clip-path: polygon(0 0, -19% 0, 97% 100%, 0 100%);
    top: 0.4rem;
}

/*******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;
}
.form-1 {
    display:none;
    margin-top: 30px !important;
    margin: 0 auto 10px;
}
.form-1 .form-styl{
    background-color: #fff;
}
.form-2 .form-styl{
    background-color: #fff;
}
.form-2 {
    display:none;
}
.privacy_section{
    padding-bottom: 50px;
}
.privacy_section h3{
    color: #1c1c1c;
}
.error_page{
    background: #000;
    padding-top: 110px;
}
iframe.calsty {
    width: 100%;
    height: 900px;
    border: 0;
}
.fixed-whatsapp-icon {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 10px;
	bottom: 0px;
	z-index: 999;
}

.fixed-whatsapp-icon img {
	width: 50px;
}

.popup .popuptext {
	display: none;
	width: 200px;
	background-color: #25D366;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	padding: 8px 0;
	position: absolute;
	z-index: 1;
	bottom: 3px;
	right: 5vw;
	font-size: small;
}

.notifcation {
	position: relative;
}

.alert-number {
	display: none;
	position: absolute;
	bottom: 43px;
	right: 4px;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	background-color: red;
	color: white;
	text-align: center;
	font-size: small;
	animation: shake 0.5s;
	animation-iteration-count: 1;
}
.mini-right-nav li{
    margin-bottom:4px;
    padding: 0;
    width: 60px;
    display: block;
    position: relative;
}
.mini-right-nav li a{
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #121212;
}
.mini-right-nav li.whtasapp-nav a, .mini-right-nav .whtasapp-nav span:after{
    background-color: #68bb5f;
}
.mini-right-nav span {
    font-family: 'MontserratRegular';
    font-size:16px;
    bottom: 0;
    right: 60px;
    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;  
}
.mini-right-nav span:after{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 60px);
    content: '';
    background-color: #121212;
    height: 60px;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    transition: 0.50s;
    z-index: -1; 
}
.mini-right-nav a:hover  span{ width:auto; padding:0 25px ;/*overflow:visible;*/ }
.mini-right-nav a:hover {text-decoration:none;}
.mini-right-nav a span{
    color:#e41d23;
}
.mini-right-nav img{
    width: 20px;
    position: relative;
    z-index: 1;
}
.mini-right-nav{
    position: fixed;
    top: calc(10% + 210px);
    z-index: 9;
    right: 0px;
}
.mini-right-nav span{
    overflow: hidden;
}
.mini-right-nav span:before{
    background: hsla(0,0%,100%,.15);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.mini-right-nav a:hover span:before {
    -webkit-animation: f .6s linear forwards;
    animation: f .6s linear forwards;
}

.widget-btn-area{
    bottom: 2rem;
    left: 3rem;
    z-index: 99;
}
.widget-btn{
    border-radius: 10px;
    background: #e31d23;
    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 2rem;
    font-size: 1.5rem;
    font-family: 'Sequel100Black45';
    cursor: pointer;
    color: #fff;
}   
.widget-btn span:after, .widget-mobile span:after{
    position: absolute;
    top: 8px;
    transform: rotate(90deg);
    right: -10px;
    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-size: 2.4rem;
}
.widget-content h5{
    font-family: 'MontserratRegular';
    font-size: 1.5rem;
    margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
    text-decoration: underline;
    color: #e31d23;
}
.widget-content button, .widget-mobile button{
    border-radius: 5px;
    color: #fff;
    border: 2px solid #e31d23;
    background: #e31d23;
    padding: 1.2rem 2rem;
    font-size: 1.5rem;
    font-family: 'Sequel100Black45';
    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: #e31d23 !important;
}
.monthly_amount{
    cursor:pointer;
}
@media screen and (max-width: 600px) {
	.popuptext {
		right: 60px !important;
	}
}
@media (max-width : 767.98px){
	.fixed-whatsapp-icon{
		display: none;
	}
}