.ismobileapp .header-part.zohodark-bg a.logo {
  background-image:var(--zoho-logo-web)
}
.zos-ios.ismobileapp .socl-signup,
.zos-mac.ismobileapp .socl-signup, .zos-ios.ismobileapp .socl-signup {
  display:none !important
}
.ismobileapp .signup-form {
  margin:0 auto
}
.ismobileapp .zw-only-copyright {
  left:0 !important
}

.zwc-brand-section {
    position: relative;
    z-index: 1;
    margin-top: 30px
}

.zwc-brand-section .zwc-brand-main h2 {
   text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
}

.zwc-brand-section ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0px auto;
    background: rgb(255, 255, 255);
    border-radius: 8px;
}

.zwc-brand-section ul li {
    width: 140px;
    height: 60px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    margin-inline: 8px;
    margin-block: 8px;
}

.zwc-brand-section ul li span {
    display: block;
    background-repeat: no-repeat;
    position: relative;
    margin: 0 auto;
}

.zwc-brand-section ul li span.zwc-signature-logo {
    background-image: url(/sites/zweb/images/otherbrandlogos/signature-bank.png);
    width: 115px;
    background-size: 115px;
    height: 54px;
}

.zwc-brand-section ul li span.zwc-creative-logo {
    background-image: url(/sites/zweb/images/otherbrandlogos/creativezone.svg);
    width: 115px;
    background-size: 115px;
    height: 20px;
}


.zwc-brand-section ul li span.zwc-dova-logo {
    background-image: url(/sites/zweb/images/otherbrandlogos/drova.png);
    width: 100px;
    background-size: 100px;
    height: 24px;
}

.zwc-brand-section ul li span.zwc-mahindra-logo {
    background-image: url(/sites/zweb/images/otherbrandlogos/mahindra-rise.png);
    width: 120px;
    height: 20px;
    background-size: 120px;
}

.zwc-brand-section ul li span.zwc-zee5-logo {
    background-image: url(/sites/zweb/images/otherbrandlogos/zee5-white.svg);
    width: 45px;
    height: 50px;
    background-size: 45px;
    filter: drop-shadow(2px 1px 11px #d6d6d6);
}

.zwc-brand-section ul li span.zwc-kfintech-logo {
    background-image: url(/sites/zweb/images/otherbrandlogos/kfintech.svg);
    width: 115px;
    height: 24px;
    background-size: 115px;
}

.zws-testimonial-author-company{
   display:block;
    font-size: 14px;
    letter-spacing: -0.24px;
    line-height: 1.3;
}

/*Other lang Css Starts*/
.i18n-fr h3 {
    font: 25px/1.3 Zoho_Puvi_SemiBold;
}

.i18n-pt-br h3 {
    font: 20px/1.3 Zoho_Puvi_SemiBold;
}
/*Other lang Css Ends*/
