/* .hamburger-btn span:nth-child(1) {
    height: 2.5px;
}
.hamburger-btn span:nth-child(2) {
    top: 7.5px;
    height: 2px;
}
.hamburger-btn span:nth-child(3) {
    top: 15px;
    height: 2px;
} */
.service-container::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px; /* Adjust the width of the line as needed */
    background-color: #d31e1e; /* Adjust the color of the line as needed */
    border-radius: 15px 0 0 15px; /* Match the border-radius of the container */
}
.tp-main-menu-mobile ul li:hover > a {
    color: white;
}

.tp-hero-pagination .swiper-pagination-bullet {
    background: var(--tp-theme-primary);
}

.why_bank_with_us_content .card_heading {
    font-size: 1rem;
    margin-bottom: 0;
}

.why_bank_with_us_content .card_paragraph {
    line-height: 1.5;
}

.tp-service-details-area .tp-section-title {
    font-size: 1.5rem;
}

.account_rounded {
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.tp-section-title {
    font-weight: 400;
}
.tp-main-menu-mobile .mobile ul li:hover > a {
    color: red;
}
.tp-section-title_main {
    font-weight: 700;
}

.tp-service-details-area .tp-section-title {
    font-size: 1.5rem;
}
.app-download-links ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.app-download-links img {
    max-width: 100px;
    height: 32px;
}
.citizen_nobize {
    margin-top: 3rem;
}
@media (max-width: 768px) {
    .app-download-links img {
        max-width: 100px;
        height: 32px;
    }
    .order-md-12 {
        margin-bottom: -16px;
    }
    /* .online_image{
        margin-bottom: -30px;
    } */
}

@media (min-width: 992px) {
    .online_banking_title {
        font-size: 14px;
        font-weight: 600;
        line-height: 19px;
    }
    .online_banking_paragraph {
        font-size: 14px;
        font-weight: 300;
        line-height: 19px;
    }
    .premium {
        margin-top: -23px;
    }
    .tp-service-item-wrapper-3 {
        min-height: 270px;
        background: rgb(255, 255, 255);
        margin-bottom: .8rem;
    }
}
@media (max-width: 1200px) {
    .noebiz_free {
        margin-top: 3rem;
    }
    /* .multiCurrency {
        margin-top: .5rem;
    } */

}
@media (min-width: 1201px) {
    .noebiz_free {
        margin-top: 1rem;
    }
    .noebiz_premimum{
        margin-top: 1rem;
    }
}

@media (min-width: 1200px) {
    .online_banking_title {
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
    }
    .online_banking_paragraph {
        font-size: 16px;
        font-weight: 300;
        line-height: 19px;
    }
    .premium {
        margin-top: 25px;
    }
}
@media (min-width: 1400px) {
    .online_banking_title {
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
    }
    .online_banking_paragraph {
        font-size: 16px;
        font-weight: 300;
        line-height: 26px;
    }
    .premium {
        margin-top: 0px;
    }
    .noebiz_free {
        margin-top: 1rem;
    }
    .noebiz_premimum{
        margin-top:0rem;
    }
    .noebiz_free {
        margin-top: 1.5rem;
    }
}
.liquidity_fx{
    background: var(--tp-common-white);
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .liquidity_fx{
min-height: 350px;
margin-top: 1rem;
    }
}
@media (min-width: 992px) {
    .liquidity_fx{
min-height:850px;
    }
}

.card_heading_fx{
    font-size: 15px;
    font-weight: 500;
}
.card_img_fx{
    height: 100px;
}

.tp-header-main-right-2 {
    display: flex;
    align-items: end;
    justify-content: flex-end; /* Adjust as needed */
}

.tp-header-main-right-hamburger-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}
