@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
html, body { margin: 0; height: 100%; background: #f2f6f9; font-family: "Roboto", sans-serif; font-optical-sizing: auto; font-size: 15px; font-weight: 400; color: #212529; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; text-shadow: rgba(0,0,0,.01) 0 0 1px; }

.custom-container { width: 100%; max-width: 1280px; padding: 0 30px; position: relative; margin: 0 auto; }
.section { display: block; padding: 70px 0; }
.blue-bg { width: 100%; height: auto; background: url(../images/bg2.jpg) no-repeat center center; background-size: cover; background-attachment: fixed; position: relative; position: relative; z-index: 0; }
.blue-bg::before { content: ''; width: 100%; height: 100%; background: rgba(169, 228, 255,0.8); position: absolute; left: 0; top: 0; }
.hero-bg { background: url(../images/bg1.jpg) no-repeat center center; background-size: cover; position: relative; background-attachment: fixed; }
.hero-bg::before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; backdrop-filter: blur(4px); }
.white-bg { width: 100%; height: auto; background: #e6f2fc; position: relative; }
.grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(0, 170, 255, 0.20) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 170, 255, 0.20) 1px, transparent 1px);
    background-size: 60px 60px;
    animation: gridPulse 4s ease-in-out infinite;
    opacity: 0.5;
}

