/* 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*/
@media (max-width: 767px) {
  .subQuestionAppend .form-group {
    width: 100%;
  }
}

.Post-Free-Ad {
  margin-top: 65px;
}
@media (max-width: 767px) {
  .Post-Free-Ad label {
    margin-bottom: 0;
  }
  .Post-Free-Ad .Cover {
    float: left;
    width: 100%;
  }
  .Post-Free-Ad .input-group {
    width: 100%;
  }
  .Post-Free-Ad .sectionDivider {
    padding: 0px 15px;
    margin: 0px -15px;
    border-top: 10px solid #ddd;
  }
}

.error-msg {
  font-size: 12px;
  white-space: nowrap;
  position: absolute;
}

.checkbox-msg {
  font-size: 12px;
  margin-top: 0px;
  white-space: nowrap;
  line-height: 22px;
}
.checkbox-msg input.checkbox {
  width: auto !important;
  margin-right: 5px;
  display: inline-block;
}
@media (max-width: 767px) {
  .checkbox-msg {
    position: relative;
  }
  .checkbox-msg input.checkbox {
    top: 2px;
  }
}

.otp-error-msg {
  position: relative;
}

.PostAdWcontent {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .PostAdWcontent {
    margin-bottom: 10px;
  }
}

.Shaking-Error {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

#Postfreeform,
.stepSuccess {
  max-width: 900px;
  margin: 0px auto 10px;
  position: relative;
  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);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
}

#Postfreeform hr {
  margin: 0px;
  border-color: #eee;
}
#Postfreeform .form-group {
  /*margin-bottom: 18px;*/
  position: relative;
  clear: both;
}
#Postfreeform .form-group .help-message {
  color: #008bcf;
  left: 0px;
  position: absolute;
  font-size: 12px;
}
@media (max-width: 767px) {
  #Postfreeform .form-group .help-message {
    line-height: 14px;
  }
}
@media (min-width: 767px) {
  #Postfreeform .textDropdown {
    width: 230px;
  }
}
#Postfreeform .form-control-dropdown {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: #fff;
}
#Postfreeform .jskeepopen:after {
  top: 13px;
}
#Postfreeform .icon_down {
  top: 2px;
}
#Postfreeform .rolehome .error-msg {
  position: relative;
  top: 15px;
}
#Postfreeform .rolehome .help-message {
  left: 0px;
  font-size: 12px;
}
#Postfreeform .job-type-options ul {
  display: inline-flex;
  margin: 0;
  padding: 0;
}
#Postfreeform .job-type-options ul li {
  list-style: none;
  margin-right: 35px;
  position: relative;
}
#Postfreeform .job-type-options ul input {
  display: none;
}

.selected-city {
  display: inline-block;
}
.selected-city .selected-span,
.selected-city .selected-locality,
.selected-city .selected-wac,
.selected-city .select-more {
  height: 34px;
  position: relative;
  font-size: 13px;
  line-height: 34px;
  float: left;
  margin: 3px 5px 2px 0;
  padding: 0px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background: #eee;
}
.selected-city .selected-span i,
.selected-city .selected-locality i,
.selected-city .selected-wac i,
.selected-city .select-more i {
  font-size: 21px;
  position: relative;
  right: -4px;
  top: -8px;
  cursor: pointer;
}
.selected-city .moreClass {
  line-height: 13px;
}
.selected-city .pullright {
  float: right;
  margin-right: 10px;
  font-size: 16px;
  cursor: pointer;
}

#Postfreeform .jobs-payment-adid input {
  width: auto;
}

#Postfreeform input {
  width: 100%;
  border-radius: 3px;
  padding: 0px 20px 0px 10px;
}
#Postfreeform input #include-website-url {
  width: 10px;
}
#Postfreeform input input#include-website-url {
  width: 10px;
}

.primaryColor {
  color: #008bcf !important;
}

.skip {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  text-transform: capitalize;
}
.skip i {
  float: right;
  font-size: 14px;
  position: relative;
  right: 2px;
}

.JobsErrorMessage {
  background: #ffe9ad;
  padding: 10px 10px 10px 16px;
  line-height: 16px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

/*Form Element*/
.text-transform {
  margin: 0;
  font-size: 18px;
}

.upload-logo {
  padding: 8px !important;
  width: 100%;
}

.Dselect {
  font-size: 12px;
  font-weight: bolder;
  cursor: pointer;
}
@media (max-width: 767px) {
  .Dselect {
    float: right;
    position: relative;
    bottom: 18px;
  }
}

.form-group:nth-last-child(2) hr {
  display: none;
}

.Form-Element .radio-inline,
.Form-Element .checkbox-inline {
  margin-left: 0px;
  min-width: 140px;
  /*width: 100%;*/
  cursor: default;
}
@media (max-width: 767px) {
  .Form-Element .radio-inline,
.Form-Element .checkbox-inline {
    width: 48%;
    margin-right: 0px;
    min-width: 136px;
  }
}
.Form-Element .radio-inline input,
.Form-Element .checkbox-inline input {
  width: auto !important;
}
.Form-Element .drop-ul {
  border-bottom: none;
  top: 40px;
}
.Form-Element .drop-ul li {
  position: relative;
}
.Form-Element .control-label {
  font-size: 13px;
  padding-top: 10px;
  color: #666;
  float: left;
  width: 100%;
  text-transform: capitalize;
  margin-bottom: 0px;
  line-height: 12px;
}
@media (max-width: 767px) {
  .Form-Element .control-label {
    float: none;
  }
}
.Form-Element .form-group hr {
  margin: 0px 0px 15px;
  border-color: #c7c7c7;
}

.designation {
  max-width: 300px;
}

.postAdStep2 .checkbox-custom-label {
  white-space: inherit;
  /*display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;*/
}

@media (max-width: 767px) {
  .xs {
    text-align: left;
  }
}
.price-box {
  border: 1px solid #ddd;
  transform: scale(1);
  transition-duration: 0.1s;
}
@media (max-width: 767px) {
  .price-box {
    margin-bottom: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
  }
}
.price-box .nav-pills li {
  border: 1px solid #ddd;
}
.price-box .nav-pills li a {
  padding: 5px 15px;
  font-size: 12px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.price-box .nav-pills li a .new {
  color: #FFA442;
}
.price-box .nav-pills li.active {
  border-color: #008bcf;
}
.price-box .nav-pills li:last-child {
  border-left: none;
}

#Postfreeform p.warning-msg {
  font-size: 13px;
  color: #333;
}

#formThird .fs-title {
  font-size: 14px;
}

.jobs-payment-adid {
  color: #008bcf;
}

#logo-preview .modal-dialog {
  width: 300px;
  margin: 8% auto;
  text-align: center;
}
@media (max-width: 767px) {
  #logo-preview .modal-dialog {
    margin: 40% auto;
  }
}
#logo-preview .modal-dialog .icon-arrows_remove {
  font-size: 21px;
  position: absolute;
  top: 3px;
  right: 5px;
}
#logo-preview .modal-dialog .modal-body {
  padding: 40px;
}

.SeeExample {
  margin-bottom: 0px;
}

.examplePreview {
  margin: 70px auto;
}

.Xmore {
  background: #d1e4f3 none repeat scroll 0 0;
  border-radius: 3px;
  padding: 5px 10px;
  color: #333 !important;
}
.Xmore span {
  color: #000;
}

.thankyoumodal .modal-content {
  border: none;
}
.thankyoumodal .modal-sm {
  width: 320px;
}
.thankyoumodal hr {
  margin: 15px 0px;
}
.thankyoumodal .modal-header {
  padding: 13px 15px;
  border-bottom: none;
  color: #fff;
  position: relative;
  background: #32a349;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.thankyoumodal .modal-header:after {
  content: " ";
  position: absolute;
  right: 0;
  width: 20%;
  height: 100%;
  background-color: #42b459;
  z-index: 1;
  bottom: 0;
  border-top-right-radius: 3px;
}
.thankyoumodal .modal-header .modal-title {
  font-weight: 500;
}
.thankyoumodal .icon-arrows_remove {
  font-size: 30px;
  vertical-align: top;
  position: relative;
  z-index: 22;
}
.thankyoumodal .small-font {
  font-size: 12px;
}
.thankyoumodal .modal-body {
  padding: 10px 30px 20px 30px;
}
.thankyoumodal i.fly-icon {
  font-size: 60px;
}
.thankyoumodal a.emplyer-link {
  font-size: 18px;
}
.thankyoumodal .review-info {
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 15px;
}

