.pricingTableWrap {
  flex-wrap: wrap;
}

.switch_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.billing-toggle {
  position: relative;
  display: inline-flex;
  padding: 6px;
  width: auto;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  border: 1px solid rgba(139, 139, 139, 0.70);
  background: #FFF;
}
.switch_btn {
  z-index: 1;
  position: relative;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  display: inline-flex;
}
.billing-toggle label {
  display: inline-flex;
  padding: 5px 15px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 100px;
  background: #FFF;
}

.billing-toggle input#monthly:checked + label {
  background: #007F51;
  color: #FFF;
}

.billing-toggle input#yearly:checked + label {
  background: #007F51;
  color: #FFF;
}						
.billing-toggle input[type="radio"]:not(:checked),
.billing-toggle input[type="radio"]:checked {
  display: none;
}
.billing_hide {
  display: none!important;
}

.pricing_page {
  color: #212529;
  width: 100%;
  text-align: left;
}

.plans_card {
  height: 100%;
  padding: 4.5rem 1.3rem 4rem 1.3rem;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
  gap: 1.5625rem;
  border-radius: 1.25rem;
  background: #FFF;
  position: relative;
  border: 2px solid rgb(255, 255, 255);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.09);
}

.plans_card>div {
  width: 100%;
}

.mostpopular {
  border-color: #007f51;
}

.mostpopular_tag {
  position: absolute;
  top: -1px;
  width: 100%;
  max-width: 235px;
  height: 45px;
  left: -50%;
  right: -50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mostpopular_tag h6 {
  text-transform: uppercase;
    color: #FFF;
  z-index: 1;
  margin: 0;
  font-size: 16px;
}
.mostpopular_tag svg{
  top: 0;
  left: 0;
  z-index: 0;
  position: absolute;
}

.plans_card--heading {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #B3B3B3;
}

.plans_card-tag {
  right: 0;
  padding: 7px 10px;
  border-radius: 0.625rem;
  background: #FDC97B;
  position: absolute;
  font-size: 14px;
  font-weight: 800;
  line-height: 100%;
}

.plans_card--heading p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.03rem;
}

.plans_card-title h2 {
  margin-bottom: 5px;
  color: #22483A;
  font-size: 28px;
}

.plans_card--heading p {
  height: 50px;
  color: #888888;
}

.plans_card-pricinginfo {
  min-height: 60px;
}

.plans_card-pricinginfo p {
  height: auto;
}

.plans_card-pricinginfo p a {
  color: #0A70CA;
}

.plans_card-pricinginfo h2 {
  color: #22483A;
  font-weight: 500;
  font-size: 2.25rem;
  letter-spacing: -0.0675rem;
  height: 38px;
  align-items: end;
  display: flex;
  margin-bottom: 5px;
  line-height: 100%;
}

.plans_card-pricinginfo.contactus_plan h2 {
  font-size: 1.4rem;
  margin-bottom: .5rem;
  letter-spacing: 0rem;
}
.plans_card-pricinginfo.contactus_plan p{
  font-size: 14px;
}
.plans_card--body {
  padding-bottom: 3rem;
  height: calc(100% - 50px);
}

.actual_price {
  color: rgba(34, 72, 58, 0.75);
  font-size: 20px;
  font-weight: 400;
  line-height: 26px; 
  letter-spacing: -0.6px;
  margin-left: 10px;
  text-decoration: line-through;
}

.plans_list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.plans_list li {
  gap: 10px;
  align-items: start;
  display: flex;
  margin-bottom: 16px;
  color: #0A0A0A;
  font-size: 14px;
}
.plans_list li span + span {
  width: calc(100% - 20px);
}
.plans_list .yesicon,
.plans_list .crossicon {
  width: 16px;
  height: 16px;
  margin-top: 5px;
}

.plans_list .crossicon {
  margin-top: 0px;
}

.plans_card--footer {
  align-items: center;
  display: flex;
  justify-content: center;
}

.plans_card--footer .button {
  max-width: 100%;
  width: 100%;
  min-height: auto;
  height: auto;
  font-size: 18px;
  border-radius: 100000px;
  padding: 0.75rem 1.25rem;
}
.compare_btn_sec {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.mobl_view {
  margin-top: 3rem;
  display: none!important;
}
.mobl_view.show {
  display: flex!important;
}
.compare_btn_sec .button  {
  color: #007F51;
  width:auto;
  padding: 0.5rem 1rem 0.5rem 1rem;
  font-size: 18px;
  align-items: center;
  min-height: 42px !important;
  min-width: 215px;
  font-weight: 600;
  transition: 0.3s ease;
  border-radius: 100000px;
  border: 2px solid #007F51;
}
.compare_btn_sec .btn-outline:hover,
.compare_btn_sec .btn-outline.active {
  background: #007F51;
  color: #FFF;
}
                      
.compare_plans_wrap {
  display: none;
  margin-bottom: 1rem;
  margin-top: 3rem;
}
.compare_plans_wrap.show {
  display: block;
}
.compare_plans {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: #FAFFF2;
  border-radius: 1.25rem;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.09);
}

