/* font for emphasis */
/* button color for primary button */
/* equal to 14px */
hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #ddd;
}

/*New variables G*/
/*Bootstrap_Select*/
/* font for emphasis */
/* button color for primary button */
/* equal to 14px */
hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #ddd;
}

/*New variables G*/
/*Bootstrap_Select*/
.filter {
  position: relative;
  z-index: 2;
  background: #fff;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  max-width: 208px;
  width: 100%;
  float: left;
  padding: 8px 0px;
}

.filterBesafeContainer{
  display: flex;
  flex-direction: column;
}
.bOSWrapperSidebar {
  margin-top: 5px;
  max-width: 208px;
  font-size: 12px;
}
.bOSWrapperSidebar .bewareOfScammers {
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  text-align: center;
}
.bOSWrapperSidebar .bewareOfScammers .bOSHighlight {
  display: block;
}
.bOSWrapperSidebar .bewareOfScammers .bOSParaOne {
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .filter {
    max-width: 242px;
  }
  .bOSWrapperSidebar {
    max-width: 242px;
  }
}
.filter .f-heading {
  margin-bottom: 10px;
  padding: 0px 12px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  border: none;
}
.filter .f-heading i {
  font-size: 21px;
  position: relative;
  top: 2px;
  margin-right: 2px;
}
.filter .f-heading .clerfilter {
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  top: 1px;
}
.filter .main-menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.filter .main-menu li {
  border-bottom: 1px solid #ddd;
  padding: 10px 12px;
  float: left;
  width: 100%;
}
.filter .main-menu li:first-child {
  padding-top: 0px;
}
.filter .main-menu li:last-child {
  border-bottom: none;
}
.filter .main-menu .activeFilter .togglep {
  color: #999;
}
.filter .main-menu .activeFilter .togglep:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #1db034;
  display: inline-block;
  position: relative;
  left: 5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.filter .main-menu .dropdown-menu {
  position: relative;
  top: -10px;
}
@media (max-width: 767px) {
  .filter .main-menu .sub-menu:last-child {
    margin-bottom: 80px;
  }
}
.filter .main-menu .sub-menu ul {
  padding: 0;
  border-top: medium none;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 188px;
}
.filter .main-menu .sub-menu ul li {
  border: none;
  padding: 0;
}
.filter .main-menu .panel-body {
  margin-top: 10px;
}
.filter .main-menu > li > a {
  display: block;
  font-weight: 500;
  position: relative;
  color: #333;
}
.filter .main-menu > li > a > i {
  position: absolute;
  left: 25px;
  font-size: 20px;
  top: 0;
  width: 25px;
  text-align: center;
  padding: 13px 0;
}
.filter .checkbox-inline {
  display: block;
  margin-left: 0;
}

.sub-menu > a:after, .sub-menu > a:before {
  position: absolute;
  top: 0;
  margin-top: -5px;
  font-family: Material-Design-Iconic-Font;
  font-size: 21px;
  right: 0px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  color: #000;
}

.sub-menu > a:before {
  content: "\f102";
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  font-family: "jobs-icons";
  margin-top: 0;
}

.sub-menu > a.active:before {
  content: "\f107";
  font-family: "jobs-icons";
}

.link {
  margin-top: 10px;
}

@media (max-width: 767px) {
  /* M filter */
  .mfilter {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 48px;
    right: -24px;
    overflow-x: hidden;
    transition: 0.5s;
    max-width: 300px;
    border-radius: 0;
  }

  .mfilter a {
    display: block;
    transition: 0.1s;
  }

  .clerfilter {
    float: left;
    margin-right: 10px;
    cursor: pointer;
    white-space: nowrap;
  }

  .closebtn {
    float: left;
    font-size: 28px;
    color: #333;
    line-height: 28px;
    position: relative;
    right: -8px;
  }
  .closebtn i {
    font-size: 28px !important;
  }
}
.selected-locality, .selected-facet, .selected-subrole {
  background: #eee none repeat scroll 0 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #ddd;
  font-size: 13px;
  padding: 0px 3px 0px;
  height: 20px;
  line-height: 20px;
  width: 86px;
  margin: 0px 2px;
  text-align: center;
}
.selected-locality:last-child, .selected-facet:last-child, .selected-subrole:last-child {
  margin-right: 0px;
}
.selected-locality label, .selected-facet label, .selected-subrole label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 65px;
  margin-bottom: 0px;
  font-weight: normal;
  cursor: pointer;
}
.selected-locality i, .selected-facet i, .selected-subrole i {
  float: right;
  position: relative;
  left: 3px;
  top: 1px;
  cursor: pointer;
}

