.hw_work_ttl_box_inner {
    background: #fff;
    width: fit-content;
    border-radius: 50px;
    padding: 3px 15px 0;
}

.process_ttl_box {
    padding: 17px 0 0;
}

.process_btn {
    width: 145px;
    height: 50px;
    display: flex;
    justify-content: center;
    background: #D21515;
    align-items: center;
    font-size: 18px;
    color: #222222;
    border-radius: 10px;
}

.process_btn_main_box_inner {
    display: flex;
    align-items: center;
    padding: 20px 0 0;
}

.process_call_txt_box_inner {
    font-size: 23px;
    padding: 0 0 0 15px;
}

.process_desc_main_box_inner {
    padding: 15px 0 0;
}

.ordering-process {
    text-align: center;
}

.steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 21px 0 0;
}

.step {
    position: relative;
    width: 25%;
    text-align: center;
    transition: 0.6s !important;
}

.opacity .connector path,
.opacity .circle_top path {
    fill: #fff !important;
}

.step.active.step_1 .connector path {
    fill: #fff !important;
}

.circle {
    width: 115px;
    height: 115px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    left: -24px;
    top: 17px;
}

.circle svg {
    width: 100%;
    height: 100%;
}

.circle span {
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
}

.step .content {
    margin-top: 25px;
    padding: 44px 70px 50px 36px;
}

.step .icon {
    margin-bottom: 10px;
    /* height: 53px; */
    /* padding: 0 0 25px; */
}

.step label {
    font-size: 18px;
    line-height: 1.3em;
    margin: 0;
    /* opacity: 0.7; */
    color: #fff;
    font-weight: 400;

}

/* Active Step */
.step.active .circle span {
    color: #0b8a43;
}

.step.active p {
    opacity: 1;
}

.connector {
    width: 100%;
    margin-top: 0;
    position: absolute;
    left: 12px;
    bottom: 0;
    height: calc(100% - 95px);
    z-index: -1;
}

.connector1 {
    height: 100%;
}

.circle_top svg {
    width: 100%;
    height: 130px;
}

.circle_top {
    left: 17px;
    top: 10px;
    position: absolute;
}

.connector_last {
    height: calc(100% - 75px);
    left: -20px;
}

.num_counter {
    height: 40px;
    width: 40px;
    background: #D21515;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    position: absolute;
    bottom: -30px;
    z-index: -1;
    left: 40px;
    border: 1px solid #fff;
}

.sub_inner_title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
}


/* 320 */


