.Location_Main {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 600px;
	width: 100%;
}

.location_h1 {
	color: #000;
	text-align: center;
	font-family: var(--font-poppins);
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.Location {
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.15);
	/* max-width: 500px; */
	width: 100%;
	max-height: 475px;
	height: 100%;
}

/* Progress Bar  */

.Progess_Main {
	padding: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
