h1 {
    color: #449be2;
}

.h1-en {
    color: #449be2;
}

.blue-btn {
    background: #449be2!important;
    white-space: normal!important;
}

button.normal-btn {
    white-space: normal;
}

.btn.clickButton.blue-btn:hover {
    color: #fff;
    background: #007aff!important;
}

#loading {
    background-color: #449be2!important;
}


/*==== overwrite form.css ====*/

.reload-btn {
    font-size: 1.3em;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    color: #fff;
    background: #007aff!important;
    width: 42px;
    height: 42px;
    padding: 8px;
    text-decoration: none !important;
    text-align: center;
    margin-bottom: 15px;
}

.reload-btn:hover {
    background: #3294ff;
    text-decoration: none !important;
}

a {
    color: #007aff;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #3294ff;
}

h2 {
    text-align: left;
    font-size: 1em;
    color: #000;
    font-weight: normal;
}

.h1-btm-line {
    margin: 20px 0px;
    text-align: left;
    font-size: 1em;
}

.btn-primary {
    background-color: #0081b4;
    color: #fff !important;
    border-radius: 5px!important;
    border: 0px;
}

.btn {
    border-radius: 30px!important;
    padding: 5px 40px;
}

.formDescription-date {
    color: #0081b4;
    margin: 0px 20px 0px 20px;
    font-weight: bold;
    font-size: 1.2em;
}

.bulebold {
    color: #0081b4;
    font-weight: bold;
}

#formDesc {
    color: #000;
    background: #f5f5f5;
    width: 100%;
    padding-bottom: 15px;
}

button.normal-btn:hover,
button.normal-btn:focus {
    color: #ffffff!important;
}

.thankyou-title {
    margin: 0px 0px;
    text-align: center;
    font-size: 1.5em;
    color: #449be2;
    FONT-WEIGHT: 600;
}

.thankyou-text {
    margin: 0px 0px;
    font-size: 1em;
    color: #449be2;
    FONT-WEIGHT: 600;
}

.coupontnc-title {
    font-weight: bold;
    margin-bottom: 15px;
}

.coupontnc {
    margin-left: -15px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
}

.coupontnc ol {
    margin-left: -25px;
}

@media only screen and (max-width: 550px) {
    .coupontnc ol {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .rgp-container ul li {
        margin-bottom: 8px!important;
    }
    .rgp-container .no-gutter ul {
        padding: 0px;
        margin-top: 10px;
    }
}

.error {
	padding-left:0px!important;
}

.form-control.error {
	padding-left:15px!important;
}


