/* #top-content {
                padding-top: 15vh;
            } */
            .middle-flex {
                display: flex;
                justify-content: space-between;
                border: 1px solid #8a739f;
                border-radius: 50px;
                align-items: center;
                margin-top: 5vh;
                background: #fff;
                box-shadow: 2px 0px 3px #bab0c9;
            }
            .middle-flex div {
                padding: 20px 30px;
                width: 20%;
                text-align: center;
                color: #8a739f;
                font-weight: 600;
            }
            .middle-flex div:not(:last-child) {
                border-right: 1px solid #8a739f;
            }

            .middle-flex div label {
                font-size: 17px;
                letter-spacing: 0.6px;
                font-size: 16px;
                margin: 0px;
            }
            .middle-flex div h3 {
                font-size: 22px;
                font-weight: 600;
            }
            .middle-flex div h3 {
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 7px 0px;
            }
            .middle-flex div h3 img {
                height: 20px;
                margin-right: 4px;
            }
            #search-btn {
                background: #08bb37;
                font-size: 24px;
                border-radius: 50px !important;
                padding: 15px 20px;
                border: 0px;
                margin-top: 20px;
                max-width: 320px;
                width: 320px;
                text-transform: uppercase;
                font-weight: 400;
                letter-spacing: 1px;
                margin-top: 2vh;
            }
            #top-content {
                height: 92.5vh;
                position: relative;
                overflow-y: hidden;
                display: flex;
                align-items: center;
            }
            .animation {
                position: relative;
                display: inline-block;
                margin-top: 1vh;
            }
            .big-title {
                font-size: 44px;
                display: inline-block;
            }
            .big-title::after {
                content: "";
                border-bottom: 3px solid #8a739f;
                width: 100px;
                display: block;
                margin: 0 auto;
                margin-top: 10px;
            }
			.back .div-center {
			width: 500px;
			margin: 0 auto;
			text-align: left;
			}
			.back .div-center label {
			    font-size: 17px;
    margin: 11px 0px;
    color: #806996;
    font-weight: 500;
			}
			.back .div-center input {
    height: 36px;
    height: 36px;
    font-weight: 300;
    letter-spacing: 0.6px;border-radius:0px;
}
.btn-next, .btn-next:hover, .btn-next:active, .btn-next:focus, .btn-next.focus {
background: #733ca8;width: fit-content;border:0px;padding: 10px 30px;font-size: 25px;border-radius:0px;margin-top: 10px;border-radius:4px;
}
    .divHowItWorksDIVDATA .btn-next, .btn-next:hover, .btn-next:active, .btn-next:focus, .btn-next.focus {
        font-size: 18px;
        width: fit-content;
        padding: 10px 30px;
        border-radius: 4px;
    }
    .termLink {
        color: #806996;
        font-weight: 500;
        margin: 30px 0px;
        font-size: 15px;
    }
.termLink a {
color: #04baff;
}
.d-none {
display:none !important;
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:hover {
    color: #898f92;
    font-size: 13px;
    font-family: 'Montserrat-Regular', sans-serif;
    position: relative;
    padding: 21px 16px 10px;
	color: #917CA5;
font-size: 18px;
font-weight:600;
}

.navbar-right a .fa-user {
background: #733CA8;
color: #fff;
margin-right: 10px;
padding: 13px;
border-radius: 50%;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 0px 0px 0px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0%;    height: auto;overflow-y: hidden;overflow-x: hidden;

    /*stacking fieldsets above each other*/
    position: relative;
}
    #msform fieldset .scrollbar {
        width: 100%;
        padding: 20px 20px 0px;
        margin: 0 0%;
        height: 69vh;
        overflow-y: auto;
        position: relative;
        padding-bottom: 100px;
    }

#msform fieldset:not(:first-of-type) {
    display: none;
}


#msform input, #msform textarea, #msform select {
    padding: 6px 15px;
    border: 0px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 15px;
    border: none;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: var(--theme-title-color);
    background-color: transparent;
    color: #9585a5 !important;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ee0979;
    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;
}


