@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Quattrocento:wght@400;700&display=swap');


body {
  font-family: Helvetica;
  font-size: 22px;
  font-weight: 400;
  font-style: unset;
  margin: 0;
  padding: 0;
  color: white;
  background-color: black;
  overflow-x: hidden;
}

.store-button {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec_gray {
  background: #f8f7f9;
}

img {
  object-fit: cover !important;
}

* {
  padding: 0;
  margin: 0;
}

ul {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff;
  font-family: Helvetica;
  font-weight: lighter;
}



.fitness-lvl-no {
  font-size: 25px;
}

h8 {
  font-size: 14px;
  font-family: Helvetica;
  color: #FFFFFF;
  font-weight: bold;
}

.fitness-lvl {
  font-size: 30px;
  font-family: Helvetica;
  text-align: center;
  padding-bottom: 10px;
  font-weight: lighter;
}

.wht_sec_hdr .h5_sub_head {
  color: #fff;
}

.section_heading h2 {
  font-family: 'Quattrocento', serif;
  font-size: 45px;
}

.wht_sec_hdr .h3_head {
  color: #fff;
}

.h3_head {
  color: #424242;
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 800;
}

.h2 {
  font-size: 40px;
  font-family: Helvetica;
  color: #FFFFFF;
}

a {
  color: unset;
  cursor: pointer !important;
  display: inline-block;
}

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

.view_all {
  color: #f98323 !important;
  border-bottom: 1px solid #f98323;
  padding: 4px 10px;
  font-weight: 500;
  display: inline-block;
}

.form-control:focus {
  border-color: #0e75c0;
  box-shadow: none;
  outline: 0 none;
}

section {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.bg_gray {
  background: #fafafa;
}

.custom_container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

.wrapper_shala {
  /*margin-top: 135px;*/
}

.pos_rel {
  position: relative;
}

a.cp {
  color: #243f71 !important;
}

/*.owl-theme .owl-dots .owl-dot span {
  width: 3px;
  height: 20px;
  background: #595959;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #f28028;
  height: 30px;
}*/


/*--header navbar--*/
.header_home.comon_hedr {
  /*height: 92px;*/
}

.header_home .navbar {
  padding: 0;
  z-index: 9999;
  /*position: fixed;*/
  background: #fff;
  width: 100%;
  color: #fff;
  font-family: Helvetica;
  font-weight: lighter;
  /*top: 0;
  left: 0;
  right: 100%;*/
  /*box-shadow: 0 0 10px 0px #D0D0D0;*/
  /*transition: all 0.5s ease 0s;*/
}

.blk_nav {
  display: block;
  line-height: 20px;
}

.header_home.fixed-header .navbar {
  background: #fff;
  box-shadow: 0 0 11px -5px #999;
  padding: 8px 0;
}

.fixed-header .nav-item a.nav-link {
  color: #000000 !important;
  font-family: Helvetica;
  font-weight: lighter;
}

.fixed-header .nav-item.active>a {
  color: #f28028 !important;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.nav-item.btn_header {
  background: #f28028;
  margin-left: 10px;
  border-radius: 50px;
}



/*signing*/
.wrap_cls {
  padding-bottom: 20px;
  background: #000000;
}

/*.signin_mtr {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 17px -12px #009ede;
  padding: 40px;
  margin-top: -100px;
}
*/
.sign_in {
  position: relative;
}

.top_div_ttl {
  /*background: #000000;*/
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hm_pg_anim {
  background: #000000;
  color: #fff;
  /*padding-top: 20px;*/
  /*padding-bottom: 20px;*/
  margin-top: -26px;
}

.hm_pg_anim h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.top_div_ttl h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.sign_in .signin_mtr h4 {
  font-family: 'Quattrocento', serif;
  font-size: 20px;
  line-height: 28px;
}

.signin_mtr .signin_icns {
  text-align: center;
}

.signin_mtr .signin_icns img {
  width: 40px;
  height: 40px;
  margin: 10px 10px 30px;
}

.signin_mtr p {
  text-align: left;
  color: #fff;
  margin-bottom: 0px;
}

.signin_mtr .last {
  margin: 0;
}

.signin_mtr .last a {
  color: #f28028;
}

.inpt_sctn span {
  color: #FF0000;
  margin-left: 2px;
}

.signin_mtr label {
  color: #ffffff;
}

.signin_mtr .inpt_sctn .pswrd_sc {
  justify-content: space-between;
}

.pswrd_sc .left {
  position: absolute;
  right: 70px;
  color: #c1bebd;
  margin-top: -34px;
}

.signin_mtr .inpt_p {
  text-align: right;
  margin-bottom: 30px;
  color: #ffffff;
  margin-top: 6px;
}

.inpt_sctn .check {
  margin-right: 8px;
}

button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff !important;
  font-weight: 600;
  border: none !important;
  cursor: pointer;
}

.inpt_sctn .form-control {
  display: block;
  line-height: 50px;
  width: 100%;
  padding: 0 30px;
  color: #ffffff;
  background-color: rgb(44, 44, 44);
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-family: Helvetica;
}

.inpt_sctn .form-control:focus {
  border-color: #f28028 !important;
}

textarea.form-control {
  resize: none;
  height: 100px !important;
}

::placeholder {
  color: #9a9a9a !important;
  font-family: Helvetica;
  font-weight: lighter;
}

.select select {
  outline: none;
  width: 100%;
  height: 50px;
  border-radius: 30px;
  background: transparent;
  border: 1px solid #ced4da;
  padding: 0 30px;
  margin-bottom: 20px;
  color: #4c4b4b;
  position: relative;
}

.img_docc {
  width: 120px;
  height: 120px;
  border-radius: 30px;
  object-fit: cover;
  border: 1px solid #ddd;
}

.min_form .custom_file {
  height: 120px;
  width: 120px;
  border: 1px solid #ced4da;
  border-radius: 30px;
  position: relative;
}

.min_form .custom_file .file_hdn {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;

}

.min_form .custom_file .file_icn {
  padding-top: 35px;
  padding-left: 50px;
}

.inpt_sctn .dsply_sctn {
  position: relative;
}

.inpt_sctn .dsply_sctn .cls_icn {
  position: absolute;
  right: 50px;
  top: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background: #000;
  font-size: 12px;
  padding: 4px 0;
}

.min_form .inr_pge {
  position: relative;
  height: 100%;
}

.min_form .inr_pge .matter_pg {
  background: #fff !important;
  height: 100%;
  border-radius: 20px;
  box-shadow: 0px 0px 17px -12px #000;
  padding: 40px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.min_form .inr_pge::before {
  position: absolute;
  content: '';
  bottom: -12px;
  left: 50%;
  width: 85%;
  height: 20px;
  background: #f28028;
  border-radius: 20px;
  z-index: 0;
  transform: translateX(-50%);
}

.min_form .inr_pge::after {
  position: absolute;
  content: '';
  top: -12px;
  left: 50%;
  width: 85%;
  height: 20px;
  background: #f28028;
  border-radius: 20px;
  transform: translateX(-50%);
  z-index: 0;
}

.min_form .inr_pge h5 {
  color: #f28028;
}

/*signing*/
/*top*/
.top_strip_headr {
  background-color: black;
  color: white;
}

.left_top_headr {
  margin-top: 5px;
  margin-bottom: 10px;
}

div#navbarSupportedContent {
  justify-content: right;
}

/*end*/
/*footer*/
footer#footer {
  background-color: black;
  color: white;
}

.hr-footer {
  color: white;
  height: 0.1px;
}

.img_fac {
  max-width: 100%;
  height: 40px;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.card-body.card_blog {
  border: 1px solid;
  border-radius: 20px;
  text-align: left;
  /*position: relative;*/
}

.sign-up-margin {
  margin-left: 5%;
  margin-right: 5%;
}

.card-body.style_premium {

  padding-top: 240px;
  font-size: 37px;
}

.card-body.card_blog:hover {
  background-color: #fff;
}

.card.Style_up {
  background-color: #000;
}

.color_style {
  color: white;
}

.card-body.card_blog:hover .color_style {
  color: black;
}

.inpt_sctn .sign_pg {
  background-color: #000;
}

.form-group.sgn_sub {
  border: 1px solid;
  color: white;
  border-radius: 30px;
}

h4.color_style {
  text-align: right;
}

p.color_style {
  /*position: absolute;*/
  top: 65px;
}

/*.card-body.card_num {
    border-radius: 30px;
    background-color: #4e4d4d;
    padding: 10px;
}
.card_prem {
  border-bottom: 1px solid;
  color: black;
}
.card_sty {
  border-right: 1px solid;
  color: black;
  border-radius: 0px;
}*/
.card-body.card_num {
  background-color: #4e4d4d;
  border-radius: 30px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.card_sty {
  border-right: 1px solid;
  color: black;
  height: 50px;
  padding-left: 10px;
}

.card_prem {
  border-bottom: 1px solid;
  color: black;
  padding-bottom: 10px
}

.form-group.sgn_sub .form-control.sign_pg:hover {
  background-color: transparent;
}

label.color_style {
  font-size: 30px;
}

h5.color_style {
  padding-left: 20px;
}

.color_style.marm_yy {
  padding-top: 14px;
  padding-bottom: 7px;
  padding-left: 8px;
}

.bg-dark {
  background-color: #000 !important;
}

/* 30/4/2022 */
.button {
  float: left;
  margin: 0 5px 0 0;
  width: 100px;
  height: 40px;
  position: relative;
  background-color: black;
}

.button label,
.button input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.button input[type="radio"] {
  opacity: 0.011;
  z-index: 100;
}

.button input[type="radio"]:checked+label {
  background: #ffffff;
  border-radius: 4px;
  color: #000;
}

.button label {
  cursor: pointer;
  z-index: 90;
  line-height: 1.8em;
}

.st34 {
  opacity: 0.3;
  fill: #137260;
}

.st35 {
  opacity: 0.3;
  fill: #45B3C5;
}

.st36 {
  opacity: 0.1;
  fill: #64BFBF;
}

.st37 {
  opacity: 0.1;
  fill: #2B8383;
}

.st38 {
  opacity: 0.1;
  fill: #46C1C6;
}

.st39 {
  opacity: 0.1;
  fill: #206462;
}

.st40 {
  opacity: 0.35;
  fill: #1A737C;
}

.st41 {
  opacity: 0.1;
  fill: #2E8887;
}

.st42 {
  opacity: 0.1;
  fill: #08838B;
}

.st43 {
  opacity: 0.14;
  fill: #42B0A3;
}

.st44 {
  opacity: 0.3;
  fill: #128172;
}

.st45 {
  opacity: 0.15;
  fill: none;
  stroke: #24898E;
  stroke-miterlimit: 10;
}

.st46 {
  opacity: 0.3;
  fill: #24898E;
}

.st47 {
  opacity: 0.1;
  fill: #6CC0BA;
}

.st48 {
  opacity: 0.1;
  fill: #3896BA;
}

.st49 {
  opacity: 0.3;
  fill: #086A73;
}

.st50 {
  opacity: 0.15;
  fill: #0781A0;
}

.st51 {
  opacity: 0.13;
  fill: none;
  stroke: #24898E;
  stroke-miterlimit: 10;
}

.st52 {
  opacity: 0.1;
  fill: #0A6D75;
}

.st53 {
  opacity: 0.1;
  fill: #0C8270;
}

.st54 {
  opacity: 0.1;
  fill: #4DB5B9;
}

.st55 {
  opacity: 0.1;
  fill: #1A737C;
}

.st56 {
  opacity: 0.3;
  fill: #0CA181;
}

.st57 {
  opacity: 0.15;
  fill: #328488;
}

.st58 {
  opacity: 0.14;
  fill: #06938E;
}

.st59 {
  opacity: 0.17;
  fill: #105756;
}

.st0 {
  opacity: 0.2;
  fill: #6EBECE;
}

.st1 {
  opacity: 0.2;
  fill: #04738A;
}

.st2 {
  opacity: 0.2;
  fill: #03496A;
}

.st3 {
  opacity: 0.2;
  fill: #0F97A1;
}

.st4 {
  opacity: 0.2;
  fill: #10596B;
}

.st5 {
  opacity: 0.2;
  fill: #0E5767;
}

.st6 {
  opacity: 0.5;
  fill: #46C1C6;
}

.st7 {
  opacity: 0.5;
  fill: #6AAECC;
}

.st8 {
  opacity: 0.2;
  fill: none;
  stroke: #24898E;
  stroke-miterlimit: 10;
}

.st9 {
  opacity: 0.2;
  fill: #06546F;
}

.st10 {
  opacity: 0.2;
  fill: #3D9FBE;
}

.st11 {
  opacity: 0.2;
  fill: #064C6A;
}

.st12 {
  opacity: 0.2;
  fill: #047080;
}

.st13 {
  opacity: 0.2;
  fill: #0C638B;
}

.st14 {
  opacity: 0.5;
  fill: #106068;
}

.st15 {
  opacity: 0.5;
  fill: #1A737C;
}

.st16 {
  opacity: 0.5;
  fill: #1A8799;
}

.st17 {
  opacity: 0.5;
  fill: #1A848E;
}

.st18 {
  opacity: 0.5;
  fill: #5FC6C7;
}

.st19 {
  opacity: 0.5;
  fill: #0F5C63;
}

.st20 {
  opacity: 0.5;
  fill: #2694A0;
}

.st21 {
  opacity: 0.5;
  fill: #0A6481;
}

.st22 {
  opacity: 0.5;
  fill: #57B9CF;
}

.st23 {
  opacity: 0.5;
  fill: #0B526C;
}

.st24 {
  opacity: 0.5;
  fill: #0F7F8A;
}

.st25 {
  opacity: 0.5;
  fill: #11636C;
}

.st26 {
  opacity: 0.5;
  fill: #0B8898;
}

.st27 {
  opacity: 0.2;
  fill: #0B676A;
}

.st28 {
  opacity: 5.000000e-02;
  fill: none;
  stroke: #24898E;
  stroke-miterlimit: 10;
}

.st29 {
  opacity: 0.5;
  fill: #208899;
}

.st30 {
  opacity: 0.5;
  fill: #279AA6;
}

.st31 {
  opacity: 0.5;
  fill: #167383;
}

.st32 {
  opacity: 0.5;
  fill: #2A9AA6;
}

.st33 {
  opacity: 0.5;
  fill: #1C8E78;
}

.st0 {
  opacity: 0.5;
  fill: #106068;
}

.st1 {
  opacity: 0.5;
  fill: #1A737C;
}

.st2 {
  opacity: 0.5;
  fill: #1A8799;
}

.st3 {
  opacity: 0.5;
  fill: #5FC6C7;
}

.st4 {
  opacity: 0.5;
  fill: #1A848E;
}

.st5 {
  opacity: 0.5;
  fill: #208899;
}

.st6 {
  opacity: 0.5;
  fill: #279AA6;
}

.st7 {
  opacity: 0.5;
  fill: #0F5C63;
}

.st8 {
  opacity: 0.5;
  fill: #2694A0;
}

.st9 {
  opacity: 0.5;
  fill: #167383;
}

.st10 {
  opacity: 0.5;
  fill: #2A9AA6;
}

.st11 {
  opacity: 0.5;
  fill: #1C8E78;
}

.st12 {
  opacity: 0.5;
  fill: #137260;
}

.st13 {
  opacity: 0.3;
  fill: #6EBECE;
}

.st14 {
  opacity: 0.3;
  fill: #04738A;
}

.st15 {
  opacity: 0.3;
  fill: #03496A;
}

.st16 {
  opacity: 0.5;
  fill: #0A6481;
}

.st17 {
  opacity: 0.5;
  fill: #57B9CF;
}

.st18 {
  opacity: 0.5;
  fill: #45B3C5;
}

.st19 {
  opacity: 0.5;
  fill: #0B526C;
}

.st20 {
  opacity: 0.5;
  fill: #0F7F8A;
}

.st21 {
  opacity: 0.5;
  fill: #11636C;
}

.st22 {
  opacity: 0.5;
  fill: #0B8898;
}

.st23 {
  opacity: 0.3;
  fill: #0B676A;
}

.st24 {
  opacity: 0.3;
  fill: #0F97A1;
}

.st25 {
  opacity: 0.3;
  fill: #10596B;
}

.st26 {
  opacity: 0.3;
  fill: #0E5767;
}

.st27 {
  opacity: 0.3;
  fill: #64BFBF;
}

.st28 {
  opacity: 0.3;
  fill: #2B8383;
}

.st29 {
  opacity: 0.3;
  fill: #46C1C6;
}

.st30 {
  opacity: 0.3;
  fill: #206462;
}

.st31 {
  opacity: 0.5;
  fill: #46C1C6;
}

.st32 {
  opacity: 0.5;
  fill: #6AAECC;
}

.st33 {
  opacity: 0.3;
  fill: none;
  stroke: #24898E;
  stroke-miterlimit: 10;
}

.st34 {
  opacity: 5.000000e-02;
  fill: none;
  stroke: #24898E;
  stroke-miterlimit: 10;
}

.st35 {
  opacity: 0.3;
  fill: #06546F;
}

.st36 {
  opacity: 0.3;
  fill: #3D9FBE;
}

.st37 {
  opacity: 0.3;
  fill: #064C6A;
}

.st38 {
  opacity: 0.3;
  fill: #047080;
}

.st39 {
  opacity: 0.3;
  fill: #0C638B;
}

.st40 {
  opacity: 0.35;
  fill: #1A737C;
}

.st41 {
  opacity: 0.3;
  fill: #2E8887;
}

.st42 {
  opacity: 0.3;
  fill: #08838B;
}

.st43 {
  opacity: 0.34;
  fill: #42B0A3;
}

.st44 {
  opacity: 0.5;
  fill: #128172;
}

.st45 {
  opacity: 0.35;
  fill: none;
  stroke: #24898E;
  stroke-miterlimit: 10;
}

.st46 {
  opacity: 0.5;
  fill: #24898E;
}

.st47 {
  opacity: 0.3;
  fill: #6CC0BA;
}

.st48 {
  opacity: 0.3;
  fill: #3896BA;
}

.st49 {
  opacity: 0.5;
  fill: #086A73;
}

.st50 {
  opacity: 0.35;
  fill: #0781A0;
}

.st51 {
  opacity: 0.33;
  fill: none;
  stroke: #24898E;
  stroke-miterlimit: 10;
}

.st52 {
  opacity: 0.3;
  fill: #0A6D75;
}

.st53 {
  opacity: 0.3;
  fill: #0C8270;
}

.st54 {
  opacity: 0.3;
  fill: #4DB5B9;
}

.st55 {
  opacity: 0.3;
  fill: #1A737C;
}

.st56 {
  opacity: 0.5;
  fill: #0CA181;
}

.st57 {
  opacity: 0.35;
  fill: #328488;
}

.st58 {
  opacity: 0.34;
  fill: #06938E;
}

.st59 {
  opacity: 0.37;
  fill: #105756;
}


.border {
  border: 0px;
}

.login_wrp .welcm_text h3 {
  color: #fff;
}

.logn-btn {
  background-color: #000;
  border: 1px solid !important;
  width: 100%;
  border-radius: 45px;
  padding: 12px;
}

.pswd-icon {
  position: relative;
}

.pswd-icon .fa-eye {
  position: absolute;
  right: 20px;
  top: 16px;
  color: #000;
}

.page_title .headng {
  color: #fff;
  margin-bottom: 1.5rem;
}

.inner_content {
  background-color: #e7effd;
  border-radius: 15px;
  padding: 30px;
  color: #000;
}

.content_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.content_list h6,
.content_list p {
  margin-bottom: 0;
}

.theme_btn {
  background-color: #09d;
  color: #fff;
  border-radius: 8px;
}

.profile_imag {
  display: inline-block;
  position: relative;
}

.profile_imag i,
.profile_imag input {
  position: absolute;
  right: 1px;
  top: 7px;
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
  color: #000;
}

.profile_imag img {
  height: 140px;
  width: 140px;
  border-radius: 50%;
}

.profile_imag input {
  width: 20px;
  opacity: 0;
}

.profile_contnr {
  text-align: center;
  margin-bottom: 30px;
}

.payment_make_wrap img {
  height: 240px;
}

.plan_info img {
  height: 50px;
}

.plan_info {
  display: flex;
}

.pricing_info {
  margin-left: 20px;
}

.pricing_info span {
  font-size: 14px;
}

.home_head {
  color: #fff;
}

.home_head h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 55px;
  font-weight: 200;
  text-align: center;
}

.home_head p {
  text-align: center;
  font-size: 32px;
  margin-top: 15px;
  font-weight: 500;
}

.what_is_flowrunr {
 color: #fff;
}

.what_is_flowrunr h3 {
  color: #fff;
  font-size: 35px;
  text-align: center;
  margin-bottom: 14px !important;
  font-family: Helvetica;
}

.under-line {
  border-bottom: 2px solid white;
  display: inline-block !important;
}

.under-over-line {
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  display: inline-block !important;
  border-radius: 1px;
}

.what_is_flowrunr .div_wrap {
  width: 100%;
  margin-bottom: 2px;
  text-align: center;
  font-family: Helvetica;
}

.div_wrap p {
  font-size: 28px;
  font-family: Helvetica;
  font-weight: lighter;
  /*word-spacing: 7px;*/
}

.membership-heading h3 {
  font-family: Helvetica;
  font-size: 40px;
}

.sub_sec h4 {
  color: #fff;
  font-size: 35px;
  text-align: center;
}

.sub_sec {
  padding: 65px 0;
}

.sub_sec {
  width: 900px;
}

/*.home_head{
  padding: 60px 0 60px 0;
}*/
.div_wrap.secnd {
  width: 852px;
  text-align: center;
}

.download_sec.what_is_flowrunr .div_wrap {
  width: unset;
}

.btn.border_btn {
  background-color: transparent;
  border: 2px solid #fff !important;
  border-radius: 7rem;
  padding: 0.4rem;
  font-size: 1rem;
  width: 15rem;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  min-width: 200px;
  white-space: nowrap;
}

.work_list ul {
  list-style: auto;
  font-size: 25px;
  font-weight: 100;
  margin-left: 50px;
  list-style-type: decimal;
}

.work_list {
  display: flex;
  justify-content: center;
}

.work_list ul li {
  padding: 10px 0;
}

.levels_div {
  color: #fff;
}

.levels_div h5 {
  color: #fff;
  position: relative;
  text-align: center;
  margin-bottom: 24px;
}

/* .levels_div h5:after{
  content: "";
  background-color: #ff8d00;
  width: 50%;
  height: 1px;
  position: absolute;
  left: 25%;
  top: 32px;
} */
.Membership_sec hr {
  background-color: #ffffff;
  height: 0.1px;
  border: none;
  border-radius: 50px;

}

.Membership_sec h3 {
  /*padding: 40px 0 60px;*/
  padding: 50px 0;
}

.Testimonials_cont img {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  object-fit: contain;
  /*border: 4px solid #ddd;*/
}

/* .cont_sec p {
  font-size: 18px;
} */

.cont_sec {
  margin-bottom: 60px;
  margin-top: 60px;
}

.what_is_flowrunr.frst {
  padding-top: 200px !important;
}

.fitns_lvl {
  margin-bottom: 20px;
  text-align: center;
}

.how img {
  width: 100%;
  height: unset;
  object-fit: cover !important;
  border: 4px solid #ddd;
}

.cont_imgs img {
  height: unset;
}

.brdr {
  border-bottom: 1px solid;
}

.how h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.how {
  margin-bottom: 85px;
}

.phil_img {
  width: 100%;
  height: 250px;
  object-fit: cover !important;
  border: 4px solid #ddd;
}

.brdr {
  border-bottom: 1px solid;
}

.phil {
  margin-bottom: 85px;
}

.policy h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;

}

.gd * {
  color: #fff;
}

.ttl_desc h3 {
  text-align: left;
  margin-bottom: 15px;
  font-size: 35px;
}

.subs_drtls {
  border-radius: 15px;
  border: 1px solid #fff;
  color: #fff;
  padding: 20px;
  position: relative;
  margin-top: 20px;
}

.subs_prc h2 {
  color: #fff;
  font-weight: 900;
  margin-top: 28px;
}

.subs_info h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 4px;
}

