.tbi-open-positions-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.tbi-open-positions-wrapper .tbi-open-positions-row {
  padding: 0px;
  margin: 0px;
}

.tbi-open-positions-wrapper .tbi-open-position-header {
  position: relative;
  display: flex;
}

.tbi-open-positions-wrapper .tbi-open-position-header .tbi-position-department {
  background-color: #59f3b9;
  border-radius: 0px 10px 0px 10px;
  padding: 10px 20px;
  color: #004697;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}

.tbi-open-positions-wrapper .tbi-open-position-col-wrap {
  margin-top: 10px;
}

.tbi-open-positions-wrapper
  .tbi-open-position-col-wrap
  .tbi-open-position-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tbi-open-positions-wrapper
  .tbi-open-position-col-wrap
  .tbi-open-position-item
  .tbi-open-position-item-inner {
  padding: 25px;
  background-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 01px 01px 01px 01px;
  border-color: #d9d7d7;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}

.tbi-open-positions-wrapper
  .tbi-open-position-col-wrap
  .tbi-open-position-item
  .tbi-open-position-item-inner
  label {
  color: #565656;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
}

.tbi-open-positions-wrapper
  .tbi-open-position-col-wrap
  .tbi-open-position-item
  .tbi-open-position-item-inner
  .tbi-position-heading {
  font-size: 20px;
  line-height: 22px;
  color: #004697;
  text-decoration: underline;
  -webkit-text-decoration-color: #43f3b9;
  text-decoration-color: #43f3b9;
  margin-bottom: 5px;
}

.tbi-open-positions-wrapper
  .tbi-open-position-col-wrap
  .tbi-open-position-item
  .tbi-open-position-item-inner
  .tbi-position-meta
  .tbi-position-location {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.tbi-open-positions-wrapper
  .tbi-open-position-col-wrap
  .tbi-open-position-item
  .tbi-open-position-item-inner
  .tbi-position-summary {
  margin-bottom: 15px;
}

.tbi-open-positions-wrapper
  .tbi-open-position-col-wrap
  .tbi-open-position-item
  .tbi-open-position-item-inner
  .tbi-position-summary
  .tbi-required-skills {
  list-style: none;
  margin: 5px;
}

.tbi-open-positions-wrapper
  .tbi-open-position-col-wrap
  .tbi-open-position-item
  .tbi-open-position-item-inner
  .tbi-position-summary
  .tbi-required-skills
  li {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}

.tbi-open-positions-wrapper
  .tbi-open-position-col-wrap
  .tbi-open-position-item
  .tbi-open-position-item-inner
  .tbi-position-summary
  .tbi-required-skills
  li::before {
  color: #59f3b9;
}

.tbi-open-positions-wrapper
  .tbi-open-position-col-wrap
  .tbi-open-position-item
  .tbi-open-position-item-inner
  .tbi-position-footer {
  width: 100%;
}

.tbi-open-positions-wrapper
  .tbi-open-position-col-wrap
  .tbi-open-position-item
  .tbi-open-position-item-inner
  .tbi-position-footer
  .tbi-know-more {
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  color: #004697;
  border: 1px solid #59f3b9;
  margin: 0 auto;
  display: block;
  width: 150px;
  text-align: center;
  border-radius: 3px;
  padding: 5px 25px;
}

.tbi-position-details-wrapper .tbi-position-header {
  padding-bottom: 20px;
}

.tbi-position-details-wrapper .tbi-position-header .tbi-position-title {
  font-size: 32px;
}

.tbi-position-details-wrapper .tbi-entry-headings {
  font-size: 20px;
}

.tbi-position-details-wrapper .tbi-entry-headings label {
  background: #ddc59f;
  border-radius: 0px 10px 0px 10px;
  padding: 2px 15px;
}

.tbi-position-details-wrapper .tbi-job-entry-content h3 {
  background: #ddc59f;
  border-radius: 0px 10px 0px 10px;
  padding: 2px 15px;
  display: inline-block;
}

.tbi-position-details-wrapper .tbi-job-description-content {
  margin-bottom: 30px;
}

.tbi-position-details-wrapper .tbi-job-description-content p {
  margin-bottom: 10px;
}

.tbi-position-details-wrapper .tbi-roles-responsiblities-content {
  margin-bottom: 30px;
}

.tbi-position-details-wrapper .tbi-roles-responsiblities-content p {
  margin-bottom: 10px;
}

.tbi-job-footer-meta {
  padding-bottom: 50px;
}

.tbi-job-footer-meta .tbi-footer-right-meta .tbi-apply-now-btn {
  background: #59f3b9;
  color: #004697;
  border-radius: 0px 10px 0px 10px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
}

.tbi-job-apply-form .tbi-form-field-wrapper {
  margin-bottom: 20px;
}

.tbi-job-apply-form .tbi-form-field-wrapper .tbi-form-field .tbi-field-label {
  width: 100%;
  font-size: 14px;
}

.tbi-job-apply-form .tbi-form-field-wrapper .tbi-form-field .tbi-input-fields {
  display: flex;
}

.tbi-job-apply-form
  .tbi-form-field-wrapper
  .tbi-form-field
  .tbi-input-fields
  span {
  min-width: 45%;
}

.tbi-job-apply-form
  .tbi-form-field-wrapper
  .tbi-form-field
  .tbi-input-fields
  input {
  padding-right: 5px;
  min-width: 90%;
}

.tbi-job-apply-form
  .tbi-form-field-wrapper
  .tbi-form-field
  .tbi-input-fields
  input:first-child {
  margin-right: 10px;
}

.tbi-job-apply-form .tbi-form-field-wrapper .tbi-form-field .tbi-apply-btn {
  background: #59f3b9;
  color: #004697;
  border-radius: 0px 10px 0px 10px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
}

.tbi-job-apply-form .tbi-form-field-wrapper .tbi-form-field .fileupload {
  position: relative;
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 35px;
}

.tbi-job-apply-form .tbi-form-field-wrapper .tbi-form-field input[type="file"] {
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
  padding: 5px;
  height: auto;
  width: 100%;
  color: #999;
}

.tbi-job-apply-form .tbi-form-field-wrapper .tbi-form-field label.error {
  font-size: 12px;
  font-weight: normal;
  color: #b31313;
  font-family: "Poppins", Sans-serif;
}

.tbi-job-apply-header {
  text-align: center;
  padding: 20px 30%;
}

.tbi-career-apply-job .elementor-element-130cf3e,
.tbi-career-job-detail .elementor-element-130cf3e {
  display: none;
}

.tbi-page-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .tbi-open-positions-wrapper .tbi-open-positions-row {
    margin: 0 auto;
  }
}

@media (max-width: 400px) {
  .tbi-open-positions-wrapper
    .tbi-open-position-col-wrap
    .tbi-open-position-item
    .tbi-open-position-item-inner {
    padding: 15px;
  }
}
