/*==========New Layout for Fixed Width SIdebar Starts===========*/

.col-fixed {
    position: relative;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;
    float: left;
    width: 100%;
}

.col-fluid {
    position: relative;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;
    float: left;
    width: 100%;
}


/*===JOBS TABS STARTS===*/

.job-tabs {
    padding: 33px 0 31px 0;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
}

.job-tabs .nav-pills .nav-link {
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    font-weight: bold;
    padding: 12px 30px 13px 33px;
    border-radius: 3px;
    text-align: center;
    color: #000;
}

.job-tabs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: rgb(7 166 197 / 10%);
    border-radius: 3px;
    color: #07a6c5;
}

.job-tabs-wrapper #pills-tabContent .tab-pane {
    padding-bottom: 0;
}

.job-tabs-wrapper {
    padding: 40px 0 130px 0px;
    background-color: #f8f8f8;
}

#pills-tabContent .bi-search::before {
    color: #07a6c5;
}

#pills-tabContent #pills-home .row .themed-grid-col {
    border-radius: 4px;
    background-color: #fff;
    height: 60px;
    margin-top: 36px;
}

#pills-tabContent #pills-home .row .themed-grid-col .form-label,
.edit-personal-detail .form-label {
    opacity: 0.7;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.625rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #000;
    text-transform: uppercase;
    padding-left: 13px;
}

.p-relative {
    position: relative;
}

.job-type-search .p-absolute {
    position: absolute;
    /* left: 60px; */
    top: -18px;
}

.job-location .p-absolute {
    position: absolute;
    left: 0px;
    top: -18px;
}

.job-category .p-absolute {
    position: absolute;
    left: 0px;
    top: -18px;
}

.job-industry .p-absolute {
    position: absolute;
    left: 0px;
    top: -18px;
}

.job-salary-range .p-absolute {
    position: absolute;
    left: 0px;
    top: -18px;
}

#pills-tabContent #pills-home .row .themed-grid-col .input-group {
    margin-top: 5px;
    height: 40px;
}

#pills-tabContent #pills-home .row .themed-grid-col .input-group input,
#pills-tabContent #pills-home .row .themed-grid-col .form-select {
    border: none;
    font-family: 'WorkSans', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: -0.35px;
    color: #000;
}

#pills-tabContent #pills-home .row .job-type-search input,
#pills-tabContent #pills-home .row .job-category .form-select,
#pills-tabContent #pills-home .row .job-industry .form-select {
    opacity: 0.4;
}

#pills-tabContent #pills-home .row .job-location .form-select,
#pills-tabContent #pills-home .row .job-salary-range .input-group .salary-range {
    font-weight: bold;
    z-index: 0;
}

#pills-tabContent #pills-home .row .themed-grid-col .form-select {
    margin-top: 24px;
    height: 60px;
}

#pills-tabContent #pills-home .row .themed-grid-col.find-job {
    padding: 0;
}

#pills-tabContent #pills-home .row .find-job .searchBtn {
    border: none;
    height: 60px;
    background-color: #07a6c5;
    width: 100%;
    z-index: 1;
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    color: #fff;
    background-color: #07a6c5;
    border-color: #07a6c5;
    box-shadow: none;
}

#pills-tabContent #pills-home .row .themed-grid-col.job-salary-range .input-group {
    margin-top: 24px;
    height: 60px;
}

#pills-tabContent #pills-home .row .themed-grid-col input.form-control {
    margin-top: 24px;
    height: 60px;
}

.border-right {
    border-right: solid 1px #e9e9e9;
}


/*===JOBS TABS Ends===*/


/*===JOBS LEFT SIDEBAR STARTS===*/

.job-body .container {
    padding: 24px 0 0 0;
}

.avail-job-search {
    border-radius: 5px;
    background-color: rgb(7 166 197 / 10%);
    padding: 22px 27px 19px 27px;
    margin-bottom: 33px;
}

.avail-job-search h6 {
    margin: 0 0px 11px 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.13;
    letter-spacing: -0.23px;
    color: #000;
}

.avail-job-search p {
    margin: 0px 0 9px;
    opacity: 0.8;
    font-family: 'Work Sans', sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: -0.35px;
    color: #000;
}

.avail-job-search .job-keyword {
    border: none;
    margin-bottom: 13px;
}

.avail-job-search .jobAlert {
    background-color: #07a6c5;
    border: none;
}


/*===JOBS LEFT SIDEBAR Ends===*/


/*===JOBS RIGHT BODY STARTS===*/

