@media (min-width:768px){
  .pricing-head-section{
    margin-top: 250px!important;
  } 
  .pricing-head-section .hero-text-content{
    text-align: center;
    color: #080848;
  }
}
input[type="checkbox"] {
  position: relative;
  width: 60px;
  height: 25px;
  -webkit-appearance: none;
  appearance: none;
  background: #cbd7f9;
  outline: none;
  border-radius: 2rem;
  cursor: pointer;
  box-shadow: inset 0 0 5px rgb(0 0 0 / 50%);
  margin-bottom: -6px;
  margin-top: 12px;  
}
input[type="checkbox"]:checked
{
  background: #cbd7f9!important;
}
input[type="checkbox"]::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #080848;
  position: absolute;
  top: 3px;
  left: 6px;
  transition: 0.5s;
}
input[type="checkbox"]:checked::before {
  transform: translateX(160%);
  /* background: #fff; */
}
input[type="checkbox"]:checked {
  background: #00ed64;
}
.plan_period_lbl{
  font-size: 15px;
}
.pricing-main-wrapper .btn{
  border-radius: 5px;
  padding: 8px;
  color: #080848!important;
  border-color: #080848!important;
}
.pricing-main-wrapper{
  text-align: center;
  border: 1px solid #080848;
  border-radius: 8px;
  padding: 15px;
}
.pricing-main-wrapper .price-title{
  margin-bottom: 10px;
  font-size: 15px;
}
.pricing-main-wrapper .price-sub_title{
  margin-bottom: 10px;
  font-size: 13px;
}
.pricing-main-wrapper .price-count{
  margin-bottom: 10px;
  font-size: 18px;
}
.pricing-main-wrapper .pricing-features-checklist{
  text-align: left;
  margin-top: 25px;
  color: #080848;
}
.pricing-main-wrapper .pricing-features-checklist .icon{
  margin-right: 10px;
}
.pricing-main-wrapper .pricing-features-checklist .description{
  margin-left: 10px;
}
.pricing-main-wrapper .pricing-features-checklist .text{
  font-size: 12px;
  font-weight: 600;
  color: #080848!important;
}
.pricing-label{
  width: 75%;
  margin: 0 auto;
}
.pricing-label .price-count{
    /* width:50%; */
    padding: 0!important;
    text-align: right;
    font-size: 35px;
}
.pricing-label .price_period_term{
    /* width:50%; */
    /* padding: 0!important; */
    text-align: left;
}
.pricing-label .price_period_term .pricing_currency{
  font-size: 14px;
}
.pricing-label .price_period_term .pricing_user_lbl{
  font-size: 12px;
}
.pricing-main-wrapper.active{
  background-color: #080848!important;
}
.pricing-main-wrapper.active .pricing-features-checklist, .pricing-main-wrapper.active .pricing-features-checklist .text,.pricing-main-wrapper.active{
  color: #fff!important;
}
.pricing-main-wrapper.active .btn{
  background-color: #fff!important;
  color: #080848!important;
}
.pricing-main-wrapper{
  margin-right: 15px;
}
.hero-title{
  margin-bottom: .5rem;
}
.mon-anu-box {
  margin-top: 30px;
  margin-bottom: 30px;
}
.individual-ul{
  margin-top: 25px;
}