/**/

.hiring-process {
  background-color: var(--new-theme-gray-50);
  padding: 50px 0;
  margin-top: 35px;
  text-align: center;
}

.hiring-process.hiring-process-div {
  margin-bottom: 75px;
}

.hiring-process+.chooseUs-section {
  margin-top: 35px;
}

.hiring-process.has-gradient {
  position: relative;
  z-index: 1;
}

.hiring-process .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1410px;
  margin: 0 auto 35px;
}

.hiring-process .process-card {
  position: relative;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 20px;
}

.hiring-process .process-card:last-child {
  margin-bottom: 0px;
}

.hiring-process .process-card:after {
  content: '';
  position: absolute;
  top: 34px;
  left: 100%;
  transform: translateX(-50%);
  width: 100px;
  height: 12px;
  background: url(../../images/arrow-green.svg) no-repeat center / cover;
  display: none;
}

.hiring-process .process-card:last-child:after {
  display: none;
}

.hiring-process .process-card .count-box {
  position: relative;
  display: inline-block;
  width: 60px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background-color: var(--dark);
  height: 69px;
  color: var(--white);
}

.hiring-process .process-card .count-box img {
  display: none;
}

.hiring-process .process-card .count-box span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 37.895px;
  font-weight: 700;
  line-height: normal;
  padding-top: 4px;
}

.hiring-process .process-card .card-body {
  margin: 25px auto 0;
  max-width: 295px;
}

.hiring-process .process-card h3,
.hiring-process .process-card h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 20px;
  margin-top: 0;
  text-wrap: balance;
}


/* NEW DESIGN */
.hiring-process {
  position: relative;
  z-index: 1;
}

.hiring-process::before {
  background-image: url(../../images/bg-noise.png);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: -1;
}

.hire-step-wrap {
  max-width: 1328px;
  margin: 0 auto 60px;
}

.hire-step-wrap .inner {
  display: flex;
  flex-wrap: wrap;
  background-color: var(--white);
  padding: 20px;
  border-radius: 28px;
  align-items: center;
  border: 1px solid var(--LightGrey);
}

.hire-step-content {
  max-width: 630px;
  width: 100%;
}

.hire-step-image {
  max-width: 380px;
  margin-left: auto;
  width: 100%;
  display: none;
}



.hire-step-item {
  padding: 0 0 30px;
  border-radius: 12px;
  text-align: left;
  cursor: pointer;
  border-radius: 12px;
}

.hire-step-item:not(.active):last-child {
  padding-bottom: 0;
}

.hire-step-title {
  display: flex;
  align-items: center;
  color: var(--new-theme-black-50);
  font-family: var(--poppins);
}

.hire-step-title .hire-step-info {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  flex: 1;
  padding-left: 30px;
}

.hire-step-count {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}

.hire-step-details {
  padding-left: 45px;
  position: relative;
  padding-top: 15px;
}



.hire-step-details::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 1px;
  background-color: var(--dark);
  opacity: 0.2;
  top: 0;
  left: 15px;
}

.hire-step-details .title {
  display: flex;
  gap: 6px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.hire-step-details p:not(.title) {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}


@media (min-width: 768px) {
  .hire-step-title .hire-step-info {
    font-size: 22px;
  }


}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
  .hire-step-image-item:not(.active) {
    display: none;
  }

  .hire-step-item:not(.active) .hire-step-details {
    display: none;
  }

  .hire-step-item.active {
    background-color: var(--OffWhite);
    border: 1px solid var(--LightGrey);
  }

  .hire-step-item {
    padding: 30px;
  }

  .hire-step-image {
    display: block;
  }
}

@media (min-width: 1430px) {
  .hire-step-wrap .inner {
    padding: 40px;
  }

  .hire-step-count {
    font-size: 40px;
  }

  .hire-step-title .hire-step-info {
    font-size: 24px;
  }

  .hire-step-content {
    max-width: 740px;
  }


}

/* NEW DESIGN */



@media (min-width: 768px) {
  .hiring-process {
    padding: 70px 0;
    margin-top: 50px;
  }

  .hiring-process .process-card h3,
  .hiring-process .process-card h4 {
    font-size: 22px;
  }

  .hiring-process .row {
    margin: 0 auto 70px;
  }

  .our-process .left-part {
    width: 50%;
  }

  .our-process .right-part {
    width: 50%;
    padding: 0 0 0 40px;
  }

  .hiring-process+.chooseUs-section {
    margin-top: 50px;
  }

  .our-process .right-part .ul-dots.ul-col-3 ul li {
    width: 100%;
  }

  .our-process .right-part .list .flex {
    display: block;
  }

  .hiring-process .process-card {
    position: relative;
    width: 50%;
  }

  .hiring-process .process-card {
    margin-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .our-process .left-part [class*='button-'].max a {
    min-width: 420px;
  }

  .our-process .right-part .title strong {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 0 20px;
    display: block;
  }

  .our-process .right-part .title strong:after {
    position: absolute;
    left: 0;
    top: 50%;
    height: 15px;
    background: var(--primary_color);
    content: '';
    width: 2px;
    opacity: 0.5;
    transform: translateY(-50%);
  }

  .our-process .right-part .list .flex {
    display: flex;
  }

  .our-process .right-part .step-num {
    min-width: 90px;
  }

  .hiring-process .process-card {
    position: relative;
    width: 25%;
  }

  .hiring-process .process-card:after {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .our-process {
    padding: 80px 0 70px;
    overflow: hidden;
  }

  .our-process .right-part .ul-dots.ul-col-3 ul li {
    width: auto;
    margin-right: 30px;
  }

  /*.our-process .right-part .ul-dots.ul-col-3 ul li:not(:first-child){margin-left:30px;}*/
  .our-process .right-part .step-num {
    min-width: auto;
  }

  /*.our-process .right-part .ul-dots.ul-col-3 ul li:last-child{margin-left:0;}*/
}

@media (min-width: 1430px) {
  .hiring-process {
    padding: 100px 0;
    margin-top: 75px;
  }

  .our-process .left-part {
    width: 746px;
  }

  .hiring-process+.chooseUs-section {
    margin-top: 75px;
  }

  .our-process .right-part {
    width: calc(100% - 746px);
    padding: 0 0 0 110px;
  }
}