body {
  font-family: 'sofia-pro', sans-serif;
}
.navbar > .container {
  justify-content: space-between;
  max-width: 800px;
  padding-inline: 15px;
}
.navbar {
  background: #003366;
  padding-block: 15px;
}
section.calculator {
  margin: 30px 10px;
}
main {
  background: #f2e7e4 !important;
}
.container.new-design {
  justify-content: center;
}
.navbar > .container span {
  color: #f98755;
  font-size: 21px;
  line-height: 28px;
  font-weight: 900;
  font-style: italic;
  -webkit-text-stroke: 1px #f98755;
  letter-spacing: 0.5px;
}
li::marker {
  content: '';
}
#sendBtn,
#uploadBtn,
.submit-btn {
  background: #026dd9;
  font-weight: 500;
}
.footer a {
  color: #36393d;
}
#top_title {
  color: #fff;
  padding-inline: 20px;
  font-size: 24px;
  line-height: 34px;
  padding-block: 0;
}
.main_title {
  border-radius: 0;
  background: #003366;
  height: auto;
  padding: 16px 0;
}
#upload_form {
  margin: 0;
}
.calculator > .container {
  background: #003366;
  overflow: hidden;
}

#bor-qr:before,
#bor-qr:after,
#bor-qr > #qrcode:first-child:before,
#bor-qr > #qrcode:first-child:after {
  border-color: #036dd9;
}
.center img {
  max-width: 70px;
}
.navbar #prevBtn {
  display: none !important;
}

button.show_calendly {
  background: #026dd9;
  font-weight: 500;
}

.inputs-container h6 {
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
}
button#buchenBtn {
  background: #026dd9 !important;
  font-weight: 500 !important;
  font-family: 'safia-pro', sans-serif !important;
}
h1,h2,h3,h4,h5 {letter-spacing: 0px!important;}
@media (max-width: 576px) {
  .uBox > span {
    font-size: 10px;
  }
  .s_4-side .upload-container {
    padding: 0px 10px 35px !important;
  }
  .logo {
    height: 28px;
  }
}
@media (max-width: 390px) {
  .navbar > .container span {
    font-size: 16px;
  }
}
