.section-prices .price-properties a:hover{
	text-decoration: none;
}
.section-prices .price-properties a{
	color: black;
	border-bottom: 1px dashed #111111;
}
.price-box {
	border: solid 1px #d1d1d1;
	background-color: #247ee0;

    color: white;
}
.package-option {
	padding: 50px 0 0px;
 	border-top:2px solid  #247EE0;
}
.package-intro {
	margin-bottom: 50px;
}
.package-option ul {
	padding: 0;
}
.price-heading h3 {
	margin-top: 0;
    font-size: 14pt;
}
.package-option h4 {
	font-size: 14pt;
}
.price-description {
	margin-bottom: 2em;
	text-align: justify;
}
.package-intro {
	text-align: justify;
}

.price-heading i {
	color: #247EE0;
	font-size: 75px;
	margin-top: 20px;
}
.price-group {
	padding: 30px 0 10px;
}
.price-group .dollar {
	font-size: 20px;
	position: relative;
	bottom: 48px;
}
.price-group .price.call {
	font-size: 45px;
}
.price-group .price {
	color: #247EE0; /*color: #F2C94C;*/
	font-size: 40px;
	font-weight: 500;
}
.price-group .time {
	display: inline;
	text-align: center;
	font-size: 18px;
}
.price-feature li {
	margin-left: 30px;
	margin-right: 30px;
	list-style: none;
	border-bottom: solid 1px #d1d1d1;
	line-height: 1.5em;
	text-align: left;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.price-feature li strong {
	display: block; float:right;
	width: 15em;
	text-align: right;
	margin-right: 1em;
}
.btn-price:visited,
.btn-price {
	margin: 5px 0 15px;
	font-size: 17px;
	padding: 7px 35px;
	height: 40px;
	background-color: #247ee0;
	color: white;
	transition: all 0.4s;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.btn-price:hover {
	background: #1f96e0;
	color: white;
}

@media (max-width: 800px) {
	.price-feature li{
		margin-left: 0;
		margin-right: 0;
	}
	.price-feature ul{
		display: table;
	}
	.price-feature li {
		display: flex;

	}
	
	.price-feature li strong {
		width: 50%;
		coludisplay: block;
		order: 1;
		flex-grow: 4;
		flex-shrink: 4;

	}
	.price-feature li span {
		order: 0;
		flex-grow: 1;
		flex-shrink: 1;
	}
	.price-properties h4 {
		margin-top: 2em;
		margin-bottom: 1em;
		text-align: center;
	}
}