<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(./animate.css);

p {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 2rem;
    /* font-weight: 100; */
}

/* button */
.btn-custom {
    background-color: #1DB24C;
    color: #fff !important;
}

.text-custom {
    color: #1DB24C;
}

/* NAVBAR */
.mob-nav {
    display: none;
}

/* SEARCHBAR */
.mob-srch {
    display: none;
}

.srch {
    position: relative;
    width: 46%;
    /* margin-right: 1rem; */
}

.srch&gt;input {
    border-radius: 1.5rem;
    padding: .375rem 3rem .375rem .75rem;
}

.srch&gt;span {
    position: absolute;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 50%;
    display: inline-block;
    background-color: #1DB24C;
    top: .13125rem;
    right: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* DROPDOWN */
.dropdown-menu li a.active {
    background-color: #1DB24C;
    color: #fff;
}

.dropdown-menu&gt;li&gt;a:focus {
    background-color: #666;
    color: #fff;
}


/* MODAL COOKIE */
.modal-backdrop {
    z-index: 1028;
}

.cookie-img img {
    width: 6.25rem;
}

.cookie-buttons .btn-cookie {
    background-color: #666;
}

.modal-content {
    backdrop-filter: blur(4px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.85);
}

.lea {
    line-height: 1.8;
}

/* .sec-container {
    padding-top: 4rem;
} */

/* sec 1 */
#home {
    /* background-image: url('../img/Home/home-bg2.jpg'); */
    /* background-repeat: no-repeat; */
    /* background-size: 100% 100%; */
    height: 100%;
}

.nmor-card {
    /* backdrop-filter: blur(4px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%); */
    /* background-color: rgba(255, 255, 255, 0.85); */
    background-color: rgba(255, 255, 255, .85);
    border: 1px solid #1DB24C;
    /* border-radius: 12px; */
    /* border: 1px solid rgba(209, 213, 219, 0.3); */
    height: 25rem;
    margin-bottom: 1rem;
    /* width: 18.75rem; */
    transition: all 0.3s ease-out;
    cursor: pointer;
    margin: .625rem auto;
}

.nmor-card:hover {
    border: 3px solid #1DB24C;
    transform: scale(1.1);
}

.icon-circle {
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #1DB24C;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle__icon {
    width: 2.1rem;
    height: 2.1rem;
    color: #1DB24C;
}

.nmor-card h5 {
    font-size: 1.1rem;
    color: #1DB24C;
}

.nmor-card p {
    border-radius: 30px;
    font-size:15px;
    padding:5px;
}
@media only screen and (max-width: 752px){
    .nmor-card p {
    font-size: 13px;
    }
}

/* Sec 2 */
#loan-type {
    padding: 3rem;
    background-color: #F1EBF5;
}

.loan-type__icon,
.finance__card .card {
    border-radius: .75rem;
    border: none;
    text-align: center;
    margin-bottom: .2rem;
    /* transition: all 0.3s ease-out; */
    cursor: pointer;
}

.loan-type__icon .card {
    height: 13rem;
}

.loan-type__icon .card:hover {
    border: 2px solid #1DB24C;
}

.loan-type__icon .card p {
    font-weight: 600;
    line-height: 1rem;
}

.owl-dots {
    text-align: center;
    margin-top: 1rem;
}

.owl-dot {
    display: inline-block;
    height: 10px !important;
    width: 10px !important;
    background-color: #878787 !important;
    opacity: 0.8;
    border-radius: 50%;
    margin: 0 5px;
    position: relative;
    top: 20px;
}

.owl-dot.active {
    background-color: #000 !important;
}

 */
#change-way .card svg {
    position: absolute;
    top: 20px;
    left: 40%;
}

.change-way__line {
    align-items: center;
    margin: 2rem 0;
    /* background-color: #1DB24C; */
}

.no-circle {
    height: 3rem;
    width: 3rem;
    background-color: #1DB24C;
    color: #fff;
    border-radius: 50%;
    font-weight: 500;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-70%, -70%);
}

