@font-face {
  font-family: 'Freestyle Script';
  src: url(../fonts/FreestyleScript-Regular.woff2) format("woff2"), url(../fonts/FreestyleScript-Regular.woff) format("woff"), url(../fonts/FreestyleScript-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}

body {
  font-family: 'Roboto', sans-serif
}

.loader_outer {
  display: flex;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out
}

.loader {
  color: #009de1;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s
}

.loader:after {
  left: 3.5em
}

@-webkit-keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em
  }

  40% {
    box-shadow: 0 2.5em 0 0
  }
}

@keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em
  }

  40% {
    box-shadow: 0 2.5em 0 0
  }
}

.link {
  color: #009de1 !important
}

header {
  background-image: url(../images/header_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
  position: relative
}

.trusted_logo {
  max-width: 162px
}

header h1 {
  font-size: 38px;
  line-height: 50px;
  font-weight: 400;
}

header h1 span {
  background: #fff;
  color: #000;
  padding: 5px 15px
}

.email_section {
  background: #009de1;
  padding: 2px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  z-index: 1
}

.input_type {
  width: 60%;
  position: relative
}

.input_type .shoping_icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0%, -50%)
}

.input_type input {
  width: 100%;
  height: 100%;
  border: 0;
  font-size: 16px;
  color: #626262;
  line-height: 18px;
  padding: 0 22px;
  padding-right: 75px
}

.email_section button {
  background: #009de1;
  width: 40%;
  border: 0;
  color: #fff;
  font-size: 24px;
  line-height: 26px;
  padding: 9px 0;
  z-index: 1;
}

.email_section button span {
  display: block
}

.terms_section {
  position: relative;
  padding-left: 30px
}

.terms_section input {
  display: none
}

.terms_section label {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .28px;
  margin: 0;
  color: #fff;
}

.terms_section label a {
  color: #fff
}

.terms_section label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-color: #fff;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 3px
}

.terms_section input:checked+label:before {
  background-image: url(../images/check.png);
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: center
}

.terms_section p {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}

.how_it_works {
  max-width: 350px;
  bottom: -40px;
  right: 0
}

.how_it_works h3 {
  font-family: 'Freestyle Script';
  font-size: 65px;
  line-height: 76px;
  transform: rotate(-15deg);
  position: relative;
  right: 72px;
  top: 10px
}

.steps {
  background: #009de1
}

.steps ol {
  margin: 0;
  padding: 10px 0;
  list-style: none;
  position: relative
}

.steps ol:before {
  content: "";
  background: url(../images/side_layer.png);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  right: calc(100% - 37px);
  top: 0;
  background-size: cover
}

.steps ol li {
  position: relative;
  padding-left: 53px;
  width: 90%;
  margin-bottom: 25px
}

.steps ol li:last-child {
  margin-bottom: 0
}

.steps ol li h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
  letter-spacing: .45px
}

.steps ol li p {
  line-height: 18px;
  font-size: 14px;
  letter-spacing: .56px
}

.steps ol li:before {
  content: attr(data-counter);
  font-size: 52px;
  display: inline-block;
  position: absolute;
  left: 0;
  line-height: 1;
  top: 0;
  vertical-align: top;
  font-weight: 300
}

.service_outer {
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 30px
}

.common_heading {
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  color: #000;
  margin: 0
}

.services .common_heading {
  margin-top: 85px
}

.service_text {
  font-weight: 300;
  font-size: 19px;
  line-height: 33px;
  margin-top: 60px
}

.service_text b {
  font-weight: 700
}

.service_text a {
  color: #009de1
}

.member_benifits {
  margin: 60px 0
}

.member_benifits .common_heading {
  margin: 0 0 60px
}

.benifit img {
  max-height: 80px;
  min-height: 80px;
  margin-bottom: 20px
}

.benifit h3 {
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 20px
}

.benifit p {
  font-size: 12px;
  line-height: 16px
}

.client_review {
  background: #f4f5f7;
  border-top: 1px solid #e8e8e8;
}

.avtar {
  height: 60px;
  overflow: hidden;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 60px;
  border-radius: 100%;
  margin-right: 25px
}

.client_pic {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden
}

.client_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.client_text h4 {
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px
}

.rating {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex
}

.rating li img {
  max-width: 18px;
  margin: 0 7px 0 0
}

.client_text p {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}

.client_msg {
  margin: 60px 0
}

.client_msg .icon {
  margin-right: 15px
}

