.section-review .wrap {
  padding: 60px 100px;
}
.section-review .wrap .columns {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  gap: 40px;
}
.section-review .wrap .columns .column {
  width: 100%;
}
.section-review .wrap .columns .column-header {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.section-review .wrap .columns .column-header .title {
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
  text-align: center;
  color: #000;
  margin-bottom: 0;
}
.section-review .wrap .columns .column-body {
  max-width: 1100px;
  margin: 0 auto;
}
.section-review .wrap .columns .column-body .reviews-wrapper .ti-widget .ti-widget-container {
  margin-bottom: 0;
}
/* .section-review .wrap .columns .column-body .reviews-wrapper .ti-widget .ti-widget-container .ti-reviews-container .ti-controls {
  display: none;
} */
.section-review .wrap .columns .column-body .reviews-wrapper .ti-widget .ti-widget-container .ti-reviews-container .ti-review-item {
  padding: 0 10px;
}
.section-review .wrap .columns .column-body .reviews-wrapper .ti-widget .ti-widget-container .ti-reviews-container .ti-review-item .ti-inner {
  box-shadow: 0px 2px 10px rgba(151, 151, 151, 0.07);
}
.section-review .wrap .columns .column-body .reviews-wrapper .ti-widget .ti-widget-container .ti-reviews-container .ti-review-item .ti-inner {
  border: none;
  padding: 24px!important;
  border-radius: 12px!important;
}
.section-review .wrap .columns .column-body .reviews-wrapper .ti-widget .ti-widget-container .ti-reviews-container .ti-review-item .ti-inner .ti-stars {
  margin-top: 16px;
  margin-bottom: 16px;
}
.section-review .wrap .columns .column-body .reviews-wrapper .ti-widget .ti-widget-container .ti-reviews-container .ti-review-item .ti-inner .ti-review-content {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: #000;
}
.section-review .wrap .columns .column-body .reviews-wrapper .ti-widget .ti-widget-container .ti-reviews-container .ti-review-item .ti-inner .ti-read-more * {
  color: rgba(156, 156, 156, 1);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: capitalize;
  opacity: 1;
}
.section-review .wrap .columns .column-body .reviews-wrapper .ti-widget .ti-widget-container .ti-reviews-container .ti-controls-line {
  background: #D4D4D4;
  width: 100%;
  height: 8px;
  border-radius: 20px;
  /* display: block; */
}
.section-review .wrap .columns .column-body .reviews-wrapper .ti-widget .ti-widget-container .ti-reviews-container .ti-controls-line .dot {
  background: #AE6961;
}
.section-review .wrap .columns .column-body .reviews-wrapper .ti-widget .ti-widget-container .ti-reviews-container .ti-reviews-container-wrapper{
  margin: 0;
}

.section-review .wrap .columns .column-body .reviews-wrapper .ti-widget .ti-widget-container .ti-controls .ti-next:before,
.section-review .wrap .columns .column-body .reviews-wrapper .ti-widget .ti-widget-container .ti-controls .ti-next:after,
.section-review .wrap .columns .column-body .reviews-wrapper .ti-widget .ti-widget-container .ti-controls .ti-prev:before
.section-review .wrap .columns .column-body .reviews-wrapper .ti-widget .ti-widget-container .ti-controls .ti-prev:after,
.ti-widget.ti-goog .ti-controls .ti-next:after, .ti-widget.ti-goog .ti-controls .ti-prev:after,
.ti-widget.ti-goog .ti-controls .ti-next:before, .ti-widget.ti-goog .ti-controls .ti-prev:before,
.ti-widget.ti-goog .ti-controls .ti-next:before, .ti-widget.ti-goog .ti-controls .ti-prev:before,
.ti-widget.ti-goog .ti-controls .ti-next:after, .ti-widget.ti-goog .ti-controls .ti-prev:after {
  background: rgba(172, 142, 138, 1)!important;
}
.section-review .wrap .columns .column-body .reviews-wrapper .ti-widget .ti-widget-container .ti-reviews-container-wrapper .ti-review-item .ti-inner .ti-review-header .ti-profile-details .ti-name {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #000;
}
.section-review .wrap .columns .column-body .reviews-wrapper .ti-widget .ti-widget-container .ti-reviews-container-wrapper .ti-review-item .ti-inner .ti-review-header .ti-profile-details .ti-date {
  font-size: 16px!important;
  line-height: 24px;
  font-weight: 400;
  color: rgba(128, 128, 128, 1);
  opacity: 1!important;
}
.section-review .wysiwyg-content {
  text-align: center;
}
@media only screen and (max-width: 1279px) {
  .section-review .wrap {
      padding: 60px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .section-review .wrap .columns .column-body .reviews-wrapper .ti-widget .ti-widget-container .ti-controls .ti-next {
      right: -20px;
  }
  .section-review .wrap .columns .column-body .reviews-wrapper .ti-widget .ti-widget-container .ti-controls .ti-prev {
      left: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-review .wrap {
      padding: 40px 20px;
  }
  .section-review .wrap .columns {
      gap: 24px;
  }
  .section-review .wrap .columns .column-header {
      gap: 6px;
  }
  .section-review .wrap .columns .column-header .title {
      font-size: 30px;
      line-height: 38px;
  }
  .section-review .wrap .columns .column-body .reviews-wrapper .ti-widget .ti-widget-container .ti-footer {
      margin-top: 20px;
  }
  .section-review .wrap .columns .column-body .reviews-wrapper .ti-widget .ti-widget-container .ti-reviews-container {
      margin-bottom: 0;
  }
  .section-review .wrap .columns .column-body .reviews-wrapper .ti-widget .ti-widget-container .ti-reviews-container .ti-controls-line {
      display: none!important;
  }
  .section-review .wrap .columns .column-body .reviews-wrapper .ti-widget .ti-widget-container .ti-reviews-container-wrapper .ti-review-item .ti-inner .ti-review-header .ti-profile-details .ti-name {
      font-size: 16px;
      line-height: 24px;
  }
  .section-review .wrap .columns .column-body .reviews-wrapper .ti-widget .ti-widget-container .ti-reviews-container-wrapper .ti-review-item .ti-inner .ti-review-header .ti-profile-details .ti-date {
      font-size: 14px!important;
      line-height: 22px;
  }
  .section-review .wrap .columns .column-body .reviews-wrapper .ti-widget .ti-widget-container .ti-reviews-container .ti-review-item .ti-inner .ti-review-content,
  .section-review .wrap .columns .column-body .reviews-wrapper .ti-widget .ti-widget-container .ti-reviews-container .ti-review-item .ti-inner .ti-read-more * {
      font-size: 16px;
      line-height: 24px;
  }
  .section-review .wrap .columns .column-body .reviews-wrapper .ti-widget .ti-widget-container .ti-reviews-container .ti-review-item {
      padding: 0 20px;
  }
  .section-review .wrap .columns .column-body .reviews-wrapper .ti-widget .ti-widget-container .ti-controls .ti-next {
      right: -10px;
  }
  .section-review .wrap .columns .column-body .reviews-wrapper .ti-widget .ti-widget-container .ti-controls .ti-prev {
      left: -10px;
  }
}

.ti-rating-text * {
  font-size: 18px!important;
  line-height: 26px!important;
  color: #3a3a3a!important;
  text-transform: capitalize!important;
font-weight: 600!important;
}

@media only screen and (max-width: 767px){
.ti-rating-text * {
  font-size: 16px!important;
  line-height: 24px!important;
}
}