@charset "utf-8";
.change-language-cont {
    top: 27px;
    *top: 26px;
    padding: 10px 5px;
    width: 380px !important;
    max-height: 80vh !important;
    overflow-y: scroll !important;
}
 @media only screen and (max-width: 950px) {
.change-language-cont {
    max-height: none !important;
     width: 100% !important;
         top: unset !important;
    padding: 0 !important;
}
 
 }
  @media only screen and (max-width: 480px) {
 .change-language-cont ul li {
 
    width: 48%; 
}
 
 }
 
 
 
 