:root {
	--primary: #333;
	--secondary: #333;
	--errorColor: red;
	--stepNumber: 6;
	--containerWidth: 400px;
	--bgColor: #333;
	--inputBorderColor: lightgray;
}

::selection {
	color: #fff;
	background: var(--primary);
}

/* @font-face {
	font-family: panton-black;
	src: url(../fonts/panton-trial-black.ttf);
}

@font-face {
	font-family: panton-bold;
	src: url(../fonts/panton-trial-bold.ttf);
}

@font-face {
	font-family: panton-extrabold;
	src: url(../fonts//panton-trial-extrabold.ttf);
}

@font-face {
	font-family: panton-regular;
	src: url(../fonts/pantonnarrow-trial-regular.ttf);
}

@font-face {
	font-family: panton-light;
	src: url(../fonts/pantonnarrow-trial-light.ttf);
}

@font-face {
	font-family: panton-semibold;
	src: url(../fonts/pantonnarrow-trial-semiBold.ttf);
} */

@font-face {
	font-family: panton-thin;
	src: url(../fonts/Panton-Thin.ttf);
}

@font-face {
	font-family: panton-semibold;
	src: url(../fonts/Panton-SemiBold.ttf);
}
@font-face {
	font-family: panton-regular;
	src: url(../fonts/Panton-Regular.ttf);
}

@font-face {
	font-family: panton-light;
	src: url(../fonts/Panton-Light.ttf);
}

@font-face {
	font-family: panton-extralight;
	src: url(../fonts/Panton-ExtraLight.ttf);
}

@font-face {
	font-family: panton-extrabold;
	src: url(../fonts/Panton-ExtraBold.ttf);
}
@font-face {
	font-family: panton-bold;
	src: url(../fonts/Panton-Bold.ttf);
}

@font-face {
	font-family: panton-black;
	src: url(../fonts/Panton-Black.ttf);
}

@font-face {
	font-family:panton-heavy;
	src: url(../fonts/Panton-Heavy.ttf);
}
body {
    -webkit-font-smoothing: subpixel-antialiased;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}
html{
	scroll-behavior: smooth;
	width: 100%;
    height: 100%;
    position: relative;
}
.pr-5 {
	padding-right: 5rem;
}

.pl-5 {
	padding-left: 5rem;
}

.ml-0 {
	margin-left: 0 !important;
}

section {
	scroll-margin-top: 95px;
}


.heading{
	/* font-family: 'panton-black'; */
	/* font-family: 'panton-semibold'; */
	font-family: 'panton-extrabold';
	font-size: 35px;
	/* font-weight: 800; */
	line-height: 42px;
	color: #418F42;
	margin: 0;
	padding: 0;
	text-align: center;
	}


header {
	position: absolute;
	top: 0;
	width: 100%;
	/* mix-blend-mode: difference; */
	z-index: 1;
	/* overflow-x: hidden; */
}
.top-banner picture img {
    height: 100vh;
} 	
.navbar {
	padding: 20px 0;
	position: relative;
	z-index: 2;
}

.navbar .row {
	width: 100%;
	align-items: center;
	margin: 0;
}

.navbar-icon {
	display: flex;
	justify-content: flex-end;
	height: 40px;
	align-items: center;
	padding-right: 20px;
	font-weight: 600;
}

@media screen and (min-width: 992px) {
	.navbar-icon {
		display: none;
	}
}

.navbar-icon span {
	display: block;
	position: relative;
	transition: 0.3s;
}

.navbar-icon span:first-child {
	width: 45px;
	height: 1px;
	position: absolute;
	top: 20px;
	background-color: #B6B6B6;
	transition: 0.3s;
}

.navbar-icon span:nth-child(2) {
	width: 30px;
	height: 1px;
	position: absolute;
	bottom: 45px;
	background-color: #B6B6B6;
	transition: 0.3s;
}

header .navbar-icon span {
	color: #fff;
}

.main-header .navbar-icon span:first-child {
	width: 45px;
	height: 1px;
	position: absolute;
	top: 20px;
	background-color: #B6B6B6;
}

.main-header .navbar-icon span:nth-child(2) {
    width: 30px;
    height: 1px;
    position: absolute;
    bottom: 60px;
    background-color: #B6B6B6;
    transition: 0.3s;
}
.main-header.navbar-icon span:nth-child(3) {
	position: absolute;
	bottom: 20px;
	transition: 0.3s;
	opacity: 1;
}
.navbar-icon span:nth-child(3) {
	position: absolute;
	bottom: 20px;
	transition: 0.3s;
	opacity: 1;
}

