.sltpagination {
    padding: 10px;
    margin-bottom: 10px;
}

.jobstt-details.conleft1 {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}

.jobstt-details.conleft1 .list1right {
    width: 100%;
}

.jobstt-details .btn-part {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 10px;
}

.jobstt-details h1.title-top {
    font-size: 32px;
    color: #7d7d7d;
}

.jobstt-details .save-job {
    padding: 16px 25px;
    color: #7c7c7c;
}

.jobstt-details .save-job a {
    font-size: 15px;
    font-weight: 600;
    color: #7c7c7c;
    background-image: url(save-job-icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 25px;
    transition-duration: 0.3s;
    padding-top: 3px;
}

.jobstt-details .job_description h2 {
    font-size: 24px;
    font-weight: 600;
    color: #7c7c7c;
    margin-bottom: 10px;
}

.jobstt-details .tabheading {
    display: table;
}

.jobstt-details .tabcontent {
    padding: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}


.tabmain {
    margin-top: 30px;
    margin-bottom: 30px;
}

.tabheading a {
    padding: 20px 15px;
    border-bottom: none;
    width: 25%;
    box-sizing: border-box;
    text-align: left;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    font-size: 19px;
    float: left;
    padding-left: 0;
}

.tabheading a:last-child {
    border-right: 0px;
}

.tabcontent {
    float: left;
    width: 100%;
    padding: 20px 0;
}

@media (max-width: 768px) {
    .tabheading a {
        width: 100%;
        border-right: 0;
        border-bottom: solid 1px #235f84;
    }
}

.apply-btn {
    background-color: #ffc600 !important;
    padding: 12px 25px 12px 25px !important;
    color: #0b4e78 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}

.apply-btn:hover {
    background-color: #149111 !important;
}

.date-post {
    float: left;
    width: 100%;
}

.date-post-detail {
    float: left;
    padding: 10px 15px;
    font-size: 14px;
    color: #999999;
    font-weight: 500;
    background-color: #f2f2f2;
    border-radius: 6px;
    margin-right: 10px;
}

.sub-title-top {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    color: #7c7c7c;
    font-size: 16px;
    font-weight: 500;
}

.job-detal-top {
    float: left;
    width: 100%;
    border-top: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
    padding: 15px 0;
    margin-bottom: 20px;
}

.codetails {
    background-color: #fff;
    border-radius: 0 5px 5px 0;
}

.codetails h1 {
    float: left;
    background-color: #efefef;
    padding: 17px 32px;
    border-radius: 5px 0 0 5px;
    font-size: 16px;
}

.codetails a {
    clear: inherit !important;
    margin: 7px 0px !important;
    padding: 13px 30px !important;
    border-right: solid 2px #ebebeb;
    text-align: center;
    font-weight: bold;
}

.codetails a:hover {
    color: #149111;
}

.jobstt-details .save-job a:hover {
    color: #235f84;
}

.codetails a:last-child {
    border-right: none;
}

.apply-job-bottom {
    width: 68%;
    float: left;
}

a#message_link {
    border-right: none;
}

@media all and (min-width:1250px) {
    .codetails a {
        width: 219px;
    }

}

@media all and (min-width:1024px) {
    .apply-job-bottom {
        margin-top: -80px;
    }
}


.ui-dialog {
    font-family: 'Montserrat', sans-serif !important;
}

.sign-in-popup {
    font-family: 'Montserrat', sans-serif !important;
}

.sign-in-popup .toptitle {
    text-align: center;
    font-size: 30px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 500;
}

.sign-in-popup .toptitle span {
    color: #31a600;
}

#messageBox .inputField {
    width: 100% !important;
    margin-bottom: 10px;
}

#messageBox .inputField input {
    border-radius: 5px;
    height: 42px;
}

.btn-part-login input.button {
    margin: 0px !important;
    width: 100% !important;
    text-align: center !important;
    font-weight: 700;
    font-size: 15px;
}

.keep-login-part .input-checkbox {
    float: left;
    width: 50%;
}

.keep-login-part .input-checkbox input {
    margin-top: 3px !important;
}

.keep-login-part .link {
    float: right;
    color: #818181;
    text-decoration: none;
    font-size: 12px;
}

.sub-title-top-popup {
    text-align: center;
    font-size: 16px;
    float: left;
    width: 100%;
    margin: 0;
}

.singin-bottom {
    float: left;
    width: 100%;
    margin-top: 40px;
    border-top: solid 1px #efefef;
    padding-top: 20px;
}

.singin-bottom .account-sign-up {
    float: left;
    width: 100%;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}

.singin-bottom .account-sign-up a {
    color: #03501E;
    font-weight: bold;
}

.singin-bottom .skip-link {
    float: left;
    width: 100%;
    text-align: center;

}

.singin-bottom .skip-link a {
    color: #03501E !important;
    font-weight: bold;
}

.free_account {
    width: 100%;
    float: left;
    padding: 0;
}

.form-control {
    border-radius: 5px !important;
    height: 42px;
    color: #353535;
    padding: 12px 15px 8px 15px;
    border: 1px solid #d4d4d4;
}

label.input-label {
    font-family: 'Montserrat', sans-serif !important;
    margin-bottom: 7px;
    font-size: 13px;
    font-weight: 500;
    color: #1a1a1a !important;
    margin-top: 5px;
}

.width-full {
    width: 100% !important;
}

.width-full-input:last-child {
    width: 100% !important;
}

.register_input_button.bottom {
    float: left;
    width: 100%;
    border-top: solid 1px #efefef;
    padding: 10px 0;
    text-align: right;
}

.register_input_button.bottom .next-btn {
    float: right;
}

.register_input_button.bottom .back {
    float: right;
}

.register_input_button.bottom .next-btn input {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold;
    font-size: 16px;
    float: left;
    margin: 0 !important;
}

