#ServiceModal .close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: 3px;
	text-align: center;
	top: 2px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
#ServiceModal .close:hover { background: #ffdb4d; }

#ServiceModal {
  display: none;
  width: 100%;
  max-width: 800px;
	width: 650px;
	height: 650px;  
  padding: 0 0 40px 0;
  text-align: justify;
  border-radius: 3px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
#ServiceModal .content-header {
  font-size:18px;
  font-weight:600;
  border-bottom: 1px solid #eee;
  padding: 20px;
}
#ServiceModal .content-scroll {
  max-height: calc(100vh - 200px);
  overflow: auto;
  padding: 30px 20px 0 20px;
}