.navbar-icon span:last-child {
	position: absolute;
	bottom: 20px;
	transition: 0.3s;
	opacity: 0;
}

.navbar-icon.active span {
	background-color: transparent;
}

.navbar-icon.active span:first-child {
	transform: rotate(45deg);
	bottom: 0;
	background-color: #000;
	width: 30px;
}

.navbar-icon.active span:nth-child(2) {
	transform: rotate(-45deg);
	background-color: #000;
	top: 20px;
	width: 30px;
}

.navbar-icon.active span:nth-child(3) {
	opacity: 0;
	transition: 0.3s;
}

.navbar-icon.active span:last-child {
	opacity: 1;
	transition: 0.3s;
}
.mobile-show{
	display: none;
}
@media screen and (max-width: 991px) {
	.navbar-menu nav {
		visibility: hidden;
		position: fixed;
	}
}

.navbar-menu nav ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	justify-content: flex-end;
	align-items: center;
}

.navbar-menu nav ul li {
	margin: 0;
}

@media screen and (max-width: 991px) {
	.navbar-menu nav ul li {
		transform: translateX(-10px);
		opacity: 0;
	}
}

header .navbar-menu nav ul li a {
	color: #ffffff;
}

.navbar-menu nav ul li a {
	display: block;
	padding: 10px 30px;
	color: #4F4F4F;
	transition: 0.3s;
	font-size: 15px;
	font-weight: 500;
	font-family: panton-semibold;
	text-decoration: none;
	line-height: normal;
}

/* .navbar-menu nav ul li a:last-child {
	padding-right: 0;
} */

.navbar-menu nav ul li:hover a {
	text-decoration: none;
}
.navbar-menu nav ul li a.contactbtn{
	background: #48B345; 
	border-radius: 10px; 
	display: inline-block;
	padding: 14px 51px;
	line-height: normal;
	margin-left: 30px;
}


@media screen and (max-width: 991px) {
	.navbar-menu nav.active {
		visibility: visible;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
	}
}

@media screen and (max-width: 991px) {
	.navbar-menu nav.active ul {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 100%;
		background: #fff;
		z-index: 1;
		position: relative;
		
	}
}

@media screen and (max-width: 991px) {
	.navbar-menu nav.active ul li {
		transform: translateX(0);
		opacity: 1;
		transition: 0.9s;
	}

	.navbar-menu nav.active ul li:nth-child(1) {
		transition-delay: 0.15s;
	}

	.navbar-menu nav.active ul li:nth-child(2) {
		transition-delay: 0.3s;
	}

	.navbar-menu nav.active ul li:nth-child(3) {
		transition-delay: 0.45s;
	}

	.navbar-menu nav.active ul li:nth-child(4) {
		transition-delay: 0.6s;
	}

	.navbar-menu nav.active ul li:nth-child(5) {
		transition-delay: 0.75s;
	}

	.navbar-menu nav.active ul li:nth-child(6) {
		transition-delay: 0.9s;
	}

	.navbar-menu nav.active ul li:nth-child(7) {
		transition-delay: 1.05s;
	}

	.navbar-menu nav.active ul li:nth-child(8) {
		transition-delay: 1.2s;
	}

	.navbar-menu nav.active ul li:nth-child(9) {
		transition-delay: 1.35s;
	}

	.navbar-menu nav.active ul li a {
		color: #4F4F4F;
		font-size: 30px;
		font-weight: 300;
		font-family: panton-regular;
	}
}

.main-header.position_fixed {
    position: fixed;
	/* position: sticky; */
    top: 0;
    width: 100%;
    /* mix-blend-mode: difference; */
    z-index: 1;
    padding: 0;
    /* overflow: hidden; */
}

/*Top Banner CSS*/
.top-banner {
	position: relative;
	height: 100vh;
	overflow-x: hidden;
}

/* .top-banner:before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: url(../images/black-patch.png);
	background-repeat: none;
	background-position: top;
	background-size: cover;
	z-index: 0;
} */