.top-nav-bg { width: 100%; height: 80px; background: #fff; border-bottom: 1px solid #e5e5e5; display: flex; align-items: center; position: fixed; top: 0; left: 0; z-index: 100; transition: all 0.3s ease-in-out; }
.top-nav { width: 100%; height: 100%; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; position: relative; }
.brand { width: 200px; cursor: pointer; transition: all 0.3s ease-in-out; }
.brand img { width: 100%; }
.top-nav .nav-group { width: fit-content; display: flex; flex-direction: row; align-items: center; justify-content: flex-end; gap: 10px; margin: 0 auto; }
.top-nav .nav-group a.nav-link { width: fit-content; height: auto; background: transparent; border-radius: 6px; display: flex; flex-direction: row; align-items: center; justify-content: center; font-size: 16px; line-height: 20px; font-weight: 400; letter-spacing: 0.5px; color: #000; text-decoration: none; padding: 10px 20px; background: transparent; position: relative; transition: all 0s ease-in-out; }
.top-nav .nav-group a.nav-link:hover, .top-nav .nav-group a.nav-link.active, .top-nav .dropdown.show a.nav-link { background: #0084c2; color: #fff; }
.top-nav .dropdown.show a.nav-link { border-radius: 6px 6px 0 0; }
.top-nav .btn-topright { width: fit-content; display: block; height: 40px; font-size: 16px; line-height: 40px; font-weight: 400; color: #8dd03b; border: 1px solid #8dd03b; border-radius: 8px; padding: 0 15px; text-decoration: none; margin-left: auto; transition: all 0.3s ease-in-out; }
.top-nav .btn-topright:hover { background: #8dd03b; color: #fff; }
.top-nav .toggle-bar { width: 30px; height: 30px; font-size: 30px; text-align: center; line-height: 38px; color: #0084c2; cursor: pointer; margin-left: 10px; display: none; }
.top-nav .nav-group .dropdown-menu { min-width: 150px; max-width: 100%; background: #0084c2; padding: 16px; border: 0; border-radius: 0 8px 8px 8px; margin-top: -2px; }
.top-nav .nav-group .dropdown-menu.dropdown-menu-right { border-radius: 8px 0 8px 8px; }
.top-nav .nav-group .dropdown-menu.big { min-width: 425px; }
.top-nav .nav-group .dropdown-menu .form-row { width: 100%; }
.top-nav .nav-group .dropdown-menu a.dropdown-item { font-size: 13px; font-weight: 300; line-height: 20px; margin-bottom: 5px; color: #fff; text-decoration: none; padding: 0; transition: all 0.3s ease-in-out; }
.top-nav .nav-group .dropdown-menu a.dropdown-item:last-child { margin-bottom: 0; }
.top-nav .nav-group .dropdown-menu a.dropdown-item:hover { background: transparent; color: rgba(255,255,255,0.5); }
@media screen and ( max-width: 950px ) {
	.top-nav .dropdown { text-align: center;}
	.top-nav-bg.white { padding-top: 14px; }
	.top-nav .nav-group { width: 100%; background: #fff; padding: 15px; border-radius: 10px; box-shadow: 0 0 10px rgba(0,0,0,0.1); flex-direction: column; align-items: center; justify-content: center; text-align: center; position: absolute; top: 60px; left: 0; display: none; opacity: 0; transition: all 0.3s ease-in-out; }
	.top-nav .nav-group.white { background: #fff; }
	.top-nav .nav-group.show { display: flex; opacity: 1; }
	.top-nav .toggle-bar { display: block; }
	.top-nav .nav-group .dropdown-menu, .top-nav .nav-group .dropdown-menu.big { position: relative !important; text-align: center; min-width: 100%; max-width: 100%; border-radius: 8px !important; transform: translate3d(0, 0, 0) !important; margin: 0 auto; }
	.top-nav .nav-group .dropdown a.nav-link { margin: 0 auto; }
}

.hero-area { width: 100%; display: flex; flex-direction: row; align-items: center; justify-content: space-between; gap: 100px; padding: 110px 0 30px; }
.hero-area .left-txt, .hero-area .hero-carousel { width: calc((100% - 100px) / 2 ); }
.hero-carousel .carousel-item { width: 100%; height: auto; padding: 4px; border: 1px solid #0084c2; border-radius: 30px; position: relative; }
.hero-carousel .carousel-item img { border-radius: 26px; }
.hero-area .hero-heading { font-size: 38px; line-height: 52px; font-weight: 400; color: #000; margin-bottom: 30px; }
.hero-area .hero-points-row { width: 100%; display: flex; flex-direction: row; align-items: stretch; justify-content: flex-start; gap: 16px; }
.hero-area .hero-points-row .hero-point { display: flex; flex-direction: row; align-items: center; justify-content: flex-start; gap: 15px; padding: 16px; font-size: 18px; line-height: 24px; font-weight: 500; color: #000; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.5); border-radius: 10px; backdrop-filter: blur(10px); }
.hero-area .hero-points-row .hero-point img { width: 42px; }

@media screen and (max-width: 1024px) {
    .custom-container { padding: 0 25px; }
    .section { padding: 30px 0; }
    .blue-bg { padding: 25px 0; }
    .top-nav-bg { height: 70px; }
    .brand { width: 150px; }
    /* .top-nav .nav-group { gap: 7px; }
    .top-nav .nav-group a.nav-link { border-radius: 5px; font-size: 15px; line-height: 19px; padding: 8px 16px; }
    .top-nav .btn-topright { height: 35px; font-size: 15px; line-height: 35px; border-radius: 6px; padding: 0 15px; } */
    .hero-area { gap: 70px; padding: 90px 0 25px; }
    .hero-area .left-txt, .hero-area .hero-carousel { width: calc((100% - 70px) / 2 ); }
    .hero-area .hero-heading { font-size: 32px; line-height: 46px; margin-bottom: 25px; }
    .hero-area .hero-points-row { gap: 35px; }
    .hero-area .hero-points-row .hero-point { gap: 12px; font-size: 16px; line-height: 21px; }
    .hero-area .hero-points-row .hero-point img { width: 38px; }
}
@media screen and (max-width: 768px) {
    .custom-container { padding: 0 15px; }
    .section { padding: 20px 0; }
    .blue-bg { padding: 20px 0; }
    .top-nav-bg { height: 60px; }
    .brand { width: 120px; margin-right: auto; }
    /* .top-nav .nav-group { display: none; width: 100%; padding: 15px; background: #fff; flex-direction: column; gap: 7px; position: absolute; top: 60px; transform: translateX(-50%); left: 50%; }
    .top-nav .nav-group a.nav-link { width: 100%; } */
    .hero-area { flex-direction: column; gap: 30px; padding: 80px 0 20px; }
    .hero-area .left-txt, .hero-area .hero-carousel { width: 100%; }
    .hero-area .hero-heading { font-size: 28px; line-height: 38px; margin-bottom: 20px; }
    .hero-area .hero-points-row { gap: 30px; }
    .hero-area .hero-points-row .hero-point { gap: 10px; font-size: 15px; line-height: 19px; }
    .hero-area .hero-points-row .hero-point img { width: 36px; }
}

ol.carousel-indicators { bottom: -36px; }
ol.carousel-indicators li { width: 10px; height: 10px; border: 0; border-radius: 50%; background: rgba(0,0,0,0.3); opacity: 1; position: relative; }
ol.carousel-indicators li.active { background: rgba(0,0,0,1); }

.heading { width: 100%; margin-bottom: 30px; }
.heading h5 { font-size: 20px; line-height: 26px; font-weight: 600; color: #000; margin-bottom: 0px; }
.heading h3 { font-size: 24px; line-height: 30px; font-weight: 600; color: #000; margin-bottom: 10px; }
.card-row { width: 100%; height: auto; display: flex; flex-direction: row; align-items: stretch; justify-content: flex-start; gap: 30px; flex-wrap: wrap; position: relative; }
.card-row a.loan-card { width: calc((100% - 150px) / 6); background: #fff; display: block; border-radius: 10px 10px 30px 30px; padding: 30px 10px; position: relative; text-decoration: none; box-shadow: 0 0 0 rgba(0,0,0,0.06); transition: all 0.3s ease-in-out; z-index: 4; box-shadow: 0 4px 7px rgba(0,132,194,0.1); }
/* .card-row a.loan-card::before { content: ''; display: block; width: 100%; padding-top: 100%; position: relative; left: 0; top: 0; } */
.card-row a.loan-card:hover { transform: scale(1.05); box-shadow: 0 0 10px rgba(0,0,0,0.06); }
.card-row a.loan-card .card-inner { width: fit-content; height: auto; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; text-decoration: none; font-size: 14px; line-height: 18px; font-weight: 500; color: #000; position: relative; transform: translate(-50%,-50%); left: 50%; top: 50%; }
.card-row a.loan-card .card-inner img { width: 50px; margin-bottom: 10px; }
a.loan-card .tag { width: calc(100% + 16px); height: auto; background: #a9eeff; border-radius: 4px 4px 0 0; font-size: 13px; line-height: 16px; font-weight: 500; color: #000; text-align: center; padding: 6px 3px; position: absolute; transform: translateX(-50%); left: 50%; top: -5px; z-index: 5; }
.tag::before, .tag::after { content: ''; width: 8px; height: 8px; background: linear-gradient(45deg, transparent 50%, #0084c2 50%); position: absolute; left: 0px; bottom: -8px; }
.tag::after { background: linear-gradient(-45deg, transparent 50%, #0084c2 50%); left: auto; right: 0; }

.comm-card { width: 100%; height: calc(100% - 15px); background: #fff; border-radius: 15px; padding: 30px; margin-bottom: 15px; box-shadow: 0 4px 7px rgba(0,132,194,0.1); }
.image-frame { width: 100%; height: auto; border-radius: 15px; overflow: hidden; }

@media screen and (max-width: 1024px) {
    .heading { margin-bottom: 25px; }
    .heading h5 { font-size: 18px; line-height: 24px; }
    .heading h3 { font-size: 21px; line-height: 27px; margin-bottom: 8px; }
    .card-row { gap: 25px; }
    .card-row a.loan-card { width: calc((100% - 125px) / 6); border-radius: 8px; padding: 25px 8px; }
    .card-row a.loan-card .card-inner { font-size: 13px; line-height: 17px; }
    .card-row a.loan-card .card-inner img { width: 45px; margin-bottom: 8px; }
    a.loan-card .tag { width: calc(100% + 14px); border-radius: 3px 3px 0 0; font-size: 12px; line-height: 14px; padding: 5px 3px; top: -5px; }
    .tag::before, .tag::after { width: 7px; height: 7px; bottom: -7px; }
    .comm-card { border-radius: 13px; padding: 25px; }
}
@media screen and (max-width: 768px) {
    .heading { margin-bottom: 20px; }
    .heading h5 { font-size: 16px; line-height: 21px; }
    .heading h3 { font-size: 19px; line-height: 25px; margin-bottom: 6px; }
    .card-row { gap: 15px; }
    .card-row a.loan-card { width: calc((100% - 30px) / 3); border-radius: 6px; padding: 20px 5px 12px; }
    .card-row a.loan-card .card-inner { font-size: 12px; line-height: 16px; }
    .card-row a.loan-card .card-inner img { width: 40px; margin-bottom: 6px; }
    a.loan-card .tag { width: calc(100% + 10px); border-radius: 2px 2px 0 0; font-size: 10px; line-height: 12px; padding: 4px 2px; top: -5px; }
    .tag::before, .tag::after { width: 5px; height: 5px; bottom: -5px; }
    .comm-card { border-radius: 10px; padding: 20px; }
    .image-frame { margin-bottom: 32px; }
}

.calculator { width: 100%; }
.field { margin-bottom: 30px; }
.label-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.label-row span { color: #000; font-size: 15px; }
.value-box { background: #f5f7fa; padding: 8px 14px; border-radius: 10px; font-weight: bold; }
input[type="range"] { width: 100%; appearance: none; height: 4px; background: #ddd; border-radius: 5px; outline: none; }
input[type="range"]::-webkit-slider-thumb { appearance: none; width: 18px; height: 18px; background: #fff; border: 3px solid #0084c2; border-radius: 50%; cursor: pointer; }
input[type="range"]::-moz-range-thumb { width: 18px; height: 18px; background: #fff; border: 3px solid #0084c2; border-radius: 50%; cursor: pointer; }
button.btn-comm { width: fit-content; height: 45px; background: #0084c2; color: #fff; border: 1px solid #0084c2; padding: 0 20px; border-radius: 8px; font-size: 16px; line-height: 16px; font-weight: 500; cursor: pointer; outline: 0; box-shadow: none; }
button.btn-comm.brdr { background: #fff; color: #0084c2; }
button:hover { opacity: 0.95; }
@media screen and (max-width: 1024px) {
    .field { margin-bottom: 25px; }
    .label-row { margin-bottom: 8px; }
    .label-row span { font-size: 14px; }
    .value-box { padding: 7px 13px; border-radius: 8px; }
    input[type="range"] { height: 3px; border-radius: 4px; }
    input[type="range"]::-webkit-slider-thumb { width: 16px; height: 16px; border: 2px solid #0084c2; }
    input[type="range"]::-moz-range-thumb { width: 16px; height: 16px; border: 2px solid #0084c2; }
    button.btn-comm { height: 42px; padding: 0 18px; border-radius: 7px; font-size: 15px; line-height: 15px; }
}
@media screen and (max-width: 768px) {
    button.btn-comm { height: 30px; padding: 0 12px; border-radius: 5px; font-size: 14px; line-height: 14px; }
}

.emi-col { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 30px; }
.emi-col .block-top { width: 100%; display: block; text-align: center; }
.chart-wrapper { width: 100%; height: auto; display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 30px; padding-bottom: 15px; border-bottom: 1px solid #ddd; }
canvas#pieChart { width: 70%; max-width: 250px; max-height: 250px; }
.legend { width: auto; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 20px; }
.legend-item { display: block; width: 100%; font-size: 14px; line-height: 18px; font-weight: 400; text-align: left; color: #888; }
.legend-item .leg-row { display: flex; flex-direction: row; align-items: center; justify-content: flex-start; text-align: left; gap: 10px; margin-top: 5px; }
.color-box { width: 20px; height: 20px; }
.blue { background: #0084c2; }
.green { background: #8dd03b; }
.legend-item h2 { font-size: 26px; line-height: 32px; font-weight: 700; color: #000; margin: 10px 0 15px; }
.percent { font-size: 20px; line-height: 26px; font-weight: 700; color: #000; }
.emi-col .block-bot { width: 100%; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; gap: 30px; position: relative; }
.emi-col .block-bot::before { content: ''; width: 1px; height: 100%; background: #ddd; position: absolute; transform: translate(-50%, -50%); left: 50%; top: 50%; }
.emi-col .block-bot .d-block { width: calc(50% - 15px); }
.emi-col .block-bot .d-block .legend-item { width: 100%; }
@media screen and (max-width: 1024px) {
    .emi-col, .chart-wrapper, .emi-col .block-bot { gap: 25px; }
    canvas#pieChart { width: 65%; max-width: 200px; max-height: 200px; }
    .legend-item { font-size: 15px; line-height: 19px; }
    .color-box { width: 17px; height: 17px; }
    .legend-item h2 { font-size: 26px; line-height: 32px; margin: 13px 0; }
    .percent { font-size: 20px; line-height: 27px; }
    .emi-col .block-bot .d-block { width: calc((100% - 25px) / 2); }
}

.title { font-size: 20px; line-height: 24px; font-weight: 600; color: #000; margin-bottom: 20px; }
ul.list1 { list-style-type: none; padding-left: 36px; margin-bottom: 25px; }
ul.list1 li { font-size: 16px; line-height: 24px; font-weight: 600; color: #000; margin-bottom: 15px; position: relative; }
ul.list1 li::before { content: ''; width: 24px; height: 24px; border: 2px solid #8dd03b; border-radius: 50%; position: absolute; left: -36px; top: -1px; }
ul.list1 li::after { content: ''; width: 13px; height: 7px; border-left: 2px solid #8dd03b; border-bottom: 2px solid #8dd03b; transform: rotate(-45deg); position: absolute; left: -30px; top: 6px; }

a.more { font-size: 16px; line-height: 20px; font-weight: 500; color: #0084c2; text-decoration: none; }

.icon-compare { height: 44px; margin-bottom: 15px; }
p.compare { font-size: 16px; line-height: 26px; font-weight: 400; color: #000; margin-bottom: 15px; }

@media screen and (max-width: 1024px) {
    .title { font-size: 18px; line-height: 22px; margin-bottom: 15px; }
    ul.list1 { padding-left: 30px; margin-bottom: 20px; }
    ul.list1 li { font-size: 15px; line-height: 22px; margin-bottom: 12px; }
    ul.list1 li::before { width: 20px; height: 20px; border: 1.5px solid #8dd03b; left: -30px; top: 1px; }
    ul.list1 li::after { width: 12px; height: 6px; left: -26px; top: 6px; }
    .icon-compare { height: 42px; margin-bottom: 12px; }
    p.compare { font-size: 15px; line-height: 24px; margin-bottom: 12px; }
}
@media screen and (max-width: 768px) {
    .title { font-size: 17px; line-height: 21px; margin-bottom: 12px; }
    ul.list1 { padding-left: 28px; margin-bottom: 18px; }
    ul.list1 li { font-size: 14px; line-height: 20px; font-weight: 500; margin-bottom: 10px; }
    ul.list1 li::before { width: 18px; height: 18px; left: -28px; top: 1px; }
    ul.list1 li::after { width: 10px; height: 5px; left: -24px; top: 6px; }
    .icon-compare { height: 38px; margin-bottom: 10px; }
    p.compare { font-size: 14px; line-height: 21px; margin-bottom: 10px; }
}

.app-design { width: 100%; max-width: 560px; height: auto; margin: 0 auto; position: relative; }
.img-bg { width: 100%; display: block; position: relative; left: 0; top: 0; }
.app-design .app-over { width: 100%; height: 100%; display: block; position: absolute; left: 0; top: 0; }
.app-over .over-block { width: fit-content; height: fit-content; background: rgba(255,255,255,0.7); border: 1px solid #fff; border-radius: 12px; padding: 10px; box-shadow: 0 4px 12px 0 rgba(23,33,77,.16); position: absolute; top: 150px; left: 50px; }
.app-over .over-block.two { left: 60px; top: auto; bottom: 110px; }
.app-over .over-block.three { left: auto; right: 30px; top: 180px; }
.app-over .over-block.four { left: auto; right: 30px; top: auto; bottom: 96px; }
.app-over .over-block .flex-block { width: 100%; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; gap: 10px; }
.app-over .over-block img { height: 26px; }
.app-over .over-block.four img { height: 44px; }
.app-over .over-block .hl { width: fit-content; display: block; font-size: 8px; line-height: 11px; font-weight: 600; color: #41776e; background: #dff1ee; padding: 2px 3px; }
.app-over .over-block h4 { font-size: 14px; line-height: 21px; font-weight: 500; color: #000; margin: 0; }
.app-over .over-block h3 { font-size: 24px; line-height: 33px; font-weight: 500; color: #000; margin: 0; }
.app-over .over-block h5 { font-size: 12px; line-height: 18px; font-weight: 500; color: #000; margin: 0; }
@media screen and (max-width: 1024px) {
    .app-design { max-width: 430px; }
    .app-over .over-block { transform: scale(0.9); top: 105px; left: 10px;  }
    .app-over .over-block.two { left: 25px; bottom: 75px; }
    .app-over .over-block.three { right: 20px; top: 130px; }
    .app-over .over-block.four { right: 0px; bottom: 70px; }
}
@media screen and (max-width: 768px) {
    .app-design { max-width: 350px; }
    .app-over .over-block { transform: scale(0.8); top: 80px; left: 0;  }
    .app-over .over-block.two { left: 10px; bottom: 60px; }
    .app-over .over-block.three { right: 0px; top: 100px; }
    .app-over .over-block.four { right: 0px; bottom: 50px; }
}

.dload-row { width: fit-content; display: flex; flex-direction: row; align-items: stretch; justify-content: flex-start; gap: 25px; }
.dload-row .qr-box { width: 100px; }
.dload-row .app-btns, .footer .app-btns { width: fit-content; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 8px; }
.dload-row a.app-btn, .footer .app-btns a.app-btn { height: 40px; background: #161819; border-radius: 8px; display: flex; align-items: center; justify-content: center; padding: 0 14px; }
.dload-row a.app-btn img, .footer .app-btns a.app-btn img { width: 100px; }
.dload-row .or-box { display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 12px; line-height: 18px; font-weight: 400; color: #000; gap: 7px; position: relative; }
.dload-row .or-box::before, .dload-row .or-box::after { content: ''; width: 1px; height: calc((100% - 32px) / 2); background: #052f5f; display: block; position: absolute; transform: translateX(-50%); left: 50%; top: 5px; }
.dload-row .or-box::after { top: auto; bottom: 5px; }

.partners-tabs { width: 100%; display: flex; flex-direction: row; flex-direction: row; align-items: center; justify-content: flex-start; gap: 15px; flex-wrap: wrap; margin-bottom: 30px; }
.partners-tabs a { width: fit-content; background: #fff; color: #0084c2; border: 1px solid #0084c2; padding: 12px 20px; border-radius: 8px; font-size: 16px; line-height: 20px; line-height: 16px; font-weight: 500; display: block; text-decoration: none; }
.partners-tabs a.active { background: #0084c2; color: #fff; }

.partner-row { width: 100%; display: flex; flex-direction: row; align-items: stretch; justify-content: flex-start; gap: 20px; flex-wrap: wrap; }
.partner-row .partner { display: none; width: calc((100% - 100px) / 6); background: #fff; border-radius: 6px; box-shadow: 0 2px 10px 0 rgb(52 105 203 / 12%); align-items: center; justify-content: center; text-align: center; padding: 20px 15px; }
.partner-row .partner img { height: 30px; }
@media screen and (max-width: 1024px) {
    .partner-row { gap: 15px; }
    .partner-row .partner { width: calc((100% - 60px) / 5); padding: 17px 13px; }
    .partner-row .partner img { height: 26px; }
}
@media screen and (max-width: 768px) {
    .partner-row { gap: 10px; }
    .partner-row .partner { width: calc((100% - 20px) / 3); padding: 14px 5px; }
    .partner-row .partner img { height: 18px; }
}

.footer { width: 100%; background: #0084c2; }
.footer p { font-size: 16px; line-height: 22px; font-weight: 400; color: #fff; margin-bottom: 15px; }
.footer .foot-row { width: fit-content; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; margin-bottom: 8px; font-size: 16px; line-height: 20px; font-weight: 400; color: #fff; }
.footer .foot-row img { width: 20px; margin-right: 15px; }
.footer h4 { font-size: 18px; line-height: 24px; font-weight: 700; color: #fff; margin-bottom: 20px; }
.footer .foot-links { width: 100%; display: flex; flex-direction: row; align-items: stretch; justify-content: flex-start; }
.footer .foot-links .links { width: 50%; }
.footer .foot-links .links a { font-size: 16px; line-height: 22px; margin-bottom: 8px; font-weight: 400; color: #fff; text-decoration: none; display: block; width: fit-content; }
.footer .foot-links .links a:hover { text-decoration: underline; }
.footer .contact-no { font-size: 16px; line-height: 22px; font-weight: 400; color: #fff; }
.footer .contact-no span { font-size: 22px; line-height: 28px; font-weight: 700; margin-top: 5px; display: block; }

.modal.login-modal .modal-content, .modal.white-modal .modal-content { background: #0084c2; border: 0; border-radius: 10px; position: relative; }
.modal.white-modal .modal-content { background: #fff; }
.modal.login-modal .modal-content button.modal-close, .modal.white-modal .modal-content button.modal-close { width: 30px; height: 30px; border: 0; background: transparent; outline: 0; box-shadow: none; padding: 0; font-size: 20px; line-height: 30px; text-align: center; color: #fff; position: absolute; top: 20px; right: 10px; z-index: 999; }
.modal.white-modal .modal-content button.modal-close { color: #000; }
.modal .modal-body { padding: 45px 40px 40px; }
.modal.login-modal .modal-heading, .modal.white-modal .modal-heading { width: 100%; display: block; margin-bottom: 30px; font-size: 16px; line-height: 20px; font-weight: 400; color: rgba(255,255,255,0.7); }
.modal.white-modal .modal-heading { color: rgba(0,0,0,0.7); }
.modal.login-modal, .modal.white-modal h3 { font-size: 24px; line-height: 30px; font-weight: 600; color: #fff; margin-bottom: 5px; }
.modal.white-modal h3 { color: #000; }

.form-bg { width: 100%; background: #a9e4ff; padding: 30px; border-radius: 15px; margin-bottom: 30px; }
form.contact-form label { font-size: 16px; line-height: 20px; font-weight: 600; color: #0e1d23; }
.modal .input-group, form.contact-form .input-group { width: 100%; height: 45px; background: #fff; border: 1px solid #ccc; border-radius: 6px; margin-bottom: 20px; position: relative; }
.modal .input-group .input-group-prepend { width: 45px; height: 100%; position: relative; font-size: 19px; text-align: center; padding: 13px 10px 13px 15px; color: #888; }
.modal .input-group .input-group-prepend::after { content: ''; width: 1px; height: 23px; background: #dddddd; position: absolute; top: 11px; right: 0; }
.modal .input-group input.form-control, form.contact-form input.form-control, form.contact-form textarea.form-control, form.contact-form select.custom-select { height: 100%; background-color: transparent; border: 0; border-radius: 6px; outline: 0; box-shadow: none; font-size: 16px; font-weight: 400; color: #000; resize: none; }
.modal .input-group input.form-control::placeholder, form.contact-form input.form-control::placeholder, form.contact-form textarea.form-control::placeholder, form.contact-form select.custom-select option[disabled] { color: #bbb; }
form.contact-form .input-group.textarea { height: auto !important; min-height: 139px; }
.modal button.btn-login, button.btn-login { width: 100%; height: 45px; background: #8dd03b; border: 0; border-radius: 6px; font-size: 16px; font-weight: 500; color: #000; outline: 0; box-shadow: none; margin-bottom: 20px; }
button.btn-login.blue { background: #0084c2; color: #fff; }
.modal .form-check .form-check-input, form.contact-form .form-check .form-check-input { width: 20px; height: 20px; border-radius: 3px !important; accent-color: #8dd03b; outline: 0; box-shadow: none; margin-top: 1px; }
.modal .form-check .form-check-label, form.contact-form .form-check .form-check-label { font-size: 16px; line-height: 20px; font-weight: 400; color: #fff; padding-left: 10px; }
form.contact-form .form-check .form-check-label { color: #333; }
.check-row { display: flex; flex-direction: row; align-items: center; justify-content: flex-start; gap: 30px; flex-wrap: wrap; }
.modal.login-modal h5 { font-size: 16px; line-height: 20px; font-weight: 400; color: rgba(255,255,255,0.7); }
.modal.login-modal h5 a { color: #fff; font-weight: 500; text-decoration: underline; }
.form-signin, .form-signup { display: none; }
.form-signin.active, .form-signup.active { display: block; }
@media screen and (max-width: 768px) {
    .form-bg { padding: 16px; border-radius: 10px; }
    form.contact-form label { font-size: 14px; line-height: 18px; }
    form.contact-form .form-group { margin-bottom: 10px; }
    .modal .input-group, form.contact-form .input-group { height: 40px; }
    .modal .input-group input.form-control, form.contact-form input.form-control, form.contact-form textarea.form-control, form.contact-form select.custom-select { font-size: 14px; }
}

.filter-row { width: 100%; display: flex; flex-direction: row; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.filter-row h5 { font-size: 14px; line-height: 18px; font-weight: 400; color: #777; margin: 0; }
.filter-row h5 span { font-size: 15px; font-weight: 600; color: #000; }
.filter-row h5 a { font-size: 16px; font-weight: 600; color: #000; text-decoration: none; }
.bank-row { width: 100%; background: transparent; border: 1px solid #a9e4ff; border-radius: 10px; padding: 15px; display: flex; flex-direction: row; align-items: center; justify-content: space-between; gap: 100px; margin-bottom: 15px; }
.bank-row .bank { width: 300px; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; gap: 15px; font-size: 16px; line-height: 20px; font-weight: 600; color: #000; margin-bottom: 0; }
.bank-row .bank .logo { width: 45px; height: auto; }
.bank-row .bank .logo img { width: 100%; }
.bank-row .data-box { display: block; font-size: 14px; line-height: 18px; font-weight: 400; color: #aaa; }
.bank-row .data-box p { font-size: 16px; line-height: 20px; font-weight: 500; color: #000; margin: 0; }

@media screen and (max-width: 768px) {
    .bank-row { padding: 8px; gap: 10px; }
    .bank-row .bank { width: 120px; gap: 5px; font-size: 14px; line-height: 17px; }
    .bank-row .bank .logo { width: 24px; }
    .bank-row .data-box { font-size: 12px; line-height: 16px; }
    .bank-row .data-box p { font-size: 14px; line-height: 18px; }
    
}

.modal-btns { width: 100%; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; gap: 15px; flex-wrap: wrap; margin-bottom: 20px; }
.modal-btns button { width: calc((100% - 15px) / 2); }
.modal-btns button:disabled { background: #f5f5f5; border-color: #ddd; color: #ccc; }

.big-radio-btn { width: 100%; padding: 15px; border: 1px solid #a9e4ff; border-radius: 10px; margin-bottom: 15px; display: flex; flex-direction: row; align-items: center; justify-content: space-between; gap: 30px; cursor: pointer; }
.big-radio-btn p { font-size: 16px; line-height: 20px; font-weight: 600; color: #000; margin: 0; max-width: 250px; }
.big-radio-btn p i { font-size: 20px; color: #0084c2; margin-right: 15px; position: relative; top: 2px; }
.big-radio-btn span { display: block; width: 30px; height: 30px; border: 5px solid #ddd; border-radius: 50%; position: relative; }
.big-radio-btn.active span::after { content: ''; width: 20px; height: 20px; background: #0084c2; border-radius: 50%; position: absolute; top: 0; left: 0; }