@import url(https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&amp;display=swap);

@charset "UTF-8" * {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

*::-moz-selection {
    color: #fff;
    background-color: #1770c8
}

*::selection {
    color: #fff;
    background-color: #1770c8
}

html {
    scroll-behavior: smooth
}

body {
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 0;
    font-weight: 400;
    color: #404A60;
    background-color: #fff;
    overflow-x: hidden
}

body::-webkit-scrollbar {
    width: .4vw
}

body::-webkit-scrollbar-track {
    background-color: #cae6f7
}

body::-webkit-scrollbar-button,
body::-webkit-scrollbar-thumb {
    background-color: #0c98ff;
    border-radius: 5px;
    box-shadow: inset 2px 2px 2px hsl(0 0% 100% / .25), inset -2px -2px 2px rgb(0 0 0 / .25)
}

section,
footer {
    overflow-x: hidden
}

img {
    max-width: 100%;
    height: auto
}

a,
button {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    outline: 0;
    transition: all 0.35s ease-in-out;
    letter-spacing: 1px
}

a i,
button i {
    transition: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit
}

a:hover,
button:hover {
    text-decoration: none;
    border: 0;
    outline: 0
}

button {
    cursor: pointer
}

button:focus {
    box-shadow: none
}

ul,
ol {
    list-style-type: none;
    list-style-position: inside;
    margin: 0;
    padding: 0
}

input,
textarea {
    border: 0;
    outline: 0
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #6A7283 !important;
    opacity: 1;
    font-size: 16px
}

input::placeholder,
textarea::placeholder {
    color: #6A7283 !important;
    opacity: 1;
    font-size: 16px
}

input:focus,
textarea:focus {
    box-shadow: none;
    border-color: #0C98FF !important
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=checkbox] {
    width: initial;
    height: initial
}

textarea {
    min-height: 150px;
    resize: none
}

.form-select:focus {
    border-color: none;
    outline: 0;
    box-shadow: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

iframe {
    border: 0;
    width: 100%
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ol,
ul,
li,
table,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0
}

a,
button {
    font-size: 16px;
    line-height: 1.2;
    color: #222E48;
    font-weight: 400;
    font-family: 'Poppins';
    cursor: pointer;
    letter-spacing: inherit
}

a:hover,
button:hover {
    color: #0C98FF
}

p,
th,
td,
li,
input,
textarea,
select,
label,
blockquote,
span {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Poppins'
}

p span {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-family: inherit
}

.display-1,
.display-1>a,
.display-2,
.display-2>a,
.display-3,
.display-3>a,
.display-4,
.display-4>a,
h1,
h1>a,
h2,
h2>a,
h3,
h3>a,
h4,
h4>a,
h5,
h5>a,
h6,
h6>a {
    line-height: 1.2;
    font-family: 'Poppins';
    color: #222E48;
    letter-spacing: inherit
}

.display-1 span,
.display-1>a span,
.display-2 span,
.display-2>a span,
.display-3 span,
.display-3>a span,
.display-4 span,
.display-4>a span,
h1 span,
h1>a span,
h2 span,
h2>a span,
h3 span,
h3>a span,
h4 span,
h4>a span,
h5 span,
h5>a span,
h6 span,
h6>a span {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    line-height: inherit
}

.display-1,
.display-1>a,
.display-2,
.display-2>a {
    font-weight: 600
}

.display-3,
.display-3>a,
.display-4,
.display-4>a {
    font-weight: 600
}

h1,
h1>a {
    font-weight: 600;
    font-size: 48px
}

h2,
h2>a {
    font-weight: 600;
    font-size: 40px
}

h3,
h3>a {
    font-weight: 600;
    font-size: 32px
}

h4,
h4>a {
    font-weight: 600;
    font-size: 24px
}

h5,
h5>a {
    font-size: 20px;
    font-weight: 600
}

h6,
h6>a {
    font-size: 16px;
    font-weight: 600
}

.fs-small {
    font-size: 14px;
    line-height: 1.5;
    text-align: left
}

.headingTwo,
.headingThree,
.headingFour,
.headingFive,
.headingSix {
    font-family: 'Poppins';
    line-height: 1.2;
    color: #222E48;
    font-weight: 600
}

.headingTwo {
    font-size: 40px;
    font-weight: 700
}

.headingThree {
    font-size: 32px
}

.headingFour {
    font-size: 24px
}

.headingFive {
    font-size: 20px
}

.headingSix {
    font-size: 16px
}

.font_primary {
    font-family: 'Poppins'
}

.font_600 {
    font-weight: 600
}

.font_500 {
    font-weight: 500
}

.font_400 {
    font-weight: 400
}

@media (max-width:1399px) {

    h2,
    h2>a {
        font-weight: 600;
        font-size: 36px
    }

    .display-2 {
        font-size: 60px
    }

    .display-3 {
        font-size: 55px
    }

    .display-4 {
        font-size: 50px
    }

    h4,
    h4>a {
        font-size: 22px
    }
}

@media (max-width:1199px) {
    .display-3 {
        font-size: 50px
    }

    .display-4 {
        font-size: 47px
    }

    h1,
    h1>a {
        font-size: 43px
    }

    h2,
    h2>a {
        font-size: 32px
    }

    .headingTwo {
        font-size: 32px
    }

    .headingFour {
        font-size: 22px
    }
}

@media (max-width:991px) {

    h1,
    h1>a {
        font-size: 32px
    }

    h2,
    h2>a {
        font-size: 26px
    }

    h3,
    h3>a {
        font-size: 22px
    }

    h4,
    h4>a {
        font-size: 20px
    }

    h5,
    h5>a {
        font-size: 18px
    }

    h6,
    h6>a {
        font-size: 16px
    }

    .headingTwo {
        font-size: 26px
    }

    .headingThree {
        font-size: 22px
    }

    .headingFour {
        font-size: 20px
    }

    .headingFive {
        font-size: 18px
    }

    .headingSix {
        font-size: 16px
    }

    .display-2 {
        font-size: 44px
    }

    .display-4 {
        font-size: 40px
    }
}

@media (max-width:767px) {
    .display-4 {
        font-size: 32px
    }
}

@media (max-width:575px) {

    h1,
    h1>a {
        font-size: 28px
    }

    h2,
    h2>a {
        font-size: 24px
    }

    .display-2 {
        font-size: 40px
    }

    .display-3 {
        font-size: 36px
    }
}

@media (max-width:479px) {
    .display-2 {
        font-size: 30px
    }

    .display-3 {
        font-size: 30px
    }

    .display-4 {
        font-size: 30px
    }
}

.section_pt60 {
    padding-top: 60px
}

.mb_12 {
    margin-bottom: 12px
}

.mt_12 {
    margin-top: 12px
}

.pt_12 {
    padding-top: 12px
}

.pb_12 {
    padding-bottom: 12px
}

.mb_16 {
    margin-bottom: 16px
}

.mb_20 {
    margin-bottom: 20px
}

.mt_24 {
    margin-top: 24px
}

.mt_32 {
    margin-top: 32px
}

.mb_32 {
    margin-bottom: 32px
}

.mb_40 {
    margin-bottom: 40px
}

.mt_40 {
    margin-top: 40px
}

.mt_20 {
    margin-top: 20px
}

.mb_60 {
    margin-bottom: 60px
}

.mt_60 {
    margin-top: 60px !important
}

.pt_70 {
    padding-top: 70px
}

.pt_80 {
    padding-top: 80px
}

.pt_32 {
    padding-top: 32px
}

.py_32 {
    padding-top: 32px;
    padding-bottom: 32px
}

.py_60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.py_80 {
    padding-top: 80px;
    padding-bottom: 80px
}

@media (max-width:991px) {
    .section_md_pt {
        padding-top: 60px
    }

    .part_md_pt {
        margin-top: 60px
    }

    .part_md_pt40 {
        margin-top: 40px
    }

    .mb_40 {
        margin-bottom: 38px
    }

    .mt_40 {
        margin-top: 38px
    }

    .mb_60 {
        margin-bottom: 48px
    }

    .mt_60 {
        margin-top: 48px !important
    }

    .pt_70 {
        padding-top: 52px
    }

    .pt_80 {
        padding-top: 60px
    }

    .py_60 {
        padding-top: 48px;
        padding-bottom: 48px
    }
}

@media (max-width:767px) {
    .mb_40 {
        margin-bottom: 36px
    }

    .mt_40 {
        margin-top: 36px
    }

    .about-us .aboutsecondimage {
        display: none
    }
}

img {
    max-width: 100%;
    height: auto
}

.fluid_img {
    max-width: 100%;
    min-height: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.bg-img {
    background-color: rgb(1 46 115 / .7);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.footer__logo {
    max-width: 270px
}

.dir-rtl {
    direction: rtl
}

.btn {
    border: none
}

.btn:active {
    border: none
}

@media (min-width:1600px) {
    .unset-xxl img {
        max-width: unset
    }

    .unset-xxl-left {
        display: flex;
        justify-content: end
    }

    .unset-xxl-left img {
        max-width: unset
    }
}

.nice-select {
    background: #fff0;
    border: none;
    display: flex;
    align-items: center;
    width: 100%
}

.nice-select .current {
    color: #222E48;
    text-transform: capitalize
}

.nice-select .option {
    color: #fff;
    text-transform: capitalize
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background: #0C98FF;
    color: #fff
}

.nice-select .list {
    background: #222E48
}

.nice-select .list:hover .option:not(:hover) {
    background: #0C98FF
}

.cus-sel-active .current {
    color: #6A7283 !important
}

.cus_scrollbar {
    overflow-x: auto;
    position: sticky;
    max-height: 90vh;
    top: 100px
}

input[type=checkbox],
input[type=radio] {
    position: relative;
    border: 1px solid #DFE0E4;
    border-radius: 50%;
    background: none;
    cursor: pointer;
    line-height: 1;
    -webkit-appearance: none
}

input[type=checkbox]:before,
input[type=radio]:before {
    content: "\f633";
    font-family: "bootstrap-icons";
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    padding: 2px;
    z-index: 2;
    opacity: 0
}

input[type=checkbox]:checked,
input[type=radio]:checked {
    background-color: #FFF
}

input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
    opacity: 1
}

input[type=radio]:before {
    content: "\f287";
    color: #20a0fe;
    font-size: 14px;
    padding: 4px
}

.slick-list {
    margin: 0 -12px
}

.slick-arrow[aria-disabled=true] {
    opacity: 0.4 !important
}

.popup_img,
.zoom_effect {
    overflow: clip;
    width: 100%;
    border-radius: 16px;
    transition: none
}

.popup_img img,
.zoom_effect img {
    transition: all 0.35s ease-in-out;
    width: 100%;
    transform: scale(1.01)
}

.popup_img:hover img,
.zoom_effect:hover img {
    transform: scale(1.2) rotate(-5deg);
    cursor: zoom-in
}

.zoom_effect:hover img {
    cursor: pointer
}

.nav_pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px
}

.nav_pagination .pagination {
    gap: 8px
}

.nav_pagination .page-item .page-link {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    color: #222E48;
    border: 1px solid #0C98FF;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.35s ease-in-out
}

.nav_pagination .page-item .page-link.three_dots_box {
    width: 48px;
    min-width: 48px
}

.nav_pagination .page-item .page-link .prev-icon,
.nav_pagination .page-item .page-link .next-icon,
.nav_pagination .page-item .page-link .three-dots {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.nav_pagination .page-item .page-link .prev-icon:after,
.nav_pagination .page-item .page-link .next-icon:after,
.nav_pagination .page-item .page-link .three-dots:after {
    content: "\f284";
    font-family: "bootstrap-icons";
    font-weight: 600;
    position: absolute;
    font-size: 16px;
    color: #222E48;
    transition: all 0.35s ease-in-out
}

.nav_pagination .page-item .page-link .next-icon:after {
    content: "\f285"
}

.nav_pagination .page-item .page-link .three-dots {
    margin-top: 10px;
    padding: 0 16px
}

.nav_pagination .page-item .page-link .three-dots:after {
    content: "\f5d4"
}

.nav_pagination .page-item .page-link:hover,
.nav_pagination .page-item .page-link:focus,
.nav_pagination .page-item .page-link.active {
    background-color: #0C98FF;
    color: #fff;
    box-shadow: none
}

.nav_pagination .page-item .page-link:hover i,
.nav_pagination .page-item .page-link:hover span::after,
.nav_pagination .page-item .page-link:focus i,
.nav_pagination .page-item .page-link:focus span::after,
.nav_pagination .page-item .page-link.active i,
.nav_pagination .page-item .page-link.active span::after {
    color: #fff
}

.star_review {
    color: #fff;
    display: flex;
    gap: 4px
}

.star_review i {
    color: #fff
}

.star_review .star-active {
    color: #FCB650
}

.card {
    display: flex;
    border: none;
    gap: 32px;
    padding: 24px
}

.card .card-body {
    padding: 20px 0 0 0
}

.card .card__title {
    margin-bottom: 16px
}

.card--secondary {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 6px 30px 0 rgb(0 0 0 / .04);
    padding: 8px;
    padding-bottom: 32px;
    gap: 28px;
    width: 100%
}

.card--secondary .card--secondary__thumb img,
.card--secondary .content-part__thumb img,
.card--secondary .card--secondary__video img {
    border-radius: 16px;
    width: 100%
}

.card--secondary .card--secondary__content {
    margin: 0 20px
}

.card--secondary .card--secondary__content .card--secondary__text {
    margin-bottom: 16px
}

.card--secondary .card--secondary__content .card--secondary__text:nth-last-of-type(1) {
    margin-bottom: 0
}

.card--custom {
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    border: none;
    border: 1px solid #ccdbf1;
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0
}

.card--custom::after {
    content: "";
    position: absolute;
    z-index: 1;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 24px);
    background: #f6faff;
    border-radius: 16px;
    width: 100%;
    height: 100%;
    transition: all 0.35s ease-in-out;
    z-index: -3
}

.card--small {
    background: #fff0;
    display: flex;
    flex-direction: row;
    gap: 24px
}

.card--small .card--small-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff
}

.card--small .card--small-icon svg {
    max-width: calc(100% - 24px)
}

.card--small .card--small-content .card--small-title {
    margin-bottom: 8px
}

.card--small .card--small-content .card--small-text {
    font-size: 14px;
    margin-bottom: 8px
}

.card--small .card--small-content .card--small-text:nth-last-of-type(1) {
    margin-bottom: 0
}

.tag-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 30px
}

.tag-area .tag {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.tag-area .tag .tag__name {
    color: #0C98FF;
    font-size: 18px;
    font-weight: 500
}

.tag-area .tag .tag-content {
    flex-wrap: wrap;
    gap: 8px;
    display: flex
}

.tag-area .tag .tag-content .btn_theme {
    height: 37px;
    padding: 8px 16px;
    color: #404A60;
    font-size: 14px;
    background: rgb(7 76 62 / .03)
}

.tag-area .tag .tag-content .btn_theme.btn_theme .btn_theme_inner span {
    font-size: 14px
}

.tag-area .tag .tag-content .btn_theme.btn_theme .btn_theme_inner span:last-child {
    transform: translateY(-11px)
}

.tag-area .tag .tag-content .btn_theme.btn_theme:hover,
.tag-area .tag .tag-content .btn_theme.btn_theme:focus {
    color: #fff
}

.tag-area .tag .tag-content .btn_theme.btn_theme:hover .btn_theme_inner span:last-child,
.tag-area .tag .tag-content .btn_theme.btn_theme:focus .btn_theme_inner span:last-child {
    transform: translateY(-32px)
}

.tag-area .tag .tag-content .btn_theme.btn_theme:hover .btn_theme_inner span:first-child,
.tag-area .tag .tag-content .btn_theme.btn_theme:focus .btn_theme_inner span:first-child {
    transform: translateY(11px)
}

.tag-area .tag .social {
    flex-wrap: wrap
}

.tag-area .tag .social .btn_theme .btn_theme_inner span:last-child i {
    color: #0C98FF
}

.read_more {
    color: #0C98FF;
    font-weight: 600
}

.read_more:hover i {
    transform: translateX(8px)
}

.progress-area {
    width: 100%
}

.progress-area .prog-bar {
    height: 8px;
    width: 100%;
    background: #FFF;
    border-radius: 5px
}

.progress-area .progress-title {
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 16px
}

.progress-area .prog-percentage {
    height: 8px;
    background: #0C98FF;
    border-radius: 5px;
    position: relative;
    animation: fillBars 2.5s 1
}

.progress-area .prog-percentage::before {
    content: attr(per);
    position: absolute;
    font-size: 20px;
    top: -23px;
    right: 0;
    transform: transition(50%);
    color: #0C98FF
}

@keyframes fillBars {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

.section {
    padding: 60px 0
}

.section--space-top {
    padding-bottom: 0
}

.section--space-bottom {
    padding-top: 0
}

.section__cta {
    margin-top: 40px;
    text-align: center
}

i,
span.material-symbols-outlined {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0C98FF
}

.section__header {
    text-align: center;
    margin-bottom: 60px
}

.section__header .section__header-sub-title {
    margin: 26px;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    color: #111111
}

.section__header .section__header-title {
    margin-bottom: 24px
}

.section__header .section__header-content {
    margin: 0 auto
}

.section__content .section__content-sub-title,
.section__content .banner__content-sub-title,
.banner__content .section__content-sub-title,
.banner__content .banner__content-sub-title {
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    color: #111111
}

.section__content .section__content-title,
.section__content .banner__content-title,
.banner__content .section__content-title,
.banner__content .banner__content-title {
    margin-bottom: 24px
}

.section__content .section__content-text,
.section__content .banner__content-text,
.banner__content .section__content-text,
.banner__content .banner__content-text {
    margin-bottom: 24px
}

.section__content .section__content-text:nth-last-of-type(1),
.section__content .banner__content-text:nth-last-of-type(1),
.banner__content .section__content-text:nth-last-of-type(1),
.banner__content .banner__content-text:nth-last-of-type(1) {
    margin-bottom: 0
}

.section__content .section__content-text-content,
.section__content .banner__content-text-content,
.banner__content .section__content-text-content,
.banner__content .banner__content-text-content {
    margin-bottom: 24px
}

.section__content .section__content-text-content:nth-last-of-type(1),
.section__content .banner__content-text-content:nth-last-of-type(1),
.banner__content .section__content-text-content:nth-last-of-type(1),
.banner__content .banner__content-text-content:nth-last-of-type(1) {
    margin-bottom: 0
}

.section__content .section__content-inner,
.section__content .banner__content-inner,
.banner__content .section__content-inner,
.banner__content .banner__content-inner {
    margin-top: 32px
}

.section__content .section__content-inner ul,
.section__content .banner__content-inner ul,
.banner__content .section__content-inner ul,
.banner__content .banner__content-inner ul {
    display: flex;
    align-items: center;
    row-gap: 16px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    flex-wrap: wrap
}

.section__content .section__content-inner ul li,
.section__content .banner__content-inner ul li,
.banner__content .section__content-inner ul li,
.banner__content .banner__content-inner ul li {
    width: calc(50% - 10px);
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    font-size: 16px
}

.section__content .section__content-inner ul li i,
.section__content .banner__content-inner ul li i,
.banner__content .section__content-inner ul li i,
.banner__content .banner__content-inner ul li i {
    color: #111111
}

.section__content .section__content-inner ul li span,
.section__content .banner__content-inner ul li span,
.banner__content .section__content-inner ul li span,
.banner__content .banner__content-inner ul li span {
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0C98FF;
    color: #0C98FF
}

.section__content ul.section__content-list,
.banner__content ul.section__content-list {
    list-style-type: disc;
    margin-left: 25px;
    margin-top: 32px
}

.section__content ul.section__content-list li,
.banner__content ul.section__content-list li {
    list-style-position: outside;
    color: #404A60
}

.section__content ul.section__content-list li::marker,
.banner__content ul.section__content-list li::marker {
    color: #404A60
}

.section__content .section__content-cta,
.section__content .banner__content-cta,
.banner__content .section__content-cta,
.banner__content .banner__content-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    row-gap: 15px;
    flex-wrap: wrap;
    margin-top: 40px
}

.between_part {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap
}

.space_between {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.gap-6 {
    gap: 12px
}

.gap-7 {
    gap: 20px
}

.gap-8 {
    -moz-column-gap: 32px;
    column-gap: 32px;
    row-gap: 16px
}

.gap-9 {
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 16px
}

.gap-1,
.gap-2,
.gap-3,
.gap-4,
.gap-5,
.gap-6,
.gap-7,
.gap-8,
.gap-9 {
    display: flex;
    align-items: center
}

.ch-xxl {
    max-width: 56ch
}

.wide {
    grid-column: span 2
}

.big {
    grid-column: span 2;
    grid-row: span 2
}

.primary_color {
    color: #0C98FF !important
}

.secondary_color {
    color: #0C98FF !important
}

.word .letter {
    color: #0C98FF
}

.previewShapeY img {
    animation: previewShapeY 5s infinite
}

.slider-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 40px
}

.slider-navigation .new__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

.slider-navigation .new__dots li {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    background: #B5B5B5;
    transition: all 0.35s ease-in-out
}

.slider-navigation .new__dots li.slick-active {
    background: #0C98FF;
    color: #fff
}

.slider-navigation .new__dots li:hover {
    background: #0C98FF
}

.slider-navigation .new__dots li:hover i {
    color: #fff
}

.slider-navigation .pagination-button {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #0C98FF;
    background: rgb(7 76 62 / .05)
}

.slider-navigation .pagination-button i {
    color: #0C98FF;
    font-size: 16px
}

.slider-navigation .pagination-button:hover {
    background: #0C98FF
}

.slider-navigation .pagination-button:hover i {
    color: #fff
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff0;
    background: #fff0;
    display: flex;
    align-items: center;
    z-index: 2
}

.slick-prev:before,
.slick-next:before {
    font-family: "bootstrap-icons";
    font-size: 25px;
    color: #1C1B1F;
    background: #fff;
    border-radius: 50%;
    padding: 19px 10px
}

.slick-prev {
    left: 23px
}

.slick-prev:before {
    content: "\f284";
    font-size: 20px
}

.slick-next {
    right: 38px
}

.slick-next:before {
    content: "\f285";
    font-size: 20px
}

.slick-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 40px
}

