/*********************/
/*Imports*/
/*********************/
@import url('https://fonts.googleapis.com/css?family=Montserrat');

@font-face {
    font-family: 'sofia_prolight';
    src: url('sofiapro-light-webfont.eot');
    src: url('sofiapro-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../front/css/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' !important;
    width: 100%;
    height: 100%;
    max-width: 100%;
    overflow-x: hidden; 
}

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;
}


.duration {
    animation-duration: 2.5s !important;
}

.delayed {
    animation-delay: -1.5s !important;
}

.duration2 {
    animation-duration: 3s !important;
}

.delayed2 {
    animation-delay: -2s !important;
}
body.loaded {
    padding-bottom: 0px !important;
}
/********************/
/*Navbar*/
/********************/

.affix {
    top: 0;
    width: 100%;
}

.affix + .home-container {
    padding-top: 70px;
}

.navbar-default {
    height: 60px;
    /*padding: 10px 23px;*/
    padding: 5px 0 10px 40px;
    opacity: .96;
    border-radius: 0 !important;
    z-index: 999;
    background-color: #171640 !important;
    border-color: #171640 !important;
}

.navbar-brand img {
    height: 45px;
    position: relative;
    margin: -14px;
}

.navbar-nav li a {
    font-size: 1.2em;
    font-weight: 600;
    color: #fff !important;
}

.navbar-nav li a:hover {

    color: #ccc !important;
}

.navbar-nav li a > button {
    margin-top: -8px;
    height: 35px;
    width: 100px;
    padding: 0px;
    background: #18AFEC;
    border-color: #18AFEC;
    color: #fff;
    border-radius: 50px;
    border: none;
}

/*.navbar-collapse {
position: absolute;
right: 0;
}*/

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: transparent !important;
    color: #18AFEC !important;
}

@media screen and (max-width: 767px) {
    .navbar-default .navbar-collapse {
        color: #34495e !important;
        border: none;
        text-align: left;
        background-color: #34495e;
    }
    .navbar-toggle {
        margin-right: 70px !important;
        position: relative;
    }
}


/* .nav-item.side {
border-right: 1px solid #ccc;
} */

/********************/
/*Loader*/
/********************/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222222;
    z-index: 1000;
    -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);  /* IE 9 */
    transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);  /* IE 9 */
    transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);  /* IE 9 */
    transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
    visibility: hidden;

    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%);  /* IE 9 */
    transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}


/********************/
/*Body*/
/********************/

.home-container {
    width: 100%;
    max-height: 600px;
    position: relative;
}

.home-container .bgImage-container {
    height: 100%;
    width: 100%;
}

.home-container .bgImage-container .d-block {
    max-height: 600px;
    width: 100%;
    background-repeat: no-repeat;
    object-fit: cover;
}

.home-container .bgImage-container .d-blockOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

.carousel-inner .item .itemInfo-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    padding: 50px 0;
}


.itemInfo-container .text-container {
    height: 400px;
    width: 50%;
    display: inline-block;
    float: left;
    text-align: center;
    border-radius: 10px;
    padding: 50px 0px;
    padding-left: 35px;
}



.itemInfo-container .text-container h1 {
    color: #fff !important;
    letter-spacing: 1px;
    line-height: 1em;
    font-family: 'sofia_prolight' !important;
    margin-top: 0px !important;
    text-align: left;
    /* font-weight: bolder; */
    font-size: 62px;
    /* margin-left: 10px; */
}

.itemInfo-container .phone-container {
    height: 470px;
    margin-top: 20px;
    float: right;
    margin-right: 50px;
}

.itemInfo-container .phone-container img {
    height: 470px;
    margin-right: -50px;
    /* transition: transform 1.5s linear; */
    /*transform-origin: top left;*/
    /* transform-style: preserve-3D; */
}

.text-container .play-button img {
    position: relative;
    margin-top: -14px;
}

.text-container .play-button {
    /* margin-left: 10px; */
    margin-top: 30px;
    position: absolute;
}

.play-button .play-1, .play-button .play-2 {
    width: 120px;
    height: 40px;
}

.play-button .reg-btn {
    padding: 15px 30px !important;
    background-color: #009edc;
}

.play-button .reg-btn:hover {
    background-color: #1F8FFF;
}

.play-button .play-3 {
    color: #fff;
    margin-left: 40%;
    position: relative;
    margin-top: -15px;
    font-size: 1em;
}

