
body a {
    cursor: pointer !important;
}
 body {
    font-family: ave-regular;
 }
.my-account-pages p, .my-account-pages li,.my-account-pages  a,
.individual-job-page p, .individual-job-page li, .individual-job-page a {

    font-size: 17px;
}
.my-account-pages .newsletter-box {
    padding: 40px;
}

.my-account-pages .newsletter-box .heading-pnel {
    margin-bottom: 3rem;
}

.my-account-pages .newsletter-box .green-btn {
    width: 100%;
    text-align: center;
}

.form-group.forgot-password {
    margin-top: 20px;
    text-align: right;
    margin-bottom: 0;
}

.form-group.forgot-password a {
    font-size: 14px;
    color: #595959;
}
.child-checkboxes .form-group label {
    font-family: ave-regular;
}
.form-group.create-account-link {
    margin-bottom: 0px;
    text-align: center;
    font-size: 16px;
}

.form-group.create-account-link a {
    color: #1D875A;
    font-size: 18px;
}

.my-account-pages .long-content {
    position: relative;
    padding: 0;
    width: 100%;
    padding-bottom: 40px;
    top: 0;
    transform: unset;
}
.my-account-pages .contact-detail {
    padding-top: 40px;
    padding-left: 30px;
}

.my-account-pages .contact-detail h4{
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.2rem;
    color: #014F9A;
}

.my-account-pages .contact-detail ul {
    list-style: none;
}

.my-account-pages .contact-detail ul li {
    margin-left: 25px;
    font-size: 17px;
    position: relative;
}

.my-account-pages .contact-detail ul li:before {
    content: "";
    background-image: url(/wp-content/themes/go2hr/assets/images/account/check.svg);
    position: absolute;
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    left: -25px;
    top: 5px;
}
.my-account-pages .contact-detail ul li:last-child {
    margin-top: 20px;
}

.my-account-pages .contact-detail ul li:last-child:before {
    content: none;
}

.my-account-pages .contact-detail ul li .theme-color {
    color: #014F9A;
    font-weight: 800;
}
.my-account-pages .contact-detail ul li .line-space {
    margin: 0 10px;
}
.form-check {
    margin-bottom: 20px;
}

.form-check input {
    margin-top: 6px;
    margin-right: 10px;
}

.newsletter-box .form-check label {
    font-size: 13px;
    color: #595959;
    margin-left: 10px;
    cursor: pointer;
}

.form-check label a {
    font-size: 13px;
    color: #595959;
    text-decoration: underline;
}
.sign-up-right {
    max-width: 357px;
    overflow: hidden;
    margin: auto;
}

.sign-up-right .sign-image img {
    width: 100%;
    height: 100%;
}

.sign-up-right .sign-image {
    margin-bottom: 20px;
}

.sign-up-right .sign-content p {
    font-size: 17px;
    position: relative;
    padding-left: 50px;
    margin-bottom: 30px;
    font-family: pro-regular;
}
.sign-up-right .sign-content p:before{
    content: "";
    background-image: url(/wp-content/themes/go2hr/assets/images/account/quotation.png);
     background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
}
.sign-up-right .sign-content span {
    font-size: 14px;
    color: #595959;
    text-align: right;
    font-family: ave-regular;
    display: block;
}
.my-account-bar {
    border-bottom: solid 1px #014F9A;
    padding-top: 10px;
}
.my-account-bar .account-bar-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}
.my-account-bar .account-bar-box ul {
    list-style: none;
    display: flex;
    align-items: center;
}
.my-account-bar .account-bar-box ul li {
    margin: 0;
}

.my-account-bar .account-bar-box ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #014F9A;
}

.my-account-bar .account-bar-box ul li a img {
    height: 15px;
    margin-right: 5px;
}
.step-box {
    max-width: 450px;
    margin: auto;
}
.my-account-pages .step-box .newsletter-box {
    padding: 0px;
    background: transparent;
    box-shadow: none;
}
.steps {
    margin-bottom: 3em;
}

.steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 150%;
    color: #929292;
    height: 4rem;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: -25%;
}
.steps > .step.is-active {
    font-size: 13px;
}
.steps > .step {
    position: relative;
    display: table-cell;
    text-align: center;
    font-size: 0.875rem;
    color: #6D6875;
}
.steps > .step.is-active:before {
    color: #FFF;
    border: 2px solid #1d875a;
    background: #1d875a;
    margin-bottom: 0;
}
.steps > .step:before {
    content: attr(data-step);
    display: block;
    margin: 0 auto;
    background: #ffffff;
    border: 2px solid #fff;
    color: #1d875a;
    width: 3rem;
    height: 3rem;
    text-align: center;
    margin-bottom: 0;
    line-height: 2.7rem;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 14px;
}
.steps > .step.is-active {
    font-size: 13px;
}

.steps > .step {
    position: relative;
    display: table-cell;
    text-align: center;
    font-size: 13px;
    color: #1d875a;
    font-weight: 800;
}
.steps > .step:after {
    content: "";
    position: absolute;
    display: block;
    background: #1d875a63;
    width: 100%;
    height: 0.325rem;
    top: 1.4rem;
    left: 50%;
}
.steps > .step:last-child:after {
      display: none;
    }
    .step-box .row.no-gutters {
    margin: 0px -5px;
}