.jobs-top-headings {
    background-color: #f0f3f6;
    padding: 0 27px;
    background-image: url(../img/job-ucn-jobs-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    height: 107px;
    margin-bottom: 44px;
}

.jobs-top-headings .col-sm-6.text-end {
    justify-content: right;
}

.jobs-top-headings .col-sm-6 {
    align-items: center;
    display: flex;
}

.jobs-top-headings h6.partnership {
    margin: 0 30px 4px 12px;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    color: #0a2537;
}

.total-jobs h3 {
    margin: 0 0 27px 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 1.563rem;
    font-weight: 600;
    letter-spacing: -0.3px;
    color: #000;
    float: left;
}

.total-jobs .post-sorting {
    float: right;
    font-family: 'Work Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: -0.14px;
    color: #000;
}

.total-jobs .post-sorting b {
    font-weight: normal;
}

.total-jobs .post-sorting .form-select {
    width: auto;
    display: inline-block;
    font-family: 'Work Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: -0.14px;
    color: #000;
    border: none;
    background-color: #f8f8f8;
}

.total-jobs span label {
    float: left;
}

.job-list {
    padding: 16px 16px 29px;
    margin-bottom: 24px;
    border-radius: 5px;
    background-color: #fff;
}

.job-list .logo {
    /* width: 50px;
    height: 50px;
    padding: 10px 9px 19px 10px; */
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 4.9px;
    border: 1px solid rgb(11 61 96 / 40%);
    /* background-color: #0b3d60;
    float: left; */
    justify-content: center;
}
.job-list .logo img {
    object-fit: contain;
    max-height: 136px;
    text-align: center;
    align-items: center;
    padding: 6px;
}
.job-list .logo.ucn-logo {
    background-color: #0b3d60;
}
.date-prod {
    display: inline-flex;
    /* float: right; */
    margin-top: 8px;
}

.date-prod span {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: -0.17px;
    text-align: center;
    color: #0c2b41;
    padding: 2px 10px 3px 8px;
    border-radius: 1px;
}

.date-prod .date {
    border-radius: 1px;
    background-color: rgb(12 43 65 / 10%);
    margin-right: 8px;
}

.date-prod .prod {
    background-color: rgb(7 166 197 / 10%);
    color: rgb(7 166 197 / 70%);
}

.job-list h4 {
    font-family: 'Work Sans', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.13;
    letter-spacing: -0.23px;
    color: #000;
    display: block;
    clear: both;
    padding: 18px 0 11px 0;
    margin: 0;
}

.job-list p {
    font-family: 'Work Sans', sans-serif;
    font-size: 0.875rem;
    line-height: 1.43;
    letter-spacing: -0.35px;
    color: #000;
}

.job-list ul {
    padding: 0;
    margin: 0 0 20px 0;
    display: block;
    overflow: hidden;
}

.job-list ul li {
    list-style: none;
    float: left;
    font-family: 'Work Sans', sans-serif;
    font-size: 0.625rem;
    letter-spacing: -0.17px;
    color: #0c2b41;
    padding: 4px 6px 5px 6px;
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 1px;
    background-color: rgb(12 43 65 / 10%);
}

.job-list ul li:last-child {
    margin-right: 0;
}

.job-list ul li img {
    padding: 2px 3px 0 0;
    float: left;
}

.job-list .btn {
    width: 100%;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
}

.job-apply {
    padding: 11px 0px;
    border-radius: 4px;
    background-color: #07a6c5;
    border-color: #07a6c5;
    color: #fff;
}

.job-apply:hover {
    background-color: #091B28;
    border-color: #091B28;
}

.find-job {
    padding: 11px 0px;
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px #07a6c5;
    color: #07a6c5;
}

.find-job:hover {
    background-color: #07a6c5;
    border-color: #07a6c5;
    color: #fff;
}


/*===JOBS RIGHT BODY Ends===*/


/*===JOBS REVIEW PAGE STARTS===*/

.hire-disc {
    font-family: 'Work Sans', sans-serif;
    padding: 28px 59px 24px 48px;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 52px;
}

.hire-disc .look-hire {
    padding-top: 20px;
}

.hire-disc h3 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.16;
    letter-spacing: -0.4px;
    color: #000;
    margin-bottom: 5px;
}

.hire-disc h4 {
    font-size: 1.563rem;
    line-height: 1.24;
    letter-spacing: -0.2px;
    color: #000;
    margin-bottom: 0;
}

.hire-disc h5 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.25px;
    text-align: center;
    color: #000;
    margin: 0 0 19px;
}

.hire-disc .email-us:hover {
    background-color: rgb(12 43 65 / 10%);
    border-color: rgb(12 43 65 / 10%);
    color: #0c2b41;
}

#job-details {
    padding: 0;
    margin: 0;
}

#job-details h6 {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.78;
    letter-spacing: -0.11px;
    color: #000;
}

#job-details li {
    list-style: none;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: -0.1px;
    color: #000000;
}

#job-details li .bi-check-circle-fill {
    color: #07a6c5;
    padding-right: 16px;
}

.email-us {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 14px 0 14px 0;
    border: none;
    border-radius: 3px;
    background-color: #07a6c5;
    width: 185px;
}

.hire-disc a {
    margin-top: 10px;
    display: block;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: bold;
    text-align: center;
    color: #07a6c5;
}


/*Form Wizard*/

.process-steps {
    padding: 0;
}

.progress {
    background-color: #f6f6f6;
}

.bs-wizard {
    /* border-bottom: solid 1px #e0e0e0; */
    margin: 60px 0 80px 0;
}

#wp-job_description-wrap .wp-editor-container {
    border: 1.5px solid #ced4da;
}

#job_step .ucn-add-job-submit-btns {
    margin: 15px 0 30px 0;
}
.preview-box .ucn-add-job-submit-btns .col-sm-6 {
    justify-content: center;
    display: inline-flex;
}
#hnsjb-add-job-steps li {
    list-style: none;
}

.bs-wizard>.bs-wizard-step {
    padding: 0;
    position: relative;
}

.bs-wizard>.bs-wizard-step.complete .bs-wizard-stepnum,
.bs-wizard>.bs-wizard-step.disabled .bs-wizard-stepnum {
    font-family: 'Work Sans', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.2px;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
}

.bs-wizard>.bs-wizard-step.disabled .bs-wizard-stepnum {
    color: rgb(0 0 0 / 50%);
}

.bs-wizard>.bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 0.875rem;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
    position: absolute;
    /*width: 30px; height: 30px;*/
    display: block;
    /*background: rgb(7 166 197 / 20%);*/
    top: 47px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
    content: ' ';
    width: 13px;
    height: 13px;
    background: #07a6c5;
    border-radius: 50px;
    position: absolute;
    top: 12px;
    left: 8px;
}

.bs-wizard>.bs-wizard-step>.progress {
    position: relative;
    border-radius: 0px;
    height: 3px;
    box-shadow: none;
    padding: 15px 0;
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
    width: 100%;
    height: 3px;
    box-shadow: none;
    background: #07a6c5;
}

.bs-wizard>.bs-wizard-step.disabled>.progress>.progress-bar {
    background-color: #d8d8d8;
}

.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
    width: 100%;
}

.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
    width: 50%;
}

.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
    width: 0%;
}

.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
    width: 100%;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
    background-color: #f5f5f5;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
    /*background-color: #d8d8d8;*/
}

.bs-wizard>.bs-wizard-step:first-child>.progress {
    /*left: 50%;*/
    width: 100%;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}

.bs-wizard>.bs-wizard-step:last-child>.progress {
    /*width: 50%;*/
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}

.bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}

