@media (min-width: 300px) {
    .secondary-page-heading {
        text-align: left;
        padding-bottom: 0;
        padding-left: 5px;
        font-size: 1.2rem;
        font-weight: 600;
        padding-top: 2%;
        font-family: 'Lato', open-sans;
        letter-spacing:-0.5px;
        color:rgba(0,0,0,0.7);
    }
}

@media (min-width: 768px) {
  .secondary-page-heading {
    padding-top: 3%;
  }
}

@media (min-width: 992px) {
  .secondary-page-heading {
    padding-left: 3%;
  }
}

@media (min-width: 1200px) {
  .secondary-page-heading {
    padding-left: 3%;
    padding-top: 2%;
  }
}

@media (min-width: 300px) {
  .single-page-section {
    box-shadow: rgba(100, 100, 100, 0.07) 0px 1px 5px 5px;
    border-radius: 10px;
    width: 95%;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.7);
    margin-top: 4%;
    margin-bottom: 15%;
    padding-bottom: 45px;
  }
}

@media (min-width: 768px) {
  .single-page-section {
    margin-top: 3%;
  }
}

@media (min-width: 1200px) {
  .single-page-section {
    margin-top: 2%;
  }
}

@container (min-width: 683.1875px) {
  .single-page-section {
    width: 65%;
  }
}

.single-section-heading {
}

@media (min-width: 300px) {
  .sp-top-select-wrapper {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 26px;
  }
}

@media (min-width: 992px) {
  .sp-top-select-wrapper {
    width: 60%;
    margin: initial;
    padding-left: 50px;
  }
}

@media (min-width: 1200px) {
  .sp-top-select-wrapper {
    width: 60%;
    margin: initial;
    padding-left: 75px;
  }
}

@media (min-width: 1400px) {
  .sp-top-select-wrapper {
    width: 500px;
    margin: initial;
    padding-left: 75px;
  }
}

@media (min-width: 300px) {
  .select-company-company-form {
    padding-bottom: 15px;
    padding-top: 40px;
  }
}

@media (min-width: 1200px) {
  .select-company-company-form {
  }
}

@media (min-width: 300px) {
  .smlform-submit {
    width: 100px;
    opacity: 0.9;
    -webkit-transition: all 0.4s ease-in-out;
    background-color: rgba(0, 0, 0);
    border: none;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    font-size: 0.9rem;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 9px;
    color: rgba(255,255,255,0.9);
    transition: all 0.4s ease-in-out;
  }
}

@media (min-width: 300px) {
  .sm-form-select {
    width: 100%;
  }
}

.sm-form-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

@media (min-width: 1200px) {
  .starting-col {
  }
}

@media (min-width: 300px) {
  .user-table {
    font-size: 0.8rem;
    box-shadow: 0 1px 10px #bebebe;
  }
}

@media (min-width: 768px) {
  .user-table {
    font-size: 0.9rem;
    margin: 0 auto;
  }
}

@media (min-width: 300px) {
  .icon-cell {
    text-align: center;
    font-size: 1rem;
  }
}

@media (min-width: 300px) {
  .icon-cell {
    width: 110px;
  }
}

@media (min-width: 300px) {
  .user-edit-link {
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .user-edit-link {
    margin-right: 25px;
  }
}

.feedback-btn {
  width: 300px;
  opacity: 0.9;
  -webkit-transition: all 0.4s ease-in-out;
  background-color: rgba(0, 0, 0);
  border: none;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  font-size: 0.9rem;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 9px;
  color: rgba(255,255,255,0.9);
  transition: all 0.4s ease-in-out;
  margin: 0 auto;
  display: block;
}

.support-span-heading {
  font-weight: 700;
  text-decoration: underline;
  padding-left: 5px;
  font-size: 0.9rem;
  color: rgb(102, 102, 102);
}

.link-basic {
  text-decoration: none;
  color: #226191;
}

.support-end-span {
  font-weight: 600;
  padding-left: 10px;
  font-size: 0.85rem;
}

.innerDropDown {
  font-size: 0.83rem;
  font-weight: 600;
  padding-left: 5px;
  color: rgba(0,0,0,.47);
}

.page-level-section-full {
  margin-bottom: 5%;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0 0 6px #bebebe;
  padding-bottom: 2%;
}

@media (min-width: 300px) {
  .progress-bar-area-wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 0 15px 15px 15px;
    box-shadow: 0 1px 3px #bebebe;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .progress-bar-area-wrapper {
    flex-basis: 45%;
  }
}

.progress-div-wrapper {
  padding-bottom: 10px;
}

