.loan-button-text {
    font-family: "sora" !important;
    font-size: 18px !important;
    font-weight: 500;
}


.mortgage-logo {
    width: 200px;
    margin: auto;
    margin-bottom: 30px;
}


.how-much-earn-monthly {
    font-size: 24px;
    font-family: "sora";
    font-weight: 500;
    color: #000000;
}

.down-payment-text {
    margin-top: 10px;
    color: #572689;
    font-weight: 700;
    font-family: "sora";
}

.mon-center-sample {
    text-align: center;
}

.engaged-text {
    background-color: #572689;
    font-size: 16px;
    /* font-family: "sora" !important; */
    font-weight: 600;
}









input[type=range].slider {
    background: linear-gradient(to right, #572689 var(--slider-fill, 0%), #999D9E33 var(--slider-fill, 0%));
}


/* Custom colored range track fill */
input[type=range].slider::-webkit-slider-thumb {
    appearance: none;
    width: 30px;
    height: 30px;
    background-color: #572689;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    margin-top: -10px;
}

input[type=range].slider::-webkit-slider-runnable-track {
    height: 10px;
    background: linear-gradient(to right, #572689 0%, #572689 var(--slider-fill, 0%), #999D9E33 var(--slider-fill, 0%), #999D9E33 100%);
    border-radius: 10px;
}

input[type=range].slider::-moz-range-track {
    background: linear-gradient(to right, #572689 0%, #572689 var(--slider-fill, 0%), #999D9E33 var(--slider-fill, 0%), #999D9E33 100%);
    height: 4px;
    border-radius: 10px;
}

#loan-amount {
    margin-bottom: 20px !important;
    background-color: transparent !important;
    border: none;
}

#monthly-salary {
    margin-bottom: 20px !important;
    background-color: transparent !important;
    border: none;
}

.amount-reverse-amount {
    font-size: 24px;
    color: #121212;
    font-weight: 400;
    font-family: "sora";
    background-color: transparent !important;
}



input[type=range].slider-style {
    -webkit-appearance: none;
    /* Remove default styling */
    width: 100%;
    height: 6px;
    background: transparent;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

input[type=range].slider-style::-webkit-slider-runnable-track {
    height: 10px;
    background: linear-gradient(to right, #572689 var(--slider-fill), #999D9E33 var(--slider-fill));
    border-radius: 5px;
}

input[type=range].slider-style::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #572689;
    margin-top: -10px;
    /* Align thumb vertically */
    cursor: pointer;
    position: relative;
    z-index: 3;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

input[type=range].slider-style::-moz-range-track {
    height: 6px;
    background: linear-gradient(to right, #572689 var(--slider-fill), #999D9E33 var(--slider-fill));
    border-radius: 5px;
}

input[type=range].slider-style::-moz-range-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #572689;
    border: none;
    cursor: pointer;
}









input[type=range].slider-style::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #572689;
    margin-top: -10px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}












.appearance-ule-bg {
    background-color: transparent !important;
}

.custom-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #D9D9D9;
    border-radius: 50%;
    margin: 0 4px;
    transition: background-color 0.3s;
}

.custom-bullet-active {
    background-color: #ffc727;
    /* yellow */
}

.header-financial {
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    font-family: "sora";
    color: #000000;
    margin-top: 30px;
}

.header-subfinancial {
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    font-family: "sora";
    color: #000000;
    margin-bottom: 70px;
}

.total-repayment-text {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #000000;
    margin-top: 50px;
    font-family: "sora";
}



.amount-sign-div {
    display: flex;
    justify-content: center;

}

.amount-sign-div img {
    width: 25px;
}

.amount-parent-div {
    width: 250px;
    margin: auto;
    margin-top: 20px;
}

.amount-sign-div span {
    font-size: 32px;
    font-weight: 600;
    font-family: "sora";
    color: #12121299;

}

.title-calculator-value {
    background-color: #EAD4FF;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 16px;
}

.title-calculator-value p {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    font-family: "sora";
}

.amount-center-cal-value {
    text-align: center;
    font-family: "sora";
    color: #12121299;
    font-weight: 600;
    font-size: 32px;
}

.get-detailed-calculation-btn {
    text-align: center;
    margin-top: 70px;
}

.get-detailed-calculation-btn button {
    background-color: #572689;
    color: #ffffff;
    padding: 12px 45px;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 600;
    font-family: "sora";
}

.get-detailed-calculation-btn p {
    max-width: 497px;
    margin: auto;
    margin-top: 20px;
    color: #121212B2 !important;
    font-size: 16px;
    font-weight: 600;
    font-family: "sora";
}









@keyframes moveRight {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(50px);
    }

    50% {
        transform: translateX(50px);
    }

    75% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(0);
    }
}

/* Rotate counterclockwise and back with pauses */
@keyframes rotateCounterClockwise {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-40deg);
    }

    50% {
        transform: rotate(-40deg);
    }

    75% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/* Move left and back with pauses */
@keyframes moveLeft {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-50px);
    }

    50% {
        transform: translateX(-50px);
    }

    75% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(0);
    }
}

.rotate-img-one {
    margin-top: -110px;
    animation: moveRight 3s infinite;
}

.rotate-img-two {
    margin-top: -100px;
    animation: rotateCounterClockwise 3s infinite;
}

.rotate-img-three {
    margin-top: -150px;
    animation: moveLeft 3s infinite;
}






.how-it-works-div-purple {
    background-color: #572689;
    padding: 30px;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    margin-top: 180px;
    /* Prevents scrollbars during animation */
}



#mortgage-slider {
    --slider-fill: 100%;
    /* Start at 0% */
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    outline: none;
    background: linear-gradient(to right, #572689 0%, #000 var(--slider-fill), #e0e0e0 var(--slider-fill), #e0e0e0 100%);
}

/* Thumb styling */
#mortgage-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #572689;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    margin-top: -5px;
}

#mortgage-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #572689;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}

/* Firefox track */
#mortgage-slider::-moz-range-track {
    background: linear-gradient(to right, #572689 0%, #572689 var(--slider-fill), #e0e0e0 var(--slider-fill), #e0e0e0 100%) !important;
    height: 10px;
    border-radius: 5px;
}






.coming-soon-div-container {
    display: flex;
    justify-content: space-between;
}

.font-ule-sub-coming {
    font-size: 24px;
    color: #000000;
    font-weight: 400;
    font-family: "sora";
    max-width: 616px;
    text-align: left;
}

.coming-soon-div-parent {
    text-align: left;
    margin-bottom: 30px;
}

.go-back-coming {
    background-color: transparent;
    padding: 12px 30px;
    border-radius: 15px;
    color: #ffffff;
    font-family: "sora";
    font-size: 18px;
    border: 2px solid #F2BD17;
    color: #121212;

}

.parent-div-adjust-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.font-ule-sub-comingheader {
    font-size: 42px;
    font-family: "sora";
    font-weight: 600;
    color: #121212;
    text-align: left;
    max-width: 494px;
}

.font-ule-sub-comingsubheader {
    font-size: 24px;
    font-family: "sora";
    font-weight: 400;
    color: #121212;
    text-align: left;
}

.hourglass-img {
    width: 600px !important;
}

.coming-soon-flex {
    display: flex;
    margin-top: 50px;
}

.coming-soon-flex input {
    width: 70%;
    border: 1px solid #999D9E;
    border-radius: 10px;
    padding: 14px 20px;
    color: grey;
    font-size: 20px;
    font-weight: 400;
}

.coming-soon-flex a {
    padding: 14px 35px;
    width: 200px;
    background-color: #572689;
    color: #FEFBFB;
    font-family: "sora";
    font-size: 16px;
    border-radius: 10px;
    font-weight: 700;
    margin-left: 10px;
    line-height: 36px;
}


.phone-div-display-desktop {
    display: block;
}

.phone-div-display-mobile {
    display: none;
}

.faq-top-gap {
    margin-top: 70px;
}

.parent-div-search-div {
    display: flex;
    border: none;
    background-color: #ffffff;
}

.parent-div-search-div input {
    width: 100%;
    margin-left: 10px;
}

.parent-div-search-div input:focus {
    outline: none !important;
}

.value-for-faq-div {
    border: 1px solid #12121280;
    padding: 20px;
    border-radius: 20px;

}