.slick-dots button {
    display: block;
    width: 16px;
    height: 16px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #D9D9D9;
    text-indent: -9999px
}

.slick-dots .slick-active button {
    background: #0C98FF;
    /* width: 28px;
    border-radius: 10px */
}

.social {
    display: flex;
    align-items: center;
    gap: 20px
}

.number-bullet {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0C98FF;
    color: #fff;
    font-size: 14px;
}

.contact-area {
    background: url(../images/contact_bg.html);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.contact-area .contact__form {
    background: #fff;
    box-shadow: 0 4px 26px rgb(186 186 186 / .25);
    border-radius: 20px;
    padding: 40px
}

.contact-area .contact__form .input-single {
    border-bottom: 1px solid #626262
}

.contact-area .contact__form .input-single .form-control {
    padding-left: 0
}

.analytics-card {
    background: #FFF;
    border: 1px solid #E6EDF8;
    border-radius: 20px;
    padding: 20px;
    align-items: center
}

.analytics-card .card__thumb {
    width: 100%
}

.analytics-card .card__thumb img {
    width: 100%;
    border-radius: 20px
}

.analytics-card .card-body .card__others-info {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 16px
}

.analytics-card .card-body .card__others-info .line {
    border-right: 1px solid #E6EDF8;
    width: 0;
    height: 13px
}

.analytics-card .card-body .card__others-info .time-ago,
.analytics-card .card-body .card__others-info p {
    font-size: 14px
}

.analytics-card .card-body .card__others-info .time-ago:first-child .material-symbols-outlined,
.analytics-card .card-body .card__others-info p:first-child .material-symbols-outlined {
    transform: rotate(-180deg)
}

.analytics-card .card-body .card__others-info .material-symbols-outlined {
    color: #2C6AC8;
    font-size: 17px
}

.analytics-card .card-body .card__others-info .analytics {
    background: rgb(68 140 116 / .1);
    border-radius: 36px;
    padding: 2px 12px;
    font-size: 12px;
    color: #448C74
}

.analytics-card .card-body .card__title {
    margin-bottom: 16px
}

.btn-group {
    gap: 24px;
    flex-wrap: wrap
}

a.conditions_apply {
    position: relative;
    margin: auto;
    font-size: 12px
}

a.conditions_apply::after {
    content: "";
    position: absolute;
    left: -8px;
    display: flex;
    align-items: center;
    width: 3px;
    height: 3px;
    background: #0C98FF;
    border-radius: 50%
}

.btn_theme {
    color: #0C98FF;
    background: #fff0;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 14px 28px;
    text-transform: capitalize;
    border: 1px solid #0C98FF;
    font-size: 16px;
    border-radius: .375rem;
    font-weight: 600;
    line-height: 1.2;
    min-width: -moz-max-content;
    min-width: max-content;
    transition: all 0.35s ease-in-out;
    position: relative;
    z-index: 1
}

.btn_theme.small-btn {
    padding: 6px 14px;   /* smaller padding */
    font-size: 14px;      /* smaller font */
    border-radius: 6px;   /* optional */
}


.btn_theme span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #0C98FF;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1
}

.btn_theme i {
    transition: 0s
}

.btn_theme svg path {
    transition: all 0.35s ease-in-out
}

.btn_theme:hover,
.btn_theme:focus {
    border: 1px solid #0C98FF;
    color: #fff
}

.btn_theme:hover svg path,
.btn_theme:focus svg path {
    fill: #fff
}

.btn_theme:hover[disabled=disabled],
.btn_theme:focus[disabled=disabled] {
    color: #0C98FF;
    cursor: not-allowed
}

.btn_theme:hover span,
.btn_theme:focus span {
    width: 225%;
    height: 220px
}

.btn_theme_active {
    color: #fff;
    position: relative;
    z-index: 0
}

.btn_theme_active::after {
    content: "";
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #0C98FF;
    z-index: -3
}

.btn_theme_active span {
    background-color: #fff
}

.btn_theme_active:hover,
.btn_theme_active:focus {
    color: #0C98FF
}

.icon_box,
.social_box {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important
}

.icon_box::after,
.social_box::after {
    content: "";
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #fff0;
    z-index: -2
}

.icon_box i,
.social_box i {
    transition: all 0.35s ease-in-out;
    font-size: 18px;
    color: #fff
}

.icon_box:hover,
.icon_box:focus,
.social_box:hover,
.social_box:focus {
    background: #0C98FF
}

.icon_box:hover span,
.icon_box:focus span,
.social_box:hover span,
.social_box:focus span {
    width: 150px;
    height: 150px
}

.icon_box:hover i,
.icon_box:focus i,
.social_box:hover i,
.social_box:focus i {
    color: #fff
}

.social_box {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.social_box::after {
    z-index: -2
}

.social_box i {
    font-size: 16px
}

.btn_bg_white::after {
    background: #fff
}

.btn_bg_white i {
    color: #0C98FF
}

.btn_bg_white:hover,
.btn_bg_white:focus {
    background: #0C98FF
}

.btn_bg_white:hover i,
.btn_bg_white:focus i {
    color: #fff
}

.scrollToTop {
    position: fixed;
    right: 30px;
    bottom: -10px;
    width: 45px;
    height: 45px;
    line-height: var(--body-line-height);
    border-radius: 5px;
    background-color: #0c98ff;
    box-shadow: 0 1px 13px rgb(7 76 62 / .5);
    font-size: 20px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    color: #ffffff !important;
    transition: 0.3s;
    transform: translateY(100%);
    display: flex;
    justify-content: center;
    align-items: center
}

.scrollToTop:hover {
    color: #ffffff !important
}

.scrollToTop:focus {
    color: #ffffff !important
}

.topActive {
    bottom: 30px;
    transform: translateY(0%)
}

.topActive i {
    animation: 4s previewUp infinite
}

@media (max-width:1399px) {

    .sidebar-filter,
    .sidebar_fixed {
        top: initial;
        z-index: 2;
        transition: all 0.35s ease-in-out
    }

    .sidebar-filter.show,
    .sidebar_fixed.show {
        transform: translateX(0);
        opacity: 1
    }

    .sidebar_btn {
        position: sticky;
        top: 140px;
        background: #0C98FF;
        padding: 12px 16px;
        color: #fff;
        font-weight: 700;
        font-size: 20px;
        border-radius: 16px
    }

    .sidebar_btn:hover,
    .sidebar_btn:focus {
        color: #fff
    }

    .btn_sticky {
        position: sticky;
        top: 100px;
        z-index: 9
    }
}

@media (max-width:1399px) {
    .sidebar-xxl-fixed {
        position: absolute;
        transform: translateX(-200px);
        opacity: 0
    }

    .sidebar-xxl-fixed.show {
        transform: translateX(0);
        opacity: 1
    }
}

@media (max-width:1199px) {
    .btn_theme {
        padding: 10px 20px
    }

    .btn_theme i {
        font-size: 14px
    }

    .sidebar-xl-fixed {
        position: absolute;
        transform: translateX(-200px);
        opacity: 0
    }

    .sidebar-xl-fixed.show {
        transform: translateX(0);
        opacity: 1
    }
}

@media (max-width:991px) {
    .sidebar-lg-fixed {
        position: absolute;
        transform: translateX(-200px);
        opacity: 0
    }

    .sidebar-lg-fixed.show {
        transform: translateX(0);
        opacity: 1
    }
}

@media (max-width:767px) {
    .social_box {
        width: 32px;
        min-width: 32px;
        height: 32px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

@media (max-width:575px) {
    .btn-group {
        gap: 20px
    }
}

@media (max-width:479px) {
    .btn-group {
        gap: 16px
    }

    .btn_theme {
        padding: 10px 18px
    }

    .btn_theme i {
        font-size: 13px
    }
}

.alert {
    transition: 1s;
    margin-bottom: -20px;
    margin-top: 10px;
    display: block
}

label.error {
    color: red;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 100%
}

.message-error.error {
    position: absolute;
    color: red;
    font-size: 14px
}

.form-control {
    padding: 12px 24px;
    background: #FFF;
    border: 1px solid #DFE0E4;
    border-radius: 30px;
    font-size: 14px;
    color: #222E48
}

.form-control:focus {
    border-color: #0C98FF;
    outline: none;
    box-shadow: none;
    background: #fff0
}

.input-group {
    justify-content: space-between;
    align-items: center
}

.input-group .input-single {
    width: calc(50% - 12px);
    position: relative
}

.input-single {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0
}

.input-single .label {
    color: #222E48;
    font-size: 18px;
    font-weight: 500
}

.input-single .label span {
    color: #6A7283;
    font-weight: 400
}

.input-single .headingFour {
    color: #222E48
}

.input-pass {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative
}

.input-pass .password-eye-icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.input-pass .password-eye-icon:after {
    content: "\f340";
    font-family: "bootstrap-icons";
    font-weight: 600;
    padding-right: 44px;
    position: absolute;
    font-size: 20px;
    color: #798090;
    transition: all 0.35s ease-in-out
}

.filter__search .input-group {
    border-radius: 30px;
    border: 1px solid #DFE0E4;
    background: rgb(7 76 62 / .03)
}

.filter__search .input-group .form-control {
    background: #fff0;
    border: none;
    padding: 12px 20px
}

.filter__search .input-group .search_icon {
    padding-right: 20px;
    font-size: 24px;
    background: #fff0
}

@media (max-width:767px) {
    textarea.form-control {
        max-height: 120px
    }
}

@media (max-width:575px) {
    .input-group {
        display: flex
    }

    .input-group .input-single {
        width: 100%
    }

    .sign-up .sign-up__form .sign-up__form-part .forget-pass {
        margin-bottom: 10px
    }
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    overflow: visible;
    display: flex;
    justify-content: center
}

.loader {
    width: 48px;
    height: 48px;
    margin: auto;
    position: relative
}

.loader:before {
    content: "";
    width: 48px;
    height: 5px;
    background: #000;
    opacity: .25;
    position: absolute;
    top: 60px;
    left: 0;
    border-radius: 50%;
    animation: shadow 0.5s linear infinite
}

.loader:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #0C98FF;
    animation: bxSpin 0.5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px
}

@keyframes bxSpin {
    17% {
        border-bottom-right-radius: 3px
    }

    25% {
        transform: translateY(9px) rotate(22.5deg)
    }

    50% {
        transform: translateY(18px) scale(1, .9) rotate(45deg);
        border-bottom-right-radius: 40px
    }

    75% {
        transform: translateY(9px) rotate(67.5deg)
    }

    100% {
        transform: translateY(0) rotate(90deg)
    }
}

@keyframes shadow {

    0%,
    100% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(1.2, 1)
    }
}

.accordion_bg {
    background: white !important
}

.accordion {
    --bs-accordion-bg: $neutral-n-40;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.accordion .accordion-item {
    padding: 12px 20px;
    --bs-accordion-border-width: 0;
    border-radius: 16px;
    border: 1px solid #DFE0E4;
    background: #f3faff
}

.accordion .accordion-item .accordion-body {
    padding: 0;
    color: #222E48;
    padding-top: 12px;
    margin-top: 12px
}

.accordion .accordion-item .accordion-body p {
    font-size: 14px;
    color: #222E48
}

.accordion .accordion-item .show .accordion-body {
    position: relative
}

.accordion .accordion-item .show .accordion-body:before {
    content: "";
    position: absolute;
    border-top: 1px dotted #C1C4CC;
    width: 100%;
    top: 0;
    opacity: 1
}

.accordion .accordion-button {
    --bs-accordion-btn-bg: $tertiary-color;
    --bs-accordion-btn-color: $head-color;
    padding: 0;
    position: relative;
    --bs-accordion-btn-bg: $tertiary-color;
    gap: 6px;
    font-size: 18px;
    font-weight: 500
}

.accordion .accordion-button::after {
    --arrow: "";
    content: var(--arrow);
    font-family: "bootstrap-icons";
    font-weight: 400;
    font-size: 24px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    --bs-accordion-btn-icon-width: 1.75rem;
    background: #0C98FF;
    color: #fff;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.35s ease-in-out
}

.accordion .accordion-button:not(.collapsed) {
    --bs-accordion-active-color: $head-color;
    --bs-accordion-active-bg: $tertiary-color;
    --bs-accordion-btn-icon-transform: rotate(180deg)
}

.accordion .accordion-button:not(.collapsed)::after {
    --arrow: "";
    font-family: "bootstrap-icons";
    font-weight: 400;
    background: #0C98FF
}

.accordion .accordion-button:focus {
    border-color: #fff0;
    box-shadow: unset
}

@media (max-width:767px) {
    .accordion .accordion-button {
        font-size: 16px
    }

    .accordion .accordion-button::after {
        width: 30px;
        min-width: 30px;
        height: 30px
    }
}

@keyframes custom__flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg)
    }

    50% {
        transform: perspective(400px) rotateY(90deg)
    }

    100% {
        transform: perspective(400px) rotateY(0deg)
    }
}

@keyframes fadeRotated {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: .7
    }

    50% {
        transform: rotate(-15deg) scale(1.1);
        opacity: 1
    }

    0% {
        transform: rotate(0deg) scale(1);
        opacity: .7
    }
}

@keyframes previewShape {
    0% {
        transform: translateX(-30px) translateY(0)
    }

    50% {
        transform: translateX(0) translateY(5px)
    }

    100% {
        transform: translateX(-30px) translateY(0)
    }
}

@keyframes previewShapeUp {
    0% {
        transform: translateX(-30px) translateY(0)
    }

    50% {
        transform: translateX(0) translateY(-5px)
    }

    100% {
        transform: translateX(-30px) translateY(0)
    }
}

@keyframes previewUp {
    0% {
        transform: translateY(-5px)
    }

    50% {
        transform: translateY(5px)
    }

    100% {
        transform: translateY(-5px)
    }
}

@keyframes previewShapeX {
    0% {
        transform: translateX(-15px)
    }

    50% {
        transform: translateX(15px)
    }

    100% {
        transform: translateX(-15px)
    }
}

@keyframes previewShapeRevX {
    0% {
        transform: translateX(15px)
    }

    50% {
        transform: translateX(-15px)
    }

    100% {
        transform: translateX(15px)
    }
}

@keyframes previewShapeY {
    0% {
        transform: translateY(10px)
    }

    50% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(10px)
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: .5
    }

    50% {
        transform: scale(1.05);
        opacity: 1
    }

    100% {
        transform: scale(1);
        opacity: .5
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg) scale(1)
    }

    100% {
        transform: rotate(30deg) scale(1.5)
    }
}

@keyframes rotate360deg {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes spinSmall {
    0% {
        transform: rotate(-5deg)
    }

    50% {
        transform: rotate(5deg)
    }

    100% {
        transform: rotate(-5deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg) scale(1)
    }

    30% {
        transform: rotate(-30deg) scale(.8)
    }

    60% {
        transform: rotate(-90deg) scale(1.2)
    }

    70% {
        transform: rotate(0deg) scale(.7)
    }

    100% {
        transform: rotate(120deg) scale(1)
    }
}

@keyframes swingZoom {
    20% {
        transform: rotate(15deg) scale(1.08)
    }

    40% {
        transform: rotate(-15deg) scale(1.2)
    }

    60% {
        transform: rotate(9deg) scale(1.1)
    }

    80% {
        transform: rotate(-9deg) scale(1.05)
    }

    100% {
        transform: rotate(0deg) scale(1)
    }
}

@keyframes fadeInTopLeft {
    0% {
        opacity: .3;
        transform: translate(-20px, -20px)
    }

    50% {
        transform: translate(20px, 20px)
    }

    100% {
        transform: translate(-20px, -20px);
        opacity: .3
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

.header-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 299;
    background:#FFFFFF;
    border-bottom: 1px solid #DAE8F2
    /* box-shadow: 0 0 4px 4px #3fabfc54 */
}

.index .navbar .navbar-toggler i {
    color: #222E48
}

.header-section .navbar {
    margin: 0;
    position: relative;
    gap: 40px
}

.header-section .navbar:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* border-bottom: 1px solid #FCB650; */
    opacity: .1
}

.header-section .navbar .navbar-toggler {
    font-size: x-large;
    border: none;
    color: #fff;
    border: none !important
}

.header-section .navbar .navbar-toggler:focus {
    outline: 0;
    box-shadow: none
}

.navbar-brand {
    margin-right: 0;
    max-width: 270px
}

.main-menu.index-page .navbar-nav .nav-item .nav-link {
    color: #0C98FF
}

.main-menu {
    width: 100%;
    z-index: 299;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}

.main-menu .navbar-nav {
    display: flex;
    gap: 30px
}

.main-menu .navbar-nav .dropdown-menu {
    max-height: 420px;
    overflow-y: auto
}

.main-menu .navbar-nav .dropdown-menu::-webkit-scrollbar {
    width: .4vw
}

.main-menu .navbar-nav .dropdown-menu::-webkit-scrollbar-track {
    background-color: #cae6f7
}

.main-menu .navbar-nav .dropdown-menu::-webkit-scrollbar-button,
.main-menu .navbar-nav .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #0C98FF;
    border-radius: 5px;
    box-shadow: inset 2px 2px 2px hsl(0 0% 100% / .25), inset -2px -2px 2px rgb(0 0 0 / .25)
}

.main-menu .navbar-nav .nav-item .nav-link {
    line-height: 1.2;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
    color: #fff;
    padding: 24px 8px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px
}

.main-menu .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    content: "\f0d7"; /* Font Awesome caret-down */
    font-family: "FontAwesome"; 
    margin-left: 8px;
    display: inline-block;
    transition: transform 0.35s ease-in-out;
    font-size: 0.8em;
    
    border: none !important;        /* remove any border */
    background: none !important;    /* remove background */
    text-shadow: none !important;   /* remove default Bootstrap shadow */
    box-shadow: none !important;    /* remove box shadow if any */
}

