.cw_moduleLink{
    display: inline-block;
    width: 90px;
    height: 90px
}
.cw_moduleLink img{
    width: 100%;
    height: 100%;
    display: inline-block
}
.cw_module_widget {
    display: flex;
}
.cw_module_widget br{
    display: none
}
.cw_module_widget .ContentBox__indexIcon {
    line-height: normal;
    display: flex;
    justify-content: center;
}
@media only screen and (max-width: 768px){
    .cw_module_widget{
        flex-direction: column
    }
    .cw_module_widget .ContentBox__boxThree{
        width: 100%;
    } 
}

.commonStyle__zt3BrandBg {
    background-color: #0db14b;
}
.Button__footerBtn:hover {
    background: #0db14b;
}
.Icon__brand, .Icon__hoverbrand:hover, .commonStyle__zt3Brand, .NoContent__title, .NoContent__title {
    color: #0db14b;
}
.SearchContainer__downArrow {
    border-top-color: #0db14b;
}
.commonStyle__zt3BrandBorder {
    border-color: #0db14b;
}
.cw_whatsapp_img_part{
    display: inline-block;
    width: 65px;
    height: 65px;
    cursor: pointer
}
.cw_whatsapp_img{
    width: 100%;
    height: 100%
}
.AppContainer__arrowShow{
  bottom:30%
}
.cw_fixed_icon_container{
    position: fixed;
    display:inline-flex;
    flex-direction: column-reverse;
    bottom: 80px;
    right: 10px;
    z-index: 1
}
