@font-face {
    font-family: 'Poppins';
    src: url('../../../fonts/poppins/Poppins-Regular.woff2') format('woff2'),
         url('../../../fonts/poppins/Poppins-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../../fonts/poppins/Poppins-Bold.woff2') format('woff2'),
         url('../../../fonts/poppins/Poppins-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../../fonts/poppins/Poppins-Light.woff2') format('woff2'),
         url('../../../fonts/poppins/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../../fonts/poppins/Poppins-Medium.woff2') format('woff2'),
         url('../../../fonts/poppins/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../../fonts/poppins/Poppins-SemiBold.woff2') format('woff2'),
         url('../../../fonts/poppins/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

*, ::after, ::before {
    box-sizing: border-box;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
body, html {
    /* font-family: Roboto-Regular!important; */
    font-family: 'Poppins', sans-serif !important;
}
body {
    margin: 0;
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #f4f4f4;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}
b, strong {
    font-weight: bolder;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
img {
    vertical-align: middle;
    border-style: none;
}
button {
    border-radius: 0;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
select {
    word-wrap: normal;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.2;
}
.h1, h1 {
    font-size: 2.5rem;
}
.h2, h2 {
    font-size: 2rem;
}
.h3, h3 {
    font-size: 1.75rem;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 576px) {
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}
@media (min-width: 768px) {
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}
@media (min-width: 992px) {
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.fade {
    transition: opacity .15s linear;
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}
.nav-pills .nav-link {
    border-radius: .25rem;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.tab-pane.active {
    display: block;
}
.text-center {
    text-align: center!important;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}
.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}
@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-expand-md>.container, .navbar-expand-md>.container-fluid, .navbar-expand-md>.container-lg, .navbar-expand-md>.container-md, .navbar-expand-md>.container-sm, .navbar-expand-md>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5);
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1);
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.d-none {
    display: none!important;
}
.d-inline {
    display: inline!important;
}
.d-inline-block {
    display: inline-block!important;
}
.d-block {
    display: block!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none!important;
    }
    .d-sm-block {
        display: block!important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none!important;
    }
    .d-md-block {
        display: block!important;
    }
}
.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.fixed-top {
    z-index: 1030;
}
.mt-2, .my-2 {
    margin-top: .5rem!important;
}
.mr-2, .mx-2 {
    margin-right: .5rem!important;
}
.mt-3, .my-3 {
    margin-top: 1rem!important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}
.mt-5, .my-5 {
    margin-top: 3rem!important;
}
.p-0 {
    padding: 0!important;
}
.pl-0, .px-0 {
    padding-left: 0!important;
}
.pr-0, .px-0 {
    padding-right: 0!important;
}
.pt-4, .py-4 {
    padding-top: 1.5rem!important;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.w-100 {
    width: 100%!important;
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer>* {
    margin: .25rem;
}
.home_blue_bg {
    background: #FAFBFD;
    padding-top: 15px;
}
.top_comp_content {
    margin-left: 25px;
}
.notification-list .border-bottom {
    padding: 7px 20px 15px!important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}
.float-right {
    float: right!important;
}
.home_banner {
    min-height: 225px;
    background-color: #0d2144;
}
.home_banner .banner_heading {
    font-size: 35px;
    line-height: 46px;
    font-family: 'Roboto-Medium';
    margin-bottom: 4px;
    padding-top: 49px;
    color: #ffffff;
}
.recent_search_btn, .recent_search_btn:hover {
    border: 1px solid #ebecf0;
    border-radius: 60px!important;
    background-color: #fff!important;
    letter-spacing: .12px;
    font-size: 12px;
    line-height: 14px;
    font-family: Roboto-Light;
    color: #42526e;
    padding: 9px 12px;
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    margin: 0 14px!important;
}
.ui-autocomplete-term {
    font-family: Roboto-Medium;
}
.list-header {
    font-size: 13px;
    color: #808384;
    margin: 23px auto 17px 20px !important;
}
.near_job_box .country_name {
    color: #42526e;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: .12px;
    font-weight: 500;
    text-align: center;
    position: relative;
}
.near_job_box .country_name span {
    color: #091e42;
    letter-spacing: .53px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
}
.ui-menu .ui-menu-item-wrapper {
    padding: 12px 0 8px!important;
    border-bottom: 1px solid #edf0ff;
    color: #42526e;
    font-size: 14px;
    margin-left: 20px;
    cursor: pointer;
    margin-right: 20px;
}
.ui-menu .ui-menu-item-wrapper:hover, .ui-menu li.ui-menu-item:hover {
    background: #d6efff;
    color: #42526e;
}
.ui-widget.ui-widget-content {
    border: none!important;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 300px;
    border-right: 5px solid #fff!important;
}
.ui-widget.ui-widget-content::-webkit-scrollbar {
    background-color: #fff;
    width: 3px;
}
.ui-widget.ui-widget-content::-webkit-scrollbar-track {
    background-color: #fff;
}
.ui-widget.ui-widget-content::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 50px;
}
.ui-menu-item div:hover {
    font-weight: 400!important;
}
.jobs-country-content, .jobs-popular-content {
    padding: 15px 0;
    min-height: auto;
}
.jobs-country-content .jc_list, .jobs-popular-content .jc_list {
    list-style: none;
    padding: 0;
    display: table;
    width: 100%;
    margin-bottom: 0!important;
}
.jobs-country-content .jc_list li a, .jobs-popular-content .jc_list li a {
    color: #156BF5;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .57px;
}
.jobs-country-content .jc_list li a span, .jobs-popular-content .jc_list li a span {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .53px;
}
.jobs-country-content .jc_list li a.viewmoredesktop span, .jobs-popular-content .jc_list li a.viewmore span {
    color: #455C80!important;
    font-family: 'Roboto-Medium'!important;
    font-size: 14px;
    letter-spacing: 0px;
}
.jobs-country-content .jc_list li {
    float: left;
    width: 20%;
    margin: 4px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jobs-popular-content .jc_list li {
    float: left;
    width: 33.33%;
    margin: 4px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#nav1 {
    box-shadow: none;
    background-color: #fff!important;
}
.mb_25 {
    margin-bottom: 16px!important;
}
.jobtype, .text-mili, .text3, .text4, .txt__1 {
    display: inline-block;
}
.navbar-dark .navbar-toggler {
    background-color: transparent;
}
.div_col_1 {
    height: auto;
    width: auto;
}
.txt__1 {
    font-size: 22px;
    color: #000000;
    margin-bottom: 30px;
    line-height: 21px;
    font-weight: bold;
}
.card_content_block {
    padding: 40px 0!important;
}
.jobseeker_card {
    border-radius: 14px;
    max-height: 220px;
    min-height: 200px;
}
.green_card {
    background-image: url(/assets/image/jobseeker/autoapply/home_resume_review.webp);
}
.blue_card {
    background: url(/assets/image/jobseeker/autoapply/home_get_resume_done.webp);
}
.lblue_card {
    background: url(/assets/image/jobseeker/autoapply/home_drjob_auto_apply.webp);
}
.card_content span {
    display: block;
    color: #fff;
    font-family: Roboto-Medium;
    font-weight: 500;
    font-size: 22px!important;
    line-height: 32px;
}
.jobseeker_card .icons_row {
    display: table;
    width: 100%;
    position: relative;
}
.jobseeker_card .icons_row>div {
    display: table-cell;
    vertical-align: middle;
}
.card_content_block .card_content{
    position: absolute;
    top: 80px;
    width: 67%;
}
.jobseeker_card .icon_right {
    text-align: right;
    position: absolute;
    right: 0;
}
.explore_more, a.tab_search_btn, span.near_me a {
    display: inline-flex;
}
.jobs_near_you, .near_me_search_block {
    display: flex;
    align-items: center;
}
.page_search_block .banner_tab_block {
    position: relative;
    top: -54px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 24px #0000001a;
    z-index: 2;
    margin-bottom: -60px;
}
.country_select_block {
    width: 205px;
    border-right: 1px solid #e7e7e7;
}
.country_select_block input.ui-autocomplete-input {
    padding: 10px 25px!important;
    border-radius: 0 0 0 12px;
    width: 100%;
    font-size: 14px;
}
.custom-tabs .tab-wrap {
    padding: 10px 0 0;
}
a.tab_search_btn {
    background: #156bf5;
    color: #fff;
    width: 79px;
    height: 36px;
    justify-content: center;
    padding: 5px 7px;
    align-items: center;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    line-height: 18px;
}
a.tab_search_btn:hover {
    background: #006ec5;
}
.banner_tab_block .Keyword_search {
    width: calc(100% - 303px);
}
.Keyword_search input:placeholder-shown {
    background: url(/assets/image/search_icon.webp) 6% center/17px no-repeat;
    padding-left: 77px!important;
}
.Keyword_search input:placeholder-shown:focus{
    padding-left: 32px !important;
}
.Keyword_search input {
    width: 100%;
    height: 70px;
    border: none;
    padding: 10px 32px;
    font-size: 14px;
    font-weight: 500!important;
}
.Keyword_search input:focus {
    outline: 0!important;
    background: 0 0!important;
    padding-left: 32px!important;
}
#keywords::placeholder, #keywordsfreelancer::placeholder {
    color: #757575;
    font-family: Roboto-Light;
}
@media screen and (max-width:992px) {
    .mls, .net-l {
        margin-left: 0;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 10px!important;
        font-size: 14px;
    }
    .fcl {
        flex-direction: inherit;
    }
    .prl {
        padding-left: 30px;
        padding-right: 30px;
    }
    .drop, .xy {
        padding-left: 0!important;
    }
    .xy {
        padding-right: 0!important;
    }
    .xyz {
        padding-right: 15px!important;
    }
    .fll {
        margin-top: 10px;
    }
    .text_11 {
        margin-left: 11px;
    }
    .text-mili {
        font-size: 8px;
    }
    .text_121, .text_blue, .text_regi {
        font-size: 10px;
    }
    .dot-img {
        width: 5px;
        margin-left: 20px;
    }
    .dot-img2 {
        width: 5px;
        margin-left: 60px;
    }
    .img-3 {
        width: 30px;
        margin-left: 10px;
    }
    .dot-img1 {
        width: 5px;
        margin-left: 5px;
    }
    .m2 {
        margin-left: -8px!important;
    }
}
@media screen and (max-width:768px) {
    .jobs-country-content .jc_list li{
        width: 20%;
    }
    .jobs-popular-content .jc_list li {
        width: 33.33%;
    }
    .jobs_near_you a.link_cursor:after {
        display: none;
    }
    .badge-light {
        padding: 7px 14px!important;
        margin: 2px 10px 10px 0;
    }
    .card_content span {
        font-size: 16px!important;
        line-height: 22px;
    }
    .jobseeker_card .icon_right img {
        height: 35px;
    }
    .jobseeker_card {
        padding: 15px;
    }
    .jobseeker_card .card_content {
        margin-top: 12px;
    }
    .navbar-dark .navbar-toggler-icon {
        position: absolute;
        left: 15px;
        top: 23px;
    }
    .navbar-dark .navbar-brand {
        padding-left: 25px;
    }
    .bsd {
        margin-top: 1rem!important;
    }
    .text3 {
        padding-left: 15px;
    }
    .fll, .row-mt {
        margin-top: 10px;
    }
    .prl {
        padding-left: 30px;
        padding-right: 30px;
    }
    .xy, .xyz1 {
        padding-left: 15px!important;
    }
    .xy {
        padding-right: 15px!important;
    }
    .x {
        padding-bottom: 40px;
        margin-right: 10px;
        display: flex;
    }
    .mbr {
        margin-bottom: 15px;
    }
    .m2 {
        margin-left: 0!important;
    }
    .mls, .net-l {
        margin-left: 0;
    }
    .pre-m {
        margin-right: 0;
    }
    .text-mili {
        font-size: 16px;
    }
    .dot-img, .dot-img1, .dot-img2 {
        width: 7px;
    }
    .msd {
        margin-bottom: -15px;
        width: 334px;
    }
    .img-c {
        margin: auto;
        display: block;
    }
    .tt__11, .tt__2 {
        text-align: center;
    }
    .text_121, .text_blue, .text_regi {
        font-size: 14px;
    }
}
@media screen and (max-width:576px) {
    .img-c, .tt__11, .tt__2 {
        text-align: left;
    }
    .hideinmobilecategory {
        display: none;
    }
    .location_input {
        position: relative;
    }
    .location_input .near_me_absl img {
        position: absolute;
        top: 10px;
        right: 15px;
        width: 16px;
    }
    .ui-widget-content {
        width: 90%!important;
        border-radius: 4px!important;
        z-index: 9999!important;
    }
    #nav1 {
        box-shadow: none;
    }
    .boxes {
        background-image: none!important;
    }
    .d__box1 {
        border: none;
        padding-left: 0;
    }
    .d__box1 a {
        font-size: 14px;
    }
    .fr {
        font-size: 12px;
        margin-top: 15px!important;
        text-decoration: none!important;
    }
    .div-box, .link_cursor a, .link_cursor span, .ttt__21 {
        font-size: 12px!important;
    }
    .div-box {
        width: 102px!important;
        height: 69px;
    }
    .mb_25 {
        margin-bottom: 16px!important;
    }
    .fr u {
        text-decoration: none;
    }
    .bsd {
        margin-top: 1rem!important;
    }
    .xy, .xyz1 {
        padding-left: 15px!important;
    }
    .xy, .xyz {
        padding-right: 15px!important;
    }
    .z {
        margin-bottom: 30px;
    }
    .m2 {
        margin-left: 0!important;
    }
    .mls, .net-l {
        margin-left: 0;
    }
    .pre-m {
        margin-right: 0;
    }
    .fll, .row-mt {
        margin-top: 10px;
    }
    .img-c {
        margin: 0;
        display: block;
        width: 22px;
    }
    .jobs_count {
        font-weight: 600!important;
        color: #156bf5!important;
        font-size: 12px!important;
    }
    .badge-light {
        margin: 0 0 15px 20px;
    }
    .text-mili, .text_121, .text_blue {
        font-size: 12px;
    }
    .iso-text {
        line-height: 2.5;
        font-size: 10px!important;
    }
    .msd {
        margin-bottom: -15px;
    }
}
@media(max-width:525px) {
    .load-count-content {
        border-bottom: 10px solid #f5f5f5;
    }
    .viewmore_trendingjobs {
        display: block;
    }
    .new_sec_icon {
        margin-left: 18px;
    }
    .post_projects_title {
        color: #636363;
        font-size: 14px;
        font-weight: 600;
    }
    .post_project {
        background-image: linear-gradient(#156bf5, #489fe2)!important;
        border-radius: 9px!important;
        width: 100%;
        color: #fff;
        margin-top: 1rem;
        padding: 12px 15px 11px;
        height: 50px;
        border: 0;
        font-size: 15px;
        font-family: Roboto-Medium;
    }
    .border, .border:hover {
        margin-top: .2rem;
        border-radius: 5px;
    }
    .textStyleMono {
        font-family: monospace;
    }
    .fontWeightwx {
        font-weight: 700px;
    }
    .border {
        border-bottom: 3px;
        border-color: #c6c7c8;
    }
    .border:hover {
        border-bottom: 6px;
        border-color: #2680eb;
        background-color: #2680eb;
    }
    .srchbarr .input-group-text {
        background-color: #fff;
        border: 1px solid #edf0ff;
    }
    .srchbarr input {
        border-color: #edf0ff;
        border-left: 0;
    }
    .border_bottom_color {
        color: #2680eb;
        border-bottom-width: 5px;
    }
    #keywords::placeholder, #keywordsfreelancer::placeholder, #locations::placeholder, #locationsfreelancer::placeholder {
        color: #c6c6c6;
        letter-spacing: .21px;
    }
    .text2, .text2:active, .text2:focus, .text2:hover {
        color: #000;
        font-size: 16px;
        border: none!important;
        outline: 0;
    }
    .re-search {
        width: 16px;
        height: 16px;
        margin: 0 0 15px 15px;
        object-fit: contain;
    }
    .gray_color {
        font-size: 12px;
        color: #636363;
    }
    .Rectangle-518 {
        width: 179px;
        height: 2px;
        margin: 11px 1.5px 14px 0;
        background-color: #2680eb;
    }
    .Path-10513 {
        width: 13.5px;
        height: 0;
        margin: 4.2px 0 0;
        border: 1.5px solid #2680eb;
    }
    .heading4 {
        font-size: 14px;
        font-family: Roboto-Medium;
        padding: 10px 20px;
    }
    .top__barrr {
        align-items: center;
        justify-content: space-around;
        border-bottom: 1px solid #e7ebee;
        margin-bottom: 15px;
    }
    .top__barrr>div {
        flex: 1;
        text-align: center;
    }
    .top__barrr h4 {
        margin: 0;
        padding-bottom: 10px;
        border-radius: 0;
    }
    .heading4, .post_project, .post_projects_title {
        font-family: Roboto-Medium;
    }
    .load-count-content {
        border-bottom: 10px solid #f5f5f5;
    }
    .new_sec_icon {
        margin-left: 18px;
    }
    .post_projects_title {
        color: #636363;
        font-size: 14px;
    }
    .post_project {
        background-image: linear-gradient(#156bf5, #489fe2)!important;
        border-radius: 9px!important;
        width: 100%;
        color: #fff;
        height: 60px!important;
        text-align: left;
        font-size: 18px;
        padding: 13px 0 16px 19px;
    }
    .heading4 {
        font-size: 1.2rem;
    }
    .career-tip-h {
        min-height: 0;
    }
    .load-careertips-content .tt__23 {
        font-size: 12px;
    }
}
@media(min-width:1200px) {
    .infobox {
        margin: 0 -79px;
    }
    #signup_dropdown {
        left: -81px;
    }
}
@media(max-width:1200px) {
    .jobs_menu, .jobs_menu1, .post_tab_a {
        padding-right: 10px!important;
    }
}
@media(min-width:1920px) {
    .ui-widget-content {
        border-radius: 4px!important;
        z-index: 999!important;
    }
}
@media screen and (min-width:800px) {
    .ui-widget-content {
        border-radius: 0 0 4px 4px!important;
        z-index: 999!important;
        box-shadow: 0 12px 24px #0000000d;
        margin: 0!important;
    }
}
@media(min-width:768px) and (max-width:1024px) {
    span.rs_list {
        padding: 4px 9px!important;
        font-size: 12px!important;
    }
    .jobs-country-content .jc_list li{
        width: 25%!important;
        margin: 4px 0!important;
    }
    .jobs-popular-content .jc_list li {
        width: 33.33%!important;
        margin: 4px 0!important;
    }
    .mltd {
        margin-left: 30px;
    }
    .img-3 {
        width: 30px;
        padding-top: 25px;
    }
    .text_121, .text_milli_color {
        font-size: 13px!important;
    }
    .link_cursor a, .link_cursor span, .text_regi {
        font-size: 12px;
    }
}
.tt__23+p {
    height: 90px;
}
.near_job_box img {
    width: 115px;
    height: 110px;
}
span.rs_list {
    padding: 4px 9px!important;
    font-size: 12px!important;
}
.companies_mobile {
    display: none;
}
.badge-light {
    color: #3C536F!important;
    border: solid 1px #ebecf0;
    background-color: #fff!important;
    font-size: 14px!important;
    margin: 2px 20px 15px 0;
    letter-spacing: -.14px;
    padding: 9px 21px!important;
    line-height: 17px;
    font-family: 'roboto-light'}
.select2-container--default .select2-selection--single .select2-selection__rendered, li.select2-results__option span.flagcss {
    font-family: Roboto-medium;
    font-size: 14px;
}
.lang_conuntry_dropdown span.language_text, .toggle_box_content li.nav-item a.active, .ui-autocomplete-term {
    font-family: Roboto-Medium!important;
}
#change_country_popup .country_list ul, ul.modal_selection_list {
    list-style: none;
    padding: 0;
}
a {
    text-decoration: none!important;
}
*, span.select2-search [type=search] {
    outline: 0;
}
.btn:focus, button:focus {
    outline: 0!important;
    box-shadow: none!important;
}
.globalskillsearchfreelance:focus::-webkit-input-placeholder {
    color: transparent;
}
.disabledivcontent::after {
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    background: #fff;
    opacity: .4;
    height: 100%}
.keywords-sug:focus::-webkit-input-placeholder {
    color: transparent;
}
span#select2-menu_country_id-container .flag-icon {
    background-size: 26px 17px;
    margin-right: 6px;
}
li.select2-results__option span.flag-icon {
    height: 10px!important;
    width: 15px!important;
    margin-right: 9.86px;
}
li.select2-results__option span.flagcss {
    display: inline-flex;
    align-items: center;
}
.jobtypecountshow {
    color: #091e42!important;
}
.inmob_user.inmob_menu, .irs--round .irs-from:before, .irs--round .irs-single:before, .irs--round .irs-to:before {
    display: none!important;
}
#lang_conuntry {
    position: absolute;
    bottom: 1px;
    background: #fff;
    right: 0;
    top: 32px;
    width: 287px;
    height: 200px;
    border-radius: 4px;
    box-shadow: 0 0 14px #0000000f;
    padding: 15px 10px;
    z-index: 8;
}
.lang_conuntry_dropdown {
    position: relative;
    display: flex;
    align-items: center;
}
.lang_conuntry_dropdown .lang_toggle {
    cursor: pointer;
    color: #444;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-left: 8px;
}
#lang_div_toggle .flag-icon {
    height: 12px!important;
}
li.nav-item .search_icon img {
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.change_country, .near_me_search_block, li.nav-item.search_list {
    display: flex;
    align-items: center;
}
.alpha_tab .tab-active, .alpha_tab .tab.tab-active, .footer_menu_title, .navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}
.country_select_block {
    width: 205px;
    border-right: 1px solid #e7e7e7;
}
a.tab_search_btn {
    background: #156bf5;
    color: #fff;
    width: 79px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    padding: 5px 7px;
    align-items: center;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    line-height: 18px;
}
.toggle_box_content li.nav-item a, span.near_me a {
    align-items: center;
    font-size: 14px;
}
a.tab_search_btn:hover {
    background: #006ec5;
}
span.near_me a {
    color: #156bf5;
    display: inline-flex;
}
span.near_me {
    display: flex;
    margin-right: 13px;
}
span.near_me img {
    margin-right: 5px;
    width: 16.5px;
}
.nav-pills {
    background-color: transparent;
}
.single_select input.select2-search__field {
    outline: 0!important;
    border: none;
    border-radius: 4px;
    height: 63px;
    padding: 0 15px;
    font-size: 14px;
    color: #212529;
}
.banner_tab_block .tab-content, .nav-l, .single_select .select2-search--dropdown {
    padding: 0!important;
}
.single_select .select2-dropdown--above span.select2-results {
    margin-top: 0;
    margin-bottom: 3px!important;
}
.select2-container.single_select .select2-dropdown--above {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 37px;
}
.single_select .select2-dropdown {
    border: none!important;
    box-shadow: none!important;
    padding: 0!important;
}
.single_select .select2-dropdown--below {
    margin-top: -63px!important;
}
.single_select .select2-dropdown--above {
    margin-top: 63px!important;
}
.tab_toggle_options, .tab_toggle_options.open {
    margin: -10px 15px 0;
    left: 0;
    position: absolute;
    right: 0;
}
.tab_toggle_options {
    transform: translateY(10%);
    transition: .1s;
    opacity: 0;
    height: 0;
}
.tab_toggle_options.open {
    display: block;
    box-shadow: 0 12px 15px #0000001a;
    background: #fff;
    padding: 20px 25px;
    border-radius: 0 0 14px 14px;
    z-index: 1;
    transition: .15s ease-out;
    transform: translateY(0);
    opacity: 1;
    height: auto;
}
.irs--round .irs-bar, .irs--round .irs-handle {
    background-color: #007adb!important;
}
.toggle_box_content li.nav-item a {
    color: #42526e;
    text-transform: capitalize;
    font-weight: unset!important;
    line-height: 17px;
    border: 1px solid #d6d6d6;
    border-radius: 50px;
    height: 33px;
    display: flex;
    justify-content: center;
}
.toggle_box_content li.nav-item a img {
    margin-left: 6px;
}
.toggle_box_content li.nav-item a label {
    margin-left: 4px;
    margin-bottom: 0;
}
.toggle_box_content li.nav-item a.active {
    border: 1px solid #d6efff;
    border-radius: 50px!important;
    color: #091e42!important;
    background: #eef4fe!important;
    font-size: 14px;
}
.toggle_box_content li.nav-item {
    margin-right: 15px;
}
.toggle_box_content .tab_title {
    color: #091e42;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: unset;
    font-family: Roboto-Medium;
    margin-bottom: 16px;
    display: block;
}
.toggle_box_content .tab-pane {
    margin-top: 30px;
}
.toggle_options button.btn {
    font-size: 14px;
    color: #42526e!important;
    background-color: #fff!important;
    border: 1px solid #ebecf0;
    border-radius: 50px!important;
    padding: 4px 17px;
    height: 32px;
    margin-right: 15px;
    margin-bottom: 15px;
    font-weight: unset!important;
}
.toggle_options button.btn.active {
    font-family: Roboto-Medium;
    color: #091e42!important;
    background: #f0f9ff!important;
    border-color: #d6efff!important;
    z-index: 0;
}
.btn-group.toggle_options {
    display: inline-block;
}
.alpha_tab .tab, .irs--round .irs-max, .irs--round .irs-min, .mob_section_group span.irs-from, .mob_section_group span.irs-single, .mob_section_group span.irs-to {
    display: none;
}
.Keyword_search input:placeholder-shown {
    background: url(/assets/image/search_icon.webp) 6% center/17px no-repeat;
    padding: 10px 100px 10px 60px !important;
}
#keywords::placeholder, #keywordsfreelancer::placeholder {
    color: #757575;
    font-family: Roboto-Light;
}
.input_search_block, .location_input {
    position: relative;
}
.tab_links .nav-pills a.nav-link {
    border-bottom: 3px solid transparent;
    border-radius: 0;
    cursor: pointer;
    color: #091e42!important;
}
.tab_links .nav-pills a.nav-link.active {
    border-bottom: 3px solid #156bf5!important;
}
.select2-rendered__match, .tab_links .nav-pills a.nav-link.active .nav-link {
    font-family: Roboto-Medium!important;
    color: #091e42!important;
}
.ui-autocomplete-term {
    color: #364765!important;
}
.country_select_block input {
    margin-bottom: 0!important;
    display: block;
    width: 100%;
    height: 64px;
    padding: 10px 25px!important;
    font-size: 14px;
    color: #091e42;
    border: none;
}
.modal_select_2 div#filter_by_title_modal, ul.modal_selection_list {
    height: 75vh;
    overflow: scroll;
}
.alpha_tab .tab-menu ul li a, .budget_slider_range span {
    color: #8993a4;
    font-size: 12px;
}
.irs--round .irs-handle {
    top: 31px!important;
    width: 12px!important;
    height: 12px!important;
    border: 4px solid #007adb!important;
}
.irs--round .irs-from, .irs--round .irs-single, .irs--round .irs-to {
    font-size: 11px!important;
    padding: 10px 12px!important;
    background-color: #001f42!important;
    border-radius: 5px!important;
    color: #fff;
}
.irs-from, .irs-single, .irs-to {
    top: -5px!important;
}
.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
    box-shadow: 0 0 1px 7px #009eff1a!important;
}
.range_input_box {
    margin: 30px 10px 0;
}
.alpha_tab .tab-menu {
    margin-bottom: 24px;
}
.alpha_tab .tab-menu ul {
    margin: 0;
    padding: 0;
    line-height: 14px;
}
.alpha_tab .tab-menu ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 20px;
}
.alpha_tab .tab-menu ul li a {
    letter-spacing: .16px;
}
.alpha_tab .tab-menu ul li a.active-a {
    color: #156bf5;
    font-family: Roboto-Medium;
}
.alpha_tab .tab .btn {
    margin-right: 10px;
    margin-bottom: 10px;
    border-bottom-width: 1px;
}
.alpha_tab .tab .btn:hover {
    color: #42526e!important;
    border-bottom-color: #ebecf0;
}
.alpha_tab .tab h2 {
    color: rgba(0, 0, 0, .7);
}
.alpha_tab .tab p {
    color: rgba(0, 0, 0, .6);
    text-align: justify;
}
.toggle_box_content li.nav-item a:hover {
    background: #f4f5f7;
    color: #42526e;
}
.toggle_options button.btn:hover {
    background: #f4f5f7!important;
    color: #42526e!important;
}
.row.input_row_box {
    box-shadow: 0 12px 24px #0000001a;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 23px;
}
#lang_conuntry span.select2.select2-container.select2-container--open span.select2-selection.select2-selection--single, #mysearch .modal-header, .btn-primary.focus, .btn-primary:focus {
    box-shadow: none!important;
}
.recent_search_result span.rs_title {
    color: #8993a4;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .12px;
}
.recent_search_result span.rs_result a {
    font-size: 12px;
    letter-spacing: .12px;
    color: #42526e;
    font-family: Roboto-Light;
    display: inline-flex;
    align-items: center;
    background: #fff;
    padding: 9px 17px;
    border-radius: 50px;
    border: 1px solid #ebecf0;
    margin: 0 15px 10px 0;
}
.recent_search_result span.rs_result a img {
    width: 16px;
    margin-right: 4.5px;
}
.recent_search_result {
    display: table;
}
.toggle_box_content {
    margin-top: 15px;
}
.container.page_search_block .toggle_box_content {
    margin-top: 35px;
}
.popular_options a, a.rect_search_items span {
    letter-spacing: .12px;
    color: #42526e;
    font-size: 12px;
}
.location_input .near_me_absl img {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 16px;
}
.mob_section_group {
    margin-bottom: 21px;
}
.mob_section_group:last-child {
    padding-bottom: 50px!important;
}
#location_modal .modal-dialog, #location_modal_freelancer .modal-dialog, #select2_skillsmodal .modal-dialog, .mob_section_group .range_input_box {
    margin: 0;
}
.mob_section_group .irs--round .irs-bar, .mob_section_group .irs--round .irs-line {
    top: 20px;
}
.mob_section_group .irs--round .irs-handle {
    top: 12px!important;
    width: 18px!important;
    height: 18px!important;
}
#location_modal, #location_modal_freelancer {
    z-index: 1080;
}
#location_modal .modal-content, #location_modal_freelancer .modal-content {
    height: 100vh;
    border: none;
    border-radius: 0;
}
#location_modal .modal-header, #location_modal_freelancer .modal-header {
    padding-bottom: 0;
    padding-top: 14px;
    border: none;
}
.popular_options a, a.rect_search_items {
    background: #f4f5f7;
    padding: 9px 18px;
    border-radius: 25px;
    display: inline-block;
}
#location_modal .modal-body, #location_modal_freelancer .modal-body {
    padding-top: 7px;
}
.recent_search_block {
    margin-top: 18px;
    margin-bottom: 25px;
}
a.rect_search_items {
    line-height: 5px;
    margin-right: 7px;
    margin-bottom: 10px;
}
.re-search {
    width: 16px;
    height: 16px;
    margin: 0!important;
    object-fit: contain;
}
.popular_options a {
    margin: 0 7px 10px 0;
}
.modal_select_2 {
    background: #fff;
    border-radius: 4px;
}
.search_input_pop input {
    width: 100%;
    min-height: 40px!important;
    border: 1px solid #ced4dd!important;
    border-radius: 4px;
    padding: 4px 12px;
    font-size: 14px;
}
.mobile_dropdown .modal-footer .btn {
    border-radius: 4px!important;
    background: #156bf5;
    color: #fff;
    font-family: Roboto-Medium;
    font-size: 16px;
    font-weight: 500;
}
.search_input_pop {
    margin-bottom: 14px;
}
#select2_skillsmodal label.form-check-label input {
    position: absolute;
    right: 0;
    left: unset;
    width: 16px!important;
    height: 16px!important;
}
#select2_skillsmodal label.form-check-label input:checked+span {
    font-family: Roboto-medium;
}
.select_skills_input .modal_select_2 {
    border: 1px solid #ced4dd!important;
    border-radius: 4px;
    padding: 4px;
}
#select2_skillsmodal .form-check {
    padding-left: 0;
}
#select2_skillsmodal label.form-check-label {
    color: #42526e;
    letter-spacing: .18px;
    display: block;
}
.modal_select_2 div#filter_by_title_modal::-webkit-scrollbar {
    display: none;
}
ul.modal_select2_list {
    list-style: none;
    padding: 0 5px 7px;
    margin: 0;
    position: relative;
}
ul.modal_select2_list li {
    display: inline-block;
    background-color: #f6f9fe!important;
    border: 1.5px solid #156bf580!important;
    color: #156bf5;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    margin-top: 6px!important;
    padding: 4px 9px!important;
    border-radius: 4px;
    margin-right: 5px;
}
ul.modal_select2_list span.select2-selection__choice__remove {
    padding-left: 4px;
}
.mobile_dropdown {
    padding: 0!important;
    background: #fff;
}
.mobile_dropdown .modal-body {
    padding-bottom: 70px;
}
#select2_skillsmodal .modal-header {
    border: none;
    padding-bottom: 0;
}
#select2_skillsmodal .modal-content {
    border-radius: 0;
    border: none;
}
ul.modal_selection_list {
    margin-top: 20px;
    margin-bottom: 0;
}
ul.modal_selection_list li {
    margin-bottom: 18px;
    font-size: 14px;
    color: #42526e;
    line-height: 17px;
    letter-spacing: .18px;
    position: relative;
}
ul.modal_selection_list li.active:after {
    content: '';
    background: url(/assets/image/tick_check.webp) 0 0/100%;
    position: absolute;
    right: 0;
    width: 15px;
    height: 15px;
    top: 1px;
}
ul.modal_selection_list li:after {
    content: '';
    background: url(/assets/image/tick_uncheck.webp) 0 0/100%;
    position: absolute;
    right: 0;
    width: 15px;
    height: 15px;
    top: 1px;
}
ul.modal_selection_list::-webkit-scrollbar {
    display: none;
}
.mobile_dropdown .modal-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border: none;
}
.language_select .lang_title {
    color: #636363;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    margin-bottom: 12px;
}
.lang_raido .form-check label {
    color: #444;
    font-size: 14px;
    line-height: 19px;
}
.lang_raido .form-check [type=radio]:checked, .lang_raido .form-check [type=radio]:not(:checked) {
    position: absolute;
    left: 5px;
}
.lang_raido .form-check [type=radio]:checked+label, .lang_raido .form-check [type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-weight: 500;
}
.lang_raido .form-check [type=radio]:checked+label:before, .lang_raido .form-check [type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #536777;
    border-radius: 100%;
    background: #fff;
}
.lang_raido .form-check [type=radio]:checked+label:after, .lang_raido .form-check [type=radio]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #156bf5;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%}
.lang_raido .form-check [type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.lang_raido .form-check [type=radio]:checked+label {
    color: #001433;
    font-weight: 600;
}
.lang_raido .form-check [type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.lang_raido .form-check:first-child {
    margin-right: 55px;
}
.lang_raido {
    display: flex;
}
.language_select {
    width: 90%;
    margin: 20px auto 0;
}
.apply_langcountry .btn {
    background: #156bf5;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    width: 100%;
    padding: 8px 20px;
}
.apply_langcountry {
    margin-top: 15px;
}
.lang_conuntry_dropdown .lang_toggle img.flag_img {
    margin-right: 11px;
    height: 12px;
}
.lang_conuntry_dropdown .lang_toggle img.down_arrow {
    margin-left: 11px;
    color: #143c69;
}
#lang_conuntry .select2-container--header_country_select .select2-selection--single .select2-selection__rendered {
    color: #001433;
    line-height: 17px!important;
    font-size: 14px;
    font-family: Roboto-Medium;
    padding: 15px 13px!important;
}
#lang_conuntry .select2-container--header_country_select .select2-selection--single {
    border: none!important;
    box-shadow: 0 1px 10px #00000033;
}
.select2-container--header_country_select .select2-results__option[aria-selected=true]:after {
    content: '';
    background: url(../image/jobseeker/green_tick.svg) 0 0/100%;
    position: relative;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin: 0 6px;
    top: 1px;
}
#lang_conuntry .select2-container .select2-selection--single {
    height: 47px!important;
    width: 100%;
    outline: 0!important;
}
.lang_change_mobile .flag_dropdown a.active .lang_text, .select2-results__option.select2-results__option--highlighted {
    color: #001433!important;
}
.select2-container--header_country_select .select2-results__option--highlighted[aria-selected] {
    background-color: #fff!important;
}
.select2-container--header_country_select .select2-results__option[aria-selected=true] {
    background-color: transparent!important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fff!important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent!important;
}
.select2-results__options::-webkit-scrollbar {
    background-color: #fff;
    width: 3px;
}
.select2-results__options::-webkit-scrollbar-track {
    background-color: #fff;
}
.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #dfe0e1;
    border-radius: 50px;
}
.select2-container--header_country_select .select2-results, .select2-container--mobile_country_select .select2-dropdown {
    border: none!important;
}
.lang_conuntry_dropdown .select2-container--header_country_select .select2-selection--single .select2-selection__arrow b:after {
    content: "";
    background-image: url(/assets/image/blueup_arrow.webp);
    position: absolute;
    width: 10px;
    height: 6px;
    top: 8px;
    background-size: 100%!important;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}
