@font-face {
    /* Regular */
    font-family: "SFProDisplay"; 
    src: url("fonts/0b51833ff62e4af8acb5fd3e2bf59e97.eot"); 
    src: url("fonts/0b51833ff62e4af8acb5fd3e2bf59e97.eot?#iefix") format("embedded-opentype"), 
         url("fonts/0b51833ff62e4af8acb5fd3e2bf59e97.woff2") format("woff2"), 
         url("fonts/0b51833ff62e4af8acb5fd3e2bf59e97.woff") format("woff"), 
         url("fonts/0b51833ff62e4af8acb5fd3e2bf59e97.ttf") format("truetype"), 
         url("fonts/0b51833ff62e4af8acb5fd3e2bf59e97.svg#SFProDisplay") format("svg");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    /* Bold */
    font-family: "SFProDisplay";
    src: url("fonts/3cff9206b4c8d578245ef1aaeeaf9e84.eot"); 
    src: url("fonts/3cff9206b4c8d578245ef1aaeeaf9e84.eot?#iefix") format("embedded-opentype"), 
         url("fonts/3cff9206b4c8d578245ef1aaeeaf9e84.woff2") format("woff2"), 
         url("fonts/3cff9206b4c8d578245ef1aaeeaf9e84.woff") format("woff"),
         url("fonts/3cff9206b4c8d578245ef1aaeeaf9e84.ttf") format("truetype"), 
         url("fonts/3cff9206b4c8d578245ef1aaeeaf9e84.svg#SFProDisplay") format("svg");
    font-style: normal;
    font-weight: 700;
}
@font-face {
    /* Thin */
    font-family: "SFProDisplay";
    src: url("fonts/sf-ui-display-thin.otf") format("otf");
    src: url("fonts/sf-ui-display-thin.otf?#iefix") format("embedded-opentype"), 
         url("fonts/SFProDisplay-Thin.ttf") format("ttf") format("truetype");
    font-style: normal;
    font-weight: 200;
}
@font-face {
    /* Light */
    font-family: "SFProDisplay";
    src: url("fonts/sf-ui-display-light-58646b33e0551.otf");
    src: url("fonts/sf-ui-display-light-58646b33e0551.otf?#iefix") format("embedded-opentype");
    font-style: normal;
    font-weight: 300;
}
:root {
    font-size: 10px;
}
body {
    font-family: "SFProDisplay";
    font-size: 1.4rem;
    color: #303030;
    font-style: normal;
    font-weight: 400;
}
a {
    color: #019EFF;
}
a:hover {
    text-decoration: none;
    color: #46474A;
}
::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #303030;
    opacity: 0.5;
}
::-moz-placeholder,
.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #303030;
    opacity: 0.5;
}
:-ms-input-placeholder,
.form-control::-ms-input-placeholder { /* IE 10+ */
    color: #303030;
    opacity: 0.5;
}
:-moz-placeholder,
.form-control::-moz-placeholder { /* Firefox 18- */
    color: #303030;
    opacity: 0.5;
}
@media (min-width: 992px) {
    .container {
        max-width: 1200px;
    }
}
header {
    background-color: #058ADC;
    background-image: url('../img/banner.png');
    background-position: top center;
    background-repeat: no-repeat;
}
#slideShow {

    /* min-height: 56rem; */
}
#content {
    min-height: 60rem;
}
header .navbar-main {
    min-height: 9.8rem;
}
footer {
    min-height: 10rem;
    background: #1d1d1d;
    color: #fff;
}
.spinner {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 100;
}
.fa-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    font-size: 55px;
    z-index: 10;
    color: #019eff;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid#019eff;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.navbar {
    padding: 0;
}
.navbar-main .navbar-toggler {
    color: #fff;
    border-color: #fff;
    background-color: #fff;
}
.navbar-main .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}
.auth-btn > a:hover,
.navbar-main .navbar-nav .nav-item .nav-link:hover {
    color: #98a5ac;
}
.navbar-brand {
    padding-top: 0rem;
}
.footer-box h4 {
    font-family: "SFProDisplay";
    font-weight: 700;
    font-size: 1.rem;
    color: #fff;
}
.footer-box {
    padding-top: 5.8rem;
}
.footer-box a:hover {
    color: #019eff;
}
.footer-box-2,
.footer-box {
    font-family: "SFProDisplay";
    color: #303030;
}
.footer-box ul {
    margin: 1.5rem 0 2.5rem 0;
    padding: 0;
}
.footer-box ul li {
    list-style-type: none;
    margin-bottom: 0.7rem;
}
.footer-box ul li a {
    font-family: "SFProDisplay";
    color: #fff;
    font-size: 1.3rem;
    opacity: 0.2;
}
.footer-box-2 {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 2.5rem;
    padding-bottom: 3rem;
}
.footer-box-2 .box-1 span {
    color: #fff;
    font-size: 1.3rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer-box-2 .box-1 label {
    font-size: 1.2rem;
    opacity: 0.2;
    color: #fff;
}
.footer-box-2 .box-2 > a {
    font-family: "SFProDisplay";
    /* font-weight: 200; */
    font-size: 1.2rem;
    color: #019eff;
}
.footer-box-2 .box-2 > div {
    display: flex;
    margin-bottom: 0.5rem;
}
.footer-box-2 .box-2 > div > input {
    width: 60%;
    margin-right: 0.5rem;
    border: none;
    border-radius: 0.4rem;
}
.btn {
    font-family: "SFProDisplay";
    min-height: 3.1rem;
    font-size: 1.1rem;
    border-radius: 0.4rem;
    padding-left: 3rem;
    padding-right: 3rem;
    border: transparent;
}
.btn-primary {
    background-color: #019eff;
}
.btn-grey,
.btn-white {
    background-color: #fff;
    border: none;
    font-size: 1.6rem;
    font-weight: 700;
    color: #019eff;
    padding: 1.4rem 4rem;
    min-width: 23rem;
}
.btn-grey {
    background-color: #4693b7;
    color: #fff
}
.form-control {
    font-family: "SFProDisplay";
    padding: 1.9rem 2rem 1.9rem 2rem;
    font-size: 1.5rem;
    background: #ebebeb;
    border-radius: 0.4rem;
    border: 1px solid #ebebeb;
}
.form-group {
    margin-bottom: 1.8rem;
}
.payment-form .form-control {
    background: #fff;
    border: 1px solid #ccc;
}
.form-error input,
.payment-form .form-error input,
.form-error select,
.payment-form .form-error select {
    border: 1px solid #f13030;
}
label.error {
    color: #f13030;
    font-size: 1.2rem;
    text-transform: initial !important;
    display: block;
}
.link-forgot {
    color: #fff;
    margin-top: 1.5rem;
    display: inline-block;
    /* font-weight: 300; */
}
p.copyright {
    color: #fff;
    opacity: 0.2;
    margin-top: 3rem;
}
.social-link {
    margin: 1rem 0 2rem 0;
}
.social-link > a {
    margin-right: 0.5rem;
}
.platform-box {
    background-size: cover;
    background-image: url('../img/bg-2.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 60rem;
}
.send-money-box {
    background-size: cover;
    background-image: url('../img/bg-3.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 86rem;
}
h2 {
    font-size: 3.4rem;
    color: #1e1d1c;
}
.payment-box {
    min-height: 24.2rem;
    padding-top: 6.5rem;
}
.payment-box h2 {
    text-align: center;
}
.auth-btn > a {
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    padding: 0.5rem 3rem;
}
.auth-btn > a.btn-login {
    padding: 0.5rem 2rem 0.5rem 0;
}
.auth-btn > a.btn-signup {
    border: 2px solid #fff;
    border-radius: 0.4rem;
}
.platform-box {
    padding: 6rem 0 6rem 0;
}
.payment-head h3 {
    font-size: 3.4rem;
    color: #fff;
}
.payment-head p {
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 1rem;
}
.payment-list {
    margin-top: 4rem;
}
.payment-list .payment-item {
    background: #fff;
    min-height: 20rem;
    padding: 3.5rem 4rem 1.5rem 13.3rem;
    background-repeat: no-repeat;
    background-position: 6rem 4.2rem;
}
.payment-list .payment-item p {
    line-height: 2.4rem;
    margin-bottom: 1.5rem;
    color: #4c4d4d;
}
.payment-list .payment-item a {
    color: #019EFF;
    font-weight: bold;
}
.payment-list .payment-item h4 {
    font-size: 2rem;
    color: #1e1d1c;
    font-weight: 700;
    margin-bottom: 1.6rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.payment-list .payment-item.item-1 {
    background-image: url('../img/item-1.png');
}
.payment-list .payment-item.item-2 {
    background-image: url('../img/item-2.png');
    background-position: 4rem 4.2rem;
}
.payment-list .payment-item.item-3 {
    background-image: url('../img/item-3.png');
    background-position: 5rem 4.2rem;
}
.payment-list .payment-item.item-4 {
    background-image: url('../img/item-4.png');
    background-position: 6rem 4.2rem;
}
.m-item {
    display: none;
}
.payment-icons {
    margin: 4rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
}
.send-money-box {
    color: #fff;
    padding-top: 6rem;
}
.send-money-box p {
    font-family: "SFProDisplay";
    /* font-weight: 200; */
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.send-money-box h2 {
    color: #fff;
    font-size: 3.6rem;
    line-height: 3.8rem;
}
.btn-default,
.btn-money {
    background-color: #019eff;
    border: none;
    font-size: 1.6rem;
    color: #fff;
    padding: 1.4rem 4rem;
    min-width: 23rem;
}
.btn-default {
    border: 2px solid #fff;
    background-color: transparent;
    padding: 1.2rem 4rem;
}
.btn-money {
    margin-right: 2rem;
}
.btn-default:hover,
.btn-money:hover {
    color: #fff;
    opacity: 0.5;;
}
.carousel-indicators {
    bottom: 1rem;
}
.carousel-indicators li {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #fff;
    border: none;
    opacity: 1;
    margin-left: 0.6rem;
    margin-right: 0.6rem;
}
.carousel-indicators li.active {
    width: 0.8rem;
    height: 0.8rem;
    border: 2px solid #0274be;
}
.carousel-caption {
    color: #fff;
}
.carousel-caption .slide-title {
    font-size: 5rem;
    font-weight: 700;
    color: #fff;
}
.carousel-caption {
    text-align: left;
}
.carousel-caption.slide-1  {
    padding-bottom: 14rem;
}
.carousel-caption.slide-1 .button-group {
    margin-top: 3rem;
}
.page-login,
.page-signup {
    padding: 4rem 0;
}
.auth-form {
    max-width: 38rem;
    margin: 5rem auto 0;
}
.checkbox-custom {
    display: flex;
    align-items: center;
    margin-left: 0.5rem;
}
.checkbox-custom input {
    width: 2rem;
    height: 2rem;
    border-radius: 0.4rem;
}
.agreeTerms {
    font-size: 1.3rem;
    color: #fff;
}
.reg-terms {
    margin-bottom: 2rem;
}
.reg-terms a {
    color: #fff;
    text-decoration: underline;
}
.auth-form {
    font-family: "SFProDisplay";
    font-weight: 400;
}
.auth-form a:hover {
    color: #fff;
}
.auth-logo {
    max-width: 20rem;
    margin-bottom: 4rem;
}
.auth-icon {
    max-width: 30rem;
    margin-bottom: 3rem;
}
.auth-note {
    font-size: 1.5rem;
    color: #fff;
}
.auth-note a {
    color: #fff;
    text-decoration: underline;
}
.auth-form a:hover {
    color: #019EFF;;   
}
.auth-form .btn-primary {
    width: 100%;
    background-color: #019EFF;
    border-radius: 0.4rem;
    font-size: 1.5rem;
    height: 3.8rem;
    margin-top: 2.5rem;
}
.auth-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
}
.sign-remember label {
    color: #fff;
}
.auth-info .link-forgot {
    margin-top: 0;
}
.footer-box-2 .form-control {
    height: 3.1rem;
    padding: 0 1rem 0 1rem;
    background: #fff;
}
.social-box {
    margin: 6rem auto 1rem;
    max-width: 12.5rem;
    display: flex;
    justify-content: space-between;
}
.user-menu {
    color: #fff;
}
.user-menu .dropdown-toggle {
    min-width: 6rem;
}
.user-menu img {
    max-width: 5rem;
}
#account-name {
    margin-left: 1rem;
    font-size: 1.6rem;
    padding-top: 2rem;
}
.dropdown-menu.show a {
    font-size: 1.6rem;
    padding: 0;
    margin-bottom: 1rem;
    display: block;
}
.dropdown-menu.show a:hover {
    background-color: #019eff;
    color: #fff;
}
.mobile-logo {
    display: none;
    position: absolute;
    top: -0.5rem;
    left: 50%;
    margin-left: -6rem;
}
.body-auth {
    background-image: url('../img/background.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}
.total-amount {
    text-transform: uppercase;
    font-weight: 700;
}
.left-menu {
    margin: 2rem 0 0 0;
    padding: 0;
}
.left-menu li {
    list-style-type: none;
}
.left-menu li {
    background: #1d1d1d;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.left-menu li:hover {
    background: #019eff;
}
.left-menu li a {
    padding: 1rem 1rem;
    text-transform: uppercase;
    display: block;

    font-family: "SFProDisplay";
    color: #fff;
    font-size: 1.5rem;
    opacity: 0.7;
}
.payment-form .btn {
    min-height: 4rem;
    font-size: 1.6rem;
}
.payment-form .form-group label {
    text-transform: uppercase;
}
.react-autosuggest__container {
    position: relative;
    z-index: 2;
}
.react-autosuggest__suggestions-container--open {
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #EDECEC;
    padding: 20px 0px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    height: 325px;
    overflow: auto;
}
.react-autosuggest__suggestions-container--open ul {
    margin: 0px;
    padding: 0px;
}
.react-autosuggest__suggestions-container--open ul li {
    list-style-type: none;
}
.suggest-item {
    padding: 8px 20px;
    cursor: pointer;
}
.suggest-item:hover {
    background: #019EFF;
    color: #fff;
}
@media (max-width: 500px) {
    .navbar-main .navbar-nav .nav-item .nav-link {
        font-size: 1.4rem;
    }
    header .navbar-main {
        min-height: 6rem;
    }
    .payment-head h3 {
        font-size: 2.4rem;
    }
    .payment-head p {
        font-size: 1.4rem;
        margin-bottom: 0rem;
        margin-top: 1rem;
    }
    .payment-head p br {
        display: none;
    }
    .platform-box {
        padding: 2rem 0;
    }
    .payment-list .payment-item {
        padding: 2.5rem 2rem 2rem 8rem;
        background-position: 3rem 2rem;
        margin-bottom: 2rem;
        min-height: 16rem;
        /* background-size: 15%; */
    }
    .payment-list .payment-item.item-2 {
        background-position: 1rem 2rem;
        margin-bottom: -2rem;
    }
    .payment-list .payment-item.item-3 {
        background-position: 2rem 2rem;
    }
    .payment-list .payment-item.item-4 {
        background-position: 3rem 2rem;
    }
    .send-money-box {
        padding-top: 2rem;
        min-height: 35rem;
    }
    .send-money-box h2 {
        font-size: 2rem;
        line-height: 3rem;
    }
    .btn-default, .btn-money,
    .btn-grey, .btn-white {
        padding: 1.4rem 2.5rem;
        min-width: 10rem;
    }
    .payment-box {
        padding-top: 3rem;
        min-height: 20rem;
    }
    .payment-box h2 {
        font-size: 2.4rem;
    }
    .payment-box img {
        max-width: 9rem;
    }
    .payment-icons {
        margin: 3rem 0;
    }
    .footer-box {
        padding-top: 3rem;
    }
    .payment-list .payment-item p {
        line-height: 1.8rem;
    }
    .payment-list .payment-item h4 {
        font-size: 1.8rem;
    }
}
@media (min-width: 501px) and (max-width: 768px) {
    .send-money-box {
        min-height: 45rem;
    }
    .send-money-box {
        padding-top: 4rem;
    }
    header .navbar-main {
        min-height: 6rem;
    }
    .platform-box {
        padding: 4rem 0;
        min-height: 60rem;
    }
    .payment-list .payment-item {
        padding: 2.5rem 2rem 2rem 8rem;
        background-position: 3rem 2rem;
    }
    .payment-list .payment-item.item-2 {
        background-position: 1rem 2rem;
    }
    .payment-list .payment-item.item-3 {
        background-position: 2rem 2rem;
    }
    .payment-list .payment-item.item-4 {
        background-position: 3rem 2rem;
    }
    .payment-box {
        min-height: 21.2rem;
        padding-top: 3.5rem;
    }
    .carousel-caption.slide-1 {
        padding-bottom: 0;
    }
    .carousel-caption .slide-title {
        font-size: 2.5rem;
    }
    .btn-default, .btn-money,
    .btn-grey, .btn-white {
        padding: 1.4rem 2.5rem;
        min-width: 10rem;
    }
    h2 {
        font-size: 3rem;
    }
    .payment-head p {
        margin-bottom: 0;
    }
}
@media (max-width: 768px) {
    #account-name,
    .auth-btn {
        display: none;
    }
    .m-item {
        display: block;
    }
    .btn-default {
        background: grey;
    }
    .navbar-brand {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }
    .navbar-brand img {
        max-width: 12rem;
    }
    header .navbar-main {
        border-bottom: none;
    }
    .mobile-logo {
        display: inline-block;
    }
    .desk-logo {
        display: none;
    }
}