body {
	padding: 0px;
	margin: 0px;
    color: #1D1D1B;
    font-family: 'LamaSans-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;
}
.star_icon p { 
    margin-bottom: 0; 
}
/****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;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-top {
    padding: 7px 0;
    background-color: #4CA4A6;
}
.header-top ul {
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 16px;
    display: flex;
    justify-content: start;
}
.log-wrap {
    display: flex;
    align-items: center;
    gap: 21px;
    justify-content: end;
}
.log-wrap p{
    font-family: 'LamaSans-SemiBold';
    margin-bottom: 0;
}
.log-wrap p a {
    color: #FFF;
    transition: 0.4s ease-in-out;
}
.log-wrap p a:hover{
    color: #1D1D1B;
}
.header-top li {
    color: #fff;
}
.header-top li a {
    color: #fff;
}
.header-top li a:hover {
    color: #1D1D1B;
}
.header-main {
    padding: 14px 0;
}
.header-logo img {
    width: 134px;
    transition: 0.4s ease-in-out;
}
.profile-wrap img {
    width: 28px;
    height: 28px;
}
.profile-wrap a {
    display: flex;
    align-items: center;
    gap: 9px;
    justify-content: end;
    width: max-content;
	margin-left: auto;
}
.profile-wrap p{
    margin-bottom: 0;
}
.profile-wrap p {
    margin-bottom: 0;
}
.profile-wrap p{
    color: #FFF;
    transition: 0.4s ease-in-out;
}
.profile-wrap a{
    transition: 0.4s ease-in-out;
}
.profile-wrap a:hover p{
    color: #1D1D1B;
}
.header-nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-nav > ul > li {
    color: #fff;
    /* font-family: 'LamaSans-Regular'; */
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'LamaSans-Bold';
}
.header-nav > ul > li > a {
    color: #fff;
}
.header-nav > ul > li > a:hover {
    color: #4EA4A8;
}
.header-nav .parent-dropdown img {
    filter: brightness(0) invert(1);
}
/******menu-btn******/
.menu-bar {
    position: relative;
    max-width: 44px;
    width: 100%;
    cursor: pointer;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 2px;
    margin: 7px 0 7px auto;
    width: 44px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.inner-header .menu-bar div, .inner-header .menu-bar::after, .inner-header .menu-bar::before{
    background-color: #1D1D1B;
}
.menu-bar.active div {
    transform: scale(0);
    background-color: #1D1D1B;
}
.menu-bar.active:before {
    transform: translateY(10px) rotate(135deg);
    background-color: #1D1D1B;
}
.menu-bar.active:after {
    transform: translateY(-7px) rotate(-135deg);
    background-color: #1D1D1B;
}
.header-active .menu-bar div, 
.header-active .menu-bar::after, 
.header-active .menu-bar::before {
    background-color: #1D1D1B;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 16px;
}
.parent-dropdown > ul {
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	border: 1px solid rgb(15, 17, 24, 0.3);
	background-color: #fff;
	box-shadow: 0px 10px 15px -3px rgb(15, 17, 24, 0.3);
    border-radius: 5px;
	min-width: 170px;
	margin-top: 7px;
    margin-bottom: 0;
	z-index: 1;
	max-height: 0;
	overflow: hidden;
	transition: all 0.7s;
	opacity: 0;
	pointer-events: none;
    list-style: none;
    padding: 0;
    max-height: 120px;
    overflow-y: auto;
}
.parent-dropdown > ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown > img {
	position: absolute;
	right: 0;
	top: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown.open ul {
	max-height: 200px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown.open img {
	transform: rotate(180deg);
}
.parent-dropdown {
	position: relative;
	padding-right: 18px;
	cursor: pointer;
}
.parent-dropdown > ul > li {
	font-size: 1.6rem;
	position: relative;
    text-align: center;
}
.parent-dropdown > ul > li > a {
	color: #1D1D1B;
	padding: 5px 17px;
	border-bottom: 1px solid rgb(0, 0, 0, 0.3);
	display: block;
}
.parent-dropdown > ul > li:last-child > a {
	border-bottom: 0;
}
.parent-dropdown > ul > li > a:hover {
	color: #4EA4A8;
}
.parent-dropdown a {
    padding-bottom: 10px;
}
.header-active {
    background-color: #fff;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
.header-active .header-nav > ul > li > a {
    color: #1D1D1B;
}
.header-active .header-nav > ul > li > a:hover {
    color: #4EA4A8;
}
.header-active .parent-dropdown > img {
    filter: brightness(1) invert(0);
}
/*****side-menu****/
.side-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 400px;
    background-color: #fff;
    padding: 150px 40px 40px;
    z-index: 98;
    clip-path: inset(0 0 0 100%);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.side-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.side-menu-wrap {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.side-menu ul {
    margin-bottom: 0;
    padding-left: 0;
}
.side-menu > .side-menu-wrap > ul > li {
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 2rem;
    display: block;
}
.side-menu > .side-menu-wrap > ul > li::before {
    display: none;
}
.side-menu > .side-menu-wrap > ul > li > a {
    color: rgb(15, 17, 24, 0.7);
    display: block;
    padding-bottom: 0;
}
.side-menu > .side-menu-wrap > ul > li > a:hover {
    color: #4EA4A8;
}
.side-menu .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    position: initial;
    max-height: 0;
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
}
.side-menu .parent-dropdown.open ul {
    max-height: 200px;
    margin-top: 10px;
}
.side-menu .parent-dropdown ul li {
    text-align: left;
}
.side-menu .parent-dropdown img {
    top: 15px;
    width: 10px;
}
.body-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(5px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.body-overlay-active {
    opacity: 1;
    pointer-events: all;
}
/*****banner-sec***/
.banner-sec {
    position: relative;
    overflow-x: hidden;
}
.banner-video, .each-banner {
	height: 811px;
}
.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: 72px;
    z-index: 1;
    width: 100%;
}
.banner-content h1 {
    margin-bottom: 36px;
}
/****product-sec***/
.sec-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 29%;
    pointer-events: none;
}
.sec-pattern::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #FFF 1.69%, #FFF 41.64%, rgba(255, 255, 255, 0.62) 98.31%);
}
.sec-pattern img {
    height: 100%;
    object-fit: cover;
}
.product-sec {
    padding: 120px 0 147px;
    position: relative;
}
.product-sec .container {
    position: relative;
    z-index: 1;
}
.product-heading {
    margin-bottom: 48px
}
.product-heading-left {
    max-width: 515px;
    width: 100%;
}
.product-heading-left p {
    margin: 5px 0 0;
}
.product-heading-right .common-btn {
    margin: 5px;
}
.product-slider { 
    position: relative;
}
.product-text h4 {
    margin-bottom: 5px;
}
.product-model h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-model h6 strong {
    display: inline-block;
    max-width: 70%;  
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    font-weight: normal;
}
.product-img {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}
.product-img img {
    border-radius: 5px;
}
.product-child-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 1px solid #4CA4A6;
    background-color: #000;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-child-slider .swiper-pagination-bullet-active {
    background-color: #4CA4A6;
}
.product-text table {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
    background-color: #EAE8E8;
    padding: 12px 7px;
    margin-top: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-text tr {
    display: flex;
    row-gap: 8px;
    column-gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.product-text td {
    display: block;
    color: #1D1D1B;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    display: flex;
    align-items: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-text td img {
    margin-right: 8px;
    width: 23px;
    height: 23px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover .product-text table {
    background-color: #4CA4A6;
}
.each-product:hover .product-text td {
    color: #fff;
}
.each-product:hover .product-text td img {
    filter: brightness(0) invert(1);
}
.product-parent-scrollbar {
    height: 3px;
    background-color: rgba(29, 29, 27, 0.20);
    max-width: 91%;
    margin: 76px auto 0;
}
.product-parent-scrollbar .swiper-scrollbar-drag {
    background-color: #4CA4A6;
    cursor: grab;
}
/*****service-sec****/
.service-sec {
    padding: 80px 0 72px;
    background-color: #231F20;
    position: relative;
}
.service-heading {
    max-width: 555px;
    width: 100%;
    padding-right: 40px;
}
.service-heading h2 {
    color: #fff;
}
.service-heading p {
    color: #fff;
    margin: 5px 0 77px;
}
.each-service {
    position: relative;
    height: 335px;
    overflow: hidden;
    border-radius: 5px;
}
.each-service::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(29, 29, 27, 0.50) 0%, rgba(29, 29, 27, 0.50) 100%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-img {
    height: 100%;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
}
.each-service-text {
    position: absolute;
    bottom: -90px;
    left: 0;
    width: 100%;
    padding: 24px;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-text h3 {
    text-align: center;
}
.each-service-text p {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 0;
    margin: 16px 0 24px;
    max-width: 518px;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-main .col-12 .each-service {
    height: 474px;
}
.each-service:hover .each-service-text p {
    max-height: 100px;
}
.each-service:hover .each-service-text {
    bottom: 0;
}
.each-service:hover .each-service-text h3 {
    text-align: left;
}
.each-service:hover::after {
    background: linear-gradient(0deg, rgba(29, 29, 27, 0.50) 0%, rgba(29, 29, 27, 0.00) 100%);
}
.service-main .col-12,
.service-main .col-6 {
    padding: 8px;
}
.service-main .row {
    margin: 0 -8px;
}
.service-sec .sec-pattern {
    bottom: 0;
    top: auto;
    height: 38%;
}
.service-sec .sec-pattern::after {
    background: linear-gradient(180deg, #231F20 -9.86%, rgba(35, 31, 32, 0.76) 33.77%, rgba(35, 31, 32, 0.73) 100%);
}
.service-sec .container {
    position: relative;
    z-index: 1;
}
/***usp-marquee-sec****/
.usp-marquee-sec {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 16px 0;
    border-bottom: 3px solid #4EA4A8;
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 48px;
}
.usp-marquee-wrap ul {
	display: flex;
	gap: 48px; 
	padding: 0;
	margin: 0;
	list-style: none;
}
.usp-marquee-wrap li {
	white-space: nowrap;
	line-height: normal;
	color: #1D1D1B;
	font-size: 2.6rem;
    line-height: 40px;
    font-family: 'BigNoodleTitling';
	padding-left: 72px;
	position: relative;
}
.usp-marquee-wrap li::after {
	content: "";
	height: 40px;
	width: 60px;
	position: absolute;
	left: 0;
	top: 0;
    background-image: url(../images/marquee-icon.svg);
    background-position: center center;
    background-repeat: no-repeat; 
    background-size: 60px;
}
/******about-sec*******/
.about-sec {
    position: relative;
    padding: 90px 0 17px;
}
.about-sec .container {
    position: relative;
    z-index: 1;
}
.about-img {
    max-width: 735px;
    width: 100%;
    padding-right: 40px;
}
.about-img img {
    border-radius: 5px;
}
.about-text {
    max-width: 580px;
    width: 100%;
}
.about-text p {
    margin: 24px 0 48px;
}
.counter {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    margin-top: 66px;
}
.each-counter {
    height: 100%;
    margin-right: 40px;
    padding: 20px 40px 20px 0;
    border-right: 2px solid #4CA4A6;
}
.each-counter:last-child {
    padding-right: 0;
    margin-right: 0;
    border: 0;
}
.each-counter h6 {
    color: #1D1D1B;
}
/*****quote-sec******/
.quote-sec {
    padding: 32px 0;
    background-color: #4CA4A6;
}
.quote-wrap {
    display: flex;
    align-items: center;
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
}
.quote-text {
    width: 37%;
}
.quote-text p {
    color: #fff;
}
.quote-text h6 {
    color: #fff;
    font-family: 'LamaSans-SemiBold';
}
/***footer-area****/
.footer-area {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background-color: #231F20;
    padding-top: 111px;
    overflow-x: hidden;
}
.footer-logo img {
    width: 196px;
}
.footer-wp {
	margin-top: 52px;
	max-width: 274px;
	width: 100%;
}
.footer-wp a {
	border-radius: 41px;
	background-color: rgba(37, 211, 102, 0.30);
	display: flex;
	align-items: center;
	padding: 10px;
}
.footer-wp-img {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #25D366;
	height: 63px;
	width: 63px;
	border-radius: 100%;
	margin-right: 18px;
}
.footer-wp-img img {
	width: 24px;
}
.footer-wp-text h6 {
	color: #fff;
	font-size: 1.4rem;
	line-height: 20px;
    font-family: 'LamaSans-SemiBold';
	text-transform: uppercase;
}	
.footer-wp-text p {
	color: #fff;
	margin: 5px 0 0;
    font-family: 'LamaSans-Regular';
	font-size: 1.4rem;
	line-height: 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-wp:hover a {
    background-color: rgba(37, 211, 102, 0.50);
}
.footer-left {
    padding-bottom: 52px;
}
.footer-info {
    height: 100%;
}
.footer-info .row {
    height: 100%;
}
.footer-info .col-lg-4 {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.each-footer-info {
    display: table;
    margin: 0 auto;
    padding: 0 20px;
    height: 100%;
}
.each-footer-info h3 {
    margin-bottom: 10px;
}
.each-footer-info p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
    line-height: 30px;
}
.each-footer-info p a {
    color: rgba(255, 255, 255, 0.7);
}
.each-footer-info td {
    color: rgba(255, 255, 255, 0.7);
    line-height: 30px;
}
.each-footer-info td:nth-child(odd) {
    padding-right: 10px;
}
.each-footer-info p a:hover {
    color: #4EA4A8;
}
.footer-btm {
    position: relative;
    padding: 35px 0;
}
.footer-btm::after {
    content: "";
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    width: 100vw;
	margin-left: -50vw;
	left: 50%;
	position: absolute;
    top: 0;
}
.footer-privacy p {
    color: #fff;
    margin-bottom: 0;
}
.footer-privacy p a {
    color: #fff;
}
.footer-privacy p a:hover {
    color: #4EA4A8;
}
.footer-social ul {
    display: flex;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: end;
}
.footer-social li a {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    border: 1px solid rgba(253, 253, 253, 0.5);
    background-color: rgba(253, 253, 253, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social li a:hover {
    background-color: #4CA4A6;
}
/*========================================diensten=============================================*/
/***inner-banner-sec***/
.inner-banner-sec {
    position: relative;
}
.inner-banner-img {
    height: 100%;
}
.inner-banner-img img {
    height: 100%;
    object-fit: cover;
}
.inner-banner-content {
    width: 100%;
    bottom: 32px;
    left: 0;
    position: absolute;
}
/***service-list-sec***/
.service-list-sec {
    padding: 80px 0 110px;
}   
.service-list-sec .row {
    margin: 0 -12px;
}
.service-list-sec .col-lg-6,
.service-list-sec .col-lg-12 {
    padding: 12px;
}
.service-list-sec .each-service {
    height: 474px;
}
.service-list-sec .each-service-text h3 {
    text-align: left;
}
/*========================================diensten-dtl=============================================*/
/*****inner-header****/
.inner-header .header-nav > ul > li > a {
    color: #1D1D1B;
}
.inner-header .header-nav li a:hover{
    color: #4CA4A6;
}
.inner-header .header-nav .parent-dropdown img {
    filter: brightness(1) invert(0);
}
/***bk-btn-sec**/
.bk-btn-sec .common-btn {
    position: absolute;
    top: 225px;
    left: 40px;
    z-index: 1;
}
.bk-btn-main {
    position: relative;
}
/****dtl-welcome-sec****/
.dtl-welcome-sec {
    padding-top: 225px;
}   
.dtl-welcome-img .col-5 {
    width: 43%;
}
.dtl-welcome-img .col-7 {
    width: 57%;
}
.each-dtl-welcome-img {
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}
.each-dtl-welcome-img img {
    height: 100%;
    object-fit: cover;
}
.dtl-welcome-text {
    position: relative;
    padding: 80px 22% 0 40px;
}
.dtl-welcome-text h2 {
    margin-bottom: 16px;
}
.dtl-welcome-text img {
    max-width: 206px;
    position: absolute;
    right: 0;
    top: 0;
}
/*****dtl-info-sec****/
.dtl-info-sec {
    padding: 94px 0 33px;
    position: relative;
}
.dtl-info-sec .container {
    position: relative;
    z-index: 1;
}
.dtl-info-sec .row {
    margin: 0 -16px;
    row-gap: 32px;
}
.dtl-info-sec .col-lg-4,
.dtl-info-sec .col-lg-6 {
    padding: 0 16px;
}
.each-dtl-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    height: 100%;
}
.each-dtl-info-img {
    height: 214px;
    overflow: hidden;
    border-radius: 10px;
}
.each-dtl-info-img img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-dtl-info-text h4 {
    margin: 25px 0 16px;
}
.each-dtl-info-text p:last-child {
    margin-bottom: 0;
}
.each-dtl-info-text li {
    margin-bottom: 8px;
}
.each-dtl-info-text li:last-child {
    margin-bottom: 0;
}
.each-dtl-info:hover .each-dtl-info-img img {
    transform: scale(1.1);
}
.dtl-info-sec .sec-pattern {
    top: auto;
    bottom: 0;
}
.dtl-info-sec .sec-pattern::after {
    background: linear-gradient(182deg, #FFF 1.69%, #FFF 35.56%, rgba(255, 255, 255, 0.62) 98.31%);
}
/*****form-sec*******/
.form-sec {
    position: relative;
    padding: 100px 0;
    background-color: #1D1D1B;
}
.form-sec .sec-pattern {
    top: auto;
    bottom: 0;
    height: 45%;
}
.form-sec .sec-pattern::after {
    background: linear-gradient(180deg, rgb(30 27 28) -9.86%, rgba(35, 31, 32, 0.76) 33.77%, rgba(35, 31, 32, 0.73) 100%);
}
.form-sec .container {
    position: relative;
    z-index: 1;
}
.form-heading {
    max-width: 590px;
    width: 100%;
    margin: 0 auto 32px;
    text-align: center;
}
.form-heading h2 {
    color: #fff;
}
.form-heading p {
    color: #fff;
}
.each-form-info a {
    border-radius: 5px;
    border: 1px solid rgba(12, 10, 0, 0.10);
    background-color: #2A2A2A;
    padding: 24px 100px 24px 24px;
    display: block;
}
.each-form-info {
    margin-bottom: 24px;
    position: relative;
}
.each-form-info:last-child {
    margin-bottom: 0;
}
.each-form-info::after {
    content: "";
    width: 56px;
    height: 56px;
    background-color: #F2F0EF;
    border-radius: 2px;
    background-image: url(../images/form-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    pointer-events: none;
}
.each-form-info-top {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 32px;
}
.each-form-info-top strong {
    width: 56px;
    height: 56px;
    border-radius: 2px;
    border: 1px solid rgba(242, 240, 239, 0.20);
    background-color: rgba(242, 240, 239, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
}
.each-form-info-top h4 {
    color: #fff;
}
.each-form-info p {
    color: #F2F0EF;
    margin-bottom: 0;
}
.each-form-info p a {
    color: #F2F0EF;
}
.each-form-info p a:hover {
    color: #F2F0EF;
}
.each-form-info:hover::after {
    background-color: #4CA4A6;
    background-image: url(../images/form-arrow-white.svg);
}
.form-block {
    border-radius: 5px;
    border: 1px solid rgba(12, 10, 0, 0.10);
    background-color: #2A2A2A;
    padding: 24px 32px;
    height: 100%;
}
.form-block .row {
    margin: 0 -12px;
    row-gap: 24px;
}
.form-block .col-lg-6,
.form-block .col-lg-12 {
    padding: 0 12px;
}
.form-block .form-style {
	resize: none;
    border: 1px solid rgba(242, 240, 239, 0.20);
    border-radius: 2px;
    font-family: 'LamaSans-Regular';
    color: #F2F0EF;
    font-size: 1.6rem;
    padding: 22px;
	background-color: transparent;
}
.form-block .form-style:placeholder {
	color: rgba(242, 240, 239, 0.7);
}
.form-block .form-style:-ms-input-placeholder {
	color: rgba(242, 240, 239, 0.7);
}
.form-block .form-style::placeholder {
	color: rgba(242, 240, 239, 0.7);
}
.form-block .form-style.foto_upload,
.form-block .form-style.photo_upload {
	color: rgba(242, 240, 239, 0.7);
}
.form-block .form-style:focus {
    box-shadow: none;
	border-color: #4CA4A6;
    color: #F2F0EF;
    background-color: transparent;
}
.form-block .form-style:focus::placeholder {
    color: #F2F0EF;
}
.form-block textarea.form-style {
    height: 195px;
}
.form-block .common-btn {
    width: 100%;
    border-radius: 2px;
}
.form-sec .col-lg-5 {
    width: 37%;
    padding: 0 12px;
}
.form-sec .col-lg-7 {
    width: 63%;
    padding: 0 12px;
}
.form-sec .row.flex-row-reverse {
    margin: 0 -12px;
}
/****related-service-sec*****/
.related-service-sec {
    position: relative;
    padding: 160px 0 32px;
}
.related-service-sec .container {
    position: relative;
    z-index: 1;
}
.related-service-sec h2 {
    text-align: center;
    margin-bottom: 60px;
}
.related-service-sec .each-service {
    height: 474px;
}
.related-service-sec .each-service h3 {
    text-align: left;
}
.related-service-sec .sec-pattern {
    top: auto;
    bottom: 0;
}
.related-service-sec .sec-pattern::after {
    background: linear-gradient(182deg, #FFF 1.69%, #FFF 35.56%, rgba(255, 255, 255, 0.62) 98.31%);
}



/* -------------------- CONTACT PAGE START ---------------- */
/* ***contact-form-sec*** */
.form-sec.contact-form-sec{
    margin-top: 0;
    background: #231F20;
    margin-bottom: 24px;
}
.contact-form-sec .each-form-info a{
    border: 1px solid rgba(12, 10, 0, 0.10);
    background: #2B2728;
}
.contact-form-sec .form-block{
    border: 1px solid rgba(12, 10, 0, 0.10);
    background: #2B2728;
}
.contact-form-sec .form-block .form-style{
    border: 1px solid rgba(242, 240, 239, 0.20);
    background: #231F20;
}
.contact-form-sec .form-block .form-style:focus{
    box-shadow: none;
	border-color: #4CA4A6;
    color: #F2F0EF;
}
/* ****contact-map-sec*** */
.contact-map-sec{
    padding-bottom: 24px;
}
.map{
    height: 550px;
    border-radius: 5px;
    overflow: hidden;
}
/* ----------- CONTACT PAGE END --------------------- */


/* -----------------------OVER ONS PAGE START -------------- */
/* *****over-one-about-sec**** */
.over-one-about-sec .about-text p {
    margin: 24px 0 25px;
}
.over-one-about-sec .about-img{
    max-width: 705px;
    padding-right: 10px;
}
.about-sec.over-one-about-sec{
    padding-top: 119px;
}
.over-one-about-sec .about-text{
    padding-top: 20px;
}
/* ******member-sec*****/
.member-sec{
    padding-top: 100px;
    padding-bottom: 70px;
}
.each-member-info{
    position: relative;
}
.member-text h3{
    color: #1D1D1B;
    font-size: 2.4rem;
    line-height: 32px;
}
.member-text p{
    color: #1D1D1B;
    font-family: 'LamaSans-SemiBold';
    line-height: normal;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.member-text h6{
    color: #1D1D1B;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.member-text h6.expanded {
    -webkit-line-clamp: unset;
}
.member-text .more-btn{
    color: #4CA4A6;
    font-family: 'LamaSans-SemiBold';
    font-size: 1.6rem;
    line-height: normal;
}
.member-text {
    border-radius: 5px;
    background: #EAE8E8;
    padding: 16px 24px;
    min-height: 171px;
    transition: 0.5s ease-in-out;
    margin-top: 16px;
}
.member-text.member-text-active .member-text-innerwarp {
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0px;
    margin-bottom: 0px;
    border-radius: 5px;
    background: #EAE8E8;
    padding: 16px 24px;
}
.member-heading{
    padding-bottom: 50px;
}
.member-img{
    height: 100%;
}
.member-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
/* *****over-one-mid-sec****** */
.over-one-mid-sec{
    background: #1D1D1B;
    padding-top: 80px;
    padding-bottom: 80px;
}
.each-over-one-mid-img img{
    border-radius: 5px;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-over-one-mid-img{
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow: hidden;
    border-radius: 5px;
}
.each-over-one-mid-img:hover img{
    transform: scale(1.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-over-one-mid-text{
    border-radius: 5px;
    border: 1px solid rgba(12, 10, 0, 0.10);
    background: #2A2A2A;
    padding:40px 32px 35px;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-over-one-mid-text:hover{
    border: 1px solid rgba(76, 164, 166, 0.5) ;
}
.each-over-one-mid-text h4{
    color: #FFF;
    padding-top: 32px;
    padding-bottom: 15px;
}
.each-over-one-mid-text p{
    color: #fff;
    margin-bottom: 0;
}
.each-over-one-mid-text h2{
    font-size: 6.4rem;
    color: #4CA4A6;
    text-shadow: 3px 2px 0px #2A2A2A, 4px 3px 0px rgba(255, 255, 255, 0.3);
    line-height: normal;
    letter-spacing: 1.3px;
}
.over-one-mid-wrap .row{
    row-gap: 32px;
    margin-left: -17px;
    margin-right: -17px;
}
.over-one-mid-wrap .col-lg-5{
    width: 37%;
    padding-left: 17px;
    padding-right: 17px;
}
.over-one-mid-wrap .col-lg-2{
    width: 26%;
    padding-left: 17px;
    padding-right: 17px;
}
.over-one-mid-wrap .col-lg-6{
    width: 36%;
    padding-left: 17px;
    padding-right: 17px;
}
.over-one-mid-wrap .col-lg-3{
    width: 32%;
    padding-left: 17px;
    padding-right: 17px;
}
/* ******over-one-gallery-sec**** */
.over-one-gallery-sec{
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
}
.each-over-one-gallery{
    height: 436px;
    overflow: hidden;
    border-radius: 5px;
}
.each-over-one-gallery img{
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-over-one-gallery:hover img{
    transform: scale(1.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-one-gallery-heading{
    padding-bottom: 50px;
}
.over-one-gallery-sec .sec-pattern{
    top: unset;
    bottom: 0;
}
.over-one-gallery-sec .sec-pattern::after{
    display: none;
}
/* ------------------- OVER ONE PAGE END -------------------- */

/* --------- THANK YOU PAGE START ------------ */
.thankyou-banner .inner-banner-img {
    height: 811px;
    position: relative;
}
.thankyou-banner .inner-banner-content h1{
    padding-bottom: 35px;
}
.thankyou-banner .inner-banner-content{
    bottom: 72px;
}
/* **popup*** */
.modal-area .modal-dialog {
    max-width: 71.5%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(43, 43, 43, 0.30);
    backdrop-filter: blur(20px);
}
.modal-area .modal-content {
    border: 0;
    position: relative;
    /* overflow: hidden; */
    border-radius: 5px;
    background: #1D1D1B;
    backdrop-filter: blur(22px);
}
.pop-up-image {
    height: 100%;
    position: relative;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
}
.pop-up-image img {
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.modal-area .popup-content {
    /* padding: 0 73px 0 44px; */
    padding: 64px 45px 64px;
}
.modal-area .popup-content h2{
    margin-bottom: 38px;
    color: #ffff;
    margin-top: 30px;
}
.modal-area .popup-content h6{
    color: #FFF;
    font-size: 1.6rem;
    text-transform: none;
    font-family: 'LamaSans-Regular';
    letter-spacing: 0.16px;
    line-height: 22px;
}
.modal-area .popup-content p{
    margin-bottom: 0;
    color: #fff;
}
.modal-content .col-lg-5 {
    width: 43%;
}
.modal-content .col-lg-7 {
    width: 57%;
}
.modal-area .popup-content li {
    padding-left: 15px;
    font-size: 1.6rem;
    line-height: 24px;
    position: relative;
    color: #fff;
    font-family: 'LamaSans-Regular';
    list-style: none;
}
.modal-area .popup-content ul {
    padding-left: 12px;
    padding-bottom: 31px;
    margin-bottom: 0;
}
.modal-area .popup-content li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    background-color: #F4F4F4;
    background-size: 5px;
    height: 5px;
    width: 5px;
    border-radius: 100%;
}
.modal-content .close-img {
    position: absolute;
    top: 24px;
    right: 24px;
    height: 56px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 1;
    background: #FFF;
}
.modal-content .close-img img {
    width: 24px;
}
/* --------------- THANK YOU PAGE END ---------------- */


/* ----------- AANBOD-DLT PAGE START ------------ */
/* ********aanbod-dtl-top-slider-sec******* */
.aanbod-dtl-top-slider-sec{
    padding-top: 215px;
    position: relative;
    overflow: hidden;
}
.aanbod-dtl-top-slider-sec .sec-pattern::after{
    background: linear-gradient(182deg, #FFF 1.69%, #FFF 35.56%, rgba(255, 255, 255, 0.62) 98.31%);
}
.aanbod-dtl-top-slider-img img{
    border-radius: 5px;
}
.aanbod-dtl-car-info-area{
    padding-top: 6px;
    padding-bottom: 10px;
}
.aanbod-dtl-car-info-right P{
    color: rgba(29, 29, 27, 0.50);
    padding-bottom: 0;
    padding-top: 5px;
}
.aanbod-dtl-car-info p{
    color: #1D1D1B;
    margin-bottom: 0;
}
.price-info p{
    color: rgba(29, 29, 27, 0.50);
    margin-bottom: 0px;
    margin-top: 8px;
}
.aanbod-dtl-car-info ul{
    display: flex;
    row-gap: 50px;
    column-gap: 35px;
    align-items: center;
    margin-bottom: 0;
}
.aanbod-dtl-car-info ul li{
    display: flex;
    padding-left: 0;
    column-gap: 10px;
    align-items: center;
}
.aanbod-dtl-car-info{
    position: relative;
}
.price-info h3{
    color: #1D1D1B;
}
.each-dtl-car-btm{
    padding-top: 12px;
}
.each-dtl-car-btm ul li img{
    width: 11px;
    height: 14px;
    margin-left: 13px;
}
.each-dtl-car-btm ul{
    display: flex;
    column-gap: 16px;
    margin-bottom: 0;
    padding-left: 0;
}
.each-dtl-car-btm ul li{
    list-style: none;
}
.each-dtl-car-btm ul .border-btn:hover img{
    filter: brightness(0) invert(1);
}
.aanbod-dtl-wrap{
    width:100vw;
    margin-left:-50vw;
    left:50%;
    position:relative;
}
.aanbod-dtl-top-slider{
    padding-bottom: 25px;
}
.price-info{
    float: inline-end;
}
.aanbod-dtl-top-slider-btn{
    display: none;
}
/**************dtl-tab-sec*********/
.dtl-tab-sec {
	position: relative;
	overflow: hidden;
    padding-top: 50px;
    padding-bottom: 122px;
}
/* .aanbod-dtls-area{
    padding: 0px 0 120px;
} */
.tab-btn ul.tabs li {
    position: relative;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 2.4rem;
    color: rgba(29, 29, 27, 0.70);
    font-family: 'BigNoodleTitling';
    line-height: 32px;
    letter-spacing: 0;
    transition: all 0.5s;
    -webkit-transition:  all 0.5s;
}
.tab-btn .tabs li.active {
    color: #4CA4A6;
}
.tab-btn .tabs {
    display: flex;
    justify-content: left;
    width: 100%;
    column-gap: 90px;
    padding: 10px 0 17px;
    margin-bottom: 37px;
    border-bottom: 2px solid rgba(29, 29, 27, 0.20);
}
.tab-btn ul.tabs li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 49px;
    background-color: rgba(76, 164, 166, 1);
    height: 2px;
    border-radius: 0;
    width: 0;
    transition: all 0.5s;
}
.tab-btn ul.tabs li:hover{
    color: #4CA4A6;
}
.tabs li::before {
    display: inline-block;
    content: url(../images/tab-arrow.svg);
    position: relative;
    top: -3px;
    left: calc(100% + 10px);
    background-color: transparent;
    width: 9px;
    height: auto;
    transition: 0.5s;
    position: absolute;
}
.aanbod-contact-info-wrap{
    display: flex;
    column-gap: 12px
}
.tab-btn ul.tabs li:hover::before{
    filter: brightness(0) saturate(100%) invert(57%) sepia(52%) saturate(379%) hue-rotate(132deg) brightness(91%) contrast(89%);
} 
.tab-btn .tabs li.active::before {
    transform: rotate(90deg);
    opacity: 1;
    top: 0;
    filter: brightness(0) saturate(100%) invert(57%) sepia(52%) saturate(379%) hue-rotate(132deg) brightness(91%) contrast(89%);
}
.kenmerken-tab td {
    padding: 0 0 15px;
    width: 15%;
    border-bottom: 1px solid rgba(29, 29, 27, 0.30);
    flex-shrink: 0;
}
.kenmerken-tab tr {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
    column-gap: 110px;
    row-gap: 40px;
}
.kenmerken-tab p{
    margin-bottom: 7px;
    color: rgba(29, 29, 27, 0.70);
}
.aanbod-contact-img{
    width: 67px;
    height: 64px;
    flex-shrink: 0;
}
.aanbod-contact-img img{
    border-radius: 67px;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    overflow: hidden;
}
.tab-right-top-part{
    border-radius: 5px 5px 0 0;
    background: #4CA4A6;
    padding: 10px 20px 10px;
}
.tab-right-btm-part{
    border-radius: 0 0 5px 5px;
    background: #FFF;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    padding: 20px 20px 16px;
}
.tab-right-btm-part ul{
    margin-bottom: 0;
    padding-left: 0;
}
.tab-right-btm-part ul li{
    padding-bottom: 18px;
    position: relative;
    display: flex;
    align-items: center;
}
.tab-right-btm-part ul li::after{
    content: "";
    bottom: 7px;
    left: -20px;
    width: calc(100% + 40px);
    position: absolute;
    background-color: rgba(47, 47, 47, 0.20);
    height: 1px;
}
.tab-right-btm-part img {
    margin-right: 10px;
}
.tab-area .col-lg-8{
    width: 71%;
}
.tab-area .col-lg-4{
    width: 29%;
}
.aanbod-contact-info h4{
    color: #fff;
    letter-spacing: 0;
    padding-right: 28px;
}
.aanbod-contact-info a{
    color: rgba(255, 255, 255, 0.70);
    font-size: 1.6rem;
    line-height: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-contact-info a:hover{
    color: rgba(255, 255, 255, 1);
}
.tab-right-btm-part a:hover{
    color: #4CA4A6;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-right-btm-part li strong{
    font-weight: normal;
    color: #2F2F2F;
    font-family: 'LamaSans-SemiBold';
    font-size: 1.6rem;
    line-height: normal;
}
.tab-right-btm-part a{
    padding-left: 6px;
    font-family: 'LamaSans-Regular';
}
.tab-right-part{
    position: relative;
    z-index: 1;
    padding-left: 5px;
}
.tab-btm-btn{
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'LamaSans-Regular';
    line-height: normal;
    color: #4CA4A6;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btm-btn {
    text-align: left;
    margin-top: 34px;
    max-width: max-content;
}
.dtl-tab-sec .radius-mark{
    top: unset;
    bottom: 0;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(76, 164, 166, 1);
    font-size: 1.6rem;
    line-height: 24px;
}
.tab-btm-btn:hover{
    color: rgba(42, 42, 42, 1);
}
.left-bg-block p {
    color: #fff;
    margin-bottom: 0;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid rgba(76, 164, 166, 1);
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.block-dtls h5{
    font-size: 1.8rem;
    line-height: 26px;
    font-family: 'LamaSans-SemiBold';
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    margin-bottom: 10px;
    font-size: 1.6rem;
    color: rgba(29, 29, 27, 0.70);
}
.dtl-tab-sec .bullet-panel ul li::after{
    content: "";
    background-color: rgba(29, 29, 27, 0.70);
    top: 7px;
    left: 0;
    height: 7px;
    width: 7px;
    position: absolute;
    border-radius: 100px;
}
.bullet-panel h5 {
    border-bottom: 1px solid rgba(29, 29, 27, 0.70);
    font-family: 'BigNoodleTitling';
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 2.6rem;
    line-height: 30px;
}
.tab-btn {
	display: flex;
    justify-content: space-between;
}
.tab-btn .nav-tabs {
    column-gap: 17px;
    margin-bottom: 60px;
    border: 0;
    row-gap: 26px;
}
ul.tabs li.active::after, ul.tabs li:hover::after {
    width: calc(100% + 20px);
}
.tab_content {
	display: none;
}
.tab_drawer_heading {
	display: none;
}
.tab-btn-right ul {
	list-style-type: none;
	display: flex;
	column-gap: 41px;
	justify-content: end;
	padding-left: 0;
}
.tab-btn-right li a:hover {
	text-decoration: underline;
}
.kenmerken-tab {
	overflow: hidden;
}
.kenmerken-tab table {
	width: 100%;
}
.kenmerken-tab tr:first-child {
    margin-bottom: 9px;
}
.kenmerken-tab td h5 {
	word-break: break-word;
    margin-bottom: 4px;
    color: #1D1D1B;
    font-size: 2rem;
    font-family: 'LamaSans-SemiBold';
}
.kenmerken-tab h3 {
    color: #1D1D1B;
    margin: 49px 0 21px;
}
.kenmerken-tab ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 0;
}
.kenmerken-tab li {
    width: 40%;
    position: relative;
    color: #1D1D1B;
    line-height: 24px;
	margin-bottom: 13px;
    padding-bottom: 10px;
    word-break: break-word;
    padding-right: 20px;
    padding-left: 35px;
    font-size: 1.6rem;
    letter-spacing: 0.48px;
}
.kenmerken-tab li::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1.5px;
    background-color: rgba(41, 43, 44, 0.50);
}
.kenmerken-tab li:nth-child(even) {
    color: rgba(41, 43, 44, 0.70);
    padding-left: 0;
	width: 60%;
}
.kenmerken-tab li:last-child, .kenmerken-tab li:nth-last-child(2) {
    margin-bottom: 0;
}
.kenmerken-tab-block-part {
	display: none;
}
.kenmerken-tab-block-part ul:first-child{
	margin-top: 6px;
}
.aanbod-dtls-area.hidden-tab .col-lg-8 {
	width: 100%;
}
.tab-cross {
    cursor: pointer;
}
.hidden-tab-btn {
    margin: 60px 0 20px;
}
.hidden-tab-btn .common_btn {
    font-size: 1.8rem;
    padding: 10px 40px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.each-onderhoud-block p {
    margin-top: 8px;
    margin-bottom: 25px;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls h5 {
    text-transform: none;
}
.tab-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.tab-popup-content-wrap{
    overflow-x: hidden;
    overflow-y: scroll;
}
.popup-opacity{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(18, 18, 18, 0.60);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.tab-popup-area {
    border-radius: 20px;
    background: #FFF;
    position: relative;
    z-index: 101;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid rgba(76, 164, 166, 1);
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px rgba(76, 164, 166, 0.6);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(76, 164, 166, 0.6);
    max-width: 93%;
}
.popup-cross{
    background: #1D1D1B;
    width: 53px;
    height: 53px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 18px;
    right: 25px;
    border-radius: 100%;
    cursor: pointer;
}
.tab-popup-content {
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    height: calc(100% - 116px) !important;
}
.tab-popup-content ul {
    margin-bottom: 49px;
    padding-left: 0;
}
.tab-popup-content ul:last-child{
    margin-bottom: 0;
}
.popup-cross img{
    width: 20px;
}
.tab-popup-area h2 {
    /* padding-top: 40px; */
    margin-bottom: 10px;
}
.tab-popup-area p{
    color: rgba(0, 0, 0, 0.70);
    line-height: normal;
    padding-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tab-popup-content h3{
    font-size: 2.4rem;
    line-height: 56px;
    margin-bottom: 15px;
    color: #1D1D1B;
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid rgba(28, 28, 28, 0.20);
    font-size: 1.6rem;
    line-height: 30px;
    color: #1D1D1B;
    padding-bottom: 7px;
    padding-left: 0;
}
.tab-popup-content li::after {
    display: none;
}
.tab-popup-content li strong{
    color: rgba(0, 0, 0, 0.70);
    width: 50%;
    font-weight: normal;
}
.show-popup{
    display: none;
}

.tab-right-btm-part ul li:last-child::after{
    display: none;
}
.tab-right-btm-part ul li:last-child{
    padding-bottom: 0;
}
.tab-right-top-part{
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.tab-right-top-part .row{
    align-items: center;
}
/* ******related-product-sec******* */
.related-product-sec{
    padding-bottom: 120px;
    padding-top: 120px;
}
.related-product-heading{
    padding-bottom: 55px;
}
.related-product-child-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 1px solid #4CA4A6;
    background-color: #000;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.related-product-child-slider .swiper-pagination-bullet-active {
    background-color: #4CA4A6;
}
.related-product-parent-scrollbar .swiper-scrollbar-drag {
    background-color: #4CA4A6;
    cursor: grab;
}
.related-product-parent-scrollbar{
    height: 3px;
    background-color: rgba(29, 29, 27, 0.20);
    max-width: 100%;
    margin: 28px auto 0;
    display: none;
}
/* ---------------- AANBOD-DTL-PAGE END --------------- */

/* ---------- AANBOD LIST PAGE START ------------------ */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 212px 0 48px;
    position: relative;
}
.aanbod-list-top-btn .common-btn{
    width: 100%;
    line-height: 25px;
    text-align: center;
    padding: 12px 32px;
    background: #4EA4A8;
    border-color: #4EA4A8;
    color: #fff;
}
.aanbod-list-top-btn .common-btn:hover{
    background-color: #1D1D1B;
    border-color: #1D1D1B;
    color: #fff;
}
.aanbod-b2b-body{
    background: #F0F0F0;
}
.aanbod-product-area {
    position: relative;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
    color: rgba(17, 17, 17, 0.75);
    font-size: 1.6rem;
    font-family: 'LamaSans-Regular';
    line-height: 24px;
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #4CA4A6;
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 50px;
    color: #1D1D1B;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    border-radius: 5px;
    border: 1.5px solid #1D1D1B;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg) #fff no-repeat 91% center / 13px;
    appearance: none;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-filter-sec .select-style:hover{
    border-radius: 5px;
    border-color: #4CA4A6;
    background-color: #4CA4A6;
    color: #fff;
    background-image: url(../images/white-filter-arrow.svg);
}
.aanbod-filter-sec .select-style.show {
    border-radius: 5px 5px 0 0;
    border-color: #4CA4A6;
    background-color: #4CA4A6;
    color: #fff;
    background-image: url(../images/white-filter-arrow.svg);
}
.filter-wrap, 
.clear-filter-main-wrap {
    width: 100%;
}
.filter-wrap .row{
    row-gap: 15px;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'LamaSans-Regular';
	background-color: #1D1D1B;
}
.filter-content {
    display: none;
    background-color: #fff;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #4CA4A6;
    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: #1D1D1B;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #2A2A2A;
    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 #1D1D1B;
    background-color: #fff;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #4CA4A6;
    border-color: #4CA4A6;
    background-image: url(../images/check-tick-white.svg);
    background-size: 14px;
    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: #fff;
    border-radius: 5px;
    background-color: rgba(76, 164, 166, 1);
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    border: 1px solid rgba(76, 164, 166, 1);
    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(1);
}
.auto-overview-tag:hover {
    background-color: #fff;
    color: #1D1D1B;
    border-color: #1D1D1B;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 20%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
	font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #fff;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 84px;
    background-color: #fff;
    border-top: 1px solid rgba(29, 29, 27, 0.4);
    border-bottom: 1px solid rgba(29, 29, 27, 0.4);
    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: 'LamaSans-Regular';
    width: 100%;
    display: block;
    text-align: center;
    /* border-radius: 50px; */
    background-color: rgba(76, 164, 166, 1);
    border-color: rgba(76, 164, 166, 1);
    text-transform: capitalize;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 5px;
}
.mobile-show-filter .common-btn::after {
    display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color: #1D1D1B;
    border-color: #1D1D1B;
    color: #fff;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #1D1D1B;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #1D1D1B;
	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: 3;
    background-color: #FFF;
    border-bottom: 1px solid #1D1D1B;
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    margin-left: auto;
    border: 1px solid #1D1D1B;
}
.mobile-filter-close span img {
	width: 9px;
    filter: brightness(1) invert(1);
}
.auto-overview-filter-result .total_search_records {
    margin-top: 0;
    background-color: rgba(76, 164, 166, 1);
    border: 1px solid rgba(76, 164, 166, 1);
    color: #fff;
    padding: 10px;
    border-radius: 0 5px 5px 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records::after {
    display: none;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #1D1D1B;
    color: #fff;
    border-color: #1D1D1B;
}
.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 .each-filter {
	margin-bottom: 0;
	width: 215px;
}
.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;
}
/****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: rgba(76, 164, 166, 1);
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(76, 164, 166, 0.4);
    border-color: rgba(76, 164, 166, 0.4);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: rgba(76, 164, 166, 1);
}
.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: #1D1D1B;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 5px;
    border: 1px solid #1D1D1B;
    padding: 8px;
    background-color: #fff;
    width: 100px;
    color: #1D1D1B;
    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%;
}
.filter-sort {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}
.mob-filter-visible h6 {
    color: #1D1D1B;
    font-size: 1.6rem;
    line-height: normal;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: rgba(76, 164, 166, 1);
}
.range-block label {
    color: #1D1D1B;
}
/* ******aanbod-list-product-sec***** */
.aanbod-list-product-sec{
    padding-bottom: 120px;
}
.aanbod-list-product-child-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 1px solid #4CA4A6;
    background-color: #000;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-list-product-child-slider .swiper-pagination-bullet-active {
    background-color: #4CA4A6;
}
.aanbod-list-product-sec .row{
    row-gap: 48px;
}
.aanbod-list-product-sec .product-text .row{
    row-gap: 0;
}
/* --------- AANBOD LIST END ------------ */

/* --------- VERKOCHT PAGE STRAR ----------- */
/* ***verkocht-top-sec**** */
.verkocht-top-sec{
    padding-top: 205px;
    padding-bottom: 47px;
}
.verkocht-top-text{
    max-width: 593px;
    margin-left: auto;
}
.verkocht-top-text p{
    margin-bottom: 0;
}
.verkocht-product-sec {
    padding-bottom: 120px;
}
.verkocht-product-sec .product-text h4{
    margin-bottom: 0;
}
.verkocht-product-sec .row{
    row-gap: 48px;
}
.verkocht-product-sec .product-text .row{
    row-gap: 0;
}


/*******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 h5{
    padding-bottom: 10px;
    /* text-transform: uppercase; */
    padding-top: 15px;
    margin-bottom: 15px;
    color: #1F1F1F;
    border-bottom: 1px solid #0B1931;
    padding-bottom: 10px;
    font-family: 'BigNoodleTitling';
    /* 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(#4CA4A6 calc(1*100%/6),#ffffff 0 calc(3*100%/6),#4CA4A6 0),
              linear-gradient(#4CA4A6 calc(2*100%/6),#ffffff 0 calc(4*100%/6),#4CA4A6 0),
              linear-gradient(#4CA4A6 calc(3*100%/6),#ffffff 0 calc(5*100%/6),#4CA4A6 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: #4CA4A6;
  }


.carpass-img {
    width: 115px;
}

/****fix-wp****/
.fix-wp a {
    position: fixed;
    right: 2%;
    bottom: 3%;
    width: 63px;
    height: 63px;
    border-radius: 100px;
    background-color: #25D366;
    z-index: 98;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix-wp a img {
    width: 24px;
}

.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; */
    bottom: 28px;
    /* left: 16px; */
    right: -11px;
	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){
	.fix-wp{
		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;
}
.iframe-footer {
    border: 0;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    display: block;
}
.calsty{
    border: 0;
    width: 100%;
     height: 2190px; 
    background: transparent;
}
.share-social-media-button em{
    font-style: normal;
    color: #1D1D1B;
    margin-right: 9px;
}
.share-social-media-button:hover em{
    color: #fff;
}
.share-social-media-button:hover svg path{
    filter: brightness(0) invert(1);
}
.tab-right-top-part .share-social-media-button em{
    display: none;
}
.tab-right-top-part  .border-btn {
    background-color: transparent;
    border-color: transparent;
}
.acties-left-content{
    padding-top: 100px;
    padding-bottom: 85px;
}
.share-social-media-button .a2a_dd {
    padding: 8px 32px;
}
.share-social-media-button .a2a_dd svg{
    margin-right: 0;
}
.tab-right-top-part .share-social-media-button .a2a_dd.common-btn{
    padding: 0;
}
.tab-right-top-part .share-social-media-button .a2a_dd svg{
    margin-right: 0;
}
.tab-right-part .share-social-media-button{
    position: absolute;
    right: 17px;
}
.dtl-welcome-img .col-5 .each-dtl-welcome-img img{
    border-radius: 20px;
}
.privacy_section p{
    margin-bottom: 10px;
}




/* LOG IN PAGE START */
.login-form-sec {
    padding-top: 133px;
    overflow: hidden;
}
.edit-pro-sec{
    padding-top: 160px;
}
.login-form-sec .form-group label{
    color: #1D1D1B;
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 17px;
}
.login-form-sec .form-style{
    background-color: transparent;
    color: #1D1D1B;
    font-size: 1.6rem;
    line-height: 24px;
    width: 100%;
    border: 1px solid #020202;
    border-radius: 5px;
    padding: 11px 30px;
}
.login-form-sec .form-style::placeholder{
    color: rgba(29, 29, 27, 0.6)  
}
.login-form-sec .form-group {
    margin-bottom: 34px;
}
.login-form-sec .form-control:focus {
    box-shadow: none;
}
.login-form-sec .login-form-heading {
    margin-bottom: 76px;
}
.login-form-heading p{
    margin-bottom: 0;
}
.login-form-heading p{
    margin-top: 4px;
}
.login-form-sec .acount-gap .login-form-heading {
    margin-bottom: 24px;
}
.login-form-sec .radio-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login-form-sec .form-check input {
    background: transparent;
    border: 1px solid rgba(28, 28, 28, 0.86);
    border-radius: 50px !important;
    width: 20px;
    height: 20px;
}
.login-form-sec .form-check-input:checked {
    background-color: #4CA4A6;
    border-color: #4CA4A6;
}
.login-form-sec .form-check-input:focus {
    border-color: #4CA4A6;
    outline: 0;
    box-shadow: none;
}
.login-form-sec .form-check-input{
    line-height: 0;
    font-size: 0;
}
.login-form-sec .form-check {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0;
    margin: 0;
}
.login-form-sec .form-check label{
    color: rgba(29, 29, 27, 0.6);
    font-size: 1.6rem;
    line-height: 24px;
}
.login-form-sec .forget-password p{
    margin-bottom: 0;
    color: #1D1D1B;
    font-size: 1.6rem;
    line-height: 24px;
}
.login-form-sec .forget-password p a:hover{
    color: #4EA4A8;
}
.login-form-sec .login-form .row .col-lg-12:nth-child(2n) .form-group{
    margin-bottom: 22px;
}
.login-form-sec .login-btn {
    margin-top: 34px;
}
.login-form-sec .login-form form {
    max-width: 562px;
}
.login-image-warp {
    position: relative;
}
.login-image-warp::after{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(78, 164, 168, 0.89) 0%, rgba(78, 164, 168, 0.89) 47.88%, rgba(78, 164, 168, 0.89) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.login-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.login-text-wrap h4{
    color: #FFF;
    margin-bottom: 35px;
}
.login-text ul li{
    color: #FFF;
    margin-bottom: 12px;
}
.login-text ul li:last-child{
    margin-bottom: 0;
}
.login-text p {
    margin-bottom: 0;
    margin-top: 32px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
    width: 100%;
}
.login-text p a{
    color: #FFF;
    font-family: 'LamaSans-SemiBold';
}
.login-text p a:hover{
    color: #1D1D1B
}
.form-field .form-style{
    background-color: #479397;
    color: #FFF;
    border-color: #479397;
}
.form-field .form-control:focus {
    color: #111;
    background-color: #FFF;
    border-color: #FFF;
    outline: 0;
    box-shadow: none;
}
.form-field{
    position: relative;
}
.toggle-password {
    position: absolute;
    top: 11px;
    right: 28px;
}
.login-form-sec .form-field .form-control:focus {
    color: #FFF;
    background-color: #479397;
    border-color: #479397;
    outline: 0;
    box-shadow: none;
}
.toggle-password .close-password {
    display: none;
}
.toggle-password.active .open-password {
    display: none;
}
.toggle-password.active .close-password {
    display: inline;
}
.login-form-sec .register form{
    max-width: 606px;
}
.login-form-sec .register form .row .col-lg-6,
.login-form-sec .register form .row .col-lg-12 {
    padding: 0px 20px;
}
.login-form-sec .register form .row {
    margin: 0px -20px;
}
.login-form-heading .border-btn{
    margin-bottom: 17px;
}
.login-text-wrap {
    max-width: 340px;
}
.register .form-group {
    margin-bottom: 30px;
}
.login-form-sec .register .form-check label{
    letter-spacing: 0.32px;
}
.log-btn {
    border-radius: 5px;
    background: #EAE8E8;
    text-align: center;
    padding: 12px 20px;
    transition: 0.4s ease-in-out;
    margin-top: 16px;
}
.each-product:hover .log-btn{
    background-color: #4CA4A6;
    color: #FFF;
}
/* LOG IN PAGE END */


.banner-sec .swiper-slide {
	transition: opacity 1.2s ease-in-out !important;
}