.main-container > .row{
  margin-left: auto;
  margin-right: auto;
}
.customer-reviews-carousel{
  padding:0px 50px;
  max-width: 1080px;
  margin: auto;
  margin-bottom: 40px;
}
.hide{
  display: none !important;
}
.customer-reviews-carousel .carousel,
.customer-reviews-carousel .carousel .owl-wrapper-outer{
  height: 100%;
}
.customer-reviews-carousel .carousel.owl-carousel{
  background-color: #FFFFFF;
}
.customer-reviews-carousel .carousel .owl-controls .owl-buttons .owl-prev:before {
    content: "\f053";
    font-weight: 400;
    font-family: 'FontAwesome';
    top: calc(50% - 12px);
    position: relative;
    /* color: #fff; */
    left: 2px;
}
.customer-reviews-carousel .carousel .owl-controls .owl-buttons .owl-next:before {
    content: "\f054";
    font-weight: 400;
    font-family: 'FontAwesome';
    top: calc(50% - 12px);
    position: relative;
    /* color: #fff; */
    right: -7px;
}
.customer-reviews-carousel .carousel .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -25px;
    width: 20px;
}
.customer-reviews-carousel .carousel .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left:-25px;
    width: 20px;
}
.customer-reviews-carousel .carousel .owl-wrapper{
  height: 100%;
}
.customer-reviews-carousel .carousel .owl-item {
    position: relative;
    float: left;
    height: 100%;
}
.customer-reviews-carousel .carousel .comments{
  position: relative;
  height: calc(50% - 4px);
  width: 100%;
}
.customer-reviews-carousel .carousel .owl-item .detail{
  height: 45px;
  overflow: hidden;
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 10px 20px 0px 20px;
}
.owl-item.columns3:nth-child(-3n+5),
.owl-item.columns3:nth-child(3n+5) {
    border-left: 1px dashed;
    border-right: 1px dashed;
}
.owl-item.columns2:nth-child(even) {
  border-left: 1px dashed;
}
.owl-item .comments:nth-child(odd) {
  border-bottom: 1px dashed;
}
.customer-reviews-carousel .carousel .owl-item .review{
  height: 65%;
}
.customer-reviews-carousel .carousel .owl-item .name{
  display: flex;
  font-weight: bold;
  padding: 5px 20px 10px 20px;
}
.customer-reviews-summary{
  height: 25px;
  background: rgba(255,255,255,1);
  border-radius: 10px;
  padding: 5px 12px;
  display: inline-flex;
  color: #1e71aa;
  font-size: 18px;
  margin-top: 5px;
}
.customer-reviews-summary .rating{
  margin-left: 0px !important;
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
}
.customer-reviews-summary .rating,
.customer-reviews-carousel .carousel .owl-item .rating {
    background: url(../images/star-rating-sprite.png) repeat-x;
    font-size: 0;
    height: 17px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 90px;
    background-size: 18px;
    position: relative;
    display: flex;
    margin-left: 10px;
}
.customer-reviews-summary .ratings-sprite-rating,
.customer-reviews-carousel .carousel .owl-item .ratings-sprite-rating {
    background: url(../images/star-rating-sprite.png) repeat-x;
    background-position: 0 100%;
    float: left;
    height: 17px;
    display: block;
    background-size: 18px;
}
@media (max-width: 767px) {
  .customer-reviews-summary{
    font-size: 14px;
  }
}