.free-text-search {
  padding: 0px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  height: 36px;
  width: 100%;
}

.filter-backdrop .modal-backdrop.in {
  top: 41px;
  opacity: 0.9;
  background: #fff;
}

.see-jobs {
  -webkit-backface-visibility: hidden;
  z-index: 1;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  position: fixed;
  left: auto;
  bottom: 0px;
  width: 300px;
  right: 0px;
}

.filterBtn {
  width: 50%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #ddd;
  border-left: none;
  text-align: center;
  padding: 0px;
  display: inline-block;
  line-height: 38px;
}

.mActiveFilter span:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #1db034;
  display: inline-block;
  position: relative;
  left: 5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.sortingFilter {
  background: #fff;
}

.mfilter a.see-jobs {
  display: none;
}
@media (max-width: 767px) {
  .mfilter a.see-jobs {
    transition: 0.5s;
  }
}

.ovrflow {
  overflow: hidden;
}

/* Custom Radio and checkbox styles */
.radio-inline, .checkbox-inline {
  padding-left: 0px;
}

.checkbox-custom, .radio-custom {
  opacity: 0;
  position: absolute;
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0px;
  cursor: pointer;
  white-space: nowrap;
}

.checkbox-custom-label, .radio-custom-label {
  position: relative;
  text-transform: inherit !important;
  font-weight: normal;
  font-size: 13px !important;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
  content: '';
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  float: left;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  text-align: center;
  position: relative;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
  background: #008bcf;
  content: '\f129';
  font-family: "jobs-icons";
  color: #fff;
  border: none;
}

@-moz-document url-prefix() {
  .checkbox-custom:checked + .checkbox-custom-label:before {
    line-height: 18px;
  }
}
.radio-custom + .radio-custom-label:before {
  border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
  background: #008bcf;
  box-shadow: inset 0px 0px 0px 4px #fff;
}

.snbRedesign {
  margin: 0px;
}

.loadingoverlay {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

@media (max-width: 767px) {
  .selected-locality {
    margin-left: 12px;
    margin-bottom: 5px;
  }
}

.fab-wrap {
  display: none;
}

#go-to-top {
  right: 15px;
}

.ml3 {
  margin-left: 3px;
}

.showResult {
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin: 10px 0 5px;
}

.snb .col-md-1,
.snb .col-md-2,
.snb .col-md-3,
.snb .col-md-4,
.snb .col-md-5,
.snb .col-md-6,
.snb .col-md-7,
.snb .col-md-8,
.snb .col-md-9,
.snb .col-md-10,
.snb .col-md-11,
.snb .col-md-12,
.snb .col-lg-1,
.snb .col-lg-2,
.snb .col-lg-3,
.snb .col-lg-4,
.snb .col-lg-5,
.snb .col-lg-6,
.snb .col-lg-7,
.snb .col-lg-8,
.snb .col-lg-9,
.snb .col-lg-10,
.snb .col-lg-11,
.snb .col-lg-12,
.snb .col-sm-1,
.snb .col-sm-2,
.snb .col-sm-3,
.snb .col-sm-4,
.snb .col-sm-5,
.snb .col-sm-6,
.snb .col-sm-7,
.snb .col-sm-8,
.snb .col-sm-9,
.snb .col-sm-10,
.snb .col-sm-11,
.snb .col-sm-12,
.snb .col-xs-1,
.snb .col-xs-2,
.snb .col-xs-3,
.snb .col-xs-4,
.snb .col-xs-5,
.snb .col-xs-6,
.snb .col-xs-7,
.snb .col-xs-8,
.snb .col-xs-9,
.snb .col-xs-10,
.snb .col-xs-11,
.snb .col-xs-12 {
  padding-left: 4px;
  padding-right: 4px;
}
.snb .row {
  margin-left: -4px;
  margin-right: -4px;
}
.snb h5 {
  font-size: 16px;
}

