/* breadcrumb part css */
.subheader_add_defination {
    background-color: #ffffff;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
    margin-bottom: 28px;
}
.breadcrumb_main {
    list-style-type: none;
    padding-inline-start: 0;
    margin: 16px 0;
    margin-top: 20px;
}
.breadcrumb_main li, .breadcrumb_main li a {
    color: #001965;
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
}
.breadcrumb_main li:first-child, .breadcrumb_main li:first-child a {
    margin-left: 0;
}
/* breadcrumb part css end */

/* h1 title and discription part css  */
.cat_name_title {
    font-size: 24px;
    font-weight: 500;
    color: #252530;
    margin: 0;
}
.new_show_more h2{
    font-size: 22px;
    font-weight: 500;
    color: #252530;
    margin: 0;
}
.extra_text_cat,.new_show_more p {
    color: #333333;
    text-align: justify;
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.7;
}
/* h1 title and discription part css end */

/* tab css css */

.tab_soft_list a {
    font-weight: 400;
    padding: 15px 18px;
    display: inline-block;
    color: #000;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
}
.tab_soft_list a.active {
    color: #001965;
    border-bottom: 3px solid #001965;
    font-weight: 600;
}
.tab_soft_list {
    position: relative;
    display: flex;
    overflow: auto;
}
.tab_soft_list::-webkit-scrollbar {
    display: none;
}
.tab_soft_list {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.allsoftware_icon_svg, .buyers_guide_icon_svg, .leadermatrix_icon_svg, .free_software_icon_svg {
    height: 23px;
    width: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-right: 6px;
}
.allsoftware_icon_svg {
    background-image: url(/assets2/desktop_view/assets/icon/categorypage/allsoftware_icon.svg);
}
.buyers_guide_icon_svg {
    background-image: url(/assets2/desktop_view/assets/icon/categorypage/buyers_guide_icon.svg);
}
.leadermatrix_icon_svg {
    background-image: url(/assets2/desktop_view/assets/icon/categorypage/leadermatrix_icon.svg);
}
.free_software_icon_svg {
    background-image: url(/assets2/singleview/assets/icon/linkfilter/icon_free.svg);
}
.live_agents_images {
    width: 38px;
    margin-right: 14px;
}
.live_agents_images img.lazyloading,
.live_agents_images img.lazyload {
    height: 20px;
    width: 20px;
}
.live_agents_images img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    box-shadow: 0px 4px 4px 0px rgba(177, 177, 177, 0.25);
    border: 2px solid #fff;
}
.getfreedemo_btn {
    background-color: #43a047;
    color: #fff;
    padding: 10px 14px;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
    cursor: pointer;
    font-size: 14px;
}
.live_agents_tag_line p {
    font-size: 13px;
    color: #616161;
    margin-top: 12px;
    text-align: right;
    margin-bottom: 3px;
}
.tab_and_expertadvice_btn {
    position: relative;
    margin-top: 13px;
}
.live_agent_main {
    position: absolute;
    right: 0;
}
.nav_sections #next_nav {
    background-image: url(/assets2/singleview/assets/icon/categorypage/keyboard_arrow_right_black.svg);
    height: 26px;
    width: 26px;
    background-size: contain;
    background-position: 50%;
    position: absolute;
    top: 15px;
    right: -4px;
    color: #757575;
}
.nav_sections #prev_nav {
    background-image: url(/assets2/singleview/assets/icon/categorypage/keyboard_arrow_left_black.svg);
    height: 26px;
    width: 26px;
    background-size: contain;
    background-position: 50%;
    position: absolute;
    top: 15px;
    left: -4px;
    color: #757575;
}
/* New Css For H2 Heading and Description  */
.desk_heading_main {
    max-height: 95px;
    overflow: hidden;
}
.expanded {
    max-height: 100%;
}
.show_more_show_less_btn{
    color: #001965;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    background-image: url(https://images.softwaresuggest.com/static-frontend/arrow-down.svg);
    padding-right: 30px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 30px;
    display: none;
    margin-top: 10px;
    width: 120px;
    text-decoration: underline;
}
.bg_img_change_show_more{
    background-image: url(https://images.softwaresuggest.com/static-frontend/arrow-up.svg);
    margin-top: 0px;
}
/* End Of H2 Heading and Description */
@media only screen and (min-width:768px){
    .nav_sections #next_nav,
    .nav_sections #prev_nav {
        display: none;
    }
}
@media only screen and (max-width:768px){
    .extra_text_cat, .new_show_more p {
        text-align: left;
    }
    .tab_and_expertadvice_btn {
        display: block !important;
    }
    .nav_sections {
        padding: 0 22px;
    }
    .cat_name_title {
        font-size: 20px;
        font-weight: 500;
    }
    .new_show_more h2{
        font-size: 18px;
        font-weight: 500;
    }
    .expanded{
        height: auto;
    }
}
/* tab css css end */
@media only screen and (min-width: 1200px) and (max-width: 1400px){
    .live_agents_images{
        margin-right: 8px !important;
    }
    .live_agents_images_outer button{
        margin-left: 5px;
    }
}