@font-face {
    font-family: 'sofia_prolight';
    src: url('sofiapro-light-webfont.eot');
    src: url('sofiapro-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('sofiapro-light-webfont.woff2') format('woff2'),
        url('sofiapro-light-webfont.woff') format('woff'),
        url('sofiapro-light-webfont.ttf') format('truetype'),
        url('sofiapro-light-webfont.svg#sofia_prolight') format('svg');
    font-weight: normal;
    font-style: normal;

}
html,
body {
    font-family: 'sofia_prolight';
    width: 100%;
    height: 100%;
    max-width: 100%;
}

h1 {
    font-size: 72px;
    line-height: 0.9em;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    h1 {
        font-size: 48px;
    }
}


p {
    font-size: 16px;
    line-height: 1.5;
}
ul {
    padding: 0; 
}
li {
    display: inline;
    list-style: none;
    font-size: 18px;
}
header nav a {
    color: white;
}
header a {
    color: white;
}
section {
    padding: 80px 0 ;
}
section img {
    width: 50px;
}
.navbar {
    background-color: transparent; 
}
.radio-class{
    padding-left: 7px;
    text-align: none !important;
}
.register{
    font-size: 52px;
    line-height: 1.1em;
}
.check-message{
    color: #00ADF0 !important;
}
input[type="radio"] {
    background-color: transparent;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #31B0D5 !important;
    font: inherit;
    height: 0.9em;
    outline: none;
    width: 0.9em;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition:  .9s;
}
input[type="radio"]:checked::before{
    height: 1.2em;
    width: 1.2em;
    display: inline-block;
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 1px solid #31B0D5;
    left: -3px;top: -3px;
}
input[type="radio"]:checked {
    background-color: #31B0D5;
    height: 0.9em;
    width: 0.9em;

}

input[type="radio"]:focus{
    outline: none !important;
    -webkit-appearance: none !important;
}
.ussd{
    margin-top:15px;
}
.navbar-nav {
    color: rgba(31, 143, 255, 1);
    font-size: 18px;  
}
.btn {
    border-radius: 2px;
}
.rbtn {
    border-radius: 30px;
    background-color: transparent;
    border: 2px solid white;
    color: white;
    box-shadow: 0 0.12em 0.3em 0 rgba(0, 0, 0, 0.1);
}
header {
    padding-top: 30px;
    width: 100%;
    min-height: 100%;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}
header.black {
    background-image: url(../img/Artboard.jpg);
    color: white;
}
header.white {
    background-image: url(../img/pay-white.jpg);
    color: #595959;
}
.nav li {
    color: #333;
}
nav {
    color: #333;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
header.white .navbar-default .navbar-nav > li > a {
    color: #333;
}
@media (max-width: 767px){
    .navbar-default .navbar-nav > li > a {
        border-bottom: 1px solid #fff;
    }
}
.error {   
    /*background: rgba(0, 112, 192, 1);*/
    background-image: url(../img/pay.jpg);
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}
.error h1 {
    color: white;
    padding-top: 20px;
}
.logo {
    text-align: center;
    /*margin-left: 47%;*/
}
.pay {
    align-items: center;
    padding-top: 20px;
    color: white;
    width: 100%;
    height: 100%;
    background-image: url(../img/pay-white.jpg);
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}
header .main {
    padding: 30px;
}
.sign-up-form .panel {
    color: #222;
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.25);
}
.sign-up-form .panel:hover {
    box-shadow: 0 0.12em 0.3em 0 rgba(0, 0, 0, 0.1);
}
.form-group {
    padding: 0;
}
form a {
    color: black;
}
.how-it-works {
    color: white;
    background: rgba(31, 143, 255, 1);
    /*background: -webkit-linear-gradient(to left, #00c6ff , #0072ff);
    background: linear-gradient(to left, #00c6ff , #0072ff); */   
}
.how-it-works .card {
    color: black;
}
.head {
    font-variant: small-caps;
}
.lead {
    font-size: 24px;
}
.mute {
    color: rgba(99, 99, 99, 1);
}
.pricing {
    min-height: 50%;
}
.card {
    background-color: white;
    padding: 20px;
    margin: 10px;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 0.12em 0.3em 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.card:hover {
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.25);
}
.local {
    border-bottom: 5px solid rgb(0,176,80);
}
.foreign {
    border-bottom: 5px solid rgba(31, 143, 255, 1);
}
.contact {
    /* background-image: url(../img/pay-green.jpg);
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;*/
    background-color: rgba(31, 143, 255, 1);
    color: white;
}
footer {
    padding: 20px;
    color: rgba(204, 204, 204, 1);
    background-color: rgba(51, 51, 51, 1);
}
footer i {
    color: rgba(204, 204, 204, 1);
}
footer ul {
    padding-top: 10px;
    display: inline;
}
footer li {
    padding: 10px;
    font-size: 16px;
}
footer .side {
    padding-top: 50px;
}
footer a {
    color: white;
}
footer img {
    width: 150px;
}

.profile-wrapper{
    border-radius: 5px;
    box-shadow: 0 0.12em 0.3em 0 rgba(0, 0, 0, 0.1);
    min-height: 85vh !important;
    height: auto !important;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
}

.profile-wrapper:hover {
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.25);
}

.profile-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    height: 200px;
    min-height: 200px;
    background-color: #00ADF0;
    padding: 4rem;
    text-align: center;
    color: #fff;
}

.round-image {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    overflow: hidden;
}

.profile-body {
    padding: 4rem;
    height: auto;
    min-height: 60%;
}

.profile-footer{
    padding: 0 4rem 0 4rem;
    height: 60px;
    min-height: 60px;
}

.control-label {
    position: relative;

    text-align: left;
    top: 0px !important;
}

@media (min-width: 768px) {
    .day-field {
        padding-left: 2.5px;
        padding-right: 2.5px;
    }

    .month-field {
        padding-right: 2.5px;
    }

    .year-field {
        padding-left: 2.5px;
    }

    .fname-field {
        padding-right: 2.5px;
    }
    .lname-field {
        padding-left: 2.5px;
    }

    .country-field {
        padding-right: 2.5px;
    }

    .state-field {
        padding-left: 2.5px;
    }

    .gender-field {
        padding-top: 5px;
    }
    .gender-label {
        padding-top: 3px;
    }
}
#file-id {
    margin-left: 28%;
    cursor: pointer;
    border-radius: 10px;
}

.upload-field {padding-top: 5px}
.upload-field span{font-weight: bold}

@media screen and (max-width: 992px) {
    #file-id {
        margin-left: 35% !important;
    }
}

@media screen and (max-width: 520px) {
    #file-id {
        margin-left: 15% !important;
    }
}

.form-control {
    height: 40px !important;
}
