@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&amp;display=swap");

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

    *::-moz-selection {
        color: #ffffff;
        background-color: #1770c8;
    }

    *::selection {
        color: #ffffff;
        background-color: #1770c8;
    }

html {
    scroll-behavior: smooth;
}

body {
    /*    font-family: "Jost", sans-serif;*/
    font-size: 16px;
    line-height: 0;
    font-weight: 400;
    color: #404A60;
    background-color: #ffffff;
    overflow-x: hidden;
}

    body::-webkit-scrollbar {
        width: 0.4vw;
    }

    body::-webkit-scrollbar-track {
        background-color: #cae6f7;
    }

    body::-webkit-scrollbar-button,
    body::-webkit-scrollbar-thumb {
        background-color: #074C3E;
        border-radius: 5px;
        box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25);
    }

section,
footer {
    overflow-x: hidden;
}

a,
button {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0px;
    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: 0px;
        outline: 0px;
    }

button {
    cursor: pointer;
}

    button:focus {
        box-shadow: none;
    }

ul,
ol {
    list-style-type: none;
    list-style-position: inside;
    margin: 0px;
    padding: 0px;
}

input,
textarea {
    border: 0px;
    outline: 0px;
}

    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;
    }

    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0px;
    }

    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 {
    min-width: 1920px !important;
    border-collapse: collapse;
    border-spacing: 0px;
}

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: "Jost", sans-serif;
    cursor: pointer;
    letter-spacing: inherit;
}

    a:hover,
    button:hover {
        color: #074C3E;
    }

p,
th,
td,
li,
input,
textarea,
select,
label,
blockquote,
span {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Jost", sans-serif;
}

    p span {
        font-size: inherit;
        line-height: inherit;
        font-weight: inherit;
        font-family: inherit;
    }

.cmn-display {
    font-size: 55px;
    font-weight: 600;
}

@media screen and (max-width: 1399px) {
    .cmn-display {
        font-size: 48px;
    }
}

@media screen and (max-width: 1199px) {
    .cmn-display {
        font-size: 39px;
    }
}

@media screen and (max-width: 991px) {
    .cmn-display {
        font-size: 36px;
    }
}

@media screen and (max-width: 575px) {
    .cmn-display {
        font-size: 30px;
    }
}

@media screen and (max-width: 480px) {
    .cmn-display {
        font-size: 28px;
    }
}

.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: "Jost", sans-serif;*/
    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;
}

.headingTwo,
.headingThree,
.headingFour,
.headingFive,
.headingSix {
    font-family: "Jost", sans-serif;
    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: "Jost", sans-serif;
}

.font_600 {
    font-weight: 600;
}

.font_500 {
    font-weight: 500;
}

.font_400 {
    font-weight: 400;
}

@media (max-width: 1399px) {
    .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 !important;
}

.mt_60 {
    margin-top: 60px !important;
}

.mt_100 {
    margin-top: 100px !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;
    }
}

/* ==== 
  --------- (2.2) typography styles end ---------
  ==== */
/* ==== 
 --------- (2.3) global styles start ---------
 ==== */
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: rgba(1, 46, 115, 0.7);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.dir-rtl {
    direction: rtl;
}

.btn {
    border: none;
}

    .btn:active {
        border: none;
    }

.cmn-bg {
    background: rgba(0, 41, 34, 0.05);
}

.nice-select {
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    width: 100%;
}

    .nice-select .current {
        color: #222E48;
        text-transform: capitalize;
    }

    .nice-select .option {
        color: #ffffff;
        text-transform: capitalize;
    }

        .nice-select .option:hover,
        .nice-select .option.focus,
        .nice-select .option.selected.focus {
            background: #074C3E;
            color: #fff;
        }

    .nice-select .list {
        background: #222E48;
    }

        .nice-select .list:hover .option:not(:hover) {
            background: #074C3E;
        }

.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 #03211b;
    border-radius: 50%;
    background: none;
    cursor: pointer;
    line-height: 1;
    -webkit-appearance: none;
    height: 20px !important;
    width: 20px !important;
}

    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;
        }

.slick-slide {
    margin: 0px 12px;
}

    .slick-slide img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.slick-list {
    margin: 0px -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 #074C3E;
        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: #074C3E;
            color: white;
            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: white;
            }

.star_review {
    color: white;
    display: flex;
    gap: 4px;
}

    .star_review i {
        color: white;
    }

    .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: 0px 6px 30px 0px rgba(0, 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: white;
    padding: 36px;
    border-radius: 16px;
    border: none;
    border: 1px solid #DFE0E4;
    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% - 20px);
        background: rgba(7, 76, 62, 0.05);
        border-radius: 16px;
        width: 100%;
        height: 100%;
        transition: all 0.35s ease-in-out;
        z-index: -3;
    }

.card--small {
    background: transparent;
    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: rgba(7, 76, 62, 0.062745098);
    }

        .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: 0px;
        }

.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: #074C3E;
            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: rgba(7, 76, 62, 0.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: white;
                }

                    .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: #074C3E;
            }

.read_more {
    color: #074C3E;
    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: #074C3E;
        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: #074C3E;
        }

@keyframes fillBars {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.section {
    padding: 120px 0px;
}

.section--space-top {
    padding-bottom: 0px;
}

.section--space-bottom {
    padding-top: 0px;
}

.section__cta {
    margin-top: 40px;
    text-align: center;
}

i,
span.material-symbols-outlined {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #074C3E;
}

.section__header {
    text-align: center;
    margin-bottom: 60px;
}

    .section__header .section__header-sub-title {
        margin-bottom: 16px;
        display: inline-flex;
        align-items: center;
        gap: 16px;
        color: #074C3E;
    }

    .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: #074C3E;
}

.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: 0px;
    }

.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: 0px;
    }

.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: 18px;
        }

            .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: #074C3E;
            }

            .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: #FCB650;
                color: #074C3E;
            }

.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: #074C3E !important;
}

.secondary_color {
    color: #FCB650 !important;
}

.word .letter {
    color: #FCB650;
}

.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: #ffffff;
            cursor: pointer;
            background: #B5B5B5;
            transition: all 0.35s ease-in-out;
        }

            .slider-navigation .new__dots li.slick-active {
                background: #074C3E;
                color: #ffffff;
            }

            .slider-navigation .new__dots li:hover {
                background: #074C3E;
            }

                .slider-navigation .new__dots li:hover i {
                    color: #ffffff;
                }

    .slider-navigation .pagination-button {
        width: 40px;
        min-width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px;
        border: 1px solid #074C3E;
        background: rgba(7, 76, 62, 0.05);
    }

        .slider-navigation .pagination-button i {
            color: #074C3E;
            font-size: 16px;
        }

        .slider-navigation .pagination-button:hover {
            background: #074C3E;
        }

            .slider-navigation .pagination-button:hover i {
                color: #ffffff;
            }

.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: transparent;
    background: transparent;
    display: flex;
    align-items: center;
    z-index: 2;
    display: none;
}

    .slick-prev:before,
    .slick-next:before {
        font-family: "bootstrap-icons";
        font-size: 25px;
        color: #1C1B1F;
        background: #ffffff;
        border-radius: 50%;
        padding: 19px 10px;
        display: none;
    }

.slick-prev {
    left: 23px;
}

    .slick-prev:before {
        content: "\f284";
        font-size: 20px;
        display: none;
    }

.slick-next {
    right: 38px;
}

    .slick-next:before {
        content: "\f285";
        font-size: 20px;
        display: none;
    }

.slick-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 40px;
}

    .slick-dots button {
        display: block;
        width: 8px;
        height: 8px;
        padding: 0;
        border: none;
        border-radius: 100%;
        background-color: #D9D9D9;
        text-indent: -9999px;
    }

    .slick-dots .slick-active button {
        background: #074C3E;
        width: 8px;
        height: 8px;
        border-radius: 10px;
    }

.social {
    display: flex;
    align-items: center;
    gap: 12px;
}

.number-bullet {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #074C3E;
    color: white;
}

.contact-area {
    background: url(../images/contact_bg.html);
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .contact-area .contact__form {
        background: white;
        box-shadow: 0px 4px 26px rgba(186, 186, 186, 0.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: #FFFFFF;
    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: 0px;
            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: rgba(68, 140, 116, 0.1);
            border-radius: 36px;
            padding: 2px 12px;
            font-size: 12px;
            color: #448C74;
        }

    .analytics-card .card-body .card__title {
        margin-bottom: 16px;
    }

/* ==== 
   --------- (2.3) global styles end ---------
   ==== */
/* ==== 
 --------- (3.1) buttons styles start ---------
 ==== */
.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: #074C3E;
        border-radius: 50%;
    }

.btn_theme {
    color: #074C3E;
    background: transparent;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    text-transform: capitalize;
    border: 1px solid #074C3E;
    font-size: 16px;
    border-radius: 32px;
    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 span {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-radius: 50%;
        background-color: #074C3E;
        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 #074C3E;
        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: #074C3E;
            cursor: not-allowed;
        }

        .btn_theme:hover span,
        .btn_theme:focus span {
            width: 225%;
            height: 220px;
        }

.btn_theme_active {
    color: white;
    position: relative;
    z-index: 0;
}

    .btn_theme_active::after {
        content: "";
        position: absolute;
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        background: #074C3E;
        z-index: -3;
    }

    .btn_theme_active span {
        background-color: #fff;
    }

    .btn_theme_active:hover,
    .btn_theme_active:focus {
        color: #074C3E;
    }

.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: transparent;
        z-index: -2;
    }

    .icon_box i,
    .social_box i {
        transition: all 0.35s ease-in-out;
        font-size: 18px;
        color: white;
    }

    .icon_box:hover,
    .icon_box:focus,
    .social_box:hover,
    .social_box:focus {
        background: #074C3E;
    }

        .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: white;
        }

.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: white;
}

.btn_bg_white i {
    color: #074C3E;
}

.btn_bg_white:hover,
.btn_bg_white:focus {
    background: #074C3E;
}

    .btn_bg_white:hover i,
    .btn_bg_white:focus i {
        color: white;
    }

.scrollToTop {
    position: fixed;
    right: 30px;
    bottom: -10px;
    width: 45px;
    height: 45px;
    line-height: var(--body-line-height);
    border-radius: 5px;
    background: linear-gradient(to right, #f3912c, #FCB650);
    box-shadow: 0px 1px 13px rgba(7, 76, 62, 0.5);
    font-size: 20px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    color: rgba(7, 76, 62) !important;
    transition: 0.3s;
    transform: translateY(100%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

    .scrollToTop:hover {
        color: #ffffff !important;
        animation: pulsesecond 1s ease-out infinite;
    }

    .scrollToTop:focus {
        color: #ffffff !important;
    }

.topActive {
    bottom: 30px;
    transform: translateY(0%);
}

    .topActive i {
        animation: 4s previewUp infinite;
    }

@media (max-width: 1599px) {
    .topActive {
        bottom: 60px;
    }
}

@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(0px);
            opacity: 1;
        }

    .sidebar_btn {
        position: sticky;
        top: 140px;
        background: #074C3E;
        padding: 12px 16px;
        color: white;
        font-weight: 700;
        font-size: 20px;
        border-radius: 16px;
    }

        .sidebar_btn:hover,
        .sidebar_btn:focus {
            color: white;
        }

    .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(0px);
            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(0px);
            opacity: 1;
        }
}

@media (max-width: 991px) {
    .sidebar-lg-fixed {
        position: absolute;
        transform: translateX(-200px);
        opacity: 0;
    }

        .sidebar-lg-fixed.show {
            transform: translateX(0px);
            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;
        }
}

/* ====  
 --------- (3.1) buttons styles end ---------
 ==== */
/* ==== 
 --------- (3.2) forms styles start ---------
 ==== */
.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: #074C3E;
        outline: none;
        box-shadow: none;
        background: transparent;
    }

.input-group {
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap !important;
    gap: 1.5rem;
}

    .input-group .input-single {
        width: calc(50% - 12px);
        position: relative;
    }

.input-single {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .input-single .label,
    .input-group .label {
        color: #222E48;
        font-size: 18px;
        font-weight: 500;
    }

        .input-single .label span {
            color: red;
            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: rgba(7, 76, 62, 0.03);
}

    .filter__search .input-group .form-control {
        background: transparent;
        border: none;
        padding: 12px 20px;
    }

    .filter__search .input-group .search_icon {
        padding-right: 20px;
        font-size: 24px;
        background: transparent;
    }

@media (max-width: 767px) {
    textarea.form-control {
        max-height: 120px;
    }
}

@media (max-width: 575px) {
    .input-group {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

        .input-group .input-single {
            width: 100%;
        }

    .sign-up .sign-up__form .sign-up__form-part .forget-pass {
        margin-bottom: 10px;
    }
}

@media (max-width:991px) {
    .input-group {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

        .input-group .input-single {
            width: 100%;
        }

    .sign-up .sign-up__form .sign-up__form-part .forget-pass {
        margin-bottom: 10px;
    }
}

.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: rgba(7, 76, 62, 0.05);
    }

        .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: normal;
            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: #074C3E;
            color: white;
            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: normal;
                background: #FCB650;
            }

        .accordion .accordion-button:focus {
            border-color: transparent;
            box-shadow: unset;
        }

@media (max-width: 767px) {
    .accordion .accordion-button {
        font-size: 16px;
    }

        .accordion .accordion-button::after {
            width: 30px;
            min-width: 30px;
            height: 30px;
        }
}

/* ==== 
 --------- (3.5) custom-animation styles start ---------
 ==== */
@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: 0.7;
    }

    50% {
        transform: rotate(-15deg) scale(1.1);
        opacity: 1;
    }

    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.7;
    }
}

@keyframes previewShape {
    0% {
        transform: translateX(-30px) translateY(0);
    }

    50% {
        transform: translateX(0px) translateY(5px);
    }

    100% {
        transform: translateX(-30px) translateY(0);
    }
}

@keyframes previewShapeUp {
    0% {
        transform: translateX(-30px) translateY(0);
    }

    50% {
        transform: translateX(0px) 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: 0.5;
    }

    50% {
        transform: scale(1.05);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0.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(0.8);
    }

    60% {
        transform: rotate(-90deg) scale(1.2);
    }

    70% {
        transform: rotate(0deg) scale(0.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: 0.3;
        transform: translate(-20px, -20px);
    }

    50% {
        transform: translate(20px, 20px);
    }

    100% {
        transform: translate(-20px, -20px);
        opacity: 0.3;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

/* ==== 
 --------- (4.1) header styles start ---------
 ==== */
.header-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 299;
}

.index .navbar .navbar-toggler i {
    color: #222E48;
}

.header-section .navbar {
    padding: 20px 0;
    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: 0.1;
    }

    .header-section .navbar .navbar-toggler {
        font-size: x-large;
        border: none;
        color: #ffffff;
        border: none !important;
    }

        .header-section .navbar .navbar-toggler:focus {
            outline: 0;
            box-shadow: none;
        }

.navbar-brand {
    margin-right: 0;
}

.main-menu.index-page .navbar-nav .nav-item .nav-link {
    color: #074C3E;
}

.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: 8px;
        align-items: center;
    }

        .main-menu .navbar-nav .dropdown-menu {
            max-height: 420px;
            overflow-y: auto;
        }

            .main-menu .navbar-nav .dropdown-menu::-webkit-scrollbar {
                width: 0.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: #074C3E;
                border-radius: 5px;
                box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25);
            }

        .main-menu .navbar-nav .nav-item .nav-link {
            line-height: 1.2;
            font-size: 16px;
            font-weight: 500;
            font-family: "Jost", sans-serif;
            color: #ffffff;
            padding: 24px 8px;
            text-transform: capitalize;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 5px;
        }

.dash-active-c {
    background-color: #FCB650;
    border-radius: 20px;
    padding: 5px 10px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
}

.main-menu .navbar-nav .nav-item .nav-link1 {
    line-height: 1.2;
    font-size: 16px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    color: #ffffff;
    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 {
    border: none;
    content: "\f4fe";
    font-family: "bootstrap-icons";
    margin-left: auto;
    transform: rotate(0deg);
    transition: all 0.35s ease-in-out;
}

.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: #ffffff;
    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: #ffffff;
        box-shadow: 0px 6px 12px -2px rgba(88, 82, 129, 0.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: #074C3E;
        color: #ffffff;
        border-radius: 5px;
    }

        .main-menu .nav-right .nav-right__search-inner .search_icon i {
            font-size: 24px;
        }

.nav-link.active {
    color: #FCB650 !important;
}

.header-active {
    position: fixed;
    top: -70px;
    transform: translateY(70px);
    transition: transform 0.5s;
    background-color: #03211B;
    left: 0;
    width: 100%;
}

    .header-active .navbar:after {
        border-bottom: none;
    }

.index.header-active {
    background: white;
}

@media (max-width: 1599px) {
    .main-menu .navbar-nav {
        gap: 4px;
    }

        .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;
        min-width: 230px;
        border: 1px solid rgba(255, 255, 255, 0.07);
        background: #074C3E;
        margin: 0;
        text-transform: capitalize;
        transition: all 0.3s ease-in-out;
        box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
        padding: 18px 0;
        border-radius: 0;
        display: block;
        visibility: hidden;
        opacity: 0;
        z-index: 9;
    }

    .nav-item-dropdown .dropdown-menu.show {
        inset-inline-start: 0;
        inset-block-start: calc(100% + 0.5rem);
        pointer-events: none;
        min-width: 230px;
        border: 1px solid rgba(255, 255, 255, 0.07);
        background: #074C3E;
        margin: 0;
        text-transform: capitalize;
        transition: all 0.3s ease-in-out;
        box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
        padding: 18px 0;
        border-radius: 0;
        display: block;
    }

    .nav-item .dropdown-menu li,
    .nav-item-dropdown .dropdown-menu li {
        margin-left: 0;
        text-align: left;
    }

        .nav-item .dropdown-menu li a,
        .nav-item-dropdown .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: #ffffff;
            transform: translateX(8px);
            background: transparent;
            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: url(../images/inner_banner.png);
        background-color: #03211B;
        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: white;
                    font-size: 24px;
                    font-weight: 600;
                    padding: 24px 0;
                    border-bottom: 1px solid rgba(233, 248, 247, 0.1254901961);
                    text-transform: capitalize;
                    transition: all 0.35s ease-in-out;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    background: transparent;
                }

                    .offcanvas .offcanvas-body .custom-nevbar__left .custom-nevbar__nav li a:hover {
                        color: #FCB650;
                        background: transparent;
                    }

                .offcanvas .offcanvas-body .custom-nevbar__left .custom-nevbar__nav .dropdown-menu.show {
                    position: unset !important;
                    margin-left: 70px !important;
                    transform: translate(0px) !important;
                    border: none !important;
                    background: transparent;
                }

            .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: rgb(228, 226, 226);
                }

                    .offcanvas .offcanvas-body .custom-nevbar__right .custom-nevbar__right-location .contact {
                        color: white;
                    }

            .offcanvas .offcanvas-body button.close-icon {
                display: block;
                background: transparent;
                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: 20px 0;
    }

    .header-section .navbar-toggler span {
        color: white;
    }

    .main-menu {
        display: block;
        height: 80vh;
        overflow-y: auto;
    }

        .main-menu::-webkit-scrollbar {
            width: 0;
        }

        .main-menu .navbar-nav {
            margin-top: 30px;
        }

            .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: transparent;
                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: 24px;
        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) {
    .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: 20px;
                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: 60%;
        padding-left: 0;
    }

    .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;
    }
}

@media (max-width: 400px) {
    .header-section .navbar .navbar-brand {
        padding-left: 12px;
    }
}

/* ==== 
 --------- (4.2) banner styles start ---------
 ==== */
.hero {
    height: 100%;
    width: 100%;
    padding-top: 145px;
    padding-bottom: 0;
    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: 0.1000000015;
        background: linear-gradient(90deg, #074C3E 0%, #FCB650 100%);
        z-index: -1;
    }

    .hero .section__content-title {
        max-width: 18ch;
    }

    .hero .section__content-text {
        font-size: 20px;
        font-weight: 500;
    }

    

        .hero .hero__thumb img {
            max-width: unset;
        }
    .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: white;
    }

    .hero--secondary .section__content-text {
        color: #FAFAFB;
    }

    .hero--secondary::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #03211B;
        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: #03211B;
        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: #074C3E;
            color: white;
        }

            .hero--secondary .btn-group .btn_theme:last-child:hover i {
                color: white;
            }