.bs-wizard>.bs-wizard-step:first-child>.progress .progress-bar {
    margin-left: 20px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.bs-wizard>.bs-wizard-step:last-child>.progress .progress-bar {
    margin-right: 20px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


/*END Form Wizard*/


/*JOBS REVIEW BODY START*/

.job-review-body .heading {
    margin-bottom: 18px;
    margin-top: 17px;
    padding: 25px 0 24px 0;
    border-radius: 2px;
    background-color: #f6f6f6;
    text-align: center;
}

.job-review-body .edit-listing-opt {
    padding-top: 18px;
}

.job-review-body h3,
.job-post-edit h3,
.job-post-confirm h3 {
    font-family: 'WorkSans', sans-serif;
    font-size: 1.438rem;
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: -0.46px;
    color: #000;
    margin-bottom: 0;
}

.edit-personal-detail .form-label {
    padding-left: 0;
    margin-bottom: 0;
}

input.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000;
    opacity: 1;
    /* Firefox */
}

input.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000;
}

input.form-control ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000000;
}

.edit-personal-detail input.form-control,
.edit-personal-detail .form-select {
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding-left: 0;
    font-family: 'Rubik', sans-serif;
    color: #000000;
    font-size: 1rem;
    margin-bottom: 17px;
}

.edit-personal-detail h6 {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.625rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: rgb(12 43 65 / 60%);
    margin: 31px 0 10px 0;
}

.edit-personal-detail p,
.edit-listing-opt p {
    font-family: 'WorkSans', sans-serif;
    font-size: 1rem;
    line-height: 1.69;
    color: #000;
}

.job-review-body h4 {
    font-family: 'WorkSans', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.38px;
    color: rgb(0 0 0 / 80%);
}

.edit-listing-opt .row {
    margin-top: 43px;
}

.edit-listing-opt ul {
    padding: 0;
    margin: 0;
}

.edit-listing-opt ul li {
    list-style: none;
    font-size: 0.75rem;
    padding-bottom: 12px;
    font-weight: 500;
}

.form-check-input:checked[type=checkbox],
.form-check-input:checked {
    background-color: #07a6c5;
    border-color: #07a6c5;
}

.job-review-body .job-list {
    margin-top: 26px;
    margin-bottom: 68px;
    border-radius: 8.5px;
    border: solid 0.9px #d8d8d8;
    padding: 26px 19px 31px 24px;
}

.job-review-body .job-list .logo {
    width: 86px;
    height: 86px;
    padding: 30px 12px 24px 12px;
    object-fit: contain;
}

.job-review-body .job-list .date-prod span {
    font-size: 1rem;
    letter-spacing: -0.27px;
    padding: 5px 19px 5px 18px;
}

.job-review-body .job-list p {
    font-size: 1rem;
    font-size: 1rem;
    line-height: 1.56;
    letter-spacing: -0.2px;
    color: rgb(0 0 0 / 80%);
}

.job-review-body .job-list ul li {
    font-size: 1.063;
    letter-spacing: -0.28px;
    color: #0c2b41;
    margin-right: 16px;
    padding: 8px 16px 10px 14px;
}

.job-review-body .job-list ul li img {
    height: 15px;
    margin: 4px 2px 0 0;
}

.job-review-body .job-list .job-apply,
.job-review-body .job-list .find-job {
    padding: 21px 0;
    font-size: 1.25rem;
    font-weight: bold;
}

.job-review-body .confirm {
    margin: 0 auto;
    display: flex;
    padding: 17px 57px 17px 58px;
    border-radius: 4px;
    background-color: #07a6c5;
    border: none;
}

.job-review-body .confirm:hover {
    background-color: #091B28;
    border-color: #091B28;
}


/*JOBS REVIEW BODY START END*/


/*===JOBS REVIEW PAGE Ends===*/


/*===JOBS POST EDIT Ends===*/
.ucnjb-job-listing-price#mc_embed_signup .ucn-add-job-submit-btns .ucn-submit-button {
    width: auto;
}
#jobpostpayment-container .ucn-coupon-label .ucn-submit-button,
#jobpostpayment-container #eu_vat_number_form #apply-button {
    padding: 0.5rem 3rem;
}
#jobpostpayment-container .back.ucn-submit-button  {
    padding: 17px 0;
}
#jobpostpayment-container #coupon_form .ucn-submit-button,
#jobpostpayment-container #eu_vat_number_form  .ucn-submit-button,
#card-info .ucn-add-job-submit-btns .ucn-submit-button,
.confirmation .published-post-job-link {
    background-color: #07a6c5;
    border-color: #07a6c5;
    border-radius: 4px;
}
.confirmation .published-post-job-link:hover {
    color: #FFFFFF;
}
#jobpostpayment-container #eu_vat_number_form {
    margin-top: 15px;
}
#jobpostpayment-container #eu_vat_number_form #apply-button {
    height: 34px;
}
#jobpostpayment-container .fill-personal-detail.section-card .container-fluid,
#jobpostpayment-container .fill-personal-detail.section-card .container {
    padding: 0;
}
#coupon_form label, #eu_vat_number_form label {
    display: block;
}
#coupon_form .ucn-coupon-label #coupon, #eu_vat_number_form .eu-vat-label #eu_vat_number {
    width: 58%;
}
#coupon_form .ucn-coupon-label #apply-coupon, #eu_vat_number_form .eu-vat-label #apply-button {
    width: 40%;
}
.hnsjb-add-job-pay-success .confirmation.text-center {
    text-align: left !important;
    max-width: 768px;
    margin: 0 auto;
}
.hnsjb-add-job-pay-success .transaction-summery {
    padding: 17px 34px 36px 23px;
    border-radius: 10px;
    border: solid 2px #07a6c5;
    margin: 1rem 0;
}
.job-post-edit .edit-personal-detail .form-label,
.job-post-confirm .fill-personal-detail .form-label {
    font-family: 'DM Sans', sans-serif;
    margin-bottom: 8px;
    font-size: 0.75rem;
    text-transform: none;
    color: #3d3d3e;
}

.job-post-edit .edit-personal-detail input.form-control,
.job-post-edit .edit-personal-detail .form-select,
.job-post-confirm .fill-personal-detail input.form-control,
.job-post-confirm .fill-personal-detail .form-select {
    padding: 12px 17px 12px 17px;
    border-radius: 4px;
    border: 1px solid #d8d8d8;
    margin-bottom: 36px;
}
.job-post-confirm .fill-personal-detail input.form-control#jobpost_pay_cardholder_name {
    height: 2.25rem;
}
.job-post-edit .edit-personal-detail textarea.form-control {
    margin-bottom: 36px;
}