.small-inner-h5 {
  text-align: left;
  padding-top: 13px;
  padding-bottom: 5px;
  font-size: 1.1rem;
  font-weight: 600;
  font-family: "Open Sans", Arial, sans-serif;
  color: rgba(0,0,0,0.7);
  font-stretch: condensed;
}

.progress-label {
  font-size: 0.8rem;
}

@media (min-width: 300px) {
  .stats-flex-wrapper {
    display: flex;
    flex-direction: column;
    padding-top: 15px;
  }
}

@media (min-width: 768px) {
  .stats-flex-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 300px) {
  .page-level-section-full.make-narrower {
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .page-level-section-full.make-narrower {
    width: 75%;
  }
}

.page-level-section.double-section {
  padding-bottom: 0;
}

.smlform-submit.large-size{
    width:300px;

}


@media (min-width: 576px) {
    .basic-white-page-section {
        /*width: 95%;*/
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .basic-white-page-section {
        padding-top: 20px;
    }
}

@media (min-width: 992px) {
    .basic-white-page-section {
        /*width: 90%;*/
        padding-top: 0;
    }
}

.top-page-p {
    text-align: center;
}

@media (min-width: 300px) {
    .sp-top-select-wrapper.brand-select {
        width: 35%;
        padding-top: 10px;
        width: 300px;
    }
}

@media (min-width: 768px) {
    .sp-top-select-wrapper.brand-select {
        padding-top: 10px;
    }
}

@media (min-width: 992px) {
    .sp-top-select-wrapper.brand-select {
        margin: 0 auto;
        padding-left: 0;
    }
}

.smlform-submit.medium-size {
    width: 200px;
}

.display-table-wrapper-div {
    padding-top: 5px;
}

@media (min-width: 300px) {
    .lead-head-cell {
        color: rgb(101,101,101) !important;
        font-size: 0.85rem;
        background-color: rgba(139,199,213,0.34) !important;
        padding-left: 20px !important;
    }
}

@media (min-width: 768px) {
    .lead-head-cell {
        font-size: 0.9rem !important;
    }
}

.secondary-page-heading.table-heading {
    font-size: 1.4rem;
}

.lead-table-cell {
    padding-left: 20px !important;
}

.main-heading-icon {
    padding-right: 10px;
    color: #8b0b1c;
}

.warrant-link-section-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



.login-label.page-link-icon-label {
    text-align: center;
}

.page-icon-with-link:hover {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: rgba(255, 255, 255);
    background-color: rgba(7,7,7,0.06);
    box-shadow: rgba(7,7,7,0.23) 0px 0px 10px 0px;
}

.page-icon-with-link {
    text-decoration: none;
    color: rgba(0,0,0,0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 15px;
    margin: 10px;
    box-shadow: rgba(7,7,7,0.23) 0px 0px 10px 0px;
    width: 300px;
}

.lead-head-cell.lead-time-cell-width {
    width: 26%;
}

@media (min-width: 300px) {
    .lead-time-table {
        font-size: 0.8rem;
    }
}

@media (min-width: 768px) {
    .lead-time-table {
        font-size: 0.95rem;
    }
}

@media (min-width: 300px) {
    .secondary-page-heading.update-table-heading {
        font-size: 1.1rem;
    }
}

@media (min-width: 768px) {
    .secondary-page-heading.update-table-heading {
        font-size: 1rem !important;
    }
}

@media (min-width: 300px) {
    .update-input {
        text-align: center;
        margin: 0 auto;
        margin-top: 2px;
        padding-top: 3px;
        padding-bottom: 2px;
        width: 100%;
        font-size: 0.8rem;
    }
}

@media (min-width: 768px) {
    .update-input {
        width: 75%;
        font-size: 0.95rem;
        margin-top: 0px;
    }
}

@media (min-width: 1400px) {
    .update-input {
        width: 60%;
    }
}

.update-table-cell {
    padding: 0 !important;
    padding-top: 4px !important;
}

.smlform-submit.large-size {
    width: 350px;
    margin-top: 35px;
}

@media (min-width: 300px) {
    .warranty-flexed-link {
        flex-basis: 44%;
        margin: 10px 0;
    }
}

@media (min-width: 768px) {
    .warranty-flexed-link {
        flex-basis: 44%;
        margin: 20px 0;
    }
}

@media (min-width: 1400px) {
    .warranty-flexed-link {
        flex-basis: 28%;
    }
}

.comp-label {
    font-size:0.85rem;
    text-decoration:underline;
    font-weight:700;
}