.breadCrume{
	padding: 10px 0px;
}
.innerPage{
	padding: 0px
}
.list-inline {
	 padding-left: 0;
	 list-style: none;
}
 .list-inline > li {
	 display: inline-block;
	 margin-left: 2em;
}
 .list-inline > li:first-child {
	 margin-left: 0;
}
 .book {
    cursor: pointer;
    display: block;
    width: 160px;
    float: left;
    height: 220px;
    position: relative;
    background: #fff;
    z-index: 1;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1), 0 9px 20px 0 rgba(0, 0, 0, .25);
    overflow: hidden;
    transition: box-shadow 0.3s linear;
    margin: 0px 5px;
  	margin-bottom: 10px;
    /*/* width: 20%;*/
}
 .book img {
	 width: 100%;
	 height: inherit;
	 transform-origin: 0 50%;
	 transform: rotateY(0);
	 transition: all 0.45s ease;
}
 .book:hover {
	 box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25), 0 9px 20px 0 rgba(0, 0, 0, .45);
}
 .book:hover img {
	 transform: rotateY(-25deg);
	 box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, .2);
}

.book:hover span {
	 transform: rotateY(-25deg);
	 /*box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, .2);*/
}
 .book::after, .book::before {
	 content: '';
	 display: block;
	 width: inherit;
	 height: inherit;
	 position: absolute;
	 z-index: -1;
	 top: 0;
	 background: #fff;
	 border: 1px solid #d9d9d9;
}
 .book::before {
	 left: -3px;
}
 .book::after {
	 left: -6px;
}

.list-inline-cont{
	padding-left: 0px;
}
.book a.relative{
	display: table;
	height: inherit;
}
span.exam-name {
    position: absolute;
    z-index: 2;
    opacity: 1;
    left: 0;
    top: 65%;
    padding: 10px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
	 transform-origin: 0 50%;
	 transform: rotateY(0);
	 transition: all 0.45s ease;
}
.book, .book img, .book::after, .book::before {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.pad-50{
	padding: 5px 50px;
}
.m-h-300{
	min-height: 300px;
}
.v-bg-imp{
	background:#6f54a4; 
}
.qb-options{
	padding: 0px;
	margin:0px;
}
.qb-options li{
	list-style: none;
	width: 100%;
	margin:4px 0px;
	padding:5px;
	background: #f1f1f1
}
.bb-d-1{
border-bottom: 1px dashed #ddd;
}
.solution-txt{
	font-size: 16px;
	font-weight: 500;
	color: #111;
	text-transform: uppercase;
}
.text-solution{
	font-size: 14px;
}
.top-header-cont{
	padding-left: 0px;
	margin:0px;
	display: flex;
	justify-content: space-between;
}
.top-header-cont li{
	list-style: none;
}
.top-header-cont li span{
	width: 20px;
	height: 20px;
	list-style: 20px;
	text-align: center;
	padding: 5px;
	border-radius: 50%;
	background: rgba(0,0,0,0.1);
	cursor: pointer;
}
.top-header-cont li span:hover{
	background: rgba(0,0,0,0.3);

}
.top-header-cont li span i{
	padding: 5px;
}
.top-header-cont :nth-child(2)>span {
  background: transparent;
}
.top-header-cont :nth-child(2)>span:hover {
  background: transparent;
}
.no-resize{
	resize: none;
}
.w-10{
	width: 10%;
	float: left;
}
.w-90{
	width: 90%;
	float: left;
}
.s-c-pick{
	width: 65%;
    height: auto;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15)!important;
    border-radius: 50%!important;
}
.fs14{
	font-size: 14px;
}
.b-color-1{
	color:#757575;
}
.timeReplay{
	display: flex;flex-direction: row;justify-content: space-between;
}
.m-b-15{
	margin-bottom: 15px;
}
.p-t-15{
	padding-top:15px;
}
.adOffer img{
	width: 100%;
}
.adOffer{
	border:1px solid #eee;
}