.itemInfo-container .text-container .subtxt {
    color: #fff;
    font-weight: 100;
    font-family: 'sofia_prolight';
    margin-top: 30px;

}

.mobile-ad-cover {
  display: none;
}
.sticky-download a{

    color: #fff;
    text-decoration: none !important;
}
.sticky-download{

  display: none;
  
}
.close-win{
    cursor: pointer;
    float: right;
    margin-right: 40px;
    margin-top: 30px;
    font-size: 30px !important;
    display: block;
}
.mobile-ad-cover a{

    text-decoration: none !important;
}
#free-dwn:hover{

    color: #fff !important;
}
.download-app{
    border: 1px solid #009AD7;
    display: block;
    background: #009AD7;
    color: #fff;
    margin-top: 20px;
    padding: 10px;
    text-decoration: none !important;
    font-weight: bold;
}
.download-app:hover{

    background: #1F8FFF;
    color: #fff !important;
}
@media screen and (max-width: 1328px) and (max-width: 1145px) {
    .itemInfo-container .text-container h1 {
        font-size: 52px !important;
    }
}

@media screen and (max-width: 1040px) {

    .carousel-inner .item .itemInfo-container .text-container {
        width: 100%;
        padding: 0 50px;
    }

    .itemInfo-container .phone-container img {
        display: none !important;
    }

}

@media screen and (max-width: 932px) {

    .itemInfo-container .text-container .subtxt {
        margin-top: 0px !important;
    }
    .text-container .play-button {
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 832px) {
    .itemInfo-container .text-container h1 {
        font-size: 36px !important;
    }
}

@media screen and (max-width: 726px) {
    .text-container .play-button {
        margin-top: 40px !important;
    }

    .itemInfo-container .text-container .subtxt {
        display: none;
    }
    .itemInfo-container .text-container {
        padding: 50px 0 50px 35px !important;
    }

    .play-button .reg-btn {
        margin-top: -10px;

    }
    .play-button .play-3 {
        padding-top: 6px;
    }
    .text-container .play-button img {
        margin-top: -24px;
    }
}

@media screen and (max-width: 660px){
    .itemInfo-container .text-container .subtxt {
        font-size: 1em;
    }
    .play-button .reg-btn {
        padding: 10px 16px !important;

    }
    .itemInfo-container {
        padding: 5px 0 !important;
    }
}

@media screen and (max-width: 620px){
    .itemInfo-container .text-container h1 {
        font-size: 28px !important;
    }
    .home-container {
        width: 100%;
        height: 280px !important;
        min-height: 280px !important;
    }
    .home-container .bgImage-container {
        height: 280px !important;
        min-height: 280px !important;
        width: 100%;
    }
    .home-container .bgImage-container .d-block {
        height: 280px !important;
        min-height: 280px !important;
        width: 100%;
    }
}

@media screen and (max-width: 500px){
    .itemInfo-container .text-container h1 {
        font-size: 20px !important;
    }
    /* .itemInfo-container .text-container {
    padding: 10px 15px !important;
} */
    .play-button .play-3 {
        display: none;
    }
    .play-button .play-1, .play-button .play-2, .play-button .reg-btn {
        position: absolute !important;
        align-content: center;
    }
    .play-button .play-1 {
        margin-top: 40px !important;
    }
    .play-button .play-2 {
        margin-top: 40px !important;
        margin-left: 130px;
    }

    .itemInfo-container .text-container {
        padding-left: 15px !important;
    }
    .play-button .reg-btn {
        padding: 8px 12px !important;

    }
}

@media screen and (max-width: 440px){
    /* .text-container .play-button{
    margin-top: 15px !important;
} */
    .navbar-default .navbar-toggle {
        margin-right: 15px !important;
    }
    .navbar-default .navbar-brand {
        margin-left: -35px !important;
    }


.mobile-ad-cover{
      display: block;
      opacity: 1;
      z-index: 40000;
      height: 1600px;
      width: 100%;
      font-family: 'sofia_prolight';
      background: #fff;
      position: fixed;
      top:0px;
  }

  .sticky-download{
      display: block;
      opacity: 1;
      z-index: 30000;
      height: 40px;
      color: #fff !important;
      width: 100%;
      font-family: 'sofia_prolight';
      background: #29B200;
      position: fixed;
      bottom:0px;
}

}

@media screen and (max-width: 360px){

}

.rotate {
    transform: rotate(360deg);
}





/********************/
/*Features*/
/********************/


.features-container {
    background: #1F8FFF;
    margin-top: -100px;
    width: 100%;
    padding: 70px 45px;
    color: #fff;
    overflow: hidden;
}

.features-container .featuresTxt {
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 2px;
    color: #fff !important;
}

.features-container .dot-container {
    margin: 0 auto;
    width: 200px;
    text-align: center;
    margin-bottom: 30px;
}

.features-container .dot-container .dot {
    height: 2px;
    width: 2px;
    margin: 2px;
    background: #fff;
    position: relative;
    display: inline-flex;
    border-radius: 100%;
}

.features-container .dot-container .dot1, .dot7 {
    padding: 2px;
}

.features-container .dot-container .dot2, .dot6 {
    padding: 3px;
}

.features-container .dot-container .dot3, .dot5 {
    padding: 4px;
}

.features-container .dot-container .dot4 {
    padding: 5px;
}

.features-container .infoTxt {
    font-size: 22px;
    letter-spacing: 1px;
    word-spacing: 1px;
}

.features-container .row .card {
    margin-top: 0px;
    padding: 20px;
}

.features-container .row .card .naira-number,  .wallet-code, .secapay-wallet, .card-payment, .bank-deposit {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 20px;
    min-height: 340px;
    /* height: 340px; */
}

.features-container .card .card-payment .fa {
    padding: 15px 10px;
}

.features-container .card .naira-number .fa {
    padding: 15px 10px;
}

.features-container .row .card h1 {
    font-size: 21px;
    font-weight: bold;
    margin: 10px;
    color: #fff !important;
}

.features-container .row .card img {
    height: 70px;
    width: 70px;
    margin: 10px;
}

.features-container .row .card p {
    font-size: 16px;
    letter-spacing: 1px;
    margin: 10px;
    margin-bottom: 30px;
}

.features-container .row .card button {
    background: #fff;
    color: #5E5F60;
    padding: 7px 15px;
    font-weight: bold;
    border-radius: 5px;
    border: 0;
    z-index: 1 !important;
    position: relative;
    width: 135px;
}



/********************/
/*About us*/
/********************/

.aboutUs-container {
    padding: 50px 45px;
    /*margin-bottom: 30px;*/
}

.iphone6 {
    width: 540px;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    background-position: center;
    background-origin: border-box;
}

@media screen and (max-width: 590px) {
    .iphone6 {
        display: none !important;
    }
}

.subTitle {
    color: #009EDC !important;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
}

#aboutUs .dot-container {
    margin: 0 auto;
    width: 200px;
    text-align: center;
    margin-bottom: 30px;
}

