.lang_btn{
	display: none;
}
.whatsapp2 {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 99999;
  font-size: 12px;
}
@media (max-width: 1199px) {

  .whatsapp2 {
      position: fixed;
      bottom: 15px;
      left: 15px;
      z-index: 99999;
      font-size: 12px;
  }
  	.lang_btn{
	    width: 50px;
	    display: flex;
	    align-items: center;
	}
}