footer a {
    color: #ffffff;
    text-decoration: underline;
}
footer a:hover {
    color: #d59c3e;
    text-decoration: underline;
}
footer .ft-address p {
    font-size: 16px !important;
}

footer .ftreception p {
    color: #ffffff !important;
}

footer .copyright {
    color: #ffffff;
}
footer .fa-1x {
    font-size: 1.2em;
    padding-bottom: 10px;
}

footer .fa-2x {
    font-size: 30px;
    padding-bottom: 10px;
}

footer .footer-menu {
    display: flex;
    flex-flow: column;
    justify-content: start;
    padding: 10px;
}
footer .footer-menu a {
    display: inline-block;
    padding-bottom: 10px;
    color: #ffffff !important;
    list-style: none;
}

footer .footer-menu-2 {
    display: flex;
    flex-flow: row;
    justify-content: start;
    padding: 10px;
}
footer .footer-menu-2 a {
    text-decoration: none;
    display: inline-block;
    padding-bottom: 0px;
    color: #101010;
    list-style: none;
    text-transform: uppercase;
    font-size: 13px;
    margin-right: 15px;
    font-weight: 400;
}
footer .svg-inline--fa.fa-phone.fa-w-16.fa-1x.d-block.mb-1 {
    font-size: 22px;
}
footer .svg-inline--fa.fa-envelope.fa-w-16.d-block {
    font-size: 27px;
}
footer .tel-rw {
}
footer .tel-rw a:hover {
    color: #c2c0c0;
}
footer span.h5.text-light {
    margin-bottom: 0 !important;
}
@media only screen and (max-width: 600px) {
    footer span.h5.text-light {
        font-size: 16px !important;
    }
}
footer .footer-menu .sg-hover-underline {
    width: fit-content;
    font-weight: normal;
}

footer .btn-icon i::before {
    font-size: 28px;
}

.so-trak-indent-footer {
    opacity: 0.1;
    width: 121%;
    position: absolute;
    bottom: 0;
    left: -17%;
}


.footer-page-info-btn {
    border-radius: 6px;
    background: #e8e8e8;
    color: #101010;
    padding: 10px 10px;
    border-left: 10px solid #669933;
    transition: 0.4s ease;
}
.footer-page-info-btn-hoverable:hover {
    background: #669933;
    color: #ffffff !important;
}