.col-rp {
    padding: 0;
}
a {
    color: #222;
}
a:hover {
    color: #4db2ec !important;
}
/* Header css */
 .header-btn .page-head-btn:first-child{
    margin-left: 0;
}
 .header-btn .page-head-btn {
    background-color: #222;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    padding: 2px 12px 1px;
    display: inline-block;
    line-height: 22px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: default;
    -webkit-user-select: none;
    user-select: none;
    margin-left: 8px;
}
 .header-btn .head-fashion-btn {
    background: #dd3333;
}
 .header-btn .head-look-btn {
    background: #f96945;
}

/* Center Content Css */

.user-comment-sec {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 5px 0;
}
.news-single-img {
    height: 60vh;
    object-fit: cover;
}
 .user-comment-sec .user-img img {
    height: 33px;
    width: 33px;
    object-fit: cover;
    border-radius: 50px;
}
 .user-comment-sec .user-img h6.heading {
    font-weight: 600;
}
 .user-comment-sec .comment-date::after {
    content: "";
    background: #eaeaea;
    width: 1px;
    height: 37px;
    position: absolute;
    margin-left: -10px;
}
 .user-comment-sec .comment-date p {
    font-size: 14px;
    font-weight: 300;
}

/* Social Icons Css */
 .sp-left-content {
    max-width: 63.8%;
}
 .pn-single-article a {
    color: #222;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
 .pn-single-article p {
    color: #9a9a9a;
    font-weight: 300;
}
 .pn-single-article {
    border-top: 1px solid #ebebeb;
    padding-top: 40px;
}
 .user-profile {
    border: 1px solid #eaeaea;
    padding: 20px;
}
.user-profile .user-profile-detail img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin-right: 20px;
}
.user-profile .user-profile-detail .user-detail p {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 1.7;
}
.user-profile .user-profile-detail .user-detail .user-name {
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}
 .related-articles .single-related-articles {
    padding: 0;
    max-width: 31.5%;
    margin-top: 27px;
}
 .related-articles .single-related-articles:hover .related-article-heading .heading {
    color: #4db2ec;
}
 .related-articles .related-article-heading {
    border: 1px solid #eaeaea;
    border-top: 0;
    padding: 15px 15px 5px;
}
 .related-articles .related-article-heading .heading {
    color: #222;
    font-weight: 600;
}
.related-articles .single-related-articles  img {
    height: 25vh;
    width: 100%;
    object-fit: cover;
}
 .sp-right-content {
    position: sticky;
    top: 60px;
    height: 100%;
}
 .sp-right-content .sp-user-content .user-image a img{
    border-radius: 100%;
    width: 60%;
}
 .sp-right-content .sp-user-content .user-image p {
    font-size: 13px;
}
 .sp-right-content .sp-most-popular-news a img {
    width: 105px;
    object-fit: cover;
    height: 70px;
    margin-right: 15px;
}
 .sp-right-content .sp-most-popular-news a {
    margin-top: 15px;
}
 .sp-right-content .sp-most-popular-news a:hover .small-content .heading {
    color: #4db2ec;
}
 .sp-right-content .sp-most-popular-news .learn-more-news {
    background: transparent;
    color: #8e8e8e;
    border: 1px solid #c9c9c9;
    font-size: 13px;
}
 .sp-right-content .sp-recent-comments p {
    font-size: 13px;
    font-weight: 300;
    color: #000;
    margin-top: 25px;
    margin-bottom: -5px;
}
 .sp-right-content .sp-recent-comments a {
    font-weight: 500;
}

/* Media Query */
@media (max-width:768px) {
     .sp-left-content {
        max-width: 100%;
    }
     .sp-right-content .sp-user-content .user-image a img {
        width: 50%;
    }
     .sp-right-content {
        margin-top: 40px !important;
    }
     .sp-top-heading {
        font-size: 30px;
    }
}
@media (max-width:550px) {
     .user-profile .user-profile-detail {
        flex-direction: column;
    }
    .user-profile .user-profile-detail img {
        width: 50%;
        height: auto;
    }
}
@media (max-width:450px) {
     .related-articles {
        flex-direction: column;
    }
     .related-articles .single-related-articles {
        max-width: 100%;
    }
}
@media (max-width:350px) {
     .sp-right-content .sp-most-popular-news a {
        flex-wrap: wrap;
    }
     .sp-right-content .sp-most-popular-news a .small-content {
        margin-top: 10px;
    }
     .sp-right-content .sp-most-popular-news a img {
        width: 100%;
        height: 150px;
        margin-right: 0;
    }
}