html body {
	background-color: #f4f4f4 !important;
}

/**/


.home-contact-sec {
	position: relative;
}

.home-contact-sec:after,
.home-contact-sec:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 100px;
	z-index: 9;
}

.home-contact-sec:before {
	top: -100px;
	background: url(https://packhire.com/wp-content/themes/jobify-classic/images/top-gray-bg.png) center bottom no-repeat;
}

.home-contact-sec:after {
	bottom: 0;
	background: url(https://packhire.com/wp-content/themes/jobify-classic/images/top-gray-bg.png) center bottom no-repeat;
}

.home #main.site-main {
	padding-top: 0;
}

.home .site-footer {
	margin-top: 0;
}

article {
	padding-top: 50px;
}
/** home **/

.about-sec {
	position: relative;
}
html body #page .search_jobs div.gjm-filters-wrapper {
	display: flex;
	padding: 0 !important;
	flex: 0 0 33% !important;
}

html body #page .search_jobs div.gjm-filters-wrapper div.gjm-filter-wrapper {
	padding:5px !important;
}

html body #page .search_jobs div.gjm-filter-wrapper .select2, html body #page .search_jobs div.gjm-filters-wrapper .gjm-filter-wrapper {
	width: 100% !important;
}

.hero-banner .search_jobs {
	max-width: 1130px !important;
	margin: auto !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.hero-banner .job_search_form input,
.hero-banner .job_search_form .select2-selection__rendered {
	font-size: 16px;
	line-height: 24px;
	color: #2b2c35 !important;
	width: 100% !important;
	padding: 15px 15px !important;
	border-radius: 8px !important;
	background-color: #f4f4f4 !important;
	border: 1px solid #2b2c35 !important;
}


.hero-banner .job_search_form input::-webkit-input-placeholder,
.hero-banner .job_search_form input:-ms-input-placeholder,
.hero-banner .job_search_form input::placeholder {
	color: #2b2c35 !important;
}

body #page .hero-banner .job_search_form .search_submit,
body #page .hero-banner .job_search_form .search_region,
body #page .hero-banner .job_search_form .search_location,
body #page .hero-banner .job_search_form .search_keywords,
body #page .hero-banner .job_search_form .search_categories {
	flex: 0 0 25%;
	padding: 5px;
	width: 100%;
	min-width: 150px;
}
@media all and (min-width: 769px) {
	body #page .hero-banner .job_search_form .search_submit input {
		height: 56px;
	}
}
.hero-banner .job_search_form .search_submit input {
	color: #fff !important;
	background: #00bf82 !important;
	border-color: #00bf82 !important;
	text-align: center !important;
	text-transform: inherit;
	font-weight: 800 !important;
	padding-right: 40px !important;
	font-family: 'Manrope', sans-serif !important;
	font-size: 18px;
	transition: .5s all !important;
}

.hero-banner .job_search_form .search_submit input:hover {
	background: #2b2c35 !important;
	border-color: #2b2c35 !important;

}

.hero-banner .select2.select2-container.select2-container--default {
	border: 0 !important;
}

.hero-banner .select2-selection__arrow {
	height: 100% !important;
}

.pet-care-sec {
	position: relative;
}


.advantage-sec {
	position: relative;
}

.about-sec .site-heading img {
	margin: 0 15px !important;
	width: 100%;
	max-width: 200px !important;
	vertical-align: middle !important;
}



.search-job-block {
	position: relative;
}

.search-job-block:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 191, 130, .9);
	z-index: -1;
}

.search-job-block .site-heading span {
	color: #fff !important;
	display: block;
}

.search-job-block .cta-btn {
	background: #2b2c35 !important;
}

.search-job-block .cta-btn:hover {
	color: #2b2c35 !important;
	background: #fff !important;
}


.pet-care-sec .career-btn {
	position: relative !important;
}

.pet-care-sec .career-btn:after {
	content: "" !important;
	position: absolute !important;
	background: url(https://packhire.com/wp-content/themes/jobify-classic/images/right-arrow.png) 0 0 no-repeat;
	width: 21px;
	height: 16px;
	top: 9px;
	right: -30px;
	display: inline-block !important;
	opacity: 1 !important;
}


.pet-service {
	display: flex;
	flex-wrap: wrap;
	margin: 0 !important;
}

.pet-service li {
	max-width: 20%;
	flex: 0 0 20%;
	margin: 25px 0 !important;
	list-style: none !important;
	text-align: center !important;
}

.pet-service h4 {
	padding-bottom: 0 !important;
	margin-top: 10px !important;
}

@media (min-width: 1200px) {
	html body {
		padding-top: 0 !important;
	}

	html body.no-header #page {
		margin-top: 45px;
	}
}

/***/
@media (max-width: 1199px) {

	.about-sec .site-heading img {
		margin: 0 !important;
		width: 170px;
	}

	.hero-banner .job_search_form .search_submit input {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.pet-care-sec .site-heading img {
		width: 25px;
		margin: 0 !important;
	}

}

@media (max-width: 980px) {
	.search-job-block::after {
		left: -15px;
		right: -15px;
		bottom: -15px;;
	}

}



@media (max-width: 767px) {
	.about-sec .site-heading img {
		width: 150px;
	}

	.pet-care-sec .site-heading img {
		display: none !important;
	}
	.search-job-block .site-heading span {
		display: inline;
	}


	.hero-banner .job_search_form input,
	.hero-banner .job_search_form .select2-selection__rendered {
		font-size: 14px;
		line-height: 20px;
		padding: 12px 15px !important;
	}
	.pet-service li {
		max-width: 50%;
		flex: 0 0 50%;
		margin: 15px 0 !important;
	}
	html body #page .search_jobs div.gjm-filters-wrapper{
		flex:inherit !important;
		padding: 0 10px !important;
	}
	#page form.gjm-features-enabled div.gjm-filters-wrapper{
		flex-direction:inherit;
	}
	.et-db #et-boc .et-l .et_pb_text_0 h2{
		font-size:30px !important;
		margin-top: 20px;
	}
	.et-db #et-boc .et-l .et_pb_text_1 h2{
		font-size:30px !important;
	}
	.et-db #et-boc .et-l .et_pb_text_3 h2{
		font-size:30px !important;
	}
	.et-db #et-boc .et-l .et_pb_section_1{
		padding: 130px 4.5% 90px !important;
	}
	.et-db #et-boc .et-l .et_pb_text_7 h2 {
    font-size: 30px !important;
}
.et-db #et-boc .et-l .et_pb_text_8 h2 {
    font-size: 30px !important;
}
.et-db #et-boc .et-l .et_pb_text_9 h2 {
    font-size: 30px !important;
}
.et-db #et-boc .et-l .et_pb_text_10 h2 {
    font-size: 30px !important;
}
.et-db #et-boc .et-l .et_pb_text_11 h2 {
    font-size: 30px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: auto;
    right: 6px;
}

	
}