﻿.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*background: url('../images/Preloader_2.gif') center no-repeat #fff;*/
    background: url('../img/logo/preloader_2.gif') center no-repeat #fff;
}

.banner-area-3 {
    background-color: transparent !important;
}

.text-left {
    text-align: left !important
}

.min-height-17 {
    min-height: 17rem !important;
    padding: 30px !important;
}

.min-height-20 {
    min-height: 20rem !important;
    padding: 30px !important;
}

.min-height-22 {
    min-height: 22rem !important;
    padding: 30px !important;
}

.min-height-25 {
    min-height: 25rem !important;
    padding: 30px !important;
}

.text-primary {
    color: var(--primary-color) !important;
}


.form-group {
    margin-bottom: 1rem !important;
}

.banner-area-2 {
    background-position: inherit !important;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
}

.text-24 {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #6a737c;
}

.text-20 {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #6a737c;
}

.li-disk {
    list-style: disc !important;
}

.li-disk-revert {
    list-style: revert !important;
}

/*li {
    display: list-item !important;
    text-align: -webkit-match-parent !important;
}

ul {
    list-style-type: disc !important;
}*/

.desktop-view {
    display: block;
}

.mobile-view {
    display: none;
}

.pt-88 {
    padding-top: 88px;
}


.justify-content-space-between {
    justify-content: space-between !important;
}

.loan-boxex {
    min-width: 8rem !important
}


/*For all Mobile version Mobile View (Common) */
@media only screen and (min-width : 320px) and (max-width : 480px) {
    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }
}
