/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
#loading {
	background: url(../images/AjaxLoader.gif) no-repeat;
	display: none;
	height: 32px;
	left: 0;
	margin: 0px auto;
	position: fixed;
	right: 0;
	top: 50%;
	width: 32px;
	z-index: 9999999;
}
body {
	background: #fff url(../images/body-bg.png);
	background-repeat: repeat;
	color: #444;
	font-family: 'Open Sans', sans-serif;
}

a {
	color: #333;
	transition: 0.5s;
}

a:hover, a:active, a:focus {
	color: greenyellow;
	outline: none;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0 0 30px 0;
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
}

/* Back to top button */
.back-to-top {
	position: fixed;
	display: none;
	background: #2c94cc;
	color: #fff;
	padding: 6px 12px 9px 12px;
	font-size: 16px;
	border-radius: 2px;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
}

@media (max-width: 768px) {
	.back-to-top {
		bottom: 15px;
	}
}

.back-to-top:focus {
	background: #2c94cc;
	color: #fff;
	outline: none;
}

.back-to-top:hover {
	background: #0c2e8a;
	color: #fff;
}

.alert{
	margin-bottom:0px;
	border-color:transparent;
	border-radius:0;
}
.alert-info {
	color: #fff;
	background-color:#0f336a;
	border-color:transparent;
	text-align: center;
}
.alert-info p{
	margin-bottom: 0;
}
.close {
	font-size: 22px;
	color: #f4ebeb !important;
	opacity: 0.8;
}
label.error {
	display: block;
	float: left;
	width: 100%;
	clear: both;
	color: #ff0000;
	font-size: 12px;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
	padding: 20px 0;
	background-color: #fafafa;
	min-height: 40px;
}

.breadcrumbs h2 {
	font-size: 24px;
	font-weight: 300;
	margin: 0;
}

@media (max-width: 992px) {
	.breadcrumbs h2 {
		margin: 0 0 10px 0;
	}
}

.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

.breadcrumbs ol li + li {
	padding-left: 10px;
}

.breadcrumbs ol li + li::before {
	display: inline-block;
	padding-right: 10px;
	color: #6c757d;
	content: "/";
}

@media (max-width: 768px) {
	.breadcrumbs .d-flex {
		display: block !important;
	}
	.breadcrumbs ol {
		display: block;
	}
	.breadcrumbs ol li {
		display: inline-block;
	}
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
	background: #fff;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	font-size: 14px;
}

#topbar .contact-info a {
	line-height: 1;
	color: #555;
}

#topbar .contact-info a:hover {
	color: #2c94cc;
}

#topbar .contact-info i {
	color: #2c94cc;
	padding: 4px;
}

#topbar .contact-info .fa-phone {
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #e9e9e9;
}

#topbar .social-links a {
	color: #555;
	padding: 4px 12px;
	display: inline-block;
	line-height: 1px;
	border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
	color: #2c94cc;
}

#topbar .social-links a:first-child {
	border-left: 0;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.nav-menu li {
	position: relative;
	white-space: nowrap;
}

.nav-menu > li {
	float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
	display: block;
}

.nav-menu ul ul {
	top: 0;
	left: 100%;
}

.nav-menu ul li {
	min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
	padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
	content: "\f107";
	position: absolute;
	right: 8px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
	content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
	margin: 0;
}

@media (max-width: 768px) {
	#nav-menu-container {
		display: none;
	}
}

/* Nav Meu Styling */
.nav-menu a {
	padding: 10px 8px;
	text-decoration: none;
	display: inline-block;
	color: #fff;
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	font-size: 14px;
	outline: none;
}

.nav-menu li:hover > a, .nav-menu .menu-active > a {
	color: chartreuse;
}

.nav-menu > li {
	margin-left: 10px;
}

.nav-menu ul {
	margin: 4px 0 0 0;
	padding: 10px;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	background: #fff;
}

.nav-menu ul li {
	transition: 0.3s;
}

.nav-menu ul li a {
	padding: 10px;
	color: #333;
	transition: 0.3s;
	display: block;
	font-size: 13px;
	text-transform: none;
}

.nav-menu ul li:hover > a {
	color: #2c94cc;
}

.nav-menu ul ul {
	margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
	margin: 20px 10px 0 0;
	border: 0;
	background: none;
	font-size: 24px;
	display: none;
	transition: all 0.4s;
	outline: none;
	cursor: pointer;
}

#mobile-nav-toggle i {
	color: #555;
}

@media (max-width: 768px) {
	#mobile-nav-toggle {
		display: inline;
	}
}

/* Mobile Nav Styling */
#mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 18px;
	bottom: 0;
	z-index: 998;
	background: rgba(52, 59, 64, 0.9);
	left: -260px;
	width: 260px;
	overflow-y: auto;
	transition: 0.4s;
}

#mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mobile-nav ul li {
	position: relative;
}

#mobile-nav ul li a {
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	padding: 10px 22px 10px 15px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	outline: none;
}

#mobile-nav ul li a:hover {
	color: #fff;
}

#mobile-nav ul li li {
	padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 15px;
	cursor: pointer;
	color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
	color: #2c94cc;
}

#mobile-nav ul .menu-item-active {
	color: #2c94cc;
}

#mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(52, 59, 64, 0.9);
	display: none;
}

.inputsearch {
	background: #eeeeee;
	padding: 10px;
	border: none;
	float: left;
	font-size: 14px;
	height: 40px;
	width: 100%;
}
.nav-menu .header-search {
	background: none;
	border:none;
	width: 15%;
	vertical-align: middle;
	text-align: center;
	float: left;
	padding: 0;
	height: 40px;
	line-height: 45px;
	width: 60px;
}
.header-search .fa.fa-search {
	color: #fff;
	font-size: 22px;
	line-height: 40px;
}

