header {
    background-color: #ffffff;
    box-shadow: none;
    border-bottom: 1px solid #dcdcdc;
    padding: 8px 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    transition: all 0.3s ease;
}
.header_padding{
    padding: 0;
    box-shadow: 0 4px 5px 0 rgb(45 40 77 / 20%), 0 0 0 1px rgb(45 40 77 / 7%);
}
.cat_header_main_div {
    position: relative;
}
.logo_div .sslogo {
    padding: 8px 0;
    width: 146px;
    height: 64.6px;
}
.link_logo_main {
    position: relative;
}
.we_are_hiring a {
    color: white;
    display: block;
}
.we_are_hiring {
    position: absolute;
    top: 6px;
    width: 92px;
    right: -95px;
    background-color: #FF7A31;
    padding: 5px;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    z-index: 1111;
    text-align: center;
}
.list_item {
    margin-right: 5px;
}
.list_item:last-child {
	margin-right: 0
}
.header_dd_main .header_dd_btn, .header_button_common_class {
    background-color: #fff;
    color: #001965;
    border-radius: 3px;
    font-size: 14px;
    height: 35px;
    padding: 0 8px;
    position: relative;
    border: none;
    cursor: pointer;
    font-weight: 500;
    font-family: 'Golos Text', sans-serif !important;
}
.header_dd_main .header_dd_btn, .header_button_common_class:focus {
    outline: none;
    text-decoration: unset;
}
.cat_header_angle {
    transform: rotate(90deg);
    margin-left: 7px;
    font-size: 12px;
}
.wr_cursor {
    cursor: pointer;
}
.search_main {
    position: relative;
    margin-right: 14px;
}
#header_search_form {
    margin-bottom: 0;
}
.header_software_search {
    width: 250px;
    height: 35px;
    padding: 5px 10px;
    padding-right: 33px;
    border-radius: 6px;
    font-size: 13px;
    border: 1px solid #001965;
}
.header_software_search::placeholder {
    font-size: 13px
}
.header_software_search:focus {
    outline: 0
}
.suggestions_global_search {
	background: #fff;
	padding: 0;
	border-radius: 4px;
	position: fixed!important;
	top: 50px!important;
	overflow: auto;
	max-height: unset!important;
	box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);
	margin-top: 4px
}
.suggestions_global_search .autocomplete-suggestion a {
	padding: 3px 24px;
	color: #2f2f2f;
	font-size: 14px;
	cursor: pointer;
	display: block;
	line-height: 1.5
}
.suggestions_global_search .autocomplete-group {
    padding: 5px 11px;
    color: #3a3a3a;
    border-radius: 3px;
    margin-bottom: 0;
    font-weight: 600;
}
.suggestions_global_search .autocomplete-suggestion strong {
	color: #39f
}
.suggestions_global_search .autocomplete-suggestion.autocomplete-selected {
	background-color: #fff
}
.suggestions_global_search .autocomplete-suggestion.autocomplete-selected a {
	color: #001965
}
.autocomplete-no-suggestion {
    padding: 5px 11px;
    color: #2f2f2f;
    font-size: 14px;
    display: block;
    line-height: 1.5;
}
.search_icon_header {
    position: absolute;
    padding: 0;
    right: 0;
    top: 0;
    height: 35px;
    width: 35px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search_icon_header .search_icon_header_bg {
    background-image: url(https://www.softwaresuggest.com/assets2/singleview/assets/icon/search_header.svg);
    background-size: cover;
    background-position: 50% 50%;
    height: 18px;
    width: 18px;
}
.search_loader_homepage {
    padding: 5px 11px;
    color: #2f2f2f;
    box-shadow: 0 10px 20px rgba(0,0,0,.19), 0 6px 6px rgba(0,0,0,.23);
    font-size: 14px;
    display: none;
    line-height: 1.5;
    background: #fff;
    left: 0;
    width: 100%;
    border-radius: 4px;
    position: absolute !important;
    top: 35px!important;
    overflow: auto;
    max-height: unset!important;
}
.search_loader_homepage .main-item {
    padding: 10px;
    background-color: #fff;
}
.search_loader_homepage .background-masker {
    background-color: #fff;
    position: absolute;
}
.search_loader_homepage .btn-divide-left {
    top: 15px;
    left: 0;
    height: 20%;
    width: 100%;
}
.search_loader_homepage .masker_one {
    top: 35px;
    left: 0;
    height: 15%;
    width: 100%;
}
@keyframes placeHolderShimmer {
    0% {
        background-position: -800px 0
    }
    100% {
        background-position: 800px 0
    }
}
.search_loader_homepage .animated-background, .search_loader_homepage .animated-background_heading{
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background-color: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #bbbbbb 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 65px;
    position: relative;
}
.search_loader_homepage .animated-background_heading {
    height: 24px !important;
    margin-bottom: 10px;
}
.search_loader_homepage .main_subcontent_loader{
    height: 36px !important;
    margin-left: 22px;
}
.list_item:last-child {
    margin-right: 0;
}
.header_menu_btn {
    border: 2px solid #fff;
    color: #ffffff;
    height: 37px;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 600;
    background-color: #001965;
    cursor: pointer;
    border-radius: 6px;
}
.header_menu_dd {
    display: none;
}
.drop_list_active {
    display: block;
}
.drop_active::before {
    content: "";
    position: absolute;
    bottom: -14px;
    margin: 0 auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    z-index: 2;
}
.header_dd_btn.user_img_text_main {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    padding: 0;
    border-radius: 50px;
    background: #ab47bc;
    color: #fff;
    font-size: 16px;
}
.user_img_text_main img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50px;
}
.exit_to_app_logout_icon{
    background-image: url(/assets2/img/svg_icons/exit_to_app.svg);
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.account_circle_span_icon{
    background-image: url(/assets2/img/svg_icons/account_circle_span_icon.svg);
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.user_dropdown {
    position: absolute;
    background: #ffffff;
    top: 64px;
    border-radius: 5px;
    padding: 9px;
    margin: 0 auto;
    right: 0;
    max-width: 100px;
}
.user_drop_list {
    color: #333333;
    font-size: 14px;
    padding: 4px 0;
}
.user_drop_list i {
    margin-right: 4px;
}
.mobile_header_main .sslogo img{
    object-fit: scale-down;
} 
@media only screen and (min-width: 1280px) {
	.cat_header_main_div {
		padding-right: 4px;
	}
}
@media only screen and (min-width: 1081px) {
	.mobile_header_main {
		display: none !important;
	}
}
@media only screen and (max-width: 1081px) {
    header{
        padding: 0px;
    }
    .mobile_header_main .cat_mo_view_search_container {
        width: 100%;
    }
    .mobile_header_main .search_box {
        background-color: #fff;
        height: 100%;
    }
    .mobile_header_main .search_box form {
        width: 100%;
        height: 100%;
    }
    .mobile_header_main .search_box input {
        width: 100%;
        height: 100%;
        border: none;
        height: 46.4px;
        padding: 0 16px;
        padding-right: 40px;
    }
    .mobile_header_main .close_search_btn {
        height: 46px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 43px;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
    }
	header .cat_header_main_div {
		display: none !important;
	}
	header .container {
		max-width: 100%;
        padding: 0;
	}
	.mobile_header_main .toggleon_searchopen {
		width: 100%;
		display: flex;
		align-items: center;
	}
	.mobile_header_main .hamburger {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		height: 100%;
		width: 46px;
		background: unset;
		border: unset;
	}
	.mobile_header_main .search_icon_btn img, .mobile_header_main .hamburger img {
		width: auto;
		height: auto;
	}
	.mobile_header_main .cat_mo_view_logo {
		display: flex;
		align-items: center;
		width: 75%;
		height: 100%;
	}
	.mobile_header_main .sslogo {
		width: 200px;
		height: 26px;
	}
	.mobile_header_main .search_icon_btn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 46px;
		height: 100%;
		height: 46px;
		margin-left: auto;
	}
	.mobile_header_main .search_icon_btn img, .mobile_header_main .hamburger img {
		width: auto;
		height: auto;
	}
    #mobile_view_sidebar.sidebar_menu {
        display: none;
        transition: ease-in-out .25s;
    }
    #mobile_view_sidebar .nav_bar {
        position: fixed;
        top: 0;
        height: 100%;
        width: 70%;
        background: #fff;
        z-index: 3;
        padding: 20px;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        transition: ease-in-out .25s;
        transform: translate3d(-100%,0,0);
    }
    #mobile_view_sidebar .sidebar_backdrop {
        z-index: 2;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #000;
        opacity: .5;
    }
    #mobile_view_sidebar .request_button_mobile_header {
        color: #001965;
        border: 1px solid #001965;
        padding: 10px;
        width: 180px;
        font-weight: 500;
        border-radius: 3px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        margin-bottom: 24px;
    }
    #mobile_view_sidebar .main_sidebar_menu_content, #mobile_view_sidebar .sidebar_menu_accordion_div, #mobile_view_sidebar .sidebar_menu_content {
        border-bottom: 1px solid #ddd;
    }
    #mobile_view_sidebar .sidebar_menu_accordion {
        border-top: 1px solid #ddd;
    }
    #mobile_view_sidebar .sidebar_menu_accordion .main_menu_title_btn, #mobile_view_sidebar .sidebar_menu_accordion .menu_title_btn {
        position: relative;
        display: flex;
        align-items: center;
        color: #001965;
        background: unset;
        padding: 0;
        border: unset;
        height: 45px;
        width: 100%;
        font-weight: 500;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        transition: all .2s linear;
    }
    #mobile_view_sidebar .menu-plus-sign:after, .menu-minus-sign:after {
        position: absolute;
        font-size: 24px;
        right: 5px;
    }
    #mobile_view_sidebar .menu-plus-sign:after {
        content: ' \002B';
    }
    #mobile_view_sidebar .menu-minus-sign:after {
        content: ' \2212';
    }
    #mobile_view_sidebar .main_sidebar_menu_content, #mobile_view_sidebar .sidebar_menu_accordion_div, #mobile_view_sidebar .sidebar_menu_content {
        border-bottom: 1px solid #ddd;
    }
    #mobile_view_sidebar .main_sidebar_menu_content, #mobile_view_sidebar .sidebar_menu_content {
        display: none;
    }
    #mobile_view_sidebar .category_list_mobile {
        margin: 8px 16px 16px;
        padding: 0;
    }
    #mobile_view_sidebar .category_list_mobile li {
        list-style-type: none;
        margin-bottom: 13px;
        font-size: 14px;
        font-weight: 500;
    }
    #mobile_view_sidebar .category_list_mobile li a {
        color: #001965;
        text-decoration: none;
        line-height: 1.5;
    }
    .mobile_sidebar_write_review {
        background-color: #001965!important;
        color: #fff!important;
        display: flex;
        align-items: center!important;
        justify-content: center;
        margin: 20px 0;
        border-radius: 4px;
        background: unset;
        padding: 0;
        border: unset;
        height: 45px;
        width: 100%;
        font-weight: 600;
        font-family: 'Golos Text', sans-serif !important;
    }
    .for_resource_button_mobile {
        display: none!important;
    }
    .mobile_header_main{
        width: 100%;
        height: 46px;
        display: flex;
        align-items: center;
    }
}