.divider-hr {
  max-width: 105px;
  margin: 0px auto;
}

.slideLeft {
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}

@keyframes slideLeft {
  0% {
    transform: translateX(100%);
  }
  50% {
    transform: translateX(-2%);
  }
  65% {
    transform: translateX(1%);
  }
  80% {
    transform: translateX(-1%);
  }
  95% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(-2%);
  }
  65% {
    -webkit-transform: translateX(1%);
  }
  80% {
    -webkit-transform: translateX(-1%);
  }
  95% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .Job-type-list button {
    padding: 6px 10px 8px;
    width: 133px;
    font-size: 12px;
  }

  #Postfreeform {
    border-right: none;
  }

  .Form-Element {
    padding: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1047px) {
  .price-name {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .postsubmit {
    margin-top: 18px;
  }
}
.post-submit-btn {
  min-width: 195px;
  height: 48px;
  background: #fceb42;
  color: #333;
  border: 1px solid #e1b70c;
  font-weight: bold;
  line-height: 33px;
}
.post-submit-btn:focus, .post-submit-btn:active {
  background: #fceb42 !important;
  color: #333 !important;
  border: 1px solid #e1b70c !important;
}
.post-submit-btn:hover {
  background: #fbe610;
  border: 1px solid #e1b70c;
  color: #333;
}
@media (max-width: 767px) {
  .post-submit-btn {
    width: 100%;
  }
}

.hidden-locality {
  color: transparent;
}

.selected-city label {
  width: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .selected-city label {
    width: 68px;
  }
}

.divider {
  color: #008bcf;
  font-size: 35px;
  line-height: 35px;
}

.money-back {
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  width: 100px;
  text-align: left;
}

.guarantee_logo {
  margin-left: -4px;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .guarantee_logo {
    margin-left: 21px;
  }
}

.roles-card {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.roles-card:hover {
  border-color: #008bcf;
  background: #fbfcfe;
  cursor: pointer;
}
.roles-card a {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.roles-card .right-icon {
  position: absolute;
  right: 10px;
  top: 2px;
  color: #008bcf;
  font-size: 15px;
}
.roles-card .remove-icon {
  position: absolute;
  right: 10px;
  top: 2px;
  font-size: 21px;
}
.roles-card .right-icon {
  display: none;
}
.roles-card .remove-icon {
  display: none;
}
.roles-card:hover .right-icon {
  display: block;
}

.yourClass .right-icon {
  display: block;
}
.yourClass .remove-icon {
  display: none;
}
.yourClass:hover .right-icon {
  display: none;
}
.yourClass:hover .remove-icon {
  display: block;
}

.blank {
  display: inline-block;
  width: 30px;
}

.filterModal .btn-div {
  background: #f9f9f9 none repeat scroll 0 0;
  border-top: 1px solid #eee;
  padding: 6px 10px;
  position: absolute;
  top: 250px;
  z-index: 5;
  width: 100%;
  border: 1px solid #ddd;
  box-shadow: -1px 4px 8px 1px rgba(0, 0, 0, 0.1);
}

#postad-city-ul {
  z-index: 4;
}

.renewAd {
  color: #008bcf;
  margin-left: 4px;
  border: 1px solid #008bcf;
  border-radius: 50px;
  cursor: pointer;
  font-size: 11px;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
}

.renewAdDesc {
  display: none;
  color: #fff;
  background: #454a55;
  position: absolute;
  left: 2px;
  border-radius: 3px;
  z-index: 1;
  bottom: 70px;
  padding: 10px;
  width: 256px;
  text-align: left;
  font-size: 13px;
}
.renewAdDesc:before {
  content: "";
  height: 0;
  position: absolute;
  top: -7px;
  width: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #454a55 transparent;
  right: 18px;
}

div.sub-role-task .drop-ul {
  top: 44px;
}
div.sub-role-task .icon-arrows_down {
  top: 0px !important;
}

@media (min-width: 767px) {
  .height-max {
    height: 370px !important;
  }
}
.renewAd:hover + .renewAdDesc {
  display: block !important;
}

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

input[type=number] {
  -moz-appearance: textfield;
}

::-webkit-input-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

*:focus::-webkit-input-placeholder {
  opacity: 0;
}

*:focus:-moz-placeholder {
  opacity: 0;
}

*:focus::-moz-placeholder {
  opacity: 0;
}

*:focus:-ms-input-placeholder {
  opacity: 0;
}

#rulesPopUp .ln {
  background: #f5f3c8;
  margin: 10px -15px 20px -15px;
  padding: 5px 0px 5px 15px;
  line-height: 16px;
}
#rulesPopUp .ln .icon-warning {
  font-size: 20px;
  vertical-align: -2px;
}
#rulesPopUp .lwarn {
  padding-bottom: 10px;
}
#rulesPopUp .modal-body {
  max-height: 408px;
  overflow-y: auto;
}
@media (max-width: 767px) {
  #rulesPopUp .modal-body {
    max-height: 340px;
  }
}
#rulesPopUp ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
#rulesPopUp ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
#rulesPopUp .btn-primary {
  font-size: 14px;
}
#rulesPopUp .lnNum {
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #f5f3c8;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 5px;
}
#rulesPopUp .lnText {
  display: list-item;
  width: 90%;
  float: right;
  line-height: 16px;
}
#rulesPopUp ul {
  padding-left: 0px;
  list-style-type: none;
}
#rulesPopUp li {
  margin-bottom: 20px;
  clear: both;
}
#rulesPopUp .modal-footer {
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  #rulesPopUp .lnText {
    width: 83%;
  }
}

.qui-guarantee {
  height: 108px;
}

.note_pap {
  color: #333;
}

.budgetCover .renewAdDesc {
  bottom: inherit;
  top: 155px;
}
.budgetCover .renewAd {
  float: right;
  padding: 0px 8px;
  margin-right: 15px;
}

.numeric-val {
  pointer-events: none;
  text-align: center;
}

.jsShowLessBtn {
  float: right;
  margin-right: 30px;
}

.bg-success.credit-info {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #0faa13;
  border-radius: 16px;
  margin: 0 auto 10px;
  max-width: 300px;
  position: relative;
  text-align: center;
}

.credit-msg {
  background: #e1f3fa;
  border: 1px solid #ddd;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 40px;
  max-width: 392px;
}

.radio-custom-label .credit-title {
  /* white-space: nowrap;
      font-size: 18px;*/
  margin-top: 2px;
}
@media (max-width: 767px) {
  .radio-custom-label .credit-title {
    font-size: 15px;
  }
}

#Postfreeform .credit-usage .jsCredit hr {
  margin: 10px 0px;
}

.jsUserCreditClass {
  position: relative;
}

.jsCredit {
  margin-bottom: 15px;
}
.jsCredit .checkbox-inline {
  margin-bottom: 20px;
}

/*for pop up*/
.linkEmail {
  margin: 15px 0px 0px 0px;
}

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

.mobileVerificationHR {
  margin-top: 15px;
}

.postadLogin {
  font-weight: 600;
}

.authorised-localities {
  position: relative;
  left: 26px;
}

