/*Payment Page CSSs*/
.payment-hero-section{
    width: 100%;
}
.payment-hero-section-back{
    height: 160px;
}
.payment-details-section{
    width: 100%;
}
.payment-details-section-back{
    min-height: 800px;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 100px;
}

.your-order-box{
    padding-left: 25px;
}
.your-order-box .heading{
    font-size: 24px;
    color: #A059A1;
}
.your-order-box .amount-box{
    font-size: 72px;
    color: #3f3f3f;
    display: inline-block;
    line-height: 1.3em;
}
.your-order-box .amount-box span{
    font-size: 18px;
    color: #3F3F3F;
    text-align: right;
    display: block;
    line-height: 0.1em;
}
.purchase-details-box{
    
}
.purchase-details-box .column-heading{
    font-size: 16px;
    color: #221F1F;
}
.purchase-details-box .title{
    font-size: 14px;
    color: #221F1F;
}
.purchase-details-box .data{
    font-size: 14px;
    color: #221F1F;
}
.purchase-details-box .update-coupon{
    font-size: 14px;
    color: #1E90B2;
}
.purchase-details-box .total-amount{
    font-size: 16px;
}
.purchase-details-box .change-of-student{
    font-size: 14px;
    color: #1E90B2;
}
.contact-info-form-wrapper{
    border: 1px solid #f3f3f3;
    padding: 15px 15px 40px 15px;
    box-shadow: 6px 12px 12px 2px rgba(0,0,0,0.20); 
    background-color: #fff;
    border-radius: 10px;
}
.contact-info-form-wrapper .heading-box {
    font-size: 24px;
    color: #333;
    background-color: #eee;
    padding: 15px;
}
.contact-info-form-wrapper .control-label{
    font-size: 14px;
    color: #666;
}
.contact-info-form-wrapper .form-control,
.contact-info-form-wrapper select{
    height: 52px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(127, 127, 127, 0.39);
    font-size: 18px;
    color: #333;
    padding-left: 10px;
}
.contact-info-form-wrapper .next-step-btn{
    width: 270px;
    height: 52px;
    background-color: #1E90B2;
    color: #fff;
    font-size: 16px;
    padding-top: 10px;
    margin-top: 10px;
}
.contact-info-form-wrapper .next-step-btn:hover,
.contact-info-form-wrapper .next-step-btn:active,
.contact-info-form-wrapper .next-step-btn:focus{
    color: #fff;
}
.contact-info-form-wrapper .footer-note{
    font-size: 14px;
    color: #333;
    text-align: center;
    padding-top: 20px;
}
.payment-box-wrapper{
    border: 1px solid #f3f3f3;
    padding: 15px 15px 40px 15px;
    box-shadow: 6px 12px 12px 2px rgba(0,0,0,0.20); 
    background-color: #F9F9F9;
    border-radius: 10px;
}

.total-amount-box{
    font-size: 60px;
    color: #333;
    line-height: 0.3em;
}
.total-amount-box .tax-included{
    font-size: 18px;
    color: #3F3F3F;
}
.total-amount-box .total{
    font-size: 18px;
    color: #A059A1;
    display: inline-block;
    padding-left: 20px;
}

.payment-box-wrapper .control-label{
    font-size: 14px;
    color: #333;
}
.payment-box-wrapper .form-control,
.payment-box-wrapper select{
    border: none;
    border-bottom: 1px solid rgba(127, 127, 127, 0.39);
    font-size: 18px;
    color: #000;
    border-radius: 0;
    height: 34px;
    padding-left: 8px;
}
.payment-box-wrapper .control-label .help{
    color: #1E90B2;
    font-size: 18px;
}
.payment-box-wrapper .filter-option{
    font-size: 15px;
}
.process-payment-now-btn{
    width: 270px;
    height: 52px;
    background-color: #1E90B2;
    color: #fff;
    font-size: 16px;
    padding-top: 10px;
}
.process-payment-now-btn:hover,
.process-payment-now-btn:active,
.process-payment-now-btn:focus{
    color: #fff;
}



@media(max-width: 767px){
    .payment-hero-section-back{
        height: 137px;
    }
    .payment-hero-content-box{
        bottom: 22px;
    }
    .payment-details-section-back{
        padding-top: 30px; 
    }
    .your-order-box .amount-box{
        font-size: 45px;
    }
    .contact-info-form-wrapper .heading-box{
        font-size: 18px;
    }
    .contact-info-form-wrapper .next-step-btn{
        width: 100%;
    }
    .total-amount-box{
        font-size: 40px;
        line-height: 0.4em;
    }
    .process-payment-now-btn{
        width: 100%;
    }
    .payment-box-wrapper .control-label img{
        width: 132px!important;
        margin-top: 4px;
    }
}
@media(min-width: 768px) and (max-width: 990px){ 
    
}
@media(min-width: 991px) and (max-width: 1199px){ 
    
}
@media(min-width: 1200px){ 
    
}

