
.full-price,
.sale-price,
.info-price {
  font-weight: 600;
}
.full-price,.full-price span{
  color:#70635a !important;
}
.sale-price,
.sale-price span{
  color: #d13239 !important;
}
.info-price{
  color:#0a0444 !important;
}
.package-name-background {
  background-color: #0f3151 !important;
}
.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: #404040;
  color: #ffffff;
  font-size: 1em;
  font-weight: 300 !important;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
} */
.t-head {
  background-color: #f1f1f1;
  color: #242424;
  font-size: 1em;
  font-weight: 600 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.package-warning{
  color: #70635a;
  font-size: .87rem;
  font-style: italic;
}
.italic-font{
  font-style: italic;
}
.result-summary{
  background: #0c3151;
  color: #fff;
  padding: 0.5rem;
  text-align: center;
}
