.UIContactUs {
        background: #ffffff none repeat scroll 0 0;
        padding: 20px 0;
        padding-bottom: 0;
}
.UIContactUs .Head {
        padding: 0;
        text-align: center;
        display: block;
        margin-bottom: 30px;
        display: none;
}
.UIContactUs .Head .Title {
        text-align: center;
        display: inline-block;
        /* display: none; */
        font-size: 32px;
        font-weight: 700;
        text-transform: uppercase;
        position: relative;
        padding: 4px 0;
        margin: 0;
        color: #1a8853;
}
.UIContactUs .Head .Title::after {
        content: "";
        display: block;
        width: 70px;
        border-bottom: 5px solid #d6a733;
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
}
.UIContactUs .InfoError {
        background-color: transparent;
        border: 0 none;
        height: 20px;
        padding: 5px 0;
}
.UIContactUs .divInfo{
        color: red;
        font-size: 14px;
        background: #ffe3af;
        padding: 10px;
}
.UIContactUs .InfoError .Msg {
        color: Red;
        font-size: 20px;
        font-family: 'Roboto Condensed', sans-serif;
}
.UIContactUs .FormBody {
        width: 100%;
}
.UIContactUs .FormBody .FormContact {
        width: 100%;
}
.UIContactUs .FormBody .FormContact .LabelText 
{
        font-size: 16px;
        height: 30px;
        padding: 5px 0;
}
.UIContactUs .FormBody .FormContact .InputText .InputFied {
        width: 100%;
        padding: 8px;
        border-radius: 3px;
        border: 1px solid #6c757d;
        outline: none;
}
.UIContactUs .FormBody .FormContact .InputContact {
}
.UIContactUs .FormBody .FormContact .InputContact .Content {
        height: 90px;
        width: 100%;
        border-radius: 5px;
        border: 1px solid #6c757d;
        padding: 5px;
}
.UIContactUs .SubmitForm {
        padding: 15px;
        text-align: center;
}
.UIContactUs .SubmitForm .btnSubmit {
        background: #f1f1f1;
        border-radius: 4px;
        border:none;
        color: #2c4e8b;
        font-size: 16px;
        padding: 8px 35px;
        /* text-transform: uppercase; */
        margin: 15px 0;
        display: inline-table;
        cursor:pointer;
        font-weight: 500;
        display: inline-block;
}
.UIContactUs .SubmitForm .btnSubmit:first-child{
        background: #ce1126;
        color: #fff;
}
td.InputText {
        line-height: 0;
}
.UIContactUs .FormBody .FormContact input, .UIContactUs .FormBody .FormContact textarea {
        font-size: 14px;
}
td.InputText input {
        border-radius: 5px;
        border: 1px solid #6c757d;
        width: 100%;
        padding: 8px;
}
.UIContactUs .FormBody .FormContact td {
        padding: 5px 0;
        font-size: 16px;
        color: #212529;
}
.UIContactUs .gvwAnswer {
        width: 100%;
}
.UIContactUs input[type='file']::-webkit-file-upload-button {
        visibility: hidden;
}
.UIContactUs input[type='file']::before {
        content: 'Select File';
        background: #FFFFFF;
        /* Grey 5 */
        border: 1px solid #2c4e8b;
        box-sizing: border-box;
        border-radius: 6px;
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 15px;
        text-transform: uppercase;
        /* Grey 5 */
        color: #2c4e8b;
        padding: 10px 16px
}
.UIContactUs input[type='file']:hover::before {
        border-color: black;
}
.UIContactUs input[type='file']:active::before {
        background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.UIContactUs input[type='file']{
        padding: 10px 0;
        border: none;
}
.UIContactUs .Title {
        font-weight: 700;
        line-height: 45px;
        font-size: 26px;
        text-transform: uppercase;
        text-align: left;
        color: var(--color-primary);
}
.UIContactUs .Title span{
        font-family: 'UTM Time';
}
@media only screen and (max-width: 768px){
        div.UIContactUs {
                padding: 0 10px !important;
        }
}