.job-post-edit .heading,
.job-post-confirm .heading {
    margin-bottom: 35px;
    padding: 25px 0 24px 32px;
    border-radius: 2px;
    background-color: #f6f6f6;
}

.job-post-edit .heading .bi {
    float: left;
    padding-right: 24px;
}

.job-post-edit .heading .bi-check-circle-fill::before,
.job-post-edit .heading .bi-check-circle::before {
    font-size: 1.813rem;
    color: #07a6c5;
}

.job-post-edit .edit-personal-detail .error,
.job-post-edit .edit-personal-detail .hints {
    font-family: 'WorkSans', sans-serif;
    font-size: 0.75rem;
    line-height: 1.42;
    letter-spacing: -0.2px;
    color: #fa4b32;
}

.job-post-edit .edit-personal-detail .hints {
    color: black;
}

.job-post-edit .edit-personal-detail .error .bi {
    padding-right: 6px;
}


/*===JOBS POST EDIT Ends===*/


/*===JOBS POST CONFIRM STARTS===*/


/*===TOGGLE SWITCH START====*/

.applicant-choice {
    background: #ececec;
    display: inline-flex;
    border-radius: 17px;
    margin-left: 40px;
}

.applicant-choice div {
    border-radius: 17px;
    margin: 3px;
}

.applicant-choice .btn {
    background: #ececec;
    text-align: center;
    border-radius: 17px;
    border-color: transparent;
    border: none;
    font-family: 'DM Sans', sans-serif;
    font-weight: bold;
    font-size: 0.813rem;
    color: #3d3d3e;
    cursor: pointer;
    transition: none;
    box-shadow: none;
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary {
    background-color: #fff;
    color: #3d3d3e;
}


/*===TOGGLE SWITCH ENDS====*/

.job-post-edit-maps {
    font-family: 'Work Sans', sans-serif;
    background-image: linear-gradient(to bottom, #f8f8f8, rgba(248, 248, 248, 0));
}

.job-post-edit-maps h2 {
    font-size: 3.25rem;
    font-weight: 600;
    letter-spacing: -1px;
    text-align: center;
    color: #000;
    padding: 95px 0 21px 0;
}

.job-post-edit-maps h3 {
    margin: 0 0 20px;
    font-size: 2rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.16;
    letter-spacing: -0.4px;
    color: #000;
}

.job-post-edit-maps .independent-metrics {
    font-size: 1rem;
    font-weight: 500;
    padding: 13px 16px 13px 17px;
    border-radius: 3px;
    background-color: #fff;
    line-height: 1.5;
    letter-spacing: -0.2px;
    color: #000;
    margin-bottom: 63px;
}

.job-post-edit-maps .independent-metrics span {
    color: #07a6c5;
}

.job-post-edit-maps .Our-audience {
    margin: 20px 0 22px;
    font-size: 1.125rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: normal;
    color: #000;
}

.job-post-edit-maps.mission {
    background-color: #fff;
    padding-top: 141px;
}

.job-post-edit-maps.mission ul {
    margin: 6px 0 0 0;
    padding: 0;
    list-style: none;
}

.job-post-edit-maps.mission li {
    font-size: 1.125rem;
    line-height: 2.06;
    letter-spacing: normal;
    color: #000;
}

.job-post-edit-maps.mission li i {
    font-size: 0.813;
    margin-right: 16px;
}

.job-post-edit-maps.mission li.red i {
    color: #ff433d;
}

.job-post-edit-maps.mission li.orange i {
    color: #ff8a27;
}

.job-post-edit-maps.mission li.sky i {
    color: #07a6c5;
}

.job-post-edit-maps.mission li.green i {
    color: #52d09e;
}

.job-post-edit-maps.mission li.blue i {
    color: #568ede;
}

.job-post-edit-maps.mission li.yellow i {
    color: #f9d408;
}

.job-post-edit-maps.mission li.purple i {
    color: #5456d5;
}


/*===JOBS POST CONFIRM Ends===*/


/*===JOBS POST CONFIRM Ends===*/

.job-post-confirm {
    font-family: 'Work Sans', sans-serif;
}

.job-post-confirm .fill-personal-detail h4 {
    margin: 0 15px 21px 0;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: -0.6px;
    color: #000;
}

.job-post-confirm .fill-personal-detail .email-address label {
    color: #fa4b32;
}

.job-post-confirm .fill-personal-detail .email-address input {
    border-color: #fa4b32;
    margin-bottom: 0;
}

.job-post-confirm .fill-personal-detail .email-address i {
    float: right;
    margin-top: -66px;
    margin-right: 15px;
    color: #ff0000;
}

.job-post-confirm .fill-personal-detail input.form-control,
.job-post-confirm .fill-personal-detail .StripeElement .InputElement {
    margin-bottom: 28px;
}

.job-post-confirm .fill-personal-detail .email-address input.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ff0000;
    opacity: 1;
    /* Firefox */
}

.job-post-confirm .fill-personal-detail .email-address input.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ff0000;
}

.job-post-confirm .fill-personal-detail .email-address input.form-control ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ff0000;
}

.job-post-confirm .fill-personal-detail .user-policy {
    font-size: 0.75rem;
    margin: 0px 0px 89px 0px;
}

.job-post-confirm .fill-personal-detail .user-policy a {
    color: #07a6c5;
}

.job-post-confirm .fill-personal-detail .card-details .cards {
    padding: 4px 15px 4px 15px;
    border-radius: 4px;
    border: solid 1.4px #d8d8d8;
    line-height: 56px;
}

.job-post-confirm .fill-personal-detail .card-details .may-cancel {
    margin: 18px 5px 20px 8px;
    font-size: 0.875rem;
    letter-spacing: -0.2px;
    text-align: center;
    color: #000;
}

.job-post-confirm .fill-personal-detail .card-details .card-number input,
.job-post-confirm .fill-personal-detail .card-details .card-cvv input {
    margin-bottom: 9px;
}

.job-post-confirm .fill-personal-detail .card-details .card-number a {
    float: right;
    margin-top: -52px;
    margin-right: 9px;
}

