
.full-price,
.sale-price,
.info-price {
  font-weight: 600;
}
.full-price{
  color:#70635a;
}
.sale-price{
  color: #d13239;
}
.info-price{
  color:#0a0444;
}
.package-name-background {
  background-color: #02adef;
}
.package-name-background p {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}
.package-title {
  color: #242424;
  font-weight: 600;
}
.package-details {
  padding: 5px 10px;
  margin: 0 0 15px;
  font-size: 13px;
  border-left: 5px solid #b4b3b1;
}
.tag-details {
  font-weight: 700;
}

.name-details {
  font-style: italic;
}
.t-head {
  background-color: #ffffff;
  color: #293e97;
  font-size: 1em;
  font-weight: 600 !important;
  border-top: 3px solid #293e97;
  border-bottom: 3px solid #293e97;
}
.package-warning{
  color: #70635a;
  font-size: .87rem;
  font-style: italic;
}
.italic-font{
  font-style: italic;
}