.lang_conuntry_dropdown .select2-container--header_country_select.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
    transform: rotate(0deg);
}
.lang_conuntry_dropdown .select2-container--header_country_select .select2-selection--single .select2-selection__arrow b {
    font-family: FontAwesome!important;
    font-size: 15px!important;
    border-color: transparent!important;
    margin-top: 0!important;
}
ul.modal_select2_list.freelance_selected_skill_list li:empty:after, ul.modal_select2_list.freelance_selected_skill_list:empty:after {
    font-family: Roboto-Light;
    content: "Choose Skills";
    color: #757575;
    font-size: 12px;
}
.select2-container--header_country_select.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px;
}
.lang_conuntry_dropdown .select2-container--header_country_select.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(181deg)!important;
    top: 111%!important;
    left: 20px!important;
}
.select2-container--header_country_select .select2-search--dropdown .select2-search__field {
    border: none!important;
    border-bottom: 1px solid #cacaca!important;
    padding: 5px 11px!important;
    font-size: 14px;
    color: #001433;
    font-family: 'roboto-regular';
    font-weight: 600;
}
.select2-container--header_country_select .select2-results>.select2-results__options {
    max-height: 140px!important;
    overflow-y: auto;
}
.select2-results__option {
    padding: 6px;
    color: #001433;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid #f3f3f3;
}
.select2-container--header_country_select.select2-container--open .select2-dropdown {
    width: 268px!important;
    left: 0;
    top: -45px;
}
.select2-container--header_country_select .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 12px;
    right: 1px;
    width: 20px;
}
.select2-container--header_country_select span.select2-search.select2-search--dropdown {
    font-family: FontAwesome;
    font-size: 15px;
    top: 0;
    right: 0;
}
.select2-container--header_country_select span.select2-search.select2-search--dropdown:after {
    content: "\f106";
    position: absolute;
    right: 8px;
    color: #156bf5;
    font-weight: 600;
    top: 10px;
}
span.lang_conuntry_dropdown.mobile_langcont {
    margin-left: 12px;
}
.select2-container.select2-container--mobile_country_select {
    width: 100%!important;
}
.select2-container--mobile_country_select input.select2-search__field {
    border: none;
    border-bottom: 1px solid #ddd;
}
.search_country {
    display: none;
    position: relative;
}
.select2-container--mobile_country_select .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--mobile_country_select .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--mobile_country_select.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px;
}
.select2-container--mobile_country_select .select2-selection--single .select2-selection__rendered {
    font-family: Roboto-medium;
    font-size: 14px;
}
.tex-cen span {
    margin-right: 12px;
}
.footer_last_child {
    padding-right: 0;
}
.footer_addres {
    margin-bottom: 15px!important;
}
.footer_mail {
    margin-bottom: 28px!important;
}
.f__icns {
    flex: 80px;
    text-align: center;
}
.f_subh div:first-child {
    margin: 15px 15px 11px 0;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: .62px;
    color: #156bf5!important;
}
.f_subh div:last-child {
    margin: 6.2px 15px 16.5px 0;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: .49px;
    color: #636363;
}
.change_country span.language_text {
    color: #444;
    font-size: 15px;
    font-weight: 600;
    margin-left: 10px;
    margin-right: 10px;
    line-height: initial;
}
.change_country .change_link {
    font-weight: 600;
    font-size: 12px;
    line-height: 27px;
}
.form-control {
    background: #fafafb!important;
    border-color: #d8dde4!important;
}
.flag_dropdown {
    top: 51px;
    min-width: 100px!important;
}
.sign_up a {
    border-right: 1px solid #acacac;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 12px;
    line-height: 14px;
}
.expo__links div, .expo_btn {
    line-height: 1.5;
    text-align: center;
    font-stretch: normal;
    font-style: normal;
}
.login a:hover, .sign_up a:hover {
    color: #156bf5!important;
    font-size: 14px;
}
.box {
    width: auto;
    height: auto;
}
.header {
    width: auto;
    height: 70px;
    background-color: #fff;
}
.fixedtotop, .fixedtotop_bottom {
    width: 100%;
    position: fixed;
    left: 0;
}
.fixedtotop {
    top: 0;
    z-index: 1035;
}
.fixedtotop_bottom {
    top: 70px!important;
    z-index: 9;
    margin-top: 4px;
}
.d__boxes, .d__boxes.footer {
    width: auto;
    height: auto;
    position: relative;
}
.country_list .select2-container--header_country_select .select2-selection--single .select2-selection__rendered {
    color: #001433;
    line-height: 28px;
    font-weight: 600;
    font-size: 14px;
}
.lang_change_mobile .flag_dropdown a.active .lang_text:after {
    content: '';
    background: url(../image/jobseeker/green_tick.svg) 0 0/100%;
    position: relative;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-left: 9px;
    top: 2px;
}
.flag_dropdown_item {
    padding: .2rem .4rem!important;
}
.iso-img, .lock-img {
    padding-bottom: 22px;
    display: inline-block;
    object-fit: contain;
    margin-right: 7px;
}
.d__boxes.footer {
    background-color: #eef6ff;
}
.d__boxes {
    background-color: #eff7fc;
}
.f-img {
    width: 145px;
    object-fit: contain;
}
.iso-img {
    width: 37px;
}
.lock-img {
    width: 25px;
}
.iso-text {
    color: #091E42;
    letter-spacing: .53px;
    line-height: 20px;
    font-size: 13px;
    display: inline-block;
}
.copy-text {
    font-size: 13px;
    color: #3C536F;
    font-family: Roboto-Medium;
    margin-bottom: 5px;
    /* margin-top: 50px; */
}
.contact_us {
    padding-top: 20px;
}
.jobdetil_apply, .jobdetil_apply a, .jobdetil_apply a:hover, .jobdetil_apply:hover {
    font-weight: 600;
    padding: 10px 30px!important;
}
.footer_menu_sub_title a {
    font-size: 16px;
    color: #3C536F;
    margin-bottom: 6px;
    line-height: 23px;
    display: inline-block;
}
.footer_menu_sub_title {
    margin-bottom: 0;
}
.footer img.f-img {
    margin-top: 20px;
}
.jobdetil_apply {
    border: 1px solid #156bf5;
    border-radius: 23px;
    font-size: 14px;
}
.jobdetil_apply a, .jobdetil_apply a:hover {
    font-size: 14px;
    color: #fff!important;
    background-color: #156bf5;
    text-decoration: none!important;
}
.jobdetil_apply:hover {
    background-color: #156bf5;
    color: #fff;
    font-size: 14px;
    border-radius: 23px;
    text-decoration: none!important;
}
.feedback_question, .form-check-label {
    color: #636363;
    font-size: 14px;
}
.feedback_title {
    font-size: 16px;
    color: #444;
    font-weight: 600;
}
.btn-feedback_send, .feedback_ans, .feedback_rating, .feedback_text {
    font-weight: 600;
    font-size: 14px;
}
.feedback_rating, .feedback_text {
    color: #636363;
}
.feedback_ans {
    color: #636363;
    border-radius: 4px;
    border: 1px solid #c6c6c6;
}
.btn-feedback_send {
    background-color: #156bf5;
    color: #fff;
    border-radius: 100px;
    height: 40px;
    width: 77px;
}
.btn-feedback_send:hover {
    color: #fff;
}
.foot__head_mob {
    padding: 10px 20px;
    background-color: #0068b1;
    align-items: center;
    justify-content: space-between;
    display: flex;
}
.foot__head_mob img.f-img {
    height: 40px;
    width: 75px;
}
.foot__head_mob i {
    color: #fff;
    cursor: pointer;
    font-size: 15px;
}
.srch__body {
    padding: 0 10px;
    margin-left: 15px;
    margin-right: 15px;
}
.srch__input input {
    height: 52px;
    font-size: 12px;
    padding: 15px 14px 17px 16px;
    border-radius: 9px;
    border: 1px solid rgba(104, 104, 104, .35);
    background-color: #fff;
    border-right: 0;
}
.expo__links a, .expo__links div, .expo_btn {
    font-size: 14px;
    font-weight: 600;
}
.srch__input .input-group-text {
    background: #fff;
    border-left: 0;
    border-radius: 9px;
}
#nav1, .btn_jobs:hover {
    background-color: #fff!important;
}
.explore__sec {
    padding: 15px 0;
    background: #fff;
    border-top: 10px solid #f5f5f5;
    margin: 0 -15px;
}
#divLoading.show, .boxes {
    background-repeat: no-repeat;
}
.boxes {
    background-image: url(../image/bg_jobseeker.png);
    background-position: cover;
}
.pd {
    padding-left: 25px!important;
}
.menu-txt, .space {
    padding-left: 10px;
}
.mts {
    margin-top: 10px;
}
.img {
    width: 20%;
    height: 60px;
    object-fit: contain;
}
.menu-txt {
    font-size: 1rem;
    font-weight: 500;
    color: #2f4f4f;
    text-decoration: none;
}
.login_mob, .t {
    font-weight: 400;
}
.space {
    padding-top: 20px;
}
.txt-11 {
    font-size: 14px;
    color: #3e3e3e;
}
.nav-pills .nav-link span {
    color: #636363;
    font-size: 14px;
    font-family: Roboto-Medium;
}
.tab button.active, .tab button:hover {
    color: #2680eb!important;
    border-bottom: 3px solid #2680eb;
}
.nav-pills .nav-link.active span {
    color: #156bf5!important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #fff!important;
    color: #156bf5;
    border-bottom: 3px solid #2680eb;
    border-radius: 0!important;
}
.btn-light {
    font-size: 12px!important;
    color: #808384!important;
    border-radius: 6px;
    margin-left: 10px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
    background-color: #f2f2f2!important;
}
body.fixedbodyscroll  {
    padding-right: 17px;
}
.mltd {
    margin-left: 60px;
}
.career_view_more_mobile {
    display: none;
}
hr.hr-line {
    border: none;
    display: inline-block;
}
.text_2 {
    color: #2680eb;
    font-size: 12px;
    margin-left: 85px;
}
.t {
    color: #808384;
    font-size: 13px;
}
.cmr {
    color: red;
}
.btn_jobs:hover {
    background: #FAFAFA!important;
    border: 1px solid #EBECF0!important;
}
body.addbodyclass {
    overflow-x: hidden!important;
    position: fixed;
    left: 0;
    right: 0;
}
.tab {
    overflow: inherit;
}
.tab button {
    background-color: inherit;
    border: none;
    outline: 0;
    cursor: pointer;
    transition: .3s;
    font-size: 17px;
}
.tab button.active {
    background-color: #ccc;
}
.tab button:hover {
    background-color: #fff;
    text-align: center;
}
.login_list {
    border-top: 1px solid #eaeaea;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wdth {
    padding: 5px 10px!important;
}
.login_mob {
    width: 67px;
    height: 27px;
    padding: 7px 18px 6px;
    border-radius: 2px;
    border: 1px solid #2680eb;
    font-size: 10px;
    font-style: normal;
    line-height: 4.4;
    letter-spacing: .5px;
    color: #2680eb;
}
.pda, .policy {
    font-size: 13px!important;
    color: #156BF5!important;
    font-family: 'Roboto-Medium'}
