@charset "UTF-8";
@import url("font-awesome.css");
/*@import url("owl.carousel.css");*/
@import url("owl-carousel/owl.carousel.v2.3.4.min.css");
@import url("owl-carousel/owl.theme.default.v2.3.4.min.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|family=Playfair+Display:400,400i,700,700i,900,900i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a.btn.colored i {
  margin-left: 12px;
  font-size: 11px;
  line-height: 30px;
  display: none;
}



/* Preload
-------------------------------------------------------------- */
.preloader {
  background-color: #fff;
  position: fixed;
  z-index: 9999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.dizzy-gillespie {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  filter: saturate(3);
  width: 0.1px;
  height: 0.1px;
  border: 40px solid transparent;
  border-radius: 5px;
  animation: loader 3s ease-in infinite, spin 1s linear infinite;
}

.dizzy-gillespie::before {
  filter: saturate(0.3);
  display: block;
  position: absolute;
  z-index: -1;
  margin-left: -40px;
  margin-top: -40px;
  content: "";
  height: 0.1;
  width: 0.1;
  border: 40px solid transparent;
  border-radius: 5px;
  animation: loader 2s ease-in infinite reverse, spin 0.8s linear infinite reverse;
}

.dizzy-gillespie::after {
  display: block;
  position: absolute;
  z-index: 2;
  margin-left: -10px;
  margin-top: -10px;
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background-color: white;
}

@keyframes loader {
  0% {
    border-bottom-color: transparent;
    border-top-color: #f26522;
  }
  25% {
    border-left-color: transparent;
    border-right-color: #826C75;
  }
  50% {
    border-top-color: transparent;
    border-bottom-color: #F29492;
  }
  75% {
    border-right-color: transparent;
    border-left-color: #826C75;
  }
  100% {
    border-bottom-color: transparent;
    border-top-color: #f26522;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

figure {
  margin: 0;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

legend {
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  line-height: 1;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  border: none;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type=search]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  background-color: #f1f0f0;
  color: #5a596a;
  overflow: hidden;
  position: relative;
}

.boxed {
  max-width: 1280px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #ececec;
  position: relative;
  box-shadow: 0px 0px 15px 2px #dedede;
  z-index: 10000;
}

a {
  text-decoration: none;
  color: #1e1e27;
  /*	font-family: 'Poppins', sans-serif;*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  color: #1490d7;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:before,
a:hover:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul, ol {
  padding: 0;
}

ul li, ol li {
  list-style-type: none;
}

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

b, strong {
  font-weight: 900;
}

button:focus {
  outline: none;
}

p, span {
  font-weight: 300;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-block;
  color: #fff;
  padding: 0px 27px 0 27px;
  height: 48px;
  line-height: 42px;
  font-size: 14px;
  color: #ffffff;
  background: #1490d7;
  border-radius: 2px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
input[type=email] {
  position: relative;
  display: block;
  font-family: "Roboto";
  width: 100%;
  line-height: 24px;
  padding: 8px 15px 8px 30px;
  color: #5a596a;
  border: 2px solid #e5e5e5;
  height: 48px;
  border-radius: 30px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

select {
  border: none;
}

input[type=search] {
  width: 250px;
  margin-bottom: 0px;
  border-radius: 0px;
  background-color: #ffffff;
}

input[type=email] {
  padding: 8px 14px;
  color: #555555;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus {
  border: 2px solid #e5e5e5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

textarea {
  width: 100%;
  padding: 11px 18px;
  height: 173px;
}

input[type=checkbox] {
  display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
  color: #aeaeae;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #aeaeae;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #aeaeae;
  opacity: 1;
}

.contact-form input:-moz-placeholder,
.contact-form input::-moz-placeholder {
  color: #5a596a;
  opacity: 1;
}

.contact-form textarea:-moz-placeholder,
.contact-form textarea::-moz-placeholder,
.contact-form input:-moz-placeholder,
.contact-form input::-moz-placeholder {
  color: #5a596a;
  opacity: 1;
}

.contact-form input:-ms-input-placeholder {
  color: #5a596a;
}

.contact-form textarea::-webkit-input-placeholder,
.contact-form input::-webkit-input-placeholder {
  color: #5a596a;
  opacity: 1;
}

.contact-form input[type=text]:focus,
.contact-form textarea:focus {
  border-color: #1e1e27;
}

/* bootstrap resetting elements */
.btn {
  background-image: none;
}

select,
textarea,
input[type=text],
input[type=submit],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #727272;
}

button.flat-button-form {
  height: 46px;
  line-height: 46px;
  background: #1490d7;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  border-radius: 25px;
  padding: 0 43px 0 42px;
}

select::-ms-expand {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Good browsers :) */
  opacity: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #1e1e27;
}

h1 {
  font-size: 60px;
  line-height: 60px;
}

h2 {
  font-size: 48px;
  line-height: 48px;
}

h3 {
  font-size: 36px;
  line-height: 36px;
}

h4 {
  font-size: 30px;
  line-height: 30px;
}

h5 {
  font-size: 24px;
  line-height: 24px;
}

h6 {
  font-size: 18px;
  line-height: 18px;
}

.container {
  width: 50px;
  max-width: 100%;
}

.container-fluid {
  width: 1800px;
  max-width: 100%;
}

.clearfix {
  clear: both;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.overflow {
  overflow: hidden;
}

.divider163 {
  height: 163px;
}

.divider105 {
  height: 105px;
}

.divider100 {
  height: 100px;
}

.divider94 {
  height: 94px;
}

.divider90 {
  height: 90px;
}

.divider80 {
  height: 80px;
}

.divider73 {
  height: 73px;
}

.divider70 {
  height: 70px;
}

.divider68 {
  height: 68px;
}

.divider60 {
  height: 60px;
}

.divider52 {
  height: 52px;
}

.divider50 {
  height: 50px;
}

.divider40 {
  height: 40px;
}

.divider30 {
  height: 30px;
}

.divider24 {
  height: 24px;
}

.divider17 {
  height: 17px;
}

.divider15 {
  height: 15px;
}

.divider10 {
  height: 10px;
}

.divider8 {
  height: 8px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  color: #f26522;
}

.dark-header > h1, .dark-header h2, .dark-header h3, .dark-header h4, .dark-header h5, .dark-header h6 {
  color: #000;
  margin-top: 20px;
}

.orange-link {
  color: #f26522;
}
.contact-email{
  color: #7d7b7a;
  margin-top: auto;
}

.footer-font-style{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 133.69%;
}

a.footer-font-style:hover {
  color: #F7931E;
}

@media only screen and (min-width : 0px) and (max-width : 480px) {
  .container {
    padding: 0 26px;
  }
}
@media only screen and (min-width: 1200px) and (max-width : 6000px) {
  .boxed {
    max-width: 1600px;
  }

  .container {
    width: 1300px;
  }
}

.install-banner {
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}

/* Header
-------------------------------------------------------------- */
#header {
  background: #fff;
  position: relative;
}

/* Header Fix */
#header.header-fixed {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 1598px;
  margin: 0 auto;
}

/* Header Fix */
#header.downscrolled {
  position: fixed !important;
  background-color: white;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.8);
  top: -100px;
  opacity: 0;
  width: 100%;
  left: 0;
  z-index: 9999;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#header.upscrolled {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
  top: 0 !important;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Logo */
#logo {
  text-align: left;
  width: 12.5%;
}

#logo img {
  max-width: 155px;
}

@media (max-width: 1055px) {
    #logo img{
        content: url("../img/Paga-logo-Only.png") !important;
      height: 25px !important;
      max-width: 86px;

    }

    #logo a{
      line-height: 30px !important;
    }
}

#logo img.mobile-version {
  display: none;
}

#logo a {
  font-size: 30px;
  line-height: 80px;
  font-weight: 700;
  display: inline-block;
}

/* Get Quote */
.get-quote {
  line-height: 80px;
  text-align: right;
  margin-right: 10px;
  float: right;
}

.get-quote input {

  display: inline-block;
  border: 1px solid #F26522;
  box-sizing: border-box;
  font-size: 13px;
  padding: 0 8px;
  width: 235px;
  border-radius: 3px;
  color: #7d7b7a;
  background-image: none;
  box-shadow: none;
  line-height: 20px;
  height: 26px;
}

.get-quote a {
  margin-left: 10px;
}

.get-quote a.btn {
  width: 110px;
  margin-left: 10px;
  padding: 0;
}
.get-quote a.btn:hover {
  background-color: #f7931e;
  color: #fff;
}

.get-quote a.btn.colored {
  padding: 0;
}

a.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  padding: 0 30px;
  line-height: 28px;
  border: 1px solid #f7931e;
  border-radius: 25px;
  /*font-size: 13px;*/
  color: #F26522;
  text-decoration: none solid #f7931e;
  text-align: center;

  font-weight: bold;
  font-size: 14px;
  height: 28px;
  /*line-height: 16px;*/

}
a.btn.colored {
  background-color: #f7931e;
  color: #fff;
}
a.btn.colored:hover {
  background-color: #f26522;
}

.get-quote a:hover {
  color: #fff;
}

/* Main Navigation */
#mainnav {
  margin-right: 101px;
}

#mainnav ul.menu > li {
  display: inline-block;
  margin-left: 51px;
  text-align: left;
  margin-left: 0 !important;
}

#mainnav ul.menu > li:first-child {
  margin-left: 0px;
}

#mainnav ul.menu > li.has-submenu {
  position: relative;
}

#mainnav ul.menu > li > a {
  line-height: 80px;
  display: inline-block;
  /*color: #7d7b7a;*/
  /*font-weight: 300;*/
  /*font-size: 14px;*/
  margin: 0 14px;
}

@media (min-width: 1055px) {
  .personal-subnav-link{
    margin-right: 14px;
  }
}

.liactive {
  border-bottom: 2px solid #f7931e;
}

#mainnav ul.menu > li.active > a,
#mainnav ul.menu > li > a:hover,
#header.style1.v1 #mainnav > ul.menu > li.active > a {
  color: #f26522;
}

#mainnav ul.menu > li > a.active {
  box-shadow:  inset 0 -5px 0px 0px #F36B36;
}

#mainnav.style1 {
  margin-right: 210px;
}

#mainnav ul.menu > li > a, #mainnav ul.menu > li > span > a{
  /*line-height: 62px;*/
  font-size: 14px;
  font-weight: 500;
  color: #525252;
}

@media (max-width: 1055px) {
  .mainnav .menu{
    display: none;
  }
}

.subnav-content{
  display: none;
  position: absolute;
  /*top: 50px;*/
  background-color: white;
  /*width: 100%;*/
  z-index: 1;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;

}

#subnav-country{
  right: 0;
}


@media (min-width: 1055px) {
  .subnav:hover .subnav-content{
    display: block;
  }
}

.subnav-content ul{
  padding-left: 19px;
  padding-right: 147px;
  padding-bottom: 4px;
  padding-top: 14px;
}

.subnav-content li{
  padding-bottom: 9px ;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;

  color: #686868;
}

@media (max-width: 1055px) {
  #subnav-personal ul{
    padding-bottom: 25px;
  }

  .subnav-content{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

@media (min-width: 1055px) {
  .subnav:hover #subnav-company{
    display: grid;
    grid-template-columns: auto auto;
  }
}

#subnav-company.active {
    display: grid !important;
    grid-template-columns: auto auto;
}

.subnav-content #col-1 ul{
  padding-left: 19px;
  padding-right: 21px;
  padding-bottom: 13px;
  padding-top: 14px;
}

.subnav-content #col-2 ul{
  padding-left: 0px;
  padding-right: 58px;
  padding-bottom: 0px;
  padding-top: 11px;
}

#subnav-company li{
  padding-bottom: 9px ;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;

  color: #686868;
}

#subnav-company h3{
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;

  padding-top: 14px;

  color: #F26522;
}

#lang {
  height: 30px;
  width: 30px;
}

#lang-subnav{
  display: inline-block;
  text-align: center;
}

#lang-subnav ul{
  padding-left: 0;
  padding-right: 0;
}

#lang-subnav ul img{
  height: 25px;
  width: 25px;
  display: inline-block;
}

#lang-subnav span{
  display: inline-block;
}

#nav-developer, #nav-company{
    float: right;
}

@media (max-width: 1055px) {
  #nav-developer, #nav-company{
    float: none;
  }
}

@media (max-width: 1055px) {
  .subnav-content{
    /*position: relative;
    display: block;*/
  }

  /*#subnav-company{
    display: grid;
    grid-template-columns: auto auto;
  }*/

  #subnav-company h3{
    margin-left: 20px;
  }

  .subnav-content li, #subnav-company li{
    font-weight: normal;
  }

  #nav-developer{
    /*padding-bottom: 100px;*/
  }

 /* #mainnav-mobi ul > li > a{
    font-weight: 500;
  }*/

}

@media (max-width: 1242px) {

  .container{
    padding: 0 0 !important;
  }

  #logo{
    margin-left: 0;
    margin-right: 30px;
  }

  .get-quote{
    margin-right: 80px;
  }

  .get-quote a.btn{
    width: 85px;
  }

}



/* Mobile navigation
---------------------------------------------------------------*/
#mainnav-mobi {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 59px;
  left: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.95);
}

#mainnav-mobi > ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainnav-mobi ul li {
  margin: 0;
  position: relative;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px dashed #e0e0e0;

}

#mainnav-mobi ul > li > a, #mainnav-mobi ul > li > span > a {
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  margin-left: 20px;
  margin-right: 5px;
  padding-bottom: 8px;
  color: #7d7b7a;
  display: inline-block;
  font-weight: initial;
}

#mainnav-mobi ul > li i.fa-caret-down{
  display: inline-block;
  color: #7d7b7a;
}

/*#mainnav-mobi ul > li > span a {
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  margin: 0 20px;
  padding-bottom: 8px;
  color: #7d7b7a;
  display: inline-block;
  border-bottom: 1px dashed #e0e0e0;
}*/


#mainnav-mobi ul > li:last-of-type a {
  border-bottom: none;
}

#mainnav-mobi ul > li > .menu-mega li.title {
  color: #fff;
  line-height: 50px;
  padding-left: 30px;
  font-weight: 600;
}

#mainnav-mobi ul.menu > li.active > a,
#mainnav-mobi ul.menu > li > a:hover,
#mainnav-mobi ul > li > .menu-mega li.active > a,
#mainnav-mobi ul > li > .menu-mega li.hover > a,
#mainnav-mobi ul > li > .submenu li.active > a,
#mainnav-mobi ul > li > .submenu li.hover > a {
  color: #adadad;
}

