.order_steps {
  padding: 100px 0;
  position: relative;
}
.order_steps .section_head {
  margin-bottom: 70px;
}
.order_steps .content {
  position: relative;
}
.order_steps .content::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #ECE076;
}
.order_steps .info .text {
  font-size: 18px;
  margin-bottom: 50px;
}
.order_steps .info ul {
  position: relative;
}
.order_steps .info ul::before {
  position: absolute;
  content: "";
  right: 22px;
  top: 20px;
  width: 1px;
  height: calc(100% - 40px);
  border-right: 1px dashed #9999;
}
.order_steps .info ul li {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.order_steps .info ul li .num {
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.order_steps .info ul li .num span {
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background-color: #00BC6C;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.order_steps .info ul li .cont h6 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}
.order_steps .info ul li .cont p {
  color: #3E4348;
  font-size: 14px;
}
.order_steps .info .butn {
  margin-top: 40px;
}
.order_steps .img {
  padding: 75px 0;
  position: relative;
  z-index: 10;
  text-align: center;
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.order_steps .img .steps {
  position: relative;
}
.order_steps .img .steps .arrow {
  position: absolute;
  top: -10px;
  left: -5px;
  z-index: 10;
  height: 625px;
  width: 210px;
  max-width: none;
  max-height: none;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: all 2.5s linear;
  transition: all 2.5s linear;
}
.order_steps .img .steps .arrow.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.order_steps .img .steps .step_card {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -4px auto;
  border: 4px dashed #023c33;
}
.order_steps .img .steps .step_card:nth-of-type(1) .icon {
  background-color: #EC0081;
}
.order_steps .img .steps .step_card:nth-of-type(1) .num {
  background-color: #00BC6C;
}
.order_steps .img .steps .step_card:nth-of-type(2) .icon {
  background-color: #F4C500;
}
.order_steps .img .steps .step_card:nth-of-type(2) .num {
  left: auto;
  right: -5px;
}
.order_steps .img .steps .step_card:nth-of-type(3) .icon {
  background-color: #00BC6C;
}
.order_steps .img .steps .step_card .icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding: 20px;
  background-color: #3E4348;
}
.order_steps .img .steps .step_card .num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 25px;
  left: -5px;
  background-color: #023c33;
  color: #fff;
  z-index: 30;
}