.erase{
    display: flex;
    justify-content: center;
    padding-top: 70px;
}

.green-bg{
    width: 90%;
    padding-bottom: 30px;
    background-color: #B7F598;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.green-bg h1{
    text-align: center;
    font-family: PopExt;
    color: #65Ba3B;
    margin-right: 20px;
}

.t1-div{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.er-p1{
    margin-bottom: 0;
    text-align: center;
    font-family: PopSemi;
    color: #282828;
    font-size: 17px;
    margin-left: 30px;
    margin-right: 30px;
}

.er-p2{
    margin-top: 10px;
    padding: 0;
    text-align: center;
    font-family: Poppins;
    color: #282828;
    font-size: 16px;
    margin-left: 30px;
    margin-right: 30px;
}

.green-bg h6{
    text-align: center;
    font-family: PopSemi;
    color: #282828cf;
    margin-top: 50px;
    /* text-decoration: underline; */
}

.t2-div{
    display: flex;
    justify-content: center;
}
.step{
    display: none;
    margin: 0;
    margin-left: 12%;
    /* margin-top: 10px; */
    transform: translateY(13px);
    font-family: PopExt;
    font-size: 21px;
    color: #45454562;
    text-decoration: underline;
}

.t2-div-cont{
    display: flex;
    align-items: center;
    margin: 20px;
    margin-top: 25px;
}

.img-flex{
    display: flex;
    justify-content: center;
    align-items: center;
}

.t2-div-cont h5{
    font-family: PopSemi;
    color: #282828;
    margin: 0;
    margin-left: 10px;
    font-size: 15px;
}

.er-divi{
    
    color: rgba(0, 0, 0, 0.574);
    margin: 10px 15px;
}


.white-btn{
    width: 170px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 1;
    text-align: center;
    border-radius: 55px;
    margin-top: 10px;
    letter-spacing: 0.5px;
    font-family: PopSemi;
    border: none;
    color: #424242;
    background-color: #fff;
    font-size: 12px;
    box-shadow: 0 0.125rem 0 rgb(65 61 69 / 20%);
    cursor: pointer;
}

.white-btn:hover {
    transition: 0.2s ease;
    transform: scale(1.07);
  }

  .img-flex div{
    display: flex;
    justify-content: center;
    align-items: center;
    /* border:  1px solid black; */
    border-radius: 50%;
    background-color: #fff;
    /* box-shadow: 0 0.125rem 0 rgb(65 61 69 / 20%); */
    
    margin-left: 50px;
  }

  .img-flex div span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    margin: 0;
    border-radius: 50%;
    color: #424242;
    background-color: #fff;
    font-size: 12px;
    /* box-shadow: 0 0.125rem 0 rgb(65 61 69 / 20%); */
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
  }

  .img-flex div p{
    margin: 0;
    text-align: center;
    color: #000;
    font-size: 12px;
    font-family: PopMed;
    
  }