@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  font-family: "Calibri";
  background: url(../images/blue-shape.png) no-repeat center;
  background-size: cover;
  font-size: 17px;
  line-height: 28px;
  color: #333333;
  font-weight: 400;
  scroll-behavior: smooth;
}

img,
iframe {
  max-width: 100%;
}

*:focus {
  outline: none;
}

*:hover {
}

a:hover,
input[type="submit"]:hover {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

input::placeholder {
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
img,
a,
form,
label,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}

header,
nav,
footer,
main,
mark,
article,
aside,
blockquote,
figcaption,
figure {
  margin: 0;
  padding: 0;
  border: none;
}

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

*:focus {
  outline: none !important;
}

* {
  box-sizing: border-box;
}

section,
header,
blockquote,
footer {
  width: 100%;
  float: left;
}

.pade-none {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 1300px) {
  .container-auto {
    max-width: 1270px;
    width: 100%;
    margin: 0 auto;
  }
}

/* css start*/
.container-auto > .row {
  margin: 0;
}

.health-wellness-left-inner ul {
  margin: 0;
}

.health-wellness-main {
  background: url(../images/banner-top-new.jpg) no-repeat;
  height: 660px;
  background-size: 100% 100%;
  width: 100%;
  position: relative;
}

.health-wellness-heading h1 {
  text-align: left;
  font-size: 34px;
  line-height: 36px;
  color: #132293;
  font-weight: bold;
  max-width: 1010px;
  margin: 0;
  margin-left: auto;
  position: relative;
}

.health-wellness-heading h1 span {
  color: #f28e40;
}

.health-wellness-heading h1 img {
  width: 100px;
  margin: 0px 15px 0 0;
  vertical-align: middle;
}
.health-wellness-heading p {
  color: #132293;
  font-size: 26px;
  line-height: 30px;
  margin: -30px 0 0;
  text-align: center;
  padding: 0 0 0 116px;
}

.health-wellness-heading {
  margin: 26px 0 0;
  position: relative;
  padding: 0 230px 0 260px;
}

.health-wellness-listing-outer {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  max-width: 1044px;
  margin-left: auto;
  margin-top: 20px;
}

.health-wellness-left-inner {
  padding: 0px 0 0;
}

.health-wellness-left {
  width: 53%;
  padding-left: 40px;
}

.health-wellness-right {
  width: 47%;
  padding-left: 83px;
  padding-right: 13px;
  position: relative;
}
.video-popup-trigger {
  position: absolute;
  z-index: 1;
  right: 13px;
  top: -120px;
  width: 180px;
}
.video-popup-trigger a {
  float: left;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.video-popup-trigger a img {
  float: left;
  width: 100%;
}

.health-wellness-left-inner li {
  font-size: 22px;
  line-height: 32px;
  color: #000;
  font-weight: 600;
  position: relative;
  padding-left: 27px;
}

.banner-enterpreneurs {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 10px;
}

.health-wellness-bubble {
  position: absolute;
  left: 5.2%;
  max-width: 14.9%;
  top: 5px;
  max-height: 146px;
}
.finance-bubble {
  position: absolute;
  left: 4.2%;
  top: 155px;
  max-width: 7%;
  max-height: 150px;
}

.join-me-bubble {
  left: 8.9%;
  position: absolute;
  width: 134px;
  margin-left: 122px;
  top: 50px;
}

.health-wellness-left-inner li span {
  text-decoration: underline;
}

.health-wellness-left-inner p {
  text-align: center;
  font-size: 17px;
  line-height: 32px;
  color: #333333;
  font-weight: 400;
  margin: 9px 0 0;
  opacity: 0;
}

.health-wellness-left-inner li::before {
  content: "";
  background: url(../images/tick-icon.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 8px;
  width: 16px;
  height: 14px;
}

.join-us-today {
  width: 100%;
  text-align: center;
  margin: 25px 0 0;
  position: relative;
}

.join-us-today .site-logo {
  position: absolute;
  width: 40px;
  right: -60px;
  top: -14px;
  display: none;
}

.join-us-today h3 {
  font-size: 37px;
  line-height: 17px;
  color: #132293;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

.join-us-today h3::after {
  content: "";
  background: url(../images/join-us-arrow.png) no-repeat;
  position: absolute;
  right: -120px;
  top: -10px;
  width: 104px;
  height: 36px;
  background-size: cover;
}

.join-us-today p {
  font-size: 30px;
  line-height: 38px;
  color: #000;
  font-weight: bold;
  width: 90%;
}

.join-us-today span {
  font-size: 15px;
  line-height: 20px;
  color: #000;
}

.health-wellness-right-inner {
  background: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  float: left;
  width: 100%;
  padding: 17px 18px;
}

.form-inner {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  position: relative;
}

.form-inner .form-field {
  width: 100%;
  float: left;
  font-size: 16px;
  line-height: 27px;
  color: #000;
  font-weight: 400;
  padding: 6px 15px;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  font-family: "Calibri";
}

.form-inner .form-field:focus {
  border: 1px solid #f28e40;
}

.security-outer {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 10px;
}

.form-inner .form-inner-info {
  position: absolute;
  top: 14px;
  z-index: 999;
  right: 10px;
}

.self-care-outer {
  float: left;
  width: 100%;
  font-size: 18px;
  background: #f28e40;
  color: #fff;
  font-weight: bold;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 15px;
  text-align: center;
  line-height: 22px;
  font-family: "Calibri";
  border: none;
  cursor: pointer;
}
.self-care-points {display: inline-block;width: 100%;font-size: 15px;line-height: 18px;}

.self-care-outer span::after {
  position: absolute;
  left: -3px;
  top: 50%;
  width: 110%;
  height: 2px;
  background: #f00;
  content: "";
  transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
}

.self-care-outer span {
  position: relative;
}

.all-required {
  font-size: 16px;
  line-height: 26px;
  float: left;
  width: 100%;
  font-family: "Calibri";
  padding: 18px 0 0 10px;
  color: #000;
}

.next-big-thing-main {
  padding: 50px 0;
  background: #f1f1f1;
}

.next-big-thing-heading {
  width: 100%;
}

.next-big-thing-heading h2 {
  text-align: center;
  font-size: 30px;
  line-height: 34px;
  color: #132293;
  font-weight: bold;
  font-family: "Calibri";
  margin: 0 0 8px;
}

.next-big-thing-heading p {
  font-size: 18px;
  line-height: 24px;
  color: #757575;
  font-family: "Calibri";
  font-weight: 400;
}

.next-big-thing-heading {
  width: 100%;
  margin: 0 0 25px;
  padding: 0 12%;
}

.turnkey-business-heading {
  text-align: center;
}

.turnkey-business-heading h2 {
  font-size: 30px;
  line-height: 34px;
  color: #323232;
  font-weight: bold;
  font-family: "Calibri";
  margin: 0 0 10px;
}

.turnkey-business-heading p {
  font-size: 18px;
  line-height: 30px;
  color: #757575;
  font-weight: 400;
  font-family: "Calibri";
}

.business-formula-numbers-inner {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.business-formula-numberl-right h4 {
  font-size: 21px;
  line-height: 28px;
  color: #132293;
  font-weight: bold;
  font-family: "Calibri";
  margin: 0 0 16px;
}

.business-formula-numberl-right ul li,
.business-formula-numberl-right p {
  font-size: 18px;
  line-height: 29px;
  color: #757575;
  font-weight: 400;
  font-family: "Calibri";
  position: relative;
}

.business-formula-numberl-right ul li::before {
  background: url(../images/numberl-icon.png) no-repeat;
  content: "";
  width: 16px;
  height: 14px;
  background-size: cover;
  left: 0;
  top: 6px;
  position: absolute;
}

.business-formula-numberl-right ul li {
  padding-left: 22px;
}

.business-formula-numberl-left {
  width: 46px;
}

.business-formula-numberl-right {
  padding-left: 20px;
  width: 88%;
}

.business-formula-numbers {
  margin: 40px 0 0;
}

.business-formula-numbers {
  margin: 29px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 68px 15px;
}

.trillion-industry-main {
  background-image: linear-gradient(to bottom, #fbc971, #fcda9f);
  padding: 65px 0 103px;
}

.trillion-industry-heading {
  text-align: center;
  margin: 0 0 40px;
}

.trillion-industry-heading h2 {
  font-size: 30px;
  line-height: 34px;
  color: #000;
  font-weight: bold;
}

.trillion-industry-left-inner {
  background: #fff;
  padding: 6px;
}

.trillion-industry-outer {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.trillion-industry-img-left-innr {
  height: 353px;
  width: 100%;
}

.trillion-industry-img-left-innr img {
  width: 100%;
  height: 100%;
}

.trillion-industry-left-content {
  text-align: center;
  margin: 44px 0 30px;
}

.trillion-industry-left-content h3 {
  font-size: 30px;
  line-height: 32px;
  color: #f29043;
  font-weight: bold;
}

.trillion-industry-left-content p {
  font-size: 20px;
  line-height: 39px;
  color: #323232;
  font-weight: bold;
}

.trillion-industry-left {
  width: 46%;
}

.trillion-industry-right {
  width: 54%;
  padding: 25px 50px 0 50px;
}

.wellness-economy-heading {
  text-align: center;
  font-size: 20px;
  line-height: 23px;
  color: #333333;
  font-weight: 400;
  margin: 0 0 20px;
}

.Goldmine-content {
  width: 100%;
}

.Goldmine-content h2 {
  font-size: 28px;
  line-height: 41px;
  color: #323232;
  font-weight: bold;
  margin: 0 0 10px;
}

.Goldmine-content p {
  font-size: 18px;
  line-height: 23px;
  color: #333333;
  font-weight: 400;
}

.Goldmine-content ol {
  width: 100%;
  padding: 17px 0 17px 24px;
}

.Goldmine-content ol li {
  list-style: decimal;
  font-size: 18px;
  line-height: 23px;
  color: #333333;
  font-weight: 400;
}

.Goldmine-content ol li {
  list-style: decimal;
  font-size: 18px;
  line-height: 23px;
  color: #333333;
  font-weight: 400;
  margin: 0 0 12px;
}

.Goldmine-content p:last-child {
  margin: 22px 0 0;
  text-align: center;
}

.Goldmine-content p a {
  color: #132293;
  font-weight: bold;
  text-decoration: underline;
}

.wellness-economy-outer {
  float: left;
  width: 100%;
  margin: -110px 0 0;
  text-align: center;
}

.wellness-economy-main {
  padding: 70px 0;
}

.wellness-trillon-heading {
  text-align: center;
  float: left;
  width: 100%;
  margin: 0 0 30px;
}

.wellness-trillon-heading h2 {
  font-size: 49px;
  line-height: 57px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}

.wellness-trillon-heading h2 span {
  width: 100%;
  float: left;
  color: #9a40a2;
  text-transform: initial;
}

.wellness-economy-outer p {
  text-align: left;
  font-size: 15px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
  margin: -37px 0 0 70px;
}

.real-marketplace-main {
  padding: 70px 0;
  background: #f1f1f1;
}

.real-marketplace-heading {
  width: 100%;
}

.real-marketplace-heading h2 {
  font-size: 30px;
  line-height: 34px;
  color: #323232;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 0 10% 0 0;
}

.real-marketplace-heading p {
  font-size: 18px;
  line-height: 24px;
  color: #757575;
  font-weight: 400;
  padding: 0 3% 0 0;
}

.marketplace-team {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 57px 50px;
  margin: 60px 0 0;
}

.marketplace-inner {
  width: 100%;
}

.marketplace-inner h3 {
  font-size: 21px;
  line-height: 29px;
  color: #323232;
  font-weight: bold;
  margin: 0 0 7px;
  padding-right: 30%;
  min-height: 60px;
}

.marketplace-inner ul li {
  font-size: 18px;
  line-height: 28px;
  color: #757575;
  font-weight: 400;
  position: relative;
  padding: 0 0 0 14px;
}

.marketplace-inner ul li::before {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  left: 0;
  top: 11px;
  background: #132293;
  border-radius: 50%;
}

.partners-sidelines {
  text-align: center;
  padding: 70px 240px 70px 0;
  position: relative;
}

.partners-sidelines p {
  font-size: 18px;
  line-height: 24px;
  color: #757575;
  font-weight: 400;
}

.partners-sidelines span {
  font-weight: bold;
  color: #132293;
  text-decoration: underline;
}
.partners-sidelines .price-blurb {
  bottom: auto;
  top: 0;
  width: 196px;
  height: 196px;
  padding: 34px 44px 32px;
  font-size: 20px;
  line-height: 22px;
}
.partners-sidelines .price-blurb span {
  color: #fff;
  text-decoration: none;
}

.welcome-wellness-inner {
  height: 713px;
  width: 100%;
  position: relative;
  z-index: 9;
}

.welcome-wellness-inner img {
  height: 100%;
  width: 100%;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 59px #99999947;
}

.welcome-wellness-outer {
  margin: 44px 0 0;
}

.nothing-anywhere-main {
  background: #001a98;
  padding: 60px 0;
  margin: /*-60px 0*/ 0;
  position: relative;
}

.nothing-anywhere-main::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/anywhere-before-img-01.png) no-repeat;
  background-size: cover;
  width: 465px;
  height: 510px;
}

.nothing-anywhere-main::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/anywhere-after-img-01.png) no-repeat;
  background-size: cover;
  width: 465px;
  height: 510px;
}
.nothing-anywhere-heading {
  position: relative;
}
.nothing-anywhere-heading h2 {
  text-align: center;
  font-size: 30px;
  line-height: 34px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 35px;
  padding: 0 45px;
}
.join-us-after-price {
	position: absolute;
	bottom: -60px;
	color: #fff;
	font-size: 23px;
	line-height: 32px;
	font-weight: 400;
	margin: 0 0 30px;
}
.join-us-after-price.black-text {
	color: #000;
}
.nothing-anywhere-heading h3 {
	text-align: center;
	font-size: 44px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	margin: 0 0 35px;
	padding: 0 45px;
}

.nothing-anywhere-heading h4 {
  text-align: center;
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 35px;
  padding: 0 45px;
}

.nothing-anywhere-heading {
  width: 100%;
  padding: 0 12%;
}

.nothing-anywhere-heading p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 25px;
}

.nothing-anywhere-heading .price-blurb {
  bottom: auto;
  top: -30px;
  right: -50px;
  width: 196px;
  height: 196px;
  padding: 30px 40px 34px 44px;
  font-size: 20px;
  line-height: 22px;
}

.lifestyle-concierge-main .nothing-anywhere-heading p {
  color: #fff;
  font-size: 25px;
  line-height: 32px;
  font-weight: 400;
  margin: 0 0 30px;
}

.stress-reduction-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 35px;
  margin: 50px 0 0;
}

.stress-reduction-inner-content {
  background: #f28e40;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 30px 15px 33px;
}

.stress-reduction-outer {
  padding: 0 20%;
}

.stress-reduction-inner-content ul li {
  font-size: 18px;
  line-height: 29px;
  color: #ffffff;
  font-weight: 400;
  position: relative;
  padding: 0 0 0 26px;
}

.stress-reduction-inner-content ul li::before {
  content: "";
  background: url(../images/stress-tick-icon.png) no-repeat;
  width: 16px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 7px;
  background-size: cover;
}

.virtual-wellness-bottom-content {
  text-align: center;
  margin: 60px 0 0;
  padding: 0 12%;
}

.virtual-wellness-bottom-content p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin: 0 0 15px;
}
.virtual-wellness-bottom-content h3 {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
}