#mobile-nav a.header-search {
	background: #0f336a;
	width: 15%;
	vertical-align: middle;
	text-align: center;
	float: left;
	padding: 0;
	height: 40px;
	line-height: 45px;
	width: 60px;
}
#mobile-nav #search {
	padding: 0 15px;
}
#mobile-nav .inputsearch{
	width: 165px;
}
/* Mobile Nav body classes */
body.mobile-nav-active {
	overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
	left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
	color: #fff;
}

.openLoginRegister {
	position: relative;
	display: inline-block;
}
.openLoginRegisterContent {
	display: none;
	background: #fff;
	padding: 40px 20px;
	text-align: left;
	width: 300px;
	right: 0;
	position: absolute;
	border-radius: 4px;
	z-index: 999999;
}
.openLoginRegister > a {
	background: #312D2A;
	padding: 10px 20px;
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
	display: block;
	text-align: center;
}
.openLoginRegisterContent .btn {
	display: block;
	margin-bottom: 10px;
	border: 1px solid #312D2A;
}
.openLoginRegisterContent .btn.btn-register{
	background: #312D2A;
	color: #fff;
}
.cart-items-header {
	background: #fff;
	padding: 10px;
	border-radius: 4px;
	margin-left: 5px;
	font-size: 12px;
	color: #333;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	padding: 20px 0;
	height: 106px;
	transition: all 0.5s;
	z-index: 997;
	background: #2c94cc;
	box-shadow: 0px 5px 5px -3px rgba(0, 0, 0,0.6);
}

#services .box {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
}

#services .box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

#services .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

#services .description {
  font-size: 15px;
  color: #555;
}

#services .icon {
  color: #00c292;
}

#header #logo h1 {
	font-size: 42px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}

#header #logo h1 a {
	color: #161513;
	line-height: 1;
	display: inline-block;
}

#header #logo h1 a span {
	color: #2c94cc;
}

#header #logo img {
	padding: 0;
	margin: 0px 0px 0px 0px;
	max-width: 345px; 
	width:82%;
}

@media (max-width: 768px) {
	#header {
		padding: 20px 0;
		height: 124px;
	}
	#header #logo h1 {
		font-size: 34px;
	}
	#header #logo img {
		max-height: 40px;
	}
}
.yellow-nav {
	background-color: olive;
	width: 100%;
}
.yellow-nav ul{
	padding:0;
	margin:0;
	overflow: hidden;
}
.yellow-nav ul li{
	list-style: none;
	float: left;
}
.yellow-nav ul li a{
	color: #fff;
	display: block;
	padding: 10px 20px;
}
.yellow-nav ul li a:hover{
	background: #0f336a;
}
.ui-autocomplete-loading {
	background: #eee url('../images/AjaxLoader.gif') no-repeat center right;
	background-size: contain;
	background-position: 100% 50%;
}
.top-header-search {
	padding: 10px 8px;
	color: #fff;
	cursor: pointer;
}
.top-search-wrapper {
	background: #777;
	display: none;
	padding: 20px;
	position: absolute;
	width: 100%;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
	overflow: hidden;
	padding: 40px 0;
}

/* Sections Header
--------------------------------*/
.section-header {
	margin-bottom: 30px;
	width:100%;
}

.section-header h2,
.section-header h1,
.section-header .heading {
	font-size: 32px;
	color: #161513;
	text-align: left;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	padding-bottom: 20px;
}

.section-header h2::before,
.section-header h1:before,
.section-header .heading:before {
	content: '';
	position: absolute;
	display: block;
	width: 50px;
	height: 3px;
	background: #2c94cc;
	bottom: 0;
	left: 0;
}
.section-header h1 span{
	color: #2c94cc;
}
.section-header p {
	padding: 0;
	margin: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
	padding: 20px 0;
	background-color: #fafafa;
	min-height: 40px;
}

.breadcrumbs h2 {
	font-size: 24px;
	font-weight: 300;
	margin: 0;
}

@media (max-width: 992px) {
	.breadcrumbs h2 {
		margin: 0 0 10px 0;
	}
}

.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

.breadcrumbs ol li + li {
	padding-left: 10px;
}

.breadcrumbs ol li + li::before {
	display: inline-block;
	padding-right: 10px;
	color: #6c757d;
	content: "/";
}

@media (max-width: 768px) {
	.breadcrumbs .d-flex {
		display: block !important;
	}
	.breadcrumbs ol {
		display: block;
	}
	.breadcrumbs ol li {
		display: inline-block;
	}
}
/* Services Section
--------------------------------*/
#services {
	padding: 30px 0 0 0;
}

#services .box {
	padding: 40px;
	margin-bottom: 40px;
	box-shadow: 0px 1px 5px 0px #a1a1a1;
	background: #fff;
	transition: 0.4s;
}

#services .box:hover {
	box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
}

#services .box .icon {
	float: left;
}

#services .box .icon i {
	color: #444;
	font-size: 64px;
	transition: 0.5s;
	line-height: 0;
	margin-top: 34px;
}

#services .box .icon i:before {
	background: #0c2e8a;
	background: linear-gradient(45deg, #2d94cc 0%, #6dbef2 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#services .box .title {
	text-align: center;
	/* margin-left: 100px; */
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 22px;
}

#services .box .title a {
	color: #444;
}

#services .box p {
	font-size: 14px;
	margin-left: 100px;
	margin-bottom: 0;
	line-height: 24px;
}