.what-we-do-mobile {
    display: none;
}

.what-we-do-desktop {
    display: block;
}

.faq-content-body {
    font-size: 18px;
    font-weight: 400;
    color: #121212;
    font-family: "sora";
    margin-top: 50px;
    max-width: 809px;
}



.value-for-faq-div summary {
    color: #572689;
    font-size: 24px;
    font-family: "sora";
    font-weight: 600;
}

.border-solid-faq-tab {
    border: 1px solid #12121280;
    border-radius: 20px;
}

.tab-btn {
    width: 70% !important;
    margin: auto !important;
    border-radius: 5px !important;
    text-align: center !important;
    font-size: 24px;
    margin-bottom: 20px !important;
    font-family: "sora";
}

#tab-content-apply form label {
    font-weight: 600;
    font-size: 20px;
    color: #121212;
    line-height: 24px;
    font-family: "sora";
    margin-bottom: 20px !important;
}

.upload-supported {
    font-size: 16px;
    font-weight: 400;
    font-family: "sora";
    margin-top: 5px;
    margin-bottom: 5px;
}

.apply-input-field {
    font-family: "sora";
    font-size: 18px;
    color: #999d9e;
    font-weight: 400;
    padding: 12px 12px;
    border: 1px solid #999D9E;
    border-radius: 10px;
}

.file-upload-input {
    text-align: end;
}

.file-upload-input button {
    background-color: #572689;
    color: #ffffff;
    border-radius: 15px;

}


.absolute-ule-silent {
    width: 39% !important;
    height: 81% !important;
}



/* Container for the scrolling messages */
.scroll-container-ule {
    width: 39%;
    height: 81%;
    overflow: hidden;
    position: relative;
}

/* Content that scrolls */
.scroll-content-ule {
    display: flex;
    flex-direction: column;
    animation: scrollMessages 35s linear infinite;
}

.scroll-content-ule:hover {
    animation-play-state: paused;
}

/* Individual message styling */
.message {
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 50px;
    /* margin-top: 20px; */
}

/* Keyframes for scrolling animation */
@keyframes scrollMessages {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-72.4%);
    }
}





.footer-container-for-ule-mobile {
    padding-bottom: 120px;
}

.get-started-ule-btn-header {
    background-color: #572689;
    color: #fbfbfb;
    font-family: "sora";
    font-weight: 600;
    line-height: 100%;
    padding: 12px 40px;
    font-size: 14px;
    letter-spacing: 0%;
}

.go-back-home button {
    background-color: #572689;
    padding: 12px 30px;
    border-radius: 15px;
    color: #ffffff;
    font-family: "sora";
    font-size: 18px;
}

.oops-header {
    font-size: 40px;
    color: #000000;
    font-weight: 600;
    font-family: "sora";
}

.oops-container img {
    width: 30%;
}

.font-ule-sub-text-try-again {
    color: #572689;
    font-size: 18px;
    font-weight: 600;
    font-family: "sora";
}





.who-we-are-ule-overlay-text {
    width: 100% !important;
}



.who-we-are-ule-overlay-text h6 {
    font-size: 32px;
    color: #ffffff;
    font-family: "sora";
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 30px;
    text-align: center;
    margin-left: 100px !important;
}




.card-slide-in {
    transform: translateX(100vw);
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out;
}

.card-slide-in.animate {
    transform: translateX(0);
    opacity: 1;
}

.comppina-ule {
    color: #121212;
    font-size: 24px !important;
    font-family: "sora";
    font-weight: 600;
    margin-bottom: 35px !important;
}

.oops-container {
    text-align: center;
}


@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.animate-slide-in-left {
    animation: slideInLeft 1s ease forwards;
}

.animate-slide-in-right {
    animation: slideInRight 1s ease forwards;
}






@keyframes marquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.animate-marquee {
    animation: marquee 20s linear infinite;
}




.slide-in-top,
.slide-in-bottom {
    transition: all 1s ease-out;
}

.slide-in-top.animate {
    transform: translateY(0);
    opacity: 1 !important;
}

.slide-in-bottom.animate {
    transform: translateY(0);
    opacity: 1 !important;
}

.slide-in-top {
    transform: translateY(-60px);
}

.slide-in-bottom {
    transform: translateY(60px);
}

.slide-in-ule-subtext {
    font-size: 18px;
    font-family: "sora";
}

.ule-beli-sub-text {
    font-size: 22px;
    font-family: "sora";
    max-width: 571px;
}




.latest-input-search-div {
    display: flex;
    border: 1px solid #121212;
    padding: 18px 12px;
    border-radius: 20px;
    width: 70%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 70px;
}

.animate-marquee {
    display: flex;
    width: fit-content;
    animation: marquee 5.7s linear infinite;
    /* faster speed */
}

.partners-img {
    width: 150px;
    height: auto;
}





.play-image-pointer {
    height: 120px;
    width: 120px;
}

.profile-img {
    width: 100px;
    height: 100px;
    border-radius: 9999px;
    border: 2px solid white;
    position: absolute;
    top: 0;
    transition: all 0.4s ease;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

/* Overlapping offset: 100 - 50 = 50px */
.img1 {
    left: 0;
    z-index: 10;
}

.img2 {
    left: 50px;
    z-index: 20;
}

.img3 {
    left: 100px;
    z-index: 30;
}

.img4 {
    left: 150px;
    z-index: 40;
}

.img5 {
    left: 200px;
    z-index: 50;
}

/* On hover: stack all images on top of img1 */
.group:hover .img2 {
    left: 0;
    top: 0;
    opacity: 0.7;
    z-index: 20;
}

.group:hover .img3 {
    left: 0;
    top: 0;
    opacity: 0.8;
    z-index: 30;
}

.group:hover .img4 {
    left: 0;
    top: 0;
    opacity: 0.9;
    z-index: 40;
}

.group:hover .img5 {
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 60;
}

.group:hover .img1 {
    left: 0;
    top: 0;
    opacity: 0.6;
    z-index: 10;
}


body {
    background-color: #FBFBFB;
}

.footer-menu-text-ule1 {
    font-size: 18px;
    /* line-height: 100%; */
    font-weight: 400 !important;
    font-family: "sora";
    max-width: 310px;
    margin-top: 40px;
    color: #121212;
    letter-spacing: -2%;
}

.footer-menu-text-ule {
    font-size: 18px;
    /* line-height: 40px; */
    font-weight: 300 !important;
    font-family: "sora";


}

.ule-home-li-li {
    max-width: 196px !important;
    margin-bottom: 25px !important;
}



#prevBtn img {
    width: 12px;
}

#nextBtn img {
    width: 12px;
    margin-left: 5px;
}



.easy-image-data img {
    background-color: white;
    padding: 20px;
    border-radius: 50px;
}




.ule-way-ule-number {
    background-color: #F2BD17;
    padding: 20px;
    max-width: 90px !important;
    height: 90px !important;
    margin-bottom: 20px;
    border-radius: 10px;
}





.line-wrapper {
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 40px;
    /* Adjust as needed */
    height: 110%;
    pointer-events: none;
    /* So it doesn't interfere with interaction */
    z-index: 10;
}

.vertical-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 70%;
    background-color: #999D9E;
    /* Or any color that matches your theme */
}

.horizontal-line {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #999D9E;
}






.ule-way-ule-number1 {
    background-color: purple;
    padding: 20px;
    max-width: 100px !important;
    margin-bottom: 20px;
    border-radius: 10px;
}

.ule-way-ule-number h4 {
    font-size: 38px;
    font-family: "sora";
    font-weight: 600;
}

.ule-way-ule-number1 h4 {
    font-size: 38px;
    font-family: "sora";
    font-weight: 600;
    color: #ffffff;
}

.little-forget-headercode {
    font-size: 24px;
    font-family: "sora";
    font-weight: 600;
}

.little-forget-header {
    font-size: 20px;
    font-family: "sora";
    font-weight: 400;
    max-width: 330px !important;
    margin-bottom: 100px;
}

.d-flex-deposits {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    /* border-left: 1px solid #999D9E;*/
    padding-left: 50px;
}

.custom-navbar {
    margin: 0 20px;
    margin-top: 50px;
    border-radius: 20px;
}

.btn-rounded {
    border-radius: 15px;
    background-color: #572689;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.header-subheader {
    font-size: 24px;
    font-weight: 600;
    /* font-family: "sora"; */
}