.postStep2Card {
  background: #fff;
  border-radius: 3px;
  padding: 10px 15px 10px 15px;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
}
.postStep2Card hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.postStep2Card + .post-submit-btn {
  width: 100%;
}
.postStep2Card .icon-profiles {
  font-size: 17px;
  color: #999;
}
.postStep2Card .icon-profiles + span {
  font-weight: 600;
  display: inline-block;
  vertical-align: 2px;
  margin-left: 6px;
}
.postStep2Card .checkbox {
  display: none;
}
.postStep2Card .costIncurred {
  line-height: 21px;
}
.postStep2Card .costIncurred span {
  float: right;
  font-weight: bold;
  color: #333;
}
.postStep2Card .icon-cart {
  font-size: 20px;
  position: relative;
  top: -2px;
  left: -2px;
}
.postStep2Card .spanHeader {
  vertical-align: 2px;
  margin-left: 5px;
  color: #333;
  font-weight: bolder;
  font-size: 16px;
}
@media (max-width: 767px) {
  .postStep2Card .spanHeader {
    font-size: 14px;
  }
}
.postStep2Card div {
  color: #666;
  line-height: 17px;
}

/*new-pricing structure*/
.new-pricing {
  margin: 5px -7px 0px -7px;
}
.new-pricing .col-md-4 {
  padding: 0px 7px;
}
.new-pricing .price-box {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 5px;
  border-radius: 3px;
  min-height: 350px;
  overflow: hidden;
}
.new-pricing .price-box:hover {
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
}
.new-pricing .price-boxSelected {
  border-color: #008bcf !important;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
}
.new-pricing .price-boxSelected .benefits-section + .checkbox-inline {
  border-color: #008bcf !important;
}
.new-pricing .price-header {
  font-size: 18px;
  font-weight: bolder;
  min-height: 70px;
}
.new-pricing .price-header .topValidity {
  font-size: 12px;
  font-weight: 100;
  line-height: 23px;
}
.new-pricing .renewAdDesc {
  bottom: 0px;
  width: 192px;
  padding: 7px 10px 5px 11px;
  color: #333;
  background: #fff;
  border: 1px solid #c7c7c7;
}
.new-pricing .renewAdDesc:before {
  border-color: transparent transparent #c7c7c7 transparent;
}
.new-pricing .renewAdDesc:after {
  content: "";
  height: 0;
  position: absolute;
  top: -6px;
  width: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #fff transparent;
  right: 17px;
}
.new-pricing .renewAd {
  color: #008bcf;
  background: #fff;
  width: 16px;
  height: 16px;
  text-align: center;
  padding: 0px;
  display: inline-block;
  position: relative;
}
.new-pricing .renewAd:hover {
  background: #008bcf;
  color: #fff;
}
.new-pricing .example-hr {
  margin: 5px 0px 10px 0px !important;
  border-top: 7px solid #cecece !important;
}
.new-pricing .example-hrColor1 {
  border-top: 7px solid #dac251 !important;
}
.new-pricing .example-hrColor2 {
  border-top: 7px solid #57c359 !important;
}
.new-pricing .example-hrColor3 {
  border-top: 7px solid #7500cf !important;
}
.new-pricing .SeeExample {
  font-size: 14px;
  font-weight: bolder;
  margin-bottom: 5px;
}
.new-pricing .price-subheader {
  font-size: 12px;
  font-weight: 100;
}
.new-pricing .topOfPage {
  line-height: 12px;
}
.new-pricing .price-subheader {
  margin-top: 2px;
}
.new-pricing .price-subheader span {
  line-height: 18px;
  white-space: nowrap;
}
.new-pricing .price-text {
  font-size: 14px;
  color: #666;
  line-height: 18px;
}
.new-pricing .selection {
  color: #666;
}
.new-pricing .selection .renewAdDesc {
  bottom: inherit;
}
.new-pricing .selection .renewAdDesc:before {
  right: 17px;
}
.new-pricing .radio-custom-label {
  font-size: 14px;
  color: #333;
  font-weight: 600;
}
.new-pricing .benefits-section {
  border: 1px solid transparent;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .new-pricing .benefits-section {
    min-height: 216px;
  }
  .new-pricing .goldAdBenefitsSectionHt {
    min-height: 248px;
  }
}
.new-pricing .benefits-section p {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .new-pricing .benefits-section p {
    margin: 0px 0px 5px 0px;
  }
}
.new-pricing .upgrade2 {
  background: #fffcf0;
  border-color: #dbc462;
}
.new-pricing .upgrade2 .benefits-section + .checkbox {
  border-top: 1px solid #dbc462;
}
.new-pricing .right-icon {
  font-weight: bolder;
  color: #12ab16;
  margin-right: 2px;
  font-size: 10px;
}
.new-pricing .benefits-section + .checkbox {
  padding: 10px 0px 10px 10px;
  margin: 0px -10px -5px -10px;
  display: block;
  border-top: 1px solid #ddd;
}
.new-pricing .benefits-section + .checkbox .radio-custom-label {
  color: #008bcf !important;
  padding: 0px;
}

@media (max-width: 767px) {
  .creditInfo {
    margin-top: 10px;
  }
}
.commonModal {
  text-align: center;
  padding: 0 !important;
}
.commonModal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.commonModal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.commonModal .close {
  position: absolute;
  z-index: 999999;
  opacity: 1;
  right: 0px;
}
@media (min-width: 767px) {
  .commonModal .close {
    height: 35px;
    width: 35px;
    top: -16px;
    right: -16px;
    font-family: Arial;
    font-size: 28px;
    line-height: 16px;
    background-color: #fff;
    color: #333;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    border: 1px solid #ccc;
    text-decoration: none;
    padding: 3px;
  }
  .commonModal .modal-size-md {
    width: 460px;
  }
}
.commonModal .modal-header {
  padding: 0px;
  border-bottom: none;
  min-height: 0px;
}
.commonModal .modal-footer {
  border-top: none;
}

.ghst-btn {
  margin-right: 5px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 14px;
  border-radius: 3px;
  color: #008bcf;
  background-color: transparent;
  border-color: #008bcf;
  border: 1px solid #008bcf;
}
.ghst-btn:hover, .ghst-btn:focus, .ghst-btn.focus, .ghst-btn:active, .ghst-btn.active, .open > .ghst-btn.dropdown-toggle {
  color: #008bcf;
  background-color: rgba(0, 0, 0, 0);
  border-color: #006292;
}
.ghst-btn:active, .ghst-btn.active, .open > .ghst-btn.dropdown-toggle {
  background-image: none;
}
.ghst-btn.disabled, .ghst-btn.disabled:hover, .ghst-btn.disabled:focus, .ghst-btn.disabled.focus, .ghst-btn.disabled:active, .ghst-btn.disabled.active, .ghst-btn[disabled], .ghst-btn[disabled]:hover, .ghst-btn[disabled]:focus, .ghst-btn[disabled].focus, .ghst-btn[disabled]:active, .ghst-btn[disabled].active, fieldset[disabled] .ghst-btn, fieldset[disabled] .ghst-btn:hover, fieldset[disabled] .ghst-btn:focus, fieldset[disabled] .ghst-btn.focus, fieldset[disabled] .ghst-btn:active, fieldset[disabled] .ghst-btn.active {
  background-color: transparent;
  border-color: #008bcf;
}
.ghst-btn .badge {
  color: transparent;
  background-color: #008bcf;
}
.ghst-btn:visited, .ghst-btn:focus {
  background-color: #fff;
}
.ghst-btn:hover {
  background-color: #008bcf;
  border-color: #008bcf;
  color: #fff;
}

.readRules {
  cursor: pointer;
  padding: 4px 9px;
  font-size: 12px;
  background-color: transparent;
  margin-left: 10px;
}
.readRules:focus {
  background-color: transparent;
  color: #008bcf;
}
@media (max-width: 767px) {
  .readRules {
    padding: 2px 9px;
    margin-left: 0px;
  }
}

.areYouSure h4 {
  margin-top: 0px;
}
.areYouSure p {
  line-height: 16px;
  margin-bottom: 20px;
  color: #666;
}
.areYouSure .sureBtn a,
.areYouSure .sureBtn button {
  width: 125px;
}

