/*top*/
.top {
	width: 100%;
	height: 40px;
	background: #333;
}
.top .float-right {
	float: right;
	color: #fff;
}
.top .float-right span {
	display: inline-block;
	margin-right: 30px;
	vertical-align: top;
	line-height: 40px;
}
.top .float-right .search {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 24px;
	margin: 8px 30px 0 0;
}
.top .float-right .search input {
	width: 100%;
	height: 24px;
	padding: 0 30px 0 8px;
	color: #000;
	line-height: 24px;
	border: 0;
	outline: none;
}
.top .float-right .search .search-icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	text-align: center;
	background: #89b837;
}
.top .float-right .search .search-icon i {
	line-height: 24px;
	color: #fff;
}
::-webkit-input-placeholder {
	color: #ccc;
}
/*header*/
html.sticky-header-enabled #header.header-semi-transparent .header-body {
	position: static;
}

.breadcrumb {
	background: #282828;
	text-align: left;
}
.breadcrumb>.active {
	color: #ccc;
}
.exam-msg {
	margin:0;
}
.exam-msg li {
	padding: 0 15px;
	text-align: left;
	line-height: 22px;
	color: #ccc;
}
.exam-msg li b {
	margin-right: 5px;
	font-weight: normal;
	color:#89b837;
}
.exam-wrapper {
	position: relative;
	border: 1px solid #ddd;
}
@media(max-width: 991px){
	.exam-wrapper {
		margin-bottom: 50px;
	}
}
.exam-wrapper h1 {
	position: absolute;
	top: -20px;
	left: 50%;
	width: 100%;
	height: 40px;
	margin: 0;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	transform: translate(-50%, 0);
}
.exam-wrapper h1 span {
	display: inline-block;
	height: 40px;
	padding: 0 15px;
	background: #10bbe0;
}
.exam-wrapper .ullist {
	padding-top: 40px;
}
.exam-wrapper .ullist li {
	text-align: center;
	line-height: 30px;
	border-bottom: 1px dotted #ddd;
}
.exam-wrapper .ullist li i {
	color: #10bbe0;
}
.exam-wrapper .text-engine li i {
	color: #de1f26;
} 
.exam-wrapper .ullist li:last-child a {
	font-size: 18px;
	text-decoration: underline;
}
.exam-wrapper p {
	font-size: 24px;
	font-weight: 700;
	line-height: 40px;
	color: #333;
	text-align: center;
}
.exam-wrapper .add-to-cart {
	margin: 0 auto 30px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.exam-wrapper .add-to-cart:hover {
	text-decoration: none;
}
.exam-wrapper .add-center:hover {
	background: #e0393f !important;
}
.choose-to-buy, .exam-details {
	padding: 20px;
	border: 1px solid #ddd;
	border-left: 3px solid #89b837;
}
.choose-to-buy h3 {
	margin-bottom: 10px;
	font-size: 18px;
	text-transform: none;
}
.choose-to-buy label {
	margin-right: 30px;
}
.choose-to-buy label i {
	color: #89b837;
}
.related-list li {
	padding:5px 0 5px 15px;
	text-align: left;
	border-bottom: 1px dotted #ddd;
}
.related-list li a {
	color: #666;
}
.related-list li a:hover {
	color: #10bbe0;
}
.related-list li a i {
	margin-right: 5px;
}
.related-list li .fa {
	color: #0088cc;
    border-color: #0088cc;
}
