@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    color: #DEDEDE;
    /*overflow-x: hidden;*/
	font-family: 'widescreen_trialregular';
    font-size: 1.8rem;
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    border-color: rgba(255,255,255,0.1);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.1);
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/*****************header****************/
.header-area {
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #0E0E0E;
    border: 1px solid transparent;
}
.inner-header {
    background: #0E0E0E;
}
.logo img{
	width: 100px;
}
.menu-right{
	display: flex;
	align-items: center;
	justify-content: end;
	column-gap: 30px;
}
.menu-right ul{
	display: flex;
	align-items: center;
	column-gap: 35px;
}
.header-area .nav_menu_right_part {
    cursor: pointer;
    display: flex;
    align-items: center;
    column-gap: 2px;
    flex-direction: row;
    text-transform: uppercase;
    font-family: 'widescreen_trialex_medium';
    font-size: 2rem;
    line-height: normal;
    letter-spacing: 2px;
}
.header-area .nav_menu_right_part a{
	color: #b10f20;
}
.menu-right li a {
	color: #fff;
	font-family: 'widescreen_trialex_medium';
	font-size: 1.8rem;
	line-height: normal;
	position: relative;
	line-height: normal;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}
.menu-right li a:hover {
	color: #b10f20;
}
.sticky-hidden{
    z-index: 3;
    padding: 15px 0;
    border-color: #2b2b2b;
}
.menu-block .bars {
    padding: 16px 13px;
    overflow: hidden;
}
.menu-block .bars .bar {
    width: 18px;
    height: 2px;
    background: #b10f20;
    transition: all 0.5s;
    margin-right: 0;
    margin-left: auto;
}
.menu-block .bars .bar-2 {
    width: 31px;
    margin-left: auto;
	margin-right: 0;
}
.menu-block .bars .bar-3 {
    width: 18px;
    margin-left: auto;
    margin-right: 0;
}
.menu-block .bars .bar-2, 
.menu-block .bars .bar-3 {
    margin-top: 4px;
}
.menu-block.active .bars .bar-3 {
    transform: rotate(45deg);
    position: relative;
    top: -9px;
	width: 34px;
	transition: all 0.5s;
	background: #fff;
}
.menu-block.active .bars .bar-2 {
	opacity: 0;
	transition: all 0s;
}
.menu-block.active .bars .bar-1 {
    transform: rotate(-45deg);
    position: relative;
    top:3px;
	transition: all 0.5s;
	background: #fff;
	width: 34px;
}
.menu-items li {
    border-bottom: 0;
}
/* .menu-items.active {
	width: 43rem;
	background: #0F1217;
} */
.menu-items.active {
    width: 0;
}
.menu-items ul {
    text-align: left;
}
.menu-items a:hover {
    color: rgba(255, 255, 255, 0.50);
}
.menu-navigation {
    padding: 108px 129px 80px;
	display: flex;
	flex-direction: column;
	height: 100%;
	row-gap: 73px;
}
.menu-icon{
	width: 70px;
	margin-left: auto;
}
.menu-icon::after{
	margin-left: auto;
}
.menu-icon.active:after{
	width: 70px;
}
.menu-icon.active:after{
	transform: translateY(-9px) rotate(-135deg);
}
.menu-icon.active div {
	transform: translateY(7px) rotate(-228deg);
}
.panel-left {
    background-color: transparent;
    transition: all 2s;
    -webkit-transition: all 2s;
}
.menu-items {
    background: #b10f20;
    height: calc(100% - 30px);
}
.menu-items.menu-items_active {
    width: 43%;
    right: 14px;
    top: 14px;
    transition: all 2s;
    -webkit-transition: all 2s;
    background: #b10f20;
}
.navbar-nav.nav_menu_right_part.menu-block.active a{
    opacity: 0;
}
.menu-items a {
    font-family: 'widescreen_trialex_semibold';
	color: rgba(255, 255, 255, 0.71);
	font-size: 3.6rem;
	line-height: 56px;
	letter-spacing: 1.8px;
	text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
    transition: all 5s;
    -webkit-transition: all 5s;
}
.mobile_menu_items h5 a{
    font-family: 'widescreen_trialex_medium';
    font-size: 1.8rem;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.66);
    transition: all 5s;
    -webkit-transition: all 5s;
    text-transform: capitalize;
}
.menu-items a:hover, .menu-items h5 a:hover{
    color: #FFF;
}
.menu-items li a{
	position: relative;
}
.menu-items li a::after {
    position: absolute;
    right: -45px;
    top: 50%;
    width: 35px;
    height: 35px;
    transform: translateY(-50%);
    content: "";
    background-image: url(../images/white-arw.svg);
    background-repeat: no-repeat;
    background-size: 35px;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu-items li a:hover::after {
	opacity: 1;
}
.menu-items li.active a {
    color: #fff;
}
.menu-items li.active a::after{
    opacity: 1;
}
.mobile_menu_items{
	position: relative;
}
.menu-top-circle {
    position: absolute;
    right: -22%;
    top: -14%;
    pointer-events: none;
}
.menu-top-circle img{
    width: 510px;
}
.menu-btm-circle {
    position: absolute;
    left: -29%;
    bottom: -9%;
    pointer-events: none;
}
.menu-btm-circle img{
    width: 421px;
}

/********index*********/
/*==== banner ====*/
.banner-video,.each-banner  {
	height: calc(903px - 130px);
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.home_banner{
	position: relative;
}
.home_banner, .inner-banner{
    padding-top: 108px;
    background-color: #0E0E0E;
}
.home_banner_content{
	position: absolute;
	left: 50%;
	bottom: 76px;
	transform: translateX(-50%);
	z-index: 2;
	width: 100%;
}
.home_banner_content h1{
	margin-bottom: 20px;
}
.home_banner_content a.common-btn.red-btn {
    margin-right: 20px;
}
/* .each-banner{
    height: 903px;
} */
.each-banner img{
    height: 100%;
    object-fit: cover;
}
/*==== home-product-sec ====*/
.home-product-sec {
    padding: 115px 0 90px;
	overflow: hidden;
	position: relative;
}
.home-product-title{
	text-align: center;
    margin-bottom: 45px;
}
.home-product-title h2 {
    margin-top: 17px;
    margin-bottom: 21px;
}
.home-product-title p {
    width: 700px;
    margin: 0 auto;
	margin-bottom: 29px;
}
.home-product-title .red-btn:hover::before {
    background-color: #0E0E0E;
}
.home-product-title .red-btn:hover span {
    color: #0E0E0E;
}
.home-product-title .red-btn:hover::after {
    background-image: url(../images/black-arrw.svg);
    background-size: 23px;
}
.home-product-slider .swiper-button-next {
    right: 21%;
}
.home-product-slider .swiper-button-prev {
    left: 21%;
}
.product-slider-img{
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.product-slider-img::before {
	position: absolute;
    content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	/* background: linear-gradient(180deg, rgba(9, 11, 29, 0.00) 0%, rgba(9, 11, 29, 0.75) 70.06%); */
	/* opacity: 0; */
    background: linear-gradient(180deg, rgba(9, 11, 29, 0.00) 0%, rgba(9, 11, 29, 0.55) 89.8%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.product-slider-img::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/plus.svg);
    background-color: #b10f20;
    background-size: 15px;
    padding: 20px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-product-slider:hover .product-slider-img::after, .each-product-slider:hover .product-slider-img::before{
	opacity: 1;
}
.each-product-slider:hover .product-slider-img::before {
    background: linear-gradient(180deg, rgba(9, 11, 29, 0.00) 0%, rgba(9, 11, 29, 0.75) 70.06%);
}
.each-product-slider-wrap{
    position: relative;
}
.product-slider-content {
    position: absolute;
	bottom: -108px;
    width: 100%;
    text-align: center;
    padding: 43px 56px;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-slider-content-top h3, .product-slider-content-top p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-slider-content-top p{
	color: #fff;
}
.each-product-slider:hover .product-slider-content{
	bottom: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.product-slider-content-btm ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 10px;
	text-align: left;
	opacity: 0;
	margin-top: 39px;
}
.product-slider-content-btm ul li{
	position: relative;
}
.product-slider-content-btm ul li::after {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #b10f20;
    width: 100px;
    height: 1.5px;
    content: "";
}
.product-slider-content-btm ul li:last-child{
	text-align: end;
}
.product-slider-content-btm ul li:last-child::after{
	left: auto;
	right: 0;
}
.product-slider-content-btm li p{
	font-family: 'widescreen_trialex_regular';
	line-height: normal;
	color: #fff;
	margin: 5px 0;
}
.product-slider-content-btm li h6{
	color: rgba(255, 255, 255, 0.60);
}
.each-product-slider:hover .product-slider-content-btm ul{
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/* .each-product-slider::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(9, 11, 29, 0.00) 0%, rgba(9, 11, 29, 0.55) 89.8%);
}
.each-product-slider:hover::after {
    opacity: 0;
} */
.home-product-left-round.line {
    position: absolute;
    left: -18%;
    top: -28%;
    pointer-events: none;
    border-radius: 100%;
    overflow: hidden;
    width: 800px;
    height: 800px;
    z-index: -1;
}
.home-product-right-round.line {
    position: absolute;
    right: -18%;
    left: auto;
    top: -28%;
    pointer-events: none;
    border-radius: 100%;
    overflow: hidden;
    width: 800px;
    height: 800px;
    z-index: -1;
}
.home-product-left-round img, .home-product-right-round img{
    width: 492px;
}
.mobile-product-slider-content-btm ul {
    opacity: 1;
}
.mobile-product-slider-content-btm li p{
    color: #090B1D;
}
.mobile-product-slider-content-btm li h6{
    color: rgba(9, 11, 29, 0.60);
}
.product-slider-content-btm.mobile-product-slider-content-btm{
    display: none;
}
.line-inner-cover {
    position: absolute;
    top: 50%;
    left: 50%;
    height: calc(100% - 3px);
    width: calc(100% - 3px);
    background-color: #fff;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}
/***line-fill***/
.line-fill{
    position: relative;
}
.line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.5px;
    background-color: rgba(9, 11, 29, 0.05);
    height: 80%;
}
.line-inner {
	height: 0%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #b10f20;
}
/*==== home-service-sec ====*/
.home-service-sec{
	background: #0E0E0E;
	padding: 95px 0;
    position: relative;
}
.home-service-sec .line{
    background-color: rgba(255, 255, 255, 0.05);
    left: 44%;
    height: 12%;
}
.home-service-left h5, .home-service-left h2{
    color: #fff;
}
.home-service-left h5 {
    margin-bottom: 13px;
}
.home-service-left h2 {
    width: 100%;
    max-width: 460px;
}
.home-service-right {
    width: 100%;
    max-width: 572px;
    margin-left: auto;
    margin-right: 0;
}
.home-service-top-area{
	padding-bottom: 50px;
}
.home-service-btm-area {
    position: relative;
}
.home-service-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 48px 45px;
}
.each-home-service {
    position: relative;
    margin-bottom: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-service-img{
    position: relative;
}
.home-service-img::after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 20%;
    background: linear-gradient(0deg, #0E0E0E 0%, rgba(14, 14, 14, 0.88) 48.84%, rgba(14, 14, 14, 0.00) 100%);
}
.home-service-right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 10px;
}
.each-service {
	position: relative;
	height: 623px;
	margin-bottom: 60px;
	overflow: hidden;
}
.each-service-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.each-service-text {
	position: absolute;
	z-index: 1;
	padding: 52px;
	width: 100%;
	left: 0;
	bottom: 0;
	overflow: hidden;
}
.each-service-text h3 {
	z-index: 1;
	/* opacity: 0; 
    transform: translateY(50px); */
    opacity: 1;
    transform-origin: center center;
    will-change: transform, opacity;
    transition: opacity 0.3s ease, transform 0.3s ease;
	position: relative;
    display: inline-block;
    padding-right: 106px;
}
.each-service-text h3::after {
    content: "";
    height: 87px;
    width: 87px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/white-arw.svg);
    background-size: 23px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border: 1px solid #fff;
    border-radius: 100%;
}
.each-service:hover .each-service-text h3::after{
    background-color: #b10f20;
    border-color: #b10f20;
}
.service-sec {
    position: relative;
    z-index: 1;
}
/*==== home-overons-sec ====*/
.home-overons-sec {
    padding-top: 116px;
    position: relative;
}
.home-overons-sec .line{
    left: 65%;
    height: 94%;
}
.home-overons-area h2 {
    margin: 12px 0 24px;
}
.home-overons-area p{
    margin-bottom: 0;
}
.home-overons-area .common-btn{
    margin-top: 14px;
}
.home-overons-area .red-btn:hover::before {
    background-color: #0E0E0E;
}
.home-overons-area .red-btn:hover span {
    color: #0E0E0E;
}
.home-overons-area .red-btn:hover::after {
    background-image: url(../images/black-arrw.svg);
    background-size: 23px;
}
.home-counter-area {
    max-width: 180px;
    margin-left: auto;
    margin-right: 0;
}
.each-counter {
    margin-bottom: 32px;
}
.each-counter h3 {
    font-family: 'widescreen_trialex_semibold';
    color: #090B1D;
    line-height: 56px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}
.over-ons-top-sec .home-product-left-round {
    left: -23%;
}
.over-ons-top-sec .home-product-right-round {
    right: -23%;
}
/*==== home-dtls-sec ====*/
.home-dtls-sec {
    height: 914px;
    padding-top: 142px;
    margin-top: -79px;
}
.each-home-dtls h6 {
    font-family: 'widescreen_trialex_medium';
    font-size: 2rem;
    color: #090B1D;
    position: relative;
    margin-bottom: 13px;
    padding-bottom: 18px;
}
.each-home-dtls h6::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: calc(100% - 52px);
    height: 1.5px;
    background-color: rgba(215, 63, 17, 0.41);
}
.each-home-dtls h5 {
    margin-bottom: 10px;
}
.each-home-dtls p{
    width: 100%;
    max-width: 400px;
}
/*==== footer-gallery ====*/
.footer-gal-area{
	background: #0E0E0E;
	padding: 10px 0;
}
.footer-gal-wrap {
    padding: 0 12px;
}
.each-footer-gal-img {
    height: 256px;
}
.each-footer-gal-img img{
	height: 100%;
	object-fit: cover;
}
.footer-gal-slider .swiper-slide{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/* .footer-gal-slider .swiper-slide:hover{
	flex-grow: 1;
	width: 30% !important;
} */
/* .footer-gal-slider .swiper-slide.swiper-slide-active{
	flex-grow: 1;
	width: 30% !important;
} */

.footer-gal-slider .swiper-slide {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-gal-slider .hover-footer-gal {
    width:calc( 30% + 20px)!important;
}
.footer-gal-slider .no-hover-footer-gal {
	width: calc(17.3% - 10px)!important;
}

/* ===== footer ==== */
.footer-area {
	background: #0E0E0E;
	padding: 94px 0 25px;
	position: relative;
	overflow: hidden;
}
.footer-top {
    padding-bottom: 35px;
	position: relative;
}
.footer-top::after {
    position: absolute;
    left: -25%;
    bottom: 0;
    width: 200vw;
    content: "";
    background-color: rgba(255, 255, 255, 0.12);
    height: 1.5px;
}
.footer-top-left h2{
	color: #fff;
}
.footer-left-circle {
    position: absolute;
    left: -12px;
    top: -15px;
    pointer-events: none;
}
.footer-left-circle img{
	width: 482px;
}
.footer-right-circle{
	position: absolute;
    right: 5px;
    top: -55px;
    pointer-events: none;
}
.footer-right-circle img {
    width: 623px;
}
.footer-top-right {
    display: flex;
    justify-content: end;
}
.whatsapp-icon {
    width: 51px;
    height: 51px;
    background: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.whatsapp-btn {
    height: 80px;
    max-width: 253px;
    border-radius: 41.5px;
    background: rgba(37, 211, 102, 0.3);
    margin-top: 14px !important;
	color: #fff;
}
.whatsapp-info{
    font-family: 'widescreen_mediumregular';
	line-height: normal;
    font-size: 1.8rem;
    margin-left: 11px;
}
.whatsapp-btn img {
    width: 20px;
}
.whatsapp-btn span {
    font-family: 'widescreen_trialregular';
}
.footer-logo img {
    width: 254px;
}
.footer-btm {
    padding: 72px 0 62px;
}
.each-footer h5{
	color: #FFF;
	margin-bottom: 10px;
}
.each-footer h5 a {
    color: #fff;
    font-family: 'widescreen_trialex_medium';
    font-size: 2rem;
    line-height: normal;
}
.each-footer a {
    font-family: 'widescreen_trialregular';
    color: rgba(255, 255, 255, 0.66);
    line-height: 26px;
    font-size: 1.8rem;
}
.each-footer a:hover{
    color: #b10f20;
}
.each-footer td{
	font-family: 'widescreen_trialregular';
	color: rgba(255, 255, 255, 0.66);
	line-height: 26px;
}
.each-footer td:first-child{
	padding-right: 20px;
}
.footer-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 844px;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    column-gap: 10px;
}
.privacy a {
    color: rgba(255, 255, 255, 0.66);
	line-height: 26px;
}
.privacy a:hover{
	color: #b10f20;
}
.footer-social ul{
	display: flex;
	justify-content: end;
    align-items: center;
    gap: 13px;
}
.footer-social li a {
    width: 46px;
    height: 46px;
    background-color: rgba(255, 255, 255, 0.26);
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
}
.footer-social img {
    width: 18px;
}
.footer-social li a.footer_wp{
	background-color: rgba(37, 211, 102, 1);
	border: 0;
}
.footer-social li a:hover{
	background-color: #b10f20;
	border: 0;
}
.footer-social li a.footer_wp:hover{
	background-color: rgba(37, 211, 102, 1);
}
.mobile-footer-top-left{
    display: none;
}
/****fix-call***/
.fix-call {
    position: fixed;
    top: calc(55% + 67px);
    right: 35px;
    z-index: 98;
}
.fix-call a {
    border: 1px solid #b10f20;
    border-radius: 100px;
    background-color: #b10f20;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 51px;
    height: 51px;
}
.fix-call img{
    width: 20px;
    height: 20px;
}
/***fix-wp*****/
.fix-wp {
    position: fixed;
    top: 55%;
    right: 35px;
    z-index: 98;
}
.fix-wp a {
    border: 1px solid #25D366;
    border-radius: 100px;
    background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 51px;
    height: 51px;
}
.fix-wp img{
    width: 20px;
    height: 20px;
}
/* ===== diensten-list ===== */
/****inner-banner***/
.inner-banner{
    position: relative;
}
.inner-banner-text {
    position: absolute;
    top: 69%;
    left: 0;
    width: 100%;
}
.inner-banner-img {
    height: 600px;
}
.inner-banner-img img{
    height: 100%;
    object-fit: cover;
}
/****diensten-list-sec***/
.diensten-list-sec .home-product-left-round,
.diensten-list-sec .home-product-right-round {
    top: -22%;
}
.diensten-list-sec {
    padding: 83px 0 115px;
    overflow: hidden;
    position: relative;
}
.diensten-list-left-round {
    position: absolute;
    left: 0;
    top: -32%;
    pointer-events: none;
}
.diensten-list-right-round {
    position: absolute;
    right: 0;
    top: -32%;
    pointer-events: none;
}
.diensten-list-left-round img, .diensten-list-right-round img {
    width: 492px;
}
.diensten-list-title {
    text-align: center;
    margin-bottom: 86px;
}
.diensten-list-title h5 {
    color: #0E0E0E;
}
.diensten-list-title h2 {
    margin-top: 13px;
    margin-bottom: 24px;
    color: #0E0E0E;
}
.diensten-list-title p {
    width: 691px;
    margin: 0 auto;
}
.diensten-list-area .row{
    margin: 0 -5px;
    row-gap: 10px;
}
.diensten-list-area .col-lg-6 {
    padding: 0 5px;
}
.each-diensten-list {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.each-diensten-list-content {
    padding: 35px 88px;
    background-color: transparent;
    position: absolute;
    height: 100%;
    top: 89px;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: all 0.5s;
    z-index: 0;
    text-align: center;
}
.each-diensten-list:hover .each-diensten-list-content {
    top: 0;
}
.each-diensten-list-content p {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
    transition: all 0.5s;
}
.each-diensten-list-content::after {
    position: absolute;
    left: 0;
    top: 100%;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(9, 11, 29, 0.20) 0%, rgba(9, 11, 29, 0.20) 100%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: -1;
}
.each-diensten-list:hover .each-diensten-list-content p {
    opacity: 1;
    -webkit-line-clamp: 5;
    margin-top: 19px;
}
.each-diensten-list:hover .each-diensten-list-content::after {
    top: 0;
}
.each-diens-list-img {
    position: relative;
    height: 100%;
}
.each-diens-list-img::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    left: 50%;
    top: 37%;
    transform: translateX(-50%);
    background-image: url(../images/plus.svg);
    background-color: #b10f20;
    background-size: 15px;
    padding: 20px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diensten-list:hover .each-diens-list-img::after{
    opacity: 1;
    z-index: 1;
}
/* ===== diensten-dtl ====== */
/****back-btn****/
.back-btn {
    padding-top: 150px;
    padding-bottom: 17px;
}
.txt-btn {
    font-family: 'widescreen_trialex_medium';
    color: #0E0E0E;
    line-height: normal;
    font-size: 2rem;
    position: relative;
    padding-left: 27px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    top: 72px;
}
.txt-btn::after {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    background-image: url(../images/txt-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.txt-btn:hover {
    color: #b10f20;
}
.txt-btn:hover::after {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    filter: invert(48%) sepia(62%) saturate(7500%) hue-rotate(357deg) brightness(87%) contrast(92%);
}
/****diensten-dtl-top-sec****/
.diensten-dtl-top-sec {
    padding-top: 43px;
}
.diensten-top-content {
    padding-right: 42px;
    margin-top: 30px;
}
.diensten-top-content h2, .diensten-mid-content h2{
    color: #0E0E0E;
    margin-bottom: 39px;
}
.diensten-top-content h6{
    font-family: 'widescreen_trialex_medium';
    font-size: 1.8rem;
    color: rgba(9, 11, 29, 0.66);
    line-height: 26px;
    margin: 33px 0 6px;
}
/****diensten-dtl-mid-sec****/
.diensten-dtl-mid-sec {
    padding: 130px 0 115px;
}
.diensten-dtl-mid-area .col-lg-5 {
    width: 47%;
}
.diensten-dtl-mid-area .col-lg-7 {
    width: 53%;
}
.diensten-dtl-mid-content h6 {
    font-family: 'widescreen_trialex_medium';
    font-size: 2rem;
    color: #090B1D;
    position: relative;
    margin-bottom: 13px;
    padding-bottom: 18px;
}
.diensten-dtl-mid-content h6::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: calc(100% - 298px);
    height: 1.5px;
    background-color: rgba(177, 15, 32, 0.41);
}
.diensten-dtl-mid-content h5{
    color: #0E0E0E;
    line-height: 26px;
    margin-bottom: 10px;
}
.diensten-dtl-mid-content h2 {
    margin-bottom: 51px;
}
.diensten-dtl-mid-content table {
    width: 100%;
}
.diensten-dtl-mid-content tr {
    display: flex;
    flex-wrap: wrap;
}
.diensten-dtl-mid-content td {
    width: 100%;
    margin-bottom: 20px;
}
.diensten-dtl-mid-content td:last-child, .diensten-dtl-mid-content td:last-child p{
    margin-bottom: 0;
}
.diensten-dtl-mid-content {
    padding-left: 41px;
}
.diensten-dtl-mid-content ul{
    list-style: disc;
    padding-left: 32px;
}
.diensten-dtl-mid-content li{
    line-height: 26px;
    color: rgba(9, 11, 29, 0.66);
    padding-left: 6px;
    padding-bottom: 5px;
}
/****form-sec****/
.form-sec {
    background: #0E0E0E;
    padding: 85px 0 152px;
}
.form-left-heading h2{
    color: #fff;
    margin-bottom: 25px;
    word-break: break-word;
}
.form-area .col-lg-5 {
    width: 48%;
}
.form-area .col-lg-7 {
    width: 52%;
}
.form-left {
    width: 100%;
    max-width: 611px;
    padding-right: 20px;
}
.form-left-area {
    margin-top: 35px;
}
.each-form-left {
    margin-bottom: 40px;
}
.each-form-left:last-child{
    margin-bottom: 0;
}
.each-form-left ul {
    display: flex;
    column-gap: 27px;
    align-items: center;
}
.form-icon {
    height: 46px;
    width: 46px;
    border: 1px solid #b10f20;
    border-radius: 100%;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    background: #b10f20;
}
.each-form-left li img {
    width: 23px;
    height: 23px;
}
.each-form-left a {
    font-family: 'widescreen_trialregular';
    color: rgba(255, 255, 255, 0.66);
    line-height: 26px;
    font-size: 1.8rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-form-left h5 {
    color: #FFF;
    margin-bottom: 10px;
}
.each-form-left h6 a {
    color: #fff;
    font-family: 'widescreen_trialex_medium';
    font-size: 2rem;
    line-height: normal;
    margin-bottom: 0;
}
.each-form-left a:hover {
    color: #b10f20;
}
.each-form-left td {
    font-family: 'widescreen_trialregular';
    color: rgba(255, 255, 255, 0.66);
    line-height: 26px;
}
.each-form-left td:first-child {
    padding-right: 20px;
}
.form-left-heading h5 {
    font-size: 2.4rem;
    color: #fff;
    margin-bottom: 13px;
}
.form-right-area {
    padding-top: 78px;
    max-width: 661px;
    width: 100%;
}
.form-right-area h5{
    color: #fff;
    margin: 15px 0 26px;
}
.form-right-area .row{
    margin: 0 -22PX;
}
.form-right-area .col-lg-12 {
    padding: 0 22px;
}
.form-right-area .col-lg-6 {
    padding: 0 22px;
}
.form-right-area .form-group {
    margin-bottom: 45px;
    position: relative;
}
.form-right-area .form-styl {
    font-family: 'widescreen_trialregular';
    color: #fff;
    font-size: 1.8rem;
    border-radius: 0;
    overflow: hidden;
    background: transparent;
    line-height: normal;
    resize: none;
    border: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.50);
    outline: none;
    padding: 16px 0 10px;
    position: relative;
    z-index: 1;
}
.form-right-area .form-styl:focus{
    color: #fff;
    background: transparent;
    outline: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 2px solid #fff;
}
.form-right-area .form-label {
    font-family: 'widescreen_trialregular';
    color: rgba(255, 255, 255, 0.50);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin-bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: transparent;
    line-height: 26px;
    z-index: 0;
}
.form-right-area  .form-styl.foto_upload  {
    color: rgba(255, 255, 255, 0.50);
}
.form-comment .form-label {
    top: 30px;
}
.focus-input .form-label{
    top: -5px;
    color: #b10f20;
}
.form-area textarea.form-control {
    min-height: calc(15px + 62px + 20px);
}
.form-btn {
    margin-top: 50px;
}
.form-btn button {
    background: transparent;
    border: 0;
    padding: 8px 41px 8px 31px;
}
.mobile-form-heading{
    display: none;
}
.Schadeverleden-area, 
.huidige-schade-area,
.laadkabel-aanwezig-area{
    border-bottom: 2px solid rgba(255, 255, 255, 0.50);
    padding-bottom: 23px;
    margin: 16px 0 34px;
}
.Schadeverleden-area .row, 
.huidige-schade-area .row,
.laadkabel-aanwezig-area .row {
    margin: 0 !important;
}
.Schadeverleden-area .col-lg-8, 
.huidige-schade-area .col-lg-8,
.laadkabel-aanwezig-area .col-lg-8 {
    width: 62%;
    padding: 0;
}
.Schadeverleden-area .col-lg-4, 
.huidige-schade-area .col-lg-4,
.laadkabel-aanwezig-area .col-lg-4 {
    width: 38%;
    padding: 0;
}
.Schadeverleden.form-styl, 
.huidige-schade.form-styl,
.laadkabel-aanwezig.form-styl{
    color: rgba(255, 255, 255, 0.50);
    padding: 0;
    margin-bottom: 0;
    border: 0;
}
.Schadeverleden-area .form-check-input, 
.huidige-schade-area .form-check-input,
.laadkabel-aanwezig-area .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 12px;
    box-shadow: none;
    border: 2px solid rgba(255, 255, 255, 0.50);
    background-color: transparent;
    border-radius: 2px;
}
.Schadeverleden-area .form-check-input:checked, 
.huidige-schade-area .form-check-input:checked,
.laadkabel-aanwezig-area .form-check-input:checked{
    background-color: #b10f20;
    border-color: #b10f20;
}
.Schadeverleden-right label, 
.huidige-schade-right label,
.laadkabel-aanwezig-right label{
    line-height: 26px;
    color: rgba(255, 255, 255, 0.50);
}
.Schadeverleden-right label:first-child, 
.huidige-schade-right label:first-child, 
.laadkabel-aanwezig-right label:first-child{
    padding-right: 46px;
}
.laadkabel-aanwezig-area{
    margin-bottom: 46px;
}
.upload-img-input {
    font-family: 'widescreen_trialex_medium';
    font-size: 2rem;
    color: #b10f20;
    position: relative;
    padding-left: 30px;
    padding-top: 61px !important;
    margin-bottom: 31px;
}
.upload-img-input::after{
    position: absolute;
    content: "";
    bottom: 11px;
    left: 0;
    width: 22px;
    height: 22px;
    background-image: url(../images/red-arrw.svg);
    background-repeat: no-repeat;
    background-size: 22px;
}
.upload-img .form-label {
    top: 17%;
    transform: none;
}
.upload-img {
    margin-bottom: 13px;
}
.form-right-area .col-lg-12:last-child .upload-img .upload-img-input {
    margin-bottom: 8px;
}
.form-sec.inkoop-form-sec {
    padding-bottom: 63px;
}
/****diens-service-slider-sec****/
.diens-service-slider-sec{
    position: relative;
    overflow: hidden;
    padding: 129px 0 115px;
    background: #fff;
}
.diens-service-slider-heading{
    text-align: center;
}
.diens-service-slider-heading h2{
    color: #0E0E0E;
    margin-bottom: 71px;
}
.each-diens-service {
    position: relative;
}
.each-diens-slider-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 56px 8px;
}
.each-diens-slider-img {
    position: relative;
    height: 396px;
}
.each-diens-slider-img::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    left: 50%;
    top: 57%;
    transform: translateX(-50%);
    background-image: url(../images/plus.svg);
    background-color: #b10f20;
    background-size: 15px;
    padding: 20px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diens-service:hover .each-diens-slider-img::after{
    opacity: 1;
}
.diens-service-slider-sec .common-arrow {
    background-color: #FFF;
    border-color: #0E0E0E;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-width: 2px;
}
.diens-service-slider-sec .common-arrow img {
    filter: brightness(100) invert(1);
}
.diens-service-slider-sec .swiper-button-prev {
    left: -5%;
}
.diens-service-slider-sec .swiper-button-next {
    right: -5%;
}
.diens-service-slider-sec .swiper-button-prev, .diens-service-slider-sec .swiper-button-next{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diens-service-slider-sec .swiper-button-prev:hover, .diens-service-slider-sec .swiper-button-next:hover{
    border-color: #b10f20;
    background-color: #b10f20;
}
.diens-service-slider-sec .common-arrow:hover img {
    filter: brightness(1) invert(0);
}
.diensten-list-left-round.diens-dtl-left-round, .diensten-list-right-round.diens-dtl-right-round{
    top: -63%;
}
.diens-service-slider-sec .home-product-left-round.line,
.diens-service-slider-sec .home-product-right-round.line {
    z-index: 0;
}
/* ======= contact ======== */
/****contact-banner****/
.map {
    height: 600px;
    position: relative;
    padding-top: 108px;
}
/****contact-form-sec****/
.contact-form-sec{
    background: #FFF;
    padding: 199px 0 266px;
}
.contact-form-sec .form-left-heading{
    color: rgba(14, 14, 14, 0.66);
}
.contact-form-sec .form-left-heading h5{
    color: #0E0E0E;
}
.contact-form-sec .form-left-heading h2{
    color: #0E0E0E;
}
.contact-form-sec .form-left-heading p {
    color: rgba(14, 14, 14, 0.66);
}
.contact-form-sec .each-form-left h6 a {
    color: #0E0E0E;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.contact-form-sec .each-form-left h6 a:hover{
    color: #b10f20;
}
.contact-form-sec .each-form-left h5{
    color: #0E0E0E;
}
.contact-form-sec .each-form-left a, .contact-form-sec .each-form-left td, .contact-form-sec .each-form-left p{
    color: rgba(14, 14, 14, 0.66);
}
.contact-form-sec .each-form-left a:hover{
    color: #b10f20;
}
.contact-form-sec .form-btn .red-btn:hover::before {
    background-color: #0E0E0E;
}
.contact-form-sec .form-btn .red-btn:hover span {
    color: #0E0E0E;
}
.contact-form-sec .form-btn .red-btn:hover::after {
    background-image: url(../images/black-arrw.svg);
    background-size: 23px;
}
.contact-form-sec .form-label{
    color: rgba(14, 14, 14, 0.50);
}
.contact-form-sec .focus-input .form-label{
    color: #b10f20;
}
.contact-form-sec .form-styl {
    color: #0E0E0E;
    border-color: rgba(14, 14, 14, 0.50);
}
.contact-form-sec .form-styl:focus{
    color: #0E0E0E;
    border-bottom-color: #0E0E0E;
}
/* ======= verkcht ======= */
/***verkocht-top-sec***/
.verkocht-top-sec{
    position: relative;
    padding: 211px 0 54px;
    overflow-x: clip;
}
.verkocht-top-sec h2 {
    margin-bottom: 14px;
}
.verkocht-top-sec .home-product-left-round, 
.verkocht-top-sec .home-product-right-round{
    top: -95%;
}
.verkocht-top-sec .home-product-left-round img, 
.verkocht-top-sec .home-product-right-round img {
    width: 457px;
}
.each-verkocht-product{
    position: relative;
}
.verkocht-product-content{
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 12px;
}
.verkocht-product-content h3, .verkocht-product-content p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/***verkocht-product-sec***/
.verkocht-product-sec .row{
    margin: 0 -4px;
    row-gap: 30px;
}
.verkocht-product-sec .col-lg-6 {
    padding: 0 4px;
}
/* ======= over-ons ========== */
/****over-ons-top-sec****/
.diensten-list-sec.over-ons-top-sec {
    padding: 83px 0 88px;
}
.over-ons-top-sec .diensten-list-title p {
    width: 749px;
}
.over-ons-top-sec .diensten-list-left-round, .over-ons-top-sec .diensten-list-right-round {
    top: -106%;
}
.over-ons-top-sec .diensten-list-title {
    margin-bottom: 0;
}
/****over-ons-counter-sec****/
.over-ons-counter-area {
    background: #0E0E0E;
    width: 100%;
    max-width: 1001px;
    margin: 0 auto;
    margin-top: -55px;
    position: relative;
}
.over-ons-counter-area .each-counter {
    margin-bottom: 0;
    padding: 38px 76px;
    position: relative;
}
.over-ons-counter-area .each-counter h3{
    color: #fff;
}
.over-ons-counter-area .each-counter p{
    margin-bottom: 0;
}
.over-ons-counter-area .each-counter::after {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: calc(100% - 103px);
    background-color: #b10f20;
    content: "";
}
.over-ons-counter-area .col-4:last-child .each-counter::after{
    display: none;
}
/* ======= aanbod-list ========== */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 201px 0 70px;
    overflow-x: clip;
    position: relative;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
    color: #0E0E0E;
    font-size: 1.8rem;
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(1) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #b10f20;
}
.filter-reset a:hover img {
    filter: invert(48%) sepia(62%) saturate(7500%) hue-rotate(357deg) brightness(87%) contrast(92%);
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 50px;
    color: rgba(14, 14, 14, 0.50);
    font-family: 'widescreen_trialex_regular';
    font-size: 1.8rem;
    border: 1px solid rgba(14, 14, 14, 0.50);
    border-radius: 45px;
    padding: 0 32px 0 27px;
    background: url(../images/filter-arrow.svg) no-repeat 89% center / 12px;
    background-color: #fff;
    appearance: none;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.aanbod-filter-sec .select-style.show {
    border-radius: 15px 15px 0 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'lama_sansmedium';
	background-color: #14181E;
}
.filter-content {
    display: none;
    background-color: #fff;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid rgba(14, 14, 14, 0.50);
    border-top: 0;
    border-radius: 0 0 15px 15px;
    margin-top: -5px !important;
    cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.aanbod-filter-sec label {
    color: #0E0E0E;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #0E0E0E;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #0E0E0E;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #b10f20;
    border-color: #b10f20;
}
.auto-overview-tag {
    margin-right: 5px;
	margin-bottom: 10px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    border-radius: 6px;
    background-color: #b10f20;
    font-size: 1.4rem;
    border: 1px solid #b10f20;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
	background-color: transparent;
    color: #0E0E0E;
}
.auto-overview-tag:hover .cross-btn{
    filter: brightness(1) invert(1);
}
.aanbod-filter {
	margin-bottom: 18px;
	width: 25%;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 84px;
    background-color: #b10f20;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #fff;
    border-color: #fff;
    color: #0E0E0E;
    display: flex;
    align-items: center;
    padding: 11px 28px;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #F9F8F6;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #14181E;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #14181E;
	margin-left: 30px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #b10f20;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #b10f20;
}
.mobile-filter-close span img {
	width: 9px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
    background-color: #b10f20;
	border-color: #b10f20;
  	color: #fff;
	padding: 10px;
	border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    max-width: 100%;
}
.auto-overview-filter-result .total_search_records:hover {
    background-color: #0E0E0E;
    border-color: #0E0E0E;
}
.auto-overview-filter-result .total_search_records::after, 
.auto-overview-filter-result .total_search_records::before{
    display: none;
}
.auto-overview-filter-result .common-btn span{
    width: initial;
    display: inline-flex;
} 
.auto-overview-filter-result .common-btn:hover span {
    transform: none;
    left: 0;
    transition: none;
    -webkit-transition: none;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'lama_sansmedium';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
	width: 255px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.filter-right {
    padding-left: 27%;
}
.aanbod-filter-sec h6{
    font-size: 1.8rem;
    color: #0E0E0E;
    margin-bottom: 17px;
}
.mobile-show-filter .common-btn::after, 
.mobile-show-filter .common-btn::before{
    display: none;
}
.mobile-show-filter .common-btn:hover::before, 
.mobile-show-filter .common-btn:hover::after {
    display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color: #fff;
    border-color: #F9F8F6;
}
.mobile-show-filter .common-btn:hover {
    /*padding: 11px 28px;*/
}
.mobile-show-filter .filter-count{
    min-width: 20px;
    height: 20px;
    background-color: #0E0E0E;
    border-radius: 100%;
    color: #fff;
    border: 1px solid #0E0E0E;
    margin-left: 17px;
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn:hover span {
    transform: none;
    left: 0;
}
/****aanbod-list-product-sec****/
.aanbod-list-product-sec {
    padding-bottom: 115px;
}
.aanbod-list-product-sec .product-slider-content {
    padding: 43px 25px;
}
.aanbod-list-product-sec .product-slider-content-btm ul {
    column-gap: 10px;
}
.aanbod-list-product-sec .product-slider-img::before {
    background: linear-gradient(180deg, rgba(9, 11, 29, 0.00) 0%, rgba(9, 11, 29, 0.10) 89.8%);
}
.aanbod-list-product-area .row {
    row-gap: 30px;
    margin: 0 -4px;
}
.aanbod-list-product-area .col-lg-6 {
    padding: 0 4px;
}
.aanbod-list-product-area .product-slider-img::after {
    top: 42%;
    transform: translateX(-50%);
}
.aanbod-filter-sec .home-product-left-round, 
.aanbod-filter-sec .home-product-right-round {
    top: -55%;
    display: none;
}
.aanbod-filter-sec .home-product-left-round img, 
.aanbod-filter-sec .home-product-right-round img {
    width: 400px;
}
/****prijzen-tabel-sec****/
.prijzen-tabel-sec {
    padding-bottom: 30px;
}
.prijzen-tabel-title {
    text-align: center;
    margin-bottom: 80px;
}
.prijzen-tabel-area {
    text-align: center;
}
.prijzen-tabel-area table{
    width: 100%;
}
.prijzen-tabel-area tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 24px;
}
.prijzen-tabel-area td {
    background-color: #0E0E0E;
    width: 32%;
    padding: 33px 26px 21px;
}
.prijzen-tabel-area td h2, 
.prijzen-tabel-area td h3 {
    color: #fff;
}
.prijzen-tabel-area td h3 {
    border-bottom: 1.5px solid #b10f20;
    margin-bottom: 28px;
    padding-bottom: 38px;
}
.prijzen-tabel-area td h2 {
    margin-bottom: 38px;
}
.prijzen-tabel-area td ul {
    padding-left: 10px;
    margin-bottom: 34px;
    text-align: start;
}
.prijzen-tabel-area td li {
    position: relative;
    padding-left: 34px;
    color: rgba(255, 255, 255, 0.66);
    line-height: 26px;
    margin-bottom: 13px;
}
.prijzen-tabel-area td li::after {
    position: absolute;
    content: "";
    left: 0;
    top: 3px;
    width: 24px;
    height: 24px;
    background-image: url(../images/tick-mark.svg);
    background-size: 24px;
    background-repeat: no-repeat;
}
.prijzen-tabel-area td li.cross-mark::after {
    background-image: url(../images/cross-mark.svg);
}
.prijzen-tabel-area td .common-btn.red-btn{
    text-align: center;
}
/* ======= aanbod-dtl ========== */
/****aanbod-dtl-back-btn****/
.aanbod-dtl-back-btn {
    padding-top: 121px;
}
.aanbod-dtl-back-btn .txt-btn {
    top: 42px;
}
.aanbod-dtl-top-area {
    text-align: end;
}
.aanbod-dtl-share{
    text-align: end;
    padding-bottom: 22px;
}
.aanbod-dtl-share a {
    font-family: 'widescreen_trialex_medium';
    font-size: 2rem;
    color: #0E0E0E;
    line-height: normal;
}
.aanbod-share-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
/****aanbod_dtl_banner****/
.aanbod_dtl_banner{
	margin-bottom: 23px;
}
.aanbod_dtl_banner .common-arrow {
    z-index: 2;
    border-width: 2px;
}
.small_car{
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 17px;
    height: 52vh;
    /* flex-direction: column;
    justify-content: space-between; */
}
.each_samall_car{
	width: calc(50% - 5px);
	height: calc(50% - 108px);
	position: relative;
}
.small_car .each_samall_car:last-child{
    position: relative;
}
.small_car .each_samall_car:last-child::after{
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    cursor: pointer;
    background-image: url(../images/aanbod-plus.svg);
    background-repeat: no-repeat;
    background-size: 48px;
}
.each_samall_car img{
	height: 100%;
    object-fit: cover;
}
.aanbod_dtl_banner .col-lg-8 {
    width: 61%;
}
.aanbod_dtl_banner .col-lg-4 {
    width: 39%;
}
.aanbod_dtl_banner .swiper-button-next {
    right: 50px;
}
.aanbod_dtl_banner .swiper-button-prev {
    left: 50px;
}
/****aanbod-dtl-top-part****/
.aanbod-dtl-top-part .row{
    align-items: end;
}
.aanbod-dtls-btm-left h3{
    color: #0E0E0E;
    margin-bottom: 10px;
}
.aanbod-dtls-btm-left p{
    margin-bottom: 0;
}
.aanbod-dtls-btm-right ul{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    /* column-gap: 10px; */
    justify-content: end;
    column-gap: 30px;
}
.aanbod-dtls-btm-right li{
    border-top: 1.5px solid #b10f20;
}
.aanbod-dtls-btm-right li:last-child{
    text-align: end;
}
.aanbod-dtls-btm-right h5{
    font-family: 'widescreen_trialex_regular';
    font-size: 1.8rem;
    color: #0E0E0E;
    margin: 7px 0;
}
.aanbod-dtls-btm-right h6{
    color: rgba(14, 14, 14, 0.60);
}
/****aanbod-dtl-btm-part****/
.aanbod-dtl-btm-part {
    padding: 33px 0;
}
.aanbod-dtl-btm-part ul {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    width: 100%;
    max-width: 67%;
}
.aanbod-btn {
    border: none;
    background: transparent;
    font-family: 'widescreen_trialex_medium';
    font-size: 2rem;
    color: #0E0E0E;
    line-height: normal;
    position: relative;
    padding-left: 28px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-btn::after{
    position: absolute;
    left: 0;
    top: 50%;
    height: 22px;
    width: 22px;
    background-image: url(../images/aanbod-black-arw.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    content: "";
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-btn:hover{
    color: #b10f20;
}
.aanbod-btn:hover::after{
    background-image: url(../images/aanbod-red-arw.svg);
}
/****dtl-tab-sec****/
.dtl-tab-sec {
    padding: 60px 0 130px;
	position: relative;
	overflow: hidden;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 50px;
    margin-bottom: 30px;
    border: 0;
    row-gap: 26px;
    justify-content: center;
}
.tab-btn-right {
	margin-bottom: 60px;
}
/****tab-part****/
ul.tabs li {
    font-family: 'widescreen_trialex_medium';
	font-size: 2rem;
	line-height: normal;
	margin: 0;
	word-break: break-word;
	text-transform: none;
	color: #0E0E0E;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border-radius: 50px;
	border: 0;
	max-width: max-content;
	display: inline-block;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding-bottom: 10px;
}
ul.tabs li::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.5px;
    content: "";
    background-color: #b10f20;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
}
ul.tabs li:hover,
ul.tabs li.active {
	display: block;
	position: relative;
	color: #b10f20;
}
ul.tabs li:hover::after,
ul.tabs li.active::after{
    opacity: 1;
}
.tab_content {
	display: none;
}
.tab_drawer_heading {
	display: none;
}
.tab-btn-right ul {
	list-style-type: none;
	display: flex;
	column-gap: 41px;
	justify-content: end;
	padding-left: 0;
}
.tab-btn-right li a {
	color: #f3f3f3;
	font-family: 'neue_montrealregular';
	font-size: 1.6rem;
	line-height: 24px;
	letter-spacing: 0.32px;
	transition: all 0.5s;
}
.tab-btn-right li a:hover {
	text-decoration: underline;
}
/****dtl-tab-content****/
.kenmerken-tab {
	overflow: hidden;
}
.kenmerken-tab h3 {
    line-height: 56px;
    letter-spacing: normal;
    color: #121212;
	margin: 54px 0 26px;
}
.kenmerken-tab:first-child h3{
    margin-top: 0;
}
.kenmerken-tab ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}
.kenmerken-tab li {
    width: 50%;
    position: relative;
    font-family: 'widescreen_trialregular';
    color: #0E0E0E;
    font-size: 1.6rem;
    line-height: 30px;
    margin-bottom: 5px;
    padding-bottom: 12px;
    word-break: break-word;
    padding-right: 20px;
}
.kenmerken-tab li::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1.5px;
    background-color: #D9D9D9;
}
.kenmerken-tab li:nth-child(even) {
    color: rgba(14, 14, 14, 0.70);
}
.kenmerken-tab li:last-child, .kenmerken-tab li:nth-last-child(2) {
    margin-bottom: 0;
}
.bullet-panel h5 {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 10px;
	margin-bottom: 10px;
}
.tab_hedaing {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #0E0E0E;
}
.bullet-panel {
    margin: 50px 0 20px;
}
.tab_hedaing h4 {
    font-family: 'widescreen_trialex_medium';
    font-size: 2rem;
    color: #0E0E0E;
}
.dtl-tab-sec .bullet-panel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    color: #0E0E0E;
	margin-bottom: 10px;
	font-size: 1.6rem;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 8px;
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b10f20;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #b10f20;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    color: #0E0E0E;
    line-height: 24px;
    font-size: 1.6rem;
    margin-top: 8px;
    margin-bottom: 25px;
}
.left-bg-block p {
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls h5 {
    text-transform: none;
    font-size: 2.2rem;
}
.tab-btm-btn {
	margin-top: 55px;
}
.tab-btm-btn .common_btn {
    font-family: 'widescreen_trialex_medium';
    font-size: 2rem;
    color: #b10f20;
    line-height: normal;
	position: relative;
}
.kenmerken-tab-block-part {
	display: none;
}
/****aanbod-dtl-slider-sec****/
.aanbod-dtl-slider-sec {
    position: relative;
    overflow: hidden;
    padding: 114px 0 115px;
}
.aanbod-dtl-slider-heading {
    text-align: center;
}
.aanbod-dtl-slider-heading h2{
    color: #0E0E0E;
    margin-bottom: 60px;
}
.aanbod-dtl-slider-sec .common-arrow {
    background-color: #FFF;
    border-color: #0E0E0E;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-width: 2px;
}
.aanbod-dtl-slider-sec .common-arrow:hover{
    background-color: #b10f20;
    border-color: #b10f20;
}
.aanbod-dtl-slider-sec .common-arrow img{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-slider-sec .common-arrow:hover img{
    filter: brightness(1)invert(0);
}
.aanbod-dtl-slider-sec .swiper-button-prev {
    left: -5%;
}
.aanbod-dtl-slider-sec .swiper-button-next {
    right: -5%;
}
.aanbod-dtl-slider-sec .swiper-button-prev, 
.aanbod-dtl-slider-sec .swiper-button-next {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-slider-sec .common-arrow img {
    filter: brightness(100) invert(1);
}
.aanbod-dtl-slider-sec .product-slider-content {
    padding: 22px 24px;
    bottom: -98px;
}
.aanbod-dtl-slider-sec .each-product-slider:hover .product-slider-content-btm ul {
    row-gap: 14px;
}
/* ======= customizing-list ========== */
.customizing-list-sec .diensten-list-left-round, 
.customizing-list-sec .diensten-list-right-round{
    top: -18%;
}
.customizing-list-sec .diensten-list-left-round img, 
.customizing-list-sec .diensten-list-right-round img {
    width: 463px;
}
/* ======= bedankt ========== */
.bedankt-banner p{
    color: #fff;
    margin-bottom: 25px;
}
.bedankt-banner .home_banner_content {
    bottom: 60px;
}
.bedankt-banner .home_banner_content h1 {
    margin-bottom: 25px;
}
.bedankt-banner .common-btn::after {
    left: -7px;
    top: -1%;
    transform: rotate(180deg);
}
.bedankt-banner .common-btn:hover::after {
    left: -7px;
}
/* ======= popup ========== */
.modal-area .modal-dialog {
    max-width: 59%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background: rgba(14, 14, 14, 0.70);
    backdrop-filter: blur(4.5px);
}
.modal-area .modal-content {
    border: 0;
    background-color: #fff;
    position: relative;
}
.pop-up-image {
    height: 100%;
}
.modal-area .popup-content {
    padding: 85px 46px 74px 61px;
    background-color: #fff;
}
.modal-area .popup-content p{
    color: #000;
    margin-bottom: 32px;
    width: 100%;
    max-width: 436px;
}
.modal-area .popup-content h2 {
    text-transform: capitalize;
    color: #000;
    margin: 12px 0 23px;
    width: 100%;
    max-width: 485px;
}
.modal-area .popup-content ul {
    margin-left: 28px;
    list-style-type: disc;
}
.modal-area .popup-content li {
    line-height: 25px;
    margin-bottom: 4px;
    color: #0A1520;
    font-size: 1.6rem;
    letter-spacing: 0.32px;
}
.modal-area .popup-content li::marker {
    color: #0A1520;
}
.popup-info-btm p {
    margin-top: 11px;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: -30px;
    right: -27px;
    z-index: 1;
    font-size: 3rem;
    height: 57px;
    width: 57px;
    background-color: #b10f20;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100px;
}
.close-img:hover {
	color: #fff;
}
.popup-content .red-btn:hover::before {
    background-color: #0E0E0E;
}
.popup-content .red-btn:hover span {
    color: #0E0E0E;
}
.popup-content .red-btn:hover::after {
    background-image: url(../images/black-arrw.svg);
	background-size: 23px;
}
/* ******************************************LOADER CSS ***************************************************** */
/*******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.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 0 6px 44px;
    color: #000;
    background-size: 152px;
  }
  
  .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;
  }  

  .radio_filter .form-check-input {
    display: none;
}

.aanbod-loader {
	width: 45px;
	height: 40px;
	background: linear-gradient(#b10f20 calc(1*100%/6),#fff 0 calc(3*100%/6),#b10f20 0),
			  linear-gradient(#b10f20 calc(2*100%/6),#fff 0 calc(4*100%/6),#b10f20 0),
			  linear-gradient(#b10f20 calc(3*100%/6),#fff 0 calc(5*100%/6),#b10f20 0);
	background-size: 10px 400%;
	background-repeat: no-repeat;
	animation: matrix 1s infinite linear;
  }
  @keyframes matrix {
	0% {
	  background-position: 0% 100%, 50% 100%, 100% 100%
	}
  
	100% {
	  background-position: 0% 0%, 50% 0%, 100% 0%
	}
  }
  .load_aanbod{
	justify-content: center;
    display: flex;
    column-gap: 3rem;
    align-items: center;
    color: #000000;
  }
  .privacy_section {
    padding: 150px 0 60px;
}
.privacy_section p,
.privacy_section p strong {
    color: rgba(9, 11, 29, 0.66);
}
.form-right-area .error_cls,
.form-right-area .success_cls {
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
}
.kenteken-Error {
    color: #ff0000;
}
.home-dtls-sec td h6 {
    font-family: 'widescreen_trialex_medium';
    font-size: 2rem;
    color: #090B1D;
    position: relative;
    margin-bottom: 13px;
    padding-bottom: 18px;
}
.home-dtls-sec td h6::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: calc(100% - 52px);
    height: 1.5px;
    background-color: rgba(215, 63, 17, 0.41);
}
.home-dtls-sec td h5 {
    margin-bottom: 10px;
}
.home-dtls-sec td p{
    width: 100%;
    max-width: 400px;
}
.home-dtls-area table{
    width: 100%;
}
.home-dtls-area tr {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}
.home-dtls-area td {
    width: 32.80%;
}
.calsty {
    height: 830px;
}
.each-diensten-list-area {
    height: 100%;
}
.each-diens-list-img img{
    height: 100%;
    object-fit: cover;
}
.each-diens-slider-img img{
    object-fit: cover;
    object-position: top;
}
.widget-btn-area{
    bottom: 2rem;
    left: 3rem;
    z-index: 99;
}
.widget-btn{
    border-radius: 10px;
    background: #b10f20;
    box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
    padding: 1.3rem 2.5rem;
    font-size: 1.5rem;
    font-family: 'widescreen_trialmedium';
    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: 'widescreen_trialmedium';
    font-size: 2.4rem;
}
.widget-content h5{
    font-family: 'widescreen_trialregular';
    font-size: 1.6rem;
    margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
    text-decoration: underline;
    color: #b10f20;
}
.widget-content button, .widget-mobile button{
    border-radius: 5px;
    color: #fff;
    border: 2px solid #b10f20;
    background: #b10f20;
    padding: 1.2rem 2rem;
    font-size: 1.5rem;
    font-family: 'widescreen_trialmedium';
    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: #b10f20 !important;
}
.monthly_amount{
    cursor:pointer;
}
/*==========accu-test-apperatuur========*/
.header-area.apparatuur-header, .apparatuur-form{
    background: #0e0e0e;
}
.apparatuur-blank-div{
    padding-top: 130px;
}
.apparatuur-content{
    padding: 50px 0;
}
.apparatuur-content h2, .apparatuur-form h2{
    line-height: 116.667%;
}
.apparatuur-content p, .apparatuur-content li, .apparatuur-content li a, .apparatuur-content td{
    color: rgba(9, 11, 29, 0.66);
    font-family: 'Widescreen_Trial_Lt';
}
.apparatuur-content li a:hover, .apparatuur-form td a:hover, .apparatuur-form .focus-input .form-label, 
.apparatuur-form .red-btn:not(:hover) span{
    color: #D73F11;
}
.apparatuur-content h2, .apparatuur-content h5, .apparatuur-content li:not(:last-child){
    margin-bottom: 18px;
}
.apparatuur-content p{
    margin-bottom: 30px;
}
.apparatuur-content li{
    position: relative;
    padding-left: 15px;
    margin-left: 10px;
}
.apparatuur-content li span, .apparatuur-content td h5{
    font-family: 'widescreen_trialex_semibold';
}
.apparatuur-content li:before{
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    width: 4px;
    height: 4px;
    background: rgba(9, 11, 29, 0.66);
    border-radius: 50%;
}
.apparatuur-content td h5{
    margin-bottom: 0;
}
.apparatuur-content td hr{
    background-color: rgba(215, 63, 17, 0.41);
    opacity: 1;
    height: 1.5px;
    margin: 14px 0;
    max-width: 400px;
}
.apparatuur-content td span{
    margin-top: 10px;
    display: block;
}
.apparatuur-content td{
    padding: 10px 0 20px;
}
.apparatuur-content tr:last-child td{
    padding-bottom: 0;
}
.apparatuur-form{
    margin-top: 50px;
    padding: 80px 0 120px;
}
.apparatuur-form h2{
    margin: 12px 0 22px;
}
.apparatuur-form h5, .apparatuur-form h2{
    color: #fff;
}
.apparatuur-form td span{
    width: 46px;
    height: 46px;
    background: #D73F11;
    margin-right: 25px;
}
.apparatuur-form table{
    margin-top: 35px;
}
.apparatuur-form td p{
    margin: 5px 0 0;
}
.apparatuur-form td p a:not(:hover){
    opacity: .6;
}
.apparatuur-form td{
    vertical-align: top;
    padding-bottom: 34px;
}
.apparatuur-form td h5{
    margin-top: 10px;
}
.apparatuur-form .red-btn:not(:hover)::before {
  background-color: #D73F11;
}
.apparatuur-form .red-btn:not(:hover)::after {
  background-image: url(../images/btn-orange-arrow.svg);
}
