html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Page Styles */
html, body { height: 100%; }
.payment-form-wrapper {
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.payment-form-wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.payment-form {
    position: relative;
    width: 100%;
    min-height: 566px;
    display: block;
    max-width: 560px;
    border: 1px solid #C9CFD6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 9px;
    padding: 40px 48px;
}
.payment-form_wrapper {
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.payment-form * {
    font-family: Arial;
}
.payment-form .paypal_logo {
    position: relative;
    width: 100%;
    max-width: 124px;
    margin-bottom: 16px;
}
.payment-form_secure_text {
    position: relative;
    width: 100%;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #494E53;
    padding: 0px;
    padding-left: 19px;
    margin-bottom: 60px;
}
.payment-form_secure_text:before {
    content: "";
    display: block;
    width: 12px;
    height: 18px;
    background: url(lock_secure_icon.svg) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: -5px;
    left: 0px;
    bottom: -3px;
    margin: auto;
}
.payment-form_order_number, .payment-form_order_amount {
    position: relative;
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    padding: 0px;
    margin-bottom: 12px;
}
.payment-form_order_number span,
.payment-form_order_amount span {
    font-weight: bold;
    color: #000;
}
.payment-form_order_amount {
    margin-bottom: 52px;
}
.payment-form_order_amount span {
    font-size: 18px;
    line-height: 21px;
}
.payment-form_note_wrapper {
    position: relative;
    width: 100%;
    padding: 14px 16px;
    padding-bottom: 18px;
    background: #F9FAFB;
    border: 1px solid #C9CFD6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 14px;
}
.payment-form_note_wrapper p {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #424242;
    margin: 0px;
}
.payment-form_title {
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #005EA6;
    margin-bottom: 12px;
}
.white_wrapper {
    background: #FFF;
}
.white_wrapper .payment-form_title {
    color: #424242;
}
.payment-form_note_wrapper .payment-form_x_number {
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    color: #000000;
    margin: 0px;
    margin-top: 20px;
}
#paypal-button-container {
    position: relative;
    display: block;
    max-width: 278px;
    height: 48px;
    overflow: hidden;
    margin-top: 60px;
    background: #0070BA;
    border-radius: 5px;
    transition: background .3s;
}
#paypal-button-container:hover {
    background: #005EA6;
}
#paypal-button-container * {
    opacity: 0.0001;
}

.payment-form_paypal_btn {
    position: absolute;
    opacity: 1 !important;
    z-index: 1000;
    top: 0px;
    left: 0px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 278px;
    height: auto;
    background: none;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    padding: 15px;
    padding-bottom: 17px;
    color: #FFFFFF;
    cursor: pointer;
    pointer-events: none;
}
.payment-form_paypal_btn:hover {
    background: #005EA6;
}
.payment-form.flex_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.payment-form .comming_soon {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #005EA6;
    text-align: center;
    margin: 0px;
}

.payment-form .message {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    -moz-text-align-last: left;
    text-align-last: left;
}
.payment-form .message h3 {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #005EA6;
    margin: 0px;
    margin-bottom: 14px;
}
.payment-form .message p {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    -moz-text-align-last: left;
    text-align-last: left;
    margin: 0px;
}



@media screen and (max-width: 767px) {
    .payment-form-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .payment-form {
        border: none;
        padding: 70px 16px;
    }
    #paypal-button-container {
        max-width: 100%;
        margin-top: 48px;
    }
    .payment-form_paypal_btn {
        max-width: 100%;
    }
}