.job-post-confirm .fill-personal-detail .card-details .card-number {
    margin-bottom: 29px;
}

.job-post-confirm .fill-personal-detail .card-details .card-number .cancel-trans {
    font-size: 0.75rem;
    letter-spacing: -0.2px;
    color: #000;
}

.job-post-confirm .fill-personal-detail .card-details .card-cvv a {
    float: right;
    margin-top: -50px;
    margin-right: 9px;
}


/*----ON OFF SWItch STARTS----*/

.onoffswitch {
    position: relative;
    width: 43px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    float: left;
    margin-top: 5px;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid rgba(12, 43, 65, 0.3);
    border-radius: 9px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 18px;
    padding: 0;
    line-height: 18px;
    font-size: 0.625rem;
    color: white;
    font-family: 'DM Sans', sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "ON";
    padding-left: 5px;
    background-color: #2FCCFF;
    color: #FFFFFF;
    font-weight: bold;
}

.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 4px;
    background-color: #FFFFFF;
    color: #0c2b41;
    font-weight: bold;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 12px;
    margin: 4px 3px 2px 3px;
    height: 12px;
    background: #0c2b41;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
}


/*----ON OFF SWItch STARTS----*/


/*----JOB RENEW STARTS----*/

.job-renew {
    max-width: 533px;
    margin: 0 auto;
}

.job-renew .plan-payment {
    margin: 0 0 38px 1px;
    padding: 17px 34px 36px 23px;
    border-radius: 10px;
    border: solid 2px #07a6c5;
}

.job-renew .plan-payment .bi {
    color: #07a6c5;
    font-size: 1.5rem;
}

.job-post-confirm .plan-payment h3,
.job-post-confirm .plan-payment .amount {
    font-size: 1.313rem;
    font-weight: bold;
}

.choose-opt {
    font-size: 1rem;
    line-height: 1.44;
    letter-spacing: -0.18px;
    color: #000;
    margin: 0 0px 0 55px;
}

.auto-renew {
    font-family: 'WorkSans', sans-serif;
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: -0.3px;
    color: #000;
    padding: 21px 34px 20px 23px;
    margin: 0 0 16px 0;
    border-radius: 2px;
    border: solid 1px #000;
    background-color: rgba(216, 177, 22, 0.3);
}

.auto-renew h6 {
    font-size: 0.875rem;
    margin-bottom: 20px;
    font-weight: bold;
}

.auto-renew p {
    font-size: 0.875rem;
    margin-bottom: 0;
    line-height: 1.5;
    letter-spacing: -0.3px;
}

.auto-renewp span {
    font-weight: bold;
    display: inline-block;
    font-weight: bold;
}

.agreement p {
    margin: 16px 33px 35px 34px;
    font-family: 'WorkSans', sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: -0.3px;
    color: rgb(0 0 0 / 60%);
}

.agreement .job-pay-btn {
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    margin: 0px 0 12px;
    padding: 17px 0;
    border-radius: 4px;
    width: 100%;
    background-color: #07a6c5;
    border: none;
    color: #FFFFFF;
}

.agreement .job-pay-btn:hover {
    background-color: rgb(12 43 65 / 10%);
    color: #0c2b41
}

.agreement .back-btn {
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    margin: 12px 0 24px;
    padding: 17px 0;
    border-radius: 4px;
    width: 100%;
    background-color: rgb(12 43 65 / 10%);
    border: none;
    color: #0c2b41;
}

.agreement .back-btn:hover {
    background-color: #07a6c5;
    color: #fff;
}


/*----JOB RNEW ENDS----*/


/*===JOBS POST CONFIRM ENDS===*/


/*===JOBS LISTING STARTS===*/

#pills-job-listing h2,
#pills-job-alert h2 {
    font-family: 'WorkSans', sans-serif;
    font-size: 2.813rem;
    font-weight: bold;
    line-height: 1.07;
    letter-spacing: -0.4px;
    text-align: center;
    color: #000;
}

#pills-job-listing p,
#pills-job-alert p {
    font-family: 'Rubik', sans-serif;
    font-size: 1.25rem;
    font-weight: 300;
    margin: 12px 0 0;
    line-height: 1.5;
    text-align: center;
    color: #000;
}

#pills-job-listing .table,
#pills-job-alert .table {
    margin-top: 62px;
}

#pills-job-listing .table .thead-dark,
#pills-job-alert .table .thead-dark {
    padding: 21px 72px 20px 24px;
    border-radius: 3px;
    background-color: #0b3d60;
}

#pills-job-listing .table .thead-dark th,
#pills-job-alert .table .thead-dark th {
    font-family: 'WorkSans', sans-serif;
    color: #fff;
    font-size: 1rem;
    padding: 20px 23px;
}

#pills-job-listing .table td,
#pills-job-alert .table td {
    font-family: 'WorkSans', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.29;
    letter-spacing: -0.2px;
    padding: 12px 23px;
    font-weight: bold;
    color: #000;
}

#pills-job-listing .table td img,
#pills-job-alert .table td img {
    padding-right: 5px;
    margin-top: -2px;
}

#pills-job-listing .table td span,
#pills-job-alert .table td span {
    font-size: 0.75rem;
    line-height: 1.75;
    letter-spacing: normal;
    display: block;
    color: rgb(0 0 0 / 70%);
}

#pills-job-listing .table td i,
#pills-job-alert .table td i {
    font-size: 0.688rem;
    padding-right: 5px;
}

#pills-job-alert .table td.ed a {
    color: #000;
}

#pills-job-listing .table td.ed span,
#pills-job-alert .table td.ed span {
    padding-left: 17px;
}

#pills-job-listing .table td.ed:hover:before {
    content: "Renew this job";
    position: absolute;
    background: #fff;
    width: auto;
    padding: 11px 24px 10px;
    border-radius: 4px;
    border: solid 1px #07a6c5;
    cursor: pointer;
    color: #07a6c5;
}

#pills-job-alert .table td.ed:hover:before {
    content: "Apply";
    position: absolute;
    background: #fff;
    width: auto;
    padding: 11px 56px 10px;
    border-radius: 4px;
    border: solid 1px #07a6c5;
    cursor: pointer;
    color: #07a6c5;
}


