.sr_img {
    display: inline-block;
    width: 100%;
    position: relative;
}


.search_bar_home .sr_img input[type="text"] {
	background: #fff;
	border: none;
	font-size: 16px;
	height: 50px;
	padding: 10px 20px;
	color: #7f7e7e;
	font-family: 'latoregular';
	border-radius: 3px;
}

.sr_img input[type="text"] {
	border-radius: 0;
	float: left;
	font-size: 14px;
	height: 50px;
	line-height: 38px;
	width: 100%;
	border: transparent;
	color: #fff;
	font-weight: normal;
	background: transparent;
	padding: 0 10px;
	font-family: 'Roboto', sans-serif;
	padding-left: 50px;
}
.sr_img input[type="text"]::-webkit-input-placeholder {color: #fff;opacity: 1;}
.sr_img input[type="text"]::-moz-placeholder {color: #fff;opacity: 1;}
.sr_img input[type="text"]:-ms-input-placeholder {color: #fff;opacity: 1;}
.sr_img input[type="text"]:-moz-placeholder {color: #fff;opacity: 1;}

.dropdown-occupation {
    width: 17%;
}

.jobsearch-input {
    width: 23%;
    padding: 0px;
    float: left;
    position: relative;
    border-left: 1px #f7a1ed solid;
}

.dropdown-occupation select.search_input {
    padding-left: 42px;
    padding-right: 30px;
}

select.search_input {
    padding-right: 0;
}

.sear_selcd select {
    float: left;
    font-size: 14px;
    height: 50px;
    line-height: 38px;
    width: 100%;
    border: transparent;
    font-weight: 600;
    color: #fff;
    font-weight: normal;
    background: transparent;
    padding: 0 10px;
    font-family: 'Roboto', sans-serif;
    border-radius: 0;
}
.sear_selcd select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}
.custom-select select {
    display: none;
}

.select-selected {
    cursor: pointer;
    user-select: none;
    padding: 8px 0 8px 30px;
    list-style-type: none;
    color: #fff;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}
.sear_selcd {
    position: relative;
    z-index: 99;
}
.sear_selcd {
    display: inline-block;
    width: 100%;
}

.custom-select {
    position: relative;
    background: transparent;
    border: none;
    height: 50px;
    border-radius: 0;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E) no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
} */

.select-selected:after {
    position: absolute;
    content: "";
    top: 22px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

.select-hide {
    display: none;
}
.select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    text-align: left;
    max-height: 300px;
    overflow-y: auto;
}

.sre_icon {
    position: absolute;
    left: 15px;
    top: 50%;
    color: #8f8f8f;
    transform: translate(0,-50%);
    z-index: 99;
}

.search-refine {
    border: 0;
    width: 15%;
    border-left: 1px #f7a1ed solid;
    border-right: 1px #f7a1ed solid;
    float: left;
    text-indent: -0.75em;
    color: #fff;
    background-color: #193284;
    background-image: url(../images/refine-icon.png);
    background-repeat: no-repeat;
    background-position: 88%;
    height: 50px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}

.hidden-lg {
    display: none !important;
}
.slider-wrapper {
    padding: 20px 0;
    max-width: 100%;
    margin: 0 auto;
}

.open-main-search {
    position: relative;
    z-index: 999;
}

.jobsearch-input.jobsearch-input-search {
    border-left: none;
}

.jobsearch-input-search {
    border-left: none;
}

.dropdown-occupation {
    width: 17%;
}

.home-search-bars {
    position: absolute;
    bottom: 129px;
    width: 100%;
}

.slider_cover {
    left: 0;
    padding-bottom: 30px;
    right: 0;
    text-align: center;
    top: 170px;
}

.search_button {
    display: inline-block;
    padding-top: 0px;
}

.jobsearch-btn {
    float: left;
    width: 11%;
}

.search_button .search {
    border: 1px solid #e557d2;
    cursor: pointer;
    display: block;
    background: #e557d2;
    transition: all .5s ease-out;
    font-size: 17px;
    text-align: center;
    padding: 4px 27px;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    height: 50px;
    border-radius: 0;
}

.show-main-search {
    display: none;
}

/* advance search */
.show-search-bar .advanceSearch {
    position: relative !important;
}

.advanceSearch.active {
    opacity: 1; 
    visibility: visible;
}

.advanceSearch {
	position: relative;
    color: #000;
    display: block;
    height: 290px;
    z-index: 10;
    top: -50px;
    max-height: 0;
    visibility: hidden;
    transition: all 200ms cubic-bezier(.55,.055,.675,.19);
    transition-property: max-height,opacity;
    opacity: 0;
    z-index: 99;
    float: left;
}

.jobsearch-input.jobsearch-input-search {
    border-left: none;
}

.advanceSearch .jobsearch-input {
    background: rgba(230,100,215,0.8);
}

.advanceSearch .jobsearch-input-search {
    width: 49%;
}

.occuption_mob_view {
    display: none;
}

.advanceSearch .sr_img input[type="text"], .advanceSearch .sear_selcd select {
    border: transparent;
}

.advanceSearch .jobsearch-input {
    background: rgba(230,100,215,0.8);
}

.dropdown-occupation {
    width: 17%;
}

.advanceSearch .sr_img input[type="text"], .advanceSearch .sear_selcd select {
    border: transparent;
}

.adv-search-bxx {
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px;
    border-top: 1px solid #e2e2e2;
}

.adv-search-bxx .jobsearch-input {
    border: none;
    margin-right: 20px;
    background: transparent;
}

.adv-search-bxx .jobsearch-input label {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500; 
}
.adv-search-bxx .jobsearch-input .IncludingBonuses {
    vertical-align: top; text-align: left
}
.adv-search-bxx .jobsearch-input .IncludingBonuses input[type="checkbox"] { margin-top: 5px}
.adv-search-bxx .custom-select {
    height: auto;
    padding: 0;
}

.advanceSearch .adv-search-bxx .sear_selcd select {
    border: 1px #cac9ca solid;
    height: 50px;
    color: #333;
}

.sear_selcd span.arrowhide {
    overflow: visible;
}

.sear_selcd span {
    display: inline-block;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 0px;
}

.adv-search-bxx .select-selected {
    border: 1px #cac9ca solid;
    height: 50px;
    color: #333;
    text-align: left;
    line-height: 34px;
}

.adv-search-btns {
    float: right;
    padding-top: 51px;
}

.adv-close-btn {
    font-size: 18px;
    padding: 7px 50px;
    background: #fff;
    color: #a0a0a0;
    border: 1px solid #cac9ca;
    text-align: center;
    display: inline-block;
    height: 43px;
    vertical-align: top;
    margin-right: 15px;
}

.adv-search-btns .search {
    border: 1px solid #e557d2;
    cursor: pointer;
    display: inline-block;
    background: #e557d2;
    transition: all .5s ease-out;
    font-size: 20px;
    text-align: center;
    padding: 5px 26px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border-radius: 0;
    height: 43px;
}

.adv-search-bxx .select-selected::after {
    border-color: #a6a3a3 transparent transparent transparent;
}


/*---------custom-select ------------*/
.select-selected {}
.select-selected.select-arrow-active:after { border-color: transparent transparent #fff transparent; top: 14px;}
.select-items div {cursor: pointer;user-select: none;padding: 8px 10px;background: #f0f0f0;border-bottom: #bbb9b9 1px solid;list-style-type: none;color: #333;}
.select-items div:hover, .same-as-selected {background-color: #fd686a;color: #fff;}
.adv-search-bxx .select-selected.select-arrow-active::after {border-color: transparent transparent #a6a3a3 transparent;}

.slider_abouts {
    margin-top: 2px;
}

.search_bar_listing {
    width: 100%;
    display: inline-block;
    background: #e755d5;
    padding: 0;
    position: relative;
    z-index: 9;
}

.nessss {
    margin: 0!important;
    padding: 0;
}

.mobile-show{
    display: none ;
}

.search_bar_listing .jobsearch-input.jobsearch-input-search.occuption_mob_view {
    width: 100%;
    display: none;
}

.search_bar_listing .jobsearch-input {
    background: transparent;
}


.search_bar_listing .advanceSearch.active {
    max-height: inherit;
    height: auto;
}

.search_bar_listing .advanceSearch {
    top: 0;
    z-index: 99;
    float: left;
    width: 100%;
    background: #fff;
}

.adv-search-bxx-show {
    background: rgba(0,0,0,.4);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

.adv-search-bxx-show.active {
    display: block;
}

.search_bar_listing .jobsearch-input.jobsearch-input-search {
    width: 34%;
}

.MoreSearchBx input[type="text"]::-webkit-input-placeholder {color: #495057;opacity: 1;}
.MoreSearchBx input[type="text"]::-moz-placeholder {color: #495057;opacity: 1;}
.MoreSearchBx input[type="text"]:-ms-input-placeholder {color: #495057;opacity: 1;}
.MoreSearchBx input[type="text"]:-moz-placeholder {color: #495057;opacity: 1;}

.MoreSearchBx .form-control {
    border-radius: 0;
    height: 50px;
    box-shadow: none;

    box-shadow: none;
    border: 1px solid #ced4da;
    color: #495057;
}

.MoreSearchBx {
    float: left;
    width: 100%;
    padding: 0;
    margin-right: 2%;
    margin-bottom: 10px;
}

.OrganzatopnInput{}
.advanceSearch .OrganzatopnInput .form-control{border: 1px #cac9ca solid !important;height: 50px;color: #333;padding-left: 15px;}
.sr_img.IncludingBonuses {
	padding-top: 14px;
	margin-bottom: 20px;
}
.IncludingBonuses label {
	display: inline-block;
	font-weight: normal !important;
	padding-left: 4px; text-align: left;
    vertical-align: top;
}
.jobsearch-input.IncludingBonusesBx {
	margin-right: 0;
}
.jobsearch-input.SalaryRangeBx {
	width: 48%; z-index: 1
}
.OrganzatopnInput.RateInput {
	width: 32%;
	margin-right: 0;
}
.RateInputRight{ float: right;margin-right: 0;}
.RateInput span {
	display: inline-block;
	padding-right: 10px;
	padding-top: 14px;
}
.advanceSearch .SalaryRangeBx .form-control {
	width: 73%;
	border-radius: 0;
	display: inline-block;
	float: right;
}
.SalaryRangeBx .sr_img.IncludingBonuses {
	float: left;
	text-align: left;
}
.advanceSearch .IncludingBonuses .form-control {
	border: 1px #cac9ca solid !important;
	height: 50px;
	color: #333;
	padding-left: 15px;
}

.jobsearch-input.OnlyJobsBx {
	
}
.OnlyJobsBx .sr_img.IncludingBonuses {
	float: left;
	text-align: left;
        padding-top: 0;
margin-bottom: 0;
}
.OnlyJobs {
	float: left;
	margin-top: 13px;
}
.OnlyJobsRight {
	float: left;
}
.OnlyJobsKm {
	float: right;
	width: 150px;
}
.FromPostCode{ margin-top: 15px}
.PerHrSelect {
	display: inline-block;
	width: 73%;
	vertical-align: top;
}
.advanceSearch .SalaryRangeBx .PerHrSelect .form-control {
	width: 100%;
}
.OnlyJobsKm span,
.PerHrSelect span{ position: relative;
padding: 0;
width: 100%;
display: inline-block;}
.OnlyJobsKm span::before,
.PerHrSelect span::before {
	position: absolute;
	right: 6px;
	top: 21px;
	content: "";
	background: #fff;
	height: 24px;
	border-left: 6px transparent solid;
	border-right: 6px transparent solid;
	border-top: 6px #a6a3a3 solid;
        pointer-events: none;
}



.ShiptJobsearchInput {
	width: 24%;
}
.DateRang {
	float: left;
	width: 48%;
	position: relative;
}
.DateRang i {
	position: absolute;
	left: 10px;
	top: 16px;
	font-size: 19px;
	color: #666;
}
.DateRangRight {
	float: right;
}
.advanceSearch .DateRang input[type="text"]{
    	border: 1px #cac9ca solid;
	height: 50px;
	color: #333;
	text-align: left;
	line-height: 34px;
	padding: 0 10px;
}
.DateRang input[type="date"] {
	border: 1px #cac9ca solid;
	height: 50px;
	color: #333;
	text-align: left;
	line-height: 34px;
	padding: 0 2px;
		width: 100%;
}
.jobsearch-input.shiptShowResults{margin-right: 0;}
.ShiptAdvBtn{padding-top: 43px;}
.DaysSelect label {
	display: inline-block;
	padding-left: 8px;
}
.advanceSearch .PriceRangBx input[type="text"]{padding-left: 30px;}

.ShiftsListBx {
	border: 1px solid #d0caca;
	background: #fff;
	padding: 18px;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 0 40px -20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 40px -20px rgba(0, 0, 0, 0.1);
	display: inline-block;
	width: 100%;
	border-radius: 6px;
        position: relative
}
.ShiftsListBxLeft h3 a {
	color: #ff2dc6;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	width: 79%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 19px;
}
.ShiftsListBxLeft h5 {
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 17px;
}
.ShiftsListBxLeft h6 {
	font-size: 12px;
	color: #999;
}

.ShiftsListBxLeft .timing.ml-auto {
        text-align: center
}

.ShiftsListBxLeft .timing.ml-auto .ViewDetails {
	margin-top: 20px;
	background: #e255d6;
	border-color: #e255d6;
	font-weight: 600;
	border-radius: 9px;
}
.ShiftsListBxBt {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}
.ShiftsListBxImg {
	float: left;
	width: 60px;
	overflow: hidden;
	border-radius: 5px;
	height: 60px;
}
.ShiftsListBxBtRight {
	float: right;
	width: 87%;
}
.ShiftsListLeftTop {
	float: left;
	padding-right: 20px;
	margin-top: 10px;
	text-align: center;
}
.shiptShowResultsfil .sr_img {
	z-index: 1;
}
.dropdown-occupation-rols .sr_img {
	z-index: 9;
}

.ShiftsListBxImgHome {
	float: left;
	width: 120px;
	overflow: hidden;
	border-radius: 5px;
	height: 108px;
}
.ShiftsListBxLeftHome {
	float: right;
	width: 86%;
}
.ShiftsListBxLeftHome .ShiftsListBxBtRight {
	width: 100%;
}
.ShiftsListBxLeftHome .job-locations {
	width: 40%;
}
.ShiftsListBxLeftHome .bookmark-icon-top {
	margin-bottom: 20px;
	padding-right: 10px;
}
.ShiftsListBxLeftHome .bookmark-icon {
	
}
.ShiftsListBxLeftHome .bookmark-icon-top .job-times {
	display: inline-block;
	padding-top: 0;
}
.ShiftTypeInput {
	margin-top: 15px;
	z-index: 1;
}

/*.ShiftSliderHome .slider_cover {
	top: 90px;
}
.ShiftSliderHome .home-search-bars {
	bottom: 209px;
}*/

.ShiftsListBx .job-locations p {
	margin: 0;
}
.ShiftsListBxBt .job-times {
	padding-right: 12px;
}
.sre_icon i {
	font-size: 16px;
}

.featured-job-section .ShiftsListLeftTop {
	padding-right: 40px;
}
.featured-job-section .ShiftsListBxLeft h6 {
	font-size: 14px;
	color: #e255d6;
	padding-top: 3px;
}
.ShiftsListBxImgHomemain{float: left;
width: 120px;}
.ShiftsListBxImgHomemain span {
	text-align: center;
	width: 100%;
	display: inline-block;
	font-size: 14px;
	color: #e255d6;
	padding-top: 3px;
}
.AdvSearchShiftBxx .jobsearch-input {
	width: 20%;
}
.AdvSearchShiftBxx .ShiptJobsearchInput {
	width: 12%;
}
.AdvSearchShiftBxx .jobsearch-input {
	margin-right: 5px;
}
.AdvSearchShiftBxx .DateRang input[type="date"] {
	width: 100%;
}
.AdvSearchShiftBxx .select-selected {
	padding-left: 10px;
}
.AdvSearchShiftBxx .ShiftTypeInput {
	margin-top: 0;
}


.AdvSearchShiftBxx .jobsearch-input.shiptShowResults {
	/* margin-right: 0; */
	width: 13%;
}
.AdvSearchShiftBxx .ShiptAdvBtn {
	padding-top: 27px;
}
.AdvSearchShiftBxx .adv-close-btn {
	font-size: 18px;
	padding: 11px 27px;
	height: 50px;
	margin-right: 5px;
}
.AdvSearchShiftBxx .adv-search-btns .search {
	font-size: 20px;
	padding: 5px 23px;
	height: 49px;
}

.AdvSearchShiftBxx .jobsearch-input label {
	font-size: 14px;
	font-weight: normal;
	padding-left: 2px;
}
.AdvSearchShiftBxx .select-items div {
	padding: 8px 6px;
}
.ShiptJobsearchInputDaysWeek {
	z-index: 1;
}

@media only screen and (max-width:1200px){
    
.ShiptJobsearchInput {
	width: 23%;
} 
}
@media only screen and (max-width:767px){
/*-------New-search-mobiles-------------*/
.advanceSearch {
	color: #000;
	display: inline-block;
	height: auto;
	position: fixed;
	z-index: 10;
	max-height: initial;
	visibility: hidden;
	transition: all 200ms cubic-bezier(.55,.055,.675,.19);
	transition-property: max-height,opacity;
	opacity: 0;
	z-index: 99;
	float: left;
	top: 0px;
	z-index: 999999;
	left: 0;
	background: #fff;
}
.advanceSearch .jobsearch-input-search {
	width: 92%;
	margin: 16px 4% 7px;
}
.advanceSearch .dropdown-occupation {
	width: 92%;
	margin: 10px 4%;
	padding: 0 10px;
        
}
.adv-search-bxx .jobsearch-input {
	width: 100%;
	margin: 10px 0;
}
.adv-search-bxx .jobsearch-input label {
	display: none;
}
.search_bar_listing .advanceSearch {
	height: 0;
}
.search_bar_listing .advanceSearch.active {
	background: #fff;
}
.search_bar_listing .search-refine {
	width: 100%;
	height: 50px;
}
.show-search-bar .advanceSearch {
	position: fixed !important;
}
.occuption_mob_view {
	display: inline-block;
}
.advanceSearch {
	color: #000;
	display: inline-block;
	height: auto;
	position: fixed;
	z-index: 10;
	max-height: initial;
	visibility: hidden;
	transition: all 200ms cubic-bezier(.55,.055,.675,.19);
	transition-property: max-height,opacity;
	opacity: 0;
	z-index: 99;
	float: left;
	top: 0px;
	z-index: 999999;
	left: 0;
	background: #fff;
}
.advanceSearch .jobsearch-input-search {
	width: 92%;
	margin: 16px 4% 7px;
}
.advanceSearch .dropdown-occupation {
	width: 92%;
	margin: 10px 4%;
	padding: 0 10px;
        
}
.adv-search-bxx .jobsearch-input {
	width: 100%;
	margin: 10px 0;
}
.adv-search-bxx .jobsearch-input label {
	display: block;
}
.search_bar_listing .advanceSearch {
	height: 0;
}
.search_bar_listing .advanceSearch.active {
	background: #fff;
}
.search-refine {
	width: 100%;
	height: 50px;
        text-align: left;
	padding-left: 23px;
}

.cate_button {
	float: left;
	width: 48%;
	margin: 1%;
	border: 1px #ddd solid;
	padding: 2px 5px;
	color: #bf46b1;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 15px;
	cursor: pointer;
	position: relative;
	height: 44px;
	line-height: 17px;
	display: table; text-align: center
}
.cate_button.active{background: rgba(230,100,215,0.8);color: #fff;border-color: rgba(230,100,215,0.8);}
.cate_button span {
	display: table-cell;
	vertical-align: middle;
}
.custom-select {
	height: 48px;padding-left: 0;
}
.advanceSearch .jobsearch-input-search {
	width: 92%;
	margin: 0px 4% 7px;
}
.advanceSearch .dropdown-occupation {
	width: 92%;
	margin: 1px 4% 7px;
	padding: 0 0;
}
.occuption_desk_view {
	display: none !important;
}
.search_bar_listing .advanceSearch.active {
	background: #fff;
	position: relative;
}
.search_bar_listing_active {
	padding: 10px 0 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
}
.search_bar_listing.search_bar_listing_active .refine-but {
	display: none;
}
.search_bar_listing.search_bar_listing_active .jobsearch-input.jobsearch-input-search {
	width: 100%;
	border: 1px solid #e2e2e2; display: inline-block
}
.adv-search-bxx .custom-select {
	position: initial;
}
.select-items {
	top: 50px;
}

.adv-search-bxx .sear_selcd span.arrowhide::after {
	display: none;
}
.sear_selcd span.arrowhide {
	overflow: visible;
}
.search_bar_listing .jobsearch-input.occuption_mob_view {
	width: 100%;
}
.search_bar_listing_active .jobsearch-input.jobsearch-input-search.occuption_mob_view{
	width: 100%;
	display: inline-block; margin-bottom: 10px;border: none;
padding: 0px 0 0px
}

.dropdown-occupation .sr_img input[type="text"] {
	padding-left: 13px;
}
.select-selected{ padding-left: 13px;}
.sre_icon {
	display: none;
}
.sear_selcd select, .sr_img input[type="text"] {
	padding-left: 13px;
}

.advanceSearch .jobsearch-input-search.occuption_mob_view {
	background: #fff;
	margin-left: 3%;
	margin-right: 0%;
	width: 93.5%;padding-top: 7px;
}
.adv-mobile-close-btn {
	position: absolute;
	height: auto;
	padding: 0;
	border: none;
	top: 0;
	left: 17px;
}
.adv-mobile-close-btn span {
	display: none;
}
.adv-mobile-close-btn::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "\f00d";
	font-size: 22px;
	color: #4a4a4a;
	font-family: FontAwesome;
}
.mobile_hide {
	display: none;
}
.search_bar_listing {
	padding: 10px 0 0;
	background: #fff;
}
.adv-mobile-close-btn.mobile-show,
.adv-mobile-close-btn.mobile_show {
	left: 0;
	top: -4px;
}
.search_bar_listing_active .cate_button{ margin: 1% 0}
.search_bar_listing_active .cate_button:nth-child(2n) {
	float: right;
}
.search_bar_listing .new-mobile-bg {
	background: rgba(230,100,215,0.8); border: none; display: none
}
.search_bar_listing_active .mobile-show,
.search_bar_listing_active .mobile_show {
	display: inline-block;z-index: 99;
}
.search_bar_listing .select-selected {
	color: #333;
}
.search_bar_listing .select-selected::after {
	border-color: #a3a3a3 transparent transparent transparent;
}
.select-selected.select-arrow-active::after {
	border-color: transparent transparent #a3a3a3 transparent;
	top: 15px;
}

.search_bar_listing_active .dropdown-occupation {
	z-index: 999;
}
.refine_search {
	display: inline-block;
	font-size: 15px;
	margin-bottom: 5px;
	text-align: center;
	width: 100%;
}
.refine-but {
	position: initial;
}


.search_bar_listing .refine-but.mobile-show {
	width: 100%;
	background: #f2f6f7; display: inline-block
}
.search_bar_listing .refine-but.mobile-show .search-refine.search-sections {
	background: #f2f6f7;
	border: none;
	color: #333;
	text-align: right;
	padding-right: 21px;
	font-size: 20px;
}
.search_bar_listing .dropdown-occupation {
	display: none;
}
.search_bar_listing_active .refine-but.mobile-show {
	display: none;
}
.search_bar_listing_active .dropdown-occupation {
	display: inline-block;
}
.search_bar_listing .occuption_desk_view .select-selected {
	color: #fff;
}
.search_bar_listing .occuption_desk_view .select-selected::after {
	border-color: #fff transparent transparent transparent;
}
.search_bar_listing .occuption_desk_view .select-selected.select-arrow-active::after {
	border-color: transparent transparent #fff transparent;
	top: 15px;
}
.search_bar_listing .select-items {
	border: 1px #ccc solid;
}
.search_bar_listing_active {
	overflow-y: auto;height: 100vh;  padding: 10px 0 30px;
}
.search_bar_listing .adv-search-btns {
	padding-bottom: 20px;
}
.advanceSearch.active {
    opacity: 1;
    visibility: visible;
    height: 100%;
    overflow-y: auto;
}
.adv-search-btns {
    padding-bottom: 30px;
}
body.searchbody {
    overflow: hidden;
}
.jobsearch-input.jobsearch-input-search {
	border-left: none;
	width: 100%;
}
.dropdown-occupation.dropdown-occupation-locations {
	width: 50%;
	border-left: none;
}
.dropdown-occupation-category{border-left: none;}
.open-main-search .search-refine {
	border-left: none;
	border-right: none;
}
.advanceSearch.active .jobsearch-input.jobsearch-input-search {
	width: 92%;
}

.CondidatesSearchBx {
	width: 50%;
	padding: 1px;
}
.CondidatesSearchBtn {
	width: 50%;
	background: transparent;
	padding: 1px;position: initial;
}
.CondidatesSearchBtn a {
	border: 1px #f2b1ec solid;
	width: 100%;
	height: 100%;
	background: rgba(230,100,215,0.8);
	padding: 13px;
}
.ListMoreOption {
	width: 50%;
	text-align: center;
}
.CondidatesMoreSearchBx {
	border-radius: 0;
	border: 1px #959595 solid;
	margin-top: 10px;
}
.MoreSearchBx {
	width: 50%;
	padding: 4px 1%;
}
.MoreSearchBx .form-control {
	border-radius: 0;
}

.CondidatesDatabaseSearchBx ul li {
	width: 100%;
}
.CondidatesDatabaseSearchBx ul li label {
	width: 100%;
	border-right: none;
}
.CondidatesDatabaseSearchBx ul li span {
	width: 100%;
	border-right: none;
}
.CondidatesDatabaseSearchBx ul li.ResumeKeywordsBx label, .CondidatesDatabaseSearchBx ul li.KeySkillsBx label {
	width: 100%;
}
.CondidatesSearchBx .form-control {
	height: 48px;
}
.MoreSearchBx {
	width: 50%;
	padding: 0;
	margin: 0px 0;
}

.CandidatesList label {
	width: 55%;
}
.KeySkillsBx label, .ResumeKeywordsBx label, .CondidatesDatabaseSearchBx ul li.ResumeKeywordsBx label, .CondidatesDatabaseSearchBx ul li.KeySkillsBx label {
	width: 55%;
}
.CandidatesList span {
	border-right: none;
}
.jobsearch-input {
	width: 50%;
}
.refine-but {
	float: left;
	width: 50%;
}
.jobsearch-btn {
	float: left;
	width: 50%;
}
.jobsearch-input {
	border-bottom: 1px #f7a1ed solid;
}

.search_bar_listing .dropdown-occupation {width: 100%;border: 1px solid #e2e2e2;margin: 6px 0;}
.search_bar_listing {padding: 10px 0 30px;}
.search_bar_listing .jobsearch-input.jobsearch-input-search {width: 57%;border: 1px solid #e2e2e2;}
.search_bar_listing .refine-but {position: initial;right: 0;top: 0;width: 42%;border-bottom: none;display: none;display: inline-block;border-right: none; display: none}
/*.search_bar_listing .advanceSearch.active {background: transparent;}*/
.search_bar_listing .adv-search-bxx {background: transparent;padding: 20px 0 10px;}
.declaration_jobapply label {
	margin: 0 0 4px;
	min-height: 0;
}
.company-profile-section {
	padding: 30px 0 30px;
	margin-bottom: 10px;
}
.job-descriptions-details {
	padding-top: 30px;
}
.OrganzatopnInput.RateInput {
    width: 100%;
    margin-right: 0; text-align: left;    margin-bottom: 15px;
}
.PerHrSelect {
    vertical-align: top;
    float: right;
}
.OnlyJobsRight {
    float: right;
    width: 100%;
}
.OnlyJobsRight input.form-control {
    width: 80% !important;
    float: right;
}
.OnlyJobsKm {
    float: right;
    width: 100%;
    margin-top: 10px;
}
.adv-search-bxx .jobsearch-input .IncludingBonuses label {
    display: inline-block;
}
.OnlyJobsBx .sr_img.IncludingBonuses .OnlyJobsRight .form-control {
	width: 100% !important;
}
.DateRang input[type="date"] {
	width: 100%;
}
/*.ShiftSliderHome .home-search-bars {
	bottom: 50px;
}
.ShiftSliderHome .slider_cover {
	top: 210px;
}*/
.jobsearch-input.dropdown-occupation.dropdown-occupation-category {
	width: 100%;
}
.jobsearch-input.dropdown-occupation .custom-select {
	height: 50px;
	padding-left: 0;
}
.ShiftsListBxLeftHome {
	float: right;
	width: 100%;
	margin-top: 30px;
}
.featured-job-section .ShiftsListLeftTop {
	padding-right: 10px;
}
.ShiftsListBxLeftHome .job-locations {
	width: 48%;
	padding-left: 0;
}
.ShiftsListBx .job-locations p a {
	width: 77%;
}
.ShiftsListBxLeft h3 a {
	width: 100%;
}
.ShiftsListBxLeftHome .bookmark-icon-top .job-times {
	padding-top: 0;
	float: none;
	padding-left: 0;
}
.ShiftsListBxLeft .timing.ml-auto {
	position: initial;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	text-align: left;
}
.ShiftsListBxLeft .timing.ml-auto .ViewDetails {
	margin-top: 0;
	margin-left: 10px;
}
.ShiftsListBxLeft .timing.ml-auto br {
	display: none;
}
.ShiftsListBxBtRight {
	width: 80%;
}
.ShiftSliderHome .home-search-bars {
	bottom: 95px;
}
.featured-companies-section {
	padding: 40px 0 40px;
	display: inline-block;
	width: 100%;
}
.ShiftSliderHome .search_button {
    width: 100%;
}
.HomeMainSearchBar {
	bottom: 95px;
}
.HomeMainSearchBar .dropdown-occupation.dropdown-occupation-locations {
	width: 100%;
	border-left: none;
}
.HomeMainSearchBar .jobsearch-input.dropdown-occupation.dropdown-occupation-category {
	width: 50%;
}
}