/***************************/
/*new payment design styles*/
/***************************/
body {
    font-size: 14px !important;
}
.nd-wrapper {
    min-height: 100vh;
    position: relative;
}
.nd-left-section {
    border-radius: 0 30px 30px 0;
    color: #ffffff;
}
.nd-primary-color {
    background-color: #4c4694;
}
.nd-secondary-color {
    background-color: #f0f3f7;
}
.nd-success-color {
    background-color: #514898;
}
.nd-no-outline, .nd-no-outline:active, .nd-no-outline:focus, .nd-no-outline:hover {
    outline: none;
}
.nd-lang, .nd-lang:hover {
    padding: 5px 20px 5px 10px;
    font-size: 11px;
    border: 2px solid orangered;
    text-decoration: none;
    text-align: center;
    border-radius: 15px;
    width: 60px;
    position: relative;
    text-transform: uppercase;
}
.nd-lang-active {
    background-color: orangered;
    text-decoration: none;
}
.nd-lang > i {
    position: absolute;
    padding: 8px 10px;
    top: 0;
    right: 0;
}
.nd-lang-ul {
    padding: 0;
    list-style: none;
    background-color: white;
    position: absolute;
    top: 100%;
    right: 0;
    border-radius: 10px;
    display: none;
}
.nd-lang-ul > li {
    text-align: center;
}
.nd-lang-ul > li > a, .nd-lang-ul > li > a:hover {
    padding: 5px 30px;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    color: #4c4694;
    display: block;
    min-width: unset;
}
.nd-lang-ul > li > hr {
    margin: 0;
    padding: 0;
    border: 0;
    height: 1px;
    background-color: #f0f3f7;
}
.nd-lang-ul-active {
    display: initial;
}
.nd-product-detail {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    overflow-wrap: break-word;
}
.nd-left-footer-ul {
    margin: 0;
    padding: 0 0 0 45px;
    list-style: none;
    text-align: left;
}
.nd-left-footer-ul > li {
    padding: 5px 10px;
    display: inline-block;
}
.nd-left-footer-ul > li > a, .nd-left-footer-ul > li > a:hover {
    color: white !important;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}
.nd-left-footer-ul > li:first-child > a {
    color: #4c4694;
    opacity: 0.6;
}
.nd-right-label {
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #4c4694;
    font-weight: bold;
}
.nd-right-label > span {
    padding: 0;
    margin: 0;
    font-size: 11px;
    color: red;
    font-weight: normal;
}
.nd-form {
    font-size: 14px;
    color: black;
}
select.nd-form {
    padding: 14px 20px;
    outline: none;
}
.nd-next-arrow {
    height: 50px;
    width: 225px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 25px;
    font-weight: bold;
}
.nd-next-arrow:hover, .nd-next-arrow:active, .nd-next-arrow:focus {
    background-color: #7c9473 !important;
}
.nd-table {
    border: none;
}
.nd-table > thead > tr > th, .nd-table > tbody > tr > td {
    margin: 0;
    font-size: 10px;
    text-align: center !important;
    vertical-align: middle !important;
}
.nd-table > thead > tr > th {
    padding: 3px 5px;
}
.nd-table > tbody > tr > td {
    padding: 2px 5px;
}
.nd-footer-ul {
    margin: 0;
    padding: 0 75px 0 0;
    list-style: none;
    text-align: right;
}
.nd-footer-ul > li {
    margin: 5px 0 5px 15px;
    padding: 0;
    display: inline-block;
}
.nd-footer-ul > li:first-child {
    margin-left: 0;
}
.nd-footer-ul > li > img {
    width: auto;
}
.nd-footer-ul > li:nth-child(1) > img {
    height: 24px !important;
}
.nd-footer-ul > li:nth-child(2) > img {
    height: 28px !important;
}
.nd-footer-ul > li:nth-child(3) > img {
    height: 22px !important;
}
.nd-footer-ul > li:nth-child(4) > img {
    height: 24px !important;
}
.nd-footer-ul > li:nth-child(5) > img {
    height: 26px !important;
}
.nd-footer-ul > li:nth-child(6) > img {
    height: 16px !important;
}
.nd-footer-ul > li:nth-child(7) > img {
    height: 38px !important;
}
@media (max-width: 767px) {
    .nd-left-section {
        border-radius: 0 0 30px 30px;
    }
    .nd-left-footer-ul {
        padding: 0;
        text-align: center;
    }
    .nd-left-footer-ul > li {
        padding: 5px;
    }
    .nd-left-footer-ul > li > a, .nd-left-footer-ul > li > a:hover {
        color: #4c4694 !important;
        font-size: 10px;
        opacity: 1.0 !important;
    }
    .nd-footer-ul {
        padding: 25px 0 5px 0;
        text-align: center;
    }
    .nd-footer-ul > li {
        margin: 5px 0 5px 10px;
    }
    .nd-footer-ul > li:nth-child(1) > img {
        height: 18px !important;
    }
    .nd-footer-ul > li:nth-child(2) > img {
        height: 14px !important;
    }
    .nd-footer-ul > li:nth-child(3) > img {
        height: 16px !important;
    }
    .nd-footer-ul > li:nth-child(4) > img {
        height: 18px !important;
    }
    .nd-footer-ul > li:nth-child(5) > img {
        height: 12px !important;
    }
    .nd-footer-ul > li:nth-child(6) > img {
        height: 26px !important;
    }
}

.nd-wrap-background {
    background-image: url("../pngs/WaterMark.png");
    background-size: cover;
}
.nd-response-close {
    margin: 0;
    padding: 0;
}
.nd-response-close > a, .nd-response-close > a:hover {
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    color: red;
    font-weight: bold;
}
.nd-response-label {
    padding: 0;
    margin: 0;
    font-size: 24px;
    color: #4c4694;
    font-weight: bold;
}
.nd-response-label > span {
    font-size: 14px;
    color: darkgrey;
    font-weight: normal;
}
.nd-success-detail {
    background-color: #eeeeee;
    color: #4c4694;
    font-size: 14px;
    font-weight: bold;
}
footer {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}



#distance_sale_status > p > a, #distance_sale_status > p > a:hover, #distance_sale_status > p > a:active, #distance_sale_status > p > a:focus {
    text-decoration: none;
    color: blue;
}

#loadingSpan {
    position: absolute;
    text-align: right;
    font-size: 18px;
    margin: 0 15px;
    padding: 10px 30px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0.5);
}

.single-installment {
    border: 2px solid #dcdcdc;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}
.single-installment.active {
    border: 2px solid green;
}
.single-installment h1 {
    margin: 0;
    padding: 3px 0;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.single-installment h2, .single-installment h3 {
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}
.single-installment p {
    margin: 0;
    padding: 2px 0;
    text-align: center;
    font-size: 12px;
}
.single-installment input {
    display: none;
}
#nd-logout, #nd-logout:hover, #nd-logout:focus, #nd-logout:active {
    color: white;
    text-decoration: none;
}
.nd-product-description {
    overflow-wrap: break-word;
}