#newPostadFlow .bg-success.credit-info {
  margin: 10px auto 10px;
}
#newPostadFlow .pricing p {
  display: block;
}
#newPostadFlow .rolehome .error-msg {
  top: -3px;
}
#newPostadFlow .j50 .form-group {
  width: 50%;
  float: left;
  clear: none;
}
#newPostadFlow .j50 .form-group:nth-child(even) {
  padding-left: 15px;
}
#newPostadFlow .j50 .form-group:nth-child(odd) {
  padding-right: 15px;
}
#newPostadFlow .j50 .form-group .otherRole {
  padding-right: 0px;
  padding-left: 10px;
}
#newPostadFlow textarea.form-control {
  height: 50px;
}
#newPostadFlow .char-limit {
  font-size: 12px;
  color: #999;
  right: 2px;
  position: absolute;
  top: 5px;
}
@media (max-width: 767px) {
  #newPostadFlow .char-limit {
    top: 2px;
  }
}
#newPostadFlow .leftLimitText {
  right: 10px;
}
#newPostadFlow .recruitDetailsWarn {
  line-height: 18px;
  margin: 10px 0px 10px 0px;
  font-size: 14px;
}
#newPostadFlow .othersInput {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: 0;
}
#newPostadFlow .otherRole {
  padding-right: 0px !important;
  padding-left: 10px;
}
#newPostadFlow .mobileGroup .form-control,
#newPostadFlow .salaryGroup .form-control,
#newPostadFlow .experienceGroup .form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: 0;
}
#newPostadFlow .mobileGroup .input-group-addon,
#newPostadFlow .salaryGroup .input-group-addon,
#newPostadFlow .experienceGroup .input-group-addon {
  padding: 6px 8px 6px 6px;
}
#newPostadFlow .dropdown-menu {
  z-index: 10;
}
#newPostadFlow .error-msg {
  position: absolute;
}

#extraDetailsPAP .sub-title .error-msg {
  position: static;
}

#newPostadFlow .localFilter .error-msg1 {
  top: auto;
}
#newPostadFlow .shoppingCart {
  margin-top: 10px;
  padding: 10px;
}
#newPostadFlow #showMore,
#newPostadFlow #showLess {
  border: 1px solid #008bcf;
  float: left;
  margin: 0px;
  border-radius: 3px;
  padding: 10px 12px 8px 11px;
  text-decoration: none;
  margin-top: 4px;
}
#newPostadFlow #showMore:hover,
#newPostadFlow #showLess:hover {
  color: #008bcf;
}
#newPostadFlow .mobileGroup .form-control,
#newPostadFlow .salaryGroup .form-control {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
#newPostadFlow .selectAll {
  display: inline-block;
  float: right;
  cursor: pointer;
  margin-top: 2px;
}
#newPostadFlow span.mandatory-input {
  color: #ff0000;
}
#newPostadFlow .nearByLocalityContainer,
#newPostadFlow .subRoleContainer {
  border: 1px solid #ccc;
  overflow-y: scroll;
  max-height: 97px;
  box-shadow: none;
  padding: 0px 10px;
  border-radius: 3px;
}
#newPostadFlow .nearByLocalityContainer ul,
#newPostadFlow .subRoleContainer ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
#newPostadFlow .nearByLocalityContainer ul li label,
#newPostadFlow .subRoleContainer ul li label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  cursor: pointer;
  min-width: auto;
  max-width: 90%;
  line-height: 22px;
}
#newPostadFlow input:focus,
#newPostadFlow textarea:focus {
  border-color: #008bcf;
}
@media (max-width: 767px) {
  #newPostadFlow .leftLimitText {
    right: 0px;
  }
  #newPostadFlow .otherRole {
    padding-left: 0px;
  }
  #newPostadFlow .nearByLocalityContainer ul li,
#newPostadFlow .subRoleContainer ul li {
    width: 100%;
  }
  #newPostadFlow .formContent {
    padding: 0px;
  }
  #newPostadFlow .j50 .form-group {
    width: 100%;
    float: none;
  }
  #newPostadFlow .j50 .form-group:nth-child(even) {
    padding-left: 0px;
  }
  #newPostadFlow .j50 .form-group:nth-child(odd) {
    padding-right: 0px;
  }
  #newPostadFlow .localityLink {
    margin-left: 0px;
  }
  #newPostadFlow .mobileGroup .checkbox-msg {
    left: 0px;
  }
  #newPostadFlow .range-slider,
#newPostadFlow .localityLink {
    margin-left: 0px;
    width: 234px;
    display: block;
  }
  #newPostadFlow .mobileGroup {
    margin-bottom: 10px;
  }
  #newPostadFlow .postStepRightCard.nopadding {
    padding: 0px 6px;
  }
  #newPostadFlow #Postfreeform {
    margin-top: -28px;
  }
}

.char-limit {
  float: right;
  font-size: 12px;
  color: #999;
}

div.stick {
  width: 24%;
  max-width: 292px;
  position: fixed;
  top: 64px;
}

.postStepRightCard {
  position: inherit;
}
.postStepRightCard .postStep2Card {
  margin-bottom: 10px;
}
.postStepRightCard .post-submit-btn {
  width: 100%;
  margin-bottom: 10px;
}
.postStepRightCard .lowOnCredits {
  border: 1px solid #D4AF37;
  margin-top: 10px;
  padding: 10px 10px 10px 10px;
  border-radius: 3px;
  font-weight: bold;
}
.postStepRightCard .lowOnCredits .icon-warning {
  font-size: 20px;
  vertical-align: text-top;
}

.ripplelink {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ripplelink:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
}

.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.animate {
  -webkit-animation: ripple 0.8s linear;
  -moz-animation: ripple 0.8s linear;
  -ms-animation: ripple 0.8s linear;
  -o-animation: ripple 0.8s linear;
  animation: ripple 0.8s linear;
}

@-webkit-keyframes ripple {
  100% {
    background: #72dfec;
    opacity: 0.1;
    -webkit-transform: scale(3.5);
  }
}
@-moz-keyframes ripple {
  100% {
    background: #72dfec;
    opacity: 0.1;
    -moz-transform: scale(3.5);
  }
}
@-o-keyframes ripple {
  100% {
    background: #72dfec;
    opacity: 0.1;
    -o-transform: scale(3.5);
  }
}
@keyframes ripple {
  100% {
    background: #72dfec;
    opacity: 0.1;
    transform: scale(3.5);
  }
}
.goldJobSubOPtion {
  margin-top: 20px;
  padding: 0px;
}
.goldJobSubOPtion .checkbox {
  margin: 0px;
}
.goldJobSubOPtion .goldProduct .checkbox {
  padding: 10px 0px 10px 10px;
  margin: 5px -10px -5px -10px;
  display: block;
  border-top: 1px solid #ddd;
  width: 240px;
}
.goldJobSubOPtion .goldProduct .checkbox .radio-custom-label {
  color: #008bcf !important;
  padding: 0px;
}
.goldJobSubOPtion .golValidity,
.goldJobSubOPtion .goldPrice {
  display: inline-block;
}
.goldJobSubOPtion .goldPrice {
  text-align: right;
  float: right;
}
.goldJobSubOPtion .buyGoldPack {
  margin-bottom: 15px;
}
.goldJobSubOPtion .subGoldProduct .goldProduct {
  cursor: pointer;
  width: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 10px 4px 10px;
  display: inline-block;
}
.goldJobSubOPtion .subGoldProduct .goldProduct:hover {
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
}
.goldJobSubOPtion .subGoldProduct .goldProductSelected {
  border-color: #008bcf;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
}
.goldJobSubOPtion .subGoldProduct .goldProductSelected .checkbox-inline {
  border-color: #008bcf;
}
.goldJobSubOPtion .offerGold {
  font-size: 12px;
  color: #0faa13;
  font-weight: bolder;
  text-transform: uppercase;
}
.goldJobSubOPtion .goldJobsNum {
  font-size: 12px;
  font-weight: bolder;
  line-height: 10px;
  margin: 3px 0px 0px 0px;
  text-transform: uppercase;
}
.goldJobSubOPtion .goldJobsNum span {
  font-size: 18px;
}
.goldJobSubOPtion .currentPrice {
  line-height: 12px;
  padding: 8px 0px;
  font-size: 16px;
}
.goldJobSubOPtion .originalPrice {
  text-decoration: line-through;
  font-size: 12px;
  color: #999;
  padding-bottom: 3px;
}
.goldJobSubOPtion .goldJobsValidity {
  font-size: 12px;
  margin-bottom: 5px;
  color: #666;
}