.step-box .row.no-gutters>div {
    padding: 0px 5px;
}
.my-account-pages .step-box .newsletter-box .green-btn {
    width: auto;
    padding: 0px 20px;
}
.steps > .step.is-complete:before {
   color: #1d875a;
    background: #1d875a;
    border: 2px solid #1d875a;
    background-image: url(/wp-content/themes/go2hr/assets/images/account/check.svg);
    background-repeat: no-repeat;
    background-position: 3px;
        position: absolute;
    left: 0;
    right: 0;
}
.step-social {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.step-social i {
    width: 20px;
    width: 5%;
    font-size: 20px;
    color: #595959;
    opacity: 0.5;
    text-align: center;
    margin-right: 20px;
}

.step-social input {
    width: 90%;
}

.RegionField.setting-checkbox {
    margin-left: 10px;
}
.step-box  select.form-control{
    background: url(/wp-content/themes/go2hr/assets/images/account/select-arrow.png) 100% / 15% no-repeat #fff;
    background-size: contain;
    appearance:none;
}
 .company-logo-box img {
    width: 100%;
}

.company-logo-box {
    position: relative;
    cursor: pointer;
}

.company-logo-box input.form-control {
    position: absolute;
    height: 100% !important;
    top: 0;
    bottom: 0;
    opacity: 0;
}
p.company-logo-heading {
    font-size: 13px;
    text-align: center;
    margin-top: 5px;
    opacity: 0.7;
        font-style: italic;
}
.green-btn2 {
    font-size: 1.4rem;
    font-weight: 600;
    background: #fff;
    color: #28B67A;
    border: none;
    transition: all 0.8s !important;
    padding-right: 0;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    height: 46px;
    padding: 0px 20px;
    line-height: 46px;
    letter-spacing: 0.4px;
    border: solid 1px;
}
.my-account-bar .account-bar-box ul.Dashboard-links li {
    margin-right: 20px;
}

.my-account-bar .account-bar-box ul.Dashboard-links li a {
    padding: 5px 10px;
    border-radius: 5px;
}

.my-account-bar .account-bar-box ul.Dashboard-links li a img {
    height: 10px;
    margin-right: 2px;
    width: 10px;
    object-fit: contain;
}

.my-account-bar .account-bar-box ul.Dashboard-links li a:hover, .my-account-bar .account-bar-box ul.Dashboard-links li.active a {
    background: #B9EBFF;
}
.Dashboard-welcome-box {
    box-shadow: 5px 5px 15px #014F9A1A;
    border-radius: 16px;
    background: #fff;
    padding: 50px 15px;
    margin-bottom: 30px;
}

.mx-1000 {
    max-width: 1000px;
    margin: auto;
}
.welcome-box-item {
    max-width: 641px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.welcome-box-item .welcome-box-image {
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
}

.welcome-box-item .welcome-box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.welcome-box-item .welcome-box-content {
    padding-left: 50px;
    width: calc(100% - 150px);
}

.welcome-box-item .welcome-box-content h1 {
    font-size: 36px;
}

.welcome-box-item .welcome-box-content span {
    font-size: 16px;
    color: #014F9A;
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
}

.welcome-box-item .welcome-box-content p {
    font-size: 16px;
    margin-bottom: 20px;
}

.welcome-content-btn {
    display: flex;
    align-items: center;
}

.welcome-content-btn .green-btn {
    padding: 0px 20px;
    min-width: 40%;
    text-align: center;
    margin-right: 15px;
}

.jconfirm-buttons .green-btn {
    font-size: 1.4rem;
    font-weight: 600;
    background: #28b67a;
    color: #fff;
    border: none;
    transition: all 0.8s !important;
    padding-right: 0;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    height: initial !important;
    padding-left: 18px;
    /*line-height: 46px;*/
    letter-spacing: 0.4px;
}

.welcome-content-btn .border-green-btn {
    font-size: 1.4rem;
    font-weight: 600;
    background: #fff;
    color: #1FAA96;
    border: none;
    transition: all 0.8s !important;
    padding-right: 0;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    height: 46px;
    padding: 0px 18px;
    line-height: 46px;
    letter-spacing: 0.4px;
    width: 50%;
    text-align: center;
    border: solid 1px;
}

.jconfirm-buttons .border-green-btn {
    font-size: 1.4rem;
    font-weight: 600;
    background: #fff;
    color: #1FAA96;
    border: none;
    transition: all 0.8s !important;
    padding-right: 0;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    /*height: 46px;*/
    /*padding: 0px 18px;*/
    /*line-height: 46px;*/
    letter-spacing: 0.4px;
    /*width: 50%;*/
    text-align: center;
    border: solid 1px !important;
}

.welcome-content-btn .border-green-btn:hover {
    background: #1FAA96;
    color: #fff;
}

.dashboard-card {
    box-shadow: 5px 5px 15px #014F9A1A;
    border-radius: 16px;
    background: #fff;

    height: calc(100% - 30px);
    overflow: hidden;
    margin-bottom: 30px;
}
.card-content {
    padding: 10px;
}
.Recruit-list-main {
    display: flex;
    justify-content: space-between;
    padding: 15px 10px;
}

.Recruit-list-main p {
    width: 100px;
    font-size: 14px;
}
.card-content .Recruit-list-item h3 a {
    padding: 15px;
    font-weight: normal;
    align-items: self-start;

}
.Recruit-list-main a {
    margin-left: 15px;
}
.card-content .Recruit-list-item h3  p {
    width: 95%;
    font-size: 14px;
}
.dashboard-card .card-heading {
    background: #D3E9FF;
    padding: 20px;
}

.dashboard-card .card-heading h3 {
    font-size: 20px;
    font-family: ave-bold;
}
/*individual page*/
.individual-width {
    max-width: 715px;
    margin: auto;
}
.individual-width .EventDetail-content h2 {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 1;
}

.individual-width .EventDetail-content ul {
    list-style: none;
    margin-bottom: 30px;
}

.individual-width .EventDetail-content ul li {
    margin-left: 0;
    margin-bottom: 10px;
    line-height: 1.4;
}
.individual-job-page .sharejob-main.post-time {
    padding-bottom: 0;
    border-bottom: 1px solid #595959;
}
.individual-job-page .NewsContent-box {
    max-width: 715px;
    margin: auto;
}
.individual-job-page .NewsContent-box h3 {
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: 1.5;
        font-family: ave-semibold;
}
.individual-job-page  .NewsContent-box > p {
    margin-bottom: 20px;
}
.table-title {
    margin-bottom: 10px;
}

.table-title h4 {
    font-size: 20px;
    font-family: ave-semibold;
    font-weight: 700;
}
.individual-job-page .btn-border {
    color: #28b67a;
}
.my-account-pages .newsletter-box .heading-pnel h4 {
    font-family: 'ave-bold';
}
.my-account-pages  .long-content h3 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.2;
}
.individual-job-page .btn-border:before{
    background:#28b67a;
}

.individual-job-page .btn-border:hover {
    color: #28b67a;
}
.my-account-pages .long-content p{
font-size: 17px;
}
.individual-job-page  .resource-search-form form {
    display: flex;
    align-items: center !important;
    margin: 0px -7px;
    flex-wrap: wrap;
    flex-direction: unset;
}
.individual-job-page  .form-group.col.d-flex.align-items-center {
    max-width: 120px;
}

.individual-job-page  .form-group.col.d-flex.align-items-center  .form-control {
    text-align: center;
    margin-right: 6px;
}
.input-icon {
    position: relative;
}

.input-icon img {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 15px;
    opacity: 0.7;
}

.Find-jobs .res-filt-box {
    background: transparent;
    justify-content: center;
    border-top: solid 1px #014f9a;
    border-bottom: solid 1px #014f9a;
    overflow-x: auto;
    flex-direction: unset;
    justify-content: center;
}
.Find-jobs .res-filt-box .ResFilter-items ul li a:hover, .Find-jobs .res-filt-box .ResFilter-items ul li.active a {
    background: #014f9a;
    color: #fff;
}
.Find-jobs .pagination li {
    margin-left: 0;
    margin-bottom: 0;
}
.Find-jobs .ExploreAll-main .ExploreBox {
    box-shadow: none;
    border: solid 1px #014f9a;
    align-items: center;
    flex-direction: unset;
}

.Find-jobs .ExploreAll-main .ExploreBox figcaption {
    width: calc(100% - 270px);
    padding: 30px 20px;
    padding-left: 50px;
}

.Find-jobs .ExploreAll-main .ExploreBox figure {
    width: 270px;
    padding-left: 50px;
}
.Find-jobs .ExploreAll-main .ExploreBox figcaption p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.Find-jobs .ExploreAll-main .ExploreBox figcaption .job-top .find-content p {
    font-size: 17px;
    margin: 0;
}

.Find-jobs .ExploreAll-main .ExploreBox figcaption .job-top {
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
}
.Find-jobs .ResourceFilter.D-radius {
    padding: 12px;
}
.Find-jobs .res-filt-box .ResFilter-items ul li a {
    color: #014f9a;
    font-weight: 600;
    margin: 0px 23px;
    font-size: 14px;
    font-family: ave-semibold;
}
.individual-job-page  .form-group.col.d-flex.align-items-center p.fff {
    color: #fff;
}
.individual-job-page  .EventSearch .form-group {
    margin-bottom: 10px;
}
.individual-job-page .ResFilter-items {
    overflow: auto;
}
.Find-jobs .res-filt-box ul {
    display: flex;
    width: 1150px;
    overflow: auto;
    margin: 0px auto;
    justify-content: center;
}
.Find-jobs .res-filt-box ul li{
margin: 0px;
}
.grid-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-family: ave-semibold;
}

