
.search-wrap {
	position: relative;
}
.search-wrap input {
	width: 100%;
	height: 24px;
	padding: 0 30px 0 8px;
	color: #000;
	line-height: 24px;
	border: 0;
	outline: none;
}
.search-wrap .search-icon {
	position: absolute;
	top: 12px;
	right: 0;
	width: 24px;
	height: 24px;
	text-align: center;
	background: #2d529f;
}
.search-wrap .search-icon i {
	line-height: 24px;
	color: #fff;
}
::-webkit-input-placeholder {
	color: #ccc;
}
.package h4 {
	margin: 20px 0 0;
	font-size: 18px;
	font-weight: 700;
	color: #333;
}
.exam-msg {
	margin-top:20px;
}
.exam-msg li {
	font-size:12px;
}
.exam-type {
	position: relative;
	padding: 10px;
	margin-bottom: 10px;
	background: #e9e9e9;
	box-sizing: border-box;
}
.exam-type .col-md-1 {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translate(0, -50%);
	z-index: 99;
}
.exam-type .book-img {
	text-align: right;
}
.exam-type h4 {
	margin: 10px 0 20px;
	font-size: 18px;
	font-weight: 700px;
	color: #333;
}
.exam-type .price {
	border-bottom: 1px dashed #ccc;
}
.exam-type .price span {
	display: inline-block;
	margin: 0 30px 0 0;
	font-size: 18px;
	font-weight: 700;
	color: #D30303;
}
.exam-type .price a {
	display: inline-block;
}
.add-cart-btn {
	text-align: right;
}
@media(max-width: 992px){
	.exam-type .book-img {
		text-align: center;
	}
	.add-cart-btn {
		text-align: left;
		margin-top: 10px;
	}
}
.related-list li {
	line-height: 30px;
	padding-left: 2px;
	text-align: left;
	border-bottom: 1px dotted #ddd;
}
.related-list li a {
	color: #666;
	padding-left:0;
}
.related-list li a:hover {
	color: #59401b;
}
.related-list li a i {
	margin-right: 5px;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #fff; 
    border-top: 3px solid #59401b;
    border-color: #59401b;
}
.panel-group .panel-heading a {
    color: #333;
    font-weight: 700; 
    text-align: left;
}
.panel-body {
    padding: 0 15px;
}
.content-grid-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
}
.thumb-info img {
	max-width: 200px;
	margin: auto auto;
}
.page-header .breadcrumb.breadcrumb-valign-mid{
	position: static !important;
}
@media (min-width: 992px){
	.page-header-float-breadcrumb .breadcrumb-valign-mid {
		width: 100%;
		text-align: left;
	}
}











