

.open-accessibility {
    : 30px !important;
    : initial !important;
    display: flex !important;
    justify-content: end !important;
    direction:  !important;
top: 70px !important;
    min-width: initial !important;
}

.signIn {
    border-top--radius: 25px;
    border-bottom--radius: 25px;
}

.signUp {
    border-top--radius: 25px;
    border-bottom--radius: 25px;
}

#changeLangDiv {
    margin: 0 20px;
    float:;
    height: 100%;
    display: flex;
    align-items: center;
 }

#changeLangDiv select {
    background: #f3f8fb;
    border-radius: 80px;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: #333;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    width: 48px;
    height: 48px;
    cursor: pointer;
       padding: 0 12px;
}
@media screen and (max-width:600px) {
    .fa-bars {
        float:;
        font-size: 26px;
    }
     #changeLangDiv select {
height: 30px;
    border-radius:initial;

}



    #logo_img{
         float: !important;
    }
}

@media screen and (max-width:350px) {
    .col-sm-hilix-350 {
         flex: 0 0 auto;
         width: 100% !important;
    }

    .fixed-height-400 {
        height: 400px;
    }
}

@media screen and (max-width:780px) {
.open-accessibility {
 : 0px !important;
    z-index: 10000;
    top: 70px;
}

.open-accessibility.open-accessibility-collapsed .open-accessibility-container {
   border-radius: 0% 50% 50% 0%;
}
}