.container{
    max-width: 100% !important;
}
.nav-items-container{
    margin-left: auto;
}
.category_banner {
    background: url(/express-img/optimize-imgs/clientpage-background.webp) center center / cover no-repeat;
    color: rgb(255, 255, 255);
    padding: 10px;
    height: 50vh;
    max-width: 100vw;
    
}
.category_banner {
    margin-top: 60px;
    padding: 30px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: regular_medium;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category_bannertext, .our-clients-wrap {
    width: 65%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: regular_medium;
}
.our-cliets-desc{
    font-family: regular_medium;
}
.category_bannertext h1 {
    font-size: 2.5em;
    text-transform: uppercase;
    font-family: regular_bold;
}

.category_bannertext p {
    line-height: 30px;
    color: #fff;
    font-family: regular_medium;
}
.our-clients-wrap{
    padding: 40px 0;
    text-align: center;
}
.our-clients-wrap h1, .some-of-esteemed-css{
    color: #1C5E7D;
    font-family: regular_bold !important;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;

}
.clients-img-inner-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.single-client-img-item-wrap{
    width: 236px;
    height: 152px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F8F8F8;

}
.btns-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: start;
    align-items: center;
}
.single-client-img-item-wrap img{
    object-fit: contain;
    min-height: 63%;
}
.btns-wrap button{
    color: #1C5E7D;
    font-family: regular_bold;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    background: #F8F8F8;
    border: 1px solid transparent;
    padding: 10px;
    outline: none;
    border-radius: 8px;
}
.active-letter{
    background-color: #1C5E7D !important;
    color: #fff !important;
    padding: 10px;
}
.opps-msg{
    font-family: regular_medium;
    font-size: 16px;
}

.referral-partners-wrapper{
    margin-top: 3rem;
    padding-left: 1rem;
}

.referral-partners-wrapper > h3{
    font-size: 18px;
}

@media(max-width:678px){
    .category_bannertext h1{
        font-size: 25px;
    }
    .category_bannertext p{
        font-size: 14px;
        line-height: 25px;
    }
    .clients-img-inner-wrap {
        gap: 2rem;
    }
    .single-client-img-item-wrap{
        width: 200px;
        height: 116px;
        margin-right: auto;
        margin-left: auto;
    }
    .category_bannertext, .our-clients-wrap{
        width: 90%;
    }
    .category_banner {
        height: auto;
        padding: 30px 20px;
    }
}

@media screen and (min-width:679px) and (max-width:959px){
    .category_bannertext, .our-clients-wrap{
        width: 100%;
    }
    .our-clients-wrap{
        padding: 50px 10px;
    }
    /* .clients-img-inner-wrap {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 4px;
    } */
    /* .single-client-img-item-wrap {
        padding: 6px;
    } */
    .single-client-img-item-wrap img{
        max-width: 70%;
    }
    /* .clients-img-inner-wrap{
        margin-top: 0 !important;
    } */
    .btns-wrap button{
        font-size: 14px;
        border-radius: 6px;
    }
}
@media screen and (min-width: 1080px) and (max-width:1359px) {
    .btns-wrap button{
        font-size: 14px;
        padding: 6px;
    }
}


@media(max-width:576px){ 
.referral-partners-wrapper ul li{
    font-size: 15px;
}

}