.ule-rounded-btn-cover-btn {
    border-radius: 50px;
    width: 70px;
    height: 70px;
    border: 1px solid #999D9E !important;
}

.ule-rounded-btn-cover-btn:hover {
    background-color: #572689;
}

.header-header {
    font-size: 52px;
    font-weight: 600;
    max-width: 700px;
    text-align: center;
    /* font-family: "sora"; */
}

.home-heaing {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 100%;
    color: #121212;

}

.leading-tight {
    font-family: "sora" !important;
    font-size: 24px;
    color: #000000;
    font-weight: 600;

}

.leading-tight1 {
    font-family: "sora" !important;
    font-size: 72px;
    color: #000000;
    font-weight: 800;
    line-height: 100%;

}

.value-container {
    border: 2px solid #999D9E40;
    border-radius: 30px !important;
    padding: 30px 15px;
    height: 550px;
}









.arrow-up-history {
    width: 50px !important;
}

.parent-container-purple {
    background-color: #572689;
    padding: 70px 70px 0px 70px;
}

.d-flex {
    display: flex;
    justify-content: space-between;
}

.justice-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 50px;
}

.join-people-sub {
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    font-family: "sora";
    max-width: 503px;
}

.get-started-btn a {
    background-color: #121212;
    color: #ffffff;
    padding: 15px 35px;
    border-radius: 15px;
    font-family: "sora";
}

.get-started-btn {
    margin-top: 30px;
}

.getstarted-soon {
    text-align: center;
    margin-top: 50px;
}

.started {
    background-color: #572689;
    color: #ffffff;
    padding: 20px 50px;
    border-radius: 15px;
    margin-right: 20px;
    font-family: "sora";
}

.learn-more {
    color: #572689;
    background-color: transparent;
    padding: 20px 50px;
    border-radius: 15px;
    margin-left: 20px;
    border: 1px solid #572689;
    font-family: "sora";
}

.menu-navigation {
    font-family: "sora";
    font-size: 16px !important;
}

.laptop-container {
    margin-top: 70px;
}

.laptop-hero-data {
    width: 60%;
}

.patners-img-div {
    display: flex;
    justify-content: space-around;
    /* justify-content: center; */
    margin-top: 50px;
}

.partners-img {
    width: 250px !important;
    height: 95px !important;
}

