@font-face {
  font-family: helv-b;
  src: url(../fonts/HelveticaNeueLTArabic-Bold_2.ttf); }
@font-face {
  font-family: helv-l;
  src: url(../fonts/HelveticaNeueLTArabic-Light_0.ttf); }
@font-face {
  font-family: helv-r;
  src: url(../fonts/HelveticaNeueLTArabic-Roman_0.ttf); }
h1, .head-title {
  line-height: 60px !important;
  font-size: 32px;
  font-family: helv-b; }

h3 {
  line-height: 40px !important;
  font-size: 20px; }

.line {
  position: relative;
  margin: 0 auto;
  width: 50px;
  height: 4px;
  border-radius: 200px;
  background-color: #FF8003; }

.line2 {
  position: relative;
  margin: 0 auto;
  margin-top: 5px;
  left: 20px;
  width: 50px;
  height: 4px;
  border-radius: 200px;
  background-color: #FF8003; }

* {
  font-family: helv-r; }

a {
  color: #000000; }

.cta-success {
  font-size: 18px;
  margin: 20px 0;
  display: inline-block;
  background-color: #0ABA01;
  padding: 15px 30px;
  text-decoration: none;
  color: white;
  transition: .2s ease-in-out;
  border-radius: 100px; }

.cta-success:hover {
  font-size: 18px;
  margin: 20px 0;
  display: inline-block;
  background-color: #0ABA01;
  padding: 15px 30px;
  text-decoration: none;
  color: white;
  box-shadow: 0px 6px 15px -5px rgba(84, 84, 84, 0.75);
  transform: translateY(-10px);
  border-radius: 100px; }

.cta-default {
  font-size: 18px;
  display: inline-block;
  color: #FF8003 !important;
  border: 2px solid #FF8003;
  padding: 0 10px;
  transition: .2s ease-in-out;
  text-decoration: none;
  border-radius: 100px; }

.cta-default:hover {
  font-size: 18px;
  display: inline-block;
  background-color: #FF8003 !important;
  color: white !important;
  border: 2px solid #FF8003;
  padding: 0 10px;
  text-decoration: none;
  border-radius: 100px;
  box-shadow: 0px 6px 15px -5px rgba(84, 84, 84, 0.75);
  transform: translateY(-10px); }

.navbar {
  padding: 10px;
  box-shadow: 0px 6px 15px -5px rgba(84, 84, 84, 0.08);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9999999999; }
  .navbar .logo {
    float: right; }
    .navbar .logo img {
      width: 120px;
      padding-top: 5px; }
  .navbar .menu {
    float: left !important;
    direction: rtl; }
    .navbar .menu ul {
      margin: 0;
      padding: 0; }
    .navbar .menu li {
      float: right !important;
      padding: 10px 20px;
      list-style-type: none;
      font-size: 16px; }

.header {
  margin-top: 140px;
  width: 100%;
  overflow-x: hidden;
  height: 650px; }
  .header .content {
    margin-top: 60px; }
  .header h1 {
    font-size: 50px;
    margin-bottom: 40px; }
  .header .header-mockup {
    position: relative; }
    .header .header-mockup img {
      position: absolute;
      width: 250px; }
    .header .header-mockup .mockup-1 {
      right: 90px;
      top: 20px;
      width: 400px;
      z-index: 999999; }
    .header .header-mockup .run {
      right: -40px;
      top: 70px;
      width: 340px;
      z-index: 99999; }
    .header .header-mockup .girl {
      left: -250px;
      top: -20px;
      width: 750px;
      z-index: 99999; }
    .header .header-mockup .icon-r {
      right: 20px;
      top: -60px;
      width: 330px; }
    .header .header-mockup .icon-l {
      right: 200px;
      top: -95px;
      width: 340px; }
  .header .stores {
    margin-top: 20px; }
    .header .stores img {
      width: 50px;
      margin-left: 10px; }

.program {
  overflow-x: hidden;
  overflow-y: hidden; }
  .program .content {
    margin-top: 220px; }
    .program .content h3 {
      font-size: 24px; }
  .program .content2 {
    margin-top: 330px; }
    .program .content2 h3 {
      font-size: 24px; }
  .program img {
    padding: 60px 0;
    position: absolute; }
  .program .mockup {
    width: 250px;
    right: 220px; }
  .program .dish {
    width: 550px;
    top: 90px;
    right: -50px; }
  .program .dish2 {
    width: 400px;
    top: 270px;
    right: -280px; }
  .program .app-preview {
    margin-top: 200px;
    position: relative;
    left: -50px;
    min-height: 540px; }
    .program .app-preview .overlay {
      background: white;
      background: linear-gradient(45deg, white 0%, rgba(255, 255, 255, 0) 100%);
      height: 550px;
      width: 800px;
      left: -200px;
      position: absolute;
      z-index: 99999; }
    .program .app-preview img {
      position: absolute;
      width: 220px; }
    .program .app-preview .app-prev1 {
      right: 0; }
    .program .app-preview .app-prev2 {
      right: 230px; }
    .program .app-preview .app-prev3 {
      right: 460px; }

.goals {
  padding: 80px 0;
  margin-top: 100px; }
  .goals .row {
    margin-top: 60px; }
  .goals h3 {
    margin-top: 80px;
    display: inline-block;
    font-size: 28px; }
  .goals p {
    font-size: 20px;
    color: #FF8003;
    margin: 30px 0;
    border-bottom: 2px solid #FF8003;
    padding-bottom: 10px;
    display: inline-block; }
  .goals ul {
    padding: 0 20px; }
    .goals ul li {
      font-size: 16px;
      line-height: 32px; }
  .goals .mockup {
    width: 580px; }
  .goals .dumble {
    width: 280px;
    position: absolute;
    left: -120px;
    top: 200px; }

.changing {
  background: url("../images/health-bg.png");
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px; }
  .changing h1 {
    font-size: 32px; }
  .changing h3 {
    font-size: 24px; }
  .changing img {
    width: 160px;
    margin: 20px 5px; }

.questions {
  padding: 80px 0; }
  .questions .content {
    margin-top: 40px;
    padding: 20px;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    transition: .3s ease-in-out;
    min-height: 280px;
    transition: .2s ease-in-out; }
    .questions .content h2 {
      line-height: 48px;
      font-size: 22px;
      height: 100px; }
    .questions .content p {
      font-size: 18px;
      color: #929292; }
  .questions .content:hover {
    border: 1px solid #FF8003;
    box-shadow: 0px 6px 15px -5px rgba(84, 84, 84, 0.75);
    transform: translateY(-10px); }
  .questions .content:hover h2 {
    color: #FF8003; }
  .questions .content:hover p {
    color: #000000; }

.footer {
  background-color: #313131;
  color: white; }
  .footer .container {
    padding: 10px 0; }
  .footer .col-md-6 {
    padding: 40px; }
  .footer img {
    width: 140px; }
  .footer .socials {
    margin-top: 20px; }
    .footer .socials a {
      color: white; }
    .footer .socials a:hover {
      color: #FF8003; }
    .footer .socials i {
      padding: 0 20px; }
  .footer .stores {
    margin-top: 40px; }
  .footer .col-md-12 {
    background-color: #252525;
    padding: 20px; }
    .footer .col-md-12 .terms {
      float: left; }
      .footer .col-md-12 .terms a {
        color: white;
        margin-right: 30px; }

@media only screen and (max-width: 768px) {
  .navbar .menu .main {
    display: none; }
  .navbar .logo {
    text-align: center;
    float: right;
     }

  .header {
    margin-top: 40px;
    text-align: center;
    overflow-x: hidden;
    height: 100vh;
     }
     .header h1{
      font-size: 42px;
     }
    .header .col-md-5 {
      z-index: 99999; }

  .header-mockup {
    position: relative;
    margin-top: 60px; }
    .header-mockup img {
      position: absolute;
      width: 250px; }
    .header-mockup .mockup-1 {
      right: 0px !important;
      top: -20px !important;
      width: 340px !important;
      z-index: 999999 !important; }
    .header-mockup .run {
      right: -40px !important;
      top: 70px !important;
      width: 257px !important;
      z-index: 99999 !important; }
    .header-mockup .girl {
      left: -180px !important;
      top: 0 !important;
      width: 550px !important;
      z-index: 99999 !important; }
    .header-mockup .icon-r {
      right: -10px !important;
      top: -40px !important;
      width: 250px !important; }
    .header-mockup .icon-l {
      right: 120px !important;
      top: -65px !important;
      width: 250px !important; }

  .program .content {
    margin-top: 30px !important; }
  .program .mockup {
    width: 220px;
    right: 150px;
    top: 150px; }
  .program .dish2 {
    display: none; }
  .program .dish {
    width: 420px;
    top: 210px;
    right: -50px; }
  .program .content2 {
    margin-top: 500px; }
  .program .app-preview {
    margin-top: -30px !important;
    min-height: 440px !important; }
    .program .app-preview img {
      width: 170px; }
    .program .app-preview .overlay {
      left: 0 !important; }
    .program .app-preview .app-prev1 {
      right: -50px !important; }
    .program .app-preview .app-prev2 {
      right: 130px !important; }
    .program .app-preview .app-prev3 {
      right: 310px !important; }

  .goals {
    margin-top: 0px !important; }
    .goals h3 {
      margin-top: 0 !important; }
    .goals .mockup {
      width: 380px !important; }
    .goals .dumble {
      width: 180px !important;
      position: absolute !important;
      left: 0px !important;
      top: 250px !important; }

  .changing {
    padding: 0 !important;
    height: 290px !important;
    background-size: 700px !important; }
    .changing h3 {
      font-size: 18px !important; }
    .changing img {
      width: 120px !important; }

  .footer .terms {
    float: none;
    text-align: center; }
    .footer .terms a {
      margin: 0 20px !important; }
  .footer .rights {
    display: block;
    text-align: center;
    padding: 20px; } }

figure {
  width: 100%;
  text-align: center;
}

figure img {
  display: block;
  height: auto;
  max-width: 100%;
  font-style: italic;
}

blockquote {

  background: #f9f9f9;
  border-right: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}

.tnxcontent {
  text-align: center;
  /* padding: 0px 5%; */
}

.cta-action {
  font-size: 18px;
  margin: 10px 0;
  display: inline-block;
  background-color: #FF6904;
  padding: 15px 30px;
  text-decoration: none;
  color: white;
  transition: .2s ease-in-out;
  border-radius: 100px; 
  width: 300px;
}

  .cta-action:hover {
    font-size: 18px;
    margin: 10px 0;
    display: inline-block;
    background-color: #FF6904;
    padding: 15px 30px;
    text-decoration: none;
    color: white;
    box-shadow: 0px 6px 15px -5px rgba(84, 84, 84, 0.75);
    transform: translateY(-10px);
    border-radius: 100px;
    width: 300px;
  }