.banner {
    width: 100%;
    padding-top: 155px;
    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: #03211B;
        z-index: -1;
    }

    .banner::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/inner_banner.png);
        background-color: #03211B;
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: cover;
        z-index: -1;
    }

    .banner .banner__content .banner__title {
        color: #ffffff;
        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: #ffffff;
            display: flex;
            align-items: center;
            text-transform: capitalize;
        }

            .banner .banner__content .breadcrumb .breadcrumb-item a {
                color: #ffffff;
                font-family: "Jost", sans-serif;
            }

            .banner .banner__content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
                content: "\f285";
                font-family: "bootstrap-icons";
                color: #ffffff;
                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%;
    }
}

@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%;
    }
}

/* ==== 
 --------- (4.2) banner styles end ---------
 ==== */
/* ==== 
 --------- (4.3) footer styles start ---------
 ==== */
.footer {
    position: relative;
    z-index: 0;
}

    .footer::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #03211B;
        z-index: -1;
    }

    .footer::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/footer_bg.png);
        background-color: #03211B;
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: cover;
        z-index: -1;
    }

    .footer .footer__title {
        color: #FFF;
    }

    .footer a,
    .footer p {
        color: #EBECEF;
    }

    .footer a {
        gap: 16px;
    }

    .footer .footer__contact .footer__content {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .footer .newsletter__content-form .input-group {
        border: 1px solid #074C3E;
        border-radius: 30px;
    }

        .footer .newsletter__content-form .input-group input {
            border: 0px;
            outline: 0px;
            color: white;
        }

            .footer .newsletter__content-form .input-group input.form-control {
                background: transparent;
            }

            .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: 10px 20px;
        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: 8px;
}

    .quick-link ul li:hover a {
        transform: translateX(8px);
        width: 90%;
        min-width: -moz-fit-content;
        min-width: fit-content;
    }

.footer__copyright {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1176470588);
    display: flex;
    justify-content: space-between;
    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: #074C3E;
}

    .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: #FCB650;
            }

            .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: #074C3E;
            }

        .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;
    }
}

/* ==== 
 --------- (4.3) footer styles end ---------
 ==== */
.header-version3 .container {
    max-width: 1790px;
    margin: 0 auto;
}

.header-version3 .main-menu {
    width: initial;
}

.header-version3 .navbar-collapse {
    flex-grow: initial;
}

.header-version3 .nav-right {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 24px;
}

    .header-version3 .nav-right .nav-right__search .header-fiffrent-form {
        display: flex;
        align-items: center;
        border-radius: 100px;
        border-radius: 60px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        background: rgba(255, 255, 255, 0.1);
        padding: 8px;
    }

        .header-version3 .nav-right .nav-right__search .header-fiffrent-form input {
            background: transparent;
            border: unset;
            outline: none;
            height: 32px;
            color: #fff;
            padding-left: 10px;
        }

            .header-version3 .nav-right .nav-right__search .header-fiffrent-form input::-moz-placeholder {
                color: #C1C4CC !important;
            }

            .header-version3 .nav-right .nav-right__search .header-fiffrent-form input::placeholder {
                color: #C1C4CC !important;
            }

        .header-version3 .nav-right .nav-right__search .header-fiffrent-form ::-moz-placeholder {
            color: red;
        }

        .header-version3 .nav-right .nav-right__search .header-fiffrent-form ::placeholder {
            color: red;
        }

        .header-version3 .nav-right .nav-right__search .header-fiffrent-form .search_icon {
            width: 30px;
            height: 30px;
            background: #FCB650;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
        }

            .header-version3 .nav-right .nav-right__search .header-fiffrent-form .search_icon i {
                color: #002922;
                font-size: 14px;
            }

    .header-version3 .nav-right .language-box {
        z-index: 1;
    }

        .header-version3 .nav-right .language-box .nice-select {
            width: 48px;
            height: 48px;
            border-radius: 26px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            background: rgba(255, 255, 255, 0.1);
            color: #fff;
            z-index: 2;
        }

            .header-version3 .nav-right .language-box .nice-select::after {
                display: none;
            }

            .header-version3 .nav-right .language-box .nice-select .current {
                opacity: 0;
                color: red;
                z-index: 2;
                position: relative;
            }

        .header-version3 .nav-right .language-box .icon {
            position: absolute;
            z-index: 1;
            color: #fff;
            font-size: 22px;
        }

.hero-version3::after {
    display: none;
}

.hero-version3 .home3-shapel {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.hero-version3 .home3-shaper {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.hero-version3 .home3-element {
    position: absolute;
    left: 136px;
    animation: zom 2s linear infinite;
    z-index: -1;
}

.hero-version3 .section__content {
    padding-bottom: 80px;
}

    .hero-version3 .section__content p {
        font-weight: 400;
    }

.hero-version3 .loan-tabbing-wrap {
    gap: 24px;
    justify-content: center;
    margin-bottom: -80px;
    position: relative;
    z-index: 1;
}

    .hero-version3 .loan-tabbing-wrap .loan-tab-items {
        background: #ffffff;
        padding: 24px 16px;
        border-radius: 8px;
        text-align: center;
        transition: all 0.4s;
        height: 159px;
        overflow: hidden;
        position: relative;
        width: 22.5%;
    }

        .hero-version3 .loan-tabbing-wrap .loan-tab-items .loan-thumb {
            margin-bottom: 12px;
            transition: all 0.4s;
        }

        .hero-version3 .loan-tabbing-wrap .loan-tab-items .mortgage-icon {
            background: #074C3E;
            width: 44px;
            height: 44px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            margin-top: 16px;
            left: 50%;
            bottom: 0;
            visibility: hidden;
            opacity: 0;
            transform: translateX(-50%);
            transition: all 0.5s;
        }

            .hero-version3 .loan-tabbing-wrap .loan-tab-items .mortgage-icon i {
                font-size: 16px;
                color: #ffffff;
            }

        .hero-version3 .loan-tabbing-wrap .loan-tab-items:hover {
            background: #FCB650;
        }

            .hero-version3 .loan-tabbing-wrap .loan-tab-items:hover .loan-thumb {
                display: none;
            }

            .hero-version3 .loan-tabbing-wrap .loan-tab-items:hover .mortgage-icon {
                position: absolute;
                margin-top: 16px;
                left: 50%;
                bottom: 40px;
                opacity: 1;
                visibility: visible;
            }

@media screen and (max-width: 1199px) {
    .hero-version3 {
        padding-top: 140px;
    }

        .hero-version3 .section__content {
            padding-bottom: 65px;
        }

        .hero-version3 .loan-tabbing-wrap {
            gap: 14px;
        }

            .hero-version3 .loan-tabbing-wrap .loan-tab-items {
                padding: 24px 12px;
                height: 159px;
                width: 22.5%;
            }

                .hero-version3 .loan-tabbing-wrap .loan-tab-items h4 a {
                    font-size: 18px;
                }

                .hero-version3 .loan-tabbing-wrap .loan-tab-items .loan-thumb {
                    margin-bottom: 6px;
                    width: 36px;
                }

                .hero-version3 .loan-tabbing-wrap .loan-tab-items .mortgage-icon {
                    width: 40px;
                    height: 40px;
                }

        .hero-version3 .home3-element {
            left: 20px;
            width: 200px;
        }
}

@media screen and (max-width: 991px) {
    .hero-version3 .loan-tabbing-wrap {
        margin-bottom: 0px;
        padding-bottom: 70px;
        gap: 14px;
    }

        .hero-version3 .loan-tabbing-wrap .loan-tab-items {
            padding: 24px 12px;
            height: 159px;
            width: 30%;
        }

            .hero-version3 .loan-tabbing-wrap .loan-tab-items .mortgage-icon {
                width: 36px;
                height: 36px;
            }

                .hero-version3 .loan-tabbing-wrap .loan-tab-items .mortgage-icon i {
                    font-size: 14px;
                }
}

@media screen and (max-width: 767px) {
    .hero-version3 .loan-tabbing-wrap {
        gap: 14px;
    }

        .hero-version3 .loan-tabbing-wrap .loan-tab-items {
            padding: 24px 12px;
            height: 159px;
            width: 45%;
        }

            .hero-version3 .loan-tabbing-wrap .loan-tab-items .mortgage-icon {
                width: 36px;
                height: 36px;
            }

                .hero-version3 .loan-tabbing-wrap .loan-tab-items .mortgage-icon i {
                    font-size: 14px;
                }
}

@keyframes zom {
    50% {
        transform: scale(1.02);
    }
}

.hero-version4 {
    background: url(../images/hero4-bg.png) no-repeat center center;
    background-size: cover;
    padding-top: 160px;
}

    .hero-version4 .hero-content4 {
        margin-bottom: 60px;
    }

        .hero-version4 .hero-content4 h1 {
            font-size: 122px;
            font-weight: 800;
        }

        .hero-version4 .hero-content4 h2 span {
            color: #FCB650;
            font-style: italic;
            font-weight: 400;
        }

        .hero-version4 .hero-content4 p {
            font-size: 24px;
        }

    .hero-version4 .hero4-homeloan-wrap {
        background: #fff;
        box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
        padding: 20px;
        border-radius: 12px;
    }

        .hero-version4 .hero4-homeloan-wrap .title {
            color: #222E48;
            margin-bottom: 22px;
        }

        .hero-version4 .hero4-homeloan-wrap .home-loan-items {
            border-radius: 8px;
            border: 1px solid rgba(7, 76, 62, 0.1);
            background: rgba(7, 76, 62, 0.05);
            padding: 24px 24px;
            text-align: center;
        }

            .hero-version4 .hero4-homeloan-wrap .home-loan-items img {
                width: 64px;
                height: 64px;
                -o-object-fit: contain;
                object-fit: contain;
                margin: 0 auto 16px;
            }

            .hero-version4 .hero4-homeloan-wrap .home-loan-items h4 {
                color: #222E48;
                font-size: 18px;
            }

        .hero-version4 .hero4-homeloan-wrap .slider-navigation {
            display: flex;
            justify-content: space-between;
            width: 105%;
            position: absolute;
            top: 40%;
            left: -20px;
            transform: translateY(-50%);
            z-index: 1;
        }

            .hero-version4 .hero4-homeloan-wrap .slider-navigation button {
                background: #fff;
                border-color: #fff;
            }

                .hero-version4 .hero4-homeloan-wrap .slider-navigation button:hover {
                    background: #074C3E;
                    border-color: #074C3E;
                }

@media screen and (max-width: 1399px) {
    .hero-version4 .hero4-homeloan-wrap .home-loan-items {
        padding: 20px 12px;
    }

        .hero-version4 .hero4-homeloan-wrap .home-loan-items img {
            width: 40px;
            height: 40px;
            margin: 0 auto 12px;
        }

        .hero-version4 .hero4-homeloan-wrap .home-loan-items h4 {
            font-size: 16px;
        }

    .hero-version4 .hero4-homeloan-wrap .slick-slide {
        margin: 0 6px;
    }
}

@media screen and (max-width: 575px) {
    .hero-version4 .hero4-homeloan-wrap .slider-navigation {
        width: initial !important;
        position: initial;
        justify-content: center;
        top: 44%;
        left: 12px;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 1550px) {
    .hero-version4 .hero-content4 {
        margin-bottom: 60px;
    }

        .hero-version4 .hero-content4 h1 {
            font-size: 96px;
            font-weight: 800;
        }

        .hero-version4 .hero-content4 p {
            font-size: 20px;
        }
}

@media screen and (max-width: 1399px) {
    .hero-version4 {
        padding-top: 100px;
    }

        .hero-version4 .hero-content4 {
            margin-bottom: 50px;
        }

            .hero-version4 .hero-content4 h1 {
                font-size: 78px;
                font-weight: 800;
            }

            .hero-version4 .hero-content4 h2 {
                font-size: 29px;
            }

            .hero-version4 .hero-content4 p {
                font-size: 20px;
            }
}

@media screen and (max-width: 991px) {
    .hero-version4 {
        padding-top: 150px;
    }
}

@media screen and (max-width: 767px) {
    .hero-version4 .hero-content4 {
        margin-bottom: 40px;
    }

        .hero-version4 .hero-content4 h1 {
            font-size: 58px;
            font-weight: 800;
        }

        .hero-version4 .hero-content4 h2 {
            font-size: 22px;
        }

        .hero-version4 .hero-content4 p {
            font-size: 18px;
        }
}

@media screen and (max-width: 575px) {
    .hero-version4 {
        padding-top: 120px;
    }

        .hero-version4 .hero-content4 {
            margin-bottom: 40px;
        }

            .hero-version4 .hero-content4 h1 {
                font-size: 42px;
                font-weight: 800;
            }

            .hero-version4 .hero-content4 h2 {
                font-size: 22px;
            }

            .hero-version4 .hero-content4 p {
                font-size: 18px;
            }
}

.hero-thumb4 {
    margin-right: -200px;
    margin-left: 130px;
    position: relative;
}

    .hero-thumb4 .loan-doller {
        position: absolute;
        top: 50px;
        left: 0;
        animation: zomin 2s linear infinite;
    }

    .hero-thumb4 .hero-loan-check {
        position: absolute;
        top: 0;
        right: -20px;
        width: 96px;
        height: 96px;
        -o-object-fit: contain;
        object-fit: contain;
        animation: updown 2s linear infinite;
    }

    .hero-thumb4 .hero-loan-home {
        position: absolute;
        left: -50px;
        bottom: 30px;
        animation: updown 2s linear infinite;
    }

    .hero-thumb4 .hero-loan-agency {
        position: absolute;
        right: -60px;
        bottom: 30px;
        animation: zomin 2s linear infinite;
    }

@media screen and (max-width: 1550px) {
    .hero-thumb4 {
        margin-right: -180px;
        margin-left: 30px;
    }
}

@media screen and (max-width: 1399px) {
    .hero-thumb4 {
        margin-right: -140px;
        margin-left: 0px;
    }
}

@media screen and (max-width: 991px) {
    .hero-thumb4 {
        margin-right: 0px;
        margin-left: 0px;
        margin: 24px auto 0;
        text-align: center;
    }

        .hero-thumb4 .loan-doller {
            top: 50px;
            left: 0;
            width: 50px;
        }

        .hero-thumb4 .hero-loan-check {
            top: 0;
            right: 0px;
            height: 96px;
        }

        .hero-thumb4 .hero-loan-home {
            left: 0px;
            bottom: 30px;
        }

        .hero-thumb4 .hero-loan-agency {
            right: 0px;
            bottom: 30px;
        }
}

@media screen and (max-width: 700px) {
    .hero-thumb4 .hero-loan-check {
        width: 50px;
    }

    .hero-thumb4 .hero-loan-home {
        left: 0px;
        bottom: 30px;
        width: 50px;
    }

    .hero-thumb4 .hero-loan-agency {
        right: 0px;
        bottom: 30px;
        width: 50px;
    }
}

@keyframes zomin {
    50% {
        transform: scale(1.05);
    }
}

.hero-version5 {
    background: #002922;
    padding: 237px 0 217px;
}

    .hero-version5 .loan-ele {
        position: absolute;
        bottom: 70px;
        right: 70px;
        width: 160px;
        animation: updown 2s linear infinite;
    }

    .hero-version5 .home-ele {
        position: absolute;
        right: 43%;
        bottom: 120px;
        animation: zomin 2s linear infinite;
    }

    .hero-version5 .loan-doller {
        position: absolute;
        top: 180px;
        right: 60px;
        animation: zomin 2s linear infinite;
    }

@media screen and (max-width: 1399px) {
    .hero-version5 .loan-ele {
        bottom: 110px;
        right: 30px;
        width: 60px;
    }

    .hero-version5 .home-ele {
        right: 43%;
        bottom: 120px;
        width: 60px;
    }

    .hero-version5 .loan-doller {
        top: 120px;
        right: 10px;
        width: 60px;
    }
}

@media screen and (max-width: 1199px) {
    .hero-version5 {
        padding: 160px 0 217px;
    }
}

@media screen and (max-width: 575px) {
    .hero-version5 .loan-doller {
        top: 100px;
        right: 60px;
        width: 50px;
    }
}

.hero-content5 h4 {
    color: #FCB650;
}

.hero-content5 .member-active-inner {
    display: flex;
    align-items: center;
}

    .hero-content5 .member-active-inner .member {
        border: 2px solid #002922;
    }

        .hero-content5 .member-active-inner .member:not(:first-child) {
            margin-left: -20px;
        }

        .hero-content5 .member-active-inner .member.plus {
            width: 46px;
            height: 46px;
            min-width: 46px;
            background: #FCB650;
        }

            .hero-content5 .member-active-inner .member.plus i {
                font-weight: 600;
                font-size: 19px;
            }

.hero-content5 .line {
    border-left: 2px dashed #FCB650;
    width: 2px;
    height: 85px;
    opacity: 0.7;
}

.hero-content5 p {
    font-size: 18px;
    max-width: 424px;
}

.hero-content5 .secound-btn {
    border-color: #FCB650;
    color: #FCB650;
}

    .hero-content5 .secound-btn i {
        color: #FCB650;
    }

    .hero-content5 .secound-btn:hover {
        border-color: #074C3E;
    }

.hero-content5 .btn-group-area {
    margin-top: 40px;
}

.hero5-thumb-inner {
    position: absolute;
    right: 0;
    top: 80%;
    transform: translateY(-50%);
}

    .hero5-thumb-inner .thumb {
        max-width: 560px;
    }

        .hero5-thumb-inner .thumb img {
            width: 100%;
        }

@media screen and (max-width: 1199px) {
    .hero5-thumb-inner .thumb {
        max-width: 440px;
        width: 100%;
    }

        .hero5-thumb-inner .thumb img {
            width: 100%;
        }
}

@media screen and (max-width: 991px) {
    .hero5-thumb-inner .thumb {
        max-width: 300px;
        width: 100%;
    }

        .hero5-thumb-inner .thumb img {
            width: 100%;
        }
}

@media screen and (max-width: 767px) {
    .hero5-thumb-inner {
        position: initial;
        top: initial;
        transform: translateY(0);
    }

        .hero5-thumb-inner .thumb {
            max-width: 400px;
            margin-top: 30px;
            width: 100%;
        }

            .hero5-thumb-inner .thumb img {
                width: 100%;
            }
}

.anyloan-section {
    background: rgba(0, 41, 34, 0.05);
}

.anyloan-wrapper {
    margin-top: -75px;
    position: relative;
    z-index: 1;
}

    .anyloan-wrapper .home-loan-items {
        border-radius: 8px;
        margin-bottom: 30px;
        box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.06);
        background: #FFF;
        padding: 24px 24px;
        text-align: center;
    }

        .anyloan-wrapper .home-loan-items img {
            width: 64px;
            height: 64px;
            -o-object-fit: contain;
            object-fit: contain;
            margin: 0 auto 16px;
        }

        .anyloan-wrapper .home-loan-items h4 {
            color: #222E48;
            font-size: 18px;
        }

    .anyloan-wrapper .slider-navigation {
        margin-top: 0;
        display: flex;
        justify-content: space-between;
        width: 103%;
        position: absolute;
        top: 45%;
        left: -20px;
        transform: translateY(-50%);
        z-index: 1;
    }

        .anyloan-wrapper .slider-navigation .pagination-button {
            background: #FFF !important;
            border: unset;
            box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.08);
            width: 46px;
            height: 46px;
            transition: all 0.4s;
        }

            .anyloan-wrapper .slider-navigation .pagination-button:hover {
                background: #074C3E !important;
            }

                .anyloan-wrapper .slider-navigation .pagination-button:hover i {
                    color: #FFF;
                }

.about-thumbv3 {
    animation: updown 5s linear;
    direction: rtl;
}

    .about-thumbv3 img {
        max-width: unset;
    }

@media screen and (max-width: 1399px) {
    .about-thumbv3 img {
        width: 100%;
    }
}

@keyframes updown {
    50% {
        transform: translateY(20px);
    }
}

#chart1,
#chart2,
#chart3 {
    width: 260px;
    height: initial;
    position: relative;
}

.chart-items {
    margin: -28px;
}

.about-progress {
    margin-top: 48px;
    margin-bottom: 65px;
}

    .about-progress .test {
        color: #222E48;
        font-family: "Jost", sans-serif;
        font-weight: 500;
    }

@media screen and (max-width: 1399px) {

    .about-progress #chart1,
    .about-progress #chart2,
    .about-progress #chart3 {
        width: 220px;
    }
}

