body {
    background: #fafbfa!important;
}

/* Header Start */

.header.navbar{
    padding:12px 0
}

.site_logo {
    display: block;
    max-width: 100%;
}

.site_imageLogo {
    width: 170px;
}

.success-message {
    color: green;
    font-weight: bold;
    margin-top: 10px;
}

.header {
    position: fixed;
    background: transparent;
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: all 0.2s ease-in-out;
    background-color: #fff;
}

.header nav {
    /* margin-top: 25px; */
}

.header--active {
    background-color: #161616b3;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}



.header-imageLink {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 56px;
    padding: 8px;
    background: #ffffffe6;
    box-shadow: 0px 16px 32px -9px #6100ff80;
    margin-right: 24px;
    margin-top: 25px;
}

.header-imageLink img {
    max-width: 100%;
    width: 30px;
}

/* .authenticate,
.authenticated {
    margin-top: 25px;
} */

.authenticate .btn {
    padding: 8px 22px;
    background: unset;
    border: 1px solid;
    /* box-shadow: 0px 16px 32px -9px #6100ff80; */
    border-radius: 8px;
    /*border: unset;*/
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-wrap: nowrap;
    width: 170px;
    max-width: 150px;
}

.authenticate .btn:active {
    color: white;
}

.authenticate .dropdown-menu {
    background-color: #ffffff;
    border: #1a56db solid 1px;
    border-radius: 8px;
    margin-top: 10px;
}

.authenticate li {
    padding: 10px 15px;
    border-bottom: 1.5px solid black;
}

.authenticate li:last-child {
    border-bottom: unset;
}

.authenticate .dropdown-item {
    color: #1a56db;
    font-weight: 500;
    font-size: 14px;
    padding: unset;
    transition: all 0.2s ease;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}

.authenticate .dropdown-item:hover {
    padding: unset;
    background-color: transparent;
}

.click-to-read-msg {
    text-decoration: none;
    color: white;
}

#notification_count {
    position: relative;
    background: #6d3ee4;
    color: white;
    font-size: 10px;
    top: -10px;
    padding: 3px 6px;
    border-radius: 30px;
}

.notifsmall {
    list-style: none;
    margin-left: 10px;
}

#toggleMenuAction {
    list-style: none;
    padding: unset;
    position: relative;
}

.menuBoxOpen {
    min-width: 110px;
    width: 100%;
    padding-bottom: 5px;
    position: absolute;
    display: none;
    z-index: 99999;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #f1f1f1;
}

.smallLineInMenuBox {
    margin: auto;
    text-align: left;
    padding: 5px;
    width: 80%;
}

.smallLineInMenuBox {
    color: #635bff;
    text-transform: uppercase;
    font-size: 13px;
}

.smallLineInMenuBox a {
    color: #635bff;
    text-decoration: none;
}
.authenticate .btn.show, .authenticate .btn:active {
    background-color: #ffffff;
    border: #1a56db solid 1px;
    color: #1a56db;
}
.authenticate .btn {
    background-color: #ffffff;
    padding: 10px 20px;
    border-radius: 8px;
    color: #1a56db;
    font-weight: 500;
    font-size: 16px;
    font-family: comfortaa, sans serif;
    transition: all 0.2s ease;
    border: #1a56db solid 1px;
}

.site_logo_mobile {
    display: none;
}
.authenticate-buttons-wrapper{
    display:flex;
}
@media (max-width: 768px) {
    .site_logo_mobile {
        display: block;
        margin: 0 auto;
    }

    .site_logo_mobile .site_imageLogo {
        width: 80px;
    }
    .site_logo{
        display: none;
    }
}

@media (max-width: 425px) {

    .site_logo_mobile .site_imageLogo {
        width: 64px
    }
    .authenticate.ms-auto.ps-3 .authenticate-buttons-wrapper{
        gap:10px;
    }
}

/* Header End */

/* Footer Start */

.site-footer {
    background-color: #eeeeee;
    color: black;
    overflow: hidden;
}

/* Footer End */

/* General */

body {
    background-color: white;
    color: #383442;
    font-family: "Poppins", sans-serif;
}

.site-main {
    min-height: 65vh;
    padding-top: 85px;
    overflow: hidden;
}

.purple-highlight {
    color: #635bff;
}

.btn-purple {
    border: 1.5px solid #635bff;
    border-radius: 5px;
    background-color: #635bff;
    padding: 10px 15px;
    color: white;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    transition: 0.2s ease all;
}

.btn-purple:hover {
    transform: scale(1.1);
}

.btn-green {
    border: 1.5px solid black;
    border-radius: 5px;
    background-color: white;
    padding: 10px 15px;
    color: #38b000;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
}

