.google-reviews-section-title{
    margin: 2.5rem 0 0 0;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.google-reviews-section-info{
    margin: 1.5rem 0 1rem 0;
    font-weight: 500;
    text-align: center;
    font-size: 20px;
}

.google-reviews-section-card{
    display: flex;
    justify-content: center;
}

.csoft-ratecolor{
    margin: 0 0 7px 0;
    font-size: 0.9375rem;
    font-weight: 400;
    color: #7a7a7a;
    padding: 0;
}

.bgReviews{
    background-color: white;
    height: 206px;
    overflow: hidden;
    padding: 10px;
    border: 2px solid #7abc5d !important;

}

.imgReviews{
    display: block;
    width: 27%;
}
.nameReviews{
    display: block;
    width: 63%;
}

.paddingImg{
    padding: 10%;
}

/* .paddingName{
    padding: 10%;
    margin-left: 6%;
} */
.paddingText{
    padding-left: 2%;
    padding-right: 2%;
    text-align: justify;
    margin: 0 0 0 0;
    line-height: initial;
    /* font-size: 15px; */
    font-size: 12px !important;
	text-transform: initial !important;
}
.col-md-12.reviewsbuttons{
    margin: 1rem 0 1rem 0;
    display: flex;
    justify-content: space-between;
}
.col-md-12.reviewsbuttons a{
    /* display: inline-block; */
    margin: 0 14px 14px 14px;
    /* color: black; */
}

.csoft-author-name{
    margin: 0 0 7px 0;
    padding: 0;
    font-size: 1rem;
}
.csoft-time-description{
    font-size: 0.9375rem;
    font-weight: 400;
    color: #7a7a7a;
    padding: 0;
    margin: 0 0 7px 0;
}
.placereviews_flexrow{
    display: flex;
    margin: 0 2% 0 0;
    align-items: center;
    justify-content: space-evenly;
}    

.bx-next {
    right: 10px; }

    .bx-next:before {
      content: "\f138"; }
  
.bx-prev {
    left: 10px; 
}
    .bx-prev:before {
        content: "\f137"; }

#placeReviews{
    clear: both;
    padding-top: 1px;
}   

#placeReviews .bx-wrapper{
    margin: 0px auto !important;
    width: 94%;
}  


/* @media (max-width: 767px) { 
    .float-md-left{
        float: right;
    }
 }

 @media (max-width: 420px) { 
    .float-md-left{
        float: none;
        margin-bottom: 1rem;
    }
    .col-md-12.reviewsbuttons{
        text-align: center;
    }
 } */

 @media (max-width: 1024px) { 
    .col-md-12.reviewsbuttons a{
        margin: 0 0px 14px 0px;
    }
 }

@media (max-width: 802px) { 
    .col-md-12.reviewsbuttons a{
        margin: 0 1px 14px 1px;
    }
    .bgReviews{
        height: 200px;
    }
 }

 @media (max-width: 495px) { 
    .col-md-12.reviewsbuttons a{
        margin: 2px;
    }
    .col-md-12.reviewsbuttons{
        text-align: center;
        margin: 5px 0 0 0;
        display: grid;
        justify-content: center;
    }
    .paddingText{
        font-size: 0.7375rem;
        margin: 0 !important;
    }
    .bx-controls-direction a{
        margin-left: -27px!important;
        margin-right: -24px!important;
    }
    .bgReviews{
        margin-bottom: 0 !important;
        height: 190px;
        overflow: hidden;
    }
    .google-reviews-section-card p{
         margin: 11px 0 0 0 !important;
    }

 }