#mainnav-mobi ul.sub-menu {
  top: 100%;
  left: 0;
  z-index: 2000;
  position: relative;
  background-color: #222222;
}

#mainnav-mobi > ul > li > ul > li {
  position: relative;
  border-top: 1px solid #333333;
}

#mainnav-mobi ul.sub-menu > li > a {
  display: block;
  text-decoration: none;
  padding: 0 50px;
  border-top-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
  border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
  color: #fff;
}

/* btn Menu */
.btn-menu {
  display: none;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  cursor: pointer;
  margin: 30px 26px 20px 0px;
  width: 26px;
  height: 16px;
  -webkit-transition: all ease 0.238s;
  -moz-transition: all ease 0.238s;
  transition: all ease 0.238s;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu span {
  background-color: #f26522;
  -webkit-transition: all ease 0.238s;
  -moz-transition: all ease 0.238s;
  transition: all ease 0.238s;
}

.btn-menu:before,
.btn-menu:after {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.btn-menu span {
  position: absolute;
  width: 30px;
  height: 1px;
  right: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%;
}

.btn-menu:before {
  -webkit-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
  -webkit-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
  opacity: 0;
}

.btn-menu.active:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.btn-submenu,
.btn-submenu-child {
  position: absolute;
  right: 0px;
  top: 0;
  font: 20px/50px "FontAwesome";
  text-align: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

.btn-submenu:before,
.btn-submenu-child:before {
  content: "";
  color: #ffffff;
}

.btn-submenu.active:before,
.btn-submenu-child.active:before {
  content: "";
}

.btn-submenu-child {
  right: 30px;
}

.nav-wrap a.btn {
  display: none;
}

.menu form {
  display: none;
  margin: 40px 20px;
}
.menu form input[type=text] {
  width: 240px;
  border-radius: 3px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 34px;
  height: auto;
}
.menu form input[type=submit] {
  background-color: #f7931e;
  color: #fff;
  border-radius: 25px;
  line-height: 34px;
  height: auto;
  width: 55px;
  padding: 0;
  font-weight: 300;
}
.menu form > div {
  display: inline-flex;
  margin-bottom: 0;
}
.menu form a {
  color: #f26522;
  font-size: 14px;
  margin-top: 14px;
  display: inline-block;
}

.send #header {
  background-color: rgba(0, 0, 0, 0.4);
}
.send #header #logo img {
  display: none;
}
.send #header #logo img.mobile-version {
  display: inline-block;
}
.send #header #mainnav ul.menu > li > a {
  color: #fff;
}
.send #header .get-quote a.btn {
  color: #f26522;
  background-color: #fff;
}
.send #header .get-quote a.btn:hover {
  background-color: #f7931e;
  color: #fff;
}
.send #header .get-quote a.btn.colored {
  background-color: #f7931e;
  color: #fff;
}
.send #header .get-quote a.btn.colored:hover {
  background-color: #f26522;
}

@media only screen and (min-width : 0px) and (max-width : 1055px) {
  .send #header {
    background-color: #fff;
  }
  .send #header #logo img {
    display: inline-block;
  }
  .send #header #logo img.mobile-version {
    display: none;
  }
  .send .slider .carousel-inner > .item .overlay {
    display: none;
  }

  .nav-wrap > a.btn, .nav-wrap a.btn:focus, .nav-wrap a.btn:hover {
    display: inline-block;
    line-height: 27px;
    float: left;
    position: absolute;
    top: 0;
    right: 110px;
    margin-top: 25px;
    color: #f7931e;
  }

  #country-subnav{
    display: inline-block;
    line-height: 27px;
    float: left;
    position: absolute;
    top: 0;
    right: 70px;
    margin-top: 25px;
  }

  .mainnav#mainnav-mobi {
    height: 100vh;
    max-height: none;
    position: fixed;
  }

  .menu form {
    display: inline-block;
  }
}
@media only screen and (min-width : 0px) and (max-width : 767px) {
  #logo img {
    max-width: 86px;
  }
  #logo a {
    padding: 8px 0;
    line-height: unset;
  }
}

@media only screen and (min-width : 0px) and (max-width : 374px) {

  .nav-wrap > a.btn.login{
    padding: 0 20px;
  }
}

@media only screen and (max-width : 767px) and (orientation : landscape) {
  .mainnav#mainnav-mobi {
    max-height: 250px;
  }
}
@media only screen and (min-width : 0px) and (max-width : 325px) {
  .menu form > div input[type=text] {
    max-width: 78%;
    width: unset !important;
  }
}
@media only screen and (min-width : 0px) and (max-width : 1201px) {
  .container {
    width: 1130px;
    padding: 0 20px;
  }

  .get-quote input {
    width: 233px;
    font-size: 13px;
  }
  .get-quote a.btn {
    margin-left: 5px;
    padding: 0 15px;
    font-size: 13px;
  }
  .get-quote a.btn.colored {
    padding: 0 20px;
  }

  #mainnav ul.menu li {
    margin-left: 0 !important;
  }
  #mainnav ul.menu li a {
    font-size: 13px;
  }
}
.send .free {
  background-color: #f26522;
  padding: 55px 0 0;
  min-height: 440px;
}
.send .free .container {
  position: relative;
}
.send .free .container h3, .send .free .container p {
  color: #fff;
  text-align: center;
}
.send .free .container h3 {
  margin-bottom: 11px;
}
.send .free .container p {
  margin-bottom: 50px;
}
.send .free .container .card-holder {
  width: 260px;
  height: 305px;
  background-color: #fff;
  position: absolute;
  z-index: 100;
  top: 120px;
  left: 50%;
  margin-left: -130px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
}
.send .free .container .card-holder > span {
  background-color: #f2f2f2;
  position: absolute;
  width: 100%;
  line-height: 44px;
  text-align: center;
  font-size: 15px;
  color: #f26522;
  font-weight: 400;
}
.send .free .container .card-holder img {
  position: absolute;
  top: 31px;
  max-width: 20px;
  margin-left: -10px;
  left: 50%;
  transform: rotate(180deg);
}
.send .free .container .card-holder .text {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 55px;
}
.send .free .container .card-holder .text span {
  color: #7d7b7a;
}
.send .free .container .card-holder .text span.sign {
  font-size: 20px;
}
.send .free .container .card-holder .text span.naira {
  font-size: 72px;
  position: relative;
  top: 35px;
  display: inline-block;
}
.send .free .container .card-holder .text span.kobo {
  font-size: 20px;
  position: relative;
  top: 35px;
  display: inline-block;
}
.send .free .container .card-holder .text img {
  position: relative;
  top: unset;
  left: unset;
  max-width: 45px;
}
.send .free .container .card-holder .text p {
  color: #f26522;
  width: 100%;
  text-align: center;
  position: relative;
  top: 45px;
}
.send .free .container .card-holder .text p br {
  display: block;
}
.send .free .container .card-cap {
  width: 290px;
  position: absolute;
  z-index: 98;
  top: 120px;
  left: 50%;
  margin-top: -10px;
  margin-left: -145px;
  height: 16px;
  background-color: #8f3904;
  border-radius: 25px;
}
.send .free .container .card-line {
  width: 266px;
  height: 3px;
  border-radius: 25px;
  background-color: #632702;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
  position: absolute;
  z-index: 99;
  top: 120px;
  left: 50%;
  margin-top: -3px;
  margin-left: -133px;
}
.send .free .container .card-line span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #632702;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 50%;
  margin-top: -2px;
  margin-left: -135px;
}
.send .free .container .card-line span:last-of-type {
  margin-left: 129px;
}

@media only screen and (min-width : 0px) and (max-width : 767px) {
  .send .free {
    min-height: 370px;
  }
  .send .free .container > p {
    opacity: 0;
    height: 1px;
  }
  .send .free .container .card-holder, .send .free .container .card-line, .send .free .container .card-cap {
    top: 70px;
  }
}
/* ------------  Slider Section  ------------- */
.slider .carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.slider .carousel-fade .carousel-inner .active {
  opacity: 1;
}

.slider .carousel-fade .carousel-inner .active.left,
.slider .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.slider .carousel-fade .carousel-inner .next.left,
.slider .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.slider .carousel-fade .carousel-control {
  z-index: 2;
}

.slider .carousel-inner > .item > a > img {
  position: relative;
  top: 80px;
  padding-left: 0;
}
.slider .carousel-inner > .item > a > img.mobile-slider {
  display: none;
}

.slider .carousel-inner .item {
  max-height: 660px;
  overflow: hidden;
}
.slider .carousel-inner .item.login {
  max-height: 675px;
}
.slider .carousel-inner .item .overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
  height: 100%;
  width: 100%;
  top: 0;
}

@-moz-document url-prefix() {
  .carousel-inner {
    overflow: inherit;
  }

  .features {
    margin-top: 60px;
  }
}
.slider .carousel-caption {
  text-align: left;
  right: 120px;
  left: unset;
  top: 138px;
  margin-top: 100px;
  width: 400px;
}
.slider .carousel-caption.login {
  right: 140px;
  top: 220px;
  width: 405px;
}
.slider .carousel-caption.login h3 {
  font-weight: 500;
  font-size: 32px;
}
.slider .carousel-caption.login p {
  font-size: 20px;
}

.slider .carousel-control {
  display: none;
}

.slider .carousel-caption h3 {
  font-weight: 300;
  color: #f26522;
  font-size: 31px;
  text-shadow: none;
  width: 100%;
  font-family: Roboto;
  text-align: left;
  float: right;
}

.slider .carousel-caption p {
  text-shadow: none;
  color: #f26522;
  width: 100%;
  text-align: left;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 300;
  margin-top: 30px;
  float: right;
}

.slider .carousel-caption .start {
  display: inline-block;
  margin-top: 30px;
  width: 100%;
  position: relative;
}
.slider .carousel-caption .start > div {
  display: inline-block;
  width: 49%;
}
.slider .carousel-caption .start > div:first-of-type {
  position: absolute;
  right: 0;
  margin-left: 1%;
}

.slider a.btn {
  font-size: 13px;
  padding: 0;
  width: 100%;
}

