@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    font-family: 'lama_sansregular';
    font-size: 1.6rem;
    color: #060818; 
	background-color: #F6F9FF;
    overflow-x: hidden;
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/*****header-area******/
.header-area {
	padding: 27px 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.header-wrap {
	border-radius: 61px;
	background-color: rgba(255, 255, 255, 0.80);
	backdrop-filter: blur(10.600000381469727px);
	padding: 20px 40px;
}
.header-logo img {
	width: 155px;
}
.header-area.stiky {
    left: 0;
    top: 0;
	position: fixed;
	width: 100%;
}
.header-menu > ul {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 30px;
}
.header-menu > ul > li {
	/* font-family: 'sequel100black-45'; */
	font-family: 'lama_sansbold';
    font-size: 1.6rem;
    color: #060818; 
	line-height: 22px;
	letter-spacing: 0.16px;
}
.header-menu > ul > li > a {
	color: #060818; 
}
.header-menu > ul > li > a:hover {
	color: #FF73A0; 
}
.menu-btn {
	padding: 3px 15px;
	font-size: 1.2rem;
	color: #fff;
	letter-spacing: 0.36px;
	display: none;
}
.menu-btn::after {
	display: none;
}
.menu-btn img {
	margin-right: 7px;
	width: 15px;
}
.menu-btn span {
	top: 1px;
    position: relative;
}
.menu-btn:hover img {
	filter: brightness(0);
	-webkit-filter: brightness(0);
}
/***hidden-menu*****/
.hidden-menu {
	position: fixed;
	top: -100%;
	left: 0;
	height: 100vh;
	width: 100%;
	z-index: -1;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.hidden-menu.open-menu {
	top: 0;
}
.hidden-menu::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(342deg, rgba(10, 255, 186, 0.62) 0.73%, rgba(27, 70, 245, 0.62) 99.27%);
}
.hidden-menu-nav {
	text-align: center;
	padding-top: 90px;
}
.hidden-menu-nav li {
	font-family: 'sequel100black-45';
    font-size: 2.4rem;
    color: #060818; 
    line-height: 32px;
    letter-spacing: 0.48px;
	border-bottom: 1px solid rgba(246, 249, 255, 0.36);
	-webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
	-o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
	transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.hidden-menu-nav li.start-animate {
	-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));
}
.hidden-menu-nav li a {
	padding: 18px;
	display: inline-block;
}
.hidden-menu-wrap {
	position: relative;
	z-index: 1;
}
.hidden-menu-btn {
	margin: 45px 0;
}
.hidden-menu-social ul {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 23px;
}
.hidden-menu-social li a:hover img {
	filter: brightness(0) saturate(100%) invert(81%) sepia(37%) saturate(6934%) hue-rotate(301deg) brightness(103%) contrast(101%);
	-webkit-filter: brightness(0) saturate(100%) invert(81%) sepia(37%) saturate(6934%) hue-rotate(301deg) brightness(103%) contrast(101%);
}
.hidden-menu-btn .common-btn {
	display: table;
	margin: 0 auto;
}
@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
}
/******banner-sec******/
.banner-sec {
	position: relative;
}
.banner-sec::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(0deg, rgba(27, 70, 245, 0.19) 0%, rgba(27, 70, 245, 0.19) 100%), linear-gradient(0deg, rgba(6, 8, 24, 0.38) 0%, rgba(6, 8, 24, 0.38) 100%);
	z-index: 1;
}
.banner-content {
	position: absolute;
	bottom: 120px;
	left: 0;
	z-index: 2;
	width: 100%;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner,
.banner-video {
	height: 100vh;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-btn {
	margin-top: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 18px;
}
/****about-sec*****/
.about-sec {
	padding-top: 113px;
	position: relative;
}
.about-sec::after {
	content: "";
	height: 300px;
	width: 2px;
	position: absolute;
	right: 58%;
	top: 0;
	background-image: url(../images/about-line.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
.about-heading {
	margin-bottom: 120px;
}
.about-heading h6 {
	margin-bottom: 11px;
}
.about-heading p strong {
	font-family: 'lama_sansbold';
}
.about-heading .txt-btn {
	display: table;
	margin-top: 46px;
	color: rgba(6, 8, 24, 0.55);
}
.about-heading .txt-btn::after {
	filter: brightness(0) saturate(100%) invert(7%) sepia(12%) saturate(1602%) hue-rotate(186deg) brightness(100%) contrast(108%);
	-webkit-filter: brightness(0) saturate(100%) invert(7%) sepia(12%) saturate(1602%) hue-rotate(186deg) brightness(100%) contrast(108%);
}
.about-heading .txt-btn:hover {
	color: #FF73A0;
}
.about-heading .txt-btn:hover::after {
	filter: brightness(0) saturate(100%) invert(50%) sepia(85%) saturate(371%) hue-rotate(293deg) brightness(101%) contrast(101%);
	-webkit-filter: brightness(0) saturate(100%) invert(50%) sepia(85%) saturate(371%) hue-rotate(293deg) brightness(101%) contrast(101%);
}
.about-heading-right {
	max-width: 552px;
	width: 100%;
}
.about-img {
	display: flex;
	flex-wrap: wrap;
	max-width: 850px;
	width: 100%;
	margin: 0 -5px;
}
.about-img img {
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.about-img-big {
	width: 66%;
	padding: 0 5px;
}
.about-img-small {
    width: 32.5%;
	padding: 0 5px;
}
.about-text h3 {
	margin-bottom: 30px;
	line-height: 38px;
}
.about-text {
	padding-left: 40px;
}
.about-text li {
    font-family: 'lama_sansregular';
    font-size: 1.6rem;
    color: #060818; 
    line-height: 27px;
    letter-spacing: 0.36px;
	position: relative;
	padding-left: 24px;
	margin-bottom: 16px;
	word-break: break-word;
}
.about-text li:last-child {
	margin-bottom: 0;
}
.about-text li::after {
	content: "";
    height: 13px;
    width: 13px;
    background-size: 13px;
    background-image: url(../images/star.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 5px;
}
/***partner-sec*****/
.partner-sec {
	padding: 80px 0 90px;
}
.partner-sec h2 {
	text-align: center;
	margin-bottom: 60px;
}
.partner-main ul {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 60px;
}
/****service-sec*****/
.service-sec {
	padding: 105px 0 70px;
	background-color: #E8F9FB;
	position: relative;
	overflow: hidden;
}
.service-sec::after {
	content: "";
    height: 55%;
    width: calc(42% + 20px);
    background-size: 100%;
    background-image: url(../images/service-line.png);
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.service-heading {
	margin-bottom: 113px;
}
.service-heading-text {
	position: relative;
}
.service-heading-text {
	position: relative;
	padding: 0 50px;
}
.service-heading .col-lg-8 {
	width: 53%;
}
.service-heading .col-lg-2 {
	width: 23.5%;
}
.service-slider {
	position: absolute;
	left: 0;
	width: 70%;
	bottom: 0;
	width: calc(100% + 20%);
	padding-bottom: 90px;
}
.service-slider::after {
	content: "";
    height: 100%;
    right: 0;
    top: 0;
    background: linear-gradient(88deg, rgba(232, 249, 251, 0.39) 1.96%, #E8F9FB 98.04%);
    position: absolute;
    width: 24%;
    z-index: 1;
}
.each-service-img {
	border-radius: 10px;
	overflow: hidden;
}
.each-service-img img {
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service:hover .each-service-img img  {
	transform: scale(1.1);
}
.service-slider-wrap {
	position: relative;
}
.each-service-text {
	padding-left: 18px;
	max-width: 360px;
	width: 100%;
}
.each-service-text h4 {
	margin-bottom: 29px;
}
.each-service-text p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 65px;
}
.service-sec .swiper-pagination {
	bottom: 0;
}
.service-sec .swiper-pagination-bullet {
	margin: 0 10px !important;
	height: 10px;
	width: 10px;
	background-color: #060818;
	opacity: 1;
	position: relative;
}
.service-sec .swiper-pagination-bullet::after {
	content: "";
	height: 20px;
	width: 20px;
	border: 1px solid #0AFFBA;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 100%;
	opacity: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-sec .swiper-pagination-bullet-active::after {
	opacity: 1;
}
.service-sec .swiper-pagination::after {
	content: "";
	width:100vw;
	margin-left:-50vw;
	left:50%;
	height: 1px;
	background-color: rgba(10, 255, 186, 0.18);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}
/*****review-sec****/
.review-sec {
	padding: 85px 0 105px;
}
.review-heading {
	max-width: 760px;
	width: 100%;
	margin: 0 auto 118px;
	text-align: center;
}
.review-heading h3 {
	margin-bottom: 30px;
}
.each-footer-info {
	margin-bottom: 30px;
	max-width: 230px;
	width: 100%;
}
.each-footer-info h5 {
	margin-bottom: 15px;
	font-family: 'lama_sansmedium';
}
.each-footer-info p {
	font-family: 'lama_sansmedium';
}
.footer-info .row {
	justify-content: space-between;
}
.footer-info .col-md-4:last-child .each-footer-info {
	margin-left: auto;
}
.footer-info .col-md-4:nth-child(even) .each-footer-info {
	margin: 0 auto;
}
.footer-info {
	max-width: 1050px;
	width: 100%;
    margin-left: auto;
}
/****footer-area****/
.footer-area {
	padding: 90px 0 33px;
	border-top: 1px solid #BCD3FF;
	overflow: hidden;
}
.footer-logo img {
	width: 230px;
}
.footer-social {
	margin-top: 10px;
}
.footer-social ul {
	display: flex;
	align-items: center;
	column-gap: 20px;
}
.footer-social img:hover {
	filter: brightness(0) saturate(100%) invert(52%) sepia(81%) saturate(424%) hue-rotate(295deg) brightness(101%) contrast(100%);
	-webkit-filter: brightness(0) saturate(100%) invert(52%) sepia(81%) saturate(424%) hue-rotate(295deg) brightness(101%) contrast(100%);
}
.footer-top {
	margin-bottom: 50px;
}
.each-footer-gal {
	border-radius: 5px;
	overflow: hidden;
}
.each-footer-gal img {
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-footer-gal:hover img {
	transform: scale(1.1);
}
.footer-credit { 
	padding-top: 30px;
	position: relative;
}
.footer-credit::after {
	content: "";
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    height: calc(100% + 60px);
	background: linear-gradient(180deg, #D9E6FF 0%, #D9E6FF 100%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.footer-credit p {
	color: rgba(6, 8, 24, 0.52);
	font-family: 'lama_sansmedium';
	margin-bottom: 0;
}
.footer-credit p a {
	color: rgba(6, 8, 24, 0.52);
}
.footer-credit p a:hover {
	color: #FF73A0;
}
/****sidebar*****/
.sidebar {
	position: fixed;
	right: 0;
	top: 60vh;
	border-radius: 5px 0px 0px 5px;
	background: #F6F9FF;
	padding: 16px;
	filter: drop-shadow(0px 0px 5.8px rgba(6, 8, 24, 0.09));
	z-index: 98;
	width: 53px;
}
.sidebar li {
	margin-bottom: 35px;
}
.sidebar li:last-child {
	margin-bottom: 0;
}
.sidebar li a:hover {
	filter: brightness(0) saturate(100%) invert(54%) sepia(93%) saturate(439%) hue-rotate(298deg) brightness(101%) contrast(100%);
	-webkit-filter: brightness(0) saturate(100%) invert(54%) sepia(93%) saturate(439%) hue-rotate(298deg) brightness(101%) contrast(100%);
}
/*=================================leasevormen page start===========================================*/
/******inner-banner-sec*****/
.inner-banner-sec {
	position: relative;
}
.inner-banner-sec::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(27, 70, 245, 0.19) 0%, rgba(27, 70, 245, 0.19) 100%), linear-gradient(0deg, rgba(6, 8, 24, 0.38) 0%, rgba(6, 8, 24, 0.38) 100%);
}
.inner-banner-text {
	position: absolute;
	width: 100%;
	left: 0;
	top: 63%;
	transform: translateY(-50%);
	z-index: 1;
}
/****service-list-sec***/
.service-list-sec {
	padding: 90px 0 0;
	position: relative;
	overflow-x: hidden;
}
.service-list-sec::after {
    content: "";
    height: 300px;
    width: 2px;
    position: absolute;
    right: 58%;
    top: 0;
    background-image: url(../images/about-line.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.each-list-img {
	padding-right: 90px;
}
.each-list-img img {
	border-radius: 10px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-list-text {
	padding-right: 150px;
}
.each-list-text h3 {
	margin-bottom: 100px;
}
.each-list-text p {
	margin-bottom: 40px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each-list {
	position: relative;
	padding: 56px 0;
}
.each-list::after {
	content: "";
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    height: 1px;
    position: absolute;
	top: 0;
	background-color: rgba(188, 211, 255, 0.44);
}
.each-list::before {
	content: "";
    height: 100%;
    width: 2px;
    position: absolute;
    left: 50%;
	transform: translateX(-50%);
    top: 0;
    background-image: url(../images/list-line.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.each-list:nth-child(even) .row {
	flex-direction: row-reverse;
}
.each-list:nth-child(even) .each-list-img {
	padding-left: 90px;
	padding-right: 0;
}
.each-list:nth-child(odd) .each-list-text {
	padding-left: 90px;
	padding-right: 0;
} 
.each-list:first-child::before,
.each-list:first-child::after {
	display: none;
}
.each-list:last-child {
	padding-bottom: 0;
}
.each-list:hover .each-list-img img {
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
.each-list:hover .txt-btn {
    text-decoration: underline;
    color: #FF73A0;
}
.each-list:hover .txt-btn::after {
    filter: brightness(0) saturate(100%) invert(70%) sepia(35%) saturate(4036%) hue-rotate(300deg) brightness(101%) contrast(100%);
    -webkit-filter: brightness(0) saturate(100%) invert(70%) sepia(35%) saturate(4036%) hue-rotate(300deg) brightness(101%) contrast(100%);
    right: 0;
}
/*=================================full operational lease page start===========================================*/
/*****bk-btn-sec*****/
.bk-btn-sec {
	position: relative;
}
.bk-btn-sec .txt-btn {
	position: absolute;
    top: 60px;
	color: #060818;
	padding-right: 0;
	padding-left: 40px;
	z-index: 1;
}
.bk-btn-sec .txt-btn::after {
	left: 1rem;
	transform: translateY(-50%) rotate(180deg);
	filter: brightness(0);
}
.bk-btn-sec .txt-btn:hover {
	color: #FF73A0;
}
.bk-btn-sec .txt-btn:hover::after {
	filter: brightness(0) saturate(100%) invert(70%) sepia(35%) saturate(4036%) hue-rotate(300deg) brightness(101%) contrast(100%);
    -webkit-filter: brightness(0) saturate(100%) invert(70%) sepia(35%) saturate(4036%) hue-rotate(300deg) brightness(101%) contrast(100%);
	left: 0;
}
/*****op-lease-welcome-sec*****/
.op-lease-welcome-sec {
	padding: 65px 0;
	margin-top: 110px;
	position: relative;
}
.op-lease-welcome-sec::after {
	content: "";
    height: 65%;
    width: 2px;
    position: absolute;
    right: 51%;
    top: 0;
    background-image: url(../images/list-line.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.op-lease-welcome-sec::before {
	content: "";
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    height: 1px;
    position: absolute;
    bottom: 0;
    background-color: #BCD3FF;
}
.op-lease-welcome-text {
	padding-top: 60px;
	padding-right: 100px;
}
.op-lease-welcome-text h2 {
	margin-bottom: 33px;
}
.op-lease-welcome-img {
	padding-left: 40px;
}
.op-lease-welcome-img img {
	border-radius: 10px;
}
.op-lease-welcome-img-small,
.op-lease-welcome-img-big {
	height: 100%;
}
.op-lease-welcome-img-small img,
.op-lease-welcome-img-big  img{
	height: 100%;
	object-fit: cover;
}
/*****op-lease-desc-sec*****/
.op-lease-desc-sec {
	padding: 65px 0;
	position: relative;
	overflow: hidden;
}
.op-lease-desc-text {
	position: relative;
	padding-left: 90px;
}
.op-lease-desc-text ::after {
	content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    left: 4%;
    top: -15%;
    background-image: url(../images/list-line.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.op-lease-desc-text h2 {
	margin-bottom: 30px;
}
.op-lease-desc-img img {
	border-radius: 10px;
}
.op-lease-desc-text h3 {
	margin-bottom: 30px;
}
/*****benefits-sec*****/
.benefits-sec {
	padding: 65px 0 0;
	margin-bottom:40px;
}
.benefits-sec h2 {
	max-width: 787px;
	margin: 0 auto 60px;
}
.benefits-sec h3 {
	margin-bottom: 60px;
}
/* .each-benefits {
	border-radius: 10px;
	/* border: 1px solid #2962FF;
	background-color: rgba(41, 98, 255, 0.10); */
	/* padding: 44px 33px;
	height: 100%;
	cursor: default;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	position: relative; */
/* } */
/* .each-benefits:hover {
	box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.1);
} */
.each-benefits {
	padding: 65px 55px 25px;
    border-radius: 10px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.each-benefits:hover::after {
	opacity: 1;
}
.each-benefits::after {
	content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(89deg, rgba(10, 255, 186, 0.37) 0.78%, rgba(98, 139, 252, 0.37) 99.8%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: -1;
}
.each-benefits h5 {
	margin-bottom: 17px;
}
.benefits-main .row {
	margin: 0 15px;
}
.benefits-main .col-lg-4 {
	padding: 0 15px;
}
/*****form-sec*****/
.form-sec {
	padding: 100px 0;
	background-color: #E8F9FB;
}
.form-left h2 {
	margin-bottom: 20px;
}
.form-left p {
	margin-bottom: 50px;
}
.form-style {
    resize: none;
	border: 1px solid rgba(6, 8, 24, 0.20);
    font-family: 'lama_sansregular';
	color: #060818;
    font-size: 1.6rem;
    padding: 18px 20px;
    border-radius: 30px;
    background-color: transparent;
	line-height: 24px;
	letter-spacing: 0.32px;
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.01);
	border-radius: 50px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: relative;
	z-index: 2;
}
.form-style:focus {
	color: #060818;
    border-radius: 30px;
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.01);
	background-color: transparent;
	border: double 1px transparent;
    background-image: linear-gradient(#E8F9FB, #E8F9FB), linear-gradient(89deg, #0AFFBA 0.78%, #628BFC 99.8%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}
.form-main label {
	font-family: 'lama_sansregular';
	color: rgba(6, 8, 24, 0.45);
    font-size: 1.6rem;
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.form-main label strong {
	color: rgba(6, 8, 24, 0.45);
}
input[type=text].form-style:focus + label,
.form-comment .form-style:focus + label {
	color: #060818;
	z-index: 2;
}
input[type=text].form-style:focus + label strong,
.form-comment .form-style:focus + label strong {
	color: #FF73A0;
}
textarea.form-style {
    min-height: 214px;
	border-radius: 13px;
}
textarea.form-style:focus {
	border-radius: 13px;
}
.form-main .col-lg-6,
.form-main .col-lg-12 {
	padding: 0 12px;
}
.form-main .row {
	margin: 0 -12px;
}
.form-group {
	margin-bottom: 33px;
	position: relative;
}
.form-main .common-btn {
	margin-top: 40px;
}
.form-right {
	max-width: 657px;
    width: 100%;
    margin-left: auto;
    padding-left: 50px;
}
.form-info {
	padding: 60px;
	background: rgba(10, 255, 186, 0.32);
	border-radius: 10px;
	margin-bottom: 18px;
}
.each-form-info {
	margin-bottom: 70px;
}
.each-form-info h5 {
	margin-bottom: 15px;
}
.form-info .col-md-6:last-child .each-form-info  {
	margin-bottom: 0;
}
.form-info .col-md-6:nth-last-child(2) .each-form-info  {
	margin-bottom: 0;
}
.each-form-info p {
	font-family: 'lama_sansmedium';
}
.form-img img {
	border-radius: 10px;
}
/*****related-service-slider******/
.related-service-slider {
	background-color: #F6F9FF;
	padding-bottom: 0;
}
.related-service-slider::after {
	display: none;
}
.related-service-slider .service-slider::after {
	background: linear-gradient(88deg, rgba(246, 249, 255, 0.39) 1.96%, #F6F9FF 98.04%);
}
.related-service-slider .service-heading {
	margin-bottom: 90px;
}
/*=================================contact page start===========================================*/
.map-sec {
	height: 490px;
}
/***contact-form-sec****/
.contact-form-sec {
	background-color: #F6F9FF;
	padding-bottom: 0;
}
.contact-form-sec .form-style {
	background-color: transparent;
}
.contact-form-sec .form-style:focus {
	background-image: linear-gradient(#F6F9FF, #F6F9FF), linear-gradient(89deg, #0AFFBA 0.78%, #628BFC 99.8%);
}
/*=================================overons page start===========================================*/
/***overons-welcome-sec****/
.overons-welcome-sec {
	padding: 105px 0;
	position: relative;
}
.overons-welcome-sec::after {
	content: "";
    height: 50%;
    width: 2px;
    position: absolute;
    right: 58%;
    top: 0;
    background-image: url(../images/about-line.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	z-index: -1;
}
.overons-welcome-img img {
	border-radius: 10px;
}
.overons-welcome-text h2 {
	margin-bottom: 45px;
}
.overons-welcome-img {
	padding-right: 30px;
}
.overons-welcome-text {
	padding-left: 60px;
	max-width: 620px;
	width: 100%;
}
/*****why-us-sec******/
.why-us-sec {
	padding: 81px 0 110px;
}
.why-us-sec::before {
	content: "";
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    height: 1px;
    background-color: #BCD3FF;
    position: absolute;
    top: 0;
    z-index: -1;
}
.why-us-sec::after {
	height: 84%;
	width: 2px;
	right: 60%;
}
.why-us-sec .about-text h2 {
	margin-bottom: 40px;
}
.why-us-sec .about-img img {
	border-radius: 5px;
}
.why-us-sec .about-img {
	max-width: 830px;
	margin: 0 -1.8px;
	margin-left: auto;
}
.why-us-sec .about-img-big {
    width: 59%;
    padding: 0 9px;
}
.why-us-sec .about-img-small {
    width: 41%;
    padding: 0 9px;
}
.why-us-sec .about-text {
	padding-right: 100px;
	padding-left: 0;
}
/****about-spec-sec*****/
.each-about-spec {
	padding: 60px 55px 15px;
	border-radius: 10px 10px 10px 10px;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.each-about-spec::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background: linear-gradient(89deg, rgba(10, 255, 186, 0.37) 0.78%, rgba(98, 139, 252, 0.37) 99.8%);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	z-index: -1;
}
.each-about-spec:hover::after {
	opacity: 1;
}
.each-about-spec h4 {
	margin-bottom: 17px;
}
/****member-sec*****/
.member-sec {
	padding: 100px 0;
	background-color: #E8F9FB;
}
.member-sec h2 {
	text-align: center;
	margin-bottom: 70px;
}
.each-member-img {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.each-member-img::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 68.74%, rgba(24, 23, 22, 0.31) 80.5%, rgba(24, 23, 22, 0.92) 99.18%);
}
.each-member-text h6 {
	color: rgba(24, 23, 22, 0.50);
}

/*******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:18px;
    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: 30px;
      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 0 6px 44px;
      color: #000;
      background-size: 152px;
  }
  
  .star_icon h4{
      padding-bottom: 10px;
      text-transform: uppercase;
      padding-top: 15px;
      margin-bottom: 15px;
      color: #1c1c1c;
      border-bottom: 1px solid #1c1c1c;
      text-transform: uppercase;
  }
  .star_icon p img{
      width: 15px;
      margin-top: -3px;
      margin-right: 5px;
  }
  .star_icon p{
      font-family: 'NunitoSansRegular';
      font-size: 16px;
      color: black;;
      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;
  }
  /* .form-1, .form-2 {
      display:none;
      margin-top: 30px !important;
      margin: 0 auto 10px;
  }  */
  .form-1, .form-2 {
    display:none;
    margin-top: 30px !important;
    margin: 0 auto 10px;
    padding-top: 120px;
} 
.dtl-aanbod-form .white-wrap{
  padding: 0 !important;
}

  .cpnt {
      cursor: pointer;
  }
  .filter-clean img {
      width: 12px;
      margin-right: 10px;
      margin-bottom: 2px;
  }
  .acties-left-content h2{
      color: #fff;
  }
  .privacy_section{
      padding-top: 120px;
	  padding-bottom: 80px;
  }
  .error_top {
      margin-top: 150px;
      margin-bottom: 60px;
  }
  /* .privacy_section h3{
	color: #fff !important;
  }
  .privacy_section p{
	color: #fff !important;
  } */
  .load_img{
      width: 50px;
  }
  .aanbod-loader {
	width: 45px;
	height: 40px;
	background: linear-gradient(#83B750 calc(1*100%/6),#004225 0 calc(3*100%/6),#83B750),
			  linear-gradient(#83B750 calc(2*100%/6),#004225 0 calc(4*100%/6),#83B750),
			  linear-gradient(#83B750 calc(3*100%/6),#004225 0 calc(5*100%/6),#83B750);
	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: #004225;
  }
  .foto_upload{
	color: rgba(6, 8, 24, 0.45);
  }
  .bedankt-sec .banner-content{
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
  }
  .bedankt-sec .banner-content h4{
	color: #fff;
	margin-top: 20px;
  }
  .partner-main ul li:nth-child(3) img{
	width: 212px;
  }
  .partner-main ul li:nth-child(2) img{
	width: 76px;
  }
  .partner-main ul li:nth-child(1) img{
	width: 119px;
  }
  .partner-main ul li:nth-child(5) img{
	width: 212px;
  }
  .each-member-text h6 a{
	color: rgba(24, 23, 22, 0.50);
	text-decoration: underline;
  }
  .banner-sec .white-btn{
	background: #FF73A0;
	border-color: #FF73A0;
  }
  .common-btn::before {
	  display:none;
}
.banner-sec .white-btn:hover{
	background: linear-gradient(89deg, #0AFFBA 0.78%, #628BFC 99.8%);
	color: #060818;
 }
 .op-lease-welcome-button{
	margin-top: 40px;
	display: flex;
	column-gap: 20px;
 }
.about-spec-sec{
	margin-bottom: 40px;
}
.op-lease-welcome-btn ul{
	display: flex;
    column-gap: 20px;
	margin-top: 32px;
}

.ruitschade-btn:after {
    right: 16px;
}

.modal-area .modal-dialog{
	max-width: 130rem;
	margin-top: 8%;
}
.modal-area .modal-content{
	background: #ededed;
}
.modal-area .modal-content img.w-100{
	object-position: 56%;
}
.popup-content{
	padding: 9% 11%;
}
.popup-content p{
	max-width: 57rem;
}
.img-cover {
  height: 100%;
  object-fit: cover;
}
.op-lease-welcome-sec .logo{
	margin-top: 22px;
}
.op-lease-welcome-sec .ruit-logo{
	width: 119px;
}
.op-lease-welcome-sec .eurocross{
	width: 96px;
}
.op-lease-welcome-sec .autotaalglas-logo{
	width: 212px;
	margin: 22px 0 24px 10px;
}
/******full-operational-lease-popup********/
.lease-popup-modal .modal-content {
	background-color: #E8F9FB;
	padding: 113px 60px 60px;
	overflow-y: scroll;
}
.lease-popup-modal .modal-dialog {
	max-width: 90%;
}
.lease-popup-heading {
	max-width: 894px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 60px;
}
.lease-popup-heading h2 {
	color: #060818;
	font-family: 'sequel100black-45';
	font-size: 6.4rem;
	line-height: 52px; 
	letter-spacing: 1.28px;
	margin-bottom: 30px;
}
.lease-popup-heading h2 strong {
	color: #0AFFBA;
}
.lease-popup-content {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}
.lease-popup-modal .close-img {
	position: absolute;
    top: 13px;
    right: 30px;
    font-size: 30px;
	color: #060818;
	z-index: 1;
}
.lease-popup-modal .close-img:hover {
	color: #060818;
}
.lease-popup-form label {
	color: #060818;
	font-family: 'lama_sansregular';
	font-size: 1.6rem;
	line-height: 24px;
	letter-spacing: 0.32px;
	margin-bottom: 5px;
}
.lease-popup-form .row {
	row-gap: 40px;
	margin: 0 -25px;
}
.lease-popup-form .col-lg-4,
.lease-popup-form .col-lg-12 {
	padding: 0 25px;
	position: relative;
}
.lease-popup-form .common-btn::after {
	right: 11px;
}
.lease-popup-form .common-btn::before  {
	display: block;
}
.lease-popup-form .form-style:hover {
	color: #060818;
    background-color: transparent;
    border: double 1px transparent;
    background-image: linear-gradient(#E8F9FB, #E8F9FB), linear-gradient(89deg, #0AFFBA 0.78%, #628BFC 99.8%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}
.lease-popup-form select:focus, .lease-popup-form select:hover {
  
}
.lease-popup-form textarea.form-style {
	min-height: 160px;
    border-radius: 20px;
}
.lease-popup-form .select-style {
	display: block;
	width: 100%;
    appearance: none;
    color: #6C757D;
}
.lease-popup-form .select-style option {
	background-color: #E8F9FB;
}
.select-style-wrap {
	width: 100%;
	overflow: hidden;
	position: relative;
	/* background: url(../images/pop-filter-arrow.svg) right 0 center no-repeat;
	background-position: 95% 0; */
	background-size: 40px;
}
.lease-popup-form .select-style-wrap {
	overflow: visible;
}
.lease-popup-form .select-style-wrap span {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 2;
    pointer-events: none;
} 
.lease-popup-form .formError {
    position: absolute !important;
    top: auto !important;
    bottom: -30px !important;
	left: 30px !important;
}
/*.select-style-wrap::after {
	content: "";
    right: 17px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url(../images/pop-filter-arrow.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center center;
}*/
.select-style-wrap select {
  cursor: pointer;
  -moz-appearance: none;
}
.lease-upload {
	display: flex;
	flex-wrap: wrap;
	color: rgba(8, 12, 47, 0.50);
	padding: 0;
	overflow: hidden;
}
.lease-upload-left {
	background-color: rgba(120, 131, 149, 0.24);
	width: 30%;
	padding: 18px 20px;
	border-right: 1px solid rgba(6, 8, 24, 0.20);
}
.lease-upload-left img {
	margin-right: 10px;
}
.lease-upload-right {
	width: 70%;
	padding-left: 46px;
	padding: 18px 20px 18px 46px;
}
.select-style-wrap::after{
	z-index: 2;
}
/*================Berijdersapp==================*/
.berijdersapp-top h2, .berijdersapp-download h3, .berijdersapp-download .gradient-btn, .berijdersapp-content h3, 
.berijdersapp-bottom .gradient-btn, .lease-top h2, .lease-list h3, .lease-bottom h3{
	font-family: 'sequel100black-45';
} 
.berijdersapp-top h2{
	margin-bottom: 40px;
}
.berijdersapp-top p{
	max-width: 540px;
}
.sec-line{
	height: 200px;
	width: 2px;
	left: 580px;
	top: -45px;
	background: url(../images/line.svg) no-repeat center /cover;
}
.berijdersapp-image{
	max-width: 300px;
	z-index: 1;
}
.berijdersapp-image-overlay{
	background: #B0B0B0;
	box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.25);
	filter: blur(10px);
	-webkit-filter: blur(10px);
	height: calc(100% - 12%);
	width: 80%;
	z-index: -1;
	transform: rotate(6.164deg);
	top: 12%;
	left: 12%;
}
.berijdersapp-download{
	background: #E8F9FB;
}
.berijdersapp-download h3, .berijdersapp-content h3, .lease-list h3, .lease-bottom h3{
	color: #060818;
	font-size: 3.6rem;
	letter-spacing: 0.72px;
	line-height: 111.111%;
}
.berijdersapp-download p a{
	color: #060818;
	text-decoration: underline;
}
.berijdersapp-download .mx-auto{
	max-width: 890px;
}
.berijdersapp-download .gradient-btn{
	margin: 0 8px;
}
.berijdersapp-download p{
	margin: 15px 0 30px;
}
.berijdersapp-content{
	background: #E8F9FB;
	border-top: 1px solid rgba(188, 211, 255, 0.44);
}
.berijdersapp-content h3{
	margin-bottom: 30px;
}
.berijdersapp-content table{
	width: 100%;
}
.berijdersapp-content td{
	width: 50%;
	vertical-align: top;
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
}
.berijdersapp-content td:nth-child(even):before{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background: url(../images/line2.png) no-repeat top /cover;
	width: 2px;
	height: 100%;
}
.berijdersapp-content li{
	color: #060818;
	font-family: 'lama_sansregular';
	font-size: 1.8rem;
	letter-spacing: 0.36px;
	margin-bottom: 22px;
	padding-left: 8px;
}
.berijdersapp-content ul{
	list-style-image: url(../images/star.svg);
	padding-left: 15px;
}
.berijdersapp-content li span{
	position: relative;
  	top: 1px;
}
.berijdersapp-content td:nth-child(odd){
	padding-right: 7%;
}
.berijdersapp-content td:nth-child(even){
	padding-left: 5%;
}
.berijdersapp-bottom p{
	font-family: 'LamaSansLightItalic';
}
/*=============new-leasevormen===============*/
.lease-top .sec-line{
	left: -60px;
}
.lease-top .mx-lg-auto{
	max-width: 620px;
}
.lease-list img, .lease-bottom .border, .lease-bottom img.w-100{
	border-radius: 10px;
}
.lease-list .row{
	margin: 0 -1.25rem;
}
.lease-list h3{
	font-size: 3rem;
}
.lease-list p{
	margin: 10px 0 20px;
}
.lease-bottom .border{
	border-color: #2962FF !important;
	background: rgba(41, 98, 255, 0.10);
}
.lease-bottom .border p{
	margin: 35px 0 50px;
	max-width: 800px;
}
:root {
	--border-gradient: linear-gradient(90deg, rgb(10, 255, 186) 0%, rgb(98, 139, 252) 100%);
}
.lease-bottom .border-btn:before{
	content: "";
  	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid transparent;
	z-index: -1;
	background: linear-gradient(#fff, #fff) padding-box, var(--border-gradient) border-box;
	display: block;
	border-radius: 100px;
}
.lease-bottom .common-btn:not(:last-child){
	margin-right: 20px;
}

/*=========x========*/
.header-menu .dropdown-menu{
	background: transparent;
	border: 0;
 	border-radius: 0;
  	padding: 8px 0;
}
.header-area .dropdown-item{
	font-family: 'lama_sansbold';
  	font-size: 1.6rem;
  	color: #fff;
  	background-color: #2962FF;
  	padding: 12px 20px;
}
.header-area .dropdown-item:not(:last-child){
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.header-area .dropdown-item:hover{
	background-color: #FF73A0;
	border-color: #FF73A0;
}
.header-area .dropdown:hover .dropdown-menu{
	display: block;
}
.hidden-menu{
	display: none;
}
