/*!
 * Copyright 2011-2015 AdCash Limited.
 * Developed by CreativeCode (https://www.creativecodestudios.com/)
 */
* {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  transition: background .25s ease-in-out;
  -moz-transition: background .25s ease-in-out;
  -webkit-transition: background .25s ease-in-out;
  outline: 0 !important; }

/* Change the white to any color ;) */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #eeeeee inset;
  -webkit-text-fill-color: #666666 !important; }

h1 {
  color: #444444; }

h2 {
  color: #444444; }

h3 {
  color: #444444; }

h4 {
  color: #444444; }

h5 {
  color: #444444; }

p {
  font-size: 22px;
  font-weight: 100;
  color: #666666; }
  p span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: inherit; }

a {
  color: #3e65e4;
  font-size: inherit; }

a:hover {
  text-decoration: none; }

b, strong {
  font-weight: 600;
  font-size: inherit; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.spacer-10 {
  padding: 10px 0; }

.spacer-19 {
  padding: 19px 0; }

.spacer-20 {
  padding: 20px 0; }

.spacer-25 {
  padding: 25px 0; }

.spacer-30 {
  padding: 30px 0; }

.spacer-40 {
  padding: 40px 0; }

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

.spacer-60 {
  padding: 60px 0; }

.spacer-70 {
  padding: 70px 0; }

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

.spacer-90 {
  padding: 90px 0; }

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

.padding-left-10 {
  padding-left: 10px; }

.padding-left-20 {
  padding-left: 20px; }

.padding-left-30 {
  padding-left: 30px; }

.padding-left-40 {
  padding-left: 40px; }

.padding-left-50 {
  padding-left: 50px; }

.padding-left-60 {
  padding-left: 60px; }

.padding-left-60 {
  padding-left: 60px; }

.padding-left-70 {
  padding-left: 70px; }

.padding-left-80 {
  padding-left: 80px; }

.padding-left-90 {
  padding-left: 90px; }

.padding-left-90 {
  padding-left: 90px; }

.padding-left-100 {
  padding-left: 100px; }

.padding-right-10 {
  padding-right: 10px; }

.padding-right-20 {
  padding-right: 20px; }

.padding-right-30 {
  padding-right: 30px; }

.padding-right-40 {
  padding-right: 40px; }

.padding-right-50 {
  padding-right: 50px; }

.padding-right-60 {
  padding-right: 60px; }

.padding-right-60 {
  padding-right: 60px; }

.padding-right-70 {
  padding-right: 70px; }

.padding-right-80 {
  padding-right: 80px; }

.padding-right-90 {
  padding-right: 90px; }

.padding-right-90 {
  padding-right: 90px; }

.padding-right-100 {
  padding-right: 100px; }

.divider {
  border-bottom: 1px solid #ddd; }

.btn {
  width: 420px;
  padding: 21px 10px;
  border-radius: 3px;
  margin: 5px 0px;
  border: none;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px; }

.btn-blue {
  background-color: #3e65e4;
  color: #FFFFFF; }

.btn-blue:hover,
.btn-blue:focus {
  background-color: #FF0D0D;
  color: #FFFFFF; }

.btn-white {
  background-color: #FFFFFF;
  color: #3e65e4; }

.btn-white:hover {
  background-color: #eeeeee;
  color: #3e65e4; }

.document h3 {
  margin: 2rem 0; }

.section {
  background-color: #eeeeee;
  padding: 25px 0 40px; }
  .section h1 {
    color: #444444;
    padding-bottom: 10px; }

.section-blue {
  background-color: #3e65e4;
  color: #FFFFFF; }
  .section-blue h1 {
    color: #FFFFFF; }

/*
 * 
 * Desktop/Global CSS
 *
 */
nav {
  transition: background-color 0.8s linear;
  background-color: #3e65e4;
  height: 100px; }
  nav img {
    max-width: 100% !important; }
  nav .navbar-brand {
    float: left;
    height: 50px;
    padding: 35px 35px; }
  nav ul {
    float: right;
    padding: 0;
    margin: 0; }
    nav ul li {
      float: left;
      list-style: none; }
      nav ul li a {
        float: left;
        padding: 39px 14px;
        color: #FFFFFF;
        font-weight: 500; }
      nav ul li a:hover {
        color: #4e0000;
        text-decoration: none; }
      nav ul li a:focus, nav ul li a:active {
        color: #FFFFFF;
        text-decoration: none; }

footer {
  background: #ddd;
  padding: 25px 0; }
  footer .footer-container {
    font-weight: 300; }
    footer .footer-container div {
      padding: 7px 0; }
    footer .footer-container .social i {
      background: #3e65e4;
      color: #FFFFFF;
      padding: 11px;
      border-radius: 25px;
      width: 35px;
      height: 35px;
      margin: 0 7px; }
    footer .footer-container .social a:hover i {
      background: #FF0D0D; }
    footer .footer-container .menu a {
      color: #666666;
      padding: 0 10px; }
    footer .footer-container .submenu a {
      color: #444444;
      padding: 0 10px;
      font-weight: 400; }
    footer .footer-container .submenu a:first-child {
      border-right: 1px solid #666;
      padding-right: 15px; }
    footer .footer-container .copyright {
      color: #999999;
      opacity: 1; }

.sub-footer {
  background-color: #eeeeee !important; }
  .sub-footer p {
    line-height: 200%; }

.error {
  width: 100%;
  color: #FF4081;
  text-align: left;
  padding: 5px 0 !important;
  font-weight: 400 !important; }

.success {
  position: absolute;
  width: 550px;
  height: 310px;
  background-color: #FF4081;
  border-radius: 10px;
  color: #FFFFFF;
  z-index: 99;
  left: 50%;
  margin-left: -275px;
  text-align: center;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.4); }
  .success .fa-check {
    border: 3px solid #fff;
    border-radius: 40px;
    padding: 18px;
    font-size: 26px;
    margin-top: 45px; }
  .success .fa-exclamation {
    border: 3px solid #fff;
    border-radius: 40px;
    padding: 18px 27px;
    font-size: 26px;
    margin-top: 45px; }
  .success .fa-close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    z-index: 99999999; }
  .success h2 {
    color: #FFFFFF; }
  .success p {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 26px;
    padding: 10px 20px; }

#mailchimp-error h2 {
  padding: 0px; }

.error-border {
  border: 1px solid #FF4081 !important; }

form input,
form textarea {
  width: 420px !important;
  padding: 15px 10px;
  border-radius: 3px;
  margin: 10px 0px;
  border: none;
  font-family: FontAwesome, Roboto, sans-serif; }
form textarea {
  padding-bottom: 20px; }
form .fa-phone {
  font-size: 18px; }
form input[type=text],
form input[type=email],
form input[type=number],
form input[type=tel],
form textarea {
  background-color: #eeeeee;
  color: #666666;
  border: 1px solid #eeeeee;
  text-align: left; }
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=number]:focus,
form input[type=tel]:focus,
form textarea:focus {
  border: 1px solid #666666;
  outline: 0 !important; }
form input[type=submit] {
  background-color: #3e65e4;:
  color: #FFFFFF;
  font-weight: 400;
  height: 72px !important;
  font-size: 22px; }
form input[type=submit]:hover,
form input[type=submit]:focus {
  background-color: #FF0D0D;
  color: #FFFFFF;
  font-weight: inherit;
  outline: 0 !important; }
form span {
  position: absolute;
  margin-top: 35px;
  margin-left: 20px;
  background-color: #eeeeee;
  color: #999999;
  font-weight: 400; }
  form span i {
    padding-right: 5px; }
form .right .zendesk-field {
  float: right; }
form .zendesk-field {
  width: 420px !important; }
  form .zendesk-field input {
    height: 72px;
    padding-left: 92px !important; }
  form .zendesk-field textarea {
    padding: 17px !important;
    margin-bottom: 4px; }
  form .zendesk-field input[type=submit] {
    height: 76px !important;
    padding-left: 0 !important; }
form .g-recaptcha {
  float: right;
  margin-top: 10px; }
@media (max-width: 992px) {
  form .g-recaptcha {
    float: none;
    margin-top: 10px;
    margin-bottom: 4px; }
    form .g-recaptcha > div > div {
      margin: 0 auto; } }
form .mc-field-group {
  width: 420px;
  margin: 0 auto; }
  form .mc-field-group input[type=email] {
    padding-left: 100px !important;
    height: 72px; }
  form .mc-field-group input[type=text] {
    padding-left: 100px !important;
    height: 72px; }
  form .mc-field-group input[type=number] {
    padding-left: 100px !important;
    height: 72px; }
  form .mc-field-group input[type=tel] {
    padding-left: 100px !important;
    height: 72px; }
  form .mc-field-group input[type=submit] {
    height: 72px; }
form #Field4-error {
  border: 0 !important;
  font-weight: 400;
  padding-left: 20px;
  color: #FF4081 !important; }

#mailchimp {
  top: 10px;
  display: none; }

#mailchimp-error {
  top: 10px;
  display: none; }
  #mailchimp-error p {
    font-size: 17px;
    padding: 10px 10px; }
  #mailchimp-error a {
    font-size: 17px;
    color: #FFFFFF;
    font-weight: 300; }

#zendesk {
  top: 30px;
  display: none;
  height: 260px; }

#zendeskfail {
  top: 30px;
  display: none;
  height: 260px; }

#zendesk-error {
  top: 30px;
  display: none;
  height: 260px; }

#menu-logo {
  display: none; }

/*
 * 
 * Landing Page
 *
 */
.landing-page {
  padding-top: 100px;
  min-height: 100vh; }
  .landing-page .row {
    padding: 25px 0 0; }
    .landing-page .row #logo-body {
      width: 200px; }
  .landing-page h2 {
    font-weight: 300;
    padding: 0 0 25px;
    margin: 0; }
  .landing-page p {
    color: #666666; }
  .landing-page form input {
    width: 100%;
    padding: 15px 10px;
    border-radius: 3px;
    margin: 7px 0px;
    border: 1px solid #eeeeee;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out; }
  .landing-page form span {
    margin-top: 32px; }
  .landing-page form .checkbox {
    font-size: 18px;
    color: #999999;
    padding: 25px 19px;
    text-align: left; }
    .landing-page form .checkbox input[type=checkbox] {
      -moz-appearance: none;
      -webkit-appearance: none;
      -o-appearance: none;
      width: 20px !important;
      height: 20px !important;
      padding: 0;
      position: relative;
      float: left;
      margin: 5px 0px;
      border-color: #666666; }
    .landing-page form .checkbox input[type=checkbox]:checked {
      background: #3e65e4;
      border-color: #3e65e4; }
    .landing-page form .checkbox p {
      margin-left: 10px;
      float: left;
      width: 87%; }
  .landing-page form input[type=text] {
    background-color: #eeeeee;
    font-family: FontAwesome, Roboto, sans-serif;
    color: #666666;
    border: 1px solid #eeeeee; }
  .landing-page form input[type=text]:focus {
    border: 1px solid #666666;
    outline: 0; }
  .landing-page form input[type=submit] {
    background-color: #3e65e4;
    color: #FFFFFF;
    font-weight: 400; }
  .landing-page form input[type=submit]:hover,
  .landing-page form input[type=submit]:focus {
    background-color: #FF0D0D;
    color: #FFFFFF;
    font-weight: 400; }
  .landing-page .form-row {
    position: relative; }
    .landing-page .form-row .success p {
      color: #FFFFFF; }
  .landing-page #mailchimp p {
    color: #FFFFFF; }
  .landing-page .intro-text a {
    font-size: 18px; }
  .landing-page nav .navbar-brand {
    float: left;
    height: 50px;
    padding: 20px 35px;
    width: 230px; }

@media (max-width: 768px) {
  .landing-page {
    padding-top: 60px; } }
/*
 * 
 * Homepage
 *
 */
.homepage nav {
  background-color: transparent; }
  .homepage nav .navbar-brand {
    width: 400px;
    float: left;
    height: 50px;
    padding: 35px; }
    .homepage nav .navbar-brand img {
      max-width: 100%; }
.homepage .slideshow {
  background: url("../../images/slider-bg.svg");
  background-size: cover;
  background-position: center center;
  height: 745px;
  padding-top: 130px;
  border-bottom: 1px solid #ccc; }
  .homepage .slideshow i {
    color: #999999;
    font-size: 50px;
    padding: 22px 0; }
  .homepage .slideshow h1 {
    line-height: 150%;
    font-size: 41px;
    padding: 50px 0 0;
    padding-right: 90px; }
  .homepage .slideshow h2 {
    line-height: 150%;
    font-weight: 100;
    font-size: 24px;
    color: #666666;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 80px; }
  .homepage .slideshow .red-box {
    color: #FF3F7F;
    font-weight: 400;
    position: absolute;
    margin-top: -60px;
    font-size: 21px; }
  .homepage .slideshow #carousel-container {
    position: relative;
    margin-top: -16px; }
    .homepage .slideshow #carousel-container #carousel {
      position: absolute;
      top: 120px;
      left: 63px; }
      .homepage .slideshow #carousel-container #carousel .item img {
        width: 260px;
        padding: 18px 10px 10px; }
  .homepage .slideshow #slider-bg {
    position: absolute;
    top: 40px;
    left: 70px; }
  .homepage .slideshow #slider-hand {
    position: absolute;
    top: 0;
    bottom: 0; }
  .homepage .slideshow .google-play-download {
    width: 240px;
    height: 72px;
    float: left;
    margin: 5px 0px;
    margin-right: 20px; }
    .homepage .slideshow .google-play-download a img {
      width: 100%; }
    .homepage .slideshow .google-play-download a:hover img {
      opacity: 0.8; }
  .homepage .slideshow .btn-blue {
    width: 240px;
    height: 72px;
    border-radius: 10px;
    position: relative; }
    .homepage .slideshow .btn-blue:after {
      content: "Download app direct if you don't have Google Play";
      position: absolute;
      top: 75px;
      left: 45px;
      color: #666666;
      font-size: 14px; }
  .homepage .slideshow .mtn {
    position: relative; }
    .homepage .slideshow .mtn:after {
      content: "Direct download zero-rated by MTN so no data cost";
      position: absolute;
      top: 75px;
      left: 30px;
      color: #666;
      font-size: 14px;
      text-align: center;
      width: 180px; }
  .homepage .slideshow .direct-download:after {
    content: "Download app direct if you don't have Google Play" !important; }
.homepage .vip form span {
  margin-top: 32px; }
.homepage .vip a {
  font-size: 22px;
  font-weight: 400; }
  .homepage .vip a i {
    color: #999999;
    font-size: 30px; }
.homepage .vip h1 {
  margin-bottom: 0; }
.homepage .vip h1::after {
  content: " ";
  border-bottom: 1px solid #3e65e4;
  width: 150px;
  position: absolute;
  left: 50%;
  margin-left: -75px;
  top: 130%; }
.homepage .vip p {
  margin-bottom: 2px; }
.homepage .vip .title {
  padding-top: 40px; }
.homepage .vip input {
  margin: 7px 0; }
.homepage .vip input[type=submit] {
  margin-top: 21px; }
.homepage .howitworks .row .col-md-6 {
  padding: 0; }
  .homepage .howitworks .row .col-md-6 img {
    width: 100%; }
.homepage .howitworks .row .howitworks-text {
  padding: 50px; }
  .homepage .howitworks .row .howitworks-text h3 {
    font-size: 30px;
    line-height: 150%; }
  .homepage .howitworks .row .howitworks-text img {
    width: auto;
    max-width: 100%; }
.homepage .howitworks .row .howitworks-text::after {
  content: " ";
  border-bottom: 1px solid #3e65e4;
  width: 150px;
  margin-top: 30px;
  float: left; }
@media (min-width: 991px) {
  .homepage .howitworks .row-1 .howitworks-text {
    padding: 50px; }
    .homepage .howitworks .row-1 .howitworks-text h3 {
      margin-top: -26px; }
    .homepage .howitworks .row-1 .howitworks-text img {
      width: auto;
      position: absolute;
      margin-top: 10%; } }
@media (max-width: 991px) {
  .homepage .howitworks .row-1 .howitworks-text {
    text-align: center; } }
.homepage .howitworks .row-2 .howitworks-text {
  padding: 100px 50px; }
.homepage .howitworks .row-3 .howitworks-text {
  padding: 80px 50px; }
.homepage #signup .crown {
  height: 70px;
  min-height: 70px;
  padding-top: 5px;
  padding-bottom: 0; }
  .homepage #signup .crown .crown-container {
    width: 100px;
    height: 70px;
    min-width: 100px;
    min-height: 70px;
    max-width: 100px;
    max-height: 70px;
    margin: 0 auto; }
    .homepage #signup .crown .crown-container img {
      width: 100px;
      height: 70px;
      min-width: 100px;
      min-height: 70px;
      max-width: 100px;
      max-height: 70px; }
.homepage #contact {
  padding-top: 0px; }

.contact textarea {
  padding-bottom: 27px;
  margin-bottom: 5px; }
.contact form .zendesk-field input {
  padding-left: 120px !important; }
.contact nav .navbar-brand {
  float: left;
  height: 50px;
  padding: 20px 35px;
  width: 230px; }
.contact #zendesk {
  top: 200px; }
  .contact #zendesk p {
    color: #FFFFFF; }

#ajax-contact input[type=submit] {
  height: 76px !important; }

#section-contact {
  position: relative; }
  #section-contact #signup-anchor {
    position: absolute;
    top: -100px; }

