#section01{
    position: relative;
  }
  .grid-custom figure {
      position: relative;
      
      overflow: hidden;
      margin: 10px 4px;
      
      
      text-align: center;
      cursor: pointer;
  }
  .grid-custom figure:hover{
      background: #da3646;
  }
  
  .grid-custom figure img {
      position: relative;
      display: block;
      min-height: 100%;
      max-width: 100%;
      /* opacity: 0.8; */
      
  }
  .grid-custom figure img:hover{
      opacity: 0.2;
  }
  .grid-custom figure figcaption {
      padding: 2em;
      color: #fff;
      text-transform: uppercase;
      font-size: 1.25em;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
  }
  
  .grid-custom figure figcaption::before,
  .grid-custom figure figcaption::after {
      pointer-events: none;
  }
  
  .grid-custom figure figcaption,
  .grid-custom figure figcaption > a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
  
  
  .grid-custom figure figcaption > a {
      z-index: 1000;
      text-indent: 200%;
      white-space: nowrap;
      font-size: 0;
      opacity: 0;
  }
  
  .grid-custom figure h2 {
      word-spacing: -0.15em;
      font-weight: 300;
  }
  
  .grid-custom figure h2 span {
      font-weight: 800;
  }
  
  .grid-custom figure h2,
  .grid-custom figure p {
      margin: 0;
  }
  
  .grid-custom figure p {
      letter-spacing: 1px;
      font-size: 68.5%;
  }
  
  
  
  figure.effect-lily img {
      max-width: none;
      width: -webkit-calc(100% + 50px);
      width: calc(100% + 50px);
      
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate3d(-40px,0, 0);
      transform: translate3d(-40px,0,0);
  }
  
  figure.effect-lily figcaption {
      text-align: left;
  }
  
  figure.effect-lily figcaption > div {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 20px;
      width: 100%;
      height: 54%;
    z-index: 1;
  }
  
  figure.effect-lily h2,
  figure.effect-lily p,
  figure.effect-lily span{
      -webkit-transform: translate3d(0,40px,0);
      transform: translate3d(0,40px,0);
  }
  
  figure.effect-lily h2 {
      -webkit-transition: -webkit-transform 0.35s;
      transition: transform 0.35s;
      transform: translate3d(0px, 200px, 0);
      color: #fff;
      font-size: 24px;
      line-height: 32px;
      text-transform: initial;
      font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-weight: 700;
      margin-bottom: 22px;
  }
  figure.effect-lily span {
      -webkit-transition: -webkit-transform 0.35s;
      
      transition: transform 0.35s;
      transform: translate3d(0px, 180px, 0);
      color: #fff;
      font-size: 15px;
      line-height: 32px;
      text-transform: capitalize;
      font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-weight: 400;
      display: block;
      width: 100%;
      margin-bottom: 0;
  }
  figure.effect-lily span::after{
      content: "";
      height: 90px;
      border: 1px solid #ffffff40;
      position: absolute;
      left: 0;
      top: -105px;
  }
  .grid-custom{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }
  .effect-lily{
      width: 23%;
  }
  figure.effect-lily p {
      color: #ffffff;
      opacity: 0;
      -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
      transition: opacity 0.2s, transform 0.35s;
          font-size: 14px; 
          text-transform: none;
          line-height: 23px;
      font-weight: 400;
      font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  
  figure.effect-lily:hover,
  figure.effect-lily:hover p {
      opacity: 1;
  }
  
  figure.effect-lily:hover img,
  figure.effect-lily:hover h2,
  figure.effect-lily:hover span,
  figure.effect-lily:hover p {
      -webkit-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
  }
  
  figure.effect-lily:hover p {
      -webkit-transition-delay: 0.05s;
      transition-delay: 0.05s;
      -webkit-transition-duration: 0.35s;
      transition-duration: 0.35s;
  }
  
  
  @media screen and (max-width: 50em) {
      .content {
          padding: 0 10px;
          text-align: center;
      }
      .grid-custom figure {
          display: inline-block;
          float: none;
          margin: 10px auto;
          
      }
  }
  .container {
    position: relative;
    text-align: center;
    color: white;
  }
  
  
  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .section-p{
      padding: 20px;
  }
  .two-column{
      display: block;
      align-items: center;
      column-gap: 30px;
  
  }
  .three-column{
      display: block;
      
      
  
  }
  .three-column h3{
      color: #fff;
      font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-size: 20px;
      line-height: 61px;
      font-weight: 700;
      padding-left: 1em;
  }
  .three-column h3::before {
    content: '';
      display: block;
      position: absolute;
      top: 105px;
      width: 17%;
      left: 40px;
      border-top: 1px solid #e5e5e5;
  }
  .three-column ul li{
      color: #fff;
    font-weight: 400;
    margin-left: 12px;
  }
  .w-50{
      width: 100%;
    margin-bottom: 20px;
  }
  
  .rc-bg{
    background-repeat: no-repeat;
      background-position: 0 30%;
  }
  .w-33{
      width: 100%;
      padding: 50px 20px 40px 20px;
    margin-bottom: 20px;
    position: relative;
  }
  .pos-re{
      position: relative;
  }
  .centered h1{
      font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-weight: normal;
      line-height: 43px;
      color: #fff;
  
  }
  
  .centered p{
      font-size: 18px;
      line-height: 26px;
      color: #fff;
      margin-top: 30px;
      font-weight: 500;
  
  }
  .cusrive-yellow{
      font-family: 'Alex Brush', cursive;
      color: #feb101;
      font-weight: 600;
  }
  .heading-new{
      font-size: 36px;
      color: #000;
    font-weight: 700;
  }
  .color-green{
      color: #17807f;
  }
  .content-font p{
      font-size: 15px;
    line-height: 24px;
      font-weight: 400;
      
  font-weight: 400;
  }
  .text-center{
      text-align: center;
  }
  .section-ptb{
      padding: 50px 0px;
  }
  .section-mtb{
    margin: 50px 0px;
  }
  .pb-40{
      padding-bottom: 40px;
  }
  
  .section-rd ul{
      list-style: none;
      font-size: 15px;
      line-height: 35px;
  }
  .section-rd ul li:before {
      content: url('https://lifestepsweight.com/wp-content/uploads/2022/10/arrow_circle_right_FILL0_wght400_GRAD0_opsz48-copy-6.png');
      font: normal normal normal 14px/1 FontAwesome;
      margin-right: 10px;
      border-radius: 100px;
      padding: 5px;
      position: absolute;
      left: 30px;
      margin-top: 4px;
  }
  .section-eyc{
      position: relative;
      padding: 100px 20px 0px 20px;
      background-repeat: no-repeat;
      background-position: 80%;
  }
  .eyc-content{
      max-width: 500px;
    
      position: relative;
      left: 0%;
      top: -55px;
  }
  .wms-content{
      max-width: 500px;
    
      position: relative;
      left: 0%;
      top: -55px;
  }
  .wms-content h2{
      color: #000;
      margin-bottom: 20px;
  }
  .wms-content p{
      font-size: 15px;
      line-height: 25px;
      color: #000000;
      font-weight: 400;
  }
  .eyc-content h2{
      color: #fff;
  }
  .eyc-content p{
      color: #fff;
      font-size: 16px;
  }
  .eyc-content ul{
      list-style: none;
      color: #fff;
  }
  .eyc-content ul li{
    line-height: 52px;
      font-weight: 700;
      font-size: 16px;
      margin-left: 8px;
  }
  .eyc-content ul li:before {
      content: url('https://lifestepsweight.com/wp-content/uploads/2022/10/arrow_circle_yellow.png	');
      font: normal normal normal 14px/1 FontAwesome;
      margin-right: 10px;
     
      border-radius: 100px;
      padding: 5px;
      
      position: absolute;
      left: 0;
     
      margin-top: 7px;
  
  }
  .container-npw{
      max-width: 850px;
      margin: 0 auto;
  }
  .container-npw h3{
      color: #fff;
      font-size: 22px;
          font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        line-height: 53px;
      font-weight: 700;
  
  }
  .container-npw h3::before{
      content: '';
      display: block;
      position: absolute;
      top: 98px;
      width: 8%;
      left: 0;
      border-top: 1px solid #e5e5e5;
  }
  .rc-rights p{
    line-height: 25px;
      margin-top: 30px;
      font-weight: 400;
      color: #000000;
  }
  .container-npw p{
      color: #fff;
      line-height: 25px;
      
  }
  .box-npw{
      
      padding: 47px 40px;
      margin-bottom: 20px;
      position: relative;
  
  }
  .rc-rights{
      
      padding-left: 20px;
      padding-right: 20px;
      position: relative;
  
  }
  .rc-rights ul{
      list-style: none;
  }
  .rc-rights li{
      font-weight: 700;
      line-height: 2.6;
  }
  .rc-rights ul li:before {
      content: url('https://lifestepsweight.com/wp-content/uploads/2022/10/arrow_circle_yellow.png	');
      font: normal normal normal 14px/1 FontAwesome;
      margin-right: 10px;
     
      border-radius: 100px;
      padding: 5px;
      
      position: absolute;
      left: 10px;
     
      margin-top: 4px;
  
  }
  #price {
    text-align: center;
    display: block;
    max-width: 900px;
      margin: 0 auto;
      column-gap: 20px;
      margin-top: 70px;
  }
  
  .plan {
    display: inline-block;
    padding: 0px 7px;
    margin-bottom: 100px;
    width: 100%;
  
  }
  
  .plan-inner {
    background: #fff;
    margin: 0 auto;
    min-width: 280px;
    max-width: 100%;
    position:relative;
  
  }
  
  .entry-title {
    
    height: 100px;
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
    border: none;
    background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
  }
  
  .entry-title>h3 {
      font-size: 30px;
      padding: 5px 0;
      
      font-weight: 700;
      margin: 0;
      position: absolute;
      top: 50px;
      text-transform: capitalize;
      font-weight: bold;
      color: #fff;
      font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      
      width: 100%;
  
  }
  
  .entry-title .price {
      position: absolute;
      bottom: 55px;
      background: #20BADA;
      height: 130px;
      width: 130px;
      margin: 0 auto;
      left: 0;
      right: 0;
      overflow: hidden;
      border-radius: 65px;
      border: 7px solid #fff;
      line-height: 109px;
      font-size: 33px;
      font-weight: 700;
  }
  
  .price span.span-custom {
    
      font-size: 10px;
      bottom: -23px;
      position: absolute;
      margin: 0 auto;
      left: 0;
      right: 0;
      overflow: hidden;
      text-align: center;
      font-weight: normal;
      text-transform: capitalize;
     
  }
  
  .entry-content {
    color: #323232;
    height: 330px;
    background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      padding: 30px 20px;
  }
  .footer-box-p {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      padding: 20px 40px 20px 40px;
      border-top: 1px solid #ccccccde;
  }
  .footer-box-p p{
    font-size: 15px;
  line-height: 20px;
  color: #000000;
  font-weight: 400;
      margin-bottom: 5px;
      
  }
  .entry-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    padding-bottom: 20px;
  }
  .entry-content ul li:before {
      content: url('https://lifestepsweight.com/wp-content/uploads/2022/10/arrow_circle_yellow.png');
      font: normal normal normal 14px/1 FontAwesome;
      margin-right: 10px;
     
      border-radius: 100px;
      padding: 5px;
      position: relative;
      top: 8px;
  }
      
      .entry-title>h3{
      position: absolute;
      left: 0px;
     
      margin-top: -3px;
  
  }
  
  .entry-content ul > li {
    list-style-type: none;
      text-align: left;
      font-size: 15px;
      color: #000000;
      font-weight: 400;
      letter-spacing: 0;
  }
  
  .entry-content li:last-child {
    border: none;
  }
  .entry-content ol li, .entry-content ul li{
      margin-left: 20px;
      line-height: 1.9;
  }
  .btn {
    padding: 3em 0;
    text-align: center;
  }
  
  .btn a {
    background: #323232;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none
  }
  
  .h-200{
      height: 200px;
  }
  
  .testimonials {
    
    text-align: center;
    width: 100%;
    max-width: 900px;
    padding: 0;
    margin: 1.5rem auto;
   
  }
  .title {
    font-size: 1.5rem;
  }
  .description {
    font-size: 0.95rem;
    color: #333;
  }
  
  .slider-container {
    margin-top: 2rem;
    margin: 2rem auto 0 auto;
    position: relative;
    overflow: hidden;
  }
  .slider {
    display: flex;
    flex: 0 0 1;
    width: 300%; /* Depends On slide-box Length * 100 */
    transition: all 0.5s linear;
  }
  .slide-box {
    padding: 0 80px;
  }
  .slide-box .comment {
    background-color: #000;
    color: #fff;
    font-size: 0.86rem;
    padding: 1rem 1.5rem;
    margin-bottom: 2rem;
    letter-spacing: 0.4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    position: relative;
    font-weight: 400;
  }
  .slide-box .comment::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    height: 20px;
    width: 20px;
    background-color: #000;
    transform: translateX(-50%) rotate(45deg);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
  }
  .slide-box img {
    max-width: 60px;
    border-radius: 50%;
  }
  .slide-box .name {
    font-size: 1rem;
  }
  .slide-box .job {
    font-size: 0.7rem;
    color: #8d8e97;
    font-weight: 400;
  }
  
  .control-slider {
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    background-color: #fff;
    line-height: 40px;
    color: #333;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  }
  .btn-left {
    left: 10px;
  }
  .btn-right {
    right: 10px;
  }
  #text-white{
      color: #fff;
      text-decoration: none;
  }
  .pb-20 {
      padding-bottom: 20px;
  }
  .pb-10{
    padding-bottom: 10px;
  }
  .max-content-custom{
      max-width: 900px;
      margin: 0 auto;
      
  }
  .sgp-section p{
      color: #ffffff;
      text-align: center;
      max-width: 755px;
      margin: 0 auto;
      font-size: 15px;
      line-height: 24px;
      font-weight: 400;
  }
  .sgp-p{
      padding: 140px 0px 60px 0px;
  }

 .lm-p{
      padding: 40px 0px 40px 0px;
  }

