@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('bootstrap.min.css');

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.wrapper {
    overflow: hidden;
}

/****** HEADER *******/
header {
    padding: 20px 0;
    position: fixed;
    top: 0;
    z-index: 1000;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.90) 100%);
    backdrop-filter: blur(2px);
}

.logo a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo a img {
    height: 42px;
}

/***** BANNER SEC *****/
.banner-sec {
    background: url(../images/banner-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 132px 0 50px 0;
}

.banner-left {
    padding-left: 78px;
}

.banner-left .text-box h1 {
    color: #000000;
    font-weight: 600;
    font-size: 60px;
    line-height: 62px;
    letter-spacing: -3px;
}

.banner-left .text-box h1 span {
    display: block;
    background: linear-gradient(to right, #3aab52 0%, #2b79bd 100%, #7db9e8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-left .text-box p {
    color: #545454;
    letter-spacing: -0.16px;
    font-size: 20px;
    font-weight: normal;
    margin: 14px 0 20px 0;
    max-width: 390px;
}

.banner-left .text-box ul {
    margin-bottom: 30px;
}

.banner-left .text-box ul li {
    display: flex;
    align-items: center;
    color: #204C54;
    letter-spacing: 0.08px;
    font-size: 18px;
    font-weight: 500;
    gap: 8px;
    line-height: normal;
    margin-bottom: 12px;
}

.banner-left .text-box ul li:last-child {
    margin: 0;
}

.banner-left .text-box ul li span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-primary {
    height: 59px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #FEFEFE;
    font-size: 18px;
    letter-spacing: 0.08px;
    background: linear-gradient(to right, #3aab52 0%, #2b79bd 100%, #7db9e8 100%);
    font-weight: 500;
    padding: 0 32px;
}

.btn-primary:hover {
    border: 1px solid #3AAB52 !important;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-right {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 29px 27px 27px 32px;
    border: 1px solid #204C54;
    box-shadow: 0 4px 8px 0 rgb(32, 76, 84, 0.5);
    max-width: 512px;
    width: 100%;
    margin: 0 auto;
}

.form-box .form-group {
    margin-bottom: 14px;
}

.relative {
    position: relative;
}

.label-text {
    color: #545454;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.08px;
    margin-bottom: 8px;
    display: flex;
}

.form-control {
    color: #8A8A8A;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.08px;
    border: 0.5px solid #8A8A8A;
    line-height: normal;
    border-radius: 8px;
    height: 52px;
    box-shadow: none;
}

.form-control::placeholder {
    color: #8A8A8A;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #8A8A8A;
}

.pl-34 {
    padding-left: 34px;
}

.amount-control {
    padding-right: 100px;
}

.doller-btn {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 17px;
}

.Month-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #8A8A8A;
    color: #8A8A8A;
    font-size: 16px;
    line-height: normal;
    height: 50px;
    border-radius: 0 8px 8px 0;
    letter-spacing: 0.08px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 1px;
    width: 84px;
}

.down-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 14px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.radio-check {
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 19px;
    margin-bottom: 32px;
}

.form-check {
    display: flex;
    align-items: flex-start;
    padding: 0;
    min-height: auto;
    margin: 0;
    gap: 12px;
}

.form-check .form-check-input {
    float: none;
    margin: 1px 0 0 0;
    border: 1px solid #8A8A8A;
    width: 24px;
    height: 24px;
}

.form-check .form-check-label {
    color: #8A8A8A;
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.08px;
    display: block;
    align-items: center;
}

.form-check .form-check-label a {
    background: linear-gradient(90deg, rgba(58, 171, 82, 1) 0%, rgba(43, 121, 189, 1) 100%);
    display: inline-flex;
    align-items: center;
    text-decoration: underline;
    -webkit-background-clip: text;
    font-weight: 500;
    -webkit-text-fill-color: transparent;
}

.radio-check .form-check .form-check-input {
    border-radius: 50%;
}

button.btn-primary {
    border: none;
    width: 100%;
}

/***** FASTER QUOTES SEC *****/
.faster-quotes-sec {
    background: linear-gradient(90deg, rgba(246, 246, 246, 1) 0%, rgba(255, 245, 245, 1) 100%);
    position: relative;
    padding: 40px 0 86px;
}

.faster-quotes-left {
    display: flex;
    align-items: center;
    position: absolute;
    top: -286px;
    left: 255px;
}

.faster-quotes-left .image-holder {
    display: flex;
    align-items: center;
}

.enabled-info {
    margin: -170px 0 0 0;
}

.enabled-info span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.08px;
    color: #000;
}


.faster-quotes-right .text-box {
    max-width: 816px;
    width: 100%;
    margin: 0 auto;
}

.faster-quotes-right .text-box h4 {
    text-align: center;
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.16px;
    max-width: 670px;
    width: 100%;
    margin: 0 auto;
}

.faster-quotes-right .text-box h4 span {
    color: #EF373F;
}

.faster-quotes-right .text-box p {
    color: #545454;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.08px;
    margin: 15px 0 46px 0;
}

.faster-quotes-right .text-box ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 18px;
}

.quotes-box {
    border: 1px solid #FE9292;
    background: linear-gradient(90deg, rgba(246, 63, 71, 1) 0%, rgba(243, 111, 113, 1) 100%);
    border-radius: 16px;
    box-shadow: 0 2px 6px 0 #FFE2DE;
    padding: 0px 10px 30px;
}

.quotes-box span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -20px;
}

.quotes-box h5 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #FEFEFE;
    letter-spacing: 0.08px;
    margin-top: 6px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/**** TITLE *****/
.title {
    text-align: center;
}

.title h2 {
    color: #000000;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: -0.32px;
    line-height: 43px;
}

.title p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #545454;
    max-width: 570px;
    width: 100%;
    margin: 14px auto 0;
}

/***** LOAN CALCULATOR SEC ******/
.loan-calculator-sec {
    padding: 37px 0 48px;
}

.loan-calculator-inner {
    padding: 40px;
    background: linear-gradient(90deg, rgba(250, 250, 250, 1) 0%, rgba(255, 255, 255, 1) 53%, rgba(254, 254, 254, 1) 100%);
    border: 1px solid #DADADA;
    border-radius: 16px;
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 30px 0 #C0DBE0;
    max-width: 1088px;
    width: 100%;
    margin: 48px auto 0;
}

.loan-box {
    margin-bottom: 24px;
}

.loan-box label {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.16px;
    display: block;
    margin-bottom: 14px;
}

.loan-calculator-inner .text-box {
    border: 1px solid #EDEDED;
    background: url(../images/calculator-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 16px;
    padding: 32px 20px;
}

.loan-calculator-inner .text-box h4 {
    color: #000000;
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
    letter-spacing: -0.16px;
    text-align: center;
}

.loan-calculator-inner .text-box h3 {
    font-size: 40px;
    line-height: normal;
    font-weight: 600;
    letter-spacing: -0.48px;
    margin: 18px 0 22px;
    background: linear-gradient(90deg, rgba(58, 171, 82, 1) 0%, rgba(43, 121, 189, 1) 100%);
    text-align: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 40px 0;
}

.loan-calculator-inner .text-box .media {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    justify-content: center;
}

.loan-calculator-inner .text-box .media span {
    color: #FF0000;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFEBEB;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    border: 1px solid #FFCFCF;
    padding: 7px 0 0 0;
}

.loan-calculator-inner .text-box p {
    color: #545454;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0.08px;
    flex: 1;
    max-width: 910px;
    width: 100%;

}

/**** BORROWING SEC ******/
.borrowing-sec {
    padding: 64px 0;
    background: url(../images/borrowing-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 16px;
}

.borrowing-inner {
    margin: 50px auto 0;
    max-width: 1204px;
    height: 650px;
}

.video-slider {
    height: 100%;
}

.borrowing-inner .swiper-slide {
    height: auto;
}

.video-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    background-color: #FEFEFE;
    border-radius: 24px;
    padding: 10px;
    height: 100%;
}

iframe {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    object-fit: cover;
    object-position: center center;
}

.play-btn {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

/****** PARTNER SEC ******/
.partner-sec {
    padding: 74px 0 0;
}

.partner-inner {
    margin: 48px 0 0 0;
    position: relative;
}

.partner-inner .image-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 264px;
    height: 100px;
}

.partner-inner::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translate(0, -50%);
    left: -10px;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) -59%, rgba(255, 255, 255, 1) 100%);
    width: 191px;
    height: 176px;
    filter: blur(4px);
    z-index: 1;
}

.partner-inner::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translate(0, -50%);
    right: -10px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) -59%, rgba(255, 255, 255, 1) 100%);
    width: 191px;
    height: 176px;
    filter: blur(4px);
    z-index: 10;
}

.partnerSwiper .swiper-wrapper,
.testimonialSwiper .swiper-wrapper {
    transition-timing-function: linear !important;
    position: relative;
}

@-webkit-keyframes line-slide {
    0% {
        background-position: -5% 0;
    }

    100% {
        background-position: 100% 0;
    }
}

@keyframes line-slide {
    0% {
        background-position: -5% 0;
    }

    100% {
        background-position: 100% 0;
    }
}

.partner-more {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 40px 0 24px;
}

.partner-more::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(218, 218, 218, 1) 51%, rgba(255, 255, 255, 1) 100%);
    width: 100%;
    height: 1px;
}

.partner-more span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    z-index: 100;
    background-color: #fff;
    position: relative;
}

.partner-detail ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
}

