    .sbtn {
        padding: 1px;
    }

    .images_cand {
        height: 100px;
        width: auto;
    }

    .banner_new:before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: block;
        background: #242d3e73;
        opacity: 0.6;
    }

    .fa-search-home {
        background: white;
        position: absolute;
        z-index: 9;
        top: 8px;
        left: 12px;
        font-size: 17px;
        margin-top: 0px !important;
        height: 30px;
    }

    input,
    textarea {
        padding: 5px;
    }

    .client_images {
        height: 40px;
        object-fit: contain;
        filter: brightness(0);
    }

    .client_images:hover {
        height: 40px;
        object-fit: contain;
        filter: brightness(0.9);
    }

    @media (max-width:768px) {
        .cat-item2.p-41 {
            margin-bottom: 0px;
        }

        .brows-job-position h3 {
            width: 72%
        }

        .sign_in_sec {
            padding: 0px !important;
        }

        #pagination {
            margin-top: 30px;
        }

        #formsearch {
            padding: 0 !important;
        }

        #bannerform {
            padding-right: 15px !important;
        }

        #searchjobs {
            margin: 60px 0px;
        }

        .select2-selection {
            overflow: auto;
        }

        .sendverification {
            float: right;
        }

        #otpsenderror {
            float: left;
        }
    }

    .job-description ul li {
        list-style: none;
        text-decoration-color: none;
        float: right
    }

    .select2-container--default .select2-results__option[aria-selected=true] {
        display: none;
    }

    input.form-control.right-bor::placeholder {
        padding-left: 6px;
        padding-top: 5px;
        color: #999;
        font-size: 13px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    input.form-control.right-bor {
        border: 1px solid #aaa;
    }

    ul.ove-detail-list li:hover {
        background: #35434E;
        color: white;
        padding: 5px;
        border-radius: 2px;
    }

    ul.ove-detail-list li:hover a {
        color: white !important;
    }

    #pagination {
        margin-bottom: 15px;
        text-align: right;
        padding: 0px 10px;
    }

    #pagination a {
        background: #fff;
        padding: 5px 20px;
        border-radius: 2px;
        margin-left: 10px;
        color: #777;
        border: 1px solid #ddd;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 36px;
    }

    input#exp:placeholder {
        padding-left: 20px;
    }

    .loader {
        border: 16px solid #f3f3f3;
        border-radius: 50%;
        border-top: 16px solid rgb(137 197 64);
        width: 83px;
        height: 83px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
        left: 46%;
        position: fixed;
        margin: 0 auto;
        top: 31%;
    }

    .loader_div {
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 9999;
        margin: auto;
        background: #00000021;
    }

    /* Safari */
    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    .job_type .active {
        background-color: rgb(137 197 64) !important;
        color: #fff !important;
    }

    .job_type .job_tabs {
        background: #fff;
        padding: 5px 20px;
        border-radius: 2px;
        margin-left: 10px;
        color: #777;
        border: 1px solid #ddd;
    }

    .select2-container--default .select2-results__option--highlighted[aria-selected] {
        background-color: #F2F5F8 !important;
    }

    select#min_exp {
        display: none;
    }

    select#max_exp {
        display: none;
    }

    .banner-caption .btn-primary {
        padding: 10px;
    }

    select#salary {
        display: none;
    }

    .sidebar-widgets .company {
        padding-bottom: 8px;
    }

    .close1 {
        background: grey;
        border-radius: 50%;
        margin: 4px;
    }

    #new_skill,
    #new_location {
        color: black;
        z-index: 96;
        right: 0%;
        top: 0%;
        position: absolute;
        display: none;
        background: #fff;
        cursor: pointer;
        padding: 6px 5px;
        border-radius: 4px;
    }

    /* 
    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    white-space: `-space: nowrap;
    width: 359px;
    overflow: hidden;
    text-overflow: ellipsis;
    } 
    */

    .skill .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        color: #6a7884;
        padding: 6px 0;
        overflow: hidden;
        display: flex;
        flex-direction: inherit;
        /* width: 90%; */
        width: 345px;
        margin-left: 8px;
        justify-content: flex-start;
    }

    .location .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        color: #6a7884;
        padding: 6px 0;
        overflow: hidden;
        display: flex;
        flex-direction: inherit;
        /* width: 90%; */
        width: 251px;
        margin-left: 8px;
        justify-content: flex-start;
    }

    @media (max-width: 768px) {
        .brows-job-sallery {
            display: block;
            margin-bottom: 3px;
        }

        .job_det {
            width: 100% !important;
        }
    }

    .job_det {
        width: 100%;
    }

    .select2-container .select2-selection--multiple {
        height: 40px;
    }

    .skill .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        padding: 9px 3px !important;
        display: inline-flex;
    }

    .location .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        margin-left: 26px !important;
        padding: 11px 11px !important;
    }

    .btn.btn-primary.search-job {
        font-size: 16px;
        border-radius: 0px;
        padding: 12px 0;
        height: 42px !important;
        text-shadow: none;
        font-weight: 500;
        border-radius: 2px;
    }

    #new_skill,
    #new_location {
        top: 10% !important;
    }

    .select2-container {
        border-radius: 4px;
    }

    .carousel {
        display: none;
    }

    @media only screen and (max-width: 768px) {

        .carousel {
            display: block !important;
            padding-top: 15px;
            background: rgba(78, 93, 111, 0.7);
        }
    }

    .carousel-control1.right {
        right: 0;
        left: auto;

    }

    .carousel-control1 {
        position: absolute;
        top: 45px;
        bottom: 0;
        left: 0;
        width: 15%;
        font-size: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
        background-color: rgba(0, 0, 0, 0);
        filter: alpha(opacity=50);
        opacity: 1;
    }

    .brand-img1 {
        width: 100%;
        margin: auto;
        text-align: center !important;
    }

    .carousel-inner {
        padding-bottom: 4px;
    }

    .qrcodeheading h3 {
        font-weight: 700 !important;
        font-family: 'Poppins', sans-serif !important;
    }

    .jobseeker-item .jobseeker-inner h3 {
        margin-bottom: 0;
        font-weight: 600 !important;
        font-size: 18px;
        color: #182200;
    }

    .footer-widget h4 {
        font-family: 'Roboto', sans-serif !important;
        color: #fff;
        text-transform: uppercase;
        margin: 12px 0 30px;
        font-size: 20px !important;
        font-weight: 600 !important;
        line-height: 1.1;
    }

    @media (min-width: 1280px) {
        .container {
            max-width: 1140px !important;
        }
    }

    .uk-h1,
    .uk-h2,
    .uk-h3,
    .uk-h4,
    .uk-h5,
    .uk-h6,
    .uk-heading-2xlarge,
    .uk-heading-large,
    .uk-heading-medium,
    .uk-heading-small,
    .uk-heading-xlarge,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 10px 0;
        font-family: unset !important;
        font-weight: unset !important;
        color: #333;
        text-transform: none;
    }

    .uk-h4,
    h4 {
        font-size: unset;
        line-height: 1.4;
    }

    .banner-btn1 a:hover {
        color: white;
        text-decoration: none;
    }

    p {
        font-size: unset !important;
    }

    .footer-home {
        font-size: unset !important;
    }

    @media screen and (max-width: 767px) {
        .mobile-menu__trigger {
            cursor: pointer;
            content: "";
            position: absolute;
            z-index: 3;
            width: 2rem;
            height: 2rem;
            border-radius: 50%;
            top: 2.5rem;
            right: -3.4rem;
            background: rgb(137 197 64);
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .mobile-menu__trigger.fa.fa-bars {
            color: #333333;
            padding: 9px;
            margin-top: -25px;
        }
    }

    @media (min-width: 992px) {
        .modal-lg {
            width: 1200px;
        }
    }

    .opacities {
        background: rgb(82 82 82 / 78%);
    }

    .ok_btn {
        background: rgb(137 197 64) !important;
        width: 47px !important;
        color: white !important;
        border: none;
        border-radius: 4px;
        padding: 3px;
    }

    .ribbon-2 {
        --f: 3px;
        --r: 9px;
        --t: 10px;

        position: absolute;
        inset: var(--t) calc(-1*var(--f)) auto auto;
        padding: 0 10px var(--f) calc(10px + var(--r));
        clip-path:
            polygon(0 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%,
                calc(100% - var(--f)) calc(100% - var(--f)), 0 calc(100% - var(--f)),
                var(--r) calc(50% - var(--f)/2));
        background: #ff9800;
        box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
        color: white;
    }

    #blink {
        font-size: 30px;
        /* font-weight: bold;*/
        /*    font-family: sans-serif;*/
        color: white;
        transition: 0.4s;
    }

    .jobs_popup img {
        width: 300px;
    }

    .jobs_btn {
        background: rgb(137 197 64);
        border: none;
        padding: 10px 35px;
        border-radius: 50px;
        color: white;
        margin-bottom: 20px;
        font-size: 16px;
    }

    @media (min-width: 1200px) {
        .col-lg-2 {
            width: 19.666667%;
        }
    }

    /* width */
    ::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: rgb(137 197 64);
        border-radius: 10px;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: rgb(137 197 64);
    }

    .city_name {
        font-weight: 500;
        font-size: 16px;
        color: #000;
        font-family: 'Roboto', sans-serif;
    }

    .company i {
        color: #212529;
        margin-top: 0px !important;
        margin-top: 0px !important;
    }

    @media (max-width: 768px) {
        #view_btn_city {
            display: block;
        }
    }

    @media (min-width: 1200px) {
        .uk-grid {
            margin-right: 37px;
            margin-left: 5px;
        }
    }

    #signup.modal .form-control {
        font-size: 12px !important;
    }

    .right-cta-menu {
        position: absolute;
        right: -1%;
    }

    .job_box {
        padding-left: 25px !important;
    }

    .job {
        line-height: 1.6 !important;
    }

    .btn-check:checked+.btn,
    .btn.active,
    .btn.show,
    .btn:first-child:active,
    :not(.btn-check)+.btn:active {
        background: #fff !important;
        color: #000 !important;
        border: 2px solid #fff !important;
        line-height: 1.6 !important;
    }

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus {
        background-image: none !important;
        background-color: none !important;
    }

    .ads_sec {
        position: fixed;
        left: 15px;
        width: 200px;
        height: 200px;
        background-color: #05579e;
        z-index: 101;
        bottom: 15px;
        border-radius: 4px;
    }

    .close_ads {
        position: absolute;
        right: -7px;
        border: none;
        border-radius: 50px;
        top: -7px;
        font-size: 12px;
        background: white;
        box-shadow: 1px 2px 5px 0px #787474;
        height: 24px;
        width: 24px;
    }

    .ads_sec img {
        border-radius: 4px;
    }

    .skipads {
        position: absolute;
        bottom: 23px;
        right: 0px;
        background: #151515;
        color: white;
        font-size: 11px;
        padding: 8px;
        border-radius: 5px;
        box-shadow: 1px 1px 4px 0px #ddd;
    }

    .ads_sec video {
        border-radius: 4px;
    }

    .search-box {
        box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5),
            /* Top shadow */
            0px -5px 10px -5px rgba(0, 0, 0, 0.5),
            /* Bottom shadow */
            -5px 0px 10px -5px rgba(0, 0, 0, 0.5),
            /* Left shadow */
            5px 0px 10px -5px rgba(0, 0, 0, 0.5);

    }

    .mainh2 {
        font-weight: 500 !important;
        font-size: 20px;
        text-align: center;
        margin-bottom: 70px;
    }

    .ui-widget.ui-widget-content {
        border: 1px solid #c5c5c5;
        height: 250px;
        overflow-y: auto;
    }

    .ui-menu .ui-menu-item-wrapper:hover,
    .ui-menu .ui-menu-item-wrapper.ui-state-active {
        background: #F2F5F8 !important;
        color: #666666 !important;
        font-weight: 500 !important;
        border: #fff 1px solid;
        overflow-x: none !important;
    }

    #skills::placeholder {
        color: #a3a1a1;
        font-weight: 300;
        font-size: 14px;
    }

    #locations::placeholder {
        color: #a3a1a1;
        font-weight: 300;
        font-size: 14px;
    }

    .search_design {
        width: 100%;
        display: flex;
        justify-content: center;
        box-shadow: 3px 3px 14px rgba(113, 106, 147, .2);
        border-radius: 52px;
        background: white;
        padding: 7px;
    }

    #searchjobs {
        background: rgb(137 197 64);
        padding: 2px 15px;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        border: none;
        color: white;
        font-size: 16px;
    }

    .ui-widget.ui-widget-content {
        /* border: 1px solid #c5c5c5; */
        height: 250px;
        overflow-y: auto;
        width: 350px !important;
        margin-top: 61px !important;
        border-radius: 0 0 10px 10px !important;
        font-family: 'Roboto', sans-serif;
        border: none !important;
        box-shadow: 0 6px 12px rgba(30, 10, 58, .04);
        font-size: 13px;
    }

    .ui-widget.ui-widget-content {
        overflow-x: hidden;

    }