.ls-section .ls-outer {
    position: relative;
}
.ls-switcher {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ls-switcher .showing-result {
    position: relative;
}
.ls-switcher .showing-result {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

    .show-1023 {
    display: block;
    /*order: 1;*/
    margin-left: 0px;
    margin-right: 20px;
    margin-bottom: 15px;
}


.toggle-filters {
    position: relative;
    font-size: 14px;
    line-height: 25px;
    padding: 10px 30px;
    border-radius: 8px;
    color: #1967d2 !important;
    background: rgba(25, 103, 210, .07);
    border:none !important;
    white-space: nowrap;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.toggle-filters .icon {
    display: inline-block;
    height: 10px;
    width: 14px;
    background-image: url(/website/img/filter.svg);
}
.toggle-filters:hover {
    background: rgba(25, 103, 210, .17) !important;
    color: #1967d2 !important;
    border-color: rgba(25, 103, 210, .07) !important;
}
.toggle-filters span {
    margin-right: 10px;
}
.theme-btn {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ls-switcher .showing-result .text {
    position: relative;
    font-size: 15px;
    line-height: 20px;
    color: #696969;
}
.ls-switcher .showing-result .text strong {
    font-weight: 500 !important;
    color: #202124;
}
.ls-switcher .sort-by {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}
.ls-switcher .sort-by .form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
   
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #dee2e6;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.ls-switcher .sort-by .chosen-single {
    position: relative;
    height: 45px;
    padding: 10px 7px;
    font-size: 13px;
    color: #696969;
    line-height: 25px;
    background-color: #f0f5f7 !important;
    min-width: 154px;
    margin-left: 10px;
    margin-bottom: 15px;
}

.candidate-block-four {
    position: relative;
    margin-bottom: 30px;
}
.candidate-block-four .inner-box {
    position: relative;
    padding: 20px 20px 20px;
    background: #ffffff;
    border-radius: 8px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #ecedf2;
    height: 100%;
    display:flex;
    flex-direction: column;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}
.candidate-block-four .job-other-info {
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    list-style: none;
}
.job-other-info li.green, .job-other-info li.privacy {
    background: rgba(52, 168, 83, .15);
    color: #34a853;
}
.job-other-info li {
    position: relative;
    font-size: 13px;
    line-height: 15px;
    margin-right: 15px;
    padding: 5px 20px;
    border-radius: 50px;
    margin-bottom: 10px;
}
.candidate-block-four .thumb {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 12px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.candidate-block-four .thumb img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.candidate-block-four .name {
    display: block;
    font-size: 16px;
    color: #202124;
    font-weight: 500 !important;
    line-height: 24px;
    margin-bottom: 3px;
}
.candidate-block-four .name a {
    color: #202124;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.candidate-block-four .cat {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 19px;
    color: #1967d2;
    margin-bottom: 10px;
}
.candidate-block-four .job-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 17px;
    list-style:none;
    padding-left:0px;
}
.candidate-block-four .job-info li {
    position: relative;
    font-size: 13px;
    line-height: 22px;
    color: #696969;
    font-weight: 400;
    padding-left: 25px;
    /*margin: 0 15px 5px;*/
}
.candidate-block-four .job-info li .icon {
    /*position: absolute;*/
    left: 0;
    top: 0;
    font-size: 13px;
    line-height: 22px;
    color: #696969;
}
.candidate-block-four .post-tags {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    list-style:none;
    padding-left:0px;
}
.candidate-block-four .post-tags li {
position: relative;
    /* background: #f0f5f7; */
    font-size: 11px;
    line-height: 20px;
    /* color: #696969; */
    padding: 4px 4px;
    border-radius: 11px;
    margin: 0 5px 0px;
    /*background: rgba(25, 103, 210, .07);*/
    /*color: #1967d2;*/
        background: rgba(52, 168, 83, .15);
    color: #34a853;
}
.candidate-block-four .post-tags li a {
    /*color: #696969;*/
    color: #34a853;
}
.candidate-block-four .theme-btn {
    display: block;
    width: 100%;
}
.inner-content{
     position: relative;
}
.inner-footer{
 margin-top: auto;
}
.btn-ul{
    position: relative;
    display:flex;
    justify-content: center;
    list-style:none;
    padding-left:0px;
}
.btn-ul li{
    margin:5px;
}
.btn-style-three {
    position: relative;
    text-align: center;
    white-space: nowrap;
    /*color: #1967d2;*/
    /*background-color: #e2eaf8;*/
    color: #fff;
    /*border: 1px #00ced14f solid;*/
    background-color: #2b3940;
    font-size: 13px;
    line-height: 20px;
    border-radius: 8px;
    font-weight: 400;
    /*padding: 9px 19px 9px;*/
    padding: 5px 7px 5px;
}
.btn-style-three:hover {
    color: #fff;
    background-color: #00ced1;
}
.inner-footer .read-more {
       position: relative;
    font-size: 13px;
    line-height: 28px;
    color: #fff;
    font-weight: 500 !important;
}
.inner-footer .read-more i {
    margin-left: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.inner-footer .read-more:hover {
    color: inherit;
    color: #000;
}
.reverse-box{
    display: flex;
  justify-content: center;
  align-items: center;
}

.inner-footer .read-more:hover i {
    opacity: 0;
    margin-left: 20px
}
.font-size-13{
    font-size:13px;
}
.card-text-price {
    color: #000000;
    font-weight: 500 !important;
    font-size: 13px;
}
.reserved-bagde{
    background-color: #f7cfcd8f;
    color: #d93025;
    border-radius: 4px;
    padding: 4px;
    font-size: 12px;
    font-weight: 500 !important;
}
.underprocess-bagde{
    background: #f9e0c9;
    color: #db6712;
    border-radius: 4px;
    padding: 4px;
    font-size: 12px;
    font-weight: 500 !important;
}
.employed-bagde{
    background: #dd478761;
    color: #AE2761;
    border-radius: 4px;
    padding: 4px;
    font-size: 12px;
    font-weight: 500 !important;
}