body {
	padding: 0px;
	margin: 0px;
    font-family: 'Outfit-Regular';
    font-size: 16px;
    color: #F7F7F7;
    background: #070707;
    /*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;
}
/****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;
}
/***fix-wp***/
.fix-wp {
	position: fixed;
	bottom: 60px;
	right: 50px;
	z-index: 97;
	height: 52px;
	width: 52px;
	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: 25px;
}
.morgeninternet-footer > img {
    padding-top: 0;
}
.morgeninternet-footer { 
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(100% - 44px);
    margin: 0 auto 17px;
    border-radius: 10px;
}
/*****************header****************/
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 40px 0px;
    margin-top: 24px;
    overflow-x: clip;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-active {
    background: #070707;
    margin-top: 0px;
    border-bottom: 1px solid #ffffff38;
}
.header-logo img {
    width: 228px;
}
.header-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 0;
}
.header-nav ul li::after{
    display: none;
}
.header-nav {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.header-nav > ul {
    display: flex;
    justify-content: center;
    gap: 24px;
    max-width: max-content;
    padding: 0px;
}
.header-nav > ul > li {
    color: #F7F7F7;
    padding: 0px 0px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-nav > ul > li > a {
    color: #F7F7F7;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    font-family: 'Outfit-SemiBold';
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0.8;
}
.header-nav > ul > li > a::after {
    position: absolute;
    content: "";
    background: #F7F7F7;
    width: 4px;
    height: 4px;
    border-radius: 50px;
    left: 50%;
    bottom: -10px;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-nav > ul > li > a:hover::after {
    opacity: 1;
}
.header-nav > ul > li > a:hover{
    color: #F7F7F7;
    opacity: 1;
}
.parent-dropdown {
	position: relative;
}
.parent-dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0px;
	border-radius: 10px;
    border: 1px solid #EF981E;
    background-color: #EF981E;
	min-width: 170px;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown ul li {
	color: #FFF;
    padding-left: 0;
}
.parent-dropdown ul li::after{
    display: none;
}
.parent-dropdown ul li a {
	color: #FFF;
	padding: 5px 10px;
	display: block;
	width: 100%;
}
.parent-dropdown ul li:last-child a {
	border-bottom: 0;
}
.parent-dropdown ul li a:hover {
	color: #FFF;
    text-decoration: underline;
}
.parent-dropdown:hover ul {
	top: 24px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown:hover ul li::after{
    display: none;
}
.parent-dropdown img {
    cursor: pointer;
    width: 8px;
    margin-left: 0px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-top: -3px;
    opacity: 0.6;
}
.parent-dropdown.active img {
    filter: brightness(0) invert(1);
    margin-left: 3px;
    margin-top: -3px;
}
.parent-dropdown:hover img {
    transform: rotate(180deg);
    opacity: 1;
}
.parent-dropdown:hover {
    z-index: 1;
}
.mobile-menu-wrap {
    height: 100%;
    overflow-y: auto;
}
/*****mobile-menu*****/
.menu-btn {
    position: absolute;
    z-index: 99;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: #EF981E;
    width: 55px;
    height: 40px;
    right: 24px;
    top: 0px;
    border-radius: 0px 10px 0px 0px;
}
.header-active .menu-btn {
    top: 0;
    height: 100%;
    width: 75px;
    right: 0;
    border-radius: 0;
}
.menu-btn span:nth-child(1) {
    width: 30px;
    border: 1px solid #111;
    position: absolute;
    top: calc(50% - 7px);
    left: 50%;
    border-radius: 0px;
    transition: all .3s cubic-bezier(.475, .425, 0, .995);
    transform: translate(-50% , -50%);
}
.menu-btn span:nth-child(2) {
    width: 30px;
    border: 1px solid #111;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 0px;
    transition: all .3s cubic-bezier(.475, .425, 0, .995);
    transform: translate(-50% , -50%);
}
.menu-btn span:nth-child(3) {
    width: 30px;
    border: 1px solid #111;
    position: absolute;
    top: calc(50% - -7px);
    left: 50%;
    border-radius: 0px;
    transition: all .3s cubic-bezier(.475, .425, 0, .995);
    transform: translate(-50% , -50%);
}
.menu-btn.active  span:nth-child(2) {
    display: none;
}
.menu-btn.active  span:nth-child(1) {
    transform: rotateZ(45deg);
    left: 14px;
    top: 18px;
}
.menu-btn.active  span:nth-child(3) {
    transform: rotateZ(-45deg);
    left: 14px;
    top: 19px;
}
.header-active .menu-btn.active span:nth-child(1) {
    transform: rotateZ(-45deg);
    left: 26px;
    top: 36px;
}
.header-active .menu-btn.active span:nth-child(3) {
    transform: rotateZ(45deg);
    left: 26px;
    top: 36px;
}
.mobile-menu {
    position: fixed;
    right: 0;
    top: 0px;
    height: 100%;
    width: 100%;
    background: #070707;
    padding: 80px 0px;
    z-index: 98;
    clip-path: inset(0 0 100% 0);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-menu-active {
	clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.mobile-menu ul {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}
.mobile-menu-wrap  ul  li::after{
    display: none;
}
.mobile-menu-wrap ul li{
    padding:0;
    margin-bottom: 30px;
    font-size: 3.2rem;
}
.mobile-menu  .mobile-menu-wrap > ul > li {
    font-size: 1.6rem;
    display: table;
    padding: 0px 0px;
    margin-bottom: 10px;
}
.mobile-menu  .mobile-menu-wrap > ul > li::after{
    display: none;
}
.mobile-menu  .mobile-menu-wrap > ul > li > a {
    color: #FFF;
}
.mobile-menu  .mobile-menu-wrap > ul > li > a:hover {
    color: #EF981E;
}
.body-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(12, 12, 14, 0.00) 0%, #0C0C0E 100%);
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: -1;
}
.body-overlay-active {
    opacity: 1;
    pointer-events: all;
}
.mobile-menu .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    border: 1px solid #EF981E;
    background-color: #EF981E;
}
.mobile-menu .parent-dropdown ul li {
    font-size: 1.6rem;
}
.header-btn a {
    background: #EF981E;
    color: #111;
    font-family: 'Outfit-Medium';
    border-radius: 0 10px 0 0;
    font-size: 1.6rem;
    line-height: 24px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 6px;
    width: 110px;
    height: 105px;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: absolute;
    top: 0px;
    right: 24px;
}
.header-btn a:hover{
    color: #F7F7F7;
    border: 1px solid #EF981E;
    background-color: transparent;
    box-shadow: 0 0 10px 0 #EF981E;  
}
.header-btn a:hover img{
    filter: brightness(0) invert(1);
}
.header-active .header-btn a {
    top: 0px;
    right: 0px;
    height: 114px;
    border-radius: 0;
}
/*****home-banner-sec*****/
.home-banner-sec{
    position: relative;
    z-index: 1;
}
.home-banner-sec .common-wrap{
    padding-top: 24px;
}
.home-banner-video,
.home-each-banner {
    height: 880px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.home-banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.home-each-banner img {
    height: 100%;
    object-fit: cover;
}
.home-banner-content {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 270px;
    width: 100%;
}
.home-banner-heading h1{
    margin-bottom: 40px;
}
/*****home-product-sec*****/
.home-product-sec{
    padding-top: 120px;
    overflow: hidden;
}
.home-product-sec .common-wrap{
    overflow: hidden;
}
.home-product-heading {
    margin-bottom: 80px;
}
.each-product > .row{
    --bs-gutter-x: 16px;
    --bs-gutter-y: 10px;
}
.each-product-img {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
    height: 100%;
}
.each-product-img-wrap {
	height: 100%;
	width: 100%;
}
.each-product-img img {
	display: none;
    height: 100%;
    object-fit: cover;
}
.each-product-img-wrap img.active {
	display: block;
}
.each-product-progress {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 13px;
	z-index: 1;
    border-radius: 0 0 10px 10px;
    background: rgba(7, 7, 7, 0.5);
	display: none;
}
.each-product-progress span {
	background: #EF981E;
	display: block;
	height: 100%;
	width: 0;
    opacity: 1;
}
.home-product-slider {
    width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.home-product-slider::after {
    position: absolute;
    content: "";
    background: #070707;
    width: 24px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.home-product-slider::before {
    position: absolute;
    content: "";
    background: #070707;
    width: 24px;
    height: 100%;
    right: 0px;
    top: 0;
    z-index: 2;
}
.each-product-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.each-product-info {
    border-radius: 10px;
    background: #191919;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.each-product:hover .each-product-info::after {
    filter: blur(37.5px);
    opacity: 1;
}
.each-product-model {
    padding: 32px 15px 80px;
}
.each-product-model h3 {
    color: #F7F7F7;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-model p {
    color: #F7F7F7;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-spec table,
.each-product-spec tbody {
    display: block;
    width: 100%;
}
.each-product-spec tr {
    display: flex;
    flex-wrap: wrap;
}
.each-product-spec td {
    border: 1px solid #F7F7F7;
    border-left-width: 0;
    width: 33.33%;
    display: block;
    padding: 24px 15px;
}
.each-product-spec td h6 {
    font-family: 'Outfit-Regular';
    color: rgba(247, 247, 247, 0.53);
}
.each-product-spec td h4 {
    word-break: break-word;
    font-family: 'Outfit-Regular';
}
.each-product-spec td strong {
    font-weight: normal;
    display: table;
    margin: 0 auto;
}
.each-product-spec td:nth-child(3n) {
    border-right-width: 0;
}
.each-product-price {
    margin-top: 13px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 66px 15px 32px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-price h4 {
    color: #F7F7F7;
    font-family: 'Outfit-Regular';
    text-transform: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    text-align: right;
}
.each-product-price h4 strong {
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: rgba(247, 247, 247, 0.53);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: block;
}
.home-product-btn .common-arrow{
    border-color: #F7F7F7;
    z-index: 11;
}
.home-product-btn .common-arrow:hover{
    background: #F7F7F7;
}
.home-product-btn .common-arrow:hover img{
    filter: brightness(1) invert(1);
}
.home-product-btn .swiper-button-next {
    position: initial;
}
.home-product-btn .swiper-button-prev {
    position: initial;
}
.home-product-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 160px;
    flex-direction: row-reverse;
    margin-top: 40px;
}
.home-product-pagination span{
    width: 5.63px;
    height: 5.631px;
    border-radius: 28px;
    background: #606062;
    opacity: 1;
    transition: 0.4s ease-in-out;
}
.home-product-pagination span.swiper-pagination-bullet-active{
    background: #F7F7F7;
    width: 11.528px;
    height: 5.631px;
}
.home-product-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    bottom: 25px !important;
}
.product-btm-btn .common-btn{
    padding: 11px 120px;
}
.product-btm-btn .common-btn:hover{
    background-color: #F7F7F7;
    border-color: #F7F7F7;
    box-shadow: none;  
}
.product-btm-btn {
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    background: #070707;
    max-width: 450px;
    padding: 20px;
    border-radius: 50px;
    position: relative;
    z-index: 1;
}
/*****home-service-sec*****/
.home-service-wrapper {
    background-color: #111;
    padding-top: 120px;
    margin-bottom: 40px;
    margin-top: -35px;
    position: relative;
    border-radius: 10px;
}
.home-service-wave{
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.home-service-heading{
    max-width: 558px;
}
.home-service-heading p{
    color: #F7F7F7;
    margin-top: 24px;
    margin-bottom: 40px;
}
.home-service-wrap {
    padding-top: 80px;
}
.each-service{
    height: 324px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service:hover{
   border-color: #404040;
}
.each-service:hover .each-service-text {
    bottom: -100px;
}
.each-service:hover .each-service-heading {
    top: 50%;
}
.each-service:hover::after{
    opacity: 1;
    top: 0%;
}
.each-service::after{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(25, 25, 25, 0.90) 0%, rgba(25, 25, 25, 0.90) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
}
.each-service-img {
    width: 100%;
    height: 100%;
}
.each-service-img img{
    height: 100%;
    object-fit: cover;
}
.each-service-text {
    position: absolute;
    bottom: 24px;
    text-align: center;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0px 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-text h4{
    color: #F7F7F7;
    line-height: normal;
}
.each-service-text h4 strong{
    color: #EF981E;
}
.service-btn{
    width: 56px;
    height: 56px;
    border-radius: 100px;
    border: 1px solid #F7F7F7;
    background: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.each-service-heading {
    position: absolute;
    top: -100%;
    z-index: 2;
    text-align: center;
    transform: translateY(-50%);
    padding: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.each-service-heading h4{
    margin: 16px 0px 8px;
}
.each-service-heading h4 strong{
    color: #EF981E;
}
.each-service-heading p {
    color: #F7F7F7;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*****usp-marquee-sec*****/
.usp-marquee-bg{
    overflow: hidden;
    border-radius: 10px;
    background: #111;
}
.usp-marquee-wrap {
    padding: 24px 0px;
	display: flex;
	width: max-content;
    gap: 64px;
}
.usp-marquee-wrap ul{
    display: flex;
    align-items: center;
    gap: 64px;
    padding: 0;
    margin: 0;
}
.usp-marquee-wrap ul li {
    color: #F7F7F7;
    font-family: 'Outfit-SemiBold';
    font-size: 2.4rem;
    line-height: 32px;
}
.usp-marquee-wrap ul li::after {
    left: -3px;
    top: 13px;
    width: 7px;
    height: 7px;
}
/*****home-about-sec*****/
.home-about-wrapper{
    border-radius: 10px 10px 0 0;
    background: #F7F7F7;
    margin-top: 24px;
    padding-top: 120px;
    height: 1072px;
    position: relative;
}
.about-wave{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.home-about-heading{
    max-width: 538px;
    margin: 0 auto;
}
.home-about-heading h2{
    color: #070707;
}
.home-about-heading p{
    color: #070707;
    margin-top: 24px;
    margin-bottom: 40px;
}
.home-about-heading .fill-btn:hover {
    color: #111111;
}
.home-about-box{
    background-color: #111111;
}
.home-about-wrap{
    position: relative;
    margin-top: -40%;
    height: 851px;
}
.home-about-wrap .home-about-item {
    position: absolute;
}
.home-about-wrap .home-about-item img{
    height: 100%;
    object-fit: cover;
}
.home-about-wrap .home-about-item:first-child,
.home-about-wrap .home-about-item:last-child  {
    width: 702px;
    height: 702px;
    border-radius: 702.117px;
    border: 16px solid #F7F7F7;
    overflow: hidden;
    top: 60px;
    left: 0;
}
.home-about-wrap .home-about-item:nth-child(2) {
    width: 850px;
    height: 850px;
    border-radius: 702.117px;
    border: 16px solid #F7F7F7;
    overflow: hidden;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.home-about-wrap .home-about-item:last-child {
    right: 0;
    left: unset;
}
.about-item-box {
    background-color: #111111;
    height: 100%;
    width: 100%;
}
.home-about-text {
    max-width: 460px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.quotation-item3 {
    position: absolute;
    top: 8%;
    right: 4%;
    pointer-events: none;
}
.home-about-text p{
    color: #F7F7F7;
    font-family: 'Outfit-Medium';
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.quotation-item1 {
    margin-bottom: 32px;
}
.home-about-text h5 {
    color: #EF981E;
    font-family: 'BadScript-Regular';
    font-size: 1.6rem;
    line-height: 18px;
}
.home-about-text h6{
    color: rgba(247, 247, 247, 0.54);
    font-family: 'Outfit-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
.quotation-item2 {
    margin-left: auto;
    display: flex;
    justify-content: end;
    margin-top: -35px;
}
/*****home-counter-sec*****/
.home-counter-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    row-gap: 0;
    column-gap: 240px;
    padding-top: 40px;
    padding-bottom: 20px;
}
.home-counter-wrapper{
    background-color: #111111;
    border-radius: 0 0 10px 10px;
}
.home-counter-wrap .each-counter{
    position: relative;
}
.home-counter-wrap .each-counter::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background-color: #EF981E;
    border-radius: 50px;
    right: -50%;
    top: 50%;
    transform: translateY(-50%);
}
.home-counter-wrap .each-counter:last-child::after{
    display: none;
}
.home-counter-wrap .each-counter p{
    color: #F7F7F7;
    margin: 0;
}
/*****review-sec*****/
.review-bg {
    background-color: #111111;
    margin-top: 24px;
    padding-top: 58px;
}
.review-sec .gqSuIP {
    display: none;
}
/*****footer-area*****/
.footer-area {
    padding-bottom: 17px;
}
.footer-warp{
    background-color: #111111; 
    padding-top: 76px;  
    border-radius: 0px 0px 10px 10px; 
}
.ft-logo a img{
    width: 306px;
}
.ft-item li::after{
    display: none;
}
.ft-item li{
    padding: 0;
}
.ft-wrap{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    row-gap: 0;
    column-gap: 52px;
    max-width: 875px;
    margin-left: auto;
}
.ft-item h4{
    margin-bottom: 16px;
}
.ft-item ul li a{
    color: rgba(247, 247, 247, 0.70);
    font-family: 'Outfit-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    margin-bottom: 12px;
    display: inline-block;
    transition: 0.4s ease-in-out;
}
.ft-item ul li a:hover{
    color: #EF981E;
}
.ft-item p {
    margin: 0;
}
.ft-item p a{
    color: rgba(247, 247, 247, 0.70);
    font-family: 'Outfit-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    margin-bottom: 12px;
    display: inline-block;
    transition: 0.4s ease-in-out;
}
.ft-item p a:hover{
    color: #EF981E;
}
.ft-item table tr td{
    color: rgba(247, 247, 247, 0.70);
    font-family: 'Outfit-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    display: inline-block;
}
.ft-item-new p a{
    line-height: 32px;
}
.ft-bottom {
    margin-top: 82px;
    border-top: 1px solid rgba(247, 247, 247, 0.20);
    padding-top: 23px;
    padding-bottom: 16px;
}
.ft-social li{
    padding: 0;
}
.ft-social li::after{
    display: none;
}
.ft-btm-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ft-privacy a{
    color: #F7F7F7;
    transition: 0.4s ease-in-out;
}
.ft-privacy a:hover{
    color: #EF981E;
}
.ft-privacy p{
    margin-bottom: 0;
}
.ft-social ul{
    display: flex;
    align-items: center;
    gap: 8px;
}
.ft-social ul li a{
    border: 1px solid rgba(247, 247, 247, 0.50);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.4s ease-in-out;
}
.ft-social ul li a:hover{
    background-color: #EF981E;
    border-color: #EF981E;
}
.ft-social ul li a:hover img{
    filter: brightness(0) saturate(100%) invert(7%) sepia(0%) saturate(2804%) hue-rotate(258deg) brightness(100%) contrast(101%);
}
/* =============================== aanbod-list ================================ */
/****aanbod-filter-sec****/ 
.aanbod-filter-sec {
    padding-top: 150px;
}
.aanbod-filter-wrapper{
    border-radius: 10px;
    background: #111;
    padding: 24px 0;
}
.aanbd-list-heading{
    margin-bottom: 32px;
}
.aanbd-list-heading h4 strong{
    color: #EF981E;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
    color: #F7F7F7;
	font-size: 1.6rem;
    line-height: 24px;
    font-family: 'Outfit-Regular';
    letter-spacing: 0.32px;
}
.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: #EF981E;
}
.select-style {
    width: 100%;
    height: 50px;
    color: #F7F7F7;
    font-size: 1.6rem;
    font-family: 'Outfit-Regular';
    border: 1px solid rgba(247, 247, 247, 0.60);
    border-radius: 10px;
    padding: 0 30px 0 24px;
    background: url(../images/filter-arrow.svg) transparent no-repeat 91% center / 10px;
    appearance: none;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.select-style:hover{
    background-color: #EF981E;
    background-image: url(../images/filter-arrow-black.svg);
    border-color: #EF981E; 
    color: #111; 
}
.select-style.show {
    border-radius: 5px 5px 0 0;
    background-color: #EF981E;
    border-color: #EF981E;
    background-image: url(../images/filter-arrow-black.svg);
    color: #111; 
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	background-color: #0F0F0F;
}
.filter-content {
    display: none;
    background-color:#070707;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #EF981E;
    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: #F7F7F7;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #F9F8F6;
    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 #F9F8F6;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #EF981E;
    border-color: #EF981E;
    background-image: url(../images/check-tick.png);
    background-size: 9px;
    background-position: center center;
    background-repeat: no-repeat;
}
.auto-overview-tag {
    margin-right: 5px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #111;
    border-radius: 10px;
    background-color: #EF981E;
    font-size: 1.4rem;
    border: 1px solid rgba(0, 255, 135, 0);
    flex-direction: row-reverse;
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    filter: brightness(1) invert(9);
}
.auto-overview-tag:hover {
    background-color: transparent;
    border-color: rgba(247, 247, 247, 0.60);
    color: #F7F7F7;
}
.auto-overview-tag:hover img{
    filter: brightness(0) invert(9);   
}
.hidden-filter .col-lg-3 {
    margin-bottom: 18px;
    width: 22%;
    padding: 0px 6px;
}
.filter-main > .row{
    margin: 0px -6px;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #fff;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 92px;
    background-color: #070707;
    border-top: 1px solid #ffffff38;
    border-bottom: 1px solid #ffffff38;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter-active {
    top: 68px;
}
.mobile-show-filter .common-btn {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #EF981E;
    border-color: #EF981E;
    box-shadow: none;
    text-transform: capitalize;
    color: #111;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #EF981E;
    color: #fff;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #14181E;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #14181E;
	margin-left: 30px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    display: none;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #070707;
    border-bottom: 1px solid #ffffff38;
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.mobile-filter-close span img {
	width: 9px;
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
    background-color: #EF981E;
    border: 1px solid #EF981E;
    color: #FFF;
    box-shadow: none;
	padding: 10px;
	border-radius: 0 10px 10px 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: transparent;
    border-color: #EF981E;
    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);
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 238px;
}
.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: #EF981E;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: #ef981e6e;
    border-color: #ef981e6e;
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #EF981E;
}
.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: #fff;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 10px;
    border: 1px solid rgba(247, 247, 247, 0.60);
    padding: 8px;
    background-color: transparent;
    width: 100px;
    color: #F7F7F7;
    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: #fff;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #EF981E;
}
/* aanbod-list-sec */
.aanbd-list-wrap{
    border-radius: 10px;
    background: #111;
    margin-top: 24px;
    padding-top: 56px;
    padding-bottom: 26px;
}
.each-product-list .each-product-model {
    padding: 24px 15px 16px;
}
.each-product-list .each-product-text {
    margin-top: 16px;
}
.each-product-list .each-product-model h4{
    margin-bottom: 2px;
}
.each-product-list .each-product-spec td {
    border: 1px solid #FFF;
    border-left-width: 0;
    padding: 20px 15px;
}
.each-product-list .each-product-spec td:nth-child(3n) {
    border-right-width: 0;
}
.each-product-list .each-product-spec td h6{
    font-family: 'Outfit-SemiBold';
    color: #FFF;
    margin-bottom: 2px;
}
.each-product-list .each-product-spec td p{
    color: rgba(255, 255, 255, 0.53);
    margin-bottom: 0;
}
.each-product-list .each-product-price {
    margin-top: 0px;
    padding: 16px 15px 24px;
}
.aanbd-list-wrap .container > .row{
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
}
.each-product-info{
    transition: 0.4s ease-in-out;
}
.each-product:hover .each-product-info{
    background: #070707;
}
.each-product:hover .common-btn{
    background: #EF981E;
    color: #111;
    box-shadow: none;
}
.each-product-list .each-product-spec td h4 {
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
/* ========================== verkocht-list ========================== */
/* verkocht-heading-sec */
.verkocht-heading-sec {
    padding-top: 150px;
}
.vercht-heading-wrap {
    border-radius: 10px;
    background: #111;
    padding: 58px 0;
}
.verkocht-heading h2{
    color: #FFF;
    line-height: 56px;
    font-family: 'Outfit-SemiBold';
}
.verkocht-heading p{
    color: #FFF;
    margin-bottom: 0;
}
.verkocht-list-sec .product-btn .common-btn {
    border: 1px solid #F7F7F7;
    background: rgba(255, 255, 255, 0.13);
    box-shadow: none;
    cursor: auto;
}
.verkocht-list-sec .each-product:hover .each-product-info {
    background: #191919;
}
.verkocht-list-sec .each-product:hover .product-btn .common-btn{
    color: #F7F7F7;
}
.verkocht-list-sec .aanbd-list-wrap {
    padding: 80px 0;
}
/* ====== Annbod Detail Page Start Here ======= */
.aanbd-back-sec {
    padding-top: 218px;
    position: relative;
    z-index: 1;
}
.aanbd-detail-sec .common-wrap{
    overflow-x: clip;
}
.aanbd-wraper {
    background-color: #111;
    border-radius: 10px;
    padding-top: 160px;
    margin-top: -128px;
    overflow: hidden;
}
.aanbd-wraper .container{
    position: relative;
}
.aanbd-detail-wrap {
    position: relative;
    z-index: 1;
}
.aanbd-wrap-wave{
    position: absolute;
    top: 0;
    left: 24px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}
.aanbd-wrap-wave img{
    height: 100%;
}
/* aanbd-detail-wrap */
.aanbd-detail-img{
    border-radius: 10px;
    overflow: hidden;
}
.each-aanbd-img{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 16px;
}
.each-aanbd-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.aanbd-detail-wrap > .row{
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
}
.each-aanbd-wrap .row{
    margin: 0px -8px;
    height: 100%;
}
.each-aanbd-wrap .row .col-6{
    padding: 0px 8px;
    height: 35%;
}
.each-aanbd-count {
    border-radius: 10px;
    background: #070707;
    padding: 24px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.each-aanbd-count h4{
    color: #FFF;
    line-height: normal;
    letter-spacing: 0;
}
/* aanbd-detail-info */
.aanbd-detail-info {
    padding-top: 32px;
    padding-bottom: 54px;
}
.anbd-detail-text h3{
    margin-bottom: 4px;
}
.anbd-detail-text p{
    margin-bottom: 4px;
}
.anbd-detail-text h6 {
    font-family: 'Outfit-Regular';
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.anbd-detail-btn{
    display: flex;
    align-items: center;
    gap: 20px;
}
.anbd-detail-table table,
.anbd-detail-table tbody{
    width: 100%;
}
.anbd-detail-table tr td h4{
    line-height: normal;
    letter-spacing: 0;
}
.anbd-detail-table tr{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.anbd-detail-table tr td h6{
    color: rgba(255, 255, 255, 0.53);
    line-height: 24px;
    letter-spacing: 0.32px;
    font-family: 'Outfit-Regular';
}
.detail-price-wrap{
    text-align: right;
}
.anbd-detail-price h4{
    color: #FFF;
    line-height: normal;
    letter-spacing: 0;
    margin-bottom: 2px;
}
.anbd-detail-price p{
    color: rgba(255, 255, 255, 0.53);
    margin-bottom: 0;
}
.anbd-detail-share {
    margin-top: 50px; 
}
.share-social-media-button .a2a_dd svg {
    width: 11px !important;
    margin-right: 0 !important;
    filter: brightness(0) invert(1);
}
.anbd-detail-share .common-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 144px;
    margin-left: auto;
}
.anbd-detail-share .common-btn:hover img{
    filter: brightness(1) invert(1);
}
/* aanbd-detail-tab */
.tab-btn ul.tabs li {
    position: relative;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.40);
    text-transform: none;
    font-size: 2.4rem;
    line-height: normal;
    font-family: 'Outfit-SemiBold';
    padding-left: 0;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn .tabs li.active {
    background-color: transparent;
    opacity: 1;
    position: relative;
    color: #FFF;
}
.tab-btn ul.tabs li:hover {
    color: #FFF;
}
.tab_container.tab-content {
    max-width: 1100px;
    padding-right: 10px;
    position: relative;
    z-index: 1;
}
.tab-btn ul.tabs li.active span {
    color: #FFF;
}
.tab-btn ul.tabs li.active span::after,
ul.tabs li span:hover::after {
    opacity: 1;
}
.tab_content {
    display: none;
}
.tab_content img {
    max-width: 40%;
    height: 30px;
    filter: invert(1);
    padding-right: 15px;
}
.dtl-tab-sec {
    position: relative;
    padding-bottom: 71px;
}
.tab_drawer_heading {
    display: none;
}
.tab-btn .tabs {
    display: flex;
    justify-content: left;
    column-gap: 40px;
    padding: 0px 0;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 0;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
    column-gap: 12px;
    row-gap: 12px;
}
.kenmerken-tab li {
    width: 32.5%;
    padding: 18px 24px 18px 24px;
    position: relative;
    color: rgba(255, 255, 255, 0.70);
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'Outfit-Regular';
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 5px;
    background: #303030;
    letter-spacing: 0.32px;
}
.kenmerken-tab li:hover {
    border-radius: 5px;
    background: #EF981E;
    border-color: #EF981E;
    color: #070707;
}
.kenmerken-tab li:hover strong {
    color: #070707;
}
.kenmerken-tab li strong {
    font-weight: normal;
    display: block;
    color: #FFF;
}
.kenmerken-tab li::after {
    display: none;
}
.kenmerken-tab {
    overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #FCFAF5;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #FCFAF5;
}
.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: 20px;
    position: relative;
    margin-bottom: 10px;
    color: #FCFAF5;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EF981E;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #EF981E;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    text-transform: none;
    color: #111;
}
.each-onderhoud-block h4 {
    text-transform: none;
    color: #FFF;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    text-transform: none;
    color: #FFF;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn {
    text-align: left;
    color: #FFF;
    cursor: pointer;
    margin-top: 48px;
    font-family: 'Outfit-Bold';
    font-size: 2.4rem;
    line-height: normal;
    line-height: normal;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    max-width: 258px;
}
.tab-btm-btn:hover {
    color: #EF981E;
}
.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;
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.tab-popup-area {
    border-radius: 10px;
    background: #070707;
    position: relative;
    z-index: 101;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    overflow: hidden;
    max-width: 93%;
    border: 1px solid #EF981E;
    box-shadow: 0px 0px 25px 0px rgba(239, 152, 30, 0.1);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(239, 152, 30, 0.1);
}
.popup-cross {
    width: 45px;
    height: 45px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #FFF;
}
.tab-popup-content {
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    height: calc(100% - 116px) !important;
}
.tab-popup-content ul {
    margin-bottom: 33px;
    padding: 0;
}
.tab-popup-content ul:last-child {
    margin-bottom: 0;
}
.popup-cross img {
    width: 14px;
}
.tab-popup-area h3 {
    color: #FFF;
    margin-bottom: 8px;
}
.tab-popup-area p {
    color: #FFF;
    line-height: normal;
    padding-bottom: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.tab-popup-content h4 {
    line-height: 56px;
    margin-bottom: 20px;
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid #D9D9D9;
    line-height: 30px;
    color: #FFF;
    flex-wrap: wrap;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.tab-popup-content li::after {
    display: none;
}
.tab-popup-content li strong {
    width: 50%;
    font-weight: normal;
    color: #FFF;
}
.show-popup {
    display: none;
}
.tab-btn .tabs li.active::after {
    transform: rotate(90deg);
    top: 2px;
    opacity: 1;
}
.tabs li::after {
    display: inline-block;
    content: url(../images/tab-arrow.svg);
    position: relative;
    top: 0px;
    left: 9px;
    background-color: transparent;
    width: 9px;
    height: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0.4;
}
.tabs li:hover::after {
    opacity: 1;
}
.dtl-tab-mark {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}
.dtl-tab-mark img {
    height: 100%;
    object-fit: cover;
}
.tab-right-btn .wp-btn {
    display: flex;
    align-items: center;
}
.mobile-tab-right-btn {
    display: none;
}
.tab-right-btn .wp-btn::before {
    content: '';
    height: 21px;
    width: 21px;
    background-image: url(../images/btn-wp.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 21px;
    margin-right: 8px;
    display: inline-block;
}
.tab-right-btn ul li::after {
    display: none;
}
.tab-right-btn ul {
    display: flex;
    column-gap: 16px;
    justify-content: end;
    margin-bottom: 0;
}
.tab-right-btn ul li {
    padding: 0;
}
.tab-btn-wrap {
    border-bottom: 2px solid #FFFFFF;
    padding-bottom: 26px;
}
.aanbod-contact-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
    overflow: hidden;
    border-radius: 90px;
}
.aanbod-contact-img {
    min-width: 70px;
    height: 70px;
}
.aanbod-contact-info ul li::after {
    display: none;
}
.each-aanbod-contact {
    display: flex;
    column-gap: 30px;
    border-radius: 5px;
    background: rgba(7, 7, 7, 0.08);
    padding: 10px 20px;
}
.tab-right-part {
    border-radius: 5px;
    border: 1px solid rgba(7, 7, 7, 0.10);
    background: #303030;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    padding: 9px;
    position: relative;
    z-index: 1;
}
.tab-content-wrap {
    padding-top: 32px;
}
.tab-content-wrap .col-lg-3 {
    width: 27%;
    padding-left: 1px;
    padding-right: 1px;
}
.tab-content-wrap .col-lg-9 {
    width: 73%;
    padding-left: 1px;
    padding-right: 1px;
}
.tab-content-wrap .row {
    margin-left: -1px;
    margin-right: -1px;
}
.aanbod-contact-info-wrap {
    padding-top: 18px;
}
.aanbod-contact-info-wrap ul li {
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.aanbod-contact-info-wrap ul li img{
    width: 16px;
}
.aanbod-contact-info-wrap ul li strong {
    font-weight: normal;
    color: #FFF;
    font-family: 'Outfit-Regular';
}
.aanbod-contact-info-wrap ul li:last-child strong a {
    padding-left: 35px;
}
.aanbod-contact-info-wrap ul li:first-child strong a {
    padding-left: 10px;
}
.aanbod-contact-info-wrap ul li a {
    color: rgba(255, 255, 255, 0.70);
}
.aanbod-contact-info-wrap ul li a:hover {
    color: #EF981E;
}
.each-aanbod-contact-text a:hover {
    color: #EF981E;
}
.each-aanbod-contact-text h4{
    color: #FFF;
    font-family: 'Outfit-SemiBold';    
}
.each-aanbod-contact-text p{
    margin-bottom: 0;
}
.each-aanbod-contact-text p a{
    color: rgba(255, 255, 255, 0.70);
}
.each-aanbod-contact-text p a:hover{
    color: #EF981E;
}
.modal-area2 .popup-right .common-btn {
    box-shadow: none;
}
/* aanbd-related-sec */
.aanbd-related-wrap{
    border-radius: 10px;
    background: #F7F7F7;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}
.aand-related-wave{
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.aanbd-realted-heading h2{
    color: #070707;
}
.aanbd-realted-heading{
    margin-bottom: 72px;
}
/* ====== Annbod Detail Page End Here ======= */
/* =============================== diensten-list ================================ */
/****inner-banner-sec****/
.inner-banner-sec {
    position: relative;
}
.inner-banner-sec .common-wrap {
    padding-top: 24px;
}
.inner-banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}
.each-inner-banner {
    height: 576px;
    border-radius: 10px;
    overflow: hidden;
}
.each-inner-banner img {
    height: 100%;
    object-fit: cover;
}
/****diens-list-sec****/
.diens-list-sec {
    margin-top: 24px;
}
.diens-list-wrap {
    position: relative;
    background-color: #111111;
    padding: 120px 0;
    border-radius: 10px;
}
.diens-list-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.05;
}
.diens-list-bg img {
    height: 100%;
}
.diens-list-area .row {
    margin: 0 -12px;
    row-gap: 24px;
}
.diens-list-area .col-lg-6 {
    padding: 0 12px;
}
.diens-list-area .each-service {
    height: 496px;
}
.diens-list-area .each-service-heading p {
    max-width: 326px;
    width: 100%;
    margin: 0 auto;
}
/* =============================== diensten-dtl ================================ */
/****diens-dtl-marge****/
.diens-dtl-marge {
    position: relative;
}
.diens-dtl-marge::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.06;
    z-index: -1;
    background-image: url(../images/diens-top-bg.png);
    background-repeat: no-repeat;
}
.diens-mid-area td strong {
    color: rgba(239, 152, 30, 0.50);
}
/****back-btn-sec****/
.back-btn-sec {
    padding: 220px 0 32px;
} 
/****diens-top-sec****/
.diens-top-img {
    border-radius: 10px;
    overflow: hidden;
    max-width: 672px;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
}
.diens-top-txt {
    padding-right: 20px;
}
.diens-top-txt h2 {
    margin-bottom: 25px;
}
.diens-top-txt h5 {
    font-size: 2.4rem;
    line-height: 32px;
}
.diens-top-txt p {
    margin-bottom: 25px;
}
/****diens-mid-sec****/
.diens-mid-sec {
    padding: 30px 0 120px;
}
.diens-mid-area table {
    width: 100%;
}
.diens-mid-area tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.diens-mid-area td {
    position: relative;
    text-align: center;
    border-radius: 458px;
    border: 3px solid #FFF;
    background: #111;
    padding: 150px 40px;
    width: 30.22%;
    height: 454px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diens-mid-area td::after {
    content: '';
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translateX(-50%);
    width: 34px;
    height: 34px;
    background-color: #FFFFFF;
    border-radius: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diens-mid-area td h3 {
    margin-bottom: 11px;
}
.diens-mid-area td p {
    width: 100%;
    max-width: 308px;
    margin: 0 auto;
}
.diens-mid-area td:first-child,
.diens-mid-area td:last-child {
    position: relative;
    right: -2%;
    z-index: 1;
}
.diens-mid-area td:last-child {
    right: auto;
    left: -2%;
}
.diens-mid-area td:hover {
    border-color:#EF981E;
    box-shadow: 0 0 10px 0 #EF981E;
}
.diens-mid-area td:hover::after {
    background-color: #EF981E;
}
.diens-mid-area td:hover h3 strong {
    color: #EF981E;
}
/****form-sec****/
.form-sec {
    margin: 24px 0;
}
.form-wrapper {
    background-color: #111111;
    border-radius: 10px;
    padding: 84px 0 80px;
    position: relative;
}
.form-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.form-bg img {
    height: 100%;
}
.form-top-area {
    margin-bottom: 55px;
}
.form-title h2 {
    margin-bottom: 23px;
}
.form-title p {
    max-width: 559px;
    width: 100%;
}
.form-contact-dtls .ft-wrap {
    grid-template-columns: repeat(3, 1fr);
    max-width: 710px;
    row-gap: 20px;
}
.form-contact-dtls .ft-item h4 {
    line-height: normal;
    letter-spacing: normal;
}
.form-main-area .row {
    padding: 0 19px;
    row-gap: 20px;
    justify-content: center;
}
.form-main-area .form-group {
    position: relative;
    margin-bottom: 0;
    background: #111111;
    width: 400px;
    height: 400px;
    display: flex;
    align-items: center;
    border: 1.5px solid rgba(255, 255, 255, 0.50);
    border-radius: 400px;
    padding: 20px;
}
.form-group-wrap {
    position: relative;
    max-width: 229px;
    margin: 0 auto;
    width: 100%;
}
.form-main-area .form-styl {
    background: transparent;
    color: #F4F4F4;
    font-family: 'Outfit-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    border: none;
    padding: 0;
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    border-radius: 0;
    resize: none; 
}
.form-main-area .form-styl::placeholder{
    color: rgba(255, 255, 255, 0.50);
}
.form-main-area .form-styl:placeholder {
    color: rgba(255, 255, 255, 0.50);
}
.form-main-area .form-styl:focus{
    outline: none;
    box-shadow: none;
    color: #F4F4F4;
    border-color: #fff;
}
.form-main-area  .form-styl:focus::placeholder{
    color: #F4F4F4;
}
.form-main-area textarea.form-styl {
    height: 123px;
}
.form-main-area .form-styl.photo_upload,
.form-main-area .form-styl.foto_upload {
    color: rgba(255, 255, 255, 0.50);
}
.form-main-area .form-label {
    color: rgba(255, 255, 255, 0.50);
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: transparent;
    line-height: normal;
    pointer-events: none;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'Outfit-Regular';
    letter-spacing: 0.32px;
}
.form-main-area .form-group-wrap.focus-input .form-label {
    top: -73%;
    color: rgba(227, 217, 208, 0.50);
}
.form-main-area .form-grp-input {
    border-radius: 400px;
    border: 1.5px solid #EF981E;
    box-shadow: 0 0 10px 0 #EF981E;
}
.form-main-area .form-textarea .form-group-wrap.focus-input .form-label {
    top: -40%;
}
.form-main-area .row .col-lg-3:nth-child(even) .form-group {
    z-index: 1;
}
.form-btn {
    margin-top: 48px;
} 
.mob-form-contact-dtls {
    display: none;
}
body .form-wrapper .error_cls,
body .form-wrapper .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.formError .formErrorContent {
    position: absolute !important;
}

/****diens-btm-sec****/
.diens-btm-wrapper {
    background-color: #F7F7F7;
    border-radius: 10px;
    padding: 120px 0;
    position: relative;
}
.diens-btm-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.18;
}
.diens-btm-bg img {
    height: 100%;
}
.diens-btm-title {
    margin-bottom: 71px;
}
.diens-btm-title h2 {
    color: #070707;
}
.diens-service-slider .each-service {
    height: 352px;
}
.diens-service-slider .common-arrow {
    top: 43%;
}
.diens-service-slider .swiper-button-prev {
    left: -1.5%;
}
.diens-service-slider .swiper-button-next {
    right: -1.5%;
}
/* =============================== vacatures-dtl ================================ */
/****vacture-mid-sec****/
.vacture-mid-sec .diens-mid-area td { 
    width: 42%;
    text-align: left;
    padding: 227px 89px;
    padding-right: 74px;
    height: 632px;
}
.vacture-mid-sec .diens-mid-area td p {
    max-width: 100%;
}
.vacture-mid-sec .diens-mid-area td::after {
    top: 27%;
    left: 17%;
}
.diens-mid-area td em {
    display: block;
    overflow-y: auto;
    height: 100%;
    font-style: normal;
    padding-right: 10px;
    border-radius: 10px;
}
.diens-mid-area td em::-webkit-scrollbar {
    background-color: #202020;
	width: 4px;
    border-radius: 10px;
    overflow: hidden;
}
.diens-mid-area td em::-webkit-scrollbar-thumb {
	background-color: #3a3a3a;
    border-radius: 10px;
    overflow: hidden;
}
/* =============================== Bedankt ================================ */
.bedankt-banner .home-banner-heading h1 {
    margin-bottom: 10px;
}
.bedankt-banner .home-banner-heading p { 
    margin-bottom: 40px;
}
/* =============================== pop-up ================================ */
.modal-area .modal-dialog {
    max-width: 69%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(17, 17, 17, 0.70);
    backdrop-filter: blur(8px);
}
.modal-area .modal-content {
    border: 0;
    position: relative;
    background: #111111;
    border-radius: 10px;
}
.pop-up-image {
    height: 100%;
    position: relative;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
}
.pop-up-image img {
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.modal-area .popup-content {
    padding: 64px 46px 64px 70px;
}
.modal-area .popup-content h3 {
    margin: 32px 0;
}
.modal-area .popup-content h6 {
    color: #FFF;
    font-size: 1.6rem;
    text-transform: none;
    font-family: 'ProximaNova-Regular';
    letter-spacing: 0.16px;
    line-height: 22px;
}
.modal-area .popup-content p{
    margin-bottom: 0;
}
.modal-content .col-lg-5 {
    width: 41%;
}
.modal-content .col-lg-7 {
    width: 59%;
}
.modal-area .popup-content ul {
    padding-left: 0;
    margin-bottom: 32px;
}
.modal-area .popup-content li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px;
}
.modal-area .popup-content li:last-child {
    margin-bottom: 0;
}
.modal-area .popup-content li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    background-color: #EF981E;
    background-size: 8px;
    height: 8px;
    width: 8px;
    border-radius: 100%;
}
.modal-content .close-img {
    position: absolute;
    top: 11px;
    right: 16px;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 1;
    background: #FFF;
}
.modal-content .close-img img {
    width: 18px;
}
/* =============================== over-ons ================================ */
/****over-ons-usp-marquee-sec****/
.over-ons-usp-marquee-sec .usp-marquee-wrap ul li::after {
    background-color: #EF981E;
}
.over-ons-usp-marquee-sec .usp-marquee-bg{
    border-radius: 0;
}
/****over-ons-top-sec****/
.over-ons-top-sec {
    padding: 24px 0;
}
.over-ons-top-wrapper {
    padding: 96px 0 160px;
    position: relative;
}
.over-ons-top-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.06;
}
.over-ons-top-bg img {
    height: 100%;
    object-fit: cover;
}
.over-ons-top-area .col-lg-7 {
    width: 45%;
}
.over-ons-top-area .col-lg-5 {
    width: 55%;
}
.over-ons-top-img-area {
    position: relative;
}
.over-ons-top-img {
    max-width: 655px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.over-ons-top-img-area,
.over-ons-top-img {
    height: 100%;
}
.over-ons-top-img img {
    height: 100%;
    object-fit: cover;
}
.over-ons-top-small-img {
    width: 294px;
    height: 294px;
    border-radius: 294px;
    border: 16px solid #FFF;
    overflow: hidden;
    position: absolute;
    bottom: -10%;
    right: -5%;
}
.over-ons-top-small-img img {
    height: 100%;
    object-fit: cover;
}
.over-ons-top-txt {
    padding-top: 80px;
    padding-bottom: 166px;
    padding-left: 32px;
}
.over-ons-top-txt h2 {
    margin-bottom: 22px;
}
.over-ons-top-txt p {
    max-width: 516px;
    width: 100%;
}
/****over-ons-mid-sec****/
.over-ons-mid-sec {
    overflow: hidden;
}
.over-ons-mid-wrapper {
    background-color: #111111;
}
.over-ons-mid-txt {
    padding-right: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}
.over-ons-mid-txt table,
.over-ons-mid-txt tbody {
    width: 100%;
}
.over-ons-mid-txt tr {
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px;
}
.over-ons-mid-txt td {
    position: relative;
    padding-left: 92px;
}
.over-ons-mid-txt td::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 27px;
    height: 27px;
    background-color: #EF981E;
    border-radius: 50px;
}
.over-ons-mid-txt td h3 {
    max-width: 352px;
    width: 100%;
    margin-bottom: 26px;
}
.over-ons-mid-img {
    padding-right: 24px;
    height: 100%;
    width: 100%;
}
.over-ons-mid-img img{
    height: 100%;
    object-fit: cover;
}
/*****usp-marquee-sec*****/
.over-ons-mid-marquee-sec {
    padding: 24px 0;
}
.over-ons-mid-marquee-bg {
    overflow: hidden;
    background: #111;
}
.over-ons-mid-marquee-wrap {
    padding: 17px 0px;
	display: flex;
	width: max-content;
    gap: 91px;
}
.over-ons-mid-marquee-wrap ul{
    display: flex;
    align-items: center;
    gap: 91px;
    padding: 0;
    margin: 0;
}
.over-ons-mid-marquee-wrap ul li {
    color: #F7F7F7;
    font-family: 'Outfit-SemiBold';
    font-size: 2.4rem;
    line-height: 32px;
    padding-left: 110px;
}
.over-ons-mid-marquee-wrap ul li::after {
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background-color: #EF981E;
}
.over-ons-mid-marquee-wrap li h4 {
    letter-spacing: normal;
}
.over-ons-mid-marquee-wrap li p {
    max-width: 517px;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 0;
}
.over-btm-sec .home-about-wrapper {
    margin-top: 0px;
    padding-top: 0px;
    height: 730px;
}
.over-btm-sec .home-about-wrap {
    margin-top: -44%;
}
.over-counter-sec .home-counter-wrap .each-counter::after {
    width: 34px;
    height: 34px;
}
.over-counter-sec .home-counter-wrapper {
    border-radius: 0;
}
.alert-number { 
    bottom: 28px !important;
    left: 16px !important; 
}
.popup .popuptext {
    padding: 8px 0 !important;
    bottom: 3px !important;
    right: 3vw !important;
}
.privacy_section h2 {
    padding-top: 142px;
}



/* ======================== 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;
    margin-bottom: 10px;
}

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

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


/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 10px 6px 20px;
    color: #000;
    background-size: contain;
}
.star_icon{
    margin-bottom: 30px;
}
.star_icon h4{
    padding-bottom: 10px;
    padding-top: 15px;
    margin-bottom: 15px;
   /* color: #1c1c1c;*/
    border-bottom: 1px solid #181716;
    padding-bottom: 10px;
}
.star_icon p img {
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
    height: auto;
    max-width: initial;
    filter: none;
    padding-right: 0;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.bullet-panel li::after {
    background-color: #EF981E;
}
.cursor{
    cursor:pointer;
}
.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#555 calc(1*100%/6),#fff 0 calc(3*100%/6),#555 0),
              linear-gradient(#555 calc(2*100%/6),#fff 0 calc(4*100%/6),#555 0),
              linear-gradient(#555 calc(3*100%/6),#fff 0 calc(5*100%/6),#555 0);
    background-size: 10px 400%;
    background-repeat: no-repeat;
    animation: matrix 1s infinite linear;
  }
  @keyframes matrix {
    0% {
      background-position: 0% 100%, 50% 100%, 100% 100%
    }
  
    100% {
      background-position: 0% 0%, 50% 0%, 100% 0%
    }
  }
  .load_aanbod{
    justify-content: center;
    display: flex;
    column-gap: 30px;
    align-items: center;
    color: #fff;
  }


.carpass-img {
    width: 115px;
}










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

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


/* whats app lab start  */

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

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

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

.notifcation {
    position: relative;
}

.alert-number {
    display: none;
    position: absolute;
    bottom: 43px;
    right: 12px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    background-color: red;
    color: white;
    text-align: center;
    font-size: small;
    animation: shake 0.5s;
    animation-iteration-count: 1;
}
.aanbd-detail-img img{
    cursor: pointer;
}
.each-aanbd-wrap .each-aanbd-img img {
    cursor: pointer;
}
.each-aanbd-count {
    cursor: pointer;
}
@media screen and (max-width: 600px) {
    .popuptext {
        right: 60px !important;
    }
}
@media (max-width : 767.98px){
    .fixed-whatsapp-icon{
        display: none;
    }
}
/* whatapp lab end  */