@media (max-width: 768px) {
  #section-contact {
    position: relative; }
    #section-contact #signup-anchor {
      position: absolute;
      top: -60px; } }
.press .press-container {
  background-color: #eeeeee; }
.press .navbar-brand {
  float: left;
  height: 50px;
  padding: 20px 35px;
  width: 230px; }
.press .who-we-are p {
  text-align: left; }
.press .press-single {
  padding-bottom: 20px;
  border-bottom: 2px solid #FFFFFF;
  margin-bottom: 20px; }
  .press .press-single img {
    float: left;
    padding: 20px; }
  .press .press-single h3 img {
    float: none;
    padding: 0; }
  .press .press-single p {
    font-size: 16px; }
.press .press-images img, .press .press-logos img {
  width: 100%; }
.press .press-images span, .press .press-logos span {
  font-size: 12px;
  color: #666666;
  padding: 15px 0 0;
  height: 67px;
  float: left;
  width: 100%; }
.press .section {
  padding: 40px 0 40px; }

.privacy-policy .main a {
  color: #3e65e4;
  font-size: inherit; }
.privacy-policy .navbar-brand {
  float: left;
  height: 50px;
  padding: 20px 35px;
  width: 230px; }
.privacy-policy i {
  color: #3e65e4;
  padding: 0 10px; }
.privacy-policy .left {
  text-align: left !important; }

/*
 * 
 * Mobile CSS
 *
 */
.navbar-toggle {
  border: none;
  background: transparent !important; }
  .navbar-toggle:hover {
    background: transparent !important; }
  .navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  .navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -moz-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    -o-transform-origin: 10% 10%;
    transform-origin: 10% 10%; }
  .navbar-toggle .middle-bar {
    opacity: 0; }
  .navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -moz-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    -o-transform-origin: 10% 90%;
    transform-origin: 10% 90%; }
  .navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  .navbar-toggle.collapsed .middle-bar {
    opacity: 1; }
  .navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }

@media (max-width: 768px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 0;
    padding-right: 0; }

  .container-fluid {
    padding-left: 0;
    padding-right: 0; }

  .success {
    width: 450px;
    margin-left: -225px; }
    .success p {
      padding: 10px 80px; }

  .right, .left {
    text-align: center; }

  h1 {
    font-size: 20px; }

  h3 {
    font-size: 22px; }

  p {
    font-size: 16px;
    font-weight: 300; }

  .homepage nav {
    background-color: transparent; }

  nav {
    background-color: #3e65e4;
    opacity: 0.95;
    height: 60px; }
    nav .container {
      width: 100%;
      padding: 0; }
    nav .navbar-brand {
      display: block;
      padding: 10px 5px !important; }
    nav .navbar-header {
      position: fixed;
      right: 10px;
      z-index: 999;
      width: 100%; }
      nav .navbar-header a {
        width: 130px !important; }
      nav .navbar-header button {
        background-color: #3e65e4;
        padding: 15px 12px; }
        nav .navbar-header button .icon-bar {
          background-color: #FFFFFF; }
    nav .navbar-collapse {
      background: #3e65e4;
      padding: 0;
      margin: 0 !important;
      max-height: 620px !important;
      text-align: center; }
      nav .navbar-collapse ul {
        padding: 0;
        margin: 0;
        width: 100%;
        padding-top: 70px; }
        nav .navbar-collapse ul li {
          text-align: center;
          width: 100%;
          padding: 11px; }
          nav .navbar-collapse ul li a {
            float: none;
            padding: 11px;
            font-size: 22px; }
        nav .navbar-collapse ul li:last-of-type {
          margin-bottom: 40px; }
        nav .navbar-collapse ul a {
          width: 100%;
          height: 51px; }
          nav .navbar-collapse ul a #menu-logo {
            display: block;
            width: 78px;
            margin: 82px auto;
            padding: 0;
            height: 51px; }

  .vip .spacer-40 {
    padding: 35px 0; }

  #howitworks h3 {
    text-align: center; }
  #howitworks .howitworks-text::after {
    float: none; }
  #howitworks .howitworks-text::before {
    content: " ";
    border-bottom: 1px solid #3e65e4;
    width: 150px;
    margin-top: 30px;
    float: left;
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: -75px; }

  #contact {
    padding-top: 60px; }
    #contact .right, #contact .left {
      text-align: center; }
    #contact h1 {
      padding-bottom: 6px; }

  .logo-mobile-container {
    text-align: center;
    background: #3e65e4;
    padding: 20px 0 0;
    margin: 0 auto;
    height: 160px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden; }
    .logo-mobile-container img {
      width: 285px !important;
      height: 142px;
      min-width: 285px;
      min-height: 142px;
      max-width: 285px;
      max-height: 142px; }

  #mobile-slideshow h1 {
    padding: 0px 0% 20px;
    position: relative;
    line-height: 140%; }
  #mobile-slideshow h1::after {
    content: " ";
    border-bottom: 1px solid #3e65e4;
    width: 150px;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 100%; }
  #mobile-slideshow p {
    padding: 10px 0%;
    font-size: 16px;
    margin: 0;
    color: #000; }
  #mobile-slideshow i {
    color: #999999;
    font-size: 30px;
    padding: 0px 0 5px; }
  #mobile-slideshow .red-box {
    color: #FF3F7F;
    font-weight: 400;
    padding: 0;
    max-width: 420px;
    margin: -5px auto 10px; }
  #mobile-slideshow .google-play-download {
    width: 240px;
    height: 72px;
    margin: 0 auto; }
    #mobile-slideshow .google-play-download a img {
      width: 100%; }
    #mobile-slideshow .google-play-download a:hover img {
      opacity: 0.8; }
  #mobile-slideshow .btn-blue {
    width: 240px;
    height: 72px;
    border-radius: 10px;
    position: relative;
    font-size: 22px;
    padding: 22px 10px;
    margin: 35px 0 0; }
    #mobile-slideshow .btn-blue:after {
      content: "Download app direct if you don't have Google Play";
      position: absolute;
      bottom: 75px;
      left: 45px;
      color: #666666;
      font-size: 14px; }
  #mobile-slideshow .mtn {
    position: relative; }
    #mobile-slideshow .mtn:after {
      content: "Direct download zero-rated by MTN so no data cost";
      position: absolute;
      top: 64px;
      left: 10px;
      color: #666;
      font-size: 14px;
      text-align: center;
      width: 180px;
      line-height: 15px; }
  #mobile-slideshow .direct-download:after {
    content: "Download app direct if you don't have Google Play" !important; }
  #mobile-slideshow .how-it-works-p {
    padding: 2px !important; }
    #mobile-slideshow .how-it-works-p .how-it-works-btn {
      font-size: 18px;
      font-weight: 400; }

  .title {
    padding-top: 20px !important;
    padding-left: 0;
    padding-right: 0; }

  footer div {
    float: left;
    width: 100%; }
    footer div .footer-container .menu a {
      padding: 6px 10px;
      float: left;
      width: 100%; }
  footer .footer-container .submenu a {
    border-right: 0 !important;
    padding: 7px 0 !important;
    margin: 0 !important;
    width: 100%;
    float: left; }

  #zendesk-form .right,
  #zendesk-form .left {
    margin: 0;
    padding: 0;
    margin: 0 auto; }
    #zendesk-form .right .zendesk-field,
    #zendesk-form .left .zendesk-field {
      float: none;
      margin: 0 auto; }

  #ajax-contact .right,
  #ajax-contact .left {
    padding: 0;
    margin: 0 auto;
    text-align: center !important; }
    #ajax-contact .right .zendesk-field,
    #ajax-contact .left .zendesk-field {
      float: none;
      margin: 0 auto; }

  .press .navbar-brand, .contact .navbar-brand {
    padding: 10px 5px; }

  .homepage .navbar-brand {
    display: none; }

  .landing-page nav .navbar-brand {
    padding: 10px 5px; }
  .landing-page .row {
    padding: 15px 0 0; }
    .landing-page .row #logo-body {
      width: 100px; }
  .landing-page h2 {
    line-height: 150%;
    font-weight: 400;
    font-size: 20px;
    padding: 0 20px; }
    .landing-page h2 b {
      font-weight: 500; }
    .landing-page h2 a {
      font-size: inherit !important;
      display: inline !important; }
  .landing-page form span {
    margin-top: 26px !important; }
  .landing-page .sub-footer p {
    text-align: left; }

  .howitworks-text h3 {
    font-size: 20px !important; }

  .btn {
    padding: 15px 10px;
    font-size: 18px; }

  .homepage .vip form span {
    margin-top: 26px; }

  .homepage .vip input {
    height: 60px !important; }

  .homepage .vip input[type=submit] {
    font-size: 18px; }

  .homepage .vip a {
    font-size: 18px; }

  form input, form input[type=submit] {
    height: 60px !important; }

  form span {
    margin-top: 26px; }

  form textarea {
    height: 120px !important;
    margin-top: 7px; }

  form input[type=submit] {
    font-size: 18px; }

  form .zendesk-field input {
    margin: 7px 0; }

  .homepage #signup .crown {
    height: 50px;
    min-height: 50px;
    padding-top: 5px;
    padding-bottom: 0; }
    .homepage #signup .crown .crown-container {
      width: 80px;
      height: 50px;
      min-width: 80px;
      min-height: 50px;
      max-width: 80px;
      max-height: 50px;
      margin: 0 auto; }
      .homepage #signup .crown .crown-container img {
        width: 80px;
        height: 50px;
        min-width: 80px;
        min-height: 50px;
        max-width: 80px;
        max-height: 50px; } }
