@font-face {
	font-family: 'Gudea_regular';
	src: url('https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-customer-files/29f77242dff19606a0d38aa785e18add/9bd6f6925a450b7181622336d1ebbd15/Gudea%20Font/gudea-v9-latin_latin-ext-regular(1).woff2') format('woff2');
}

@font-face {
	font-family: 'Gudea_700';
	src: url('https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-customer-files/29f77242dff19606a0d38aa785e18add/9bd6f6925a450b7181622336d1ebbd15/Gudea%20Font/gudea-v9-latin_latin-ext-700(2).woff2') format('woff2');
}

/* Theme Selection CSS */

.btn-top-nav {
	background-color: #F8F9FA;
	border-color: #F8F9FA;
	font-size: 14px !important;
}

.topnav-menu {
	padding: .8rem .3rem;
	border-radius: 15px;
}

#top-nav .dropdown-item {
	padding: .7rem 1.5rem;
	color: #171616;
	display: block;
	width: 100%;
	clear: both;
	font-weight: 400;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

/* Logo */

img.brand-logo {
	width: 100%;
	max-width: 150px;

}

/* Typography */
html {
	font-size: 62.5%;
}

body,
html,
p,
div,
td,
input,
textarea,
select {
	font-family: 'Gudea_regular', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Gudea_regular', Arial, Helvetica, sans-serif;
}

body {
	background: #f8f8f8;
}

body {
	font-size: 1.4rem;
	line-height: 1.5;
	overflow-x: hidden;
}

p {
	margin-bottom: 14px !important;
}

h1,
h2 {
	font-size: 3.8rem;
	line-height: 1.4;
	color: #56575e;
	font-weight: normal;
	letter-spacing: normal;
}

h3 {
	margin-bottom: 10px;
	color: #56575e;
	font-weight: 700;
	font-size: 1.17em;
	letter-spacing: normal;

}

h4 {
	color: #56575e;
	margin-bottom: 0;
	font-weight: 700;
	letter-spacing: normal;
}

p,
div,
input,
select,
textarea,
label {
	font-size: 1.9rem;
	line-height: inherit;
}

@media only screen and (max-width: 1440px) {

	p,
	div,
	input,
	select,
	textarea,
	label {
		font-size: 1.8rem;
		line-height: inherit;
	}
}


/* Navigation */

.dropdown-item {
	padding: .7rem 1.5rem;
	color: #171616 !important;
}

.primary-title h1 {
	font-size: 3.5em;
}

.nav-link {
	padding: 20px 15px 20px 15px;
}

.navbar-light .navbar-nav .nav-link {
	font-size: 1.9rem;
	color: #393941;
	transition: color 0.5s;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: #393941;
	background: #efeff0;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: #393941;
}


@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 15px;
		padding-left: 15px;
	}
}

/* Primary Title */

.primary-title h1 {
	font-size: 3.5em;
	padding: 0em 3em;
}

@media only screen and (max-width: 768px) {
	.primary-title h1 {
		font-size: 1.7em;
		padding: 0em 1em;
	}
}

/* Buttons */

/* Buttons */
.btn-primary:before,
.btn-success:before,
.btn-info:before,
a.button:before,
.btn-danger:before {
	content: '>';
	font-family: 'Gudea_regular';
	font-weight: normal;
	margin-right: 5px;
}


.btn,
a.button {
	font-weight: normal;
	font-size: 1.8rem;
	padding: 8px 20px !important;
	font-family: "Gudea_regular", Arial, Helvetica, sans-serif;
	border-radius: 2px;
	outline: none;
	line-height: 100%;
	cursor: pointer;
	text-decoration: none !important;
	text-transform: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
	text-align: center;
}

.btn-primary,
.btn-primary:visited,
.btn-primary:active,
.btn-primary:focus {
	color: #fff !important;
	background-color: #e2001a;
	border: 1px solid #fff;
}