.slider a.btn.play {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  border-color: transparent;
  background-color: #fff;
}
.slider a.btn.play:hover {
  color: #f26522;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}
.slider a.btn.play img {
  max-width: 28px;
  border: 3px solid #e8e5e5;
  border-radius: 50%;
  margin-right: 7px;
}

.slider a.btn.play i {
  margin-right: 3px;
}

.slider a.btn.colored {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.slider a.btn.colored i {
  margin-left: 12px;
  font-size: 11px;
  line-height: 30px;
  display: none;
}

.slider .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: 1px solid #b8b8b8;
  background-color: #ebebeb;
  margin-left: 12px;
}

.slider .carousel-indicators li.active {
  background-color: #f26522;
  opacity: 1;
  border: none;
}

.slider .bg-wave {
  position: relative;
  z-index: 10;
  top: -15px;
}

.join-paga .arrow {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 28px;
  position: relative;
  z-index: 999;
}
.join-paga .arrow img {
  max-width: 25px;
  cursor: pointer;
}

.progressive {
  display: unset;
}

.send .slider .carousel-inner p.caution {
  display: none;
}
.send .slider .carousel-inner > .item {
  position: relative;
  max-height: 676px;
}
.send .slider .carousel-inner > .item .overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
.send .slider .carousel-inner > .item .overlay.pagame {
  background-color: rgba(0, 0, 0, 0.5);
}
.send .slider .carousel-inner > .item > a > img {
  top: 0;
  max-width: 1600px;
}
.send .slider .carousel-inner .carousel-caption {
  right: unset;
  float: left;
  width: 483px;
  margin-top: 90px;
}
.send .slider .carousel-inner .carousel-caption.request {
  right: 100px;
}
.send .slider .carousel-inner .carousel-caption.request.pay {
  margin-top: 120px;
  width: 425px;
}
.send .slider .carousel-inner .carousel-caption.request.pay p {
  width: auto;
}
.send .slider .carousel-inner .carousel-caption.request p {
  width: 450px;
  float: left;
}
.send .slider .carousel-inner .carousel-caption h3 {
  font-size: 36px;
}
.send .slider .carousel-inner .carousel-caption p {
  font-size: 20px;
  width: 483px;
  text-align: left;
}
.send .slider .carousel-inner .carousel-caption h3, .send .slider .carousel-inner .carousel-caption p {
  color: #fff;
}
.send .slider .carousel-inner .carousel-caption .start > div:first-of-type {
  position: relative;
  right: unset;
  margin-left: 0;
}
.send .slider .carousel-inner .carousel-caption .start a.btn {
  line-height: 46px;
  font-size: 15px;
  width: 227px;
}
.send .slider .arrow {
  display: none;
}

@media only screen and (min-width : 0px) and (max-width : 767px) {
  .send .slider .carousel-inner p.caution {
    display: block;
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 0 15px;
    font-size: 11px;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
  }
  .send .slider .carousel-inner .item .carousel-caption.pay {
    width: 100%;
  }
  .send .slider .carousel-inner .item > a > img.mobile-slider {
    position: relative;
    margin-top: -30px;
  }

  .slider .bg-wave {
    display: none;
  }
  .slider .carousel-inner {
    max-height: none;
    overflow: -webkit-paged-x;
  }
  .slider .carousel-inner .item {
    max-height: none;
    overflow: unset;
  }
  .slider .carousel-inner .item .carousel-caption {
    position: relative;
    right: unset;
    left: 0;
    top: 70px;
    display: inline-block;
    width: 100%;
  }
  .slider .carousel-inner .item .carousel-caption h3, .slider .carousel-inner .item .carousel-caption p, .slider .carousel-inner .item .carousel-caption .start {
    float: none;
    width: auto;
    text-align: center;
    color: #f26522;
    padding-left: 10px;
    padding-right: 10px;
  }
  .slider .carousel-inner .item .carousel-caption h3 {
    font-size: 20px;
    line-height: normal;
  }
  .slider .carousel-inner .item .carousel-caption.request p {
    width: auto;
    float: none;
  }
  .slider .carousel-inner .item .carousel-caption.request .start a {
    background-color: #f7931e;
  }
  .slider .carousel-inner .item .carousel-caption p {
    font-size: 14px;
    margin: 0 auto;
    margin-top: 10px;
    width: 252px;
  }
  .slider .carousel-inner .item .carousel-caption.mobile-hidden {
    display: none;
  }
  .slider .carousel-inner .item .carousel-caption.mobile-shown {
    display: inline-block;
  }
  .slider .carousel-inner .item .carousel-caption .start {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
  }
  .slider .carousel-inner .item .carousel-caption .start > div {
    width: auto;
  }
  .slider .carousel-inner .item .carousel-caption .start > div:first-of-type {
    position: relative;
    right: unset;
    top: 13px;
  }
  .slider .carousel-inner .item .carousel-caption .start a.btn.colored {
    float: none;
    padding: 0 30px;
    width: auto;
    margin-bottom: 65px;
    line-height: 44px;
  }
  .slider .carousel-inner .item .carousel-caption .start a.btn.colored i {
    display: inline-block;
  }
  .slider .carousel-inner .item .carousel-caption .start a.btn.play {
    margin-right: 0;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    line-height: 44px;
    width: auto;
    padding: 0 25px;
  }
  .slider .carousel-inner .item > a.desktop > img {
    display: none;
  }
  .slider .carousel-inner .item > a.desktop > img.mobile-slider {
    display: inline-block;
    padding-right: 0;
  }
  .slider .carousel-inner .item > a > img.mobile-slider {
    display: block;
  }
  .slider .carousel-inner .item > a > img.preview.mobile-slider {
    display: block;
  }
  .slider .carousel-inner .item .container .carousel-caption {
    top: 0;
  }
  .slider .arrow {
    display: none;
  }
  .slider .carousel-indicators {
    display: none;
  }
}
@media only screen and (min-width : 768px) {
  .slider .carousel-inner .carousel-caption.mobile-shown {
    display: none;
  }
  .slider .carousel-inner .carousel-caption.mobile-hidden {
    display: block;
  }
}
@media only screen and (min-width: 992px) and (max-width : 1199px) {
  .send .slider .carousel-inner .carousel-caption.request {
    right: 20px;
  }
}
@media only screen and (min-width : 0px) and (max-width : 1201px) {
  .slider img.request {
    left: -120px;
  }
  .slider .carousel-caption {
    width: 370px;
    margin-top: 0px;
    top: 140px;
    right: 40px;
  }
  .slider .carousel-caption h3, .slider .carousel-caption p {
    width: 100%;
    font-size: 29px;
  }
  .slider .carousel-caption p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width : 1055px) {
  .send .slider .carousel-inner .carousel-caption.request {
    right: 10px;
    margin-top: 280px;
  }
  .send .slider .carousel-inner .carousel-caption > h3 {
    text-align: left;
    float: left;
  }
  .send .slider .carousel-inner .item .overlay {
    display: inline-block;
  }
  .send .slider .carousel-inner .item > a > img {
    min-width: 1600px;
    left: -120px;
  }
  .send .slider .carousel-inner .item > a.pay {
    left: -205px;
  }

  .slider .carousel-inner .item .tablet-hidden {
    display: none;
  }
  .slider .carousel-caption {
    width: 350px;
    margin-top: 0px;
    top: 63px;
    right: 20px;
  }
  .slider .carousel-caption h3 {
    width: 85%;
    text-align: right;
    margin-top: 25px;
    font-size: 25px;
  }
  .slider .carousel-caption > p {
    width: 85%;
    text-align: right;
    margin-top: 15px;
    font-size: 15px;
  }
}
/*  ------------  Features Section  -------------  */
.features {
  padding: 30px 0 52px;
}

.features h3 {
  text-align: center;
  font-size: 35px;
  font-family: Roboto;
}

.features .feature {
  margin-top: 52px;
}

.features .feature > img {
  max-width: 54px;
  float: left;
}

.features .feature > div {
  padding-left: 75px;
}

.features h4 {
  font-size: 20px;
}

.features p {
  font-size: 14px;
}
.features p br {
  display: none;
}

.features .divide {
  height: 2px;
  border-top: 1px dashed #e0e0e0;
  margin-top: 55px;
}

.instructions {
  padding-bottom: 0;
}

.instruction > img {
  max-width: 300px;
}
.instruction > div label {
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 30px;
  line-height: 15px;
}

.works > div label {
  font-weight: normal;
  color: #fff;
}

.send .features .feature > span {
  font-size: 20px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px dashed #f26522;
  border-radius: 50%;
  display: inline-block;
  float: left;
  color: #f26522;
  font-weight: 400;
}
.send .features .feature > div {
  padding-left: 70px;
}
.send .features .feature > div h4, .send .features .feature > div p {
  font-size: 15px;
  font-weight: 400;
}
.send .features .feature > div p {
  font-weight: 300;
}
.send .features .feature > div p span {
  font-weight: 400;
}

@media only screen and (min-width : 0px) and (max-width : 767px) {
  .send .features {
    padding-top: 20px;
  }
  .send .features .feature > span {
    float: none;
    display: inline-block;
    margin-bottom: 15px;
    max-width: 50px;
  }
  .send .features .feature > div {
    padding-left: 0;
  }
  .send .features .feature > div h4 {
    font-weight: 300;
  }
  .send .features .feature > div p {
    color: #7d7b7a;
  }
  .send .features .feature > div p span {
    border-bottom: 1px dashed #7d7b7a;
    padding-bottom: 3px;
  }

  .features h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .features .feature {
    margin-top: 0;
    text-align: center;
  }
  .features .feature img {
    float: none;
    display: inline-block;
    margin-bottom: 15px;
    max-width: 50px;
  }
  .features .feature > div {
    padding-left: 0;
  }
  .features .feature h4 {
    font-size: 16px;
    line-height: unset;
    margin-bottom: 14px;
  }
  .features .feature p {
    line-height: 20px;
    margin: 0 auto;
    font-size: 14px;
    color: #7d7b7a;
  }
  .features .feature p br {
    display: block;
  }
  .features .divider {
    height: 1px;
    width: 50%;
    border-top: 1px dashed #e0e0e0;
    margin: 25px auto;
  }
  .features .divide {
    display: none;
  }
}
/*  ----------- Download Section -----------  */
.features.download {
  padding-top: 0;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.features.download.blight {
  background-color: #f7f7f7;
}
.features.download.works {
  background-color: #f26522;
}
.features.download img.mobile-down {
  display: none;
}

.features.download > .container {
  position: relative;
  z-index: 10;
}

.download h3 {
  text-align: left;
  margin-bottom: 32px;
  font-size: 36px;
}

.download a {
  display: inline-block;
  margin-top: 40px;
  float: left;
  width: 48%;
  max-width: 165px;
}

.download a:last-of-type {
  margin-left: 35px;
}

.download a img {
  max-width: 165px;
  max-width: 100%;
}

.download .info {
  padding-top: 50px;
  padding-bottom: 70px;
}
.download .info .download-txt {
  display: none;
}

.download .download-bg {
  position: absolute;
  bottom: 0px;
  z-index: 0;
  opacity: 0.07;
  background-image: url("../img/download-bg.jpg");
  background-position: left;
  background-repeat: repeat-x;
  background-size: 800px;
  width: 100%;
  height: 195px;
}

.download .info p {
  color: #f26522;
  font-size: 20px;
  font-weight: 300;
}

.download .info > div {
  display: inline-block;
}

.send .download {
  background-color: #fafafa;
  padding-bottom: 0;
}
.send .download.request {
  padding-top: 40px;
}
.send .download.request .info {
  text-align: center;
  padding: 0;
}
.send .download.request .info h3 {
  text-align: center;
}
.send .download.request .info h3.mobile-version {
  display: none;
}
.send .download.request .info p.mobile-version {
  display: none;
}
.send .download.request .info img {
  position: relative;
  max-width: 533px;
  margin-top: 40px;
}
.send .download.request .info.pagame img {
  max-width: 700px;
}
.send .download.request.cta {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #fff;
}
.send .download.request.cta .info {
  position: relative;
}
.send .download.request.cta .info img {
  margin-top: 65px;
}
.send .download.request.cta .info img.shad {
  position: absolute;
  left: 50%;
  margin-left: -212px;
  bottom: -22px;
  opacity: 0.35;
  max-width: 400px;
}
.send .download.request .download-bg {
  background-image: url("../img/req-download.png");
  background-size: 550px;
  opacity: 0.2;
  bottom: -20px;
}
.send .download h3 {
  font-size: 35px;
  margin-bottom: 23px;
}
.send .download .info {
  padding-top: 140px;
  padding-bottom: 115px;
}
.send .download .row div > img {
  position: absolute;
  bottom: 0;
}
.send .cta {
  padding: 60px 0;
  text-align: center;
}
.send .cta.request {
  padding-top: 40px;
}
.send .cta.request a i {
  display: none;
}
.send .cta .divide {
  border-color: #e0e0e0;
}
.send .cta a {
  line-height: 46px;
}
.send .partners {
  text-align: center;
}
.send .partners .info {
  padding: 60px 0 105px;
}
.send .partners .info h3, .send .partners .info p {
  text-align: center;
}
.send .partners .info h3 br, .send .partners .info p br {
  display: none;
}
.send .partners .info p {
  margin-bottom: 60px;
}
.send .partners .info .companies > div {
  display: inline-block;
  width: 100px;
  margin-right: 30px;
}
.send .partners .info .companies > div img {
  max-width: 100%;
}

@media only screen and (min-width : 0px) and (max-width : 1055px) {
  .cta a.btn.colored i, .slider a.btn.colored i {
    display: inline-block;
  }

  .free-description {
    margin-bottom: 30px;
    text-align: center;
  }

  .instruction > img {
    max-width: 280px;
  }
}
@media only screen and (min-width : 0px) and (max-width : 870px) {
  .instruction > img {
    max-width: 200px;
  }
}
@media only screen and (min-width : 0px) and (max-width : 767px) {
  .instruction.works img {
    max-width: 70px;
  }
  .instruction > img {
    max-width: 180px;
  }
}
@media only screen and (max-width : 767px) and (orientation : landscape) {
  .send .features.download.request .info.request p.mobile-version.land {
    display: inline-block;
    width: 100%;
  }
  .send .features.download.request .info p {
    width: 100%;
  }
}
@media only screen and (min-width : 0px) and (max-width : 767px) {
  .mobile-hide {
    display: none;
  }

  .send .features.download {
    padding-bottom: 40px;
  }
  .send .features.download.request {
    padding-bottom: 0;
  }
  .send .features.download.request.cta {
    padding-bottom: 20px;
    border-bottom: none;
  }
  .send .features.download.request.cta .info img {
    max-width: 120px;
    margin-top: 45px;
  }
  .send .features.download.request.cta .info img.shad {
    margin-top: 0;
    max-width: 250px;
    left: 50%;
    margin-left: -125px;
    margin-bottom: 9px;
  }
  .send .features.download.request.cta .info.pagame img {
    max-width: 100%;
  }
  .send .features.download.request .info h3.mobile-version {
    display: inline-block;
  }
  .send .features.download.request .info p.mobile-hide {
    display: none;
  }
  .send .features.download.request .info p.mobile-version {
    display: inline-block;
    width: 280px;
  }
  .send .features.download.request .info img {
    max-width: 255px;
  }
  .send .features.download.request .pagame img {
    max-width: unset;
  }
  .send .features.download.request .download-bg {
    background-size: 300px;
    bottom: -100px;
  }
  .send .features.download h3 {
    position: relative;
    margin-bottom: 15px;
  }
  .send .features.download h3 br {
    display: block;
  }
  .send .features.download h3.pay {
    margin-bottom: 25px;
    line-height: 25px;
  }
  .send .features.download .info > p {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
  }
  .send .features.download .info > p.pay {
    margin-bottom: 25px;
  }
  .send .features.download .info > p br {
    display: block;
  }
  .send .features.download .info .companies img {
    margin-right: 10px;
  }
  .send .features.download .info .download-txt {
    display: none;
  }
  .send .features.download .info .dl {
    margin-top: 45px;
  }
  .send .features.download .info .dl a {
    width: auto;
  }
  .send .features.download .mb {
    width: 100%;
  }
  .send .features.download .mb img.mobile-down {
    margin-top: 50px;
    max-width: 198px;
    position: relative;
  }
  .send .features.download .mb img.mobile-down.img-shadow {
    opacity: 0.35;
    margin-top: -7px;
  }
  .send .cta {
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 50px;
  }
  .send .cta.request a {
    background-color: #f7931e;
  }
  .send .cta.request .pagame a {
    background-color: unset;
  }
  .send .partners .info .companies > div {
    width: 60px;
    margin-right: 15px;
  }

  .features.download {
    background-color: #fafafa;
    padding: 45px 0 50px;
    text-align: center;
  }
  .features.download .info {
    position: unset;
    padding-top: 0;
    padding-bottom: 0;
  }
  .features.download .info > p {
    display: none;
  }
  .features.download .info .dl {
    margin-top: 50px;
    width: 100%;
    text-align: center;
  }
  .features.download .info .dl a {
    margin-top: 0;
    display: inline-block;
    float: none;
  }
  .features.download .info .dl a:first-of-type {
    position: relative;
  }
  .features.download .info .dl a:last-of-type {
    margin-left: unset;
  }
  .features.download .info .dl a img {
    max-width: 100%;
  }
  .features.download .info .download-txt {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .features.download .info .download-txt p {
    font-size: 14px;
    margin: 0 auto;
    margin-top: 23px;
    width: 194px;
    line-height: 17px;
  }
  .features.download .info .download-txt p.data {
    width: auto;
  }
  .features.download .info .download-txt p.data span {
    font-weight: 400;
  }
  .features.download h3 {
    position: absolute;
    top: 0;
    font-size: 20px;
    width: 100%;
    text-align: center;
  }
  .features.download img.down {
    display: none;
  }
  .features.download img.mobile-down {
    display: block;
    margin: 81px auto 0;
  }
  .features.download .download-bg {
    height: 285px;
  }
}
@media only screen and (min-width: 768px) and (max-width : 1055px) {
  .info {
    text-align: center;
  }
  .info > #app-section-title {
    text-align: center;
  }

  .send .download .row {
    position: relative;
  }
  .send .download .row > div {
    width: 50%;
    padding: 0;
    float: left;
  }
  .send .download .row > div.info {
    padding: 80px 15px;
  }
  .send .download .row > div.info.request {
    float: none;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .send .download .row > div.info.request img {
    max-width: 350px;
  }
  .send .download .row > div.info a img {
    max-width: 100%;
  }
  .send .download .row > div.info h3 {
    font-size: 25px;
  }
  .send .download .row > div.info p {
    font-size: 14px;
  }
  .send .download .row > div.img {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .send .download .row > div.img > img {
    position: relative;
    float: none;
  }
}
/* ------------ Feedback Section ------------- */
.feedback {
  text-align: center;
  padding-top: 61px;
}

.feedback h3 {
  margin-bottom: 30px;
}

.feedback img {
  max-width: 35px;
  margin-right: 16px;
}

.feedback span {
  margin-left: 67px;
}

.feedback span:first-of-type {
  margin-left: 0;
}

@media only screen and (min-width : 0px) and (max-width : 767px) {
  .feedback {
    padding: 33px 0 29px;
    border-bottom: 1px dashed #e0e0e0;
  }
  .feedback span {
    margin-left: 29px;
  }
  .feedback img {
    max-width: 26px;
  }
}
/* ------------ Testimonials Section --------- */
.testimonials {
  background-color: #f7f7f7;
  padding: 48px 0 68px;
}

.testimonials > div > p {
  text-align: center;
  color: #f26522;
  margin-bottom: 68px;
  font-size: 20px;
  font-weight: 300;
  margin-top: 14px;
}

.testimonials ul li {
  text-align: center;
  margin-top: 5px;
}

.testimonials ul li .text {
  margin-top: 10px;
}
.testimonials ul li .text p {
  margin-bottom: 10px;
  font-size: 20px;
}

.testimonials ul li .text span {
  font-size: 20px;
}
.testimonials ul li .text span i {
  color: #7d7b7a;
}

.testimonials ul li .social-image {
  display: inline-block;
  width: 146px;
  height: 146px;
  border-radius: 50%;
  background-color: #e0dede;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.testimonials ul li img {
  max-height: 100%;
  max-width: unset;
}

.owl-theme .owl-controls .owl-nav div.owl-prev {
  left: 0px !important;
}

.owl-theme .owl-controls .owl-nav div.owl-prev:before, .owl-theme .owl-controls .owl-nav div.owl-next:before {
  font-size: 25px !important;
}

.testimonials .start {
  text-align: center;
  margin-top: 40px;
}
.testimonials .start a.btn {
  line-height: 46px;
}
.testimonials .start a.btn i {
  margin-left: 12px;
  font-size: 11px;
  line-height: 30px;
  display: none;
}

@media only screen and (min-width : 0px) and (max-width : 767px) {
  .testimonials {
    padding: 45px 0 50px;
  }
  .testimonials .mobile-hide {
    display: none;
  }
  .testimonials ul li {
    display: none;
  }
  .testimonials ul li:first-of-type {
    display: block;
  }
  .testimonials ul li .text {
    margin-top: 30px;
  }
  .testimonials ul li .text p {
    font-size: 14px;
    width: 230px;
    margin: 0 auto 20px;
    height: auto;
  }
  .testimonials ul li .text span {
    font-size: 14px;
  }
  .testimonials .start a.btn i {
    display: inline;
  }
  .testimonials .owl-theme .owl-controls .owl-nav div.owl-prev, .testimonials .owl-theme .owl-controls .owl-nav div.owl-next {
    display: block !important;
  }
}
@media only screen and (min-width : 0px) and (max-width : 1201px) {
  .testimonials ul li .text p, .testimonials ul li .text span {
    font-size: 18px;
  }
}
/* Footer
-------------------------------------------------------------- */
footer .logo {
  margin-bottom: 16px;
}

footer .logo img {
  max-width: 150px;
}

footer p {
  font-size: 14px;
  text-align: justify;
}

footer .uses > div {
  display: inline-block;
  margin-bottom: 11px;
}

footer .uses p {
  width: auto;
  display: inline-block;
  padding-left: 8px;
  font-size: 14px;
  text-align: left;
  margin-top: 19px;
}
footer .uses p.mt12 {
  margin-top: 12px;
}

footer .uses span {
  float: left;
}

footer img {
  max-width: 40px;
}

footer .uses {
  padding: 0;
}
footer .uses > div {
  padding: 0;
}

footer .uses .use {
  margin-bottom: 15px;
  margin-left: 45px;
}

footer h6 {
  font-size: 15px;
}

footer h6 {
  text-align: left;
  margin-top: 9px;
}

footer a {
  font-size: 13px;
  color: #7d7b7a;
}

footer .links img, footer .contact img {
  max-width: 20px;
}

footer .links h6 {
  margin-bottom: 27px;
}

footer .links li a {
  font-size: 14px;
  color: #7d7b7a;
  font-weight: 300;
}

footer .copy {
  text-align: right;
  margin: 30px 0;
}

footer .copy .social {
  display: inline;
  margin-right: 20px;
}

footer .copy ul li {
  display: inline;
  margin-left: 10px;
}

footer .copy .rights, footer .copy .rights p {
  display: inline;
}

footer .other {
  padding: 0;
}
footer .other > div {
  padding: 0;
}

footer .contact h6 {
  margin-bottom: 30px;
}

footer .contact li {
  color: #7d7b7a;
  font-size: 14px;
  font-weight: 300;
}

footer .counter {
  margin-top: 30px;
  color: #f7931e;
  font-size: 20px;
  position: relative;
  display: inline-block;
  width: 40%;
}
footer .counter .count {
  display: inline-block;
  position: relative;
  padding-right: 15px;
}
footer .counter .count .num1, footer .counter .count .num2 {
  position: absolute;
  right: 0;
}
footer .counter .count .num1 {
  top: -10px;
}
footer .counter .count .num2 {
  bottom: -10px;
  opacity: 0.5;
}
footer .counter .text {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    margin-top: 25px;
}

.business .features {
  padding-bottom: 20px;
}
.business footer {
  background-color: rgba(0, 0, 0, 0.2);
  padding-top: 20px;
  color: #000;
}
.business footer p {
  line-height: 20px;
}
.business footer .logo {
  margin-bottom: 5px;
}
.business footer h6 {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin-bottom: 16px;
}
.business footer ul li {
  text-align: center;
  color: #000;
}
.business footer ul li a {
  color: #000;
}
.business footer ul.social {
  text-align: center;
}
.business footer ul.social li {
  display: inline;
  margin-left: 10px;
}
.business footer ul.social li:first-of-type {
  margin-left: 0;
}
.business footer .copy {
  text-align: center;
  margin: 15px 0;
}
.business footer .copy .rights p {
  font-size: 12px;
  opacity: 0.37;
  font-weight: 500;
  color: #000;
}

@media only screen and (min-width : 768px) {
  footer .counter {
    width: 100%;
    margin-top: 10px;
    display: block;
  }
  footer .counter .count {
    padding-right: 0;
  }
}
@media only screen and (min-width : 0px) and (max-width : 767px) {
  footer {
    padding: 33px 0 0;
  }
  footer .logo {
    margin-bottom: 23px;
  }
  footer .logo img {
    max-width: 86px;
  }
  footer p {
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  footer .uses {
    display: inline-block;
    padding: 0 15px;
  }
  footer .uses > div {
    padding: 0 15px;
    padding-right: 0;
    margin-bottom: 0;
  }
  footer .uses p {
    margin-top: 5px;
    font-size: 11px;
    padding-left: 0;
    margin-bottom: 0;
  }
  footer img {
    max-width: 30px;
    margin-left: -5px;
  }

    footer .contact h6, footer .links h6 {
    margin-bottom: 30px;
  }
  footer .contact li {
    font-size: 11px;
    margin-bottom: -5px;
  }
  footer a {
    font-size: 11px;
  }
  footer .links li {
    margin-bottom: -5px;
  }
  footer .links li a {
    font-size: 11px;
  }
  footer .links img {
    margin-left: 10px;
  }
  footer .br {
    margin-top: 10px;
  }
  footer .copy .social {
    width: 100%;
    display: inline-block;
    margin-right: 0;
    text-align: center;
  }
  footer .copy .social i {
    max-width: 24px;
  }
  footer .copy .rights {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 28px;
  }
  footer .other {
    margin-top: 10px;
    padding: 0 15px;
    display: inline-block;
  }
  footer .other .mobile-hide {
    display: none;
  }
  footer .other > div {
    padding: 0 15px;
  }
  footer .counter {
    margin-bottom: 20px;
    text-align: right;
  }
  footer .counter .count {
    padding-right: 0;
  }
}
@media only screen and (min-width : 0px) and (max-width : 1201px) {
  footer .uses, footer .other {
    padding: 0 15px;
  }
}

.personal-links a {
  float: right;
  float: none;
  color: orange;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
}
.personal-links  {
  display: none;
  position: relative;
  background-color: white;
  width: 130px;
}
.personal {
  margin-top: 20px;
  height: 5px;
  background-color: white;
  width: 80px;
  float: left;
}
.fa{
  float: left;
}


.personal:hover  .personal-links {
  display: block;
}

.personal-links a:hover {
  background-color: #ddd;
}
.btn-prev{
  /*margin-left: 15px;*/
  /*float: left;*/
  position: absolute;
  top: 50%;
    left: 50px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: transparent;
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.btn-next{
  /*float: right;*/
  position: absolute;

  top: 50%;
    right: 0;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: transparent;
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

@media (max-width: 425px){
    .btn-prev, .btn-next{
        display: none;
    }
}

.gplay {
  position:absolute;
  top: 60%;
  width: 10%;
  left: 5%;
  cursor: pointer;
  text-align: center;
}
.astore{
  position:absolute;
  top: 60%;
  width: 10%;

  cursor: pointer;
  text-align: center;
  margin-left: 20%;
}
.receive-money-text{
  height: 74px;
  width: 100%;
  left: 100px;
  top: 100px;
  border-radius: 9px;

}
.receive-moeny{
  position: relative;
}
.receive-money-img{
  display: block;
  float: left;
}
.receive-money-title{
  margin-top: 20px;
  margin-left: auto;
}
.receive-money-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  opacity: 0;
  background-color: white;
  /*border: 0.5px outset gray;*/
  border-radius: 25px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);;
}
.receive-money-overlay:hover {
  opacity: 1;
  width: 300%;
  transition: opacity 3s;
}

.receive-moeny:hover ~ .send-money{
  opacity: 0;
  visibility: hidden;
}

#receive-money:hover + .receive-money-overlay{
  opacity: 1;
}

.img-small{
  float:left;
  margin-left: 20px;
  margin-top: 20px
}
.read-more-link{
  margin-top: -20px;
  float: right;
  margin-right: 50px;
}

.send-money-image{
  left: 36%;
  position: absolute;
  display: block
}

.send-money-overlay{
  display: block;
  position: absolute;
  float: left;
  left: 55%;
  width: 15%;
  height: 4.2%;
  opacity: 0;
  background-color: white;
  border-radius: 25px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);;
}
.send-money-overlay:hover{
  opacity: 1;
  width: 30%;
  transition: opacity 3s;
}

.send-money:hover ~ .pay-bill{
  opacity: 0;
  visibility: hidden;
}

.pay-bill-overlay{
  margin-top: -11%;
  display: block;
  position: absolute;
  float: left;
  left: 70%;
  width: 15%;
  height: 4.2%;
  opacity: 0;
  background-color: white;
  border-radius: 25px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);;
}

.pay-bill-overlay:hover{
  opacity: 1;
  width: 30%;
  transition: opacity 3s;
}

.buy-airtime:hover ~ .request-money {
  opacity: 0;
  visibility: hidden;
}
.request-money:hover ~ .remittance {
  opacity: 0;
  visibility: hidden;
}

#find-agent{
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-around;
    padding: 50px;
    padding-bottom: 200px;
    align-items: center;
}

#find-agent h2{
    font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 42px;
    display: flex;
    align-items: center;
    text-align: justify;

    color: #F26522;

    margin-top: 0px;

}

