a,
a:focus,
a:hover {
	text-decoration: none
}

*,
body,
img {
	margin: 0;
	padding: 0
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
nwsection,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
nwsection {
	display: block
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

* {
	box-sizing: border-box
}

a {
	outline: 0;
	border: none;
}

a:focus {
	outline: 0;
	border: none;
}

a:hover {
	outline: 0;
	border: none;
}

button {
	outline: 0;
	border: none;
}

button:hover {
	outline: 0;
	border: none;
}

button:focus {
	outline: 0;
	border: none;
}

.spacer {
	clear: both;
	line-height: 0;
	font-size: 0
}

img {
	border: 0;
	height: auto;
	max-width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-weight: normal;
	margin: 0;

}



select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

body {
	font-family: "Onest", sans-serif;
	font-weight: 400;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.justify-content-between {
	justify-content: space-between;
}

.align-items-center {
	align-items: center;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.both-padding {
	padding: 0 15px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.p-0 {
	padding: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pt-2 {
	padding-top: 8px !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pb-2 {
	padding-bottom: 8px !important;
}

.pt-3 {
	padding-top: 16px !important;
}

.pb-3 {
	padding-bottom: 16px !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-2 {
	margin-top: 8px !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-2 {
	margin-bottom: 8px !important;
}

.mt-3 {
	margin-top: 16px !important;
}

.mb-3 {
	margin-bottom: 16px !important;
}

.text-center {
	text-align: center !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.dm-none {
	display: none !important;
}

.dm-block {
	display: block !important;
}

.dm-flex {
	display: flex !important;
}

.position-relative {
	position: relative;
}

.headingone {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 100%;
}

.subheading {
	font-size: 16px;
	line-height: 120%;
	margin-top: 10px;
	text-transform: capitalize;
}

.container {
	padding: 0 15px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

.nwsection {
	padding: 30px 0;
}

.rowgap {
	margin-top: 30px;
}

strong {
	font-weight: 700;
}

.text-black {
	color: #252525 !important;
}


/**------------------Accordion Css start--------------*/
.accordion {
	width: 100%;
	margin: 0 auto;
}

.acc {
	margin: 0px 0 10px 0;
	border-bottom: 0;
	border-radius: 10px;
	background: #FFF;
	padding: 12px 16px;
}

.acc:last-child {
	margin: 0;
	border: 0;
}

.acc-head {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	background: transparent;
	border-radius: 5px;
	gap: 15px;
	flex-wrap: wrap;
}

.acc-head h6 {
	color: #252525;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	width: 83%;
	text-transform: capitalize;
}

.acc-content {
	display: none;
	padding: 0;
}

.accordion-header-icon {
	font-size: 0;
	background: url(../images/faqplus.png) right center no-repeat;
	height: 36px;
	width: 36px;
	background-size: contain;
}

.active .accordion-header-icon {
	background: url(../images/faqminus.png) right center no-repeat;
	width: 36px;
	height: 36px;
	background-size: contain;
}

.acc-content p {
	color: #494949;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin-top: 10px;
}

.acc-content ul li {
	color: #494949;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	list-style: disc;
	list-style-position: inside;
}

.acc-content ul {
	margin: 15px 0;
}

/**------------------Accordion Css end--------------*/
.faqcon {
	max-width: 794px;
	margin: 0 auto;
}

.announcementbar {
	background: #D6DC50;
	padding: 10px 0;
	text-align: center;
}

.announcementbar p {
	color: #276A58;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
}

.headersec {
	padding: 15px 0;
	background: #252525;
}

.headerinnerouter {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ratingsec {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	flex-wrap: wrap;
	margin-top: 15px;
}

.ratingsec p {
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
}

.ratingsec img {
	display: block;
}

.joinbtn {
	border-radius: 5px;
	background: #FFF;
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #E55F1F;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	gap: 10px;
}

.joinbtn:hover {
	background: #E55F1F;
	color: #fff;
}

.joinbtn:hover img {
	filter: brightness(0) invert(1);
}

.headbtn {
	max-width: 150px;
	width: 100%;
}

.logo {
	width: 125px;
}

.logo img {
	display: block;
}

.topuspslider {
	background: #276A58;
	padding: 15px 0 !important;
}

.uspslider .swiper-wrapper {
	transition-timing-function: linear !important;
}

.uspslider .swiper-slide span {
	display: flex;
	align-items: center;
	gap: 6px;
	justify-content: center;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
}

.title-heading {
	color: #FFF;
	font-size: 28px;
	font-style: normal;
	font-weight: 900;
	line-height: 110%;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.bannerform {
	border-radius: 5px;
	border: 3px solid #D6DC50;
	background: #FFF;
	padding: 20px;
	margin-top: 20px;
}

.bannerform h2 {
	color: #000;
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 900;
	line-height: 110%;
	letter-spacing: -0.34px;
	text-transform: uppercase;
}

.bannerform p {
	color: #494949;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	margin-top: 10px;
}

.bannercontent ul li {
	background: url(../images/checkcircle.png) no-repeat left center;
	background-size: 21px 20px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	padding-left: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.banner {
	background-size: cover !important;
}

.bannerlist p {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%;
	margin-top: 10px;
}

.bannerlist {
	margin-top: 20px;
}

.googletestimonial {
	background: #D6DC50;
}

.googleslidebox {
	border-radius: 5px;
	background: #FFF;
	padding: 35px;
}

.googleslidebox h3 {
	color: #276A58;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	margin-bottom: 10px;
}

.googleslidebox p {
	color: #494949;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin-top: 10px;
}

.greviewbottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}

.grevleft {
	display: flex;
	align-items: center;
	gap: 10px;
}

.grevauthor {
	width: 40px;
	height: 40px;
}

.grevauthor img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
	border-radius: 100%;
}

.grevleft h4 {
	color: #494949;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-transform: capitalize;
}

.grevright img {
	display: block;
}


.controlholder .swiper-button-next::after {
	display: none !important;
}

.controlholder .swiper-button-prev::after {
	display: none !important;
}

.controlholder .swiper-button-next {
	background: url(../images/sliderright.png) no-repeat center center;
	background-size: contain;
	width: 35px !important;
	height: 35px !important;
	position: relative !important;
	left: inherit !important;
	right: inherit !important;
	top: inherit !important;
	margin: 0 !important;
}

.controlholder .swiper-button-next:hover {
	background: url(../images/sliderright.-hoverpng.png) no-repeat center center;
	background-size: contain;
}

.controlholder .swiper-button-prev {
	background: url(../images/sliderleft.png) no-repeat center center;
	background-size: contain;
	width: 35px !important;
	height: 35px !important;
	position: relative !important;
	left: inherit !important;
	right: inherit !important;
	top: inherit !important;
	margin: 0 !important;
}

.controlholder .swiper-button-prev:hover {
	background: url(../images/sliderleft-hover.png) no-repeat center center;
	background-size: contain;
}

.controlholder {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
	margin-top: 30px;
}

.simplestep {
	background: #276A58;
}

.title-subheading {
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 140%;
	margin-top: 10px;
}

.stepbox {
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 0px 11px -3px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px 0px 11px -3px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 11px -3px rgba(0, 0, 0, 0.75);
}

.stepboxicon {
	position: relative;
}

.stepboxicon img {
	width: 100%;
	display: block;
}

.stepcount {
	border-radius: 100px;
	border: 5px solid #FFF;
	background: #D6DC50;
	width: 40px;
	height: 40px;
	color: #276A58;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -20px;
	position: absolute;
}

.stepcontent {
	padding: 35px 15px 15px 15px;
}

.stepcontent h3 {
	color: #276A58;
	font-size: 20px;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: -0.2px;
	text-transform: capitalize;
}

.stepcontent p {
	color: #494949;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin-top: 10px;
}

.primarybtn {
	border-radius: 5px;
	background: #E55F1F;
	height: 56px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	color: #FFF;
	font-family: "Onest", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0px 0px 11px -3px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px 0px 11px -3px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 11px -3px rgba(0, 0, 0, 0.75);
}

.primarybtn:hover {
	background: #fff;
	color: #000;
}

.primarybtn:hover img {
	filter: invert()
}

.btnallgroup .ratingsec {
	margin-top: 10px;
}

.btnallgroup {
	max-width: 490px;
	margin: 0 auto;
}

.btnallgroup .ratingsec p {
	font-size: 12px;
}

.stepbox {
	margin-top: 15px;
}

.simplestep .stepouter:first-child .stepbox {
	margin-top: 0;
}

.textslider .swiper-wrapper {
	transition-timing-function: linear !important;
}

.textslider,
.sfatextslider {
	background: #D6DC50;
	padding: 20px 0 !important;
}

.textslider p,
.sfatextslider p {
	color: #252525;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	text-align: center;
}

.completemembership {
	background: #252525;
}

.membercompletebox {
	border-radius: 5px;
	background: #FFF;
	padding: 15px;
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
	width: 100%;
}

.completeouter {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

.membercontent h3 {
	color: #276A58;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: -0.2px;
}

.membercontent p {
	color: #494949;
	font-size: 14px;
	font-weight: 400;
	line-height: 157%;
	margin-top: 6px;
}

.membericon {
	width: 60px;
	height: 60px;
	margin: 0 auto;
}

.membericon img {
	width: 100%;
	height: 100%;
	display: block;
}

.membericon img {
	width: 100%;
	display: block;
}

.membercontent {
	width: 100%;
	text-align: center;
}

.memberbottomconntent p {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -0.5px;
	margin-top: 25px;
}

.memberbottomconntent p:first-child {
	margin-top: 0;
}

.zigzagwrap {
	background: #276A58;
}

.zigzagcontentbox {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 0 0 4px 4px;
	border: 1px solid #F0FFE6;
	background: #FFF;
	padding: 20px;
}

.zigzagcontentbox h2 {
	color: #276A58;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.6px;
	text-transform: capitalize;
}

.zigzagcontentbox p {
	color: #494949;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin-top: 10px;
}

.zigzagcontentbox ul {
	margin-top: 15px;
}

.zigzagcontentbox ul li {
	color: #252525;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	background: url(../images/checkcircle.png) no-repeat left center;
	background-size: 21px 20px;
	padding-left: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.zigzagimgbox img {
	width: 100%;
	display: block;
	border-radius: 4px;
}

.btnallgroup h5 {
	color: #FFF;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 10px;
}

.realtestimonial {
	background: linear-gradient(0deg, #D6DC50 0%, #D6DC50 100%), #252525;
}

.resltestivideo img {
	width: 100%;
	display: block;
	object-fit: cover;
}

.resltestivideo video {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
}

.realtestimonialslider .googleslidebox {
	padding: 15px;
	border-radius: 0 0 5px 5px;
}

.confidentmember {
	background: #252525;
}

.confmemberouter {
	display: flex;
	align-items: start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px;
}

.confmembox {
	width: 100%;
	text-align: left;
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}

.confmembox p {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: -0.16px;
	margin-top: 0;
	width: 80%;
}

.comfmemboxicon {
	width: 52px;
	height: 52px;
}

.comfmemboxicon img {
	width: 100%;
	display: block;
	border-radius: 100%;
}

.faqwrap {
	background: #276A58;
}

.bottomusp {
	background: #D6DC50;
}

.bottomusp .swiper-slide span {
	color: #000;
}

.bottomusp .swiper-slide span img {
	filter: brightness(0%);
}

.footerbanner {
	background-size: cover !important;
}

.footbancontent {
	max-width: 973px;
	margin: 0 auto;
}

.footbancontent .title-subheading {
	max-width: 514px;
	margin-left: auto;
	margin-right: auto;
}

.footbancontent .title-heading {
	margin-top: 15px;
}

.footbancontent ul li {
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.footbancontent ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
	margin: 15px 0;
}

.footbancontent h5 {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	text-align: center;
}

.footbancontent .btnwrap {
	max-width: 360px;
	margin: 20px auto;
}

.footbancontent h6 {
	color: #FFF;
	text-align: center;
	font-size: 10px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
}

.footer {
	background: #252525;
	padding: 20px 0;
	text-align: center;
}

.footerwrap p {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}

.footerwrap label a {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-decoration: underline;
}

.footerwrap label {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin: 15px 0;
}




.formbox label {
	width: 100%;
	display: block;
	color: #276A58;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.formbox input {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #C1E2D9;
	background: #FFF;
	height: 50px;
	padding: 0 15px;
}

.formbox input:focus {
	outline: 0;
}

.formbox input::placeholder {
	color: #494949;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.bannerform form {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 30px;
}

.formbox {
	width: 100%;
}

.formsub button {
	border-radius: 5px;
	background: #E55F1F;
	width: 100%;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	cursor: pointer;
	font-family: "Onest", sans-serif;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.formsub button:hover {
	background: #252525;
}

.formsub {
	width: 100%;
	margin-top: 0;
}

.bannerform h6 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin-top: 10px;
	color: #494949;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	margin-top: 15px;
	margin-bottom: 0;
	line-height: 110%;
}


.banner:after {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.banner .container {
	position: relative;
	z-index: 99;
}

html {
	scroll-behavior: smooth;
}

.formbox label {
	width: 100%;
	display: block;
	color: #276A58;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.formbox input {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #C1E2D9;
	background: #FFF;
	height: 50px;
	padding: 0 15px;
}

.formbox input:focus {
	outline: 0;
}

.formbox input::placeholder {
	color: #494949;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.bannerform form {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 30px;
}

.formbox {
	width: 100%;
}

.formsub button {
	border-radius: 5px;
	background: #E55F1F;
	width: 100%;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	cursor: pointer;
	font-family: "Onest", sans-serif;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.formsub button:hover {
	background: #252525;
}

.formsub {
	width: 100%;
	margin-top: 0;
}

.bannerform h6 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	color: #494949;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
}

.banner-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner .container {
	position: relative;
}

/****************************SFA Page****************************************************/

.sfalogosec .headerinnerouter {
	justify-content: center;
}

.sfaherosec {
	background: #1C3B34;
}

.sfaherosmltext {
	color: #494949;
	font-family: Onest;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	padding: 6px 12px;
	max-width: 282px;
	margin: 0 auto;
	text-align: center;
	border-radius: 99px;
	background: #D6DC50;
}

.sfaherosec h1 {
	max-width: 910px;
	margin-left: auto;
	margin-right: auto;
}

.sfaherosec h1 span {
	color: #E55F1F;
}

.sfaherosecbox {
	border-radius: 12px;
	border: 1px solid rgba(214, 220, 80, 0.20);
	background: #334F49;
	padding: 24px;
	margin: 30px auto;
	max-width: 744px;
}

.sfaherosecbox h6 {
	color: #FFF;
	text-align: center;
	font-family: Onest;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	/* 19.6px */
	text-transform: uppercase;
}

.sfaherosecbox h3 {
	color: #FFF;
	text-align: center;
	font-family: Onest;
	font-size: 24px;
	margin: 10px 0;
	font-weight: 700;
	line-height: 140%;
	/* 33.6px */
}

.sfaherosec .btnallgroup {
	margin-top: 30px;
}

.sfaherobulletsec ul li {
	display: flex;
	gap: 15px;
	align-items: center;
	margin-top: 20px;
	flex-wrap: wrap;
}

.sfaherobulletsec ul li:first-child {
	margin: 0;
}

.sfaherobulletsec ul li img {
	width: 38px;
}

.sfaherobulletcontent h4 {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 110%;
	margin: 0;
	/* 17.6px */
	letter-spacing: -0.16px;
}

.sfaherobulletcontent p {
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	margin-top: 4px;
	line-height: 22px;
	/* 157.143% */
}


.sfatextslider .swiper-wrapper {
	transition-timing-function: linear !important;
}

.whysfasec {
	background: #252525;
}

.whysfamobimg {
	width: 100%;
}

.whysfamobimg img {
	width: 100%;
	display: block;
}

.sfamembershiparea h4 {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	margin: 20px 0;
	line-height: 150%;
	/* 144.444% */
}




.sfamembershiparea {
	max-width: 570px;
}

.sfamembershiparea ul {
	margin: 0;
}

.sfamembershiparea ul li {
	background: url(../images/sfa/sfacheckcircle.png) left center no-repeat;
	background-size: 20px 20px;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	margin-top: 10px;
	padding-left: 28px;
	line-height: 150%;
	/* 21px */
}

.sfamembershiparea ul li:first-child {
	margin-top: 0;
}

.sfagreenbtn {
	max-width: 340px;
	height: 30px;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	color: #252525;
	line-height: 29px;
	border-radius: 6px;
	background: #D6DC50;
	display: block;
}


.mainprodsfasec {
	background: #276A58;
}

.mainprodsfasec h2 {
	line-height: 120%;
}

.planboxouter {
	margin-top: 30px;
}

.planboxouter:first-child {
	margin-top: 0;
}

.planboxinner {
	border-radius: 12px;
	background: #FFF;
	padding: 24px;
	position: relative;
}




.planboxinner h3 {
	color: #276A58;
	font-size: 20px;
	font-weight: 700;
	line-height: 110%;
	/* 22px */
	letter-spacing: -0.2px;
}


.planboxinner h6 {
	color: #494949;
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px;
	line-height: 22px;
	/* 157.143% */
}

.sfaprice {
	color: #276A58;
	font-size: 30px;
	margin-top: 15px;
	font-weight: 900;
	line-height: 110%;
	/* 33px */
	letter-spacing: -0.3px;
}

.sfaprice span {
	font-size: 16px;
	font-weight: 500;
}

.lessontext {
	color: #494949;
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
	/* 183.333% */
	letter-spacing: 0.6px;
	text-transform: uppercase;
}

.planboxinner ul {
	margin: 15px 0 0;
}

.planboxinner ul li {
	background: url(../images/sfa/sfacheckcircle.png) left center no-repeat;
	background-size: 20px 20px;
	color: #494949;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	margin-top: 10px;
	padding-left: 28px;
	line-height: 150%;
}

.planboxinner ul li strong {
	font-weight: 700;
}

.planboxinner .primarybtn {
	font-size: 16px;
	background: none;
	border: 2px solid #E55F1F;
	height: 56px;
	color: #E55F1F;
	box-shadow: none;
}

.planboxinner .primarybtn:hover {
	background: #276A58;
	color: #fff;
	border: 2px solid #276A58;
}

.planboxinner .primarybtn:hover img {
	filter: brightness(0) invert(1);
}

.bestvaluebox {
	border: 3px solid #D6DC50;
}

.bestvaluebox .primarybtn {
	background: #E55F1F;
	color: #fff;
}

.bestvaluebox .primarybtn img {
	filter: brightness(0) invert(1);
}

.limitedtext {
	color: #252525;
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
	font-weight: 400;
	line-height: 26px;
	/* 162.5% */
}


.sfahighlighttext {
	display: inline-block;
	border-radius: 4px;
	background: #FADED1;
	padding: 6px 12px;
	color: #494949;
	text-align: left;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 15px;
	line-height: 130%;
	/* 15.6px */
	letter-spacing: 0.6px;
	text-transform: uppercase;
}

.variantouter {
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 10px;
	margin-bottom: 18px;
}

.variantinner {
	width: 22.4%;
	border-radius: 5px;
	position: relative;
	border: 1px solid #494949;
	padding: 9px 0;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #494949;
}

.lessoninput {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
}

.variantinner:hover {
	color: #fff;
	border: 1px solid #E55F1F;
	background: #E55F1F;
}

.sfavariantactive {
	color: #fff;
	border: 1px solid #E55F1F;
	background: #E55F1F;
}

.sfabestseller {
	display: flex;
	padding: 6px 12px;
	align-items: center;
	border-radius: 99px;
	background: #D6DC50;
	gap: 8px;
	color: #494949;
	font-size: 14px;
	text-align: center;
	position: absolute;
	max-width: 210px;
	left: 0;
	right: 0;
	top: -15px;
	font-weight: 400;
	margin: 0 auto;
	line-height: 22px;
	/* 157.143% */
}


.comparesec {
	background: #D6DC50;
}

.comparesec h2,
.comparesec p.title-subheading {
	color: #252525;
}

.sfatableouter {
	border-radius: 6px;
	overflow: hidden;
}

.sfatableouter table {
	width: 100%;
}

.sfatableouter table tr {
	border-bottom: 1px solid rgba(37, 37, 37, 0.20);
}

.sfatableouter table tr:last-child {
	border-bottom: none;
}

.sfatableouter table th {
	padding: 15px;
	background: #276A58 !important;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	width: 50%;
	line-height: 110%;
	/* 17.6px */
	letter-spacing: -0.16px;
}


.sfatableouter table th:first-child {
	display: none;
}


.sfatableouter table td {
	padding: 15px;
	background: #fff !important;
	color: #276A58;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.14px;
}

.sfatableouter table td:nth-child(2) {
	background: linear-gradient(0deg, rgba(39, 106, 88, 0.06) 0%, rgba(39, 106, 88, 0.06) 100%), #FFF !important;
}

.sfatableouter table td strong {
	font-weight: 700;
}

.sfatableouter table td:first-child {
	display: none;
	font-weight: 600;
}

.sfatableouter table td img {
	display: block;
	margin: 0 auto 10px;
	width: 22px;
}

.comparesec .primarybtn:hover {
	color: #fff;
	background: #276A58;
}

.comparesec .primarybtn:hover img {
	filter: brightness(0) invert(1);
}

.comparesec .ratingsec p {
	color: #252525;
}

.sfaimprovesec {
	max-width: 688px;
}

.trainsec {
	background: url(../images/sfa/trainbg.jpg) center top no-repeat;
	background-size: cover
}

.trainboxouter {
	margin-top: 30px;
}

.trainboxouter:first-child {
	margin-top: 0;
}

.trainboxinner {
	overflow: hidden;
	border-radius: 12px;
}

.trainboximg img {
	width: 100%;
	display: block;
}

.trainboxcontent {
	background: #fff;
	padding: 20px 30px;
}

.trainboxcontent h3 {
	color: #276A58;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 110%;
	/* 22px */
	letter-spacing: -0.2px;
}

.trainboxcontent p {
	color: #494949;
	text-align: center;
	margin: 10px 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	gap: 6px;
	/* 157.143% */
}


.trainboxcontent .primarybtn {
	font-size: 16px;
	background: none;
	border: 2px solid #E55F1F;
	height: 56px;
	color: #E55F1F;
	box-shadow: none;
}

.trainboxinner .primarybtn {
	max-width: 223px;
	margin: 0 auto;
	height: 46px;
}

.trainboxinner .primarybtn:hover {
	background: #E55F1F;
	color: #fff;
}

.trainboxinner .primarybtn:hover img {
	filter: brightness(0) invert(1);
}


.confidentmember .btnallgroup h5 {
	display: none;
}


@media only screen and (max-width :767px) {
	.whysfasec {
		background-image: none !important;
		margin-top: -60px;
	}
}

@media only screen and (min-width :400px) {}

@media only screen and (min-width :480px) {}

@media only screen and (min-width :576px) {
	.container {
		max-width: 540px;
	}
}

@media only screen and (min-width :768px) {
	.text-md-center {
		text-align: center !important;
	}

	.text-md-left {
		text-align: left !important;
	}

	.text-md-right {
		text-align: right !important;
	}

	.dm-md-none {
		display: none !important;
	}

	.dm-md-block {
		display: block !important;
	}

	.dm-md-flex {
		display: flex !important;
	}

	.justify-content-md-start {
		justify-content: start !important;
	}

	.justify-content-md-center {
		justify-content: center !important;
	}

	.justify-content-md-end {
		justify-content: end !important;
	}

	.container {
		max-width: 750px
	}

	.nwsection {
		padding: 40px 0;
	}

	.rowgap {
		margin-top: 40px;
	}


	.announcementbar {
		padding: 15px 0;
	}

	.announcementbar p {
		font-size: 16px;
	}

	.logo {
		width: 178px;
	}

	.headbtn {
		max-width: 210px;
	}

	.joinbtn {
		height: 50px;
	}

	.ratingsec p {
		font-size: 16px;
	}

	.ratingsec {
		margin-top: 15px;
		width: 100%;
	}

	.bannerleftouter {
		-ms-flex: 0 0 52%;
		flex: 0 0 52%;
		max-width: 52%;
	}

	.bannerrightouter {
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
		max-width: 48%;
		order: 2;
	}

	.headingholder {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.controlholder {
		margin: 0;
	}

	.stepouter {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.title-subheading {
		font-size: 22px;
	}

	.stepcontent p {
		font-size: 16px;
		margin-top: 15px;
	}

	.stepcount {
		width: 50px;
		height: 50px;
		font-size: 20px;
		bottom: -25px;
	}

	.stepcontent {
		padding: 50px 30px 30px 30px;
		min-height: 240px;
	}

	.primarybtn {
		height: 70px;
		font-size: 18px;
	}

	.simplestep .stepouter:nth-child(2) .stepbox {
		margin-top: 0;
	}

	.membercompletebox {
		width: 48%;
	}


	.membercontent {
		width: 76%;
		text-align: left;
	}

	.memberbottomconntent p {
		font-size: 20px;
		font-weight: 600;
	}

	.completeouter {
		align-items: stretch;
	}

	.zigzagimg {
		-ms-flex: 0 0 55%;
		flex: 0 0 55%;
		max-width: 55%;
	}

	.zigzagcontent {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.zigzagouter .both-padding {
		padding: 0;
	}

	.zigzagouter .row {
		position: relative;
	}

	.zigzagcontentbox {
		position: absolute;
		right: 0;
		width: 55%;
		border-radius: 4px;
	}

	.zigzagouter .rowgap:nth-child(2n+2) .zigzagimg {
		margin-left: auto;
	}

	.zigzagouter .rowgap:nth-child(2n+2) .zigzagcontentbox {
		left: 0;
		right: inherit;
	}

	.btnallgroup h5 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.zigzagcontentbox p {
		font-size: 14px;
	}

	.confmembox {
		width: 31%;
		text-align: center;
		display: block;
	}

	.comfmemboxicon {
		width: 100px;
		height: 100px;
		margin: 0 auto;
	}

	.confmembox p {
		margin-top: 10px;
		width: 100%;
	}

	.confmemberouter {
		justify-content: center;
	}

	.acc {
		padding: 20px;
	}

	.acc-head h6 {
		width: 92%;
	}

	.acc-content p {
		font-size: 16px;
	}

	.footbancontent ul li {
		font-size: 16px;
	}

	.footbancontent ul {
		margin: 25px 0;
	}

	.footbancontent h5 {
		font-size: 18px;
	}

	.footbancontent .btnwrap {
		margin: 40px auto;
	}

	.footerwrap {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 40px;
	}

	.footerwrap p {
		order: 1;
	}

	.footerlogo {
		order: 2;
	}

	.footerwrap label {
		order: 3;
		margin: 0;
	}




	.sfaherosecbox {
		padding: 32px;
	}

	.sfaherosecbox h6 {
		font-size: 20px;
	}

	.sfaherosecbox h3 {
		font-size: 32px;
	}


	.sfaherobulletsec ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.sfaherobulletsec ul li {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		margin: 15px 0;
		padding: 0 15px;
		max-width: 50%;
		justify-content: center;
	}

	.sfaherobulletcontent h4 {
		font-size: 18px;
	}

	.sfaherobulletcontent p {
		font-size: 14px;
	}

	.sfagreenbtn {
		margin: 0;
	}


	.planboxouter {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.planboxinner h3 {
		font-size: 24px;
	}

	.sfaprice {
		font-size: 40px;
	}

	.planboxouter:first-child {
		margin-top: 30px;
	}

	.sfatableouter table th:first-child {
		display: table-cell;
	}

	.sfatableouter table th {
		width: 33.333333%;
		padding: 25px;
		font-size: 19px;
	}

	.sfatableouter table td {
		width: 33.333333%;
		padding: 25px;
		font-size: 16px;
	}

	.sfatableouter table td:first-child {
		display: table-cell;
	}

	.sfatableouter table td strong {
		display: none;
	}

	.midcontent {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: left;
		gap: 10px;
	}

	.endcontent {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: left;
		gap: 10px;
	}

	.sfatableouter table td img {
		width: 29px;
		margin: 0;
	}

	.membershipstepsec .stepcontent {
		min-height: auto;
	}

	.trainboxouter {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-top: 0;
	}


}

@media only screen and (min-width :992px) {
	.container {
		max-width: 970px
	}

	.text-lg-center {
		text-align: center !important;
	}

	.text-lg-left {
		text-align: left !important;
	}

	.text-lg-right {
		text-align: right !important;
	}

	.dm-lg-none {
		display: none !important;
	}

	.dm-lg-block {
		display: block !important;
	}

	.dm-lg-flex {
		display: flex !important;
	}

	.justify-content-lg-start {
		justify-content: start !important;
	}

	.justify-content-lg-center {
		justify-content: center !important;
	}

	.justify-content-lg-end {
		justify-content: end !important;
	}

	.membercompletebox {
		padding: 30px;
		gap: 25px;
		width: 49%;
	}

	.membercompletebox {
		width: 48%;
	}

	.memberbottomconntent p {
		font-size: 25px;
	}

	.confmemberouter {
		gap: 30px;
	}

	.sfatableouter table th {
		padding: 28px;
		font-size: 22px;
	}

	.sfatableouter table td {
		padding: 28px;
		font-size: 17px;
	}

	.trainboxcontent {
		padding: 30px 30px;
	}

}

@media only screen and (min-width :1200px) {
	.container {
		max-width: 1170px
	}

	.text-xl-center {
		text-align: center !important;
	}

	.text-xl-left {
		text-align: left !important;
	}

	.text-xl-right {
		text-align: right !important;
	}

	.dm-xl-none {
		display: none !important;
	}

	.dm-xl-block {
		display: block !important;
	}

	.dm-xl-flex {
		display: flex !important;
	}

	.justify-content-xl-start {
		justify-content: start !important;
	}

	.justify-content-xl-center {
		justify-content: center !important;
	}

	.justify-content-xl-end {
		justify-content: end !important;
	}

	.nwsection {
		padding: 50px 0;
	}

	.rowgap {
		margin-top: 50px;
	}

	.ratingsec {
		width: auto;
		margin: 0;
	}

	.headbtn {
		order: 3;
	}

	.title-heading {
		font-size: 50px;
	}

	.bannerlist p {
		font-size: 18px;
		margin-top: 15px;
	}

	.bannerform {
		padding: 30px;
	}

	.bannerform h2 {
		font-size: 34px;
	}

	.bannerform p {
		font-size: 16px;
	}

	.controlholder .swiper-button-next {
		width: 48px !important;
		height: 48px !important;
	}

	.controlholder .swiper-button-prev {
		width: 48px !important;
		height: 48px !important;
	}

	.stepouter {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.stepbox {
		margin-top: 0 !important;
	}

	.textslider,
	.sfatextslider {
		padding: 30px 0 !important;
	}

	.textslider p,
	.sfatextslider p {
		font-size: 17px;
	}

	.membericon {
		width: 100px;
		height: 100px;
		margin: 0;
	}

	.membercompletebox {
		width: 49%;
	}

	.membercontent {
		width: 74%;
	}

	.zigzagcontentbox {
		padding: 40px;
	}

	.zigzagcontentbox h2 {
		font-size: 30px;
	}

	.zigzagcontentbox p {
		font-size: 20px;
		margin-top: 15px;
	}

	.zigzagcontentbox ul li {
		font-size: 16px;
	}

	.formbox {
		width: 48%;
	}

	.formsub button {
		height: 70px;
	}

	.formsub {
		width: 100%;
		margin-top: 20px;
	}

	.formbox {
		width: 48%;
	}

	.formsub button {
		height: 70px;
	}

	.formsub {
		width: 100%;
		margin-top: 20px;
	}

	.sfalogosec .headerinnerouter {
		justify-content: space-between;
	}

	.sfaherobulletsec ul {
		gap: 70px;
	}

	.sfaherobulletsec ul li {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: none;
		margin: 0;
		justify-content: start;
	}


	.sfamembershiparea h4 {
		font-size: 18px;
	}

	.sfamembershiparea ul li {
		font-size: 16px;
	}

	.planboxouter {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
		margin: 0;
	}

	.planboxouter:first-child {
		margin-top: 0;
	}

	.planboxinner {
		padding-top: 44px;
		padding-bottom: 32px;
	}

	.sfatableouter {
		border-radius: 10px;
		max-width: 970px;
		margin: 0 auto;
	}

	.sfatableouter table td {
		font-size: 18px;
	}
}

@media only screen and (min-width :1280px) {
	.container {
		max-width: 1250px
	}

	.nwsection {
		padding: 70px 0;
	}

	.rowgap {
		margin-top: 70px;
	}

	.textslider p,
	.sfatextslider p {
		font-size: 18px;
	}

	.membercontent {
		width: 76%;
	}

	.zigzagcontentbox {
		padding: 70px 50px;
	}

	.confmembox {
		width: 18%;
	}

	.formbox {
		width: 48.5%;
	}

	.formbox {
		width: 48.5%;
	}


	.sfaherosec .rowgap {
		margin-top: 60px;
	}
}