/*** subscription design start ***/
.smbx {
  display: none;
  padding: 25px 30px;
  box-shadow: 0 0 0 1px #3da641;
  width: 100%;
  border-top: 0;
  position: relative;
  background: #f5f5f5;
  border-radius: 0 0 10px 10px;
}
.frst_flx a:hover{
  color: green;
}
.sp_groups a{
    color: #000;
    text-decoration: none;
  }
.smbx h3 {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 25px;
    font-size: 17px;
    max-width: 70%;
    width: 100%;
    padding-right: 15px;
}

.cstm_hnd_up
{
  position: absolute;
    z-index: 999;
    bottom: -85%;
    left: 40%;
  pointer-events: none;
}

#firsttabarea.firsttabarea
{
  z-index: 99 !important;
  padding-top: 20px;
  clear: both;
  position: relative;
}
.smbx span
{
  color: green;
    font-size: 22px;
}
.onetime_row label
{
 position: relative!important;
    z-index: 99!important;
    height: 100%;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.onetime_row label span{
 font-weight: bold;
    color: #479a26;
    font-size: 22px;
    display: block;
}
.bx_one
{
  width: 50%;
}
.onetime_row label {
    background: #fff;
    padding: 16px 25px 16px 60px;
    display: block;
    width: 100%;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    border-radius: 10px 10px 0px 0;
    box-shadow: 0 0 0 1px #3da641;
  color: #008060;
}
.bx_one:nth-child(2) .onetime_row label {
    border-left: 0;
}
#tabtwo
{
  position: relative;
}
.onetime_row
{
  position: relative;
  height: 100%;
}
.sp_groups
{
  padding-top: 0;
  clear: both;
  padding-bottom: 15px;
  max-width: 100%;
  width: 100%;
}
.sp_groups fieldset{
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.sp_groups legend {
  margin-left: 0;
  background: #fff;
  padding: 0;
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
  color: #573525;
}
.sp_groups input[type=checkbox], .sp_groups input[type=radio]
{
  position: absolute;
  top: 22px;
  left: 20px;
  z-index: 1;
}
.sp_groups input[type=radio]:checked+label, .sp_groups input[type=checkbox]:checked+label {
    background-color: #008060;
    box-shadow: 0 0px 0 1px #008060;
    color: #fff;
}

.bx_one.active .cstm_hnd_up
{
  display: none;
}

.flxble_area
{
    display: flex;
  gap: 25px;
    justify-content: flex-start;
}

.frst_flx {
  font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 25px;
  color: #000;
}

.frst_flx i{
 color: #4bb040;
    display: inline-block;
    margin-right: 5px;
}

.sp_groups input[type=radio]:checked+label span, .sp_groups input[type=checkbox]:checked+label span{
  color: #fff;
}

.sp_groups input[type="radio"], .sp_groups input[type="checkbox"] {
  opacity:0.2;
  position:absolute;
  display: none;
}

.sp_groups input[type=radio]+label:before, .sp_groups input[type=checkbox]+label:before {
    display: inline-block;
    content: "";
    background-image: url(radio_s.png?v=1695648580);
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #ccc;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin: 0;
    border-radius: 50%;
    border: 0;
    left: 20px;
    position: absolute;
    top: 18px;
    background-repeat: no-repeat;
    background-size: 24px;
}
.sp_groups input[type="radio"]:checked + label:before, .sp_groups input[type="checkbox"]:checked + label:before {
  background-image: url("radio_active_s.png?v=1695648580");
}
button.cs_atc
{
    display: inline-block;
    width: auto;
    background: none;
    padding: 0;
    line-height: 1.1;
    color: #000;
    margin: 0 0 0 15px;
   background: none;
    padding: 10px 30px;
    line-height: 1.4;
    color: #000;
    text-transform: inherit;
    border: 2px solid #89c74a;
    border-radius: 30px;
    margin: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  cursor: pointer;
}
button.cs_atc i{
 margin-right: 6px;
}
button.cs_atc:hover{
  color: #fff;
  background: #89c74a;
}

@media (max-width: 1300px){
.onetime_row label {
    font-size: 20px;
}
  .frst_flx {
    font-size: 13px;
    margin-right: 5px;
}
}

@media (max-width: 1023px){
.sp_groups fieldset {
    display: block;
}
.bx_one {
    width: 100%;
}
  .cstm_hnd_up
  {
    display: none;
  }
  .smbx h3 {
    font-size: 16px;
    max-width: 100%;
    width: 100%;
    padding-right: 0;
}
  .onetime_row label {
    border-radius: 10px;
}
  .bx_one.active .onetime_row label
  {
    border-radius: 10px 10px 0 0;
}
  .smbx {
    border-radius: 0 0 10px 10px;
}
  #tabtwo
  {
    margin-top: 10px;
  }
  .smbx {
    padding: 15px 30px;
}
  .bx_one.active .onetime_row label br{
    display: none;
  }
  .flxble_area {
    display: block;
}
  .frst_flx {
    font-size: 16px;
    margin-right: 0;
    line-height: 30px;
}
  .frst_flx i {
    margin-right: 10px;
    font-size: 19px;
}
}


@media (max-width: 567px){
  button.cs_atc
  {
    width: 100%;
    margin-bottom: 15px;
  }
}

/*** subscription design end ***/