.factry-working-process-block .working-process-area {
  padding-bottom: 0px;
  padding-top: 40px;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .factry-working-process-block .working-process-area {
    padding-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .factry-working-process-block .working-process-area {
    padding-top: 10px;
  }
}
.factry-working-process-block .working-process-area .container {
  color: #777c90;
  margin-right: auto;
  margin-left: auto;
  padding: 0 18px;
}
.factry-working-process-block .working-process-area .container .row-view {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0 -15px;
}
.factry-working-process-block .working-process-area .container .row-view .row-box {
  padding: 0 15px;
}
@media (min-width: 992px) {
  .factry-working-process-block .working-process-area .container .row-view .row-box {
    flex: 0 0 auto;
    width: 50%;
  }
}
.factry-working-process-block .working-process-area .container .row-view .section-title {
  text-align: center;
  margin-bottom: 70px;
  padding: 0 16px;
}
.factry-working-process-block .working-process-area .container .row-view .section-title .sub-title-one {
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (max-width: 1600px) {
  .factry-working-process-block .working-process-area .container .row-view .section-title .sub-title-one {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1600px) {
  .factry-working-process-block .working-process-area .container .row-view .section-title .sub-title-one {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1200px) {
  .factry-working-process-block .working-process-area .container .row-view .section-title .sub-title-one {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991.98px) {
  .factry-working-process-block .working-process-area .container .row-view .section-title .sub-title-one {
    font-size: 18.5px;
  }
}
.factry-working-process-block .working-process-area .container .row-view .section-title .snake-line {
  margin-top: -5px;
  margin-bottom: 15px;
}
.factry-working-process-block .working-process-area .container .row-view .section-title .section-title-one {
  font-size: 42px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.factry-working-process-block .working-process-area .container .row-view .section-title .section-title-one span {
  color: var(--color-primary);
}
@media only screen and (max-width: 1600px) {
  .factry-working-process-block .working-process-area .container .row-view .section-title .section-title-one {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1200px) {
  .factry-working-process-block .working-process-area .container .row-view .section-title .section-title-one {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .factry-working-process-block .working-process-area .container .row-view .section-title .section-title-one {
    font-size: 24px;
  }
}
.factry-working-process-block .working-process-area .container .row-list {
  margin: 0 -3px;
  display: flex;
  flex-wrap: wrap;
}
.factry-working-process-block .working-process-area .container .working-process-list1 {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1290px;
  margin-bottom: 15px;
}
.factry-working-process-block .working-process-area .container .working-process-list1 .dl {
  transition: all 0.3s ease 0s;
  flex: 0 0 auto;
  width: 50%;
}
@media (max-width: 1400px) {
  .factry-working-process-block .working-process-area .container .working-process-list1 .dl {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .factry-working-process-block .working-process-area .container .working-process-list1 .dl {
    width: 100%;
  }
}
.factry-working-process-block .working-process-area .container .working-process-list1 .working-step {
  margin-bottom: 30px;
  position: relative;
}
/*.factry-working-process-block .working-process-area .container .working-process-list1 .working-step span.process {*/
/*  content: "";*/
/*  position: absolute;*/
/*  text-align: center;*/
/*  background: #ffffff;*/
/*  border: 3px solid rgba(232, 17, 43, 0.15);*/
/*  border-radius: 50%;*/
/*  width: 360px;*/
/*  height: 360px;*/
/*  display: inline-block;*/
/*  left: -23px;*/
/*  top: -14px;*/
/*  transform: rotate(55deg);*/
/*}*/
@media (max-width: 1400px) {
  .factry-working-process-block .working-process-area .container .working-process-list1 .working-step span.process {
    display: none;
  }
}
.factry-working-process-block .working-process-area .container .working-process-list1 .working-step:hover::before {
  transition: all 0.3s ease 0s;
  border-color: var(--color-primary);
}
.factry-working-process-block .working-process-area .container .working-process-list1 .working-step:hover .step {
  transition: all 0.3s ease 0s;
  background: var(--color-primary);
}
.factry-working-process-block .working-process-area .container .working-process-list1 .working-step:hover .process {
  background: none !important;
}
@media only screen and (max-width: 1800px) {
  .factry-working-process-block .working-process-area .container .working-process-list1 .working-step::before {
    display: none;
  }
}
.factry-working-process-block .working-process-area .container .working-process-list1 .working-step .single-box-title {
  margin-bottom: 15px;
}
.factry-working-process-block .working-process-area .container .working-process-list1 .step-1 {
  z-index: 5;
}
.factry-working-process-block .working-process-area .container .working-process-list1 .step-2 {
  z-index: 4;
}
.factry-working-process-block .working-process-area .container .working-process-list1 .step-3 {
  z-index: 3;
}
.factry-working-process-block .working-process-area .container .working-process-list1 .step-4 {
  z-index: 2;
}
.factry-working-process-block .working-process-area .container .working-process-list1 .step-5 {
  z-index: 5;
}
.factry-working-process-block .working-process-area .container .working-process-list1 .step-6 {
  z-index: 4;
}
.factry-working-process-block .working-process-area .container .working-process-list1 .step-7 {
  z-index: 3;
}
.factry-working-process-block .working-process-area .container .working-process-list1 .step-8 {
  z-index: 2;
}
.factry-working-process-block .working-process-area .container .working-step {
  background: #ffffff;
  text-align: center;
  padding: 30px 20px;
  position: relative;
  border-radius: 100px;
}
/*.factry-working-process-block .working-process-area .container .working-step::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  text-align: center;*/
/*  border: 4px solid rgba(232, 17, 43, 0.15);*/
/*  border-radius: 50%;*/
/*  width: 360px;*/
/*  height: 360px;*/
/*  display: inline-block;*/
/*  left: -23px;*/
/*  top: -14px;*/
/*  z-index: -1;*/
/*}*/
.factry-working-process-block .working-process-area .container .working-step .step {
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  background: #181818;
  padding: 10px 15px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1800px) {
  .factry-working-process-block .working-process-area .container .working-step::before {
    display: none;
  }
  .factry-working-process-block .working-process-area .container .working-step:hover .step {
    background: var(--color-primary);
  }
  .factry-working-process-block .working-process-area .container .working-step:hover .single-box-title {
    color: #181818;
  }
  .factry-working-process-block .working-process-area .container .working-step:hover p {
    color: #777c90;
  }
}
@media only screen and (max-width: 1400px) {
  .factry-working-process-block .working-process-area .container .working-step {
    padding: 20px;
    min-width: 329px;
  }
}