/*===JOBS LISTING ENDS===*/

.add-job-login-page {
    min-height: 75vh;
    margin: 4.25rem auto;
}

.add-job-login-page h1 {
    font-family: 'WorkSans', sans-serif;
    margin: 2rem 0 0.789em;
    text-align: center;
    padding-bottom: 0.53em;
}

.add-job-login-page .wrapper {
    margin: auto;
    box-sizing: border-box;
    width: 100%;
    max-width: 900px;
    background: white;
    border: solid 1px #e2e1e1;
    padding: 0;
    border-radius: 5px;
}

.add-job-login-page .ucn-paywall>div:not(.pwl-header) {
    padding: 1.5em;
}

.add-job-login-page .ucn-paywall .pwl-header {
    padding: 0.725em 0;
    background: #091B28;
    text-align: center;
}

.add-job-login-page .ucn-paywall .pwl-header div {
    background: url(../img/job-paywall-logo.svg) no-repeat;
    height: 3.2em;
    width: 3.9em;
    margin: 0 auto;
}

.add-job-login-page .ucn-paywall .pwl-tagline * {
    margin: 0;
    -ms-flex: 1 100%;
    flex: 1 100%;
    text-align: center;
}

.add-job-login-page .ucn-paywall .pwl-tagline h3 {
    font-family: 'WorkSans', sans-serif;
    font-size: 1.5em;
    line-height: 1.75em;
    font-weight: bold;
    color: #3D3D3E;
}

.add-job-login-page .ucn-paywall .pwl-tagline p {
    opacity: .8;
    font-size: 0.938rem;
}

.add-job-login-page .ucn-paywall .pwl-login .ucn-login {
    padding: 0 !important;
}


/*===JOBS LOGIN Starts===*/


/*===JOBS LOGIN ENDS===*/


/* Media Query for small device  */


/*=========Responsive Media Query===========*/


/* Media Query for Mobile Devices */

@media (max-width: 480px) {
    #main .job-tabs-wrapper .container,
    #main .job-tabs-wrapper .container .tab-pane {
        padding: 0 12px;
    }
    .job-tabs {
        padding: 17px 0 16px 0;
    }
    .job-tabs #pills-tab {
        flex-flow: wrap;
        padding: 0 12px;
        justify-content: inherit !important;
    }
    .job-tabs .nav-pills .nav-link {
        padding: 12px 12px 13px 12px;
        font-size: 0.75rem;
    }
    .job-list .row>.col-sm-12 {
        margin-bottom: 16px;
    }
    #pills-tabContent #pills-home .row .job-salary-range .input-group .searchBtn {
        width: auto;
        right: 0;
    }
    #pills-tabContent #pills-home .row .themed-grid-col {
        padding: 0;
    }
    #pills-tabContent #pills-home .row .themed-grid-col .form-label {
        padding-left: 0px;
    }
    #pills-tabContent #pills-home .row .themed-grid-col .form-select,
    #pills-tabContent #pills-home .row .job-type-search .input-group .btn,
    #pills-tabContent #pills-home .row .job-salary-range .input-group .salary-range {
        padding-left: 12px !important;
    }
    #pills-tabContent #pills-home .row .themed-grid-col.find-job {
        margin-bottom: 30px !important;
    }
    .avail-job-search .job-keyword {
        width: 60% !important;
    }
    .avail-job-search .jobAlert {
        width: 40% !important;
    }
    .total-jobs h3 {
        font-size: 1.125rem;
    }
    .total-jobs .post-sorting .form-select {
        padding-top: 0;
    }
    .job-list {
        padding: 10px 10px 11px 10px;
    }
    .job-list ul li {
        padding: 4px 8px 5px 8px;
        margin-right: 6px;
    }
    .job-list h4 {
        padding: 11px 0 4px 0;
    }
    .job-type-search .p-absolute {
        left: 12px;
    }
    .ucn-jobs .col-fixed,
    .ucn-jobs .col-fluid {
        padding: 0;
    }
    /*----Post Jobs--*/
    .hire-disc {
        padding: 0;
    }
    .hire-disc .look-hire {
        text-align: center;
    }
    .hire-disc h3 {
        font-size: 1.563rem;
        line-height: 37px;
        letter-spacing: -0.3px;
    }
    .hire-disc h4 {
        font-size: 1.125rem;
        line-height: 23px;
        letter-spacing: 0;
    }
    #job-details h6 {
        font-size: 0.875rem;
        line-height: 32px;
        letter-spacing: -0.09px;
    }
    #job-details li {
        font-size: 0.75rem;
        line-height: 30px;
        letter-spacing: -0.2px;
    }
    .hire-disc h5 {
        font-size: 1.25rem;
        line-height: 22px;
        letter-spacing: -0.25px;
        border-top: 1px solid #d8d8d8;
        padding-top: 23px;
        margin-top: 23px;
    }
    .hire-disc a {
        padding-bottom: 33px;
    }
    .job-review-body .bs-wizard {
        margin: 24px 0 48px 0;
    }
    .bs-wizard>.bs-wizard-step {
        width: 33.33%;
    }
    .bs-wizard>.bs-wizard-step.complete .bs-wizard-stepnum,
    .bs-wizard>.bs-wizard-step.disabled .bs-wizard-stepnum {
        font-size: 0.75rem;
        font-weight: 500;
    }
    .bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
        top: 6px;
    }
    .job-review-body .heading {
        padding: 16px 0;
    }
    .job-review-body h3,
    .job-post-edit h3,
    .job-post-confirm h3 {
        font-size: 1.125rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.56;
        letter-spacing: -0.21px;
    }
    .edit-personal-detail p,
    .edit-listing-opt p {
        font-size: 0.75rem;
        line-height: 1.29;
    }
    .edit-personal-detail h6 {
        margin: 12px 0 10px 0;
    }
    .job-review-body {
        padding: 0;
    }
    .job-review-body h4 {
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.5;
        letter-spacing: -0.3px;
    }
    .edit-listing-opt .row {
        margin-top: 12px;
    }
    .job-review-body .job-list {
        padding: 10px;
        border-radius: 5px;
        margin-bottom: 35px;
    }
    .job-tabs-wrapper {
        margin-bottom: 35px;
    }
    .job-review-body .job-list .logo {
        width: 50px;
        height: 50px;
        padding: 10px 9px 19px 10px;
    }
    .job-review-body .col-xxl-10 {
        margin: 0 -12px;
    }
    .job-review-body .justify-content-center .col-lg-5 {
        padding: 0;
    }
    .job-review-body .job-list .date-prod span {
        font-size: 0.625rem;
        font-weight: 500;
        letter-spacing: -0.17px;
        padding: 2px 8px 3px 10px;
    }
    .job-review-body .job-list p {
        font-size: 0.875rem;
        line-height: 1.43;
        letter-spacing: -0.35px;
    }
    .job-review-body .job-list ul li img {
        height: 11px;
        margin: 1px 2px 0 0;
    }
    .job-review-body .job-list ul li {
        font-size: 0.625rem;
        letter-spacing: -0.17px;
        color: #0c2b41;
        margin-right: 9px;
        padding: 5px 6px 6px 6px;
    }
    .job-review-body .job-list .job-apply,
    .job-review-body .job-list .find-job {
        padding: 11px 0;
        font-size: 0.875rem;
    }
    .job-review-body .confirm {
        font-size: 0.875rem;
        padding: 11px 0;
        width: 100%;
        text-align: center;
        display: block;
    }
    #main .tab-content .job-post-confirm {
        padding: 0;
    }
    .job-post-confirm .bs-wizard,
    .job-post-edit .bs-wizard {
        margin: 27px 0 42px 0;
    }
    .job-post-edit .heading,
    .job-post-confirm .heading {
        padding: 16px 0;
    }
    .job-post-confirm .fill-personal-detail .user-policy {
        margin: 0px 0px 50px 0px;
    }
    .job-post-confirm .fill-personal-detail .card-details .cards {
        margin-bottom: 22px;
    }
    .job-post-confirm .job-renew .plan-payment,
    .job-post-confirm .auto-renew {
        padding: 10px;
    }
    .job-post-confirm .job-renew .plan-payment,
    .job-post-confirm .auto-renew .col-sm-12 {
        padding: 0;
    }
    .job-renew .plan-payment .bi,
    .job-post-confirm .choose-opt,
    .job-post-confirm .agreement p {
        font-size: 0.75rem;
    }
    .job-post-confirm .plan-payment h3 {
        font-size: 0.875rem;
    }
    .agreement .job-pay-btn,
    .agreement .back-btn {
        font-size: 0.75rem;
        padding: 11px 0;
    }
    .job-post-edit-maps h2 {
        font-size: 2rem;
        padding: 24px 0 22px 0;
    }
    .job-post-edit-maps h3 {
        font-size: 1.125rem;
    }
    .job-post-edit-maps.mission .our-audience {
        font-size: 0.875rem;
    }
    .job-post-edit-maps.mission li {
        font-size: 0.75rem;
    }
    #main .job-tabs-wrapper .container.job-post-edit {
        padding: 0;
    }
    .job-post-edit .heading .bi-check-circle-fill::before,
    .job-post-edit .heading .bi-check-circle::before {
        font-size: 1.5rem;
        padding-left: 12px;
    }
    .job-post-edit .edit-personal-detail .hints {
        padding-bottom: 30px;
        display: block;
    }
    #pills-job-listing h2,
    #pills-job-alert h2,
    #pills-job-listing .table,
    #pills-job-alert .table {
        font-size: 2rem;
    }
    #pills-job-listing p,
    #pills-job-alert p {
        font-size: 0.875rem;
    }
    #pills-job-listing .table .thead-dark th,
    #pills-job-alert .table .thead-dark th {
        font-size: 1rem;
        padding: 8px;
        line-height: 24px;
        vertical-align: middle;
    }
    #pills-job-listing .table td,
    #pills-job-alert .table td {
        font-size: 0.75rem;
        padding: 6px 10px;
    }
    /*========Job post edit========*/
    .hire-disc h5 {
        float: none !important;
    }
    .hire-disc div:nth-child(2) {
        margin: 40px 50px 40px 50px;
    }
    .hire-disc div:nth-child(3) {
        margin: 0px 50px 40px 50px;
    }
    .hire-disc div:nth-child(4) {
        margin: 0 !important;
    }
    .auto-renew p {
        font-size: 0.75rem;
    }
}


