.UIContactUs {
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
}
.UIContactUs .Head {
        padding: 0;
        text-align: center;
        display: none;
}
.UIContactUs .Head .Title {
        color: #c70d0c;
        font-size: 18px;
        padding: 0;
        display: none;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 10px;
}
.UIContactUs .Title{
        margin: 10px 0;
}
.UIContactUs .Title span{
           font-family: Merriweather;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}
.UIContactUs .InfoError {
        background-color: transparent;
        border: 0 none;
        height: 20px;
        padding: 5px 0;
        display: none;
}
.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%;
        padding: 40px;
        background-color: #F9F9F9;
}
.UIContactUs .FormBody .FormContact {
        width: 100%;
}
.UIContactUs .FormBody .FormContact .LabelText 
{
       line-height: 19px;
    text-transform: uppercase;
    width: 170px;
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    color: #3B4E68;
    padding: 10px 0;
    vertical-align: middle;
    font-size: 14px;
}
.UIContactUs .FormBody .FormContact .InputText .InputFied {
        background: #FFFFFF;
        border: 1px solid #ECEDF0;
        box-sizing: border-box;
        border-radius: 6px;
        padding: 10px 16px;
        color: #212121;
        font-size: 14px;
        line-height: 17px;
        font-weight: 400;
        width: 100% !important;
}
.UIContactUs .FormBody .FormContact .InputContact {
}
.UIContactUs .FormBody .FormContact .InputContact .Content {
        background: #FFFFFF;
    border: 1px solid #ECEDF0;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 10px 16px;
    color: #778294;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    width: 100% !important;
}
.UIContactUs .SubmitForm {
        padding: 15px;
        text-align: center;
        background: #f9f9f9;
}
.UIContactUs .SubmitForm .btnSubmit {
        background: #CE1126;
        padding: 12px 30px;
        border-radius: 200px;
        opacity: 0px;
        font-family: Roboto;
        font-size: 16px;
        font-weight: 700;
        line-height: 23px;
        text-align: left;
        color: #ffffff;
        display: inline-block;
        width: 150px;
        text-align: center;
}
.UIContactUs .SubmitForm .btnSubmit[id*='btnCancel']{
           border: 1px solid #DADCE0;
        background: #FFFFFF;
        width: 150px;
        color: #3D4043;

}
td.InputText {
        line-height: 0;
}
.UIContactUs .FormBody input[type=file]::file-selector-button{
        border: 1px solid #1259A0;
        background: url(images/download.png) no-repeat left;
        background-position-x: 31px;
        background-color: #E9F0FD;
        width: 161px;
        height: 40px;
        padding: 8px 20px 8px 31px;
        border-radius: 4px;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        text-align: center;
        color: #1259A0;
}
.UIContactUs .FormBody .FormContact input, .UIContactUs .FormBody .FormContact textarea {
        font-size: 14px;
        background: #FFFFFF;
        border: 1px solid #ECEDF0;
        box-sizing: border-box;
        border-radius: 6px;
        padding: 10px 16px;
        color: #778294;
        font-size: 14px;
        line-height: 17px;
        font-weight: 400;
        width: 100% !important;
}
td.InputText input {
        border-radius: 3px;
        border: 1px solid #c7c7c7;
        width: 100%;
        padding: 5px;
}
.UIContactUs .FormBody .FormContact td {
          line-height: 19px;
    text-transform: uppercase;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    color: #3B4E68;
    padding: 10px 0;
    vertical-align: middle;
    font-size: 14px;
}
.UIContactUs .gvwAnswer {
        width: 100%;
}
@media only screen and (max-width: 1023px){
        div.UIContactUs {
                padding: 0 10px !important;
        }
}
@media only screen and (max-width: 768px){
        div.UIContactUs {
                padding: 0 16px !important;
                max-width: 100vw;
        }
        .UIContactUs .FormBody{
                padding: 16px;
        }
        .UIContactUs .FormBody .FormContact>tbody>tr{
                display: flex;
                flex-direction: column;
                gap: 20px;
        }
        .UIContactUs .FormBody .FormContact td {
                padding: 0;
        }
        .UIContactUs .FormBody .FormContact .LabelText{
                width: 100%;
                padding: 0;
        }
}