.compare_plans li {
  width: 100%;
  display: flex;
  background: #FAFFF2;
  justify-content: center
}

.compare_plans li:nth-child(even) {
  background: #F2FFE1;
}

.compare_plans li.listheader {
  background: #007F51;
}

.compare_plans li>div {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  border-right: 1px solid #DDD;
}

.compare_plans li>div:last-child {
  border-right: 0;
}

.compare_plans li>div:nth-child(1) {
  justify-content: left;
  text-align: left;
  width: 25%;
}

.compare_plans li.listheader div,
.compare_plans li.addon_separation div {
  padding: 0.75rem 1rem;
  color: #FFF;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.compare_plans li.listheader div p {
  width: 100%;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  margin: 0;
  text-align: center;
}

.compare_plans li.addon_separation {
  background: #07D086;
}

.compare_plans li.addon_separation div {
  padding: 15px 10px;
}


.compare_plans_tab {
  border: 1px solid #e2e3e0;
  overflow: hidden;
  border-radius: 1.25rem;
}

.compare_plans_tab .compare_plans {
  border-radius: 0;
}

.compare_plans_tab .compare_plans li>div {
  width: 60%;
}

.compare_plans_tab .compare_plans li>div+div {
  width: 40%;
  justify-content: end;
}

.compare_plans_tab .nav-tabs {
  flex-wrap: nowrap;
  background-color: #FFF;
}

.compare_plans_tab .nav-tabs .nav-link {
  font-size: 14px;
  padding: .8rem 1.2rem;
  border: 0;
  border-radius: 0;
  margin: 0;
  width: 100%;
  color: #464646;
}

.compare_plans_tab .nav-tabs .nav-item.show .nav-link,
.compare_plans_tab .nav-tabs .nav-link.active {
  background-color: #21F8A9;
  color: #464646;
}

.compare_plans_tab .nav-item {
  width: 33.33%;
  border-right: 1px solid #CFCFCF;
}

.compare_plans_tab .nav-item:last-child {
  border-right: 0
}

.price_big {
  position: relative;
}
.price_big .yearly_plan h2 {
  flex-wrap: wrap;
}
.price_big .yearly_plan h2 > span{
  width: 100%;
}
.price_big .discont_price small {
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.03rem;
  margin-left: 5px;
  color: #888888;
}
.price_big .yearly_plan p {
  position: absolute;
  bottom: -15px;
}
.county_sympl {
  font-size: 1.75rem;
  line-height: 100%;
}
.actual_price .county_sympl {
  font-size: 18px;
}

.tx-12 {
  font-size: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1260px) {
  .plans_card-title h2 {
      font-size: 26px;
  }
}
@media (max-width: 1080px) {
  .price_big .yearly_plan p {
    bottom: -10px;
  }
}

@media (max-width: 991px) {
  .pricingTableWrap {
      padding: 0px 15px;
  }

  .plans_card--body {
      padding-bottom: 0;
  }

  .pricing_page .btn_sec .button {
      min-height: 50px;
      max-width: none;
      width: auto;
      padding: 0.2rem 3rem;
  }

  .compare_plans li>div {
      font-size: 13px;
  }

  .compare_btn_sec {
      margin-top: 1rem;
      flex-wrap: wrap;
  }
  
  .plans_card--footer .button {
      font-size: 16px;
      padding: 1rem 1.25rem;
  }
  .compare_btn_sec.mobl_view {
      margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .compare_btn_sec .button {
      font-size: 16px;
  }
  .compare_plans_wrap {
      margin-bottom: 2.5rem;
  }
  .compare_btn_sec.mobl_view {
      margin-top: 2rem;
  }
}
@media (max-width: 567px) {
  .plans_card-pricinginfo {
    margin-top: 10px;
  }
  .plans_card--heading p {
      height: auto;
  }

  .pricing_page .btn_sec .button{
      width: 100%!important;
  }
  .compare_btn_sec .button {
      width: 100%;
  }
}