.weight_loss_nrx-btn_get_started {
    position: relative;
    padding: 12px 36px 12px 26px;
    display: inline-block;
    background-color: #ef6c41;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    line-height: 1.15;
    cursor: pointer;
}

.weight_loss_nrx-btn_get_started.floating {
    transition: all 300ms ease-in-out;
    position: fixed;
    right: 60px;
    bottom: -100px;
    z-index: -99;
    visibility: hidden;
}

.weight_loss_nrx-btn_get_started.floating.visible {
    bottom: 32px;
    z-index: 999;
    visibility: visible;
}

.weight_loss_nrx-btn_get_started:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background-image: url(/wp-content/themes/nicerx/dist/img/chevron-right-white.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.weight_loss_nrx-btn_get_started:after {
    margin-top: -1px;
    margin-left: 3px;
    background-image: url(/wp-content/themes/nicerx/dist/img/arrow-right-white.svg);
    background-size: contain;
    width: 15px;
    height: 15px;
}

.weight_loss_nrx-btn_get_started:hover {
    background-color: #e7602c;
}