.currencyicon i {
    color: #C8DA35;
    margin-right: 5px;
}
 .postedanc a {
     color: #C8DA35;
     text-decoration: none;
     font-weight: bold;
}
.jobs-listing-filter .general_main .list-btns .dearch_button{
    text-decoration: none;
    text-align: center;
}
.get_started_sub_modal{
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    padding: 25px 10px;
    margin-bottom: 22px;
    position: relative;
}
.get_started_sub_modal h1{
    font-family: 'Open Sans';
    font-weight: 800;
    color: #cada35;
    text-align: center;
}
.get_started_sub_modal .nav-tabs{
    justify-content: center;
    border-bottom: none;
    background: #f3f4f9;
    margin: 20px auto;
    width: fit-content;
    border-radius: 12px;
    border: 1px solid #e5e7f0;
}
.get_started_sub_modal .nav-tabs .nav-link{
    font-family: 'Lato';
    font-weight: 500;
    background: #f3f4f9;
    padding: 5px 32px;
    color: #4c5460;
    border-radius: 12px;
}
.get_started_sub_modal .nav-tabs .nav-item.show .nav-link,.get_started_sub_modal .nav-tabs .nav-link.active{
    font-family: 'Lato';
    font-weight: 500;
    color: #4c5460;
    background-color: #fff;
    box-shadow: var(--box-shadow);
    border-radius: 12px !important;
    border: 1px solid #e5e7f0;
    padding: 5px 32px;
    margin: -1px -1px 1px;
    transform: translateY(0.5px);
}
.see-more{
    text-decoration: none;
    text-align: center;
}

.jobsearchbox {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 300px;
    overflow: auto;
}
.jobsearchbox ul {
   background-color: #fff;
    margin : 0 !important;
    padding: 0px !important;
}
.jobsearchbox ul li {
    padding: 10px;
    border-bottom: 1px solid  #e5e7f0;
}
.jobsearchbox ul li a{
    color: #4c5460;
    text-decoration: none;
    font-size: 16px;
}
.headsearchbox {
    position: absolute;
    z-index: 9;
    width: 100%;
    left: 0;
    top: 100%;
    height: 300px;
    overflow: auto;
}
.headsearchbox ul {
   background-color: #fff;
}
.headsearchbox ul li {
    padding: 10px;
    border-bottom: 1px solid  #e5e7f0;
}
.headsearchbox ul li a{
    color: #212529;
    text-decoration: none;
    font-size: 16px;

}
.removerefaral {
    text-align: right;
    display: block;
}

    .find-btn a {
    background: #4c5460;
    color: #fff;
    padding: 13px 50px;
    border-radius: 30px;
    border: unset;
        text-decoration: none;
}

.find-btn a:hover {
    box-shadow: var(--box-shadow);
}


.consultantsearchbox {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 300px;
    overflow: auto;
}
.consultantsearchbox ul {
    background-color: #fff;
    margin : 0 !important;
    padding: 0px !important;
}
.consultantsearchbox ul li {
    padding: 10px;
    border-bottom: 1px solid  #e5e7f0;
}
.consultantsearchbox ul li a{
    color: #4c5460;
    text-decoration: none;
    font-size: 16px;
}