.curo_slider_item.curo_slider_style2 {
    min-height: 305px;
    background-color: #f2f2f7 !important;
    color: #323232;
    padding: 20px !important;
    border: none !important;
    border-radius: 30px !important;
    max-height: 305px;
    text-align: justify;
}
.curo_slider_itemTitle_name {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.curo_slider_itemTitle_name > img {
    width: 60px;
    margin-left: 8px;
}
.curo_slider_itemTitle_name h3 {
    font-size: 15px;
    color: #323232;
}
.curo_sliderRow:not(.carousel) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    padding: 0 5px 10px 0;
    width: 100%;
    overflow-y: hidden;
    padding-right: 8px;
    margin-right: -10px;
    margin-left: 8px;
    width: calc(100% + 16px);
}
.curo_sliderRow:not(.carousel) .curo_slider_item {
    background-color: #fff;
    padding: 0 0 8px 0;
    position: relative;
    min-height: 210px;
    width: 49.5vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49.5vw;
    -ms-flex: 0 0 49.5vw;
    flex: 0 0 49.5vw;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 8px;
    border-radius: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 205px;
    -ms-flex: 0 0 205px;
    flex: 0 0 240px;
    margin: 0 7px;
}

.timonial_box {
    background-color: #f2f2f7 !important;
    border-radius: 30px !important;
    padding: 20px;
    border: none !important;
    margin-bottom: 1.25rem !important;
}

.curo_slider_itemtxt_fa {
    text-align: justify;
}












.star1,.star2,.star3,.star4,.star5,.star1-5,.star2-5,.star3-5,.star4-5{
    direction: ltr;
    color: #ff7000;
    text-align: right;
    font-family: fontawesome;
    letter-spacing: 2px;
}
.star1::before {
    content: '\f005\f006\f006\f006\f006';
}
.star1-5::before {
    content: '\f005\f123\f006\f006\f006';
}
.star2::before {
    content: '\f005\f005\f006\f006\f006';
}
.star2-5::before {
    content: '\f005\f005\f123\f006\f006';
}
.star3::before {
    content: '\f005\f005\f005\f006\f006';
}
.star3-5::before {
    content: '\f005\f005\f005\f123\f006';
}
.star4::before {
    content: '\f005\f005\f005\f005\f006';
}
.star4-5::before {
    content: '\f005\f005\f005\f005\f123';
}
.star5::before {
    content: '\f005\f005\f005\f005\f005';
}