.lbanner-box {
    display: none !important;
}

.lbanner-pp .lbanner_wrap {
    padding: 6.7% 0 !important;
}

.related_products {
    background-color: transparent !important;
}


.news_main {
    margin-top: 5%;
}

.news_main .news_title {
    /* font-family: 'PlayfairDisplay-Bold'; */
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 1.5;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.news_main .news_date {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #3D3C6A;
    line-height: 1.5;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 10px 0;
}

.news_main .news_detail {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}


.news_main .news_img {
    width: 100%;
    max-width: 780px;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 49%;
    margin-bottom: 40px;
}

.news_main .news_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}


.news_main .share_this {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    display: flex;
    justify-content: flex-start;
}

.news_main .share_this img {
    max-width: 300px;
}
@media (max-width:1366px) and (min-width:951px) {
     .news_main .news_detail{
        font-size: 18px;
    }
    .click_btn .colo_btn a{
        font-size: 20px;
    }
    .prev_btn .con, .prev_btn .con a, .prev_btn .con span, .next_btn .con, .next_btn .con a, .next_btn .con span{
        font-size: 18px;
    }
}