/* multistep.css
   Clean, modern multistep form styling to match screenshots.
*/

  .loading-overlay{
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#fff;
    opacity:.6;
    z-index:99
}

.biz-type {
    margin-bottom: 10px !important;
}

.spin-loader{
    height:100px;
    background:url(images/ajax-loader.gif) no-repeat center center transparent;
    position:relative;
    top:56%
}
#please-wait{
    position:relative;
    top:58%;
    margin:0 auto;
    color:#59BDAC;
    text-align:center;
    font-size:24px;
    font-weight:700
}

#msform-badges{
	padding-top: 100px;
}

#msform, .msform{
    text-align:center;
    position:relative;
}
#msform fieldset, .msform fieldset{
/*     padding:20px; */
    box-sizing:border-box;
    position:relative
}
#msform fieldset:not(:first-of-type), .msform fieldset:not(:first-of-type){
    display:none
}

#msform input[type="text"],#msform textarea,#msform select,
.msform input[type="text"],.msform textarea,.msform select{
    width:100%;
    border:1px solid #ccc;
    border-radius:0;
    -webkit-border-radius:0;
    font-size:20px
}
#msform input:not([type="button"]):not([type="submit"]),#msform textarea,#msform select,
.msform input:not([type="button"]):not([type="submit"]),.msform textarea,.msform select{
    /* padding:15px; */
    margin-bottom:10px;
    box-sizing:border-box;
    font-size:18px;
    color:#222
}

.with-font {
    /* font-size: 13px; */
    width: 15px;
}

#msform select, .msform select{
    -webkit-appearance:none
}

#msform input:focus,#msform textarea:focus,
.msform input:focus,.msform textarea:focus{
    -moz-box-shadow:none!important;
    -webkit-box-shadow:none!important;
    box-shadow:none!important;
    border:1px solid #1aa59e;
    outline-width:0;
    transition:All 0.5s ease-in;
    -webkit-transition:All 0.5s ease-in;
    -moz-transition:All 0.5s ease-in;
    -o-transition:All 0.5s ease-in
}

.button-group {
    display: flex;
    justify-content: center; /* centers horizontally */
    align-items: center;
    gap: 12px; /* space between buttons */
    margin-top: 20px;
  }

#msform .action-button,
.msform .action-button,
#download{
    width:180px;
    background-size:24px;
    color:white;
    border:0 none;
    border-radius:25px;
    cursor:pointer;
    
    margin:10px 5px;
    padding: 15px;
    font-size:18px;
    font-weight: normal;
    line-height: 1;
}

/* causing the css to halt*/
#download{
    background:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"><path fill="%23FFFFFF" d="M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"></path></svg>') no-repeat 90% #00d578;
    padding:16px;
    background-size:24px
}


a.action-button, a.action-button:active, a.action-button:visited{
	text-decoration: none!important;
	display: inline-block;
}

#msform .action-button-next,
.msform .action-button-next{
    background:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"><path fill="%23FFFFFF" d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"></path></svg>') #00d578 no-repeat 90%;
}



#msform .action-button-previous,
.msform .action-button-previous{
    width: 180px;
    border: 2px solid #ccc;
    color: #999;
    border-radius:25px;
    cursor:pointer;
    padding:10px 5px;
    margin:20px 5px;
    background:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"><path fill="%23CCCCCC" d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"></path></svg>') #FFF no-repeat 10%
}



#msform .action-button-previous:hover,#msform .action-button-previous:focus,
.msform .action-button-previous:hover,.msform .action-button-previous:focus{
    border:0 none
}

#msform .fs-title,
.msform .fs-title{
    font-size:15px;
    color:#222;
    margin-bottom:0;
    letter-spacing:2px;
    font-style:normal
}

#msform .fs-subtitle,
.msform .fs-subtitle{
    font-weight:400;
    font-size:13px;
    font-style:italic;
    color:#333;
    margin-top:10px;
    margin-bottom:20px
}


#progressbar{
    overflow:hidden;
    counter-reset:step;
}

