#buyers_guide_tab .sidebar_bguide {
    padding-right: 0;
}
#buyers_guide_tab .b_guide_sidebar {
    color: #333;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    width: 364px;
    margin-bottom: 26px;
    border-radius: 18px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(45, 45, 45, 0.16);
    padding-bottom: 8px;
}
#buyers_guide_tab .b_guide_sidebar_title {
    margin: 0;
    font-size: 19px;
    color: #000;
    font-weight: 600;
    padding: 20px;
    padding-bottom: 8px;
}
#buyers_guide_tab .buyers_guide_toc_icon{
    background-image: url('https://images.softwaresuggest.com/static-frontend/checklist_toc_icon.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 28px;
    height: 28px;
    margin-right: 8px;
}
.main_toc_content::-webkit-scrollbar-thumb {
    background-color: #001965;
    outline: unset!important;
    border-radius: 14px;
}
.main_toc_content::-webkit-scrollbar-track {
    background: #D1DEFF !important;
}
.main_toc_content::-webkit-scrollbar {
    width: 4px
}
#buyers_guide_tab .b_guide_sidebar ol {
    padding-inline-start: 18px;
    margin: 0;
    margin-top: 12px;
}
#buyers_guide_tab .main_toc_content{
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
    max-height: 548px;
    padding-top: 0;
    padding-bottom: 6px;
}
#buyers_guide_tab .b_guide_sidebar ol li {
    font-size: 16px;
    color: #333;
    cursor: pointer;
    line-height: 1.5;
    padding: 9px 0;
    margin-bottom: 6px;
    font-weight: 400;
}
#buyers_guide_tab .b_guide_sidebar ol li.activebguidetab a {
    color: #001965;
}
#buyers_guide_tab .b_guide_sidebar ol li.activebguidetab {
    font-weight: 500;
    color: #001965;
    position: relative;
}
#buyers_guide_tab .b_guide_sidebar ol li.activebguidetab::after{
    content: '';
    background: #F4F8FF;
    width: 123%;
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
    left: -38px;
}
#buyers_guide_tab .b_guide_sidebar ol li.activebguidetab::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    left: -38px;
    border-right: 4px solid #001965;
    border-radius: 0px 10px 10px 0px;
}
#buyers_guide_tab .b_guide_sidebar ol li a {
    color: #333;
}
.cat_disc_section {
    padding: 0 8px;
}
.cat_disc_section .cat_disc_div {
    padding: 0 20px;
}
.cat_disc_section em, .cat_disc_section li, .cat_disc_section p, .cat_disc_section span {
    font-family: 'Golos Text', sans-serif !important;
    line-height: 1.8;
}
.cat_disc_section .title_bguide, .cat_disc_section .title_bguide * {
    font-size: 24px!important;
    font-weight: 600;
    line-height: 33px;
    position: relative;
}
#buyers_guide_tab .title_bguide::before {
    content: url(/assets2/desktop_view/assets/icon/bugsy.svg);
    height: 27px;
    width: 27px;
    position: absolute;
    left: -37px;
    top: 3px;
}
.cat_disc_section a {
    color: #001965;
}
.cat_disc_div .table_div {
    overflow-y: auto;
}
.cat_disc_div .table_div table {
    border-spacing: 8px;
    border-radius: 6px;
    background: rgba(238,238,238,.3);
    table-layout: auto!important;
    width: 100%!important;
}
.buyers_guide_dowmload_research {
    position: relative;
}
.download_depth_report_h3 {
    position: absolute;
    left: 214px;
    top: 15px;
    width: 60%;
    font-size: 24px;
    color: #333;
    margin: unset;
}
.download_research_btn {
    position: absolute;
    z-index: 1;
    left: 335px;
    bottom: 0;
    padding: 12px 27px;
    width: unset;
    color: #000000;
    margin-bottom: 16px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    border-radius: 4px;
    background: linear-gradient(90deg,rgba(255,194,99,1) 10%,rgba(255,185,4,0.9864320728291317) 70%);
}
.download_icons_report {
    display: block;
    height: 17px;
    width: 17px;
    background-image: url(/assets2/img/download_buyers_guide.svg);
    background-size: contain;
    margin-right: 10px;
}
.untill_last_date_p {
    position: absolute;
    top: calc(50% - 8px);
    left: 21px;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    color: #043972;
}
.buyersguide_research_banner {
    max-width: 100%;
    height: auto;
    box-shadow: rgb(100 100 111 / 20%) 0 0 10px 2px;
}
.buyersguide_research_banner.lazyload,
.buyersguide_research_banner.lazyloading {
    height: 25px;
    width: 25px;
}
.bottom_content_catpage {
    border-radius: 18px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 6px 30px rgb(45 45 45 / 16%)!important;
    margin-bottom: 30px;
}
.bottom_content_catpage .b_guide_sidebar_title {
    font-size: 24px!important;
    font-weight: 600;
    line-height: 33px;
    position: relative;
    margin: 0;
    color: #001965;
}
.bottom_content_catpage .b_guide_sidebar {
    padding: 22px 28px;
}
.bottom_content_catpage .b_guide_sidebar ol {
    padding-inline-start: 18px;
    margin: 0;
    margin-top: 12px;
}
.bottom_content_catpage .b_guide_sidebar ol li {
    font-size: 16px;
    color: #001965;
    cursor: pointer;
    line-height: 1.5;
    padding: 6px 0;
    margin-bottom: 6px;
}
.bottom_content_catpage .b_guide_sidebar ol li a {
    color: #001965;
}
.cat_disc_div img.lazyloading,
.cat_disc_div img.lazyload {
    height: 25px !important;
    width: 25px !important;
}
@media only screen and (min-width: 1280px) {
    .cat_disc_div p iframe, .cat_disc_div p img {
        width: 780px!important;
        max-width: 100%;
    }
}
@media only screen and (max-width: 1280px) {
    .cat_disc_div p iframe, .cat_disc_div p img {
        width: 100% !important;
        max-width: 100%;
        height: auto !important;
    }
    #buyers_guide_tab .sidebar_bguide {
        padding-right: 15px;
    }
    #buyers_guide_tab .b_guide_sidebar {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .download_research_btn {
        padding: 6px 14px;
        left: 164px;
    }
    .untill_last_date_p {
        left: 8px;
        font-size: 10px;
    }
}
@media only screen and (max-width: 480px) {
    .download_research_btn{
        font-size: 9px;
        padding: 6px 4px;
        left: 133px;
        bottom: -7px;
    }
    .download_icons_report {
        height: 11px;
        width: 11px;
    }
    .untill_last_date_p {
        font-size: 6px;
        left: 4px;
        top: calc(50% - 6px);
    }
}

