* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: Poppins, sans-serif;
}
.container {
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}
.container-custom {
    max-width: 1199px;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-underline {
  text-decoration: underline;
}
p {
  font-size: 18px;
  color: #000000;
  margin-bottom: 20px;
}
.waight-700 {
  font-weight: 700;
}
.waight-400 {
  font-weight: 400;
}
.orange-bg-text {
  background: #f0ba17;
  padding: 5px 10px;
}
.align-item-center {
  align-items: center;
}

.bg-orange {
  background: #f0ba17 !important;
}
.bg-green {
  background: #185d2e !important;
}
img {
  max-width: 100%;
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-2 {
  padding-bottom: 20px;
}
.pb-5 {
  padding-bottom: 50px;
}
.bg-light-green {
  background: #f0f6fb;
}
.bg-white {
  background: #fff;
}
.bx-shadow {
  box-shadow: 6px 6px 10px rgb(0 0 0 / 9%);
}
.pt-5 {
  padding: 50px 0 0 0;
}
.pb-5 {
  padding: 0 0 50px 0;
}
.cs-bg-light-o.py-7 {
  padding: 70px 0px;
}
.pt-7 {
  padding-top: 70px;
}
.pt-3 {
  padding-top: 30px;
}
.px-5 {
  padding: 50px 0;
}
.px-3 {
  padding: 30px 0;
}
.px-2 {
  padding: 20px 0;
}
.px-1 {
  padding: 10px 0;
}
.row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  /* margin: 0 -15px; */
  margin: 0;
}
.col {
  padding: 0px 15px;
}
.column-7 {
  width: 100%;
  max-width: 60%;
}
.column-5 {
  width: 100%;
  max-width: 40%;
}
.column-4 {
  width: 100%;
  max-width: 33.3333%;
}
.column-12 {
  width: 100%;
  max-width: 100%;
}
.column-6 {
  width: 100%;
  max-width: 50%;
}
.black-color {
  color: #000000 !important;
}
.orange-color {
  color: #f0ba17 !important;
}
.green-color {
  color: #185d2e !important;
}
.white-color {
  color: #ffffff !important;
}
.green-color-2 {
  color: #185d2e !important;
}
.fs-50 {
  font-size: 50px;
}
.fs-60 {
  font-size: 60px;
}
.fs-80 {
  font-size: 80px;
  line-height: 6rem;
}
.fs-40 {
  font-size: 40px;
  line-height: 3rem;
}
.fs-30 {
  font-size: 30px;
  line-height: 2.4rem;
}
.fs-25 {
  font-size: 25px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-14 {
  font-size: 14px;
}
section {
  padding: 30px 0 60px 0;
}
.space15 {
  display: block;
  width: 100%;
  height: 15px;
}
.space20 {
  display: block;
  width: 100%;
  height: 20px;
}
.space30 {
  display: block;
  width: 100%;
  height: 30px;
}
.space40 {
  display: block;
  width: 100%;
  height: 40px;
}
.space50 {
  display: block;
  width: 100%;
  height: 50px;
}
.space70 {
  display: block;
  width: 100%;
  height: 70px;
}
.radius30 {
  border-radius: 30px;
}
.radius10 {
  border-radius: 10px;
}
.ps40 {
  padding: 40px;
}
.ps25 {
  padding: 25px;
}
.justify-center {
  justify-content: center;
}
.header-strip {
  background: #f0ba17;
}


.cs-p-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:100px;
    padding: 40px 0px;
     position: relative;
}

.cs-p-row::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 52%;
    transform: translateX(-50%);
    
    width: 62px;
    background: url("../img/separator-lin-img.webp") no-repeat center;
    background-size: contain;
}
.cs-p-col {
    width: 100%; /* ensures full column fill */
}


.package-description {
    padding: 20px 0px;
}
.main-video {
    position: relative;
    display: inline-block;
    overflow: hidden;
     border-radius: 50px;
    border: 10px solid #FFF;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 34px 38px -23px;
    background: #000;
}

.main-video wistia-player {
    width: calc(100% + 1px) !important;
    height: 100% !important;
    object-fit: cover !important;
    margin-top: -1px;
    margin-bottom: -1px;
}

.main-video img {
    width: 100%;
    display: block;
}


/* Play Button */
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #185d2e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    z-index: 8;
}
.video-frame {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
}

/* Active state */
.main-video.active .video-frame {
  opacity: 1;
  visibility: visible;
}

.main-video.active img,
.main-video.active .play-btn {
  opacity: 0;
  visibility: hidden;
}

.video-frame iframe, .video-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Ripple Effect */
.play-btn::before, .play-btn::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    background: rgb(24 93 46);
    animation: ripple 2.8s infinite;
    z-index: -1;
}

.play-btn::after {
    animation-delay: 0.9s;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}

.package-description > ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    padding: 0;
    margin: 0;
    /* removed border-top */
}

.package-description > ul li {
    padding: 15px 20px 15px 40px;
    position: relative;
    border-bottom: 1px solid #185d2e;
    text-align: left;
    font-size: 17px;
}
/* Vertical divider */
.package-description > ul li:nth-child(odd) {
    border-right: 1px solid #185d2e;
}

/* Remove right border for last column */
.package-description > ul li:nth-child(even) {
    border-right: none;
}