.main-menu .navbar-nav .nav-item.show .nav-link.dropdown-toggle::after {
    transform: rotate(180deg);
}

.main-menu .navbar-nav .nav-item .nav-link:focus,
.main-menu .navbar-nav .nav-item .nav-link:hover {
    color: #ff931e
}

.main-menu .dropdown-item.active,
.main-menu .dropdown-item:active {
    background-color: transparent !important
}

.main-menu .nav-right .nav-right__search {
    display: flex;
    align-items: center;
    gap: 24px
}

.main-menu .nav-right .material-symbols-outlined {
    color: #fff;
    cursor: pointer
}

.main-menu .nav-right .nav-right__search-inner {
    margin-top: 30px;
    display: none;
    position: absolute;
    right: 0;
    width: 50%
}

.main-menu .nav-right .nav-right__search-inner .inner__form {
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 6px 12px -2px rgb(88 82 129 / .08)
}

.main-menu .nav-right .nav-right__search-inner .inner__form .form-control {
    padding: 16px;
    border: none
}

.main-menu .nav-right .nav-right__search-inner .search_icon {
    padding: 16px;
    background: #0C98FF;
    color: #fff;
    border-radius: 5px
}

.main-menu .nav-right .nav-right__search-inner .search_icon i {
    font-size: 24px
}

.nav-link.active {
    color: #ff931e !important
}

.header-active {
    position: fixed;
    top: -70px;
    transform: translateY(70px);
    transition: transform 0.5s;
    background-color: #001c38;
    left: 0;
    width: 100%
}

.header-active .navbar:after {
    border-bottom: none
}

.index.header-active {
    background: linear-gradient(45deg, #ffffff, #fff);
    box-shadow: 0 4px 4px 0 #0000001A
}

@media (max-width:569px) {
    ul.phone {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    ul.toplinks {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .topbar {
        display: none
    }
}

@media (max-width:1599px) {
    .main-menu .navbar-nav {
        gap: 30px;
    }

    .main-menu .navbar-nav .nav-item .nav-link {
        padding: 24px 8px
    }

    .main-menu .nav-right .nav-right__search {
        gap: 16px
    }
}

@media (min-width:1200px) {
    .offcanvas {
        display: none
    }

    .offcanvas-backdrop.show {
        opacity: 0
    }

    .nav-item .dropdown-menu {
        inset-inline-start: 0;
        inset-block-start: calc(100% + 0.5rem);
        pointer-events: none;
        border: 1px solid rgb(255 255 255 / .07);
        background: #0C98FF;
        margin: 0;
        text-transform: capitalize;
        transition: all 0.3s ease-in-out;
        box-shadow: 0 30px 70px 0 rgb(0 0 0 / .15);
        padding: 18px 0;
        border-radius: 0;
        display: block;
        visibility: hidden;
        opacity: 0;
        z-index: 9
    }

    .nav-item .dropdown-menu li {
        margin-left: 0;
        text-align: left
    }

    .nav-item .dropdown-menu li a {
        padding: 9px 15px 9px 25px;
        line-height: 1.4;
        font-weight: 500;
        color: #fff;
        transition: all 0.3s ease-in-out
    }

    .nav-item .dropdown-menu li:hover a {
        color: #fff;
        transform: translateX(8px);
        background: #fff0;
        width: 90%
    }

    .main-menu .navbar-nav .nav-item:hover > .nav-link.dropdown-toggle::after {
        content: "\f2ea";
        transform: rotate(-180deg)
    }

    .nav-item:hover>.dropdown-menu {
        inset-block-start: 100%;
        pointer-events: unset;
        visibility: visible;
        opacity: 1;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: transparent !important
    }
}

@media (max-width:1399px) {
    .navbar-brand img {
        max-width: 75% !important
    }
}

@media (max-width:1199px) {
    .nav-item .nav-link .dropdown-toggle.show::after {
        content: "\f2ea";
        transform: rotate(90deg);
        transition: all 0.35s ease-in-out
    }

    .offcanvas {
        background-color: #001c38;
        background-repeat: no-repeat;
        background-position: right center;
        background-size: cover;
        min-height: 100vh;
        height: 100%;
        min-width: 100%;
        width: 100%;
        overflow: clip !important;
        display: unset !important;
        border-left: none !important
    }

    .offcanvas .offcanvas-body {
        padding: 0;
        overflow: clip
    }

    .offcanvas .offcanvas-body .custom-nevbar__left {
        padding: 65px 30px 40px 60px;
        overflow: hidden;
        overflow-y: auto;
        height: 100%;
        max-height: 100vh
    }

    .offcanvas .offcanvas-body .custom-nevbar__left::-webkit-scrollbar {
        width: 0
    }

    .offcanvas .offcanvas-body .custom-nevbar__left .custom-nevbar__nav .dropdown-toggle::after {
        border: none;
        content: "\f4fe";
        font-family: "bootstrap-icons";
        font-size: 24px;
        margin-left: auto
    }

    .offcanvas .offcanvas-body .custom-nevbar__left .custom-nevbar__nav .dropdown-toggle.show::after {
        border: none;
        content: "\f2ea";
        font-family: "bootstrap-icons";
        font-size: 30px;
        margin-left: auto
    }

    .offcanvas .offcanvas-body .custom-nevbar__left .custom-nevbar__nav li a {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        padding: 24px 0;
        border-bottom: 1px solid rgb(233 248 247 / .1254901961);
        text-transform: capitalize;
        transition: all 0.35s ease-in-out;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #fff0
    }

    .offcanvas .offcanvas-body .custom-nevbar__left .custom-nevbar__nav li a:hover {
        color: #ff931e;
        background: #fff0
    }

    .offcanvas .offcanvas-body .custom-nevbar__left .custom-nevbar__nav .dropdown-menu.show {
        position: unset !important;
        margin-left: 70px !important;
        transform: translate(0) !important;
        border: none !important;
        background: #fff0
    }

    .offcanvas .offcanvas-body .custom-nevbar__right {
        padding: 80px 30px 40px 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        gap: 60px
    }

    .offcanvas .offcanvas-body .custom-nevbar__right .custom-nevbar__right-location {
        display: flex;
        flex-direction: column;
        gap: 20px;
        color: #e4e2e2
    }

    .offcanvas .offcanvas-body .custom-nevbar__right .custom-nevbar__right-location .contact {
        color: #fff
    }

    .offcanvas .offcanvas-body button.close-icon {
        display: block;
        background: #fff0;
        text-align: end;
        position: absolute;
        top: 16px;
        right: 24px;
        z-index: 9
    }

    .offcanvas .offcanvas-body button.close-icon i {
        border: 1px solid #FCB650;
        border-radius: 50%;
        color: #FCB650;
        padding: 8px;
        font-size: 30px;
        transition: all 0.35s ease-in-out
    }

    .offcanvas .offcanvas-body button.close-icon i:hover {
        border: 1px solid #E0F300;
        color: #E0F300
    }

    .header-section .navbar {
        padding: 7px 0
    }

    .header-section .navbar-toggler span {
        color: #fff
    }

    .main-menu {
        display: block;
        height: 80vh;
        overflow-y: auto
    }

    .main-menu::-webkit-scrollbar {
        width: 0
    }

    .main-menu .navbar-nav {
        margin-top: 30px
    }

    nav#\#navbar {
        justify-content: normal
    }

    .main-menu .navbar-nav .nav-item .nav-link {
        padding: 10px 8px;
        justify-content: start
    }

    .main-menu .navbar-nav .nav-item .nav-link:hover:before {
        display: none
    }

    .main-menu .navbar-nav .dropdown-menu {
        background: #fff0;
        border: none;
        margin-left: 30px
    }

    .main-menu .navbar-nav .dropdown-menu li a {
        padding: 9px 15px 9px 25px;
        line-height: 1.4;
        font-weight: 500;
        text-transform: capitalize;
        transition: all 0.3s ease-in-out
    }

    .main-menu .navbar-nav .dropdown-menu li a :hover {
        color: #FCB650
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: transparent !important
    }
}

@media (max-width:991px) {
    .offcanvas .offcanvas-body button.close-icon i {
        padding: 7px;
        font-size: 26px
    }

    .offcanvas .offcanvas-body .custom-nevbar__left .custom-nevbar__nav li a {
        font-size: 18px;
        padding: 18px 0
    }

    .offcanvas .offcanvas-body .custom-nevbar__left .custom-nevbar__nav .dropdown-menu.show {
        margin-left: 30px !important
    }

    .offcanvas .offcanvas-body .custom-nevbar__right .custom-nevbar__right-location li .contact {
        font-size: 18px !important
    }
}

@media (max-width:767px) {
    .navbar-brand {
        margin-right: 0;
        max-width: 210px
    }

    .offcanvas .offcanvas-body {
        overflow-y: auto;
        min-height: 100%;
        height: 100%
    }

    .offcanvas .offcanvas-body .custom-nevbar__left {
        padding: 85px 70px 0;
        max-height: none
    }

    .offcanvas .offcanvas-body .custom-nevbar__left .custom-nevbar__nav li a {
        font-size: 16px;
        padding: 18px 0
    }

    .offcanvas .offcanvas-body .custom-nevbar__left .custom-nevbar__nav .dropdown-toggle.show::after,
    .offcanvas .offcanvas-body .custom-nevbar__left .custom-nevbar__nav .dropdown-toggle::after {
        font-size: 20px
    }

    .offcanvas .offcanvas-body .custom-nevbar__left .custom-nevbar__nav .menu_item:first-child>a {
        padding-top: 0
    }

    .offcanvas .offcanvas-body button.close-icon span {
        font-size: 24px
    }

    .offcanvas .offcanvas-body .custom-nevbar__right {
        padding: 60px 70px 0
    }

    .offcanvas .offcanvas-body .custom-nevbar__right .custom-nevbar__right-location li .contact {
        font-size: 18px !important
    }
}

@media (max-width:575px) {
    .main-menu .col-12 {
        max-width: 100%
    }

    .main-menu {
        padding: 0
    }

    .header-section .navbar .navbar-brand {
        width: 45%;
        padding-left: 0
    }

    .navbar-brand img {
        max-width: 100% !important
    }

    .header-section .navbar-toggler span {
        margin-right: 0
    }

    .offcanvas .offcanvas-body .custom-nevbar__left {
        padding: 80px 30px 0
    }

    .offcanvas .offcanvas-body .custom-nevbar__right {
        padding: 50px 30px 0
    }
}

.hero {
    height: 100%;
    width: 100%;
    /* padding-top: 145px;
    padding-bottom: 20px; */
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 0;
    overflow: hidden
}

.hero::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .1000000015;
    background: linear-gradient(180deg, #f4f5f6 0%, #f4f5f6 100%);
    z-index: -1
}

.hero .section__content-title {
    max-width: 18ch
}

.hero .section__content-text {
    font-size: 18px;
    font-weight: 500
}

.hero .hero__thumb {
    position: relative
}

.hero .hero__thumb::before {
    content: "";
    position: absolute;
    left: 23%;
    top: 50px;
    width: 432px;
    height: 300px;
    z-index: 1;
    background: url(../images/hero_img_vector.png) no-repeat;
    animation: pulse 5s infinite
}

.hero .hero__thumb::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -33%;
    width: 118px;
    height: 140px;
    z-index: 1;
    background: url(../images/thumb_vector.png) no-repeat;
    transform-origin: bottom;
    animation: spinSmall 5s infinite
}

.hero .hero__animation {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.hero .hero__animation img:first-child {
    position: absolute;
    left: 24%;
    top: 25%;
    animation: pulse 7s infinite;
    width: 2%
}

.hero .hero__animation img:nth-child(2) {
    position: absolute;
    left: 3%;
    bottom: 12%;
    animation: previewShapeX 5s infinite
}

.hero .hero__animation img:nth-child(3) {
    position: absolute;
    left: 50%;
    bottom: 17%;
    animation: pulse 7s linear infinite;
    z-index: 2
}

.hero .hero__animation img:nth-child(4) {
    position: absolute;
    right: 5%;
    top: 33%;
    animation: rotate360deg 20s linear infinite
}

.hero .hero__animation img:nth-child(5) {
    position: absolute;
    right: 39%;
    top: 16%;
    animation: previewShapeX 5s infinite
}

.hero--secondary {
    padding-top: 170px
}

.hero--secondary .section__content-sub-title {
    color: #FCB650
}

.hero--secondary .section__content-title {
    color: #fff
}

.hero--secondary .section__content-text {
    color: #FAFAFB
}

.hero--secondary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #001c38;
    z-index: -1
}

.hero--secondary::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    background: url(../images/hero--secondary_bg.png);
    background-color: #001c38;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    opacity: 1;
    z-index: -1
}

.hero--secondary .btn-group .btn_theme:last-child {
    border-color: #FCB650;
    color: #FCB650;
    z-index: 0
}

.hero--secondary .btn-group .btn_theme:last-child:hover {
    border-color: #0C98FF;
    color: #fff
}

.hero--secondary .btn-group .btn_theme:last-child:hover i {
    color: #fff
}

.banner {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow-x: initial;
    z-index: 0
}

.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #001c38;
    z-index: -1
}

.banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/inner_banner.png);
    background-color: #001c38;
    background-repeat: no-repeat;
    background-position: left top;
    z-index: -1;
    background-size: cover;
}

.banner .banner__content .banner__title {
    color: #000;
    text-align: start;
    text-transform: capitalize
}

.banner .banner__content .breadcrumb {
    margin-top: 24px;
    --bs-breadcrumb-item-padding-x: 4px
}

.banner .banner__content .breadcrumb .breadcrumb-item {
    color: #000000;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

.banner .banner__content .breadcrumb .breadcrumb-item a {
    color: #000;
    font-family: 'Poppins'
}

.banner .banner__content .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\f285";
    font-family: "bootstrap-icons";
    color: #fff;
    font-size: 14px
}

.banner .banner__content .breadcrumb .breadcrumb-item.active {
    color: #FCB650
}

@media (max-width:1850px) {
    .hero .hero__animation img:nth-child(4) {
        right: 1%;
        top: 15%
    }
}

@media (max-width:1599px) {
    .hero .btn-group {
        padding-bottom: 70px
    }

    .hero .hero__thumb img {
        max-width: 100%
    }

    .hero .hero__thumb::before {
        left: 18%;
        background-size: 70%
    }

    .hero .hero__thumb::after {
        right: -5%;
        background-size: 80%;
        height: 118px
    }

    .hero .hero__animation img:nth-child(2) {
        position: absolute;
        left: 3%;
        bottom: 5%
    }
}

@media (max-width:1399px) {
    .hero .hero__animation img:nth-child(3) {
        left: 44%
    }

    .hero .hero__animation img:nth-child(5) {
        width: 8%
    }
}

@media (max-width:1199px) {
    .hero .hero__thumb::before {
        background-size: 58%
    }

    .hero .hero__thumb::after {
        right: -8%;
        background-size: 63%;
        bottom: -5%
    }

    .hero .section__content-text {
        font-size: 18px
    }

    .hero .hero__animation img:nth-child(2) {
        width: 4%
    }

    .hero .hero__animation img:nth-child(3) {
        display: none
    }

    .hero .hero__animation img:nth-child(4) {
        width: 4%
    }

    .banner__thumb img {
        max-width: 55%;
        height: auto
    }
}

@media (max-width:991px) {
    .hero .btn-group {
        padding-bottom: 0
    }

    .hero .hero__thumb,
    .hero .hero--secondary__thumb {
        text-align: center
    }

    .hero .hero__thumb img,
    .hero .hero--secondary__thumb img {
        max-width: 60%
    }

    .hero .hero__thumb::before,
    .hero .hero--secondary__thumb::before {
        background-size: 58%;
        top: 35px;
        left: 30%
    }

    .hero .hero__thumb::after,
    .hero .hero--secondary__thumb::after {
        right: 13%;
        background-size: 57%;
        bottom: -7%
    }

    .hero .hero__animation img:nth-child(1) {
        display: none
    }

    .hero .hero__animation img:nth-child(4) {
        width: 6%
    }

    .hero .hero__animation img:nth-child(2) {
        width: 6%
    }

    .hero .hero__animation img:nth-child(5) {
        display: none
    }

    .hero .section__content-title .word {
        letter-spacing: 4px;
        margin-right: 0
    }

    .banner__thumb img {
        max-width: 60%;
        height: auto
    }
}

