.footer_right_side {
    text-align: right;
}
.cta-go-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.8);
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    padding-top: 3px;
}
.social_icons li {
    display: inline-block;
    width: 20%;
    text-align: center;
    font-size: 30px !important;
}
.social_icons li a {
    font-size: 30px !important;
}
.footer-container .social_icons {
    text-align: center;
    margin-bottom: 40px;
}
.cta-help-whatapp {
    position: fixed;
    bottom: 60px;
    right: 17px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.8);
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 19px;
    cursor: pointer;
    padding-top: 11px;
    border-radius: 50%;
}
.cta-help-whatapp {
    position: fixed;
    bottom: 60px;
    right: 17px;
    z-index: 10;
    background: rgb(205 163 63);
    border: 1px solid#fff;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 19px;
    cursor: pointer;
    padding-top: 10px;
    border-radius: 50%;
}
.cta-help-whatapp a {
    color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 575px) {
    .footer_right_side {
        text-align: left;
    }
}
.footer-container h3 {
    font-weight: 100;
}