.payment-page {
    padding: 50px 0;
    font-family: "Nunito", sans-serif !important;
}
.payment-page ul{
    font-family: "Nunito", sans-serif !important;
}
.payment-page .error {
    color: red;
}

.payment-page .tab-content {
    border-left: solid 1px #659bd1;
    border-right: solid 1px #659bd1;
    border-bottom: solid 1px #659bd1;
}

.payment-page .form-control {
    border-radius: 0;
    box-shadow: none;
}

.payment-page form {
    padding: 50px 50px 15px 50px;
    overflow: hidden;
}

.payment-page .nav-tabs {
    background: linear-gradient(90deg, rgba(24, 62, 111, 0.75) 1.68%, rgba(59, 142, 222, 0.75) 54.5%, rgba(249, 142, 43, 0.75) 101.26%);
}

.payment-page .nav-tabs li {
    width: 33.33%;
}

.payment-page .nav-tabs>li>a {
    border-radius: 0;
    margin-right: -1px;
}

.payment-page .nav-tabs li.active a {
    background: #fff;
    color: #183E6F;
    border-bottom: none;
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.05), 0 3px 14px 2px rgba(0, 0, 0, 0.05), 0 5px 5px -3px rgba(0, 0, 0, 0.05);
}

.payment-page .nav-tabs li.active a:before {
    position: absolute;
    content: '';
    background: #ffffff;
    top: -14px;
    height: 74px;
    left: 0;
    right: 0;
    z-index: 0;
    border: solid 1px #659bd1;
    border-bottom: 0;
}

.payment-page .nav-tabs li.active a .title {
    color: #183E6F;
    position: relative;
    z-index: 1;
}

.payment-page .nav-tabs li.active a .number {
    color: #fff;
    background-color: #183E6F;
    z-index: 1;
}

.payment-page .nav-tabs li a {
    font-size: 18px;
    color: #183E6F;
    line-height: 110%;
    position: relative;
    font-weight: 400;
    display: block;
    padding: 20px 25px;
    vertical-align: middle;
    background-color: transparent;
    border: 0 !important;
}
.payment-page .nav>li>a:hover {
   background-color: transparent !important;
}

.payment-page .nav-tabs li .number {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 25px;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    background: #fff;
    color: #183E6F;
    line-height: 26px;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
}

.payment-page .nav-tabs li .title {
    color: #ffffff;
    font-weight: 700;
    padding-left: 40px;
    font-size: 18px;
    display: inline-table;
}

.payment-page .nav-tabs li .title br {
    display: none;
}

.payment-page .btn-primary {
    background: #f98e2b;
    border: 0;
    float: right;
    font-size: 18px;
    border-radius: 0;
    letter-spacing: 1px;
    padding: 10px 22px;
    min-width: 125px;
    margin-top: 15px;
    text-decoration: none;
}

.payment-page .btn-primary:hover {
    text-decoration: none;
    background-color: #183E6F;
}

.payment-page .tab-pane .form-group label {
    color: #858585;
    font-size: 16px;
    font-weight: 400;
}

.payment-page .tab-pane .form-group .form-control {
    height: 50px;
}

.payment-page .radio {
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    line-height: 19px;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    cursor: pointer;
    margin-right: 10px;
}

.payment-page .radio input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.payment-page .radio>span {
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    background: 0 0;
    position: absolute;
    top: 1px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #707070;
    transition: all .5s ease-in-out;
}

.payment-page .radio input:checked~span::after {
    opacity: 1;
}

.payment-page .radio input:checked~span {
    border-color: #183E6F;
}

.payment-page .payingon {
    display: block;
    text-align: left;
    padding: 0;
}

.payment-page .radio-inline {
    padding-left: 0;
    width: 100%;
}

.payment-page .tab-pane .radio-inline label {
    color: #000;
    font-size: 18px;
}

.payment-page .radio-group-mb {
    margin-bottom: 25px;
}

.payment-page .radio span::after {
    content: '';
    position: absolute;
    opacity: 0;
    border: 1px solid #183E6F;
    top: 50%;
    left: 50%;
    margin-left: -2.4px;
    margin-top: -5px;
    width: 5px;
    height: 8px;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg);
    transition: all .5s ease-in-out;
}