.top-banner:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 30%;
	/* background-color: ; */
	/* background: linear-gradient(180deg, #000000 -80.65%, rgba(6, 6, 6, 0) 100%); */
	background: linear-gradient(180deg, rgb(0 0 0 / 79%) 0%, rgb(0 0 0 / 40%) 50%, rgb(0 212 255 / 0%) 100%);

}

.banner-center-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.banner-eco-text {
	position: absolute;
	top: 15%;
	left: 5%;
	max-width: 22%;
}
.banner-eco-text h5 {
	font-family: "Poppins";
	font-size: 20px;
	font-weight: 800;
	line-height: 30px;
	color: #fff;
}
.banner-eco-text h2 {
	font-size: 60px;
	line-height: 50px;
	/* font-family: "Poppins"; */
	font-family:panton-heavy;
	font-weight: 900;
	color: #fff;
	letter-spacing: 1px;

}

.scrolld-down {
	position: absolute;
	bottom: 3%;
	text-align: center;
	margin: 0 auto;
	left: 50%;
	width: auto;
	transform: translateX(-50%);
}

/*Main Header sticky Css*/
.main-header {
    padding: 10px 0;
    /* padding: 0; */
    overflow-x: hidden;
    background-color: #fff;
	position:sticky;
	top:0;
	z-index:1;
}

.main-header .navbar {
	padding: 0;
}

.main-header .navbar-menu nav ul li a {
	color: #5D5D5D;
}
header .navbar-menu nav ul li a:last-child,.main-header .navbar-menu nav ul li a:last-child{padding-right: 0;}
.main-header .navbar-menu nav ul li a.contactbtn{
	color: #fff;
}

.main-header .navbar-logo a img {
    width: 80px;
    height: 80px;
}

