body {    
  background: #fff;
  background-attachment: fixed;
  background-size: 100%;
  /*min-height: 100vh;*/
  position: relative;
  font-family: 'Montserrat', sans-serif;
}
.sec-help {
  cursor: pointer;
  position: relative;
}
.sec-help:hover::after {
  content: "Answering Yes will increase your chances of being approved and funded, and with less paperwork.";
  position: absolute;
  white-space: nowrap;
  border: 1px solid #e8e8e8;
  display: block;
  background: #fff;
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 32px;
  color: #2196f3;
  top: -28px;
}
:focus {
  outline: none;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 20px 60px;
  font-size: 16px;
  line-height: 1;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #00cf88;
}
.btn:hover {
  background-color: #009c66;
}
.block {
  max-width: 760px;
  margin: 0 auto 0;
  position: relative;
  z-index: 9;
  margin-bottom: 0 !important;
}
.sec {
  display: block;
  width: 100%; 
}
.sec label {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  text-align: left;
  margin-bottom: 10px;
  display: block;
  color: #606060;
}
.v-sec {
  display: flex;
  flex-wrap: wrap;
  align-content: center; 
  align-items: center;  
  transform: translateY( 30VH );
  -webkit-transition: all .35s linear;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .25s linear;  
}
.v-sec:not(.show) { 
  overflow: hidden;
  transform: translateY( 25VH );  
  height: 0;
}
.sec input:not([type="radio"]):not([type="checkbox"]), .sec select {
  font-size: 30px;
  height: 58px;
  border: 2px solid #e4e5e7;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.sec input[type="checkbox"] {
  height: 20px;
  width: 20px;
  vertical-align: middle;
  margin: -1px 10px 0 0;
  cursor: pointer;
}
.sec .has-icons-left input {
  padding-left: 1.2em !important;
}
.sec label.cb {
  cursor: pointer;
}
.sec input:active, .sec select:active {
  box-shadow: none;
}
.sec input:not([type="radio"]):focus, .sec select:focus {
  border: 2px solid #00cf88;  
  box-shadow: none;
}
.sec .err input {
  border-color: #ff6d6d;
}
.sec .err {
  position: relative;
}
.sec .err .data-err {
  position: absolute;
  right: 10px;
  font-style: normal;
  color: red;
  font-size: 13px;
  bottom: -11px;
  background: #fff;
  display: block;
  padding: 5px 10px;
  border: 1px solid #ddd;
}
.sec .control.has-icons-left .icon, .sec .control.has-icons-right .icon {
  font-size: 22px;
  height: 58px;
}
.sec input:not([type="radio"]):not([type="submit"]), .sec textarea, .sec select {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background-color: #fff;
}

.ti {
  font-size: 50px;
  border: 1px solid #aaaaac9c;
  display: none;
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 96px;
  border-radius: 50%;
  color: #848589;    
  background: #f6f6f6;
}
.prog-bar {
  height: 73px;
  border-bottom: 1px solid #e6e6e6;
  position: fixed;
  width: 100%;    
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10;
  display: none;
}
.rad-inline label {
  display: inline-block;
}
.rad-inline input {
  display: none;
}
.rad-inline span {
  display: block;
  padding: 10px 15px;
  background: #f6f6f6;
  border: 1px solid #e4e5e7;
  color: #808184;
  border-radius: 3px;
  margin-bottom: 5px;
}
.rad-inline input:checked+span {
  background: #00cf88;
  /*border: 1px solid #38485f;*/
  color: #fff;
}  
.pinfo .sec label {
  margin: 20px 0 5px;
}
.top-heading {
  display: inline-block;
  vertical-align: top;
  margin-top: 39px;
  font-size: 1.1em;
  font-weight: 700;
  margin-left: 18px;
}
.noti h2 {
  font-size: 28px;
  font-weight: 700;
}
.noti p {
  margin-top: 20px;
}
.noti.success h2 {
  color: #06c206;
}
.noti.err h2 {
  color: red;
}
.ajax-loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100VH;
  width: 100VW;
  background: #00000073;
  z-index: 999;
  text-align: center; 
  font-style:normal;
}
.ajax-loader::after {
  -webkit-animation: spinAround .5s infinite linear;
  animation: spinAround .5s infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  margin: 0 auto;
  top: 50%;
  margin-top: -10px;
}
.is-blue .rad-inline input:checked+span, .is-blue .btn {
  background: #2275f9;
}
.is-blue .sec input:not([type="radio"]):focus, .is-blue .sec select:focus {
  border-color: #2275f9;
}

.is-blue .helpers .back {
  background: #2275f9;
}
.is-blue .helpers .stage .lv {
  color: #2275f9;
}
.is-blue .helpers .navigator {
    background: rgba(34, 117, 249, 0.1);
}
.is-blue .helpers .navigator .current {
  background: #2275f9;
}

