@font-face {
    font-family: 'Open Sans';
    src: url('../font/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 300; /* You can adjust the font weight as needed */
    /* Add similar blocks for other font weights (300, 600, 700, 800) */
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../font/Open_Sans/static/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400; /* You can adjust the font weight as needed */
    /* Add similar blocks for other font weights (300, 600, 700, 800) */
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../font/Open_Sans/static/OpenSans-Regular.ttf') format('truetype');
    font-weight: 600; /* You can adjust the font weight as needed */
    /* Add similar blocks for other font weights (300, 600, 700, 800) */
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../font/Open_Sans/static/OpenSans_Condensed-SemiBold.ttf') format('truetype');
    font-weight: 700; /* You can adjust the font weight as needed */
    /* Add similar blocks for other font weights (300, 600, 700, 800) */
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../font/Open_Sans/static/OpenSans_SemiCondensed-Bold.ttf') format('truetype');
    font-weight: 800; /* You can adjust the font weight as needed */
    /* Add similar blocks for other font weights (300, 600, 700, 800) */
    font-display: swap;
}

/*--------------------------------------------------------------
# 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 {
	color: #282f37;
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}

a {
	color: #282f37;
	transition: 0.5s;
}

a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
}

p {
	padding: 0;
	margin-bottom:1rem;
	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;
	color: #282f37;
}
.h1, h1 {
	font-size:48px;
	font-family: 'Open Sans', sans-serif;
	color:#282f37;
	line-height:1.3;
	letter-spacing:-1.4px;
	margin-bottom:25px
}
.subH1 {
	font-size:48px;
	font-family: 'Open Sans', sans-serif;
	color:#282f37;
	line-height:1.3;
	letter-spacing:-1.4px
}
.h2 {
	font-size:32px;
	font-family:'Open Sans', sans-serif;
	color:#282f37;
	line-height:1.3;
	letter-spacing:-1.4px
}
.subH2 {
	font-size:24px;
	font-family:'Open Sans', sans-serif;
	color:#1a70c5;
	line-height:1.3;
	letter-spacing:-1.4px
}
.mH2 {
	font-size:36px;
	font-family:'Open Sans', sans-serif;
	color:#282f37;
	line-height:1.3;
	letter-spacing:-1.4px;
	margin-bottom:35px;
	text-align:center
}
.fz24 {
	font-size:24px;
	font-family:'Open Sans', sans-serif;
	color:#282f37
}
.h3, h5 {
	font-size:20px;
	line-height:1.3
}
.h4 {
	font-size:18px
}
.small {
	font-size:15px
}
/* Back to top button */
.back-to-top {
	position: fixed;
	display: none;
	background: #50d8af;
	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: #50d8af;
	color: #fff;
	outline: none;
}

.back-to-top:hover {
	background: #0c2e8a;
	color: #fff;
}
.themeGreen{
	color: #015804;
}
.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;
}
table {
	width:100%
}
table a {
	color:#333;
	border-bottom:1px solid transparent;
	padding-bottom:2px;
	display:inline-block
}
table a:hover {
	color:#1a70c5;
	border-color:rgba(151,190,255,.36);
	text-decoration:none
}
table th {
	font-family:OpenSansSemiBold,sans-serif;
	font-size:18px
}
table tr td {
	padding:15px 0;
	font-family:OpenSansSemiBold,sans-serif;
	color:#282f37;
	font-size: 14px;
}
table tr th {
	padding:15px 20px;
	font-weight:400;
}
/*--------------------------------------------------------------
# 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: #50d8af;
}

#topbar .contact-info i {
	color: #50d8af;
	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: #50d8af;
}

#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 {
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	outline: none;
	padding: 10px 25px;
	text-decoration: none;
	border-top: 1px solid transparent;
}

.nav-menu li:hover > a, .nav-menu .menu-active > a {
	border-bottom: 2px solid #97bf20;
}
.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: #50d8af;
}

.nav-menu ul ul {
	margin: 0;
}
.secure-badge img {
	max-width: 30%;
	margin-bottom: 10px;
}
.nav-menu > li:last-child{
	margin-right:0;
}
/* Mobile Nav Toggle */
#mobile-nav-toggle {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
	margin: 20px 20px 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: #50d8af;
}

#mobile-nav ul .menu-item-active {
	color: #50d8af;
}

