﻿h1, h2, h3, h4, h5, p, a, header, nav, menu, footer, input, textarea, button, .alert, .label, li, div {
    font-family: 'Inter', sans-serif !important;
    font-weight: 400;
    word-spacing: 1px;
    line-height: 1.2;
}

.blog_content {
    margin-bottom: 30px;
    background: #fff;
    padding: 20px;
    border: 1px solid #e5e5e5;
    margin-top: 30px;
}

    .blog_content .breadcrumb {
        display: flex;
        align-items: center;
    }

.breadcrumb a:hover {
    color: #3e69b3 !important;
}

.blog_list .container {
    overflow: visible !important;
}


a {
    text-decoration: none ;
}

.font_blue:hover {
    color: #1c4c9c!important;
}



.blogs .row {
    display: flex;
}

.left-panel {
    display: block;
}

.filter {
    display: none;
}

.maincontainercenter {
    width: 1200px !important;
    margin: 0 auto;
}

.breadcrumb {
    color: #707070;
    padding: 15px;
}

    .breadcrumb a {
        font-size: 12px;
        color: #707070;
    }

    .breadcrumb .arrow {
        margin: 0 4px;
    }

.hstrip {
    z-index: 101 !important;
}

.user_article {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 27.5px;
}

    .user_article input {
        opacity: 0;
        margin: 0;
    }

.blue-txt {
    color: #3e69b3;
    font-size: 12px;
    border-radius: 5px;
    padding: 5px 5px;
    border: 1px solid #3e69b3;
    margin-left: 8px;
}

.review-article {
    margin: 0;
}

#inbetweengap{
   padding-bottom:0px!important;
   padding:0px;
}

.blog_title {
    font-size: 32px;
    font-weight: 500;
    color: #1c2126;
    display: initial;
}

    .blog_title a:hover {
        color: #3e69b3 !important;
    }

    .blog_title a {
        font-size: 32px;
        font-weight: 500;
        color: #1c2126;
        display: initial;
    }

.small-text.rating a {
    color: #3e69b3;
}

    .small-text.rating a:hover {
        color: #3e69b3 !important;
    }

.edit_rev {
    cursor: pointer;
    position: relative;
    top: -4px;
}

.blog_title:hover, .user_name a:hover, .follow:hover, .sell_all, .message:hover, .user_details a:hover, .btn1 a:hover, .feature a:hover, .rev_title:hover {
    color: #3e69b3 !important;
}

    .sell_all:hover, rev_title a:hover {
        color: #3e69b3 !important;
    }

.user_details {
    margin-top: 19px;
    font-size: 12px;
}


    .user_details div {
        display: none;
    }

    .user_details span, .user_details small {
        font-size: 12px;
        color: #000000;
    }

    .user_details a {
        font-size: 12px;
        color: #3e69b3;
    }


.icon-featured-blog:before {
    content: '';
    display: inline-block;
    background-image: url(../../../ImageServerWeb/purplestar.svg);
    width: 16px;
    height: 16px;
    margin-left: 0px;
    margin-bottom: 4px;
    background-repeat: no-repeat;
}

.user_details .icon-featured-blog:before {
    margin-bottom: 1px;
}

.iconimg:before {
    content: '';
    display: inline-block;
    background-image: url(/ImageServerWeb/Desktop-checkbox.png);
    width: 20px;
    height: 20px;
    background-size: 20px;
    margin-left: 10px;
    background-repeat: no-repeat;
    vertical-align: bottom;
}

.iconimg.check:before {
    content: '';
    display: inline-block;
    background-image: url(/ImageServerWeb/Desktop-checkbox-untick.png);
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    background-size: 20px;
    margin-left: 10px;
    background-repeat: no-repeat;
}

.iconimg2:before {
    content: '';
    display: inline-block;
    background-image: url(/ImageServerWeb/Desktop-checkbox.png);
    width: 20px;
    height: 20px;
    background-size: 20px;
    vertical-align: bottom;
    margin-left: 10px;
    background-repeat: no-repeat;
}