.btn-primary:hover {
	color: #fff;
	background: #b40a1a;
	border: 1px solid #fff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background: #b40a1a;
	border: 1px solid #fff;
}

.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 0.2rem rgb(180 10 26 / 50%);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgb(180 10 26 / 50%);
}

.btn-success,
.btn-success:visited,
.btn-success:active,
.btn-success:focus {
	color: #fff !important;
	background-color: #e2001a;
	border: 1px solid #fff;
}

.btn-success:hover {
	color: #fff;
	background: #b40a1a;
	border: 1px solid #fff;
}

.btn-success:focus,
.btn-success.focus {

	box-shadow: 0 0 0 0.2rem rgb(180 10 26 / 50%);
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgb(180 10 26 / 50%);
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background: #b40a1a;
	border: 1px solid #fff;

}

a.button.button1 {
	color: #fff !important;
	background-color: #e2001a;
	border: 1px solid #fff;
}

a.button.button1:hover {
	background: #b40a1a;
	border: 1px solid #fff;
}

a.button.button2 {
	color: #e2001a !important;
	background-color: #ffffff;
	border: 1px solid #e2001a;
}

a.button.button2:hover {
	background: #e2001a;
	border: 1px solid #fff;
	color: #FFF !important;
}

.btn-info {
	color: #e2001a !important;
	background-color: #FFF;
	border: 1px solid #e2001a;
}

.btn-info:hover {
	background: #b40a1a;
	border: 1px solid #fff;
	color: #FFF !important;
}

.btn-danger {
	color: #fff !important;
	background-color: #e2001a;
	border: 1px solid #fff;
}

.btn-danger:hover {
	color: #fff;
	background: #b40a1a;
	border: 1px solid #fff;
}


/* Job Search Block */

.job-search-results ul {
	font-weight: 600;
}


.badge {
	background-color: #56575e;
}


.block-job-search-results .job-search-results table {
	font-size: 15px;
}

.job-search-filter-groups {
	background-color: #f8f9fa;
}


.job-component-details span,
.job-component-details i {
	color: #56575e;
}

@media only screen and (max-width: 768px) {
	.block-job-search-results .job-search-results .job-search-collapse {
		font-size: 16px;
	}
}

/* Card */
.card {
	border: 2px solid #e1e6ec;
	background: #FFF;
}

.card-footer {
	border-top: 2px solid rgb(225 230 236);
}

.fa-chevron-right:before {
	vertical-align: middle;
}

.job-search-results-footer a {
	color: #1b66a2;
	background: transparent;
}

/*** FAQ ***/
.faq-accordion .accordion-button.icon-arrow::before,
.faq-accordion .accordion-button.icon-arrow::after {
	color: #e2001a;
	font-size: 20px;
}

.accordion faq-accordion,
.accordion-header,
.accordion-item,
.accordion-button {
	background: rgba(68 68 68 / 0%) !important;
}

.accordion-header {
	padding: 10px 0px;
}

.accordion-button {
	font-size: 19px;
	color: #56575e;
}

.accordion-item {
	border-left: 0px;
	border-right: 0px;
}

.accordion-button:not(.collapsed) {
	color: #56575e;
	background-color: transparent;
	box-shadow: unset;
	font-weight: 700;
}

.accordion-button:focus {

	border-color: none;
	outline: 0;
	box-shadow: unset;
}

.faq-accordion .accordion-button.icon-arrow:not(.collapsed)::before,
.faq-accordion .accordion-button.icon-arrow:not(.collapsed)::after {
	content: "\f00d";
}

.accordion_list ul li {
	list-style-type: square;
}

.accordion_list ul li::marker {
	color: #e2001a;
}

/* Footer */

