.option__img {
    width: 26px;
    padding: px;
    border: solid 1px rgba(0,0,0,.0);
    border-radius: 3px;
    pointer-events: none;
    transition: all ease-in-out .15s;
}.ldev-question-gallery-item {
    display: inline-block;
    margin: 0 5px 5px 0;
    text-align: center;
    /* padding: 5px; */
}
.owl-wrapper-outer {
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 22px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
}.breadcrumb {
    padding: 18px 15px;
    margin-bottom: 20px;
    list-style: none;
    background: #f5f5f5;
    border-radius: 4px;