/* ----------- iPhone 6, 6S, 7 and 8  Landscape----------- */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    #main .job-tabs-wrapper .container,
    #main .job-tabs-wrapper .container .tab-pane {
        padding: 0 12px;
    }
    /*========Job post edit========*/
    .hire-disc h3 {
        font-size: 1.563rem;
    }
    .hire-disc h4 {
        font-size: 1.125rem;
    }
    .hire-disc h5 {
        float: left;
        line-height: 46px;
        margin-bottom: 0;
    }
    #job-details h6 {
        font-size: 1rem;
        line-height: 2;
        letter-spacing: -0.1px;
    }
    #job-details li {
        font-size: 0.875rem;
        line-height: 2.29;
        letter-spacing: -0.09px;
    }
    .hire-disc .email-us {
        float: left;
        margin-left: 23px;
        margin-right: 17px;
    }
    .hire-disc a {
        text-align: left;
        line-height: 32px;
    }
    .hire-disc div:nth-child(1) {
        text-align: center;
    }
    .hire-disc div:nth-child(2),
    .hire-disc div:nth-child(3) {
        margin-top: 50px;
        margin-bottom: 39px;
    }
    .hire-disc div:nth-child(4) {
        margin: 0 50px;
    }
    .job-post-edit .edit-personal-detail {
        margin-bottom: 89px;
    }
    .job-post-edit-maps h2 {
        font-size: 2.813rem;
        padding-top: 71px;
    }
    .bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
        top: 2px;
    }
}


/* Media Query for low resolution  Tablets, Ipads */