@media screen and (max-width: 1199px) {

    .about-progress #chart1,
    .about-progress #chart2,
    .about-progress #chart3 {
        width: 200px;
    }

    .about-progress .test {
        font-size: 14px;
    }
}

@media screen and (max-width: 575px) {
    .about-progress {
        margin-top: 34px;
        margin-bottom: 55px;
    }

        .about-progress #chart1,
        .about-progress #chart2,
        .about-progress #chart3 {
            width: 180px;
        }

        .about-progress .test {
            font-size: 12px;
        }
}

@media screen and (max-width: 400px) {
    .about-progress {
        flex-wrap: wrap;
        margin-top: 9px;
        margin-bottom: 30px;
    }

        .about-progress .chart-items {
            margin: 0;
        }

        .about-progress #chart1,
        .about-progress #chart2,
        .about-progress #chart3 {
            width: 180px;
        }

        .about-progress .test {
            font-size: 12px;
        }
}

.d-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-sectionv4 .about4-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.about-thumbv4 {
    width: 620px;
    margin-left: -100px;
    animation: upss 5s linear;
}

    .about-thumbv4 img {
        width: 100%;
    }

@media screen and (max-width: 1399px) {
    .about-thumbv4 {
        margin-left: -20px;
        width: 100%;
    }

        .about-thumbv4 img {
            width: 100%;
        }
}

@media screen and (max-width: 991px) {
    .about-thumbv4 {
        margin-left: 0;
        max-width: 400px;
        margin: 0 auto;
    }
}

.about-mission-vission .nav {
    border-bottom: 1px solid #074C3E;
    margin-bottom: 40px;
}

    .about-mission-vission .nav li button {
        font-size: 16px;
        font-weight: 600;
        color: #404A60;
        border-radius: 100px;
        padding: 12px 20px;
        border: unset;
        outline: none;
    }

        .about-mission-vission .nav li button.active {
            background: #074C3E;
            color: #FFF !important;
            border-radius: 100px;
            padding: 10px 20px;
        }

@media screen and (max-width: 1399px) {
    .about-mission-vission .nav {
        margin-bottom: 20px;
    }
}

.about-mission-vission .mission-body .thumb-mission {
    z-index: 1;
}

    .about-mission-vission .mission-body .thumb-mission::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(3, 33, 27, 0.3);
        border-radius: 12px;
    }

    .about-mission-vission .mission-body .thumb-mission .cmn__video {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FCB650;
    }

        .about-mission-vission .mission-body .thumb-mission .cmn__video i {
            font-size: 20px;
        }

.about-mission-vission .mission-body .mission-content {
    margin-bottom: 40px;
}

    .about-mission-vission .mission-body .mission-content .mission-list li {
        font-size: 20px;
        color: #404A60;
    }

.about-mission-vission .mission-body .mission-more .icon {
    width: 54px;
    height: 54px;
    background: #FCB650;
}

    .about-mission-vission .mission-body .mission-more .icon i {
        font-size: 22px;
    }

.about-mission-vission .mission-body .mission-more .cont span {
    color: #222E48;
    font-size: 16px;
}

.about-mission-vission .mission-body .mission-more .cont a {
    color: #222E48;
    font-weight: 600;
}

@media screen and (max-width: 1399px) {
    .about-mission-vission .mission-body .mission-content {
        margin-bottom: 16px;
    }
}

@keyframes upss {
    50% {
        transform: translateY(10px);
    }
}

.mission-circleing {
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 40px 0;
}

    .mission-circleing .counted-area {
        position: relative;
    }

        .mission-circleing .counted-area .cout {
            position: absolute;
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: center;
        }

            .mission-circleing .counted-area .cout span {
                font-size: 20px;
                font-weight: 500;
            }

    .mission-circleing .line {
        background: rgba(252, 182, 80, 0.5);
        width: 1px;
        height: 90px;
    }

@media screen and (max-width: 1199px) {
    .mission-circleing {
        margin: 24px 0;
        gap: 20px;
    }

        .mission-circleing .line {
            height: 60px;
        }

        .mission-circleing svg {
            width: 65px;
        }

        .mission-circleing span {
            font-size: 16px;
        }

        .mission-circleing .counted-area .cout span {
            font-size: 16px;
        }
}

@media screen and (max-width: 500px) {
    .mission-circleing {
        margin: 10px 0;
        gap: 10px 16px;
        flex-wrap: wrap;
    }

        .mission-circleing .line {
            display: none;
        }

        .mission-circleing svg {
            width: 55px;
            height: 55px;
        }

        .mission-circleing span {
            font-size: 14px;
        }

        .mission-circleing .counted-area .cout span {
            font-size: 16px;
        }
}

.about-content5 .mission-content {
    margin-bottom: 40px;
}

.about-content5 .mission-more .icon {
    background: #FCB650;
    width: 54px;
    height: 54px;
}

    .about-content5 .mission-more .icon i {
        font-size: 22px;
    }

.about-content5 .mission-more .cont span {
    font-size: 16px;
    color: #FFF;
}

.about-content5 .mission-more .cont a {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
}

.about5-ele {
    position: absolute;
    right: 30px;
    bottom: 40px;
    animation: updown 2s linear infinite;
}

@media screen and (max-width: 1199px) {
    .about5-ele {
        width: 50px;
        right: 10px;
        bottom: 20px;
    }
}

.about5-thumb {
    direction: rtl;
}

    .about5-thumb img {
        max-width: unset;
    }

@media screen and (max-width: 1199px) {
    .about5-thumb {
        direction: ltr;
        width: 100%;
    }

        .about5-thumb img {
            width: 100%;
        }
}

.ammount-comparison {
    background: rgba(0, 41, 34, 0.05);
    padding-top: 200px;
    padding-bottom: 120px;
}

@media screen and (max-width: 991px) {
    .ammount-comparison {
        padding-top: 80px;
        padding-bottom: 120px;
    }
}

.ammount-comparison .loan-reviews::before {
    display: none;
}

.ammount-comparison .loan-reviews .loan-reviews_card .loan-reviews__part-one {
    border: 1px solid #DFE0E4;
    border-radius: 12px;
    padding: 12px;
    gap: 16px;
    background-color: #ffffff;
}

    .ammount-comparison .loan-reviews .loan-reviews_card .loan-reviews__part-one .star_review {
        font-size: 20px;
    }

    .ammount-comparison .loan-reviews .loan-reviews_card .loan-reviews__part-one .k-review {
        font-size: 14px;
        color: #404A60;
    }

.ammount-comparison .loan-reviews .loan-reviews_card .price-content {
    max-width: 270px;
}

    .ammount-comparison .loan-reviews .loan-reviews_card .price-content .form-price {
        gap: 8px;
        font-size: 16px;
        color: #404A60;
        margin-bottom: 14px;
    }

        .ammount-comparison .loan-reviews .loan-reviews_card .price-content .form-price h3 {
            color: #222E48;
        }

    .ammount-comparison .loan-reviews .loan-reviews_card .price-content p {
        font-size: 12px;
        color: #222E48;
    }

.ammount-comparison .loan-reviews .loan-reviews_card .loan-reviews__part-three .btn-group {
    gap: 10px;
}

.ammount-comparison .loan-reviews .loan-reviews_card .loan-reviews__part-three .apply-text {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: #404A60;
    display: block;
    margin-bottom: 7px;
    text-align: start;
}

.ammount-comparison .loan-reviews .loan-reviews_card .loan-reviews__part-three .redmore {
    font-size: 14px;
    font-weight: 500;
    color: #074C3E;
}

.ammount-comparison .loan-reviews .loan-reviews_card .loan-reviews__part-three .btn_theme {
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
}

.ammount-comparison .loan-reviews .loan-reviews_card .interest-badge {
    font-size: 12px;
    color: #13203B;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    background: #FCB650;
    padding: 1px 40px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 100%, 7% 50%, 0% 0%);
    clip-path: polygon(100% 0, 100% 100%, 0% 100%, 7% 50%, 0% 0%);
    position: absolute;
    top: 0;
    right: -10px;
}

@media screen and (max-width: 1399px) {
    .ammount-comparison .loan-reviews .loan-reviews_card {
        gap: 16px;
        flex-wrap: nowrap;
    }

        .ammount-comparison .loan-reviews .loan-reviews_card .load-price-box {
            padding: 24px 16px;
        }
}

@media screen and (max-width: 1199px) {
    .ammount-comparison .loan-reviews .loan-reviews_card {
        gap: 16px;
        flex-wrap: wrap;
    }

        .ammount-comparison .loan-reviews .loan-reviews_card .load-price-box {
            padding: 24px 16px;
        }
}

.ammount-comparison.style2 {
    padding-top: 120px;
}