.line {
    height: 2px;
    width: 200px;
    background-color: #1DB24C;
    position: relative;
}

.line::after {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #1DB24C;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.line2::after {
    left: 0;
}


.change-way__btn:hover {
    color: #fff;
    opacity: 0.7;
}
.refer-to-us-btn{
    border-radius: 1.2rem;
    transition: 0.5s;
    margin-bottom: 20px;;
}
#dont-compare .compare__content {
    padding: 2rem;
}

/* sec 5 */
#finance-partner {
    padding: 3rem;
}

.finance__cards {
    margin-top: 2rem;
}

.finance__card .card {
    height: 6.25rem;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.finance__card .card&gt;img {
    position: absolute;
    height: 100%;
    width: 100%;
}

/* sec 6 */
.tooltip-inner {

    max-width: 300px !important;
    opacity: 0.9;
    font-size: 12px;
}


#footer .footer__social .social__icon {
    border: 1px solid #1DB24C;
    border-radius: 100%;
    padding: .5rem .5rem;
    margin-top: .5rem;
    display: inline-block;
    transition: .3s;
}

#footer .footer__social .social__icon:hover {
    background-color: #1DB24C;
}

#footer .footer__social .social__icon:hover svg {
    stroke: #fff;
}

#footer .footer-bottom {
    background:#1DB24C;
    padding: 0 .6rem;
    font-size: 1rem;
}

#footer .footer-bottom .footer__links li a {
    padding-top: .2rem;
    padding-bottom: 0.2rem;
    color: white;
    padding-left: 0;
    padding-right: 1rem;
    text-align: center;
    flex:1;
}

.footer__links li {
    position: relative;
}

#footer .footer-bottom .footer__links li a:hover {
    color:white;
}


.about-slider {
    width: 100%;
    height: 50%;
}

.about-slider .carousel-inner .carousel-item {
    max-height: 100%;
    height: 50%;
    max-width: 100%;
}

.about-slider .carousel-inner .carousel-item&gt;img {
    max-height: 100%;
    height: 50%;
    max-width: 100%;
    width: 100%;
}



@media(min-width: 1919px) {
    .about-slider {
        height: 50vh;
    }

    .about-slider .carousel-inner .carousel-item {
        max-height: 50vh;
        height: 50vh;
    }

    .about-slider .carousel-inner .carousel-item&gt;img {
        height: 50vh;
    }
}

@media(max-width:1024px) {
    .srch {
        width: 30%;
    }
}

@media(max-width:800px) {
    .srch {
        display: none;
    }

    .mob-srch {
        display: block;
    }

    .mob-nav {
        display: block;
    }

    .desk-menu {
        display: none;
    }

    ul.navbar-nav {
        padding: 0 1rem;
    }

    .navbar .btn {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .nmor-card {
        height: auto;
    }

    #home,
    #change-way,
    #dont-compare,
    #finance-partner,

    #dont-compare .compare__content {
        padding-left: 0;
        padding-right: 0;
    }

    #finance-partner .finance__cards .finance__img .finance__logo {
        width: 55%;
    }
}

@media(max-width:533px) {

    .line {
        display: none;
    }

    #change-way .card {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .change-way__btn {
        width: 100%;
    }

    #footer .footer-bottom .footer__links li:not(:last-child)::after {
        content: '';
        display: none;
    }
    .about-slider .carousel-inner .carousel-item .carousel-caption h4 {
        font-size: 25px !important;
    }

    .about-slider .carousel-inner .carousel-item .carousel-caption h3 {
        font-size: 30px;
        letter-spacing: 2px;
        margin-top: 25px;
        text-transform: uppercase;
    }
    .about-slider .carousel-inner .carousel-item&gt;.home-imgs {
        max-height: 100%;
        height: 50%;
        max-width: 150%;
        /* width: 100%; */
    }
    .about-slider .carousel-inner .carousel-item&gt;.third-home-img {
        object-fit: none;
        height: 100%;
        width: 100%;
        object-position: center;
    }
}
</pre></body></html>