@media (max-width: 767px) {
	#services .box .box {
		margin-bottom: 20px;
	}
	#services .box .icon {
		float: none;
		text-align: center;
		padding-bottom: 15px;
	}
	#services .box h4, #services .box p {
		margin-left: 0;
		text-align: center;
	}
}



/* Clients Section
--------------------------------*/
.exam-wrapper ul{
	margin:0;
	/* padding:0; */
}
.vendor_heading{
	font-size: 18px;
	font-weight: bold;
	color: #312D2A;
}
.lecture-txt {
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 5px 0;
	color: #olive;
	float: left;
	width: 25%;
	list-style: none;
	text-align: center;
}
.lecture-txt a {
	color: #444;
	font-size: 14px;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
	background: #2c94cc;
	background-size: cover;
	padding: 40px 0;
}

#call-to-action .cta-title {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}

#call-to-action .cta-text {
	color: #fff;
}

@media (min-width: 769px) {
	#call-to-action .cta-btn-container {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
}

#call-to-action .cta-btn {
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 26px;
	border-radius: 3px;
	transition: 0.5s;
	margin: 10px;
	border: 3px solid #fff;
	color: #fff;
}

#call-to-action .cta-btn:hover {
	background: #2c94cc;
	border: 3px solid #2c94cc;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
	padding: 30px 0;
}

#testimonials .testimonial-item {
	background: #fff;
	border:1px solid #ddd; 
	box-sizing: content-box;
	margin: 30px 15px;
	padding: 30px 15px 30px 15px;
	text-align: center;
}

@media (max-width: 767px) {
	#testimonials .testimonial-item {
		margin: 30px 10px;
	}
}

#testimonials .testimonial-item .testimonial-img {
	width: 90px;
	border-radius: 50%;
	border: 4px solid #fff;
	margin: 0 auto;
}

#testimonials .testimonial-item .customer-name {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	color: #111;
}

#testimonials .testimonial-item .dates {
	font-size: 14px;
	color: #999;
	margin: 0;
}

#testimonials .testimonial-item .quote-sign-left {
	margin-top: -15px;
	padding-right: 10px;
	display: inline-block;
	width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
	margin-bottom: -15px;
	padding-left: 10px;
	display: inline-block;
	max-width: 100%;
	width: 37px;
}

#testimonials .testimonial-content p {
	font-style: italic;
	margin: 0 auto 15px auto;
}
#testimonials .owl-nav, #testimonials .owl-dots {
	margin-top: 5px;
	text-align: center;
}

#testimonials .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
}

#testimonials .owl-dot.active {
	background-color: #2c94cc;
}
.avatar{
	display: block;
	text-align: center;
	margin-top: 30px;
}
.avatar p{
    background: #031958;
    border-radius: 50%;
    color: white;
    font-size: 27px;
    font-style: normal;
    font-weight: bold;
    height: 65px;
    margin: 0 auto 15px auto;
    padding: 16px 0px;
    text-align: center;
    width: 65px;
}
.star_rating{
	color: gold;
}


/* Testimonials Section
--------------------------------*/
#main-content{
	background: #eff5f8;
}
#main-content p {
	font-size: 14px;
	font-weight: 400;
	color: ##15970;
}
#main-content h1, 
#main-content h2, 
#main-content h3, 
#main-content h4, 
#main-content h5, 
#main-content h6,
#main-content .heading{
	color: #415970;
	font-size: 1.75rem;
}
#main-content p a,
#main-content p a:hover,
#main-content p a:active,
#main-content p a:focus,
#main-content p a:visited{
	color: greenyellow;
}


.banner-slider img {
    width: 100%;
    height: auto;
    display: block;
}


.home-exam-widget {
	background: #312D2A;
	padding: 10px 0;
	margin-bottom: 10px;
}
.home-exam-widget .heading{
	padding:0 15px;
}
.home-exam-widget h3{
	padding: 0 15px;
}
.home-exam-widget ul {
	padding: 0 15px;
	margin: 0;
	display: inline-block;
	list-style: none;
	width: 49%;
	vertical-align: top;
}
.home-exam-widget ul li a {
	border-bottom: 1px solid #ddd;
	color: #fff;
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
	padding-top: 10px;
	width: 100%;
}
.home-exam-widget ul li a span:nth-child(1) {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	width: 161px;
	text-overflow: ellipsis;
	width: 95px;
}
.dateUpdate {
	color: #2c94cc;
	font-size: 12px;
	float: right;
}
.home-exam-widget p{
	padding: 0 15px;
}

/* Recently Section
--------------------------------*/
.recently ul {
	padding: 0;
	margin: 0;
	display: inline-block;
	list-style: none;
	width: 100%;
}
.recently ul li a {
	border-bottom: 1px solid #ddd;
	color: #444;
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
	padding-top: 10px;
	width: 100%;
}
.recently .examname {
	display: inline-block;
	text-overflow: ellipsis;
	max-width: 170px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
}
.datespan {
	color: #olive;
	font-size: 12px;
}

