@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	color: #FFF;
    font-family: 'muktaregular';
    font-size: 1.8rem;
	background-color: #131313;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    border-color: rgba(255,255,255,0.1);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.1);
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/*******************************index*******************************/
/****header-area****/
.header-area {
    background-color: #202020;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	overflow: hidden;
}
.header-area .container-fluid,
.header-area .common-wrap {
	padding-right: 0;
}
.header-logo {
	/*border-radius: 0px 0px 5px 5px;*/
	overflow: hidden;
	background-color: #202020;
	padding: 34px 0;
	text-align: center;
}
.header-logo img {
	width: 196px;
}
.header-menu ul {
    display: flex;
    column-gap: 50px;
    justify-content: center;
    align-items: center;
}
.header-menu li a {
    font-size: 1.8rem;
    color: #fff;
    font-family: 'muktaregular';
    line-height: 26px;
}
.header-menu li a::after {
    display: block;
    content: "";
    border-bottom: 1.5px solid #2490EB;
    transition: transform 250ms ease-in-out;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    margin-top: 1px;
}
.header-menu li a:hover::after {
    transform: scaleX(1);
    transform-origin: 0px 50%;
}
.header-right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}
.header-right::after {
    content: '';
    background-color: #202020;
    height: calc(100% + 73px);
    width: 100vw;
    left: 0;
    top: -37px;
    position: absolute;
}
.header-btn {
    display: flex;
    justify-content: center;
	position: relative;
	z-index: 1;
}
.menu-btn {
    cursor: pointer; 
    width: 43px;
    position: relative;
    z-index: 100;
}
.menu-bar {
    position: relative;
    max-width: 43px;
    width: 100%;
    margin-left: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 2px;
    margin: 5px 0 5px auto;
    width: 31px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-btn.menu-btn-active .menu-bar  div {
    transform: scale(0);
}
.menu-btn.menu-btn-active .menu-bar:before {
    transform: translateY(4px) rotate(135deg);
}
.menu-btn.menu-btn-active .menu-bar:after {
    transform: translateY(-3px) rotate(-135deg);
}
.body-active {
	overflow: hidden;
}
.header-area.header-active {
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
/****mega-menu****/
.mega-menu {
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	pointer-events: none;
}
.mega-menu-active {
	background: rgba(19, 19, 19, 0.4);
	backdrop-filter: blur(7px);
	pointer-events: all;
}
.mega-menu .row {
	height: 100%;
}
.mega-menu .col-lg-5 {
	width: 30%;
	height: 100%;
}
.mega-menu .col-lg-7 {
	width: 70%;
}
.mega-menu-main {
	width: 100%;
	height: 100%;
	background-color: #202020;
	clip-path: inset(0 0 0 100%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	padding: 110px 70px 190px;
}
.mega-menu-active .mega-menu-main {
	clip-path: inset(0 0 0 0);
}
.mega-menu-empty {
	height: 100%;
	width: 100%;
}
.mega-menu-main-wrap {
	display: flex;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
.mega-menu-main-wrap::-webkit-scrollbar {
	background-color: rgba(36, 144, 235, 0.3);
	width: 10px;
    border-radius: 0;
}
.mega-menu-main-wrap::-webkit-scrollbar-thumb {
	background-color: rgba(36, 144, 235, 0.4);
    border-radius: 0;
}
.mega-menu-nav {
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 54px;
	padding-right: 20px;
}
.mega-menu-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.mega-menu-nav li {
	margin-bottom: 20px;
	font-size: 1.8rem;
    color: #fff;
    font-family: 'muktaregular';
    line-height: 26px;
}
.mega-menu-nav li:last-child {
	margin-bottom: 0;
}
.mega-menu-nav li a {
	color: #fff;
	position: relative;
	display: inline-block;
}
.mega-menu-nav li a::after {
    display: block;
    content: "";
    border-bottom: 1.5px solid #2490EB;
    transition: transform 250ms ease-in-out;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    margin-top: 1px;
}
.mega-menu-nav li a:hover::after {
    transform: scaleX(1);
    transform-origin: 0px 50%;
}
/****fix-wp****/
.fix-wp a {
	position: fixed;
	right: 0;
	bottom: 20%;
	width: 61px;
	height: 61px;
	border-radius: 0;
	background-color: #25D366;
	z-index: 98;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fix-wp a img {
	width: 27px;
}
/****main****/
main {
	margin-top: 118px;
}
/****banner-sec****/
.banner-sec {
    overflow: hidden;
    background-color: #DBDBDB;
    position: relative;
    min-height: 748px;
}
.banner-sec .row {
	position: relative;
}
.banner-sec .container-fluid,
.banner-sec .common-wrap {
	padding-right: 0;
}
.banner-video {
	height: 748px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}

.each-home-banner {
	height: 748px;
    position: relative;
    border-radius: 5px 0px 0px 0px;
    overflow: hidden;
}
.each-home-banner img {
	height: 100%;
	object-fit: cover;
	border-radius: 5px 0px 0px 0px;
	overflow: hidden;
}
.each-home-banner::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(283deg, rgba(255, 255, 255, 0.00) 66.72%, rgba(255, 255, 255, 0.20) 78.2%);
}






.each-banner {
    height: 748px;
    /* background-attachment: fixed; */
    position: relative;
    border-radius: 5px 0px 0px 0px;
    overflow: hidden;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
	border-radius: 5px 0px 0px 0px;
	overflow: hidden;
}
.each-banner::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(283deg, rgba(255, 255, 255, 0.00) 66.72%, rgba(255, 255, 255, 0.20) 78.2%);
}
.banner-content {
    position: absolute;
    top: 150px;
    z-index: 2;
    left: 0;
    width: 80%;
}
.banner-content-wrap {
	position: relative;
}
.banner-vector {
	position: absolute;
    right: 55%;
    top: 53%;
	pointer-events: none;
}
.banner-content h1 {
	margin-bottom: 110px;
}
.banner-social {
	max-width: 300px;
	margin-top: 86px;
}
.banner-social li {
	margin-bottom: 16px;
}
.banner-social li a img {
	margin-right: 24px;
	width: 26px;
	filter: brightness(0);
	-webkit-filter: brightness(0);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.banner-social li a:hover img {
	filter: brightness(1);
}
.banner-social li a {
	color: #131313;
	line-height: 26px;
}
.banner-social li a:hover {
	color: #2490EB;
}
.banner-vector img {
	width: 311px;
}
/****home-filter****/
.home-filter-sec {
	background-color: #222222;
}
.home-filter {
	position: relative;
	padding: 24px 0;
}
.home-filter::after {
    position: absolute;
    content: '';
    /* left: -18%; */
	left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}
.home-filter .select-style {
	width: 100%;
    height: 48px;
    color: #fff;
    font-family: 'muktaregular';
    font-size: 1.8rem;
	background-color: transparent;
    appearance: none;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap; 
    cursor: default;
}
.home-filter .select-style strong {
	font-weight: normal;
	position: relative;
}
.home-filter .select-style strong::after {
    content: '';
    position: absolute;
    right: -35px;
    top: 10px;
    background-image: url(../images/home-filter-arrow.svg);
    background-size: 12px;
    height: 12px;
    width: 12px;
    background-position: center;
    background-repeat: no-repeat;
}
.home-filter .filter-content {
    display: none;
    background-color: #222222;
	color: #fff;
    padding: 10px 10px 15px;
    z-index: 2;
    border-top: 0;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
	left: -21px !important;
}
.home-filter .filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.home-filter .filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.home-filter .filter-content.show-div {
    display: block;
}
.home-filter .dropdown-menu.show {
    display: block;
}
.home-filter label {
    color: #fff;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    z-index: 2;
	font-family: 'muktaregular';
    font-size: 1.8rem;
	cursor: pointer;
	line-height: 26px;
}
.home-filter label:last-child {
	margin-bottom: 0;
}
.home-filter label span {
    float: right;
    color: #fff;
    opacity: 0.65;
}
.home-filter .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 3px;
}
.home-filter .form-check-input:checked {
    background-color: #2490EB;
    border-color: #2490EB;
}
.Selecteer-model-filter .form-check-input {
    display: none;
}
.home-filter .each-filter {
	padding: 0 20px;
}
.home-filter .radio_filter .form-check-input {
	display: none;
}
/****product-sec****/
.product-sec {
    padding: 104px 0 91px;
    position: relative;
    overflow: clip;
}
.product-wrap {
	padding-left: 14px;
	padding-right: 14px;
}
.product-title {
	max-width: 930px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 87px;
}
.product-title h2 {
	margin: 10px 0 29px;
}
.each-product-img {
	border-radius: 10px 10px 0px 0px;
	overflow: hidden;
}
.each-product-info {
	border-radius: 0px 0px 10px 10px;
	background: #DBDBDB;
	overflow: hidden;
	padding: 18px 15px 15px;
}
.each-product-info-wrap {
	padding: 0 20px;
}
.each-product-title h4 {
    height: 30px;
    overflow: hidden;
    margin-bottom: 5px;
}
.each-product-title p {
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
    height: 50px;
    overflow: hidden;
}
.each-product-info hr {
    margin: 12px 0 5px;
    background-color: rgba(0, 0, 0, 0.05);
    opacity: 1;
}
.each-product-btm table {
    width: 100%;
}
.each-product-btm tr {
    display: flex;
    justify-content: space-between;
}
.each-product-btm td span {
	color: rgba(0, 0, 0, 0.5);
	line-height: 26px;
}
.each-product-btm td h6 {
	color: #000;
	font-family: 'muktamedium';
	font-size: 1.8rem;
	line-height: 26px;
}
.each-product-btn {
	background-color: #131313;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	padding: 10px 0;
	margin-top: 15px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-btn h6 {
	font-family: 'muktaregular';
	font-size: 1.8rem;
	line-height: normal;
	letter-spacing: 0.36px;
	color: #fff;
}
.each-product-btn h6 strong {
	font-family: 'muktamedium';
	font-weight: normal;
}
.each-product:hover .each-product-btn {
	background-color: #2490EB;
}
.product-slider .swiper-button-next {
	right: -32px;
}
.product-slider .swiper-button-prev {
	left: -32px;
}
.product-btn {
	text-align: center;
	margin-top: 62px;
	position: relative;
}
.product-vector {
    position: absolute;
    left: 30%;
    bottom: 30%;
	pointer-events: none;
}
.product-top-frame {
    position: absolute;
    right: -6%;
    top: -4%;
	pointer-events: none;
}
.product-btm-frame {
    position: absolute;
    left: -10%;
    bottom: -7%;
	pointer-events: none;
}
.product-top-frame img {
	width: 297px;
}
.product-btm-frame img {
	width: 451px;
}
/****home-block****/
.home-block {
	background-color: #DBDBDB;
	position: relative;
	overflow: hidden;
}
.home-block .row {
	position: relative;
}
.home-block-right-img {
	position: relative;
}
.home-block-right-img::after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(36, 144, 235, 0.9);
}
.home-block-frame {
    position: absolute;
    bottom: 0;
    left: -15px;
	pointer-events: none;
}
.home-block-left {
    padding-top: 105px;
    max-width: 630px;
    width: 100%;
}
.home-block-left h2 {
	margin: 10px 0 30px;
  }
.home-block-left .common-btn {
	margin-top: 62px;
}
.home-block-right {
	position: relative;
	padding: 98px 0 98px 105px;
	height: 100%;
}
.home-block-right-img img {
	height: 100%;
    object-fit: cover;
}
.each-home-block-right-info {
    background-color: #DBDBDB;
    border-radius: 10px;
    overflow: hidden;
    padding: 36px 40px;
	position: relative;
}
.each-home-block-right-info h4 {
	color: #202020;
}
.home-block-right-info {
    position: relative;
    z-index: 1;
}
.home-block-right-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(100% + 21%);
}
.each-home-block-right-info a {
    color: #202020;
    /* text-decoration: underline; */
    line-height: 26px;
}
.each-home-block-right-info a:hover {
	color: #2490EB;
}
.each-home-block-right-info p {
	margin: 12px 0 15px;
}
.each-home-block-right-info {
	margin-bottom: 14px;
}
.each-home-block-right-info:last-child {
	margin-bottom: 0;
}
.each-home-block-frame {
    position: absolute;
    right: -10px;
    top: -10px;
	pointer-events: none;
}
.each-home-block-frame img {
	filter: brightness(0) saturate(100%) invert(51%) sepia(88%) saturate(2763%) hue-rotate(186deg) brightness(95%) contrast(95%);
}
/****home-mid****/
.home-mid {
	background-color: #DBDBDB;
	padding: 130px 0 115px;
}
.home-mid-wrap {
	padding-left: 115px;
	padding-right: 115px;
}
.home-mid-title {
	text-align: center;
	max-width: 810px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 52px;
	position: relative;
}
.home-mid-title h2 {
	margin: 10px 0 31px;
  }
.home-mid-title p {
	margin-bottom: 43px;
}
.home-mid-img {
	position: relative;
}
.home-mid-big-img img{
	border-radius: 10px;
}
.home-mid-big-img::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.06);
	border-radius: 10px;
	overflow: hidden;
}
.home-mid-man-img {
	height: 178px;
    width: 178px;
    border-radius: 100%;
	border: 4px solid #fff;
    overflow: hidden;
    position: absolute;
    right: -40px;
    top: -60px;
}
.home-mid-man-img img {
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.home-mid-info table {
	width: 100%;
}
.home-mid-info tr {
    display: flex;
    flex-wrap: wrap;
	column-gap: 24px;
}
.home-mid-info td {
    border: 1px solid rgba(32, 32, 32, 0.18);
	background-color: #DBDBDB;
    border-radius: 10px;
    padding: 50px;
    width: 32.1%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-mid-info td h4 {
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	color: #202020;
}
.home-mid-info td p {
	margin-bottom: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-mid-info td h4::after {
	content: '';
	position: absolute;
	left: 0;
	top: -5px;
	background-image: url(../images/home-mid-blue-round-tick.svg);
	height: 37px;
	width: 37px;
	background-size: 37px;
	background-repeat: no-repeat;
	background-position: center;
}
.home-mid-info td:hover {
	background-color: #2490EB;
	border-color: #2490EB;
}
.home-mid-info td:hover h4,
.home-mid-info td:hover p strong {
	 color: #fff;
}
.home-mid-info td:hover h4::after {
	background-image: url(../images/home-mid-white-round-tick.svg);
}
.home-mid-info td:nth-child(even) {
	background-color: #2490EB;
	border-color: #2490EB;
}
.home-mid-info td:nth-child(even) h4,
.home-mid-info td:nth-child(even) p strong {
	color: #fff;
}
.home-mid-info td:nth-child(even) h4::after {
	background-image: url(../images/home-mid-white-round-tick.svg);
}
.home-mid-info-wrap {
    margin-top: -60px;
    position: relative;
    z-index: 1;
}
.home-mid-vector {
    position: absolute;
    bottom: -100px;
    z-index: 1;
	pointer-events: none;
}
/****instagram-slider****/
.instagram-slider {
	padding: 76px 0 57px;
}
.instagram-slider-title {
	margin-bottom: 86px;
	text-align: center;
}
.instagram-slider-title h6 {
	font-size: 1.8rem;
	font-family: 'muktamedium';
	margin-bottom: 10px;
	line-height: 26px;
}
.each-instagram-slider {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-instagram-slider::after {
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(32, 32, 32, 0.54);
	position: absolute;
	opacity: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.insta-img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.insta-img img {
	width: 60px;
}
.each-instagram-slider:hover .insta-img {
	opacity: 1;
	z-index: 1;
}
.each-instagram-slider:hover::after {
	opacity: 1;
}
/****footer-area****/
.footer-area {
	padding: 60px 0 40px;
	background-color: #222222;
	overflow-x: hidden;
}
.footer-logo img {
	width: 196px;
}
.each-footer-right td {
    vertical-align: top;
    color: #FFF;
    font-size: 1.8rem;
    line-height: 26px;
}
.each-footer-right tr td:first-child {
    padding-right: 26px;
}
.each-footer-right h4 {
	color: #fff;
	margin-bottom: 10px;
}
.footer-right {
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
}
.each-footer-right a:hover {
	color: #2490EB;
}
.each-footer-right a {
	line-height: 26px;
}
.footer-top {
	position: relative;
}
.footer-top::after {
	content: '';
	position: absolute;
	left: -10%;
	bottom: 0;
	background-color: #858282;
	height: 1px;
	width: 100vw;
}
.footer-top {
	padding-bottom: 80px;
}
.footer-btm {
	margin-top: 25px;
}
.footer-credit a {
	line-height: 26px;
}
.footer-credit a:hover {
	color: #2490EB;
}
.footer-nav ul {
	display: flex;
	column-gap: 20px;
	justify-content: center;
}
.footer-nav ul li a {
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	filter: brightness(0.35);
}
.footer-nav ul li a:hover {
	filter: brightness(1.5);
}
.footer-btm-logo ul {
	display: flex;
	column-gap: 38px;
	justify-content: end;
}
.footer-btm-mobile-logo {
	display: none;
}
.footer-btm-logo1 {
	width: 103px;
}
.footer-btm-logo2 {
    width: 185px;
}
/*******************************diensten-list*******************************/
/****inner-banner-sec****/
.inner-banner-sec {
	position: relative;
}
.inner-banner-sec::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(283deg, rgba(255, 255, 255, 0.00) 66.72%, rgba(255, 255, 255, 0.20) 78.2%);
}
.inner-banner-img {
	height: 500px;
}
.inner-banner-text {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	text-align: center;
}
.inner-banner-text h1 {
	color: #fff;
}
/****diensten-list-sec****/
.diensten-list-sec {
	padding: 94px 0 115px;
	background-color: #DBDBDB;
	position: relative;
	overflow: hidden;
}
.diensten-list-mark { 
    position: absolute;
    right: 0;
    top: -20%;
    width: 20%;
	pointer-events: none;
}
.diensten-list-heading {
	max-width: 760px;
	width: 100%;
	margin: 0 auto 63px;
}
.diensten-list-heading h2 {
	line-height: 72px;
	margin-bottom: 10px;
}
.diensten-list-heading p {
	color: #181818;
}
.diensten-list-main .row {
	row-gap: 30px;
}
.each-diensten-list {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.each-diensten-list::after ,.each-diensten-list::before  {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);
}
.each-diensten-list::before {
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.2);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-diensten-list-text {
	position: absolute;
	bottom: -100px;
	left: 0;
	padding: 24px 32px;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	z-index: 2;
}
.each-diensten-list-text h3 {
	margin-bottom: 20px;
}
.each-diensten-list-text p {
	margin-bottom: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each-diensten-list .txt-btn {
	color: #2490EB;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-diensten-list .txt-btn:hover {
	color: #fff;
}
.each-diensten-list:hover .each-diensten-list-text p {
	-webkit-line-clamp: 4;
}
.each-diensten-list:hover .each-diensten-list-text {
	bottom: 0;
}
.each-diensten-list:hover::before {
	opacity: 1;
}
.each-din-mark {
	position: absolute;
	top: -14px;
	right: -27px;
	pointer-events: none;
}
/*******************************contact*******************************/
.contact-sec {
	position: relative;
	background-color: #DBDBDB;
	padding: 97px 0;
	overflow: hidden;
}
.contact-sec .container-fluid {
	position: relative;
	z-index: 1;
}
.contact-map {
	height: 420px;
	margin-bottom: 34px;
	border-radius: 10px;
	overflow: hidden;
}
.contact-info {
	display: flex;
	justify-content: space-between;
	column-gap: 10px;
	row-gap: 20px;
}
.each-contact-info h4 {
	margin-bottom: 12px;
}
.each-contact-info p {
	color: #000;
	margin-bottom: 0;
}
.each-contact-info p a {
	color: #000;
	font-size: 1.8rem;
}
.each-contact-info p a:hover {
	color: #2490EB;
}
.each-contact-info td {
	color: #000;
    font-family: 'muktaregular';
    font-size: 1.8rem;
    line-height: 26px;
}
.each-contact-info td:nth-child(odd) {
	padding-right: 10px;
}
.contact-right {
	padding: 28px 33px 44px;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	background-color:#DBDBDB;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
	max-width: calc(100% - 60px);
	margin-left: auto;
	height: 100%;
}
.contact-form-heading {
	margin-bottom: 20px;
}
.contact-form-heading h2 {
	margin-bottom: 12px;
}
.contact-form-heading p {
	color: #000;
	margin-bottom: 0;
}
.contact-form .form-group {
	position: relative;
}
.contact-form label {
	position: absolute;
	left: 0;
	top: 35px;
	background-color: transparent;
	z-index: 10;
    transition: all 0.5s;
	pointer-events: none;
	width: 100%;
	color: rgba(0, 0, 0, 0.50);
    font-family: 'muktaregular';
    font-size: 1.8rem;
    line-height: 26px;
}
.contact-form .focused label {
	color: #2490EB;
	top: 20px;
	font-size: 1.4rem;
}
.contact-form .form-style {
	resize: none;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.50);
    font-family: 'muktamedium';
	line-height: 22px;
	font-size: 1.8rem;
	background-color: transparent;
	padding: 35px 0;
    color: #000;
    width: 100%;
}
.contact-form .form-style.foto_upload{ 
	color: rgba(0, 0, 0, 0.50);
}
.contact-form .form-group.focused .form-style {
	padding-top: 50px;
    padding-bottom: 20px;
	border-color: #000;
}
.contact-form textarea.form-style {
    height: 80px;
}
.contact-form textarea.form-style::-webkit-scrollbar {
	display: none;
}
.contact-form .common-btn {
	margin-top: 30px;
}
.contact-form .col-md-6,
.contact-form .col-md-12 {
	padding: 0 14px;
}
/* .contact-form .row {
	margin: 0 -14px;
} */
.each-contact-info p,
.each-contact-info td {
	font-size: 1.8rem;
}
/*******************************Inkoop/taxtie*******************************/
/****back-btn****/
.back-btn {
	background-color: #DBDBDB;
}
.back-btn .txt-btn {
	color: #000;
	line-height: normal;
	letter-spacing: 0.18px;
	position: relative;
	padding-left: 30px;
	top: 55px;
	z-index: 2;
}
.back-btn .txt-btn::after {
    content: '';
    position: absolute;
    background-image: url(../images/prev.svg);
    left: 0;
    top: 6px;
    background-size: 16px;
    height: 16px;
    width: 16px;
    background-position: center;
    background-repeat: no-repeat;
}
.back-btn .txt-btn:hover {
	color: #2490EB;
}
/****Inkoop/taxtie-top****/
.Inkoop-taxtie-top {
    background-color: #DBDBDB;
    margin-top: -29px;
	/* overflow-x: hidden; */
	overflow: hidden;
}
.Inkoop-taxtie-top .container-fluid,
.Inkoop-taxtie-top .common-wrap {
	padding-right: 0;
}
.Inkoop-taxtie-top-info h2 {
    margin-bottom: 26px;
    line-height: 32px;
}
.Inkoop-taxtie-top .col-lg-6:first-child {
	position: relative;
}
.Inkoop-taxtie-top-img {
	height: 100%;
	/* background-attachment: fixed; */
	border-radius: 10px 0 0 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
}
.Inkoop-taxtie-top-img img {
	border-radius: 10px 0px 0px 0px;
	overflow: hidden;
	height: 100%;
	object-fit: cover;
}
.Inkoop-taxtie-top-info {
	padding-top: 115px;
	padding-right: 120px;
	padding-bottom: 50px;
}
.Inkoop-taxtie-top-info p {
	line-height: 24px;
}
/****Inkoop-taxtie-mid****/
.Inkoop-taxtie-mid {
	padding: 112px 0;
	position: relative;
	overflow-x: hidden;
}
.Inkoop-taxtie-mid-img img {
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
	object-fit: cover;
}
.Inkoop-taxtie-mid-info {
	padding-left: 44px;
}
.Inkoop-taxtie-mid-img {
    padding-right: 60px;
	height: 100%;
}
.Inkoop-taxtie-mid-info li h4 {
	color: #fff;
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
}
.Inkoop-taxtie-mid-info li h4::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/home-mid-blue-round-tick.svg);
	background-position: center;
	background-repeat: no-repeat;
	height: 34px;
	width: 34px;
	background-size: 34px;
}
.Inkoop-taxtie-mid-info li p {
    font-family: 'muktalight';
    line-height: 24px;
    letter-spacing: 0.36px;
    max-width: 600px;
    width: 100%;
}
.Inkoop-taxtie-top-frame {
    position: absolute;
    right: -6%;
    top: -14%;
    pointer-events: none;
}
.Inkoop-taxtie-btm-frame {
    position: absolute;
    left: -8%;
    bottom: 0%;
    pointer-events: none;
	z-index: -1;
}
.Inkoop-taxtie-mid-info li {
	border-bottom: 1px solid #fff;
	margin-bottom: 35px;
}
.Inkoop-taxtie-mid-info li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
/****inkoop-form****/
.contact-left-img {
	margin-bottom: 34px;
}
.contact-left-img img {
	border-radius: 10px;
	overflow: hidden;
}
/****related-service-sec****/
.related-service-sec {
	background-color: #DBDBDB;
	padding-bottom: 115px;
}
.related-service-sec h2 {
	text-align: center;
	margin-bottom: 80px;
	line-height: 58px;
}
.related-service-sec .each-diensten-list-text h3 {
	line-height: 32px;
}
/*******************************Financiering-Lease*******************************/
/****financiering-lease-block****/
.financiering-lease-block-bg {
	position: relative;
	padding: 104px 0 102px;
}
.financiering-lease-block-bg::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(0deg, rgba(36, 144, 235, 0.95) 0%, rgba(36, 144, 235, 0.95) 100%);
}
.financiering-lease-block table {
    width: 100%;
}
.financiering-lease-block tr {
    display: flex;
    flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 80px;
}
.financiering-lease-block td {
	width: 31.8%;
	border: 1px solid #DBDBDB;
	border-radius: 10px;
	overflow: hidden;
	background: #DBDBDB;
	padding: 40px 35px 40px;
	transition: all 0.5s;
	cursor: default;
}
.financiering-lease-block td:hover {
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.5);
}
.financiering-lease-block-info {
	position: relative;
	z-index: 1;
}
.financiering-lease-block-info h2 {
    text-align: center;
    margin-bottom: 57px;
    line-height: 58px;
    letter-spacing: 0.44px;
}
.financiering-lease-block-info td p {
	letter-spacing: 0.36px;
	margin-top: 20px;
	margin-bottom: 0;
}
.financiering-lease-block-line {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.financiering-lease-block-line img {
	width: 987px;
}
/*******************************verkoop*******************************/
.Inkoop-taxtie-top h6 {
	font-family: 'muktasemibold';
	color: #202020;
	font-size: 1.8rem;
	margin-bottom: 3px;
}
/****verkoop-mid****/
.verkoop-mid h2 {
	line-height: 58px;
	letter-spacing: 0.44px;
	margin-bottom: 47px;
}
.each-verkoop-mid-block {
	background-color: #DBDBDB;
	border: 1px solid #DBDBDB;
	border-radius: 10px;
	overflow: hidden;
	padding: 24px 35px 20px;
	margin-bottom: 17px;
	position: relative;
}
.each-verkoop-mid-block li {
    color: #000;
    font-family: 'muktaregular';
    font-size: 1.8rem;
    line-height: 26px;
    letter-spacing: 0.36px;
    position: relative;
    padding-left: 20px;
	margin-bottom: 0;
	border-bottom: 0;
}
.each-verkoop-mid-block li::after {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	background-image: url(../images/bullet.svg);
	height: 7px;
	width: 7px;
	background-size: 7px;
	background-repeat: no-repeat;
	background-position: center;
}
.each-verkoop-mid-block h4 {
	margin-bottom: 10px;
}
.verkoop-mid .Inkoop-taxtie-mid-info {
	padding-left: 0px;
}
/*******************************over-ons*******************************/
/****over-ons-top****/
.over-ons-top {
	background-color: #DBDBDB;
	padding: 80px 0 120px;
}
.over-ons-top-img img {
	border-radius: 10px;
	overflow: hidden;
}
.over-ons-top-info {
	margin-top: 44px;
	padding-right: 91px;
}
.over-ons-top-img {
	padding-left: 42px;
}
.over-ons-top-info h2 {
	color: #000;
	margin-bottom: 16px;
}
.over-ons-top-info p {
	line-height: 24px;
	font-family: 'muktalight';
	color: #000;
}
/****over-ons-accordian****/
.over-ons-accordian {
    background-color: #DBDBDB;
    padding-bottom: 116px;
    position: relative;
    overflow: hidden;
}
.over-ons-accordian-vector {
    position: absolute;
    left: -9%;
    top: 15%;
    width: 476px;
}
.over-ons-accordian h2 {
    text-align: center;
    max-width: 520px;
    margin: 0 auto;
	margin-bottom: 50px;
}
.over-ons-accordian-wrap {
	padding: 0 130px;
}
.over-ons-accordian h4 {
    color: rgba(0, 0, 0, 0.5);
}
.over-ons-accordian p {
	margin-bottom: 0;
	padding-right: 66px;
}
.over-ons-accordian p strong {
	color: #000;
	font-family: 'muktalight';
	letter-spacing: 0.36px;
}
.accordion-content {
    overflow: hidden; 
    transition: max-height 0.3s ease-in-out; 
}
.over-ons-accordian .accordion>li {
    display: block;
    list-style: none;
    margin-bottom: 0px;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	padding: 32px 0;
}
.over-ons-accordian .accordion>li::after {
	content: '';
	position: absolute;
	right: 0;
	top: 40px;
	background-repeat: no-repeat;
	background-position: center;
    background-image: url(../images/next.svg);
    width: 16px;
    height: 16px;
    background-size: contain;
}
.over-ons-accordian .accordion>.liborder::after {
	transform: rotate(90deg);
}
.over-ons-accordian .accordion>.liborder h4 {
	color: #000;
}
.over-ons-accordian .accordion>.liborder {
	border-bottom: 1px solid #000;
}
.over-ons-accordian .accordion>li>div {
    list-style: none;
}
/****over-ons-man****/
.over-ons-man {
	padding: 78px 0 114px;
}
.over-ons-man h2 {
	margin-bottom: 73px;
}
.each-over-ons-man-img {
	position: relative;
}
.each-over-ons-man-info {
    text-align: center;
    position: absolute;
    bottom: 0;
    padding: 43px 22px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.each-over-ons-man-info h4 {
	color: #fff;
}
.each-over-ons-man-info p {
	margin-bottom: 0;
	line-height: 24px;
}
.each-over-ons-man-img img {
	border-radius: 10px;
	overflow: hidden;
}
.over-ons-man-slider .swiper-button-next {
	right: -27px;
}
.over-ons-man-slider .swiper-button-prev {
	left: -27px;
}
.each-over-ons-man-img::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	opacity: 1;
}
/* .each-over-ons-man-img:hover::after {
	opacity: 1;
} */
/*******************************verkocht*******************************/
.verkocht-top {
	background-color: #DBDBDB;
	padding-top: 84px;
}
.verkocht-top h2 {
	line-height: 32px;
	margin-bottom: 14px;
}
.verkocht-top p {
    font-family: 'muktalight';
    max-width: 600px;
	width: 100%;
	margin-bottom: 0;
}
/****verkocht-product-sec****/
.product-sec.verkocht-product-sec {
	background-color: #DBDBDB;
	padding: 40px 0 114px;
}
.verkocht-product-sec .col-xl-4 {
	padding: 0 21px;
}
.verkocht-product-sec .row {
	margin: 0 -21px;
	row-gap: 46px;
}
/*******************************aanbod-dtl*******************************/
/****aanbod-dtl-back-btn****/
.back-btn.aanbod-dtl-back-btn .txt-btn {
	top: 47px;
}
/****aanbod-dtl-top****/
.aanbod-dtl-top {
    background-color: #DBDBDB;
    padding-top: 55px;
    position: relative;
    overflow-x: clip;
}
.each-img-slider img {
	border-radius: 10px;
	overflow: hidden;
}
.aanbod-dtl-top .swiper-button-next {
	right: -31px;
}
.aanbod-dtl-top .swiper-button-prev {
	left: -31px;
}
.aanbod-dtl-top-vector {
    position: absolute;
    right: -8%;
    width: 630px;
}
.aanbod-dtl-right {
    padding-left: 40px;
    margin-top: 48px;
    position: relative;
    z-index: 1;
}
.aanbod-dtl-right h2 {
	color: #000;
	line-height: 32px;
	margin-bottom: 11px;
}
.aanbod-dtl-right h6 {
	font-size: 1.8rem;
	color: rgba(0, 0, 0, 0.50);
	line-height: 26px;
}
.aanbod-dtl-right table {
	width: 100%;
	margin-top: 21px;
	margin-bottom: 31px;
  }
.aanbod-dtl-right tr {
    display: flex;
    justify-content: space-between;
}
.aanbod-dtl-right td span {
    color: #000;
    line-height: 26px;
    font-size: 2.4rem;
	margin-bottom: 10px;
}
.aanbod-dtl-right td h6 {
    color: rgba(0, 0, 0, 0.67);
    font-size: 1.8rem;
    line-height: 26px;
}
.aanbod-dtl-right p {
	font-family: 'muktaregular';
	color: #000;
	font-size: 2.4rem;
	letter-spacing: 0.48px;
	margin-bottom: 20px;
}
.aanbod-dtl-right p strong {
	font-family: 'muktamedium';
	font-weight: normal;
}
.aanbod-right-car-img {
	width: 88px;
	height: 92px;
	border-radius: 10px;
	overflow: hidden;
}
.aanbod-right-car-info h4 {
	line-height: 26px;
	font-family: 'muktaregular';
}
.aanbod-right-car-info a {
	color: rgba(0, 0, 0, 0.6);
	line-height: 26px;
}
.aanbod-right-car-info a:hover {
	color: #2490EB;
}
.share-btn-part {
	text-align: end;
}
.share-btn-part .common-btn {
	border: 1px solid #000;
	background-color: transparent;
	color: #000;
}
.share-btn img {
    width: 20px;
	margin-right: 15px;
}
.aanbod-dtl-btn ul {
	display: flex;
	/* flex-wrap: wrap; */
	column-gap: 10px;
	justify-content: space-between;
}
.aanbod-dtl-btn .black-btn {
	background-color: transparent;
	color: #131313;
}
.aanbod-dtl-btn .black-btn:hover {
	background-color: #2490EB;
	color: #fff;
}
.aanbod-dtl-btn {
	margin-top: 47px;
}
.aanbod-right-car {
	margin-top: 53px;
}
.aanbod-dtl-mobile-btn li:last-child {
	display: none;
}
.aanbod-dtl-btm-car img {
	border-radius: 10px;
	overflow: hidden;
}
.aanbod-dtl-btm-car .col-lg-2 {
    padding: 0 14px;
    width: 20%;
}
.aanbod-dtl-btm-car .row {
	margin: 0 -14px;
}
.aanbod-dtl-mobile-top-vector {
	display: none;
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height:100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.6);
}
.overlay h4 {
    color: #fff;
    line-height: 26px;
    font-family: 'muktaregular';
    max-width: 95px;
    text-align: center;
    width: 100%;
}
.aanbod-dtl-btm-car {
	margin-top: 25px;
}
.aanbod-dtl-mobile-right {
	display: none;
}
.aanbod-right-car .col-lg-3 {
	width: 28%;
}
.aanbod-right-car .col-lg-7 {
	width: 55.33%;
}
/*****dtl-tab-sec*****/
.dtl-tab-sec {
	padding: 130px 0 115px;
	position: relative;
	overflow: hidden;
	background-color: #DBDBDB;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 46px;
	margin-bottom: 42px;
    border: 0;
	justify-content: center;
}
/****tab-part****/
ul.tabs li {
	font-family: 'muktamedium';
	font-size: 2.4rem;
	margin: 0;
	word-break: break-word;
	position: relative;
	text-transform: none;
	color: rgba(0, 0, 0, 0.6);
	cursor: pointer;
	padding-bottom: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
ul.tabs li::after {
	content: '';
	position: absolute;
	background-color: #2490EB;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	height: 0.1rem;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	display: none;
}
ul.tabs li:hover,
ul.tabs li.active {
	display: block;
	position: relative;
	color: #000;
}
ul.tabs li:hover::after,
ul.tabs li.active::after {
	opacity: 1;
}
.tab_content {
	display: none;
}
.tab_drawer_heading {
	display: none;
}
/****dtl-tab-content****/
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 18px;
    column-gap: 53px;
}
.kenmerken-tab li {
    font-family: 'muktalight';
    font-size: 1.8rem;
    line-height: normal; 
    color: #131313;
	width: 30.33%;
	padding: 7px 14px;
    display: flex;
    position: relative;
	column-gap: 20px;
	border-radius: 8px;
	background-color: #F3F3F3;
	overflow: hidden;
}
.kenmerken-tab li strong {
    font-weight: 400;
	font-family: 'muktaregular';
	width: 50%;
	/* word-break: break-all; */
}
.kenmerken-tab li span {
    display: block;
    width: 50%;
    /* word-break: break-all; */
    text-align: end;
}
.bullet-panel h4 {
    border-bottom: 1px solid #131313;
    padding-bottom: 5px;
	margin-bottom: 10px;
	font-family: 'muktamedium';
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    font-family: 'muktamedium';
    color: #131313;
	margin-bottom: 10px;
	font-size: 1.8rem;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 8px;
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background-image: url(../images/blue-bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2490EB;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #2490EB;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    line-height: 30px;
    color: #131313;
	font-size: 1.8rem;
    font-family: 'muktamedium';
}
.left-bg-block p {
    line-height: 30px;
    color: #fff;
	font-size: 1.8rem !important;
    font-family: 'muktamedium';
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.each-onderhoud-block p strong {
	font-size: 2rem;
}
.each-onderhoud-block p {
    font-size: 1.6rem;
    margin-bottom: 10px;
}
/****aanbod-dtl-form****/
.aanbod-dtl-form {
	background-color: #131313;
}
.aanbod-dtl-form .each-contact-info h4 {
    color: #fff;
}
.aanbod-dtl-form .each-contact-info p a {
	color: #fff;
}
.aanbod-dtl-form .each-contact-info p a:hover {
	color: #2490EB;
}
.aanbod-dtl-form .each-contact-info td {
	color: #fff;
}
/****aanbod-dtl-product-sec****/
.aanbod-dtl-product-sec {
	background-color: #DBDBDB !important;
}
.product-sec.aanbod-dtl-product-sec {
	padding: 104px 0 135px;
}
.product-sec.aanbod-dtl-product-sec .product-title {
	margin-bottom: 58px;
}
.product-sec.aanbod-dtl-product-sec .product-title h2 {
	margin: 0;
}
/*******************************aanbod-list*******************************/
.aanbod-list-sec {
	padding: 56px 0 116px;
	background: #DBDBDB;
}
.aanbod-list-sec .each-product {
	margin-bottom: 45px;
}
.aanbod-list-product-area .col-lg-6 {
	padding: 0 21px;
}
.aanbod-list-product-area .row {
	margin: 0 -23px;
}
.aanbod-filter-top h4 {
    letter-spacing: 0.48px;
    text-transform: uppercase;
	color: #fff;
}
.aanbod-filter-part {
	border-radius: 10px;
	background: #131313;
	padding: 18px 24px 35px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.aanbod-filter-top {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    margin-bottom: 44px;
	position: relative;
}
.aanbod-filter-top::after {
	content: '';
	position: absolute;
	left: -10%;
	top: 46px;
	height: 1px;
	width: 100vw;
	background-color: rgba(255, 255, 255, 0.24);
}
.aanbod-list-top-area .select-style {
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 1.8rem;
    border-radius: 10px;
    border: 1px solid #d3d3d3;
    padding: 0 30px 0 20px;
    background: url(../images/aanbod-list-up-filter-arrow.svg) no-repeat 95% center / 10px;
    appearance: none;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    /* align-items: center;
    display: flex; */
}
.aanbod-filter-top img {
    width: 28px;
    height: 28px;
}
/* .aanbod-list-left {
    padding-right: 64px;
} */
.aanbod-list-left.make_stiky {
    /* position: sticky;
    top: 176px; */
    /* overflow-y: auto; */
    overflow-x: clip;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    top: 0;
}
.aanbod-list-top-area .select-style.show {
    border-radius: 10px 10px 0 0;
    color: #fff;
    border-color: #fff;
	background: url(../images/aanbod-list-up-filter-arrow.svg) no-repeat 95% center / 10px;
}
.reset_all_filter {
    border: 1px solid #2490EB;
    border-radius: 10px;
    background-color: #2490EB;
    width: max-content;
    padding: 11px 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: #fff;
	font-size: 1.6rem;
}
.reset_all_filter:hover{
    background: transparent;
    color: #fff;
	border-color: #fff;
}
.reset_all_filter img {
	width: 9px;
	margin-right: 14px;
	margin-bottom: 2px;
    width: 20px;
    height: 20px;
}
.aanbod-filter {
	margin-bottom: 22px;
}
.aanbod-filter.col-lg-3 {
    width: 20%;
}
.filter-main {
    margin-bottom: 30px;
}
.filter-main option{
	font-family: 'muktaregular';
	background-color: #2D2D2D;
}
.filter-content {
    display: none;
    background-color: #131313;
    padding: 10px 0 15px 0;
    z-index: 2;
    border-top: 0;
    margin-top: 13px !important;
    cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
    border: 1px solid #d3d3d3;
    border-top: 0;
    margin-top: -8px !important;
    border-radius: 0 0 10px 10px;
	
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-list-top-area label {
    color: #fff;
    margin-bottom: 0;
    display: block;
    width: 100%;
    z-index: 2;
	font-family: 'muktaregular';
    font-size: 1.8rem;
    cursor: pointer;
    padding: 7px 14px;
    /* background: #606060; */
    border-radius: 8px;
    overflow: hidden;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-list-top-area label:last-child {
	margin-bottom: 0;
}
/* .aanbod-list-top-area label:hover {
	background-color: #2490EB;
} */
.aanbod-list-top-area label span {
    float: right;
    color: #fff;
    opacity: 0.65;
}
.aanbod-list-top-area .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-list-top-area .form-check-input:checked {
    background-color: #2490EB;
    border-color: #2490EB;
}
.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:#2490EB;
	font-family: 'muktaregular';
    font-size: 1.4rem;
    border: 1px solid #2490EB;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
	background-color: transparent;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 123px;
    background-color: #2490EB;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0 7px;
}
.mobile-show-filter .common-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #202020;
    border-color: #202020;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #fff;
	color: #fff;
}
.filter-count {
    min-width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 100%;
    color: #131313;
    border: 1px solid #fff;
    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;
}
.aanbod-filter-wrap .mobile-show-filter .common-btn::after{
    display: none;
}
.aanbod-filter-wrap .mobile-show-filter strong{
    font-weight: normal;
}
.auto-overview-filter-result .common-btn{
    max-width: 100%;
}
.auto-overview-filter-result .common-btn::after{
    display: none;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #2490EB;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #2490EB;
}
.mobile-filter-close span img {
	width: 14px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #2490EB;
	border-color: #2490EB;
  	color: #fff;
	padding: 10px;
	border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #fff;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: transparent;
    border-color: #2490EB;
    color: #2490EB;
}
.cursor-pointer {
	cursor: pointer;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.clear-filter-wrap {
    margin-bottom: 20px;
}
.aanbod-list-mid {
	position: relative;
}
.aanbod-list-mid {
	margin-bottom: 45px;
    padding: 0 13px;
}
.aanbod-list-mid-img {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.aanbod-list-mid-img::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(277deg, rgba(19, 19, 19, 0.73) 2.24%, #131313 44.68%, #131313 97.76%);
}
.aanbod-list-mid-info {
	position: relative;
	z-index: 1;
	padding: 80px 70px 65px;
}
.aanbod-list-mid-info p {
    margin: 60px 0;
    max-width: 660px;
    width: 100%;
}
/********************************bedankt********************************/
.bedankt-banner .each-banner {
    background-attachment: initial;
}
.bedankt-banner .banner-content h1 {
    margin-bottom: 0;
}
.bedankt-banner .banner-content p {
    margin: 22px 0 110px;
    max-width: 580px;
    width: 100%;
}
/*******************************popup******************************/
/****popup****/
.modal-area .modal-dialog {
	max-width: 54%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background: rgba(32, 32, 32, 0.6);
	backdrop-filter: blur(7.5px);
}
.modal-area .modal-content {
    border: 0;
    background-color: transparent;
	position: relative;
}
.modal-content .modal-main-content {
	border-radius: 10px;
	overflow: hidden;
}
.modal-area .popup-content {
	padding: 30px 50px;
	background-color: #DBDBDB;
}
.modal-area .popup-content h2 {
    color: #151515;
    margin: 30px 0;
}
.modal-area .popup-content p {
	margin-bottom: 0;
}
.modal-area .pop-up-image {
	height: 100%;
}
.modal-area .pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.modal-area .popup-content li {
    position: relative;
    padding-left: 20px;
	color: #181818;
	line-height: 26px;
}
.modal-area .popup-content li::after {
    background-size: 5px;
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 6px;
    height: 6px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-size: 6px;
}
.modal-area .popup-content ul {
	margin-bottom: 35px;
	list-style-type: none;
	padding-left: 0;
}
.close-img {
    position: absolute;
    top: -26px;
    right: -27px;
    height: 50px;
    width: 50px;
    background-color: #202020;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
	border-radius: 100%;
}
.close-img img{
	width: 28px;
}

/*******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;
  }
  

  /****aanbod dtl****/
  .kenteken_np{
      background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
      background-repeat: no-repeat;
	  background-position: right;
	  padding: 4px 6px 6px 44px;
      color: #000;
      background-size: 152px;
	  text-align: center;
  }
  
  .star_icon h4{
      padding-bottom: 10px;
      text-transform: uppercase;
      padding-top: 15px;
      margin-bottom: 15px;
      color: #000;
      border-bottom: 1px solid #000;
      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: #000;
      padding-bottom: 6px;
      word-break: break-word;
  }
  .photo_contnt li img{
      width: 15px;
      margin-left: 5px;
  }
  .star_icon h3 {
      margin: 40px 0 30px;
  }
  .aanbod-detail-tab-sec .tab-content .star_icon p {
      margin: 0;
  }
  .bullet-panel h3 {
      margin-bottom: 30px;
  }
  .cursor{
      cursor:pointer;
  }
  /* .form-1, .form-2 {
      display:none;
      margin-top: 30px !important;
      margin: 0 auto 10px;
  }  */
  .form-1, .form-2 {
    display:none;
    margin-top: 30px !important;
    margin: 0 auto 10px;
    padding-top: 12rem;
} 
.dtl-aanbod-form .white-wrap{
  padding: 0 !important;
}

  .privacy_section{
      background-color: #121212;
      padding: 60px 0;
  }
  .cpnt {
      cursor: pointer;
  }
  .filter-clean img {
      width: 12px;
      margin-right: 10px;
      margin-bottom: 2px;
  }
  .acties-left-content h2{
      color: #fff;
  }
  /* .error_top {
      margin-top: 15rem;
      margin-bottom: 20px;
  } */
  .privacy_section h3{
	color: #fff !important;
  }
  .privacy_section p{
	color: #fff !important;
  }
  .load_img{
      width: 5rem;
  }
  .skiptranslate {
    height: 0;
    overflow: hidden;
    visibility: hidden !important;
}
.aanbod-loader {
	width: 45px;
	height: 40px;
	background: linear-gradient(#2490EB calc(1*100%/6),#fff 0 calc(3*100%/6),#2490EB 0),
			  linear-gradient(#2490EB calc(2*100%/6),#fff 0 calc(4*100%/6),#2490EB 0),
			  linear-gradient(#2490EB calc(3*100%/6),#fff 0 calc(5*100%/6),#2490EB 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;
  }
  iframe.calsty {
    height: 800px;
    width: 100%;
}
.privacy_section p strong {
  color: #fff !important;
}
.share-social-media-button .a2a_dd:hover {
	background-color: #2490EB !important;
	border-color: #2490EB !important;
	color: #fff !important;
}
.share-social-media-button .a2a_dd svg {
	transition: all 0.5s !important;
}
.share-social-media-button .a2a_dd:hover svg {
	filter: brightness(20) invert(1) !important;
}
.home-filter.radio_filter .form-check-input{
	display: none;
}
.clear-filter-main{
	margin-bottom: 40px;
}

.home-block .each-home-btn{
	text-decoration: underline;
}
/* .each-filter .select-style {
    text-transform: capitalize;
} */
body .contact-form .error_cls,
body .contact-form .success_cls {
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
}
.calculator_area{
	margin-top: 50px;
}
.calculator_area iframe{
	height:1100px;
}
.diensten-list-sec .each-din-mark{
	display:none;
}
#autowise-iframe {
    width: 100%;
}