

  .step-section .menu_footer .step_main_parent {
    position: relative;
}

.step-section .menu_footer .number span {
    position: relative;
    z-index: 9;
    font-weight: 700;
    font-size: 28px;
    top: 14px;
}
.step-section .menu_footer .number:after {
    content: "";
    position: absolute;
    top: 70%;
    left: 50%;
    width: calc(70% - 10px);
    height: calc(70% - 10px);
    background: #fff;
    z-index: 3;
    border-radius: 50px;
    -ms-box-shadow: 5px 0 20px rgba(0, 0, 0, .15);
    box-shadow: 5px 0 20px rgba(0, 0, 0, .15);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    z-index: 0;
}


.step-section .service-single-card .service-content-blk h3 {
    font-size: 16px;
    color: #676666;
    font-weight: 600;
    line-height: 24px;
    /* margin-left: 10px; */
}


.step-section .menu_footer .step_main_parent+.step_main_parent:before {
    content: "";
    position: absolute;
    left: 0;
    top: 70px;
    width: 50%;
    border-bottom: 1px dashed #006dff;
    transform: translateX(-50%);
}

.step-section .menu_footer .step_main_parent+.step_main_parent:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #006dff;
    left: 0;
    top: 62px;
    z-index: 99;
    position: absolute;
    transform: translateX(-50%);
    -webkit-animation: none;
    animation: none;
}








.step-section {
    .menu_footer {
        width: 100%;
        position: relative
    }
    @media screen and (max-width: 991px) {
        /* .menu_footer {
            display: none
        } */
        .menu_footer .step_main_parent+.step_main_parent:before,
        .menu_footer .step_main_parent+.step_main_parent:after {
            display: none;
        }
        .service-single-card .service-img-blk img {
            width: 70px;
        }
        .service-single-card {
            margin: 2rem 0 1rem;
            display: block;
            text-align: center;
            min-height: 170px;
        }
    }
    .menu_footer h3 {
        margin: 0;
        font-size: 36px
    }
    .menu_footer h3.engage_steps_title {
        font-size: 30px;
        font-weight: 900;
        font-family: mont, sans-serif
    }
    .menu_footer h3 a {
        color: #000
    }
    .menu_footer h3 img {
        margin-left: 20px;
        opacity: 0;
        right: 15px;
        position: relative
    }
    .menu_footer h3 img,
    .menu_footer h3:hover img {
        transition: right .2s ease-out, opacity .1s ease-out
    }
    .menu_footer h3:hover img {
        right: 0;
        opacity: 1
    }
    .menu_footer .steps {
        background: 0 0;
        padding: 10px 10px 0;
        margin-top: 0
    }
    .menu_footer .number {
        position: relative;
        top: 10px;
        width: 100px;
        height: 100px;
        text-align: center;
        line-height: 100px;
        margin: 0 auto;
    }
    .menu_footer .number:after {
        content: "";
        position: absolute;
        top: 70%;
        left: 50%;
        width: calc(70% - 10px);
        height: calc(70% - 10px);
        background: #fff;
        z-index: 3;
        border-radius: 50px;
        -ms-box-shadow: 5px 0 20px rgba(0, 0, 0, .15);
        box-shadow: 5px 0 20px rgba(0, 0, 0, .15);
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        z-index: 0
    }
    .menu_footer .number span {
        position: relative;
        z-index: 9;
        font-weight: 700;
        font-size: 28px;
        top: 20px
    }
    .menu_footer .step_main_parent {
        position: relative;
        padding-right: calc(var(--bs-gutter-x)* .25);
    padding-left: calc(var(--bs-gutter-x)* .25);
    }
    .menu_footer .step_main_parent+.step_main_parent:before {
        content: "";
        position: absolute;
        left: 0;
        top: 79px;
        width: 50%;
        border-bottom: 1px dashed #006dff;
        transform: translateX(-50%)
    }
    .menu_footer .step_main_parent+.step_main_parent:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid #006dff;
        left: 0%;
        top: 71px;
        z-index: 99;
        position: absolute;
        transform: translateX(-50%);
        animation: none
    }
    .service-single-card {
        transition: all .3s ease-in-out;
        position: relative;
       box-shadow: 0px 4px 20px rgba(19, 16, 34, 0.08);
        border-radius: 6px;
        padding: 16px;
        width: 100%;
        margin: 2rem 0 1rem;
        /* margin-bottom: 40px; */
        box-sizing: border-box;
        flex: 0 0 22.3%;
        display: flex;
        align-items: center;
        border-radius: 8px;
        background: #fff;
        min-height: 140px;
    }
    .service-single-card .service-img-blk img {
        width: 175px;
    }
    .service-single-card .service-content-blk h3 {
        font-size: 15px;
        color: #676666;
        font-weight: 500;
        line-height: 24px;
        /* margin-left: 10px; */
    }
}


.process-title{
 color: #101A29;
 font-size: 18px;
}



.service-content-blk p{
    text-align: justify;

}

