.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.modal__header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 20px !important;
    position: inherit;
}
.modal.is-open {
    display: block;
}
.micromodal-slide.is-open {
    display: block;
}
.modal__container {
    background-color: #fff;
    padding: 30px 15px 30px 30px;
    max-width: 700px;
    max-height: 90vh;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    z-index: 999;
}
.modal__content {
    margin-top: 0px;
    margin-bottom: 2rem;
    line-height: 1.5;
    color: rgba(0,0,0,.8);
    overflow-y: auto;
    overflow: -moz-scrollbars-vertical;
    padding: 0px 20px 20px 0px;
}
.modal__header .modal__close{
    border: none;
    background: #fff;
}
.modal__header .modal__close:before {
    content: "\2715";
}
.image-content{
    float:left;
    width:100%;
    text-align:center;
    margin-bottom:20px;
}
.circle-wrap{
    width:120px;
    height:120px;
    border-radius:100%;
    display:inline;
}
.more-infp-pop{
    float:left;
    width:100%;

}
.more-infp-pop p{
    float:left;
    width:100%;
    margin:5px 0px;
    font-size:16px;
}
.image-content img{
    display:inline-block;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    object-fit: contain;
    background:#ccc;
}
.top-title{
    float:left;
    width:100%;
    font-size:25px;
    text-transform:uppercase;
    color:#333;
    font-weight: bold;
    margin-top:20px;
    margin-bottom:20px;
}
.profiles-wrap{
    float:left;
    width:100%;
    background:#efefef;
    padding:30px;
    box-sizing:boder-box;
}
.profile-box{
    float:left;
    width:30%;
    margin:1.6%;
    background:#fff;
    border:1px solid #fff;
    position:relative;
    margin-top:2%;
    padding:15px;
    padding-right:20px;
    box-sizing:border-box;
    cursor:pointer;
}
.profile-box:hover{
    border:1px solid #999
}
.profile-box a{
    float:right;
    margin-top:20px;
    font-size:15px;
    color:#e94612;
}
.leader-name{
    float:left;
    width:100%;
    font-size:16px;
    margin-bottom:10px;
    height: 85px;
    padding-right: 50px;
}
.leader-sub-txt{
    float:left;
    width:100%;
    line-height: 22px;
    font-size:15px;
    height: 40px;
    max-height: 90px;
    overflow: hidden;
}
.leader-img{
    position:absolute;
    width:75px;
    height: 75px;
    border-radius:100%;
    top:-30px;
    right:-5px;

}
.leader-img img{
    width: 100%;
    height: 100%;
    /* border-radius: 100%; */
    object-fit: contain;
    /* background:#ccc; */

}
@media screen and (max-width: 1190px){
    .profile-box{
        width:46%;
        float:left;
    }
}
@media screen and (max-width: 780px){
    .profile-box{
        width:100%;
        margin-bottom:5%;
    }
    .leader-sub-txt{
        height: auto;
        min-height: auto;
    }
    .leader-name {
        height: auto;
        min-height: auto;
    }
}
@media screen and (max-width: 500px){
     .profile-box{
    margin-bottom:17%;
    margin-top:0;
    margin-left:0;
    margin-right:0;
}
.profiles-wrap{
    padding:10px;
    box-sizing:border-box;
}

}