@media screen and (max-width: 1199px) {
    .ammount-comparison.style2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.ammount-comparison.style5 {
    padding-top: 90px;
}

@media screen and (max-width: 1199px) {
    .ammount-comparison.style5 {
        padding-top: 50px;
    }
}

.load-price-box {
    border-radius: 12px;
    border: 1px solid rgba(7, 76, 62, 0.1);
    background: rgba(7, 76, 62, 0.03);
    padding: 40px 32px;
}

    .load-price-box .effect {
        font-size: 14px;
        color: #404A60;
        margin-bottom: 10px;
        display: block;
    }

    .load-price-box h5 {
        color: #404A60;
    }

.ammount-comparison4-head {
    margin-bottom: 40px;
    display: flex;
    gap: 16px;
}

    .ammount-comparison4-head .amount-item-form {
        width: 279px;
    }

        .ammount-comparison4-head .amount-item-form .amount-title {
            font-size: 18px;
            font-weight: 500;
        }

        .ammount-comparison4-head .amount-item-form input {
            padding: 12px 20px;
            width: 100%;
            background: #fff;
            color: #404A60;
            border-radius: 100px;
            border: 1px solid #DFE0E4;
        }

        .ammount-comparison4-head .amount-item-form ::-moz-placeholder {
            color: #404A60;
        }

        .ammount-comparison4-head .amount-item-form ::placeholder {
            color: #404A60;
        }

        .ammount-comparison4-head .amount-item-form .nice-select {
            width: 100%;
            background: #fff;
            color: #404A60;
            border-radius: 100px;
            padding: 12px 20px;
            border: 1px solid #DFE0E4;
            height: initial;
        }

            .ammount-comparison4-head .amount-item-form .nice-select::after {
                right: 18px;
                height: 7px;
                width: 7px;
            }

            .ammount-comparison4-head .amount-item-form .nice-select .list {
                width: 100%;
                background: #fff;
            }

                .ammount-comparison4-head .amount-item-form .nice-select .list li {
                    color: #002922;
                }

                    .ammount-comparison4-head .amount-item-form .nice-select .list li.option.selected.focus {
                        background: #ebebeb;
                    }

                    .ammount-comparison4-head .amount-item-form .nice-select .list li.option.focus {
                        background: #ebebeb;
                    }

                    .ammount-comparison4-head .amount-item-form .nice-select .list li:hover {
                        background: #ebebeb;
                    }

    .ammount-comparison4-head .amount-item-filter .funnel {
        background: #074C3E;
        border-radius: 100px;
        padding: 15px 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
    }

@media screen and (max-width: 991px) {
    .ammount-comparison4-head {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .ammount-comparison4-head {
        flex-wrap: wrap;
        display: grid;
        justify-content: center;
    }
}

.loan-reviews_card4 {
    gap: 30px;
}

@media screen and (max-width: 767px) {
    .loan-reviews_card4 {
        gap: 20px;
    }

        .loan-reviews_card4 .review-line {
            display: none;
        }

        .loan-reviews_card4 .load-price-box {
            padding-top: 0 !important;
            padding-bottom: 0 !important;
        }
}

@media screen and (max-width: 1399px) {
    .loan-reviews_card4 {
        flex-wrap: wrap !important;
    }
}

.loan-reviews_card4 .view-btn.view-active i {
    transform: rotate(180deg);
    font-weight: 600;
}

.loan-reviews_card4 .view-content-wrap {
    display: none;
    /*    width: 100% !important;
    min-width: 100% !important;*/
    height: 0;
    border-radius: 8px;
    background: rgb(57 98 90 / 50%);
    padding: 24px;
    /*    transition:  all 0.5s;*/
}

    .loan-reviews_card4 .view-content-wrap.active {
        height: 100%;
    }

    .loan-reviews_card4 .view-content-wrap .view-de-title {
        font-size: 18px;
        font-weight: 500;
        color: #000000;
    }

    .loan-reviews_card4 .view-content-wrap .vie-wrap {
        background: #fff;
    }

        .loan-reviews_card4 .view-content-wrap .vie-wrap .vie-item {
            background: rgba(7, 76, 62, 0.05);
            border-radius: 8px;
            padding: 8px 16px;
            display: flex;
            align-items: center;
        }

            .loan-reviews_card4 .view-content-wrap .vie-wrap .vie-item span {
                font-size: 14px;
                color: #404A60;
                width: 50%;
            }

            .loan-reviews_card4 .view-content-wrap .vie-wrap .vie-item .rat {
                font-weight: 500;
            }

            .loan-reviews_card4 .view-content-wrap .vie-wrap .vie-item:nth-child(even) {
                background: #FFF;
            }

@media screen and (max-width: 550px) {
    .loan-reviews_card4 .view-content-wrap .vie-wrap .vie-item {
        flex-wrap: wrap;
    }

        .loan-reviews_card4 .view-content-wrap .vie-wrap .vie-item span {
            width: 100%;
        }
}

.loan-reviews_card4 .personal-loan-inner .personal-loan-box .pay-in {
    width: 164px;
    display: flex;
    font-size: 14px;
    align-items: center;
    padding-right: 10px;
}

    .loan-reviews_card4 .personal-loan-inner .personal-loan-box .pay-in::before {
        position: absolute;
        right: 0;
        content: ":";
        color: #002922;
    }

.loan-reviews_card4 .personal-loan-inner .personal-loan-box .pay-name {
    font-size: 14px;
    font-weight: 500;
}

.loan-reviews_card4 .pra-ofset {
    font-size: 14px;
    color: #222E48;
    border-top: 1px solid #DFE0E4;
    margin-top: 16px;
    padding-top: 20px;
}

@media screen and (min-width: 1199px) {
    .loan-reviews_card4 .pra-ofset {
        position: absolute;
    }
}

.loan-reviews-information5 .loan-reviews_card4 .price-content p {
    font-size: 14px;
}

.loan-reviews-information5 .loan-reviews_card4 .prie-line {
    width: 1px;
    height: 60px;
    background: #DFE0E4;
}

.working-section4 {
    background: url(../images/footer/footer4-bg.png) no-repeat center center;
    background-size: cover;
    padding: 120px 0 120px;
}

    .working-section4 .section__header {
        max-width: 740px;
    }

        .working-section4 .section__header h2 {
            font-size: 54px;
        }

        .working-section4 .section__header .section__header-sub-title {
            color: #FCB650;
        }

        .working-section4 .section__header .section__header-title {
            color: #FFF;
        }

        .working-section4 .section__header p {
            color: #FFF;
        }

@media screen and (max-width: 991px) {
    .working-section4 {
        padding: 80px 0;
    }

        .working-section4 .section__header {
            max-width: 700px;
        }

            .working-section4 .section__header h2 {
                font-size: 39px;
            }
}

@media screen and (max-width: 575px) {
    .working-section4 .section__header {
        max-width: 700px;
    }

        .working-section4 .section__header h2 {
            font-size: 32px;
        }
}

.working-section4.testimonial4 {
    position: relative;
    z-index: 1;
    background: transparent;
    background-color: #F2F3F3;
}

    .working-section4.testimonial4 .section__header {
        z-index: 1;
        position: relative;
    }

    .working-section4.testimonial4::before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        width: 100%;
        height: 580px;
        background: url(../images/footer/footer4-bg.png) no-repeat center center;
        background-size: cover;
    }

    .working-section4.testimonial4 .card {
        padding: 24px 24px;
        background: #FFF;
        border: unset;
        border-left: 3px solid #FCB650;
        display: initial !important;
        gap: 0;
        margin-bottom: 40px;
    }

        .working-section4.testimonial4 .card .author__thumg {
            text-align: start;
            width: 60px;
            height: 60px;
            margin-bottom: -60px;
        }

            .working-section4.testimonial4 .card .author__thumg img {
                border-radius: 50%;
            }

        .working-section4.testimonial4 .card .author__desi {
            margin-bottom: 0;
        }

        .working-section4.testimonial4 .card .element-quote {
            width: 48px;
            height: 48px;
            -o-object-fit: contain;
            object-fit: contain;
            opacity: 0.15;
        }

        .working-section4.testimonial4 .card::after {
            display: none;
        }

        .working-section4.testimonial4 .card .star_review i {
            font-size: 19px;
        }

        .working-section4.testimonial4 .card p {
            font-size: 18px;
            margin-bottom: 32px;
        }

.working-wrapper4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

    .working-wrapper4 .working-inner {
        display: flex;
        flex-direction: column;
        gap: 60px;
    }

        .working-wrapper4 .working-inner .working-items {
            max-width: 306px;
        }

            .working-wrapper4 .working-inner .working-items .icon {
                width: 80px;
                height: 80px;
                border: 1px solid rgba(252, 182, 80, 0.5);
                background: rgba(255, 255, 255, 0.1);
                margin-bottom: 32px;
            }

                .working-wrapper4 .working-inner .working-items .icon img {
                    transition: all 0.5s;
                }

            .working-wrapper4 .working-inner .working-items .cont h3,
            .working-wrapper4 .working-inner .working-items .cont p {
                color: #FFF;
            }

            .working-wrapper4 .working-inner .working-items:hover .icon img {
                transform: rotate(10deg);
            }

@media screen and (min-width: 991px) {
    .working-wrapper4 .working-inner .working-items.style2 {
        text-align: end;
    }

        .working-wrapper4 .working-inner .working-items.style2 .icon {
            margin-left: auto;
        }
}

@media screen and (max-width: 1199px) {
    .working-wrapper4 .working-inner .working-items .icon {
        width: 60px;
        height: 60px;
        margin-bottom: 24px;
    }

        .working-wrapper4 .working-inner .working-items .icon img {
            transition: all 0.5s;
            width: 34px;
        }

    .working-wrapper4 .working-inner .working-items .cont h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {
    .working-wrapper4 .working-inner {
        flex-direction: row;
        justify-content: center;
        text-align: center;
    }

        .working-wrapper4 .working-inner .working-items {
            text-align: center;
        }

            .working-wrapper4 .working-inner .working-items .icon {
                margin: 0 auto 18px;
            }
}

.working-wrapper4 .working-inner .working-ele-left1 {
    position: absolute;
    top: 40px;
    left: 80px;
}

.working-wrapper4 .working-inner .working-ele-left2 {
    position: absolute;
    bottom: 90px;
    left: 80px;
}

.working-wrapper4 .working-inner .wroking-ele-right1 {
    position: absolute;
    top: 40px;
    right: 80px;
}

.working-wrapper4 .working-inner .wroking-ele-right2 {
    position: absolute;
    top: 40px;
    right: 80px;
}

@media screen and (max-width: 500px) {
    .working-wrapper4 .working-inner {
        flex-wrap: wrap;
    }
}

.working-wrapper4 .working-thumb4 {
    max-width: 526px;
    animation: updown3 2s linear infinite;
    overflow: hidden;
}

    .working-wrapper4 .working-thumb4 .mimg {
        width: 100%;
    }

@keyframes updown3 {
    50% {
        transform: translateY(10px);
    }
}

.working-wrapper4 .working-thumb4 .loan-bag {
    animation: updown3 2s linear infinite;
    top: 16px;
    left: 16px;
    width: 80px;
    height: 80px;
}

.working-wrapper4 .working-thumb4 .loan-sine {
    animation: leftright 2s linear infinite;
    right: 30px;
    top: 60px;
    width: 80px;
}

.working-wrapper4 .working-thumb4 .loan-handeling {
    animation: leftright 2s linear infinite;
    bottom: 9px;
    right: -16px;
    width: 100px;
    height: 80px;
}

.working-wrapper4 .working-thumb4 .loan-agency {
    animation: leftright 2s linear infinite;
    bottom: 9px;
    left: -16px;
    width: 100px;
    height: 80px;
}

@keyframes leftright {
    50% {
        transform: translateX(-10px);
    }
}

@media screen and (max-width: 991px) {
    .working-wrapper4 {
        display: grid;
    }

        .working-wrapper4 .working-thumb4 {
            max-width: 526px;
            margin: 0 auto;
        }

            .working-wrapper4 .working-thumb4 .mimg {
                width: 100%;
            }
}

.step-process-item .icon-area {
    background: #074C3E;
    border: 1px dashed #FFF;
    border-radius: 8px;
    width: 80px;
    height: 80px;
    margin: 0 auto 32px;
}

    .step-process-item .icon-area .icon {
        width: 64px;
        height: 64px;
        background: #FFF;
        border-radius: 8px;
    }

.step-process-item .badge {
    font-size: 120px;
    font-weight: 600;
    color: rgba(7, 76, 62, 0.3);
    position: absolute;
    top: -130px;
    left: 10px;
}

@media screen and (max-width: 1199px) {
    .step-process-item .icon-area {
        width: 80px;
        height: 80px;
        margin: 0 auto 20px;
    }
}

@media screen and (max-width: 991px) {
    .step-process-item .badge {
        font-size: 60px;
        font-weight: 600;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0.5;
    }
}

.have-account {
    background: rgba(0, 41, 34, 0.05);
    border-radius: 12px;
    border: 1px solid #DFE;
    padding: 20px 24px;
    margin-top: 40px;
}

.choose-content5 .choose5-listing-info {
    margin: 40px 0;
    display: grid;
    gap: 30px;
}

    .choose-content5 .choose5-listing-info .choose5-listing-item {
        display: flex;
        align-items: center;
        gap: 20px;
    }

        .choose-content5 .choose5-listing-info .choose5-listing-item .icon {
            width: 64px;
            height: 64px;
            min-width: 64px;
            border-radius: 43px;
            border: 1px solid rgba(7, 76, 62, 0.3);
            background: rgba(255, 255, 255, 0.1);
        }

            .choose-content5 .choose5-listing-info .choose5-listing-item .icon img {
                width: 34px;
                height: 34px;
                -o-object-fit: contain;
                object-fit: contain;
            }

        .choose-content5 .choose5-listing-info .choose5-listing-item h4 {
            color: #404A60;
        }

        .choose-content5 .choose5-listing-info .choose5-listing-item p {
            font-size: 16px;
            color: #404A60;
        }

        .choose-content5 .choose5-listing-info .choose5-listing-item .line {
            opacity: 0.5;
            background: #074C3E;
            height: 60px;
            width: 1px;
        }

@media screen and (max-width: 575px) {
    .choose-content5 .choose5-listing-info {
        margin: 24px 0;
        gap: 10px;
    }

        .choose-content5 .choose5-listing-info .choose5-listing-item {
            gap: 14px;
        }

            .choose-content5 .choose5-listing-info .choose5-listing-item .icon {
                width: 54px;
                height: 54px;
                min-width: 54px;
            }

                .choose-content5 .choose5-listing-info .choose5-listing-item .icon img {
                    width: 29px;
                    height: 29px;
                    -o-object-fit: contain;
                    object-fit: contain;
                }

            .choose-content5 .choose5-listing-info .choose5-listing-item p {
                font-size: 14px;
            }

            .choose-content5 .choose5-listing-info .choose5-listing-item .line {
                display: none;
            }
}

.choose5-thumb {
    animation: updown 2s linear infinite;
}

    .choose5-thumb img {
        max-width: unset;
    }

@media screen and (max-width: 1199px) {
    .choose5-thumb {
        width: 100%;
    }

        .choose5-thumb img {
            width: 100%;
            max-width: 100%;
        }
}

.load-faq-tabs {
    border: 1px solid #EBECEF;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .load-faq-tabs li .nav-link {
        border: 1px solid #EBECEF;
        background: rgba(7, 76, 62, 0.05);
        border-radius: 32px;
        font-size: 16px;
        font-weight: 500;
        color: #222E48;
        padding: 12px 20px;
    }

        .load-faq-tabs li .nav-link.active {
            background: #074C3E;
            color: #fff !important;
            font-size: 16px;
        }

.download-app3 .container {
    max-width: 1630px;
    margin: 0 auto;
}

    .download-app3 .container .download-wrap {
        background: #002922;
        padding: 0 90px;
        border-radius: 16px;
        z-index: 1;
        position: relative;
        overflow: hidden;
    }

        .download-app3 .container .download-wrap .section__content {
            max-width: 630px;
        }

            .download-app3 .container .download-wrap .section__content p {
                font-size: 16px;
            }

            .download-app3 .container .download-wrap .section__content .active-user-list {
                gap: 24px;
            }

                .download-app3 .container .download-wrap .section__content .active-user-list li {
                    gap: 10px;
                    font-size: 18px;
                    font-weight: 500;
                    color: #ffffff;
                }

                .download-app3 .container .download-wrap .section__content .active-user-list .active-million .users {
                    font-size: 18px;
                    font-weight: 500;
                    color: #ffffff;
                    display: block;
                    margin-bottom: 0px;
                }

                .download-app3 .container .download-wrap .section__content .active-user-list .active-million .acuser span {
                    font-size: 56px;
                    font-weight: 600;
                    color: #ffffff;
                }

                .download-app3 .container .download-wrap .section__content .active-user-list .active-million .acuser .mili {
                    color: #FCB650;
                }

                .download-app3 .container .download-wrap .section__content .active-user-list .app-border {
                    width: 1px;
                    height: 105px;
                    border-left: 1px dashed;
                    display: block;
                    background: rgba(252, 182, 80, 0.7);
                }

        .download-app3 .container .download-wrap .download-app__thumb3 {
            margin-bottom: -190px;
        }

@media screen and (max-width: 1399px) {
    .download-app3 .container .download-wrap {
        padding: 60px 60px;
    }
}

@media screen and (max-width: 550px) {
    .download-app3 .container .download-wrap {
        padding: 60px 20px;
    }

        .download-app3 .container .download-wrap .section__content .active-user-list {
            flex-wrap: wrap;
        }

            .download-app3 .container .download-wrap .section__content .active-user-list .active-million .acuser span {
                font-size: 44px;
                line-height: 56px;
            }

            .download-app3 .container .download-wrap .section__content .active-user-list .active-million .acuser .mili {
                color: #FCB650;
            }
}

.download-app5 {
    background: url(../images/downloan-app-bg.png) no-repeat center center;
    background-size: cover;
    padding: 80px 0;
}

    .download-app5 .section__content .section__header-sub-title {
        display: flex;
        align-items: center;
        gap: 14px;
        color: #FCB650;
    }

        .download-app5 .section__content .section__header-sub-title img {
            width: 30px;
        }

    .download-app5 .section__content .section__content-list li::marker {
        color: #FCB650;
        font-size: 16px;
    }

    .download-app5 .section__content .btn-group .btn_theme {
        border-color: #FCB650;
    }

        .download-app5 .section__content .btn-group .btn_theme img {
            width: 110px;
            -o-object-fit: contain;
            object-fit: contain;
        }

.download-app__thumb5 {
    z-index: 1;
}

    .download-app__thumb5 .app-circle {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        animation: cir360 15s linear infinite;
    }

@keyframes cir360 {
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.testimonials-section3 {
    background: rgba(7, 76, 62, 0.05);
}

    .testimonials-section3 .slider-navigation {
        position: absolute;
        right: 8px;
        bottom: 70px;
    }

    .testimonials-section3 .card {
        background: transparent;
    }

        .testimonials-section3 .card .star_review i {
            font-size: 24px;
        }

        .testimonials-section3 .card p {
            font-size: 24px;
        }

        .testimonials-section3 .card .testimonials__author .author__thumg {
            width: 60px;
            height: 60px;
        }

            .testimonials-section3 .card .testimonials__author .author__thumg img {
                width: 100%;
                border-radius: 50%;
            }

        .testimonials-section3 .card .testimonials__author .author__content span {
            font-size: 16px;
        }

@media screen and (max-width: 575px) {
    .testimonials-section3 .card .star_review i {
        font-size: 20px;
    }

    .testimonials-section3 .card p {
        font-size: 20px;
    }
}

.testimonials-section3 .testimonial-thumv3 {
    border-radius: 50%;
    width: 306px;
    height: 306px;
}

    .testimonials-section3 .testimonial-thumv3 img {
        border-radius: 50%;
    }

    .testimonials-section3 .testimonial-thumv3 .client-quote {
        position: absolute;
        right: -40px;
        top: 50%;
        z-index: 1;
        transform: translateY(-50%);
    }

    .testimonials-section3 .testimonial-thumv3::before {
        position: absolute;
        left: 50%;
        top: 0;
        width: 306px;
        height: 306px;
        border: 1px solid rgba(7, 76, 62, 0.5);
        content: "";
        border-radius: 50%;
        z-index: -1;
    }

@media screen and (max-width: 500px) {
    .testimonials-section3 .testimonial-thumv3 {
        width: 280px;
        height: 280px;
    }

        .testimonials-section3 .testimonial-thumv3 .client-quote {
            right: 40%;
        }
}

@media screen and (max-width: 991px) {
    .testimonials-section3 .slider-navigation {
        right: 8px;
        bottom: 5px;
    }
}

.testionial-section5 {
    position: relative;
}

    .testionial-section5 .slider-navigation {
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
    }

        .testionial-section5 .slider-navigation button {
            background: rgba(0, 41, 34, 0.05);
        }

    .testionial-section5 .testimonial-review-inner1 {
        max-width: 1296px;
        margin: 0 auto;
        position: absolute;
        top: 50px;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

        .testionial-section5 .testimonial-review-inner1 img:nth-child(1) {
            animation: updown 2s linear infinite;
        }

        .testionial-section5 .testimonial-review-inner1 img:nth-child(2) {
            animation: leftright 2s linear infinite;
        }

@media screen and (max-width: 991px) {
    .testionial-section5 .testimonial-review-inner1 {
        top: 20px;
    }
}

.testionial-section5 .testimonial-review-inner2 {
    max-width: 1776px;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .testionial-section5 .testimonial-review-inner2 img:nth-child(1) {
        animation: leftright 2s linear infinite;
    }

    .testionial-section5 .testimonial-review-inner2 img:nth-child(2) {
        animation: updown 2s linear infinite;
    }

.testionial-section5 .testimonial-review-inner3 {
    max-width: 1296px;
    margin: 0 auto;
    position: absolute;
    bottom: 50px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

    .testionial-section5 .testimonial-review-inner3 img:nth-child(1) {
        animation: updown 2s linear infinite;
    }

    .testionial-section5 .testimonial-review-inner3 img:nth-child(2) {
        animation: leftright 2s linear infinite;
    }

@media screen and (max-width: 991px) {
    .testionial-section5 .testimonial-review-inner3 {
        bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .testionial-section5 .slider-navigation button {
        background: #074C3E;
    }

        .testionial-section5 .slider-navigation button i {
            color: #FFF;
        }
}

@media screen and (max-width: 575px) {
    .testionial-section5 .slider-navigation {
        position: initial;
        top: initial;
        transform: translateY(0);
        justify-content: center !important;
        width: initial !important;
    }

        .testionial-section5 .slider-navigation button {
            background: #074C3E;
        }

            .testionial-section5 .slider-navigation button i {
                color: #FFF;
            }
}

.testimonial-items5 .box {
    max-width: 850px;
    margin: 0 auto;
}

.testimonial-items5 .quote5-icon {
    width: 80px;
}

.testimonial-items5 p {
    font-size: 24px;
    color: #222E48;
    line-height: 32px;
}

@media screen and (max-width: 991px) {
    .testimonial-items5 .box {
        max-width: 700px;
    }

        .testimonial-items5 .box .quote5-icon {
            width: 40px;
        }

        .testimonial-items5 .box p {
            font-size: 18px;
            line-height: 26px;
        }
}

.footer-section3 {
    padding-top: 120px;
    padding-bottom: 32px;
}

    .footer-section3.footer-style4 {
        background: url(../images/footer/footer4-bg.png) no-repeat center center;
        background-size: cover;
    }

        .footer-section3.footer-style4::before {
            display: none;
        }

        .footer-section3.footer-style4 .footer-inner3 .newsletters {
            margin-bottom: 60px;
        }

            .footer-section3.footer-style4 .footer-inner3 .newsletters input {
                color: #fff;
            }

                .footer-section3.footer-style4 .footer-inner3 .newsletters input::-moz-placeholder {
                    color: #fff !important;
                    font-weight: 400;
                }

                .footer-section3.footer-style4 .footer-inner3 .newsletters input::placeholder {
                    color: #fff !important;
                    font-weight: 400;
                }

        .footer-section3.footer-style4 .footer-inner-right {
            gap: 48px;
        }

            .footer-section3.footer-style4 .footer-inner-right .app-goole-inner {
                gap: 24px;
            }

                .footer-section3.footer-style4 .footer-inner-right .app-goole-inner .app-store {
                    border: 1px solid #FCB650;
                    border-radius: 100px;
                    padding: 10px 22px;
                }

        .footer-section3.footer-style4 .social a {
            border: 1px solid #FCB650;
        }

            .footer-section3.footer-style4 .social a i {
                color: #FCB650;
            }

            .footer-section3.footer-style4 .social a:hover {
                background: #FCB650;
            }

                .footer-section3.footer-style4 .social a:hover i {
                    color: #074C3E;
                }

        .footer-section3.footer-style4 .footer-top {
            padding: 120px 0 120px;
        }

        .footer-section3.footer-style4 .footer-bottom {
            border-top: 1px dashed rgba(252, 182, 80, 0.3);
        }

            .footer-section3.footer-style4 .footer-bottom p {
                color: #ffffff;
                text-align: center;
            }

                .footer-section3.footer-style4 .footer-bottom p a {
                    color: #FCB650;
                }

@media screen and (max-width: 1199px) {
    .footer-section3.footer-style4 .footer-top {
        padding: 80px 0 80px;
    }

    .footer-section3.footer-style4 .footer-inner-right {
        gap: 38px;
    }

        .footer-section3.footer-style4 .footer-inner-right .app-goole-inner {
            gap: 9px 20px;
            flex-wrap: wrap;
        }
}

.footer-section3::before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    background: #002922;
    width: 67%;
    height: 100%;
    z-index: -1;
}

.footer-section3 .footer__content {
    gap: 24px;
}

    .footer-section3 .footer__content a {
        display: flex;
        gap: 12px;
    }

    .footer-section3 .footer__content .btn_theme {
        background: #002922;
        gap: 16px;
    }

        .footer-section3 .footer__content .btn_theme i {
            color: #FCB650;
            font-size: 19px;
        }

    .footer-section3 .footer__content .social_box {
        width: 48px;
        height: 48px;
    }

    .footer-section3 .footer__content span {
        font-size: 16px;
        color: #404A60;
    }

.footer-section3 .display-1 {
    color: #ffffff;
}

.footer-section3 .footer-inner3 {
    gap: 120px;
}

    .footer-section3 .footer-inner3 .social-area .follow-text {
        color: #ffffff;
        font-size: 16px;
    }

    .footer-section3 .footer-inner3 .social-area .social a {
        display: flex;
        align-items: center;
        justify-content: center;
        border-color: #FCB650;
    }

        .footer-section3 .footer-inner3 .social-area .social a i {
            color: #FCB650;
        }

        .footer-section3 .footer-inner3 .social-area .social a::before {
            display: none;
        }

        .footer-section3 .footer-inner3 .social-area .social a:hover {
            background: #FCB650;
        }

            .footer-section3 .footer-inner3 .social-area .social a:hover i {
                color: #074C3E;
            }

    .footer-section3 .footer-inner3 .copys .follow-text {
        color: #ffffff;
        font-size: 16px;
    }

    .footer-section3 .footer-inner3 .copys p {
        font-size: 20px;
        font-weight: 600;
        color: #ffffff;
    }

    .footer-section3 .footer-inner3 .newsletters {
        border-left: 1px dashed rgba(252, 182, 80, 0.4);
        padding-left: 60px;
    }

        .footer-section3 .footer-inner3 .newsletters .footer__title {
            color: #ffffff;
        }

        .footer-section3 .footer-inner3 .newsletters .newsletter__content-form3 .input-groups {
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-radius: 60px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            background: rgba(255, 255, 255, 0.1);
            padding: 8px;
            width: 395px;
        }

            .footer-section3 .footer-inner3 .newsletters .newsletter__content-form3 .input-groups input {
                height: 40px;
                background: transparent;
                color: #C1C4CC;
                padding: 4px 14px;
                width: 100%;
            }

            .footer-section3 .footer-inner3 .newsletters .newsletter__content-form3 .input-groups ::-moz-placeholder {
                color: #C1C4CC;
            }

            .footer-section3 .footer-inner3 .newsletters .newsletter__content-form3 .input-groups ::placeholder {
                color: #C1C4CC;
            }

            .footer-section3 .footer-inner3 .newsletters .newsletter__content-form3 .input-groups .emailbtn {
                min-width: 32px;
                height: 32px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                background: #FCB650;
            }

                .footer-section3 .footer-inner3 .newsletters .newsletter__content-form3 .input-groups .emailbtn i {
                    color: #074C3E;
                    font-size: 20px;
                }

    .footer-section3 .footer-inner3 .quick-link h4 {
        color: #ffffff;
    }

    .footer-section3 .footer-inner3 .quick-link .quick-link-inner {
        gap: 60px;
    }

        .footer-section3 .footer-inner3 .quick-link .quick-link-inner ul li a {
            color: #ffffff;
            position: relative;
            display: flex;
            align-items: center;
            padding-left: 14px;
        }

            .footer-section3 .footer-inner3 .quick-link .quick-link-inner ul li a::before {
                position: absolute;
                left: 0;
                content: "";
                width: 4px;
                height: 4px;
                background: #ffffff;
                border-radius: 50%;
                transition: all 0.4s;
            }

            .footer-section3 .footer-inner3 .quick-link .quick-link-inner ul li a:hover {
                color: #FCB650;
            }

                .footer-section3 .footer-inner3 .quick-link .quick-link-inner ul li a:hover::before {
                    background: #FCB650;
                }

@media screen and (max-width: 1399px) {
    .footer-section3 .footer-inner3 {
        gap: 80px;
    }

        .footer-section3 .footer-inner3 .newsletters {
            padding-left: 20px;
        }

        .footer-section3 .footer-inner3 .quick-link .quick-link-inner {
            gap: 40px;
        }
}

@media screen and (max-width: 1199px) {
    .footer-section3 .footer-inner3 {
        gap: 80px;
    }

        .footer-section3 .footer-inner3 .newsletters {
            padding-left: 0px;
            border-left: unset;
        }

            .footer-section3 .footer-inner3 .newsletters .newsletter__content-form3 .input-groups {
                padding: 8px;
                max-width: 395px;
                width: initial;
            }

        .footer-section3 .footer-inner3 .quick-link .quick-link-inner {
            gap: 20px;
        }
}

@media screen and (max-width: 991px) {
    .footer-section3::before {
        width: 100%;
    }

    .footer-section3 .footer__title {
        color: #ffffff;
    }

    .footer-section3 .footer__content a,
    .footer-section3 .footer__content span {
        color: #ffffff;
    }

    .footer-section3 .footer-inner3 {
        gap: 40px;
    }

        .footer-section3 .footer-inner3 .newsletters {
            padding-left: 0px;
            border-left: unset;
        }

            .footer-section3 .footer-inner3 .newsletters .newsletter__content-form3 .input-groups {
                padding: 8px;
                max-width: 395px;
                width: initial;
            }

        .footer-section3 .footer-inner3 .quick-link .quick-link-inner {
            gap: 20px;
        }
}

@media screen and (max-width: 767) {
    .footer-section3 .footer-inner3 {
        gap: 30px;
    }
}

.banner__video {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    padding: 5px;
    background: #FCB650;
}

    .banner__video .text__circle {
        position: absolute;
        animation: cir36 10s linear infinite;
    }

    .banner__video .cmn__video {
        background: #002922;
        width: 73px;
        height: 73px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        z-index: 1;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .banner__video .cmn__video i {
            color: #ffffff;
            font-size: 38px;
        }

@keyframes cir36 {
    100% {
        transform: rotate(360deg);
    }
}

.footer-section5 {
    background-color: #FFF;
    z-index: 1;
}

    .footer-section5::before {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 64%;
        height: 100%;
        content: "";
        background: url(../images/footer/footer4-bg.png) no-repeat center center;
        background-size: cover;
        z-index: -1;
    }

    .footer-section5 .footer-top {
        padding-top: 120px;
        padding-bottom: 120px;
    }

        .footer-section5 .footer-top .social-area {
            margin-top: 140px;
        }

        .footer-section5 .footer-top .social a {
            border-color: #FCB650;
        }

            .footer-section5 .footer-top .social a i {
                color: #FCB650;
            }

            .footer-section5 .footer-top .social a:hover {
                background: #FCB650;
            }

                .footer-section5 .footer-top .social a:hover i {
                    color: #FFF;
                }

    .footer-section5 .footer-bottom {
        border-top: 1px solid rgba(252, 182, 80, 0.3);
    }

        .footer-section5 .footer-bottom p a {
            color: #FCB650;
        }

    .footer-section5 .footer__contact .footer__content .btn_theme {
        border-radius: 50%;
        border-color: #074C3E;
    }

        .footer-section5 .footer__contact .footer__content .btn_theme i {
            color: #074C3E;
        }

        .footer-section5 .footer__contact .footer__content .btn_theme:hover {
            background: #074C3E;
        }

            .footer-section5 .footer__contact .footer__content .btn_theme:hover i {
                color: #FFF;
            }

@media screen and (max-width: 991px) {
    .footer-section5 .footer-top {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .footer-section5::before {
        width: 100%;
    }

    .footer-section5 .footer__contact .footer__title {
        color: #FFF !important;
    }

    .footer-section5 .footer__contact .footer__content {
        gap: 5px 10px;
    }

        .footer-section5 .footer__contact .footer__content .btn_theme {
            border-radius: 50%;
            border-color: #FFF;
        }

            .footer-section5 .footer__contact .footer__content .btn_theme i {
                color: #FFF;
            }

        .footer-section5 .footer__contact .footer__content a,
        .footer-section5 .footer__contact .footer__content span {
            color: #FFF;
        }
}

@media screen and (max-width: 767px) {
    .footer-section5 .footer-top .finview5-logo-area .social-area {
        margin-top: 24px;
    }
}

.page-linking li a:hover {
    color: #FCB650 !important;
}

.choose-content3 .section__content-inner ul li {
    font-size: 20px;
    font-weight: 500;
    color: #404A60;
}

.choose-content3 .section__content-pragraph {
    padding: 24px 28px;
    background: rgba(252, 182, 80, 0.1);
    border-left: 3px solid rgba(252, 182, 80, 0.3);
}

.choose-section4 {
    background: url(../images/choose4-bg.jpg) no-repeat center center;
    background-size: cover;
    z-index: 1;
    position: relative;
}

    .choose-section4 .choose4-element {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

    .choose-section4 .choose4-thumb {
        max-width: 890px;
        position: absolute;
        right: 154px;
        bottom: 0;
    }

        .choose-section4 .choose4-thumb img {
            max-width: unset;
        }

    .choose-section4 .choose-grow {
        position: absolute;
        top: 65px;
        right: 20px;
        animation: updown 2s linear infinite;
    }

@media screen and (max-width: 1700px) {
    .choose-section4 .choose4-thumb {
        right: 134px;
        bottom: 0;
    }

        .choose-section4 .choose4-thumb img {
            max-width: unset;
        }
}

@media screen and (max-width: 1399px) {
    .choose-section4 .choose4-thumb {
        right: 144px;
        bottom: 0;
        width: 100%;
        max-width: 500px;
    }

        .choose-section4 .choose4-thumb img {
            max-width: 100%;
            width: 100%;
        }
}

@media screen and (max-width: 1199px) {
    .choose-section4 .choose4-thumb {
        right: 20px;
        bottom: 0;
        width: 100%;
        max-width: 500px;
    }

        .choose-section4 .choose4-thumb img {
            max-width: 100%;
            width: 100%;
        }
}

@media screen and (max-width: 991px) {
    .choose-section4 .choose4-thumb {
        position: initial;
        right: 20px;
        bottom: 0;
        width: 100%;
        max-width: 500px;
        margin: 0 auto -120px;
    }

        .choose-section4 .choose4-thumb img {
            max-width: 100%;
            width: 100%;
        }

    .choose-section4 .choose-grow {
        top: 20px;
        right: 10px;
        width: 80px;
    }
}

.section-header2 h2 {
    font-size: 54px;
}

@media screen and (max-width: 1399px) {
    .section-header2 h2 {
        font-size: 39px;
    }
}

@media screen and (max-width: 767px) {
    .section-header2 h2 {
        font-size: 29px;
    }
}

.choose-loan-item h4 {
    color: #404A60;
}

.choose-loan-item p {
    color: #404A60;
}

.choose-loan-item .icon {
    border-radius: 43px;
    border: 1px solid rgba(7, 76, 62, 0.3);
    background: rgba(255, 255, 255, 0.1);
    width: 64px;
    height: 64px;
}

.loan-amount-head .range-slider {
    position: relative;
    width: 100%;
    height: 30px;
}

    .loan-amount-head .range-slider .slider-track-1,
    .loan-amount-head .range-slider .slider-track {
        width: 100%;
        height: 7px;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        border-radius: 5px;
    }

    .loan-amount-head .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: transparent;
        pointer-events: none;
        font-size: 13px;
    }

        .loan-amount-head .range-slider input[type=range]::-webkit-slider-runnable-track {
            -webkit-appearance: none;
            height: 5px;
        }

    .loan-amount-head .range-slider #range-slider-1[type=range]::-webkit-slider-runnable-track {
        -webkit-appearance: none;
        height: 5px;
        display: none;
    }

    .loan-amount-head .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 #074C3E;
        cursor: pointer;
        margin-top: -6px;
        pointer-events: auto;
    }

.faq-thumb4 {
    max-width: 475px;
    margin: 0 auto;
}

    .faq-thumb4 .mimg {
        width: 100%;
    }

    .faq-thumb4 .faq-load-ele {
        position: absolute;
        top: 0;
        left: -60px;
        animation: updown 2s linear infinite;
    }

    .faq-thumb4 .faq-home-ele {
        position: absolute;
        bottom: 140px;
        left: -50px;
        animation: updown 2s linear infinite;
    }

.frequently-asking .accordion-item .accordion-header .accordion-button {
    border-radius: 100px;
    border: 1px solid rgba(7, 76, 62, 0.2);
    background: rgba(7, 76, 62, 0.05);
    padding: 12px 32px;
    font-size: 20px;
    font-weight: 600;
    color: #074C3E;
}

    .frequently-asking .accordion-item .accordion-header .accordion-button::after {
        background: none;
        color: #074C3E;
        font-size: 34px;
    }

    .frequently-asking .accordion-item .accordion-header .accordion-button:not(.collapsed) {
        background: #074C3E;
        color: #fff;
    }

        .frequently-asking .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
            color: #fff;
        }

@media screen and (max-width: 500px) {
    .frequently-asking .accordion-item .accordion-header .accordion-button {
        padding: 12px 20px;
        font-weight: 500;
        font-size: 16px;
    }

        .frequently-asking .accordion-item .accordion-header .accordion-button::after {
            font-size: 29px;
        }
}

.frequently-asking .accordion-item .accordion-body::before {
    display: none;
}

.frequently-asking.style5 .accordion-item .accordion-header .accordion-button {
    border-radius: 12px;
}

.faq-thumb5 {
    direction: rtl;
}

    .faq-thumb5 img {
        max-width: unset;
    }

@media screen and (max-width: 1199px) {
    .faq-thumb5 {
        width: 100%;
    }

        .faq-thumb5 img {
            width: 100%;
            max-width: 100%;
        }
}

@media screen and (max-width: 991px) {
    .faq-thumb5 {
        max-width: 400px;
        margin: 0 auto;
    }

        .faq-thumb5 img {
            width: 100%;
        }
}

.advantage-boxes .advantage-list li {
    font-size: 16px;
    color: #404A60;
}

    .advantage-boxes .advantage-list li .arrows-icon {
        width: 32px;
    }

.write-commnets .average-reviews__title {
    border-bottom: 1px dashed #C1C4CC;
    padding-bottom: 24px;
}

.write-commnets .write-form label {
    font-size: 20px;
    font-weight: 500;
    color: #222E48;
    margin-bottom: 12px;
    display: block;
}

.write-commnets .write-form textarea,
.write-commnets .write-form input {
    border-radius: 30px;
    border: 1px solid #DFE0E4;
    background: rgba(7, 76, 62, 0.03);
    width: 100%;
    padding: 12px 24px;
}

.write-commnets .write-form .rating {
    color: #FCB650;
    font-size: 20px;
}

.loan-adjustment-details {
    background: #FFF;
    border-radius: 12px;
    padding: 32px 32px;
    margin-bottom: 24px;
}

    .loan-adjustment-details .loan-increment-wrap {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 8px 10px;
        border-bottom: 1px solid #DFE0E4;
        border-top: 1px solid #DFE0E4;
        padding-bottom: 40px;
        padding-top: 40px;
        margin-bottom: 32px;
    }

        .loan-adjustment-details .loan-increment-wrap .loan-increment-item {
            display: flex;
            gap: 18px;
        }

            .loan-adjustment-details .loan-increment-wrap .loan-increment-item .icon {
                width: 48px;
                height: 48px;
                min-width: 48px;
                border-radius: 50%;
                border: 1px solid #DFE0E4;
                background: rgba(7, 76, 62, 0.05);
            }

            .loan-adjustment-details .loan-increment-wrap .loan-increment-item .cont .amout-titles {
                font-size: 14px;
                color: #404A60;
                display: block;
                margin-bottom: 4px;
            }

            .loan-adjustment-details .loan-increment-wrap .loan-increment-item .cont .prices {
                color: #404A60;
                font-size: 20px;
                font-weight: 600;
            }

    .loan-adjustment-details .loan-review-details-head {
        margin-bottom: 40px;
    }

        .loan-adjustment-details .loan-review-details-head .loan-reviews__part-one {
            border: 1px solid #DFE0E4;
            padding: 12px;
            border-radius: 12px;
        }

        .loan-adjustment-details .loan-review-details-head .loan-reviews__part-three {
            border-radius: 12px;
            border: 1px solid #DFE0E4;
            padding: 24px 24px;
        }

        .loan-adjustment-details .loan-review-details-head .apply-text {
            line-height: 18px;
            text-wrap: nowrap;
        }

@media screen and (max-width: 1199px) {
    .loan-adjustment-details {
        padding: 20px 14px;
    }

        .loan-adjustment-details .loan-increment-wrap {
            gap: 8px 10px;
            padding-bottom: 20px;
            padding-top: 20px;
            margin-bottom: 32px;
        }

            .loan-adjustment-details .loan-increment-wrap .loan-increment-item {
                display: flex;
                gap: 18px;
            }

                .loan-adjustment-details .loan-increment-wrap .loan-increment-item .cont .amout-titles {
                    font-size: 14px;
                    margin-bottom: 4px;
                }

                .loan-adjustment-details .loan-increment-wrap .loan-increment-item .cont .prices {
                    font-size: 16px;
                }
}

@media screen and (max-width: 767px) {
    .loan-adjustment-details .loan-review-details-head {
        margin-bottom: 20px;
    }

        .loan-adjustment-details .loan-review-details-head .apply-text {
            line-height: 18px;
            text-wrap: wrap;
            font-size: 14px;
        }
}

.terms-box {
    border-radius: 8px;
    background: rgba(7, 76, 62, 0.05);
    padding: 24px 24px;
}

    .terms-box .title {
        font-size: 18px;
        font-weight: 500;
        color: #222E48;
        margin-bottom: 16px;
        display: block;
    }

    .terms-box ul {
        display: grid;
        gap: 8px;
    }

        .terms-box ul li {
            display: flex;
            align-items: center;
            gap: 20px;
        }

            .terms-box ul li .loan-name {
                position: relative;
                font-size: 14px;
                color: #404A60;
                width: 150px;
                display: flex;
                align-items: center;
            }

                .terms-box ul li .loan-name::before {
                    position: absolute;
                    right: 0;
                    content: ":";
                    color: #404A60;
                    font-size: 16px;
                }

            .terms-box ul li .loan-value {
                font-weight: 500;
                color: #222E48;
            }

@media screen and (max-width: 1199px) {
    .terms-box {
        padding: 20px 16px;
    }

        .terms-box .title {
            font-size: 16px;
        }

        .terms-box ul li {
            gap: 10px;
        }

            .terms-box ul li .loan-value {
                font-size: 12px;
            }
}

.terms-ratting {
    background: #FCB650;
    border-radius: 12px;
    height: 100%;
    padding: 20px 18px;
}

    .terms-ratting .star-active {
        color: #13203B;
    }

    .terms-ratting .rat-title {
        font-weight: 500;
        font-weight: 18px;
    }

/* ==== 
 --------- (5.0) all sections styles start ---------
 ==== */
.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 {
        color: #222E48;
    }

    .feature .card .btn_theme {
        margin: auto;
        margin-top: 24px;
        border: 1px solid #DFE0E4;
    }

        .feature .card .btn_theme:after {
            transition: all 0.35s ease-in-out;
            background: white;
        }

        .feature .card .btn_theme i {
            color: #074C3E;
        }

    .feature .card:hover::after {
        background: #074C3E;
    }

    .feature .card:hover .card__title a,
    .feature .card:hover .fs-small {
        color: white;
    }

        .feature .card:hover .card__title a:hover {
            color: #FCB650;
        }

    .feature .card:hover .btn_theme {
        border: 1px solid #FCB650;
    }

        .feature .card:hover .btn_theme:after {
            background: #FCB650;
        }

        .feature .card:hover .btn_theme:hover i {
            color: white;
        }

    .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: 0.1;
        background: linear-gradient(90deg, #074C3E 0%, #FCB650 100%);
        border-radius: 16px;
        z-index: -1;
    }

    .loan-reviews .loan-reviews__thumb {
        padding: 15px;
        border-radius: 16px;
        background: rgba(7, 76, 62, 0.05);
        display: flex;
        justify-content: center;
        height: 90px;
        align-items: center;
    }

    .loan-reviews .loan-reviews_card {
        display: flex;
        gap: 32px;
        flex-direction: column;
        border-radius: 16px;
        background: #ffffff;
        padding: 24px 32px;
        box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
        border: none;
        align-items: center;
        justify-content: center;
        /* flex-wrap: wrap; */
        z-index: 0;
        margin-top: 20px;
    }

        .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;
                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: #074C3E;
                    width: 60px;
                    min-width: 60px;
                    height: 60px;
                    border-radius: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border-radius: 50%;
                    border: 1px solid #074C3E;
                }

        .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: 0.1000000015;
        background: linear-gradient(270deg, #074C3E 0%, #FCB650 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: white;
            z-index: -1;
            width: 120%;
            border-radius: 16px;
        }

.working-process {
    position: relative;
}

    .working-process::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 65%;
        background: linear-gradient(90deg, #074C3E 0%, #FCB650 100%);
        opacity: 0.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: 136px;
        min-width: 136px;
        height: 136px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
        display: flex;
        justify-content: center;
        align-items: center;
        background: white;
        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: 104px;
            width: 104px;
            min-width: 104px;
            border-radius: 50%;
            box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
            border: 1px dashed #074C3E;
        }

        .working-process .card .card__icon .number-bullet {
            position: absolute;
            top: 0;
            right: -12px;
            font-weight: 500;
        }

.working-process--secondary::before {
    top: 78px;
}

.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, #074C3E 0%, #FCB650 100%);
        opacity: 0.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: 24px;
            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: #074C3E;
            }

.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(270deg, #074C3E 0%, #FCB650 100%);
        opacity: 0.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: 18px;
    }

    .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(270deg, #074C3E 0%, #FCB650 100%);
        opacity: 0.1000000015;
        z-index: -1;
    }

    .download-app ul.section__content-list {
        display: flex;
        align-items: center;
        row-gap: 16px;
        -moz-column-gap: 32px;
        column-gap: 32px;
        flex-wrap: wrap;
    }

        .download-app ul.section__content-list li {
            width: calc(50% - 17px);
            gap: 24px;
        }

.faq-section {
    background: white;
}

.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(270deg, #074C3E 0%, #FCB650 100%);
        opacity: 0.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: transparent;
        }

            .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: rgba(7, 76, 62, 0.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: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
            display: flex;
            justify-content: center;
            align-items: center;
            background: white;
            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: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
                border: 1px dashed #074C3E;
            }

            .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: white;
            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, #074C3E 0%, #FCB650 100%);
        opacity: 0.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: #FCB650;
        }

            .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;
}

.loan-solution {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 0;
}

    .loan-solution::after {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        width: calc(100% - 320px);
        background: linear-gradient(90deg, #074C3E 0%, #FCB650 100%);
        border-radius: 16px;
        opacity: 0.1000000015;
        z-index: -1;
    }

    .loan-solution .loan-solution__thumb {
        position: absolute;
        top: -55px;
    }

.sidebar-filter {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 32px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(0, 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: #074C3E;
                    }

                    .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: #ffffff;
        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: transparent;
                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 #074C3E;
                    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: white;
    border-radius: 16px;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
    overflow-x: auto;
}

    .loan-comparison .loan-comparison__table::-webkit-scrollbar {
        height: 0.7vw;
    }

    .loan-comparison .loan-comparison__table::-webkit-scrollbar-track {
        background-color: rgba(7, 76, 62, 0.062745098);
    }

    .loan-comparison .loan-comparison__table::-webkit-scrollbar-button,
    .loan-comparison .loan-comparison__table::-webkit-scrollbar-thumb {
        background-color: #074C3E;
        box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, 0.25), inset -2px -2px 2px rgba(0, 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: rgba(7, 76, 62, 0.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: transparent;
                }

        .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: white;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        z-index: -2;
    }

    .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: white;
        z-index: -1;
        width: 120%;
        border-radius: 16px;
    }

.sign-up {
    position: relative;
    z-index: 0;
}

    .sign-up:after {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(90deg, #074C3E 0%, #FCB650 100%);
        border-radius: 16px;
        opacity: 0.1000000015;
        z-index: -1;
    }

    .sign-up .sign-up__form {
        padding: 32px;
        border-radius: 16px;
        background: #FFF;
        box-shadow: 0px 6px 30px 0px rgba(0, 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 {
                font-size: 18px;
                background: rgba(7, 76, 62, 0.03);
            }

            .sign-up .sign-up__form .sign-up__form-part .forget-pass {
                color: #074C3E;
                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: #074C3E;
            }

.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: 0px 6px 30px 0px rgba(0, 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: rgba(7, 76, 62, 0.03);
    }

        .contact .more-help .card--small .card--small-icon {
            width: 84px;
            min-width: 84px;
            height: 84px;
            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: 36px;
            }

        .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: #074C3E;
        }

            .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: rgba(7, 76, 62, 0.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: #074C3E !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: 0px 6px 30px 0px rgba(0, 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: rgba(7, 76, 62, 0.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 #074C3E;
                    font-size: 24px;
                    font-weight: 500;
                    color: #074C3E;
                }

                .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: normal;
                }

                    .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: rgba(7, 76, 62, 0.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: #074C3E;
            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: #FCB650;
                    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: #074C3E;
        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: 0.1000000015;
        background: #074C3E;
        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: 0px 6px 30px 0px rgba(0, 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: 0px 6px 30px 0px rgba(0, 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: #074C3E;
                }

                    .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: #074C3E;
        }

        .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: 0px;
        }

            .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;
                    }

/* ==== 
 --------- (5.0) all sections styles end ---------
 ==== */
/* ==== 
 --------- (6.0) responsive styles start ---------
 ==== */
@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: 0.7;
    }
}

