
    .col-xs-0,
    .col-sm-0,
    .col-md-0,
    .col-lg-0 {
        flex: 0 0 0;
        max-width: 0;
        padding-right: 0;
        padding-left: 0;
    }
    
    .reviews {
        font: 15px/25px JosefinSans-Regular;
        margin-top: 100px;
        
    }
    
    .reviews-Verified {
        font: 25px/25px JosefinSans-Regular;
    
    }
    
    
    .reviews-first-container {
        margin-top: 30px;
        display: flex;
    }
    
    .reviews-total {
        font-size: 60px;
        padding: 10px;
        font-weight: bold;
    
    }
    
    .reviews-stars {
        margin-left: 0;
        font-size: 50px;
        color: #ffb446;
    }
    
    .all-reviews {}
    
    
    @media only screen and (max-width: 1000px) {
        .all-reviews {
    
            width: 90%;
    
        }
    
        .reviews-date {
            margin-left: auto;
            color: #7c7c7c;
            margin-right: 10px;
        }
    
    }
    
    
    
    @media only screen and (max-width: 768px) {
        .all-reviews {
    
            width: 95%;
    
        }
    
    
        .reviews-date {
            margin-left: 45%;
            color: #7c7c7c;
        }
    
    }


    .user-review {
  
    }

    .user-review-hide {
        display: none;
    }


    .user-review-active {
        display: block;
        
    }
    
    .reviews-based-reviews {
        color: #7c7c7c;
        margin-top:12px;
    
    }
    
    
    .reviews-second-container {
        margin-top: 30px;
        display: flex;
    }
    
    .reviews-second-container img {
        width: 50px;
        margin-right: 10px;
        border-radius: 50%;
    }
    
    .reviews-user-name {
        font-weight: bold;
    }
    
    .reviews-user-stars {
        margin-left: 0;
        font-size: 20px;
        color: #ffb446;
    }
    
    .reviews-date {
        margin-left: auto;
        color: #7c7c7c;
        margin-right: 10px;
    }
    
    .reviews-user-comment-title {
        font-size: 16px;
        font-weight: bold;
        margin-top: 15px;
    }
    
    .reviews-user-comment {
        margin-top: 7px;
    }



    #load_more_reviews {
    cursor: pointer;
    text-align: center;
    margin-top: 26px;
    width: 120px;
    height: 39px;
    display: inline-block;
    background-color: #134633;
    color: #FFFFFF;
    padding-top: 8px;
    border: 1px solid #134633;
    font: 15px/25px JosefinSans-Regular;
    }

  

    
/*****Added on 12.08.2022.********/

.reviews-logos img {
	max-width: 146px;
	height: auto;
}
