.wpep-input-easypay {
    background-color: #ffffff;
    border: 1px solid #00000021;
    outline: 0;
    border-radius: 0px;
    outline-offset: -2px;
    margin-bottom: 0;
    display: inline-block;
    min-height: 37px;
    height: 37px;
}

.wpep-input-easypay.amount {
    margin-bottom: 10px;
}

.wpep-input-easypay--focus {
    outline: 5px auto rgb(59, 153, 252);
}

.wpep-input-easypay--error {
    outline: 5px auto rgb(255, 97, 97);
}

.wpep_error_message {
    color: #f00;
    display: block;
    font-size: 1em;
    font-weight: normal;
    outline: 3px auto rgb(255, 97, 97);
    padding: 10px;
}

.wpep-field.date,
.wpep-field.cvv,
.wpep-field.firstname,
.wpep-field.lastname {
    float: left;
    width: 100%;
    margin-bottom: 0 !important;
}

li.wpep-tab-item.resp-tab-active label {
    filter: none;
}

.wpep-error,
.wpep-success {
    text-align: center;
    display: block;
    font-size: 1em;
    font-weight: normal;

}

.wpep-success {
    font-size: 20px;
    font-weight: 600;
}

.wpep-error {
    color: #f00;
    font-size: 12px;
    line-height: 18px;
}

.wpep-modal-container {
    visibility: hidden;
    overflow: auto;
    width: 0;
    height: 0;


}

.wpep-modal-container .wpep_container {
    padding: 10px 20px 20px 20px;
    background: #fafafa;
    /*border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;*/
}

.wpep-popup-open {
    overflow: hidden;
}

.wpep-popup-open .wpep-modal-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 9999;

}

.wpep-popup-open .wpep-modal-container .wpep-modal {
    margin-top: 100px !important;
    max-width: 320px;
    width: 100%;
    margin: 3rem auto;
    background: #fff;
    box-shadow: 0 12px 30px 0 rgba(0, 0, 0, .5), inset 0 1px 0 0 hsla(0, 0%, 100%, .65);
    border-radius: 6px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.wpep-popup-open .wpep-modal-container .wpep-modal form input, .wpep_container input, .wpep_container textarea, .wpep_container select {
    background-color: #ffffff;
    border: 1px solid #00000021;
    outline: 0;
    margin-bottom: 6px;
    padding: 10px 4px;
    padding-left: 10px;
    color: black;
    font-size: 16px;
    width: 100%;
}

.wpep_container select {
    width: 100%
}

.wpep-popup-open .wpep-modal-container .wpep-modal form .mc4wp-form-fields {
    clear: both;
}

.wpep-popup-open .wpep-modal-container .wpep-modal form .mc4wp-form-fields:after,
.wpep-popup-open .wpep-modal-container .wpep-modal form .mc4wp-form-fields:before {
    content: "";
    display: table;
    clear: both;
}

.payment_success_ok {
    background: url(../img/success.png) no-repeat;
    background-size: cover;
    height: 40px;
    width: 40px;
    margin-bottom: 15px;
    display: inline-block;
}

.wpep-modal-container .button-modal-close {
    float: right;
    display: block;
    background: url(../img/close_icon.png) no-repeat;
    height: 25px;
    width: 25px;
    background-size: 17px;
    background-position: 4px 4px;
    right: 6px;
    top: 6px;
    position: absolute;
    z-index: 1;
    box-shadow: none;
}


.wpep-popup-open .wpep-modal-container .wpep-modal form input[type="submit"] {
    background-color: transparent;
    border: 1px solid #d8d8d8;
    color: #9b9b9b;
    font-size: 14px;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    float: right;
    display: block;
    padding: 0;
}

.wpep-popup-open .wpep-modal-container .wpep-modal form label {
    display: inline-block;
}

.wpep-popup-open .wpep-modal-container .wpep-modal form {
    padding: 13px;
}


.wpep-popup-open .wpep-modal-container {

    visibility: visible;
    width: auto;
    height: auto;
}

.wpep_container .messages ul {
    margin: 0;
    float: left;
}

button.wpep_submit_payment {
    position: relative;
    background-image: linear-gradient(-180deg, #179ee2, #116f9e);
    box-shadow: 0 1px 0 0 rgba(46, 86, 153, .15), inset 0 1px 0 0 rgba(46, 86, 153, .1), inset 0 -1px 0 0 rgba(46, 86, 153, .4);
    font-size: 17px;
    line-height: 0px;
    height: 40px;
    width: 100%;
    font-weight: 400;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .12);
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-top: 15px;
    border: solid 1px
}

a.wpep_open_popup {
    position: relative;
    text-decoration: none;
    border-radius: 4px;
    background-color: #000;
    box-shadow: unset;
    font-size: 17px;
    line-height: 0px;
    padding: 8px 30px;
    font-weight: 400;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .12);
    color: #fff;
    border: 5px solid #000;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a.wpep_open_popup:active, a.wpep_open_popup:focus {
    color: #fff;
    outline: 0;
}