.grid-top .list-counter p {
    font-size: 16px;
    color: #014F9A;
    font-weight: 600;
    font-family: ave-semibold;
}

.grid-top .short-by {
    font-size: 16px;
    color: #014F9A;
    font-weight: 600;
    font-family: ave-semibold;
}

.grid-top .short-by select {
    border: none;
    color: #014F9A;
    font-weight: 600;
    font-size: 16px;
    border-bottom: solid 1px;
    font-family: ave-semibold;
}
.Find-jobs .pagination li.page-item.article-count {
    margin-left: 20px;
}
.grid-top .short-by select:focus {
    outline: none;
}
.social-box {
    background: #fff;
    border: 1px solid #eee;
    padding: 1.5em;
    margin-bottom: 26px;
    display: block;
    width: auto;
    position: absolute;
    top: -20px;
    right: 30px;
}
.social-box:before {
    display: block;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 9px solid transparent;
    border-top: 9px solid transparent;
    border-left: 9px solid #fff;
    left: 100%;
    bottom: 43%;
    z-index: 100;
}
.social-box:after {
    display: block;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid #eee;
    left: 100%;
    bottom: 41%;
}
.share-btn.social-share {
    position: relative;
}
.individual-job-page .close-filter {
    position: absolute;
    right: 10px;
}
.individual-job-page .ResourceFilter.D-radius.show-filter .filter-accordion {
    padding-top: 50px;
}

.individual-job-page .child-checkboxes .form-group {
    margin: 0;
    padding-bottom: 12px;
}
/*individual page End*/
/*sidebar*/
.My-job-dashboard .ResourceFilter.D-radius {
    height: 100%;
    background: #fff;
    padding: 0;
    border-radius: 0;
    padding-right: 20px;
    padding-top: 30px;
    z-index: 9;
    position: relative;
}
.child-checkboxes.card-header a.btn.btn-link:after {
    content: none !important;
}

