body {
    min-width: 300px;
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    height: 100%;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media screen and (max-width: 767px) {
    .list-tag.top-links {
        display: none;
    }
}
.list-tag {
   text-align: center;
}
.list-tag.top-links a {
   padding-top: 5px;
}
.list-tag.top-links a {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
}

.tag {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
    padding: 5px 10px;
    border: 1px solid #6891c2;
    margin: 0 8px 8px 0;
    border-radius: 20px;
}
a.tag.postajob span.new {
    position: absolute;
    top: -10px;
    right: -15px;
    background: #f8f9fa;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 8px;
    padding: 3px 5px;
    color: #6891c2;
    border-radius: 5px;
}
a.tag.postajob {
    position: relative;
    background: #0f5396;
    color: white;
    border: #6891c2 1px solid;
    transition: all ease .3s;
}

.home-hero {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-image: url(/img/hero-background.jpg);
    position: relative;
}
.full-width-section {
  margin: unset;
  background-color: #0f5396ba;
  text-align: center;
  padding: 30px 10px 20px 10px;
}

@media screen and (max-width: 767px) {
    .full-width-section {
        padding: 20px 10px 20px 10px;
    }
}
.full-width-section h4 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 28px;
    color: #fff;
    margin: unset;
    font-weight: 600;
    padding-top: 20px;
}

.intro-text {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 20px;
    margin: 5px 0 40px 0;
    color: #ffffffce;
    font-weight: 400;
}

.search-box {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.search-input {
  padding: 8px;
  margin: 0 0 15px 0;
  font-size: 15px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
    .search-input {
        margin: 0 0 15px 0;
    }
}

.input-group-text {
  background-color: #edf2f7;
  color: #6891c2;
}

.search-button {
  border: none;
  border-radius: 30px;
  padding: 12px 80px;
  font-size: 18px;
  font-weight: 700;
  background-color: #10968d;
  color: #fff;
  margin-top: 15px;
  cursor: pointer;
  transition: background-color 0.3s;
  text-transform: uppercase;
}

.search-button:hover {
  background-color: #46a9a3;
  color: #fff;
}
.job-area{
    color: #fff;
    font-size: 16px;
}
.job-key {
    background-color: #fff3cd;
    text-align: center;
    margin: 0;
    padding: 15px 0 14px 0;
}
.job-key span {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: #333;
}
.job-key span a {
    text-decoration: none;
    color: #6891c2;
}
.site-info{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #9a9898e2;
    padding: 20px;
    max-width: 450px;
    width: 85%;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

/* Popular Job Categories Section */
.job-category-section {
  margin: 20px 0;
  text-align: center;
}

.job-category-section h3 {
  font-size: 24px;
  color: #105396;
  font-weight: 600;
  margin-bottom: 30px;
}

.category-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.category-list li {
  font-size: 1.1rem;
}

.category-list a {
  color: #105396;
  text-decoration: none;
  font-weight: 500;
  padding: 10px 15px;
  border: 1px solid #105396;
  border-radius: 8px;
  transition: background-color 0.3s, color 0.3s;
}

.category-list a:hover {
  background-color: #105396;
  color: #fff;
}

footer {
    background-color: #fff;
    background-image: linear-gradient(0deg, #e5f3ff 0%, #ffffff 100%) !important;
    box-shadow: 0 0 5px #e0e0e0;
}
.footer-container {
    color: #85837f;
    padding: 10px;
    text-align: center;
    font-family: "Fira Sans";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.4px;
    width: 100%;
}
.footer-container p {
    max-width: 883px;
    width: 100%;
    margin: 0 auto;
}
footer ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #A1AAB2;
    padding: 10px;
    margin-block-end: 0em;
}
footer ul li {
    font-size: 10px;
    line-height: 16px;
    color: #000000;
    list-style: none;
}
footer ul li a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    color: #105396;
    text-decoration: none;
    margin: 5px;
}
footer ul li a:hover {
    color: #2f7fcf;
    text-decoration: line;
}
@media screen and (max-width: 767px) {
    footer ul li a {
        font-size: 11px;
        line-height: 16px;
    }
}
.static-page{
    background-color: #F2F4F5;
}
@media (max-width: 767px) {
    .static-page {
        padding: 0;
    }
}
.static-page {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 20px 0;
}
@media (max-width: 767px) {
    .legel-container.container {
        padding: 0 5px;
    }
}
.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
}
.static-page h1 {
    font-family: cursive;
    font-weight: 600;
    font-size: 40px;
    line-height: 54px;
    padding: 20px;
    text-align: center;
    color: #0E0B20;
    font-family: 'Signika', sans-serif;
}
.slug {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    text-align: center;
    color: #0E0B20;
}

