/*
 *  custom style
*/

/* testimonial read more */
.testimonial-read-more {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
}

.testimonial-read-more.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
  overflow: visible;
}

.read-more-toggle {
  display: inline-block;
  color: #0073e6;
  cursor: pointer;
  font-weight: bold;
  margin-top: 8px;
}



/* testimonial read more end */

.oom-widget-chat-content-cta{
	font-size: 0 !important;
}


.oom-widget-chat-content-cta::before{
	content: 'Submit';
	display: block;
	font-family: inherit;
	font-size: 14px;
	color: inherit;
}

@media (max-width: 767px){
	.spaces-tabs .e-n-tabs-heading {
		display: flex;
		flex-wrap: wrap;
	}

	 .spaces-tabs .e-n-tab-title {
		flex: 0 0 48%;
		max-width: 48%;
		box-sizing: border-box;
		text-align: center;
	}
}