.child-checkboxes.card-header a.btn.btn-link {
    padding-left:60px !important;
}

.My-job-dashboard .ResourceFilter.D-radius .card {
    margin: 0;
    padding: 0;
    border: none;
    margin-bottom: 10px;
}
@media only screen and (max-width: 2420px) and (min-width: 991px)  {
.My-job-dashboard {
    position: relative;
}

.My-job-dashboard:after {
    content: "";
    background: #fff;
    position: absolute;
    width: 27vw;
    height: 100%;
    top: 0;
    bottom: 0;
}
}
.My-job-dashboard .ResourceFilter.D-radius .card .card-header a {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
    padding-left: 40px;
    display: flex;
    align-items: center;
        font-family: ave-regular;
}

.My-job-dashboard .ResourceFilter.D-radius .card .card-header a img {
    margin-right: 5px;
}
.My-job-dashboard .ResourceFilter.D-radius .card .card-header a.active, .My-job-dashboard .ResourceFilter.D-radius .card .card-header a:hover {
    background: #d3e9ff;
    text-decoration: none;
    background: #B9EBFF;
        font-family: 'ave-bold';
}
.My-job-dashboard .ResourceFilter.D-radius .card .card-header a.btn.btn-link.collapsed:after {
    content: "\f105";
    left: 23px;
    position: absolute;
}

.My-job-dashboard .ResourceFilter.D-radius .card .card-header a.btn.btn-link:after{content: "\f107";left: 23px;position: absolute;}
.card-content table {
    border: none !important;
    margin-top: 0 !important;
}

.card-content table th {
    border-top: none;
    font-size: 14px;
    color: #595959;
    font-weight: 500;
   border-color: #707070;
    padding: 10px;
    border-width: 1px;
}

.card-content table th:first-child, .card-content table td:first-child {
    padding-left: 2px;
}
.card-content table td {
   color: #595959;
   border-color: #707070;
   font-size: 14px;
   padding: 5px 10px;
   border: none;
   vertical-align: middle;
}
.dashboard-card .card-heading.fff {
    background: #fff;
}
.card-content.pt-5.video-section .row>div {
    padding: 0px 5px;
}

.card-content.pt-5.video-section .row {
    margin: 0px -5px;
}

