      .account-heads {
        position: sticky;
        left:0;
        top:0;
        z-index: 1;
        width: 500px;
        min-width: 500px;
        height: 100vh;
        background-position: center;
        text-align: center;
        align-items: center;
        display: flex;
        vertical-align: middle;
      }
      .account-heads a{
        display:block;
        width:100%;
      }
      .account-heads:after{
        opacity:0.9;
        content:"";
        position:absolute;
        left:0;
        top:0;
        z-index:-1;
        width:100%;
        height:100%;
        background: transparent;
      }

      @media only screen and (max-width: 1200px) {
        .account-heads{
          width: 350px;
          min-width: 350px;
        }

      }

      @media only screen and (max-width: 991px) {
        .account-heads {
          width: 100%;
          min-width: 100%;
          height: 200px;
        }
      }
          .btn-custom {
        background-color: #25AAE2;
        color: #fff;
        border: none;
        transition: 0.3s ease;
    }
    .btn-custom:hover {
        background-color: #fa3664!important; /* slightly darker shade for hover */
    }

  .primary {
    color: #FF6F91;
  }