/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
            text-decoration: none;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

*:focus{
  outline: none;
}
a{
  text-decoration: none;  
}
a:hover, a:focus{
  text-decoration: none;  
  outline: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body{
  font-family: 'Assistant', sans-serif;
  font-weight: 400;
  direction: rtl;
}
.clearfix{
  clear: both;
}
.section-banner{
  height: 100vh;
  text-align: center;
  color: #fff;
  position: relative;
}
.section-banner .container{
    position: absolute;
    left: 0;
    right: 0;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.section-banner h1{
  font-size: 80px;
  font-weight: 600;
  margin:50px 0 0;
  letter-spacing: 6px;
  line-height: 80px;
  text-transform: uppercase;
}
.section-banner h2{
  font-size: 33px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0;
  line-height:40px;
}
.time-hour {
    font-size: 42px;
    font-family: 'DINOTRegular';
    margin: 60px 0 0;
}
.time-hour p{
  margin: 0;
  letter-spacing: 4px;
}
#getting-started {
    font-size: 60px;
    font-family: 'DINOTRegular';
    margin: 140px 0 0;
    direction: ltr;
}
.countdown-period{
  display: none;
}
.countdown-section:first-child .countdown-amount:before{
  display: none;
}
.countdown-amount{
  position: relative;
  padding: 0 25px;
}
.countdown-amount:before {
    position: absolute;
    content: ":";
    left: -12px;
    top: -10px;
    font-size: 60px;
    font-weight: 300;
    text-align: center;
}
/**************************/
.section-form {
    padding: 90px 0;
    position: relative;
}
.section-form .container{
  max-width: 1080px;
  margin: 0 auto;
}
.form-send-mail h2{
  text-align: center;
  font-size: 43px;
  margin: 0;
  line-height: 54px;
  text-align: center;
  color: #0a0e0a;
  font-weight:700;
}
.subtitle{
  font-size: 43px;
  margin:25px 0 0;
  line-height: 43px;
  text-align: center;
  font-weight: 400;
}
.right-form{
  float: right;
  width: 46%;
  margin-top: 50px;
}
.left-form{
  float: left;
  width: 46%;
  margin-top: 50px;
}
.form-send-mail form input[type="text"],
.form-send-mail form input[type="tel"],
.form-send-mail form input[type="email"]{
  width: 100%;
  display: block;
  height: 52px;
  line-height: 52px;
  padding: 0;
  border:none;
  border-bottom: 1px solid #000;
  font-weight: 400;
  font-size: 19px;
  margin-bottom: 10px;
  background: #fff;
  color: #0a0e0a;
  border-radius: 0;
  text-align: right;
}

.form-send-mail form input  {
  text-align: right;
}
.form-send-mail input.error::-webkit-input-placeholder {
   color: #e82424;
   opacity:1;
}
.form-send-mail  input.error:-moz-placeholder { /* Firefox 18- */
   color: #e82424;
   opacity:1; 
}
.form-send-mail  input.error::-moz-placeholder {  /* Firefox 19+ */
   color: #e82424;
   opacity:1;
}
.form-send-mail input.error:-ms-input-placeholder {  
   color: #e82424;
   opacity:1;
}
.form-send-mail form input.error{
  border-bottom: 1px solid #e82424;
  color: #e82424;
}
.form-send-mail form label.error {
    /* display: none !important; */
    color: #e82424;
    position: absolute;
    left: 0;
    bottom: -27px;
    z-index: 1;
    font-weight: 400;
    font-size: 16px;
}
.form-send-mail form p {
  margin: 0;
  position: relative;
}
.form-send-mail form label.error#checkbox-error {
   display: none !important;
}
.form-send-mail form input[type="submit"]:hover{
  background: #6eceb2;
}
.form-send-mail form input[type="submit"]{
  width: 100%;
  display: block;
  height: 52px;
  line-height: 52px;
  padding: 0;
  border:none;
  font-weight: 400;
  font-size: 25px;
  background: #00877c;
  color: #fff;
  text-align: center;
  margin-top: 12px;
  transition: all 0.3s;
}
.loader {
    text-align: center;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #203644;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rebeccapurple;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999999999999;
    display: none;
}
@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.left-form .myCheckbox {
    color: #0a0e0a;
    font-size: 18px;
    line-height: 25px;
    padding-right: 40px;
    position: relative;
    margin: 15px 0 24px;
    font-weight: 400;
}
.note{
  margin-top: 65px;
}
.note p{
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}
.note p a{
  color: #00877c;
}
.myCheckbox label {
    width: 28px;
    height: 28px;
    display: block;
    border: 1px solid #000;
    position: absolute;
    right: 0;
    top:8px;
}
.form-send-mail form .myCheckbox input.error + label+label {
    border: 1px solid #e82424;
}
.myCheckbox input:checked + label {
    background: url("img/check1.png") no-repeat center -1px;
}
.myCheckbox input:checked + label+label {
    background: url("img/check1.png") no-repeat center -1px;
}
.form-send-mail form input[type="checkbox"]{
  position: absolute;
  right: 0;
  top: 10px;
  opacity: 0;
}
/************************/
.section-about{
  background: #f4f6f8;
  position: relative;
  padding: 100px 0 70px;
}
.section-about .container{
  max-width: 1040px;
}
.image-about{
  position: absolute;
  left: 0;
  top: -50px;
  max-width: 660px;
  display: block;
}
.inner-about{
  max-width: 650px;
}
h3.title{
  margin: 0;
  color: #000;
  font-weight: 800;
  font-size: 58px;
}
.inner-about h3.title{
  margin:0 0 30px;
}
.item-about {
    color: #0a0e0a;
    font-size: 27px;
    font-weight: 400;
    padding: 21px 0;
    border-bottom: 1px dashed #0a0e0a;
}
.item-about.last-item {
    border-bottom: 0 dashed #0a0e0a;
}
.item-about p {
    margin: 0;
    line-height: 39px;
}
.section-app{
  height: 750px;
  position: relative;
  text-align: center;
}
.section-app .container{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.inner-app h3.title{
  margin:0 0 15px;
}
.inner-app p{
  font-size: 33px;
  line-height: 35px;
  color: #0a0e0a;
  font-weight: 400;
}
/******************************************/
.section-question{
  padding: 72px 0 0;
  text-align: center;
  color: #fff;
}
.section-question .container{
  max-width: 790px;
}
.inner-question h3.title{
  margin:0 0 30px;
  color: #fff;
}
.footer{
  margin:85px 0 25px;
}
.copyright {
    margin: 0;
    text-align: left;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    padding: 10px 0;
}
.footer p {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    line-height: 38px;
}
.footer p a{
  display: block;
  color: #fff;
  font-weight: 400;
}
.panel-group{
  text-align: right;
}
.panel-default {
    border-color: transparent;
}
.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
}
.panel-default>.panel-heading {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
.panel-title{
  font-size: 30px;
  font-weight: 300;
}
.panel-title{
  font-size: 30px;
  font-weight: 300;
}
.panel-body{
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
}
.panel-body a,
.panel-body a:hover,
.panel-body a:focus{
  color: #fff;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color:transparent; 
}
.panel-group .panel+.panel {
    margin-top: 0;
}
.panel-group .panel {
    padding: 18px 0;
}
.panel-heading a {
    position: relative;
    display: block;
    padding-right: 25px;
    font-weight: 600;
}
.panel-heading a.collapsed {
    font-weight:300;
}
.panel-heading{
  padding: 10px 0;
}
.panel-body {
    padding: 15px 25px 35px;
}
.panel-heading a.collapsed:before {
    position: absolute;
    content: "+";
    right: 0;
    top: -1px;
    color: #6eceb2;
    font-size: 31px;
    font-weight: 400;
}
.panel-heading a:before {
    position: absolute;
    content: "-";
    right: 0;
    top: -11px;
    color: #6eceb2;
    font-size: 45px;
    font-weight: 400;
}
.modal-dialog {
    width: 900px;
}
.modal {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.modal-open .modal {
    overflow-x: inherit;
    overflow-y: inherit;
}
.embed-responsive, .modal, .modal-open, .progress {
     overflow: inherit;
}
.inner-modal {
  padding: 40px 10px;
  border:1px solid #00877c;
  text-align: center;
}
.modal-content {
    border-radius: 0;
}
.modal-body {
    padding: 20px;
}
.inner-modal h4 {
    margin: 20px 0;
    font-size: 38px;
    line-height: 45px;
}
.inner-modal h4 strong{
  display: block;
  font-weight: 700;
}
.inner-modal .close {
    float: none;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    filter: alpha(opacity=20);
    background: #00877c !important;
    display: block;
    width: 260px;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    margin: 35px auto 0;
}
.inner-modal .close:hover {
    background: #6eceb2 !important;
    color: #fff;
    opacity: 1;
}
.modal-backdrop {
    z-index: 1;
}
.inner-question{
  position: relative;
}
.section-banner .container{
  width: 100%;
}

@media screen and (max-width:1700px) {
.section-app{
  height: 650px;
}
.section-banner h1 {
    font-size: 60px;
}
}
@media screen and (max-width:1450px) {
#getting-started {
    margin: 55px 0 0;
}
.time-hour {
    margin: 30px 0 0;
}
.section-banner h1 {
    margin: 25px 0 0;
    line-height: 60px;
}
.image-about {
    max-width: 525px;
}
.section-about {
    padding: 60px 0 30px;
}
.item-about {
    padding: 12px 0;
    font-size: 24px;
}
.item-about p {
    line-height: 35px;
}
}
@media screen and (max-width:1300px) {
.image-about {
    max-width: 490px;
}
.item-about p {
    line-height: 32px;
}
h3.title {
    font-size: 40px;
}
.form-send-mail h2 {
    font-size: 30px;
    line-height: 40px;
}
.subtitle {
    font-size: 30px;
    margin: 20px 0 0;
    line-height: 30px;
}
.inner-app p {
    font-size: 25px;
    line-height: 28px;
}
.panel-title {
    font-size: 25px;
}
.panel-body {
    font-size: 19px;
    line-height: 28px;
}
.footer p {
    font-size: 24px;
    line-height: 34px;
}
}
@media screen and (max-width:1270px) {
.section-banner h2 {
    font-size: 22px;
    line-height: 35px;
}
.section-banner h1 {
    font-size: 60px;
}
.image-about {
    max-width: 320px;
    top: inherit;
    bottom: 0;
}
.section-app {
    height: 500px;
}
.modal-dialog {
    width: 540px;
    margin: 0 auto;
}
}
@media screen and (max-width:1000px) {
.section-banner h2 {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 26px;
}
.section-banner h1 {
    font-size: 40px;
    margin: 15px 0 0;
    line-height: 46px;
}
.time-hour {
    font-size: 30px;
}
#getting-started {
    margin: 40px 0 0;
    font-size: 45px;
}
.section-form {
    padding: 40px 0 60px;
}
.form-send-mail h2 {
    font-size: 25px;
    line-height: 30px;
}
.right-form, .left-form {
    float: none;
    width: 100%;
    margin-top: 10px;
}
.note {
    margin-top: 40px;
}
.section-about {
    padding: 30px 0 30px;
}
.item-about p {
    line-height: 27px;
    font-size: 18px;
}
.inner-about h3.title {
    margin: 0 0 10px;
}
.countdown-amount:before {
    top: -8px;
    font-size: 45px;
}
}
@media screen and (max-width:980px) {
.inner-about {
    max-width: 500px;
}
.image-about {
    max-width: 250px;
}
}
@media screen and (max-width:768px) {
h3.title {
    font-size: 19px;
}
.inner-app p {
    font-size: 14px;
    line-height: 18px;
}
.inner-app h3.title {
    margin: 0 0 8px;
}
.section-question {
    padding: 40px 0 0;
}
.footer {
    margin: 40px 0 20px;
}
.panel-group .panel {
    padding: 5px 0;
}
.panel-title {
    font-size: 16px;
}
.panel-body {
    font-size: 15px;
    line-height: 20px;
}
.panel-heading a.collapsed:before {
    top: -9px;
}
.panel-heading a:before {
    top: -20px;
}
.panel-body {
    padding: 15px 25px 15px 0;
}
.section-app {
    height: 230px;
}
.section-banner .container {
    top: 50%;
}
.inner-modal h4 {
    font-size: 25px;
    line-height: 35px;
}
.modal-dialog {
    width: 90%;
}
.modal-body {
    padding: 10px;
}
.inner-modal h4 {
    font-size: 20px;
    line-height: 27px;
}
.inner-modal .close {
    width: 200px;
    margin: 15px auto 0;
}
.image-about {
    max-width: 150px;
    left: -20px;
}
.section-about {
    overflow: hidden;
}
.item-about p {
    line-height: 20px;
    font-size: 14px;
}
.item-about {
    padding: 8px 0;
}
.inner-about {
    margin-left: 115px;
}
.footer p {
    font-size: 16px;
    line-height: 26px;
}
.inner-question h3.title {
    margin: 0 0 10px;
}
.form-send-mail h2 {
    font-size: 19px;
    line-height: 25px;
}
.subtitle {
    font-size: 21px;
    margin: 15px 0 0;
    line-height: 20px;
}
.form-send-mail form input[type="text"], .form-send-mail form input[type="tel"], .form-send-mail form input[type="email"] {
   font-size: 16px;
   height: 40px;
    line-height: 40px;
}
.left-form .myCheckbox {
    font-size: 14px;
    line-height: 19px;
    margin: 0px;
}
.note {
    margin-top: 20px;
}
.section-form {
    padding: 30px 0;
}
.note p {
    font-size: 14px;
}
.section-banner {
    height: 360px;
}
.section-banner h1 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 3px;
}
.section-banner h2 {
    font-size: 16px;
    line-height: 22px;
}
}
@media screen and (max-width:540px) {
.section-banner {
    height: 260px;
}
.section-banner h2 {
    font-size: 16px;
    line-height: 22px;
    max-width: 260px;
    margin: 0 auto;
}
.section-banner h1 {
    font-size: 23px;
    line-height: 25px;
    letter-spacing: 1px;
}
.time-hour {
    font-size: 16px;
     margin: 10px 0 0;
}
#getting-started {
    font-size: 22px;
    margin: 20px 0 0;
}
.countdown-amount:before {
    top: -3px;
    font-size: 22px;
    left: -4px;
}
.countdown-amount {
    padding: 0 10px;
}
}
@media screen and (max-width:420px) {
}