#find-agent p{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
    text-align: justify;

    color: #686868;

    margin-top: 40px;
    /*padding: 0 10px;*/
}

@media (max-width: 400px) {
  #find-agent h2{
    font-size: 31px;
  }

  #find-agent p{
    font-size: 15px;
  }
}

#find-agent-btn{
    background: #F7931E;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 48px;
    text-align: center;

    color: #FFFFFF;

    width: 218px;
    height: 48px;

    margin-top: 40px;

}

.find-agent{
  width: 100%;
  float: left;
  margin-left: 5%;
  margin-top: 200px;
  height: 500px;
}

#footer {
  padding: 20px;
}

#grid-contianer-mexico {
  background: url('../img/Mexico_smaller_size.png');
  background-repeat: no-repeat;
  background-size: cover ;
  height: 992px;
}

#grid-contianer-ethiopia {
  background-image: url('../img/Ethiopia_Background.png');
  background-repeat: no-repeat;
  background-size: cover ;
  height: 100%;
  /*display: flex;*/
  /*grid-template-columns: auto auto;*/
  /*height: 100%;*/
  /*width: 90%;*/
  /*background-size: 100% 100%;*/
}
#grid-contianer-ethiopia-blurred {
  display: flex;
  grid-template-columns: auto auto;
  height: 100%;
  /*width: 90%;*/
  background-image: url('../img/Ethiopia_Background.png');
  background-size: 100%;
  filter: blur(8px);
}


#qr-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  width: 170px;
  height: 170px;
}

#form-box {
  height: 15%;
  width: 25%;
  margin: 0 auto;
  margin-left: 10%;
  margin-top: 7%;
  padding-top: 10px;
}

#text-me-form{
  margin-left: 20px;
  /*display: flex;*/
  margin-top: 20px;
}

#form-label {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: white;
  position: relative;
  margin-left: 170%;
  width: 100%;
  /*margin-top: -20px;*/
}

#text-box {
  border-radius: 8px;
  border-width: 0;
  background-color: lightgray;
  width: 90%;
}

#submit {
  margin-top: 10px;
  border-radius: 35px;
  display: inline;
  background-color: orange;
  color: white;
  font-size: 15px;
  height: 35px;
}

.waitlist{
  border-radius: 5px;
  margin-left: 420%;
  position: absolute;
}
.waitlist-am{
  border-radius: 5px;
  margin-left: 330%;
  position: absolute;
}
.waitlist-es{
  border-radius: 5px;
  margin-left: 290%;
  position: absolute;
}

.text-box{
  width: 90%;
}
.title{
  margin-left: 10px;
}

.paga-label{
  overflow: visible;
  margin-left: 170%;
  width: 200%;
  height: 100px;
  font-size: 40px;
  color: white;
  margin-top: 70px;
}

.confimation{
  position: relative;
  font-size: 15px;
  color: white;
  width: 25%;
  height:20%;
  background-color: white;
  margin-right: 10%;
  top: 18%;
  border-radius: 10px;
  display: none;

}
.country-list{
  margin-left:88%;
  background-color: white;
  width: 150px;
  margin-top: -10px;
  position: relative;
}


.google_translate_element{
  float: right;
  width: 10px;
}

.page-header{
  height: 25px;
  background-color: white;
  border-bottom: none;
}


.country-list:hover .country-option{
  display: block;
}
.selected-country{
  height: 40px;
  width: 30px;
  margin-top: -20px;
  margin-left: 40px;
}