.subs_info .subs_catg {
  font-size: 20px;
  color: #fff;
  margin-bottom: 8px;
}

.subs_info p {
  font-size: 18px;
  text-align: center;
}

.slct_chck {
  position: absolute;
  top: 12px;
  left: 12px;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color: #ffffff;
}

.logn-btn.btn_sm_w {
  background-color: #fff;
  color: #000 !important;
  padding: 8px;
  transition: 0.2s all;
}

.logn-btn.btn_sm_w:hover {
  background-color: #000;
  color: #fff !important;
}

.subs_drtls.active {
  background-color: #fff;
  color: #000 !important;
}

.subs_drtls.active .subs_info p,
.subs_drtls.active .subs_info h3,
.subs_drtls.active .subs_prc h2 {
  color: #000;
}

.subs_drtls.active .logn-btn.btn_sm_w {
  background-color: #000;
  color: #fff !important;
}

label.error {
  display: block;
  color: #ffffff;
}

.whos-for .titles {
  text-transform: uppercase;
}

.whos-for .fitns_lvl {
  margin-right: 18px;
}

.headr_changing {
  width: 25%;
  padding: 12px;
  float: right;
  background-color: #000;;
}

.headr_changing .nav-link {
  color: #fff !important;
}

.cstm_bg_hm {
  padding: 60px 10px 60px 10px;
}

