.allowed-submit {
    opacity: .5;
    cursor: not-allowed;
}

.valid-input {
    border: 1px solid green !important;
}

.invalid-input {
    border: 1px solid red !important
}

.invalid-msg {
    color: red;
    text-align: center
}

.validation-form h3 {
    background: #eae9e9;
    text-align: center;
    padding: 5px 0
}

.validation-form .form-group input:focus {
    outline: unset
}

.validation-form .form-group input[type="submit"] {
    font-size: 20px;
    color: #fff
}

.breadcrumb_section {
    width: 100%;
    margin: 0 auto
}

li {
    list-style: none
}

.payment-options .pay-title {
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center
}

.payment-options .pay-title span {
    color: red;
    font-weight: 700
}

.payment-options .pay-subtext {
    font-size: .9rem;
    font-weight: 400;
    color: #5e5c5c;
    word-spacing: .5px;
    line-height: 23px
}

.payment_boxs {
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 28px
}

.payment_boxs .pay-box-title {
    background-color: #36569f;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    font-size: 1rem;
    padding-block: 7px
}

.pay-boxContent {
    border: 1px solid #fcfcfc;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 0 30px;
    padding: 20px;
    padding-top: 40px
}

.pay-boxContent .pay-listItem {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 259.25px;
    border-right: .5px solid #e6e6e6
}

.pay-listItem .pay-title {
    color: #172b6c;
    font-weight: 500;
    font-size: 1rem
}

.multi-cardBox .pay-title {
    color: #172b6c;
    font-weight: 500;
    font-size: 1rem
}

.multi-cardBox {
    width: 517.5px;
    margin-left: 50px
}

.multi-cards {
    display: flex;
    align-items: center;
    justify-content: space-evenly
}

.online-paymentDiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 10px;
    padding-top: 30px
}

.online-payList {
    border-right: none;
    width: 480px;
    height: 270px
}

tr td {
    font-weight: 500;
    font-size: 1rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #242323
}

.upi-div {
    width: 600px;
    height: 270px
}

.upi-div img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.pay-imageBox {
    width: 108px;
    height: 60px;
    border: 1px solid #dcdcdc;
    border-radius: 5px
}

.pay-imageBox img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.pay-btn {
    width: 105px;
    background-image: linear-gradient(to right, #fdf8da, #d2dff8, #fdf8da) !important;
    border-radius: 7px;
    padding-block: 7px;
    color: #f53b3b;
    font-size: 1rem;
    font-weight: 700;
    box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px, rgba(0, 0, 0, 0.23) 0 3px 6px;
    border: none;
    outline: none;
    margin-bottom: 10px;
    transition: all ease .4s
}

.pay-btn:hover {
    box-shadow: none;
    border: .5px solid #ffd0d0
}

.fieldset-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.form-boxs {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-bottom: -22px
}

.wLeft {
    width: 27%;
    float: left;
    text-align: left;
    font-size: 1rem;
    font-family: Arial, Helvetica, sans-serif
}

.wRight {
    width: 55%;
    padding: 7px;
    border-radius: 2px
}

.wRight input,
select,
textarea {
    width: 100%;
    padding-block: 4px;
    border: .5px solid #ccc;
    border-radius: 2px;
    outline: none;
    padding-inline: 7px;
    background-color: #fefefe
}

.imp {
    font-weight: 800;
    font-size: 1rem;
    color: #f53b3b
}

.op-section {
    width: 100%;
    /* max-width: 1140px; */
    margin: 0 auto
}

.op-section .op-title {
    color: #555;
    font-weight: 700;
    text-align: start
}

.op-section .op-subtitle {
    color: #405e9b;
    font-size: 1rem;
    font-family: Arial, Helvetica, sans-serif
}

.op-section .op-listItem {
    margin: 20px 0 0 25px;
    padding: 0;
    line-height: 30px
}

.op-section .op-listItem .op-list {
    font-size: .9rem;
    color: #5f5d5d
}

.op-section .op-listItem .op-list i {
    font-size: .8rem;
    font-weight: 700
}

.order-dText {
    background-color: #405e9b;
    color: #fff;
    font-size: 1.4rem;
    padding-inline: 10px;
    padding-block: 7px;
    margin-block: 30px
}

.terms-of-use {
    font-size: 1rem;
    color: #079cd0;
    font-weight: 700
}

.tc {
    border: .5px solid #dcdcdc;
    padding-inline: 10px;
    padding-block: 7px;
    max-height: 170px;
    overflow-y: scroll;
    margin-bottom: 8px
}

.tc .tc-title {
    font-size: 1rem;
    font-weight: 700
}

.tc .tc-content {
    font-size: 1rem
}

.op-subBtn {
    display: flex;
    align-items: center;
    justify-content: center
}

.op-btn {
    background-color: #df9926;
    padding-inline: 25px;
    padding-block: 5px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 1.3rem;
    border:none;
    border-radius: 7px;
    font-weight: 600
}

#table-title {
    background-color: #36569f;
    border: 2px solid #53a7dd;
    padding-inline: 20px;
    padding-block: 2px;
    color: #fff;
    font-size: 1.2rem;
    margin-block: 20px;
    border-radius: 50px;
    width: 70%
}

#table-title .leftText {
    color: #a9daff;
    font-weight: 600
}

#table-title .rightText {
    color: #f5d038;
    font-weight: 600
}

