.newsprk-er-back-to-top{
    display: none;
}
 .newsprk-er-back-to-top {
    position: fixed;
    right: -72px;
    bottom: 220px;
    background: #54595F;
    color: #ffffff;
    cursor: pointer;
    z-index: 999;
    border-radius: 10px 10px 0 0;
    transform: rotate(-90deg);
    opacity: 0;
    visibility: hidden;
    transition: all linear 0.5s;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .newsprk-er-back-to-top {
        right: -88px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .newsprk-er-back-to-top {
        right: -88px;
        bottom: 100px;
    }
}
@media (max-width: 767px) {
    .newsprk-er-back-to-top {
        right: -88px;
        bottom: 100px;
    }
}
.newsprk-er-back-to-top p {
margin-bottom: 0;
line-height: 60px;
padding: 0 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .newsprk-er-back-to-top p {
        line-height: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .newsprk-er-back-to-top p {
        line-height: 30px;
    }
}
@media (max-width: 767px) {
    .newsprk-er-back-to-top p {
        line-height: 30px;
    }
}
.newsprk-er-back-to-top p i {
    padding-left: 6px;
}

.newsprk-er-back-to-top {
    opacity: 1 !important;
    visibility: visible !important;
}