.partner-detail ul li a {
    display: flex;
    align-items: center;
}

/**** HOW WORK SEC *****/
.how-work-sec {
    padding: 74px 0;
}

.how-work-inner {
    margin: 48px 0 0 0;
}

.how-work-box {
    border-radius: 16px;
    background: url(../images/how-work-bg.svg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 37px 0 5px;
}

.how-work-box span {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    justify-content: center;
    letter-spacing: 0.08px;
    width: 48px;
    height: 48px;
    background: url(../images/rounded-ring.png) no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0 auto;
}

.how-work-box h4 {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.16px;
    text-align: center;
    margin: 20px 0 10px;
}

.how-work-box p {
    color: #545454;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0.08px;
    text-align: center;
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
}

.how-work-box .image-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 195px;
}

/***** WHY CHOOSE SEC *****/
.why-choose-inner {
    background: url('../images/why-choose-bg.png') no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 16px;
    padding: 64px 20px 56px;
}

.why-choose {
    max-width: 1104px;
    width: 100%;
    margin: 24px auto 0;
}

.why-choose .title {
    margin-bottom: 48px;
}

.why-choose .row {
    margin: 0 -24px;
    row-gap: 48px;
}

.why-choose [class*="col-"] {
    padding: 0 24px;
}

.why-choose-box {
    border: 0.5px solid #DFDFDF;
    background-color: #FEFEFE;
    border-radius: 16px;
    box-shadow: 0 2px 10px 0 rgb(218, 218, 218, 0.30);
    padding: 20px;
}

.why-choose-box .image-holder {
    width: 100%;
    border: 0.5px solid #DFDFDF;
    border-radius: 16px;
}

.why-choose-box .image-holder img {
    width: 100%;
    border-radius: 16px;
}

.why-choose-box .text-box {
    text-align: center;
    margin-top: 20px;
}

.why-choose-box .text-box h4 {
    color: #000;
    font-weight: 600;
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 12px;
}

.why-choose-box .text-box p {
    color: #545454;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.08px;
    max-width: 448px;
    width: 100%;
    margin: 0 auto;
}

/****** INCLUDED SEC ********/
.included-sec {
    padding: 74px 0;
}

.included-inner {
    max-width: 1166px;
    width: 100%;
    margin: 0 auto;
}

.included-left .text-box h4 {
    color: #000000;
    font-weight: 600;
    font-size: 38px;
    line-height: 43px;
    letter-spacing: -2px;
}

.included-left .text-box p {
    color: #545454;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.08px;
    margin-top: 14px;
}

.included-left ul {
    margin-top: 28px;
}

.included-left ul li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
}

.included-left ul li:last-child {
    margin-bottom: 0;
}