a.wpep_open_popup:hover {
    color: #000;
    line-height: 0px;
    padding: 8px 30px;
    text-decoration: none;
    background: #fff;
    border: 5px solid #000;
    box-shadow: unset;
}

.wpep_container .messages {
    min-width: 200px;
}

.wpep_container .wpep-field:last-of-type {
    margin: 0 auto;
}

.wpep_container input {
    height: 37px;
    padding: 0 0 0 7px !important;
    box-sizing: border-box;
}


.wpep-field {
    display: inline;
}

.wpep-field iframe {
    padding: 0 0 0 0px !important;
}

.wpep_container label {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 4px;

}

input.wpep-amount {
    margin-bottom: 5px;
}

/*New Design Update*/

.wpep-modal-container .Header {
    position: relative;
    text-align: center;
    background-color: #fafafa;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: block;
}

.Header-logo {
    position: relative;
    margin-bottom: 6px;
    height: 35px;
}

.Header-logoWrap {
    position: absolute;
    top: -33px;
    right: 0;
    left: 0;
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

.Header-logoBevel {
    border: 1px solid rgba(0, 0, 0, .2);
    width: 70px;
    height: 70px;
    border-radius: 100%;
    box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, .1);
    position: absolute;
    top: 3px;
    left: 3px;
    display: none
}

.Header-logoBorder {
    border: 3px solid #fff;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .18), 0 2px 2px 0 rgba(0, 0, 0, .08);
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.Header-logoImageCatchError {
    display: none;
}

.Header-logoImage {
    width: 72px;
    height: 72px;
    margin: 0px auto;
    border-radius: 100%;
    background: #fff;
    background-position: 50% 50%;
    background-size: cover;
    display: inline-block;
    border: solid 3px white;
}

.Header-companyName, .Header-purchaseDescription {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Header-companyName {
    font-size: 17px;
    font-weight: 700;
    margin: 16px 0 0 0;
    padding-bottom: 10px;
    padding-top: 13px;
}

.Header-purchaseDescription {
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 15px;
    margin-top: 0px;
    margin-bottom: 0;
}

.PaymentMethodSelector-edge {
    border-top: 1px solid #fff;
    box-shadow: 0 -1px 0 0 #d2d2d3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
     width: 100%;
    height: 2px;
    background-color: #f5f5f7;
    margin-bottom: -3px;
}

.PaymentMethodSelector-wrapper {
    width: 100%;
    position: relative;
    background-color: #e8e9eb;
}


.wpep_container input[type="checkbox"], .wpep_container input[type="radio"] {
    height: 12px;
    margin: 0;
}

span.wpep-list-item-label {
    margin-left: 9px;
    margin-right: 14px;
}


span.wpep-form-control.wpep-checkbox {
    width: 100%;
    display: inline;
}

span.wpep-list-item {
    display: block;
}

span.wpep-form-control.wpep-radio, span.wpep-form-control.wpep-checkbox {
    margin: 10px 0;
    display: block;
}

.wpep_container textarea {
    height: 100px;
}

.messages li {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 1px;
    text-align: left;
    font-weight: bold;
    line-height: 45px;
    margin-right: 20px;
}

div#wpep-tabs {
    margin-top: 17px;
}

ul.wpep-tabs-list li {
    text-decoration: none;
    color: #a9acb1;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    list-style: none;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-transform: capitalize;
    display: inline-block;
    width: 100px;
    font-size: 16px;
    margin-left: 0;
    margin-right: 1%;
}

div#wpep-tabs ul.wpep-tabs-list li span label {
    background-size: 50% !important;
    background-position: center center !important;
}

ul.wpep-tabs-list li span label {
    width: 100%;
    height: 70px;
    display: block;
    border: 1px solid #e7ebee;
    /*padding: 15px 0px;*/
    margin-bottom: 5px;
    cursor: pointer;
    filter: grayscale(100%);

}

