.innerbanner img {
  height: auto;
}
@media (max-width: 786px) {
  .nav.careers {
    justify-content: stretch;
    gap: 8px;
  }
  .nav.careers .nav-item .btn {
    width: auto;
    font-size: 0.695rem;
    padding: 0.25rem 0.25rem !important;
    border-radius: 4px;
  }
  .nav.careers .nav-item {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
}
.fixedd {
  position: fixed;
  top: 50px;
  left: 50%;
  background-color: #fff;
  z-index: 99;
  padding: 0px;
  margin: 0 0px;
  transform: translate(-50%, 0%) !important;
  box-shadow: 0 0.325rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  width: 100%;
}
@media (max-width: 786px) {
  .fixedd {
    top: 0;
  }
}

.border {
  border: 0px;
}
.border-0px {
  border: 0px;
}

.txC {
  color: var(--titles) !important;
}
