/*
Theme Name:     Bankio
Theme URI:      
Text Domain: 	Bankio
*/


.breadcrumb-area-bg {
    background-position: center;
}

.thecontent p {
    margin-bottom: 1rem;
}

.cards-deails-content-box ul,
.text ul {
    list-style: square;
    margin-top: 1rem;
}

.cards-deails-content-box ul li,
.text ul li {
    margin-bottom: 1rem;
    list-style: square;
    margin-left: 1rem;
}

.text h2,
.text h1,
.text h3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.account-style1-area {
    background-color: #F7F1EB;
}

.single-account-box-style1 .img-holder {

    background-color: snow;
}

.single-account-box-style1 .img-holder img {
    mix-blend-mode: unset;
}


.header-logon-box {
    position: relative;
    display: flex;
    padding-left: 55px;
    min-height: 45px;
    margin-left: 30px;
    justify-content: center;
    align-items: center;
}

.header-logon-box a {
    color: #fff;
    font-weight: 6000;
    background: #3A3030;
    padding: 0.65rem;
    border-radius: 10px;
}








.right-side{
    display: inline-flex;
    gap: 10px;
    justify-content: start;
}

.gt_switcher-popup{
    color: #fff;
}




@media only screen and (max-width: 425px) {
    .main-menu-style2 .main-menu__wrapper-inner {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding-top: 2rem;
    }
}