.ne_sticky-calltoaction {
    display: flex;
}

.ne_sticky-calltoaction a {
    display: flex;
    line-height: 5rem;
    font-size: 4rem;
    white-space: nowrap;
    text-align: left;
}

.ne_sticky-calltoaction a:hover,
.ne_sticky-calltoaction a:focus {
    text-decoration: none;
    left: -6rem;
}
    
.ne_sticky-calltoaction div.ne_sb_img {
    width: 6rem;
}

.ne_sticky-calltoaction div.ne_sb_img img {
    display: block;
    height: 3rem;
    margin: 1rem auto;
}

.ne_sticky-calltoaction i {
    line-height: inherit;
    display: inline-block;
    width: 6rem;
    font-size: 3rem;
    text-align: center;
}

.ne_sticky-calltoaction span {
    font-size: 2rem;
    vertical-align: bottom;
    display: inline-block;
}

@media (max-width: 992px) {
    .ne_sticky-calltoaction {
        margin-bottom: 1rem;
    }

    .ne_sticky-calltoaction span {
        display: none;
    }
}

@media (min-width: 993px) {
    .ne_sticky-calltoaction {
        position: fixed;
        right: 0;
        top: 50%;
        flex-direction: column;
        z-index: 101;
    }

    .ne_sticky-calltoaction:before {
        content: ' ';
        margin-top: -9rem;
    }

    .ne_sticky-calltoaction a {
        background: #fff;
        margin-bottom: 1rem;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, .34);
        width: 25rem;
        left: -6rem;
        position: absolute;
        transition: left 0.35s ease-in-out;
    }

    .ne_sticky-calltoaction a:hover,
    .ne_sticky-calltoaction a:focus {
        left: -20rem;
    }

    .ne_sticky-calltoaction > div {
        position: relative;
        text-align: left;
        height: 6.5rem;
    }
}