.gtco-testimonials {
  position: relative;
  margin-top: 30px;
}

.gtco-testimonials h2 {
  font-size: 30px;
  text-align: center;
  color: #333333;
  margin-bottom: 50px;
}

.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}

.gtco-testimonials .owl-nav {
  display: none;
}

.gtco-testimonials .owl-dots {
  text-align: center;
}

.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01b0f8;
  margin: 0 5px;
}

.gtco-testimonials .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}

.gtco-testimonials .card {
  background: #dff4ff !important;
  /* box-shadow: 0 8px 30px -7px #435677; */
  margin: 0 20px;
  padding: 0 15px;
  border-radius: 20px;
  border: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.gtco-testimonials .card .card-body {
  /* max-height: 450px; */
  overflow-y: hidden;
  margin-bottom: 10px;
  padding-left: 10px;
}

.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 100px;
  height: 100px;
}

.gtco-testimonials .card h5 {
  color: #01b0f8;
  font-size: 21px;
  line-height: 1.3;
  margin-top: 20px;
}

.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
}

.gtco-testimonials .card p {
  font-size: 18px;
  color: #666;
  /* padding-bottom: 15px; */
  text-align: left;
  /* word-break: break-all;
  word-wrap: break-word; */
}

.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}

.gtco-testimonials .center {
  opacity: 1;
}

.gtco-testimonials .center h5 {
  font-size: 24px;
}

.gtco-testimonials .center h5 span {
  font-size: 20px;
}

.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}

@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }

  .gtco-testimonials .card {
    margin: 0px !important;
  }

  .testimonial-item {
    padding: 0px !important;
  }
}

.owl-carousel {
  .owl-nav button {
    &.owl-next, &.owl-prev {
      outline: 0;
    }
  }

  button.owl-dot {
    outline: 0;
  }
}

.testimonial-item {
  display: flex;
  flex: 1 0 auto;
  /* height: 100%; */
}

/* .testimonial-item:hover {
  opacity: 0.8;
  cursor: pointer;
} */

.owl-carousel .owl-stage{display: flex;}

.tm-item-title {
  font-size: 1.5rem;
  padding: 30px 0px 0px 20px;
  text-align: left;
  color: #0c4c9d;
}

.tm-item-top {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0px 5px 0px;
}

.tm-item-row {
  margin: 10px 0px;
  /* dis */
}

.tm-item-row > div {
  text-align: left;
  padding: 5px 18px;
}

.a-play-tm-video {
  color: #6527b3 !important;
}

.a-play-tm-video:hover, .a-play-tm-audio:hover {
  opacity: 0.8;
  cursor: pointer;
}

.a-play-tm-video > i, .a-play-tm-audio > i {
  margin-right: 3px;
}

.a-play-tm-audio {
  color: #27b379 !important;
}

.tm-item-rating-top {
  text-align: left;
}

.tm-item-post-date {
  text-align: right;
}

.tm-item-post-date span {
  margin-left: 5px;
}

@media (max-width: 575px) {
  .tm-item-top {
    gap: 10px;
  }
  .tm-item-post-date {
    text-align: left;
  } 
}

.tm-item-rating-top i {
  margin-right: 2px;
}

.tm-item-rating-top span {
  margin-left: 10px;
  font-size: 1.2rem;
}

.tm-item-bottom {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  gap: 1rem;
  padding: 10px 0px 35px 10px;
}

.tm-item-bottom img {
  height: 60px;
  width: 50px !important;
  border-radius: 50%;
  box-shadow: 0 8px 20px -4px #95abbb;
}

.tm-item-writer {
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.tm-item-writer-name {
  text-align: left;
  font-size: 1.2rem;
}

.tm-item-writer-info {
  text-align: left;
  color: #777;
}

.div-review-total-container {
  padding: 20px 10px;
  background-color: #eef8ff;
}

.div-review-total-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-right: solid 1px #e0e0e0;
  border-bottom: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .div-review-total-block {
    border-right: none;
    border-bottom: solid 1px #e0e0e0;
  }
}

.div-review-total-block:last-child {
  border-right: none;
  border-bottom: none;
  gap: 0px;
  padding-left: 20px;
  padding-top: 20px;
}

.div-review-total-block .progress {
  height: 0.5rem;
  width: 60%;
}

.div-review-total-block .div-star-num {
  
}

.div-review-total-block .span-rating-label {
  font-size: 1rem;
  font-weight: 800;
  margin-left: 5px;
}

.div-review-total-block-title {
  font-size: 18px;
  font-weight: 700;
}

.div-review-total-block-content {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  height: 52px;
}

.div-review-total-block-value {
  font-size: 24px;
  font-weight: 900;
  margin-right: 5px;
}

.div-review-total-block-growth {
  padding: 2px 10px;
  background-color: rgb(40 199 107);
  color: #fff;
  border-radius: 30px;
  height: 50%;
  margin-left: 5px;
  top: 10%;
  position: relative;
}

.div-review-total-block-desc {
  font-size: 14px;
  color: #8d8d8d;
}

.div-review-total-block-stars {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.div-review-total-block-stars i {
  margin-right: 3px;
  font-size: 16px;
}

.div-review-overall-progress-o {
  align-items: center;
  gap: 10px;
  margin: 0px 5px;
  justify-content: center;
}

.span-rating-count {
  width: 20px;
}