body {
	padding: 0px;
	margin: 0px;
    color: #241E1E;
    font-family: 'Epilogue-Regular';
    font-size: 1.6rem;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
/****cookie-fix****/
.cmn-cookie-info ul {
    margin-bottom: 0;
}
.cmn-cookie-info li {
    padding-left: 0;
    margin-bottom: 0;
}
.cmn-cookie-info li::after {
    display: none;
}
.cookie-close img {
    width: 15px;
}
/***header-area****/
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
}
.header-main {
    padding: 29px 0;
}
.company-logo {
    width: 306px;
}
.company-partner {
    width: 106px;
}
.header-logo ul {
    display: flex;
    margin-bottom: 0;
    align-items: center;
}
.header-logo li {
    margin-bottom: 0;
    margin-right: 25px;
    padding-right: 25px;
    padding-left: 0;
}
.header-logo li::after {
    content: "";
    height: 60%;
    width: 1px;
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.header-logo li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.header-logo li:last-child::after {
    display: none;
}
.header-nav ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
}
.header-nav li {
    font-family: 'Epilogue-Medium';
    margin-bottom: 0;
    padding-left: 0;
}
.header-nav li::after {
    display: none;
}
.header-nav li a:hover {
    color: #00A761;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}
.menu-bar {
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid #0077C3;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #0077C3;
    line-height: 24px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar strong {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 16px;
}
.menu-bar span {
    width: 16px;
    height: 1px;
    display: block;
    border-radius: 5px;
    background-color: #0077C3;
    margin: 1px 0;
}
.header-info {
    padding: 24px 0;
    background-color: #00A761;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-info ul {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
    column-gap: 34px;
}
.header-info li {
    padding-left: 0;
    margin-bottom: 0;
}
.header-info li::after {
    display: none;
}
.header-info li a {
    font-size: 1.4rem;
    color: #fff;
}
.header-info li a:hover {
    color: #241E1E;
}
.header-info li img {
    margin-right: 8px;
}
.header-active {
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
.header-active .header-info {
    height: 0;
    overflow: hidden;
    padding: 0;
}
/****mega-menu****/
.mega-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 200px 0 50px;
    background-color: #fff;
    z-index: -1;
    clip-path: inset(0 0 100% 0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mega-menu-nav.d-none.d-lg-block {
    /* height: 100%; */
    /* height: 450px; */
    height: 470px;
    overflow-y: auto;
    overflow-x: clip;
}
.mega-menu-nav li:last-child {
    padding: 11px 19px;
    background-color: #00A761;
    border-color: #00A761;
    color: #fff;
    max-width: max-content;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mega-menu-nav li:last-child:hover {
    background-color: #241E1E;
    border-color: #241E1E;
}
.mega-menu-nav li:last-child a {
    color: #fff;
}
.mega-menu-nav li:last-child::before {
    content: "";
    height: 20px;
    width: 27px;
    background-image: url(../images/j-btn.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 27px;
    margin-right: 7px;
    display: inline-block;
    position: relative;
    top: 2px;
}
.mega-menu-nav li:last-child a::after {
    display: none;
}
.mega-menu .container {
    height: 100%;
}
.mega-menu-wrap {
    height: 100%;
    /* overflow-y: auto; */
    overflow-x: clip;
    /* overflow-y: hidden; */
    padding: 18px 10px;
    overflow-y: auto;
}
.mega-menu-wrap::-webkit-scrollbar {
    width: 10px;
    background-color: #d4d4d4;
    border-radius: 50px;
}
.mega-menu-wrap::-webkit-scrollbar-thumb {
    background-color: #a0a0a0; 
    border-radius: 50px;
}
.mega-menu-nav {
    position: relative;
    padding-left: 46px;
}
.mega-menu-nav::after {
    content: "";
    height: 100%;
    width: 10px;
    border-radius: 50px;
    background-color: #F5F5F5;
    position: absolute;
    left: 0;
    top: 0;
}
.mega-menu-nav ul {
    margin-bottom: 0;
}
.mega-menu-nav li {
    color: #241E1E;
    font-family: 'Epilogue-Medium';
    font-size: 2.8rem;
    line-height: normal;
    margin-bottom: 22px;
    padding-left: 0;
}
.mega-menu-nav li:last-child {
    margin-bottom: 0;
}
.mega-menu-nav li::after {
    display: none;
}
.mega-menu-nav li a {
    position: relative;
}
.mega-menu-nav li a::after {
    content: "";
    height: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0077C3;
    position: absolute;
    left: -45px;
    width: 9px;
    border-radius: 50px;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mega-menu-nav li a:hover::after,
.mega-menu-nav li a.active::after {
    height: calc(100% + 80%)
}
.mega-menu-img {
    border-radius: 20px;
    overflow: hidden;
    max-width: 750px;
    width: 100%;
    margin-left: auto;
    height: 440px;
}
.each-mega-menu-img {
    height: 100%;
}
.each-mega-menu-img img {
    height: 100%;
    object-fit: cover;
}
.mega-menu .footer-social {
    margin-top: 30px;
}
.mega-menu-mark {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
}
.menu-bar-active span:nth-child(1) {
    transform: rotate(-48deg);
    margin-bottom: 0;
    position: relative;
    top: 2px;
}
.menu-bar-active span:nth-child(3) {
    transform: rotate(-135deg);
}
.menu-bar-active span:nth-child(2) {
    display: none;
}
.mega-menu-active {
    clip-path: inset(0 0 0 0);
}
/****fix-wp***/
.fix-wp {
    position: fixed;
    height: 48px;
    width: 48px;
    background-color: #25D366;
    border-radius: 100%;
    z-index: 98;
    bottom: 20px;
    right: 30px;
}
.fix-wp img {
    width: 22px;
}
.fix-wp a {
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* --------- Home Page Start Here --------- */
/*****banner-sec***/
.banner-sec {
    padding-top: 233px;
}
.banner-wrap {
	position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.banner-video, .each-banner {
	height: 629px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.each-banner {
    position: relative;
}
.each-banner::after {
    position: absolute;
    content: '';
    background: linear-gradient(0deg, rgba(36, 30, 30, 0.50) 0%, rgba(36, 30, 30, 0.50) 100%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.banner-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
}
.banner-content p {
    color: #fff;
    margin: 10px 0 45px;
    max-width: 575px;
    width: 100%;
}
.banner-content .common-btn {
    margin-right: 14px;
}
.banner-content-wrap {
    padding: 0 42px;
    max-width: 780px;
    width: 100%;
}
/******product-sec*****/
.product-sec {
    padding: 85px 0;
    overflow: hidden;
}
.product-wrap {
    border-radius: 20px;
    border: 1px solid rgba(26, 45, 55, 0.05);
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.05);
    padding: 31px 75px;
}
.product-big-img {
    border-radius: 20px;
    overflow: hidden;
}
.each-product-small-img {
    border-radius: 10px;
    overflow: hidden;
}
.product-small-img {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: calc(100% - 5px);
}
.product-small-img img {
    height: 100%;
    object-fit: cover;
}
.product-wrap .col-lg-7 {
    width: 54%;
}
.product-wrap .col-lg-5 {
    width: 46%;
}
.each-product-main .row {
    margin: 0 -5px;
}
.each-product-main .col-lg-3,
.each-product-main .col-lg-9 {
    padding: 0 5px;
}
.product-right {
    padding-left: 32px;
}
.product-heading p {
    margin: 15px 0 0;
}
.product-arrow {
    height: 44px;
    width: 44px;
    border-radius: 100%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text {
    border-radius: 20px;
    background-color: #0077C3;
    padding: 21px 40px 0;
    overflow: hidden;
    margin-top: 11px;
}
.each-product-model {
    position: relative;
    padding-right: 80px;
}
.each-product-model .product-arrow {
    position: absolute;
    right: 0;
    top: 6px;
}
.each-product-model .product-arrow img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-model h3 {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-model p {
    color: rgba(255, 255, 255, 0.60);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 8px 0 0;
}
.each-product-info {
    position: relative;
    margin-top: 20px;
}
.each-product-info::after {
    content: "";
    height: 1px;
    width:100vw;
	margin-left:-50vw;
	left:50%;
	position:absolute;
    background-color: rgba(255, 255, 255, 0.07);
    top: 0;
}
.each-product-info table {
    width: 100%;
}
.each-product-info td {
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Epilogue-Regular';
    font-size: 1.6rem;
    line-height: 22px;
    padding: 20px 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.07);
    vertical-align: top;
}
.each-product-info td strong {
    font-weight: normal;
    color: #fff;
    font-family: 'Epilogue-Medium';
    display: block;
    margin-top: 5px;
}
.each-product-info tr{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.each-product-info td:first-child {
    padding-left: 0 !important;
}
.each-product-info td:last-child {
    padding-right: 0 !important;
    border-right: 0;
}
.each-product-info td h4 {
    text-align: right;
    color: #fff;
}
.each-product-info td h4 strong {
    font-size: 1.6rem;
    line-height: 22px;
}
.each-product-main:hover .each-product-model .product-arrow {
    background-color: #fff;
}
.each-product-main:hover .each-product-model .product-arrow img {
    filter: invert(1) brightness(0);
}
.product-heading {
    margin-bottom: 47px;
}
.each-product-thumb {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 15px 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-thumb h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-thumb p {
    color: #1A2D37;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px 0 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-thumb:hover,
.product-thumbs .swiper-slide-thumb-active .each-product-thumb {
    background-color: #0077C3;
    border-color: #0077C3;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
}
.each-product-thumb:hover h4,
.each-product-thumb:hover p,
.product-thumbs .swiper-slide-thumb-active .each-product-thumb h4,
.product-thumbs .swiper-slide-thumb-active .each-product-thumb p {
    color: #fff;
}
.product-thumbs {
    /* height: 388px;
    overflow-y: auto;
    padding-right: 10px; */
    padding-right: 20px;
    height: 388px;
}
.product-thumbs-wrap {
    position: relative;
}
.product-thumbs-wrap::after {
    content: "";
    height: 60%;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 89.38%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}
.product-thumbs .swiper-wrapper {
    overflow: hidden;
    height: auto;
}
.product-thumbs .swiper-scrollbar {
    background-color: #F5F5F5;
    width: 9px;
}
.product-thumbs .swiper-scrollbar-drag {
    background-color: #0077C3;
} 
/* .product-thumbs::-webkit-scrollbar {
    width: 9px;
    background-color: #F5F5F5;
    border-radius: 50px;
}
.product-thumbs::-webkit-scrollbar-thumb {
    background-color: #0077C3; 
    border-radius: 50px;
} */
.product-control {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}
.product-control .common-arrow {
    position: initial;
    margin: 0;
}
.product-control .swiper-button-prev {
    transform: rotate(90deg);
}
.product-control .swiper-button-next {
    transform: rotate(90deg);
}
.product-btm .common-btn {
    background-color: #241E1E;
    border-color: #241E1E;
    color: #fff;
}
.product-btm .common-btn:hover {
    background-color: #0077C3;
    border-color: #0077C3;
}
.product-control .common-arrow:hover {
    background-color: #241E1E;
    border-color: #241E1E;
}
/***********usp-marquee************/
.usp-marquee-sec {
	position: relative;
	width: 100%;
}
.usp-marquee-outer {
    padding: 20px;
    background-color: #00A761;
    overflow: hidden;
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 144px;
}
.usp-marquee-wrap ul {
	display: flex;
	gap: 144px; 
	padding: 0;
	margin: 0;
	list-style: none;
}
.usp-marquee-wrap li {
	white-space: nowrap;
	line-height: normal;
    color: #fff;
    font-family: 'Epilogue-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.18px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
}
.usp-marquee-wrap li::after {
	content: "";
	height: 16px;
	width: 16px;
	position: absolute;
	left: 0;
	top: 2px;
    background-image: url(../images/usp-icon.svg);
    background-position: center center;
    background-size: 16px;
    background-repeat: no-repeat;
    background-color: transparent;
}
/*****service-sec****/
.service-sec {
    padding: 92px 0 120px;
    overflow: hidden;
}
.service-heading-left {
    max-width: 640px;
    width: 100%;
}
.service-heading-btn{
    text-align: right;
}
.service-heading p {
    margin: 15px 0 0;
    color: rgba(26, 45, 55, 0.80);
}
.service-heading {
    padding-bottom: 60px;
}
.service-slider {
    padding-bottom: 60px;
    border-bottom: 1px solid #C2C2C2;
}
.service-main .swiper-slide{
    transition: width 0.5s ease;
    height: 100%;  
}
.service-slider .swiper-slide.service-active {
    width: 46% !important;
}
.service-slider .swiper-slide:not(.service-active) {
    width: 25.5% !important;
}
.service-slider .swiper-slide.swiper-slide-active {
    width: 46% !important;
}
.service-slider-active .swiper-slide.swiper-slide-active {
     width: 25.5% !important;
}
.each-service-img{
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 28px;
    overflow: hidden;
}
.each-service-img::after {
    position: absolute;
    content: "";
    background-image: url(../images/image-arrow-left.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 28px;
    width: 28px;
    height: 60px;
    top: 50%;
    left: -1px;
    transform: translateY(-50%);
}
.each-service-img::before {
    position: absolute;
    content: "";
    background-image: url(../images/image-arrow-left.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 28px;
    width: 28px;
    height: 60px;
    top: 50%;
    right: -1px;
    transform: rotateY(190deg) translateY(-50%);
}
.each-service-img img{
    height: 100%;
    object-fit: cover;
}
.each-service {
    border-radius: 20px;
    padding: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 391px;
    background-color: #0077C3;
    transition: 0.4s ease-in-out;
}
.each-service .babble-img {
    position: absolute;
    bottom: 0;
    right: 0;
}
.swiper-slide.service-active.swiper-slide-active .each-service .babble-img{
    display: none;
}
.swiper-slide.service-active .each-service .babble-img{
    display: none;
}
.swiper-slide.swiper-slide-active .each-service .babble-img{
    display: none;
}
.service-slider-active .swiper-slide.swiper-slide-active .each-service .babble-img{
    display: block;
}
.each-service-content img {
    margin-bottom: 30px;
    transition: 0.4s ease-in-out;
    display: none;
}
.each-service-content h3{
    margin-bottom: 12px;
    color: #FFFFFF;
}
.each-service-content p{
    color: #FFFFFF;
    transition: 0.4s ease-in-out;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 15px;
    padding-right: 0px;
    max-width: 294px;
}
.each-service-wrap{
    height: 100%;
}
.each-service .row{
    --bs-gutter-y: 0;
    --bs-gutter-x: 43px;
    height: 100%;
}
.swiper-slide-active .each-service{
    background-color: #241E1E;
    transition: 0.4s ease-in-out;
}
.swiper-slide .each-service .row .col-lg-6:nth-child(1){
    width: 100%;
    height: 100%;
    transition: 0.4s ease-in-out;
}
.swiper-slide .each-service .row .col-lg-6:nth-child(2){
    opacity: 0;
    width: 0%;
    height: 100%;
    transition: 0.4s ease-in-out;
}
.swiper-slide-active .each-service .row .col-lg-6:nth-child(1) {
    width: 55%;
    height: 100%;
}
.swiper-slide-active .each-service .row .col-lg-6:nth-child(2){
    opacity: 1;
    width: 45%;
    height: 100%;
}
.service-slider-active .swiper-slide.service-active .each-service .row .col-lg-6:nth-child(1){
     width: 55%;
}
.service-slider-active .swiper-slide.service-active .each-service .row .col-lg-6:nth-child(2){
     opacity: 1;
     width: 45%;
}
.service-slider-active .swiper-slide.swiper-slide-active .each-service .row .col-lg-6:nth-child(1){
    width: 100%;
}
.service-slider-active .swiper-slide.swiper-slide-active .each-service .row .col-lg-6:nth-child(2){
    opacity: 0;
    width: 0%;
}
.service-slider-active .swiper-slide.swiper-slide-active .each-service{
    background-color: #0077C3;
    transition: 0.4s ease-in-out;
}
.swiper-slide.service-active .each-service{
    background-color: #241E1E;
    transition: 0.4s ease-in-out;
}
.service-slider-active .swiper-slide.service-active .each-service .row .col-lg-6:nth-child(1) .each-service-content img{
    display: block;
}
.swiper-slide-active .each-service .row .col-lg-6:nth-child(1) .each-service-content img{
    display: block;
}
.service-slider-active .swiper-slide.swiper-slide-active .each-service .row .col-lg-6:nth-child(1) .each-service-content img{
   display: none;
}
.service-main  .swiper-button-next {
    right: -77px;
    top: 50%;
    transform: translateY(-50%);
}
.service-main  .swiper-button-prev {
    left: -77px;
    top: 50%;
    transform: translateY(-50%);
}
.service-repalec-btn .service-swiper-mb-btn{
    display: none;
}
/****about-se****/
.each-counter {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    min-height: 150px;
    gap: 20px;
    margin-bottom: 14px;
}
.each-counter:last-child {
    margin-bottom: 0;
}
.each-counter-img {
    min-width: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #00A761;
    padding: 10px;
}
.each-counter-text {
    padding: 28px 28px 28px 0;
    position: relative;
    width: calc(100% - 100px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.each-counter-text::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 0 10px 10px 0;
	border: 1px solid transparent;
    border-left: 0;
    background: linear-gradient(90deg,rgba(238, 211, 106, 0) 0%, rgba(0, 78, 137, 1) 100%) border-box;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
    pointer-events: none;
}
.each-counter-text h3 {
    font-size: 3.6rem;
    margin-bottom: 6px;
    line-height: normal;
}
.each-counter-text h6 {
    color: rgba(26, 45, 55, 0.8);
}
.about-mid {
    position: relative;
    height: 100%;
}
.about-mid-img {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.about-mid-img img {
    height: 100%;
    object-fit: cover;
}
.about-rotate {
    height: 150px;
    width: 150px;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    right: -65px;
    top: -65px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about-rotate-text {
    height: calc(100% - 25px);
    width: calc(100% - 25px);
    animation: rotate 10s linear infinite;
}
.about-rotate::after {
    content: "";
    height: 61px;
    width: 61px;
    background-color: #0077C3;
    border-radius: 100%;
    background-image: url(../images/about-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about-rotate:hover,
.about-rotate:hover .about-rotate::after  {
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.about-sec .col-lg-3 {
    width: 23%;
}
.about-sec .col-lg-4 {
    width: 35%;
}
.about-text {
    padding-left: 50px;
    padding-top: 56px;
}
.about-text h2 {
    margin-bottom: 15px;
}
.about-text .common-btn {
    margin-top: 15px;
}
/*****benefit-sec****/
.benefit-sec {
    padding: 60px 0;
}
.benefit-wrap {
    border-radius: 20px;
    border: 2px solid #fff;
    background: linear-gradient(61deg, rgba(0, 167, 97, 0.10) -3.45%, rgba(255, 255, 255, 0.20) 46.02%, #fff 82.39%);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05);
    padding: 15px 15px 15px 86px;
    position: relative;
}
.benefit-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}
.benefit-bg img {
    height: 100%;
    object-fit: cover;
}
.benefit-heading img {
    width: 117px;
    margin-bottom: 40px;
}
.benefit-heading p {
    color: rgba(36, 30, 30, 0.8);
    margin: 8px 0 50px;
    max-width: 437px;
    width: 100%;
}
.benefit-main {
    max-width: 788px;
    width: 100%;
    margin-left: auto;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.benefit-main table {
    width: 100%;
}
.benefit-main tr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.benefit-main td {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 35px;
    min-height: 149px;
}
.benefit-main table td:nth-child(4n+2),
.benefit-main table td:nth-child(4n+3) {
    background-color: #F7FBEA;
}
.benefit-main td p {
    margin-bottom: 0;
    color: rgba(16, 24, 36, 0.7);
}
/****review-sec*****/
.review-sec {
    padding-bottom: 77px;
}
/***footer-area****/
.footer-area {
    overflow: hidden;
    background-color: #241E1E;
    padding: 43px 0 29px;
}
.footer-gallery {
    width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.footer-gallery .swiper {
    margin: 0 -6%;
}
.each-gallery {
    height: 212px;
    border-radius: 10px;
    overflow: hidden;
}
.each-gallery img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gallery:hover img {
    transform: scale(1.1);
}
.footer-logo {
    margin-bottom: 50px;
}
.footer-logo img {
    width: 255px;
}
.footer-wp {
	margin-top: 27px;
    min-width: 274px;
}
.footer-wp a {
	border-radius: 41px;
    background-color: rgba(37, 211, 102, 0.30);
	display: flex;
	align-items: center;
	padding: 5px;
}
.footer-wp-img {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #25D366;
	height: 63px;
	width: 63px;
	border-radius: 100%;
	margin-right: 15px;
}
.footer-wp-img img {
	width: 24px;
}
.footer-wp-text h6 {
    font-family: 'HelveticaNeue-Medium';
	color: #fff;
	font-size: 1.4rem;
	line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 2px;
}	
.footer-wp-text p {
    font-family: 'HelveticaNeue-Regular';
    font-size: 1.4rem;
    color: #fff;
	margin-bottom: 0;;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-wp:hover .footer-wp-text p {
	color: #00A761;
}
.footer-info {
    position: relative;
    margin: 42px 0;
}
.each-footer-info {
    padding: 46px 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    height: 100%;
}
.footer-info .col-lg-3:nth-last-child(2) .each-footer-info {
    border-right: 0;
    padding-right: 0;
}
.footer-info .col-lg-3:first-child .each-footer-info {
    padding-left: 0;
}
.footer-info::after,
.footer-info::before {
    content: "";
    height: 1px;
    width:100vw;
	margin-left:-50vw;
	left:50%;
	position:absolute;
    top: 0;
    background-color: rgba(255, 255, 255, 0.3);
}
.footer-info::before {
    top: auto;
    bottom: 0;
}
.each-footer-info h3 {
    color: #fff;
    margin-bottom: 30px;
}
.each-footer-info p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
    line-height: 28px;
}
.each-footer-info p a {
    color: rgba(255, 255, 255, 0.7);
}
.each-footer-info p a:hover {
    color: #00A761;
}
.each-footer-info td {
    color: rgba(255, 255, 255, 0.7);
}
.each-footer-info td:nth-child(odd) {
    padding-right: 38px;
}
.each-footer-info-wrap {
    display: table;
    margin: 0 auto;
}
.footer-info .col-lg-3:nth-last-child(2) .each-footer-info-wrap {
    margin-right: 0;
}
.footer-info .col-lg-3:first-child .each-footer-info-wrap {
    margin-left: 0;
}
.footer-partner ul {
    display: flex;
    margin-bottom: 0;
    flex-wrap: wrap;
    column-gap: 25px;
    row-gap: 15px;
    align-items: center;
}
.footer-partner li {
    margin-bottom: 0;
    padding-left: 0;
}
.footer-partner li::after {
    display: none;
}
.footer-privacy p {
    margin-bottom: 0;
}
.footer-privacy p a {
    color: #fff;
}
.footer-privacy p a:hover {
    color: #00A761;
}
.footer-social ul {
    display: flex;
    margin-bottom: 0;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: end;
}
.footer-social li {
    margin-bottom: 0;
    padding-left: 0;
}
.footer-social li::after {
    display: none;
}
.footer-social li a {
    border-radius: 5px;
    border: 1px solid #FFF;
    background: rgba(253, 253, 253, 0.1);
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social li a:hover {
    background-color: #3E87BE;
    border-color: #3E87BE;
}
/* --------- Home Page End Here --------- */

/* --------- Diensten Page Start Here --------- */
.inner-common-banner {
    padding: 247px 0px 85px;
    overflow: hidden;
}
.inner-common-bg img{
    height: 100%;
    object-fit: cover;
}
.inner-common-bg{
    width: 100%;
    height: 430px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.inner-common-bg::after{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(36, 30, 30, 0.50) 0%, rgba(36, 30, 30, 0.50) 100%);
    pointer-events: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.inner-banner-wrap{
    position: relative;
    z-index: 1;
}
.inner-common-heading{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 101px;
    z-index: 1;
    width: 100%;
}
/* Diensten List Sec */
.diensten-list-sec{
    padding-bottom: 107px;
}
.diensten-list-heading {
    text-align: center; 
    max-width: 757px;
    margin: 0 auto;
}
.diensten-list-heading p{
    margin-top: 15px;
    margin-bottom: 21px;
    color: rgba(36, 30, 30, 0.80);
}
.each-list-wrap .each-service-img::before {
    filter: brightness(0) saturate(100%) invert(26%) sepia(88%) saturate(1959%) hue-rotate(184deg) brightness(94%) contrast(101%);
}
.each-list-wrap .each-service-img::after {
    filter: brightness(0) saturate(100%) invert(26%) sepia(88%) saturate(1959%) hue-rotate(184deg) brightness(94%) contrast(101%);
}
.each-list-wrap .each-service .row .col-lg-6:nth-child(1){
    width: 51%;
}
.each-list-wrap .each-service .row .col-lg-6:nth-child(2) {
    width: 45%;
    margin-left: auto;
}
.each-list-wrap .each-service-content p {
    -webkit-line-clamp: 7;
}
.each-list-wrap  .each-service-flex{
    max-width: 100%;
}
.diensten-list-wrap > .row{
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}
.each-list-wrap .each-service:hover{
    background-color: #241E1E;
}
.each-list-wrap .each-service:hover .each-service-content img{
    display: block;
}
.each-list-wrap .each-service:hover .each-service-img::after{
    filter: brightness(0) saturate(100%) invert(6%) sepia(2%) saturate(5872%) hue-rotate(304deg) brightness(101%) contrast(86%);
}
.each-list-wrap .each-service:hover .each-service-img::before{
    filter: brightness(0) saturate(100%) invert(6%) sepia(2%) saturate(5872%) hue-rotate(304deg) brightness(101%) contrast(86%);
}
/* --------- Diensten Page End Here --------- */
/* --------- Detail Page Start Here --------- */
.back-button-sec {
    padding-top: 134px;
}
.prev-button-page {
    position: relative;
    bottom: -158px;
    z-index: 2;
}
.detail-service-sec {
    padding-top: 98px;
    padding-bottom: 87px;
    position: relative;
    z-index: 1;
}
.detail-service-content {
    padding-top: 109px;
    max-width: 658px;
}
.detail-service-content h2{
    color: #241E1E;
    margin-bottom: 14px;
}
.detail-service-content h6{
    margin-bottom: 16px;
}
.detail-service-content p strong {
    margin-bottom: -15px;
    display: block;
    font-family: 'Epilogue-SemiBold';
}
.detail-service-content p:last-child{
    margin-bottom: 0;
}
.detail-service-content ul{
    margin-bottom: 10px;
}
.detail-service-content ul:last-child{
    margin-bottom: 0;
}
.detail-service-content ul li::after{
    background-color: #241E1E;
}
.detail-service-img {
    max-width: 663px;
    margin-left: auto;
    border-radius: 20px;
    overflow: hidden;
}
.detail-banner-circle{
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: -1;
}
.detail-box-wrap tr{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
}
.detail-box-wrap tr td {
    position: relative;
    z-index: 1;
    padding: 116px 78px;
    padding-bottom: 0;
    display: block;
    border-top: 1px solid rgba(36, 30, 30, 0.15);
}
.detail-box-wrap tr td h3{
    margin-bottom: 14px;
}
.detail-box-wrap tr td p:last-child{
    margin-bottom: 0;
}
.detail-box-wrap tr td::before {
    position: absolute;
    content: "";
    background-color: #00A761;
    border-radius: 2px;
    width: 4px;
    height: 4px;
    left: -2px;
    top: -2px;
}
.detail-box-wrap tr td:nth-child(1){
    padding-left: 0;
    width: 100%;
}
.detail-box-wrap tr td:nth-child(2) {
    width: 100%;
    min-width: 550px;
}
.detail-box-wrap tr td:nth-child(3){
    padding-right: 0;
    width: 100%;
}
.detail-box-wrap tr td::after {
    position: absolute;
    content: "";
    background: linear-gradient(0deg,rgba(36, 30, 30, 0) 0%, rgba(36, 30, 30, 1) 100%);
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 0.15;
}
.detail-box-wrap tr td:last-child::after {
    position: absolute;
    content: "";
    background: none;
    background-color: #00A761;
    border-radius: 2px;
    width: 4px;
    height: 4px;
    right: 0px;
    top: -2px;
    opacity: 1;
}
.detail-box-wrap tr td > *:first-child{
    position: relative;
    z-index: 1;
}
.detail-box-wrap tr td > *:first-child:after {
    position: absolute;
    content: "";
    background-image: url("../images/detail-box-icon.svg");
    width: 46px;
    height: 46px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 46px;
    left: 0;
    top: -64px;
}
.info-contact-wrap{
    height: 100%;
}
.each-info-box {
    background-color: #00A761;
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 28px 40px;
    border-radius: 10px;
    margin-bottom: 15px;
    min-height: 161px;
    height: 32%;
}
.each-info-box:last-child{
    margin-bottom: 0;
}
.each-info-text h3{
    color: #fff;
    margin-bottom: 8px;
}
.each-info-text h4{
    color: #fff;
    margin-bottom: 8px;
}
.each-info-text p{
    margin-bottom: 0;
}
.each-info-text p a{
    color: rgba(255, 255, 255, 0.80);
    transition: 0.4s ease-in-out;
    display: inline-block;
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: 0.18px;
}
.each-info-text p a:hover{
    color: #241E1E;
}
.each-info-text table tr {
   display: flex;
   align-items: center;
   gap: 15px;
}
.each-info-text table tr td{
   font-family: 'Epilogue-Regular';
   font-size: 1.8rem;
   line-height: 24px; 
   letter-spacing: 0.18px;
   color: rgba(255, 255, 255, 0.80);
}
.detail-contact-sec{
    padding-top: 116px;
    padding-bottom: 95px;
}
.contact-form-wrap {
    height: 100%;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 48px 75px;
}
.contact-form-wrap::after{
    position: absolute;
    content: "";
    background-color: rgba(0, 119, 195, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.contact-form-wrap  h2{
    color: #FFF;
    font-size: 3.6rem;
    margin-bottom: 37px;
}
.detail-contact-sec .container > .row{
    --bs-gutter-x: 16px;
    --bs-gutter-y: 0;
}
.form-group {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.form-group .formError {
    position: absolute !important;
    bottom: -25px !important;
    top: unset !important;
    left: 20px !important;
}
.form-group .error_cls {
    border: none !important;
}
.form-group  .success_cls {
    border: none !important;
    height: calc(37px + 10px) !important;
    margin-top: -10px;
}
.contact-form-wrap .row {
    margin: 0px -6px;
}
.contact-form-wrap .row .col-lg-6{
    padding: 0px 6px;
}
.contact-form-wrap .common-btn{
    border-color: #fff;
    margin-top: 14px;
}
.contact-form-wrap .common-btn:hover{
    background-color: #241E1E;
    border-color:#241E1E;
}
.form-group .form-styl {
	overflow: hidden;
	background: transparent;
    resize: none;
	border: 0;
    outline: none;
	padding: 2px 22px;
    border-radius: 5px;
    color: #FFF;
    font-family: 'Epilogue-Regular';
    font-size: 1.6rem;
    line-height: 22px; 
    transition: 0.4s ease-in-out;
}
.form-group textarea{
    height: 127px;
}
.contact-form-wrap  .form-group  .form-styl:focus{
    color: #fff;
    background: transparent;
    outline: 0;
    box-shadow: none;
	border-color: rgba(255, 255, 255, 0.8);
}
.form-group fieldset {
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	transition: all 0.5s;
}
.form-group fieldset.focus-input{
	border: 1px solid #fff;
}
.form-group legend {
	position: relative;
	top: 14px;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Epilogue-Regular';
    font-size: 1.6rem;
    line-height: 22px; 
	left: 0;
	margin-bottom: 0;
	margin-left: 14px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	z-index: 1;
    width: fit-content;
	padding: 0 4px;
    pointer-events: none;
}
.form-group .focus-input legend {
	top: 0px;
	font-size: 1.2rem;
	float: none;
	border-color: rgba(255, 255, 255, 0.8);
}
.focus-input .form-styl{
    padding: 8px 22px;
}
.focus-input input{
    height: 37px;
}
.focus-input {
    position: relative;
    top: -8px;
}
.focus-input legend{
    margin-left: 25px;
}
.inner-service-heading h2{
    text-align: center;
    margin-bottom: 56px;
}
/* Diensten Slider */
.inner-detail-service-sec{
    overflow: hidden;
}
.diensten-slider {
    padding-bottom: 60px;
    border-bottom: 1px solid #C2C2C2;
}
.diensten-slider .swiper-slide.service-active {
    width: 46% !important;
}
.diensten-slider .swiper-slide:not(.service-active) {
    width: 25.5% !important;
}
.diensten-slider .swiper-slide.swiper-slide-active {
    width: 46% !important;
}
.diensten-slider.service-slider-active .swiper-slide.swiper-slide-active {
     width: 25.5% !important;
}
.detail-mobile-slider-btn{
    display: none;
}
.iframe-sec{
    padding-top: 70px;
    padding-bottom: 87px;
}
/* werkplaats Slider */
.werkplaats-slider {
    padding-bottom: 60px;
    border-bottom: 1px solid #C2C2C2;
}
.werkplaats-slider .swiper-slide.service-active {
    width: 46% !important;
}
.werkplaats-slider .swiper-slide:not(.service-active) {
    width: 25.5% !important;
}
.werkplaats-slider .swiper-slide.swiper-slide-active {
    width: 46% !important;
}
.werkplaats-slider.service-slider-active .swiper-slide.swiper-slide-active {
     width: 25.5% !important;
}
/* Vacatures Slider */
.vacatures-slider {
    padding-bottom: 60px;
    border-bottom: 1px solid #C2C2C2;
}
.vacatures-slider .swiper-slide.service-active {
    width: 46% !important;
}
.vacatures-slider .swiper-slide:not(.service-active) {
    width: 25.5% !important;
}
.vacatures-slider .swiper-slide.swiper-slide-active {
    width: 46% !important;
}
.vacatures-slider.service-slider-active .swiper-slide.swiper-slide-active {
     width: 25.5% !important;
}
/* --------- Detail Page End Here --------- */
/* --------- Vacatures Detail Page Start Here --------- */
.vacatures-page-box .detail-box-wrap tr{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
}
.vacatures-page-box  .detail-box-wrap tr td {
    padding: 116px 125px;
    padding-bottom: 0;
}
.vacatures-page-box .detail-box-wrap tr td:nth-child(1){
    padding-left: 0;
}
.vacatures-page-box .detail-box-wrap tr td:nth-child(2) {
    min-width: 100%;
    padding-right: 0;
}
.vacatures-page-box  .detail-box-wrap tr td ul{
    margin-bottom: 0;
}
.vacatures-page-box .detail-box-wrap tr td ul li:last-child{
    margin-bottom: 0;
}
/* --------- Vacatures Detail Page End Here --------- */
/* --------- Contact Page Start Here --------- */
.contact-page-sec {
    padding-top: 0;
    padding-bottom: 95px;
    margin-top: -35px;
    padding-bottom: 15px;
}
.contact-map-bg{
    height: 522px;
    border-radius: 20px;
}
.contact-map-sec{
    padding-bottom: 17px;
}
/* --------- Contact Page End Here --------- */
/* --------- Over-ons Page Start Here --------- */
/****over-ons-top****/
.over-ons-top-img-left img,
.over-ons-top-img-right img {
    border-radius: 20px;
    overflow: hidden;
}
.over-ons-top-img-left {
    padding-right: 6%;
}
.over-ons-top-right {
    padding-left: 6%;
}
.over-ons-top-title p {
    max-width: 650px;
    width: 100%;
    color: rgba(36, 30, 30, 0.8);
    margin: 15px 0 49px;
}
.over-ons-top-right p:last-child {
    margin-bottom: 0;
}
.over-ons-top-img-right {
    margin-bottom: 48px;
}
.over-ons-top {
    padding-bottom: 70px;
}
/****over-ons-usp-marquee-sec****/
.over-ons-usp-marquee-sec .usp-marquee-outer {
    background-color: #0077C3;
}
/****over-ons-obout-sec****/
.over-ons-obout-sec {
    padding: 105px 0 90px;
}
.over-ons-obout-sec .col-lg-5 {
    width: 35%;
}
.over-ons-obout-sec .col-lg-4 {
    width: 42%;
}
.over-ons-obout-sec .about-text {
    padding-top: 0;
    padding-left: 23px;
}
.over-ons-obout-sec .about-text > p {
    margin-bottom: 60px;
}
.acc-block li::after {
    display: none;
}
.acc-block {
    position: relative;
}
.acc-block ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.acc-block h6 {
    cursor: pointer;
    padding-right: 50px;
    font-family: 'Epilogue-Medium';
}
.acc-block p {
    margin-top: 10px;
    margin-bottom: 0;
    max-width: 1080px;
    width: 100%;
    padding-right: 50px;
    font-size: 1.6rem;
}
.acc-block li {
    border-top: 1px solid rgba(36, 30, 30, 0.2);
    padding: 24px 0 26px;
    margin-bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.acc-block li h6 {
    color: rgba(36, 30, 30, 0.3);
}
.show_accordian h6 {
    color: #241E1E !important;
}
.acc-block li:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(36, 30, 30, 0.2);
}
.acc-block li>*:not(:first-child) {
    display: none;
}
.show_accordian h6::after {
    background-image: url(../images/accordian-minus.svg) !important;
}
.acc-block li h6::after {
    position: absolute;
    height: 14px;
    width: 14px;
    background-image: url(../images/accordian-plus.svg);
    background-size: 14px;
    content: "";
    top: 28px;
    right: 0;
    transition: all 0.5s;
    background-repeat: no-repeat;
    background-position: center;
}
/****team-member****/
.team-member-title {
    text-align: center;
    margin-bottom: 40px;
}
.each-team-member-info {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    padding: 30px;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-team-member-info h3 {
    color: #fff;
    margin-bottom: 4px;
}
.each-team-member-info h6 {
    color: #fff;
}
.each-team-member img {
    border-radius: 10px;
    overflow: hidden;
}
.each-team-member::after {
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(36, 30, 30, 0.00) 0%, #241E1E 100%);
    content: '';
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-team-member:hover::after {
    opacity: 1;
}
.each-team-member:hover .each-team-member-info {
    opacity: 1;
}
.team-member-slider {
    border-bottom: 1px solid #C2C2C2;
    padding-bottom: 58px;
}
/* --------- Over-ons Page end Here --------- */
/* --------- james-voordelen Page Start Here --------- */
/****james-voordelen-top-sec****/
.james-voordelen-top-sec {
    padding-bottom: 112px;
}
.james-voordelen-top-img img {
    border-radius: 10px;
    overflow: hidden;
}
.james-voordelen-top-wrap {
    max-width: 80%;
    margin: 0 auto;
}
.james-voordelen-top-img {
    padding-right: 12%;
}
.james-voodelen-top-info .common-btn {
    background-color: transparent;
    border-color: #00A761;
    color: #00A761;
    margin-top: 12px;
}
.james-voodelen-top-info .common-btn:hover {
    background-color: #00A761;
    color: #fff;
}
.james-voodelen-top-info h3,
.james-voodelen-top-info p,
.james-voodelen-top-info li {
    color: #1A2D37;
}
.james-voodelen-top-info li {
    line-height: 22px;
    padding-left: 24px;
}
.james-voodelen-top-info p {
    margin: 15px 0 20px;
}
.james-voordelen-top-wrap .row {
    border-bottom: 1px solid rgba(26, 45, 55, 0.15);
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.james-voordelen-top-wrap .row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
/* --------- james-voordelen Page end Here --------- */
/* --------- bedankt Page start Here --------- */
.bedankt-banner {
    padding-top: 233px;
    padding-bottom: 71px;
}
.inner-banner-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
}
.each-inner-banner {
    height: 629px;
    position: relative;
}
.each-inner-banner::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(36, 30, 30, 0.40) 0%, rgba(36, 30, 30, 0.40) 100%);
}
.each-inner-banner img {
    height: 100%;
    object-fit: cover;
}
.inner-banner-content-wrap {
    padding: 0 42px;
    max-width: 870px;
    width: 100%;
}
.inner-banner-content h1 {
    margin-bottom: 40px;
}
/* --------- bedankt Page end Here --------- */
/* --------- popup page start Here --------- */
.modal-area .modal-dialog {
    max-width: 63.55%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(36, 30, 30, 0.9);
}
.modal-area .modal-content {
    border: 0;
    position: relative;
    background: transparent;
}
.modal-area .popup-content {
    padding: 30px 73px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 4px;
}
.pop-up-image {
    height: 100%;
}
.pop-up-image img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}
.modal-area .popup-content p{
    margin-bottom: 0;
    padding-bottom: 52px;
    padding-top: 40px;
}
.modal-main-content .col-lg-5 { 
    width: 47%;
}
.modal-main-content .col-lg-7 { 
    width: 53%;
}
.popup-logo img {
    width: 306px;
}
/* --------- popup page end Here --------- */
/* --------- Aanbod List Page Start Here --------- */
.aanbod-filter-sec {
    padding: 240px 0 67px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.aanbod-filter-wrap .hidden-filter-active
.filter-reset a {
	color: #241E1E;
	font-size: 1.4rem;
    font-family: 'Epilogue-Regular';
    display: inline-block;
    margin-top: 15px;
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(1) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #00A761;
}
.filter-reset a:hover img{
    filter: brightness(0) saturate(100%) invert(41%) sepia(85%) saturate(2019%) hue-rotate(129deg) brightness(92%) contrast(100%);
}
.select-style {
    width: 100%;
    height: 44px;
    color: #241E1E;
    font-family: 'Epilogue-Regular';
    font-size: 1.6rem;
    border: 1px solid #241E1E;
    border-radius: 10px;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg)  no-repeat 91% center / 10px;
    appearance: none;
    line-height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
    background-color: #00A761;
    border: 1px solid #00A761;
    background: url(../images/filter-arrow-show.svg) #00A761 no-repeat 91% center / 10px;
    color: #fff;
}
.select-style:hover{
    border: 1px solid #00A761;
    color: #fff;
    background: url(../images/filter-arrow-show.svg) #00A761 no-repeat 91% center / 10px;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
    font-family: 'Epilogue-Regular';
	background-color: #0F0F0F;
}
.filter-content {
    display: none;
    background-color:#fff;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #241E1E;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #241E1E;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'Epilogue-Regular';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #F9F8F6;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #00A761;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #00A761;
    border-color: #00A761;
    background-image: url(../images/check-tick.png);
    background-size: 9px;
    background-position: center center;
    background-repeat: no-repeat;
}
.auto-overview-tag {
    margin-right: 5px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #F9F8F6;
    border-radius: 10px;
    background-color: #00A761;
    font-family: 'Epilogue-Regular';
    font-size: 1.4rem;
    border: 1px solid rgba(0, 255, 135, 0);
    flex-direction: row-reverse;
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.auto-overview-tag:hover img {
    filter: invert(0);
}
.auto-overview-tag:hover {
    background-color: #241E1E;
    border-color: #241E1E;
    color: #fff;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 20%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
    font-family: 'Epilogue-Regular';
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #fff;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 79px;
    background-color: #241E1E;
    border-top: 1px solid #241E1E;
    border-bottom: 1px solid #241E1E;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
    font-family: 'Epilogue-Regular';
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 100px;
    background-color: #00A761;
    border-color: #00A761;
    text-transform: capitalize;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #00FF87;
    color: #fff;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #14181E;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #14181E;
	margin-left: 30px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    display: none;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #0F0F0F;
    border-bottom: 1px solid rgba(249, 248, 246, 0.3);
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.mobile-filter-close span img {
	width: 9px;
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
    background-color: #00A761;
    border: 1px solid #00A761;
    font-family: 'Epilogue-Regular';
    color: #fff;
	padding: 10px;
	border-radius: 0 50px 50px 0;
    text-transform: capitalize;
    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: transparent;
    border-color: #00A761;
    color: #fff;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort h6 {
	margin-right: 10px;
    color: #241E1E;
    font-family: 'Epilogue-Regular';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
	width: 100%;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.show_selected_filter_cls {
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
    justify-content: start;
    max-width: 900px;
    margin-left: auto;
}
/****aanbod-range-filter****/
.aanbod-range-filter label {
    font-size: 1.6rem;
}
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color: #00A761;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: #00a76173;
    border-color: #00a76173;
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #00A761;
}
.aanbod-range-filter .ui-widget.ui-widget-content {
    border: 0;
}
.aanbod-range-filter .slider-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aanbod-range-filter .slider-inputs span {
    color: #fff;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 10px;
    border: 1px solid #241E1E;
    padding: 8px;
    background-color: transparent;
    width: 100px;
    color: #241E1E;
    font-size: 1.6rem;
    line-height: normal;
}
.mob-filter-visible {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 15px;
    margin: 0 auto;
    max-width: 510px;
    width: 100%;
}
.mob-filter-visible h6 {
    color: #241E1E;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #00A761;
}
.aanbod-wrap-ad {
    max-width: 900px;
    margin-left: auto;
}
/* Aanbod List Sec */
.each-product-img{
    border-radius: 10px;
    overflow: hidden;
}
.each-product-wrap {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid rgba(36, 30, 30, 0.10);
    margin-top: 8px;
    overflow: hidden;
    padding: 16px 20px 0;
    transition: 0.4s ease-in-out;
}
.each-product-item .each-product-info tr td {
    padding: 0;
    color: rgba(36, 30, 30, 0.60);
    font-size: 1.2rem;
    border-right: 1px solid rgba(36, 30, 30, 0.07);
    padding: 12px 30px 8px;
    transition: 0.4s ease-in-out;
}
.each-product-item .each-product-info tr td:first-child{
    padding-left: 0;
}
.each-product-item .each-product-info tr td:last-child{
    padding-right: 0;
    border-right: 0px;
}
.each-product-item .each-product-info tr td strong {
    color: #241E1E;
    margin-top: 0;
    transition: 0.4s ease-in-out;
}
.each-product-wrap .each-product-model h3{
    color: #241E1E;
    transition: 0.4s ease-in-out;
}
.each-product-wrap .each-product-model p{
    color: rgba(36, 30, 30, 0.60);
    margin-top: 2px;
    transition: 0.4s ease-in-out;
}
.each-product-wrap .each-product-info td h4 {
    color: #241E1E;
    font-size: 1.4rem;
    transition: 0.4s ease-in-out;
}
.each-product-wrap .each-product-info td h4 strong{
    color: rgba(36, 30, 30, 0.60);
    font-size: 1.2rem;
    transition: 0.4s ease-in-out;
}
.each-product-wrap .each-product-info {
    margin-top: 16px;
}
.each-product-wrap .each-product-info::after {
    content: "";
    height: 1px;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: absolute;
    background-color: rgba(36, 30, 30, 0.07);
    top: 0;
    transition: 0.4s ease-in-out;
}
.each-product-item{
    transition: 0.4s ease-in-out;
}
.each-product-item:hover .each-product-wrap{
    background-color: #0077C3;
}
.each-product-item:hover .each-product-model h3,
.each-product-item:hover .each-product-info table tr td strong,
.each-product-item:hover .each-product-info table tr td h4{
    color: #fff;
}
.each-product-item:hover .each-product-model p{
    color: rgba(255, 255, 255, 0.60);
}
.each-product-item:hover .each-product-info table tr td{
    color: rgba(255, 255, 255, 0.60);
}
.each-product-item:hover .each-product-info table tr td h4 strong{
    color: rgba(255, 255, 255, 0.60); 
}
.each-product-item:hover .each-product-wrap .each-product-info::after{
    background-color: rgba(255, 255, 255, 0.07);
}
.each-product-item:hover .each-product-info tr td {
    border-color: rgba(255, 255, 255, 0.07);
}
.each-product-item .product-arrow {
    height: 29px;
    width: 29px;
   background-color: #fff;
}
.each-product-item .each-product-model .product-arrow img {
    width: 12px;
    height: 12px;
}
.each-product-item:hover .each-product-model .product-arrow img {
    filter: invert(1) brightness(0);
}
.aanbod-list-sec .row{
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
}
.aanbod-detail-box{
    border-radius: 10px;
    border: 1px solid rgba(36, 30, 30, 0.10);
    background: #F7FBEA;
    height: 100%;
    padding: 40px 25px;
}
.aanbod-detail-middle-text h3{
    margin-bottom: 5px;
}
.aanbod-detail-middle-text table {
    width: 100%;
}
.aanbod-detail-middle-text .common-btn{
    margin-bottom: 29px;
}
.aanbod-detail-middle-text table tbody tr {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 10px;
}
.aanbod-detail-middle-text table tbody tr td p{
    color: #241E1E;
    margin-bottom: 18px;
    margin-bottom: 0;
}
.aanbod-detail-middle-text table tbody tr td{
    border-radius: 20px;
    background: #FFF;
    padding: 35px;
    width: 100%;
}
.aanbod-detail-middle-item p{
    color: #241E1E;
}
.calculator-box{
    padding: 70px 0px;
}
.aanbod-list-sec{
    padding-bottom: 67px;
}
/* --------- Aanbod List Page End Here --------- */
/* --------- Aanbod DEtail Page Start Here --------- */
.aanbod-back-sce {
    padding-top: 182px;
}
.aanbod-back-btn {
    position: relative;
    top: 102px;
    left: 40px;
}
.aanbod-detail-sec {
    padding-top: 58px;
    margin-top: -48px;
}
.aanbod-detail-sec .product-wrap {
    padding: 144px 40px 50px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.04);
}
.aanbod-detail-sec .product-wrap .col-lg-7 {
    /* width: 58.57%; */
    width: 50%;
}
.aanbod-detail-sec .product-wrap .col-lg-5 {
    /* width: 41.43%; */
    width: 50%;
    height: 100%;
}
.aanbod-detail-wrap .each-product-text {
    padding: 24px 32px 0;
}
.aanbod-detail-wrap .each-product-model p {
    margin: 9px 0 0;
}
.aanbod-detail-wrap .each-product-info td {
    padding-top: 22px;
    padding-bottom: 22px;
}
.aanbod-detail-wrap .each-product-info {
    margin-top: 28px;
}
.aanbod-detail-wrap .each-product-model h3{
    margin-bottom: 15px;
}
.aanbod-detail-wrap .product-big-img{
    border-radius: 10px;
}
.aanbod-detail-wrap .each-product-info td h4 strong{
    font-family: 'Epilogue-Regular';
}
.aanbod-detail-slider-btn .swiper-button-next{
    right: 45px;
    border-color: #fff;
    top: 260px;
    width: 40px;
    height: 40px;
}
.aanbod-detail-slider-btn .swiper-button-prev{
    left: 45px;
    border-color: #fff;
    top: 260px;
    width: 40px;
    height: 40px;
}
.aanbod-detail-slider-btn .swiper-button-next.common-arrow img,
.aanbod-detail-slider-btn .swiper-button-prev.common-arrow img{
    filter: brightness(0) invert(1);
}
.aanbod-detail-slider-btn .common-arrow:hover{
    border-color: #0077C3;
}
.aanbod-detail-gallery-img{
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    position: relative;
    z-index: 1;
}
.aanbod-detail-gallery-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    height: 95%;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.60);
    transform: translate(-50% , -50%);
}
.aanbod-detail-gallery-img img{
    height: 100%;
    object-fit: cover;
}
.aanbod-detail-gallery-overlay h6{
    color: #fff;
}
.aanbod-detail-gallery-overlay img{
    width: 17px;
    height: 17px;
    margin: 0 auto;
}
.aanbod-detail-gallery-text {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 5px;
}
.aanbod-detail-sec .product-wrap > .row{
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
}
.aanbod-detail-gallery-wrap .row{
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
}
.aanbod-detail-gallery-wrap .row .col-6 {
    height: 32.2%;
}
.aanbod-detail-profile {
    width: 84px;
    height: 84px;
    border-radius: 100%;
    overflow: hidden;
}
.aanbod-detail-info {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 21px 27px 21px;
}
.aanbod-detail-info-box {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.04);
    margin-top: 18px;
    padding: 4px;
}
.aanbod-detail-profile-text p a{
    color: rgba(16, 24, 36, 0.70);
    font-size: 1.4rem;
    margin-bottom: 12px;
    transition: 0.4s ease-in-out;
}
.aanbod-detail-profile-text p a:hover{
    color: #00A761;
}
.aanbod-detail-profile-text ul{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 23px;
}
.aanbod-detail-profile-text ul li{
    margin-bottom: 0;
    padding-left: 0;
}
.aanbod-detail-profile-text ul li::after{
    display: none;
}
.aanbod-detail-profile-text ul li a {
    color: #101824;
    font-size: 1.4rem;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: 0.4s ease-in-out;
}
.aanbod-detail-profile-text ul li a:hover{
    color: #00A761;
}
.aanbod-detail-profile-btn {
    background-color: #241E1E;
    padding: 14px 23px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}
.aanbod-detail-profile-btn .common-btn {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    width: 100%;
}
.aanbod-detail-profile-btn .common-btn:hover{
    background-color: #0077C3;
    border-color: #0077C3;
}
.aanbod-share-btn p{
    font-family: 'LamaSans-Regular';
    margin-bottom: 0;
}
.aanbod-share-btn a {
    border: 1px solid rgba(26, 36, 31, 0.50);
    border-radius: 50%;
    padding: 13px;
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease-in-out;
}
.aanbod-share-btn a:hover{
    background-color: #00A761;
    border-color: #00A761;
}
.aanbod-share-btn {
    display: flex;
    align-items: center;
    gap: 22px;
    justify-content: end;
    position: relative;
    z-index: 1;
    max-width: 152px;
    margin-left: auto;
    margin-top: -98px;
    padding-bottom: 52px;
}
.aanbod-detail-wrap .each-product-text{
    position: relative;
    margin-top: 9px;
}
.aanbod-detail-product-layer {
    position: absolute;
    top: 0;
    right: 0;
}
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec {
    position: relative;
    padding: 40px 0px;
}
.tab-mark {
    position: absolute;
    top: -86%;
    left: 0;
    z-index: -1;
    pointer-events: none;
}
.tab-mark img {
    width: 100%;
}
.tab-main-area {
    position: relative;
    z-index: 2;
}
.tab-btn .tabs li.active {
    background-color: transparent;
    opacity: 1;
	position: relative;
}
.tab-btn ul.tabs li {
    position: relative;
    word-break: break-word;
    cursor: pointer;
    font-size: 2rem;
    line-height: 28px;
    color: rgba(26, 45, 55, 0.50);
    font-family: 'Epilogue-Regular';
    background-color: transparent;
    border: 0;
    padding: 0;
    margin-bottom: 0;
}
.tab_content {
    display: none;
}
.tab_content img{
	max-width: 40%;
	height: 30px;
	filter: invert(1);
	padding-right: 15px;
}
.tab_drawer_heading{
    display: none;
}
.tab_drawer_heading{
	display: none;
}
.tab-btn .tabs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 75px;
    margin-bottom: 15px;
    padding-bottom: 14px;
    padding-left: 0px;
    border-bottom: 2px solid rgba(36, 30, 30, 0.30);
}
.tab-btn .tabs li.active {
    color: #241E1E;
}
.kenmerken-tab ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.kenmerken-tab li {
    width: 33.33%;
    position: relative;
    padding: 20px 0;
    display: flex;
    padding-left: 25px;
    color: #241E1E;
    font-family: 'Epilogue-Bold';
    font-size: 1.6rem;
    line-height: 28px;
    margin-bottom: 0;
}
.kenmerken-tab li strong {
    font-weight: normal;
    width: 50%;
    color: rgba(36, 30, 30, 0.70);
}
.kenmerken-tab li::after {
    content: '';
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    left: 0;
    width: 18px;
    height: 18px;
    background-color: transparent;
    background-image: url(../images/tab-tick.svg);
    background-size: 18px;
    background-repeat: no-repeat;
}
.kenmerken-tab{
	overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #00A761;
    padding-bottom: 10px;
	margin-bottom: 20px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul {
    padding-left: 0;
}
.dtl-tab-sec .bullet-panel li { 
	margin-bottom: 10px;
    list-style-type: none;
    position: relative;
    padding-left: 15px;
}
.dtl-tab-sec .bullet-panel li:after {
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 7px;
    height: 7px;
    background-image: url(../images/bullet.svg);
    background-size: 7px;
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00A761;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #00A761;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    color: #fff;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    font-size: 1.6rem;
}
.each-onderhoud-block h5:last-child{
    margin-bottom: 0;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tabs li::after {
    display: inline-block;
    content: '';
    position: relative;
    top: 0;
    left: 6px;
    background-color: transparent;
    background-image: url(../images/tab_arrow.svg);
    width: 11px;
    height: 11px;
    background-size: 7px;
    background-repeat: no-repeat;
}
.tab-btn .tabs li.active::after {
    background-image: url(../images/tab_down_arrow.svg);
    background-size: 13px;
    width: 13px;
    height: 13px;
    top: 4px;
}
.tab-btm-btn {
    margin-top: 32px;
}
.tab-btm-btn .common-btn {
    font-family: 'Epilogue-Regular';
    color: #241E1E;
    font-size: 2rem;
    line-height: 28px; 
    background-color: transparent;
    border: 0;
    padding: 0;
    backdrop-filter: none;
    cursor: pointer;
}
.tab-btm-btn:hover .common-btn {
    color: #00A761;
}
/****kenmarken-popup****/
.kenmarken-popup {
    display: none;
}
.kenmarken-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.kenmarken-popup-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #000000c7;
    backdrop-filter: blur(7px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
    border-radius: 10px;
    background-color: #1B1B1B;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.04);
    overflow: hidden;
    border: 1px solid #ffffff3d;
}
.kenmarken-popup-close {
    background-color: #00A761;
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #00A761;
}
.kenmarken-popup-close img {
    width: 15px;
    filter: brightness(0) invert(1);
}
.kenmarken-popup-content {
    overflow-y: scroll;
    height: calc(100% - 116px);
    padding-right: 20px;
}
.kenmarken-popup-content::-webkit-scrollbar  {
    background-color: #5B5A5E;
    width: 10px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
    background-color: #999999;
}
.kenmerken-popup-model {
    padding-bottom: 30px;
    padding-right: 40px;
}
.kenmerken-popup-model p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    color: #fff;
}
.kenmerken-popup-model h2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    color: #fff;
}
.kenmarken-popup-content h3 {
    margin-bottom: 15px;
    color: #fff;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 61px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1.5px solid #D9D9D9;
    color: #fff;
}
.kenmarken-popup-content li:nth-child(even) {
    color: rgba(255, 255, 255, 0.70);
}
.kenmarken-popup-content li::after {
    display: none;
}
.aanbod-verkoop-item{
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
}
.aanbod-verkoop-item p {
    display: flex;
    gap: 10px;
    margin-bottom: 0;
}
.aanbod-verkoop-item p strong{
    font-weight: normal;
}
.aanbod-verkoop-sec .benefit-wrap .row .col-lg-5 {
    width: 42%;
}
.aanbod-verkoop-sec .benefit-wrap .row .col-lg-7 {
    width: 58%;
}
.aanbod-verkoop-sec .benefit-wrap {
    padding: 35px 0px 35px 55px;
    background: linear-gradient(140deg, rgba(0, 167, 97, 0.10) -3.45%, rgba(255, 255, 255, 0.20) 46.02%, #FFF 82.39%);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05);
}
.aanbod-verkoop-heading h3{
    margin-bottom: 6px;
}
.aanbod-verkoop-heading  p{
    color: rgba(16, 24, 36, 0.70);
    margin-bottom: 18px;
}
.aanbod-verkoop-sec .swiper-slide{
    position: relative;
    z-index: 1;
}
.aanbod-verkoop-sec .swiper-slide::after{
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}
.aanbod-verkoop-sec .swiper-slide-active::after{
    display: none;
}
.aanbod-contact-wrap{
    border-bottom: 1px solid #C2C2C2;
    padding-bottom: 66px;
}
.aanbod-detail-contact-sec {
    padding-top: 87px;
    padding-bottom: 66px;
}
.aanbod-detail-slider-heading{
    text-align: center;
    margin-bottom: 56px;
}
.aanbod-detail-slider-sec{
    padding-bottom: 88px;
}
.aanbod-detail-related-btn .swiper-button-next {
    right: -23px;
    top: 210px;
}
.aanbod-detail-related-btn .swiper-button-prev {
    left: -23px;
    top: 210px;
}

/* --------- Aanbod DEtail Page End Here --------- */
/* --------- Verkocht Detail Page Start Here --------- */
.verkocht-sec {
    padding: 241px 0px 65px;
}
.verkocht-heading{
    margin-bottom: 66px;
}
.verkocht-sec .each-product-info table tr td h4 {
    font-size: 2rem;
    margin-bottom: 0;
    color: #241E1E;
    padding-top: 8px;
}
.verkocht-sec .row {
    --bs-gutter-x: 17px;
    --bs-gutter-y: 17px;
}
/* --------- Verkocht Detail Page End Here --------- */
/*******style-for-developer*******/

/*******loader*****/
#loader_section{
    display:none;
    width:100%;
    position: fixed;
    top: 0;
    background: #000000b8;
    z-index: 9999999;
    height: 100vh;
    padding: 30vh 0px;
  }
  #loader_section p{
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
  }
  #loader_section img{
    width: 100px;
    margin-bottom: 25px;
  }
  
  /*********Morgen Footer************/
  .morgeninternet-footer {
      background: #000000;
      width: 100%;
      height: 50px;
      display: block;
      text-align: center;
      transition: 0.3s all;
  }
  
  .morgeninternet-footer:hover {
      background: #202020;
      transition: 0.3s all;
  }
  
  .morgeninternet-footer > img {
      height: 35px;
      padding-top: 15px;
  }
  
  
  /****aanbod dtl****/
  .kenteken_np{
      background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
      background-repeat: no-repeat;
      background-position: left;
      padding: 4px 10px 6px 20px;
      color: #000;
      background-size: contain;
  }
  .star_icon{
      margin-bottom: 30px;
  }
  .star_icon h4{
      padding-bottom: 10px;
      padding-top: 15px;
      margin-bottom: 15px;
     /* color: #1c1c1c;*/
      border-bottom: 1px solid #181716;
      padding-bottom: 10px;
  }
  .star_icon p img{
      width: 15px;
      margin-top: -3px;
      margin-right: 5px;
      padding: 0;
      height: auto;
  }
  .star_icon p{
      padding-bottom: 8px;
      word-break: break-word;
      margin-bottom: 0;
  }
  .photo_contnt li img{
      width: 15px;
      margin-left: 5px;
  }
  .star_icon h3 {
      margin: 40px 0 30px;
  }
  .aanbod-detail-tab-sec .tab-content .star_icon p {
      margin: 0;
  }
  .bullet-panel h3 {
      margin-bottom: 30px;
  }
  .cursor{
      cursor:pointer;
  }
  .aanbod-loader {
      width: 45px;
      height: 40px;
      background: linear-gradient(#0077C3 calc(1*100%/6),#00A761 0 calc(3*100%/6),#555 0),
                linear-gradient(#0077C3 calc(2*100%/6),#00A761 0 calc(4*100%/6),#555 0),
                linear-gradient(#0077C3 calc(3*100%/6),#00A761 0 calc(5*100%/6),#555 0);
      background-size: 10px 400%;
      background-repeat: no-repeat;
      animation: matrix 1s infinite linear;
    }
    @keyframes matrix {
      0% {
        background-position: 0% 100%, 50% 100%, 100% 100%
      }
    
      100% {
        background-position: 0% 0%, 50% 0%, 100% 0%
      }
    }
    .load_aanbod{
      justify-content: center;
      display: flex;
      column-gap: 30px;
      align-items: center;
      color: #00A761;
    }
  
  
  .carpass-img {
      width: 115px;
  }
  
  
  
  
  
  
  
  
  
  
  .widget-btn-area {
    bottom: 2rem;
    left:3rem;
    z-index: 99;
    font-family: "Nunito Sans", sans-serif;
  }
  .widget-btn {
    border-radius: 10px;
    background: #00a762;
    box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
    padding: 1.3rem 2.5rem;
    font-size: 1.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: -1.5rem;
    content: '';
    width:1rem;
    height: 1rem;
    background: url(../images/next-white.svg) no-repeat center/ contain;
  }
  .widget-content {
    background: #1c1c1c;
    padding: 4.5rem;
    -webkit-box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
    -moz-box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
    box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
    border-radius: 20px;
    width: 51rem;
    display: none;
  }
  .arw-rotate {
    margin-top:-2.5rem;
    margin-bottom: 1rem;
    transform: rotate(-90deg);
    cursor:pointer;
    position: absolute;
    top: 60px;
    right: 40px;
    margin-right: 0; 
  }
  .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: #FF7100;
  }
  .widget-content button, .widget-mobile button {
    border-radius: 5px;
    color: #fff;
    border: 2px solid #FF7100;
    background: #FF7100;
    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: #FF7100 !important;
  }
  .monthly_amount{
    cursor:pointer;
  }
  .iframe-footer {
      border: 0;
      width: 100%;
      height: 50px;
      display: block;
  }
  .calsty {
      width: 100%;
      height: 700px;
  }
  @media(max-width: 991px){
      .calsty {
        height: 1150px;
      }
  }
  
  @media(max-width: 767.98px){
      .morgeninternet-footer.viewcar-footer {
          margin-bottom: 68px !important;
          height: 50px;
      }
      .widget-mobile {
          background: #1c1c1c;
          padding: 1.5rem 1.2rem;
          border-top: 1px solid rgba(255,255,255,0.1);
          border-bottom: 1px solid rgba(255,255,255,0.1);
          z-index: 99;
          font-family: "Nunito Sans", sans-serif;
      }
      .widget-mobile .d-flex {
          gap: 5px;
      }
      .widget-mobile button {
          padding: .65rem;
          font-size: 1.45rem;
      }
  
      .widget-mobile h6 span {
          font-size: 1.45rem;
          cursor: pointer;
          font-weight: 600;
          padding-right: 2.5rem;
          color: #fff;
          margin-right: .75rem;
      }
      .widget-mobile h6 span:after {
          background: url(../images/arw-color.svg) no-repeat center/ contain;
          right: 0;
      }
      .widget-mobile h6 span:not(.active):after {
          filter: brightness(0) invert(1);
          -webkit-filter: brightness(0) invert(1);
      }
      .widget-mobile h6 span.active {
          color: #FF7100;
      }
      .widget-mobile h6 span.active:after {
          transform: translateY(-50%) rotate(-90deg);
      }
      .widget-mobile-content {
          bottom: 6.5rem;
          background: #121212;
          padding: 3rem 1.5rem 1.5rem;
          z-index: 99;
          display: none;
      }
  
      .widget-mobile-content.show-div {
          display: block;
      }
      .widget-content-wrap {
          background: #1c1c1c;
          border: 1px solid rgba(255,255,255,0.1);
          padding: 1.5rem;
      }
      .widget-mobile-content td {
          color: #fff;
          vertical-align: top;
          font-size: 1.45rem;
          font-weight: 400;
          padding: 4px 0;
      }
      .widget-mobile-content td a {
          color: #fff;
          text-decoration: none;
      }
      .widget-mobile-content td a:hover {
          color: #FF7100;
      }
      .whatsapp-block {
          background: #25D366;
          border-radius: 5px;
          width:3.7rem;
          height: 3.7rem;
      }
      .whatsapp-block img {
          width: 1.8rem;
      }
      .widget-mobile-content td span {
          width: 2.2rem;
          height: 2.2rem;
          border: 1px solid rgba(255,255,255,0.1);
          margin-right: 1.8rem;
      }
  }
  .share-social-media-button .a2a_dd svg {
    margin-right: 0 !important;
  }
.privacy_section {
    padding: 200px 0 60px;
}

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

        .notifcation {
            position: relative;
        }

        .alert-number {
            display: none;
            position: absolute;
            bottom: 30px;
            right: 12px;
            border-radius: 50%;
            width: 17px;
            height: 17px;
            background-color: red;
            color: white;
            text-align: center;
            font-size: small;
            animation: shake 0.5s;
            animation-iteration-count: 1;
        }
        @media screen and (max-width: 600px) {
            .popuptext {
                right: 60px !important;
            }
        }

.foto_upload {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    color: rgba(255, 255, 255, 0.8) !important;
}
.select2-container .select2-results__option::after{
    display: none;
}
.aanbod-filter-active .aanbod-filter-wrap .mob-filter-front {
    opacity: 0;
}
.aanbod-list-sec .each-product-item .each-product-info tr td {
    padding: 12px 6px 8px 3px;
    font-size: 1.6rem;
    line-height: 26px;
}
.aanbod-list-sec .each-product-wrap{
    padding: 16px 10px 0;
}
.over-ons-obout-sec .each-counter-text h3{
    font-size: 4.8rem;
    padding-bottom: 18px;
}
.over-ons-obout-sec .each-counter-text {
  padding: 37px 20px 37px 0;
}
.aanbod-list-sec .each-product-info td h4 {
    font-size: 2rem;
}
.aanbod-list-sec .each-product-info td h4 strong{
    font-size: 1.6rem;
}
.aanbod-detail-slider-sec  .each-product-info td h4{
    font-size: 2rem;
    line-height: 26px;
}
.aanbod-detail-slider-sec  .each-product-item .each-product-info tr td{
    font-size: 1.6rem;
    padding: 12px 8px 8px;
}
.aanbod-detail-slider-sec  .each-product-item .each-product-info tr td:first-child{
    padding-left: 0;
}
.aanbod-detail-slider-sec  .each-product-wrap .each-product-info td h4 strong{
    font-size: 1.6rem;
}
.aanbod-detail-slider-sec .each-product-wrap{
    padding: 16px 18px 0;
}
.afleverpakketten-description {
    margin-top: 30px;
}
.afleverpakketten-description h3 {
    margin-bottom: 15px;
}
.afleverpakketten-description p {
    margin-bottom: 20px;
}

.afleverpakketten-description ul li br {
    display: none;
}

.widget-content h5 span {
    text-decoration: underline;
    color: #00A761;
}
.widget-content {
    background: #FFF;
}
.widget-content h4 {
    color: #241E1E;
}
.widget-content button, .widget-mobile button {
    border-radius: 5px;
    color: #fff;
    border: 2px solid #00A761;
    background: #00A761;
    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{
    color: #FFF !important;
    background-color: #241E1E !important;
    border-color: #241E1E !important;
}
.widget-content h5 {
    color: #241E1E;
}
.arw-rotate img{
    filter: invert(1) brightness(1);
}