.mb-5 {
  margin-top: 5rem;
}

.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price .header {
  font-size: 20px;
}

.price li {
  padding: 20px;
  text-align: center;
  color: black;
}

.price table tr {
  border-bottom: 1px solid #eee;
}

.b-b {
  border-bottom: 1px solid #eee;
}

.price .silver {
  background: url(../images/earth.png),
    linear-gradient(
      to right bottom,
      #d3d3d3,
      #c0c0c0,
      #a9a9a9,
      #808080,
      #808080
    );
  color: black;
  font-weight: 600;
}

.price .classic {
  background: url(../images/earth.png),
    linear-gradient(
      to right bottom,
      #00bfff,
      #1e90ff,
      #1e90ff,
      #1e90ff,
      #00bfff
    );
  color: black;
  font-weight: 600;
}

.price .gold {
  background: url(../images/earth.png),
    linear-gradient(
      to right bottom,
      #d4af37,
      #cfb53b,
      #f0e68c,
      #daa520,
      #d4af37
    );
  color: black;
  font-weight: 600;
}

.price .grey {
  background-color: #eee;
  color: black;
}

.btn-order {
  background-color: #254fa2;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

.btn-order:hover {
  color: #fff !important;
}

.fw {
  font-weight: 400 !important;
}

.pad {
  padding: 8px;
}

.mb-2rem {
  margin-bottom: 2rem;
}
