.application-wizard-section {
  padding: 1.875rem 0 0.625rem;
}

.left-sidebar {
  padding: 1.8rem 0.45rem;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
  position: -webkit-sticky;
  position: sticky;
  margin-top: 0;
}

.left-sidebar .app-step-list {
  position: relative;
  list-style-type: none;
}

.left-sidebar .app-step-list::after {
  content: '';
  position: absolute;
  top: 6px;
  background-color: #979797;
  left: 7px;
  width: 1px;
  height: 97%;
  z-index: 1;
}

.left-sidebar .app-step-list li {
  position: relative;
  margin-bottom: 1rem;
  z-index: 2;
}

.left-sidebar .app-step-list li:last-child {
  margin-bottom: 0;
}

.left-sidebar .app-step-list li.prev-step .step::after {
  background: #142651;
}

.left-sidebar .app-step-list li.visited-step .step {
  color: #142651;
  font-family: 'montserratbold';
  font-size: 1rem;
}

.left-sidebar .app-step-list li.visited-step .step::after {
  background: #142651;
}

.left-sidebar .app-step-list li .step {
  background: none;
  border: none;
  color: #A9A9A9;
  font-family: 'montserratmedium';
  letter-spacing: 1px;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding-left: 2.125rem;
  text-align: left;
}

.left-sidebar .app-step-list li .step::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 0.938rem;
  height: 0.938rem;
  border-radius: 50%;
  background: #E0E0E0;
}

.left-sidebar .app-step-list li .step[aria-selected="true"] {
  font-family: 'montserratbold';
  font-size: 1rem;
  color: #142651;
}

.left-sidebar .app-step-list li .step[aria-selected="true"]::after {
  background: #ffc845;
  border: 2px solid #142651;
}

.left-sidebar .app-step-list li.disabled .step {
  cursor: default;
  pointer-events: none;
}

.application-intro-wrap {
  max-width: 789px;
  margin: 0 auto;
  text-align: center;
  padding-top: 2.75rem;
}

@media only screen and (max-width: 767px) {
  .application-intro-wrap {
    max-width: 100%;
    padding-top: 0;
  }
}

.application-intro-wrap .application-intro-header img {
  margin-bottom: 3.125rem;
}

@media only screen and (max-width: 767px) {
  .application-intro-wrap .application-intro-header img {
    margin-bottom: 1.8rem;
  }
}

.application-intro-wrap .primary-title {
  letter-spacing: 0;
  margin-bottom: 0.8rem;
}

@media only screen and (max-width: 767px) {
  .application-intro-wrap .primary-title {
    font-size: 1.3125rem;
    line-height: 1.75rem;
    margin-bottom: 0.7rem;
  }
}

