.footerTop {
    background-color: #A7B6C9;
    border-radius: 20px 20px 0 0;
    padding-top: 55px;
    padding-bottom: 40px;
    position: relative
}

.footer {
    background-color: #fff;
}

.footer p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #2E2E2E;
}

.footer a {
    color: #2E2E2E;
    font-family: 'Inter', sans-serif;
    text-decoration: none;
}

.footer-bottom a {
    color: #fff !important;
    font-size: 14px;
}

.footer h3 {
    font-family: "Filson Soft Regular";
    font-size: 18px;
    margin-bottom: 20px;
    text-align: left !important;
}

.white-color {
    color: #fff !important;
}

.site-footer--menu-social {
    padding: 0px;
    margin-top: 8px;
    display: inline-block;
}

.site-footer--menu-social li {
    float: left;
    width: auto;
    margin-right: 10px;
    list-style: none;
}

.site-footer--menu-social li a {
    font-size: 16px !important;
    border: 1px solid #7C868A !important;
    width: 30px;
    height: 30px;
    display: block;
    padding: 6px 0 0 0;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    background-color: #7C868A !important;
    color: #fff !important;
}

.girl-and-dog-happy {
    margin-bottom: 70px;
}

.download-app {
    text-align: left;
}

.footerBottom {
    padding-top: 40px;
    padding-bottom: 30px;
    background-color: #fff;
}

.footer__input {
    width: 500px;
    margin: 10px 0px 0 0px !important;
    max-width: 100%;
}

.footer .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.footer .form-control {
    display: block;
    width: calc(100% + -106px);
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.footer__input input {
    border: none;
    outline: none;
    height: 40px !important;
    background: #fff;
    font-size: 16px;
    line-height: 40px !important;
    padding: 0 20px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #2e2e2e;
    border: 1px solid #DADADA;
    border-radius: 24px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background: #fff !important;
    background-position: left 20px center;
    outline: none !important;
    box-shadow: none !important;
    display: flex !important;
}

.footer__input button {
    height: 40px !important;
    line-height: 40px !important;
    color: white;
    background-color: #FF314A;
    border-radius: 0;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    padding: 0 20px;
    font-size: 20px;
    font-weight: 400;
    outline: none !important;
    box-shadow: none !important;
    width: 105px;
}

.footer p.footerDisclaimerP,
.footerDisclaimerP {
    font-size: 13px;
    color: #fff !important;
    line-height: 14px !important;
    padding-top: 6px;
}

.footerDisclaimerP a {
    font-size: 13px !important;
    color: #fff !important;
    text-decoration: underline;
}

.footer-bottom-help--blue {
    background-color: #3959A0;
}

.footer-bottom-help--blue p strong,
.footer-bottom-help--blue a {
    color: #fff;
}

.footer-bottom {
    padding: 25px 0px;
    background-color: #2E2E2E;
    color: #fff;
    text-align: center;
}


.footer .footer-bottom p.copyP {
    margin: 0;
    color: #FFF !important;
    font-size: 14px;
}

.w-100 {
    width: 100% !important;
}

.footer h2 {
    font-size: 30px;
    color: #2E2E2E;
}

.input-group-btn {
    box-sizing: initial;
}

footer p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #2E2E2E;
}

.foooter .input-group>.custom-file,
.foooter .input-group>.custom-select,
.foooter .input-group>.form-control,
.foooter .input-group>.form-control-plaintext {
    position: relative !important;
    -ms-flex: 1 1 auto !important;
    width: 190px !important;
    min-width: 0 !important;
    margin-bottom: 0 !important;
}

.foooter .input-group>.custom-select:not(:last-child),
.foooter .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#downloadapp {
    background-color: none;
    float: left;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    background: none;
    background-size: cover;
    position: relative;
}

.footer-bottom-help {
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-bottom-help a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff !important;

}

.footer .footer-bottom li {
    float: left;
    margin-right: 20px;
}

.text-right {
    text-align: right;
}

.hidden {
    display: none;
}

.newsletter-subscription-error {
    font-weight: 700 !important;
    padding-bottom: 6px;
}

@media only screen and (max-width: 768px) {
    .site-footer--menu-social li {
        width: 25px;
    }

    .input-group.newsletter-input {
        margin: 5px auto 0 auto !important;
    }
}