@media all and (min-width: 20px) and (max-width: 767px) {

    /* new css */
    .idea_row_main {
        max-width: 1000px !important;
    }

    .sub_inner_title {
        font-size: 15px;
    }

    .num_counter {
        height: 30px;
        width: 30px;
    }

    .num_counter {
        bottom: -22px;
        left: 10px;
        font-size: 14px;
    }

    /* new css end */
    .circle_top svg {
        width: 100%;
        height: 82px;
    }

    .circle {
        width: 50px;
        height: 50px;
        left: 0;
        top: -20px;
        border: 2px solid #D21515;
        border-radius: 100%;
    }

    .step .content {
        margin-top: 0px;
        padding: 10px 5px 5px 5px;
    }

    .connector {
        bottom: -6px;
    }

    .step label {
        font-size: 16px;
    }

    .circle span {
        font-size: 23px;
    }

    .icon svg {
        height: 35px;
        width: 40px;
    }

    .connector,
    .circle_top {
        display: none;
    }

    .steps {
        padding: 10px 0 0;
    }

    .process_call_txt_box_inner {
        font-size: 16px;
        padding: 0 0 0 10px;
    }

    .process_btn {
        width: 100px;
        height: 38px;
        font-size: 15px;
    }

    .process_btn_main_box_inner {
        padding: 10px 0 0;
    }

    .step {
        margin: 30px 4px 0;
        width: 47%;
        border: 1px solid #fff;
        border-radius: 10px;
        opacity: 1 !important;
        height: 180px;
    }

    .process_desc_main_box_inner {
        padding: 10px 0 0;
    }

    .hw_work_ttl_box_inner {
        margin: auto;
    }

    .process_ttl_box {
        padding: 10px 0 0;
    }

    .step .icon {
        margin-bottom: 0px;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {

    /* new css */
    .idea_row_main {
        max-width: 1000px !important;
    }

    .sub_inner_title {
        font-size: 15px;
    }

    .num_counter {
        height: 30px;
        width: 30px;
    }

    .num_counter {
        bottom: -22px;
        left: 12px;
        font-size: 14px;
    }

    /* new css end */
    .circle_top svg {
        width: 100%;
        height: 82px;
    }

    .circle {
        width: 50px;
        height: 50px;
        left: 0;
        top: -20px;
    }

    .step .content {
        padding: 10px 10px 10px 10px;
        margin-top: 0 !important;
    }

    .connector {
        bottom: -6px;
    }

    .step label {
        font-size: 17px;
    }

    .icon svg {
        height: 35px;
        width: 40px;
    }

    .connector,
    .circle_top {
        display: none;
    }

    .steps {
        padding: 10px 0 0;
        gap: 10px;
    }

    .process_call_txt_box_inner {
        font-size: 21px;
    }

    .process_btn {
        width: 130px;
        height: 45px;
        font-size: 17px;
    }

    .process_btn_main_box_inner {
        padding: 10px 0 0;
    }

    .step {
        width: 23%;
        border: 1px solid #fff;
        border-radius: 10px;
        opacity: 1 !important;
        height: 180px;
    }

    .process_desc_main_box_inner {
        padding: 10px 0 0;
    }

    .hw_work_ttl_box_inner {
        margin: auto;
    }

    .process_ttl_box {
        padding: 10px 0 0;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {


    /* new css */
    .idea_row_main {
        max-width: 950px !important;
    }

    .sub_inner_title {
        font-size: 15px;
    }

    .step label {
        font-size: 12px;
    }

    .content label br {
        display: none;
    }

    .num_counter {
        height: 30px;
        width: 30px;
    }

    .num_counter {
        bottom: -19px;
        left: 22px;
        font-size: 11px;
        width: 25px;
        height: 25px;
    }


    .circle_top {
        left: 17px;
        top: 15px;
    }

    .circle_top svg {
        width: 100%;
        height: 82px;
    }

    .circle {
        width: 70px;
        height: 70px;
        left: -8px;
        top: 22px;
    }

    .step .content {
        margin-top: 25px;
        padding: 20px 50px 20px 30px;
    }

    .connector {
        bottom: -6px;
    }

    .step label {
        font-size: 16px;
        height: 84px;
        overflow: auto;
    }


    .icon svg {
        height: 40px;
        width: 50px;
    }

    .connector {
        height: calc(100% - 70px);
    }

    .connector1.connector {
        height: 100%;
        bottom: -1px;
    }

    .connector_last {
        height: calc(100% - 62px);
        left: -17px;
        bottom: -2px;
    }

    .steps {
        padding: 10px 0 0;
    }

    .process_call_txt_box_inner {
        font-size: 21px;
    }

    .process_btn {
        width: 130px;
        height: 45px;
        font-size: 17px;
    }

    .process_btn_main_box_inner {
        padding: 10px 0 0;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {


    /* new css */
    .idea_row_main {
        max-width: 1000px !important;
    }

    .sub_inner_title {
        font-size: 15px;
    }

    .num_counter {
        height: 30px;
        width: 30px;
    }

    .num_counter {
        bottom: -24px;
        left: 27px;
        font-size: 14px;
    }

    /* new css end */

    .circle_top {
        left: 16px;
        top: 16px;
    }

    .circle_top svg {
        width: 100%;
        height: 85px;
    }

    .circle {
        width: 77px;
        height: 77px;
        left: -13px;
        top: 20px;
    }

    .step .content {
        margin-top: 25px;
        padding: 30px 44px 20px 20px;
    }

    .connector {
        bottom: -6px;
        /* height: calc(100% - 83px); */
    }


    .step label {
        font-size: 14px;
    }


    .icon svg {
        height: 40px;
        width: 50px;
    }

    .connector {
        height: calc(100% - 70px);
    }

    .connector1.connector {
        height: 100%;
        bottom: -8px;
    }

    .connector_last {
        height: calc(100% - 62px);
        left: -17px;
        bottom: -2px;
    }

    .steps {
        padding: 10px 0 0;
    }

}

@media all and (min-width: 1141px) and (max-width: 1280px) {

    /* new css */
    .idea_row_main {
        max-width: 1100px !important;
    }

    .sub_inner_title {
        font-size: 20px;
    }

    .num_counter {
        height: 30px;
        width: 30px;
    }

    .num_counter {
        bottom: -24px;
        left: 32px;
    }

    /* new css end */
    .circle_top {
        left: 17px;
        top: 27px;
    }

    .circle_top svg {
        width: 100%;
        height: 95px;
    }

    .circle {
        width: 87px;
        height: 87px;
        left: -14px;
        top: 31px;
    }

    .step .content {
        margin-top: 25px;
        padding: 40px 60px 40px 23px;
    }

    .connector {
        bottom: -6px;
        /* height: calc(100% - 83px); */
    }

    .connector_last {
        height: calc(100% - 86px);
        left: -10px;
        bottom: 6px;
    }

    .step label {
        font-size: 14px;
    }



    .icon svg {
        height: 40px;
        width: 50px;
    }

}

@media all and (min-width: 1281px) and (max-width: 1440px) {

    /* new css */
    .idea_row_main {
        max-width: 1250px !important;
    }

    .sub_inner_title {
        font-size: 20px;
    }

    .num_counter {
        height: 30px;
        width: 30px;
    }

    .num_counter {
        bottom: -24px;
    }

    /* new css end */

    .step label {
        font-size: 18px;
    }

    .circle_top {
        left: 17px;
        top: 27px;
    }

    .circle_top svg {
        width: 100%;
        height: 107px;
    }

    .circle {
        width: 100px;
        height: 100px;
        left: -16px;
        top: 30px;
    }

    .step .content {
        margin-top: 25px;
        padding: 44px 70px 50px 40px;
    }

    .connector_last {
        height: calc(100% - 91px);
        left: -10px;
        bottom: 10px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .circle_top svg {
        height: 120px;
    }

    .circle {
        width: 110px;
        height: 110px;
        left: -21px;
        top: 16px;
    }

    .idea_row_main {
        max-width: 1400px !important;
    }
}


@media all and (min-width: 1681px) and (max-width: 1880px) {}