.logo {
    width: 100px;
    height: auto;
    margin: 12px 0px;
}
#nav1 {
    padding: 0;
}
.jobs_menu {
    padding-right: 25px!important;
}
.jobs_menu1 {
    padding-right: 45px!important;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url(../image/icons/baricon.png)!important;
    width: 13px;
    height: 11px;
}
.navbar-dark .navbar-toggler:focus {
    outline: 0;
    border: none;
}
.flag-img {
    width: 38px;
    height: 17px;
}
.bell-img {
    width: 20px;
}
.mls {
    margin-left: 70px!important;
}
.form-control:focus {
    box-shadow: none!important;
    border: 1px solid #80bdff;
}
.dropdown-lg {
    width: 320px;
}
.slimscroll.noti-scroll {
    height: 250px;
    overflow-y: auto;
}
.navbar-expand-md .navbar-nav {
    padding-left: 0;
    padding-right: 0;
}
.float-l {
    float: right;
}
.float_left {
    float: left;
}
.pda {
    padding-left: 15px;
}
.about_us {
    font-size: 14px!important;
    color: #42526E;
    line-height: 24px;
    margin-top: 15px!important;
}
.contact_us, .footer_menu_title {
    font-size: 16px;
    font-family: Roboto-Medium;
}
.contact_us {
    color: #091E42;
}
.footer_menu_title {
    color: #091E42;
    padding-top: 20px;
}
.footer-icon {
    margin-top: 50px;
}
.link_cursor {
    cursor: pointer;
    color: #636363;
}
.education_info, .field-error, .hidden-filter, .keyskill_display, .loading-hide, .personal_tab {
    display: none;
}
.alert {
    border-radius: 0;
}
.alert .close {
    padding: 0 5px;
    border: none;
    background: none;
    float: right;
    font-size: 15px;
}
.jobdetil_apply {
    background-color: #156bf5!important;
    color: #fff!important;
}
.spin .spinner, .spin1 .spinner {
    position: absolute;
    margin-left: -25px;
    min-height: 35px!important;
}
.spin .margl60, .spin1 .margl60 {
    margin-left: -60px;
}
@keyframes spinner {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.spin .spinner::before, .spin1 .spinner::before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 8%;
    border-radius: 50%;
    border: 2px dashed #fff;
    animation: 1s linear infinite spinner;
}
#divLoading.show {
    display: block;
    position: fixed;
    z-index: 100;
    background-image: url(../../../images/loader.gif);
    background-color: #fff;
    opacity: .8;
    background-position: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}
