/*
	Standard Pages
	IE
	5G
	Wellness
	Silver and Gold
*/
/*SilverGold*/

.w-1000 {
	max-width: 1000px;
	margin: auto;
}

.column1-silver {

	padding-left: 25px;

}

.div_goldcomp {
	align-items: center;
	text-align: center;
	justify-content: center;
	font-weight: 600;
	font-size: 1.5rem;
	padding: 1rem;
}

.div_goldcomp2 {

	font-size: 1.3rem;
}

.money-col-mid {
	width: 64.59%
}

.rightnow-text {
	font-size: 1.4rem;
	padding-top: 20px;
}

.bill-column {
	background-image: url(../images/SG/CoL_16_Website_Money-1.jpg);
	background-size: cover;
	background-position: center center;
	width: 17.41%;
	background-repeat: no-repeat;

}

.money-bg {
	width: 100%;
	background-color: #e7e7e8;
	padding: 20px 50px 20px 50px;
	border-bottom-color: #e7e7e8;
	border-left-color: #e7e7e8;
	border-bottom-left-radius: 30px;
	border-bottom-style: none;
	border-bottom-right-radius: 30px;

}

.change-text {
	font-size: 4rem;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 3px 3px 5px rgb(0 0 0 / 55%);
	text-align: center;
}

.text-blockmoney {
	font-size: 1.5rem;
	font-weight: 400;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 20px;
	line-height: 1.5;
	padding-bottom: 30px;
}

.text-blockmoney2 {
	padding-left: 10px;
	background-color: #ffffff;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	border-bottom-right-radius: 30px;
	font-size: 1.4rem;
	line-height: 1.65;
}

.goldbar {
	margin-left: -51px;
	width: 350.45px;
	max-width: 100%;
	height: 208.16px;
}

.div_block-money {
	width: 100%;
	flex-direction: row;
	display: flex;
	padding-right: 20px;
}

.silver-container {
	max-width: 800px;
	margin: 0 auto;

}


.sg-text {
	font-size: 4.8rem;
	color: #ffffff;

	font-weight: 300;
	text-shadow: 2px 2px 5px rgb(0 0 0 / 57%);
}




.silver-dp {
	color: #ffffff;
	font-size: 2.25rem;
	font-weight: 500;
	margin-right: 50px;
	text-shadow: 2px 2px 5px rgb(0 0 0 / 49%);
	line-height: 1;
}

.ap-text {
	font-family: eb-garamond, serif !important;
	font-weight: 400;
	font-style: italic !important;
}

/*End SilverGold*/




/* Start buttons */

.btn-row {
	padding: 0rem 0 1.5rem 0;
}