.included-left ul li span {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 #DADADA;
    background: url(../images/check-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.included-left ul li .text-inner {
    flex: 1;
    width: 100%;
}

.included-left ul li .text-inner h5 {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0.08px;
    margin-bottom: 5.5px;
}

.included-left ul li .text-inner p {
    color: #545454;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.08px;
    line-height: 24px;
}

/**** HELP SEC *****/
.we-help-inner {
    background: url(../images/why-choose-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 16px;
    padding: 64px 0;
}

.we-help-detail {
    margin: 24px 0 0 0;
}

.we-help-detail ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

.we-help-detail ul li {
    margin: 0 -10px;
}

.we-help-detail ul li .image-holder {
    display: flex;
    align-items: center;
    border-radius: 50%;
    border-width: 6px;
    border-style: solid;
    width: 140px;
    height: 140px;
}

.we-help-detail ul li .image-holder img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center center;
}

.pink-border {
    border-color: #F7D4D5;
}

.gray-border {
    border-color: #D4EFF7;
}

.purple-border {
    border-color: #E7CDFF;
}

.yellow-border {
    border-color: #F5F7D4;
}

.we-help-detail ol {
    display: flex;
    row-gap: 20px;
    column-gap: 16px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 956px;
    width: 100%;
    margin: 0 auto;
}


.loan-help {
    position: relative;
    background: linear-gradient(145deg, rgba(203, 244, 244, 1) 0%, rgba(205, 255, 225, 0.42) 100%);
    z-index: 1;
    text-align: center;
    border-radius: 16px;
    padding: 2px;
    height: 72px;
    width: 227px;
}

.loan-help-inner {
    background: linear-gradient(145deg, rgba(205, 255, 225, 1) 0%, rgba(203, 244, 244, 1) 100%);
    border-radius: 16px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.loan-help-inner h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #000000;
    display: inline-block;
    letter-spacing: 0.08px;
}

/***** TRADITIONAL LENDER SEC *****/
.traditional-lender-sec {
    padding: 54px 0;
}

.traditional-lender-inner {
    max-width: 999px;
    width: 100%;
    margin: 41px auto 0;
    display: flex;
    align-items: flex-start;
    gap: 4px;
}

.traditional-left {
    flex: 1;
    width: 100%;
}

.traditional-left h4 {
    height: 68px;
    margin-bottom: 7px;
}

.traditional-left ul li:nth-child(2n+2) {
    background-color: #F6F6F6;
}

.traditional-left ul li {
    padding: 24px 32px;
    margin-bottom: 6px;
    border-radius: 6px;
}

.traditional-left ul li:last-child {
    margin: 0;
}

.traditional-left ul li p {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.traditional-mid {
    max-width: 241px;
    width: 100%;
}

.traditional-mid h4 {
    background-color: #EFFCFC;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #204C54;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 24px 20px;
    margin-bottom: 6px;
}

.traditional-mid ul li {
    background-color: #EFFCFC;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    padding: 18px 20px;
}

.traditional-mid ul li:last-child {
    margin: 0;
}

.traditional-mid ul li span {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 #DADADA;
    background: url(../images/check-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.traditional-right {
    max-width: 255px;
    width: 100%;
}

.traditional-right h4 {
    background-color: #DFDFDF;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #204C54;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 24px 20px;
    margin-bottom: 6px;
}

.traditional-right ul li {
    background-color: #FEFEFE;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    padding: 20px 20px;
}

.traditional-right ul li:nth-child(2n+2) {
    background-color: #F6F6F6;
}

.traditional-right ul li:last-child {
    margin: 0;
}

.traditional-right ul li span {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F00000;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 #DADADA;
    background-color: #FEE6E6;
}

/***** FAQ SEC ******/
.faq-sec {
    padding: 20px 0 32px;
}

.faq-inner {
    max-width: 1088px;
    width: 100%;
    margin: 48px auto 0;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #DFDFDF;
    border-radius: 0 !important;
}

.accordion-button {
    padding: 22px 24px;
    border: none;
    border-radius: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -1px;
    box-shadow: none !important;
}

.accordion-button span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: #000000;
}

.accordion-button::after {
    display: none;
}

.accordion-body {
    padding: 0 24px 20px;
}

.accordion-body-inner {
    background: url(../images/faq-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    border: 1px solid #DFDFDF;
    border-radius: 16px;
    padding: 16px;
}

.accordion-body p {
    color: #545454;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.08px;
    line-height: 24px;
}

.accordion-body ol li {
    color: #545454;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
    list-style: auto;
    margin-left: 16px;
    margin-bottom: 7px;
}

.accordion-body ol li:last-child,
.accordion-body ul li {
    margin-bottom: 0;
}

.accordion-body ul li {
    color: #545454;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 7px;
    letter-spacing: 0.08px;
    list-style: disc;
    margin-left: 20px;
}

.accordion-body ul li::marker {
    color: #10A4C9;
}

/***** GET READY SEC ******/
.get-ready-sec {
    padding: 74px 0 24px;
}

.get-ready-inner {
    background: url(../images/get-ready-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 64px 0 0 0;
    border-radius: 16px;
}

.get-ready-inner .title h2 {
    font-size: 70px;
    line-height: 70px;
    letter-spacing: -3px;
}

.get-ready-inner .title p {
    margin-bottom: 32px;
}

.get-ready-inner .image-holder {
    margin: 64px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-left {
    max-width: 590px;
}

.footer-logo {
    display: flex;
    align-items: center;
}

.footer-logo img {
    height: 43px;
}

.footer-left p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
}

.footer-left ul {
    display: flex;
    align-items: center;
    grid-gap: 13px;
    margin: 24px 0px;
}

.footer-left ul li a {
    border-radius: 100px;
    background: #FFF;
    display: flex;
    width: 34px;
    height: 34px;
    justify-content: center;
    align-items: center;
}

.mt-16 {
    margin-top: 16px;
}

.footer-inner h6 {
    color: #545454;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
    margin-bottom: 16px;
}

.footer-list li a:hover {
    text-decoration: underline;
    font-weight: 500;
}

.footer-list li a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    letter-spacing: 0.08px;
    margin-bottom: 14px;
}

.footer-inner {
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 49.5px 40px;
    border-radius: 16px;
    margin-bottom: 16px;
}

.footer-bottom p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.08px;
}

.footer-bottom p span {
    font-weight: 600;
}

.footer-bottom {
    border-top: 1px solid #DCF8F8;
    padding: 32px 0px 0px;
    margin-top: 32px;
}

/***** INDEX PAGE ******/
.navbar {
    padding: 0;
}

.navbar-brand {
    margin: 0;
    padding: 0;
}

.navbar-brand img {
    height: 42px;
}

.navbar-nav {
    gap: 38px;
}

.navbar-nav .nav-item .nav-link {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.08px;
    line-height: 20px;
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 0;
}

.btn-primary.btn-small {
    height: 47px;
    font-size: 16px;
    padding: 0 27px;
}

.dropdown-menu {
    border-radius: 14px;
    background: #FFF;
    border: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    padding: 16px;
}

.dropdown-menu ol li {
    margin-bottom: 4px;
}

.dropdown-menu ol li:last-child {
    margin: 0;
}

.dropdown-menu ol li .dropdown-item {
    padding: 10px 8px 10px 10px;
    color: #5F5F5F;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    justify-content: space-between;
}


.dropdown-menu ol li .dropdown-item.active {
    background: linear-gradient(90deg, #CDFFE1 0%, #CBF4F4 100%);
    color: #000;
}

/****** HER0 SEC *******/
.hero-sec {
    background: url(../images/hero-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 86px 0 0 0;
    position: relative;
    overflow: hidden;
}

.hero-sec .text-box {
    position: relative;
    z-index: 1000;
    margin: 52px 0 0 0;
}

.hero-sec .text-box .media {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.hero-sec .text-box .media ul {
    display: flex;
    align-items: center;
}

.hero-sec .text-box .media ul li {
    display: flex;
    align-items: center;
    margin: 0 -15px 0 0px;
}

.hero-sec .text-box .media ul li:last-child {
    margin-right: 0;
}

.hero-sec .text-box .media span {
    color: #545454;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.hero-sec .text-box .media span strong {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.22px;
    display: block;
}

.hero-sec .text-box h1 {
    color: #000000;
    font-weight: 600;
    font-size: 70px;
    line-height: 70px;
    letter-spacing: -3px;
    white-space: nowrap;
    margin-bottom: 20px;
}

.hero-sec .text-box h1 span {
    background: linear-gradient(90deg, #3AAB52 0%, #2B79BD 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-sec .text-box p {
    color: #545454;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.09px;
}

.hero-sec .text-box .btn-primary {
    padding: 0 45px;
    margin-top: 40px;
}

.hero-gradient1 {
    border-radius: 476px;
    background: radial-gradient(50% 50% at 50% 50%, #ABFFCD 0%, rgba(82, 226, 223, 0.00) 100%);
    width: 476px;
    height: 439px;
    position: absolute;
    right: -250px;
    bottom: -173px;
}

.hero-gradient2 {
    border-radius: 503px;
    background: radial-gradient(55.76% 52.17% at 50% 50%, rgba(79, 255, 252, 0.00) 0%, #E8FBFF 100%);
    width: 503px;
    height: 464px;
    position: absolute;
    filter: blur(10px);
    right: 261px;
    bottom: -217px;
}

.hero-sec .image-holder {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    margin-right: -17px;
    position: relative;
    z-index: 100;
}

.hero-sec .image-holder .enabled-info {
    margin: 0;
    position: absolute;
    bottom: 58px;
    right: 115px;
}

.hero-shadow {
    position: absolute;
    bottom: 0px;
    right: 70px;
    z-index: 1;
    width: 100%;
}

.home-page .partner-sec {
    padding-bottom: 74px;
}

/****** TRUSTED LOAN *******/
.about-loan-sec {
    padding: 56px 0 25px 0;
}

.about-loan-inner {
    background: url(../images/about-loan-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 64px 116px;
    border-radius: 16px;
    position: relative;
}

.coin-top {
    position: absolute;
    left: -32px;
    top: -55px;
}

.coin-bottom {
    position: absolute;
    right: -16px;
    bottom: -20px;
}

.about-loan-top {
    border-radius: 16px;
    border: 0.5px dashed #3AAB52;
    padding: 48px;
}

.about-loan-top .text-box {
    max-width: 423px;
    width: 100%;
}

.about-loan-top .text-box .text-span {
    color: #545454;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.08px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 12px;
    padding: 14px;
    background: var(--light-gradient-2, linear-gradient(90deg, #CDFFE1 0%, #CBF4F4 100%));
}

.about-loan-top .text-box .text-span strong {
    font-size: 28px;
    letter-spacing: -1.5px;
    display: inline-flex;
    font-weight: bold;
    color: #000;
}

.about-loan-top .text-box h3 {
    color: #000;
    font-size: 60px;
    font-weight: 600;
    line-height: 62px;
    letter-spacing: -3px;
    max-width: 423px;
    width: 100%;
    margin: 23px 0 20px 0;
}

.about-loan-top .text-box p {
    color: #545454;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
    max-width: 280px;
    width: 100%;
}

.about-loan-top .text-box ul {
    margin: 40px 0 0 0;
}

.about-loan-top .text-box ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.about-loan-top .text-box ul li:last-child {
    margin: 0;
}

.about-loan-top .text-box ul li span {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 #DADADA;
    background: url(../images/check-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.about-loan-top .text-box ul li span img {
    height: 13px;
}

.about-loan-top .text-box ul li h4 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.2px;
}

.about-loan-form {
    border-radius: 16px;
    border: 0.5px solid #204C54;
    background: #FFF;
    backdrop-filter: blur(10px);
    padding: 32px;
}

.about-loan-inner .loan-calculator-inner {
    margin-top: 64px;
}

/****** KINETICS SEC *******/
.kinetics-sec {
    padding: 74px 0;
}

.kinetics-inner {
    max-width: 1272px;
    width: 100%;
    margin: 48px auto 0;
}

.kinetics-box {
    border-radius: 20px;
    border: 0.5px solid var(--Light-Gradient, #CBF4F4);
    background: url(../images/kinetics.png) no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 2px 10px 0px rgba(218, 218, 218, 0.30);
    text-align: center;
    position: relative;
    padding: 190px 0 202px;
}

.kinetics-box span {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 61%;
    transform: translate(-50%, 0);
    width: 100%;
    justify-content: CENTER;
}

.kinetics-box h3 {
    color: #204C54;
    font-size: 60px;
    font-weight: 600;
    line-height: 62px;
    margin-bottom: 6px;
    letter-spacing: -3px;
}

.kinetics-box h3 strong,
.kinetics-money-box h4 strong {
    font-weight: 600;
}

.kinetics-box p {
    color: #204C54;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: -0.24px;
}

.coin-left {
    position: absolute;
    left: 0;
    bottom: 0;
}

.coin-right {
    position: absolute;
    right: 0;
    bottom: 0;
}


.kinetics-money-box {
    border-radius: 20px;
    border: 0.5px solid #CBF4F4;
    box-shadow: 0px 2px 10px 0px rgba(218, 218, 218, 0.30);
    text-align: center;
    padding: 72px 38px;
}

.kinetics-money-box h4 {
    color: #204C54;
    font-size: 48px;
    font-weight: 600;
    line-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -2px;
}

.kinetics-money-box p {
    color: #204C54;
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: -0.24px;
}

.applicat-box {
    background: url('../images/application-bg.png') no-repeat;
    background-position: center center;
    background-size: cover;
}

.google-review {
    background: url('../images/google-review-bg.png') no-repeat;
    background-position: center center;
    background-size: cover;
}

.approval-rate {
    background: url('../images/approval-rate-bg.png') no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 20px;
}

/***** TESTIMONIAL SEC ******/
.testimonial-sec {
    padding-bottom: 74px;
}

.testimonial-sec .title h2 span {
    background: var(--Foundation-Black-black-500, linear-gradient(270deg, #3AAB52 0%, #2B79BD 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.map-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 48px 0 0 0;
}

.testimonialSwiper {
    padding: 15px 0;
}

.testimonial-inner {
    margin-top: -178px;
    position: relative;
    z-index: 10;
}

.testimonial-box {
    border-radius: 16px;
    border: 0.3px solid #DFDFDF;
    box-shadow: 0px 4px 10px 0px rgba(32, 76, 84, 0.07);
    padding: 12px;
    background-color: #fff;
}

.testimonial-box-inner {
    border-radius: 12px;
    border: 0.3px solid #DFDFDF;
    padding: 24px;
    background: url('../images/testimonial-bg.png') no-repeat;
    background-position: center center;
    background-size: cover;
}

.testimonial-box-inner p {
    color: #545454;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.08px;
    min-height: 96px;
}

.testimonial-box-inner .media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
}

.testimonial-box-inner .media .text-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-box-inner .media .text-box .image-holder {
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-box-inner .media .text-box .text-box-inner {
    flex: 1;
    width: 100%;
}

.testimonial-box-inner .media .text-box .text-box-inner h4 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0.09px;
}

.testimonial-box-inner .media .text-box .text-box-inner span {
    color: #545454;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
    display: block;
}

.testimonial-box-inner .media ul {
    display: flex;
    gap: 4px;
    align-items: center;
}

/****** CTA SEC ******/
.cta-sec {
    padding: 0 0 106px 0;
}

.cta-inner {
    padding: 48px;
    background: url('../images/cta-bg.png') no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 16px;
    position: relative;
}

.cta-inner .image-holder {
    position: absolute;
    right: 0;
    top: 0;
}

.cta-inner .text-box {
    border-radius: 16px;
    border: 0.5px solid #DFDFDF;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(218, 218, 218, 0.30);
    padding: 28px;
}

.cta-inner .text-box h4 {
    color: #000;
    font-size: 38px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: -2px;
    max-width: 683px;
    width: 100%;
    margin-bottom: 32px;
}

.cta-inner .text-box h4 span {
    background: var(--Logo-Gradient, linear-gradient(90deg, #3AAB52 0%, #2B79BD 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/***** BLOG SEC ******/
.blog-sec {
    padding: 74px 0 0;
}

.blog-inner {
    margin: 48px -10px 0;
}

.blog-box:hover {
    background: #F6FEFF;
    box-shadow: 0px 4px 8px 0px rgba(32, 76, 84, 0.20);
}

.blog-box:hover .text-box h4 {
    color: #369BAD;
    transition: all 0.5s ease-in-out;
}

.blog-inner .blogSwiper {
    padding: 10px;
}

.blog-inner .blog-box:hover {
    background: #F6FEFF;
    box-shadow: 0px 4px 8px 0px rgba(32, 76, 84, 0.20);
}

.blog-inner .blog-box:hover .text-box h4 {
    color: #369BAD;
}

.blog-box {
    border: 0.3px solid #D9D9D9;
    border-radius: 16px;
    padding: 12px;
    background-color: #fff;
    min-height: 379px;
    transition: all 0.5s ease-in-out;
}

.blog-box .image-holder {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.blog-box .image-holder img {
    border-radius: 12px;
    border: 0.3px solid #D9D9D9;
    width: 100%;
}

.blog-box .text-box {
    padding: 12px 0 0 0;
}

.blog-box .text-box h4 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0.09px;
    transition: all 0.5s ease-in-out;
}

.blog-box .text-box ul {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
}

.blog-box .text-box ul li {
    color: #545454;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.08px;
}

.blog-box .text-box ul li span {
    border-radius: 100px;
    background: #DADADA;
    width: 8px;
    height: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination {
    position: static;
    margin: 20px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination-bullet {
    border-radius: 100px;
    background: #EDEDED;
    width: 12px;
    height: 12px;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: linear-gradient(180deg, #3AAB52 0%, #2B79BD 100%);
}

/***** FAQ PAGE ******/
.faq-page .faq-sec {
    padding: 150px 0 0;
}

.faq-page .faq-sec .title h2 {
    font-size: 48px;
    letter-spacing: -2px;
    line-height: 55px;
}

.faq-page .faq-inner {
    margin: 64px auto 0;
}

/******* PRIVACY POLICY PAGE *******/
.privacy-policy-banner {
    padding: 108px 0 0 0;
}

.privacy-policy-inner {
    border-radius: 16px;
    background: url('../images/privacy-bg.png') no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 30px 24px;
}

.breadcrumb {
    margin: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

.breadcrumb-item a {
    color: #545454;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.08px;
    display: flex;
    align-items: center;
}

.breadcrumb-item {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.08px;
    display: flex;
    align-items: center;
}

.breadcrumb-item.active {
    background: linear-gradient(90deg, #3AAB52 0%, #2B79BD 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 4px;
}

.privacy-policy-sec {
    padding: 32px 0 0;
}

.privacy-policy-inner h2 {
    color: #000;
    font-size: 48px;
    font-weight: 600;
    line-height: 55px;
    letter-spacing: -2px;
    margin-top: 27px;
}

.privacy-policy-box {
    padding: 0 30px;
}

.privacy-policy-box .text-inner span {
    color: #369BAD;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.09px;
    margin-bottom: 27px;
    display: block;
}

.privacy-policy-box .text-inner p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
}

.privacy-policy-box .text-inner p a {
    text-decoration: underline;
    color: #369BAD;
    display: inline-flex;
}

.privacy-policy-box .text-box {
    margin-top: 32px;
}

.privacy-policy-box .text-box h4 {
    color: #204C54;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px
}

.privacy-policy-box .text-box h5 {
    color: #3AAB52;
    font-size: 22px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: -0.22px;
    margin-top: 14px;
}

.privacy-policy-box .text-box p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
    margin-top: 12px;
}

.privacy-policy-box .text-box p a {
    color: #369BAD;
    text-decoration: underline;
    display: inline-flex;
}

.privacy-policy-box .text-box p strong {
    font-weight: 600;
    display: inline-flex;
}

.privacy-policy-box .text-box ol {
    padding: 12px 0 0 40px;
}

.privacy-policy-box .text-box ol li {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    list-style: decimal;
    margin-bottom: 0;
    letter-spacing: 0.08px;
}

.privacy-policy-box .text-box ol li:last-child {
    margin: 0;
}

/****** ABOUT US PAGE *******/
.about-banner-sec {
    background: url('../images/about-banner-bg.png') no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 148px 0 74px 0;
    position: relative;
}

.about-panda {
    position: absolute;
    right: 184px;
    bottom: -22px;
}

.about-banner-sec .text-box {
    text-align: center;
    max-width: 749px;
    width: 100%;
    margin: 0 auto;
}

.about-banner-sec .text-box h3 {
    font-size: 70px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: -3px;
    color: #000;
}

.about-banner-sec .text-box h3 span {
    background: var(--Foundation-Black-black-500, linear-gradient(90deg, #3AAB52 0%, #2B79BD 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-flex;
}

.about-banner-sec .text-box p {
    color: #545454;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.09px;
    max-width: 568px;
    width: 100%;
    margin: 24px auto 32px;
}

.about-banner-sec .text-box .btn-primary {
    padding: 0 63px;
}

/****** SET APART SEC *****/
.set-apart-inner {
    margin: 48px 0 0 0;
}

.set-apart-box {
    border-radius: 20px;
    border: 0.5px solid #CBF4F4;
    background: #FEFEFE;
    box-shadow: 0px 2px 10px 0px rgba(218, 218, 218, 0.30);
    text-align: center;
    padding: 32px 24px;
    margin: 12px 0;
    min-height: 304px;
}

.set-apart-box span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90px;
    margin-bottom: 40px;
}

.set-apart-box h4 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -0.24px;
    margin-bottom: 8px;
}

.set-apart-box p {
    color: #545454;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
}

/***** INDUVUDUAL LOAN ******/
.individual-Loan-banner-sec {
    padding: 150px 0 46px;
    position: relative;
}

.individual-loan-bg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.individual-box h3 {
    font-size: 70px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: -3px;
    color: #000;
}

.individual-box h3 span {
    background: var(--Logo-Gradient, linear-gradient(90deg, #3AAB52 0%, #2B79BD 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.individual-box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #545454;
    letter-spacing: 0.09px;
    margin: 20px 0 32px;
    max-width: 750px;
}

.individual-box .btn-primary {
    padding: 0 40px;
}

.individual-Loan-banner-sec .image-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}

/******* PERSONAL LOAN SEC *****/
.personal-loan-sec {
    padding: 64px 0 0 0;
}

.personal-loan-inner {
    text-align: center;
    background: url('../images/personal-loan-bg.png') no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 24px;
    padding: 36px 20px;
}

.personal-loan-inner h4 {
    font-size: 48px;
    font-weight: 600;
    line-height: 55px;
    letter-spacing: -2px;
    color: #000;
    margin: 16px 0;
}

.personal-loan-inner p {
    font-size: 18px;
    color: #545454;
    font-weight: 400;
    line-height: 28px;
    max-width: 1084px;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 0.09px;
}

/***** CATEGORY LOAN ******/
.category-loan-sec {
    padding: 74px 0;
}

.category-loan {
    padding: 74px 0;
}

.category-loan-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin: 64px 0 0 0;
}

.category-loan-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 10px 0;
    padding: 0 22px;
}

.category-loan-box span {
    border-radius: 100px;
    border: 0.5px solid #CBF4F4;
    backdrop-filter: blur(10px);
    background: url(../images/category-loan-bg.svg) no-repeat;
    background-size: cover;
    background-position: center center;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-loan-box h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.2px;
    margin-top: 24px;
}

/****** LOAN SUPPORT ******/
.Loan-support-sec {
    padding: 74px 0;
    background: url(../images/about-banner-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 74px;
}

.Loan-support-sec .title .btn-primary {
    padding: 0 50px;
    margin-top: 24px;
}

.loan-support-inner {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr 3fr;
    gap: 24px;
    margin-top: 48px;
}

.support-box {
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 2px 16px 0px rgba(217, 217, 217, 0.39);
    padding: 16px 16px 24px;
}

.support-box .image-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(112deg, rgba(205, 255, 225, 0.15) 0%, rgba(203, 244, 244, 0.15) 100%);
    padding: 24px;
}

.image-holder-inner {
    border-radius: 1000px;
    background: linear-gradient(180deg, rgba(205, 255, 225, 0.25) 0%, rgba(209, 246, 246, 0.25) 100%);
    max-width: 180px;
    height: 180px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-box .image-holder span {
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 120px;
    background: url(../images/support-bg.svg) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 120px;
}

.support-box .text-box {
    text-align: center;
    padding: 12px 0 0 0;
}

.support-box .text-box h4 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -1px;
    max-width: 215px;
    width: 100%;
    margin: 0 auto 16px;
}

.support-box .text-box p {
    color: #5F5F5F;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

/****** TIMELESS LOAN SEC ******/
.timeless-loan-sec {
    background-color: #F6FEFF;
    padding: 64px 0 75px;
}

.timeless-loan-top {
    padding: 48px 0;
}

.timeless-loan-top .image-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeless-loan-inner {
    max-width: 1048px;
    width: 100%;
    margin: 94px auto 0;
}

.timeless-loan-inner .text-box {
    max-width: 428px;
    width: 100%;
}

.timeless-loan-inner .text-box h4 {
    color: #204C54;
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
}

.timeless-loan-inner .text-box p {
    color: #4F5050;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
    margin-bottom: 16px;
}

.timeless-loan-inner .text-box p:last-child {
    margin-bottom: 0;
}

.timeless-loan-right p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.09px;
    margin-bottom: 16px;
}

.testimonial-table .table-responsive {
    filter: drop-shadow(0px 4px 8px rgba(32, 76, 84, 0.50));
    border: 1px solid #DFDFDF;
    background-color: #FEFEFE;
    border-radius: 16px;
}

.testimonial-table table {
    width: 100%;
}

.testimonial-table table thead tr th {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    border-radius: 16px 0px 0px 0px;
    border-right: 0.5px solid #DADADA;
    background: linear-gradient(180deg, rgba(205, 255, 225, 0.30) 0%, rgba(203, 244, 244, 0.30) 100%);
    padding: 14px 0;
    height: 68px;
}

.testimonial-table table thead tr th:last-child {
    border: none;
}

.testimonial-table table tbody tr:last-child td {
    border-bottom: none;
}

.border-r-0 {
    border-right: none !important;
}

.testimonial-table table tbody tr td {
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    border-right: 0.5px solid #DADADA;
    border-bottom: 0.5px solid #DADADA;
    background: #FEFEFE;
    height: 68px;
    padding: 0 50px;
}

.timeless-credit {
    max-width: 1044px;
    width: 100%;
    margin: 48px auto 0;
}

.timeless-credit h4 {
    color: #204C54;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 48px;
}

.timeless-credit .text-box {
    max-width: 360px;
    width: 100%;
}

.timeless-credit .text-box p {
    color: #5F5F5F;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
    margin-bottom: 23px;
    margin-bottom: 14px;
}

.timeless-credit .text-box p a {
    color: #369BAD;
    text-decoration: underline;
}

.timeless-credit .text-box ul {
    padding-left: 20px;
}

.timeless-credit .text-box ul li {
    color: #5F5F5F;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
    list-style: auto;
    margin: 0 0 10px 0;
}

.timeless-credit .text-box ul li:last-child {
    margin: 0;
}

.timeless-credit-right {
    border-radius: 20px;
    border: 0.5px solid #DADADA;
    box-shadow: 0px 4px 8px 0px rgba(32, 76, 84, 0.50);
    padding: 24px 24px 50px 24px;
    background: url(../images/credit-bg.svg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.timeless-credit-right h5 {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 24px;
}

.timeless-credit-right p {
    color: #38393B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
    margin-bottom: 18px;
}

.timeless-credit-right p:last-child {
    margin: 0;
}

.timeless-credit-right p a {
    color: #369BAD;
    text-decoration: underline;
}

.timeless-credit-right ul {
    margin-bottom: 18px;
}

.timeless-credit-right ul li {
    color: #38393B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
}

.w-1044 {
    max-width: 1044px;
    width: 100%;
    margin: 0 auto;
}

.interest-rate {
    border-radius: 20px;
    padding: 35px 27px 86px 40px;
    background: url(../images/credit-bg.svg) no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    border: 0.5px solid #DADADA;
    box-shadow: 0px 4px 8px 0px rgba(32, 76, 84, 0.50);
    max-width: 1044px;
    width: 100%;
    margin: 100px auto 0;
}

.interest-rate .text-inner {
    margin-bottom: 32px;
}

.interest-rate .text-inner h4 {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 16px;
}

.interest-rate .text-inner p {
    color: #38393B;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    max-width: 628px;
    width: 100%;
    margin: 0 auto;
}

.interest-rate .text-box h4 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.09px;
    margin-bottom: 24px;
}

.interest-rate .text-box p {
    color: #38393B;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 424px;
    width: 100%;
    letter-spacing: 0.08px;
}

.timeless-summary .text-box {
    text-align: center;
    margin-top: 32px;
}

.timeless-summary .text-box h4 {
    color: #204C54;
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 16px;
}

.timeless-summary .text-box p {
    color: #5F5F5F;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
    max-width: 628px;
    width: 100%;
    margin: 0 auto;
}

.timeless-summary-inner {
    max-width: 1004px;
    width: 100%;
    margin: 16px auto 0;
}

.summary-box {
    text-align: center;
    background: url(../images/credit-bg.svg) no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    border: 0.5px solid #DADADA;
    box-shadow: 0px 4px 8px 0px rgba(32, 76, 84, 0.50);
    padding: 24px 16px 47px 16px;
    height: 100%;
    margin: 16px 0;
}

.summary-box h4 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.09px;
    margin-bottom: 24px;
}

.summary-box p {
    color: #5F5F5F;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
    max-width: 266px;
    width: 100%;
    margin: 0 auto;
}

/***** LOAN CALCULATOR ******/

.loan-Calculator-sec {
    padding: 148px 0 70px;
}

.loan-Calculator-sec .title h2 {
    font-size: 70px;
    font-weight: 600;
    letter-spacing: -3px;
    line-height: 70px;
    max-width: 770px;
    width: 100%;
    margin: 0 auto 20px;
}

.loan-Calculator-sec .title p {
    font-size: 18px;
    letter-spacing: 0.09px;
    line-height: 28px;
    color: #545454;
    max-width: 570px;
    width: 100%;
    margin: 14px auto 0;
}

.loan-Calculator-sec .about-loan-inner {
    margin: 48px 0 0 0;
}

.loan-Calculator-sec .loan-calculator-inner {
    margin: 0 0 64px 0 !important;
}

/**** BLOG PAGE *********/
.blog-title {
    text-align: center;
}

.blog-title h2 {
    color: #000;
    font-size: 48px;
    font-weight: 600;
    line-height: 55px;
    letter-spacing: -2px;
    margin-bottom: 16px;
}

.blog-title p {
    color: #545454;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.09px;
}

.blog-tag-wrapper {
    display: flex;
    align-items: center;
    grid-gap: 32px;
    position: relative;
    margin: 48px 0px;
}

.search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex: 1;
}

.blog-list-top {
    width: 95%;
    position: relative;
}

.blog-list {
    overflow-x: auto;
    scroll-behavior: smooth;
}

.blog-list-top::after {
    content: '';
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.90) 0%, #FFF 100%);
    filter: blur(2px);
    width: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.blog-list ul {
    display: flex;
    align-items: center;
    grid-gap: 28px;
    width: max-content;
}

.blog-list ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.08px;
    padding: 14.5px 24px;
    display: inline-block;
    border-radius: 12px;
    border: 0.3px solid transparent;
}

.blog-list ul li a.active {
    border: 0.3px solid #3AAB52;
    background: linear-gradient(90deg, #3AAB52 0%, #2B79BD 100%);
    color: #FEFEFE;
}

.blog-list::-webkit-scrollbar {
    display: none;
}

.blog-list {
    -ms-overflow-style: none;
}

.tag {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.07px;
    border-radius: 10px;
    background: linear-gradient(90deg, #CDFFE1 0%, #CBF4F4 100%);
    padding: 8px;
    display: block;
    width: fit-content;
    margin-bottom: 12px;
}

.blog-search {
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    border-radius: 12px;
    border: 1px solid #D9D9D9;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 12px;
    gap: 10px;
    display: none;
}

.blog-search.active {
    display: flex;
}

.blog-search h4 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
}

.blog-search form {
    flex: 1;
    width: 100%;
    position: relative;
}

.blog-search form .form-control {
    border: none;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    height: auto;

}

.search-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
}

.blog-content h2 {
    color: #000;
    font-size: 38px;
    font-weight: 600;
    margin: 12px 0px 16px;
    line-height: 43px;
    letter-spacing: -2px;
    max-width: 554px;
}

.blog-content p {
    color: #545454;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.09px;
    margin-bottom: 12px;
}

.blog-content ul {
    display: flex;
    align-items: center;
    grid-gap: 12px;
    margin-bottom: 22px;
}

.blog-content ul li {
    color: #545454;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.07px;
}

.blog-content ul li span {
    border-radius: 100px;
    background: #DADADA;
    width: 8px;
    height: 8px;
    display: block;
}

.btn-read {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.08px;
    display: flex;
    align-items: center;
    grid-gap: 12px;
    background: linear-gradient(90deg, #3AAB52 0%, #2B79BD 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.finance-sec {
    padding: 132px 0px 48px;
}

.article-sec h3 {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -1.5px;
    margin-bottom: 20px;
}

.article-row {
    display: grid;
    grid-template-columns: 4fr 4fr 4fr;
    grid-gap: 15px;
}

.text-limit {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
}

.pagination-list {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 24px;
    margin-top: 30px;
}

.pagination-list li:first-child a,
.pagination-list li:last-child a {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.pagination-list li .pagination-item {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.08px;
    background: linear-gradient(180deg, rgba(58, 171, 82, 0.30) 0%, rgba(43, 121, 189, 0.30) 100%);
    padding: 1px;
    border-radius: 100px;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.pagination-list li a.active {
    border: 0.3px solid #3AAB52;
    color: #FEFEFE;
    background: linear-gradient(90deg, #3AAB52 0%, #2B79BD 100%);
}

.pagination-list li a span {
    background-color: #fff;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-detail-inner {
    max-width: 914px;
    margin: 0 auto;
}

.blog-detail-sec {
    padding: 120px 0px 74px;
}

.breadcrumb {
    margin: 0 0 32px 0;
}

.user-detail-list {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 8px;
    margin: 24px 0px;
}

.user-detail-list h6 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.08px;
}

.user-detail-list h6 span {
    font-weight: 300;
    display: inline-block;
    margin-left: 14px;
}

.key-box {
    padding: 20px 22px 20px 26px;
    position: relative;
    margin: 40px 0px 44px;
    background: linear-gradient(90deg, rgba(205, 255, 225, 0.20) 0%, rgba(203, 244, 244, 0.20) 100%);
}

.line {
    background: linear-gradient(180deg, #CBF4F4 0.81%, #CDFFE1 82.45%);
    width: 6px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.heading-3 {
    color: #204C54;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -1.5px;
    margin-bottom: 14px;
}

.paragraph-text {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
}

.mb-14 {
    margin-bottom: 14px;
}

.table-box {
    background: linear-gradient(90deg, rgba(205, 255, 225, 0.20) 0%, rgba(203, 244, 244, 0.20) 100%);
    padding: 20px;
    margin: 32px 0px 40px;
}

.table-box ul li {
    list-style-type: decimal;
    color: #369BAD;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.08px;
    margin-left: 20px;
    margin-bottom: 6px;
}

.table-box ul li::marker {
    font-weight: 600;
}

.table-box ul li a {
    color: #369BAD;
}

.table-box ul li a:hover {
    font-weight: 600;
    text-decoration: underline;
}

.heading-4 {
    color: #369BAD;
    font-size: 24px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.12px;
    margin-bottom: 14px;
}

.liscense-box {
    margin-bottom: 32px;
}

.liscense-box:last-child {
    margin: 0;
}

.liscense-box p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
    margin-top: 14px;
}

.liscense-box p a {
    color: #369BAD;
    text-decoration: underline;
}

.liscense-box ul {
    margin-top: 14px;
    padding-left: 15px;
}

.liscense-box ul li {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
    position: relative;
    padding: 0 0 0 17px;
}

.liscense-box ul li::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    background-color: #333333;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.liscense-box .text-box {
    background-color: #F4F8F9;
    border-radius: 12px;
    padding: 16px 16px 22px 16px;
    margin-top: 14px;
    margin-bottom: 20px;
}

.liscense-box .text-box h5 {
    color: #000;
    font-weight: 500;
    letter-spacing: 0.09px;
    font-size: 18px;
    margin-bottom: 4px;
}

.liscense-box .text-box p {
    margin: 0;
    padding: 0;
}

.liscense-box .text-box ul li {
    margin-bottom: 10px;
}

.liscense-box .text-box ul li:last-child {
    margin: 0;
}

.liscense-box .text-box ul li::after {
    top: 8px;
    transform: translate(0, 0);
}

.liscense-box h3 {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    margin-top: 32px;
    line-height: 38px;
    letter-spacing: -1.5px
}

.liscense-box .text-box .text-inner {
    margin-bottom: 14px;
}

.liscense-box .text-box .text-inner:last-child {
    margin: 0;
}

.liscense-box .text-box .text-inner h6 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.08px;
}

.liscense-box ol {
    margin: 14px 20px;
}

.liscense-box ol li {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.08px;
    list-style: auto;
}

.review-box {
    background: linear-gradient(90deg, rgba(205, 255, 225, 0.30) 0%, rgba(203, 244, 244, 0.30) 100%);
    padding: 20px;
    margin-top: 8px;
}

.review-box .media {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.review-box .media span {
    width: 42px;
    height: 42px;
    border-radius: 100px;
    background: #EDEDED;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-box .media h4 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.08px;
}

.review-box p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
}

.blog-detail-picker {
    padding: 0;
}

.blog-detail-picker .title h2 {
    font-size: 28px;
    letter-spacing: -1.5px;
    line-height: 38px;
}

.blog-detail-picker .blog-inner {
    margin: 12px -10px 0;
}

/***** AI ASSISTANCE ******/

.ai-assistance {
    position: fixed;
    right: 48px;
    bottom: 0;
    z-index: 1000;
}

.assistance-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ai-assistance-box.active {
    display: block;
}

.ai-assistance-box {
    position: relative;
    z-index: 100;
    margin-bottom: 12px;
    box-shadow: 0px 0px 20px 0px rgba(54, 155, 173, 0.30);
    width: 354px;
    border-radius: 16px;
    display: none;
    background: linear-gradient(180deg, rgba(205, 255, 225, 1) 0%, rgba(203, 244, 244, 1) 24.96%, rgba(255, 255, 255, 1) 50%);
}

.ai-assistance-top {
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: space-between;
}

.ai-assistance-top h4 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0.09px;
}

.ai-assistance-top .btn-primary {
    letter-spacing: 0.07px;
    font-size: 14px;
    height: 32px;
    padding: 0 14px;
    width: auto;
}

.ai-assistance-body {
    padding: 0 8px;
}

.ai-assistance-body-inner {
    padding: 0 8px 20px 12px;
    height: 320px;
    overflow-y: auto;
}

.ai-assistance-body h4 {
    color: #000;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 16px;
}

.assistance-box {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.assistance-box .image-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 48px;
    width: 100%;
}

.assistance-box .image-holder img {
    height: 48px;
}

.assistance-box .text-box {
    flex: 1;
    width: 100%;
    text-align: right;
}

.assistance-box .text-box span {
    color: #545454;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    margin-bottom: 4px;
    align-items: center;
}

.assistance-box .text-box .text-inner {
    border-radius: 10px;
    box-shadow: 0px 2px 4px 0px #DADADA;
    background: url(../images/comment-bg.svg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 12px;
}

.assistance-box .text-box .text-inner p {
    color: #000;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.07px;
}

.assistance-write {
    border-radius: 12px;
    background: #F6F6F6;
    padding: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}

.assistance-write p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.07px;
}

.topics-btn {
    display: flex;
    align-items: center;
    color: #8A8A8A;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.07px;
    justify-content: space-between;
    border-radius: 8px;
    border: 0.5px solid #E6E6E6;
    background: #FAFAFA;
    text-align: left;
    padding: 8px 8px 8px 10px;
    gap: 10px;
    margin-top: 10px;
}

.ai-assistance-footer {
    border: 1px solid #E8E8E8;
    background-color: #F7F8FA;
    border-radius: 0px 0px 16px 16px;
    padding: 12px 20px;
}

.ai-assistance-footer form {
    position: relative;
}

.ai-assistance-footer form .form-control {
    border: 0.3px solid #E8E8E8;
    background-color: #fff;
    height: 48px;
    border-radius: 12px;
    padding-left: 40px;
    padding-right: 75px;
    color: #8A8A8A;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.08px;
}

.add-plus {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-assistance-footer form ul {
    display: flex;
    align-items: center;
    gap: 8px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 8px;
}

.ai-assistance-footer form ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.send-btn {
    background-color: #EEEFF4;
    border-radius: 10px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/******* APPLY SIGN ******/
.apply-sig-tag a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 16px 0px 0px 16px;
    border: 0.5px solid #CDFFE1;
    background: rgba(254, 254, 254, 0.90);
    box-shadow: 0px 2px 2px 0px #CDFFE1, 0px 0px 10px 4px #CBF4F4;
    padding: 12px 24px;
    max-width: 148px;
    width: 100%;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 10;

}

.apply-sig-tag a h5 {
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.08px;
    padding: 0 0 6px 0px;
}

/******* COMPARE BANK SEC *****/
.compare-bank-sec {
    padding: 74px 0;
}

.compare-bank-inner {
    margin: 48px 0 0 0;
}

.compare-bank-box {
    border-radius: 24px;
    border: 0.5px solid #DFDFDF;
    background: #FFF;
    box-shadow: 0px 2px 10px 0px rgba(217, 217, 217, 0.30);
    padding: 24px;
    margin-bottom: 32px;
}

.compare-bank-top {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 24px;
}

.compare-bank-top .media {
    display: flex;
    gap: 16px;
    flex: 1;
    width: 100%;
}

.compare-bank-top .media .image-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 140px;
    width: 100%;
}

.compare-bank-top .media .text-box {
    flex: 1;
    width: 100%;
}

.compare-bank-top .media .text-box h4 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -1px;
    margin-bottom: 12px;
}

.compare-bank-top .media .text-box p {
    color: #545454;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 872px;
    width: 100%;
    letter-spacing: 0.08px;
}

.compare-bank-detail {
    padding: 29px 24px;
    background: url(../images/credit-bg.svg) no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
}

.compare-bank-detail .text-box h4 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -1px;
}

.compare-bank-detail .text-box p {
    color: #545454;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    margin: 16px 0;
    letter-spacing: 0.09px;
}

.compare-bank-detail .text-box p strong {
    color: #000;
    font-weight: 500;
}

.compare-bank-detail .text-box p a {
    background: var(--Logo-Gradient, linear-gradient(90deg, #3AAB52 0%, #2B79BD 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

.compare-bank-detail ul li {
    color: #545454;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.09px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 28px;
    gap: 12px;
}

.compare-bank-detail ul li:last-child {
    margin-bottom: 0;
}

.compare-bank-detail ul li p strong {
    font-weight: 500;
    color: #000;
}

.compare-bank-bottom .row {
    margin: 0 -16px;
}

.compare-bank-bottom [class*="col-"] {
    padding: 0 16px;
}

.compare-amount {
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    border: 1px solid #DADADA;
}

.compare-amount ul {
    display: grid;
    grid-template-columns: 6fr 6fr;
}

.compare-amount ul li {
    border-right: 0.5px solid #DADADA;
    border-bottom: 0.5px solid #DADADA;
    padding: 21.7px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.compare-amount ul li:nth-child(2n+2) {
    border-right: none;
}

.compare-amount ul li p {
    color: #3AAB52;
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0.1px;
}

.compare-amount ul li strong {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0.1px;
    display: block;
}

.compare-amount ul li span {
    color: #8E98A8;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    display: block;
    text-align: center;
    letter-spacing: 0.07px;
}

.compare-bank-page .faq-sec {
    padding: 74px 0 92px;
}


/******* MODAL *******/
.loan-modal .modal-dialog {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
}

.loan-modal .modal-content {
    padding: 24px;
    border-radius: 16px;
}

.loan-modal .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DFDFDF;
    padding: 0 0 12px 0;
}

.loan-modal .modal-header h5 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0.09px;
}

.loan-modal .modal-header .close-btn {
    border-radius: 100px;
    background: #FAFAFA;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.loan-modal .modal-body {
    text-align: center;
    padding: 40px 0 0 0;
}

.loan-modal .modal-body p {
    color: #5F5F5F;
    font-size: 16px;
    font-weight: 400;
    max-width: 408px;
    width: 100%;
    margin: 0 auto;
    line-height: 24px;
    letter-spacing: 0.08px;
    margin-bottom: 36px;
    margin-top: 22px;
}

.loan-modal .btn-primary {
    width: 100%;
}

.loan-modal .btn-primary.btn-primary-outline {
    border: 1px solid #3AAB52;
    background: none;
    background: linear-gradient(90deg, #3AAB52 0%, #2B79BD 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 16px;
}

.loan-modal .btn-primary.btn-primary-outline:hover {
    background-clip: inherit;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
    color: #fff;
}

/******** STEP 1 ******/
.steps-sec .title h2 {
    margin-top: 48px;
}

.step.hidden {
    display: none;
}

.steps-sec {
    padding: 32px 0px;
    background: #F4F8F9;
}

.steps-sec .title img {
    height: 42px;
}

.select-icon {
    display: none;
}

.step-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 704px;
    margin: 32px auto 0px;
    position: relative;
}

.step-list li h6 {
    color: #545454;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
}

.step-list li {
    text-align: center;
    position: relative;
    background: #F4F8F9;
    width: 60px;
    z-index: 1;
}

.step-list li:first-child {
    width: 80px;
}

.step-list::after {
    content: '';
    background: #DFDFDF;
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 14px;
}

.step-list li span {
    border: 2px solid #DFDFDF;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #545454;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.07px;
    border-radius: 50%;
    margin: 0 auto 12px;
}

.step-list li.active span {
    background-image: url(../images/active-step.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: none;
}

.step-list li.selected span .select-icon {
    display: block;
}

.step-list li.selected span .step-number {
    display: none;
}

.step-list li.complete {
    position: relative;
}

.step-list li.selected::after {
    content: '';
    background: linear-gradient(180deg, #3AAB52 0%, #2B79BD 100%);
    width: 250%;
    height: 4px;
    position: absolute;
    top: 14px;
    right: -253%;
}

.step-list li.selected span {
    background: linear-gradient(180deg, #3AAB52 0%, #2B79BD 100%);
    border: none;
}

.step-list li.active h6,
.step-list li.complete h6 {
    background: linear-gradient(90deg, #3AAB52 0%, #2B79BD 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.loan-detail-box {
    border-radius: 16px;
    border: 0.5px solid #DFDFDF;
    background: #FEFEFE;
    box-shadow: 0px 2px 10px 0px rgba(217, 217, 217, 0.30);
    padding: 60px;
    max-width: 1040px;
    margin: 42px auto 0px;
}

.loan-detail-box h4 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -0.24px;
    margin-bottom: 18px;
}

.loan-detail-box .form-group .form-label {
    color: #545454;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
    margin-bottom: 8px;
}

.loan-detail-box .form-group .form-control {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
    border-radius: 8px;
    border: 0.5px solid #DFDFDF;
    height: 52px;
}

.loan-detail-box .form-group-second {
    margin-bottom: 16px;
}

.loan-detail-box .form-group-second .form-control {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
    border-radius: 8px;
    border: 0.5px solid #DFDFDF;
    height: 52px;
}

.loan-detail-box .form-group .form-control::placeholder {
    color: #8A8A8A;
}

.loan-detail-box .form-group {
    margin-bottom: 16px;
}

.form-group-inner .img-holder {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
}

.form-group-inner .form-control {
    padding-left: 34px;
}

.form-group-inner {
    position: relative;
}

.iti {
    display: block;
}

.iti--separate-dial-code .iti__selected-flag {
    background: transparent;
}

/* .iti__arrow {
    display: none;
} */

.iti__selected-flag {
    padding: 0 4px 0 14px;
}

.iti__selected-dial-code {
    border-left: 1px solid #E6ECEC;
    margin-left: 8px;
    padding-left: 4px;
}

.detail-box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail-box-right {
    display: flex;
    align-items: center;
    grid-gap: 4px;
}

.detail-box-right h6 {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.08px;
}

.form-control:disabled {
    background: #F6F6F6;
    border: 1px solid #F6F6F6 !important;
    color: #333333 !important;
}

.form-control:disabled::placeholder {
    color: #333333 !important;
}

.btns-list {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 24px;
    margin-top: 32px;
}

.btns-list .btn-primary {
    border: none;
    width: 160px;
}

.btn-primary.btn-outline-primary {
    border: none;
    width: 160px;
    background: none;
    border-radius: 100px;
    border: 1px solid #3AAB52;
    background: linear-gradient(90deg, #3AAB52 0%, #2B79BD 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-primary.btn-outline-primary:hover {
    background-clip: inherit;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
    color: #fff;
}

.detail-box1 {
    margin-bottom: 8px;
}

.form-group2 {
    margin-bottom: 16px;
}

.detail-box1 h5 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0.09px;
    margin-bottom: 14px;
}

.upload-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #FEFEFE;
    font-size: 12px;
    font-weight: 400;
    border-radius: 100px;
    background: #38393B;
    line-height: 20px;
    height: 36px;
    width: 90px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 14px;
}

.file-size {
    color: #545454;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.07px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 4px;
}

.file-size span {
    display: flex;
    align-items: center;
}

.group-dropdown .dropdown-btn {
    border-radius: 8px;
    border: 0.5px solid #DFDFDF;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #8A8A8A;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
    height: 52px;
}

.group-dropdown .dropdown-menu {
    min-width: 100%;
    padding: 12px;
    border: 0.5px solid #DFDFDF;
    border-radius: 12px;
    box-shadow: 0px 2px 4px 0px rgba(217, 217, 217, 0.6);
}

.group-dropdown .dropdown-menu li {
    margin-bottom: 4px !important;
}

.group-dropdown .dropdown-menu li:last-child {
    margin: 0;
}

.group-dropdown .dropdown-item {
    color: #8A8A8A;
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    padding: 10px 12px;
    border-radius: 8px;
}

.group-dropdown .dropdown-item:focus,
.group-dropdown .dropdown-item:hover {
    color: #333333;
    background: linear-gradient(90deg, #CDFFE1 0%, #CBF4F4 100%);
}

.dropdown-item.active,
.dropdown-item:hover {
    color: #333333;
    text-decoration: none;
    background: linear-gradient(90deg, #CDFFE1 0%, #CBF4F4 100%);
}

a:-webkit-any-link:focus-visible {
    outline-offset: 0;
}

.detail-box1 p {
    color: #545454;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
}

.loan-detail-box .form-group ul {
    margin-top: 16px;
}

.loan-detail-box .form-group ul li {
    margin-bottom: 18px;
}

.loan-detail-box .form-group ul li:last-child {
    margin: 0;
}

.location-loan {
    border-radius: 12px;
    padding: 25px;
    background: #F4F8F9;
    margin-top: 42px;
}

.location-loan .form-group {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.location-loan .form-check .form-check-label {
    font-weight: 500;
    color: #333;
    background-color: transparent;
}



/***** SUBMIT MODAL ******/
.submit-modal {
    padding: 0 24px;
}

.submit-modal .modal-dialog {
    margin: 0 auto;
    max-width: 520px;
    width: 100%;
}

.submit-modal .modal-body {
    padding: 24px;
    position: relative;
}

.submit-modal .modal-body .close-btn {
    position: absolute;
    top: 24px;
    right: 24px;
}

.close-btn {
    border-radius: 100px;
    background: #FAFAFA;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.submit-modal .modal-body .text-box {
    text-align: center;
}

.submit-modal .modal-body .text-box span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.submit-modal .modal-body .text-box h4 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -1px;
}

.submit-modal .modal-body .text-box p {
    color: #5F5F5F;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    max-width: 460px;
    width: 100%;
    line-height: 24px;
    margin: 8px 0 32px;
    letter-spacing: 0.08px;
}

.detail-box1 .Month-btn {
    border-left-color: #DFDFDF;
}

.detail-singpass a {
    border-radius: 100px;
    border: 0.5px solid #D9D9D9;
    background: #EDEDED;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 13px 25px;
}

.detail-singpass img {
    height: 12px;
    margin-top: 4px;
}

/***** LOAN OFFER AVAILABLE ******/
.loan-offer-sec {
    padding: 132px 0 92px;
}

.loan-offer-sec .title h2 {
    font-size: 48px;
    line-height: 55px;
    letter-spacing: -2px;
}

.loan-offer-sec .title p {
    font-size: 18px;
    line-height: 28px;
    max-width: 720px;
    width: 100%;
    margin: 14px auto 0;
}

.loan-offer-inner {
    padding: 62px 42px 0;
}

.discount-tag {
    border-radius: 100px 70px 0 100px;
    background: linear-gradient(180deg, #FFE491 0%, #FACD39 100%);
    gap: 4px;
    padding: 6px;
    display: flex;
    align-items: center;
    max-width: 111px;
    width: 100%;
    position: absolute;
    right: -13px;
    top: -1px;
}

.discount-tag::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: -12px;
    background: url(../images/tag-shape.svg) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 12px;
    height: 12px;
}

.discount-tag span {
    border-radius: 100px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}

.discount-tag p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.07px;
}

.loan-offer-box {
    border: 0.5px solid #DFDFDF;
    background-color: #fff;
    border-radius: 16px;
    padding: 20px 16px;
    position: relative;
}

.loan-offer-box .media {
    display: flex;
    align-items: center;
    gap: 20px;
}

.loan-offer-box .media .image-holder {
    display: flex;
    align-items: center;
    width: 60px;
}

.loan-offer-box .media .text-box {
    flex: 1;
    width: 100%;
}

.loan-offer-box .media .text-box h4 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -1px;
}

.loan-offer-box .text-inner {
    border-radius: 16px;
    border: 0.3px solid #DFDFDF;
    background: url(../images/faq-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 16px;
    margin: 12px 0 0 0;
}

.loan-offer-box .text-inner ul {
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 16px;
}

.loan-offer-box .text-inner ul li span {
    color: #545454;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.07px;
    display: block;
    margin-bottom: 5px;
}

.loan-offer-box .text-inner ul li h5 {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.22px;
}

.loan-offer-box .btns-list {
    display: grid;
    grid-template-columns: 6fr 6fr;
    grid-gap: 15px;
    margin-top: 24px;
}

.loan-offer-box .btns-list .btn-primary {
    width: 100%;
    letter-spacing: 0.08px;
    padding: 0;
    height: 51px;
}

.loan-offer-box .text-inner {
    padding: 16px 32px;
}

.book-appointment-inner {
    margin: 42px 0 0 0;
}

.book-appointment-inner .loan-offer-box {
    max-width: 816px;
    width: 100%;
    margin: 0 auto;
}

.book-appointment-inner form {
    margin: 43px auto 0;
    max-width: 921px;
    width: 100%;
}

.book-appointment-inner .form-group {
    margin-bottom: 16px;
}

.book-appointment-inner .loan-offer-box .text-inner ul {
    grid-template-columns: 3fr 3fr 3fr 3fr;
}

.book-appointment-inner .form-group-inner .form-control {
    border-color: #dfdfdf;
    padding-left: 16px;
}

.book-appointment-inner textarea.form-control {
    padding: 14px;
    height: 148px;
    border-color: #dfdfdf;
    resize: none;
}

.book-appointment-inner .btns-list {
    margin: 16px 0 0 0;
}

.book-appointment-inner .btn-primary {
    width: 145px;
}

.error .form-control {
    border-color: #F00000 !important;
}

.error .group-dropdown .dropdown-btn {
    border-color: #F00000;
}

.error .select2-container--default .select2-selection--single {
    border-color: #F00000;
}

.detail-box1 .error p.error-text {
    display: block;
}

.detail-box1 p.error-text {
    color: #F00000;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.06px;
    margin-top: 6px;
    display: none;
}

/** RANGE SLIDER ****/
.range-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.range-wrapper-inner {
    width: 100%;
    flex: 1;
}

.value-label {
    position: absolute;
    top: auto;
    transform: translateX(-50%);
    bottom: -15px;
    margin-left: 50px;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.22px;
    background: linear-gradient(90deg, #3AAB52 0%, #2B79BD 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 120px;
    text-align: center;
}

.custom-slider {
    position: relative;
    height: 32px;
    background: #F6F6F6;
    border-radius: 100px;
    border: 0.2px solid #DFDFDF;
}

.slider-track {
    position: absolute;
    height: 32px;
    background: #baf3e2;
    border-radius: 100px 0 0 100px;
    width: 40%;
}

.slider-track::after {
    position: absolute;
    content: "";
    left: 0;
    top: -1px;
    background: url(../images/track-bg.svg);
    background-size: auto;
    background-position: center center;
    width: 100%;
    height: 103%;
    background-attachment: fixed;
}


.slider-thumb {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 58px;
    background: url(../images/slider-handle.svg) no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0;
    cursor: pointer;
    left: 40%;
    transform: translateX(-50%);
    transform: translateY(-50%);
    margin-left: -5px;
}

.range-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
    opacity: 0;
}

.range-labels span {
    color: #545454;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    display: flex;
    align-items: center;
}

.price-btn {
    border: 1px solid #545454;
    background-color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/****** MAP ANIMATION *******/

.map-container {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

#map {
    width: 100%;
    display: block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 2;
    pointer-events: none;
    opacity: 1;
}

.pin {
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 100px;
    background: linear-gradient(180deg, #CBF4F4 0.81%, #CDFFE1 82.45%);
    transform: scale(0);
    z-index: 3;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/********/
.fund-box {
    background: url('../images/fund-bg.svg') no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 16px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.30);
    padding-left: 12px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    gap: 10px;
    overflow: hidden;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    position: absolute;
    left: 0;
    opacity: 0;
    width: 70px;
    overflow: hidden;
    white-space: nowrap;
}


.fund-box span {
    border-radius: 100px;
    background: #FFF;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.fund-box p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
    letter-spacing: 0.08px;
    flex: 1;
    width: 100%;
}

.fund-box1 {
    top: 50%;
    transform: translate(0, -50%);
    left: -78%;
}

.fund-box2 {
    top: 70px;
    left: auto;
    right: -78%;
}

.fund-box3 {
    bottom: 33px;
    left: 70%;

}

body .wrapper {
    overflow: hidden;
}

.select2-container--default .select2-selection--single {
    height: 42px;
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 8px 12px;
}

.select2-dropdown {
    padding: 12px;
    border: 0.5px solid #DFDFDF;
    border-radius: 12px;
    box-shadow: 0px 2px 4px 0px rgba(217, 217, 217, 0.6);
}

.select2-results__option {
    color: #8A8A8A;
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    padding: 10px 12px;
    border-radius: 8px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: linear-gradient(to right, #c0f8cf, #b8f0f4) !important;
    color: black;
}

.select2-container {
    max-width: 447px !important;
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    height: 52px;
    padding: 12px 12px;
}

.select2-selection__arrow {
    display: none;
}


/***** LOGIN MODAL ******/
.login-modal .modal-dialog {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
}

.login-modal .modal-content {
    border-radius: 16px;
    border: none;
}

.login-modal .modal-body {
    position: relative;
    padding: 58px 24px 36px 24px;
}

.login-modal .modal-body .close-btn {
    position: absolute;
    right: 24px;
    top: 24px;
}

.login-modal .text-box {
    text-align: center;
    margin-bottom: 24px;
}

.login-modal .text-box h4 {
    font-weight: 600;
    font-size: 38px;
    line-height: 43px;
    color: #000;
    letter-spacing: -2px;
    margin: 16px 0 12px;
}

.login-modal .text-box p {
    letter-spacing: 0.08px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #5F5F5F;
    max-width: 408px;
    width: 100%;
    margin: 0 auto;
}

.login-modal .form-group {
    margin-bottom: 14px;
}

.login-modal .label-text {
    color: #959595;
    margin-bottom: 8px;
}

.login-modal .form-control {
    color: #959595;
    border: 0.5px solid #D9D9D9;
}

.eyes-btn {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-modal .btn-primary {
    width: 100%;
    margin-top: 10px;
}

/****** CONTACT US ******/
.contact-sec {
    padding: 147px 0 0;
}

.contact-title {
    margin-bottom: -52px;
}
.contact-title h2 {
    color: #000000;
    font-weight: 600;
    font-size: 60px;
    line-height: 62px;
    letter-spacing: -3px;
    margin-bottom: 24px;
}

.contact-title p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.08px;
    color: #545454;
    max-width: 460px;
    width: 100%;
}
.contact-left{
    padding-top: 55px;
}
 
.contact-form .form-group {
    margin-bottom: 16px;
}

.contact-form .form-group textarea {
    height: 148px;
    padding: 14px;
}

.contact-form .form-group.mb-4 {
    margin-bottom: 32px !important;
}

.contact-right {
    padding-left: 80px;
}

.contact-right .text-box {
    margin-bottom: 36px;
}

.contact-right .text-box span {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #8A8A8A;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.08px;
    margin-bottom: 14px;
    line-height: normal;
}

.contact-right .text-box a {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -1px;
    display: inline-flex;
    align-items: center;
    text-decoration: underline;
    background: linear-gradient(90deg, rgba(58, 171, 82, 1) 0%, rgba(43, 121, 189, 1) 130%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.contact-right .text-box a::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 1px;
    background: linear-gradient(90deg, rgba(58, 171, 82, 1) 0%, rgba(43, 121, 189, 1) 130%);
    width: 100%;
    height: 2px;
}

.contact-right .text-box h5 {
    color: #000;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -1px;
}

.contact-right .text-box strong {
    color: #B0B0B0;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.08px;
    display: block;
    margin: 12px 0px;
}

.contact-right .text-box p {
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.08px;
    background: linear-gradient(90deg, rgba(58, 171, 82, 1) 0%, rgba(43, 121, 189, 1) 130%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-map {
    margin-top: 64px;
}

.contact-map iframe {
    width: 100%;
    height: 541px;
}

/*****/
.hero-img{
    height: 614px;
    max-width: inherit;
}