
.btn-primary.btn-lg{
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .btn-primary.btn-lg {
        margin-bottom: 15px;
    }
}







.form-control {

    -webkit-appearance:none;

}
.react-phone-number-input .react-phone-number-input__input{

}
.react-phone-number-input .react-phone-number-input__input::-webkit-input-placeholder{

}
.slide-in-right{
    width: 100%;
    display: inline-block;
}

.redirectForm{
    position: relative;
    max-width: 600px;
    margin: 0 auto auto;
    vertical-align: top;
}
.rediFormWrapper{
    height: 100vh;
    overflow-x: hidden;
}
.rediFormWrapper .name{
    font-size: 33px;
    font-family: Poppins, sans-serif;
}

.slide-out-left{
    height: 0;
}
.slide-in-right2{
    width: 100%;
    display: inline-block;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
}
.pNote{
    font-size: 17px;
}
@media (max-width: 767px) {
    .slide-in-right2{
        width: 100%;
        display: inline-block;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
    .pNote{
        font-size: 10px;
    }
}
#js-submit .checkMail {
    font-size: 33px;
    color: white;
    font-family: Poppins, sans-serif;
}



.m0{
    margin-top: 30px;
}
.has-error .form-control, .has-error .form-control:focus {
    background: white;
}

.social-links{
    border-bottom: 0;
}

.social-links ul li a{
    background: white;
    color: black;
}
.footer-menu li a{
    color: black;
}
.formLabel{
    font-family: Poppins, sans-serif;
    font-weight: normal;
    text-align: left;
    width: 100%;
    color: white;
}
.navbar .navbar-header .navbar-brand img{
    border-radius: 50%;
    height: 100px;
}
.is-scrolling .navbar-header .navbar-brand img{
    height: 50px;
}
.top-banner p {
    max-width: 1000px;
    color: white;
}
header.row .navbar{
    background: none;
    position: relative;
}
header.row .navbar.is-scrolling {
    background: none;
}
.how-it-works{
    background: transparent;
}
footer.row{
    background: transparent;
}
.top-banner h2{
    color: white;
    letter-spacing: 0;
}
.section-header h2{
    color: white;
}
.section-header.v2 p{
    color: white;
}
.work-process h3{
    color: white;
}
.work-process p{
    color: white;
}
.navbar-default .nav li a{
    color: white;
}
.rediFormWrapper .name{
    color: white;
}
.form-control:focus{
    background-color: white;
}
header.row .navbar.is-scrolling .nav li.active a{
    color: white;
}
.section-header.v2:before{
    background-image: url(../images/linea.png);
    content: '';
    width: 120px;
    height: 4px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.section-header.v2:after{
    background: none;
}
.navbar-default .nav li a:hover, .navbar-default .nav li a:focus{
    color: black;
}
header.row .navbar.is-scrolling .nav li.active a{
    color: black;
}
/*.top-banner p:after{
    background-image: url(../images/planet.png);
    content: '';
    width: 20%;
    height: 20%;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 0;
    float: right;
    background-size: 100% auto;
}*/
.planetImage{
    width: 25%;
    display: block;
    position: absolute;
    right: 0;
    /* top: 2px; */
    margin-top: -12px;
    float: right;
}
.top-banner{
    padding-top: 44px;
}