.footerLogoRaw {
    padding: 35px 0 35px 0
}

.footerNavHeading {
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    font-family: Nunito, sans-serif
}

.navFooterWriting ul {
    list-style-type: none;
    padding: 0
}

.navFooterWriting ul li {
    font-size: 14px;
    font-weight: 400;
    font-family: Nunito;
    line-height: 30px
}

.navFooterWriting ul li a {
    line-height: 10px;
    color: #fff;
    transition: .3s ease-in-out
}

.navFooterWriting ul li a.active {
    color: #127ea8
}

div.section8 {
    padding: 20px
}

.navFooterWriting ul li a:hover {
    text-decoration: none;
    color: #127ea8;
    transition: .3s ease-in-out
}

.disclaimerPara {
    font-family: Nunito, sans-serif;
    color: #fff
}

footer .termsAndCon {
    color: #127ea8;
    font-size: 10px
}

footer .termsAndCon a {
    color: #127ea8;
    margin: 0 10px;
    font-weight: 500;
    font-size: 10px;
    transition: .3s ease-in-out
}

footer .termsAndCon a:hover {
    text-decoration: none;
    color: #fff;
    transition: .3s ease-in-out
}

.rowOfTextNdBtn {
    display: flex
}

.rowOfTextNdBtn input {
    background: #fff;
    border: none;
    border-radius: 10px 0 0 10px;
    padding: 27.5px;
    color: #656565
}

.rowOfTextNdBtn button::placeholder {
    color: #656565
}

.rowOfTextNdBtn button {
    padding: 15.5px;
    border: none;
    border-radius: 0 10px 10px 0
}

.breakerForCopy {
    height: 1px;
    background-color: #ffffff
}

.copyRights {
    text-align: center;
    color: #fff;
    padding-bottom: 10px
}

.copyRightsPara a {
    color: #fff;
    transition: .3s ease-in-out;
    text-decoration: underline;
}

.copyRightsPara a:hover {
    text-decoration: none;
    color: #fff;
    transition: .3s ease-in-out
}

footer .withBest {
    margin-top: 25px;
    font-size: 18px;
    padding-right: 40px;
    font-weight: 500;
    margin-bottom: 59px
}

.someDown {
    padding-top: 20px
}

.btnGreen {
    background: #127ea8;
    color: #fff;
    font-family: Nunito, sans-serif
}

.stayInTouch {
    font-size: 17px;
    font-weight: 700;
    color: #127ea8
}

.fab {
    font-size: 25px;
    width: 40px;
    background-color: #127ea8;
    color: #010624;
    height: 40px;
    border-radius: 50%;
    padding-top: 8px;
    text-align: center;
    text-decoration: none;
    margin: 15px 2px
}

.fa-facebook-f {
    color: #fff;
    transition: .5s ease-in-out
}

.fa-facebook-f:hover {
    background: #3b5998;
    transition: .5s ease-in-out;
    color: #fff
}

.fa-twitter {
    color: #fff;
    transition: .5s ease-in-out
}

.fa-twitter:hover {
    background: #55acee;
    transition: .5s ease-in-out;
    color: #fff
}

.fa-instagram {
    color: #fff;
    transition: .5s ease-in-out
}

.fa-instagram:hover {
    background: #125688;
    transition: .5s ease-in-out;
    color: #ff4d4d
}

.fa-linkedin-in:hover {
    background: #55acee;
    transition: .5s ease-in-out;
    color: #fff
}

.border-right {
    border-right: 1px solid #f5f5f5 !important
}

.socialImg {
    margin: 0 auto;
    text-align: center
}

.socialImg img {
    display: block;
    margin: 20px auto
}

footer {
    padding: 40px 0;
    background-color: #000000;
    /* background-image: url(../img/footer.jpg) */
}

@media (max-width:767px) {
    footer {
        padding: 10px 0;
        background: 0 0;
        background-color: #020621
    }

    .sayHelloForm .border-right {
        border-right: none !important
    }
}