@media (max-width:767px) {
    .hero .hero__thumb img {
        max-width: 75%
    }

    .hero .hero__thumb::before {
        background-size: 51%;
        top: 35px;
        left: 27%
    }

    .hero .hero__thumb::after {
        right: 2%;
        background-size: 55%;
        bottom: -8%
    }

    .loan-eligiblity-cardsecondary {
        padding: 16px 12px 11px 12px !important
    }

    .loan-eligiblity-heading {
        padding: 18px 23px !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .loan-eligiblity {
        padding: 80px 0 14px 0px !important
    }

    .emi-calci {
        padding: 21px 0 21px 0px !important
    }

    .loan-eligibility {
        padding: 21px 0 21px 0px !important
    }

    .check-eligibility {
        padding: 0 22px 0 22px
    }

    .loan-solution {
        padding: 21px 0 21px 0px !important
    }

    .why-finzii {
        padding: 21px 0 21px 0px !important
    }

    .otherpro {
        padding: 21px 0 21px 0px !important
    }

    .prsnl-sec {
        margin-top: 0px !important;
        padding-top: 50px
    }

    .prsnl-sec-lft-innr .text-center {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .prsnl-sec-lft-innr .text-center .nxt_btn {
        min-width: 398px
    }
}

@media (max-width:575px) {
    .hero .hero__thumb img {
        max-width: 100%
    }

    .hero .hero__thumb::before {
        left: 19%
    }

    .hero .hero__thumb::after {
        right: -14%
    }

    .hero .section__content-sub-title {
        font-size: 18px
    }

    .hero .section__content-text {
        font-size: 16px
    }

    .banner__thumb img {
        display: none
    }
}

@media (max-width:479px) {
    .hero .hero__thumb img {
        max-width: 100%
    }

    .hero .hero__thumb::before {
        left: 21%;
        background-size: 40%
    }

    .hero .hero__thumb::after {
        right: -67px;
        bottom: -57px;
        background-size: 42%
    }

    .hero .hero__animation img:nth-child(2),
    .hero .hero__animation img:nth-child(4) {
        display: none
    }

    .hero--quaternary {
        padding: 150px 0 0
    }

    .banner li,
    .banner .banner__content .breadcrumb .breadcrumb-item a {
        font-size: 14px
    }
}

@media (max-width:372px) {
    .hero .btn_theme {
        width: 100%
    }
}

.footer {
    position: relative;
    z-index: 0
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #001c38;
    z-index: -1
}

.footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0A273D;
    z-index: -1
}

.footer .footer__title {
    color: #FFF;
    font-size: 20px
}

.footer a,
.footer p {
    color: #EBECEF
}

.footer a {
    gap: 10px
}

.footer .footer__contact .footer__content {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.footer .newsletter__content-form .input-group {
    border: 1px solid #0C98FF;
    border-radius: 30px
}

.footer .newsletter__content-form .input-group input {
    border: 0;
    outline: 0;
    color: #fff
}

.footer .newsletter__content-form .input-group input.form-control {
    background: #fff0
}

.footer .newsletter__content-form .input-group input::-moz-placeholder {
    color: #EBECEF !important
}

.footer .newsletter__content-form .input-group input::placeholder {
    color: #EBECEF !important
}

.footer .newsletter__content-form .emailSubscribe {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 30px !important;
    margin: 8px
}

.footer .newsletter__content-form .emailSubscribe i {
    font-size: 24px
}

.quick-link ul {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.quick-link ul li:hover a {
    transform: translateX(4px);
    min-width: -moz-fit-content;
    min-width: fit-content
}

.footer__copyright {
    padding: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px 30px
}

.footer__copyright .footer__copyright-conditions {
    display: flex;
    gap: 8px 24px;
    flex-wrap: wrap;
    justify-content: center
}

.footer__copyright .footer__copyright-conditions li a {
    width: -moz-max-content;
    width: max-content
}

.footer__copyright .footer__copyright-conditions li a:hover {
    color: #FCB650
}

.footer-secondary {
    background: #0C98FF
}

.footer-secondary::before,
.footer-secondary::after {
    display: none
}

.footer-secondary .section {
    padding: 60px 0
}

.footer-secondary .footer-secondary__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 60px
}

.footer-secondary .footer-secondary__content .btn_theme {
    border-color: #FCB650;
    padding: 0
}

.footer-secondary .footer-secondary__content .btn_theme:before {
    background: #0C98FF
}

.footer-secondary .footer-secondary__content .btn_theme .btn_theme_inner span i {
    color: #FCB650
}

.footer-secondary .footer-secondary__content .btn_theme:hover .btn_theme_inner span i {
    color: #0C98FF
}

.footer-secondary .footer-secondary__content .quick-link .quick-link__list {
    flex-direction: row;
    gap: 16px 24px;
    flex-wrap: wrap
}

.footer-secondary .footer-secondary__content .quick-link .quick-link__list li:hover a {
    transform: translateX(0);
    color: #FCB650
}

.footer-secondary .footer__copyright {
    justify-content: center
}

@media (max-width:1399px) {
    .footer .footer__logo img {
        width: 75%
    }
}

@media (max-width:1199px) {
    .footer-secondary .footer-secondary__content .quick-link {
        margin-bottom: -50px
    }
}

@media (max-width:991px) {
    footer .footer__copyright {
        justify-content: center;
        flex-wrap: wrap
    }

    footer .footer__copyright .copyright {
        order: 2
    }

    .footer-secondary .footer-secondary__content {
        justify-content: flex-start;
        gap: 40px
    }

    .footer-secondary .footer-secondary__content .quick-link {
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .footer .newsletter__content-form .emailSubscribe {
        padding: 4px 18px;
        margin: 4px
    }

    .footer .newsletter__content-form .emailSubscribe i {
        font-size: 20px
    }

    .footer .footer__copyright .footer__copyright-conditions {
        gap: 8px 16px
    }
}

@media (max-width:575px) {
    .footer__newsletter-form {
        width: 100%
    }

    .footer .footer__contact {
        margin: 0
    }

    .footer-secondary .footer-secondary__content .quick-link .quick-link__list {
        gap: 12px 16px
    }
}

@media (max-width:479px) {
    .footer .footer__newsletter-form .newsletter__content-form input.emailSubscribe {
        padding: 16px 20px
    }

    .footer-secondary .footer-secondary__content .quick-link .quick-link__list {
        gap: 12px 28px
    }
}

.animation {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.feature {
    position: relative
}

.feature .card .card__icon {
    width: 86px;
    min-width: 86px;
    height: 86px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    border: 1px solid #DFE0E4;
    margin: auto
}

.feature .card .card__title a,
.feature .card .fs-small {
    transition: 0.3s
}

.feature .card .fs-small {
    height: 100px;
    color: #222E48
}

.feature .card:hover p {
    color: #fff !important
}

.feature .card .btn_theme {
    margin: auto;
    margin-top: 10px;
    border: 1px solid #DFE0E4
}

.feature .card .btn_theme:after {
    transition: all 0.35s ease-in-out;
    background: #fff
}

.feature .card .btn_theme i {
    color: #0C98FF
}

.feature .card:hover::after {
    background: #0C98FF
}

.feature .card:hover .card__title a,
.feature .card:hover .fs-small {
    color: #fff
}

.feature .card:hover .card__title a:hover {
    color: #FCB650
}

.feature .card:hover .btn_theme {
    border: 1px solid #FCB650
}

.feature .card:hover .btn_theme:after {
    color: #0C98FF;
    background: #FFF
}

.feature .card:hover .btn_theme:hover i {
    color: #fff
}

.feature .animation img:first-child {
    position: absolute;
    right: 4%;
    top: 12%;
    animation: pulse 7s infinite
}

.feature .animation img:nth-child(2) {
    position: absolute;
    left: 3%;
    bottom: 7%;
    animation: previewShapeX 5s infinite
}

.loan-reviews {
    position: relative;
    z-index: 0
}

.loan-reviews::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .1;
    background: linear-gradient(90deg, #0C98FF 0%, #BEE3FF 100%);
    border-radius: 16px;
    z-index: -1
}

.loan-reviews .loan-reviews__thumb {
    padding: 12px;
    border-radius: 16px;
    background: rgb(7 76 62 / .05);
    display: flex;
    justify-content: center
}

.loan-reviews .loan-reviews_card {
    display: flex;
    gap: 32px;
    flex-direction: row;
    border-radius: 16px;
    background: #FFF;
    padding: 24px 32px;
    box-shadow: 0 6px 30px 0 rgb(0 0 0 / .04);
    border: none;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 0
}

.loan-reviews .loan-reviews_card .loan-reviews__part-one {
    display: flex;
    gap: 32px;
    flex-direction: column;
    padding: 20px 0
}

.loan-reviews .loan-reviews_card .loan-reviews__part-one .loan-reviews__review {
    border: 1px solid #DFE0E4;
    border-radius: 30px;
    padding: 8px;
    display: inline-flex;
    gap: 16px;
    justify-content: center;
    align-items: center
}

.loan-reviews .loan-reviews_card .loan-reviews__part-one .loan-reviews__review .rating {
    font-size: 24px;
    font-weight: 500;
    color: #0C98FF;
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #0C98FF
}

.loan-reviews .loan-reviews_card .loan-reviews__part-two {
    padding: 20px 32px;
    position: relative
}

.loan-reviews .loan-reviews_card .loan-reviews__part-two::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    border-left: 1px dashed #C1C4CC;
    border-radius: 16px
}

.loan-reviews .loan-reviews_card .loan-reviews__part-two::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 3px;
    height: 100%;
    border-right: 1px dashed #C1C4CC;
    border-radius: 16px
}

.loan-reviews .loan-reviews_card .loan-reviews__part-two .reviews-heading__title {
    margin-bottom: 12px
}

.loan-reviews .loan-reviews_card .loan-reviews__part-two .reviews-heading__content {
    font-size: 14px;
    color: #222E48
}

.loan-reviews .loan-reviews_card .loan-reviews__part-two .reviews-heading {
    border-bottom: 1px dashed #C1C4CC;
    padding-bottom: 16px;
    margin-bottom: 16px
}

.loan-reviews .loan-reviews_card .loan-reviews__part-two .reviews-inner ul {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.loan-reviews .loan-reviews_card .loan-reviews__part-two .reviews-inner ul li {
    display: flex;
    gap: 8px;
    align-content: center;
    font-weight: 500;
    color: #404A60
}

.loan-reviews .loan-reviews_card .loan-reviews__part-three {
    text-align: center
}

.loan-reviews .loan-reviews_card .loan-reviews__part-three .btn-group {
    flex-direction: column
}

.choose-us {
    position: relative;
    z-index: 0
}

.choose-us::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 56%;
    opacity: .1000000015;
    background: linear-gradient(90deg, #0C98FF 0%, #BEE3FF 100%);
    ;
    z-index: -1
}

.choose-us:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 56%;
    background: url(../images/choose_bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    z-index: -1
}

.choose-us .choose-us__thumb {
    display: flex;
    justify-content: flex-end
}

.choose-us .choose-us__thumb img {
    max-width: unset
}

.choose-us .animation img:first-child {
    position: absolute;
    top: 76px;
    left: 30%;
    animation: previewShapeRevX 5s infinite
}

.choose-us .animation img:last-child {
    position: absolute;
    right: 4%;
    top: 85px;
    animation: custom__flipOutY 3s linear infinite
}

.choose-us .loan-reviews--secondary {
    padding: 60px
}

.choose-us .bg {
    position: relative;
    z-index: 0
}

.choose-us .bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: -10%;
    height: 100%;
    background: #fff;
    z-index: -1;
    width: 120%;
    border-radius: 16px
}

.working-process {
    position: relative;
    background:#F9FCFF;
}

.working-process::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 65%;
    background: linear-gradient(90deg, #0C98FF 0%, #BEE3FF 100%);
    opacity: .1000000015;
    z-index: -1
}

.working-process::before {
    content: "";
    position: absolute;
    top: 125px;
    right: 32px;
    width: 221px;
    height: 417px;
    background: url(../images/working_process.png) no-repeat;
    z-index: -1;
    animation: previewShapeY 3s linear infinite
}

.working-process .card .card__icon {
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 6px 30px 0 #1166A43D;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: relative;
    z-index: 0
}

.working-process .card .card__icon svg {
    max-width: calc(100% - 55px)
}

.working-process .card .card__icon::after {
    content: "";
    position: absolute;
    z-index: -1;
    height: 60px;
    width: 60px;
    min-width: 60px;
    border-radius: 50%;
    box-shadow: 0 6px 30px 0 rgb(0 0 0 / .04);
    border: 1px dashed #0c98ff;
}

.working-process i{
     color:#0c98ff !important;
}

.working-process .card .card__icon .number-bullet {
    position: absolute;
    top: 0;
    right: -12px;
    font-weight: 500
}

.working-process--secondary::before {
    top: 78px
}

.working-process .section__header .section__header-sub-title{
    font-size:30px !important;
}

.about-us {
    position: relative;
    z-index: 0
}

.about-us::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0C98FF 0%, #BEE3FF 100%);
    opacity: .1000000015;
    z-index: -1
}

.about-us .animation img:first-child {
    position: absolute;
    right: 4%;
    top: 12%;
    animation: pulse 7s infinite
}

.about-us .animation img:nth-child(2) {
    position: absolute;
    left: 3%;
    bottom: 100px;
    animation: previewShapeX 5s infinite
}

.about-us .section__content-inner {
    display: flex;
    align-items: center;
    row-gap: 32px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    flex-wrap: wrap
}

.about-us .section__content-inner .card--small {
    width: calc(50% - 12px);
    display: flex;
    gap: 16px;
    padding: 0
}

.calculator ul.section__content-list {
    display: flex;
    align-items: center;
    row-gap: 16px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    flex-wrap: wrap
}

.calculator ul.section__content-list li {
    width: calc(50% - 17px);
    gap: 24px
}

.calculator .card--custom {
    align-items: unset;
    width: 100%
}

.calculator .card--custom::after {
    left: 10px
}

.calculator .card--custom .card--custom__form {
    text-align: start
}

.calculator .card--custom .card--custom__form .calculator__title {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px dashed #C1C4CC
}

.calculator .card--custom .card--custom__form .calculate__form-part {
    display: flex;
    gap: 32px;
    flex-direction: column
}

.calculator .card--custom .card--custom__form .calculate__form-part .headingFour {
    font-weight: 500
}

.calculator .card--custom .card--custom__form .note {
    color: #222E48
}

.calculator .card--custom .card--custom__form .note span {
    font-weight: 500;
    color: #0C98FF
}

.calculator .calculator-input {
    position: relative;
    display: flex;
    align-items: center
}

.calculator .calculator-result {
    visibility: hidden;
    position: absolute;
    left: 0;
    display: flex;
    align-items: flex-start
}

.calculator .calc_hide {
    visibility: hidden
}

.calculator .calc_hide .btn_theme {
    transition: 0s
}

.calculator .calc_hide:after {
    transition: 0s
}

.calculator .calc_show {
    visibility: visible
}

.testimonials {
    position: relative;
    z-index: 0
}

.testimonials::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(90deg, #0C98FF 0%, #BEE3FF 100%);
    ;
    opacity: .1000000015;
    z-index: -1
}

.testimonials .card--custom {
    background: url(../images/quote.png) no-repeat;
    background-position: bottom 36px right 36px;
    background-color: #fff;
    align-items: start
}

.testimonials .card--custom::after {
    left: 10px
}

.testimonials .testimonials__author-review .text-start {
    font-size: 16px
}

@media(max-width:767px) {
    .testimonials .testimonials__author-review .text-start {
        font-size: 14px
    }
}

.testimonials .testimonials__author {
    display: flex;
    gap: 20px;
    align-items: center;
    text-align: start
}

.testimonials .testimonials__author .testimonials__thumg img {
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.testimonials .testimonials__author .testimonials__content .author__title {
    margin-bottom: 8px
}

.download-app {
    position: relative;
    z-index: 0
    
}

.download-app::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0C98FF 0%, #BEE3FF 100%);
    ;
    opacity: .1000000015;
    z-index: -1
}

.download-app .section__content-list {
    list-style: none; /* default bullet remove */
    padding-left: 0;  /* ul left space remove */
    margin: 0;
}

.download-app .section__content-list li {
    position: relative;
    padding-left: 28px; /* space for custom tick */
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
     list-style: none; /* default bullet remove */
}

/* .download-app .section__content-list li::before {
    content: "(✔)";
    position: absolute;
    left: -5px;
    top: 0;
    color: #0B93FF; 
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
} */

.faq-section {
    background: #fff
}

.servicefaq-section {
    background: #e5efff
}

.sponsor-slider.section {
    padding: 60px 0
}

.why-choose {
    position: relative;
    z-index: 0
}

.why-choose::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0C98FF 0%, #BEE3FF 100%);
    ;
    opacity: .1000000015;
    z-index: -1
}

.why-choose .section__content-inner {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.why-choose .section__content-inner .card {
    padding: 0;
    gap: 24px;
    flex-direction: row;
    background: #fff0
}

.why-choose .section__content-inner .card .card__title {
    margin-bottom: 8px;
    color: #404A60
}

.why-choose .section__content-inner .card .card__icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(7 76 62 / .0196078431)
}

.feature--secondary .card--custom {
    flex-direction: row
}

.feature--secondary .card--custom .card__content {
    flex-direction: row;
    display: flex;
    gap: 30px;
    text-align: start;
    align-items: center
}

.feature--secondary .card--custom .card__content .social_box {
    margin-top: auto
}

.feature--secondary .card--custom:nth-child(even) {
    transform: translateX(-110px)
}

.how-works .section__content-inner {
    display: flex;
    gap: 24px;
    flex-direction: column
}

.how-works .section__content-inner .card {
    gap: 44px;
    flex-direction: row;
    padding: 0;
    align-items: center;
    border-top: 1px dashed #C1C4CC;
    padding-top: 24px
}

.how-works .section__content-inner .card:first-child {
    border-top: none;
    padding-top: 0
}

.how-works .section__content-inner .card .card__icon {
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 6px 30px 0 rgb(0 0 0 / .04);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: relative;
    z-index: 0
}

.how-works .section__content-inner .card .card__icon svg {
    max-width: calc(100% - 50px)
}

.how-works .section__content-inner .card .card__icon::after {
    content: "";
    position: absolute;
    z-index: -1;
    height: 64px;
    width: 64px;
    min-width: 64px;
    border-radius: 50%;
    box-shadow: 0 6px 30px 0 rgb(0 0 0 / .04);
    border: 1px dashed #0C98FF
}

.how-works .section__content-inner .card .card__icon .number-bullet {
    width: 32px;
    min-width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: -12px;
    font-size: 14px;
    font-weight: 600
}

.how-works .section__content-inner .card .card__content {
    text-align: start
}

.countdown .countdown__area {
    display: flex;
    gap: 40px
}

.countdown .countdown__area .countdown__part {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center;
    position: relative
}

.countdown .countdown__area .countdown__part::after {
    content: "";
    position: absolute;
    top: 0;
    left: 180%;
    height: 100%;
    width: 3px;
    border-right: 1px dotted #C1C4CC
}

.countdown .countdown__area .countdown__part:last-child::after {
    display: none
}

.countdown .countdown__area .countdown__part .countdown__icon {
    width: 96px;
    min-width: 96px;
    height: 96px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #DFE0E4
}

.countdown .countdown__area .countdown__part .countdown__title {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: center
}

.about-guideline {
    position: relative;
    z-index: 0
}

.about-guideline::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0C98FF 0%, #BEE3FF 100%);
    opacity: .1000000015;
    z-index: -1
}

.about-guideline .section__content-inner .card--small {
    padding: 0
}

.about-guideline .btn-group {
    padding-top: 40px;
    gap: 40px
}

.about-guideline .btn-group .card {
    padding: 0
}

.about-guideline .btn-group .card--small-icon {
    width: 54px;
    min-width: 54px;
    height: 54px;
    background: #0C98FF
}

.about-guideline .btn-group .card--small-icon i {
    font-size: 28px
}

.about-guideline .btn-group .card--small-title {
    color: #222E48
}

.about-guideline .btn-group .card--small-call {
    font-size: 18px;
    font-weight: 500
}

.testimonials--secondary::after {
    display: none
}

.sidebar-filter {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 32px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 6px 30px 0 rgb(0 0 0 / .04)
}

.sidebar-filter::-webkit-scrollbar {
    width: 0
}

.sidebar-filter .sidebar-filter__part {
    padding-bottom: 24px;
    border-bottom: 1px dashed #C1C4CC;
    margin-bottom: 24px
}

.sidebar-filter .sidebar-filter__part .sidebar-filter__part-title {
    margin-bottom: 16px
}

.sidebar-filter .sidebar-filter__part .query {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.sidebar-filter .sidebar-filter__part .query .query__list {
    list-style-type: none;
    display: flex;
    justify-content: space-between
}

.sidebar-filter .sidebar-filter__part .query .query__list .query__label {
    display: flex;
    align-items: center;
    gap: 14px
}

.sidebar-filter .sidebar-filter__part .query .query__list .query__label label i {
    color: #FCB650
}

.sidebar-filter .sidebar-filter__part .query {
    width: 100%
}

.sidebar-filter .sidebar-filter__part .query tbody {
    gap: 8px;
    display: flex;
    flex-direction: column
}

.sidebar-filter .sidebar-filter__part .query tr {
    gap: 16px;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.sidebar-filter .sidebar-filter__part .query tr td:first-child {
    display: flex;
    align-items: center;
    gap: 14px
}

.sidebar-filter .sidebar-filter__part .query tr td:first-child i {
    border-radius: 50%;
    border: 1px solid #C1C4CC;
    color: #0C98FF
}

.sidebar-filter .sidebar-filter__part .query tr td:first-child span {
    display: flex;
    gap: 8px
}

.sidebar-filter .sidebar-filter__part .query tr td:first-child span i {
    color: #FCB650;
    border: none
}

.sidebar-filter .sidebar-cat__price-range {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 0;
    border-radius: 10px
}

.sidebar-filter .sidebar-cat__price-range .price-values {
    text-align: center
}

.sidebar-filter .sidebar-cat__price-range .price-values span {
    text-align: center
}

.sidebar-filter .sidebar-cat__price-range .range-slider {
    position: relative;
    width: 100%;
    height: 30px
}

.sidebar-filter .sidebar-cat__price-range .range-slider .slider-track {
    width: 100%;
    height: 7px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 5px
}

.sidebar-filter .sidebar-cat__price-range .range-slider input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: #fff0;
    pointer-events: none;
    font-size: 13px
}

.sidebar-filter .sidebar-cat__price-range .range-slider input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 5px
}

.sidebar-filter .sidebar-cat__price-range .range-slider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 7px;
    height: 16px;
    background-color: #FFF;
    border-radius: 12px;
    border: 1.5px solid #0C98FF;
    cursor: pointer;
    margin-top: -6px;
    pointer-events: auto
}

.sidebar-filter .btn_theme .btn_theme_inner span:first-child i,
.sidebar-filter .btn_theme .btn_theme_inner span:last-child i {
    font-size: 24px
}

.loan-comparison .loan-comparison__table {
    padding: 32px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 30px 0 rgb(0 0 0 / .04);
    overflow-x: auto
}

.loan-comparison .loan-comparison__table::-webkit-scrollbar {
    height: .7vw
}

.loan-comparison .loan-comparison__table::-webkit-scrollbar-track {
    background-color: rgb(7 76 62 / .062745098)
}

