body {
    background: #00a8ff;
}

footer {
    background: none;
}

footer .subscription {
    max-width: inherit;
    padding: 0;
}

footer .subscription .form-group input {
    width: 600px;
    color: rgba(255,255,255,.75);
}

.sec-faq {
    padding-top: 80px;
}

.logos, .logo {
    text-align: center;
    margin-bottom: 30px;
}

.logos img {
    margin: 30px;
    width: 22%;
    min-width: 75px;
}

.logo img {
    width: 50%;
    margin-bottom: 60px;
}

.sec-faq .row .wrapper-img img {
    top: -150px;
}

footer .subheader, section .subheader {
    margin-bottom: 30px;
}

footer {
    padding: 30px 0;
    overflow: inherit;
}

footer .subscription {
    position: relative;
}

footer .subscription button {
    z-index: 1;
}

section.bg-gradient-vertical {
    background-color: #00a8ff;
    background-image: -moz-linear-gradient(90deg, #00a8ff 0%, #005c8c 100%);
    background-image: -webkit-linear-gradient(90deg, #00a8ff 0%, #005c8c 100%);
    background-image: -ms-linear-gradient(90deg, #00a8ff 0%, #005c8c 100%);
}

footer .subscription button {
    color: #024c76;
}

footer .subscription .form-group input {
    background-color: #024c76;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.sec-faq .hr {
    background-position: center;
}

#fftext{
    margin: 0;
    padding-top: 15px!important;
    position: relative;
    top: 0;
    clear: both;
}

#ffsuccess{
    bottom: 12px;
    display: inline;
    height: auto;
    right: 12px;
    position: absolute!important;
    width: 7%;
    left: inherit;
    z-index: 2;
}

.copy {
    font-size: 11px;
    color: rgba(255,255,255,.75);
}

footer .subheader, section .subheader {
    font-size: 22px;
}

.wrapper-img-phone {
    display: none;
}

.wrapper-img-phone img {
    width: 100%;
}

@media (max-width: 767px) {

    .logos img {
        margin: 15px;
    }

    .logo img {
        width: 90%;
        margin-bottom: 0;
    }

    .sec-faq {
        padding-top: 40px;
    }

    .wrapper-img {
        display: none;
    }

    footer .subscription .form-group input {
        width: 96%;
    }

    .wrapper-img-phone {
        display: block;
    }

}

@media (min-width: 768px) {

    .sec-faq .row .wrapper-img img {
        top: -80px;
    }

    .logos img {
        margin: 15px;
    }

    footer .subscription .form-group input {
        width: 400px;
    }

}

@media (min-width: 1024px) {

    .sec-faq .row .wrapper-img img {
        top: -110px;
    }

    .logos img {
        margin: 15px;
    }

}

@media (min-width: 1200px) {

    .logos img {
        margin: 30px;
    }

    .sec-faq .row .wrapper-img img {
        top: -150px;
    }

    footer .subscription .form-group input {
        width: 600px;
    }

    .sec-faq {
        padding-bottom: 210px;
    }

}