.control-group .help-block, .control-group .help-block-pin{
    display: none;
    color: #800517;
    /*position: absolute;*/
    font-weight: 400;
    font-size:  0.7rem;
    /*right: 0;*/
    margin: 0;
    /*top: unset;*/
}

/*.loading-mask{
    line-height: 0;
    font-size: 0px;
}
.loading-mask .loader > img{
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}*/

.loading-mask{
    bottom: 0px;
    left: 0px;
    margin: auto;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
}
/*.loading-mask .loading-mask-image{
    bottom: 0px;
    left: 0px;
    margin: auto;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
}*/

/*Book Now Button*/
.form-horizontal #pay-now-btn{
    border: 1px solid #489272;
    background: #29b679;
    border-radius: 50px;
    font-family: Arial;
    font-weight: 700;
    font-size: 16px;
    padding: 9px 0 6px;
    margin: 0;
    transition: all 0.3s ease-out;
}
.form-horizontal #pay-now-btn .book-now-link{
    text-decoration: none;
    color: #fff;
}
.form-horizontal #pay-now-btn:hover{
    background: #ffffff;
}
.form-horizontal #pay-now-btn:hover .book-now-link{
    color: #000000;   
}

.form-horizontal .pay-a-now-btn-div #pay-now-btn:hover .book-now-link{
    color: #000000;   
}
/*End*/

@media only screen and (max-width: 767px) {
    .loading-mask{
        bottom: unset;
        top: 50px;
    }
    /*for the Button Ordering*/
    .button-wrapper{
        display: flex;
        flex-direction: column;
    }
    .button-wrapper .get-a-call-btn-div{
        order: 2;
    }
    .apply-now-form .button-wrapper .get-a-call-btn-div .control-group{
        padding-bottom: 0px;
    }
    .apply-now-form .button-wrapper .pay-a-now-btn-div{
        padding-bottom: 10px;
    }
}

#coupon_code_button {
    background: #29b679;
    border-radius: 50px;
    font-family: Arial;
    font-weight: 700;
    font-size: 16px;
    padding: 9px 0 6px;
    margin: 0;
    transition: all 0.3s ease-out;
    text-decoration: none;
    color: #fff;
  }