.client_msg .icon img {
  max-width: 50px
}

.client_msg .icon h2 {
  font-weight: bolder;
  color: #677081;
  font-size: 36px;
  margin: 0
}

.card_detail {
  background: rgba(236, 73, 123, 0.24);
  padding: 30px 0;
  line-height: 22px;
  font-size: 17px
}

.card_detail_inner {
  position: relative;
  padding-left: 90px
}

.card_detail img {
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0px
}

.cancel_area {
  padding: 30px 0
}

.cancel_area h2 {
  font-size: 19px;
  line-height: 28px;
  margin: 0
}

.cancel_area p {
  font-size: 15px;
  line-height: 23px;
  margin: 0
}

.cancel_area p a {
  color: #009de1
}

footer {
  border-top: 1px solid #DFDFDF;
  padding: 30px 0 15px 0;
  font-weight: 400;
}

/* footer ul li{margin:0 15px} */
footer * {
  font-size: 13px;
  line-height: 22px;
  color: #5B5B5B
}

footer a:hover {
  color: #009de1
}

.inner_header {
  background-image: url(../images/inner_header_new_3.png)
}

.bg2 {
  background-image: url(../images/thankyou-bg.jpg)
}

.checkout_BTN {
  border: 0;
  padding: 9px 30px;
  line-height: 1;
  font-size: 35px;
  text-transform: uppercase;
  background: #fff;
  color: #009de1;
  margin-bottom: 100px;
  font-weight: 600;
}

/* .checkout_BTN:hover{background:#009de1} */
.order_header {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0
}

.order_header h3 {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
  color: #151F3C;
  font-weight: 300
}

.order_header span {
  vertical-align: middle;
  margin: 0 12px;
  color: #908D8A
}

.risk_free {
  font-size: 16px;
  line-height: 21px;
  background: #009de1;
  color: #fff !important;
  padding: 2px 8px
}
.order_price_bar {
  padding: 30px 0;
}
@media (max-width: 546px) {
  .risk_free {
    font-size: 14px;
    line-height: 20px;
    padding: 4px 10px
  }
  .order_price_bar {
    padding: 10px 0 40px;
  }
}



.order_description h4 {
  font-size: 18px;
  line-height: 25px
}

.order_description p {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 0
}

.pricing span {
  display: block;
  margin: 0 12px
}

.pricing .current_price {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 3px
}

.pricing .old_price {
  font-size: 20px;
  font-weight: 700;
  color: #B1B1B1;
  text-decoration: line-through
}

.custom_input {
  border-radius: 0;
  border-color: #D7D7D7;
  font-size: 18px;
  color: #767676;
  font-weight: 400;
  padding: 10px 15px;
  height: auto
}

.credit-card {
  position: absolute;
  top: 16px;
  right: 28px;
  width: 30px;
}

.payment_info h3 {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  font-size: 24px;
  font-weight: 300;
  padding-bottom: 20px;
  margin-bottom: 8px
}

.blue_BTN {
  padding: 11px 26px;
  margin: 0;
  font-size: 30px;
  line-height: 40px;
  background: #009de1;
  border: 0;
  color: #fff
}

.blue_BTN:hover {
  background: #009de1
}

.payment_info .blue_BTN {
  margin-top: 40px;
  margin-bottom: 30px;
  border-radius: 50px;
}

.billing_process .styled_list {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  padding-bottom: 50px
}

.styled_list {
  padding: 0;
  margin: 0;
  list-style: none
}

.styled_list li {
  position: relative;
  font-size: 14px;
  padding-left: 20px;
  line-height: 29px
}

.styled_list li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #009de1;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0
}

.client_review .common_heading {
  position: relative;
  top: 26px
}

.client_msg .club_logo {
  max-width: 125px !important
}

.facilities .client_text h4 {
  text-transform: capitalize;
  font-weight: 800;
}

.email_section button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Thankyou page */
.section_1_register {
  border-bottom: 1px solid #e1e1e1;
  padding: 70px 0 40px 0;
}

.register_sec_left h2 {
  color: #757575;
  line-height: 29px;
  font-size: 17px;
  font-weight: 400;
  max-width: 452px;
}

.form_section {
  padding: 30px 0 50px 6px;
}

.submit_bttn {
  margin-top: 32px;
  color: #fff;
  background: #009de1;
  border: 0 !important;
  text-transform: uppercase;
  height: 50px;
  width: 112px;
  font-size: 20px;
  cursor: pointer;
}

