.fullheight{
  display:flex;
  align-items:center;
  justify-content:center;
  height:100vh;
}
.whatsapp-button{
    position: fixed;
    bottom: 20px;
    right: 30px;
    
    background: #25D366;
    border-radius: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
}

.whatsapp-button a{
  	display:flex;
  	align-items:center;
  	justify-content:center;
    width: 36px;
    height: 36px;
    font-size: 22px;
    color: #fff;
}

.alomat-font-menu{
  	font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    text-decoration: none;
}
.home-btn{
  transition: all .15s ease-in-out;
}
.home-btn:hover{
  cursor:pointer;
  background-color:#B6D0E5 !important;
  scale: 105%; 
}
.alomat-input-hide{
  display:none;
}