* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}



html,

body {

    height: 100%;

    width: 100%;

}



.breadcrumb_section {

    width: 100%;

    margin: 0 auto;

}



li {

    list-style: none;

}



.payment-options .pay-title {

    font-weight: 600;

    font-size: 1.9rem;

    text-align: center

}



.payment-options .pay-title span {

    color: red;

    font-weight: 700;

}



.payment-options .pay-subtext {

    font-size: .9rem;

    font-weight: normal;

    color: #5e5c5c;

    word-spacing: .5px;

    line-height: 23px;

}



.payment_boxs {

    max-width: 1100px;

    margin: 0 auto;

    margin-top: 50px;

}



.payment_boxs .pay-box-title {

    background-color: #36569f;

    border-top-left-radius: 7px;

    border-top-right-radius: 7px;

    font-size: 1.3rem;

    padding-block: 7px;

}



.pay-boxContent {

    border: 1px solid rgb(252, 252, 252);

    display: flex;

    justify-content: space-around;

    align-items: center;

    margin: 0px 0px 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 rgb(230, 230, 230);

}



.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 gainsboro;

    border-radius: 5px;



}



.pay-imageBox img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.pay-btn {

    width: 105px;

    background-image: linear-gradient(to right, rgb(253, 248, 218), rgb(210, 223, 248), rgb(253, 248, 218)) !important;

    border-radius: 7px;

    padding-block: 7px;

    color: #f53b3b;

    font-size: 1rem;

    font-weight: 700;

    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;

    border: none;

    outline: none;

    margin-bottom: 10px;

    transition: all ease 0.4s

}



.pay-btn:hover {

    box-shadow: none;

    border: .5px solid rgb(255, 208, 208)

}



/* FORM */



.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: rgb(254, 254, 254);

}



.imp {

    font-weight: 800;

    font-size: 1rem;

    color: #f53b3b;

}



.op-section {

    width: 100%;

    /* max-width: 1140px; */

    margin: 0 auto;

}



.op-section .op-title {

    color: #405e9b;

    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: 0px;

    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: white;

    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 gainsboro;

    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-subBtn a .op-btn {

    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;

    background-color: #df9926;

    padding-inline: 25px;

    padding-block: 5px;

    border: none;

    outline: none;

    color: white;

    font-size: 1.3rem;

    border-radius: 7px;

    font-weight: 600

}



#table-title {

    background-color: #36569f;

    border: 2px solid #53a7dd;

    padding-inline: 20px;

    padding-block: 2px;

    color: #ffffff;

    font-size: 1.2rem;

    margin-block: 20px;

    border-radius: 50px

}



#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) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;

    background-color: #df9926;

    padding-inline: 25px;

    padding-block: 5px;

    border: none;

    outline: none;

    color: white;

    font-size: 1.2rem;

    border-radius: 7px;

    font-weight: 600;

    margin-top: 10px;

    transition: all ease 0.4s

}



.pay-nowBtn:hover {

    background-color: #d6890d;

    box-shadow: none

}



/* ORDER SUMMARY SECTION START */

.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 gainsboro;

    background-color: rgb(252, 252, 252)

}



.od-boxs {

    display: flex;

    font-size: 1rem;

}



.od-boxs .od-left {

    width: 60%;

    text-align: start;

    color: #000000;

    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: white;

}



/* RESPONSIVE CODES */



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

    .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: 0px;

        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: 0px;

        padding-bottom: 5px

    }





    .wLeft {

        width: 100%;

        font-size: 1.1rem;

        padding-inline: 15px

    }



    .wRight {

        padding-inline: 15px;

        width: 100%

    }



    .op-section .op-listItem {

        margin: 0px 0 0 10px;

        line-height: 15px;

    }



    .op-section .op-listItem .op-list {

        padding-bottom: 20px;

    }



    .op-section .op-subtitle {

        font-size: .7rem;

        text-align: start

    }



    .order-dText {

        font-size: 1.2rem;

        margin-inline: 10px;

    }



    .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: 0px;

    }



    .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: 0px;

    }



    .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;

    }

}