body {
	padding: 0px;
	margin: 0px;
    color: #2F4F4F;
    font-family: 'Quicksand-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-top-area****/
.header-top-area {
    background-color: #FFF;
    padding: 8px 0;
}
.header-top-area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    margin-bottom: 0;
}
.header-top-area li {
    padding-left: 0;
    padding-right: 14px;
    margin-right: 14px;
}
.header-top-area li::after {
    display: none;
}
.header-top-area li::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: calc(100% - 9px);
    background-color: #2F4F4F;
}
.header-top-area li:last-child::before {
    display: none;
}
.header-top-area li img {
    width: 8px;
    height: 8px;
    margin-right: 2px;
}
.top-header-mail {
    margin-top: 3px;
}
.header-top-area li a {
    font-family: 'Quicksand-Medium';
    font-size: 1.2rem;
    line-height: 16px;
    letter-spacing: 0.12px;
    color: #2F4F4F;
}
.header-top-area li a:hover {
    color: #E07A5F;
}
.header-top-area li a.header-wp {
    color: #25D366;
}
.header-top-area li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.header-top-area li:last-child::after {
    display: none;
}
/****header-area****/
.header-area {
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 99;
    overflow-x: clip;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: #F5F5DC;
    backdrop-filter: blur(5px);
    padding: 16px 0;
}
.header-active {
    background-color: #fff;
    top: 0 !important;
    border-bottom: 1px solid #E07A5F;
}
.header-logo img {
    width: 345px;
}
.header-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 0;
}
.header-nav ul li {
    padding-left: 0;
    margin-bottom: 0;
}
.header-nav ul li::after{
    display: none;
}
.header-nav > ul {
    display: flex;
    justify-content: center;
    gap: 34px;
}
.header-nav > ul > li {
    color: #fff;
}
.header-nav > ul > li > a {
    color: #2F4F4F;
    line-height: 24px;
    letter-spacing: 0.32px;
    padding-bottom: 10px;
}
.header-nav > ul > li > a:hover {
    color: #E07A5F;
}
.parent-dropdown {
	position: relative;
}
.parent-dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 45px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background-color: #fff;
	min-width: 170px;
	text-align: center;
	box-shadow: 0px 10px 15px -3px rgba(255, 255, 255, 0.3);
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown ul li {
	color: #2F4F4F;
}
.parent-dropdown ul li a {
	color: #2F4F4F;
	padding: 5px 10px;
	display: block;
	width: 100%;
}
.parent-dropdown ul li:last-child a {
	border-bottom: 0;
}
.parent-dropdown ul li a:hover {
	color: #E07A5F;
}
.parent-dropdown:hover ul {
	top: 30px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown:hover ul li::after {
    display: none;
}
.parent-dropdown img {
	cursor: pointer;
    width: 8px;
    margin-left: 0px;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown:hover img {
    transform: rotate(180deg);
}
.parent-dropdown:hover {
    z-index: 1;
}
.header-right-part {
    display: flex;
    gap: 16px;
    justify-content: end;
    align-items: center;
}
.header-right-block {
    display: flex;
    align-items: center;
    column-gap: 13px;
}
.h-bovag-logo {
    width: 123px;
    height: 49px;
}
/*****mobile-menu*****/
.menu-btn {
    text-align: center;
    border-radius: 100px;
	border: 1.5px solid #111820;
    z-index: 99;
    cursor: pointer;
    margin-left: auto;
    height: 40px;
    width: 40px;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
}
.menu-btn div, .menu-btn::after, .menu-btn::before {
    display: block;
    background-color: #111820;
    content: '';
    height: 2px;
    margin: 2px 0;
    width: 26px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-btn.active div {
    transform: scale(0);
}
.menu-btn.active:before {
    transform: translateY(10px) rotate(135deg);
    top: -4px;
    position: relative;
    background-color: #F5F5DC;
}
.menu-btn.active:after {
    transform: translateY(-2px) rotate(-135deg);
    top: -4px;
    position: relative;
    background-color: #F5F5DC;
}
.menu-btn.active {
    border-color: #F5F5DC;
}
.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 50%;
    background-color: #2F4F4F;
    padding: 170px 60px 40px;
    z-index: 98;
    clip-path: inset(0 0 0 100%);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.mobile-menu-wrap {
    height: 100%;
    overflow-y: auto;
}
.mobile-menu ul {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}
.mobile-menu > .mobile-menu-wrap > ul > li::after{
    display: none;
}
.mobile-menu > .mobile-menu-wrap > ul > li {
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 2rem;
    display: table;
}
.mobile-menu > .mobile-menu-wrap > ul > li > a {
    color: #F5F5DC;
}
.mobile-menu > .mobile-menu-wrap > ul > li > a:hover {
    color: #E07A5F;
}
.body-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(47, 79, 79, 0.3);
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(5px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
}
.body-overlay-active {
    opacity: 1;
    pointer-events: all;
}
.mobile-menu .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
}
.mobile-menu .parent-dropdown ul li {
    font-size: 1.6rem;
    padding-left: 0;
    margin-bottom: 0;
}
.mobile-menu .parent-dropdown ul li::after {
    display: none;
}
.mobile-menu-active .parent-dropdown img {
    margin-left: 3px;
    filter: brightness(0) saturate(100%) invert(98%) sepia(2%) saturate(7421%) hue-rotate(316deg) brightness(116%) contrast(92%);
}
/****fix-wp****/
.fix-wp {
    position: fixed;
    z-index: 98;
    bottom: 50px;
    right: 30px;
}
.fix-wp img {
    width: 26px;
}
.fix-wp a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 63px;
    height: 63px;
    background-color: #6EE37A;
    border-radius: 100%;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
/*****banner-sec*****/
.banner-sec {
    position: relative;
}
.banner-sec::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
    background: linear-gradient(256deg, rgba(0, 0, 0, 0.00) 8.09%, rgba(0, 0, 0, 0.50) 75.11%);  
	z-index: 1;
}
.banner-video, .each-banner {
	height: 917px;
}
.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;
    top: 32%;
    z-index: 2;
    width: 100%;
}
.banner-content p {
    margin: 19px 0 27px;
    color: #fff;
    width: 100%;
    max-width: 762px;
}
.banner-content-wrap {
    width: 100%;
    max-width: 966px;
}
.banner-content-wrap ul {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 18px;
    row-gap: 10px;
}
.banner-content-wrap ul li {
    padding-left: 0;
}
.banner-content-wrap ul li::after {
    display: none;
}
.banner-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: 2;
}
.mob-banner-wave {
    display: none;
}
/*****product-sec*****/
.product-sec {
    padding: 178px 0 188px;
    position: relative;
    overflow: hidden;
}
.product-big-mark {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: -1;
}
.product-small-mark {
    position: absolute;
    bottom: -34%;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.product-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 10px;
    margin-bottom: 57px;
}
.each-product {
    border-radius: 10px;
}
.each-product-img {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.each-product-txt {
    border-radius: 0 0 10px 10px;
    background: #F5F5DC;
    padding: 26px 22px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover .each-product-txt {
    background-color: #D9C8A1;
}
.each-product-txt h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-txt p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 7px;
    margin-bottom: 0;
}
.each-product-txt table {
    width: 100%;
}
.each-product-txt tr {
    display: flex;
    flex-wrap: wrap;
    column-gap: 19px;
    position: relative;
    margin: 22px 0;
    padding: 14px 0;
}
.each-product-txt tr::after,
.each-product-txt tr::before {
    content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
    background-color: rgba(47, 79, 79, 0.15);
}
.each-product-txt tr::before {
    top: auto;
    bottom: 0;
}
.each-product-txt td {
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #2F4F4F;
}
.each-product-txt td img {
    width: 16px;
    height: 16px;
    margin-bottom: 6px;
    margin-right: 9px;
}
.each-product-price strong {
    font-weight: normal;
    margin-left: 7px;
    font-family: 'Quicksand-Medium';
    font-size: 1.4rem;
    line-height: normal;
}
.product-slider .swiper-button-next {
    right: -5%;
}
.product-slider .swiper-button-prev {
    left: -5%;
}
.product-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -80px;
}
/*****service-sec*****/
.service-sec {
    background-color: #2F4F4F;
    position: relative;
    padding: 106px 0 77px;
    overflow-x: clip;
}
.service-sec::after,
.service-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 17%;
    background: linear-gradient(180deg, #2F4F4F 0%, rgba(47, 79, 79, 0.00) 100%);
}
.service-sec::before {
    top: auto;
    bottom: 0;
    height: 15%;
    background: linear-gradient(360deg, #2F4F4F 0%, rgba(47, 79, 79, 0.00) 100%);
}
.sec-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    pointer-events: none;
}
.sec-bg img {
    height: 100%;
}
.sec-mark {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
}
.sec-top-mark {
    top: -32px;
}
.sec-btm-mark {
    bottom: -30px;
}
.service-area {
    position: relative;
    z-index: 1;
}
.service-title h2 {
    color: #fff;
}
.service-title p {
    color: #fff;
    max-width: 728px;
    width: 100%;
    margin: 10px auto 75px;
}
.service-slider {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
}
.each-service {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    width: calc(100% + 9%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-wrap {
    position: relative;
}
.each-service-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(14, 24, 24, 0.75) 0%, rgba(14, 24, 24, 0.75) 100%);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    clip-path: polygon(9.4% 0%, 109.4% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(9.4% 0%, 109.4% 0, 100% 100%, 0% 100%);
}
.each-service::after {
    position: absolute;
    left: 8%;
    top: -5px;
    width: 20px;
    height: 20px;
    border-top-left-radius: 100%;
    content: "";
    border-top: 5px solid #2F4F4F;
    border-left: 5px solid #2F4F4F;
}
.each-service::before {
    position: absolute;
    right: 7.5%;
    bottom: -5px;
    width: 15px;
    height: 15px;
    border-bottom-right-radius: 100%;
    content: "";
    border-bottom: 5px solid #2F4F4F;
    border-right: 5px solid #2F4F4F;
    z-index: 999;
}
.each-service-btn .common-btn {
    padding: 6px 13px;
    font-size: 1.4rem;
}
.each-service-img {
    height: 476px;
    border-radius: 10px;
    overflow: hidden;
    clip-path: polygon(9.4% 0%, 109.4% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(9.4% 0%, 109.4% 0, 100% 100%, 0% 100%);
}
.service-slider .swiper-slide {
    clip-path: polygon(7.4% 0%, 109.4% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(7.4% 0%, 109.4% 0, 100% 100%, 0% 100%);
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
}
.each-service-text {
    position: absolute;
    bottom: -8%;
    left: 0;
    padding: 18px 47px;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
}
.each-service-text h3 {
    color: #fff;
}
.each-service-text .lees-meer-btn {
    margin-top: 18px;
    color: #fff;
    padding: 0;
    border: 0;
    padding-right: 20px;
}
.each-service-text .lees-meer-btn::after {
    right: 0;
    background-image: url(../images/lees-arw.svg);
}
.each-service:hover .each-service-text {
    bottom: 0;
}
.each-service:hover .each-service-text .lees-meer-btn {
    margin-top: 7px;
    background-color: transparent;
}
.each-service:hover .each-service-wrap::after {
    opacity: 1;
}
.service-btm-btn {
    margin-top: 86px;
}
.service-btm-btn ul {
    display: flex;
    column-gap: 20px;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
}
.service-btm-btn li {
    padding-left: 0;
}
.service-btm-btn li::after {
    display: none;
}
.mob-sec-top-mark,
.mob-sec-btm-mark {
    display: none;
}
/*****usp-marquee-sec*****/
.usp-marquee-sec {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #F5F5DC;
}
.usp-marquee-sec::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(217, 200, 161, 0.00) 0%, #D9C8A1 50%, rgba(217, 200, 161, 0.00) 100%);
}
.usp-marquee-wrap {
    padding: 76px 0px 46px;
	display: flex;
	width: max-content;
}
.usp-marquee-wrap ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
.usp-marquee-wrap,
.usp-marquee-wrap ul {
    gap: 112px;
}
.usp-marquee-wrap ul li {
    font-family: 'Quicksand-SemiBold';
    color: #1A2D37;
    font-size: 2rem;
    line-height: 20px;
    padding-left: 28px;
}
.usp-marquee-wrap ul li::after { 
    top: 0;
    height: 19px;
    width: 19px;
    background-size: 19px; 
}
/*****about-sec*****/
.about-sec {
    background-color: #F5F5DC;
    padding: 180px 0 90px;
}
.about-area .col-lg-5 {
    width: 47%;
}
.about-area .col-lg-7 {
    width: 53%;
}
.about-img {
    position: relative;
    max-width: 656px;
    height: 100%;
}
.about-big-img img{
    height: 100%;
    object-fit: cover;
}
.about-big-img {
    border-radius: 40px;
    overflow: hidden;
    width: 100%;
    height: 500px;
}
.about-samll-img {
    max-width: 266px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    right: -36px;
    background-color: #F5F5DC;
    padding: 15px;
    padding-bottom: 0;
    height: 242px;
}
.about-samll-img,
.about-samll-img img {
    border-radius: 20px;
    overflow: hidden;
}
.about-samll-img{
    border-radius: 30px;
}
.about-samll-img img {
    height: 100%;
    object-fit: cover;
}
.about-left-counter-area {
    background-color: #F5F5DC;
    padding: 15px;
    max-width: 200px;
    width: 100%;
    position: absolute;
    bottom: 5%;
    text-align: center;
}
.about-left-counter {
    background: #D9C8A1;
    padding: 27px 10px;
}
.about-left-counter h6 {
    margin-top: 9px;
}
.about-left-counter-area,
.about-left-counter {
    border-radius: 20px;
}
.about-left-counter-area{
    border-radius: 30px;
}
.about-left-btn {
    border-radius: 30px;
    background: #E07A5F;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.06);
    max-width: 257px;
    width: 100%;
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 16px 18px;
}
.about-left-btn-icon {
    border-radius: 60px;
    background-color: #D9C8A1;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-left-btn-icon img {
    width: 18px;
    height: 18px;
}
.about-left-btn-info h4 {
    font-family: 'Quicksand-SemiBold';
    color: #FFF;
}
.about-left-btn-info p {
    color: #fff;
    margin-bottom: 0;
}
.about-right {
    padding-left: 46px;
}
.about-right-counter-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 33px;
    margin-bottom: 42px;
    gap: 10px;
}
.each-about-right-counter h6 {
    margin-top: 9px;
}
.about-right-txt {
    background: #FFF;
    background-image: linear-gradient(93deg, #fff 100%), linear-gradient(153deg, rgba(224, 122, 95, 0), rgba(224, 122, 95, 1) 92%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 1px solid transparent;
}
.about-right-txt-wrap {
    background: #fff;
    padding: 45px 50px;
}
.about-right-txt,
.about-right-txt-wrap {
    border-radius: 40px;
}
.about-right-txt ul {
    display: flex;
    flex-wrap: wrap;
    margin: 41px 0;
    row-gap: 22px;
    column-gap: 10px;
}
.about-right-txt li {
    width: 49%;
    font-family: 'Quicksand-SemiBold';
    font-size: 2rem;
    line-height: 28px;
}
.about-right-txt li::after {
    background-image: url(../images/tick-icon.svg);
    height: 16px;
    width: 16px;
    background-size: 16px;
    top: 6px;
}
.about-right-txt-wrap h2 {
    margin-bottom: 16px;
}
.about-right-txt-wrap p {
    max-width: 600px;
    width: 100%;
    margin-bottom: 0;
}
/*****google-review*****/
.google-review {
    background-color: #F5F5DC;
    padding-bottom: 87px;
}
/*****footer*****/
.footer-area {
    overflow-x: clip;
}
.footer-top-block {
    background-color: #2F4F4F;
    position: relative;
    overflow-x: clip;
    padding: 110px 0 120px;
}
.footer-top-mark {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.footer-top-area {
    text-align: center;
}
.footer-top-area h2,
.footer-top-area p {
    color: #fff;
}
.footer-top-area p {
    margin: 14px 0 28px;
}
.footer-mid-block {
    padding: 80px 0 70px;
    position: relative;
}
.mob-footer-mid-block {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    pointer-events: none;
    text-align: center;
    display: none;
}
.mob-footer-mid-block img {
    width: 255px;
}
.mob-footer-bovag-logo {
    display: none;
}
.footer-logo img {
    width: 319px;
}
.footer-mid-area {
    display: flex;
    align-items: start;
    justify-content: space-between;
    max-width: 941px;
    width: 100%;
    margin-left: auto;
}
.each-footer-mid-right {
    border-right: 1px solid #F5F5DC;
    padding-right: 100px;
    margin-right: 92px;
}
.each-footer-mid-right:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}
.each-footer-mid-right,
.footer-mid-wrap {
	position: relative;
}
.each-footer-mid-right:nth-child(2)::before {
	content: '';
	position: absolute;
	top: 0;
	left: -15%;
	width: 1px;
	height: calc(100% + 13%);
	background-color: #F5F5DC;
}
.footer-mid-wrap .row.align-items-center {
    align-items: start !important;
}
.footer-mid-wrap::after {
	content: '';
	position: absolute;
	bottom: 28%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #F5F5DC;
}
.each-footer-mid-right:nth-child(2)::before,
.footer-mid-wrap::after {
    display: none;
}
.each-footer-mid-right p {
    margin-bottom: 0;
}
.each-footer-mid-right a {
    color: #2F4F4F;
}
.each-footer-mid-right a:hover {
    color: #E07A5F;
}
.each-footer-mid-right h4 {
    margin-bottom: 15px;
}
.each-footer-mid-right.footer-adres p {
    font-family: 'Quicksand-Medium';
}
.footer-btm-block {
    background-color: #D9C8A1;
    padding: 20px 0;
}
.footer-credit {
    text-align: center;
}
.footer-social,
.footer-social ul {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.footer-social ul {
    margin-bottom: 0;
}
.footer-social li {
    padding-left: 0;
}
.footer-social li::after {
    display: none;
}
.footer-social ul li a {
    border: 1px solid rgba(47, 79, 79, 0.5);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.footer-social ul li a img {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    width: 16px;
    height: 16px;
}
.footer-social ul li a:hover {
    background-color: #E07A5F;
    border-color: #E07A5F;
}
.footer-social ul li a:hover img {
    filter: brightness(0) invert(1);
}
.footer-credit h6 {
    font-family: 'Quicksand-Medium';
    font-size: 1.4rem;
    line-height: normal;
}
.footer-credit a {
    color: #38554D;
}
.footer-credit a:hover {
    color: #E07A5F;
}
.footer-bovag-logo {
    text-align: end;
}
.footer-bovag-logo img {
    width: 138px;
}
.mob-footer-wave-img {
    display: none;
}
.mob-footer-top-mark {
    display: none;
}
/*******************diensten-list********************/
/****inner-banner****/
.inner-banner {
    position: relative;
    padding-top: 82px;
}
.inner-banner-img {
    height: 500px;
    position: relative;
}
.inner-banner-img img {
    height: 100%;
    object-fit: cover;
}
.inner-banner-img::after {
    content: '';
    background: linear-gradient(256deg, rgba(0, 0, 0, 0.00) 8.09%, rgba(0, 0, 0, 0.50) 75.11%);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.inner-banner-content {
    position: absolute;
    left: 0;
    top: 52%;
    width: 100%;
    z-index: 1;
}
/****diens-list-sec****/
.diens-list-sec {
    padding: 24px 0 95px;
}
.diens-list-title {
    max-width: 991px;
    width: 100%;
    margin: 0 auto 68px;
}
.diens-list-title h2 {
    margin-bottom: 14px;
}
.each-diens-list-img {
    height: 381px;
    position: relative;
    overflow: hidden;
}
.each-diens-list-img img {
    height: 100%;
    object-fit: cover;
}
.each-diens-list-txt { 
    background-color: #F5F5DC;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 112px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
}
.each-diens-list-txt p {
    margin: 16px 0 26px;
    max-width: 513px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-diens-list-img,
.each-diens-list-txt,
.each-diens-list-img-wrap {
    clip-path: polygon(7% 0%, 99% 0, 92% 100%, 1% 100%);
    -webkit-clip-path: polygon(7% 0%, 99% 0, 92% 100%, 1% 100%);
    border-radius: 10px;
    width: calc(100% + 8%);
}
.each-diens-list {
    margin-bottom: 19px;
    padding-right: 3.4%;
}
.each-diens-list-area:last-child .each-diens-list {
    margin-bottom: 0;
}
.each-diens-list-area:nth-child(even) .each-diens-list-img,
.each-diens-list-area:nth-child(even) .each-diens-list-txt,
.each-diens-list-area:nth-child(even) .each-diens-list-img-wrap {
    clip-path: polygon(1% 0%, 93% 0, 99% 100%, 7% 100%);
    clip-path: polygon(1% 0%, 93% 0, 99% 100%, 7% 100%);
}
.each-diens-list:hover .each-diens-list-txt {
    background-color: #D9C8A1;
}
.each-diens-list:hover .lees-meer-btn {
    background-color: #E07A5F;
    border-color: #E07A5F;
    color: #fff;
}
.each-diens-list:hover .lees-meer-btn::after {
    background-image: url(../images/lees-arw.svg);
}
.each-diens-list-mark {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    opacity: 0;
}
.each-diens-list:hover .each-diens-list-mark {
    opacity: 1;
}
.each-diens-list-img-wrap {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    clip-path: polygon(7% 0%, 99% 0, 93% 100%, 1% 100%);
    -webkit-clip-path: polygon(7% 0%, 99% 0, 93% 100%, 1% 100%);
}
.each-diens-list-img-wrap::before {
    position: absolute;
    left: 6.6%;
    top: -4px;
    width: 15px;
    height: 15px;
    border-bottom-right-radius: 100%;
    content: "";
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff;
    z-index: 999;
    transform: rotate(176deg);
}
.each-diens-list-img-wrap::after {
    position: absolute;
    right: 6.3%;
    bottom: -6px;
    width: 15px;
    height: 15px;
    border-bottom-right-radius: 100%;
    content: "";
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff;
    z-index: 9;
    transform: rotate(9deg);
}
.each-diens-list-img::before {
    position: absolute;
    left: -1px;
    bottom: -3px;
    width: 18px;
    height: 15px;
    border-bottom-right-radius: 100%;
    content: "";
    border-bottom: 7px solid #fff;
    border-right: 7px solid #fff;
    z-index: 999;
    transform: rotate(104deg);
}
.each-diens-list-img::after {
    position: absolute;
    right: 7.5%;
    top: -3px;
    width: 15px;
    height: 15px;
    border-bottom-right-radius: 100%;
    content: "";
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff;
    z-index: 9;
    transform: rotate(288deg);
}
.each-diens-list-txt-wrap {
    position: relative;
    height: 100%;
}
.each-diens-list-txt-wrap::before {
    position: absolute;
    left: 6.6%;
    top: -4px;
    width: 15px;
    height: 15px;
    border-bottom-right-radius: 100%;
    content: "";
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff;
    z-index: 999;
    transform: rotate(176deg);
}
.each-diens-list-txt-wrap::after {
    position: absolute;
    right: 0;
    bottom: -6px;
    width: 15px;
    height: 15px;
    border-bottom-right-radius: 100%;
    content: "";
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff;
    z-index: 9;
    transform: rotate(9deg);
}
.each-diens-list-txt::before {
    position: absolute;
    left: 5px;
    bottom: -4px;
    width: 15px;
    height: 15px;
    border-bottom-right-radius: 100%;
    content: "";
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff;
    z-index: 999;
    transform: rotate(90deg);
}
.each-diens-list-txt::after {
    position: absolute;
    right: 1%;
    top: -7px;
    width: 15px;
    height: 15px;
    border-bottom-right-radius: 100%;
    content: "";
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff;
    z-index: 9;
    transform: rotate(250deg);
}
.each-diens-list-area:nth-child(even) .each-diens-list-img-wrap::before {
    left: 0.3%;
}
.each-diens-list-area:nth-child(even) .each-diens-list-img::before {
    left: 45px;
}
.each-diens-list-area:nth-child(even) .each-diens-list-img-wrap::after {
    right: 0.3%;
    bottom: -3px;
    transform: rotate(339deg);
}
.each-diens-list-area:nth-child(even) .each-diens-list-img::after {
    right: 13.5%;
    top: -7px;
    transform: rotate(250deg);
}
.each-diens-list-area:nth-child(even) .each-diens-list-txt-wrap::before {
    left: 0.6%;
}
.each-diens-list-area:nth-child(even) .each-diens-list-txt-wrap::after {
    right: -7%;
}
.each-diens-list-area:nth-child(even) .each-diens-list-txt::before {
    left: 43px;
}
.each-diens-list-area:nth-child(even) .each-diens-list-txt::after {
    right: 7%;
    top: -9px;
}
/*******************diensten-dtl********************/
/****back-btn-sec****/
.back-btn-sec {
    position: relative;
}
.back-btn-wrap {
    padding-left: 30px;
}
.common-btn.back-btn {
    position: absolute;
    bottom: -290px;
    border-color: #2F4F4F;
    color: #2F4F4F;
    padding-left: 44px;
    z-index: 2;
}
.common-btn.back-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    width: 12px;
    height: 12px;
    background-image: url(../images/back-arw.svg);
    background-size: 12px;
    background-repeat: no-repeat;
}
.back-btn:hover {
    background-color: #E07A5F;
    border-color: #E07A5F;
    color: #fff;
}
.back-btn:hover::after {
    background-image: url(../images/white-back-arw.svg);
}
/****diens-top-sec****/
.diens-top-sec {
    background-color: #D9C8A1;
    padding: 147px 0 242px;
    position: relative;
    overflow: hidden;
}
.diens-top-mark {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.diens-top-area {
    position: relative;
    z-index: 1;
}
.diens-top-area .col-lg-5 {
    width: 47%;
}
.diens-top-area .col-lg-7 {
    width: 53%;
}
.diens-top-big-img {
    border: 15px solid #D9C8A1;
    position: relative;
    z-index: 1;
}
.diens-top-big-img img {
    border-radius: 20px;
    overflow: hidden;
}
.diens-top-samll-img {
    border-radius: 40px;
    overflow: hidden;
    max-width: 577px;
    width: 100%;
    margin: -40px auto 0;
}
.diens-top-txt {
    height: 100%;
    border-radius: 10px;
    padding: 180px 69px 48px;
    background: #F5F5DC;
    background-image: linear-gradient(93deg, #F5F5DC 100%), linear-gradient(153deg, rgba(224, 122, 95, 0), rgba(224, 122, 95, 1) 92%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 1px solid transparent;
}
.diens-top-txt-wrap {
    background: #F5F5DC;
}
.diens-top-txt h2 {
    margin-bottom: 15px;
}
/****diens-mid-sec****/
.diens-mid-sec {
    padding: 5px 0 127px;
}
.diens-mid-title {
    margin-bottom: 62px;
}
.diens-mid-area tr {
    display: flex;
    flex-wrap: wrap;
}
.diens-mid-area td {
    width: 32.87%;
    position: relative;
}
.diens-mid-area td strong {
    clip-path: polygon(6% 0%, 98% 0, 93% 100%, 1% 100%);
    -webkit-clip-path: polygon(6% 0%, 98% 0, 93% 100%, 1% 100%);
    padding: 51px 72px 62px;
    display: flex;
    flex-direction: column;
    width: calc(100% + 28px);
    height: 100%;
    font-weight: normal;
    position: relative;
}
.diens-mid-area td:first-child strong {
    background-color: #E7E8F8;
}
.diens-mid-area td:nth-child(2) strong {
    background-color: #F5F5DC;
}
.diens-mid-area td:last-child strong {
    background-color: #E6F5DC;
}
.diens-mid-area td::before {
    position: absolute;
    left: 5.5%;
    top: -3px;
    width: 12px;
    height: 12px;
    border-bottom-right-radius: 100%;
    content: "";
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff;
    z-index: 999;
    transform: rotate(179deg);
}
.diens-mid-area td::after {
    position: absolute;
    right: -5%;
    top: -3px;
    width: 15px;
    height: 15px;
    border-bottom-right-radius: 100%;
    content: "";
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff;
    z-index: 9;
    transform: rotate(284deg);
}
.diens-mid-area td strong::before {
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 15px;
    height: 15px;
    border-bottom-right-radius: 100%;
    content: "";
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff;
    z-index: 999;
    transform: rotate(90deg);
}
.diens-mid-area td strong::after {
    position: absolute;
    right: 6%;
    bottom: -6px;
    width: 15px;
    height: 15px;
    border-bottom-right-radius: 100%;
    content: "";
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff;
    z-index: 9;
    transform: rotate(9deg);
}
.diens-mid-area td img {
    width: 57px;
    height: 47px;
}
.diens-mid-area td h4 {
    margin: 35px 0 6px;
}
.diens-mid-area td p {
    margin-bottom: 0;
}
/****form-sec****/
.form-sec {
    background-color: #2F4F4F;
    position: relative;
    overflow-x: clip;
    padding: 64px 0 76px;
}
.form-bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 52%;
    clip-path: polygon(41% 0, 100% 0, 100% 100%, 0% 100%);
}
.form-bg img {
    height: 100%;
    object-fit: cover;
}
.form-bg::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%);
    height: 100%;
    width: 100%;
}
.form-sec .sec-top-mark {
    top: -18px;
    z-index: -1;
}
.form-sec .sec-btm-mark {
    bottom: -23px;
    z-index: -1;
}
.form-title h2 {
    color: #fff;
    margin-bottom: 9px;
}
.form-title p {
    color: #fff;
    width: 100%;
    max-width: 634px;
}
.form-area {
    position: relative;
    z-index: 1;
}
.form-main-area {
    max-width: 644px;
    width: 100%;
    margin-top: 60px;
}
.form-sec .form-group {
    position: relative;
    margin-bottom: 46px;
}
.form-sec .form-styl {
    background: transparent;
    color: #fff;
    font-family: 'Quicksand-SemiBold';
    font-size: 2rem;
    line-height: 20px;
    border: none;
    padding: 0;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    border-radius: 0;
    resize: none;
}
.form-sec .form-styl::placeholder{
    color: rgba(255, 255, 255, 0.70);
}
.form-sec .form-styl:placeholder {
    color: rgba(255, 255, 255, 0.70);
}
.form-sec .form-styl:focus{
    outline: none;
    box-shadow: none;
    color: #fff;
    border-color: #fff;
}
.form-sec  .form-styl:focus::placeholder{
    color: #fff;
}
.form-sec textarea.form-styl {
    height: 42px;
}
.form-sec .form-styl.photo_upload,
.form-sec .form-styl.foto_upload {
    color: #fff;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'Quicksand-Regular';
    letter-spacing: 0.32px;
}
.form-sec .form-label {
    color: #fff;
    position: absolute;
    top: 29%;
    transform: translateY(-50%);
    left: 0;
    margin-bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: transparent;
    line-height: normal;
    pointer-events: none;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'Quicksand-Regular';
    letter-spacing: 0.32px;
}
.form-sec .focus-input .form-label{
    top: -9px;
    color: rgba(255, 255, 255, 0.70);
    font-size: 1.4rem;
    font-family: 'Quicksand-Medium';
}
.form-btn {
    margin-top: 41px;
}  
.form-contact-info {
    padding-top: 18px;
    padding-left: 50%;
    position: relative;
}
.form-contact-info-area {
    position: relative;
    z-index: 1;
}
.form-contact-info {
    background-image: none !important;
}
.form-contact-info::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    clip-path: polygon(0 0, 0 33%, 100% 0);
	background-color: #2F4F4F;
    display: none;
}
.each-form-info {
    margin-bottom: 42px;
}
.form-contact-info h4 {
    color: #fff;
    margin-bottom: 12px;
}
.each-form-info p {
    color: #fff;
    line-height: normal;
    margin-bottom: 3px;
}
.each-form-info a {
    color: #fff;
}
.each-form-info a:hover {
    color: #E07A5F;
}
.each-form-info table {
    margin-bottom: 4px;
}
.each-form-info td:first-child {
    padding-right: 18px;
}
.each-form-info td {
    line-height: 24px;
    letter-spacing: 0.16px;
    color: #fff;
}
.form-social {
    margin-top: 20px;
}
.form-social ul {
    display: flex;
    column-gap: 5px;
    margin-bottom: 0;
}
.form-social li {
    padding-left: 0;
}
.form-social li img {
    width: 16px;
    height: 16px;
}
.form-social li a {
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 50px;
}
.form-social li a:hover {
    border-color: #E07A5F;
    background-color: #E07A5F;
}
.form-left {
    padding-right: 50px;
}
.form-social li::after {
    display: none;
}
body .form-main-area .error_cls,
body .form-main-area .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.form-height-add {
    margin-bottom: 120px;
}
/****diens-btm-sec****/
.diens-btm-sec {
    padding: 126px 0 148px;
}
.diens-btm-title {
    margin-bottom: 55px;
}
.diens-btm-title h2 {
    color: #1A241F;
}
.diens-btm-slider .each-diens-list {
    margin-bottom: 0;
    padding-right: 0;
}
.diens-btm-slider .each-diens-list-img-wrap,
.diens-btm-slider .each-diens-list-img, 
.diens-btm-slider .each-diens-list-txt {
    clip-path: none;
    -webkit-clip-path: none;
    width: 100%;
}
.diens-btm-slider .each-diens-list-img {
    height: 381px;
}
.diens-btm-slider .each-diens-list .each-diens-list-img-wrap::before,
.diens-btm-slider .each-diens-list .each-diens-list-img-wrap::after,
.diens-btm-slider .each-diens-list .each-diens-list-img::before,
.diens-btm-slider .each-diens-list .each-diens-list-img::after,
.diens-btm-slider .each-diens-list .each-diens-list-txt-wrap::before,
.diens-btm-slider .each-diens-list .each-diens-list-txt-wrap::after,
.diens-btm-slider .each-diens-list .each-diens-list-txt::before,
.diens-btm-slider .each-diens-list .each-diens-list-txt::after {
    display: none;
}
.diens-btm-slider {
    padding: 0 26px;
}
.diens-btm-slider .each-diens-list-txt {
    padding-left: 61px;
    padding-right: 61px;
}
.diens-btm-slider .swiper-button-prev {
    left: -5%;
}
.diens-btm-slider .swiper-button-next {
    right: -5%;
}
/*******************contact********************/
.map {
    height: 631px;
}
/*******************over-ons********************/
/****over-ons-about-sec****/
.over-ons-about-sec {
    padding: 69px 0 119px;
}
/****over-ons-mid-sec****/
.over-ons-mid-sec {
    position: relative;
    overflow-x: clip;
    background-color: #2F4F4F;
    padding: 75px 0 85px;
}
.over-ons-mid-title {
    margin-bottom: 100px;
}
.over-ons-mid-area .col-lg-4 {
    padding-left: 40px;
    padding-right: 40px;
}
.over-ons-mid-area .row {
    margin-left: -40px;
    margin-right: -40px;
}
.over-ons-mid-txt {
    margin-top: 25px;
}
.over-ons-mid-img img {
    border-radius: 10px;
    overflow: hidden;
}
.over-ons-mid-wrap {
    position: relative;
    z-index: 1;
}
.over-ons-mid-title h2,
.over-ons-mid-title p,
.over-ons-mid-txt h4, 
.over-ons-mid-txt p {
    color: #fff;
}
.over-ons-mid-title p {
    margin-bottom: 0;
    max-width: 602px;
    width: 100%;
    margin-left: auto;
}
.over-ons-mid-txt p {
    max-width: 398px;
    width: 100%;
    margin-top: 14px;
}
/****over-ons-man-slider****/
.over-ons-man-slider {
	padding: 130px 0 130px;
    position: relative;
}
.over-ons-man-slider-title {
    margin-bottom: 55px;
}
.over-ons-man-slide img {
	border-radius: 20px;
	overflow: hidden;
}
.over-ons-man-info {
	margin-top: 30px;
}
.over-ons-man-info h6 {
    margin-top: 6px;
    color: #14151B;
}
.over-ons-man-slide {
    height: 420px;
}
.over-ons-man-slide img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.over-ons-man-slider-title h2 {
    color: #1A241F;
}
.over-ons-man-info h3 {
    color: #14151B;
}
.over-ons-man-slider .swiper-button-prev {
	left: -5%;
}
.over-ons-man-slider .swiper-button-next {
	right: -5%;
}
/*******************vacatures-dtl********************/
.vacatures-mid-sec .diens-mid-area td {
    width: 49%;
}
.vacatures-mid-sec .diens-mid-area td strong {
    width: calc(100% + 45px);
}
.vacatures-mid-sec .diens-mid-area td:nth-child(2) strong {
    background-color: #F5F5DC;
}
.vacatures-mid-sec .diens-mid-area td h4 {
    margin-bottom: 8px;
}
.vacatures-mid-sec .diens-mid-area td li {
    margin-bottom: 6px;
}
/*******************aanbod-dtl********************/
/****aanbod-back-btn****/
.aanbod-back-btn {
    padding-top: 140px;
}
/****aanbod-dtl-top****/
.aanbod-dtl-top {
    padding: 72px 0 32px;
}
.aanbod-dtl-top-title {
    display: flex;
    align-items: center;
    gap: 15px;
}
.aanbod-dtl-top-title h3 {
    color: #111820;
}
.aanbod-dtl-top-title h3 strong {
    font-family: 'Quicksand-Regular';
    font-weight: normal;
}
.aanbod-dtl-top-title h6 {
    color: #111820;
    /* margin-top: 10px; */
}
.aanbod-dtl-top-info table {
    width: 100%;
}
.aanbod-dtl-top-info tr {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    column-gap: 97px;
    position: relative;
}
.aanbod-dtl-top-info td {
    line-height: 26px;
    letter-spacing: 0.32px;
    color: #2F4F4F;
    font-size: 2.4rem;
}
.aanbod-dtl-top-info td img {
    /* width: 16px;
    height: 16px; */
    width: 23px;
    height: 23px;
    /* margin-bottom: 6px; */
    margin-bottom: 8px;
    margin-right: 9px;
}
/****aanbod-dtl-car-slider****/
.aanbod-dtl-car-slider .col-lg-8 {
    width: 70%;
}
.aanbod-dtl-car-slider .col-lg-4 {
    width: 30%;
}
.aandod-dlt-car-slider-right-img {
	height:calc(100% - 15px);
	overflow: hidden;
	border-radius: 20px;
	position: relative;
    transition: all 0.5s;
}
.aandod-dlt-car-slider-right-img img {
	height: 100%;
	object-fit: cover;
}
.overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.60);
    height: calc(100% - 38px);
    width: calc(100% - 38px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 1;
    transition: all 0.5s;
}
.aandod-dlt-car-slider-right-img:hover .overlay{
	opacity: 1;
}
.overlay p {
	font-size: 2rem;
	color: #101824;
    font-family: 'Quicksand-SemiBold';
    line-height: 20px;
}
.overlay h6{
	font-size: 2rem;
	font-family: 'Quicksand-SemiBold';
    line-height: 20px;
	color: #101824;
}
.aandod-dlt-car-slider-right .row .col-lg-12:last-child .aandod-dlt-car-slider-right-img {
	height: 100%;
}
.ech-aandod-dlt-car-slider img {
	overflow: hidden;
	border-radius: 20px
}
.aandod-dlt-car-slider-right .col-lg-12.col-6 {
	height: 50%;
}
.aandod-dlt-car-slider-left .common-arrow {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.aandod-dlt-car-slider-left .swiper-button-prev{
	left: 6.5%;
}
.aandod-dlt-car-slider-left .swiper-button-next{
	right: 6.5%;
}
/****aanbod-btm-content****/
.aanbod-btm-content {
    display: flex;
    gap: 10px;
    padding-top: 17px;
}
.each-btm-content-left {
    height: 100%;
    border-radius: 20px;
    background-color: #F5F5DC;
    padding: 30px 36px;
    overflow: hidden;
    min-height: 237px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 48%;
    align-items: center;
    transition: all 0.5s;
}
.each-btm-content-left:nth-child(2):hover {
    background-color: #D9C8A1;
	cursor:pointer;
}
.aanbod-btm-content-left {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.each-btm-content-left h4 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 36px;
    color: rgba(27, 19, 19, 0.40);
}
.aanbod-btm-content .col-lg-5 {
    width: 50%;
}
.aanbod-btm-content .col-lg-7 {
    width: 50%;
}
.aanbod-btm-info {
    border-radius: 20px;
    background: #2F4F4F;
    overflow: hidden;
    padding: 35px 22px;
    height: 237px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}
.aanbod-dtl-man-mark {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.aanbod-dtl-man-info a:hover {
    text-decoration: underline;
    color: #fff;
}
.aanbod-dtl-man-info-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
}
.aanbod-dtl-man-img {
    height: 159px;
    min-width: 147px;
    border-radius: 10px;
    overflow: hidden;
}
.aanbod-dtl-man-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.aanbod-dtl-man-info h6 {
    color: rgba(255, 255, 255, 0.50);
    margin-bottom: 34px;
}
.aanbod-dtl-man-info p {
    margin-bottom: 0;
    margin-top: 14px;
    font-family: 'LamaSans-Light';
}
.aanbod-dtl-man-info h4 {
    color: #fff;
}
.aanbod-dtl-btn li {
    padding-left: 0;
}
.aanbod-dtl-btn li::after {
    display: none;
}
.aanbod-dtl-btn li a {
    height: 35px;
    width: 35px;
    border: 1px solid #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aanbod-dtl-btn li a:hover {
    background-color:#E07A5F;
    border-color: #E07A5F;
}
.aanbod-dtl-btn li a img {
    width: 13px;
}
.aanbod-dtl-btn ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: end;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
    padding: 90px 0 108px;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 15px;
    margin-bottom: 27px;
    border: 0;
    justify-content: center;
}
.tab-btn .tabs {
    flex-wrap: wrap;
    display: flex;
    justify-content: left;
    column-gap: 15px;
    row-gap: 15px;
    padding: 0;
    overflow: hidden;
    margin-bottom: 27px;
    position: relative;
}
.tab-btn .tabs li.active {
    background-color: transparent;
    opacity: 1;
    position: relative;
}
.tab-btn ul.tabs li {
    position: relative;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    color: #E07A5F;
    text-transform: none;
    font-family: 'MonaSansExpanded-Regular';
    line-height: normal;
    padding-left: 0;
    padding-bottom: 0;
    border: 1px solid #E07A5F;
    border-radius: 5px;
    padding: 14px 20px;
    width: 17%;
    text-align: center;
    font-size: 1.4rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn .tabs li.active,
.tab-btn .tabs li:hover {
    color: #fff;
    background: #E07A5F;
}
.tab-btn .tabs li.active::after {
    transform: rotate(180deg);
    opacity: 1;
    filter: brightness(0) invert(1);
    top: 13px;
}
.tab-btn .tabs li:hover::after {
    filter: brightness(0) invert(1);
}


.tabs li::after {
    display: inline-block;
    content: url(../images/tab_arrow.svg);
    position: relative;
    top: -1px;
    left: 9px;
    background-color: transparent;
    width: 9px;
    height: 9px;
    background-image: none;
    
}
/****tab-content****/
.tab_content {
    display: none;
}
.tab_drawer_heading {
    display: none;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    column-gap: 20px;
    row-gap: 20px;
}
.kenmerken-tab li {
    width: 32.3%;
    padding: 18px 45px;
    position: relative;
    font-family: 'Quicksand-Medium';
    color: rgba(47, 79, 79, 0.70);
    line-height: normal;
    font-size: 1.6rem;
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    border-radius: 10px;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.kenmerken-tab li::after {
    display: none;
}
.kenmerken-tab li:nth-child(1) {
    width: 49%;
}
.kenmerken-tab li:nth-child(2) {
    width: 49%;
}
.kenmerken-tab li:nth-child(6) {
    width: 23.9%;
}
.kenmerken-tab li:nth-child(7) {
    width: 23.9%;
}
.kenmerken-tab li:nth-child(8) {
    width: 23.9%;
}
.kenmerken-tab li:nth-child(9) {
    width: 23.9%;
}
.kenmerken-tab li strong {
    display: block;
    color: #2F4F4F;
    text-align: right;
    font-weight: normal;
    font-family: 'Quicksand-Medium';
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
}
.kenmerken-tab{
    overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #2F4F4F;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 2.4rem;
    line-height: 32px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 8px;
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2F4F4F;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #2F4F4F;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 20px;
    font-size: 1.6rem;
    text-transform: none;
    color: #fff;
}
.each-onderhoud-block h4 {
    text-transform: none;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 20px;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    font-size: 1.6rem;
    text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn {
    text-align: left;
    color: #E07A5F;
    cursor: pointer;
    margin-top: 8px;
    font-size: 1.4rem;
    line-height: normal;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border: 1px solid #E07A5F;
    border-radius: 5px;
    padding: 10px 20px;
    max-width: max-content;
    font-family: 'MonaSansExpanded-Regular';
}
.tab-btm-btn:hover{
    color: #fff;
    background-color: #E07A5F;
}
/****show-popup****/
.tab-popup {
    /* position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex; */
    margin-top: 30px;
    margin-bottom: 30px;
}
.tab-popup-content-wrap{
    overflow-x: hidden;
    overflow-y: scroll;
}
.popup-opacity {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(47, 79, 79, 0.60);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.60);
}
.tab-popup-area {
    /* border-radius: 8px; */
    background: #f5f5f5;
    position: relative;
    /* z-index: 101; */
    z-index: 98;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    /* height: 75vh; */
    /* border: 1px solid rgba(47, 79, 79, 0.70); */
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px rgba(49, 79, 79, 0.05);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(49, 79, 79, 0.05);
    /* max-width: 93%; */
    max-width: 100%;
}

.popup-cross{
    background: #2F4F4F;
    width: 45px;
    height: 45px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #fff;
    display: none;
}
.tab-popup-content {
    /* overflow: scroll;
    overflow-x: hidden; */
    padding-right: 20px;
    /* height: calc(100% - 116px) !important; */
}
.tab-popup-content ul{
    margin-bottom: 33px;
    padding: 0;
}
.tab-popup-content ul:last-child{
    margin-bottom: 0;
}
.popup-cross img{
    width: 38px;
    display: none;
}
.tab-popup-area h3 {
    line-height: normal;
    margin-bottom: 20px;
    font-size: 2.8rem;
    color: #2F4F4F;
}
.tab-popup-area p{
    color: rgba(47, 79, 79, 0.70);
    line-height: normal;
    padding-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.tab-popup-content h4{
    /* color: #fff; */
    line-height: 56px;
    margin-bottom: 20px;
    font-size: 2rem;
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid rgba(47, 79, 79, 0.70);
    line-height: 30px;
    color: #2F4F4F;
    padding: 6px 0;
    flex-wrap: wrap;
    padding-left: 25px;
}
.tab-popup-content li::after{
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/bullet.svg);
    width: 8px;
    height: 8px;
    background-size: 8px;
}
.tab-popup-content li strong{
    width: 50%;
    font-weight: normal;
    color: rgba(47, 79, 79, 0.70);
}
.show-popup{
    display: none;
}
/****related-product-sec****/
.related-product-sec {
    padding: 128px 0 112px;
}
.related-product-sec .product-title {
    justify-content: center;
}
.related-product-sec .swiper-button-prev {
    left: -6%;
}
.related-product-sec .swiper-button-next {
    right: -6%;
}
/*******************bedankt********************/
.bedankt-banner h1 {
    margin-bottom: 40px;
}
/*******************popup********************/
.modal-area .modal-dialog {
    max-width: 63%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(0, 0, 0, 0.60);
}
.modal-area .modal-content {
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    background-color: #F5F5DC;
    position: relative;
}
.popup-content-wrap {
    position: relative;
}
.popup-mark {
    position: absolute;
    bottom: -5%;
    right: 0;
    pointer-events: none;
}
.pop-up-image {
    height: 100%;
    position: relative;
    z-index: 1;
}
.pop-up-image img {
    height: 100%;
    object-fit: cover;
}
.popup-logo img {
    width: 242px;
}
.popup-content-area {
    position: relative;
    z-index: 1;
}
.modal-area .popup-content {
    padding: 60px 48px;
}
.popup-content p{
   margin: 28px 0 43px;
   max-width: 410px;
   width: 100%;
}
.modal-main-content .col-lg-5 { 
    width: 47%;
}
.modal-main-content .col-lg-7 { 
    width: 53%;
}
/*******************aanbod-list********************/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 156px 0 55px;
    position: relative;
}
.aanbod-list-mark {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}
.aanbod-filter-part .col-lg-4 {
    width: 35%;
}
.aanbod-filter-part .col-lg-8 {
    width: 65%;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-left h6 {
    color: #000;
}
.filter-left h2 {
    color: #DAB591;
}
.filter-reset a {
	color: #2F4F4F;
	font-size: 1.4rem;
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #E07A5F;
}
.filter-reset a:hover img {
    filter: brightness(0) saturate(100%) invert(60%) sepia(8%) saturate(3825%) hue-rotate(323deg) brightness(97%) contrast(80%);
}
.select-style {
    width: 100%;
    height: 48px;
    color: #E07A5F;
    font-family: 'Quicksand-Medium';
    font-size: 1.6rem;
    border: 1px solid #E07A5F;
    border-radius: 5px;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg) #fff no-repeat 91% center / 10px;
    appearance: none;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    text-align: center;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
}
.aanbod-filter-part {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'Quicksand-Medium';
	background-color: #E07A5F;
}
.filter-content {
    display: none;
    background-color:#fff;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #E07A5F;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -2px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
/* .select-style:hover {
    background-color: #E07A5F;
    border-color: #E07A5F;
    color: #fff;
    background-image: url(../images/filter-arrow-white.svg);
} */

.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: #E07A5F;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'Quicksand-Medium';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #E07A5F;
    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 #E07A5F;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #E07A5F;
    border-color: #E07A5F;
    background-image: url(../images/check-tick.png);
    background-size: 9px;
    background-position: center center;
    background-repeat: no-repeat;
}
.auto-overview-tag {
    margin-right: 5px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #F9F8F6;
    border-radius: 5px;
    background-color: rgba(224, 122, 95, 0.8);
    font-size: 1.4rem;
    border: 1px solid rgba(224, 122, 95, 0.8);
    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 {
    background-color: #E07A5F;
    border-color: #E07A5F;
    color: #fff;
}
.filter-sort h6 {
	margin-right: 10px;
    color: #2F4F4F;
    font-size: 1.6rem;
    font-family: 'Quicksand-Medium';
    text-transform: none;
    letter-spacing: normal;
    display: none;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 100%;
}
.sorteren_op-wrap {
    display: flex;
    align-items: center;
    border: 1px solid #E07A5F;
    padding-left: 18px;
    border-radius: 5px;
}
.sorteren_op-wrap h6 {
    display: block;
    min-width: 100px;
}
.sorteren_op-wrap .select-style {
    border: 0;
    height: 46px;
    line-height: 46px;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 33%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
    font-family: 'Quicksand-Medium';
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #2F4F4F;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 116px;
    background-color: #fff;
    border-bottom: 1px solid rgba(224, 122, 95, 0.3);
    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: 'Quicksand-Medium';
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 5px;
    background-color: #E07A5F;
    border-color: #E07A5F;
    text-transform: capitalize;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn:hover {
    background-color: #2F4F4F;
    border-color: #2F4F4F;
    color: #fff;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #2F4F4F;
	border-radius: 100%;
	color: #fff;
    border: 1px solid #2F4F4F;
	margin-left: 30px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    display: none;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #fff;
    border-bottom: 1px solid #2F4F4F;
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    margin-left: auto;
    border: 1px solid #2F4F4F;
}
.mobile-filter-close span img {
	width: 9px;
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
    background-color: #E07A5F;
    border: 1px solid #E07A5F;
    color: #fff;
	padding: 10px;
	border-radius: 0 50px 50px 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records h4 {
	font-size: 1.6rem;
	color: #fff;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #2F4F4F;
    border-color: #2F4F4F;
    color: #fff;
}
.cursor-pointer {
	cursor: pointer;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .filter-content {
    max-width: 169px;
}
.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: #E07A5F;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(224, 122, 95, 0.5);
    border-color: rgba(224, 122, 95, 0.5);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #E07A5F;
}
.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: #2F4F4F;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 5px;
    border: 1px solid rgba(47, 79, 79, 0.25);
    padding: 8px;
    background-color: transparent;
    width: 100px;
    color: #2F4F4F;
    font-size: 1.6rem;
    line-height: normal;
}
.aanbod-range-filter .slider-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aanbod-range-filter .slider-inputs span {
    color: #2F4F4F;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 5px;
    border: 1px solid rgba(47, 79, 79, 0.25);
    padding: 8px;
    background-color: #fff;
    width: 100px;
    color: #2F4F4F;
    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;
}
.filter-sort {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #E07A5F;
    text-transform: none;
}
.mob-filter-visible strong::before {
    display: none;
}
/****aanbod-product-sec****/
.aanbod-product-sec .col-xl-4 {
    padding-left: 10px;
    padding-right: 10px;
}
.aanbod-product-sec .row {
    margin-left: -10px;
    margin-right: -10px;
    row-gap: 20px;
}
.aanbod-product-sec .each-product-txt{
    background-color: #537777;
}
.aanbod-product-sec  .each-product-txt h4 {
    color: #FFFFFF;
}
.aanbod-product-sec  .each-product-txt p{
    color: #FFFFFF;
}
.aanbod-product-sec  .each-product-txt tr::after, .each-product-txt tr::before {
    background-color: rgba(255, 255, 255, 0.15);
}
.aanbod-product-sec  .each-product-txt td {
    color: #FFF;
}
.aanbod-product-sec  .each-product-price strong {
    color: #FFF;
}
.aanbod-product-sec  .each-product:hover .each-product-txt {
    background-color: #2F4F4F;
}
/****aanbod-footer-area****/
.aanbod-footer-area .footer-top-block {
    background-color: transparent;
    padding-top: 95px;
}
.aanbod-footer-area .sec-top-mark,
.aanbod-footer-area .footer-top-area,
.aanbod-footer-area .footer-top-mark,
.aanbod-footer-area .sec-top-mark.mob-sec-top-mark {
    display: none;
}
/*******************verkocht********************/
/****verkocht-top****/
.verkocht-top {
    position: relative;
    padding: 170px 0 50px;
}
.verkocht-top-right h2 {
    color: #DAB591;
}
.verkocht-top-right h6 {
    color: #000;
}
.verkocht-top-right {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
}
/****verkocht-product-sec****/
.verkocht-product-sec {
    padding-bottom: 140px;
}




iframe.calsty {
    width: 100%;
}
.privacy_section {
    padding: 100px 0;
}


/* ===================== style for developer ==================== */

/*******loader*****/
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}

/*********Morgen Footer************/
.morgeninternet-footer {
    background: #000000;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s all;
}

.morgeninternet-footer:hover {
    background: #202020;
    transition: 0.3s all;
}

.morgeninternet-footer > img {
    height: 35px;
    padding-top: 15px;
}


/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 10px 6px 20px;
    color: #000;
    background-size: contain;
}
.star_icon{
    margin-bottom: 30px;
}
.star_icon h4{
    padding-bottom: 10px;
    padding-top: 15px;
    margin-bottom: 15px;
   /* color: #1c1c1c;*/
    border-bottom: 1px solid #181716;
    padding-bottom: 10px;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.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(#555 calc(1*100%/6),#fff 0 calc(3*100%/6),#555 0),
              linear-gradient(#555 calc(2*100%/6),#fff 0 calc(4*100%/6),#555 0),
              linear-gradient(#555 calc(3*100%/6),#fff 0 calc(5*100%/6),#555 0);
    background-size: 10px 400%;
    background-repeat: no-repeat;
    animation: matrix 1s infinite linear;
  }
  @keyframes matrix {
    0% {
      background-position: 0% 100%, 50% 100%, 100% 100%
    }
  
    100% {
      background-position: 0% 0%, 50% 0%, 100% 0%
    }
  }
  .load_aanbod{
    justify-content: center;
    display: flex;
    column-gap: 30px;
    align-items: center;
    color: #fff;
  }


.carpass-img {
    width: 115px;
}










.widget-btn-area {
  bottom: 2rem;
  left:3rem;
  z-index: 99;
  font-family: "Nunito Sans", sans-serif;
}
.widget-btn {
  border-radius: 10px;
  background: #FF7100;
  box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  padding: 1.3rem 2.5rem;
  font-size: 1.7rem;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
}

.widget-btn span:after, .widget-mobile span:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right:-.5rem;
  content: '';
  width:1rem;
  height: 1rem;
  background: url(../images/next-white.svg) no-repeat center/ contain;
}
.widget-content {
  background: #1c1c1c;
  padding: 4.5rem;
  -webkit-box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  -moz-box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  border-radius: 20px;
  width: 51rem;
  display: none;
}
.arw-rotate {
  margin-top:-2.5rem;
  margin-bottom: 1rem;
  transform: rotate(-90deg);
  cursor:pointer;
}
.widget-content h4, .widget-content h5 {
  text-transform: unset;
  color: #fff;
  letter-spacing: normal;
}
.widget-content h4 {
  font-weight: 500;
  font-size: 2.4rem;
}
.widget-content h5 {
  font-weight: 400;
  font-size: 1.7rem;
  margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span {
  text-decoration: underline;
  color: #FF7100;
}
.widget-content button, .widget-mobile button {
  border-radius: 5px;
  color: #fff;
  border: 2px solid #FF7100;
  background: #FF7100;
  padding: 1.2rem 2rem;
  font-size: 1.7rem;
  font-weight: 600;
  margin-right: .5rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  cursor: pointer;
}
.widget-content button:hover, .widget-mobile button:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #FF7100 !important;
}
.monthly_amount{
  cursor:pointer;
}

.iframe-footer {
    border: 0;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    display: block;
}

/* whats app lab start  */

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

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

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

.notifcation {
    position: relative;
}

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

@media screen and (max-width: 600px) {
    .popuptext {
        right: 60px !important;
    }
}
@media (max-width : 767.98px){
    .fixed-whatsapp-icon{
        display: none;
    }
}
/* whatapp lab end  */



@media(max-width: 767.98px){
    .morgeninternet-footer.viewcar-footer {
        margin-bottom: 68px !important;
        height: 50px;
    }
    .widget-mobile {
        background: #1c1c1c;
        padding: 1.5rem 1.2rem;
        border-top: 1px solid rgba(255,255,255,0.1);
        border-bottom: 1px solid rgba(255,255,255,0.1);
        z-index: 99;
        font-family: "Nunito Sans", sans-serif;
    }
    .widget-mobile .d-flex {
        gap: 5px;
    }
    .widget-mobile button {
        padding: .65rem;
        font-size: 1.45rem;
    }

    .widget-mobile h6 span {
        font-size: 1.45rem;
        cursor: pointer;
        font-weight: 600;
        padding-right: 2.5rem;
        color: #fff;
        margin-right: .75rem;
    }
    .widget-mobile h6 span:after {
        background: url(../images/arw-color.svg) no-repeat center/ contain;
        right: 0;
    }
    .widget-mobile h6 span:not(.active):after {
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
    }
    .widget-mobile h6 span.active {
        color: #FF7100;
    }
    .widget-mobile h6 span.active:after {
        transform: translateY(-50%) rotate(-90deg);
    }
    .widget-mobile-content {
        bottom: 6.5rem;
        background: #121212;
        padding: 3rem 1.5rem 1.5rem;
        z-index: 99;
        display: none;
    }

    .widget-mobile-content.show-div {
        display: block;
    }
    .widget-content-wrap {
        background: #1c1c1c;
        border: 1px solid rgba(255,255,255,0.1);
        padding: 1.5rem;
    }
    .widget-mobile-content td {
        color: #fff;
        vertical-align: top;
        font-size: 1.45rem;
        font-weight: 400;
        padding: 4px 0;
    }
    .widget-mobile-content td a {
        color: #fff;
        text-decoration: none;
    }
    .widget-mobile-content td a:hover {
        color: #FF7100;
    }
    .whatsapp-block {
        background: #25D366;
        border-radius: 5px;
        width:3.7rem;
        height: 3.7rem;
    }
    .whatsapp-block img {
        width: 1.8rem;
    }
    .widget-mobile-content td span {
        width: 2.2rem;
        height: 2.2rem;
        border: 1px solid rgba(255,255,255,0.1);
        margin-right: 1.8rem;
    }
}


.contact-banner .banner-wave { 
    z-index: 0;
}
.form-sec.contact-form-sec { 
    margin-top: -2.2%;
    clip-path: polygon(30% 0%, 69% 0%, 100% 4%, 100% 100%, 70% 100%, 0% 100%, 0% 51%, 0% 5%);
}



