footer {
	padding: 60px;
	background: linear-gradient(to bottom, #6a6b71 0%, #393a42 100%);
}

footer .fab {
	font-weight: 400;
}

footer .sociallinks {
	margin-top: 1rem;
	margin-left: -10px;
}

footer .sociallinks>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

footer .bottom-footer li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.navbar-brand {
	margin-left: 15px;
}

/** Nav Styling **/
#top-nav {
	background: #56575e;
	padding-left: 60px;
	padding-right: 60px;
	text-align: right;

}

#top-nav a {

	font-size: 1.4rem;
	color: #fff;
	font-weight: 300;
	transition: opacity 0.5s;
	padding: 5px 15px;
	background: transparent;
}

#top-nav a:hover {
	color: #fff;
	opacity: 0.75;
	transition: color 0.5s, opacity 0.5s;
	text-decoration: none;
}

#top-nav ul,
#top-nav ul li {
	margin-bottom: 0;
	background: transparent;
}

.bg_rem {
	background-color: transparent;
}

.form-control {
	font-size: inherit;
}

.job-search-control input {
	margin-right: 25px;
}

@media only screen and (max-width: 576px) {
	.job-search-control input {
		margin-right: 0px;
	}
}

/*** card styling ***/

.job-component-icon-and-text {
	font-size: 1.4rem;
}

.job-search-results-card {

	border: 0 !important;
	padding: 15px;
	border-radius: 0;
}

.card-footer {
	padding: .75rem 1.25rem;


}

.card-footer {
	padding: 0rem 1.5rem 1.25rem;
	border-top: 2px solid transparent;
	background-color: transparent;
}

.card-footer a {
	font-family: 'Gudea_700', Arial, Helvetica, sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	color: #fff !important;
	/* background-color: #e2001a;*/
	/* border: 1px solid #fff;*/
	/*  padding: 5px 10px;*/
	/*border-radius:2px;*/
}


.job-search-results-footer .fa-chevron-right::before {
	content: "";
}

.job-search-results-card-title a {
	font-weight: inherit;
	color: inherit;
}

.block-job-search-results .job-search-filter-groups h4 {
	font-weight: inherit;
	font-size: 1.8rem;
	margin-bottom: 10px;
}

/*** Search bar inside banner styling ***/
.hero_banner_jumbotron {
	background: url(https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-uploads/public/uploads/36bf5be964936fb80da90a0816b477ba/images/files/d219565bcca0dc6ba9414515b2f94aa4/large/J-5563_-_Remondis_-_Website_Banners5.jpg?1663287696);
	padding: 18rem 0rem 18rem 0rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	background-color: rgba(0, 0, 0, 0.34);
}

.about_us_banner {
	background: url(https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-uploads/public/uploads/36bf5be964936fb80da90a0816b477ba/images/files/d82bbac78110debdce0e440284c6063b/large/BANNER_About_Us_1920x548.jpg?1673403443);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	background-color: rgba(0, 0, 0, 0.34);
}

.test_banner {
	background: url(https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-uploads/public/uploads/36bf5be964936fb80da90a0816b477ba/images/files/cb3743d6533d646fe21639220dd11ed1/medium/Sales_pointer_600x350.jpg?1673318387);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	background-color: rgba(0, 0, 0, 0.34);
}
.employee_experience_banner {
	background: url(https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-uploads/public/uploads/36bf5be964936fb80da90a0816b477ba/images/files/317388cc790363b34c8c31000955851d/large/BANNER_Employee_Experience_1920x548.jpg?1673403443);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	background-color: rgba(0, 0, 0, 0.34);
}

.mechanic_banner {
	background: url(https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-uploads/public/uploads/36bf5be964936fb80da90a0816b477ba/images/files/cf2f2d40aeb04b0a46b869fdfa520844/large/BANNER_Mechanic_1920x548.jpg?1673403444);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	background-color: rgba(0, 0, 0, 0.34);
}

.driver_banner {
	background: url(https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-uploads/public/uploads/36bf5be964936fb80da90a0816b477ba/images/files/d4212cc741ba698581879a39f4fd8920/large/BANNER_Driver_1920x548.jpg?1673403443);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	background-color: rgba(0, 0, 0, 0.34);
}

