/*new*/
ul.pack-includes .fa-check-circle{
    color: rgb(22 163 74);
    background-color: transparent;
    border-radius: 50%;
    font-size: 12px;
    margin-right: 7px;
}
ul.pack-includes li:before{
    content: none;
}
ul.pack-includes li{
padding-left: 0;
}
/*ul.pack-includes li:before {
    content: url(../../images/check.svg);
    position: absolute;
    left: -20px;
    top: 0;
    height: 10px;
    width: 10px;
}
ul.pack-includes li{
    position: relative;
    padding-left: 20px;
}*/
.oevrp-spc .pack-card{
    min-width: min(400px, 100%);
    max-width: 100%;
    height: 100%;
    width: 100%;
  border: 2px solid var(--pack-color);
  border-radius: 14px;
  overflow: hidden;
  background: var(--pack-text-bg);
  box-shadow: 0 0 0 rgba(0,0,0,0);
       display: flex;
    flex-direction: column;
}
.oevrp-spc  .pack-card-head{
background: var(--pack-color);
  color:#fff;
  padding: 16px 18px;
  display:flex;
  justify-content:space-between; 
  gap:12px;
  min-height: 70px;
}
.oevrp-spc  .pack-card-head-left{
  display:flex;
  align-items:flex-start;
  gap:12px;
  min-width:0;
  text-align: left;
  align-items: center;
}
.oevrp-spc .pack-icon{
  width:34px;
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  color:#fff;
  flex:0 0 auto;
}
.oevrp-spc .pack-icon i{
  font-size:20px;
  line-height:1;
}
.oevrp-spc .pack-title h5{
  font-weight: 600;
}


.oevrp-spc .pack-subtitle{
  font-size:13px;
  opacity:.9;
  line-height:1.2;
}
.oevrp-spc .pack-card-body{
      display: flex;
    flex-direction: column;
    justify-content: space-between;
  background-color: var(--pack-text-bg);
    padding: 18px 30px 20px;
     flex: 1 1 auto;
}
.oevrp-spc .pack-button{
  background: var(--pack-color);
  border-color: var(--pack-color);
  box-shadow: none;
  color: #fff;
  width: 100%;
  border-radius: .75rem;
}
.oevrp-spc .pack-button:hover{
  background: #fff;
  color: var(--pack-color);
}
.oevrp-spc .pack-badge{
  background: var(--pack-badge-bg, #FFC107);
  font-weight:800;
  font-size:11px;
  padding: 6px 12px;
  border-radius: 999px;
  line-height:1;
  margin-top: 2px;
  flex:0 0 auto;
  height: fit-content;
  text-transform: uppercase;
}
.oevrp-spc .pack-price{
  text-align:center;
  font-weight:600;
  
  font-size:42px;
  line-height:1.05;
  margin: 6px 0 4px;
  color: var(--pack-color);
}
.oevrp-spc .pack-max{
  text-align:center;
  font-size:13px;
  opacity:.75;
  margin-bottom: 18px;
}
.oevrp-spc .pack-includes-title{
  font-weight:600;
  text-align: left;
  font-size:14px;
  margin: 0 0 10px 0;
  color:var(--black-text-color);
}
.oevrp-spc .pack-includes{
  list-style:none;
  display:flex;
  font-size: 13px;
  flex-direction:column;
  gap:10px;
}
.oevrp-spc .pack-btn{ margin-top: auto; }
.oevrp-spc .pack-card-info-wrap{
    width: 100%;
    height: 100%;
    padding: 0;
   
}
.oevrp-spc .pack-card-info-wrap label{
        height: 100%;
    width: 100%;
}
.oevrp-spc .besp-wrap{
    max-width: 1050px;
    margin: 0 auto;
}

@media (max-width: 768px){
.oevrp-spc .pack-card-head{
      padding: 10px;
}
.oevrp-spc .pack-card-body{
  padding: 10px 24px 20px;
}
}
