*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.page-template-landing .elementor-field-group-field_6657656,
.page-template-landing .elementor-field-group-field_5025986
{
	display: none;
}

.container
{
	max-width: 1500px;
	width: 90%;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.text-s 
{
	font-size: 14px;
}

img
{
	width: 100%;
}

button.landing-btn
{
	display: flex;
	align-items: center;
	border-radius: 8px !important;
}

button.landing-btn .btn-text 
{
	margin-right: 60px;
}

button.landing-btn .btn-icon {
	display: flex;
    align-items: center;
}

.main 
{
    min-height: 100px;
    margin-top: -75px;
}

#Home
{
    background: url(../images/slider-back.png);
    background-size: cover;
    padding: 180px 10px 120px 10px;
}

#Home .container > div {
	width: 50%;
}

#Home .left 
{
	padding-right: 30px;
	align-items: flex-start;
}

#Home h3
{
	margin: 20px 0;
}

#Home button 
{
	margin-top: 20px;
}

#Home .right 
{
	padding: 0 30px 0 60px;
	position: relative;
	display: flex;
	justify-content: center;
}

#Home .banner-container
{
	position: relative;
}

#Home .banner
{
    width: 25vw;
    max-width: 100%;
	height: 25vw;
	object-fit: cover;
    border-radius: 500px !important;
	position: relative;
	z-index: 5;
}

#Home .ellipse 
{
	position: absolute;
	
}

#Home .right .ellipse:last-child
{
	top: 45%;
    right: -6%;
	width: 73px;
}

#Home .right .ellipse:nth-child(2) {
    top: -5%;
    left: 5%;
	width: 138px;
}

#steps
{
	padding: 70px 10px;
}

#steps .container 
{
	flex-direction: column;
}

#steps .sub-title 
{
	margin-bottom: 25px;
}

#steps .section-title 
{
	color: var(--e-global-color-8d2c583);
}

#steps .section-title span 
{
	font-size: 48px;
}

#steps .steps 
{
	display: flex;
	padding-top: 70px !important;
	margin-top: 0;
}

#steps .step 
{
	padding: 30px 36px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#steps .step-image-container
{
/* 	background: linear-gradient(311.27deg, rgba(0, 119, 117, 0) 0%, #007775 309.63%) */
	padding: 30px;
    border-radius: 500px !important;
}

#steps .step-title 
{
	margin: 30px 0 12px 0;
}

#partner {
    background: #E5F1F1;
    padding: 24px 10px 42px;
}

#partner .right
{
	width: 62%;
	padding-left: 30px;
}

#partner .left
{
	width: 38%;
}

#partner h2 
{
	margin: 24px 0 40px;
}

#partner .features
{
	display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    column-gap: 80px;
    row-gap: 50px;
}

#partner .feature-header 
{
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    column-gap: 15px;
}

#partner .feature-icon
{
	max-width: 30px;
}

#partner .feature-title
{
	font-size: 20px;
}

#Dashboard
{
	padding-top: 75px;
}

#Dashboard .left
{
	width: 58.5%;
	padding-left: 15px;
}

#Dashboard .section-title, #Dashboard .section-desc:nth-child(3)
{
	margin: 20px 0;
}

#Dashboard .dashboard-features
{
	padding-left: 20px;
	margin: 12px 0 20px;
}

#Dashboard .right
{
	width: 41.5%;
}

#Dashboard-slider
{
	background-color: #F8F8F8;
	padding: 34px 10px 57px;
}

#Dashboard-slider .container 
{
	flex-direction: column;
}

#Dashboard-slider .section-title 
{
	margin-bottom: 30px;
}

#Dashboard-slider .section-title br
{
	display: none;
}

#Dashboard-slider .container > .swiper {
	width: 100%;
	height: 100%;
}

#Dashboard-slider .swiper-slide
{
	width: auto;
	height: auto;
}

#Dashboard-slider .swiper-pagination-bullet 
{
	width: 16px;
    background-color: #B2B2B2;
    height: 16px;
    border-radius: 0;
}

#Dashboard-slider .swiper-pagination-bullet.swiper-pagination-bullet-active 
{
	background: var(--e-global-color-a423700);
}

.swiper-button-prev .swiper-navigation-icon,
.swiper-button-next .swiper-navigation-icon {
  display: none; /* hide Swiper's default arrow */
}

#FAQ 
{
	padding-bottom: 50px;
}

#FAQ .left
{
	width: 41%;
}

#FAQ .right
{
	width: 59%;
	padding-left: 50px;
	padding-top: 40px;
}

#FAQ .section-title 
{
	margin-bottom: 25px;
}

#FAQ .faqs 
{
	display: flex;
    flex-direction: column;
	row-gap: 25px;
}

#FAQ .faq 
{
	background: white;
	padding: 16px;
	box-shadow: 0px 4px 4px 0px #0077753D;
	border: 1px solid var(--e-global-color-df6d9e9);
	border-radius: 4px;
}

#FAQ .faq-question 
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

#FAQ .faq.active .faq-question 
{
	margin-bottom: 25px;
}

#FAQ .question-text {
	color: var(--e-global-color-df6d9e9);
}

#FAQ .faq .question-icon svg
{
	border-radius: 4px;
	overflow: hidden;
}

#FAQ .faq.active .question-icon svg
{
	transform: rotateZ(180deg);
	transition: all .3s ease;
	background: var(--e-global-color-df6d9e9);
}