.iconimg2.check:before {
    content: '';
    display: inline-block;
    background-image: url(/ImageServerWeb/Desktop-checkbox-untick.png);
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    background-size: 20px;
    margin-left: 10px;
    background-repeat: no-repeat;
}

.blog_img {
    margin-top: 25px;
    text-align: right;
}

    .blog_img img {
        height: 450px;
        object-fit: cover;
        width: 100%;
    }

.blog_para {
    font-size: 15px;
    color: #1c2126;
    margin: 30px 0;
}

    .blog_para p {
        line-height: 22px;
        letter-spacing: 0.2px
    }

        .blog_para p a {
            color: #3e69b3 !important;
        }

.hypertxt {
    color: #3e69b3;
    text-decoration: underline !important;
}

    .hypertxt:hover {
        color: #3e69b3 !important;
    }

.social_icons {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.like_count, .comment_count {
    font-size: 16px;
    color: #1c2126;
    margin-left: 6px;
    bottom: 2px;
    position: relative;
    cursor: pointer;
}

#paging {
    padding: 20px 0px;
}
}

.field-outline {
    border: 0;
}

.like_count span {
    font-size: 16px;
    color: #1c2126;
    position: relative;
    cursor: pointer;
}

.close::after {
    content: '';
    cursor: pointer;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url('../../../ImageServerWeb/closeicon.svg');
    background-size: 16px;
    background-position: center;
    transition: 1s;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 22px;
}

.saved::before {
    content: '';
    position: relative;
    cursor: pointer;
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-right: 5px;
    background-image: url('../../../ImageServerWeb/like.svg');
    background-size: 35px;
    background-position: center;
    transition: 1s;
    background-repeat: no-repeat;
}

.saved.fill-heart::before {
    position: relative;
    cursor: pointer;
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-right: 5px;
    background-image: url('../../../ImageServerWeb/redstar.svg');
    background-size: 35px;
    transition: 1s;
    background-position: center;
    background-repeat: no-repeat;
}

.blog_list .profile-blog {
    display: flex;
    gap: 30px;
    width: 100%;
    justify-content: space-between;
}

.blog_list .like_count, .blog_list .comment_count {
    bottom: 4px;
}

.left_icons img, .right_icons img {
    width: 36px;
    height: 36px;
}

.blog_list .left_icons img, .blog_list .right_icons img {
    width: 20px;
    height: 20px;
}

.blog_list .social_icons .right_icons img {
    width: 26px;
    height: 25px;
}

.left_icons a {
    margin-right: 5px;
    font-size: 16px;
    color: #1c2126;
    margin-left: 6px;
    position: relative;
    cursor: pointer;
}

.mod_open .black-layer {
    z-index: 95;
    opacity: 1;
}

.modal .modal-head {
    text-align: center;
    border: 0;
}

.modal {
    z-index: 1000;
}

.user-rating-show.modal {
    max-height: 350px;
}

.user-rating-show {
    border-radius: 6px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    max-width: 400px;
    padding: 0;
}

.profile-img img, .profile-img {
    width: 48px !important;
    height: 48px !important;
    object-fit: contain;
    border-radius: 50%;
    border: 0;
}

#innerLove .row {
    padding: 10px 30px;
    border-top: 1px solid #f1f9ff;
    display: flex;
}

.visitor {
    margin-left: 20px;
}

.user-rating-show .icon-close:before {
    color: #3e69b3;
    font-size: 10px;
    font-weight: 500;
    border: 1px solid #3e69b3;
    border-radius: 50%;
    padding: 5px;
}

.visitor h5 {
    font-size: 13px;
    font-weight: 500;
    color: #1c2126;
    margin-top: 5px;
}

