.heroCarouselContainer {
  position: relative;
}

.arrowContainer {
  position: absolute;
  top: 57%;
  cursor: pointer;
}

.arrowLeft {
  left: 2%;
}
.arrowRight {
  right: 2%;
}

/* HOW TO BECOME - SLIDER CSS */
.contentBox p {
  margin-bottom: 100px;
}

.becomeADispatcherContainer {
  position: absolute;
  bottom: 0;
  background: white;
  padding: 26px 40px 26px 39px;
  left: 50%;
  margin-left: -150px;
  display: block;
  cursor: pointer;
}

.bOperator .becomeADispatcherContainer {
  background: #f1ebdf;
}

.becomeADispatcherContainer:focus {
  background-color: red;
}

.howToText {
  border-top: 5px solid #7697b9;
  border-bottom: 5px solid #7697b9;
}

.howToTextOperator {
  border-top: 5px solid #e9b54a;
  border-bottom: 5px solid #e9b54a;
}

.howToText p {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 700;
  color: #00235c;
  font-size: 24px;
  line-height: 34px;
}

.howToTextOperator p {
  color: #2b2c2d;
}

.opacity {
  opacity: 0.9;
}

/* FEATURED CAREER */

.resources-container {
  background-color: #e9b54a;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 20px;
}

.resources-container p {
  font-size: 60px;
  color: #283e74;
  line-height: 60px;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

/* CHAT WITH A RECRUITER SECTION */

.chat-section {
  background: transparent linear-gradient(180deg, #f3d392 0%, #ffffff 100%) 0%
    0% no-repeat padding-box;
  padding-top: 142px;
  padding-bottom: 147px;
}

.form-container {
  background: transparent linear-gradient(180deg, #003274 0%, #3e6da4 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 0px 8px 50px #00000066;
  border-radius: 8px;
  opacity: 1;
  padding: 45px 67px 45px 65.38px;
  width: fit-content;
  margin: auto;
}

.form-title-container h4 {
  color: #ffffff;
  text-align: center;
  font-size: 53px;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 700;
}

.form {
  display: flex;
  margin-top: 35px;
  flex-direction: column;
  flex-wrap: wrap;
}

.form > div {
  flex-wrap: wrap;
}

.form input,
.form select {
  outline: none;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 38px;
  background: #efefef;
  border: none;
  padding-top: 8px;
  padding-bottom: 9px;
  padding-left: 14px;
  /* margin-right: 27.45px; */
  width: 100%;
}

.form input {
  font-weight: bold;
}

.form select {
  color: #00418e;
  padding-right: 123px;
  font-size: 16px;
  margin-right: 0;
}

.content-select {
  height: fit-content;
  position: relative;
  z-index: 1;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.content-select select {
  background-color: #fff !important;
}

/* .content-select:before {
  content: '' ;
  cursor: pointer;
  position: absolute;
  z-index: 10000;
  right: 26px;
  top: 16px;
  width: 11px;
  height: 11px;
  display: block;
  border-right: 10px solid transparent;
  border-top: 10px solid #00418e;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
*/

.form select {
  position: relative;
  z-index: 9;
  background-image: url(/assets/images/downarr.jpg) !important;
  appearance: none;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 93% 16px;
}

select::-ms-expand {
  display: none;
}

/* .content-select i {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 11px;
  height: 11px;
  display: block;
  border-right: 10px solid transparent;
  border-top: 10px solid #00418e;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
} */

@media (max-width: 768px) {
  .form-inputs {
    flex-direction: column;
    align-items: center;
  }

  .form-inputs div {
    width: 100%;
  }

  .form input,
  .form select {
    margin-right: 0;
    width: 100%;
  }
}