.main-header .new-header {
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-header .navbar-logo {
	/* max-width: 53.5%;
	width: 100%; */
	text-align: start;
}

.main-header .navbar-menu {
	text-align: right;
	/* max-width: 46.5%;
	width: 100%; */
}

.mouse {
    width: 35px;
    height: 55px;
    border: 3px solid #fff;
    border-radius: 60px;
    position: relative;
    display: block;
    opacity: 0.5;
}

.mouse::before {
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	border-radius: 50%;
	opacity: 1;
	animation: wheel 2s infinite;
	-webkit-animation: wheel 2s infinite;
	-moz-animation: wheel 2s infinite;
	-ms-animation: wheel 2s infinite;
	-o-animation: wheel 2s infinite;
}


@keyframes wheel {
	to {
		opacity: 0;
		top: 35px;
	}
}

@-webkit-keyframes wheel {
	to {
		opacity: 0;
		top: 35px;
	}
}

/* Join Our section CSs */
.join-our-section {
	padding: 70px 0 150px;
	position: relative;
}

/* .join-our-section:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	bottom: 0;
	background-image: url(../images/join-bg-img.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 25%;
	z-index: -1;
} */

.join-our-section:before {
	content: '';
	position: absolute;
	width: 487px;
	height: 842px;
	right: 0;
	bottom: -50px;
	background-image: url(../images/join-bg-img.png);
	background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100%;
    z-index: -1;
    transform: translateY(233px);
}

.join-text-wrapper h4 {
	font-size: 30px;
	line-height: 40px;
	color: #4F4F4F;
	padding: 0;
	margin: 0;
	font-family: panton-extrabold;
}
.join-text-wrapper h4 span{
	color: #48B345;
}
.join-text-wrapper p {
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
	color: #282828;
	padding: 0;
	margin: 0;
	padding: 30px 0;
	font-family: panton-light;
}

.join-text-wrapper h5 {
	font-size: 25px;
	font-weight: 900;
	line-height: 40px;
	color: #4F4F4F;
	padding: 0;
	margin: 0;
	font-family: panton-black;
}

.join-text-wrapper h5 span {
	color: #48B345;
}

.join-text-wrapper {
	max-width: 70%;
	margin: 0 auto;
	width: 100%;
}

/* About Us CSS */
.about-section {
	height: 100%;
	position: relative;
}

.about-section:before {
	content: '';
	position: absolute;
	width: 55%;
	height: 100%;
	inset: 0;
	background-image: linear-gradient(to right, #000000e8, #00000000);
	/* background: linear-gradient(90deg, #000000 -69.72%, rgba(0, 0, 0, 0) 100%); */

}

.about-text {
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	width: auto;
	right: 10%;
}

.about-text h2 {
	font-size: 50px;
	line-height: 50px;
	/* font-family: panton-black; */
	font-family: panton-extrabold;
	color: #fff;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
	padding-bottom: 30px;

}

.about-text p {
	font-size: 17px;
	line-height: 24px;
	font-family: "panton-light";
	font-weight: 400;
	color: #fff;
	letter-spacing: 1px;
	max-width: 30%;
	width: 100%;
	padding: 0;
	margin: 0;
}


/* Eco Warrioe section Css */
.eco-warrior-section {
	background-color: #418F42;
	padding: 130px 0;
}

.eco-warrior-section .container{
	max-width: 90%;
	width: 100%;
	margin: 0 auto;
}

.mobile {
	display: none;
}

.eco-warrior-section h4 {
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: 'panton-extrabold';
}

.box-content h4 {
	font-size: 20px;
	color: #fff;
	line-height: 24px;
	font-family: panton-extrabold;
	padding: 0;
	margin: 0;
	padding: 20px 0 10px;
	max-width: 50%;
	margin: auto;
	letter-spacing: 1px;
}
.box-content h4 span{display: block;}
.box-content p {
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	font-family: 'Poppins';
	font-weight: 400;
	padding: 0;
	margin: 0;

}

.row1 {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	/* align-items: center; */
	justify-content: space-between;
	gap: 0;
	padding: 50px 0 20px;
}

.box-wrapper {
	padding: 30px;
	position: relative;
	width: 20%;
	/* min-height: 280px; */
}

.box-wrapper p{
	font-family: 'panton-regular';
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	}

.box-wrapper:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 100px;
	background-color: rgb(123 190 124 / 50%);
	background-position: center;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.box-wrapper:last-child:after{
	background: none;
}

.row2 {
	max-width: 80%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.box-wrapper img {
	width: 31px;
	height: 31px;
}



/* Get Involved Start */
.get-involved-section{
	padding: 70px 0;
}
.get-involved-section .box-wrapper img{
 width: 100%;
 height: 100%;
}

.row3{
	display: grid;
	grid-template-columns: repeat(3,minmax(200px,1fr));
	gap: 10px;
}
.get-involved-section .get-box-wrapper{
	background: #F0F0F0E5;
}
.get-involved-section .get-box-wrapper img{
	width: 100%;
	height: 100%;
}

.get-involved-section .get-box-content{
	text-align: left;
	padding: 12% 10%;
}
.get-involved-section .get-box-wrapper h4{
	font-family: 'panton-extrabold';
	font-size: 20px;
	line-height: 24px;
	color: #418F42;
	margin-bottom: 15px;
}

.get-involved-section .get-box-wrapper p{
	font-family: 'panton-regular';
font-size: 15px;
line-height: 20px;
color: #494949
}
.get-involved-section #involvedSlide{
	padding-bottom: 30px;
}
.get-involved-section #involvedSlide .swiper-pagination span{
width: 8px;
height: 8px;
background: #D9D9D9;
}

.get-involved-section #involvedSlide .swiper-pagination span.swiper-pagination-bullet-active{
	background: #1F5D20;
 }
 /* .get-involved-section h4{
	display: none;
 } */
/* Social Media */
.social-media-section{
	padding: 130px 0;
	display: none;
}
.social-media-section h4{
	font-size: 35px;
    font-weight: 800;
    line-height: 42px;
    color: #418F42;
    padding: 0;
    margin: 0;
    font-family: 'panton-extrabold';
	
}

/* .social-media-wrapper .img img{width: 100%;} */

/* Contact Us */
.contact-form-section{
	position: relative;
	z-index: 0;
}
.contact-form-section h3{
	text-align: center;
	font-family: 'panton-extrabold';
	font-size: 45px;
	line-height: 54px;
	color: #fff;
}

.contact-form-section .form-section{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(-30%, -50%);
}

.contact-form-section .form{
	background: #F9F9F9;
	border-radius: 20px;
	padding: 12% 11%;
	text-align: center;
	max-width: 717px;
}
.contact-form-section .form h2{
	font-family: 'panton-bold';
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 30px;
	color: #616161;
}
.contact-form-section .form p{
	font-family: 'panton-regular';
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 0;
	color: #616161;
}
.contact-form-section .form hr{ 
	width: 99px;
	height: 1px;
	background: #4c4444;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.contact-form-section .form h5{
	font-family: 'panton-light';
	font-size: 20px;
	font-weight: 300;
	line-height: 24px;
	color: #000;
}


