@import "fonts.css";
@import "common-class.css";
body {
	margin: 0;
	padding: 0;
	background: #FAF9F6;
	font-family: 'PlusJakarta_Sans_Regular';
	color: #121212;
	font-size: 1.6rem;
    scroll-behavior: smooth;
}
html {
  font-size: 62.5%;
}
.cursor{
	cursor: pointer;
}
.grecaptcha-badge{
	display:none;
}
/* ====== main ====== */
main{
    margin-top: 158px;
}
/* ====== menu ===== */
.menu-icon {
    width: 25px;
    height: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    margin-left: auto;
    margin-right: 0;
}
.menu-icon span {
    display: block;
    height: 1.5px;
    background: #FA6405;
    /* border-radius: 2px; */
    transition: all 0.5s ;
}
.menu-icon.menu_active span:nth-child(1) {
    transform: rotate(45deg) translate(4.5px, 4.5px);
}
.menu-icon.menu_active span:nth-child(2) {
    opacity: 0;
}
.menu-icon.menu_active span:nth-child(3) {
    transform: rotate(-45deg) translate(4.5px, -4.5px)
}
/* ========= header ======= */
.header-area{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color:transparent;
    padding:  76px 0 36px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 99;
}
.header_scrolled {
   /* padding-top: 20px;*/
    padding-bottom:20px;
    background-color: #FAECE0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    }
.logo img{
    width: 271px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header_scrolled .logo img{
    transform: scale(.7) translateX(-21%);
}
.menu-right li a{
    font-family: 'PlusJakarta_Sans_Regular';
}
.menu-right ul{
    display: flex;
    align-items: center;
    column-gap: 23px;
    justify-content: end;
}
.menu-right {
    display: flex;
    justify-content: end;
    column-gap: 49px;
}
.menu-right-show{
    /* display: none; */
}
.headrer_contact_btn.d-none  {
    display: block !important;
}
.menu-right .dropdown-menu  {
    display: block !important;
    background-color: #FAF9F6;
    min-width: max-content;
    padding: 0;
    border: 0;
    border-radius: 0px 0px 10px 10px;
    display: block;
    pointer-events: none;
    top: 60px;
    left: -25px;
    opacity: 0;
    box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.10);
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-right .dropdown-menu li {
    color: #121212;
    font-family: 'PlusJakarta_Sans_Regular';
    font-size: 1.6rem;
}
.menu-right .dropdown-menu li a {
    color: #121212;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px 24px;
}
.menu-right .dropdown-menu li a:hover {
    background-color: #FA6405;
    color: #fff;
    border-color: #FA6405;
}
.menu-right .dropdown:hover .dropdown-menu {
    pointer-events: all;
    opacity: 1;
    top: 45px;
}
.menu-right .dropdown-toggle {
    padding-bottom: 30px;
}
.menu-right .dropdown-toggle::after {
    top: 2px;
    position: relative;
    display: none;
}
.header-top {
    background-color: #FA6405;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 7px 0 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-call {
    text-align: right;
}
.header-call p {
    color: #fff;
}
.header-call p img {
    margin-right: 10px;
}
.header-call p a {
    color: #fff;
}
.header-call p a:hover {
    color: #121212;
}
.header-usp {
   /* text-align: center;
    padding: 0 10px;*/
    padding: 0 10px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.header-usp img {
    margin-right: 20px;
}
.header-usp p {
    color: #fff;
}
/*.header_scrolled .header-top {
    opacity: 0;
}*/
/* ======== banner ===== */
.banner-content{
    max-width: 940px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    padding: 10px;
    text-align: center;
    transform: translate(-50% , -50%);
    z-index: 9;
}
.banner-content h1{
    color: #FAF9F6;
	text-align: left;
    font-size: 3rem;
}
.banner-content ul{
    display: flex;
    justify-content: center;
    column-gap: 14px;
    margin-top: 30px;
}
.each-banner {
    border-radius: 48px;
    overflow: hidden;
}
.banner-content .common_btn:not(.black_btn){
    background-color: #FA6405;
    border-color: #FA6405;
}
.banner-content .common_btn:not(.black_btn) .btn_content{
    color: #fff;
}
.banner-content .common_btn:not(.black_btn):hover .bubble{
    background-color: #121212;
}
.banner-content .common_btn:not(.black_btn):hover{
    border-color:#121212 ;
}
.scroll_arrow {
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    height: 50px;
    width: 40px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FA6405;
    border-radius: 40px;
    border: 2.5px solid #fff;
    cursor: pointer;
}
.mobile_banner_img{
    display: none;
}
/* ========= home-btm-sec ======== */
.common-heading >*{
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-family: 'PlusJakarta_Sans_ExtraBold';
}
.common-heading >*::after{
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 20px;
    width: 100%;
    background-image: url(../images/text_underline.svg);
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.home-btm-sec{
    padding: 70px 0 60px;
}
.home-btm-sec ul{
    display: flex;
    justify-content: center;
    column-gap: 14px;
    margin-top: 40px;
}
.home-btm-sec li button{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 22px 50px;
    border: 1.5px solid rgba(18, 18, 18, 0.11);
    border-radius: 10px;
    color: #121212;
    font-family: 'PlusJakarta_Sans_SemiBold';
    background-color: transparent;
    transition: all 0.5s;
    width: 100%;
}
.home-btm-sec li button img{
    width: 80px;   
}
.home-btm-sec li button:hover{
    background: #FAECE0;
    border: 1.5px solid rgba(250, 100, 5, 0.11);
}
.each-product-content{
    margin-top: 14px;
}
.each-product-content ul{
    display: flex;
    border-bottom:1.5px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 8px;
    position: relative;
    margin: 27px 0;
    /* column-gap: 10px;
    justify-content: space-around; */
	margin-bottom: 15px;
}
.each-product-content ul li{
    position: relative;
}
.each-product-content ul li:nth-child(2)::before,
.each-product-content ul li:nth-child(2):after{
    position: absolute;
    /* left:-10px; */
    left: 0px;
    top: 0;
    height: 90%;
    width: 1.5px;
    background-color: rgba(0, 0, 0, 0.05);
    content: "";
}
.each-product-content ul li:nth-child(2)::before {
    left: auto;
    /* right: -10px; */
    right: 0px;
}
.each-product-content ul li:nth-child(3)::before {
    position: absolute;
    /* left:-10px; */
    right: 0px;
    left: auto;
    top: 0;
    height: 90%;
    width: 1.5px;
    background-color: rgba(0, 0, 0, 0.05);
    content: "";
}
.each-product-content li:nth-child(3) {
    padding: 0 10px;
}
.each-product-slider:hover .common_btn {
    border-color: #FA6405;
    background: #FA6405;
}
.each-product-slider:hover .btn_content {
    color: #FAF9F6;
}
.each-product-slider a{
    padding: 12.9px;
    border-radius: 23px;
    border: 1.5px solid rgba(18, 18, 18, 0.11);
    background: #FAF9F6;
    display: block;
}
.each-product-content h5{
    font-family: 'PlusJakarta_Sans_SemiBold';
    line-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-content p{
    color: rgba(18, 18, 18, 0.50);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-content li img{
    width: 25px;
    height: 25px;   
}
.each-product-content li{
    color: #121212;
    font-family: 'PlusJakarta_Sans_Regular';
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 25%;
    text-align: center;
    /* word-break: break-word; */
    height: 4lh;
}
.each-product-content li:nth-child(2) {
    padding: 0 10px;
}
.each-product-slider:hover a{
    background-color: #FAECE0;
    border-color: rgba(250, 100, 5, 0.11);
}
.produc_sec{
    background: #FAF9F6;
    position: relative;
    border-radius: 66px;
    z-index: 1;
    padding-bottom: 100px;
}
.produc_sec .common-arrow {
    top: 42%;
}
.produc_sec .swiper-wrapper{
    transition: all 0.5s;
}
.produc_sec .swiper-button-prev{
    left: -60px;
}
.produc_sec .swiper-button-next{
    right: -60px;
}
.produc_sec_heading{
    margin-bottom: 40px;
}
.produc_sec_heading_content p{
    max-width: 517px;
    margin-left: auto;
    margin-right: 0;
}
.produc_sec_heading .common-heading >*{
    margin-left: 0;
}
.slider-btn {
    text-align: center;
    margin-top: 65px;
}
/* ======== home-service ======= */
.home_services{
    padding: 180px 0 ;
    background-color: #FAECE0;
    position: relative;
    z-index: 0;
    margin-top: -80px;
}
.home_services_heading{
    text-align: center;
}
.home_services_heading p{
    margin: 25px 0 38px;
}
.home_services_heading {
    max-width: 700px;
    margin: 0 auto;
}
.home_services_heading ul{
    display: flex;
    justify-content: center;
    column-gap: 14px;
}
.desk_top_service .swiper-wrapper{
    flex-wrap: wrap;
    transform: translate(0) !important;
    gap: 15px;
}
 .desk_top_service .swiper-slide{
    width: calc(50% - 7.5px) !important;  
}
.home_service_each_slide{
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
.home_service_each_slide_content{
    padding: 35px;
   background-color: transparent; 
    position: absolute;
    height: 100%;
    top: 45px   ;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: all 0.5s;
    z-index: 0;
}
.home_service_each_slide_content::after{
    position: absolute;
    left: 0;
    top:100%;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #FA6405;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: -1;
}
.home_service_each_slide:hover .home_service_each_slide_content::after{   
   top: 0;
}
.home_service_each_slide_content h3,
.home_service_each_slide_content p{
    color: #fff;
}
.home_service_each_slide_content p{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
    transition: all 0.5s;
}
.home_service_each_slide:hover .home_service_each_slide_content p{
    opacity: 1;
    -webkit-line-clamp: 5;
    margin-top: 15px;
}
.home_service_each_slide:hover .home_service_each_slide_content{
    top: 0;
}
.home_service_slide{
    margin-top: 61px;
}
/* =========== home_overons ===== */
.home_overons{
    background-color: #FAF9F6;
    /* border-radius: 66px; */
    border-top-left-radius: 66px;
    border-top-right-radius: 66px;
    position: relative;
    margin-top: -80px;
    padding: 100px 0 16px;
}
.home_overons_btm{
    margin-top: 80px;
}
.home_overons_btm_each_content h3{
    font-family: 'PlusJakarta_Sans_SemiBold';
    line-height: 32px;
    margin: 10px 0;
}
.home_overons_btm_left{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 20px;
}
.home_overons_btm_mid{
    height: 100%;
    border-radius: 176px;
    overflow: hidden;
}
.home_overons_btm_mid img{
    height: 100%;
    object-fit: cover;
}
.left{
    padding-right: 45px;
}
.right{
    padding-left: 45px;
}
.google_review{
    padding: 100px 0;
    border-bottom-left-radius: 66px;
    border-bottom-right-radius: 66px;
    background-color: #FAF9F6;
    position: relative;
    z-index: 2;
}
/* ============= footer ========= */
.footer_area{
    padding-bottom: 110px;
    padding-top: 160px;
    background-color: #FAECE0;
    position: relative;
    margin-top: -60px;
    z-index: 1;
}
.footer_logo img {
    width: 282px;
}
.social ul{
    display: flex;
    column-gap: 20px;
}
.social a{
    height: 45px;
    width: 45px;
    border: 1px solid #121212;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.social a:hover{
    background-color: #FA6405;
    border-color: #FA6405;
}
.social a img{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.social a:hover img{
    filter: invert(1);
}
.footer_review {
    margin: 50px 0 46px;
    overflow: hidden;
}
.footer_review iframe {
    width: 241px;
    height: 75px;
    background-color: #fff;
    border-radius: 10px;
}
.footer_review img{
    width: 241px;
    margin: 53px 0 46px;
}
.each-footer-right:has(.footer-table-content) {
    width: 100%;
}
.each-footer-right a{
    line-height: 24px;
}
.each-footer-right {
    width: 60%;
    flex-shrink: 0;
}
.footer-right {
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
    margin-left: auto;
    margin-right: 0;
    row-gap: 57px;
}
.footer-right-top{
    display: flex;
    width: 100%;
}
.footer-table-content{
    display: flex;
    width: 100%;
    align-items: start;
    gap: 30px;
}
.each-footer-right h5{
    margin-bottom: 10px;
}
/* .footer-table-content table{
    width: 100%;
} */
.footer-table-content td{
    line-height: 26px;
    vertical-align: top;
}
.privicy a{
    line-height: normal;    
}
.privicy{
    position: relative;
    top: -20px;
}
.footer_car{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    opacity: .3;
    width: 40%;
    pointer-events: none;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 45px !important;
}



/****inner-header****/
.inner-header{
    background: #FAECE0;
}
/********aanbod-list********/
.aanbod-filter-sec {
    padding: 102px 0 50px;
    position: relative;
    z-index: 3;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.main-filter-area {
    max-width: 750px;
    width: 100%;
}
.filter-left-area {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
}
.filter-main h4 {
    font-family: 'PlusJakarta_Sans_SemiBold';
    font-size: 1.8rem;
    line-height: 40px;
    letter-spacing: 0.18px;
}
.filter-left-title{
    width: 10%;
}
.main-filter-area{
    width: 88%;
}
.main-filter-area {
    max-width: 750px;
    width: 100%;
}
.main-filter-area .row{
    margin: 0 -6px;
}
.main-filter-area .col-lg-3 {
    padding: 0 6px;
}
.filter-reset a {
    color: #121212;
    font-size: 1.6rem;
    font-family: 'PlusJakarta_Sans_Medium';
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(100) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #FA6405;
}
.filter-reset a:hover img {
    filter: invert(58%) sepia(66%) saturate(1903%) hue-rotate(1deg) brightness(102%) contrast(96%);
}
.aanbod-filter-sec .select-style {
	width: 100%;
    height: 45px;
    color: #121212;
    font-family: 'PlusJakarta_Sans_Medium';
    font-size: 1.6rem;
	background-color: #FAF9F6;
    border: 1px solid #121212;
    border-radius: 100px;
    padding: 0 30px 0 28px;
    background: url(../images/filter-arrow.svg)  no-repeat 83% center/10px;
    appearance: none;
    line-height: 42px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    cursor: default;
}
.aanbod-filter-sec .select-style.show {
    border-radius: 10px 10px 0 0;
    border-color: #FA6405;
}
.aanbod-filter-sec .select-style:hover{
    border-color: #FA6405;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'PlusJakarta_Sans_Medium';
	background-color: #121212;
}
.filter-content {
    display: none;
    background-color: #FAF9F6;
    padding: 10px 8px 15px;
    z-index: 2;
    border: 1px solid #FA6405;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    margin-top: -5px !important;
    cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
    border-radius: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
    border-radius: 10px;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #121212;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'PlusJakarta_Sans_Medium';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #121212;
    opacity: 0.65;
    font-size: 1.3rem;
}
.aanbod-filter-sec .form-check-input{
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
    box-shadow: none;
    border: 1px solid #121212;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #FA6405;
    border-color: #FA6405;
}
.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: #121212;
    border-radius: 6px;
    background-color: #FA6405;
    font-family: 'PlusJakarta_Sans_Medium';
    font-size: 1.4rem;
    border: 1px solid #FA6405;
}
.cross-btn {
    width: 9px;
    filter: brightness(100);
}
.auto-overview-tag:hover {
	background-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-tag:hover .auto-overview-tag-content{
    color: #121212;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-tag:hover .cross-btn{
    filter: brightness(100)invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-filter {
	margin-bottom: 18px;
	width: 25%;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 101px;
    background-color: #FAECE0;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
}
.mobile-show-filter .common-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #4B6798;
    border-color: #4B6798;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #F9F8F6;
}
.filter-count {
    min-width: 20px;
    height: 20px;
    background-color: #FAECE0;
    border-radius: 100%;
    color: #121212;
    border: 1px solid #FAECE0;
    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: #FA6405;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #FAECE0;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #FAECE0;
}
.mobile-filter-close span img {
	width: 9px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.auto-overview-filter-result .total_search_records {
    margin-top: 0;
    background-color: #FA6405;
    border: 1px solid #FA6405;
    color: #FAF9F6;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #FAECE0;
    color: #121212;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
    column-gap: 10px;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'PlusJakarta_Sans_Medium';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
    width: 180px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.clear-filter-main {
    padding-left: 9%;
}
.filter-btn {
    border-radius: 100px;
    background: #FA6405;
    border: 1px solid #FA6405;
    color: #FAF9F6;
    width: max-content;
    padding: 12px 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-btn:hover{
    background: transparent;
    color: #121212;
}
.filter-btn:hover .filter-count{
    background: #FA6405;
    border-color: #FA6405;
    color: #FAF9F6;
}
.auto-overview-tag-content {
    color: #FAF9F6;
}
/***aanbod-list-sec***/
.aanbod-list-area .row {
    row-gap: 40px;
}
.aanbod-mid {

}
.aanbod-mid-wrap {
    background-color: #FA6405;
    border-radius: 23px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 44px;
}
.aanbod-mid-wrap li {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    display: flex;
    align-items: center;
}
.aanbod-mid-wrap li:last-child {
    border: 0;
    padding-bottom: 0;
}
.aanbod-mid-wrap li:first-child {
    padding-top: 0;
}
.aanbod-mid-wrap li p {
    color: #fff;
    font-family: 'PlusJakarta_Sans_Regular';
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 0;
}
.aanbod-mid-wrap li strong {
    margin-right: 14px;
    width: 38px;
    display: block;
}
.aanbod-mid-logo {
    text-align: center;
    margin-bottom: 37px;
}
.aanbod-mid-logo img {
    width: 206px;
}
/**********aanbod-dtl**********/
/***back-btn***/
.back-btn {
    padding: 50px 0 40px;
}
.txt-btn {
    font-family: 'PlusJakarta_Sans_Medium';
    color: #333;
    line-height: normal;
    position: relative;
    top: 0;
    padding-left: 46px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.txt-btn::after {
    content: "";
    height: 35px;
    width: 35px;
    font-family: 'PlusJakarta_Sans_Medium';
    position: absolute;
    left: 0;
    background-image: url(../images/txt-btn-arw.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 11px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #141414;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border: 1px solid #141414;
    border-radius: 35px;
}
.txt-btn:hover::after{
    background-color: #FA6405;
    border-color: #FA6405;
}
/***aanbod-dtl-top-sec***/
.aanbod-dtl-top-area .swiper-button-prev {
    left: -20px;
}
.aanbod-dtl-top-area .swiper-button-next {
    right: -20px;
}
.aanbod-dtl-slider-img {
    border-radius: 10px;
    overflow: hidden;
}
.aanbod-dtl-slider-btm {
    margin-top: 22px;
}
.each-small-img img{
    border-radius: 10px;
    overflow: hidden;
}
.aanbod-dtl-slider-btm .row{
    margin: 0 -6px;
}
.aanbod-dtl-slider-btm .col-lg-4 {
    padding: 0 6px;
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% - 18px);
    width: calc(100% - 16px);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: rgba(29, 29, 29, 0.50);
    backdrop-filter: blur(2px);
    margin: 11px 8px;
}
.overlay-content h3{
    font-family: 'PlusJakarta_Sans_Regular';
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 28px;
}
.overlay-content h3 strong{
    font-size: 2.8rem;
    font-weight: normal;
}
.aanbod-dtl-top-right h2{
    font-family: 'PlusJakarta_Sans_ExtraBold';
    line-height: 38px;
}
.aanbod-dtl-top-right p{
    color: rgba(18, 18, 18, 0.50);
}
.aanbod-dtl-top-right h5 {
    font-family: 'PlusJakarta_Sans_SemiBold';
    line-height: 24px;
    margin-top: 14px;
}
.aanbod-dtl-top-right h6{
    font-family: 'PlusJakarta_Sans_SemiBold';
    line-height: 24px;
    font-size: 1.8rem;
    font-weight: normal;
    color: #FA6405;
}
.aanbod-dtl-top-right h5 strong{
    color: #000;
}
.aanbod-dtl-top-right .each-product-content ul {
    border-bottom: 0;
    width: 100%;
    max-width: 340px;
    padding-left: 0;
    padding-right: 0;
    margin: 15px 0;
}
.aanbod-dtl-top-right .each-product-content ul::before {
    left: 24%;
}
.aanbod-dtl-top-right .each-product-content ul::after {
    left: 71%;
}
.aanbod-dtl-top-right .each-product-content li img {
    margin-bottom: 10px;
}
.mobile-aanbod-product{
    display: none;
}
.aanbod-dtl-top-btn .btn_content{
    font-family: 'PlusJakarta_Sans_Medium';
    line-height: normal;
    font-size: 1.6rem;
}
.aanbod-dtl-top-btn ul {
    display: flex;
    /*justify-content: space-between;*/
    column-gap: 12px;
}
.aanbod-dtl-contact-info img{
    border-radius: 100%;
    width: 72px;
    height: 73px;
}
.aanbod-dtl-contact-dtls {
    border: 1px solid rgba(18, 18, 18, 0.17);
    background: rgba(250, 100, 5, 0.10);
    border-radius: 10px;
    margin: 18px 0 15px;
    padding: 16px;
}
.aanbod-dtl-contact-info h6{
    color: #121212;
    font-family: 'PlusJakarta_Sans_Bold';
    font-size: 1.6rem;
    line-height: 26px;
}
.aanbod-dtl-contact-info a{
    color: rgba(18, 18, 18, 0.50);
    line-height: 26px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-contact-info a:hover{
    color: #FA6405;
}
.share-icon {
    text-align: end;
}
.share-icon {
    border-radius: 100px;
    border: 1px solid #141414;
    width: 41px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-right: 0;
    margin-left: auto;
}
.share-icon img {
    width: 15px;
    height: 16px;
}
.aanbod-dtl-btm-part li {
    position: relative;
    padding-left: 13px;
    margin-bottom: 7px;
    line-height: 26px;
}
.aanbod-dtl-btm-part li::after{
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-size: 5px;
}
.aanbod-dtl-top-right {
    padding-left: 38px;
}
/* .aanbod-dtl-top-right .each-product-content ul li:nth-child(2)::before {
    right: -40px;
}
.aanbod-dtl-top-right .each-product-content ul li:nth-child(2):after {
    left: -40px;
} */
/* .dtl-contact-info{
    padding-left: 4px;
} */
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 60px;
	margin-bottom: 38px;
    border: 0;
	justify-content: center;
}
.tab-btn ul.tabs li {
    position: relative;
    font-family: 'PlusJakarta_Sans_ExtraBold';
    font-size: 2.8rem;
	color: rgba(18, 18, 18, 0.50);
    padding-bottom: 3px;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
	line-height: 56px;
}
.tab-btn ul.tabs li.active span{
	color: #0D0D0D;
}
.tab-btn ul.tabs li.active span::after, ul.tabs li span:hover::after{
    opacity: 1;
}
.tab_content {
    display: none;
}
.tab_drawer_heading{
    display: none;
}
.dtl-tab-sec {
    padding: 87px 0 139px;
}
.tab_drawer_heading{
	display: none;
}
.tab-btn .tabs {
    display: flex;
    justify-content: center;
    column-gap: 39px;
    max-width: max-content;
    margin: auto;
    padding: 10px 0;
    overflow: hidden;
    margin-bottom: 18px;
}
.tab-btn .tabs li.active{
	color: #121212;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.kenmerken-tab li {
    line-height: 30px; 
	width: 33.33%;
	padding: 20px 34px;
	position: relative;
    font-family: 'PlusJakarta_Sans_Medium';
    color: #1D1D1D;
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}
.kenmerken-tab li strong {
    font-family: 'PlusJakarta_Sans_Regular';
    width: 50%;
    font-weight: normal;
	display: block;
	color: rgba(29, 29, 29, 0.70);
}
.kenmerken-tab li:nth-child(3n) {
    border-width: 0;
}
.kenmerken-tab li::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 200vw;
    left: -100vw;
    bottom: 0;
    background-color: #D9D9D9;
}
.kenmerken-tab{
	overflow: hidden;
	border-top:1px solid #D9D9D9;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #D9D9D9;
    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 li {
    padding-left: 16px;
    position: relative;
	margin-bottom: 10px;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 8px;
    position: absolute;
    top: 7px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FA6405;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #FA6405;
    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;
}
.each-onderhoud-block h5 {
    margin: 10px 0 30px;
    font-size: 1.6rem;
	text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn{
    font-family: 'PlusJakarta_Sans_Medium';
    line-height: normal;
    text-align: center;
    color: #FA6405;
    cursor: pointer;
    margin-top: 29px;
}
.tab-btm-btn:hover{
    color: #d75d10;
}
.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: 30px;
    background: #FAF9F6;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: 154px auto;
    padding: 0 58px;
    width: 100%;
    min-height: 68vh;
    border-bottom: 46px solid #FAF9F6;
}
.popup-cross{
    background: #121212;
    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: scroll;
    height: 100%;
    padding-bottom: 40px;
} */
.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: 30px;
    background: #FAF9F6;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 0 58px;
    width: 100%;
    height: 75vh;
}
.popup-cross{
    background: #121212;
    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: scroll;
    padding-bottom: 40px;
}
.tab-popup-content ul{
    margin-bottom: 33px;
}
.tab-popup-content ul:last-child{
    margin-bottom: 0;
}
.popup-cross img{
    width: 24px;
}
.tab-popup-area h2 {
    font-family: 'PlusJakarta_Sans_ExtraBold';
    line-height: normal;
    padding-top: 40px;
    margin-bottom: 29px;
}
.tab-popup-area p{
    color: rgba(18, 18, 18, 0.50);
    line-height: normal;
    padding-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tab-popup-content h3{
    font-family: 'PlusJakarta_Sans_ExtraBold';
    line-height: 56px;
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid rgba(18, 18, 18, 0.28);
    font-family: 'PlusJakarta_Sans_Medium';
    line-height: 30px;
    color: #1D1D1D;
    padding-bottom: 6px;
}
.tab-popup-content li strong{
    color: rgba(29, 29, 29, 0.70);
    width: 50%;
    font-weight: normal;
}
.show-popup{
    display: none;
}
/****form-sec****/
.form-sec {
    padding: 83px 0 92px;
    border-radius: 66px;
    background: #FAECE0;
    overflow: hidden;
}
.form-heading {
    margin-bottom: 67px;
}
.form-heading-left.common-heading >* {
    margin-left: 0;
}
.form-heading-left.common-heading >*::after {
    bottom: -10px;
}
.form-heading h2 {
    line-height: 42px;
}
.form-heading P {
    width: 100%;
    max-width: 431px;
    margin-left: auto;
    margin-right: 0;
}
.form-main-area .row{
    margin: 0 -13px;
    row-gap: 24px;
}
.form-main-area .col-lg-6, .form-main-area .col-lg-12 {
    padding: 0 13px;
}
.form-main-area .form-styl {
    resize: none;
    border-radius: 40px;
    border: none;
    color: #121212;
    font-family: 'PlusJakarta_Sans_Regular';
    font-size: 1.6rem;
    line-height: 26px;
    padding: 16px 29px;
    border: 1px solid rgba(18, 18, 18, 0.10);
    background: rgba(250, 249, 246, 0.70);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.form-main-area .form-styl:placeholder {
	color: rgba(18, 18, 18, 0.50);
}
.form-main-area .form-styl:-ms-input-placeholder {
	color: rgba(18, 18, 18, 0.50);
}
.form-main-area .form-styl::placeholder {
	color: rgba(18, 18, 18, 0.50);
}
.form-main-area .form-styl:focus {
    box-shadow: none;
    color: #121212;
    border: 1px solid rgba(18, 18, 18, 0.40);
	background: #FAF9F6;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    border-radius: 39px;
}
.form-main-area .foto_upload {
    color: rgba(18, 18, 18, 0.50);
}
.form-group textarea.form-control {
    min-height: 211px;
    border-radius: 30px;
}
.form-group textarea.form-styl:focus{
    border-radius: 39px;
}
.form-btn {
    text-align: center;
    margin-top: 40px;
}
/***aanbod-dtl-product-sec***/
.produc_sec.aanbod-dtl-product-sec {
    padding-top: 99px;
    padding-bottom: 0;
}
.aanbod-dtl-product-heading.common-heading {
    margin-bottom: 79px;
}
/**********diensten-list**********/
/***inner-banner***/
.inner-banner{
    position: relative;
    padding-top: 40px;
    padding-bottom: 82px;
}
.inner-banner img{
    border-radius: 40px;
    overflow: hidden;
}
.inner-banner .banner-content{
    top: 36%;
    transform: translateX(-50%);
}
/***diensten-list-service***/
.home_services.diensten-list-service{
    background: #FAF9F6;
    padding: 80px 0 4px;
}
.diensten-list-area .row{
    row-gap: 10px;
    margin: 0 -5px;
}
.diensten-list-area .col-lg-6{
    padding: 0 5px;
}
.diensten-list-area .home_service_each_slide_content {
    top: 84px;
}
.diensten-list-area .home_service_each_slide_content p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3lh;
}
/**********diensten-dtl**********/
/***dtl-top-sec***/
.dtl-back-btn, .dtl-top-sec{
    background: #FAECE0;
}
.dtl-top-sec {
    padding: 8px 0 58px;
    border-radius: 0px 0px 66px 66px;
    overflow: hidden;
}
.dtl-top-content h2{
    color: #121212;
    text-shadow: 0px 4px 6.1px rgba(0, 0, 0, 0.03);
    font-family: 'PlusJakarta_Sans_SemiBold';
    font-size: 6.4rem;
    line-height: 72px; 
    margin-bottom: 40px;
}
.dtl-top-content p{
    margin-bottom: 23px;
}
.dtl-top-content h5{
    font-family: 'PlusJakarta_Sans_Bold';
    font-size: 1.6rem;
    line-height: 25px;
}
.dtl-top-content p:last-child{
    margin-bottom: 0;
}
.dtl-top-img {
    padding-left: 51px;
}
.dtl-top-img img {
    border-radius: 20px;
    overflow: hidden;
}
.dtl-top-content li{
    position: relative;
    padding-left: 18px;
    margin-bottom: 9px;
}
.dtl-top-content li::after{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-size: 8px;
}
/***dtl-mid-sec***/
.dtl-mid-sec {
    padding: 81px 0 45px;
}
.dtl-mid-heading {
    margin-bottom: 49px;
}
.each-mid-dtls-area{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-mid-dtls-area img{
    border-radius: 23px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-mid-dtls-area:hover img {
    box-shadow: -1px 4px 12px 0px #fa640585;
}
.each-mid-dtls {
    padding: 17px 15px;
}
.each-mid-dtls h5{
    font-family: 'PlusJakarta_Sans_SemiBold';
    line-height: 32px;
    margin-bottom: 20px;
}
/***dtl-btm-slider-sec***/
.dtl-btm-slider-sec {
    padding-top: 99px;
  }
.dtl-btm-slider-heading{
    text-align: center;
    margin-bottom: 81px;
}
.dtl-btm-slider-heading h2{
    font-family: 'PlusJakarta_Sans_ExtraBold';
}
.dtl-btm-slider .home_service_each_slide_content {
    top: 35px;
}
.dtl-btm-slider .swiper-button-next {
    right: -54px;
}
.dtl-btm-slider .swiper-button-prev {
    left: -54px;
}
/***********werkplaats-dtl***********/
.werkplaats-dtl-top-sec {
    padding: 0 0 48px;
}
.werkplaats-dtl-top-sec .dtl-top-content h2 {
    margin-bottom: 15px;
}
.werkplaats-dtl-top-sec .dtl-top-content p {
    margin-bottom: 17px;
}
.werkplaats-dtl-top-sec .dtl-top-content h3 {
    font-family: 'PlusJakarta_Sans_SemiBold';
    line-height: 40px;
    margin-bottom: 6px;
}
/***********vacature-list***********/
.vacature-list-service .diensten-list-area .row{
    justify-content: center;
}
/***********vacature-dtl***********/
.vacature-dtl-mid-sec .dtl-mid-area .row{
    margin: 0 -37px;
}
.vacature-dtl-mid-sec .dtl-mid-area .col-lg-6 {
    padding: 0 37px;
}
.vacature-dtl-mid-sec .each-mid-dtls {
    padding: 33px 0 17px;
}
.vacature-dtl-mid-sec .each-mid-dtls h5 {
    font-size: 2.4rem;
}
.vacature-dtl-mid-sec .each-mid-dtls li {
    position: relative;
    padding-left: 17px;
    margin-bottom: 8px;
}
.vacature-dtl-mid-sec .each-mid-dtls li:last-child {
    margin-bottom: 0;
}
.vacature-dtl-mid-sec .each-mid-dtls li::after{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    left: 0;
    top: 8px;
    background: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-size: 8px;
}
.vacature-dtl-mid-sec {
    padding: 81px 0 77px;
}
/***********contact***********/
.map {
    height: 463px;
    overflow: hidden;
}
.form-sec.contact-form-sec {
    border-radius: 0;
    background: #FAF9F6;
}
.each-contact-dtls h5 {
    font-family: 'PlusJakarta_Sans_SemiBold';
    line-height: normal;
    margin-bottom: 24px;
}
.contact-btm-sec {
    padding: 15px 0 10px;
}
.contact-btm-area{
    position: relative;
}
.contact-btm-area::after{
    position: absolute;
    content: "";
    left: 29%;
    top: -40px;
    width: 1px;
    height: calc(100% + 40px);
    background: rgba(18, 18, 18, 0.11);
}
.contact-btm-area::before{
    position: absolute;
    content: "";
    right: 45%;
    top: -40px;
    width: 1px;
    height: calc(100% + 40px);
    background: rgba(18, 18, 18, 0.11);
}
.contact-btm-sec .footer-table-content table:first-child td:nth-child(odd) {
    width: 45%;
}
.contact-btm-sec table {
    width: 100%;
}
/***********verkocht***********/
.verkocht-top-sec {
    padding: 72px 0 50px;
}
.verkocht-heading.common-heading >* {
    margin-left: 0;
}
.verkocht-product-area .aanbod-list-area .row {
    row-gap: 50px;
}
.verkocht-product-area .each-product-slider{
    padding: 12.9px;
    border-radius: 23px;
    border: 1.5px solid rgba(18, 18, 18, 0.11);
    background: #FAF9F6;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.verkocht-product-area .each-product-slider:hover{
    background-color: #FAECE0;
    border-color: #FAECE0;
}
/***********over-ons***********/
.over-ons-banner .scroll_arrow {
    display: none;
}
.over-ons-top-heading {
    margin-bottom: 16px;
}
.over-ons-top-heading.common-heading >* {
    margin-left: 0;
}
.over-ons-top-right{
    padding-left: 19px;
}
.over-ons-accor-area .col-lg-7 {
    width: 51%;
}
.over-ons-accor-area .col-lg-5 {
    width: 49%;
}
.aacordion-img{
    height: 471px;
}
.aacordion-img img{
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
/***over-ons-accor-sec***/
.over-ons-accor-sec {
    padding: 128px 0 100px;
}
.accro_sec h3 strong{
    font-family: 'PlusJakarta_Sans_SemiBold';
    cursor: pointer;
    font-weight: normal;
}
/* .accro_sec li {
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 21px 20px 21px 32px;
    position: relative;
    border: 1.5px solid rgba(18, 18, 18, 0.11);
    background: #FAF9F6;
}
.accro_sec li img {
    position: absolute;
    left: 31px;
    top: 20px;
    width: 46px;
    height: 40px;
    display: block !important;
    display: block !important;
}
.accro_sec p{
    padding-right: 85px;
    display: none;
}
.show_accordian p,
.show_accordian h3{
    display: block;
}
.accro_sec li h3{
    padding-right: 10px;
    position: relative;
    padding-left: 68px;
    padding-right: 40px;
}
.accro_sec li h3::after {
    position: absolute;
    height: 35px;
    width: 35px;
    background-image: url(../images/down-arrw.svg);
    background-color: #121212;
    background-size: 21px;
    background-repeat: no-repeat;
    content: "";
    top: 2px;
    right: 0;
    transition: all 0.5s;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
}
.accro_sec .show_accordian{
    background-color: #FA6405;
}
.accro_sec li h4{
    font-family: 'PlusJakarta_Sans_SemiBold';
    font-size: 2.4rem;
    line-height: 40px;
    display: none;
    color: #fff;
    margin: 14px 0;
}
.show_accordian h3{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_accordian h3 strong{
    opacity: 0;
}
.accro_sec  .show_accordian h3::after{
    transform: rotate(-180deg);
    filter: invert(1);
}
.show_accordian img{
    filter: brightness(0) invert(1);
    display: block;
}
.accro_sec .show_accordian img{
    width: 53px;
}
.show_accordian p {
    color: #fff;
} */
.over-ons-accor-right {
    padding-left: 51px;
}
.over-ons-accor-right h3 {
    font-family: 'PlusJakarta_Sans_SemiBold';
    line-height: 25px;
}
.over-ons-accor-right li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 55px;
}
.over-ons-accor-right li::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    content: "";
    background-image: url(../images/star-icon.svg);
    background-size: 28px;
}
.over-ons-accor-right li:last-child {
    margin-bottom: 0;
}
.over-ons-top-left p a {
    text-decoration: underline;
}
/***over-ons-team-slider-sec***/
.over-ons-team-slider-sec{
    padding: 61px 0 67px;
    border-radius: 66px;
    background: #FAECE0;
}
.team-slider-title {
    margin-bottom: 70px;
}
.each-team-slider{
    padding: 10px 11px;
    border-radius: 23px;
    border: 1.5px solid rgba(18, 18, 18, 0.11);
    background: #FAF9F6;
    display: block;
}
.each-team-slider img{
    border-radius: 15px;
    overflow: hidden;
}
.each-team-content h3{
    font-family: 'PlusJakarta_Sans_SemiBold';
    line-height: 32px;
    margin-bottom: 5px;
}
.each-team-content {
    padding: 20px 0 4px;
}
.over-ons-team-slider .swiper-button-prev {
    left: -54px;
}
.over-ons-team-slider .swiper-button-next {
    right: -54px;
}
/***********bedankt***********/
.bedankt-banner {
    padding-bottom: 100px;
}
.bedankt-banner .banner-content {
    top: 37%;
}
.bedankt-banner .banner-content h1{
    color: #FFF;
    text-shadow: 0px 4px 6.1px rgba(0, 0, 0, 0.03);
    margin-bottom: 35px;
}
/********************************popup********************************/
.modal-area .modal-dialog {
    max-width: 43%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(18, 18, 18, 0.70);
    backdrop-filter: blur(12px);
}
.modal-area .modal-content {
    border: 0;
    border-radius: 15px;
    background-color: #fff;
    position: relative;
}
.pop-up-image {
    height: 100%;
    border-radius: 0px 10px 10px 0px;
    overflow: hidden;
}
.modal-area .popup-content {
    padding-top: 34px;
    overflow: hidden;
}
.modal-area .popup-content p{
    color: #141414;
    margin-bottom: 0;
}
.modal-area .popup-content h3 {
    line-height: 52px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    font-family: 'Exo2SemiBoldItalic';
    font-size: 4rem;
    margin: 12px 0 23px;
    width: 100%;
    max-width: 485px;
}
.modal-area .popup-content ul {
    margin-left: 20px;
    list-style-type: disc;
}
.modal-area .popup-content li {
    line-height: 26px;
    margin-bottom: 10px;
    color: #141414;
}
.modal-area .popup-content li::marker {
    color: #E52329;
}
.popup-info-btm p {
    margin-top: 17px;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: -13px;
    right: -10px;
    z-index: 1;
    font-size: 3rem;
    height: 44px;
    width: 44px;
    background-color: #FA6405;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100px;
}
.close-img:hover {
	color: FA6405;
}
.popup-area {
    border-radius: 15px;
    background: #FAF9F6;
    padding: 51px 53px;
}
.popup-top-content {
    height: 319px;
    border-radius: 15px;
    overflow: hidden;
    padding: 86px 52px;
}
.popup-top-content p{
    color: #FAF9F6;
    margin-bottom: 29px;
}
.popup-top-content h2{
    font-family: 'PlusJakarta_Sans_Bold';
    color: #FAF9F6;
    text-shadow: 0px 4px 6.1px rgba(0, 0, 0, 0.03);
    line-height: 36px;
}
.popup-btm-content {
    width: 100%;
    max-width: 415px;
    margin: 36px auto 0;
}
.popup-btm-content p:first-child {
    margin-bottom: 25px;
}

/*******loader*****/
    #loader_section{
    display:none;
    width:100%;
    position: fixed;
    top: 0;
    background: #000000b8;
    z-index: 9999999;
    height: 100vh;
    padding: 30vh 0px;
  }
  #loader_section p{
    color:#fff;
    font-size:18px;
    text-align: center;
  }
  #loader_section img{
    width: 100px;
    margin-bottom: 25px;
  }
  
  /*********Morgen Footer************/
  .morgeninternet-footer {
      background: #000000;
      width: 100%;
      height: 50px;
      display: block;
      text-align: center;
      transition: 0.3s all;
  }
  
  .morgeninternet-footer:hover {
      background: #202020;
      transition: 0.3s all;
  }
  
  .morgeninternet-footer > img {
      height: 30px;
      padding-top: 15px;
  }
  

  /****aanbod dtl****/
  .kenteken_np{
      background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
      background-repeat: no-repeat;
      background-position: left;
      padding: 4px 0 6px 44px;
      color: #000;
      background-size: 152px;
  }
  
  .star_icon h4{
      padding-bottom: 10px;
      padding-top: 15px;
      margin-bottom: 15px;
      color: #121212;
      border-bottom: 1px solid #D9D9D9;
      font-size: 2.4rem;
      line-height: 32px;
  }
  .star_icon p img{
      width: 15px;
      margin-top: -3px;
      margin-right: 5px;
  }
  .star_icon p{
      /* font-family: 'NunitoSansRegular';
      font-size: 16px; */
      color: #1b1b1b;
      padding-bottom: 6px;
      word-break: break-word;
  }
  .photo_contnt li img{
      width: 15px;
      margin-left: 5px;
  }
  .star_icon h3 {
      margin: 40px 0 30px;
  }
  .aanbod-detail-tab-sec .tab-content .star_icon p {
      margin: 0;
  }
  .bullet-panel h3 {
      margin-bottom: 30px;
  }
  .cursor{
      cursor:pointer;
  }
  /* .form-1, .form-2 {
      display:none;
      margin-top: 30px !important;
      margin: 0 auto 10px;
  }  */
  .form-1, .form-2 {
    display:none;
    margin-top: 30px !important;
    margin: 0 auto 10px;
    padding-top: 12rem;
} 
.dtl-aanbod-form .white-wrap{
  padding: 0 !important;
}

  .privacy_section{
      padding: 0 0 140px;
  }
  .cpnt {
      cursor: pointer;
  }
  .filter-clean img {
      width: 12px;
      margin-right: 10px;
      margin-bottom: 2px;
  }
  /* .error_top {
      margin-top: 10rem;
      margin-bottom: 20px;
  } */
  .load_img{
      width: 5rem;
  }
  .skiptranslate {
    height: 0;
    overflow: hidden;
    visibility: hidden !important;
}
.aanbod-loader {
	width: 45px;
	height: 40px;
	background: linear-gradient(#FA6405 calc(1*100%/6),#fff 0 calc(3*100%/6),#FA6405 0),
			  linear-gradient(#FA6405 calc(2*100%/6),#fff 0 calc(4*100%/6),#FA6405 0),
			  linear-gradient(#FA6405 calc(3*100%/6),#fff 0 calc(5*100%/6),#FA6405 0);
	background-size: 10px 400%;
	background-repeat: no-repeat;
	animation: matrix 1s infinite linear;
  }
  @keyframes matrix {
	0% {
	  background-position: 0% 100%, 50% 100%, 100% 100%
	}
  
	100% {
	  background-position: 0% 0%, 50% 0%, 100% 0%
	}
  }
  .load_aanbod{
	justify-content: center;
    display: flex;
    column-gap: 3rem;
    align-items: center;
    color: #000000;
  }
  iframe.calsty {
    height: 800px;
    width: 100%;
}

/*calculator Iframe*/
@media(max-width: 991px) and (min-width: 768px){
	.calsty {
	height: 975px !important;
}
}
@media(max-width: 767px) and (min-width: 480px){
	.calsty {
	height: 721px !important;
}
}
@media (max-width: 767.98px) {
  .privacy_section {
      padding-bottom: 80px;
  }
  .privacy_section p {
		word-break: break-word;
	}
}

@media(max-width: 479px){
	.calsty {
	height: 767px !important;
}
}

.share-social-media-button .a2a_dd svg {
    margin-right: 3px !important;
    position: relative;
    top: -1px;
}
.review_right p,
.review_right {
    color: #FFF;
    font-family: 'PlusJakarta_Sans_Medium';
    line-height: normal;
    font-size: 10px;
}
.review_tick{
    width: 27px;
    flex-shrink: 0;
}
.review_tick img{
    width: 23px;
}
/*.review_right img{
    width: 11px;
    height: 9px;
    margin-bottom: 4px;
}*/
.header-review {
    column-gap: 3px;
}
.reviev_star {
    display: flex;
    justify-content: space-between;
    align-items: end;
    column-gap:3px;
}
.inruil-tool{
    padding-top: 70px;
}
.header-usp .swiper {
    height: 30px;
    margin-right: auto;
    margin-left: 0;
}
.each-product-content li {
    font-size: 1.4rem;
}
.km-stad{
	text-align: center;
	color: #121212;
	color: rgba(18, 18, 18, 0.50);
	font-family: "PlusJakarta_Sans_Regular";
	line-height: 24px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.side_logo{
    position: fixed;
    top: 30%;
    right: 0px;
    z-index: 9999;
}
.car-design1{
    width: 177px;
}
.form-main-area select{
    color: rgba(5, 25, 29, 0.5) !important;
 }
 .form-main-area .selected-form,
 .form-main-area option{
    color: #121212 !important;
 }

 .over-ons-top-left p:last-child {
    margin-top: 20px;
}