@media (max-width: 1799px) {
    .choose-us .container-fluid {
        max-width: 100%;
        border-radius: 0;
    }

    .loan-solution::after {
        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;
    }

    .loan-solution .loan-solution__thumb {
        top: -2px;
    }
}

@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: white;
        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;
    }

    .loan-solution .loan-solution__thumb {
        top: 33px;
    }
}

@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-solution .loan-solution__thumb {
        top: 8px;
    }

        .loan-solution .loan-solution__thumb img {
            width: 100%;
        }

    .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: 100px 0px;
    }

    .section--space-top {
        padding-bottom: 0px;
    }

    .section--space-bottom {
        padding-top: 0px;
    }

    .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-top: 20px;
    }

        .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: 24px;
    }

        .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: white;
        padding: 28px 18px;
    }

    .loan-solution .loan-solution__thumb {
        position: unset;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .section {
        padding: 80px 0px;
    }

    .section--space-top {
        padding-bottom: 0px;
    }

    .section--space-bottom {
        padding-top: 0px;
    }

    .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% - 12px);
        }

    .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 {
        max-width: 400px;
        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;
    }
}

/* ==== 
  --------- (6.0) responsive styles end ---------
  ==== */
/*# sourceMappingURL=style.css.map */
/* Sneha Added Css Calculator */
.loan__wrapper {
    padding: 50px 60px 60px;
    /*    background: rgb(7 76 62 / 36%);*/
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    /* display: grid; */
    grid-template-columns: 48.6% 51.4%;
    align-items: center;
    justify-content: space-between;
}

