.box-acc.float-right h3 {
    background: url("/assets/images/BLACK CART.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0px 0 0 35px;
    background-size: 30px;
  }

  .box-acc.float-left h3 {
    background: url("/assets/images/Usercreate.png") ;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0px 0 0 35px;
    background-size: 25px;
  }

  .subscribeBtnarea a:hover {
  background: #42c7ae;
  }
  .monthlyprice {
    font-size: 13px;
    color: #3c3c3c;
    font-weight: 700;
    width: 216px;
    text-align: center;
    float: right;
    margin: 0px 0 0;
}