#user-profile-id{
    cursor:pointer;
}

#login-logo-id{
    display:none;
}

.login #backtoblog{
    float:right;
    margin: 10px 0;

}
.login #nav{
    float: left;
    margin: 10px 0;
}

.list-inline{
    padding:11px 0;
}

.list-inline > li{
    padding-left: 13px;
    padding-right: 13px;
}

.list-inline > li > a:hover{
    color:#805ad5;
    border: 1px solid #805ad5;
}

.social-btn{
    display: inline-block;
    height: 35px;
    width: 35px;
    border: 1px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 17px;
    line-height: 35px;
    color:#fff;
}

.list-star{
    padding:0 1px 0 1px;
}

.list-star > li{
    color: #f6bb05;
    /* background: #f6bb05; */
    margin: 2px;
    height: 25px;
    width: 25px;
    text-align: center;
}

.review-text {
    padding-right:5px;
}

.review-text > .text-1{
    color:#fff;
}

.review-text > .text-2{
    color:#a2a2a5;
}

.foot-text{
    color: #434f61;
    font-size: 16px;
}

.foot-info{
    font-family: "Avenir Next Rounded Pro Regular", Verdana, Geneva, sans-serif;
    color: #000;
    font-size: 13px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin: 4px 0;
}

.f-icon{
    margin-bottom:7px;
}
.f-icon > i{
    color: #000;
    height: 25px;
    width: 25px;
    border: 1px solid #000;
    border-radius: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 23px;
    margin: 2px 7px 2px 0;
}


.h-icon{

}

.h-icon i{
    color: #3b8b27;
    height: 25px;
    width: 25px;
    border: 1px solid #3b8b27;
    border-radius: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 23px;
    margin: 2px 7px 2px 0;
}

.list-h-icons{
    display:flex;
    font-size: 15px;
}

.nav-menu li {
    /*border-bottom:2px solid #bca9c1;*/
}
.nav-menu li:hover{
    color:#8cc53d;
    font-weight:600;
    border-bottom:2px solid #fff;
}


@media (max-width: 1024px){
    .foot-banner .left-banner{
        width:50%;
    }

    .foot-banner .right-banner{
        width:50%;
    }
}

@media (max-width: 768px){
    #user-profile-id{
        justify-content: left;
        margin: 10px;
    }
    .logo-text{
        width:100%;
    }

    .foot-banner .left-banner{
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 10px 0;
    }

    .foot-banner .right-banner{
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
}
