@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/



body{
	font-family: 'Roboto', sans-serif;
	background-color: #ffffff;
	font-weight: 400;
}

a,
input,
button,
textarea { outline: none !important; }

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}
.pad-left {
	padding-left:0;
}

.pad-right {
	padding-right:0;
}

.pad-top {
	padding-top:0;
}

.pad-bottom {
	padding-bottom:0;
}

.padding {
	padding:0;
}

p {
	font-weight: 400;
	font-size: 24px;
	line-height: 35px;
}

img.shape {
	z-index: -1;
}

/*========== Text & Background Colors Start ==========*/
.txt-000000 {
	color: #000000 !important;
}

.txt-ffffff {
	color: #ffffff !important;
}

.txt-37474F {
	color: #37474F !important;
}

.txt-21C87A {
	color: #21C87A !important;
}

.txt-4BD6FF {
	color: #4BD6FF !important;
}

.txt-93A2FF {
	color: #93A2FF !important;
}

.txt-455A64 {
	color: #455A64 !important;
}

.green-shadow-bg {
	background: linear-gradient(87.71deg, #21C87A 6.03%, #2AEBAA 98.12%);
}
/*========== Text & Background Colors End ==========*/

/*========== Checkmark List Start ==========*/
ul.checkmark-list {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.checkmark-list li {
	display: block;
	margin: 0;
	padding: 0 0 0 42px;
	list-style-type: none;
	font-size: 24px;
	line-height: 34px;
	color: #000000;
	position: relative;
}

ul.checkmark-list li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 10px;
	width: 27px;
	height: 19px;
}

ul.checkmark-list.white-checkmark li:before {
	background: url("../images/white-checkmark.svg") no-repeat;
	background-size: 100% 100%;
}

ul.checkmark-list.green-checkmark li:before {
	background: url("../images/green-checkmark.svg") no-repeat;
	background-size: 100% 100%;
}

ul.checkmark-list.purple-checkmark li:before {
	background: url("../images/purple-checkmark.svg") no-repeat;
	background-size: 100% 100%;
}

ul.checkmark-list li a {
	text-decoration: underline;
	color: #000000;
}

ul.checkmark-list li a:hover {
	color: #21C87A;
}
/*========== Checkmark List End ==========*/

/*========== Font Weight Start ==========*/
.font-300 {
	font-weight: 300;
}

.font-400 {
	font-weight: 400;
}

.font-500 {
	font-weight: 500;
}

.font-600 {
	font-weight: 600;
}

.font-700 {
	font-weight: 700;
}

.font-900 {
	font-weight: 900;
}
/*========== Font Weight End ==========*/

/*========== Buttons Start ==========*/

.btn-big {
	font-size: 24px;
	line-height: 28px;
	padding: 20px 60px;
}

.btn-radius-60 {
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
}

.btn-green {
	color: #ffffff;
	background-color: #21C87A;
}

.btn-green:focus {
	color: #ffffff;
	background-color: #21C87A;
}

.btn-green:hover,
.btn-green:active:focus {
	color: #ffffff;
	background-color: rgba(33, 200, 122, 0.7);
}

.btn-yellow {
	color: #37474F;
	background-color: #FDD818;
}

.btn-yellow:focus {
	color: #37474F;
	background-color: #FDD818;
}

.btn-yellow:hover,
.btn-yellow:active:focus {
	color: #37474F;
	background-color: rgba(253, 216, 24, 0.7);
}

.btn-purple {
	color: #ffffff;
	background-color: #A9B5FF;
}

.btn-purple:focus {
	color: #ffffff;
	background-color: #A9B5FF;
}

.btn-purple:hover,
.btn-purple:active:focus {
	color: #ffffff;
	background-color: rgba(169, 181, 255, 0.7);
}
/*========== Buttons End ==========*/

/*========== Section Title Start ==========*/
.section-title {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	padding: 0 0 50px;
}

.section-title span {
	display: inline-flex;
	font-size: 36px;
	line-height: 42px;
	color: #4BD6FF;
	clear: both;
	padding: 0 0 15px;
	margin: 0 0 25px;
	position: relative;
}

.section-title span:before {
	position: absolute;
	content: "";
	left: 50%;
	bottom: 0;
	height: 4px;
	width: 275px;
	background-color: #78E0FF;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.membership-content .section-title h1,
.membership-content .section-title h2,
.membership-content .section-title h3,
.membership-content .section-title h4,
.membership-content .section-title h5,
.membership-content .section-title h6 {
	color: #21C87A;
}
.straightforward-section .section-title h1,
.straightforward-section .section-title h2,
.straightforward-section .section-title h3,
.straightforward-section .section-title h4,
.straightforward-section .section-title h5,
.straightforward-section .section-title h6 {
	color: #21C87A;
}
.finances-section .section-title h1,
.finances-section .section-title h2,
.finances-section .section-title h3,
.finances-section .section-title h4,
.finances-section .section-title h5,
.finances-section .section-title h6 {
	color: #21C87A;
}

.section-title p {
	line-height: 28px;
	color: #455A64;
	margin: 0;
}
/*========== Section Title End ==========*/

/*========== navigation Start ==========*/
.navbar {
	padding: 0;
}

.navbar-toggler {
	border: none;
	background-color: transparent;
	padding: 0;
}

.navbar-toggler-icon {
	height: auto;
}

.navbar-toggler .toggle-bar {
	display: block;
	height: 2px;
	width: 100%;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	margin: 0 0 5px;
	position: relative;
	transition: ease-in-out 0.2s;
	-webkit-transition: ease-in-out 0.2s;
	-ms-transition: ease-in-out 0.2s;
	background-color: #21C87A;
}

.navbar-toggler .navbar-toggler-icon.open .toggle-bar:first-child {
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 10px;
}

.navbar-toggler .navbar-toggler-icon.open .toggle-bar:nth-child(2) {
	opacity: 0;
}

.navbar-toggler .navbar-toggler-icon.open .toggle-bar:last-child {
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -4px;
}

.navbar-nav .nav-item {
	margin: 0 15px;
}

.navbar-nav .nav-item:first-child {
	margin-left: 0;
}

.navbar-nav .nav-item:last-child {
	margin-right: 0;
}

.navbar-nav .nav-item .nav-link {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #646F79;
	padding: 10px 0 !important;
	display: flex;
	align-items: center;
}

.navbar-nav .nav-item .nav-link.has-submenu .sub-arrow {
	width: 12px;
	height: 12px;
	border: none;
	background: url("../images/nav-arrow.svg") no-repeat;
	background-size: 100% 100%;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.navbar-nav .nav-item.show .nav-link .sub-arrow,
.navbar-nav .nav-item .nav-link:hover .sub-arrow {
	background: url("../images/nav-arrow-active.svg") no-repeat;
	background-size: 100% 100%;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
}

.navbar-nav .nav-item.show .nav-link,
.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item.current-menu-item .nav-link,
.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link.current-menu-item,
.navbar-nav .nav-item .nav-link:hover {
	color: #21C87A;
}

.navbar-nav .nav-item.show .nav-link .sub-arrow,
.navbar-nav .nav-item.active .nav-link .sub-arrow,
.navbar-nav .nav-item.current-menu-item .nav-link .sub-arrow,
.navbar-nav .nav-item .nav-link.active .sub-arrow,
.navbar-nav .nav-item .nav-link.current-menu-item .sub-arrow {
	background: url("../images/nav-arrow-active.svg") no-repeat;
	background-size: 100% 100%;
}

.navbar-nav .nav-item.show .dropdown-menu {
	top: 100% !important;
	visibility: visible;
}

.navbar-nav .dropdown-menu {
	padding: 0;
	border: none;
	box-shadow: none;
	top: 170% !important;
	visibility: hidden;
	left: 50% !important;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.navbar-nav .dropdown-menu li {
	border-bottom: 1px solid #ffffff;
	overflow: hidden;
}

.navbar-nav .dropdown-menu li:first-child {
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
}

.navbar-nav .dropdown-menu li:last-child {
	border: none;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
}

.navbar-nav .dropdown-menu li .dropdown-item {
	padding: 7px 20px;
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
	color: #ffffff;
	background-color: #21C87A;
}

.navbar-nav .dropdown-menu li.active .dropdown-item,
.navbar-nav .dropdown-menu li.current-menu-item .dropdown-item,
.navbar-nav .dropdown-menu li .dropdown-item.active,
.navbar-nav .dropdown-menu li .dropdown-item.current-menu-item,
.navbar-nav .dropdown-menu li .dropdown-item:hover {
	color: #37474F;
	background-color: #FDD818;
}
/*========== navigation End ==========*/


/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/
/* Banner Section Start */
.banner-section {
	padding: 86px 0 87px;
	background: url("../images/banner.png") no-repeat;
	background-size: 100% 100%;
	position: relative;
	z-index: 9;
	overflow: hidden;
}

.banner-section .banner-content {
	position: relative;
}

.banner-section .banner-content .shape-1 {
	position: absolute;
	left: 50%;
	top: -55px;
	margin-left: -32px;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.banner-section .banner-content .shape-2 {
	position: absolute;
	right: -185px;
	top: -50px;
}

.banner-section .banner-content .shape-3 {
	position: absolute;
	left: -135px;
	top: 155px;
	transform: rotate(46deg);
	-webkit-transform: rotate(46deg);
	-moz-transform: rotate(46deg);
	-ms-transform: rotate(46deg);
	-o-transform: rotate(46deg);
}

.banner-section .banner-content .shape-4 {
	position: absolute;
	left: -160px;
	bottom: 50px;
}

.banner-section .banner-content .row {
	margin: 0 -56px;
}

.banner-section .banner-content [class^=col-] {
	padding: 0 56px;
}

.banner-section .banner-content {
	padding-bottom: 50px;
}

.banner-title {
	padding: 0 0 35px;
}

.banner-title h1,
.banner-title h2,
.banner-title h3,
.banner-title h4,
.banner-title h5,
.banner-title h6 {
	font-weight: 500;
	font-size: 48px;
	line-height: 56px;
	color: #ffffff;
	margin: 0;
}

.banner-section .banner-detail {
	max-width: 530px;
	margin: 0 auto;
}

.banner-section .banner-detail p {
	color: #ffffff;
}

.banner-section .banner-buttons {
	padding: 60px 0 0;
	display: flex;
	align-items: center;
}

.banner-section .banner-buttons a {
	display: inline-block;
	margin: 0 12px;
}

.banner-section .banner-buttons a:first-child {
	margin-left: 0;
}

.banner-section .banner-buttons a:last-child {
	margin-right: 0;
}

.banner-section .banner-buttons .btn {
	padding: 20px 18px;
}

.banner-section .banner-buttons a.watch-video {
	display: inline-block;
	width: auto;
	text-decoration: none;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	color: #ffffff;
}

.banner-section .banner-buttons a.watch-video img {
	margin-right: 7px;
}

.banner-guidences {
	background: rgba(255, 255, 255, 0.34);
	padding: 15px;
}

.banner-guidences .detail {
	background-color: #ffffff;
	box-shadow: 0px 1px 19px rgba(0, 0, 0, 0.25);
	padding: 26px 18px;
}

.guidences-title {
	position: relative;
	text-align: center;
	padding: 0 0 80px;
}

.guidences-title:before {
	position: absolute;
	content: "";
	background: url("../images/guidences-title.svg") no-repeat;
	left: 50%;
	bottom: 20px;
	background-size: 100% 100%;
	width: 90px;
	height: 41px;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.guidences-title h1,
.guidences-title h2,
.guidences-title h3,
.guidences-title h4,
.guidences-title h5,
.guidences-title h6 {
	font-weight: 500;
	font-size: 32px;
	line-height: 41px;
	margin: 0;
	background: linear-gradient(87.71deg, #21C87A 6.03%, #2AEBAA 98.12%);
	background: -webkit-linear-gradient(87.71deg, #21C87A 6.03%, #2AEBAA 98.12%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.banner-guidences .detail p {
	color: #44525A;
}

.banner-section .banner-icon {
	display: flex;
	justify-content: center;
	padding: 50px 0 0;
}
/* Banner Section End */

/* Services Section Start */
.services-section {
	position: relative;
	padding: 145px 0 45px;
	overflow: hidden;
	margin: -75px 0 0;
}

.services-section .shape-1 {
	position: absolute;
	left: -50px;
	top: -35px;
}

.services-section .shape-2 {
	position: absolute;
	right: 35px;
	top: 320px;
}

.services-section .shape-3 {
	position: absolute;
	left: 22px;
	top: 236px;
}

.services-section .shape-4 {
	position: absolute;
	right: -68px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.services-cause-path {
	position: relative;
	margin: 0 0 120px;
}

.services-cause-path .shape-5 {
	position: absolute;
	right: -120px;
	top: -75px;
}

.services-cause-path .shape-6 {
	position: absolute;
	left: -160px;
	bottom: -75px;
}

.services-cause-path .row {
	margin: 0 -10px;
}

.services-cause-path [class^=col-] {
	padding: 0 10px;
}

.cause-path-block {
	position: relative;
	padding: 110px 0 0 110px;
	margin: 0 0 70px;
}

.cause-path-block .icon {
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(90deg, #FDD818 0%, #FDEDB4 100%);
	width: 154px;
	height: 154px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	z-index: -1;
}

.cause-path-block .cause-path-title {
	padding: 0 0 20px;
}

.cause-path-block .cause-path-title h1,
.cause-path-block .cause-path-title h2,
.cause-path-block .cause-path-title h3,
.cause-path-block .cause-path-title h4,
.cause-path-block .cause-path-title h5,
.cause-path-block .cause-path-title h6 {
	font-weight: 500;
	font-size: 36px;
	line-height: 45px;
	color: #21C87A;
	margin: 0;
}

.cause-path-block .cause-path-detail p {
	color: #37474F;
}

.services-list-section .row {
	margin: 0 -8px;
}

.services-list-section [class^=col-] {
	padding: 0 8px;
}

.service-block {
	display: block;
	text-decoration: none !important;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
	padding: 30px;
	text-align: center;
	margin: 0 0 30px;
	min-height: calc(100% - 30px);
}

.service-block .icon {
	margin: 0 0 25px;
}

.service-block .icon img {
	width: 85px;
}

.service-block .title {
	padding: 0 0 15px;
}

.service-block .title h1,
.service-block .title h2,
.service-block .title h3,
.service-block .title h4,
.service-block .title h5,
.service-block .title h6 {
	font-weight: 500;
	font-size: 25px;
	line-height: 30px;
	color: #455A64;
	margin: 0;
}

.service-block .detail p {
	font-size: 18px;
	line-height: 30px;
	color: #37474F;
	margin: 0;
}
/* Services Section End */

/* Financial Freedom Section Start */
.members-section.financial-freedom-section {
	position: relative;
	overflow: hidden;
}

.members-section.financial-freedom-section .finances-content {
	position: relative;
	padding: 73px 0 38px;
}

.members-section.financial-freedom-section .financial-freedom-content .shape-3 {
	position: absolute;
	top: -49px;
	left: 20px;
}

.members-section.financial-freedom-section .members-content.financial-freedom-content .shape-6 {
	position: absolute;
	right: -115px;
}

.members-section.financial-freedom-section .members-content.financial-freedom-content .shape-7 {
	position: absolute;
	left: -115px;
	bottom: 50px;
}

.members-section.financial-freedom-section .members-content.financial-freedom-content .shape-9 {
	position: absolute;
	bottom: -44px;
}

.members-section.financial-freedom-section .btn {
	margin-top: 15px;
	padding: 18px 43px;
}
/* Financial Freedom Section End */

/* Finances Section Start */
.finances-section {
	padding: 118px 0 81px;
}

.finances-content .row {
	margin: 0 -10px;
}

.finances-content [class^=col-] {
	padding: 0 10px;
}

.finances-block {
	text-decoration: none !important;
	display: block;
	position: relative;
	border: 3px solid #D8D8D8;
	padding: 33px 40px 60px;
	margin: 0 0 20px;
	min-height: calc(100% - 20px);
	border-radius: 17px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	-ms-border-radius: 17px;
	-o-border-radius: 17px;
}

.finances-block:hover {
	border-color: #21C87A;
	box-shadow: 0px 2px 12px #D4E2DC;
}

.finances-block:hover .title {
	color: #21C87A;
}

.finances-block .icon {
	padding: 0 0 10px;
}

.finances-block .title {
	padding: 0 0 15px;
	color: #37474F;
}

.finances-block .title h1,
.finances-block .title h2,
.finances-block .title h3,
.finances-block .title h4,
.finances-block .title h5,
.finances-block .title h6 {
	text-decoration: none;
	font-weight: 700;
	font-size: 28px;
	line-height: 33px;
	margin: 0;
}

.finances-block p {
	line-height: 28px;
	color: #646F79;
}

.finances-block .arrow {
	position: absolute;
	right: 40px;
	bottom: 20px;
}
/* Finances Section End */

/* Straightforward Section Start */
.straightforward-section {
	padding: 81px 0 18px;
	position: relative;
	overflow: hidden;
}

.straightforward-section .shape-1 {
	position: absolute;
	right: -125px;
	top: 120px;
	width: 1000px;
	height: 1000px;
}

.straightforward-section .shape-2 {
	position: absolute;
	left: -125px;
	bottom: 120px;
	width: 750px;
	height: 750px;
}

.straightforward-content {
	list-style: none;
	counter-reset: my-awesome-counter;
}

.straightforward-content .straightforward-block:nth-child(odd) .row {
	flex-direction: row-reverse;
}

.straightforward-content .straightforward-block:nth-child(odd) .title h1:before,
.straightforward-content .straightforward-block:nth-child(odd) .title h2:before,
.straightforward-content .straightforward-block:nth-child(odd) .title h3:before,
.straightforward-content .straightforward-block:nth-child(odd) .title h4:before,
.straightforward-content .straightforward-block:nth-child(odd) .title h5:before,
.straightforward-content .straightforward-block:nth-child(odd) .title h6:before {
	color: #7DDEFB;
	background: none;
	-webkit-text-fill-color: unset;
}


.straightforward-block {
	counter-increment: my-awesome-counter;
	margin: 0 0 35px;
}

/* .straightforward-content .straightforward-block:last-child {
	margin: 0;
} */

.straightforward-block .title {
	padding: 0 0 30px;
}

.straightforward-block .title h1,
.straightforward-block .title h2,
.straightforward-block .title h3,
.straightforward-block .title h4,
.straightforward-block .title h5,
.straightforward-block .title h6 {
	display: flex;
	align-items: center;
	position: relative;
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	color: #000000;
	margin: 0;
}

.straightforward-block .title h1:before,
.straightforward-block .title h2:before,
.straightforward-block .title h3:before,
.straightforward-block .title h4:before,
.straightforward-block .title h5:before,
.straightforward-block .title h6:before {
	position: relative;
	content: "0"counter(my-awesome-counter);
	font-size: 48px;
	line-height: 56px;
	font-weight: 500;
	background: linear-gradient(87.71deg, #21C87A 6.03%, #2AEBAA 98.12%);
	background: -webkit-linear-gradient(87.71deg, #21C87A 6.03%, #2AEBAA 98.12%);
	margin-right: 5px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.straightforward-block .detail p {
	color: #455A64;
}

.straightforward-block .image {
	text-align: center;
}
/* Straightforward Section End */

/* Membership Section Start */
.membership-section {
	position: relative;
	margin-bottom: 90px;
	overflow: hidden;
}

.membership-section .membership-content {
	position: relative;
}

.membership-section .shape-1 {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.membership-section .shape-2 {
	position: absolute;
	top: 50%;
	right: 22px;
	margin-top: -45px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.membership-section .membership-content .shape-3 {
	position: absolute;
	top: 78px;
	left: 40px;
}

.membership-section .membership-content .shape-4 {
	position: absolute;
	top: 54px;
	right: -160px;
}

.membership-section .membership-content .shape-5 {
	position: absolute;
	bottom: 255px;
	right: -90px;
}

.membership-section .membership-content .shape-6 {
	position: absolute;
	bottom: 215px;
	left: 248px;
}

.membership-section .membership-content .shape-7 {
	position: absolute;
	bottom: 35px;
	left: -130px;
}

.membership-section .membership-content .shape-8 {
	position: absolute;
	bottom: 0;
	right: 8px;
}

.membership-content .row {
	margin: 0 -9px;
}

.membership-content [class^=col-] {
	padding: 0 9px;
}

.membership-block {
	background: #FFFFFF;
	box-shadow: 0px 4px 17px #DCE7E2;
	padding: 34px 20px;
	margin: 65px 0 30px;
	border-radius: 17px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	-ms-border-radius: 17px;
	-o-border-radius: 17px;
}


.membership-block.active {
	padding-top: 20px;
	margin-top: 0;
	background: linear-gradient(87.71deg, #21C87A 6.03%, #2AEBAA 98.12%);
}

.membership-block.active ul.checkmark-list li {
    color: #fff;
}

.benefits-section.green-curve-shape-bg ul.checkmark-list li {
    color: #fff;
}

.membership-block .best-option {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 5px;
}

.membership-block .best-option span {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	padding: 8px 23px;
	background: url("../images/best-option.svg") no-repeat;
	background-size: 100% 100%;
}

.membership-block .main-title {
	display: flex;
	align-items: center;
	margin: 0 0 28px;
}

.membership-block .main-title .icon {
	display: inline-flex;
	margin-right: 50px;
	width: 102px;
	height: 102px;
}

.membership-block .title {
	display: inline-flex;
	flex-direction: column;
}

.membership-block .main-title span {
	font-size: 24px;
	line-height: 28px;
	color: #37474F;
	text-transform: uppercase;
}

.membership-block .main-title h1,
.membership-block .main-title h2,
.membership-block .main-title h3,
.membership-block .main-title h4,
.membership-block .main-title h5,
.membership-block .main-title h6 {
	font-size: 48px;
	line-height: 56px;
	color: #000;
	margin: 0;
}

.membership-block .buttons {
	padding: 54px 0 0;
}
/* Membership Section End */

/* Members Section Start */
.members-section {
	text-align: center;
	position: relative;
	overflow: hidden;
}

.members-section .shape-1 {
	position: absolute;
	top: 88px;
	right: 22px;
}

.members-section .shape-2 {
	position: absolute;
	bottom: 78px;
	left: 52px;
}

.members-section .members-content {
	padding: 48px 0;
	position: relative;
}

.members-section .members-content .shape-3 {
	position: absolute;
	top: 30px;
	left: 60px;
}

.members-section .members-content .shape-4 {
	position: absolute;
	top: 17px;
	right: 105px;
}

.members-section .members-content .shape-5 {
	position: absolute;
	top: 47px;
	left: -100px;
}

.members-section .members-content .shape-6 {
	position: absolute;
	top: 115px;
	right: -30px;
}

.members-section .members-content .shape-7 {
	position: absolute;
	bottom: 70px;
	left: -30px;
}

.members-section .members-content .shape-8 {
	position: absolute;
	bottom: 30px;
	left: 185px;
}

.members-section .members-content .shape-9 {
	position: absolute;
	bottom: 40px;
	right: 105px;
}

.members-section .members-content .shape-10 {
	position: absolute;
	bottom: 27px;
	right: -95px;
}

.members-section .title {
	position: relative;
	margin: 0 0 46px;
}

.members-section .title.quote:before {
	display: inline-block;
	position: relative;
	content: "";
	left: 0;
	top: 7px;
	background: url("../images/quote.svg") no-repeat;
	background-size: 100% 100%;
	width: 44px;
	height: 44px;
	margin-right: 15px;
}

.members-section .title.quote:after {
	display: inline-block;
	position: relative;
	content: "";
	right: 0;
	top: 10px;
	background: url("../images/quote.svg") no-repeat;
	background-size: 100% 100%;
	width: 44px;
	height: 44px;
	margin-left: 15px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.members-section .title span {
	font-weight: 400;
	display: block;
}

.members-section .title h1,
.members-section .title h2,
.members-section .title h3,
.members-section .title h4,
.members-section .title h5,
.members-section .title h6 {
	display: inline-block;
	font-weight: 500;
	font-size: 42px;
	line-height: 61px;
	margin: 0;
}

.members-carousel {
	opacity: 0;
}

.members-carousel.slick-initialized {
	opacity: 1;
}

.members-carousel .members-item p {
	color: #FFFFFF;
}

.members-carousel .members-item .member-name {
	font-weight: 500;
	font-size: 24px;
	line-height: 35px;
	color: #FFFFFF;
}

.members-carousel-arrows {
	max-width: 400px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 50px auto 0;
}

.members-carousel-arrows .slick-disabled {
	opacity: 0.58;
	cursor: default;
}
/* Members Section End */

/* App Play Store Section Start */
.app-play-store-section {
	position: relative;
	text-align: center;
	overflow: hidden;
}

.app-play-store-content {
	position: relative;
	padding: 116px 0;
}

.app-play-store-content .shape1 {
	position: absolute;
	top: 57px;
	right: 250px;
}

.app-play-store-content .shape2 {
	position: absolute;
	top: 60px;
	left: 0;
}

.app-play-store-content .shape3 {
	position: absolute;
	bottom: 50px;
	right: -100px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
}

.app-play-store-content .shape4 {
	position: absolute;
	bottom: -36px;
	left: 300px;
}

.app-play-store-section a {
	margin: 0 15px;
}

.app-play-store-section a:first-child {
	margin-left: 0;
}

.app-play-store-section a:last-child {
	margin-right: 0;
}
/* App Play Store Section End */
/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
	padding: 66px 0;
	background-color: #1D212A;
}

.footer .row {
	flex-direction: row-reverse;
}

.f-title {
	padding: 0 0 20px;
}

.f-title span {
	font-size: 16px;
	line-height: 23px;
	color: #ffffff;
}

.footer p {
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #ffffff;
}

.f-block ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.f-block ul li {
	display: block;
	margin: 0;
	padding: 0 0 10px;
	list-style-type: none;
	font-size: 16px;
	line-height: 20px;
	color: #C8C8C8;
}

.f-block ul li:last-child {
	padding: 0;
}

.f-block ul li img {
	margin-right: 10px;
}

.f-block ul li a {
	text-decoration: none;
	color: #C8C8C8;
}

.f-block ul li.active a,
.f-block ul li a.active,
.f-block ul li a:hover {
	color: #ffffff;
}

.f-links-list .row {
	flex-direction: inherit;
}
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/
