.profilePage  > #profile-content > ul#list-content > li[id^='activity_']{
    margin-left: 7px;
    margin-right: 7px;
}

.tab-user a.item-tab{
    display: inline-block;
    padding: 10px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
.tab-user a.active{
    border-bottom: 2px solid #247BBA;
}

.tab-user a.item-tab:first-child{
    /*border-right: 1px solid #cccccc;*/
}
.tab-user-list a{
    padding: 5px;
    padding-right: 10px;
    text-transform: uppercase;
    color: #000;
}
.tab-user-list a.active{
    font-weight: bold;
}
.home-user-tab a{
    display: inline-block;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.home-user-tab a.active{
    border-bottom: 2px solid #247BBA;
}
.tab-user-list-more{
    position: relative;
}
.btn-tab-user-more i{
    vertical-align: middle;
    font-size: 13px;
}
.tab-user-list-more .dropdown-menu{
    left: inherit;
    right: 0;
}
.tab-user-list-more .dropdown-menu li{
    width: 100%;
}
.tab-user-list-more .dropdown-menu a{
    padding: 10px 5px;
}
.membership_head {
    text-align: center;
    background: #99ccff;
    padding-bottom: 20px;
}
.membership_left {
    width: 30%;
    float: left;
    padding: 10px;
}
.membership_right {
    overflow: hidden;
}
.membership_vip_text p:first-child {
    margin-right: 10px;
}
.membership_vip_text p {
    display: inline-block;
}
.membership_bg_blue {
    background: #4682b4;
    padding: 10px 0;
}
.membership_bg_blue {
    background: #4682b4;
    padding: 10px 0 10px 10px;
}
.membership_purchase {
    margin-top: 20px;
}
.membership_purchase > div {
    text-align: center;
}
.badge-reward-popup{
    max-width: 320px;
}
.badge-reward-popup a{
    margin-right: 5px;
}
.badge-reward-popup a:hover{
    text-decoration: none;
}
.badge-reward-popup img{
    max-width: 100px;
    max-height: 50px;
}
.b-reward-title{
    margin: 6px 0px;
    font-weight: bold;
}
.list-tooltip-fields{
    margin-top: 10px;
    font-size: 13px;
    color: #999;
}
.list-tooltip-fields label{
    width: 100px;
}
.rp-feed i{
    margin: 0 3px;
    vertical-align: sub;
}
.subscription_txt{
    color: #fff;
}
.subscription_txt input{
    margin-right: 15px;
}
.subscription_txt .p_title{
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
}
#btn_subs_now{
    background: #89C350;
    font-size: 14px;
    line-height: 40px;
    padding: 0 35px!important;
    height: 40px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    font-family: sans-serif;
}
.membership_right .current_subscription_info{
    width: 99%;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 15px;
}
.top-text > h1 {
    color: #006791;
    font-size: 72px;
}
p.text_joinus {
    color: #006592;
    font-size: 24px;
}
.text_mutual {
    color: #00a2ee;
    font-size: 48px;
    margin-top: 20px;
    margin-bottom: 10px;
}
p.text_desc {
    color: #9ca8c6;
    font-size: 16px;
}

@media (max-width:991px) {
    .membership_left {
        width: auto;
        float: none;
        padding: 0;
    }
    .membership_bg_blue {
        padding: 10px;
        max-width: 100%;
    }
    .membership_access_payment input[type="image"] {
        max-width: 100%;
    }
    .btn-login-responsive{
        float: right;
        color: #fff;
        margin-top: 12px;
    }
    .membership_right .current_subscription_info .items label{
        display: inline-block!important;
        margin-right: 5px;
    }
    .membership_head img{
        max-width: 100%;
    }
}
@media (max-width: 420px){
    .wrap-tab-user-list{
        padding: 3px;
    }
    .subscription_txt > label{
        display: block;
    }
    .subscription_txt .wrap-plan{
        width: 92%;
    }
}
@media (max-width: 391px) {
    .subscription_txt .wrap-plan {
        width: 90%;
    }
}
@media (max-width: 325px){
    .tab-user-list a {
        font-size: 11px;
    }
}
@media(max-width: 991px){
    button#closeMenuMain span {
        font-size: 32px;
        padding: 5px 10px;
    }
    .closeButton button.close{
        top: 0
    }
    .closeButton button.close span {
        display: block;
        padding: 5px 10px;
        font-size: 32px;
    }
}