.fixed-header #content-index, .fixed-header .sub-page-banner
{
    margin-top: 0;
}

.fixed-header #content-index-account, .fixed-header .sub-page-banners
{
    margin-top: 100px;
}

/*@media (min-width: 768px) {
    .fixed-header #content-index, .fixed-header .sub-page-banner
    {
        margin-top: 264px;
    }

    .fixed-header #content-index-account, .fixed-header .sub-page-banners
    {
        margin-top: 320px;
    }
}

@media (min-width: 992px) {
    .fixed-header #content-index, .fixed-header .sub-page-banner
    {
        margin-top: 209px;
    }

    .fixed-header #content-index-account, .fixed-header .sub-page-banners
    {
        margin-top: 265px;
    }
}

@media (min-width: 1200px) {
    .fixed-header #content-index, .fixed-header .sub-page-banner
    {
        margin-top: 147px;
    }

    .fixed-header #content-index-account, .fixed-header .sub-page-banners
    {
        margin-top: 204px;
    }
}*/

/**
 * Doctor banner
 */
.comment-numbers {
    border-right: 2px solid #00a7d0;
}

.doctor-banner .header-list ul
{
    list-style: none;
    padding-left: 0;
    font-size: 16px;
}

.doctor-banner .header-list ul li
{
    white-space: nowrap;
    color: #0a212c;
}

.doctor-banner .comment-numbers ul li
{
    text-align: right;
    font-weight: bold;
}

.sidebar-widget .doctor-banner .header-list ul
{
    font-size: 14px;
}

/**
 * Comments registration banner
 */
#registration-banner
{
    padding: 20px 0;
    margin-bottom: 20px;
}

#registration-banner p
{
    font-size: 2em;
    color: white;
    font-weight: bold;
    text-align: justify;
}

#registration-banner .btn
{
    width: 100%;
    text-align: center;
    border-radius: 0;
    padding: 20px 0;
    font-weight: normal;
}

#registration-banner .btn:hover
{
    color: white;
}

.sidebar-widget.light .share-post ul.social-rounded
{
    float: none;
}