.easysteps-area {
        background: linear-gradient(to bottom, #F8F8F8, #fff);
        z-index: 0;
        position: relative;
    }
    .easysteps-item {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        display: flex;
        background: #fff;
        height: 100%;
        padding: 15px;
        border-radius: 15px;
    }
    .easysteps-top {
        border-radius: 14px;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 20rem;
        padding: 1.5rem;
        display: flex;
        position: relative;
        overflow: hidden;
        background: var(--bs-white) !important;
        box-shadow: 0 0 19px rgba(0, 0, 0, 0.2);
    }
    .easysteps_b-content {
        height: 100%;
        padding: 30px 15px 0px;
    }
    .easysteps_item_heading-wrapper {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        align-items: center;
        display: flex;
    }
    .heading-number {
        background-color: #f98125;
        color: #fff;
        border-radius: 100%;
        justify-content: center;
        align-items: center;
        padding: .5rem;
        display: flex;
        width: 40px;
        height: 40px;
        color: #000;
        font-size: 20px;
        font-weight: 600;
    }
    .easysteps_item_heading-wrapper h4 {
        text-transform: capitalize;
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 20px;
        font-weight: 600;
        line-height: 1;
    }
    .space-small {
        padding: 0 0 1rem;
    }
    .text-color-grey_alt-v-3 {
        color: #5a656e;
    }
    
/***********************/

.ps-stepline-sec {
    position: relative;
    background: #fff;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ps-stepline-sec .ps-stepline {
    padding: 50px 0px;
    position: relative;
}
.ps-stepline-sec .ps-stepline .line-center {
    width: 100%;
    height: 2px;
    background: #f1f1f1;
    position: absolute;
    top: 50%;
}
.ps-stepline-sec .ps-stepline .line-center:before {
    background: #f1f1f1;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: -6px;
    top: -4px;
}
.ps-stepline-sec .ps-stepline .line-center:after {
    background: #f1f1f1;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    right: -6px;
    top: -4px;
}

.ps-stepline-sec .ps-stepline .columns,
.ps-stepline-sec .ps-stepline .columns.columns-top,
.ps-stepline-sec .ps-stepline .columns.columns-bottom
 {
    position: relative;
    text-align: center;
}
.ps-stepline-sec .ps-stepline .columns span {
    width: 100PX;
    height: 100px;
    background: #fff;        
    border-radius: 50%;
    box-shadow: 0 0 11px 0px rgb(0 0 0 / 19%);
    text-align: center;
    line-height: 3;
    color: #df8625;
    font-size: 2em;
    font-style: normal;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px auto 15px;
}
.ps-stepline-sec .ps-stepline .columns.columns-bottom span {
    width: 100PX;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 11px 0px rgb(0 0 0 / 19%);
    text-align: center;
    line-height: 3;
    color: #df8625;
    font-size: 2em;
    font-style: normal;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto 60px;
}
.ps-stepline-sec .ps-stepline .columns span.ps-sp-top:before {
    content: '';
    color: #f1f1f1;
    width: 4px;
    height: 50px;
    background: #f1f1f1;
    position: absolute;
    top: -50px;
    left: 46%;
}
.ps-stepline-sec .ps-stepline .columns span.ps-sp-top:after {
    content: '';
    color: #f1f1f1;
    width: 8px;
    height: 8px;
    background: #f1f1f1;
    position: absolute;
    top: -57px;
    left: 44%;
    border-radius: 100%;
}
.ps-stepline-sec .ps-stepline .columns span.ps-sp-bot:before {
    content: '';
    color: #f1f1f1;
    width: 4px;
    height: 50px;
    background: #f1f1f1;
    position: absolute;
    bottom: -50px;
    left: 46%;
}
.ps-stepline-sec .ps-stepline .columns span.ps-sp-bot:after {
    content: '';
    color: #f1f1f1;
    width: 8px;
    height: 8px;
    background: #f1f1f1;
    position: absolute;
    top: 142px;
    left: 44%;
    border-radius: 100%;
}
.ps-stepline-sec .ps-stepline .columns .img-handler-top {
  position: relative;
  bottom: 0;
  margin-bottom: 0;
  width: 100%;
}
.ps-stepline-sec .ps-stepline .columns .ico-1 {
    font-size: 3rem !important;
    color: #353f4f;
}
.ps-stepline-sec .ps-stepline .columns .img-handler-bot {
  position: relative;
      margin-top: 0;
      width: 100%;
}

.ps-stepline-sec .ps-stepline .columns p {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.ps-stepline-sec .ps-stepline .columns .ps-top {
  position: relative;
  margin-bottom: 25px;
}
.ps-stepline-sec .ps-stepline .columns .ps-bot {
  position: relative;
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  .ps-stepline-sec .ps-stepline .line-center {
      display: none;
  }
  .columns {
      border-bottom: solid 1px #f1f1f1;
      padding-bottom: 30px;
  }
  .ps-stepline-sec .ps-stepline .columns .ico-1 {
      font-size: 2.5rem !important;
  }
}