.page324 .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;
}
.page324 .chday img{
    width: 23px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    transition: all .3s;
}
.page324 .chday.revday img{
    transition: all .3s;
    transform: translateY(-50%) rotate(180deg);
}
.page324  .trialfrm .freebirdtitle .form-group input:checked + label:after, 
.page324  .trialfrm .freebirdtitle-check .form-group input:checked + label:after{
    display: none;
}



.page324  .trialfrm .freebirdtitle .form-group input:checked + label.checked:after, 
.page324  .trialfrm .freebirdtitle-check .form-group input:checked + label.checked:after,
.page324  .trialfrm .freebirdtitle .form-group label.checked:after, 
.page324  .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);
}