
body {
	padding: 0px;
	margin: 0px;
    font-family: 'noto_sansregular';
    color: #090A0E;
    font-size: 1.6rem;
    background-color: #EAEFF5;
    /*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;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
/****cookie-fix****/
.cmn-cookie-info ul {
    margin-bottom: 0;
}
.cmn-cookie-info li {
    padding-left: 0;
    margin-bottom: 0;
}
.cmn-cookie-info li::after {
    display: none;
}
.cookie-close img {
    width: 15px;
}
/****iframe-footer****/
.iframe-footer {
    border: 0;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    display: block;
}
/*****************header****************/
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: rgba(4, 23, 144, 0.07);
    backdrop-filter: blur(2.1500000953674316px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/****header-top****/
.header-top {
    background-color: #041790;
    padding: 11px 0;
}
.header-top ul {
    display: flex;
    column-gap: 32px;
    justify-content: center;
}
.header-top li {
    display: flex;
    align-items: center;
    padding-left: 0;
}
.header-top li::after {
    display: none;
}
.header-top li img {
    margin-right: 7px;
}
.header-top li p {
    color: #fff;
    margin-bottom: 0;
    margin-right: 8px;
}
/****header-area-block****/
.header-area-block {
    padding: 25px 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.37);
}
.header-left {
    display: flex;
    align-items: center;
    column-gap: 60px;
}
.header-logo img {
    width: 211px;
}
.header-autovakmeester img {
    width: 172px;
}
.header-bovag img {
    width: 106px;
}
.header-nav ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 41px;
    justify-content: end;
}
.header-nav li {
    padding-left: 0;
}
.header-nav li::after {
    display: none;
}
.header-nav li a {
    position: relative;
    overflow: hidden;
}
.header-nav li a::after {
    content: "";
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-nav li a:hover::after {
    width: 100%;
}
.header-nav li a:hover {
    color: #fff;
}
.header-menu-dropdown > a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -11px;
    content: '';
    width: 8px;
    height: 8px;
    background: url(../images/header-dropdown-arrow.svg) no-repeat center / 8px;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-menu-dropdown-active > a::before {
    transform: translateY(-50%) rotate(180deg);
}
.header-menu-dropdown-active > a::after {
    display: none;
}
.header-menu-dropdown ul {
    display: block;
    background: #EAEFF5;
    padding: 0;
    margin-top: 12px;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    left: 0;
    min-width: 159px;
    top: 10px;
}
.header-menu-dropdown ul li {
    text-align: center;
    padding: 3px 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-menu-dropdown ul li:hover {
    background-color: #8E99CD;
}
.header-right .header-nav li:first-child {
    padding-left: 0;
}
.header-menu-dropdown li a {
    border: 0;
    padding: 0;
}
.header-menu-dropdown ul li a {
    color: #090A0E !important;
}
.header-menu-dropdown ul li a:hover::after {
    display: none;
}
.header-menu-dropdown ul.active {
    opacity: 1;
    pointer-events: all;
}
/****menu****/
.hamburger {
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.hamnurger {
    height: 35px;
    width: 35px;
}
.hamnurger-icon {
    bottom: 0;
    top: auto;
    right: 0;
    display: flex;
    aspect-ratio: 35 / 35;
    width: 35px;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.hamnurger-icon span {
    background-color: #fff;
    border-radius: 1.2px;
    width: 9px;
    height: 9px;
    content: "";
    transition: transform .4s cubic-bezier(.76,0,.24,1);
    display: block;
    position: relative;
    border-radius: 100%;
}
.hamnurger-icon span::before,
.hamnurger-icon span::after {
    background-color:#fff;
    border-radius: 1.2px;
    width: 9px;
    height: 9px;
    content: "";
    transition: transform .4s cubic-bezier(.76,0,.24,1);
    border-radius: 100%;
}
.hamnurger-icon span::before {
    position: absolute;
    right: calc(100% + 6.5px);
}
.hamnurger-icon span::after {
    position: absolute;
    right: calc(200% + 13px);
}
.hamburger-active span:first-child {
    transform: translateY(12.9px);
}
.hamburger-active span:last-child {
    transform: translateY(-12.9px);
}
.hamburger-area {
    display: flex;
    align-items: center;
    column-gap: 16px;
    justify-content: end;
}
.hamburger-txt p {
    margin-bottom: 0;
    color: #fff;
}
.menu-cross img {
    width: 45px;
}
.menu-cross {
    display: none;
}
.hamburger-active .menu-cross {
    display: block;
}
.hamburger-active .hamnurger-icon {
    display: none;
}
.header-active {
    background: rgba(4, 23, 144, 0.40);
    backdrop-filter: blur(2.1500000953674316px);
}
.header-active .hamburger-txt {
    display: none;
}
/****mega-menu****/
.mega-menu {
	position: fixed;
    width: 100%;
    height: calc(100vh - 90px);
    background: #EAEFF5;
    top: 148px;
    left: 0;
    z-index: 98;
	padding: 100px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	transition: all 0.5s;
	clip-path: inset(100% 0 0 0);
}
.mega-menu.start {
	clip-path: inset(0 0 0 0);
}
.mega-menu.start2 {
	clip-path: inset(0 0 100% 0);
}
.mega-menu-wrap {
	height: 100%;
}
.mega-menu .col-lg-4 {
	position: relative;
    width: 40%;
}
.mega-menu .col-lg-4::after {
    content: "";
    height: 300vh;
    width: 1px;
    background-color: #041790;
    position: absolute;
    right: 0;
    top: -100vh;
}
.mega-menu-wrap .container,
.mega-menu-wrap .row,
.mega-menu-wrap .col-lg-4,
.mega-menu-wrap .col-lg-8 {
	height: 100%;
}
.mega-menu-wrap .col-lg-8 {
    width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.each-mega-menu-img {
	padding: 10px;
	height: 100%;
	transition: all 1s;
	-webkit-transition: all 1s;
	transform: scale(0);
}
.each-mega-menu-img img {
	height: 100%;
	object-fit: cover;
}
.each-mega-menu-img.big {
	transform: scale(1);
}
.mega-menu-img {
	max-width: 872px;
	width: 100%;
	margin-left: auto;
    overflow-y: scroll;
}
.mega-menu-nav {
	overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    position: relative;
    z-index: 1;
    padding-top: 64px;
    padding-left: 180px;
}
.mega-menu-nav::-webkit-scrollbar {
    background-color: #8E99CD;
	width: 6px;
    border-radius: 0;
}
.mega-menu-nav::-webkit-scrollbar-thumb {
    background-color: #041790;
    border-radius: 0;
}
.mega-menu-nav li {
	color: rgba(30, 30, 37, 0.40);
    font-family: 'bankgothicbold';
	font-size: 4rem;
	line-height: 48px;
	letter-spacing: -2.4px;
	text-transform: uppercase;
	margin-bottom: 24px;
	clip-path: inset(100% 0 0 0);
	transition: all 1s;
	transition-delay: 0.3s;
    padding-left: 0;
}
.mega-menu-nav li:last-child {
	margin-bottom: 0;
}
.mega-menu-nav li a {
	color: rgba(30, 30, 37, 0.40);
}
.mega-menu-nav li a:hover,
.mega-menu-nav li a.active {
	color: #1E1E25;
}
.mega-menu-nav li::after {
    display: none;
}
.mega-menu-nav li.active-up {
	clip-path: inset(0 0 0 0);
}
.menu-top-mark {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.menu-btm-mark {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    z-index: -1;
}
.mob-menu-top-mark {
    display: none;
}
.sticky_heaader {
    margin-top: 0 !important;
    background: rgba(40, 60, 185) !important;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 62%);
    backdrop-filter: none !important;
}
.mega-menu-img::-webkit-scrollbar {
    background-color: #8E99CD;
	width: 6px;
    border-radius: 0;
}
.mega-menu-img::-webkit-scrollbar-thumb {
    background-color: #041790;
    border-radius: 0;
}
/****fix-wp****/
.fix-wp a {
    position: fixed;
    right: 3%;
    bottom: 12%;
    width: 63px;
    height: 63px;
    border-radius: 100px;
    background-color: #25D366;
    z-index: 98;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #25D366;
}
.fix-wp a img {
    width: 24px;
}
/****banner-sec****/
.banner-sec {
	position: relative;
    padding-top: 46px;
}
.banner-video,
.each-banner {
	height: 900px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner {
    position: relative;
}
.each-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(30, 30, 37, 0.00) 0%, rgba(30, 30, 37, 0.50) 101.87%);
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content {
    position: absolute;
    bottom: 134px;
    left: 0;
    z-index: 2;
    width: 100%;
}
.banner-content-wrap ul {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    margin-top: 60px;
}
.banner-content-wrap li {
    padding-left: 0;
}
.banner-content-wrap li::after {
    display: none;
}
/****product-sec****/
.product-sec {
    padding: 120px 0 112px;
    overflow-x: clip;
    position: relative;
}
.right-mark {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 685px;
    pointer-events: none;
}
.right-mark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-area {
    position: relative;
    z-index: 1;
}
.product-title {
    width: 100%;
    max-width: 520px;
    margin-bottom: 58px;
}
.product-title h2 {
    color: #1E1E25;
    margin-bottom: 6px;
}
.product-title p {
    color: #1E1E25;
}
.product-slider {
    width: 114vw;
    margin-left: -50vw;
    left: 42%;
    position: relative;
}
.product-slider::before,
.product-slider::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 68%);
    height: 100%;
    background: linear-gradient(90deg, rgba(234, 239, 245, 0.90) 0%, rgba(234, 239, 245, 0.00) 80.29%);
    z-index: 2;
    pointer-events: none;
}
.product-slider::after {
    left: auto;
    right: 0;
    width: calc(100% - 73%);
    background: linear-gradient(270deg, rgba(234, 239, 245, 0.90) 0%, rgba(234, 239, 245, 0.00) 80.29%);
    z-index: 1;
    pointer-events: none;
}
.each-product {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-img {
    margin-bottom: 16px;
}
.each-product-info {
    background-color: #DBE7F5;
    padding: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-info h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-info table {
    width: 100%;
}
.each-product-info tr {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 6px;
}
.each-product-info td {
    position: relative;
    padding-right: 8px;
    margin-right: 8px;
}
.each-product-info td::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 2px;
    height: calc(100% - 10px);
    background-color: #090A0E;
}
.each-product-info td:last-child::after {
    display: none;
}
.each-product-info td h6 {
    font-family: 'noto_sansregular';
    color: #090A0E;
    font-size: 1.6rem;
    line-height: normal;
}
.each-product-info h5 strong {
    font-weight: normal;
    font-family: 'noto_sansregular';
    line-height: 24px;
    margin-left: 4px;
}
.each-product:hover .each-product-info {
    background-color: #041790;
}
.each-product:hover .each-product-info h3,
.each-product:hover .each-product-info h6,
.each-product:hover .each-product-info h5 {
    color: #EAEFF5;
} 
.each-product:hover .each-product-info td::after {
    background-color: #EAEFF5;
}
.product-slider .common-arrow {
    top: 31%;
}
.product-slider .swiper-button-prev {
    left: 9%;
}
.product-slider .swiper-button-next {
    right: 9%;
}
.product-btn {
    text-align: center;
    margin-top: 80px;
}
/*****home-diensten-sec*****/
.home-diensten-sec {
    position: relative;
    overflow-x: clip;
    background-color: #041790;
    padding-top: 78px;
}
.home-diensten-sec .container {
    position: relative;
    z-index: 2;
}
.home-diensten-mark {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.home-diensten-mark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-diensten-title {
    text-align: center;
    margin-bottom: 70px;
}
.home-diensten-title .common-btn {
    border-color: #EAEFF5;
    color: #EAEFF5;
    background-color: transparent;
}
.home-diensten-title .common-btn:hover {
    color: #041790;
    border-color: #fff;
      background-color: #fff;
}
.home-diensten-title h2 {
    margin-bottom: 30px;
}
.each-home-diens-service {
    overflow: hidden;
    position: relative;
    height: 582px;
    text-align: center;
    border: 3px solid #fff;
    border-right: 0;
}
.each-home-diens-service::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(229deg, rgba(30, 30, 37, 0.00) 46.21%, #1E1E25 90.57%);
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
    opacity: 0;
}
.each-home-diens-service-img {
	height: 582px;
}
.each-home-diens-service-img img {
	height: 100%;
	object-fit: cover;
}
.each-home-diens-service-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
    padding: 54px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.each-home-diens-service-text p {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 15px auto 40px;
    color: #F3F3F3;
}
.each-home-diens-service-text h3 {
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-home-diens-service-text-wrap {
	position: relative;
	bottom: -142px;
    z-index: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-home-diens-service:hover .each-home-diens-service-text-wrap  {
	bottom: 0;
}
.each-home-diens-service-text p {
    opacity: 0;
}
.each-home-diens-service:hover .each-home-diens-service-text p {
    -webkit-line-clamp: 4;
    max-width: 650px;
    width: 100%;
    opacity: 1;
}
.each-home-diens-service:hover::after {
    opacity: 1;
}
.home-diensten-slider {
    width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.home-diensten-slider .common-arrow {
    opacity: 0;
    pointer-events: none;
}
.home-diensten-slider .swiper-slide {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.home-diensten-slider .hover-service {
    width: 48% !important;
}
.home-diensten-slider .no-hover-service {
	width: 26% !important;
}
/*****home-werkplaats-sec*****/
.home-werkplaats-sec {
    position: relative;
    overflow-x: clip;
    background-color: #05157B;
    padding-top: 118px;
    border-bottom: 3px solid #fff;
}
.home-werkplaats-sec .container {
    position: relative;
    z-index: 2;
}
.home-werkplaats-mark {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.home-werkplaats-mark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-werkplaats-title {
    margin-bottom: 40px;
    width: 100%;
    max-width: 520px;
}
.home-werkplaats-title p {
    color: #fff;
    margin-bottom: 37px;
}
.home-werkplaats-title .common-btn {
    border-color: #EAEFF5;
    color: #EAEFF5;
    background-color: #002366;
}
.home-werkplaats-title .common-btn:hover {
    color: #041790;
    border-color: #fff;
}
.home-werkplaats-title h2 {
    margin-bottom: 25px;
}
.each-home-diens-service {
    overflow: hidden;
    position: relative;
    height: 582px;
    text-align: center;
    border: 3px solid #fff;
    border-right: 0;
}
.each-home-werkplaats-service::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(229deg, rgba(30, 30, 37, 0.00) 46.21%, #1E1E25 90.57%);
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-home-werkplaats-service-img {
	height: 337px;
}
.each-home-werkplaats-service-img img {
	height: 100%;
	object-fit: cover;
}
.each-home-werkplaats-service-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	/* padding: 40px; */
    padding: 54px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.each-home-werkplaats-service-text p {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 15px auto 40px;
    color: #F3F3F3;
}
.each-home-werkplaats-service-text h3 {
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-home-werkplaats-service-text-wrap {
	position: relative;
	bottom: -72px;
    z-index: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    text-align: center;
}
.each-home-werkplaats-service:hover .each-home-werkplaats-service-text-wrap {
    bottom: 0;
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
}
.each-home-werkplaats-service-text p {
    opacity: 0;
    margin-bottom: 0;
}
.each-home-werkplaats-service:hover .each-home-werkplaats-service-text p {
    -webkit-line-clamp: 4;
    max-width: 650px;
    width: 100%;
    opacity: 1;
}
.home-werkplaats-slider {
    width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.home-werkplaats-slider .swiper-slide {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.home-werkplaats-slider .swiper-button-prev {
    left: 3%;
}
.home-werkplaats-slider .swiper-button-next {
    right: 3%;
}
.each-home-werkplaats-service-btn {
    display: none;
}
/*****marquee-sec***/
.marquee-sec {
    position: relative;
    overflow-x: hidden;
    background-color: #041162;
}
.marquee-block {
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
    padding: 44px 0;
}
.marque-wrap {
	white-space: nowrap;
}
.marque-txt:hover {
	animation-play-state: paused;
}
.marque-txt {
	display: flex;
	animation: 40s slide infinite linear;
	margin-bottom: 50px;
	position: relative;
	cursor: default;
}
.marque-txt:nth-child(even) {
	animation-direction: reverse;
	position: relative;
	z-index: 1;
}
.marque-txt:last-child {
	margin-bottom: 0;
}
.marque-txt li {
    display: inline-block;
    color: #EAEFF5;
    font-size: 2.4rem;
    line-height: normal;
    margin-left: 75px;
}
.marque-txt li::after {
    width: 11px;
    height: 11px;
    background-size: 11px;
    top: 12px;
    filter: brightness(0) invert(1);
}
@keyframes slide{
	from{
		transform: translateX(-100%);
	}
	to{
		transform: translateX(0);
	}	
}
/*****home-overons-sec*****/
.home-overons-sec {
    margin-top: 118px;
    position: relative;
    overflow: hidden;
}
.home-overons-mark {
    position: absolute;
    bottom: 0;
    right: 32.44%;
    height: 100%;
    pointer-events: none;
}
.home-overons-mark img {
    height: 100%;
    object-fit: cover;
}
.home-overons-area {
    position: relative;
    z-index: 1;
}
.home-overons-info {
    max-width: 600px;
    width: 100%;
}
.home-overons-info-top {
    margin-bottom: 52px;
}
.home-overons-info-top h2 {
    color: #1E1E25;
}
.home-overons-info-top h2 strong {
    color: #041790;
}
.home-overons-info-top p {
    margin: 26px 0 58px;
    color: rgba(30, 30, 37, 0.70);
}
.home-overons-info-top .border-btn {
    color: #1E1E25;
    border: 1px solid #1E1E25;
}
.home-overons-info-top .border-btn:hover {
    color: #fff;
    border-color: #041790;
}
.home-overons-info-btm tr {
    display: flex;
    margin-bottom: 34px;
}
.home-overons-info-btm tr td:first-child h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'bankgothicbold';
    color: #FFF;
    text-align: center;
    font-size: 2.2rem;
    line-height: normal;
    letter-spacing: -1.32px;
    text-transform: uppercase;
    width: 57px;
    height: 57px;
}
.home-overons-info-btm tr td:last-child h3 {
    font-family: 'noto_sansregular';
    color: #1E1E25;
    letter-spacing: normal;
    margin-bottom: 21px;
}
.home-overons-info-btm tr td:first-child {
    width: 57px;
    height: 57px;
    background-color: #041790;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;   
}
.home-overons-info-btm tr td:last-child {
    padding-left: 40px;
}
.home-overons-info-btm tr td p {
    padding-right: 41px;
    color: rgba(30, 30, 37, 0.70);
}
.home-overons-info-btm tr td:last-child {
    position: relative;
}
.home-overons-info-btm tr td:last-child::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -6%;
    width: 20px;
    height: calc(100% - 73px);
    background-image: url(../images/home-overons-num-mark.svg);
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(100) invert(1);
}
.home-overons-info-btm tr:last-child td:last-child::before {
    display: none;
}
.home-overons-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 41%;
    height: 100%;
}
.home-overons-img img {
    height: 100%;
    object-fit: cover;
}
.home-overons-man-img {
    position: absolute;
    bottom: 0;
    left: 48%;
    width: 380px;
}
.home-overons-man-img img {
    height: 100%;
    object-fit: cover;
}
.home-overons-img-mob,
.home-overons-man-img-mob {
    display: none;
}
.mob-home-overons-mark {
    display: none;
}
/*****review-sec*****/
.review-sec {
    background-color: #041790;
    padding-top: 92px;
}
.review-img {
    position: relative;
    z-index: 1;
}
.review-wrapper {
    padding: 0 36px;
}
/*****footer-area*****/
.footer-area {
    background-color: #041790;
    padding-top: 106px;
    position: relative;
}
.footer-mark {
    position: absolute;
    top: -66%;
    left: 0;
    height: calc(100% + 80%);
    width: 692px;
    pointer-events: none;
}
.footer-mark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer-main-area {
    position: relative;
    z-index: 1;
}
.footer-logo {
    /* text-align: center; */
    margin-bottom: 35px;
}
.footer-logo img {
    width: 239px;
}
.footer-mid-area {
    margin: 80px 0;
    padding: 87px 0 75px;
    border: 1px solid rgba(255, 255, 255, 0.60);
    border-left: 0;
    border-right: 0;
}
.footer-mid-area .col-xl-5 {
    width: 30%;
}
.footer-mid-area .col-xl-7 {
    width: 70%;
}
.footer-wp {
    max-width: 243px;
    border-radius: 100px;
    background-color: #4AAB41;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-wp a {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    padding: 8px;
}
.footer-wp-img {
    height: 52px;
    width: 52px;
    border-radius: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-wp img {
    width: 20px;
}
.footer-wp h6 {
    color: #fff;
    font-family: 'noto_sansmedium';
    font-size: 1.6rem;
    line-height: 17px;
    margin-bottom: 7px;
}
.footer-wp p {
    color: #fff;
    font-family: 'noto_sansregular';
    font-size: 1.6rem;
    line-height: 17px;
    margin-bottom: 0;
}
.footer-wp:hover p{
    color: rgba(255, 255, 255, 0.70);
}
.footer-contact-dtls {
    display: flex;
    justify-content: end;
    column-gap: 80px;
}
.footer-contact-dtls a {
    display: block;
    line-height: normal;
    color: #fff;
}
.footer-contact-dtls a:hover {
    color: rgba(255, 255, 255, 0.70);
}
.each-footer-contact-info h3 {
    font-family: 'noto_sansregular';
    letter-spacing: normal;
    color: #fff;
}
.each-footer-contact-info td {
    color: #fff;
    line-height: normal;
}
.footer-creadit a {
    line-height: normal;
}
.footer-creadit a:hover {
    color: rgba(255, 255, 255, 0.70);
}
.each-footer-brand-logo img {
    width: 103px;
}
.footer-brand-logo ul {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 60px;
}
.footer-brand-logo li {
    padding-left: 0;
}
.footer-brand-logo li::after {
    display: none;
}
.footer-social ul {
    display: flex;
    justify-content: end;
    column-gap: 7px;
}
.footer-social li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
    padding-left: 0;
}
.footer-social li::after {
    display: none;
}
.footer-social li img {
    filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-social li:hover {
    background-color: #fff;
}
.footer-social li:hover img {
    filter: none;
}
.footer-btm-area {
    padding-bottom: 40px;
}
.mob-footer-brand-logo {
    display: none;
}
/* ============================= diensten-list ============================ */
/****inner-banner****/
.inner-banner {
    position: relative;
    padding-top: 46px;
}
.inner-banner-img {
    position: relative;
}
.inner-banner-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(30, 30, 37, 0.00) 0%, rgba(30, 30, 37, 0.50) 101.87%);
}
.inner-banner-content {
    position: absolute;
    bottom: 19%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
}
/****diens-service-sec****/
.diens-service-sec {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}
.diens-service-sec .right-mark {
    height: auto;
}
.diens-service-area {
    position: relative;
    z-index: 1;
}
.diens-service-area .row {
    row-gap: 40px;
}
.each-diens-service-txt h3 {
    color: #090A0E;
}
.each-diens-service-txt p {
    margin: 11px 0 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-diens-service-img {
    height: 319px;
    position: relative;
}
.each-diens-service-img img {
    height: 100%;
    object-fit: cover;
}
.each-diens-service-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(254deg, rgba(30, 30, 37, 0.00) 46.4%, #1E1E25 88.42%);
    opacity: 0;
}
.each-diens-service {
    border: 1px solid rgba(9, 10, 14, 0.10);
    background: #DBE7F5;
    padding: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diens-service-img-wrap {
    position: relative;
}
.diens-service-arw {
    width: 42px;
    height: 42px;
    background-color: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 16px;
    right: 16px;
}
.diens-service-arw img {
    width: 10px;
}
.each-diens-service:hover {
    border: 1px solid rgba(9, 10, 14, 0.10);
    background: #041790;
}
.each-diens-service:hover .each-diens-service-txt h3,
.each-diens-service:hover .each-diens-service-txt p {
    color: #fff;
}
.each-diens-service:hover .each-diens-service-img::after {
    opacity: 1;
}
/* ============================================== aanbod-dtl ============================================== */
/****back-btn-sec****/
.back-btn-sec {
    padding: 225px 0 48px;
}
.back-btn-sec .border-btn {
    color: #090A0E;
    border-color: #090A0E;
    position: relative;
    padding-left: 37px;
    z-index: 1;
}
.back-btn-sec .border-btn:hover {
    color: #fff;
}
.back-btn-sec .border-btn::after {
    content: '';
    position: absolute;
    left: 9%;
    top: 50%;
    height: 10px;
    width: 10px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/back-btn-arrow.svg);
    transform: translateY(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.back-btn-sec .border-btn:hover::after {
    filter: brightness(1) invert(1);
}
/****aanbod-top-btn-sec****/
.aanbod-top-btn-sec {
    text-align: end;
    margin-top: -105px;
    margin-bottom: 32px;
}
.share-btn.border-btn {
    color: #090A0E;
    border-color: #090A0E;
    padding-left: 47px;
    position: relative;
}
.share-btn.border-btn::after {
    content: '';
    position: absolute;
    left: 14%;
    top: 50%;
    height: 20px;
    width: 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/share.svg);
    transform: translateY(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.share-btn.border-btn:hover {
    color: #fff;
}
.share-btn.border-btn:hover::after {
    filter: brightness(1) invert(1);
}
/****aanbod-top-sec****/
.aanbod-top-sec {
    position: relative;
}
.aanbod-top-mark {
    position: absolute;
    right: 0;
    top: -37%;
    pointer-events: none;
    z-index: -1;
}
.aanbod-big-slider {
    position: relative;
    height: 100%;
    padding-right: 10px;
}
.aanbod-big-img {
    height: 100%;
}
.aanbod-top-right {
    padding: 20px 30px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background-color: #041790;
    margin-bottom: 14px;
    height: 100%;
    margin-left: 10px;
}
.each-aanbod-dtl-product-text h2 {
    margin-bottom: 10px;
}
.each-aanbod-dtl-product-text h2 strong {
    color: #fff;
}
.each-aanbod-dtl-product-text p {
    color: #FFF;
    margin-bottom: 0;
}
.each-aanbod-dtl-product-text table {
    width: 100%;
}
.each-aanbod-dtl-product-text tr {
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding: 20px 0;
    margin: 20px 0;
}
.each-aanbod-dtl-product-text td {
    display: flex;
    color: #fff;
    flex-direction: column;
    padding-right: 50px;
}
.each-aanbod-dtl-product-text td strong {
    font-weight: normal;
    font-family: 'NotoSans-Bold';
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 10px;
}
.each-aanbod-dtl-product-text td:last-child {
    padding-right: 0;
}
.aanbod-top-area {
    margin-top: 55px;
}
.aanbod-top-area .col-lg-7 {
    width: 54%;
}
.aanbod-top-area .col-lg-5 {
    width: 46%;
}
.aanbod-big-slider .swiper-button-next {
    right: 2.5%;
}
.aanbod-big-slider .swiper-button-prev {
    left: 1.5%;
}
.aanbod-dtl-price-part {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    align-items: center;
    margin-bottom: 22px;
    flex-wrap: wrap;
    row-gap: 20px;
}
.each-aanbod-dtl-price h3 {
    color: #fff;
    font-family: 'noto_sansregular';
    letter-spacing: normal;
}
.each-aanbod-dtl-price h3 strong {
    color: #fff;
    font-weight: normal;
    font-family: 'NotoSans-Bold';
    letter-spacing: -1.44px;
}
.each-aanbod-dtl-btn li {
    padding-left: 0;
}
.each-aanbod-dtl-btn li::after {
    display: none;
}
.each-aanbod-dtl-btn ul {
    display: flex;
    column-gap: 10px;
}
.each-aanbod-dtl-btn .common-btn.border-btn {
    background-color: transparent;
    color: #fff;
}
.each-aanbod-dtl-btn .common-btn.border-btn::before {
    background-color: #fff;
}
.each-aanbod-dtl-btn .common-btn.border-btn:hover {
    color: #090A0E;
}
.each-aanbod-dtl-btn .common-btn {
    background-color: #fff;
    border-color: #fff;
    color: #090A0E;
}
.each-aanbod-dtl-btn .common-btn::before {
    /* background-color: #EAEFF5; */
    background-color: #041790;
    /* border-color: transparent; */
}
.each-aanbod-dtl-btn .common-btn:hover {
    color: #fff;
}
.aanbod-dtl-mobile-btn {
    display: none;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
    padding: 120px 0;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 15px;
    margin-bottom: 72px;
    border: 0;
    justify-content: center;
}
.tab-btn .tabs {
    flex-wrap: wrap;
    display: flex;
    justify-content: left;
    column-gap: 15px;
    row-gap: 15px;
    padding: 0;
    overflow: hidden;
    margin-bottom: 72px;
    position: relative;
}
.tab-btn .tabs li.active {
    background-color: transparent;
    opacity: 1;
    position: relative;
}
.tab-btn ul.tabs li {
    position: relative;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    color: #090A0E;
    text-transform: none;
    font-size: 1.6rem;
    font-family: 'noto_sansregular';
    line-height: normal;
    padding-left: 0;
    padding-bottom: 0;
    border: 1px solid #090A0E;
    border-radius: 8px;
    padding: 14px 20px;
    color: #090A0E;
    width: 17%;
    text-align: center;
}
.tab-btn .tabs li.active {
    color: #fff;
    background: #041790;
}
.tab-btn .tabs li.active::after {
    transform: rotate(90deg);
    opacity: 1;
    filter: brightness(0) invert(1);
}
.tabs li::after {
    display: inline-block;
    content: url(../images/tab_arrow.svg);
    position: relative;
    top: 0;
    left: 9px;
    background-color: transparent;
    width: 9px;
    height: auto;
    background-image: none;
    filter: brightness(0);
}
/****tab-content****/
.tab_content {
    display: none;
}
.tab_drawer_heading {
    display: none;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    column-gap: 20px;
    row-gap: 20px;
}
.kenmerken-tab li {
    width: 32.3%;
    padding: 18px 34px 18px 21px;
    position: relative;
    font-family: 'noto_sansregular';
    color: rgba(9, 10, 14, 0.70);
    line-height: 20px;
    font-size: 1.6rem;
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    border-radius: 5px;
    border: 1px solid #fff;
    background-color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.kenmerken-tab li::after {
    display: none;
}
.kenmerken-tab li:nth-child(1) {
    width: 49%;
}
.kenmerken-tab li:nth-child(2) {
    width: 49%;
}
.kenmerken-tab li:nth-child(6) {
    width: 24%;
}
.kenmerken-tab li:nth-child(7) {
    width: 24%;
}
.kenmerken-tab li:nth-child(8) {
    width: 24%;
}
.kenmerken-tab li:nth-child(9) {
    width: 24%;
}
.kenmerken-tab li strong {
    display: block;
    color: #090A0E;
    text-align: right;
    font-weight: normal;
    font-family: 'NotoSans-Bold';
}
.kenmerken-tab{
    overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #090A0E;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 2.4rem;
    line-height: 32px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 8px;
    position: absolute;
    top: 6px;
    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: #041790;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #041790;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 20px;
    font-size: 1.6rem;
    text-transform: none;
    color: #fff;
}
.each-onderhoud-block h4 {
    text-transform: none;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 20px;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    font-size: 1.6rem;
    text-transform: none;
    color: rgba(9, 10, 14, 0.6);
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn{
    text-align: left;
    color: #090A0E;
    cursor: pointer;
    margin-top: 40px;
    font-family: 'NotoSans-Bold';
    font-size: 1.8rem;
    line-height: normal;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btm-btn:hover{
    color: #041790;
}
/****show-popup****/
.tab-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.tab-popup-content-wrap{
    overflow-x: hidden;
    overflow-y: scroll;
}
.popup-opacity {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(9, 10, 14, 0.60);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.tab-popup-area {
    border-radius: 8px;
    background: #090A0E;
    position: relative;
    z-index: 101;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #041790;
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px rgba(172, 212, 0, 0.05);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(172, 212, 0, 0.05);
    max-width: 93%;
}
.popup-cross{
    background: #121212;
    width: 45px;
    height: 45px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #fff;
}
.tab-popup-content {
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    height: calc(100% - 116px) !important;
}
.tab-popup-content ul{
    margin-bottom: 33px;
    padding: 0;
}
.tab-popup-content ul:last-child{
    margin-bottom: 0;
}
.popup-cross img{
    width: 38px;
}
.tab-popup-area h3{
    line-height: normal;
    margin-bottom: 20px;
    font-size: 2.8rem;
    color: #fff;
}
.tab-popup-area p{
    color: rgba(255, 255, 255, 0.50);
    line-height: normal;
    padding-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.tab-popup-content h4{
    color: #fff;
    line-height: 56px;
    margin-bottom: 20px;
    font-size: 2rem;
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.15);
    line-height: 30px;
    color: #fff;
    padding: 6px 0;
    flex-wrap: wrap;
    padding-left: 0;
}
.tab-popup-content li::after{
    display: none;
}
.tab-popup-content li strong{
    width: 50%;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.70);
}
.show-popup{
    display: none;
}
/****form-sec****/
.form-sec {
    position: relative;
    background-color: #041790;
    overflow: hidden;
}
.form-mark {
    position: absolute;
    bottom: 0;
    right: 35%;
    height: 100%;
    pointer-events: none;
}
.form-area {
    position: relative;
    z-index: 1;
}
.form-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
}
.form-img img {
    height: 100%;
    object-fit: cover;
}
.form-man {
    position: absolute;
    bottom: 0;
    left: 27%;
    width: 399px;
}
.form-main-area-part {
    padding: 95px 0 80px;
    margin-left: 8%;
}
.form-main-area .form-group {
    margin-bottom: 34px;
}
.form-main-area h2 {
    margin-bottom: 58px;
}
.form-main-area .form-styl {
    padding: 18px 25px;
    resize: none;
    line-height: normal;
    font-size: 1.6rem;
    letter-spacing: 0.32px;
    color: #090A0E;
    border-radius: 10px;
    border: 1px solid rgba(219, 231, 245, 0.25);
    background-color: #DBE7F5;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.form-main-area .form-styl:focus::placeholder{
   color: #090A0E;
}
.form-main-area .form-style:-ms-input-placeholder {
   color: #090A0E;
}
.form-main-area .form-styl::placeholder{
   color: rgba(9, 10, 14, 0.60);
}
.form-main-area .form-style:focus::placeholder {
   color: #090A0E;
}
.form-main-area .form-styl:focus {
   color: #090A0E;
   background-color: #FFFDFD;
   border-color: #FFFDFD;
   box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.form-main-area .form-style.photo_upload,
.form-main-area .form-style.foto_upload {
    color: rgba(9, 10, 14, 0.60);
}
.form-main-area .form-group textarea.form-control {
    height: 150px;
}
.form-main-area label {
    line-height: normal;
    margin-bottom: 2px;
    color: #fff;
}
.form-btn {
    margin-top: 15px;
}
.form-btn .border-btn {
    display: flex;
    column-gap: 10px;
}
.form-btn .border-btn::before {
    background-color: #fff;
}
.form-btn .border-btn:hover {
    color: #090A0E;
}
.form-btn .border-btn:hover img {
    filter: brightness(1) invert(1);
}
.form-contact-btn li::after {
    display: none;
}
.form-contact-btn img {
    filter: brightness(0) invert(1);
    margin-right: 10px;
}
.form-contact {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    margin-top: 46px;
}
.form-contact-btn ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 48px;
    row-gap: 10px;
}
.form-contact-btn li {
    padding-left: 0;
}
.form-contact-btn .border-btn::before {
    background-color: #fff;
    border-color: #fff;
}
.form-contact-btn .border-btn:hover {
    color: #041790;
    border-color: #fff;
}
.form-contact-btn .border-btn:hover img {
    filter: brightness(1);
}
.form-img-mobile-part {
    display: none;
}
.form-mobile-btn-part {
    display: none;
}
/****related-car-sec****/
.related-car-sec {
    padding: 120px 0;
    position: relative;
}
.related-car-title {
    margin-bottom: 81px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.related-car-title h2 {
    color: #1E1E25;
}
.related-car-title h2 strong {
    color: #041790;
}
.related-car-sec .right-mark {
    width: 1050px;
}
.related-car-slider .common-arrow {
    top: 31%;
}
.related-car-slider .swiper-button-next {
    right: 0;
}
.related-car-slider .swiper-button-prev {
    left: 0;
}
/* ============================================== aanbod-list ============================================== */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 228px 0 70px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-title h3 {
    color: #090A0E;
}
.filter-left {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}
.filter-title {
    width: 10%;
}
.filter-left-part {
    width: 89%;
}
.filter-left-part .row {
    row-gap: 18px;
}
.filter-reset a {
    color: #090A0E;
    font-size: 1.4rem;
}
.filter-reset img {
    width: 9px;
    margin-left: 5px;
    margin-bottom: 2px;
    filter: brightness(0) invert(0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
    color: #041790;
}
.filter-reset a:hover img {
    filter: brightness(1);
}
.select-style {
    width: 100%;
    height: 48px;
    color: #090A0E;
    font-family: 'noto_sansregular';
    font-size: 1.6rem;
    background-color: transparent;
    border: 1px solid #090A0E;
    border-radius: 8px;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg)  no-repeat 91% center/10px;
    appearance: none;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.select-style.show {
    border-radius: 8px 8px 0 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
    font-family: 'noto_sansmedium';
    background-color: #090A0E;
}
.filter-content {
    display: none;
    background-color: #EAEFF5;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #090A0E;
    border-top: 0;
    border-radius: 0 0 8px 8px;
    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;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #090A0E;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'noto_sansmedium';
    font-size: 1.4rem;
    cursor: pointer;
}
.aanbod-filter-sec label:last-child {
    margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #041790;
    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 #041790;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #041790;
    border-color: #041790;
}
.hidden-filter .col-lg-3 {
    /* margin-bottom: 18px; */
    width: 20%;
}
.total_search_records {
    margin-top: 30px;
}
.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:#090A0E;
    font-family: 'noto_sansmedium';
    font-size: 1.4rem;
    border: 1px solid #090A0E;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
    background-color: #041790;
}
.clear-filter-wrap {
    margin-left: 12%;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 183px;
    background-color: #EAEFF5;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0 7px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn::before {
    display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color: #fff;
    border-color: #fff;
}
.filter-count {
    min-width: 20px;
    height: 20px;
    background-color: #090A0E;
    border-radius: 100%;
    color: #fff;
    border: 1px solid #090A0E;
    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: #041790;
}
.mobile-filter-close span {
    max-width: 32px;
    width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: auto;
    border: 1px solid #fff;
}
.mobile-filter-close span img {
    width: 9px;
}
.auto-overview-filter-result .total_search_records {
    margin-top: 0;
    background-color: #090A0E;
    border-color: #090A0E;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    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::after {
    display: none;
}
.auto-overview-filter-result .common-btn::before {
    display: none;
}
.auto-overview-filter-result .total_search_records:hover {
    background-color: #EAEFF5;
    border-color: #EAEFF5;
    color: #041790;
}
.cursor-pointer {
    cursor: pointer;
}
.filter-sort {
    display: flex;
    align-items: center;
    justify-content: end;
}
.filter-sort .aanbod-filter {
    margin-bottom: 0;
    width: 200px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
/****aanbod-list-product****/
.aanbod-list-product {
    padding-bottom: 120px;
    position: relative;
}
.aanbod-list-product .row {
    row-gap: 40px;
}
.aanbod-list-mark {
    position: absolute;
    right: 0;
    top: -12%;
    pointer-events: none;
    z-index: -1;
}
/* ============================================== verkocht ============================================== */
/****verkocht-top****/
.verkocht-top {
    padding: 226px 0 82px;
}
.verkocht-top p {
    margin-bottom: 0;
    max-width: max-content;
    margin-right: 0;
    margin-left: auto;
}
.verkocht-product-sec {
    padding-bottom: 120px;
    position: relative;
}
.verkocht-mark {
    position: absolute;
    right: 0;
    top: -9.5%;
    pointer-events: none;
    z-index: -1;
}
.verkocht-product-sec .row {
    row-gap: 40px;
}
.verkocht-product-sec .each-product:hover .each-product-info {
    background-color: #DBE7F5;
}
.verkocht-product-sec .each-product:hover .each-product-info h3,
.verkocht-product-sec .each-product:hover .each-product-info h6,
.verkocht-product-sec .each-product:hover .each-product-info h5{
    color: #23252B;
}
.verkocht-product-sec .each-product:hover .each-product-info td::after {
    background-color: #090A0E;
}
/* ============================= diensten-dtl ============================ */
/****diens-back-btn****/
.inner-header {
    background: rgba(4, 23, 144, 0.40);
    backdrop-filter: blur(2.1500000953674316px);
}
.diens-back-btn {
    padding: 226px 0 32px;
    background-color: #EAEFF5;
}
/****diens-top-sec****/
.diens-top-sec {
    padding-bottom: 80px;
    position: relative;
    overflow-x: clip;
    background-color: #EAEFF5;
}
.diens-top-sec .right-mark {
    top: -30%;
    width: 691px;
    /* z-index: -1; */
    height: auto;
}
.diens-top-img {
    max-width: 755px;
    margin-right: 0;
    margin-left: auto;
}
.diens-top-txt h2 {
    margin-bottom: 24px;
}
.diens-top-txt p {
    margin-bottom: 20px;
}
.diens-top-txt p:last-child {
    margin-bottom: 0;
}
.diens-top-sec ul {
    padding-left: 10px;
}
.diens-top-sec li {
    padding-left: 15px;
}
.diens-top-sec li::after {
    background-size: 5px;
    height: 5px;
    width: 5px;
    filter: brightness(100) invert(1);
}
/****diens-mid-sec****/
.diens-mid-sec {
    background-color: #DBE7F5;
    padding: 80px 0 120px;
}
.diens-mid-area table {
    height: 100%;
}
.diens-mid-area tr {
    display: flex;
    column-gap: 23px;
    flex-wrap: wrap;
    height: 100%;
}
.diens-mid-area td {
    border: 1px solid rgba(9, 10, 14, 0.10);
    background: #DBE7F5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
    width: 32.32%;
    padding: 42px 25px 32px;
}
.diens-mid-area td h2 {
    color: rgba(35, 37, 43, 0.40);
}
.diens-mid-area td h3,
.diens-mid-area td p {
    color: #23252B;
}
.diens-mid-area td h3 {
    margin: 48px 0 24px;
}
.diens-mid-area td:hover {
    border: 1px solid rgba(9, 10, 14, 0.10);
    background: #041790;
}
.diens-mid-area td:hover h2,
.diens-mid-area td:hover h3,
.diens-mid-area td:hover p {
    color: #FFF;
}
/****diens-btm-sec****/
.diens-btm-sec {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}
.diens-btm-sec .right-mark {
    z-index: -1;
}
.diens-btm-title {
    margin-bottom: 79px;
}
.diens-btm-title h2 {
    color: #1E1E25;
}
.diens-btm-title h2 strong {
    color: #041790;
}
.each-diens-service-slider {
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diens-service-slider-img {
    position: relative;
}
.diens-service-slider-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(229deg, rgba(30, 30, 37, 0.00) 46.21%, #1E1E25 90.57%);
    opacity: 0;
}
.diens-service-slider-info {
    display: flex;
    justify-content: space-between;
    background: #DBE7F5;
    padding: 21px 10px;
    position: absolute;
    bottom: 16px;
    left: 16px;
    width: calc(100% - 32px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diens-service-slider-info .diens-service-arw {
    position: initial;
}
.each-diens-service-slider:hover .diens-service-slider-info {
    background-color: #041790;
}
.each-diens-service-slider:hover .diens-service-slider-info h3 {
    color: #fff;
}
.each-diens-service-slider:hover .diens-service-slider-img::after { 
    opacity: 1;
}
.calender-sec {
    background-color: #041790;
    padding: 80px 0;
    position: relative;
    overflow-x: clip;
}
.calender-area {
    position: relative;
    z-index: 1;
}
.calender-title h2 {
    color: #fff;
    margin-bottom: 70px;
}
.calender-mark {
    position: absolute;
    top: 0;
    left: 0;
    width: 887px;
    height: 100%;
    pointer-events: none;
}
.werkplaats-top-sec p {
    margin-bottom: 0;
}
.diens-mid-sec.vacature-mid-sec .diens-mid-area td {
    width: 49%;
}
.diens-mid-sec ul {
    padding-left: 10px;
}
.diens-mid-sec li {
    padding-left: 15px;
}
.diens-mid-sec li::after {
    background-size: 5px;
    height: 5px;
    width: 5px;
    filter: brightness(100) invert(1);
}
.diens-mid-sec.vacature-mid-sec .diens-mid-area table { 
    width: 100%;
}
.diens-mid-sec.vacature-mid-sec .diens-mid-area td:hover li {
    color: #fff;
}
.diens-mid-sec.vacature-mid-sec .diens-mid-area td:hover li::after {
    filter: brightness(0) invert(1);
}
/* ============================= over-ons ============================ */
/****overons-top-sec****/
.overons-top-sec {
    position: relative;
    overflow: hidden;
    padding: 119px 0;
}
.overons-top-sec .right-mark {
    width: 691px;
    z-index: -1;
}
.overons-top-title {
    margin-bottom: 62px;
}
.overons-top-title h2 strong {
    color: #041790;
}
.overons-top-area .col-lg-5 {
    width: 40%;
}
.overons-top-area .col-lg-7 {
    width: 60%;
}
.overons-top-left {
    height: 100%;
}
.overons-top-left img {
    height: 100%;
    object-fit: cover;
}
.overons-top-right {
    padding-left: 9px;
}
.overons-top-right p {
    padding-left: 55px;
    width: 100%;
    max-width: 783px;
    margin-bottom: 27px;
}
.overons-top-right-img {
    display: flex;
    column-gap: 24px;
}
/****overons-mid-sec****/
.home-overons-sec.overons-mid-sec {
    background: #DBE7F5;
    margin-top: 0;
    padding-top: 80px;
}
.overons-mid-img {
    max-width: 731px;
    margin-right: 0;
    margin-left: auto;
    height: 100%;
}
.overons-mid-img img {
    height: 100%;
    object-fit: cover;
}
.overons-mid-right {
    position: relative;
    height: 100%;
}
.overons-man-img {
    position: absolute;
    bottom: 0;
    left: -5%;
    width: 399px;
}
.overons-mid-sec .home-overons-info-btm tr td:last-child h3 {
    font-family: 'NotoSans-Bold';
}
.overons-mid-sec .home-overons-info-btm tr td:last-child {
    position: relative;
}
.overons-mid-sec .home-overons-info-btm tr td:last-child::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 7%;
    width: calc(100% - 16%);
    height: 2px;
    background-color: rgba(4, 23, 144, 0.50);
}
.overons-mid-sec .home-overons-info-btm tr td p {
    margin-bottom: 16px;
}
.overons-mid-sec .home-overons-info-btm tr {
    margin-bottom: 12px;
}
.overons-mid-sec .home-overons-mark {
    right: 30.44%;
    height: auto;
}
.overons-mid-sec .home-overons-info-btm tr td:first-child::after {
    filter: none;
    display: none;
}
.overons-mid-sec .home-overons-info-btm {
    padding-bottom: 44px;
}
.overons-mid-sec .home-overons-info-btm tr td:last-child::before {
    filter: none;
}
.overons-mid-sec .home-overons-info-btm tr:last-child td:last-child::before {
    display: none;
}
/****overons-btm-sec****/
.overons-btm-sec {
    padding: 120px 0;
}
.overons-btm-video {
    height: 700px;
    position: relative;
}
.overons-btm-video iframe {
    height: 700px;
    width: 100%;
    display: block;
}
.overons-btm-video img {
    height: 100%;
    object-fit: cover;
}
.overons-btm-video::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background-image: url(../images/play-btn.svg);
    background-size: 90px;
    background-repeat: no-repeat;
}
/*****************contact****************/
/****map****/
.map {
    height: 600px;
    margin-top: 46px;
}
/****contact-marquee****/
.contact-marquee {
    background-color: #EAEFF5;
}
.contact-marquee .marque-txt li {
    color: #1E1E25;
}
.contact-marquee .marque-txt li::after {
    background-image: url(../images/blue-bullet.svg);
    filter: none;
}
/****contact-form-sec****/
.contact-form-sec {
    background-color: #EAEFF5;
}
.contact-form-sec .form-mark {
    right: 29%;
}
.contact-form-sec .form-mark img {
    height: 100%;
}
.contact-form-sec .form-main-area h2 {
    color: #041790;
}
.contact-form-sec .form-main-area label {
    color: #090A0E;
}
.contact-form-sec .form-main-area label strong {
    color: #041790;
    font-weight: normal;
}
.contact-form-sec .form-main-area .form-styl {
    background-color: #EAEFF5;
    border-color: #090A0E;
    color: rgba(9, 10, 14, 0.60);
    color: #090A0E;
}
.contact-form-sec .form-main-area .form-styl:focus {
    background-color: #041790;
    border-color: #041790;
    color: rgba(9, 10, 14, 0.60);
    color: #090A0E;
}
.contact-form-sec .form-main-area .form-styl:focus::placeholder {
    color: #EAEFF5;
    color: #090A0E;
}
.contact-form-sec .form-main-area-part {
    padding: 64px 0;
}
.contact-form-sec .form-btn .common-btn:hover img {
    filter: brightness(0) saturate(100%) invert(8%) sepia(96%) saturate(6727%) hue-rotate(214deg) brightness(80%) contrast(134%);
}
.contact-form-btm {
    padding-top: 41px;
}
.contact-form-btm ul {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}
.contact-form-btm li {
    padding-left: 0;
}
.contact-form-btm li::after {
    display: none;
}
.contact-form-btm li h3 {
    font-family: 'noto_sansregular';
    color: #090A0E;
}
.contact-form-btm li a {
    color: #090A0E;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.contact-form-btm li a:hover {
    text-decoration: underline;
}
/*****************bedankt****************/
.footer-area.bedankt-footer .footer-mark {
    top: 0;
    height: 100%;
}
/*****************popup****************/
.modal-area .modal-dialog {
    max-width: 69.77%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(234, 239, 245, 0.30);
    backdrop-filter: blur(4.5px);
}
.modal-area .modal-content {
    border: 0;
    background-color: #DBE7F5;
    position: relative;
}
.modal-area .popup-content {
    padding: 40px 60px 40px 38px;
    background-color: #DBE7F5;
}
.popup-content-wrap {
    position: relative;
}
.popup-mark {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    height: 100%;
}
.popup-mark img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.popup-content-area {
    position: relative;
    z-index: 1;
}
.pop-up-image {
    height: 100%;
    position: relative;
    z-index: 1;
}
.pop-up-image img {
    height: 100%;
    object-fit: cover;
}
.popup-content h3 {
    margin: 26px 0 22px;
    font-family: 'noto_sansregular';
    color: #1E1E25;
}
.popup-content p,
.popup-content li {
    color: #1E1E25;
}
.popup-content li::after {
    background-size: 4px;
    height: 4px;
    width: 4px;
}
.popup-content li:last-child {
    margin-bottom: 20px;
}
.popup-content li {
    padding-left: 12px;
}
.popup-content ul {
    padding-left: 12px;
}
.close-img {
    position: absolute;
    top: 16px;
    right: 16px;
    height: 48px;
    width: 48px;
    border-radius: 48px;
    background: #041790;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 1;
}
.close-img img {
    width: 32px;
}
.modal-main-content .col-lg-5 { 
    width: 47%;
}
.modal-main-content .col-lg-7 { 
    width: 53%;
}





.aanbod-list-mark {
    top: -9.4%;
}
.aanbod-top-mark {
    top: -26%;
}
.form-main-area .form-styl {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-main-area .form-styl:hover,
.form-main-area .form-group.focused .form-styl {
    background-color: #FFFDFD;
}
.form-main-area .form-styl:hover::placeholder,
.form-main-area .form-group.focused .form-styl::placeholder {
    color: #090A0E;
}
.overons-top-right-img {
    column-gap: 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
.each-overons-top-right-img {
    width: 48%;
    height: 186px;
}
.each-overons-top-right-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.overons-btm-video::after {
    display: none;
}
.overons-mid-sec .home-overons-info-btm tr:last-child td:last-child::after {
    display: none;
}
.diens-top-area {
    position: relative;
    z-index: 1;
}
.werkplaat-iframe {
    background-color: #041790;
    position: relative;
    overflow: hidden;
}
.werkplaat-iframe .right-mark {
    right: auto;
    left: 0;
}
.elementor-widget-container {
    position: relative;
    z-index: 1;
}
.diens-btm-sec {
    background: #EAEFF5;
}
.diens-btm-sec .right-mark {
    z-index: 0;
}
.diens-top-sec ul {
    margin-bottom: 20px;
}
.dtl-tab-sec {
    position: relative;
}
.tab-mark {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    z-index: -1;
    display: none;
}
#moreDetails h2 {
    color: #fff !important;
    font-weight: normal !important;
}
#moreDetails label {
    color: #fff !important;
    margin-bottom: 7px !important;
}
.footer-brand-big-img iframe {
/*     height: 90px;*/
    height: 50px;
}
.footer-brand-big-img {
/*    text-align: center;*/
    margin-top: 10px;
}
.diens-mid-sec  {
    position: relative;
    z-index: 1;
}
.diens-btm-title {
    position: relative;
    z-index: 1;
}
#oa .calendarWrapper h1 {
    color: #1E1E25 !important;
}
#autoflex-oa-app a {
    color: #1E1E25 !important;
}

/* ####################################################################### STYLE FOR DEVELOPER ################################################################################# */

/*******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: 1.8rem;
    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: 35px;
      padding-top: 15px;
  }
  
  
  /****aanbod dtl****/
  .kenteken_np{
      background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
      background-repeat: no-repeat;
      background-position: left;
      padding: 4px 10px 6px 30px;
      color: #000;
      background-size: contain;
  }
  .star_icon{
      margin-bottom: 30px;
  }
  .star_icon h4{
      padding-bottom: 10px;
      text-transform: uppercase;
      padding-top: 15px;
      margin-bottom: 15px;
     /* color: #1c1c1c;*/
      border-bottom: 1px solid #181716;
      padding-bottom: 10px;
  }
  .star_icon p img{
      width: 15px;
      margin-top: -3px;
      margin-right: 5px;
  }
  .star_icon p{
      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;
  }
  .aanbod-loader {
      width: 45px;
      height: 40px;
      background: linear-gradient(#fff calc(1*100%/6),#041790 0 calc(3*100%/6),#fff 0),
                linear-gradient(#fff calc(2*100%/6),#041790 0 calc(4*100%/6),#fff 0),
                linear-gradient(#fff calc(3*100%/6),#041790 0 calc(5*100%/6),#fff 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: 30px;
      align-items: center;
      color: #041790;
    }
  
  
  .carpass-img {
      width: 115px;
  }
  
  /* WHATS LAB */
  .popup .popuptext {
      display: none;
      width: 200px;
      background-color: #25D366;
      color: #fff;
      text-align: center;
      border-radius: 20px;
      padding: 8px 0;
      position: absolute;
      z-index: 1;
      bottom: 3px;
      right: 71px;
      font-size: small;
  }
  
  .notifcation {
      position: relative;
  }
  
  .alert-number {
      display: none;
      position: absolute;
      bottom: 57px;
      right: 19px;
      border-radius: 50%;
      width: 17px;
      height: 17px;
      background-color: red;
      color: white;
      text-align: center;
      font-size: small;
      animation: shake 0.5s;
      animation-iteration-count: 1;
  }
  
  @media screen and (max-width: 600px) {
      .popuptext {
          right: 60px !important;
      }
  }
  @media (max-width : 767.98px){
      .fixed-whatsapp-icon{
          display: none;
      }
  }

.calsty
{   border: 0; 
    width: 100%; 
    height: 1100px; 
    background: transparent; 
}
.dLkQRC {
    color: #fff !important;
}
.privacy_section {
    padding: 150px 0 60px;
}
body #oa .calendarWrapper {
   max-width: 1100px !important;
   width: auto !important;
}



