.rating-right {
width: 70%;
 float:right;

}
.ratingrr {

display: inline-block;
 float:right;

}
.ratingrl {
display: inline-block;
 float:left;


}
.rating-left {

  width: 30%;
  float:left;
}

@media only screen and (max-width: 479px) {
   .mobile-hiderating{ display: hide !important; }
}


.circle {
    background: gray;
    border-radius: 70px;
    color: white;
    height: 70px;
    font-size:30px;
    font-weight:bold;
    width: 70px;
    display: table;
 
      
}
.circle p {

    display: table-cell;
    text-align: center;
    vertical-align: middle;
}