
.expiredbox figure img {
    max-width: 74px;
    display: inline;
}
.expiredmain {
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
body {
  margin: 0px;
  padding: 0px;
}
.expiredbox {
  width: 38%;
  background: #fff;
  padding: 50px 40px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 0 6px #efeff0;
}
.btnBox {
  background: #3554f3;
  padding: 9px 18px;
  border-radius: 5px;
  text-decoration: navajowhite;
  color: #fff;
  font-size: 16px;
}
.expiredbox h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 6px 0 33px;
  color: #df6464;
}
.expiredbox figure {
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.expiredAnimation {
  -webkit-animation: bounce 0.7s ease infinite alternate;
}

@-webkit-keyframes bounce {
  0% {
  }
  100% {
    transform: translateY(-4px);
  }
}

.btnBox:hover {
  background: #3e3c3c;
}

@media (max-width: 767px) {
  .expiredbox {
    width: 86%;
  }
}

.infinite_loader {
  align-items: center;
  text-align: center;
  display: flex;
  justify-content: center;
  height: 100px;
}
.infinite_loader img {
  transform: scale(.4);
  -webkit-transform: scale(.5);
  -m0z-transform: scale(.5);
}