.theq-v1 .profile__header-photo-wrapper {
    z-index: 999;
    display: inline-block;
    position: absolute;
    height: 208px;
    width: 208px;
    bottom: 0;
    left: 16px;
    margin-bottom: -48px;
    border-radius: 99%;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.25);
}
.no_ava {
    height: 200px;
    width: 200px;
    background-size: cover;
    background-position: 50%;
    border-radius: 99%;
    margin-top: 4px;
    margin-left: 4px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.user_avatar img {
    height: 200px;
    width: 200px;
    background-size: cover;
    background-position: 50%;
    border-radius: 99%;
    margin-top: 4px;
    margin-left: 4px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.page_cover {
    height: 200px;
    margin-left: 61px;
    padding: 12px;
    width: 849px;
    border-radius: 2px 2px 0 0;
    background-position: 50%;
    background-size: cover;
}
.profile__header-fullname {
    font-weight: bold;
    margin-top: 13%;
    margin-right: 0%;
    font-size: 20px;
    line-height: 44px;
    color: #fff;
}
.page_verified {
    background: url(/images/icons/verify.png?1) no-repeat 0;
    display: inline;
    zoom: 1;
    right: 2%;
    position: relative;
    margin-left: 6px;
    padding: 2px 16px 2px 0;
}
.status_title_online {
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    margin-top: 5px;
    margin-left: 100%; 
}
.status_title {
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    margin-left: 79%;
}
.avow {
    margin: 0px auto;
    position: relative;
    padding: 5px;
    background: #FFF;
}
.new_ad {
    font-size: 12.5px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #f66261;
    color: #fff;
    padding: 0 5px 1px;
    border-radius: 3px;
}
.profile_action_btn{
    padding: 10px 0px 0px 0px;
}
