.price-container {
  border: thin rgba(180, 170, 23, .2) solid;
  /*
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  */
  transition: box-shadow 1s;

}

.price-container .card-header {
  background-color: rgba(180, 170, 23, .2);
  text-align: center;
  padding: 12px;
  border: 0;
}
.price-container .card-header span {
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 2.5em;
  color: rgba(180, 170, 23, .5);
}

.price-container .card-body {
  padding-top: 2em;
  text-align: center;
  text-transform: capitalize;
}

.price-container .card-body .listing {
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
  display: flex;
  height: 10px;
  width: inherit;
  max-width: 100%;
  color: #777;
  text-transform: uppercase;
}
.price-container .card-body .listing:first-child {
  margin-top: 2em;
}
.price-container .card-body .listing  hr {
  margin-left: 10px;
  margin-right: 10px;
  width: 40%;
}
.invest-container {
  padding: 2em;
}
p:empty {
  margin: 0;
  padding: 0;
}
.invest-container .btn {
  width: 100%;
  padding: 18px;
  margin-top: 1.5em;
  color: rgba(180, 170, 23, .5);
  text-transform: uppercase;
  text-decoration: none;
  border: thin rgba(180, 170, 23, .5) solid;
}
.price-container:hover {
  box-shadow: rgba(180, 170, 23, .2) -5px 5px, rgba(180, 170, 23, .2) -10px 10px, rgba(180, 170, 23, .2) -15px 15px, rgba(180, 170, 23, .2) -20px 20px, rgba(180, 170, 23, .2) -25px 25px;
}

.signup-form {
  overflow-y: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Whatsapp icon */
.whatsapp-container {
  z-index: 9999999999999999999999999;
  position: fixed;
  bottom: 25px;
  left: 20px;
}
.whatsapp-container a {
  height: 70px;
  width: 70px;
  z-index: 9999999999999999999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border-radius: 100%;
  background: #fff;
  font-size: 2.5rem;
  text-decoration: none;
  border: thin solid #eee;
  transition: margin-left 1s;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.whatsapp-container a:hover {
  color: black;
  margin-left: 20px;
}
/* Mobile view @query */
@media screen and (max-width: 736px) {
  .price-container {
    margin-bottom: 1em;
  }
  .whatsapp-container a {
    height: 50px;
    width: 50px;
    font-size: 2rem;
  }
}
