.featured_software_main {
    margin-bottom: 30px;
}
.featured_soft_title {
    color: #120d26;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 20px;
}
.featured_soft_card {
    box-shadow: 0px 8px 22px -6px rgba(24, 39, 75, 0.12), 0px 14px 64px -4px rgba(24, 39, 75, 0.12);
    border-radius: 18px;
    overflow: hidden;
    background-color: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.featured_soft_card .featured_soft_logo {
    height: 140px;
    padding: 15px;
}
.featured_soft_card .featured_soft_logo span {
    font-weight: 600;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.featured_soft_logo img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
.featured_soft_logo img.lazyload,
.featured_soft_logo img.lazyloading {
    width: 25px;
    height: 25px;
}
.feature_col:first-child .feature_card {
    background-color: #1A212B;
}
.feature_col:nth-child(2) .feature_card {
    background-color: #1c8cf9;
}
.feature_col:nth-child(3) .feature_card {
    background-color: #00bfa5;
}
.feature_col:nth-child(4) .feature_card {
    background-color: #007de5;
}
.featured_soft_card .featured_soft_text {
    padding: 18px;
}
.featured_soft_card .featured_soft_name {
    margin: 0;
    color: #252530;
    font-size: 22px;
    font-weight: 500;
    max-width: 172px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.featured_soft_card .feature_soft_rating {
    background-color: #43a047;
    color: #ffffff;
    font-size: 13px;
    padding: 4px 6px;
    border-radius: 4px;
}
.featured_soft_card .feature_card_star {
    background-image: url(/assets2/desktop_view/assets/icon/star_new_white_profile.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    display: block;
    height: 15px;
    width: 15px;
    background-size: contain;
    margin-left: 3px;
}
.featured_soft_card .onliner_feature_soft {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
}
.featured_soft_card .part_mobile_web {
    font-size: 14px;
    color: #252530;
    font-weight: 400;
    margin: 0;
    width: 50%;
}
.featured_soft_card .webapp_icon_feature,
.featured_soft_card .api_icon_feature,
.featured_soft_card .mobileapp_icon_feature {
    height: 26px;
    width: 26px;
    display: block;
    background-repeat: no-repeat;
    margin-right: 6px;
    background-size: contain;
}
.featured_soft_card .webapp_icon_feature {
    background-image: url(/assets2/componentwise/img/new_category/feature_webapp.svg);
}
.featured_soft_card .mobileapp_icon_feature {
    background-image: url(/assets2/componentwise/img/new_category/feature_mobileapp.svg);
}
.featured_soft_card .api_icon_feature {
    background-image: url(/assets2/componentwise/img/new_category/feature_api.svg);
}
.featured_soft_card .cat_vwbft_fdfcgp_btn {
    margin: auto 18px 20px;
}
.featured_soft_card .twobutton {
    margin: auto 20px 20px;
}
.featured_soft_card .twobutton .cat_vwbft_fdfcgp_btn {
    width: 50%;
    margin: unset;
    margin-right: 12px;
}
.featured_soft_card .twobutton .cat_vwbft_fdfcgp_btn:last-child {
    margin-right: 0;
}

/* New Featured Design */
#featured_left_nav{
    left: 40px;
}
#featured_right_nav,#featured_left_nav{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 45px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #001965;
    color: white;
    top: 45%;
    z-index: 1;
    cursor: pointer;
}
.featured_software_main_row{
    overflow-x: scroll;
    display: flex;
    gap: 30px;
    white-space: nowrap;
    margin: -20px 0;
    padding: 20px 0;
    overflow: hidden;
}
.featured_software_main_row::-webkit-scrollbar {
    width: 0;
    display: none;
}
.featured_software_list_slider{
    min-width: 398px;
    gap: 15px;
    border: 1px solid #fff;
    display: inline-flex;
    padding: 11px 16px;
    justify-content: start;
    align-items: center;
    border-radius: 18px;
    background: #FFF;
    box-shadow: 0px 8px 14px -6px rgb(24 39 75 / 10%);
}
.featured_software_list_slider:hover{
    border: 1px solid #001965;
}
.featured_img_logo{
    display: flex;
    align-items: center;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    z-index: 0;
    background: #F3F7FF;
}
.featured_img_logo img{
    margin: 0 auto;
    display: block;
    width: auto;
    height: auto;
    max-height: 60px;
    max-width: 60px;
}
.featured_details{
    gap: 8px;
}
.featured_details h3{
    color: #252530;
    font-family: Golos Text;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
}
.featured_details .star_new_background{
    width: 50px;
}
.featured_details .available_on_req{
    color: #000 !important;
    font-family: Golos Text;
    font-size: 15px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 20px;
    cursor: pointer;
}
.featured_details .software_pricing p .pricing_cat_green{
    background-color: transparent !important;
    padding: 0px !important;
    color: #4A5568;
    font-family: Golos Text;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.featured_details .software_pricing p .pricing_cat_green span{
    color: #000;
    font-weight: 400;
}
.featured_details .software_pricing p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 190px;
}
@media only screen and (min-width:1081px){
    .first_card_feature {
        padding-left: 0;
    }
}
@media only screen and (max-width:1081px){
    .feature_col {
        margin-bottom: 20px;
    }
    .featured_software_row{
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .featured_soft_card{
        width: 264px;
    }
    .featured_software_list_slider{
        min-width: 330px;
    }
    .featured_img_logo{
        width: 70px;
        height: 70px;
    }
    .featured_details .software_pricing {
        margin: 0;
    }
    #featured_right_nav, #featured_left_nav{
        right: 5px;
        width: 25px;
        height: 25px;
        top: 47%;
    }
    #featured_left_nav {
        left: 5px;
    }
    .featured_img_logo img{
        max-height: 44px;
        max-width: 44px;
    }
    .featured_details h3{
        max-width: 210px;
    }
}
@media only screen and (min-width: 1200px) and (max-width:1440px) {
    .featured_software_list_slider{
        min-width: 344px;
    }
    .featured_details h3{
        max-width: 200px;
    }
    .featured_software_main_row{
        gap: 29px;
    }
}