.application_process_banner {
	background: url(https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-uploads/public/uploads/36bf5be964936fb80da90a0816b477ba/images/files/8a9c75a37428fe72f4d3c8324a4d9f94/large/BANNER_Application_Process_1920x548.jpg?1673403443);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	background-color: rgba(0, 0, 0, 0.34);
}

.plant_operators_banner {
  	background: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)), url(https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-uploads/public/uploads/36bf5be964936fb80da90a0816b477ba/images/files/9a4b860731a5af1cce9aa002296e344b/large/BANNER_Plant_Operator.jpg?1673588857);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	background-color: rgba(0, 0, 0, 0.34);
}

.hero_banner_jumbotron h1 {
	color: #FFF;
}

.easy-autocomplete.form-control.form-control-sm.fix-autocomplete {
	width: 50% !important;
}

.hero_banner_jumbotron .job-search-control .btn-primary,
.hero_banner_jumbotron .job-search-control .btn-primary:active,
.hero_banner_jumbotron .job-search-control .btn-primary:visited,
.hero_banner_jumbotron .job-search-control .btn-primary:focus {
	border: 2px solid #FFF !important;
	background: #e2001a;
	margin-left: 20px;
	height: 48px;
	width: 48px;
	border-radius: 48px;
}

.hero_banner_jumbotron .job-search-control .btn-primary:before {
	content: '';
	background-image: url(https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-customer-files/29f77242dff19606a0d38aa785e18add/9bd6f6925a450b7181622336d1ebbd15/Remondis_arrow_image/randicons_48px_absprunglink.svg);
	background-size: contain;
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	height: 48px;
	width: 48px;
	display: block;
	top: -10px;
	left: -20px;
}

.hero_banner_jumbotron .input-group input {
	height: 48px;
}

.map-block {
	background: #a3cfe4;
	height: 600px;
	vertical-align: middle;
}

/**.home_bg1{
  background: #6F9A18;
  height: 200px;
}**/

/*** Styling Ends here ***/

.block-job-search-results .job-search-results .job-search-control {
	margin-bottom: 30px;
}

/** Footer Styling**/

Footer img.brand-logo {
	width: 100%;
	max-width: 114px;
	height: 80px;
}

hr {
	margin-top: 1rem;
	border: 0;
	border-top: 0;
	border-bottom: 1px solid #88888e;
	margin-bottom: 20px;
}

.footer_heading {
	font-size: 2.2rem;
	margin-bottom: 20px !important;
	font-weight: normal;
}

footer * {
	color: #fff;
}

.footer_list {
	list-style: none;
	padding: 0;
}

.footer_link {
	font-size: 1.6rem;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	transition: color 0.5s;
}

.footer_link:hover {
	color: unset;
	opacity: 0.75;
	transition: opacity 0.5s;
	text-decoration: none;
}

footer li {
	margin-bottom: 0;
}

footer p {
	font-size: 1.6rem;
}

footer a,
footer a:visited {

	color: #FFF;
}

@media (max-width: 768px) {
	.hero_banner_jumbotron .job-search-control .easy-autocomplete.form-control.form-control-sm.fix-autocomplete {
		width: 100% !important;
	}

	.hero_banner_jumbotron .job-search-control .input-group-btn {
		width: 100%;
		text-align: center;
	}

	.hero_banner_jumbotron .job-search-control .btn-primary {
		margin-left: 0;
		margin-top: 20px;
	}

	.job-search-control .easy-autocomplete.form-control.form-control-sm.fix-autocomplete {
		width: 100% !important;
	}

	.job-search-control .input-group-btn {
		width: 100%;
		text-align: center;
		margin-left: 0px !important;
	}

	.job-search-control .btn-primary,
	.job-search-control .btn-success {
		margin-left: 0;
		margin-top: 20px;
		width: 100%;
	}

	.job-search-control .near-me-control {
		margin-left: 0px;
	}

	.job-search-results-dropdown-filter-col {
		margin-bottom: 20px;
	}

}