.application-intro-wrap p {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .application-intro-wrap p {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

.application-intro-wrap p strong {
  margin-right: 0.5rem;
}

.application-intro-wrap .primary-btn {
  margin-top: 2rem;
}

@media only screen and (max-width: 767px) {
  .application-intro-wrap .primary-btn {
    margin-top: 1.9rem;
  }
}

.application-intro-wrap .application-intro-footer {
  margin-top: 3.125rem;
}

@media only screen and (max-width: 767px) {
  .application-intro-wrap .application-intro-footer {
    margin-top: 2.125rem;
  }
}

.application-intro-wrap .application-intro-footer p {
  margin-bottom: 0;
  text-align: center;
}

.application-intro-wrap .application-intro-footer a {
  line-height: 2rem;
  text-decoration: underline;
  font-family: 'montserratbold';
}

.tab-content {
  padding: 0.65rem 0 5.5rem 0.85rem;
}

@media only screen and (max-width: 767px) {
  .tab-content {
    padding: 0.65rem 0 0 0;
  }
}

.tab-content .step-sm-title {
  text-transform: uppercase;
  line-height: 1.125rem;
}

.tab-content .step-md-title {
  line-height: 2.125rem;
  margin-bottom: 1.25rem;
}

@media only screen and (max-width: 767px) {
  .tab-content .step-md-title {
    line-height: 1.75rem;
    font-size: 1.5rem;
    margin-bottom: 1.6rem;
  }
}

.tab-content p {
  line-height: 2rem;
  margin-bottom: 0.30rem;
}

@media only screen and (max-width: 767px) {
  .tab-content p {
    line-height: 1.5rem;
    font-size: 1rem;
  }
}

.tab-content p strong {
  margin-right: 0.5rem;
}

.app-banner-wizard .left-content {
  display: none;
}

.app-banner-wizard .right-tab-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.app-banner-wizard .tab-content {
  padding: 0.65rem 0 5.5rem 0;
}

@media screen and (max-width: 991px) {
  .app-banner-wizard .tab-content {
    padding: 0.65rem 0 1.4rem 0;
  }
}

.left-content {
  border: 15px solid #ffffff;
}

@media screen and (max-width: 991px) {
  .left-content {
    display: none;
  }
}

/* Form Title CSS */
.form-title {
  margin: 2.188rem 0 2.375rem;
}

@media screen and (max-width: 767px) {
  .form-title {
    margin: 1.5rem 0;
  }
}

.form-title .form-heading {
  overflow: hidden;
  position: relative;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: inherit;
  margin-bottom: 0;
  text-align: left;
}

.form-title .form-heading::after {
  content: "";
  position: absolute;
  background: #979797;
  width: 100%;
  height: 1px;
  display: inline;
  margin-left: 1em;
  top: 11px;
}

@media screen and (max-width: 575px) {
  .form-title .form-heading::after {
    display: none;
  }
}

.form-group-wrap {
  margin-bottom: 3.6rem;
}

@media screen and (max-width: 575px) {
  .form-group-wrap {
    margin-bottom: 0;
  }
}

.input-row {
  margin-bottom: 1.15rem;
}

.input-row .label-wrap {
  display: inline-block;
  width: 235px;
  text-align: right;
  padding-right: 1rem;
}

@media screen and (max-width: 575px) {
  .input-row .label-wrap {
    width: 100%;
    text-align: left;
  }
}

.input-row label {
  max-width: 85%;
  vertical-align: middle;
}

.step-legend-txt {
  display: inline-block;
  width: 235px;
  text-align: right;
  font-size: 1rem;
  color: #142651;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  padding-right: 1rem;
}

@media screen and (max-width: 575px) {
  .step-legend-txt {
    text-align: left;
    margin-bottom: 1.15rem;
  }
}

.form-group-wrap:first-of-type .step-legend-txt {
  margin-top: 2rem;
}

.input-row-full-width {
  margin-bottom: 2.25rem;
}

@media screen and (max-width: 991px) {
  .input-row-full-width {
    margin-bottom: 1.15rem;
  }
}

.input-row-full-width .form-control {
  display: block;
  margin-top: 0.5rem;
}

@media screen and (max-width: 575px) {
  .input-row-full-width .form-control {
    margin-top: 0;
  }
}

.input-row-full-width .date-picker {
  display: block;
}

.counter-fields-row {
  margin-bottom: 2.5rem;
}

.counter-fields-row label {
  margin-right: 0.5rem;
  min-width: 1.15rem;
}

.counter-fields-row small {
  display: inline-block;
  margin-bottom: 1rem;
}

@media screen and (max-width: 575px) {
  .counter-fields-row .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.tab-content p.drag-items-txt {
  margin-bottom: 0;
}

.dollar-sign {
  padding-right: 0.75rem;
  vertical-align: middle;
}

@media screen and (max-width: 575px) {
  .input-row-dollar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .input-row-dollar .label-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .input-row-dollar .dollar-sign {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8%;
            flex: 0 0 8%;
  }
  .input-row-dollar .form-control {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 92%;
            flex: 0 0 92%;
  }
}

.estimated-value-txt {
  padding-left: 0.625rem;
  font-size: 0.875rem;
}

@media screen and (max-width: 991px) {
  .estimated-value-txt {
    display: block;
    padding-left: 260px;
  }
}

@media screen and (max-width: 575px) {
  .estimated-value-txt {
    padding-left: 8%;
  }
}

.fieldset-footer {
  padding-top: 1.375rem;
}

@media screen and (max-width: 768px) {
  .fieldset-footer {
    padding-top: 1.1rem;
  }
}

@media screen and (min-width: 768px) {
  .fieldset-footer {
    margin-right: 0;
    margin-left: 0;
  }
}

.fieldset-footer.result-footer {
  text-align: center;
}

.fieldset-footer.result-footer .btn-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fieldset-footer .fieldset-footer-wrap {
  max-width: 430px;
}

@media screen and (max-width: 991px) {
  .fieldset-footer .fieldset-footer-wrap {
    max-width: 360px;
  }
}

@media screen and (max-width: 767px) {
  .fieldset-footer .fieldset-footer-wrap {
    max-width: 100%;
  }
}

.fieldset-footer .form-footer-text {
  margin-bottom: 2.3rem;
}

@media screen and (max-width: 991px) {
  .fieldset-footer .form-footer-text {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}

.fieldset-footer .footer-info {
  text-align: center;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .fieldset-footer .footer-info {
    margin-bottom: 1.5rem;
  }
}

.fieldset-footer .footer-info span {
  display: block;
}

.fieldset-footer .footer-info .link-btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'montserratbold';
  background-color: transparent;
  border: 0;
  margin-top: 1rem;
}

.fieldset-footer .footer-info .link-btn:hover, .fieldset-footer .footer-info .link-btn:focus {
  text-decoration: underline;
}

.fieldset-footer .btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fieldset-footer .btn-row .prev-btn {
  margin-right: 1.5rem;
}

@media screen and (max-width: 991px) {
  .fieldset-footer .btn-row .nav-arrow-btn {
    min-width: 10.5rem;
  }
}

@media screen and (max-width: 575px) {
  .fieldset-footer .btn-row .nav-arrow-btn {
    padding: 0 0.5rem;
    min-width: 8.5rem;
  }
}

@media screen and (max-width: 767px) {
  .fieldset-footer .btn-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.focus-label:focus-within label {
  color: #142651;
  font-size: 1rem;
  font-family: 'montserratbold';
  font-weight: 700;
}

.inline-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.15rem;
}

@media screen and (max-width: 991px) {
  .inline-form-control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.inline-form-control .first-column {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 991px) {
  .inline-form-control .first-column {
    margin-bottom: 1.15rem;
  }
}

@media screen and (max-width: 575px) {
  .inline-form-control .first-column {
    display: block;
    width: 100%;
    padding: 0;
  }
}

.inline-form-control .first-column .label-wrap {
  width: 240px;
  text-align: right;
  padding-right: 20px;
}

@media screen and (max-width: 575px) {
  .inline-form-control .first-column .label-wrap {
    width: 100%;
    text-align: left;
  }
}

.inline-form-control .first-column .form-control {
  width: 75px;
}

@media screen and (max-width: 991px) {
  .inline-form-control .first-column .form-control {
    width: 270px;
  }
}

@media screen and (max-width: 575px) {
  .inline-form-control .first-column .form-control {
    width: 100%;
  }
}

.inline-form-control .second-column {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 575px) {
  .inline-form-control .second-column {
    display: block;
    width: 100%;
  }
}

.inline-form-control .second-column .label-wrap {
  padding-right: 20px;
}

@media screen and (max-width: 991px) {
  .inline-form-control .second-column .label-wrap {
    width: 240px;
    text-align: right;
  }
}

@media screen and (max-width: 575px) {
  .inline-form-control .second-column .label-wrap {
    width: 100%;
    text-align: left;
  }
}

.inline-form-control .second-column .label-wrap label {
  text-transform: uppercase;
}

.inline-form-control .second-column .form-control {
  width: 115px;
}

@media screen and (max-width: 991px) {
  .inline-form-control .second-column .form-control {
    width: 270px;
  }
}

@media screen and (max-width: 575px) {
  .inline-form-control .second-column .form-control {
    width: 100%;
  }
}

.drag-form-fields .drag-element {
  display: inline-block;
  cursor: move;
  position: relative;
}

@media screen and (max-width: 575px) {
  .drag-form-fields .drag-element {
    width: 100%;
  }
}

.drag-form-fields .drag-element::before {
  background-image: url(../images/drag-img.png);
  content: '';
  position: absolute;
  left: 7px;
  width: 1rem;
  height: 1.438rem;
  top: 11px;
}

.drag-form-fields .drag-element .form-control {
  width: 220px;
  padding-left: 2.813rem;
}

@media screen and (max-width: 575px) {
  .drag-form-fields .drag-element .form-control {
    width: 100%;
  }
}

.sm-input {
  max-width: 150px;
}

.md-input {
  max-width: 225px;
}

.lg-input {
  max-width: 270px;
}

.xl-input {
  max-width: 390px;
}

.xxl-input {
  max-width: 420px;
}

.error-msg {
  display: none;
}

.error-msg.show {
  color: #DE0000;
  padding-left: 0.625rem;
  display: inline-block;
  font-size: 0.875rem;
}

@media screen and (max-width: 991px) {
  .error-msg.show {
    margin-top: 0.5rem;
    display: block;
    padding-left: 235px;
  }
}

@media screen and (max-width: 575px) {
  .error-msg.show {
    padding-left: 0;
  }
}

.error label {
  color: #DE0000;
}

.error .form-control {
  border-width: 2px;
  border-color: #DE0000;
  background: #FFF1F1 url(../images/error-icon.png) no-repeat 96%;
}

textarea.form-control {
  height: 6.313rem;
}

.form-control {
  color: #0D0D0D;
  height: 2.8125rem;
  display: inline-block;
}

@media screen and (max-width: 575px) {
  .form-control {
    max-width: 100%;
    display: block;
    width: 100%;
  }
}

label {
  color: #1D1D1D;
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  label {
    margin-bottom: 0.5rem;
  }
}

.form-check {
  display: inline-block;
  padding: 0 0.4rem 0 1.25rem;
}

@media screen and (max-width: 575px) {
  .form-check {
    padding: 0 0.4rem 0 0;
  }
}

.form-check .radio-txt {
  font-size: 1rem;
}

.form-check .radio-circle {
  border-color: #b4bfc9;
  width: 1rem;
  height: 1rem;
}

/* Date Picker CSS */
.date-picker {
  position: relative;
  display: inline-block;
  width: 270px;
}

.date-picker::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.4375rem;
  height: 2.1875rem;
  width: 1px;
  border: 1px solid #C5C5C5;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 575px) {
  .date-picker {
    width: 100%;
  }
}

input[type="date"].form-control {
  background: url(../images/calendar-icon.jpg) no-repeat right;
  background-origin: content-box;
}

input[type="date"].form-control::-webkit-calendar-picker-indicator {
  opacity: 0;
}

input[type="date"].form-control::-ms-clear {
  display: none;
}

.review-application-wrap {
  padding: 1.75rem 0;
  max-width: 1050px;
  margin: 0 auto;
}

.review-application-wrap .primary-title {
  margin-bottom: 1.375rem;
}

.review-application-wrap .lead-subtitle {
  text-align: center;
  margin-bottom: 3rem;
}

.review-application-wrap .form-title {
  position: relative;
  margin-bottom: 3rem;
}

@media screen and (max-width: 575px) {
  .review-application-wrap .form-title .form-heading {
    max-width: 200px;
  }
}

.review-application-wrap .form-title .update-form {
  padding-left: 0.875rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  text-transform: capitalize;
  font-family: 'montserratbold';
  font-weight: 700;
  text-decoration: underline;
  background: #ffffff;
}

.review-application-wrap .inner-form-heading {
  width: 49%;
  padding-right: 1.5625rem;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .review-application-wrap .inner-form-heading {
    text-align: left;
    width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 575px) {
  .review-application-wrap .review-details:last-child dl {
    border-bottom: 1px solid #979797;
    padding-bottom: 1rem;
  }
}

.review-details dl {
  margin-bottom: 1.313rem;
}

@media screen and (max-width: 767px) {
  .review-details dl {
    margin-bottom: 1rem;
  }
}

.review-details dt,
.review-details dd {
  display: inline-block;
  width: 49%;
  font-weight: 400;
  color: #0D0D0D;
  vertical-align: top;
}

.review-details dt {
  padding-right: 1.5625rem;
  text-align: right;
  font-family: 'montserratbold';
  font-weight: 700;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .review-details dt {
    text-align: left;
  }
}

.review-details dd .number-list {
  list-style-type: decimal;
  padding-left: 20px;
}

dd::after {
  content: '';
  display: table;
  clear: both;
  margin: 0 0 1rem 0;
}

/* Summary Aside CSS */
.fieldset-input-wrap {
  position: relative;
}

.fieldset-input-wrap.flex-aside-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fieldset-input-wrap.flex-aside-wrap .flex-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media screen and (max-width: 991px) {
  .fieldset-input-wrap.flex-aside-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.summary-aside {
  position: absolute;
  z-index: 9;
  width: 300px;
  background: #f7f7f7;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .summary-aside {
    position: static;
    width: 100%;
  }
}

.summary-aside.sticky-aside {
  position: fixed;
  top: 30%;
}

.summary-aside.abs-aside {
  position: absolute;
}

.summary-aside .content-div {
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  text-transform: uppercase;
  max-width: 300px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .summary-aside .content-div {
    padding: 2rem 1rem;
  }
}

.summary-aside dl {
  margin-bottom: 0;
}

.summary-aside dt,
.summary-aside dd {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.summary-aside dd {
  width: 35%;
  font-weight: 700;
  font-family: 'montserratbold';
  text-align: left;
}

.summary-aside dt {
  text-align: right;
  width: 60%;
  font-weight: normal;
  padding-right: 10px;
}

.summary-aside h4 {
  margin-bottom: 1.25rem;
}

.summary-aside .result-txt {
  position: relative;
  margin-bottom: 0;
  font-size: 0.875rem;
}

.summary-aside .result-txt::before {
  content: '';
  display: block;
  height: 1px;
  background-color: #979797;
  max-width: 60%;
  margin: 0.15rem auto 1.15rem;
  background-color: #979797;
}

.summary-aside .result-txt span {
  width: 60%;
  display: inline-block;
  text-align: right;
  padding-right: 10px;
}

.summary-aside .result-txt strong {
  margin: 0;
  width: 35%;
  display: inline-block;
  text-align: left;
}

.aside-bottom {
  position: relative;
  top: 0;
}

.aside-bottom .abs-aside {
  top: auto !important;
  bottom: 5%;
}

.focus-title:focus {
  outline: none;
}

/*-- ========================================================
           Application Modal - Start
=========================================================== */
@media screen and (max-width: 1024px) {
  .application-modal {
    padding-right: 0 !important;
  }
}

.application-modal .modal-dialog {
  max-width: 670px;
}

.application-modal .modal-content {
  padding: 3.125rem 3.125rem 5rem;
}

@media screen and (max-width: 540px) {
  .application-modal .modal-content {
    padding: 3.5rem 0;
  }
}

.application-modal .close {
  position: absolute;
  opacity: 1;
  z-index: 9;
  top: 1.25rem;
  right: 1.25rem;
}

@media screen and (max-width: 580px) {
  .application-modal .close {
    top: 1rem;
    right: 1rem;
  }
  .application-modal .close img {
    width: 32px;
    height: auto;
  }
}

.application-modal .modal-text {
  max-width: 85%;
  text-align: center;
  margin: 0 auto;
  font-weight: 700;
  margin-bottom: 2.25rem;
  color: #000000;
  line-height: 1.75rem;
}

@media screen and (max-width: 580px) {
  .application-modal .modal-text {
    max-width: 75%;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.application-modal .appmodal-form-wrapper .form-group {
  max-width: 280px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 3.1rem;
}

@media screen and (max-width: 580px) {
  .application-modal .appmodal-form-wrapper .form-group {
    margin-bottom: 2.1rem;
  }
}

.application-modal .appmodal-form-wrapper label {
  margin-bottom: 0.45rem;
}

.application-modal .appmodal-form-wrapper button {
  padding: 0 1.975rem 0 1.975rem;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 360px) {
  .application-modal .appmodal-form-wrapper button {
    letter-spacing: 0;
    padding: 0 1.75rem 0 1.75rem;
  }
}

.application-modal .close:not(:disabled):not(.disabled):hover,
.application-modal .close:not(:disabled):not(.disabled):focus {
  opacity: 1;
}

input[type=number] { 
    -moz-appearance: textfield;
    appearance: textfield;
    margin: 0; 
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
      -webkit-appearance: none; 
      margin: 0; 
}