body {
    margin: 0;
    padding: 0;
    font-family: 'TT Norms', sans-serif;
    float: left;
    width: 100%;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

*:focus {
    outline: none;
}

.terms-condition {
    display: block;
}

.terms-condition.t_c1 {
    display: inline-block;
    color: #2E68FF;
}


.black-transparent {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, .6);
    left: 0;
    top: 0;
    overflow: auto;
    transition: all .3s ease;
    display: none;
}

.error-wrap {
    width: 500px;
    height: auto;
    position: fixed;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -0%);
    z-index: 10;
    padding: 35px 40px 45px;
    background-color: #fff;
    border-radius: 6px;
}

@media(max-width: 1112px) {
    .error-wrap {
        width: 90%;
        padding-left: 45px;
        padding-right: 45px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media(max-width: 480px) {
    .error-wrap {
        padding-left: 20px;
        padding-right: 20px
    }
}

.error-wrap .head {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

.error-wrap .head .title {
    float: left;
    width: 100%;
    font-family: 'TT Norms Bold', sans-serif;
    font-size: 25px;
    font-weight: normal;
    color: #4A2C7D;
    text-align: center;
    letter-spacing: .5px;
    margin: 0;
}

@media(max-width: 834px) {
    .error-wrap .head .title {
        font-family: 'TT Norms Bold', sans-serif;
        font-size: 1.375em;
        font-weight: normal
    }
}

@media(max-width: 480px) {
    .error-wrap .head .title {
        font-family: 'TT Norms Bold', sans-serif;
        font-size: 1.125em;
        font-weight: normal
    }
}


.error-wrap .close-btn {
    width: 20px;
    height: 20px;
    float: right;
}

.error-wrap .close-wrap img {
    width: 100%;
}


.error-wrap .content-section {
    float: left;
    width: 100%;
    /*overflow-x: scroll;
    overflow-y: unset;
    height: 500px;*/
}

.error-wrap .content-section .content {
    float: left;
    width: 100%;
    /*    margin-top: 25px;*/
    padding-left: 30px;
    text-align: center;
    font-size: 16px;
}

.agree-button {
    width: 100%;
    float: left;
    display: flex;
    align-content: center;
    justify-content: center;
    margin-top: 27px;
}

.agree-button .accept-btn {
    width: 100%;
    text-align: center;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.agree-button .accept-btn.cancel-btn {
    background-color: transparent;
    color: #4A2C7D;
    padding: 12px;
    text-decoration: none;
}

.agree-button .accept-btn.agree-btn {
    background-color: #4A2C7D;
    color: #fff;
    padding: 12px;
    text-decoration: none;
}


.confirmation-wrap {
    width: 500px;
    height: auto;
    position: fixed;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -0%);
    z-index: 10;
    padding: 35px 40px 45px;
    background-color: #fff;
    border-radius: 6px;
}

@media(max-width: 1112px) {
    .confirmation-wrap {
        width: 90%;
        padding-left: 45px;
        padding-right: 45px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media(max-width: 480px) {
    .confirmation-wrap {
        padding-left: 20px;
        padding-right: 20px
    }
}

.confirmation-wrap .head {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

.confirmation-wrap .head .title {
    float: left;
    width: 100%;
    font-family: 'TT Norms Bold', sans-serif;
    font-size: 25px;
    font-weight: normal;
    color: #4A2C7D;
    text-align: center;
    letter-spacing: .5px;
    margin: 0;
}

@media(max-width: 834px) {
    .confirmation-wrap .head .title {
        font-family: 'TT Norms Bold', sans-serif;
        font-size: 1.375em;
        font-weight: normal
    }
}

@media(max-width: 480px) {
    .confirmation-wrap .head .title {
        font-family: 'TT Norms Bold', sans-serif;
        font-size: 1.125em;
        font-weight: normal
    }
}


.confirmation-wrap .close-btn {
    width: 20px;
    height: 20px;
    float: right;
}

.confirmation-wrap .close-wrap img {
    width: 100%;
}


.confirmation-wrap .content-section {
    float: left;
    width: 100%;
    /*overflow-x: scroll;
    overflow-y: unset;
    height: 500px;*/
}

.confirmation-wrap .content-section .content {
    float: left;
    width: 100%;
    /*    margin-top: 25px;*/
    padding-left: 30px;
    text-align: center;
    font-size: 16px;
}


/* existing customer wrap */

.existing_cust-wrap {
    width: 500px;
    height: auto;
    position: fixed;
    top: 33%;
    left: 50%;
    transform: translate(-50%, -0%);
    z-index: 10;
    padding: 35px 40px 45px;
    background-color: #fff;
    border-radius: 6px;
    border-color: blanchedalmond;
}

@media(max-width: 1112px) {
    .existing_cust-wrap {
        width: 90%;
        padding-left: 45px;
        padding-right: 45px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media(max-width: 480px) {
    .existing_cust-wrap {
        padding-left: 20px;
        padding-right: 20px
    }
}

.existing_cust-wrap .head {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

.existing_cust-wrap .head .title {
    float: left;
    width: 100%;
    font-family: 'TT Norms Bold', sans-serif;
    font-size: 25px;
    font-weight: normal;
    color: #4A2C7D;
    text-align: center;
    letter-spacing: .5px;
    margin: 0;
}

@media(max-width: 834px) {
    .existing_cust-wrap .head .title {
        font-family: 'TT Norms Bold', sans-serif;
        font-size: 1.375em;
        font-weight: normal
    }
}

@media(max-width: 480px) {
    .existing_cust-wrap .head .title {
        font-family: 'TT Norms Bold', sans-serif;
        font-size: 1.125em;
        font-weight: normal
    }
}


.existing_cust-wrap .close-btn {
    width: 20px;
    height: 20px;
    float: right;
}

.existing_cust-wrap .close-wrap img {
    width: 100%;
}


.existing_cust-wrap .content-section {
    float: left;
    width: 100%;
    /*overflow-x: scroll;
    overflow-y: unset;
    height: 500px;*/
}

.existing_cust-wrap .content-section .content {
    float: left;
    width: 100%;
    /*    margin-top: 25px;*/
    padding-left: 30px;
    text-align: center;
    font-size: 16px;
}


/*# sourceMappingURL=tnc.css.map */