#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;
}
.search-wrapper{
	overflow: hidden;
	float: left;
	width:100%;
}
.search-wrapper .btn-primary{
	background-color: #282f37;
	border-color:#282f37;
}
.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;
}
.topsearch{
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
}
.topsearch .topsearch-btn{
	display: inline-block;
	background: #97bf20;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	cursor: pointer;
}
.topsearch .topsearch-btn .fa {
	display: inline-block;
	padding: 1px;
	color: #fff;
}
.topsearch .topsearch-form {
	z-index: 3;
	position: absolute;
	top: 100%;
	right: 0;
	margin: 5px 0 0;
	display: block;
	transition: all .2s ease;
	-webkit-transform: translate3d(0,5px,0);
	-moz-transform: translate3d(0,5px,0);
	-ms-transform: translate3d(0,5px,0);
	-o-transform: translate3d(0,5px,0);
	transform: translate3d(0,5px,0);
	display: none;
}
.openLoginRegister {
	position: relative;
	display: inline-block;
	margin-left: 5px;
}
.topsearch-form #searchval {
	width: 300px;
	border: 1px solid #eee;
	padding: 10px;
	text-shadow: 0 0 #000;
}
.topsearch .topsearch-form button[type="submit"] {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 80px;
	background: #000;
	color: #fff;
	transition: all .2s;
	border: none;
}
.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: #97bf20;
	border-radius: 100%;
	padding: 10px;
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 30px;
	display: block;
	text-align: center;
	line-height: 1;
}
.openLoginRegister > a:hover{
	color: #fff !important;	
}
.openLoginRegister > a.text-blue{
	color: #fff;
}
.openLoginRegisterContent .btn {
	display: block;
	margin-bottom: 10px;
	border: 1px solid #282f37;
}
.openLoginRegisterContent .btn.btn-register{
	background: #282f37;
	color: #fff;
}
.cart-items-header {
	background: #97bf20;
	border-radius: 100%;
	color: #fff;
	font-size: 30px;
	height: 50px;
	line-height: 50px;
	margin-left: 5px;
	position: relative;
	width: 50px;
	display: inline-block;
	text-align: center;
}
.cart-items-header:hover{
	color: #fff !important;
}
.cart-items-header span {
	position: absolute;
	right: 0px;
	top: -10px;
	font-size: 12px;
	background: #fff;
	height: 20px;
	width: 20px;
	line-height: 20px;
	border-radius: 10px;
	color: #333;
}
.input-group-custom{
	position: relative;
}
.input-group-custom input[type="text"] {
	width: 100%;
	border: 1px solid rgba(53,76,94,.2);
	border-radius: 3px;
	padding: 10px 15px;
	background: #97bf20;
	color: #fff;
}
.input-group-custom button{
	color:#fff;
	position: absolute;
	right:10px;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background: none;
	border:0;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#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;
}


.header-wrapper {
	background: url(../images/6417745.jpg) no-repeat;
	padding-bottom: 100px;
	background-size:cover;
}
.other-header{
	background: url(../images/6417745.jpg) no-repeat;
}
#header {
	padding: 20px 0;
	transition: all 0.5s;
	z-index: 997;
}

#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: #50d8af;
}

#header #logo img {
	padding: 0;
	margin: 0;
	width:180px;
}

@media (max-width: 768px) {
	#header #logo h1 {
		font-size: 34px;
	}
	#header #logo img {
		max-height: 40px;
	}
}
#header .topline{
	padding:20px 0;
	position: relative;
}
#header .topline:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: rgba(53,76,94,.06);
	width: 100vw;
	height: 1px;
}
.vendor-certifications{
	float: left;
	width: 100%;
}
.vendor-certifications .heading{
	color: #97bf20;
	font-weight: 800;
	font-size: 22px;
	text-transform: uppercase;
}
.vendor-certifications ul{
	margin:0;
	padding:0;
}
.vendor-certifications ul li{
	list-style: none;
	position: relative;
}
.vendor-certifications ul li a{
	position: relative;
	color: #fff;
}
.vendor-certifications-bottom ul{
	margin:0;
	padding:0;
}
.vendor-certifications-bottom ul li{
	list-style: none;
	position: relative;
}
.vendor-certifications-bottom ul li a{
	position: relative;
	padding-left: 20px;
}
.vendor-certifications-bottom ul li a::before {
	content: "\f0c8";
	color: #97bf20;
	font-family: fontawesome;
	font-size: 12px;
	font-weight: bold;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.vendor-certifications-bottom ul li a{
	color: #333;
}
.exploreAll {
	background: #97bf20;
	color: #fff;
	margin-top: 10px;
	display: inline-block;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
}
.bottom-nav{
	background-color: #445fa9;
	-webkit-box-shadow: inset 0 0 3px 0 rgba(2,44,88,.31);
	box-shadow: inset 0 0 3px 0 rgba(2,44,88,.31);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width:100%;
}
#nav-menu-container{
	width: 100%;
}
.bottom-nav .practiceExam {
	color: #fff;
	font-size: 15px;
	font-family: OpenSansSemiBold,sans-serif;
	text-transform: uppercase;
	padding: 18px 0;
	min-width: 205px;
	margin-right: 65px;
	position: relative;
	z-index: 1;
	white-space: nowrap;
}
.bottom-nav .practiceExam::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100%;
	background-color: #2a4182;
	z-index: -1;
}
.bottom-nav .practiceExam:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 29px solid transparent;
	border-left: 16px solid #2a4182;
	border-bottom: 29px solid transparent;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.bottom-nav .nav-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.bottom-nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}
