body {
	padding: 0px;
	margin: 0px;
    color: #F7F7F7;
    font-family: 'Roboto-Regular';
    font-size: 1.6rem;
    background-color: #1A1A1A;
    /*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;
}
/* ============================================== index ============================================== */
/****header****/
.header-area {
    /* background-color: #1A1A1A; */
    padding-right: 15px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area .col-lg-3 {
    width: 22.5%;
}
.header-area .col-lg-5 {
    width: 44%;
}
.header-nav ul {
    list-style-type: none;
}
.header-area.stiky {
    background-color: #1A1A1A;
    border-bottom: 2px solid #6E122A;
}
.header-logo img {
    width: 265px;
}
.header-social ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    gap: 26px;
    margin-bottom: 0;
}
.header-social li img {
    height: 22px;
    width: 22px;
    margin-right: 7px;
}
/* .header-social li:hover img {
    filter: brightness(0) saturate(100%) invert(17%) sepia(65%) saturate(1170%) hue-rotate(308deg) brightness(91%) contrast(109%);
} */
.header-social li {
    line-height: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-social li a {
    display: flex;
    align-items: center;
}
.header-social li a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.header-logo {
    position: relative;
    height: 100%;
    padding: 39px 0;
}
.header-logo::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-color: #F7F7F7;
    width: 1px;
    height: 100%;
}
.header-mid {
    margin-left: 8%;
}
.header-nav > ul > li {
    padding: 10px 0;
    line-height: 24px;
}
.header-nav > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}
.header-nav > li {
    color: #F7F7F7;
    margin: 0;
}
.header-nav li a {
    color: #F7F7F7;
}
.header-nav li a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.header-mid {
    display: flex;
    align-items: center;
    gap: 32px;
    justify-content: space-between;
    padding: 39px 0;
}
.header-wrap {
    padding-right: 10px;
}
.header-menu-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}
.header-contact a {
    background-color: #232323;
    padding: 52px 20px;
    min-width: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -33px;
    color: #f7f7f7;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
}
.header-contact a:hover {
   background-color: #6E122A;
}
.header-contact:hover a {
    color: #f7f7f7;
}
.header-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #6E122A;
    height: 124px;
    width: 124px;
    border-radius: 100%;
    cursor: pointer;
    border: 10px solid #1A1A1A;
}
.menu-bar {
    width: 47px;
    height: 10px;
    position: relative;
    z-index: 1;
}
.menu-bar.is-active {
    margin-top: 0px;
    padding-top: 10px;
    height: 23px;
    position: relative;
    top: 0;
}
.menu-bar span {
    height: 1px;
    display: block;
    width: 47px;
    background-color: #f7f7f7;
    transition: all .3s cubic-bezier(.475, .425, 0, .995);
    margin-bottom: 9px;
}
.menu-bar span:last-child {
    margin-bottom: 0;
}
.header-menu.is-active span:nth-child(1) {
    transform: rotate(45deg);
    margin-bottom: 0;
    position: relative;
    top: 2px;
    width: 47px;
}
.header-menu.is-active span:nth-child(2) {
    transform: rotate(-48deg);
    width: 47px;
}
.parent-dropdown > ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    background-color: #6E122A;
    min-width: 170px;
    margin-top: 10px;
    margin-bottom: 0;
    z-index: 1;
    max-height: 0;
    overflow: hidden;
    transition: all 0.7s;
    opacity: 0;
    pointer-events: none;
    list-style: none;
    padding: 0;
    max-height: 120px;
    overflow-y: auto;
}
.parent-dropdown > ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown > img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 10px;
    position: relative;
    left: 0px;
    top: 0px;
    filter: brightness(1) invert(0);
}
.parent-dropdown > img{
    filter: brightness(0) invert(1);
}
.parent-dropdown.open ul {
    max-height: 200px;
    opacity: 1;
    pointer-events: all;
}
.parent-dropdown.open img {
    transform: rotate(180deg);
}
.parent-dropdown {
    position: relative;
    padding-right: 12px;
    cursor: pointer;
    padding-bottom: 12px;
}
.parent-dropdown > ul > li {
    font-size: 1.6rem;
    position: relative;
    text-align: center;
    line-height: normal;
    margin-bottom: 0;
    padding-left: 0;
}
.parent-dropdown > ul > li > a {
    color: #f7f7f7;
    padding: 10px 17px;
    border-bottom: 1px solid #f7f7f7;
    display: block;
}
.parent-dropdown > ul > li > a {
    color: #f7f7f7;
}
.parent-dropdown > ul > li:last-child > a {
    border-bottom: 0;
}
.parent-dropdown > ul > li > a:hover {
    color: rgba(247, 247, 247, 0.5);
}
.header-area-atv .header-logo::after,
.header-area-atv .header-nav {
    display: none;
}
.header-area-atv .header-mid {
    justify-content: center;
    padding: 55px 0 39px;
}
/****mega-menu****/
.mega-menu-img {
    height: 100%;
    position: relative;
    overflow: hidden;
}
.mega-menu-img:hover img {
    transform: scale(1.1);
}
.mega-menu-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mega-menu-img h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 70px 40px;
}
.mega-menu-img img {
    height: 100%;
    object-fit: cover;
}
.mega-menu-nav .header-nav .parent-dropdown li a::after {
    display: none !important;
}
.mega-menu-nav .header-nav {
    display: flex;
}
.mega-menu-nav .header-nav ul {
    padding: 0;
    margin: 0;
}
.mega-menu-nav .header-nav .left_nav {
    position: relative;
}
.mega-menu-nav .header-nav .left_nav::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(247, 247, 247, 0.4);
    width: 1px;
    height: 100%;
}
.mega-menu-nav .header-nav .left_nav {
    padding-right: 20px;
    margin-right: 42px;
}
.mega-menu-info-wrap {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    background-color: #232323;
    height: 100%;
    border-bottom: 1px solid rgba(247, 247, 247, 0.4);
}
.mega-menu-nav .header-nav > ul {
    flex-direction: column;
    gap: 0;
    align-items: self-start;
}
.mega-menu-nav .header-nav > ul li {
    font-family: 'Eurostile-BoldOblique';
    font-size: 4rem;
    color: #F7F7F7;
    line-height: 48px;
    padding: 30px 38px;
}
.mega-menu-nav .header-nav > ul li a {
    font-family: 'Eurostile-BoldOblique';
    font-size: 4rem;
    color: #F7F7F7;
    line-height: 48px;
    position: relative;
    text-transform: uppercase;
}
.mega-menu-nav .header-nav > ul li a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.mega-menu-nav .header-nav > ul li a::after {
    content: "";
    height: 20px;
    width: 20px;
    margin-left: 10px;
    background-image: url(../images/heading-dot.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
    display: inline-block;
}
.mega-menu-nav .header-nav > ul li:hover,
.mega-menu-nav .header-nav > ul li a:hover {
    color: #fff;
}
.mega-menu-nav .parent-dropdown > ul > li,
.mega-menu-nav .parent-dropdown > ul > li a {
    font-size: 1.6rem !important;
    line-height: 24px !important;
    letter-spacing: 0.32px !important;
}
.mega-menu-nav .parent-dropdown > ul > li a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.mega-menu-nav .header-nav .parent-dropdown > ul > li {
    padding: 0;
}
.mega-menu-left {
    background-color: #232323;
    margin-right: 30px;
}
.mega-menu-contact {
    display: flex;
    gap: 20px;
    margin-top: 0;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 42px 38px;
}
.each-mega-menu-contact h4 {
    font-family: 'Roboto-SemiBold';
    color: #f7f7f7;
}
.each-mega-menu-contact a {
    color: #f7f7f7;
}
.each-mega-menu-contact a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.each-mega-menu-contact td {
    color: #f7f7f7;
    font-family: 'Roboto-Regular';
    font-size: 1.6rem;
}
.each-mega-menu-contact td:first-child {
    padding-right: 50px;
}
.each-mega-menu-contact h4 {
    margin-bottom: 15px;
}
/* .mega-menu-overlay-active {
    background: linear-gradient(0deg, rgba(0, 17, 30, 0.10) 0%, rgba(0, 17, 30, 0.10) 100%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 98;
} */
.mega-menu {
    position: fixed;
    top: 128px;
    left: 0;
    width: 100%;
    padding: 0;
    clip-path: inset(0 0 100% 0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #1A1A1A;
    height: 100%;
}
.mega-menu.start {
    clip-path: inset(0 0 0 0);
}
.mega-menu.start2 {
    clip-path: inset(0 0 100% 0);
}
.mega-menu-flex{
    display: flex;
}
.mega-menu-wrap {
    position: relative;
    height: 676px;
    overflow-y: auto;
    overflow-x: clip;
    top: 62px;
}
.mega-menu-wrap .row {
    height: 100%;
}
.mega-menu-wrap .col-lg-7 {
    width: 60%;
    /* height: 100%; */
}
.mega-menu-wrap .col-lg-5 {
    width: 40%;
}
.mega-menu-wrap::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.mega-menu-wrap::-webkit-scrollbar-track {
    background: #1A1A1A;
}
.mega-menu-wrap::-webkit-scrollbar-thumb {
    background: #232323;
}
.header-nav-mobile {
    display: none !important;
}
/****fix-wp****/
.fix-wp {
    position: fixed;
    bottom: 10%;
    right: 20px;
    z-index: 97;
    height: 63px;
    width: 63px;
    background-color: #25D366;
    border-radius: 100%;
}
.fix-wp a {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.fix-wp img {
    width: 24px;
}
/****banner-sec****/
.banner-sec {
    position: relative;
    background-color: #1A1A1A;
    padding-top: 130px;
}
.banner-wrap {
	max-width: calc(100% - 1px);
}
/* .banner-video,.each-banner  {
	height: 788px;
} */

.banner-video, .each-banner {
    height: 788px;
    position: relative;
    z-index: 1;
}

.banner-video::after, .each-banner::after {
    position: absolute;
    content: "";
    background-color: #00000099;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.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;
	bottom: -3%;
	transform: translateY(-50%);
	width: 100%;
	left: 0;
	z-index: 1;
}
.banner-content h1 {
	margin-bottom: 30px;
}
.side-bar {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 104px;
	height: 100%;
	z-index: 1;
}
/******usp-marquee-sec*******/
.usp-marquee-sec {
	position: relative;
	overflow-x: clip;
	width: 100%;
	padding: 16px 0;
    background-color: #F7F7F7;
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 25px;
}
.usp-marquee-wrap ul {
	display: flex;
	gap: 25px; 
	padding: 0;
	margin: 0;
	list-style: none;
}
.usp-marquee-wrap li {
	white-space: nowrap;
	line-height: 40px;
	color: #1A1A1A;
	padding-left: 50px;
    letter-spacing: normal;
	position: relative;
    margin-bottom: 0;
    font-family: 'Eurostile-BoldOblique';
    font-size: 2.4rem;
}
.usp-marquee-wrap li::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(../images/usp-mark.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
}
/****product-sec****/
.product-sec {
    padding: 72px 0 30px;
    background-color: #F7F7F7 ;
    position: relative;
}
.product-sec .container {
    position: relative;
    z-index: 1;
}
.product-heading h2 {
    color: #1A1A1A;
}
.product-heading p {
    color: #1A1A1A;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}
.product-heading {
    margin-bottom: 58px;
}
.product-main {
    margin-bottom: 15px;
}
.product-tab-btn-wrap {
    text-align: center;
    display: flex;
    position: relative;
    /* column-gap: 20px; */
    background-color: #1A1A1A;
    flex-wrap: wrap;
}
.text-item {
    color: #F7F7F7;
    font-family: 'Roboto-Bold';
    font-size: 1.8rem;
    line-height: 26px;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    padding: 10px 48px;
    width: 50%;
}
.text-item.active {
    background-color: #6E122A;
}
.each-product-info-wrap {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;   
}
.each-product-info {
    background-color: #E8E8E8;
    padding: 22px 16px;
    /* display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px; */
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-info-top h5 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-info-top h6 {
    color: #1A1A1A;
    font-size: 1.6rem;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-info-table h6 {
    color: rgba(26, 26, 26, 0.5);
    font-size: 1.5rem;
    line-height: 24px;
    font-family: 'Roboto-Regular';
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-info-table h6 strong {
    font-weight: normal;
    color: #1A1A1A;
    font-family: 'Roboto-Medium';
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-info-table {
    border-top: 1px solid rgba(26, 26, 26, 0.3);
    padding-top: 18px;
    margin-top: 18px;
}
.each-product-info-table table {
    width: 100%;
}
.each-product-info-table tr {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.each-product-info-table td {
    width: 47%;
    position: relative;
    padding-left: 17px;
}
.each-product-info-table td::after {
    background-image: url(../images/product-bullet.svg);
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    height: 13px;
    width: 13px;
    background-size: 13px;
}
.product-price {
    background-color: #6E122A;
    padding: 10px 20px;
    position: relative;
    margin-right: 18px;
}
.product-price::after {
    content: '';
    position: absolute;
    right: -18px;
    top: 2px;
    background-image: url(../images/product-price-ring.svg);
    height: 40px;
    width: 40px;
    background-size: 40px;
}
.product-price h6 {
    font-family: 'Roboto-Light';
    font-size: 1.6rem;
    line-height: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-price h6 strong {
    font-weight: normal;
    font-family: 'Roboto-Medium';
}
.each-product {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover .product-price h6 {
    color: #F7F7F7;
}
.each-product:hover .each-product-info {
    background-color: #6E122A;
}
.each-product:hover .each-product-info-top h5,
.each-product:hover .each-product-info-top h6 {
    color: #F7F7F7;
}
.each-product:hover .each-product-info-table h6,
.each-product:hover .each-product-info-table h6 strong {
    color: #F7F7F7;
}
.each-product:hover .each-product-info-table {
	border-color: rgba(247, 247, 247, 0.3);
}
.each-product:hover .each-product-info-table td::after {
    background-image: url(../images/product-bullet-white.svg);
}
.product-btn {
    margin-top: 48px;
}
.product-btn ul {
    display: flex;
    gap: 10px;
    list-style-type: none;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0;
}
/****home-service****/
.home-service-heading-text{
    max-width: 595px;
}
.home-service-heading{
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 48px;
}
.home-service-heading .common-btn{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-service-heading .common-btn:hover {
    background-color: #FAFAFA;
    border-color: #FAFAFA;
    color: #1A1A1A;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-service-heading .common-btn::after{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-service-heading .common-btn:hover::after{
    background-color: #1A1A1A;
    background-image: url(../images/service-bullet-white.svg);
}
.home-service-heading h2{
    padding-bottom: 27px;
}
.home-service-sec{
    padding-bottom: 120px;
    position: relative;
    padding-top: 145px;
}
.home-service-sec .sec-pattern::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(107deg, #1A1A1A 0%, rgba(26, 26, 26, 0.95) 100.93%);
}
.home-service-sec .sec-pattern{
    z-index: -1;
}
.each-service-small-img{
    height: 286px;
    position: relative;
    overflow: hidden;
}
.each-service-small-img img{
    height: 100%;
    object-fit: cover;
}
.each-service-mid-area{
    position: relative;
    overflow: hidden;
}
.each-home-service-area img{
    overflow: hidden;
    transition: ease 0.8s;
    -webkit-transition: ease 0.8s;
    height: 100%;
    object-fit: cover;
}
.each-home-service-area:hover img{
    transform: scale(1.1);
    transition: ease 0.8s;
    -webkit-transition: ease 0.8s;
}
.each-home-service-area .each-service-small-img::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(26, 26, 26, 0.59) 0%, rgba(26, 26, 26, 0.59) 100%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
}
.each-home-service-area:hover .each-service-small-img::after{
    opacity: 1;
}
.each-home-service-area:hover .each-service-mid-area-wrap{
    top: 10px;
    position: relative;
    transition: ease 0.8s;
    -webkit-transition: ease 0.8s;
}
.each-home-service-area .each-service-mid-area-wrap{
    transition: ease 0.8s;
    -webkit-transition: ease 0.8s;
    position: relative;
    top: 0;
} 
.each-service-big-img{
    overflow: hidden;
    height: 100%;
}
.more-btn .txt-btn{
    position: relative;
    background: #232323;
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 0 55px 55px 0;
    padding-left: 24px;
}
.more-btn.big-btn .txt-btn{
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 42px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.more-btn{
    margin-top: 10px;
}
.more-btn.big-btn .txt-btn::after{
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: -1px;
    position: absolute;
    border-radius: 100px;
    height: 82px;
    width: 82px;
    background: #6E122A;
    background-image: url(../images/service-bullet.svg);
    background-size: 36px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 6px solid #1A1A1A;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.more-btn .txt-btn::after{
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: -1px;
    position: absolute;
    border-radius: 100px;
    height: 59px;
    width: 59px;
    background: #6E122A;
    background-image: url(../images/service-bullet.svg);
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 6px solid #1A1A1A;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-home-service-area:hover .more-btn .txt-btn{
    background: #6E122A;
    color: #F7F7F7;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-top-info{
    background: #232323;
    padding: 68px 125px 10px 42px;
}
.each-service-top-info h3{
    padding-bottom: 25px;
}
.each-service-top-info p{
    margin-bottom: 58px;
}
.each-service-top-info p:last-child{
    margin-bottom: 0;
}
.home-service-main .row{
    row-gap: 24px;
}
.each-service-hidden-text {
    width: 100%;
    position: absolute;
    bottom: -28%;
    left: 0;
    padding: 25px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
}
.each-service-hidden-text p {
    color: rgba(255, 255, 255, 0.80);
    margin-top: 10px;
    margin-bottom: 0;
    width: 100%;
    max-width: 430px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3lh;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-home-service-area:hover .each-service-hidden-text p {
    opacity: 1;
}
.each-home-service-area:hover .each-service-hidden-text {
    bottom: 0%;
}
.each-home-service-area .col-lg-6{
    padding-left: 5px;
    padding-right: 5px;
}
.each-home-service-area .row{
    margin-left: -5px;
    margin-right: -5px;
}
/****about-sec****/
.about-sec {
    position: relative;
    overflow: hidden;
    background-color: #F7F7F7;
}
.about-sec .sec-pattern::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(107deg, #F7F7F7 0%, rgba(247, 247, 247, 0.93) 46.94%, #F7F7F7 100%);
}
.about-info h3{
    color: #1A1A1A;
    z-index: 1;
    position: relative;
    padding-bottom: 25px;
}
.about-info h2{
    color: #1A1A1A;
    z-index: 1;
    position: relative;
    padding-bottom: 35px;
}
.about-info  p {
    color: #1A1A1A;
    z-index: 1;
    position: relative;
    /* margin-bottom: 0; */
}
.about-info{
    width: 50%;
}
.about-right-img{
    width: 50%;
}
.about-info.left-text p{
    max-width: 467px;
}
.about-info p{
    max-width: 596px;
    padding-right: 30px;
}
.about-info{
    padding: 150px 0 120px;
}
.about-top {
    display: flex;
}
.about-right-img{
    position: relative;
}
.about-info.left-text .common-btn{
    margin-top: 60px;
}
.about-right-img img{
    height: 100%;
    object-fit: cover;
}
.about-right-img{
    height: 100%;
}
.circle-box {
    position: absolute;
    left: 0;
    bottom: -175px;
    transform: translateX(-50%);
    width: 473px;
    height: 473px;
    border-radius: 50%;
    background: #6E122A;
    color: #F7F7F7;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border: 12px solid #F7F7F7;
    z-index: 2;
}
.circle-box p{
    max-width: 315px;
    margin-left: auto;
    margin-right: auto;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.circle-box::after{
    background-image: url(../images/circle-icon.svg);
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
    width: 27px;
    height: 27px;
    background-position: center;
    background-size: 27px;
    background-repeat: no-repeat;
}
.circle-box h6{
    font-size: 1.6rem;
    font-family: 'Roboto-BoldItalic';
    line-height: 24px;
    color: #F7F7F7;
}
.about-bottom {
    display: flex;
    position: relative;
}
.about-bottom::after{
    content: "";
    top: 0;
    width: 100vw;
    margin-left: 0;
    left: 50%;
    background:  #D5D5D5;
    position: absolute;
    height: 100%;
}
.about-bottom::before{
    content: "";
    top: 0;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    background: #E8E8E8;
    position: absolute;
    height: 100%;
}
.about-bottom .about-bottom-left {
    position: relative;
}
.about-bottom .about-bottom-left::after{
    content: "";
    top: 0;
    left: -27%;
    width: 100%;
    background: #E8E8E8;
    position: absolute;
    height: 100%;
    display: none;
}
.about-bottom .about-bottom-right {
    position: relative;
}
.about-bottom .about-bottom-right {
    max-width: 596px;
    margin-left: 95px;
    padding: 183px 10px 100px 10px;
}
.sec-pattern.mobile-about-merk{
    display: none;
}
.about-right-img img{
    position: relative;
    width: 50vw !important;
    left: 0;
    margin-left: 0;
}
/****home-mid-sec****/
.each-home-mid {
    height: 768px;
}
.each-home-mid img {
    height: 100%;
    object-fit: cover;
}
/****google-review****/
.google-review-sec {
    padding: 87px 0 118px;
}
/****footer-sec****/
.footer-area{
    padding-top: 125px;
    padding-bottom: 30px;
}
.footer-info-area{
    display: flex;
    column-gap: 130px;
}
.each-footer-info h4{
    color: #F7F7F7;
    font-family: 'Roboto-SemiBold';
    margin-bottom: 10px;
}
.each-footer-info p{
    margin-bottom: 0;
}
.footer-top-right{
    border: 1px solid rgba(30, 27, 27, 0.26);
    background: #232323;
    display: flex;
    align-items: center;
    padding: 14px 17px;
    column-gap: 22px;
    max-width: 517px;
    margin-left: auto;
}
.footer-top-man-img {
    width: 106px;
    height: 106px;
    flex-shrink: 0;
}
.footer-top-man-img img {
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}
.footer-top-man-info h4{
    color: #F7F7F7;
    font-family: 'Roboto-Regular';
    line-height: normal;
    padding-bottom: 5px;
}
.footer-top-man-info p{
    margin-bottom: 0;
    margin-bottom: 3px;
}
.footer-top-man-info p:last-child{
    margin-bottom: 0;
}
.footer-top-man-info p a{
    color: #F7F7F7;
    margin-left: 20px;
}
.each-footer-info p a:hover{
    color: #6E122A;
}
.footer-top-man-info p a:hover{
    color: #6E122A;
}
.footer-mid-logo img{
    width: 285px;
}
.footer-mid-area {
    padding-bottom: 120px;
}
.footer-mid-area .col-lg-7{
    width: 65%;
}
.footer-mid-area .col-lg-5{
    width: 35%;
}
.footer-wp {
    max-width: 274px;
    width: 100%;
}
.footer-mid-area{
    margin-top: 40px;
}
.footer-wp a {
    border-radius: 41px;
    background-color: rgba(37, 211, 102, 0.30);
    display: flex;
    align-items: center;
    padding: 10px;
}
.footer-wp-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #25D366;
    height: 63px;
    width: 63px;
    border-radius: 100%;
    margin-right: 18px;
}
.footer-wp-img img {
    width: 24px;
}
.footer-wp-text h6 {
    color: #F7F7F7;
    font-size: 1.4rem;
    line-height: 20px;
    font-family: 'Roboto-Medium';
}
.footer-wp-text p {
    color: #F7F7F7;
    margin: 0;
    font-family: 'Roboto-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-wp:hover a {
    background-color: rgba(37, 211, 102, 0.50);
}
.footer-btn-logo img{
    width: 285px;
}
.footer-social-icon ul{
    list-style: none;
    display: flex;
    justify-content: end;
    column-gap: 12px;
    margin-bottom: 0;
}
.footer-social-icon li a {
    width: 35px;
    height: 35px;
    border-radius: 100px;
    border: 1px solid #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social-icon li a img{
    width: 11px;
}
.footer-social-icon li a:hover {
    background-color: #6E122A;
    border-color: #6E122A;
}
.footer-btn-area{
    border-top: 1px solid rgba(255, 255, 255, 0.40);
    padding-top: 29px;
}
.footer-privacy a:hover{
    color: #6E122A;
}
.each-footer-info td{
    font-size: 1.6rem;
    font-family: 'Roboto-Regular';
    line-height: 24px;
    color: #F7F7F7;
}
.each-footer-info td:last-child {
    padding-left: 14px;
}
.footer-privacy a{
    font-size: 1.6rem;
    line-height: normal;
    font-family: 'Inter-Regular';
}
/* ---------- AANBOD LIST PAGE START ------------------ */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 212px 0 87px;
    position: relative;
}
.aanbod-product-area {
    position: relative;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 4;
}
.filter-reset a {
    color: #F7F7F7;
    font-size: 1.6rem;
    font-family: 'Roboto-Regular';
    line-height: 24px;
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #6E122A;
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 50px;
    color: #F7F7F7;
    font-family: 'Roboto-SemiBold';
    font-size: 1.6rem;
    border-radius: 100px;
    border: 1px solid #F7F7F7;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg) #1A1A1A no-repeat 91% center / 13px;
    appearance: none;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.aanbod-filter-sec .select-style:hover{
    border-color: #6E122A;
    background-color: #6E122A;
    color: #F7F7F7;
}
.aanbod-filter-sec .select-style.show {
    border-radius: 5px 5px 0 0;
    border-color: #6E122A;
    background-color: #6E122A;
    color: #F7F7F7;
}
.filter-wrap, 
.clear-filter-main-wrap {
    width: 100%;
}
.filter-wrap .row{
    row-gap: 20px;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'Roboto-Regular';
	background-color: #1A1A1A;
}
.filter-content {
    display: none;
    background-color: #F7F7F7;
    padding: 10px 10px 15px;
    z-index: 3;
    border: 1px solid #6E122A;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
    cursor: default;
    max-height: 230px;
    overflow-y: auto;
    /* z-index: 999; */
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #1A1A1A;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'Roboto-Regular';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #F7F7F7;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #1D1D1B;
    background-color: #F7F7F7;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #6E122A;
    border-color: #6E122A;
    background-image: url(../images/check-tick-white.svg);
    background-size: 14px;
    background-position: center center;
    background-repeat: no-repeat;
}
.auto-overview-tag {
    margin-right: 5px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #F7F7F7;
    border-radius: 50px;
    background-color: #6E122A;
    font-family: 'Roboto-Regular';
    font-size: 1.4rem;
    border: 1px solid #6E122A;
    flex-direction: row-reverse;
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.auto-overview-tag:hover img {
    filter: invert(1);
}
.auto-overview-tag:hover {
    background-color: #F7F7F7;
    color: #1D1D1B;
    border-color: #1D1D1B;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 20%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
	font-family: 'Roboto-Regular';
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #F7F7F7;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 84px;
    background-color: #1A1A1A;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
    font-family: 'Roboto-Regular';
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 50px;
    background-color: #6E122A;
    border-color: #6E122A;
    text-transform: capitalize;
    color: #F7F7F7;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn::after {
    display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color: #F7F7F7;
    border-color: #F7F7F7;
    color: #1A1A1A;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #1A1A1A;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #1A1A1A;
	margin-left: 30px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    display: none;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 3;
    background-color: #1A1A1A;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    margin-left: auto;
    border: 1px solid #F7F7F7;
}
.mobile-filter-close span img {
	width: 9px;
}
.auto-overview-filter-result .total_search_records {
    margin-top: 0;
    background-color: #6E122A;
    border: 1px solid #6E122A;
    color: #F7F7F7;
    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::after {
    display: none;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #F7F7F7;
    color: #1A1A1A;
    border-color: #F7F7F7
}
.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: 'Roboto-Regular';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 215px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.show_selected_filter_cls {
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
}
/****aanbod-range-filter****/
.aanbod-range-filter label {
    font-size: 1.6rem;
}
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color: #6E122A;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(110, 18, 42, 0.4);
    border-color: rgba(110, 18, 42, 0.4);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #6E122A;
}
.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: #F7F7F7;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 5px;
    border: 1px solid #1D1D1B;
    padding: 8px;
    background-color: #F7F7F7;
    width: 100px;
    color: #1D1D1B;
    font-size: 1.6rem;
    line-height: normal;
}
.mob-filter-visible {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 15px;
    margin: 0 auto;
    max-width: 510px;
    width: 100%;
}
.filter-sort {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}
.mob-filter-visible h6 {
    color: #F7F7F7;
    font-size: 1.6rem;
    line-height: normal;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #6E122A;
}
.range-block label {
    color: #F7F7F7;
}
.voertuigsoort-filter .filter-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0;
    padding: 0;
    gap: 30px;
    background: transparent;
    overflow-y: clip;
    border: 0;
}
.voertuigsoort-filter .select-style {
    display: none;
}
.voertuigsoort-filter label {
    margin-bottom: 0;
    padding: 9px 36px 9px;
    background-color: #232323;
    position: relative;
    font-family: 'Roboto-Bold';
    line-height: 26px;
    font-size: 1.8rem;
    color: #f7f7f7;
}
.voertuigsoort-filter label span {
    float: right;
    color: #F7F7F7;
    opacity: 0.65;
    margin-right: 15px;
}
.voertuigsoort-filter .form-check-input {
    display: none;
}
.voertuigsoort-filter label::after {
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    position: absolute;
    border-radius: 100px;
    height: 46px;
    width: 46px;
    background: #6E122A;
    background-image: url(../images/service-bullet.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 4px solid #1A1A1A;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.voertuigsoort-filter label.active {
    background: #6E122A;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/* ******aanbod-list-product-sec****** */
.aanbod-list-product-sec .text-item::after{
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: -2px;
    position: absolute;
    border-radius: 100px;
    height: 46px;
    width: 46px;
    background: #6E122A;
    background-image: url(../images/service-bullet.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 4px solid #1A1A1A;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.text-item:hover {
    background: #6E122A;
    color: #F7F7F7;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-list-product-sec .text-item:hover {
    background: #6E122A;
    color: #F7F7F7;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-list-product-sec .text-item.active{
    background: #6E122A;
    color: #F7F7F7;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-list-product-sec .text-item{
    position: relative;
    background-color: #232323;
    padding: 13px 36px 11px;
    border-radius: 0 30px 30px 0;
    display: block;
    font-family: 'Roboto-Bold';
    line-height: 26px;
    font-size: 1.8rem;
}
.aanbod-list-product-sec .product-main {
    margin-bottom: 40px;
}
.aanbod-list-product-sec {
    position: relative;
    background: #1A1A1A;
    padding-bottom: 120px;
}
/* .aanbod-product-area .each-product-info {
    height: 100% !important;
} */
.aanbod-list-product-sec .product-price::after {
    content: '';
    position: absolute;
    right: -22px;
    top: 2px;
    background-image: url(../images/aanbod-product-price-ring.svg);
    height: 40px;
    width: 40px;
    background-size: 40px;
}
.aanbod-product-area .row{
    row-gap: 25px;
}
/* ------------- AANBOD LIST END ----------- */
/* ----------- DIENS DTL START -------------- */
/* ******diens-dtl-top-sec**** */
.diens-dtl-top-sec::after{
    content: "";
    bottom: -146px;
    left: 0;
    width: 100%;
    height: 145px;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0.03) 0%, #1A1A1A 100%);
    position: absolute;
    z-index: 1;
}
.diens-dtl-top-sec {
    position: relative;
    padding: 205px 0 55px;
    padding-top: 170px;
}
.diens-dtl-top-sec .sec-pattern{
    height: calc(100% +  100px);
}
.diens-dtl-top-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 56.5%;
    height: 100%;
}
.diens-dtl-top-img img{
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}
.diens-dtl-top-text{
    padding: 0px 0px 0px 20px;
    position: relative;
    z-index: 2;
    max-width: 616px;
    margin-left: auto;
}
.diens-dtl-top-text h3{
    padding-bottom: 25px;
}
.each-service-top-info strong {
    display: block;
    margin-bottom: 18px;
    font-family: 'Roboto-Bold';
}
/* ******diens-mid-sec******* */
.diens-mid-sec{
    padding-top: 142px;
    position: relative;
    z-index: 1;
}
.diens-mid-heading{
    padding-bottom: 67px;
}
.diens-mid-wrap td h5{
    padding-bottom: 14px;
    color: #F7F7F7;
    margin-left: -38px;
}
.diens-mid-wrap td p{
    margin-bottom: 0;
}
.diens-mid-wrap  table{
    width: 100%;
}
.diens-mid-wrap td {
    width: 32.1%;
    background: #232323;
    border: 1px solid #232323;
    padding: 88px 80px 88px;
    transition: .5s;
    -webkit-transition: .5s;
}
.diens-mid-wrap td:hover{
    border: 1.5px solid #6E122A;
    transition: .5s;
    -webkit-transition: .5s;
}
.diens-mid-wrap tr {
    display: flex;
    column-gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
.diens-mid-wrap td h5::before {
    content: "";
    height: 26px;
    width: 26px;
    margin-right: 12px;
    margin-bottom: -6px;
    background-image: url(../images/heading-dot.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 26px;
    display: inline-block;
}
/*****form-sec*******/
.form-sec {
    position: relative;
    padding: 124px 0 120px;
    background-color: #1D1D1B;
}
.sec-pattern.form-merk-mobile{
    display: none;
}
.form-sec .form-group{
    margin-bottom: 24px;
}
.form-sec .container {
    position: relative;
    z-index: 1;
}
.form-heading {
    max-width: 557px;
    width: 100%;
    margin: 0 auto 32px;
    text-align: center;
}
.form-heading h2 em{
    font-style: normal;
}
.form-heading h2 {
    color: #1A1A1A;
    padding-bottom: 45px;
}
.form-heading h2::after{
    display: none;
}
.form-heading p {
    color: #0C0A00;
    margin-bottom: 49px;
}
.each-form-info a {
    border: 1px solid rgba(12, 10, 0, 0.10);
    border-radius: 0 80px 80px 0;
    background-color: #E8E8E8;
    padding: 24px 100px 24px 24px;
    display: block;
}
.each-form-info {
    margin-bottom: 24px;
    position: relative;
}
.each-form-info:last-child {
    margin-bottom: 0;
}
.each-form-info:last-child a{
    padding: 24px 100px 10px 24px;
    border-radius: 0 125px 125px 0;
}
.each-form-info::after {
    content: "";
    width: 160px;
    height: 160px;
    /* background-color: #6E122A; */
    /* border: 6px solid #F7F7F7; */
    border-radius: 160px;
    background-image: url(../images/form-round-img.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 165px;
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    pointer-events: none;
}
/* .each-form-info:hover::after {
    background-color: #1A1A1A;
    background-image: url(../images/form-round.svg);
} */
.each-form-info-top {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 32px;
}
.each-form-info-top strong {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.each-form-info-top h4 {
    color: #1A1A1A;
}
.each-form-info p {
    color: #1A1A1A;
    font-family: 'Roboto-SemiBold';
    margin-bottom: 0;
}
.each-form-info p a {
    color: #F2F0EF;
}
.each-form-info p a:hover {
    color: #F2F0EF;
}
.each-form-info:hover p {
    color: #6E122A;
}
.form-block {
    border: 1px solid rgba(12, 10, 0, 0.10);
    background-color: #E8E8E8;
    padding: 32px;
    height: 100%;
}
.form-block .row {
    margin: 0 -12px;
}
.form-block .col-lg-6,
.form-block .col-lg-12 {
    padding: 0 12px;
}
.form-block .form-style {
	resize: none;
    border: 1px solid rgba(242, 240, 239, 0.20);
    font-family: 'Roboto-Regular';
    color: #6E122A;
    font-size: 1.6rem;
    padding: 24px;
	background-color: #D5D5D5;
}
.form-block .form-style:placeholder {
	color: #1A1A1A;
}
.form-block .form-style:-ms-input-placeholder {
	color: #1A1A1A;
}
.form-block .form-style::placeholder {
	color: #1A1A1A;
}
.form-block .form-style.foto_upload,
.form-block .form-style.photo_upload {
	color: #1A1A1A;
}
.form-block .form-style:focus {
    box-shadow: none;
	border-color: #6E122A;
    color: #6E122A;
    background-color: #D5D5D5
}
.form-block .form-style:focus::placeholder {
    color: #6E122A;
}
.form-block textarea.form-style {
    height: 196px;
}
.form-block .common-btn {
    width: 100%;
}
.form-sec .col-lg-5 {
    width: 36%;
    padding: 0 12px;
}
.form-sec .col-lg-7 {
    width: 64%;
    padding: 0 12px;
}
.form-sec .row {
    margin: 0 -12px;
}
/* *******related-service-sec****** */
.related-service-sec{
    position: relative;
    padding-top: 129px;
    padding-bottom: 120px;
}
.related-service-heading{
    position: relative;
    padding-bottom: 66px;
}
.related-service-sec .more-btn {
    margin-bottom: 15px;
}
/* -------------- DIENS DTL END ---------------  */

/* -------- DIENS LIST PAGE START -------------- */ 
/***inner-banner-sec***/
.inner-banner-sec {
    position: relative;
    padding-top: 129px;
}
.inner-banner-img {
    height: 100%;
}
.inner-banner-img img {
    height: 100%;
    object-fit: cover;
}
.inner-banner-content {
    width: 100%;
    bottom: 90px;
    left: 0;
    position: absolute;
}
.inner-banner-sec .sec-pattern{
    z-index: -1;
}
/* *****diens-service-list-sec***** */
.diens-service-list-sec{
    padding-top: 80px;
    padding-bottom: 120px;
}
.each-diens-service-list{
    margin-bottom: 24px;
}
.diens-service-list-sec .each-diens-service-list:last-child{
    margin-bottom: 0;
}
.diens-service-list-sec  .each-service-top-info p {
    margin-bottom: 30px;
}
.diens-service-list-sec  .each-service-top-info ul{
    margin-bottom: 0;
    padding-left: 24px;
}
.diens-service-list-sec  .each-service-top-info li{
    font-size: 1.6rem;
    line-height: 24px;
    color: #F7F7F7;
    font-family: 'Roboto-Regular';
}
.diens-service-list-sec  .each-service-top-info h6{
    font-size: 1.6rem;
    line-height: 24px;
    color: #F7F7F7;
    font-family: 'Roboto-Regular';
    padding-bottom: 15px;
}
.diens-service-list-sec .each-service-top-info {
    padding: 68px 125px 20px 42px;
}
/* ---------- DIENS LIST PAGE END ---------------  */
/* -------- CONTACT PAGE START ---------  */
.map-img {
    height: 620px;
    overflow: hidden;
}
/* ------ VACATURE PAGE START ------  */
/* ****vacature-mid-sec*** */
.vacature-mid-sec .diens-mid-wrap td{
    width: 49%;
}
.vacature-mid-sec .diens-mid-wrap tr{
    column-gap: 24px;
}
.vacature-mid-sec .diens-mid-wrap td li{
    font-size: 1.6rem;
    line-height: 34px;
    color: #F7F7F7;
    font-family: 'Roboto-Regular';
}
.diens-dtl-top-text h6 {
    font-family: 'Roboto-Bold';
    margin-bottom: 23px;
    font-size: 1.6rem;
    line-height: 24px;
    margin-top: 55px;
}
.diens-dtl-top-text p{
    margin-bottom: 25px;
}
.diens-mid-sec.vacature-mid-sec{
    padding-bottom: 0;
}
.vacature-mid-sec .diens-mid-wrap td ul{
    margin-bottom: 0;
}
/* ------ VERKOCHT PAGE START ------ */
.verkocht-top-sec{
    padding-top: 238px;
    padding-bottom: 105px;
}
.verkocht-top-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 15px;
}
.verkocht-product-area .product-price::after{
    display: none;
}
.verkocht-product-area .product-price{
    border-radius: 0 20px 20px 0;
    margin-right: 0;
} 
.verkocht-product-area .each-product:hover .each-product-info {
    background-color: #E8E8E8;
}
.verkocht-product-area .each-product:hover .each-product-info-top h5, .verkocht-product-area .each-product:hover .each-product-info-top h6 {
    color: #1A1A1A;
}
.verkocht-product-area .each-product:hover .each-product-info-table h6, .verkocht-product-area .each-product:hover .each-product-info-table h6 strong {
    color: #1A1A1A;
}
.verkocht-product-area .each-product:hover .each-product-info-table td::after {
    background-image: url(../images/product-bullet.svg);
}
.verkocht-product-area  .each-product:hover .each-product-info-table {
    border-top: 1px solid rgba(26, 26, 26, 0.3);
}
.verkocht-product-area .row{
    row-gap: 25px;
}
/* ------------------- VERKOCHT PAGE END -----------  */
/* ============================================== popup ============================================== */
.modal-area .modal-dialog {
    max-width: 77%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(26, 26, 26, 0.50);
    backdrop-filter: blur(6px);
}
.modal-area .modal-content {
    border: 0;
    background-color: #F7F7F7;
    position: relative;
}
.modal-content .col-lg-5 {
    width: 41%;
}
.modal-content .col-lg-7 {
    width: 59%;
}
.modal-area .popup-content p {
    color: #181918;
}
.modal-area .popup-content h4 strong {
    color: #6E122A;
    font-weight: normal;
}
.modal-area .popup-content h4 {
    position: relative;
    margin-top: 50px;
    margin-bottom: 46px;
}
.modal-area .popup-content h4::after {
    content: "";
    height: 12px;
    width: 12px;
    margin-left: 10px;
    background-image: url(../images/heading-dot.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px;
    display: inline-block;
}
.pop-up-image {
    height: 100%;
}
.pop-up-image img {
    height: 100%;
    object-fit: cover;
}
.modal-area .popup-content ul {
    margin: 15px 0 30px;
    list-style-type: none;
    padding-left: 15px;
}
.modal-area .popup-content li {
    position: relative;
    color: #181918;
    line-height: 34px;
    padding-left: 12px;
}
.modal-area .popup-content {
    padding: 90px 35px;
    position: relative;
}
.modal-area .popup-content p:last-child {
    margin-bottom: 0;
}
.modal-area .popup-content li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    background-size: 5px;
    height: 5px;
    width: 5px;
    background-color: #181918;
    border-radius: 50px;
}

/* ----------- AANBOD DTL PAGE START -------------- */
/**** aanbod-top-sec ****/
.aanbod-top-sec {
    position: relative;
    padding-top: 147px;
}
.aanbod-top-mark {
    position: absolute;
    top: -31%;
    right: 0;
    pointer-events: none;
}
.mob-aanbod-top-mark {
    display: none;
}
.aanbod-top-sec .col-lg-7 {
    width: 55%;
}
.aanbod-top-sec .col-lg-5 {
    width: 45%;
}
.aanbod-top-slider {
    position: relative;
    height: 100%;
}
.each-aanbod-top-slider-img {
    height: 100%;
}
.each-aanbod-top-slider-img img {
    height: 100%;
    object-fit: cover;
}
.aanbod-top-slider .common-arrow {
    top: 36%;
}
.aanbod-top-left-part{
    background: #232323;
    padding: 42px 48px;
}
.aanbod-top-left-price{
    background: #1A1A1A;
    padding: 24px 26px;
}
.aanbod-top-left-top {
    overflow: hidden;
    margin-bottom: 7px;
}
.aanbod-top-left-title h2 {
    color: #F7F7F7;
}
.aanbod-top-left-title P {
    color: #F7F7F7;
    margin-top: 12px;
    margin-bottom: 12px;
}
.aanbod-top-left-car-info {
    position: relative;
    padding: 16px 0;
}
.aanbod-top-left-car-info table{
    width: 100%;
}
.aanbod-top-left-car-info::after {
    top: auto;
    bottom: 0;
}
.aanbod-top-left-car-info tr {
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
    column-gap: 16px;
}
.aanbod-top-left-car-info td {
    background: #1A1A1A;
    width: 48%;
    padding: 24px;
}
.aanbod-top-left-car-info td h5 {
    color: #F7F7F7;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'Roboto-Regular';
    padding-bottom: 37px;
    position: relative;
    padding-left: 16px;

}
.aanbod-top-left-car-info td h5::before {
    content: "";
    height: 13px;
    width: 13px;
    margin-right: 5px;
    background-image: url(../images/heading-dot.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 13px;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0;
}
.aanbod-top-left-car-info td p {
    color: #F7F7F7;
    font-family: 'Roboto-Medium';
    margin-bottom: 0;
}
.aanbod-top-left-price h4 {
    color: #F7F7F7;
}
.aanbod-top-left-price h4 strong {
    color: #F7F7F7;
    opacity: 0.5;
    font-weight: normal;
    margin-left: 5px;
}
.aanbod-top-left-price h2 {
    margin-bottom: 10px;
}
.mob-tab-top-sec {
    display: none;
}
.aanbod-top-thumb-slider{
    margin-top: 16px;
}
.aanbod-top-sec .sec-pattern{
    z-index: -1;
}
.aabod-dtl-btn-area{
    margin-top: 30px;
}
.aabod-dtl-btn-area ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
    column-gap: 24px;
    padding-left: 0;
}
.aabod-dtl-btn-area ul li button{
    width: 100%;
    display: inline-flex;
}
.aabod-dtl-btn-area ul li button.common-btn.black-btn{
    background: #232323;
}
.aabod-dtl-btn-area ul li button.common-btn.black-btn:hover{
    background-color: #6E122A;
    border: 1px solid #6E122A;
}
.aabod-dtl-btn-area ul li button.common-btn:hover{
    background: #232323;
    border-color: #232323;
}
.aabod-dtl-btn-area ul li{ 
    width: 33.33%;
}
/**************dtl-tab-sec*********/
.dtl-tab-sec {
	position: relative;
	overflow: hidden;
    padding-top: 110px;
    padding-bottom: 125px;
    margin-top: -20px;
}
.dtl-tab-sec .sec-pattern{
    z-index: -1;
}
.tab-btn ul.tabs li {
    position: relative;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 2.4rem;
    color: #D5D5D5;
    font-family: 'Eurostile-BoldOblique';
    line-height: 40px;
    letter-spacing: 0;
    transition: all 0.5s;
    -webkit-transition:  all 0.5s;
}
.tab-btn .tabs li.active {
    color: #6E122A;
}
.tab-btn .tabs {
    display: flex;
    justify-content: left;
    width: 100%;
    column-gap: 74px;
    padding: 10px 0 11px;
    margin-bottom: 37px;
    border-bottom: 2px solid #232323;
}
.tab-btn ul.tabs li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 51px;
    background-color: #6E122A;
    height: 2px;
    border-radius: 0;
    width: 0;
    transition: all 0.5s;
}
.tab-btn ul.tabs li:hover{
    color: #6E122A;
}
.tabs li::before {
    display: inline-block;
    /* content: url(../images/tab-arrow.svg); */
    content: "";
    background-image: url(../images/tab-arrow.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    /* position: relative; */
    top: 0;
    left: calc(100% + 16px);
    background-color: transparent;
    width: 16px;
    height: 100%;
    /* height: auto; */
    /* transition: 0.5s; */
    position: absolute;
}
.aanbod-contact-info-wrap{
    display: flex;
    column-gap: 12px
}
.tab-btn ul.tabs li:hover::before{
    filter: brightness(0) saturate(100%) invert(14%) sepia(39%) saturate(3538%) hue-rotate(320deg) brightness(93%) contrast(103%);
} 
.tab-btn .tabs li.active::before {
    transform: rotate(90deg);
    opacity: 1;
    top: 0;
    filter: brightness(0) saturate(100%) invert(14%) sepia(39%) saturate(3538%) hue-rotate(320deg) brightness(93%) contrast(103%);
}
.kenmerken-tab td {
    padding: 16px 30px 16px 23px;
    width: 30%;
    border-bottom: 1px solid rgba(29, 29, 27, 0.30);
    flex-shrink: 0;
    background: #282828;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.kenmerken-tab tr {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 12px;
}
.kenmerken-tab td:hover {
    background: #6E122A;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.kenmerken-tab p{
    margin-bottom: 0;
    color: #D5D5D5;
}
.aanbod-contact-img{
    width: 67px;
    height: 64px;
    flex-shrink: 0;
}
.aanbod-contact-img img{
    border-radius: 67px;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    overflow: hidden;
}
.tab-right-top-part{
    border-radius: 0;
    background: #3C3C3C;
    padding: 12px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.tab-right-btm-part{
    border-radius: 0 ;
    padding: 20px 15px 11px;
}
.tab-right-btm-part ul{
    margin-bottom: 0;
    padding-left: 0;
}
.tab-right-btm-part ul li{
    padding-bottom: 10px;
    position: relative;
    display: flex;
    align-items: center;
}
.tab-right-btm-part ul li::after{
    content: "";
    bottom: 7px;
    left: -20px;
    width: calc(100% + 40px);
    position: absolute;
    background-color: rgba(47, 47, 47, 0.20);
    height: 1px;
}
.tab-right-btm-part img {
    margin-right: 10px;
}
.tab-area .col-lg-8{
    width: 71.5%;
}
.tab-area .col-lg-4{
    width: 28.5%;
}
.aanbod-contact-info h5{
    color: #F7F7F7;
    letter-spacing: 0;
    font-family: 'Roboto-Bold';
}
.aanbod-contact-info a{
    color: #D5D5D5;
    font-size: 1.6rem;
    line-height: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-contact-info a:hover{
    color: rgba(255, 255, 255, 1);
}
.tab-right-btm-part a:hover{
    color: #D5D5D5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-right-btm-part li strong{
    font-weight: normal;
    color: #F7F7F7;
    font-family: 'Roboto-Regular';
    font-size: 1.6rem;
    line-height: normal;
    display: flex;
    column-gap: 16px;
}
.tab-right-btm-part a{
    font-family: 'Roboto-SemiBold';
    position: relative;
    color: #F7F7F7;
}
.tab-right-btm-part a::after{
    content: "";
    background: #F7F7F7;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-right-btm-part a:hover::after{
    background: #D5D5D5;
}
.tab-right-part{
    position: relative;
    z-index: 1;
    padding-left: 5px;
    border: 1px solid rgba(240, 240, 240, 0.10);
    background: #282828;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    padding: 8px;
}
.tab-btm-btn{
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'Roboto-SemiBold';
    line-height: normal;
    text-decoration: underline;
    color: #6E122A;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    text-align: left;
    margin-top: 24px;
    max-width: max-content;
}
.dtl-tab-sec .radius-mark{
    top: unset;
    bottom: 0;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6E122A;
    font-size: 1.6rem;
    line-height: 24px;
}
.tab-btm-btn:hover{
    color: rgba(255, 255, 255, 0.6);
}
.left-bg-block p {
    color: #fff;
    margin-bottom: 0;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #6E122A;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.block-dtls h5{
    font-size: 1.8rem;
    line-height: 26px;
    font-family: 'Roboto-SemiBold';
    text-transform: none;
    color: #D5D5D5;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    margin-bottom: 10px;
    font-size: 1.6rem;
    color: #F7F7F7;
}
.dtl-tab-sec .bullet-panel ul li::after{
    content: "";
    background-color: #F7F7F7;
    top: 7px;
    left: 0;
    height: 7px;
    width: 7px;
    position: absolute;
    border-radius: 100px;
}
.bullet-panel h5 {
    border-bottom: 1px solid #D5D5D5;
    font-family: 'Eurostile-BoldOblique';
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 2.2rem;
    line-height: 30px;
    color: #F7F7F7;
}
.tab-btn {
	display: flex;
    justify-content: space-between;
}
.tab-btn .nav-tabs {
    column-gap: 17px;
    margin-bottom: 60px;
    border: 0;
    row-gap: 26px;
}
ul.tabs li.active::after, ul.tabs li:hover::after {
    width: calc(100% + 42px);
}
.tab_content {
	display: none;
}
.tab_drawer_heading {
	display: none;
}
.tab-btn-right ul {
	list-style-type: none;
	display: flex;
	column-gap: 41px;
	justify-content: end;
	padding-left: 0;
}
.tab-btn-right li a:hover {
	text-decoration: underline;
}
.kenmerken-tab {
	overflow: hidden;
}
.kenmerken-tab table {
	width: 100%;
}
.kenmerken-tab tr:first-child {
    margin-bottom: 9px;
}
.kenmerken-tab td h5 {
	word-break: break-word;
    margin-bottom: 0;
    color: #F7F7F7;
    font-size: 1.6rem;
    font-family: 'Roboto-Regular';
    line-height: 24px;
}
.kenmerken-tab h3 {
    color: #1D1D1B;
    margin: 49px 0 21px;
}
.kenmerken-tab ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 0;
}
.kenmerken-tab li {
    width: 40%;
    position: relative;
    color: #1D1D1B;
    line-height: 24px;
	margin-bottom: 13px;
    padding-bottom: 10px;
    word-break: break-word;
    padding-right: 20px;
    padding-left: 35px;
    font-size: 1.6rem;
    letter-spacing: 0.48px;
}
.kenmerken-tab li::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1.5px;
    background-color: rgba(41, 43, 44, 0.50);
}
.kenmerken-tab li:nth-child(even) {
    color: rgba(41, 43, 44, 0.70);
    padding-left: 0;
	width: 60%;
}
.kenmerken-tab li:last-child, .kenmerken-tab li:nth-last-child(2) {
    margin-bottom: 0;
}
.kenmerken-tab-block-part {
	display: none;
}
.kenmerken-tab-block-part ul:first-child{
	margin-top: 6px;
}
.aanbod-dtls-area.hidden-tab .col-lg-8 {
	width: 100%;
}
.tab-cross {
    cursor: pointer;
}
.hidden-tab-btn {
    margin: 60px 0 20px;
}
.hidden-tab-btn .common_btn {
    font-size: 1.8rem;
    padding: 10px 40px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.each-onderhoud-block p {
    margin-top: 8px;
    margin-bottom: 25px;
    padding-right: 0;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.tab-popup-content-wrap{
    overflow-x: hidden;
    overflow-y: scroll;
}
.popup-opacity{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(18, 18, 18, 0.60);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.tab-popup-area {
    border-radius: 0;
    background: #1A1A1A;
    position: relative;
    z-index: 101;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #6E122A;
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px rgb(110, 18, 42 , 0.6);
    -webkit-box-shadow: 0px 0px 25px 0px rgb(110, 18, 42 , 0.6);
    max-width: 93%;
    border-radius: 10px;
}
.popup-cross{
    background: #1D1D1B;
    width: 53px;
    height: 53px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 18px;
    right: 25px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #D5D5D5;
}
.tab-popup-content {
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    height: calc(100% - 116px) !important;
}
.tab-popup-content ul {
    margin-bottom: 49px;
    padding-left: 0;
}
.tab-popup-content ul:last-child{
    margin-bottom: 0;
}
.popup-cross img{
    width: 20px;
}
.tab-popup-area h2 {
    /* padding-top: 40px; */
    margin-bottom: 10px;
}
.tab-popup-area p{
    color: #D5D5D5;
    line-height: normal;
    padding-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tab-popup-content h3{
    font-size: 2.4rem;
    line-height: 56px;
    margin-bottom: 15px;
    color: #D5D5D5;
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid rgb(247, 247, 247 , 0.4);
    font-size: 1.6rem;
    line-height: 30px;
    color: #F7F7F7;
    padding-top: 6px;
    padding-bottom: 7px;
    padding-left: 0;
}
.tab-popup-content li::after {
    display: none;
}
.tab-popup-content li strong{
    color: rgb(247, 247, 247, 0.70);
    width: 50%;
    font-weight: normal;
}
.show-popup{
    display: none;
}
.tab-right-btm-part ul li:last-child::after{
    display: none;
}
.tab-right-btm-part ul li:last-child{
    padding-bottom: 0;
}
.tab-right-top-part .row{
    align-items: center;
}
/* ********aanbod-dtl-btn-sec******* */
.aanbod-dtl-btn-sec{
    padding-top: 140px;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
}
.aanbod-dtl-btn-sec .sec-pattern{
    z-index: -1;
}
.aanbod-dtl-btn-haeding{
    padding-bottom: 69px;
}
.aanbod-dtl-btn-sec .product-price::after {
    content: '';
    position: absolute;
    right: -22px;
    top: 2px;
    background-image: url(../images/aanbod-product-price-ring.svg);
    height: 40px;
    width: 40px;
    background-size: 40px;
}
.aanbod-dtl-btn-sec .product-price h6{
    color: #F7F7F7;
}
/* ---------  AANBOD DTL END --------- */
/* ============================================== over-ons ============================================== */
/****over-ons-top****/
.over-ons-top-title {
    text-align: center;
}
.over-ons-top-title p {
    max-width: 675px;
    margin-left: auto;
    margin-right: auto;
}
.over-ons-top {
    padding-top: 143px;
}
.over-ons-top h2 {
    margin-bottom: 45px;
}
.each-over-ons-top-img {
    height: 317px;
}
.each-over-ons-top-img img {
    height: 100%;
    object-fit: cover;
}
.each-over-ons-top-big-img {
    height: 543px;
}
.over-ons-top .col-4 {
    padding-left: 11.5px;
    padding-right: 11.5px;
}
.over-ons-top .row {
    margin-left: -11.5px;
    margin-right: -11.5px;
}
.over-ons-top-title {
    margin-bottom: 40px;
}
/****over-ons-table****/
.over-ons-table {
    padding: 22px 0 24px;
}
.over-ons-table td h4 {
    color: #F7F7F7;
    margin-bottom: 21px;
    position: relative;
}
.over-ons-table tr {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.over-ons-table td {
    width: 49%;
    background-color: #232323;
    padding: 35px 23px;
}
.over-ons-table td h4::after {
    content: "";
    height: 20px;
    width: 20px;
    margin-left: 10px;
    background-image: url(../images/heading-dot.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
    display: inline-block;
}
/****over-ons-about-sec****/
.over-ons-about-sec .about-info h5 {
    color: #0C0A00;
    margin-bottom: 10px;
}
.over-ons-about-sec .about-info.left-text p {
    color: #0C0A00;
    max-width: 540px;
}
.over-ons-about-sec .about-info ul {
    list-style-type: none;
    padding-left: 0;
}
.over-ons-about-sec .about-info.about-bottom-right {
    position: relative;
}
.over-ons-about-sec .about-info.about-bottom-left{
    position: relative;
}
/* .over-ons-about-sec .about-info.about-bottom-right::before {
    content: '';
    position: absolute;
    background: #1A1A1A;
    height: 100%;
    width: 8px;
    left: 0;
    top: 0;
} */
.over-ons-about-sec .about-info.about-bottom-left::before {
    content: '';
    position: absolute;
    background: #1A1A1A;
    height: 100%;
    width: 8px;
    right: 0;
    top: 0;
}
/****team-sec****/
.team-sec {
    padding: 142px 0 32px;
}
.team-title {
    margin-bottom: 55px;
    text-align: center;
}
.each-team-member {
    height: 362px;
}
.each-team-member img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.each-team-info {
    position: relative;
    padding: 17px 24px;
    background-color: #232323;
    margin-right: 20px;
    border-radius: 0 41px 41px 0;
    margin-top: 15px;
}
.each-team-info h6 {
    font-size: 1.6rem;
    font-family: 'Roboto-SemiBold';
    line-height: 24px;
}
.each-team-info p {
    margin-bottom: 0;
}
.each-team-info::after {
    content: '';
    position: absolute;
    right: -22px;
    top: 2px;
    background-image: url(../images/over-ons-team-ring.svg);
    height: 80px;
    width: 80px;
    background-size: 80px;
}
/* ------- back-btn-sec------- */
.back-button-section{
    padding-top: 192px;
}
.back-button-wrap{
    text-align: center !important;
    margin-left: 40%;
}
.back-button-section .common-btn:hover{
    background-color: #F7F7F7;
    border-color: #F7F7F7;
    color: #1A1A1A;
}
.back-button-section .common-btn:hover::after {
    background: #1A1A1A;
    background-image: url(../images/service-bullet-white.svg);
    background-size: 10px;
    background-position: center center;
    background-repeat: no-repeat;
}
.back-button-wrap{
    margin-bottom: -112px;
    position: relative;
    z-index: 1;
}
.modal-content .col-lg-5 {
    width: 50%;
}
.modal-content .col-lg-7 {
    width: 50%;
}
.WidgetTitle__Header-sc-c581efe-2.jePHQS {
    display: none !important;
}
.clear-filter-main-wrap {
    margin-bottom: 20px;
}
.footer-top-man-info p:last-child a{
    margin-left: 15px;
}
.popup-left-top h2::after,
.popup-right h2::after  {
    height: 15px;
    width: 15px;
    background-size: 15px;
}
.over-ons-top{
    position: relative;
}
.over-ons-top .sec-pattern{
    z-index: -1;
}
.mega-menu-nav .header-nav > ul li a:hover{
    color: rgba(255, 255, 255, 0.4) !important;
}


/*******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: #fff;
  }


.carpass-img {
    width: 115px;
}
.footer-area{
    border-top: 1px solid  rgba(255 , 255 , 255 , 0.1);
}
.form-block .form-style {
    border-radius: 0;
}
.form-block .common-btn {
    width: 100%;
    display: flex;
    align-items: center;
}
.aanbod-filter-sec label span {
    float: right;
    color: #1A1A1A;
    opacity: 0.65;
}
.share-social-media-button {
    text-align: end;
    margin-top: -35px;
}

.share-social-media-button .a2a_dd svg:hover {
    filter: brightness(0) saturate(100%) invert(17%) sepia(65%) saturate(1170%) hue-rotate(308deg) brightness(91%) contrast(109%);
}
.voertuigsoort-filter label:hover{
    background: #6E122A;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.privacy_section {
    padding-top: 150px;
    padding-bottom: 80px;
}
.acties-left-content p {
    margin-bottom: 10px;
}
.over-ons-about-sec .about-info ul{
    padding-right: 40px;
    max-width: 560px;
}
.aanbod-top-left-title p {
    color: #F7F7F7;
    margin-top: 20px;
    margin-bottom: 20px;
}
.aanbod-top-left-part {
    background: #232323;
    padding: 51px 48px;
}
.over-ons-top-title p:first-child {
    font-family: 'Roboto-SemiBold';
}
/* .over-ons-about-sec .about-info.about-bottom-left::before {
    content: '';
    position: absolute;
    background: #1A1A1A;
    height: 100%;
    width: 8px;
    right: 0;
    top: 0;
}
.over-ons-about-sec .about-info.about-bottom-left {
    position: relative;
}
.over-ons-about-sec .about-info h5 {
    color: #0C0A00;
    margin-bottom: 10px;
}
.over-ons-about-sec .about-info ul {
    list-style-type: none;
    padding-left: 0;
} */






.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;
}
.showroom-view {
    width: 100%;
    height: 100%;
}

/* 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: 29px;
    right: -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;
    }
}
/* 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;
    }
    
}
#tab4 iframe{
	width:100%;
	height: 1000px;
}