.career-banner {
  /* background-image: url(../img/other-banner.jpg); */
  width: 100%;
  min-height: 401px;
  /* background-size: 100% 100%; */
  background-size: cover;
  position: relative;
}

.current-openings {
  margin-top: 40px;
}

.current-openings h1 {
  font-size: 32px;
}

.current-openings h4 {
  margin-top: 12px;
  margin-bottom: 20px;
}

.current-openings p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  /* margin-bottom: 40px; */
  text-align: left;
}

.esquare-bestPlace {
  background-color: var(--formBG);
  padding: 40px 0;
  margin-top: 100px;
}

.esquare-bestPlace img {
  width: 100%;
}

/* .esquare-bestPlace img:hover {
  cursor: crosshair;
} */

.esquare-bestPlace p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
  margin-top: 20px;
}

.esquare-bestPlace ul {
  margin-top: 35px;
  list-style-type: none;
}

.esquare-bestPlace ul li {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
  display: flex;
  align-items: center;
}

.esquare-bestPlace ul li:not(:last-child) {
  margin-bottom: 16px;
}

.esquare-bestPlace ul li::before {
  content: url("../img/icons/career-bullets.png");
  margin-right: 10px;
  width: 32px;
  height: 32px;
}

.apply-now-section {
  margin-top: 100px;
}

.set {
  position: relative;
  width: 100%;
  height: auto;
  /* background-color: #f5f5f5; */
}

.set > a {
  display: block;
  padding: 15px 15px;
  text-decoration: none;
  font-family: var(--fontGraphikSB);
  font-size: 16px;
  line-height: 24px;
  color: var(--headingcolor);
  margin: 0;
  /* border-bottom: 1px solid var(--bordercolor); */
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  display: flex;
  justify-content: space-between;
}

.set > a i,
.set svg {
  float: right;
}
/* .set > a.active {
  background-color: #3399cc;
  color: #fff;
} */
.content {
  background-color: var(--whitecolor);
  border-bottom: 1px solid var(--bordercolor);
  display: none;
  padding: 20px 15px;
}

.apply-now-section .accordion-item {
  border: none;
  border-bottom: 1px solid var(--bordercolor);
}

.apply-now-section .accordion-item .accordion-button {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-family: var(--fontGraphikSB);
  font-size: 18px;
  line-height: 26px;
  color: var(--headingcolor);
  margin: 0;
}

.apply-now-section .accordion-button:not(.collapsed) {
  color: var(--headingcolor);
  background-color: unset;
  box-shadow: none;
}

.apply-now-section .accordion-button::after {
  background-image: url("../img/icons/career-faq-arrow.png");
}

.content p,
.apply-now-section .accordion-item p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
}

.content ul,
.apply-now-section .accordion-item ul {
  padding-left: 1rem;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.content ul li,
.apply-now-section .accordion-item ul li {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
}

.career-contact-form {
  margin-top: 40px;
}

.career-contact-form.invalid .wpcf7-response-output {
  display: none;
}

.career-contact-form .career-form {
  background-color: var(--formBG);
  padding: 30px 30px;
}

.career-contact-form .c-formm,
.career-contact-form .c-formm-two {
  margin-top: 40px;
}

.career-contact-form .c-formm {
  margin-bottom: 40px;
}

.career-contact-form .c-formm div p {
  display: flex;
  width: 60%;
  justify-content: space-between;
  align-items: center;
}

.career-contact-form .c-formm div:not(:last-child) {
  margin-bottom: 25px;
}

.career-contact-form .c-formm div p label {
  width: 25%;
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--headingcolor);
  margin: 0;
  margin-bottom: 10px;
}

.career-contact-form .c-formm div p span {
  width: 75%;
}

.career-contact-form .c-formm div input,
.career-contact-form .c-formm div textarea {
  width: 100%;
  border: 0.5px solid var(--bordercolor);
  background-color: var(--whitecolor);
  padding: 16px 20px;
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 18px;
  color: var(--normalcolor);
  outline: none;
}

/* c-formm two */

.career-contact-form .c-formm-two div p {
  display: flex;
  width: 75%;
  justify-content: space-between;
  align-items: center;
}

.career-contact-form .c-formm-two div:not(:last-child) {
  margin-bottom: 25px;
}

.career-contact-form .c-formm-two div p label {
  width: 40%;
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--headingcolor);
  margin: 0;
  margin-bottom: 10px;
}

.career-contact-form .c-formm-two div p span {
  width: 60%;
}

.career-contact-form .c-formm-two div p span input,
.career-contact-form .c-formm-two div p span textarea {
  width: 100%;
  border: 0.5px solid var(--bordercolor);
  background-color: var(--whitecolor);
  padding: 16px 20px;
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 18px;
  color: var(--normalcolor);
  outline: none;
}

.career-contact-form .c-formm-two div p span select {
  width: 100%;
  border: 0.5px solid var(--bordercolor);
  background-color: var(--whitecolor);
  padding: 16px 20px;
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 18px;
  color: var(--normalcolor);
  outline: none;
  appearance: none;
  /*position: relative;
  */
  background-image: url("../img/icons/select-dropdown.png");
  background-repeat: no-repeat;
  /*position: absolute;
  top: 0;
  right: 16px;
  width: 24px;
  height: 24px;
  */
  background-position: right 1rem top 50%;
  background-size: 0.6rem auto;
}

