.officer-carousel-hidden {
    display:none;
}

@media (min-width:1200px) {
    .msl_organisation_list li:nth-child(3n+4) {
        clear:both;
    }
}

.saveasocietygroups .msl_organisation_list li {
    width: 31%;
    border: 1px solid #d4d4d4;
    background: #fff;
    border-radius: 5px;
    margin: 10px;
    float: left;
    min-height: 450px;
    color:#000;
}

@media (min-width:992px) and (max-width:1200px) {
    .saveasocietygroups .msl_organisation_list li {
        width: 45%;
    }
}


@media (max-width:992px) {
    .saveasocietygroups .msl_organisation_list li {
        width: 95%;
    }
}

.saveasocietygroups .msl-gl-groupname {
    font-weight:bold;
    color:#211C36;
    font-size:24px;
    display: block;
    padding: 0px 20px 0px 20px;
}

.saveasocietygroups .msl-gl-description {
    color:#000 !important;
    padding: 10px 20px 20px 20px;
}

.saveasocimg {
    border-radius:5px;
    width:100%;
    height:auto;
    margin-top:10px !important;
    margin-bottom:10px !important;
    display:block;
}