* {
    margin: 0;
    padding: 0;
}

html {
  scroll-behavior: smooth;
}

.floatleft {
    float: left
}

.floatright {
    float: right
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}


/* Place your custom css code here */

select.form-control {
    height: 50px !important;
}

.landing_welcome_area {
    background: #a440b1;
    background: -moz-linear-gradient(-45deg, rgba(164, 64, 177, 1) 0%, rgba(39, 159, 235, 1) 46%, rgba(78, 219, 226, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(164, 64, 177, 1) 0%, rgba(39, 159, 235, 1) 46%, rgba(78, 219, 226, 1) 100%);
    background: linear-gradient(135deg, rgba(164, 64, 177, 1) 0%, rgba(39, 159, 235, 1) 46%, rgba(78, 219, 226, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a888', endColorstr='#0071bc', GradientType=1);
    background-size: cover;
    background-position: center center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.whyloans li {
    padding: 8px;
    margin-bottom: 5px;
    font-weight: 500;
    background-color: #f5f5f5;
    border-left: 4px solid #007bff;
    transition: all 0.5s ease;
}

.whyloans li:hover {
    /*box-shadow: 6px 5px 30px 0px rgba(0,0,0,0.12);*/
    transform: scale(1.05);
}

.whyloans li{
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.whyloans li:before {
    color: #2196f3;
    left: 8px;
    font-size: 20px;
    top: 5px;
    font-family: "fontAwesome";
    content: "\f0a4";
    position: absolute;
}

.border-line {
    display: block;
    width: 70px;
    height: 2px;
    background-color: #2196f3;
    margin-top: 15px;
    margin-bottom: 20px
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset .form-card {
    /*background: white;*/
    border: 0 none;
    border-radius: 0px;
    /*box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);*/
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative
}

#msform fieldset {
    /*background: white;*/
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E
}


#msform .action-button {
    width: 100px;
    background: #0d72ff;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #0d72ff
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid #0d72ff
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 50%;
    float: left;
    position: relative
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f023"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #0d72ff
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.border-line {
    display: block;
    width: 70px;
    height: 2px;
    background-color: #2196f3;
    margin-top: 15px;
    margin-bottom: 20px;
}

.border-line.center{
    margin: auto;
    margin-top: 30px;
}

.sub-header{
    background-color: #333;
}
.sub-header a{
    color: #fff;
    font-size: 13px;
    padding: 2px 5px;
}
.contact-btn{
    padding: 2px 8px;
    border: 1px solid #fff;
    border-radius: 20px;
}
.modal-body label{
    font-size: 13px;
}
.modal-title{
    font-size: 24px;
}

.bottom-footer{
    background-color: #ececec;
}

.footer_bottom{
    padding: 30px 0;
}

.footer_bottom p{
    color: #333;
}

footer p, footer a{
    font-size: 14px;
}

footer ul li{
    padding-bottom: 3px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}