 .listCardViewCommittee .card {
     max-width: 100%;
     width: 300px;
     height: 550px;
     background: #fff;
     border-radius: 5px;
     position: relative;
     transition: all .2s ease;
 }

 .listCardViewCommittee .card:hover {
     box-shadow: 2px 2px 3px rgba(0, 0, 0, .1);
     cursor: pointer;
     transform: translateY(-10px);
 }

 .listCardViewCommittee .card:hover .btn {
     visibility: visible;
 }

 .listCardViewCommittee .card:hover img {
     filter: brightness(1);
 }

 .listCardViewCommittee .card .card-img {
     background: gray;
     width: 100%;
     height: 350px;
     z-index: 990;
     border-radius: 5px 5px 0 0;
 }

 .listCardViewCommittee .card-img img {
     width: 100%;
     height: 100%;
     filter: brightness(.7);
     border-radius: inherit;
     transition: .2s ease-in-out;
 }

 .listCardViewCommittee .card .card-action {
     padding: 10px;
     margin: 20px 0 0 15px;
     /* display:flex; */
     position: relative;
     flext-direction: column;
     justify-content: space-between;
 }

 .listCardViewCommittee .card .card-img .circle {
     width: 40px;
     height: 40px;
     background-color: #fff;
     position: absolute;
     bottom: 80px;
     left: 15px;
     border: 1px solid #ff0;
     border-radius: 50%;
     box-shadow: 0 6px 10px rgba(0, 0, 0, .3);
     /*   z-index: 999; */
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .listCardViewCommittee .card .card-img .circle img {
     width: 60%;
     position: abolute;
     user-select: none;
 }

 .listCardViewCommittee .card .card-action .title {
     font-size: 22px;
     letter-spacing: 2px;
     font-style: bold;
 }

 .listCardViewCommittee .card .card-action span {
     font-size: 18px;
     color: gray;
     letter-spacing: 2px;
 }

 .listCardViewCommittee .card .card-action .contact {
     font-size: 15px;
     letter-spacing: 2px;
     /* font-style:bold; */
     display: flex;
 }

 .listCardViewCommittee .card .card-action .contact2 {
     font-size: 14px;
     letter-spacing: 2px;
     /* font-style:bold; */
     display: flex;
 }


 /* listCardViewCommitteeChaiman */

 .listCardViewCommitteeChaiman .card {
     max-width: 100%;
     width: 350px;
     height: 550px;
     background: #fff;
     border-radius: 5px;
     position: relative;
     transition: all .2s ease;
 }

 .listCardViewCommitteeChaiman .card:hover {
     box-shadow: 2px 2px 3px rgba(0, 0, 0, .1);
     cursor: pointer;
     transform: translateY(-10px);
 }

 .listCardViewCommitteeChaiman .card:hover .btn {
     visibility: visible;
 }

 .listCardViewCommitteeChaiman .card:hover img {
     filter: brightness(1);
 }

 .listCardViewCommitteeChaiman .card .card-img {
     background: gray;
     width: 100%;
     height: 350px;
     z-index: 990;
     border-radius: 5px 5px 0 0;
 }

 .listCardViewCommitteeChaiman .card-img img {
     width: 100%;
     height: 100%;
     filter: brightness(.7);
     border-radius: inherit;
     transition: .2s ease-in-out;
 }

 .listCardViewCommitteeChaiman .card .card-action {
     padding: 10px;
     margin: 20px 0 0 15px;
     /* display:flex; */
     position: relative;
     flext-direction: column;
     justify-content: space-between;
 }

 .listCardViewCommitteeChaiman .card .card-img .circle {
     width: 40px;
     height: 40px;
     background-color: #fff;
     position: absolute;
     bottom: 80px;
     left: 15px;
     border: 1px solid #ff0;
     border-radius: 50%;
     box-shadow: 0 6px 10px rgba(0, 0, 0, .3);
     /*   z-index: 999; */
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .listCardViewCommitteeChaiman .card .card-img .circle img {
     width: 60%;
     position: abolute;
     user-select: none;
 }

 .listCardViewCommitteeChaiman .card .card-action .title {
     font-size: 22px;
     letter-spacing: 2px;
     font-style: bold;
 }

 .listCardViewCommitteeChaiman .card .card-action span {
     font-size: 18px;
     color: gray;
     letter-spacing: 2px;
 }

 .listCardViewCommitteeChaiman .card .card-action .contact {
     font-size: 15px;
     letter-spacing: 2px;
     /* font-style:bold; */
     display: flex;
 }

 .listCardViewCommitteeChaiman .card .card-action .contact2 {
     font-size: 14px;
     letter-spacing: 2px;
     /* font-style:bold; */
     display: flex;
 }



/* listCardViewCommittee3 */
.listCardViewCommitteerow3 .card {
    max-width: 100%;
    width: 350px;
    height: 550px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    transition: all .2s ease;
}

.listCardViewCommitteerow3 .card:hover {
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .1);
    cursor: pointer;
    transform: translateY(-10px);
}

.listCardViewCommitteerow3 .card:hover .btn {
    visibility: visible;
}

.listCardViewCommitteerow3 .card:hover img {
    filter: brightness(1);
}

.listCardViewCommitteerow3 .card .card-img {
    background: gray;
    width: 100%;
    height: 350px;
    z-index: 990;
    border-radius: 5px 5px 0 0;
}

.listCardViewCommitteerow3 .card-img img {
    width: 100%;
    height: 100%;
    filter: brightness(.7);
    border-radius: inherit;
    transition: .2s ease-in-out;
}

.listCardViewCommitteerow3 .card .card-action {
    padding: 10px;
    margin: 20px 0 0 15px;
    /* display:flex; */
    position: relative;
    flext-direction: column;
    justify-content: space-between;
}


.listCardViewCommitteerow3 .card .card-action .title {
    font-size: 22px;
    letter-spacing: 2px;
    font-style: bold;
}

.listCardViewCommitteerow3 .card .card-action span {
    font-size: 18px;
    color: gray;
    letter-spacing: 2px;
}

.listCardViewCommitteerow3 .card .card-action .contact {
    font-size: 15px;
    letter-spacing: 2px;
    /* font-style:bold; */
    display: flex;
}

.listCardViewCommitteerow3 .card .card-action .contact2 {
    font-size: 14px;
    letter-spacing: 2px;
    /* font-style:bold; */
    display: flex;
}