.bd-theme-light:root .theme-bg-1 {
    background-color: rgba(249, 249, 249, 1);
}

.section-space {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .loan__wrapper {
        grid-template-columns: 50% 50%;
        padding: 40px 40px 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .loan__wrapper {
        padding: 40px 40px 40px;
        grid-template-columns: 1fr;
        grid-gap: 50px;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .loan__wrapper {
        padding: 20px 20px 20px;
        grid-template-columns: 1fr;
        grid-gap: 50px;
    }
}

@media (min-width: 768px) {
    .md\:p-12 {
        padding: 3rem;
    }
}

.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.p-8 {
    padding: 2rem;
}

.rounded-3xl {
    border-radius: 1.5rem;
}


.glass-card {
    background: rgba(7, 76, 62, 0.6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 768px) {
    .md\:gap-12 {
        gap: 3rem;
    }
}

@media (min-width: 768px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 551px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.gap-8 {
    gap: 2rem;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid {
    display: grid;
}

.font-bold {
    font-weight: 700;
}

.text-6xl {
    font-size: 3.5rem;
    line-height: 1;
}


.mb-8 {
    margin-bottom: 2rem;
}

.text-center {
    text-align: center !important;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mt-45 {
    margin-top: 45px;
}

input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    outline: none;
    transition: opacity .2s;
}

    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        background: #074C3E;
        border-radius: 50%;
        cursor: pointer;
        border: 2px solid #ffffff;
    }

.tracking-tight {
    letter-spacing: -0.025em;
}

.font-bold {
    font-weight: 700;
}

.text-5xl {
    font-size: 2.5rem;
    line-height: 1;
}

.calculator-text-green {
    color: #074C3E !important;
}

.calculator-text-orange {
    color: #FCB650 !important;
}

.items-center {
    align-items: center;
}

.flex {
    display: flex;
}

.max-w-\[350px\] {
    max-width: 350px;
}

.h-\[350px\] {
    height: 350px;
}

.relative {
    position: relative;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.gap-6 {
    gap: 1.5rem;
}

.w-full {
    width: 100%;
}

.mt-8 {
    margin-top: 2rem;
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.rounded-full {
    border-radius: 9999px;
}

.w-4 {
    width: 1rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(1, 1));
}

.font-semibold {
    font-weight: 600;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.bg-indigo-500 {
    color: #fff;
    background-color: #074C3E;
}

.rounded-md {
    border-radius: 0.375rem;
}

.demo__features-item,
.why-us__item::before,
.our-values__item::before,
.offer__item,
.price__item::before,
.wealth__icon span::before,
.service__item::before,
.service__item:hover .service__ring,
.service__link-btn span i,
.service__item-2,
.why__choose-item,
.why__choose-item::before,
.why__item-2,
.footer__round-btn,
.postbox__meta span:not(:first-child):before,
.main-menu ul li.has-dropdown > a::after,
.main-menu ul li .submenu,
.main-menu ul li .submenu li a::before,
.main-menu ul li .mega-menu li ul li a::before,
.feedback__navigation button::after,
.offcanvas__overlay,
.offcanvas__navigation button svg,
.pricing__btn,
.pricing__btn-white,
.body__overlay,
a,
.btn,
button,
span,
sub,
sup,
p,
input,
select,
textarea,
li,
img,
svg,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6,
i[class^=flaticon-] {
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

@media (min-width: 768px) {
    .md\:gap-12 {
        gap: 3rem;
    }
}

@media (min-width: 768px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.bg-white\/10 {
    background-color: #074c3e4d;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.flex-col {
    flex-direction: column;
}

canvas {
    vertical-align: middle;
}

.bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: #074C3E;
}

.h-4 {
    height: 1rem;
}

.tracking-tight {
    letter-spacing: -0.025em;
}

.font-bold {
    font-weight: 700;
}

.justify-between {
    justify-content: space-between;
}

input[type=number] {
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
    height: 35px;
    width: 100%;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    border-radius: 50px;
}

.tracking-tight {
    letter-spacing: -0.025em;
}

.font-bold {
    font-weight: 700;
}


.justify-center {
    justify-content: center;
}

.inset-0 {
    inset: 0px;
}

.absolute {
    position: absolute;
}

.pointer-events-none {
    pointer-events: none;
}

.loan-reviews .loan_cards_row {
    max-height: 775px;
    overflow: auto;
}

.bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: #FCB650;
}

.text-right {
    text-align: right;
}

.bank-loan-cards {
    justify-content: space-evenly;
    gap: 24px;
}

.loan-review-card {
    display: none;
}

    .loan-review-card.active {
        display: block;
    }

.review-thumb {
    cursor: pointer;
    border: 2px solid transparent;
}

    .review-thumb.active {
        border-color: #007bff;
    }

.tab-content > div {
    display: none;
    /*      border: 1px solid #ddd;*/
}

.tab-content > .active {
    display: block;
}

.logo-text {
    color: #FCB650;
}

.mt-20 {
    margin-top: 30px;
}

.loan-reviews_card.card-active {
    background-color: rgb(18 70 60 /46%);
}

/* Search form css */
/* From Uiverse.io by satyamchaudharydev */
/* this is a recreation of twitter search in css */
.search-form {
    --input-text-color: #002922;
    --input-bg-color: rgb(7 76 62 / 36%);
    --focus-input-bg-color: transparent;
    --text-color: #074C3E;
    --active-color: #074C3E;
    --width-of-input: 300px;
    --inline-padding-of-input: 1.2em;
    --gap: 0.9rem;
}

/* form style */
.search-form {
    font-size: 0.9rem;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    width: var(--width-of-input);
    position: relative;
    isolation: isolate;
}

/* a fancy bg for showing background and border when focus. */
.fancy-bg {
    position: absolute;
    width: 100%;
    inset: 0;
    background: var(--input-bg-color);
    border-radius: 30px;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

/* label styling */
.search-label {
    width: 100%;
    padding: 0.8em;
    height: 40px;
    padding-inline: var(--inline-padding-of-input);
    display: flex;
    align-items: center;
}

.search,
.search-close-btn {
    position: absolute;
}

/* styling search-icon */
.search-form {
    fill: var(--text-color);
    left: var(--inline-padding-of-input);
}

/* svg -- size */
.search svg {
    width: 17px;
    display: block;
}

/* styling of close button */
.search-close-btn {
    border: none;
    right: var(--inline-padding-of-input);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0.1em;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--active-color);
    opacity: 0;
    visibility: hidden;
}

/* styling of input */
.search-input {
    color: var(--input-text-color);
    width: 100%;
    margin-inline: min(2em, calc(var(--inline-padding-of-input) + var(--gap)));
    background: none;
    border: none;
}

    .search-input:focus {
        outline: none;
    }

    .search-input::placeholder {
        color: var(--text-color)
    }

    /* input background change in focus */
    .search-input:focus ~ .fancy-bg {
        border: 1px solid var(--active-color);
        background: var(--focus-input-bg-color);
    }

    /* search icon color change in focus */
    .search-input:focus ~ .search {
        fill: var(--active-color);
    }

    /* showing close button when typing */
    .search-input:valid ~ .close-btn {
        opacity: 1;
        visibility: visible;
    }

.member-active-inner .member img {
    height: auto;
    width: 2rem;
}

@media (max-width: 768px) {

    .calculator-loan-amount-question {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .text-6xl {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .calculator-loan-amount-question {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #emiValue {
        font-size: 2em;
    }

    #calculator .container {
        padding-left: 8px;
        padding-right: 8px;
    }

    .text-5xl {
        font-size: 1.5rem;
    }
}

@media (max-width:379px) {
    .loan_amount_details {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
        margin-bottom: 10px;
        align-items: center;
        justify-content: center;
    }

    #loanTenureValue {
        font-size: 0.8rem;
        text-align: center;
    }

    .glass-card {
        padding: 1rem;
    }
}

@media (min-width: 768px) {
    .loan__wrapper .grid {
        flex-direction: row;
    }

    .loan__wrapper h1 {
        font-size: 2.25rem;
        text-align: left;
    }

    #emiValue {
        font-size: 2rem;
    }

    #customLoanAmount {
        width: 120px;
    }

    #loanChart {
        max-width: 350px;
    }

    #legendContainer {
        flex-direction: row;
        justify-content: center;
        gap: 2rem;
        text-align: left;
    }

    #totalAmountDisplay {
        font-size: 2rem;
        padding: 20px;
    }
}

@media (min-width: 1024px) {
    .loan__wrapper {
        padding: 2rem;
    }

        .loan__wrapper h1 {
            font-size: 2.5rem;
        }

    #emiValue {
        font-size: 3rem;
    }

    #loanChart {
        max-width: 400px;
    }

    #legendContainer {
        gap: 3rem;
    }

    #customLoanAmount {
        width: 140px;
    }
}

@media (max-width:1240px) and (min-width:768px) {
    .gap-2 {
        display: flex;
        gap: 4px;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .calculator-loan-amount-question {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width:1400px) and (min-width:991px) {
    .loan-second-part {
        display: flex;
        flex-direction: column;
    }

        .loan-second-part .loan-reviews__thumb {
            width: 100%;
        }
}

@media (max-width:470px) {
    .loan-second-part {
        display: flex;
        flex-direction: column;
    }

    .loan-reviews .loan-reviews__thumb h2 {
        display: none;
    }

    .loan-reviews .loan-reviews__thumb {
        padding: 20px;
        height: 90px;
        text-align: center;
        font-weight: 700;
        font-size: 40px;
        color: black;
    }

        .loan-reviews .loan-reviews__thumb span {
            overflow: hidden;
            text-overflow: clip;
        }
}

.all_loan_types_container {
    position: relative;
    z-index: 0;
    padding: 40px 60px 80px 60px;
    border-radius: 25px;
}

    .all_loan_types_container::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #074C3E 0%, #FCB650 100%);
        opacity: 0.1000000015;
        z-index: -1;
        border-radius: 30px;
        border: 1px solid #074C3E;
        box-shadow: #074C3E 0px 8px 24px;
    }


.loan-reviews .loan_cards_row::-webkit-scrollbar {
    width: 0.3vw;
}

.loan-reviews .loan_cards_row::-webkit-scrollbar-thumb {
    background-color: #074C3E;
    border-radius: 20px;
    height: 2px;
}

::-webkit-scrollbar-track {
    /* background: #f1f1f1; */
    margin-left: 40px;
}

.loan-second-part .single-bank-image {
    height: 80px;
}

.loan-reviews__thumb .single_bank_image {
    height: 65px;
    padding: 12px;
}

@media (max-width:576px) {
    .loan_types_container {
        width: 350px;
        padding: 30px;
    }
}

.star-red {
    color: red;
}

/* Simple pill-style Edit button */
.edit-agent-btn {
    padding: 6px 18px;
    border-radius: 8px;
    /* match Approve/Reject pill */
    background-color: #2196f3;
    /* blue */
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid #ffffff;
    /*    transition: all 0.2s ease-in-out;*/
}

    /* Hover */
    .edit-agent-btn:hover {
        background-color: #2196f3;
        /* darker blue */
        border-color: #1e88e5;
        /*        transform: translateY(-1px);*/
        box-shadow: 0 4px 10px rgba(33, 150, 243, 0.25);
    }

    /* Focus */
    .edit-agent-btn:focus {
        outline: none;
        box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.35);
    }




/* Approve button styling */
.approve-btn .btn-text {
    background-color: #4caf50;
    margin-top: 8px;
}

.approve-btn .icon-circle {
    background-color: #4caf50;
    top: -4px;
    font-size: 15px;
}

/* Reject button styling */
.reject-btn .btn-text {
    background-color: #f44336;
    margin-top: 8px;
}

.reject-btn .icon-circle {
    background-color: #f44336;
    top: -4px;
    font-size: 15px;
}

/* Make the bottom icon merge with the button */
.reject-btn {
    position: relative;
}


