.jobs {
	margin-bottom: 50px;
}
.zip-form-div {
	margin-top: 50px;
	text-align: center;
}
.zip-form-div .zip-form-heading {
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 20px;
}
.featured-jobs-heading {
	font-size: 24px;
}
.zip-form-div input {
	padding: 10px;
	font-size: 18px;
}
.zip-form-div button {
	margin-top: -5px;
	display: inline !important;
}
.holder-div {
	display: flex;
	text-align: center;
	width: 70%;
	margin: 0 auto;
	justify-content: center;
}
.initial-promo {
	margin-top: 30px;
	font-size: 18px;
	line-height: 200%;
}
.initial-promo .promo-hygienists {
	color: #02a7a1;
	font-weight: 500;
}
.initial-promo .promo-dentists {
	color: #a55fa6;
	font-weight: 500;
}
.container {
	margin-bottom: 100px;
}
.grecaptcha-badge {
	visibility: hidden;
}

/* job cards */

@media only screen and (min-width: 320px) {
	.job-card-sec {
		background: #ffffff;
		padding: 20px;
	}
	.featured-jobs-heading {
		text-align: center;
		padding-top: 20px;
		margin-bottom: 40px;
	}

	.job-card-container {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		text-align: left;
		overflow: wrap;
		margin: 0px auto;
	}
	.job-card {
		max-width: 90%;
		min-width: 90%;
		font-size: 18px;
		height: 300px;
		box-shadow: 0 0 17px rgba(0, 0, 0, 0.3);
		border-bottom: 2px solid #a865a8;
		background: rgb(238, 236, 236);
		padding: 10px 10px 10px;
		margin: 0px auto;
		margin-bottom: 50px !important;
	}
	.job-button-row {
		margin-top: 20px;
		display: flex;
		text-align: center;
		justify-content: space-between;
	}
	.job-type-row {
		margin-top: 20px;
		display: flex;
		text-align: center;
		justify-content: center;
	}
	.job-distance {
		color: #696872;
	}
	.location-row {
		display: inline;
	}
	.job-location {
		display: inline;
		font-weight: 600;
		font-family: "Poppins", sans-serif;
	}
	.job-duration {
		text-transform: lowercase;
	}
	.job-duration:first-letter {
		text-transform: uppercase;
	}
	.job-title {
		font-size: 24px;
		font-weight: 700;
		text-align: center;
		text-transform: lowercase;
		color: #a865a8;
		margin-bottom: 20px;
	}
	.job-title:first-letter {
		text-transform: uppercase;
	}

	.job-description {
		padding: 10px;
		margin-top: 20px !important;
		width: 100%;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		border: 1px dotted grey;
	}

	.job-office {
		margin-bottom: 10px;
		font-weight: 600;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.job-wage {
		letter-spacing: 1px;
		padding-top: 10px;
		font-weight: 600;
		font-size: 18px;
	}
	.btn-scaler:hover {
		border: 2px solid #02a7a1;
		background-color: transparent;
		border-radius: 0px;
		color: #02a7a1;
	}
	.btn-scaler {
		background-color: #02a7a1;
		border: 2px solid #02a7a1;
		border-radius: 0px;
		padding: 10px 25px;
		font-size: 16px;
		color: #fff;
	}
}

@media only screen and (min-width: 600px) {
	.job-card {
		max-width: 450px;
		min-width: 450px;
		font-size: 18px;
		height: 300px;
		box-shadow: 0 0 17px rgba(0, 0, 0, 0.3);
		border-bottom: 2px solid #a865a8;
		background: rgb(238, 236, 236);
		padding: 10px 10px 10px;
		margin-left: 30px;
		margin-bottom: 50px !important;
	}
}
