@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	color: #244153;
    font-family: 'Figtree-SemiBold';
    font-size: 1.6rem;
	background-color: #fff;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
/* .dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
} */
#mobile-contact-bar {
    display: none;
}
/*****************for mobile menu*************/
/* #menu.mm-menu {
    background: #121212;
    border-color: rgba(255,255,255,0.1);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.1);
} */
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
/*******body*******/
body {
	padding-top: 22px;
	/* padding-bottom: 22px; */
}
.container {
    padding-left: 20px;
    padding-right: 20px;
}
/*================================index=================================*/
/*****header*****/
.header-area {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    padding-top: 22px;
}
.header-area-wrap {
    padding: 30px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
}
.header-active .header-area-wrap {
    background-color: #11222C;
}
.header-active {
    top: 0;
    background-color: #FAFAFA;
}
.header-active .white-btn:hover {
    background-color: transparent;
    border-color: #fff;
}
.header-active .menu-btn.common-btn:hover {
    background-color: #fff;
}
.header-logo img {
    width: 253px;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 15px;
}
.header-social {
	margin-right: 10px;
}
.header-social ul {
	display: flex;
	column-gap: 22px;
}
.header-social li img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-social li img:hover {
    filter: brightness(0.7);
}
.header-nav {
    margin-right: 98px;
}
.header-nav ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 39px;
    justify-content: center;
}
.header-nav li {
    padding: 0;
    color: #fff;
    font-family: 'Figtree-SemiBold';
    font-size: 1.6rem;
}
.header-nav li::after {
    display: none;
}
.header-nav li a {
	color: #fff;
}
.header-nav li a:hover {
    color: rgba(250, 250, 250, 0.5)
}
.menu-btn {
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.menu-btn.common-btn {
	padding: 10px 14px;
	background-color: #fff;
}
.menu-btn.common-btn::after {
	display: none;
}
.menu-btn.common-btn:hover {
	border-color: #fff;
	color: #244153;
}
.menu-bar {
    position: relative;
    max-width: 20px;
    width: 100%;
    margin-left: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #244153;
    content: '';
    height: 2px;
    margin: 5px 0 5px auto;
    width: 28px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-text {
	margin-left: 19px;
	margin-top: -3px;
	color: #244153;
    font-family: 'Figtree-SemiBold';
    font-size: 1.6rem;
}
.menu-btn.active  .menu-bar div {
    transform: scale(0);
}
.menu-btn.active .menu-bar:before {
    transform: translateY(5px) rotate(135deg);
}
.menu-btn.active .menu-bar:after {
    transform: translateY(-9px) rotate(-135deg);
}
.header-active .menu-btn.active.common-btn:hover {
    background-color: transparent;
}
/*****mega-menu*****/
.mega-menu {
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mega-menu .row {
    height: 100%;
}
.menu-btn.active {
	z-index: 999;
	background-color: transparent;
	gap: 0;
	padding: 9px 24px 6px 24px;
	text-transform: uppercase;
}
.menu-btn.active .menu-text {
    color: #fff;
    font-size: 1.4rem;
    margin-left: 10px;
}
.menu-btn.active .menu-bar:after,
.menu-btn.active .menu-bar:before {
	background-color: #fff;
	width: 14px;
}
.mega-menu-empty {
    background-color: rgba(47, 47, 47, 0.70);
	backdrop-filter: blur(7px);
    height: 100%;
}
.mega-menu-main {
	background-color: #244153;
	height: 100%;
	position: relative;
	padding: 146px 31px 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	row-gap: 30px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.mega-menu-heading {
    color: rgba(255, 255, 255, 0.04);
    font-family: 'Figtree-Bold';
    font-size: 23rem;
    line-height: normal;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    top: 46%;
    transform: translateY(-50%) translateX(-100%);
    pointer-events: none;
    transition: all 1.4s;
    -webkit-transition: all 1.4s;
}
.mega-menu-top {
    position: relative;
    z-index: 1;
    display: table;
    margin: 60px auto 0;
}
.mega-menu-nav li {
    color: #fff;
    font-family: 'Figtree-ExtraBold';
    font-size: 2.4rem;
    line-height: normal; 
    letter-spacing: normal;
    margin-bottom: 32px;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.mega-menu-nav li a:hover {
    color: rgba(255,255,255,0.5);
}
.mega-menu-nav 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-social {
    margin-top: 32px;
}
.mega-menu-social ul {
    display: flex;
    align-items: center;
    column-gap: 14px;
}
.mega-menu-social li a img {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.mega-menu-social li img:hover {
    filter: brightness(0.7);
}
.mega-menu .col-lg-7 {
	width: 57%;
}
.mega-menu .col-lg-5 {
	width: 43%;
	height: 100%;
}
.mega-menu-contact {
	position: relative;
	padding-top: 36px;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	column-gap: 10px;
}
.each-mega-menu-contact h4 {
	margin-bottom: 15px;
}
.each-mega-menu-contact p a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.each-mega-menu-contact td {
    color: #fff;
    line-height: 24px;
}
.each-mega-menu-contact td:first-child {
	padding-right: 10px;
}
.mega-menu-contact::after {
    content: "";
    height: 1px;
    width:100vw;
	margin-left:-50vw;
	left:50%;
    top: 0;
    position: absolute;
    background-color: #fff;
}
.mega-menu.active {
    top: 0;
}
/* .header-area.active .header-nav,
.header-area.active .header-logo {
    display: none;
} */
.mega-manu-logo {
	position: absolute;
	top: 56px;
	left: 30px;
}
.mega-manu-logo img {
    width: 253px;
}
.mega-menu-main::-webkit-scrollbar {
    display: none;
}
.mega-menu.active .mega-menu-heading {
    transform: translateY(-50%) translateX(-18%);
}
/*****fix-wp*****/
.fix-wp a {
    position: fixed;
    right: 3%;
    bottom: 20%;
    width: 52px;
    height: 52px;
    border-radius: 100%;
    background-color: #25D366;
    z-index: 98;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix-wp a img {
	width: 26px;
}
/*****banner-se*****/
.banner-sec {
	position: relative;
}
.banner-wrap {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}
.banner-wrap::before {
	content: '';
	background: linear-gradient(180deg, #11222C 0%, rgba(17, 34, 44, 0.00) 100%);
	position: absolute;
	height: 20%;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 2;
}
.banner-content {
	position: absolute;
	top: 50%;
	left: 0;
    transform: translateY(-50%);
	z-index: 2;
	width: 100%;
}
.banner-content p {
    margin: 25px 0 40px;
}
.banner-video,.each-banner  {
	height: 777px;
	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;
}
.each-banner img {
	border-radius: 20px;
	overflow: hidden;
}
/*****product-sec*****/
.product-sec {
	position: relative;
	padding: 105px 0 110px;
}
.product-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    pointer-events: none;
}
.product-title {
    margin-bottom: 59px;
}
.each-product-info {
	margin-top: 20px;
}
.each-product-info h6 {
	margin: 12px 0 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
}
.each-product-info ul {
    display: flex;
    justify-content: space-between;
    column-gap: 12px;
}
.each-product-info li {
	color: #9C9EA2;
}
.each-product-info li strong {
    font-weight: normal;
    color: #2F2F2F;
    display: block;
}
.each-product-info h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-img {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.product-arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover .product-arrow {
    opacity: 1;
}
.product-side-arrow .common-arrow {
    background-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-side-arrow .common-arrow-part {
    background-color: #fff;
    border-radius: 100%;
    height: 27px;
    width: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-side-arrow .common-arrow-part img {
    width: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-side-arrow .common-arrow:hover  {
    background-color: #FAFAFA;
}
.product-sec .swiper-pagination {
    bottom: 0;
    left: auto;
    right: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-slider {
    padding-bottom: 80px;
}
.product-sec .swiper-pagination-bullet {
    background: rgba(36, 65, 83, 0.5);
    color: rgba(36, 65, 83, 0.5);
    height: 9px;
    width: 13px;
    border-radius: 50px;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-sec .swiper-pagination-bullet-active {
    background: #244153;
    color: #244153;
    height: 9px;
    width: 27px;
}
.product-sec .swiper-button-next {
    right: 3px;
}
.product-sec .swiper-button-prev {
    left: 3px;
}
.product-sec .common-arrow {
    top: 47%;
}
.product-side-arrow {
    display: none;
}
.product-mobile-btn {
    margin-top: 80px;
    display: none;
}
/*****service-sec*****/
.service-sec {
    overflow: hidden;
    /* height: 100vh; */
}
/* .service-sec .inner-wrap {
    height: 100%;
} */
.service-wrap {
    background-color: #244153;
    padding: 145px 0 125px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    /* height: 100%; */
}
.service-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.service-bg img {
    height: 100%;
    object-fit: cover;
}
.service-btn ul {
    display: flex;
    column-gap: 20px;
    justify-content: end
}
.service-title {
	margin-bottom: 33px;
}
.service-title h2 {
    font-family: 'Figtree-Medium';
}
.each-service {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    /* min-width: 513px; */
	height: 603px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(36, 65, 83, 0.6);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-img {
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-img img {
	height: 100%;
	object-fit: cover;
}
.each-service-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 50px;
    z-index: 1;
    height: 100%;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.each-service-text h3 strong {
    color: #FAFAFA;
}
.each-service-text p {
    margin: 15px 0 50px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;
}
.each-service-arrow .common-arrow {
    background-color: transparent;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-arrow .common-arrow-part {
    background-color: #fff;
    border-radius: 100%;
    height: 27px;
    width: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.each-service-arrow .common-arrow-part img {
    width: 10px;
}
.each-service:hover .common-arrow {
    background-color: #FAFAFA;
}
.each-service:hover::after {
    opacity: 0;
}
.each-service:hover .each-service-img {
    transform: scale(1.1);
}
.service-sec .container {
    position: relative;
    z-index: 1;
}
.service-slider {
	display:flex;
	width: 240%;
	gap: 34px;
}
.service-slider-mobile {
    position: relative;
    padding-bottom: 80px;
}
.service-sec .swiper-pagination {
    bottom: 0;
    left: auto;
    right: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-sec .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
    height: 9px;
    width: 13px;
    border-radius: 50px;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-sec .swiper-pagination-bullet-active {
    background: #fff;
    color: #fff;
    height: 9px;
    width: 27px;
}
.service-mobile-arrow .common-arrow {
    background-color: transparent;
    border-color: #fff;
    height: 55px;
    width: 55px;
    top: 44%;
}
.service-mobile-arrow .common-arrow:hover {
    background-color: #fff;
}
.service-mobile-arrow .common-arrow img {
    width: 13px;
    filter: brightness(0) invert(1);
}
.service-mobile-arrow .common-arrow:hover img {
    filter: brightness(1);
}
.service-mobile-arrow .swiper-button-next {
    right: -5%;
}
.service-mobile-arrow .swiper-button-prev {
    left: -5%;
}
/*****about-sec*****/
.about-sec {
    padding: 117px 0 100px;
    position: relative;
}
.about-title {
    text-align: center;
    margin-bottom: 48px;
}
.about-title h2 strong {
    font-weight: normal;
    font-family: 'Figtree-ExtraBoldItalic';
    font-style: italic;
    color: #244153;
}
.about-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    pointer-events: none;
}
.about-img {
    padding-right: 20px;
}
.about-img img{
    border-radius: 20px;
    overflow: hidden;
}
.about-info {
    padding-left: 50px;
}
.about-info p {
    max-width: 470px;
    width: 100%;
    color: #2F2F2F;
}
.about-sign {
    margin: 30px 0;
}
/*****home-btm*****/
.home-btm ul {
    display: flex;
    column-gap: 60px;
}
.home-btm li {
    font-size: 2.4rem;
    font-family: 'Figtree-Regular';
    position: relative;
    padding-left: 55px;
    line-height: normal;
}
.home-btm li::after {
    content: '';
    position: absolute;
    left: 0;
    /* transform: translateY(-50%); */
    top: 10px;
    height: 36px;
    width: 36px;
    background-image: url(../images/home-btm-ellipse.svg);
    background-position: initial;
    background-repeat: no-repeat;
    background-size: 36px;
}
/*****review-sec*****/
.review-sec {
    padding: 120px 0 75px;
}
/*****footer-area*****/
.footer-wrap {
    background-color: #244153;
    padding: 125px 0 20px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.footer-logo img {
    width: 339px;
}
.footer-top-info ul {
    display: flex;
    column-gap: 40px;
    align-items: center;
}
.footer-top-info li h3 {
    font-family: 'Figtree-Medium';
}
.footer-top-info li a {
    font-family: 'Figtree-Regular';
    font-size: 2.4rem;
    color: #FAFAFA;
    text-decoration: underline;
}
.footer-top-info li a:hover {
    color: rgba(255,255,255,0.5);
}
.footer-wp-wrap {
    border-radius: 41.5px;
    background-color: rgba(37, 211, 102, 0.7);
    display: flex;
    align-items: center;
    column-gap: 17px;
    padding: 10px;
    max-width: 274px;
    width: 100%;
}
.footer-wp-img {
    border: 1px solid #25D366;
    background-color: #25D366;
    height: 63px;
    width: 63px;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}
.footer-wp-img img {
    width: 24px;
}
.footer-wp-text h6 {
    font-size: 1.4rem;
    text-transform: uppercase;
    line-height: 20px;
    font-family: 'Figtree-Regular';
    color: #fff;
    margin-bottom: 6px;
}
.footer-wp-text p {
    font-size: 1.4rem;
    line-height: 20px;
    font-family: 'Figtree-Regular';
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-wp:hover p {
    color: rgba(255, 255, 255, 0.5);
}
.footer-wp-mobile {
    display: none;
}
.footer-content {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    justify-content: space-between;
    padding-left: 20px;
}
.each-footer-content ul {
    display: flex;
    column-gap: 10px;
}
.each-footer-content h4 {
    margin-bottom: 20px;
}
.each-footer-content a {
    line-height: 24px;
}
.each-footer-content td:first-child {
    padding-right: 10px;
}
.each-footer-content td {
    color: #fff;
    line-height: 24px;
}
.footer-btm {
    margin-top: 90px;
    margin-bottom: 80px;
}
.each-footer-content a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.each-footer-content li img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-footer-content li img:hover {
    filter: brightness(0.7);
}
.footer-btm-social ul {
    display: flex;
    column-gap: 20px;
    justify-content: end;
}
.footer-credit a {
    color: #9D9FA2;
    line-height: 24px;
}
.footer-credit a:hover {
    color: #FAFAFA;
}
.footer-btm-social li img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-btm-social li img {
    filter: brightness(0.7);
}
.footer-btm-social li img:hover {
    filter: brightness(1)
}
.footer-btm-part {
    position: relative;
    padding-top: 25px;
}
.footer-btm-part::after {
    content: '';
    position: absolute;
    left: -10%;
    top: 0;
    width: 100vw;
    height: 1.5px;
    background-color: #9D9FA2;
}
.footer-btm-social-mobile {
    display: none;
}
/*================================care-pg start=================================*/
/*****inner-banner-sec******/
.inner-banner-sec {
    position: relative;
}
.inner-banner-img {
    border-radius: 20px;
    overflow: hidden;
}
.inner-banner-sec .container {
    position: relative;
}
.inner-banner-text-wrap {
    position: absolute;
    bottom: 64px;
    left: 0;
    width: 100%;
}
/****care-list-sec****/
.care-list-sec {
    position: relative;
    padding-top: 85px;
}
.care-list-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}
.care-list-bg img {
    height: 100%;
    object-fit: cover;
}
.each-care-list {
    padding: 35px 20px;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-care-list-wrap {
    max-width: 1085px;
    width: 100%;
}
.each-care-list-img {
    padding-right: 22px;
}
.each-care-list-img img {
    border-radius: 20px;
}
.each-care-list-text {
    padding-left: 40px;
}
.each-care-list-text p {
    margin: 12px 0 32px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-care-list-text h3 {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-care-list-text .common-arrow {
    border-width: 2px;
    border-color: #244153;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-care-list-text .common-arrow-part {
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #244153;
    border-radius: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-care-list-text .common-arrow img {
    width: 7px;
    filter: brightness(10);
    -webkit-filter: brightness(10);
}
.each-care-list:nth-child(even) .each-care-list-wrap {
    margin-left: auto;
}
.each-care-list:nth-child(even) .each-care-list-img {
    padding-left: 22px;
    padding-right: 0;
}
.each-care-list:nth-child(even) .each-care-list-text {
    padding-left: 0;
    padding-right: 40px;
}
.each-care-list:hover {
    background-color: #264354;
}
.each-care-list:hover .each-care-list-text h3,
.each-care-list:hover .each-care-list-text p {
    color: #fff;
}
.each-care-list:hover .each-care-list-text .common-arrow {
    border-color: #fff;
    background-color: #264354;
}
.each-care-list:hover .each-care-list-text .common-arrow-part {
    background-color: #fff;
}
.each-care-list:hover .each-care-list-text .common-arrow img {
    filter: brightness(0);
    -webkit-filter: brightness(0);
}
.velan-block:hover .common-arrow-part {
    opacity: 0;
}
.velan-block .common-arrow {
    background-image: url(../images/cart.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0;
}
.velan-block:hover .common-arrow {
    background-size: 30px;
}
/*****care-review-sec****/
.care-review-sec {
    padding-top: 85px;
    position: relative;
}
.care-review-sec::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/review-bg.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: -1;
}
/*================================care-dtl-pg start=================================*/
/*****inner-header-area****/
.inner-header-area .header-area-wrap {
    background-color: #11222C;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.header-active .header-area-wrap {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
/****bk-btn-sec****/
.bk-btn-sec {
    position: relative;
    z-index: 2;
}
.bk-btn-sec .common-btn {
    position: absolute;
    top: 208px;
    z-index: 1;
}
/****care-dtl-welcome-sec****/
.care-dtl-welcome-sec {
    position: relative;
    padding-top: 283px;
    z-index: 1;
}
.care-dtl-welcome-sec .col-lg-5 {
    width: 46%;
}
.care-dtl-welcome-sec .col-lg-7 {
    width: 54%;
}
.care-dtl-welcome-text {
    padding-left: 53px;
}
.care-dtl-welcome-text h2 {
    margin-bottom: 14px;
}
.care-dtl-welcome-text p {
    margin-bottom: 35px;
}
.care-dtl-welcome-text p:last-child {
    margin-bottom: 0;
}
.care-dtl-welcome-text p strong {
    color: #244153;
    font-family: 'Figtree-ExtraBold';
}
.care-dtl-welcome-img {
    border-radius: 20px;
    overflow: hidden;
}
.care-dtl-welcome-bg {
    position: absolute;
    top: 0;
    height: calc(100% + 35%);
    width: 100%;
    left: 0;
    z-index: -1;
    pointer-events: none;
}
.care-dtl-welcome-bg img {
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
/*****care-dtl-info-sec******/
.care-dtl-info-sec {
    position: relative;
    padding: 123px 0;
    z-index: 1;
}
.care-dtl-info-img {
    border-radius: 20px;
    overflow: hidden;
}
.care-dtl-info-text {
    max-width: 600px;
    padding-right: 40px;
}
.care-dtl-info-text h2 {
    margin-bottom: 24px;
}
.care-dtl-info-text table,
.care-dtl-info-text tbody,
.care-dtl-info-text tr {
    display: block;
    width: 100%;
}
.care-dtl-info-text td {
    display: block;
    width: 100%;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 2px solid #9C9EA2;
}
.care-dtl-info-text td:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
.care-dtl-info-text td h4 {
    margin-bottom: 10px;
}
/*****form-sec*****/
.form-sec .form-wrap {
    position: relative;
    background-color: #244153;
    border-radius: 20px;
    overflow: hidden;
    padding: 117px 20px;
}
.form-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.form-bg img {
    height: 100%;
    object-fit: cover;
}
.form-sec .container {
    z-index: 1;
    position: relative;
}
.form-txt h2 {
    color: #fff;
    margin-bottom: 14px;
}
.form-txt p {
    color: #fff;
}
.form-info {
    margin-top: 66px;
}
.form-info .row {
    row-gap: 60px;
}
.each-form-info h4 {
    margin-bottom: 16px;
}
.each-form-info td {
    color: #fff;
    vertical-align: top;
}
.each-form-info td:nth-child(odd) {
    padding-right: 20px;
}
.each-form-info ul {
    display: flex;
    align-items: center;
    gap: 15px;
}
.each-form-info li a:hover {
    opacity: 0.5;
}
.each-form-info p a:hover {
    color: #fff;
    opacity: 0.5;
}
.form-txt {
    padding-right: 30px;
    max-width: 634px;
}
.form-block .form-group {
	margin-bottom: 44px;
}
.form-block .form-style {
	resize: none;
    border: 1px solid #9C9EA2;
    border-radius: 10px;
    font-family: 'Figtree-SemiBold';
    color: #fff;
    font-size: 1.8rem;
    padding: 16px 24px;
	background-color: transparent;
}
.form-block .form-style:placeholder {
	color: #9C9EA2;
}
.form-block .form-style:-ms-input-placeholder {
	color: #9C9EA2;
}
.form-block .form-style::placeholder {
	color: #9C9EA2;
}
.form-block .form-style:focus {
    box-shadow: none;
	border-color: #fff;
    color: #fff;
    background-color: transparent;
}
.form-block .form-style:focus::placeholder {
    color: #fff;
}
/* .form-block textarea.form-style {
    height: 60px;
} */
.form-block textarea.form-style::-webkit-scrollbar {
    display: none;
}
.form-block .form-style.photo_upload,
.form-block .form-style.foto_upload {
    color: #9C9EA2;
}
/******related-care-dtl-sec******/
.related-care-sec {
    position: relative;
    padding-top: 120px;
}
.related-care-dtl-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    pointer-events: none;
}
.related-care-dtl-bg img {
    height: 100%;
    object-fit: cover;
}
.related-care-sec h2 {
    text-align: center;
    margin-bottom: 80px;
}
.related-care-slider {
    position: relative;
    padding-bottom: 70px;
}
.related-care-sec .each-service {
    height: 360px;
    min-width: auto;
}
.related-care-sec .each-service:hover::after {
    background-color: #244153;
    opacity: 1;
}
.related-care-sec .swiper-button-next {
    border-color: #244153;
    background-color: transparent;
    right: -6%;
    top: 40%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.related-care-sec .swiper-button-prev {
    border-color: #244153;
    background-color: transparent;
    left: -6%;
    top: 40%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.related-care-sec .swiper-button-next .common-arrow-part,
.related-care-sec .swiper-button-prev .common-arrow-part {
    height: 27px;
    width: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #244153;
}
.related-care-sec .swiper-button-next .common-arrow-part img,
.related-care-sec .swiper-button-prev .common-arrow-part img {
    width: 7px;
    filter: brightness(10);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.related-care-sec .swiper-button-next:hover,
.related-care-sec .swiper-button-prev:hover {
    background-color: #244153;
}
.related-care-sec .swiper-button-next:hover .common-arrow-part img,
.related-care-sec .swiper-button-prev:hover .common-arrow-part img {
    width: 15px;
}
.related-care-sec .swiper-button-disabled {
    display: none;
}
.related-care-slider .swiper {
    border-radius: 20px;
}
.related-care-slider .swiper-pagination {
    bottom: 0;
}
.related-care-slider .swiper-pagination-bullet {
    background: rgba(36, 65, 83, 0.5);
    color: rgba(36, 65, 83, 0.5);
    height: 9px;
    width: 13px;
    border-radius: 50px;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.related-care-slider .swiper-pagination-bullet-active {
    background: #244153;
    color: #244153;
    height: 9px;
    width: 27px;
}
/*================================vacature-dtl-pg start=================================*/
.care-dtl-info-text li {
    margin-bottom: 10px;
    padding-left: 16px;
    position: relative;
}
.care-dtl-info-text li::after {
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    top: 8px;
    left: 0;
    background-image: url(../images/list-icon.svg);
    background-position: center center;
    background-size: 8px;
    background-repeat: no-repeat;
}
/*****velgen-slider-sec*******/
.velgen-slider-sec {
    padding-top: 100px;
}
.each-velgen-img {
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background-color: #fff;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-velgen-text {
    margin-top: 20px;
}
.each-velgen-text hr {
    background-color: #000;
    opacity: 0.1;
    margin: 20px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-velgen-text h6 strong {
    font-weight: normal;
    display: block;
    margin-top: 6px;
    color: #9C9EA2;
}
.each-velgen-text h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-velgen:hover .each-velgen-img {
    border-color: #264354;
}
.each-velgen:hover hr {
    opacity: 0.5;
}
.velgen-slider-sec .common-btn {
    display: table;
    margin: 50px auto 0;
}
.velgen-slider-sec .common-btn:hover::after {
    background-image: url(../images/cart-blue.svg);
    background-size: 20px;
}
/*================================over-ons=================================*/
/****over-ons-top****/
.over-ons-top {
    padding: 160px 0 110px;
    position: relative;
    overflow: hidden;
}
.over-ons-top-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    pointer-events: none;
}
.over-ons-top-right-img,
.over-ons-top-left-img {
    border-radius: 20px;
    overflow: hidden;
}
.over-ons-top-left-content {
    margin-top: 21px;
}
.over-ons-top .col-lg-4 {
    width: 36%;
}
.over-ons-top .col-lg-8 {
    width: 64%;
}
.over-ons-top-left h2 strong {
    font-family: 'Figtree-ExtraBold';
    color: #244153;
}
.over-ons-top-left {
    margin-top: 18px;
}
.over-ons-top-left-info p {
    max-width: 430px;
    width: 100%;
    margin-bottom: 79px;
}
.over-ons-top-left-info {
    margin-left: 20px;
    margin-bottom: 20px;
}
/****over-ons-home-btm****/
.over-ons-home-btm .home-btm-wrap {
    background-color: #244153;
    padding: 115px 0;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.over-ons-home-btm.home-btm li {
    color: #fff;
}
.over-ons-home-btm.home-btm li::after {
    background-image: url(../images/over-ons-home-btm-ellipse.svg);
}
.over-ons-home-btm .home-btm-wrap h2 strong {
    color: #FEFFFF;
}
.over-ons-home-btm .home-btm-wrap p {
    margin: 18px 0 70px;
    max-width: 760px;
    width: 100%;
}
.over-ons-home-btm-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    pointer-events: none;
}
/****over-ons-team****/
.over-ons-team {
    padding-top: 130px;
    overflow: hidden;
}
.over-ons-team-slider-img {
    border-radius: 20px;
    overflow: hidden;
    height: 457px;
}
.over-ons-team-slider-img img {
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}
.over-ons-team-info {
    padding-right: 14px;
}
.over-ons-team-info p {
    max-width: 500px;
    width: 100%;
    margin-top: 20px;
}
.over-ons-team-slider {
    border-radius: 20px;
    overflow: hidden;
    padding-left: 35px;
}
.over-ons-team-slider .common-arrow {
    background-color: #244153;
    border-color: #244153;
    top: 46%;
    transition: all 0.5s;
}
.over-ons-team-slider .common-arrow img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.over-ons-team-slider .swiper-button-next {
    right: 16%;
}
.over-ons-team-slider .swiper-button-disabled {
    opacity: 0;
}
/*================================contact=================================*/
/****inner-banner-sec****/
.map {
    height: 650px;
}
/****contact-form-sec****/
.contact-form-sec {
    padding-top: 130px;
    position: relative;
}
.contact-form-sec .form-wrap {
    background-color: transparent;
    padding: 0 !important;
}
.contact-form-sec .form-txt h2,
.contact-form-sec .form-txt p,
.contact-form-sec .form-txt h4 strong,
.contact-form-sec .each-form-info p a,
.contact-form-sec .each-form-info td {
    color: #244153;
}
.contact-form-sec .each-form-info p a:hover {
    color: rgba(36, 65, 83, 0.9);
}
.contact-form-sec .form-block .form-style {
    color: #244153;
    background-color: #fff;
}
.contact-form-sec .form-block .form-style:focus {
	border-color: #244153;
    color: #244153;
}
.contact-form-sec .form-block .form-style:focus::placeholder {
    color: #244153;
}
.contact-form-sec .each-form-info::before,
.contact-form-sec .each-form-info::after {
    display: none;
}
.contact-form-sec .form-bg {
    height: calc(100% + 52%);
}
/****contact-review-sec****/
.contact-review-sec {
    position: relative;
    z-index: 1;
}
/*================================bedankt=================================*/
.bedankt-banner{
    margin-bottom: 20px;
}
.bedankt-banner-content h1 {
    font-size: 9.6rem;
    margin-bottom: 57px;
}
.bedankt-banner-content h1 strong {
    font-family: 'Figtree-ExtraBoldItalic';
    font-weight: normal;
}
.bedankt-banner .container {
    position: relative;
}
.bedankt-banner-content-wrap {
    position: absolute;
    bottom: 167px;
    left: 0;
    width: 100%;
}
/*================================popup=================================*/
.modal-area .modal-dialog {
    max-width: 69%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(17, 34, 44, 0.70);
    backdrop-filter: blur(7px);
}
.modal-area .modal-content {
    border: 0;
    background: #fff;
    position: relative;
    border-radius: 20px;
}
.pop-up-image {
    height: 100%;
}
.pop-up-image img {
    border-radius: 0px 20px 20px 0px;
    overflow: hidden;
    height: 100%;
}
.modal-area .popup-content {
    padding: 70px;
}
.modal-area .popup-content h3 strong {
    font-weight: normal;
    color: #244153;
    font-family: 'Figtree-ExtraBold';
}
.modal-area .popup-content p{
    margin-bottom: 45px;
}
.modal-content .col-lg-5 {
    width: 37%;
}
.modal-content .col-lg-7 {
    width: 63%;
}
.modal-area .popup-content li {
    padding-left: 15px;
    font-family: 'Figtree-Bold';
    font-size: 1.6rem;
    line-height: 24px;
    position: relative;
    margin-bottom: 10px;
}
.modal-area .popup-content ul {
    margin: 30px 0 32px;
}
.modal-area .popup-content li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    background-image: url(../images/blue-bullet.svg);
    background-size: 6px;
    height: 6px;
    width: 6px;
    background-position: center;
    background-repeat: no-repeat;
}
.modal-content .close-img {
    position: absolute;
    top: -22px;
    right: -23px;
    height: 44px;
    width: 44px;
    background-color: #244153;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 1;
}
.modal-content .close-img img {
    width: 17px;
}
/*================================aanbod-list=================================*/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 162px 0 44px;
    position: relative;
}
.aanbod-list-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}
.aanbod-list-title {
    margin-bottom: 56px;
} 
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: #244153;
	font-size: 1.6rem;
	font-family: 'Figtree-SemiBold';
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-left-part .row {
    column-gap: 22px;
}
.aanbod-filter-sec .select-style {
    width: 100%;
    color: #244153;
    font-family: 'Figtree-SemiBold';
    font-size: 1.6rem;
    background-color: transparent;
    border: 1.5px solid #244153;
    border-radius: 100px;
    padding: 14px 40px 14px 24px;
    background: url(../images/filter-arrow.svg) no-repeat 86% center / 13px;
    appearance: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.aanbod-filter-sec .select-style.show {
    border-radius: 10px 10px 0 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'Figtree-SemiBold';
	background-color: #244153;
}
.filter-content {
    display: none;
    background-color:#fff;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #244153;
    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: #244153;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'Figtree-SemiBold';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #244153;
    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 #244153;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #244153;
    border-color: #244153;
}
.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: #fff;
    border-radius: 6px;
    background-color: #244153;
	font-family: 'Figtree-SemiBold';
    font-size: 1.4rem;
    border: 1px solid #244153;
}
.cross-btn {
    width: 9px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.auto-overview-tag:hover {
	background-color: transparent;
    color: #244153;
}
.auto-overview-tag:hover img {
    filter: brightness(1);
    -webkit-filter: brightness(1);
}
.aanbod-filter {
	margin-bottom: 18px;
    width: 17%;
}
.filter-left-part .col-lg-3 {
    width: 20%;
}
.total_search_records {
	margin-top: 30px;
}
.filter-sort .sorteren_op-filter {
	margin-bottom: 0;
	width: 198px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 118px;
    background-color: #244153;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
    max-width: calc(100% - 44px);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 15px;
}
.mobile-show-filter .common-btn {
    padding: 15px 14px;
}
.mobile-show-filter .common-btn::after {
    display: none;
}
.mobile-show-filter .common-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #fff;
    border-color: #fff;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #244153;
	border-radius: 100%;
	color: #fff;
    border: 1px solid #244153;
	margin-left: 12px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn:hover .filter-count {
    background-color: #fff;
    color: #244153;
    border-color: #fff;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #244153;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #244153;
}
.mobile-filter-close span img {
	width: 9px;
}
.auto-overview-filter-result .total_mobile_search_records {
	margin-top: 0;
	background-color: #fff;
	border-color: #fff;
  	color: #244153;
	padding: 10px;
	border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .common-btn::after {
    display: none;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #fff;
}
.auto-overview-filter-result .total_mobile_search_records:hover {
	background-color: transparent;
    color: #fff;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'WidescreenTrial-ExSemiBold';
    text-transform: none;
    letter-spacing: normal;
}
/****aanbod-list-product****/
.aanbod-list-product .row {
    margin: 0 -14px;
    row-gap: 50px;
}
.aanbod-list-product .col-xl-4 {
    padding: 0 14px;
}
.aanbod-list-product .each-product-info ul {
    flex-wrap: wrap;
    row-gap: 18px;
}
.aanbod-list-product .each-product-info li {
    width: 30%;
}
.aanbod-list-product .each-product:hover .product-arrow {
    opacity: 0;
}
.aanbod-list-product {
    overflow: hidden;
    position: relative;
}
.aanbod-list-product-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% - 68%);
    z-index: -1;
    pointer-events: none;
}
/*================================aanbod-dtl=================================*/
/****aanbod-dtl-bk-btn****/
.aanbod-dtl-bk-btn .common-btn {
    top: 192px;
}
/****aanbod-dtl-top-sec****/
.aanbod-dtl-top-sec {
    padding: 193px 0 0;
    overflow: hidden;
    position: relative;
}
.aanbod-dtl-top-sec::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    /* background-color: pink; */
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 10%;
    width: 100%;
}
.aanbod-dtl-top-slider-img {
    border-radius: 20px;
    overflow: hidden;
}
.aanbod-dtl-top-sec .col-lg-5 {
    width: 42%;
}
.aanbod-dtl-top-sec .col-lg-7 {
    width: 58%;
}
.aanbod-dtl-top-content ul {
    display: flex;
    /* justify-content: space-between; */
    column-gap: 30px;
    margin: 32px 0 35px;
}
.aanbod-dtl-top-content li {
    color: #9C9EA2;
}
.aanbod-dtl-top-content li strong {
    font-weight: normal;
    color: #2F2F2F;
    display: block;
}
.aanbod-dtl-top-content-part {
    padding-right: 30px;
    margin-top: 81px;
    position: relative;
    z-index: 1;
}
.aanbod-dtl-top-content h4 strong {
    color: #9C9EA2;
    font-weight: normal;
}
.aanbod-dtl-top-content h6 {
    margin-top: 10px;
}
.aanbod-dtl-top-content h4 {
    margin-bottom: 50px;
}
.aanbod-dtl-man {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.aanbod-dtl-man-info h6 {
    line-height: 24px;
    margin-bottom: 4px;
}
.aanbod-dtl-man-info a {
    color: #9C9EA2;
    line-height: 24px;
}
.aanbod-dtl-man-img {
    /* width: 33%; */
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    height: 86px;
    width: 97px;
}
.aanbod-dtl-man-img img {
    height: 100%;
    object-fit: cover;
}
.aanbod-dtl-man-info {
    width: 67%;
}
.aanbod-dtl-man-info a:hover {
    color: #244153;
}
.share-btn {
    color: #fff;
    font-family: 'Figtree-SemiBold';
    font-size: 1.6rem;
    line-height: normal;
    position: relative;
    padding: 16px 22px 16px 62px;
    background-color: #244153;
    border-radius: 100px;
    border: 1.5px solid #244153;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/* .share-btn::after {
    content: "";
    height: 34px;
    width: 34px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 100%;
    background-image: url(../images/share.svg);
    background-size: 12px;
    background-position: center center;
    background-repeat: no-repeat;
} */
.share-btn:hover {
    color: #fff;
}
.aanbod-dtl-man-block {
    border: 1.5px solid #244153;
    padding: 14px;
    border-radius: 20px;
    overflow: hidden;
}
.aanbod-dtl-top-btn {
    margin-top: 34px;
}
.aanbod-dtl-top-btn ul {
    display: flex;
    column-gap: 20px;
}
.aanbod-dtl-top-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}
.aanbod-dtl-top-slider .swiper-pagination {
    /* display: inline-block; */
    color: #fff;
    font-size: 1.6rem;
    font-family: 'Figtree-SemiBold';
    width: auto;
    bottom: 25px;
    left: 40%;
    transform: translateX(-50%);
}
.aanbod-dtl-top-slider .swiper-pagination::after {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/pagination-left.svg);
}
.aanbod-dtl-top-slider .swiper-pagination-current {
    padding-left: 18px;
}
.aanbod-dtl-top-slider .swiper-pagination-total {
    padding-right: 18px;
}
.aanbod-dtl-top-slider .swiper-pagination::before {
    content: '';
    position: absolute;
    right: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/pagination-right.svg);
}
/* .aanbod-dtl-top-slider .swiper-button-next {
    right: 50%;
} */
.aanbod-dtl-top-slider .swiper-button-next {
    right: 19%;
}
.aanbod-dtl-top-slider .swiper-button-prev {
    left: 30px;
    right: auto;
}
.aanbod-dtl-top-slider .common-arrow {
    background-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    top: 47%;
}
.aanbod-dtl-top-slider .common-arrow-part {
    background-color: #fff;
    border-radius: 100%;
    height: 27px;
    width: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aanbod-dtl-top-slider .common-arrow-part img {
    width: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-top-slider .common-arrow:hover  {
    background-color: #FAFAFA;
}
.aanbod-dtl-top-slider .common-arrow:hover img {
    width: 13px;
}
.aanbod-dtl-top-slider {
    border-radius: 20px;
    overflow: hidden;
}
/****dtl-tab-sec****/
.tab-btn{
    max-width: 785px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 60px;
	margin-bottom: 38px;
    border: 0;
	justify-content: center;
}
.tab-btn ul.tabs li {
    position: relative;
    font-family: 'Figtree-SemiBold';
    font-size: 1.6rem;
	color: #244153;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
	line-height: 32px;
}
.tab-btn ul.tabs li.active span{
	color: #0D0D0D;
}
.tab-btn ul.tabs li.active span::after, ul.tabs li span:hover::after{
    opacity: 1;
}
.tab_content {
    display: none;
}
.tab_drawer_heading{
    display: none;
}
.dtl-tab-sec {
    padding: 122px 0 134px;
}
.tab_drawer_heading{
	display: none;
}
.tab-btn .tabs {
    display: flex;
    justify-content: center;
    column-gap: 65px;
    padding: 10px 0;
    overflow: hidden;
    margin-bottom: 18px;
}
.tab-btn .tabs li.active{
	color: #244153;
    position: relative;
}
.tab-btn .tabs li.active::after{
    content: "";
    background-color: #244153;
    width: 100%;
    height: 1.5px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.kenmerken-tab li {
    line-height: 30px; 
	width: 33.33%;
	padding: 20px 34px;
	position: relative;
    font-family: 'Figtree-SemiBold';
    color: #1D1D1D;
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}
.kenmerken-tab li strong {
    font-family: 'Figtree-SemiBold';
    width: 50%;
    font-weight: normal;
	display: block;
	color: #9C9EA2;
}
.kenmerken-tab li:nth-child(3n) {
    border-width: 0;
}
.kenmerken-tab li::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 200vw;
    left: -100vw;
    bottom: 0;
    background-color: #9C9EA2;;
}
.kenmerken-tab{
	overflow: hidden;
	border-top:1px solid #9C9EA2;;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #244153;
    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 li {
    padding-left: 16px;
    position: relative;
	margin-bottom: 10px;
}
.dtl-tab-sec .bullet-panel li:after {
  top: 8px;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  left: 0;
  background-color: #1D1D1D;
  border-radius: 100%;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #244153;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #244153;
    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;
}
.tab-btm-btn_mobile{
    display: none;
    background: #244153;
    color: #FFF;
}
.tab-btm-btn_mobile.common-btn::after{
    background: #fff;
    background-image: url(../images/blue-bullet.svg);
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat;
}
.tab-btm-btn_mobile:hover{
    background-color: transparent;
    color: #244153;
}
.tab-btm-btn_mobile.common-btn:hover::after{
    background: #244153;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
}
.each-onderhoud-block h5 {
    margin: 10px 0 30px;
    font-size: 1.6rem;
	text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn{
    font-family: 'Figtree-SemiBold';
    line-height: normal;
    text-align: center;
    color: #244153;
    cursor: pointer;
    margin-top: 29px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btm-btn:hover{
    color: #244153;
    opacity: 0.9;
}
.dtl-tab-wrap{
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
}
/****kenmarken-popup****/
.kenmarken-popup {
	display: none;
}
.kenmarken-popup-wrap {
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.kenmarken-popup-overlay {
	position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(18, 18, 18, 0.60);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
	border-radius: 20px;
    background-color: #244153;;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
	border: 1px solid #fff;
	box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.25);
	-webkit-box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.25);
	overflow: hidden;
}
.kenmarken-popup-close {
	background-color: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #9C9EA2;;
}
.kenmarken-popup-close img {
	width: 25px;
}
.kenmarken-popup-content {
	overflow-y: scroll;
	height: calc(100% - 116px);
	padding-right: 20px;
}
.kenmarken-popup-content::-webkit-scrollbar  {
	background-color: #5B5A5E;
	width: 10px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.kenmerken-popup-model {
	padding-bottom: 30px;
	padding-right: 40px;
}
.kenmerken-popup-model h3 {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 3.6rem;
    margin-bottom: 14px;
}
.kenmerken-popup-model h6 {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #9C9EA2;
}
.kenmarken-popup-content h4 {
	margin-bottom: 10px;
    font-family: 'Figtree-SemiBold';
    color: #fff;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
}
.kenmarken-popup-content li:nth-child(odd) {
    padding-right: 10px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    font-family: 'Figtree-Medium';
    color: #fff;
    font-size: 1.6rem;
    line-height: 30px;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
/****aanbod-dtl-product-sec****/
.aanbod-dtl-product-sec {
    padding: 140px 0 0;
    position: relative;
}
.aanbod-dtl-product-sec .product-title {
    text-align: center;
    margin-bottom: 90px;
}
.aanbod-dtl-product-sec .swiper-pagination {
    bottom: 0;
    left: auto;
    right: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-product-slider {
    padding-bottom: 80px;
}
.aanbod-dtl-product-sec .swiper-pagination-bullet {
    background: rgba(36, 65, 83, 0.5);
    color: rgba(36, 65, 83, 0.5);
    height: 9px;
    width: 13px;
    border-radius: 50px;
    opacity: 1;
}
.aanbod-dtl-product-sec .swiper-pagination-bullet-active {
    background: #244153;
    color: #244153;
    height: 9px;
    width: 27px;
}
.aanbod-dtl-product-sec .swiper-button-next {
    right: 3px;
}
.aanbod-dtl-product-sec .swiper-button-prev {
    left: 3px;
}
.aanbod-dtl-product-sec .common-arrow {
    top: 47%;
}
/*================================verkocht=================================*/
/****verkocht-top****/
.verkocht-top {
    padding: 195px 0 91px;
    position: relative;
    overflow: hidden;
}
.verkocht-top h6 {
    line-height: 24px;
}
.verkocht-top-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}
/*=====================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;
      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;
      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: #555;
    }
  
  
  .carpass-img {
      width: 115px;
  }
  
  .fixed-whatsapp-icon {
      width: 70px;
      height: 70px;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: fixed;
      right: 10px;
      bottom: 0px;
      z-index: 999;
  }
  
  .fixed-whatsapp-icon img {
      width: 50px;
  }
  
  .popup .popuptext {
      display: none;
      width: 200px;
      background-color: #25D366;
      color: #fff;
      text-align: center;
      border-radius: 20px;
      padding: 8px 0;
      position: absolute;
      z-index: 1;
      bottom: 3px;
      right: 3vw;
      font-size: small;
  }
  
  .notifcation {
      position: relative;
  }
  
  .alert-number {
      display: none;
      position: absolute;
      bottom: 28px;
      left: 16px;
      border-radius: 50%;
      width: 17px;
      height: 17px;
      background-color: red;
      color: white;
      text-align: center;
      font-size: small;
      animation: shake 0.5s;
      animation-iteration-count: 1;
  }
  
  @media screen and (max-width: 600px) {
      .popuptext {
          right: 60px !important;
      }
  }
  @media (max-width : 767.98px){
      .fixed-whatsapp-icon{
          display: none;
      }
  }
  .footer-area{
      margin-bottom: 22px;
  }
  .each-service:hover .each-service-arrow .common-arrow-part{
      background-color: #FAFAFA;
  }
  
  .share-social-media-button .a2a_dd svg {
      margin-top: 0px !important;
      width: 13px !important;
      margin-right: 0px !important;
  }
  .share-social-media-button .a2a_dd span {
      height: 34px;
      width: 34px;
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translateY(-50%);
      background-color: transparent;
      border: 1px solid #fff;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .privacy_section h2{
      padding-top: 85px;
  }
  .privacy_section p strong{
   color: #244153;
  }
  .calsty{
      border: 0;
      width: 100%;
      height: 493px;
      background: transparent;
  }

body .eLduDq,
body .laUvbV {
    border-radius: 20px !important;
    border: 1px solid rgba(36, 65, 83, 0.10) !important;
    background-color: #FCFCFC !important;
}
.privacy_section {
    padding: 40px 0;
}
.pdf-print img{
    margin-right: 10px;
}

.pdf-print:hover img{
    filter: brightness(0) invert(1);
}
.banner-sec .common-btn{
    margin-top: 40px;
    /* padding: 20px 64px 18px 65px;
    font-size: 30px; */

    /* padding: 20px 215px 18px 200px; */
    padding: 20px 215px 18px 199px;
    font-size: 40px;
}
/* .care_banner{
    max-height:720px;
} */
@media(max-width: 990px) and (min-width: 768px){
	.calsty {
        height: 789px;
    }
}
@media(max-width: 767px) and (min-width: 519px){
	.calsty {
	height: 689px;
}
}
@media(max-width: 518px){
	.calsty {
	height: 810px;
}
}

