.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

#details-error-message, #question-error-message {
    display: none;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    background-color: red !important;
    padding-top: 15px;
    padding-bottom: 8px;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 60px;
    display: block;
    width: 83%;
    margin-top: 22px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 10px;
    color: #000;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.section_header {
  display: block;
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url('../images/595e225e1787f439ed143014_bg_new.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat-y;
}

.section_header.ty {
  background-color: #a20100;
}

.header_logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.checkout_header-container {
  margin-top: 15px;
  background-color: #bb0f0f;
}

.checkout_header-wrapper {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.checkout_steps {
  display: block;
  width: 100%;
}

.discount-wrapper {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -10px;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 5px;
  background-color: #bb0f0f;
  color: #fff;
  text-align: center;
}

.p-text {
  line-height: 1.2;
  text-align: center;
}

.guarantee-checkout {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.img-left {
  width: 250px;
  margin-right: 25px;
  float: left;
}

.h3-header {
  margin-bottom: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  line-height: 1.2;
  text-align: center;
}

.h3-header.align-left {
  margin-top: 0px;
  text-align: left;
}

.form_btn {
  display: block;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 2px solid #ff7200;
  border-radius: 100px;
  background-image: linear-gradient(23deg, #ff7200, #ff9100);
  -webkit-transition: all 120ms cubic-bezier(.55, .055, .675, .19);
  transition: all 120ms cubic-bezier(.55, .055, .675, .19);
  color: #fff;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}

.form_btn:hover {
  border-color: #ff7200;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff9831), to(#ff7200));
  background-image: linear-gradient(90deg, #ff9831, #ff7200);
  box-shadow: 8px 8px 13px 3px rgba(255, 57, 18, 0);
}

.form_btn.confirm-details {
  width: 90%;
}

.pricing-option-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.billing-period {
  color: #929292;
  font-size: 12px;
  font-weight: 500;
}

.discount-text {
  text-align: center;
}

.limited-offer {
  width: 650px;
  min-height: 50px;
  margin: 20px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 100px;
  background-color: #fb5717;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}

.custom-tick-box {
  width: 40px;
  height: 40px;
}

.div-block {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.bonus-col-left {
  width: 20%;
  margin-right: 25px;
  margin-left: auto;
  float: left;
}

.faq-block {
  width: 50%;
  padding: 15px 25px;
  float: left;
}

.tick-img {
  width: 25px;
  margin-right: 15px;
  float: left;
}

.pricing-option-wrapper {
  display: block;
  min-height: 120px;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #ececec;
  border-radius: 4px;
  color: #444;
  text-decoration: none;
}

.pricing-option-wrapper:hover {
  border-color: #bb0f0f;
}

.p-text-list {
  font-family: 'Open Sans', sans-serif;
  color: #161616;
  font-size: 16px;
  line-height: 1.2;
}

.h4-header {
  color: #000;
  line-height: 1.2;
  text-align: center;
}

.bonus-col-right {
  width: 75%;
  float: left;
}

.current-price {
  margin-bottom: 5px;
  font-size: 35px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}

.option-price {
  width: 30%;
}

.guarantee-checkout-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 310px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.guarantee-checkout-wrapper.lp {
  height: 310px;
}

.section-content {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.section-content.ty {
  width: 700px;
}

.option-title {
  width: 50%;
  color: #444;
  font-weight: 600;
}

.h2-header-2 {
  margin-bottom: 25px;
  color: #444;
  font-size: 31px;
  line-height: 1.5;
}

.h2-header-2.center {
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  text-align: center;
}

.h2-header-2.center {
  margin-top: 25px;
  font-family: Oswald, sans-serif;
  color: #bb0f0f;
  text-align: center;
}

.headline_h1 {
  width: 70%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #bb0f0f;
  font-size: 50px;
  line-height: 1.2;
  text-align: center;
}

.headline_h1.ty {
  width: 100%;
  font-size: 60px;
}

.subscription-container {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.bonus-left {
  display: block;
  margin-left: auto;
  float: left;
}

.paragraph-text-2 {
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #444;
  font-size: 16px;
  line-height: 1.7;
}

.subscription-block {
  width: 50%;
  padding: 15px 25px;
  float: left;
}

.subscription-checklist-wrapper {
  margin-bottom: 15px;
}

.pricing-tick-wrapper {
  width: 25%;
  padding-left: 15px;
  text-align: center;
}

.bonus-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 25px;
  background-color: #f5f5f5;
}

.option-title-text {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.3;
}

.section_footer {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fafafa;
}

.footer_container {
  display: block;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-logo {
  display: block;
  width: 250px;
  max-width: 120%;
  margin-right: auto;
  margin-left: auto;
}

.footer_wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  text-align: center;
}

.footer-link {
  margin-right: 10px;
  margin-left: 10px;
  color: #000;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-text {
  margin-bottom: 0px;
  color: #000;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}

.form {
  font-family: 'Open Sans', sans-serif;
}

.form_block-full {
  width: 100%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}

.form_block-full.country {
  margin-top: 25px;
}

.step_text-box {
  width: 90%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  padding: 8px 20px;
  border: 1px solid #eaedbe;
  border-radius: 10px;
  background-color: #fffef1;
}

.checkout_body-wrapper {
  padding: 45px;
}

.form_block {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.4;
}

.field_drop {
  background-color: #fff;
}

.form_block-3 {
  width: 32%;
  margin-right: 5px;
  float: left;
}

.step_text {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 1.4;
  text-align: center;
}

.checkout_body-div {
  width: 100%;
}

.cta-button {
  display: block;
  width: 83%;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 23px;
  padding-bottom: 23px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffb50b), color-stop(0%, #ff7200), color-stop(84%, #ff9100));
  background-image: linear-gradient(0deg, #ffb50b, #ff7200 0%, #ff9100 84%);
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.arrow-wrapper {
  position: relative;
  top: 75px;
  right: 80px;
  display: inline-block;
  width: 300px;
}

.pinnacle-period-guide {
  display: block;
  width: 80%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

.form_label {
  font-weight: 700;
}

.form_label.center {
  font-size: 20px;
  text-align: center;
}

.checkout_body-col-right {
  width: 50%;
  float: right;
}

.checkout_body-col-left {
  width: 50%;
  float: left;
}

.checkout_container {
  width: 1000px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  box-shadow: 3px 3px 20px 0 rgba(119, 0, 0, 0.09);
}

.form_textarea {
  margin-right: auto;
  margin-left: auto;
}

.ty-header-h3 {
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.ty-product-desc-wrapper {
  width: 56%;
  float: left;
}

.contain-box {
  display: block;
  margin-right: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  padding: 25px 20px;
  border: 3px none #940100;
  border-radius: 30px;
  background-color: #f7f7f7;
  box-shadow: 0 8px 6px -7px rgba(0, 0, 0, 0.2);
}

.p-text-3 {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.7;
}

.p-text-box {
  margin-bottom: 15px;
  margin-left: 0px;
  padding-left: 0px;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}

.ty-product-wrapper {
  width: 43%;
  padding-right: 20px;
  float: left;
  text-align: center;
}

.subheader {
  margin-bottom: 45px;
  font-family: Exo, sans-serif;
  color: #940100;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}

.bold-text {
  font-family: Oswald, sans-serif;
  font-size: 40px;
}

.bold-text-2 {
  font-family: Oswald, sans-serif;
}

.bold-text-3 {
  display: block;
  font-size: 60px;
}

.text-block {
  color: #fff;
}

.text-block-2 {
  color: #fff;
}

.text-block-3 {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .checkout_header-wrapper {
    width: 100%;
  }
  .form_btn {
    font-size: 20px;
  }
  .guarantee-checkout-wrapper {
    height: 200px;
  }
  .section-content {
    width: 100%;
  }
  .footer_container {
    width: 95%;
  }
  .checkout_body-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }
  .form_block-3 {
    width: 31%;
  }
  .arrow-wrapper {
    top: 165px;
  }
  .checkout_container {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .img-left {
    display: block;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    float: none;
  }
  .limited-offer {
    width: 90%;
  }
  .div-block {
    padding-right: 25px;
    padding-left: 25px;
  }
  .bonus-col-left {
    width: 40%;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    float: none;
  }
  .faq-block {
    width: 100%;
    padding-bottom: 5px;
    float: none;
  }
  .bonus-col-right {
    width: 100%;
    float: none;
  }
  .guarantee-checkout-wrapper {
    height: 100px;
  }
  .guarantee-checkout-wrapper.lp {
    height: 150px;
  }
  .section-content {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .section-content.ty {
    width: 95%;
  }
  .h2-header-2 {
    text-align: center;
  }
  .headline_h1 {
    width: 90%;
    font-size: 40px;
  }
  .subscription-container {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .subscription-block {
    width: 100%;
  }
  .footer_container {
    width: 95%;
  }
  .footer-logo {
    width: 200px;
  }
  .step_text {
    font-size: 14px;
  }
  .cta-button {
    width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .arrow-wrapper {
    display: none;
  }
  .image-true-keto-month {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    float: none;
  }
  .p-text-box {
    margin-top: 10px;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .header_logo {
    width: 50%;
  }
  .h3-header.align-left {
    font-size: 19px;
    text-align: center;
  }
  .form_btn {
    font-size: 16px;
  }
  .discount-text {
    font-size: 11px;
  }
  .limited-offer {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }
  .custom-tick-box {
    width: 30px;
    height: 30px;
  }
  .div-block {
    padding-right: 15px;
    padding-left: 15px;
  }
  .bonus-col-left {
    width: 60%;
  }
  .faq-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .guarantee-checkout-wrapper {
    height: 70px;
  }
  .guarantee-checkout-wrapper.lp {
    height: 100px;
  }
  .h2-header-2 {
    font-size: 25px;
    line-height: 1.4;
  }
  .h2-header-2.center {
    font-size: 19px;
    line-height: 1.4;
  }
  .h2-header-2.center {
    font-size: 22px;
    line-height: 1.4;
  }
  .headline_h1 {
    width: 95%;
    margin-top: 5px;
    font-size: 27px;
  }
  .headline_h1.ty {
    margin-bottom: 15px;
    font-size: 35px;
  }
  .subscription-container {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .subscription-block {
    padding-right: 5px;
    padding-left: 5px;
  }
  .pricing-tick-wrapper {
    width: 20%;
    padding-left: 10px;
  }
  .bonus-wrapper {
    padding-top: 25px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .option-title-text {
    font-size: 18px;
  }
  .footer_container {
    width: 90%;
  }
  .footer-logo {
    width: 60%;
  }
  .footer-link {
    display: block;
    line-height: 1.6;
  }
  .step_text-box {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .checkout_body-wrapper {
    padding: 25px 15px;
  }
  .form_block {
    font-size: 14px;
  }
  .step_text {
    font-size: 12px;
  }
  .checkout_body-col-right {
    width: 100%;
  }
  .checkout_body-col-left {
    width: 100%;
  }
  .ty-header-h3 {
    text-align: center;
  }
  .image-true-keto-month {
    width: 80%;
    padding-right: 0px;
    padding-bottom: 0px;
    float: none;
  }
  .ty-product-desc-wrapper {
    width: 100%;
  }
  .contain-box {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    border-width: 2px;
    border-radius: 0px;
  }
  .adobe-link {
    font-size: 11px;
  }
  .p-text-3 {
    font-size: 16px;
    line-height: 1.5;
  }
  .p-text-box {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .ty-product-wrapper {
    width: 100%;
    padding-right: 0px;
  }
  .subheader {
    margin-bottom: 25px;
    font-size: 16px;
  }
  .bold-text {
    font-size: 35px;
    line-height: 1.2;
  }
  .bold-text-3 {
    font-size: 40px;
  }
}