.job-search-results-footer a:after {
	content: '';
	background-image: url(https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-customer-files/29f77242dff19606a0d38aa785e18add/9bd6f6925a450b7181622336d1ebbd15/Remondis_arrow_image/randicons_48px_absprunglink.svg);
	background-size: contain;
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	height: 48px;
	width: 48px;
	display: inline-flex;
	top: 18px;
	background-color: #e2001a;
	border-radius: 48px;
}

.search_bar .job-search-control {
	display: none;
}

.sidebar {
	background-color: #efeff0;
	padding: 30px;
}

.sidebar .block-jobs .job h3.job-title {
	font-size: 2.4rem;
	font-weight: 600;
	font-family: 'Gudea_regular', Arial, Helvetica, sans-serif;
	color: #e2001a;
}

.block-jobs .job span.job-field {

	font-size: 1.5rem;
}

.sidebar .job-summary {
	margin-top: 8px;
	font-size: 16px;
}


.padding-30 {
	padding: 30px 0 0 0px;

}


.page-block a,
.page-block a:visited {
	color: #000000;
}

.block-call-to-action .form-call-to-action h2 {
	color: #fff;
}

.referral-link {
	font-weight: 600;
	color: #e2001a;
}

.referral-link:hover {
	color: #b40a1a;
	text-decoration: none;
}

.container {
	width: 100%;
	max-width: 1596px;
	padding: 0 2rem;
}

.hero_banner .block-image-text {
	padding: 0 2rem;
}

.hero_banner h1 {
	font-size: 4rem;
	line-height: 1.3;
}

.hero_banner p {
	color: #fff;
}

@media (min-width: 768px) {
	.hero_banner .block-image-cover .block-image-text {
		top: 50%;
		transform: translateY(-50%);
		max-width: 1596px;
		margin: 0 auto;
	}

	.hero_banner h1 {
		font-size: 7rem;
		line-height: 1.3;
	}

	.hero_banner .block-image-cover .block-image-text h1,
	.hero_banner .block-image-cover .block-image-text p {
		width: 66.66666%;
	}

	/**.hero_banner .block-job-search-form {
    max-width:1596px;
    margin: 0 auto;
}
   .hero_banner .block-image-cover .block-image-text p,.hero_banner .block-content, .hero_banner form {
    width: 66.66666%;
}**/

}

.candidate-settings-panel {

	background-color: #efeff0;
	padding: 30px;
}

.error_page a {
	text-decoration: underline;
	color: #e2001a !important;
}

.error_page a:hover {

	color: #b40a1a;
}

/*** filter styling ***/
select.job-search-results-filter {
	padding: 7px;
	background: #fff;
	border: 1px solid rgba(190, 191, 193, 1);
}

.search_bar_body .job-search-control,
.job-search-dropdown-filters {
	background: #FFF;
}

.search_bar_body .job-search-control {
	margin: 45px 0px 0px 0px !important;
	padding: 45px 17.5px 45px 17.5px;
	border-radius: 0px 0px 0px 0px;
}

.job-search-dropdown-filters {
	margin: 0px 0px 45px 0px;
	padding: 5px 17.5px 45px 17.5px !important;
	border-radius: 0px 0px 1px 1px;
}

.input-group input,
.input-group-btn button {
	height: 42px;
	padding: 8px 26px;
}

.search_bar_body .input-group-btn {
	margin-left: 25px !important;
}

@media only screen and (max-width: 576px) {
	.search_bar_body .input-group-btn {
		margin-left: 0px !important;
	}
}

