body {
  background-color: #DEF4FC;
}

.header-inner.d-flex {
  justify-content: center !important;
}

.contact-info-item.style-two:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.cardxx {
  font-family: --base-font;
  background-color: #9BA7B2;
  display: block;
  padding: 50px 100px;
  width: max-content;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
  border: 1px solid grey;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(-125deg, #1D3349, #06121E 55%);
  position: relative !important;
  max-width: 100%;
  max-height: 17rem;
}

.bank-logo-xx svg {
  position: absolute;
  padding-left: 220px;
  padding-top: 15px;
  max-width: 65px;
  opacity: 0.9;
}

img.chipxx {
  max-height: 3rem;
  position: absolute;
  right: 2rem;
  top: 3.2rem;
}

.titlexx {
  font-family: --base-font;
  color: white;
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.8;
  padding-left: 20px;
  padding-top: 20px;
  position: absolute;
  display: inline-block;
}


.embossxx {
  font-family: --base-font;
  color: wheat;
}

.numberxx {
  display: inline-block;
  padding-top: 5.2rem;
  font-size: 1.6rem;
  padding-left: 2rem;
  position: relative;
  z-index: 999;
  padding-bottom: 1rem;
}

.namexx {
  font-size: 1.5rem;
  text-shadow: -2px -1px 1px rgba(255, 255, 255, 1), 1px 1px 1px rgba(0, 0, 0, 1), 1px 0px 1px rgba(255, 255, 255, 1), -1px -1px 1px rgba(0, 0, 0, 1), -1px 1px 1px rgba(0, 0, 0, 1);
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0.6rem;
  left: 2rem;
}

.small-typexx {
  font-family: sans-serif;
  text-transform: uppercase;
  color: white;
  padding-left: 2rem;
  line-height: 10px;
  letter-spacing: 1px;
  opacity: 0.7;
}

.expxx {
  font-size: 1.3rem;
  padding-left: 2rem;
}

.multisteps-form__progress {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.multisteps-form__progress-btn {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  position: relative;
  padding-top: 20px;
  color: rgba(108, 117, 125, 0.7);
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
}

@media (min-width: 500px) {
  .multisteps-form__progress-btn {
    text-indent: 0;
  }
}

.multisteps-form__progress-btn:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  content: '';
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid currentColor;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 3;
}

.multisteps-form__progress-btn:after {
  position: absolute;
  top: 5px;
  left: calc(-50% - 13px / 2);
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  background-color: currentColor;
  z-index: 1;
}

.multisteps-form__progress-btn:first-child:after {
  display: none;
}

.multisteps-form__progress-btn.js-active {
  color: #007bff;
}

.multisteps-form__progress-btn.js-active:before {
  -webkit-transform: translateX(-50%) scale(1.2);
  transform: translateX(-50%) scale(1.2);
  background-color: currentColor;
}

.multisteps-form__form {
  position: relative;
  height: auto !important;
}

.multisteps-form__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.multisteps-form__panel.js-active {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.multisteps-form__panel[data-animation="scaleIn"] {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.multisteps-form__panel[data-animation="scaleIn"].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#loan_section label.error {
  font-size: 0.8rem !important;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 1rem;
}


#section-card {
  position: relative;
  width: auto;
  height: auto;
}

#c_name {
  position: absolute;
  color: white;
  font-size: 1.3rem;
  left: 3rem;
  bottom: 2.5rem;
}

#c_numb {
  position: absolute;
  color: white;
  font-size: 1.9rem;
  left: 2.5rem;
  bottom: 5rem;
}

#section-card img {
  width: max-content;
  height: max-content;
}

#c_label {
  position: absolute;
  top: 2rem;
  font-size: 1.3rem;
  color: white;
  left: 3rem;
  text-transform: uppercase;
  font-weight: bold;
}

#c_month {
  position: absolute;
  right: 1rem;
  font-size: 1.2rem;
  color: white;
  bottom: 3rem;
}

.loan-form-section {
  background: white !important;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

@media only screen and (max-width: 600px) {
  #c_label {
    left: 2rem;
    font-size: 1rem;
    top: 1.5rem;
  }

  #c_numb {
    left: 2rem;
    font-size: 1rem;
    bottom: 4rem;
  }

  #c_name {
    left: 2rem;
    bottom: 2rem;
    font-size: 1rem;
  }
}