
  .p1
  {

    font-family: Poppins;
    font-size: 43px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-align: right;

  }
  .profile-card-2 .card-img-block{
    float:left;
    width:100%;
    /* height:13em; */
    overflow:hidden;
}
.profile-card-2 .card-body{
    position:relative;
}
.profile-card-2 .profile {
  border-radius: 50%;
  position: absolute;
  top: -42px;
  left: 15%;
  max-width: 75px;
  border: 3px solid rgba(255, 255, 255, 1);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.profile-card-2 h5{
    font-weight:600;
    color:#6ab04c;
}
.profile-card-2 .card-text{
    font-weight:300;
    font-size:0.9em;
}

.btn{

	border-radius: 55px !important;
}


.dropdown-menu[data-bs-popper] {
top: 105%;
left: 0;
/* right: -5px; */
margin-top: .125rem;
margin-left: -8rem;

}


#img
{

    height: 51px;
    border-radius: 59%;
}
.profile-card-2 i {
  display: inline-block;
    font-size: 16px;
    color: #6ab04c;
    text-align: center;
    border: 1px solid #6ab04c;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin:0 5px;
}
.profile-card-2 i:hover {
  background-color:#6ab04c;
  color:#fff;
}





  
  



  