.visitor a {
    font-size: 11px;
    margin-top: 3px;
    color: #3e69b3;
}

.mod_open .black-layer {
    backdrop-filter: blur(14.9px);
    background: transparent;
}

#btnEdit {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 8px 30px;
    border-radius: 20px;
    background-color: #3e69b3;
}

.right_icons a:not(:last-child) {
    margin-right: 3px;
}

.left-panel {
    padding: 0;
}

.profilepic-logo {
    display: flex;
}


.total_comm {
    font-size: 16px;
    font-weight: 500;
    color: #1c2126;
    padding: 20px 0;
}

.comment_box textarea {
    background: #f1f4f9;
    border-radius: 20px;
    border: 0;
    width: -webkit-fill-available;
    height: 109px;
    resize: none;
    padding: 18px;
}

.submit_btn {
    text-align: right;
    margin: 20px 0;
    margin-bottom: 40px;
}

#profile-name {
    display: flex;
    align-items: center;
}

.user_reviews .user_pic {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.profile-blog .rev_title {
    font-size: 16px;
    font-weight: 500;
    color: #1c2126;
    display: inherit;
}

.ctuser a:hover {
    color: #3e69b3 !important;
}

.ctuser .rev_title {
    font-size: 16px;
    font-weight: 500;
    color: #1c2126;
}

.ctuser {
    margin-bottom: 3px;
}

.user_box {
    display: flex;
    align-items: center;
}

#maindiv .user_box {
    margin-top: 25px;
}

.right_box {
    padding-left: 20px;
}

.edit_comment {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.edit_drop {
    position: absolute;
    bottom: -22px;
    right: 0;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    font-size: 11px;
    color: #242c42;
    opacity: 0;
    visibility: hidden;
    padding: 5px 10px;
    transition: all 0.5s;
    border-radius: 5px;
}

    .edit_drop a {
        color: #242c42;
    }

.edit_comment:hover .edit_drop {
    opacity: 1;
    visibility: visible;
}

.edit_comment1:hover .edit_drop {
    opacity: 1;
    visibility: visible;
}


.small-tag {
    font-size: 12px !important;
}

#diverrorTxt {
    margin-bottom: 5px !important;
}


.profile-blog .edit_drop {
    width: 55px;
    bottom: -25px;
    text-align: left;
}

    .profile-blog .edit_drop a {
        display: block;
        color: #242c42;
        margin-top: 3px;
    }

        .profile-blog .edit_drop a:hover {
            color: #3e69b3 !important;
        }

.last_update, .posted-via {
    font-size: 12px;
    color: #1c2126;
    margin-top: 6px;
}

.readmore {
    font-size: 14px;
    font-weight: 500;
    color: #3e69b3;
}

    .readmore:hover {
        color: #3e69b3 !important;
    }

.review_para {
    font-size: 14px;
    color: #1c2126;
    margin: 15px 0;
}

    .review_para a {
        color: #3e69b3 !important;
    }

.user_reviews {
    margin-bottom: 35px;
}


.col-4 .d_flex {
    align-items: center;
    gap: 22px;
    display: flex;
}
    .col-4 .d_flex a:hover {
        color: #ffffff!important;
    }

        .col-4 .d_flex .art-username:hover {
            color:#4169b2!important;
        }

    .col-4 .d_flex .attherateusername:hover {
        color: #4169b2 !important;
    }


        .blog-opt .d_flex {
            display: flex;
            align-items: center;
        }

.iconimg, .iconimg2 {
    cursor: pointer;
}

.article-general {
    display: block !important;
}

.Alert-general {
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px !important;
    padding: 10px 0 !important;
    border-radius: 4px;
    border: solid 2px #f1f4f9 !important;
    cursor: pointer;
    text-transform: capitalize;
    text-align: center;
}

    .Alert-general .bell-icon-text {
        color: black !important;
        font-weight: 500;
    }

        .Alert-general .bell-icon-text:hover {
            color: #1c4c9c !important;
        }



