.page307 .sfw, .page307 .sfw2{
    display: none;
}

.page307 .chday {
    cursor: pointer;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    background: #5c4e84;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    max-width: 160px;
    padding-right: 20px;
}
.page307 .chday img{
    width: 23px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    transition: all .3s;
}
.page307 .chday.revday img{
    transition: all .3s;
    transform: translateY(-50%) rotate(180deg);
}
.page307  .trialfrm .freebirdtitle .form-group input:checked + label:after, 
.page307  .trialfrm .freebirdtitle-check .form-group input:checked + label:after{
    display: none;
}

  @keyframes rotate360 { 
      100% {
          transform: rotate(360deg);
      }
  }
  @keyframes exist { 
      100% {
          width: 15px;
          height: 15px;
          margin: -8px 5px 0 0;
      }
  }

.page307  .trialfrm .freebirdtitle .form-group input:checked + label.checked:after, 
.page307  .trialfrm .freebirdtitle-check .form-group input:checked + label.checked:after,
.page307  .trialfrm .freebirdtitle .form-group label.checked:after, 
.page307  .trialfrm .freebirdtitle-check .form-group label.checked:after{
        content: '';
      display: block;
      position: absolute;
      top: 6px;
      left: 9px;
      width: 6px;
      height: 14px;
      border: solid #000000;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
}