.user-profile-main {
    width: 100px;
    height: 100px;    
    border-radius: 50%;
    position: relative;
}
.user-profile-main img {
    border-radius: 50%;
    border: 1px solid #eee;
    padding: 5px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.user-profile-main:after{
    display: none;
}
.post-view .post-header .media .entry-meta li:after {
    content: ".";    
}
.profile-detail-tab{
    margin: 0px 30px;
}
.profile-detail-tab .nav-item.show .nav-link, .profile-detail-tab .nav-link.active{
    color: #495057;
    background-color: #fff;    
    border: none;
    border-bottom: 2px solid #256386;
}
.user-profile-detail-page{
    background-color: #fff;
}
.block-box {   
    border: 0px solid #dee0e1;
}
.profile-detail-tab .nav-link{    
    padding: 0.5rem 10px;
}
.post-view .post-footer {    
    border-top: 0px solid #e6e9ec;
    border-bottom: 1px solid #e6e9ec;
    margin: 0px 30px;
    padding: 3px 0px;
}
.tab-head{
  margin: 0px 30px;
  padding: 10px 0px;  
  border-bottom: 1px solid #e6e9ec;
}
.user-title h4, .tab-head h4{
    opacity: .8;
}
.tab-head h4{
    font-size: 20px;
}
.widget-memebers .media {   
    border-bottom: 0px solid #dee0e1; 
}
.widget{
    border: none;
}
.credential-list{
    padding: 5px 15px 5px 15px;
}
.credential-list li a{
    color: #256386;
}
.credential-list li a i, .credential-list li i{
   width: 25px;
   font-size: 18px;
   color: #000;
   opacity: .6;
   text-align: center;
   margin-right: 7px;
}
.widget-heading{
    padding: 15px 15px 15px;
}
.widget-heading a{
    opacity: .8;
    width: 35px;
    height: 35px;
    border-radius: 50%;   
    background-color: rgb(230 231 233);
    text-align: center;
    line-height: 35px;
}
.widget-memebers .media .item-img a img{
    width: 35px;
    height: 35px;   
}