body {
    font-weight: 300;
    line-height: 1.58em;
    font-size: 16px;
}

.post-thumbnail img {
    max-width: 100%;
}

.ratings{
    margin-right:10px;
}

.ratings i{
    
    color:#cecece;
    font-size:18px;
}

.rating-color{
    color:#fbc634 !important;
}

/*.review-count{
    font-weight:400;
    margin-bottom:2px;
    font-size:24px !important;
}*/

.small-ratings i{
  color:#cecece;   
}

.review-stat{
    font-weight:300;
    font-size:18px;
    margin-bottom:2px;
}

/*.btn-go {
    background-color: #41d361;
    font-weight: 800;
    color: #fff;
    border-radius: 23px;
}
.btn-go:hover {
    background-color: #00a550;
    font-weight: 800;
    color: #fff;
    border-radius: 23px;
    box-shadow: 0px 0px 15px 0px rgb(255 255 255 / 15%);
}*/

.card-nb {
    box-shadow: 10px 10px 15px 10px rgb(0, 0, 0, 0.05) !important;
    border: none !important;
}
.card-nb:hover {
    box-shadow: 10px 10px 15px 10px rgb(0, 0, 0, 0.1) !important;
}