.contact-form-section .form h5+h5{
	margin-top: 30px;
}

.contact-form-section .form h5 a{
	color: #000;
	font-family: 'panton-regular';
}

.mobileview{display: none;}
/* Membership Form */

section.membership-form-section {
	padding: 160px 0 200px;
}

.membership-form-section h4 {
	color: #418F42;
	font-size: 30px;
	line-height: 40px;
	font-family: panton-bold;
	font-weight: 700;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}

.membership-form-section h6 {
	color: #616161;
	font-size: 20px;
	line-height: 24px;
	font-family: panton-regular;
	font-weight: 400;
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
}

.membership-form-section p {
	color: #616161;
	font-size: 15px;
	line-height: 20px;
	font-family: 'Poppins';
	font-weight: 400;
	max-width: 50%;
	width: 100%;
	padding: 0;
	margin: 0;
	margin: 0 auto;
}

/*Form Css*/
.container .form-outer {
	width: 100%;
	overflow: hidden;
}

.container .form-outer form {
	display: flex;
	width: calc(100% * var(--stepNumber));
}

.form-outer form .page {
	width: calc(100% / var(--stepNumber));
	transition: margin-left 0.3s ease-in-out;
	display: flex;
/*	justify-content: center;*/
	align-items: center;
	flex-direction: column;
}

.form-outer form .page .title {
	text-align: left;
	font-size: 25px;
	font-weight: 500;
}

.form-outer form .page .field {
	width: var(--containerWidth);
	/* height: 45px; */
	margin: 25px auto;
	display: flex;
	position: relative;
	/* justify-content: center; */
	flex-direction: column;
	align-items: center;
}

form .page .field .label {
	position: absolute;
	top: -30px;
	font-weight: 500;
	left: 0;
	font-family: 'panton-regular';
	color: #000000;
	font-size: 16px;
}

form .page .field input,
form .page .field select,
form .page .field textarea {
	box-sizing: border-box;
	height: 60px;
	width: 100%;
	border: none;
	outline: none;
	border-radius: 10px;
	padding-left: 15px;
	margin: 0 1px;
	font-size: 16px;
	transition: border-color 150ms ease;
	background-color: #F4F4F4;
	/* line-height: 60px; */
	font-family: poppins;
	color: #000;
}

form .page .field input.invalid-input {
	border: none;
	outline: none;
}

form .page .field select {
	width: 100%;
	padding-left: 10px;
	font-size: 17px;
	font-weight: 500;
	font-family: 'panton-regular';
	opacity: 0.5;
}

form .page .field button {
	border: none;
	background: #418F42;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: capitalize;
	transition: 0.5s ease;
	padding: 28px 60px;
	line-height: 0;
	font-family: panton-bold;
	width: fit-content;
}
.error {
    color: #ff0000;
    width: 100%;
}
/* Footer CSS */
.footer-contact-info p,
.footer-contact-info a {
	font-size: 15px;
	font-family: 'Poppins';
	color: #575757;
	padding: 0;
	margin: 0;
	padding: 4px 0;
}

.social-icons {
	padding-top: 30px;
}

.social-icons p {
	font-size: 15px;
	font-family: 'Poppins';
	color: #4F4F4F;
}

form .page .btns button.prev {
	margin-right: 3px;
	font-size: 17px;
}

form .page .btns button.next {
	margin-left: 3px;
}

.container .progress-bar {
	display: flex;
	margin: 40px 0;
	user-select: none;
	background-color: transparent;
	flex-direction: row;
}

.container .progress-bar .step {
	text-align: center;
	width: 100%;
	position: relative;
}

.container .progress-bar .step p {
	font-weight: 700;
	font-size: 12px;
	color: #000;
	margin-bottom: 8px;
	padding-top: 10px;
	font-family: 'Poppins';
}

.progress-bar .step .bullet {
	height: 50px;
	width: 50px;
	display: inline-block;
	border-radius: 50%;
	position: relative;
	transition: 0.2s;
	font-weight: 500;
	font-size: 18px;
	line-height: 50px;
	font-weight: 900;
	background-color: #F4F4F4;
}

.progress-bar .step .bullet.active {
	color: #fff;
	background: #418F42;
}

