section.lenders.hiw {
  background: #083d4e url('/wp-content/themes/Alphaflow/res/lenders/map-mission.png') no-repeat center center !important;
  background-size: cover !important;
}
section.lenders.hiw > .container {
  position: relative;
  padding-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  section.lenders.hiw > .container {
    padding-top: 90px;
  }
}
section.lenders.hiw::before {
  content: "";
  display: block;
  display: none;
  position: absolute;
  padding: 100px 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(90, 215, 255, 0.8);
}
section.lenders.hiw .banner-msg {
  font-size: 18px;
}
section.lenders.hiw .banner-msg h1 {
  font-size: 55px;
}
section.lenders.hiw h2.h1 {
  margin-bottom: 24px;
}
section.lenders.hiw h2.h1 .u-blue {
  padding-bottom: 5px;
  border-bottom: 2px solid #03c4f8;
}
section.lenders.hiw .subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  section.timeline-sec {
    padding-bottom: 1px;
  }
}
section.timeline-sec .timeline-wrap::before {
  position: absolute;
  content: ' ';
  background-color: transparent;
  background-image: url(/wp-content/themes/Alphaflow/res/lenders/city2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 70%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  opacity: 0.1;
}
@media (max-width: 767px) {
  section.timeline-sec .timeline-wrap .timeline::before {
    left: 30px;
  }
}
section.timeline-sec .timeline-wrap .timeline > li > .timeline-badge {
  background-color: #fff;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 30px;
  border: 4px solid #03c8f4;
  line-height: 63px;
  width: 70px;
  height: 70px;
  top: 7px;
  margin-left: -35px;
}
@media (max-width: 767px) {
  section.timeline-sec .timeline-wrap .timeline > li > .timeline-badge {
    margin-left: -20px;
  }
}
section.timeline-sec .timeline-wrap .timeline > li > .timeline-badge.success {
  border-color: #7ec212;
  background-color: #fff !important;
  color: #7ec212;
}
section.timeline-sec .timeline-wrap .timeline > li .timeline-panel {
  background: white;
  width: 42%;
}
@media (max-width: 767px) {
  section.timeline-sec .timeline-wrap .timeline > li .timeline-panel {
    width: calc(100% - 90px);
  }
}
section.lenders-hiw {
  padding: 40px 0 60px 0;
}
section.lenders-hiw .btn {
  font-size: 24px;
}
section.lenders-hiw .steps-center {
  display: flex;
}
@media only screen and (max-width: 768px) {
  section.lenders-hiw .steps-center {
    display: block;
  }
}
section.lenders-hiw .steps-center .step .content .step-name {
  color: #03c8f4;
}
section.lenders-hiw .steps-center .step .content .step-title {
  font-size: 20px;
}
section.lenders-hiw .steps-center .step .arrow-right {
  position: absolute;
  right: -30px;
  top: 25%;
}
section.lenders-hiw .steps-center .step .arrow-right .arr {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: lightgray;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 16px;
  height: 16px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  margin: 6px 6px 6px -50%;
}
section.lenders-hiw .steps-center .step .arrow-right .arr:before {
  content: "";
  box-sizing: border-box;
  right: 0;
  top: -2px;
  position: absolute;
  height: 2px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 60px;
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
@media only screen and (max-width: 992px) {
  section.lenders-hiw .steps-center .step .arrow-right .arr:before {
    width: 40px;
  }
}
section.lenders-hiw .steps-center .step .arrow-down {
  top: 78%;
  left: 10%;
}
@media only screen and (max-width: 768px) {
  section.lenders-hiw .steps-center .step .arrow-down {
    bottom: 15px;
    left: 17%;
    top: auto;
  }
}
section.lenders-hiw .steps-center .step .arrow-down .arr {
  color: lightgray;
  border-width: 2px 2px 0 0;
}
section.lenders-hiw .steps-center .step .arrow-down .arr:before {
  height: 2px;
  width: 40px;
}
@media only screen and (max-width: 768px) {
  section.lenders-hiw .steps-center .step {
    min-height: auto;
    padding-bottom: 75px;
  }
  section.lenders-hiw .steps-center .step:last-child {
    padding-bottom: 60px;
  }
}