.loadingoverlay .loader {
  top: 0;
}

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

.loader {
  border: 5px solid #d4d4d4;
  border-radius: 50%;
  border-top: 5px solid #0faa13;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 1s linear infinite;
  margin: auto;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.readOnlyField {
  cursor: no-drop;
  background: #ecebeb;
}

.postadMobileErrorGroup {
  position: absolute;
  /*.checkbox-msg {
          left: 0px;
          line-height: 0px;
          margin-top: -3px;
      }*/
}
.postadMobileErrorGroup .error-msg,
.postadMobileErrorGroup .checkbox-msg {
  position: relative !important;
}

.modal-backdrop {
  background-color: #fff;
}

.rupee-text-cart {
  font-size: 15px;
  vertical-align: 4px;
  border: 1px solid;
  border-radius: 20px;
  padding: 2px 5px 1px 6px;
  color: #999;
}

.newRulesLegal,
.dailyLimit {
  display: none;
  position: relative;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
  o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  background: #f5f3c8;
  padding: 10px 0px 8px 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .newRulesLegal,
.dailyLimit {
    font-size: 12px;
    padding: 2px 0px 3px 0px;
    margin-top: 14px;
  }
}

.stickDailyLimit {
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: -1px;
  padding: 7px 0px 0px 0px;
}

.transformStyle {
  display: block;
  transform: translate(0px, 50px);
}
@media (max-width: 767px) {
  .transformStyle {
    transform: translate(0px, 39px);
  }
}

@media (min-width: 768px) {
  .jsGreyPack .col-md-4,
.jsGreyBtn {
    opacity: 0.4;
  }
}
.jsAdUpgrade h4 {
  margin-bottom: 0px !important;
}

.dailyLimit .dL {
  max-width: 1170px;
  margin: 0 auto;
}
.dailyLimit .closeDl {
  float: right;
  font-size: 20px;
  cursor: pointer;
}
.dailyLimit .icon-clock {
  font-size: 17px;
  display: inline-block;
  vertical-align: -2px;
  padding: 0px 2px 0px 4px;
  color: #000000;
  font-weight: bold;
}
@media (max-width: 768px) {
  .dailyLimit .closeDl {
    margin-top: -22px;
  }
}

.instantHireFunnel {
  background: #13445c;
  color: #fff;
  border-radius: 3px;
  padding: 10px 0px 0px 0px;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
}
.instantHireFunnel .instaImg,
.instantHireFunnel .instamsg {
  display: inline-block;
}
.instantHireFunnel .instaImg {
  float: left;
  margin-left: 12px;
}
.instantHireFunnel .instaBtn {
  margin-top: 10px;
}
.instantHireFunnel .instaBtn a {
  width: 100%;
  padding: 5px;
  font-weight: 700;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: block;
  text-align: center;
}
.instantHireFunnel .instamsg {
  margin-left: 18px;
  font-weight: bold;
  line-height: 19px;
  margin-top: 3px;
}
.instantHireFunnel .instamsg .instaPost {
  font-size: 24px;
}
.instantHireFunnel .instamsg .iText {
  font-size: 12px;
  margin-top: 13px;
}

.recruiterHeader {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .recruiterHeader {
    font-size: 14px;
  }
}

.addNumber, .websiteUrl {
  display: none;
}

.packInfo {
  float: left;
  line-height: 15px;
  font-size: 15px;
}

.msiteGoldPack {
  /*    .price-subheader,
  .example-hr,
  .selection {
      margin-left: 25px !important;
  }*/
}
@media (max-width: 767px) {
  .msiteGoldPack .panel-body {
    /*.price-subheader{padding-bottom: 10px;}*/
  }
  .msiteGoldPack .panel-body .selection {
    margin-top: 10px;
  }
  .msiteGoldPack .panel-body .benefits-section {
    padding-top: 10px;
  }
  .msiteGoldPack .panel-body .benefits-section i {
    font-size: 12px;
  }
  .msiteGoldPack .panel-body .benefits-section .jH .renewAd {
    display: none;
  }
}
.msiteGoldPack .price-boxSelected {
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0);
}
.msiteGoldPack .goldJobSubOPtion {
  margin-top: 5px;
}
.msiteGoldPack .subPart {
  margin: 0px -10px !important;
}
.msiteGoldPack .buyGoldPack {
  margin-bottom: 0px;
}
.msiteGoldPack .panel {
  padding: 10px 15px 5px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  margin: 0 -15px;
}
.msiteGoldPack .radio-custom-label {
  padding: 0px;
  width: 100%;
}
.msiteGoldPack .radio-custom-label span {
  font-size: 16px;
  font-weight: bold;
}
.msiteGoldPack .benefits-section {
  min-height: auto;
}
.msiteGoldPack .mainWrapper {
  clear: both;
  overflow: hidden;
  overflow-x: scroll;
}
.msiteGoldPack .mainWrapper .scrollWrapper {
  width: 920px;
}
.msiteGoldPack .mainWrapper .scrollWrapper .col-sm-4 {
  float: left;
  padding: 0px 7px 0px 0px;
  min-width: 240px;
}
.msiteGoldPack .checkbox {
  width: 100%;
  padding-top: 0px;
  margin: 0px;
}
.msiteGoldPack .checkbox label {
  width: 100%;
  margin: 0px;
}
.msiteGoldPack .buyGoldPack {
  padding: 0px;
}
.msiteGoldPack .panel-title a {
  color: #333;
  font-weight: bold;
  font-size: 14px;
}

.shoppingCart .j25offer {
  padding: 0px;
}
.shoppingCart .j25section {
  margin: 0px;
}

.nextStep i.tickMark,
.nextStep .nT,
.stepSuccess i.tickMark,
.stepSuccess .nT {
  display: inline-block;
  color: #fff;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 25px;
  padding-top: 4px;
}
.nextStep .grtJob,
.stepSuccess .grtJob {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  width: 90%;
}
.nextStep .grtJob div,
.stepSuccess .grtJob div {
  color: #666;
}
.nextStep .grtJob h3,
.stepSuccess .grtJob h3 {
  margin: 0px;
}

.stepSuccess {
  padding: 22px 5px 20px 20px;
}
.stepSuccess i {
  background: #1db034;
}
.stepSuccess a {
  cursor: pointer;
}

.nextStep .nT {
  background: #999;
}
.nextStep .grtJob {
  width: 85%;
}

@media (max-width: 768px) {
  .postStep2 {
    margin-top: 45px;
    padding: 0px 4px 0px 4px;
  }
  .postStep2 .paddingMsite {
    padding: 0px 4px;
  }

  .stepSuccess {
    padding: 10px 5px 14px 10px;
  }
  .stepSuccess i.tickMark {
    vertical-align: top;
  }
  .stepSuccess .grtJob {
    width: 86%;
    margin-left: 5px;
  }
  .stepSuccess .grtJob div {
    font-size: 12px;
    line-height: 14px;
    margin-top: 4px;
  }

  .nextStep .nT,
.nextStep i.tickMark,
.stepSuccess .nT,
.stepSuccess i.tickMark {
    width: 26px;
    height: 26px;
    font-size: 16px;
    padding-top: 2px;
  }
  .nextStep h3,
.stepSuccess h3 {
    font-size: 14px;
  }
}
.Btext {
  margin-top: 3px;
}
.Btext span {
  display: inline-block;
  margin-right: 16px;
  color: #666;
}
.Btext .icon-tick {
  color: #1db034;
  margin-right: 8px;
  font-size: 13px;
}

