select {
  appearance: none;
  padding: 5px 35px 5px 15px !important;
  background-image: url("../images/down-arrow.png");
  background-position: calc(100% - 12px) center;
  background-repeat: no-repeat;
  background-size: 12px;
}

.model-form {
  max-width: 1000px;
  margin: 0 auto;
}

.apply {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #161616;
  padding-top: 70px !important;
}
.apply .wrapper {
  padding: 0 5vw;
  overflow: hidden;
}
@media (max-width: 991px) {
  .apply .wrapper {
    padding: 0 15px 10px;
  }
}
.apply h1 {
  margin: 10px 0 30px;
}
.apply .form-check-inline {
  margin-right: 0;
}
.apply .form-check-inline .form-check-label {
  padding-left: 5px;
}
.apply .checksGrid {
  margin-top: 10px;
  display: grid;
  grid-template: auto/repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 15px;
}
@media (max-width: 1199px) {
  .apply .checksGrid {
    grid-template: auto/repeat(auto-fit, minmax(190px, 1fr));
  }
}
.apply .form-group {
  margin-bottom: 15px;
}
.apply .form-group label {
  font-size: 14px;
  margin-top: 0;
  text-transform: uppercase;
}
.apply .input-group-text {
  padding: 0 10px;
  color: #fff;
  background-color: #2b3032;
  border: none;
  border-bottom: 1px solid #22484b;
  border-radius: 5px;
}
.apply h3 {
  color: #000;
  border: 1px solid rgba(0, 166, 149, 0.8);
  border-radius: 6px;
  margin: 12px 0 10px;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  position: relative;
}
.apply h3 span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #b3d300;
  position: relative;
  padding: 5px 12px;
  text-transform: uppercase;
  top: -2px;
  left: -2px;
  border-radius: 5px;
  backdrop-filter: blur(10px);
}
.apply h6 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  font-weight: 600;
  color: #b3d300;
  text-shadow: 2px 2px 1px rgba(255, 230, 0, 0.2392156863);
  margin: 30px 0 10px;
}
.apply p {
  letter-spacing: 0.5px;
  font-size: 16px;
  margin: 0 0 25px;
  font-weight: 200;
}
.apply p a {
  color: #fff;
}
@media (max-width: 1199px) {
  .apply p {
    margin: 0 0 15px;
    font-size: 14px;
  }
}
.apply .btns {
  display: flex;
  gap: 10px;
}

.thumbs {
  display: flex;
  align-items: center;
  gap: 10px;
}

.imgForm {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  border: 1px dashed rgba(255, 255, 255, 0.1333333333);
  margin-bottom: 20px;
  background-color: #2b3032;
  border-radius: 8px;
  max-width: 100px;
  width: 100%;
}
.imgForm .iviewer {
  height: 100px;
  width: 100%;
  position: relative;
  cursor: pointer;
  transition: 0.1s linear;
}
.imgForm .iviewer img {
  position: absolute;
  top: -2px;
  left: -2px;
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  object-fit: cover;
  object-position: center;
  opacity: 0;
  z-index: 10;
}
.imgForm .iviewer::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  content: "\f03e";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-size: 24px;
  position: absolute;
  color: #b3d300;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  transition: 0.1s linear;
}
.imgForm .fa-times {
  position: absolute;
  z-index: 12;
  height: 20px;
  width: 20px;
  background: #00a695;
  text-align: center;
  padding: 0;
  color: #fff;
  border-radius: 0 7px;
  right: 1px;
  top: 1px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imgForm.profile-picture {
  text-align: center;
}
.imgForm.profile-picture .iviewer {
  border-radius: 50%;
  overflow: hidden;
  display: block;
  margin: 0 auto 10px;
  height: 180px;
  width: 180px;
}
.imgForm.profile-picture .iviewer::after {
  content: "\f093";
}
.imgForm.profile-picture .fa-times {
  position: relative;
  height: auto;
  width: 68px;
  background: red;
  color: #fff;
  padding: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.form-box {
  max-width: 600px;
  padding: 20px;
  margin: 0 auto;
  background-color: #1d1d1d;
  position: relative;
  z-index: 10;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.steps {
  text-align: center;
}
.steps .wrapper {
  padding: 50px 5vw 0;
}
.steps .row > div {
  margin-bottom: 30px;
}
.steps .bag {
  border: 1px solid #00a695;
  padding: 25px;
  border-radius: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.steps .bag .circle {
  height: 50px;
  width: 50px;
  background-color: #b3d300;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin-right: 15px;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}

h2 {
  font-size: 24px;
  margin: 0 0 16px;
  color: #e1e0d0;
  font-family: "Kugile";
  line-height: 1.45;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 17px;
    margin: 0 0 15px;
  }
}
h2 a {
  color: #00a695;
}

h6 {
  font-size: 18px;
  margin: 0 0 15px;
  letter-spacing: 0.5px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  h6 {
    font-size: 16px;
    margin: 0 0 10px;
  }
}
h6 a {
  color: #00a695;
}

p {
  letter-spacing: 0.5px;
  font-size: 16px;
  margin: 0 0 25px;
  color: #e1e0d0;
  font-weight: 200;
  font-size: 18px;
}
p strong,
p b {
  font-weight: 600;
}
p a {
  color: #fff;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3333333333);
}
p a span {
  position: relative;
  top: 0;
  left: 0;
}
p a:hover {
  color: #b3d300;
  text-shadow: 1px 1px 1px #008a7e;
}
p a:hover span {
  top: -1px;
  left: -1px;
}
@media (max-width: 1199px) {
  p {
    margin: 0 0 15px;
    font-size: 14px;
  }
}

h4 {
  font-size: 24px;
  margin: 0 0 16px;
  color: #e1e0d0;
  font-family: "Kugile";
  line-height: 1.45;
}
@media (max-width: 1199px) {
  h4 {
    font-size: 17px;
    margin: 0 0 15px;
  }
}
h4 a {
  color: #00a695;
}

h3 {
  font-size: 28px;
  margin: 10px 0;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 300;
  font-family: "Glitten";
  position: relative;
  color: #b3d300;
  text-shadow: 2px 2px 1px rgba(0, 166, 149, 0.5);
  text-transform: capitalize;
}