/* CSS Document */

.form-group {
    margin-bottom: 10px;
}

.hidden {
    display: none !important;
}

label.error {
    float: none;
    color: #e04100;
    padding-left: .5em;
    vertical-align: top;
    display: block;
    font-size: 13px;
    text-align: right;
}
/*-----------------------------------

	english enquery form

-----------------------------------*/
#form_ {
    position: relative;
}

    #form_ .req-base {
        position: relative;
    }

@media (min-width: 768px) {
    #form_ .req-base {
        padding-left: 0;
        /*padding-right: 10px;*/
    }
}

#form_ label {
    font-size: 13px;
}

#form_ label.require {
    font-weight: bold;
}

@media (min-width: 768px) {
    #form_ .require {
        padding-right: 10px;
    }

    #form_ label.require {
        text-align: right;
    }
}

#form_ .require span {
    color: #D15E52;
    font-weight: bold;
    font-size: 16px;
}

#form_ button {
    width: 196px;
    height: 44px;
    margin-top: 5px;
}

#form_ button {
    display: block;
    width: 196px;
    height: 44px;
    line-height: 44px;
    background: #E0A33A;
    border-radius: 4px;
    font-size: 15px;
    color: #503216;
    text-align: center;
    transition: all .3s;
    border: none;
}

    #form_ button:hover {
        color: #503216;
        text-decoration: none;
        background: #E6B561;
        border-color: #E6B561;
    }

    #form_ button:focus {
        outline: none;
    }

#form_ #img-referral-loading {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: -5px 5px 0 0;
}

#thankyou_block {
    margin: 30px 0 0;
}

    #thankyou_block .title {
        font-size: 34px;
        color: #f3ab00;
        margin: 0 0 15px;
        text-align: center;
    }

    #thankyou_block .detail {
        font-size: 14px;
        line-height: 1.5;
    }

    #thankyou_block .tel {
        margin: 20px 0 0;
        text-align: center;
    }

        #thankyou_block .tel a {
            display: inline-block;
            font-size: 20px;
            font-weight: bold;
            color: #cf4f27;
        }

            #thankyou_block .tel a::before {
                content: "";
                position: relative;
                top: 5px;
                display: inline-block;
                width: 24px;
                height: 24px;
                background-image: url(/images/landing/slider_icon2.png);
                background-size: contain;
                margin-right: 5px;
            }

/*css rtl*/

@media (min-width: 768px) {
    [dir="rtl"] #form_ .require {
        text-align: right;
    }

    [dir="rtl"] .modal-dialog .modal-content button {
        margin-left: 0px;
    }
}

[dir="rtl"] #thankyou_block {
    margin: 0;
}

[dir="rtl"] #thankyou_block .title {
    text-align: right;
    color: #603D19;
}

[dir="rtl"] #thankyou_block .detail {
    text-align: right;
}
[dir="rtl"] #thankyou_block .tel {
    text-align: right;
}
[dir="rtl"] #thankyou_block .tel a {
    color: #603D19;
    font-size: 1rem;
}

[dir="rtl"] #thankyou_block .tel a::before {
    width: 0;
    background-image: none;
    margin-right: 0px;
}