.jobs-wrapper {
    box-shadow: -3.878px 6.997px 12px 0px rgba(0, 0, 0, 0.3);
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.jobs-wrapper .job-badge {
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    position: absolute;
    width: 45px;
    height: 45px;
    top: 0;
    left: 0;
    color: #ffffff;
    border-top-left-radius: 10px;
    padding-left: 10px;
    padding-top: 6px;
}

.jobs-wrapper .job-badge.hot {
    background: #e74c3c;
}

.jobs-wrapper .job-badge.trending {
    background: #335ff3;
}

.jobs-wrapper .jobs-thumb {
    width: 140px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: left;
    display: block;
    overflow: hidden;
}

.jobs-wrapper .jobs-content {
    padding: 25px;
    display: block;
    overflow: hidden;
}

.jobs-wrapper .jobs-content h6 {
    margin-top: 0;
}

.jobs-wrapper .jobs-content h6 a, .jobs-wrapper .jobs-content h6 span {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    font-family: "Open Sans", Arial, Helvetica, Verdana, sans-serif;
    color: #000000;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.jobs-wrapper .jobs-content h6 a:hover {
    color: var(--ahovercolorcode);
}

.jobs-wrapper .jobs-content h6 a span {
    font-size: 16px;
    line-height: 24px;
    color: #999999;
}

.jobs-wrapper .jobs-content .jobs-content-left {
    float: left;
}

.jobs-wrapper .jobs-content .jobs-content-left .jobs-meta ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.jobs-wrapper .jobs-content .jobs-content-left .jobs-meta ul li {
    float: left;
    padding-right: 20px;
    padding-bottom: 10px;
}

.jobs-wrapper .jobs-content .jobs-content-left .jobs-meta ul li p {
    margin-top: 0px;
    margin-bottom: 0;
    /*font-family: 'Cabin', sans-serif;*/
    font-size: 14px;
    line-height: 21px;
    color: black !important;
}

.jobs-wrapper .jobs-content .jobs-content-left .jobs-meta ul li p a {
    color: #000000;
}

.jobs-wrapper .jobs-content .jobs-content-left .jobs-meta ul li p i {
    color: #6A6B6C;
    margin-right: 10px;
}

.jobs-wrapper .jobs-content .jobs-content-left .jobs-meta ul li label.recruitz-btn {
    padding: 5px 20px;
    box-shadow: none;
}

.jobs-wrapper .jobs-content .jobs-content-left .jobs-meta ul li label.full-time {
    background: #ef5843;
    border-color: #ef5843;
}

.jobs-wrapper .jobs-content .jobs-content-left .jobs-meta ul li label.full-time:hover {
    color: #ffffff;
}

.jobs-wrapper .jobs-content .jobs-content-left .jobs-meta ul li label.part-time {
    background: #6A6B6C;
    border-color: #6A6B6C;
}

.jobs-wrapper .jobs-content .jobs-content-left .jobs-meta ul li label.part-time:hover {
    color: #ffffff;
}

.jobs-wrapper .jobs-content .jobs-content-left .jobs-meta ul li label.remoted {
    background: #f5bf1f;
    border-color: #f5bf1f;
}

.jobs-wrapper .jobs-content .jobs-content-left .jobs-meta ul li label.remoted:hover {
    color: #ffffff;
}

.jobs-wrapper .jobs-content .jobs-content-right {
    float: right;
    /*margin-top: 25px;*/
}

.jobs-wrapper .jobs-content .jobs-content-right a.recruitz-btn {
    box-shadow: none;
    padding: 10px 25px;
}


.job-listing-grid-view-action-wrapper {
    float: right;
    margin: 10px 0px;
}

.job-listing-grid-view-action-wrapper span {
    display: inline-block;
    line-height: 36px;
}

.job-listing-grid-view-action-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    float: right;
    overflow: hidden;
}

.job-listing-grid-view-action-wrapper ul li {
    float: left;
    margin: 0px 10px;
}

.job-listing-grid-view-action-wrapper ul li a {
    font-size: 24px;
    line-height: 36px;
    background: #ffffff;
    color: #000000;
    padding: 2px 10px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
}

.job-listing-grid-view-action-wrapper ul li a:hover {
    background: #21d084;
    color: #ffffff;
}

.job-listing-grid-view-action-wrapper ul li .active {
    background: #21d084;
    color: #ffffff;
}