.heading-h1 {
  font-size: 14px;
  margin: 0px 0 0 4px;
}
@media (max-width: 767px) {
  .heading-h1 {
    margin-top: 15px;
  }
}

.heading-topSearch {
  margin: 0px 0 0 4px;
}
@media (max-width: 767px) {
  .heading-topSearch {
    margin-top: 15px;
  }
}

.searchHorizontal {
  margin: 5px 0 10px;
  float: left;
}
.searchHorizontal .searchIn {
  float: left;
  margin-top: 3px;
}
.searchHorizontal a {
  padding: 2px 12px;
  cursor: pointer;
  float: left;
  border: 1px solid #008bcf;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-left: 5px;
}
.searchHorizontal a i {
  font-size: 14px;
  display: inline-block;
  vertical-align: -2px;
}

.sort-by {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ddd;
  float: right;
  padding: 5px 10px;
  top: -5px;
}
.sort-by a {
  color: #333;
}
.sort-by .jsSortLabel {
  color: #008bcf;
}

.snb-content {
  clear: both;
  margin: 2px 0px 15px;
}
.snb-content .col-md-3,
.snb-content .col-md-9,
.snb-content .col-md-3 {
  padding: 0px 4px;
}
.snb-content .gcolumn {
  padding: 7px 0px 15px;
}

.browseRedundancy {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #bbb;
  margin-bottom: 8px;
  padding: 10px;
}
.browseRedundancy .form-control {
  height: 38px;
}

.bOSWrapperAboveListItems {
  font-size: 13px;
  margin-bottom: 8px;
}

.job-card {
  padding: 10px;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  margin-bottom: 8px;
}
.job-card .mSiteBlock .city {
  margin-right: 0;
}
.job-card .ls-jobs {
  margin: 5px 0px 10px 0px;
}
@media (max-width: 767px) {
  .job-card .ls-jobs {
    margin: 10px 0px;
  }
}
.job-card .ls-jobs p {
  margin-bottom: 5px;
}
.job-card .salary span,
.job-card .m-salary span,
.job-card .loc span,
.job-card .subRoles span {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .job-card .salary span,
  .job-card .m-salary span,
  .job-card .loc span,
  .job-card .subRoles span {
    margin-right: 0;
  }
}
.job-card .attributesVal {
  min-width: 74px;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
}
@media (max-width: 767px) {
  .job-card .mSiteBlock {
    display: block;
  }
}
.job-card .org {
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .job-card .org {
    display: block;
    margin: 4px 0px;
  }
}

.loading-card {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  padding: 15px 0px;
  position: absolute;
  width: 94%;
  top: -12px;
  z-index: -1;
  left: 19px;
}

.lazy-loder {
  padding: 20px 0px;
  position: relative;
  overflow: inherit;
  margin-top: 30px;
}

.premium-text,
.premium-pinned {
  color: #fff;
  margin-bottom: 5px;
  text-transform: uppercase;
  display: inline-block;
  background: #dac251;
  padding: 1px 10px 0 6px;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
}
.premium-text:after,
.premium-pinned:after {
  content: "";
  border: 7px solid #dac251;
  border-bottom: 14px solid transparent;
  border-left: 3px solid transparent;
  position: absolute;
  left: -10px;
  top: 0;
}

.premium-pinned {
  background: #cf8001;
}
.premium-pinned:after {
  content: "";
  border: 7px solid #cf8001;
  border-bottom: 14px solid transparent;
  border-left: 3px solid transparent;
}
.premium-pinned .goldL {
  right: 2px;
  top: -48px;
}

.urgentL .goldL {
  top: -51px;
  line-height: 11px;
  text-align: center;
  font-size: 11px;
  right: -2px;
}

.left-container {
  max-width: 862px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .left-container {
    margin-top: 0px;
  }
}

.right-container {
  max-width: 308px;
  width: 100%;
  margin-top: 18px;
}
@media (max-width: 767px) {
  .right-container {
    margin: -12px 0px 8px;
  }
}
.right-container h5 {
  margin: 0px 0 10px;
}

.col-lg-12 .job-card .da-ver {
  max-width: 660px;
}
@media (max-width: 767px) {
  .col-lg-12 .job-card .da-ver {
    margin: 0;
  }
}

.mSiteBlock {
  padding: 0px !important;
}