.control-label .icon-tick {
  display: inline-block;
  background: #1db034;
  color: #fff;
  border-radius: 20px;
  width: 16px;
  height: 16px;
  text-align: center;
  font-size: 10px;
  padding-top: 3px;
  margin-left: 5px;
}

.progress {
  height: 6px;
  margin: 10px 0px 11px;
  overflow: hidden;
  background-color: #eee;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress .progress-bar {
  width: 0;
  float: left;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #fa5f5f;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .pb1 {
  background-color: #f18e00;
}
.progress .pb2 {
  background-color: #64d341;
}

.progressStatus {
  font-size: 12px;
}

@media (min-width: 767px) {
  .paddingCommon {
    padding-left: 4px;
    padding-right: 4px;
  }
  .paddingCommon div.stick {
    max-width: 284px;
  }
  .paddingCommon div.sticker .skipStepTwoDataSubmit {
    padding: 16px 0px;
  }
}
.opaque {
  opacity: 0.2;
  pointer-events: none;
}

.visibleTick {
  visibility: visible !important;
}

.loggedinPromo .buyGoldPack,
.loggedinPromo .urgentNonTable,
.loggedinPromo .budgetNonTable,
.loggedinPromo .usageCost,
.loggedinPromo .SeeExample {
  display: none !important;
}
.loggedinPromo .goldCreditsCheck {
  margin-bottom: 10px;
}
.loggedinPromo .goldCreditsCheck label {
  font-weight: 600;
}
.loggedinPromo .subGoldProduct {
  margin-top: 0px;
}
.loggedinPromo .usageCostLogIn,
.loggedinPromo .goldCreditsCheck {
  display: inline-block !important;
}
.loggedinPromo .goldCreditsCheck {
  padding-left: 7px;
}
.loggedinPromo .PapLoginCredit {
  width: 50%;
}
.loggedinPromo .new-pricing .price-box {
  min-height: 250px;
}
.loggedinPromo .new-pricing .benefits-section {
  min-height: 105px;
}

.promoPurchaseLink, .promoBulkAdPurchaseLink {
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  margin-bottom: 4px;
  margin-top: 3px;
}
.promoPurchaseLink a, .promoBulkAdPurchaseLink a {
  padding: 3px;
  float: right;
  margin-top: -2px;
  font-size: 12px;
  margin-right: 0px;
  cursor: pointer;
}
.promoPurchaseLink span, .promoBulkAdPurchaseLink span {
  color: #ec8034;
}

.subDataDiv {
  position: relative;
  top: -4px;
}

.uS {
  background: #f2f2f2;
  border: 1px dashed #666;
  border-radius: 3px;
  cursor: pointer;
}
.uS .fileInput,
.uS .infoSuccess {
  padding: 13px 10px 5px 20px;
}
.uS output {
  padding: 0px;
}
.uS i {
  font-size: 33px;
  line-height: 33px;
}
.uS .sF {
  display: inline-block;
  line-height: 16px;
  margin-left: 10px;
  vertical-align: sub;
}
.uS .sF .sF span {
  color: #999;
}
.uS .infoSuccess a,
.uS .infoSuccess span {
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}
.uS .errmsg {
  color: #db2f33 !important;
}
.uS .boxFile {
  width: 0.1px !important;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.uS .boxFile + label a {
  cursor: pointer;
  font-size: 12px;
}
.uS .progress {
  margin: 10px -10px -10px -20px;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
}
.uS .progress .progress-bar {
  background-color: #1fa824;
  -webkit-transition: 500ms linear;
  -moz-transition: 500ms linear;
  -o-transition: 500ms linear;
  -ms-transition: 500ms linear;
  transition: 500ms linear;
}
.uS .iTick {
  color: #1fa824;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .uS {
    padding-left: 10px;
  }
  .uS .sF {
    margin-left: 0px;
  }
}

.jC {
  padding: 30px 30px 0px 30px;
  filter: blur(5px);
  color: #777;
}

