.btn-red {
    color: #fff;
    background-color: #8471b5;
    border-color: #8471b5;
}
.brand-logo>a>img, .brand-logo-signup>a>img {
    height: 55px;
}
.footer-section {
    padding: 50px 0 30px;
    background: #f4f7fa !important;
    color: #454841;
}
.footer-social-icons a {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #684FA3;
    font-size: 12px;
    border-radius: 20px;
    margin-right: 2px;
    opacity: 0.8;
}
.final-footer-area-text {
    color: #181818;
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
}
.under-footer-ullist li a {
    color: #8471b5;
    font-weight: 500;
    line-height: 25px;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
}
.under-footer-ullist li a:hover {
    color: #171732;
    text-decoration: underline;
}
.btn-header-lang {
    cursor: pointer;
    color: #8471b5;
    font-size: 12px;
    font-weight: 900;
    display: flex;
    align-items: center;
    height: 40px;
}
.btn-lang-footer {
    border: 0;
    color: #8471b5;
    font-size: 12px;
    font-weight: 900;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    height: 40px;
    background: transparent;
}