#progressbar li{
    list-style-type:none;
    color:white;
    text-align: center;
    text-transform:uppercase;
    font-size:9px;
    width:33.33%;
    float:left;
    position:relative;
    letter-spacing:1px;
    height:50px
}

#progressbar li:before{
    content:counter(step);
    counter-increment:step;
    width:36px;
    height:36px;
    line-height:34px;
    display:block;
    font-size:15px;
    color:white;
    background:#333;
    border-radius:28px;
    margin:0 auto 10px auto
}
#progressbar li:after{
    content:'';
    width:100%;
    height:2px;
    background:#666;
    position:absolute;
    left:-50%;
    top:18px;
    z-index:-1
}
#progressbar li:first-child:after{
    content:none
}
#progressbar li.active:before,#progressbar li.active:after{
    background:#1aa59e;
    color:white
}
.dme_link{
    margin-top:30px;
    text-align:center
}
.dme_link a{
    background:#FFF;
    font-weight:700;
    color:#ee0979;
    border:0 none;
    border-radius:25px;
    cursor:pointer;
    padding:5px 25px;
    font-size:12px
}
.dme_link a:hover,.dme_link a:focus{
    background:#C5C5F1;
    text-decoration:none
}
#lead-form{
    height:100%
}
#msform label,
.msform label{
    color:#007e90;
    text-align:left;
    float:left;
    font-size:14px;
    font-weight:400
}

#msform input[type="text"],#msform select,
.msform input[type="text"],.msform select{
    background:no-repeat 10px 14px #FFF;
    /*padding-left:50px*/
}


#msform input[type="checkbox"],
.msform input[type="checkbox"]{
    display:block;
    clear:both;
    position:relative;
    -webkit-appearance:none;
    height:38px;
    width:68px;
    border-radius:1.5em;
    background-color:#999;
    border:2px solid #999!important;
    border-color:transparent;
    background-clip:padding-box;
    color:#919FAF;
    vertical-align:middle
}

#msform input[type="checkbox"]::before,
.msform input[type="checkbox"]::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:50%;
    background-color:white;
    border-radius:100%;
    border:2px solid transparent;
    -webkit-transition:all 0.5s ease;
    transition:all 0.5s ease;
    background-clip:padding-box;
    z-index:2
}

#msform input[type="checkbox"]::after,
#msform input[type="checkbox"]::after{
    position:absolute;
    left:.675em;
    top:.375em;
    font-family:"Ionicons";
    content:"Ã¯â€žÂ¡Ã¯â€žÂ©";
    letter-spacing:.75em;
    z-index:1;
    color:#fff
}

#msform input[type="checkbox"]:focus,
.msform input[type="checkbox"]:focus{
    color:white;
    border-color:transparent
}
#msform input[type="checkbox"]:checked,
.msform input[type="checkbox"]:checked{
    color:white!important;
    background-color:#1aa59e;
    border:2px solid #1aa59e!important
}