/* Exam Details
--------------------------------*/
#exam-details{
	background: #2c94cc;
}
.exam-main-heading .heading {
	color: #fff;
	font-size: 2.5rem;
	margin-bottom: 0;
	font-weight: 100;
}
.exam-main-heading p {
	color: #fff;
	font-weight: 100;
}
.exam-main-heading span{
	color: #2c94cc;
}
.exam-product-details{
	padding:0;
	margin:0;
}
.exam-product-details li {
	list-style: none;
	color: #fff;
	font-weight: 100;
	font-size: 16px;
	line-height: 2.1;
}
.exam-product-details li img{
	margin-right: 10px;
}
.exam-product-heading{
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}
.exam-product-price{
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
}
.exam-product-price .main-price {
	color: #fff;
	font-size: 55px;
	line-height: 55px;
}
#cartProduct .new_label{
	color:#fff;
	display: block;
}
.section2-add-cart {
	background: #fff;
	border-radius: 3px;
	border: none;
	color: #333;
	display: inline-block;
	font-size: 20px;
	margin-bottom: 10px;
	padding: 10px;
	width: 70%;
}
.section2-add-cart:hover{
	background:#2c94cc;
	color:#fff;
	cursor:pointer;
}
#exam-notice{
	background: #2c94cc;
	color: #333;
	padding: 15px 0;
	text-align: center;
	font-weight: 100;
	font-size: 20px;
}
#exam-notice span{
	color: #fff;
	font-weight: bold;
}
#product-trust-seal {
	text-align: center;
	font-size: 10px;
}
#product-trust-seal .heading {
	font-size: 18px;
	margin-top: 20px;
}
#why-choose-us{
	background: #f3f3f3;
}
#why-choose-us ul{
	padding:0;
	margin:0;
}
#why-choose-us p{
	margin-bottom: 10px;
}
#related-exams ul {
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
#related-exams ul li {
	list-style: none;
	display: inline-block;
	width:49%;
}
#related-exams ul li a {
	color: #444;
	display: block;
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	text-align: center;
}
#related-exams ul li a:hover{
	background: #2C4A35;
	border:1px solid #2C4A35;
	color: #fff;
}
#vendor-related-exams ul {
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	max-height: 300px;
	overflow-y: scroll;
}
#vendor-related-exams ul li {
	list-style: none;
	display: inline-block;
	width: 33%;
}
#vendor-related-exams ul li a {
	border: 1px solid #ddd;
	padding: 10px 0px;
	display: block;
	margin-bottom: 10px;
	color: #444;
	text-align: center;
	font-size: 12px;
}
#vendor-related-exams ul li a:hover{
	background: #2C4A35;
	color: #fff;
	border:1px solid #2C4A35;
}
.demo-download {
	background: #fff;
	display: block;
	left: 0;
	margin: 0px auto;
	opacity: 1;
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	max-width: 460px;
	z-index: 99999;
	width: 100%;
	padding: 30px;
}
.demo-download .remove {
	background: #000;
	border-radius: 100%;
	color: #fff;
	cursor: pointer;
	height: 50px;
	line-height: 2;
	padding: 10px;
	position: absolute;
	right: 0px;
	text-align: center;
	top: -55px;
	width: 50px;
}
.btn-demo-download {
	background: #2C4A35;
	color: #fff;
	padding: 10px 50px;
	max-width: 235px;
	width: 100%;
}
.btn-demo-download:hover{
	color: #fff;
}
.preorder p{
	font-size: 18px;
	margin-top: 10px;
	/* color: #fff; */
}
.preorder .btn-email{
	background: olive;
	display: block;
	padding: 10px;
	width:100%;
	text-align: center;
	color: #333;
	text-transform: uppercase;
}
.flat-testimonials {
	background: #f2f2f2;
}
.flat-testimonials-in .heading {
	font-size: 40px;
	font-weight: bold;
}
.exam-wrapper {
	background: #fff;
	padding: 10px;
	box-shadow: 0px 1px 5px 0px #a1a1a1;
}
/* FAQS Details
--------------------------------*/
.faqs-tab-action{
	padding:0;
	margin:0;
}
.faqs-tab-action li {
	list-style: none;
}
.faqs-tab-action a {
	border-bottom: 1px solid #ddd;
	display: block;
	padding: 10px 5px;
	cursor: pointer;
}
.faqs-tab-action a.active{
	background: olive;
	color: #fff;
}
.faqs-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.faqs-content ul li {
	color: olive;
}
.faqs-content ul li p{
	color: #444;
}
.faqs-content ul li h2{
	font-size: 24px;
	color: #0f336a;
}
/* Vendors Details
--------------------------------*/
.all-vendor-exams {
	background: #f7f7f7;
	padding: 10px;
	margin-bottom: 20px;
}
.all-vendor-exams ul{
	padding:10px;
	margin:0;
	border:1px solid #0f336a;
	overflow: hidden;
}
.all-vendor-exams ul li {
	list-style: none;
	padding: 10px 5px;
	float: left;
	width:25%;
	text-align: center;
}
.p-name{
	display: block;
}
.vendor-wrapper{
		border: 1px solid #ddd;
		padding: 20px 10px;
		position: relative;
}
.exam-position{
	background: #444;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
    width: 30px;
}
.all-vendor-exams ul li p {
    margin-bottom: 5px;
    font-size: 14px;
    min-height: 65px;
}
span.label-ondemand {
    position: absolute;
    right: 0;
    background: #ff0000;
    color: #fff;
    padding: 10px;
    top: 5px;
    font-size: 9px;
    border-radius: 10px 0px 0px 10px;
}
.btn-detail {
	background: #2c94cc;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	margin-top: 0px;
	padding: 10px 20px;
}
.vendor-wrapper .btn-detail{
	width:100%;
	display: block;
}
.trusted-seal {
	background: #2c94cc;
	color: #fff;
	padding: 10px;
	margin-bottom: 20px;
}
.trusted-seal ul{
	padding: 0;
	margin:0;
}
.trusted-seal ul li{
	list-style: none;
	padding: 15px 0;
}

