.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: #FCB040;
    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;
    opacity: 0.4;
    transition: 0.6s !important;
}

.opacity {
    opacity: 1;
}

.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%;
    font-size: 45px;
    font-weight: bold;
    color: #4ba64b;
    transform: translate(-50%, -50%);
}

.step .content {
    margin-top: 25px;
    padding: 44px 100px 50px 60px;
}

.step .icon {
    margin-bottom: 10px;
    /* height: 53px; */
    /* padding: 0 0 25px; */
}

.step p {
    font-size: 22px;
    line-height: 1.4em;
    margin: 0;
    /* opacity: 0.7; */
    color: #fff;
}

/* 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: 120px;
}

.circle_top {
    left: 17px;
    top: 15px;
    position: absolute;
}

.connector_last {
    height: calc(100% - 75px);
    left: -20px;
}


/* 320 */

@media all and (min-width: 20px) and (max-width: 767px) {
    .circle_top svg {
        width: 100%;
        height: 82px;
    }

    .circle {
        width: 50px;
        height: 50px;
        left: 0;
        top: -20px;
        border: 2px solid #FCB040;
        border-radius: 100%;
    }

    .step .content {
        margin-top: -20px;
        padding: 10px 5px 5px 5px;
    }

    .connector {
        bottom: -6px;
    }

    .step p {
        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.3%;
        border: 1px solid #FCB040;
        border-radius: 10px;
        opacity: 1 !important;
    }

    .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) {
    .circle_top svg {
        width: 100%;
        height: 82px;
    }

    .circle {
        width: 50px;
        height: 50px;
        left: 0;
        top: -20px;
    }

    .step .content {
        margin-top: -20px;
        padding: 10px 10px 10px 10px;
    }

    .connector {
        bottom: -6px;
    }

    .step p {
        font-size: 17px;
    }

    .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: 21px;
    }

    .process_btn {
        width: 130px;
        height: 45px;
        font-size: 17px;
    }

    .process_btn_main_box_inner {
        padding: 10px 0 0;
    }

    .step {
        margin: 20px 7px 0;
        width: 23.1%;
        border: 1px solid #FCB040;
        border-radius: 10px;
        opacity: 1 !important;
    }

    .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) {
    .circle_top {
        left: 17px;
        top: 15px;
    }

    .circle_top svg {
        width: 100%;
        height: 82px;
    }

    .circle {
        width: 70px;
        height: 70px;
        left: -11px;
        top: 20px;
    }

    .step .content {
        margin-top: 25px;
        padding: 20px 50px 20px 30px;
    }

    .connector {
        bottom: -6px;
    }

    .step p {
        font-size: 18px;
        height: 84px;
        overflow: auto;
    }

    .circle span {
        font-size: 30px;
    }

    .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) {
    .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: 20px 70px 20px 40px;
    }

    .connector {
        bottom: -6px;
        /* height: calc(100% - 83px); */
    }


    .step p {
        font-size: 18px;
    }

    .circle span {
        font-size: 35px;
    }

    .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) {
    .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 70px 40px 40px;
    }

    .connector {
        bottom: -6px;
        /* height: calc(100% - 83px); */
    }

    .connector_last {
        height: calc(100% - 86px);
        left: -10px;
        bottom: 6px;
    }

    .step p {
        font-size: 19px;
    }

    .circle span {
        font-size: 35px;
    }

    .icon svg {
        height: 40px;
        width: 50px;
    }

}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .step p {
        font-size: 21px;
    }

    .circle_top {
        left: 17px;
        top: 27px;
    }

    .circle_top svg {
        width: 100%;
        height: 107px;
    }

    .circle {
        width: 100px;
        height: 100px;
        left: -19px;
        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) {}

@media all and (min-width: 1681px) and (max-width: 1880px) {}