.gift-of-health-main {
  padding: 180px 0 52px;
  position: relative;
}

.gift-of-health-main::before {
  content: "";
  position: absolute;
  background: url(../images/gift-of-health-banr.png) no-repeat;
  width: 509px;
  height: 396px;
  top: 0;
  left: 50%;
  margin-left: -254px;
  background-size: cover;
}

.gift-of-health-left-inner {
  max-width: 350px;
}

.gift-of-health-right-inner {
  max-width: 410px;
  margin-left: auto;
}

.gift-of-health-outer {
  display: flex;
  flex-wrap: wrap;
}

.gift-of-health-left {
  width: 50%;
}

.gift-of-health-right {
  width: 50%;
  text-align: right;
}

.gift-of-health-left-inner h3 {
  font-size: 33px;
  line-height: 36px;
  color: #132293;
  text-align: center;
}

.gift-of-health-right h3 {
  font-size: 33px;
  line-height: 36px;
  color: #132293;
  text-align: center;
}

.gift-of-health-content {
  text-align: center;
  padding: 200px 0 0;
}

.gift-of-health-content p {
  font-size: 30px;
  line-height: 39px;
  color: #323232;
  font-weight: bold;
}

.gift-of-health-content a {
  font-size: 30px;
  line-height: 48px;
  color: #132293;
  font-weight: bold;
  position: relative;
}

