
.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;

    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: black;
    color: white;
}
.footer-menu li a{
    color: black;
}
.formLabel{
    font-family: Poppins, sans-serif;
    font-weight: normal;
    text-align: left;
    width: 100%;
    color: black;
}


.top-banner p {
    max-width: 1000px;
}

.how-it-works{
    background: transparent;
}
footer.row{
    background: transparent;
}

.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;
}*/

.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;
}
.watch_img{
    width: 30%;
}
@media (max-width: 767px) {
    .watch_img {
        width: auto;
        height: auto;
        max-width: 100%;
        margin-top: 70px;
    }
}
