@media (max-width: 1100px) {
.switchlang {
   
    top: 18px !important;
    left: 75px!important;
}}




@media (max-width: 991px) {
.switchlang {
   
    top: 30px !important;
    left: 80px!important;
}}



@media (max-width: 830px) {
    .switchlang {
        top: 30px !important;
        left: 175px !important;
    }
}

@media (max-width:730px) {
    .switchlang {
        top: 30px !important;
        left: 20px !important;
    }
}


@media (max-width:680px) {
    .switchlang {
        top: 30px !important;
        left: 90px !important;
    }
}


@media (max-width:420px) {
    .switchlang {
        top: 45px !important;
       
    }
}