.jobs-wrapper.grid_view {
    width: 30.5%;
    float: left;
    margin: 15px 10px 15px 10px;
}

.jobs-wrapper.grid_view .jobs-thumb {
    float: none;
    margin: 0 auto;
}

.jobs-wrapper.grid_view .jobs-content {
    text-align: center;
    padding-top: 5px;
}

.jobs-wrapper.grid_view .jobs-content .jobs-content-right {
    float: none;
}

.jobs-wrapper.grid_view .jobs-content .jobs-content-left {
    float: none;
}

.jobs-wrapper.grid_view .jobs-content .jobs-content-left h6 a {
    font-size: 18px;
    line-height: 27px;
    margin-top: 10px !important;
    margin-left: 10px !important;
}

.jobs-wrapper.grid_view .jobs-content .jobs-content-left .jobs-meta ul li {
    float: none;
    padding: 5px 10px;
    display: inline-block;
}


@media screen and (max-width: 1200px) {
    .jobs-wrapper.grid_view {
        width: 30%;
    }

    .job-search form .input-group {
        width: 150px;
    }

    .job-search form .recruitz-btn {
        width: 150px;
    }

    .cbx-how-it-works-wrapper .how-it-works-inner-wrapper .how-it-works-content h6 {
        font-size: 26px;
        line-height: 39px;
        margin-top: 20px;
        margin-left: 0px;
    }

    .cbx-banner-wrapper .banner-content .recruitz-btn {
        width: 150px;
    }

    .jobs-wrapper .jobs-content h6 a {
        font-size: 26px;
        line-height: 39px;
    }

    .jobs-wrapper .jobs-content .jobs-content-right {
        margin-top: 25px;
    }
}


@media screen and (max-width: 991px) {
    .job-search form .input-group {
        width: 90%;
        margin: 0px auto 15px;
    }

    .jobs-wrapper .jobs-thumb {
        width: 130px;
        float: none;
        margin: 0 auto;
        border: 0px solid;
        padding-top: 20px;
    }

    .jobs-wrapper .jobs-content {
        width: 100%;
        float: none;
        display: block;
        overflow: hidden;
        text-align: center;
    }

    .jobs-wrapper .jobs-content .jobs-content-right {
        float: none;
    }

    .jobs-wrapper .jobs-content .jobs-content-left {
        float: none;
    }

    .jobs-wrapper .jobs-content .jobs-content-left .jobs-meta ul li {
        float: none;
        display: inline-block;
    }


}


@media screen and (max-width: 767px) {
    .jobs-wrapper.grid_view {
        width: 96%;
    }
}

@media screen and (max-width: 480px) {
    .jobs-wrapper .jobs-content h6 a {
        font-size: 18px;
        line-height: 27px;
    }
}


.recruitz-btn {
    background: #6A6B6C;
    border: 1px solid;
    border-color: var(--buttoncolorcode);
    color: #ffffff;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    /*font-family: 'Cabin', sans-serif;*/
    padding: 10px 15px;
    text-transform: uppercase;
}

.recruitz-btn:hover {
    border-color: #454649;
    color: var(--buttonfontcolorcode);
    background: #454649;
}

.recruitz-btn-reverse {
    border: 1px solid;
    border-color: #21d084;
    color: #21d084;
    background: #ffffff;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    /*font-family: 'Cabin', sans-serif;*/
    padding: 10px 15px;
    text-transform: uppercase;
}

.recruitz-btn-reverse:hover {
    background: #21d084;
    border-color: #ffffff;
    color: #ffffff;
}

.social-area,
.social-area-light,
.blue {
    padding: 0;
    display: block;
    overflow: hidden;
}

.social-area li,
.social-area-light li,
.blue li {
    float: left;
    margin-right: 10px;
}

.social-area li a,
.social-area-light li a,
.blue li a {
    font-size: 13px;
    line-height: 19.5px;
    border-color: #21d084;
    text-align: center;
    background-color: #ffffff;
    display: block;
    line-height: 35px;
}


.social-area li {
    float: left;
    font-weight: bolder;
    color: #272727;
}


.social-area li a i {
    font-size: 30px;
}

.social-area li, .share-social li a {
    font-size: 18px;
}

.social-area li a .fa-facebook-official {
    color: #0072bc;
}

.social-area li a .fa-linkedin-square {
    color: #448ccb;
}

