/* Aplly Flow Css */
/* 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*/
/* 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;
}

/* Upload resume styles */
.resume_upload .title {
  font-size: 18px;
}
.resume_upload .file_upload {
  max-width: 220px;
  height: 40px;
  border: 1px solid #008bcf;
  float: left;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .resume_upload .file_upload {
    max-width: 180px;
  }
}
.resume_upload .upload-text {
  position: relative;
  top: -31px;
}
.resume_upload .file_upload input {
  position: relative;
  height: 40px;
  width: 100%;
  display: inline;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}
.resume_upload .noflieSlected {
  position: relative;
  top: 8px;
  left: 10px;
}
@media (max-width: 767px) {
  .resume_upload .noflieSlected {
    left: 0;
    float: left;
    margin-bottom: 12px;
  }
}

.pack .packHeader {
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}
.pack .packHeader h4 {
  margin: 0px !important;
}
.pack .benefitsTips {
  min-height: 200px;
}
.pack .benefitsTips i {
  font-size: 30px;
  color: #008bcf;
  margin-top: -5px;
}
.pack .benefitsTips p {
  line-height: 16px;
  margin-bottom: 15px;
  font-size: 13px;
}

.goldPack {
  background-image: linear-gradient(to top, #ffffff, #ffffff, #fefefe, #fefefe, #f9f7e5);
  border-top: 2px solid #e1b70c;
}

.silverPack {
  border-top: 2px solid #999;
  background-image: linear-gradient(to top, #ffffff, #ffffff, #ffffff, #ffffff, #f3f1f1);
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-right: 10px !important;
}

.btn-gold {
  background: #fceb42;
  color: #333;
  border-color: #e1b70c;
  text-align: center;
  opacity: 0.8;
}
.btn-gold:hover {
  opacity: 1.0;
  background: #fceb42;
  color: #333;
  border-color: #e1b70c;
}

.vipEntrypoint {
  margin: 10px 0;
}

.formInline .error-msg {
  color: inherit !important;
}

@media (max-width: 767px) {
  .Otp-Confirmation .modal-body {
    padding: 18px !important;
  }

  .var-mobile select {
    width: 100% !important;
  }

  .modal-content {
    border-radius: 0 !important;
    border: none !important;
  }

  .select-submit {
    text-align: right;
  }

  .select-submit .apply-submit {
    width: 80%;
  }

  .step-one {
    padding: 0 10px !important;
    margin-top: 15px;
  }

  .more_records {
    display: none;
    transition: 1s all;
  }

  .checkbox-custom:checked + .checkbox-custom-label:before {
    line-height: 14px;
  }

  .bullet-point {
    text-align: center;
    margin-bottom: 0px;
  }

  .modal-footer {
    background: #fff;
    padding: 10px;
  }
}
/*media css ends */
.nospace {
  margin: 0px !important;
}

.last-child-m {
  margin: 0px !important;
}
@media (max-width: 767px) {
  .last-child-m {
    margin: 0px !important;
  }
}

.step-one .form-group .drop-ul {
  top: inherit;
}

.apply-modal .modal-dialog {
  max-width: 740px;
  width: 100%;
  height: auto;
  -moz-box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.15);
  margin: auto !important;
  margin-top: 7% !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  min-height: 428px;
  background: #fff;
}
@media (max-width: 767px) {
  .apply-modal .modal-dialog {
    width: 100%;
    margin: 0px !important;
    height: 100% !important;
    max-height: inherit;
    min-height: inherit;
    border: none;
    box-shadow: none;
  }
}

.apply-modal .modal-title {
  font-size: 16px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .apply-modal .modal-title {
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 92%;
  }
}
.apply-modal .modal-header {
  padding: 12px 15px;
  background: #eee;
  border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .apply-modal .modal-header {
    border-radius: 0px;
    margin-top: 0px;
  }
}
.apply-modal .close {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: -15px;
  right: -10px;
  margin: 0px;
  font-size: 21px;
  border: 1px solid #ccc;
  line-height: 14px;
  padding: 4px;
}
@media (max-width: 767px) {
  .apply-modal .close {
    top: 7px;
    right: 7px;
    width: 30px;
    height: 30px;
    z-index: 1;
  }
}
.apply-modal .close:hover {
  opacity: 0.9;
}

.credits-left {
  float: right;
  margin-top: 2px;
  text-align: center;
  font-size: 12px;
}
@media (max-width: 767px) {
  .credits-left {
    margin: 0px 0px 10px;
    position: relative;
    top: -10px;
  }
}

.form-inline .form-group {
  margin-bottom: 20px;
  position: relative;
  vertical-align: top;
}
.form-inline .form-group.error-msg {
  clear: inherit;
}
.form-inline .form-group .input-group .input-group-addon {
  width: 1%;
}
@media (max-width: 767px) {
  .form-inline .form-group {
    width: 100%;
    margin-bottom: 18px;
  }
  .form-inline .form-group .apply-submit {
    height: 48px;
    line-height: 36px;
  }
  .form-inline .form-group .applyCancel {
    height: 48px;
    line-height: 36px;
  }
}
.form-inline .form-control {
  width: 100%;
}
@media (max-width: 767px) {
  .form-inline .form-control {
    height: 48px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .form-inline .input-group-addon {
    font-size: 16px;
  }
}

.mreadonly {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-right: none;
  line-height: 31px !important;
  color: #999;
}

.mobileN {
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
}

.refersh-img, .captcha-img {
  padding-left: 0px;
  background: #f6f9fb;
  height: 48px;
  line-height: 48px;
  border: 1px solid #ddd;
  float: left;
  text-align: center;
}

.refersh-img {
  border-radius: 0;
  width: 18%;
}
@media (max-width: 767px) {
  .refersh-img {
    width: 20%;
  }
}
.refersh-img i {
  font-size: 24px;
}

.captcha-img {
  border-radius: 3px 3px 0 0;
  border-left: none;
  width: 28%;
}
@media (max-width: 767px) {
  .captcha-img {
    width: 34%;
  }
}

@media (max-width: 767px) {
  .apply-submit {
    width: 100%;
  }
}

.skip {
  margin-right: 20px;
  text-transform: uppercase;
}

.select-submit {
  text-align: right;
}
.select-submit .apply-submit {
  top: inherit;
}

.all-fil-red {
  margin-top: 10px;
}

.question-group {
  margin-top: 5px;
  margin-bottom: 15px;
}
.question-group hr {
  margin: 10px 0px;
}
.question-group .form-group {
  margin-bottom: 10px;
}
.question-group .checkbox-inline, .question-group .checkbox-inline {
  min-width: 160px;
  margin-top: 10px;
  margin-left: 0px;
}
@media (max-width: 767px) {
  .question-group .checkbox-inline, .question-group .checkbox-inline {
    min-width: 135px;
  }
}
.question-group .id-proof .checkbox-inline, .question-group .id-proof .checkbox-inline {
  min-width: 220px;
}
.question-group .submit-form {
  display: inline-block;
  float: none;
}

.plus-more {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .apply-modal {
    top: 0;
  }
}
.apply-modal .modal-content {
  /*padding-top:15px;*/
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
}
@media (max-width: 767px) {
  .apply-modal .modal-content {
    padding-top: 0;
  }
}
.apply-modal .recruiterDetails {
  padding-bottom: 0px;
}

.form-inline.step-two {
  padding: 10px 10px 0 15px;
  background: #fff;
}
@media (max-width: 767px) {
  .form-inline.step-two {
    padding: 5px;
  }
}

/*Globle Css*/
.title {
  font-size: 18px;
}
@media (max-width: 767px) {
  .title {
    font-size: 15px;
    line-height: 18px;
    margin-top: 5px;
  }
}
.title hr {
  margin: 10px 0px 15px;
}

.form-inline.step-one .dropdown::after {
  content: "\f102";
  line-height: 48px;
  position: absolute;
  right: 15px;
  top: -4px;
  font-family: jobs-icons;
  pointer-events: none;
}
@media (max-width: 767px) {
  .form-inline.step-one .dropdown::after {
    top: 0;
  }
}

.light-txt {
  color: #999;
}

.semi-light {
  color: #666;
}

.primary-color {
  color: #222 !important;
}

.server-error {
  background: #ffe9ad;
  padding: 4px 10px;
  color: #333;
  font-size: 12px;
  border-radius: 3px;
  margin: 0px 0px 15px;
  border-radius: 3px;
  margin: 0px 0px 15px;
}
@media (max-width: 767px) {
  .server-error {
    margin: 0px 10px 15px;
  }
}

.server-error i {
  font-size: 21px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.no-right-margin {
  margin-right: 0px !important;
}

.error-msg select, .error-msg input, .error-msg textarea {
  border-color: #ff7777;
}
.error-msg input:focus {
  border-color: #ff7777;
}
.error-msg .error-val {
  display: none;
  color: #ff7777;
  font-size: 12px;
  /*left: 0;*/
  position: absolute;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .error-msg .error-val {
    font-size: 11px;
  }
}

.formMcontrol .error-msg {
  clear: inherit;
}

.error-val {
  display: none;
}

.mandatory {
  color: #ff7777;
}

.steptwoscroll {
  overflow-y: scroll;
  max-height: 272px;
}
@media (max-width: 767px) {
  .steptwoscroll {
    max-height: inherit;
    height: auto !important;
    padding-bottom: 0 !important;
  }
}
.steptwoscroll .form-control {
  max-width: 350px;
  margin: 15px 0 10px;
  text-align: left;
}
.steptwoscroll .question-group .dropdown .droparrow {
  max-width: 350px;
}
.steptwoscroll .question-group .dropdown .droparrow:after {
  content: "\f102";
  line-height: 38px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-family: jobs-icons;
  pointer-events: none;
}
@media (max-width: 767px) {
  .steptwoscroll .question-group .dropdown .droparrow:after {
    bottom: 4px;
    right: 15px;
    left: inherit;
  }
}
.steptwoscroll .question-group .dropdown .steptwodrop {
  margin-top: -10px;
  max-width: 350px;
}
.steptwoscroll .form-inline label {
  max-width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 95%;
  display: inline-block;
}
.steptwoscroll .primary-color {
  background: #effaff;
  padding: 5px 15px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .steptwoscroll .primary-color {
    padding: 5px 10px;
    font-size: 12px;
  }
}
.steptwoscroll .primary-color:first-letter {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .steptwoscroll .primary-color:first-letter {
    margin-right: 8px;
  }
}
.steptwoscroll .primary-color:first-child {
  margin-top: 0;
}

.steptwoscroll::-webkit-scrollbar {
  width: 6px;
}

.steptwoscroll::-webkit-scrollbar-track {
  background-color: rgba(113, 112, 107, 0.1);
  -webkit-border-radius: 0px;
}

.steptwoscroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0px;
  background: #666;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.apply-modal .modal-body {
  width: 100%;
  padding: 0px;
}
@media (max-width: 767px) {
  .apply-modal .modal-body {
    padding: 0px 0px 178px;
    margin: 0px;
    overflow: scroll;
    height: 100%;
    overflow-x: hidden;
    min-height: 376px;
  }
}

.apply-btton {
  min-width: 100px;
}

.wpadding {
  padding: 0 !important;
}

.form-step-one {
  padding: 15px;
  background: #fff;
  display: inline-block;
  min-height: 314px;
  width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.form-step-one .input-group .form-control {
  z-index: 0;
}
@media (max-width: 767px) {
  .form-step-one {
    padding: 0;
  }
}

@keyframes ezCustTrans {
  0% {
    -webkit-transform: perspective(40%) rotateY(-65deg) rotateX(-45deg) translateZ(400px);
    -moz-transform: perspective(40%) rotateY(-65deg) rotateX(-45deg) translateZ(400px);
    -ms-transform: perspective(40%) rotateY(-65deg) rotateX(-45deg) translateZ(400px);
    transform: perspective(40%) rotateY(-65deg) rotateX(-45deg) translateZ(400px);
    opacity: 0;
  }
}
.ezCustTrans {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: ezCustTrans;
  animation-name: ezCustTrans;
}

.a-m-c {
  margin-left: 27px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .a-m-c {
    white-space: inherit;
  }
}

.apply-modal .thank-you {
  text-align: center;
  padding-top: 30px;
}
.apply-modal .thank-you .icon-arrows_check {
  color: #3dae5a;
  font-size: 80px;
  line-height: 40px;
  position: relative;
  top: -10px;
}
@media (max-width: 767px) {
  .apply-modal .thank-you .icon-arrows_check {
    top: -5px;
    line-height: 55px;
    font-size: 55px;
  }
}
.apply-modal .thank-you .tk-close {
  border: 1px solid #ccc;
  border-radius: 50px;
  float: left;
  font-size: 25px;
  height: 32px;
  line-height: 34px;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
}
@media (max-width: 767px) {
  .apply-modal .thank-you .tk-close {
    line-height: 26px;
    font-size: 21px;
    width: 28px;
    height: 28px;
  }
}
.apply-modal .thank-you .mySmallModalLabel {
  margin-bottom: 5px;
}
.apply-modal .thank-you .seprator {
  width: 75%;
}
.apply-modal .thank-you .chromegcmprompt {
  margin-bottom: 15px;
}
.apply-modal .thank-you .chromegcmprompt a {
  margin-right: 10px;
}
.apply-modal .thank-you .notification-btn {
  text-align: left;
  margin-left: 85px;
}
@media (max-width: 767px) {
  .apply-modal .thank-you .notification-btn {
    text-align: center;
    margin-left: 0px;
  }
}
.apply-modal .thank-you .notification-btn .blue-btn {
  margin-right: 10px;
}
.apply-modal .thank-you .thank-msg {
  font-size: 21px;
  font-weight: 600;
}
.apply-modal .thank-you .thank-msg .icon-verified_id {
  font-size: 60px;
}

.loadingoverlay {
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 103%;
  background-size: 100px auto;
  z-index: 1;
}
.loadingoverlay .loader {
  top: 0;
}

.mlh {
  display: none;
}

span.country-code {
  padding-top: 12px;
  line-height: 18px;
}

.modal-hd-wrap {
  margin: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  /*@media(max-width:767px) { 
    margin:0px 0px 15px;
  }*/
}

.Benefits {
  display: none;
}

.Apply-Pack {
  margin: 0px auto;
  font-size: 12px;
  text-align: center;
}
.Apply-Pack .pack-price {
  font-size: 24px;
}
.Apply-Pack hr {
  margin: 4px 0px;
}
.Apply-Pack .icon-rupee-symbol {
  font-size: 16px;
}

@media (max-width: 767px) {
  .form-group.mlh {
    right: -321px;
    -webkit-transition: all,.4s,ease-out 0.2s;
    -moz-transition: all,.4s,ease-out 0.2s;
    -ms-transition: all,.4s,ease-out 0.2s;
    -o-transition: all,.4s,ease-out 0.2s;
    position: absolute !important;
    top: 0px;
    width: 320px;
    margin-right: 0px;
    display: block;
  }
  .form-group.mlh input {
    display: none;
  }

  .form-group.mlh.mobile-locality {
    z-index: 999999;
    right: 0px;
    display: block;
  }
  .form-group.mlh.mobile-locality input {
    display: block;
  }
  .form-group.mlh.mobile-locality label {
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
    background: #768493;
    color: #fff;
    padding: 12px 15px 10px;
    font-size: 14px;
  }
  .form-group.mlh.mobile-locality .dropdown-menu {
    display: block;
    max-height: 400px;
    overflow-x: scroll;
  }
  .form-group.mlh.mobile-locality .icon-right_arrow {
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(180deg);
    font-size: 21px;
    line-height: 18px;
  }
  .form-group.mlh.mobile-locality .apply-submit {
    position: fixed;
    z-index: 999999;
    bottom: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
}
.Otp-Confirmation .modal-body {
  padding: 15px;
}

#terms-of-use {
  position: relative;
}

#terms-of-use:hover #terms-tooltip {
  display: table;
}

#terms-tooltip {
  background: #333;
  color: #fff;
  padding: 5px;
  font-size: 11px;
  display: none;
  position: absolute;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  top: -43px;
  z-index: 999;
}

.tooltip-inner {
  white-space: pre-wrap;
}

.vip-description {
  max-width: 200px;
  margin: 0px auto;
}

.errMsg {
  color: #666;
  font-weight: 600;
}

.linkEmail {
  margin: 15px 0px 0px 0px;
}

.or-text {
  line-height: 42px;
  color: #444;
}

.qrk-wh-ask {
  position: relative;
  background: #eee;
}
@media (max-width: 767px) {
  .qrk-wh-ask {
    background: transparent;
  }
}

.term-of-use {
  float: left;
  bottom: 0px;
  left: 0px;
  padding: 10px 15px;
  width: 100%;
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
@media (max-width: 767px) {
  .term-of-use {
    padding: 10px;
  }
}
.term-of-use i {
  float: left;
  margin-right: 5px;
  font-size: 34px;
  line-height: 26px;
  position: relative;
  top: 3px;
}
@media (max-width: 767px) {
  .term-of-use i {
    top: 0px;
  }
}
.term-of-use span {
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  width: 80%;
}

.getresponse {
  top: 6px;
  position: relative;
}

.recuiter-number i {
  font-size: 24px;
  float: left;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  margin-top: 2px;
  border: 1px solid #666;
  color: #666;
}
.recuiter-number .number {
  float: left;
  margin-left: 15px;
  height: 44px;
}
.recuiter-number .number span {
  font-size: 21px;
  color: #008bcf;
  font-weight: bold;
}
.recuiter-number .number .timing {
  color: #333;
}

.view-recruiter-step-two button {
  font-weight: bold;
}

.vipApply {
  background: #008bcf;
  padding: 0px 15px;
  max-height: 185px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .vipApply {
    padding: 0px 4px;
    max-height: 0px;
  }
}
.vipApply .row.alertrow {
  margin-left: -15px;
  margin-right: -15px;
}
.vipApply .modal-hd-wrap {
  margin: 0px -15px 15px;
}
.vipApply .modal-header {
  background: #235f87;
  color: #fff;
}
.vipApply .modal-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .vipApply .modal-title {
    text-align: center;
  }
}
.vipApply .item img {
  float: left;
}
@media (max-width: 767px) {
  .vipApply .item img {
    float: none;
    margin: 0px auto;
    position: relative;
    top: -15px;
  }
}
.vipApply .carousel-inner {
  max-width: 524px;
  margin: 0px auto;
}
.vipApply .carousel-inner .h3 {
  font-size: 21px;
}
@media (max-width: 767px) {
  .vipApply .carousel-inner .h3 {
    font-size: 14px;
  }
}
.vipApply .carousel-caption {
  position: relative;
  float: right;
  margin-right: 10%;
  margin-top: 6%;
  left: 0;
  text-align: left;
  font-size: 16px;
}
@media (max-width: 767px) {
  .vipApply .carousel-caption {
    margin-right: 0;
    width: 100%;
    margin-top: 0%;
    text-align: center;
    padding-bottom: 0;
  }
  .vipApply .carousel-caption p {
    margin-bottom: 0;
  }
}
.vipApply .carousel-caption p {
  color: #8fcfee;
}
.vipApply .carousel-caption p strong {
  color: #fff;
}
@media (max-width: 767px) {
  .vipApply .carousel-indicators {
    left: 52%;
    bottom: -5px;
  }
}
.vipApply .carousel-indicators .active {
  width: 6px;
  height: 6px;
  margin: 0 1px;
}
.vipApply .carousel-indicators li, .vipApply .carousel-indicators .active {
  width: 6px;
  height: 6px;
  margin: 0 1px;
}
@media (max-width: 767px) {
  .vipApply button {
    width: 100%;
    max-width: 100% !important;
  }
}

.alert-message {
  background: #fff;
  width: 100%;
  left: 0;
  padding: 10px 30px 0 15px;
}
@media (max-width: 767px) {
  .alert-message {
    min-height: 82px;
  }
}
.alert-message label {
  font-weight: normal;
  color: #666;
}

.j25offer + .alertrow .alert-message {
  padding: 0px 30px 0 15px;
}

.j25section {
  margin-bottom: 3px !important;
}

.crediApplication {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0px auto 0;
  background: #fff;
  padding: 15px;
  /*top: 24px;*/
  display: inline-block;
  width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .crediApplication {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}
.crediApplication .infotext {
  max-width: 300px;
  display: inline-block;
  text-align: left;
}
.crediApplication .form-group {
  width: 37%;
}
@media (max-width: 767px) {
  .crediApplication .form-group {
    width: 100%;
    margin-bottom: 12px;
  }
}
.crediApplication .form-group input {
  height: 38px;
}
.crediApplication .form-group .drop-ul {
  top: 38px;
}
.crediApplication .infotext {
  position: relative;
  font-size: 16px;
}
@media (max-width: 767px) {
  .crediApplication .infotext {
    top: 0;
    text-align: center;
    margin-bottom: 5px;
  }
}
.crediApplication .infotext .semi-light {
  color: #999;
}
@media (max-width: 767px) {
  .crediApplication .infotext span {
    width: 100%;
    float: left;
    margin-bottom: 5px;
  }
}
.crediApplication button {
  max-width: 130px;
  width: 100%;
}
.crediApplication select {
  height: 38px;
}

.pay-button {
  float: right;
}
@media (max-width: 767px) {
  .pay-button {
    float: none;
  }
}

.application-info {
  padding: 0px 20px;
}

.payment-scucess {
  font-size: 16px;
  text-align: left;
  margin-bottom: 20px;
}
.payment-scucess:before {
  content: "\f129";
  font-family: jobs-icons;
  font-size: 10px;
  border: 2px solid #fff;
  background: #0faa13;
  padding: 4px;
  font-weight: 600;
  position: relative;
  top: -2px;
  margin-right: 3px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .payment-scucess {
    text-align: center;
  }
}

.pay-buttons {
  float: right;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .pay-buttons {
    margin-bottom: 5px;
    float: none;
    text-align: center;
  }
}
.pay-buttons a {
  margin-left: 4px;
  /* width: 122px;*/
}

.credit-balance {
  /*padding: 0px 12px;*/
  margin-top: 10px;
}
.credit-balance i {
  color: #dac251;
  font-size: 26px;
  float: left;
  margin: 0px 10px 0 0;
}
.credit-balance span {
  width: 100%;
  margin-bottom: 5px;
}
.credit-balance .profile-content {
  float: left;
  max-width: 280px;
  line-height: 18px;
}

@media (max-width: 767px) {
  .withoutVIP {
    padding: 0 !important;
  }
}

.premium-application {
  max-width: 36px;
  text-align: center;
  height: 36px;
  line-height: 38px;
  font-size: 18px;
  margin: 12px auto 5px;
  background: #dac251;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.flex {
  display: flex;
}
.flex label {
  margin-left: 7px;
  font-size: 12px;
  position: relative;
  top: 2px;
}

.bg-verification .resume_upload .file_upload {
  max-width: 108px;
  margin-right: 0;
}
@media (max-width: 767px) {
  .bg-verification .resume_upload .file_upload {
    margin-right: 10px;
  }
}
.bg-verification .formMcontrol.mb10 {
  margin-bottom: 10px;
}
.bg-verification .formMcontrol {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .bg-verification .formMcontrol {
    margin-bottom: 15px;
  }
  .bg-verification .formMcontrol .mdivider {
    margin-bottom: 15px;
  }
}
.bg-verification .formMcontrol textarea {
  height: 70px;
  padding-top: 8px;
}

.modal-header.bgHeading {
  padding-left: 65px;
  position: relative;
}
.modal-header.bgHeading .icon-verified_id {
  font-size: 42px;
  position: absolute;
  left: 15px;
  top: 5px;
}
.modal-header.bgHeading .badge {
  background: #ecaa2b;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 10px 2px;
  position: relative;
  top: -2px;
  font-size: 14px;
}

.modal-footer #skip-form {
  position: relative;
  right: 5px;
}

#file-info {
  position: relative;
  top: 5px;
  font-size: 12px;
  line-height: 14px;
}