/* Hover effects for both buttons */
.action-btn:hover {
    transform: translateY(-2px);
}

    .action-btn:hover .btn-text {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .action-btn:hover .icon-circle {
        transform: scale(1.1);
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    }

        .action-btn:hover .icon-circle i {
            transform: scale(1.2);
        }


.approve-btn:hover .btn-text {
    background-color: #45a049;
}

.approve-btn:hover .icon-circle {
    background-color: #45a049;
}

.reject-btn:hover .btn-text {
    background-color: #e53935;
}

.reject-btn:hover .icon-circle {
    background-color: #e53935;
}

.action-buttons {
    display: flex;
    gap: 10px;
    justify-content: start;
}

.action-btn {
    position: relative;
    width: 75px;
    /*    height: 60px;*/
    border: none;
    background: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.btn-text {
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 12px;
    color: white;
    border-radius: 8px;
    border: 2px solid white;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    padding: 0 8px;
}

.icon-circle {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

    .icon-circle i {
        color: white;
        font-size: 12px;
    }

.app-nav-tabs {
    background: #fff;
    padding: 0;
}

    .app-nav-tabs .nav-link {
        color: #5d6778;
        font-size: 0.875rem;
        font-weight: bold;
    }

        .app-nav-tabs .nav-link.active {
            color: #15a362;
            border-bottom: 2px solid #15a362;
        }

            .app-nav-tabs .nav-link.active:hover {
                background: none;
            }

        .app-nav-tabs .nav-link:hover {
            background: #edfdf6;
            color: #15a362;
        }

/* ✅ Export Button */
.download-btn {
    background-color: transparent;
    color: #f4786e;
    border: 2px solid #074C3E;
    border-radius: 999px;
    padding: 10px 16px;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: 0.3s ease;
}

    .download-btn:hover {
        background-color: #074C3E;
        color: white;
    }

        .download-btn:hover svg path {
            stroke: white;
        }

    .download-btn svg path {
        stroke: #f4786e;
        transition: stroke 0.3s ease;
    }

/* UL Reset */
.dropdown-options {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Dropdown Items - Redesigned */
.dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    font-size: 13px;
    color: #333;
    font-weight: 500;
    white-space: nowrap;
    transition: background 0.2s ease;
    border-radius: 6px;
}

    .dropdown-item:hover {
        background-color: #f4786e;
    }

    .dropdown-item i {
        font-size: 14px;
        color: #f4786e;
        width: 16px;
        text-align: center;
    }

.user-dropdown-menu {
    display: none;
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.header__user-dropdown .user-dropdown-menu.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

/* Search Input */
.search-container {
    position: relative;
    display: flex;
    align-items: center;
    background: #f1f1f1;
    border-radius: 999px;
    padding: 10px 16px;
    transition: background 0.3s;
    border: 1px solid #074C3E;
    /* Coral border for inactive */
}

.search-icon {
    margin-right: 8px;
    color: #777;
}

.modern-search {
    border: none;
    outline: none;
    background: transparent;
    font-size: 15px;
    color: #333;
    width: 180px;
}

.filter-button-group {
    background-color: #fff;
    border-radius: 1rem;
    padding: 2rem 2.5rem;
    display: flex;
    gap: 0.5rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991px) {
    .filter-button-group {
        max-width: 700px;
        overflow-x: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .btn_theme_active:focus {
        color: #074C3E;
    }
}

@media (min-width: 575px) and (max-width:768px) {
    .filter-button-group {
        max-width: 650px;
        overflow-x: auto;
        padding: 25px;
        margin: auto;
    }

    .btn_theme_active:focus {
        color: #074C3E;
    }
}

@media (max-width:575px) {
    .filter-button-group {
        max-width: 400px;
        overflow-x: auto;
        margin-left: auto;
        margin-right: auto;
    }
}

.upload-area {
    border: 2px dashed #4caf50;
    padding: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 12px;
    background-color: #f8f9fa;
    transition: 0.3s ease;
}

    .upload-area.dragover {
        background-color: #e0f0ff;
        border-color: #4caf50;
    }

.upload-icon {
    font-size: 3rem;
    color: #4caf50;
}

.upload-text {
    margin-top: 10px;
    color: #6c757d;
}

.hidden-input {
    display: none;
}

/*.btn_theme:hover.btn_theme_active span, .btn_theme:focus.btn_theme_active span {
    background-color: #074C3E;
    color: #fff;
}*/
.table-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    gap: 20px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    flex-wrap: wrap;
}

.custom-carousel-controls {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 100px;
}

.custom-btn {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #074C3E;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

    .custom-btn:hover i {
        color: #FCB650;
    }

.user-name {
    font-weight: 700;
    margin-left: 5px;
    color: #fff;
}

.header__user-dropdown .user-dropdown-menu {
    display: none;
    position: absolute;
    top: 55px;
    left: 0 !important;
    background: white;
    width: 210px;
    border-radius: 12px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
    z-index: 999;
    overflow: hidden;
    padding: 10px;
    cursor: pointer;
    margin-top: -7px;
    left: 90px;
}

.header__user-dropdown .user-dropdown-menu1 {
    display: none;
    position: absolute;
    top: 65px;
    left: -110px !important;
    background: white;
    width: 250px;
    border-radius: 12px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
    z-index: 999;
    overflow: hidden;
    padding: 10px;
    cursor: pointer;
    margin-top: -7px;
    left: 90px;
}

.header__user-dropdown #userDropdownMenu1,
.header__user-dropdown #userDropdownMenu2,
.header__user-dropdown #approvedDropdownMenu1,
.header__user-dropdown #rejectedDropdownMenu1 {
    display: none;
    position: absolute;
    top: 65px;
    left: -110px !important;
    background: white;
    width: 180px;
    border-radius: 12px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
    z-index: 999;
    overflow: hidden;
    padding: 10px;
    cursor: pointer;
    margin-top: -7px;
    left: 90px;
}

.user-dropdown-menu {
    transform: translateY(8px);
}

.user-header {
    padding: 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.user-info .user-welcome {
    font-weight: 600;
    font-size: 14px;
}

.user-info .user-email {
    font-size: 12px;
    color: #666;
}

.dropdown-options {
    text-align: start;
}

    .dropdown-options .signout {
        color: #074C3E;
        background-color: #FCB650;
        padding: 15px;
        width: 100%;
        border-radius: 10px;
    }

        .dropdown-options .signout:hover {
            background-color: #074C3E;
            color: #fff;
            border-radius: 10px;
        }

.user-avatar img {
    height: 32px;
    width: 32px;
    border-radius: 50%;
}

.dropdown-toggle::after {
    display: none !important;
}

.user-info {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.user-toggle {
    /*    width: 253px;*/
    justify-content: flex-end;
    /*    padding-left: 103px;*/
    cursor: pointer;
    gap: 8px;
}

/* New added css */
.reset-section {
    padding-top: 220px;
}

.custom-length-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* Hide "Show" and "entries" text, keep the dropdown */
#leadTableSection2_length label,
#leadTableSection1_length label,
#currentleadTable_length label,
#approvedTable1_length label,
#rejectedTable1_length label,
#loginglogTable_length label,
#passlogTable_length label {
    font-size: 0;
    /* hide label text */
}

#leadTableSection2_length select,
#leadTableSection1_length select,
#currentleadTable_length select,
#approvedTable1_length select,
#rejectedTable1_length select,
#loginglogTable_length select,
#passlogTable_length select {
    font-size: 14px;
    /* keep dropdown visible */
    background: none;
    height: 20px !important;
    padding: 0 !important;
    border: none !important;
    color: #000 !important;
}

div.dataTables_paginate,
div.dataTables_info {
    display: none;
}

table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting_asc_disabled,
table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
    margin-right: 26px !important;
    padding-right: 0 !important;
}

table tr th.sorting_asc:first-child::before,
table tr th.sorting_asc:first-child::after {
    display: none !important;
}

table tr th.sorting::before,
table tr th.sorting::after {
    right: -5px !important;
}

#customInfoText,
#customInfoText1,
#approvedInfoText1,
#rejectedInfoText1,
#customInfoText2 {
    font-size: 15px;
}

table tr td span.approved {
    background-color: green;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
}

table tr td:last-child span.rejected {
    background-color: red;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
}

table tr td span.blocked {
    background-color: red;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
}

table tr td span.pending {
    background-color: darkorange;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
}

table tr td span.unknown {
    background-color: grey;
    color: #000;
    padding: 5px 10px;
    border-radius: 50px;
}

table tr td span.not-applicable {
    background-color: red;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
}

.btn.approved {
    background-color: green;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
}

.btn.pending {
    background-color: darkorange;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
}

.btn.blocked {
    background-color: red;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
}

.header-bg {
    background-color: #03211B;
}

.toggle-password {
    font-size: 24px;
}


#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #074C3E;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}


.loader {
    --c1: #FCB650;
    --c2: #35E167;
    width: 40px;
    height: 80px;
    border-top: 4px solid var(--c1);
    border-bottom: 4px solid var(--c1);
    background: linear-gradient(90deg, var(--c1) 2px, var(--c2) 0 5px, var(--c1) 0) 50%/7px 8px no-repeat;
    display: grid;
    overflow: hidden;
    animation: l5-0 2s infinite linear;
}

    .loader::before,
    .loader::after {
        content: "";
        grid-area: 1/1;
        width: 75%;
        height: calc(50% - 4px);
        margin: 0 auto;
        border: 2px solid var(--c1);
        border-top: 0;
        box-sizing: content-box;
        border-radius: 0 0 40% 40%;
        -webkit-mask: linear-gradient(#000 0 0) bottom/4px 2px no-repeat, linear-gradient(#000 0 0);
        -webkit-mask-composite: destination-out;
        mask-composite: exclude;
        background: linear-gradient(var(--d, 0deg), var(--c2) 50%, #0000 0) bottom /100% 205%, linear-gradient(var(--c2) 0 0) center/0 100%;
        background-repeat: no-repeat;
        animation: inherit;
        animation-name: l5-1;
    }

    .loader::after {
        transform-origin: 50% calc(100% + 2px);
        transform: scaleY(-1);
        --s: 3px;
        --d: 180deg;
    }

@keyframes l5-0 {
    80% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(0.5turn)
    }
}

@keyframes l5-1 {

    10%, 70% {
        background-size: 100% 205%, var(--s, 0) 100%
    }

    70%, 100% {
        background-position: top, center
    }
}

#custom-map {
    height: 400px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

/* button css */
.cssbuttons-io {
    display: flex;
    align-items: center;
    font-family: inherit;
    cursor: pointer;
    font-weight: 500;
    font-size: 17px;
    padding: 0.8em 1.5em 0.8em 1.2em;
    color: white;
    background: #074C3E;
    border: none;
    box-shadow: 0 0.7em 1.5em -0.5em #074C3E;
    letter-spacing: 0.05em;
    border-radius: 10px;
    text-align: center;
    height: 49px;
    justify-content: center;
}

    .cssbuttons-io:hover {
        color: #fff !important;
    }

    .cssbuttons-io span {
        margin: auto;
    }

    .cssbuttons-io:disabled {
        display: flex;
        align-items: center;
        font-family: inherit;
        cursor: pointer;
        font-weight: 500;
        font-size: 17px;
        padding: 0.8em 1.5em 0.8em 1.2em;
        background: #074C3E7A;
        border: #000;
        letter-spacing: 0.05em;
        border-radius: 10px;
        color: #fff;
        height: 49px;
        box-shadow: none;
    }

.resend-
{
    display: flex;
    align-items: center;
    font-family: inherit;
    cursor: pointer;
    font-weight: 500;
    font-size: 17px;
    padding: 0.8em 1.5em 0.8em 1.2em;
    color: #074C3E;
    background: #FCB650;
    background: rgb(255 193 7);
    border: 0px;
    box-shadow: 0 0.7em 1.5em -0.5em #4d36d0be;
    letter-spacing: 0.05em;
    border-radius: 10px;
    height: 49px;
}

    .resend-otp span {
        margin: auto;
    }

    /* Disabled state */
    .resend-otp:disabled {
        background: rgb(255 193 7 / 43%);
        color: #fff;
        box-shadow: none;
    }

/* form card ends */
.form-card-input-wrapper input.otp-input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.form-card-input-wrapper input.otp-input {
    color: black;
    background-color: #2222225b;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 17px;
    border: 1px solid #ccc;
    padding: 0px !important;
    border-radius: 8px;
}

@media (max-width: 576px) {
    .form-card-input-wrapper input.otp-input {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }
}

.contact__input-2 input {
    height: 65px;
    background: rgba(14, 10, 36, 0.07);
    color: rgba(124, 126, 130, 0.69);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 15px 20px;
    resize: none;
}

.contact__input-2 textarea {
    height: 170px;
    background: rgba(14, 10, 36, 0.07);
    color: rgba(124, 126, 130, 0.69);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 15px 20px;
    resize: none;
}

.contact__input-2 {
    margin-bottom: 20px;
}



#confetti-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none;
    z-index: 999999 !important;
    /* VERY high z-index */
}

.swal2-container {
    z-index: 999998 !important;
    /* Lower than confetti */
}

.custom-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.pagination-ui-btn,
.page-number {
    background-color: #074C3E;
    color: #fff;
    padding: 10px 18px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .pagination-ui-btn:hover,
    .page-number:hover {
        background-color: #056B59;
        color: #fff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
        transform: translateY(-1px);
    }

    .pagination-ui-btn:disabled {
        background-color: #ccc;
        color: #666;
        cursor: not-allowed;
    }

#approvedpageNumbersContainer1 {
    display: flex;
    gap: 10px;
}

.pagination-ui-btn.active {
    background-color: #ffffff !important;
    color: #074C3E !important;
    border: 2px solid #074C3E !important;
    font-weight: 900;
    box-shadow: 0 0 0 3px rgba(7, 76, 62, 0.2);
    /*    transform: scale(1.1);*/
}

.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.glass {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    border-radius: 1.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

    .glass:hover {
        transform: translateY(-4px);
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    }

.animated-fade {
    animation: fadeUp 0.6s ease forwards;
    opacity: 0;
    transform: translateY(20px);
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.alb-section {
    padding: 100px 24px 40px;
    background-color: #f9f9f9;
}

.alb-container {
    max-width: 1280px;
    margin: 0 auto;
}

.alb-header {
    text-align: center;
    margin-bottom: 4rem;
}

.alb-title {
    font-size: 3rem;
    font-weight: 800;
    color: #074C3E;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.alb-subtitle {
    font-size: 1.125rem;
    color: #666;
    margin-top: 0.5rem;
}

.alb-top-card {
    background: linear-gradient(135deg, #074C3E, #0e7e65);
    border-radius: 24px;
    padding: 2rem;
    text-align: center;
    color: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    animation: alb-fade-in 1s ease-out forwards;
}

.alb-top-label {
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;
}



.alb-highlight-yellow {
    font-weight: bold;
    color: #FFD700;
}

.alb-highlight-white {
    font-weight: bold;
    color: #ffffff;
}

.alb-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 768px) {
    .alb-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.alb-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    animation: alb-fade-in 1s ease-out forwards;
}

.alb-card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #074C3E;
    margin-bottom: 1rem;
}

.alb-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.alb-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25rem;
}

.alb-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.alb-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.alb-name {
    font-weight: 500;
    color: #333;
}

.alb-score {
    font-weight: 700;
    font-size: 1.125rem;
}

    .alb-score.alb-green {
        color: #10b981;
    }

    .alb-score.alb-yellow {
        color: #fbbf24;
    }

.alb-footer {
    text-align: center;
    font-size: 0.875rem;
    color: #999;
    margin-top: 2.5rem;
    font-style: italic;
}

@keyframes alb-fade-in {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.alb-top-card-container {
    position: relative;
    background: linear-gradient(135deg, #074C3E, #0e7e65);
    border-radius: 1.5rem;
    padding: 2rem;
    color: white;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    animation: alb-fade-in 0.8s ease-out both;
}

.alb-top-avatar {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid white;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

    .alb-top-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.alb-top-content {
    margin-top: 60px;
}


.alb-top-name {
    font-size: 3rem;
    font-weight: 800;
    margin-top: 0.5rem;
    color: #FCB650;
}

.alb-top-stats {
    font-size: 1.5rem;
    margin-top: 0.5rem;
    opacity: 0.9;
}

@keyframes alb-fade-in {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.select_language_box {
    background: linear-gradient(to right, rgba(157, 235, 166, 0.9), rgb(54 161 140 / 90%));
    padding: 30px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    background-color: rgb(51, 51, 51);
    box-shadow: rgba(15, 219, 128, 0.2) 0px 0px 64px 0px;
    position: relative;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(15 219 128 / 98%);
    border-image: initial;
    border-radius: 1rem;
}

.choose_lang_text {
    color: #03211B;
}

.language_select_button {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

@media (max-width:324px) {
    .language_select_button {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: center;
        justify-content: center;
    }

    .select_language_box {
        padding: 20px;
        margin-left: 10px;
        margin-right: 10px;
        width: 150px;
    }

    .c-ico {
        display: none;
    }

    .c-button .c-main {
        margin: auto;
        padding-left: 10px;
    }

    .c-button {
        width: 130px;
    }

    .choose_lang_text {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .language_select_button {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: center;
        justify-content: center;
    }

    .select_language_box {
        padding: 20px;
    }

    .choose_lang_text {
        font-size: 20px;
    }
}

body.modal-open {
    overflow: hidden;
}

.c-button {
    background: linear-gradient(to right, rgba(0, 77, 38, 0.9), rgba(0, 0, 0, 0.9));
    border-radius: 45px;
    font-size: 25px;
    text-align: left;
    width: 150px;
    border: 1px solid rgb(37, 37, 37) !important;
    border-style: outset;
    box-shadow: -6px -5px 18px rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

    .c-button .c-main {
        border-radius: 45px;
        color: rgba(255, 255, 255, 1);
        padding: 11px 25px 11px 2px;
        box-shadow: inset 0px 0px 5px rgba(17, 17, 17, 0);
        transition: all 0.5s ease-in-out;
        border: 1px solid transparent;
    }

.c-ico .c-blur {
    background: linear-gradient(318deg, rgb(75 200 117) 0%, rgb(31 145 64) 100%);
    border-radius: 100%;
    margin-left: 0;
    padding: 8px 23px;
    filter: blur(1px);
    text-align: center;
}

.c-ico {
    position: relative;
    margin-right: 20px;
}

    .c-ico .ico-text {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 18px;
    }

.c-button .c-main:hover {
    box-shadow: inset 0px 0px 5px rgba(17, 17, 17, 0.6);
    border: 1px solid rgba(26, 26, 26, 0.5);
    color: rgba(255, 255, 255, 0.5);
}

.reset-header-section {
    background-color: #03211B;
}

.select_lang_btn {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 45px;
    height: 45px;
    background: linear-gradient(to right, #f3912c, #FCB650);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    animation: pulsesecond 1s ease-out infinite;
    z-index: 99;
}

@keyframes pulsesecond {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 #FFAB2C;
    }

    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 10px #bcf8bc00;
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 #bcf8bc00;
    }
}

@media (max-width: 1599px) {
    #chooseLangBtn {
        bottom: 120px;
    }
}

.select_lang_btn img {
    height: 30px;
    width: 30px;
}

.language_options_dropdown {
    background: linear-gradient(to right, rgba(157, 235, 166, 0.9), rgb(54 161 140 / 90%));
    border-width: 2px;
    border-style: solid;
    border-color: rgb(15 219 128 / 98%);
    border-image: initial;
    border-radius: 1rem;
    width: 200px;
    position: fixed;
    bottom: 190px;
    right: 30px;
    z-index: 9999;
    border-radius: 12px;
}

.lang_options_btn {
    padding: 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

    .lang_options_btn button span {
        text-align: center;
    }

/* Overlay */
.alb-modal-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Modal Box */
.alb-modal-box {
    background-color: #ffffff;
    width: 100%;
    max-width: 1200px;
    border-radius: 16px;
    padding: 2rem;
    position: relative;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    overflow-x: auto;
}

/* Close Button */
.alb-close-btn {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    font-size: 2rem;
    color: #aaa;
    font-weight: bold;
    cursor: pointer;
    background: none;
    border: none;
    transition: color 0.3s;
}

    .alb-close-btn:hover {
        color: #e53935;
    }

/* Header */
.alb-modal-header {
    margin-bottom: 1.5rem;
}

.alb-modal-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #1e3a8a;
}

.alb-modal-subtitle {
    font-size: 0.875rem;
    color: #555;
    margin-top: 0.25rem;
}

.lead-status-data {
    display: flex;
    justify-content: space-between;
}

/* Timeline Container */
.alb-timeline-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2.5rem;
}

/* Background line */
.alb-timeline-bg {
    position: absolute;
    top: 24px;
    left: 40px;
    right: 40px;
    height: 4px;
    background-color: #d1d5db;
    border-radius: 9999px;
    z-index: 0;
}

/* Progress Line */
.alb-timeline-progress {
    position: absolute;
    top: 24px;
    left: 40px;
    height: 4px;
    background-color: #16a34a;
    border-radius: 9999px;
    z-index: 1;
    transition: width 0.5s ease-in-out;
}

/* Steps Row */
.alb-timeline-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

/* Step */
.alb-step {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Step Circle */
.alb-step-circle {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #d1d5db;
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

/* Step Label */
.alb-step-label {
    margin-top: 0.5rem;
    font-weight: 500;
    color: #374151;
    font-size: 0.875rem;
}

/* Next Button */
.alb-next-btn {
    margin-top: 2.5rem;
    width: 100%;
    padding: 0.75rem;
    background-color: #16a34a;
    color: white;
    font-weight: 600;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .alb-next-btn:hover {
        background-color: #15803d;
    }

#approvedpageNumbersContainer1,
#pageNumbersContainer2,
#pageNumbersContainer1,
#rejectedpageNumbersContainer1,
#loginglogpageNumbersContainer1,
#passlogpageNumbersContainer1 {
    display: flex;
    gap: 10px;
}

table.dataTable {
    /* table-layout: fixed !important; */
    width: 100% !important;
}

    table.dataTable th,
    table.dataTable td {
        text-align: left !important;
        white-space: nowrap !important;
        /* text-align: center !important; */
    }

        table.dataTable th:not(:nth-child(1)):not(:nth-child(2)),
        table.dataTable td:not(:nth-child(1)):not(:nth-child(2)) {
            min-width: 130px;
        }

/*loan_status css*/
.loan_status_container {
    margin-top: 120px;
    margin-bottom: 100px;
    position: relative;
    padding-top: 50px;
    padding-bottom: 60px;
}

.loan_status_row .loan_status_heading {
    font-weight: 700;
    color: #074C3E;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.check-status-btn {
    padding: 10px;
    background-color: #002922;
    color: #fff;
    border-radius: 4px;
}

    .check-status-btn:hover {
        color: #fff !important;
    }

.input-style {
    padding: 10px;
    border: 2px solid #FCB650;
    border-radius: 5px;
    font-size: 16px;
    color: #555;
    outline: none;
}

    .input-style:focus {
        border-color: #FCB650;
        box-shadow: 0 0 0 0.2rem #fcb65059;
    }

.loan_status_input_container input {
    width: 500px;
}

.grid-loan_status {
    display: grid;
    grid-template-columns: 1fr;
    /* Default: 1 column */
    gap: 1rem;
    /* Similar to gap-4 in Tailwind */
    font-size: 0.875rem;
    /* text-sm */
    color: #374151;
    /* text-gray-700 */
    margin: auto;
    align-items: center;
}

@media (min-width: 768px) {
    .grid-loan_status {
        grid-template-columns: repeat(4, 1fr);
        /* 3 columns on medium screens */
    }
}

.customer-info-container {
    background: linear-gradient(to right, #71ffe257, #ffdaa4eb);
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid green;
}

.hidden {
    display: none;
}

.icon-box {
    width: 48px;
    height: 48px;
    z-index: 10;
    background: linear-gradient(to right, #f3912c, #FCB650);
    margin-left: -3px;
}

    .icon-box i {
        color: #074C3E;
    }

#timelineSteps {
    z-index: 10;
    row-gap: 2.5rem;
}

#progress-line {
    color: #074C3E;
}

.customer-info-container h3 {
    font-size: 20px;
    margin-bottom: 25px;
    color: #074C3E;
}

body.lang-gu {
    font-family: 'Noto Sans Gujarati', sans-serif !important;
}

body.lang-en {
    font-family: "Jost", sans-serif !important;
}

.loan_status_container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #47ede5, #efa214fc);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid green;
    opacity: 0.1000000015;
    z-index: -1;
    border-radius: 18px;
    padding-bottom: 100px;
}

.mobile-user {
    display: none !important;
}

@media (max-width: 1199px) {
    .mobile-user {
        display: block !important;
    }
}

.reject-btn:disabled .btn-text {
    background-color: #f4433680;
}

.approve-btn:disabled .btn-text {
    background-color: #4cae4f80;
}

#submitBtn.btn_theme:disabled {
    cursor: not-allowed;
    background: #00000033;
    color: #fff;
}

    #submitBtn.btn_theme:disabled span {
        cursor: not-allowed;
        background: #00000033;
        color: #fff;
    }

*.loan_status_container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #47ede5, #efa214fc);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid green;
    opacity: 0.1000000015;
    z-index: -1;
    border-radius: 18px;
    padding-bottom: 100px;
}

.loan_types_container .loan-slider .loan_types_card {
    width: auto;
    height: auto;
    border-radius: 20px;
    padding: 10px;
    background-color: #8fc9bd30;
    margin: 7px;
}

.loan_types_card_detail {
    margin: 20px 10px 10px 20px;
}

    .loan_types_card_detail h6 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .loan_types_card_detail span {
        font-size: 16px;
        font-weight: 200;
        margin-bottom: 10px;
        color: grey;
    }

.loan_types_card .list-items-box {
    margin: 10px;
}

.list-items-box ul {
    list-style-type: none;
    text-align: left;
    padding-left: 20px;
    color: #444;
}

element.style {
}

.list-items-box ul {
    list-style-type: none;
    text-align: left;
    padding-left: 20px;
    color: #444;
}

    .list-items-box ul li {
        margin-bottom: 8px;
        font-size: 16px;
        font-weight: 500;
        color: #000000;
        font-weight: 500;
    }

.card ul li::before {
    content: '✔';
    color: #074c3e;
    font-weight: 500;
    display: inline-block;
    width: 1.2em;
    margin-left: -1.2em;
}

.loan_types_card_image img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
}

/* Know More section Css */
.know-more-section {
    margin-bottom: 70px;
}


.loan_types_container {
    position: relative;
    z-index: 0;
    padding: 40px;
    border-radius: 25px;
}

    .loan_types_container::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #c383238f 0%, #c383238f 100%);
        opacity: 0.1000000015;
        z-index: -1;
        border-radius: 30px;
        border: 1px solid #074C3E;
        box-shadow: #074C3E 0px 8px 24px;
    }

    .loan_types_container .loan-slider .loan_types_card {
        max-width: 587px;
        height: auto;
        border-radius: 20px;
        padding: 10px;
        background-color: #5d91861f;
        margin: 7px;
        border: 1px solid #06272021;
    }

.list-items-box ul {
    list-style-type: none;
    text-align: left;
    padding-left: 20px;
    color: #444;
}

    .list-items-box ul li {
        margin-bottom: 8px;
        font-size: 16px;
        font-weight: 500;
        color: #000000;
    }

.loan_types_card .list-items-box {
    margin: 10px;
}

.loan_types_card_image img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
}

.loan_types_card_detail {
    margin: 20px 10px 10px 20px;
}

    .loan_types_card_detail h6 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .loan_types_card_detail span {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 10px;
        color: #212529;
    }

.card ul li::before {
    content: '✔';
    color: #074c3e;
    font-weight: 500;
    display: inline-block;
    width: 1.2em;
    margin-left: -1.2em;
}

.loan-slider {
    margin-top: 10px;
}

@media (max-width: 991px) {
    .loan_types_card {
        width: 100%;
        margin: 0 auto;
    }

    .loan-slider {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .loan_types_card_detail h6 {
        font-size: 20px;
    }

    .loan_types_card_detail p,
    .list-items-box ul li {
        font-size: 10px;
    }
}

@media (max-width: 576px) {
    .loan_types_card {
        padding: 8px;
    }

    .loan_types_card_image img {
        height: auto;
    }

    .loan_types_card_detail {
        margin: 10px;
    }

        .loan_types_card_detail h6 {
            font-size: 18px;
        }

    .card .loan_types_card .loan_types_card_detail .loan_types_card_detail span {
        font-size: 10px;
    }

    .list-items-box ul li {
        font-size: 13px;
    }

    .loan-slider {
        padding: 0 10px;
    }
}

/* Premium Captcha Wrapper */
.captcha-wrapper {
    margin-top: 25px;
}

.captcha-label {
    display: block;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
    font-size: 1rem;
}

.captcha-box {
    background: #ffffff;
    padding: 14px;
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    display: inline-block;
    /*    transform: scale(0.94);*/
    transform-origin: left;
    /*    transition: box-shadow 0.3s ease, transform 0.3s ease;*/
}

#captchaError {
    margin-top: 8px;
    font-size: 0.85rem;
}

/* Mobile optimization */
@media (max-width: 576px) {
    .captcha-box {
        transform: scale(0.88);
    }
}

.batch_m {
    background-color: #FCB650;
    border-radius: 20px;
    padding: 0px 9px;
    font-weight: 500;
}

@media (max-width:575px) {
    .logo-img {
        height: auto !important;
        width: 135px !important;
        object-fit: contain !important;
    }
}


.logo-img {
    height: 95px;
    /* adjust as per your design */
    width: auto;
    /* keeps aspect ratio */
    object-fit: contain;
}

.final_amount {
    font-size: 2rem;
}

@media (max-width:991px) {
    .final_amount {
        font-size: 1.5rem;
    }
}

@media (max-width:576px) {
    .final_amount {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1199px) {
    .offcanvas-body .mobile_view {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .header-section .header_mobile_view {
        display: block;
    }
}

@media screen and (min-width: 1199px) {
    .header-section .header_mobile_view {
        display: none;
    }
}

@media (max-width:1080px) {
    .calc-mobileview {
        display: inline-block !important;
    }
}

#customLoanAmount::placeholder {
    color: white !important;
}

#customInterestValue::placeholder {
    color: white !important;
}

.file-note {
    display: block;
    margin-top: 3px;
    font-size: 0.85rem;
    color: #6c757d;
    background: #f8f9fa;
    padding: 6px 10px;
    border-left: 3px solid #03211B;
    border-radius: 6px;
}

    .file-note i {
        color: #0d6efd;
        margin-right: 4px;
    }

.info-tooltip {
    position: relative;
    display: inline-block;
    margin-left: 6px;
    color: #fff;
    background: #28947e;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 0.85rem;
    line-height: 18px;
    cursor: pointer;
    font-weight: 600;
}

    .info-tooltip:hover::after {
        content: attr(data-tooltip);
        white-space: pre-line;
        position: absolute;
        top: 50%;
        left: 150%;
        transform: translateY(-50%);
        background-color: rgb(7 76 62 / 80%);
        color: #fff;
        padding: 8px 12px;
        border-radius: 6px;
        font-size: 0.85rem;
        text-align: left;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        z-index: 1000;
        width: 720%;
    }

    .info-tooltip:hover::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translateY(-50%);
        border-width: 6px;
        border-style: solid;
        border-color: transparent rgb(7 76 62 / 80%) transparent transparent;
        z-index: 1001;
    }

