body {
  font-family: 'Satoshi', sans-serif !important;
  background: #e7eafb;
  background: #fff;
}
.jobbannerHead {
 width: 50%;
 margin: auto;
 padding: 100px 0px;
}
.main-container {
  padding: 0px;
}
.main-container.JobBanner {
  padding-top: 0px;
}

.job_descp h4.mb-3{
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    margin: 0px 0px 30px;
    display: block;
}
.showbox {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  align-items: start;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
  overflow: hidden;
  column-gap: 20px; 
}
.locationside {
  background: #fff;
  border-radius: 20px;
  width: 20%;
  height: auto;
  margin-top: 24px;
}

div#job-results {
  width: calc(80% - 20px);

}
.profile-header {
  display: flex;
  justify-content: flex-end;
}
.profile-img img {
  width: 50px;
  height: 50px;
}
.section-titlee {
  margin-bottom: 20px;
}

.jobbannerHead .titlee {
  font-size: 40px;
  color: #fff;
  margin: 0px 0px 30px;
  line-height: normal;
}
.locationside h3 {
  margin: 0px 0px 15px;
}
.description {
  font-size: 18px;
  color: #fff;
}
.career-search {
  border-radius: 8px;
  padding: 0px;
}
.career-formm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #7335ce;
  padding: 30px 20px;
  margin-bottom: 40px;
  border: 1px solid #e4e4ed;
  background-color: #fff;
  box-shadow: 0 7px 14px 0 rgba(8, 15, 52, .03);
  border-radius: 20px;
  overflow: hidden;
  transform: translate(0);
  width: 100%;
  max-width: 78%;
  margin: auto;
  position: relative;
  top: -25px;
  margin-top: -45px;
}
.form-rowww {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
.form-grouppp {
  flex: 1 1 23%;
}
.input-groupp {
  position: relative;
  width: 100%;
}
.input-controll {
    width: 100%;
    border: 1px solid #7335ce !important;
    border-radius: 8px !important;
    color: #7335ce !important;
}
.input-controll::placeholder {
  color: #171728;
}
.select-containerr {
  position: relative;
}
.custom-selected {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 8px;
  color: #171728;
  background-color: #fff;
}

.search-btnn {
  width: 100%;
  padding: 8.5px;
  background-color: #fff !important;
  color: #7335ce !important;
  border: 1px solid #7335ce;
  border-radius: 5px;
  font-size: 18px;
  min-height: 45px;
}
.job-box {
  border-radius: 20px;
  padding: 35px 20px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  border: 1px solid #f0f0f0;
  background: #fff;
  }
.job-left {
  display: flex;
  align-items: center;
}

.img-holder {
  width: 60px;
  height: 60px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 20px;
  margin-right: 10px;
  border: 1px solid #e0e0f1;
  font-weight: 600;
}
.career-formm select {
  outline: none;
  border: 1px solid #e4e4ed !important;
}
.career-formm input {
  outline: none !important;
  border: 1px solid #e4e4ed !important;
  padding: 11px 12px;
  box-sizing: border-box;
}
.career-formm button {
  outline: none !important;
  float: right;
  background: #ffaf3d !important;
  color: #fff !important;
  border: 1px solid #ffaf3d;
  cursor: pointer;
}
.job-title {
  font-size: 22px;
  color: #333;
  margin-top: 0px;
  font-weight: 500;
  letter-spacing: 0px;
}
.job-details {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.job-details li {
  font-size: 14px;
  color: #000;
  display: flex;
  align-items: center;
}
.job-details i {
  margin-right: 5px;
  color: #ffaf3d;
  font-size: 20px;
}
.job-right {
  display: flex;
  gap: 30px;
}
.view-details-btn, .apply-btn {
    padding: 6px 15px;
    border-radius: 16px;
    text-align: center;
}
.view-details-btn {
  background-color: #fff;
  color: #ffaf3d;
  border: 0px solid #ffaf3d;
}
.view-details-btn:hover {
  text-decoration: none;
  color: #ffaf3d;
}
a.apply-btn {
  background-color: #ffaf3d;
  color: #fff;
  border: 1px solid #ffaf3d;
}
a.apply-btn:hover {
  text-decoration: none;
  color: #ffaf3d;
  background-color: #fff;
  border: 1px solid #ffaf3d;
}
.jobDetail {
    margin-top: 40px;
}

.job-info a.apply-btn{
    font-size: 16px;
}
.job-info .col-md-4{
float: inherit;
    display: flex;
    justify-content: flex-end;
}

.job-info .row{
	display: flex;
    align-items: CENTER;
}
.jobDetail p{
    font-size: 18px;
}
.job-meta {
    font-size: 16px;
    margin-top: 15px;
}
 
span.meta-item {
    margin-left: 0px;
    background: #f4f4f4;
    padding: 3px 15px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
}
#jobApplicationForm input {
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}
img.iconshow {
    margin-right: 5px;
}
.job_descp .bgdark{
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .job-content {
      max-width: 65%;
  }
}

@media (max-width: 1024px) {

  .jobbannerHead{
    width: 100%;
    padding: 100px 20px;
  }
  .showbox{
    padding-left: 20px;
    padding-right: 20px;
  }
  .locationside{
    width: 100%;
    margin-top: 0;
  }
  .locationside .select-containerr {     
      display: flex;
      flex-wrap: wrap;
      column-gap: 10px;
      align-items: center;
  }
  .locationside .select-containerr h3{
    width: 100%;
  }
  .locationside .select-containerr label{
    margin-bottom: 10px;
  }
  .showbox div#job-results{
    width: 100%;
  }
  .view-details-btn, .apply-btn{
    width: 130px;
  }
  .career-formm{
    max-width: calc(100% - 40px);
  }

}
@media (max-width: 992px) {
  .job-content {
      max-width: 60%;
  }
  .form-grouppp {
      flex: 1 1 45%;
  }
}
@media (max-width: 768px) {
  .job-content {
      max-width: 55%;
  }
  .form-grouppp {
      flex: 1 1 100%;
  }
}
@media screen and (min-width: 767px) and (max-width: 820px) {
  .job-content {
    max-width: 80%;
  }
  
  .job-box {
    padding: 25px 15px;
  }
  .job-right {
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .job-right {
    justify-content: center;
    gap: 10px;
  }
  .job-left {
    flex-wrap: wrap;
    justify-content: center;
  }
  .job-box {
    padding: 25px 15px;
  }
  .img-holder {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .job-details{
    justify-content: center;
  }
  .career-search {
    padding: 0px;
  }
  .main-container {
    padding: 0px;
  }
  .jobbannerHead {
      width: 100%;
      margin: auto;
      padding: 50px 20px 50px;
  }
  .jobbannerHead .titlee {
    font-size: 24px;
  }
  .description {
    font-size: 14px;
  }
  
  .showbox{
    padding-left: 20px;
    padding-right: 20px;
    column-gap: 0;
    max-width: 100%;
  }
  .locationside{
    width: 100%;
    margin-top: 0;
  }
  div#job-results {
      width: 100%;
      margin: inherit;
  }
  .JobBanner .ctabtn a.apply-btn {
      display: inline-block;
      padding: 10px 10px;
      margin: 20px 0px 0px;
  }
  
}
@media (max-width: 576px) {

  .job-box {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .job-right {
      width: 100%;
      justify-content: center;
      margin-top: 10px;
  }
  .job-content {
      max-width: 100%;
      text-align: center;
  }
}

