:root {
  --baseFontSize: 16;
  --whitecolor: #ffffff;
  --blackcolor: #000000;
  --textcolor: #393e51;
  --linkcolor: #2655C8;
  --graybgcolor: #F2F2F2;
  --themefontfamily: "Roboto";
  --optima: "Optima";
  --dmserif: "DM Serif Display", serif;
  --opensans: "Open Sans", sans-serif;
}

/* Reset -------------------------------------------------- */
html {
  margin: 0;
  padding: 0;
  border: 0;
}

a,
abbr,
acronym,
address,
article,
aside,
blockquote,
body,
caption,
code,
dd,
del,
dfn,
dialog,
div,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
iframe,
img,
input,
label,
legend,
li,
nav,
object,
ol,
pre,
q,
section,
span,
ul {
  margin: 0;
  padding: 0;
  border: 0;
}

p {
  border: 0;
  padding: 0;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a img {
  border: none;
}

:focus {
  outline: 0;
}

a:focus {
  outline: none;
}

/* Global -------------------------------------------------- */
body {
  font-family: var(--optima);
  color: #393e51;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  background: #FBEBE0;
}

p {
  letter-spacing: 0.3px;
  padding: 0;
  margin: 0;
}

/* Global Css for headings, p and achors */
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

.w-100 {
  width: 100%;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

a {
  text-decoration: none !important;
  transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
}

a:hover,
a:focus {
  transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
}

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

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

ul,
ul li,
ul li ul,
ul li ul li,
ul ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body.menu-open {
  overflow: hidden;
}

.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

.theme-bg {
  background: #FBEBE0;
}

.light-bg {
  background: #fdf4ee;
}

.dark-bg {
  background: #C1836A;
}

@font-face {
  font-family: "Optima";
  font-style: normal;
  font-weight: normal;
  src: local("Optima"), url("../fonts/Optima/OPTIMA.woff") format("woff");
}
@font-face {
  font-family: "Optima Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Optima Italic"), url("../fonts/Optima/Optima_Italic.woff") format("woff");
}
@font-face {
  font-family: "Optima Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Optima Medium"), url("../fonts/Optima/Optima Medium.woff") format("woff");
}
@font-face {
  font-family: "Optima Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Optima Bold"), url("../fonts/Optima/OPTIMA_B.woff") format("woff");
}
.overflow-hidden {
  overflow: hidden;
}