/*From home to snb css*/
.verifiedm {
  cursor: default;
  position: relative;
  margin: 0 10px 0px 3px;
}

.Kyc-verified .kyc-icon {
  right: 0 !important;
  top: 2px !important;
  margin-right: 3px;
}

.org strong {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .org strong {
    width: 90%;
  }
}

.da-ver .kyc-icon,
.Kyc-verified .kyc-icon,
.kyc-cover .kyc-icon {
  position: relative;
  top: 1px;
  margin: 0px 0px 0 5px;
  cursor: default;
}
@media (max-width: 767px) {
  .da-ver .kyc-icon,
  .Kyc-verified .kyc-icon,
  .kyc-cover .kyc-icon {
    right: 0px;
  }
}
.da-ver .kyc-icon .icon-bvl,
.Kyc-verified .kyc-icon .icon-bvl,
.kyc-cover .kyc-icon .icon-bvl {
  font-size: 25px;
}
.da-ver .kyc-txt,
.Kyc-verified .kyc-txt,
.kyc-cover .kyc-txt {
  position: relative;
  top: -2px;
  right: 10px;
  font-size: 11px;
}
@media (max-width: 767px) {
  .da-ver,
  .Kyc-verified,
  .kyc-cover {
    margin: 0;
  }
}

.icon-mobile_phone,
.icon-bvl {
  font-size: 18px;
  color: #999;
  position: relative;
  top: 2px;
}
.icon-mobile_phone:after,
.icon-bvl:after {
  content: "\f129";
  font-family: "jobs-icons";
  background: #1db034;
  color: #fff;
  border-radius: 50%;
  font-size: 7px;
  padding: 2px;
  width: 12px;
  height: 12px;
  position: relative;
  top: -10px;
  left: -10px;
}

/*From home to snb css*/
.da-ver {
  max-width: 480px;
  width: 100%;
  margin: 8px 0;
}
@media (max-width: 767px) {
  .da-ver {
    max-width: inherit;
    width: inherit;
  }
}

.snb-apply {
  float: right;
  position: relative;
  padding: 6px 12px;
}

.cta-date-verify {
  position: relative;
}

.postedBy {
  float: left;
  margin: 2px 0px 5px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .postedBy {
    margin-bottom: 10px;
  }
}
.postedBy strong {
  color: #333;
}
@media (min-width: 768px) {
  .postedBy strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 110px;
    display: inline-block;
    vertical-align: bottom;
  }
}

.trustBadges {
  position: relative;
  top: 0px;
  left: 10px;
  float: left;
}
.trustBadges i {
  width: 30px;
  height: 34px;
  margin-right: 2px;
  display: inline-block;
  vertical-align: middle;
}
.trustBadges .nse {
  background-position: 0px 0;
}
.trustBadges .bse {
  background-position: -32px 0;
}
.trustBadges .fortune100 {
  background-position: -64px 0;
}
.trustBadges .fortune500 {
  background-position: -96px 0;
}
.trustBadges .isocertified {
  background-position: -128px 0;
}
.trustBadges .nasscom {
  background-position: -160px 0;
}
.trustBadges .icrasmerating {
  background-position: -192px 0;
}
.trustBadges .startupnasscomemerge50 {
  background-position: -223px 0;
}
.trustBadges .govtregistered {
  background-position: -256px 0;
}
@media (max-width: 767px) {
  .trustBadges {
    top: -5px !important;
    left: 0px !important;
  }
}

.recruit-candidate {
  background: #fff;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  padding: 12px 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.recruit-candidate .recruiter-candidate-msg {
  font-weight: 600;
  font-size: 16px;
  margin: 0px 0 10px;
  line-height: 1.1;
}
.recruit-candidate .connect-hire {
  line-height: 16px;
  margin: 5px 0px 0px;
}
.recruit-candidate .btn-default {
  padding: 0px;
  font-size: 14px;
  max-width: 100px;
  width: 100%;
  margin-top: 10px;
}
.recruit-candidate .btn-default:hover {
  background: #008bcf;
  color: #fff;
}
.recruit-candidate img {
  float: left;
  margin-right: 12px;
  max-width: 60px;
  max-height: 50px;
  overflow: hidden;
}