.register_input_button.bottom .back a {
    font-family: 'Montserrat', sans-serif !important;
    padding: 12px;
    float: left;
    margin-right: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #03501E;
}


.stepwizard {
    font-family: 'Montserrat', sans-serif !important;
    display: table;
    width: 100%;
    position: relative;
    margin-top: 20px;
    margin-bottom: 2rem;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard-row:before {
    top: 24px;
    bottom: 0;
    position: absolute;
    content: " ";
    height: 1px;
    background-color: #ccc;
    z-order: 0;
    left: 11%;
    right: 11%;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 33.33%;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.stepwizard-step p {
    margin-top: 10px;
    color: #000;
    font-weight: 600;
}

.stepwizard-step .round-step {
    border-radius: 50%;
    border: solid 2px #e2eeda;
    width: 50px;
    height: 50px;
    display: inline-block;
    background-color: #fff;
    line-height: 45px;
    font-size: 18px;
    color: #79B638;
}

.stepwizard-step.current .round-step {
    border-color: #a8de90;
    background: #a8de90;
    color: #fff;
}

.stepwizard-step.active .round-step {
    border-color: #a8de90;
    background-color: #a8de90;
    color: #fff;
}

.stepwizard-step.active p {
    color: #31a600;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}


.upload-btn-wrapper .btn {
    border: 2px solid #31a600;
    color: #31a600;
    background-color: #dff2d6;
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    z-index: 9;
}

.upload-btn-wrapper label.upload-label {
    border: 2px solid #31a600;
    color: #31a600 !important;
    background-color: #dff2d6;
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    z-index: 9;
    display: block;
}

.upload-btn-wrapper label.upload-label:hover {
    background-color: #2cbc29;
    color: #fff !important;
}

.upload-btn-new input[type=file] {
    display: none;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.estimated-locations {
    margin-bottom: 20px;
    margin-top: 20px;
}

.estimated-locations .left-text {
    float: left;
    margin-right: 10px;
}

.estimated-locations .right-text {
    float: left;
}

textarea.form-control {
    height: auto;
}

#ApplicationForm {
    font-family: 'Montserrat', sans-serif !important;
}

.cover-letter .input-label {
    width: 100%;
    float: left;
}

.cover-letter textarea {
    width: 100%;
}

.upload-resume .input-label {
    width: 100%;
    float: left;
    font-weight: bold;
}

.upload-resume-select .input-label {
    width: 100%;
    float: left;
}

.upload-resume-select select.form-control {
    width: 100%;
    padding: 10px;
}

.free_account .toptitle {
    text-align: center;
    font-size: 20px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif !important;
    margin-top: 10px;
    font-weight: 700;
}

.free_account .toptitle span {
    color: #30a700;
}

.apply_heading_subheading {
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
}

.apply_heading_subheading p {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
}

.apply_heading_subheading p.green {
    color: #31a600;
    text-decoration: none;
}

.register_field_widt {
    width: 100%;
    margin-top: 0 !important;
}

.register_field_widt label.input-label {
    width: 100%;
    float: left;
}

.register_field_widt .inputField {
    margin-bottom: 0px !important;
}

.checkbox-register {
    font-family: 'Montserrat', sans-serif !important;
}

.checkbox-register input {
    height: auto !important;
}

.checkbox-register a {
    color: #03501E !important;
    font-weight: 500;
    text-decoration: underline;
}

fieldset.upload-resume {
    margin: 10px 0;
}

fieldset.upload-new-resume {
    background-color: #f8f8f8;
    padding: 15px;
    margin: 10px 0;
}

p.upload-resume-text-small {
    font-size: 13px;
    line-height: 19px;
}

.green-text-resume {
    color: #2cbc29;
    font-size: 16px;
    font-weight: 500;
    float: left;
    width: 100%;
    margin-top: 20px;
    cursor: pointer;
}

.upload-new-resume .input-label {
    width: 100%;
    float: left;
    font-weight: bold;
}

.questions-box {
    display: flex;
    margin-bottom: 20px;
}

.questions-box .inputName {
    width: 57% !important;
    color: #000 !important;
    font-size: 14px;
    font-weight: 500;
    padding-top: 0;
    line-height: normal;
}

.questions-box .inputField-right .yes-no {}

#messageBox .questions-box .inputField {
    width: 42% !important;
    padding-left: 2rem;
}

.widthYesNo.yes-no {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    width: auto;
}

.yes-no input {
    height: auto !important;
}

.questions-box tr td {
    padding-bottom: 10px !important;
    font-size: 16px;
    padding-top: 0;
    vertical-align: top;
}

.questions-box tr td input[type="radio"] {
    margin-top: 5px;
    height: auto !important;
}

.questions-box tr td input[type="checkbox"] {
    margin-top: 3px !important;
    margin-left: 6px !important;
    margin-right: 0 !important;
    height: auto !important;
}

.questions-box .inputField input[type="text"] {
    border-radius: 5px !important;
    height: 42px;
}

.questions-box .inputField tr td label {
    margin-left: -1px;
}

.resume-preview {
    margin-bottom: 15px;
}

.resume-preview h2 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-left: 0;
    margin-bottom: 6px;
}

.resume-preview p {
    margin-bottom: 8px;
    color: #7f7f7f;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
}


.education-form {
    font-family: 'Montserrat', sans-serif !important;
}

.education-form h1.signing_h1 {
    border-bottom: solid 1px #dedede;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
}

.education-form .register_input_part {
    width: 100%;
    padding-left: 0;
}

.education-form .register_input_part input {
    height: 42px;
    border-radius: 5px;
}

.education-form .register_input_part select {
    border-radius: 5px;
    height: 42px;
}

.ui-widget.ui-widget-content {
    font-family: 'Montserrat', sans-serif !important;
}

.successfully-top-text {
    text-align: center;
    padding: 20px 0;
    border-bottom: solid 1px #dfdfdf;
    margin-bottom: 20px;
}

.successfully-top-text .icon-successfully {
    background-image: url(successfully-icon.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    display: inline-block;
    margin-bottom: 20px;
}

.successfully-top-text h2 {
    font-size: 26px;
    color: #000000;
    font-weight: 800;
    margin-bottom: 20px;
}

.successfully-top-text p {
    font-size: 13px;
    color: #595959;
    line-height: normal;
}

.file-preview {
    color: #31a600 !important;
}

.slleft form {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    float: left;
    border-radius: 10px;
    padding: 8px 8px 3px;
    margin-bottom: 20px;
}

.slleft .selctleft {
    margin-bottom: 0;
}

.latest-job-inside {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.23);
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-transition: color .3s ease-in-out, border .3s ease-in-out;
    transition: all .3s ease-in-out 0s;
}

.latest-job-inside:hover {
    background-color: #e9fff1;
}

.latest-job .rightimg {
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.latest-job .latestdescription {
    display: none;
}

@media only screen and (max-width: 640px) {
    .slmain {
        padding: 50px 0;
    }

    .slleft p {
        font-size: 15px;
    }
}

.featured-job {
    padding: 50px 0;
}

@media (min-width: 768px) {
    .latest-job .add2.featured-job-box {
        max-width: 25%;
        flex: 0 0 25%;
        -ms-flex: 0 0 25%;
    }
}

.latest-job .featured-job-box .leftlatestjob h3 {
    font-size: 14px;
    min-height: 35px;
}

.latest-job .featured-job-box .latestcategory {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 8px;
    background-size: 15px;
    font-size: 12px;
    min-height: 48px;

}

.latest-job .featured-job-box .latestjobtype {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 8px;
    background-size: 15px;
    font-size: 12px;
}

.latest-job .featured-job-box .latestlocation {
    background-position: 2px 7px;
    padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-size: 13px;
    font-size: 12px;
}

.latest-job .featured-job-box .latestposted {
    margin-top: 6px;
    font-size: 11px;
    padding: 8px 0 0;
}

.featured-job .latest-job-title {
    text-align: left;
    margin-bottom: 30px;
}

.latest-job-section {
    float: left;
    width: 100%;
    background: url(../images/post-job-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    border-radius: 9px;
    overflow: hidden;
    margin-top: 30px;
}

.letest-job-img-left {
    width: 36%;
}

.latest-job-right {
    width: 63%;
    padding: 20px 40px;
}

.latest-job-right h2 {
    color: #fff;
    font-size: 39px;
    font-weight: 400;
}

.latest-job-right p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}

.latest-job-right .btn {
    background-color: #ffc600;
    padding: 13px 20px;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    color: #0a4e77;
    border-radius: 10px;
}

.latest-job-right .btn:hover {
    background-color: #ffdc30;
}

@media only screen and (max-width: 767px) {
    .latest-job-section {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .letest-job-img-left {
        width: 100%;
    }

    .latest-job-right {
        width: 100%;
        padding: 15px;
    }

    .latest-job-right h2 {
        font-size: 29px;
    }

    .latest-job-right p {
        font-size: 14px;
        line-height: 24px;
    }
}

.latest-job .add2 a:hover {
    text-decoration: none;
}

.bgright.row {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
}

.latest-job .add2 {
    max-width: 33.33%;
    padding: 0 15px;
    position: relative;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    -webkit-box-flex: 0;
    width: 100%;
    display: block;
}

@media only screen and (max-width: 1024px) {
    .latest-job .add2.featured-job-box {
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media only screen and (max-width: 767px) {
    .latest-job .add2 {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .latest-job .add2.featured-job-box {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}





input:focus-visible,
select:focus-visible,
textarea:focus-visible,
    {
    outline: none;
}

.border-top-form-right {
    position: relative;
    padding-right: 20px;
}

.border-top-form-right:after {
    content: '';
    right: 0;
    top: 10px;
    width: 1px;
    height: 38px;
    background-color: #90a6ba;
    position: absolute;
}

@media only screen and (max-width: 767px) {
    .sellocation {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .frmain,
    .selctleft,
    .selctright {
        width: 100%;
    }

    .border-top-form-right {
        padding-right: 0;
    }

    .border-top-form-right:after {
        display: none;
    }
}

.ad_search {
    display: flex;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    margin-left: -5px;
    margin-right: -5px;
}

.ad_search a {
    font-size: 15px;
    padding: 17px 41px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    margin: 5px;
}

.ad_search .advanced-job-link {
    background-color: #ffc600;
    color: #000000;
}

.ad_search .advanced-job-link:hover {
    background-color: #ffdc30;
}

.ad_search a.category-link {
    background-color: #03501E;
    position: relative;
    padding-left: 43px;
}

.ad_search a.category-link:hover {
    background-color: #03481c;
}

.ad_search a.category-link img {
    position: absolute;
    left: 15px;
    height: 18px;
}

.leading-brands {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 40px 0;
}

.leading-brands-logo {
    flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    padding-left: 20px;
}

.leading-leading-brands {
    flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    color: #7c7c7c;
    font-size: 20px;
    font-weight: 600;
    min-width: 180px;
}

.leading-brands-logo img {
    max-height: 53px;
}

.how-can-help {
    background-color: #fdd25f;
    padding: 100px 0;
    background-image: url(help-sec-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}

.how-can-help-right {
    padding-left: 60%;
}

.how-can-help-right .title {
    font-size: 35px;
    color: #0a4e77;
}

.help-link-sec {
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

.help-link-sec li {
    list-style: none;
    margin-bottom: 20px;
}

.help-link-sec li a {
    background-color: #ffe795;
    padding: 21px;
    border-radius: 5px;
    color: #0a4e77;
    font-size: 18px;
    text-decoration: none;
    position: relative;
    width: 100%;
    display: block;
    font-weight: 500;
    transition: all 500ms ease-in-out 0s;
}

.help-link-sec li a .icon {
    position: absolute;
    right: 14px;
    top: 12px;
}

.help-link-sec li a .icon img {
    max-height: 40px;
}

.help-link-sec li a:hover {
    background-color: #fff1c1;
}

.help-link-sec li:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .ad_search a.category-link img {
        left: 10px;
        height: 14px;
    }

    .ad_search a {
        font-size: 13px;
        padding: 7px 10px;
        width: 47%;
    }

    .ad_search a.category-link {
        padding-left: 30px;
    }

    .leading-brands-logo {
        flex: none;
        -ms-flex: none !important;
    }

    .leading-leading-brands {
        flex: none;
        -ms-flex: none !important;
    }

    .leading-brands {
        flex-wrap: wrap;
        text-align: center;
    }

    .leading-leading-brands {
        width: 100%;
    }

    .leading-brands-logo {
        width: 33.33%;
        padding: 15px;
    }

    .how-can-help {
        padding: 50px 0;
    }

    .how-can-help-right {
        padding-left: 10px;
        padding-right: 10px;
    }

    .how-can-help-right .title {
        font-size: 24px;
    }

    .help-link-sec li {
        margin-bottom: 10px;
    }

    .help-link-sec li a {
        font-size: 14px;
    }

    .help-link-sec li a .icon {
        right: 10px;
        top: 9px;
    }

    .help-link-sec li a .icon img {
        max-height: 30px;
    }
}

.footer-bottom-link {
    text-align: center;
}

.footer-bottom-link ul {
    margin: 0;
    padding: 10px 0;
    display: inline-block;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}

.footer-bottom-link li {
    display: inline-block;
    list-style: none;
    padding: 10px 25px;
    border-right: solid 1px #7fa6bd;
}

.footer-bottom-link li a {
    color: #fff;
    font-size: 16px;
    transition: all 500ms ease-in-out 0s !important;
}

.footer-bottom-link li a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
}

.footer-bottom-link li:last-child {
    border-right: none;
}

@media only screen and (max-width: 767px) {
    .footer-bottom-link li a {
        font-size: 12px;
    }

    .footer-bottom-link li {
        padding: 5px;
    }
}

.registration-right {
    float: right;
    width: 50%;
    padding: 40px;
}

.select-box select {
    width: 100%;
}

.stepwizard.stepwizard-2 .stepwizard-step {
    width: 33.33%;
}

.stepwizard.stepwizard-2 .stepwizard-row:before {
    left: 17%;
    right: 17%;
}

@media (min-width: 1250px) {
    .codetails a {
        width: 100%;
    }
}

.codetails a {
    margin: 4px 0px !important;
    padding: 3px 10px !important;
    border: none !important;
}

.p1_new {
    width: 15.33% !important;
    float: left !important;
    padding-right: 15px !important;
    margin-right: 0px !important;
}

@media (min-width: 1260px) {
    .fu2 {
        width: 100% !important;
    }
}

@media (min-width: 980px) {
    .fu2 {
        width: 100% !important;
    }
}

@media (max-width: 520px) {
    .p1_new {
        width: 100% !important;
    }
}

.registration-top-text {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 70px;
}

.registration-top-text .title {
    font-size: 26px;
    color: #000;
    margin-bottom: 15px;
}

.registration-top-text .title span {
    color: #39aa00;
}

.registration-top-text p {
    font-size: 16px;
}

.registration-step {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.registration-step .step-inside {
    max-width: 33.33%;
    padding: 0 15px;
    position: relative;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    -webkit-box-flex: 0;
    width: 100%;
    display: block;
}

.registration-step .step-inside {
    font-size: 18px;
    color: #808080;
}

.registration-step .step-inside .line {
    display: block;
    background-color: #e6e6e6;
    border-radius: 8px;
    height: 15px;
    margin-top: 10px;
}

.registration-step .step-inside.active {
    color: #39aa00;
}

.registration-step .step-inside.active .line {
    background-color: #39aa00;
}

.registration-bg {
    border: solid 1px #ebebeb;
    border-radius: 10px;
    margin-bottom: 50px;
}

.registration-left {
    float: left;
    width: 50%;
}

.registration-left img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.step-text-green {
    font-size: 13px;
    color: #39aa00;
}

.registration-right {
    float: right;
    width: 50%;
    padding: 40px;
}

.registration-right .step-text-green {
    color: #39aa00;
    width: 100%;
    margin-bottom: 10px;
}

.registration-right h2.title {
    font-size: 22px;
    padding: 0;
    margin: 0 0 15px 0;
    color: #000;
}

.registration-right p {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 20px;
}

.registration-bg {
    display: flex;
}

.registration-bg .regtext {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-step-two form {
    width: 100%;
    margin-top: 0px !important;
}

.registration-banner-main {
    padding: 150px 30px;
    background-image: url(registration-banner.jpg);
    background-size: cover;
    background-position: center;
}

.registration-banner-main h2 {
    font-size: 42px;
    color: #fff;
    margin-bottom: 20px;
}

.registration-banner-main p {
    font-size: 22px;
    color: #fff;
}

.registration-landing {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
    padding: 50px 0;
}

.registration-landing .job-box {
    max-width: 50%;
    padding: 0 15px;
    position: relative;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-flex: 0;
    width: 100%;
    display: block;

}

.registration-landing .job-box .bg-inside {
    border-radius: 10px;
    overflow: hidden;
    background-color: #d4ebfa;
    height: 100%;
}

.registration-landing .job-box .content-regi {
    padding: 70px;
}

.registration-landing .job-box .content-regi h2 {
    font-size: 28px;
    color: #0d0d0d;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    margin-left: 0;
    margin-bottom: 15px;
}

.registration-landing .job-box .content-regi h2 span {
    color: #13af4a;
}

.registration-landing .job-box .content-regi p {
    margin-bottom: 20px;
    font-size: 14px;
}

.registration-landing .job-box .content-regi p.text-top {
    font-size: 15px;
    line-height: normal;
}

.registration-landing .job-box a.btn.register-btn-new-secondary {
    border: solid 1px #034f1d;
    background-color: #d4ebfa;
    color: black;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    margin-top: 10px;
    display: inline-block;
}

.registration-landing .job-box a.btn.register-btn-new-secondary:hover {
    background-color: #034f1d;
    color: #fff;
    text-decoration: none;
}

.registration-landing .job-box a.btn.register-btn-new {
    background-color: #034f1d;
    padding: 10px 25px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    margin-top: 10px;
    display: inline-block;
}

.registration-landing .job-box a.btn.register-btn-new:hover {
    background-color: #0e9b0b;
    text-decoration: none;
}

.step-text-regi {}

.step-text-regi .step-text-green {
    color: #39aa00;
    width: 100%;
    margin-bottom: 10px;
}

.step-text-regi h2.title {
    font-size: 22px;
    padding: 0;
    margin: 0 0 15px 0;
}

.step-text-regi p {
    margin-bottom: 10px;
    font-size: 13px;
}

.attach-resume-regi h2 {
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
}

.attach-resume-regi p {
    width: 100%;
    margin-bottom: 15px;
}

.attach-resume-regi .upload-btn-wrapper label.upload-label {
    min-width: 400px;
    text-align: center;
    background-color: #004d1d;
    color: #fff !important;
    display: flex;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    transition: all 500ms ease-in-out 0s;
}

.attach-resume-regi .upload-btn-wrapper label.upload-label img {
    margin-left: 15px;
}

.upload-btn-wrapper label.upload-label:hover {
    background-color: #0e9b0b;
}

/*.form-step-two .left{
    float: left;
    width: 50%;
    padding: 30px;
}
.form-step-two .right{
    width: 50%;
    float: right;
    padding: 30px;
    background-color: #ebf6e5;
    height: 100%;
}
.attach-resume-regi{
    width: 100%;
    float: left;
}*/

/*.regtext.form-step-two {
    padding: 30px;
}*/
.interested-job-regi {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.interested-job-regi select {
    min-height: 300px;
}

.education-form .left {
    float: left;
    width: 50%;
    padding: 60px;
}

.education-form .right {
    float: right;
    width: 50%;
    padding: 60px;
    background-color: #ebf6e5;
    padding-top: 80px;
}

#step-three-form {
    margin: 0;
}

#step-three-form .register_input_part {
    padding-left: 0;
}

#step-three-form .education-form h5.step-text-green {
    color: #39aa00;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
}

#step-three-form .education-form h2.title {
    margin-bottom: 15px;
    margin-left: 0;
}

#step-three-form .education-form p.text {
    margin-bottom: 15px;
}

.education-form .step-text-regi {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.education-form .w-50 {
    width: 50%;
}

.register_input_button.register-btn-last {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.register_input_button.register-btn-last input[type="submit"] {
    width: auto !important;
    float: right;
}

.register_input_button.register-btn-last .back-btn {
    font-family: 'Montserrat', sans-serif !important;
    float: right;
    padding: 13px;
    font-size: 14px;
    font-weight: 600;
    color: #03501E;
    margin-right: 10px;
    margin-top: 4px;
}

@media all and (max-width: 991px) {
    .registration-step .step-inside {
        max-width: 100%;
        padding: 0 15px;
        position: relative;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-flex: 0;
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    .education-form .left {
        width: 100%;
        padding: 30px;
    }

    .education-form .right {
        width: 100%;
        padding: 30px;
    }

    .education-form .w-50 {
        width: 100%;
    }

    .attach-resume-regi .upload-btn-wrapper label.upload-label {
        min-width: auto;
    }
}

.form-step-two .left {
    float: left;
    width: 50%;
    padding: 60px;
}

.form-step-two .right {
    float: right;
    width: 50%;
    padding: 60px;
    background-color: #ebf6e5;
}

.form-step-two .attach-resume-regi {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.form-step-two .step-text-regi {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

@media all and (max-width: 991px) {
    .form-step-two .left {
        width: 100%;
        padding: 30px;
    }

    .form-step-two .right {
        width: 100%;
        padding: 30px;
    }

    .registration-banner-main {
        padding: 30px 20px;
    }

    .registration-banner-main h2 {
        font-size: 22px;
    }

    .registration-banner-main p {
        font-size: 14px;
    }

    .registration-landing .job-box {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-flex: 0;
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

    .registration-landing .job-box .content-regi {
        padding: 15px;
    }

    .registration-landing .job-box .content-regi p.text-top {
        font-size: 15px;
    }

    .registration-left {
        width: 100%;
    }

    .registration-right {
        width: 100%;
    }
}

.questions-regi-sec {
    float: left;
    width: 100%;
    background: url(../images/questions-bg.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right center;
    display: flex;
    align-items: center;
    border-radius: 9px;
    overflow: hidden;
    margin-bottom: 50px;
}

.questions-regi-left {
    width: 50%;
}

.questions-regi-right {
    width: 50%;
    padding: 20px 70px;
}

.questions-regi-right h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 20px;
}

.questions-regi-right h2 span {
    color: #12bb4c;
}

.questions-regi-right .btn {
    background-color: #ffc600;
    padding: 13px 20px;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    color: #0a4e77;
    border-radius: 10px;
    min-width: 150px;
    text-align: center;
    text-decoration: none;
}

.questions-regi-right .btn:hover {
    background-color: #ffdc30;
}

@media only screen and (max-width: 767px) {
    .questions-regi-sec {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .questions-regi-left {
        width: 100%;
    }

    .questions-regi-right {
        width: 100%;
        padding: 15px;
    }

    .questions-regi-right h2 {
        font-size: 29px;
    }

    .questions-regi-right p {
        font-size: 14px;
        line-height: 24px;
    }
}

.free-account-none {
    display: none;
}

.inputField.w-98 {
    width: 98%;
}

.registration-bg .inputField .inputString {
    height: 48px;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif !important;
}

.registration-bg fieldset {
    margin: 4px 0;
}

.form-step-two .inputString {
    height: 48px;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif !important;
}

.form-step-two .register_input_part {
    margin-bottom: 15px;
    padding-left: 0;
}

.register_input_part.w-100 {
    width: 100%;
}

div.registration-banner-main>.cent-Coll {
    width: 800px;
    margin: 0 60px;
}

.attach-resume-regi .upload-btn-wrapper {
    margin-top: 10px;
}

.register_input_part select {
    margin-top: 0px;
}

.employer-sing-bg {
    background-color: #034f1d;
    padding: 90px 0;
    background-image: url(sign-in-bg.jpg);
    background-size: cover;
    background-position: center right;
    color: #fff;
}

.employer-sing-bg .cent-Coll {
    display: flex;
}

.employer-sing-bg .left {
    width: 50%;
    padding: 30px;
}

.employer-sing-bg .left {
    width: 50%;
    padding: 0 20px;
}

.employer-sing-bg .left {
    padding-top: 50px;
    padding-right: 80px;
}

.employer-sing-bg .left h2 {
    font-size: 32px;
    color: #fff;
    line-height: 33px;
}

.employer-sing-bg .left h2 span {
    color: #1dab4e;
}

.employer-sing-bg .left .middle-text {
    padding: 20px 0;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}

.employer-sing-bg .left .list {
    padding: 0;
    margin: 0;
    padding-left: 25px;
}

.employer-sing-bg .left .list li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}

.employer-sing-bg .left .list li:last-child {
    margin-bottom: 0;
}

.employer-sing-bg .left .list li::marker {
    color: #1dab4e;
    font-size: 23px;
    line-height: normal;
}

.employer-sing-bg .right {
    width: 50%;
    padding: 0 20px;
}

.employer-sing-bg .right .form-right {
    background-color: #fff;
    border-radius: 10px;
    padding: 60px;
}

.employer-sing-bg .right .form-right fieldset {
    float: none;
}

.employer-sing-bg .right .form-right .title-top {
    color: #000;
    margin-left: 0;
}

.employer-sing-bg .right .form-right .sub-title-bt {
    font-size: 13px;
    line-height: normal;
    color: #000;
    margin-bottom: 0px;
    margin-top: 10px;
}

.employer-sing-bg .right .form-right input[type=checkbox] {
    margin-top: 2px !important;
    margin-right: 12px !important;
    border-radius: 5px;
}

.employer-sing-bg .right .form-right .accept-read-text {
    color: #1dab4e;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
}

.employer-sing-bg .right .form-right .register-btn-new input {
    width: 100%;
    background-color: #1dab4e !important;
    border-radius: 6px;
    padding: 15px;
    font-size: 16px;
}

.employer-sing-bg .right .form-right .inputField input {
    border-radius: 5px;
}

/*register*/
.employer-sing-bg {
    background-color: #034f1d;
    padding: 90px 0;
    background-image: url(sign-in-bg.jpg);
    background-size: cover;
    background-position: center right;
    color: #fff;
}

.employer-sing-bg .cent-Coll {
    display: flex;
}

.employer-sing-bg .left {
    width: 50%;
    padding: 30px;
}

.employer-sing-bg .left {
    width: 50%;
    padding: 0 20px;
}

.employer-sing-bg .left {
    padding-top: 50px;
    padding-right: 80px;
}

.employer-sing-bg .left h2 {
    font-size: 32px;
    color: #fff;
    line-height: 33px;
}

.employer-sing-bg .left h2 span {
    color: #1dab4e;
}

.employer-sing-bg .left .middle-text {
    padding: 20px 0;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}

.employer-sing-bg .left .list {
    padding: 0;
    margin: 0;
    padding-left: 25px;
    width: 100% !important;
}

.employer-sing-bg .left .list li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}

.employer-sing-bg .left .list li:last-child {
    margin-bottom: 0;
}

.employer-sing-bg .left .list li::marker {
    color: #1dab4e;
    font-size: 23px;
    line-height: normal;
}

.employer-sing-bg .right {
    width: 50%;
    padding: 0 20px;
}

.employer-sing-bg .right .form-right {
    background-color: #fff;
    border-radius: 10px;
    padding: 60px;
}

.employer-sing-bg .right .form-right fieldset {
    float: none;
}

.employer-sing-bg .right .form-right .title-top {
    color: #000;
    margin-left: 0;
}

.employer-sing-bg .right .form-right .sub-title-bt {
    font-size: 13px;
    line-height: normal;
    color: #000;
    margin-bottom: 0px;
    margin-top: 10px;
}

.employer-sing-bg .right .form-right input[type=checkbox] {
    margin-top: 2px !important;
    margin-right: 12px !important;
    border-radius: 5px;
}

.employer-sing-bg .right .form-right .accept-read-text {
    color: #1dab4e;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
}

.employer-sing-bg .right .form-right .register-btn-new input {
    width: 100%;
    background-color: #1dab4e !important;
    border-radius: 6px;
    padding: 15px;
    font-size: 16px;
}

.employer-sing-bg .right .form-right .inputField input {
    border-radius: 5px;
}


.our-features-sec {
    padding: 100px 0;
}

.our-features-sec .title-main {
    font-size: 28px;
    color: #0d0d0d;
    font-weight: 600;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
    margin-bottom: 50px;
}

.our-features-sec .title-main span {
    color: #1dab4e;
}



.col-md-4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .row-jtt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1260px) {
    .our-features-sec .cent-Coll {
        width: 1000px;
    }
}

.our-features-sec .col-md-4 {
    margin-bottom: 30px;
}

.our-features-sec .features-box {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px 50px;
    box-shadow: 2px 1px 19px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 2px 1px 19px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 2px 1px 19px 0px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.our-features-sec .features-box:hover {
    box-shadow: 2px 1px 19px 6px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 2px 1px 19px 6px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 2px 1px 19px 6px rgba(0, 0, 0, 0.08);
}

.our-features-sec .features-box .icon {
    margin-bottom: 20px;

}

.our-features-sec .features-box .icon span {
    background-color: #4ce480;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
    display: flex;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.our-features-sec .features-box .icon span.yellow {
    background-color: #ffc501;
}

.our-features-sec .features-box .icon span.blue {
    background-color: #71c0f1;
}

.our-features-sec .features-box .icon span.green {
    background-color: #4ce480;
}

.our-features-sec .features-box .icon span img {
    max-height: 20px;
}

.our-features-sec .features-box h2 {
    color: #000;
    margin: 0;
    font-size: 16px;
    margin-bottom: 20px;
}

.our-features-sec .features-box .text {
    font-size: 12px;
    line-height: 18px;
    color: #000;
}

.need-help-sec {
    background-color: #fff3cc;
    position: relative;
    min-height: 500px;
}

.need-help-sec .img-help {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(need-help-sec.jpg);
    background-size: 50% auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.need-help-sec .img-help img {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
    display: none;
}

.need-help-sec .need-help-content {
    margin-left: 50%;
    width: 50%;
    padding: 70px;
    padding-right: 0;
}

#accordion {
    font-family: 'Montserrat', sans-serif !important;
}

#accordion.ui-accordion .ui-accordion-header .ui-icon {
    right: 0;
    left: auto;
    top: 16px;
}

#accordion.ui-accordion .ui-accordion-header {
    padding: 10px 30px 10px 0px;
    font-weight: 500;
    font-size: 17px;
    color: #111111;
}

#accordion .ui-state-default,
#accordion .ui-widget-content .ui-state-default,
#accordion .ui-widget-header .ui-state-default {
    background-color: transparent !important;
    border: 0px !important;
    color: #111111;
}

#accordion .ui-widget-content {
    background: none;
    border: none;
    height: auto !important;
    padding-left: 0 !important;
    padding-right: 50px !important;
    padding-top: 0 !important;
}

#accordion .ui-state-active {
    background-color: transparent !important;
    border: 0px !important;
    color: #111111;
}

#accordion.ui-accordion .ui-accordion-header .ui-icon {
    width: 24px !important;
    height: 24px;
    background-size: 100% auto;
    background-position: left top;
}

#accordion .ui-state-default .ui-icon {
    background-image: url(accordion-plus.png);

}

#accordion .ui-state-active .ui-icon {
    background-image: url(accordion-mins.png);
}

.need-help-content h2.title {
    font-weight: 600;
    color: #000;
    font-size: 28px;
    margin-left: 0;
    margin-bottom: 20px;
}

.need-help-content h2.title span {
    color: #1dab4e;
}

.client-say-sec {
    padding: 100px 0;
}

@media (min-width: 1260px) {
    .client-say-sec .cent-Coll {
        width: 1100px;
    }
}

.client-say-sec .title-main {
    font-size: 28px;
    color: #0d0d0d;
    font-weight: 600;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
    margin-bottom: 30px;
}

.client-say-sec .title-main span {
    color: #1dab4e;
}

.client-say-sec .client-say-box {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 1px 19px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 2px 1px 19px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 2px 1px 19px 0px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.client-say-sec .client-say-box .top {
    height: 160px;
    border-radius: 5px;
    background-color: #17a944;
}

.client-say-sec .client-say-box .top.bg-1 {
    background-color: #17a944;
}

.client-say-sec .client-say-box .top.bg-2 {
    background-color: #008027;
}

.client-say-sec .client-say-box .top.bg-3 {
    background-color: #024717;
}

.client-say-sec .client-say-box .client-say-logo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: block;
    text-align: center;
    margin: -90px auto 20px;
    padding: 3px;
    background-color: #f5f5f5;
}

.client-say-sec .client-say-box img {
    border-radius: 50%;
    max-width: 100%;
    max-height: 100%;
}

.client-say-sec .client-say-box .text {
    padding: 50px;
    text-align: center;
    font-size: 14px;
    line-height: normal;
    padding-top: 0;
    min-height: 150px;
}

.client-say-sec .client-say-box h2 {
    padding: 30px;
    padding-top: 0;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0;
    padding-bottom: 0;
}

.client-say-sec .client-say-box h5 {
    padding-bottom: 60px;
    padding-top: 3px;
    font-size: 12px;
    margin: 0;
}

.register-business {
    padding: 100px 0;
    background-image: url(register-business.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    text-align: center;
}

.register-business h2 {
    font-size: 42px;
    color: #fff;
    margin-bottom: 20px;
}

.register-business a.btn {
    background-color: #ffc501;
    color: #024717;
    font-size: 16px;
    min-width: 250px;
    padding: 10px;
    display: inline-block;
    border-radius: 8px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .employer-sing-bg .cent-Coll {
        display: block;
    }

    .employer-sing-bg .left {
        width: 100%;
        margin-bottom: 30px;
    }

    .employer-sing-bg .right {
        width: 100%;
    }

    .employer-sing-bg .left h2 {
        font-size: 20px;
    }

    .employer-sing-bg .left .middle-text {
        font-size: 15px;
        line-height: 24px;
        padding: 10px 0;
    }

    .employer-sing-bg .left .list li {
        font-size: 15px;
        line-height: 24px;
    }

    .our-features-sec .features-box {
        padding: 25px;
    }

    .our-features-sec .features-box .text {
        font-size: 15px;
        line-height: 22px;
    }

    .our-features-sec .features-box .icon span {
        width: 48px;
        height: 48px;
    }

    .our-features-sec .features-box .icon span img {
        max-height: 22px;
    }

    .need-help-sec .img-help {
        display: none;
    }

    .need-help-sec .need-help-content {
        margin-left: 0;
        width: 100%;
        padding: 20px;
    }

    #accordion.ui-accordion .ui-accordion-header {
        font-size: 15px;
    }

    .client-say-sec .title-main {
        font-size: 22px;
    }

    .client-say-sec .client-say-box {
        margin-bottom: 30px;
    }

    .client-say-sec .client-say-box .top {
        height: 120px;
    }

    .client-say-sec .client-say-box .client-say-logo {
        width: 140px;
        height: 140px;
        margin: -80px auto 20px;
    }

    .register-business h2 {
        padding: 7px;
        font-size: 20px;
    }

    .register-business {
        padding: 50px 0;
    }
}

.employer-sing-bg .right .form-right fieldset {
    position: relative;
}

.employer-sing-bg .right .form-right .inputReq {
    display: none;
}

.employer-sing-bg .right .form-right .inputField.w-98 {
    width: 100%;
}

.employer-sing-bg .right .form-right .inputField.w-50 {
    width: 50%;
}

.employer-sing-bg .right .form-right .filedwidthinput {
    padding: 5px;
}

.employer-sing-bg .right .form-right .instruction {
    margin-top: 11px;
    /* margin-left: -20px; */
    position: relative;
    right: 12px;
    float: right;
    margin-right: -33px;
}

.employer-sing-bg .right .form-right .inputName {
    width: 100%;
    padding-bottom: 0;
    padding-left: 10px;
}

.employer-sing-bg .right .form-right .filedwidthinput {
    width: 100%;
}

.employer-sing-bg .right .form-right #registr-form {
    margin-top: 0;
}

@media (max-width: 991px) {
    .employer-sing-bg .right .form-right .inputField.w-50 {
        width: 100%;
    }

    .employer-sing-bg .right .form-right .filedwidthinput {
        padding: 5px 0;
    }

    .employer-sing-bg .right {
        padding: 0;
    }

    .employer-sing-bg .left {
        padding: 0;
    }

    .employer-sing-bg .right .form-right {
        padding: 30px;
    }

    .employer-sing-bg .right .form-right .instruction {
        margin-top: 8px;
        right: 10px;
    }
}

@media (min-width: 980px) {
    .instruction .instr_cont {
        min-width: 200px;
        right: 20px;
        z-index: 9;
    }
}

.hiring-process {
    background-color: #023555;
    padding: 100px 0;
}

.hiring-process .title {
    color: #71c0f1;
    font-size: 34px;
    margin: 0;
    margin-bottom: 50px;
}

.list-hiring {
    margin: 0px;
    padding-left: 0px;
    padding-right: 30px;
}

.list-hiring li {
    font-size: 17px;
    color: #fff;
    margin-bottom: 20px;
    list-style: none;
    position: relative;
    padding-left: 30px;
    top: 0px;
}

.list-hiring li .number {
    position: absolute;
    left: 0;
    color: #71c0f1;
    font-weight: 600;
}

@media (max-width: 991px) {
    .list-hiring {
        padding-right: 0;
    }

    .list-hiring li {
        margin-bottom: 10px;
        font-size: 15px;
    }

    .hiring-process {
        padding: 50px 0;
    }
}

.getting-started-sec {
    padding: 100px 0;
    background-color: #eff9ff;
}

.left-getting .title {
    color: #0b2230;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}

.left-getting .list {
    padding: 0;
    padding-left: 20px;
    padding-right: 40px;
    width: 100% !important;
}

.left-getting .list li {
    color: #0b2230;
    font-size: 16px;
    margin-bottom: 20px;
}

.left-getting .list li:last-child {
    margin-bottom: 0px;
}

.getting-started-sec .col-md-6:first-of-type {
    padding-left: 30px;
}

.getting-started-sec .col-md-6:last-of-type {
    padding-right: 30px;
}

.hiring-process .cent-Coll {
    padding: 0 30px;
}

.hiring-process .title {
    font-size: 32px;
}

.list-hiring li {
    font-size: 16px;
}

@media (max-width: 991px) {
    .getting-started-sec {
        padding: 50px 0;
    }

    .left-getting .title {
        font-size: 26px;
    }

    .left-getting .list {
        padding-right: 0px;
        margin-bottom: 30px;
    }

    .left-getting .list li {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

/*Testimonials-section*/

.testimonials-section {
    background-image: url(testimonials-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0;
    margin-bottom: -20px;
    background-color: #0a0a0a;
}

.testimonials-section h2.title {
    background-image: url(quotes.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 55px;
    padding-top: 5px;
    padding-bottom: 10px;
    color: #d4ebfa;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    background-size: 40px auto;
}

.testimonials-inside {
    margin-top: 30px;
}

.testimonials-item .testimonials-text {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 26px;
}

.testimonials-item .name {
    font-size: 19px;
    font-weight: 500;
    color: #ffc501;

    margin-top: 25px;
}

.testimonials-item.hide {
    display: none;
}

@media (max-width: 991px) {
    .testimonials-section {
        padding: 50px 0;
    }

    .testimonials-section h2.title {
        font-size: 18px;
    }

    .testimonials-item .testimonials-text {
        font-size: 15px;
        line-height: 20px;
    }

    .testimonials-item .name {
        font-size: 16px;
    }
}