html {
	font-size: 16px;
}
body {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	line-height: 1.5;
	color: #072b34;
}
hr {
	margin-top: 30px;
	margin-bottom: 50px;
}
.pop-up-register-form {
	border: 1px solid #bf9334;
	background-color: #fff;
	padding: 40px 15px 15px;
	width: 314px;
	font-size: 15px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1000;
}
.pop-up-register-form input[type="checkbox"] {
	float: left;
	margin-top: 2px;
}
.pop-up-register-form p {
	margin-bottom: 20px;
}
.pop-up-register-form .close {
	position: absolute;
	right: 10px;
	top: 10px;
}
.pop-up-register-form .close:before,
.close:after {
	position: absolute;
	left: -10px;
	content: " ";
	height: 20px;
	width: 2px;
	background-color: #bf9334;
}
.pop-up-register-form .close:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.pop-up-register-form .close:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
.pop-up-register-form .form-control {
	color: #000;
	font-size: 15px;
}
.pop-up-register-form .form-control:focus {
	color: #000;
}
.pop-up-register-form .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #a3a3a3;
}
.pop-up-register-form .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #a3a3a3;
}
.pop-up-register-form .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #a3a3a3;
}
.pop-up-register-form .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #a3a3a3;
}
.pop-up-register-form .recommend-txt {
	font-size: 10px;
	display: block;
	overflow: hidden;
}
.section.segment-1 .recommend-txt{
	font-size: 14px;
}
.section.segment-1 .phone-field-wrapper, .pop-up-register-form .phone-field-wrapper{
	display: none;
}

.section.segment-1 .phone-disclaimer-text{
	font-size: 12px;
	display: none;
	margin-bottom: 10px;
    color: #a7a7a7;
}

.pop-up-register-form .phone-disclaimer-text{
	display: none;
	font-size: 10px;
    color: #a7a7a7;
    margin-top: 10px;
}

.pop-up-register-form .btn-1 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
	padding: 13px 0;
	display: block;
	letter-spacing: 0.03em;
}

/* main website css override */
.section .container .row,
.section .row .row,
.footer-bar .container .row,
.footer-bar .row .row {
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.footer-bar:before.alter,
.footer-bar:after {
	display: none;
}
.btn {
	white-space: normal;
}
p {
	margin-bottom: 30px;
}
h2 {
	font-size: 40px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 30px;
	color: #0c4857;
}
.heading-style,
.heading-style-2 {
	display: block;
	text-align: center;
}
.heading-style span {
	color: #bf9334;
}
.heading-style-2 span {
	position: relative;
	display: inline-block;
}
.heading-style-2 span:before,
.heading-style-2 span:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	height: 1px;
	width: 5000px;
	background-color: #bf9334;
}
.heading-style-2 {
	position: relative;
	font-size: 34px;
	font-weight: normal;
}
span.heading-style {
	padding-bottom: 0;
	margin-bottom: 0;
}
.section {
	padding-top: 70px;
	padding-bottom: 35px;
	position: relative;
}
.section .container {
	position: relative;
	z-index: 1;
}
.heading-style {
	font-family: "Lato", sans-serif;
	font-size: 45px;
	font-weight: 800;
	color: #fff;
	padding-bottom: 10px;
	margin-bottom: 0;
	line-height: 1.2;
	letter-spacing: 0.05em;
}
.heading-style span:before,
.heading-style span:after {
	background-color: #072b34;
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-filter: alpha(opacity=40);
}
.heading-style span:before {
	right: calc(100% + 67px);
}
.heading-style span:after {
	left: calc(100% + 67px);
}
.heading-style-2 span:before {
	right: calc(100% + 30px);
}
.heading-style-2 span:after {
	left: calc(100% + 30px);
}
h3 {
	font-size: 28px;
	line-height: 1.3;
	font-weight: 500;
	color: #0c4857;
	margin-bottom: 35px;
}
.bg-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
/* segment 1 */
.segment-1 {
	padding-top: 10px;
	padding-bottom: 50px;
	text-align: inherit;
	color: #fff;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.segment-1 .bg-overlay {
	background: linear-gradient(
		192.47deg,
		rgba(43, 72, 58, 0.88) 38.58%,
		rgba(43, 72, 58, 0.352) 92.8%
	);
}
.segment-1 .heading-style-2 {
	margin-bottom: 16px;
	color: #c9c9c9;
}

.segment-1 .site-logo {
	margin-top: 0px;
	/* margin-bottom: 30px; */
	display: block;
}
.segment-1 .site-logo .logo-sm {
	display: none;
}
.ebook-holder .logo-sm {
	display: none;
}
.segment-1 .cnt-left p {
	font-size: 35px;
	line-height: 1.2;
	color: #c9c9c9;
}
.segment-1 .cnt-right p {
	font-size: 18px;
	line-height: 1.5;
	text-align: left;
	color: #1E1E1E;
	margin-top: 40px;
}
.segment-1 .cnt-right p .feb {
	display: block;
	margin-bottom: 20px;
}
.embed-wrapper {
	position: relative;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}