.refreshControl {
  position: absolute;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.nothanks a {
  width: 100%;
  padding: 16px 0px;
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  .nothanks {
    display: inline-block;
  }
  .nothanks a {
    width: 195px;
    height: 48px;
    margin-bottom: 0px;
  }
}

.warnMark {
  background: #d42d1b;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  font-size: 28px;
  border-radius: 50%;
}

.imageUser {
  display: inline-block;
  margin-right: 9px;
  position: relative;
}

.vipStar {
  background: #D4AF37;
  font-weight: bold;
  font-size: 14px;
  border: none;
  line-height: 10px;
  cursor: default;
  position: absolute;
  left: 28px;
  z-index: 10;
  color: #fff;
  border-radius: 50%;
  padding: 1px 1px 2px 2px;
  bottom: 28px;
}

.userIcon {
  font-size: 30px;
  background: linear-gradient(90deg, #939191 50%, #838080 51%);
  color: white;
  border-radius: 50%;
  padding: 2px 0px 0px 0px;
  width: 42px;
  height: 42px;
  display: inline-block;
  text-align: center;
}

.userDetails {
  display: inline-block;
  vertical-align: bottom;
  width: 80%;
}

.candLocation {
  line-height: 14px;
}

.candName {
  line-height: 17px;
}

.candDetails {
  display: inline-block;
  width: 40%;
  max-width: 40%;
}

.job-type {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.connector {
  color: #999;
}

.post-role {
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

.pfj {
  background: #fceb42;
  color: #333;
  border: 1px solid #e1b70c;
}
.pfj:hover, .pfj:focus {
  background: #fceb42;
  color: #333;
  border: 1px solid #e1b70c;
}

.deletedError .sticker button,
.deletedError .sticker a {
  width: 48%;
  height: 44px;
}

.sc {
  float: right;
}

.colorSuccess {
  color: #1db034;
}

@media (max-width: 768px) {
  .userIcon {
    padding: 0px;
  }

  .warnMark {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  .candDetails {
    margin-bottom: 10px;
    width: 100%;
    max-width: initial;
  }

  .sc {
    float: none;
  }
  .sc a {
    width: 100%;
  }

  .hourSection {
    margin-top: 10px;
    padding-right: 15px;
  }

  .Cover {
    /*margin: 0px -5px 0px -5px;*/
    border-radius: 0px;
    box-shadow: none;
  }
}
.hourSection .dropdown-menu {
  min-width: 130px;
}

.lH {
  line-height: 14px;
}
.lH span {
  font-size: 12px;
  color: #666;
  margin-left: 16px;
}

.rmA {
  font-size: 12px;
  cursor: pointer;
}

.jH {
  display: inline-block;
  width: 90%;
  line-height: 16px;
  vertical-align: text-top;
  margin-left: 5px;
}

.nonEditable {
  position: absolute;
  z-index: 1000000;
  top: 50%;
  color: #ff0000;
  font-size: 23px;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .examplePreview {
    width: 500px;
  }
  .examplePreview .icon-arrows_remove {
    font-size: 30px;
  }

  .drop50 .drop-ul li {
    width: 50%;
    float: left;
  }
}
#step2 .modal-body {
  min-height: 231px;
}

.disabled {
  opacity: 0.5;
  cursor: no-drop;
}

label {
  white-space: nowrap;
  font-weight: normal !important;
}

.jobTypeInput {
  background: #f5f5f5;
  padding: 20px 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.jobTypeInput .checkbox-inline {
  min-width: auto !important;
  padding-right: 20px;
}

.WFHFileupload {
  margin-top: 25px;
}
.WFHFileupload .uS {
  background: #fff;
}
.WFHFileupload .uploadFile {
  border: 1px solid #333;
  padding: 3px 20px 0px 20px;
  border-radius: 3px;
  cursor: pointer;
}
.WFHFileupload .uploadFile span {
  font-weight: 600;
  vertical-align: super;
}
.WFHFileupload .uploadFile b {
  font-size: 30px;
}
@media (max-width: 768px) {
  .WFHFileupload {
    text-align: center;
  }
  .WFHFileupload .uS .fileInput {
    padding-left: 3px;
  }
  .WFHFileupload .sF {
    margin-top: 10px;
    line-height: 17px;
  }
}

.exceedLimit {
  border-bottom: 1px solid #ddd;
  position: relative;
  top: -15px;
}
.exceedLimit .s1 {
  border-bottom: 2px solid #ddd;
  background: #fffee2;
  padding: 6px 15px;
}
.exceedLimit .s1 span {
  border-left: 2px solid #ddd;
  margin-left: 15px;
  display: inline-block;
  padding: 5px 0px 3px 15px;
}
.exceedLimit .s1 .close-icon {
  font-size: 24px;
  float: right;
  line-height: 12px;
  margin-top: 3px;
  cursor: pointer;
}
.exceedLimit .price {
  color: #f6af00;
  font-weight: 600;
}
.exceedLimit .s2 {
  background-color: #f5fcff;
  padding: 10px 15px 15px;
}
.exceedLimit .s2 .btn {
  min-width: 150px;
}
.exceedLimit .s2 .title {
  font-size: 21px;
  margin-bottom: 5px;
}
.exceedLimit .s2 .mH {
  color: #008bcf;
  font-size: 16px;
  font-weight: bold;
  padding-top: 10px;
  display: inline-block;
}
.exceedLimit .s2 .icon-tick, .bulkAdContainer  .icon-tick {
  font-weight: bolder;
  color: #fff;
  margin-right: 5px;
  font-size: 9px;
  background: #12ab16;
  height: 16px;
  width: 16px;
  line-height: 18px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: -2px;
  left: 2px;
  text-align: center;
}
.exceedLimit .s2 .imgSec {
  position: relative;
  top: -8px;
}
.exceedLimit .s2 .imgSec span {
  background: #ddd;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  left: 1px;
  top: -27px;
}
.exceedLimit .s2 .imgSec img {
  position: relative;
  width: 65px;
}
.exceedLimit .s2 .btnBuy {
  float: right;
  margin-top: 15px;
}
.exceedLimit .s2 .btnBuy button {
  width: 140px;
}
.exceedLimit .DeskAdBanner {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 8px 0;
}

.DeskAdBanner .jobPostAdPack {
  border-right: 0.75px solid #018BCF;
  padding: 0 20px;
}

.DeskAdBanner > div:nth-last-child(2) {
  border: none;
}

.exceedLimit .DeskDailyAdBanner {
  display: grid;
  grid-template-rows: auto auto auto auto;
  gap: 16px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
  border-radius: 4px;
  padding: 16px;
}

.DeskDailyAdBanner .jobPostAdPack {
  border-bottom: 0.75px solid #018BCF;
  padding-bottom: 16px;
}

.DeskDailyAdBanner .subTitle {
  font-size: 13px;
  color: #000;
  max-width: 178px;
  margin: 0 auto;
}

.adLimitTitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
  color: #018BCF;
}

.adLimitTitle span {
  font-size: 12px;
  font-weight: 600;
}

.DeskDailyAdBanner .adLimitTitle {
  font-size: 16px;
  margin-bottom: 6px;
}

.adLimitPrice {
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  color: #018BCF;
}

.DeskDailyAdBanner .adLimitPrice {
  font-size: 22px;
  margin-bottom: 8px;
}

.bannerBtn {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  border-radius: 0px;
}

.exceedLimit .DeskAdBanner .bannerBtn {
  padding: 4px 22px;
  min-width: 97px;
}

.exceedLimit .DeskDailyAdBanner .bannerBtn {
  padding: 9px 40px;
  min-width: 136px;
}

.DeskAdBanner .unlimited-benefits {
  display: flex;
  align-items: center;
  grid-column: 1 / span 3;
  justify-content: center;
  padding: 8px 0 4px;
  border-top: 0.75px solid #018BCF;
  margin: 18px 20px 0;
}

.benefits-wrapper {
  width: 100%;
  gap: 16px
}

.DeskAdBanner .unlimited-benefits span {
  font-size: 11px;
}

.exceedLimit .unlimited-benefits .iconTick, .bulkAdContainer .unlimited-benefits .iconTick {
  color: #0FAA14;
  margin-right: 8px;
  font-size: 9px;
  background: transparent;
  border: 1px solid #0FAA14;
  top: -1px;
  line-height: 15px;
  width: 14px;
  height: 14px;
}

.unlimited-benefits-title {
  font-weight: 600;
  font-size: 12px;
}

.DeskAdBanner .unlimited-benefits-title {
  margin: 0;
}

.unlimited-list {
  display: flex;
  align-items: baseline;
  position: relative;
}

.taL {
  text-align: left;
}

.mb2 {
  margin-bottom: 2px;
}

.mb4 {
  margin-bottom: 4px;
}

.mb6 {
  margin-bottom: 6px;
}

.mb8 {
  margin-bottom: 8px;
}

.fw600 {
  font-weight: 600;
}

.unlimitedFreeAdPromotion {
  width: 100%;
  max-width: 292px;
  position: sticky;
  top: 64px;
}

.dF {
  display: flex;
}

.fdC {
  flex-direction: column;
}

.exceedLimit .s1 span.monthlyLimit {
  border: none;
  margin-left: unset;
  display: inline;
  padding: 0;
}

@media (max-width: 768px) {
  .exceedLimit {
    margin-bottom: 35px;
  }
  .exceedLimit .s1 {
    position: relative;
  }
  .exceedLimit .s1 i {
    position: absolute;
    right: -11px;
    top: -14px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #ddd;
  }
  .exceedLimit .s1 span {
    border: none;
    margin: 0px;
    padding: 0px;
  }
  .exceedLimit .s2 .ml10 {
    margin-left: 0px !important;
  }
  .exceedLimit .s2 .mH {
    padding: 0px;
  }
  .exceedLimit .s2 .btnBuy {
    width: 100%;
    float: none;
  }
  .exceedLimit .s2 .btnBuy button {
    width: 100%;
  }
  .exceedLimit .s2 .btn {
    width: 100%;
  }
  .exceedLimit .unlimited-benefits {
    text-align: left;
  }
  .exceedLimit .unlimited-benefits span {
    margin-bottom: 5px;
    display: inline-block;
    position: relative;
    left: -2px;
  }
}

.infoIc {
  cursor: pointer;
  color: #008bcf;
  background: #fff;
  display: inline-block;
  text-align: center;
  line-height: 14px;
  border-radius: 50%;
  border: 1px solid #008bcf;
  width: 15px;
  height: 15px;
  font-size: 10px;
  margin-left: 5px;
  position: relative;
}
.infoIc .arrow_box {
  display: none;
  position: absolute;
  width: 100px;
  border: 1px solid #ddd;
  left: 19px;
  color: #333;
  padding: 5px 0px;
  background: #fffee2;
  border-radius: 3px;
  top: -6px;
}
.infoIc .arrow_box:after,
.infoIc .arrow_box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.infoIc .arrow_box:after {
  border-right-color: #fffee2;
  border-width: 6px;
  margin-top: -6px;
}
.infoIc .arrow_box:before {
  border-right-color: #ddd;
  border-width: 8px;
  margin-top: -8px;
}
.infoIc:hover .arrow_box {
  display: block;
}

.include-mobile-number {
  width: 14px !important;
  vertical-align: -1px;
}

.mobileInfo {
  margin-right: 10px;
  margin-left: 0px;
}
.mobileInfo .arrow_box {
  left: -174px;
  top: 20px;
  text-align: right;
  padding-right: 10px;
  width: 195px;
}
.mobileInfo .arrow_box:after,
.mobileInfo .arrow_box:before {
  bottom: 100%;
  right: 8px;
  top: auto;
  border-right-color: transparent;
}
.mobileInfo .arrow_box:after {
  border-bottom-color: #fffee2;
  margin-left: -8px;
}
.mobileInfo .arrow_box:before {
  border-bottom-color: #ddd;
  margin-left: -8px;
  right: 7px !important;
  border-width: 7px;
}

.addOnPAP {
  background: #fff;
}
@media (max-width: 767px) {
  .addOnPAP {
    padding-top: 10px !important;
  }
  .addOnPAP b {
    float: left;
    max-width: 240px;
    font-size: 13px;
    position: relative;
    top: -4px;
    font-weight: normal;
  }
}
.addOnPAP b {
  line-height: 20px;
}
.addOnPAP label {
  white-space: inherit;
  width: 100%;
}
.addOnPAP a.editTitle {
  position: absolute;
  right: 2px;
  top: 33px;
  z-index: 1;
  cursor: pointer;
  padding: 8px;
}
@media (max-width: 767px) {
  .addOnPAP a.editTitle {
    top: 48px;
  }
}
.addOnPAP .renewAdDesc {
  bottom: inherit;
  right: -16px;
  left: inherit;
  width: 215px;
  top: 25px;
}
.addOnPAP .renewAdDesc:hover {
  display: block;
}
.addOnPAP .pRMobile99 {
  padding-right: 43px !important;
}

li.subRole a {
  padding-left: 30px;
}

@media (max-width: 768px) {
  #postad-title-error, #postad-desc-error {
    position: inherit !important;
    white-space: inherit;
  }

  .featuredJobsUploadLogo {
    margin-top: -30px;
  }
}
@media (max-width: 768px) and (max-width: 767px) {
  .featuredJobsUploadLogo {
    margin-top: inherit;
  }
}
@media (max-width: 768px) {
  .postStepRightCard .postStep2Card {
    border-radius: 0px;
    margin: 7px -7px 0px -7px;
    box-shadow: none;
  }
}
@media (max-width: 768px) {
  .addonPopUp {
    z-index: 2;
    top: 20px;
    position: absolute;
    right: -15px;
  }
}
.addonPopUp {
  position: relative;
  top: 0;
}

.resetOther {
  position: absolute;
  right: 10px;
  top: 30px;
  z-index: 5;
  font-size: 24px;
}

@media (max-width: 767px) {
  #go-to-top {
    bottom: 20px;
    right: 10px;
  }
}
.new-pricing .QJTrustTip {
  bottom: -135px;
  left: -2px;
}
.new-pricing .QJTrustTip::before, .new-pricing .QJTrustTip::after {
  right: 96px;
}

@media (max-width: 767px) {
  #go-to-top {
    bottom: 20px;
    right: 10px;
  }
}
span.emi {
  font-size: 12px;
  padding-left: 5px;
  text-transform: initial;
  color: #e2ad64;
  font-weight: 700;
  position: relative;
  top: 2px;
  background: transparent;
  float: right;
  margin-top: 5px;
}
@media (max-width: 767px) {
  span.emi {
    position: absolute;
    right: 10px;
    top: 7px;
  }
}

.recDetails .form-group {
  padding: 0 15px;
}

.exclamationIcon {
  position: relative;
  font-size: 40px;
  margin: 25px 0px 15px 0px;
}
.exclamationIcon:before {
  display: block;
  left: 20px;
  top: 16px;
  content: "!";
  border-radius: 50%;
  border: 1px solid #F5C219;
  width: 50px;
  height: 50px;
  line-height: 54px;
  text-align: center;
  color: #fff;
  font-weight: normal;
  background: #F5C219;
}

.justifyContent {
  justify-content: center;
  flex-direction: column;
}

.postAdModal .modal-content {
  box-shadow: none;
}
.postAdModal .modal-header {
  background: #001824;
  color: #fff;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .postAdModal .modal-header {
    line-height: 18px;
  }
}
.postAdModal .modal-header .close {
  font-size: 28px;
  color: #fff;
  opacity: 1;
}