@media (min-width: 481px) and (max-width: 767px) {
    #main .job-tabs-wrapper .container,
    #main .job-tabs-wrapper .container .tab-pane {
        padding: 0 12px;
    }
    /*========Job post edit========*/
    .hire-disc h3 {
        font-size: 1.563rem;
    }
    .hire-disc h4 {
        font-size: 1.125rem;
    }
    .hire-disc h5 {
        float: left;
        line-height: 46px;
        margin-bottom: 0;
    }
    #job-details h6 {
        font-size: 1rem;
        line-height: 2;
        letter-spacing: -0.1px;
    }
    #job-details li {
        font-size: 0.875rem;
        line-height: 2.29;
        letter-spacing: -0.09px;
    }
    .hire-disc .email-us {
        float: left;
        margin-left: 23px;
        margin-right: 17px;
    }
    .hire-disc a {
        text-align: left;
        line-height: 32px;
    }
    .hire-disc div:nth-child(1) {
        text-align: center;
    }
    .hire-disc div:nth-child(2),
    .hire-disc div:nth-child(3) {
        margin-top: 50px;
        margin-bottom: 39px;
    }
    .hire-disc div:nth-child(4) {
        margin: 0 50px;
    }
    .job-post-edit .edit-personal-detail {
        margin-bottom: 89px;
    }
    .job-post-edit-maps h2 {
        font-size: 2.813rem;
        padding-top: 0px;
    }
}

@media (max-width: 768px) {
    #pills-tabContent #pills-home .row .themed-grid-col {
        margin-bottom: 45px;
    }
    #pills-tabContent #pills-home .row .themed-grid-col .form-label.p-absolute {
        left: 0;
    }
    #pills-tabContent #pills-home .row .themed-grid-col .form-select,
    #pills-tabContent #pills-home .row .job-type-search .input-group .btn,
    #pills-tabContent #pills-home .row .job-salary-range .input-group .salary-range {
        padding-left: 0;
    }
    .border-right {
        border-right: none;
    }
    .jobs-top-headings h6.partnership {
        text-align: center;
        font-size: 0.75rem;
    }
    #pills-tabContent .align-items-start {
        margin: 0 20px;
    }
    /* #pills-tabContent #pills-home .row .themed-grid-col:nth-child(2n+1) {
        margin-right: 19px;
    } */
    #pills-tabContent #pills-home .row .themed-grid-col.find-job {
        margin: 0 auto;
    }
    .col-fixed {
        width: 100%;
    }
    #pills-tabContent .col-fixed .sidebar-blog-ad {
        height: 137px;
        margin-bottom: 32px;
    }
    .avail-job-search .job-keyword {
        width: 75%;
        float: left;
    }
    .avail-job-search .jobAlert {
        width: 25%;
    }
    /*========Job post edit========*/
    .hire-disc h3 {
        font-size: 1.563rem;
    }
    .hire-disc h4 {
        font-size: 1.125rem;
    }
    .hire-disc h5 {
        float: left;
        line-height: 46px;
        margin-bottom: 0;
    }
    #job-details h6 {
        font-size: 1rem;
        line-height: 2;
        letter-spacing: -0.1px;
    }
    #job-details li {
        font-size: 0.875rem;
        line-height: 2.29;
        letter-spacing: -0.09px;
    }
    .hire-disc .email-us {
        float: left;
        margin-left: 23px;
        margin-right: 17px;
    }
    .hire-disc a {
        text-align: left;
        line-height: 32px;
    }
    .hire-disc div:nth-child(1) {
        text-align: center;
    }
    .hire-disc div:nth-child(2),
    .hire-disc div:nth-child(3) {
        margin-top: 50px;
        margin-bottom: 39px;
    }
    .hire-disc div:nth-child(4) {
        margin: 0 50px;
    }
    .job-post-edit .row:nth-child(2) {
        max-width: 530px;
        margin: 0 auto;
    }
    .job-post-edit-maps {
        margin-top: 71px;
    }
    .job-post-edit .edit-personal-detail {
        margin-bottom: 89px;
    }
    .hnsjb-add-job-pay-success .transaction-summery {
        padding: 12px 0;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    #pills-tabContent #pills-home .row .themed-grid-col:nth-child(2n+1) {
        margin-right: 19px;
    }
    #pills-tabContent #pills-home .row .themed-grid-col.find-job {
        margin: 0 auto;
        padding: 0;
    }
    #pills-tabContent #pills-home .row .themed-grid-col {
        margin-bottom: 45px;
    }
    .col-fluid {
        width: 100%;
    }
    .col-fixed {
        width: 100%;
    }
    .avail-job-search .job-keyword {
        width: 75%;
        float: left;
    }
    .avail-job-search .jobAlert {
        width: 25%;
    }
    #pills-tabContent .col-fixed .sidebar-blog-ad {
        height: 137px;
        margin-bottom: 32px;
    }
    .job-post-edit-maps h2 {
        font-size: 2.813rem;
        padding-top: 0px;
    }
    /* .col-fluid {
        width: calc(100% - 248px);
    } */
}


/* @media (min-width: 992px) and (max-width: 1199px) {
    .col-fixed {
        width: 374px;
    }
    .col-fluid {
        width: calc(100% - 374px);
    }
} */

@media (min-width: 1024px) {
    .col-fixed {
        width: 374px;
    }
    .col-fluid {
        width: calc(100% - 374px);
    }
}

@media (max-width: 1799px) {
    .jobs-top-headings {
        background-color: #f0f3f6;
        padding: 0 27px;
        background-image: url(../img/ucn-jobs-pc-img.png);
        background-size: cover;
        background-repeat: no-repeat;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
    }
}

@media (max-width: 1399px) {
    .jobs-top-headings {
        background-color: #f0f3f6;
        padding: 0 27px;
        background-image: url(../img/ucn-jobs-tablet-img.png);
        background-size: cover;
        background-repeat: no-repeat;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
    }
}

@media (max-width: 992px) {
    .jobs-top-headings {
        background-color: #f0f3f6;
        padding: 0 27px;
        background-image: url(../img/ucn-jobs-midscreen-img.png);
        background-size: cover;
        background-repeat: no-repeat;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
    }
}

@media (max-width: 768px) {
    .jobs-top-headings {
        background-color: #f0f3f6;
        padding: 0 15px;
        background-image: url(../img/ucn-jobs-mobile-img.png);
        background-size: cover;
        background-repeat: no-repeat;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
    }
}


/*=====Seven Columns==========*/

@media (min-width: 768px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 48%;
        *width: 48%;
    }
}

@media (min-width: 992px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

@media (min-width: 1200px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}
