
/* UI - X */
body{
	background:#fff;
}
.ui-217{
	margin: 60px 0px;
}
/* Column Mobile */
@media(max-width: 500px){
	.ui-217 .col-mob{
		width: 100%;
	}
}
/* Item */
.ui-217 .ui-item{
	max-width:400px;
	margin:30px auto;
	position:relative;
}
/* Quotes */
.ui-217 .ui-item > span{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	text-align:center;
	font-size:48px;
	line-height:65px;
	position:absolute;
	top:-20px;
	left:20px;
	color:#fff;
	font-family:Georgia, "Times New Roman", serif;
}
/* Details */
.ui-217 .ui-item .ui-details{
   border: 1px solid #035d55;
	border-bottom:2px solid #035d55;
   background: #fff;
	padding:24px 20px 16px;
	margin-bottom:18px;
	border-radius: 10px;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.ui-217 .ui-item .ui-details em{
	color: #000;
	line-height:28px;
}
/* Down Arrow */
@media (max-width: 992px) {
	
	.ui-217 .ui-item .ui-details:before, .ui-217 .ui-item .ui-details:after {
		bottom: 59px !important;
	}  
}
@media (max-width: 575px) {
	.ui-217 .ui-item .ui-details:before, .ui-217 .ui-item .ui-details:after {
		bottom: 26px !important;
	}  
}
.ui-217 .ui-item .ui-details:before, .ui-217 .ui-item .ui-details:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-left: 0;
	bottom: 26px;
	left: 55px;
	border-top-color: #035d55;
	border-width: 34px;
}
 
  
/* User Image */
.ui-217 .ui-item a.ui-img{
	display:block;
	width: 75px;
	float:left;
	margin-left:20px;
}
.ui-217 .ui-item a.ui-img > img{
	width:75px;
	border-radius: 100%;
}
/* User Name */
.ui-217 .ui-item h3{
	display:inline-block;
	font-size: 14px;
	line-height:24px;
	margin: 5px 10px;
	font-weight:600;
}
.ui-217 .ui-item h3 > span{
	color: #aaa;
	font-weight:400;
}
