.main_packag {
    display: block;
    width: 100%;
    position: relative;
    padding: 60px 0 60px;
    background: #fff;
}

.process-wrap {
    width: 50%;
    margin: 10px auto 80px;
}

.process-main {
    width: 100%;
    min-width: 320px;
    display: flex;
    .colmn_process {
        &:not(:first-child) {
            &:before {
                content: "";
                display: block;
                position: absolute;
                width: 100%;
                height: 1px;
                top: 30px;
                left: calc(-50% + 20px);
                right: 0;
                background: #ebebeb;
                border: 0px #ebebeb solid;
                -o-transition: .4s;
                -ms-transition: .4s;
                -moz-transition: .4s;
                -webkit-transition: .4s;
                transition: .4s;
            }
        }
    }
}

.colmn_process {
    position: relative;
    &:first-child {
        .process-step {
            &:before {
                content: '1';
            }
        }
    }
    &:nth-child(2) {
        .process-step {
            &:before {
                content: '2';
            }
        }
    }
    &:nth-child(3) {
        .process-step {
            &:before {
                content: '3';
            }
        }
    }
    &:nth-child(4) {
        .process-step {
            &:before {
                content: '4';
            }
        }
    }
}

.process-step-cont {
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: space-between;
}

.process-step {
    border-radius: 100%;
    line-height: 0;
    background: #fff;
    border: 1px solid #e2e2e2;
    text-align: center;
    align-items: center;
    justify-content: center;
    align-self: center;
    display: flex;
    color: #cdcdcd;
    width: 55px;
    height: 55px;
    font-weight: 700;
    margin-bottom: 7px;
    z-index: 4;
    cursor: pointer;
}

.process-label {
    color: #959595;
    font-weight: 600;
    width: 100%;
    font-size: 14px;
    text-align: center;
}

.process-dots {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ebebeb;
    cursor: pointer;
}

.process-dot-cont {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    width: 60%;
    padding-top: 5px;
}

.active-step2 {
    .colmn_process {
        &:first-child {
            opacity: 1;
            .process-step {
                &:before {
                    content: '\2713';
                    padding: 7px;
                }
            }
        }
        &:nth-child(-n+2) {
            .process-step {
                background-color: #d62728;
                border: 1px solid #d62728;
                color: #fff;
            }
            .process-dots {
                background-color: #d62728;
                border: 1px solid #d62728;
                color: #fff;
            }
            .process-label {
                color: #08283c;
            }
            &:before {
                background: #d62728 !important;
            }
        }
    }
}

.sub_container {
    width: 100% !important;
    max-width: 1250px !important;
    padding: 0 !important;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

.cart_note_1 {
    display: block;
    padding: 19px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    h3 {
        font-size: 16px;
        font-weight: 500;
        span {
            color: #d62728;
            font-weight: bold;
        }
    }
}

.mani_head_2 {
    font-weight: 600;
    font-size: 26px;
}

.addres_sec1 {
    display: block;
    position: relative;
    border: 1px solid #ccc;
}

.addres_head1 {
    display: block;
    background: #0a3856;
    padding: 9px;
}

.addres_body1 {
    padding: 20px !important;
    .sub_head_2 {
        text-align: left !important;
    }
}

.checkbox_1 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        &:checked~.checkmark {
            background-color: #fff;
            &:after {
                display: block;
            }
        }
    }
    &:hover {
        input~.checkmark {
            background-color: #ccc;
        }
    }
    .checkmark {
        &:after {
            top: 4px;
            left: 4px;
            width: 13px;
            height: 13px;
            border-radius: 50%;
            background: #d62728;
        }
    }
}

.checkmark {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #ccc;
    &:after {
        content: "";
        position: absolute;
        display: none;
    }
}

.time_list_3 {
    padding: 0;
    margin: 0;
    list-style: none;
    li {
        margin-bottom: 13px;
        font-size: 15px;
        display: inline-block;
        width: 100%;
        color: #6a7a84;
        font-weight: 400;
        position: relative;
        padding-left: 75px;
        span {
            display: inline-block;
            text-align: left;
            font-weight: 600;
            color: #0a3856;
            position: absolute;
            left: 0;
        }
    }
}

.addres_sec2 {
    height: 251px;
    display: flex;
    margin-top: 39px;
    border: 2px dashed #ccc;
    text-align: center;
    align-items: center;
    justify-content: center;
    span {
        color: #d62728;
        font-weight: 600;
    }
}

.addres_form {
    label {
        font-weight: 600;
        font-size: 15px;
        color: #0c3148;
        span {
            color: #d62728;
        }
    }
    .form-control {
        border-radius: 0;
        height: 40px;
        width: 100%;
        font-size: 15px;
        &:focus {
            border: 1px solid #d62728;
            outline: 0 !important;
            box-shadow: inherit;
        }
        &:hover {
            border: 1px solid #d62728;
            outline: 0 !important;
            box-shadow: inherit;
        }
    }
    .iti__flag-container {
        width: 100%;
    }
    .iti--allow-dropdown {
        width: 100%;
    }
    textarea.form-control {
        height: 140px;
    }
}

.submit_btn1 {
    background: #d20e0e;
    color: #fff;
    padding: 14px 35px 11px;
    border: 0;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
}

.sum_sect_1 {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    padding: 30px 16px;
}

.sub_head_5 {
    color: #d62728;
    font-size: 20px;
    font-weight: 600;
}

.sub_head_4 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
    color: #08283c;
    text-align: left !important;
}

.time_list_2 {
    padding: 0;
    margin: 0;
    list-style: none;
    li {
        margin-bottom: 13px;
        font-size: 15px;
        display: block;
        font-weight: 500;
        color: #6a7a84;
        span {
            display: inline-block;
            float: right;
            color: #0a3856;
            font-weight: 600;
        }
        strong {
            color: #d62728;
            font-size: 22px;
            float: right;
            position: relative;
            top: -4px;
        }
    }
}

.bill_btn_1 {
    width: 100%;
    background: #d62728;
    border: 0;
    padding: 11px 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 32px;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.shopping_btn1 {
    color: #d62728;
    text-decoration: none;
    display: table;
    margin: auto;
    font-weight: 600;
    font-size: 15px;
}

@media (max-width: 767px) {
    .cart_img_1,
    .cart_img_2,
    .cart_img_3 {
        opacity: 0.2;
    }
    .cart_img_2 {
        margin-left: 0;
        max-width: 200px;
    }
    .cart_img_3 {
        bottom: 20%;
        max-width: 240px;
    }
    .cart_img_1 {
        max-width: 340px;
        top: 22%;
    }
}

@media (max-width: 580px) {
    .process-wrap {
        width: 320px;
    }
}


/* Arabic */

html:lang(ar) {
    .time_list_3 {
        li {
            padding-left: 0;
            padding-right: 110px;
            span {
                text-align: right;
                right: 0;
            }
        }
    }
    .checkmark {
        right: auto;
        left: 0;
    }
    .time_list_2 li span {
        float: left;
    }
}