/* .career-contact-form .c-formm-two div p span select option {
  background-color: var(--whitecolor);
  padding: 8px 4px;
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
} */

/* .career-contact-form .c-formm-two div p span select::after {
  content: "";
  background-image: url("../img/icons/dropdown-cat.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 16px;
  width: 24px;
  height: 24px;
} */

.career-contact-form .c-formm-two div input[type="file"] {
  width: 60%;
  border: unset;
  background-color: unset;
  padding: 16px 20px;
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 18px;
  color: var(--normalcolor);
  outline: none;
  padding-left: 0;
}

.career-contact-form .c-formm-two div input[type="file"] {
  width: 100%;
}

.career-contact-form .c-formm-two button {
  background-color: var(--primarycolor);
  font-family: var(--fontGraphikMD);
  font-size: 16px;
  line-height: 20px;
  color: var(--normalcolor);
  padding: 16px 60px;
  outline: none;
  border: none;
  text-align: center;
  border: none;
  transition: 0.2s ease-in all;
  -webkit-transition: 0.2s ease-in all;
  -moz-transition: 0.2s ease-in all;
  -ms-transition: 0.2s ease-in all;
  -o-transition: 0.2s ease-in all;
}

.career-contact-form .c-formm-two button svg {
  margin-left: 10px;
}

.career-contact-form .c-formm-two button svg path {
  transition: .2s ease-in all;
  -webkit-transition: .2s ease-in all;
  -moz-transition: .2s ease-in all;
  -ms-transition: .2s ease-in all;
  -o-transition: .2s ease-in all;
}

.career-contact-form .c-formm-two button:hover {
  background-color: var(--formBtnHover);
  color: var(--whitecolor);
}

.career-contact-form .c-formm-two button:hover svg path {
  fill: var(--whitecolor);
}

/* @media (max-width: 1799px) {
  .career-banner {
    min-height: 491px;
  }
}

@media (max-width: 1799px) {
  .career-banner {
    min-height: 473px;
  }
}

@media (max-width: 1599px) {
  .career-banner {
    min-height: 445px;
  }
}

@media (max-width: 1499px) {
  .career-banner {
    min-height: 417px;
  }
}

@media (max-width: 1449px) {
  .career-banner {
    min-height: 401px;
  }
} */

@media (max-width: 1399px) {
  .esquare-bestPlace ul {
    margin-top: 20px;
  }

  .esquare-bestPlace ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (max-width: 1199px) {
  .esquare-bestPlace p {
    margin-top: 10px;
  }

  .esquare-bestPlace ul {
    margin-top: 15px;
  }

  .esquare-bestPlace ul li:not(:last-child) {
    margin-bottom: 6px;
  }
}

@media (max-width: 991px) {
  .career-contact-form .c-formm div p,
  .career-contact-form .c-formm-two div p {
    width: 100%;
  }

  .esquare-bestPlace-content {
    margin-bottom: 30px;
  }

  .career-banner {
    background-position: 62%;
  }
}

@media (max-width: 767px) {
  .career-contact-form .career-form {
    padding: 24px 16px;
  }

  .career-contact-form .c-formm div p,
  .career-contact-form .c-formm-two div p {
    width: 100%;
    flex-direction: column;
  }

  .career-contact-form .c-formm div p label,
  .career-contact-form .c-formm-two div p label {
    width: 100%;
  }

  .career-contact-form .c-formm div p span,
  .career-contact-form .c-formm div p span,
  .career-contact-form .c-formm-two div p span,
  .career-contact-form .c-formm-two div p span {
    width: 100%;
  }

  .career-contact-form .c-formm,
  .career-contact-form .c-formm-two {
    margin-top: 30px;
  }

  .career-contact-form .c-formm div p span input,
  .career-contact-form .c-formm div p span textarea,
  .career-contact-form .c-formm-two p span div input,
  .career-contact-form .c-formm-two div p span textarea,
  .career-contact-form .c-formm-two div p span select {
    padding: 14px 14px;
    font-size: 14px;
    line-height: 16px;
  }

  .career-contact-form .c-formm-two button {
    padding: 16px 30px;
  }

  .apply-now-section,
  .esquare-bestPlace {
    margin-top: 60px;
  }

  .esquare-bestPlace-content {
    margin-bottom: 30px;
  }

  .current-openings h1 {
    font-size: 20px;
    line-height: 28px;
  }

  .current-openings h4 {
    font-size: 18px;
    line-height: 26px;
  }

  .career-contact-form .c-formm div p br,
  .career-contact-form .c-formm-two div p br {
    display: none;
  }

  .career-contact-form .c-formm-two div p span select {
    padding: 17px 14px;
  }

  .career-banner {
    background-position: 57%;
  }

  .esquare-bestPlace ul li {
    align-items: start;
  }
}
