

.nav {
  bottom: 0;
  width: 100%;
  height: 55px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background-color: #ffffff !important;
  display: flex;
  overflow-x: auto;
  border-radius: 40px 40px 0 0;
}

.nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  min-width: 50px;
  overflow: hidden;
  white-space: nowrap;
  font-family: sans-serif;
  font-size: 13px;
  color: orange;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.1s ease-in-out;
}

.nav__link:hover {
  background-color: #eeeeee;
}

.nav__link--active {
  color: #003B5F;
}

.nav__icon {
  font-size: 18px;
}



 .container_menu {
   position: relative;
 }

.ijustpay-home{
  position:fixed;

  height: 100px;
  width: 100px;
  left: 50%;
  margin-left: -50px;
  bottom: 50%;
  margin-bottom: 10px;

  height: 60px;
  bottom: 10px;
  border-radius:100px;
  border: none;
  z-index:10000000;

}

.home-logo{
  height: 30px;
}


.dot {
  height: 18px;
  width: 18px;
  background-color: rgba(255, 165, 0, .8);
  border-radius: 50%;

}

.sec{
  position: absolute;
  right:27%;
  top:0px;
  text-align: center;
  font-weight: bold;
  padding: -2px;
}

.dot-my-card {
  height: 18px;
  width: 18px;
  background: rgba(255, 165, 0, 1);
  color:white;
  border-radius: 50%;
  animation: bounce 0.7s ease infinite alternate;

}

.sec-my-card{
  margin:0px;
  padding:0px;
  position:fixed;
  left: 30%;
  bottom: 50px;
  border: none;
  text-align: center;
  font-weight: bold;
  padding: -2px;
  z-index:100000000000000000000000000000;
}



@keyframes bounce{
     from {bottom: 50px;}
     50%  {bottom: 86px;}
     to   {bottom: 50px;}
}
