
#floatbtn{
  margin: 10px;
  position: fixed;
  right: 0;
  top:210px;
  z-index: 999;
}
.floatbtn-link{
  display: block;
  background-color: #06b2cc;
  padding:10px;
  margin: 5px 0;
  color: #fff;
  text-align: center;
  border-radius: 2px;
}
.floatbtn-link .fa{
  font-size:20px;
}


.section {
    padding: 80px 0;
}
.text-block{
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
textarea:focus, input:focus{
    outline: none;
    border-bottom: 1px solid #06b2cc;
}
.form-row{
  margin-top: 3em;
}
.formgrid{
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.formgrid-block{
  width: 50%;
  padding: 0 2%;
}

.form-elem__label{
  width: 100%;
  display: block;
  color: #959595;
}

.form-elem__field{
  min-height: 43px;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #b7b7b7;
  background: 0 0;
  font-weight: 700;
  width: 100%;
  display: block;
  font-size: 18px;
}

#MonthlyRepayment{
  font-size: 30px;
  color: #06b2cc;
}
.notes-box{
  background-color: #f2f2f2;
  padding: 30px;
  font-size: 14px;
}
.list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list.asterisk-->li {
    padding-left: 1em;
}
.list>li {
    position: relative;
}

.list.asterisk-->li:before {
    content: '*';
    position: absolute;
    top: 0;
    left: 0;
}

.calctitle{
  margin-bottom: 1em;
}

.form-ctas {
    margin-top: 60px;
    text-align: center;
}

.inline-blocks {
    margin: -10px -5px 0;
    display: block;
    overflow: hidden;
}
.inline-block {
    margin: 10px 5px 0;
    display: inline-block;
}

.button {
    background-color: #06b2cc;
    color: #fff;
}
.button.small-min-width-- {
    min-width: 125px;
    padding: 12px 20px;
    border: 0;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.button.outline-- {
    background-color: transparent;
    color: #06b2cc;
    border: 2px solid currentColor;
}




@media screen and (max-width:1024px) {
 #floatbtn{
  top:210px;
}
.form-ctas {
   margin-top: 80px;
}



}

@media screen and (max-width:414px) {
   #floatbtn{
  top:140px;
}
.section {
    padding: 60px 0;
}
.form-ctas {
   margin-top: 40px;
}
 
}

