/********** Template CSS **********/
.head-brand span{
	font-family: tahoma;
	font-weight: 600;
	text-transform: capitalize;
}
.service-item p{
    text-transform: capitalize;
}

/* .special-book .w-90:hover{
		animation: border-dance 15s infinite linear;
		background: linear-gradient(90deg, #060606 50%, transparent 50%), linear-gradient(90deg, black 50%, transparent 50%), linear-gradient(0deg, black 50%, transparent 50%), linear-gradient(0deg, black 50%, transparent 50%);
		background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
		background-size: 16px 4px, 16px 4px, 4px 16px, 4px 16px;
		background-position: 0% 0%, 100% 100%, 0% 100%, 100% 0px;
		transition: all 500ms linear 0ms;
		animation-duration: 9s;
		
	}
  
	@keyframes border-dance {
		0% {
			background-position: 0px 0px, 100% 100%, 0px 100%, 100% 0px;
		}
		100% {
			background-position: 50% 0px, 40% 100%, 0px 00%, 100% 50%;
		}
	  } */

@media (max-width:575.75px) {
	.navbar-light .navbar-brand{
		display: flex;
	}

	.head-brand span{
		margin: auto;
		padding: 0px 0px 0px 5px;
	}
	.digitalIconPatch>div {
		width: 100px;
		height: 100px;
		
		left: -7%;
		bottom: -28px;	
		
	}
	.digitalIconPatch>div>img {
		height: 53%;
		position: absolute;
		top: 12%;
		left: 24%;
	}
}


@media screen and (min-width: 325px) and (max-width: 430px) {
  ._table_cell .data {
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin: 10px 0px 34px 0px;
  }
	.owl-stage {
    text-align: center;
    height: 367px;
	}
	.quick-search

 	{
    position: relative;
    width: 80%;
    margin: 10px 0 10px 0;
	}

	#book_filtes, #chap_filtes {
       margin: 15px 0 0 0px;
}

.book-container{
	margin: 35px 0 0 0px;
}
.book {
       
        margin: 10px 2px;
        z-index: 999;
}
.sticky-top

 {
    position: sticky;
    top: 0;
    z-index: 1111111;
}
.quick-search .qSearch {
    display: inline-block;
    margin-left: 8px;
    transition: all 0.3s ease;
}


}


/* Mobile: hide input initially */
@media (max-width: 768px) {
    .quick-search .qSearch {
        display: none;
    }

    .quick-search.active .qSearch {
        display: inline-block;
    }
}

li .book{
	    background: antiquewhite;
    box-shadow: 3px -1px 0px 0px;
}
li .book :hover{
	    background: antiquewhite;
    box-shadow: 3px -1px 0px 1px;
}