#sp-header {
  height: 220px;
  width: 100%;
  position: relative;
  z-index: 99;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  animation: spFadeIn 0.5s;
}
#sp-header {
  background-image: url("../../../images/headers/header.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 170px;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
#sp-header {
  height: 270px;
  width: 100%;
  position: relative;
  z-index: 99;
  box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.1);
  animation: spFadeIn 0.5s;
}
#sp-header .logo {
    background-color: white;
    width: 8.8vw;
    height: 8.8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25vw;
    border-top-left-radius: 0;
    padding: 10px;
    box-sizing: border-box;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
@media screen and (max-width: 760px) {
#sp-header {
        min-height: 50vw;
      background: url(../../../images/headers/header-mobil.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-height: 170px;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
    }
@media screen and (max-width: 760px) {
#sp-header .logo {
    width: 30vw;
  height: 30vw;
}
}
@media(max-width: 760px) {
   .logo-image-phone {
    height: 100px;
  }
}
.burger-icon > span {
  display: block;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
  transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn {
 --bs-btn-border-radius: 0;
}
.btn-primary, .sppb-btn-primary {
  border-color: #006b38;
  background-color: #006b38;
}
.btn-primary:hover, .sppb-btn-primary:hover {
  border-color: #fa9b00;
  background-color: #fa9b00;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #006b38;
  --bs-btn-border-color: #006b38;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #fa9b00;
  --bs-btn-hover-border-color: #fa9b00;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #fa9b00;
  --bs-btn-active-border-color: #fa9b00;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #006b38;
  --bs-btn-disabled-border-color: #006b38;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}