.payment-page .p-detail .p-title {
    display: block;
    text-align: left;
    font-size: 20px;
    padding-bottom: 0;
    border: none;
}

.payment-page .p-i-title {
    background: linear-gradient(90deg, rgba(24, 62, 111, 0.75) 1.68%, rgba(59, 142, 222, 0.75) 54.5%, rgba(249, 142, 43, 0.75) 101.26%);
    padding: 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 110%;
    color: #fff;
    border-radius: 0px;
    text-align: center;
    margin: 0;
}

.payment-page .p-maininfo {
    width: 90%;
    margin: 0 auto;
}

.payment-page .p-info {
    width: 45%;
    display: table-cell;
    vertical-align: middle;
    margin-top: 0;
    padding: 0;
}

.payment-page .p-info .p-i-bg {
    background-color: #fff;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.05), 0 6px 30px 5px rgba(0, 0, 0, 0.05), 0 8px 10px -7px rgba(0, 0, 0, 0.05);
}

.payment-page .p-i-title span {
    display: block;
    font-size: 40px;
    line-height: 100%;
    margin-top: 10px;
    font-weight: 700;
}

.payment-page .p-i-card {
    margin-top: 20px;
    padding: 0 20px;
}

.payment-page .p-i-card .label {
    letter-spacing: 0;
    text-align: left;
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
}

.payment-page .p-i-card .radio {
    display: block;
    padding: 15px 15px 15px 40px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin: 0;
}

.payment-page .radio input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.payment-page .p-card {
    position: absolute;
    right: 8px;
    top: 11px;
}

.payment-page .p-i-card .checkbox-inline {
    margin-top: 20px;
    padding-left: 0;
}

.payment-page .checkbox {
    color: #707070;
    font-weight: 400;
    line-height: 16px;
    display: inline-block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 5px;
    cursor: pointer;
    margin-right: 10px;
}

.payment-page .tab-pane .form-group label.checkbox {
    font-size: 14px;
}

.payment-page .processing-fee {
    margin-bottom: 20px;
    padding-left: 0;
}

.payment-page .checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.payment-page .checkbox>span {
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: 0 0;
    position: absolute;
    top: 1px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #707070;
    transition: all .5s ease-in-out;
}

.payment-page .checkbox input:checked~span::after {
    opacity: 1;
}

.payment-page .checkbox span::after {
    content: '';
    position: absolute;
    opacity: 0;
    border: 1px solid #183E6F;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -6px;
    width: 5px;
    height: 10px;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg);
    transition: all .5s ease-in-out;
}

.payment-page .p-detail {
    width: 55%;
    display: table-cell;
    vertical-align: middle;
    padding: 30px 40px;
    border: 1px solid #f4f4f4;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.05), 0 6px 30px 5px rgba(0, 0, 0, 0.05), 0 8px 10px -7px rgba(0, 0, 0, 0.05);
}

.payment-page .p-i-card .radio>span {
    top: 16px;
    left: 12px;
}

.payment-page .p-i-card .radio:last-child {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}

.payment-page .btn-bottom {
    display: flex;
    justify-content: space-between;
}

.payment-page .btn-previous {
    background-color: #e2e2e2;
    color: #183E6F;
    font-weight: 700;
    padding: 10px 40px;
}

.payment-page .btn-previous:hover {
    background-color: #183E6F;
    color: #ffffff;
    text-decoration: none;
}

.payment-page .btn {
    border-radius: 0;
    font-size: 18px;
}

.payment-page .btn-pay {
    width: 100%;
    margin-bottom: 15px;
}

.payment-page .cardInformation .btn-previous {
    margin-top: -68px
}

.payment-page .power-pay {
    text-align: center;
    /* margin-bottom: 25px; */
    opacity: 0.2;
}
.power-pay img{
    max-width: 200px;
}
.payment-page .tab-pane{
    display: none;
}
.payment-page .tab-pane.in{
    display: block !important;
}