.jsBgVerification .modal-body {
  padding-bottom: 0;
}
.jsBgVerification .modal-footer {
  border-top: none;
  padding-top: 0;
}

@media (max-width: 767px) {
  .apply-modal #step-one {
    height: 100%;
  }
}
/*Quick apply new*/
#promotion {
  margin: 0px 15px;
  /* padding-bottom: 15px; */
}
#promotion .modal-body {
  background: none;
}
#promotion h4 {
  margin: 10px 0 8px;
}
#promotion .btn.head-postad.postad-btn {
  height: 38px;
  line-height: 38px;
}
@media (max-width: 767px) {
  #promotion {
    height: 480px;
  }
}

.jobNotification {
  display: table-cell;
  vertical-align: middle;
}
.jobNotification h4 {
  margin: 25px 0 15px;
  font-weight: normal;
}

.progress {
  height: 4px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .progress {
    margin-bottom: 15px;
  }
}
.progress .progress-bar {
  background: #0faa13;
}

.confirmProfile .cWidth {
  width: 210px;
}
.confirmProfile .icon_down {
  top: 0px;
}
.confirmProfile .oC div {
  display: inline-block;
}
.confirmProfile .badge {
  background: #fff;
  color: #008bcf;
  border: 1px solid #008bcf;
  min-width: 210px;
  padding: 12px 0px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: normal;
  padding: 15px;
}
.confirmProfile .badge:hover {
  background: #008bcf;
}
.confirmProfile .SelectRole {
  margin: 0 auto;
}
.confirmProfile .SelectRole .jsSayt {
  width: 100%;
  border-radius: 3px;
  padding: 10px;
}

