.banner-user {
    background-image: url("../img/bg1.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    padding: 140px 35px 35px 50px;
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

@media only screen and (max-width: 991px) {
    .banner-user {
        padding: 100px 35px 35px 50px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-user {
        padding: 60px 30px 35px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-user {
        padding: 60px 20px 35px;
    }
}

.profile_tabs>.card-header {
    border-bottom: 1px solid rgba(0,0,0,.125);
    background-color: rgba(0,0,0,.03);
}
.profile_tabs .card-header .nav-item {
	margin-bottom: -1px;
}
.profile_tabs .card-header .nav-item .active{
    background-color: white;
    border-style: solid;
    border-width:1px !important;
    border-color: #dee2e6 #dee2e6 #fff !important;
    z-index:100;
}
.user-about .widget-heading {
    margin-bottom: 10px;
}
.user-about .user-info { padding-left: 0px; list-style: none; }
.user-about .user-info li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    border-bottom: 1px solid #e6ebf2;
    margin-bottom: 12px;
    padding-bottom: 2px;
    overflow: hidden;
}

@media only screen and (max-width: 479px) {
    .user-about .user-info li {
        display: block;
    }
}

.user-about .user-info li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.user-about .user-info li label {
    min-width: 240px;
    margin-right: 10px;
    color: #71728c;
}

@media only screen and (max-width: 767px) {
    .user-about .user-info li label {
        min-width: 140px;
    }
}

@media only screen and (max-width: 479px) {
    .user-about .user-info li label {
        min-width: auto;
        margin-right: 0;
        font-weight: 700;
        color: #000000;
    }
}





.banner-user:before {
    content: "";
    height: 100%;
    width: 100%;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    border-radius: 8px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.banner-user .media {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .banner-user .media {
        display: block;
        text-align: center;
    }
}

.banner-user .media .media-body {
    position: relative;
}

.banner-user .media .item-img {
    position: relative;
    margin-right: 30px;
    border-radius: 50%;
    background-color: #ffffff;
    padding: 5px;
    display: inline-block;
}

@media only screen and (max-width: 575px) {
    .banner-user .media .item-img {
        margin-right: 0;
        margin-bottom: 30px;
    }
}



.banner-user .media .item-img img {
    border-radius: 50%;
    border-width: 3px !important;
}

.banner-user .media .item-title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2px;
    position: relative;
    display: inline-block;
}



.banner-user .media .item-subtitle {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
}


.banner-user .media .user-meta {
    float: right;
    padding-left: 0;
    bottom: 0;
    right: 0;
}

@media only screen and (max-width: 991px) {
    .banner-user .media .user-meta {
        position: relative;
        margin-top: 20px;
    }
}

.banner-user .media .user-meta li {
    display: inline-block;
    color: #d7d7d7;
    margin-right: 24px;
}

.banner-user .media .user-meta li:last-child {
    margin-right: 0;
}

.banner-user .media .user-meta li span {
    font-weight: 600;
    color: #ffffff;
}

