




/*searching term advanced darkside*/
.search-sec{
    padding: 2rem;
    background-image: url(../img/bg-res.jpg)
}
.search-slt{
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: calc(3rem + 2px) !important;
    border-radius:0;
}
.wrn-btn{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: calc(3rem + 2px) !important;
    border-radius:0;
    background: #3bb34a !important;
    color: #fff !important;
}


/*card css for products */
.books-section .c-body{
    
}
.circle{
    border-radius: 100%;
    color: #ccc;
}
.bt{
    border: none!important;
    background: #fff;
}
.bt:hover{
    border: none!important;
    background: #fff;
}
.books-section .card img{
    box-shadow: 5px 5px rgba(30, 30, 30, 0.115)
}
/*pagination*/



/*other details below the the line*/
.card-btn{
    background: #3bb34a;
}

.r-author{
    color: #325ca4;
}
.r-title{
    color: #325ca4;
}