.loan-comparison .loan-comparison__table::-webkit-scrollbar-button,
.loan-comparison .loan-comparison__table::-webkit-scrollbar-thumb {
    background-color: #0C98FF;
    box-shadow: inset 2px 2px 2px hsl(0 0% 100% / .25), inset -2px -2px 2px rgb(0 0 0 / .25)
}

.loan-comparison .loan-comparison__table .sloan-comparison__title {
    margin-bottom: 40px
}

.loan-comparison .loan-comparison__table table {
    width: 100%;
    border-collapse: collapse
}

.loan-comparison .loan-comparison__table table tr {
    display: flex
}

.loan-comparison .loan-comparison__table table tr:nth-child(odd) {
    background: rgb(7 76 62 / .05)
}

.loan-comparison .loan-comparison__table table th,
.loan-comparison .loan-comparison__table table td {
    flex: 1;
    padding: 12px 20px;
    font-weight: 500;
    min-width: 200px;
    border-right: 1px dashed #C1C4CC;
    margin: auto
}

.loan-comparison .loan-comparison__table table th:last-child,
.loan-comparison .loan-comparison__table table td:last-child {
    border-right: none
}

.loan-comparison .loan-comparison__table table th .btn_theme,
.loan-comparison .loan-comparison__table table td .btn_theme {
    width: 100%;
    height: 45px
}

.loan-comparison .loan-comparison__table table th .btn_theme::after,
.loan-comparison .loan-comparison__table table td .btn_theme::after {
    background: #fff0
}

.loan-comparison .loan-comparison__table table th {
    font-size: 20px;
    color: #222E48
}

.choose-us--secondary {
    position: relative;
    z-index: 0
}

.choose-us--secondary::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url(../images/choose_us_bg.png);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -2
}
.choose-us--secondarynew{
        background-color: #f4f5f6;
}

.choose-us--secondary:before {
    display: none
}

.about-us--secondary .animation img:nth-child(2) {
    top: 54%
}

.about-us--secondary .countdown {
    position: relative;
    z-index: 0
}

.about-us--secondary .countdown:after {
    content: "";
    position: absolute;
    top: 0;
    left: -10%;
    height: 100%;
    background: #fff;
    z-index: -1;
    width: 120%;
    border-radius: 16px
}

.sign-up {
    position: relative;
    z-index: 0;
    padding-top: 125px;
    padding-bottom: 30px
}

.sign-up:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #0C98FF 0%, #BEE3FF 100%);
    border-radius: 16px;
    opacity: .1000000015;
    z-index: -1
}

.sign-up .sign-up__form {
    padding: 32px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 6px 30px 0 rgb(0 0 0 / .04)
}

.sign-up .sign-up__form .sign-up__title {
    margin-bottom: 16px
}

.sign-up .sign-up__form .sign-up__sub-title {
    color: #222E48
}

.sign-up .sign-up__form .sign-up__form-part {
    display: flex;
    gap: 20px;
    flex-direction: column
}

.sign-up .sign-up__form .sign-up__form-part .form-control {
    background: rgb(7 76 62 / .03)
}

.sign-up .sign-up__form .sign-up__form-part .forget-pass {
    color: #0C98FF;
    justify-content: flex-end
}

.sign-up .sign-up__form .have_account {
    color: #222E48
}

.sign-up .sign-up__form .have_account a {
    font-weight: 600;
    color: #0C98FF
}

.contact:after {
    display: none
}

.contact .contact__title {
    padding-bottom: 40px;
    border-bottom: 1px dashed #C1C4CC;
    margin-bottom: 40px
}

.contact .form-control {
    padding: 12px 32px
}

.contact .nice-select option:first-child {
    color: #6A7283
}

.contact .nice-select:after {
    right: 32px
}

.contact .sign-up__form .sign-up__form-part {
    gap: 24px
}

.contact .more-help {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 6px 30px 0 rgb(0 0 0 / .04);
    padding: 32px;
    position: sticky;
    top: 140px
}