.trusted-seal img {
	display: inline-block;
	width: 25%;
}
.trusted-seal .heading {
	color: #2c94cc;
	display: inline-block;
	width: 70%;
	font-size: 20px;
	vertical-align: middle;
	line-height: 25px;
	margin: 0;
	padding-left: 20px;
}
.trusted-seal.vendor ul li{
	display: inline-block;
}
.vendor-hot-exam {
	border: 1px solid #0f336a;
	padding: 10px;
	margin-bottom: 20px;
}



.block-heading {
	font-size: 26px;
}
.block-content ul {
	padding:0;
	margin: 0;
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
.block-content ul:nth-child(2n){
	padding-left:10px;
}
.block-content ul li{
	list-style: none;
}
.block-content a {
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 75px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}
.block-content span {
	font-size: 12px;
	color: #olive;
	line-height: 12px;
	vertical-align: middle;
}
.vendor-recently-exam{
	border:1px solid #0f336a;
	padding:10px;
}


/* Login/Register
--------------------------------*/
.user-block{
	background: #f7f7f7;
	padding:20px 50px;
}
.user-block.user-login{
	background: #2c94cc;
	color: #fff;
	height: 100%;
}
.user-login .login-heading{
	color: #fff;
}
.forgot-button,
.updatePassword {
	background: #2c94cc;
	border: none;
	padding: 10px 40px;
	/* margin-top: 10px; */
	text-align: center;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	height: 50px;
	vertical-align: top;
}
.forgot-email {
	padding: 10px;
	height: 50px;
	vertical-align: top;
}
.user-block.user-login p{
	color: #2c94cc;
}
.user-block.user-login a{
	color: #fff;
}
.user-block input[type="email"],
.user-block input[type="password"]{
	border-radius: 0;
}

/**** Member Area ****/
.btn-blue {
	background: #E74F38;
	color: #FFF;
	outline: none;
	padding: 10px 20px;
	width: auto;
}
.btn-blue:hover{
	color: #fff;
}

/* Cart Page
--------------------------------*/
.cart-login-form {
	border: 1px solid #ddd;
	padding: 20px;
}
.login-popup-action{
	margin-top: 10px;
}
.login-popup-action a{
	text-decoration: underline;
	color: #2c94cc;
}
.cart-login-form .button-login {
	background: #2c94cc;
	border: none;
	padding: 10px 50px;
	color: #fff;
	max-width: 280px;
	width: 100%;
}
#payment ul.payment_methods {
	border-bottom: 1px solid #d3ced2;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#payment ul.payment_methods li {
	float: left;
	list-style: none;
	padding: 10px;
	width: 50%;
}
.payment_method{
	background: #ddd;
}

#payment div.payment_box .form-row {
	margin: 0 0 1em;
}
.payment_method_paypal > img {
	max-height: 52px;
	vertical-align: middle;
}
#payment .payment_box.payment_method_paypal.paypal:before, 
#payment .payment_box.payment_method_stripe:before, 
#payment .payment_box.payment_method_paddle.paddle:before,
#payment .payment_box.payment_method_paypalInvoice.paypalInvoice::before {
	content: "";
	display: block;
	border: 1em solid #dfdcde;
	border-top-color: rgb(223, 220, 222);
	border-right-color: rgb(223, 220, 222);
	border-left-color: rgb(223, 220, 222);
	border-top-color: rgb(223, 220, 222);
	border-right-color: rgb(223, 220, 222);
	border-left-color: rgb(223, 220, 222);
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -.75em;
	left: 0;
	margin: -1em 0 0 2em;

}
#payment .payment_box.payment_method_paypal.paypal, 
#payment .payment_box.payment_method_stripe,
#payment .payment_box.payment_method_paddle.paddle,
#payment .payment_box.payment_method_paypalInvoice.paypalInvoice {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	margin: 1em 0;
	font-size: .92em;
	border-radius: 2px;
	line-height: 1.5;
	background-color: #dfdcde;
	color: #515151;
}
#payment div.payment_box p:last-child {
	margin-bottom: 0;
}
.payment-btn-wrapper{
	width:100%;
}
.btn.btn-payment {
	background: #2c94cc;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	max-width: 500px;
	padding: 20px;
	width: 100%;
}
.btn.btn-payment:hover{
	color: #f2f2f2;
}
.woocommerce-privacy-policy-text p{
	font-size: 11px;
	color: #a1a1a1;
}
.switch-field {
	margin-bottom: 36px;
	overflow: hidden;
}

.switch-field input[type="radio"] {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	border: 1px solid rgba(0, 0, 0, 0.2);
    color: #333;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 20px 15px;
    text-align: center;
    width: 28.84%;
}

.switch-field input[type="radio"]:checked + label {
	border:2px solid #0E2B86;
	box-shadow: none;
	color: #0E2B86;
}

.switch-field input[type="radio"].active + label {
	border:2px solid #0E2B86;
	box-shadow: none;
	color: #0E2B86;
}

.slot_msg{
	display: none;
	font-size: 13px;
	color: #333;
}
.popup-bg{
	background-color: rgba(220,220,220,0.85);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
	display: none;
}
.popup-login {
	background: #fff !important;
	position: fixed;
	left: 0;
	right: 0;
	margin: 0px auto;
	max-width: 400px;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	border: 1px solid #ddd;
	padding-bottom: 40px;
	z-index: 9999;
	padding-top: 40px;
}
.popup-login .login-field {
	width: 100%;
	height: 45px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	padding: 10px 10px;
}
.btn-login {
	width: 100%;
	height: 45px;
	background: #2c94cc;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 4px;
}
.btn-login:hover{
	color:#fff;
}
.popup-login .remove {
	text-align: right;
	position: absolute;
	right: 0;
	top: -50px;
}
.popup-login .remove i {
	color: #333;
	text-align: right;
	display: inline-block;
	background: olive;
	height: 40px;
	width: 40px;
	border-radius: 70px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}
