.brandsMainSection{
    padding-bottom: 0;
}
.dsPart {
    margin-bottom: 15px;
    color: #5e5754;
    font-size: 15px;
    width: 100%;
}

.dsPart {
    /* text-align: right; */
    direction: rtl;
    padding-right: 50px;
}


.dsPart > h3 {
    font-size: 18px;
    border-bottom: 1px solid;
    width: 300px;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 10px;
    direction:ltr;
    text-align:left;
}
.dsPart table {
    width: 100%;
    max-width:300px;
    direction:ltr;
}
.dsPart table tr{
    line-height: 2;
}
.dsPart ul li {
    list-style-type: none;
    display: table;
    margin-left: 0px;
    margin-top: 5px;
}
.dsPart ul li:first-child{
    margin-top: 0;
}
.contactWrapper {
    max-width: calc(1366px - 260px);
    margin: auto;
    display: table;
    width: 81.9%;
    padding-bottom: 90px;
}
.contactWrapper > div {
    width: 50%;
    float: left;
}
/*
.formRow > select > option.arrowOption{
    background-image: url(../img/icons/down.svg);
    background-repeat: no-repeat;
    height: 30px;
    background-size: 30px 100px;
}
*/
.formRow select{
    width: 300px;
    height: 30px;
    background-image: url(../Images/icons/down.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: auto 5px;
    -webkit-appearance: none;
    direction:rtl;
    -moz-appearance: none;
    border: 1px solid #5e5754;
    -webkit-border-radius: 0px;
    cursor: pointer;
    text-align: right;
    padding-right: 10px;
}
.dsPart ul li:first-child img{
    width: 20px;
    float: left;
}
/*
.dsPart:first-child ul li:first-child span:last-child{
    margin-left: 35px;
    margin-top: 8px;
    display: block;
}
*/
.dsPart table tr td:last-child {
    /*font-weight: bold;*/
    /*font-size: 18px;*/
    margin-left: 6px;
    text-align: left;
    padding-left: 16px;
    direction: ltr;
}
.dsPart table tr td:first-child {
    margin-left: 19px;
    margin-top: 0;
    font-size: 15px;
}
.formRow {
    margin-top: 15px;
    text-align: center;
}
.formRow label:first-child {
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
}
.formRow > input {
    padding: 5px;
    width: 300px;
    height: 30px;
    font-size: 15px;
    border: 1px solid #5e5754;
}
.formRow textarea{
    width: 300px;
    height: 60px;
    resize: none;
    border: 1px solid #5e5754;
    /*transform:translateX(-1px);*/
}
#upload-file {
   opacity: 0;
   position: absolute;
   z-index: -1;
}
.uploadLabel{
    width: 300px;
    margin: auto;
    text-align: center;
    display: block;
    height: 30px;
    border: 1px solid;
    padding-top: 5px;
    cursor: pointer;
    border: 1px solid #5e5754;
    transition: all 0.4s;
}
.uploadLabel:hover{
    background: #5e5754;
    color: #fff;
}
.contactForm{
    padding-left: 30px;
    border-left: 1px solid #5e5754;
/*    padding-top: 30px;*/
    padding-bottom: 30px;
    position: relative;
}

.contactWrapper .readMoreBtn{
    right: 0;
    left: 30px;
    color: #5e5754;
    bottom: -40px;
}
h2 {
    margin-bottom: 30px;
}
.contactInfo {
    padding-top: 11px;
}
.ui-button:focus .ui-icon {
    /*background-image: none !important;
    background-position: top !important;*/
}
.ui-selectmenu-text {
    text-align: center;
    display: inline-block;
    margin: auto;
    width: auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    padding-top: 4px;
    /*text-align:center;
    display:block;
    margin:auto;
    width:100px;*/
}
.formRow.selectRow.mobileSelect{
    display:none;
}
.formRow select option:hover {
    background: #5e5754;
    color: #fff;
}
@media screen and (max-width:668px){
    .contactForm{
        padding-left: 0px;
        border-top: 1px solid #5e5754;
        border-left: none;
    }
    .contactWrapper > div {
        width: 100%;
        float: none;
    }
    .formRow {
        margin-top: 15px;
        text-align: center;
    }
    .uploadLabel{
        margin: auto;
    }
    .contactWrapper .readMoreBtn{
        right: 0;
    }
    
    .dsPart ul li span:first-child {
        font-weight: bold;
        font-size: 18px;
        margin-left: 6px;
        float: left;
    }
    .dsPart ul li span:last-child {
        margin-left: 8px;
        margin-top: 3px;
        font-size: 15px;
        float: left;
    }
    .dsPart:first-child ul li:first-child span:last-child{
        margin-left: 7px;
    }
    h2 {
        text-align: center;
    }
    .dsPart {
        padding-right: 0 !important;
        text-align:center;
    }
    .dsPart table {
      margin:auto;
    }
    .dsPart ul li span:last-child {
        margin-right: 5px !important;
        width: calc(100% - 80px);
        direction: ltr;
        text-align: left;
        line-height: 1.5;
    }
    .contactWrapper .dsPart:first-child ul li:first-child span:last-child {
        margin-left: 0;
        /* float: left; */
        margin-right: 25px;
        margin-top: 0;
        float: right;
        width: calc(100% - 70px);
    }
    .formRow.selectRow.mobileSelect {
        display: block;
    }
    .formRow.selectRow:not(.mobileSelect) {
        display: none;
    }
}
h1 {
    font-size: 36px;
    margin-bottom: 30px;
    height: 30px;
    line-height: 32px;
}
.input-validation-error {
    border-color: rgb(195, 0, 0) !important;
}