/*Cat Description ul li*/
.cat_temp_div{padding: 0;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-flow: row wrap;-ms-flex-flow: row wrap;}.cat_temp_div2{width: 48%;margin: 4px;}.cat_temp_div .cat_temp_div2 .cat_temp_div3{border:2px solid #ddd;margin:0 auto;height: 100%;text-align: center;font-weight: 600;color: #001965;}.cat_temp_div .cat_temp_div2 .cat_temp_div3 h4{font-size:18px;color:#fff;background-color:#266499!important;font-weight:500;text-align:center;margin:0}.cat_temp_div .cat_temp_div2 .cat_temp_div3 .cat_temp_div4 ul{margin:0;padding:0;text-align:center;list-style-type:none}.cat_temp_div .cat_temp_div2 .cat_temp_div3 .cat_temp_div4 ul li:nth-child(odd){background:#e9f0f5}.cat_temp_div .cat_temp_div2 .cat_temp_div3 .cat_temp_div4 ul li span{color:#266499;font-weight:500}@media only screen and (max-width:480px){ .cat_temp_div2 {width: 100%;}}
/*End Cat Description ul li*/

/*Cat Description Table*/
.cm_table_client_logo_section{border-collapse:collapse;width:100%}.cm_table_client_logo_section th img {padding:12px;}.cm_table_tr_soft_name,.cm_table_tr_soft_name td{border:1px solid #c3c3c3}.cm_table_client_logo th,.cm_table_tr_soft_name td,.cm_table_tr_soft_name th{width:25%;height:60px;text-align:center;font-weight:500}.cm_table_client_logo{width:100%}.cm_table_client_logo_th_div{width:100px;height:60px}.cm_table_client_logo_th_div img{max-width:100%;max-height:100%}.cm_table_tr_soft_name .cm_table_empty_sec{border:none}.cm_table_custom_border{border-top:1px solid #c3c3c3;border-right:1px solid #c3c3c3;border-left:1px solid #c3c3c3;background-color:#54b0e6;color:#fff;font-weight:400;font-size:15px;font-family:sans-serif;height:45px}.fa.fa-star,.fa.fa-star-half-o,.fa.fa-star-o,.star_line_hight .star_value,.s0,.s1,.s15,.s2,.s25,.s3,.s35,.s4,.s45,.s5:before,.br-theme-fontawesome-stars .br-widget a.br-selected:after,.br-active:after,.cm_table_m_icon_checak,.cm_table_m_icon_cancel{width: 26px;height: 26px;color: transparent !important;cursor: default; margin: 0 auto;background-size: contain;background-repeat: no-repeat;background-position: 50%;background-image: url('/assets2/singleview/assets/icon/b_guide_yes.svg');}.cm_table_m_icon_cancel{background-image: url('/assets2/singleview/assets/icon/b_guide_no.svg');}
/*End Cat Description Table*/

/*bguide table table css*/
.cm_table_client_logo_section tr:first-child{width:100%;border:unset}.cm_table_client_logo_section th{width:25%;height:54px;text-align:center;font-weight:500;}.cm_table_client_logo_section tr:nth-child(2){border:unset;}.cm_table_client_logo_section tr:nth-child(2) th div{background-color:#54b0e6;color:#fff;font-weight:400;font-size:15px;font-family:sans-serif;height:45px;display:flex;align-items:center;justify-content:center}.cm_table_client_logo_section tr,.cm_table_client_logo_section tr td{border-left: 1px solid #DDD;border-right: 1px solid #DDD;text-align:center}.cm_table_client_logo_section tr:nth-child(odd){background: #ffffff !important;}.cat_disc_div .table_div table td:not(:last-child) {border-right: none;padding-left: 8px;padding-right: 4px;}.cat_disc_div .table_div table{border: none;}


/* Pros and Cons Buuyers Guide CSS Start */
.pros_cons_main_ss_blog {
    display: flex;
    margin-bottom:20px;
}
.pros_cons_inner_ss_blog {
    width:50%;
    padding: 30px 15px 15px 30px;
    border-radius: 5px;
    margin: 16px;
    position:relative;
}
.pros_container_ss_blog {
    border: 1px solid #027000;
    background: #f1ffd4;
}
.cons_container_ss_blog{
    border: 1px solid #a5001a;
    background: #fff4f5;
}
.thumbs_up_main_ss_blog{
    width: 36px;
    position: absolute;
    height: 36px;
    background: #fff;
    border: 1px solid #027000;
    border-radius: 50px;
    top: -18px;
    left: 46%;
}
.thumbs_down_main_ss_blog{
    width:36px;
    height:36px;
    background:#fff;
    border: 1px solid #a5001a;
    border-radius: 50px;
    position: absolute;
    top: -18px;
    left: 46%;
}
.pros_cons_inner_ss_blog ul{
    margin-left: 18px;
    padding:0 !important;
    list-style-type: none !important;
    margin: 0 !important;
}
.pros_cons_inner_ss_blog ul div{
    display: flex;
    margin: 5px 0;
}
.pros_cons_inner_ss_blog ul img{
    width: 16px;
    height: 16px;
    margin-top: 5px;
    margin-right: 10px;
}
.pros_cons_inner_ss_blog li{
    margin-left: 0 !important;
    color: #24272c;
    line-height: 1.6;
    font-size: 1rem !important;
    font-weight:400;
}
.pros_cons_main_h3_ss_blog{
    font-size: 17px!important;
    font-weight: 900!important;
    color: black;
    margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
    .pros_cons_main_ss_blog{
        display:unset;
    }
    .pros_cons_inner_ss_blog{
        width:100%;
        margin: 40px 0;
    }
    .table_div table {
        min-width: 800px;
    }
} 
/* Pros and Cons Buuyers Guide CSS End */