.progress-bar .step .bullet span {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	color: #000;
	font-size: 18px;
	font-family: 'panton-black';
}

.progress-bar .step .bullet.active span {
	color: #fff;
}

.progress-bar .step .bullet:before,
.progress-bar .step .bullet:after {
	position: absolute;
	content: "";
	bottom: 20px;
	left: 55px;
	height: 2px;
	width: 150px;
	background: #CFCFCF;
}

.progress-bar .step .bullet.active:after {
	background: #CFCFCF;
	transform: scaleX(0);
	transform-origin: left;
	animation: animate 0.3s linear forwards;
}

@keyframes animate {
	100% {
		transform: scaleX(1);
	}
}

.progress-bar .step:last-child .bullet:before,
.progress-bar .step:last-child .bullet:after {
	display: none;
}

.progress-bar .step p.active {
	color: #000;
	transition: 0.2s linear;
}

.progress-bar .step .check {
	position: absolute;
	left: 50%;
	top: 70%;
	font-size: 15px;
	transform: translate(-50%, -50%);
	display: none;
}

.progress-bar .step .check.active {
	display: block;
	color: #fff;
}

.field-wrapper {
	display: flex;
	gap: 50px;
}

.textarea-field,
.checkbox-field {
	width: 80%;
	margin: 0 auto;
}

.textarea-field .field-wrapper .field,
.checkbox-field .field-wrapper .field {
	width: 100% !important;
	align-items: center;
}

.textarea-field .field-wrapper .field textarea {
    height: 120px;
    appearance: auto;
    padding: 15px;
}

.checkbox-field input[type="checkbox"] {
	background-color: #F4F4F4 !important;
	width: 35px !important;
	height: 35px !important;
	border-radius: 10px !important;
}

.checkbox-field span {
	font-size: 16px;
	color: #444141;
	font-weight: 400;
	padding-left: 20px;
	font-family: 'Poppins';
}

input::placeholder,
select,
textarea::placeholder {
	color: #B3B2B2;
	font-size: 15px;
	font-weight: 400;
	font-family: Poppins;
}
.field-main-wrapper.checkbox-field .field {
    flex-direction: row !important;
}
.field-main-wrapper.checkbox-field .field-wrapper {
    display: flex;
    gap: 0;
    flex-direction: column;
}
div#success-message h3 {
    color: #418F42;
    font-size: 30px;
    font-family: 'panton-bold';
    line-height: 40px;
}
div#success-message h6 {
    color: #000;
    font-size: 20px;
    font-family: 'panton-bold';
    line-height: 40px;
}
div#success-message p {
    color: #000;
    font-size: 20px;
    font-family: 'panton-regular';
    line-height: 25px;
}
button.prev-1.prev {
    position: absolute;
    top: -58px;
    left: 0;
    padding: 10px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    background-color: #F1F1F1;
    color: #000000;
}

span#memberid {
    font-family: 'Poppins';
}
@media screen and (max-width: 660px) {
	:root {
		--containerWidth: 400px;
	}

	/* .progress-bar .step p {
		display: none;
	} */

	.progress-bar .step .bullet::after,
	.progress-bar .step .bullet::before {
		display: none;
	}

	.progress-bar .step .bullet {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.progress-bar .step .check {
		position: absolute;
		left: 50%;
		top: 50%;
		font-size: 15px;
		transform: translate(-50%, -50%);
		display: none;
	}

	.step {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

/* Footer Section Start  */
.footer-section {
	background-color: #F5F5F5;
	position: relative;
	padding-bottom: 30px;
}

.footer-contact-info {
	padding-top: 50px;
}

.social-icons p {
	padding: 0;
	margin: 0;
}

.footer-box {
	margin-top: -78px;
}

.social-icons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-icons ul li {
	display: inline-block;
}

.copyright {
    background-color: #EAEAEA;
    position: relative;
}

.copyright p {
	padding: 0;
	margin: 0;
	padding: 22px 0;
	text-align: center;
	font-size: 12px;
	color: #959595;
	font-family: 'panton-semibold';
}
.evermedia-logo {
    position: absolute;
    top: 50%;
    right: 70px;
    transform: translateY(-50%);
}
.evermedia-logo p{
	padding:0;
	margin: 0;
}
.evermedia-logo a {
    padding-left: 5px;
}

button.prev-1.prev { display: none; }
/* Footer Section End */
