

li ol > li::before {
	font-size: 16px;
}
ol > li::before {
	font-size: 16px;
}

@media screen and (max-width: 726px)  {
  .maxW-200 {
      max-width: 200px;
  }
}
@media screen and (max-width: 1080px)  {
  .responsive-display{
    display: inline !important;
  }
  .res-mt-10{
  margin-top: 10px !important;
  }
   .tab-div {
    display: block !important;
  }
  
    .createPackgesTabs {
    width: 100% !important;
    border-bottom: 1px solid #dee2e6 !important
  }
}
.selectedPackage {
    background-color: #5E9331;
  color: #ffffff !important;
  border-bottom: 3px solid #5E9331 ;
}
  .selectedPackage a{color: #ffffff !important;}
.createPackgesTabs {
 padding:12px 0px;
 text-transform: uppercase;
 color: #555F73;
}
 .createPackgesTabs a{color: #555F73;}
.margin-0{
  margin: 0;
}
.border-r-50{
  border-radius: .50rem;
}
.border-right{
    border-right:1px solid rgba(0, 0, 0, 0.125) ;
}
.color-green{
  color: #5E9331;
}

ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}
li ol > li {
	margin: 0;
	font-size: 16px;
  font-family: Inter;
  padding: 5px 0;
}
li ol > li:before {
  content: counters(item, ".") " ";
}

ul.subscription-list li {
  counter-increment: section;
  display: table-row;
  }
  ul.subscription-list li::before {
  content: counter(section) ") ";
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}

@media screen and (max-width: 991px) {
.res-flex-column{
    flex-direction: column;
  }
}



.title-vuepak {
font-size: 25px;
font-weight: 600;
}
.title-pak {
color: #578033;
}
.pb-8 {
padding: 10px 0px 15px 15px;
}
.card {
  box-shadow: unset !important;
}