.body {
  background-image: url('../images/bg-meat-1.png'), url('../images/bg-plate-1.png'), url('../images/background.jpg');
  background-position: 107% 20%, -80px -60px, 50% 0%;
  background-size: 280px, 350px, cover;
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-attachment: scroll, scroll, scroll;
}

.section_headline {
  padding-top: 15px;
  padding-bottom: 15px;
}

.headline_logo-wrapper {
  width: 350px;
  margin-right: auto;
  margin-left: auto;
}

.section_content {
  width: 850px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.header-main-h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
}

.header-main-wrapper {
  width: 670px;
  margin-right: auto;
  margin-left: auto;
}

.header-main-h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #000675;
  font-size: 47px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
}

.main-box-wrapper {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.main-box-1 {
  display: inline-block;
  width: 23%;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px 5px;
  border-style: solid;
  border-width: 4px;
  border-color: #fd8300;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 4px 4px 7px -1px rgba(0, 0, 0, 0.25);
}

.main-box-label {
  margin-top: 15px;
  font-family: Raleway, sans-serif;
  color: #1b2f5b;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.main-box-check {
  display: block;
  width: 50px;
  margin-right: auto;
  margin-left: auto;
}

.section_footer {
  padding-bottom: 25px;
  background-color: #fff;
}

.footer-container {
  display: block;
  width: 850px;
  margin-right: auto;
  margin-left: auto;
}

.footer-wrapper {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}

.footer-logo {
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
}

.copyright {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  line-height: 1.3;
  text-align: center;
}

.footer-link {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

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

.main-cta {
  display: block;
  width: 50%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fd983e), to(#ff3912));
  background-image: linear-gradient(90deg, #fd983e, #ff3912);
  box-shadow: 8px 8px 10px 5px rgba(255, 57, 18, 0.26);
  -webkit-transition: all 100ms cubic-bezier(.55, .055, .675, .19);
  transition: all 100ms cubic-bezier(.55, .055, .675, .19);
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.main-cta:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff3912), to(#ff3912));
  background-image: linear-gradient(90deg, #ff3912, #ff3912);
  box-shadow: 8px 8px 10px 5px rgba(255, 57, 18, 0);
}

.divider-footer {
  height: 100px;
  margin-right: auto;
  margin-bottom: -5px;
  margin-left: auto;
  background-image: url('../images/footer-edge.png');
  background-position: 0% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.header-question-h1 {
  margin-bottom: 45px;
  font-family: Raleway, sans-serif;
  color: #1a2f5b;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
}

.header-question-h1.form-headline {
  margin-bottom: 15px;
}

.header-question-h1.results-headline {
  font-family: Vollkorn, serif;
  color: #002881;
  font-size: 55px;
  line-height: 1.1;
  font-weight: 800;
}

.quiz-box-wrapper {
  margin-top: 20px;
}

.gender {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 250px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-radius: 100%;
  background-color: #900;
  box-shadow: 13px 13px 15px 0 #000;
  -webkit-transition: all 100ms cubic-bezier(.55, .055, .675, .19);
  transition: all 100ms cubic-bezier(.55, .055, .675, .19);
  text-decoration: none;
}

.gender:hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 250px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-radius: 100%;
  background-color: #900;
  box-shadow: none;
  text-decoration: none;
}

.gender.male {
  background-image: -webkit-gradient(linear, left top, right top, from(#0ff), to(#2e3192));
  background-image: linear-gradient(90deg, #0ff, #2e3192);
  box-shadow: 13px 13px 15px 0 rgba(0, 113, 188, 0.28);
  cursor: pointer;
}

.gender.male:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#2e3192), to(#2e3192));
  background-image: linear-gradient(90deg, #2e3192, #2e3192);
  box-shadow: none;
  cursor: pointer;
}

.gender.female {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff9831), to(#ff3912));
  background-image: linear-gradient(90deg, #ff9831, #ff3912);
  box-shadow: 13px 13px 15px 0 rgba(255, 57, 18, 0.28);
}

.gender.female:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff3912), to(#ff3912));
  background-image: linear-gradient(90deg, #ff3912, #ff3912);
  box-shadow: none;
}

.gender-icon {
  display: block;
  width: 45%;
  margin-right: auto;
  margin-left: auto;
}

.gender-label {
  margin-top: 20px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 1;
  text-decoration: none;
}

.gender-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.progress-bar-wrapper {
  margin-top: 100px;
}

.progress-bar-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  background-image: url('../images/bg-grey-small_1bg-grey-small.jpg');
  background-position: 50% 50%;
  background-size: 91% 5px;
  background-repeat: no-repeat;
}

.progress-cirlce-grey {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #e6e6e6;
}

.progress-cirlce-grey.circle-green {
  background-color: #93c954;
}

.quiz_wrapper {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.quiz-column {
  width: 50%;
  float: left;
}

.quiz-column.full {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.quiz-selection-list {
  display: block;
  padding: 5px 10px;
  border: 2px solid #ff9831;
  border-radius: 20px;
  background-color: #fff;
}

.a_checklist_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 15px auto;
  padding: 10px 15px;
  -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;
  border: 2px solid #ff9831;
  border-radius: 100px;
  background-color: #fff;
  color: #000;
  cursor: pointer;
}

.a_checklist_btn:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff9831), to(#ff3912));
  background-image: linear-gradient(90deg, #ff9831, #ff3912);
  color: #fff;
}

.a_checklist_btn:active {
  border-color: #ff3a13;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff3a13), to(#ff3a13)), -webkit-gradient(linear, left top, right top, from(#ff9831), to(#ff3912));
  background-image: linear-gradient(180deg, #ff3a13, #ff3a13), linear-gradient(90deg, #ff9831, #ff3912);
}

.food-img-icon {
  width: 100%;
}

.checklist_text {
  font-family: Raleway, sans-serif;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.column {
  text-align: right;
}

.checklist_icon.unchecked {
  display: none;
}

.food-img-icon-2 {
  width: 70%;
}

.check-box {
  width: 33px;
  height: 33px;
  background-color: #e0e0e0;
}

.columns {
  width: 500px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.column-3 {
  text-align: right;
}

.quiz-tab {
  min-width: 180px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid #ff9831;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.quiz-tab:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff9831), to(#ff3912)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(90deg, #ff9831, #ff3912), linear-gradient(180deg, #fff, #fff);
  color: #fff;
}

.column-4 {
  text-align: left;
}

.column-5 {
  padding-left: 0px;
}

.height_inch {
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  background-image: url('../images/height-icon-01_1height-icon-01.png');
  background-position: 0px 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 17px;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.next_btn {
  display: block;
  width: 40%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 2px solid #ff9831;
  border-radius: 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff9831), to(#ff3912));
  background-image: linear-gradient(90deg, #ff9831, #ff3912);
  box-shadow: 8px 8px 13px 3px rgba(255, 57, 18, 0.28);
  -webkit-transition: all 120ms cubic-bezier(.55, .055, .675, .19);
  transition: all 120ms cubic-bezier(.55, .055, .675, .19);
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.next_btn:hover {
  border-color: #ff3a13;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff3a13), to(#ff3a13));
  background-image: linear-gradient(180deg, #ff3a13, #ff3a13);
  box-shadow: 8px 8px 13px 3px rgba(255, 255, 255, 0);
}

.weight {
  margin-top: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  background-image: url('../images/weight-icon-01_1weight-icon-01.png');
  background-position: 0px 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 17px;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.age {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 12px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  background-image: url('../images/age-icon-01_1age-icon-01.png');
  background-position: 0px 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 17px;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.measurement-form-wrapper {
  width: 550px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 25px;
  border-radius: 10px;
  background-color: #fff;
}

.column-6 {
  padding-right: 0px;
}

.target_weight {
  margin-top: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  background-image: url('../images/weight-icon-02_1weight-icon-02.png');
  background-position: 0px 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 17px;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.columns-2 {
  margin-top: 20px;
}

.height_feet {
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  background-image: url('../images/height-icon-01_1height-icon-01.png');
  background-position: 0px 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 17px;
  line-height: 1.4;
  text-align: center;
}

.btn_selection {
  display: block;
  width: 70%;
  margin: 5px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 2px solid #ff9831;
  border-radius: 100px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.btn_selection:hover {
  border-style: solid;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff9831), to(#ff3912)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(90deg, #ff9831, #ff3912), linear-gradient(180deg, #fff, #fff);
  color: #fff;
}

.btn_selection:active {
  border-color: #ff3a13;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff3a13), to(#ff3a13)), -webkit-gradient(linear, left top, right top, from(#ff9831), to(#ff3912)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #ff3a13, #ff3a13), linear-gradient(90deg, #ff9831, #ff3912), linear-gradient(180deg, #fff, #fff);
}

.form-wrapper {
  display: block;
  width: 55%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 25px;
  border-radius: 10px;
  background-color: #fff;
}

.fullname {
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #d8d8d8;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

.email {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #d8d8d8;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

.next_btn-2 {
  min-width: 150px;
  margin-top: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f76a1f), to(#f76a1f));
  background-image: linear-gradient(180deg, #f76a1f, #f76a1f);
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  cursor: pointer;
}

.next_btn-2:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff5d00), to(#ffd83d));
  background-image: linear-gradient(90deg, #ff5d00, #ffd83d);
}

.form-subheadline {
  margin-bottom: 45px;
  font-family: Raleway, sans-serif;
  color: #1a2f5b;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}

.form_btn {
  display: block;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 2px solid #ff9831;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff9831), to(#ff3912));
  background-image: linear-gradient(90deg, #ff9831, #ff3912);
  box-shadow: 8px 8px 13px 3px rgba(255, 57, 18, 0.28);
  -webkit-transition: all 120ms cubic-bezier(.55, .055, .675, .19);
  transition: all 120ms cubic-bezier(.55, .055, .675, .19);
  font-family: Raleway, sans-serif;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}

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

.main-box-img {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.headline_logo-wrapper-2 {
  width: 250px;
  margin-right: auto;
  margin-left: auto;
}

.footer-logo-2 {
  width: 100px;
  margin-right: auto;
  margin-left: auto;
}

.secton_results-content {
  width: 750px;
  margin-right: auto;
  margin-bottom: 45px;
  margin-left: auto;
}

.color-orange {
  color: #e05722;
}

.p-text {
  margin-bottom: 15px;
  font-family: Merriweather, serif;
  color: #161616;
  font-size: 15px;
  line-height: 1.6;
}

.types-of-keto-container {
  margin-top: 15px;
  margin-bottom: 15px;
}

.types-of-keto-wrapper {
  margin-bottom: 15px;
  box-shadow: 3px 3px 8px 1px #dbdbdb;
}

.types-of-keto-header {
  margin-bottom: 15px;
  padding: 5px 10px;
  background-color: #e05722;
}

.h3-types-of-keto {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 1;
}

.types-of-keto-img {
  width: 220px;
  float: right;
}

.types-of-keto-content {
  padding: 25px 20px 15px;
  border: 5px solid #e05722;
}

.send_button {
  display: block;
  width: 100%;
  margin: 30px auto 20px;
  padding: 10px 50px 15px;
  border: 2px solid #ffce00;
  border-radius: 10px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fffcee, #ffd00f 55%, #ffad00);
  opacity: 1;
  -webkit-transition: all 100ms cubic-bezier(.55, .055, .675, .19);
  transition: all 100ms cubic-bezier(.55, .055, .675, .19);
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 1.1;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.send_button:hover {
  border-color: #f90;
  text-shadow: 1px 1px 2px #fd2;
}

.send_button.step1 {
  background-image: repeating-radial-gradient(circle farthest-corner at 50% 50%, #ffe000, #e77700);
}

.send_button.step10 {
  border-color: #ffce00;
  background-image: repeating-radial-gradient(circle farthest-corner at 50% 50%, #fffcee, #ffd00f 49%, #ffad00);
}

.header-h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Vollkorn, serif;
  color: #c53700;
  font-size: 32px;
  line-height: 1.1;
  text-align: center;
}

.underline {
  text-decoration: underline;
}

.list_things_box {
  margin-bottom: 20px;
  padding: 15px 20px;
  border-style: dashed;
  border-width: 4px;
  border-color: #ffcb10;
}

.list_block {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 15px;
}

.list_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 27px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-left: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/check_1check.png');
  background-position: 0% 5px;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 16px;
}

.p-text-list {
  margin-bottom: 0px;
  margin-left: 15px;
  font-family: Merriweather, serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}

.big_title {
  color: #1c4395;
  font-size: 15px;
  font-weight: 700;
}

.main_bonus_wrapper {
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 20px 25px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: dashed;
  border-width: 3px;
  border-color: #ffb46e;
  border-radius: 15px;
  background-color: #f9f9f9;
  box-shadow: 0 5px 25px -1px rgba(0, 0, 0, 0.2);
}

.main_bonus_img-wrapper {
  width: 27%;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  text-align: center;
}

.main_bonus_text_wrapper {
  width: 71%;
  float: left;
}

.header_bonus {
  font-family: Merriweather, serif;
  color: #e05722;
  font-size: 28px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 700;
  text-align: left;
}

.p-text-2 {
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  color: #161616;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}

.reason-box-wrapper {
  min-height: 200px;
  margin-bottom: 15px;
  padding: 25px 30px 15px;
  border-style: dashed;
  border-width: 5px;
  border-color: #ff7300;
  border-radius: 0px;
  background-color: #f6f6f6;
  background-image: none;
  box-shadow: 0 5px 25px -1px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  line-height: 22px;
}

.bonus-text {
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  color: #c53700;
  font-size: 20px;
}

.image_block {
  display: inline-block;
  width: 30%;
  min-width: auto;
  margin-right: 20px;
  margin-bottom: 0px;
  float: left;
}

.keto_cover_image {
  max-width: 100%;
  padding-right: 0px;
  float: left;
  box-shadow: 7px 7px 11px -13px #000;
  opacity: 1;
}

.p-text-3 {
  margin-bottom: 15px;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 1.5;
}

.list-block {
  margin-bottom: 25px;
  padding-right: 0px;
  padding-left: 0px;
}

.list-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 27px;
  margin-bottom: 10px;
  padding-left: 33px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-image: url('../images/check_1check.png');
  background-position: 0px 5px;
  background-repeat: no-repeat;
  font-family: Merriweather, serif;
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 400;
}

.list-box.regular-font {
  font-size: 15px;
  font-weight: 400;
}

.h3-offer {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Merriweather, serif;
  color: #000;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}

.cta3 {
  display: block;
  width: 65%;
  margin: 20px auto;
  padding: 15px 22px;
  border: 2px solid #ffce00;
  border-radius: 15px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fffcee, #ffd00f 51%, #ffad00 94%);
  box-shadow: 4px 4px 9px -2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 100ms cubic-bezier(.55, .055, .675, .19);
  transition: all 100ms cubic-bezier(.55, .055, .675, .19);
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 33px;
  line-height: 1.2;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.cta3:hover {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fffcee 16%, #ffd00f 74%, #ffad00);
  box-shadow: none;
}

.question-txt {
  font-family: Merriweather, serif;
  color: #e49200;
  font-size: 16px;
}

.bold-text {
  font-size: 17px;
}

.ketosis-blueprint {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
}

.bundle-img {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.bold-text-2 {
  color: #e05722;
}

.bold-text-3 {
  color: #e05722;
}

.orange {
  color: #e05722;
}

.dr_chai_box {
  padding: 20px 15px;
  border-style: dashed;
  border-width: 4px;
  border-color: #ffe38f;
  box-shadow: 1px 1px 20px -13px #000;
}

.profile_image {
  display: inline-block;
  overflow: hidden;
  max-width: 200px;
  margin-right: 25px;
  float: left;
  border: 2px none #ebac28;
  border-radius: 0px;
  box-shadow: 1px 1px 14px -7px #000;
}

.chai_intro {
  margin-bottom: 15px;
  font-family: Merriweather, serif;
  color: #161616;
  font-size: 18px;
  line-height: 1.6;
  font-style: italic;
}

.chai_intro.orange {
  color: #e05722;
}

.image {
  border-style: solid;
  border-width: 4px;
  border-color: #ffa920;
}

.content_image {
  display: block;
  max-width: 50%;
  padding-right: 25px;
  padding-bottom: 10px;
  float: left;
}

.content_image.ci_right {
  padding-right: 0px;
  padding-left: 25px;
  float: right;
}

.woman-img {
  width: 100%;
}

.getblueprint_headline {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Merriweather, serif;
  color: #000;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}

.before-and-after-img {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}

.box_container {
  margin-top: 0px;
  margin-bottom: 30px;
  padding: 25px 30px 10px;
  border: 2px dashed #dba42f;
  border-radius: 30px;
  box-shadow: 0 6px 25px -1px rgba(0, 0, 0, 0.2);
}

.box_container.orange_bg {
  border-width: 4px;
  border-radius: 0px;
  background-color: #fff;
}

.flex_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.guarantee_image {
  margin-right: 20px;
}

.header_h2 {
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  color: #c53700;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
}

.p_text {
  margin-bottom: 15px;
  font-family: Merriweather, serif;
  font-size: 15px;
  line-height: 1.6;
}

.p_text.sm_text {
  font-size: 15px;
}

.read_more_button {
  display: block;
  width: 100%;
  margin: 30px auto 20px;
  padding: 10px 50px 15px;
  border: 2px solid #ffce00;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe000), color-stop(0%, #ffe000), to(#e77700));
  background-image: linear-gradient(180deg, #ffe000, #ffe000 0%, #e77700);
  opacity: 1;
  -webkit-transition: all 100ms cubic-bezier(.55, .055, .675, .19);
  transition: all 100ms cubic-bezier(.55, .055, .675, .19);
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 1.1;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.read_more_button:hover {
  border-color: #f90;
  text-shadow: 1px 1px 2px #fd2;
}

.read_more_button.step10 {
  border-color: #ffce00;
  background-image: repeating-radial-gradient(circle farthest-corner at 50% 50%, #fffcee, #ffd00f 49%, #ffad00);
}

.food-wrapper {
  margin-top: 10px;
  text-align: center;
}

.food-img-1 {
  width: 32%;
  margin-right: 5px;
  margin-left: 5px;
}

.read_more_button-2 {
  display: block;
  width: 100%;
  margin: 30px auto 20px;
  padding: 10px 50px 15px;
  border: 2px solid #ffce00;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe000), color-stop(0%, #ffe000), to(#e77700));
  background-image: linear-gradient(180deg, #ffe000, #ffe000 0%, #e77700);
  opacity: 1;
  -webkit-transition: all 100ms cubic-bezier(.55, .055, .675, .19);
  transition: all 100ms cubic-bezier(.55, .055, .675, .19);
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 1.1;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.read_more_button-2:hover {
  border-color: #f90;
  text-shadow: 1px 1px 2px #fd2;
}

.bold-text-6 {
  color: #fc0202;
}

.bold-text-7 {
  color: #e05722;
}

.bold-text-8 {
  color: #e05722;
}

.bold-text-9 {
  color: #e05722;
}

.bold-text-10 {
  color: #e05722;
}

.bold-text-11 {
  color: #e05722;
}

.bold-text-12 {
  color: #e05722;
}

.bold-text-13 {
  color: #e05722;
}

.bold-text-14 {
  color: #e05722;
}

.image-7 {
  max-width: 30%;
  float: right;
}

.image-8 {
  max-width: 30%;
  float: right;
}

.image-9 {
  max-width: 30%;
  float: right;
}

@media (max-width: 991px) {
  .body {
    background-position: 107% -10%, -40px -60px, 50% 0%;
    background-size: 200px, 200px, cover;
  }
  .section_content {
    width: 100%;
  }
  .main-box-wrapper {
    text-align: center;
  }
  .main-box-1 {
    width: 23%;
  }
  .main-box-label {
    font-size: 18px;
  }
  .main-box-art-wrapper {
    height: auto;
  }
  .footer-container {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .body {
    background-position: 110% -5%, -12% -17%, 50% 0%;
    background-size: 150px, 180px, cover;
  }
  .section_headline {
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .headline_logo-wrapper {
    width: 200px;
  }
  .section_content {
    width: 95%;
    margin-bottom: 10px;
  }
  .header-main-h3 {
    font-size: 21px;
    line-height: 1.5;
  }
  .header-main-wrapper {
    width: 70%;
  }
  .header-main-h1 {
    font-size: 35px;
  }
  .main-box-wrapper {
    display: inline-block;
    margin-top: 0px;
  }
  .main-box-1 {
    display: inline-block;
    width: 48%;
    margin: 10px 5px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
  }
  .main-box-label {
    margin-top: 15px;
    font-size: 25px;
  }
  .main-box-check {
    width: 30px;
  }
  .main-box-art-wrapper {
    height: auto;
  }
  .footer-container {
    width: 90%;
  }
  .footer-wrapper {
    width: 100%;
  }
  .main-cta {
    width: 70%;
    font-size: 29px;
  }
  .gender {
    width: 170px;
    height: 170px;
  }
  .gender:hover {
    width: 170px;
    height: 170px;
  }
  .gender-label {
    font-size: 20px;
  }
  .progress-bar-box {
    padding-right: 15px;
    padding-left: 15px;
  }
  .progress-cirlce-grey {
    width: 15px;
    height: 15px;
  }
  .quiz-column {
    width: 100%;
    float: none;
  }
  .a_checklist_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .food-img-icon {
    width: 40%;
  }
  .checklist_text {
    text-align: center;
  }
  .check-box {
    float: right;
  }
  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .column-3 {
    display: inline-block;
    margin-bottom: 15px;
    text-align: center;
  }
  .column-4 {
    display: inline-block;
    text-align: center;
  }
  .measurement-form-wrapper {
    width: 94%;
  }
  .btn_selection {
    width: 100%;
  }
  .main-box-img {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .secton_results-content {
    width: 550px;
  }
  .list_block {
    display: block;
    padding-left: 10px;
    text-align: left;
  }
  .p-text-list {
    margin-left: 20px;
    text-align: left;
  }
  .main_bonus_img-wrapper {
    width: 38%;
  }
  .main_bonus_text_wrapper {
    width: 59%;
    text-align: center;
  }
  .p-text-2 {
    font-size: 16px;
  }
  .image_block {
    width: 50%;
  }
  .cta3 {
    width: 75%;
    border-radius: 9px;
    font-size: 25px;
    line-height: 1.3;
  }
  .profile_image {
    display: block;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    float: none;
  }
  .content_image {
    max-width: 100%;
    padding-bottom: 15px;
    padding-left: 25px;
    float: none;
    text-align: center;
  }
  .content_image.ci_right {
    max-width: 100%;
    padding-right: 25px;
    padding-bottom: 15px;
    float: none;
  }
  .woman-img {
    width: 60%;
  }
  .flex_block {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-2 {
    max-width: 70%;
  }
  .image-3 {
    max-width: 80%;
  }
  .image-4 {
    display: inline-block;
  }
}

@media (max-width: 479px) {
  .body {
    background-position: 110% -5%, -12% -15%, 50% 0%;
    background-size: 90px, 110px, cover;
  }
  .section_headline {
    padding-top: 5px;
  }
  .headline_logo-wrapper {
    width: 110px;
  }
  .section_content {
    text-align: center;
  }
  .header-main-h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1;
  }
  .header-main-wrapper {
    width: 90%;
  }
  .header-main-h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 25px;
    line-height: 1;
  }
  .main-box-wrapper {
    display: inline-block;
    margin-top: 0px;
  }
  .main-box-1 {
    display: inline-block;
    width: 48%;
    margin: 2px 3px;
    padding: 5px 10px;
    float: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 4px;
  }
  .main-box-label {
    display: block;
    font-size: 17px;
  }
  .main-box-check {
    width: 30px;
  }
  .section_footer {
    padding-top: 15px;
  }
  .footer-wrapper {
    padding-top: 0px;
  }
  .footer-logo {
    width: 120px;
  }
  .copyright {
    width: 100%;
    font-size: 100%;
    line-height: 20px;
    text-align: center;
  }
  .main-cta {
    width: 90%;
    margin-top: 0px;
    font-size: 23px;
  }
  .divider-footer {
    height: 80px;
  }
  .header-question-h1 {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .header-question-h1.results-headline {
    font-size: 40px;
    line-height: 1;
  }
  .gender {
    width: 150px;
    height: 150px;
    margin: 15px auto;
  }
  .gender:hover {
    width: 150px;
    height: 150px;
    margin: 15px auto;
  }
  .gender-label {
    font-size: 18px;
  }
  .gender-box {
    display: block;
  }
  .progress-bar-wrapper {
    margin-top: 60px;
  }
  .progress-bar-box {
    width: 90%;
    padding-right: 13px;
    padding-left: 13px;
  }
  .progress-cirlce-grey {
    width: 13px;
    height: 13px;
  }
  .quiz_wrapper {
    width: 100%;
  }
  .quiz-column {
    width: 100%;
  }
  .quiz-column.full {
    width: 90%;
  }
  .a_checklist_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .food-img-icon {
    width: 70%;
    float: left;
  }
  .column-2 {
    text-align: center;
  }
  .checklist_text {
    font-size: 17px;
    text-align: center;
  }
  .column {
    text-align: center;
  }
  .check-box {
    width: 30px;
    height: 30px;
  }
  .columns {
    width: 100%;
  }
  .column-3 {
    margin-bottom: 15px;
    text-align: center;
  }
  .quiz-tab {
    min-width: 100%;
    font-size: 14px;
  }
  .column-4 {
    text-align: center;
  }
  .height_inch {
    font-size: 14px;
  }
  .next_btn {
    width: 90%;
    font-size: 18px;
  }
  .weight {
    font-size: 14px;
  }
  .age {
    font-size: 14px;
  }
  .measurement-form-wrapper {
    width: 100%;
  }
  .column-6 {
    padding-left: 0px;
  }
  .target_weight {
    font-size: 14px;
  }
  .height_feet {
    font-size: 14px;
  }
  .btn_selection {
    width: 100%;
    padding: 15px 10px;
    font-size: 14px;
  }
  .form-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .next_btn-2 {
    font-size: 18px;
  }
  .form-subheadline {
    font-size: 17px;
  }
  .form_btn {
    font-size: 16px;
  }
  .main-box-img {
    width: 73%;
    margin-right: auto;
    margin-left: auto;
  }
  .secton_results-content {
    width: 320px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .types-of-keto-img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
    float: none;
    text-align: center;
  }
  .types-of-keto-content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .send_button {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
  }
  .send_button.step1 {
    font-size: 24px;
  }
  .header-h2 {
    font-size: 26px;
  }
  .list_things_box {
    padding-right: 10px;
    padding-left: 10px;
  }
  .list_block {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .list_box {
    margin-left: 0px;
  }
  .main_bonus_wrapper {
    display: block;
    padding-right: 5px;
    padding-left: 5px;
  }
  .main_bonus_img-wrapper {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .main_bonus_text_wrapper {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .header_bonus {
    font-size: 23px;
    text-align: center;
  }
  .p-text-2 {
    font-size: 15px;
    text-align: left;
  }
  .reason-box-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .bonus-text {
    text-align: center;
  }
  .image_block {
    width: 100%;
    float: none;
    text-align: center;
  }
  .keto_cover_image {
    max-width: 80%;
    margin-bottom: 10px;
    float: none;
  }
  .p-text-3 {
    font-size: 15px;
  }
  .list-box.regular-font {
    font-size: 14px;
  }
  .h3-offer {
    font-size: 21px;
  }
  .cta3 {
    width: 95%;
    padding: 10px 5px 12px;
    border-radius: 10px;
    font-size: 20px;
  }
  .ketosis-blueprint {
    box-shadow: none;
  }
  .bundle-img {
    width: 100%;
  }
  .profile_image {
    overflow: visible;
    max-width: 80%;
    margin-right: auto;
    margin-bottom: 15px;
    float: none;
  }
  .chai_intro.orange {
    line-height: 1.3;
  }
  .image {
    max-width: 100%;
  }
  .content_image {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
  }
  .content_image.ci_right {
    padding-right: 0px;
    padding-left: 0px;
    float: none;
  }
  .woman-img {
    width: 75%;
  }
  .getblueprint_headline {
    font-size: 21px;
  }
  .before-and-after-img {
    width: 100%;
  }
  .box_container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .flex_block {
    text-align: center;
  }
  .header_h2 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.2;
  }
  .p_text {
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 1.3;
  }
  .p_text.sm_text {
    font-size: 14px;
  }
  .image-2 {
    max-width: 80%;
  }
  .image-4 {
    max-width: 80%;
    margin-bottom: 10px;
  }
  .bold-text-4 {
    font-size: 17px;
    line-height: 1;
  }
  .read_more_button.step1 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
  }
  .read_more_button.step2 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
  }
  .read_more_button.step3 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
  }
  .read_more_button.step5 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
  }
  .read_more_button.step6 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
  }
  .read_more_button.step7 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
  }
  .read_more_button.step8 {
    margin-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
  }
  .read_more_button.step9 {
    margin-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
  }
  .read_more_button.step4 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
  }
  .bold-text-5 {
    font-size: 22px;
  }
  .image-5 {
    max-width: 80%;
  }
  .image-6 {
    max-width: 80%;
    margin-bottom: 10px;
  }
  .food-wrapper {
    margin-top: 5px;
  }
  .food-img-1 {
    width: 28%;
  }
  .read_more_button-2.step4 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
  }
  .read_more_button-2.step8 {
    margin-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
  }
  .read_more_button-2.step6 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
  }
  .read_more_button-2.step9 {
    margin-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
  }
  .read_more_button-2.step7 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
  }
  .read_more_button-2.step2 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
  }
  .read_more_button-2.step3 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
  }
  .read_more_button-2.step5 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
  }
  .read_more_button-2.step1 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
  }
  .image-7 {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .image-8 {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .image-9 {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

