.AppointmentAddress {
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	width: 100%;
	margin-bottom: 1rem;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}