.gift-of-health-content a::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background: #132293;
  left: 0;
  bottom: 0;
}

.the-opportunity-heading {
  width: 100%;
  padding: 0 12%;
}

.the-opportunity-heading h2 {
  text-align: center;
  font-size: 30px;
  line-height: 34px;
  color: #323232;
  font-weight: bold;
  margin: 0 0 18px;
}

.the-opportunity-heading p {
  font-size: 18px;
  line-height: 24px;
  color: #323232;
  font-weight: 400;
}

.the-opportunity-main {
  padding: 55px 0 0;
}

.the-opportunity-main {
  padding: 55px 0 80px;
  background: url(../images/the-opportunity-banner.jpg) no-repeat;
  background-size: cover;
}

.the-opportunity-outer {
  margin: 39px 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 50px;
}

.the-opportunity-inner-content {
  width: 100%;
  padding-right: 25%;
}

.the-opportunity-inner-content h3 {
  font-size: 21px;
  line-height: 28px;
  color: #323232;
  font-weight: bold;
}

.the-opportunity-inner-content li {
  font-size: 18px;
  line-height: 26px;
  color: #323232;
  font-weight: 400;
  position: relative;
  padding: 0 0 8px 20px;
}

.the-opportunity-inner-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background: url(../images/tick-icon-black.png) no-repeat;
  width: 16px;
  height: 14px;
  background-size: cover;
}

.the-opportunity-inner-content ul {
  margin: 10px 0 0;
}

.your-turnkey-outer {
  margin: 20px 0 0;
  padding: 0 12%;
}

.your-turnkey-outer p {
  font-size: 18px;
  line-height: 24px;
  color: #323232;
  font-weight: 400;
}

.the-booming-main {
  padding: 70px 0 100px;
  position: relative;
}

