@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'MontserratRegular';
    font-size: 1.8rem;
    color: #1c1c1c;
}
html {
    font-size: 62.5%;
}
.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;
}
/*************side area**********/
.mini-right-nav li{
    margin: 0 0 2px;
    padding: 0;
    width: 60px;
    display: block;
    position: relative;
}
.mini-right-nav li .navtext{
    position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #1c1c1c;
	border-radius: 5px 0 0 5px;
}
.mini-right-nav span {
    font-family: 'MontserratRegular';
    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 span:after{
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% + 60px);
	border-radius: 5px 0 0 5px;
	content: '';
	background-color: #1c1c1c;
	height: 60px;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index: -1; 
}
.mini-right-nav .whtasapp-nav span:after{
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% + 60px);
	border-radius: 5px 0 0 5px;
	content: '';
	background-color: #25D366;
	height: 60px;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index: -1; 
}
.mini-right-nav .navtext:hover span{ 
	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 span, .mini-right-nav .navtext span a{
	color:#fff;
}
/*.mini-right-nav li.whtasapp-nav .navtext, .mini-right-nav .whtasapp-nav span:after{
	background-color: #58c04d;
}*/
.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;
	top: 50%;
	z-index: 9;
	right: 0px;
}
/***header***/
.header-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	padding: 2.5rem 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-area.stiky{
    position: fixed;
	background-color: #121212;
}
.header-area.stiky .header-contact{
	display: none;
}
.header-logo img {
	width: 30.5rem;
}
.header-menu li {
	font-size: 1.6rem;
    font-family: 'MontserratSemiBold';
	margin-right: 4rem;
	display: inline-block;
	text-transform: uppercase;
}
.header-menu li:last-child {
	margin-right: 0;
}
.header-menu li a {
	color: #fff;
}
.header-menu li a:hover {
	color: #c42a2a;
}
.header-contact {
	margin-bottom: 3rem;
}
.header-callmail img {
	width: 2.2rem;
	margin-right: 1.5rem;
}
.header-callmail li {
	display: inline-block;
	margin-right: 3rem;
}
.header-callmail li:last-child {
	margin-right: 0;
}
.header-callmail li a {
	color: #fff;
	/*opacity: 0.5;*/
}
.header-callmail li a:hover {
	opacity: 1;
}
.header-contact {
	display: flex;
	align-items: center;
	justify-content: end;
	position: relative;
}
.header-btn {
	width: 27rem;
	margin-left: 1.5rem;
}
.header-info {
	/*max-width: 85rem;*/
	max-width: 185rem;
	margin-left: auto;
}
.top-bovag{ 
	width: 95px;
}
/****banner-sec*****/
.banner-sec{ 
	position: relative;
	height: 100vh;
}
.banner-sec .each-banner img{
	height: 100%;
	object-fit: cover;
}
.each-banner { 
	position: relative;
}
.each-banner::after {
	content: '';
	background-color: rgba(18, 18, 18, 0.29);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.banner-content { 
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	width: 100%;
	padding-top: 5%;
}
.banner-content h2 {
	margin-bottom: 4rem;
}
/****filter-sec******/
.filter-sec {
	background-color: #efefef;
}
.filter-wrap { 
	background-color: #121212;
    border-radius: 2rem;
    padding: 3rem 4rem;
    margin-top: -7rem;
    position: relative;
    z-index: 1;
}
.each-filter-info h5 { 
	font-size: 2.2rem;
	letter-spacing: 0.2rem;
	margin-bottom: .5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-filter-info p {
	font-family: 'MontserratMedium';
	color: #fff;
	opacity: 0.5;
}
.each-filter-info:hover h5 {
	color: #c42a2a;
}
.select-style {
   width: 100%;
    height: 7rem;
    line-height: 7rem;
    color: #fff;
    font-family: 'MontserratSemiBold';
    font-size: 1.5rem;
    border: 1px solid #797979;
    border-radius: 1rem;
    background: url(../images/down-arrow.svg) #121212 no-repeat 95% center/13px;
    appearance: none;
    padding: 0 3rem 0 1.2rem !important;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.select-style option{
	font-family: arial;
}
/***product-sec***/
.product-sec { 
	background-color: #efefef;
	padding: 9rem 0 8rem;
}
.sec-heading { 
	max-width: 105rem;
	margin: 0 auto 7.5rem;
}
.sec-heading h3 {
	font-family: 'MontserratBold';
	margin-bottom: 2rem;
}
.product-wrap {
	margin: 0 -1rem;
}
.each-product {
	background-color: #121212;
	border-radius: 2rem 2rem;
	margin: 0 1rem 3rem;
}
.product-dtl {
	padding: 2rem 1rem;
}
.product-model {
	margin-bottom: 3rem;
}
.product-model h5 {
	margin-bottom: 1rem;
	text-transform: uppercase;
	height: 45px;
    overflow: hidden;
}
.product-model h6{
	height: 40px;
	overflow: hidden;
}
.product-dtl table{
	width: 100%;
}
.product-dtl td {
	vertical-align: top;
    padding: 0 1rem;
    position: relative;
    font-size: 1.8rem;
    font-family: 'MontserratMedium';
    color: #fff;
    letter-spacing: 0.1rem;
}
.product-dtl td span {
    color: #a0a0a0;
    font-family: 'MontserratRegular';
    margin-bottom: 0.2rem;
    display: block;
	font-size: 1.4rem;
}
.product-dtl td::after {
    content: '';
    height: 70%;
    width: 2px;
    background-color: #c42a2a;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(15deg);
}
.product-dtl td:first-child {
    padding-left: 0;
}
.product-dtl td:last-child {
    padding-right: 0;
}
.product-dtl td:last-child::after {
	display: none;
}
.product-sec .akker_btn_cls {
	margin-top: 5rem;
}
.product-img{
	overflow: hidden;
}
.each-product .product-img{
	border-radius: 2rem 2rem 0 0;
}
.product-img img{
	margin: 0% 0;
}
.dtl-gallery-sec .product-img img{
	margin: 0% 0;
}
.dtl-gallery-sec .col-lg-2 .product-img img{
	height: calc(100% + 13%);
}
.annbod-list-sec .product-img img{
	margin: 0% 0;
}
/***service-sec****/
.service-sec {
	padding: 7% 0 5rem;
	position: relative;
	overflow: hidden;
}
.service-sec .sec-heading h3, .service-sec .sec-heading p{
	color: #fff;
}
.service-sec::after {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../images/service-bg-gradient.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.each-service {
	position: relative;
	border-radius: 2.5rem;
	overflow: hidden;
}
.each-service .olufsen_each_block a:after{
	display: none;
}
.each-service::after {
	content: '';
	height: 40%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(360deg, rgba(0,0,0,0.67) 0%, rgba(0,212,255,0) 100%);
}
.each-service h5 {
	text-transform: uppercase;
}
.each-service h6 {
	font-family: 'MontserratRegular';
    color: #fff;
	margin-top: 1rem;
	transition: all 0.5s;
}
.service-sec .olufsen_each_block .olufsen_image_content {
	position: relative;
}
.service-sec .olufsen_text_content {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    z-index: 1;
    width: 100%;
    padding: 0 1.2rem 2rem;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    white-space: normal;
    word-break: break-word;
}
.each-service:hover h6 {
	color: #c42a2a;
}
.service-slider .common-arrow {
	z-index: 15;
}
.service-slider .swiper-pagination {
	top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}
.service-slider .swiper-pagination-bullet { 
	background-color: #fff;
	width: 12rem;
	height: 0.3rem;
	border-radius: 0;
}
.service-slider-control{ 
	position: relative;
	max-width: 75rem;
	width: 100%;
	margin: 10rem auto 0;
	z-index: 1;
}
.service-slider .swiper-wrapper{
	display: inline-block;
    text-align: center;
    white-space: nowrap;
}
.service-slider .swiper-slide{
	display: inline-block;
}
/***aboutus-sec****/
.aboutus-sec {
	padding: 10rem 0;
	background-color: #121212;
	overflow: hidden;
}
.aboutus-counter {
	background-color: #121212;
    position: relative;
    margin-bottom: 0;
    padding-top: 7rem;
}
.aboutus-counter:before, .contact-dtl-sec:before{
	position: absolute;
    bottom: -5vw;
    right: 0;
    content: '';
    width: 70vw;
    height: 13vw;
    background-image: url(../images/aboutus-line.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.aboutus-counter h2 {
	margin-bottom: 7.5rem;
}
.aboutus-counter td {
	vertical-align: top;
	padding: 0 4rem;
	position: relative;
	z-index: 1;
}
.aboutus-counter td::after {
	content: '';
    height: 60%;
    width: 2px;
    background-color: #c42a2a;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(15deg);
}
.aboutus-counter td:first-child {
	padding-left: 0;
}
.aboutus-counter td:last-child {
	padding-right: 0;
}
.aboutus-counter td:last-child::after {
	display: none;
}
.aboutus-counter td h1, .aboutus-counter td h4 {
	display: inline-block;
	vertical-align: middle;
}
.aboutus-counter td h4 {
	margin-left: 2rem;
}
.aboutus-gallery { 
	position: relative;
}
.aboutus-gallery .olufsen_each_block img {
	height: 100%;
	object-fit: cover;
	border-radius: 2rem;
}
.aboutus-gallery .olufsen_each_block {
	overflow: hidden;
	border-radius: 2rem;
	height: 100%;
	padding: 0.7rem;
}
.aboutus-gallery .olufsen_each_block .olufsen_image_content {
	position: relative;
	overflow: hidden;
}
.aboutus-gallery .olufsen_each_block a {
	height: 100%;
	border-radius: 2rem;
}
.aboutus-gallery-text {
	border-radius: 2rem;
	border: 1px solid #fff;
	padding: 6rem 4rem;
	margin: 0.7rem;
}
.aboutus-gallery-text h3 { 
	color: #fff;
}
.aboutus-gallery-text p {
	margin: 3rem 0 4rem;
	color: #fff;
}
.insta-block { 
	margin: 1.5rem 0.7rem 0.7rem;
}
.insta-block img {
	height: 100%;
	object-fit: cover;
}
.welcome-txt {
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	z-index: 1;
}
.welcome-txt h2 {
    font-size: 8vw;
    font-family: 'MontserratBold';
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
	writing-mode: vertical-lr;
	text-orientation: upright;
}
/**footer-area***/
.footer-area { 
	padding: 9rem 0 2rem;
}
.each-footer-info {
	margin-bottom: 6rem;
}
.each-footer-info h4 {
	margin-bottom: 2.5rem;
	color: #272a37;
}
.each-footer-info li {
	line-height: 3.5rem;
}
.each-footer-info a {
	font-size: 1.8rem;
	color: #8d8d93;
	font-family: 'MontserratMedium';
}
.each-footer-info a:hover {
	color: #c42a2a;
}
.each-footer-info p {
	line-height: 3.5rem;
	color: #8d8d93;
	font-family: 'MontserratMedium';
}
.ftr-logo img{
	width: 300px;
}
.footer-btm{ 
	border-top: 1px solid #bababa;
	padding-top: 2rem;
}
.each-footer-info a.reviw-link{
	color: #0064ff;
	text-decoration: underline;
	font-family: 'robotobold';
}
.each-footer-info table {
	margin-left: auto;
}
.each-footer-info td:last-child{
	padding-left: 3.2rem;
}
.each-footer-info td:last-child h4{
	margin-bottom: 0.5rem;
	font-family: 'robotobold';
}
.ftr-icon{
    text-align: right;
}
.ftr-icon ul li{
	display: inline-block;
	margin: 0 1rem;
}
.ftr-icon ul li a{
	margin-right: 1rem;
}
.ftr-icon ul li a img{
	width: 2.6rem;
}
/*===========================contact page start================================*/
/****contact-map-sec****/
.contact-map-sec {
	height: 70rem;
}
/***contact-dtl-sec*****/
.contact-dtl-sec { 
	background-color: #121212;
	padding: 7% 0 8%;
	position: relative;
}
.contact-dtl-sec:before {
    bottom: 24vw;
}
.each-contact-info {
	margin-bottom: 10rem;
}
.contact-info .col-md-6:last-child .each-contact-info {
	margin-bottom: 0;
}
.each-contact-info h4 { 
	margin-bottom: 1.5rem;
}
.each-contact-info p {
	color: #8d8d93;
    font-family: 'MontserratMedium';
	line-height: 3.5rem;
}
.each-contact-info p a {
	color: #8d8d93;
}
.each-contact-info p a:hover {
	color: #c42a2a;
}
.contact-info table {
	width: 100%;
}
.contact-info td {
	vertical-align: top;
	padding-bottom: 10rem;
}
.contact-info td h4 {
	margin-bottom: 1.5rem;
}
.contact-info td p {
	color: #8d8d93;
    font-family: 'MontserratMedium';
    line-height: 3.5rem;
}
.contact-form-wrap {
	max-width: 75.6rem;
	width: 100%;
	margin-left: auto;
	margin-top: -65rem;
	position: relative;
}
.contact-form {
	background-color: #fff;
	border-radius: 2rem;
	padding: 5rem;
}
.contact-form h3 {
	margin-bottom: 3rem;
}
.form-styl {
    resize: none;
    background-color: transparent;
    border-radius: 0;
    font-family: 'MontserratMedium';
    border: 0;
	border-bottom: 2px solid #eaeaea;
    color: #121212;
    font-size: 1.8rem;
    padding: 1.5rem 0;
} 
.form-group {
	margin-bottom: 2rem;
}
.form-styl:placeholder {
	color: #121212;
	opacity: 1;
}
.form-styl:-ms-input-placeholder {
	color: #121212;
	opacity: 1;
}
.form-styl::placeholder {
	color: #121212;
	opacity: 1;
}
.form-styl:focus {
    box-shadow: none;
	color: #121212;
	background-color: transparent;
	border-color: #eaeaea;
}
.contact-form .akker_btn_cls {
	margin: 5rem -8rem 0 auto;
}
.contact-social {
	margin: 12% 0 0 10%;
	position: relative;
	z-index: 2;
}
.contact-social li {
	display: inline-block;
	margin-right: 3rem;
}
.contact-social li:last-child {
	margin: 0;
}
.contact-social a {
	background-color: #353535;
	height: 4.5rem;
	width: 4.5rem;
	border-radius: 100%;
	transition: all 0.5s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-social a img{ 
	width: 2.3rem;
}
.contact-social a:hover {
	background-color: #fff;
}
/***content-block***/
.content-block {
	background-color: #121212;
	padding-bottom: 7%;
}
.content-img{ 
	border-radius: 2rem;
	overflow: hidden;
}
.content-text {
	padding: 6rem 12%;
}
.content-text h2 {
	font-family: 'MontserratBold';
}
.content-text p {
	margin: 2rem 0 6rem;
	color: #fff;
}
.content-text .akker_btn_cls {
	margin-left: -30%;
}
/*===========================aanbod-dtl page start================================*/
/***inner-header***/
.inner-header {
	position: relative;
	background-color: #121212;
}
/***dtl-gallery-sec***/
.each-dtl-gal { 
	height: 100%;
}
.each-dtl-gal img { 
	height: 100%;
	object-fit: cover;
}
.dtl-gallery-sec .col-lg-5 {
	width: 40%;
}
.dtl-gallery-sec .col-lg-2 {
	width: 20%;
}
.dtl-gallery-sec .olufsen_each_block a {
	padding: 0;
	margin: 0;
	height: 100%;
}
.dtl-gallery-sec .olufsen_each_block a::after {
	display: none;
}
/*******slider-top********/
.aanbod-top-slider{
	background-color: #121212;
}
.aanbod-top-slider img.w-100{
	border-radius: 20px;
}
.aanbod-top-slider .swiper:before{
	width: 19.5%;
  	background: #121212;
  	opacity: .6;
}
.aanbod-top-slider .common-arrow{
	left: auto;
}
.aanbod-top-slider .common-arrow{
	width: 6rem;
    height: 3rem;
    border-radius: 100px;
    border: 2px solid #D9D9D9; 
}
.aanbod-top-slider .common-arrow:hover{
	background: #e1e1e1;
}
.aanbod-top-slider .common-arrow img{
	width: 14px;
}
.aanbod-top-slider .swiper-button-prev{
  	right: 9.5%;
}
.aanbod-top-slider .swiper-button-next{
	right: calc(9.5% - 7rem);
}
.aanbod-top-slider .common-arrow:not(:hover) img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.aanbod-top-slider .swiper-pagination{
  	left: auto;
  	right: calc(20.2% + 20px);
  	background: #c92b39;
  	padding: 5px 25px;
  	border-radius: 20px;
  	bottom: 20px;
  	font-family: 'MontserratSemiBold';
  	font-size: 16px;
}
/*****aanbod-dtl-desc-sec****/
.dtl-top-info {
	background-color: #121212;
	padding: 7rem 10%;
	height: 100%;
}
.dtl-top-car-model h3 {
	font-size: 3rem;
	color: #fff;
}
.dtl-top-car-model h4 {
	font-size: 1.8rem;
	color: #aaaaaa;
	margin-top: 1.5rem;
	letter-spacing: 0.1rem;
}
.dtl-top-car-price {
	border-top: 1px solid #474747;
	border-bottom: 1px solid #474747;
	padding: 3rem 0;
	margin: 4rem 0;
}
.dtl-top-car-price td {
	vertical-align: top;
    padding: 0 7rem;
    position: relative;
    font-size: 2rem;
    font-family: 'MontserratMedium';
    color: #fff;
    letter-spacing: 0.1rem;
}
.dtl-top-car-price td span {
	color: #aaaaaa;
	display: block;
	font-size: 1.8rem;
	margin-bottom: 1rem;
}
.dtl-top-car-price td:first-child {
	padding-left: 0;
}
.dtl-top-car-price td:last-child {
	padding-right: 0;
}
.dtl-top-car-price td::after {
    content: '';
    height: 80%;
    width: 2px;
    background-color: #c42a2a;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(15deg);
}
.dtl-top-car-price td:last-child::after {
	display: none;
}
.dtl-top-car-price table, .dtl-top-car-spec table{
	font-size: 0;
}
.dtl-top-car-spec td {
	vertical-align: top;
    padding: 0 7rem 4rem;
    font-size: 1.9rem;
	font-family: 'MontserratMedium';
    color: #fff;
    letter-spacing: 0.1rem;
    width: 33.33%;
    padding: 0 0 20px !important;
    display: inline-block;
}
.dtl-top-car-spec td span {
	color: #aaaaaa;
	display: block;
	margin-bottom: 1rem;
}
.dtl-top-car-spec td:first-child {
	padding-left: 0;
}
.dtl-top-car-spec td:last-child {
	padding-right: 0;
}
/**dtl-top-right***/
.dtl-top-right { 
	padding: 6rem 10%;
}
.dtl-top-right .dtl-top-car-model h3{
	color: #1c1c1c;
}
.dtl-car-cost h3 { 
	font-size: 3rem;
	margin-right: 2rem;
}
.dtl-car-cost h6 {
	color: #aaaaaa;
	font-family: 'MontserratMedium';
}
.dtl-car-cost h4 {
	color: #121212;
	margin-left: 2rem;
}
.dtl-car-cost hr {
	opacity: 1;
	margin: 0 0 3rem;
	background-color: #e1e1e1;
}
.each-dtl-car-cost { 
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 3rem;
}
.each-dtl-car-cost:last-child {
	margin-bottom: 0;
}
.dtl-contact-man {
	max-width: 11rem;
    height: 100%;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 3rem;
}
.dtl-contact-man img {
	height: 100%;
	object-fit: cover;
}
.dtl-contact-man-info {
	width: calc(100% - 11rem);
}
.dtl-contact-box-reach {
	display: flex;
	align-items: center;
}
.dtl-contact-box-reach td {
	vertical-align: top;
    padding: 0 3.5rem;
    font-size: 1.8rem;
	font-family: 'MontserratRegular';
    color: #757575;
	position: relative;
	word-break: break-word;
}
.dtl-contact-box-reach td span {
	color: #121212;
	display: block;
	text-transform: uppercase;
	margin-bottom: 1rem;
}
.dtl-contact-box-reach td::after {
	content: '';
    height: 80%;
    width: 2px;
    background-color: #c42a2a;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(15deg);
}
.dtl-contact-box-reach td:first-child {
	padding-left: 0;
}
.dtl-contact-box-reach td:last-child {
	padding-right: 0;
}
.dtl-contact-box-reach td:last-child::after {
	display: none;
}
.dtl-contact-box-reach td a {
	color: #757575;
}
.dtl-contact-box-reach td a:hover {
	color: #c42a2a;
}
.dtl-contact-box-btn {
	margin: 7rem 0 3.5rem;
}
.dtl-contact-box-btn .akker_btn_cls {
	max-width: 100%;
	min-width: 100%;
	border-color: #d2d2d2;
	color: #121212;
}
.dtl-contact-box-btn .akker_btn_cls:hover, .dtl-contact-box-btn .akker_btn_cls:focus, 
.dtl-contact-box-btn .akker_btn_cls:active{
	color: #fff;
	border-color: #c42a2a;
}
.dtl-contact-box-btn .col-md-2 {
	width: 23%;
}
.dtl-contact-box-btn .col-md-5 {
	width: 38.5%;
}
/***dtl-tab-sec***/
.dtl-tab-sec {
	padding: 5% 0;
	background-color: #efefef;
}
.dtl-tab-wrap {
	padding: 0 8%;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	border-color: #e1e1e1;
	justify-content: center;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    font-family: 'MontserratRegular';
    font-size: 1.5rem;
    margin: 0;
    word-break: break-word;
    margin-right: 1rem;
    margin-bottom: 4rem;
    width: 16%;
}
.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 {
    background-color: transparent;
    color: #121212;
    padding: 0;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: normal;
    width: 100%;
    padding: 12px 0;
    border: 1px solid #d2d2d2;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
	color: #fff;
	background-color: #c92b39;
	border-color: #c92b39;
}
/*****dtl-tab-content******/
.dtl-tab-content-heading h3 {
	padding: 5rem 0;
	display: block;
	font-size: 3rem;
	font-family: 'MontserratBold';
}
.dtl-tab-sec .tab-content ul li {
    font-family: 'MontserratRegular';
    font-size: 1.8rem;
    color: #121212;
    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: 1.3rem;
    background-size: 0.7rem;
    color: #121212;
	font-family: 'MontserratMedium';
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.bullet-panel h4 {
    border-bottom: 1px solid #121212;
    padding-bottom: 1rem;
    font-family: 'MontserratMedium';
	color: #121212;
}
.dtl-tab-sec .tab-content .tab_hedaing {
    padding-bottom: 2rem;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.3rem;
    position: relative;
    font-family: 'MontserratRegular';
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.7rem;
    position: absolute;
    top: 0.8rem;
    left: 0;
    content: '';
    width: 0.7rem;
    height: 0.7rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c42a2a;
    font-size: 16px;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #c42a2a;
    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: #121212;
    font-family: 'MontserratMedium';
    font-size: 2.2rem;
}
.each-onderhoud-block h5 {
    color: #121212;
    margin: 10px 0px 30px;
    font-size: 1.8rem;
	font-family: 'MontserratRegular';
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.related-product-slider .each-product{
	margin-bottom: 0;
}
/*===========================diensten-list-page start================================*/
/***diensten-list***/
.each-gallery-box {
    position: relative;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    width: 100%;
    height: 100%;
}
.diensten-list-sec .each-gallery-box .olufsen_each_block {
    overflow: hidden;
}
.diensten-list-sec .olufsen_each_block .olufsen_image_content {
    position: relative;
}
.each-gallery-box .gallery-holder img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.each-gallery-box h3 {
    position: absolute;
    top: auto;
    left: 9%;
    bottom: 7%;
    color: #fff;
}
.each-gallery-box h3:after{
	content: url(../images/right-arrow.svg);
    width: 2rem;
    right: -3.3rem;
    left: auto;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.each-gallery-box:hover .gallery-holder img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}
.each-gallery-box:hover h3:after{
	display: block;
}
.diensten-list-bottom-sec{
    background: #efefef;
    padding: 6% 0 6%;
}
.diensten-list-bottom-sec .content-text h2 {
    color: #1c1c1c;
}
.diensten-list-bottom-sec .content-text p {
    color: #1c1c1c;
}
/*===========================diensten-dtl-page start================================*/
/***diensten-dtl***/
.diensten-dtl-top-btn {
    position: relative;
}
.diensten-dtl-top-btn .akker_btn_cls {
    position: absolute;
    left: 7%;
    right: auto;
    top: 22rem;
    z-index: 1;
    color: #fff;
}
.diensten-banner-sec {
    background: #121212;
    padding-top: 38rem;
    padding-bottom: 6%;
}
.diensten-banner-content{
	padding-right: 16%;
}
.diensten-banner-content p {
    padding-top: 2.4rem;
    margin-top: 0;
    color: #fff;
}
.diensten-dtl-middle-sec{
	padding: 9% 0;
	background: #efefef;
	position: relative;
}
.dns-dtl-img-block{
	border-radius: 2rem 0 0 2rem;
    overflow: hidden;
    position: relative;
    margin-top: -58%;
}
.dns-dtl-text-block h2{
	color: #1c1c1c;
}
.dns-dtl-text-block p{
	padding-top: 2.4rem;
	padding-right: 17%;
}
.diensten-dtl-middle-sec:before{
	position: absolute;
    bottom: 6vw;
    right: 0;
    content: '';
    width: 70vw;
    height: 13vw;
    background-image: url(../images/red-line.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.diensten-dtl-form-sec{
	overflow: initial;
	padding-bottom: 7%;
	background-attachment: fixed;
}
.diensten-dtl-form-sec .contact-form-wrap {
    margin-top: -26rem;
    z-index: 1;
}
.diensten-dtl-form-sec .contact-info{
    z-index: 1;
    position: relative;
}
.diensten-dtl-services-sec{
	background: #121212;
	padding: 5rem 0 10rem;
	margin-top: -1px;
}
.diensten-dtl-services-sec:after{
	display: none;
}
/*===========================werkplaats-dtl-page start================================*/
/***werkplaats-dtl***/
.werkplaats-dtl-banner-sec .diensten-banner-content {
    padding-right: 0;
}
.werkplaats-dtl-banner-sec .diensten-banner-content p{
    padding-right: 15%;
}
.werkplaats-dtl-middle-sec .iframe{
	width: 100%;
	min-height: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.werkplaats-dtl-middle-sec .contact-form h3{
	border-bottom: 2px solid #eaeaea;
	padding-bottom: 2rem;
}
.werkplaats-dtl-middle-sec .contact-form .iframe h3{
	border-bottom: 0;
	padding-bottom: 0;
}
/*===========================annbod-list-page start================================*/
/***annbod-list***/
.annbod-list-sec{
   padding-bottom: 7%;
}
.annbod-list-filter-sec .each-filter-info {
	pointer-events: none;
}

/*===========================overons-page start================================*/
/***overons***/
.overons-top-sec{
	padding-top: 8%;
}
.overons-car-box{
	border-radius: 2rem;
    overflow: hidden;
    z-index: 1;
    position: relative;
    max-width: 610px;
    width: 100%;
    height: 100%;
    padding-right: 5%;
}
.overons-car-text{
	padding: 4rem 15% 16rem 0;
}
.overons-car-text h2{
	color: #1c1c1c;
}
.overons-car-text p{
	padding-top: 2.4rem;
}
.overons-middle-sec{
	position: relative;
	margin-top: -12rem;
	padding: 8% 0;
}
.overons-middle-car-box{
	border-radius: 2rem;
	overflow: hidden;
	z-index: 2;
    position: relative;
    margin: -30% 0 0 15%;
}
.overons-middle-car-box img,
.overons-car-box img{
	border-radius: 2rem;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.overons-middle-car-text{
    position: relative;
    z-index: 1;
    padding-right: 11%;
}
.overons-middle-car-text p{
	color: #fff;
	padding-top: 2.4rem;
}
.overons-team-sec{
	background: #121212;
    padding: 5rem 0 0;
}
.overons-team-head h2{
	margin-bottom: 4rem;
}
.overons-team-sec .tab-btn{
    margin-bottom: 7rem;
}
.overons-team-sec .tab-btn .nav-tabs {
    border: 0;
    justify-content: center;
}
.overons-team-sec .tab-btn .nav-tabs .nav-item {
    font-family: 'MontserratSemiBold';
    font-size: 1.6rem;
    margin: 0 3rem 1rem 0;
    word-break: break-word;
}
.overons-team-sec .tab-btn .nav-tabs .nav-item:last-child{
    margin-right: 0;
}
.overons-team-sec .tab-btn .nav-tabs .nav-link {
    margin-bottom: -1px;
    color: #fff;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 3.5rem;
    padding: 1.8rem 3.5rem;
    outline: 0;
}
.overons-team-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
    color: #fff;
    background: #c92b39;
    border: 1px solid #c92b39;
}
.each-overons-team{
    margin: 0 2rem 7rem;
}
.overons-team-box{
	border-radius: 2rem;
	overflow: hidden;
}
.overons-team-box img{
	border-radius: 2rem;
}
.overons-team-text{
	padding-top: 2.7rem;
}
.overons-team-text h4{
    font-size: 2.4rem;
    font-family: 'poppinslight';
}
.overons-team-text p{
	color: #b3b3b3;
	padding-top: 2.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-2, .form-3  {
	display:none;
	margin-top: 30px !important;
	margin: 0 auto 10px;
}
.privacy_section{
	border-bottom: 1px solid #bababa;
    padding-bottom: 4rem;
}
.related-product-wrap{
	position: relative;
	z-index: 0;
}
.related-product-wrap .swiper-button-prev{
	left: -3%;
}
.related-product-wrap .swiper-button-next{
	right: -3%;
}
.inner-pg-header .header-btn{
	margin-right: 0;
}
.iframe_cal{
	width:100%;
	height:1300px;
	border:0;
}
.side_logo {
  top: 160px;
  position: fixed;
  right: 0px;
  z-index: 9999999;
}
.diensten_reverse_area iframe{
	height: 870px;
}
.annbod-list-banner-sec{
	height: auto;
}
.overons-team-text .akker_btn_cls{
	max-width: 17rem;
	padding: .6rem 0.3rem;
	margin-top: 30px;
}
.overons-team-text.team-btn p:last-of-type{
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.overons-team-text p.full-height{
	display: block !important;
}
.home-bottom-gallery .col-lg-5 .olufsen_each_block{
	height:auto;
}
.print_pdf_cls {
	width: 25px;
	margin-right: 15px;
}
.fancybox__content{
	overflow: hidden !important;
	height: auto !important;
}
.fancybox__image{
	margin: 0% 0 !important;
}
/*=============popup===========*/
.modal-area .modal-dialog {
    max-width: 83%;
    margin: 12% auto 0;
}
.modal-area .close-img {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 1;
}
.modal-area .modal-content {
	border: 0;
	border-radius: 0;
}
.modal-area .popup-content h5 {
	color: #1c1c1c;
	margin-bottom: 30px;
}
.modal-area .modal-content p{
	font-size: 1.6rem;
}
.modal-area .popup-content {
	padding: 8% 10%;
}
.modal-area .pop-up-image img{
	height: 100%;
	object-fit: cover;
}