@charset "utf-8";
/* CSS Document */

body{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #454545;
    font-weight: 400;
    line-height: 1.66em;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
*{
    outline: none;
}

.payment-form{
    background: #e9e9e9;
}
.payment-form-heading{
    background-color: #011f4b;
    padding: 10px;
}
.payment-form-heading img{
    max-width: 250px;
}
.payment-form-content{
    padding: 20px 70px;
}
.payment-content-title{
    text-align: center;
    padding: 0 20px;
    margin-bottom: 25px;
}
.payment-content-title h5{
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 10px;
}
.payment-content-title p{
    margin-bottom: 0;
}
.col-title{
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}
.payment-form-content label{
    margin-bottom: 0;
}
.form-control{
    font-size: 14px;
}
.form-control:focus{
    box-shadow: none;
    border-color: #ced4da;
}
.credit-add-btn {
    background: #011f4b;
    color: #fff;
    font-size: 16px;
    width: 100%;
    line-height: 1;
    padding: 8px 5px;
    border-radius: 5px;
    border: none;
    outline: none;
    position: relative;
    height: 32px;
}
.credit-card-view{
    position: relative;
    background: #216edf;
    max-width: 350px;
    margin:20px auto;
    padding:60px 20px 35px;
    border-radius: 12px;
    color: #fff;
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
.credit-card-view::before{
    content: '';
    position: absolute;
    left: 20px;
    top: 15px;
    width: 25px;
    height: 25px;
    background: url('../images/wi-fi.png') no-repeat 0 0 / 100%;
    transform: rotate(90deg);
}
.credit-card-view::after{
    content: '';
    position: absolute;
    right: 30px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    background: url(../images/chip.png) no-repeat 0 0 / 100%;
    background-size: 100% 100%;
}
.cc-number{
    font-size: 20px;
    margin-bottom: 15px;
}
.cc-credit-text{
    font-size: 16px;
    text-transform: uppercase;
}
.cc-credit-text i{
    color: #c9c9c9;
    display: block;
    font-style: normal;
    font-size: 12px;
    line-height: 1;
    text-transform: none;
}
.cc-blck{
    display: flex;
    margin-top: 10px;
}
.cc-blck .cc-credit-text{
    min-width: 80px;
    margin-right: 20px;
}


@media (min-width: 768px) {
    
}
@media (max-width: 1199.98px) {
    
}
@media (max-width: 991.98px) {
    .payment-form-content {
        padding: 25px 50px;
    }
    .payment-content-title{
        padding: 0 15px;
    }
}
@media (max-width: 767.98px) {
    
}
@media (max-width: 479.98px) {
    .payment-form-content {
        padding: 25px 12px;
    }
}


.form-group label span{
    font-size: 16px;
    color: #d71616;
}

#payment-form .jp-card.jp-card-identified .jp-card-back, .jp-card.jp-card-identified .jp-card-front {
    background-color: #011f4b !important;
}


.button__text {
    color: #ffffff;
    transition: all 0.2s;
}
.button--loading::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}
@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}


@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.error-msg{
    color: #971e1e;
    font-weight: 500;
}

#zformdata{
    display: none;
}


#exMonth{
    width: 50%;
    float: left;
    border-right: none;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    outline: none;
    text-align: right;
}
#exYear{
    float: right;
    width: 50%;
    border-left: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding-left: 20px;
}
.ex-date-row:after {
    content: '/';
    position: absolute;
    left: 50%;
    margin-left: 0px;
    color: #ced4da;
    top: 30px;
    font-size: 24px;
}