/* ❌ Remove bottom border from last row */
.package-description > ul li:nth-last-child(-n+2) {
    border-bottom: 1px solid #185d2e;
}
.package-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.package-description > ul li.full-width {
    grid-column: span 2;
    border-right: none;
}
/* Check icon */
.package-description > ul li::before, .cs-p-text p:before{
    content: url(../img/check-mark-orange.png);
    color: #f0ba17;
    font-weight: bold;
    margin-left: -25px;
    width: 25px;
    display: inline-block;
    scale: 0.9;
}
.cs-p-text {
    padding: 30px 0px;
}
.cs-p-text p {
    font-size: 22px;
}
.p-box-btn a {
    color: #fff;
    text-decoration: none;
    padding: 20px;
    border-radius: 10px;
    font-size: 20px;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-box-btn {
    display: flex;
    gap: 20px;
    width: 90%;
    margin: 0px auto;
    height: 80px;
    align-items: end;
}
@media (max-width: 768px) {
    .package-description > ul {
        grid-template-columns: 1fr;
    }

    .package-description > ul li {
        border-right: none !important;
    }
}
.cs-white-box {
    background: #fff;
    padding: 10px 15px!important;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 12px;
}
.header-strip h2 {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  padding: 10px 0 10px 0;
}
.round-button {
  font-size: 20px;
  text-decoration: none;
  padding: 13px 30px;
  display: inline-flex;
  align-items: center;
  gap: 35px;
  border-radius: 10px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 6px 6px 10px rgb(0 0 0 / 9%);
  transition: all 0.3s;
}
.phone-icon {
  height: 50px;
}
.green {
  background: #185d2e;
  color: #fff;
}
.green:hover {
  background: #f0ba17;
}
.orange {
  background: #f0ba17;
  color: #fff;
}
.orange:hover {
  background: #185d2e;
}
.bounce-animation {
  animation: bounce 1.5s ease infinite;
}
@keyframes bounce {
  20%,
  50%,
  80% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(0, -10px);
  }
  70% {
    transform: translate(0, -5px);
  }
  90% {
    transform: translate(0, -2px);
  }
}
.happy-members-sections {
  background: #f0f6fb;
}
.testimonials-slider {
  padding: 60px 30px 40px 30px;
}
.testimonials-slider .item video {
  border: none;
  width: 100%;
}
.box-video.open .bg-video {
  display: none;
}
.box-video {
  position: relative;
  width: 100%;
  margin: 0 auto 20px auto;
  cursor: pointer;
  overflow: hidden;
}
.box-video .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
    border: 7px solid #fff;
}
.bg-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 3;
}
.box-video .bt-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50%;
  text-indent: -999em;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.box-video .bt-play:after {
  content: "";
  position: absolute;
  left: 40%;
  top: 32%;
  height: 0;
  width: 0;
  margin: -12px 0 0 -6px;
  border: solid transparent;
  border-left-color: #fff;
  border-width: 22px 37px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: none;
}
.box-video:hover .bt-play {
  transform: scale(1.1);
}
.box-video.open .bg-video {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s 0.8s;
  transition: all 0.6s 0.8s;
}
.box-video.open .video-container {
  opacity: 1;
  -webkit-transition: all 0.6s 0.8s;
  transition: all 0.6s 0.8s;
}
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0;
  z-index: 1;
  padding-bottom: 56.27198%;
}
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cs-mr-top {
  margin-top:-20%;
  padding-top: 20%;
}
.cs-bg-green-img {
    background: url("../../img/inside-page/green-bg-2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;

}
.button-wrap.d-flex {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 10px 20px;
    justify-content: center;
    
}
.testimonials-slider .owl-dots button.owl-dot span {
  margin: 0 4px;
  background: #185d2e;
  width: 16px;
  height: 16px;
}
.testimonials-slider .owl-dots button.owl-dot.active span,
.testimonials-slider .owl-dots button.owl-dot span:hover {
  background: #f0ba17;
}
.cash-items h4 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cash-items h4 span.check-icon {
  min-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  box-shadow: 6px 6px 10px rgb(0 0 0 / 9%);
}
.discover-how-you-can-make .discover-how-you-can-make-box {
  background: url("../img/green-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 50px 20px 75px;
  margin: 0;
}
.discover-how-you-can-make .discover-how-you-can-make-box h2 {
  color: #fff;
  font-size: 60px;
  padding: 0px 0px 25px;
}
.discover-how-you-can-make .discover-how-you-can-make-box h2 .per-sale {
  font-size: 53px;
  font-weight: 400;
  display: block;
}
.discover-how-you-can-make .discover-how-you-can-make-box h2 .per-sale span {
  font-weight: 600;
}
.discover-how-you-can-make .discover-how-you-can-make-box a.click-here {
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 25px;
  font-weight: 500;
  color: #f0ba17;
  position: relative;
  padding: 14px 50px;
  border-radius: 100px;
  font-family: Poppins, sans-serif;
  cursor: pointer;
  box-shadow: 6px 6px 10px rgb(0 0 0 / 9%);
  display: inline-flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.discover-how-you-can-make .discover-how-you-can-make-box a.click-here:hover {
  background: #003c66;
  color: #fff;
}
.discover-how-you-can-make .discover-how-you-can-make-box a.click-here:hover i {
  background: url("../img/button-arrow-right.png");
}
.discover-how-you-can-make .discover-how-you-can-make-box a.click-here i {
  min-width: 27px;
  height: 16px;
  background: url("../img/button-arrow-right-orrange.png");
  display: block;
  border-radius: 50px;
  transition: all 0.2s;
  left: 0;
  position: relative;
}
.discover-how-you-can-make .discover-how-you-can-make-box a.click-here:hover i {
  left: 5px;
}
.simple-steps-inner {
  padding: 0px 20px 40px;
}
.step-card-details {
    text-align: center;
}
.simple-steps-inner .steps-cards {
  background: #fff;
  height: 100%;
  border-radius: 35px;
  padding: 20px 0;
}
.simple-steps-inner .steps-cards .step-card-details {
  padding: 0 15px;
}
.simple-steps-inner .steps-cards h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 30px 0;
  gap: 15px;
}
.simple-steps-inner .steps-cards h2 span {
  width: 100px;
  height: 100px;
  display: flex;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.simple-steps-inner .steps-cards img.steps-image {
  width: 100%;
  border: solid 2px #fff;
}
.breaking-news p.fs-30 {
  margin-bottom: 30px;
  margin-top: 15px;
}
.our-system-is-unique-inner {
  padding: 40px 40px;
}
.our-system-is-unique-inner .cash-items {
  padding: 30px;
  border-radius: 30px;
  height: 100%;
}
.our-system-is-unique-inner .cash-items p {
  font-size: 15px;
  margin: 0;
}
.our-system-is-unique-inner .cash-items h4.black-color {
  min-height: 76px;
}
.breaking-news .heading-image {
  margin: -10px 0 0 0;
}
.Program-list-item {
    background: #fff;
    padding: 5px 10px !important;
    display: flex!important;
    gap: 10px!important;
    border-radius: 7px;
}
/* .This-Program-Changes-Lives .Program-list-item span {
  position: absolute;
  left: 0;
  top: 6px;
} */
.This-Program-Changes-Lives .Program-list-item {
  display: block;
  padding: 0 0 0 40px;
  position: relative;
  margin: 20px 0 20px 0;
  font-size: 25px;
}
.Courses_items {
  text-align: center;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding:  10px;
}
.Courses_items p {
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0 0 0;
}
.cost-of-join-section {
  padding: 30px 0 40px 0;
}
.cost-of-join-section .inner-wrap h3.heading {
  color: #141414;
  font-size: 40px;
}
.cost-of-join-section .inner-wrap h4.subheading {
  font-size: 30px;
  color: #141414;
  font-weight: 400;
}
.cost-of-join-section .price-tables {
  margin: 110px 0 50px 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
  display: flex;
  background: #fff;
}
.cost-of-join-section .price-tables .price-table-boxes {
  width: 100%;
  max-width: 25%;
  padding: 30px 0;
  position: relative;
}
.cost-of-join-section .price-tables .price-table-boxes .price-table-lavel {
  font-size: 30px;
  font-weight: 700;
  color: #141414;
  line-height: 24px;
}
.cost-of-join-section .price-tables .price-table-boxes .price-table-lavel span {
  display: block;
  font-size: 20px;
  font-weight: 400;
}
.cost-of-join-section .price-tables .price-table-boxes .price-table-price {
  font-family: Anton, sans-serif;
  color: #141414;
  font-size: 40px;
  margin: 40px 0;
  line-height: 35px;
}
.cost-of-join-section .price-tables .price-table-boxes .price-table-price span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  font-family: Poppins, sans-serif;
}
.cost-of-join-section .price-tables .price-table-boxes .price-table-admin-fee {
  font-size: 27px;
  color: #141414;
  line-height: 24px;
  font-family: Anton, sans-serif;
  font-weight: 500;
}
.cost-of-join-section
  .price-tables
  .price-table-boxes
  .price-table-admin-fee
  span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  font-family: Poppins, sans-serif;
}
.cost-of-join-section
  .price-tables
  .price-table-boxes
  .price-table-total-price {
  font-size: 35px;
  color: #f0ba17;
  font-family: Anton, sans-serif;
  font-weight: 500;
  border-top: solid 1px #d1d1d1;
  border-bottom: solid 1px #d1d1d1;
  padding: 5px 0;
  margin: 25px 0;
}
.cost-of-join-section .price-tables .price-table-boxes .every-sale-price {
  font-size: 52px;
  color: #f0ba17;
  font-weight: 700;
  line-height: 43px;
}
.cost-of-join-section
  .price-tables
  .price-table-boxes
  .every-sale-price
  .sale-subheading {
  font-size: 16px;
  display: block;
}
.cost-of-join-section .price-tables .price-table-boxes.active * {
  position: relative;
}
.cost-of-join-section .price-tables .price-table-boxes.active .recommended-tag {
  font-size: 14px;
  font-weight: 300;
  border-radius: 100px;
  box-shadow: 6px 6px 10px rgb(0 0 0 / 9%);
  background: #f0ba17;
  padding: 3px 16px;
  color: #fff;
  display: block;
  max-width: fit-content;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
a.bg-green:hover {
    background: #f0ba17 !important;
}
a.bg-orange:hover  {
    background: #185d2e !important;
}
.cost-of-join-section .price-tables .price-table-boxes.gold, .price-table-boxes.royal, .price-table-boxes.diamont.bdr-right, .price-table-boxes.platinum.bdr-right  {
  border-right: solid 1px #e3e3e3;
}
.cost-of-join-section
  .price-tables
  .price-table-boxes.platinum
  .every-sale-price,
.cost-of-join-section
  .price-tables
  .price-table-boxes.platinum
  .price-table-total-price,
.cost-of-join-section .price-tables .price-table-boxes.royal .every-sale-price,
.cost-of-join-section
  .price-tables
  .price-table-boxes.royal
  .price-table-total-price {
  color: #185d2e;
}
.cost-of-join-section .price-tables .price-table-boxes a {
  padding: 10px 40px;
  font-size: 24px;
  margin: 20px 0 0 0;
  font-weight: 300;
}
.hour-action-taker-bonus {
  padding: 50px 0;
  text-align: center;
}
.hour-action-taker-bonus .inner-wrap h2 {
  font-size: 50px;
  color: #f0ba17;
  margin: 0 auto;
}
.hour-action-taker-bonus .inner-wrap h3 {
  font-size: 30px;
  color: #141414;
  font-weight: 400;
  margin: 0;
}
.hour-action-taker-bonus .inner-wrap h4 {
  margin: 0 0 15px 0;
  color: #141414;
  font-size: 30px;
}
.hour-action-taker-bonus .inner-wrap h5 {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}
.hour-action-taker-bonus .inner-wrap .every-sale {
  font-size: 50px;
  color: #f0ba17;
  margin: 0 0 10px 0;
  font-weight: 700;
}
.hour-action-taker-bonus .inner-wrap {
  position: relative;
}
.hour-action-taker-bonus .inner-wrap .important-notice {
  position: absolute;
  left: -80px;
  top: -50px;
}
.hour-action-taker-bonus .inner-wrap .fast-action-bonus {
  position: absolute;
  right: -90px;
  top: 140px;
}
.Why-Start-Level-items p {
  padding: 0 0 0 30px;
  position: relative;
}
.Why-Start-Level-items p img {
  position: absolute;
  left: 0;
  top: 5px;
}
.copyright-section {
  padding: 0px 0 20px 0;
}
.copyright-section p {
  font-size: 15px;
}
.copyright-section p a {
  color: #185d2e;
  text-decoration: none;
  cursor: pointer;
}
.copyright-section p a:hover {
  text-decoration: underline;
}
.disclaimermodal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgb(0 0 0 / 50%);
  display: none;
  justify-content: center;
  align-items: flex-start;
  padding: 15px;
}
.open-modalvideo #video-popup {
  display: flex;
}
.main-video {
  width:100%;
  max-width: 1000px;
  margin: 18px auto 50px auto;
  position: relative;
  padding: 0;
}
#video-popup .inner-modal-wrap {
 
}
#video-popup .inner-modal-wrap .disclaimer-content {
  max-height: 650px;
  min-height: 650px;
}
.disclaimer-content iframe {
  width: 100%;
  height: 631px;
  border: solid 1px #ccc;
}
.disclaimermodal-wrap .inner-modal-wrap span.close-modal {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.main-video iframe {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  max-height: 100%;
  border: none;
}
.main-video img {
  position: relative;
  z-index: 3;
}
.play-video .main-video iframe {
  opacity: 1;
}
.disclaimermodal-wrap .inner-modal-wrap .disclaimer-content h3 {
  margin: 0 0 15px 0;
}
html.open-modal {
  overflow: hidden;
}
.disclaimermodal-wrap .inner-modal-wrap button.close-modal {
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 10px 30px;
  background: #003d66;
  border: none;
  color: #fff;
  border-radius: 500px;
  float: right;
  cursor: pointer;
}
.disclaimermodal-wrap .inner-modal-wrap button.close-modal:hover {
  background: #f0ba17;
}
.disclaimermodal-wrap .inner-modal-wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 0 0;
    background: #fff;
    border-radius: 8px;
    position: relative;
    padding: 40px 40px 40px 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.open-modal .disclaimermodal-wrap {
  display: flex;
}
.disclaimermodal-wrap .inner-modal-wrap .disclaimer-content {
  height: 100%;
  overflow: auto;
  max-height: 570px;
  min-height: 570px;
}
.cs-course-box {
    padding: 20px 40px 20px 30px;
    border-radius: 20px;
    color: #fff;
    text-align: left;
    position: relative;
    min-height: 170px;
}
img.cs-course-icon {
    position: absolute;
    right: 15px;
    top: 15px;
    height: 21px;
}
.cs-course-box p {
    color: #fff;
    text-align: left;
    margin-top: 10px;
}
.cs-count-section {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    text-align: left;
    padding: 10px 20px ;
}
.cs-count-box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    text-align: left;
}
.cs-count-num {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}
.text-green {
color:  #185d2e;
}
.text-orange {
  color: #f0ba17;
}
.ticker {
    overflow: hidden;
    white-space: nowrap;
}