.ct-btn-orange {
	color: #000000;
	width: 60%;
	border-color: #ffffff;
	background-image: radial-gradient(at center center, #E8AF4A 0%, #E95A31 100%);
}

.ct-btn-orange:hover {
	color: #ffffff;
	width: 60%;
	border-color: #ffffff;
	background-image: linear-gradient(180deg, #36526C 0%, #20415D 100%);

}

.ct-btn-nblue {
	background-color: #051622;
	color: #ffffff;
	width: 90%;
	border-color: #ffffff;
}

.ct-btn-nblue:hover {
	background-image: radial-gradient(at top center, #FFDC74 0%, #BF9C50 55%) !important;
	color: #000000;
	width: 90%;
	border-color: #fff;
}

.ct-btn-gblack {
	background-image: radial-gradient(at top center, #FFDC74 0%, #BF9C50 55%) !important;
	color: #000000;
	width: 60%;
	border-color: #fff;
}

.ct-btn-gblack:hover {

	background-image: radial-gradient(at top center, #051622 0%, #051622 55%) !important;
	color: #ffffff;
	width: 60%;
	border-color: #ffffff;
}

.ct-btn-red {
	color: #ffffff;
	background-color: #B21E38;
	width: 69%;
	border-color: #ffffff;
}

.ct-btn-red:hover {
	background-color: #003956;
	color: #ffffff;
	width: 69%;
	border-color: #ffffff;
}

.ct-btn-wblue {
	color: #24418f;
	background-color: #ffffff;
	width: 69%;
	border-color: #24418f;
}

.ct-btn-wblue:hover {
	background-image: linear-gradient(120deg, #23428f, #28abe2);
	color: #ffffff;
	width: 69%;
	border-color: #ffffff;
}

.ct-btn-yellow {
	width: 69%;
	background-color: #FCB61A !important;
	color: #003956;
	border-color: #ffffff;
}

.ct-btn-yellow:hover {
	background-image: linear-gradient(130deg, #23428F 0%, #28ABE2 100%);
	color: #ffffff;
	border-color: #ffffff;
	width: 69%;
}

.ct-btn-wgreen {
	color: #00ADBA;
	background-color: #ffffff;
	width: 69%;
	border-color: #00ADBA;
}

.ct-btn-wgreen:hover {
	color: #ffffff;
	background-color: #00ADBA;
	width: 69%;
	border-color: #ffffff;
}

.ct-btn-default {
	padding: 7px 0px 7px 0px;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-radius: 50px;
	box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 50%);
	flex: 0 0 auto;
	text-align: center;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	line-height: 1;
}

.ct-button-inner {

	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.ct-btn-text {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1em;
}

.ct-btn-text3 {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1em;
}

.ct-btn-text4 {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1em;
}

.ct-btn-reviews {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1em;
}

.ct-btn-text-ewp {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1em;
}

.ct-btn-text-gold {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1em;

}

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

.ct-btn-orange-product {
	color: #000000;
	width: 95%;
	border-color: #ffffff;
	background-image: radial-gradient(at center center, #E8AF4A 0%, #E95A31 100%);
}

.ct-btn-orange-product:hover {
	color: #ffffff;
	width: 95%;
	border-color: #ffffff;
	background-image: linear-gradient(180deg, #36526C 0%, #20415D 100%);

}

.eael-creative-button-icon-right {
	margin-left: 11px;
	font-size: 30px;
}

.eael-creative-button-icon-right2 {
	margin-left: 5px;
	font-size: 22px;
}

/* end buttons */

/*5G*/

.header-text {
	color: #00557B;
	font-size: 3.6rem;
	font-weight: normal;
	text-align: center;

}

.dyk-header {
	padding: 2rem 0 1rem 0;
}

.testiheader {
	display: flex;
}

.former-text {

	color: #ffffff;
	font-family: "proxima-nova", Sans-serif;
	font-size: 2.6rem;
	line-height: 1;
	text-align: center;
}

.steve-myguy {
	color: #ffffff;
	font-weight: 400;
	font-size: 2.3rem;
}

.svg-image {
	display: inline-block;
	height: 5rem;
	width: 5rem;
	padding: 0;
	vertical-align: text-top;
}



.svg-img-left {
	display: inline-block;
	height: 5rem;
	width: 5rem;
	margin: 1rem 0 -2rem -5rem;
	padding: 0;
}


.harmful-text {
	color: #4D4D4D;
	font-size: 1.8em;
	line-height: 2rem;
	text-align: center;

}

.glist {
	font-size: 1.9rem;
	color: #333333;
	line-height: 2rem;

}

.gicons {
	width: 50px;
}

.blist {
	font-size: 1.8rem;
	color: #FFFFFF;
	line-height: 2rem;

}

.textd {
	color: #ffffff !important;
	font-size: 2rem;
	text-transform: uppercase;
	line-height: 1em;
	text-shadow: 3px 2px 3px rgb(0 0 0 / 33%);
}

.textn {
	color: #ffffff !important;
	font-size: 2rem;
	text-transform: uppercase;
	line-height: 1em;
	text-align: center;
	text-shadow: 3px 2px 3px rgb(0 0 0 / 33%);
}

.stext {
	color: #4D4D4D;
	font-size: 1.7em;
	line-height: 2rem;
	padding: 2rem 7rem 1rem 6rem;

}

.emf-title {
	font-size: 2rem;
	font-weight: 500;
	color: #4D4D4D;
	padding: 1.5em 2em 0em 3em;
}

.emf-bg {
	background: url(../images/5g/solution3-2.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-bottom: 1.5rem;

}

.steve-col {
	border: solid 2px #ffffff;
	border-width: 0 3px 0 0;
}

.emf-text {
	text-align: left;
	color: #4D4D4D;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.3em;
	width: 55vw;
	max-width: 55vw;
	padding: 0 2em 3em 5em;
}

.intro-steve {
	font-size: 3.3em;
	line-height: 0.9em;
	font-weight: 800;
	-webkit-text-stroke-color: #000;
	stroke: #000;
	color: #ffffff;
	text-shadow: 3px 2px 3px rgb(0 0 0 / 33%);
	padding: 0.5em 1em 0.2em 0em;
	text-align: center;

}

.steveline {
	min-height: 78px;
	height: 78px;
}

.stevetext {
	font-size: 3rem;
	font-weight: 800;
	color: #4D4D4D;
	display: inline-flex;
	margin-left: 5px;
	vertical-align: super;
}

.steveimage {
	width: 60%;
	align-items: flex-start;
	flex-direction: row;
	display: flex;


}

.ba-logo-mob {
	display: none;
}

.ba-logo {
	width: 60%;
}

.solution-mob {
	display: none;

}

.img-steve {
	visibility: visible;
	z-index: 9;
	position: static;
	display: inline-block;
	max-width: 100%;
	height: 125px;
	width: 125px;
	margin-left: -4rem;
}

.stevei {
	flex-direction: row;
	display: flex;
}

.steve-name-mob {
	display: none;
}

.degreetext {
	color: #4D4D4D;
	font-size: 1.9em;
	line-height: 1em;
	padding: 0.5em 0 0 0.5em;
}

.quotesteve {
	color: #ffffff;
	font-size: 2.1rem;
	line-height: 1em;
	text-shadow: -1px 3px 0px rgb(0 0 0 / 12%);
	text-align: center;
}

.svg-image2 {
	display: inline-block;
	height: 2.3rem;
	width: 2.3rem;
	margin: 0 0.125em;
	padding: 0;
	vertical-align: super;
}

.svg-img-left2 {
	display: inline-block;
	height: 2.3rem;
	width: 2.3rem;
	margin: 0 -0.5em;
	padding: 0;
	vertical-align: super;

}

.textguy {
	color: #ffffff;
	font-weight: 400;
	font-size: 2.5rem;
	text-shadow: 0px 0px 4px rgb(0 0 0 / 42%);
	text-align: center;
	flex-direction: row !important;
}

.true-benefits {
	color: #ffffff;
	font-size: 3em;
	font-weight: 500;
	text-shadow: 1px 3px 1px rgb(0 0 0 / 26%);
	text-align: center;
}

.special-text {
	color: #4D4D4D;
	font-size: 1.9em;
	font-weight: 400;
	text-align: center;
	line-height: 1.3em;

}

.stiktext {
	color: #2A333C;
	font-size: 1rem;
	line-height: 1;
	font-weight: 600;

}

.stiktext2 {
	color: #2A333C;
	font-size: 1rem;
	line-height: 1;
	font-weight: 600;
	padding-top: 2rem;
}

.testi-col3 {
	border-right: solid 10px #d8eefa;
	padding: 1rem;
}

.testi-col4 {

	padding: 1rem;
}

.test-col1 {
	padding: 1.5em 5em 1.5em 3em;
}

.name-testi {
	color: #2A333C;
	font-size: 1.2rem;
	font-weight: 700
}

/*End 5G*/

/*Wellness Pages*/

.uwb-p1 {
	padding-top: 7rem;
}

.hwb-fs {
	padding-top: 16rem;
}

.nwb-pp1 {
	padding-top: 7rem;
}

.nwb-p1 {
	padding-top: 5rem;
}

.nwb-p2 {
	padding-top: 5rem;
}

.nwb-pp2 {
	padding-top: 5rem;
}

.nwb-p3 {
	padding-top: 19rem;
	padding-right: 0.5rem;
}

.hwb-p1 {
	padding-top: 15rem;
	padding-right: 0.5rem;
}

.uwb-p2 {
	padding-top: 7rem;
	padding-right: 1.3rem;
}

.uwbb-p2 {
	padding-top: 7rem;
	padding-right: 1.3rem;
}

.spiritual-wellness-header {
	font-size: 2rem;
	font-weight: 400;
	text-transform: uppercase;
	color: #00adba;
}

.swp-container {
	margin-bottom: 2rem;
}

.swp-sub {
	font-weight: 500;
	color: #00adbb;
	font-size: 2.5rem;
}

.ewp-title {
	color: #4ca8e8;
	font-size: 2rem;
	font-weight: 400;
	text-transform: uppercase;
}

.ewp-sub {
	font-weight: 500;
	color: #4ca8e8;
	font-size: 2.5rem;
}

.nwp-title {
	color: #4D7834;
	font-size: 2rem;
	font-weight: 400;
	text-transform: uppercase;
}

.nwp-sub {
	font-weight: 800;
	color: #000000;
	font-size: 2.5rem;
}

.energy-text {
	color: #ffffff;
}

.ewp-text {
	color: #000000;
	font-size: 1.2rem;
	font-weight: 500;
}

.nutri-title {
	font-size: 2.4rem;
	color: #527533;
	font-weight: 500;
	padding: 1.3rem;
}

.nutri-title-wellness {
	color: #537434;
	font-size: 2.5rem;
	font-weight: 600 !important;

}

.energy-title-wellness {
	color: #FFFFFF;
	font-size: 2.5rem;
	font-weight: 600 !important;
}

.spiritual-title-wellness {
	color: #00ADBC;
	font-size: 2.5rem;
	font-weight: 600 !important;
}

.wellness-col2 {
	margin: 100px 0px 0px 0px;
}

.wellness-col3 {
	margin: 100px 0px 0px 0px;
}

.lc-block.pt-2.img-wellnes-div {
	text-align: right;
}

/*End Wellness Pages*/

/*XXL Devices*/
@media (max-width: 1399.98px) {

	.ba-logo {
		width: 400px !important;
		padding: 0rem;
	}

	.img-steve {
		display: none
	}

	.stevetext {
		font-size: 3rem;
		margin-left: 3rem;

	}

	.steveline {
		min-height: 80px;
		height: 80px;
	}


	.text-blockmoney2 {
		padding: 1rem;
		border-color: #ffffff;
		border-bottom-right-radius: 30px;
		font-size: 1.2rem;
		line-height: 1.1;
	}

	.text-blockmoney {
		font-size: 1.2rem;
		line-height: 1.1;
	}

	.image-money {
		width: 220px;
		height: 220px;
	}

	.ba-logo {
		width: 350px !important;

	}

	.ba-col {
		display: grid;
		justify-items: center;
		grid-auto-flow: column;
		align-items: center;
	}

	/*Buttons*/

	.eael-creative-button-icon-right {
		margin-left: 8px;
		font-size: 22px !important;
	}

	.eael-creative-button-icon-right2 {
		margin-left: 5px;
		font-size: 20px !important;
	}

	.ct-btn-text-ewp {
		font-size: 1rem;
		font-weight: 600;
		line-height: 1em;
	}




	/*End Buttons*/

	.wellness-bg1 {
		background-position: center left !important;
	}

	.col-cal-bal {
		display: none;
	}

}

@media (max-width: 1199.98px) {

	/*Buttons*/

	.ct-btn-gblack {
		width: 80%
	}

	.ct-btn-gblack:hover {
		width: 80%
	}

	.ct-btn-orange {
		width: 80%;
	}

	.ct-btn-orange:hover {
		width: 80%;
	}

	.ct-btn-orange-product {
		width: 100%;
	}

	.ct-btn-orange-product:hover {
		width: 100%;
	}

	.ct-btn-text-ewp {
		font-size: 1rem;
	}

	.eael-creative-button-icon-right {
		margin-left: 8px;
		font-size: 22px !important;
	}

	.eael-creative-button-icon-right2 {
		margin-left: 5px !important;
		font-size: 15px !important;
	}

	.ct-btn-text-ewp-main {
		font-size: 1.2rem;
		font-weight: 600;
		line-height: 1em;
	}

	/*end buttons*/

	.emf-bg {
		margin-bottom: -1rem
	}

	.steveline {
		min-height: 80px;
		height: 80px;
	}

	.svg-img-left {
		display: inline-block;
		height: 3rem;
		width: 3rem;
		margin: 1rem 0 -2rem 0rem;
		padding: 0;


	}

	.btn-pmr {
		font-size: 1.3rem
	}

	.textd {
		font-size: 1.5rem;
	}

	.textn {
		font-size: 1.5rem;
	}

	.stext {

		font-size: 1.5rem;
		padding: 2rem;
	}

	.svg-image {
		display: inline-block;
		height: 3rem;
		width: 3rem;
		padding: 0;
		vertical-align: text-top;
	}

	.emf-title {
		padding-left: 2rem;
		font-size: 1.5rem;
	}

	.emf-text {
		font-size: 1.1rem;
		padding-left: 2rem;
		line-height: 1.3rem;
	}

	.img-steve {
		display: none
	}

	.ba-logo {
		width: 300px !important;

	}

	.dyk-header {
		padding: 1rem 2rem 0rem;
	}

	.header-text {
		font-size: 2.7rem;
	}

	.ba-col {
		display: grid;
		justify-items: center;
		grid-auto-flow: column;
		align-items: center;
	}

	.img-steve {
		display: none
	}

	.stevetext {
/* 		font-size: 3rem; */
		font-size: 2.9rem;
		margin-left: 0;

	}

	.degreetext {
		padding: 1rem 1rem 0rem 2rem;
		font-size: 1.3rem;
	}

	.true-benefits {
		font-size: 2rem;
	}

	.blist {
		font-size: 1.2rem;
	}

	.benefits-icon {
		width: 35px;
	}

	.special-text {
		font-size: 1.5rem;
		padding: 0rem 2rem 0rem 2rem;
	}

	.quotesteve {
		font-size: 1.8rem
	}

	.text-blockmoney2 {
		padding: 1rem;
		border-color: #ffffff;
		border-bottom-right-radius: 30px;
		font-size: 1.1rem;
		line-height: 1;
	}

	.text-blockmoney {
		font-size: 1.2rem;
		line-height: 1.1;
	}

	.image-money {
		width: 220px;
		height: 220px;
	}

	.col-money-first {
		display: none;
	}

	.change-text {
		font-size: 3rem
	}

	.image-money {
		width: 100%;
		height: 100%
	}

	/*Wellness Pages-LG*/
	.uwb-title {
		font-size: 1.4rem;
	}

	.col-cal-bal {
		display: none;
	}

	/*End of Wellness pages*/
}

@media (max-width: 991.98px) {

	.change-text {
		font-size: 2.5rem
	}

	.gicons {
		width: 33px;
	}

	.money-col-mid {
		width: 100%
	}

	.sg-text {
		font-size: 4rem;
		color: #ffffff;
		font-weight: 300;
		margin-left: 20px;
		text-shadow: 2px 2px 5px rgb(0 0 0 / 57%);
	}

	.silver-dp {
		color: #ffffff;
		font-size: 2.25rem;
		font-weight: 500;
		margin-right: 50px;
		margin-left: 20px;
		text-shadow: 2px 2px 5px rgb(0 0 0 / 49%);
		line-height: 1;
	}

	.goldbar {
		width: 350.45px;
		max-width: 100%;
		height: 208.16px;
		padding-top: 0px;
		margin-left: -51px;
	}

	.ap-text {
		font-family: eb-garamond, serif !important;
		font-weight: 400;
		font-style: italic !important;
	}

	.svg-img-left {
		display: inline-block;
		height: 3rem;
		width: 3rem;
		margin: 1rem 0 -2rem 2rem;
		padding: 0;
	}

	.quotesteve {
		font-size: 1.8rem
	}

	.header-text {
		font-size: 2.1rem;
	}

	.findo {
		font-size: 1.8rem;
	}

	.my-interest {
		font-size: 1.1rem;
		line-break: 1;

	}

	.btn-pmr {
		font-size: 1.3rem;
	}

	.former-text {
		font-size: 2.2rem;
	}

	.svg-image {
		display: inline-block;
		height: 3rem;
		width: 3rem;
		padding: 0;
		vertical-align: text-top;
	}

	.glist {
		font-size: 1.2rem;
		font-weight: 500;
	}

	.stext {
		padding: 1.2rem !important;
		font-size: 1.2rem;
	}

	.harmful-text {
		font-size: 1.5rem;
	}

	.emf-text {
		font-size: 1rem;
		line-height: 1em;
		padding: 1em 1em 2em 1em;
		width: 55vw !important;
		max-width: 100% !important;
		margin-top: -2.5em;
	}

	.emf-title {
		padding: 1rem;
		font-size: 1.2rem;
		font-weight: 600;
	}

	.emf-bg {
		background-position: center left;
		background-size: cover;
	}

	.intro-steve {
		padding: 1rem 3rem 1rem 3rem
	}

	.ba-logo {
		width: 250px !important;

	}

	.ba-col {
		display: grid;
		justify-items: center;
		grid-auto-flow: column;
		align-items: center;
	}

	.img-steve {
		display: none
	}

	.stevetext {
		font-size: 2.3rem;
		display: flex;
		align-items: center !important;
		justify-content: center !important;

	}

	.steveline.container {
		height: auto !important;
		min-height: auto !important;
	}

	.degreetext {
		padding: 1rem 1rem 0rem 2rem;
		font-size: 1.3rem;
	}

	.true-benefits {
		font-size: 2rem;
	}

	.blist {
		font-size: 1rem;
	}

	.benefits-icon {
		width: 35px;

	}

	.bill-column {
		display: none
	}

	.text-blockmoney {
		font-size: 1.2rem;
		font-weight: 400;
		padding-left: 20px;
		padding-right: 10px;
		padding-top: 20px;
		line-height: 1.5;
		padding-bottom: 30px;
	}

	.text-blockmoney2 {
		padding: 1rem;
		background-color: #ffffff;
		border-top-color: #ffffff;
		border-right-color: #ffffff;
		border-bottom-color: #ffffff;
		border-left-color: #ffffff;
		border-bottom-right-radius: 30px;
		font-size: 1.2rem;
		line-height: 1.1;
	}

	.col-money-first {
		display: none;
	}

	.image-money {
		width: 220px;
		height: 220px;
	}

	.steve-myguy {
		font-size: 2.2rem;
	}

	.special-text {
		font-size: 1.3rem;
	}

	/*buttons*/

	.ct-btn-default {
		padding: 5px 0px 5px 0px;
	}

	.ct-btn-text {
		font-size: 1.3rem !important
	}

	.ct-btn-orange-product {
		width: 100%;
	}

	.ct-btn-orange-product:hover {
		width: 100%;
	}

	.eael-creative-button-icon-right2 {
		margin-left: 0px;
		font-size: 12px !important;
	}

	.ct-btn-text-ewp {
		font-size: 0.8rem !important;
	}

	.ct-btn-text3 {
		font-size: 1.2rem;
	}

	.ct-btn-text4 {
		font-size: 1rem;
		font-weight: 600;
		line-height: 1em;
	}

	.ct-btn-text-gold {
		font-size: 1.7rem;
		font-weight: 600;
		line-height: 1em;

	}

	/*Wellness Pages-MD*/
	.uwb-title {
		font-size: 1.5rem;
	}

	.nwb-p1 {
		padding-top: 1.8rem;
	}

	.hwp-title-product {
		font-size: 1.8rem !important;
		padding-top: 10px;
	}

	.hwb-fs {
		padding-top: 16rem !important;
	}

	.col-cal-bal {
		display: none;
	}



	/*End of Wellness pages*/

	/*End Buttons*/
}

/*Small Devices */

@media (max-width: 767px) {

	.change-text {
		font-size: 1.8rem;
		padding: 0.5em
	}

	.money-heading {
		font-size: 1.2rem
	}

	.image-money {
		width: 100%;
		height: 100%;
	}

	.div_block-money {
		width: 100%;
		flex-direction: column !important;
	}

	.header-text {
		color: #00557B;
		font-size: 1.8rem;
		line-height: 1.1;
		font-weight: normal;
		text-align: center;

	}

	.text-blockmoney2 {
		padding: 1rem;
		background-color: #ffffff;
		border-top-color: #ffffff;
		border-right-color: #ffffff;
		border-bottom-color: #ffffff;
		border-left-color: #ffffff;
		border-bottom-right-radius: 30px;
		font-size: 1.2rem;
		line-height: 1.5;
	}


	.former-text {
		color: #ffffff;
		font-family: "proxima-nova", Sans-serif;
		font-size: 1.3rem;
		line-height: 1.3;
		text-align: center;

	}

	.svg-image {
		display: inline-block;
		height: 2rem !important;
		width: 2rem !important;

	}

	.svg-img-left {
		display: inline-block;
		height: 2rem !important;
		width: 2rem !important;
		margin-left: -1em;
		padding: 0;
		vertical-align: sub;


	}

	.btn-pmr {
		padding: 10px;
		font-size: 0.9rem;
	}

	.glist {
		font-size: 1.6rem;
		color: #333333;
		line-height: 2rem;

	}

	.harmful-text {
		font-size: 1.3em;
		line-height: 1.4rem;
	}

	.stext {
		font-size: 1.3em;
		padding: 1rem;
		line-height: 1.2;
	}

	.emf-title {
		font-size: 1.2rem;
		padding: 1em 1em 0 1em;
		font-weight: 600;
	}

	.emf-text {

		color: #4D4D4D;
		font-size: 1.2rem;
		font-weight: 400;
		line-height: 1.3em;
		padding: 0em 1em;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0;
	}

	.intro-steve {

		font-size: 2rem;
		text-align: center;
		padding: 1em 0.5em 0.5em 0.5em;
	}

	.textd {
		font-size: 1.3rem;
		text-align: center;
	}

	.textn {
		font-size: 1.3rem;
	}

	.degreetext {
		font-size: 1.3rem;
		padding: 0.5em 1.2rem 0;
		line-height: 1;
	}

	.stevetext {
		font-size: 2.3rem;
	}

	.img-steve {
		display: none;
	}

	.ba-logo {
		display: none;
	}

	.ba-logo-mob {
		display: block;
		background-color: #ffffff;
		padding: 0em;
		width: 100%;
		height: auto;
		align-self: center !important;
	}

	.steve-section {
		display: none;
	}

	.steve-name-mob {
		display: block;
		color: #4D4D4D;
		font-size: 3.5rem;
		font-weight: 800;
		background-color: #ffffff;
		padding: 0.8rem 0 0.1rem;
		text-align: center;
	}

	.steve-col {
		border: none
	}

	.emf-bg {
		background: none;
	}

	.solution-mob {
		display: block;
	}

	.quotesteve {
		font-size: 1.3rem;
	}

	.true-benefits {
		font-size: 1.5rem;
		text-align: left;
	}

	.blist {
		font-size: 1.2rem;
		line-height: 1.2;
	}

	.special-text {
		font-size: 1.2rem;
		padding: 0;
		line-break: 1;
		font-weight: 500;
	}

	.my-interest {
		font-size: 1.3rem;
		padding-left: 12px;
		line-height: 1.2rem;
	}

	.findo {
		padding-left: 12px;
		line-height: 1.2rem;

	}

	.gicons {
		width: 30px !important;
		height: 30px !important;
	}

	.testi-row {
		padding: 10px 20px 20px 10px !important;
	}

	.stiktext {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.svg-image2 {
		display: inline-block;
		height: 1.5rem;
		width: 1.5rem;
		margin: 0 0.125em;
		padding: 0;
		vertical-align: super;
	}

	.svg-img-left2 {
		display: inline-block;
		height: 1.5rem;
		width: 1.5rem;
		margin: 0 -0.5em;
		padding: 0;
		vertical-align: super;

	}

	.header-text {
		color: #00557B;
		font-size: 1.5rem;
		font-weight: normal;
		text-align: center;

	}

	.ashley {
		display: none;
	}

	.testi-col3 {
		border-bottom: solid 10px #d8eefa;
		padding: 1rem;
		border-right: 0;
	}

	.testi-col4 {

		padding: 1rem;
	}

	.test-col1 {
		padding: 1em !important;
	}

	/*Start Buttons - Small Devices*/
	.ct-btn-text {
		font-size: 0.9rem !important
	}

	.ct-btn-review {
		font-size: 1.8rem !important
	}

	.ct-btn-wgreen {
		width: 100%;
	}

	.ct-btn-wgreen:hover {
		width: 100%;
	}

	.ct-btn-red {
		width: 89%;
	}

	.ct-btn-red:hover {
		width: 89%;
	}


	.ct-btn-yellow {
		width: 89%;
	}

	.ct-btn-yellow:hover {
		width: 89%;
	}

	.ct-btn-wblue {
		width: 89%;
	}

	.ct-btn-wblue:hover {
		width: 89%;
	}

	.ct-btn-nblue {
		width: 90%;
	}

	.ct-btn-nblue:hover {
		width: 90%;
	}

	.eael-creative-button-icon-right {
		margin-left: 5px;
		font-size: 20px;
	}

	.eael-creative-button-icon-right2 {
		margin-left: 11px;
		font-size: 25px !important;
	}

	.ct-btn-text-ewp-main {
		font-size: 1rem;
	}


	.ct-btn-text-ewp {
		font-size: 1.2rem !important;
	}

	.ct-btn-orange {
		width: 90%;
	}

	.ct-btn-orange:hover {
		width: 90%;
	}

	.ct-btn-orange-product {
		width: 80%;
	}

	.ct-btn-orange-product:hover {
		width: 80%;
	}

	.ct-btn-text3 {
		font-size: 1.2rem !important;

	}

	.ct-btn-text-gold {
		font-size: 1.3rem;
		font-weight: 600;
		line-height: 1em;

	}

	/*End Buttons*/

	.silver-container {
		width: 100% !important;
		padding-top: 20px;
		padding-bottom: 0px;


	}

	.sg-text {
		font-size: 2rem;
		color: #ffffff;
		font-weight: 300;
		text-shadow: 2px 2px 5px rgb(0 0 0 / 57%);
	}

	.silver-dp {
		color: #ffffff;
		font-size: 1.4rem;
		font-weight: 500;
		margin-right: 50px;

		text-shadow: 2px 2px 5px rgb(0 0 0 / 49%);
		line-height: 1;
	}

	.ap-text {
		font-family: eb-garamond, serif !important;
		font-weight: 400;
		font-style: italic !important;
	}

	.goldbar {
		width: 150% !important;
		height: 150% !important;
	}

	.column1-silver {

		padding-left: 25px;

	}

	.column2-silver {

		padding-top: 10px;

	}

	.ct-btn-gblack {
		width: 100%
	}

	.ct-btn-gblack:hover {
		width: 100%
	}

	.rightnow-text {
		font-size: 1.2rem
	}

	/*Wellness Page SM*/

	.swp-top {
		padding: 1rem 0 1rem !important;
	}

	.spiritual-wellness-header {
		font-size: 1.4rem;
		font-weight: 400;
		text-transform: uppercase;
		color: #00adba;
	}

	.swp-sub {
		font-weight: 500;
		color: #00adbb;
		font-size: 2rem;
	}

	.uwb-title {
		font-size: 1.9rem;
	}

	.wp-image-11033 {
		width: 40% !important;
		padding-bottom: 1rem !important;
	}

	.uwb-p1 {
		padding: 2rem 1.5rem 0rem 1.5rem;
	}

	.nwb-pp1 {
		padding: 0.3rem 1rem 0;
	}

	.uwb-p2 {
		padding: 2rem 1.5rem 0rem 1.5rem;
	}

	.uwbb-p2 {
		padding: 0.3rem 1rem 0;
	}

	.nwb-p2 {
		padding: 0.3rem 1rem 0;
	}

	.nwb-pp2 {
		padding: 0.3rem 1rem 0;
	}

	.nwb-p3 {
		padding: 0.3rem 1rem 0;
	}

	.nwb-p1 {
		padding: 0.3rem 1rem 0;
	}

	.hwb-p1 {
		padding: 0.3rem 1rem 0;
	}

	.nwp-p4 {
		padding: 0.3rem 1rem 0;
	}

	.hwb-fs {
		padding: 0.3rem 1rem 0 !important;
	}

	.hemp-col {
		margin-top: 1rem;
	}

	.img-wellnes-div {
		text-align: center !important;
	}

	.img-wellness1 {
		vertical-align: middle !important;
		display: inline-block !important;

	}

	.nutri-title-wellness {
		vertical-align: middle !important;
		text-align: center !important;
	}

	.energy-title-wellness {
		vertical-align: middle !important;
		text-align: center !important;
	}

	.spiritual-title-wellness {
		vertical-align: middle !important;
		text-align: center !important;
	}

	.img-wellness1-nutri {
		width: 50%;
		text-align: center !important;

	}

	.img-wellness1-nutri-div {
		vertical-align: middle !important;
		text-align: center !important;
	}

	.wellness-col2 {
		margin: 10px;
	}

	.wellness-col3 {
		margin: 10px;
	}

	.wellness-col4 {
		display: none;
	}

	.lc-block.pt-2.img-wellnes-div {
		text-align: right;
	}

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

	.pillar-text {
		font-size: 2rem;
		color: #2e367a !important;
	}

	.img-rasaji {
		display: none !important;
	}

}

/*Extra-Small Devices */

@media (max-width: 575.98px) {

	.text-blockmoney2 {
		padding: 1rem;
		background-color: #ffffff;
		border-top-color: #ffffff;
		border-right-color: #ffffff;
		border-bottom-color: #ffffff;
		border-left-color: #ffffff;
		border-bottom-right-radius: 30px;
		font-size: 0.9rem;
		line-height: 1;
	}

	.silver-container {
		width: 100% !important;
		padding-top: 0px;
		padding-bottom: 10px;
	}

	.sg-text {
		font-size: 1.5rem;
		color: #ffffff;
		font-weight: 300;
		text-shadow: 2px 2px 5px rgb(0 0 0 / 57%);
	}

	.silver-dp {
		color: #ffffff;
		font-size: 0.95rem;
		font-weight: 500;
		margin-right: 0px;

		text-shadow: 2px 2px 5px rgb(0 0 0 / 49%);
		line-height: 1;
	}

	.ap-text {
		font-family: eb-garamond, serif !important;
		font-weight: 400;
		font-style: italic !important;
	}

	.goldbar {
		width: 150%;
		max-width: 100%;
		height: 150%;
		padding-top: 0px;
		margin-left: -16px;
	}





	.image-money {
		width: 100%;
		height: 100%;
	}

	.div_block-money {
		width: 100%;
		flex-direction: column !important;
	}

	.text-blockmoney {
		font-size: 1rem;
		font-weight: 400;
		padding-left: 0px;
		padding-right: 10px;
		padding-top: 20px;
		line-height: 1.5;
		padding-bottom: 30px;
	}

	.money-heading {
		font-size: 1.2rem
	}

	.change-text {
		font-size: 1.2rem;
		padding: 0.5em;

	}

	.div_goldcomp {
		font-size: 1rem
	}

	.div_goldcomp2 {
		font-size: 1rem
	}

	/*XS-Start buttons*/

	.btn-row {
		padding: 0rem 0 0rem 0;
	}

	.eael-creative-button-icon-right {
		margin-left: 5px;
		font-size: 20px !important;
	}

	.ct-btn-orange-product {
		width: 95%;
	}

	.ct-btn-orange-product:hover {
		width: 95%;
	}

	.ct-btn-orange {
		width: 95%;
	}

	.ct-btn-orange:hover {
		width: 95%;
	}

	.ct-btn-nblue {
		width: 100%;
	}

	.ct-btn-nblue:hover {
		width: 100%;
	}

	.ct-btn-text {
		font-size: 0.9rem !important;

	}

	.ct-btn-text3 {
		font-size: 1.2rem !important;

	}

	.ct-btn-gblack {
		width: 100%
	}

	.ct-btn-gblack:hover {
		width: 100%
	}

	.ct-btn-red {
		width: 100%
	}

	.ct-btn-red:hover {
		width: 100%
	}

	.ct-btn-yellow {
		width: 100%
	}

	.ct-btn-yellow:hover {
		width: 100%
	}

	.ct-btn-wblue {
		width: 100%
	}

	.ct-btn-wblue:hover {
		width: 100%
	}

	.ct-btn-text-ewp {
		font-size: 1.2rem !important;
	}

	.eael-creative-button-icon-right2 {
		margin-left: 5px;
		font-size: 30px;
	}

	.ct-btn-text-gold {
		font-size: 0.85rem;
		font-weight: 600;
		line-height: 1em;

	}

	/*end buttons*/

	.text-blockmoney2 {
		font-size: 1rem;
		line-height: 1.2rem
	}

	.rightnow-text {
		font-size: 1rem
	}

	.column1-silver {

		padding-left: 0px;

	}

	.steve-name-mob {
		font-size: 2.3rem;
	}

	.dyk-header {
		padding: 1rem 2rem 0rem;
	}

	/*Wellness Pages - XS*/

	.uwb-title {
		font-size: 1.5rem;
	}

	.wp-image-11033 {
		width: 50% !important;
		padding-bottom: 1rem !important;
	}

	.uwb-p1 {
		padding: 2rem 1.5rem 0rem 1.5rem;
	}

	.nwb-pp1 {
		padding: 0.3rem 1rem 0;
	}

	.uwb-p2 {
		padding: 2rem 1.5rem 0rem 1.5rem;
	}

	.uwbb-p2 {
		padding: 0.3rem 1rem 0;
	}

	.nwb-p2 {
		padding: 0.3rem 1rem 0;
	}

	.nwb-pp2 {
		padding: 0.3rem 1rem 0;
	}

	.nwb-p3 {
		padding: 0.3rem 1rem 0;
	}

	.nwb-p1 {
		padding: 0.3rem 1rem 0;
	}

	.nwp-p4 {
		padding: 0.3rem 1rem 0;
	}

	.ewp-title {
		font-size: 1.5rem;

	}

	.ewp-sub {
		font-size: 2.3rem;
	}

	.biomedic {
		width: 100% !important;
	}

	.nwp-title {
		font-size: 1.3rem;
	}

	.nwp-sub {
		font-size: 2.3rem;
	}

	.hwb-p1 {
		padding: 0.3rem 1rem 0;
	}

	.hwb-fs {
		padding: 0.3rem 1rem 0 !important;
	}

	.img-wellnes-div {
		text-align: center !important;
	}

	.img-wellness1 {
		vertical-align: middle !important;
		display: inline-block !important;

	}

	.nutri-title-wellness {
		vertical-align: middle !important;
		text-align: center !important;
	}

	.energy-title-wellness {
		vertical-align: middle !important;
		text-align: center !important;
	}

	.spiritual-title-wellness {
		vertical-align: middle !important;
		text-align: center !important;
	}

	.img-wellness1-nutri {
		width: 50%;
		text-align: center !important;

	}

	.img-wellness1-nutri-div {
		vertical-align: middle !important;
		text-align: center !important;
	}

	.wellness-col2 {
		margin: 10px;
	}

	.wellness-col3 {
		margin: 10px;
	}

	.wellness-col4 {
		display: none;
	}

	.nutri-title-wellness {
		text-align: center !important;

	}

	.energy-title-wellness {
		text-align: center !important;

	}

	.spiritual-title-wellness {
		text-align: center !important;

	}

	.lc-block.pt-2.img-wellnes-div {
		text-align: center;
	}

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

	.pillar-text {
		font-size: 2rem;
		color: #2e367a !important;
	}

	.img-rasaji {
		display: none !important;
	}



	/*End Wellness*/

}
/*
	END
	Standard Pages
	IE
	5G
	Wellness
	Silver and Gold
*/
/*SilverGold*/