.Ccopy {
    white-space: nowrap;
    margin-left: 5px;
    color: #1c2126;
    font-size: 15px;
}

.blog-title .icon-video-review {
    position: relative;
    top: -8px;
}

.wrap-product.table.bgrhs {
    display: flex;
    align-items: center;
}

    .wrap-product.table.bgrhs .icon-featured-blog:before {
        margin-bottom: 3px;
        margin-left: 5px;
    }

.blog_content .profile-blog .icon-video-review {
    position: relative;
    top: -10px;
}

.blog_list .profile-blog .icon-video-review {
    position: relative;
    top: -3px;
}


.viewimg {
    color: #3e69b3;
    font-size: 14px;
    margin-top: 10px;
}

    .viewimg:hover {
        color: #3e69b3 !important;
    }

.btn_blue {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 12px 8px;
    border-radius: 4px;
    background-color: #3e69b3;
}

    .btn_blue:hover {
        color: #fff !important;
        opacity: 0.9;
    }

.user_box {
    position: relative;
}

.user_pic {
    width: 56px;
    height: 56px;
    object-fit: contain;
    border-radius: 50%;
}

.user_badge {
    position: absolute;
    bottom: -4px;
    right: -6px;
}

.user_name a {
    font-size: 18px;
    font-weight: 500;
    color: #1c2126;
}

.user_name a:hover {
    
    color: #4169b2!important;
}



.user_id a {
    font-size: 14px;
    color: #3e69b3;
}

.follow, .message {
    border-radius: 4px;
    border: solid 2px #f1f4f9;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    color: #3e69b3;
    width: -webkit-fill-available;
    width: -moz-available;
    background: #fff;
    transition: 0.3s;
    padding: 10px 0;
}

    .follow:hover, .message:hover {
        background: #3e69b3;
        color: #fff !important;
    }

.w-100 {
    width: 100%;
}

.follow_count {
    border-radius: 7px;
    background-color: #f1f4f9;
    padding: 15px;
}

.text1 a, .text1 {
    font-size: 14px;
    font-weight: 500;
    color: #3e69b3;
}

    .text1 a:hover, .text2 a:hover, .user_id a:hover {
        color: #3e69b3 !important;
    }

.text2 a, .text2 {
    font-size: 14px;
    color: #3e69b3;
    margin-top: 2px;
}

.Alert {
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    margin-top: 10px !important;
    padding: 10px 0 !important;
    border-radius: 4px;
    border: solid 2px #f1f4f9 !important;
    cursor: pointer;
    text-transform: capitalize;
    text-align: center;
}

    .Alert:hover {
        color: #3e69b3 !important;
    }

.review-article .Alert:hover {
    color: inherit !important;
    cursor: default;
}

.alert-notification {
    color: black;
}

    .alert-notification:hover {
        color: #3e69b3 !important;
    }

.follow-div {
    display: flex;
    gap: 22px;
    margin-bottom: 40px;
}

#Featured-Art-icon::after {
    content: '';
    display: inline-block;
    background-image: url(../../../ImageServerWeb/purplestar.svg);
    width: 16px;
    height: 16px;
    margin-left: 10px;
    background-repeat: no-repeat;
    margin-bottom: -1px;
}

.sub-heading h1 {
    color: black;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #cfcfcf;
    padding: 10px 0px;
}

.sub-heading .profile-heading {
    font-size: 32px;
    margin-top: -28px;
    margin-left: 12px;
}

#categoryList #ARTICLE-BY {
    border: none;
}


/*#dvCommentAlert .Alert::before {
    content: '';
    display: inline-block;
    background-image: url(../../../ImageServerWeb/bell.svg);
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-repeat: no-repeat;
}*/
.right-module {
    border: 0;
    padding: 0;
}