#FAQ .faq .faq-answer 
{
	background-color: #F5F5F5;
	max-height: 0px;
	overflow: hidden;
}

#FAQ .faq.active .faq-answer
{
	max-height: 10000px;
	transition: all .5s ease-in-out;
}

#FAQ .faq-answer p 
{
	padding: 16px;
}

#earning
{
	margin-top: 100px;
}

#earning .container
{
	border-radius: 16px;
	padding: 40px;
}

#earning .container > div
{
	width: 50%;
}

#earning .section-desc
{
	margin: 15px 0;
}

#earning button.landing-btn .btn-text
{
	margin-right: 30px;
}

#earning img 
{
	margin-top: -75px;
}





@media screen and (min-width: 1500px)
{
	
	#Dashboard-slider .swiper-wrapper 
	{
		padding: 90px 0;
	}
	
	#Dashboard-slider .swiper-slide-active 
	{
		margin: 0 60px 0 30px !important;
		scale: 1.2;
	}

	#Dashboard-slider .swiper-slide-prev, #Dashboard-slider .swiper-slide-next
	{
		scale: 1.1;
	}
}

@media screen and (max-width: 1540px)
{
	.container 
	{
		max-width: 1190px;
	}
	
	#Home .right .banner 
	{
		width: 30vw;
		height: 30vw;
	}
	
	#Home .right .ellipse:nth-child(2)
	{
		top: -5%;
		left: 5%
	}
	
	#Home .right .ellipse:last-child {
		top: 45%;
		right: -7%;
	}
}

@media screen and (max-width: 1200px) 
{
	.container
	{
		max-width: 1000px;
	}
	
	#Home .right .banner 
	{
		height: 35vw;
		width: 35vw;
	}
	
	#Home .right .ellipse:last-child
	{
		top: 43%;
		right: -8%;
	}
	
	#Home .right .ellipse:nth-child(2)
	{
		top: -10%;
		left: 0;
	}
}

@media screen and (max-width: 1025px)
{
	
	#Home 
	{
		padding: 150px 0 50px;
	}
	
	.container 
	{
		max-width: 767px;
	}
	
	#Home .right 
	{
		padding: 10px;
	}
	
	#Home .right .banner 
	{
		height: 35vw;
		width: 35vw;
	}
	
	#Home .right .ellipse:nth-child(2)
	{
		top: -10%;
		left: 0%;
	}
	
	#Home .right .ellipse:last-child
	{
		top: 40%;
		right: -10%;
	}
	
	#steps .steps 
	{
		flex-wrap: wrap;
		justify-content: center;
	}
	
	#steps .step 
	{
		width: 50%;
	}
	
	#partner .container
	{
		flex-direction: column;
	}
	
	#partner .left
	{
		margin-top: 30px;
		width: 100%;
	}
	
	 #partner .right 
	{
		margin-top: 50px;
		width: 100%;
	}
	
	#partner .right > p, #partner .right > h2 
	{
		text-align: center;
	}
	
	#partner .features
	{
		display: flex;
		flex-direction: column;
	}
}

@media screen and (max-width: 767px)
{
	
	.page-template-tmp h2,.page-template-tmp h1 
	{
		font-size: 28px;
	}
	
	.container 
	{
		max-width: 565px;
		flex-direction: column-reverse;
	}
	
	#Home .container > div
	{
		width: 100%;
	}
	
	#Home .right 
	{
		padding: 10px;
		margin-bottom: 30px;
	}
	
	#Home .right .banner 
	{
		height: 50vw;
		width: 50vw;
	}
	
	#Home .right .ellipse:last-child{
		top: 40%;
		right: -15%;
	}

	#Home .right .ellipse:nth-child(2) {
		top: -30px;
		left: -30px;
	}
	
	#steps .section-title 
	{
		text-align: center;
	}
	
	#steps .steps 
	{
		padding-top: 50px !important;
	}
	
	#steps .step 
	{
		width: 100%;
		padding-bottom: 30px;
	}
	
	#partner .container 
	{
		flex-direction: column;
	}
	
	#partner .container > div 
	{
		width: 100%;
	}
	
	#partner .right
	{
		margin-top: 30px;
		padding: 0;
	}
	
	#partner .right > p, #partner .right > h2
	{
		text-align: center;
	}
	
	#partner .features
	{
		display: flex;
		row-gap: 30px;
		flex-direction: column;
	}
	
	#Dashboard 
	{
		padding-top: 50px;
	}
	
	#Dashboard .container
	{
		flex-direction: column;
		align-items: flex-end;
	}
	
	#Dashboard .container > div 
	{
		width: 100%;
	}
	
	#Dashboard .left 
	{
		margin-bottom: 25px;
	}
	
	#Dashboard .sub-title, #Dashboard .section-title 
	{
		text-align: center;
	}
	
	#Dashboard button
	{
		margin: auto;
	}
	
	#Dashboard-slider .section-title
	{
		text-align: center;
	}
	
	#Dashboard-slider .section-title br
	{
		display: unset;
	}
	
	#FAQ .container 
	{
		flex-direction: column;
		padding-top: 30px;
	}
	
	#FAQ .container > div
	{
		width: 100%;
	}
	
	#FAQ .container .right 
	{
		padding-left: 0;
	}
	
	#earning .container > div
	{
		width: 100%;
	}
	
	#earning .left > * 
	{
		text-align: center;
	}
	
	#earning button.landing-btn
	{
		margin: auto;
	}
	
	#earning .right 
	{
		margin-bottom: 50px;
	}
}