.the-booming-main::before {
  content: "";
  background: url(../images/the-booming-befor-icon.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 192px;
  height: 288px;
  background-size: cover;
}

.the-booming-main::after {
  content: "";
  background: url(../images/the-booming-after-icon.png) no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 301px;
  height: 512px;
  background-size: cover;
}

.the-booming-heading h2 {
  text-align: center;
  font-size: 30px;
  line-height: 35px;
  color: #000;
  font-weight: bold;
  margin: 0 0 22px;
}

.the-booming-heading {
  width: 100%;
  padding: 0 8%;
}

.the-booming-heading p {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
  margin: 0 0 20px;
}

.the-booming-main .health-wellness-listing-outer {
  max-width: 100%;
  margin-left: 0;
  margin-top: 111px;
  padding: 0 9% 0;
}

.the-booming-main .health-wellness-right-inner {
  box-shadow: 0 0 45px #d0d0d0;
  position: relative;
}

.the-booming-main .health-wellness-right-inner::before {
  content: "";
  background: url(../images/Booming-form-icon.png) no-repeat;
  position: absolute;
  top: -83px;
  right: -79px;
  width: 232px;
  height: 233px;
  background-size: cover;
  z-index: -1;
}

.the-booming-main .health-wellness-right {
  /*padding: 0 12% 0 0;*/
}

.the-booming-main .health-wellness-left {
  padding: 0 40px;
}

.the-booming-main .join-us-today {
  margin: 65px 0 0;
  padding-right: 10px;
  padding-left: 55px;
}

.join-us-logo {
  position: absolute;
  left: -40px;
  width: 94px;
  top: -22px;
}

.the-booming-main .health-wellness-left {
  padding-left: 0;
}

.pioneer-annual-form-tooltip-content {
  position: absolute;
  background: #fff;
  z-index: 1;
  width: 230px;
  text-align: left;
  font-size: 12px;
  right: -12px;
  bottom: 100%;
  color: rgba(0, 0, 0, 0.62);
  padding: 15px;
  margin-bottom: 8px;
  border-radius: 4px;
  line-height: 1.3;
  font-weight: normal;
  visibility: hidden;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.form-inner-info:hover .pioneer-annual-form-tooltip-content {
  visibility: visible;
}

.pioneer-annual-form-tooltip-content {
  text-align: left;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.62);
  line-height: 1.3;
  font-weight: normal;
  visibility: hidden;
}

.pioneer-annual-form-tooltip-content p {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 16px;
  color: #626262;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.pioneer-annual-form-inside {
  display: flex;
  margin-top: 4px;
}

.pioneer-annual-form-inside img {
  width: auto;
  margin-right: 8px;
}

.pioneer-annual-form-tooltip-content::after {
  content: "";
  position: absolute;
  bottom: -5px;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  right: 15px;
}

.the-booming-main .self-care-outer {
  padding: 10px 10px;
}

.the-booming-heading h2 br {
  display: none;
}

.wellness-economy-outer img {
  width: 970px;
}

.pioneer-annual-form-payment-left {
  width: calc(100% - 77px);
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}

.health-wellness-paymentleft {
  width: 77px;
  text-align: left;
  line-height: 1.1;
  font-family: "Calibri";
  font-size: 13px;
  color: #000;
}

.paypal-form-or {
  float: left;
  font-size: 25.47px;
  line-height: 25px;
  color: #323232;
  font-weight: bold;
  margin: 0px 0 5px;
  width: 100%;
}

.paypal-form-or span {
  color: #002b7f;
}

.paypal-form {
  float: left;
  width: auto;
  margin-top: 13px;
  margin-left: 0px;
}

.paypal-form-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
}

.health-wellness-payment-outer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 13px;
}

.pioneer-annual-form-payment-inner label::after {
  height: 7px;
  width: 7px;
  background: #f28e40;
  left: 4px;
  top: 9px;
  border-radius: 50%;
  content: "";
  display: none;
  position: absolute;
}

.pioneer-annual-form-payment-inner label::before {
  height: 15px;
  width: 15px;
  left: 0;
  top: 5px;
  border-radius: 50%;
  border: 1px solid #f28e40;
  content: "";
  position: absolute;
}

.pioneer-annual-form-payment-inner label {
  position: relative;
  padding-left: 19px;
  cursor: pointer;
  display: inline-block;
}

.pioneer-annual-form-payment-inner input:checked + label::after {
  display: block;
}

.pioneer-annual-form-payment-inner input {
  display: none;
}

.pioneer-annual-form-payment-inner label img {
  max-height: 25px;
  display: block;
}

.pioneer-annual-form-payment-inner:last-child {
  margin-left: auto;
}