.modal-backdrop.in {
  background-color: #333;
}
.whatsappConnect {
  padding: 15px 0px 13px 45px;
  margin-top: 12px;
  width: 433px;
  background: #FAFAFA;
}
.whatsappConnect div {
  height: 20px;
  margin-bottom: 14px;
}
.whatsappConnect .creditRemaining {
  font-size: 16px;
}
.whatsappConnect input {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 11px;
  mix-blend-mode: hard-light;
}
.whatsappConnect img {
  margin-right: 12px;
}
.whatsappConnect .contact {
  padding-left: 28px;
  margin-bottom: 0px;
}
.whatsappConnect .check {
  display: flex;
}

.bulkAdContainer {
  margin-top: 16px;
  background: #ECF9FF;
  padding: 12px 16px;
}

.bulkAdContainer .bulkAdTitle {
  font-size: 14px;
}

.bulkAdContainer .bulkAdSubText {
  font-size: 12px;
  margin-bottom: 16px;
}

.bulkAdContainer .bulkAdPrimary {
  color: #018BCF;
}

.bulkAdContainer .bulkAdPacks {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.bulkAdContainer .bulkAdPackContent {
  border-radius: 4px;
  border: 1px solid #D7D7D7;
  background: #FFF;
  flex: 1;
}

.bulkAdContainer .bulkAdPackContent > div {
  padding: 8px 10px 4px;
}

.bulkAdCredits {
  font-size: 16px;
  font-weight: 700;
  gap: 4px;
}

.bulkAdCredits span {
  font-size: 12px;
}

.bulkAdContainer .bulkAdPackContent > div:nth-child(2) {
  border-radius: 0px 0px 4px 4px;
  border-top: 1px solid #D7D7D7;
  background: #F2F2F2;
  padding: 8px 10px;
}

.quantityDiscountWrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.quantitySelector {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #000;
  color: #000;
  line-height: 1px;
}

.quantity__minus {
  padding: 8px 0 8px 12px;
}

.quantity__plus {
  padding: 8px 12px 8px 0;
  font-size: 14px;
}

.quantity__minus, .quantity__plus {
  cursor: pointer;
}

.quantity__input {
  padding: 0;
  border: none;
  width: 30px;
  text-align: center;
}

.gst-note-icon {
  height: 16px;
  width: 16px;
  font-size: 12px;
  border-radius: 50%;
  color: #fff;
  background: #008bcf;
  margin-right: 6px;
}

.gst-note {
  color: #038cd0;
  font-size: 12px;
  font-weight: 600;
}

.costProfile {
  border-radius: 3px;
  background: #FCEB42;
  font-size: 9px;
  padding: 2px 4px;
}

.costProfile > span {
  font-size: 11px;
}

.creditDuration {
  font-size: 12px;
  color: #414141;
}

.bulkAdDuration {
  font-size: 12px;
  color: #999;
}

.jcSB {
  justify-content: space-between;
}

.jcC {
  justify-content: center;
}

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

.fs10 {
  font-size: 10px;
}

.unlimitedBenefitsBulkAd {
  gap: 16px;
}

.mr16 {
  margin-right: 16px;
}

.addBtn {
  cursor: pointer;
}

.bulkAdContainer  .bulkAdContainerSelected {
  position: relative;
  border: 1px solid #008bcf;
  background: white;
}

.bulkAdContainer  .bulkAdContainerSelected > div:nth-child(2) {
  background: #008bcf;
}

.bulkAdContainer  .bulkAdContainerSelected > div:nth-child(2) .quantitySelector {
  border-color: #008bcf;
}

.costProfileTopBanner {
  width: fit-content;
  padding: 0 4px;
}

.bestPlan {
  border-radius: 27px;
  background: #0FAA14;
  padding: 2px 8px;
  font-size: 9px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  margin-bottom: 8px;
}

.jobPostAdPackSelected .quantitySelector {
  background: #188DD0;
  color: #fff;
  border-color: #188DD0;
}

.jobPostAdPackSelected .quantity__input {
  background: #188DD0;
  border-color: #188DD0;
}

.lhN {
  line-height: normal;
}

.bulkAdLogo {
  color: #666;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 1200px) {
  .bulkAdContainer {
    padding: 12px 8px;
  }
  .bulkAdContainer .bulkAdPacks {
    gap: 8px;
  }
  .bulkAdContainer .bulkAdPackContent {
    flex: unset;
  }
  .unlimitedBenefitsBulkAd {
    display: block;
  }
}

/*# sourceMappingURL=post-free-ad.css.map */