.popup-login span.q-a {
	font-family: verdana;
	font-size: 23px;
	font-weight: bold;
	display: block;
	text-align: center;
	margin: 0 !important;
	padding: 0;
}
.popup-login small {
	text-align: center;
	display: block;
}
.popup-login a {
	display: inline-block;
	padding: 10px 0px;
}
.cart-content {
	margin-top: 70px;
}
.cart-product-name h3 {
	display: inline-block;
	width: 86%;
}
.cart-sidebar {
	padding: 30px 15px;
	margin-bottom: 10px;
}
.cart-product-name {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}
.cart-product-name h3{
	margin-bottom: 5px;
}
.fillDataBottom strong{
	color: olive;
	font-size: 20px;
}
.cart-content hr{
	background: #ccc;
}
/* All Venfor
--------------------------------*/
.prod-items.prod-tb{
	float: left;
	width: 33.33%;
	padding: 10px;
}
.prodtb-i{
	border:1px solid #ddd;
	padding: 10px;
}
.prodtb-i-ttl{
	color: olive;
	font-size: 20px;
}

.prodtb-i a{
	color: #444;
	display: block;
}
.prodtb-i:hover{
	background: #2c94cc;
}
.prodtb-i:hover .prodtb-i-ttl{
	color: #fff;
}
.prodtb-i:hover a{
	color: #fff;
}
/* certs page
--------------------------------*/
#certs-bg-content{
	background: #ddd;
}
.popular-certifications ul{
	padding: 0;
	margin:0;
}
.popular-certifications ul li{
	list-style: none;
}
.pop-certification{
	position: relative;
	padding-left: 25px;
}
.pop-certification:before{
	
	background: url(../images/li-pic.png) no-repeat;
	content: "";
	height: 27px;
	left:0;
	position: absolute;
	top:45%;
	transform: translateY(-40%);
	-webkit-transform: translateY(-40%);
	width: 27px;
}

/* Order Confirmation page
--------------------------------*/
.act-info{
	border: 1px solid #dddddd;
    padding: 45px 35px;
}
.act-info p {
    margin-bottom: 20px;
}
.ConfirmOrder_area{
	margin-bottom: 30px;
}



































/* Footer Section
--------------------------------*/
footer{
	background: #2c94cc;
	padding:30px 0;
}
footer p{
	color: #fff;
	font-size: 12px;
}
.footer-heading {
	display: block;
	color: #FBF9F8;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
footer ul{
	padding:0;
	margin:0;
	list-style: none;
}
footer ul li a{
	display: block;
	color: #fff;
}

.dumpsCookies {
	background: #333;
	border: 1px solid #000;
	bottom: 0;
	color: #ffffff;
	display: none;
	height: 240px;
	max-width: 300px;
	padding: 15px;
	position: fixed;
	right: 15px;
	top: 15px;
	width: 100%;
	z-index: 999999999999;
}
.dumpsCookies #allowDumpsCookies {
    cursor: pointer;
    display: block;
    text-align: right;
}
.copyrights-wrapper {
	padding: 25px;
	text-align: center;
	line-height: 10px;
	font-size: 12px;
}
.copyrights-wrapper p{
	margin:0;
}
/********************Cart Page *****************************************/
.no-pad {
    padding: 0 !important;
}
.woocommerce-privacy-policy-text {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}
#payment ul.payment_methods li {
	background: #ebe9eb;
	font-weight: 400;
	line-height: 2;
	list-style: none outside;
	margin-bottom: 10px;
	padding: 10px;
	text-align: left;
}
.cart-page-notice{
	color:#FF0000; 
	display:block
	font-size:x-large; 
	height:200px;
	text-align:center;
}
.checkout-payment{
	margin-top: 30px;
}
.checkout-payment .payment-title{
	display: block;
	margin-top: 10px;
	font-size: 18px;
}
#payment .payment_box.payment_method_paypal.paypal::before, 
#payment .payment_box.payment_method_paddle_2.stripe::before, 
#payment .payment_box.payment_method_paddle.paddle::before {
	content: "";
	display: block;
	border: 1em solid #dfdcde;
	border-top-color: rgb(223, 220, 222);
	border-right-color: rgb(223, 220, 222);
	border-left-color: rgb(223, 220, 222);
	border-top-color: rgb(223, 220, 222);
	border-right-color: rgb(223, 220, 222);
	border-left-color: rgb(223, 220, 222);
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -.75em;
	left: 0;
	margin: -1em 0 0 2em;
}
#payment .payment_box.payment_method_paypal.paypal, 
#payment .payment_box.payment_method_paddle_2.stripe,
#payment .payment_box.payment_method_paddle.paddle {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	margin: 1em 0;
	font-size: .92em;
	border-radius: 2px;
	line-height: 1.5;
	background-color: #dfdcde;
	color: #515151;
}
.paddle_button.btn.btn-info {
	color: #fff;
	text-decoration: none;
}
.popup {
	height: auto;
	background-color:rgba(220,220,220,0.85);
	left: 0;
	padding-bottom: 52px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1500;
}
.popup-bg {
	//background: #000 none repeat scroll 0 0;
	background-color:rgba(220,220,220,0.85);
	height: 100%;
	left: 0;
	//opacity: 0.7;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}
#payment div.payment_box .form-row {
	margin: 0 0 1em;
}
#payment .place-order {
	padding: 1em 0;
	text-align: center;
}
.payment_method_paypal > img {
	max-height: 52px;
	vertical-align: middle;
}
.form-row place-order{
	display:block;
}

