.site-back-to-top{
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0f1c33;
    border: 1px solid rgba(255, 210, 74, 0.45);
    color: #FFD24A;
    text-decoration: none;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.26);
    z-index: 45;
}

.site-back-to-top:hover{
    color: #FFD24A;
    border-color: rgba(255, 210, 74, 0.75);
}

.site-back-to-top i{
    font-size: 18px;
}

@media (max-width: 991.98px){
    .site-back-to-top{
        right: 16px;
        bottom: 16px;
        width: 50px;
        height: 50px;
    }
}