#msform .action-button {
    width: 100px;
    background: #ee0979;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    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 #ee0979;
}

#msform .action-button-previous {
    width: 100px;
    background: #C5C5F1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    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 #C5C5F1;
}

.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}


#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    padding-left: 0px;
    margin-top: 75px;
}

#progressbar li {
    list-style-type: none;
    color: #917CA5;
    text-transform: uppercase;
    font-size: 11px;
    width: 20%;
    float: left;
    position: relative;
    letter-spacing: 1px;
    font-weight: 600;
}
    #progressbar li:before {
        content: counter(step);
        counter-increment: step;
        font-style: normal;
        font-weight: normal;
        font-size: 40px;
        width: 24px;
        height: 24px;
        line-height: 23px;
        display: block;
        font-size: 12px;
        color: #fff;
        background: #333;
        border-radius: 25px;
        margin: 0 auto 10px auto;
    }
    #progressbar li:nth-child(1):before {
        content: '\f511'; /* You should use \ and not /*/
        font-family: "Font Awesome 5 Free"; /* This is the correct font-family*/
        /* content: url("../images/globe-solid.svg");
        display: block;
        line-height: 21px;
        padding: 5px;*/
        content: '\f1d8'; /* You should use \ and not /*/
        font-family: "Font Awesome 5 Free"; /* This is the correct font-family*/
    }

    #progressbar li:nth-child(2):before {
        content: '\f007'; /* You should use \ and not /*/
        font-family: "Font Awesome 5 Free"; /* This is the correct font-family*/
    }
    #progressbar li:nth-child(3):before {
        content: '\f3d1'; /* You should use \ and not /*/
        font-family: "Font Awesome 5 Free"; /* This is the correct font-family*/
    }

    #progressbar li:nth-child(4):before {
        content: '\f156'; /* You should use \ and not /*/
        content: url("../images/rupee-sign-solid.svg");
        display: block;
        line-height: 0px;
        padding: 8px;
        font-family: "Font Awesome 5 Free"; /* This is the correct font-family*/
    }
    #progressbar li:nth-child(5):before {
        content: '\f15c'; /* You should use \ and not /*/
        font-family: "Font Awesome 5 Free"; /* This is the correct font-family*/
    }


#progressbar li:after {
    content: '';
 width: 89.5%;
    height: 2px;
    background: #ccc;
    position: absolute;
    left: -45%;
    top: 9px;
    z-index: 0;
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

#progressbar li.active:before, #progressbar li.active:after {
    background: #733ca8;
    color: white;
}
.form-control {
    display: block;
    width: 100%;
    height: 36px !important;
	}
	
	[type=file] {
  height: 0;
  overflow: hidden;
  width: 0;
      margin: 0px;
    padding: 0px;
    border: 0px;
    display: none;
}

[type=file] + label {
  background: #f15d22;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Rubik", sans-serif;
  font-size: inherit;
  font-weight: 500;
  margin-bottom: 0rem;
  outline: none;
  padding: 1rem 50px;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
      padding: 0px;
    border: 0px;
    background: transparent;
    font-weight: 600;
    font-size: 17px;
    text-align: right;
    float: revert;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #917ca5;
}
[type=file] + label:hover {
  background-color: transparent;
}
[type=file] + label.btn-1 {
  background-color: #f79159;
  box-shadow: 0 6px #f57128;
  transition: none;
}
[type=file] + label.btn-1:hover {
  box-shadow: 0 4px #f57128;
  top: 2px;
}

.wrapper {
  background-color: #fff;
  border-radius: 1rem;
  margin: 0 auto;
  max-width: 100%;
  padding: 0rem;
  width: 100%;
}
.loan-apply-widget .apply-content .title {
    color: #6a737c;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    display: block;
    margin-bottom: 4px;
    line-height: 22px;
    text-align: left;
}	
#msform input, #msform textarea, #msform select {
    padding: 0px 0px;    margin-bottom: 0px;
}