.country-option{background-color: white;
  width: 100px;
  display: none;
  margin-left: 18px;
}
.ct-topbar {
  margin-top: -50px;
  text-align: right;
  /*float: right;*/
  margin-right: 10px;
  position: relative;

  /*background: #eee;*/
}
.ct-topbar__list {
  position: absolute;
  margin-bottom: 0px;
}
.ct-language__dropdown{
  padding-top: 8px;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 10%;
  left: -3px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100px;
  text-align: center;
  z-index:200;
  padding-top: 0;
}
.ct-language__dropdown li{
  background: white;
  padding: 5px;
}
.ct-language__dropdown li a{
  display: block;
}
.ct-language__dropdown li:first-child{
  padding-top: 10px;
  border-radius: 3px 3px 0 0;
}
.ct-language__dropdown li:last-child{
  padding-bottom: 10px;
  border-radius: 0 0 3px 3px;
}
.ct-language__dropdown li:hover{
  background: #444;
}
.ct-language__dropdown:before{
  content: '';
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 8px;
  border-left-width: 8px;
  border-bottom: 8px solid #222;
}
.ct-language{
  position: absolute;
  /*background: orange;*/
  /*color: #fff;*/
  padding: 10px 0;
  margin-right: 20px}
.ct-language:hover .ct-language__dropdown{
  max-height: 200px;
  padding-top: 8px;
}
.list-unstyled {
  width: 50px;
  position: relative;
  float: right;
  padding-left: 0;
  list-style: none;
  margin-right: 20px;
  margin-top: -10px;
}

.navbar-brand>img {
  padding-top: 11px;
  width: 130px;
  margin-left: 15px;
}
.navbar-brand {
  height: auto;
  margin: 0;
  padding: 0;
  margin-right: 20px;
}
.navbar {
  background-color: #000000;
}
.navbar-default .navbar-nav > .active > a {
  padding: 8px 19px 9px !important;
}
.navbar-nav > li.active {
  padding: 8px 0px 9px 0;
}
.navbar-right {
  padding-top: 0;
}
.navbar-default .navbar-nav > li > a::after {
  background-color: transparent;
  border-bottom: 3px solid #d2282e;
}
.navbar-default .navbar-nav>li {
  display: inline-block;
  text-align: center;
  float: none;
}
.navbar-default .navbar-nav>li>a {
  color: #fff;
}
.navbar-default .navbar-nav>li>a:hover {
  color: #fff;
  background-color: #0392CC;
}

.paga-logo{
  position: absolute;
  width: 100px;
  height: 100px;
  margin-left: 20px;
  margin-top: -10px
}
.language-select{

  background-color: white;
  /*color: white;*/
  position: absolute;
  border-radius: 38px;;
  top: 400px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  /*width: 35%;*/
  /*height: 15%;*/
  padding: 56px 90px;
  text-align: center;
  font-weight: bold;
}

.language-select div{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  grid-column-gap: 10%;
  margin-left: auto !important;
}

.language-select h5{
  margin-top: 0px !important;
  margin-bottom: 40px;

}

.language-select h5 strong{
  font-weight: bold;
  font-size: 24px;
}

.lang-btn{
  border-radius: 50px;
  background-color: white;
  border: 2px solid #F26522;
  margin-top: 10%;
  position: relative;
  padding: 11px 70px;

  /*width: 35%;*/
}

.lang-btn h6 strong{
  font-weight: bold;
  font-size: 24px;
}

@media (max-width: 675px) {
  .language-select{
    padding: 26px 60px;
  }

  .lang-btn{
    padding: 11px 40px;
  }
}

@media (max-width: 485px) {
  .language-select{
    padding: 26px 60px;
  }

  .lang-btn{
    padding: 11px 20px;
  }

  .language-select h5{
    margin-bottom: 20px;
  }

  .language-select h5 strong{
    line-height: 30px;
  }
}

@media (max-width: 400px) {
  .language-select{
    padding: 26px 25px;
  }

  .lang-btn{
    padding: 11px 13px;
  }

}

.find-agent img{
    margin-left: 15%;
    margin-top: -125px;
}

.find-agent h2{
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 47px;
    display: flex;
    align-items: center;
    text-align: justify;

    color: #F16725;
}

.find-agent p{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    text-align: justify;

    color: #686868;
}

.find-agent .btn{
    background-color: #F26522;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  padding: 15px 30px;
}

.join-paga {
    margin-top: 125px;
}

.join-paga .grid-container{
    display: flex;
    grid-template-columns: auto auto;
    /*width: 80%;*/
    /*justify-content: space-around;*/
    /*grid-column-gap: 38px;*/
}

.join-paga #join-paga-img{
    margin-left: 10%;
    /*margin-top: 30px;*/
}

.join-paga #join-paga-img img{
  width: 510px;
  height: 500px;
}

@media (max-width: 1200px) {

    .join-paga #join-paga-img img{
        width:500px;
        height: 360px;

    }
}





.join-paga #join-paga-features{
    /*width: 60%;*/
}

.join-paga h1{
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 47px;
    margin-left: 9%;
    margin-bottom: 40px;
}

#footer-about {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18.72px;
    margin-top: 35px;

    color: #7d7b7a;
}

#footer-cols{
    display: flex;
    justify-content: space-evenly;
    /*grid-template-columns: auto auto auto auto auto;
    justify-content: center;*/
}


#footer-cols #col-1{
    width: 25%;
}

@media (max-width: 800px) {
    #footer-cols{
        display: block;
        /*grid-template-columns: auto auto;*/
    }

    #footer-cols #col-1, #footer-cols #col-2, #footer-cols #col-3, #footer-cols #col-4, #footer-cols #col-5 {
        margin-left: auto;
        margin-right: auto;
        width: 60%;
        text-align: center;
        justify-content: normal;
        margin-top: 30px;
    }

    #footer-cols ul{
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #525252;
    }

    #footer-cols ul li {
        padding: 5px 0;
        line-height: inherit;
    }

    #footer-about{
        line-height: 23px;
    }

    #footer h6{
        text-align: center;
    }

    footer p{
        text-align: left;
    }

    #questions-feedback{
        margin-bottom: 30px;
    }

    .contact h6{
        margin-bottom: 30px;
    }

    footer .counter{
        text-align: center;
        margin-bottom: 30px;
        /*width: 45%;*/
    }

    footer .counter .text{
        margin-top: 0;
        font-size: 18px;
    }

    footer .counter div{
        /*text-align: center;*/
        font-size: 14px;
        margin-top: 8px;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }

    #footer-cols #col-2 .counter .text {
        margin-top: 20px;
    }

    #footer-cols #col-2 {
        margin-top: 0px;
    }

    #footer-cols #col-3 #support{
        margin-top: 30px;
    }

    #footer-cols #col-3 #support h6{
        margin-bottom: 5px;
    }

    #footer{
        padding-top: 0px;
    }

}

@media (max-width: 400px) {
    footer .counter{
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

#join-paga-title {
  font-weight: normal;
  font-size: 32px;
  line-height: 42px;
  display: flex;
  align-items: center;
  width: 60%;
    margin-left: 20%;

  color: #F26522;
}

@media (max-width: 900px) {
    #join-paga-title{
        margin-top: 80px;
    }
}

#paga-features {
  display: grid;
  grid-template-columns: auto auto;
  grid-row-gap: 40px;
  margin-left: 20%;
  margin-top: 50px;
}

#paga-features .item{
  display: grid;
  grid-template-columns: 80px  auto;
  align-items: center;
  width: 70%;
  grid-column-gap: 8%;
}

/*@media (max-width: 900px) {
    .join-paga .grid-container{
        display: block;
    }

    #paga-features{
        margin-left: 10%;
    }
}*/

@media (max-width: 1420px) {
  .join-paga .grid-container{
    display: block;
  }

  #paga-features{
    margin-left: 10%;
  }

  .join-paga #join-paga-img img {
    width: 400px;
    height: 510px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .join-paga #join-paga-img{
    margin-left: 0;
    margin-bottom: 100px;
  }

  #join-paga-title{
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

}

@media (max-width: 900px) {

  .join-paga #join-paga-img img{
    width: 400px;
    height: 510px;
  }

  .join-paga #join-paga-img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    margin-bottom: 20px;
    /*margin-top: 30px;*/
  }

  #paga-features .item{
    width: 84%;
  }

}



@media (max-width: 700px) {
    #paga-features {
        display: block;
    }

    #paga-features .item{
        margin-top: 50px;
    }

}

@media (max-width: 475px) {

    #join-paga-title{
        font-size: 32px;
        width: 75%;
        margin-top: 50px;
    }

    .join-paga #join-paga-img img{
        height: 400px;
    }
}

@media (max-width: 470px) {
  .join-paga #join-paga-img {
    width: 280px;
    height: 413px;
  }

}

#paga-features .item img{
  width: 80px;
  height: 80px;
}

#paga-features .text .title {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  display: flex;
  align-items: center;

  color: #F26522;
}

#paga-features .text .body {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 14px;

  display: flex;
  align-items: center;
  margin-top: 10px;

  color: #7D7D7D;

}

#paga-features .more{
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration-line: underline;

    color: #F26522;
}

@media (max-width: 768px) {

  #find-agent img{
    display: none;
  }

  #find-agent p{
    font-size: 16px;
  }
}



.global-page-main .content .title{
  font-weight: bold;
  font-size: 42px;
  line-height: 49px;
  /*display: flex;*/
  align-items: center;

  color: #FFFFFF;

  margin-left: 0;
}

.global-page-main .content .details{
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  display: flex;
  align-items: center;

  color: #FFFFFF;

  margin-top: 29px;
}

.global-page-main .content .link #submit{
  line-height: 35px;
  margin-top: 29px;
}

#grid-contianer-mexico .content{
  width: 30%;
  position: absolute;
  top: 217px;
  right: 10%;
}

#grid-contianer-ethiopia .content{
  width: 30%;
  position: absolute;
  top: 217px;
  right: 10%;
}


@media (max-width: 1600px) {

  #grid-contianer-mexico .content{
    position: absolute;
    top: 250px;
    left: 12%;
    width: 44%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  #grid-contianer-mexico .content .details{
    /*font-weight: 500;*/
  }

}

@media (max-width: 1060px) {

  #grid-contianer-mexico .content{
    position: absolute;
    top: 250px;
    left: 12%;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  #grid-contianer-mexico .content .details{
    /*font-weight: 500;*/
  }

}

@media (max-width: 500px) {

  #grid-contianer-mexico .content{
    position: absolute;
    top: 250px;
    left: 12%;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  #grid-contianer-mexico .content .details{
    /*font-weight: 500;*/
  }

}

#grid-contianer-mexico {
  background: url('../img/global-pages-bgs/Mexico_Background.png');
  background-repeat: no-repeat;
  background-size: 100% 100% ;
  height: 105%;
  margin-bottom: 25px;
}

@media (max-width: 740px) {

  #grid-contianer-mexico{
    background-image: url('../img/global-pages-bgs/Mexico_background_740.png');
  }
}

@media (max-width: 450px) {

  #grid-contianer-mexico{
    background-image: url('../img/global-pages-bgs/Mexico_background_450.png');
  }
}

#grid-contianer-ethiopia {
  background-image: url('../img/global-pages-bgs/Ethiopia_Background.png');
  background-repeat: no-repeat;
  background-size: cover ;
  height: 105%;
  margin-bottom: 25px;
  /*display: flex;*/
  /*grid-template-columns: auto auto;*/
  /*height: 100%;*/
  /*width: 90%;*/
  /*background-size: 100% 100%;*/
}

@media (max-width: 740px) {

  #grid-contianer-ethiopia{
    background-image: url('../img/global-pages-bgs/Ethiopia_background_740.png');
  }

}

#grid-contianer-ethiopia-blurred {
 /* display: flex;
  grid-template-columns: auto auto;
  height: 100%;*/
  /*width: 90%;*/
  background-image: url('../img/global-pages-bgs/Ethiopia_Background.png');
  /*background-size: 100%;*/
  filter: blur(8px);
  background-repeat: no-repeat;
  background-size: cover ;
  height: 100%;
}

#grid-contianer-mexico-blurred {
  /* display: flex;
   grid-template-columns: auto auto;
   height: 100%;*/
  /*width: 90%;*/
  background-image: url('../img/global-pages-bgs/Mexico_Background.png');
  /*background-size: 100%;*/
  filter: blur(8px);
  background-repeat: no-repeat;
  background-size: cover ;
  height: 100%;
}

@media (max-width: 1200px) {

  #grid-contianer-ethiopia .content{
    position: absolute;
    top: 180px;
    left: 12%;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .global-page-main .content .details{
    /*font-size: 19px;*/
    /*font-weight: 500;*/
  }

}

@media (max-width: 850px) {

  #grid-contianer-ethiopia .content {
    top: 150px;
  }

}

@media (max-width: 420px) {

  #grid-contianer-ethiopia .content {
    top: 150px;
  }

  .global-page-main .content .title{
    font-size: 30px;
    line-height: 40px;
  }

  .global-page-main .content .details{
    font-size: 15px;
    line-height: 20px;
  }

  .global-page-main .content .link #submit{
    margin-top: 18px;
  }

}

.global-page-header .logo{
  height: 62px;
  width: 120px;
  margin-left: 40px;
}

@media (max-width: 768px) {
  .global-page-header .logo{
    height: 30px;
    width: 90px;
    position: absolute;
    top: 13px;
    margin-left: 15px;
  }
}

.global-page-header {
  position: relative;
  height: 62px;
}

#lang-subnav{
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

#country-subnav {
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media (max-width: 425px) {
  #lang-subnav{
    right: 10px;
  }

  #country-subnav{
    right: 45px;
  }
}

#country-subnav .subnav-content ul{
  padding-left: 10px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-top: 25px;
}

#lang-subnav .subnav-content ul{
  padding-left: 10px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-top: 25px;
}

/*
.subnav-content{
  display: none;
  position: absolute;
  !*top: 50px;*!
  background-color: white;
  !*width: 100%;*!
  z-index: 1;
  !*border-bottom-left-radius: 20px;*!
  !*border-bottom-right-radius: 20px;*!
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: fit-content;

}

.subnav:hover .subnav-content{
  display: block;
}
*/

#lang {
  height: 30px;
  width: 30px;
}

#lang-subnav{
  display: inline-block;
  text-align: center;
}

#lang-subnav ul{
  padding-left: 0;
  padding-right: 0;
}

#lang-subnav ul img{
  height: 25px;
  width: 25px;
  display: inline-block;
}

#lang-subnav span{
  display: inline-block;
}

@media (max-width: 1055px) {
  .subnav-content ul{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 4px;
    padding-top: 14px;
  }
}