.pioneer-annual-form-payment-inner {
  display: flex;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.fade.in {
  opacity: 1;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-dialog {
  width: 600px;
  margin: 30px auto;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out,
    -o-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-content {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.fade.in {
  opacity: 1;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.paypal-content-outer .modal-dialog {
  top: 0;
  width: 1050px;
  min-height: calc(100% - 60px);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 100%;
}

.paypal-content-outer .modal-content {
  max-width: 750px;
  border: 5px solid #2e96bb;
  width: 90%;
  background: #fff;
  padding: 40px;
  min-height: 70vh;
  border-radius: 9px;
}

.close-btn a {
  background: #fb8f26;
  color: #fff;
  height: 46px;
  width: 46px;
  float: left;
  text-align: center;
  font-size: 20px;
  border-radius: 50px;
  font-weight: bold;
  /*font-family: 'londonbetweenregular';*/
  line-height: 46px;
}

.close-btn {
  position: absolute;
  right: -23px;
  z-index: 2;
  top: -23px;
}

.health-wellness-right-inner form {
  z-index: 2;
  position: relative;
}

.paypal-form {
  position: relative;
}

.paypal-content-inner h5 {
  text-align: center;
  font-size: 21px;
  line-height: 35px;
  color: #323232;
  font-weight: bold;
  margin: 0 0 13px;
}

#paysuccessfailed .modal-dialog {
  max-width: 80%;
  width: 650px;
  height: calc(100% - 60px);
  display: flex;
  align-items: center;
}

.modal-content.paysuccessfailed {
  width: 100%;
  padding: 30px 30px;
}

.paypal-content-details li {
  margin: 0 0 9px;
  color: #757575;
  font-family: "Calibri";
  word-break: break-word;
}

.paypal-content-details li strong {
  width: 25%;
  display: inline-block;
  color: #323232;
}

.gclr {
  color: green !important;
}

.redclr {
  color: red !important;
}

.health-payment-form {
  display: inline-block;
  position: relative;
}

.shares-badge {
  text-align: center;
  width: 110px;
  position: absolute;
  color: #333333;
  background: url(../images/badge.svg) no-repeat center;
  background-size: contain;
  font-size: 11px;
  line-height: 1.2;
  height: 74px;
  display: flex;
  bottom: -20px;
  justify-content: center;
  align-items: center;
  padding: 0 8px 6px 0;
  font-weight: 500;
  flex-wrap: wrap;
  font-family: "Poppins", sans-serif;
  left: -9px;
  transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
}

.shares-badge span {
  transform: rotate(-18deg);
  -webkit-transform: rotate(-18deg);
}

#bannerform .all-required {
  padding: 8px 0px 0 0px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.all-required-right {
  line-height: 1.2;
  font-size: 90%;
  text-align: right;
  color: inherit;
}

.all-required-right a {
  color: inherit;
  font-weight: bold;
}

.all-required-right a:hover,
.all-required-right a:focus {
  color: #f28e40;
  text-decoration: none;
}

.paypal-form-wrap {
  position: absolute;
  top: 43px;
  height: auto;
  /*transform: translate(0,-50%);*/
  background: #fff;
  text-align: center;
  flex-wrap: wrap;
  border-radius: 10px;
  width: 100%;
  align-content: center;
  visibility: hidden;
  opacity: 0;
}

.health-payment-form.paypal-on {
  visibility: hidden;
}

.paypal-form-wrap.paypal-on {
  visibility: visible;
  opacity: 1;
}

#paypal-button-top,
#paypal-button-btm {
  width: 251px;
}

.paypal-form #zoid-paypal-button-cf486ac3fd > .zoid-outlet {
  width: 241px;
  height: 80px !important;
}

.paypal-form-wrap-inner {
  position: relative;
  top: 0%;
  height: 160px;
  border: 1px solid rgba(135, 136, 136, 0.36);
  background: #fff;
  text-align: center;
  flex-wrap: wrap;
  border-radius: 5px;
  width: 100%;
  align-content: center;
  justify-content: center;
  display: flex;
}

.thank-page-outer {
  background: #132293;
  text-align: center;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thank-page-content p {
  font-size: 30px;
  line-height: 1.3;
  color: #fff;
  margin-top: 30px;
}

.thank-page-content {
  max-width: 800px;
}

.personlized-thank-you-popup {
  /*max-width: 500px;*/
  font-size: 15px;
  color: rgba(0, 0, 0, 0.78);
  font-family: "londonbetweenregular";
  /*text-align: center;*/
  font-family: "londontworegular";
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}

.personlized-thank-you-popup img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.thank-you-heading {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.personlized-thank-you-tick {
  height: 70px;
  width: 70px !important;
  display: inline-block;
  background: #011a98;
  border-radius: 50%;
  font-size: 40px;
  color: #fff;
  line-height: 70px;
  margin: 20px 0 30px;
  box-shadow: 0 0 81px rgba(0, 0, 0, 0.15);
}

.personlized-newsletter-content.personlized-thank-you-popup h3 {
  padding-bottom: 16px;
  color: #fb8f26;
  font-size: 30px;
}

.personlized-newsletter-content {
  border: 5px solid #2e96bb;
  background: #fff;
  padding: 40px;
  border-radius: 9px;
  position: relative;
}

.modal-dialog.modal-lg {
  top: 0;
  margin: auto;
  width: 1050px;
  min-height: calc(100% - 60px);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 100%;
}

.the-booming-main .all-required {
  padding: 8px 0px 0 0px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

/*Privacy policy page css start*/
.close-btn a:hover {
  color: #fff;
  text-decoration: none;
}

.privacypolicy-wrappper {
  width: 100%;
  text-align: center;
  padding-top: 30px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}

.privacypolicy-wrappper li {
  float: left;
  padding: 0 15px 0;
  border-left: 1px solid #c4c4c4;
  line-height: 1;
}

.privacypolicy-wrappper li:first-child {
  border-left: none;
}

.privacypolicy-wrappper li a {
  font-size: 20px;
  color: #000;
  font-weight: 400;
}

.beyond-virtual.personlized-modal .modal-dialog {
  width: 1100px;
  max-width: 96%;
  margin: 30px auto;
}

#beyond-privcay-policies .personlized-newsletter-content.beyond-virtual-popup,
#beyond-terms-conditions .personlized-newsletter-content.beyond-virtual-popup {
  padding: 20px 0;
}

.beyond-faq-outer {
  font-family: "Poppins", sans-serif;
  padding: 20px;
}

.beyond-faq-outer.beyond-privacy-outer {
  max-height: 697px;
  padding-right: 12px;
}

.beyond-faq-outer h2 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #f28e40;
  padding-bottom: 20px;
  margin: 0;
}

.beyond-faq-outer h4 {
  font-size: 21px;
  color: #000;
  font-weight: 600;
  padding: 0 0 10px;
}

.beyond-faq-outer p {
  color: #000;
  font-size: 15px;
}

.beyond-faq-inner {
  margin: 10px 0 11px;
  display: inline-block;
  width: 100%;
}

.beyond-privacy-policy p a {
  color: #f28e40;
}

.beyond-faq-outer li {
  font-size: 15px;
  margin: 0 0 5px;
  padding: 0 0 0 11px;
  position: relative;
  color: #000;
}

.beyond-faq-outer li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  height: 5px;
  width: 5px;
  background: #fb8f26;
  border-radius: 50%;
}

.mCustomScrollbar .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #f28e40;
}

.mCustomScrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #f28e40 !important;
}

.mCustomScrollbar .mCSB_scrollTools {
  opacity: 1;
}

.mCustomScrollbar .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #d7dbe0;
}

.mCustomScrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

/*need more part start*/
.personlized-newsletter-content.need-more-personalised {
  padding: 0;
  /*width: 1000px;*/
  max-width: 100%;
}

.need-more-outer {
  display: flex;
  flex-wrap: wrap;
}

.need-more-left {
  width: 66%;
}

.need-more-left .trillion-industry-img-left-innr {
  height: auto;
}

.need-more-left .trillion-industry-left-content {
  margin: 54px 0 50px;
  padding: 0 20%;
}

