.tfre-package,
.tfre-package .header-price,
.tfre-package .price-type,
.tfre-package .price,
.tfre-package .title,
.tfre-package .number-order,
.tfre-package .wrap-icon svg,
.tfre-package .wrap-icon i,
.tfre-package .text,
.tfre-package .time,
.tfre-package .subtitle {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.package-wrap.row > * {
    padding: 0 15px;
}

.tfre-package .lable {
    text-align: right;
}

.tfre-package .popular-label {
    font-size: 12px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.08em;
    text-align: center;
    padding: 4.5px 13.5px;
    color: #161E2D;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 12px;
    display: inline-block;
}

.tfre-package {
    border-radius: 16px;
    background: #F7F7F7;
    padding: 30px 27px;
}


.tfre-package:hover {
  transform: translateY(-5px);
}

.tfre-package .content-price {
  color: #161E2D;
  display: inline-flex;
  align-items: end;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0em;
}

.tfre-package .content-price .time {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  color: #5C6368;
  margin-left: 4px;
  margin-bottom: 2px;
}

.tfre-package .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #161E2D;
    margin-bottom: 9px;
}

.tfre-package .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  color: #5C6368;  
  margin-bottom: 20px;
}

.tfre-package .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  color: #0B2132;
}

.tfre-package .wrap-icon {
  width: 20px;
  height: 20px;
  font-size: 9px;
  border-radius: 50%;
  background: var(--theme-primary-color);
  display: grid;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 8px;
  flex-shrink: 0;
}

.tfre-package .inner-content-list {
  margin-bottom: 22px;
}

.tfre-package .inner-content-list .item {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  margin-bottom: 8px;
}

.tfre-package .inner-content-list .item:last-child {
  margin-bottom: 0;
}

.tfre-package .wrap-button .tf-btn {
  border-radius: 4px;
  background: #fff;
  padding: 10px 20px;
  color: #161E2D;
  width: 100%;
  border: 1px solid #E4E4E4;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
}

.tfre-package .wrap-button {
  margin-top: -2px;
}

.tfre-package .wrap-button .tf-btn:hover {
  border: 1px solid var(--theme-primary-color);
  color: #fff;
  background: var(--theme-primary-color);
}

.tfre-package .badge {
  display: none;
}

.tfre-package.setactive .badge {
  display: block;
  padding: 5px 13px;
  border-radius: 4px;
  background: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.08em;
  color: #161E2D;
  position: absolute;
  top: 20px;
  right: 20px;
}

.tfre-package.setactive {
  background: var(--theme-primary-color);
  padding: 18px;
  padding-bottom: 39px;
  padding-left: 30px;
  margin-bottom: 30px;
}
.tfre-package.setactive .description,
.tfre-package.setactive .content-price,
.tfre-package.setactive .content-price .time,
.tfre-package.setactive .title,
.tfre-package.setactive .text {
  color: #fff;
}

.tfre-package.setactive .wrap-icon,
.tfre-package.setactive .wrap-icon i {
  background: #fff !important;
  color: var(--theme-primary-color) !important;
  border-color: var(--theme-primary-color);
}

.tfre-package.setactive .tf-btn {
  background: #fff;
  color: #161E2D;
}

.tfre-package.setactive .tf-btn:hover {
  background: #161E2D;
  color: #fff;
}

.panel-heading {
    margin-bottom: 40px;
}