.contact .more-help .more-help__content {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.contact .more-help .card--small {
    color: #222E48;
    background: rgb(7 76 62 / .03)
}

.contact .more-help .card--small .card--small-icon {
    width: 64px;
    min-width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DFE0E4;
    background: #FFF
}

.contact .more-help .card--small .card--small-icon i {
    font-size: 20px
}

.contact .more-help .card--small .card--small-title {
    margin-bottom: 12px
}

.service-details .card--secondary,
.blog-details .card--secondary {
    gap: 40px
}

.service-details .card--secondary .card--secondary__content,
.blog-details .card--secondary .card--secondary__content {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.service-details .card--secondary .card--secondary__content .card--secondary__time,
.blog-details .card--secondary .card--secondary__content .card--secondary__time {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap
}

.service-details .card--secondary .card--secondary__content .card--secondary__time i,
.blog-details .card--secondary .card--secondary__content .card--secondary__time i {
    color: #404A60
}

.service-details .card--secondary .card--secondary__content .card--secondary__time i .bi-dot,
.blog-details .card--secondary .card--secondary__content .card--secondary__time i .bi-dot {
    padding: 0 20px
}

.service-details .card--secondary .card--secondary__content .card--secondary__content-part,
.blog-details .card--secondary .card--secondary__content .card--secondary__content-part {
    padding-bottom: 24px;
    border-bottom: 1px dashed #C1C4CC
}

.service-details .card--secondary .card--secondary__content .card--secondary__content-part .content-part__thumb,
.blog-details .card--secondary .card--secondary__content .card--secondary__content-part .content-part__thumb {
    display: flex;
    gap: 40px;
    align-items: center
}

.service-details .card--secondary .card--secondary__content .card--secondary__content-part .content-part__thumb img,
.blog-details .card--secondary .card--secondary__content .card--secondary__content-part .content-part__thumb img {
    border-radius: 16px
}

.blog-details .card--secondary .card--secondary__video {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.blog-details .card--secondary .card--secondary__video .play_button {
    position: absolute;
    width: 56px;
    min-width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0C98FF
}

.blog-details .card--secondary .card--secondary__video .play_button i {
    color: #FFF;
    font-size: 36px
}

.blog-details .card--secondary .card--secondary__content {
    gap: 32px
}

.blog-details .card--secondary .card--secondary__content .card--secondary__content-part {
    border-bottom: none;
    padding-bottom: 0
}

.blog-details .card--secondary .sign-up .sign-up__form {
    padding: 0;
    box-shadow: none
}

.card--secondary.part {
    padding: 32px
}

.comments-area {
    display: flex;
    gap: 32px;
    flex-direction: column
}

.comments-area .comments-title .sort_by {
    flex-shrink: 0
}

.comments-area .comments-title .nice-select {
    padding: 0 32px 0 16px
}

.comments-area .comments-title .nice-select:after {
    right: 16px
}

.comments-area .author__content {
    border-radius: 16px;
    background: rgb(7 76 62 / .05);
    padding: 24px;
    gap: 24px;
    display: flex;
    flex-direction: column
}

.comments-area .author__content .author__submit-time {
    padding-bottom: 24px;
    border-bottom: 1px dashed #C1C4CC
}

.comments-area .author__content .author__text p {
    font-size: 18px;
    color: #222E48;
    margin-top: 12px
}

.comments-area .author__thumbs img {
    border-radius: 50%
}

.comments-area .feedback__content {
    padding-top: 24px;
    border-top: 1px dashed #C1C4CC
}

.comments-area .feedback__content a,
.comments-area .feedback__content a i {
    color: #0C98FF !important;
    font-size: 18px
}

.comments-area .reply__content {
    margin-top: 30px;
    display: none
}

.comments-area .reply__content .reply__form {
    width: 100%
}

.comments-area .reply__content .reply__form .form-control {
    padding: 16px 20px
}

.author__content--secondary .author__thumbs img {
    border-radius: 0
}

.blog .card--secondary .card--secondary__content .card--secondary__time {
    display: flex;
    align-items: center;
    gap: 12px
}

.blog .card--secondary .card--secondary__content .card--secondary__time i {
    color: #404A60
}

.blog .card--secondary .card--secondary__content .card--secondary__time i .bi-dot {
    padding: 0 20px
}

.reviews-details .reviews-details__area {
    display: flex;
    gap: 45px;
    flex-direction: column
}

.reviews-details .reviews-details__area .reviews-details__part {
    background: #FFF;
    border-radius: 16px;
    box-shadow: 0 6px 30px 0 rgb(0 0 0 / .04);
    padding: 32px;
    gap: 32px;
    display: flex;
    flex-direction: column
}

.reviews-details .reviews-details__area .reviews-details__part .loan-reviews--quaternary .loan-reviews_card {
    border: 1px solid #DFE0E4
}

.reviews-details .reviews-details__area .reviews-details__part .loan-reviews--quaternary .loan-reviews__part-two {
    flex: 1;
    padding-right: 0
}

.reviews-details .reviews-details__area .reviews-details__part .loan-reviews--quaternary .loan-reviews__part-two:after {
    display: none
}

.reviews-details .reviews-details__area .reviews-details__part .charges__card {
    border-radius: 16px;
    border: 1px solid #DFE0E4;
    background: rgb(7 76 62 / .03);
    display: flex;
    flex-direction: row;
    gap: 24px
}

.reviews-details .reviews-details__area .reviews-details__part .charges__card .charges__part {
    display: flex;
    gap: 16px;
    flex: 1;
    padding-right: 24px;
    border-right: 1px dashed #C1C4CC
}

.reviews-details .reviews-details__area .reviews-details__part .charges__card .charges__part:last-child {
    padding-right: 0;
    border-right: none
}

.reviews-details .reviews-details__area .reviews-details__part .charges__card .charges__part .charges__part-percentage {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0C98FF;
    font-size: 24px;
    font-weight: 500;
    color: #0C98FF
}

.reviews-details .reviews-details__area .reviews-details__part .charges__card .charges__part .charges__part-title {
    font-size: 20px;
    font-weight: 500
}

.reviews-details .reviews-details__area .reviews-details__part .repayment .number {
    list-style-type: auto;
    display: flex;
    gap: 16px;
    flex-direction: column
}

.reviews-details .reviews-details__area .reviews-details__part .repayment .number li {
    font-weight: 500;
    font-size: 16px
}

.reviews-details .reviews-details__area .reviews-details__part .repayment .number .bullet {
    list-style-type: disc;
    margin-left: 20px
}

.reviews-details .reviews-details__area .reviews-details__part .repayment .number .bullet li {
    font-weight: 400
}

.reviews-details .reviews-details__area .reviews-details__part .repayment .number .bullet li::marker {
    font-size: 10px
}

.reviews-details .reviews-details__area .reviews-details__part .pro__card {
    padding: 24px;
    border: 1px solid #DFE0E4;
    background: rgb(7 76 62 / .03);
    border-radius: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative
}

.reviews-details .reviews-details__area .reviews-details__part .pro__card:after {
    content: "";
    position: absolute;
    top: 24px;
    left: 50%;
    width: 3px;
    height: 85%;
    border-right: 1px dashed #C1C4CC
}

.reviews-details .reviews-details__area .reviews-details__part .pro__card ul {
    display: flex;
    gap: 16px;
    flex-direction: column
}

.reviews-details .reviews-details__area .reviews-details__part .pro__card ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500
}

.reviews-details .reviews-details__area .reviews-details__part .pro__card .pro__part.free h4 i,
.reviews-details .reviews-details__area .reviews-details__part .pro__card .pro__part.free ul li i {
    color: red
}

.reviews-details .reviews-details__area .reviews-details__part .average-reviews .average-reviews__title,
.reviews-details .reviews-details__area .reviews-details__part .average-reviews .average-reviews__content {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px dashed #C1C4CC
}

.reviews-details .reviews-details__area .reviews-details__part .average-reviews .average-reviews__content {
    margin-bottom: 0
}

.reviews-details .reviews-details__area .reviews-details__part .average-reviews .average-reviews__card {
    padding: 26px 48px;
    background: #0C98FF;
    color: #FFF;
    text-align: center;
    border-radius: 16px
}

.reviews-details .reviews-details__area .reviews-details__part .average-reviews .average-reviews__count {
    font-size: 24px
}

.reviews-details .reviews-details__area .reviews-details__part .average-reviews .average-reviews__count span {
    color: #FCB650
}

.reviews-details .reviews-details__area .reviews-details__part .average-reviews .star_review {
    padding: 8px 0;
    justify-content: center
}

.reviews-details .reviews-details__area .reviews-details__part .average-reviews .progress-area {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.reviews-details .reviews-details__area .reviews-details__part .average-reviews .progress-area .progress-area__part {
    display: flex;
    align-items: center;
    gap: 20px
}

.reviews-details .reviews-details__area .reviews-details__part .average-reviews .progress-area .progress-area__part span i {
    color: #FCB650
}

.reviews-details .reviews-details__area .reviews-details__part .average-reviews .progress-area .progress-area__part .prog-bar {
    height: 12px;
    width: 100%;
    background: #EBECEF
}

.reviews-details .reviews-details__area .reviews-details__part .average-reviews .progress-area .progress-area__part .prog-percentage {
    height: 12px !important;
    background: #0C98FF;
    animation: none;
    position: relative
}

.reviews-details .reviews-details__area .reviews-details__part .average-reviews .progress-area .progress-area__part .prog-percentage::before {
    content: attr(per);
    position: absolute;
    top: 7px
}

.reviews-details .sidebar__part .minimum-loan {
    display: flex;
    justify-content: space-between
}

.reviews-details .sidebar__part .minimum-loan .minimum-loan__title {
    font-size: 18px;
    font-weight: 500
}

.reviews-details .sidebar__part .minimum-loan span {
    color: #0C98FF;
    font-weight: 500
}

.reviews-details .sidebar__part ul {
    display: flex;
    gap: 12px;
    flex-direction: column
}

.reviews-details .sidebar__part ul li {
    display: flex;
    gap: 12px;
    align-items: center
}

.contact,
.loan-reviews--tertiary,
.reviews-details,
.loan-comparison,
.service-details,
.blog,
.blog-details {
    position: relative;
    z-index: 0;
    overflow: initial
}

.contact::before,
.loan-reviews--tertiary::before,
.reviews-details::before,
.loan-comparison::before,
.service-details::before,
.blog::before,
.blog-details::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .1000000015;
    background: #0C98FF;
    z-index: -1;
    border-radius: 0
}

.sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.sidebar::-webkit-scrollbar {
    width: 0
}

.sidebar .sidebar__part {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 6px 30px 0 rgb(0 0 0 / .04);
    padding: 24px
}

.sidebar .sidebar__part .sidebar__part-title {
    padding-bottom: 24px;
    border-bottom: 1px dashed #C1C4CC;
    margin-bottom: 24px
}

.sidebar .sidebar__part .section__cta {
    padding-top: 24px;
    border-top: 1px dashed #C1C4CC;
    margin-top: 24px
}

.sidebar .sidebar__part .category {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.sidebar .sidebar__part .category li {
    border-radius: 30px;
    background: #F5F6F7;
    transition: all 0.35s ease-in-out
}

.sidebar .sidebar__part .category li a {
    padding: 12px 32px;
    width: 100%;
    gap: 16px
}

.sidebar .sidebar__part .category li .caregory__icon {
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    box-shadow: 0 6px 30px 0 rgb(0 0 0 / .08)
}

.sidebar .sidebar__part .category li .caregory__icon svg {
    max-width: calc(100% - 12px)
}

.sidebar .sidebar__part .category li .caregory__content {
    color: #222E48;
    font-size: 18px;
    font-weight: 500;
    transition: 0.32s
}

.sidebar .sidebar__part .category li:hover,
.sidebar .sidebar__part .category li:focus,
.sidebar .sidebar__part .category li.active {
    background: #0C98FF
}

.sidebar .sidebar__part .category li:hover .caregory__content,
.sidebar .sidebar__part .category li:focus .caregory__content,
.sidebar .sidebar__part .category li.active .caregory__content {
    color: #FFF
}

.sidebar .sidebar__part .btn_theme .btn_theme_inner span:last-child i {
    color: #0C98FF
}

.sidebar .sidebar__part .social_box {
    width: 32px !important;
    min-width: 32px !important;
    height: 32px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0
}

.sidebar .sidebar__part .social_box .btn_theme_inner span i {
    font-size: 16px
}

.sidebar .sidebar__part .social_box .btn_theme_inner span:last-child {
    transform: translateY(-8px)
}

.sidebar .sidebar__part .social_box:hover .btn_theme_inner span:last-child {
    transform: translateY(-32px)
}

.sidebar .sidebar__part .social_box:hover .btn_theme_inner span:first-child {
    transform: translateY(8px)
}

.sidebar .sidebar__part .recent-posts {
    display: flex;
    gap: 32px;
    flex-direction: column
}

.sidebar .sidebar__part .recent-posts .recent-posts__part {
    display: flex;
    gap: 24px;
    align-items: center
}

.sidebar .sidebar__part .recent-posts .recent-posts__part .recent-posts__thumb {
    max-width: 100px;
    flex-shrink: 0
}

.sidebar .sidebar__part .recent-posts .recent-posts__part .recent-posts__thumb img {
    border-radius: 16px
}

@media (min-width:1925px) {
    .loan-reviews .loan-reviews_card .loan-reviews__part-one {
        flex: 1
    }

    .loan-reviews .loan-reviews_card .loan-reviews__part-two {
        flex: 1.4
    }

    .loan-reviews .loan-reviews_card .loan-reviews__part-three {
        flex: .7
    }
}

@media (max-width:1799px) {
    .choose-us .container-fluid {
        max-width: 100%;
        border-radius: 0
    }
}

@media (max-width:1679px) {
    .choose-us .choose-us__thumb img {
        max-width: 100%
    }
}

@media (max-width:1599px) {
    .choose-us .animation img:first-child {
        width: 7%;
        top: 100px
    }

    .choose-us .animation img:last-child {
        width: 5%;
        right: 1%;
        top: 5%
    }

    .choose-us .bg:after {
        left: -30%;
        width: 170%
    }

    .working-process::before {
        display: none
    }

    .about-us .animation img:nth-child(2) {
        bottom: 51px
    }
}

@media (max-width:1399px) {
    .opacity-xxl-1 {
        opacity: 1
    }

    .opacity-xxl-0 {
        opacity: 0
    }

    .choose-us .animation img:first-child {
        display: none
    }

    .working-process {
        padding-top: 0 !important
    }

    .working-process::after {
        height: auto
    }

    .feature--secondary .feature__content {
        gap: 16px !important
    }

    .feature--secondary .feature__content .card--custom:nth-child(even) {
        transform: translate(0)
    }

    .feature--tertiary .card--custom {
        background: #fff;
        padding: 28px 24px
    }

    .how-works .how-works__thumbs img {
        width: 100%
    }

    .countdown .countdown__area .countdown__part:after {
        display: none
    }

    .about-us--secondary .countdown:after {
        left: -30%;
        width: 160%
    }

    .reviews-details .reviews-details__area .reviews-details__part .charges__card .charges__part {
        border-right: none
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .loan-reviews .loan-reviews_card {
        gap: 24px
    }

    .loan-reviews .loan-reviews_card .loan-reviews__part-two {
        padding: 0 24px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .about-us .section__content-inner {
        gap: 24px
    }

    .about-us .section__content-inner .card--small {
        width: 100%
    }

    .contact .more-help .card--small .card--small-icon {
        width: 70px;
        min-width: 70px;
        height: 70px
    }

    .contact .more-help .card--small .card--small-icon i {
        font-size: 30px
    }

    .calculator ul.section__content-list li {
        width: 100%
    }
}

@media (max-width:1199px) {

    p,
    th,
    td,
    li,
    input,
    textarea,
    select,
    label,
    blockquote,
    span {
        font-size: 16px;
        line-height: 1.5
    }

    a,
    button {
        font-size: 16px
    }

    .opacity-xl-1 {
        opacity: 1
    }

    .opacity-xl-0 {
        opacity: 0
    }

    .section__content .section__content-inner ul li {
        font-size: 16px
    }

    .section__content .section__header-sub-title img,
    .section__content .section__content-sub-title img,
    .section__header .section__header-sub-title img,
    .section__header .section__content-sub-title img {
        width: 2.5vw
    }

    .loan-reviews .loan-reviews__thumb img {
        max-width: 80%
    }

    .about-us .animation img:nth-child(2) {
        bottom: 30px
    }

    .about-us--secondary .animation img:nth-child(2) {
        bottom: auto;
        top: 58%
    }

    .contact .more-help,
    .sign-up .sign-up__form {
        padding: 24px
    }
}

@media (max-width:991px) {
    .section {
        padding: 60px 0
    }

    .section--space-top {
        padding-bottom: 0
    }

    .section--space-bottom {
        padding-top: 0
    }

    .unset {
        max-width: 75%;
        height: auto
    }

    .dir-rtl {
        direction: ltr
    }

    .slick-dots,
    .slider-navigation,
    .nav_pagination {
        margin-top: 30px
    }

    .opacity-lg-1 {
        opacity: 1
    }

    .opacity-lg-0 {
        opacity: 0
    }

    .section__content .section__header-sub-title img,
    .section__content .section__content-sub-title img,
    .section__header .section__header-sub-title img,
    .section__header .section__content-sub-title img {
        width: 24px
    }

    .feature .animation img {
        display: none
    }

    .loan-reviews .loan-reviews_card {
        margin: 0
    }

    .loan-reviews .loan-reviews_card .loan-reviews__part-three .btn-group {
        flex-direction: row
    }

    .loan-reviews .loan-reviews_card .loan-reviews__part-two::after {
        display: none
    }

    .working-process .card {
        gap: 0
    }

    .working-process .card .card__icon {
        width: 110px;
        min-width: 110px;
        height: 110px
    }

    .working-process .card .card__icon:after {
        height: 90px;
        width: 90px;
        min-width: 90px
    }

    .working-process .card .card__icon .number-bullet {
        width: 30px;
        min-width: 30px;
        height: 30px
    }

    .choose-us .loan-reviews {
        padding: 0
    }

    .choose-us .loan-reviews:before {
        display: none
    }

    .why-choose .section__content-inner {
        gap: 24px
    }

    .about-us .animation img:first-child {
        top: 45px
    }

    .about-us .animation img:nth-child(2) {
        display: none
    }

    .feature--tertiary .card--custom {
        background: #fff;
        padding: 28px 18px
    }
}

@media (max-width:767px) {
    .section--space-top {
        padding-bottom: 0
    }

    .section--space-bottom {
        padding-top: 0
    }

    .section__header {
        margin-bottom: 36px
    }

    .section__header .section__header-sub-title {
        margin-bottom: 16px
    }

    .section__header .section__header-title {
        margin-bottom: 16px
    }

    .section__content .section__content-sub-title,
    .section__content .banner__content-sub-title,
    .banner__content .section__content-sub-title,
    .banner__content .banner__content-sub-title {
        margin-bottom: 16px
    }

    .section__content .section__content-title,
    .section__content .banner__content-title,
    .banner__content .section__content-title,
    .banner__content .banner__content-title {
        margin-bottom: 16px
    }

    .section__content .section__content-cta,
    .section__content .banner__content-cta,
    .banner__content .section__content-cta,
    .banner__content .banner__content-cta {
        margin-top: 30px
    }

    .section__cta {
        margin-top: 36px
    }

    .card {
        padding: 12px;
        gap: 24px
    }

    .card--custom {
        padding: 20px
    }

    .card--custom::after {
        max-width: calc(100% - 12px);
        max-height: calc(100% - 22px)
    }

    .loan-reviews .loan-reviews_card {
        gap: 30px;
        padding: 24px 16px
    }

    .loan-reviews .loan-reviews_card .loan-reviews__part-one {
        order: 1;
        gap: 20px;
        padding: 0
    }

    .loan-reviews .loan-reviews_card .loan-reviews__part-three {
        order: 2
    }

    .loan-reviews .loan-reviews_card .loan-reviews__part-three .btn-group {
        flex-direction: column
    }

    .loan-reviews .loan-reviews_card .loan-reviews__part-two {
        padding: 0
    }

    .loan-reviews .loan-reviews_card .loan-reviews__part-two::before {
        display: none
    }

    .reviews-details .reviews-details__area .reviews-details__part {
        padding: 16px
    }

    .sign-up .sign-up__form,
    .contact .more-help {
        padding: 24px
    }

    .contact .more-help .card--small .card--small-icon {
        width: 70px;
        min-width: 70px;
        height: 70px
    }

    .contact .more-help .card--small .card--small-icon i {
        font-size: 28px
    }

    .card--small {
        gap: 12px
    }

    .working-process .card .card__icon {
        width: 100px;
        min-width: 100px;
        height: 100px
    }

    .working-process .card .card__icon:after {
        height: 85px;
        width: 85px;
        min-width: 85px
    }

    .about-us .section__content-inner {
        gap: 24px
    }

    .about-us .section__content-inner .card--small {
        width: 100%
    }

    .about-us .animation img {
        display: none
    }

    .calculator .card--custom::after,
    .testimonials .card--custom::after {
        left: 6px
    }

    .countdown .countdown__area {
        flex-wrap: wrap;
        gap: 40px 24px
    }

    .countdown .countdown__area .countdown__part {
        width: calc(50% - 13px);
        gap: 16px
    }

    .sidebar .sidebar__part .category li .caregory__content {
        font-size: 16px
    }

    .reviews-details .reviews-details__area .reviews-details__part .pro__card {
        flex-wrap: wrap;
        gap: 40px
    }

    .reviews-details .reviews-details__area .reviews-details__part .pro__card:after {
        display: none
    }

    .card--secondary.part {
        padding: 24px
    }

    .card--secondary .card--secondary__content {
        margin: 0 10px
    }
}

@media (max-width:575px) {
    .col-12 {
        margin-left: auto;
        margin-right: auto
    }

    .section__content .banner__content-inner ul,
    .section__content .section__content-inner ul,
    .banner__content .banner__content-inner ul,
    .banner__content .section__content-inner ul {
        flex-direction: column;
        align-items: start
    }

    .section__content .banner__content-inner ul li,
    .section__content .section__content-inner ul li,
    .banner__content .banner__content-inner ul li,
    .banner__content .section__content-inner ul li {
        width: 100%
    }

    .nav_pagination .pagination {
        gap: 8px
    }

    .nav_pagination .pagination a,
    .nav_pagination .pagination button {
        width: 35px;
        min-width: 35px;
        height: 35px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px
    }

    .nav_pagination .pagination .page-item .page-link {
        width: 32px;
        min-width: 32px;
        height: 32px
    }

    .slider-navigation .pagination-button {
        width: 30px;
        min-width: 30px;
        height: 30px
    }

    .slider-navigation .pagination-button i {
        font-size: 14px
    }

    .section__content ul.section__content-list li {
        width: 100%
    }

    .testimonials .card--custom {
        background-size: 20%
    }

    .feature--secondary .feature__content {
        gap: 16px !important
    }

    .feature--secondary .feature__content .card--custom {
        flex-direction: column
    }

    .feature--secondary .feature__content .card--custom .card__content {
        flex-direction: column;
        gap: 20px;
        text-align: center
    }

    .contact .more-help .card--small .card--small-icon {
        width: 70px;
        min-width: 70px;
        height: 70px
    }

    .contact .more-help .card--small .card--small-icon i {
        font-size: 30px
    }

    .contact .contact__title {
        padding-top: 8px;
        padding-bottom: 24px;
        margin-bottom: 24px
    }
}

@media (max-width:479px) {
    .col-6 {
        width: 100%
    }

    .section__content .banner__content-inner,
    .section__content .section__content-cta,
    .section__content .banner__content-cta,
    .banner__content .banner__content-inner,
    .banner__content .section__content-cta,
    .banner__content .banner__content-cta {
        flex-direction: column;
        align-items: flex-start
    }

    .section__content .banner__content-inner .btn_theme,
    .section__content .section__content-cta .btn_theme,
    .section__content .banner__content-cta .btn_theme,
    .banner__content .banner__content-inner .btn_theme,
    .banner__content .section__content-cta .btn_theme,
    .banner__content .banner__content-cta .btn_theme {
        width: 100%;
        justify-content: center
    }

    .section__content .section__header-sub-title,
    .section__content .section__content-sub-title,
    .section__header .section__header-sub-title,
    .section__header .section__content-sub-title {
        font-size: 18px;
        gap: 12px
    }

    .section__content .section__header-sub-title img,
    .section__content .section__content-sub-title img,
    .section__header .section__header-sub-title img,
    .section__header .section__content-sub-title img {
        width: 20px
    }

    .sidebar-filter {
        padding: 24px 12px
    }

    .how-works .section__content-inner .card {
        gap: 24px;
        flex-direction: column;
        align-items: flex-start
    }

    .countdown .countdown__area .countdown__part {
        width: 100%
    }

    .loan-reviews .loan-reviews_card {
        gap: 24px;
        padding: 24px 12px
    }

    .reviews-details .reviews-details__area .reviews-details__part {
        padding: 12px
    }

    .reviews-details .reviews-details__area .reviews-details__part .pro__card {
        padding: 16px 12px
    }

    .sign-up .sign-up__form,
    .contact .more-help {
        padding: 20px 12px 16px
    }

    .card--secondary .card--secondary__content {
        margin: 0
    }

    .sidebar .sidebar__part {
        padding: 24px 12px
    }

    .sidebar .sidebar__part .category li a {
        padding: 12px;
        gap: 8px
    }

    .card--secondary.part {
        padding: 12px
    }

    .comments-area .author__content {
        padding: 14px
    }
}

.emi_body {
    background: #0C98FF;
    margin-top: 20px
}

.emi-calci .card--secondary .card--secondary__content,
.blog-details .card--secondary .card--secondary__content {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.emi-calci .card--secondary .card--secondary__content .card--secondary__time,
.blog-details .card--secondary .card--secondary__content .card--secondary__time {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap
}

.emi-calci .card--secondary .card--secondary__content .card--secondary__time i,
.blog-details .card--secondary .card--secondary__content .card--secondary__time i {
    color: #404A60
}

.emi-calci .card--secondary .card--secondary__content .card--secondary__time i .bi-dot,
.blog-details .card--secondary .card--secondary__content .card--secondary__time i .bi-dot {
    padding: 0 20px
}

.emi-calci .card--secondary .card--secondary__content .card--secondary__content-part,
.blog-details .card--secondary .card--secondary__content .card--secondary__content-part {
    padding-bottom: 24px;
    border-bottom: 1px dashed #C1C4CC
}

.emi-calci .card--secondary .card--secondary__content .card--secondary__content-part .content-part__thumb,
.blog-details .card--secondary .card--secondary__content .card--secondary__content-part .content-part__thumb {
    display: flex;
    gap: 40px;
    align-items: center
}

.emi-calci .card--secondary .card--secondary__content .card--secondary__content-part .content-part__thumb img,
.blog-details .card--secondary .card--secondary__content .card--secondary__content-part .content-part__thumb img {
    border-radius: 16px
}

p.fs-small-head {
    font-size: 18px;
    font-weight: 600
}

.team .card .card__icon {
    width: 270px;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    border: 1px solid #DFE0E4;
    margin: auto;
    overflow: hidden
}

ul.list {
    height: 300px;
    width: 100%;
    overflow: auto !important
}

section.about-us.section {
    padding-top: 120px
}

section.emi-calci.section {
    background: linear-gradient(98.76deg, #EAF1FF 1.71%, #A8BEE9 99.17%)
}

.emi-calci .card--secondary {
    background: #FFF
}

.Homeloan-titles {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

label.loan-amount-maxval {
    background: #e0eafc;
    padding: 1px 10px;
    border-radius: 5px
}

input.homeloan-range {
    width: 100%;
    margin-bottom: 23px
}

.home-loan-calculator {
    margin-right: 30px
}

.home-loan-monthly {
    text-align: center
}

.result-heading {
    font-weight: 600
}

.result-price {
    font-weight: 500;
    font-size: 20px;
    color: #0C98FF;
    margin-bottom: 15px
}

.emiresult-box {
    border: solid 1px #ccc
}

button.loan-apply {
    padding: 10px;
    color: #fff;
    background: linear-gradient(92.33deg, #0C98FF .45%, #0c98ff 96.69%);
    border-radius: 5px;
    font-weight: 200
}

button.get-callback {
    padding: 10px;
    margin-left: 10px;
    border: solid 1px #0C98FF;
    border-radius: 5px;
    color: #0C98FF;
    background: #fff
}

.card.loan-eligiblity-card {
    padding: 0;
    border-radius: 30px
}

h4.loan-title {
    margin: 15px
}

.loan-inter-body {
    display: flex;
    text-align: center;
    align-items: center
}

.loan-inter-body img {
    height: 50px;
    width: 50px
}

.loan-inter-content {
    margin-left: 5px;
    text-align: left
}

.loan-el-title {
    font-weight: 700;
    margin-left: 5px
}

.loan-el-price {
    margin-left: 5px
}

.card.loan-inter-box {
    box-shadow: 0 1px 20px 6px #ccc6
}

.card.doc-inter-box {
    box-shadow: 0 1px 20px 6px #ccc6;
    padding: 24px
}

.card-body.stepscard1 {
    border: 1px solid #0C98FF;
    border-radius: 15px;
    background: #EAF1FF;
    padding: 20px
}

.stepscard1 p {
    margin-top: 15px
}

.step-heading {
    font-weight: 500;
    color: #0C98FF
}

.loan-full-steps {
    display: flex
}

.stepcount {
    height: 46px;
    width: 42px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: solid 1px #ccc;
    margin-right: 20px;
    background: #fff;
    z-index: 2
}

.loan-solution {
    background: #F5F9FF
}

.loan-solution-body img {
    width: 40px;
    height: 40px
}

p.loan-sol-title {
    font-weight: 600;
    margin-bottom: 5px
}

.loan-solution-body {
    min-height: 150px
}

.card.loan-sol-1,
.card.loan-sol-6,
.card.loan-sol-11 {
    background: #F2FAFF;
    border: 1px solid #5599FF6E;
    box-shadow: 0 1px 20px 6px #ccc6
}

.card.loan-sol-2,
.card.loan-sol-7,
.card.loan-sol-12 {
    background: #FFF5E9;
    border: 1px solid #CDA97D;
    box-shadow: 0 1px 20px 6px #ccc6
}

.card.loan-sol-3,
.card.loan-sol-8,
.card.loan-sol-13 {
    background: #FDF9FF;
    border: 1px solid #B77FD3;
    box-shadow: 0 1px 20px 6px #ccc6
}

.card.loan-sol-4,
.card.loan-sol-9,
.card.loan-sol-14 {
    background: #F0FFFD;
    border: 1px solid #37B9A9;
    box-shadow: 0 1px 20px 6px #ccc6
}

.card.loan-sol-5,
.card.loan-sol-10,
.card.loan-sol-15 {
    background: #FBFFF9;
    border: 1px solid #8AB973;
    box-shadow: 0 1px 20px 6px #ccc6
}

.card.why-finzii-card {
    background: linear-gradient(95.61deg, #F4F8FB .41%, #ECEFFE 65.01%, #F4F8FB 100.22%);
    border: 1px solid #5599FF6E
}

.whyfinzii-innercard {
    border-radius: 5px;
    background: #fff;
    display: flex;
    padding: 10px
}

.whyfinzii-innercard p {
    margin-left: 10px
}

.whyfinzii-innercard img {
    width: 20px;
    height: 20px
}

.otherpro::after {
    background: linear-gradient(180deg, #DDECFF 0%, #FFFFFF 100%) !important
}

section.otherpro.section {
    background: #F5F9FF
}

@media (min-width:768px) {
    .card.loan-eligiblity-card {
        height: 180px !important
    }

    .outimg {
        height: 250px;
        position: relative;
        top: -69px
    }

    .check-eligibility {
        padding: 60px
    }
}

.loan-full-steps {
    position: relative
}

.stepcount1 {
    height: 46px;
    width: 42px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: solid 1px #ccc;
    margin-right: 20px;
    background: #fff;
    z-index: 2
}

.step-line-d {
    position: relative
}

.step-line-d::before {
    content: "";
    width: 1px;
    position: absolute;
    border: 1px dashed #ccc;
    top: 0;
    left: 20px;
    bottom: 40px
}

.ourpartner-card {
    box-shadow: 0 0 12px 6px #f5f5f5;
    min-height: 85px;
    border: 1px solid #0B93FF;
    align-items: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.content_testimonial {
    height: 150px
}

.service_content {
    text-align: justify
}

.prsnl-sec {
    min-height: calc(100vh - 108px);
    background-color: #000;
    padding-top: 73px;
    display: flex
}

.prsnl-sec-lft {
    background-color: #fff;
    width: 50%;
    min-height: calc(100vh - 108px)
}

.prsnl-sec-lft-innr {
    max-width: 502px;
    margin-left: auto;
    margin-right: 139px;
    padding-top: 52px
}

.prsnl-sec-lft-innr h4 {
    color: #0C98FF;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    margin-bottom: 26px
}

.prsnl-sec-lft-innr h4 .step0 {
    color: #8C8C8C;
    font-size: 12px;
    margin-left: auto
}

.prsnl-sec-lft-innr h2 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    max-width: 65%;
    position: relative;
    margin-bottom: 27px;
    padding-bottom: 14px
}

.prsnl-sec-lft-innr h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 65px;
    background-color: #0C98FF
}

.prsnl-sec-rght {
    background-color: #F4F8FB;
    width: 50%;
    min-height: calc(100vh - 108px);
    padding: 82px 75px
}

.prsnl-sec-rght-tp {
    background-color: #FFFFFF80;
    border-radius: 20px;
    padding: 38px;
    border: 1px solid #8693B7
}

.prsnl-sec-rght-tp-img {
    position: relative
}

.prsnl-sec-rght-tp-img img {
    position: relative;
    z-index: 9;
    padding-top: 20px
}

.prsnl-sec-rght-tp-img:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #fff;
    border: 15px solid #CFDBFC
}

.prsnl-sec-rght-tp h4 {
    color: #001638;
    font-size: 24px;
    margin-bottom: 30px
}

.prsnl-sec-rght-tp ul li img {
    margin-right: 7px
}

.prsnl-sec-rght-tp ul li {
    margin-bottom: 21px
}

.prsnl-sec-rght-tp hr {
    border-color: #0C98FF;
    opacity: 1;
    margin-top: 28px;
    margin-bottom: 28px
}

.prsnl-sec-rght-tp h5 {
    font-size: 20px;
    margin-bottom: 18px;
    color: #001638
}

.prsnl-sec-rght-tp p {
    color: #001638;
    font-size: 14px;
    max-width: 80%;
    margin-bottom: 20px
}

.prsnl-sec-rght-tp h6 {
    color: #001638;
    font-size: 14px;
    display: flex;
    align-items: center
}

.prsnl-sec-rght-tp h6 img {
    width: 40px;
    height: 40px;
    margin-right: 10px
}

.explore-sec {
    margin-top: 20px
}

.explore-sec h4 {
    font-size: 20px;
    color: #001638
}

.explore-sec-inr-tp {
    padding-top: 15px;
    padding-bottom: 1px
}

.explore-sec-inr {
    padding: 13px;
    background-color: #F2FAFF;
    border-radius: 12px;
    height: 100%;
    box-shadow: 0 2.26px 2.26px 0 #00000026
}

.explore-sec-inr img {
    width: 41px;
    height: 41px;
    border-radius: 5px;
    margin-bottom: 8px;
    background-color: #fff;
    object-fit: contain;
    padding: 5px
}

.explore-sec-inr h5 {
    font-size: 12px;
    color: #001638;
    margin-bottom: 8px
}

.explore-sec-inr p {
    color: #626161;
    font-size: 11px;
    margin-bottom: 0
}

.custm-rdio .form-check {
    position: relative;
    padding-left: 0
}

.custm-rdio .form-check-label {
    border: 1px solid #5599FF6E;
    display: block;
    height: 55px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #001638;
    padding: 14px
}

.custm-rdio .form-check .form-check-input {
    position: absolute;
    right: 20px;
    top: 18px;
    width: 18.67px;
    height: 18.67px;
    border: .5px solid #8693B7;
    margin: 0
}

.custm-rdio .form-check input[type=radio]:checked+.form-check-label {
    border-color: #0C98FF;
    color: #0C98FF
}

.custm-rdio .form-check .form-check-input:checked[type=radio] {
    background-color: #0C98FF
}

.custm-rdio .form-check input[type=radio]:before {
    content: '';
    width: 9px;
    height: 9px;
    background-color: #fff;
    font-family: inherit;
    position: absolute;
    left: 4px;
    top: 4px;
    border-radius: 50%
}

.custm-checkbx .form-check-input {
    width: 14px;
    height: 14px
}

.custm-checkbx .form-check-input:checked {
    background-color: #0C98FF
}

.custm-checkbx .form-check-input:checked:before {
    display: inline-block;
    transform: rotate(45deg);
    height: 10px;
    width: 6px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    content: '';
    left: 3px;
    top: -1px
}

.custm-checkbx {
    text-align: center
}

.custm-checkbx .form-check {
    font-size: 12px;
    color: #454545;
    display: inline-block;
    font-weight: 500
}

.custm-checkbx .form-check p a {
    color: #0C98FF;
    display: inline-block
}

.nxt_btn {
    background: linear-gradient(90deg, #3CBFFF 0%, #0144DF 100%);
    color: #fff !important;
    display: inline-block;
    min-width: 504px;
    height: 47px;
    border-radius: 4px;
    line-height: 47px;
    text-transform: uppercase
}

.back-btn {
    background-color: #0C98FF;
    border-radius: 5px;
    max-width: 22px;
    height: 22px;
    padding: 5px;
    display: inline-block;
    line-height: 10px;
    margin-bottom: 15px
}

.prsnl-sec-lft .nice-select {
    border: 1px solid #e8e8e8
}

@media(max-width:1399px) {
    .prsnl-sec-lft-innr {
        margin-left: auto;
        margin-right: auto;
        padding-top: 50px
    }

    .prsnl-sec-rght {
        padding: 50px 50px
    }
}

@media(max-width:1199px) {
    .section__header .section__header-sub-title img {
        width: 50px;
        margin-bottom: 0;
        padding: 8px
    }

    .prsnl-sec-lft-innr {
        max-width: 90%
    }

    .prsnl-sec {
        min-height: calc(100vh - 78px);
        margin-top: 78px
    }

    .prsnl-sec-rght {
        padding: 30px 30px
    }

    .prsnl-sec-rght-tp {
        border-radius: 10px;
        padding: 15px
    }

    .prsnl-sec-rght-tp h4 {
        font-size: 20px;
        margin-bottom: 15px
    }

    .prsnl-sec-rght-tp ul li {
        margin-bottom: 10px;
        font-size: 14px
    }

    .prsnl-sec-rght-tp hr {
        margin-top: 15px;
        margin-bottom: 15px
    }
}

@media(max-width:991px) {
    .section__header .section__header-sub-title img {
        width: 40px;
        margin-bottom: 0;
        padding: 10px
    }

    .prsnl-sec {
        flex-wrap: wrap
    }

    .prsnl-sec-lft {
        width: 100%;
        min-height: auto;
        padding-bottom: 50px
    }

    .prsnl-sec-rght {
        width: 100%
    }
}

@media(max-width:767px) {
    .prsnl-sec-lft-innr {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .prsnl-sec-lft {
        padding-bottom: 30px
    }

    .nxt_btn {
        margin-top: 25px
    }

    .otherpro.section .card.card--custom.otherpro .card__content {
        padding: 0 16px
    }
}

@media(max-width:575px) {
    .prsnl-sec-lft-innr h2 {
        max-width: 100%;
        margin-bottom: 20px;
        padding-bottom: 10px
    }

    .prsnl-sec-rght-tp p {
        max-width: 100%
    }
}

.emi-calculator-shortcode {
    border: 1px solid rgb(5 47 95 / .2);
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    clear: both;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap
}

.emi-calculator-shortcode>div {
    width: 50%;
    padding: 24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.emi-calculator-shortcode>div .emi-heading {
    font-size: 18px;
    line-height: 24px;
    color: #0C98FF;
    font-weight: 600
}

.emi-calculator-shortcode>div .emi-heading::after {
    height: 2px;
    width: 62px;
    background-color: rgb(224 0 103);
    content: "";
    display: block;
    margin-bottom: 16px
}

.emi-calculator-shortcode>div.res-box {
    background: rgb(27 29 199 / .04)
}

.emi-calculator-shortcode>div.calc-box {
    padding-bottom: 0
}

.emi-calculator-shortcode>div.calc-box .input-box label {
    font-size: 12px;
    font-weight: 400;
    color: rgb(5 47 95 / .7)
}

.emi-calculator-shortcode>div.calc-box .input-box div {
    position: relative
}

.emi-calculator-shortcode>div.calc-box .input-box div input {
    background: #fff0;
    border-bottom: 1px solid rgb(5 47 95 / .2);
    box-shadow: none;
    border-radius: 0;
    outline: 0;
    color: #001c38;
    font-weight: 600;
    font-size: 14px;
    padding-left: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 40px
}

.emi-calculator-shortcode>div.calc-box .input-box div span {
    position: absolute;
    right: 5px;
    top: 8px;
    height: 29px;
    color: rgb(5 47 95 / .8);
    font-weight: 600;
    font-size: 12px;
    border-left: 1px solid rgb(205 213 223);
    padding-left: 16px
}

.emi-calculator-shortcode>div.calc-box .input-box.left-align div span {
    left: 0;
    right: inherit;
    border-right: 1px solid rgb(205 213 223);
    border-left: 0;
    padding-left: 0;
    padding-right: 16px
}

.emi-calculator-shortcode>div.calc-box .input-box.left-align div input {
    padding-left: 40px
}

.emi-calculator-shortcode>div.calc-box .row {
    margin-bottom: 16px
}

.emi-calculator-shortcode>div.calc-box .row.half {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between
}

.emi-calculator-shortcode>div.calc-box .calc-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #0C98FF;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    width: 100%;
    height: 48px;
    cursor: pointer;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin-bottom: 16px
}

.emi-calculator-shortcode>div.calc-box .row.half>div {
    width: 200px
}

.emi-calculator-shortcode>div.res-box>div {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 41px;
    border-radius: 12px 0 0 12px;
    -moz-border-radius: 12px 0 0 12px;
    -webkit-border-radius: 12px 0 0 12px
}

.emi-calculator-shortcode>div.res-box>div p {
    width: 50%;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #001c38;
    margin-bottom: 23px
}

.emi-calculator-shortcode>div.res-box>div p b {
    font-size: 16px;
    margin: 4px 0;
    display: block
}

.emi-calculator-shortcode>div.res-box>div p span {
    font-size: 12px
}

.emi-calculator-shortcode>div.res-box>div p:first-child b,
.emi-calculator-shortcode>div.res-box>div p:nth-child(2) b {
    color: #0C98FF
}

.featured-card {
    background: #F4F8FB;
    border-radius: 14px;
    padding: 20px 12px;
    position: relative
}

.featured-card .card__content {
    padding: 0 !important
}

.featured-card .card__content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.featured-card .loan_applying {
    background: #fff0;
    padding: 40px 0 10px
}

.featured-card .read-details.btn-them {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 1
}

.featured-card .loan-apply.btn-them {
    position: relative;
    z-index: 9
}

.featured-card .card-img-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #001638;
    width: 100px;
    height: 75px;
    border-radius: 38px 38px 14px 0;
    padding: 0 10px 10px;
    display: flex;
    align-items: end;
    justify-content: end
}

.featured-card .card-img-icon img {
    width: calc(100% + 10px);
    max-width: calc(100% + 10px);
}

.featured-card .card__icon {
    margin-bottom: 12px
}

@media screen and (max-width:767px) {
    .emi-calculator-shortcode {
        flex-direction: column
    }

    .emi-calculator-shortcode>div {
        width: 100%
    }

    .emi-calculator-shortcode>div.calc-box .row.half>div {
        width: 48%
    }

    .emi-calculator-shortcode>div .emi-heading {
        font-size: 16px
    }

    .emi-calculator-shortcode>div.res-box>div p {
        white-space: nowrap
    }

    .emi-calculator-shortcode>div.res-box>div p b {
        font-size: 14px
    }

    .emi-calculator-shortcode>div.res-box>div p span {
        font-size: 10px
    }
}

.homerservice {
    padding: 20px !important
}

.banner-quality {
    background-image: url(https://www.setindiabiz.com/wp-content/uploads/2023/03/registration-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    --background-overlay: '';
    padding: 50px;
    background: #0c98ff
}

.bannerbox {
    border-right: solid 1px #ccc;
    padding: 20px
}

.bannerbox p.title {
    color: #fff
}

a.loan-apply {
    padding: 10px;
    color: #fff;
    background: #0C98FF;
    border-radius: 5px;
    font-weight: 200;
    text-align: center
}

.loader-container {
    width: 100%;
    margin: auto;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 200px
}

.animate {
    font-size: 50px
}

.animate span {
    display: inline-block
}

a.repeat {
    display: inline-block;
    font-size: 12px;
    text-transform: none;
    text-decoration: none;
    color: orange;
    padding: 5px 12px;
    border: 1px solid rgb(0 0 0 / .15);
    font-weight: 400;
    margin: 0 0 0 50px;
    border-radius: 3px;
    position: relative;
    bottom: 15px
}

a.repeat:hover {
    background: rgb(0 0 0 / .7);
    color: #fff
}

.animate span:nth-of-type(2) {
    animation-delay: .05s
}

.animate span:nth-of-type(3) {
    animation-delay: .1s
}

.animate span:nth-of-type(4) {
    animation-delay: .15s
}

.animate span:nth-of-type(5) {
    animation-delay: .2s
}

.animate span:nth-of-type(6) {
    animation-delay: .25s
}

.animate span:nth-of-type(7) {
    animation-delay: .3s
}

.preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.three span {
    background-color: #0c98ff;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    opacity: 0;
    transform: translate(-300px, 0) scale(0);
    animation: sideSlide 0.9s forwards;
    font-size: 32px;
    font-weight: 700
}

.three .verse {
    background-color: #fda953
}

@keyframes sideSlide {
    60% {
        transform: translate(20px, 0) scale(1);
        color: #b10e81
    }

    80% {
        transform: translate(20px, 0) scale(1);
        color: #b10e81
    }

    99% {
        transform: translate(0) scale(1.2);
        color: #00f0ff
    }

    100% {
        transform: translate(0) scale(1);
        opacity: 1;
        color: #b10e81
    }
}

.text {
    font-size: 16px;
    font-weight: 500;
    color: #001638
}

.tenure {
    background-color: #e1e1e266;
    padding: 15px 0 15px 0;
    border-radius: 5px
}

.bank-card {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / .2), 0 6px 20px 0 rgb(0 0 0 / .19)
}

.bank-card button {
    background-color: #06f;
    color: #fff;
    padding: 5px 10px 6px 10px;
    border-radius: 5px
}

.bank-detail {
    background-color: #fff;
    padding: 0;
    width: 97%
}

.bank-detail .col-md-4 {
    width: 32.333333%;
    background-color: #e9eeff
}

.rate {
    border-left: 2px solid #0C98FF;
    color: #0C98FF
}

.emi {
    border-left: 2px solid red;
    color: red
}

.fee {
    border-left: 2px solid #00d233;
    color: #00d233
}

.signin {
    background: #3fabfc;
    padding: 10px !important;
    margin-top: 13px;
    color: #fff !important
}

.logout {
    padding: 10px !important;
    margin-top: 13px;
    color: #119aff !important;
    border: 1px solid #119aff
}

.logout:hover {
    padding: 10px !important;
    margin-top: 13px;
    color: #119aff !important;
    border: 1px solid #119aff
}

.input-group-text.input-focus {
    border-color: #0C98FF !important
}

.about-us.section h5,
.about-us.section h5>a {
    font-size: 16px
}

.cyp-sucess-modal .modal-content {
    border-radius: 20px;
    border: 1px solid #A4C5DE;
    overflow: hidden;
}

.cyp-sucess-modal .modal-content .modal-header {
    background: #E8F1FF;
}

.cyp-sucess-modal .modal-content .modal-body {
    padding: 50px 16px 24px;
}

.cyp-sucess-modal .modal-content .cyp-sucess-img {
    max-width: 240px;
    margin: 0 auto 60px;
}

.cyp-sucess-modal .modal-content .cyp-sucess-card h2 {
    color: #00960F;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}

.cyp-sucess-modal .modal-content .cyp-sucess-card p {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 24px;
}

button.cyp-sucess-btn {
    background: #0C98FF !important;
    color: #fff !important;
    border: 1px solid #0C98FF !important;
    box-shadow: 0px 2px 4px 0px #00000040 !important;
    padding: 12px 80px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
}

.services-new-card .card--custom {
    padding: 20px 12px;
    background: linear-gradient(180deg, #E6F3FF 0%, #CEE9FF 100%);
    position: relative;
}

.services-new-card .card--custom::after {
    display: none;
}

.services-new-card .card--custom .card__content {
    text-align: left;
}

.services-new-card .card--custom .card__icon {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #001638;
    width: 100px;
    height: 75px;
    border-radius: 38px 38px 14px 0;
    padding: 0 10px 10px;
    display: flex;
    align-items: end;
    justify-content: end;
}

.services-new-card .card--custom .card__content a button {
    height: auto;
    padding: 12px 22px 12px 22px;
    border-radius: 10px;
    background: #fff;
    font-size: 17px;
    font-weight: 500;
    color: #0C98FF;
    border: 1px solid #0C98FF;
}








.new-footer {
    position: relative;
    padding: 60px 0 0;
}

.footer-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
}

.nfooter-bg {
    width: 100%;
    height: 100%;
    position: relative;
    filter: blur(130px);
}

.nfooter-bg .background-circle {
    position: absolute;
    content: "";
    width: 230px;
    height: 500px;
    background: #A4D8FF;
    border-radius: 50%;
    z-index: -1;
    top: 20px;
    left: 40px;
    animation: rotate 20s linear infinite;
}

.new-footer .container {
    position: relative;
    z-index: 1;
}

.nfooter-bg .background-circle1 {
    position: absolute;
    content: "";
    width: 200px;
    height: 500px;
    background: #ff9a2d;
    border-radius: 50%;
    z-index: -1;
    top: 40px;
    left: 50%;
    animation: rotate 20s linear infinite;
}

.nfooter-bg .background-circle2 {
    position: absolute;
    content: "";
    width: 230px;
    height: 500px;
    background: #A4D8FF;
    border-radius: 50%;
    z-index: -1;
    top: 40px;
    left: 80%;
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.footer-services-nav ul {
    background: #F9FCFF99;
    display: flex;
    list-style: disc;
    padding: 16px 50px;
    border-top: 1px solid #0c98ff;
    border-bottom: 1px solid #0c98ff;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
    align-items: center;
}

.footer-services-nav ul li a {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.new-footer-copyright {
    background: #183E59;
    padding: 18px;
    width: 100%;
    overflow: hidden;
}

.new-footer-copyright p {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-align: center;
}

.new-footer-others ul li a {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    color: #001B30;
}

.new-footer-others ul {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

.nfooter-sub-heading {
    font-size: 20px;
    color: #001B30;
    margin-bottom: 16px;
}

.newfooter-clinks {
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding: 30px 0;
    border-top: 1px solid #8693B7;
    border-bottom: 1px solid #8693B7;
    margin-bottom: 50px;
}

.nfgplay-link {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    width: 200px;
}

.nfooter-socials {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nfooter-socials .new-footer-social {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-footer-align {
    justify-content: space-between;
    margin-bottom: 20px;
}

.new-footer-logo {
    max-width: 270px;
    margin-bottom: 24px;
}

.new-footer-links {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.nfooter-heading {
    font-family: Poppins;
    font-size: 20px;
    color: #001B30;
    margin-bottom: 24px;
}

.new-footer-links a {
    font-size: 18px;
    font-weight: 500;
    color: #001B30;
}

.new-footer-link-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #001B30;
    width: 46px;
    height: 46px;
    min-width: 46px;
    font-size: 22px;
    margin-right: 12px;
}

.nfooter-hr {
    margin: 30px 0;
    border-color: #8693B7;
}

.n-footer-link-btns {
    display: flex;
    gap: 24px;
    align-items: center;
}

.n-footer-link-btns .nfooter-btn {
    font-size: 18px;
    font-weight: 400;
    background: #fff !important;
    border: 1px solid #0C98FF !important;
    border-radius: 10px;
    padding: 10px 14px;
    width: 100%;
    color: #0C98FF !important;
}

.n-footer-link-btns .nfooter-btn:last-child {
    background: #0C98FF !important;
    color: #fff !important;
}

.new-addpage-section {
    padding-top: 60px;
}

.new-faq-ccard {
    border-radius: 30px;
    border: 1px solid #0C98FF;
    padding: 26px;
    background: #fff;
}

.old-contact-cards {
    display: flex;
    gap: 16px;
}

.old-contact-cards .card--small {
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #CAE8FF;
    width: 100%;
    display: flex;
    gap: 14px;
}

.old-contact-cards .card--small .card--small-icon {
    width: fit-content;
    height: fit-content;
    min-width: auto;
    font-size: 18px;
}

.old-contact-cards .card--small .card--small-title {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 18px;
}

.new-maps-height iframe#gmap_canvas {

    overflow: hidden;
    border-radius: 14px;
}

.new-contact-form-card {
    background: #F9FCFF;
    border-radius: 14px;
    padding: 26px;
    height: 100%;
}

.new-contact-form-card .input-single .label {
    font-size: 14px;
    margin-bottom: 6px;
}

.new-contact-form-card .form-control {
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 14px;
    background-color: #FFF !important;
    border: 1px solid #CAE8FF;
}

.new-contact-page-sec {
    margin-bottom: 40px;
}

.new-about-sec-img {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 60px;
}

.new-about-sec-menu {
    position: absolute;
    z-index: 99;
    background: #fff;
    width: max-content;
    border-radius: 10px;
    box-shadow: 0px 0px 24px 0px #00000026;
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0;
}

.new-about-sec-menu nav.new-sac ul {
    display: flex;
    gap: 60px;
    padding: 0 50px;
}

.new-about-sec-menu nav.new-sac ul li a {
    font-size: 20px;
    font-weight: 500;
    line-height: 33px;
    padding: 20px;
    border-bottom: 2px solid transparent;
}

.new-about-sec-menu nav.new-sac ul li a.active,
.new-about-sec-menu nav.new-sac ul li a:hover {
    color: #0C98FF;
    border-color: #0C98FF;
}

.about-us-page-card {
    /* background: linear-gradient(94.16deg, #E9F6FF 0.18%, #FFFFFF 66.16%, #C7E3F8 100%); */
    padding: 26px;
    border-radius: 10px;
}

.new-about-sec-menu.active-top {
    position: fixed;
    top: 95px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    bottom: auto;
}

.about-us-works {
    position: relative;
    z-index: 1;
    background: #F9FCFF;
    margin-top: 60px;
    padding: 60px 0;
    overflow: hidden;
}

.bg-fixed-about {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    gap: 0;
}

.bg-fixed-about .bg-fixed-1 {
    width: 280px;
    height: auto;
    transform: rotateY(180deg);
}

.bg-fixed-about .bg-fixed-2 {
    width: 280px;
    height: auto;
}

.about-us-works .row .col-12:nth-child(odd) .nabout-card {
    transform: translate(16px, 20px);
    height: 100%;
    background: #DAEFFF;
    border-radius: 10px;
    border: 1px solid #0C98FF;
}

.about-us-works .row .col-12:nth-child(even) .nabout-card {
    background: #FFF2E4;
    transform: translate(16px, 20px);
    height: 100%;
    border-radius: 10px;
    border: 1px solid #FF931E;
}

.nab-card {
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 6px 0px #1C9EFF40;
    transform: translate(-16px, -20px);
    border-radius: 10px;
    display: flex;
    gap: 24px;
    height: 100%;
}

.nab-card-img {
    width: 100px;
    height: 100px;
    min-width: 100px;
}

.mb-50 {
    margin-bottom: 50px;
}



.our-mission-slide .our-mission-card {
    position: relative;
    padding: 16px;
    border-radius: 16px;
    border: 2px solid #fff;
    overflow: hidden;
    box-sizing: border-box;
    transition: 0.6s;
}

.ar-mission-img {
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    z-index: 0;
}

.ar-mission-content {
    position: absolute;
    z-index: 1;
    bottom: 16px;
    background: #001b30ad;
    left: 16px;
    right: 16px;
    border-radius: 0 0 12px 12px;
    padding: 10px;
    top: auto;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: 0.6s;
}

.ar-mission-heading {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.ar-mission-content p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-line-clamp: 8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 0;
}

.our-mission-card:hover .ar-mission-content,
.our-mission-card:focus .ar-mission-content {
    top: 16px;
    border-radius: 12px;
}

.our-mission-card:hover .ar-mission-content p,
.our-mission-card:focus .ar-mission-content p {
    height: fit-content;
}

.nvision-card {
    /* background: #F9FCFF; */
    /* border: 1px solid #0C98FF; */
    padding: 24px 16px;
    border-radius: 10px;
    margin: 60px 0;
}

.nvision-card .nvision-img {
    width: fit-content;
    height: fit-content;
    overflow: hidden;
    border-radius: 20px;
}

.ar-count-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
}

.ar-count-card .ar-count-img {
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
}

.ar-count-card .ar-count-number {
    font-size: 20px;
    font-weight: 700;
    color: #001B30;
}

.ar-count-card .ar-count-heading {
    font-size: 20px;
    font-weight: 400;
    color: #454545;
}

.our-count-cards {
    margin-bottom: 60px;
}

.ar-team-card {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    height: 100%;
    border-radius: 16px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-team-slide .item {
    height: 100%;
}

.our-team-member-img {
    position: relative;
    z-index: 0;
    width: 100%;
    height: auto;
}

.our-team-card {
    position: absolute;
    bottom: 16px;
    left: 18px;
    right: 18px;
    text-align: center;
    padding: 6px;
    background: #001b30ad;
    border-radius: 10px;
    z-index: 1;
}

.our-team-card h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 6px;
}

.our-team-card p {
    color: #D4E6FF;
    font-weight: 400;
    font-size: 20px;
}

.nscroll-content {
    max-height: 280px;
    overflow-y: auto;
    scrollbar-width: none;
}

@media (max-width:1199.98px) {
    .new-about-sec-menu nav.new-sac ul li a {
        font-size: 18px;
        padding: 10px;
    }

    .new-about-sec-menu.active-top {
        top: 82px;
    }

    .nab-card-img {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }

    .ar-count-card .ar-count-img {
        width: 60px;
        height: 60px;
    }

    .our-team-card h4 {
        font-size: 18px;
    }

    .our-team-card p,
    .ar-count-card .ar-count-heading {
        font-size: 16px;
    }
}

@media (max-width:991.98px) {
    .nscroll-content {
        max-height: 100%;
        overflow-y: auto;
        scrollbar-width: none;
    }


    .old-contact-cards .card--small {
        flex-direction: column;
    }

    .old-contact-cards .card--small .card--small-title {
        font-size: 16px;
    }

    .new-maps-height iframe#gmap_canvas {
        height: 350px !important;
    }

    .footer-services-nav ul {
        padding: 16px 20px;
        gap: 18px;
        flex-wrap: wrap;
        list-style: none;
    }

    .footer-services-nav ul li a {
        font-size: 16px;
    }

    .new-footer-logo {
        max-width: 200px;
        margin-bottom: 16px;
    }

    .new-footer-link-icon {
        border-radius: 8px;
        width: 36px;
        height: 36px;
        min-width: 36px;
        font-size: 18px;
        margin-right: 0;
    }

    .new-footer-links a {
        font-size: 16px;
    }

    .nfooter-heading {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .nfooter-hr {
        margin: 16px 0;
    }

    .n-footer-link-btns .nfooter-btn {
        font-size: 16px;
        border-radius: 8px;
        padding: 10px 14px;
        text-wrap: nowrap;
    }

    .nfooter-sub-heading {
        font-size: 18px;
    }

    .nfooter-socials .new-footer-social {
        width: 30px;
        height: 30px;
    }

    .nfgplay-link {
        width: 160px;
    }

    .new-footer-others ul li a {
        font-size: 16px;
    }
}

@media (max-width:767.98px) {
    .new-about-sec-menu nav.new-sac ul {
        display: flex;
        gap: 20px;
        padding: 0 20px;
    }

    .old-contact-cards {
        flex-wrap: wrap;
    }

    .old-contact-cards .card--small {
        width: calc(50% - 8px);
        flex-direction: row;
    }

    .old-contact-cards .card--small:last-child {
        width: 100%;
    }

    .new-footer-others ul {
        justify-content: center;
        margin-bottom: 40px;
    }

    .new-footer-copyright p {
        font-size: 14px;
    }

    .nfooter-bg .background-circle {
        top: auto;
        bottom: 0;
        animation: rotate 20s linear infinite;
    }

    .nfooter-bg .background-circle2 {
        display: none;
    }
}

@media (max-width:575.98px) {
    .new-about-sec-menu {
        display: none !important;
    }

    .new-about-sec-img {
        border-radius: 10px;
        margin-bottom: 0;
    }

    .our-count-cards {
        margin-bottom: 0;
    }

    .nab-card {
        flex-direction: column;
    }

    .old-contact-cards .card--small {
        width: 100%;
        flex-direction: row;
    }

    .n-footer-link-btns,
    .newfooter-clinks {
        flex-direction: column;
    }

    .footer-services-nav ul {
        text-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll;
        scrollbar-width: none;
    }

    .nfgplay-link {
        width: 200px;
    }
}

.eligibility-steps-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.eligibility-steps-nav ul li::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: #FF931E;
    border-radius: 50%;
    left: 0;
    top: 4px;
    z-index: 1;
}

.eligibility-steps-nav ul li {
    padding-left: 32px;
    padding-bottom: 32px;
    position: relative;
}

.eligibility-steps-nav ul li::after {
    content: "";
    position: absolute;
    width: 1px;
    border-right: 1px solid #8693B7;
    left: 8px;
    top: 4px;
    bottom: -4px;
    z-index: 0;
}

.eligibility-steps-nav ul li:last-child::after {
    display: none;
}

.eligibility-steps-nav ul li:last-child {
    padding-bottom: 0;
}

.eligibility-steps-nav ul .step-ecount {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 4px;
    color: #8693B7;
}

.eligibility-steps-nav ul .steps-disc {
    font-size: 20px;
    font-weight: 600;
    color: #001B30;
}

.color-primery {
    color: #0C98FF;
}

.new-service-details {
    margin: 60px 0;
}

.emi-calc-section {
    background: #F3F9FF;
    padding: 60px 0;
}

.emi-calc-card {
    border: 1px solid #0C98FF;
    border-radius: 20px;
    padding: 40px 24px;
    background: #fff;
}

.emi-calc-heading {
    margin-bottom: 30px;
}

.emi-calc-pi-chart {
    max-width: 280px;
}

.emi-calc-card .loan-amount-maxval {
    background: #fff;
    border: 1px solid #CAE8FF;
    padding: 0;
    min-width: 160px;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
}

.emi-calc-card .loan-amount-maxval span {
    padding: 8px 12px;
    display: inline-block;
    color: #454545;
    font-weight: 600;
    font-size: 16px;
}

.emi-calc-card .loan-amount-maxval .clac-icons {
    margin-left: auto;
    background: #FF931E;
    display: flex;
    align-items: center;
    padding: 0 14px;
}

.emi-calc-card .Homeloan-titles {
    align-items: center;
}

.emi-calc-card .Homeloan-titles label {
    color: #101F2B;
}

.emi-calc-card .loan-amount-maxval .clac-icons i {
    color: #534b42;
}

.emi-calc-card .homeloan-range {
    -webkit-appearance: none;
}

.emi-calc-card .homeloan-range::-webkit-slider-runnable-track {
    background-color: #0C98FF;
    height: 6px;
    border-radius: 6px;
    border: 1px solid #0C98FF;
}

.emi-calc-card .homeloan-range::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    border-radius: 0;
    background-color: #FF931E;
    height: 20px;
    width: 30px;
    margin-top: -8px;
    box-shadow: 0px 9px 8px 0px #00000033;
}

.emi-calc-pi-chart h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 12px 0 0;
}

.emi-calc-footer {
    display: flex;
    align-items: center;
    gap: 20px;
}

.emi-loan-apply-btn {
    padding: 12px 40px 12px 40px;
    border-radius: 10px;
    background: #0C98FF;
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    border: 1px solid #0C98FF !important;
    text-wrap: nowrap;
    line-height: normal;
}

.emi-calcs-fleft {
    display: flex;
    align-items: center;
    justify-content: center;
    width: -webkit-fill-available;
    background: #fff;
    border: 1px solid #0c98ff;
    padding: 12px;
    border-radius: 10px;
    gap: 12px;
    flex-wrap: wrap;
}

.emi-calcs-fleft p {
    margin-bottom: 0;
    font-size: 17px;
    color: #001B30;
}

.emi-calcs-fleft .result-price {
    font-weight: 600;
}

@media (max-width:991.98px) {
    .emi-calc-footer {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width:767.98px) {
    .emi-calcs-fleft {
        align-items: start;
        justify-content: start;
        flex-direction: column;
    }
}



@media (max-width:575.98px) {

    .emi-calc-card .loan-amount-maxval span {
        padding: 4px 8px;
        font-size: 13px;
    }

    .emi-calc-card .Homeloan-titles label {
        font-size: 13px;
        min-width: 120px;
        border-radius: 6px;
    }

    .emi-calc-card .homeloan-range::-webkit-slider-thumb {
        height: 16px;
        width: 24px;
        margin-top: -6px;
    }
}



.srview-table tbody {
    border: 1px solid #CAE8FF;
    background: #F9FCFF;
}

.srview-table tbody tr th {
    border-right: 1px solid #0C98FF;
    border-bottom: 1px solid #0C98FF;
    font-weight: 600;
}

.srview-table tbody tr td {
    border-bottom: 1px solid #0C98FF;
}

.srview-table tbody tr:last-child td,
.srview-table tbody tr:last-child th {
    border-bottom: 0;
}

.nservice-tabs .nav-pills {
    display: flex;
    align-items: center;
    text-wrap: nowrap;
    gap: 0;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.nservice-tabs {
    overflow-x: scroll;
    scrollbar-width: none;
}

.nservice-tabs .nav-pills .nav-link {
    position: relative;
    margin: 0 40px !important;
    color: #8693B7;
    font-size: 16px;
}

.nservice-tabs .nav-pills .nav-link:first-child {
    margin-left: 0 !important;
}

.nservice-tabs .nav-pills .nav-link:last-child {
    margin-right: 0 !important;
}

.nservice-tabs .nav-pills .nav-link::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 2px;
    background: #CAE8FF;
    right: -40px;
}

.nservice-tabs .nav-pills .nav-link:last-child:before {
    display: none;
}

.nservice-tabs .nav-pills .nav-link.active,
.nservice-tabs .nav-pills .nav-link:focus {
    color: #fff !important;
    background: #0C98FF;
}

.service-features-tabs ul {
    /* display: flex; */
    gap: 12px;
    /* flex-wrap: wrap; */
    /* justify-content: center; */
}

.service-features-tabs ul li {
    display: flex;
    padding: 12px;
    background: #fff;
    border: 1px solid #CAE8FF;
    border-radius: 10px;
    min-width: 30%;
    margin-bottom:10px;
}

.service-features-tabs ul li i {
    background: #0C98FF;
    color: #fff;
    width: 24px !important;
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.eligible-list-nav li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

ul.eligible-list-nav li::before {
    content: "\f138";
    font-family: bootstrap-icons !important;
    position: absolute;
    left: 0;
    right: 0;
    background: #FF931E;
    width: 24px;
    height: 24px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

@media (max-width:767.98px) {
    .eligibility-steps-nav ul .steps-disc {
        font-size: 16px;
    }

    .service-features-tabs ul li {
        min-width: 100%;
    }

    .nservice-tabs .nav-pills .nav-link {
        margin: 0 20px !important;
    }

    .nservice-tabs .nav-pills .nav-link::before {
        right: -20px;
    }
}




.financial-health-checkup-page {
    background: #F2FAFF;
    padding: 0 0 80px;
}

.health-checkup-section-bg {
    background: #fff;
    border: 1px solid #8693B7;
    /* border-top: none; */
    border-radius: 0 0 20px 20px;
    position: relative;
}

.health-checkup-section {
    padding: 50px 14px;
}

.health-checkup-section-top {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.health-checkup-section-top .fhc-top-image {
    width: 100px;
    height: auto;
}

.fhc-top-content .fhc-top-heading {
    color: #001B30;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 12px;
}

.fhc-top-content .fhc-top-text {
    font-weight: 400;
    font-size: 16px;
    color: #454545;
    margin-bottom: 0;
}

.fhc-top-content {
    max-width: 680px;
}

.health-checkup-section .fhc-form-sec-heading {
    color: #0C98FF;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 20px;
}

.health-checkup-section .fhc-form-section hr {
    margin: 26px 0;
    border-color: #8693B7;
}

.health-checkup-section .fhc-form-section .form-label {
    color: #001B30;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 6px;
}

.health-checkup-section .fhc-form-section .input-group {
    position: relative;
}

.health-checkup-section .fhc-form-section .input-group .form-control {
    border-radius: 8px !important;
    border: 1px solid #CAE8FF;
    padding: 12px 38px 12px 12px;
}

.health-checkup-section .fhc-form-section .input-group .form-control.blue-bordered{
    border: 1px solid #0C98FF;
}

.health-checkup-section .fhc-form-section .input-group .input-group-text {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    font-size: 20px;
}

.health-checkup-section .fhc-form-section .form-control,
.health-checkup-section .fhc-form-section .form-select {
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #CAE8FF;
}

.loan-select-btn-fhc {
    border: 1px solid #CAE8FF !important;
    overflow: hidden;
    text-wrap: wrap;
}

.loan-select-btn-fhc::after {
    opacity: 0;
}

.loan-select-btn-fhc:hover {
    border: 1px solid #CAE8FF;
    color: #000;
}

.fhcp-home-card {
    border-radius: 36px;
    background: linear-gradient(180deg, #167BC6 0%, #043D66 100%);
    padding: 26px;
    color: #fff;
    position: relative;
}

.fhcp-home-card-content .fhcp-home-card-heading {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 0;
}

.fhcp-home-card-content .fhcp-home-card-top {
    display: flex;
    gap: 14px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.fhcp-home-card-content .fhcp-home-card-top img {
    min-width: 44px;
    height: auto;
    max-width: 44px;
    display: inline;
}

.fhcp-home-card-nav ul {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.fhcp-home-card-nav ul li img {
    display: inline;
    width: 20px;
    height: auto;
    margin-right: 10px;
    margin-top: 4px;
}

.fhcp-home-card-nav ul li {
    display: flex;
    align-items: flex-start;
}

.fhcp-home-card-nav ul li p {
    color: #D4E6FF;
    font-weight: 400;
    font-size: 16px;
}

.fhcp-home-pera {
    border: 1px solid #001B30;
    background: #fff;
    padding: 12px;
    border-radius: 10px;
    text-align: center;
    color:black;
}

.fhcp-home-pera p {
    font-weight: 400;
    font-size: 16px;
    color: #101F2B;
    line-height: 28px;
}

.fhcp-home-pera p span {
    color: #0C98FF;
    font-weight: 700;
    font-size: 16px;
}

.fhcp-home-pera p span span {
    color: #fff;
    background: #002541;
    border-radius: 50px;
    padding: 2px 10px;
    text-wrap: nowrap;
}

.fhcp-home-btm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.fhcp-home-button {
    background: #FF931E !important;
    border: 1px solid #FF931E !important;
    font-weight: 500;
    font-size: 18px;
    color: #fff !important;
    padding: 10px 32px;
    border-radius: 10px;
}

.fhcp-home-btm p,
.fhcp-home-btm p i {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}



@media (max-width: 575.98px) {
    .fhcp-home-card-content .fhcp-home-card-heading {
        font-size: 22px;
    }

    .fhcp-home-card-content .fhcp-home-card-top {
        margin-bottom: 18px;
    }

    .fhcp-home-btm p {
        font-size: 14px;
    }

    .fhcp-home-btm p i {
        display: none;
    }

    .fhcp-home-card {
        border-radius: 16px;
        padding: 26px 12px;
    }
}

.fhc-submit-btn {
    background: #0C98FF !important;
    border: 1px solid #0C98FF !important;
    font-weight: 500;
    font-size: 18px;
    color: #fff !important;
    padding: 10px 42px;
    border-radius: 10px;
}

.fhc-form-section {
    input[type=radio]:before {
        content: "\f287";
        color: #20a0fe;
        font-size: 10px;
        padding: 2px;
	box-shadow: none !important;
    }
}

@media (max-width:1399.98px) {
    .health-checkup-section .fhc-form-sec-heading {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

.redio-contect-select, .redio-email-select, .redio-whatsapp-select{
    display: none;
}

.redio-contect-select.active, .redio-email-select.active, .redio-whatsapp-select.active{
    display: block;
}

@media (max-width:991.98px) {
    .fhc-top-content .fhc-top-heading {
        font-size: 24px;
        margin-bottom: 6px;
    }

    .health-checkup-section .fhc-form-sec-heading {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

@media (max-width:767.98px) {
    .health-checkup-section {
        padding: 10px 14px 32px;
    }

    .health-checkup-section-top {
        flex-direction: column;
        align-items: normal;
    }

    .health-checkup-section-top .fhc-top-image {
        width: 50px;
        height: auto;
    }
}

.fhc-free-form-badge{
    position: absolute;
    max-width: 90px;
    top: 30px;
    right: -5px;
}

.finacial-health-side-fixed {
    position: fixed;
    right: 12px;
    bottom: 150px;
    width: 8vw;
    z-index: 9999;
    min-width: 100px;
}

@media (max-width:575.98px) {
    .health-checkup-section {
        padding: 40px 0 32px;
    }

    .fhc-top-content .fhc-top-heading {
        font-size: 22px;
    }

    .fhc-free-form-badge{
        display: none;
    }

.finacial-health-side-fixed {
    display: none;
}
}

.health-checkup-section .fhc-form-section .form-check {
    padding-left: 18px;
    padding-right: 18px;
    margin: 6px 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.health-checkup-section .fhc-form-section .form-check .form-check-input {
    margin: 0 !important;
}

.fhc-free-badge {
    position: absolute;
    max-width: 90px;
    top: 40px;
    left: -5px;
}

.fhc-submit-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.fhc-submit-card h3 {
    font-weight: 500;
    font-size: 30px;
    color: #001B30;
}

.fhc-submit-card p {
    color: #454545;
    font-weight: 400;
    font-size: 20px;
}

.btn-fhc-sucess-modal-btn {
    margin-bottom: 20px;
    color: #fff !important;
    font-weight: 400;
    font-size: 18px;
    background: #0C98FF !important;
    border: 1px solid #0C98FF !important;
    padding: 12px 36px;
    width: 100%;
    max-width: 260px;
}

 .blog-details ul {
      list-style: disc !important;
      padding: 0 0 0 40px;
      margin: 20px 0;
    }

  .blog-details ul li {
      margin-bottom: 6px;
   }


  .blog-details{ h1, h2, h3, h4, h5, h6 {
      margin-bottom: 20px;
   }
}

.blog-details p{
margin-bottom: 16px;
}

.blog-details .social {
    flex-direction: row;
}