.need-more-right {
  width: 34%;
  background: #132293;
  text-align: left;
  padding: 30px 3% 40px;
}

.need-more-right h3 {
  text-align: center;
  font-size: 39px;
  line-height: 34px;
  color: #fff;
  font-weight: bold;
  font-family: "Calibri";
  text-transform: uppercase;
  margin: 0 0 23px;
}

.need-more-right h4 {
  font-size: 30px;
  line-height: 34px;
  color: #fff;
  font-weight: 500;
  font-family: "Calibri";
  margin: 0 0 29px;
  text-align: center;
  padding: 0 10px;
}

.need-more-field label {
  text-align: left;
  font-size: 22px;
  line-height: 34px;
  color: #fff;
  font-weight: bold;
  margin: 0;
  width: 100%;
}

.need-more-field input {
  width: 100%;
  font-size: 16px;
  line-height: 27px;
  color: rgba(51, 51, 51, 0.75);
  font-weight: 400;
  padding: 11px 20px;
  border: 0px solid #c4c4c4;
  border-radius: 5px;
  font-family: "Calibri";
}

.need-more-btn input {
  font-size: 21px;
  background: #f28e40;
  color: #fff;
  font-weight: bold;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 15px;
  text-align: center;
  line-height: 22px;
  font-family: "Calibri";
  border: none;
  cursor: pointer;
  width: 100%;
}

.need-more-field {
  margin: 0 0 14px;
}

.need-more-btn {
  padding: 10px 0 0;
}

.need-more-right form {
  padding: 0px 0 0;
}

/*need more part end*/

.popup-sample-video {
  display: block;
}

.cont-if-seeking {
  padding: 80px 0;
  background: #f9f9f9;
}

.if-seeking-top {
  width: 100%;
}

.if-seeking-top h2 {
  font-size: 30px;
  line-height: 34px;
  color: #000;
  font-weight: bold;
  margin: 0;
}

.cont-if-seeking-access {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 57px 50px;
  margin: 60px 0 0;
  position: relative;
}
.child-2nd-access {
  padding-right: 235px;
}
.seeking-access-inner {
  width: 100%;
}

.seeking-access-inner h3 {
  font-size: 21px;
  line-height: 29px;
  color: #132293;
  font-weight: bold;
  margin: 0 0 7px;
}

.seeking-access-inner ul li {
  font-size: 18px;
  line-height: 22px;
  color: #757575;
  font-weight: 400;
  position: relative;
  padding: 4px 0 4px 22px;
}

.seeking-access-inner ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: url(../images/numberl-icon.png) no-repeat;
  width: 16px;
  height: 14px;
}

.cont-joinnow {
  text-align: center;
  padding: 20px 0 0;
  padding-right: 235px;
}

.otr-joinnow-inn {
  display: inline-block;
  width: auto;
  position: relative;
}

.cont-joinnow p {
  font-size: 22px;
  line-height: 30px;
  color: #000;
  font-weight: bold;
}