@media (max-width: 1200px) and (min-width: 768px) {
  nav ul li a {
    font-size: 84%;
    padding: 39px 10px; }

  .navbar-brand {
    max-width: 350px; } }
@media (max-width: 991px) and (min-width: 768px) {
  #howitworks h3 {
    text-align: center; }
  #howitworks .howitworks-text::after {
    float: none; }
  #howitworks .howitworks-text::before {
    content: " ";
    border-bottom: 1px solid #3e65e4;
    width: 150px;
    margin-top: 30px;
    float: left;
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: -75px; }

  #zendesk-form .right,
  #zendesk-form .left {
    margin: 0;
    padding: 0;
    margin: 0 auto; }
    #zendesk-form .right .zendesk-field,
    #zendesk-form .left .zendesk-field {
      float: none;
      margin: 0 auto; }

  #ajax-contact .right,
  #ajax-contact .left {
    padding: 0;
    margin: 0 auto;
    text-align: center; }
    #ajax-contact .right .zendesk-field,
    #ajax-contact .left .zendesk-field {
      float: none;
      margin: 0 auto; }

  .homepage .slideshow .mtn:after {
    position: absolute;
    top: 75px;
    left: 3px;
    color: #666;
    font-size: 14px;
    text-align: center;
    width: 320px; } }