.h4v {
  margin-top: 0;
}

.snb .apply-form-new .col-sm-6 {
  padding-left: 15px;
  padding-right: 15px;
}
.snb .apply-form-new .row {
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 767px) {
  .term-of-use p {
    float: left;
    border-top: 1px solid #ccc;
    margin: 8px;
    padding-top: 5px;
  }

  .wpadding .pull-right.small {
    position: absolute;
    right: 0px;
    top: 3px;
  }
}
.case1_3Confirm {
  height: 300px;
  overflow-y: scroll;
  padding-bottom: 115px;
}

.uInfo i {
  display: inline-block;
  font-size: 36px;
  position: relative;
  color: #999;
}
.uInfo .pInfo {
  display: inline-block;
  line-height: 18px;
}

.changeApp {
  position: relative;
  left: 38px;
  top: -5px;
}

.extrnalApply img {
  position: absolute;
  width: 36px;
  transform: rotate(42deg);
  left: -25px;
  top: 8px;
}
@media (max-width: 767px) {
  .extrnalApply {
    padding-left: 20px;
    line-height: 13px;
  }
  .extrnalApply img {
    left: -6px;
  }
}

.resumeApply .carousel-inner {
  max-width: 560px;
}
.resumeApply .vipApply,
.resumeApply .profileHighlighted {
  background-color: #544a9d;
}
.resumeApply .crediApplication .infotext {
  font-size: 18px;
  margin-top: 8px;
}