.lm-section p{
      color: #000000;
      text-align: center;
      max-width: 755px;
      margin: 0 auto;
      font-size: 15px;
      line-height: 24px;
      font-weight: 400;
  }

.lm-p h3 {
	color: #17807f;
    font-size: 20px;
    line-height: 61px;
    font-weight: 700;
	text-align: center;
}
.lm-shortcode {
	padding-top: 15px;
}
	  
.lm-p #gform_wrapper_8   {
	width: 755px;
	max-width: 755px;
	margin: auto;
	  }

.lm-p #gform_confirmation_message_8 {
    text-align: center;
	color: #17807f;
}

.lm-p #gform_submit_button_8 {
	padding: 10px;
	border-radius: 0;
}

  .upperdiv{
      
      position: relative;
      top: 70px;
  
  }
  .otp-p-section{
      padding: 70px 40px 70px 40px;
  }
  .otp-p p{
      margin: 0 auto;
      font-size: 15px;
      color: #ffffff;
      font-weight: 400;
      line-height: 24px;
  }
  .newlogobox{
    width: 100px;
      position: absolute;
      right: 0;
      top: 20px;
  }
  .container2 {
    position: relative;
    text-align: center;
    color: white;
  }
  .centered2 {
    position: absolute;
      top: 50%;
      left: 28%;
      transform: translate(-17%, -50%);
      font-size: 27px;
      letter-spacing: 1px;
      line-height: 35px;
      text-transform: uppercase;
      color: #f0f1f1;
      font-weight: 400;
      font-family: "Open Sans";
  }
  .centered2-yellow{
    color: #feb101;
    font-style: italic;
      font-weight: 700;
  }
  .button {
    display: inline-block;
      
      position: relative;
      padding: 10px;
      padding-right: 4.7em;
      background: #009ED8;
      border: none;
      color: white;
      transition: 0.2s;
      width: auto;
      font-size: 12px;
      letter-spacing: 1px;
     
      text-transform: uppercase;
      color: #ffffff;
      font-weight: 500;
      font-family: "Open Sans";
  }
  .button:before,
  .button:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding-top: inherit;
    padding-bottom: inherit;
    width: 2.8em;
    content: "\00a0";
    font-family: 'FontAwesome', sans-serif;
    font-size: 1.2em;
    text-align: center;
    transition: 0.2s;
    transform-origin: 50% 60%;
    background: #e2495c;
  }
  .button.arrow:hover{
  background: #e2495c;
  }
  .button:before {
    background: rgba(0, 0, 0, 0.1);
  }
  .button:hover {
    background: #0079a5;
  }
  .button:active,
  .button:focus {
    background: #002e3f;
    outline: none;
  }
  .button {
    min-width: 15em;
  }
  .arrow {
    background: #df3449;
  }
  .arrow:hover {
    background: #feb101;
      color: #fff;
  }
  .arrow:active,
  .arrow:focus {
    background: #b90c01;
  }
  .arrow:after {
    
        content: url('https://lifestepsweight.com/wp-content/uploads/2022/10/right-arrow-10-copy.png');
  }
  .arrow:hover:after {
    -webkit-animation: bounceright 0.3s alternate ease infinite;
    animation: bounceright 0.3s alternate ease infinite;
  }
  .margin-auto{
    margin: 0 auto;
      display: table !important;
      margin-top: 40px !important;
  }
  .margin-auto-img{
    margin: 0 auto;
      display: table;
  }
  .rc-imgh{
    height: 564px;
    object-fit: cover;
  }
  .sgp-section a{
    color: #17807f;
      font-weight: 600;
      text-decoration: underline;
  }
  .sgp-section a:hover{
    color: #df3449;
  }
 .lm-section a{
    color: #17807f;
      font-weight: 600;
      text-decoration: underline;
  }
  .lm-section a:hover{
    color: #df3449;
  }
  .centered h1 strong{
    font-weight: 800;
  }
  
  .container {
      box-sizing: content-box;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 40px;
      padding-bottom: 40px;
  }
  
  .identify {
      margin: 0 !important;
    font-size: 16px;
      line-height: 30px;
      text-transform: uppercase;
      color: #17807f;
      font-weight: 400;
      font-family: "Open Sans";
      text-align: center;
      padding: 0px 20px;
  }
  #pb-0{
    padding-bottom: 0;
  }
  figure.testimonial {
      position: relative;
      float: left;
      /* overflow: hidden; */
      margin: 0;
      padding: 0;
      text-align: left;
      box-shadow: none !important;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      margin-bottom: 40px;
  }
  
  figure.testimonial * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
      -moz-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
      -o-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
      transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  }
  
  figure.testimonial img {
      max-width: 100%;
      vertical-align: middle;
      height: 60px;
      width: 60px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      margin: 40px 0 0 10px;
    margin: 0 auto;
    position: relative;
      top: -30px;
  }
  
  figure.testimonial blockquote {
      background-color: #df3449;
      display: block;
    font-family: 'Amaranth', sans-serif;
      margin: 0;
      padding: 75px 20px 75px 20px;
      position: relative;
      box-shadow: 0 0 25px rgb(0 0 0 / 15%);
      font-size: 20px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 400;
      text-align: center;
  }
  
  figure.testimonial blockquote:before, figure.testimonial blockquote:after {
      content: "\201C";
      position: absolute;
      
    font-size: 83px;
  line-height: 38px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Amaranth";
  text-align: center;
  }
  
  figure.testimonial blockquote:before {
      top: 50px;
      left: 30px;
  }
  
  figure.testimonial blockquote:after {
      content: "\201D";
      right: 30px;
      bottom: 40px;
  }
  
  figure.testimonial .btn {
      top: 100%;
      width: 0;
      height: 0;
      border-left: 0 solid transparent;
      border-right: 25px solid transparent;
      border-top: 25px solid #fff;
      margin: 0;
      position: absolute;
  }
  
  figure.testimonial .user {
      position: relative;
      bottom: 0;
      padding: 0 10px 0 0px;
      margin: 0;
      color: #ffffff;
      -webkit-transform: translateY(50%);
      -moz-transform: translateY(50%);
      -o-transform: translateY(50%);
      -ms-transform: translateY(50%);
      transform: translateY(50%);
  }
  
  figure.testimonial .user h3 {
      font-family: "Open Sans";
  text-align: center;
      margin: 0;
    margin: 0 auto;
      display: table;
      font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  color: #17807f;
  font-weight: 700;
  }
  
  .slick-slider {
      position: relative;
      display: block;
      box-sizing: border-box;
      -webkit-box-sizing:border-box;
      -moz-box-sizing:border-box;
      user-select: none;
      -moz-user-select: none;
      -ms-user-select:none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
      touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }
  
  
  .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0;
  }
  
  .slick-list:focus {
      outline: none;
  }
  
  .slick-list .dragging {
      cursor: pointer;
      cursor: hand;
  }
  
  .slick-slider .slick-track, .slick-slider .slick-list {
      transform: translate3d(0, 0, 0);
  }
  
  .slick-track {
      position: relative;
      top: 0;
      left: 0;
      display: block;
  }
  
  .slick-track:before, .slick-track:after {
      display: table;
      content: '';
  }
  
  .slick-track:after {
      clear: both;
  }
  
  .slick-loading .slick-track {
      visibility: hidden;
  }
  
  .slick-slide {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px;
  }
  
  .slick-slide img {
      display: block;
  }
  
  .slick-slide.slick-loading img {
      display: none;
  }
  
  .slick-slide.dragging img {
      pointer-events: none;
  }
  
  .slick-initialized .slick-slide {
      display: block;
  }
  
  .slick-loading .slick-slide {
      visibility: hidden;
  }
  
  .slick-vertical .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent;
  }
  
  .slick-btn.slick-hidden {
      display: none;
  }
  :focus-visible {
    outline: none !important;
}
  .slick-prev, .slick-next {
      font-size: 0;
      line-height: 0;
      position: absolute;
      top: 90%;
      display: block;
      width: 20px;
      height: 20px;
      padding: 0;
      transform: translate(0, -50%);
      cursor: pointer;
      color: #f24816 !important;
      border: none;
      outline: none;
      background: transparent;
  }
  
  .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
      color: #f24816 !important;
      outline: none;
      background: transparent;
  }
  
  .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
      opacity: 1;
  }
  
  .slick-prev:before, .slick-next:before {
      font-family: "FontAwesome";
      font-size: 60px;
      line-height: 1;
      opacity: 0.75;
      color: white;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    opacity: 1;
   
  }
  
  .slick-prev {
      right: 55%;
  }
  
  .slick-prev:before {
      content: url('https://lifestepsweight.com/wp-content/uploads/2022/10/right-arrow-12-copy.png');
  }
  
  .slick-next {
      
    left: 50%;
  }
  
  .slick-next:before {
      
    content: url('https://lifestepsweight.com/wp-content/uploads/2022/10/right-arrow-12.png');
  }
  .page-id-1929 .site-footer {
     
     padding: 16px 0;
     
  }
  
  figure.effect-lily:hover:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: #df3449;
      top: 0;
      left: 0;
      z-index: 1;
      transition: background 0.5s ease-in;
      opacity: 0.7;
  }
  .no-bg-repaet{
    background-repeat: no-repeat;
  }
  .nut-bg{
    background-repeat: no-repeat;
      background-position: 0% 20%;
  }
  .pcb1{
    background-repeat: no-repeat;
      background-position: 0% 10%;
  }
  .pcb2{
    background-repeat: no-repeat;
    background-position: 100%;
  }
  #stars{
    width: auto;
      height: auto;
      border-radius: unset;
      position: relative;
  }
  
  .plan:last-child{
    margin-bottom: 0px;
  }
  .us-bgimg{
    background-position: 0% 15%;
    background-repeat: no-repeat;
  }
  .us-bg1{
    background-position: 100% 80%;
    background-repeat: no-repeat;
  }

  #testimonial-image1{
    position: absolute;
    top: unset;
    
    bottom: -30px;
    left: 45%;
  }
  #testi-h{
    font-family: "Open Sans";
    text-align: center;
    display: table;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: rgb(23, 128, 127);
    font-weight: 700;
    margin: 0px auto;
  }

 
  @media screen and (max-width: 500px) {
    .slide-box {
      padding: 0 55px;
    }
  }
  
  
  @media only screen and (max-width: 600px) {
    .grid-custom figure {
      width: 100%;
      height: 460px;
  }
 
 
  figure.effect-lily figcaption > div {
      
      height: 75%;
  }
  .centered h1 {
     
      font-size: 16px;
      line-height: normal;
  }
  .centered p {
      font-size: 14px;
      line-height: normal;
     
  }
  .centered {
     
      left: 30%;
      transform: translate(0%, -50%);
  }
  .slick-prev {
      right: 62%;
  }
  .h-200 {
      height: auto;
  }
  .entry-content{
    height: auto;
  }
  .footer-box-p {
      position: relative;
      
  }
  .eyc-content ul li {
      line-height: 28px;
      margin-bottom: 20px;
     
     
  }
  .eyc-content ul li:before{
    margin-top: 0px;
  }
  .sgp-section p{
    padding: 0px 20px;
  
  }
	  .lm-section p{
    padding: 0px 20px;
  
  }
	  
  #rotate-text{
    display: none;
  }
  
 .page-id-1929 #simple-social-icons-2{
    display: none;
  }
  .button{
    margin: 0 auto;
    display: table;
    margin-bottom: 24px !important;
  }
  .rc-imgh {
    height: auto;
   
}
  }
  
  
  @media only screen and (min-width: 600px) {
    .section-eyc{
  
      background-repeat: no-repeat;
      background-position: 40%;
  }
  .eyc-content {
     
      left: 25%;
      
  }
  .wms-content{
    left: 24%;
    width: 400px;
    
  }
  .grid-custom figure {
      
      height: 560px;
  }
 
  figure.effect-lily span, figure.effect-lily h2, figure.effect-lily p {
    transform: translate3d(0px, 260px, 0);
}
  figure.effect-lily figcaption > div {
      
      height: 72%;
  }
  .centered h1 {
     
     font-size: 25px;
     line-height: normal;
  }
  .centered p {
     font-size: 18px;
     line-height: normal;
    
  }
  .centered {
    
    left: 37%;
      transform: translate(0%, -50%);
      max-width: 350px;
  }
  #rotate-text{
    right: 0;
      bottom: 25px;
  }
  .page-id-1929 #simple-social-icons-2{
    display: none;
  }
  .button{
    margin: 0 auto;
    display: table;
    margin-bottom: 40px !important;
  }
  .rc-imgh {
    height: auto;
   
}
.effect-lily {
  width: 49%;
}
  }
  
  @media only screen and (min-width: 1024px){
    .w-33{
      width: 33%;
      padding: 50px 20px 40px 20px;
  }
  .three-column{
      display: flex;
      
      column-gap: 15px;
  
  }
  .two-column{
      display: flex;
      align-items: center;
      column-gap: 30px;
  
  }
  .w-50{
      width: 50%;
  }
  .section-p {
      padding: 50px;
  }
  .rc-rights{
      
    padding-left: 50px;
    padding-right: 70px;
  
  
  }
  .rc-rights ul li:before {
     
     left: 40px;
    
    
  
  }
  .section-eyc{
      
      background-position: 0%;
      padding: 200px 20px 50px 20px;
  }
  .eyc-content{
      
    left: 55%;
    
  }
  .wms-content{
    left: 55%;
  }
  #price {
   
    display: flex;
   
  }
  
  .plan {
   
    margin-bottom: 0px;
    width: 50%;
  
  }
  
  .grid-custom figure {
      
      height: 460px;
  }
  figure.effect-lily span,figure.effect-lily h2,figure.effect-lily p{
    transform: translate3d(0px, 0px, 0);
  }
  figure.effect-lily p{
    opacity: 0;
  }
  figure.effect-lily figcaption > div {
      
      height: 57%;
  }
  
  }
  @media only screen and (min-width: 700px) {
    .wms-content {
      left: 25%;
      width: 450px;
  }
  }
  
  @media only screen and (min-width: 768px) {
    .section-eyc{
      padding: 200px 20px 50px 20px;
    background-position: 35%;
  }
  .eyc-content{
      
    left: 42%;
    
  }
  .wms-content{
    left: 30%;
    width: 500px;
  }
  .grid-custom figure {
      
      height: 520px;
  }
  figure.effect-lily span,figure.effect-lily h2,figure.effect-lily p{
    transform: translate3d(0px, 170px, 0);
  }
  figure.effect-lily p{
    opacity: 0;
  }
  figure.effect-lily figcaption > div {
      
      height: 66%;
  }
  .effect-lily {
      width: 49%;
  }
  .centered h1 {
     
     font-size: 25px;
     line-height: normal;
  }
  .centered p {
     font-size: 18px;
     line-height: normal;
    
  }
  .centered {
    
    left: 50%;
      transform: translate(0%, -50%);
      max-width: 350px;
  }
  #rotate-text{
    right: 3%;
      bottom: 25px;
  }
 .page-id-1929 #simple-social-icons-2{
    display: block;
  }
  .button{
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 0px !important;
  }
  .rc-imgh {
    height: auto;
   
}
  }
  
  @media only screen and (min-width: 800px){
    .w-33{
      width: 33%;
      padding: 50px 10px 40px 10px;
  }
  .three-column{
      display: flex;
      
      column-gap: 15px;
  
  }
  .two-column{
      display: flex;
      align-items: center;
      column-gap: 30px;
  
  }
  .w-50{
      width: 50%;
  }
  .section-p {
      padding: 50px;
  }
  .rc-rights{
      
    padding-left: 50px;
    padding-right: 70px;
  
  
  }
  .rc-rights ul li:before {
     
     left: 40px;
    
    
  
  }
  .section-eyc{
    padding: 200px 20px 50px 20px;
    background-position:30%;
  }
  .eyc-content{
      
    left: 44%;
    
  }
  .wms-content{
    left: 35%;
  }
  #price {
   
   display: flex;
  
  }
  
  .plan {
  
    margin-bottom: 0px;
   width: 50%;
  
  }
  .content1{
    max-width: 1050px;
      margin: 0 auto;
  }
  
  .grid-custom figure {
      
      height: 650px;
  }
  figure.effect-lily span,figure.effect-lily h2,figure.effect-lily p{
    transform: translate3d(0px, 450px, 0);
  }
  figure.effect-lily p{
    opacity: 0;
  }
  figure.effect-lily figcaption > div {
      
      height:92%;
  }
  .effect-lily {
      width: 24%;
  }
  figure.testimonial blockquote {
  
  padding: 75px 70px 75px 70px;
  
  }
  .centered h1 {
     
     font-size: 25px;
     line-height: normal;
  }
  .centered p {
     font-size: 18px;
     line-height: normal;
    
  }
  .centered {
    
    left: 56%;
      transform: translate(0%, -50%);
      max-width: 350px;
  }
  #rotate-text{
    right: 3%;
      bottom: 25px;
  }
  }
  
  
  @media only screen and (min-width: 992px) {
    .w-33{
      width: 33%;
      padding: 50px 20px 40px 20px;
  }
  .three-column{
      display: flex;
      
      column-gap: 15px;
  
  }
  .two-column{
      display: flex;
      align-items: center;
      column-gap: 30px;
  
  }
  .w-50{
      width: 50%;
  }
  .section-p {
      padding: 50px;
  }
  .rc-rights{
      
    padding-left: 50px;
    padding-right: 70px;
  
  
  }
  .rc-rights ul li:before {
     
     left: 40px;
    
    
  
  }
  .section-eyc{
    padding: 200px 20px 50px 20px;
    background-position: 16%;
  }
  .eyc-content{
      
    left: 55%;
    
  }
  .wms-content{
    left: 45%;
  }
  #price {
   
   display: flex;
  
  }
  
  .plan {
  
  
   width: 50%;
   margin-bottom: 0px;
  }
  
  .grid-custom figure {
      
      height: 650px;
  }
  figure.effect-lily span,figure.effect-lily h2,figure.effect-lily p{
    transform: translate3d(0px, 360px, 0);
  }
  figure.effect-lily p{
    opacity: 0;
  }
  figure.effect-lily figcaption > div {
      
      height:80%;
  }
  .effect-lily {
      width: 24%;
  }
  figure.testimonial blockquote {
  
  padding: 75px 70px 75px 70px;
  
  }
  .centered h1 {
     
     font-size: 25px;
     line-height: normal;
  }
  .centered p {
     font-size: 18px;
     line-height: normal;
    
  }
  .centered {
    
    left: 56%;
      transform: translate(0%, -50%);
      max-width: 350px;
  }
  }
  
  
  @media only screen and (min-width: 1200px) {
      .centered {
     
      top: 50%;
      left: 69%;
     
      max-width: 350px;
      
  }
  .centered h1{
      color: #fff;
      font-size: 35px;
  }
  .centered p{
      font-size: 18px;
      line-height: 26px;
      color: #fff;
      margin-top: 30px;
      font-weight: 500;
  
  }
  .three-column{
      display: flex;
      
      column-gap: 15px;
  
  }
  .w-33{
      width: 33%;
      padding: 20px 20px 40px 20px;
    height: 270px;
  }
  .three-column h3::before{
  top: 76px;
  }
  .two-column{
      display: flex;
      align-items: center;
      column-gap: 30px;
  
  }
  .w-50{
      width: 50%;
  }
  .section-p {
      padding: 50px;
  }
  .rc-rights{
      
    padding-left: 40px;
    padding-right: 70px;
  
  
  }
  .rc-rights ul li:before {
     
      left: 40px;
     
     
  
  }
  .section-eyc{
    padding: 200px 20px 50px 20px;
    background-position: 0%;
  }
  .eyc-content{
      
      left: 55%;
      
  }
  .wms-content{
    left: 50%;
  }
  #price {
   
   display: flex;
  
  }
  
  .plan {
  
  
   width: 50%;
   margin-bottom: 0px;
  
  }
  
  .grid-custom figure {
      
      height: 650px;
  }
  figure.effect-lily span,figure.effect-lily h2,figure.effect-lily p{
    transform: translate3d(0px, 340px, 0);
  }
  figure.effect-lily p{
    opacity: 0;
  }
  figure.effect-lily figcaption > div {
      
      height:75%;
  }
  .effect-lily {
      width: 24%;
  }
  figure.testimonial blockquote {
  
      padding: 75px 70px 75px 70px;
     
  }
  
  .centered {
    
    left: 69%;
      transform: translate(-50%, -50%);
  }
  .section-mtb .w-50{
    margin-bottom: 0px;
  }
  #rotate-text{
    right: 3%;
      bottom: 35px;
  }
  .banner-img{
    height: 575px;
      object-fit: cover;
  }
  .second-s-img{
    height: 345px;
    object-fit: cover;
  }
  }
  #rotate-text{
    -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
      
      
      position: absolute;
      
      
      
  
      font-size: 11px;
      letter-spacing: 1px;
      line-height: 60px;
      text-transform: uppercase;
      color: #ffffff;
      font-weight: 400;
      font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  
  
  }
  #rotate-text a{
    color: #fff;
    text-decoration: none;
    outline: none;
  }
  #rotate-text a::before{
   
    content: "";
      height: 50px;
      border-right: 1px solid #ef949f;
      position: absolute;
      left: -35px;
      top: 5px;
      -webkit-transform: rotate(-90deg);
  
  }
  .w-100{
    width: 100%;
  }