         
.bgcolor{
    background-color: rgb(193, 232, 38);
}
#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 150px
}

#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 .imp{
    color: red;
    font-weight:bold;

}
.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea{
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 18px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 15px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}
#msform .action-button {
    width: 100px;
    background: #673AB7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #311B92;
    
}

#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 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    border: none;
    position: relative
}

.fs-title {
    font-size: 20px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 20px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}
.select
{   position: relative;
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 18px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 15px;
    letter-spacing: 1px
    
}

.select:focus{
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #673AB7
}

#progressbar li {
    list-style-type: none;
    font-size: 14px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f02d"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f0d6"
}
label{
    font-size: 16px;
}
#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 14px;
    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: #673AB7
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}

h3{
    color: rgb(238, 86, 86);
    font-weight: bold;
}
.loan{
    position: relative;
}
.loan p{

    margin-top: 15px;
    color: #000000;
    font-size: 18px;
    word-spacing: 3px;
    line-height: 1.9;

}
.loan ul li{
    margin-top: 8px;
    color: #000000;
    font-size: 18px;
    word-spacing: 3px;
    line-height: 1.6;
    
}
.loan .row{
    margin-top: 45px;

}
.loan .row .img1{
    width: 90%;
    height: 400px;
}
.loan .row .img2{
    width: 80%;
    height: 500px;
}


/*loan process styles */



.box-part{
   
    border-radius:10px;
    border-width: 2px;
    border-color: red;
    padding:60px 10px;
    margin:30px 0px;
    
}
.box p{
    font-size:16px;
}
.title h4{
    font-size:18px;
    color:red;
}

.loanimg{
    width:50px;
    height:50px;
    color: red;
}

/* search dropdown styles */
.dropdown-menu {
            max-height: 200px;
            overflow-y: auto;
        }
        .dropdown-search {
            margin: 10px;
        }

/* carousel styles */
        .carousel-caption1 {
            position: absolute;
            top: 50%;
            text-align: center;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            animation: fadeIn 1.5s ease-in-out;
        }
        .carousel-caption2 {
            position: absolute;
            top: 50%;
            text-align: center;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            animation: fadeIn 1.5s ease-in-out;
        }
        .carousel-caption3 {
            position: absolute;
            top: 50%;
            text-align: center;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            animation: fadeIn 1.5s ease-in-out;
        }
        .carousel-caption1 h4, .carousel-caption1 h2,.carousel-caption1 h5 {
            animation: slideIn 2s ease-in-out;
            color: white;
        }
        .carousel-caption2 h4, .carousel-caption2 h2,.carousel-caption2 h5 {
            animation: slideIn 2s ease-in-out;
            color: white;
        }

        .carousel-caption3 h4, .carousel-caption3 h2,.carousel-caption3 h5 {
            animation: slideIn 2s ease-in-out;
            color: white;
        }

         /* Responsive styles */
         @media only screen and (max-width: 500px) and (min-width:100px) {
            .carousalimg{
                margin-top: 120px;
            }
            .caption1{
            font-size: 15px;
            }
            .caption2{
                font-size: 20px;
                font-weight: bold;
                
            }
            .caption3{
                font-size: 15px;
            }
        }
        @media only screen and (max-width: 3000px) and (min-width:501px) {
            .carousalimg{
                margin-top: 200px;
            }
            .caption1{
            font-size: 25px;
            }
            .caption2{
                font-size: 30px;
                font-weight: bold;
                
            }
            .caption3{
                font-size: 25px;
            }
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }

        @keyframes slideIn {
            from {
                transform: translateY(100%);
            }
            to {
                transform: translateY(0);
            }
        }