.navbar-nav .upper-nav-link.active-link,
.navbar-nav .nav-link1.active-link {
    background-color: #FCB650;
    border-radius: 20px;
    font-weight: 500;
    padding: 6px 20px 6px 20px !important;
    color: #074C3E !important;
}

    /*.main-menu .navbar-nav .nav-item .nav-link1:focus, .main-menu .navbar-nav .nav-item .nav-link1:hover {
    color: #FCB650 !important;
}*/

    .navbar-nav .upper-nav-link.active-link:hover,
    .navbar-nav .nav-link1.active-link:hover {
        color: #000000 !important;
    }

.chart-container {
    position: relative;
    height: 285px;
    /* adjust here for desired size */
}

/* Dropdown Container */
.notification-dropdown {
    margin-top: 18px;
    left: -26px;
    width: 350px;
    border-radius: 16px;
    background: linear-gradient(180deg, #103930, #2f5d53);
    max-height: 710px;
    /* collapsed height */
}

/* Notification List */
.notification-list {
    max-height: 340px;
    overflow-x: auto;
    background: #fff;
    transition: max-height 0.4s ease;
    display: flex;
    gap: 5px;
    flex-direction: column;
}


    /* Expanded state */
    .notification-list.expanded {
        max-height: 600px;
        /* expanded height */
    }

.notification-item {
    list-style: none;
}

/* Icon Style */
.notification-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 18px;
    flex-shrink: 0;
}

    .notification-icon.success {
        background: #e8f7ef;
        color: #2e7d32;
    }

    .notification-icon.info {
        background: #e7f3ff;
        color: #1976d2;
    }

    .notification-icon.warning {
        background: #fff4e5;
        color: #ed6c02;
    }

/*#notificationList {
    padding: 0.5rem;
}
*/
#notificationList .fw-semibold {
    font-size: 0.9rem;
}

#notificationList .text-muted {
    font-size: 0.75rem;
}

/* Message */
.notification-text {
    flex-grow: 1;
}

    .notification-text .title {
        font-weight: 600;
        font-size: 0.95rem;
        color: #333;
    }

    .notification-text .time {
        font-size: 0.8rem;
        color: #888;
    }

/* View All link */
.view-all-link {
    display: block;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
}

.icon-wrapper {
    background: linear-gradient(135deg, #074c3e, #002922);
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    font-size: 16px;
    padding: 18px;
}

    .icon-wrapper i {
        font-size: 2rem;
        color: #f0ad4e;
        /* warning yellow */
    }

.content .message {
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
}

.content .time {
    font-size: 0.75rem;
    color: #888;
}

.status-dot {
    width: 10px;
    height: 10px;
    background: #28a745;
    border-radius: 50%;
    margin-left: 10px;
    margin-top: 6px;
    flex-shrink: 0;
}

.remove-btn {
    font-size: 24px;
    color: #002922;
    cursor: pointer;
    transition: color 0.2s ease;
    background: none;
}

    .remove-btn:hover {
        color: #002922;
    }

/* Toast Styling */
.notification-toast {
    background: #fff;
    border-radius: 14px;
    min-width: 200px;
    max-width: 280px;
    margin-bottom: 12px;
    animation: slideInRight 0.35s ease, fadeOut 0.4s ease 4.5s forwards;
    overflow: hidden;
    /* ensures text never escapes */
}

.toast-body {
    font-size: 0.9rem;
    line-height: 1.3;
    white-space: normal;
    /* allow wrapping */
    word-break: break-word;
    /* prevent overflow */
}

#toastContainer {
    position: fixed;
    top: 80px;
    right: 20px;
    z-index: 1055;
}

/* Animations */
@keyframes slideInRight {
    from {
        transform: translateX(120%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeOut {
    to {
        opacity: 0;
        transform: translateX(120%);
    }
}

.home_loan_note {
    color: #002922;
    font-size: 16px;
    font-weight: 500;
    justify-items: center;
    margin: auto;
}

.calculator-text-darkgreen {
    color: #002922;
    font-weight: 500;
}

.mission-list li .criteria-icon {
    font-size: 20px;
}

.tab_content_title {
    margin-bottom: 20px;
}

.mb_3 {
    margin-bottom: 12px;
}

.loan-reviews_card.card-inactive {
    background: #ddd;
    opacity: 0.7;
    transform: scale(1);
    z-index: 1;
}

.notification-card {
    background: linear-gradient(180deg, #2f5d5321, #2f5d5305);
    padding: 14px 18px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    height: 120px;
}

.read .notification-card {
    opacity: 0.7;
}

.notification-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

#clearNotificationsBtn {
    width: 28px;
    height: 28px;
    background: linear-gradient(180deg, #d9192c, #ed0f0f);
    padding: 18px;
}

.icon-circle {
    width: 36px;
    height: 36px;
    background: #fff3cd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}



.kotak_special_note {
    font-size: 16px;
    color: #010c0ccc;
    font-weight: 600;
}

.tooltip-container {
    position: relative;
    display: inline-block;
}

.help-button {
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .help-button:hover,
    .help-button:focus {
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

.sync-tooltip {
    position: absolute;
    bottom: calc(100% + 15px);
    left: -50%;
    padding: 20px 20px;
    background: #96ABA6;
    /*    background: linear-gradient(135deg, #ffffff, #f8f9fa);*/
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    color: #000000;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(229, 231, 235, 1);
}

    /* Tooltip arrow */
    .sync-tooltip::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border-width: 8px;
        border-style: solid;
        border-color: #96ABA6 transparent transparent transparent;
    }

.tooltip-container:hover .sync-tooltip,
.help-button:focus + .sync-tooltip {
    opacity: 1;
    visibility: visible;
    animation: shake 0.5s ease-in-out both;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes shake {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(7deg);
    }

    50% {
        transform: rotate(-7deg);
    }

    75% {
        transform: rotate(1deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.tooltip-container:hover #syncButton .sync-icon {
    animation: spin 1s linear 3;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes glow {
    0% {
        text-shadow: 0 0 10px rgba(99, 102, 241, 0.5);
    }

    50% {
        text-shadow: 0 0 20px rgba(99, 102, 241, 0.7);
    }

    100% {
        text-shadow: 0 0 10px rgba(99, 102, 241, 0.5);
    }
}

.sync-tooltip strong {
    animation: glow 2s infinite;
    font-weight: 600;
}

.sync-tooltip i {
    margin-right: 6px;
    color: #6366f1;
}

@media (max-width: 768px) {
    .sync-tooltip {
        font-size: 13px;
        padding: 10px 16px;
    }

    .help-button {
        padding: 10px 20px;
        font-size: 14px;
    }
}

#customLengthMenuContainer2:hover .dataTables_length {
    color: #ffffff;
}

.policy-page {
    background: #f9f9f9;
    padding: 60px 0;
}

    .policy-page .page-card {
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
        padding: 3rem;
    }

    .policy-page h1,
    .policy-page h2,
    .policy-page h4 {
        color: #222;
        /* Change this to your brand color if needed */
        font-weight: 700;
    }

    .policy-page p,
    .policy-page li {
        color: #555;
        line-height: 1.7;
    }

    .policy-page ul li::before {
        content: "✔ ";
        color: #222;
        /* Brand color */
        font-weight: bold;
    }

.terms-page {
    background: #f9f9f9;
    padding: 60px 0;
}

    .terms-page .page-card {
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
        padding: 3rem;
    }

    .terms-page h1,
    .terms-page h2,
    .terms-page h4 {
        color: #222;
        /* Change this to your brand color if needed */
        font-weight: 700;
    }

    .terms-page p,
    .terms-page li {
        color: #555;
        line-height: 1.7;
    }

    .terms-page ul li::before {
        content: "✔ ";
        color: #222;
        /* Brand color */
        font-weight: bold;
    }

/* container (the rounded "track") */
.pill-track {
    display: flex;
    gap: 10px;
    padding: 6px;
    background: #39625a26;
    border-radius: 9999px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    /* keeps indicator inside */
    align-items: center;
}

.pill-tab {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 24px;
    border-radius: 9999px;
    cursor: pointer;
    z-index: 2;
    user-select: none;
    color: var(--text-color);
    font-weight: 600;
    white-space: nowrap;
    transition: color 180ms ease;
}



    .pill-tab.active {
        color: #fff;
    }

/* sliding indicator */
.demo-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
}

.pill-indicator {
    position: absolute;
    top: 6px;
    left: 0;
    height: calc(100% - (6px * 2));
    background: linear-gradient(180deg, #103930, #2f5d53);
    border-radius: 9999px;
    z-index: 1;
    pointer-events: none;
    transform: translateX(0);
    transition: transform 320ms cubic-bezier(.2, .9, .3, 1), width 320ms cubic-bezier(.2, .9, .3, 1);
    will-change: transform, width;
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.12);
}


/* tab panels */
.tab-panels {
    width: 100%;
}

.tab-panel {
    display: none;
    padding: 20px;
    border-radius: 12px;
    background: #39625a26;
    font-size: 16px;
}

    .tab-panel.active {
        display: block;
    }

@media (max-width:420px) {
    .pill-tab {
        padding: 10px 6px;
        font-size: 14px;
    }
}

.nav-item-dropdown .notification-dropdown {
    border-radius: 50px;
    background-color: #FCB650;
}

.dropdown-menu .dropdown-header {
    background: linear-gradient(180deg, #103930, #2f5d53);
    color: #fff;
    padding: 15px 15px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: center;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.dropdown-menu .dropdown-footer {
    background: linear-gradient(180deg, #103930, #2f5d53);
    color: #fff;
    padding: 15px 15px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.unread .notification-card {
    background: linear-gradient(251deg, #35b39959, #35b39959);
}

.read .notification-card .icon-wrapper {
    background: linear-gradient(135deg, #074c3e, #002922);
    color: #ffffff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    font-size: 16px;
    padding: 18px;
}

@media screen and (max-width:911px) {
    #notificationDropdown {
        display: block;
    }
}

.apply_lap_loan {
    margin-top: 20px;
}

/* Modal Base Styles */
#editAgentModal .modal-dialog {
    max-width: 980px;
    margin: 2rem auto;
}

#editAgentModal .modal-content {
    border-radius: 24px;
    background: #ffffff;
    border: none;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 20px 40px -12px rgba(0, 0, 0, 0.08);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    overflow: hidden;
    animation: modalSlideIn 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Premium Header */
#editAgentModal .modal-header {
    padding: 28px 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    background: linear-gradient(135deg, #fafbfc 0%, #ffffff 100%);
    position: relative;
}

    #editAgentModal .modal-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, #10b981, #34d399, #6ee7b7);
        opacity: 0.8;
    }

#editAgentModal .modal-title {
    font-size: 1.35rem;
    font-weight: 600;
    color: #111827;
    letter-spacing: -0.025em;
    display: flex;
    align-items: center;
    gap: 10px;
}

    #editAgentModal .modal-title::before {
        content: '✨';
        font-size: 1.2rem;
        animation: sparkle 2s infinite;
    }

@keyframes sparkle {

    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.6;
        transform: scale(0.9);
    }
}

#editAgentModal .btn-close {
    background: transparent;
    border: none;
    opacity: 0.4;
    transition: all 0.2s ease;
    padding: 0.5rem;
    border-radius: 8px;
}

    #editAgentModal .btn-close:hover {
        opacity: 1;
        background: rgba(0, 0, 0, 0.05);
        transform: rotate(90deg);
    }

/* Premium Body */
#editAgentModal .modal-body {
    padding: 32px;
    background: #ffffff;
}

/* Form Groups with Animation */
#editAgentModal .form-group-wrapper {
    opacity: 0;
    animation: fadeInUp 0.4s ease forwards;
}

#editAgentModal .col-md-4:nth-child(1) {
    animation-delay: 0.05s;
}

#editAgentModal .col-md-4:nth-child(2) {
    animation-delay: 0.1s;
}

#editAgentModal .col-md-4:nth-child(3) {
    animation-delay: 0.15s;
}

#editAgentModal .col-md-4:nth-child(4) {
    animation-delay: 0.2s;
}

#editAgentModal .col-md-4:nth-child(5) {
    animation-delay: 0.25s;
}

#editAgentModal .col-md-4:nth-child(6) {
    animation-delay: 0.3s;
}

#editAgentModal .col-md-4:nth-child(7) {
    animation-delay: 0.35s;
}

#editAgentModal .col-md-4:nth-child(8) {
    animation-delay: 0.4s;
}

#editAgentModal .col-md-4:nth-child(9) {
    animation-delay: 0.45s;
}

#editAgentModal .col-md-4:nth-child(10) {
    animation-delay: 0.5s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Premium Labels */
#editAgentModal .form-label {
    font-weight: 500;
    font-size: 0.875rem;
    margin-bottom: 8px;
    color: #374151;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    display: flex;
    align-items: center;
    gap: 6px;
}

    #editAgentModal .form-label::before {
        content: '';
        width: 3px;
        height: 3px;
        background: #10b981;
        border-radius: 50%;
        opacity: 0.7;
    }

/* Premium Input Fields */
#editAgentModal .form-control {
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    height: 48px;
    padding: 12px 16px;
    font-size: 0.95rem;
    color: #111827;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 500;
    position: relative;
}

    #editAgentModal .form-control::placeholder {
        color: #9ca3af;
        font-weight: 400;
    }

    #editAgentModal .form-control:hover {
        border-color: #d1d5db;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }

    #editAgentModal .form-control:focus {
        outline: none;
        border-color: #10b981;
        background: #ffffff;
        box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
        transform: translateY(-1px);
    }

    #editAgentModal .form-control[readonly] {
        background: linear-gradient(135deg, #f9fafb, #f3f4f6);
        border-color: #e5e7eb;
        color: #6b7280;
        cursor: not-allowed;
        font-style: italic;
    }

/* Animated Helper Text */
#editAgentModal .form-text {
    font-size: 0.75rem;
    color: #9ca3af;
    margin-top: 6px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 4px;
    opacity: 0;
    animation: fadeIn 0.3s ease forwards;
    animation-delay: 0.2s;
}

    #editAgentModal .form-text::before {
        content: 'ℹ';
        color: #10b981;
        font-weight: 700;
        font-size: 0.85rem;
    }

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

/* Premium Footer */
#editAgentModal .modal-footer {
    padding: 20px 32px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    background: linear-gradient(135deg, #fafbfc 0%, #ffffff 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Change Summary */
#ea_changeSummary {
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 500;
    padding: 8px 16px;
    background: rgba(16, 185, 129, 0.05);
    border-radius: 20px;
    border: 1px solid rgba(16, 185, 129, 0.1);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

    #ea_changeSummary::before {
        content: '○';
        color: #10b981;
        animation: pulse 2s infinite;
    }

@keyframes pulse {

    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }
}

/* Premium Buttons */
#editAgentModal .btn {
    border-radius: 12px;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.025em;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    position: relative;
    overflow: hidden;
}

    #editAgentModal .btn::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.5);
        transform: translate(-50%, -50%);
        transition: width 0.6s, height 0.6s;
    }

    #editAgentModal .btn:hover::before {
        width: 300px;
        height: 300px;
    }

#editAgentModal .btn-light {
    background: #ffffff;
    color: #374151;
    border: 2px solid #e5e7eb;
}

    #editAgentModal .btn-light:hover {
        background: #f9fafb;
        border-color: #d1d5db;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

#editAgentModal .btn-primary {
    background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
    color: white;
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

    #editAgentModal .btn-primary:hover {
        background: linear-gradient(135deg, #059669 0%, #10b981 100%);
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(16, 185, 129, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    }

    #editAgentModal .btn-primary:active {
        transform: translateY(0);
    }

/* Input Group Icons (optional enhancement) */
.input-icon-wrapper {
    position: relative;
}

    .input-icon-wrapper .form-control {
        padding-left: 44px;
    }

.input-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 1rem;
    pointer-events: none;
    transition: color 0.3s ease;
}

.input-icon-wrapper:focus-within .input-icon {
    color: #10b981;
}

/* Subtle Gradient Overlays */
#editAgentModal .modal-body::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.03) 0%, transparent 70%);
    pointer-events: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #editAgentModal .modal-dialog {
        max-width: 95%;
        margin: 1rem auto;
    }

    #editAgentModal .modal-header,
    #editAgentModal .modal-body,
    #editAgentModal .modal-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Loading State (optional) */
.form-control.loading {
    background-image: linear-gradient(90deg, #f3f4f6 25%, #e5e7eb 50%, #f3f4f6 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/* bell animation */
@keyframes ringBell {
    0% {
        transform: rotate(0);
    }

    10% {
        transform: rotate(18deg);
    }

    20% {
        transform: rotate(-12deg);
    }

    30% {
        transform: rotate(8deg);
    }

    40% {
        transform: rotate(-6deg);
    }

    50% {
        transform: rotate(4deg);
    }

    60% {
        transform: rotate(-2deg);
    }

    70% {
        transform: rotate(1deg);
    }

    100% {
        transform: rotate(0);
    }
}

.bell-animate {
    animation: ringBell 1.5s cubic-bezier(.36, .07, .19, .97) infinite;
    -webkit-animation: ringBell 1.5s cubic-bezier(.36, .07, .19, .97) infinite;
}

/* ensure the icon is transformable */
#notificationDropdown i.fa-bell {
    display: inline-block;
    /* needed for transforms */
    transform-origin: top center;
    /* pivot like a bell */
}
.no-notifications {
    background-color: #FFFBF5;
}
.no-notification-heading {
    font-size: 24px;
    color: #074C3E;
    font-weight: 700;
}
.no-notification-para {
    font-size: 16px;
    color: #0029229e;
    font-weight: 400;
}
.no-notification-img img 
{
    height:70px;
    width:70px;
}


