
.reviews_start {background: #fff;box-shadow: 0px 0px 16px hsl(97deg 0% 56.47% / 18%);padding: 15px 20px;border-radius: 0px;margin-bottom: 50px;width: 100%;display: flex;flex-wrap: wrap;align-items: center; border-radius: 10px;}
.reviews_start .reviews_show {width: calc(20% - 20px );padding: 55px 10px;text-align: center;border: 1px solid #ccc;border-radius: 10px;height: 100%;margin-right: 20px;background: #ffffff;}
.reviews_start .reviews_detail {width: 80%;}
.reviews_detail ul {padding: 0;margin: 0;}
.reviews_detail ul li {width: 100%;list-style: none;display: flex;align-items: center;flex-wrap: wrap;margin-bottom: 15px;}
.reviews_detail ul li > span {width: 20%;padding: 0px 10px;color: #003b73;font-weight: 700;font-size: 16px;text-align: center;}
.reviews_detail ul li figure {width: 20%;padding: 0 10px;}
.reviews_detail ul li .bgstar_show {width: 60%;background: #dbdbdb;height: 25px;}
.reviews_show h5 {margin-bottom: 5px;color: #003b73;}
.reviews_detail ul li:last-child {margin-bottom: 0;}
.reviews_page .container {max-width: 1200px;}
.reviews_detail ul li figure img {margin-top: -5px;} 
.reviews_detail ul li .bgstar_show span {width: 100%;background: #5cb85c;display: block;height: 25px;}
.reviews_detail ul li:nth-child(2) .bgstar_show span {width: 80%;}
.reviews_detail ul li:nth-child(3) .bgstar_show span {width: 60%;}
.reviews_detail ul li:nth-child(4) .bgstar_show span {width: 40%;}
.reviews_detail ul li:nth-child(5) .bgstar_show span {width: 20%;}

.reviews_box {background: #ffffff;box-shadow: 0px 0px 16px hsl(97deg 0% 56.47% / 18%);padding: 15px 20px;border-radius: 0px;width: calc(50% - 20px );display: flex;flex-wrap: wrap;align-items: center;margin: 0 10px;margin-bottom: 30px;    border-radius: 10px; }
.reviews_box .image_sec {width: 30%;background: #edf7ff;padding: 10px;text-align: center;border-radius: 10px;}
.reviews_box .reviews_box_cont {width: 70%;padding-left: 15px;}
.reviews_box .image_sec img {width: 100%;border-radius: 10px;}
.all_reviews {display: flex;flex-wrap: wrap;margin-left: -10px;margin-right: -10px;}
.reviews_box .image_sec h6 {margin-top: 10px;color: #003b73;font-size: 16px;text-transform: uppercase;margin-bottom: 4px;font-weight: 800;}
.reviews_box_cont h6 {margin-bottom: 15px;}
.reviews_box_cont p {font-size: 15px;line-height: 26px;}
.reviews_box_cont .reviews_show {display: flex;align-items: center;}
.reviews_box_cont .reviews_show h5 {margin-bottom: 0;font-size: 22px;}
.reviews_box_cont .reviews_show img {margin: 0 15px;}
.reviews_box_cont .reviews_show p {margin-bottom: 0;}
.reviews_box .image_sec span {font-size: 14px;}