.subnav-content li{
  padding-bottom: 9px ;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;

  color: #686868;
}

.subnav-content li a{
  display: flex;
  align-items: center;

}

.subnav-content li a img{
  display: block;
  margin-right: 10px;
  height: 20px;
}

.subnav-content li a span{
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: black;
}


@media (max-width: 400px) {

  #find-agent p{
    font-size: 15px;
  }
}

@media (max-width: 991px) {
    .btn-menu{
        display: block;
    }
}

#billers{
  margin-bottom: 200px;
}

#billers-title{
  font-size: 36px;
  line-height: 42px;
  display: block;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: normal;

  margin-top: 200px;
  margin-bottom: 30px;

  color: #F26522;
}

#billers-container{
  background-color: #F7F7F7;
  padding-top: 30px;
  padding-bottom: 125px;
}

#billers-container h3{
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  align-items: center;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  display: block;

  color: #F26522;
}

#billers .biller{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

#billers-grid{
  /*display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  justify-content: center;*/
  /*grid-column-gap: 25px;*/
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 56px;
}

#billers .owl-prev span:before{
  color: #F26522;
  /*height: 60px;*/
}

#billers .owl-prev span{
  margin-left: -43px;
  /*height: 60px;*/
}

#billers .owl-next span:before{
  margin-left: 50px;
  color: #F26522;
  /*height: 60px;*/
}

#billers .owl-dots{
  /*margin-top: 52px;*/
}

#billers .owl-carousel .owl-dot span{
  background-color: #C4C4C4;
  border-color: #C4C4C4;
  /*color: #C4C4C4;*/
}

#billers .owl-carousel .owl-dot.active span{
  background-color: #525252;
  border-color: #525252;

  /*color: #525252;*/
}

.owl-carousel .owl-item img{
  width: initial;
}
/*# sourceMappingURL=style.css.map */

#testimonials-carousel .owl-dot span{
    background-color: #C4C4C4;
    border-color: #C4C4C4;
    z-index: 100;
    /*color: #C4C4C4;*/
}

#testimonials-carousel .owl-dot.active span{
    background-color: #525252;
    border-color: #525252;

    /*color: #525252;*/
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}


.parallax1 > use {
  animation: move-forever1 10s linear infinite;
&:nth-child(1) {
   animation-delay: -2s;
 }
}
.parallax2 > use {
  animation: move-forever2 8s linear infinite;
&:nth-child(1) {
   animation-delay: -2s;
 }
}
.parallax3 > use {
  animation: move-forever3 6s linear infinite;
&:nth-child(1) {
   animation-delay: -2s;
 }
}
.parallax4 > use {
  animation: move-forever4 4s linear infinite;
&:nth-child(1) {
   animation-delay: -2s;
 }
}


