/** Shopify CDN: Minification failed

Line 1366:13 Expected ":"
Line 1366:14 Expected identifier but found ":"

**/
@media screen and (min-width: 769px) {
  .mobile-view {
    display: none !important;
  }
  .desktop-view {
    display: block;
  }
  .desktop-hide{
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-view {
    display: block;
  }
  .desktop-view {
    display: none !important;
  }
  .mobile-hide{
    display: none !important;
  }
}

.btn {
  border-radius: 3px;
  padding: 16px 24px;
  font-size: 17px;
  line-height: 1.5;
  display: inline-block;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0.5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: normal;
  text-transform: uppercase;
}

.material-icons-outlined {
  font-family: Material Icons Outlined;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  vertical-align: bottom;
  overflow: hidden;
}

/**======page width=======**/
.page-width {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 30px;
}

.lazy-width {
  width: 100%;
  max-width: 796px;
  margin: 0 auto;
  padding: 0 30px;
}

.container-fluid {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 992px) {
  .narrow-width {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 15px;
  }
}

@media all and (max-width: 1440px) {
  .narrow-width {
    width: 100%;
    max-width: 1180px;
    padding: 0 30px;
  }
}

@media screen and (max-width: 990px) {
  .narrow-width {
    width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
  .page-width {
    width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
  .lazy-width {
    width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
  .container-fluid {
    padding: 0 16px;
  }
}

@media screen and (min-width: 1441px) {
  .narrow-width {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
    padding: 0 15px;
  }
}
/**=====page width end=====**/

.btn {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 16px 24px;
  font-size: 17px;
  line-height: 1.5;
  display: inline-block;
  justify-content: center;
  font-family: Roboto, sans-serif;
  font-style: normal;
  /*   text-transform: initial; */
  /*   letter-spacing: 0.5px; */
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: normal;
  text-transform: uppercase;
  background-color: #34ad79;
  border-color: #34ad79;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0px;
}

input {
  width: 100%;
  padding: 16px 24px;
  font-size: 17px;
  line-height: 1.5;
  display: inline-block;
  background-color: #f2ecff;
  border-color: #f2ecff;
  color: #515151;
  max-width: 100%;
  margin-bottom: 17px;
  /*   color: #515151; */
  /*   background-color: #c6acff; */
  /*   border-color: #bea0ff; */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  /*   background-color: #e5e5e5; */
  /*   border-color: #f2ecff; */
}

.btn:not(.disabled):not([disabled]):hover,
.btn:not(.disabled):not([disabled]):focus {
  opacity: 1;
  color: #fff;
  background-color: #2b9064;
  border-color: #28865e;
  -webkit-box-shadow: 0 0 0 3px #72d5aa;
  -moz-box-shadow: 0 0 0 3px #72d5aa;
  -ms-box-shadow: 0 0 0 3px #72d5aa;
  -o-box-shadow: 0 0 0 3px #72d5aa;
  box-shadow: 0 0 0 3px #72d5aa;
}

/* coded by flizip */
.media-new {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pl-15 {
  padding-left: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.cp-40 {
  padding: 40px;
}
.cp-50 {
  padding: 50px;
}
.cp-60 {
  padding: 60px;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}
.circular-icons {
  max-width: 100px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
}
.uppercase {
  text-transform: uppercase;
}
.healhealthpro-campare table img {
  max-width: 25px;
  max-height: 23px;
  margin: auto;
}
.healhealthpro-campare table tbody tr:nth-child(odd) td:nth-child(2) {
  background: #0f8f43;
}
.healhealthpro-campare table td:nth-child(2),
.healhealthpro-campare table th:nth-child(2) {
  background: #17a752;
  color: #fff;
}
.healhealthpro-campare table th:nth-child(2) {
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
}
.healhealthpro-campare table {
  border: 0;
  max-width: 1010px;
  width: 100%;
  margin: 0 auto;
}
.healhealthpro-campare table th {
  background: transparent;
  color: #fff;
}
.healhealthpro-campare table td:first-child {
  text-align: left;
}
.healhealthpro-campare table tr:last-child td:nth-child(2) {
  border-radius: 0 0 40px 40px;
}
.wrapper_container_v2 {
  position: relative;
  width: 1300px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
/* coded by flizip */
img {
  max-width: 100%;
  border-radius: 3px;
  border: none;
}

@media screen and (min-width: 769px) {
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media all and (max-width: 768px) {
  sticky-header {
    margin-top: -2px;
  }
  .wrapper_container_v2 {
    position: relative;
    width: 100%;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}

@media all and (max-width: 990px) {
  .mb-30 {
    margin-bottom: 20px;
  }
  .mb-40 {
    margin-bottom: 20px;
  }
  .mb-50 {
    margin-bottom: 20px;
  }
  .mb-60 {
    margin-bottom: 20px;
  }
  .mb-70 {
    margin-bottom: 20px;
  }
  .mb-80 {
    margin-bottom: 20px;
  }
  .mb-90 {
    margin-bottom: 20px;
  }
  .mb-100 {
    margin-bottom: 20px;
  }
  .mt-30 {
    margin-top: 20px;
  }
  .mt-40 {
    margin-top: 20px;
  }
  .mt-50 {
    margin-top: 20px;
  }
  .mt-60 {
    margin-top: 20px;
  }
  .mt-70 {
    margin-top: 20px;
  }
  .mt-80 {
    margin-top: 20px;
  }
  .mt-90 {
    margin-top: 20px;
  }
  .mt-100 {
    margin-top: 20px;
  }
  .pt-30 {
    padding-top: 20px;
  }
  .pt-40 {
    padding-top: 20px;
  }
  .pt-50 {
    padding-top: 20px;
  }
  .pt-60 {
    padding-top: 20px;
  }
  .pt-70 {
    padding-top: 20px;
  }
  .pt-80 {
    padding-top: 20px;
  }
  .pt-90 {
    padding-top: 20px;
  }
  .pt-100 {
    padding-top: 20px;
  }
  .pb-30 {
    padding-bottom: 20px;
  }
  .pb-40 {
    padding-bottom: 20px;
  }
  .pb-50 {
    padding-bottom: 20px;
  }
  .pb-60 {
    padding-bottom: 20px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .pb-80 {
    padding-bottom: 20px;
  }
  .pb-90 {
    padding-bottom: 20px;
  }
  .pb-100 {
    padding-bottom: 20px;
  }
}

.btn.klaviyo-bis-trigger {
  width: 100% !important;
  min-height: 50px;
  max-height: 50px;
  display: flex;
  align-items: center;
  padding: 0;
}
.clearpay-link {
  color: #212121 !important;
}
.product-form__submit.loading {
  color: transparent;
}

.shopify-section {
  background: #F6F6F4;
}

.custom-product-property-info {
  margin-bottom: 20px;
} 
.custom-product-heading {
  font-family: "Roboto";
  color: #000;
  font-size: 20px;
  font-weight: 400;
}
.custom-property-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
.custom-property-heading {
  font-family: "Roboto";
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}
.custom-property-content {
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto";
  color: #000000;
}
.custom-property-content s {
  color: #a1a1a1;
  margin-right: 6px;
}
.custom-property-total-amt {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #a1a1a1;
  margin-top: 15px;
  padding-top: 12px;
}
.custom-property-total-amt .custom-property-heading {
  font-weight: 900 !important;
  width: 40%;
  color: #000000 !important;
  opacity: 1 !important;
}

.custom-property-total-amt .custom-property-heading * {
  color: #000000 !important;
  opacity: 1 !important;
}
.custom-property-total-amt .custom-property-content {
  font-weight: 900 !important;
  text-align: right;
  width: 60%;
  color: #000000 !important;
  opacity: 1 !important;
}

.custom-property-total-amt .custom-property-content * {
  color: #000000 !important;
  opacity: 1 !important;
}
.custom-property-price-amt {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
  margin-bottom: 6px;
}
.custom-property-price-amt .custom-property-heading {
  font-weight: 600;
  line-height: 1.4;
  width: 40%;
}
.custom-property-price-amt .custom-property-content {
  font-weight: 800;
  text-align: right;
  width: 60%;
}
.custom-property-content span {
  color: #a1a1a1;
  margin-right: 6px;
}
.custom-property-price-amt .custom-property-content span {
  font-weight: 600;
}
.custom-property-total-amt .custom-property-content s {
  font-weight: 600;
}
.custom-property-container .product-property-inputs {
  display: none !important;
}
@media all and (max-width: 768px) {
  .custom-product-heading {
    font-size: 18px;
  }
  .custom-property-heading {
    font-size: 16px;
  }
  .custom-property-content {
    font-size: 16px;
  }
}

.hide-product-from-all.hideproductlistusa{display:none !important;}



/* ================================  START: Custom Css  ===================== */
html{
scroll-behavior: smooth;
}
/* ============== START : Band Lp Section ================== */
.custom-workout-secion .subtitle-title {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  max-width: 75%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.custom-workout-secion .small-title {
  width: 100%;
  max-width: 100% !important;
}
.custom-workout-secion .big-title .big-title-svg {
  display: none;
}
/* ============== END : Band Lp Section ================== */

.section-holder .right-part .right-item-mobile-image {
  display: none !important;
}

.page-multi-gym-usa .announcement-bar-section,
.page-multi-gym-uk .announcement-bar-section  {
  display: none;
}
.lp-container {
  max-width:1366px !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
  width: 100% !important;
  margin: 0 auto;
}
@media(max-width:1200px) and (min-width:992px){
  .lp-container{
    padding-left:30px !important;
    padding-right:30px !important;
  }
}

@media(max-width:991px){
  .lp-container{
    padding-left:20px !important;
    padding-right:20px !important;
  }
}

@media(max-width:900px){
  .section-holder .right-part .right-item-mobile-image {
    display: block !important;
  }
  .section-holder .right-part .right-item-desktop-image{
    display:none !important;
  }
}
@media(max-width:543px){
  .lp-container{
    padding-left:12px !important;
    padding-right:12px !important;
  }
}

/* =================== START : Header Design ======================== */
.custom-header-wrap-right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap:24px;
}
.custom-header-wrap-right .currency-flag-wrapper {
  display: flex;
  align-items:center;
  gap:5px;
}
.custom-header-wrap-right .desktop_anchor.anchor.main_button {
  padding: 8px 24px !important;
  max-width: max-content !important;
}
.custom-header-wrap-right .currency-flag-wrapper .selected_flag img{
  width: 26px;
  height: 26px;
  display: block;
  border-radius: 50%;
  object-fit: cover;
}
.custom-header-wrap-right .currency-flag-wrapper .selected_country_currency {
  color: #121212;
  font-family: "Exo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media(max-width:1200px){
  .custom-lp-header .desktop_anchor.anchor.main_button{
    height:40px !important;
    display:flex !important;
    padding: 4px 12px !important;
    line-height:normal;
  }
}
@media(max-width:900px){
  .custom-lp-header .mobile_anchor {
    display: none;
  }
  .custom-lp-header .main_wrapper {
    padding:0 12px !important;
    gap: 4px;
  }
  .custom-header-wrap-right .currency-flag-wrapper{
    display:none; 
  }
  .custom-lp-header .logo_wrapper img {
    width: 134px !important;
  }
  .custom-lp-header .desktop_anchor.anchor.main_button{
    height:31px !important;

  }
}

@media (max-width:543px) {
  .custom-lp-header .logo_wrapper img {
    max-width:130px !important;
  }
}
@media(max-width:375px){
  .custom-lp-header .main_wrapper {
    justify-content:center !important;
  }
  .custom-lp-header .desktop_anchor.anchor.main_button{
    font-size:10px !important;
  }
}

@media(max-width:360px){
   .custom-lp-header .desktop_anchor.anchor.main_button{
      font-size:8px !important;
   }
}

/* =================== END : Header Design ======================== */

/* ================ START : Exerercise Section ======================= */

.custm-review-wrapper {
  display: flex;
  align-items: center;
  justify-content: start;
  color: #284634;
  text-align: center;
  font-family: 'Exo 2';
  font-size: 17px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  gap: 8px;
}
.custom-gym-schedule-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 24px;
  gap: 32px;
}
.custom-expensive-method .right-part,
.custom-expensive-method .left-part {
  width:50% !important;
}
.custom-expensive-method .right-item > img {
  vertical-align:middle;
}

.gym-schedule-left-part ul ,
.gym-schedule-right-part ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gym-schedule-left-part ul li,
.gym-schedule-right-part ul li {
  font-family: "Exo 2";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  list-style: none;
  position: relative;
  padding-left: 30px !important;
}
.gym-schedule-left-part ul li {
  color: #141e19;
}
 .gym-schedule-right-part ul li {
  color: #497E5A;
}
.gym-schedule-left-part ul li:before{
  content:"";
  background-image:url('/cdn/shop/files/circle-x.svg?v=1758174884');
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: -2px;
  margin-right: 10px;
}
.gym-schedule-right-part ul li:before{
  content:"";
  background-image:url('/cdn/shop/files/circle-check_d18520f7-7569-45c8-9bbe-3ed77186b309.svg?v=1758174928');
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: -2px;
  margin-right: 10px;
}
.custom-expensive-method .right-item.right-icon {
  background-color: #fff !important;
}
.custom-expensive-method .small-title {
  color: #284634 !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  text-align: left !important;
  max-width: 100% !important;
  margin-top:20px !important;
}
.custom-expensive-method .big-title {
  display: flex;
  flex-direction: column-reverse;
  gap:20px;
  align-items:start;
  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  text-transform: inherit !important;
  font-family: 'Exo 2' !important;
}
.custom-expensive-method .big-title > svg{
  position:unset !important;
}
.custom-expensive-method .big-title-new-svg{
  display:block !important;
  max-width:100% !important;
}
.custom-expensive-method .big-title-svg {
  display: none;
}
.custom-expensive-method .item-text {
  color: #284634 !important;
  text-align: center;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: normal !important;
  font-family: 'Exo 2' !important;
}
.custom-expensive-method .item-icon img {
  width: 32px;
  height: 32px;
}
.custom-expensive-method .item-icon{
  height:32px;
  margin-bottom:0px;
} 
.custom-expensive-method .section-button {
  margin-top: 32px;
}

@media(max-width:1260px){
  .gym-schedule-left-part ul li, 
  .gym-schedule-right-part ul li{
    font-size:13px;
  }
  .custom-expensive-method {
    gap: 20px;
  }
  .custom-expensive-method .left-part {
    margin-right: 0 !important;
    width: 50% !important;
  }
  .custom-expensive-method .small-title {
    font-size:26px !important;
  }
}

@media(max-width:1024px){
  .custom-expensive-method .section-button {
    font-size:20px !important;
  }
  .custom-expensive-method .sub-button-text{
    font-size:11px !important;
  }
}
@media(max-width:900px){
  .custom-gym-schedule-wrap {
    justify-content: center;
    margin-top:12px;
  }
  .gym-schedule-right-part,
  .custom-expensive-method .section-button,
  .custom-expensive-method .sub-button {
    display:none !important;
  }
  .custom-gym-schedule-wrap-mobile{
    display:block !important;
    width:100%;
  }
  .custom-expensive-method .right-part {
    margin-bottom: 0px !important;
  }
  .custom-gym-schedule-wrap-mobile .gym-schedule-right-part,
  .custom-gym-schedule-wrap-mobile .section-button ,
  .custom-gym-schedule-wrap-mobile .sub-button {
    display:flex !important;
    justify-content:center;
  }
  .custom-expensive-method .big-title-new-svg {
    display: none !important;
  }
  .custom-expensive-method{
    gap:12px;
    padding:20px 0 !important;
  }
  .custom-expensive-method .left-part {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100% !important;
    padding: 0 12px;
  }
  .custm-review-wrapper{
    justify-content: center;
  }
  .custom-expensive-method .small-title {
    font-size: 21px !important;
    text-align: center !important;
  }
  .custom-expensive-method .big-title,
  .custom-expensive-method .big-title>svg {
    width:100% !important;
  }
  .custom-expensive-method .big-title{
    align-items:center;
    gap:12px;
  }
  .custom-expensive-method .section-button {
    max-width: 100% !important;
    margin-top: 12px !important;
     font-size:16px !important; 
  }
  .gym-schedule-left-part ul li, .gym-schedule-right-part ul li{
    font-size:15px;
  }
  .custom-gym-schedule-wrap-mobile .sub-button{
    margin-bottom:0px !important;
  }
  .custom-expensive-method .right-part,
  .custom-expensive-method .left-part {
    width:100% !important;
  }
  .custom-expensive-method .section-items{
    grid-template-rows: repeat(6, 1fr) auto auto !important;
    height:unset !important;
  }
}

@media(max-width:543px){
  .custom-gym-schedule-wrap,
  .custom-gym-schedule-wrap-mobile .gym-schedule-right-part{
    justify-content:start;
  }
  .custom-gym-schedule-wrap-mobile .gym-schedule-right-part{
    padding:0 12px;
  }
  .custom-gym-schedule-wrap-mobile .sub-button{
    flex-direction:column;
    padding: 0 12px;
    align-items: center;
    gap: 8px;
  }
  .custom-expensive-method .right-part{
    padding:0 16px !important
  }
  .custom-expensive-method .right-item.right-icon{
    padding:8px !important;
  }
}

@media(max-width:360px){
  .custm-review-wrapper{
    font-size:12px !important;
  }
  .custm-review-wrapper .custom-review-image{
    width:100px;
  }
}

/* ================ END : Exerercise Section ======================= */


/*====================== START : Why Choose Us Section  =========================*/
.why-choose-us {
  background: #f6f6f4;
}

.why-choose-us__header {
  text-align: center;
  margin-bottom: 64px;
}

.why-choose-us__header h2 {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight:700;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #284634;
  margin-top: 0;
  margin-bottom: 14px;
}

.why-choose-us__header p {
  font-family: Termina Test;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #497E5A;
  margin: 0;
}

.why-choose-us__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.why-choose-us__image img {
  width: 100%;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  display: block;
}

.accordion-item {
  border-bottom: 2px solid #a5a5a566;
  border-radius: 0;
  overflow: hidden;
  padding: 15px 0;
}
.accordion-item.active{
  border-color:#131D18;
}
.accordion-header {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  width: 100%;
  border: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
}

.accordion-item.active .accordion-header span.accordion-title{
  color: #497E5A;
}
.accordion-item .accordion-header .accordion-icon img {
  width: 48px;
  height: 48px;
}

.accordion-content ul li {
  position: relative;
  list-style: none;
  margin-bottom: 4px;
}
.accordion-content ul {
  padding-left: 25px;
}

/* Arrow */
.accordion-content.list-icon-arrow ul li::before {
  background: url("/cdn/shop/files/chevron-right.svg?v=1758112592") no-repeat center;
  background-size: contain;
}
/* Check */
.accordion-content.list-icon-check ul li::before {
  background: url("/cdn/shop/files/rosette-discount-check.svg?v=1758112592") no-repeat center;
  background-size: contain;
}
/* Circle */
.accordion-content.list-icon-circle ul li::before {
  background: url("/cdn/shop/files/image_22.png?v=1758106605") no-repeat center;
}
.accordion-content.list-icon-circle ul li::before,
.accordion-content.list-icon-check ul li::before,
.accordion-content.list-icon-arrow ul li::before{
  content: "";
  position: absolute;
  left: -25px;
  top: 4px;
  width: 20px;
  height: 20px;
  background-size: contain;
}

.accordion-header span.accordion-title {
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  font-size: 21px;
  text-transform: uppercase;
  color: #CDCDC5;
  font-family:'Termina';
}

.accordion-content {
  font-size: 17px;
  color: #131D18;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding-top: 0;
  padding-bottom: 0; 
}
.accordion-content.list-icon-arrow p strong {
  margin-bottom: 10px;
  display: block;
}
.accordion-content strong {
  font-weight:bold;
}

.accordion-content p{
  margin:17px 0;
  font-family:'Exo 2';
}
.accordion-item.active .accordion-content {
  padding-bottom: 40px;
}

@media (max-width: 900px) {
  .why-choose-us__content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .why-choose-us__header {
    margin-bottom: 24px;
 }
 .why-choose-us__header h2{
    font-size: 21px;  
  }
  .accordion-item.active .accordion-content {
    padding-bottom: 20px;
 }
}
@media(max-width:543px){
  .accordion-item.active .accordion-content {
    padding-bottom: 0px;
  }
}

/* ================================  END: Why Choose Us Section  ===================== */


/* ================= START : Home page Usp 2 Css ==================*/
.lp-usp-section {
  padding: 0 !important;
}
.lp-usp-section .main_wrapper{
  border-radius:0px !important;
}
.lp-usp-section .icon_blocks_wrapper{
  padding:24px;
}
.lp-usp-section .icon_block{
  font-weight;:400;
}
/* ================= END : Home page Usp 2 Css ==================*/



/* ====================== START : UNLEASH YOUR FULL POTENTIAL  Section ================== */

.custom-full-potential .pay-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  gap:18px;
}
.custom-full-potential .section-items {
  gap: 20px;
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.custom-full-potential .section-item{
  padding: 12px 16px !important;
  border-radius: 4px !important;
  border: 1px solid #CDCDC5;
  background: #EBEAE4 !important;
  box-shadow: 0 1px 2px 0 #0a0d120d !important;
  width: 100% !important;
  margin-right: 0 !important;
}
.custom-full-potential .item-text{
  color: #284634 !important;
  font-size: 19px;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 24px !important;
}
/* ====================== END : UNLEASH YOUR FULL POTENTIAL  Section ================== */


/* ======================= START :  Custom Image With Text Section =======================  */
.custom-image-with-text-content {
  display: flex;
  align-items: center;
  gap:56px;
}
.custom-image-with-text-content .image-text-left-part,
.custom-image-with-text-content .image-text-right-part  {
  width: 50%;
}
.custom-image-with-text-content .image-text-left-part img{
  display:block;
  width: 100%;
}
.custom-image-with-text-content .image-text-left-part img.image-left-mob{
  display:none !important;
}
.custom-image-with-text-content .image-text-right-part .heading-text {
  font-family: Termina;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #131D18;
  line-height: 1.2;
}
.custom-image-with-text-content .image-text-right-part .heading-text.mobile{
  display:none;
}
.custom-image-with-text-content .image-text-right-part .heading-text strong {
  color: #bd3d44;
  font-weight:bold;
}
.custom-image-with-text-content .image-text-right-part .subheading-text {
  color: #131d18;
  font-family: "Exo 2";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-top: 8px;
}
.custom-image-with-text-content .image-text-right-part .content-text {
  padding: 12px 0 24px;
}
.custom-image-with-text-content .image-text-right-part .content-text p strong {
  color: #131D18;
  font-family: "Exo 2";
  font-size: 17px;
  font-style: normal;
  font-weight: bold !important;
  line-height: 22px;
}
.custom-image-with-text-content .image-text-right-part .content-text ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.custom-image-with-text-content .image-text-right-part .content-text ul > li {
  color: #3C4043;
  font-family: "Exo 2";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  list-style: none;
  position:relative;
  padding-left:30px;
}
.custom-image-with-text-content .image-text-right-part .content-text ul > li:before {
  content:"";
  background-image:url('/cdn/shop/files/circle-x_1.svg?v=1758258313');
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 6px;
}
.custom-image-with-text-content .image-text-right-part .right-part-btn {
  background-color: #497E5A;
  border-radius: 100px;
  max-width: 100%;
  padding: 13px 15px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-image-with-text-content .image-text-right-part .right-part-btn a {
  color: #fff;
  text-align: center;
  font-family: Termina;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
.custom-image-with-text-content .image-text-right-part .sub-button {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: start;
  margin-top: 12px;
  max-width: 100%;
}
.custom-image-with-text-content .image-text-right-part .sub-button-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.custom-image-with-text-content .image-text-right-part .button-wrapper {
  display: flex;
  flex-direction: column;
  align-items:center;
}
.custom-image-with-text-content.row-reverse .right-part-btn {
  max-width: 100%;
}
.multi-users-getting .custom-image-with-text-content .image-text-right-part .right-part-btn,
.multi-gym-monthly-routine .custom-image-with-text-content .image-text-right-part .right-part-btn{
  max-width: 100%;
}
.custom-image-with-text-content .image-text-right-part .sub-button-text {
  color: #284634;
  font-family: 'EXO 2';
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.custom-image-with-text-content .image-text-right-part .sub-button-item-image {
  height: 16px;
  width: 20px;
}
.custom-image-with-text-content .image-text-right-part .sub-button-item-image.mobile{
  display: none;
}
.custom-image-with-text-content.row-reverse {
  flex-direction: row-reverse;
}
.custom-image-with-text-content.row-reverse .image-text-right-part strong, 
.multi-gym-free-access .custom-image-with-text-content.row-reverse .image-text-right-part .heading-text strong {
  color: #497E5A;
  font-weight:700;
}
.multi-gym-free-access .custom-image-with-text-content.row-reverse .image-text-right-part strong {
  color: #284634;
}
.custom-image-with-text-content .image-text-right-part .review_text {
  padding: 12px 16px;
  border-radius: 4px;
  border: 2px solid #00B67A;
  background: #F4FBF8;
  margin-bottom: 24px;
}
.custom-image-with-text-content .image-text-right-part .review_text h3 {
  font-family: 'Termina';
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #131D18;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.custom-image-with-text-content .image-text-right-part .review_text .review_description {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #131D18;
  font-family: "Exo 2";
  margin-bottom: 15px;
}
.custom-image-with-text-content .image-text-right-part .review_text .review_svg {
  display: flex;
  align-items: center;
  gap: 6px;
}
.custom-image-with-text-content .image-text-right-part .review_text .review_svg span {
  font-family: 'Exo 2';
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #284634;
}
.custom-image-with-text-content .image-text-right-part .content-text p{
  color: #131D18;
  font-family: 'Exo 2';
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 20px;
}
.custom-image-with-text-content.row-reverse .image-text-right-part .content-text ul>li:before{
  background-image:url('/cdn/shop/files/circle-check_1.svg?v=1758266340');
}
.custom-image-with-text-content .image-text-right-part .content-text ol {
  counter-reset: styled-counter;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 35px;
}
.custom-image-with-text-content .image-text-right-part .content-text ol li {
  counter-increment: styled-counter;
  position: relative;
  font-size: 17px;
  line-height: 22px;
  color: #3C4043;
  font-family: 'Exo 2';
  font-weight: 400;
  margin-bottom: 13px;
}
.custom-image-with-text-content .image-text-right-part .content-text ol li:last-child{
  margin-bottom: 0;
}
.custom-image-with-text-content .image-text-right-part .content-text ol li strong {
    color: #131D18;
    font-weight: 700;
}
.custom-image-with-text-content .image-text-right-part .content-text ol li:before {
  content: counter(styled-counter);
  position: absolute;
  left: -35px;
  top: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  background: #284634;
  border-radius: 50%;
  box-sizing: border-box;
  z-index: 2;
}
.custom-image-with-text-content .image-text-right-part .content-text ol li:after {
  content: '';
  position: absolute;
  bottom: -23px;
  left: -24px;
  border: 1px dashed #284634;
  height: 25px;
  z-index: 1;
}
.custom-image-with-text-content .image-text-right-part .content-text ol li:last-child:after{
  display: none;
}

/*  image with text V2 design */
.multi-gym-free-access .image-text-right-part .right-part-btn {
  /* max-width: unset; */
}
.multi-gym-free-access .image-text-right-part .right-part-btn a {
  font-size: 20px;
}
.multi-gym-free-access .custom-image-with-text-content.row-reverse .image-text-right-part .content-text ul li strong{
  color: #3C4043;
}


/* image with text V3 design */


.multi-users-getting .custom-image-with-text-content.row-reverse .image-text-right-part strong{
  color: #284634;
}

@media(min-width:901px){
  .multi-users-getting .custom-image-with-text-content .image-text-right-part .sub-button p strong{
    font-weight:700;
  }
  .multi-users-getting .custom-image-with-text-content .image-text-right-part .sub-button p,
  .multi-users-getting .custom-image-with-text-content .image-text-right-part .sub-button p strong{
      color: #FFFFFF;
  }
  .multi-users-getting .custom-image-with-text-content .image-text-right-part .content-text ul > li {
    font-size: 13px;
    padding-left: 25px;
  }
  .multi-users-getting .custom-image-with-text-content .image-text-right-part .content-text ul > li:before {
    width: 20px;
    height: 20px;
  }
}
.multi-users-getting .custom-image-with-text-content .image-text-right-part .content-text ul > li{
    color: #131d18;
}
.multi-users-getting{
  position: relative;
}
.multi-users-getting:after {
  position: absolute;
  top: 0;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  background: #284634;
  -webkit-clip-path: polygon(0 93%, 100% 13%, 100% 100%, 0% 100%);
  clip-path: polygon(0 93%, 100% 9%, 100% 100%, 0% 100%);
  z-index: 0;
}

.multi-users-getting .lp-container {
    position: relative;
    z-index: 1;
}

@media(max-width:1340px){
  .multi-gym-free-access .image-text-right-part .right-part-btn a {
    font-size: 17px;
  }
}
@media(max-width:1200px){
  .custom-image-with-text-content .image-text-right-part .heading-text {
    font-size: 26px;
  }
  .custom-image-with-text-content{
    gap:40px;
  }
  .multi-gym-free-access .image-text-right-part .right-part-btn a {
    font-size: 15px;
  }
}
@media(max-width:1120px) and (min-width:901px){
  .multi-users-getting .custom-image-with-text-content .image-text-right-part .right-part-btn a {
    font-size: 16px;
  }
}
@media(max-width:1024px){
  .custom-image-with-text-content .image-text-right-part .sub-button-text{
    font-size:12px;
  }
  .custom-image-with-text-content .image-text-right-part .content-text ul>li{
    font-size:15px;
  }
  .custom-image-with-text-content .image-text-right-part .content-text p{
    margin-bottom:6px !important;
  }
  .multi-gym-free-access .image-text-right-part .right-part-btn a {
    font-size: 13px;
  }
}

@media(max-width:989px){
  .custom-image-with-text-content .image-text-right-part .heading-text {
    font-size:23px;
  }
  .custom-image-with-text-content .image-text-right-part .subheading-text ,
  .custom-image-with-text-content .image-text-right-part .right-part-btn a {
    font-size:16px;
  }
  .custom-image-with-text-content .image-text-right-part .subheading-text{
    line-height: 21px;
  }
  .custom-image-with-text-content .image-text-right-part .sub-button ,
  .custom-image-with-text-content .image-text-right-part .sub-button-item {
    gap:5px;
  }
  .custom-image-with-text-content .image-text-right-part .sub-button-item-image{
    width:15px;
    height:15px;
  }
  .custom-image-with-text-content .image-text-right-part .content-text ul>li{
    font-size:14px;
  }
  .custom-image-with-text-content{
    gap:30px;
  }
  .multi-gym-free-access .image-text-right-part .right-part-btn a {
    font-size: 13px;
  }
}

@media(max-width:900px){
  .custom-image-with-text-content{
    flex-direction:column-reverse;
    gap:20px;
  }
  .custom-image-with-text-content .image-text-right-part .content-text p{
    margin-bottom:16px !important;
  }
  .custom-image-with-text-content .image-text-left-part,
  .custom-image-with-text-content .image-text-right-part{
    width:100%;
  }
  .custom-image-with-text-content .image-text-left-part img.image-left-mob{
    display:block !important;
  }
  .custom-image-with-text-content .image-text-left-part .image-left-desc{
    display:none;

  }
  .custom-image-with-text-content .image-text-right-part .heading-text.mobile{
    display:block;
    font-size:24px;
  }
  .custom-image-with-text-content .image-text-right-part .heading-text{
    display:none;
  }
  .custom-image-with-text-content .image-text-right-part .heading-text.mobile p{
    line-height:1.2;
  }
  .custom-image-with-text{ 
    padding:24px 0 !important;
  }
  .custom-image-with-text-content .image-text-right-part .content-text p strong{
    font-weight:400 !important;
    font-size:16px;
  }
  .custom-image-with-text-content .image-text-right-part .content-text ul>li{
    font-size:16px;
  }
  .custom-image-with-text-content .image-text-right-part .sub-button-text{
    font-size:13px;
  }
  .custom-image-with-text-content.row-reverse{
    flex-direction:column-reverse;
  }
  .custom-image-with-text-content .image-text-right-part .content-text ol li:before {
    left: -30px;
  }
  .custom-image-with-text-content .image-text-right-part .content-text ol {
    padding-left: 30px;
  }
  .custom-image-with-text-content .image-text-right-part .content-text ol li:after {
    left: -18px;
    height: 30px;
    bottom: -13px;
  }
  .multi-gym-free-access .image-text-right-part .right-part-btn a {
    font-size: 16px;
  }
  .multi-users-getting:after {
    -webkit-clip-path: polygon(0 65%, 100% 40%, 100% 100%, 0% 100%);
    clip-path: polygon(0 65%, 100% 40%, 100% 100%, 0% 100%);
  }
  .custom-image-with-text-content .image-text-right-part .sub-button-item-image.mobile{
    display: block;
  }
  .custom-image-with-text-content .image-text-right-part .sub-button-item-image.desktop{
    display: none;
  }
}

@media(max-width:543px){
  .custom-image-with-text-content .image-text-right-part .sub-button{
    flex-direction:column;
    align-items:center;
  }
  .custom-image-with-text-content .image-text-right-part .heading-text strong{
    display:flex;
    white-space:nowrap;
  }
  .custom-image-with-text-content.row-reverse .image-text-right-part .heading-text strong {
    white-space: normal;
    display:unset;
  }
  .custom-image-with-text-content .image-text-right-part .right-part-btn{
    height:auto;
  }
  .multi-gym-free-access .custom-image-with-text-content .image-text-right-part .content-text {
    padding: 16px 0 24px;
  }
  .custom-image-with-text-content .image-text-right-part .review_text{
    padding: 12px;
  }
  .multi-gym-free-access .image-text-right-part .right-part-btn a {
    font-size: 13px;
  }
  .multi-users-getting:after {
    -webkit-clip-path: polygon(0 73%, 100% 52%, 100% 100%, 0% 100%);
    clip-path: polygon(0 73%, 100% 52%, 100% 100%, 0% 100%);
  }
  .multi-users-getting .custom-image-with-text-content .image-text-right-part .right-part-btn a {
    font-size: 14px;
  }
}
@media(max-width:450px){
  .multi-users-getting:after {
      -webkit-clip-path: polygon(0 85%, 100% 70%, 100% 100%, 0% 100%);
      clip-path: polygon(0 85%, 100% 70%, 100% 100%, 0% 100%);
  }
}
@media(max-width:417px){
  .multi-gym-free-access .image-text-right-part .right-part-btn a {
    font-size: 11px;
  }
}
@media(max-width:375px){
  .multi-users-getting:after {
      -webkit-clip-path: polygon(0 85%, 100% 72%, 100% 100%, 0% 100%);
      clip-path: polygon(0 85%, 100% 72%, 100% 100%, 0% 100%);
  }
}
@media(max-width:360px){
  .custom-image-with-text-content .image-text-right-part .heading-text.mobile{
    font-size:20px;
  }
  .custom-image-with-text-content .image-text-right-part .right-part-btn a{
    font-size:14px;
  }
  .multi-users-getting .custom-image-with-text-content .image-text-right-part .right-part-btn a{
    font-size:11px;
  }
}
/* ======================= END :  Custom Image With Text Section =======================  */


/* ================================  END: Custom Css  ===================== */