@media (min-width: 768px) {
	.job-search-results-dropdown-filter-col {
		flex: 0 0 33.3%;
		max-width: 33.3%;
	}

	.job-search-results-card-col {
		flex: 0 0 33.3%;
		max-width: 33.3%;
	}

	.vertical-align-middle {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		padding: 0 25px;
	}
}

.job-search-control .near-me-control {
	margin-left: 0;
}

.card-footer.job-search-results-footer {
	text-align: end;
}

.card-body.job-search-results-card-body {
	padding-bottom: 0;
}

.easy-autocomplete input {
	box-shadow: unset;
	border-radius: 0px;
	border: 1px solid rgba(190, 191, 193, 1);
	color: #555;
}

.sidebar .block-call-to-action form {
	max-width: inherit;
	margin: 0 auto;
}

.block-wrapper.sidebar.emp-ref {
	text-align: center;
}

span.job-city:before {
	content: '\f3c5';
	font-family: 'Font Awesome 7 Free';
	font-weight: 600;
	margin-right: 5px;
	font-size: 14px;
}

.block-call-to-action form {
	max-width: inherit;
	margin: 0 auto;
}

.sidebar.emp-ref {
	background-color: #FFF;
	border: 1px solid #e2001a;
}

.job-description-controls .favourites-button-text i.fa.fa-star.add-to-favourites-text {
	display: none;
}

.job-description-controls i.fa.fa-cog {
	display: none;
}

.consent-modal .image-wrapper {
	display: none;
}

.consent-modal .modal-body p {
	font-size: 1.9rem;
}

.consent-modal .modal-content {
	background-color: #56575e;
}

.consent-modal .modal-content p {
	color: #FFF;
}

.consent-modal .modal-header {
	padding: 16px 44px;
}

.consent-modal .modal-body {
	padding: 16px 44px;
}

.consent-modal .modal-footer {
	padding: 16px 44px;
}

.btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: 0.25em 0.25em;
	color: #000;
	border: 0;
	border-radius: 0.375rem;
	opacity: 0.5;
}

.referral-link:before {
	content: '>';
	font-family: 'Gudea_regular';
	font-weight: normal;
	margin-right: 5px;
}

.sidebar .btn.btn-primary {
	border: 2px solid #FFF !important;
	background: #e2001a;
	height: 48px;
	width: 48px;
	border-radius: 48px;
}

.sidebar .btn.btn-primary:before {
	content: '';
	background-image: url(https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-customer-files/29f77242dff19606a0d38aa785e18add/9bd6f6925a450b7181622336d1ebbd15/Remondis_arrow_image/randicons_48px_absprunglink.svg);
	background-size: contain;
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	height: 48px;
	width: 48px;
	display: block;
	top: -10px;
	left: -20px;
}

.sidebar span.submit-state.submit-start {
	color: transparent;
}

a.not-candidate {
	font-size: 14px !important;
	color: #e2001a !important;
}

.candidate-unsubscribe-row a,
.candidate-unsubscribe-row:visited {
	color: #FFF;
}

.sidebar h3,
.setting_text h3 {
	font-size: 32px;
}

.block-job-description h3 {
	font-size: 32px;
}

.map_row .row>* {
	padding-right: 0;
	padding-left: 0;
}

.map_row .row>.col-md-4 {
	background-color: #fff;
}

.sidebar .call-to-action-form .form-group-submit {
	text-align: end;
}

.sidebar .call-to-action-form p,
.call-to-action-form img {
	text-align: end;
}

.sidebar.apply .call-to-action-form .form-group-submit {
	text-align: end;
}

.sidebar.apply .call-to-action-form p,
.call-to-action-form img {
	text-align: end;
}

a#link_delete_favourite_2_0_0,
a#link_delete_job_alert_subscriptions_2_0,
a#link_candidate_unsubscribe_2_0 {
	color: #e2001a !important;
	background-color: #FFF;
	border: 1px solid #e2001a;
}

.candidate-settings-panel .text-right {
	text-align: end !important;
}