#aboutUs .dot-container .dot {
    height: 2px;
    width: 2px;
    margin: 2px;
    background: #009EDC;
    position: relative;
    display: inline-flex;
    border-radius: 100%;
}

#aboutUs .dot-container .dot1, .dot7 {
    padding: 2px;
}

#aboutUs .dot-container .dot2, .dot6 {
    padding: 3px;
}

#aboutUs .dot-container .dot3, .dot5 {
    padding: 4px;
}

#aboutUs .dot-container .dot4 {
    padding: 5px;
}

.g-btn {
    background-color: #fff !important;
    padding: 10px 35px !important;
    border: 2px solid #009EDC !important;
    align-content: center;
    color: #009EDC !important;
    float: right;
    margin-top: 20px;
    margin-right: 10px;
    height: 50px;
}

.text-container h4 {
    color: #5E5F60;
    padding: 10px;
    line-height: 1.5;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-align: justify;
}

.listItem {
    height: 200px;
    /*width: 200px;*/
    border: 1px solid #CCC;
    background-color: #ccc;
    border-radius: 10px;
    margin: 15px 0px;
    cursor: pointer;
}

.listItem1 {
    height: 200px;
    /*width: 200px;*/
    border: 1px solid #009EDC;
    background-color: #009EDC;
    border-radius: 10px;
    margin: 15px 0px;
    cursor: pointer;
}

/********************/
/*Services container*/
/********************/

.services-container {
    padding: 50px 45px;
    background-color: #bdc3c7;
}

.serv-section h1 {
    font-size: 36px;
    font-weight: bold;
    color: #fff !important;
    padding-top: 30px;
}

.services-container .servicesTxt {
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 2px;
    color: #009EDC !important;
    display: block;
}

.serv-section .dot-container {
    margin: 0 auto;
    width: 200px;
    text-align: center;
    margin-bottom: 30px;
}