ul.wpep-tabs-list {
    padding-left: 0;
    margin-left: 0;
}

div.credit-card-info {
    display: block;
}

.tab-box {
    display: none
}

li.wpep-tab-item span .pic1 {
    background: url(../img/credit-card.png) no-repeat 23px 5px #fafafa !important;
}


li.wpep-tab-item span .pic3 {
    background: url(../img/apple-pay.png) no-repeat 23px 3px #fafafa !important;
}

li.wpep-tab-item span .pic4 {
    background: url(../img/google-pay.png) no-repeat 23px 5px #fafafa !important;
}

li.wpep-tab-item span .pic2 {
    background: url(../img/masterpass.png) no-repeat 23px 5px #fafafa !important;
}


div#wpep-tabs h2, div.personal-info h2 {
    text-align: left;

}



section#accordion, div.personal-info {
    position: relative;
    margin-top: 17px;
}


div.apple-pay-info, div.master-pay-info, div.google-pay-info {

    display: none;
}

li.wpep-tab-item.resp-tab-active span label {
    border: 1px solid #a5a5a5;
}

li.wpep-tab-item.resp-tab-active {
    color: #000;
}

.wpep-modal ul.wpep-tabs-list li {


    width: 50px;
    font-size: 12px;
    margin-left: 0;
    line-height: 17px;
}

.wpep-modal div#wpep-tabs ul.wpep-tabs-list li span label {
    background-size: 65% !important;
    padding: 0;
}

.wpep-modal ul.wpep-tabs-list li span label {
    height: 45px;

}



.wpep-modal div.payment-informations-sec {
    display: none;
}

.wpep-popup-open button.payment-process-btn {
    width: 100%;
    padding: 23px 0;
    margin-top: 0;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    border: none;
    background: #11709f;
    border-radius: 0;
    color: white;
}

#other-payament-options input, .credit_input_accord {
    display: none;
}

.wpep-popup-open .show-box {
    display: block !important;
}

.wpep-popup-open .hide-box {
    display: none !important;
}

.wpep-popup-open .back-switch {
    cursor: pointer;
}

.wpep-popup-open span.back-switch {
    text-transform: capitalize;
    margin-top: 0;

}
span.back-switch {
    padding: 0 9px 9px 0;
    text-align: center;
    margin-top: 13px;
}

button.payment-process-btn img {
    vertical-align: middle;
    padding-left: 10px;
    margin: 0;
}

span.back-switch.show-box img {
    vertical-align: middle;
    padding-right: 4px;
    width: 23px;
    margin: 0;
}

.wpep_container h2{
	font-size:16px;
}
@media only screen and (max-width: 1192px) {
    ul.wpep-tabs-list li {

        width: 88px;

    }
}

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


    .wpep_container ul.wpep-tabs-list li {
        width: 70px;
        font-size: 12px;
        margin-left: 0;
        line-height: 17px;
    }

    .wpep_container div#wpep-tabs ul.wpep-tabs-list li span label {
        background-size: 50% !important;
        padding: 0;
    }

    .wpep_container ul.wpep-tabs-list li span label {
        height: 55px;

    }

    .wpep_container h2 {
        font-size: 22px;
    }

    .wpep_container div.payment-informations-sec {
        display: none;
    }

    button.payment-process-btn {
        width: 100%;
        padding: 15px 0;
        margin-top: 20px;
        font-size: 18px;
        text-transform: capitalize;
        position: relative;
        border: none;
        background: #11709f;
        border-radius: 3px;
        color: white;
    }

    #other-payament-options input, .credit_input_accord {
        display: none;
    }

    .show-box {
        display: block !important;
    }

    .hide-box {
        display: none !important;
    }

    .back-switch {
        cursor: pointer;
    }

    .wpep-popup-open ul.wpep-tabs-list li {
        width: 50px;

    }

    .wpep-popup-open ul.wpep-tabs-list li span label {
        height: 45px;
    }

    .wpep-popup-open div#wpep-tabs ul.wpep-tabs-list li span label {
        background-size: 65% !important;
    }


}

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

    .wpep_container ul.wpep-tabs-list li {
        width: 54px;
    }

    .wpep_container ul.wpep-tabs-list li span label {
        height: 45px;
    }

    .wpep_container div#wpep-tabs ul.wpep-tabs-list li span label {
        background-size: 60% !important;
        padding: 0;
    }
}


.error-red{

    color:red;
    /*border: 1px solid red;*/
}