html, body {
  font-family: "Lato", sans-serif;
  font-size: 18px;
}

.text-coral {
  color: #e47278;
}

.text-red {
  color: #ff0000
}

.get-started {
  color: #fff;
  cursor: pointer;
}

.border-coral {
  border: 2px solid #e47278;
}



.video-container {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.gif {
    position: absolute;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.gif img{
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.main-body-content {
  position: relative;
}

.main-body-content:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 340px;
  width: 100%;
  content: "";
  background: rgb(180,210,212);
  background: -moz-linear-gradient(180deg, rgba(180,210,212,1) 0%, rgba(227,198,195,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(180,210,212,1) 0%, rgba(227,198,195,1) 100%);
  background: linear-gradient(180deg, rgba(180,210,212,1) 0%, rgba(227,198,195,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b4d2d4",endColorstr="#e3c6c3",GradientType=1);
  z-index: -1
}

.bg-1 {
  position: relative;

}

.bg-1:before {  
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(233,252,255);
  background: -moz-linear-gradient(0deg, rgba(233,252,255,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(233,252,255,1) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(0deg, rgba(233,252,255,1) 0%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9fcff",endColorstr="#ffffff",GradientType=1);
  z-index: -2
}

.bg-1:after {  
  opacity: .2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/specials/vitality/VTLT_200422_golden_woman.png); 
  background-size: auto 75% ;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: -1
}

.bg-2 {  
  background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/specials/vitality/VTLT_200422_blue_pattern.jpg); 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.bg-2 > .container {  
  position: relative;
  display: none;
}

.bg-2 > .container > img {  
  position: absolute;
  bottom: 0;
  left: -20rem;
}

.bg-3 {  
  background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/specials/vitality/VTLT_200422_bg3.jpg); 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.bg-3 .container {
  position: relative;
}

.bg-coral {
  background-color: #e47278;
  color: #fff;
}

.hand {
  position: absolute;
  bottom: 0;
  left: 0;
  max-height: 110%;
  width: auto
}

.steps {
  position: relative;
  z-index: 1;
  color: #fff;
}
.steps:before {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 50%;
  content: "";
  background-color: #e2888e;
  z-index: -1;
}

.steps .step-box {
  background-color: #e2888e;
  padding: 2rem;
  margin-left: 10rem;
  position: relative;
  display: flex;
}

.steps.step-1:before, .steps.step-1 .step-box {
  background-color: #c78388;
}
.steps.step-3:before, .steps.step-3 .step-box {
  background-color: #efa7ab;
}

.steps .number {
  position: absolute;
  vertical-align: middle;
  left: -4.7rem;
  -ms-flex-item-align: center!important;
  align-self: center!important;
}



.bg-grey {
  background-color: #f5f5f5
}

.rounded-container {
  background-color: #f4f4f4;
  border-radius: 1rem;
  border: 1px solid #d1d1d1
}

.rounded-container .col-12 {
  position: relative;
  padding-left: 100px;
}

.icon {
  position: absolute;
  top: 5px;
  left: 30px;
}

.atc {
  background-color: #ffaf14;
  display: inline-block;
  padding: .8rem 2.5rem;
  color: #fff!important;
  text-decoration: none!important;
  border-radius: 1rem;
  margin-top: .7rem;
  margin-bottom: .7rem;
}

.atc:hover {
  background-color: #db9200;
}

.signup {
  background-color: #4d4d4d;
  display: inline-block;
  padding: .7rem 2rem;
  color: #fff!important;
  text-decoration: none!important;
  border-radius: .7rem;
  font-size: 1.1rem;
  border: none;
}

.signup:hover {
  background-color: #333;
}

ul {
  padding-left: 1.2rem;
  padding-inline-start: 1.2rem;
}

.faq-box {
  background-color: #f5f5f5;
  margin-top: 4px;
  margin-bottom: 4px;
}

footer p {
  margin: 0;
  font-size: .85rem
}

.sform {
  background-color: #66c3d9;
  background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/specials/vitality/VTLT_200422_sform.jpg); 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  max-width: 570px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: .7rem;
}

.sform .small {
  font-size: 
}

.sform input[type=email] {
  border-radius: .7rem;
}

.sform button {
  background-color: #4d4d4d;
  display: inline-block;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  color: #fff!important;
  text-decoration: none!important;
  border-radius: .7rem;
  border: none;
  vertical-align: middle;
  font-size: 1rem;
}

.sform button:hover {
  background-color: #333;
}




.strike {
  position: relative;
  z-index: 15;
}

.strike:before {
  position: absolute;
  content: "";
  background-image: url(https://mindmovies-images.s3.amazonaws.com/mindmovies/MM_180110_chrwknng_qi_strike.png);
  width: 100%;
  height: 100%;
  background-size:  100% auto;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  z-index: 17;
}

sup {
  top: -.25em;
}

.seals {
  max-width: 250px;
}

.seals img, div.AuthorizeNetSeal {
  max-width: 70px;
  margin-left: auto!important;
  margin-right: auto!important;
  display: block;
  height: auto;
}

@media (max-width: 575.99px) {
  .seals img, div.AuthorizeNetSeal {
    max-width: 70px;
  }
}

.svg-quotes {
  overflow: visible;
  width: 2em;
  font-size: 9em;
  display: inline-block;
  font-size: inherit;
  height: 2em;
  overflow: visible;
  vertical-align: -0.125em;
  color: #e47278;
}

.svg-quotes-sm {
  overflow: visible;
  width: 1em;
  font-size: 9em;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
  color: #e47278;
}

.mm-logo {
  padding-bottom: 15px;
  max-width: 220px
}

@media (max-width: 575.98px) {
  html, body {
    font-size: 14px;
  }
  .box-xs {
    max-height: 180px;
  }
  .h1 {
    font-size: 2rem
  }
  .h2 {
    font-size: 1.6rem
  }
  .h3 {
    font-size: 1.4rem
  }
  .h4 {
    font-size: 1.2rem
  }
  .h5 {
    font-size: 1.125rem;
  }
  .video-container {
    margin-left: -15px;
    margin-right: -15px;
  }
  .bg-1:after {  
    background-size:  75% auto;
    opacity: .1
  }
  .steps .step-box {
    margin-left: 3rem;
  }
  .hand {
    display: none!important;
  }
  .mm-logo {
    padding-bottom: 15px;
    max-width: 100px
  }
  .atc {
    font-size: 1.4rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  html, body {
    font-size: 16px;
  }
  .video-container {
    margin-left: -15px;
    margin-right: -15px;
  }
  .box-xs {
    max-height: 220px;
  }
  .bg-1:after {  
    background-size:  75% auto;
    opacity: .1
  }
  .steps .step-box {
    margin-left: 0rem;
  }
  .hand {
    left: -220px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .steps .step-box {
    margin-left: 0rem;
  }
  .hand {
    left: -100px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .h3 {
    margin-bottom: 1rem
  }
  .mm-logo {
    position: absolute;
    top: 10px;
    left: 10px;
  }
}

@media (min-width: 1200px) {
  .container {
      max-width: 960px;
  }
  .h3 {
    margin-bottom: 1rem
  }
  .bg-2 > .container {
    display: block;
  }
  .mm-logo {
    position: absolute;
    top: 10px;
    left: 50px;
  }
}

@media (min-width: 1400px) {
  .mm-logo {
    position: absolute;
    top: 10px;
    left: 50px;
  }
}

@media (min-width: 1900px) {
  .bg-1:after {  
    opacity: 1;
  }

}
.mm-logo{
  -webkit-filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, .3));
  filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, .3));
}