.social-area li a .fa-twitter-square {
    color: #00aeef;
}

.social-area li a .fa-twitter-square {
    color: #00aeef;
}

.social-area li a .fa-twitter-square {
    color: #00aeef;
}

.social-area li a .fa-whatsapp {
    color: #25d366;
}

.job-short-info li {
    position: relative;
    padding-left: 35px;
}

.job-short-info li {
    color: #707070;
    margin-bottom: 15px;
    font-size: 16px;
}

.job-short-info li span.icon {
    font-size: 18px;
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
}

.job-short-info li span.icon {
    margin-right: 0;
}


@media screen and (min-width: 768px) {
    .js-hiraku-offcanvas {
        display: block;
        position: static;
        background: none;
    }

    .js-hiraku-offcanvas .js-hiraku-offcanvas-sidebar {
        position: static;
        margin-left: 0;
        width: auto;
    }
}

.js-hiraku-offcanvas-body-right .js-hiraku-header-fixed {
    margin-left: -70%;
}

.js-hiraku-offcanvas-body-left .js-hiraku-header-fixed {
    margin-left: 70%;
}

.js-hiraku-offcanvas-body-right {
    left: 0;
}

.js-hiraku-offcanvas-body-left {
    left: 0;
}

.results-pane {
    margin-top: 20px;
}

.job-search-result-title {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    color: black !important;
}

.job-search-result-options {
    font-size: 1.5rem;
    display: block;
    position: relative;
    background-color: #00adef;
    padding: 5px 10px;
    text-align: right;
    margin-bottom: 20px;
    color: white;
}

.job-search-result-options span {
    margin-left: 20px;
}

.job-search-result-options select {
    color: black;
}

@media only screen and (max-width: 767px) {
    .job-search-result-options span {
        display: block;
        text-align: center;
        width: 100%;
        margin: 0;
    }

    .job-search-result-options span:first-child {
        margin-bottom: 10px;
    }
}

.job-search-result {
}

.result-summary {
    padding: 10px;
    border: 1px solid #ffcb05;
}

.result-summary .result-info {
    border-bottom: 1px solid #ffcb05;
    margin-bottom: 5px;
}

.result-item-element.highlight {
    font-weight: 600;
    font-size: 1.4rem;
    color: dimgrey;
}

.result-item-element {
    font-size: 1.25rem;
    margin-bottom: 10px;
    color: grey;
}

.apply-row {
    background-color: rgba(255, 203, 5, 0.05);
    border: 1px solid #ffcb05;
    border-top: none;
    padding: 5px;
    text-align: right;
}

.job-filters {
    padding: 0;
    background-color: #fff;
    border: 2px solid #00adef;
    margin-top: 20px;
}

.job-filters .title-b {
    font-size: 13px;
    line-height: 28px;
    color: black;
    padding: 10px 10px 0;
}

.job-filters .box-b {
    padding: 10px;
}

.job-filter-search {
    width: 100%;
    border: 1px solid #00adef;
    box-shadow: none;
    padding: 5px;
    font-size: 12px;
    line-height: 24px;
}

.btn.career-apply {
    background-color: #48c1ac;
    border-color: #48c1ac;
    color: #fff;
    border-radius: 0;
}

.job-filters h3 {
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    border-top: 1px solid white;
    color: black;
}

.job-filters .selection {
    display: block;
    position: relative;
    padding: 10px 10px 0 10px;
    background: #fff;
    margin-top: 5px;
}

.job-filters .selection span {
    display: block;
    position: relative;
    color: black;
    font-size: 12px;
    /*    max-width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
*/
}

.job-filters .title {
    font-size: 15px;
    line-height: 35px;
    font-weight: 400;
    background-color: #00adef;
    color: white;
    padding: 0 20px;
}

.job-filters .small-text {
    font-size: 11px;
    line-height: 35px;
    color: white;
    display: inline-block;
}

/*.job-filter-search {
    width: 100%;
    border-bottom: 1px solid gray;
    border-radius: 0;
    border-top: 0;
    padding: 5px;
    background: none;
    border-left: 0;
    border-right: 0;
    font-size: 14px;
}*/

.arrow-r {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #00adef;
    margin-bottom: 1%;
    margin-right: 7px;
    margin-left: 3px;
    display: inline-block;
    vertical-align: middle;
}

.job-filters .selection span input {
    vertical-align: middle;
    margin-right: 5px;
}