.cta_background_img {
	background: url(https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-uploads/public/uploads/36bf5be964936fb80da90a0816b477ba/images/files/cc1f52cd399ce49b65105a13ed90c092/original/Shirt_1920x400.jpg?1670973582);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (min-width: 577px) {
	.cta_background_img {
		height: 500px;
	}
}

.rem_color1 {
	background-color: #002D5A;
}

.rem_color2 {
	background-color: #015491;
}

.rem_color3 {
	background-color: #A3CFE4;
}

.six_color_row .block-wrapper.rem_color3 p {
	color: #000;
}

.rem_color4 {
	background-color: #6F9A18;
}

.rem_color5 {
	background-color: #535F6A;
}

.rem_color6 {
	background-color: #FAB700;
}

.six_color_row .block-wrapper.rem_color6 p {
	color: #000;
}

.rem_color7 {
	background-color: #f7f7f7;
}

.six_color_row .block-wrapper {
	padding: 36px;
	height: 200px;
}

.six_color_row .block-wrapper p {
	color: #fff;
	font-weight: 600;
}

/** Carousel Styling **/
.custom_carousel .card-group .card {
	margin: 0 24px;
	border: 0;
}

.custom_carousel .card-body {
	padding: 36px;
	padding-bottom: 0;
	height: 200px;
}

.custom_carousel .card-footer {
	padding: 0px 36px 36px 36px;
	text-align: end;
	border: 0;
}

a.button.button3 {
	border: 0;
	background: transparent;
	color: transparent !important;
	padding: 0 !important;
}

a.button.button3:hover {
	border: 0;
	background: transparent;
	color: transparent !important;
}

a.button.button3:after {
	content: '';
	background-image: url(https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-customer-files/29f77242dff19606a0d38aa785e18add/9bd6f6925a450b7181622336d1ebbd15/Remondis_arrow_image/randicons_48px_absprunglink.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 48px;
	width: 48px;
	display: inline-flex;
	background-color: #e2001a;
	border-radius: 100%;
	border: 2px solid #fff;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f00'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f00'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%;
	border-radius: 2rem;
	background-color: #FFF;
	padding: 2rem;
}

.carousel-indicators [data-bs-target] {
	width: 8px;
	height: 8px;
	margin-right: 5px;
	margin-left: 5px;
	border-radius: 50%;
	background-color: #000;
}

.carousel-indicators {
	bottom: -50px;
}

.custom_carousel .card-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.carousel-control-prev,
	.carousel-control-next {
		width: 1%;
	}

	.carousel-control-prev,
	.carousel-control-next {
          top: 280px;
          height: 0;
	}
  .custom_carousel .card:first-child
{
margin-left:4px;   
}
.custom_carousel .card:last-child
{
margin-right:4px;   
}
}

.bg_remondis-blau {
	background-color: #015491;
}

.bg_remondis-dunkelblau {
	background-color: #002D5A;
}
.bg_remondis-hellgrau {
	background-color: #efeff0;
}

.bg_remondis-hellblau {
	background-color: #a3cfe4;
}

.bg_remondis-dunkelblau p,
.bg_remondis-dunkelblau h3 {
	color: #fff !important;
}

}

.bg_remondis-lagune {
	background-color: #31b7bc;
}

.bg_remondis-hellgruen {
	background-color: #a2bb14;
}

/** Carousel Styling **/
.page-row .page-block img {
	object-fit: fill;
}

.padded_p .block-wrapper .page-block p {
	padding: 0 36px;
}

.padded_p .block-wrapper .page-block p:first-of-type {
	padding: 0px;
	margin-bottom: 0 !important;
}

.padded_p .block-wrapper.bg_remondis-hellblau .page-block h3:first-of-type,
.padded_p .block-wrapper.bg_remondis-hellgruen .page-block h3:first-of-type {
	color: #FFF;

}