.serv-section .dot-container .dot {
    height: 2px;
    width: 2px;
    margin: 2px;
    /* background: #009EDC; */
    background-color: #fff;
    position: relative;
    display: inline-flex;
    border-radius: 100%;
}

.serv-section .dot-container .dot1, .dot7 {
    padding: 2px;
}

.serv-section .dot-container .dot2, .dot6 {
    padding: 3px;
}

.serv-section .dot-container .dot3, .dot5 {
    padding: 4px;
}

.serv-section .dot-container .dot4 {
    padding: 5px;
}

.services-container .card {
    position: relative;
    margin: 20px;
    /*margin: 50px auto;*/
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s;
    width: 370px;
    /*height: 300px;*/
    height: 235px;
    border-radius: 3px;
    overflow: hidden;
    display: inline-block;
}

.services-container .card:hover {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s;
}

.services-container .card__thumb {
    height: 235px;
    transition: height 0.3s;
    /*background-color: #000;*/
    background-color: transparent;
    overflow: hidden;
}

.services-container .card__thumb img {
    display: block;
    opacity: 1;
    transition: opacity 0.3s;
    transform: scale(1);
    transition: transform 0.3s;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.services-container .card:hover .card__thumb {
    height: 50px;
    transition: height 0.3s;
}

.services-container .card:hover .card__thumb img {
    opacity: 0.5;
    transition: opacity 0.3s, transform 0.3s;
    transform: scale(1.3);
}

.services-container .card .card__body {
    position: relative;
    padding: 20px;
    height: 145px;
    transition: height 0.3s;
}

.services-container .card:hover .card__body {
    /*height: 290px;*/
    height: 320px;
}

.services-container .card .card__body .card__body__title {
    /*margin: 0;*/
    padding: 0 0 10px 0;
    /*color: #000;*/
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: -150px;
    position: relative;
    z-index: 10;
}

.services-container .card .card__thumb .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: black;
    border-radius: 3px;
    z-index: 9;
    opacity: 0.6
}

.services-container .card:hover .card__body .card__body__title {
    animation: titleBlur 0.3s;
    margin: 0;
    color: #5C5C5E;
}

.services-container .card:hover .card__thumb .img-overlay {
    display: none;
}

.services-container .card .card__body .card__body__description {
    position: absolute;
    left: 20px;
    right: 20px;
    /*bottom: 80px;*/
    bottom: 150px;
    margin: 0;
    padding: 0;
    color: #666C74;
    font-size: 14px;
    line-height: 27px;
    opacity: 0;
    transition-delay: 0s;
    transform: translateY(25px);
    transition: opacity 0.1s, transform 0.3s;
}

.services-container .card:hover .card__body .card__body__description {
    opacity: 1;
    transition: opacity 0.2s, transform 0.2s;
    transition-delay: 0.1s;
    transform: translateY(0);
}

@keyframes titleBlur {
    0% {
        opacity: 0.6;
        text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    }
    100% {
        opacity: 1;
        text-shadow: 0 5px 5px transparent;
    }
}


.serv-section .container {
    padding-top: 0;
}

.serv-card {
    border: 1px solid #ccc;
    min-height: 300px;
    background-color: #fff;
    border-radius: 5px;
}

.serv-card h3 {
    color: #333;
    margin-top: 0px;
}

.serv-card p {
    color: #337ab7;
    /* color: #1F8FFF; */
    /* color: #aaa; */
    font-weight: bold;
    padding: 0px 5px;
}

.serv-btn {
    margin: 40px 20px 40px 27% !important;
}

.serv-section .text-center {
    color: #fff;
    bottom: 0;
    /* padding-top: 30px; */
}

.serv-section {
    background-color: #009edc;
}

.serv-card-inner {
    padding: 10px;
}

.serv-card-inner .fa {
    padding: 20px 10px;
}

.service-item {
    margin: 20px 0px;

}

.serv-text-cta {
    padding: 40px;
    margin-left: 20%;
    color: #fff;
}

.serv-text-link {
    color: #000;
    text-decoration: unset;
}



/********************/
/*Contact us*/
/********************/


.contactUs-container input[type=text], .contactUs-container input[type="email"], .contactUs-container select, .contactUs-container textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 16px;
    resize: vertical;
    text-align: left;
}

.contactUs-container form input {
    color: #000;
}

.contactUs-container {
    width: 100%;
    padding: 15px;
}

