.btn-xs {
    font-size: 10px;
    padding: 2px 2px;
}

#headers4-block>.wrapper {
    max-width: 1300px;
}

.display_none {
    display: none !important;
}

.show-pointer {
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

.accordion-heading-container {}

.color-fff {
    color: #fff;
}

.color-000 {
    color: #000;
}


.m-o,
.m-0 {
    margin: 0;
}

.mtb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.accordion-heading-container>p {
    margin: 0;
}

.line-through {
    text-decoration: line-through;
}

.clear {
    clear: both;
}

.w3l-footer-22 {
    position: static;
    width: 100%;
    bottom: 0;
}

.w3l-footer-22 .footer {
    background-image: none;
    padding: 20px 0;
}

.w3l-footer-22 .footer-wrapper {
    width: 87%;
}

.w3l-footer-22 .below-section {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.w3l-footer-22 .jst-link {
    margin: 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-20 {
    margin-bottom: 30px;
}

.p-0 {
    padding: 0px;
}

.checkbox {
    display: inline-block;
    border: 1px solid #000;
    width: 20px;
    height: 20px;
    -webkit-appearance: checkbox;
}

.required,
.error {
    color: red;
}

.color-white {
    color: #fff;
}

.input-field {
    width: 99%;
    border: 1px solid #dedede;
}

.table--whitespace--no-wrap thead th {
    white-space: nowrap;
}

.input-num-hide-arrows::-webkit-outer-spin-button,
.input-num-hide-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-num-hide-arrows {
    -moz-appearance: textfield;
}


.width-100-percent {
    width: 100%;
}

.pre-wrap {
    white-space: pre-wrap;
}

.table-th-nowrap th,
.nowrap {
    white-space: nowrap;
}

.flex {
    display: flex;
}


@media screen and (min-width: 700px) {
    .payment-upi-image--on-desktop {
        display: block;
    }

    .payment-upi-image--on-mobile {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .payment-upi-image--on-desktop {
        display: none;
    }

    .payment-upi-image--on-mobile {
        display: block;
    }

    table {
        width: max-content !important;
    }
}