
.UIContactUs {
    margin: 20px 0;
    border-radius: 0px 12px 12px 0;
    box-shadow: 0px 0px 20px 0px #D2D6E5E5;
    padding: 40px;
    clip-path: inset(-20px -20px -20px 1px);
    height: 750px;
    padding-left: 80px;
}
.UIContactUs>div{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.UIContactUs>div:nth-child(2){
    display: none;
}
.UIContactUs .Head {
    padding: 0;
    display: none;
}
.UIContactUs .divInfo{
       white-space: nowrap;
       overflow: hidden;
       text-overflow: ellipsis;
       width: 300px;
       color: #DA251C;
}
.UIContactUs .divInfo br{
     content: " ";
}
.UIContactUs .InfoError {
    background-color: transparent;
    border: 0 none;
    /* height: 20px; */
    /* padding: 4px; */
    display: none;
}
.UIContactUs .InfoError .Msg {
    color: Red;
    font: 10pt Arial;
}
.UIContactUs .FormBody {
    width: 100%;
}
.UIContactUs .FormBody .FormContact tr{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
    width: 100%;
}
.UIContactUs .FormBody .FormContact tr:nth-child(7),
.UIContactUs .FormBody .FormContact tr:nth-child(8){
    width: 50%;
}
.UIContactUs .FormBody .FormContact tr:nth-child(2),
.UIContactUs .FormBody .FormContact tr:nth-child(6){
    display: none;
}
.UIContactUs .FormBody .FormContact {/* font: 14px arial; *//* color: #444; */width: 100%;}
.UIContactUs .FormBody .FormContact>tbody{
    display: flex;
    flex-wrap: wrap;
    /* gap: 0px; */
}
.UIContactUs .FormBody .FormContact .LabelText {
    /* height: 35px; */
    width: 100%;
}
.UIContactUs .FormBody .FormContact .LabelText span{
    font-family: Google Sans;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #2E2E2E;
}
.UIContactUs .FormBody .FormContact .InputText input[type="text"] {
    width: 100%;
    background: #E9EAEA;
    border-radius: 4px;
    border: 0;
    outline: 0;
    padding: 10px;
    color: #2E2E2E;
    font-family: Google Sans;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
}
.UIContactUs .FormBody .FormContact .InputContact {
}
.UIContactUs .FormBody .FormContact .InputContact .Content {
    height: 100px;
    width: 100%;
    width: 100%;
    background: #E9EAEA;
    border-radius: 4px;
    border: 0;
    outline: 0;
    padding: 15px 10px;
    color: #2E2E2E;
    font-family: Google Sans;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
}
.UIContactUs .SubmitForm {
    /* margin: 10px 0; */
    text-align: center;
}

.UIContactUs .SubmitForm .btnSubmit:hover {
    background-color: #005fff;
}
.UIContactUs .SubmitForm {
    display: flex;
    gap: 20px;
    margin-top: auto;
}
.UIContactUs .SubmitForm .btnSubmit {
    background: #1F7BFF;
    color: #FFFFFF;
    border-radius: 200px;
    width: 50%;
    border: 0;
    outline: 0;
    padding: 10px;
    font-family: Google Sans;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    color: #fff;
}
.UIContactUs .SubmitForm .btnSubmit[id*='Cancel']{
    background: #dd3b3b;
}
.UIContactUs .SubmitForm .btnSubmit[id*='Cancel']:hover{
    background: #e60b0b;
}
.UIContactUs .Simple {
    position: absolute;
    right: 8%;
    text-align: left;
    top: 40px;
}
.UIContactUs .Simple > table {
    border-spacing: 5px;
}
.UIContactUs .Simple .lblAlert {
    color: #FFFFFF;
    font: bold 10pt/30px arial;
}
.UIContactUs .Simple .txtName, .txtEmailContact {
    height: 25px;
}
.UIContactUs .Simple .itemSubmit a {
    color: #FFFFFF;
    font: bold 10pt/30px arial;
    margin-right: 10px;
}
@media only screen and (max-width: 768px){
    div.UIContactUs{
        width: calc(100vw - 40px) !important;
        margin: 20px;
        clip-path: unset;
        border-radius: 12px;
        padding: 10px !important;
        height: auto;
    }
}