.contactUs-container h1 {
    font-size: 26px;
    font-weight: 600;
    color: #009edc !important;
    margin-top: 50px;
}

.contactUs-container .dot-container {
    margin: 0 auto;
    width: 200px;
    text-align: center;
    margin-bottom: 30px;

}

.contactUs-container .dot-container .dot {
    height: 2px;
    width: 2px;
    margin: 2px;
    background: #009EDC;
    position: relative;
    display: inline-flex;
    border-radius: 100%;
}

.contactUs-container .dot-container .dot1, .dot7 {
    padding: 2px;
}

.contactUs-container .dot-container .dot2, .dot6 {
    padding: 3px;
}

.contactUs-container .dot-container .dot3, .dot5 {
    padding: 4px;
}

.contactUs-container .dot-container .dot4 {
    padding: 5px;
}

.contactUs-container form {
    position: relative;
    max-width: 600px;
    text-align: center;
    margin: 0px auto;
}

.contactUs-container form input[type="text"],
.contactUs-container form input[type="email"],
.contactUs-container form textarea {
    width: 100% !important;
    margin-bottom: 20px !important;
    height: 50px !important;
    font-family: Roboto, Arial, sans-serif !important;
    color: #b0b0b0 !important;
    font-size: 14px !important;
    padding-left: 10px;
    border: 1px solid #e9e9e9 !important;
    outline: none !important;
    border-radius: 4px !important;
    background-color: #eee;
}

.contactUs-container form input[type="text"],
.contactUs-container form input[type="email"],
.contactUs-container form textarea:focus {
    border: 1px solid #000;
}

.contactUs-container form textarea {
    padding-top: 10px !important;
    height: 140px !important;
    margin-bottom: 32px !important;
}

.contactUs-container form input::-webkit-input-placeholder,
.contactUs-container form textarea::-webkit-input-placeholder {
    color: #b0b0b0 !important;
    font-family: Roboto, Arial, sans-serif !important;
    font-size: 14px !important;
}

.contactUs-container form input:-moz-placeholder,
.contactUs-container form textarea:-moz-placeholder { /* Firefox 18- */
    color: #b0b0b0 !important;
    font-family: Roboto, Arial, sans-serif !important;
    font-size: 14px !important;
}

.contactUs-container form input::-moz-placeholder,
.contactUs-container form textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #b0b0b0 !important;
    font-family: Roboto, Arial, sans-serif !important;
    font-size: 14px !important;
}

.contactUs-container form input:-ms-input-placeholder,
.contactUs-container form textarea:-ms-input-placeholder {
    color: #b0b0b0 !important;
    font-family: Roboto, Arial, sans-serif !important;
    font-size: 14px !important;
}

.contactUs-container form button {
    font-family: Montserrat, Arial, sans-serif;
    color: #FFF !important;
    font-size: 15px;
    line-height: 50px;
    text-align: left;
    font-weight: 400;
    white-space: nowrap;
    background-color: #3db1ff;
    padding: 15px 30px 16px !important;
    border: 0px;
    outline: none !important;
    border-radius: 10px;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,.15);
    -webkit-transition: color .2s ease, background-color .2s ease, background .2s ease;
    transition: color .2s ease, background-color .2s ease, background .2s ease;
    line-height: 1;
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .download .row-button .col-button-sep {
        display: none !important;
    }

    .download .row-button .col-button {
        float: none !important;
        /* width: auto !important; */
        margin-bottom: 15px !important;
        margin: 0 auto !important;
        padding: 0 50px !important;
    }
    .phone-container {
        display: none;
    }

    .itemInfo-container h2{
        font-size: 16px;
    }
    .contactUs-container {
        width: 70%;
        padding: 15px;
        margin-left: 50px;
    }
}


/****************/
/*  Download  */
/****************/

.download {
    height: 300px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    background: #171640;
    padding-top: 50px;
    padding-bottom: 50px;
}

.download h1 {
    color: #fff !important;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 30px;
    margin-bottom: 40px;
}

.download .row-button {
    margin: 0px -10px;
}

.download .row-button:before
.download .row-button:after {
    display: table;
    content: '';
}

.download .row-button .col-button {
    float: left;
    width: 44%;
    padding: 0px 10px;
}

.download .row-button .col-button-sep img {
    float: left;
    width: 4%;
    height: 77px;
    margin-left: 30px;
    margin-right: 30px;
}

.download ul {
    list-style-type: none;
}

