.UIContactUs {
        background: transparent;
        padding: 0;
}
.UIContactUs .Head {
        padding: 0;
        text-align: center;
        display: none;
}
.UIContactUs .Head .Title, .UIContactUs .Title {
        color: #c70d0c;
        font-size: 14px;
        padding: 0;
        display: inline-block;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 10px;
}
.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: transparent;
        font-size: 14px;
        font-family: 'Roboto Condensed', sans-serif;
}
.UIContactUs .InfoError .Msg:before{
        content: 'Thank you for contacting us!';
        color: #198754;
}
.UIContactUs .FormBody {
        width: 100%;
}
.UIContactUs .FormBody .FormContact {
        width: 100%;
}
.UIContactUs .FormBody .FormContact .LabelText 
{
        font-size: 14px;
        height: 30px;
        padding: 5px 0;
        width: 200px;
        text-align: left;
}
.UIContactUs .FormBody .FormContact .InputText .InputFied {
        width: 100%;
        padding: 5px 5px;
        border-radius: 3px;
        border: 1px solid #ccc;
        outline: none;
}
.UIContactUs .FormBody .FormContact .InputContact {
}
.UIContactUs .FormBody .FormContact .InputContact .Content {
        height: 90px;
        width: 100%;
        border-radius: 3px;
        border: 1px solid #c7c7c7;
        padding: 5px;
}
.UIContactUs .SubmitForm {
        padding: 15px;
        text-align: center;
}
.UIContactUs .SubmitForm .btnSubmit {
        background: var(--bg-blue-weight);
        border-radius: 3px;
        /* box-shadow: 0 1px 2px #ddd; */
        border:none;
        color: #fff;
        font-size: 14px;
        padding: 5px 15px;
        text-transform: uppercase;
        margin: 15px 0;
        display: inline-block;
        cursor:pointer;
        font-weight: 600;
        position: relative;
}
.UIContactUs td.InputText {
        line-height: 0;
}
.UIContactUs .FormBody .FormContact input, .UIContactUs .FormBody .FormContact textarea {
        font-size: 14px;
}
.UIContactUs td.InputText input {
        border-radius: 3px;
        border: 1px solid #c7c7c7;
        width: 100%;
        padding: 5px;
}
.UIContactUs .FormBody .FormContact td {
        padding: 5px 0;
        font-size: 14px;
        color: #212529;
}
.UIContactUs .gvwAnswer {
        width: 100%;
}
.UIContactUs span[id*="InputVerifitication"] {
        color: transparent;
}
.UIContactUs span[id*="InputVerifitication"]:before{
        content: 'Enter verification codes';
        color: #333;
}
.UIContactUs span[id*="VerifiImage"] {
        color: transparent;
}
.UIContactUs span[id*="VerifiImage"]:before{
        content: 'Verification codes';
        color: #333;
}
.UIContactUs span[id*="FileUpload"] {
        color: transparent;
}
.UIContactUs span[id*="FileUpload"]:before{
        content: 'File';
        color: #333;
}
.UIContactUs span[id*="Content"] {
        color: transparent;
}
.UIContactUs span[id*="Content"]:before{
        content: 'Content';
        color: #333;
}
.UIContactUs span[id*="Phone"] {
        color: transparent;
}
.UIContactUs span[id*="Phone"]:before{
        content: 'Phone';
        color: #333;
}
.UIContactUs span[id*="Address"] {
        color: transparent;
}
.UIContactUs span[id*="Address"]:before{
        content: 'Address';
        color: #333;
}
.UIContactUs span[id*="FullName"] {
        color: transparent;
}
.UIContactUs span[id*="FullName"]:before{
        content: 'Full name';
        color: #333;
}
.UIContactUs .SubmitForm .btnSubmit[id*="btnSend"], .UIContactUs .SubmitForm .btnSubmit[id*="btnCancel"] {
        color: transparent;
        position: relative;
        width: 100px;
}
.UIContactUs .SubmitForm .btnSubmit[id*="btnSend"]:before {
        content: 'Send';
        color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
}
.UIContactUs .SubmitForm .btnSubmit[id*="btnCancel"]:before {
        content: 'Cancel';
        color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
}
.UIContactUs .divInfo {
        color: transparent;
}
.UIContactUs .divInfo:before {
        content: 'Invalid data';
        color: red;
        font-weight: 600;
}
@media only screen and (max-width: 1023px){
        div.UIContactUs {
                padding: 0 10px !important;
        }
}