/* notfound and thank you page css start */
.not-found-page, .thankyou-page{
    padding: 100px 15px;
}
.not-found-page,.thankyou-page p{
    margin-bottom: 0px;
}
.not-found-page .btn-primary{
    background-color: #f98e2b;
    border: 0;
    font-size: 18px;
    border-radius: 0;
    letter-spacing: 1px;
    padding: 10px 22px;
    min-width: 125px;
    margin-top: 25px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.thankyou-page .btn-primary{
    background-color: #f98e2b;
    border: 0;
    font-size: 18px;
    border-radius: 0;
    letter-spacing: 1px;
    padding: 10px 22px;
    min-width: 125px;
    margin-top: 25px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.not-found-page .notfound{
    max-width: 800px;
    width: 100%;
    margin: auto;
    text-align: center;
}
.not-found-page .notfound-title{
    font-size: 200px;
    font-weight: 600;
    line-height: 90%;
    margin-bottom: 0px;
    text-shadow: 0px 10px 0px rgba(24, 62, 111, 0.18);
}
.not-found-page .m-title{
    font-size: 36px;
    font-weight: 500;
    margin: 25px 0px;
}
.thankyou-page .thankyou{
    max-width: 800px;
    width: 100%;
    margin: auto;
    text-align: center;
}
.thankyou-page .thankyou-title{
    font-size: 90px;
    font-weight: 600;
    margin-bottom: 20px;
    text-shadow: 0px 6px 0px rgba(24, 62, 111, 0.18);
}
.thankyou-page .m-title{
    font-size: 36px;
    font-weight: 500;
    margin: 25px 0px 0px;
}
/* notfound and thank you page css end */




@media(max-width:992px) {
    .payment-page .p-maininfo {
        width: 100%;
    }
    .payment-page .nav-tabs li .title br {
        display: block;
    }
    .payment-page .nav-tabs li a {
        padding: 10px 20px
    }
}

@media (max-width:991px) {
    .not-found-page .notfound-title{
        font-size: 150px;
        text-shadow: 0px 7px 0px rgba(24, 62, 111, 0.18);
    }
    .not-found-page .m-title{
        font-size: 28px;
    }
    .thankyou-page .m-title{
        font-size: 28px;
    }
    .not-found-page,.thankyou-page .btn-primary{
        font-size: 16px;
    }
    .thankyou-page .thankyou-title{
        font-size: 90px;
        text-shadow: 0px 4px 0px rgba(24, 62, 111, 0.18);
    }
}

@media (max-width:575px) {
    .not-found-page .notfound-title{
        font-size: 100px;
        text-shadow: 0px 4px 0px rgba(24, 62, 111, 0.18);
    }
    .not-found-page .m-title{
        font-size: 24px;
    }
    .thankyou-page .m-title{
        font-size: 24px;
    }
    .thankyou-page .thankyou-title{
        font-size: 60px;
        text-shadow: 0px 3px 0px rgba(24, 62, 111, 0.18);
    }
}

@media(max-width:576px) {
    .payment-page .nav-tabs li a {
        padding: 10px;
    }
    .payment-page .nav-tabs li .title {
        font-size: 13px;
        padding-left: 28px;
        line-height: 100%;
    }
    .payment-page .nav-tabs li.active a:before {
        top: -11px;
        height: 62px;
    }
    .payment-page form {
        padding: 25px;
    }
    .payment-page .nav-tabs li .number {
        width: 20px;
        height: 20px;
        font-size: 12px;
        line-height: 21px;
    }
    .payment-page .form-group .select {
        margin-bottom: 20px;
    }
    .payment-page .p-info {
        display: block;
        width: 100%;
    }
    .payment-page .cardInformation .btn-previous {
        margin-top: 25px;
    }
}

#paymentModal .payment-modal-loader {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

#paymentModal .payment-modal-loader.hidden {
    display: none;
}

#paymentModal .payment-modal-spinner {
    width: 60px;
    height: 60px;
    border: 6px solid rgba(255, 255, 255, 0.25);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: paymentModalSpin 1s linear infinite;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

@keyframes paymentModalSpin {
    to {
        transform: rotate(360deg);
    }
}

#fullPageLoader {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10001;
}

#fullPageLoader .full-page-spinner {
    width: 80px;
    height: 80px;
    border: 8px solid rgba(255, 255, 255, 0.25);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: fullPageSpin 1s linear infinite;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}

@keyframes fullPageSpin {
    to {
        transform: rotate(360deg);
    }
}
.customer-info-row {
    display: flex;
    flex-wrap: wrap;
}