.trendingContainer {
  padding: 8px;
  background: #fff;
  margin: 0px 0 10px;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 10px;
}
.trendingContainer h2 {
  font-size: 16px;
}
.trendingContainer a {
  padding-left: 10px;
}

.right-container .trendingContainer td {
  display: block;
}

.aside-ad {
  margin: 8px 0px;
  text-align: center;
}

/*zero result message*/
.error-content {
  margin-top: 10px;
}
.error-content p {
  color: #999;
}
.error-content .btn-default {
  /*        padding: 2px 20px 2px 20px;
  display: inline-block;
  border-radius: 3px;*/
  margin-top: 5px;
}
@media (max-width: 767px) {
  .error-content .btn-default {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .error-content {
    min-height: 114px;
  }
}
.error-content i {
  color: #d9d3a2;
  font-size: 60px;
  line-height: 60px;
}
@media (max-width: 767px) {
  .error-content i {
    font-size: 50px;
    line-height: 50px;
  }
}
.error-content span {
  font-size: 18px;
  font-weight: 600;
}
.error-content a {
  cursor: pointer;
}

.adbn {
  margin-bottom: 8px;
}

.applied-filters {
  margin-top: 10px;
}

.errorContainer {
  margin-bottom: 50px;
}

.similarJobsSection {
  clear: both;
  border-top: 1px solid #ccc;
  font-size: 16px;
  margin-bottom: 10px;
  color: #999;
  font-weight: bold;
  white-space: nowrap;
  padding-top: 5px;
}

/* Nearby locality range slider style */
.range-slider {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: none;
  -moz-box-sizing: none;
  box-sizing: none;
  position: relative;
  min-height: 50px;
}

.range-slider > input {
  opacity: 0;
  width: 100%;
  position: relative;
  z-index: 5;
  cursor: pointer;
  height: 40px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.range-slider > input::-webkit-slider-thumb {
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: 100;
  position: relative;
  width: 50px;
  height: 30px;
  -webkit-border-radius: 10px;
}

.range-slider > span.slider-container {
  display: inline-block;
  min-height: 40px;
  display: inline-block;
  position: absolute;
  top: 12px;
  width: 99%;
  z-index: 3;
  -webkit-box-sizing: none;
  -moz-box-sizing: none;
  box-sizing: none;
}

.range-slider > span.slider-container > span.bar {
  background-color: #e1e1e1;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 12px;
  width: 100%;
  height: 7px;
  overflow: hidden;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.range-slider > span.slider-container > span.bar > span {
  background: #008bcf;
  display: inline-block;
  float: left;
  height: 11px;
  width: 0%;
}

.range-slider > span.slider-container > span.bar-btn {
  display: inline-block;
  position: absolute;
  font-weight: bold;
  text-align: center;
  left: -25px;
  top: -14px;
  font-size: 12px;
}

.range-slider > span.slider-container > span.bar-btn:after {
  content: "";
  border: 2px solid #fff;
  background-color: #008bcf;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: -10px;
  z-index: 3;
  cursor: pointer;
  -moz-box-shadow: -1px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: -1px 0px 0px 1px rgba(0, 0, 0, 0.1);
}

.range-slider > span.slider-container > span.bar-btn > span {
  position: absolute;
  right: 5px;
}

.range-slider > span.slider-container > span.bar-btn > span:after {
  content: "Km";
  position: absolute;
  right: -18px;
}

/* Nearby locality range slider style end */
.outer-1 {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  border: 1px solid #008bcf;
  border-radius: 50%;
  top: 4px;
}
.outer-1 .inner-1,
.outer-1 .inner-2 {
  position: absolute;
  border: 1px solid #008bcf;
  border-radius: 50%;
}
.outer-1 .inner-1 {
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
}
.outer-1 .inner-2 {
  top: 36%;
  left: 36%;
  width: 25%;
  height: 25%;
  background: #008bcf;
}

.localityLink {
  cursor: pointer;
}

.radiusLocality li:first-child {
  margin-top: 0px;
}
.radiusLocality label {
  width: 100%;
}
.radiusLocality strong {
  font-size: 12px;
  line-height: 22px;
  float: right;
  font-style: italic;
}
@media (max-width: 767px) {
  .radiusLocality {
    max-height: 100px;
  }
}

.localityName {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  cursor: pointer;
  min-width: auto;
  max-width: 60%;
}

.selected-localities {
  overflow-y: scroll;
  max-height: 188px;
}
@media (max-width: 767px) {
  .selected-localities {
    max-height: 100px;
  }
}

.nearByAll li {
  margin-top: 0px;
  margin-bottom: 5px;
  cursor: pointer;
}

.clearLocality {
  text-align: right;
  margin-top: -8px;
  cursor: pointer;
}

.da-mobile {
  width: 50%;
}
@media (max-width: 767px) {
  .da-mobile {
    width: inherit;
  }
}
.da-mobile .verifiedm {
  top: 8px;
}

.iconVerified {
  display: inline-block;
  margin-top: 10px;
}
.iconVerified i {
  font-size: 16px;
  color: #666;
}
.iconVerified .iconVerifiedTick {
  background: #1db034;
  color: #fff;
  border-radius: 50%;
  padding: 2px 3px 0px 0px;
  width: 15px;
  height: 15px;
  display: inline-block;
  font-size: 9px;
  vertical-align: text-bottom;
}
@media (max-width: 767px) {
  .iconVerified {
    float: left;
  }
  .iconVerified:last-child {
    float: none;
  }
}

.m-search-h i {
  color: #333;
  font-size: 16px;
  position: relative;
  top: 1px;
}
.m-search-h .row {
  margin-left: -8px;
  margin-right: -8px;
}
.m-search-h .sort-by {
  display: inline-block;
  background: none;
  margin-top: 0;
  height: auto;
  border-left: none;
  float: left;
  margin-bottom: 0;
  padding: 0;
  width: 50%;
  line-height: 38px;
  text-align: center;
  border-radius: 0;
}
.m-search-h .filterBtn {
  border-right: none;
}

.fixedSort {
  position: fixed;
  width: 101%;
  z-index: 1;
  top: 50px;
  left: 8px;
}

.filter .subRoleContainer {
  padding-left: 20px !important;
  max-height: inherit !important;
}

.Mrole-search {
  margin-left: -8px;
  margin-right: -8px;
}
.Mrole-search input {
  height: 38px;
  width: 100%;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-left: 40px;
  padding-right: 40px;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.Mrole-search:before {
  content: "\f10d";
  position: absolute;
  font-family: jobs-icons;
  z-index: 1;
  top: 7px;
  left: 4px;
  font-size: 18px;
  color: #333;
}
.Mrole-search .icon-arrows_remove {
  position: absolute;
  font-family: jobs-icons;
  z-index: 3;
  top: 2px;
  right: 5px;
  font-size: 26px;
  color: #333;
  position: absolute;
}
.Mrole-search .drop-ul {
  top: 38px;
}

.m-search-h.row {
  margin-left: -10px;
  margin-right: -10px;
}

.m-search-h {
  margin-bottom: 8px;
  float: left;
  width: 100%;
}
.m-search-h .locM {
  line-height: 18px;
}
.m-search-h .dropdown-menu li a {
  text-align: center;
  cursor: pointer;
}

.job-card.entryPoint ul li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}

.iSize {
  font-size: 26px;
  position: relative;
  top: -2px;
}

.ftrJ {
  margin-bottom: 10px;
}

.attributeSection {
  width: 115px;
  line-height: 12px;
}
.attributeSection .attributeVal {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 95%;
  white-space: nowrap;
}

.location {
  line-height: 17px;
}

.salaryNjobtype div {
  padding: 0px !important;
}

.fixedSortPadding {
  padding-top: 40px;
}

.disabledSortby {
  pointer-events: none;
}
.disabledSortby span,
.disabledSortby a {
  color: #999 !important;
}

.bg-verification .formInline .col-sm-7,
.bg-verification .formInline .col-sm-5 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .bg-verification .formInline .col-sm-7,
  .bg-verification .formInline .col-sm-5 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.appply-skipped-stepone .icon-mobile_phone:after,
.icon-bvl:after {
  content: '';
  background: transparent;
}

@media (max-width: 768px) {
  .urgentL + a.job-title {
    width: 65%;
  }
}
.ftrJ .rS {
  max-width: 170px;
}

.infoPromo {
  display: flex;
  justify-content: space-between;
}

.vipRenewStep2 {
  padding: 8px 16px;
  background: #FCEB60; 
  margin: 8px 0;
}