#payment div.payment_box p:last-child {
	margin-bottom: 0;
}
.back-home a:hover {
	color: #0183df;
}
.container input[type="radio"] {
	position: relative;
	opacity: 1;
	cursor: none;
}
.finalcartcss select{
	background-image:none !important;
}
.popups {
	height: auto;
	background-color: rgba(220,220,220,0.85);
	padding-bottom: 52px;
}
.secure_checkout {
	font-size: 40px !important;
	max-width: 370px;
	padding: 20px !important;
	width: 100%;
}

/************* Stripe Payment Method Style ****************************/
.stripe-payment-wrapper {
	background-color: #FFF;
	border-radius: 5px;
	border: 1px solid #d5d1d1;
	box-shadow: 0 12px 30px 0 rgba(0,0,0,.5),inset 0 1px 0 0 hsla(0,0%,100%,.65);
	font-size: 13px;
	height: auto;
	margin-top: 30px;
	margin: 0px auto;
	width: 342px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
#custom-stripe{
	background-color: rgba(220,220,220,0.85);
	height: 100%;
	left: 0;
	padding-bottom: 52px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1500;
}
.Header-logoImage {
	background: url(../stripe.png) !important;
	height: 66px !important;
	width: 66px !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
}
.stripe-input-wrapper{
	padding: 30px;
}
/**
* The CSS shown here will not be introduced in the Quickstart guide, but shows
* how you can use CSS to style your Element's container.
*/
.StripeElement {
    background-color: white;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    box-sizing: border-box;
    height: 40px;
    margin-bottom: 10px;
    padding: 10px 12px;
    transition: box-shadow 150ms ease;
    -webkit-transition: box-shadow 150ms ease;
    width:100%;
}
.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}
.token {
    color: #32325d;
    font-family: 'Source Code Pro', monospace;
    font-weight: 500;
}

#stripe-token-handler {
    position: absolute;
    top: 0;
    left: 25%;
    right: 25%;
    padding: 20px 30px;
    border-radius: 0 0 4px 4px;
    box-sizing: border-box;
    box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1),
    0 15px 35px rgba(50, 50, 93, 0.15),
    0 5px 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    transform: translateY(0);
    opacity: 1;
    background-color: white;
}

#stripe-token-handler.is-hidden {
    opacity: 0;
    transform: translateY(-80px);
}
.stripe-payment-wrapper .Header {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: block;
    position: relative;
    padding: 12px 36px;
    text-align: center;
    background-color: #e8e9eb;
}

.stripe-payment-wrapper .Header-logo {
    position: relative;
    margin-bottom: 6px;
    height: 35px;
}

.stripe-payment-wrapper .Header-logoWrap {
    position: absolute;
    top: -38px;
    right: 0;
    left: 0;
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

.stripe-payment-wrapper .Header-logoBevel {
    border: 1px solid rgba(0,0,0,.2);
    width: 64px;
    height: 64px;
    border-radius: 100%;
    box-shadow: inset 0 1px 0 0 hsla(0,0%,100%,.1);
    position: absolute;
    top: 3px;
    left: 3px;
}

.stripe-payment-wrapper .Header-logoBorder {
    border: 3px solid #fff;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    box-shadow: 0 0 0 1px rgba(0,0,0,.18),0 2px 2px 0 rgba(0,0,0,.08);
    position: absolute;
    top: 0;
    left: 0;
}

.stripe-payment-wrapper .Header-logoImage {
    width: 64px;
    height: 64px;
    margin: 3px;
    border-radius: 100%;
    background: #fff;
	background-position-x: 0%;
	background-position-y: 0%;
	background-image: none;
	background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-image: none;
    background-size: auto;
    background-position: 50% 50%;
    background-size: cover;
    display: inline-block;
}

.stripe-payment-wrapper .Header-companyName.u-textTruncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
    font-weight: 700;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

.stripe-payment-wrapper .Header-purchaseDescription.u-textTruncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    font-weight: 500;
    color: #5b5b65;
    text-shadow: 0 1px 0 #fff;
    padding-bottom: 6px;
}

.stripe-payment-wrapper .Header {
    text-align: center;
}
.stripe-payment-wrapper .Header-loggedInBar::before {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    top: -1px;
    background-image: radial-gradient(circle,rgba(0,0,0,.07),transparent);
}
.stripe-payment-wrapper .Header-loggedInBar {
    height: 1px;
    background-image: radial-gradient(circle,hsla(0,0%,100%,.31),hsla(0,0%,100%,0));
    margin-bottom: 6px;
}
.stripe-payment-wrapper .Header-loggedInEmail {
    max-width: 100%;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    color: #919199;
    text-shadow: 0 1px 0 hsla(0,0%,100%,.4);
    vertical-align: top;
}
.stripe-payment-wrapper #card-button{
	position: relative;
    border-radius: 4px;
    border:none;
    background-color: #3ea8e5;
    background-image: linear-gradient(-180deg,#44b1e8,#3098de);
    box-shadow: 0 1px 0 0 rgba(46,86,153,.15),inset 0 1px 0 0 rgba(46,86,153,.1),inset 0 -1px 0 0 rgba(46,86,153,.4);
    font-size: 17px;
    line-height: 21px;
    height: 37px;
    font-weight: 700;
    text-shadow: 0 -1px 0 rgba(0,0,0,.12);
    color: #fff;
    cursor: pointer;
    transition: all .2s ease-in-out;
    width:100%;
}
.stripe-payment-wrapper #card-button::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;       
    border: 1px solid rgba(46,86,153,.1);
    border-radius: inherit;
}
.stripe-payment-wrapper .remove{
	background: #a1a1a1;
	border-radius: 100%;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: larger;
	height: 30px;
	line-height: 30px;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: -35px;
	width: 30px;
	z-index: 99999;
}

