/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 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.
 */
/*footer link*/
.main-footer .footer_link{
  font-size: 14px;
  float: left;
  color: #fff !important;
  margin-top: 18px;
}

body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 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/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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"],
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; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* resets:
    - import *after* _normalize.scss
    - helpful, but limited, resets

    note:
        - use restraint
        - this set of styles should be vers small
        - this file is global!
        - use common sense when adding settings to this file
*/
* {
  z-index: 1;
  vertical-align: top; }

body {
  padding: 0;
  font-family: 'TelstraAkkuratLight', sans-serif;
  line-height: 20px;
  font-weight: 300;
  /*font-family: 'Roboto Slab', serif;*/
  color: #000; }

h1, h2, h3, h4, h5, h6,
blockquote {
  padding: 0;
  margin: 0;
  font-family: 'Raleway', sans-serif; }

a {
  text-decoration: none; }

input::-ms-clear {
  display: none; }

ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

@font-face {
  font-family: 'TelstraAkkuratLight';
  src: url("../fonts/TelstraAkkuratLight.eot");
  src: url("../fonts/TelstraAkkuratLight.eot") format("embedded-opentype"), url("../fonts/TelstraAkkuratLight.woff2") format("woff2"), url("../fonts/TelstraAkkuratLight.woff") format("woff"), url("../fonts/TelstraAkkuratLight.ttf") format("truetype"), url("../fonts/TelstraAkkuratLight.svg#TelstraAkkuratLight") format("svg"); }
@font-face {
  font-family: 'TelstraAkkuratBold';
  src: url("../fonts/TelstraAkkuratBold.eot");
  src: url("../fonts/TelstraAkkuratBold.eot") format("embedded-opentype"), url("../fonts/TelstraAkkuratBold.woff2") format("woff2"), url("../fonts/TelstraAkkuratBold.woff") format("woff"), url("../fonts/TelstraAkkuratBold.ttf") format("truetype"), url("../fonts/TelstraAkkuratBold.svg#TelstraAkkuratBold") format("svg"); }
@font-face {
  font-family: 'sfns_displayregular';
  src: url("../fonts/sfnsd-webfont.eot");
  src: url("../fonts/sfnsd-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sfnsd-webfont.woff2") format("woff2"), url("../fonts/sfnsd-webfont.woff") format("woff"), url("../fonts/sfnsd-webfont.ttf") format("truetype"), url("../fonts/sfnsd-webfont.svg#sfns_displayregular") format("svg");
  font-weight: normal;
  font-style: normal; }
a {
  outline: none; }

body {
  background: #ebebea; }

img {
  max-width: 100%;
  height: auto; }

.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

@media screen and (max-width: 767px) {
  .container {
    padding-right: 35px;
    padding-left: 35px; } }
@media screen and (max-width: 320px) {
  .container {
    padding-right: 20px;
    padding-left: 20px; } }
.white-border-btn {
  border: 4px solid #fff;
  color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px; }

.btn-white {
  border: none;
  color: #000;
  background: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-weight: 800;
  font-family: 'Raleway', sans-serif; }

/*  Use "desktop" for default styling, then override with tablet & mobile */
.main-header {
  padding: 20px 0;
  background: #000; }

.my-menu .navbar-default {
  background: none;
  border: none; }
.my-menu .navbar {
  margin: 0; }
.my-menu .navbar-nav {
  margin-top: 15px; }
.my-menu .navbar-default .navbar-nav > li > a {
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  text-shadow: none;
  font-size: 18px;
  color: #fff;
  padding: 0 25px;
  position: relative;
  border-right: 1px solid #fff; }
.my-menu .navbar-default .navbar-nav > li.sign-up-btn a {
  border: 4px solid #00d7e1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 8px;
  min-width: 164px;
  color: #00d7e1;
  margin-top: -12px;
  margin-left: 25px;
  text-align: center; }
.my-menu .navbar-default .navbar-nav > li:hover a, .my-menu .navbar-default .navbar-nav > li.active a {
  color: #fff; }
.my-menu .navbar-default .navbar-nav > li.border-none a {
  border: none; }
.my-menu .navbar-default .navbar-nav > li.social-icon {
  text-align: center; }
  .my-menu .navbar-default .navbar-nav > li.social-icon a {
    display: inline-block;
    margin: 0 5px; }
.my-menu .navbar-brand {
  padding: 0;
  height: auto; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background: none; }

@media screen and (max-width: 767px) {
  .main-header {
    padding: 10px 0; }

  .navbar-toggle {
    margin-right: 0;
    padding: 0;
    border: none;
    margin-top: 15px;
    background: none; }

  .navbar-toggle .icon-bar {
    height: 3px; }

  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px; }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #00d7e1; }

  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: none; }

  .mobile-sign-up-btn {
    border: 2px solid #00d7e1;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 2px 8px;
    min-width: 115px;
    font-size: 15px;
    color: #00d7e1;
    display: inline-block !important;
    position: absolute;
    right: 70px;
    top: 20px;
    z-index: 999;
    font-weight: 700; }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #00d7e1; }

  .navbar-collapse {
    margin: 0 -35px;
    margin-top: 20px;
    margin-bottom: -10px;
    background: #00d7e1; }

  .my-menu .navbar-default .navbar-nav > li > a {
    border: none;
    padding: 20px 0;
    text-align: center;
    color: #000;
    font-size: 27px; }

  .my-menu .navbar-default .navbar-nav > li:hover a, .my-menu .navbar-default .navbar-nav > li.active a {
    color: #000; }

  .navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out; }

  .navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 8px;
    transform: rotate(45deg); }

  .navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent; }

  .navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -8px;
    transform: rotate(-45deg); } }
@media screen and (max-width: 320px) {
  .navbar-collapse {
    margin: 0 -20px;
    margin-top: 20px;
    margin-bottom: -10px; }

  .mobile-sign-up-btn {
    right: 53px; } }
/*  Use "desktop" for default styling, then override with tablet & mobile */
.main-footer {
  background: #000;
  padding: 40px 0;
  font-size: 0;
  text-align: right;
  height: 140px; }
  .main-footer img {
    width: 50px;
    height: auto; }
  .main-footer a {
    display: inline-block;
    margin-left: 15px; }

/*  Use "desktop" for default styling, then override with tablet & mobile */
.header-section {
  padding: 110px 0;
  background-position: center top;
  color: #fff;
  font-size: 36px;
  line-height: 45px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  position: relative;
  background-size: cover; }
  .header-section h1 {
    font-size: 100px;
    line-height: 110px;
    font-weight: 800;
    background: url(../img/white_wave.png) no-repeat left bottom;
    margin-bottom: 50px;
    padding-bottom: 50px;
    margin-top: 80px; }
  .header-section p {
    margin-bottom: 50px; }
  .header-section .btn {
    width: 300px;
    height: 55px;
    font-size: 25px;
    font-weight: 400; }
  .header-section .bottom-scroll {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%; }
    .header-section .bottom-scroll a {
      text-decoration: none;
      color: #fff;
      font-size: 22px;
      display: inline-block; }
      .header-section .bottom-scroll a img {
        margin-top: 0; }

.padding-section {
  padding: 100px 0; }

.holidays-section {
  font-size: 22px;
  line-height: 30px;
  position: relative; }
  .holidays-section h2 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 400;
    background: url(../img/sky_blue_wave.png) no-repeat center bottom;
    margin-bottom: 50px;
    padding-bottom: 50px; }

