/*** subscription design start ***/
.smbx {
  display: none;
  padding: 20px;
  box-shadow: 0 0 0 1px #3da641;
  width: 100%;
  border-top: 0;
  position: relative;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
#embed-etranslate-language-list-dropdown-box {
  z-index: 1 !important;
}
#firsttabarea.firsttabarea
{
  z-index: 99 !important;
  padding-top: 20px;
  clear: both;
  position: relative;
}
.onetime_row label
{
  position: relative !important;
  z-index: 99 !important;
  height: 100%;
}
.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 2px 0;
    box-shadow: 0 0 0 1px #939292;
}
.bx_one:nth-child(2) .onetime_row label
{
  border-left: 0;
}
.onetime_row:nth-of-type(2) label
{
  border-radius: 0 0 10px 10px;
}
.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: #fff;
    box-shadow: 0 -1px 0px 1px #3da641;
}
.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);
    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");
}
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: 567px){
  button.cs_atc
  {
    width: 100%;
    margin-bottom: 15px;
  }
}

/*** subscription design end ***/