body {
	padding: 0px;
	margin: 0px;
	color: #FFF;
    font-family: 'Poppins-Regular';
    font-size: 1.6rem;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
/****cookie-fix****/
.cmn-cookie-info ul {
    margin-bottom: 0;
}
.cmn-cookie-info li {
    padding-left: 0;
    margin-bottom: 0;
}
.cmn-cookie-info li::after {
    display: none;
}
.cookie-close img {
    width: 15px;
}
/****iframe-footer****/
.iframe-footer {
    border: 0;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    display: block;
}
/* ============================================== index ============================================== */
/****fix-wp****/
.fix-wp {
	position: fixed;
	bottom: 60px;
	right: 43px;
	z-index: 97;
	height: 60px;
	width: 60px;
	background-color: #00C514;
	border-radius: 100%;
}
.fix-wp a {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.fix-wp img {
	width: 27px;
}
/****login-popup****/
.login-popup {
    padding: 13px;
    border-radius: 0 0 30px 30px;
    background: #FFF;
    box-shadow: 0 4px 28px 0 rgba(47, 47, 47, 0.25);
    width: 1262px;
    position: fixed;
    top: 0;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    max-height: 90vh;
    min-height: 487px;
    overflow-y: auto;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.login-popup::-webkit-scrollbar {
    display: none;
}
.login-popup-active {
    opacity: 1;
    pointer-events: all; 
}
.login-pop-close {
    position: absolute;
    right: 30px;
    top: 24px;
    cursor: pointer;
}
.login-pop-close img {
    width: 14px;
}
.login-popup-text {
    border-radius: 15px;
    background-color: #49d859 ;
    padding: 35px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    height: 100%;
}
.login-popup-text .common-btn {
    border-color: #fff;
}
.login-popup-text h3 {
    color: #fff;
}
.login-popup-text ul {
    margin: 30px 0 23px;
}
.login-popup-text li {
    margin-bottom: 17px;
    color: #fff;
    position: relative;
    padding-left: 17px;
    line-height: 24px;
}
.login-popup-text li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    background-image: url(../images/bullet.svg);
    background-position: center;
    background-size: 6px;
    height: 6px;
    width: 6px;
}
.login-popup-form {
    padding: 60px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    height: 100%;
}
.login-popup-form h3 {
    margin-bottom: 5px;
    color: #001005;
}
.login-popup-form .form-styl {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 16, 5, 0.6);
    padding: 24px 0;
    color: #001005;
    font-family: 'Poppins-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    width: 100%;
}
.login-popup-form .form-styl:focus {
    box-shadow: none;
    color: #001005;
    border-color: #001005;
}
.login-popup-form .form-styl::placeholder {
    color: rgba(0, 16, 5, 0.5);
}
.login-popup-form .form-styl:focus::placeholder{
    color: #001005;
}
.login-popup-form .form-control:focus{
    box-shadow: none;
}
.forget-pw {
    text-align: right;
    margin: 24px 0 40px;
}
.forget-pw a {
    color: #001005;
    line-height: 24px;
}
.forget-pw a:hover {
    color: #49d859 ;
}
.login-form-btn {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.login-popup-form .common-btn {
    padding: 8px 25px;
}
.login-form-btn .common-btn::after {
    display: none;
}
.login-popup-form .common-btn.border-btn {
    border-color: #1E1B1B;
    color: #1E1B1B;
}
.login-popup-form .common-btn.border-btn:hover {
    border-color: #49d859 ;
    color: #fff;
}
.log-or-regi {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
    row-gap: 20px;
}
.log-or-regi h6 {
    color: #fff;
    font-size: 1.6rem;
    line-height: 24px;
}
.log-or-regi p {
    color: #fff;
    margin-bottom: 0;
}
.log-or-regi p a {
    color: #fff;
}
.log-or-regi p a:hover {
    color: #001005;
}
/* .loggin-btn {
    display: none;
} */
.login-popup-form-wrap {
    width: 100%;
}
.login-success {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
}
.login-success h2 {
    margin: 16px 0 39px;
    color: #001005;
}
.login-success .common-btn{
    padding: 8px 23px;
}
.login-success .common-btn::after {
    display: none;
}
.login-eye-img img {
    width: 31px;
    height: 41px;
    position: absolute;
    top: 15px;
    right: 0;
    /* filter: brightness(10) invert(1); */
}
.show-psw {
    opacity: 1;
}
.hide-psw {
    opacity: 0;
}
.show-hide-psw .show-psw{
	opacity: 0;
}
.show-hide-psw .hide-psw {
	opacity: 1;
}
.login-eye-img{
	position: relative;
}
/****user-login***/
.user-login {
    position: relative;
    width: 160px;
}
.user-login .user-btn {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 5px;
    background-color: #49d859 ;
    padding: 6px 10px;
    font-family: 'Poppins-Regular';
    cursor: pointer;
}
.user-login .user-btn:hover {
    border-color: #49d859 ;
}
.user-login .user-btn img {
    width: 35px;
    filter: brightness(0) invert(1);
}
.user-login ul {
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #49d859 ;
    margin-top: 5px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.3);
    display: none;
}
.user-login li {
    padding-left: 0;
    margin-bottom: 5px;
}
.user-login li:last-child {
    margin-bottom: 0;
}
.user-login li::after {
    display: none;
}
.user-login li a {
    padding: 5px;
    border-radius: 3px;
    display: block;
}
.user-login li a:hover {
    background-color: #fff;
    color: #49d859 ;
}
/*******/
.form-sec.edit-profile-form {
    padding: 130px 0 20px;
    background-color: #fff;
}
.edit-form-wrap {
    padding: 60px 30px;
    /* background-color: #001005; */
    border-radius: 20px;
}
.login-form-btn {
    margin-top: 32px;
}
.edit-password-form-sec {
    padding: 160px 0 70px;
}
.edit-password-form-sec .form-area-inner {
    max-width: 600px;
    margin: 0 auto;
}
.edit-password-form-sec h3 {
    margin-bottom: 30px;
}
/****header-area****/
.inner-header{
    background-color: #19281E;
}
.header-area {
    padding: 28px 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area .container {
    position: relative;
    z-index: 1;
}
.header-area.stiky {
    background-color: #19281E;
}
.header-btn {
    display: flex;
    align-items: center;
    column-gap: 25px;
}
.header-contact .border-btn {
    border-color: #fff;
    color: #fff;
    padding-left: 23px;
}
.header-contact .border-btn:hover {
    border-color: #49d859 ;
}
.header-contact .border-btn::after {
    display: none;
}
.header-right  {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 24px;
}
.header-logo-stiky img,
.header-logo img {
    width: 406px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-login .common-btn {
    padding-left: 44px;
    border-color: rgba(255, 255, 255, 0.24);
}
.header-login .common-btn::after {
    left: 20%;
}
.header-area.stiky .header-login .common-btn:hover {
    border-color: #49d859 ;
}
.header-logo-stiky {
    display: none;
}
.header-area-active .header-logo {
    display: none;
}
.header-area-active .header-logo-stiky {
    display: block;
}
/****mega-menu****/
.mega-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 530px;
    background-color: #F5F5F5;
    padding: 120px 0 44px;
    clip-path: inset(0 0 100% 0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mega-menu .container {
    height: 100%;
}
.mega-menu.start {
	clip-path: inset(0 0 0 0);
}
.mega-menu.start2 {
	clip-path: inset(0 0 100% 0);
}
/* .mega-menu-nav {
    height: 100%;
    overflow-y: auto;
} */
.mega-menu-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.mega-menu-nav li {
    color: #001005;
    font-family: 'EurostileLTProUnicode-Demi';
    font-size: 3.2rem;
    clip-path: inset(100% 0 0 0);
	transition: all 1s;
	transition-delay: 0.4s;
    margin-bottom: 10px;
}
.mega-menu-nav li a {
    color: #001005;
}
.mega-menu-nav li a:hover {
    color: #49d859 ;
}
.mega-menu-nav li.active-up {
	clip-path: inset(0 0 0 0);
}
.mega-menu-nav::-webkit-scrollbar {
	background-color: #000;
	width: 10px;
    border-radius: 0;
}
.mega-menu-nav::-webkit-scrollbar-thumb {
	background-color: #272727;
    border-radius: 0;
}
.menu-bar {
    max-width: 61px;
    bottom: 3px;
    position: relative;
}
.menu-bar span {
    height: 2px;
    display: block;
    width: 61px;
    background-color: #fff;
    transition: all .3s cubic-bezier(.475, .425, 0, .995);
    margin-bottom: 12px;
}
.menu-bar span:last-child {
    margin-bottom: 0;
}
.menu-bar.is-active span:nth-child(1) {
    transform: rotate(-48deg);
    margin-bottom: 0;
    position: relative;
    top: 2px;
    z-index: 1;
}
.menu-bar.is-active span:nth-child(2) {
    display: none;
}
.menu-bar.is-active span:nth-child(3) {
    transform: rotate(-135deg);
    z-index: 1;
    position: relative;
}
.menu-img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.menu-img img {
    height: 100%;
    object-fit: cover;
}
.header-area .footer-right {
    background-color: #EBEBEB;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    padding: 40px;
}
.header-area .each-footer-contact h4 {
    color: #001005;
}
.header-area .each-footer-contact a {
    color: rgba(0, 16, 5, 0.70);
}
.header-area .each-footer-contact a:hover {
    color: #49d859 ;
}
.header-area .each-footer-contact {
    padding: 0 30px;
}
.header-area .each-footer-contact:first-child {
    padding-left: 0;
}
.header-area .each-footer-contact td {
    color: rgba(0, 16, 5, 0.70);
}
.header-area .each-footer-contact td:nth-child(odd) {
    padding-right: 10px;
}
.header-area .each-footer-contact::after {
    opacity: 0;
}
.header-area-active .menu-bar span {
    background-color: #001005;
}
.header-area-active .header-contact .border-btn {
    border-color: #001005;
    color: #001005;
}
.header-area-active .header-logo img {
    filter: brightness(0);
}
.mega-menu-wrap {
    height: 100%;
    overflow-y: auto;
}
.body-blur {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(8.5px);
    opacity: 0;
    z-index: 2;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.body-blur-active {
    opacity: 1;
}
/****banner-sec****/
.banner-sec {
    position: relative;
}
.banner-wrap {
	position: relative;
}
.banner-video, .each-banner {
	height: 850px;
}
.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;
}
.banner-content {
    position: absolute;
    left: 0;
    bottom: 32px;
    z-index: 2;
    width: 100%;
}
.banner-content h1 {
    margin-bottom: 34px;
    max-width: 715px;
    width: 100%;
}
/****banner-scroll****/
.banner-scroll {
	position: absolute;
    bottom: 7.5%;
    width: 100%;
}
.scroll-down-btn {
    max-width: 190px;
    width: 100%;
    height: 190px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1.5px solid #fff;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
    overflow: hidden;
    display: block;
}
.scroll-down-btn:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.scroll-down-btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-animation: scrollKey 3s ease-in-out infinite;
    animation: scrollKey 3s ease-in-out infinite;
}
.scroll-down-rotate {
    -webkit-animation: rotate 8s ease-in-out infinite;
    animation: rotate 8s ease-in-out infinite;
}
.scroll-down-btn:hover:before {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
}
.scroll-down-btn:hover {
	color: #fff;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/****product-sec****/
.product-sec {
	padding: 113px 0 55px;
	position: relative;
	overflow-x: clip !important;
    display: block !important;
    pointer-events: all !important;
}
.product-mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.product-sec::after {
    content: '';
    background: linear-gradient(294deg, rgba(255, 255, 255, 0.00) 13.02%, #FFF 99.13%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.product-heading {
	margin-bottom: 80px;
}
.product-slider {
	width: 100vw;
	margin-left: -50vw;
	left: 50%;
	position: relative;
}
.each-product-text {
	padding: 13px 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-product-text .col-8 {
    width: 65%;
}
.each-product-text .col-4 {
    width: 35%;
}
.each-product-text h3 {
    color: #001005;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
	text-transform: none;
}
.each-product-text h6 {
    color: #001005;
    font-size: 1.6rem;
    line-height: 24px;
}
.each-product-text h6 strong {
    font-weight: normal;
    color: rgba(0, 16, 5, 0.70);
}
.each-product-text p {
	color: rgba(0, 16, 5, 0.70);
    display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
    margin-bottom: 0;
}
.each-product-img {
    border-radius: 20px;
    overflow: hidden;
}
.product-slider .common-arrow {
	top: 45%;
	transform: translateY(-50%);
}
.product-slider .swiper-button-next {
	right: 26%;
}
.product-slider .swiper-button-prev {
	left: 26%;
}
.product-slider {
	position: relative;
}
.product-sec .container {
	position: relative;
	z-index: 2;
}
.product-btn {
	margin-top: 46px;
}
.product-slider::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    height: 100%;
    width: 20%;
    z-index: 2;
}
.product-slider::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    height: 100%;
    width: 20%;
    z-index: 2;
}
.product-before-login {
    overflow: hidden;
    pointer-events: none;
    /* display: none; */
}
.product-before-login-btn {
  text-align: center;
    position: absolute;
    left: 50%;
    top: 49.5%;
    transform: translate(-50%, -50%);
    z-index: 4;
    /* display: none; */
    /* width: 100%; */
}
.product-before-login-btn .common-btn {
    background-color: #003912;
    /* background-color: #49d859; */
    border-color: #49d859;
    color: #fff;
}
.product-before-login-btn .common-btn::after {
    background-image: url(../images/txt-btn-arrow.svg);
}
.product-before-login .each-product-img {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    pointer-events: none;
}
.product-before-login .each-product-img::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(12.5px);
    overflow: hidden;
    /* display: none; */
}
/****service-sec****/
.service-sec {
    background-color: #001005;
    padding: 53px 0;
    position: relative;
}
.service-right-mark {
    position: absolute;
    right: 0;
    top: -12%;
    pointer-events: none;
}
.service-left-mark {
    position: absolute;
    left: 0;
    bottom: -12%;
    pointer-events: none;
    z-index: 1;
}
.service-title h2 {
    color: #fff;
}
.service-title p {
    max-width: 600px;
    margin: 30px 0 45px;
}
.service-title .common-btn:hover {
    background-color: #fff;
    color: #001005;
}
.service-title .common-btn:hover::after {
    filter: brightness(0);
}
.service-slider .common-arrow {
    top: -3%;
}
.service-slider {
    padding-top: 52px;
}
.service-slider .swiper-button-prev {
    left: auto;
    right: 80px;
}
.each-service-info {
    margin-top: 20px;
}
.each-service-info p {
    margin: 15px 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-img {
    height: 464px;
    overflow: hidden;
    border-radius: 10px;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service:hover img {
    transform: scale(1.1);
}
.each-service .border-btn {
    color: #fff;
}
.each-service .border-btn::after {
    background-image: url(../images/txt-btn-arrow.svg);
}
.each-service:hover .border-btn {
    background-color: #49d859 ;
    border-color: #49d859 ;
}
.each-service:hover .border-btn::after {
    background-image: url(../images/txt-btn-arrow.svg);
}
.each-service:hover .border-btn:hover {
    background-color: #fff;
    color: #001005;
    border-color: #fff;
}
.each-service:hover .border-btn:hover::after {
    background-image: url(../images/txt-btn-arrow-black.svg);
}
/****about-sec****/
.about-sec {
    padding: 123px 0 113px;
    position: relative;
}
.about-sec::after {
    content: '';
    background: linear-gradient(245deg, rgba(255, 255, 255, 0.00) 9.67%, #FFF 83.56%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.about-mark {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.about-sec .container {
    position: relative;
    z-index: 1;
}
.about-right-mark {
    position: absolute;
    right: 0;
    pointer-events: none;
    bottom: -24%;
    z-index: 1;
}
.each-about-info h2 {
    font-size: 9.6rem;
    line-height: 104px;
    letter-spacing: 1.92px;
    position: relative;
    background: linear-gradient(170deg, rgba(19, 19, 19, 0.10) 0%, rgba(0, 0, 0, 0.00) 73.12%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.each-about-info h3 {
    color: #001005;
    margin-top: -40px;
}
.each-about-info p {
    color: rgba(0, 16, 5, 0.70);
    margin-bottom: 0;
    margin-top: 27px;
}
.about-mid-info p {
    color: rgba(0, 16, 5, 0.70);
    max-width: 600px;
    margin: 30px auto 40px;
}
.about-mid-info {
    text-align: center;
}
.each-about-info {
    border-radius: 20px;
    border: 1.5px solid rgba(19, 19, 19, 0.20);
    background-color: #F5F5F5;
    overflow: hidden;
    padding: 23px 20px 23px 13px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-about-info:hover {
    border-color: #49d859 ;
}
.about-left, .about-right {
    display: flex;
    flex-direction: column;
    row-gap: 17px;
    height: 100%;
    justify-content: space-between;
}
.abc {
    height: 407px;
}
.about-img {
    border-radius: 20px;
    overflow: hidden;
}
.about-mid {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    justify-content: space-between;
    height: 100%;
}
.about-title .about-mid-info {
	display: none;
}
/****footer-area****/
.footer-area {
    background-color: #001005;
    padding: 120px 0 30px;
    overflow: hidden;
    position: relative;
}
.footer-logo img {
    width: 406px;
}
.footer-logo {
    margin-bottom: 46px;
}
.footer-right {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-wp {
    max-width: 274px;
}
.footer-wp a {
    border-radius: 41.5px;
    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: 22px;
}
.footer-wp-img img {
    width: 24px;
}
.footer-wp-text h6 {
    color: #fff;
    font-size: 1.4rem;
    line-height: 20px;
    font-family: 'Poppins-Medium';
    margin-bottom: 2px;
}
.footer-wp-text p {
    color: #fff;
    font-size: 1.4rem;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-wp:hover .footer-wp-text p {
    color: #49d859 ;
}
.each-footer-contact a,
.each-footer-contact td {
    color: rgba(255, 255, 255, 0.70);
    font-family: 'Poppins-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
.each-footer-contact a:hover {
    color: #49d859 ;
}
.each-footer-contact td:nth-child(odd) {
    padding-right: 46px;
}
.each-footer-contact {
    position: relative;
    padding: 0 75px;
    padding-bottom: 50px;
    width: 33.33%;
}
.each-footer-contact:last-child {
    padding-right: 0;
}
.each-footer-contact::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.30);
}
.footer-area .col-lg-4 {
    width: 32%;
}
.footer-area .col-lg-8 {
    width: 68%;
}
.each-footer-contact-add {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.footer-top {
    position: relative;
    z-index: 1;
}
.footer-top::after {
    content: '';
    position: absolute;
    left: -18%;
    bottom: 0;
    height: 1px;
    width: 200vw;
    background: rgba(255, 255, 255, 0.30);
}
.each-footer-contact h4 {
    margin-bottom: 12px;
}
.footer-credit a:hover {
    color: #49d859 ;
}
.footer-social ul {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 10px;
}
.footer-social li a {
    border-radius: 100px;
    border: 0.5px solid rgba(255, 255, 255, 0.20);
    background-color: rgba(255, 255, 255, 0.10);
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social li a:hover {
    background-color: #49d859 ;
    border-color: #49d859 ;
}
.footer-btm {
    margin-top: 23px;
}








/*****************aanbod-list****************/
/****aanbod-filter-sec****/

.aanbod-list-heading h1{
    color: #001005;
    padding-bottom: 24px;
}
.aanbod-list-heading{
    position: relative;
    z-index: 1;
}
.aanbod-filter-sec {
    margin-top: 0;
    padding-top: 185px;
    position: relative;
    padding-bottom: 115px;
}
.aanbod-filter-sec .aanbod-filter-wrap {
    border: 0;
    padding: 0;
}
.filter-left-area .row {
    column-gap: 0px;
}
.aanbod-filter-sec label {
    font-size: 1.4rem;
}
.aanbod-filter-sec .filter-main .col-lg-3 {
    width: 21.5%;
}
.aanbod-filter-sec .filter-content {
    background: #fff;
    border-color: rgba(0, 16, 5, 0.60);
}
.aanbod-filter-sec .form-check-input {
    border-color: #14112C;
}
.aanbod-filter-sec .sorteren_op-filter {
    width: 63%;
}
.aanbod-filter-sec label span {
    color: #14112C;
}
.aanbod-filter-bg-mark {
	position: absolute;
	top: 0;
	width: 100%;
	pointer-events: none;
}
.aanbod-filter-sec::after {
    content: '';
    background: linear-gradient(245deg, rgba(255, 255, 255, 0.00) 9.67%, #FFF 83.56%);
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% + 78vh);
    width: 100%;
}
.aanbod-list-product-sec {
    padding-top: 60px;
}
.aanbod-list-product-area {
    position: relative;
    z-index: 1;
}
.aanbod-list-product-area .row {
    row-gap: 40px;
}
.filter-main {
    margin-bottom: 20px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
	border-radius: 16px;
	border: 1.5px solid #fff;
	padding: 24px 30px;
}
.filter-reset a {
    font-size: 1.4rem;
    color: #14112C;
}
.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: #49d859 ;
}
.filter-reset a:hover img {
    filter: brightness(0) saturate(100%) invert(69%) sepia(18%) saturate(1430%) hue-rotate(76deg) brightness(95%) contrast(103%);
}
.select-style {
	width: 100%;
    height: 48px;
    color: #B9B9B9;;
    font-size: 1.6rem;
    border: 1px solid #B9B9B9;
    border-radius: 100px;
    padding: 0 30px 0 19px;
    background: url(../images/filter-arrow.svg) no-repeat 92% center/10px;
    appearance: none;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    cursor: default;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.select-style:hover{
    border-color:rgba(0, 16, 5, 0.60) ;
    color: #001005;
    background: url(../images/filter-arrow-hover.svg) no-repeat 92% center/10px;
    font-family: 'Poppins-SemiBold';
}
.select-style.show{
    color: #001005;
    font-family: 'Poppins-SemiBold';
    border: 1px solid rgba(0, 16, 5, 0.60);
    background: url(../images/filter-arrow-hover.svg) no-repeat 92% center/10px;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
}
.filter-main {
    margin-bottom: 30px;
}
.filter-main option{
	font-family: 'DMSans-Regular';
	background-color: #1C1C1C;
}
.filter-content {
    display: none;
	background-color: #1C1C1C;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.06);
    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 .filter-main .row {
	justify-content: start;
}
.aanbod-filter-sec label {
    color: #1C1C1C;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'Poppins-Regular';
    font-size: 1.2rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #1C1C1C;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #1C1C1C;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #49d859 ;
    border-color: #49d859 ;
}
.auto-overview-tag:hover {
	background-color: transparent;
    color: #14112C;
}
.auto-overview-tag {
    margin-right: 5px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #FFF;
    border-radius: 100px;
    background-color:#49d859 ;
    font-size: 1.4rem;
    border: 1px solid #49d859 ;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover img {
    filter: invert(1);
}
.filter-main .col-lg-3 {
	width: 16.6%;
}
.filter-main .row {
	row-gap: 15px;
	justify-content: center;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 89px;
    background-color: #19281E;
    width: 100%;
    z-index: 5;
    margin-top: 6px;
    padding: 10px 10px 8px;
    border-top: 1px solid #fff;
}
.mobile-show-filter .common-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #49d859 ;
    border-color: #49d859 ;
    padding: 11px 23px;
}
.mobile-show-filter .common-btn::after {
    display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.filter-count {
    min-width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 100%;
    color: #14112C;
    border: 1px solid #fff;
    margin-left: 12px;
    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: #49d859 ;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #49d859 ;
}
.mobile-filter-close span img {
	width: 9px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.auto-overview-filter-result .common-btn {
    margin-top: 0;
    background-color: #49d859 ;
    border-color: #49d859 ;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result h4{
	font-size: 1.6rem;
	color: #fff;
}
.auto-overview-filter-result .common-btn:hover {
	background-color: #fff;
    border-color: #fff;
    color: #14112C;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'DMSans-Regular';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .col-lg-3 {
	margin-bottom: 0;
	width: 200px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.radio_filter .form-check-input {
	display: none;
}
/* *********aanbod-list-car-sec********** */
.aanbod-list-car-sec{
    position: relative;
    /* z-index: 2; */
}
.aanbod-list-car-sec .row{
    margin-left: -12px;
    margin-right: -12px;
    row-gap: 25px;
}
.aanbod-list-car-sec .col-lg-6 {
    padding-left: 12px;
    padding-right: 12px;
}
.aanbod-list-car-sec .col-8{
    padding-left: 12px;
    padding-right: 12px; 
}
.aanbod-list-car-sec .col-4{
    padding-left: 12px;
    padding-right: 12px; 
}
.aanbod-list-car-sec .product-before-login {
    pointer-events: all;
}
/* ******aanbod-list-img-sec***** */
.aanbod-list-img-sec{
    padding-top: 28px;
}
.aanbod-list-img img{
    border-radius: 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.aanbod-list-img-sec{
    padding-bottom: 120px;
    position: relative;
}
/* ==========================aanbod-dtl=================== */
/* *****aanbod-dtl-top-sec******** */
.aanbod-dtl-top-wrap{
    padding-bottom: 22px;
}
.aanbod-dtl-top-left h4{
    color: rgba(242, 240, 239, 0.50);
    font-family: 'MonaSansExpanded-Medium';
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 32px;
}
.aanbod-dtl-top-left h3{
    color: #001005;
}
.aanbod-dtl-top-left img,
.aanbod-dtl-top-left svg {
    filter: brightness(0) saturate(100%) invert(69%) sepia(18%) saturate(1430%) hue-rotate(76deg) brightness(95%) contrast(103%);
}
.aanbod-dtl-top-sec{
    position: relative;
    padding-top: 8px;
}
.each-aanbod-dtl-top-left{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 43px;
    height: 43px;
    border: 1px solid rgba(0, 16, 5, 0.50);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-aanbod-dtl-top-left:hover{
    background-color:#001005;
    border-color: #001005;
}
.each-aanbod-dtl-top-left:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(360deg) brightness(110%) contrast(100%);
}
.each-aanbod-dtl-top-left:hover svg {
    filter: brightness(0) invert(1) !important;
}
.aanbod-dtl-top-left{
    display: flex;
    justify-content: end;
    column-gap: 12px;
}
.aanbod-dtl-top-right h3{
    padding-bottom: 15px;
    color: #001005;
    padding-top: 12px;
}
.aanbod-dtl-top-right p{
    color: rgba(0, 16, 5, 0.70);
    margin-bottom: 0;
}
.aanbod-dtl-back-btn .about-mark{
    z-index: -1;
}
/* ******aanbod-dtl-top-slider-sec********** */
.each-top-side-car img{
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}
.each-top-side-car{
    padding-bottom: 22px;
    /* height: 215px; */
    height: 33.33%;
}
.each-top-side-car:last-child{
    padding-bottom: 0;
}
.aanbod-dtl-top-car-slider img{
    border-radius: 20px;
}
.aanbod-dtl-top-slider-wrap .row{
    margin-left: -10px;
    margin-right: -10px;
}
.aanbod-dtl-top-slider-wrap .col-lg-2{
    padding-left: 10px;
    padding-right: 10px;
    width: 19.6%;
}
.aanbod-dtl-top-slider-wrap .col-lg-8{
    padding-left: 10px;
    padding-right: 10px;
    width: 60.4%;
}
.each-aanbod-dtl-car {
    height: 100%;
}
.each-aanbod-dtl-car-info h4{
    color: #001005;
    padding-bottom: 2px;
}
.each-aanbod-dtl-car-info p{
    color: rgba(0, 16, 5, 0.70);
    margin-bottom: 0;
}
.each-aanbod-dtl-car-info{
    display: flex;
    align-items: center;
    column-gap: 16px;
}
.aanbod-dtl-car-info {
    display: flex;
    justify-content: space-between;
    padding-left: 18px;
}
.aanbod-dtl-car-price{
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.aanbod-dtl-car-price h2 {
    letter-spacing: normal;
}
.aanbod-dtl-car-info-area{
    padding-top: 42px;
    padding-bottom: 39px;
}
.each-aanbod-dtl-icon-img img{
    width: 25px;
    filter: brightness(0) saturate(100%) invert(69%) sepia(18%) saturate(1430%) hue-rotate(76deg) brightness(95%) contrast(103%);
}
.aanbod-dtl-car-info-area .col-lg-7{
    width: 60%;
}
.aanbod-dtl-car-info-area .col-lg-5{
    width: 40%;
}
.aanbod-dtl-car-info-area .row{
    justify-content: space-between;
    align-items: center;
}
/* *******form-sec********** ******************/
.form-sec{
    background: #001005;
    padding-top: 75px;
    padding-bottom: 106px;
    position: relative;
}
.form-area .form-styl.photo_upload,
.form-area .form-styl.foto_upload {
    color: rgba(0, 16, 5, 0.50);
} 
.form-mark {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.form-mark img{
    height: 100%;
    object-fit: cover;
}
.form-left-mark {
    position: absolute;
    left: 0;
    pointer-events: none;
    bottom: -20%;
    z-index: 1;
}
.form-main-area {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 4px 28px 0 rgba(47, 47, 47, 0.25);
    padding: 14px;
}
.form-main-area .row {
    align-items: initial !important;
}
.form-area .form-styl {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 16, 5, 0.60);;
    font-size: 1.6rem;
    color: #001005;
    font-family: 'Poppins-Regular';
    border-radius: 0;
    padding: 6px 0px 23px 0px;
    line-height: normal;
    border-radius: 0;
    line-height: 24px;
}
.form-area{
    max-width: 754px;
    margin: 0 auto;
    height: 100%;
    padding: 50px 0;
}
.form-area .form-styl:focus {
    background-color: transparent;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #001005;;
    color: #001005;
}
.form-area .form-styl::placeholder {
    color: rgba(21, 32, 46, 0.60);
}
.form-area .form-styl:focus::placeholder{
    color: #001005;
}
.form-area .form-styl:focus::first-letter {
    text-transform: uppercase;
    /* color: red; */
}
.form-area .form-group {
    position: relative;
    margin-bottom: 60px;
}
.form-area textarea {
    resize: none;
    padding-left: 10px;
}
.form-area textarea.form-styl {
    min-height: 90px;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 16, 5, 0.60);;
}
.form-heading h2{
    padding-bottom: 36px;
    color: #FFF;
}
.form-heading p{
    max-width: 654px;
    margin-right: auto;
    margin-left: auto;
    line-height: 24px;
    margin-bottom: 42px;
}
.form-button{
    margin-top: 40px;
}
.form-right-area{
    max-width: 673px;
    margin-left: auto;
}
.form-styl::placeholder {
    color: rgba(255, 255, 255, 0.60);
}
.form-area .form-styl:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.60);
}
.form-area .form-group label {
    text-align: left;
    display: block;
    position: absolute;
    transition: all 0.5s ease-in-out;
    color: rgba(0, 16, 5, 0.50);
    font-size: 1.6rem;
    font-family: 'Poppins-Regular';
    line-height: normal;
    padding: 6px 0px 23px 0px;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
}
.form-area .form-styl:focus + label {
    color: #001005;
}
.form-area .form-styl:focus + label strong{
    color: #49d859 ;
}
.form-area label strong{
    opacity: 1;
    color: rgba(0, 16, 5, 0.50);
}
.form-area .form-group.focused input, .form-group.focused textarea {
    border-bottom: 1px solid #FFF;
}
.form-area .row{
    margin-left: -24px;
    margin-right: -24px;
}
.form-area .col-lg-6{
    padding-left: 24px;
    padding-right: 24px 
}
.form-area .col-lg-12{
    padding-left: 24px;
    padding-right: 24px;
}
.form-heading{
    padding-bottom: 33px;
}
.form-group.textarea-dtl{
    margin-bottom: 0;
}
.form-button .common-btn{
    padding: 11px 45px 11px 14px;
}
.form-button .common-btn::after{
    background-image: url(../images/form-btn-icon.svg);
    right: 18px;
    left: auto;
    background-size: 17px;
    height: 20px;
    width: 20px;
    filter: invert(1);
}
.form-button .common-btn:hover::after{
    filter: none;
}
/* *************form-left-area****************** */
.each-form-left-content-wrap{
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 19px;
    display: flex;
    column-gap: 12px;
    padding: 20px;
}
.each-form-left-number h2{
    font-size: 4.4rem;
    background: linear-gradient(180deg, rgba(19, 19, 19, 0.20) 0%, rgba(0, 0, 0, 0.00) 73.12%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.each-form-left-number{
    padding-top: 8px;
}
.form-left-area{
    max-width: 514px;
    border-radius: 10px;
    overflow: hidden;
    border-radius: 15px;
    background: linear-gradient(0deg, #49d859  0%, #49d859  100%);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.form-left-content{
    padding: 30px;
    position: relative;
}
.each-form-left-content-wrap h4{
    padding-bottom: 3px;
}
.adres-dtls-btm h4{
    padding-top: 20px;
}
.each-form-left-content-wrap a{
    line-height: 24px;
    font-size: 1.6rem;
    font-family: 'Poppins-Regular';
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: #fff;
}
.each-form-left-content-wrap a:hover{
    color: #001005;
}
.opening-time table td{
    line-height: 24px;
    font-size: 1.6rem;
    font-family: 'Poppins-Regular';
    color: #fff;
}
.form-socil-icon ul{
    display: flex;
    column-gap: 13px;
    flex-wrap: wrap;
}
.form-socil-icon ul li a{
    width: 44px;
    height: 44px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.10);
}
.form-socil-icon ul li a:hover{
    background-color: #001005;
    border: 1px solid #001005;
}
.form-socil-icon img{
    max-width: 17px;
}
.opening-time td{
    color: #FFF;
    font-family: 'WidescreenTrial-Regular';
    line-height: 24px;
    letter-spacing: 0.32px;
}
.opening-time td:nth-child(odd){
    padding-right: 38px;
}
.form-socil-icon{
    height: 100%;
    margin-top: 5px;
}
.form-area-wrap .col-lg-5{
    width: 36%;
}
.form-area-wrap .col-lg-7{
    width: 64%;
}
/* ******aanbod-btm-sec****** */
.aanbod-btm-sec{
    padding-top: 148px;
    padding-bottom: 105px;
    position: relative;
}
.aanbod-btm-heading{
    padding-bottom: 87px;
    z-index: 1;
    position: relative;
}
.aanbod-btm-slider .swiper-button-next{
    right: 0;
    top: 38%;
}
.aanbod-btm-slider .swiper-button-prev{
    left: 0;
    top: 38%;
}
.aanbod-btm-mark {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.aanbod-btm-sec::after {
    content: '';
    background: linear-gradient(245deg, rgba(255, 255, 255, 0.00) 9.67%, #FFF 83.56%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 60px;
	margin-bottom: 38px;
    border: 0;
	justify-content: center;
}
.tab-btn::after{
    content: "";
    background: #49d859 ;
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100%;
}
.dtl-tab-sec-wrap .col-lg-2{
    width: 15%;
}
.dtl-tab-sec-wrap .col-lg-10{
    width: 85%;
}
.tab-btn{
    position: relative;
    height: 100%;
}
.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;
    margin-bottom: 0;
    color: #FFF;
    text-transform: none;
	font-size: 1.6rem;
	line-height: normal;
	padding-left: 16px;
	position: relative;
    width: 100%;
    z-index: 1;
    margin-top: 35px;
    font-family: 'Inter-SemiBold';
    padding: 16px 23px 16px 16px;
}
.tab-btn ul.tabs .common-btn{
    border-radius: 10px 0px 0px 10px;
}
.tab-btn ul.tabs .common-btn:hover{
    border-radius: 10px 0px 0px 10px;
    background-color: #FFF;
    border-color:  #FFF;
    color: #1F1F1F;
}
.tab_container.tab-content{
	max-width: 1200px;
    margin-left: auto;
    padding-top: 120px;
    padding-bottom: 116px;
    padding-left: 10px;
}
.tab-btn ul.tabs li.active span{
	color: #FFF;
}
.tab-btn ul.tabs li.active span::after, ul.tabs li span:hover::after{
    opacity: 1;
}
.tab_content {
    display: none;
}
.tab_content img{
	max-width: 40%;
	height: 30px;
	filter: invert(1);
	padding-right: 15px;
}
.tab_content p{
    color: #1F1F1F;
}
.tab_drawer_heading{
    display: none;
}
.dtl-tab-sec {
    padding: 0px;
}
.dtl-tab-sec .common-wrap{
    padding-top: 73px;
	padding-bottom: 85px;
}
.tab_drawer_heading{
	display: none;
}
.tab-btn .tabs {
    padding: 0;
    overflow: hidden;
}
.tab-btn .tabs li:first-child{
    margin-top: 110px;
}
.tab-btn .tabs li.active{
	color: #1F1F1F;
    border-radius: 10px 0px 0px 10px;
    background: #FEFEFE;
    border-color: #FEFEFE;
}
.tab-btn .tabs li:last-child{
    margin-bottom: 100px;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
	column-gap: 15px;
    row-gap: 18px;
}
.kenmerken-tab li {
    line-height: 30px; 
    width: 32%;
	padding: 18px 25px 18px 30px;
	position: relative;
	font-family: 'Poppins-Regular';
	color: rgba(31, 31, 31, 0.70);
	line-height: 20px;
    display: flex;
    justify-content: space-between;
    column-gap: 60px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    border-radius: 10px;
    border: 1px solid rgba(31, 31, 31, 0.30);
}
.kenmerken-tab li:hover{
	border-radius: 10px;
    background: #49d859 ;
	border-color:  #49d859 ;
	color: rgba(255, 255, 255, 0.70);
}
.kenmerken-tab li:hover strong{
    color: #FFF;
}
.kenmerken-tab li strong {
	font-family: 'Inter-SemiBold';
    font-weight: normal;
	display: block;
	color: #1F1F1F;
	line-height: 20px;
}
.kenmerken-tab li::after {
	display: none;
}
.kenmerken-tab{
	overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #D9D9D9;
    padding-bottom: 10px;
	margin-bottom: 10px;
    font-size: 2.4rem;
    line-height: 32px;
    color: #1F1F1F;
    font-family: 'Poppins-Medium';
}
.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: 20px;
    position: relative;
	margin-bottom: 10px;
	font-family: 'Poppins-Regular';
    color: #1F1F1F;
    font-size: 1.6rem;
    line-height: 24px;
}
.dtl-tab-sec .bullet-panel li:after {
    position: absolute;
    top: 7px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background-color: #49d859 ;
    background-repeat: no-repeat;
    border-radius: 100px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #49d859 ;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #49d859 ;
    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;
    color: #1F1F1F;
    line-height: 20px;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    font-size: 1.6rem;
	text-transform: none;
    color: #1F1F1F;
	font-family: 'Poppins-Regular';
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn{
    text-align: left;
    color: #49d859 ;
    cursor: pointer;
    margin-top: 32px;
	font-family: 'Inter-SemiBold';
    font-size: 1.6rem;
    line-height: 24px;
	line-height: normal;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.tab-btm-btn:hover{
    color: #1F1F1F;
}
.tab-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.tab-popup-content-wrap{
    overflow-x: hidden;
    overflow-y: scroll;
}
.popup-opacity{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(18, 18, 18, 0.60);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.tab-popup-area {
    border-radius: 20px;
    background: #1F1F1F;
    position: relative;
    z-index: 101;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #49d859 ;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(76, 169, 130, 0.4);
    -webkit-box-shadow: 0 4px 12px rgba(76, 169, 130, 0.4);
	max-width: 93%;
}
.popup-cross{
    background: #1F1F1F;
    width: 45px;
    height: 45px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #49d859 ;
}
.tab-popup-content {
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    height: calc(100% - 116px) !important;
}
.tab-popup-content ul{
    margin-bottom: 33px;
    padding: 0;
}
.tab-popup-content ul:last-child{
    margin-bottom: 0;
}
.popup-cross img{
    width: 38px;
}
.tab-popup-area h3{
	font-family: 'Poppins-SemiBold';
    line-height: normal;
    margin-bottom: 20px;
    font-size: 2.8rem;
}
.tab-popup-area p{
    color: rgba(247, 240, 236, 0.50);
    line-height: normal;
    padding-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	font-family: 'Poppins-Regular';
	margin-bottom: 0;
}
.tab-popup-content h4{
	font-family: 'Poppins-SemiBold';
    line-height: 56px;
    margin-bottom: 20px;
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.15);
    font-family: 'Poppins-Regular';
    line-height: 30px;
    color: #F7F0EC;
    flex-wrap: wrap;
    padding-left: 0;
    padding-top: 12px;
    padding-bottom: 12px;
}
.tab-popup-content li::after{
	display: none;
}
.tab-popup-content li strong{
    width: 50%;
    font-weight: normal;
    color: rgba(247, 240, 236, 0.70);
}
.show-popup{
    display: none;
}
.tab-btn .tabs li.active::after {
	transform: rotate(90deg);
	top: 3px;
    opacity: 1;
    filter: brightness(1) invert(1);
}
.tab-btn .tabs .common-btn:hover::after {
    opacity: 1;
    filter: brightness(1) invert(1);
}
.tabs li::after {
	display: inline-block;
	content: url(../images/tab_arrow.svg);
	position: relative;
	top: 9px;
    left: 7px;
	background-color: transparent;
	width: 9px;
    height: auto;
    background-image: none;
}
.dtl-tab-mark{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
}
.dtl-tab-mark img{
	height: 100%;
	object-fit: cover;
}
.dtl-tab-sec .common-wrap{
	position: relative;
}
.dtl-tab-sec-wrap{
    position: relative;
}
.dtl-tab-sec-wrap::after{
    content: "";
    height: 1px;
    width: 100%;
    max-width: 1295px;
    background: rgba(0, 16, 5, 0.70);
    position: absolute;
    top: 0;
    right: 0;
}
.form-height-add .form-main-area {
    padding: 14px;
}
/* ===========contact-page============= */
/* ******contact-form-sec********* */
.form-sec.contact-form-sec{
    background: transparent;
    padding-top: 110px;
    position: relative;
    padding-bottom: 80px;
}
.contact-form-sec .form-mark{
    z-index: -1;
}
.contact-form-sec .form-button .common-btn {
    border-radius: 5px;
}
.form-sec.contact-form-sec::after{
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(245deg, rgba(255, 255, 255, 0.00) 9.67%, #FFF 83.56%);
    position: absolute;
    z-index: -1;
}
.contact-form-sec .form-heading h2{
    color: #001005;
    padding-bottom: 32px;
}
.contact-form-sec .form-heading p{
   color: rgba(0, 16, 5, 0.70);
}
/* *******map-sec******* */
.contact-map-area{
    height: 550px;
}
/* --------------- Diensten Page Strat Here ------------- */
.inner-banner-sec{
    position: relative;
    z-index: 1;
}
.inner-page-content{
    position: absolute;
    bottom: 120px;
}
.diensten-listing-sec{
    position: relative;
    z-index: 1;
    padding: 80px 0px 120px;
}
.diensten-listing-sec::after{
   content: '';
    background: linear-gradient(245deg, rgba(255, 255, 255, 0.00) 9.67%, #FFF 83.56%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.diensten-listing-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
}
.diensten-listing-wrapper .diensten-each-item {
    background: #001005;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    height: 304px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    width: 100%;
}
.diensten-listing-box{
    overflow: hidden;
    border-radius: 20px;
    transition: 0.3s ease-in-out;
    display: block;
    padding: 100px 94px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: 0.3s ease-in-out;
}
.diensten-listing-img {
    position: absolute;
    top: 0;
    border-radius: 20px;
    transition: 0.3s ease-in-out;
    border-radius: 20px;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    height: 100%;
    width: 100%;
}
.diensten-listing-img::after{
    position: absolute;
    content: "";
    background: rgba(73, 216, 89, 0.9);
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
}
.diensten-listing-img img {
    height: 100%;
    object-fit: cover;
}
.diensten-listing-wrapper .diensten-each-item:hover{
    background: transparent;
}
.diensten-listing-wrapper .diensten-each-item:hover .diensten-listing-img{
    opacity: 1;
    z-index: -1;
}
.diensten-listing-box:hover .diensten-button{
    border: 1px solid #49d859 ;
    background: #003912;
}
.diensten-listing-content {
    max-width: 668px;
    margin: 0 auto;
    transition: 0.3s ease-in-out;
}
.diensten-listing-number{
    font-family: 'EurostileLTProUnicode-Demi';
    font-size: 9.6rem;
    font-style: normal;
    font-weight: 300;
    line-height: 104px; 
    letter-spacing: 1.92px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.40) 0%, rgb(255 255 255 / 4%) 73.12%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.3s ease-in-out;
}
.diensten-listing-content h3{
    color: #FFF;
    font-family: 'EurostileLTProUnicode-Demi';
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 300;
    line-height: 40px; 
    letter-spacing: 0.64px;
    margin-bottom: 22px;
    transition: 0.3s ease-in-out;
}
.diensten-listing-content p{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    font-family: 'Poppins-Regular';
    margin-bottom: 0;
    transition: 0.5s ease-in-out;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.diensten-button {
    border: 1px solid #49d859 ;
    color: #FFF;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
    border-radius: 100px;
    padding: 12px 24px 12px 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 160px;
    background-color: transparent;
}
.diensten-listing-sec .about-right-mark {
    position: absolute;
    right: 0;
    pointer-events: none;
    bottom: -18%;
    z-index: 1;
}
.common-btn.diensten-button::after {
    left: 24px;
    background-image: url(../images/txt-btn-arrow.svg);
}
/* --------------- back-button-wrapper Page End Here ------------- */
/* --------------- Inkoop taxatie Page Start Here ------------- */
.back-button-wrapper {
    padding-top: 190px;
}
.inkoop-taxatie-img img{
    border-radius: 20px;
}
.inkoop-taxatie-sec {
    padding: 28px 0px 80px;
    position: relative;
    z-index: 1;
    display: block;
}
.back-button-wrapper .border-btn::after{
    background-image: url(../images/back-button-arrow.svg);
}
.back-button-wrapper .border-btn{
    border-color: #001005;
    color: #001005;
}
.back-button-wrapper .border-btn:hover{
    background-color: #49d859 ;
    color: #fff;
    border-color: #49d859 ;
}
.back-button-wrapper .border-btn:hover::after{
    filter: brightness(0) invert(1);
}
.inner-common-heading h2{
    color: #001005;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 56px; 
    letter-spacing: 0.96px;
    margin-bottom: 24px;
}
.inner-common-heading p{
    color: #001005;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}
.inner-common-heading p:last-child{
    margin-bottom: 0;
}
.inkoop-taxatie-sec .inner-common-heading{
    max-width: 946px;
    margin-left: auto;
}
.inkoop-box-sec{
    padding-bottom: 120px;
}
.inkoop-taxatie-wrapper table tbody tr{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 30px;
}
.inkoop-taxatie-wrapper table tbody tr td{
    border-radius: 20px;
    background: #F5F5F5;
    position: relative;
    z-index: 1;
    padding: 80px 24px;
    height: 100%;
    transition: 0.3s ease-in-out;
}
.inkoop-taxatie-wrapper table tbody tr td:hover{
    transform: translateY(-10px);
}
.inkoop-taxatie-wrapper table tbody tr td::after{
    position: absolute;
    content: "";
    border: 1.5px solid #49d859 ;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    border-radius: 20px;
}
.inkoop-taxatie-wrapper table tbody tr td h2{
    font-size: 96px;
    font-style: normal;
    font-weight: 600;
    line-height: 104px; 
    letter-spacing: 1.92px;
    background: linear-gradient(180deg, rgba(19, 19, 19, 0.10) 0%, rgba(0, 0, 0, 0.00) 73.12%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.inkoop-taxatie-wrapper table tbody tr td h3 {
    color: #001005;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 0.64px;
    margin-bottom: 16px;
    margin-top: -35px;
}

.inkoop-taxatie-wrapper table tbody tr td p{
    color: rgba(0, 16, 5, 0.70);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    letter-spacing: 0.32px;
    margin-bottom: 0px;
}
.about-mark{
    z-index: -1;
}
.gerelateerde-wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 24px;
}
.gerelateerde-sec{
    background: url(../images/about-mark1.svg);
    position: relative;
    padding: 120px 0px;
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
}
/* .gerelateerde-sec .service-left-mark {
    display: none;
} */
.gap-bottom{
    margin-bottom: 80px;
}
.gerelateerde-sec .each-service-info h3{
    color: #001005;
}
.gerelateerde-sec .each-service-info p{
    color: #001005;
}
.gerelateerde-sec .border-btn{
    color: #001005;
}
.gerelateerde-sec .each-service .border-btn::after {
    background-image: url(../images/gerelateerde-btn-arrow.svg);
}
.gerelateerde-sec .each-service:hover .border-btn::after{
    filter: brightness(0) invert(1);
}
.gerelateerde-sec .each-service:hover .border-btn{
    color: #fff;
}
.gerelateerde-sec .each-service-img {
    height: 372px;
}
.gerelateerde-sec .service-right-mark {
    position: absolute;
    right: 0;
    top: unset;
    bottom: -20%;
    pointer-events: none;
    z-index: 1;
}
.gerelateerde-sec .service-left-mark {
    position: absolute;
    left: 0;
    bottom: unset;
    pointer-events: none;
    top: -16%;
}
.gerelateerde-sec .inner-common-heading h2{
    margin-bottom: 0;
}
.gerelateerde-sec .service-slider{
    padding-top: 0;
}
/* --------------- Inkoop taxatie Page End Here ------------- */
/* ---------------Vacatures Page Start here --------------- */
.vacatures-banner-sce .inner-page-img img{
border-radius: 10px;
}
.verkoop-sec .inkoop-taxatie-wrapper table tbody tr{
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.inkoop-taxatie-wrapper ul li{
    color: rgba(0, 16, 5, 0.70);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; 
letter-spacing: 0.32px;
position: relative;
}
.inkoop-taxatie-wrapper ul{
    padding-left: 20px;
}
.inkoop-taxatie-wrapper ul li::after {
    position: absolute;
    content: "";
    background-color: rgba(0, 16, 5, 0.70);
    left: -12px;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

.verkoop-sec .inkoop-taxatie-wrapper table tbody tr td {
    padding: 30px 76px 56px 24px;
}
.gerelateerde-sec .each-service-img{
    border-radius: 20px;
}
/* -------------- Vacatures Page End here ----------------- */
/* -------------- Over Ons Page Start here ----------------- */
.over-ons-sec{
    padding: 80px 0px 120px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.over-ons-sec::after{
    content: '';
    background: linear-gradient(245deg, rgba(255, 255, 255, 0.00) 9.67%, #FFF 83.56%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.over-ons-img{
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.over-ons-sec .inner-common-heading {
    max-width: 946px;
}
.about-sec.over-ons-war-sec::after {
    background: #001005;
}
.over-ons-war-sec .about-mark{
    z-index: 1;
}
.over-ons-war-sec{
    padding: 80px 0px 120px;
}
.over-ons-war-sec .about-mid-info h2{
    color: #ffff;
    margin-bottom: 24px;
}
.over-ons-war-sec .about-mid-info p {
    color: rgba(255, 255, 255, 0.70);
    margin: 0 auto;
}
.about-left  .each-about-info:first-child, 
.about-right .each-about-info:first-child {
    min-height: 317px !important;
    /* max-width: 370px; */
    height: 100%;
}
.over-ons-war-sec .about-right .each-about-info:first-child{
    margin-left: auto;
}
.about-left  .each-about-info:last-child, 
.about-right .each-about-info:last-child {
    min-height: 405px !important;
    height: 100%;
}
.over-ons-war-sec .col-lg-3{
    width: 27%;
}
.over-ons-war-sec .col-lg-6{
    width: 46%;
}
 .about-img img {
       height: 100%;
    min-height: 405px;
    object-fit: cover;
}
.team-sec{
    position: relative;
    z-index: 1;
    padding: 120px 0px;
}
.team-sec::after{
    position: absolute;
    content: "";
    background: linear-gradient(245deg, rgba(255, 255, 255, 0.00) 9.67%, #FFF 83.56%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.each-team-slide img {
    max-width: 491px;
    height: 100%;
    border-radius: 20px;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-team-slide h4{
    color: #001005;
    text-align: center;
}
.each-team-slide h6{
    color: rgba(0, 16, 5, 0.50);
    text-align: center;
    font-size: 1.6rem;
    line-height: 24px; 
}
.each-team-slide p, .each-team-slide p a {
    color: rgba(0, 16, 5, 0.50);
    text-align: center;
	margin-bottom: 5px;
}
.team-sec .inner-common-heading h2{
    margin-bottom: 0px;
}
.each-team-img {
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 24px;
}
.each-team-slide:hover .each-team-img img {
    transform: scale(1.1);
}
.over-ons-war-sec .about-right-mark {
    top: -14%;
    bottom: unset;
}
.over-ons-war-sec .each-about-info{
    border-radius: 20px;
   border: 1.5px solid rgba(19, 19, 19, 0.20);
   background: #F5F5F5;
}
.over-ons-war-sec .each-about-info:hover {
    border-color: #49d859 ;
}
.about-left, .about-right {
    display: grid;
       grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 17px;
}
.about-mid {
     display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 17px;
}

.each-team-slide{
    overflow: hidden;
}
/* -------------- Over Ons Page End here ----------------- */
/*===========================popup start===============================*/
.modal-area .modal-dialog {
    max-width: 1138px;
    margin: 8% auto 0;
}
.modal-area .modal {
   background: rgba(0, 16, 5, 0.50);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-content-wrap {
    border-radius: 10px;
    overflow: hidden;
}
.modal-content .col-lg-5 {
    width: 41%;
}
.modal-content .col-lg-7 {
    width: 59%;
}
.modal-area .popup-content ul {
    margin-bottom: 16px;
    padding: 0;
    list-style: none;
}
.modal-area .popup-content {
    padding: 32px;
    background-color: #FFFFFF;
}
.pop-up-image {
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1;
	height: 56px;
	width: 56px;
	background-color: #49d859 ;
	display: flex;
	align-items: center;
	justify-content: center;
    border-radius: 100%;
	z-index: 3;
}
.close-img img {
	width: 25px;
}
.popup-content h4{
    color: #0A1520;
    margin-bottom: 16px;
} 
.popup-content ul li{
    color: #0A1520;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; 
}
.popup-content p{
    color: #0A1520;
    margin-bottom: 16px;
}
.popup-content p:last-child{
    margin-bottom: 0;
}
/* ------------ Thank you page -------- */
.thank-you-sec .banner-content h1 {
    margin-bottom: 24px;
    max-width: 100%;
    width: 100%;
}
.thank-you-sec .banner-content {
    bottom: 48px;
}
/* ==========verkocht-page================ */
.aanbod-list-car-sec.verkocht-list-car-sec{
    padding-top: 185px;
    padding-bottom: 76px;
}
.verkocht-heading p{
    color: #0A1520;
    padding-top: 28px;
}
.verkocht-heading h1{
    color: #001005;
}
.verkocht-heading {
    padding-bottom: 56px;
}

.edit-form-sec h3{
    color: #001005;
}

.user-login .common-btn::after{
    display: none;
}

/*******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;
    /* text-transform: uppercase; */
    padding-top: 15px;
    margin-bottom: 15px;
    color: #1F1F1F;
    border-bottom: 1.5px solid #D9D9D9;
    padding-bottom: 10px;
    font-family: 'Poppins-Medium';
    font-size: 2.4rem;
    line-height: 32px;

}
.star_icon p img{
    width: 15px;
    height: 15px;
    margin-top: -3px;
    margin-right: 5px;
    filter: invert(0);
    padding-right: 0;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}
.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#49d859  calc(1*100%/6),#F6F8FA 0 calc(3*100%/6),#49d859  0),
              linear-gradient(#49d859  calc(2*100%/6),#F6F8FA 0 calc(4*100%/6),#49d859  0),
              linear-gradient(#49d859  calc(3*100%/6),#F6F8FA 0 calc(5*100%/6),#49d859  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: #49d859 ;
  }


.carpass-img {
    width: 115px;
}

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

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

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

.notifcation {
	position: relative;
}

.alert-number {
	display: none;
	position: absolute;
    bottom: 28px;
    left: 16px;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	background-color: red;
	color: white;
	text-align: center;
	font-size: small;
	animation: shake 0.5s;
	animation-iteration-count: 1;
}

@media screen and (max-width: 600px) {
	.popuptext {
		right: 60px !important;
	}
}
@media (max-width : 767.98px){
	.fixed-whatsapp-icon{
		display: none;
	}
}
.each-service:hover .each-service-arrow .common-arrow-part{
    background-color: #FAFAFA;
}
.privacy_section h2{
    padding-top: 85px;
}

.each-price-table li::after {
    display: none;
}
.range-sec .range-area .fill{
    background-color: #121212;
}
/* .share-social-media-button{
    padding: 6px 9px;
} */
/* @media(max-width: 519px) and (min-width: 416px){
	.calculator{
	    height: 1670px !important;
    }
}
@media(max-width: 415px){
	.calculator{
        height: 1826px !important;
    }
}


@media(max-width: 990px) and (min-width: 768px){
	.calsty {
        height: 789px;
    }
}
@media(max-width: 767px) and (min-width: 519px){
	.calsty {
	height: 689px;
}
}
@media(max-width: 518px){
	.calsty {
	height: 810px;
}
} */
/* .col-lg-4:nth-child(1) .each-diens-dtl-btm{
    flex-direction: column-reverse;
} */
.mini-right-nav {
    position: fixed;
    top: 39%;
    z-index: 999;
    left: 0px;
}
.mini-right-nav li a {
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #9d2727;
}
.mini-right-nav img {
    width: 24px;
    position: relative;
    z-index: 1;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.mini-right-nav span {
    font-family: 'New Rail Alphabet Medium';
    font-size: 13px;
    bottom: 0;
    letter-spacing: 0.5px;
    right: 60px;
    line-height: 60px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 0;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    transition: 0.50s;
}
.mini-right-nav li::after{
    display: none;
}
.mini-right-nav li,
.mini-right-nav ul{
    padding-left: 0 !important;
}
.iframe-footer {
    border: 0;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    display: block;
}
.mtmo_widget_17 {
    position: fixed;
    right: 0;
    top: 25%;
    z-index: 99;
}
.privacy_section p {
    color: #000000;
}
.privacy_section {
    padding: 40px 0;
}
.voorraadwekker_widget_section .form_part .voorraadwekker_btn {
    background-color: #49d859  !important;
}
.voorraadwekker_widget_section .form_part .voorraadwekker_btn:hover {
    background-color: #0A1520 !important;
}
body .form-area .error_cls,
body .form-area .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.voorraadwekker_widget_wapper {
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    margin: 40px 0;
}
.voorraadwekker_widget_section {
    position: relative;
    z-index: 1;
}
.service-right-mark img,
.service-left-mark img,
.about-right-mark img,
.form-left-mark img  {
    filter: brightness(0) saturate(100%) invert(69%) sepia(18%) saturate(1430%) hue-rotate(76deg) brightness(95%) contrast(103%);
}
.aanbod-list-car-sec .product-before-login-btn{
	top: 40%;
}





