.list-unstyled {
    padding-left: 0;
    list-style: none;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.work-process-list li, .process-icon-2 i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.process-icon-2 {
    position: relative;
}

.rounded-custom {
    border-radius: 1rem !important;
}

.bg-white {
    background-color: #fff !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.border-2 {
    border-width: 2px !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.process-icon-2 i {
    opacity: 0.6;
}

.process-icon-3 i {
    opacity: 0.6;
}

.work-process-list li, .process-icon-2 i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.process-icon-2 i {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
}


.process-icon-3 i {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
}

.process-icon-2 :after {
    content: "";
    position: absolute;
    top: 53px;
    width: 0;
    right: 63%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    height: 59px;
    z-index: 0;
    border-style: dashed;
    border-width: 1px;
    border-color: #f9f9f9;
    background-color: #878383de;
}

.process-icon-2 li:last-child a::after {
  display: none;
}

.text-step {
    color: #175cff !important;
    font-weight: 600;
}

.border-icon {
        border-width: 1px !important;
        border-style: solid !important;
        border-color: rgb(222, 226, 230) !important;
        border-image: initial !important;
        background-color: rgb(255, 255, 255) !important;
        border-radius: 1rem !important;
        width: 50px;
}

