.price {
	margin-top: 30px;
	margin-bottom: 60px;
}
.price-table {
	box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.48);
	padding: 20px;
	border-radius: 10px;
	margin-top: 40px;
}
.service-time {
	text-align: center;
	font-size: 20px;
	color: #ec285b;
	font-weight: bold;
}
.service-price {
	font-size: 36px;
	text-align: center;
	margin-top: 20px;
}
.service-price span {
	font-size: 18px;
}
.price-table ul li {
	list-style: none;
	line-height: 40px;
}
.price-table .btn {
	text-align: center;
	width: 100%;
	padding: 10px 0px;
	font-size: 18px;
	background-color: #ec285b;
	border-color: #ec285b;
}
.price-table .btn:hover {
	background-color: #ec285b;
	border-color: #ec285b;
}
.box-pnl {
	box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.48);
	position: relative;
	margin-bottom:10px;
}
.gallery-intro {
	padding: 10px;
	text-align: center;
	background-color: #ec285b;
	color: #fff;
}
.gallery-intro .btn-danger {
	background-color: #ec285b;
	border-radius: 0px;
	margin: 20px 0px;
	box-shadow: 0 0 8px #333;
}
.name{ font-size:18px;}
.category{ font-size:14px:}
.verified {
	position: absolute;
	top: 10px;
	left: 8px;
	background-color: #27AE60;
	color: #fff;
	padding: 5px;
	border-radius: 10%;
	font-size: 12px;
	text-transform:uppercase;
	box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.48);
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}

.pgm {
	margin-top: 60px;
}
.panel-group h5 {
	color:#FFF;
	margin: 0px;
	font-size: 20px;
}
.panel-default>.panel-heading {
	color: #FFF;
	background-color: #ec285b;
	border-color: #ec285b;
}
.panel-body ul li {
	list-style-type: none;
	margin-top: 10px;
	text-transform:none;
}
.panel-body ul li a {
	color: #000;
	font-weight: bold;
}
.panel-body ul li a:hover {
	color: #ec285b;
	font-weight: bold;
	text-decoration:none;
}
.page-error{ font-size:50px;
color:#ec285b}