.lang_container{
   position:absolute !important; 
   top:-10px; 
   right:173px;
   width:auto;
   height:auto;
   transition: 1s;
   z-index: 1032;
}

.lang{
    margin-left:5px;
    padding:5px;
}
.lang:hover {
/*    background-color: white !important;
    color: #007bff !important;
    font-weight:bold !important;
    
    transition:0.5s;*/
}


@media only screen and (max-width: 767px) {
    .lang_container{
        position: absolute !important;
        top: 90px;
        right: 30px;
        font-size: 16px;

    }
}

@media only screen and (min-width: 768px) {
    .lang_container {
        left: 100px;
        top: 5px;
    }
}