#service {
	text-align: center;
}

#service_hero h1, #service p, #service .imgBig, #service_priceList h2, .serviceButtonWrapper, #service_price_hero_inner, .bcrumnt {
	max-width:846px;
	margin-left:auto;
	margin-right:auto;
}

#service h1, #service p {
	margin-bottom:12px;
}

#service .imgBig {
	height: 379px;
	align-self: stretch;
	border-radius: 12px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.40) 51.56%, rgba(0, 0, 0, 0.08) 100%),  lightgray 50% / cover no-repeat;
	background-blend-mode: darken, normal;
	box-shadow: 1px 2px 14px 0px rgba(0, 0, 0, 0.06);
	background-size: cover;
	background-position: center;
}

#service_local {
	display: flex;
	padding: 48px;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	align-self: stretch;
	background: #333;
	margin-top:48px;
	margin-bottom:48px;
	margin-left: -12px;
	margin-right: -12px;
}

#service .greyBox h1, #service .greyBox p {
	color:#F0F0F0;
	text-align: left;
}

#servicePriceList, #service_before2, #servicePriceListFilters {
	max-width:846px;
	margin-left:auto;
	margin-right:auto;
	margin-top:48px;
}

#service_priceList h2,#service_priceList p, #service_priceList {
	text-align: left;
}

#service h2 {
	color:#013052;
	margin-bottom:6px;
}

#service_priceList p {
	color:#888;
	margin-bottom: 6px;
}

.serviceButtonWrapper {
	gap: 6px 12px;
	display: flex;
	flex-wrap: wrap;
}

#service_before {
	padding-top:48px;
}

#service_before2 {
	display: flex;
}

#service_before2 div {
	padding: 24px;
}

#service_before2 img {
	border-radius: 12px;
	border: 1px solid #E0E0E0;
}

#serviceStoresWrapper {
	display: flex;
	max-width: 846px;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	align-self: stretch;
	margin-left:auto;
	margin-right:auto;
}

.serviceStoreItem {
	display: flex;
	padding: 12px;
	align-items: center;
	align-content: center;
	gap: 12px;
	align-self: stretch;
	flex-wrap: wrap;
	border-radius: 6px;
	border: 1px solid #E0E0E0;
	background: #FFF;
	text-align: left;
}

.serviceStoreItem .icon-Location {
	padding-left:6px;
}

.serviceStoreItem > div {
	display: flex;
	min-width: 296px;
	flex-direction: column;
	align-items: flex-start;
	gap: 3px;
	flex: 1 0 0;
}

.serviceStoreItem > div > * {
	margin:0;
	line-height: 1;
}

.openBall {
	width:6px;
	height:6px;
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 2px;
}

.redBall {
	background-color:#eb5757;
}

.greenBall {
	background-color: #47A827;
}

#service_locations {
	padding-bottom:24px;
}

#faq {
	list-style-type: none;
	margin:0;
	padding:0;
	max-width:846px;
	margin-left:auto;
	margin-right:auto;
	
	
	display: flex;

	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	align-self: stretch;
}

.textInfo {
	position: relative;
	display: flex;
	padding: 12px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	align-self: stretch;
	border-radius: 6px;
	border: 1px solid #E0E0E0;
	background: #FFF;
	
	color:  #013052;
	font-family: Roboto;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	cursor: pointer;
}

.textInfo .icon-Plus{
	position: absolute;
    right: 12px;
    color: #008FF5;
}

.innerTextInfo {
	display: none;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	text-align: left;
}

.selected .innerTextInfo {
	display: block;
}

.selected .icon-Plus:before {
	content: "\e950";
}

.faqcomp {
	width: 100%;
}

#service_price_hero {
	background-color: #FFF;
	margin-top:-6px;
	margin-left:-12px;
	margin-right:-12px;
	padding-top:6px;
	padding-left:12px;
	padding-right:12px;
}

#service_price_hero_inner {
	display: flex;
	max-width: 870px;
	padding: 48px 12px;
	justify-content: center;
	align-items: center;
	align-content: center;
	gap: 12px;
	align-self: stretch;
	flex-wrap: wrap;
}

#service_product_info {
	display: flex;
	min-width: 200px;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

#service_product_info ul {
	padding-left:0;
	list-style-type: none;
	margin:0;
}

#service_product_info h1 {
	margin:0;
}

#service_price_hero_inner img {
	margin:24px;
	max-height:300px;
}


#service_product_info li::before {
	font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align: sub;
    font-size: 24px;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    content: "\e90c";
    
    padding-right:4px;
    color:#47A827;
}

#servicePriceList {
	padding-bottom:48px;
}

#servicePriceList > div > div:nth-child(2n) {
	background-color: #D9EEFE;
}

#servicePriceList > div > div {
	color: #013052;
	height:36px;
	line-height: 36px;
	padding-left:12px;
}

#servicePriceList > div .service_price_item {
	color:#333;
}

#servicePriceList > div > div > div {
	width:50%;
	float: left;
}

@media screen and (max-width: 640px) {
	#service_before2 {
	    display: block;
	}
	
	.serviceToday {
		display: block;
		line-height: 30px;
	}
	
	.serviceStoreItem .icon-Location {
		padding-left:0;
	}
}