.bottom-nav ul li a {
	color: #fff;
	font-size: 15px;
	font-family: OpenSansSemiBold,sans-serif;
	border-bottom: 1px solid rgba(151,190,255,.36);
	padding-bottom: 2px;
}
.yellow-nav {
	background-color: lavender;
	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: #282f37;
	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 .section-heading {
	font-size: 32px;
	color: #161513;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.section-header h2::before,
.section-header h1:before,
.section-header .section-heading:before {
	content: '';
	position: absolute;
	display: block;
	width: 50px;
	height: 3px;
	background: #97bf20;
	bottom: 0;
	left: 0;
}
.section-header h1 span{
	color: #97bf20;
}
.section-header p {
	padding: 0;
	margin: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
	padding: 20px 0;
	background-color: #f2f2f2;
	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;
	}
}


.startup-sec {
	background: rgba(6, 6, 6, 0.8);
	padding: 10px 0;
	color: #fff;
	border-radius: 10px;
	padding: 10px;
}
.startup-sec h1,
.startup-sec h2,
.startup-sec h3,
.startup-sec h4,
.startup-sec h5,
.startup-sec h6{
	color: #fff;
}
.sTopCertifactionExams {
	padding: 35px 0;
	background-color: #f7f8fa;
	text-align: center;
}
.sTopCertifactionExamsDemo{
	padding: 35px 0;
	background-color: #f7f8fa;
}
.sTopCertifactionExamsDemo ul{
	width:100%;
}
.sTopCertifactionExamsDemo p {
	display: block;
	width: 100%;
}
.sTopCertifactionExamsDemo hr {
	border-color: #000;
	z-index: 999999;
	position: relative;
	display: block;
	height: 1px;
	width: 100%;
}
.sPracticeExam table tr.hide {
	display:none
}
.sPracticeExam table tr th:first-child,
.sPracticeExam table tr th:nth-child(2) {
	width:21%
}
.sPracticeExam .filterResults tr:nth-child(even) {
	border-bottom: 5px solid #97bf20;
	border-top: 5px solid #97bf20;
}
.sPracticeExam .filterResults tr td:first-child {
	width:50%
}
.sPracticeExam .filterResults tr td:nth-child(2){
	width:50%;
}
.vendorExamCode{
	font-size: 20px;
	margin-bottom: 10px;
	color: #97bf20;
}
.showOnMobile {
	display: none !important;
}
.vendorExams {
	color: #fff;
	float: left;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	width: 24.93%;
}
.vendorExams a {
	border:3px solid #97bf20;
	background: #282f37;
	border-radius: 10px;
	color: #fff;
	display: block;
	display: block;
	overflow: hidden;
	padding: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.btn-product {
	border-radius: 5px;
	border: none;
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 14px;
	margin-right: 5px;
	padding:10px 5px;
	text-align: center;
	width: 24%;
}
.btn-product:hover{
	color: #fff !important;
}
.btn-exam-info {
	background: #000000;
	width: 20%;
}
.btn-practice-now {
	background: #002060;
	width: 30%;
}
.btn-demo-info {
	background: #ff0000;
	width: 20%;
}
.btn-cart {
	background: #015804;
	width: 26%;
}
.engine_slider {
	background: url(../images/6417745.jpg) no-repeat;
	background-size: cover;
	background-position: fixed;
	background-attachment: fixed;
}
#engineScreenshot{
	overflow: hidden;
}
.engine_slider .heading {
	background:rgba(40, 47, 55, 0.8);
	color: #fff;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
}
/* 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: #282f37;
	font-size: 64px;
	transition: 0.5s;
	line-height: 0;
	margin-top: 34px;
}

#services .box .icon i:before {
	background: #0c2e8a;
	background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#services .box .title {
	margin-left: 100px;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 22px;
}

#services .box .title a {
	color: #282f37;
}

#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;
	}
	.search-wrapper{
		margin-bottom: 20px;
		margin-top: 20px;
	}
	#services .box .title {
		margin-left: 0; 
		font-weight: 700;
		margin-bottom: 15px;
		font-size: 22px;
		text-align: center;
	}
	.bottom-nav .nav-wrapper{
		text-align:center;
		display: block;
	}
	.bottom-nav .practiceExam{
		margin:0;
	}
	.bottom-nav ul{
		padding:20px 0;
	}
	.fortinetexam{
		width:44%;
	}

}



/* Clients Section
--------------------------------*/
.vendor_heading{
	font-size: 18px;
	font-weight: bold;
	color: #312D2A;
}
.lecture-txt {

	float: left;
	width: 25%;
}
.lecture-txt a {
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.25);
	box-shadow: 0 0 0 0 rgba(0,0,0,.25);
	border: solid 1px rgba(225,232,245,.5);
	background-color: #fff;
	padding: 20px 20px 15px;
	text-align: center;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	display: block;
}
.sHotCertifications .item {

}
.certi-block {
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.25);
	box-shadow: 0 0 0 0 rgba(0,0,0,.25);
	border: solid 1px rgba(225,232,245,.5);
	background-color: #fff;
	padding: 20px 20px 15px;
	text-align: center;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	display: block;
	width: 100%;
	height: 100px;
	font-weight: bold;
}
.certificationpad{
	padding: 35px;
	background-color: #f7f8fa;
	text-align: center;
}
/* Call To Action Section
--------------------------------*/
#call-to-action {
	background: #445fa9;
	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: #50d8af;
	border: 3px solid #50d8af;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
	padding: 30px 0;
}