.custom-input input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.custom-input label {
    position: relative;
    cursor: pointer;
}
.custom-input label:before {
  content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #595959;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 6px;
}
.custom-input input:checked + label:before{
    background: #28b67a;
}
.custom-input input:checked + label:after{
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

element.style {
}
.my-account-pages .RegionField.small-box {
    background: #fff;
    max-height: 134px;
    overflow: auto;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
*, *::before, *::after {
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
html, body {
    font-size: 100%;
    overflow-x: hidden;
}
body {
    font-family: ave-regular;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
:root {
    font-size: 62.5%;
}
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
*, *::before, *::after {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: border-box;
}
.my-account-pages .RegionField.small-box::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.my-account-pages .RegionField.small-box::-webkit-scrollbar-thumb {
    background-color: #a3a3a3;
    border: 2px solid #a3a3a3;
}
.my-account-pages .RegionField.small-box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #f5f5f5;
}
.my-account-pages .newsletter-box form .form-control{
    font-size: 14px;
}

.dashboard-action img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.dashboard-action a {
    margin-left: 20px;
}
.mx-758 {
    max-width: 758px;
    margin: auto;
}
.mx-700 {
    max-width: 700px;
    margin: auto;
}
.job-board-resources .dashboard-card .card-content {
    padding: 20px;
}

.job-board-resources .dashboard-card .card-content .Recruit-list-item h3 a {
    padding: 5px 0px;
}
.job-board-resources .dashboard-card .card-content.Questions-Every .Questions-box {
    margin-bottom: 40px;
}

.job-board-resources .dashboard-card .card-content.Questions-Every .Questions-box ul {
    padding-left: 15px;
}

.job-board-resources .dashboard-card .card-content.Questions-Every .Questions-box h4 {
    border-bottom: solid 1px;
    padding-bottom: 10px;
    font-size: 18px;
    margin-bottom: 20px;
    font-family: ave-bold;
    color: #595959;
}
.My-job-dashboard .ResourceFilter.D-radius .card.single-list .card-header a.btn.btn-link.collapsed:after {
    content: none;
}
.my-account-pages .form-group {
    margin-bottom: 15px;
}
.my-account-pages .RegionField.small-box {
    background: #fff;
    max-height: 134px;
    overflow: auto;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.my-account-pages .newsletter-box .checkbox-item.custom-input label {
    font-size: 14px;
}
.Salary\/Wage-box {
    display: flex;
    align-items: center;
}

.Salary\/Wage-box>div {
    width: 130px;
    margin-right: 10px;
}
.Salary\/Wage-input {
    position: relative;
}

.Salary\/Wage-input i.fa.fa-usd {
    position: absolute !important;
    font-size: 20px;
    top: 10px;
    left: 10px;
    color: #595959 !important;
}

.newsletter-box form .form-control {
    color: #595959;
}
.my-account-pages .RegionField.d-flex.align-items-center {
    background: transparent;
    border: none;
    padding: 0;
}

.my-account-pages .RegionField.d-flex.align-items-center label {
    font-size: 14px;
}

.my-account-pages .RegionField.d-flex.align-items-center input {
    width: 14px;
    margin-right: 5px;
    top: 4px;
}
.my-account-pages .newsletter-box label {
    color: #595959;
    font-family: ave-regular;
    font-size: 17px;
}
.Salary\/Wage-box .Salary\/Wage-select select.form-control {
    background: url(/wp-content/themes/go2hr/assets/images/account/select-arrow.png) 100% / 31% no-repeat #fff;
}

.my-account-pages {
    background: #edfaff;
}
.job-board-resources .dashboard-card .card-content .Recruit-list-item h3 a:hover {
    background: transparent;
}

.job-board-resources .dashboard-card .card-content h4 {
    font-weight: 500;
    font-family: ave-semibold;
    margin-bottom: 17px;
    font-size: 18px;
    line-height: 1.5;
}

.job-board-resources .dashboard-card .card-content .green-btn {
    padding: 0px 10px;
    height: 35px;
    margin-right: 0;
    margin-left: auto;
    display: block;
    text-align: center;
    line-height: 35px;
    width: 70px;
}
.title-img {

    align-items: center;
}

.title-img img {
    margin-right: 10px;
}
.My-job-dashboard .green-btn2 {
    padding: 0px 30px;
    height: 35px;
    line-height: 34px;
    margin-bottom: 20px;
}
.card-content tbody tr:hover {
    background:#B9EBFF;
    border-radius: 5px;
}

.card-content tbody tr:hover td {
    color: #014F9A;

    font-weight: 600 !important;
}
.Videos-box{
    margin-bottom: 30px;
}
.Videos-box .Videos-item {
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.Videos-box .Videos-content h5 {
    font-size: 14px;
    color: #595959;
}
.RegionField.setting-checkbox  .checkbox-item label {
    font-size: 13px;
}

.RegionField.setting-checkbox .checkbox-item input {
    top: 3px;
    width: 11px;
    margin-right: 5px;
}

.RegionField.setting-checkbox  .checkbox-item {
    margin-bottom: 10px;
}

.RegionField.setting-checkbox .checkbox-item label a{
    color:#014F9A;
    text-decoration: underline;
    font-size: 13px;
}
.title-img input {
    width: 9px;
    margin-right: 10px;
    height: 9px;
}
.custom-input.radio-custom label:before {
    padding: 3px;
    border-radius: 50%;
    margin: 0;
    top: -2px;
}
.custom-input.radio-custom input:checked + label:before {
    background: none;

}

.custom-input.radio-custom input:checked + label:after {
    background: #00B0F0;
    border:none;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: 2px;
    margin: auto;
    top: 8px;
}
/*sidebar End*/

.Find-jobs .filter-accordion .card .card-header a {
    font-size: 17px;
    font-family: ave-bold;
}
.filter-accordion .card .card-header .btn-link:after{
    color: #014F9A;
}
.Find-jobs .heading-pnel.fff p{
    font-size: 17px;
}
.My-job-dashboard .green-btn2.my-jobs-btn{width: 114px;padding: 0;text-align: center;margin-left: 30px;}

.card-content table th:last-child, .card-content table td:last-child {
    padding-right: 0;
}
.card-content table td.text-right.Edit-td {
    padding-right: 30px;
}
.card-content table .title-img .d-flex input {
    margin-top: 6px;
}


.company-grid {
    margin-bottom: 30px;
}

.company-grid .company-grid-image {
    border: solid 1px #014F9A;
    height: 174px;
    border-radius: 16px;
    margin-bottom: 15px;
    text-align: center;
}

.company-grid .company-grid-content h4 {
    font-size: 17px;
    line-height: 22px;
    color: #595959;
    font-family: ave-regular;
}
.company-grid .company-grid-image img {
    width: 80%;
    height: 100%;
    object-fit: contain;
    margin: auto;
}

@media screen and (max-width: 991px){
.my-account-pages .contact-detail {
    padding-top: 40px;
    padding-left: 0;
}
.My-job-dashboard .ResourceFilter.D-radius.show-filter {
    height: 100%;
    background: #fff;
    padding: 0;
    border-radius: 0;
    padding-right: 20px;
    padding-top: 30px;
    z-index: 9;
    position: relative;
    width: 100%;
    margin-top: 15px;
    padding: 40px 20px;
    padding-bottom: 0px;
}
.Img_Outer {
    order: 0 !important;
    margin-bottom: 30px
}
}
@media screen and (max-width: 767px){
    .container {
    max-width: 100%;
}
    .welcome-box-item {
    flex-direction: column;
}
.card-content .Recruit-list-item h3 p br {
    display: none;
}

.card-content .Recruit-list-item h3 p {
    width: 90%;
    font-size: 14px;
}
.welcome-box-item .welcome-box-content {
    width: 100%;
    padding: 0;
    margin-top: 15px;
}
.welcome-box-item .welcome-box-content h1 {
    font-size: 25px;
}
.welcome-box-item .welcome-box-content br {
    display: none;
}
.Find-jobs .ExploreAll-main .ExploreBox {
    flex-direction: column;
}
.Find-jobs .ExploreAll-main .ExploreBox figcaption {
    width: 100%;
    padding: 30px 20px;
}
.Find-jobs .ResourceExplore .col-lg-9.col-md-12.col-12 {
    padding: 0;
}
}
@media screen and (max-width: 1200px) and (min-width: 991px) {
.container {
    max-width: 1150px;
}
}
@media screen and (max-width: 576px){
    .Img_Outer {
    order: -1 !important;
    margin-bottom: 30px;
}
    .dashboard-card .card-heading {
    background: #D3E9FF;
    padding: 15px !important;
}
.my-account-pages .long-content p br{
display: none;
}
.Find-jobs .ExploreAll-main .ExploreBox figure {
    width: 270px;
    padding-left: 0;
    padding-top: 20px;
}
.dashboard-card .card-heading h3 {
    font-size: 18px;
}
.dashboard-action img {
    width: 19px;
    height: 19px;
    object-fit: contain;
}
.dashboard-action a {
    margin-left: 10px;
}
.card-content.p-5 {
    padding: 15px !important;
}
.card-content table th {
    min-width: 135px;
}
.individual-job-page .NewsContent-box .sharejob-main.post-time {
    flex-wrap: wrap;
}
.account-bar-box {
    overflow: auto;
}

.my-account-bar.dashboard-bar .account-bar-box {
    min-width: 450px;
    overflow: auto;
        padding-right: 15px;
}

.my-account-bar.dashboard-bar {
    overflow: auto;
}
.individual-job-page .NewsContent-box .sharejob-main.post-time p {
    width: 100%;
    margin-bottom: 15px;
}

.individual-job-page .EventSearch .form-group {
    padding: 7px !important;
    margin: 0px !important;
     margin-bottom: 10px !important;
    width: 100%;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
}
.grid-top .list-counter p, .grid-top .short-by, .grid-top .short-by select {
    font-size: 14px;
}
.Find-jobs .pagination li.page-item.article-count {
    display: none;
}
}
.individual-width .EventDetail-content ul li a {
    color: #014F9A;
    text-decoration: underline;
}
.individual-width .EventDetail-content .footer_bottom_icon ul {
    justify-content: start;
}

.individual-width .EventDetail-content .footer_bottom_icon ul a {
    color: #fff;
    width: 25px;
    height: 25px;
    font-size: 12px;
        text-decoration: none;
}
.Salary\/Wage-box>div input.form-control {
    padding-left: 27px !important;
}


.individual-width .EventDetail-content .footer_bottom_icon {
    box-shadow: none;
    background: none;
    padding: 0;
    height: unset;
}
.EventSearch .resource-search-form .input-icon .form-control {
    padding-right: 40px;
}
.Find-jobs .pagination li.page-item.active a {
    background: transparent !important;
    color: #014F9A;
    text-decoration: underline;
}

#user-registration-form-step1,
#user-registration-form-step2 {
    display: none;
}

.newsletter-box :not(textarea).form-control {
    height: 40px !important;
    box-shadow: none;
    outline: none;
    border: 1px solid #ddd;
    font-size: 1.6rem;
    padding-left: 15px;
}

.green-btn {
    float: none;
    width: unset;
    border: none;
}

.form-group i {
    color: initial !important;
    position: initial !important;;
    right: initial !important;;
}

.green-btn i {
    color: #fff !important;
}

label.error {
    color: #ff1d1d !important;
    font-size: 15px !important;
    font-weight: bold;
    padding-top: 5px;
}

.g2hr-error-message-box,
.g2hr-success-message-box {
    display: none;
}

#reset-password-sec .form-control {
    height: 40px !important;
    box-shadow: none;
    outline: none;
    border: 1px solid #ddd;
    font-size: 1.6rem;
    padding-left: 15px;
}

#reset-password-sec label {
    color: #595959;
    font-family: ave-regular;
    font-size: 17px;
}

.signed-in.inr-page {
    padding-top: calc(11rem - 32px);
}

.form-control[disabled] {
    cursor: not-allowed;
}

.g2hr-dropzone.dz-clickable {
   cursor: pointer;
}

.dz-default.dz-message,
.dz-details,
.dz-success-mark,
.dz-error-mark {
    display: none;
}

.dropzone {
    width: 450px;
    height: auto;
    min-height: 167px;
    background: url("/wp-content/themes/go2hr//assets/images/account/drag.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.company-logo-box img {
    width: 100%;
    object-fit: cover;
    height: 167px;
}

.dz-preview {
    text-align: center;
}

#g2hr-user-registration-form .green-btn2 .form-group i {
    color: #28B67A !important;
}

.my-account-pages .hidden {
    display: none;
}

ol.steps > li {
    text-indent: 0px;
    padding-left: 0px;
}

#user-registration-form-step2 .green-btn2 i {
    color: #28B67A !important;
    transition: all 0.8s !important;
}

#user-registration-form-step2 .green-btn2:hover i {
    color: #0056b3 !important;
}