/*.parallax1 > use {
  animation: move-forever1 10s linear infinite;
}
.parallax1 > use:nth-child(1) {
  animation-delay: -2s;
}

.parallax2 > use {
  animation: move-forever2 8s linear infinite;
}
.parallax2 > use:nth-child(1) {
  animation-delay: -2s;
}

.parallax3 > use {
  animation: move-forever3 6s linear infinite;
}
.parallax3 > use:nth-child(1) {
  animation-delay: -2s;
}

.parallax4 > use {
  animation: move-forever4 4s linear infinite;
}
.parallax4 > use:nth-child(1) {
  animation-delay: -2s;
}*/

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever4 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
.pinkBg {
  background-color: #F2931E !important;
  background-image: linear-gradient(90deg, #F26522, #fd8b55);
}

.greenBg {
  background-color: #B6CC10 !important;
  background-image: linear-gradient(90deg, #B6CC10, #fd8b55);
}

.editorial {
  display: block;
  width: 100%;
  height: 60px;
  max-height: 60px;
  margin-top: -80px;
  /*z-index: 1000;*/
  bottom: 0;
  position: relative;
  left: 0px;
  float: left;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

.join-paga #paga-features .item .title {
  margin-left: 0;
}

@media only screen and (max-width: 2500px) {
  .intro{
    width: 100%;
    height: 560px;
    margin-top: 100px;
  }
  .paga-card-intro{
    float: left;
    width:452px ;
    height: 174px;
    margin-left: 283px;
    margin-top: 72px;
    /*overflow: auto*/
  }
  .paga-card-intro-para{
    width: 522px;
    height: 60px;
    font-size: 18px;
    color: #231f20;
    text-decoration: none solid rgb(35, 31, 32);
    line-height: 30px;
    font-weight: 400;
    margin-top: 20px;
    display: inline-block;
  }
  .paga-card-gif{
    float: right;
    width: 650px;
    height: 560px;
    margin-top: 72px;
    padding-left: 130px;
  }
  .waitlist-card{
    width: 1095px;
    height: 218px;
    border-radius: 10px;
    fill: #ffffff;
    box-shadow: -3px 5px 27px rgba(0,0,0,0.17);
    stroke-width: 1;
    margin-top: 103px;
    margin-left: 280px;
  }
  .join-card-waitlist{

    font-family: Roboto, serif;
    font-size: 36px;
    color: #f26522;
    text-decoration: none solid rgb(242, 101, 34);
    line-height: 22px;
    margin-left: 50px;
    padding-top: 35px;
    font-weight: 500;
  }
  .be-first-paga-card{
    width: 548px;
    height: 22px;
    font-family: Roboto, serif;
    font-size: 18px;
    color: #231f20;
    text-decoration: none solid rgb(35, 31, 32);
    line-height: 22px;
    margin-left: 50px;
    padding-top: 25px;
    font-weight: 400;

  }
  .waitlist-button{
    width: 188px;
    height: 42px;
    border-radius: 50px;
    background-color: #f26522;
    background-size: cover;
    font-family: Roboto;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none solid rgb(255, 255, 255);
    text-align: center;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
    margin-top: 50px;
    margin-left: 50px;
  }
  .card-waitlist{
    float: right;
    margin-right: 100px;;
    margin-top: -150px;
  }
  .card-image{
    margin-left: -30px;
    width: 103px;
    height: 164px;
    filter: drop-shadow(-4px 5px 9px rgba(0,0,0,0.16));
  }
  .hour-image{
    width: 123px;
    height: 123px;
    opacity: 0.3;
    fill: #ffc20c;
  }
  .download-btn{
    width: 186px;
    height: 56px;
  }
  .mobile-btns{
    margin-top: 48px;
  }
  .sign-up{
    margin-top: 20px;
    width: 452px;
    height: 30px;
    /* Want to use a web... */
    font-family: Roboto;
    font-size: 18px;
    color: #231f20;
    text-decoration: none solid rgb(35, 31, 32);
    line-height: 30px;
    /* Sign up for a Pag... */
    font-family: Roboto;
    font-size: 18px;
    color: #231f20;
    text-decoration: none solid rgb(35, 31, 32);
    line-height: 30px;
  }

  .paga-card-info{
    width: 1366px;
    height: 543px;
    fill: #ffffff;
    margin-top: 50px;
    margin-left: 130px;
  }
  .notifications-card{
    width: 419px;
    height: 400px;
    margin-top: 72px;
    margin-left: 139px;
    float: left;
  }
  .paga-card-info-text{
    padding-top: 170px;
    padding-left: 130px;
    display: inline-block;
    font-weight: 500;
  }
  .text-card-info{
    width: 463px;
    height: 90px;
    font-family: Roboto;
    font-size: 18px;
    color: #231f20;
    text-decoration: none solid rgb(35, 31, 32);
    line-height: 30px;
    font-weight: 400;
    margin-top: 20px;
  }
  .card-security{
    background-color: #f7f7f7;
    width: 100%;
    height: 543px;
    opacity: 100%;
    fill: #f7f7f7 !important;
    padding-top: 80px;
  }
  .mini-section-card{
    padding-top: 50px;
    margin-left: 150px;
    z-index: 2;
  }
  .security-bullet-point{
    opacity: 100%;
    border-radius: 100%;
    margin-top: -13px;
    margin-left: 4px;

  }
  .bullet{
    margin-top: 20px;
    float: left;
  }
  .security-info{
    margin-left: 40px;
    margin-top: 15px;
    width: 533px;
    height: 56px;
    font-family: Roboto;
    font-size: 18px;
    color: #231f20;
    text-decoration: none solid rgb(35, 31, 32);
    line-height: 28px;
    font-weight: 400;
  }
  .learn-more-card{
    width: 342px;
    height: 28px;
    font-family: Roboto;
    font-size: 18px;
    color: #f26522;
    text-decoration: none solid rgb(242, 101, 34);
    line-height: 28px;
    font-weight: 500;
    margin-left: 40px;;
  }
  .security-image{
    width: 352px;
    height: 370px;
    fill: #d6d6d6;
    margin-top: -10px;
    float: right;
    margin-right: 200px;

  }
  .open-account{
    width: 1366px;
    height: 543px;
    fill: #ffffff;
    margin-left: 80px;
  }
  .card-image-smaller{
      width: 399px;
      height: 600px;
      margin-left: 141px;
      margin-top: 50px;
  }
  .open-account-free{
    margin-top: -400px;
    float: right;
    margin-right: 150px;
  }
  .open-account-text{
    width: 520px;
    height: 112px;
    font-family: Roboto;
    font-size: 18px;
    color: #231f20;
    text-decoration: none solid rgb(35, 31, 32);
    line-height: 28px;
    font-weight: 400;
    margin-top: 30px;
  }
  .bold-and-stylish{
    width: 463px;
    height: 38px;
    font-family: Roboto;
    /*font-size: 32px;*/
    color: #f26522;
    text-decoration: none solid rgb(242, 101, 34);
    font-weight: 500;
  }
  .download-qr{
    width: 100%;
    height: 396px;
    position: relative;;
  }
  .background-gradient{
    /*position: relative;*/
  }
  .qr-code{
    width: 255px;
    height: 255px;
    position: absolute;
    top:100px;
    left: 350px;
    background-color: #FFFFFF;
    border-radius: 10px;
  }
  .qr-code-text{
    position: absolute;
    top:120px;
    margin-left: 750px;
  }
  .scan-code{
    width: 478px;
    height: 76px;
    font-family: Roboto;
    font-size: 36px;
    color: #ffffff;
    text-decoration: none solid rgb(255, 255, 255);
    font-weight: 500;
    line-height: 1;
  }
  .no-qr-scanner{
    width: 399px;
    height: 22px;
    font-family: Roboto;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none solid rgb(255, 255, 255);
    font-weight: 400;
    margin-top: 20px;
  }
  .card-faq{
    width: 100%;
    height:auto;
  }
  .faq-title-card{
    font-family: Roboto;
    font-size: 32px;
    color: #f26522;
    text-decoration: none solid rgb(242, 101, 34);
    text-align: center;
    font-weight: 500;
  }
  .faqs-card{
    margin-top: 20px;
    align-content: center;
    text-align: center;
  }
  .faqs{
    width: 100%;
    margin-top: 30px;
    margin-left: 200px;
  }

  .content-faq{
    width: 1112px;
    height: auto;
    font-family: Roboto;
    font-size: 18px;
    color: #231f20;
    text-decoration: none solid rgb(35, 31, 32);
    line-height: 28px;
    display: none;
    /*overflow: hidden;*/
    margin-top: 15px;
  }
  .single-paragraph-faq{
    margin-top: 10px;
    font-family: Roboto, serif;
    font-size: 18px;
    color: #231f20;
    text-decoration: none solid rgb(35, 31, 32);
    font-weight: 400;
  }
  .main-faq{
    cursor: pointer;
    width: 550px;
    height: 100%;
    font-family: Roboto;
    font-size: 24px;
    color: #939598;
    text-decoration: none solid rgb(147, 149, 152);
    outline: none;
    margin-left: 20px;
    font-weight: 400;

  }
  .list{
    list-style-type: square;
    margin-left: 40px;
  }
  .ordered-list{
    list-style-type: decimal;
    margin-left: 70px;
  }
  .faq-contact{
    font-family: Roboto, serif;
    font-size: 30px;
    color: #f26522;
    text-decoration: none solid rgb(242, 101, 34);
    text-align: center;
    /*font-weight: 400;*/
    margin-top: 150px;
  }

  .faq-icons{
    margin-top: 25px;
    margin-left: 45%;
  }
  .mobile-oval{
    /*margin-top: -40px;*/
    /*margin-left: -220px*/
    height: auto;
    width: auto;
  }
  .card-security-text{
    margin-top: 30px;
    float:left;
    margin-left: 100px;
  }
  .desktop-gif{
    margin-left: -600px;
    position:absolute;
    margin-top: -60px;
  }
  .mobile-oval-desk{
    margin-top: -10px;
    margin-left: -200px;
    /*height: 500px;*/
  }

  .intro#feature-section-title{
    height: initial;
  }

}

.intro{
  width: 100%;
  height: 560px;
  margin-top: 100px;
}
.paga-card-intro{
  float: left;
  width:452px ;
  height: 174px;
  margin-left: 283px;
  margin-top: 72px;
  /*overflow: auto*/
}
.paga-card-intro-para{
  width: 522px;
  height: 60px;
  font-size: 18px;
  color: #231f20;
  text-decoration: none solid rgb(35, 31, 32);
  line-height: 30px;
  font-weight: 400;
  margin-top: 20px;
  display: inline-block;
}
.paga-card-gif{
  float: right;
  width: 650px;
  height: 560px;
  margin-top: 72px;
  padding-left: 130px;
}
.waitlist-card{
  width: 1095px;
  height: 218px;
  border-radius: 10px;
  fill: #ffffff;
  box-shadow: -3px 5px 27px rgba(0,0,0,0.17);
  stroke-width: 1;
  margin-top: 103px;
  margin-left: 280px;
}
.join-card-waitlist{

  font-family: Roboto, serif;
  font-size: 36px;
  color: #f26522;
  text-decoration: none solid rgb(242, 101, 34);
  line-height: 22px;
  margin-left: 50px;
  padding-top: 35px;
  font-weight: 500;
}
.be-first-paga-card{
  width: 548px;
  height: 22px;
  font-family: Roboto, serif;
  font-size: 18px;
  color: #231f20;
  text-decoration: none solid rgb(35, 31, 32);
  line-height: 22px;
  margin-left: 50px;
  padding-top: 25px;
  font-weight: 400;

}
.waitlist-button{
  width: 188px;
  height: 42px;
  border-radius: 50px;
  background-color: #f26522;
  background-size: cover;
  font-family: Roboto;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
  box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
  margin-top: 50px;
  margin-left: 50px;
}
.card-waitlist{
  float: right;
  margin-right: 100px;;
  margin-top: -150px;
}
.card-image{
  margin-left: -30px;
  width: 103px;
  height: 164px;
  filter: drop-shadow(-4px 5px 9px rgba(0,0,0,0.16));
}
.hour-image{
  width: 123px;
  height: 123px;
  opacity: 0.3;
  fill: #ffc20c;
}
.download-btn{
  width: 186px;
  height: 56px;
}
.mobile-btns{
  margin-top: 48px;
}
.sign-up{
  margin-top: 20px;
  width: 452px;
  height: 30px;
  /* Want to use a web... */
  font-family: Roboto;
  font-size: 18px;
  color: #231f20;
  text-decoration: none solid rgb(35, 31, 32);
  line-height: 30px;
  /* Sign up for a Pag... */
  font-family: Roboto;
  font-size: 18px;
  color: #231f20;
  text-decoration: none solid rgb(35, 31, 32);
  line-height: 30px;
}

.paga-card-info{
  width: 1366px;
  height: 543px;
  fill: #ffffff;
  margin-top: 50px;
  margin-left: 130px;
}
.notifications-card{
  width: 419px;
  height: 400px;
  margin-top: 72px;
  margin-left: 139px;
  float: left;
}
.paga-card-info-text{
  padding-top: 170px;
  padding-left: 130px;
  display: inline-block;
  font-weight: 500;
}
.text-card-info{
  width: 463px;
  height: 90px;
  font-family: Roboto;
  font-size: 18px;
  color: #231f20;
  text-decoration: none solid rgb(35, 31, 32);
  line-height: 30px;
  font-weight: 400;
  margin-top: 20px;
}
.card-security{
  background-color: #f7f7f7;
  width: 100%;
  height: 543px;
  opacity: 100%;
  fill: #f7f7f7 !important;
  padding-top: 80px;
}
.mini-section-card{
  padding-top: 50px;
  margin-left: 150px;
  z-index: 2;
}
.security-bullet-point{
  opacity: 100%;
  border-radius: 100%;
  margin-top: -13px;
  margin-left: 4px;

}
.bullet{
  margin-top: 20px;
  float: left;
}
.security-info{
  margin-left: 40px;
  margin-top: 15px;
  width: 533px;
  height: 56px;
  font-family: Roboto;
  font-size: 18px;
  color: #231f20;
  text-decoration: none solid rgb(35, 31, 32);
  line-height: 28px;
  font-weight: 400;
}
.learn-more-card{
  width: 342px;
  height: 28px;
  font-family: Roboto;
  font-size: 18px;
  color: #f26522;
  text-decoration: none solid rgb(242, 101, 34);
  line-height: 28px;
  font-weight: 500;
  margin-left: 40px;;
}
.security-image{
  width: 352px;
  height: 370px;
  fill: #d6d6d6;
  margin-top: -10px;
  float: right;
  margin-right: 200px;

}
.open-account{
  width: 1366px;
  height: 543px;
  fill: #ffffff;
  margin-left: 80px;
}
.card-image-smaller{
    width: 399px;
    height: 600px;
    margin-left: 141px;
    margin-top: 50px;
}
.open-account-free{
  margin-top: -400px;
  float: right;
  margin-right: 150px;
}
.open-account-text{
  width: 520px;
  height: 112px;
  font-family: Roboto;
  font-size: 18px;
  color: #231f20;
  text-decoration: none solid rgb(35, 31, 32);
  line-height: 28px;
  font-weight: 400;
  margin-top: 30px;
}
.bold-and-stylish{
  width: 463px;
  height: 38px;
  font-family: Roboto;
  /*font-size: 32px;*/
  color: #f26522;
  text-decoration: none solid rgb(242, 101, 34);
  font-weight: 500;
}
.download-qr{
  width: 100%;
  height: 396px;
  position: relative;;
}
.background-gradient{
  /*position: relative;*/
}
.qr-code{
  width: 255px;
  height: 255px;
  position: absolute;
  top:100px;
  left: 350px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
.qr-code-text{
  position: absolute;
  top:120px;
  margin-left: 750px;
}
.scan-code{
  width: 478px;
  height: 76px;
  font-family: Roboto;
  font-size: 36px;
  color: #ffffff;
  text-decoration: none solid rgb(255, 255, 255);
  font-weight: 500;
  line-height: 1;
}
.no-qr-scanner{
  width: 399px;
  height: 22px;
  font-family: Roboto;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none solid rgb(255, 255, 255);
  font-weight: 400;
  margin-top: 20px;
}
.card-faq{
  width: 100%;
  height:auto;
}
.faq-title-card{
  font-family: Roboto;
  font-size: 32px;
  color: #f26522;
  text-decoration: none solid rgb(242, 101, 34);
  text-align: center;
  font-weight: 500;
}
.faqs-card{
  margin-top: 20px;
  align-content: center;
  text-align: center;
}
.faqs{
  width: 100%;
  margin-top: 30px;
  margin-left: 200px;
}

.content-faq{
  width: 1112px;
  height: auto;
  font-family: Roboto;
  font-size: 18px;
  color: #231f20;
  text-decoration: none solid rgb(35, 31, 32);
  line-height: 28px;
  display: none;
  /*overflow: hidden;*/
  margin-top: 15px;
}
.single-paragraph-faq{
  margin-top: 10px;
  font-family: Roboto, serif;
  font-size: 18px;
  color: #231f20;
  text-decoration: none solid rgb(35, 31, 32);
  font-weight: 400;
}
.main-faq{
  cursor: pointer;
  width: 550px;
  height: 100%;
  font-family: Roboto;
  font-size: 24px;
  color: #939598;
  text-decoration: none solid rgb(147, 149, 152);
  outline: none;
  margin-left: 20px;
  font-weight: 400;

}
.list{
  list-style-type: square;
  margin-left: 40px;
}
.ordered-list{
  list-style-type: decimal;
  margin-left: 70px;
}
.faq-contact{
  font-family: Roboto, serif;
  font-size: 30px;
  color: #f26522;
  text-decoration: none solid rgb(242, 101, 34);
  text-align: center;
  /*font-weight: 400;*/
  margin-top: 150px;
}

.faq-icons{
  margin-top: 25px;
  margin-left: 45%;
}
.mobile-oval{
  /*margin-top: -40px;*/
  /*margin-left: -220px*/
  height: auto;
  width: auto;
}
.card-security-text{
  margin-top: 30px;
  float:left;
  margin-left: 100px;
}
.desktop-gif{
  margin-left: -600px;
  position:absolute;
  margin-top: -60px;
}
.mobile-oval-desk{
  margin-top: -10px;
  margin-left: -200px;
  /*height: 500px;*/
}
  /*.mobile-screen{*/
  /*  display: inline-block;*/
  /*  !*position: absolute;*!*/
  /*  z-index: 2;*/
  /*}*/

  @media only screen and (max-width: 1481px) and (min-width: 930px) {
    .open-account-text{
      width: 400px;
      height: 112px;
      font-family: Roboto;
      font-size: 18px;
      color: #231f20;
      text-decoration: none solid rgb(35, 31, 32);
      line-height: 28px;
      font-weight: 400;
      margin-top: 30px;
    }
    .paga-card-intro{
      /*width: 100px;*/
      margin-left: 10px;
      float: left;
    }
    .paga-card-gif{
      width: 150px;
      height: 200px;
      margin-left: 50px;
      margin-top: 30px;
    }
    .mobile-screen{
      width: 400px;
      height: 300px;
      z-index: 2;
      margin-left: -430px;
      position:absolute;
      margin-top: -30px;
    }
    .download-btn{
      width: 150px;
      height: 40px;
    }
    .mobile-btns{
      margin-top: 10px;
      width: 500px;
    }
    .mobile-ovals{
      height: 300px;
      width: 350px;
      position: absolute;
      margin-left: -370px;
      margin-top: -20px
    }
    .mobile-ovals-solid{
      height: 200px;
      width: 200px;
      margin-top: 50px;
    }
    .mobile-oval{
      margin-top: 50px;
    }

    .waitlist-card{
      width: 900px;
      height: 218px;
      border-radius: 10px;
      fill: #ffffff;
      box-shadow: -3px 5px 27px rgba(0,0,0,0.17);
      stroke-width: 1;
      margin-top: 70px;
      margin-left: 30px;
    }
    .paga-card-info{
      width: auto;
      height: 350px;
      margin-top: 50px;
      margin-left: 10px;
    }
    .notifications-card{
      width: 250px;
      height: 200px;
      margin-left: 70px;
      margin-top: 40px;
      float: left;
    }
    .intro{
      height: 400px;
      margin-left: 30px;
    }
    .paga-card-info-text{
      float: left;;
      width: 500px;
      margin-left: -20px;
      margin-top: -100px;
      display: inline-block;
      font-size: 36px;
      font-weight: 500;}

    .card-security-text{
      margin-left: 0;
      margin-top: 10px;
      width: 400px;
    }
    .card-security{
      height: 500px;
      margin-top: 20px;
      width: 100%;
    }
    .mini-section-card{
      margin-left: 135px;
      margin-top: -100px;
    }
    .security-image{
      width: 200px;
      height: 220px;
      float: right;
      display: inline-block;
      margin-right: 60px;
      margin-top: 75px;
    }
    .open-account{
      width: 100%;
      height: 350px;

    }
    .card-image-smaller{
      margin-left: 20px;
      margin-top: 20px;
    }
    .open-account-free{
      margin-right: 50px;
    }
    .download-qr{
      position: relative;
    }
    .qr-code{
      width: 250px;
      height: 250px;
      /*position: absolute;*/
      margin-top: 50px;
      margin-left: -200px;
      background-color: #FFFFFF;
      display: none;
    }
    .qr-code-text{
      position: absolute;
      top:285px;
      margin-left: 265px;
    }
    .faq-icons{
      margin-left: 40%;
    }
    .content-faq{
      width: 70%;
    }

    .btn-account-open{
      width: 200px;
      height: 42px;
      border-radius: 50px;
      background-color: #f26522;
      background-size: cover;
      font-family: Roboto;
      font-size: 16px;
      color: #ffffff;
      text-decoration: none solid rgb(255, 255, 255);
      text-align: center;
      margin-top: 60px;
    }
  }
  .btn-account-open{
    width: 200px;
    height: 42px;
    border-radius: 50px;
    background-color: #f26522;
    background-size: cover;
    font-family: Roboto;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none solid rgb(255, 255, 255);
    text-align: center;
    margin-top: 25px;
  }


@media only screen and (min-width: 1153px) and (max-width: 1478px){
  .paga-card-gif{
    width: 150px;
    height: 200px;
    margin-left: 100px;
    margin-top: 30px;
  }
  .mobile-screen{
    width: 400px;
    height: 300px;
    z-index: 2;
    margin-left: -630px;
    position:absolute;
    margin-top: -30px;
  }
  .mobile-oval-desk{
    margin-top: -10px;
    margin-left: -600px;
    /*height: 500px;*/
  }
  .intro{
    height: 400px;
    margin-left: 130px;
  }
  .waitlist-card{
    width: 1000px;
    height: 218px;
    border-radius: 10px;
    fill: #ffffff;
    box-shadow: -3px 5px 27px rgba(0,0,0,0.17);
    stroke-width: 1;
    margin-top: 103px;
    margin-left: 130px;
  }

  .paga-card-info{
    width: 1366px;
    fill: #ffffff;
    margin-top: 50px;
    margin-left: 130px;
  }

  .security-image{
    width: 352px;
    height: 370px;
    fill: #d6d6d6;
    margin-top: 5px;
    float: right;
    margin-left: 50px;
  }

  .open-account-free{
    margin-left: 50px;
  }
  .card-image-smaller{
      width: 399px;
      height: 600px;
      margin-left: 141px;
      margin-top: 50px;
  }

}


        /* Paga card screen sizes < 990 */

    /* intro-header section*/
section#intro-header {
  margin-top: 100px;
}

#intro-header h1 {
  font-size: 26px;
  color: #f26522;
  text-decoration: none solid rgb(242, 101, 34);
  text-align: center;
  font-weight: bold;
  line-height: 38px;
  padding: 0 30px;
}

#intro-header #description{
  font-size: 18px;
  color: #231f20;
  text-decoration: none solid rgb(35, 31, 32);
  line-height: 25px;
  text-align: center;
  margin-top: 20px;
  font-weight: normal;
  padding: 0 45px;
}

#intro-header #visa-card-mobile-gif{
  width: 519px;
  height: 428px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}

#intro-header #app-stores{
    margin: 0 auto;
    width: fit-content;
    margin-top: 60px;
    display: flex;
    column-gap: 18px;
}

#intro-header #app-stores .app-store-img{
    width: 209px;
    height: 59px;
}

#intro-header p#sign-up-paga-wallet{
    font-size: 16px;
    margin-top: 20px;
    color: #231f20;
    text-decoration: none solid rgb(35, 31, 32);
    line-height: 30px;
    text-align: center;
}

#intro-header p#sign-up-paga-wallet span#que{
    font-weight: normal;
}

#intro-header p#sign-up-paga-wallet span strong a {
    font-weight: bold;
    text-decoration: underline;
}

/* intro-header section END */


/* paga-card-waitlist section */

section#paga-card-waitlist{
    margin-top: 100px;
}

section#paga-card-waitlist #card-layout{
    width: 440px;
    height: 527px;
    border-radius: 10px;
    fill: #ffffff;
    box-shadow: -3px 5px 27px rgba(0,0,0,0.17);
    stroke-width: 1;
    margin: 0 auto;
    padding-top: 29px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section#paga-card-waitlist #card-layout h1{
    width: 198px;
    height: 78px;
    font-size: 32px;
    color: #f26522;
    text-decoration: none solid rgb(242, 101, 34);
    line-height: 39px;
    text-align: center;
    font-weight: bold;
}

section#paga-card-waitlist #card-layout p{
    width: 294px;
    height: 44px;
    font-size: 18px;
    color: #231f20;
    text-decoration: none solid rgb(35, 31, 32);
    line-height: 22px;
    text-align: center;
    margin-top: 24px;
    font-weight: normal;
}

section#paga-card-waitlist #card-layout img{
    width: 188px;
    height: 163px;
    filter: drop-shadow(-4px 5px 9px rgba(0,0,0,0.16));
    display: block;
    margin-top: 48px;
}

section#paga-card-waitlist #card-layout a#join-waitlist-btn{
    width: 188px;
    height: 42px;
    border-radius: 50px;
    background-color: #f26522;
    background-size: cover;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none solid rgb(255, 255, 255);
    box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
    margin-top: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section#paga-card-waitlist #card-layout a#join-waitlist-btn span{
    font-weight: 500;
}