#testimonials .testimonial-item {
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.25);
	box-shadow: 0 0 0 0 rgba(0,0,0,.25);
	border: solid 1px rgba(225,232,245,.5);
	background-color: #fff;
	padding: 20px 20px 15px;
	text-align: center;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	display: block;
}
#testimonials .testimonial-item:hover{
	-webkit-box-shadow: 0 32px 61px 0 rgba(32,70,128,.21);
	box-shadow: 0 32px 61px 0 rgba(32,70,128,.21);
	text-decoration: none;
}
@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 .testimonial-name {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	color: #111;
}

#testimonials .testimonial-item .testimonial-date {
	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;
	min-height: 100px;
}
#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: #50d8af;
}
.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: #ffb400;
}


/* Testimonials Section
--------------------------------*/
#main-content{
}
#main-content p {
	font-size: 14px;
	font-weight: 400;
	color: #607688;
}
#main-content h1, 
#main-content h2, 
#main-content h3, 
#main-content h4, 
#main-content h5, 
#main-content h6{
	color: #282f37;
}
#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: #ffff00;
}

#main-content .home-exam-widget p{
	color: #282f37;
}
.home-exam-widget h3, .home-exam-widget .exam-widget-heading {
	padding: 0 15px;
	font-size: 30px;
	font-weight: bold;
}
.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: #282f37;
	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: #282f37;
	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: #282f37;
	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: #00688C;
	font-size: 12px;
}