.submit_bttn:hover {
  background: #009de1;
}

.input_form label {
  font-size: 16px;
  color: #000;
  font-weight: 700;
}

.input_form input {
  border-radius: 0 !important;
  height: 50px;
  border: 1px solid #D9D9D9;
  width: 160px;
  margin-right: 12px;
}

.register_sec_left h3 {
  line-height: 55px;
  padding-bottom: 25px;
  color: #000;
  font-weight: 100;
}

span.thank_you {
  font-size: 78px;
  font-weight: 700;
  color: #000;
}

span.insider {
  font-weight: 700;
  font-size: 32px;
}

.register_sec_left p {
  max-width: 550px;
  color: #000;
  font-size: 17px;
  line-height: 29px;
}

.register_right_img img {
  width: 100%;
}

.upcoming_sample {
  height: 267px;
  width: 316px;
  border-radius: 10px;
}

.upcoming_sample img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.section2_upcoming_samples h4 {
  padding: 70px 0 30px 0;
  color: #000;
  font-size: 26px;
  line-height: 25px;
  font-weight: 100;
}

.section2_upcoming_samples {
  padding-bottom: 80px;
}

/* PII page */
input.payment_field {
  border-radius: 0 !important;
  border: 2px solid #D7D7D7;
  width: 470px;
  height: 53px;
}

label.label_tag span {
  color: #e30000;
}

label.label_tag {
  font-size: 21px;
  font-weight: 400;
}

.payment_information h3 {
  font-size: 21px;
  font-weight: 700;
  max-width: 1000px;
  padding: 40px 0 50px 0;
  line-height: 33px;
}

.payment_row {
  padding-bottom: 45px;
}

.bttn_submit {
  width: 330px;
  height: 63px;
  color: #fff;
  background: #009de1;
  border: 0 !important;
  text-transform: uppercase;
  font-size: 25px;
}

.bttn_submit:hover {
  background: #009de1;
}

.payment_information {
  padding: 0 0 50px 0;
}

.unsub-li li {
  font-size: 19px;
  line-height: 33px;
  margin-bottom: 27px;
}

.mtb {
  margin-top: 30px;
  margin-bottom: 100px;
}

.box-small {
  width: 80px;
  margin-left: 10px;
}

/* NEW CHECKOUT CSS */
.account_details_section h4 {
  font-size: 28px;
  border-bottom: 1.83px solid rgb(0, 0, 0, 0.1);
  padding: 0 0 20px 0;
}

.form_payment {
  padding: 20px 0;
}

.cards_img {
  width: 410px;
  height: 45px;
}

.cards_img img {
  width: 100%;
  height: 100%;
}

.btn_become_member {
  font-size: 32px;
  background: #009de1;
  color: #fff;
  width: 385px !important;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 45px 0;
}

.card_icon {
  width: 89px;
  height: 89px;
}

.card_icon img {
  width: 100%;
  object-fit: cover;
}

.card_icon_text p span {
  font-weight: 700;
}

.card_icon_text p {
  font-size: 17px;
  margin: 3px 0 0 20px;
}

.card_icon_sec {
  border-bottom: 1.83px solid rgb(0, 0, 0, 0.1);
}

.account_field {
  position: relative;
}

.account_no {
  width: 460px !important;
  height: 60px !important;
  border-radius: 0;
  border: 2px solid #D7D7D7;
  margin-right: 20px;
}

.card_img {
  position: absolute;
}

.mm_yy {
  width: 192px !important;
  height: 60px !important;
  border-radius: 0;
  border: 2px solid #D7D7D7;
}

.cvv_section {
  width: 192px !important;
  height: 60px !important;
  border-radius: 0;
  border: 2px solid #D7D7D7;
  margin-right: 20px;
}

.pp {
  padding-top: 60px;
  padding-bottom: 40px;
}

.pp h3 {
  margin-top: 40px;
}

.credit-card {
  position: absolute;
  top: 16px;
  right: 28px;
  width: 30px;
}

.cc-icn {
  position: relative;
}

.prod-only {
  margin-top: 100px;
}

.prod-header-only h1 {
  width: 60%;
  padding-bottom: 40px;
}

.pd-top-btm {
  padding-top: 20px;
  padding-bottom: 30px;
}


/*PopUp CSS*/
.snack-modal {
  text-align: center;
}

.snack-modal h4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn-dismiss {
  background: #cf3838;
  border: 0;
  padding: 13px;
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
}