.footerLogoRaw {
    padding: 35px 0 35px 0;
}

.footerNavHeading {
    font-size: 17px;
    font-weight: bolder;
    color: #fff;
    font-family: Nunito, sans-serif;
    text-align:center;
}
nav.navFooterWriting ul li {
    text-align: center;
}

.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: 0.3s ease-in-out;
}

.navFooterWriting ul li a.active {
    color: #255752;
}

div.section8 {
    padding: 20px;
    background: #f7f7f7;
}

.navFooterWriting ul li a:hover {
    text-decoration: none;
    color: #342a84fa;
    transition: 0.3s ease-in-out;
}

.disclaimerPara {
    font-family: Nunito, sans-serif;
    color: #fff;
}

footer .termsAndCon {
    color: #255752;
    font-size: 10px;
}

footer .termsAndCon a {
    color: #255752;
    margin: 0 10px;
    font-weight: 500;
    font-size: 10px;
    transition: 0.3s ease-in-out;
}

footer .termsAndCon a:hover {
    text-decoration: none;
    color: #fff;
    transition: 0.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: #fff;
}

.copyRights {
    text-align: center;
    color: #fff;
    padding-bottom: 10px;
}

.copyRightsPara a {
    color: #fff;
    transition: 0.3s ease-in-out;
    text-decoration: underline;
}

.copyRightsPara a:hover {
    text-decoration: none;
    color: #fff;
    transition: 0.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:#091F36;

    color: #fff;
    font-family: Nunito, sans-serif;
}

.stayInTouch {
    font-size: 17px;
    font-weight: 700;
    color: #255752;
}

.fab {
    font-size: 25px;
    width: 40px;
    background:#091F36;

    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: 0.5s ease-in-out;
}

.fa-facebook-f:hover {
    background:#091F36;
transition: 0.5s ease-in-out;
    color: #fff;
}

.fa-twitter {
    color: #fff;
    transition: 0.5s ease-in-out;
}

.fa-twitter:hover {
    background:#091F36;
    transition: 0.5s ease-in-out;
    color: #fff;
}

.fa-instagram {
    color: #fff;
    transition: 0.5s ease-in-out;
}

.fa-instagram:hover {
    background: #091F36;
    transition: 0.5s ease-in-out;
    color: #4968AE;
}
.fa-linkedin-in:hover {
    background:#091F36;
    transition: 0.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: 4px auto !important;
}

footer {
    background-image: linear-gradient(rgb(0 0 0 / 70%),rgb(0 0 0 / 70%)), url(../img/footerbg.png);
}

@media (max-width: 767px) {
    footer {
        padding: 10px 0;
        background: 0 0;
        background-color: #091F36;
    }
    .sayHelloForm .border-right {
        border-right: none !important;
    }
}

.socialImg img {
    filter: initial;
}