.padded_p .block-wrapper .page-block h3:first-of-type,
.padded_p .block-wrapper .page-block h3:first-of-type {
	padding: 36px 36px 0 36px;
}


.padded_p .block-wrapper .page-block p:last-of-type {
	text-align: end;
}

.padded_p a.button.button1,
.padded_p a.button.button3 {
	margin-bottom: 36px;
}

.block-image-text {
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
	.banner_img .block-image-text {
		max-width: 1596px;
		margin-left: auto;
		margin-right: auto;
	}

	.banner_img .block-image-text * {
		width: 66.666%;
	}
  .padded_p .row>div[class^="col"]:first-child {
	padding-left: calc(var(--bs-gutter-x) * 0.5);
}
}

/*.custom_carousel .card-group .card:first-child
{
    margin-left: 4px;
}*/

  .padded_p .row>* {
	padding-right: 24px;
	padding-left: 24px;
}

.rem_nav li {
	margin-bottom: 0;
}

.rem_nav .dropdown-menu {
	border-radius: 0;
	padding: 0;
	margin: 0;
	background: #efeff0;
}

.rem_nav .dropdown-item {
	color: #393941 !important;
	font-size: inherit;
	padding: 8px 15px;
	font-size: 1.8rem;
	line-height: 1.5;
}

.rem_nav .dropdown-item:hover {
	background: rgba(81, 81, 87, 0.9);
	text-decoration: none;
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #FFF !important;
	background: rgba(81, 81, 87, 0.9);
}

.dropdown-item.active,
.dropdown-item:active {
	color: #FFF !important;
	background: rgba(81, 81, 87, 0.9);
	text-decoration: none;

}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #FFF !important;
	background: rgba(81, 81, 87, 0.9);
	pointer-events: none;
}

.job-component-details .job-component-list .more,
.job-component-details .job-component-list .less {
	font-weight: bold;
	font-size: 1.4rem;
	color: #56575e;
}

/** Featured Jobs***/

.block-wrapper.feautured_jobs {
	padding: 45px 17.5px 45px 17.5px;
	background-color: #FFF;
}

span.job-city:before {
	content: "\f124";
}

.jobs-list-feautured .jobs-list {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width: 768px) {
	.jobs-list-feautured .jobs-list .job {
		flex: 0 0 32.8888%;
		max-width: 32.8888%;
	}
}

.jobs-list-feautured .jobs-list .job {
	max-width: 100%;
	border: 0 !important;
	padding: 21px;
	border-radius: 0;
	background: #fff;
	height: 275px;
	margin: 10px !important;
}

.jobs-list-feautured .job-summary {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	height: 140px;
	margin-top: 20px;
	font-size: 1.8rem;
	line-height: inherit;
	color: #000;
}

.jobs-list-feautured .job-title {
	font-size: 19px !important;
	font-weight: 600 !important;
	color: #000000 !important;
}

.jobs-list-feautured .job-field.job-city {
	color: #56575e !important;
	font-size: 1.4rem !important;
	font-weight: 600;
}

.jobs-list-feautured .job-country {
	color: #56575e !important;
	padding: 3px 0px 5px 0px;
	display: block;
}

.jobs-list-feautured .block-jobs .job {
	margin-bottom: 0px;
}

.dropdown-toggle::after {
	border: none;
	font: normal normal normal 19px/1 'Font Awesome 7 Free';
	content: '\f078';
	vertical-align: baseline;
	font-weight: 600;
	margin-left: 10px;
	transition: .3s ease-in-out;
}

li.nav-item a.nav-link.dropdown-toggle.show::after {
	content: '\f077' !important;/* the different icon */
}

.padded_p .col-md-4 {
	flex: 1 0 0%;
}

table.table.jobs-list a {
	font-weight: 600;
}
table.table.jobs-list a:hover {
    text-decoration: underline;
}
.exit-call-to-action-modal h2 {
    color: #56575e;
}
.customheading {
    font-weight: 700;
}

