.shimmer-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;    
  margin-bottom: 20px;
  border: 1px solid #E7E6E6
}
.sc {
  background: #ededed;
  background-image: linear-gradient(to right, #ededed 0%, #e1e1e1 20%, #ededed 40%, #ededed 100%);
  background-repeat: repeat;
  background-size: 800px 104px; 
  position: relative;
  -webkit-animation-duration: 1.35s;
  -webkit-animation-fill-mode: forwards; 
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeholderShimmer;
  -webkit-animation-timing-function: linear;
}

.sc-one {
  padding: 10px 20px;
}
.sc.sc-a{
  height: 180px;
  margin-bottom: 10px;
}
.sc.sc-b{
  height: 17px;
  width: 40px;
  margin-bottom: 3px;
}
.sc.sc-c{
  height: 25px;
  margin-bottom: 55px;  
}
.sc.sc-d{
  height: 15px;
  width: 70px;
  margin-bottom: 10px;  
}
.sc-tc {
  border-bottom: 1px dashed #CFD3DA;
  margin-top: 10px;
  margin-bottom: 10px;
}
.sc.sc-e{
  height: 30px;
  width: 60px;
  margin-bottom: 10px;
}
.sc.sc-l {
  height: 30px;
  width: 180px;
  margin-bottom: 10px;
}
@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0; 
  }
}