.arrow-d {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #00adef;
    margin-bottom: 6px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.collapse-container > :nth-child(odd) {
    padding: 5px;
    margin: auto;
}

.collapse-container > :nth-child(even) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 2px;
    position: relative;
}

.collapse-container > :nth-child(even) .panel {
    padding: 5px;
    margin: 0;
}

.collapse-container > :nth-child(odd):hover {
    cursor: pointer;
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit browsers */
}

.op_section {
    width: 100%;
    position: relative;
    display: block;
    padding: 10px;
    /*padding-left: 40px;
    padding-right: 40px;*/
    /*padding-bottom: 10px;*/
    background-color: #ffcb05;
}

.op_section.inverse {
    background-color: whitesmoke;
}

.op_section.inverse .text {
    color: dimgrey;
}

.op_section.inverse {
    background-color: #48c1ac;
}

.op_section.inverse .text {
    color: dimgrey;
}

.op_section .quote {
    float: left;
}

.op_section .highlight {
    font-size: 17px;
    line-height: 40px;
    color: #333;
}

.op_section .text {
    color: black;
    font-size: 10px;
    /*line-height: 3.2rem;*/
    margin-bottom: 10px;
    margin-top: 10px;
}

.op_section .button {
    background-color: black;
    padding: 0.5rem 1.5rem;
    color: white;
    text-decoration: none;
}

.op_section .image {
    float: right;
}

.op_section .image img {
    max-width: 200px;
    max-height: 40px;
}


@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.vis-header-search {
    float: left;
    margin-left: 30px;
    position: relative;
    top: 7px
}

.header-search-input-item input {
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    float: left;
    width: 350px !important
}

.header-search-input-item {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    overflow: hidden;
    background: #fff
}

.header-search-select-item {
    background: #fff;
    height: 40px;
    border-left: 1px solid #eee
}

.header-search-select-item .nice-select {
    color: #292929;
    float: left;
    width: 100%;
    border: none;
    min-width: 150px;
    height: 40px;
    line-height: 40px
}

.header-search-select-item .nice-select .list {
    width: 100%;
    padding: 60px 12px 10px;
    background: #fff;
    border-radius: 4px
}

.header-search-select-item .nice-select .list li {
    float: left;
    width: 100%;
    padding: 5px 10px 6px;
    color: #666;
    font-size: 13px;
    border-radius: 2px;
    min-height: 20px;
    line-height: 20px
}

.header-search-select-item .nice-select .nice-select-search {
    border: 1px solid #eee
}

.header-search-select-item .nice-select .list li:hover,
.header-search-select-item .nice-select .list li.selected {
    color: #fff
}

.header-search-input-item,
.header-search-select-item,
.header-search-button {
    float: left
}

.header-search-button {
    height: 40px;
    border: none;
    color: #fff;
    line-height: 40px;
    border-radius: none;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 0 30px;
    cursor: pointer
}

.show-search-button {
    display: none;
    color: #fff;
    float: left;
    position: relative;
    margin-left: 20px;
    top: 19px;
    cursor: pointer;
    font-weight: 600;
    padding-left: 18px
}

.show-search-button:before {
    content: '';
    position: absolute;
    left: 0;
    top: -6px;
    bottom: -6px;
    width: 1px;
    background: rgba(255, 255, 255, .21)
}

.show-search-button i {
    padding-right: 8px
}

@media only screen and (max-width: 1324px) {
    .show-search-button {
        display: block
    }

    .vis-header-search {
        display: none;
        position: absolute;
        left: 20px;
        top: 100px;
        border-radius: 1px;
        box-shadow: 0 0 0 7px rgba(0, 0, 0, .2)
    }

    .slider-container-wrap .sw-btn {
        margin-top: 0;
        top: 10%
    }

    .slider-container-wrap {
        padding: 250px 0 400px
    }

    /*.generalcontainer{
        margin-top:60px;
    }*/
}

@media only screen and (max-width: 540px) {
    .header-search-input-item input {
        border: none;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        float: left;
        width: 191px !important
    }

    footer .quote {
        width: 80%
    }

    footer .image {
        width: 20%
    }

    .op_section .highlight {
        font-size: 14px
    }

    .op_section .text {
        font-size: 10px;
    }

    .txtgeneral {
        margin-left: 20px;
    }

    .header-search-button {
        padding: 0px 6px;
    }
