.footer-bar {
  box-shadow: 0px 8px 12px -8px #263cb729 !important;
  width: 100%;
  justify-content: center;
  display: flex;
  height: 50rem;
  bottom: 0px;
  position: fixed;
  z-index: 10000000 !important;
  padding-left: 300rem;
  padding-right: 300rem;
}

.box {
  width: 100%;
  font-size: 18rem;
  cursor: pointer;
  padding: 10rem;
  text-align: center;
  color: #ffffff;
  line-height: 18rem;
  font-weight: 500;
}

.box1 {
  background-color: #05a1ab;
  border-top-left-radius: 8rem;
  border-right: 0.1vh solid rgba(255, 255, 255, 0.2);
  display: flex;
  width: 100%;
  height: 50rem;
  align-items: center;
  justify-content: center;
}

.box2 {
  background-color: #058dab;
  border-right: 0.1vh solid rgba(255, 255, 255, 0.2);
  display: flex;
  width: 100%;
  height: 50rem;
  align-items: center;
  justify-content: center;
}

.box3 {
  background-color: #0583ab;
  border-right: 0.1vh solid rgba(255, 255, 255, 0.2);
  display: flex;
  width: 100%;
  height: 50rem;
  align-items: center;
  justify-content: center;
}

.box4 {
  background-color: #07698e;
  border-right: 0.1vh solid rgba(255, 255, 255, 0.2);
  display: flex;
  width: 100%;
  height: 72rem;
  align-items: center;
  justify-content: center;
}

.box5 {
  background-color: #f37b54;
  border-top-right-radius: 8rem;
  display: flex;
  width: 100%;
  height: 50rem;
  align-items: center;
  justify-content: center;
}

.boxcenter {
  background-color: #f37b54;
  border-top-right-radius: 8rem;
  border-top-left-radius: 8rem;
  display: flex;
  width: 100%;
  height: 72rem;
  align-items: center;
  justify-content: center;
}

.iconmenu {
  width: 32rem;
  height: 32rem;
}

a.cta-button-routing:hover {
  color: #ffffff;
}
