.squadhelp-step {
	display: inline-block;
	width: 100%;
}
.squadhelp-step .banner {
	width: 100%;
	float: left;
	height: 114px;
	padding: 0 !important;
	margin: 0 !important;
	background-color: #465b87;
}
.squadhelp-step .banner .mar-top40 {
	margin-top: 35px;
}
.squadhelp-step .banner p {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
}	
.squadhelp-step .banner p small {
	font-weight: 300;
}
.squadhelp-step .bread-crumb {
	background-color: transparent;
	padding: 0;
	margin-bottom: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
.squadhelp-step .bread-crumb>li {
	display: inline-block;
	font-size: 10px;
	margin-top: 7px;
	font-weight: 500;
}
.squadhelp-step .bread-crumb>li+li:before {
	padding: 0;
}
.squadhelp-step .bread-crumb li a {
	color: #fff;
	font-size: 12px;
	position: relative;
}
.image-banner img {
	width: 50px;
	position: relative;
	top: -5px;
}
.selected_bar {
	float: left;
	width: 100%;
	background: #e9fafa;
}
.testimonials {
	padding: 40px 0px 0px 0px;
}
.testimonials .testimonials-list {
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	position: relative;
	padding: 0 135px 20px 110px;
}
.selected_testimonial .testimonials-list {
	border-bottom: 0;
	padding-bottom: 0;
}
.testimonials .testimonials-list img.test-profile {
	width: 60px;
	height: 60px;
	border: 1px solid #eee;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
}
.testimonials .testimonials-list .list-main p.name {
	color: rgb(69, 90, 137);
	font-weight: 600;
	font-size: 14px;
}
.testimonials .testimonials-list .list-main p.name span {
	color: #999;
	padding-left: 10px;
	font-weight: 400;
	font-size: 12px;
}
.testimonials .testimonials-list .list-main p.name span img {
	width: 15px;
	height: 15px;
	line-height: 10px;
	border-radius: 50%;
	vertical-align: top;
	margin-top: 3px;
}
.testimonials .testimonials-list .list-main p.content {
	margin: 20px 0 18px 0;
	font-size: 18px;
        font-weight:300
}
.testimonials .testimonials-list .list-main p.title {
	color: rgb(69, 90, 137);
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 500;
	margin: 0;
}
.testimonials .testimonials-list .list-main p.info-title {
	margin: 5px 0 0 0;
}
.testimonials .testimonials-list .list-main p.info-title span {
	color: #000;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 500;
}
.testimonials .testimonials-list .list-main p.info-title img {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	vertical-align: top;
	margin-top: 3px;
}
.testimonials .testimonials-list .share-view {
	position: absolute;
	top: 0;
	right: 0;
}
.testimonials .testimonials-list .share-view ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.testimonials .testimonials-list .share-view ul li {
	display: inline-block;
	margin-left: 10px;
	position: relative;
}
.testimonials .testimonials-list .share-view ul li a.view-new {
	width: 55px;
	display: inline-block;
	height: 55px;
	line-height: 55px;
	border-radius: 50%;
}
.testimonials .testimonials-list .share-view ul li ul {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 180px;
	background: #fff;
	box-shadow: 1px 1px 1px 1px #ddd;
	padding: 5px 5px 10px 5px;
	z-index: 1000;
}
.testimonials .testimonials-list .share-view ul li ul li a {
	display: block;
	padding: 10px 0 7px 0;
}
.testimonials .testimonials-list .share-view ul li ul li a {
	color: #333;
}
.testimonials .testimonials-list .share-view ul li:hover ul {
	display: block;
}
@media only screen and (max-width: 768px) {
	.squadhelp-step .banner {
		height: auto;
	}
	.testimonials .testimonials-list .share-view ul li ul li a {
		padding: 10px 0 7px 10px;
	}
	.leaderboard .list-leaderboard li .overall-won {
		width: 14%;
	}
	.testimonials .testimonials-list .list-main p.content {
		font-size: 17px;
	}
	.squadhelp-step .banner .mar-top40 {
		margin: 15px 0 !important;
	}
}
@media all and (min-width: 250px) and (max-width: 500px) {
	.testimonials .testimonials-list {
		padding: 0px 0 15px 55px;
	}
	.testimonials {
		padding: 15px 0;
	}
	.testimonials .testimonials-list .share-view ul li {
		margin: 15px 0 0 0;
	}
	.testimonials .testimonials-list div.user-icon {
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 20px;
	}
	.testimonials .testimonials-list img.test-profile {
		width: 45px;
		height: 45px;
	}
	.testimonials .testimonials-list .share-view ul li a.view-new {
		line-height: 35px;
		margin-right: 10px;
	}
	.testimonials .testimonials-list .share-view {
		position: static;
	}
	.testimonials .testimonials-list .share-view ul li ul li {
		margin-top: 0 !important;
	}
	.testimonials .testimonials-list .share-view ul li ul {
		right: -180px !important;
	}
}
.load-more-test {
	display: inline-block;
	margin-top: 25px;
	background: rgb(107, 137, 176);
	padding: 10px 25px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
}
.load-more-test span {
	position: relative;
	top: 2px;
}
.load-more-test:hover {
	color: #fff;
}

.user-icon {
	background-color: red;
	width: 60px;
	height: 60px;
	border: 1px solid #eee;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	font-size: 35px;
	color: #fff;
	text-align: center;
	line-height: 60px;
}