.segment-1 .btn-1 {
	padding-left: 30px;
	padding-right: 30px;
}
/* segment 2 */
.segment-2 {
	background-color: #192c22;
	padding-bottom: 70px;
}
.segment-2 .heading-style-2 {
	padding: 0 20px 60px;
	color: #fff;
	font-weight: 600;
	font-size: 45px;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.2;
}
.segment-2 .heading-style-2 > span {
	padding-left: 110px;
	padding-right: 110px;
}
.segment-2 .heading-style-2 span:before,
.segment-2 .heading-style-2 span:after {
	width: 100px;
	top: 50%;
}
.segment-2 .heading-style-2 span:before {
	right: 0;
}
.segment-2 .heading-style-2 span:after {
	left: 0;
}
.logos-list {
	--bs-gutter-x: 21px;
	--bs-gutter-y: 21px;
	list-style: none;
}
/* segment 3 */
.segment-3 {
	text-align: center;
	position: relative;
	overflow: hidden;
}
.wall-bg {
	background-image: url("images/bg-wall.png");
	background-size: cover;
	background-position: top center;
	background-repeat: repeat;
	background-color: #f1eae0;
}
.bg-end-pattern {
	margin-top: -95px;
	background-color: #f8f4ed;
}
.segment-3 .mold-texture {
	position: absolute;
	width: 539px;
	top: 0;
	left: 0;
}
.segment-3 .virus-1 {
	position: absolute;
	width: 52px;
	top: 730px;
	right: 0;
}
.segment-3 .virus-2 {
	position: absolute;
	width: 74px;
	top: 1350px;
	left: 0;
}
.segment-3 .virus-3 {
	position: absolute;
	width: 45px;
	top: 2950px;
	right: 0;
}
.segment-3 .mold-3 {
	position: absolute;
	width: 181px;
	top: 1480px;
	right: 0;
}
.segment-3 .pills {
	position: absolute;
	width: 153px;
	top: 2380px;
	left: 0;
}
.segment-3 .heading-style,
.segment-4 .heading-style,
.segment-10 .heading-style,
.segment-11 .heading-style,
.segment-12 .heading-style {
	padding-bottom: 80px;
}
.segment-3 .heading-style,
.secondary-txt,
.segment-10 .heading-style {
	color: #192c22;
}
.segment-3 p {
	font-size: 20px;
}
.secondary-txt {
	font-size: 35px;
	font-weight: 500;
	padding-bottom: 80px;
	position: relative;
}
.secondary-txt-2,
.secondary-txt-3 {
	font-size: 27px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 35px;
	padding-bottom: 35px;
	color: #bf9334;
	position: relative;
}
.sponsor-images {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
	margin-top: 60px;
}
.sponsor-images .econugetics {
    padding-bottom: 130px;
    padding-left: 55px;
    padding-right: 55px;
}
.segment-14 {
	background-color: #D3DEDC;
	padding-bottom: 70px;
}
.segment-14 .container {
	align-items: center;
    display: flex;
    flex-direction: column;
}
.segment-14 h1 {
	font-size: 49px;
    text-align: center;
	border-bottom: 1px solid #BF9334;
    padding-bottom: 22px;
    width: fit-content;
	font-weight: 600;
}
.sponsor {
	text-align: center;
	margin-bottom: 20px;
}
.sponsor h5 {
    color: #192C22;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 13px;
}