@media (max-width: 767px) {
    .static-page h1 {
        font-size: 30px;
        line-height: 36px;
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .static-page .content-wrap {
        padding: 27px 20px;
    }
}

.static-page .content-wrap {
    display: block;
}
.content-wrap {
    color: #3E3C4D;
}
.content-wrap {
    max-width: 1170px;
    min-height: 335px;
    background: #FFFFFF;
    padding: 40px 60px 40px 60px;
    margin: 0 auto;
    position: relative;
}
.content-wrap p, .content-wrap ul li {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}
@media screen and (min-width: 767px) {
    .content-wrap ul li, .content-wrap p {
        font-size: 13px;
        line-height: 18px;
    }
}
.static-page h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}
.content-wrap h3 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.static-page ul, .static-page ol {
    font-family: 'Roboto', sans-serif;
}
.form-label{
    font-size: 14px;
    font-weight: 700;
}
.send-button {
    border: none;
    border-radius: 30px;
    padding: 12px 80px;
    font-size: 18px;
    font-weight: 700;
    background-color: #10968d;
    color: #fff;
    margin-top: 15px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-transform: uppercase;
  }
  
  .send-button:hover {
    background-color: #46a9a3;
    color: #fff;
  }



/* Signup page Section */

.header {
    width: 100%;
    padding: 10px;
    background-color: #0f5396;
    background-image: linear-gradient(0deg, #0f5396 0%, #0c0754 100%) !important;
    box-shadow: 0 0 5px #999999;
}
.header-inner {
    max-width: 575px;
    width: 100%;
    margin: 0px auto;
}
.head-logo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: flex-end;
}
.head-logo img{
    margin: 0 auto;
    width: auto;
    height: 40px;
}
.nameView {
    text-align: right;
    padding-bottom: 5px;
    color: #85adc3;
    font-weight: 500;
}
.zipView {
    text-align: right;
    padding-bottom: 5px;
    color: #85adc3;
    font-weight: 500;
}
.breadView img {
    width: 100%;
    height: auto;
}
.header .bgf {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .bgf img {
    margin: 0 auto;
    width: 656px;
    height: auto;
}
.middle {
    min-height: 100vh;
    background-color: #fdfdff;
    overflow: hidden;
}
.header .header-inner .header-center img {
    width: auto;
    height: 40px;
}

.logo {
    width: 350px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: block
}
.header-title-section {
    width: 100%;
    background-color: #105396;
    padding: 10px 0;
    text-align: center;
}

.header-title-section h3 {
    color: #fff;
    margin: 0;
    font-weight: 600;
    font-size: 1.5rem;
}
.fill-box {
    max-width: 600px;
    margin: 15px auto;
    width: 95%;
    box-shadow: rgba(51, 51, 51, 0.1) 0px 2px 6px 0px;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 20px 30px;
    text-align: center;
    border: 2px solid #dee2e6;
}
.signup-button {
    border: none;
    border-radius: 10px;
    padding: 12px 24px;
    font-size: 2em;
    font-weight: 700;
    background-color: #105396;
    color: #fff;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
@media only screen and (max-width: 47.9375em) {
    .signup-button {
        font-size: 1.25em;
        padding: 0.75em 1.25em;
    }
}
.signup-button:hover {
    background-color: #256ab0;
    color: #fff;
}
@media only screen and (max-width: 920px) {
    .logo {
        width: 250px;
      }
}
.ques-img {
    margin-bottom: 8px;
    height: auto;
    width: 134px;
    line-height: 0;
    font-family: Roboto, arial, sans-serif;
    margin: 5px auto;
}
.ques-img img {
    width: 100%;
    height: 100%;
}
.jtitle {
    font-family: 'Parkinsans', sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    color: #01b1b1;
}
/* For mobile view */
@media (max-width: 767px) {
    .jtitle {
        font-size: 22px;
    }
    .jloc {
        font-size: 22px;
    }
}
.jloc{
    font-family: 'Signika', sans-serif;
    text-transform: capitalize;
    font-weight: 600;
}
.qslug {
    font-size: 2rem;
    font-family: 'Signika', sans-serif;
    text-transform: capitalize;
    font-weight: 600;
}
/* For mobile view */
@media (max-width: 767px) {
    .qslug {
        font-size: 25px;
    }
}
.jskip {
    font-size: 0.85em;
    color: rgb(119, 119, 119);
    margin: 2em auto;
    text-align: center;
    padding: 0px 1em;
    max-width: 35em;
}
.skiptxt {
    color: rgb(119, 119, 119);
    margin: 1em auto 0px;
    text-align: center;
}

@media only screen and (min-width: 42em) {
    .skiptxt {
        font-size: 1em;
    }
}

/* zipFind Page */

.text-block {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    max-width: 400px;
    margin-bottom: 24px;
    font-weight: 500;
}
.zip-search-box {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
    box-shadow: rgba(51, 51, 51, 0.1) 0px 2px 6px 0px;
    background-color: #ffffff;
    border-radius: 2px;
    padding: 30px;
    text-align: center;
}
.zip-input {
    max-width: 300px;
    padding: 12px;
    font-size: 16px;
    background-color: #fff;
}
.zip-search-button {
    border: none;
    border-radius: 0 4px 4px 0;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 700;
    background-color: #105396;
    color: #fff;
    cursor: pointer
}
.zip-search-button:hover {
    background-color: #256ab0;
    color: #fff;
}


.blog-containter {
    display: grid;
    max-width: 1170px;
    min-height: 335px;
    margin: 0 auto;
    display: grid;
    grid-gap: 30px;
    background-color: transparent;
    box-shadow: none;
}
.article-box {
    max-width: none;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    background-color: #fff;
}
.article-box a {
    text-decoration: none;
    background-color: #fff;
    border-radius: 5px;
}
.article-box .img-blk {
    margin: 0 auto;
    overflow: hidden;
    border-radius: 6px;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
}
.article-box .img-blk img {
    width: 100%;
    height: auto;
    border: 0px solid #F0C995;
    box-sizing: border-box;
    border-radius: 5px;
}
.article-text {
    max-width: 100%;
    text-align: center;
    padding: 5px;
}
.article-text h3 {
    font-weight: bold;
    font-size: 24px;
    text-decoration: none;
    position: relative;
    margin-top: 10px;
}
.article-text p {
    color: #6f6f6f;
}
@media (min-width: 600px) {
    .blog-containter {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 900px) {
    .blog-containter {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 600px) {
    .blog-containter {
        padding: 0 10px;
    }
}



.blog-content-wrap {
    max-width: 970px;
    background: #FFFFFF;
    padding: 40px 30px 20px 30px;
    margin: 0 auto;
    position: relative;
}
.article-banner .img-blk {
    margin: 0 auto;
    overflow: hidden;
    border-radius: 6px;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
}
.article-banner .img-blk img {
    width: 100%;
    height: auto;
    border: 1px solid #F0C995;
    box-sizing: border-box;
    border-radius: 5px;
}
.article-content {
    margin-top: 20px;
    max-width: 100%;
    padding: 5px;
}
.article-content h3 {
    font-weight: bold;
    font-size: 24px;
    text-decoration: none;
    position: relative;
    margin-top: 10px;
}
.article-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #445566;
    display: block;
}
.article-content p strong, .article-content h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #333333;
}
@media screen and (max-width: 767px) {
    .article-content p, .article-content li {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 22px;
    }
}
@media screen and (max-width: 767px) {
    .container h1 {
        font-size: 24px;
    }
}

.fill-box-4 {
    max-width: 600px;
    margin: 40px auto;
    width: 95%;
    box-shadow: rgba(51, 51, 51, 0.1) 0px 2px 6px 0px;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 20px 30px;
    text-align: center;
    border: 2px solid #dee2e6;
}
.trms {
    margin-top: 4px;
    font-size: 11px;
    color: rgb(51, 51, 51);
    width: 100%;
    text-align: left;
}
.adhead {
    color: inherit;
    cursor: inherit;
    text-decoration: none;
}
.adbdy {
    width: 100%;
    margin: 0px auto 2em;
    padding: 0.5em 0px;
    color: rgb(68, 68, 68);
    margin-bottom: 0px;
}
.adcontnt {
    font-family: 'Signika', sans-serif;
    text-align: center;
    font-weight: bold;
    margin: 10px 0px 20px;
    line-height: 1.4;
}
.adimg {
    max-width: 499px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.nothnks {
    font-size: 16px;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
    text-decoration: none;
    color: initial;
    cursor: pointer;
}
.adlogo {
    display: block;
    margin: 0px auto 1.5em;
    max-height: 5em;
}
.adtitle {
    font-size: 27px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1em;
}
/* For mobile view */
@media (max-width: 767px) {
    .adtitle {
        font-size: 23px;
    }
}
.adlist {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    padding: 0px 2em;
}
.adui {
    display: flex;
    flex-direction: column;
    color: rgb(68, 68, 68);
}
.adli {
    font-family: 'Signika', sans-serif;
    font-size: 18px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0.5em;
}
.mapmark {
    font-size: 18px;
    font-weight: 600;
    color: #727070;
}
.btnmark {
  font-size: 18px; 
  font-family: 'Parkinsans', sans-serif;
}
/* For mobile view */
@media (max-width: 767px) {
    .btnmark {
        font-size: 15px;
    }
}
.adrow {
    display: flex;
    margin-bottom: 1em;
}
.adroundimg {
    max-width: 8em;
    min-width: 8em;
    min-height: 8em;
}
.adroimg {
    height: auto;
    width: 100%;
    border-radius: 6px;
}
.adoffertitle {
    font-weight: 600;
    font-size: 18px;
    margin: 0.25em 0px;
    text-align: left;
    left: 10px;
    position: relative;
}
.adofferli {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
     margin-bottom: 0.25em;
}
.adcontnttitle {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: rgb(48, 170, 218);
}
.adcontntdis {
    text-align: left;
    margin-top: 1em;
    font-size: 14px;
}
.typenowhire {
    font-family: 'Signika', sans-serif;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
}
/* For mobile view */
@media (max-width: 767px) {
    .typenowhire {
        font-size: 20px;
    }
}
.typeinterest {
    font-family: 'Signika', sans-serif;
    font-weight: 600;
    font-size: 25px;
    text-align: center;
}
/* For mobile view */
@media (max-width: 767px) {
    .typeinterest {
        font-size: 23px;
    }
}
.typebsvpqD {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(230, 247, 255);
    padding: 8px 12px;
    margin-bottom: 1em;
    border-radius: 4px;
    text-align: center;
}
.typegFzhxj {
    font-size: 14px;
    color: rgb(68, 68, 68);
    margin-top: 0.2em;
}
.typedhj {
    width: 70%;
    margin: 0 auto;
}
.typebtn {
    width: 100%;
    padding: 7px 21px;
    font-size: 0.9375rem;
    color: rgb(77, 200, 76);
    border: 1px solid rgba(8, 228, 52, 0.779);
    border-radius: 5px;
    background-color: transparent;
    margin-bottom: 0.5em;
}


.loading-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
  }

  .spinner {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-top: 5px solid #3498db; /* Blue color for the spinner */
    border-radius: 50%;
    animation: spin 3s linear infinite;
  }

  @keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }

  .loading-container p {
    margin-top: 10px;
    font-size: 16px;
    color: #555;
  }

  .input-group .form-control.is-invalid {
    border-color: #dc3545; /* Bootstrap's danger color */
  }
  .input-group .form-control.is-valid {
      border-color: #28a745; /* Bootstrap's success color */
  }
  .buttonLink {
    width: 100%;
    margin-top: 1.5em;
    text-decoration: none;
  }
.adfill-box {
    max-width: 600px;
    margin: 40px auto;
    width: 95%;
    /* box-shadow: rgba(51, 51, 51, 0.1) 0px 2px 6px 0px; */
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    /* border: 2px solid #dee2e6; */
}
/* For mobile view */
@media (max-width: 767px) {
    .adfill-box {
        max-width: 400px;
    }
}
.joblist-box {
    max-width: 650px;
    margin: 40px auto;
    width: 95%;
    /* box-shadow: rgba(51, 51, 51, 0.1) 0px 2px 6px 0px; */
    background-color: #ffffff;
    border-radius: 5px;
}
.job-list-data {
    margin-bottom: 30px;
}
.job-list-data li {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #D9E0E7; 
    box-shadow: rgba(51, 51, 51, 0.1) 0px 2px 6px 0px;
    position: relative;
    overflow: hidden;  
    margin-bottom: 10px;
    cursor: pointer;
}
.job-content-wrap {
    display: flex;
    align-items: center;
}
.job-content-inner {
    padding: 12px 95px 12px 10px;
    overflow: hidden;
    flex: 1;
    position: relative;
    word-break: break-word;
}
.jcipd {
    padding: 12px 120px 12px 10px
}
.job-content-wrap img {
    margin-left: 10px;
    height: auto;
    width: 80px;
}
/* For mobile view */
@media (max-width: 767px) {
    .job-content-wrap img {
        width: 60px;
    }
}
.job-placeholder-logo {
    width: 70px;
    height: 70px;
    background-color: #ffffff00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
    color: #0f5396;
    border-radius: 20%;
    border: 1px solid #0f5396;
    margin-left: 15px;
    margin-right: 5px;
}
/* For mobile view */
@media (max-width: 767px) {
    .job-placeholder-logo {
        width: 60px;
        height: 60px;
        margin-left: 10px;
        margin-right: 0px;
    }
}
.job-title {
    font-family: 'Signika', sans-serif;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 2px;
    cursor: pointer;
    word-break: break-word;
    text-align: left;
}
.job-title:hover {
    color: rgb(0, 115, 255);
    cursor: pointer;
}
/* For mobile view */
@media (max-width: 767px) {
    .job-title {
        font-size: 15px;
    }
}
.job-desc {
    margin-bottom: 0px;
    padding: 2px 0 2px 0;
    text-align: left;
}
.job-comp {
    font-family: 'Parkinsans', sans-serif;
    word-break: break-word;
    font-size: 13px;
    font-weight: 500;
    color: #465057;
}
.job-loc {
    font-family: 'Parkinsans', sans-serif;
    word-break: break-word;
    font-size: 13px;
    font-weight: 400;
    color: #465057;
}
/* For mobile view */
@media (max-width: 767px) {
    .job-comp {
        font-size: 12px;
    }
    .job-loc {
        font-size: 12px;
    }
}
.viewdescription {
    color: #3F8DD3;
    font-family: 'Roboto';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    width: auto;
    margin-top: 4px;
    cursor: pointer;     
    float: inline-start;
}
.view-description {
    color: #3F8DD3;
    font-family: 'Roboto';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    width: auto;
    margin-top: 4px;
    cursor: pointer;     
    float: inline-start;
}
.viewdescription:hover{
    color: #0a0b0d;
}
/* Common styles */
.viewdescription .desktop-description {
    display: none;
  }

  .viewdescription .mobile-description {
    display: block;
  }

  /* Show the desktop description for larger screens */
  @media (min-width: 768px) {
    .viewdescription .desktop-description {
      display: block;
      color: #6c6c6c;
      font-size: 12px;
      font-family: 'Parkinsans', sans-serif;
    }

    .viewdescription .mobile-description {
      display: none;
    }
  }
.cta-button {
    background: transparent;
    color: #fff;
    color: #55AE00;
    font-family: 'Roboto';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    height: auto;
    width: auto;
    top: auto;
    bottom: 14px;
    right: 17px;
    transform: none;
    border-radius: 6.48px;
    cursor: pointer;
    transition: background 420ms;
    text-align: center;
    position: absolute;
}
.cta-button:hover{
    color: #0a0b0d;
}
.ad-button {
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 24px;
    font-weight: 700;
    background-color: #f36005;
    color: #fff;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
@media only screen and (max-width: 47.9375em) {
    .ad-button {
        font-size: 18px;
        padding: 10px 10px;
    }
}
.ad-button:hover {
    background-color: #f06e1d;
    color: #fff;
}
.ad-light-button {
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 24px;
    font-weight: 500;
    background-color: #c0c0c0;
    color: #6e6e6e;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
@media only screen and (max-width: 47.9375em) {
    .ad-light-button {
        font-size: 18px;
        padding: 10px 10px;
    }
}
.ad-light-button:hover {
    background-color: #8d8a88;
    color: #fff;
}
.keyword {
    font-family: 'Signika', sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 32px;
}
/* For mobile view */
@media (max-width: 767px) {
    .keyword {
        font-size: 24px;
    }
}
.locarea {
    font-family: 'Parkinsans', sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 32px;
    margin: 20px 0 20px 0;
    text-align: center;
}
/* For mobile view */
@media (max-width: 767px) {
    .locarea {
        font-size: 25px;
    }
}

.simijob {
    font-family: 'Parkinsans', sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 28px;
    margin: 20px 0 30px 0;
    text-align: center;
}
/* For mobile view */
@media (max-width: 767px) {
    .simijob {
        font-size: 22px;
    }
}
.header-con {
    clear: both;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    align-items: center;
    background-color: #fdfdff;
    overflow: hidden;
    padding: 15px 0 0;
}
.header-con img {
  width: 250px;
  vertical-align: middle;
}
.search-form {
    display: flex;
    gap: 10px;
    max-width: 925px;
    width: 100%;
    padding: 0 10px;
    margin-top: 27px;
}
.search-form input {
    outline: 0;
    padding: 10px 10px 10px 15px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    flex: 1;
    font-size: 20px;
    color: #40434d;
    height: 56px;
    max-width: 568px;
    border-radius: 4px;
    border: 1px solid #ced7dc;
    background: #fff;
    text-transform: capitalize;
}
.search-input {
    padding: 10px;
}
.search-form input:nth-child(2) {
    max-width: 316px;
}
.content {
    color: #273B4A;
    font-family: 'Roboto';
    font-weight: 500;
    max-width: 770px;
    margin: 0 auto;
    padding: 0 10px;
    min-height: 100vh;
}
.content h3 {
    color: #294964;
    font-family: 'Roboto';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;    
    margin-bottom: 10px;
    text-align: center;
}
.content h3 span{
    color: #2659AB;
}
@media only screen and (min-width:920px){
    .cta-button:hover {background: transparent;color: #2a5501}
    .viewdescription:hover{color: #24557f}
    .next-text a:hover {text-decoration: underline;}
}
.job-list-data.justposted li:first-child{
    border: 1px solid #FF4804;

}
.job-list-data.justposted li:first-child::before{
    content: '';
    position: absolute;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFUAAAAWCAYAAACxOdCYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAANeSURBVHgB7Zg7TBRRFIb/NXSQgI2UImopaAkNhZBQgdqiaIKRCl8UVJAIlSSQoLGAxCgInUSgMlkotIDGgkepEijtMIGOZL3fnr3sIzM7bHahMPMnk5l758455/7ndXcTqc6qlGKUj5SWlDh+kfiqvURMagWR0IFSx7cuKEblkFKdVPUhJrXSSOhmTGql4aI1JvUMUBW5ov6y9PFXdvxnX3p0TTHCEU1qz0j+eOh28fXDn6UaV68n+6TXa9LSlLveSi3dUv+ENHpPOvprcpvapMMDaWNZWhjLd57Huns3M2jPdwbc9cye+W53S5p2747c89Vm6YmTX9/gHL9n+gmAamdLz7DU2h2ta/ubycLWXMyPSvczPCA7OSetzikMxUklSjt6s2M2gKHFAKFszH/PptLztTauuWjEIJeN32gzgyEoOWtrGf/eMgJ2t7OykYWML29oCE7OUyNq2Y2HF23Nwqg57N0P6eF1J2vY1k2/dN9eMdnsIUgX8zgaHRDpQRAwx5pD9zz43pw4PajSSc2NUjxYXWteTxs/prLBCRnD8DoRsLFi857kMB2QCAFEVLMjYee7bXqo3aKNjY+4jOl4kP8dRKXJc7pW94N1QSpIZiIRQhub7Xl9xWyFB4Jifsx4KUA4qQjKjVKixKdAuYQSTRiGx33UQMZpQRkBELnkNtrYlP9+d1MnNrNx7v2TliGn1TWbKQ+QmyxIdZxAOSH7AkgN7/6kMJ7lyv0QQnNTA1zKSfPTgLUQS8ODAJzV0qWSQDSS0lzePhyVtqfB7syniZ8yXZCJrvbeaPms5wpKcV/esCEA4aT6gp4O9wxhNJxCQgERN/vT6qNvFCj0RZ+o96TxjkgbXzO5PuVLcQobpR5jD0h+Ml3UTmy4O5DZw0qwLoiOAo7hwvaauux3OKS1y6I3IEpBdPf3NQaSiYog0J1pFOOrls4zmY7M5n3T8GPe+5MB84AI2ikh/QuB7InHGQJXbey7P/eRxXxdRTr3CZDjMdFnd6Ic2dTWkCYFov9Q4YhE9NEEQjxzAjwZdDoIm/fRGSW3FJynrhAUJxVD8DBn06ijVIwTRJNKh4sJLQnFayqpcg7p8r8h/kPlDHDB/arZVIyKwpGaeqUYFQV/SyjVqQalqp4rkahVjLLxD+12ZdA61+RpAAAAAElFTkSuQmCC') top right no-repeat;
    background-size: 85px 21px;
    width: 85px;
    height: 21px;
    top: -1px;
    right: 0;
}

.job-list-data.morelist .highlight-red {
    border: 1px solid #F9001A;
}
.job-list-data.morelist .highlight-green {
    border: 1px solid #27B100;
}
.job-list-data.morelist .highlight-red::before {
    content: '';
    position: absolute;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAAWCAYAAACL6W/rAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAALTSURBVHgB3Ve/b9NAFP7u7KgVSDQTagWIMHcgnVC7NCyoW1MJdW1Ey8SQql0YkJL8AZD+AQjSsRVSqcTAFrIQWBALc4OKEKhLUiEV8sPHe+fYilMnsdXF6Sed39353Z2/98u2wAAoxONtXMkqqJSCTNJMHGME0T/BhFq4miNCmxhjeIj9wY1kDOqAugmMOaTTOcN0IgaUEYKUSM0jqtDEmJSELIfJIyO3DZNaVCHti8whhKeM7GMY+S1EGZK9RTITeEXiFmQ/qfg1RA1SQaTDLDBzWxAOka40i4XIeVA0MVMmcqkgypKKhVl+45lT9VObKMnmnXtaekD3jM0NWB+qUNR8xxTaInETVqUKq7Svi5L0KUydnZfn9x8A4xmmdkhOBlKmYiGSs545MTlhd1j+PoH69MV7f/o6zINXwPdjTcQzrv1ArPrOrq6/TmA8faJDHY1TGMtLNL8AmSYZn9LrrL1D4O8/BIEMUwkFHdILRRZu33+om95seQlhwF5hT3VWHqFNrVN4DiOzCnz9hhbtae3uab12el2Pg3pL7x1UUZAlndxSdDCHIO7OamnRWOv0edNzEIVb7OizJ5SdcHPWswc1huwTFKYCaiJIqe8h1V5Zd8dGdoNCp+HR8YM2RuWjm1NDEcIzg0DEVEVAJEYpqtqx3aEHY6vzg6LegOTQcXS6lvddT6Q6+RdgzzvEuIDItVUdwtbuPuTi/Mh9gsKkWHxLcm2kJllRJ383fDg3+mEdvkcYcAVU5HGzVITKb+s9Oc9cI14AQiERb6J1FKSIsLXZW36k2MqtuQfnF5GHJeUM549+4P4xurnG1ZDG7MXe8/RroGcuMDG+0NdHhj6rXgdawKFEL2OxuKAP5Qfk6sVhFiW4vy1nmClJiNEhOSZwidkh2eTfliQuAdz3mECtPoGfcxZQwCWA8Jvs/p8VqRvqAzlKEMNu2gRF0qJmALcxRvgPnBoSG2q6ufQAAAAASUVORK5CYII=') right top no-repeat;
    background-size: 54px 21px;
    width: 54px;
    height: 21px;
    top: 0;
    right: -2px;
}
.job-list-data.morelist .highlight-green::before {
    content: '';
    position: absolute;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAAWCAYAAACL6W/rAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKbSURBVHgB3ZfPbxJREMe/u6BGk7Yk9dCmGrEeBC/iQUz0UAzcoX+AgGc1xZs39KLH1qT3Ury7/AFtsBcPeChNTKgXStSqlyYtjT8Sf6wzA7tZtkvZ7Wnhkzx4++bt7vu+mTcMCvoQ1hA6HcSCoiMBHTEaCmGIUOwDLOhMAEUSU8AQ0yPsmobYXxUadcMYckxhEQ1hXcUmhizk+qHyR1dUFSMiihFh5LciRiD8rKjiLQV5eGTmXBjrqR3EJxPwI6oOZHACklMZEffwahF+REUAaXiEBeVmF6QfP5841mvZ2YJ4dv5iXq55Q/g6OhHDclyTvrW9uLGCytxmz71jwVDPfW4Idn98BzJ2KoRXt6siivtWyneq8r19UMfz949R23tj2sZpruHZta8V85oXy31+Vrn5suc9EVo821PTaZnLYngDuf/5ewtuCMJjJrSLstt2f7YcbeLlKwXs/ui1H/7eh/apJP029dn7HA23SEh0vLPnLDQ6cV027vDPPtygwiW8gHtv78rDneAFZ8luX7jBKnklSwu2b4yRhLjlKPQMbyen0jJ3u71limy063CLSqHYcjuZxT2p33e0LX941lcUU24u4gvZH9mSDd+TXLssbbW5JO/gsdR0Rjz4+mMJNyfnRGTjYAtuUXUdG/DAzNmw43jExaHm8+cUyvxMbkbo1fY2Ot6i6Fj/1jmXzDvL2R0Eh2IFHjCyEu/qg9q8GToXKKQGwXNrtsVxKHLyMRrT6IY7C+T3sBet425QpJpXsQOXSYQPN3unTGFjwKm8k92W4BekCKbqI0+14gpGCGt1XyJxOYwIZrr/BRSovHIfxD7nyD9o8txT8pw/C0APKE6DUvEHsEi/cScqkP2AcpyRBf6D1JIxKpYvYYj4D7CH8mlonk5UAAAAAElFTkSuQmCC') right top no-repeat;
    background-size: 54px 21px;
    width: 54px;
    height: 21px;
    top: 0;
    right: -2px;
}
.job-list-data li {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #D9E0E7;
    box-shadow: none;
    position: relative;
    overflow: hidden;
}
.job-list-data li {
    border-radius: 4.5px;
    margin-bottom: 10px;
    box-shadow: 0px 4px 24px rgb(202 202 202);
    cursor: pointer;
}

.header-logo {
    background-color: #0f5396;
    padding: 5px;
    background-image: linear-gradient(0deg, #0f5396 0%, #0c0754 100%) !important;
    box-shadow: 0 0 5px #999999;
    z-index: 100;
    position: relative;
}
.header-logo img {
    display: flex;
    margin: 0 auto;
    width: 280px;
}
.btn-promo-skip {
    max-width: 255px;
    height: 39px;
    border: 1px solid #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .185287);
    border-radius: 24px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    background: #d9d9d9;
}
.apl-btn {
    background: transparent;
    height: auto;
    width: auto;
    top: auto;
    bottom: 27px;
    right: 12px;
    transform: none;
    border-radius: 6.48px;
    cursor: pointer;
    transition: background 420ms;
    text-align: center;
    position: absolute;
}
/* For mobile view */
@media (min-width: 767px) {
    .apl-btn {
        bottom: 30px;
    }
}
.apl-button {
    outline: 0;
    width: 100px;
    line-height: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .185287);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #16b2d6;
    background: #fff;
    border: 1px solid #16b2d6;
}
.apl-button:hover {
    background: #35c8ea;
    border-color: #35c8ea;
    color: #fff;
}
.buttonView {
    width: 70%;
    margin: 0 auto;
}
.btn-promo-skip:hover {
    background-color: #a0a0a0;
    color: #fff;
}
.fc10 {
    padding: 10px 10px;
}

.header .header-inn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.brcjob {
    border: 1px solid #0dcaf0;
    border-radius: 5px;
}
.secure-badge {
    margin-top: 10px;
    font-size: 14px;
    color: #6c757d;
}

.job-company {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}
.headline {
    margin-bottom: 20px;
    position: relative;
}
.headline-icon {
    position: absolute;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    top: 35px;
    left: 50%;
    margin-left: -18px;
    margin-top: 5px;
}
.headline h2 {
    font-family: 'Signika', sans-serif;
    text-align: center;
    position: relative;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 25px;
    color: #105396;
}
.headline h2:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 48%;
    margin-right: 0px;
    width: 50px;
    height: 3px;
    background: #358fdc;
}
@media only screen and (max-width: 767px) {
    .headline h2 {
        font-size: 30px;
    }
}
.job-company-item {
    text-align: center;
    border: 1px solid #ddd;
    padding: 15px;
    position: relative;
    margin-bottom: 25px;
}

.job-company-item .full a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.job-company-item .photo img {
    max-width: 100%;
    height: 90px;
    padding: 15px;
    text-align: center;
}

.job-company-item .title {
    margin-top: 10px;
    font-family: 'Parkinsans', sans-serif!important;
    font-weight: 600;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    transition: all 0.4s;
    text-align: center;
}

.job1 {
    width: 100%;
    height: auto;
    padding: 50px 0;
}
.bg-gray {
    background: #f9f9f9;
}
.job1 .item {
    height: auto;
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 25px;
    padding: 15px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}

.job1 .col-md-2:nth-of-type(6n+1) {
    clear: both!important;
}

.job1 .item .icon {
    text-align: center;
    font-size: 40px;
}

.job1 .item .icon svg {
    color: #358fdc;
}

.job1 h3 {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px;
}

.job1 h3 {
    line-height: 20px;
    font-family: 'Parkinsans', sans-serif!important;
    font-weight: 600;
}


.job1 .item:hover {
    background: #358fdc;
    border-color: #358fdc;
}

.job1 .item:hover .icon svg {
    color: #fff;
}

.job1 .item:hover h3 {
    color: #fff;
}

.job1 .item .full a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}