.btn1 a {
    font-size: 12px;
    color: #3e69b3;
    border: solid 1px #3e69b3;
    cursor: pointer;
    border-radius: 6px;
    padding: 6px;
    margin-top: 10px;
}


.btn1 span {
    margin-right: 8px;
}


.feature {
    margin: 10px 0;
}
.tags-content .emoji-css {
    color: #1c2126 !important;
}

.tags-content .emoji-css:hover {
    color: #1c2126 !important;
}

.table.bgrhs {
    border-top: 2px solid #f1f4f9;
}

    .table.bgrhs a {
        border-top: 0;
    }

    .table.bgrhs .pull-right {
        position: relative;
        top: 18px;
    }

.icon-featured-blog:before {
    content: "";
}

.feature h3 {
    font-size: 20px;
    margin-bottom: 19px;
    font-weight: 500;
    color: #1c2126;
}

    .feature h3 a {
        color: #3e69b3;
        font-size: 20px;
        font-weight: 500;
        padding: 0;
    }

.starcircle::after {
    content: '';
    display: inline-block;
    background-image: url('../../../ImageServerWeb/purplestar.svg');
    width: 16px;
    height: 16px;
    margin-left: 10px;
    background-repeat: no-repeat;
    margin-bottom: -2px;
}

.divider {
    border-top: 2px solid #f1f4f9;
    margin: 20px 0;
}

.feature a, .flex span {
    font-size: 14px;
    color: #1c2126;
    padding: 20px 0;
    padding-top: 10px;
    border-top: 2px solid #f1f4f9;
}

.feature a {
    padding-top: 20px;
}

.others .starcircle::after, .user_details.starcircle::after {
    vertical-align: sub;
}

.sell_all {
    font-size: 16px !important;
    font-weight: 600;
    color: #3e69b3 !important;
}

.AD {
    width: 100%;
    height: 250px;
    background-color: #bce0fd;
    margin: 30px 0;
}

ins {
    width: 365px !important;
}


.ad_text {
    font-size: 16px;
    font-weight: 500;
    color: #1c2126;
}


.article_by {
    font-size: 32px;
    font-weight: 500;
    color: #1c2126;
}

#articleBy {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 10px;
}

.morecontent {
    display: none;
}

.blog-title .icon-corporate-blog:before {
    visibility: visible;
    /*margin-left: -10px;*/
}

.MS-icons .icon-video-review::before {
    visibility: visible;
    margin-left: -15px;
}




.user_blog_rev {
    padding: 20px 0;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 15px
}

.txt1 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.prod_img {
    width: 100%;
    height: 121px;
}

#dvfollow {
    display: flex;
    margin-top: -3px;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.article_box {
    margin-top: 20px;
}

.article_para, .pull-left.small-tag {
    font-size: 14px;
    color: #000000;
    margin-top: 20px;
    word-break: break-all;
    line-height: 24px;
    display: contents;
}

    .article_para p, .article_para u, .article_para strong, .article_para ul, .article_para li, .article_para ol, .article_para em {
        color: #000000;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.4px;
    }

    .article_para br {
        display: none;
    }

    .article_para table {
        margin-top: 30px;
    }

    .article_para p {
        margin: 15px 0;
    }

.blog_para p, .blog_para u, .blog_para strong, .blog_para ul, .blog_para li, .blog_para ol, .blog_para em {
    color: #000000;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.4px;
}

.blog_para table {
    margin-top: 30px;
}

.blog_para p {
    margin: 15px 0;
}

.article_para a, .blog_para a {
    color: #3e69b3 !important;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.read-more {
    font-size: 14px;
    color: #3e69b3;
}

    .read-more:hover {
        color: #3e69b3 !important;
    }
/* The Modal (background) */
.modal-custom {
    visibility: hidden; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1050; /* Sit on top */
    left: 0;
    opacity: 0;
    align-items: center;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    backdrop-filter: blur(14.9px);
    transition: 0.2s;
}