@media (max-width: 767px) {
  html, body.modal-open {
    overflow: auto !important;
    height: 100% !important;
  }
}
.VapPack i {
  font-size: 25px;
}

.vipPromotion {
  font-size: 14px;
}

#promotion .vipPackWrapper {
  margin: 0 -15px 0;
}

.vipPackWrapper .padding0 {
  padding: 0;
}

.fwM {
  font-weight: 600;
}

.taC {
  text-align: center;
}

.dFA {
  display: flex;
  align-items: center;
}

.dIB {
  display: inline-block;
}

.font16 {
  font-size: 16px;
}

/* 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*/
/*View Detail Page*/
@media (max-width: 767px) {
  .gcolumn {
    width: 100%;
    overflow: hidden;
  }

  .similarJob .gcolumn {
    margin-bottom: 8px !important;
  }

  .paddingMsite {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.premiumGold {
  color: #fff;
  margin-bottom: 5px;
  text-transform: uppercase;
  display: inline-block;
  background: #dac251;
  padding: 1px 6px 0 12px;
  position: absolute;
  left: 1px;
  top: -14px;
  height: 21px;
}
.premiumGold:after {
  content: "";
  border: 7px solid #dac251;
  border-top: 14px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  right: -10px;
  top: 0;
}
@media (max-width: 767px) {
  .premiumGold {
    top: -34px;
  }
}

.mapply {
  padding: 10px 0px;
  margin-right: 10px;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  height: 45px;
}

.mapply[disabled] {
  height: 45px;
  line-height: 30px;
}

.mcall {
  margin-right: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  line-height: 31px;
  background: #0faa13;
  color: #fff;
  border: none;
  border-right: 1px solid #fff;
}
.mcall i {
  cursor: default;
}

.ellipsis {
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mmessage {
  margin-right: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.premium-qj-si {
  color: #0faa13 !important;
  text-transform: uppercase;
}

.margin-primary {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .driverjob {
    margin-bottom: 0px;
    clear: both;
  }
}
.driverjob .jobtloc h1 {
  font-size: 21px;
  margin: 0px 0 10px;
}
@media (max-width: 767px) {
  .driverjob .jobtloc h1 {
    font-size: 18px;
    font-weight: normal;
  }
}
.driverjob .jobtloc .apply-block-respond,
.driverjob .jobtloc .apply-block-respond2,
.driverjob .jobtloc .apply-block-respond3 {
  background: transparent;
  border: none;
  margin-bottom: 0px;
  margin-top: 0px;
}
.driverjob .jobtloc .apply-block {
  background: transparent none !important;
  margin-bottom: 0px;
  padding: 0px 15px;
  border: none !important;
}
.driverjob .jobtloc .collapse.in {
  display: inline;
}
.driverjob .jobtloc .premium {
  font-size: 15px;
  color: #0faa13;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.driverjob .jobtloc .without-premium {
  width: 100% !important;
}
.driverjob .jobtloc .job-titledetail {
  width: 100%;
}
.driverjob .jobtloc .job-title h2 a {
  font-size: 14px;
  text-decoration: underline;
}
.driverjob .jobtloc .job-title .qj-hr {
  margin-bottom: 14px;
  margin-top: 5px;
  border: 2px solid red;
}
.driverjob .jobtloc .job-title .small {
  display: inline-flex;
}
.driverjob .jobtloc .job-title .small span {
  padding-top: 1px;
}
.driverjob .jobtloc .job-title .small i {
  font-size: 18px;
  margin-left: -5px;
}
.driverjob .jobtloc h1:first-letter {
  text-transform: uppercase;
}
.driverjob .jobtloc h1 a {
  font-size: 14px;
}
.driverjob .jobtloc .adid {
  color: #999;
}
.driverjob .jobtloc .premium-cover {
  margin-bottom: 15px;
}
.driverjob .jobtloc .lookingfor {
  margin-right: 10px;
}
.driverjob .jobtloc .lookingfor span {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .driverjob .jobtloc .lookingfor {
    display: block;
  }
}
.driverjob #tables {
  margin: 0px 0px 10px;
  font-size: 16px;
}
.driverjob .prtborder {
  border-bottom: 1px solid;
}

.fab-wrap {
  display: none;
}

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

.infosection .partiton {
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .infosection .partiton {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.infosection .partiton p .collapse.in {
  display: inline;
}
.infosection .partiton h3 {
  margin-bottom: 5px;
}
.infosection table td {
  line-height: 24px;
  color: #333333;
  word-break: break-all;
  min-width: 150px;
}
@media (max-width: 767px) {
  .infosection table td {
    font-size: 12px;
  }
  .infosection table td:nth-child(even) {
    word-break: break-word;
    min-width: 130px;
  }
}
.infosection .roleb {
  font-style: normal;
  font-weight: 600;
}
.infosection .appchcll .basiccall {
  margin-left: 0px;
  padding-left: 0px;
  width: 62px;
  float: left;
}
.infosection .appchcll .chatbox {
  padding-left: 0px;
  width: 70px;
  float: left;
  margin-right: 20px;
}

.similarJob .carousel .carousel-control {
  background: none;
  margin-top: 15px;
  font-size: 24px;
  width: 34px !important;
  min-width: 34px;
  height: 30px !important;
  padding: 0;
  line-height: 30px;
  opacity: 7;
  position: relative;
}
.similarJob .carousel .carousel-control:hover {
  opacity: 9;
  color: #008bcf;
}
.similarJob .carousel .carousel-control.left {
  margin-right: 10px;
}
.similarJob .similar-add-card {
  cursor: pointer;
}
.similarJob .similar-add-card .similar-add-card:last-child {
  border-bottom: medium none;
}
@media (max-width: 767px) {
  .similarJob .similar-add-card {
    padding-right: 15px;
  }
}
.similarJob .simad {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.similarJob .simad:hover {
  background: #f1f1f1;
}
@media (min-width: 767px) {
  .similarJob .simad {
    width: 49%;
  }
  .similarJob .simad:first-child {
    margin-right: 15px;
  }
}
.similarJob .premium2 {
  padding-right: 0px;
}
.similarJob .premium2 .premiumicon {
  position: absolute;
  top: -7px;
  left: -6px;
  z-index: 1;
}
.similarJob .premium2 .lesspadding {
  padding: 0px 0px 0px 32px;
}
.similarJob .premium2 .prejobwid {
  margin-left: 5px;
  width: 73%;
  float: left;
}

@media (max-width: 767px) {
  .vapTopDfp {
    margin: 10px 0 10px;
    overflow: hidden;
    width: 100%;
    float: left;
  }

  #vapTop {
    min-height: 50px !important;
  }
}
/*share popup*/
.share-icons ul {
  margin-bottom: 0px;
}
.share-icons a.share-link {
  color: #008bcf;
  border: 1px solid #008bcf;
  border-radius: 3px;
  padding: 10px 15px;
  position: relative;
}
@media (max-width: 767px) {
  .share-icons a.share-link {
    bottom: 0px;
    position: absolute;
    right: 0;
  }
}
.share-icons a.share-link:hover {
  color: #fff;
  background: #008bcf;
}
.share-icons a.like-crd {
  border: 1px solid #ddd;
  padding: 4px 10px 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background: #e4e8ee;
}
.share-icons a.like-crd:hover {
  background: #eceef2;
}
.share-icons li {
  padding: 0 3px;
}
.share-icons li:last-child {
  padding-right: 0;
}
.share-icons li a {
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #333;
  display: block;
}
.share-icons li a i {
  color: #fff;
}
.share-icons .whatsapp {
  display: inline-block !important;
}
.share-icons .whatsapp a {
  background: #348d2a;
}
.share-icons .facebook a {
  background: #3B5998;
}
.share-icons .facebook a i {
  position: relative;
  left: 3px;
  top: 1px;
}
.share-icons .google-plus a {
  background: #C63D2D;
}
.share-icons .google-plus a i {
  position: relative;
  top: 1px;
}
.share-icons .twitter a {
  background: #33CCFF;
  top: 4px;
}
.share-icons .twitter a i {
  position: relative;
  top: 3px;
  left: 1px;
}
.share-icons .linkedin a {
  background: #4875B4;
  top: 0px;
}

.jsFloatingApplyBtn {
  margin-top: 2px;
}

/*share popup*/
@media (max-width: 767px) {
  .formMargin {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.scrollApply .jobViews {
  display: none;
}

.postedContent {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
  background: #f2f2f2;
  padding: 4px 0 0px;
}
@media (max-width: 767px) {
  .postedContent {
    margin-top: 10px;
  }
  .postedContent .postby {
    width: 160px;
    float: left;
    line-height: 16px;
    position: relative;
    top: -5px;
  }
}

.postedBy {
  float: left;
  margin-top: 5px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .postedBy {
    margin-bottom: 10px;
  }
}
.postedBy strong {
  color: #333;
}

.trustBadges {
  position: relative;
  top: 0px;
  left: 10px;
  float: left;
}
.trustBadges i {
  /*background: url("/images/jobs/badgesprite.png") no-repeat;*/
  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;
}

.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;
}

.viewedProfile {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 15px;
  margin: 0px;
  clear: both;
  position: relative;
  top: 15px;
}
@media (max-width: 767px) {
  .viewedProfile {
    top: 0;
  }
}

.title2 {
  width: 100%;
  display: inline-block;
  clear: both;
}

.beSmart span {
  border-bottom: 4px solid #0faa13;
  width: 29px;
  display: inline-block;
  font-size: 26px;
  color: #999;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .beSmart span {
    font-size: 21px;
  }
}

.qap-text-vap {
  height: 28px;
  text-align: center;
  line-height: 28px;
  padding: 0px 15px 0 0;
  border-radius: 3px;
  width: auto;
  display: inline-block;
}

.job-cardVap {
  padding: 15px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-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;
}
@media (max-width: 767px) {
  .job-cardVap {
    padding: 8px !important;
  }
}
.job-cardVap:hover {
  background: #fff;
}
.job-cardVap .mSiteBlock .city {
  margin-right: 0;
}
.job-cardVap .ls-jobs {
  margin: 10px 0px 0px 0px;
}
@media (max-width: 767px) {
  .job-cardVap .ls-jobs {
    margin: 10px 0px;
  }
}
.job-cardVap .ls-jobs p {
  margin-bottom: 5px;
}
.job-cardVap .salary span,
.job-cardVap .m-salary span,
.job-cardVap .loc span,
.job-cardVap .subRoles span {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .job-cardVap .salary span,
  .job-cardVap .m-salary span,
  .job-cardVap .loc span,
  .job-cardVap .subRoles span {
    margin-right: 0;
  }
}
.job-cardVap .attributesVal {
  min-width: 72px;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 0px !important;
}
@media (max-width: 767px) {
  .job-cardVap .mSiteBlock {
    display: block;
  }
}
.job-cardVap .org {
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .job-cardVap .org {
    display: block;
    margin: 4px 0px;
  }
}
.job-cardVap .selected-locality,
.job-cardVap .selected-facet,
.job-cardVap .selected-subrole {
  position: relative;
  left: 10px;
  font-size: 12px;
  width: 60px;
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
}
.job-cardVap .verifiedm {
  cursor: default;
  position: relative;
  margin: 0 10px 0px 3px;
}

.btn-default:hover .icon-mobile_phone {
  color: #fff;
}

.selected-locality,
.selected-facet,
.selected-subrole {
  background: #eee none repeat scroll 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-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;
}

.Mrole-search {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}
.Mrole-search input {
  height: 38px;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-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: 10px;
  font-size: 18px;
  color: #333;
}
.Mrole-search .icon-arrows_remove {
  position: absolute;
  font-family: jobs-icons;
  z-index: 3;
  top: 1px;
  right: 5px;
  font-size: 26px;
  color: #333;
  position: absolute;
}
.Mrole-search .drop-ul {
  top: 38px;
}

.viewJob {
  margin-right: 10px;
}

.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;
    margin-top: 5px;
  }
  .iconVerified:last-child {
    float: none;
  }
}

.iSize {
  font-size: 30px;
}

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

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

.job-card .attributesVal {
  min-width: 74px;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
}

.paymentSuccessInfo {
  background: #22a927;
  padding: 10px 0px 0px 0px;
  color: white;
  font-weight: 600;
  text-align: center;
  -moz-box-shadow: 0 5px 10px rgba(105, 105, 105, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(105, 105, 105, 0.2);
  box-shadow: 0 5px 10px rgba(105, 105, 105, 0.2);
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 50px;
}
.paymentSuccessInfo div {
  max-width: 1170px;
  margin: 0 auto;
}
.paymentSuccessInfo i.icon-arrows_remove {
  float: right;
  font-size: 28px;
  margin-top: -6px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .paymentSuccessInfo {
    top: 60px;
  }

  .paymentSuccessInfo span {
    font-size: 16px;
  }
}
.helloEnglishWrapper {
  position: relative;
}

.helloEnglish {
  cursor: pointer;
}

.helloEnglish img {
  width: 18px;
  vertical-align: -4px;
}

.helloEnglishHover {
  display: none;
  position: absolute;
  width: 200px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 12px;
  z-index: 10;
  border-radius: 3px;
  right: -60px;
  top: 23px;
  font-weight: 100;
}

.helloEnglish:hover + .helloEnglishHover {
  display: block;
}

.helloEnglishHover:after, .helloEnglishHover:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.helloEnglishHover:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

.helloEnglishHover:before {
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #ddd;
  border-width: 7px;
  margin-left: -7px;
}

.VapPack .benefitsTips {
  padding: 0px 10px;
}

.row.VapPack {
  margin-left: -4px;
  margin-right: -4px;
}

.row.VapPack .col-md-6 {
  padding-left: 4px;
  padding-right: 4px !important;
}

.VapPack .packHeader.row {
  margin-left: -4px;
  margin-right: -4px;
}

/* Scss Document */
#stickynav {
  float: left;
  width: 100%;
  position: absolute;
  top: 550px;
  height: 60px;
  padding: 10px 0px;
  background: #f1f1f1;
  display: none;
  z-index: 2;
  border-bottom: 1px solid #e3e3e3;
  /*h2, h1{
  	font-weight:500;
  	margin:9px 0px 0px;
  	font-size: 20px;
  }*/
  /*.stickybtn{
  	font-size:14px;
  	width:112px;
  	margin-top:2px;
  	}*/
}
#stickynav p {
  margin: 0px;
}
#stickynav .font-size-small {
  font-size: 12px;
  font-weight: 100;
  color: #333333;
}