.accent-images {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.accent-images-img {
    width: 110px;
}

.accent-images-img1 {
    width: 220px;
}

.logo-image {
    width: 160px !important;
}

.the-hero-image-div {
    margin-top: 50px;
}

.sheldon-header {
    width: 100px;
    /* margin-top: -80px; */
}

.sub-text-key-ule-value {
    font-size: 20px;
    font-family: "sora";
    font-weight: 400;
    max-width: 318px;
}

.one-profile-images {
    margin-bottom: 20px;
}

.newsletter-container {
    margin-top: 70px;
    padding: 70px 60px;
    background-color: #572689;
    /* background-image: url("images/ule-background-banner.png");
    background-repeat: no-repeat; */
    border-radius: 20px !important;
}

.newsletter-heading-header {
    font-size: 38px;
    font-family: "sora";
    font-weight: 700;
    color: #ffffff;
}

.subscribe-click {
    background-color: #121212;
    color: #ffffff;
    border-radius: 10px !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
    font-family: "sora";
    font-size: 16px !important;
}

.trusted-center-ule {
    text-align: center;
    font-size: 18px;
    font-family: "sora";
    font-weight: 300;
}

.trusted-center-ule span {
    font-weight: 700;
}


.card-testimonials {
    background-color: #000000 !important;
    border-radius: 25px;
    height: 500px;

}

.card-testimonials h3 {
    color: #ffffff;
    font-size: 24px;
    font-family: "sora";
    max-width: 300px;
    line-height: 36px;
    margin-top: 50px;
}

.card-testimonials p {
    color: #ffffff;
    font-size: 18px;
    font-family: "sora";
    /* margin-bottom: 70px; */
    line-height: 30px;
    font-weight: 400;
}



.easy-image-data {
    margin-bottom: 30px;
    text-align: -webkit-center !important;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}



.acent-effect-ule-div {
    display: flex;
    justify-content: space-between;
    margin-top: -250px !important;
}


.firstname-label {
    color: #ffffff;
    font-family: "sora";
    font-size: 18px;
    font-weight: 600;
}

.flexible-plans-heading {
    font-family: "sora";
    font-size: 36px;
    max-width: 307px;
}

.footer-right p {
    font-family: "sora";
    font-size: 16px;
    color: #121212;
    font-weight: 400;
}

.footer-right {
    text-align: center;
    margin-top: 180px;
    font-family: "sora";
    font-weight: 400;
    color: #121212;
    border-top: 1px solid #D2D2D2;
    padding-top: 50px;
}

.hero-about-container {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.about-hero-text-header-contain {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-hero-text-about {
    font-family: "sora";
    font-size: 16px;
    color: #121212;
    font-weight: 800;
}

.about-hero-subcontain {
    font-size: 60px;
    font-weight: 300;
    font-family: "sora";
}

.about-hero-subcontain span {
    font-size: 60px;
    font-weight: 600;
    font-family: "sora";
    color: #572689;

}

.about-sub-solution {
    font-size: 24px;
    max-width: 488px;
    font-weight: 400;
    color: #121212;
    font-family: "sora";
}

.about-hero-subcontain-p {
    font-size: 72px;
    font-weight: 700;
    font-family: "sora";
    color: #121212;
    line-height: 72px;
    margin-top: 40px;
    margin-bottom: 20px;
}






.our-story-container {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.our-story-h1 {
    font-size: 96px;
    font-family: "sora";
    color: #BA68CB;
    font-weight: 800;
}

.nine-twenty-plus-parent-div {
    background-color: #572689;
    padding: 30px 50px;
    border-radius: 20px;
}

.our-story-p {
    font-size: 20px;
    font-family: "sora";
    color: #121212;
    font-weight: 400;
    max-width: 695px;
    line-height: 32px !important;
}

.nine-twenty-value {
    font-size: 128px;
    color: #fefbfb;
    font-family: "sora";
    font-weight: 800;
    line-height: 150px;
}

.nine-twenty-value span {
    font-size: 96px !important;
    font-weight: 400;
}

.AboutusMaskgroup {
    width: 750px !important;
}

.AboutusMaskgroup1 {
    width: 580px !important;
}

.what-we-do-val h1 {
    font-size: 36px;
    font-weight: 600;
    font-family: "sora";
}

.what-we-do-val p {
    font-size: 24px;
    font-weight: 300;
    font-family: "sora";
    line-height: 36px;
}


.nine-twenty-sub-value {
    font-size: 20px;
    color: #ffffff;
    font-family: "sora";
    font-weight: 400;
}

.our-story-pictures {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.our-story-pictures1 {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    gap: 50px;
}

.yellow-background {
    background-color: #F2BD17;
    padding: 70px 0px;
    margin-top: 150px;
}

.background-white-div {
    background-color: #ffffff;
    padding: 50px 40px 10px 40px !important;
    border-radius: 20px;
    height: 650px;
}

.background-white-div1 {
    background-color: #ffffff;
    padding: 50px 40px 10px 40px !important;
    border-radius: 20px;
    height: 650px;
}


.what-we-do-for-ule {
    font-size: 36px;
    font-weight: 600;
    font-family: "sora";
    margin-bottom: 30px;
}

.what-we-do-for-ule-sub {
    font-size: 22px;
    font-weight: 400;
    font-family: "sora";
    margin-bottom: 30px;
    text-align: left !important;
}

.success-woman {
    width: 300px;
    float: right;
}

.success-binoculars {
    width: 450px;
}

.our-core-title {
    text-align: center;
    margin-top: 70px;
}

.text-note {
    font-size: 36px;
    font-family: "sora";
    font-weight: 600;
}

.text-base {
    max-width: 501px;
}

.react-atom-container {
    float: right;
}

.arrow-field-arrow {
    margin-top: 20px;
}

.commitment-value {
    font-size: 32px !important;
    font-weight: 600;
    font-family: "sora";
    color: #121212;
}

.handshake-icon {
    width: 80px;
}

.castle-header {
    font-family: "sora";
    font-size: 32px;
    font-weight: 600;
}

.coming-soon-on {
    margin-top: 20px;
}

.coming-soon-on img {
    width: 100%;
}


.why-header-container {
    margin-top: 100px;

}

.why-header-container h1 {
    text-align: center;
    font-family: "sora";
    font-size: 48px;
    max-width: 800px;
    margin: auto;
    font-weight: 600;
}

.why-header-container p {
    text-align: center;
    font-family: "sora";
    font-size: 24px;
    max-width: 608px;
    margin: auto;
    font-weight: 400;
    margin-top: 20px;
}

.here-is-why-div {
    background-color: #FFC72780;
    padding: 0px 0px 0px 0px;
}

.here-is-why-div1 {
    background-color: rgba(242, 188, 24, 0.13);
    padding: 70px 0px 70px 0px;
}

.why-choose-mortgage {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    font-family: "sora";
    color: #000000;
}

.why-choose-mortgage-sub {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    font-family: "sora";
    color: #545557;
    margin-top: 20px !important;
    max-width: 925px;
    margin: auto;
}

.flip-div-contain {
    display: flex;
    margin-top: 100px;
    justify-content: space-between;

}

.flip-div-sub-contain {
    display: flex;
    justify-content: space-between;
}

.numero-sum-digit {
    background-color: #572689;
    padding: 20px;
    border-radius: 12px;
    height: 75px;
    margin-right: 30px;
}

.numero-sum-digit h1 {
    color: #fff;
    font-size: 24px;
    font-family: sora;
    font-weight: 600;
}

.numero-sum-digit1 {
    background-color: #F2BD17;
    padding: 20px;
    border-radius: 12px;
    height: 75px;
    margin-right: 30px;
}

.numero-sum-digit1 h1 {
    color: #fff;
    font-size: 24px;
    font-family: sora;
    font-weight: 600;
}



.loans-million h1 {
    font-size: 24px;
    color: #121212;
    font-family: "sora";
    font-weight: 600;

}

.loans-million p {
    font-size: 18px;
    color: #545557;
    font-family: "sora";
    font-weight: 400;
    max-width: 315px;

}






.get-started-mortgage-btn {
    text-align: center;
    margin-top: 30px;
}

.get-started-mortgage-btn a {
    background-color: #572689;
    padding: 20px 60px;
    color: #ffffff;
    border-radius: 12px;
    font-family: "sora";
    font-size: 18px;
    font-weight: 700;
}

.eligible-are {
    text-align: center;
    font-size: 36px;
    font-family: "sora";
    color: #121212;
    font-weight: 600;
    margin-bottom: 10px;
}

.if-you-fall-under-text {
    font-size: 24px;
    font-weight: 400;
    font-family: "sora";
    color: #606060;
    max-width: 840px;
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
}

.arrow-chill-under {
    margin-left: -100px;
    margin-top: -30px;
}

.arrow-chill-above {
    margin-top: -140px;
    margin-left: -100px;
}

.employed-man-header {
    font-size: 24px;
    font-family: "sora";
    color: #121212;
    font-weight: 600;
}

.employed-man-subheader {
    font-size: 18px;
    font-family: "sora";
    color: #121212;
    font-weight: 400;
    max-width: 335px;
}

.get-started-btn-text {
    font-size: 36px;
    font-weight: 600;
    color: #121212;
    font-family: "sora";
}

.get-started-btn-subtext {
    font-size: 18px;
    font-weight: 400;
    color: #606060;
    font-family: "sora";
}

.form-container {
    margin-top: 50px;
}

.label-input-field {
    padding: 12px 20px;
    border: 1px solid #EAECF2;
    margin-top: 10px;
    width: 100%;
    background-color: transparent;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 300;
    font-family: "sora";
    color: #AAAAAB;

}

.fullname-placeholder {
    font-family: "sora";
    font-weight: 400;
    color: #121212;
    font-size: 14px;
}

.radio-agree-check {
    margin-right: 10px;
}

.machine-radio label {
    font-family: "sora";
    font-size: 14px;
    color: #545557;
    font-weight: 400;
}

.get-started-btn-purple {
    margin-top: 50px;
    background-color: #562689;
    padding: 20px;
    text-align: center;
    border-radius: 12px !important;
    width: 100% !important;
}

.get-started-btn-purple button {
    color: #ffffff;
    border-radius: 12px;
    font-family: "sora";
    /* width: 100%; */
    margin-top: 70px !important;
    font-weight: 700;

}

.got-question-ans {
    text-align: center !important;
    font-size: 36px;
    font-family: "sora";
    font-weight: 700;
    color: #121212;
}

.got-question-subans {
    text-align: center !important;
    font-size: 24px;
    font-family: "sora";
    font-weight: 400;
    color: #5F5F5F;
    margin-bottom: 40PX;
}





.manager-ule-flex-div a span {
    margin-left: 15px;
}

.here-is-d-div {
    display: flex;
    justify-content: space-between;
}

.here-contain-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.style-div-data {
    /* border-left: 1px solid #999D9E;
    padding-left: 40px; */
}

.person-standing-accent {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.deposit-large-text {
    font-size: 52px;
    font-weight: 600;
    font-family: "sora";
    color: #121212;
    max-width: 358px;
    margin-top: 30px;
}

.product-temp-text {
    margin-top: 50px;
}

.product-temp-text h1 {
    text-align: center;
    font-size: 36px;
    font-family: "sora";
    color: #121212;
    font-weight: 600;
    margin-bottom: 50px;
}

.manager-ule-flex {
    display: flex;
    justify-content: space-between;
}

.manager-ule-flex h3 {
    font-family: "sora";
    font-weight: 600;
    font-size: 36px;
    color: #121212;
}

.manager-ule-flex h3 span {
    font-family: "sora";
    font-weight: 600;
    font-size: 36px;
    color: #572689;
}

.manager-ule-flex p {
    max-width: 619px;
    font-size: 24px;
    font-family: "sora";
    font-weight: 400;
}

.manager-ule-flex-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.manager-ule-flex1 {
    display: flex;
    justify-content: space-between;
}

.manager-ule-flex1 h3 {
    font-family: "sora";
    font-weight: 600;
    font-size: 36px;
    color: #121212;
}

.manager-ule-flex1 h3 span {
    font-family: "sora";
    font-weight: 600;
    font-size: 36px;
    color: #572689;
}

.manager-ule-flex1 p {
    max-width: 619px;
    font-size: 24px;
    font-family: "sora";
    font-weight: 400;
}

.manager-ule-flex-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.view-page {
    margin-top: 30px;
    font-family: "sora";
    color: #572689;
    font-weight: 600;
}

.got-questions-ule {
    font-family: "sora";
    text-align: center;
    color: #121212;
    font-weight: 600;
    font-size: 24px;
}

.got-questions-ule span {
    font-family: "sora";
    color: #572689;
    font-weight: 600;
}

.before-footer {
    background-color: #572689;
    padding: 50px;
    margin-top: 30px;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    justify-content: center;
}



.before-footer h1 {
    color: #ffffff;
    font-family: "sora";
    font-size: 28px;
    font-weight: 600;
    max-width: 689px;
    text-align: center;
    margin-top: 40px;
}

.before-footer div a {
    text-align: center;
}



.before-footer1 {
    background-color: #572689;
    margin-top: 30px;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    /* justify-content: center; */
}

.before-footer1 h1 {
    color: #ffffff;
    font-family: "sora";
    font-size: 28px;
    font-weight: 600;
    max-width: 689px;
    text-align: left;
    margin-top: 40px;
}

.home-sub-ready-text {
    color: #ffffff;
    font-family: "sora";
    font-weight: 400;
    font-size: 20px;
}

.home-sub-ready-text-exam {
    color: #ffffff;
    font-family: "sora";
    font-weight: 300;
    font-size: 20px;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 30px;
    max-width: 563px;
}

.inclusive-header {
    font-size: 28px;
    font-weight: 600;
    font-family: "sora";
    color: #ffffff;
}

.inclusive-header1 {
    font-size: 28px;
    font-weight: 600;
    font-family: "sora";
    color: #000000;
}

.bg-back-grey {
    background-color: #562689;
    padding: 30px;
    border-radius: 20px !important;
    height: 250px;
}

.bg-back-grey1 {
    background-color: #F2BC18;
    padding: 30px;
    border-radius: 20px !important;
    height: 250px;
}

.rough-subtext {
    color: #ffffff;
    font-family: "sora";
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px;
}

.rough-subtext1 {
    color: #000000;
    font-family: "sora";
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px;
}


.background-check-ville {
    padding-left: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.flex-direction-data-ule {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.flex-direction-data-ule1 {
    display: flex;
    justify-content: left;
    margin-top: 25px;
}

.create-account-btn {
    background-color: #000000;
    padding: 15px 40px;
    color: #ffffff;
    border-radius: 15px;
    margin-right: 20px;
}

.create-account-btn1 {
    background-color: #F2BC18;
    padding: 15px 40px;
    color: #ffffff;
    border-radius: 15px;
    margin-right: 20px;
    font-family: "sora";
}

.get-loan-btn {
    background-color: transparent;
    padding: 15px 40px;
    color: #ffffff;
    border-radius: 15px;
    border: 1.5px solid #ffffff;
}

.ule-home-works {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    gap: 70px;
}

.ule-home-works img {
    margin-top: 150px;
    height: 800px;
}


.how-it-works-header {
    font-family: "sora";
    font-size: 36px;
    font-weight: 600;
    color: #121212
}

.how-it-works-subheader {
    font-family: "sora";
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    max-width: 468px;
    margin-bottom: 30px;
}

.ule-provide {
    font-family: "sora";
    font-weight: 600;
    font-size: 24px;
    max-width: 444px;
}

.ule-provide1 {
    font-family: "sora";
    font-weight: 400;
    font-size: 20px;
    max-width: 444px;
}

.provide-contain {
    display: flex;
    justify-content: center;

}

.get-the-loan {
    background-color: #572689;
    color: #ffffff;
    font-family: "sora";
    padding: 12px 20px;
    border-radius: 15px;
}

.number-system h3 {
    font-size: 28px;
    color: #ffffff;
    background-color: #572689;
    padding: 20px;
    border-radius: 40px;
    margin-right: 20px;
    line-height: 35px;
    font-family: "sora";
}

.got-question-ule-container {
    margin-top: 120px;
    background-color: #212121;
    padding: 50px;
    border-radius: 20px;
}

.ule-got-question-heading {
    text-align: center;
    color: #ffffff;
    font-family: "sora";
    font-size: 32px;
    font-weight: 600;
}

.ule-got-question-subheading {
    text-align: center;
    color: #ffffff;
    font-family: "sora";
    font-size: 24px;
    font-weight: 300;
    max-width: 556px;
    margin: auto;
    margin-top: 30px;
}

.faq-div-container {
    text-align: center;
    margin-top: 40px;
}

.faq-div-container a {
    color: #ffffff;
    padding: 12px 85px;
    border: 1.5px solid #FEFBFB;
    border-radius: 15px;
}

.contact-human-ule {
    text-align: center;
    margin-bottom: 20px;
}

.contact-human-ule a {
    border: 2px solid #F2BD17;
    font-family: "sora";
    border-radius: 10px;
    padding: 12px 30px;
    font-weight: 600;
}

.why-header-container1 {
    margin-top: 100px;

}

.why-header-container1 h1 {
    text-align: center;
    font-family: "sora";
    font-size: 40px;
    max-width: 900px;
    margin: auto;
    font-weight: 600;
}

.why-header-container1 p {
    text-align: center;
    font-family: "sora";
    font-size: 20px;
    max-width: 708px;
    margin: auto;
    font-weight: 400;
    margin-top: 20px;
}

.ule-contact-div {
    padding: 50px 100px;
    border-radius: 20px;
    background-color: #572689;
    margin-top: 70px;
}

.ule-contact-div label {
    color: #ffffff;
    font-family: "sora";
}

.contact-input-field {
    width: 100%;
    padding: 12px 20px;
    border-radius: 10px;
    margin-top: 12px;
    margin-bottom: 20px;
}

.contact-input-field-area {
    height: 200px;
    width: 100%;
    padding: 12px 20px;
    border-radius: 10px;
    margin-top: 12px;
}

.contact-us-now-now {
    display: flex;
}

.contact-us-now-now p {
    color: #ffffff;
    font-family: "sora";
}

.contact-submit-div {
    text-align: center;
    margin-top: 100px;
}

.contact-submit-div a {
    background-color: #D6B4FA;
    padding: 14px 80px;
    border-radius: 15px;
    color: #4b1454;
    font-family: "sora";
    font-weight: 600;
    font-size: 18px;
}

.contact-details {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #121212;
    font-family: "sora";
}

.value-container1 {
    border: 1px solid #999D9E;
    border-radius: 20px !important;
    padding: 0px;
}

.value-container1-one {
    border: 1px solid #AAAAAB;
    border-radius: 20px !important;
    padding: 30px;
    background-color: #ffffff;
}

.yellow-backdrop {
    background-color: #F2BD17;
    padding: 20px;
    border-radius: 20px 20px 0 0 !important;
    text-align: -webkit-center;
}

.contact-address-container {
    padding: 20px;
}



.contact-address-container h1 {
    text-align: center;
    max-width: 317px;
    margin: auto;
    font-family: "sora";
    font-size: 24px;
}



.contact-address-container-too h1 {
    text-align: left;
    max-width: 317px;
    margin: auto;
    font-family: "sora";
    font-size: 24px;
}

.contact-address-container-too p {
    font-family: "sora";
    font-size: 18px;
    font-weight: 400;
    margin-top: 50px;
    color: #545557;
}


.why-header-container11 {
    margin-top: 100px;

}

.why-header-container11 h1 {
    text-align: center;
    font-family: "sora";
    font-size: 48px;
    max-width: 800px;
    margin: auto;
    font-weight: 600;
    color: #ffffff;
}

.why-header-container11 p {
    text-align: center;
    font-family: "sora";
    font-size: 24px;
    max-width: 608px;
    margin: auto;
    font-weight: 400;
    margin-top: 20px;
    color: #ffffff;
}

.faq-input-ule-search {
    width: 600px;
    margin: auto;
}

.parent-div-search-div {
    border: 1px solid black;
    width: 100%;
    margin-top: 50px;
    padding: 18px !important;
    border-radius: 20px !important;
    font-family: "sora";
    font-size: 16px;
    font-weight: 400;
    color: #12121280;
}

.border-purple {
    border-color: #572689 !important;

}

.border-purple summary {
    padding: 18px 18px !important;
    border-radius: 20px;
    color: #572689 !important;
    font-size: 24px;
}

.careers-code-div button {
    color: #121212;
    font-family: "sora";
    font-weight: 600;
    font-size: 24px;
}

.input-ule-blog {
    font-size: 16px !important;
    font-family: "sora" !important;
    color: #121212 !important;
    font-weight: 400 !important;
    background-color: transparent;
}


.pleasent-tab-data {
    border: 2px solid #121212;
    border-radius: 20px;
    font-size: 18px;
    font-family: "sora";
}

.active-tab {
    background-color: #572689 !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.careers-code-div {
    display: flex;
    justify-content: space-between;
    max-width: 95%;
}

.careers-code-div h1 {
    font-size: 24px;
    color: #121212;
    font-weight: 600;
    font-family: "sora";
}

.careers-code-div h3 {
    font-size: 20px;
    color: #121212;
    font-weight: 600;
    font-family: "sora";
}

.careers-code-div p {
    font-size: 18px;
    color: #121212;
    font-weight: 400;
    font-family: "sora";
}

.careers-code-div h6 {
    font-size: 16px;
    color: #121212;
    font-weight: 400;
    font-family: "sora";
    margin-top: 10px;
    margin-bottom: 30px;
}



.job-summary-header {
    font-family: "sora";
    color: #000000;
    font-weight: 600 !important;
    font-size: 20px !important;
}

.role-identity-name-ule {
    font-family: "sora";
    font-size: 32px;
    color: #000000;
    font-weight: 600;
}

.job-summary-subheader {
    font-family: "sora";
}

.border-context {
    border: 1px solid #505050;
    padding: 20px;
    border-radius: 20px;
}

.job-ule-summary {
    font-family: "sora";
    color: #121212;
    font-weight: 400;
    font-size: 18px !important;
    text-align: left !important;
}

.walk-ule-border {
    border-top: 1px solid #121212;
    padding-top: 25px;
    width: 100%;
}

.ule-purple1-div {
    background-color: #572689;
    padding: 25px 5px;
}

.why-work-with-ule {
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    font-family: "Sora";
}

.connect-sub-text-why {
    font-family: "sora";
    font-size: 18px;
    max-width: 331px;
    font-weight: 600;
    margin: auto;
}

.connect-sub-text-header {
    font-family: "sora";
    font-weight: 400px !important;
}

.logo-ule-class {
    width: 150px;
}

.phone-parent-div-container {
    display: flex;
}

.stay-in-loop-input {
    width: 100% !important;
    font-family: "sora";
    font-weight: 400;
    font-size: 16px;
    color: #999D9E;
}

.footer-parent-div-one {
    border-top: 1px solid #D2D2D2 !important;

}

.left-ule-flex-heading {
    font-size: 36px;
    font-family: "sora";
}


.get-loan-ule-btn {
    text-align: center !important;
    margin-top: 70px;
}

.get-loan-ule-btn button {
    background-color: #572689;
    padding: 14px 30px;
    color: #ffffff;
    border-radius: 20px;
    width: 380px;
}

.icon-of-drop-down-div {
    display: flex;
}

.icon-of-drop-down-div a {
    font-family: "sora";
    font-weight: 400 !important;
    font-size: 16px;
    color: #121212;
}

.how-it-works-nav-menu {
    font-family: "sora";
    font-weight: 400 !important;
}

.icon-of-drop-down-div img {
    width: 20px;
}

.get-started-ule-buttons-border {
    border-radius: 15px;
    background-color: #572689;
    font-weight: 600;
    font-family: "sora";
    font-size: 16px;
}

.get-started-ule-buttons-border1 {
    border-radius: 15px;
    font-weight: 600;
    font-family: "sora";
    font-size: 16px;
    color: #572689;
    /* background-color: #572689; */
}

.dropdown-icon-pictures {
    width: 20px;
}

.dropdown-menu-details {
    border-radius: 20px;
    padding: 10px 10px;
    box-shadow: 0px 10px 20px 0px rgba(18, 18, 18, 0.30);
}

.our-team-menu span {
    font-family: "sora";
    font-weight: 400;
}

.our-team-menu a:hover {
    color: #4b1454;
    font-weight: 600;
}

.noted-answer-div {
    width: 70% !important;
}

@media only screen and (max-width: 1440px) {
    .scroll-container-ule {
        width: 41%;
        height: 81%;
        overflow: hidden;
        position: relative;
    }

    .AboutusMaskgroup {
        width: 600px;
    }
}

@media only screen and (max-width: 1289px) {
    .scroll-container-ule {
        width: 44%;
        height: 81%;
        overflow: hidden;
        position: relative;
    }
}


@media only screen and (max-width: 1245px) {
    .scroll-container-ule {
        width: 45%;
        height: 81%;
        overflow: hidden;
        position: relative;
    }

    .AboutusMaskgroup {
        width: 600px;
    }
}


@media only screen and (max-width: 1223px) {
    .ule-padding-navigation {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .scroll-container-ule {
        width: 50%;
        height: 81%;
        overflow: hidden;
        position: relative;
    }

    .AboutusMaskgroup {
        width: 600px;
    }
}



@media only screen and (max-width: 1025px) {

    .scroll-container-ule {
        width: 85%;
        height: 63%;
        left: 60px !important;
        overflow: hidden;
        position: relative;
        margin-top: 35px;
        border-radius: 0px !important;
    }
}


@media only screen and (max-width: 1020px) {


    .our-story-container {
        display: block !important;
    }

    .stay-in-loop-input {
        width: 100% !important;
    }

    .phone-parent-div-container {
        display: block;
    }

    .justice-center {
        margin-top: 40px;
        margin-bottom: 20px;
        margin-left: 0px;
    }

    .parent-container-purple {
        background-color: #572689;
        padding: 70px 70px 70px 70px;
    }

    .live-phone-text-ule {
        width: 100%;
    }

    .our-story-pictures {
        display: block;
    }

    .our-story-pictures1 {
        display: block;
    }

    .AboutusMaskgroup {
        width: 100%;
    }
}



@media only screen and (max-width: 800px) {


    .ule-home-works img {
        margin-bottom: 30px;
        margin-top: 70px;
    }

    .ule-home-works {
        display: block;
    }

    .deposit-large-text {
        max-width: 550px;
    }

    .near-value-height {
        height: 1000px !important;
    }

    .d-flex-deposits {
        display: block !important;
    }

    .d-flex-deposits1 {
        display: block;
    }

    .before-footer {
        display: block;
    }

    .manager-ule-flex {
        display: block;
    }

    .manager-ule-flex1 {
        display: block;
    }

    .AboutusMaskgroup1 {
        margin-bottom: 20px;
    }

    .yellow-background {
        margin-top: 40px;
    }

    .our-story-pictures1 {
        display: block;
    }

    .our-story-pictures {
        display: block;
    }

    .our-story-container {
        display: block;
    }

    .hero-about-container {
        display: block;
    }

    .stay-in-loop-input {
        width: 100% !important;
    }

    .home-heaing {
        margin-top: 50px !important;
    }

    .partners-img {
        width: 130px !important;
    }

    .card-testimonials {
        width: 50% !important;
    }

    .phone-parent-div-container {
        display: block !important;
    }

    .phone-parent-div-container> :nth-child(1) {
        order: 2 !important;
    }

    .phone-parent-div-container> :nth-child(2) {
        order: 1 !important;
    }

    .justice-center {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 0px;
        margin-top: 50px;
    }

    .parent-container-purple {
        background-color: #572689;
        padding: 70px 70px 70px 70px;
    }
}




@media only screen and (max-width: 680px) {
    .hero-about-container {
        display: block;
    }

    .scroll-container-ule {
        width: 76%;
        height: 47%;
        overflow: hidden;
        position: relative;
        margin-top: -50px;
    }

    .accent-images-img1 {
        width: 140px;

    }

    .accent-images-img {
        width: 90px;

    }

    .leading-tight1 {
        font-size: 36px;
    }

    .AboutusMaskgroup {
        width: 17% !important;
        margin-top: 30px;
    }

    .play-image-pointer {
        width: 80px;
        height: 90px;
    }

    .the-commitment-div-container {
        height: 350px !important;
    }

    .why-header-container h1 {
        font-size: 36px;
        max-width: 500px;
    }

    .why-header-container p {
        max-width: 500px;
    }

    .deposit-large-text {
        font-size: 24px;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 482px) {
    .scroll-container-ule {
        width: 80%;
        height: 44%;
        left: 35px !important;
        overflow: hidden;
        position: relative;
        margin-top: -65px;
        border-radius: 0px !important;
    }
}


@media only screen and (max-width: 481px) {
    .scroll-container-ule {
        width: 75%;
        height: 44%;
        left: 40px !important;
        overflow: hidden;
        position: relative;
        margin-top: -65px;
        border-radius: 0px !important;
    }
}

@media only screen and (max-width: 480px) {

    .what-we-do-mobile {
        display: block;
        font-size: 32px;
        font-weight: 600;
        font-family: "sora";
    }

    .who-we-are-ule-overlay-text h6 {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 20px;
        text-align: center;
        margin-left: 50px !important;
    }

    .nine-twenty-plus-parent-div {
        display: none;
    }

    .about-hero-text-about {
        font-family: "sora";
        font-size: 12px;
        color: #121212;
        font-weight: 700;
    }

    .footer-menu-text-ule1 {
        font-weight: 400;
        font-size: 16px;
        font-family: "sora";

    }

    .footer-menu-text-ule {
        font-weight: 400;
        font-size: 16px;
        font-family: "sora";

    }

    .phone-div-display-desktop {
        display: none;
    }

    .phone-div-display-mobile {
        display: block;
    }

    .card-testimonials h3 {
        font-size: 24px !important;
    }

    .card-testimonials p {
        font-size: 20px;
        line-height: 30px;
        line-height: 30px;
        font-weight: 300;
    }

    .sub-text-key-ule-value {
        top: 55% !important;
    }

    .flex-for-mobile-and-div {
        display: flex;
        padding: 10px;
        box-shadow: 2px 2px 10px 1px rgba(18, 18, 18, 0.25);
    }

    .trusted-center-ule {
        font-size: 12px;
        max-width: 117px;
        text-align: left !important;
        margin-bottom: 0px !important;
        margin-top: 20px;
    }

    .get-started-ule-buttons-border {
        width: 100% !important;
    }

    .flex-display-more {
        display: block !important;
        line-height: 55px !important;
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
    }

    .scroll-container-ule {
        width: 60%;
        height: 78%;
        left: 80px !important;
        overflow: hidden;
        position: relative;
        margin-top: -65px;
        border-radius: 0px !important;
    }

    .justice-center .relative {
        margin: auto;
    }

    .accent-images-img1 {
        width: 90px;
        right: 20% !important;
        top: 0px !important
    }

    .leading-tight1 {
        font-size: 42px;
        font-weight: 800;
        font-family: "sora" !important;
        line-height: 52px !important;
    }

    .contact-details {
        margin-top: 70px !important;
        font-size: 28px;
    }

    .contact-submit-div {
        margin-top: 50px;
    }

    .ule-contact-div {
        padding: 30px;
    }

    .little-forget-header {
        margin-bottom: 0px !important;
    }

    .ule-way-ule-number1 {
        max-width: 70px !important;
    }

    .ule-way-ule-number1 h4 {
        font-size: 24px;
    }

    .ule-way-ule-number {
        max-width: 70px !important;
        height: 70px !important;
    }

    .ule-way-ule-number h4 {
        font-size: 24px;
    }

    .here-is-why-div {
        background-color: #FFC72780;
        padding:
            30px 0px 0px 0px;
    }

    .why-header-container p {
        font-size: 18px !important;
        font-weight: 400;
        font-family: "sora";
    }

    .footer-parent-div-one {
        margin-top: 50px !important;
        border-top: 1px solid #12121280 !important;
        background-color: #FEFBFB !important;
    }

    .ule-second-header-value-background-2 {
        background-color: #FEFBFB !important;
    }

    .role-identity-name-ule {
        font-family: "sora";
        font-size: 22px;
        color: #000000;
        font-weight: 600;
    }

    .noted-answer-div {
        width: 85% !important;
    }

    .why-header-container1 {
        margin-top: 50px;
    }

    .why-header-container11 h1 {
        font-size: 24px !important;
    }

    .why-header-container11 {
        margin-top: 50px;
    }

    .why-header-container1 p {
        font-size: 18px;
        font-weight: 300;
        max-width: 280px;
    }



    .job-ule-summary {
        font-size: 16px !important;
    }

    .job-summary-header {
        font-size: 16px !important;
    }

    .careers-code-div h3 {
        font-size: 16px;
    }

    .careers-code-div h1 {
        font-size: 18px;
    }

    .why-header-container1 h1 {
        font-size: 40px;
        color: #121212;
        font-family: "sora";
        max-width: 328px;
    }

    .about-sub-solution {
        font-size: 18px !important;
        font-weight: 400;
        font-family: "sora";
        margin-bottom: 20px;
    }

    .about-hero-subcontain span {
        font-size: 40px;
        font-family: "sora";
        font-weight: 800;
    }

    #aboutSubmenu .block {
        font-size: 16px !important;
    }

    #learnSubmenu .block {
        font-size: 16px !important;
    }

    .logo-image {
        width: 150px !important;
    }

    .icon-svg-service {
        width: 20px;
    }

    .faq-input-ule-search {
        max-width: 100%;
    }

    .faq-input-ule-search input {
        width: 100% !important;
    }

    .ule-got-question-subheading {
        font-size: 16px;
    }

    .ule-got-question-heading {
        font-size: 20px !important;
    }

    .got-question-ule-container {
        margin-top: 50px;
        /* padding: 30px !important; */
    }

    .ule-provide {
        font-size: 18px !important;
    }

    .ule-provide1 {
        font-size: 16px;
    }

    .how-it-works-header {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 24px;
        font-weight: 600;
        color: #121212;
        font-family: "sora";
    }

    .value-for-faq-div summary {
        font-size: 18px;
        font-weight: 600;
    }


    .how-it-works-subheader {
        font-size: 20px;
    }

    .ule-home-works {
        display: block !important;
        margin-top: 30px;
    }

    .nine-twenty-value {
        font-size: 64px;
    }

    .background-white-div {
        height: 650px;
        padding: 25px !important;
    }

    .background-white-div1 {
        height: 650px;
        margin-top: 0px !important;
    }

    .yellow-background {
        background-color: #F2BD17;
        padding: 0px 0px;
        margin-top: 70px;
    }

    .AboutusMaskgroup {
        width: 380px !important;
        margin-top: 20px;
    }

    .play-image-pointer {
        width: 50px;
        height: 50px;
    }

    .hero-about-container {
        display: block;
        justify-content: space-between;
        margin-top: 50px;
    }

    .our-story-container {
        display: block;
        margin-top: 70px !important;
    }

    .our-story-pictures {
        display: block;
        margin-top: 10px;
    }

    .our-story-pictures1 {
        display: block;
        margin-top: 50px !important;
    }

    .what-we-do-val h1 {
        font-size: 24px !important;
        margin-top: 30px;
    }

    .what-we-do-val p {
        font-size: 18px !important;
        margin-top: 0px;
        font-weight: 400 !important;
        text-align: center;
        line-height: 24px;
        font-family: "sora";
    }

    .card-testimonials {
        width: 100% !important;
    }

    .get-loan-ule-btn button {
        width: 60%;
        margin-top: 50px;
    }

    .justice-center {
        margin-left: 0px;
        margin-top: 0px !important;
    }

    .background-ule-screen {
        min-height: auto !important;
    }

    .partners-img {
        width: 130px !important;
        height: 110px !important;
        margin-right: 20px;
    }

    .logo-ule-class {
        width: 120px;
    }

    .live-phone-text-ule {
        width: 300px;
        margin: auto !important;

    }

    .one-profile-images {
        width: 100% !important;
    }

    .join-people-sub {
        max-width: 380px;
        font-size: 22px;
        text-align: center;
        margin-top: 30px;
    }

    .worry-less-ule-here {
        padding-top: 150px !important;
    }

    .leading-tight {
        font-size: 12px !important;
    }

    /* .footer-container-for-ule-mobile {
        display: block !important;
    } */

    .comppina-ule {
        margin-top: 30px;
        font-size: 20px !important;
        font-family: "sora";
        font-weight: 600;
    }



    .accent-level-images {
        margin-top: 80px !important;
    }

    .laptop-hero-data {
        width: 100%;
    }

    .accent-images-img {
        width: 50px;
    }

    .patners-img-div {
        display: flex;
        text-align: -webkit-center;
    }



    .home-heaing {
        margin-top: 60px !important;
        font-size: 24px !important;
        font-weight: 600;
        font-family: "sora";
        color: #121212;
        max-width: 183px;
        margin: auto;
    }

    .phone-parent-div-container {
        display: flex !important;
        flex-direction: column !important;
    }

    .phone-parent-div-container> :nth-child(1) {
        order: 2;
    }

    .phone-parent-div-container> :nth-child(2) {
        order: 1;
    }

    .parent-container-purple {
        background-color: #572689;
        padding: 60px 30px 30px 30px;
    }

    .get-started-btn {
        text-align: center;
        width: 100% !important;
    }

    .get-started-btn a {
        width: 100% !important;
    }

    .subscribe-click {
        padding: 14px 10px !important;
        width: 70% !important;
    }

    .newsletter-container {
        padding: 40px;
    }

    .newsletter-heading-header {
        font-size: 28px;
        color: #FEFBFB;
        font-family: "sora";
        font-weight: 700;
    }

    .stay-in-loop-input {
        width: 100% !important;
        padding: 14px 10px !important;
    }

    .live-phone-text-ule {
        margin-top: 0px;
    }

    .ule-padding-navigation {
        padding: 10px 30px !important;
        border-radius: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .what-we-do-for-ule {
        font-size: 24px;
    }

    .what-we-do-for-ule-sub {
        font-size: 18px;
    }

    .text-note {
        font-size: 28px !important;
    }

    .commitment-value {
        font-size: 20px !important;
    }

    .castle-header {
        font-size: 20px !important;
    }

    .our-story-h1 {
        font-size: 32px;
        text-align: center;
    }

    .our-story-p {
        font-size: 14px !important;
        font-weight: 600;
        line-height: 20px;
        text-align: justify;
    }

    .about-hero-subcontain {
        font-size: 40px !important;
    }

    .manager-ule-flex {
        display: block !important;
    }

    .manager-ule-flex1 {
        display: flex !important;
        flex-direction: column-reverse !important;
    }


    .manager-ule-flex1 h3 {
        font-size: 22px;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .manager-ule-flex1 p {
        font-size: 18px;
        font-weight: 400;
        font-family: "sora";
        color: #000000;
    }

    .manager-ule-flex1 h3 span {
        font-size: 22px;
    }


    .here-is-d-div {
        display: block !important;
        justify-content: space-between;
    }

    .before-footer {
        display: block !important;
        padding: 30px;
        margin-top: 20px;
    }

    .before-footer h1 {
        font-size: 24px;
        margin-bottom: 20px;
        margin-top: 10px;
        text-align: start;
        max-width: 281px;
        font-weight: 600;
    }

    .room-shelf-img {
        margin-left: 70px;
    }



    .rotate-img-one {
        margin-top: -70px;
        animation: moveRight 3s infinite;
        width: 80px;
    }

    .rotate-img-two {
        margin-top: -70px;
        animation: rotateCounterClockwise 3s infinite;
        width: 80px;
    }

    .rotate-img-three {
        margin-top: -80px;
        animation: moveLeft 3s infinite;
        width: 80px;
    }


    @keyframes moveRight {
        0% {
            transform: translateX(0);
        }

        25% {
            transform: translateX(0px);
        }

        50% {
            transform: translateX(0px);
        }

        75% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(0);
        }
    }

    /* Rotate counterclockwise and back with pauses */
    @keyframes rotateCounterClockwise {
        0% {
            transform: rotate(0deg);
        }

        25% {
            transform: rotate(-10deg);
        }

        50% {
            transform: rotate(-10deg);
        }

        75% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(0deg);
        }
    }

    /* Move left and back with pauses */
    @keyframes moveLeft {
        0% {
            transform: translateX(0);
        }

        25% {
            transform: translateX(0px);
        }

        50% {
            transform: translateX(0px);
        }

        75% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(0);
        }
    }

    .how-it-works-div-purple {
        margin-top: 100px;
    }

    .flex-direction-data-ule {
        display: block !important;
        line-height: 50px;
    }

    .manager-ule-flex h3 {
        font-size: 22px;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .manager-ule-flex h3 span {
        font-size: 22px;
    }

    .manager-ule-flex p {
        font-size: 16px !important;
        font-weight: 300;
    }

    .why-header-container {
        margin-top: 20px !important;
    }

    .why-header-container h1 {
        font-size: 32px !important;
        font-weight: 600;
        font-family: "sora";
        line-height: 40px !important;
        max-width: 315px;
        margin-top: 20px;
    }

    .why-choose-mortgage-sub {
        font-size: 20px;
    }

    .flip-div-sub-contain {
        margin-bottom: 50px;
    }

    .room-shelf-img {
        width: 100%;
        margin-top: 50px;
        margin-left: 0px;
    }

    .before-footer1 h1 {
        font-size: 22px;
        text-align: center;
    }

    .home-sub-ready-text {
        color: #ffffff;
        font-family: "sora";
        font-weight: 400;
        font-size: 18px;
    }

    .loans-million h1 {
        font-size: 20px !important;
    }

    .loans-million p {
        font-size: 18px !important;
    }

    .flip-div-contain {
        display: block;
        margin-top: 20px;
    }

    .why-choose-mortgage {
        font-size: 28px;
    }

    .here-is-why-div1 {
        margin-top: 20px !important;
    }

    .deposit-large-text {
        font-size: 32px !important;
        margin-bottom: 0px !important;
        font-weight: 600;
        max-width: 220px;
        margin-top: 0px;
    }

    .view-page {
        margin-bottom: 0px;
    }

    .got-questions-ule {
        margin-top: 40px !important;
        font-size: 14px;
        font-weight: 600;
        font-family: "sora";
        color: #121212;
    }

    .before-footer div a {
        padding: 12px 20px !important;
    }

    .product-temp-text h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .ule-rounded-btn-cover-btn {
        margin-top: 250px;
        /* width: 60px;
        height: 60px; */
    }

    .how-asdf-ule {
        margin-bottom: 5px !important;
        font-size: 24px !important;
    }

    .left-ule-flex-heading {
        font-size: 32px !important;
        /* max-width: 209px !important; */
        font-weight: 600;
    }

    .easy-image-data {
        text-align: start !important;
    }

    .d-flex-deposits {
        display: block !important;
        padding-top: 0px;
    }

    .near-value-height {
        height: 650px !important;
    }

    .acent-effect-ule-div {
        margin-top: 50px;
        display: none;
    }



    .container-why-div {
        padding-left: 20px;
        padding-right: 20px;
    }

    .little-forget-headercode {
        font-size: 20px !important;
        margin-bottom: 20px;
        font-weight: 600;
        font-family: "sora";
        color: #121212;
    }

    .little-forget-header {
        font-size: 18px;
        font-weight: 400;
        font-family: "sora";
        color: #121212;
    }

    .absolute-ule-silent {
        width: 78% !important;
        height: 46% !important;
        /* top: 250px !important; */
        margin-top: 320px;
    }

    .present-div-ule-even {
        padding: 20px !important;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }

    .careers-code-div button {
        font-size: 16px;
    }

    .arrow-up-history {
        width: 30px !important;
    }

    .latest-input-search-div {
        margin-bottom: 20px;
    }

    .what-we-do-desktop {
        display: none;
    }

    .we-believe-do-in {
        font-size: 18px !important;
        font-weight: 600;
        font-family: "sora";
    }

    .ule-beli-sub-text {
        font-size: 14px;
        font-family: "sora";
        font-weight: 600;
        color: #FBFBFB;
    }

    .react-logo {
        width: 100px;
        margin-top: -40px;
    }

    .coming-soon-div-container {
        display: block;
        justify-content: space-between;
    }

    .font-ule-sub-comingheader {
        font-size: 24px;
        font-family: "sora";
        font-weight: 600;
        color: #121212;
        text-align: left;
        max-width: 494px;
    }

    .font-ule-sub-comingsubheader {
        font-size: 18px;
    }

    .person-standing-accent img {
        width: 200px;
        margin-bottom: 50px;
        margin-top: 50px;
    }

    /* Content that scrolls */
    .scroll-content-ule {
        animation: scrollMessages 40s linear infinite;
    }

    .before-footer1 {
        display: block;
    }

    .get-started-btn-purple {
        width: 100% !important;
    }

    .about-hero-subcontain-p {
        font-size: 36px;
        font-weight: 700;
        font-family: "sora";
        color: #121212;
        line-height: 40px;
        margin-bottom: 50px;
        margin-top: 10px;
    }

    .eligible-are {
        text-align: center;
        font-size: 24px;
        font-family: "sora";
        color: #121212;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .product-temp-text {
        margin-top: 50px !important;
    }

    .if-you-fall-under-text {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .inclusive-header {
        font-size: 24px;
    }

    .bg-back-grey {
        height: 100%;
    }

    .bg-back-grey1 {
        height: 100%;
    }

    .get-started-btn-text {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .spark-top-grade {
        margin-top: 70px !important;
        margin-bottom: 20px !important;
    }

    .got-question-ans {
        font-size: 24px;
    }

    .got-question-subans {
        font-size: 18px;
    }

    .flex-direction-data-ule1 {
        display: block;
    }

    .background-check-ville {
        padding-left: 20px;
        padding-right: 20px;
    }

    .create-account-btn1 {
        width: 100%;
    }

    .create-account-btn1 {
        margin-right: 0px;
    }

    .form-container {
        margin-top: 30px;
    }




    /* Keyframes for scrolling animation */
    @keyframes scrollMessages {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(-77.7%);
        }
    }







}


@media only screen and (max-width: 425px) {
    .scroll-container-ule {
        width: 68%;
        height: 78%;
        left: 60px !important;
        overflow: hidden;
        position: relative;
        margin-top: -65px;
        border-radius: 0px !important;
    }
}

@media only screen and (max-width: 380px) {
    .live-phone-text-ule {
        width: 300px !important;
    }


}