.container {
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.round-green-btn {
  color: var(--whitecolor);
  font-family: var(--opensans);
  font-size: 16px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  letter-spacing: 2.2857144px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border: solid 1px #408a00;
  background: #408a00;
  padding: 0 20px;
  height: 45px;
  cursor: pointer;
  min-width: 210px;
  display: inline-block;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .round-green-btn {
    min-width: auto;
    font-size: 14px;
    padding: 0 30px;
  }
}
.round-green-btn:hover, .round-green-btn:focus {
  color: var(--whitecolor);
  border-color: #367202;
  background: #367202;
}

.theme-green-btn {
  color: #ffffff;
  font-family: var(--opensans);
  font-size: 16px;
  font-weight: 500;
  line-height: 44px;
  text-align: center;
  letter-spacing: 2.2857144px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: solid 1px #408a00;
  background: #408a00;
  padding: 0 20px;
  height: 46px;
  cursor: pointer;
  min-width: 260px;
  display: inline-block;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .theme-green-btn {
    padding: 0 15px;
  }
}
.theme-green-btn:hover, .theme-green-btn:focus {
  color: #ffffff;
  border-color: #367202;
  background: #367202;
}

.black-theme-btn {
  color: #ffffff;
  border: solid 1px #393e51;
  padding: 0px 25px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  display: inline-block;
  text-align: center;
  background: #393e51;
  line-height: 42px;
  height: 45px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: var(--opensans);
}
.black-theme-btn:hover, .black-theme-btn:focus {
  border-color: #1b1e2a;
  background: #1b1e2a;
}

footer {
  background: #fffbf9;
}
footer .copyright {
  padding: 20px 0;
}
footer .copyright figure {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
footer .copyright p {
  color: #393e51;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 3px;
  letter-spacing: 0.2857143px;
  display: inline-block;
  vertical-align: middle;
  font-family: var(--opensans);
}

.heading-block h1 {
  color: #393e51;
  font-family: var(--dmserif);
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .heading-block h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .heading-block h1 {
    font-size: 30px;
    line-height: 34px;
  }
}
.heading-block h2 {
  color: #393e51;
  font-family: var(--dmserif);
  font-size: 39px;
  font-weight: 400;
  line-height: 42px;
}
@media (max-width: 992px) {
  .heading-block h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .heading-block h2 {
    font-size: 26px;
    line-height: 29px;
  }
}
.heading-block h3 {
  color: #393e51;
  font-family: var(--dmserif);
  font-size: 35px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 20px;
}
.heading-block h4 {
  color: #393e51;
  font-family: var(--dmserif);
  font-size: 37px;
  font-weight: 400;
  line-height: 46px;
  margin: 0 0 25px;
}
@media (max-width: 768px) {
  .heading-block h4 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 15px;
  }
}
.heading-block p {
  color: #393e51;
  font-family: var(--optima);
  font-size: 23px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0.112405926px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .heading-block p {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.07819543px;
  }
}

.section-space-30 {
  padding: 30px 0;
}

.bg1 {
  background: #FFFBF9;
}

.bg2 {
  background: #fbebe0;
}

.dark-bg {
  background: #ffeee1;
}

.m-0 {
  margin: 0 !important;
}

.top-section {
  background: #fffbf9;
  padding: 15px 0 25px;
}
.top-section .heading-block {
  text-align: center;
  max-width: 915px;
  margin: auto;
}
.top-section .heading-block p {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.brand-logo img {
  margin: 0 auto 15px;
}
@media (max-width: 600px) {
  .brand-logo img {
    height: 75px;
  }
}

.bottom-button {
  text-align: center;
}
@media (max-width: 600px) {
  .bottom-button {
    display: none;
  }
}

.fit-program {
  padding: 40px 0 70px;
  background: #fbebe0;
}
@media (max-width: 600px) {
  .fit-program {
    padding: 30px 0;
  }
}

.features-list {
  margin-top: 60px;
}
@media (max-width: 600px) {
  .features-list {
    margin-top: 30px;
  }
}
.features-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.features-list > ul > li {
  max-width: 33.33%;
  -webkit-box-flex: 33.33%;
      -ms-flex: 33.33%;
          flex: 33.33%;
  margin-bottom: 50px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .features-list > ul > li {
    padding: 0 7px;
  }
}
@media (max-width: 600px) {
  .features-list > ul > li {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
}

.earn-list {
  padding: 45px 0;
  background: #fbe0cd;
}
@media (max-width: 600px) {
  .earn-list {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .earn-list .features-list > ul > li {
    max-width: 50%;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    margin-bottom: 30px;
    padding: 0;
  }
}
@media (max-width: 400px) {
  .earn-list .features-list > ul > li {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
}
@media (max-width: 525px) {
  .earn-list .feature-item .feature-content h3 {
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 400px) {
  .earn-list .feature-item .feature-content h3 {
    max-width: inherit;
  }
}

.feature-item .feature-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 90px;
  margin-bottom: 15px;
}
.feature-item .feature-icon figure img {
  margin: auto;
}
.feature-item .feature-content {
  text-align: center;
  max-width: 300px;
  margin: auto;
}
.feature-item .feature-content h3 {
  color: #393e51;
  font-family: var(--dmserif);
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .feature-item .feature-content h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
.feature-item .feature-content p {
  color: #6b6d76;
  font-family: var(--opensans);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.5px;
}

@media (max-width: 600px) {
  .main-page-wrappe {
    padding-top: 60px;
  }
}

.mobile-top-bar {
  display: none;
  padding: 10px;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  text-align: center;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 600px) {
  .mobile-top-bar {
    display: block;
  }
}
.mobile-top-bar a {
  line-height: 38px;
  height: 40px;
}

@media (max-width: 768px) {
  .reverse-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reverse-order .order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .reverse-order .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}