.floatIcon{
  display: none;
  position: fixed;
  width: 100%;
  height: 60px;
  bottom: 0px;
  right: 0px;
  z-index: 10;
  background:rgb(210, 198, 198);
}

@media only screen and (max-width: 1000px) {
  .floatIcon{
      display: inline-grid;
      grid-template-columns: 20% 20% 20% 20% 20%;
  }
}





.floatIcon-group{
  display: inline-grid;
  position: absolute;
  margin-top: -50px;
  grid-template-rows: 80% auto;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.floatIcon-top{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.floatIcon-wrapper{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  grid-row-start: 1;
  
  width: 50px;
  height: 50px;
  overflow: hidden;
  background: #33452a;
  border-radius: 50%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  
}

.floatIcon-wrapper img{
  display: inline-block;
  width: 50%;
  height: 50%;
}

.floatIcon-bottom{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.floatIcon-text{
  display: inline-block;
  grid-row-start: 2;
  font-size: 0.85rem;
  margin-top: 10px;
}









.normal-icon-group{
  display: inline-grid;
  position: absolute;
  grid-template-rows: 60% auto;
  height: 80%;
  margin: 0 auto;
}

.normal-icon-innerWrapper{
  display: inline-flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.normal-icon-top{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.normal-icon-image{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  grid-row-start: 1;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.normal-icon-image img{
  display: inline-block;
  width: 31%;
  height: 31%;
}

.normal-icon-bottom{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.normal-icon-text{
  display: inline-block;
  grid-row-start: 2;
  font-size: 0.8rem;
}

#home-button{
  grid-column-start: 1;
}

#buy-button{
  grid-column-start: 2;
}

#center-button{
  grid-column-start: 3;
}

#booking-button{
  grid-column-start: 4;
}

#list-button{
  grid-column-start: 5;
}