.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}
.find-jobs-menu {
    box-shadow: 0 2px 6px #3e3e3e29;
    border: 1px solid #dce0f3;
    border-radius: 4px;
    min-width: 225px!important;
}
.find-jobs-menu a {
    letter-spacing: .18px;
    color: #636363;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 7px;
}
.find-jobs-menu a:hover {
    background: #f4f4f4!important;
}
.dropdown-menu.find-jobs-menu li:hover {
    background: #f4f4f4;
}
.select2-container--header_country_select .select2-dropdown {
    border-radius: 0 96px 0 0!important;
}
span.select2-search.select2-search--dropdown:after {
    visibility: hidden;
}
.select2-container--header_country_select span.select2-search.select2-search--dropdown {
    width: 90%}
.freelancer_skills_tab {
    max-height: 89px;
    overflow-y: scroll;
}
.freelance_selected_skill_list {
    min-height: 30px;
}
ul.modal_select2_list.freelance_selected_skill_list:empty:after {
    position: relative;
    top: 6px;
}
ul.modal_select2_list.freelance_selected_skill_list li.placeholder {
    border: none!important;
    background: 0 0!important;
    padding: 0!important;
    margin-top: 8px!important;
}
.freelancer_skills_tab::-webkit-scrollbar {
    background-color: #fff;
    width: 3px;
}
.freelancer_skills_tab::-webkit-scrollbar-track {
    background-color: #fff;
}
.freelancer_skills_tab::-webkit-scrollbar-thumb {
    background-color: #dfe0e1;
    border-radius: 50px;
}
.search_nav.active2 {
    border-bottom: 2px solid #2680eb;
}
.searchcolor {
    background-color: #156bf5;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top: 1rem;
    padding: 12px 15px 11px;
    border-radius: 23px;
    height: 50px;
    border: 0;
    font-size: 15px;
    font-family: 'Roboto-Medium'}