.SuggestedTrainingField a {
    font-size: 14px;
}

.My-job-dashboard .card-header .btn.btn-link {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
    padding-left: 40px;
    display: flex;
    align-items: center;
    font-family: ave-regular;
}

.My-job-dashboard .card-header .btn.btn-link:hover {
    text-decoration: none;
    background: #B9EBFF;
    font-family: 'ave-bold';
}

.My-job-dashboard .ResourceFilter.D-radius .card .card-header a {
    padding: initial;
    width: 100%;
}

.My-job-dashboard .filter-accordion .card .card-header .btn-link:after {
    content: "" !important;
}

.My-job-dashboard .filter-accordion .card .card-header .btn-link img {
    margin-right: 5px;
}

.My-job-dashboard .filter-accordion .card .card-header i {
    position: absolute;
    left: 23px;
    color: #014F9A;
}

.My-job-dashboard .card-header .btn.btn-link.active {
    text-decoration: none;
    background: #B9EBFF;
}

.My-job-dashboard .card-header .btn.btn-link.active a {
    font-family: 'ave-bold' !important;
}

#collapseOne a,
#collapseOne1 a {
    padding: 5px 10px;
}

.company-logo-box i {
    font-size: 30px;
    position: absolute !important;
    top: -12px;
    right: -12px !important;
    color: #28b67a !important;
}

.company-logo-box i:hover {
    color: #1d875a !important;
}

.validation-error,
.sector-validation-error,
.status-validation-error {
    color: #ff1d1d !important;
    font-size: 15px !important;
    font-weight: bold;
    padding-top: 5px;
}
