.box-background-offer .bg-under {
    left: -50px;
    right: -50px;
}

.jobs {
  padding: 50px 20px;
}

.job-card {
  border-bottom: 1px solid;
}

.col-md-12:last-child .job-card {
  border-bottom: none;
}

.job-card .job-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 50px;
}

.job-card .job-info .name {
  font-size: 30px;
  margin-bottom: 20px;
  color: #041c2f;
}

.job-card .job-info .type {
  color: #7e868d;
}

.job-card .job-info .apply-btn a {
  border: 1px solid #cbcbcb;
  font-weight: 600;
  padding: 5px 20px;
}
.ae-anno-announcement-wrapper{
  display: none !important;
}
.footer-1 {
    display: none;
}

  @media (min-width:1200px) {
        .col-md-6.mb-50.col-xl-3 {
            width: 33%;
        }
    }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 400px;
  position: relative;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
}
.modal input,
.modal textarea,
.modal button {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.modal button {
  background-color: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
}
.modal button:hover {
  background-color: #0056b3;
}