.body {
  background-image: url('../images/main_bg2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.header-section {
  background-image: url('../images/Girl.png');
  background-position: 80% 4%;
  background-size: 500px;
  background-repeat: no-repeat;
  color: #fff;
}

.header-section.no_image {
  padding-top: 25px;
  padding-bottom: 25px;
  background-image: none;
}

.header-section.header-2 {
  padding-top: 8px;
  padding-bottom: 8px;
  background-image: url('../images/main_bg2.jpg');
  background-position: 50% 50%;
  background-size: 100%;
}

.header_logo_block {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header-logo {
  display: inline-block;
  margin-right: auto;
  text-align: center;
}

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

.scroll-img {
  display: block;
  width: 900px;
  margin-right: auto;
  margin-bottom: 0%;
  margin-left: auto;
}

.button-text {
  position: relative;
  z-index: 1;
  font-family: 'PT Serif', serif;
  line-height: 1.2;
}

.button {
  display: block;
  width: 83%;
  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(35%, #ffb50b), color-stop(84%, #ffd00f));
  background-image: linear-gradient(0deg, #ffb50b, #ffb50b 35%, #ffd00f 84%);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.57);
  color: #000;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}

.button.smaller_button {
  position: relative;
  display: block;
  overflow: hidden;
  width: 80%;
  margin-top: 15px;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffd900;
  border-radius: 100px;
  box-shadow: 0 2px 12px -2px rgba(0, 0, 0, 0.57);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 35px;
  line-height: 26px;
  text-transform: uppercase;
}

.button.smaller_button.next {
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 30px;
}

.container {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 50px 50px;
}

.container.new_background {
  position: relative;
  max-width: 835px;
  padding: 25px 25px 0px;
  background-image: url('../images/content-bg6.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
  background-attachment: scroll;
}

.container.new_background.wheel {
  background-size: cover;
}

.heading {
  margin-top: 0px;
  margin-bottom: 14px;
  font-family: Merriweather, serif;
  font-size: 66px;
  line-height: 80px;
}

.heading.smaller_heading {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-left: 0px;
  color: #000;
  font-size: 38px;
  line-height: 1.2;
  text-align: left;
}

.heading.smaller_heading.center {
  text-align: center;
}

.sub_heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  color: #940100;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

.sub_heading.wheel {
  color: #000;
  font-size: 20px;
  text-align: center;
}

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

.numerology-headline-wrapper {
  display: block;
  width: 94%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  -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;
  text-align: left;
}

.divider {
  height: 25px;
}

.footer_section.with-bg {
  background-image: url('../images/main_bg2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.footer-logo {
  display: block;
  width: 300px;
  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: #f8c428;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
}

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

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

.levels-wrapper {
  margin-top: 25px;
}

.flex_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 510px;
  min-height: 65px;
  margin-bottom: 8px;
  margin-left: 0px;
  padding-right: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-image: url('../images/red-texture.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-x;
}

.flex-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 45px;
  max-width: 45px;
  min-height: 45px;
  min-width: 45px;
  margin-right: 12px;
  margin-left: 12px;
  -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: 100px;
  background-color: #ffc800;
}

.flex-text {
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

.flex-text.icon {
  margin-top: -5px;
  color: #000;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}

.paragraph-flex {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  color: #000;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.pinnacle-wrapper {
  margin-top: 10px;
}

.pinnacle-wrapper.mobile {
  display: none;
}

.wheel-headline {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  color: #000;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
}

.color-red {
  color: #940100;
}

.steps_wrapper {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.steps {
  display: inline-block;
}

.h3_steps {
  font-family: Merriweather, serif;
  color: #000;
  font-size: 27px;
  line-height: 1.2;
  text-align: center;
}

.color_red {
  color: #940000;
}

.arrow {
  width: 98px;
}

.p-text {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}

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

.birth_month {
  display: inline-block;
  width: 30%;
  margin-right: 10px;
  margin-left: 10px;
  border: 1px none #000;
}

.birth_wrapper {
  margin-top: 20px;
}

.cta-main {
  width: 100%;
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 15px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(121, 0, 0, 0.68)), to(rgba(121, 0, 0, 0.68))), none;
  background-image: linear-gradient(180deg, rgba(121, 0, 0, 0.68), rgba(121, 0, 0, 0.68)), none;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.cta-main:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(121, 0, 0, 0.55)), to(rgba(121, 0, 0, 0.55))), none;
  background-image: linear-gradient(180deg, rgba(121, 0, 0, 0.55), rgba(121, 0, 0, 0.55)), none;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.cta-main.cta-squeeze {
  display: block;
  width: 96%;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.cta-text {
  display: inline-block;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.34);
}

.squeeze-input {
  display: block;
  width: 96%;
  height: 40px;
  margin: 10px auto;
  border-style: none;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
}

.squeeze-input.firstname {
  display: inline-block;
  width: 47%;
  margin-left: 12px;
}

.squeeze-input.lastname {
  display: inline-block;
  width: 48%;
  margin-left: 12px;
}

.squeeze-input.city-name {
  display: inline-block;
  width: 30%;
  margin-top: 0px;
  margin-left: 10px;
}

.squeeze-input.email {
  width: 70%;
}

.squeeze-input.name {
  width: 70%;
}

._3-dropdown {
  display: inline-block;
  width: 32%;
  height: 40px;
  margin-left: 10px;
  background-color: #fff;
}

.loading_section {
  width: 850px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 60px;
}

.load-list {
  padding-top: 8px;
  padding-bottom: 8px;
}

.textlist {
  display: inline;
  margin-right: 10px;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
}

.textlist.num {
  margin-right: 20px;
  font-size: 30px;
  font-weight: 700;
}

.dots {
  display: inline-block;
  width: auto;
}

.verification {
  display: inline;
  margin-left: 10px;
  color: #228d01;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}

.verification.color-red {
  color: #cf0000;
}

.dot {
  width: 8px;
  margin-right: 7px;
  margin-left: 7px;
}

.h1-loading {
  margin-bottom: 25px;
  color: #000;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .header-section {
    background-position: 118% 13%, 0px 0px;
  }
  .scroll {
    width: 100%;
  }
  .scroll-img {
    width: 100%;
  }
  .container.new_background {
    max-width: 95%;
    padding-right: 35px;
    padding-left: 35px;
  }
  .heading.smaller_heading {
    font-size: 32px;
  }
  .sub_heading {
    font-size: 20px;
  }
  .numerology-headline-wrapper {
    padding-bottom: 10px;
  }
  .footer_container {
    width: 95%;
  }
  .levels-wrapper {
    margin-top: 15px;
  }
  .flex-text {
    font-size: 16px;
  }
  .loading_section {
    width: 90%;
  }
  .textlist {
    margin-right: 5px;
    font-size: 18px;
  }
  .textlist.num {
    font-size: 25px;
  }
  .dots {
    width: auto;
  }
  .verification {
    margin-left: 5px;
    font-size: 25px;
  }
  .dot {
    width: 6px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .h1-loading {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .header-section {
    background-image: none;
  }
  .header_logo_block {
    margin-bottom: 30px;
  }
  .scroll-img {
    display: none;
  }
  .button {
    width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .button.smaller_button {
    width: 100%;
    padding: 15px 25px;
    font-size: 25px;
    line-height: 24px;
  }
  .container {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .container.new_background {
    padding-top: 20px;
    background-image: url('../images/content-bg3.png');
    background-size: contain;
    background-repeat: repeat-y;
    background-attachment: scroll;
  }
  .heading {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  .heading.smaller_heading {
    margin-bottom: 5px;
    font-size: 35px;
    line-height: 46px;
    text-align: center;
  }
  .sub_heading {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }
  .numerology-headline-wrapper {
    padding-bottom: 0px;
  }
  .footer_container {
    width: 100%;
  }
  .flex_block {
    max-width: 450px;
    min-height: 55px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-right: 20px;
  }
  .flex-circle {
    max-height: 40px;
    max-width: 40px;
    min-height: 40px;
    min-width: 40px;
    margin-right: 12px;
  }
  .flex-text {
    font-size: 18px;
    line-height: 20px;
  }
  .flex-text.icon {
    font-size: 25px;
  }
  .pinnacle-wrapper {
    display: none;
  }
  .pinnacle-wrapper.mobile {
    display: block;
  }
  .h3_steps {
    font-size: 25px;
  }
  .arrow {
    display: none;
  }
  .birth_month {
    width: 30%;
    margin-right: 7px;
    margin-left: 7px;
  }
  .birth_wrapper {
    margin-top: 0px;
  }
  .squeeze-input {
    width: 100%;
    margin-top: 0px;
  }
  .squeeze-input.firstname {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }
  .squeeze-input.lastname {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }
  .squeeze-input.city-name {
    width: 100%;
    margin-left: 0px;
  }
  ._3-dropdown {
    width: 100%;
    margin-left: 0px;
  }
  .textlist {
    font-size: 15px;
  }
  .textlist.num {
    font-size: 20px;
  }
  .dots {
    width: auto;
  }
  .verification {
    margin-left: 0px;
    font-size: 18px;
  }
  .dot {
    width: 3px;
    margin-right: 3px;
    margin-left: 3px;
  }
  .h1-loading {
    font-size: 31px;
  }
}

@media screen and (max-width: 479px) {
  .header-section.no_image {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header_logo_block {
    max-width: 220px;
    margin-bottom: 0px;
  }
  .header-logo {
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
  }
  .scroll-img {
    display: none;
  }
  .button.smaller_button {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 28px;
  }
  .button.smaller_button.next {
    width: 100%;
  }
  .container.new_background {
    max-width: 100%;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    background-image: url('../images/content-bg3.png');
    background-size: contain;
    background-repeat: repeat-y;
    background-attachment: scroll;
  }
  .container.new_background.wheel {
    max-width: 100%;
  }
  .heading.smaller_heading {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 1.2;
    text-align: center;
  }
  .sub_heading {
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 1.3;
  }
  .sub_heading.wheel {
    font-size: 15px;
  }
  .footer_container {
    width: 90%;
  }
  .footer-logo {
    width: 100%;
  }
  .footer-link {
    display: block;
    line-height: 1.6;
  }
  .flex-text {
    font-size: 14px;
  }
  .pinnacle-wrapper.mobile {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .wheel-headline {
    font-size: 22px;
  }
  .steps_wrapper {
    margin-bottom: 20px;
  }
  .h3_steps {
    margin-top: 10px;
    font-size: 18px;
  }
  .p-text.center {
    font-size: 12px;
  }
  .birth_month {
    width: 29%;
    margin-right: 5px;
    margin-left: 5px;
  }
  .cta-text {
    font-size: 27px;
  }
  .cta-text.cta-text-squeeze {
    font-size: 20px;
  }
  .squeeze-input.firstname {
    width: 100%;
    margin-left: 0px;
  }
  .squeeze-input.lastname {
    width: 100%;
    margin-left: 0px;
  }
  .squeeze-input.email {
    width: 100%;
  }
  .squeeze-input.name {
    width: 100%;
  }
  .load-list {
    text-align: center;
  }
  .textlist {
    display: block;
  }
  .textlist.num {
    display: inline-block;
  }
  .h1-loading {
    font-size: 24px;
  }
}