.home-kebab {

  text-align: center;
  padding: 40px 0px 0px 0px;

}

.run-img {
  margin-top: 70px;
}

/* .who-des
{

  text-align: center;
  margin-top: 20px;
} */
.who-des h4 {
  color: white;
  margin: 70px;

}


/* harry */
.txt-black h5 {
  color: #fff !important;
}

#datepicker-error {
  position: absolute;
  top: 60px;
}

.align_desc p {
  text-align: center !important;
}

.icon_now i {
  font-size: 30px !important;
}

/* New style nitin 30nov */
.home_head.hero-title h3 {
  font-size: 90px;
  font-weight: 300;
  font-family: "Helvetica Neue";
  font-weight: bold;
}

.home_head.cstm_h3x>h4 {
  font-size: 31px;
  font-weight: 300;
  margin-bottom: 55px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

/* New style  1 dec  */
.div_wrap p:nth-child(4) {
  max-width: 50vw;
  margin: auto;
}

.title-ul p:first-child {
  margin: 60px 0 0;
}

.title-ul p:nth-child(3) {
  margin: 0px 0 60px;
}

.who-des.cstm_cls h3 {
  max-width: 400px;
  font-size: 33px;
  margin: auto;
  margin-bottom: 10px !important;
}

.under-line.text-center.cstm_brdr-clr {
  border-top: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #ff9100;
  border-radius: 1px;
}

.text-center.align_desc.cstm_brdr-clr p {
  margin: auto;
  margin: 5px auto;
}

.cstm_bg_hm.inner_imgs.cstm-hght img {
  height: 100%;
  box-shadow: 10px 9px 12px #fff3;
  border-radius: 40px;
}

.work_list li {
  text-align: left;
}

.how__works h3 {
  text-transform: uppercase;
}

.marginBottomLg {
  margin-bottom: 50px;
}

.innerMember_content {
  padding: 3rem 0;
}

.header__logo {
  height: 140px;
  width: 140px;
}

.header__togglr {
  height: 3rem;
  width: 3rem;
}

/* 22/12/2022 */

.gap-2 {
  gap: 32px;
}

.how-cntnt table {
  text-align: left;
  /* width: 40%; */

}

.how-cntnt table td {
  border: none;
}

.text-huge {
  font-size: 1.8em;
}

.text-tiny {
  font-size: .7em;
}

.text-small {
  font-size: .85em;
}

.text-big {
  font-size: 1.4em;
}

.how-cntnt ul {
  list-style-type: disc;
}

.how-cntnt ul {
  padding-left: 35px;
}

.home_head.hero-title h2 {
  font-family: Helvetica;
  font-size: 80px;
  text-align: center;
  font-weight: bold;
}

p {
  font-size: 18px;
  line-height: 1.5;
  font-family: Helvetica;
  font-weight: lighter;
}

.limited-intro-price {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.centered-text-fit-level {
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p1 {
  font-size: 25px;
  font-family: Helvetica;
  font-weight: normal;
}

.p1-centered-text {
  position: relative;
  display: flex;
  align-items: center;
  height: 200px;
  width: 200px;
  font-family: Helvetica;
  font-weight: normal;
}

.fitness-lev-text {
  text-align: center;
  font-size: 18px;
  z-index: 1;
}


.custom-hr-fit-lev {
  margin-top: 4rem;
  margin-bottom: 4rem;
  width: 25rem;
  border: 0.1rem solid white;
  border-radius: 5px;
}

.white-background-square {
  position: absolute;
  top: 4650px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  width: 700px;
  height: 600px;
}

.p-first-paragraph {
  text-align: left;
  font-size: 8px;
  font-weight: lighter;
  font-family: Helvetica;
  font-height: 1.5;
}

.li {
  padding-bottom: 10px;
}

.concept-container {
  margin-left: 2rem;
  margin-right: 2rem;
}

.p-member-paragraph {
  text-align: center;
  font-size: 25px;
  font-family: Helvetica;
  font-height: 2.0;
}

.member-heading {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  color: #FFFFFF;
  margin-bottom: 2rem;
}

.member-heading-color {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  color: #ff9100;
  margin-bottom: 2rem;
}

.member-heading-sub-color {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 40px;
  color: #ff9100;
  margin-bottom: 2rem;
}

.download-heading {
  font-size: 30px;
  font-family: Helvetica;
  color: #FFFFFF;
}

.testimonial1 {
  margin-bottom: 1px;
}

.testimonial-image1 {
  float: left;
  margin-right: 10px;
}

.testimonial-image2 {
  float: right;
  margin-left: 10px;
}

.testimonial-headline {
  text-align: center;
  margin-bottom: 30px;
  color: #FFFFFF;
}

.testimonials {
  margin-bottom: 20px;
  margin-top: 20px;
}

.headline-container {
  position: relative;
  height: 10rem;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;

}

.headline {
  font-family: Helvetica;
  font-size: 35px;
  font-weight: lighter;
  color: #FFFFFF;
  margin-top: 10px;
  margin-bottom: 50px;
  position: absolute;
}



.section-hr {
  height: 0.1px;
  border-top: 1px solid #FFFFFF;
  background-color: transparent;
  border-radius: 50px;
  padding: 0 10px;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  margin-top: 70px;

}

.text-sec-headline {
  font-family: Helvetica;
  font-weight: lighter;
  font-size: 25px;
  margin-top: 2rem;
}

.text-body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  height: 200px;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  margin-top: 15rem;
}

.p-text-body {
  font-family: Helvetica;
  font-weight: lighter;
  font-size: 22px;
  line-height: 1.5;
  margin-top: 0.1rem;
  color: #FFFFFF;
  text-align: left;
}

.p-text-body-mem {
  font-family: Helvetica;
  font-weight: lighter;
  font-size: 22px;
  line-height: 1.5;
  margin-top: 0.1rem;
  color: #FFFFFF;
}

.p-text-body-mem-color {
  font-family: Helvetica;
  font-weight: lighter;
  font-size: 30px;
  line-height: 1.5;
  margin-top: 0.1rem;
  color: #ff9100;
}

.p-text-body-list {
  list-style-type: disc;
  font-family: Helvetica;
  font-weight: lighter;
  font-size: 22px;
  line-height: 1.5;
  margin-top: 0.1rem;
  color: #FFFFFF;
  text-align: left;
}

.p-text-body-bold {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.5;
  margin-top: 0.1rem;
  color: #FFFFFF;
}


.content-wrapper {
  flex: 1 1 auto;
  margin-left: 0.6rem;
  margin-bottom: 5rem;
  margin-top: 10px;
}

.clearfix::after {
  content: "";
  display: flex;
  clear: both;
}

.p-first-paragraph {
  list-style-type: disc;
  font-size: 15px;
}


.our-concept {
  font-family: Helvetica;
  font-size:320px;
  font-weight: lighter;
}

.our-concept-headline {
  font-family: Helvetica;
  font-size: 40px;
  font-weight: bold;
  padding: 15px;
}

.Membership_sec hr{
  background-color: #ffffff;
  height: 2px;
}
.Membership_sec h3 {
  /*padding: 40px 0 60px;*/
  padding: 50px 0;
}

.fit-lvl-lines {
  font-size: 50px;
  font-family: Helvetica;
}

.reset-pass {
  margin-left: 2rem;
  margin-right: 2rem;
}



@media (max-device-width: 768px) {
  h1 {
    font-size: 24px;
  }

  .responsive-container p1 {
    font-size: 18px;
  }

  .responsive-container .custom-hr-fit-lev {
    width: 60%;
  }
}

@media only screen and (max-device-width: 767px) {
  .container {
    padding: 0 10px;
  }

  .centered-text-fit-level {
    padding: 1rem;
  }

  .custom-hr-fit-lev {
    width: 50%;
  }

  p1 {
    font-size: 18px;
  }

  h1 {
    font-size: 18px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 33px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 14px;
  }
  .p-first-paragraph {
    font-size: 16px;
  }

}
