#card-form {
	max-width: 400px;
}
#card-result {
	display: none;
}

#CustomerPayment {
	padding: 30px 0;
}
#customerInformation {
	max-width: 400px;
}
#customerTwo,
#customerThree {
	display: none;
}

#customerThree #card-container {
	max-width: 400px;
}
#charge-amount {
	font-weight: bold;
}
.service {
	border: 1px solid #afafaf;
	border-radius: 10px;
	margin-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
}
.service .check {
	width: 5%;
}
.service .service-details {
	width: 95%;
}
.service .service-details span {
	font-size: 28px;
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
}
.service .service-details span.discount {
	font-size: 16px;
	font-weight: normal;
	display: inline;
	margin-bottom: 0px;
	color: #555;
}

.customerInfo {
	margin-bottom: 25px;
}
.customerInfo .customerContact,
.customerInfo .customerName {
	font-weight: bold;
}
