header {
  background-color: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  padding: 20px 50px;
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
}
main:not(#home) {
  padding-top: 100px;
}
header .image {
  width: 10%;
  cursor: pointer;
}
.logo a {
  display: flex;
  align-items: center;
}
header h5.light {
  margin-left: 10px;
}
.two-links {
  display: flex;
  flex-direction: column;
}

header li {
  padding: 0 20px;
}
header li:hover {
  color: #f64b33;
}
.active {
  color: #f64b33;
}
.breadcrumbs,
.crumb {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
}
.crumb {
  margin: 0 10px;
}
.breadcrumbs > .crumb .num {
  background: #ccc;
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  line-height: 2em;
}
.breadcrumbs > .crumb.active .num {
  background: #19a68b;
}
.breadcrumbs > .crumb.active {
  color: #000;
  font-weight: 700;
}
.cols-3 {
  display: flex;
  justify-content: space-between;
}
.cols-2 {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
#usa .image {
  width: 7%;
}
h3 .image {
  width: 4%;
}
h3 {
  display: flex;
  align-items: center;
}
.outline-button {
  border: 2px solid #ccc;
  border-radius: 6px;
  padding: 13px 14px;
  display: block;
  width: 48%;
  line-height: 1em;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outline-button.active {
  background: #ccc;
  color: #000;
  font-weight: 700;
  pointer-events: none;
}
#sSelect,
#areas {
  display: none;
}
#green {
  background: #19a68b;
  color: #fff;
  padding: 14px 45px;
  display: inline-block;
  line-height: 1em;
  font-size: 18px;
  transition: all 0.13s ease-out;
  border-radius: 50px;
  border: none;
  margin: 20px 0;
}
.container {
  width: 70%;
  margin: 50px auto;
}
.breadcrumbs .sep {
  width: 70%;
  height: 2px;
  background: #ccc;
  flex-grow: 1;
  animation: slideDown 0.3s ease-out 0s forwards;
}
section > div,
section > select {
  padding: 10px 0;
}
.powered-by {
  display: flex;
  align-items: center;
}
.powered-by .image {
  width: 6%;
  margin-right: 20px;
}

footer {
  text-align: center;
  background-color: #e0e0e0;
  padding: 20px 0;
}
p.footer-text {
  margin: 0;
}
.cols-2 .form-floating {
  width: 48%;
}
.cols-3 .form-floating {
  width: 30%;
}
.address > :nth-child(3) {
  margin: 20px 0;
}
#areas select {
  margin: 10px 0;
}
.errors {
  color: red;
}
#truck {
  background-image: url("../images/truck.jpg");
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 47%;
}
#about {
  text-align: center;
  padding: 0 50px;
}
.light,
.contact_title {
  color: #f64b33 !important;
}
.features {
  padding: 15px;
}
.inner-services,
.inner-contact {
  display: flex;
  text-align: center;
  justify-content: space-between;
}
.icon {
  width: 200px;
  height: 200px;
  background: #f64b33;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
i.fa-solid:not(.fa-angle-right) {
  font-size: 3em;
}
.service {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33%;
}
#home h1 {
  font-size: 55px;
  font-weight: 800;
  letter-spacing: -2px;
  color: #676767;
}
#contact,
#services {
  text-align: center;
  padding: 20px 50px;
}
.contact {
  margin: 10px 0;
}
h4.contact_title {
  margin-top: 30px;
}
main#sign {
  height: 90vh;
}
.lines {
  width: 90px;
  height: 40px;
  background-color: transparent;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  display: none;
  cursor: pointer;
}
.change-nav {
  height: 100vh;
}
#pin {
  width: 100%;
  border-radius: var(--bs-border-radius);
}
.input-group.mb-3 {
  flex-direction: column;
}
.features h4 {
  color: #f64b33;
}
.eye {
  display: flex;
  align-items: center;
  width: 95%;
}
.bi-eye-slash {
  margin-left: 10px;
}
.inner-cont {
  overflow: scroll;
  overflow-x: hidden;
  height: 100vh;
}
#checking .field.mb-3 {
  display: flex;
}
header ul {
  align-items: center;
}
#pinCode {
  padding: 20px 60px;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
#pinCode .error{
  color: rgb(174, 33, 33);
}