.secondary-txt-2::before,
.special-txt::before,
.segment-5 .secondary-txt::before,
.segment-7 .heading-style:before {
	content: "";
	height: 1px;
	width: 40%;
	position: absolute;
	background-color: #bf9334;
	top: 0;
	right: 30%;
	display: block;
}
.secondary-txt-3 {
	padding-bottom: 15px;
	padding-top: 0;
}
.secondary-txt-3 span {
	color: #2b483a;
}
.segment-3 .toxin-bucket-block p {
	font-size: 22px;
}
.heading-style-cross,
.heading-style-cross-2 {
	position: relative;
}
.heading-style-cross:before,
.heading-style-cross:after,
.heading-style-cross-2:before,
.heading-style-cross-2:after {
	content: "";
	position: absolute;
	background-color: #bf9334;
}
.heading-style-cross:before,
.heading-style-cross-2:before {
	width: 100%;
	height: 1px;
	bottom: 1px;
}
.heading-style-cross:after,
.heading-style-cross-2:after {
	width: 1px;
	height: 173px;
	top: calc(100% - 40px);
}
.heading-style-cross:before {
	left: -50px;
}
.heading-style-cross:after {
	left: -15px;
}
.heading-style-cross-2:before {
	right: -50px;
}
.heading-style-cross-2:after {
	right: -15px;
}
.special-txt::before {
	width: 30%;
	right: 35%;
}
.special-txt {
	font-size: 21px;
	padding-top: 10px;
	padding-bottom: 35px;
	position: relative;
	font-style: italic;
}
/* segment 4 */
.segment-4 {
	margin-top: -200px;
	background-color: #f8f4ed;
	font-size: 22px;
}
.segment-4 .plastic-bottle {
	position: absolute;
	top: 900px;
	left: -195px;
	width: 314px;
}
.segment-4 .mercury {
	position: absolute;
	top: 1950px;
	left: -230px;
	width: 350px;
}
.segment-4 .virus-4 {
	position: absolute;
	top: 750px;
	right: -180px;
	width: 232px;
}
.segment-4 .heading-style {
	color: #bf9334;
}
.segment-4 .special-txt + .heading-style {
	padding-bottom: 40px;
}
/* segment 5 */
.segment-5,
.segment-6 {
	color: #fff;
	font-size: 22px;
	letter-spacing: 0.03em;
	padding-bottom: 40px;
}
.segment-5 {
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
.segment-5 .bg-overlay {
	background: rgba(25, 44, 34, 0.8);
}
.segment-5 .secondary-txt,
.segment-6 .secondary-txt {
	color: #e5b243;
	padding-bottom: 35px;
	margin-bottom: 25px;
}
.segment-5 .secondary-txt::before,
.segment-7 .heading-style:before {
	bottom: 0;
	top: inherit;
	width: 60%;
	right: 20%;
}
/* segment 6 */
.segment-6 {
	background-color: #192c22;
}
.cnt-img-block {
	height: 100%;
	width: 100%;
	position: relative;
}
.cnt-img-block img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.cnt-img-block .cross-line-1,
.cnt-img-block .cross-line-2,
.cnt-img-block .cross-line-3 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.cnt-img-block .cross-line-1:before,
.cnt-img-block .cross-line-1:after,
.cnt-img-block .cross-line-2:before,
.cnt-img-block .cross-line-2:after,
.cnt-img-block .cross-line-3:before,
.cnt-img-block .cross-line-3:after {
	content: "";
	position: absolute;
	background-color: #bf9334;
}
.cnt-img-block .cross-line-1:before,
.cnt-img-block .cross-line-2:before,
.cnt-img-block .cross-line-3:before {
	width: 70%;
	height: 1px;
}
.cnt-img-block .cross-line-1:after,
.cnt-img-block .cross-line-2:after,
.cnt-img-block .cross-line-3:after {
	width: 1px;
	height: 182px;
}
.cnt-img-block .cross-line-1:before {
	top: 50px;
	left: 20px;
}
.cnt-img-block .cross-line-1:after {
	top: 20px;
	left: 50px;
}
.cnt-img-block .cross-line-2:before {
	bottom: 50px;
	right: 20px;
}
.cnt-img-block .cross-line-2:after {
	bottom: 20px;
	right: 50px;
}
.cnt-img-block .cross-line-3:before {
	top: 50px;
	right: 20px;
}
.cnt-img-block .cross-line-3:after {
	top: 20px;
	right: 50px;
}
.cnt-text-block {
	padding-top: 70px;
	padding-bottom: 40px;
}
.segment-6 .cnt-inner {
	width: 100%;
	max-width: 770px;
}
.segment-6 .secondary-txt {
	margin-bottom: 0;
	padding-bottom: 65px;
}
/* segment 7 */
.segment-7 {
	font-size: 22px;
}
.segment-7 .heading-style {
	position: relative;
	margin-bottom: 40px;
}
.segment-7 ul {
	list-style: none;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.segment-7 .splash-texture {
	position: absolute;
	width: 433px;
	top: 200px;
	left: -240px;
	display: block;
}
.segment-7 .mold {
	position: absolute;
	width: 507px;
	top: 0;
	right: 0;
}
.segment-7 ul,
.segment-7 ul li {
	padding-bottom: 25px;
}
.segment-7 ul li span {
	color: #bf9334;
}
/* segment 8 */
.segment-8 {
	background-color: #192c22;
	color: #fff;
}
.segment-8 .cnt-text-block .cnt-inner {
	width: 100%;
	max-width: 650px;
}

.segment-8 p span {
	color: #bf9334;
	font-weight: bold;
}
/* segment 9 */
.segment-9 {
	background-color: #2b483a;
	color: #fff;
	font-size: 22px;
}
.segment-9 .avatar {
	background-color: #d9d9d9;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	width: 190px;
	height: 190px;
	display: block;
	margin-bottom: 20px;
}
.segment-9 .avatar img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
}

.segment-9 .name {
	text-transform: uppercase;
	font-size: 27px;
	text-align: center;
	letter-spacing: 0.03em;
	font-weight: bold;
	margin-bottom: 20px;
}
.segment-9 .text-bx {
	position: relative;
	padding: 60px 70px 40px;
	margin-bottom: 20px;
}
.segment-9 .text-bx .cross-line-1,
.segment-9 .text-bx .cross-line-2 {
	position: absolute;
	top: -20px;
	left: -20px;
	right: -20px;
	bottom: -20px;
}
.segment-9 .text-bx .cross-line-1:before,
.segment-9 .text-bx .cross-line-1:after,
.segment-9 .text-bx .cross-line-2:before,
.segment-9 .text-bx .cross-line-2:after {
	content: "";
	position: absolute;
	background-color: #bf9334;
}
.segment-9 .text-bx .cross-line-1:before,
.segment-9 .text-bx .cross-line-2:before {
	width: 30%;
	height: 1px;
}
.segment-9 .text-bx .cross-line-1:after,
.segment-9 .text-bx .cross-line-2:after {
	width: 1px;
	height: 115px;
}
.segment-9 .text-bx .cross-line-1:before {
	top: 50px;
	left: 20px;
}
.segment-9 .text-bx .cross-line-1:after {
	top: 20px;
	left: 50px;
}
.segment-9 .text-bx .cross-line-2:before {
	bottom: 50px;
	right: 20px;
}
.segment-9 .text-bx .cross-line-2:after {
	bottom: 20px;
	right: 50px;
}
.segment-9 .text-bx .quote-start,
.segment-9 .text-bx .quote-end {
	position: absolute;
	width: 23px;
}
.segment-9 .text-bx .quote-start {
	top: 40px;
	left: 45px;
}
.segment-9 .text-bx .quote-end {
	bottom: 40px;
	right: 45px;
}
/* segment 10 */
.episode-block {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 70px;
}
.episode-block .episode-header {
	margin-left: -20px;
	margin-right: -20px;
}
.episode-block .episode-lable {
	position: relative;
	padding-right: 50px;
}
.episode-header .e-number {
	font-family: "Roboto", sans-serif;
	font-size: 170px;
	line-height: 0.8;
	min-width: 100px;
	display: block;
}
.episode-header .cross-line {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 150px;
}
.episode-header .cross-line:before,
.episode-header .cross-line:after {
	content: "";
	position: absolute;
	background-color: #bf9334;
}
.episode-header .cross-line:before {
	width: 100px;
	height: 1px;
}
.episode-header .cross-line:after {
	width: 1px;
	height: 100px;
}
.episode-header .cross-line:before {
	bottom: 20px;
	left: 0;
}
.episode-header .cross-line:after {
	bottom: 0;
	left: 15px;
}
.episode-header .e-label {
	color: #000000;
	font-size: 30px;
	font-weight: 300;
	position: absolute;
	top: 40px;
	right: -45px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}
.episode-block .episode-title {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2;
	padding-bottom: 20px;
}
.episode-block .boxed-wrap {
	margin-top: -30px;
	background-color: #2b483a;
	box-shadow: -7px 7px 25px 10px rgba(0, 0, 0, 0.2);
	padding: 50px 30px 5px 30px;
	color: #fff;
	min-height: 100%;
}
.segment-10 ul {
	padding: 0;
}
.segment-10 ul li {
	list-style: none;
	padding-bottom: 25px;
}
.segment-10 span {
	font-weight: 800;
	color: #bf9334;
}
/* segment 11 */
.segment-11 .cross-line-3:before,
.segment-11 .cross-line-3:after {
	background-color: #fff;
}
.segment-11 .cross-line-3.alter:before {
	top: auto;
	right: auto;
	bottom: 50px;
	left: 20px;
}
.segment-11 .cross-line-3.alter:after {
	top: auto;
	right: auto;
	bottom: 20px;
	left: 50px;
}
.segment-11 .secondary-txt {
	padding-left: 190px;
	padding-right: 190px;
}
/* segment 12 */
.segment-12 {
	background-color: #192c22;
	color: #fff;
}
.segment-12 .col {
	padding-bottom: 80px;
}
.list-expert {
	--bs-gutter-x: 40px;
}
.list-expert .expert-item {
	max-width: 20%;
	width: 100%;
	margin-bottom: 70px;
}
.segment-12 .experts-photo {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	width: 160px;
	height: 160px;
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 15px;
}
.segment-12 .experts-name {
	font-weight: 600;
	font-size: 15px;
	padding-bottom: 15px;
}
.segment-12 .heading-style-cross:before {
	width: 40%;
	bottom: 7px;
	left: -30px;
}
.segment-12 .heading-style-cross:after {
	left: -10px;
	height: 70px;
	top: calc(100% - 30px);
}
.segment-12 .experts-designation {
	font-size: 13px;
}
.segment-12 .experts-designation span {
	display: block;
}
/* segment 13 */
.segment-13 {
	background-color: #f8f4ed;
}
.segment-13 .secondary-txt {
	font-size: 35px;
	color: #bf9334;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.segment-13 .col-8 {
	padding-bottom: 80px;
}
.segment-13 .host-photo {
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
	padding: 19px;
	border: 1px solid #bf9334;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.segment-13 .host-photo:before {
	content: "";
	width: 60%;
	height: 60%;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #f8f4ed;
}
.segment-13 .host-photo .img-wrap {
	width: 300px;
	position: relative;
	z-index: 1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	overflow: hidden;
}
.segment-13 .host-photo .img-wrap img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.segment-13 .secondary-txt:before {
	width: 70%;
	left: -15px;
	content: "";
	height: 1px;
	position: absolute;
	background-color: #bf9334;
	bottom: 0;
	display: block;
}

/* Form controls */
.form-control {
	background-color: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-width: 0 0 1px;
	border-color: #bf9334;
	padding: 5px 0;
	color: black;
}
.form-control:focus {
	color: black;
	background-color: transparent;
	border-color: #bf9334;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
.form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
.form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
.form-control:-moz-placeholder {
	/* Firefox 18- */
	color: black;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.form-label {
	position: absolute;
	top: 44%;
	left: 4px;
	color: #AAAAAA;
    font-weight: 300;
	font-size: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
}

.form-label.phone{
	left: 52px;
}

.form-control:focus ~ .form-label,
.form-control:not(:placeholder-shown).form-control:not(:focus) ~ .form-label {
	top: 0;
	left: 0;
	font-size: 14px;
	z-index: 0;
}
.form-control {
	position: relative;
	z-index: 1;
}
.btn-1 {
	font-size: 25px;
	line-height: 1.4;
	font-weight: 500;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #bf9334;
	padding: 12px 55px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	margin-bottom: 40px;
}
.btn-1:hover,
.btn-1:focus,
.btn-1:active,
:not(.btn-check) + .btn:active,
.btn:first-child:active {
	color: #ffffff;
	background-color: #b2872b;
	border-color: transparent;
}
.btn-1 span {
	display: block;
	font-size: 16px;
	font-weight: 200;
	text-transform: initial;
}
.btn-2 {
	color: #ffffff;
	background-color: #618d8b;
	font-weight: 200;
	padding: 17px 30px;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	margin-bottom: 35px;
}
.btn-2:hover,
.btn-2:focus {
	color: #ffffff;
	background-color: #54807e;
}
.btn-2 .btn-style {
	border-bottom: 1px solid #ffffff;
}
.footer-bar {
	background-color: #2b483a;
	color: #fff;
	font-size: 19px;
	padding-top: 35px;
	padding-bottom: 5px;
}
.footer-navigation ul {
	padding-left: 0;
	list-style-type: none;
	display: flex;
	padding-bottom: 30px;
	margin-bottom: 0;
}
.footer-navigation ul li + li:before {
	content: "|";
	margin-left: 12px;
	margin-right: 12px;
}
.footer-navigation ul li a {
	color: #fff;
	text-decoration: none;
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
}
.footer-navigation ul li a:hover {
	text-decoration: underline;
}


.sticky-bottom.scrolling {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 1s ease-out;
}
.text-bx p{
	position: relative;
	z-index: 20;
}
.sticky-bottom.scrolling .register-sticky-btn{
	background: #bf9334 !important;
    background-image: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 80% !important;
    padding: 15px !important;
    background-color: #bf9334 !important;
    margin-top: 0 !important;
    margin: 0;
    border-radius: 0 !important;
	margin-bottom: 0 !important;
	color: #fff !important;
	text-transform: uppercase !important;
}
.opt-in-form-main {
	background: #FFFFFF;
    color: black;
    margin-left: 10px;
	padding: 23px;
	padding-top: 0;
}
.book-cover-form-img {
	max-width: 56%;
}
.segment-ebook {
	background-color: #F8F4ED;
	padding-top:29px;
}
.main-book-text-container{
    padding-top:30px;
    padding-bottom: 60px;
}
.book-wrap-cancer h1{
    color: #123638;
    font-weight: 700;
    font-size: 27px;
    font-family: 'Poppins';

}
.img-responsive.cancer{
    width:72%;
    margin-top: 13px;
}
.book-text{
    font-size:18px;
    font-family: 'Poppins';
    color: #123638;
    margin-bottom:20px;
}
.book-cover-free-bonus {
	max-width: 22%;
	object-fit: contain;
}
.ebook-holder {
	height: auto;
	justify-content: space-evenly;
}

.ebook-holder ul{
	text-align: left;
	list-style-type: none;
	padding-left: 0;
}
.ebook-holder ul li{
	font-size: 18px;
	margin-bottom:15px;
}
.extra-padding-top {
	padding-top: 200px;
	padding-bottom: 0!important;
}
.free-bonus-holder {
	position: relative;
	display: flex;
	flex-direction: column;
	padding-top: 44px;
}
.free-bonus-holder .line1 {
    width: 450px;
    height: 1px;
    content: '';
    position: absolute;
    background-color: #BF9334;
    left: -50px;
    top: -15px;
}
.free-bonus-holder .line2 {
    width: 1px;
    height: 135px;
    content: '';
    position: absolute;
    background-color: #BF9334;
    left: -15px;
    top: -50px;
}
.headline-less-margin p {
	margin-bottom: 0;
}
.free-bonus-holder .btn {
	align-self: center;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 12px 73px;
}
.register-bonus-btn.btn strong{
	font-size: 25px;	
	font-weight: 500;
	color: #ffffff;
}
.register-bonus-btn.btn span {
	color: #ffffff;
}
.free-bonus-holder .text-left {
	font-size: 27px;
    line-height: 42px;
}
.logo-text-holder {
	align-items: center;
}
@media (max-width: 991px){
	.headline-less-margin p {
		margin-bottom: 20px;
	}
	.extra-padding-top {
		padding-top: 0;
	}
	.register-bonus-btn.btn strong {
		font-size: 20px;
	}
	.line1,.line2 {
		display: none;
	}
	.highly-rec-div {
		display: flex;
		position: relative;
	}
	.highly-rec-div input {
		width: 25px;
		height: 25px;
		top: 4px;
		position: absolute;
	}
	.section.segment-1 .recommend-txt {
		font-size: 12px;
		text-align: left;
		margin-left: 24px;
	}
	.segment-1 .btn-1 {
		padding-left: 26px;
		padding-right: 26px;
	}
	.phone-parent-wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
	.ebook-holder ul li:last-child {
		margin-bottom: 0;
	}
	.ebook-holder ul {
		margin-bottom: 0;
	}
	.segment-1 .cnt-right p {
		font-size: 15px;
	}
	.opt-in-form-main {
		margin-left: 0;
		padding-bottom: 0;
	}
	.free-bonus-holder .line1 {
		width: 410px;
		height: 1px;
		content: '';
		position: absolute;
		background-color: #BF9334;
		bottom: 372px;
		left: -48px;
	}
	.free-bonus-holder .line2 {
		width: 1px;
		height: 200px;
		content: '';
		position: absolute;
		background-color: #BF9334;
		bottom: 221px;
		left: -10px;
	}
	.free-bonus-holder {
		padding-top: 0;
	}
	.sticky-bottom.scrolling {
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		opacity: 1;
		background: linear-gradient(360deg,#666 0%,rgba(255,255,255,0) 75%);
		height: 100px;
		padding: 10px;
		transition: opacity 1s ease;
	}

	.sticky-bottom.scrolling .register-sticky-btn{
		font-size: 17px;
		border-radius: 3px !important;
	}

	#form-target{
		padding-top: 5px;
		margin-top: 20px;
	}
}

@media (min-width: 1650px) {
	.segment-2 .heading-style-2 span:before {
		right: 2%;
	}
	.segment-2 .heading-style-2 span:after {
		left: 2%;
	}
}

@media (min-width: 1900px) {
	.segment-2 .heading-style-2 span:before {
		right: 0;
	}
	.segment-2 .heading-style-2 span:after {
		left: 0;
	}
}

@media (max-width: 1650px) {
	.segment-2 .heading-style-2 span:before {
		right: 3%;
	}
	.segment-2 .heading-style-2 span:after {
		left: 3%;
	}
}

@media (max-width: 1600px) {
	.segment-2 .heading-style-2 span:before {
		right: 2%;
	}
	.segment-2 .heading-style-2 span:after {
		left: 2%;
	}
}

@media (max-width: 1550px) {
	.segment-2 .heading-style-2 span:before {
		right: 1%;
	}
	.segment-2 .heading-style-2 span:after {
		left: 1%;
	}
}

@media (max-width: 1500px) {
	.segment-2 .heading-style-2 span:before {
		right: 1%;
	}
	.segment-2 .heading-style-2 span:after {
		left: 1%;
	}

	.segment-2 .heading-style-2 span:before, .segment-2 .heading-style-2 span:after {
		width: 85px;
		top: 48%;
	}
}


@media (max-width: 1400px) {

	.segment-2 .heading-style-2{
		font-size: 39px;
	}

	.episode-header .e-number {
		font-size: 140px;
		min-width: 86px;
	}
	.segment-13 .host-photo .img-wrap {
		width: 220px;
	}
	.list-expert .expert-item {
		max-width: 25%;
	}

	.segment-2 .heading-style-2 span:before {
		right: 3%;
	}
	.segment-2 .heading-style-2 span:after {
		left: 3%;
	}

	.segment-2 .heading-style-2 span:before, .segment-2 .heading-style-2 span:after {
		width: 85px;
		top: 50%;
	}
}

@media (max-width: 1340px) {
	.segment-2 .heading-style-2{
		font-size: 36px;
	}
}

@media (max-width: 1260px) {
	.segment-2 .heading-style-2{
		font-size: 30px;
	}
}

@media (max-width: 1100px) {
	.segment-2 .heading-style-2{
		font-size: 26px;
	}
}


@media (max-width: 1199px) {
	.segment-11 .secondary-txt {
		padding-left: inherit;
		padding-right: inherit;
	}
}
.toxin-bucket-padding-top {
	padding-top: 100px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border-width: 0 0 1px !important;
  border-color: #bf9334 !important;
  -webkit-text-fill-color: #ffffff !important;
  -webkit-box-shadow: none !important;
  transition: background-color 5000s ease-in-out 0s;
}
@media only screen and (max-width: 991px) {
	.toxin-bucket-padding-top {
		padding-top: inherit;
	}
	.iti-mobile .iti--container {
        top: 0;
        bottom: -57%;
        left: 30px;
        right: 30px;
        position: absolute;
    }
	h1 {
		font-size: 38px;
	}
	.segment-6 .cnt-inner,
	.segment-8 .cnt-text-block .cnt-inner {
		max-width: 720px;
		margin-left: auto;
		margin-right: auto;
	}
	.segment-9 .avatar {
		margin: 0 auto 20px;
	}
	.segment-10 {
		background-image: none;
	}
	.segment-10 .bg-color-p-disable {
		background-color: inherit;
		color: #000;
	}
	.episode-block .boxed-wrap {
		box-shadow: none;
	}
	.list-expert .expert-item {
		max-width: 33.33%;
	}
	.pop-up-register-form {
		display: none !important;
	}
	.sponsor-images {
		margin-top: 23px;
		flex-direction: column;
	}
	.sponsor-images .econugetics {
		padding: 0;
		width: 100%;

	}
	.sponsor-images img {
		margin: 15px 0;
	}
	.sponsor-images :nth-child(1) { order: 2; width: 44%;}
	.sponsor-images :nth-child(2) { order: 1; }
	.sponsor-images :nth-child(3) { order: 3; width: 27%;}
	
	.segment-14 h1 {
		font-size: 20px;
	}
	.sponsor {
		text-align: center;
		margin-bottom: 20px;
		align-items: center;
	}
	.sponsor h5 {
		font-size: 20px;
		margin-top: 20px;
	}
	.brand-logo {
		width: 67%;
	}
}

@media only screen and (max-width: 767px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.header-bar .line-brk {
		display: inline;
	}
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 22px;
		margin-bottom: 25px;
		line-height: 1.4;
	}
	.heading-style,
	.segment-2 .heading-style-2 {
		font-size: 23px;
		padding-bottom: 30px;
	}
	.heading-style-2,
	.segment-1 .cnt-left p {
		font-size: 20px;
	}
	.heading-style-2:after {
		width: 90px;
	}
	.heading-style-2 span {
		padding-left: 30px;
		padding-right: 30px;
	}
	.heading-style-2 span:before,
	.heading-style-2 span:after {
		width: 50px;
	}
	.heading-style-2 span:before {
		right: calc(100% - 40px);
	}
	.heading-style-2 span:after {
		left: calc(100% - 40px);
	}
	.section,
	.cnt-text-block {
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.segment-3 .heading-style,
	.segment-4 .heading-style,
	.segment-10 .heading-style,
	.segment-11 .heading-style,
	.segment-12 .heading-style,
	.secondary-txt {
		padding-bottom: 30px;
	}
	.heading-style span:before {
		right: calc(100% + 15px);
	}
	.heading-style span:after {
		left: calc(100% + 15px);
	}
	.segment-1 .site-logo .logo-lg {
		display: none;
	}
	.ebook-holder .logo-lg {
		display: none;
	}
	.ebook-holder .logo-sm {
		height: auto;
		display: inline-block;
		max-width: 100%;
		align-self: center;
	}
	.segment-1 .site-logo .logo-sm {
		display: inline-block;
		padding-left: 25px;
		padding-right: 25px;
	}
	.segment-1 .site-logo {
		margin-bottom: 15px;
	}
	.segment-1 .cnt-right p .feb {
		display: inline;
		margin-bottom: 0;
	}
	.btn-1 {
		margin-bottom: 15px;
	}
	.btn-2 {
		margin-bottom: 30px;
	}
	.footer-bar {
		font-size: 15px;
		padding-top: 15px;
		padding-bottom: 12px;
	}
	.footer-bar .row {
		flex-direction: column;
		align-items: center;
	}
	.footer-bar .site-info p,
	.footer-navigation ul {
		margin-bottom: 3px;
	}
	.footer-bar .site-info {
		order: 1;
	}
	hr {
		margin-bottom: 30px;
	}
	.form-control-lg {
		font-size: inherit;
	}
	.secondary-txt,
	.btn-1 {
		font-size: 20px;
		letter-spacing: 0.03em;
	}
	.secondary-txt {
		line-height: 1.4;
	}
	.secondary-txt-2,
	.secondary-txt-3,
	.segment-3 p,
	.segment-3 .toxin-bucket-block p,
	.segment-4,
	.segment-5,
	.segment-6,
	.segment-7,
	.segment-9 {
		font-size: 18px;
	}
	.secondary-txt-2 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.segment-2 .heading-style-2 > span {
		padding-left: 44px;
		padding-right: 44px;
	}
	.segment-2 .heading-style-2 span:before,
	.segment-2 .heading-style-2 span:after {
		width: 20px;
		top: 20%;
	}
	.logos-list li.col-auto:nth-child(1) {
		max-width: 90px;
	}
	.logos-list li.col-auto:nth-child(2) {
		max-width: 80px;
	}
	.logos-list li.col-auto:nth-child(3) {
		max-width: 70px;
	}
	.logos-list li.col-auto:nth-child(4) {
		max-width: 110px;
	}
	.logos-list li.col-auto:nth-child(5) {
		max-width: 110px;
	}
	.logos-list li.col-auto:nth-child(6) {
		max-width: 120px;
	}
	.logos-list li.col-auto:nth-child(7) {
		max-width: 90px;
	}
	.logos-list li.col-auto:nth-child(8) {
		max-width: 100px;
	}
	.logos-list li.col-auto:nth-child(9) {
		max-width: 80px;
	}
	.logos-list li.col-auto:nth-child(10) {
		max-width: 120px;
	}
	.logos-list li.col-auto:nth-child(11) {
		max-width: 90px;
	}
	.heading-style-cross:before {
		left: -20px;
		width: calc(100% + 20px);
	}
	.heading-style-cross:after {
		left: -10px;
	}
	.bg-end-pattern {
		margin-top: -40px;
	}
	.segment-4 {
		margin-top: -70px;
	}
	.special-txt {
		font-size: 15px;
	}
	.special-txt::before {
		width: 70%;
		right: 15%;
	}
	.section .btn {
		width: 100%;
	}
	.segment-1,
	.segment-4,
	.segment-5,
	.cnt-text-block,
	.segment-7,
	.segment-9,
	.segment-10,
	.segment-11,
	.segment-12,
	.segment-13 {
		padding-bottom: 0;
		overflow: hidden;
	}
	.segment-3 .icon {
		max-width: 155px;
	}
	.segment-5 .secondary-txt,
	.segment-6 .secondary-txt,
	.segment-7 .heading-style {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.segment-7 ul {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.segment-9 .text-bx {
		padding-left: 35px;
		padding-right: 35px;
		text-align: center;
	}
	.segment-9 .text-bx p {
		margin-bottom: 5px;
	}
	.segment-9 .text-bx .cross-line-1:before,
	.segment-9 .text-bx .cross-line-2:before {
		width: 95%;
	}
	.segment-9 .text-bx .quote-start,
	.segment-9 .text-bx .cross-line-1:before {
		left: 10px;
	}
	.segment-9 .text-bx .cross-line-1:after {
		left: 20px;
	}
	.segment-9 .text-bx .quote-end,
	.segment-9 .text-bx .cross-line-2:before {
		right: 10px;
	}
	.segment-9 .text-bx .cross-line-2:after {
		right: 20px;
	}
	.episode-block {
		margin-bottom: 30px;
	}
	.segment-9 .name,
	.segment-10 ul {
		margin-bottom: 0;
	}
	.episode-block {
		margin-right: calc(var(--bs-gutter-x) * -1);
		margin-left: calc(var(--bs-gutter-x) * -1);
	}
	.episode-header {
		padding-right: calc(var(--bs-gutter-x) * 1);
		padding-left: calc(var(--bs-gutter-x) * 1);
	}
	.episode-header .e-number {
		font-size: 100px;
		min-width: 50px;
	}
	.episode-header .e-label {
		font-size: 19px;
		top: 20px;
		right: -25px;
	}
	.episode-header .cross-line:before {
		width: 80px;
		bottom: 55px;
	}
	.episode-header .cross-line:after {
		height: 120px;
		bottom: 30px;
	}
	.episode-block .episode-title {
		font-size: 23px;
	}
	.segment-11 .cnt-img-block,
	.segment-12 .col {
		padding-bottom: 30px;
	}
	.cnt-img-block .cross-line-3:before {
		top: 35px;
		right: 20px;
		width: 55%;
	}
	.cnt-img-block .cross-line-3:after {
		top: 20px;
		right: 35px;
		height: 90px;
	}
	.segment-11 .cross-line-3.alter:before {
		bottom: 65px;
	}
	.segment-11 .cross-line-3.alter:after {
		bottom: 50px;
		left: 35px;
	}
	.list-expert .expert-item {
		max-width: 50%;
		margin-bottom: 50px;
	}
	.footer-navigation ul {
		padding-bottom: 10px;
	}
	.segment-13 .host-photo .img-wrap {
		height: 250px;
		width: 250px;
	}
	.segment-ebook {
		padding-top: 0;
		padding: 20px;
	}
	.free-bonus-holder .text-left {
		font-size: 20px;
		line-height: 27px;
		margin-bottom: 0;
	}
	.free-bonus-holder .btn {
		padding: 12px 30px;
	}
	.free-bonus-holder .btn strong {
		font-size: 20px;
	}
}

@media only screen and (max-width: 575px) {
	.segment-1 {
		padding-top: 25px;
		padding-bottom: 25px;
		background-color: #566953;
		background-image: none !important;
	}
	.segment-1 .heading-style-2 {
		margin-bottom: 20px;
	}
	.segment-1 .heading-style {
		font-size: 21px;
		padding-bottom: 25px;
	}
	.segment-1 .cnt-left p {
		font-size: 18px;
		line-height: 1.3;
	}
	.btn-1 {
		padding: 12px 15px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
	}
	.btn-2 {
		font-size: 16px;
		padding: 10px 20px;
	}
	.segment-2 .heading-style-2 > span {
		padding-left: 50px;
		padding-right: 50px;
	}
	.segment-2 .heading-style-2 > span {
		font-size: 20px;
		letter-spacing: -0.8px;
	}
	.logos-list li.col-auto:nth-child(1) {
		max-width: 80px;
	}
	.logos-list li.col-auto:nth-child(2) {
		max-width: 70px;
	}
	.logos-list li.col-auto:nth-child(3) {
		max-width: 60px;
	}
	.logos-list li.col-auto:nth-child(4),
	.logos-list li.col-auto:nth-child(5) {
		max-width: 100px;
	}
	.logos-list li.col-auto:nth-child(6) {
		max-width: 110px;
	}
	.logos-list li.col-auto:nth-child(7) {
		max-width: 75px;
	}
	.logos-list li.col-auto:nth-child(9) {
		max-width: 65px;
	}
	.logos-list li.col-auto:nth-child(10) {
		max-width: 110px;
	}
	.logos-list li.col-auto:nth-child(11) {
		max-width: 75px;
	}
	.episode-block .episode-lable {
		padding-right: 30px;
	}
	.episode-header .e-number {
		font-size: 90px;
	}
	.episode-header .e-label {
		font-size: 18px;
	}
	.episode-header .cross-line {
		width: 40px;
		height: 130px;
	}
	.episode-header .cross-line:before {
		left: 5px;
		width: 65px;
	}
	.episode-header .cross-line:after {
		bottom: 40px;
		height: 90px;
	}
	.expert-section {
		overflow: hidden;
		margin-left: -20px;
		margin-right: -20px;
	}
	.segment-12 .heading-style-cross:after {
		content: none;
	}
	.segment-12 .heading-style-cross:before {
		width: 20%;
		left: 40%;
	}
	.list-expert .expert-item {
		max-width: 100%;
	}
	.segment-12 .experts-designation {
		width: 100%;
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
	}
	.segment-13 .secondary-txt {
		padding-bottom: 5px;
		margin-bottom: 15px;
		display: inline-block;
	}
	.segment-13 .secondary-txt:before {
		left: 0;
		width: 100%;
	}
	.logo-text-holder .logo-lg {
		display: none;
	}
	.segment-1 .cnt-right p {
		margin-top: 0;
	}
}

.iti__country-list{
	color: black;
}

.iti__arrow{
	border-top: 4px solid rgb(154 165 157)!important;
}

span.field-with-error{
	color: red;
    font-size: 14px;
    text-align: left;
    display: block;
}

@media only screen and (max-width: 455px){
	.segment-2 .heading-style-2 > span {
		margin-left: 20px;
		margin-right: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
}
