.main-area {
	width: 95% !important;
	max-width: 1000px;
}
#caregiver,
#timeslot {
	float: right;
	padding: 20px;
	margin-top: 50px;
	border-radius: 10px;
	width: calc(100% - 450px);
	background: #fff;
}
#timeslot div {
	margin-top: 20px;
}
#timeslot select {
	float: none;
	width: 180px;
}
#calendar {
	float: left;
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
	#caregiver,
	#calendar,
	#timeslot {
		float: none;
		overflow: hidden;
		width: 100%;
		max-width: 400px;
		margin: auto;
		border-radius: 0;
	}
}
