.p-0 {
    padding: 0;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1.0rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1.0rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1.0rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1.0rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1.0rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.pl-5 {
    padding-left: 5px;
}

.row1 {
    display: flex;
    flex-wrap: wrap;
}

.order-step1 {
    display: none;
    padding: 30px;
    background-color: #fde9d3;
    padding-bottom: 0px;
}

    .order-step1 .title {
        padding-left: 1%;
        font-weight: 600;
    }

    .order-step1 input {
        padding: 5px;
        width: 100%;
        background: transparent;
        border: 1px solid black;
    }

.order-step2 {
    display: none;
    padding: 40px;
    background-color: #cce9f5;
    margin-top: 10px;
    padding-bottom: 0px;
}

    .order-step2 .title {
        font-weight: 600;
    }

.order-step3 {
    display: none;
    padding: 40px;
    background-color: #d3f8f5;
    margin-top: 10px;
    padding-left: 30px;
}

    .order-step3 .title {
        font-weight: 600;
    }

    .order-step3 .notes {
        width: 65%;
        font-size: 15px;
        margin: 0;
        padding-left: 5px;
    }

    .order-step3 .medicine-info {
        font-size: 11px;
        color: #34a9d8;
        font-weight: 600;
        padding-top: 25px;
    }

    .order-step3 .med-icon {
        width: 18px;
        min-width:18px;
    }

    .order-step3 .med-info-btn {
        background: #0193cf;
        color: white;
        border: none;
        border-color: #ccc #ccc #bbb;
        border-radius: 0;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1;
        padding: 1em;
        color: white;
    }

    .order-step3 .med-notes {
        font-size: 17px;
        font-weight: 600;
    }

    .order-step3 .col-quantity {
        vertical-align: top;
        padding-top: 25px;
        padding-left: 15px;
    }

    .order-step3 .col-price {
        vertical-align: top;
        padding-top: 25px;
        padding-left: 15px;
    }

.order-step4 {
    display: none;
    padding: 40px;
    background-color: #e6e7e9;
    margin-top: 10px;
    padding-left: 30px;
}

    .order-step4 .title {
        font-weight: 600;
    }

    .order-step4 input {
        width: 100%;
        background-color: transparent;
    }

.order-step5 {
    display: none;
    padding-top: 25px;
}

.order-step6 {
    display: none;
}

.sec-payment img {
    width: 37px;
    vertical-align: bottom;
    padding-left: 10px;
    padding-right: 10px;
}

.order-table {
    margin: 0;
    border-spacing: 0;
}

    .order-table thead {
        background-color: #22dccc;
        color: white;
        font-size: 15px;
    }

        .order-table thead tr th {
            padding: 1%;
        }

    .order-table tbody tr td {
        padding: 8px;
    }

    .order-table .row1 {
        display: flex;
        flex-wrap: nowrap;
    }

.order-sm-4 {
    padding: 10px;
    flex: 0 0 auto;
    width: 33.33333333%;
}

.order-xs-12 {
    width: 100%;
    padding: 10px;
}

input[type="radio"] {
    appearance: none;
    width: 21px;
    height: 21px;
    background-color: transparent;
    border: 1px solid;
    border-radius: 50%;
    margin: -4px;
}

    input[type="radio"]:checked {
        appearance: none;
        width: 21px;
        height: 21px;
        background-color: white;
        border: 6px solid #0082b9;
        border-radius: 50%;
        margin: -4px;
    }

.price-input {
    width: 80%;
    background: transparent;
    border: none !important;
}

    .price-input:focus-visible {
        border: none !important;
        outline: none !important;
    }

.qauntity-input {
    width: 100px;
}

.order-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
}



.section-arrow {
    width: 80px;
    height: 80px;
    top: 85px;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-50%);
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 4;
}

.section-arrow-first {
    top: 50px;
    margin-left: 30%;
    width: 80px;
    height: 80px;
    margin-right: auto;
    transform: translateY(-50%);
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 4;
}

.submit-button {
    text-align: end;
}

    .submit-button button {
        border: 2px solid black;
        color: black;
        font-weight: 900;
        background: transparent;
        font-size: 15px;
        padding: 10px;
    }

.order-form {
    background-color: #fcd61a;
    text-align: center;
    line-height: 1;
    padding: 1em;
    letter-spacing: normal;
    margin-top: 2em;
}

    .order-form .order-title {
        color: #575859;
        font-size: 25px;
    }

    .order-form .order-button button {
        background: transparent;
        border: 2px solid black;
        font-weight: 800;
    }


@media (min-width: 769px) {
    .order-sm-6 {
        padding: 10px;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .order-md-4 {
        padding: 10px;
        width: 33.33333333%;
    }
}

@media (min-width: 1200px) {
    .order-lg-4 {
        padding: 10px;
        width: 33.33333333%;
    }
}
@media (max-width: 767px) {
    .order-step5,
    .order-step3,
    .order-step2,
    .order-step1 {
        padding: 16px;
    }
    .qauntity-input {
        width:50px;
    }
}
@media (max-width: 575px) {
    .order-step3 .order-table thead {
        display: none
    }
    .order-step3 .order-table .col-descri {
        display:block;
    }
    .order-step3 .order-table .col-descri .order-md-10 {
        width: auto;
        flex: 1;
    }
    .order-step3 .order-table .col-quantity,
    .order-step3 .order-table .col-price {
        display: inline-block;
    }
    .order-step3 .order-table tfoot td{display:block;}
    .order-step3 .order-table tfoot td.col-price {
        width: 121px;
        text-align: right;
    }
    .order-step3 .order-table .col-descri{
        font-size: 15px;
    }
    .order-step3 .med-notes {
        font-size: 14px;
        font-weight: 600;
    }
}