@media (max-width: 425px) {
    .homepage {
        margin-top: 155px;
    }
    .accounts .features-cards{
        padding:unset;
    }
}
.h2, .h3, .h4, h2, h3, h4 {
    font-size: 2rem;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
}
address, dl, ol, p, ul {
    margin-bottom: 1rem;
}
.eyebrow
{
    font-size: .8rem;
    color: #00615e;
    width: max-content;
    max-width: 100%;
}
.header-row h1 {
    font-size: 52px;
    line-height: 59px;
    letter-spacing: -1px;
}
.h5, .subtitle, h5 {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #57575c;
}
.btn {
    padding: 8px 16px;
    cursor: pointer;
    font-style: normal;
    letter-spacing: .3px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 4px;
    text-transform: uppercase;
    background-color: #81d8d0;
    color: #1f1f1f;
    border: solid 1px #81d8d0;
    transition: .5s;
    width: 100%;
    max-width: max-content;
}
.btn.btn-secondary-cta:hover, .btn:hover {
    background-color: #59ded2;
    border-color: #59ded2;
    color: #1f1f1f;
}
.dark .subtitle, .dark .title, .dark h1, .dark h2, .dark h3, .dark h5, .dark p {
    color: #fff;
}
.homepage .card{
    border: unset;
    padding-top: 16px!important;
    padding-bottom: 16px!important;
    box-shadow: unset!important;
    background-color: unset;
}

.homepage .card-1{
    border: unset;
    padding-top: 16px!important;
    padding-bottom: 16px!important;
    box-shadow: unset!important;
    background-color: unset;
}


.card-body.one-card {
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    border-radius: 20px;
}
.dark .card-body, .dark.card-body {
    background: #2c2c2c;
    box-shadow: none;
}
.card .card-body {
    background: #fff;
    padding: 24px;
    border-radius: 10px;
    height: 100%;
    word-break: break-word;
    box-shadow: 0 0 transparent, 0 0 transparent, 0 25px 50px -12px rgba(0, 0, 0, .25);
}
.card-1 .card-body {
    padding: 24px;
    height: 100%;
    word-break: break-word;
}
.card-icon {
    margin-bottom: 16px;
    width: max-content;
    overflow: hidden;
}
a:not(.unvisited):not(.btn) {
    color: #0059ff;
}
.btn-link {
    text-decoration: none;
}
.card-1{
    background: #fff;
    padding: 24px;
    border-radius: 10px;
    height: 100%;
    word-break: break-word;
}
.header-row.header-row-default .header-row-card {
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    border-radius: 20px;
}
.dark {
    --bs-body-color: #FFF;
    --bs-body-bg: #1f1f1f;
    background-color: var(--bs-body-bg);
}
.dark .eyebrow {
    color: #81d8d0;
}
.card-title{
    font-size: 1.5rem;
}
.dark .btn-link, .dark .btn-link:not(.unvisited) {
    color: #6ccaff;
}
.header-row h2 {
    font-size: 44.8px;
    line-height: 51.7px;
}
footer {
    background-color: #191c1f;
    padding: 64px 16px;
}
footer .footer-top {
    background: #fff;
    border-radius: 20px;
}
footer .footer-top .primary-title {
    line-height: 1.3;
    font-size: 2rem;
}
footer .footer .h6 {
    margin-bottom: 8px;
    font: 14px / 24px "Gilroy SemiBold";
    color: #fff;
    line-height: 24px;
}
footer .footer a:not(.dropdown-item) {
    font: 400 14px / 24px Inter;
    letter-spacing: 0;
    text-align: start;
}
footer .footer .copyright, footer .footer .footer-text, footer .footer .navbar-light .navbar-nav a.active, footer .footer .navbar-light .navbar-nav a.nav-link, footer .footer .page-link, footer .footer a:not(.dropdown-item), footer .footer a~small, footer .footer p {
    color: #bfc5ce;
}
footer .footer .block-column .page-link {
    margin-bottom: 8px;
}
footer .footer .dropdown-toggle:after, footer .footer .icon-language, footer .footer img:not(.logo,.social-icon)
{
    filter: invert(100%);
}
footer .footer {
    word-break: break-word;
    text-align: justify;
    padding-top: 64px;
}

footer .footer .social-network {
    display: flex;
    gap: 1rem;
}
footer .footer img.social-icon {
    filter: invert(65%);
}
footer .block-Divider hr {
    margin: .5rem auto;
}
.block-Divider{
    margin: 1rem 0;
    color: inherit;
    background-color: white;
    border: 0;
    opacity: .25;
    height: 1px;
}
.footer-text p{
    font-size: 10px;
}
.footer-text a{
    font-size: 10px;
}
.breadcrumbs_home {
    background-image: url("/wp-content/themes/theforest/images/breadcrumbs_home_new.svg");
    color: #667085;
    width: 16px;
    height: 16px;
}
.breadcrumbs_container {
    display: flex;
    gap: 10px;
}
.accounts{
    margin-top: 100px;
}
.light {
    background-color: #FFF;
}
.features-card-list li {
    position: relative;
    padding-left: 30px;
}
.features-card-list li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    background-image: url(../images/icon-features-card-list.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
.features-card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.acc-type h4{
    font-size: 1.4rem;
}
.acc-type h5{
    color: #008480;
    font-size: 1.2rem;
    line-height: 1.5;
}
.card-left .card{
    align-items: flex-start
}
.card-left .card-body{
    width: 50%;
}
@media (max-width: 425px) {
    .card-left .card-body{
        width: 100%;
    }
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;

}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mySwiper card{
    height: 100%;
}