.pay-nowBtn {
    box-shadow: rgba(17, 17, 26, 0.05) 0 1px 0px, rgba(17, 17, 26, 0.1) 0 0 8px;
    background-color: #df9926;
    padding-inline: 25px;
    padding-block: 5px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 7px;
    font-weight: 600;
    margin-top: 10px;
    transition: all ease .4s
}

.pay-nowBtn:hover {
    background-color: #d6890d;
    box-shadow: none
}

.od-title {
    font-size: 1.2rem;
    color: #36569f;
    padding-inline: 25px;
    text-decoration: underline
}

.od-sum-container {
    max-width: 1100px;
    margin: 0 auto !important;
    border: .5px solid #dcdcdc;
    background-color: #fcfcfc
}

.od-boxs {
    display: flex;
    font-size: 1rem
}

.od-boxs .od-left {
    width: 60%;
    text-align: start;
    color: #000;
    font-weight: 500;
    font-size: .9rem;
    font-family: Arial, Helvetica, sans-serif
}

.od-boxs .od-right {
    width: 40%;
    text-align: start;
    color: #303131;
    font-size: .9rem
}

td .td-left {
    color: #172b6c;
    font-weight: 500
}

td .td-right {
    color: #717272;
    font-weight: 400
}

select {
    font-size: .9rem !important;
    padding-block: 6.5px
}

.hr-tag {
    background-color: #eeeaea
}

.selectBox {
    width: 15%;
    border-right: none
}

.payThr {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 15px;
    padding-inline: 20px
}

.payThr .payThr-title {
    text-align: center;
    font-size: 1.1rem;
    width: 165px;
    background-color: #d22928;
    padding-inline: 10px;
    padding-block: 5px;
    border-radius: 20px;
    color: #fff
}

@media screen and (max-width: 768px) {
    .tc p{
        font-size: 0.9em !important;
    }
    .mb-lay{
        display:block !important;
    }
    .wRight input, select, textarea {
        padding: 2px;}
    .op-section .op-title {
        text-align: center
    }

    .op-section .op-subtitle {
        color: #405e9b;
        font-size: 1rem;
        text-align: center;
        padding-inline: 20px
    }

    .pay-nowBtn {
        margin-bottom: 20px
    }

    .check-div {
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: Arial, Helvetica, sans-serif
    }

    .op-subBtn {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px
    }

    .terms-of-use {
        font-size: 1rem;
        color: #079cd0;
        font-weight: 700;
        padding-inline: 10px
    }

    .tc .tc-title {
        font-size: 1rem;
        font-weight: 700;
        text-align: center
    }

    .form-boxs {
        gap: 0;
        margin-bottom: -10px;
        flex-direction: column
    }

    .wLeft {
        font-size: .9rem
    }

    .wRight {
        width: 70%
    }

    .od-boxs .od-left {
        font-size: .9rem
    }

    .od-boxs .od-right {
        text-align: start;
        font-size: .9rem
    }

    .od-title {
        padding-inline: 0;
        padding-bottom: 5px
    }

    .wLeft {
        width: 100%;
        font-size: 1rem;
        padding-inline: 0px;
        margin-bottom: 5px;
    }

    .wRight {
        padding-inline: 15px;
        width: 100%
    }

    .op-section .op-listItem {
        margin: 0 0 0 10px;
        line-height: 15px
    }

    .op-section .op-listItem .op-list {
        padding-bottom: 20px
    }

    .op-section .op-subtitle {
        font-size: .9rem;
        line-height: 1.6;
        padding: 0;
        text-align: start;
    }

    .order-dText {
        margin: 0;
        font-size: 1.2rem;
        margin-inline: 0;
    }

    .hr-tag {
        display: none
    }

    .ls {
        display: none
    }

    .selectBox {
        width: 31% !important;
        border-right: none
    }

    .payThr .payThr-title {
        text-align: center;
        font-size: .8rem !important;
        width: 125px !important;
        background-color: #df6666;
        padding-inline: 0
    }

    .pay-boxContent {
        flex-direction: column
    }

    .pay-boxContent .pay-listItem {
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        border-right: none;
        padding-left: 25px
    }

    .pay-listItem .pay-title {
        color: #172b6c;
        font-weight: 500;
        font-size: 1.1rem !important
    }

    .multi-cardBox .pay-title {
        color: #172b6c;
        font-weight: 500;
        font-size: 1.1rem !important;
        padding-left: 25px
    }

    .multi-cards {
        display: flex;
        align-items: start;
        justify-content: space-evenly;
        flex-direction: row;
        gap: 5px;
        padding-left: 25px
    }

    .multi-cardBox {
        width: 100%;
        margin-left: 0
    }

    .online-paymentDiv {
        flex-direction: column;
        gap: 30px
    }

    .online-payList {
        border-right: none;
        width: 100%;
        height: 100%
    }

    .upi-div {
        width: 100%;
        height: 100%
    }

    .upi-div img {
        object-fit: contain
    }

    .payment-options .pay-title {
        font-weight: 500;
        font-size: 1.5rem;
        text-align: start
    }

    .payment_boxs .pay-box-title {
        font-size: 1rem
    }
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
    .op-section {
        padding-inline: 20px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .od-boxs .od-left {
        font-size: .8rem
    }

    .od-boxs .od-right {
        font-size: .8rem
    }

    .online-paymentDiv {
        display: flex;
        flex-direction: column
    }

    .online-payList {
        width: 100%
    }

    .upi-div {
        width: 100%;
        height: 100%
    }

    .upi-div img {
        object-fit: contain
    }
}
