
.ps-discount-badge {
    display: inline-block;
    vertical-align: middle;
    margin-inline-start: 12px;
    padding: 4px 14px;
    border-radius: 18px;
    background: #ffe44d;
    color: #1d1d1d;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7;
    white-space: nowrap;
}

.ps-pack-desc {
    max-width: 880px;
    margin-inline: auto;
    margin-bottom: 26px;
    color: #333;
}

.ps-pricing-sec.is-white .services-bg {
}


.ps-price-table {
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.ps-price-table tr.ps-spacer {
    height: 10px;
}

.price-del .ps-price-table > thead > tr > th {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ddd;
    padding: 12px 10px;
}

.ps-price-table th.head-sub {
    font-size: 15px !important;
    line-height: 22px !important;
    font-weight: 600 !important;
    color: #333;
}

.price-del .ps-price-table > thead > tr > th.is-express {
    background: #fff4f4;
}

.ps-price-table > tbody > tr > td.is-express {
}

.ps-price-table .express-seam {
}

.ps-price-table > tbody > tr.tr-design > td:first-child {
    border-start-start-radius: 5px;
    border-end-start-radius: 5px;
}

.ps-price-table > tbody > tr.tr-design > td:last-child {
    border-start-end-radius: 5px;
    border-end-end-radius: 5px;
}

.ps-price-table > tbody > tr > td.ps-row-label {
    font-weight: 700;
}

.ps-price-table > tbody > tr > td.ps-price-cell {
    font-weight: 700;
}
.ps-price-table > tbody > tr > td.ps-price-cell .price del{
  margin-left: 5px;
    position: relative;
    text-decoration: none;
    font-weight: normal;  
}
.ps-price-table > tbody > tr > td.ps-price-cell .price del::after{   
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 103%;
    height: 2px;
    background-color: #db2f28;
    transform: rotate(-5deg);
    transform-origin: center;
}

.ps-price-table > tbody > tr > td.ps-price-cell .price small {
font-weight: bold; color: #d52b1e; direction: rtl;
}
.ps-price-table > tbody > tr > td.ps-on-request {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.ps-price-table > tbody > tr > td.ps-on-request a {
    text-decoration: underline;
}

.ps-table-note {
    margin: 10px 0 0;
    font-size: 13px !important;
    line-height: 21px !important;
    color: #555;
    text-align: start;
}


.ps-svc-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
    justify-content: center;
}

.ps-svc-num {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #08749a;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    direction: ltr;
    unicode-bidi: isolate;
}

.ps-svc-sec .services-bg {
}

.ps-table-narrow {
    max-width: 620px;
    margin-inline: auto;
}

.ps-table-mid {
    max-width: 860px;
    margin-inline: auto;
}

.ps-svc-sep {
    margin: 38px 0;
    border: 0;
    border-top: 1px solid #d9d9dc;
}


@media only screen and (max-width: 760px) {

    .ps-pricing-sec .services-tbl {
        padding: 10px;
    }

    .ps-price-table,
    .ps-price-table > tbody,
    .ps-price-table > tbody > tr,
    .ps-price-table > tbody > tr > td {
        display: block;
        width: auto;
    }

    .ps-price-table > thead {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        clip-path: inset(50%);
        white-space: nowrap;
    }

    .ps-price-table > tbody > tr.ps-spacer {
        display: none;
    }

    .ps-price-table > tbody > tr.tr-design {
        margin-bottom: 12px;
        border: 1px solid #e2e2e6;
        border-radius: 8px;
        overflow: hidden;
    }

    .price-del .services-tbl .ps-price-table > tbody > tr > td {
        position: relative;
        height: auto;
        min-height: 0;
        padding: 9px 12px;
        padding-inline-start: 44%;
        border: 0;
        border-bottom: 1px solid #ececec;
        border-radius: 0;
        font-size: 13px;
        line-height: 20px;
        text-align: start;
    }

    .price-del .services-tbl .ps-price-table > tbody > tr > td:last-child {
        border-bottom: 0;
    }

    .price-del .services-tbl .ps-price-table > tbody > tr > td::before {
        content: attr(data-label);
        position: absolute;
        top: 9px;
        inset-inline-start: 12px;
        width: 40%;
        font-weight: 700;
        color: #333;
        text-align: start;
    }

    .ps-price-table .express-seam {
        border-inline-start: 0 !important;
    }

    .ps-svc-title {
        font-size: 19px;
        line-height: 28px;
    }

    .ps-svc-sep {
        margin: 28px 0;
    }

    .ps-discount-badge {
        display: block;
        width: fit-content;
        margin-inline: auto;
        margin-top: 10px;
        white-space: normal;
    }
}