.ticker-track {
    display: inline-flex;
    animation: scroll 35s linear infinite;
    animation-play-state: paused; /* initially paused */
}

.ticker span {
    color: #f0ba1773;
    font-size: 7.5vw;
    font-weight: 700;
    padding-right: 50px;
}

.ticker.active .ticker-track {
    animation-play-state: running;
}

@keyframes scroll {
    from {
        transform: translateX(-20%); /* already inside */
    }
    to {
        transform: translateX(-70%);
    }
}
.c11 {
  width: fit-content;
  /* background: #f0ba17; */
  padding: 5px 15px;
  margin: 10px auto;
}
.c21 {
  width: fit-content;
  background: #185d2e;
  padding: 10px 15px;
  margin: 10px auto;
}
.cs-bg-light-o {
  background-color: #fdf7e3;
 
}
.m-0 {
  margin: 0;
}

.custom-row {
  justify-content: center;
  column-gap: 20px;
}
.bdr-green {
  border-bottom: 1px solid #185d2e;
}
.bdr-right .col.column-4:nth-child(-n + 2) {
  border-right: 1px solid #185d2e;
}
.fw-700 {
  font-weight: 700;
}
.fw-500 {
  font-weight: 500;
}
.lh-25 {
  line-height: 25px;
}
.pl-6 {
  padding-left: 60px;
}
.pr-6 {
  padding-right: 60px;
}
.fs-35 {
  font-size: 36px;
}
.item-center {
  justify-content: center;
}
.btn11 {
  background-color: #ffffff;
  border-radius: 10px;
  color: #185d2e;
  font-size: 38px;
  text-decoration: none;
  font-weight: 700;
  padding: 12px 40px;
}
.btn11:hover{color: #fff;}
.btn21 {
  background-color: #ffffff;
  border-radius: 10px;
  color: #f0ba17;
  font-size: 38px;
  text-decoration: none;
  font-weight: 700;
  padding: 12px 40px;
}
.btn21:hover{color: #fff;}
.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  padding: 20px;
}
.item {
  display: flex;
  justify-content: center;
}
.bdr-right .cash-items {
  padding: 20px 20px 20px 0px;
}
.custm-text-11 p {
  font-size: 20px;
}
.lg11 {
  width: 33%;
}
.tx11 {
  width: 67%;
  padding-left: 7%;
}
.orange-cash-item .pic-table {
  position: absolute;
  top: -2px;
  left: 3%;
  width: 45%;
}
.table-items-11 .cash-items {
  width: 18%;
}
.table-items-11 .cash-items h4 {
  box-shadow: none;
}
strong.cash-strong-orange {
  color: #f0ba17;
  font-size: 22px;
}
strong.cash-strong-green {
  color: #185d2e;
  font-size: 22px;
}
.cash-items .cas-text {
  font-size: 15px;
  font-weight: 400;
  color: #000;
}
.cash-items {
  padding: 10px 20px;
}
.green-cash-item .title-text-21.px-1 {
  text-align: right;
}
.green-cash-item .tx11 {
  width: 67%;
  padding-right: 10%;
  text-align: center;
}
.green-cash-item .pic-table {
  position: absolute;
  top: -2px;
  right: 3% !important;
  width: 45%;
}
.bdr-right-2 {
  border-right: 1px solid #d1d1d1 !important;
}
.cost-of-join-section .price-tables .price-table-boxes {
  padding-top: 0px;
}
.price-table-lavel {
  padding: 30px 0px;
  background: #e5eeea;
}
.cost-of-join-section .price-tables .price-table-boxes.active .recommended-tag {
  position: relative;
  top: 0px;
  box-shadow: none;
}
.bg-light-green {
  background: #e5eeea !important;
  padding-top: 38px;
  margin-top: -65px;
  border-radius: 10px;
}
.cost-of-join-section .price-tables .price-table-boxes.active:before {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  top: -65px;
  width: 100%;
  height: calc(100% + 100px);
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  border-radius: 10px;
}
.hour-text-box {
  display: flex;
  padding: 30px 0px;
}
.hour-text-box h5 {
  text-align: left;
  padding: 0 20px;
}
.hour-text-box h5:not(:last-child) {
  border-right: 1px solid #185d2e;
}
.hour-text-box {
  display: flex;
}
.container-fluid {
  overflow-x: clip;
}
.cs-bounce-btn {
  text-align: left;
  border-left: 1px solid #ffffff55;
  padding-left: 35px;
}

.main-video img {
    position: relative;
    z-index: 3;
}
.cs-hdng-line-hght{line-height: 1.2;}
.cs-pt{padding-top: 20px;}
.cs-line-hght{line-height: 1;}
.cs-font-size{font-size: 40px !important;}
@media (max-width:1370px){.cs-pd-top{padding-top: 25px !important;}}
@media (max-width: 1400px) {
  .hour-action-taker-bonus .inner-wrap .fast-action-bonus {
    max-width: 200px;
    top: 160px;
    right: 0;
  }
  .hour-action-taker-bonus .inner-wrap .important-notice {
    position: absolute;
    left: -0;
    top: -50px;
    max-width: 260px;
  }
}
@media (max-width: 1049px) {
  .our-products-section .gray-box .our-products .right-images-and-button {
    text-align: center;
  }
  .cost-of-join-section .price-tables .price-table-boxes .price-table-lavel {
    font-size: 20px;
  }
  .cost-of-join-section
    .price-tables
    .price-table-boxes
    .price-table-admin-fee {
    font-size: 22px;
  }
  .cost-of-join-section .price-tables .price-table-boxes .price-table-price {
    font-size: 30px;
    margin: 35px 0;
  }
  .cost-of-join-section
    .price-tables
    .price-table-boxes
    .price-table-total-price {
    font-size: 28px;
  }
  .cost-of-join-section .price-tables .price-table-boxes .every-sale-price {
    font-size: 37px;
    line-height: 33px;
  }
  .cost-of-join-section .price-tables .price-table-boxes a {
    font-size: 16px;
    max-width: fit-content;
  }
  .cost-of-join-section
    .price-tables
    .price-table-boxes
    .every-sale-price
    .sale-subheading {
    font-size: 18px;
    display: block;
  }
  .discover-how-you-can-make .discover-how-you-can-make-box h2,
  .discover-how-you-can-make.green .discover-how-you-can-make-box h2 {
    font-size: 45px;
    padding: 0 0 40px;
  }
  .discover-how-you-can-make .discover-how-you-can-make-box h2 .per-sale,
  .discover-how-you-can-make.green .discover-how-you-can-make-box h2 .per-sale {
    font-size: 33px;
  }
  .container {
    max-width: 767px;
  }
}
@media (max-width: 1024px) {
  .header-strip h2 {
    font-size: 26px;
  }
  .fs-50 {
    font-size: 40px;
  }
  .fs-80 {
    font-size: 50px;
    line-height: 4rem;
  }
  .fs-50 {
    font-size: 32px;
  }
  .round-button {
    font-size: 22px;
    text-decoration: none;
    padding: 11px 60px;
  }
  .fs-40 {
    font-size: 26px;
    line-height: 2rem;
  }
  .fs-30 {
    font-size: 20px;
    line-height: 1.5rem;
  }
  p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .products-level-inner .column-4 {
    max-width: 50%;
  }
  .cost-of-join-section .price-tables {
    box-shadow: none;
    flex-flow: column;
    gap: 30px;
  }
  .cost-of-join-section .price-tables .price-table-boxes {
    width: 100%;
    max-width: 100%;
    padding: 30px 0;
    position: relative;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    border-radius: 20px;
    background: #fff;
}
.cost-of-join-section .price-tables {
 
    background: #ffffff00;
}
.price-table-boxes.royal.active {
    margin-top: 35px;
}
.cost-of-join-section .price-tables {
    margin: 50px 0 50px 0;
 
}
  .cost-of-join-section .price-tables .price-table-boxes.diamont:before,
  .hour-action-taker-bonus .inner-wrap .fast-action-bonus {
    display: none;
  }
  .cost-of-join-section
    .price-tables
    .price-table-boxes.diamont
    .recommended-tag {
    position: static;
    margin: 0 auto 20px;
  }
  .hour-action-taker-bonus .inner-wrap .important-notice {
    position: absolute;
    left: -20px;
    top: -70px;
    max-width: 170px;
  }
  .hour-action-taker-bonus .inner-wrap h2 {
    font-size: 40px;
    color: #f0ba17;
    margin: 20px 0 20px 0;
  }
  .cost-of-join-section
    .price-tables
    .price-table-boxes.active
    .recommended-tag {
    position: static;
    margin: 0 auto 20px;
  }
  .cost-of-join-section .price-tables .price-table-boxes.active:before,
  .hour-action-taker-bonus .inner-wrap .fast-action-bonus {
    display: none;
  }
  .green:hover {
    background: #f0ba17;
    color: #fff;
  }
  .orange:hover {
    background: #f0ba17;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 567px;
  }
  .header-strip h2 {
    font-size: 16px;
  }
  .fs-50 {
    font-size: 20px;
  }
  .fs-80 {
    font-size: 28px;
    line-height: 2.4rem;
  }
  .px-3 {
    padding: 20px 0;
  }
  .fs-40 {
    font-size: 21px;
    line-height: 2rem;
  }
  .fs-25 {
    font-size: 16px;
  }
  .px-2 {
    padding: 10px 0;
  }
  .px-5 {
    padding: 28px 0;
  }
  .round-button {
    font-size: 14px;
    text-decoration: none;
    padding: 11px 30px;
    width: 100%;
    justify-content: center;
  }
  section {
    padding: 30px 0;
  }
  .column-7 {
    width: 100%;
    max-width: 100%;
  }
  .column-5 {
    width: 100%;
    max-width: 100%;
  }
  .supreme-logo {
    max-width: 300px;
    margin: 40px auto 0;
  }
  .column-4 {
    width: 100%;
    max-width: 100%;
  }
  .row {
    gap: 20px;
  }
  .column-6 {
    width: 100%;
    max-width: 100%;
  }
  .This-Program-Changes-Lives .Program-list-item {
    margin: 10px 0 10px 0;
  }
  .This-Program-Changes-Lives .row,
  .products-level-inner .row.justify-center {
    gap: 0;
  }
  .This-Program-Changes-Lives .Program-list-item {
    font-size: 18px;
  }
  .This-Program-Changes-Lives .Program-list-item br {
    display: none;
  }
  .discover-how-you-can-make .discover-how-you-can-make-box h2,
  .discover-how-you-can-make.green .discover-how-you-can-make-box h2 {
    font-size: 35px;
    padding: 0 0 40px;
  }
  .discover-how-you-can-make .discover-how-you-can-make-box h2 .per-sale,
  .discover-how-you-can-make.green .discover-how-you-can-make-box h2 .per-sale {
    font-size: 23px;
  }
  .products-level-inner .column-4 {
    max-width: 100%;
  }
  .space50 {
    height: 20px;
  }
  .hour-action-taker-bonus .inner-wrap h3,
  .hour-action-taker-bonus .inner-wrap h4,
  .hour-action-taker-bonus .inner-wrap h5 {
    font-size: 20px;
  }
  .hour-action-taker-bonus .inner-wrap .every-sale {
    font-size: 30px;
  }
  .hour-action-taker-bonus .inner-wrap .important-notice {
    position: static;
    margin: 0 auto;
    max-width: 170px;
  }
  .hour-action-taker-bonus .inner-wrap .every-sale,
  .hour-action-taker-bonus .inner-wrap h2 {
    font-size: 30px;
  }
  .simple-steps-inner h2 br {
    display: none;
  }
  .space70 {
    display: block;
    width: 100%;
    height: 30px;
  }
  .disclaimermodal-wrap .inner-modal-wrap {
    padding: 50px 15px 15px 15px;
  }
  .disclaimermodal-wrap .disclaimer-content {
    font-size: 14px;
  }
  .hour-action-taker-bonus {
    padding: 10px 0;
    text-align: center;
  }
  .fs-20 {
    font-size: 16px;
  }
  .space30 {
    display: block;
    width: 100%;
    height: 20px;
  }
  .phone-icon {
    height: 30px;
    min-width: 25px;
    max-width: 25px;
    width: 100%;
  }
}
@media (max-width: 567px) {
  .testimonials-slider {
    padding: 60px 10px 40px 10px;
  }

  /* .container {
    max-width: 414px;
  } */
  .cost-of-join-section {
    padding: 0 0 20px 0;
  }
  .cost-of-join-section .inner-wrap h3.heading {
    font-size: 28px;
  }
  .cost-of-join-section .inner-wrap h4.subheading {
    font-size: 18px;
  }
  .cost-of-join-section .price-tables {
    margin: 30px 0 50px 0;
  }
  .discover-how-you-can-make .discover-how-you-can-make-box h2,
  .discover-how-you-can-make.green .discover-how-you-can-make-box h2 {
    font-size: 18px;
    padding: 0 0 30px;
  }
  .discover-how-you-can-make .discover-how-you-can-make-box h2 .per-sale,
  .discover-how-you-can-make.green .discover-how-you-can-make-box h2 .per-sale {
    font-size: 16px;
  }
  .simple-steps-inner,
  .our-system-is-unique-inner,
  .ps40 {
    padding: 20px;
  }
  .supreme-logo {
    max-width: 140px;
    margin: 10px auto 0;
  }
  .discover-how-you-can-make .discover-how-you-can-make-box a.click-here {
    padding: 10px 30px;
    font-size: 18px;
  }
  .fs-30 {
    font-size: 14px;
    line-height: 1.2rem;
  }
  .our-system-is-unique-inner .cash-items p {
    font-size: 14px;
    margin: 0;
  }
  p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .This-Program-Changes-Lives .Program-list-item {
    font-size: 15px;
  }
  .Courses_items .courses-images {
    max-width: 150px;
    margin: 0 auto;
  }
  .Courses_items .courses-images.mobile {
    max-width: 80px;
  }
  .ps25 {
    padding: 14px;
  }
  .products-level-sections .container .products-level-inner,
  section.simple-steps-sections .container .simple-steps-inner,
  .our-system-is-unique-sections .container .our-system-is-unique-inner {
    border-radius: 0;
    padding: 35px 15px 15px 15px;
  }
  .fs-80 {
    font-size: 22px;
    line-height: 1.9rem;
  }
  .fs-50 {
    font-size: 16px;
  }
  .fs-40 {
    font-size: 18px;
    line-height: 1.5rem;
  }
  section.simple-steps-sections .container,
  .products-level-sections .container,
  .our-system-is-unique-sections .container {
    padding: 0;
  }
  .cost-of-join-section .inner-wrap h3.heading {
    font-size: 20px;
  }
  .hour-action-taker-bonus .inner-wrap h3,
  .hour-action-taker-bonus .inner-wrap h4,
  .hour-action-taker-bonus .inner-wrap h5 {
    font-size: 15px;
  }
  .hour-action-taker-bonus .inner-wrap .dont-miss {
    max-width: 230px;
    margin: 0 auto 30px;
  }
  .header-strip h2 {
    font-size: 12px;
  }
}
@media (max-width: 1500px) {
  section {
    padding: 20px 0;
  }
}
@media (min-width: 1201px) {
  .table-items-11
    .cash-items:not(:nth-child(5)):not(:nth-child(10)):not(:nth-child(15)):not(
      :last-child
    ) {
    border-right: 1px solid #185d2e;
  }
  .table-items-11 .cash-items:nth-child(-n + 20) {
    border-bottom: 1px solid #185d2e;
  }
  .table-items-11 .cash-items:last-child(-n + 5) {
    border-bottom: 0px solid #185d2e !important;
  }
  .l-item {
    border-bottom: 0px solid #185d2e !important;
    border-right: 1px solid #185d2e;
    border-left: 1px solid #185d2e;
    margin-left: -1px;
  }
  .l-bdr-none {
    border-bottom: none !important;
  }
}
@media (min-width: 768px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
 .inner-text {
    width: 100%;
    margin: auto;
    padding: 20px;
}
}
@media (min-width: 1024px) {
  .testimonials-grid {
    grid-template-columns: repeat(3, 1fr);
  }
    
}
@media (max-width: 1049px) {
  .upline-section .col.column-4 {
    max-width: 100%;
  }
  .upline-section {
    flex-direction: column;
  }
  .m-text-left {
    text-align: left !important;
  }
  .row.watch-the-step {
    flex-direction: column;
  }
  .watch-the-step .col.column-4 {
    max-width: 100%;
    text-align: center;
  }
  .mb-flex {
    flex-direction: column;
  }
  .mb-flex .col.column-6 {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 1400px) {
  .tx11.bg-orange.px-1 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .fs-60 {
    font-size: 40px;
  }
  .tx11 .fs-35 {
    font-size: 35px;
  }
  .tx11 .fs-25 {
    font-size: 21px;
  }
  .cash-items {
    padding: 10px 14px !important;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .table-items-11 .cash-items {
    width: 31%;
  }
  .table-items-11
    .cash-items:not(:nth-child(3)):not(:nth-child(6)):not(:nth-child(9)):not(
      :nth-child(12)
    ):not(:nth-child(15)) {
    border-right: 1px solid #185d2e;
  }
  .table-items-11 .cash-items:nth-child(-n + 20):not(:last-child) {
    border-bottom: 1px solid #185d2e;
  }
  .table-items-11 .cash-items:last-child {
    border-left: 1px solid #185d2e;
  }
  .green-cash-item .tx11 {
    text-align: left;
    padding-left: 7%;
  }
  .m-bdr-none {
    border-bottom: none !important;
    border-left: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tx11 .fs-35 {
    font-size: 28px;
  }
  .tx11 .fs-25 {
    font-size: 18px;
  }
}
@media (min-width: 512px) and (max-width: 767px) {
  .table-items-11 .cash-items {
    width: 44%;
  }
  .table-items-11
    .cash-items:not(:nth-child(2)):not(:nth-child(4)):not(:nth-child(6)):not(
      :nth-child(8)
    ):not(:nth-child(10)):not(:nth-child(12)):not(:nth-child(14)):not(
      :nth-child(16)
    ) {
    border-right: 1px solid #185d2e;
  }
  .table-items-11 .cash-items:nth-child(-n + 15):not(:last-child) {
    border-bottom: 1px solid #185d2e;
  }
  .l2-item {
    border-bottom: 0px !important;
  }
  .s-bdr-none {
    border-bottom: none !important;
  }
  .cash-items.l-bdr-none.m-bdr-none.d-0 {
    border: 0px !important;
  }
}
@media (max-width: 512px) {
  .table-items-11 .cash-items {
    width: 80%;
  }
  .table-items-11 .cash-items:not(:last-child) {
    border-bottom: 1px solid #185d2e;
  }
  .d-0 {
    border: 0, important !important;
  }
  .sm-bdr-none {
    border-bottom: 0px !important;
  }
}
@media (max-width: 992px) {
  .orange-cash-item .pic-table {
    position: relative;
    width: 100%;
  }
  .orange-cash-item .tx11.bg-orange.px-1 {
    width: 100%;
    text-align: center;
    order: 2;
  }
  .orange-cash-item .col.column-6.m-w-100 {
    max-width: 100%;
    text-align: center;
    padding: 30px;
  }
  .green-cash-item .pic-table {
    position: relative;
    width: 100%;
  }
  .green-cash-item .tx11.bg-green.px-1 {
    width: 100%;
    text-align: center;
  }
  .green-cash-item .col.column-6.m-w-100 {
    max-width: 100%;
    text-align: center;
    padding: 30px;
  }
  .m-p-0 {
    padding: 0;
  }
  .m-order-1 {
    order: 1;
  }
  .m-order-2 {
    order: 2;
  }
  .m-order-3 {
    order: 3;
  }
  .green-cash-item .title-text-21.px-1 {
    text-align: center;
  }
  .green-cash-item .pic-table {
    right: 0% !important;
  }
}

@media (max-width:1080px){
  .p-box-btn {

    width: 100%;

}
.cost-of-join-section .price-tables .price-table-boxes .every-sale-price {
    font-size: 45px;
 
}
.step-card-details {
    text-align: center;
}
.c-lg-px-20 {
  padding-right: 20px;
  padding-left: 20px;
}
a.round-button.orange.bounce-animation, a.round-button.green.bounce-animation {
    width: 100%!important;
    max-width: 700px!important;
}
 .cs-count-section {
    flex-direction: column;
  }
    .cs-p-row {
        grid-template-columns: 1fr; /* 1 column on mobile */
    }
    
.cs-p-row::before {
   display: none;
}
.cs-p-row {

    padding: 40px 0px;
  
}
.cs-p-text {
    padding: 0px 0px;
}
.courses-images img {
    max-width: 100%!important;
}
.button-wrap.d-flex {
  
    flex-wrap: wrap;
}
.our-system-is-unique-inner {
  padding: 0px 40px;
}
}

@media (max-width:768px){
.testimonials-grid {

    padding: 0px 0px;
}
 .row.cs-mb-flex {
    flex-direction: column;
}
.cs-mb-flex .col {
    max-width: 100%!important;
    padding: 0;
} 
.package-description > ul li.full-width {
    grid-column: span 1;
    border-right: none;
}
.p-box-btn {
    flex-direction: column;
    padding: 10px 0px;
    height: auto;
}
.p-box-btn a {
    font-size: 18px;
    height: 55px;
}
.pt-7 {
    padding-top: 20px;
}
.row.cs-mb-flex {
   padding-right: 20px;
    padding-left: 20px;

    padding-bottom: 30px;
}
.cs-white-box {
    font-size: 19px!important;

}
  .button-wrap.d-flex, .cash-items, .cs-count-section, .step-card-details, .Courses_items, .c11   {
    padding-right: 0px!important;
    padding-left: 0px!important;
}
.package-description > ul li {
    padding: 15px 20px 15px 30px;

}

.cs-mr-top {
    margin-top: -40%;
    padding-top: 35%;
}
.pt-5 {
    padding: 30px 0 0 0;
}
.ticker span {
  
    font-size: 55px;

}
 .our-system-is-unique-sections .container .our-system-is-unique-inner {
    border-radius: 0;
    padding: 0px 15px 15px 15px;
}
.space40 {

    height: 20px;
}
.Program-list-item {
    background: #ffffff00;
 
}
.cs-p-row {

    gap: 60px;

}
.cs-p-text p {
    font-size: 18px;
}
.round-button {

    padding: 11px 20px;
}

.bounce-animation i {
    display: none;
}
.cs-bounce-btn {
    text-align: center;
    border-left: 0;
    padding-left: 0;
}

}
@media (max-width: 567px) {

  .col, .row.cs-mb-flex, .row.custom-row, .pr-6, .our-system-is-unique-sections .container .our-system-is-unique-inner, .Program-list-item {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  .cs-p-text p {
  
    padding-left: 10px;
}
}

