.clear{
    clear: both;
    display: block !important;
}

.required{
    border: 1px solid #EA4335 !important;
}

#paymentForm {
    margin: 0 auto;
    max-width: 1100px;
}

#card_number {
    background-image: url("../image/images.png"), url("../image/images.png");
    background-position: 2px -116px, 260px -55px;
    background-repeat: no-repeat;
    background-size: 120px 361px, 120px 361px;
    padding-left: 54px;
}

.live_validate{
    background-color: #fff !important;
    width: 80%;
}

.field_holder li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    display: inline-block;
    padding: 0 !important;
    margin: 0 !important;
    width: 32%;
}

.card_form{
    display: none;
}

.action_buttons {
    background: #c3251b;
    border-radius: 25px;
    color: #fff;
    display: block;
    margin-top: 15px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 150px;
    border: 2px solid #fff;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.installment_width{
    width: 250px;
}

.action_buttons:hover{
    border: 2px solid #c3251b;
    background: #fff;
    color: #c3251b;
}

.banner_wrap {
    position: relative;
}

.banner_wrap .banner_image {
    display: block;
    width: 100%;
}

.banner_wrap > p {
    color: #fff;
    font-family: "Work Sans",sans-serif;
    font-size: 2.6em;
    font-weight: 600;
    left: 0;
    line-height: 1.2em;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 35%;
}

.form_title {
    border-bottom: 1px solid #c3251b;
    color: #c3251b;
    margin-bottom: 25px;
    padding-bottom: 10px;
    width: 90%;
}

.final_info {
    background: #40a068 none repeat scroll 0 0;
    color: #fff !important;
    padding: 15px !important;
    width: 90%;
    /*display: none;*/
}

.process {
    display: none;
    color: #c3251b !important;
    font-style: italic !important;
	margin-top: 10px;
}

.process img {
    margin-right: 10px;
}

.response_wrap {
	display: none;
    margin-top: 4%;
	border-radius: 5px;
    padding: 3%;
}

.success_response_wrap {
    background: #008bd6;
}

.fail_response_wrap{
	background: #FF3838;
}

.response_wrap p {
    color: #fff !important;
}

.intro_form {
    position: relative;
}

.back_btn {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 43px;
    color: rgba(0, 0, 0, 0.8);
    display: block;
    margin-top: 16px;
    padding: 10px 25px !important;
    text-align: center;
    text-decoration: none;
    width: 60px;
        -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    margin-right: 30px;
}

.back_btn:hover{
    background: #444;
    color: #fff;
}

.card_form .left{
    float: left;
}


.field_holder > ul {
    padding: 0 !important;
}

.vert_space{
    height: 35px;
}

.light_text {
    color: #C52C22 !important;
    font-size: 15px !important;
}

.course_summary, .course_summary_success, .course_summary_failed {
    width: 100%;
}

.course_summary > li, .course_summary_success li, .course_summary_failed li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    display: inline-block;
    padding: 0 !important;
    vertical-align: top;
    width: 48%;
}

.course_summary_success, .course_summary_failed {
    border: 4px solid #66a837;
    border-radius: 12px;
    display: block;
    padding: 25px !important;
}

.course_summary_failed{
    border: 4px solid #CB4038;
}

.summary_text {
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 0 !important;
}

.success_text {
    color: #369128 !important;
}

.summary_title {
    color: #c52c22;
}

.cont-sec p {
    color: #2a2a2a;
    font: 18px/28px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
    letter-spacing: 0;
    padding: 10px 0;
}

.summary_info {
    font-weight: 100 !important;
}

.success.info_text {
    background: #69af5f none repeat scroll 0 0;
    border: 1px solid #71b567;
    border-radius: 8px;
    color: #fff !important;
    line-height: 33px !important;
    margin: 5%;
    padding: 30px !important;
    text-align: center;
}

#lgthFix {
    width: 70%;
}

#lgthFix input {
    width: 95%;
}

.failed_text{
    color: #CB4038;
}

.failed_info {
    color: #cb4038 !important;
    text-align: center;
}

#postFix input{
    width: 90% !important;
}

.ng-touched.ng-invalid, form.check .ng-untouched.ng-invalid, .check .ng-untouched.ng-invalid, form.ng-submitted .ng-invalid
{
    border-color: red;
}