.ss_new_cat_footer {
    background-color: #001965;
    padding: 30px 0;
}
.footer_part_heading p {
    margin: 0;
}
.footer_part_heading p span {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.4;
    font-weight: 500;
    border-bottom: 1px solid;
    padding-bottom: 2px;
}
.footer_link_list {
    padding: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.footer_link_list li {
    padding: 2px 0;
    line-height: 24px;
    color: #ffffff;
    font-size: 14px;
}
.footer_link_list li a {
    font-size: 14px;
    color: #ffffff;
}
.footer_focus_style {
    background-color: #FF7A31;
    padding: 4px 7px;
    border-radius: 3px;
}
.add_service_cursor_outer {
    margin-top: 6px;
}
.footer_flag_main a {
    display: inline-block;
    margin-right: 8px;
}
.cat_new_footer_flag {
    width: 28px;
    height: 20px;
    border-radius: 3px;
    border: 2px solid #ffffff;
    background-image: url('https://www.softwaresuggest.com/assets2/singleview/assets/img/footer_all_icon.png');
    background-size: 117px;
}
.cat_new_footer_flag.india_flag {
    background-position: -36.1px -6px;
}
.cat_new_footer_flag.us_flag {
    background-position: -6px -28px;
}
.cat_new_footer_flag.gcc_flag {
    background-position: -6px -6px;
}
.cat_new_footer_flag.uk_flag {
    background-position: -3px 19px;
}
.address_main_div {
    margin-top: 16px;
}
.footer_add_new {
    color: #ffffff;
    font-size: 14px;
    font-style: inherit;
    line-height: 27px;
    margin-bottom: 5px;
}
.ss_footer_social_ico_new {
    margin-bottom: 13px;
}
.ss_footer_social_ico_new a {
    margin-right: 5px;
    min-height: 30px;
}
.cat_new_footer_social {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-right: 10px;
    background-color: #fff;
}
.cat_new_footer_social.facebook {
    background-image: url('/assets2/singleview/assets/img/social_icon/fb.svg');
}
.cat_new_footer_social.twitter {
    background-image: url(https://images.softwaresuggest.com/static-frontend/twitter_new_logo.svg);
    background-size: 66%;
    background-repeat: no-repeat;
}
.cat_new_footer_social.instagram {
    background-image: url('/assets2/singleview/assets/img/social_icon/insta.svg');
}
.cat_new_footer_social.youtube {
    background-image: url('/assets2/singleview/assets/img/social_icon/youtube.svg');
}
.cat_new_footer_social.linkedin {
    background-image: url('/assets2/singleview/assets/img/social_icon/linkedin.svg');
}
.cat_new_footer_mail {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 14px;
}
.cat_new_footer_mail .desk_cat_footer_mail {
    background-image: url('https://www.softwaresuggest.com/assets2/singleview/assets/icon/email.svg');
    height: 20px;
    width: 20px;
    background-size: cover;
    margin-right: 5px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.cat_new_footer_copyright {
    font-size: 14px;
    color: #ffffff;
    margin-top: 0;
}
@media only screen and (max-width: 1080px) {
    .footer_link_list li {
        padding: 12px 0;
    }
    .cat_new_footer_mail {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .footer_add_new {
        margin-bottom: 20px;
    }
    .footer_part_heading {
        margin-top: 25px;
    }
    .ss_new_cat_footer_col {
        width: 50%!important;
    }
    .cat_new_footer_social {
        margin-right: 0;
    }
    .cat_new_footer_mail {
        word-break: break-word;
    }
}
@media only screen and (max-width: 480px) {
   .footer_focus_style{
    background-color:unset !important;
    padding: 12px 0px !important; 
    border-radius: unset;
   }
}