@media (max-width: 1200px) {
  .homepage .slideshow h1 {
    font-size: 34px;
    line-height: 130%;
    padding-right: 30px; }
  .homepage .slideshow h2 {
    font-size: 22px; }

  .howitworks-text {
    padding: 36px !important; }

  .homepage .slideshow .mtn:after {
    position: absolute;
    top: 75px;
    left: 3px;
    color: #666;
    font-size: 14px;
    text-align: center;
    width: 320px; } }
@media (max-width: 991px) {
  .homepage .slideshow h2 {
    margin-bottom: 50px; }
  .homepage .slideshow .red-box {
    margin-top: -53px;
    font-size: 19px; } }
@media (max-width: 485px) {
  .btn {
    width: 100%; }

  form .mc-field-group {
    width: 100%; }

  form input, form textarea {
    width: 100% !important; }

  form .zendesk-field {
    width: 100% !important; }

  .success {
    width: 100%;
    margin-left: -50%; }
    .success p {
      padding: 10px 20px;
      font-size: 22px; } }
.loading {
  animation: dots 1s steps(5, end) infinite;
  font-size: 40px !important;
  padding-top: 0 !important;
  padding-left: 0 !important; }

@keyframes dots {
  0%, 20% {
    color: transparent;
    text-shadow: 0.25em 0 0 transparent, 0.5em 0 0 transparent; }
  40% {
    color: white;
    text-shadow: 0.25em 0 0 transparent, 0.5em 0 0 transparent; }
  60% {
    text-shadow: 0.25em 0 0 white, 0.5em 0 0 transparent; }
  80%, 100% {
    text-shadow: .25em 0 0 white, .5em 0 0 white; } }
