
.ani-timeline-item {
    background: #fff;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    padding: 12px;
    margin: 0 auto;
    max-width: 768px;
    height: 174px;
    margin-bottom: 25px;
    -webkit-box-shadow: 3px 5px 10px -6px rgb(0 0 0 / 30%);
    -moz-box-shadow: 3px 5px 10px -6px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 5px 10px -6px rgb(0 0 0 / 30%);
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -600px 0
    }

    100% {
        background-position: 600px 0
    }
}

.animated-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 1000px 204px;
    height: 96px;
    position: relative;
}

.ani-main-cnt {
    height: 100%;
    width: 100%;
    display: flex;
    background: #fff;
}

.ani-profile-status {
    width: 20%;
    height: 35px;
    margin-top: 0;
    margin-right: 5px;
}

.ani-service-pic {
    width: 35%;
    height: 100%;
    border-right: 0px solid #fff;
    display: inline-block;
}

.ani-profile-details {
    position: relative;
    display: block;
    width: 69%;
}

.ani-profile-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: absolute;
    left: -30px;
    top: 4px;
    box-shadow: 0px 1px 3px 2px #ddd;
}

.ani-profile-rate {
    width: 60%;
    display: flex;
    height: 25px;
    margin-top: 0px;
    margin-bottom: 14px;
    margin-left: 20px;

}

.ani-profile-name {
    width: 65%;
    height: 25px;
    margin-bottom: 11px;
    margin-left: 20px;
}

.ani-profile-phone {
    width: 30%;
    height: 22px;
    margin-left: 20px;
    margin-bottom: 12px;
}

.ani-profile-address {
    width: 65%;
    height: 35px;
    margin-left: 20px;
}

.ani-rate-status {
    width: 95%;
    display: flex;
    justify-content: space-between;
}

.ani-star-cnt {
    display: flex;
    justify-content: center;
    justify-content: center;
    margin-top: 5px;
}

.ani-star-cnt span {

    width: 13px;
    height: 13px;
    /* background: #d51515; */
    border-radius: 50%;
    margin-right: 5px;
}

.ani-user-pro-img {
    width: 125px;
    height: 125px;
    /* background: #e6e6e6; */
    margin: 0 auto;
    border-radius: 50%;
}
