.container-xxl:has(.new-homepage-body) {
  max-width: none;
}

.container-xxl {
  width: auto;
}

.owl-item.active:first-child .card .card-body p {
  color: #000 !important;
}

/* START OF TESTIMONIALS */
.rate-icon i {
  background-color: #73cf11;
  color: #fff;
  padding: 3px;
  margin: 0px 2px;
}

.rate-icon .grey {
  background-color: #cecece;
  color: #fff;
  padding: 3px;
  margin: 0px 2px;
}

.rate-icon .sj {
  background-color: #ee6922;
  color: #fff;
  padding: 3px;
  margin: 0px 2px;
}

.footer-details {
  display: flex;
  place-content: center;
  align-items: center !important;
  padding: 10px 0px 0px 0px !important;
}

.full-link {
  margin: 20px 0px 0px 0px;
  padding: 0px !important;
  text-align: center !important;
  font-size: 14px;
}

.mobile-video-banner {
  display: block !important;
}

/*need to be transfer in the future*/
.gtco-testimonials {
  position: relative;
  margin: 20px;
}
.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.owl-carousel.owl-drag .owl-item,
.gtco-testimonials .owl-dots .active {
  background: none !important;
}
.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 10px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}
.gtco-testimonials .card h5 {
  color: #01b0f8;
  font-size: 21px;
  line-height: 1.3;
}
.card-text {
  text-align: left !important;
  font-size: 16px;
  line-height: 1.5em;
  word-wrap: break-word;
  overflow: hidden;
  height: 270px;
  text-overflow: ellipsis;
  font-style: italic;
  transition: height 0.5s ease-in-out;
  margin-bottom: 20px;
}
.gtco-testimonials .card p {
  color: #555;
  padding-bottom: 15px;
}
.card-body .rev-logo {
  width: 100%;
  max-width: 50%;
  display: inline-block !important;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  outline: 0;
}
.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-nav {
  display: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}

.card-text.collapsed {
  height: 270px;
}
.card-text.expanded {
  height: 500px;
}
span.read-more-btn {
  position: absolute;
  bottom: 11px;
  right: 30px;
  font-size: 15px;
  text-decoration: underline;
  cursor: pointer;
}
.card-text:last-child {
  margin-bottom: 30px !important;
}