.ui-autocomplete-term {
    font-weight: 500;
}
body .ui-menu .ui-menu-item-wrapper {
    padding: 10px 0 10px 15px !important;
    border-bottom: 1px solid #edf0ff!important;
    color: #42526e;
    font-size: 14px;
    margin-left: 0!important;
    margin-right: 4px!important;
}
.ui-menu-item div:hover {
    color: #42526e!important;
    font-weight: 400!important;
}
.ui-menu.ui-widget.ui-widget-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 300px;
    width: auto;
    border: 1px solid #ced4dd!important;
    border-radius: 4px;
    margin-top: 3px;
    padding-right: 5px;
    z-index: 99999!important;
}
@media only screen and (min-width:1920px) and (max-width:3840px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1370px!important;
    }
}
@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:1.5) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 10px;
    }
    .bell_padding {
        padding-left: 150px;
    }
    .jobs_menu {
        padding-right: 10px!important;
    }
}
@media (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .bottom_nav, .fixedtotop_bottom {
        top: 57px !important;
    }
}
@media screen and (max-width:768px){
    .navbar-nav .megamenu_full_block li.mega_menu_list a{
        font-size: 10px !important;
        line-height: 18px;
    }
}
fieldset, label {
    margin: 0;
    padding: 0;
    border: 0;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
.form-group {
    margin-bottom: 1rem;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.home_locatoin_search_input.ui-autocomplete-input::placeholder{
    color:red!important;
}
.d-inline-flex{
    display: inline-flex;
}

.banner-sub-heading{
    padding-top: 12px;
    color: #ffffff;
}
.upload-resume-section{
    text-align: center;
    padding-top: 35px;
    margin-bottom: 25px;
}
.upload-resume-btn{
    border: 1px solid #156bf5;
    background: #fff;
    margin-right: 10px;
    display: inline-flex;
    border-radius: .25rem;
}
.upload-resume-btn span{
    color: #156bf5;
    font-size: 14px;
    font-family: roboto-medium;
}
.upload-resume-btn a, .upload-video-btn a{
    padding: 8px 30px;
}
.upload-resume-btn span, .upload-video-btn span{
    margin-left: 10px;
}
.upload-video-btn{
    background: #0a66c2;
    color: #fff;
    font-size: 14px;
    font-family: roboto-medium;
    display: inline-flex;
    border-radius: .25rem;
}
.upload-video-btn a{
    color: #fff;
}
.impression-section{
    background: #0a66c2;
    padding: 10px 25px;
    display: table;
    margin: 0 auto;
    border-radius: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.impression-section .impression-title{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1.5px;
}
.impression-section .register-now{
    background: #fff;
    color: #156bf5;
    font-size: 18px;
    display: table;
    margin: 0 auto;
    padding: 0px 15px;
    margin-top: 8px;
    margin-bottom: 10px;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 1.5px;
    cursor: pointer;
}
.impression-section .register-now a{
    color: #156bf5;
}
.home_main_block .ng-box {
    box-sizing: border-box;
    padding: 24px 20px;
    position: relative;
}
.home_main_block .jobs-by-city, .home_main_block .jobs-by-country, .home_main_block .jobs-by-category, .home_main_block .jobs-by-region-country{
    margin-top: 15px;
}
.ng-box{
    border-radius: 6px;
    background-color: #fff;
    margin: 0;
}
.jobs-country-content .jc_list li a.viewmoredesktop{
    position: absolute;
    right: 25px;
    bottom: 20px;
}
.jobs-country-content .jc_list br {
    clear: left;
}
.copyright-pos-abs{
    position: absolute;
    bottom: 0;
}
.footer-links{
    display: inline-flex;
}
.footer-links a {
    margin-bottom: 5px;
    text-decoration: underline !important;
    font-size: 13px;
    color: #3C536F;
    font-family: Roboto-Medium;
}
.footer-links a:not(:last-child):after {
    content: '\2022';
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block;
    text-decoration: none !important;
}
.f-bold{
    font-weight: bold;
}
.jobs-country-content ul li span.job_count_data{
    display: none;
}
.card_content_block a.width-100{
    width: 100%;
}
.card_content.top-60{
    top: 60px;
}
.region-heading{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 13px;
}

.jobs-region-content {
    padding: 15px 0;
    min-height: auto;
}
.jobs-region-content .jc_list {
    list-style: none;
    padding: 0;
    width: 100%;
    margin-bottom: 0;
}
.jobs-region-content .jc_list li {
    margin: 4px 0;
}
.jobs-region-content .jc_list li a {
    color: #156BF5;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .57px;
    font-weight: 500;
}
.custom-row {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
}
.custom-col {
    box-sizing: border-box;
    width: 25%;
    padding: 0 15px;
    margin: 3px 0 !important;
}
.jobs-by-region-country .view_more_jobs .viewmoredesktop{
    position: absolute;
    right: 25px;
    bottom: 20px;
}
.jobs-by-region-country .view_more_jobs .viewmoredesktop span{
    color: #455C80!important;
    font-family: 'Roboto-Medium'!important;
    font-size: 14px;
    letter-spacing: 0px;
}
.footer_jobs_category{margin-bottom: 10px;}
.footer_jobs_category a{
    font-size: 16px;
    color: #3c536f;
    margin-bottom: 6px;
    line-height: 23px;
    display: inline-block;
}
.mt-20{
    margin-top: 20px;
}
.hide-popular-searches{
    display: none;
}
.ng-box.jobs-by-country{
    margin-bottom: 40px;
}
.jobs-by-popular-search .view_more_jobs a.viewmore {
    position: absolute;
    right: 25px;
    bottom: 20px;
}
.jobs-by-popular-search .view_more_jobs a.viewmore span {
    color: #455C80 !important;
    font-family: 'Roboto-Medium' !important;
    font-size: 14px;
    letter-spacing: 0px;
}