.loan-apply-widget {
    height: 90px;
    margin: 5px 0px 6px;
}
#msform input:focus, #msform textarea:focus {border:0px;}
.flag {
    background-size: 40px 25px;
    height: 25px;
    width: 50px;
    display: inline-block;
    margin: 0 0px 0 0;
    flex: 0 0 40px;
    margin-top: 6px;
}
.navbar-right a .fa-user {
    background: #a84dff;
    color: #fff;
    margin-right: 10px;
    padding: 13px;
    border-radius: 50%;
}
#msform .form-check-input , #msform .form-check-input:focus, #msform .form-check-input.active{
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    border-radius: 50%;
}
.navbar-right a {
    color: #fff;
}
#top-content {
    height: 92.5vh;
    position: relative;
    overflow-y: hidden;
    display: flex;
    align-items: center;
    padding-top: 0vh;
    height: auto;
    position: relative;
    overflow-y: hidden;
    display: flex;
    align-items: center;
    margin-top: 160px;
    margin-bottom: 100px;
    height: 64.3vh;
}
.footer .copyright .social-button a {
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: transparent;
    font-size: 9px !important;
    color: #fff;
    line-height: 0;
    text-align: center;
    transition: all 0.3s ease-out;
    padding: 4px 0px;
}
.footer .copyright {
    color: #fff;
    padding: 4px 0px !important;
}
.footer.footer-3, .footer.footer-3 .copyright {
    height: 5vh !important;
}
    .footer.footer-3, .footer.footer-3 .copyright {
        position: fixed;
        width: 100%;
        bottom: 0px;
    }
.footer .copyright a {
    font-size: 11px !important;
}
.footer .copyright .social-button a {
    height: 16px;
    width: 16px;
    font-size: 8px !important;
    padding: 3px 0px;
}
.footer .copyright .copyright-text p {
    font-size: 11px;
    letter-spacing: 0.1px;
}
.footer.footer-3, .footer.footer-3 .copyright {
    position: fixed;
    width: 100%;
    bottom: 0px;
    height: auto !important;
    background: #2f343a;
    padding: 0px !important;
    left:0px;
}
.footer .copyright a {
    display: inline-block;
    margin-left: 15px;
    font-size: 12px !important;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding: 7px 0;
}
#top-content select {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    font-size: 15px;
}
#top-content select option {
    background: #733ca8;
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
}


#top-content select {
    width: 240px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.loan-apply-widget .apply-content .nice-select .current {
    font-size: 9px;
}
.loan-apply-widget .apply-content .countriesSelect .nice-select {
    margin-left: 4px !important;
}
.loan-apply-widget .apply-content .nice-select .current::after {
    right: -4px !important;
}
.nice-select.countries.form-control  {
    height: auto !important;
}
.boxFooter {
    position: absolute;
    background: #fff;
    width: 100%;
    bottom: 0px;
    padding: 6px 18px;
}
@media (max-width: 1500px) {
    #top-content {
        padding-top: 0vh;
        height: auto;
        position: relative;
        overflow-y: hidden;
        display: flex;
        align-items: center;
        margin-top: 160px;
        margin-bottom: 100px;
    }

    .footer.footer-3, .footer.footer-3 .copyright {
        height: auto !important;
        position: fixed;
        width: 100%;
        bottom: 0px;
    }
        .footer.footer-3 .copyright .social-button {
            margin-top: -5px;
        }
    body #top-content {
        position: relative;
        overflow-y: hidden;
        display: flex;
        align-items: center;
        padding-top: 0vh;
        height: auto;
        position: relative;
        overflow-y: hidden;
        display: flex;
        align-items: center;
        margin-top: 11vh;
        margin-bottom: 2vh;
        height: 77.3vh;
    }
    .footer .copyright a {
        font-size: 11px !important;
    }

    #msform fieldset .scrollbar {
        height: 65vh;
    }
    #msform fieldset {
        overflow-y: auto;
        height: 63vh !important;
    }
    }