.our-process-section {
  background-position: center bottom;
  background-size: cover;
  background-color: #2e55a0;
  color: #fff;
  min-height: 2050px; }
  .our-process-section h2 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 800; }
  .our-process-section .our-process-list {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    max-width: 710px; }
    .our-process-section .our-process-list li {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 45px 0;
      font-size: 22px;
      line-height: 30px;
      position: relative; }
      .our-process-section .our-process-list li h3 {
        font-size: 33px;
        line-height: 40px;
        font-weight: 800;
        margin-bottom: 10px; }
      .our-process-section .our-process-list li .content-div {
        width: 550px; }
      .our-process-section .our-process-list li .icon-div {
        width: 110px;
        text-align: center;
        margin-right: 60px;
        position: relative; }
        .our-process-section .our-process-list li .icon-div:after {
          content: "";
          position: absolute;
          top: 100%;
          height: 60px;
          width: 3px;
          background: #fff;
          left: 50%;
          margin-left: -2px;
          margin-top: 14px; }
        .our-process-section .our-process-list li .icon-div:before {
          content: "";
          position: absolute;
          bottom: 100%;
          height: 60px;
          width: 3px;
          background: #fff;
          left: 50%;
          margin-left: -2px;
          margin-bottom: 14px; }
        .our-process-section .our-process-list li .icon-div img {
          border: 3px solid #fff;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          border-radius: 100%; }
      .our-process-section .our-process-list li.mid-lock h3 {
        color: #00d7e1; }
      .our-process-section .our-process-list li.mid-lock .icon-div img {
        border: none; }
      .our-process-section .our-process-list li.mid-lock .icon-div:after {
        margin-top: 0;
        height: 75px; }
      .our-process-section .our-process-list li.mid-lock .icon-div:before {
        content: "";
        position: absolute;
        bottom: 100%;
        height: 50px;
        width: 3px;
        background: #fff;
        left: 50%;
        margin-left: -2px;
        margin-bottom: 0px;
        z-index: 6666; }
      .our-process-section .our-process-list li.last .icon-div img {
        background: #fff; }
      .our-process-section .our-process-list li.last .icon-div:after {
        display: none; }
      .our-process-section .our-process-list li.first .icon-div:before {
        display: none; }

.whats-in-section {
  background: #000;
  color: #fff;
  text-align: center; }
  .whats-in-section h2 {
    margin: 0 0 40px 0;
    font-size: 60px;
    line-height: 70px;
    font-weight: 800; }
  .whats-in-section .tab-content > .tab-pane {
    display: block;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000; }
  .whats-in-section .tab-content > .active {
    z-index: 33; }
  .whats-in-section .tab-content {
    min-height: 300px;
    position: relative; }
  .whats-in-section .tab-ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    font-size: 0;
    max-width: 620px;
    border: 2px solid #00d7e6;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    margin-bottom: 100px; }
    .whats-in-section .tab-ul li {
      width: 50%;
      display: inline-block; }
      .whats-in-section .tab-ul li a {
        padding: 0 15px;
        display: block;
        line-height: 75px;
        font-family: 'Raleway', sans-serif;
        font-size: 33px;
        line-height: 70px;
        font-weight: 800;
        color: #fff;
        text-decoration: none;
        -webkit-border-radius: 80px;
        -moz-border-radius: 80px;
        border-radius: 80px;
        transition: All 0.5s ease;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease; }
      .whats-in-section .tab-ul li.active a {
        background: #00d7e1;
        color: #000; }
  .whats-in-section .owl-carousel .owl-item img {
    width: auto;
    height: auto;
    display: inline-block; }
  .whats-in-section .owl-nav {
    display: none; }
  .whats-in-section .owl-dots {
    position: relative;
    top: 55px;
    display: none !important; }
    .whats-in-section .owl-dots span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      border: 2px solid #fff;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      -moz-transition: opacity 200ms ease;
      -ms-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px; }
    .whats-in-section .owl-dots .owl-dot {
      display: inline-block;
      zoom: 1; }
      .whats-in-section .owl-dots .owl-dot.active span {
        background: #fff; }

.whats-box-div {
  text-align: center;
  font-size: 33px;
  line-height: 40px;
  font-family: 'sfns_displayregular', sans-serif; }
  .whats-box-div .icon-div {
    margin-bottom: 30px; }

.spend-section h2 {
  font-size: 60px;
  line-height: 65px;
  margin-bottom: 80px; }
.spend-section .media {
  max-width: 600px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 30px; }
  .spend-section .media h4 {
    font-size: 33px;
    line-height: 40px;
    font-weight: 800;
    margin: 12px 0;
    margin-top: 30px; }
  .spend-section .media .pull-left {
    width: 230px;
    height: 230px;
    background: #54d9e1;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0;
    margin-right: 40px;
    font-size: 24px; }
    .spend-section .media .pull-left h3 {
      font-size: 114px;
      line-height: 84px;
      margin-top: -10px; }
      .spend-section .media .pull-left h3 sup {
        font-size: 24px;
        top: -1.5em; }

.sign-up-section {
  background: #00d7e1;
  color: #fff; }
  .sign-up-section .form-div {
    max-width: 500px;
    margin: 0 auto; }
  .sign-up-section h2 {
    font-size: 64px;
    line-height: 64px;
    font-weight: 800;
    margin-bottom: 80px; }
  .sign-up-section .already-s-div {
    font-size: 14px;
    color: #000;
    margin-top: -25px;
    margin-bottom: 70px;
    font-family: 'sfns_displayregular', sans-serif; }
  .sign-up-section .btn {
    height: 70px;
    width: 250px;
    font-size: 24px;
    line-height: 54px; }

.faq-section h2 {
  font-size: 64px;
  line-height: 64px;
  font-weight: 800;
  margin-bottom: 40px; }
.faq-section ul li {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 24px; }
  .faq-section ul li h3 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 10px; }

@media screen and (max-width: 991px) {
  .header-section h1 {
    margin-top: 0; }

  .whats-box-div {
    text-align: center;
    font-size: 28px;
    line-height: 32px; } }
@media screen and (max-width: 767px) {
  .header-section {
    text-align: center;
    background-repeat: no-repeat;
    background-position: center -137px;
    padding-bottom: 0;
    padding: 70px 0;
    padding-bottom: 0;
    background-size: inherit;
    background: none !important; }
    .header-section:before {
      content: "";
      background: #00d7e1 !important;
      position: absolute;
      width: 100%;
      height: 720px;
      left: 0;
      top: 0;
      z-index: -1; }
    .header-section h1 {
      background-position: center bottom; }
    .header-section .bottom-scroll {
      display: none; }
    .header-section .btn {
      margin-bottom: 50px; }

  .holidays-section {
    text-align: center; }
    .holidays-section h2 br {
      display: none; }

  .our-process-section {
    min-height: 1620px; }
    .our-process-section .our-process-list {
      max-width: 470px; }
      .our-process-section .our-process-list li .icon-div {
        margin-right: 20px;
        width: 100px; }
      .our-process-section .our-process-list li .content-div {
        width: 288px; }
      .our-process-section .our-process-list li {
        padding: 40px 0; }
        .our-process-section .our-process-list li h3 {
          font-size: 28px;
          line-height: 33px; }

  .whats-box-div {
    font-size: 23px;
    line-height: 32px; }

  .whats-in-section h2 {
    font-size: 50px;
    line-height: 60px; }

  .spend-section h2 br {
    display: none; }

  .spend-section .media .pull-left {
    margin: 0 auto;
    float: none !important;
    margin-bottom: 40px; }

  .spend-section .media .media-body {
    width: 100%;
    display: block;
    text-align: center; }

  .padding-section {
    padding: 80px 0; }

  .whats-in-section .owl-dots {
    display: block !important; } }
@media screen and (max-width: 479px) {
  .header-section {
    background-position: center -277px; }
    .header-section h1 {
      font-size: 68px;
      line-height: 80px; }
    .header-section .btn {
      width: 220px;
      margin-bottom: 20px; }

  .padding-section {
    padding: 50px 0; }

  .holidays-section {
    padding-top: 0; }
    .holidays-section h2 {
      font-size: 42px;
      line-height: 48px; }

  .our-process-section {
    min-height: inherit;
    background: #335baa; }

  .our-process-section .our-process-list {
    max-width: 300px; }

  .our-process-section h2 {
    font-size: 38px;
    line-height: 45px; }

  .our-process-section .our-process-list li .icon-div {
    width: 60px;
    float: left;
    margin-right: 15px; }

  .our-process-section .our-process-list li .content-div {
    width: 200px;
    float: left; }

  .our-process-section .our-process-list li h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px; }

  .our-process-section .our-process-list li {
    padding: 30px 0;
    font-size: 16px;
    line-height: 22px;
    clear: both;
    float: left;
    display: block; }

  .our-process-section .our-process-list li .icon-div:after {
    height: 40px; }

  .our-process-section .our-process-list li .icon-div:before {
    height: 40px; }

  .our-process-section .our-process-list li.mid-lock .icon-div:after {
    height: 50px; }

  .our-process-section .our-process-list li.mid-lock h3 {
    margin-top: 12px; }

  .our-process-section .our-process-list li.mid-lock .icon-div img {
    width: 50px;
    height: auto; }

  .our-process-section .our-process-list li.mid-lock .icon-div:before {
    top: -100%;
    width: 3px;
    height: 60px;
    margin-top: -9px; }

  .whats-in-section h2 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 25px 0; }

  .whats-in-section .tab-ul {
    margin-bottom: 70px;
    width: 80%; }

  .whats-in-section .tab-ul li a {
    font-size: 19px;
    line-height: 40px; }

  .spend-section h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px; }

  .spend-section .media h4 {
    font-size: 24px;
    line-height: 26px; }

  .spend-section .media .pull-left h3 {
    font-size: 84px;
    line-height: 84px; }

  .spend-section .media .pull-left {
    width: 190px;
    height: 190px;
    margin-bottom: 20px; }

  .sign-up-section h2 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 40px; }

  .sign-up-section .btn {
    height: 42px;
    width: 160px;
    font-size: 18px;
    line-height: 29px; }

  .sign-up-section .already-s-div {
    margin-bottom: 40px; }

  .whats-in-section .owl-dots {
    top: 25px; }

  .whats-in-section .container {
    padding-right: 0;
    padding-left: 0; }

  .whats-in-section .owl-carousel .owl-item img {
    width: 70px; }

  .whats-box-div {
    font-size: 17px;
    line-height: 22px; }

  .whats-in-section .tab-content {
    min-height: 180px; }

  .faq-section h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px; }
  .faq-section ul li {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px; }
    .faq-section ul li h3 {
      font-size: 20px;
      line-height: 24px; } }

/*# sourceMappingURL=styles.css.map */
