.lang_form_content{
    position: relative;
}
.lang_list{
    position: absolute;
    padding: 0.8rem;
    top: 2.5rem;
    width: 100%;
    min-width: max-content;
    max-height: 260px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px #ccc;
    background-color: #fff; 
    display: none;
    z-index: 91;
}
.box_cur_lang{ 
    max-height: 37px; 
    cursor: pointer; 
    border-radius: 5px; 
    color: #fff;
    z-index: 9; 
    border-radius: 5px;
}
.box_cur_lang p{
    gap: .5rem;
    font-size: 16px!important;
    margin-top:0px!important;
    justify-content: center;
}

.lang_list p:first-child{
    margin-top: 0rem;
}
.lang_list p{
    gap: .5rem;
    color: #333!important;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 6px!important;
} 
.lang_list p span{
    font-size: 15px;
    font-weight: 400;
    color: #757575!important;
    cursor: pointer;
}
header .header_main .right nav form.lang_form_content{
    display:none;
}
.box_cur_lang img{
    width: 24px!important;
    height: 24px!important;
}
@media screen and (max-width: 786px) {
    header .header_main .right nav form.lang_form_content{
        display:block;
    } 
    .box_cur_lang p{
        font-size: 14px!important;
    }
    .lang_list{
        z-index: 9999!important;
    }
    .lang_list p{
        font-size: 14px;
    }
}  