.request-quote-page {
    padding-top: 24px;
}

@media (max-width: 959px) {
    .main.request-quote-page {
        padding-top: 0 !important;
    }
}

.request-quote-page .left-content-well {
    font-family: "overpass-variable", sans-serif !important;
}

.request-quote-page .left-content-well, .request-quote-page .sidebar-well {
    padding-bottom: 120px !important;
}

@media (max-width: 959px) {
    .request-quote-page .left-content-well, .request-quote-page .sidebar-well {
        padding-bottom: 20px !important;
    }

    .request-quote-page .sidebar-well {
        display: none !important;
    }
}

.request-quote-page .breadcrumbs {
  color: #707070;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin-top: 0 !important;
  margin-bottom: 1rem;
}

.request-quote-page h1 {
  font-weight: 700;
}

.request-quote-page .subtext {
  color: #000 !important;
  text-transform: unset !important;
  font-size: 22px !important;
  font-weight: 300 !important;
  margin-bottom: 1rem !important;
  letter-spacing: normal !important;
}

.request-quote-page .general {
    max-width: unset !important;
}

.request-quote-page .row {
    position: relative;
}

.request-quote-page input,
.request-quote-page select {
  border: 1px solid #bcbcbc;
  height: 45px;
  padding: 10px 20px 0px !important;
}

.request-quote-page form.general .row textarea {
    padding-top: 15px;
    border: 1px solid #bcbcbc;
    height: 74px;
    padding: 20px 20px 0px !important;
}

.request-quote-page select {
  appearance: none;
  position: relative !important;
  opacity: 1 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgMTEgNyIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTEwLjMzNzkgMC42NzMxNTdMNS40NjU0OCA0Ljk2NDEyTDAuNTkzMDY4IDAuNjczMTU2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNzk0MDQiLz4KICA8cGF0aCBkPSJNMTAuMzM3OSAwLjY3MzE1N0w1LjQ2NTQ4IDQuOTY0MTJMMC41OTMwNjggMC42NzMxNTYiIHN0cm9rZT0iI0YyMjQyMCIgc3Ryb2tlLXdpZHRoPSIxLjc5NDA0Ii8+Cjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  outline: none !important;
  width: 100%;
}

.request-quote-page .select-row label {
    z-index: 11;
}

.request-quote-page .selector span {
    display: none !important;
}

.request-quote-page label, .request-quote-page input, .request-quote-page select, .request-quote-page textarea {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

.request-quote-page label {
    position: absolute;
    top: 16px;
    left: 20px;
    z-index: 1;
    padding: 0 !important;
    font-size: 15px;
    transition: 0.25s all ease-in-out;
}

.request-quote-page label.is-active {
    top: 4px;
    font-size: 10px;
    color: #707070 !important;
  }

.request-quote-page .row.split-row {
    display: flex;
    gap: 12px;
  }
  
  .request-quote-page .row.split-row > div {
    width: 50%;
    position: relative;
  }
  
  @media (max-width: 959px) {
    .request-quote-page .row.split-row {
      flex-direction: column;
    }
  
    .request-quote-page .row.split-row > div {
      width: 100%;
    }
  }
  

.request-quote-page .submit-row {
  margin-top: 1rem !important;
}

.request-quote-page .last-row {
  margin-bottom: 1rem !important;
}

.request-quote-page .requiredText {
  font-weight: 400;
  color: #000;
  font-size: 12px;
}

.request-quote-page .submit-btn {
  background-color: #f22420;
  color: #fff;
  padding: 6px 4rem !important;
  font-size: 14px;
  font-weight: 700;
}
