@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    font-family: 'Montserrat-Regular';
    font-size: 1.8rem;
    color: #1C1C1C;
    background-color: #F3F3F3;
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/*****header-area****/
.header-area {
	padding: 23px 0;
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 99;
    background: linear-gradient(0deg, rgba(28, 28, 28, 0.00) 0%, #1C1C1C 100%);
	top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.nav-down {
    margin-top: 0;
    background-color: #1C1C1C;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 61px;
    position: relative;
    z-index: 2;
}
.header-nav ul {
    display: flex;
    align-items: center;
    gap: 62px;
    margin: 0;
}
.header-nav li {
    padding-left: 0;
    margin: 0;
    font-size: 1.8rem;
}
.header-nav li a {
    color: #fff;
}
.header-nav li a:hover {
    color: rgba(255, 255, 255, 0.6);
}
.header-nav li::after {
    display: none;
}
.header-logo img {
    width: 286px;
}
.hamburger {
    position: relative;
    z-index: 1;
    cursor: pointer;
}
/****mega-menu****/
.mega-menu {
    position: fixed;
    height: 100vh;
    width: 29%;
    top: 0;
    right: 0;
    z-index: 1;
    padding: 200px 130px;
    opacity: 0;
    pointer-events: none;
    transition: all .4s cubic-bezier(.76,0,.24,1);
}
.mega-menu-active {
    opacity: 1;
    pointer-events: all;
    transition: all .4s cubic-bezier(.76,0,.24,1);
}
.mega-menu-bg {
    transition: all .4s cubic-bezier(.76,0,.24,1);
    background-color: #1C1C1C;
    border-radius: 1.2px;
    width: 8.5px;
    height: 7px;
    top: 44px;
    right: 160px;
    position: absolute;
    z-index: -1;
}
.mega-menu-active .mega-menu-bg {
    transition: all .8s cubic-bezier(.76,0,.24,1);
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
}
.mega-menu ul {
    padding: 0;
    margin: 0;
}
.mega-menu li {
    color: #696969;
    font-family: 'Adam-Bold';
    font-size: 3.6rem;
    line-height: normal;
    margin-bottom: 20px;
    padding-left: 0;
}
.mega-menu li::after {
    display: none;
}
.mega-menu li:last-child {
    margin-bottom: 0;
}
.mega-menu li a {
    color: #696969;
}
.mega-menu li a:hover,
.mega-menu li a.this-pg {
    color: #F3F3F3;
}
.mega-menu li.active {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
	animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
    -webkit-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	-o-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	animation-delay: calc(0.1s * attr(data-animation-offset number 1));
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
.mega-menu-wrap {
    height: 100%;
    overflow-y: auto;
}
.mega-menu-wrap::-webkit-scrollbar {
    width: 10px;
    background-color: #474747;
    border-radius: 10px;
}
.mega-menu-wrap::-webkit-scrollbar-thumb {
    background-color: #696969;
    border-radius: 10px;
}
.hamnurger {
    height: 35px;
    width: 35px;
}
.hamnurger-icon {
    bottom: 0;
    top: auto;
    right: 0;
    display: flex;
    aspect-ratio: 35 / 35;
    width: 35px;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.hamnurger-icon span {
    background-color: #fff;
    border-radius: 1.2px;
    width: 7px;
    height: 7px;
    content: "";
    transition: transform .4s cubic-bezier(.76,0,.24,1);
    display: block;
    position: relative;
    border-radius: 100%;
}
.hamnurger-icon span::before,
.hamnurger-icon span::after {
    background-color:#fff;
    border-radius: 1.2px;
    width: 7px;
    height: 7px;
    content: "";
    transition: transform .4s cubic-bezier(.76,0,.24,1);
    border-radius: 100%;
}
.hamnurger-icon span::before {
    position: absolute;
    right: calc(100% + 6.5px);
}
.hamnurger-icon span::after {
    position: absolute;
    right: calc(200% + 13px);
}
.hamburger-active span:first-child {
    transform: translateY(12.9px);
}
.hamburger-active span:last-child {
    transform: translateY(-12.9px);
}
.maga-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all .6s cubic-bezier(.76,0,.24,1);
    background-color: rgba(28, 28, 28, 0.7);
}
.maga-menu-overlay-active {
    visibility: visible;
    opacity: 1;
}
/*****text-reveal******/
.text-reveal h2, 
.text-reveal h3, 
.text-reveal h4, 
.text-reveal h5, 
.text-reveal h6, 
.text-reveal p {
    position: relative;
    transition: bottom 0.6s ease, opacity 0.6s ease;
}
.text-reveal.is-visible h2, 
.text-reveal.is-visible h3, 
.text-reveal.is-visible h4, 
.text-reveal.is-visible h5, 
.text-reveal.is-visible h6, 
.text-reveal.is-visible p {
    bottom: 0;
    opacity: 1;
}
/********banner-sec*********/
.banner-sec {
	position: relative;
	overflow: hidden;
}
.banner-sec::after {
    content: "";
    height: 25%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(242, 242, 242, 0.00) 0%, #F3F3F3 93.21%);
    z-index: 1;
    display: none;
}
.banner-content {
	position: absolute;
	top: 57%;
	left: 0;
    transform: translateY(-50%);
	z-index: 2;
	width: 100%;
}
.banner-content h1 {
    margin-bottom: 60px;
    color: #F3F3F3;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    font-family: 'Adam-Bold';
    font-size: 7rem;
    line-height: 88px;
}
.banner-video,.each-banner  {
	height: 804px;
	overflow: hidden;
}
.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;
}
/****product-sec****/
.product-sec {
    padding: 120px 0;
    overflow: hidden;
}
.product-heading {
    max-width: 630px;
    width: 100%;
    margin-bottom: 64px;
}
.product-heading p {
    margin: 30px 0 0;
}
.each-product { 
    position: relative;
}
.product-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 10px 30px;
    border-radius: 50px;
    background: #1C1C1C;
    color: #F3F3F3;
    font-family: 'Montserrat-Regular';
    font-size: 1.8rem;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    width: 80px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-tag strong {
    font-weight: normal;
    margin-left: 15px;
    position: absolute;
    left: -200%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover .product-tag {
    width: 197px;
}
.each-product:hover .product-tag strong {
    left: 48px;
}
.each-product-img {
    margin-bottom: 20px;
}
.product-model h3 {
    color: #696969;
    font-family: 'Montserrat-SemiBold';
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-model h6 {
    color: #696969;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-price h3 {
    color: #696969;
    font-family: 'Montserrat-Regular';
    margin-bottom: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-price h6 {
    color: #696969;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover .product-model h3,
.each-product:hover .product-price h3 {
    color: #1C1C1C;
}
.each-product:hover .product-model h6 {
    color: #474747;
}
.each-product:hover .product-price h6 {
    color: #1C1C1C;
}
.product-slider {
    width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.product-slider .swiper-button-next {
    right: 8%;
}
.product-slider .swiper-button-prev {
    left: 8%;
}
.product-slider .common-arrow {
    top: 40%;
}
.product-btn {
    margin-top: 80px;
}
.product-slider-wrap.margin-add {
    margin: 0 -74px;
}
.center-slider .swiper-wrapper {
    justify-content: center;
}
/*****service-sec*****/
.service-sec {
    padding: 88px 0 68px;
    position: relative;
    background-color: #1C1C1C;
    overflow-x: hidden;
}
.service-sec .container {
    position: relative;
    z-index: 2;
}
.service-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 420px;
    overflow: hidden;
}
.service-bg img {
    height: 100%;
    object-fit: cover;
}
.service-bg::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(92deg, rgba(28, 28, 28, 0.79) 0.48%, #1C1C1C 99.91%);
    z-index: 1;
}
.service-heading h2 {
    color: #F3F3F3;
    text-transform: none;
}
.service-heading p {
    margin: 0 0 80px;
    color: #fff;
}
.service-heading-right {
    max-width: 560px;
    width: 100%;
    margin-left: auto;
}
.service-heading {
    margin-bottom: 80px;
}
.each-service {
	overflow: hidden;
	position: relative;
	height: 530px;
    text-align: center;
}
.each-service::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(28, 28, 28, 0.74) 0%, rgba(28, 28, 28, 0.74) 100%);
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
    opacity: 0;
}
.each-service:hover::after {
    opacity: 1;
}
.each-service-img {
	height: 100%;
}
.each-service-img img {
	height: 100%;
	object-fit: cover;
}
.each-service-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 40px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.each-service-text p {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 25px 0 60px;
    color: #F3F3F3;
}
.each-service-text h2 {
    font-family: 'Adam-Bold';
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service-text-wrap {
	position: relative;
	bottom: -185px;
    z-index: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service:hover .each-service-text-wrap  {
	bottom: 0;
}
.each-service:hover .each-service-text p {
	-webkit-line-clamp: 4;
}
.service-slider {
    width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.service-slider .common-arrow {
    opacity: 0;
    pointer-events: none;
}
.service-slider .swiper-slide {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.service-slider .hover-service {
    width: 38% !important;
}
.service-slider .no-hover-service {
	width: 20.7% !important;
}
/*****counter-sec*****/
.counter-sec {
    padding: 40px 0;
}
.counter-wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 69px;
}
.each-counter h5 {
    line-height: 30px;
}
.each-counter strong {
    font-weight: normal;
}
/*****about-sec*****/
.about-sec {
    padding: 68px 0 88px;
    position: relative;
}
.about-bg {
    position: absolute;
    top: -17%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.about-heading {
    margin-bottom: 10px;
}
.about-heading h2 {
    margin-bottom: 70px;
}
.about-main {
    display: flex;
    align-items: center;
}
.about-man {
    height: 346px;
    min-width: 346px;
    position: relative;
    z-index: 1;
    border-radius: 100%;
    overflow: hidden;
}
.about-man-img {
    height: 100%;
    width: 100%;
    aspect-ratio: 1/1;
}
.about-man-img img {
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.about-rotate {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 90%;
    height: 90%;
    animation: rotate360 20s linear infinite;
    pointer-events: none;
	display:none;
}
@keyframes rotate360 {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.about-mid-text {
    min-width: 576px;
    height: 576px;
    background-color: #fff;
    padding: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -70px;
}
.about-mid-text p {
    margin-bottom: 0;
}
.about-mid-text-inner {
    max-width: 343px;
    width: 100%;
}
.about-info {
    min-width: 640px;
    margin-left: -60px;
    position: relative;
}
.about-info ul {
    padding: 0;
    margin: 0;
}
.about-info li {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
    opacity: 0.3;
    transition: opacity 0.3s ease;
    padding-left: 0;
}
.about-info li::after {
    display: none;
}
.about-info li:first-child {
    margin-left: -16%;
}
.about-info li:last-child {
    margin-bottom: 0;
    margin-left: -16%;
}
.about-info-img {
    min-width: 118px;
    height: 118px;
    background-color: #b2b2b2;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 44px;
}
.about-info-img:hover {
	background-color: #000;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about-info-img img {
    width: 70px;
}
.about-info-text h3 {
    margin-bottom: 17px;
}
.about-info-text p {
    margin-bottom: 0;
}
/***review-sec****/
.review-sec {
    padding: 26px 0;
}
/****insta-sec***/
.insta-sec {
    padding-bottom: 15px;
    overflow-x: hidden;
}
.insta-slider {
    width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.each-insta::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(28, 28, 28, 0.70);
    background-image: url(../images/gal-insta.svg);
    background-size: 45px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-insta:hover::after {
    opacity: 1;
}
/****footer-area****/
.footer-area {
    padding: 60px 0 30px;
    background-color: #1C1C1C;
}
.footer-logo img {
    width: 382px;
}
.footer-social {
    margin-top: 50px;
}
.footer-social ul {
    border-radius: 30.5px;
    background: rgba(243, 243, 243, 0.21);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    margin: 0;
}
.footer-social li {
    padding: 0 24px;
    margin: 0;
}
.footer-social li::after {
    background-color: rgba(255, 255, 255, 0.20);
    height: 90%;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
}
.footer-social li:first-child {
    padding-left: 0;
}
.footer-social li:last-child {
    padding-right: 0;
}
.footer-social li:first-child::after {
    display: none;
}
.footer-social li a:hover {
    opacity: 0.5;
}
.each-footer-info {
    margin-bottom: 40px;
}
.each-footer-info h3 {
    color: #fff;
    margin-bottom: 17px;
}
.each-footer-info p {
    color: #fff;
    margin-bottom: 3px;
}
.each-footer-info td {
    color: #fff;
}
.each-footer-info td:nth-child(odd) {
    padding-right: 16px;
}
.each-footer-info p a {
    color: #fff;
}
.each-footer-info p a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.each-footer-info ul {
    display: flex;
    column-gap: 30px;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.each-footer-info li {
    padding: 0;
    margin: 0;
}
.each-footer-info li::after {
    display: none;
}
.each-footer-info li a {
    color: #fff;
}
.each-footer-info li a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.footer-info {
    margin: 34px 0 13px;
    position: relative;
}
.footer-info::after {
    content: "";
    height: 60%;
    width: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.footer-credit p {
    margin-bottom: 0;
}
.footer-credit p a {
    color: rgba(255, 255, 255, 0.70);
}
.footer-credit p a:hover {
    color: rgba(255, 255, 255, 1);
}
.footer-info-set {
    max-width: 380px;
    width: 100%;
}
.footer-info .col-lg-6:nth-child(even) .footer-info-set {
    margin-left: auto;
}
.footer-info .col-lg-6 .each-footer-info:last-child {
    margin-bottom: 0;
}


/* =================================================== inner-start ============================================================= */
.top-gap {
    padding-top: 199px;
}
.common-wrap {
    padding: 0 25px;
}
/* ======== diensten-dtl ========= */
/****inner-banner****/
.inner-banner-sec {
    position: relative;
}
.inner-banner-img {
    height: 550px;
    position: relative;
}
.inner-banner-img::after {
    content: '';
    position: absolute;
    height: 34%;
    width: 100%;
    background: linear-gradient(180deg, rgba(242, 242, 242, 0.00) 0%, #F3F3F3 93.21%);
    left: 0;
    bottom: 0;
    display: none;
}
.inner-banner-img img {
    height: 100%;
    object-fit: cover;
}
.inner-banner-content {
    position: absolute;
    top: 53%;
    left: 0;
    width: 100%;
    z-index: 1;
}
.inner-banner-content h1 {
    text-transform: none;
}
.banner-vector {
    position: absolute;
    left: 36%;
    top: 30%;
}
.banner-vector img {
    width: 442px;
    height: 266px;
}
/****back-btn****/
.back-btn-sec {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 550px;
}
.back-btn {
    font-size: 1.8rem;
    color: #fff;
    border-color: transparent;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translateX(-50%);
}
.back-btn img {
    width: 10px;
    height: 18px;
    margin-right: 11px;
}
.back-btn:hover img {
    filter: brightness(100) invert(1);
}
/****diensten-top-sec****/
.diensten-top-sec {
    padding: 35px 0 84px;
}
.diensten-top-area p {
    max-width: 726px;
    width: 100%;
    margin: 0 auto;
}
.diensten-top-area p:first-child {
    margin-bottom: 16px;
}
.diensten-top-img {
    margin-bottom: 34px;
}
.diensten-top-area .common-btn {
    margin-top: 40px;
}
/****diensten-dtl-sec****/
.diensten-dtl-info h2 {
    line-height: normal;
    margin-bottom: 31px;
}
.diensten-dtl-img {
    padding-right: 40px;
}
.diensten-dtl-info {
    padding-left: 33px;
}
.diensten-dtl-info p {
    width: 100%;
    max-width: 600px;
    margin-bottom: 16px;
}
/******diensten-dtl-info-sec*******/
.diensten-dtl-info-sec {
    padding: 153px 0 120px;
}
.diensten-dtl-info-main table {
    width: 100%;
    display: block;
}
.diensten-dtl-info-main tbody {
    display: block;
}
.diensten-dtl-info-main tr {
    display: flex;
    column-gap: 40px;
    justify-content: center;
}
.diensten-dtl-info-main td {
    height: 450px;
    width: 450px;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding: 20px;
    position: relative;
    border: 1px solid #A6A6A6;
    border-radius: 100%;
    padding-top: 135px;
}
.diensten-dtl-info-main td h2 {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 6.4rem;
    background-color: #F3F3F3;
    padding: 0 33px;
}
.diensten-dtl-info-main td::after {
    content: "";
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #F3F3F3;
    border-radius: 100%;
    z-index: -1;
}
.diensten-dtl-info-main td .circle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #F3F3F3;
    border-radius: 100%;
}
.diensten-dtl-info-main td .circle strong {
    position: absolute;
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.diensten-dtl-info-main td .circle strong em {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1C1C1C;
    border-radius: 1000px;
    transition: transform 0.4s linear;
}
.diensten-dtl-info-main td .circle strong:first-child {
    left: 0;
}
.diensten-dtl-info-main td .circle strong:first-child em {
    left: 100%;
    transform-origin: 0% 50%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.diensten-dtl-info-main td .circle strong:last-child {
    left: 50%;
}
.diensten-dtl-info-main td .circle strong:last-child em {
    left: -100%;
    transform-origin: 100% 50%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition-delay: 0.4s;
}
.diensten-dtl-info-main td:hover .circle strong:first-child em {
    transform: rotate(-180deg);
    transition: transform 0.4s 0.4s ease-out;
}
.diensten-dtl-info-main td:hover .circle strong:last-child em {
    transform: rotate(-180deg);
    transition: transform 0.4s linear;
}
.diensten-dtl-info-main td p {
    line-height: 24px;
    margin-bottom: 0;
    padding: 0 29px;
    margin-top: 20px;
}
/****diensten-btm****/
.diensten-btm {
    padding-bottom: 120px;
}
.diensten-btm-area img {
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
/****form-sec****/
.form-sec {
	padding: 97px 0;
}
.form-title h2 {
    color: #fff;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 50px;
}
.form-main-area {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
}
.form-sec .form-group {
	margin-bottom: 15px;
}
.form-sec .form-styl {
    resize: none;
    font-family: 'Montserrat-Regular';
    color: #fff;
    font-size: 1.8rem;
    line-height: 30px;
    padding: 14px 23px;
    background-color: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(7px);
}
.form-sec .form-styl:focus{
	color: #fff;
	border-color: #fff;
    outline: 0;
    box-shadow: none;
}
.form-sec .form-styl:placeholder {
	color: rgba(255, 255, 255, 0.60);
}
.form-sec .form-styl:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.60);
}
.form-sec .form-styl::placeholder {
	color: rgba(255, 255, 255, 0.60);
}
.form-sec .form-styl.foto_upload {
    color: rgba(255, 255, 255, 0.60);
}
.form-sec textarea.form-styl {
    min-height: 129px;
    border-radius: 0;
}
.form-btn {
    margin-top: 19px;
    text-align: center;
}
.form-btn .common-btn {
    padding: 13px 28px;
}
/****form-btm-sec****/
.form-btm-area {
    display: flex;
    column-gap: 10px;
    position: relative;
    width: 100%;
    padding-top: 94px;
    justify-content: center;
}
.each-contact-info {
    padding: 0 102px;
    position: relative;
}
.each-contact-info:first-child {
    padding-left: 38px;
    border-right: 1px solid #fff;
    padding-right: 112px;
}
.each-contact-info:last-child {
    padding-right: 38px;
    border-left: 1px solid #fff;
    padding-left: 110px;
}
.each-contact-info h3, 
.each-contact-info td {
    color: #fff;
}
.each-contact-info h3 {
    margin-bottom: 15px;
}
.each-contact-info td {
    line-height: 26px;
}
.each-contact-info tr td:first-child {
    padding-right: 17px;
}
.each-contact-info p {
    margin-bottom: 0;
    line-height: 26px;
}
.each-contact-info a:hover {
    color: rgba(255, 255, 255, 0.5);
}
/****diensten-service-sec****/
.diensten-service-sec {
    padding: 119px 0 94px;
    position: relative;
}
.diens-service-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.diensten-service-wrap {
    padding: 0 25px;
}
.diens-service-title {
    line-height: normal;
    margin-bottom: 81px;
}
.diens-service-img {
    height: 529px;
}
.diens-service-img img {
    height: 100%;
    object-fit: cover;
}
.each-diens-service {
    text-align: center;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diens-service .white-btn:hover {
    color: #f3f3f3;
}
.each-diens-service::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(28, 28, 28, 0.88) 0%, rgba(28, 28, 28, 0.88) 100%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
}
.each-diens-service:hover::after {
    opacity: 1;
}
.diens-service-text-wrap {
    position: absolute;
    /* top: 45%; */
    top: 50%;
    left: 0;
    padding: 0 115px;
    z-index: 1;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diens-service-text-wrap h2 {
    color: #fff;
}
.diens-service-text-wrap p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 27px 0 59px;
    color: #F3F3F3;
    height: 5lh;
}
.diens-service-text-wrap p,
.diens-service-text-wrap button {
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diens-service:hover .diens-service-text-wrap {
    /* top: 18%; */
    transform: translateY(-50%);
}
.each-diens-service:hover .diens-service-text-wrap p,
.each-diens-service:hover .diens-service-text-wrap button {
    opacity: 1;
}
.diens-service-slider .swiper-button-prev {
    left: 73px;
}
.diens-service-slider .swiper-button-next  {
    right: 73px;
}

/* ======== werkplaats ========= */
.diensten-dtl-info .common-btn {
    margin-top: 16px;
}

/* ======== diensten-list ========= */
.diensten-list-sec {
    padding: 102px 0 95px;
    position: relative;
}
.diens-list-bg {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
.diensten-list-area .row {
    row-gap: 1px;
    margin: 0 -1px;
}
.diensten-list-area .col-lg-6 {
    padding: 0 1px;
}
.diensten-list-area .each-diens-service::after {
    background: linear-gradient(0deg, rgba(28, 28, 28, 0.74) 0%, rgba(28, 28, 28, 0.74) 100%);
}
.diensten-list-area .diens-service-text-wrap h2 {
    line-height: normal;
}
.diensten-list-area .diens-service-text-wrap p {
    margin-top: 31px;
}

/* ======== vacature-dtl ========= */
/****inner-header****/
.inner-header {
    background-color: #1C1C1C;
}
/****vacature-back-btn****/
.back-btn-sec.vacature-back-btn {
    position: initial;
    height: auto;
    text-align: start;
    padding-top: 190px;
    padding-bottom: 16px;
}
.vacature-back-btn .back-btn {
    color: #1C1C1C;
    position: relative;
    transform: none;
    left: 0;
}
.vacature-back-btn .back-btn img {
    filter: brightness(100) invert(1);
}
.vacature-back-btn .back-btn:hover {
    color: #fff;
}
.vacature-back-btn .back-btn:hover img {
    filter: brightness(0) invert(1);
}
/****vacature-top-sec****/
.vacature-top-sec {
    padding-bottom: 79px;
    position: relative;
}
.vacature-top-bg {
    position: absolute;
    top: -21%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.vacature-top-img {
    padding-left: 4px;
}
.vacature-top-content {
    padding-right: 113px;
}
.vacature-top-content h1 {
    font-family: 'Adam-Bold';
    color: #1C1C1C;
    margin-bottom: 23px;
    text-shadow: none;
}
.vacature-top-content h2 {
    line-height: normal;
    margin: 24px 0 31px;
}
.vacature-top-content p:last-child {
    margin-bottom: 0;
}
/****vacature-mid-sec****/
.vacature-mid-sec {
    padding-bottom: 118px;
}
.vacature-mid-img {
    padding-right: 40px;
}
.vacature-mid-content h2 {
    line-height: normal;
    margin-bottom: 31px;
}
.vacature-mid-content ul {
    margin-bottom: 24px;
}
.vacature-mid-content ul:last-child {
    margin-bottom: 0;
}
.vacature-mid-content li:last-child {
    margin-bottom: 0;
}
/****vacature-service-sec****/
.diensten-service-sec.vacature-service-sec {
    padding-bottom: 33px;
}
.vacature-service-sec .each-diens-service::after {
    background: linear-gradient(0deg, rgba(28, 28, 28, 0.90) 0%, rgba(28, 28, 28, 0.90) 100%);
}

/* ======== vacature-list ========= */
.diensten-list-sec.vacature-list-sec {
    padding-top: 78px;
}
.vacature-list-sec .diens-list-bg {
    top: 0;
}
/* ======== contact ========= */
/****map****/
.map {
    height: 550px;
}
/****contact-form****/
.contact-form {
    padding-bottom: 182px;
    position: relative;
}
.contact-form-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.contact-form .form-title h2 {
    color: #1C1C1C;
}
.contact-form .form-styl {
    color: rgba(28, 28, 28, 0.60);
    background-color: rgba(28, 28, 28, 0.09);
    backdrop-filter: blur(7px);
    border-color: rgba(28, 28, 28, 0.60);
}
.contact-form .form-styl:focus{
    color: #1C1C1C;
	border-color: #1C1C1C;
}
.contact-form .form-styl:placeholder {
	color: rgba(28, 28, 28, 0.60);
}
.contact-form .form-styl:-ms-input-placeholder {
	color: rgba(28, 28, 28, 0.60);
}
.contact-form .form-styl::placeholder {
	color: rgba(28, 28, 28, 0.60);
}
.contact-form .each-contact-info:first-child {
    border-right: 1px solid #1C1C1C;
    padding-left: 41px;
}
.contact-form .each-contact-info:last-child {
    border-left: 1px solid #1C1C1C;
}
.contact-form .each-contact-info h3, 
.contact-form .each-contact-info td {
    color: #1C1C1C;
}
.contact-form .each-contact-info a {
    color: #1C1C1C;
}
.contact-form .each-contact-info a:hover {
    color: #696969;
}

/* ======== aanbod-list ========= */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding-bottom: 70px;
    position: relative;
}
.aanbod-list-bg {
    position: absolute;
    top: 23%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.aanbod-list-bg img {
    height: 100%;
    object-fit: cover;
}
.aanbod-list-title {
    margin-top: 7px;
    margin-bottom: 44px;
}
.aanbod-list-title h2 {
    font-family: 'Montserrat-SemiBold';
    line-height: normal;
    text-transform: uppercase;
}
/****aanbod-filter-wrap****/
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: #1C1C1C;
	font-size: 1.4rem;
	font-family: 'Montserrat-Regular';
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(100) invert(1);
}
.filter-reset a:hover {
	color: rgb(28, 28, 28, 0.6);
}
.filter-reset a:hover img {
    filter: brightness(0.5);
}
.aanbod-filter-sec .select-style,
.more-filter-btn {
    width: 100%;
    height: 50px;
    color: #1C1C1C;
    font-family: 'Montserrat-Regular';
    font-size: 1.8rem;
    border: 1px solid #1C1C1C;
    border-radius: 5px;
    padding: 0 50px 0 28px;
    background: url(../images/filter-arrow.svg) no-repeat 84% center / 17px;
    appearance: none;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    border-radius: 50px;
}
.filter-min_max   .aanbod-filter-min .select-style{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 0;
}
.filter-min_max  .aanbod-filter-max .select-style{
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.aanbod-filter-sec .select-style.show {
    border-radius: 10px 10px 0 0;
}
.filter-left-part .row {
    margin: 0 -9px;
}
.aanbod-filter-sec .filter-main option{
	font-family: 'Montserrat-Regular';
	background-color: #14181E;
}
.filter-content {
    background-color: #F3F3F3;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #1C1C1C;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #1C1C1C;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'Montserrat-Regular';
    font-size: 1.4rem;
	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: 16px;
    height: 16px;
    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: #1C1C1C;
    border-color: #1C1C1C;
}
.auto-overview-tag {
    margin-right: 5px;
	margin-bottom: 10px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #F3F3F3;
    border-radius: 6px;
    background-color:#1C1C1C;
	font-family: 'Montserrat-Regular';
    font-size: 1.4rem;
    border: 1px solid #1C1C1C;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
	background-color: transparent;
    color: #1C1C1C;
}
.auto-overview-tag:hover img {
    filter: brightness(100) invert(1);
}
/* .aanbod-filter {
    margin-bottom: 18px;
    width: 18%;
    padding: 0 9px;
} */
.filter-left-part .col-lg-3 {
    margin-bottom: 18px;
    width: 18%;
    padding: 0 9px;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 78px;
    background-color: #2D333F;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
}
.mobile-show-filter .common-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #4B6798;
    border-color: #4B6798;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #F9F8F6;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #14181E;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #14181E;
	margin-left: 30px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #4B6798;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #F9F8F6;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #4B6798;
}
.mobile-filter-close span img {
	width: 9px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #4B6798;
	border-color: #4B6798;
  	color: #f3f3f3;
	padding: 10px;
	border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #7191C9;
    background-color: #7191C9;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort .sorteren_op-filter {
    display: flex;
    justify-content: end;
    padding: 0;
    margin-bottom: 0;
    width: 100%;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'Montserrat-Regular';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .sorteren_op-filter .each-filter {
    width: 100%;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.more-filter-btn {
    color: #F3F3F3;
    border: 1px solid #1C1C1C;
    background: url(../images/open-filter-arrow.svg) no-repeat 84% center / 17px;
    background-color: #1C1C1C;
}
.more-filter-btn:hover {
    background-color: #F3F3F3;
    color: #1C1C1C;
    background: url(../images/filter-arrow.svg) no-repeat 84% center / 17px;
}
.more-filter-btn.filter-active {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.more-filter-btn.filter-active,
.more-filter-btn.filter-active:hover {
    background: url(../images/close-filter-arrow.svg) no-repeat 84% center / 17px;
    background-color: #1C1C1C;
    color: #F3F3F3;
}
.aanbod-more-filter {
    display: none;
}
.filter-min_max {
	display: flex;
}
.aanbod-filter-max,
.aanbod-filter-min{
	width: 50%;
}
.aanbod-filter-Bouwjaar {
    margin-bottom: 20px;
    width: 34%;
}
.prijis {
    width: 38%;
    padding: 0 19px 0 27px;
    height: 50px;
    border: 1.2px solid #333;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.prijis p {
    line-height: 50px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aanbod-filter-max, .aanbod-filter-min, .aanbod-filter-Tot {
    width: 32%;
    padding: 0;
}
.filter-min_max .aanbod-filter-max .select-style {
    border-radius: 0;
    border-left: 0;
    background: url(../images/filter-arrow.svg) no-repeat 74% center / 17px;
}
.filter-min_max .aanbod-filter-min .select-style {
    background: url(../images/filter-arrow.svg) no-repeat 74% center / 17px;
    border-radius: 0 50px 50px 0;
}
.filter-min_max .aanbod-filter-min .select-style.show {
    border-radius: 0 10px 0 0;
}
.aanbod-filter-sec .aanbod-filter-Bouwjaar .select-style.show {
    border-radius: 0 0 0 0;
}
.aanbod-filter-sec .aanbod-filter-Bouwjaar .select-style.tot.show {
    border-radius: 0 20px 0 0;
}
.aanschafprijs_van-filter .form-check-input, .aanschafprijs_tot-filter .form-check-input {
    display: none;
}
.aanbod-filter-prijs {
    width: 34%;
}
.aanschafprijs_tot-filter .select-style.show {
    border-radius: 0 20px 0 0;
}
.aanbod-more-filter .col-lg-3.col-6.big-filter {
    width: 40%;
}
.aanbod-more-filter .col-lg-3.col-6 {
    width: 23%;
}
.clear-filter-main {
    margin-top: 20px;
}
.mobile-filter-sort {
    margin-bottom: 18px;
    display: none;
}
.close-more-filter-btn {
    display: none;
}
.bouwjaar_van-filter .select-style {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}
.bouwjaar_tot-filter {
    border-radius: 0 50px 50px 0;
}
.bouwjaar_van-filter.aanbod-filter {
    padding: 0;
}
.bouwjaar_tot-filter .select-style {
    border-radius: 0 50px 50px 0;
}
.bouwjaar_van-filter .select-style.show {
    border-radius: 0;
}
.bouwjaar_tot-filter .select-style.show {
    border-radius: 0 10px 0 0;
}
.bouwjaar_van-filter , .bouwjaar_tot-filter {
    width: 32% ;
}
/****aanbod-product-sec****/
.aanbod-product-area .row {
    margin: 0 -4px;
}
.aanbod-product-area .col-lg-3 {
    padding: 0 4px;
}
.aanbod-product-area .product-model h3 {
    font-size: 1.8rem;
}
.aanbod-product-area .product-price h3 {
    font-family: 'Montserrat-Medium';
    font-size: 1.6rem;
    margin-bottom: 0;
    margin-right: 5px;
}
.aanbod-product-area .product-price {
    display: flex;
    align-items: center;
    margin-top: 8px;
}
.aanbod-product-area .each-product-img {
    margin-bottom: 12px;
}
.aanbod-product-area .each-product {
    margin-bottom: 60px;
}
.aanbod-product-area .each-product-text .row {
    margin: 0;
}
.aanbod-product-area .each-product-text .col-12 {
    padding: 0;
}
.aanbod-product-area .each-product .product-tag {
    padding: 5px 20px;
    width: 60px;
}
.aanbod-product-area .each-product:hover .product-tag {
    width: 175px;
}
.aanbod-product-area .each-product:hover .product-tag strong {
    left: 37px;
}
/****aanbod-list-btm****/
.diensten-btm.aanbod-list-btm {
    padding-bottom: 95px;
}
/* ************* thankyou_banner ********** */
.thankyou_banner .common-btn{
    background-color: #fff;
    border-color: #fff;
    color: #1C1C1C;
}
.thankyou_banner .common-btn:hover{
    color: #fff;
}
.thankyou_banner .common-btn:hover {
    border-color: #1C1C1C;
}
.product-btn {
    margin-top: 60px;
}
.banner-sec.thankyou_banner::after{
   display: none;
}
.thankyou_banner .banner-content h1{
    text-transform: none;
}
.thankyou_banner .each-banner{
    height: 804px;
    overflow: hidden;
}
.thankyou_banner-wrap{
    height: 100%;
}
/* ======= popup ========== */
.modal-area .modal-dialog {
    max-width: 69%;
    margin: 7% auto 0;
}
.modal-area .modal {
    background: rgba(28, 28, 28, 0.70);
    backdrop-filter: blur(7px);
}
.modal-area .modal-content {
    border: 0;
    background: #fff;
    backdrop-filter: blur(7px);
    position: relative;
    border-radius: 0;
}
.pop-up-image {
    height: 100%;
}
.modal-area .popup-content {
    padding: 48px 64px 25px 65px;
}
.modal-area .popup-content p{
    margin-bottom: 27px;
    width: 100%;
    color: #1C1C1C;
}
.modal-area .popup-content ul {
    margin: 14px 0;
}
.modal-area .popup-content li {
    color: #1C1C1C;
    line-height: 30px; 
    position: relative;
    padding-bottom: 5px;
}
.popup-content h5{
    color: #030304;
    margin-bottom:28px ;
}
.modal-content .col-lg-5 {
    width: 40.3%;
}
.modal-content .col-lg-7 {
    width: 59.7%;
}
.pop-up-image img {
    height: 100%;
    object-fit: cover;
}
.close-img {
    position: absolute;
    top: 28px;
    right: 52px;
    height: 44px;
    width: 44px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.close-img:hover {
    color: #fff;
}
.close-img img {
    width: 36px;
    height: 36px;
}
.popup-content h2{
  padding-bottom: 24px;
}
.popup-content li::after {
    top: 11px;
}
.modal-area .popup-content p:last-child {
    width: 100%;
    max-width: 478px;
}
/* ======== over-ons ========= */
/****over-ons-top****/
.over-ons-top {
    padding: 62px 0 40px;
    position: relative;
}
.over-ons-top p {
    max-width: 1050px;
    margin: 32px auto 0;
    width: 100%;
}
.over-ons-top-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
}
/***overons-usp-sec******/
.overons-usp-sec {
    padding: 80px 0 121px;
    overflow: hidden;
}
.overons-usp-sec .about-main {
    margin-left: 9%;
}
.overons-usp-sec .about-info li {
    opacity: 0.5;
    margin-bottom: 100px;
    cursor: pointer;
}
.overons-usp-sec .about-info li:last-child {
    margin-bottom: 0;
}
.overons-usp-sec .about-info li.active {
    opacity: 1;
}
.overons-usp-sec .about-info {
    margin-left: -35px;
}
.overons-usp-sec .about-mid-text {
    min-width: 646px;
    height: 646px;
}
.overons-usp-sec .each-about-mid-text {
    display: none;
}
.overons-usp-sec .each-about-mid-text h3 {
    font-size: 4rem;
    margin-bottom: 12px;
}
.overons-usp-sec .each-about-mid-text.active {
    display: block;
}
.overons-usp-sec .about-info-img {
    min-width: 55px;
    height: 55px;
    margin-right: 110px;
    background-color: #1C1C1C;
}
.overons-usp-sec .about-info-text h3 {
    margin-bottom: 0;
    font-size: 3.2rem;
}
.overons-usp-sec .about-info li:hover .about-info-img {
    background-color: #1C1C1C;
}
.overons-usp-sec .about-info li:hover {
    opacity: 1;
}
/****member-sec****/
.member-sec {
    padding: 115px 0 100px;
    overflow-x: hidden;
}
.member-title h2 {
    line-height: normal;
}
.member-title p {
    margin: 24px auto 70px;
    max-width: 610px;
    width: 100%;
}
.each-member {
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    text-align: center;
    /* transform: scale(.9); */
    height: 348px;
}
.each-member-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-member-text h4 {
    color: #f3f3f3;
    font-size: 2.4rem;
    font-family: 'Montserrat-SemiBold';
    margin-bottom: 4px;
}
.each-member-text h5 {
    color: #f3f3f3;
    font-size: 1.8rem;
}
.each-member-img {
    height: 100%;
    object-position: top;
    transition: all 0.5s;
}
.each-member-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: all 0.5s;
}
.member-slider {
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
    height: 560px;
}
.member-slider .swiper {
    padding: 40px 0;
    height: 550px;
}
.member-slider .swiper-slide-active .each-member {
    /* transform: scale(1.1); */
    height: 470px;
}
.member-slider .swiper-slide-active .each-member-text {
    opacity: 1;
}
.member-slider .swiper-button-next {
    right: 4%;
}
.member-slider .swiper-button-prev {
    left: 4%;
}
/* .member-slider .common-arrow {
    display: none;
} */
.member-slider .swiper-slide {
    height: auto;
}
.member-slider .swiper-wrapper {
    align-items: center;
    transition: all 0.5s linear;
}
/* ======== aanbod-dtl ========= */
/****aanbod_dtl_banner****/
.aanbod_dtl_banner{
	margin-bottom: 17px;
    position: relative;
}
.aanbod-bg {
    position: absolute;
    top: -22%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.aanbod_dtl_banner .common-arrow {
    z-index: 2;
    border-width: 2px;
}
.small_car .col-12 .each_samall_car{
    height: calc(100% - 18px);
	position: relative;
}
.small_car {
    height: 100%;
}
.small_car .row {
    height: 100%;
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, rgba(28, 28, 28, 0.60) 0%, rgba(28, 28, 28, 0.60) 100%);
}
.each_samall_car img{
	height: 100%;
    object-fit: cover;
}
.aanbod_dtl_banner .col-lg-8 {
    width: 60.6%;
}
.aanbod_dtl_banner .col-lg-4 {
    width: 39.4%;
}
.each_samall_car {
    position: relative;
    height: 100%;
}
.overlay-content h3 {
    font-family: 'Montserrat-SemiBold';
    color: #fff;
}
/****aanbod-car-dtls-sec****/
.aanbod-car-dtls-area {
    border: 1px solid rgba(28, 28, 28, 0.10);
    background: #FFF;
    padding: 17px 33px 20px 29px;
}
.aanbod-product-dtls h6 {
    color: rgba(28, 28, 28, 0.50);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-product-dtls h3 {
    margin-bottom: 8px;
}
.aanbod-product-price {
    display: flex;
    align-items: center;
    margin-top: 36px;
}
.aanbod-product-price h3 {
    margin-right: 31px;
    margin-bottom: 0;
}
.aanbod-product-price h3 em {
    font-style: normal;
    font-family: 'Montserrat-Medium';
}
.aanbod-product-price h6 {
    color: #1C1C1C;
}
.car-dtls-area td {
    border-right: 1px solid rgba(28, 28, 28, 0.15);
    text-align: center;
    padding: 0 21px;
}
.car-dtls-area td:first-child {
    padding-left: 12px;
}
.car-dtls-area td:last-child {
    border-right: 0;
    padding-right: 0;
}
.aanbod-car-dtls-top h6 {
    line-height: 24px;
    letter-spacing: 0.32px;
    margin-bottom: 6px;
}
.aanbod-car-dtls-top h5 {
    font-family: 'Montserrat-Medium';
    line-height: 24px;
    letter-spacing: 0.36px;
}
.aanbod-car-dtls-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}
.share-icon {
    border-radius: 100px;
    border: 1px solid #141414;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.share-icon img {
    width: 19px;
    height: 25px;
}
.aanbod-car-dtls-btm ul {
    margin-bottom: 0;
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    justify-content: right;
}
.aanbod-car-dtls-btm li {
    padding-left: 0;
    margin-bottom: 0;
}
.aanbod-car-dtls-btm li::after {
    display: none;
}
.whatsapp-btn {
    border: 1px solid #25D366;
    color: #fff;
    font-family: 'Montserrat-Regular';
    position: relative;
    border-radius: 50px;
    line-height: normal;
    overflow: hidden;
    background-color: #25D366;
    font-size: 1.8rem;
    padding: 14px 31px;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    align-items: center;
}
.whatsapp-btn img {
    width: 26px;
    height: 22px;
    margin-right: 13px;
}
.whatsapp-btn:hover {
    color: #fff;
}
.aanbod-car-dtls-area .col-lg-3 {
    width: 31%;
}
.aanbod-car-dtls-area .col-lg-9 {
    width: 69%;
}
.inruilen-btn {
    display: none;
}
.inruilen-btn {
    background-color: #1C1C1C;
    border-color: #fff;
    color: #FFF;
}
.inruilen-btn .btn-round {
    background-color: #fff;
}
.inruilen-btn:hover {
    border-color: #fff;
    color: #1C1C1C;
}
.mobile-share {
    display: none;
}
.mobile-back-btn {
    display: none;
}
.aanbod-car-dtls-area .mobile-back-btn {
    padding-top: 0;
}
.aanbod-product-dtls.mobile-aanbod-product-dtls h3 {
    display: none;
}
/****aanbod-top-slider-sec****/
.aanbod-top-slider .swiper-button-next {
    right: 20px;
}
.aanbod-top-slider .swiper-button-prev {
	left: 20px;
}
/****aanbod-dtls-sec****/
.aanbod-dtls-sec {
    padding: 108px 0 115px;
}
.aanbod-dtls-area .col-lg-8 {
	width: 64%;
}
.aanbod-dtls-area .col-lg-4 {
	width: 36%;
}
/****dtl-tab-part****/
.dtl-tab-part {
	position: relative;
	overflow: hidden;
}
.tab-btn {
	display: flex;
    justify-content: space-between;
}
.tab-btn .nav-tabs {
    column-gap: 17px;
    margin-bottom: 60px;
    border: 0;
    row-gap: 26px;
}
.tab-btn .tabs {
    display: flex;
    justify-content: center;
    column-gap: 65px;
    max-width: max-content;
    margin: auto;
    padding: 10px 0;
    margin-bottom: 44px;
    border-bottom: 2px solid rgba(28, 28, 28, 0.20);
}
.tab-btn ul.tabs li {
    position: relative;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    padding-left: 0;
}
ul.tabs li::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 40px;
    background-color: #1C1C1C;
    height: 2px;
    border-radius: 0;
    width: 0;
    transform: translateX(-50%);
    transition: all 0.5s;
}
ul.tabs li.active::after, ul.tabs li:hover::after {
    width: 100%;
}
.tab-btn .tabs li.active {
    color: #121212;
}
.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 {
	color: #f3f3f3;
	font-family: 'neue_montrealregular';
	font-size: 1.6rem;
	line-height: 24px;
	letter-spacing: 0.32px;
	transition: all 0.5s;
}
.tab-btn-right li a:hover {
	text-decoration: underline;
}
.kenmerken-tab {
	overflow: hidden;
}
.kenmerken-tab table {
	width: 100%;
}
.kenmerken-tab td {
    padding: 34px 26px 30px;
    width: 24%;
    border: 1px solid rgba(28, 28, 28, 0.10);
    background: #FFF;
    flex-shrink: 0;
}
.kenmerken-tab tr {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
}
.kenmerken-tab tr:first-child {
    margin-bottom: 9px;
}
.kenmerken-tab td h5 {
	word-break: break-word;
    margin-bottom: 4px;
}
.kenmerken-tab h3 {
    color: #292B2C;
    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: #292B2C;
    line-height: 24px;
	margin-bottom: 13px;
    padding-bottom: 10px;
    word-break: break-word;
    padding-right: 20px;
    padding-left: 35px;
    font-size: 1.6rem;
    letter-spacing: 0.48px;
}
.kenmerken-tab li::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1.5px;
    background-color: rgba(41, 43, 44, 0.50);
}
.kenmerken-tab li:nth-child(even) {
    color: rgba(41, 43, 44, 0.70);
    padding-left: 0;
	width: 60%;
}
.kenmerken-tab li:last-child, .kenmerken-tab li:nth-last-child(2) {
    margin-bottom: 0;
}
.kenmerken-tab-block-part {
	display: none;
}
.kenmerken-tab-block-part ul:first-child{
	margin-top: 6px;
}
.aanbod-dtls-area.hidden-tab .col-lg-8 {
	width: 100%;
}
.aanbod-dtls-area.hidden-tab .each-aanbod-contact {
	display: none;
}
.each-aanbod-contact .row {
    align-items: center;
}
.tab-cross {
    cursor: pointer;
}
.hidden-tab-btn {
    margin: 60px 0 20px;
}
.hidden-tab-btn .common_btn {
    font-size: 1.8rem;
    padding: 10px 40px;
}
.dtl-tab-part .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.bullet-panel h5 {
    border-bottom: 1px solid #121212;
    padding-bottom: 10px;
	margin-bottom: 10px;
    font-family: 'Montserrat-SemiBold';
}
.dtl-tab-part .bullet-panel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dtl-tab-part .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    color: #292B2C;
	margin-bottom: 10px;
	font-size: 1.6rem;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #121212;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #121212;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    margin-top: 8px;
    margin-bottom: 25px;
}
.left-bg-block p {
    color: #fff;
    margin-bottom: 0;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls h5 {
    text-transform: none;
}
.popup-show-btn {
    text-align: center;
    margin-top: 60px;
}
.tab-btm-btn{
    cursor: pointer;
}
.tab-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.tab-popup-content-wrap{
    overflow-x: hidden;
    overflow-y: scroll;
}
.popup-opacity{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(18, 18, 18, 0.60);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.tab-popup-area {
    border-radius: 20px;
    background: #F3F3F3;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 0 147px;
    width: 100%;
    height: 75vh;
}
.popup-cross{
    background: #121212;
    width: 53px;
    height: 53px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 36px;
    right: 57px;
    border-radius: 100%;
    cursor: pointer;
}
.tab-popup-content {
    overflow: scroll;
    padding-bottom: 40px;
}
.tab-popup-content ul {
    margin-bottom: 49px;
}
.tab-popup-content ul:last-child{
    margin-bottom: 0;
}
.popup-cross img{
    width: 24px;
}
.tab-popup-area h2 {
    padding-top: 40px;
    margin-bottom: 10px;
}
.tab-popup-area p{
    color: rgba(18, 18, 18, 0.50);
    line-height: normal;
    padding-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tab-popup-content h3{
    font-size: 2.4rem;
    line-height: 56px;
    margin-bottom: 15px;
}
.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: #1C1C1C;
    padding-bottom: 7px;
    padding-left: 0;
}
.tab-popup-content li::after {
    display: none;
}
.tab-popup-content li strong{
    color: rgba(28, 28, 28, 0.70);
    width: 50%;
    font-weight: normal;
}
.show-popup{
    display: none;
}
/****tab-right-part****/
.tab-right-btn .common_btn{
	font-size: 1.8rem;
	padding: 10px 39px;
}
.tab-right-btn ul{
	padding: 0;
	list-style: none;
	margin: 0;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.each-aanbod-contact {
	padding: 54px 20px 37px;
    border: 1px solid rgba(28, 28, 28, 0.10);
    background: #FFF;
}
/* .aanbod-contact-img {
    width: 106px;
    height: 106px;
} */
/*.aanbod-contact-img img {
	border-radius: 106px;
	overflow: hidden;
}*/
.aanbod-contact-info {
    padding-left: 5px;
}
.aanbod-contact-info h4 {
    font-family: 'Montserrat-SemiBold';
    margin-bottom: 12px;
}
.aanbod-contact-info h6 {
    color: #1C1C1C;
    margin-top: 5px;
}
.aanbod-contact-info img {
    margin-right: 7px;
}
.aanbod-contact-info a {
    color: rgba(28, 28, 28, 0.50);
    font-size: 1.6rem;
    line-height: normal;
    text-decoration: underline;
}
.aanbod-contact-info a:hover {
    color: #1C1C1C;
}
.mobile-tab-slider {
    display: none;
}
/****aanbod-dtl-btm-sec****/
.aanbod-dtl-btm-sec {
    overflow: hidden;
    padding: 121px 0 114px;
    position: relative;
}
.aanbod-product-bg {
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.aanbod-dtl-btm-heading {
    text-align: center;
}
.aanbod-dtl-btm-heading h2 {
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 87px;
}
.aanbod-product-slider {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
}
.aanbod-product-slider .swiper-button-next {
    right: 8%;
}
.aanbod-product-slider .swiper-button-prev {
    left: 8%;
}
.aanbod-product-slider .common-arrow {
    top: 40%;
}
.aanbod-product-slider-wrap.margin-add {
    margin: 0 -74px;
}
/* ========== aanbod-vacature-list ========== */
/****verkocht-title****/
.verkocht-title h2 {
    text-transform: uppercase;
    margin-bottom: 55px;
}
/****verkocht-product-sec****/
.verkocht-bg {
    position: absolute;
    top: -5%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.verkocht-product-sec .product-tag {
    top: 124px;
}
.verkocht-product-sec .aanbod-product-area .each-product {
    margin-bottom: 84px;
}
.verkocht-product-sec .aanbod-product-area .product-model h3 {
    font-family: 'Adam-Bold';
}
.verkocht-product-sec .each-product:hover .product-model h6 {
    color: rgba(28, 28, 28, 0.50);
}


/*******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: 30px;
    padding-top: 15px;
}


/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 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: #1c1c1c;*/
    border-bottom: 1px solid #181716;
    padding-bottom: 10px;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    padding-bottom: 6px;
    margin-bottom: 5px;
    word-break: break-word;
    font-size: 1.6rem;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}
.form-1, .form-2 {
    display: none;
    padding: 50px 0;
    margin-top: 20px;
}
.form-2 .form-group label 
{
    font-family: 'lama_sansregular';
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.form-1 .form-group label
{
    font-family: 'lama_sansregular';
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#1C1C1C calc(1*100%/6),#F3F3F3 0 calc(3*100%/6),#1C1C1C 0),
              linear-gradient(#1C1C1C calc(2*100%/6),#F3F3F3 0 calc(4*100%/6),#1C1C1C 0),
              linear-gradient(#1C1C1C calc(3*100%/6),#F3F3F3 0 calc(5*100%/6),#1C1C1C 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: #1C1C1C;
  }
.radio_filter .form-check-input {
    display: none;
}
.aanbod-dtl-right-slide-top .common-btn{
    background-color: #fbb969;
    border-color: #fbb969;
}
.over-ons-counter-area .col-lg-4:last-child .each-over-ons-counter{
    border: none;
}

.carpass-img {
    width: 115px;
}

.skiptranslate{
    height: 0;
    overflow: hidden;
    visibility: hidden !important;
}
.calsty {
    border: 0;
    width: 100%;
    height: 600px;
    background: transparent;
}
/****review-plugin-customize****/
.ggCtvU {
    background-color: #fff !important;
}
.iPXdjg {
    background-color: #fff !important;
}
.kBskxl {
    border-radius: 20px !important;
    overflow: hidden !important;
}
body .share-social-media-button .a2a_dd {
    padding: 0 !important;
    height: 44px !important;
    width: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
body .share-social-media-button .a2a_dd svg {
    margin-right: 0 !important;
}
.formError {
    z-index: 1 !important;
}
.voorraadwekker_widget_section .voorraadwekker_widget_container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.privacy_section {
    padding: 150px 0 60px;
}
.voorraadwekker_widget_subsec {
    padding-bottom: 120px;
}
.select2-container
.select2-results__options li::after{
    display: none;
}
.diensten-dtl-img {
    position: relative;
    /* left: -150%; */
    transform: translateX(-150%);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.iframe-container {
    display: flex;
    justify-content: center;
}
.iframe-container .calsty {
    width: 700px;
}
.over-ons-top .common-btn img{
	width: 15px;
	margin-right: 6px;
}
.over-ons-top .common-btn:hover img{
	-webkit-filter: invert(100%);
	filter: invert(100%);
}
.over-ons-top .common-btn{
	margin-top: 32px;
}
.diensten-top-img img{
	width: 295px;
}
.diensten-list-sec .service-slider{
	background-color: #1C1C1C;
}
.diensten-list-heading {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 91px;
}
.diensten-list-heading p {
    color: #fff;
}
.each-diensten-logo {
    opacity: 0;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}
.each-diensten-logo img {
    width: 150px;
}
.each-service:hover .each-diensten-logo {
    opacity: 1;
}
.fix-wp {
  position: fixed;
  bottom: 56px;
  right: 33px;
  z-index: 98;
  height: 70px;
  width: 70px;
}
.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: 5vw;
	font-size: small;
}

.notifcation {
	position: relative;
}

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

@media screen and (max-width: 600px) {
	.popuptext {
		right: 60px !important;
	}
}
@media (max-width : 767.98px){
	.fixed-whatsapp-icon{
		display: none;
	}
}
.product-variables table{
    margin: 12px 0 4px;
}
.product-variables td{
    font-family: 'Montserrat-Medium';
    font-size: 1.6rem;
    color: #696969;
    vertical-align: top;
}
.product-variables td span{
    margin: 0 8px;
}
.each-product:hover .product-variables td{
    color: #1c1c1c;
}