body{font-family:'Rubik',sans-serif;color: rgba(23, 24, 26, 0.5);}
.panel{background-color: #fff;padding: 40px;border-radius: 5px;}
.panel .panel-body{max-width: 600px; margin: auto;}
.panel h2{text-align: center;color: #17181A;font-weight: 500;font-size: 24px;margin: 0 0 40px;}
.panel h2.success{color: #00B027;}
.panel h4{text-align: center;color: #17181A;font-weight: 500;font-size: 20px;margin: 0 0 40px;}
.form-group{
    margin-bottom: 25px;
}
.form-group > label{
    display: block;
    padding-bottom: 5px;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group .InputElement,
.form-group #card_number,
.form-group #card_expiry,
.form-group #card_cvc{
    font-size: 14px;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #657285;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 7px 10px 10px 10px;
}
.panel-body .row {
    display: flex;
}
.panel-body .row .left{
    flex: 1;
    margin-right: 20px;
}
.panel-body .row .right{
    flex: 1;
}
.btn {
    background: #EC6F28;
    border-radius: 5px;
    height: 44px;
    line-height: normal;
    color: #fff;
    font-size: 16px;
    width: 100%;
    border: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-family:'Rubik',sans-serif;
    cursor: pointer;
}
.cc-notes{font-size: 12px;padding: 30px 0 0;}
.cc-notes em{color: #DF320C;font-style: normal;}
.cc-notes a{color: #ec6f28d4;}
.status{
    max-width: 600px;
    margin: auto;
}
.status h4{
    text-align: left;
    margin: 10px 0 10px;
}
.status ul{margin: 0 0 30px;padding: 0;color: #666;}
.status ul li{display: flex;list-style: none;margin: 0;padding: 10px 0;border-bottom: 1px solid #eee;font-size: 13px;}
.status ul li b{
    width: 150px;
}

@media (max-width: 768px){
    .status ul li{flex-direction: column;}
    .status ul li b{margin-bottom: 5px;}
}
.hidethis{display: none;}
#paymentResponse{
    margin-bottom: 20px;
}
#paymentResponse p{
    background: #ffffe5;
    text-align: center;
    padding: 10px 15px
    font-size: 13px;
    margin: 0;
}

#checkout-form.pricingpanel{padding: 0;background: transparent;}
#checkout-form.pricingpanel .panel-body{max-width: 100%;}
#checkout-form.pricingpanel #payBtn{width: auto;background: #EC6F28;box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);border-radius: 15px;min-width: 280px;}
#checkout-form.pricingpanel #payBtn[disabled]{background: #F3C1A5;box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);cursor:not-allowed}
#checkout-form.pricingpanel .form-group > label{font-size: 14px;color: #17181aa1;background-color: #fff;display: inline-block;line-height: normal;padding: 1px 7px;position: relative;top: 9px;left: 10px;}
#checkout-form.pricingpanel .form-group input[type="text"],
#checkout-form.pricingpanel .form-group input[type="email"],
#checkout-form.pricingpanel .form-group .InputElement,
#checkout-form.pricingpanel .form-group #card_number,
#checkout-form.pricingpanel .form-group #card_expiry,
#checkout-form.pricingpanel .form-group #card_cvc{
    padding: 8px 10px 9px 15px;
}
@media (min-width: 770px){
    .for-mobile{display: none;}
}
@media (max-width: 770px){
    .cc-notes img{height: 30px;margin-right: 6px;}
    .cc-notes > em{display: none;}
}

.success-pricing{
    text-align: center;
    margin: 80px 0 0;
}
.success-pricing h2{
    color: #17181A;
    background: url(../img/pricing-success.png) no-repeat 50% 0;
    padding-top: 130px;
    background-size: 112px auto;
    margin-bottom: 30px;
}
.success-pricing ul{
    width: 90%;
    max-width: 400px;
    display: block;
    margin: 0 auto 20px;
    text-align: left;
    padding: 0;
}
.success-pricing ul li{
    display: block;
    padding-bottom: 10px;
    color: #EC6F28;
    font-size: 15px;
}
.success-pricing .ioslink{
    background: #EC6F28 url(../img/pricing-apple-btn.png) no-repeat 30px 46%;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    padding: 14px 40px 14px 60px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

@media (max-width: 770px){
    .success-pricing h2{
        font-size: 17px;
        background-size: 100px;
        padding-top: 110px;
    }
    .success-pricing{
        margin:20px 0;
    }
    .success-pricing ul li{
        font-size:13px;
    }
}