.is-red .rad-inline input:checked+span, .is-red .btn {
  background: #e21414;
}
.is-red .sec input:not([type="radio"]):focus, .is-red .sec select:focus {
  border-color: #e21414;
}
.is-red .helpers .back {
  background: #e21414;
}
.is-red .helpers .stage .lv {
  color: #e21414;
}
.is-red .helpers .navigator {
    background: rgba(226, 20, 20, 0.1);
}
.is-red .helpers .navigator .current {
  background: #e21414;
}


.is-orange .rad-inline input:checked+span, .is-orange .btn {
  background: #e27714;
}
.is-orange .sec input:not([type="radio"]):focus, .is-orange .sec select:focus {
  border-color: #e27714;
}
.is-orange .helpers .back {
  background: #e27714;
}
.is-orange .helpers .stage .lv {
  color: #e27714;
}
.is-orange .helpers .navigator {
    background: rgba(226, 20, 20, 0.1);
}
.is-orange .helpers .navigator .current {
  background: #e27714;
}

.is-yellow .rad-inline input:checked+span, .is-yellow .btn {
  background: #fce21b;
  color: #676767;
}
.is-yellow .sec input:not([type="radio"]):focus, .is-yellow .sec select:focus {
  border-color: #fce21b;
}
.is-yellow .helpers .back {
  background: #fce21b;
}
.is-yellow .helpers .stage .lv {
  color: #fce21b;
}
.is-yellow .helpers .navigator {
    background: rgba(226, 20, 20, 0.1);
}
.is-yellow .helpers .navigator .current {
  background: #fce21b;
}

.is-gold .rad-inline input:checked+span, .is-gold .btn {
  background: #c48c0a;
}
.is-gold .sec input:not([type="radio"]):focus, .is-gold .sec select:focus {
  border-color: #c48c0a;
}
.is-gold .helpers .back {
  background: #c48c0a;
}
.is-gold .helpers .stage .lv {
  color: #c48c0a;
}
.is-gold .helpers .navigator {
    background: rgba(226, 20, 20, 0.1);
}
.is-gold .helpers .navigator .current {
  background: #c48c0a;
}

.is-purple .rad-inline input:checked+span, .is-purple .btn {
  background: #800080;
}
.is-purple .sec input:not([type="radio"]):focus, .is-purple .sec select:focus {
  border-color: #800080;
}
.is-purple .helpers .back {
  background: #800080;
}
.is-purple .helpers .stage .lv {
  color: #800080;
}
.is-purple .helpers .navigator {
    background: rgba(226, 20, 20, 0.1);
}
.is-purple .helpers .navigator .current {
  background: #800080;
}

.helpers {
  top: 0;
  padding-top: 0;
  position: fixed;
  z-index: 9;
  max-width: 760px;
  width: 100%;
  background: #fff;
}
.helpers .back {
  border: 0;
  box-shadow: none;
  background: #fff;
  font-weight: bold;
  cursor: pointer;
  min-height: 64px;
  background: #00cf88;
  color: #fff;
  opacity: .4;
}
.helpers .back.active {
  opacity: 1;
}
.helpers .navigator {
  height: 7px;
  width: 100%;
  background: rgb(0 207 136 / 10%);
  margin: 0 0 0 auto;
  position: relative;
}
.helpers .navigator .current {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #00cf88;
}
.helpers .stage {
  padding-left: 2em;
  opacity: .3;
}
.helpers .stage.active {
  opacity: 1;
}
.helpers .stage .lv {
  color: #00cf88;
  font-size: 13px;
}
.trans {  
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
@-webkit-keyframes spinAround{
  from{
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
  to{
    -webkit-transform:rotate(359deg);
    transform:rotate(359deg)
  }
}
@keyframes spinAround{
  from{
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
  to{
    -webkit-transform:rotate(359deg);
    transform:rotate(359deg)
  }
}

@media only screen and ( max-width: 800px) {
  .v-sec {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and ( max-width: 650px) {
    .sec input:not([type="radio"]):not([type="checkbox"]), .sec select {
      font-size: 16px;
      padding-left: 40px !important;
    }
    .sec .err .data-err {
      position: relative;
      border: 0;
      bottom: 0;
      right: 0;
      margin-bottom: 20px;
    }
}
@media only screen and ( max-width: 480px) {
  .helpers .stage .lv {
    font-size: 12px;
  }
  .helpers .stage h3 {
    font-size: 13px;
  }
}
::-webkit-scrollbar {
  width: 15px;
}
/* Track */
::-webkit-scrollbar-track {
  background: rgba(72, 199, 116,.1); 
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(72, 199, 116,.3); 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(72, 199, 116,.5); 
}