/* paga-card-waitlist section END */


/* get-notified section */

section#get-notified{
    margin-top: 130px;
}

section#get-notified #get-notified-card{
    width: 296px;
    height: 425px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

section#get-notified #get-notified-card img{
    width: 368px;
    height: 356px;
}

section#get-notified #get-notified-card h1{
    width: 310px;
    height: 38px;
    font-size: 26px;
    color: #f26522;
    text-decoration: none solid rgb(242, 101, 34);
    text-align: center;
    margin-top: 40px;
    font-weight: bold;
    line-height: 32px;
}

section#get-notified #get-notified-card p{
    width: 390px;
    height: 90px;
    font-size: 17px;
    color: #231f20;
    text-decoration: none solid rgb(35, 31, 32);
    line-height: 26px;
    text-align: center;
    margin-top: 24px;
    font-weight: normal;
}

/* get-notified section END*/


/* card-security section*/
section#card-security{
  background-color: #f7f7f7;
  margin-top: 130px;
  padding-top: 90px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section#card-security #card-security-layout{
  width: 515px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section#card-security #card-security-layout img{
  width: 245px;
  height: 245px;
}

section#card-security #card-security-layout h1{
  width: 400px;
  font-size: 24px;
  color: #f26522;
  text-decoration: none solid rgb(242, 101, 34);
  text-align: center;
  margin-top: 36px;
  font-weight: bold;
  line-height: 38px;
}

section#card-security #card-security-layout div#security-list{
  width: 502px;
  margin-top: 21px;
  font-size: 14px;
  color: #231f20;
  text-decoration: none solid rgb(35, 31, 32);
  line-height: 24px;
  text-align: center;
}

section#card-security #card-security-layout div#security-list .bullet img{
  width: 16px;
  height: 16px;
  margin-top: 20px;
}

section#card-security #card-security-layout div#security-list .security-info{
  width: 474px;
  font-size: 14px;
  color: #231f20;
  text-decoration: none solid rgb(35, 31, 32);
  line-height: 24px;
  text-align: center;
  margin-left: 30px;
  margin-top: 35px;
  height: unset;
}

section#card-security #card-security-layout a{
  margin-top: 45px;
  width: 271px;
  height: 28px;
  font-size: 14px;
  color: #f26522;
  text-decoration: none solid rgb(242, 101, 34);
  line-height: 28px;
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
}

/* card-security section END */


/* request-card section */

section#request-card{
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section#request-card #request-card-layout{
  width: 322px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section#request-card #request-card-layout img{
  width: 368px;
  height: 441px;
}

section#request-card #request-card-layout h1{
  width: 224px;
  font-size: 26px;
  color: #f26522;
  text-decoration: none solid rgb(242, 101, 34);
  text-align: center;
  margin-top: 70px;
  font-weight: bold;
}

section#request-card #request-card-layout p{
  width: 530px;
  font-size: 15px;
  color: #231f20;
  text-decoration: none solid rgb(35, 31, 32);
  line-height: 25px;
  text-align: center;
  margin-top: 24px;
  font-weight: initial;
  padding: 0 30px;
}

section#request-card #request-card-layout a#open-account-btn{
  width: 188px;
  height: 42px;
  border-radius: 50px;
  background-color: #f26522;
  background-size: cover;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section#request-card #request-card-layout a#open-account-btn span{
  font-weight: 500;
}

/* request-card section END */


/* sign-up-section section */
section#sign-up-section{
  background: linear-gradient(90deg, #f2931e 5%, #f26522 100% );;
  margin-top: 122px;
  padding-top: 87px;
  padding-bottom: 87px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section#sign-up-section h1{
  width: 450px;
  font-size: 28px;
  color: #ffffff;
  text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
  line-height: 42px;
  font-weight: bold;
}

section#sign-up-section .sign-up-app-store-link img {
  display: block;
  width: 224px;
  height: 68px;
  position: relative;
  z-index: 1;
}

section#sign-up-section #play-store-link img{
  margin-top: 50px;
}

section#sign-up-section #app-store-link img{
  margin-top: 25px;
}

/* sign-up-section section END */


/* paga-card-faqs section*/
section#paga-card-faqs{
    margin-top: 121px;
}

section#paga-card-faqs h1{
    width: 215px;
    font-size: 30px;
    color: #f26522;
    text-decoration: none solid rgb(242, 101, 34);
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    margin-bottom: 50px;
}

section#paga-card-faqs #faq-items{
    width: 560px;
    margin-left: 20px;
}

section#paga-card-faqs #faq-items .faqs{
    margin-left: 0;
}

section#paga-card-faqs .main-faq{
    font-size: 20px;
}

section#paga-card-faqs .content-faq{
    font-size: 16px;
    width: 475px;
}

/* paga-card-faqs section END*/


/* paga-card-faqs section - mobile*/

  /* Screen sizes <= 510*/
@media (max-width: 510px) {

  section#intro-header {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #intro-header h1{
    width: 291px;
    font-size: 24px;
    line-height: 32px;
    padding: 0;
  }

  #intro-header #description{
    width: 314px;
    font-size: 16px;
    line-height: 22px;
    padding: 0;
  }

  #intro-header #visa-card-mobile-gif{
    width: 346px;
    height: 285px;
  }

  #intro-header #app-stores{
    column-gap: 12px;
  }

  #intro-header #app-stores .app-store-img{
    width: 139px;
    height: 39px;

  }

  #intro-header p#sign-up-paga-wallet{
    width: 340px;
    font-size: 14px;
    line-height: 30px;
  }


  section#paga-card-waitlist #card-layout{
    width: 317px;
  }


  section#get-notified #get-notified-card img{
    width: 245px;
    height: 237px;
  }

  section#get-notified #get-notified-card h1{
    width: 296px;
    font-size: 24px;
  }

  section#get-notified #get-notified-card p{
    width: 296px;
    font-size: 14px;
    line-height: 22px;
  }


  section#card-security{
    padding-top: 44px;
    padding-bottom: 43px;
    margin-top: 100px;
  }

  section#card-security #card-security-layout{
    width: 322px;
  }

  section#card-security #card-security-layout h1{
    width: 200px;
    font-size: 24px;
    line-height: 34px;
  }

  section#card-security #card-security-layout div#security-list{
    width: 322px;
  }

  section#card-security #card-security-layout div#security-list .bullet{
    margin-top: 0;
  }

  section#card-security #card-security-layout div#security-list .security-info{
    width: 295px;
    margin-top: 15px;
    margin-left: 26px;
  }

  section#card-security #card-security-layout a{
    width: 271px;
    font-size: 14px;
    line-height: 28px;
    margin-top: 24px;
    font-weight: bold;
  }


  section#request-card #request-card-layout img{
    width: 245px;
    height: 294px;
  }

  section#request-card #request-card-layout h1{
    font-size: 24px;
  }

  section#request-card #request-card-layout p{
    width: 322px;
    font-size: 14px;
    line-height: 22px;
    padding: 0;
  }


  section#sign-up-section{
    padding: 58px 0;
  }

  section#sign-up-section h1{
    width: 326px;
    font-size: 24px;
    line-height: 30px;
  }

  section#sign-up-section .sign-up-app-store-link img{
    width: 149px;
    height: 45px;
  }

  section#sign-up-section #play-store-link img{
    margin-top: 24px;
  }

  section#sign-up-section #app-store-link img{
    margin-top: 12px;
  }


  section#paga-card-faqs h1{
    font-size: 24px;
    margin-bottom: 24px;
  }

  section#paga-card-faqs #faq-items .faqs{
    margin-top: 13px;
  }

  section#paga-card-faqs #faq-items .faqs img{
    width: 6px;
    height: 13px;
    margin-top: 5px;
  }

  section#paga-card-faqs .main-faq{
    font-size: 14px;
    margin-left: 12px;
  }

  section#paga-card-faqs .content-faq{
    font-size: 13px;
    line-height: 16px;
    width: 340px;
  }

  section#paga-card-faqs .content-faq li{
    margin-left: 20px;
  }

  section#paga-card-faqs .content-faq li:not(:first-child){
    margin-top: 10px;
  }

  section#paga-card-faqs .content-faq p{
    font-size: 13px;
  }

  section#paga-card-faqs .content-faq ul ol{
    margin-left: 20px;
    margin-top: 10px;
  }

}
    /* Screen sizes <= 510 END */


    /* Screen sizes <= 370px */
@media (max-width: 370px) {

  #intro-header #description{
    padding: 0 20px;
  }

  #intro-header p#sign-up-paga-wallet{
    width: 200px;
    line-height: 22px;
  }

  section#paga-card-waitlist #card-layout{
    width: 275px;
  }

  section#paga-card-waitlist #card-layout h1{
    height: unset;
    width: 225px;
    font-size: 26px;
    line-height: 30px;
  }

  section#paga-card-waitlist #card-layout p{
    width: 225px;
    font-size: 16px;
    height: unset;
  }

  section#card-security #card-security-layout div#security-list{
    width: 295px;
  }

  section#card-security #card-security-layout div#security-list .security-info{
    width: 280px;
    margin-top: 15px;
    margin-left: 20px;
    font-size: 13px;
  }

  section#request-card #request-card-layout p{
    padding: 0 30px;
  }

  section#paga-card-faqs .main-faq{
    width: 283px;
  }

  section#paga-card-faqs .content-faq{
    font-size: 13px;
    line-height: 16px;
    width: 290px;
  }

  section#paga-card-faqs .content-faq li{
    margin-left: 20px;
  }

  section#paga-card-faqs .content-faq li:not(:first-child){
    margin-top: 10px;
  }

  section#paga-card-faqs .content-faq p{
    font-size: 13px;
  }

  section#paga-card-faqs .content-faq ul ol{
    margin-left: 20px;
    margin-top: 10px;
  }

}


/* FIFA Paga Visa card */
#fifa-card-banner {
    background: url("../img/fifa_paga_visa_card/fifa_paga_visa_card_banner.jpg") no-repeat ;
    background-size: cover;
    height: 800px;
    margin-top: 105px;
    background-position: center center;
}

@media (max-width: 1024px) {
    #fifa-card-banner {
        background: url("../img/fifa_paga_visa_card/fifa_paga_visa_card_banner_1024p.jpg") no-repeat ;
        height: 576px;
    }
}

@media (max-width: 768px) {
  #fifa-card-banner {
    background: url("../img/fifa_paga_visa_card/fifa_paga_visa_card_banner_768p.jpg") no-repeat ;
      height: 432px;
  }
}

@media (max-width: 425px) {
    #fifa-card-banner {
        background: url("../img/fifa_paga_visa_card/fifa_paga_visa_card_banner_425p.jpg") no-repeat ;
        height: 239px;
    }
}

#win-a-trip {
    display: flex;
    justify-content: space-around;
    background: #F7F7F7;
}

#win-a-trip-text{
    margin-top: 85px;
    width: 680px;
    margin-left: 136px;
}

#win-a-trip-header {
    font-family: Roboto, serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -0.015em;
    text-align: left;
}

#win-a-trip-header sup {
   font-size: 20px;
}

#win-a-trip-title {
    font-family: Roboto, serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
    margin-top: 30px;
    width: 375px;
}

#win-a-trip-title sup {
    font-size: 11px;
}

#win-a-trip-see-details {
    font-family: Roboto, serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 28px;
    color: black;
}

#win-a-trip-details-list .details-list-item {
    display: list-item;
    list-style-type: initial;
}

#win-a-trip-details-list .details-list-item::marker {
    color: #F26522;
    font-size: 25px;
}

#win-a-trip-details-list .details-list-item b {
    font-weight: bold;
}

ul#win-a-trip-details-list {
    font-family: Roboto, serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 20px;
    color: black;
    list-style-position: outside;
}

#win-a-trip-details-list :nth-child(2) {
    margin-top: 15px;
}

#win-a-trip-img {
    height: 750px;
    margin-top: 50px;
}

#win-a-trip-deadline {
    font-family: Roboto, serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
    margin-top: 25px;
}

#win-a-trip-t-and-c {
    font-family: Roboto, serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
    margin-top: 15px;
}

#win-a-trip-btn {
    width: 241px;
    height: 48px;
    border-radius: 80px;
    background-color: #f26522;
    background-size: cover;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none solid rgb(255, 255, 255);
    box-shadow: 0px 1px 5px rgb(0 0 0 / 20%);
    margin-top: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

#open-acc-btn {
    width: 241px;
    height: 48px;
    border-radius: 80px;
    background-color: #f26522;
    background-size: cover;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none solid rgb(255, 255, 255);
    box-shadow: 0px 1px 5px rgb(0 0 0 / 20%);
    margin-top: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

@media (max-width: 1211px) {
    #win-a-trip {
        display: block;
    }

    #win-a-trip-text {
        width: 940px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        padding-top: 85px;
    }

    #win-a-trip-btn {
        margin-left: auto;
        margin-right: auto;
    }

    #open-acc-btn {
        margin-left: auto;
        margin-right: auto;
    }

    #win-a-trip-img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 85px;
    }
}

@media (max-width: 990px) {
    #win-a-trip-text {
        width: 462px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        padding-top: 85px;
    }

    #win-a-trip-image {
        margin-top: 83px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 700px;
    }
}

@media (max-width: 510px) {

    #win-a-trip-text {
        width: 270px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        padding-top: 85px;
    }

    #win-a-trip-header {
        font-family: Roboto, serif;
        font-size: 22px;
        font-weight: 500;
        line-height: 31px;
        letter-spacing: -0.015em;
        text-align: left;
    }

    #win-a-trip-header sup{
        font-size: 14px;
    }

    #win-a-trip-title {
        font-family: Roboto, serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 27px;
        letter-spacing: 0em;
        text-align: left;
        color: black;
        margin-top: 30px;
        width: 300px;
    }

    #win-a-trip-title sup{
        font-size: 10px;
    }

    #win-a-trip-see-details {
        font-family: Roboto, serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: 0em;
        text-align: left;
        margin-top: 28px;
        color: black;
    }

    ul#win-a-trip-details-list {
        font-family: Roboto, serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: 0em;
        text-align: left;
        margin-top: 20px;
        color: black;
        list-style-position: outside;
    }

    #win-a-trip-deadline {
        font-family: Roboto, serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        color: black;
        margin-top: 25px;
    }

    #win-a-trip-t-and-c {
        font-family: Roboto, serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 27px;
        letter-spacing: 0em;
        text-align: left;
        color: black;
        margin-top: 15px;
    }

    #win-a-trip-image {
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 300px;
    }

}