#video img {
  width: 100%; }
#video .google-play-download {
  width: 240px;
  height: 72px;
  margin: 5px 0px;
  margin-right: 10px;
  display: inline-block; }
  #video .google-play-download a img {
    width: 100%; }
  #video .google-play-download a:hover img {
    opacity: 0.8; }
#video .btn-blue {
  width: 240px;
  height: 72px;
  border-radius: 10px;
  position: relative; }
  #video .btn-blue:after {
    content: "Download app direct if you don't have Google Play";
    position: absolute;
    top: 75px;
    left: 45px;
    color: #666666;
    font-size: 14px; }
#video .mtn {
  position: relative;
  margin-bottom: 30px; }
  #video .mtn:after {
    content: "Direct download zero-rated by MTN so no data cost";
    position: absolute;
    top: 75px;
    left: 30px;
    color: #666;
    font-size: 14px;
    text-align: center;
    width: 180px; }
#video .direct-download:after {
  content: "Download app direct if you don't have Google Play" !important; }

@media (max-width: 768px) {
  #video .google-play-download, #mobile-slideshow .google-play-download {
    width: 200px;
    height: 60px;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px; }
    #video .google-play-download a img, #mobile-slideshow .google-play-download a img {
      width: 100%; }
    #video .google-play-download a:hover img, #mobile-slideshow .google-play-download a:hover img {
      opacity: 0.8; }
  #video .btn-blue, #mobile-slideshow .btn-blue {
    width: 200px;
    height: 60px;
    border-radius: 10px;
    position: relative;
    font-size: 18px;
    padding: 16px 10px;
    margin: 35px 0 0; }
    #video .btn-blue:after, #mobile-slideshow .btn-blue:after {
      content: "Download app direct if you don't have Google Play";
      position: absolute;
      bottom: 65px;
      left: 30px;
      top: auto;
      color: #666666;
      font-size: 14px; }
  #video .mtn, #mobile-slideshow .mtn {
    position: relative;
    margin-bottom: 30px; }
    #video .mtn:after, #mobile-slideshow .mtn:after {
      content: "Direct download zero-rated by MTN so no data cost";
      position: absolute;
      top: 64px;
      left: 10px;
      color: #666;
      font-size: 14px;
      text-align: center;
      width: 180px; }
  #video .direct-download:after, #mobile-slideshow .direct-download:after {
    content: "Download app direct if you don't have Google Play" !important; }
  #video iframe, #mobile-slideshow iframe {
    width: auto;
    height: auto; }

  .press .press-images span {
    padding: 6px 0 0;
    height: 50px; } }

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