@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    color: #1E1E1E;
    font-family: 'WorkSans-Regular';
    font-size: 1.6rem;
   background: #FFF;
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
.fix-wp {
    position: fixed;
    right: 21px;
    top: auto;
    z-index: 5;
    bottom: 131px;
}
.fix-wp img{
    width: 26px;
}
.wp_bg{
    height: 52px;
    width: 52px;
    border-radius: 50%;
    background-color: #25D366;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -68px;
    display: none;
}
.header-area{
    padding: 20px 0 20px;
    position: fixed;
    top: 28px;
    left: 0;
    width: 100%;
    z-index: 9;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #0C1520;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.inner_header:after,
.header-active::after{
    height: 100%;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.inner_header .common-btn:hover,
.header-active .common-btn:hover{
    border-color: #fff;
}
.hamburger {
    width: 32px;
    height: 22px;
    position: relative;
    cursor: pointer;
}
.hamburger span {
    display: block;
    height: 3px;
    background: rgba(30, 30, 30, 1);
    margin: 5px 0;
    border-radius: 2px;
    transition: background 0.3s;
    position: relative;
    z-index: 1;
}
.overlay {
    position: fixed;
    inset: 0;
    background: rgba(30, 30, 30, 0.50);
    backdrop-filter: blur(5px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    z-index: 999;
}
.overlay.overlay_active {
    opacity: 1;
    pointer-events: all;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 386px;
    height: 100%;
    background: #002f4b;
    color: #fff;
    padding: 120px 10px 80px 70px;
    transform: translateX(100%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    overflow-y:scroll;
    overflow-x:clip;
}
.mobile-menu nav {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.mobile-menu nav a {
    color: rgba(255, 255, 255, 0.50);
    font-family: 'WorkSans-SemiBold';
    font-size: 2.4rem;
    line-height: normal;
    width: fit-content;
}
.mobile-menu nav a::after {
    content: '';
    position: absolute;
    top:-20px;   
    left: 0;
    height: 2px;
    width: 0;
    background: #fff;
    transition: width 0.3s;
    -webkit-transition: width 0.3s;
}
.mobile-menu nav a:hover::after {
    width: 100%;
}
.mobile-menu nav a:hover {
    color: #fff;
}
.contact-icons {
    display: flex;
    gap: 16px;
    font-size: 1.4rem;
    margin-top: 27px;
}
.contact-icons a {
    color: #fff;
    text-decoration: none;
}
.contact-icons a img{
    opacity: .5;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    width: 20px;
}
.contact-icons a img:hover {
    opacity: 1;
}
.header-logo img{
    width: 297px;
}
.menu_items ul{
    display: flex;
    align-items: center;
    column-gap: 24px;
}
.menu_items a{
    color: rgba(255, 255, 255, 0.70);
    font-family: 'WorkSans-Bold';
    font-size: 1.6rem;
    line-height: 24px; 
    position: relative;
}
.menu_items a::after{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 2px;
    width: 0;
    background: #fff;
    transition: width 0.3s;
}
.menu_items a:hover{
    color: #fff;
}
.menu_items a:hover:after{
    width: 100%;
}
.menu_right{
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 15px;
}
.mobile_menu strong{
    color: #1E1E1E;
    font-family: 'WorkSans-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.mobile_menu{
    display: flex;
    align-items: center;
    justify-content: center;
    padding:10px 24px ;
    border-radius: 5px;
    background: #FFF;
    column-gap: 14px;
    cursor: pointer;
}
.close_menu{
    position: absolute;
    top: 47px;
    right: 47px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.close_menu span{
    background-color: #fff;
}
.close_menu .hamburger span:first-child{
    translate: none;
    rotate: none;
    scale: none;
    transform-origin: 50% 50%;
    transform: translate(0px, 4px) rotate(45deg);
}
.close_menu .hamburger span:last-child{
    translate: none;
    rotate: none;
    scale: none;
    transform-origin: 50% 50%;
    transform: translate(0px, -3px) rotate(-45deg);
}   
.header-top{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.header-top-right ul {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 80px;
} 
.header-top-right ul li {
    font-family: 'WorkSans-SemiBold';
    color: #FFF;
    line-height: 28px;
}
.header-top-right ul li a {
    color: #FFF;
    font-family: 'WorkSans-Regular';
    margin-left: 12px;
}
.header-top-right ul li a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.header-top{
    background: #00304B;
    padding: 7px 0;
}
.header_top_hidden {
    top: 0;
}
/* ======= home ======== */
/* .each_home_banner, */
.video_banner{
	height: 800px;
}
.each_home_banner img,
.video_banner video {
	object-fit: cover;
	height: 100%;
}
.banner-sec{
	position: relative;
    margin-top: 42px;
}
.banner-content{
    position: absolute;
    left: 0;
    bottom: 90px;
    z-index: 1;
	width: 100%;
}
.banner-content ul{
    display: flex;
    align-items: center;
    column-gap: 24px;
    justify-content: center;
}
.banner_location{
    position: absolute;
    right: 0;
    width: max-content;
    z-index: 3;
    top: 0;
}
.open_more_contact{
    position: relative;
}
.open_more_contact ul{
    padding: 26px;
    border-radius: 25px;
    background: #FFF;
    min-width: 265px;
    visibility: hidden;
    opacity: 0;
    display: none;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    top: -189px;
    position: relative;
}
.open_more_contact ul a:hover{
    opacity: 1;
}
.open_more_contact li:not(:last-child){
    border-bottom: 1px solid rgba(0, 48, 75, 0.34) ;
}
.open_more_contact li:first-child {
    padding-top: 0;
}
.open_more_contact li:last-child {
    padding-bottom: 0;
}
.open_more_contact li {
    padding: 10px 0;
}
.open_more_contact ul.kkk {
    display: block;
    opacity: 1;
    visibility: visible;
}
.open_more_contact span{
    height: 52px;
    width: 52px;
    border-radius: 50%;
    background-color: #0D1621;
    display: flex;
    border: 1px solid #fff;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    right: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 1;
}
.open_more_contact a{
    color: #00304B;
    font-size: 1.6rem;
    font-family: 'WorkSans-Medium';
    line-height: 24px;
    letter-spacing: 0.48px;
    opacity: 0.6;
}
/***********brand-marquee**************/
.brand-marquee-sec {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 35px 0;
    background-color: #00304B;
    border-top: 2px solid #fff;
}
.brand-marquee-wrap {
    display: flex;
    width: max-content;
    gap: 140px;
    align-items: center;
    position: relative;
}
.brand-marquee-sec .container {
    position: relative;
}
.brand-marquee-wrap::before,
.brand-marquee-sec::before,
.brand-marquee-sec::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 276px;
    content: "";
    background: linear-gradient(270deg, rgba(0, 48, 75, 0) -4.63%, rgba(0, 48, 75, 1) 76.85%);
}
.brand-marquee-sec::before {
    left: auto;
    right: 0;
    background: linear-gradient(90deg, rgba(0, 48, 75, 0) -4.63%, rgba(0, 48, 75, 1) 76.85%);
    z-index: 2;
}
.brand-marquee-wrap::before{
    width: 100%;
    background:rgba(0, 48, 75, 0.5);
    z-index: 0;
    pointer-events: none;
}
.brand-marquee-wrap ul {
    display: flex;
    gap: 140px;
    padding: 0;
    margin: 0;
    list-style: none;
    align-items: center;
}
/* =========== home product ======== */
.home-product-slider {
    padding: 50px 0;
    background-color: #F9F9F9;
    overflow: hidden;
}
.product_heading{
    max-width: 825px;
    margin: 0 auto 80px;
    text-align: center;
}
.product_heading p{
    color: rgba(30, 30, 30, 0.7);
    margin-top: 32px;
}
.slider_img {
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}
.slider_img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(0deg, rgba(11, 20, 33, 0.73) 0%, rgba(11, 20, 33, 0.73) 100%);
    opacity: 0    ;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.slider_img::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 91px;
    height: 91px;
    background: url('../images/car_overlay_img.svg');
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px; 
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    z-index: 1;
    opacity: 0;
}
.slider_img img{
    border-radius: 5px;
}
.each_slider_btm img{
    width: 17px;
}
.car_heading{
    padding-top: 24px;
}
.car_heading_left p{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.car_heading_left h5{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.car_heading p{
    color: rgba(30, 30, 30, 0.70);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each_slider_btm{
    margin-top: 24px;
}
.car_heading_right{
    text-align: end;
}
.car_heading h5{
    font-family: 'WorkSans-Bold';
    color: #1E1E1E;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each_slider{
    border-radius: 16px;
    border: 2px solid rgba(30, 30, 30, 0.23);
    background: #FFF;
    padding: 16px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}
.each_slider:hover{
    border-color:  #00304B;
}
.each_slider:hover .slider_img::after,
.each_slider:hover .slider_img::before {
    opacity: 1;
}
.each_slider_btm  span{
    color: #1E1E1E;
    line-height: 24px;
}
.each_slider .common-btn {
    background-color: #00304B;
    margin-top: 25px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.each_slider .common-btn::after{
    content: '';
    height: 10px;
    width: 10px;
    transition: width 0.3s;
    background-image: url('../images/button_arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 6px;
}
.product_btn{
    text-align: center;
    margin-top: 56px;
    position: relative;
    z-index: 5;
}
.home_service_right{
    max-width: 567px;
    margin-left: auto;
    margin-right: 0;
}
.home_service_right p{
    color: rgba(255, 255, 255, 0.70);
}
.home_service{
    position: relative;
    padding-top: 130px;
    padding-bottom: 120px;
}
.home_service::before{
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 258px;
    height: 300px;
    background: url(../images/top_angle.png);
    background-position: center center;
    background-position-x: -10px;
    background-position-y: 2px;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
.home_service::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background:url(../images/service_bg.svg), linear-gradient(184deg, rgba(12, 21, 32, 0.5) -4.32%, #0c1520db 6.5%, #0c1520 44.18%); */
    background:url(../images/service_bg.svg), linear-gradient(206deg, rgba(12, 21, 32, 0.5) -45.32%, #0c1520db -5.5%, #0c1520 44.18%);
    background-position: center center;
    background-size: cover;
    z-index: -1;
}
.home_service_left h2{
    color: #FFF;
}
.service-heading{
    padding-bottom: 104px;
}
.acc-block {
}
.acc-block p{
    color: rgba(255, 255, 255, 0.70);
}
.acc-block li h5{
    font-family: 'WorkSans-Medium';
    display: flex;
    column-gap: 40px;
    align-items: center;
}
.acc-block li h5 strong {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 2px solid #467EC9;
    width: 50px;
    height: 48px;
    flex-shrink: 0;
    aspect-ratio: 25/24;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.acc-block .show_accordian  h5 strong{
    background-color: #467EC9;
}
.acc-block li {
	padding: 20px 0;
	margin-bottom: 0;
}
.acc-block li img{
    display: none !important;
}
.acc-block li::after {
	display: none;
}
.acc-block li:last-child {
	margin-bottom: 0;
}
.acc-block li>*:not(:first-child) {
	display: none;
}
.acc-block li h5 {
	position: relative;
	cursor: pointer;
}
.acc-block li h5::after {
}
.acc-block li.show_accordian h5 {
	opacity: 1;
}
.acc-block li.show_accordian h5::after {
}
.acc-block p {
	margin-top: 24px;
	margin-bottom: 0;
	max-width: 490px;
	width: 100%;
	letter-spacing: 0.16px;
}
.accro-right-img ul li {
    display: none;
    position: relative;
}
.accro-right-img img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
.home-werkplaats-sec{
    background-color: #00304B;
    padding:32px 0;
    overflow-x: clip;
    overflow-y: visible;
    position: relative;
}
.home-werkplaats-sec::after{
    content: '';
    position: absolute;
    background: url(../images/home-werkplaats-sec-bg.svg);
    background-position: center center;
    background-size: cover;
    z-index: 0;
    width: 79.938px;
    height: 140.854px;
    right: 0;
    bottom: 100%;
}
.remove_margin_right .container{
    padding: 0;
    margin: 0;
}
.home-werkplaats-left {
    width: 14%;
    flex-basis: 223px;
    position: relative;
    z-index: 2;
}
.home-werkplaats-left .common-btn{
    border-width: 1px;
    margin-top: 20px;
}
.home-werkplaats-right{
    width: 86%;
    padding-right: 0;
}
.home-werkplaats-left h2{
    color: #fff;
}
.home-werkplaats-sec .row{
    position: relative;
    align-items: center;
    flex-wrap: nowrap;
}
.home-werkplaats-sec .row::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 41%;
    height: 100%;
    content: '';
    background: linear-gradient(270deg, rgba(0, 48, 75, 0.00) 8.86%, #00304B 64.74%, #00304B 100%);
    z-index: 1;
    pointer-events: none;
}

.each_werkplaate_slide_img{
    position: relative;
}
.each_werkplaate_slide_img:after{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   content: '';
   background: linear-gradient(0deg, rgba(30, 30, 30, 0.70) 0%, rgba(30, 30, 30, 0.70) 100%);
   opacity: 0;
   transition: all 0.3s ease;   
   -webkit-transition: all 0.3s ease;
   z-index: 1;
}
.each_werkplaate_slide_img::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 91px;
    height: 91px;
    background: url('../images/car_overlay_img.svg');
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px; 
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    z-index: 2;
    opacity: 0;
}
.each_werkplaate_slide h5{
    margin-top: 16px;
    font-family: 'WorkSans-Medium';
}
.each_werkplaate_slide:hover .each_werkplaate_slide_img::after,
.each_werkplaate_slide:hover .each_werkplaate_slide_img::before {
    opacity: 1;
}
/* ============== home-about ============== */
.home-about-us-sec{
    position: relative;
    padding: 120px 0 83px;
    /* background-color: #F9F9F9; */
}
.home-about-us-sec::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/home_about_bg.svg');
    background-position: center center;
    background-size: cover;
    z-index: -1;
}
.home-about-us-sec .row {
    column-gap: 119px;
    flex-wrap: nowrap;
    justify-content: start;
}
.home-about-us-sec .col-lg-7{
    flex-basis: 675px ;
}
.home-about-us-left{
    position: relative;
}
.home-about-man{
    position: absolute;
    right: -51px;
    bottom: 0;
    width: auto;
    height: 359px;
    z-index: 1;
}
.home-about-man img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-about-us-right h3{
    font-family: 'WorkSans-Bold';
    color: #1E1E1E;
    font-size: 2.4rem;
    line-height: 32px; 
    margin-bottom: 8px;
}
.home-about-us-right h2{
    max-width: 485px;
    margin-bottom: 32px;
}
.home-about-us-right P{
    margin-bottom: 24px;
    color: rgba(30, 30, 30, 0.70);
}
.home-about-us-right strong{
    color: #1E1E1E;
    font-family: 'Astallya';
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.home-about-us-right .common-btn {
   display: inline-block;
   margin-top: 48px;
}
.reviec_sec{
    position: relative;
    z-index: 1;
}
/* ============ bottom-ups-slider ============ */
 .bottom-ups-slider{
   background: transparent;
   padding-top: 50px;
}
.bottom-ups-slider .container{
    padding: 42px 0;
}
.bottom-ups-slider ul li{
    color: #1E1E1E;
    font-size: 16px;
   font-family: 'WorkSans-SemiBold';
    line-height: normal;
    letter-spacing: 0.48px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}
.bottom-ups-slider ul{
    gap:56px;
}
.bottom-ups-slider ul li::before{
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background: #00304B;
    position: relative;
    top: 0;
}
.bottom-ups-slider .brand-marquee-wrap::before,
.bottom-ups-slider::before,
.bottom-ups-slider::after{
    display: none;
}
.bottom-ups-slider .brand-marquee-wrap {
    gap: 56px;
}
.google_review{
    position: relative;
}
.google_review::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: url('../images/home_about_bg.svg');
    background-position: center center;
    background-size: cover;
    z-index: -1;
}
/****aanbod-filter-sec****/
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
}
.filter-reset img {
    width: 9px;
    margin-left: 5px;
    margin-bottom: 2px;
    filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
}
.filter-reset a:hover img {
    filter: brightness(1);
}
.select-style {
	width: 100%;
    height: 48px;
    color: #1E1E1E;
    font-family: 'WorkSans-Medium';
    font-size: 1.4rem;
	background-color: #14181E;
    border: 2px solid #1E1E1E;
    border-radius: 5px;
    padding: 0 30px 0 18px;
    background: url(../images/filter-btn-arrow.svg)  no-repeat 91% center/10px;
    appearance: none;
    line-height: 41px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    cursor: default;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
     font-family: 'WorkSans-Regular';
    background-color: #fff;
}
.filter-content {
    display: none;
    background-color: #fff;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
    cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
    border:2px  solid #1E1E1E;
    border-top: 0;
}
.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 {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'WorkSans-Regular';
    font-size: 1.2rem;
    cursor: pointer;
}
.aanbod-filter-sec label:last-child {
    margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #1E1E1E;
    /* opacity: 0.65; */
}
.home-filter-sec label span{
    color: #FFF;
}
.aanbod-filter-sec .form-check-input{
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #1E1E1E;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #1E1E1E;
    border-color: #1E1E1E;
}
.aanbod-filter-sec.home-filter-sec .form-check-input{
    border: 1px solid #fff;
}
.auto-overview-tag {
    margin-right: 5px;
    padding: 5px 14px;
    cursor: pointer;
    color: #fff;
    border-radius: 5px;
    background-color:#00304B;
     font-family: 'WorkSans-Regular';
    font-size: 1.4rem;
    border: 1px solid #00304B;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
    background-color: #0C1520;
    color: #fff;
}
.filter-main .col-lg-3 {
    width: 20%;
}
.filter-main .row {
    row-gap: 15px;
}
.total_search_records {
    margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 145px;
    background-color: #00304B;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
    transition: all 0.5s;
}
.mobile-show-filter_scroll{
    top:115px;
}
.mobile-show-filter .common-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    /* background-color: #00304B;
    border: 1px solid #00304B; */
}
.mobile-show-filter .common-btn::before {
    display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #fff;
}
.filter-count {
    min-width: 20px;
    height: 20px;
    background-color:#00304B;
    border-radius: 100%;
    color: #fff;
    border: 1px solid #fff;
    margin-left: 20px;
    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 20px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #00304B;
}
.mobile-filter-close span {
    max-width: 32px;
    width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: auto;
    border: 1px solid #00304B;
}
.mobile-filter-close span img {
    width: 9px;
    filter: invert(1);
    -webkit-filter: invert(1);
}
.auto-overview-filter-result .common-btn {
    margin-top: 0;
    background-color: #00304B;
    border-color: #00304B;
    color: #fff;
    padding: 10px;
    border-radius: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result h4{
    font-size: 1.6rem;
    color: #fff;
}
.auto-overview-filter-result .common-btn:hover {
    background-color: transparent;
    border-color: #fff;
}
.cursor-pointer {
    cursor: pointer;
}
.filter-sort {
    border-radius: 0px 10px 10px 0px;
    height: 100%;
    align-items: center;
}
.filter-sort h6 {
    margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
     font-family: 'WorkSans-Regular';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .col-lg-3 {
    margin-bottom: 0;
    width: 200px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.aanbod-list-filter-sec {
    margin-top: 188px;
    margin-bottom: 60px;
}
.aanbod-list-filter-sec .col-xl-9 {
    width: 87%;
}
.aanbod-list-filter-sec .col-xl-3 {
    width: 13%;
}
.aanbod-list-filter-sec .home-filter::after {
    display: none;
}
.aanbod-filter-left-part {
    border-radius: 10px 0px 0px 10px;
    background-color: rgba(255, 255, 255, 0.05);
}
.aanbod-filter-left-part .home-filter .select-style strong::after {
    right: 0;
}
.aanbod-list-filter-sec .filter-main .col-lg-3 {
    width: 20%;
    border-left: 1px solid #494949;
    padding-left: 10px;
    padding-right: 10px;
}
.aanbod-list-filter-sec .filter-main .col-lg-3:first-child {
    border-left: 0;
}
.aanbod-list-filter-sec .home-filter .filter-content {
    left: 0 !important;
    border: 1px solid #494949;
}
.aanbod-list-filter-sec .filter-content {
    background-color: #fff;
    margin-top: 10px !important;
}
.aanbod-list-filter-sec .home-filter .select-style strong {
    padding-right: 40px;
}
.aanbod-list-filter-sec .home-filter .select-style strong::after {
    right: 0;
}
.aanbod-list-filter-sec .home-filter .select-style {
    padding: 0 21px;
}
.aanbod-list-filter-sec .filter-main {
    margin-bottom: 28px;
}
/*****home-filter-sec****/
.home-filter-sec.aanbod-filter-sec{
    background: #00304B;
    padding: 20px 0;
}
.home-filter-sec .common-btn {
	position: relative;
    float: right;
}
.home-filter-sec .filter-main {
	margin-bottom: 0;
}
.home-filter-sec .common-btn {
	position: relative;
}
.home-filter {
	position: relative;
}
.home-filter .filter-content {
    background-color: #00304B;
    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: 0 !important;
    /* border-radius: 0; */
    border: 2px solid #fff;
    border-top:0;
}
.home-filter .select-style strong {
    position: relative;
    font-weight: normal;
    padding-right: 40px;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.home-filter .select-style {
    background: none;
    padding: 0 23px;
    /* text-align: center; */
    color: #fff;
    border-color: #fff;
}
.home-filter .select-style label{
    color: gray;
}
.home-filter-sec .home-filter:nth-child(4)::after {
    display: none;
}
.home-filter .select-style strong::after {
    content: '';
    position: absolute;
    right: 0;
    top: 15px;
    background-image: url(../images/home-filter-arrow.svg);
    background-size: 8px;
    height: 12px;
    width: 12px;
    background-position: center;
    background-repeat: no-repeat;
}
.home-filter-sec .filter-btn {
}
.home-filter-sec .filter-btn button {
    border: 0;
    background-color: transparent;
    color: #fff;
    padding-right: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-filter-sec .filter-btn button::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 15px;
    background-image: url(../images/home-filter-arrow.svg);
    background-size: 8px;
    height: 12px;
    width: 12px;
    background-position: center;
    background-repeat: no-repeat;
}
.filter_left h2{
    color: #fff;
    max-width: 280px;
}
.resetBtn{
    background-color: #fff;
    border-color: #fff;
    color: #1E1E1E;
}
/* ========== footer =========== */
.footer-sec{
    background-color: #0C1520;
    padding-top: 48px;
    position: relative;
    margin-top: 120px;
}
.footer-sec::before{
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 231px;
    height: 274px;
    background: url(../images/top_angle.png);
    background-position: center center;
    background-position-x: -10px;
    background-position-y: 2px;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
.footer-logo img{
    max-width: 297px;
}

.each-footer-info table td{
    color: #FFF;
}
.each-footer-info p{
    color: #FFF;
    margin-bottom: 6px;
    line-height: 28px;
}
.each-footer-info  h6{
    color: #FFF;
    font-size: 1.6rem;
    font-family: 'WorkSans-Bold';
    padding-bottom: 6px;
}
.each-footer-info p a:hover {
    color: #467EC9;
}
.each-footer-info p a br{
    margin-bottom: 6px;
}
.footer-content-area h5{
    padding-bottom: 20px;
    line-height: 28px;
}
.footer-content-area{
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 95px;
    padding-top: 28px;
}
.footer-content-area-wrap{
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.each-footer-info{
    flex-shrink: 0;
    flex-basis: 202px;
}
.each-footer-info h5{
    padding-bottom: 15px
}
.each-footer-info td:nth-child(2n+1) {
    padding-right: 26px;
}
.each-footer-info table td{
    line-height: 28px;
}
.footer-socil-icon ul{
    display: flex;
    column-gap: 11px;
    align-items: center;
    justify-content: end;
    padding: 0;
    margin: 0;
}
.footer-btm-logo ul{
    display: flex;
    column-gap: 22px;
    padding: 0;
    margin: 0;
    justify-content: center;
}
.footer-btm-aera{
    border-top: 2px solid #FFF;
}
.footer-btm-aera-wrap{
    padding-top: 32px;
    padding-bottom: 20px;
}
.footer-privacy{
    line-height: 28px;
}
.footer-socil-icon ul li a {
    height: 50px;
    width: 50px;
    border-radius: 5px;
    border: 2px solid #00304B;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 15px;
}
.footer-socil-icon ul li a:hover{
    background-color: rgba(0, 48, 75, 1);
}
.footer-privacy a:hover{
    color: #467EC9;
}
.footer-logo{
    max-width: 297px;
    margin-left: auto;
    margin-right: auto;
}
.footer-socil-icon ul li a img {
    width: 16px;
    height: 16px;
}
.footer-btm-logo ul li:first-child img{
    width: 109px;
}
.footer-btm-logo ul li img{
    width: 55px;
}
/* ============= aanbod-list ============ */
.aanbod-list .container > .row {
    row-gap: 48px;
}
.aanbod-list{
    position: relative;
}
.aanbod-list::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background-repeat: no-repeat;
    background: url(../images/home_about_bg.svg);
    background-position: center center;
    background-size: cover;
    z-index: -1;
}
.aanbod-filter-sec{
    padding-top: 200px;
    padding-bottom:80px;
    position: relative;
}
.aanbod-filter-sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background: url(../images/home_about_bg.svg);
    background-position: center center;
    background-size: cover;
    z-index: -1;
}
.filter_hrading{
    margin-bottom: 40px;
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/*================diensten-list page start=================*/
/****inner-banner-sec****/
.inner-banner-sec {
    position: relative;
}
.each-list-img{
    position: relative;
}
.inner-banner-text {
    position: absolute;
    top: 59%;
    width: 100%;
    left: 0;
    z-index: 1;
    transform: translateY(-50%);
}
.inner-banner-img {
    height: 100%;
}
.inner-banner-img img {
    height: 100%;
    object-fit: cover;
}
/* ********diens-service-sec*********** */
.each-diens-service {
	position: relative;
	margin-bottom: 16px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
}
.each-diens-service::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(30, 30, 30, 0.70) 0%, rgba(30, 30, 30, 0.70) 100%);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
}
.each-diens-service:hover::after {
	opacity: 1;
}
.diens-service-text{
	position: absolute;
	top:auto ;
	left: 0;
	bottom: -125px;
	width: 100%;
	z-index: 2;
	padding: 32px 32px;
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
}
.each-diens-service:hover .diens-service-text {
	transition: 0.7s all ease;
	-webkit-transition: 0.7s all ease;
}
.diens-service-sec-wrap .col-lg-6 {
	padding-left: 20px;
	padding-right: 20px;
}
.diens-service-sec-wrap .row {
	margin-left: -20px;
	margin-right: -20px;
    row-gap: 24px;
}
.diens-service-text p {
	padding-top: 16px;
	padding-bottom: 36px;
	-webkit-transition: visibility 0.5s;
	transition: visibility 0.5s;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	padding-bottom: 0;
    max-width: 558px;
    margin: 0;
    color: transparent;
}
.each-diens-service .diens-service-text .hover-content {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
	overflow: hidden;
}
.each-diens-service:hover .diens-service-text  .hover-content {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	visibility: visible;
}
.each-diens-service:hover .diens-service-text  {
	top: auto;
    bottom: 0;
}
.each-diens-service:hover h5{
	color: #FFF;
}
.diens-service-text-wrap h5 {
  font-family: 'WorkSans-Medium';
}
.each-diens-service:hover p{
	color: #FFF;
    -webkit-line-clamp: 8;
}
.diens-service-sec{
	padding-top: 120px;
    position: relative;
}
.service-sec .diens-service-text:hover p{
	color: #FFF;
}
.diens-service-img{
	height: 541px;
}
.diens-service-img img{
	height: 100%;
	object-fit: cover;
    border-radius: 10px;
}
.diens-service-text-wrap{
    display: flex;
    column-gap: 32px;
    align-items: center;
    /* margin-bottom: 8px; */
}
.diens-service-nember{
    width: 50px;
    height: 48px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 2px solid #467EC9;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    flex-shrink: 0;
    position: relative;
    /* top: -8px; */
}
.text-btn.common-btn{
    margin-top: 30px;
    background: #FFF;
    color: #1E1E1E;
    border: 2px solid #FFF;
}
.each-diens-service:hover .diens-service-nember{
    border-radius: 5px;
    background: #467EC9;
}
.diens-service-sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 972px;
    background: url('../images/diens-list-bg.svg'), linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-size: auto, auto;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

/* ============dines-dtl========================== */
/* ****back-btn**** */
.back-btn .common-btn::before {
    content: '';
    height: 10px;
    width: 10px;
    background-image: url('../images/back-btn-arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 6px;
    margin-right: 14px;
}
.back-btn .common-btn {
    background-color: #00304B;
    margin-top: 60px;
    text-align: center;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}
.back-btn .common-btn:hover{
    background-color: #0C1520;
}
.back-btn{
    padding-top: 150px;
    padding-bottom: 38px;
}
.back-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 972px;
    background: url('../images/diens-list-bg.svg') ;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-size: auto, auto;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}
.back-btn .row {
    align-items: end;
}
/* *************diens-dtl-top-sec************* */
.diens-dtl-top-content p{
    margin-bottom: 4px;
}
.diens-dtl-top-content h2{
    margin-bottom: 32px;
}
.diens-dtl-top-content {
    max-width: 700px;
    padding-right: 10px;
}
.diens-dtl-top-img img{
    border-radius: 10px;
}
.diens-dtl-top-img{
    max-width: 740px;
    width: 100%;
}
.diens-dtl-top-sec{
    padding-bottom: 90px;
    position: relative;
}
/* **************************diens-dtl-mid-sec******************* */
.diens-dtl-mid-wrap{
    padding-bottom: 120px;
}
.diens-dtl-mid-area {
    /* position: relative;
    max-width: 1175px;
    width: 100%;
    margin: 0 auto; */
}
.diens-dtl-mid-area p{
    margin-bottom: 0;
    color: #FFF;
}
.diens-dtl-mid-area tr{
    display: flex;
    justify-content: center;
    column-gap: 10px;
}
.diens-dtl-mid-area table{
    width: 100%;
}
.diens-dtl-mid-area td{
    width: 50%;
    position: relative;
    background-color: #00304B;
    padding: 50px 50px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: start;
    /* justify-content: center; */
}
.diens-dtl-mid-area td:last-child{
    padding-left: 40px;
    padding-right: 40px;
}
.diens-dtl-mid-area h5{
    color: #FFF;
    line-height: 32px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.diens-dtl-mid-area h6{
    font-family: 'WorkSans-Regular';
    font-size: 1.6rem;
    line-height: 24px; 
    color: #FFF;
    padding-top: 26px;
}
.diens-dtl-mid-area li{
    color: #FFF;
}
.diens-dtl-mid-area ul{
    margin-bottom: 25px;
    padding-left: 23px;
}
.diens-dtl-mid-area h4{
    font-family: 'WorkSans-SemiBold';
    font-size: 2.4rem;
    line-height: normal; 
    color: #FFF;
    padding-bottom: 10px;
    padding-top: 15px;
}
/* ******** related-service-slider-sec ********* */
.each-diens-dtl-slider{
	position: relative;
	margin-bottom: 20px;
   -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
}
.related-service-slider-content {
	position: absolute;
	top: auto;
	left: 0;
	width: 100%;
	z-index: 2;
	padding: 32px 32px;
	padding-right: 25px;
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
    bottom: -125px;
}
.related-service-slider-wrap{
	position: relative;
}
.related-service-slider-img{
	height: 541px;
}
.related-service-slider-sec{
    padding-top: 120px;
}
.related-service-heading {
	margin-bottom: 80px;
}
.each-related-service-slider-dtl:hover h5{
	color: #FFF;
}
.each-related-service-slider-dtl:hover .hover-content {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	visibility: visible;
}
.each-related-service-slider-dtl::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
    background: linear-gradient(0deg, rgba(30, 30, 30, 0.70) 0%, rgba(30, 30, 30, 0.70) 100%);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
}
.each-related-service-slider-dtl:hover::after {
	opacity: 1;
}
.related-service-slider .related-service-slider-content:hover p{
	color: #FFF;
}
.related-service-slider-wrap .swiper-button-next, .related-service-slider-wrap .swiper-button-prev{
	top: 57%;
    height: 76px;
    width: 76px;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.1);
    z-index: 1;
}
.related-service-slider-img img{
	height: 100%;
	object-fit: cover;
    border-radius: 10px;
}
.related-service-slider-wrap .swiper-button-next {
    right: -2.5%;
}
.related-service-slider-wrap .swiper-button-prev {
    left: -2.5%;
}
.related-service-slider-content:hover .diens-service-nember {
    border-radius: 5px;
    background: #467EC9;
}
.related-service-slider-content p {
	padding-top: 16px;
	padding-bottom: 36px;
	-webkit-transition: visibility 0.5s;
	transition: visibility 0.5s;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	padding-bottom: 0;
    max-width: 424px;
    margin: 0;
    color: transparent;
}
.each-related-service-slider-dtl:hover p {
    color: #FFF;
    -webkit-line-clamp: 8;
}
.each-related-service-slider-dtl .related-service-slider-content .hover-content {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    overflow: hidden;
}
.each-related-service-slider-dtl:hover .related-service-slider-content .hover-content {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    visibility: visible;
}
.each-related-service-slider-dtl:hover .related-service-slider-content {
    top: auto;
    bottom: 0;
}
.each-related-service-slider-dtl:hover .related-service-slider-content {
    transition: 0.7s all ease;
    -webkit-transition: 0.7s all ease;
}
/* *******form-sec********** ******************/
.form-sec{
    background: #0C1520;
    padding-top: 85px;
    padding-bottom: 85px;
    position: relative;
}
.form-main-area .form-styl {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.70);;
    font-size: 1.6rem;
    color: #FFF;
    font-family: 'WorkSans-Regular';
    border-radius: 0;
    padding: 8px 22px 11px 0;
    line-height: 24px;
    border-radius: 0;
}
.form-main-area{
    padding-left: 37px;
    padding-top: 70px;
}
.form-main-area .form-styl:focus {
    background-color: transparent;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid #FFF;
    color: #FFF;
}
.form-main-area .form-styl::placeholder {
    color: rgba(21, 32, 46, 0.60);
}
.form-main-area .form-styl:focus::first-letter {
    /* text-transform: uppercase; */
}
.form-main-area .form-styl.photo_upload, 
.form-main-area .form-styl.foto_upload {
    color: rgba(255, 255, 255, 0.70);
}
.form-main-area .form-group {
    position: relative;
    margin-bottom: 54px;
}
.form-main-area textarea {
    resize: none;
    padding-left: 10px;
}
.form-main-area textarea.form-styl {
    min-height: 122px;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.70);
}
.form-sec .sec-wrap{
    padding-top: 68px;
    padding-bottom: 72px;
}
.form-button{
    margin-top: 52px;
}
.form-button .common-btn{
    background: #FFF;
    color: #1E1E1E;
    cursor: pointer;
}
.form-button .common-btn:hover{
    background: #0C1520;
    color: #FFF;
    border-color: #FFF;
}
/* .form-styl::placeholder {
    color: rgba(255, 255, 255, 0.70);
} */
/* .form-area .form-styl:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.70);
} */
.form-area .form-group label {
    text-align: left;
    display: block;
    position: absolute;
    transition: all 0.3s ease-in-out;
    color: rgba(255, 255, 255, 0.70);
    font-size: 1.6rem;
    font-family: 'WorkSans-Regular';
    line-height: 24px;
    padding-bottom: 12px;
    margin-bottom: 45px;
    pointer-events: none;
}
.form-area .form-group textarea {
    resize: none;
}
.form-area .form-group.focused input, .form-group.focused textarea {
    border-bottom: 2px solid #FFF;
}
.form-area .form-group.focused label{
    margin-top: -32px;
}
.form-area select {
    font-family: 'WorkSans-Regular';
    font-size: 1.6rem;
    line-height: inherit;
    background: #0C1520;
    border: none;
    color: rgba(255, 255, 255, 0.70);
    border-bottom: 2px solid rgba(255, 255, 255, 0.70);
    width: 100%;
    padding-bottom: 16px;
    appearance: none;
}
.form-area select option {
    color: rgba(255, 255, 255, 0.70);
    font-family: 'WorkSans-Regular';
}
.form-area .form-group.focused select {
    border-bottom: 2px solid #FFF;
}
/* *************form-left-area****************** */
.form-left-area{
    overflow: hidden;
}
.form-left-img img{
    border-radius: 10px;
}
.form-left-img::after{
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(12, 21, 32, 0.00) 0%, #0C1520 92.08%);
    content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.form-socil-icon ul{
    display: flex;
    column-gap: 11px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
}
.form-socil-icon ul li a{
    width: 50px;
    height: 50px;
    padding: 8px;
    border-radius: 5px;
    border: 2px solid #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-socil-icon ul li a:hover img{
    filter: invert(1);
}
.form-socil-icon ul li a:hover{
    border-radius: 5px;
    border: 2px solid #FFF;
    background: #FFF;
}
.form-socil-icon img{
    max-width: 18px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-socil-icon{
    height: 100%;
    align-items: end;
    display: flex;
}
.form-area-wrap .col-lg-5{
    width: 44%;
}
.form-area-wrap .col-lg-7{
    width: 56%;
}
.form-heading h2{
    color: #FFF;
    line-height: 48px;
    padding-bottom: 25px;
}
.form-heading p{
    color: #FFF;
}
.form-content-wrap{
    padding: 32px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.form-left-area{
    position: relative;
}
/* =================contact======================= */
/* ****contact-banner******/
 .contact-banner-img {
    width: 100%;
    height: 600px;
}
/* ********contact-form-sec******* */
.contact-page .form-sec{
    background: transparent;
    padding-bottom: 0;
    padding-top: 0;
}
.contact-page .form-main-area .form-styl {
    background-color: transparent;
    border-bottom: 2px solid rgba(30, 30, 30, 0.70);
    color: #1E1E1E;
}
.contact-page .form-main-area .form-styl:focus {
    border-bottom: 2px solid #1E1E1E;
    color: #1E1E1E;
}
.contact-page .form-main-area .form-styl::placeholder {
    color: rgba(21, 32, 46, 0.60);
}
.contact-page .form-main-area textarea.form-styl {
    border-bottom: 2px solid rgba(30, 30, 30, 0.70);
}
.contact-page .form-button .common-btn{
    background: #00304B;
    color: #FFF;
    cursor: pointer;
}
.contact-page .form-button .common-btn:hover{
    background: #0C1520;
    border-color: #0C1520;
}
.contact-page .form-area .form-group label {
    color: rgba(30, 30, 30, 0.70);
}
.contact-page .form-area .form-group.focused input, .form-group.focused textarea {
    border-bottom: 2px solid #1E1E1E;;
}
.contact-page .form-area select {
    color: rgba(30, 30, 30, 0.70);
    border-bottom: 2px solid rgba(30, 30, 30, 0.70);
    background-color: transparent;
}
.contact-page .form-area select option {
    color: rgba(30, 30, 30, 0.70);
    font-family: 'WorkSans-Regular';
}
.contact-page .form-area .form-group.focused select {
    border-bottom: 2px solid #FFF;
}
/* ******Werkplaat-maken-top-sec****** */
.Werkplaat-maken-top-sec .diens-dtl-top-content{
    max-width: 718px;
    padding-right: 10px;
}
.Werkplaat-maken-mid-sec .diens-dtl-mid-area td {
    width: 33.33%;
    padding: 68px 40px 68px 35px;
}
.Werkplaat-maken-mid-sec .diens-dtl-mid-area tr {
    column-gap: 20px;
}
.related-service-slider .swiper-button-next:hover, .related-service-slider .swiper-button-prev:hover{
    background: #00304B;
}
/* *******************aanbod-dtl***************** */
.aanbod-dtl-slider-sec .each-slide-car-content-right p{
    margin-bottom: 2px;
}
.aanbod-dtl-product-left{
    padding-left: 16px;
}
.each-aanbod-dtl-product-content-left table{
    width: 100%;
    border-top: 1px solid rgba(0, 48, 75, 0.20);
    border-bottom: 1px solid rgba(0, 48, 75, 0.20);
}
.aanbod-dtl-top-location-area{
    border-bottom: 1px solid rgba(0, 48, 75, 0.20);
}
.each-aanbod-dtl-product-content-left table td{
    padding-top: 5px;
    padding-bottom: 10px;
    position: relative;
    display: flex;
    column-gap: 8px;
}
.each-aanbod-dtl-product-content-left table td img{
    width: 17px;
}
.each-aanbod-dtl-product-content-left table td p{
    padding-bottom: 0;
    margin-bottom: 0;
}
.aanbod-dtl-product-sec{
    padding-bottom: 215px;
    position: relative;
}
.aanbod-dtl-product-slider-right .swiper-button-next, .aanbod-dtl-product-slider-right .swiper-button-prev {
    top: 48%;
}
.aanbod-dtl-product-slider-right .swiper-button-next.common-arrow , .aanbod-dtl-product-slider-right .swiper-button-prev.common-arrow{
    height: 76px;
    width: 76px;
    background-color: #fff;
    border: 1px solid #fff;
}
.aanbod-dtl-product-slider-right .swiper-button-next:hover, .aanbod-dtl-product-slider-right .swiper-button-prev:hover{
    background: #00304B;
    border: 1px solid #00304B;
}
.aanbod-dtl-product-slider-right .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 25px;
}
.aanbod-dtl-product-slider-right .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 25px;
}
.each-aanbod-dtl-product-slideview img {
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.each-aanbod-dtl-product-thumbs img{
    border-radius: 5px;
}
.aanbod-dtl-product-slider-thumbs{
    margin-top: 40px;
}
.aanbod-dtl-product-content-dtl h5{
    color: #1E1E1E;
    text-transform: none;
    font-family: 'WorkSans-Bold';
}
.aanbod-dtl-product-content-dtl tr{
    display: flex;
    padding-top: 30px;
    padding-bottom: 27px;
    align-items: center;
    justify-content: space-between;
}
.aanbod-dtl-product-top-text p{
    color: rgba(30, 30, 30, 0.70);
    max-width: 276px;
}
.aanbod-dtl-product-top-btn{
    margin-bottom: 22px;
}
.each-aanbod-dtl-product-slideview {
    height: 100%;
}

.aanbod-dtl-info-left{
    display: flex;
    align-items: center;
    column-gap: 25px;
}
.aanbod-dtl-info-right{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.aanbod-dtl-info-right .common-btn:not(:first-child){
    border: 2px solid #1E1E1E;
    background: transparent;
    color: #1E1E1E;
}
.aanbod-dtl-info-right .common-btn:not(:first-child):hover{
    border: 2px solid #00304B;
    background: #00304B;
    color: #FFF;
}
.aanbod-dtl-product-wrap .col-lg-7{
    width: 62%;
}
.aanbod-dtl-product-wrap .col-lg-5{
    width: 38%;
}
.aanbod-dtl-price h5{
    color: #1E1E1E;
}
.aanbod-dtl-price p{
    font-style: normal;
    color: rgba(30, 30, 30, 0.70);
    font-size: 1.6rem;
    font-family: 'WorkSans-Regular';
}
.aanbod-dtl-product-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    margin-top: 4px;
}
.aanbod-dtl-top-location-area{
    display: flex;
    column-gap: 18px;
    padding-top: 32px;
    padding-bottom: 30px;
    align-items: center;
}
.aanbod-dtl-product-top-text h2{
    padding-bottom: 9px;
}
.aanbod-dtl-price h2{
    line-height: 48px;
}
.aanbod-dtl-top-location-area p{
    margin-bottom: 0;
}
.back-btn-right .common-btn::before {
    content: '';
    height: 14px;
    width: 14px;
    background-image: url('../images/shear-btn.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px;
    margin-right: 14px;
    flex-shrink: 0;
    display: inline-block;
}
.back-btn .back-btn-right .common-btn{
    background: transparent;
    color: #1E1E1E;
}
.back-btn .back-btn-right .common-btn:hover{
    background-color: #0C1520;
    color: #FFF;
}
.back-btn .back-btn-right .common-btn:hover::before img{
    filter: brightness(0) invert(1);
}
.back-btn .back-btn-right{
    display: flex;
    justify-content: end;
    text-align: end;
}
.aanbod-dtl-top-location-area img{
    width: 100%;
    max-width: 20px;
}
/****aanbod-dtls-sec****/
.aanbod-dtls-sec {
    padding: 0 0 120px;
}
.aanbod-dtls-area .col-lg-9 {
    width: 71%;
}
.aanbod-dtls-area .col-lg-3 {
    width: 29%;
}
/****dtl-tab-part****/
.dtl-tab-part {
    position: relative;
    overflow: hidden;
}
.tab-btn {
    display: flex;
    justify-content: space-between;
}
.tab-btn .nav-tabs {
    column-gap: 17px;
    margin-bottom: 60px;
    border: 0;
    row-gap: 26px;
}
.tab-btn .tabs {
    display: flex;
    justify-content: center;
    column-gap: 18px;
    max-width: 1015px;
    padding: 10px 0;
    margin-bottom: 55px;
}
.tab-btn .common-btn{
    border: 2px solid #00304B;
    background: transparent;
    color: #00304B;
    padding: 10px 35px;
    font-size: 1.8rem;
}
.tab-btn .common-btn:hover{
    background: #00304B;
    color: #FFF;
}
.tab-btn ul.tabs li {
    position: relative;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
}
.tab-btn .tabs li.active {
    color: #FFF;
    background: rgba(0, 48, 75, 1);
}
.tab-btn .tabs li.active.common-btn::after{
    transform: scaleX(1) scaley(1);
    background-color: #FFF;
}
.tab_content {
    display: none;
}
.tab_drawer_heading {
    display: none;
    cursor: pointer;
}
.tab-btn-right ul {
    list-style-type: none;
    display: flex;
    column-gap: 41px;
    justify-content: end;
    padding-left: 0;
}
.tab-btn-right li a {
    color: #FFF;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    transition: all 0.5s;
}
.tab-btn-right li a:hover {
    text-decoration: underline;
}
.kenmerken-tab {
    overflow: hidden;
}
.kenmerken-tab table {
    width: 100%;
}
.kenmerken-tab td {
    padding: 32px 50px 36px;
    width: 25%;
    background: #FFF;
    flex-shrink: 0;
    border-radius: 10px;
}
.kenmerken-tab tr:first-child td {
    background-color: transparent;
}
.kenmerken-tab tr:first-child td:nth-child(odd) {
    background-color: rgba(0, 48, 75, 0.1);
}
.kenmerken-tab tr td {
    background-color: rgba(0, 48, 75, 0.1);
}
.kenmerken-tab tr td:nth-child(odd) {
    background-color: transparent;
}
.kenmerken-tab tr:first-child td:nth-child(odd) h5 {
    color: #292B2C;
}
.kenmerken-tab tr:first-child td:nth-child(odd) h6 {
    color: rgba(41, 43, 44, 0.7);
}
.kenmerken-tab tr:nth-child(2) td:nth-child(even) h6 {
    color: rgba(41, 43, 44, 0.7);
}
.kenmerken-tab tr:nth-child(2) td:nth-child(even) h5 {
    color: #292B2C;
}
.kenmerken-tab tr {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
}
.kenmerken-tab td h5 {
    margin-bottom: 4px;
    font-size: 1.8rem;
    font-family: 'WorkSans-Regular';
    line-height: 24px;
    letter-spacing: 0.54px;
    color: #292B2C;
}
.kenmerken-tab td h6{
    font-size: 1.8rem;
    text-transform: none;
    font-family: 'WorkSans-Regular';
    letter-spacing: 0.54px;
    line-height: 24px;
    color: rgba(41, 43, 44, 0.7);
}
.kenmerken-tab h3 {
    color: #15202E;
    margin: 49px 0 21px;
}
.kenmerken-tab ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.kenmerken-tab li {
    width: 40%;
    position: relative;
    color: #15202E;
    line-height: 24px;
    margin-bottom: 13px;
    padding-bottom: 10px;
    word-break: break-word;
    padding-right: 20px;
    padding-left: 35px;
    font-size: 1.6rem;
    letter-spacing: 0.48px;
}
.kenmerken-tab li::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1.5px;
    background-color: rgba(41, 43, 44, 0.50);
}
.kenmerken-tab li:nth-child(even) {
    color: rgba(41, 43, 44, 0.70);
    padding-left: 0;
    width: 60%;
}
.kenmerken-tab li:last-child, .kenmerken-tab li:nth-last-child(2) {
    margin-bottom: 0;
}
.kenmerken-tab-block-part {
    display: none;
}
.kenmerken-tab-block-part ul:first-child{
    margin-top: 6px;
}
.aanbod-dtls-area.hidden-tab .col-lg-8 {
    width: 100%;
}
.aanbod-dtls-area.hidden-tab .each-aanbod-contact {
    display: none;
}
.each-aanbod-contact .row {
    align-items: center;
}
.tab-cross {
    cursor: pointer;
}
.hidden-tab-btn {
    margin: 60px 0 20px;
}
.hidden-tab-btn .common_btn {
    font-size: 1.8rem;
    padding: 10px 40px;
}
.dtl-tab-part .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.bullet-panel h4,
.bullet-panel h5 {
    border-bottom: 2px solid #00304B;
    padding-bottom: 16px;
    margin-bottom: 16px;
    color: #00304B;
}
.dtl-tab-part .bullet-panel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dtl-tab-part .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    color: #15202E;
    margin-bottom: 10px;
    font-size: 1.6rem;
}
.dtl-tab-part .bullet-panel ul li:after {
    background-size: 8px;
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background-color: #00304B;
    border-radius: 100%;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #15202E;
    font-size: 1.6rem;
    line-height: 24px;
}
.left-bg-block p{
    color: #FFF !important;
    font-size: 1.8rem;
    line-height: 30px;
}
.block-dtls p{
    color: #15202E;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #15202E;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    margin-top: 8px;
    margin-bottom: 25px;
}
.left-bg-block p {
    color: #fff;
    margin-bottom: 0;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls h5 {
    text-transform: none;
    color: #00304B;
}
.popup-show-btn {
    text-align: left;
    margin-top: 62px;
}
.popup-show-btn .common-btn{
    font-size: 1.8rem;
    line-height: normal;
    padding: 12px 40px;
}
.tab-btm-btn{
    cursor: pointer;
}
.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(18, 18, 18, 0.60);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.tab-popup-area {
    border-radius: 20px;
    background: #FFF;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 0 147px;
    width: 100%;
    height: 75vh;
}
.popup-cross{
    background: #15202E;
    width: 53px;
    height: 53px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 36px;
    right: 57px;
    border-radius: 100%;
    cursor: pointer;
}
.tab-popup-content {
    overflow-y: scroll;
    padding-bottom: 40px;
}
.tab-popup-content ul {
    margin-bottom: 49px;
    padding: 0;
}
.tab-popup-content ul:last-child{
    margin-bottom: 0;
}
.popup-cross img{
    width: 24px;
}
.tab-popup-area h2 {
    padding-top: 40px;
    margin-bottom: 15px;
}
.tab-popup-area p{
    color: #00304B;
    line-height: normal;
    padding-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.8rem;
}
.tab-popup-content h3{
    font-size: 2.4rem;
    line-height: 56px;
    margin-bottom: 15px;
    color: #00304B;
    font-family: 'WorkSans-Medium';
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid #00304B;
    font-size: 1.6rem;
    line-height: 30px;
    color: #00304B;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 0;
}
.tab-popup-content li::after {
    display: none;
}
.tab-popup-content li strong{
    color: #00304B;
    font-family: 'WorkSans-Regular';
    width: 50%;
    font-weight: normal;
}
.show-popup{
    display: none;
}
/* .tab-area .row{
    margin: 0 -5px;
}
.tab-area .col-lg-9{
    padding: 0 5px;
} */
/* .tab-area .col-lg-3{
    padding: 0 5px;
} */
.tab_content p{
    color: #15202E;
}
.aanbod-contact-info-btm a{
    display: flex;
    column-gap: 35px;
    align-items: center;
}
.aanbod-contact-info p{
    color: rgba(239, 239, 239, 0.6);
    letter-spacing: 0.48px;
    font-family: 'WorkSans-Medium';
}
.whatsapp-number h6{
    text-transform: none;
    padding-top: 10px;
    color: #15202E;
    font-size: 1.6rem;
    letter-spacing: 0.16px;
    line-height: 22px;
}
.whatsapp-number p{
    color: rgba(21, 32, 46, 0.74);
}
.whatsapp-icon{
    width: 26px;
}
.aanbod-contact-info-btm{
    border-radius: 100px;
    background: #F0F0F0;
    width: 100%;
    max-width: 244px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
    padding: 0 22px;
    transition: all 0.58s;
    -webkit-transition: all 0.5s;
}
.aanbod-contact-info-btm:hover{
    background-color: #00304B;
    border: 2px solid #FFF;
}
.aanbod-contact-info-btm:hover h6{
    color: #FFF;
}
.aanbod-contact-info-btm:hover p{
    color: #FFF;
}
/****tab-right-part****/
.tab-right-btn .common_btn{
    font-size: 1.8rem;
    padding: 10px 39px;
}
.tab-right-btn ul{
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.each-aanbod-contact {
    padding: 20px 20px 15px;
    background: #FFF;
    border-radius: 10px;
    background: #00304B;
}
.aanbod-contact-img {
    width: 55px;
    height: 55px;
    margin: 0px auto;
}
.aanbod-contact-img img {
    border-radius: 64px;
    overflow: hidden;
    height: 100%;
}
.aanbod-contact-info {
    padding-left: 5px;
}
.aanbod-contact-info h5{
    font-size: 1.8rem;
    line-height: normal;
    color: rgba(239, 239, 239, 1);
    margin-bottom: 8px;
    margin-top: 5px;
}
.aanbod-contact-info h6 {
    color: #FFF;
    margin-bottom: 5px;
    text-transform: none;
    font-family: 'WorkSans-Regular';
    font-size: 1.6rem;
    letter-spacing: 0.16px;
    line-height: 22px;
}
.aanbod-contact-info a {
    font-size: 1.6rem;
    color: rgba(239, 239, 239, 0.6);
    letter-spacing: 0.48px;
    font-family: 'WorkSans-Medium';
    line-height: 24px;
}
.aanbod-contact-info a:hover {
    color: #FFF;
}
.mobile-tab-slider {
    display: none;
}
.aanbod-dtl-list-sec{
    padding-top: 190px;
    padding-bottom: 77px;
    overflow: hidden;
}
.aanbod-dtl-list-heading{
    padding-bottom: 87px;
}
.aanbod-dtl-list-sec::after {
    background-position: -24px -6px;
}
.aanbod-dtl-product-slider-right .swiper{
    height: 100%;
}
.each-aanbod-dtl-product-slideview{
    height: 100%;
}
.aanbod-back_btn a{
    display: flex;
    column-gap: 10px;
    color: #151515;
    align-items: center;
    margin-bottom: 10px;
}
.aanbod-back_btn a::before {
    width: 25px;
    height: 25px;
    border: 1px solid #151515;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/backbtn-arrow.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}
.aanbod-back_btn a:hover {
    opacity: .8;
}
.aanbod-back_btn{
/* display: none;
    */
}
.kenmerken-tab {
    --row-count: 4;
}
.aboutus-heading h5{
    text-transform: uppercase;
}
.about-us-img-mid img {
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 345px;
    border-bottom-right-radius: 347px;
}
.overons-top-sec h5{
    text-transform: uppercase;
}
.overons-top-sec .about-us-img-sec h5{
    text-transform: none;
}
.Verkocht-list-sec .aanbod-list-car-content p{
    color: #15202E;
}
/* .form-main-area {
    padding: 54px 30px;
} */
.related-service-sec {
    padding-top: 188px;
}
.related-service-sec h2 {
    padding-bottom: 78px;
}
.diens-list-info-wrap {
    padding-bottom: 69px;
}
.diens-list-info-sec {
    padding-top: 83px;
}
/* .inner-banner-text {
    bottom: 198px;
} */
.team-heading {
    padding-bottom: 80px;
}
.each-form-left-content-wrap a br{
    margin-bottom: 6px;
}
.tab_container.tab-content{
    max-width: 1015px;
    margin-right: auto;
}
/* ******aanbod-dtl-form******* */
.aanbod-form-heading h2{
    color: #FFF;
    line-height: 48px;
    padding-bottom: 20px;
}
.aanbod-form-heading p{
    color: #FFF;
    margin-bottom: 9px;
}
.aanbod-detail .form-area > .row{
    margin-left: -25px;
    margin-right: -25px;
}
.aanbod-detail .form-area .col-lg-6{
    padding-left: 25px;
    padding-right: 25px;
}
.aanbod-detail .form-area .col-lg-12{
    padding-left: 17px;
    padding-right: 17px;
}
.aanbod-detail .form-button {
    padding-left: 15px;
}
.aanbod-detail .form-area .col-md-6{
    padding-left: 10px;
    padding-right: 10px;
}
.aanbod-detail .form-main-area .form-group.textarea{
    margin-bottom: 10px;
}
.aanbod-detail .form-main-area textarea.form-styl {
    min-height: 100px;
}
.aanbod-detail .form-main-area {
    padding: 54px 30px 20px;
}
.aanbod-detail .form-sec {
    padding-top: 105px;
}
.aanbod-detail .form-main-area .form-group {
    margin-bottom: 35px;
}
.aanbod-detail .form-area .form-group.focused label{
    margin-top: -26px;
}
/* ********** */
.aanbod-detail .home-product-slider{
    padding-top: 120px;
    position: relative;
}
.aanbod-detail .home-product-slider .common-arrow{
    width: 76px;
    height: 76px;
}
.aanbod-detail .home-product-slider .common-arrow:hover{
    background-color: rgba(0, 48, 75, 1);
    border-color: rgba(0, 48, 75, 1);
}
.aanbod-detail .home-product-slider .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -2.5%;
    top: 71%;
    z-index: 1;
}
.aanbod-detail .home-product-slider .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -2.5%;
    top: 71%;
    z-index: 1;
}
.aanbod-detail .home-product-slider{
    background-color: #FFF;
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */



/* ============= overons ========== */
.overons-mid{
    position: relative;
}
.over-ons-page .overons-mid .row{
    align-items: center;
}
.overons-mid:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/service_bg.svg), linear-gradient(180deg, #0C1520 6.5%, #0C1520 44.18%);
    background-position: center center;
    background-size: cover;
    z-index: -1;
}
.overons-mid .col-lg-7{
    width: 54%;
}
.overons-mid .col-lg-5{
    width: 46%;
}
.overons-mid-heading{
    text-align: center;
}
.overons-mid-heading h2{
    color: #fff;
}











/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
.inner-google-review{
    padding-top: 110px;
}
.inner-google-review::after{
    display: none;
}
/* *****Pechhulp-page******* */
/* .Pechhulp-page .diens-dtl-top-content h6{
    color: #1E1E1E;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'WorkSans-Regular';
}
.Pechhulp-page .diens-dtl-top-content {
    max-width: 726px;
}
.Pechhulp-page .diens-dtl-mid-area td {
    padding: 50px 65px;
} */
/* ******Auto-onderhoudsabbonement-page******* */
/* .Auto-onderhoudsabbonement-page .diens-dtl-top-content {
    max-width: 726px;
}
.Auto-onderhoudsabbonement-page .diens-dtl-top-content h6{
    color: #1E1E1E;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'WorkSans-Regular';
}
.Auto-onderhoudsabbonement-page .diens-dtl-mid-area td {
    padding: 50px 65px;
} */
/* **********oscar-autoverhuur-page********** */
/* .oscar-autoverhuur-page .diens-dtl-top-content {
    max-width: 720px;
}
.oscar-autoverhuur-page .diens-dtl-mid-area td {
    padding: 50px 65px;
} */
/* *******Werkplaats-dtl-top-sec***********/
.Werkplaats-dtl-top-sec .diens-dtl-top-content{
    max-width: 711px;
}
.related-service-slider .swiper-button-next:hover, .related-service-slider .swiper-button-prev:hover {
    border-color: #00304B;
}
.diens-dtl-mid-heading{
    max-width: 842px;
    margin-left: auto;
    margin-right: auto;
}
.diens-dtl-mid-heading p{
    padding-top: 20px;
    padding-bottom: 38px;
}
/* ****Airco-service-page*****
.Airco-service-page .Werkplaat-maken-mid-sec  td {
    width: 33.33%;
    padding: 0;
    background-color: transparent;
}
.Airco-service-page .Werkplaat-maken-mid-sec .diens-dtl-mid-area table {
    column-gap: 0;
    max-width: 1175px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
.Airco-service-page .diens-dtl-mid-area  tr {
    justify-content: space-between;
    border-bottom: 2px solid rgba(30, 30, 30, 0.10) ;
    box-shadow: none;
    column-gap: 0;
}
.Airco-service-page .diens-dtl-mid-area thead tr{
    border-radius: 10px;
    background: rgba(0, 48, 75, 0.1);
    border-bottom: 0;
}
.Airco-service-page .diens-dtl-mid-area thead tr th{
    color: #1E1E1E;
    font-size: 2.0rem;
}
.Airco-service-page .diens-dtl-mid-area tbody tr td:nth-child(2),
.Airco-service-page .diens-dtl-mid-area thead tr th:nth-child(2){
    padding-left: 8%;
}

.Airco-service-page .diens-dtl-mid-area table td{
    padding: 15px 32px;
    width: 100%;
    border-radius: 0;
    border-bottom: 0;
    border-right: 2px solid rgba(30, 30, 30, 0.10);
}
.Airco-service-page .diens-dtl-mid-area table td:first-child{
    width: 31%;
}
.Airco-service-page .diens-dtl-mid-area table td:last-child{
    width: 16%;
}
.Airco-service-page .diens-dtl-mid-area table th{
    width: 100%;
}
.Airco-service-page .diens-dtl-mid-area table th:first-child{
    width: 31%;
    border-right: 2px solid rgba(30, 30, 30, 0.10);
    padding: 12px 33px;
}
.Airco-service-page .diens-dtl-mid-area table th:last-child{
    width: 16%;
    border-left: 2px solid rgba(30, 30, 30, 0.10);
    padding: 12px 34px;
}
.Airco-service-page .diens-dtl-mid-area table td:last-child{
    border-right: none;
}
.Airco-service-page .diens-dtl-mid-area table td:last-child{
    border-right: none;
}
.Airco-service-page .table > :not(:first-child) {
    border-top: none;
}
.Airco-service-page .table > :not(caption) > * > * {
    padding: 12px 33px;
    background-color: var(--bs-table-bg);
    border-bottom-width: 0;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.Airco-service-page .diens-dtl-mid-heading h2{
    padding-bottom: 48px;
} */
.table > thead {
    vertical-align: bottom;
}
/* ********** */
/* .Bandenservice-page .diens-dtl-mid-area td {
    padding: 50px 58px;
}
.Bandenservice-page .diens-dtl-mid-area td:last-child {
    padding: 50px 96px;
}
.Onderhoud-elektrische-voertuigen-page .diens-dtl-top-content ul{
    padding-bottom: 15px;
}
.Onderhoud-elektrische-voertuigen-page .diens-dtl-mid-area td {
    padding: 50px 65px;
}
.Bedrijfswagenonderhoud-page .diens-dtl-mid-area td {
    padding: 50px 65px;
}
.Bedrijfswagenonderhoud-page .diens-dtl-mid-area td:last-child{
    padding: 50px 96px;
}
.Remvloeistofservice-page .diens-dtl-mid-area td:last-child {
    padding: 50px 96px;
}
.Remvloeistofservice-page .diens-dtl-mid-area td {
    padding: 50px 65px;
}
.Inlaatkleppen-reinigen-page .diens-dtl-mid-area td:last-child {
    padding: 50px 96px;
}
.Camper-APK-en-onderhoud-page .diens-dtl-mid-area td {
    padding: 50px 65px;
}
.Camper-APK-en-onderhoud-page .diens-dtl-mid-area td:last-child {
    padding: 50px 96px;
}
.Trekhaken-page .diens-dtl-mid-area td {
    padding: 50px 65px;
}
.Trekhaken-page .diens-dtl-mid-area td:last-child {
    padding: 50px 96px;
} */
/* ******contact-google-review-sec****** */
.contact-google-review-sec::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 972px;
    background: url('../images/diens-list-bg.svg') ;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-size: auto, auto;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}
.contact-google-review-sec{
    position: relative;
    padding-top: 115px;
    padding-bottom: 120px;
}
.contact-google-review-wrap{
    max-width: 1186px;
    margin-left: auto;
    margin-right: auto;
}
.each-contact-googlereview h6{
    font-size: 1.6rem;
    color: #1E1E1E;
    text-align: center;
    line-height: 28px;
    font-family: 'WorkSans-Bold';
}
.each-contact-googlereview p a{
    color: #1E1E1E;
    text-align: center;
    line-height: 28px;
}
.each-contact-googlereview p{
    margin-bottom: 0;
}
.contact-google-review-img{
    margin-top: 20px;
    max-width: 262px;
    margin-left: auto;
    margin-right: auto;
}
.each-contact-googlereview p a:hover {
    color: #467EC9;
}
/* =========verkocht-page========== */
.verkocht-top-sec{
    padding-top: 210px;
    padding-bottom: 80px;
    position: relative;
}
.verkocht-top-sec::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 972px;
    background: url('../images/diens-list-bg.svg') ;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-size: auto, auto;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}
.Verkocht-page .car_heading_left h5{
    padding-bottom: 6px;
}
.Verkocht-page .slider_img::before{
    display: none;
}
.Verkocht-page .slider_img::after{
    display: none;
}
.Verkocht-page .each_slider:hover {
  border-color: rgba(30, 30, 30, 0.23);
}
/* ========aanbod-dtl======= */
.aanbod-dtl-product-content-dtl-mobile td p{
    font-family: 'WorkSans-Bold';
}
.aanbod-dtl-product-content-dtl-mobile h5{
    color: rgba(30, 30, 30, 0.70);
    font-size: 1.4rem;
    line-height: normal;
    font-family: 'WorkSans-Regular';
}
.aanbod-dtl-product-content-dtl-mobile tr{
    display: flex;
    justify-content: space-between;
}




/* =============================================================================== */
/* ============= overons ========== */
.overons-mid{
    position: relative;
}
.overons-mid:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/service_bg.svg), linear-gradient(180deg, #0C1520 6.5%, #0C1520 44.18%);
    background-position: center center;
    background-size: cover;
    z-index: -1;
}
.overons-mid .col-lg-7{
    width: 53%;
}
.overons-mid .col-lg-5{
    width: 47%;
}
.overons-mid{
    padding: 104px 0 84px;
}
.overons-mid-heading{
    text-align: center;
    margin-bottom: 80px;
}
.overons-mid-heading h2{
    color: #fff;
}
.overons-mid-lft p{
    color: #fff;
    margin-bottom: 22px;
}
.overons-mid-lft h5{
    margin-bottom: 8px;
}
.overons-mid-lft{
    padding-right: 84px;
}
.overons-mid-lft li:not(:last-child){
    border-bottom: 2px solid rgba(255, 255, 255, 0.20);
    margin-bottom: 22px;
}
.each-team-member{
    position: relative;
}
.each-team-member-deg{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 32px 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    row-gap: 6px;
}
.each-team-member-deg h5{
    font-family: 'WorkSans-Bold';
    line-height: 32px ;
}
.each-team-member-deg p{
    color: #fff;
}
.team-member .container > .row{
    row-gap: 16px;
}
.team-member{
    padding: 120px 0 0;
}
.overons .home-about-us-sec{
    background-color: rgba(30, 30, 30, 0.02);
    padding-bottom: 12px;
}
.overons  .brand-marquee-sec{
    padding-top: 75px;
}


/* ********************popup******************** */
.modal-area .modal-dialog {
    max-width: 61%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(30, 30, 30, 0.50);
    backdrop-filter: blur(5px);
}
.modal-area .modal-content {
    border: 0;
    position: relative;
    background: #FDFDFD;
    border-radius: 10px;
    overflow: hidden;
}
.pop-up-image {
    height: 100%;
    position: relative;
    border-radius: 0 10px 10px 0;
}
.pop-up-image img {
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.modal-area .popup-content {
    padding: 0 73px 0 44px;
}
.modal-area .popup-content h2{
    margin-bottom: 20px;
}
.modal-area .popup-content h6{
    color: #FFF;
    font-size: 1.6rem;
    text-transform: none;
    font-family: 'ProximaNova-Regular';
    letter-spacing: 0.16px;
    line-height: 22px;
}
.modal-area .popup-content p{
    margin-bottom: 0;
}
.modal-content .col-lg-5 {
    width: 37%;
}
.modal-content .col-lg-7 {
    width: 63%;
}
.modal-area .popup-content li {
    padding-left: 15px;
    font-size: 1.6rem;
    line-height: 24px;
    position: relative;
}
.modal-area .popup-content ul {
    padding-left: 12px;
}
.modal-area .popup-content li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    background-color: #1E1E1E;
    background-size: 6px;
    height: 6px;
    width: 6px;
    border-radius: 100%;
}
.modal-content .close-img {
    position: absolute;
    top: 20px;
    right: 20px;
    height: auto;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 1;
}
.modal-content .close-img img {
    width: 32px;
}
/* .pop-up-image::after {
    background: linear-gradient(0deg, rgba(65, 65, 65, 0.40) 0%, rgba(65, 65, 65, 0.40) 100%);
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
} */
/* ========= thankyou ========== */
.thankyou-banner-content {
    position: absolute;
    top: auto;
    bottom: 97px;
    left: 0;
    width: 100%;
}
.thankyou-banner{
    position: relative;
}
.thankyou-banner-wrap h1{
    margin-bottom: 48px;
}





 /* ********************************* ADDITIONAL CSS ************************************************ */

/****aanbod dtl****/
.kenteken_np {
	background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
	background-repeat: no-repeat;
	background-position: left;
	padding: 4px 0 6px 44px;
	color: #000;
	background-size: 152px;
  }
  
  .star_icon h4{
	  padding-bottom: 10px;
	  text-transform: uppercase;
	  padding-top: 15px;
	  margin-bottom: 15px;
	  color: #15202E;
	  border-bottom: 1px solid #15202E;
	  text-transform: uppercase;
  }
  .star_icon p img{
	  width: 15px;
	  margin-top: -3px;
	  margin-right: 5px;
  }
  .star_icon p{
	  font-size: 16px;
	  color: #15202E;;
	  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;
  }
  /*******loader*****/
  #loader_section{
	display:none;
	width:100%;
	position: fixed;
	top: 0;
	background: #000000b8;
	z-index: 9999999;
	height: 100vh;
	padding: 30vh 0px;
  }
  #loader_section p{
	color:#fff;
	font-size:18px;
	text-align: center;
  }
  #loader_section img{
	width: 100px;
	margin-bottom: 25px;
  }
  
  /*********Morgen Footer************/
  .morgeninternet-footer {
	  background: #000000;
	  width: 100%;
	  height: 50px;
	  display: block;
	  text-align: center;
	  transition: 0.3s all;
  }
  
  .morgeninternet-footer:hover {
	  background: #202020;
	  transition: 0.3s all;
  }
  
  .morgeninternet-footer > img {
	  height: 30px;
	  padding-top: 15px;
  }
  
  .cookie_div{
	  position: fixed;
	  bottom: 0;
	  z-index: 999999;
	  width: 100%;
	  padding: 0px 0;
  }
  .cookie_div{
	  color:#9c9c9c;
	  font-size: 12px;
	  /*font-family: 'Calibri';*/
	  font-family: 'arial';
  }
  .cookie_div h4{
	  margin-bottom: 15px;
	  font-size: 13pt;
	  font-family: 'Calibri';
  }
  .cookie_div a{
	  color:#38b6be;
	  font-size: 10pt;
	  font-weight:bold;
	  margin-left:8px;
	  font-family: 'Calibri';
  }
  .cookie_div button{
	  color:#3c935c;
	  background:#dbffe8;
	  font-weight: bold;
	  border: 0;
	  padding: 10px 25px;
	  margin:5px 0;
	  cursor: pointer;
	  font-size: 12px;
	  /*font-family: 'Calibri';*/
	  font-family: 'arial';
  }
  .light_theme{
	  background:rgba(255, 255, 255, 0.83);
	  -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
	  box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
  }
  .dark_theme{
	  background: rgba(0, 0, 0, 0.78);
	  -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
	  box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
  }
  .light_theme h4{
	  color:#2a2a2a;
  }
  .dark_theme h4{
	  color:#c9c9c9;
  }



  .aanbod-loader {
	width: 45px;
	height: 40px;
	background: linear-gradient(#00304B calc(1*100%/6),#fff 0 calc(3*100%/6),#00304B 0),
			  linear-gradient(#00304B calc(2*100%/6),#fff 0 calc(4*100%/6),#00304B 0),
			  linear-gradient(#00304B calc(3*100%/6),#fff 0 calc(5*100%/6),#00304B 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: #101824;
  }

  .fixed-whatsapp-icon {
	 width: 70px;
	 height: 70px;
	 border-radius: 100%;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 position: fixed;
	 right: 10px;
	 bottom: 0px;
	 z-index: 999;
}

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

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

.notifcation {
	 position: relative;
}

.alert-number 
{
	 display: none;
	 position: absolute;
	 bottom: 43px;
	 right: 4px;
	 border-radius: 50%;
	 width: 17px;
	 height: 17px;
	 background-color: red;
	 color: white;
	 text-align: center;
	 font-size: small;
	 animation: shake 0.5s;
	 animation-iteration-count: 1;
}
.radio_filter .form-check-input {
     display: none;
 }

.calsty
{ border: 0; 
    width: 100%; 
    height: 600px; 
    background: transparent;
 }

/* lab lease booster css start */
.widget-btn-area{
	bottom: 2rem;
  	left: 3rem;
  	z-index: 99;
  	font-family: "Nunito Sans", sans-serif;
}
.widget-btn{
	border-radius: 10px;
  	background: #00304B;
	box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  	padding: 1.3rem 4rem 1.3rem 2.5rem;
  	font-size: 1.7rem;
  	cursor: pointer;
  	color: #fff;
  	font-weight: 600;
}	
.widget-btn span:after, .widget-mobile span:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	right: -20px;
	content: '';
	width: 1rem;
	height: 1rem;
	background: url(../images/next-white.svg) no-repeat center/ contain;
}
.widget-content{
	background: #00304B;
	padding: 4.5rem;
  	-webkit-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
  	border-radius: 20px;
  	width: 51rem;
  	display: none;
}
.arw-rotate{
	margin-top: -2.5rem;
  	margin-bottom: 1rem;
  	transform: rotate(-90deg);
	cursor:pointer;
}
.widget-content h4, .widget-content h5{
	text-transform: unset;
	color: #fff;
	letter-spacing: normal;
}
.widget-content h4{
  	font-weight: 500;
  	font-size: 2.4rem;
}
.widget-content h5{
	font-weight: 400;
	font-size: 1.7rem;
	margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
	text-decoration: underline;
	color: rgba(239, 239, 239, 0.6);
}
.widget-content button, .widget-mobile button{
	border-radius: 5px;
	color: #fff;
	border: 2px solid #fff;
  	background: #00304B;
	padding: 1.2rem 2rem;
	font-size: 1.7rem;
  	font-weight: 600;
	margin-right: .5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
}
.widget-content button:hover, .widget-mobile button:hover{
	background: #fff !important;
	border-color: #fff !important;
	color: #00304B !important;
}
.monthly_amount{
	cursor:pointer;
} 
.bottom-0{
	bottom: 0;
}
.start-0{
	left: 0;
}
/* lab lease booster css end */
.privacy_section {
    padding: 140px 0 170px;
}
body .form-main-area .error_cls,
body .form-main-area .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

/* ################### */
.airco-service-mid-sec  td {
    padding: 0;
    background-color: transparent;
}
.airco-service-mid-sec .diens-dtl-mid-area table {
    column-gap: 0;
    max-width: 1175px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
.airco-service-mid-sec  tr {
    justify-content: space-between;
    border-bottom: 2px solid rgba(30, 30, 30, 0.10) ;
    box-shadow: none;
    column-gap: 0;
}
.airco-service-mid-sec thead tr{
    border-radius: 10px;
    background: rgba(0, 48, 75, 0.1);
    border-bottom: 0;
}
.airco-service-mid-sec thead tr th{
    color: #1E1E1E;
    font-size: 2.0rem;
}
.airco-service-mid-sec tbody tr td:nth-child(2),
.airco-service-mid-sec thead tr th:nth-child(2){
    padding-left: 8%;
}
 
.airco-service-mid-sec table td{
    padding: 15px 32px;
    width: 100%;
    border-radius: 0;
    border-bottom: 0;
    border-right: 2px solid rgba(30, 30, 30, 0.10);
}
.airco-service-mid-sec table td:first-child{
    width: 31%;
}
.airco-service-mid-sec table td:last-child{
    width: 16%;
}
.airco-service-mid-sec table th{
    width: 100%;
}
.airco-service-mid-sec table th:first-child{
    width: 31%;
    border-right: 2px solid rgba(30, 30, 30, 0.10);
    padding: 12px 33px;
}
.airco-service-mid-sec table th:last-child{
    width: 16%;
    border-left: 2px solid rgba(30, 30, 30, 0.10);
    padding: 12px 34px;
}
.airco-service-mid-sec table td:last-child{
    border-right: none;
}
.airco-service-mid-sec table td:last-child{
    border-right: none;
}
.airco-service-mid-sec .table > :not(:first-child) {
    border-top: none;
}
.airco-service-mid-sec .table > :not(caption) > * > * {
    padding: 12px 33px;
    background-color: var(--bs-table-bg);
    border-bottom-width: 0;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.airco-service-mid-sec .diens-dtl-mid-heading h2{
    padding-bottom: 48px;
}
.airco-service-mid-sec .table > thead {
    vertical-align: bottom;
}
.inner-dtls-mid-sec .diens-dtl-mid-area td {
    padding: 50px 58px;
}
.inner-dtls-mid-sec .diens-dtl-mid-area td:last-child {
    padding: 50px 96px;
}
.inlaatkleppen-dtl-mid-sec .diens-dtl-mid-area td:last-child {
    padding: 50px 96px;
}
 

.home-page .google_review.inner-google-review::after{
    display: block;
}
.aanbod-page .select-style{
    background-color: #fff;
}
.overons-page .home-about-us-sec .row{
    justify-content:space-between;
}
.overons-page .home-about-us-sec{
    padding-bottom: 5px;
}
.inner-banner-sec{
    margin-top: 42px;
}
.diens-dtl-mid-sec::after{
    content: '';
    position: absolute;
    top: 73px;
    left: 0;
    width: 100%;
    height: 27%;
    background: url(../images/diens-list-bg.svg);
    background-position: center center;
    background-size: cover;
    z-index: -1;
}
.related-service-slider-wrap .swiper-button-next,
.related-service-slider-wrap .swiper-button-prev{
    display: flex !important;
}

.inner-diens-dtl-top-sec .diens-dtl-top-content h6{
    color: #1E1E1E;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'WorkSans-Regular';
}
.inner-diens-dtl-top-sec .diens-dtl-top-content {
    max-width: 726px;
}
.inner-diens-dtl-mid-sec .diens-dtl-mid-area td {
    padding: 50px 65px;
}

.airco-service-mid-sec .diens-dtl-mid-area {
    position: relative;
    max-width: 1175px;
    width: 100%;
    margin: 0 auto;
}
.aanbod-dtl-product-sec{
    overflow: hidden;
}
.aanbod-dtl-product-slider-thumbs{
    /* position: absolute; */
}
.aanbod-dtl-product-top-text h2,
.aanbod-dtl-price h2{
    font-size: 2.5rem;
}
.aanbod-dtl-product-wrap > .row{
    /* align-items: center; */
}
.star_icon p{

}
.mobile-nav{
    display: none;
}

.aanbod-page .aanbod-dtl-product-sec{
    padding-bottom: 40px;
}
.aanbod-dtl-product-slider-thumbs{
     width: 791px;
}
.aanbod-dtl-product-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.each-aanbod-dtl-product-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.review_heading{
    text-align: center;
    margin-bottom: 50px
}
#tab3 a{
 color: #467EC9;
}
#tab3 a:hover{
 color: #00304B;
}
.alert-number {
    bottom: 33px;
    right: -32px;
}
.fixed-whatsapp-icon .open_more_contact span{
    border: 1px solid #25d366;
}