@font-face {
  font-family: "Futura-book";
  src: url("../fonts/FUTURALT-BOOK.TTF"); }
@font-face {
  font-family: "Futura-bold";
  src: url("../fonts/FUTURALT-BOLD.TTF"); }
@font-face {
  font-family: "Playfair-Display";
  src: url("../fonts/PLAYFAIRDISPLAY-WGHT_1.TTF"); }
@font-face {
  font-family: "fonters";
  src: url("../fonts/FONTERS.OTF"); }
.mobile-Show {
  display: none; }

.ipad-Show {
  display: none; }

img {
  width: 100%; }

.btn-primary {
  color: #fff;
  background-color: #231f20;
  border-color: #231f20;
  font-family: "Futura-book";
  border-radius: unset !important;
  padding: 8px 20px; }

.swiper {
  width: 100%;
  height: 100%; }
  .swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .swiper .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }

.paddingLeft-0 {
  padding-left: 0; }

.paddingRight-0 {
  padding-right: 0; }

.pl-30 {
  padding-left: 30px; }

.lightPingbg {
  background: #E8CCC8; }

.darklighpink {
  background: #EEDBD7; }

.empactiveappbg {
  background: #DFC8CE; }

.emp-active-job-bg {
  background: #EBDFE3; }

.emp-active-job-light-bg {
  background: #E7D6DC; }

.w-40-p {
  width: 40% !important; }

.w-30-p {
  width: 30% !important; }

a {
  color: #000;
  text-decoration: none !important; }

button:focus {
  box-shadow: unset !important; }

.setnewjob-right-mob .Magazinswiper .swiper-wrapper .swiper-slide {
  height: auto !important; }

#priceListCheckbox {
  color: #3282ea !important; }
  #priceListCheckbox label {
    color: #3282ea !important;
    cursor: pointer !important; }

.youtube-videos {
  width: 85%; }
  .youtube-videos #company_profile_ytvideo {
    font-size: 14px;
    border: 1px solid #707070;
    color: #2B61CC;
    border-radius: unset;
    padding: 10px 25px; }
  .youtube-videos .input-group-text {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.28px;
    padding: 10px; }

.setnewjob .text-right {
  text-align: right; }
.setnewjob .container-fluid {
  padding-left: 2.5rem; }
.setnewjob .setnewjob-header {
  background-image: url(../images/job-form.webp) !important;
  height: 276px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .setnewjob .setnewjob-header h2 {
    color: #fff;
    font-size: 50px;
    line-height: 84px;
    font-family: "Futura-bold"; }
  .setnewjob .setnewjob-header p {
    color: #fff;
    font-size: 22px;
    line-height: 44px;
    font-family: "Futura-bold";
    letter-spacing: 1.1px; }
.setnewjob .setnewjob-steps .header {
  display: flex;
  justify-content: center; }
  .setnewjob .setnewjob-steps .header .set-form_1_progessbar {
    margin-left: 20px; }
  .setnewjob .setnewjob-steps .header ul {
    display: flex;
    padding-left: 0; }
    .setnewjob .setnewjob-steps .header ul li {
      margin-right: 50px;
      position: relative;
      list-style: none;
      z-index: -1; }
      .setnewjob .setnewjob-steps .header ul li:last-child {
        margin-right: 0; }
        .setnewjob .setnewjob-steps .header ul li:last-child:before {
          display: none; }
      .setnewjob .setnewjob-steps .header ul li:before {
        content: "";
        position: absolute;
        top: 23%;
        transform: translateY(-50%);
        left: 27px;
        width: 224%;
        height: 1px;
        background: #bfc0c0; }
      .setnewjob .setnewjob-steps .header ul li p {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 26px;
        height: 26px;
        background: #c4c4c4;
        color: #000;
        border-radius: 50%;
        font-size: 12px;
        border: 2px solid #fff;
        outline: 1px solid #D2D2D2;
        z-index: 999; }
    .setnewjob .setnewjob-steps .header ul .set-form_2_progess:before {
      width: 170%; }
    .setnewjob .setnewjob-steps .header ul li.active:before {
      background: #c4c4c4; }
    .setnewjob .setnewjob-steps .header ul li.active p {
      background: #d3a2ba;
      outline: 1px solid #000; }
  .setnewjob .setnewjob-steps .header .count-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
.setnewjob .setnewjob-steps .font-sm {
  font-size: 12px;
  text-transform: capitalize; }
.setnewjob .setnewjob-steps .text-dark {
  color: #000; }
.setnewjob .setnewjob-steps .btns_wrap {
  width: 410px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: -73px;
  padding-bottom: 30px;
  cursor: pointer; }
  .setnewjob .setnewjob-steps .btns_wrap .common_btns {
    display: flex;
    justify-content: space-between; }
    .setnewjob .setnewjob-steps .btns_wrap .common_btns button {
      border: 0;
      padding: 12px 15px;
      background: #d3a2ba;
      color: #fff;
      width: 135px;
      justify-content: center;
      display: flex;
      align-items: center;
      font-size: 16px;
      border-radius: 3px;
      transition: 0.5s ease; }
    .setnewjob .setnewjob-steps .btns_wrap .common_btns button.set-btn_back {
      background: #bfc0c0; }
      .setnewjob .setnewjob-steps .btns_wrap .common_btns button.set-btn_back .icon {
        display: flex;
        margin-right: 10px; }
      .setnewjob .setnewjob-steps .btns_wrap .common_btns button.set-btn_back:hover {
        background: #8b8c8c; }
    .setnewjob .setnewjob-steps .btns_wrap .common_btns button.set-btn_next:hover {
      background: #8577d2; }
    .setnewjob .setnewjob-steps .btns_wrap .common_btns button.set-btn_done:hover {
      background: #8577d2; }
    .setnewjob .setnewjob-steps .btns_wrap .common_btns span {
      font-size: 12px; }
    .setnewjob .setnewjob-steps .btns_wrap .common_btns img {
      width: 8px; }
  .setnewjob .setnewjob-steps .btns_wrap .set-form_1_btns .set-btn_next {
    margin-left: auto !important; }
.setnewjob .accordion-single {
  margin-top: 10px; }
.setnewjob .accordion-single-title {
  padding: 10px;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  margin: 0;
  letter-spacing: 0.28px;
  font-weight: 700;
  color: #000; }
.setnewjob .accordion-single-title::after {
  content: "";
  position: absolute;
  top: 25px;
  right: unset;
  width: 0;
  height: 0;
  transition: transform 0.2s ease; }
.setnewjob .accordion-single-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out; }
.setnewjob .row-area {
  display: flex;
  flex-wrap: wrap; }
.setnewjob .accordion-single-content p {
  padding: 20px; }
.setnewjob .accordion-single-item.is-opens .accordion-single-content {
  max-height: 100%; }
.setnewjob .accordion-single-item.is-opens .accordion-single-title::after {
  transform: rotate(180deg); }
.setnewjob .accordion .accordion-item {
  background-color: transparent;
  border: unset; }
  .setnewjob .accordion .accordion-item .accordion-button {
    background-color: unset; }
  .setnewjob .accordion .accordion-item .accordion-button:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: unset; }
  .setnewjob .accordion .accordion-item .accordion-button:not(.collapsed) {
    box-shadow: unset;
    background-color: unset; }
  .setnewjob .accordion .accordion-item .accordion-button {
    padding: unset; }
  .setnewjob .accordion .accordion-item .accordion-button::after {
    display: none; }
.setnewjob .setnewjob-details label {
  font-size: 14px;
  letter-spacing: 0.28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 4px; }
.setnewjob .setnewjob-details .form-control {
  background-color: #ecebe7;
  height: 68px;
  border-radius: unset;
  border: 1px solid #707070; }
.setnewjob .setnewjob-details .form-select {
  background-color: #ecebe7;
  height: 56px;
  border-radius: unset;
  text-transform: capitalize;
  color: #979797; }
.setnewjob .setnewjob-details img {
  max-width: 100%;
  height: auto;
  width: auto; }
.setnewjob .setnewjob-details .w-113 {
  width: 113px !important; }
.setnewjob .setnewjob-details .w-200 {
  width: 200px !important; }
.setnewjob .setnewjob-details .width-588 {
  width: 588px !important; }
.setnewjob .setnewjob-details .w-343 {
  width: 343px !important; }
.setnewjob .setnewjob-details strong {
  font-weight: bold; }
.setnewjob .setnewjob-details .setnewjob-details-area .form-check {
  margin-bottom: 25px;
  margin-left: 5px;
  display: flex;
  align-items: center; }
  .setnewjob .setnewjob-details .setnewjob-details-area .form-check .form-check-label {
    font-size: 14px;
    font-weight: 300 !important;
    letter-spacing: 0.28px;
    display: inline;
    text-transform: capitalize;
    margin-bottom: 0; }
  .setnewjob .setnewjob-details .setnewjob-details-area .form-check .form-check-input {
    margin-top: 0;
    border-radius: unset;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    min-width: 30px; }
  .setnewjob .setnewjob-details .setnewjob-details-area .form-check .form-check-input:checked {
    background-color: #000;
    border-color: #000; }
.setnewjob .tooltips {
  display: inline-block;
  position: relative; }
.setnewjob .tooltips .tooltiptext {
  visibility: hidden;
  width: 261px;
  background-color: #fff;
  color: #000;
  padding: 8px;
  font-size: 12px;
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 0;
  border: 1px solid #ecebe7;
  font-family: "Futura-book";
  line-height: 18px;
  font-weight: 300 !important; }
.setnewjob .tooltips:hover .tooltiptext {
  visibility: visible; }
.setnewjob .setnewjob-details-card {
  text-align: center;
  background-color: #e3d0d6;
  padding: 30px;
  margin: 20px auto;
  height: auto;
  max-width: 328px; }
  .setnewjob .setnewjob-details-card figure {
    width: 90px;
    height: 90px;
    margin: -48px auto 20px;
    border-radius: 12px;
    background-color: #fff; }
    .setnewjob .setnewjob-details-card figure img {
      display: block;
      border-radius: 12px;
      max-width: 100%;
      height: 79px;
      width: 47px;
      margin: auto; }
  .setnewjob .setnewjob-details-card h3 {
    font-size: 35px;
    font-family: "Playfair-Display";
    color: #000;
    letter-spacing: 0.35px;
    line-height: 50px;
    font-weight: 600; }
  .setnewjob .setnewjob-details-card p {
    font-size: 14px;
    letter-spacing: 0.28px;
    color: #000; }
  .setnewjob .setnewjob-details-card .social-links {
    display: flex;
    justify-content: center;
    margin-bottom: 5px; }
    .setnewjob .setnewjob-details-card .social-links img {
      height: 32px;
      width: 32px;
      margin-right: 5px; }
    .setnewjob .setnewjob-details-card .social-links .linkedinIcon {
      filter: invert(1); }
  .setnewjob .setnewjob-details-card .btn {
    font-size: 12px;
    padding: 12px 40px; }
.setnewjob .color-red {
  color: #E70D0D; }
.setnewjob .w-15-p {
  width: 20%; }
.setnewjob .w-85-p {
  width: 80%; }
.setnewjob .setnewjob-spl-features .setnewjob-spl-features-checks {
  display: flex;
  margin-bottom: 20px; }
  .setnewjob .setnewjob-spl-features .setnewjob-spl-features-checks .setnewjob-spl-features-list {
    background: #e3d0d6;
    padding: 5px 20px;
    margin-right: 20px; }
    .setnewjob .setnewjob-spl-features .setnewjob-spl-features-checks .setnewjob-spl-features-list .form-check {
      display: flex;
      align-items: center;
      margin-bottom: 0; }
      .setnewjob .setnewjob-spl-features .setnewjob-spl-features-checks .setnewjob-spl-features-list .form-check .form-check-input {
        width: 22px;
        height: 22px;
        border-radius: unset;
        margin-top: 0; }
      .setnewjob .setnewjob-spl-features .setnewjob-spl-features-checks .setnewjob-spl-features-list .form-check .form-check-label {
        font-size: 12px;
        margin-bottom: 0;
        margin-left: 5px;
        font-weight: 600; }
      .setnewjob .setnewjob-spl-features .setnewjob-spl-features-checks .setnewjob-spl-features-list .form-check .form-check-input:checked {
        background-color: #000;
        border-color: #000; }
.setnewjob .setnewjob-desc #job-pic-container .image-holder {
  display: flex;
  gap: 20px;
  flex-wrap: wrap; }
  .setnewjob .setnewjob-desc #job-pic-container .image-holder .pictures-box {
    width: 180px;
    height: 120px;
    position: relative; }
    .setnewjob .setnewjob-desc #job-pic-container .image-holder .pictures-box img {
      width: inherit !important;
      height: inherit !important;
      object-fit: cover; }
    .setnewjob .setnewjob-desc #job-pic-container .image-holder .pictures-box .thumb-image-delete {
      width: 20px;
      height: 20px;
      background-color: #F7D4D4;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 1px;
      right: 1px; }
.setnewjob .setnewjob-desc .document-dragdropbox {
  margin-bottom: 20px; }
  .setnewjob .setnewjob-desc .document-dragdropbox input {
    z-index: 999;
    opacity: 0;
    width: 273px;
    height: 50px;
    position: absolute; }
  .setnewjob .setnewjob-desc .document-dragdropbox .document-input-dragDrop {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 273px;
    height: 50px;
    background: #f5f5f5;
    border: 1px dashed #9a9a9a;
    text-align: center;
    transition: box-shadow 0.3s, border-color 0.3s; }
  .setnewjob .setnewjob-desc .document-dragdropbox img {
    width: 20px;
    height: 18px;
    margin-right: 5px; }
.setnewjob .workplace img {
  max-width: 100%;
  height: auto;
  width: auto; }
.setnewjob .workplace table tbody tr {
  line-height: 44px; }
  .setnewjob .workplace table tbody tr td {
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 210px;
    max-width: 210px; }
    .setnewjob .workplace table tbody tr td:hover {
      overflow: visible; }
    .setnewjob .workplace table tbody tr td a {
      text-decoration: none;
      color: #2b61cc; }
  .setnewjob .workplace table tbody tr td:first-child {
    font-size: 14px;
    letter-spacing: 0.28px;
    color: #000;
    font-family: "Futura-bold"; }
.setnewjob .workplace table tbody tr td:nth-child(2):before {
  content: "";
  display: inline-block;
  padding-left: 10px;
  margin-right: 10px; }
.setnewjob .workplace .label {
  border-bottom: 1px solid #d2d2d2;
  font-size: 14px;
  letter-spacing: 0.28px;
  color: #000;
  font-family: "Futura-bold"; }
.setnewjob .workplace .form-control {
  background-color: #ecebe7;
  height: 56px;
  border: 1px solid #707070;
  border-radius: unset; }
.setnewjob .workplace .form-select {
  background-color: #ecebe7;
  height: 56px;
  border: 1px solid #707070;
  border-radius: unset; }
.setnewjob .workplace .form-check .form-check-label {
  font-size: 14px;
  letter-spacing: 0.28px;
  color: #000;
  font-family: "Futura-bold";
  margin-left: 5px; }
.setnewjob .workplace .form-check .form-check-input {
  border-radius: unset;
  width: 30px;
  height: 30px; }
.setnewjob .workplace .form-check .form-check-input:checked {
  background-color: #000;
  border-color: #000; }
.setnewjob .workplace .about-company {
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 20px; }
.setnewjob .workplace .update-profile .btn {
  font-size: 14px;
  padding: 12px 20px; }
.setnewjob .workplace .youtube-videos .form-control {
  border-radius: 0; }
.setnewjob .workplace .youtube-videos .form-control::placeholder {
  font-size: 14px;
  color: #979797;
  letter-spacing: 0.28px; }
.setnewjob .workplace .youtube-videos .input-group-text {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.28px; }
.setnewjob .workplace .youtube-videos .yt-dragdropbox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #979797;
  font-size: 10px;
  letter-spacing: 0.2px;
  width: 266px;
  height: 150px;
  background-color: #fff; }
  .setnewjob .workplace .youtube-videos .yt-dragdropbox input {
    z-index: 999;
    opacity: 0;
    width: 266px;
    height: 150px;
    position: absolute; }
  .setnewjob .workplace .youtube-videos .yt-dragdropbox .yt-input-dragDrop {
    text-align: center;
    transition: box-shadow 0.3s, border-color 0.3s; }
.setnewjob .workplace .company-info .company-info-label {
  font-size: 14px;
  letter-spacing: 0.28px;
  color: #000;
  font-family: "Futura-bold"; }
.setnewjob .workplace .company-info .logo {
  width: 138px;
  height: 138px;
  background: #fff;
  border: 1px solid #818181;
  display: flex;
  justify-content: center;
  align-items: center; }
  .setnewjob .workplace .company-info .logo .logo-dragdropbox {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #979797;
    font-size: 10px;
    letter-spacing: 0.2px; }
    .setnewjob .workplace .company-info .logo .logo-dragdropbox input {
      z-index: 999;
      opacity: 0;
      width: 138px;
      height: 138px;
      position: absolute; }
    .setnewjob .workplace .company-info .logo .logo-dragdropbox .logo-input-dragDrop {
      text-align: center;
      transition: box-shadow 0.3s, border-color 0.3s; }
  .setnewjob .workplace .company-info .logo .color-blue {
    color: #2B61CC !important; }
.setnewjob .workplace .company-info .pictures {
  display: flex;
  flex-wrap: wrap; }
  .setnewjob .workplace .company-info .pictures .pictures-box {
    width: 130px;
    height: 100px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    margin: 10px; }
    .setnewjob .workplace .company-info .pictures .pictures-box figure {
      width: 100%;
      height: 100%; }
      .setnewjob .workplace .company-info .pictures .pictures-box figure img {
        width: inherit;
        height: 100% !important;
        object-fit: cover; }
    .setnewjob .workplace .company-info .pictures .pictures-box .pictures-dragdropbox {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      color: #979797;
      font-size: 10px;
      letter-spacing: 0.2px; }
      .setnewjob .workplace .company-info .pictures .pictures-box .pictures-dragdropbox input {
        z-index: 999;
        opacity: 0;
        width: 266px;
        height: 138px;
        position: absolute; }
      .setnewjob .workplace .company-info .pictures .pictures-box .pictures-dragdropbox .pictures-input-dragDrop {
        text-align: center;
        transition: box-shadow 0.3s, border-color 0.3s; }
    .setnewjob .workplace .company-info .pictures .pictures-box .color-blue {
      color: #2B61CC !important; }
.setnewjob .job-section .job-section-title {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #d2d2d2; }
  .setnewjob .job-section .job-section-title h5 {
    font-size: 14px;
    letter-spacing: 0.28px;
    font-weight: 700;
    color: #000;
    font-family: "Futura-bold"; }
  .setnewjob .job-section .job-section-title .btn {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto; }
.setnewjob .job-section .job-info .job-info-label {
  font-size: 14px;
  letter-spacing: 0.28px;
  color: #000;
  font-family: "Futura-bold"; }
.setnewjob .job-section .job-info .logo {
  width: 138px;
  height: 138px;
  background: #fff;
  border: 1px solid #818181;
  display: flex;
  justify-content: center;
  align-items: center; }
  .setnewjob .job-section .job-info .logo .logo-dragdropbox {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #979797;
    font-size: 10px;
    letter-spacing: 0.2px; }
    .setnewjob .job-section .job-info .logo .logo-dragdropbox input {
      z-index: 999;
      opacity: 0;
      width: 138px;
      height: 138px;
      position: absolute; }
    .setnewjob .job-section .job-info .logo .logo-dragdropbox .logo-input-dragDrop {
      text-align: center;
      transition: box-shadow 0.3s, border-color 0.3s; }
  .setnewjob .job-section .job-info .logo .color-blue {
    color: #2B61CC !important; }
.setnewjob .job-section .job-info .pictures {
  display: flex;
  flex-wrap: wrap; }
  .setnewjob .job-section .job-info .pictures .pictures-box {
    background-color: #fff;
    width: 130px;
    height: 100px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    margin: 10px; }
    .setnewjob .job-section .job-info .pictures .pictures-box figure {
      width: 100%;
      height: 100%; }
      .setnewjob .job-section .job-info .pictures .pictures-box figure img {
        width: inherit;
        height: 100% !important;
        object-fit: cover; }
.setnewjob .job-section .job-info .pdf {
  font-size: 14px;
  letter-spacing: 0.28px;
  color: #000;
  font-family: "Futura-bold"; }
  .setnewjob .job-section .job-info .pdf img {
    max-width: 100%;
    height: auto;
    width: 21px; }
.setnewjob .job-section .job-info .application-to p {
  font-size: 14px;
  letter-spacing: 0.28px;
  color: #000; }
.setnewjob .job-section .job-info .readandaccept .form-check-input {
  width: 22px;
  height: 22px;
  border-radius: unset; }
.setnewjob .job-section .job-info .readandaccept .form-check-label {
  font-size: 12px;
  margin-bottom: 0;
  margin-left: 5px;
  font-weight: 600; }
.setnewjob .job-section .job-info .readandaccept .form-check-input:checked {
  background-color: #000;
  border-color: #000; }
.setnewjob .job-section .job-info .coupon-code {
  display: flex;
  align-items: center; }
  .setnewjob .job-section .job-info .coupon-code .form-control {
    border-radius: unset;
    border: 1px solid #707070;
    margin-left: 10px;
    border-radius: unset; }
.setnewjob .job-section .job-info .job-section-legal label {
  font-size: 14px;
  letter-spacing: 0.28px;
  color: #000;
  margin-left: 10px; }
.setnewjob .job-section .job-info .job-section-legal .terms-conditions a {
  font-size: 14px;
  color: #3282ea !important;
  letter-spacing: 0.28px;
  text-decoration: none; }
.setnewjob .job-section .job-info .job-section-legal .form-check-input {
  width: 22px;
  height: 22px;
  border-radius: unset; }
.setnewjob .job-section .job-info .job-section-legal .form-check-input:checked {
  background-color: #000;
  border-color: #000; }
.setnewjob .font-bold {
  font-size: 14px;
  letter-spacing: 0.28px;
  color: #000;
  font-family: "Futura-bold";
  font-weight: 700; }
.setnewjob .setnewjob-right .bannerWrap {
  position: relative;
  flex: 0 0 398px; }
  .setnewjob .setnewjob-right .bannerWrap .SlideWrap {
    height: 100%;
    display: block;
    margin-bottom: 30px; }
.setnewjob .Magazinswiper {
  width: 100%; }
.setnewjob .setnewjob-submit {
  border-top: 1px solid #D2D2D2;
  padding-top: 15px;
  margin-bottom: 100px; }
  .setnewjob .setnewjob-submit .btn-submit {
    border: 1px solid #000;
    border-radius: unset;
    font-size: 14px;
    letter-spacing: 1.39px;
    padding: 10px 20px; }
  .setnewjob .setnewjob-submit .btn-setnewjob-submit {
    padding: 10px 20px; }
  .setnewjob .setnewjob-submit .ml-auto {
    margin-left: auto !important; }
.setnewjob .jobslider-mob {
  display: none; }

.updated_info_pictures .company_profilepic_wrap {
  display: flex;
  flex-wrap: wrap; }

#company-pic-container .company_profilepic_wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
  width: 100%; }
  #company-pic-container .company_profilepic_wrap .pictures-box {
    width: 100px;
    height: 80px;
    position: relative; }
    #company-pic-container .company_profilepic_wrap .pictures-box figure {
      width: 100%;
      height: 100%; }
      #company-pic-container .company_profilepic_wrap .pictures-box figure img {
        width: inherit;
        height: 100%;
        object-fit: cover; }
    #company-pic-container .company_profilepic_wrap .pictures-box i {
      position: absolute;
      top: 0; }
#company-pic-container .image-holder {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
  width: 100%; }
  #company-pic-container .image-holder .pictures-box {
    width: 100px;
    height: 80px;
    position: relative; }
    #company-pic-container .image-holder .pictures-box img {
      width: inherit;
      height: 100%;
      object-fit: cover; }
    #company-pic-container .image-holder .pictures-box i {
      position: absolute;
      top: 0; }

.company-update-panel .uploadModelLogo {
  display: flex;
  gap: 20px; }
.company-update-panel .uploadModelinput .document-dragdropbox {
  margin-bottom: 20px; }
  .company-update-panel .uploadModelinput .document-dragdropbox input {
    z-index: 999;
    opacity: 0;
    width: 273px;
    height: 50px;
    position: absolute; }
  .company-update-panel .uploadModelinput .document-dragdropbox .document-input-dragDrop {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 273px;
    height: 50px;
    background: #f5f5f5;
    border: 1px dashed #9a9a9a;
    text-align: center;
    transition: box-shadow 0.3s, border-color 0.3s; }
  .company-update-panel .uploadModelinput .document-dragdropbox img {
    width: 20px;
    height: 18px;
    margin-right: 5px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .setnewjob-header h5 {
    font-size: 44px !important;
    letter-spacing: 2.64px !important; }
  .setnewjob-header p {
    font-size: 14px !important;
    letter-spacing: 0.7px !important;
    line-height: 44px !important; } }
@media screen and (max-width: 280px) {
  .setnewjob-steps .header ul li {
    margin-right: 0; }
    .setnewjob-steps .header ul li:before {
      width: 103%; }
  .setnewjob-steps .header ul .set-form_2_progess:before {
    width: 80% !important; } }
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .setnewjob .setnewjob-steps .header .set-form_1_progessbar {
    margin-left: 20px; }
  .setnewjob .setnewjob-steps .btns_wrap {
    width: 345px !important;
    max-width: unset; }
    .setnewjob .setnewjob-steps .btns_wrap .set-btn_back {
      margin-left: -8px; } }
@media screen and (max-width: 767px) {
  .setnewjob .tooltips .tooltiptext {
    width: 235px; }
  .setnewjob .job-section .job-info .job-info-label {
    font-size: 13px;
    letter-spacing: unset !important; }
  .setnewjob .setnewjob-steps .font-sm {
    font-size: 10px; }
  .setnewjob .setnewjob-steps .header .set-form_1_progessbar {
    margin-left: 5px; }
  .setnewjob .setnewjob-steps .header .set-form_2_progess:before {
    width: 145% !important; }
  .setnewjob .setnewjob-steps .header ul li {
    margin-right: 35px; }
  .setnewjob .setnewjob-details-card h3 {
    font-size: 24px;
    line-height: unset; }
  .setnewjob .setnewjob-details-card .btn {
    font-size: 12px;
    padding: 6px 30px; }
  .setnewjob .setnewjob-details .form-select {
    border: 1px solid #707070; }
  .setnewjob .youtube-videos iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important; }

  .setnewjob-details .setnewjob-details-area .contents .accordion-single-content .customCol {
    width: 100% !important; }

  .set-form_3 .job-section .job-info .d-flex {
    flex-direction: column; }
    .set-form_3 .job-section .job-info .d-flex p {
      padding-left: 25%; }
    .set-form_3 .job-section .job-info .d-flex #preview_area {
      padding-left: 13% !important; }

  .company-info .updated_info_about p {
    font-size: 14px; }

  .setnewjob .Magazinswiper {
    width: 100%; }
  .setnewjob .setnewjob-details-card {
    height: 100% !important; }

  .setnewjob-header h2 {
    font-size: 44px !important;
    line-height: unset !important;
    letter-spacing: 2.64px !important; }
  .setnewjob-header p {
    font-size: 14px !important;
    letter-spacing: 0.7px !important;
    line-height: unset !important; }

  .pictures {
    flex-wrap: wrap; }
    .pictures .pictures-box {
      margin-bottom: 10px; }

  .setnewjob-details-option .tooltips .tooltiptext,
  .requirements .tooltips .tooltiptext,
  .setnewjob-spl-features .tooltips .tooltiptext,
  .additional-services .tooltips .tooltiptext,
  .application-to .tooltips .tooltiptext {
    left: -100px; }

  .job-advertisement .tooltips .tooltiptext, .info-about-company .tooltips .tooltiptext, .anonymous .tooltips .tooltiptext {
    left: -200px; }

  .setnewjob-right .bannerWrap {
    width: 100%; }
    .setnewjob-right .bannerWrap .SlideWrap {
      overflow: hidden; }

  .setnewjob-spl-features .setnewjob-spl-features-checks {
    flex-wrap: wrap; }
    .setnewjob-spl-features .setnewjob-spl-features-checks .setnewjob-spl-features-list {
      margin-bottom: 15px; }

  .coupon-code .form-control {
    width: 100% !important; }

  .setnewjob-submit {
    flex-flow: wrap-reverse;
    justify-content: center;
    gap: 15px; }
    .setnewjob-submit .btns {
      width: 79%; }
    .setnewjob-submit .setnewjob-submit-section-one {
      justify-content: center;
      display: flex; }
    .setnewjob-submit .setnewjob-submit-section-two {
      display: flex;
      flex-direction: column-reverse;
      width: 80%;
      gap: 15px; }

  .jobslider-mob {
    display: block !important; }
    .jobslider-mob .bannerWrap .SlideWrap .Magazinswiper .MagazinBanner {
      height: 308px !important;
      max-height: 308px !important;
      margin-right: 10px; }
    .jobslider-mob .bannerWrap .SlideWrap .Magazinswiper .btn {
      font-size: 10px; }
    .jobslider-mob .bannerWrap .SlideWrap .Magazinswiper .setnewjob-details-card {
      padding: 20px 10px !important; }
      .jobslider-mob .bannerWrap .SlideWrap .Magazinswiper .setnewjob-details-card figure {
        margin: -65px auto 20px;
        width: 75px;
        height: 75px; }
      .jobslider-mob .bannerWrap .SlideWrap .Magazinswiper .setnewjob-details-card .firstPara .social-links {
        margin-bottom: 20px; }
        .jobslider-mob .bannerWrap .SlideWrap .Magazinswiper .setnewjob-details-card .firstPara .social-links .linkedinIcon {
          filter: invert(1); }

  .setnewjob-right-mob {
    display: none; } }
.setnewjob-desc-upload .uploaded-file {
  width: 273px;
  position: relative; }
  .setnewjob-desc-upload .uploaded-file i {
    position: absolute;
    top: 20px;
    right: 0;
    cursor: pointer; }

@media screen and (max-width: 280px) {
  .setnewjob .setnewjob-header h2 {
    font-size: 35px !important;
    line-height: 48px !important; }
  .setnewjob .setnewjob-header p {
    font-size: 10px !important; } }

/*# sourceMappingURL=bjemployer.css.map */
