[data-cattype="212"] .img-listing-c{
    margin: 0;
    padding: 0;
}


[data-cattype="212"] .img-listing-c li{
    list-style-type: none;
    width: 105px;
    height: 105px;
/*    background-color: greenyellow;*/
    display: inline-block;
    margin: 8px;
    
    background-size: cover;
    background-repeat: no-repeat;
    
}

[data-cattype="212"] .link{
    cursor:pointer;
}

[data-cattype="212"] .link.normal-c{
    cursor:auto;
}

/*All About h1 Begin*/

[data-cattype="212"] h1:after {
    content: url(../../../data/ckfinder/images/title_decor_white.png) !important;
    display: block;
    position: relative;
    width: 100%;
    background-color: transparent;
    top: -10px;
    text-align: center;
}

[data-cattype="212"] h1 {
    padding: 0;
    margin: 0;
    text-align: center;
    color: #fff;
}

@media (max-width: 767px) {
    [data-cattype="212"] h1:after {
        top: -3px;
    }
    
    [data-cattype="212"] h1 {
        padding: 0;
    }
    
    [data-cattype="212"] ul{
    font-size: 14px;
    }
}


/*All About h1 Ends*/