/* Exam Details
--------------------------------*/
.exampad {
	padding: 30px;
	background-color: #fafcff;
	border: solid 1px rgba(53,76,94,.08);
	border-radius: 3px;
	margin-bottom: 80px;
	margin-top: 10px;
}
.product-img {
	padding-top: 10px;
}
#exam-details{
	background: #fff;
}
.exam-main-heading .heading,
.exam-main-heading h2{
	color: #000;
	font-size: 2.5rem;
	margin-bottom: 0;
	font-weight: 100;
}
.exam-main-heading p {
	color: #000;
	font-weight: 100;
}
.exam-main-heading span{
	color: #282f37;
}
.exam-product-details{
	padding:0;
	margin:0;
}
.exam-product-details li {
	list-style: none;
	color: #282f37;
	font-weight: 500;
	font-size: 16px;
	line-height: 2.1;
}
.exam-product-details li img{
	margin-right: 10px;
}
.exam-product-heading{
	color: #282f37;
	font-weight: bold;
	font-size: 24px;
}
.exam-product-price{
	color: #516e84;
	font-size: 12px;
	margin-bottom: 20px;
}
.exam-product-price .main-price {
	color: #282f37;
	font-size: 55px;
	line-height: 55px;
}
#cartProduct .new_label{
	color: #282f37;
	display: block;
}
.section2-add-cart {
	min-width:135px;
	background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(60,171,60,.31)),to(rgba(154,252,101,.31))),-webkit-gradient(linear,left top,left bottom,from(#3eb53e),to(#3eb53e));
	background-image:-o-linear-gradient(bottom,rgba(60,171,60,.31),rgba(154,252,101,.31)),-o-linear-gradient(top,#3eb53e,#3eb53e);
	background-image:linear-gradient(to top,rgba(60,171,60,.31),rgba(154,252,101,.31)),linear-gradient(to bottom,#3eb53e,#3eb53e);
	border-radius:3px;
	border:none;
	display:inline-block;
	color:#fff;
	font-size:20px;
	font-family:OpenSansSemiBold,sans-serif;
	width:100%;
	padding:10px 0;
}
.section2-demo {
	background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(250,165,55,.31)),to(rgba(252,235,101,.31))),-webkit-gradient(linear,left top,left bottom,from(#fda00a),to(#fda00a));
	background-image:-o-linear-gradient(bottom,rgba(250,165,55,.31),rgba(252,235,101,.31)),-o-linear-gradient(top,#fda00a,#fda00a);
	background-image:linear-gradient(to top,rgba(250,165,55,.31),rgba(252,235,101,.31)),linear-gradient(to bottom,#fda00a,#fda00a);
	border-radius:3px;
	border:none;
	display:inline-block;
	color:#fff;
	font-size:20px;
	font-family:OpenSansSemiBold,sans-serif;
	width:100%;
	padding:10px 0;
}
.section2-add-cart:hover{
	background:#282f37;
	color:#fff;
	cursor:pointer;
}
.examType{
	position: relative;
}
.examType:after {
	border-right: 1px solid #a1a1a1;
	content: "";
	position: absolute;
	right: -15px;
	top: 0;
	height: 100%;
}
#exam-notice{
	background: #282f37;
	color: #ffff00;
	padding: 15px 0;
	text-align: center;
	font-weight: 100;
	font-size: 20px;
}
.pro-description {
	min-height: 170px;
}
#exam-notice span{
	color: #fff;
	font-weight: bold;
}
.gar-block {
	width: 50%;
	float: left;
	padding: 10px;
}
.gar-block-inner{
	border:1px solid #ddd;
	padding: 10px;
	margin-top: 10px;
	border-radius: 10px;
}
.gar-block-inner img{
	width: 100%;
}
#product-trust-seal {
	text-align: center;
	font-size: 10px;
}
#product-trust-seal .t-title {
	font-size: 12px;
	margin-top: 20px;
	font-weight: bold;
}
#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:24.7%;
}
#related-exams ul li a {
	color: #282f37;
	display: block;
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	text-align: center;
}
#related-exams ul li a:hover{
	background: #282f37;
	border:1px solid #282f37;
	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: #282f37;
	text-align: center;
	font-size: 12px;
}
#vendor-related-exams ul li a:hover{
	background: #282f37;
	color: #fff;
	border:1px solid #282f37;
}
.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: #282f37;
	color: #fff;
	padding: 10px 50px;
	max-width: 235px;
	width: 100%;
}
.btn-demo-download:hover{
	color: #fff;
}
.preorder p{
	font-size: 20px;
	color: #333;
}
.preorder .btn-email{
	background: #ffb400;
	display: block;
	padding: 10px;
	width:100%;
	text-align: center;
	color: #333;
	text-transform: uppercase;
}
.flat-testimonials {
	background: #f2f2f2;
}
.flat-testimonials-in .p-title {
	font-size: 40px;
	font-weight: bold;
}
.exam-wrapper {
}
.last-week-content {
	background: #032b5c;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
}
.last-week-count{
	background: #00b050;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
}
.bottom-section{
	background: #97bf20;
	color: #fff;
}
.exam_control_panel .controller_container .toprow {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #fff;
	width: 100%;
}
.exam_control_panel .controller_container .toprow .text {
	font-weight: 500;
	margin-right: 10px;
	width:100%;
}
.exam_control_panel .pagination_area {
	display: flex;
	height: 53px;
	width: 100%;
}
.btn-next-page{
	background: #97bf20;
	color: #fff;
}
.btn-next-page:hover{
	color: #fff;
}
.questionsUpdates {
	display: inline-block;
	float: right;
	line-height: 2;
	text-align: right;
}
.demoPageDate{
	color: #97bf20;
}
/* 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: #ffb400;
	color: #fff;
}
.faqs-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.faqs-content ul li {
	color: #ffb400;
}
.faqs-content ul li p{
	color: #282f37;
}
.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;
	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: #282f37;
	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 {
	background: #ff0000;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	padding: 2px;
	vertical-align: middle;
}
.btn-detail {
	background: #282f37;
	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: #fff;
	border: 1px solid #ddd;
	color: #fff;
	margin-bottom: 20px;
	padding: 10px;
}
.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 .s-title {
	color: #282f37;
	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;
	width:30%;
}
.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: #00688C;
	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: #282f37;
	color: #fff;
	height: 100%;
}
.user-login .login-heading{
	color: #fff;
}
.forgot-button,
.updatePassword {
	background: #282f37;
	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: #fff;
}
.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: #282f37;
}
.cart-login-form .button-login {
	background: #282f37;
	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: #282f37;
	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: #282f37;
	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: #ffb400;
	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: 80%;
}
.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: #ffb400;
	font-size: 20px;
}
.cart-content hr{
	background: #ccc;
}
/* All Venfor
--------------------------------*/
.prod-items.prod-tb {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.prodtb-i {
	background: #97bf20;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	min-width: 30%;
}
.prodtb-i-content{
	padding: 10px;
}
.prodtb-b {
	background: #282f37;
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.prodtb-b ul {
	list-style: none;
	margin: 0;
	padding: 10px 10px;
}
.prodtb-b ul li {
	list-style: none;
	display: inline-block;
	width: 33%;
}
.prodtb-b ul li a {
	color: #fff;
	display: block;
	max-width: 85%;
	overflow: hidden;
	padding-left: 20px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.prodtb-b ul li a::before {
	position: absolute;
	content: "\f0c8";
	left: 0;
	top: 50%;
	font-family: fontawesome;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #97bf20;
}
.prodtb-i-ttl{
	color: #ffb400;
	font-size: 20px;
}
.prodtb-lr {
	writing-mode: vertical-lr;
	display: block;
	rotate: 180deg;
	float: left;
	height: auto;
	background: #000;
	color: #fff;
	padding: 10px;
	min-height: 150px;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 10px;
}

.vendorname {
	font-weight: 700;
	font-size: 24px;
	color: #fff;
	display: block;
}
.vendorname:hover{
	color: #fff;
}
.searchVendor {
	float: right;
	color: #f2b622;
	width: 100%;
}
.searchVendor #myInput {
	padding: 5px 10px;
	border: 1px solid #ddd;
	color: #fff;
	background: #97bf20;
	width: 100%;
	position: relative;
}
.searchVendor{
	position: relative;
}
.searchVendor::after {
	position: absolute;
	right: 10px;
	content: "\f002";
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-family: fontawesome;
	color: #fff;
}
.vendor-details{
	font-size: 14px;
	line-height: 30px;
	color: #000;
	text-transform: uppercase;
}
.vendor-details span{
	color: #fff;
}
.vendor-link-details {
	background: #000;
	color: #fff;
	float: right;
	padding: 5px;
}
.vendor-link-details:hover{
	background: #333;
	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-color: #282f37 ;
	padding:10px 0;
	text-align: center;
	border-top: 1px solid rgba(225,232,245,.5);
	border-bottom: 1px solid rgba(225,232,245,.5);
	color: #607688;
}
.footer-logo img{
	width:245px;
}
footer p{
	color: #1a70c5;
	font-size: 12px;
}
.secure-payment-widgets {
	text-align: center;
	position: relative;
	padding: 20px;
}
.footer-heading {
	color: #97bf20;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin: 0px auto;
	text-transform: uppercase;
	width: 70%;
}
footer ul{
	padding:0;
	margin:0;
	list-style: none;
}
footer ul li a {
	border-right: 1px solid #ddd;
	display: block;
	color: #fff;
	font-weight: 900;
	padding: 0 10px;
	font-size: 14px;
}
footer ul li a:hover{
	color: #97bf20;
}
footer ul li:last-child a{
	border-right: none;
}
footer ul li {
	display: inline-block;
	font-size: 12px;
	text-align: center;
}
.dumpsCookies {
	background: #000;
	border: 1px solid #000;
	bottom: 0;
	color: #ffffff;
	display: none;
	padding: 15px;
	position: fixed;
	width: 65%;
	z-index: 999999999999;
	right: 30px;
	left: 30px;
	max-width: 80%;
	bottom: 10px;
}
.dumpsCookies #allowDumpsCookies {
	cursor: pointer;
	text-align: right;
}
.copyrights-wrapper {
	padding: 15px;
	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;
}
.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%;
}
/************* Pre Exam Page ****************************/
.exam-details{
	margin-bottom: 20px;
}
.exam-meta-info{
	margin-bottom: 5px;
	display: flex;
}
.prod-table-1{
	background: #000;
	color: #fff;
	width:30%;
	padding:10px;
}
.prod-table-2 {
	background: #97bf20;
	color: #000;
	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: #002060;
	color: #fff;
	display: inline-block;
}
.btn-next-screen span{
	color: #97bf20;
}
.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: #97bf20;
	border-color: #97bf20;
	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: #97bf20;
	line-height: 1;
}
.customerfeedback {
	color: #000;
	display: inline-block;
}
.customerfeedback span{
	color: #002060;
	font-weight: bold;
}
.customerfeedback i{
	color: #97bf20;
}
.customerfeedback.blinkMe i{
	animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
/************* Exam page ****************************/
.c-card {
	background: #282f37;
	width: 33.33%;
	margin: 5px;
	padding-bottom: 30px;
}
.c-card-heading.pdf {
	background: #ff0000;
	color: #fff;
	font-size: 22px;
	font-weight: 800;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
}
.c-card-heading.practice{
	background: #002060;
	color: #fff;
	font-size: 22px;
	font-weight: 800;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
}
.c-card-heading.bundle{
	background: #015804;
	color: #fff;
	font-size: 22px;
	font-weight: 800;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
}
.c-card-heading.bundle small{
	font-size: 12px;
}
.c-card-content {
	padding: 0 40px;
}
.c-card-price {
	color: #fff;
	text-align: center;
	margin-top: 30px;
}
.c-card-price > span {
	font-size: 46px;
	font-weight: 800;
}
.c-card-details {
	margin-top: 40px;
}
.c-card-price small {
	font-size: 26px;
	color: #97bf20;
	font-weight: 900;
}
.c-card-details ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.c-card-details li {
	border-bottom: 1px solid #97bf20;
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}
.browser-heading {
	color: #97bf20;
	text-align: center;
	font-size: 14px;
	font-weight: 800;
}
.browser-heading i{
	font-family: fontawesome;
	font-size: 18px;
}
.button-cart {
	border-radius: 10px;
	border: none;
	color: #fff;
	display: block;
	font-weight: 900;
	padding: 10px 30px;
	text-transform: uppercase;
	width: 100%;
}
.button-cart.pdf {
	background: #ff0000;
	box-shadow: 2px 3px 1px #8B4735;
}
.button-cart.pdf:hover{
	box-shadow: none;
}
.button-cart.onlinepractice {
	background: #002060;
	box-shadow: 2px 3px 1px #1a70c5;
}
.button-cart.onlinepractice:hover{
	box-shadow: none;
}
.button-cart.bundle {
	background: #015804;
	box-shadow: 2px 3px 1px #8B4735;
}
.button-cart.bundle:hover{
	box-shadow: none;
}
.c-card-customers {
	text-align: center;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 800;
}
.c-card-customers span{
	color: #97bf20;
}
.c-card-feedback{
	color:#fff;
	font-size: 16px;
	display: inline-block;
}
.exam_control_panel .controller_container {
	background-color: #000;
	width: 70%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 10px;
}
.controller-demo{
	background: #97bf20;
	width: 41%;
	padding:10px;
	text-align: center;
}
.card-header.bg-green {
	background: #97bf20;
	color: #fff;
}
.exam_control_panel{
	margin-bottom: 10px;
}
.c-bg-dark{
	background: #383838;
	border:5px solid #97bf20;
}
.exam-bottom-section {
	background: #97bf20;
	margin-bottom: 20px;
	padding: 20px 0;
	margin: 0px 5px;
}
.section-content {
	color: #fff;
	font-size: 18px;
	padding: 10px;
}
.section-content p{
	padding: 0;
	margin: 0;
}
.orange-text {
	color: #000;
}
/************* Demo Page ****************************/
.c-card-header{
	background: #97bf20;
	color: #fff;
	padding:10px;
}
.answer_container {
	background: #000;
	padding: 10px;
}
.custom-card {
	margin-bottom: 40px;
}
.show_answer{
	background: #97bf20;
}
.answer_block {
	display: none;
	color: #fff;
}
.c-card-body {
	padding: 10px;
}
.c-demo-download{
	background: #ff0000;
	border:none;
	color: #fff;
	border-radius: 10px;
	padding:10px;
}
.c-modal-header {
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 20px;
}
.c-modal-header > span.examCode {
	color: #97bf20;
	display: block;
	font-size: 25px;
}
.c-modal-header > span {
	color: #97bf20;
	font-size: 32px;
}
.c-modal-body {
	padding: 0;
	margin: 0;
	padding-left: 40px;
	margin-bottom: 20px;
}
.c-modal-body li {
	color: #fff;
	list-style: none;
	position: relative;
	padding-left: 20px;
	line-height: 28px;
	font-size: 14px;
}
.c-modal-body li::before {
	position: absolute;
	left: 0;
	content: "\f0c8";
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-family: fontawesome;
	color: #97bf20;
	font-size: 10px;
}
.gotExamPage {
	background: #fff;
	border: none;
	color: #333;
	display: block;
	font-weight: 900;
	text-transform: uppercase;
	padding: 10px;
	box-shadow: 3px 3px 3px #098B15;
	margin: 0px auto;
	text-align: center;
	max-width: 235px;
}
.gotExamPage:hover{
	color: #000;
	box-shadow: none;
}
.c-bg-dark .close {
	position: absolute;
	right: 0;
	background: #fff;
	padding: 10px;
	color: #333 !important;
	z-index: 99999;
}
#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
/************* How it works ****************************/
.howitworks {
	border: 5px solid #97bf20;
	padding: 20px;
	margin-top: 10px;
}
.howitworks-step {
	width: 37%;
	position: relative;
}
.howitworks-step::after {
	background: url(../images/pitr_green_arrows_set_4.png) no-repeat;
	position: absolute;
	content: "";
	right: 100px;
	top: 50px;
	font-size: 50px;
	font-family: fontawesome;
	color: #97bf20;
	width: 50px;
	height: 50px;
	background-size: contain;
}
.howitworks-step:last-child:after{
	background: none;
	content: "";
}
.howitworks-step:nth-child(2) {
	width: 35%;
}
.howitworks-step:nth-child(3) {
	width: 25%;
}
.howitworks-content {
	color: #333;
	text-transform: uppercase;
	font-weight: 900;
}
.howitworks-content span{
	font-size: 30px;
	color: #97bf20;
	font-weight: bold;
}
.howitworks-list {
	font-weight: normal;
	list-style: none;
	margin: 0;
	padding: 10px 0;
}
.howitworks-list li {
	color: #97bf20;
	display: block;
	max-width: 85%;
	overflow: hidden;
	padding-left: 15px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	text-transform: capitalize;
	font-size: 15px;
}
.howitworks-list li::before {
	position: absolute;
	content: "\f0c8";
	left: 0;
	top: 50%;
	font-family: fontawesome;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #97bf20;
	font-size: 8px;
}
.howitworksWrapper .heading {
	color: #000;
	font-size: 22px;
	font-weight: 900;
	text-align: center;
}
#myModalWorks .close {
	position: absolute;
	right: 0;
	background: #000;
	padding: 10px;
	z-index: 9999;
}
.closeBottom {
	float: right;
	background: #000;
	color: #fff;
	border: none;
	padding: 5px 20px;
	border-radius: 10px;
	margin-top: 10px;
}
/************* 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;
}
.secure-payment-widgets img {
	width: 310px;
	height: 48px;
	display: inline;
	vertical-align: middle;
}
@media only screen and (max-width: 768px){
	.block-content a{
		max-width: 235px;
	}
}
@media only screen and (max-width: 767px){
	.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;
	}
	#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;
	}
	footer ul li {
		width: 49.3%;
		margin:5px 0;
	}
	.secure-payment-widgets{
		margin-top: 20px;
	}
	.examType::after{
		border:none;
	}
	.vendor-link-details{
		float: none;
		display: block;
	}
	.prodtb-i{
		margin-bottom: 0;
	}
	.goto_exam .btn{
		width: 100%;
		margin-bottom: 10px;
	}
	.c-card{
		width:100%;
		margin:0;
		margin-bottom: 10px;
	}
	.c-card-price{
		margin:0;
	}
	.c-card-details{
		margin:0;
	}
	.btn-next-screen{
		width: 100%;
		margin-top: 10px;
	}
	.newsletter-area .btn-lg{
		width:100%;
	}
	.exam_control_panel .controller_container{
		width:100%;
	}
	.controller-demo{
		width:100%;
	}
	.controller-demo .btn-lg{
		width:100%;
		margin-bottom: 10px;
	}
	.exam_control_panel .pagination_area {
		height: auto;
		padding: 10px 0;
		text-align: center;
	}
	.switch-field label{
		width:100%;
	}
}