/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.ashique-wp-reel-slider-flex-wrapper{
    overflow: hidden;
}
.ashique-wp-reel-slider-flex-wrapper .ashique-custom-card-item{
    float: left;
    margin-left: 20px;
}
.ashique-wp-reel-slider-flex-wrapper .ashique-custom-card-item .ashique-image-anchor{
    display: block;
}

/* Common css */
.dis-block{
    display: block;
}
.no-uderline-anchor{
    text-decoration: none;
}
.black-text{
    color: #000;
}