.download .container {
    padding-top: 15px;
}

.d-btn-1 img {
    height: 60px;
    width: 160px;
    position: absolute;
    margin-left: -190px;
}

.d-btn-2 img {
    height: 60px;
    width: 160px;
    position: absolute;
    margin-left: -20px;
}

.d-btn-3 img{
    height: 60px;
}

.download h2 {
    color: #fff;
    padding: 0 10px;
}




@media screen and (max-width: 576px) {
    .d-btn-1 img {
        height: 60px;
        width: 140px;
        margin-left: -170px;
    }
    .d-btn-2 img {
        height: 60px;
        width: 140px;
    }
}



/******************/
/*    Footer   */
/******************/


.footer {
    /* color: rgba(204, 204, 204, 1);
    background-color: rgba(51, 51, 51, 1); */
    color: #c4c4cc !important;
    background: #34335B;
}

.footer .footer-container {
    padding: 40px 20px;
}

.footer-container li {
    list-style-type: none;
    padding: 5px;
}

.footer-container a {
    color: #eec42e !important;
    text-decoration: none !important;
}

.footer-container a:hover, .footer-container a:active {
    color: #fff !important;
}

.cinfo {
    font-size: 1.5em;
    font-weight: bold;
    margin: 8px 10px;
    color: #3db1ff;
}

.binfo {
    font-size: 1.5em;
    font-weight: bold;
    margin: 8px 0px;
    color: #3db1ff;
}

.footnote {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 0;
}
.footnote p {
    text-align: center;
}
.footnote a {
    color: #b0b0b0;
}
.footnote a:hover, .footnote a:active  {
    color: #eec42e;
    text-decoration: none;
}

.footercenter {
    margin-left: 40px;
}

.footerleft {
    margin-left: -50px;
}

.footer-text {
    padding-left: 17px;
}

.footer-intro {
    width: 85%;
}

@media screen and (max-width: 992px){
    .footerright {
        margin-left: -40px;
    }
}

/* sidebar */

@media (min-width: 768px) {
    .sidebar {
        display: none;
    }

}

.sidebar {
    position: relative;
    left:-57px;
    display: none;
    background: #171640;
    width:150%;
    height:100%;
    /* transition:0.5s; */
    margin-top: 4px;

}

.sidebar-list {
    list-style-type: none;
}

.sidebar-listItem {
    padding: 10px 20px;
    font-family: 'sofia_prolight';
    font-size: 1.2em;
    text-align: left;
}


.sidebar-list li a{
    text-decoration:none;
    color:#fff;
    display:block;
}

.sidebar-list li a:hover{
    color:#009edc;
}

.register-intro {
    margin-top: 120px;
}

.register-intro h4 {
    font-size: 1.7em;
    font-weight: bold;
}

.main .sign-up-form  {
    margin-top: 70px;
}

@media screen and (max-width: 992px){

    .main .sign-up-form  {
        margin-bottom: 170px;
    }

    .serv-btn {
        margin: 40px 20px 40px 33% !important;
    }
}

@media screen and (max-width: 767px){

    .serv-btn {
        margin: 40px 20px 40px 25% !important;
    }
    .register-intro {
        margin-top: 60px;
    }
}

@media screen and (max-width: 510px){

    .serv-btn {
        margin: 40px 20px 40px 10% !important;
    }
}

/* Register Section */

.main {
    background-image: url('../front/img/pay-white.jpg');
    background-size: cover;

}

@media (min-width: 768px) {
    .day-field {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .month-field {
        padding-right: 5px !important;
    }

    .year-field {
        padding-left: 5px !important;
    }

    .fname-field {
        padding-right: 5px !important;
    }
    .lname-field {
        padding-left: 5px !important;
    }

    .country-field {
        padding-right: 5px !important;
    }

    .state-field {
        padding-left: 5px !important;
    }

    .gender-field {
        padding-top: 5px;
    }
    .gender-label {
        padding-top: 3px;
    }
}

.moreBtn {
    align-content: center;
    cursor: pointer;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

#moreFields {
    display: none;
}

#file-id {
    margin-left: 28%;
    cursor: pointer;
    border-radius: 10px;
}

.upload-field span{
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-align: center;
}

.upload-field {padding-top: 5px;
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: center;
}

.form-footer {
    text-align: center;
}

.navbar-default .navbar-toggle {
    border-color: transparent !important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:active  {
    border: 1px solid #ccc !important;
    background: transparent !important;
}
