


.lister{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;

    /* justify-content: center; */
}


.lister1{
    display: flex;
    width: 48%;
    background-color: #f0f0f0;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
}


.lister_left{
    /* background-color: aqua; */
    display: flex;
    flex: 15;
    justify-content: left;
    flex-direction: column;
    padding-left: 5px;
}
.lister_right{
    /* background-color: rgb(85, 92, 92); */
    display: flex;
    flex: 1;
    justify-content: right;
}

.rizwan_sex1{
    display: flex;
    justify-content: right;
    padding-left: 7px;
    z-index: 2 !important;
    height: 25px !important;

  }

  .rizwan_sex1{
    /* z-index: 99999 !important; */
  }

  .image_iconxx{
    width: 64px;
  }



  @media screen and (max-device-width: 768px) {



    .lister1{
        width: 100%;
    }


    /* Styles */
  }