.jobs {
  max-width: 1140px;
  margin: 0 auto
}

.job_heading {
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 56px;
  letter-spacing: 0.01em;
  color: #001730;
  padding: 30px;
  margin-bottom: 0;
}

.kea_jobs_title a:hover {
  color: #F15A22;
}

.kea_jobs_thumbnail img {
  margin: 0 auto;
}

.kea.sliding_jobs_container {
  max-width: 350px;
  margin: 0 auto;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 9;
  padding-bottom: 20px;
}

.kea_jobs_date {
  max-width: 100%;
  display: block;
  background: #f25a22;
  border-top-left-radius: 60px;
  margin-top: -40px;
  padding: 15px 40px;
}

.kea_jobs_title a {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.01em;
  color: #001730;
  text-decoration: none;
}

.kea_jobs_date a {
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 36px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  text-decoration: none;
}

.kea_jobs_title {
  max-width: 100%;
  display: block;
  background: #fff;
  /* border-top-left-radius: 60px; */
  margin-top: 0;
  padding-top: 10px;
}

.kea_jobs_thumbnail {
  position: relative;
  z-index: -1;
  display: block;
}

.kea_sliding_jobs_thumbnail {
  position: relative;
  z-index: -1;
  display: block;
}

.kea_jobs_content {
  width: 100%;
  border-radius: 60px 0px 0px 0px;
  padding: 0;
  margin-top: -80px;
  background-color: #ffffff;
  z-index: 1;
}

.kea_jobs_content_two {
  padding: 0 40px 40px 40px;
}

.kea_jobs_excerpt {
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 28px;
  color: #001730;
}

.kea_jobs_location {
  margin-top: 20px;
  display: block;
}

.map_icons {
  display: inline-block !important;
  margin-right: 10px;
}

.kea_jobs_location:hover {
  color: #f25a22;
}

.jobs_btn_container {
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
}

.jobs_btn_container button {
  max-width: 332px;
  width: 100%;
  background: #f25a21;
  border: 1px solid #f25a21;
  font-style: normal;
  font-weight: bold;
  padding: 0;
  margin-bottom: 20px;
  border-radius: 12px;
  height: 50px;
  font-size: 20px;
  text-transform: initial;
}

.jobs_btn_container {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 80px;
  display: block;
  height: 80px;
  padding-top: 10px;
}

.EseeAll_btn {
  background: url(/wp-content/themes/kea/images/seeall_icon.png);
  height: 14px;
  width: 20px;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.EpostAll_btn {
  background: url(/wp-content/themes/kea/images/submit_icon.png);
  height: 14px;
  width: 20px;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.jobs_btn_container button:hover {
  height: 56px;
  margin-top: -3px;
  margin-left: -5px;
  margin-right: -5px;
  max-width: 342px;
}

.jobs_btn_container button:hover .EseeAll_btn {
  /* background: url(/wp-content/themes/kea/images/seeall_icon_hover.png); */
  height: 14px;
  width: 20px;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.jobs_btn_container button:hover .EpostAll_btn {
  /* background: url(/wp-content/themes/kea/images/submit_icon_hover.png); */
  height: 14px;
  width: 20px;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.kea_sliding_jobs {
  max-width: 1140px;
  margin: 0 auto;
}

a.readmore {
  color: #001730;
  text-decoration: none;
  font-weight: 800;
}

.kea.sliding_jobs_container:hover .kea_jobs_title a,
.kea.sliding_jobs_container:hover .readmore,
.kea.sliding_jobs_container:hover .kea_jobs_location {
  color: #f25a22;
}

img.ev_prev.slick-arrow {
  position: absolute;
  bottom: 0;
  left: 40%;
  z-index: 9;
  cursor: pointer;
  height: 32px;
  width: 18px;
}

img.ev_next.slick-arrow {
  position: absolute;
  bottom: 0;
  right: 40%;
  z-index: 9;
  cursor: pointer;
  height: 32px;
  width: 18px;
}

@media only screen and (max-width:1120px) {
  .kea.sliding_jobs_container {
    padding: 0 10px;
  }
}

@media only screen and (min-width:1024px) and (max-width:1109px) {
  .kea.sliding_jobs_container {
    max-width: 300px;
  }

  .kea_jobs_date a {
    font-size: 18px;
  }
}

@media only screen and (max-width:900px) {
  .kea.sliding_jobs_container {
    padding-bottom: 0;
  }

  .job_heading {
    padding: 0 30px;
    font-size: 36px;
  }

  .kea_jobs_location {
    padding-bottom: 20px;
  }

  img.ev_prev.slick-arrow {
    left: 35%;
  }

  img.ev_next.slick-arrow {
    right: 35%;
  }
}

@media only screen and (max-width:767px) {

  @media only screen and (max-width:767px) {
.kea_jobs_title a {
font-weight: bold;
font-size: 26px;
line-height: 28px;
letter-spacing: 0.01em;
color: #001730;

}

.kea_jobs_excerpt {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #001730;
}


.kea_jobs_location {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #001730;
}
}

@media only screen and (max-width:600px) {

  .kea.sliding_jobs_container {
    padding-bottom: 30px;
  }

  img.ev_prev.slick-arrow {
    left: 5%;
  }

  img.ev_next.slick-arrow {
    right: 5%;
  }

  .job_heading {
    padding: 0 30px;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .kea_sliding_jobs_thumbnail { height:200px;}
  .kea_jobs_content_two {
    padding: 0;
  }
  .kea_sliding_jobs_thumbnail .slick-slide img {
    display: block;
    object-fit: contain;
    height: 150px;
    object-position: top;
}
.similar_jobs_slider {
    padding-left: 20px;
}

.kea.sliding_jobs_container {
    max-width: 250px;
    margin-left: -50px;
    margin-right: -50px;
}

}
