body {
	padding: 0px;
	margin: 0px;
	color: #090909;
    font-family: 'Mona-Sans-Regular';
    font-size: 1.6rem;
    background-color: #fff;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    border-color: rgba(255,255,255,0.1);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.1);
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
/****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;
}
/****iframe-footer****/
.iframe-footer {
    border: 0;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    display: block;
}
/* ============================================== index ============================================== */
/****header-area****/
.header-area {
	position: fixed;
	padding: 28px 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.header-container-wrap {
    padding: 0 4%;
}
.header-wrap {
	border-radius: 75px;
	border: 1px solid #F5F5F5;
	background: #F5F5F5;			
	padding: 5px 12px 5px 20px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-logo img {
	width: 214px;
}
.header-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 39px;
}
.header-nav li {
	margin: 0;
	padding: 0;
    font-family: 'Mona-Sans-Medium';
	font-size: 1.6rem;
	line-height: 22.48px;
    letter-spacing: 0.16px;
	color: #090909;
}
.header-nav li a {
    color: #090909;
}
.header-nav li::after {
    display: none;
}
.header-nav li a:hover {
	color: #6B0B09;
}
.header-btn .common-btn {
	top: 3px;
}
.header-area.stiky .header-wrap {
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.3);
}
/* .header-area.stiky .header-nav li, 
.header-area.stiky .header-nav li a {
    color: #fff;
} */
/* .header-area.stiky .header-nav li:hover, 
.header-area.stiky .header-nav li a:hover {
    color: rgba(255, 255, 255, 0.6);
} */
/* .header-area.stiky .header-btn .common-btn {
	border-color: #fff;
    color: #fff;
}
.header-area.stiky .header-btn .common-btn:hover {
    background-color: #fff;
    color: #6B0B09;
} */
/***mobile-menu***/
.menu-bar {
    position: relative;
    max-width: 30px;
	height: 30px;
    width: 100%;
	margin-left: auto;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #6B0B09;
    content: '';
    height: 2px;
    margin: 5px 0 5px auto;
    width: 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
    top: 6px;
    right: 0;
}
.menu-bar::before {
	margin-top: 0;
}
.menu-bar::after {
	margin-bottom: 0;
}
.menu-bar div {
	width: 80%;
}
.menu-bar::after {
	width: 60%;
}
.menu-bar.active div {
    transform: scale(0);
}
.menu-bar.active:before {
    transform: translateY(6px) rotate(135deg);
	width: 100%;
}
.menu-bar.active:after {
    transform: translateY(-8px) rotate(-135deg);
	width: 100%;
}
.mobile-header-menu {
	position: absolute;
	top: 95px;
	background-color: #6B0B09;
	height: 70vh;
	width: 100%;
	left: 0;
	padding: 40px;
	border-radius: 10px;
	border: 1px solid #6B0B09;
	clip-path: inset(0 0 100% 0);
	left: 50%;
    transform: translateX(-50%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.mobile-header-menu-wrap {
	height: 100%;
	overflow-x: auto;
}
.mobile-header-menu-wrap .dropdown-menu li a {
    color: #090909;
    background-color: #fff;
    font-size: 1.4rem;
    line-height: normal;
    display: block;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid #6B0B09;
}
.mobile-header-menu-wrap .dropdown-menu li:last-child a {
    border-bottom: 0;
}
.mobile-header-menu-wrap li a:hover {
    color: rgba(255, 255, 255, 0.50);
}
.mobile-header-menu-wrap::-webkit-scrollbar {
	background-color: #090909;
	width: 8px;
	border-radius: 10px;
}
.mobile-header-menu-wrap::-webkit-scrollbar-thumb {
	background-color: #2c2c2c;
	border-radius: 10px;
}
.mobile-header-menu ul {
	flex-direction: column;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-header-menu.mob-menu-active {
	clip-path: inset(0 0 0 0);
}
.mobile-header-menu li {
	padding: 0;
	font-size: 2rem;
	margin-bottom: 20px;
}
.mobile-header-menu li:last-child {
	margin-bottom: 0;
}
.mobile-header-menu li::after {
	display: none;
}
.mobile-header-menu li.active {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
	animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
    -webkit-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	-o-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	animation-delay: calc(0.1s * attr(data-animation-offset number 1));
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
/* .header-area.stiky .menu-bar div, 
.header-area.stiky .menu-bar::after, 
.header-area.stiky .menu-bar::before {
    background-color: #fff;
} */
.header-nav .dropdown > a {
	position: relative;
	padding-right: 20px;
	padding-bottom: 20px;
}
.header-nav .dropdown > a::before {
	content: "";
	height: 12px;
	width: 12px;
	position: absolute;
	right: 0;
	top: 2px;
	background-image: url(../images/header-d-arrow-black.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px;
}
.header-nav .dropdown-menu {
	border-radius: 5px;
	background-color: #6B0B09;
    min-width: 170px;
    padding: 20px 15px;
    border: 0;
    display: block;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    max-height: 500px;
    overflow-y: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-nav .dropdown-menu::-webkit-scrollbar {
	display: none;
}
.header-nav .dropdown-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.header-nav .dropdown-menu li a {
    background-color: #6B0B09;
    color: #fff;
    font-size: 1.6rem;
    line-height: 21px;
    display: block;
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-top: 15px;
}
.header-nav .dropdown-menu li:first-child a {
    padding-top: 0;
}
.header-nav .dropdown-menu li:last-child a {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.header-nav .dropdown:hover .dropdown-menu {
	pointer-events: all;
	opacity: 1;
	top: 40px;
}
.header-nav .dropdown-toggle::after {
	display: none;
}
.header-nav .dropdown-menu li a:hover {
	color: rgba(255, 255, 255, 0.50);
}
.mobile-header-menu .dropdown-toggle::after {
    display: none;
}
.mobile-header-menu .dropdown-menu {
	position: relative;
	transform: translateX(0);
	left: 0;
	top: 20px;
	height: 0;
	max-height: 0;
	overflow-y: hidden;
	overflow-x: hidden;
	padding: 0;
}
.mobile-header-menu .dropdown {
	position: relative;
}
.mobile-header-menu .dropdown::before {
	content: "";
	height: 12px;
	width: 10px;
	position: absolute;
	right: 0;
	top: 6px;
	background-image: url(../images/header-d-arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 10px;
}
.mobile-header-menu .dropdown:hover .dropdown-menu {
	top: 20px;
}
.mobile-header-menu .dropdown-menu {
	pointer-events: all;
	opacity: 1;
	top: 20px;
	min-width: 100%;
}
.mobile-header-menu .dropdown-menu.show-dropdown {
	top: 20px;
	height: auto;
	padding: 10px;
	margin-bottom: 40px;
	max-height: max-content;
	overflow-y: visible;
    display: block;
    border-radius: 5px;
}
.mobile-header-menu .dropdown-menu li {
    margin-bottom: 0;
}
.mobile-header-menu .dropdown > a {
	padding-bottom: 0;
}
.mobile-header-menu .dropdown > a::before {
	opacity: 0;
}
/****banner-top-info****/
.banner-top-info {
    padding-top: 191px;
    padding-bottom: 53px;
}
.banner-top-info p {
    max-width: 575px;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 0;
}
/****banner-sec****/
.banner-rotate {
    width: 189px;
    height: 189px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    backdrop-filter: blur(10px);
}
.rotate-arrow, 
.rotate-white-arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.rotate-arrow img {
    width: 38px;
}
.banner-rotate:hover {
    background: #FF2E17;
}
.white-text-rotate,
.rotate-white-arrow {
    display: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.banner-rotate:hover .red-text-rotate {
    display: none;
}
.banner-rotate:hover .white-text-rotate {
    display: block;
}
.banner-rotate:hover .rotate-white-arrow {
    display: block;
}
.banner-rotate:hover .red-text-rotate {
    display: none;
}
@keyframes rotating {
	from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
	}
	to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
	}
}
.rotating {
	-webkit-animation: rotating 10s linear infinite;
	-moz-animation: rotating 10s linear infinite;
	-ms-animation: rotating 10s linear infinite;
	-o-animation: rotating 10s linear infinite;
	animation: rotating 10s linear infinite;
}
.banner-sec {
	position: relative;
}
.banner-video, .each-banner {
	height: 604px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
    border-radius: 30px;
    overflow: hidden;
}
.each-banner-top-cut {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.banner-ring {
    position: absolute;
    left: 0;
    bottom: -20%;
    pointer-events: none;
    z-index: 0;
}
/****product-sec****/
.product-sec {
    padding: 65px 0 75px;
}
.product-title {
    margin-bottom: 61px;
    text-align: center;
}
.product-title h5 {
    margin-bottom: 12px;
}
.each-product {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-info h6 {
    color: #090909;
    line-height: 22.48px;
    letter-spacing: 0.16px;
    font-family: 'Mona-Sans-Medium';
    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 p {
    color: rgba(9, 9, 9, 0.5);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.4rem;
    line-height: normal;
    margin-bottom: 16px;
    /* border-bottom: 1px solid #090909; */
    /* padding-bottom: 12px; */
    margin-top: 4px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-info ul::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 100%;
    background-color: #090909;
}
.each-product-info ul {
    display: flex;
    column-gap: 8px;
    row-gap: 10px;
    flex-wrap: wrap;
    position: relative;
    padding-top: 12px;
}
.each-product-info li {
    margin-bottom: 0;
    padding-left: 0;
    color: rgba(9, 9, 9, 0.5);
    font-size: 1.4rem;
    font-family: 'Mona-Sans-Medium';
    line-height: normal;
    width: 32%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text li::after {
    display: none;
}
.each-product-text li strong {
    display: block;
    font-weight: normal;
    color: #090909;
    margin-top: 6px;
    line-height: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-info {
    border-radius: 10px;
    background: #F5F5F5;
    overflow: hidden;
    padding: 20px 16px;
    margin-top: 7px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-btn {
    background-color: #090909;
    border-radius: 10px;
    padding: 19px 24px;
    display: flex;
    align-items: center;
    margin-top: 7px;
    position: relative;
    flex-wrap: wrap;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-btn::after {
    content: "";
    height: 13px;
    width: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
    background-image: url(../images/product-btn-arrow.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center center;
}
.each-product-btn h6 {
    font-size: 1.6rem;
    font-family: 'Mona-Sans-Medium';
    line-height: 22.48px;
    letter-spacing: 0.16px;
    color: #fff;
}
.each-product:hover .each-product-info,
.each-product:hover .each-product-btn {
    background-color: #6B0B09;
}
.each-product:hover .each-product-info h6 {
    color: #fff;
}
.each-product:hover .each-product-info p {
    color: #fff;
}
.each-product:hover .each-product-info ul::after {
    background-color: #fff;
}
.each-product:hover .each-product-info li {
    color: rgba(255, 255, 255, 0.5);
}
.each-product:hover .each-product-info li strong {
    color: #fff;
}
.each-product-top-cut {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.each-product-img {
    border-radius: 10px;
    overflow: hidden;
}
.product-slider .common-arrow {
    display: none;
}
.product-btn {
    margin-top: 48px;
}
/****home-mid-block****/
.home-mid-block {
    background-color: #090909;
    padding: 73px 0;
    position: relative;
    overflow: hidden;
}
.home-mid-block::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    background-color: #fff;
    height: 30px;
    width: 30px;
}
.home-mid-block .container {
    position: relative;
    z-index: 1;
}
.home-mid-right ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
}
.home-mid-right li {
    margin: 0;
    background: #fff;
    padding: 21px 30px;
    width: 32.33%;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 98px;
}
.home-mid-right li::after {
    display: none;
}
.home-mid-block-left h2,
.home-mid-block-left p {
    color: #fff;
}
.home-mid-block-left h2 {
    margin: 7px 0;
}
.home-mid-block-left p {
    max-width: 600px;
    width: 100%;
    margin-bottom: 15px;
}
.home-mid-right {
    padding-left: 4%;
}
.home-mid-block-mark {
    position: absolute;
}
/****about-sec****/
.about-sec {
    padding: 105px 0 89px;
    position: relative;
}
.about-img {
    display: flex;
    column-gap: 3px;
    position: relative;
}
.about-left-img {
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}
.about-right-img {
    overflow: hidden;
    border-radius: 10px;
}
.about-content li::after {
    display: none;
}
.about-content h3 {
    color: #090909;
}
.about-right-img {
    margin-top: 25%;
    position: relative;
}
.about-dot-mark {
    position: absolute;
    left: 22.5%;
    bottom: 2.5%;
    transform: translateY(-50%);
    z-index: -1;
    pointer-events: none;
}
.about-content tr {
    display: flex;
    column-gap: 15px;
    align-items: center;
}
.about-content td img {
    position: relative;
    top: -45px;
}
.about-content td h3 {
    margin-bottom: 10px;
}
.about-content p {
    max-width: 551px;
    width: 100%;
}
.about-content h2 {
    margin: 10px 0 5px;
}
.about-content td p {
    margin-bottom: 15px;
}
.about-rotate {
    width: 181px;
    height: 184px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    overflow: hidden;
    position: absolute;
    top: 8%;
    z-index: 1;
    right: -13%;
    padding: 4px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about-rotate-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.about-rotate-logo img {
    width: 112px;
}
@keyframes about-rotating {
	from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
	}
	to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
	}
}
.about-rotating {
	-webkit-animation: rotating 10s linear infinite;
	-moz-animation: rotating 10s linear infinite;
	-ms-animation: rotating 10s linear infinite;
	-o-animation: rotating 10s linear infinite;
	animation: rotating 10s linear infinite;
}
.about-content .common-btn {
    margin-top: 32px;
}
.each-about-cut {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
/****counter-sec****/
.counter-sec {
    padding-bottom: 110px;
}
.counter-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.each-counter {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 16px;
    text-align: center;
}
.each-counter-info h3 {
    color: rgba(9, 9, 9, 0.65);
    margin: 9px 0 0;
}
.each-counter-info h2 strong {
    font-weight: normal;
}
.each-counter-img {
    background-color: #6B0B09;
    border-radius: 100px;
    height: 84px;
    width: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
}
.each-counter-img img {
    width: 35px;
    height: 35px;
}
.counter-wrap {
    position: relative;
}
.counter-wrap::after {
    content: '';
    position: absolute;
    top: 76%;
    left: 3%;
    width: calc(100% - 6%);
    height: 1px;
    background-color: rgba(9, 9, 9, 0.15);
    z-index: -1;
}
/****google-review****/
.google-review {
    padding: 107px 0 56px;
}
/****footer-area****/
.footer-area {
    background-color: #090909;
    padding: 65px 0 60px;
    position: relative;
}
.footer-logo {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 76%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 76%);
    background-color: #fff;
    padding: 55px 40px;
    height: 244px;
    width: 100%;
    max-width: 430px;
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.footer-logo img {
    width: 362px;
}
.footer-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 10px;
}
.each-footer-info li {
    padding: 0;
    margin: 0;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Mona-Sans-Medium';
    font-size: 1.8rem;
    line-height: 27px;
}
.each-footer-info li::after {
    display: none;
}
.each-footer-contact p {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0;
}
.each-footer-contact p a,
.each-footer-contact a,
.each-footer-contact p {
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Mona-Sans-Medium';
    font-size: 1.8rem;
    line-height: 30px;
}
.each-footer-contact p a:hover {
    color: #fff;
}
.each-footer-info-contact {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 70px;
}
.each-footer-info li a {
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Mona-Sans-Medium';
    font-size: 1.8rem;
    line-height: 30px;
}
.each-footer-info li a:hover,
.each-footer-contact a:hover,
.each-footer-contact p a:hover {
    color: #fff;
}
.each-footer-info h3 {
    margin-bottom: 30px;
}
.footer-form {
    position: relative;
    max-width: 430px;
    width: 100%;
    margin-top: 30px;
}
.footer-form .form-style {
	resize: none;
    border: 0;
    border-radius: 40px;
    background-color: #fff;
    font-family: 'Mona-Sans-SemiBold';
    color: #101828;
    font-size: 1.6rem;
    padding: 23px 180px 23px 34px;
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.footer-form .form-style:placeholder {
    color: rgba(16, 24, 40, 0.7);
}
.footer-form .form-style:-ms-input-placeholder {
    color: rgba(16, 24, 40, 0.7);
}
.footer-form .form-style::placeholder {
    color: rgba(16, 24, 40, 0.7);
}
.footer-form .form-style:focus {
    box-shadow: none;
    border: 0;
    color: #101828;
    background-color: #fff;
}
.footer-form .form-style:focus::placeholder {
    color: #101828;
}
.footer-form .form-style.foto_upload,
.footer-form .form-style.photo_uplaod {
    color: #101828;
}
.footer-form .common-btn {
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 28px;
    padding-right: 28px;
    background: #6B0B09;
    color: #fff;
}
.footer-form .common-btn:hover {
    background-color: #090909;
    border-color: #090909;
}
.footer-social li::after {
    display: none;
}
.footer-credit h6,
.footer-social li {
    font-family: 'Mona-Sans-Medium';
    font-size: 1.8rem;
    color: #fff;
}
.footer-social li {
    margin: 0;
    padding: 0;
}
.footer-social li a {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-social ul {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.footer-wp {
    border-radius: 10px;
    background: #6EE37A;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.footer-social li:last-child {
    padding-left: 25px;
}
.footer-right-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    position: relative;
    padding-top: 27px;
    margin-top: 33px;
}
.footer-right-btm::after {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
}
.footer-social li img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-social li:first-child {
    padding-right: 10px;
}
.footer-social li a:hover img {
    filter: brightness(0.5);
}
.footer-social li:last-child:hover img {
    filter: brightness(1);
}
/* ============================================== contact ============================================== */
/****contact-banner****/
.contact-banner {
    padding-top: 9%;
    position: relative;
}
.map {
    position: relative;
    height: 603px;
    border-radius: 30px;
    overflow: hidden;
}
.contact-banner-title {
    text-align: center;
    position: relative;
    top: 25px;
    z-index: 1;
    margin-bottom: 17px;
}
.contact-dot {
    position: absolute;
    left: 5%;
    bottom: -4%;
    pointer-events: none;
}
.map-wraper {
    position: relative;
}
.each-contact-top-cut {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
/****contact-block****/
.contact-block {
    padding-top: 107px;
}
.each-contact-block h3 {
    margin: 35px 0 14px;
    color: #090909;
}
.each-contact-block p {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: rgba(9, 9, 9, 0.50);
    font-size: 1.8rem;
    line-height: 27px;
    font-family: 'Mona-Sans-Medium';
}
.contact-block-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 27px;
    row-gap: 20px;
    max-width: 77%;
    margin: 0 auto;
}
.contact-block-wrap a {
    border-radius: 15px;
    overflow: hidden;
    background: #FFF;
    box-shadow: 0 10px 20px 0 rgba(20, 20, 20, 0.10);
    padding: 32px 25px;
    text-align: center;
    width: 31%;
}
.each-contact-block p {
    margin-bottom: 0;
}
.contact-block-wrap a:hover p {
    color: #6B0B09;
}
/****form-sec****/
.form-sec {
    position: relative;
    padding: 121px 0 86px;
}
.form-img {
    padding-left: 35px;
    height: 100%;
}
.form-img img {
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.form-block {
    padding-right: 21%;
}
.form-block h2 {
   color: #141414;
}
.form-block h3 {
   color: #141414;
   margin: 6px 0 45px;
}
.form-ring {
    position: absolute;
    right: 0;
    bottom: -12%;
    z-index: -1;
    pointer-events: none;
}
.form-block .form-group {
	margin-bottom: 12px;
}
.form-block .form-style {
	resize: none;
	border: none;
    font-family: 'Mona-Sans-Regular';
    font-size: 1.6rem;
    padding: 18px 28px;
	border-radius: 10px;
	background: #f5f5f5;
	color: #141414;
	line-height: 24px;
    overflow: hidden;
}
.form-block .form-style::placeholder{
	color: rgba(20, 20, 20, 0.50);
}
.form-block .form-style:-ms-input-placeholder {
	color: rgba(20, 20, 20, 0.50);
}
.form-block .form-style::placeholder {
	color: rgba(20, 20, 20, 0.50);
}
.form-block .form-style:focus {
    box-shadow: none;
	border: none;
}
.form-block textarea.form-style {
    min-height: 159px;
}
.form-block .common-btn {
    margin-top: 25px;
}
.form-main-area .form-styl.photo_upload,
.form-main-area .form-styl.foto_upload {
    color: rgba(20, 20, 20, 0.50);
}
/* ============================================== partner_1 ============================================== */
/****partner-top****/
.partner-top {
    padding-top: 198px;
}
.partner-top-wrap {
    text-align: center;
}
.partner-top-wrap h2 {
    margin: 20px 0 6px;
}
.partner-top-wrap p {
    max-width: 865px;
    width: 100%;
    margin: 0 auto;
}
/****partner-block****/
.partner-block {
    padding-bottom: 44px;
    padding-top: 80px;
}
.each-partner-block {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
}
.partner-block .row .col-4 {
    border-right: 1px solid rgba(9, 9, 9, 0.15);
    border-bottom: 1px solid rgba(9, 9, 9, 0.15);
}
.partner-block .row .col-4:nth-child(3n) {
    border-right: 0;
}
.each-partner-block img {
    height: 110px;
    width: 40% !important;
}
.partner-block .row .col-4:last-child,
.partner-block .row .col-4:nth-last-child(2),
.partner-block .row .col-4:nth-last-child(3) {
    border-bottom: 0;
}
/****partner-google-review****/
.partner-google-review {
    padding-top: 0 !important;
}
/* ============================================== over-ons ============================================== */
/****inner-banner****/
.inner-banner {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    height: 603px;
}
.inner-banner img {
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    overflow: hidden;
}
/****over-ons-about-sec****/
.over-ons-about-sec {
    padding: 87px 0;
    position: relative;
}
.over-ons-about-area {
    position: relative;
}
.overons-about-ring {
    position: absolute;
    right: 0;
    bottom: -17%;
    pointer-events: none;
    z-index: 0;
}
.over-ons-about-img .col-3 {
    width: 30%;
}
.over-ons-about-img .col-9 {
    width: 70%;
}
.over-ons-about-info {
    padding-right: 20px;
}
.over-ons-about-info h2 {
    margin: 13px 0 5px;
}
.over-ons-about-info p {
    max-width: 560px;
    width: 100%;
}
/****usp-sec****/
.usp-sec {
    background: #F5F5F5;
    padding: 103px 0 238px;
    overflow: hidden;
}
.usp-img-area {
    max-width: 574px;
    width: 100%;
    position: relative;
}
.usp-dot-mark {
    position: absolute;
    right: -14%;
    bottom: 2.5%;
    transform: translateY(-50%);
    pointer-events: none;
}
.usp-img {
    position: relative;
    z-index: 1;
}
.usp-info {
    padding-left: 80px;
}
.usp-info-top h2 {
    margin: 11px 0 5px;
}
.usp-info-top {
    max-width: 593px;
    width: 100%;
}
.usp-info-mid {
    background-color: #F5F5F5;
    max-width: 1395px;
    width: 100%;
    margin-right: -7%;
    margin-left: auto;
    margin-top: -35%;
    position: relative;
    z-index: 1;
}
.usp-info-mid table {
    width: 100%;
}
.usp-info-mid tr {
    display: flex;
    flex-wrap: wrap;
    padding: 80px;
}
.usp-info-mid td {
    width: 25%;
    padding-right: 74px;
}
.usp-info-mid td:last-child {
    padding-right: 0;
}
.usp-info-mid td strong {
    font-weight: normal;
    width: 61px;
    height: 61px;
    background-color: #6B0B09;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.usp-info-mid td strong img {
    width: 29px;
    height: 29px;
}
.usp-info-mid td h3 {
    color: #090909;
    margin: 40px 0 9px;
}
.usp-info-mid td p {
    font-size: 1.4rem;
    margin-bottom: 0;
}
/****gallery-sec****/
.gallery-sec {
    padding: 76px 0 7px;
}
.gallery-title {
    margin-bottom: 70px;
}
.gallery-title h5 {
    margin-bottom: 12px;
}
.each-gal-img {
    margin-bottom: 7px;
    height: 223px;
}
.each-gal-img img {
    height: 100%;
    object-fit: cover;
}
.gallery-area .row {
    margin: 0 -4px;
}
.gallery-area .col-3 {
    padding: 0 4px;
}
.each-gal-img:last-child {
    margin-bottom: 0;
}
.gallery-area .row .col-3:nth-child(odd) .each-gal-area {
    margin-bottom: 74px;
}
.each-gal-img {
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gal-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gal-img:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/* ============================================== Projecten-dtl ============================================== */
/****back-btn****/
.back-btn {
    text-align: center;
    padding-top: 164px;
}
/****projecten-dtl-banner****/
.contact-banner.projecten-dtl-banner {
    /* padding-top: 35px; */
    padding-top: 7px;
    overflow: hidden;
}
.projecten-dtl-banner .banner-ring {
    left: auto;
    right: -2%;
    top: 24%;
    bottom: auto;
    z-index: 2;
    width: 15%;
    transform: rotate(10deg);
}
.projecten-dtl-banner .contact-banner-title {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
}
.projecten-dtl-banner .contact-banner-title h2 {
    margin-bottom: 8px;
}
/****projecten-dtl-top-sec****/
.projecten-dtl-top-sec {
    padding: 13px 0 46px;
}
.projecten-dtl-top-area {
    display: flex;
    flex-wrap: wrap;
    column-gap: 14px;
    row-gap: 14px;
    justify-content: center;
}
.each-projecten-info {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background-color: #F5F5F5;
    width: 19.22%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    min-height: 201px;
    position: relative;
    padding: 24px 46px;
}
.each-projecten-icon img {
    width: 31px;
    height: 31px;
}
.each-projecten-info h5 {
    color: rgba(9, 9, 9, 0.70);
    margin: 34px 0 12px;
}
.each-projecten-info h3 {
    color: #090909;
    line-height: 30px;
}
.each-projecten-info:hover {
    background-color: #6B0B09;
}
.each-projecten-info:hover .each-projecten-icon img {
    filter: brightness(0) invert(1);
}
.each-projecten-info:hover h5 {
    color: rgba(255, 255, 255, 0.70);
}
.each-projecten-info:hover h3 {
    color: #fff;
}
.projecten-mark {
    position: absolute;
    top: 0;
    left: -8px;
    pointer-events: none;
    opacity: 0;
}
.projecten-mark img {
    width: 88px;
    height: 88px;
}
.each-projecten-info:hover .projecten-mark {
    opacity: 1;
}
/****projecten-gal-sec****/
.projecten-gal-sec {
    background-color: #090909;
    padding: 97px 0 95px;
    position: relative;
    overflow: hidden;
}
.projecten-gal-sec::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    background-color: #fff;
    height: 30px;
    width: 30px;
}
.projecten-gal-title {
    max-width: 764px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.projecten-gal-title h2 {
    margin-bottom: 5px;
}
.projecten-gal-title h2,
.projecten-gal-title p {
    color: #fff;
}
.each-projecten-gal-img {
    height: 371px;
    border-radius: 10px;
    overflow: hidden;
}
.each-projecten-gal-img img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.projecten-gal-area .row {
    row-gap: 23px;
    margin: 0 -11px;
}
.projecten-gal-area .col-4 {
    padding: 0 11px;
}
.each-projecten-gal-img:hover img {
    transform: scale(1.1);
}
/****projecten-service-sec****/
.projecten-service-sec {
    position: relative;
    overflow: hidden;
    padding: 59px 0 64px;
}
.projecten-service-ring {
    position: absolute;
    top: -25%;
    right: 0;
    pointer-events: none;
    z-index: 0;
}
.projecten-service-area .col-lg-7 {
    width: 53%;
}
.projecten-service-area .col-lg-5 {
    width: 47%;
}
.each-projecten-service-slider {
    height: 380px;
    border-radius: 10px;
    overflow: hidden;
}
.each-projecten-service-slider img {
    height: 100%;
    object-fit: cover; 
}
.projecten-service-slider-wrap {
    margin-left: -26%;
}
.projecten-service-info-area {
    padding-left: 96px;
    width: 100%;
    max-width: 660px;
}
.projecten-service-info-area h2 {
    margin-bottom: 3px;
}
.projecten-service-slider .common-arrow {
    top: auto;
    bottom: -16%;
}
.projecten-service-slider .swiper-button-prev {
    left: auto;
    right: 6%;
}
/****projecten-product-sec****/
.projecten-product-sec {
    padding-top: 110px;
}
/* ============================================== Projecten ============================================== */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 192px 0 50px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset {
    position: relative;
    top: -130px;
}
.filter-reset a {
    color: #090909;
    font-size: 1.6rem;
    font-family: 'Mona-Sans-Medium';
}
.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: #6B0B09;
}
.filter-reset a:hover img {
    filter: brightness(1);
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 48px;
    color: #6B0B09;
    font-family: 'Mona-Sans-Medium';
    font-size: 1.6rem;
    background-color: #fff;
    border: 1px solid #6B0B09;
    border-radius: 75px;
    padding: 0 35px 0 18px;
    background: url(../images/filter-arrow.svg) no-repeat 91% center / 10px;
    appearance: none;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    text-align: center;
}
.aanbod-filter-sec .select-style:hover {
    background-image: url(../images/filter-arrow-white.svg);
    background-color: #6B0B09;
    color: #fff;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
}
.aanbod-filter-sec .select-style.show {
    border-radius: 5px 5px 0 0;
    border-color: #6B0B09;
    color: #fff;
    background-image: url(../images/filter-arrow-white.svg);
    background-color: #6B0B09;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'lama_sansmedium';
	background-color: #14181E;
}
.filter-content {
    display: none;
    background-color: #fff;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #6B0B09;
    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: #090909;
    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;
    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 #6B0B09;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #6B0B09;
    border-color: #6B0B09;
}
.auto-overview-tag {
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    border-radius: 6px;
    background-color: #6B0B09;
    font-size: 1.4rem;
    border: 1px solid #6B0B09;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
	background-color: transparent;
    color: #090909;
}
.auto-overview-tag:hover img {
    filter: brightness(100) invert(1);
}
.aanbod-left-part .col-lg-3 {
	margin-bottom: 18px;
	width: 19%;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 74px;
    background-color: #090909;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 10px 11px 2px;
    border: 1px solid #6B0B09;
    border-radius: 75px;
}
.mobile-show-filter .common-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #6B0B09;
    color: #fff;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #6B0B09;
}
.filter-count {
    min-width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 100%;
    color: #090909;
    border: 1px solid #fff;
    margin-left: 30px;
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #090909;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #6B0B09;
}
.mobile-filter-close span img {
	width: 9px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.auto-overview-filter-result .common-btn {
	margin-top: 0;
	background-color: #6B0B09;
	border-color: #6B0B09;
  	color: #fff;
	padding: 10px;
	border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result h4{
	font-size: 1.6rem;
	color: #fff;
}
.auto-overview-filter-result .common-btn:hover {
	background-color: #fff;
    border-color: #fff;
    color: #090909;
}
.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: 'lama_sansmedium';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
	width: 200px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.aanbod-filter-wrap .form-styl {
    background-color: #fff;
    padding: 11px 18px;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border: 1px solid #6B0B09;
    border-radius: 80px;
}
.aanbod-filter-wrap .form-styl {
    padding-right: 50px;
}
.aanbod-filter-wrap .form-styl::placeholder {
    color: #6B0B09;
}
.search-icon {
    position: absolute;
    height: 26px;
    width: 26px;
    top: 50%;
    transform: translateY(-50%);
    right: 6%;
    background-color: #6B0B09;
    border-radius: 100px;
    text-align: center;
}
.search-icon img {
    width: 9px;
    height: 9px;
}
.each_aanbod_list_filter {
    width: 100%;
    display: flex;
    justify-content: end;
}
.each_aanbod_list_filter .form-group {
    width: 248px;
}
.aanbod-left-part .row {
    column-gap: 5px;
}
/****projecten-list-product-sec****/
.projecten-list-product-sec {
    padding: 12px 0 40px;
}
.each-projecten-list-product-area {
    position: relative;
}
.projecten-list-product-area .each-product {
    position: relative;
}
.projecten-list-product-area > .row {
    row-gap: 5px;
}
.projecten-list-product-area .col-xl-4 {
    padding: 0 3px;
}
.projecten-list-product-area .row {
    margin: 0 -3px;
}
.mobile-show-filter .common-btn {
    padding-top: 6px;
    padding-bottom: 6px;
}

/****privacy_section****/
.privacy_section {
    padding-top: 128px;
}

.thank-you-banner {
    padding-bottom: 50px;
}





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










.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;
}


@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;
    }
}