/* Modal Content */
.modal-content-custom {
    background-color: #fefefe;
    margin: auto;
    width: 400px;
    border-radius: 6px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    position: relative;
    top: 26%;
}

/* The Close Button */
.close-custom {
    color: #aaaaaa;
    float: right;
    font-size: 35px;
    position: absolute;
    right: 15px;
    top: 1px;
}

    .close-custom:hover,
    .close-custom:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-open {
    overflow: hidden;
}

.article_title {
    font-size: 15px;
    color: #3e69b3 !important;
    padding: 20px;
    text-align: center;
    font-weight: 500;
}

.scroll {
    max-height: 245px;
    overflow-y: auto;
}

    .scroll::-webkit-scrollbar {
        width: 5px
    }

    .scroll::-webkit-scrollbar-track {
        background: #f1f1f1
    }

    .scroll::-webkit-scrollbar-thumb {
        background: rgba(0,0,0,.25);
        border-radius: 20px
    }

    .scroll .user_pic {
        width: 40px;
        height: 40px;
        object-fit: contain;
        border-radius: 50%;
    }

    .scroll .user_name a {
        font-size: 13px;
    }

    .scroll .user_id {
        font-size: 11px;
        margin-top: 3px;
    }

    .scroll .user_badge {
        right: -4px;
        bottom: 0px;
    }


.rated_user {
    padding: 10px 30px;
    border-top: 1px solid #f1f9ff;
}

.view_more {
    border: 1px solid #3e69b3;
    color: #3e69b3;
    font-size: 16px;
    background: #fff;
    padding: 8px 20px;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    text-transform: capitalize;
    margin-bottom: 20px;
    transition: 0.3s;
    font-weight: 600;
}

    .view_more:hover {
        color: #fff !important;
        background: #3e69b3;
        transition: 0.3s;
    }

.publish {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 10px 0;
    border-radius: 4px;
    background: #3e69b3;
    cursor: pointer;
    text-transform: capitalize;
    width: 100%;
}

.more-share .dropdown-tip {
    left: -125px;
}

.dropdown-tip {
    border-radius: 4px;
    -webkit-transition: all,0.5s,ease;
    -moz-transition: all,0.5s,ease;
    transition: all,0.5s,ease;
    box-shadow: 0 0px 1px 0 rgb(0 0 0 / 20%);
    position: absolute;
    font-size: 15px;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    opacity: 1;
    width: max-content;
    z-index: 80;
    display: none;
    left: 0;
}

.ctcText {
    background-color: #333;
    position: fixed;
    text-align: center;
    color: #fff;
    padding: 15px;
    top: 85%;
    left: 42%;
    right: 42%;
    z-index: 99;
    border-radius: 7px;
    box-shadow: 0 0 2px 1px rgb(0 0 0 / 50%);
    display: none;
    box-sizing: border-box !important;
    font-size: 18px;
    height: fit-content;
}

    .ctcText span {
        vertical-align: top;
        display: inline-block;
    }

.mail {
    font-size: 20px;
    color: #1c2126;
    margin-left: 6px;
}
/*.dropdown-tip:after, .dropdown-tip:before {
    right: 45%;
    top: -21px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

.dropdown-tip:before {
    border-color: rgba(204, 204, 204, 0);
    border-right-color: #ccc;
    border-width: 10px;
    margin-right: -1px;
}*/

.more-share:hover .dropdown-tip {
    display: block;
}

.more-share {
    position: relative;
    cursor: pointer;
    margin-left: 2px;
}

.share.text-right {
    display: none;
}

.blog_para table {
    border-collapse: inherit;
    border: 1px solid #3333;
    border-spacing: 2px;
}

.blog_para td {
    border: 1px solid #3333;
    padding: 5px;
}

.blog_para ul li, .blog_para ol li {
    list-style: inherit !important;
}

.hstrip a:hover {
    text-decoration: underline !important;
}
