.shortcode-hero-banner .title span {
    color: #FFFFFF;
}
.banner-content p {
    color: #FFFFFF;
    margin-bottom: 30px;
    text-transform: capitalize;
    width: 90%;
}
.green-underline {
    color: #108103; /* Sets text color to green */
    text-decoration: underline;
    text-decoration-color: #108103; /* Underline color */
    text-decoration-thickness: 5px; /* Thickness of underline */
    font-weight: bold; /* Makes text bold */
}
.truncate-3-custom {
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.truncate-2-custom {
 	-webkit-line-clamp: 5;
}

.box-info-contact {
    background-color: var(--tg-heading-color);
    bottom: 0;
    padding: 52px;
    position: hidden;
    width: 100%;
}
.breadcrumb__content .title {
  font-size: 48px;
  margin-bottom: 10px;
  color: #FFF;
}
.breadcrumb__content .breadcrumb-item a {
  color: #FFF;
}
.brand-area {
  border-bottom: 0px solid #e6e7f3;
}
.img, img {
  max-width: 100%;
  transition: all .3s ease-out 0s;
  border-radius: 40px;
}
.shortcode-about-us-information-style-8 .list-wrap .icon svg {
  height: 30px !important;
  width: 30px !important;
}
.pricing__tab {
  align-items: center;
  display: none;
  justify-content: center;
  margin-bottom: 40px;
  position: relative;
}