@media only screen and (max-width: 768px){
	.block-content a{
		max-width: 235px;
	}
}
@media only screen and (max-width: 767px){
	.switch-field label{
		width:100%;
	}
	.prod-items.prod-tb{
		width: 100%;
	}
	#vendor-related-exams ul{
		width:100%;
	}
	#vendor-related-exams ul li{
		width:49%;
	}
	.block-content a{
		width: 65px;
	}
	.openLoginRegister > a{
		padding: 10px 10px;
	}
	.cart-items-header {
		padding: 10px 5px;
		font-size: 10px;
	}
	#header #logo img{
		width:100%;
		height: auto;
	}
	.openLoginRegisterContent {
		display: none;
		background: #fff;
		padding: 40px 20px;
		text-align: left;
		width: 250px;
		right: 0;
		position: absolute;
		border-radius: 4px;
		left: 0;
		z-index: 999999;
		border: 1px solid #ddd;
	}
	.lecture-txt{
		width:50%;
	}
	.home-exam-widget ul li a span:nth-child(1){
		width:80px;
	}
	section.vendor-wrapper{
		padding:0;
	}
	.all-vendor-exams{
		padding:0;
	}
	.all-vendor-exams ul li{
		width:100%;
	}
	#mobile-nav .top-header-search{
		display: none;
	}
}

.bottom-header{
	background-color: #2c94cc;
}
.bottom-header ul{
	padding:0;
	margin:0;
}
.bottom-header-content{
	position: relative;
}
.bottom-header-content a {
	background: #fff;
	display: block;
	padding: 10px;
	border-radius: 10px;
	font-size: 13px;
	text-align: center;
	margin:10px 0;
	font-weight: bold;
}
.bottom-header-content .owl-nav {
	position: absolute;
	top: 20%;
	transform: translateY(-20%);
	width: 100%;
}
.bottom-header-content .owl-next{
	position: absolute;
	right:0;
	height: 30px;
	background: #2c94cc !important;
	display: block;
	width: 30px;
	top: 0;
	border-radius: 50px;
}
.bottom-header-content .owl-next span{
	color: #fff;
	font-weight: bold;
}
.bottom-header-content .owl-prev {
	position: absolute;
	left: 0;
	height: 30px;
	background: #2c94cc !important;
	display: block;
	width: 30px;
	top: 0;
	border-radius: 50px;
}

.all-certification-exams {
	background: #f7f7f7;
	padding: 10px;
	margin-bottom: 20px;
}
.all-certification-exams ul li{
	list-style: none;
	padding: 10px;
	float: left;
	width: 100%;
}
.all-certification-exams ul{
	padding:10px;
	margin:0;
	border:1px solid #0f336a;
	overflow: hidden;
}
.all-vendor-exams,
.sap-vendor-certs {
	background: #f7f7f7;
	padding: 10px;
	margin-bottom: 20px;
}


/************* Pre Exam Page ****************************/
.exam-details{
	margin-bottom: 20px;
}
.exam-meta-info{
	margin-bottom: 5px;
	display: flex;
}
.prod-table-1{
	background: #555;
	color: #fff;
	width:30%;
	padding:10px;
}
.prod-table-2 {
	background: #2c94cc;
	color: #fff;
	font-weight: 900;
	padding: 10px;
	width: 70%;
}
.exam-meta-details {
	background: #000;
	color: #fff;
	line-height: 1;
	padding: 10px;
	vertical-align: middle;
	margin-bottom: 10px;
}
.goto_exam{
	text-align: center;
}
.btn-next-screen{
	background:  #2c94cc;
	color: #fff;
	display: inline-block;
}
.btn-next-screen span{
	color: #2c94cc;
}
.btn-next-screen:hover{
	color: #fff !important;
}
.btn-custom {
	background: #ddd;
	padding: 10px !important;
	border-radius: 5px !important;
	border: 1px solid;
	color: #fff !important;
}
.blue {
	background: #005e9b;
	border-color: #005e9b;
}
.orange {
	background: #f16126;
	border-color: #f16126;
}
.green{
	background: #2c94cc;
	border-color: #2c94cc;
	color: #fff;
}
.demobuttonWrapper {
	text-align: right;
	margin-bottom: 10px;
}
.black{
	background: #000;
	border-color: #000;
	color: #fff;
}
.red{
	background: #ff0000;
	border:1px solid #ff0000;
	color: #fff;
}
.btn-demo {
	background: #000;
	color: #fff;
	border: 1px solid #000;
	border-radius: 5px;
	padding: 5px;
}
.btn.red:hover,
.btn.green:hover,
.btn.black:hover{
	color: #fff;
}
.exam-ratings {
	display: inline-block;
	border-left: 3px solid #ddd;
	padding-left: 5px;
	color: gold;
	line-height: 1;
}
.customerfeedback {
	color: #000;
	display: inline-block;
}
.customerfeedback span{
	color: #002060;
	font-weight: bold;
}
.customerfeedback i{
	color: #2c94cc;
}
.customerfeedback.blinkMe i{
	animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

#exam-details .card {
	border:none;
	padding: 10px;
}

#exam-details .card::after {
	position: absolute;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#exam-details .card:hover {


	transform: scale(1.02, 1.02);
	-webkit-transform: scale(1.02, 1.02);
	backface-visibility: hidden; 
	will-change: transform;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.75) !important;
}

#exam-details .card:hover::after {
	opacity: 1;
}

#exam-details .card:hover .btn-outline-primary{
	color:white;
	background:#007bff;
}
