.shimmer{
    position: relative;
}
.shimmer-br {
    border-radius: 0;
}
.shimmer-border-left {
    border-left: 1px solid #f3f5f7;
}
.shimmer-border-right {
    border-right: 1px solid #f3f5f7;
    padding-right: 10px;
}
.right-part{
    padding-left: 10px;
}
.shimmer-w80 {
    width: 80%;
}
.shimmer-w78 {
    width: 78%;
}
.shimmer-w20 {
    width: 20%;
}
.shimmer-w68 {
    width: 68%;
}
.shimmer-w50 {
    width: 50%;
}
.shimmer-w22 {
    width: 22%;
}
.shimmer-w100 {
    width: 100%;
}
.shimmer-card {
    padding: 15px;
    box-shadow: 0 0 10px #eee;
    border-top: 1px solid #f3f5f7;
    margin-bottom: 10px;
    min-height: 150px;
    background: #fff;
}
.wrapper-shimmer {
    width: 0px;
    animation: fullView 0.5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.shimmer-profilePic {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}
.providers .shimmer-profilePic {
    border-radius: 0;
}
.shimmer-newPic {
    height: 65px;
    width: 65px;
    border-radius: 0;
}
.shimmer-comment {
    height: 10px;
    background: #777;
    margin-top: 20px;
}
.shimmer-title.shimmer-comment {
    height: 30px;
    margin-top: -15px;
}
.shimmer-title.shimmer-comment.first {
    border-bottom: 1px solid #f58212;
}

@keyframes fullView {
    100% {
        width: 100%;
    }
}

.shimmer-animate {
    animation : shimmer 2s infinite linear;
    background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
    background-size: 1000px 100%;
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

.offers-shimmer .shimmer-border-left{
    margin-left: 5px;
    padding-left: 10px;
}
.offers-shimmer .shimmer-newPic{
    height: 80px;
    width: 100%;
}
.offers-shimmer.shimmer-card{
    min-height: auto;
}