.cont-joinnow a {
  font-size: 30px;
  line-height: 48px;
  color: #132293;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}

.cont-joinnow a::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background: #132293;
  left: 0;
  bottom: 0;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

.cont-joinnow a:hover {
  color: #f28e40;
  text-decoration: none;
}

.cont-joinnow a:hover::after {
  background: #f28e40;
}

.price-blurb {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 240px;
  height: 240px;
  background: url(../images/only-price2.png) left top no-repeat;
  background-size: 100% auto;
  color: #fff;
  padding: 38px 50px 45px 54px;
  font-size: 24px;
  line-height: 26px;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: -60px;
  text-align: center;
}
.price-blurb a {
  color: #fff;
}
.price-blurb a:hover,
.price-blurb a:focus {
  color: #fff;
  text-decoration: none;
}
.access-icons-design .price-blurb {
  bottom: -260px;
}

.price-blurb span {
  display: block;
  width: 100%;
  line-height: 22px;
  font-weight: bold;
}

.cont-join-before-text {
  margin: 40px 0 0;
  padding-right: 235px;
}
.cont-join-before-text p {
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.economy-explanation {
  float: left;
  width: 30%;
  margin: 20px 0 0;
  position: relative;
}
.economy-explanation h4 {
  color: #132293;
  font-weight: bold;
  font-size: 21px;
  line-height: 22px;
  margin: 0;
}
.economy-explanation p {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin: 5px 0 0;
}

.cont-team-sec {
  padding: 60px 0;
  background: #f7f7f7;
}
.team-sec-top {
  text-align: center;
  padding: 0 11%;
}
.team-sec-top h2 {
  color: #132293;
  font-size: 30px;
  line-height: 34px;
  font-weight: bold;
  font-family: "Calibri";
  margin: 0 0 10px;
  text-transform: uppercase;
}
.team-sec-top p {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.cont-team-info {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0;
  padding: 0 50px;
  justify-content: center;
}
.otr-team-member {
  display: inline-flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 13%;
  padding: 10px 8px;
}
.team-member-img {
  display: inline-block;
  width: 100%;
  height: 120px;
  border: 4px solid #ddc79f;
  border-radius: 20px;
  overflow: hidden;
}
.team-member-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.team-member-info {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.team-member-info h4 {
  color: #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  text-transform: unset;
  margin: 8px 0 0;
  padding: 0;
}
.team-member-info p {
  color: #000;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  margin: 2px 0 0;
}

.cont-syndicate-main {
  padding: 70px 0;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cont-syndicate-main .container-auto {
  max-width: 1482px;
}
.cont-syndicat-sec {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cont-syndicat-sec-left {
  display: inline-block;
  width: 50%;
  padding: 0 50px 0 0;
}
.cont-syndicat-sec-left h2 {
  color: #000;
  font-size: 29px;
  line-height: 34px;
  font-weight: bold;
  margin: 0 0 10px;
}
.cont-syndicat-sec-left p {
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
.cont-syndicat-sec-left h3 {
  font-size: 21px;
  line-height: 29px;
  color: #132293;
  font-weight: bold;
  margin: 25px 0 0 0;
}
.cont-syndicat-sec-left ul {
  display: inline-block;
  width: 100%;
  margin: 8px 0 0;
}
.cont-syndicat-sec-left ul li {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  font-weight: 400;
  position: relative;
  padding: 4px 0 4px 22px;
}
.cont-syndicat-sec-left ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: url(../images/numberl-icon.png) no-repeat;
  width: 16px;
  height: 14px;
}
.cont-Coach-blurb-para {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 30px 170px 0 0;
  position: relative;
  text-align: center;
}
.cont-Coach-blurb-para .price-blurb {
  width: 170px;
  height: 170px;
  font-size: 17px;
  line-height: 18px;
  padding: 28px 36px 32px;
  right: 0;
  bottom: auto;
  top: 0;
}
.cont-Coach-blurb-para p {
	color: #000;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}
.cont-syndicat-sec-right {
  display: inline-block;
  width: 50%;
}
.cont-syndicat-sec-right img {
  display: inline-block;
  width: auto;
  border: 6px solid #dcdcdc;
}

.access-icons-design {
  display: inline-flex;
  grid-gap: 0;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
}
.access-icons-design .seeking-access-outer {
  width: 100%;
}
.access-icons-design .seeking-access-outer {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  margin: 50px 0 0;
  padding: 0;
}
.cont-get-access-items {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}
.single-access-item {
  display: inline-block;
  width: 25%;
  padding: 0 10px;
  text-align: center;
}
.single-access-item a {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 200px;
  text-align: center;
  margin: 20px 0 0;
  padding: 10px;
  background: #f1f1f1;
  overflow: hidden;
  position: relative;
}
.access-item-img-title {
  display: inline-block;
  width: 100%;
}
.access-item-img {
  display: inline-flex;
  width: 100%;
  height: 68px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.access-item-img img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.single-access-item h4 {
  color: #000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  margin: 10px 0 0;
}
.single-access-item a:hover {
  text-decoration: none;
}
.single-access-item a:hover h4 {
  color: #132293;
}

.access-item-info {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  padding: 10px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  background: #132293;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.cont-access-info {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0;
}
.cont-access-info h3 {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: normal;
  margin: 0 0 5px;
  padding: 0 0 6px;
  position: relative;
}
.cont-access-info h3::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #fff;
  transform: translate(-50%, 0px);
}
.cont-access-info p {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
}

.single-access-item a:hover .access-item-info {
  top: 0;
}

.lifestyle-concierge-images {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}
.single-lifestyle-images {
  display: inline-block;
  width: 25%;
  padding: 20px 25px;
}
.single-lifestyle-images img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.trillion-industry-heading h3 {
  color: #323232;
  font-size: 27px;
  line-height: 32px;
  font-weight: bold;
}
.coaching-studio-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.coaching-studio-content-left {
  display: inline-block;
  width: 56%;
  padding: 0 20px 0 0;
}
.coaching-studio-left-img {
  display: inline-block;
  float: right;
  width: calc(100% + 15%);
  padding: 6px;
  background: #dcdcdc;
}
.coaching-studio-left-img img {
  display: inline-block;
  width: 100%;
}
.coaching-studio-left-text {
  display: inline-block;
  width: 100%;
  padding: 20px;
  background: #001a98;
  text-align: center;
}
.coaching-studio-left-text p {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin: 0;
}
.coaching-studio-content-right {
  display: inline-block;
  width: 44%;
  padding: 25px 0 0;
  position: relative;
}
.coaching-studio-content-right h2 {
  font-size: 30px;
  line-height: 34px;
  color: #000;
  font-weight: bold;
  margin: 0;
}
.coaching-studio-content-right ul {
  margin: 20px 0 0;
}
.coaching-studio-content-right li {
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  position: relative;
  padding: 0 0 18px 25px;
}
.coaching-studio-content-right li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background: url(../images/tick-icon-black.png) no-repeat;
  width: 16px;
  height: 14px;
  background-size: cover;
}
.coaching-studio-content-right li:nth-child(1),
.coaching-studio-content-right li:nth-child(2),
.coaching-studio-content-right li:nth-child(3),
.coaching-studio-content-right li:nth-child(4) {
  padding-right: 242px;
}
.coaching-studio-content-right .price-blurb {
  right: 0;
  bottom: auto;
  top: 110px;
}

/*index2 Banner Start*/
.banner-option-3 .health-wellness-left {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.banner-option-3 .health-wellness-heading p {
  font-size: 28px;
  line-height: 30px;
}
.cont-LCC-Marketing-video {
  display: inline-block;
  width: 100%;
  border: 5px solid #2e96bb;
  background: #fff;
  border-radius: 9px;
}

.cont-tap-potential-sec {
  padding: 100px 0;
  background: #f1f1f1;
}
.tap-potential-heading {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.tap-potential-heading h2 {
  color: #323232;
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  margin: 0 0 25px;
}
.tap-potential-heading p {
  color: #757575;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.tap-potential-content {
  display: inline-flex;
  width: 100%;
  margin: 40px 0 0;
  flex-wrap: wrap;
  align-items: center;
}
.tap-potential-content-left {
  float: left;
  width: 50%;
}
.tap-potential-content-left h3 {
  color: #132293;
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  margin: 0 0 10px;
}
.tap-potential-content-left ul {
  display: inline-block;
  width: 100%;
}
.tap-potential-content-left ul li {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  line-height: 26px;
  color: #757575;
  font-weight: 400;
  position: relative;
  padding: 4px 0 4px 22px;
  margin: 0 0 6px;
}
.tap-potential-content-left ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: url(../images/numberl-icon.png) no-repeat;
  width: 16px;
  height: 14px;
}
.tap-potential-content-right {
  float: left;
  width: 50%;
  padding-left: 100px;
}

.cont-signupform {
  float: left;
  width: 100%;
  padding: 17px 18px;
  background: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.cont-signupform h3 {
  color: #323232;
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  margin: 0 0 25px;
  text-align: center;
}
.cont-signupform form {
  display: inline-block;
  width: 100%;
}
.cont-signupform form .form-inner {
  float: left;
  width: 100%;
  margin: 0 0 10px;
}
.cont-signupform form .form-inner input {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 27px;
  color: rgba(51, 51, 51, 0.5);
  font-weight: 400;
  padding: 6px 15px;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  font-family: "Calibri";
}
.cont-signupform form .form-inner.half-field {
  width: 48%;
}
.cont-signupform form .form-inner.half-field:nth-child(2n) {
  float: right;
}
.cont-signupform form .form-bttn {
  float: left;
  width: 100%;
  text-align: center;
  margin: 12px 0 0;
}
.cont-signupform form .form-bttn input {
  display: inline-block;
  width: auto;
  font-size: 20px;
  background: #f28e40;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  padding: 8px 15px;
  text-align: center;
  line-height: 22px;
  font-family: "Calibri";
  border: none;
}
/*index2 Banner End*/

/*index3 Banner Start*/
.cont-addon-opportunities {
  background: #001a98;
  padding: 60px 0;
}
.addon-opportunities-head {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.addon-opportunities-head h1 {
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
  margin: 0;
}
.addon-opportunities-content {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  margin: 40px 0;
}
.addonopp-content-left {
  display: inline-block;
  width: 50%;
  padding: 0 25px 0 0;
}
.addonopp-content-left h3 {
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  margin: 0 0 20px;
}
.white-checklist {
  display: inline-block;
  width: 100%;
  margin: 10px 0 0;
}
.white-checklist li {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  position: relative;
  padding-left: 27px;
  margin: 0 0 8px;
}
.white-checklist li::before {
  content: "";
  background: url(../images/tick-icon-orange.png) no-repeat;
  background-size: auto;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 14px;
}
.cont-addon-opportunities .white-checklist li {
  width: 50%;
  padding-right: 30px;
}
.cont-addon-opportunities .white-checklist li {
}
.addonopp-content-right {
  display: inline-block;
  width: 50%;
  padding: 0 0 0 25px;
}
.addon-opportunities-foot {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.addon-opportunities-foot h3 {
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
}
.addon-opportunities-foot h3 strong {
  font-weight: bold;
}
.otr-cols3 {
  justify-content: center;
}
.otr-cols3 .single-lifestyle-images {
  width: 33.33333%;
  height: 280px;
}

.lifestyle-concierge-main2 {
  background: #f1f1f1;
}
.lifestyle-concierge-main2 .nothing-anywhere-heading h2,
.lifestyle-concierge-main2 .nothing-anywhere-heading h3,
.lifestyle-concierge-main2 .nothing-anywhere-heading h4 {
  color: #353535;
}
.lifestyle-concierge-main2 .nothing-anywhere-heading p {
  color: #000;
}

#bannerformm .all-required {
  padding: 8px 0px 0 0px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
/*index3 Banner End*/

/*index3 not in use Banner Start*/
.health-wellness-main.banner-option-2 {
  height: 700px;
}
.health-wellness-heading {
  display: inline-block;
}
.banner-option-2 .health-wellness-heading h1 {
  display: inline-block;
  font-size: 33px;
  line-height: 36px;
}
.banner-option-2 .health-wellness-heading h1 img {
  float: left;
  width: 76px;
}
.banner2-title {
  float: left;
  width: calc(100% - 91px);
}
.banner-option-2 .health-wellness-heading p {
  font-size: 24px;
  line-height: 26px;
  margin: -10px 0 0;
  text-align: left;
  padding: 0 0 0 91px;
}

.banner-option-2 .video-popup-trigger {
  top: -146px;
}
.banner-option-2 .banner-enterpreneurs {
  font-size: 19px;
  line-height: 24px;
}
.banner-option-2 .health-wellness-left-inner li {
  font-size: 19px;
  line-height: 22px;
  padding-left: 26px;
  margin: 0 0 5px;
}
.banner-option-2 .health-wellness-left-inner li::before {
  top: 4px;
}
.banner-option-2 .join-us-today h3 {
  font-size: 30px;
  line-height: 24px;
  margin: 0;
}
.banner-option-2 .join-us-today h3::after {
  right: -80px;
  top: -1px;
  width: 74px;
  height: 24px;
}
.banner-option-2 .join-us-today p {
  font-size: 22px;
  line-height: 28px;
  margin: 0;
}
.banner-option-2 .join-us-today {
  margin: 35px 0 0;
}
/*index3 not in use Banner End*/

/*Thankyou popup Start*/
.learnmore-thankyou-content .personlized-newsletter-content {
  background: #132293;
  padding: 40px 20px;
}
.learnmore-thankyou-content .thank-page-content {
  text-align: center;
  padding: 0;
}
.learnmore-thankyou-content .thank-page-content img {
  width: 100px;
}
.learnmore-thankyou-content .thank-page-content p {
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  margin-top: 20px;
  text-align: center;
}
/*Thankyou popup End*/
/*21 aug*/

.coaching-studio-left-img video {
  display: block;
  width: 100%;
}

/*FAQ Popup Questions Start*/
.personlized-newsletter-content.faq-personalised {width: 100%;padding: 20px 10px 20px 20px;background: #fff;}
.cont-faq-head {display: inline-block;width: 100%;text-align: center;}
.cont-faq-head h3 {color: #000;font-size: 28px;line-height: 36px;font-weight: 600;margin: 0 0 10px;}
.cont-popup-faq {display: inline-block;width: 100%;padding: 0 !important;}
.cont-popup-faq h4 {color: #000;font-size: 20px;line-height: 26px;font-weight: 600;margin: 25px 0 0;padding: 0;}
.cont-popup-faq p {color: #000;font-size: 16px;line-height: 24px;font-weight: 400;margin: 10px 0 0;padding: 0;}

.cont-wantmore-info {display: inline-block;width: 100%;margin: 20px 0 0;background: #f7f7f7;padding: 15px 20px;border-radius: 5px;}
.cont-wantmore-info h4 {max-width: 600px;color: #132293;font-size: 21px;line-height: 28px;font-weight: 500;margin: 0;}
.cont-wantmore-info-form {display: inline-block;width: 100%;max-width: 750px;margin: 10px 0 0;}
.cont-wantmore-info-form form {display: inline-flex;flex-wrap: wrap;width: 100%;gap: 0 4%;}
.otr-wantmore-field {display: inline-flex;flex-wrap: wrap;width: 48%;padding: 8px 0;}
.otr-wantmore-field input {display: block;width: 100%;color: #000;font-size: 16px;line-height: 28px;font-weight: 400;padding: 6px 15px;border: 1px solid #c4c4c4;border-radius: 5px;font-family: "Calibri";}
.otr-wantmore-field button {display: inline-block;width: auto;margin-left: auto;font-size: 18px;background: #f28e40;color: #fff;font-weight: bold;padding: 10px 20px;text-align: center;line-height: 22px;font-family: "Calibri";border: none;border-radius: 5px;}
/*FAQ Popup Questions End */