#msform input[type="checkbox"]:checked::before,
.msform input[type="checkbox"]:checked::before{
    -webkit-transform:translateX(100%);
    transform:translateX(100%);
    color:white!important
}
#msform input[type="checkbox"]:checked::after,
.msform input[type="checkbox"]:checked::after{
    color:white!important
}
.lead-form h1{
    font-size:22px;
    font-weight:700;
    font-weight:500;
    line-height:20px;
    /*text-transform:uppercase*/
}
.lead-form h1 span{
    display:block;
    clear:both;
    font-size:14px;
    font-style:italic;
    font-weight:200!important;
    color:#333;
    margin-top:10px
}
.lead-form h3{
    font-size:14px;
    text-align:center;
    font-weight:300!important
}
.lead-form h3 span{
    border-bottom:1px solid #1aa59e;
    font-weight:500
}
.lead-form #badges{
    margin:0 auto;
    width:80%;
    border:0 solid
}
.lead-form #badges div{
    display:table;
    height:150px
}
.lead-form #badges.vertical div{
    display:table;
    height:auto;
    margin: 20px auto;
}
.lead-form #badges a{
    vertical-align:middle;
    display:table-cell
}
.lead-form #badges img{
    max-width:110px;
    max-height:90px;
    -webkit-filter:drop-shadow(5px 5px 5px #999);
    filter:drop-shadow(5px 5px 5px #999)
}
a{
    color:#444;
    text-decoration:none
}
p{
    margin-bottom:.3em
}
.container-group{
    width:230px;
    /* margin-left:20px */
}
/* #msform input[type=radio].with-font,#msform input[type=checkbox].with-font,
.msform input[type=radio].with-font,.msform input[type=checkbox].with-font{
    border:0;
    clip:rect(0 0 0 0);
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute;
    width:1px
} */
#msform input[type=radio].with-font~label:before,#msform input[type=checkbox].with-font~label:before,
.msform input[type=radio].with-font~label:before,.msform input[type=checkbox].with-font~label:before{
    font-family:FontAwesome;
    display:inline-block;
/*     content:"\f1db"; */
    letter-spacing:10px;
    font-size:1.2em;
    width:1.4em
}
#msform input[type=radio].with-font:checked~label:before,#msform input[type=checkbox].with-font:checked~label:before,
.msform input[type=radio].with-font:checked~label:before,.msform input[type=checkbox].with-font:checked~label:before{
    content:"\f00c";
    font-size:1.2em;
    color:darkgreen;
    letter-spacing:5px
}
#msform input[type=checkbox].with-font~label:before,
.msform input[type=checkbox].with-font~label:before{
    content:"\f096"
}
#msform input[type=checkbox].with-font:checked~label:before,
.msform input[type=checkbox].with-font:checked~label:before{
    content:"\f046";
    color:darkgreen
}
#msform input[type=radio].with-font:focus~label:before,#msform input[type=checkbox].with-font:focus~label:before,#msform input[type=radio].with-font:focus~label,#msform input[type=checkbox].with-font:focus~label,
.msform input[type=radio].with-font:focus~label:before,.msform input[type=checkbox].with-font:focus~label:before,.msform input[type=radio].with-font:focus~label,.msform input[type=checkbox].with-font:focus~label{
    color:green
}
#msform label.error, .msform label.error{
    color:red!important;
    font-size:90%;
    margin-bottom:0px;
    float: none;
}

#msform label.error:before, .msform label.error:before{
	display: none!important;
	content: '';
}
	
.lead-form .generic_content{
    padding-top:40px!important
}


.dropzone .dz-preview.dz-file-preview .dz-image {
	background-size: cover!important;
}

.dropzone .dz-preview.dz-success .dz-success-mark path {
	fill: #00d578!important;
}

@media screen and (min-width:480px){
    #get-started-top{
        width:44%;
        padding:0 0 0 40px
    }
}
@media screen and (max-width:767px){
    .lead-form h3,.lead-form h2{
        font-size:20px;
        font-weight:400;
        font-style:italic
    }
   
    #download-application{
        text-align:center
    }
}
@media screen and (min-width:768px){
    #download-application{
        margin-top:20px
    }
    .solution_box p{
        height:170px
    }
    .lead-form h1{
        font-size:24px
    }
    .lead-form h1 span{
        font-size:18px
    }
    .lead-form h3{
        font-size:20px;
        color:#196b67
    }
    /*#msform, .msform{
        margin-top:30px
    }*/
    #msform fieldset, .msform fieldset{
        padding:30px;
        margin:0 0% 30px 0%;
        /* width:80% */
    }
    #msform h2.fs-title, .msform h2.fs-title{
        font-size:18px
    }
    #msform h3.fs-subtitle, .msform h3.fs-subtitle{
        font-size:16px;
        margin-top:15px
    }
    #progressbar{
        margin-bottom:30px
    }
    #progressbar{
        height:60px
    }
    #progressbar li:before{
        width:48px;
        height:48px;
        line-height:46px;
        font-size:18px;
        border-radius:28px
    }
    #progressbar li:after{
        top:26px
    }
}
@media screen and (min-width:960px){
    .lead-form .generic_content{
        padding-top:80px
    }
}


@media screen and (min-width:1200px){
        #loan-form-col-right{
        padding-left:50px
    }
}
