/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	background: #fff;
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

a {
	color: #50d8af;
}

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

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

h1, h2, h3, h4, h5, h6 {
	color: #1d1145;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 30px;
}
/* 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;
}

.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 {
	background: url(../images/breadcrumb-bg.png) no-repeat;
	background-size: 100% 100%;
	min-height: 40px;
	padding: 20px 0;
}
	
.breadcrumbs h2 {
	font-size: 24px;
	font-weight: 300;
	margin: 0;
}

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

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

.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
--------------------------------------------------------------*/
.main header{
}
.contact-info .section {
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
}
.header-contact-icon {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	padding-right: 5px;
}
.header-contact-icon i {
	font-size: 40px;
	color: #1d1145 !important;
	line-height: 1;
}
.header-contact-content {
	display: inline-block;
	vertical-align: middle;
	line-height: 15px;
}
.header-contact-content {
	line-height: 15px;
}
.header-contact-content .heading {
	font-weight: 500;
}
.header-contact-content a {
	color: #a1a1a1;
	font-size: 12px;
}
#topbar {
	font-size: 14px;
	padding: 10px 0;
	position: relative;
	z-index: 9999;
}

#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 {
	width: 100%;
}

@media (max-width: 768px) {
	#nav-menu-container {
		display: none;
	}
}
.social-container{
	display: flex;
	width:35%;
	text-align: right;
}
.social-links {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	float: right;
	padding: 15px 0;
	text-align: right;
}
.social-links li a {
	border-radius: 50%;
	border: 1px solid #fff;
	box-shadow: 0px 0px 10px 5px rgb(255 255 255 / 20%);
	display: block;
	height: 35px;
	margin-top: 5px;
	padding-top: 5px;
	text-align: center;
	width: 35px !important;
}
.social-links li a:hover{
	color: #0db4b9 !important;
}
.social-links li {
	border-left: 1px solid rgba(0,0,0,.08);
	display: inline-block;
	width: 30%;
	text-align: center;
	position: relative;
}
.cart-header{
	position: relative;
}
.cart-header span {
	background: #fff;
	border-radius: 100%;
	color: #1d1145;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: -5px;
	text-align: center;
	top: -15px;
	width: 20px;
}
.searchdropdown {
	background: #fff;
	min-width: 270px;
	padding: 10px;
	position: absolute;
	right: 0;
	box-shadow: 0px 5px 5px 1px #ddd;
	display: none;
}
.ui-autocomplete{
	z-index: 99999999 !important;
}
/* Nav Meu Styling */
.nav-menu a {
	color: #fff;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	outline: none;
	padding: 10px 5px;
	text-decoration: none;
	text-transform: uppercase;
}

.nav-menu li:hover > a{
	color: #0db4b9;
}

.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: #50d8af;
}

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

/* Mobile Nav Toggle */
#mobile-nav-toggle {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
	margin: 10px 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: 9999999;
	background: rgba(29, 17, 69, 0.8);
	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: 99999;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(52, 59, 64, 0.9);
	display: none;
}
.inputsearch {
	border-radius: 50px;
	border: 1px solid #ddd;
	float: left;
	font-size: 14px;
	height: 50px;
	padding: 10px;
	width: 100%;
	min-width: 300px;
}
.header-search {
	background: #1d1145 !important;
	border: none;
	float: left;
}
.nav-menu .header-search {
	background: #0f336a;
	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;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	background: #1d1145;
	display: flex;
	position: relative;
	width: 100%;
	z-index: 997;
	height: 80px;
}
#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: #0c2e8a;
	line-height: 1;
	display: inline-block;
}

#header #logo h1 a span {
	color: #50d8af;
}

#header #logo img {
	margin: 0;
	margin-top: 15px;
	max-width: 100px;
	padding: 0;
	width: 100%;
}

@media (max-width: 768px) {
	#header {
		padding: 10px 0;
		height: 80px;
	}
	#header #logo h1 {
		font-size: 34px;
	}
	#header #logo img {
		max-height: auto;
		margin:0;
	}
}

.navigation-wrapper {
	border-radius: 4px;
	position: relative;
	z-index: 9998;
	padding: 20px 0;
}
.yellow-nav {
	background-color: #1d1145;
	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: cover;
	background-size: 10% 55%;
	background-position: 95% 50%;
}
#header-sticky-wrapper{
	position: relative;
}
.home-banner-wrapper {
	position: relative;
}
.home-banner-wrapper .item {
	background-size: contain !important;
	display: block;
	min-height: 450px;
	background-repeat: no-repeat !important;
}
.search-icon-wrapper {
	border-radius: 50%;
	border: 1px solid #fff;
	box-shadow: 0px 0px 10px 5px rgb(255 255 255 / 20%);
	color: #50d8af;
	cursor: pointer;
	display: block;
	height: 35px;
	margin-top: 5px;
	padding-top: 5px;
	text-align: center;
	width: 35px !important;
}
.banner-search {
	position: absolute;
	right: 10%;
	bottom: -55px;
	display: none;
}
.xs-banner-content{
	margin-top: 80px;
}
.xs-banner-content .banner-subtitle {
	color: #1d1145;
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 8px;
}

.xs-banner-content .banner-title {
    margin-bottom: 15px
}

.xs-banner-content p {
	margin-bottom: 35px;
	color: #1d1145;
}

.xs-banner-content .btn:not([class*=btn-outline-]) {
    -webkit-box-shadow: none;
    box-shadow: none
}

.xs-banner-content.banner-content-v2 {
    margin-top: 70px
}

.xs-banner-content.banner-content-v2 .banner-subtitle {
    color: #0c5adb;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px
}

.xs-banner-content.banner-content-v2 .banner-title {
    color: #000;
    font-size: 3.2rem;
    margin-bottom: 12px
}

.xs-banner-content.banner-content-v2 .banner-title span {
    color: #0c5adb
}

.xs-banner-content.banner-content-v2 p {
    color: #7a7a7a;
    margin-bottom: 22px
}

.xs-banner-content.banner-content-v2 .btn:not([class*=btn-outline-]) {
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .12)
}
.banner-title {
	color: #fff;
	font-size: 2.633rem;
	font-weight: 600;
	line-height: 1;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
	padding: 40px 0;
}

/* Sections Header
--------------------------------*/
.section-header {
	margin: 0px auto;
	margin-bottom: 50px;
	max-width: 800px;
	text-align: center;
	width: 100%;
}

.section-header h2,
.section-header h1,
.section-header h3,
.section-header .heading {
	font-size: 32px;
	color: #3f3f3f;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 0;
	margin:0;
}
.section-header h1 span{
	color: #1d1145;
}
.section-header p {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
}
/* Services Section
--------------------------------*/
#services{
	background: #fff;
}
        
.services-content .box {
	padding-top: 20px;
	position: relative;
	text-align: center;
	width: 100%;
}

.services-content{
	border-radius: 4px;
	padding:50px 20px;
}
#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, #50d8af 0%, #a3ebd5 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#services .box h4 {
	color: #1d1145;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
	margin-top: 10px;
}

#services .box h4 a {
	color: #1d1145;
}

#services .box p {
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	#services .box .box {
		margin-bottom: 20px;
	}
	#services .box{
		margin: 10px 0;
	}
	.services-content{
		padding: 30px 20px;
	}
	.social-links{
		text-align: left;
		padding:10px 0;
	}
	#mobile-nav-toggle i{
		color: #fff;
	}
	.home-banner-wrapper .item{
		background-size: cover !important;
	}
	.section-content img{
		width: 100%;
	}
}

/* Top Vendors
-------------------------------*/
.topvendorsWrapper{
	padding:50px 0;
}
.topVendors{
	padding:0;
	margin: 0;
	text-align: center;
}
.topVendors li {
	display: inline-block;
	list-style: none;
	padding: 0 10px;
	width: 32.3%;
}
.topVendors a {
	background: #0db4b9;
	display: block;
	color: #fff;
	text-align: center;
	padding:10px;
	margin-bottom: 10px;
}
.topVendors a:hover{
	background: #f2a1a1;
}
.topVendors a span{
	padding: 40px;
	display: block;
	color: #fff;
}
/* Clients Section
--------------------------------*/
.custom-tabs {
	float: left;
	list-style: none;
	margin-bottom: 30px;
	padding: 0;
	text-align: center;
	width: 100%;
}
.custom-tabs li{
	display: inline-block;
	margin:0 -4px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	position: relative;
}
.custom-tabs li a {
	color: #1d1145;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 20px;
}
.nav-item.active:after {
	background: #0db4b9 !important;
	content: "";
	position: absolute;
	height: 5px;
	width: 100%;
	bottom: -3px;
	border-radius: 140px;
	z-index: 9999;
	left: 0;
}
.tab-content {
	width: 100%;
}
.tab-content > .tab-pane ul{
	padding:0;
	margin:0;
	list-style: none;
}
.tab-content > .tab-pane ul li {
	float: left;
	width: 20%;
}
.tab-content > .tab-pane ul li a {
	color: #3f3f3f;
	display: block;
	font-size: 12px;
	padding: 10px;
	min-height: 100px;
}
.tab-content > .tab-pane ul li a span{
	display: block;
	color: #808080;
}
.tab-content > .tab-pane ul li a:hover {
	box-shadow: -1px 0px 4px 2px #ddd;
}
.vendor_heading{
	font-size: 18px;
	font-weight: bold;
	color: #1d1145;
}
.lecture-txt {
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 5px 0;
	color: #50d8af;
}
.lecture-txt a {
	color: #444;
	font-size: 14px;
}
.home-content-widget{
	background: #fff;
	padding:10px 20px;
}
/* Call To Action Section
--------------------------------*/
#call-to-action {
	background: #f2a1a1;
	background-size: cover;
	padding: 40px 0;
}

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

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

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

#call-to-action .cta-btn:hover {
	background: #1d1145;
	border: 3px solid #1d1145;
	color: #fff;
}
.cta-text {
	color: #fff;
	font-weight: 400;
	margin-bottom: 0;
}
/* Testimonials Section
--------------------------------*/
#testimonials {
	background: url(../images/marble-texture.webp);
	background-attachment: fixed;
	padding: 30px 0;
}

#testimonials .testimonial-item {
	box-sizing: content-box;
	padding: 30px 15px 30px 15px;
	margin: 30px 15px;
	text-align: center;
	min-height: 180px;
}

@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;
	font-size: 30px;
}
#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: #1d1145;
}


/* Testimonials Section
--------------------------------*/
#main-content{
	background: #f3f3f3;
}
#main-content p {
	font-size: 14px;
	font-weight: 400;
}
.hot-exams{
	background: #f3f5f9;
}
.home-exam-widget{
	padding: 10px 0;
	margin-bottom: 10px;
}
.single-box {
	background-color: #fff;
	border-bottom: 3px solid rgba(12, 90, 219, .1);
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	float: left;
	width: 23.1%;
	margin: 10px;
}

.single-box:hover {
    border-color: #1d1145;
}

.single-box:hover .image::before {
    opacity: 1
}

.single-box:hover .image .hover-area {
    opacity: 1;
    top: 50%
}

.single-box .image {
    position: relative
}

.single-box .image::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(12, 90, 219, .8);
    opacity: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.single-box .image img {
    width: 100%
}

.single-box .hover-area {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 100px);
    z-index: 2;
    color: #fff;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0
}

.single-box .hover-area .title {
    margin-bottom: 7px
}
.single-box .hover-area .xs-list>li>a {
    color: #fff;
    font-size: .9333333333rem
}

.single-box .hover-area .xs-list>li>a:hover {
    color: rgba(255, 255, 255, .5)
}

.single-box .title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0
}
.single-box .description {
    font-size: .9333333333rem;
    margin-bottom: 3px
}

.single-box .line {
    background-color: rgba(255, 255, 255, .2);
    width: 100%;
    height: 3px;
    display: block;
    margin-bottom: 5px
}

.single-box .box-footer {
    padding: 30px 10px
}

.team-inner-style .single-box {
    margin-bottom: 30px
}
.single-box .image {
    min-height: 190px;
    border-bottom: 2px solid #1d1145;
    display: flex;
    box-shadow: 0 2px 15px rgb(12 91 219 / 10%)
}

.single-box .image div {
    display: grid;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 6px
}

.single-box .image div h4 a {
    color: #1d1145
}

.single-box .image div h5 {
    color: #1d1145;
    font-weight: 600;
}
.hover-area .title {
    margin-top: 18px;
    background-color: #fff;
    padding: 9px !important;
    border-radius: 50px !important;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 30%) !important
}
.hover-area .title a {
	color: #1d1145;
	font-weight: 600;
	font-size: 16px;
}
.list-inline > li {
	display: inline-block;
}

.single-box .examname, .single-box .examname a {
	font-size: 1rem;
	font-weight: 600;
	color: #1d1145;
	line-height: 22px;
}














.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: #8a8a8a;
	font-size: 12px;
}
.home-exam-widget h3 {
	font-size: 30px;
	font-weight: bold;
}
.product-divider {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	position: relative;
	margin-bottom: 10px;
}
.home-exam-widget ul li a .priceupdates{
	font-size: 16px;
	font-weight: 600;
}
.product-img {
	position: relative;
}
.book-image {
	position: absolute;
	left: 40px;
	bottom: 30px;
	font-size: 12px;
	font-weight: 600;
	text-overflow: ellipsis;
	width: 70px;
	white-space: nowrap;
	overflow: hidden;
}
.was-price {
	margin-left: 5px;
	font-weight: 400;
	font-size: 12px;
	color: #a1a1a1;
	display: block;
}
/* Recently Section
--------------------------------*/
.recently {
	background: #f3f5f9;
}
.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: block;
	font-size: 14px;
	max-width: 250px;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
	width: 100%;
}
.datespan {
	color: #8a8a8a;
	font-size: 12px;
}

/* Exam Details
--------------------------------*/
.exam-detail-panel{
	background: #f3f5f9;
}
.exam-image {
	text-align: center;
	position: relative;
}
.pdfBundlePack, .pdfPack {
	box-shadow: 0 10px 10px 0 rgba(0,0,0,.08);
	padding: 20px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}
.pdfBundlePack::after, .pdfPack::after {
	background-color: #cbdbf7;
	border-radius: 0%;
	bottom: 0;
	content: "";
	height: 45px;
	position: absolute;
	right: 0;
	width: 45px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.pdfPack::before, .pdfBundlePack::before {
	position: absolute;
	content: "";
	height: 45px;
	width: 45px;
	border-radius: 0%;
	-webkit-box-shadow: 0 0 0 30px #dbe6f9,0 0 0 55px #ecf2fc;
	box-shadow: 0 0 0 30px #dbe6f9,0 0 0 55px #ecf2fc;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	bottom: 0;
	right: 0;
}
.pdfPack{
	background: #fff;
	margin-bottom: 20px;
}
.pdfBundlePack{
	background: #1d1145;
}
.pdfBundlePack::before{
	-webkit-box-shadow: 0 0 0 30px #3173e1,0 0 0 55px #1f67de;
    box-shadow: 0 0 0 30px #3173e1,0 0 0 55px #1f67de;
}
.pdfBundlePack::after{
	background-color: #417ee3;
}
.pdfBundlePackContent .product-heading {
	color: #1d1145;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}
.pdfBundlePack .product-heading{
	color: #fff;
}
.pdfBundlePack .product-details{
	color: #fff;
}
.product-details{
	text-align: center;
}
.product-details ul {
	margin: 0;
	min-height: 230px;
	padding: 0;
}
.product-details ul li {
	list-style: none;
	font-size: 14px;
	line-height: 25px;
	position: relative;
	padding-left: 20px;
	text-align: left;
}
.product-details ul li::before {
	content: '\f101';
	position: absolute;
	left: 0;
	font-family: fontawesome;
}
.pdfBundlePack .product-details ul li::before{
	color: #ffff00;
}
.demodownload{
	text-align: center;
}
.pdfBundlePackContent .product-image{
	text-align: center;
}
.exam-image .main-image{
	width:100%;
}
.product-price{
	text-align: center;
	margin:30px 0;
}
.current-price {
	font-size: 32px;
	font-weight: 700;
}
.exam-was-price{
	color: #a1a1a1;
	display: block;
	font-size: 12px;
	font-weight: 400;
	margin-left: 5px;
}
.pdfBundlePack .current-price{
	color: #fff;
}
.pdfBundlePackContent {
	position: relative;
	z-index: 99999;
}
.pdfBundlePack .star_rating {
	color: #ffff00;
	text-align: center;
}

.pdfonly .pdfBundlePackContent .product-heading {
	width: 10%;
	/* float: left; */
}
.pdfonly .pdfBundlePackContent .product-image {
	width: 10%;
	float: left;
}
.pdfonly .product-price {
	width: 20%;
	float: left;
}
.pdfonly .product-details {
	width: 70%;
	float: left;
}
.pdfonly .product-details ul {
	width: 70%;
	float: left;
	min-height: auto;
}
.pdfonly .product-price{
	margin-top: 0;
}
.preorder {
	clear: both;
	color: #ff0000;
	text-align: left;
}

.customer-feedback {
	float: right;
	font-size: 15px;
	line-height: 45px;
}
.hvr-radial-out {
	background: #1d1145;
	border-radius: 5px;
	border: none;
	box-shadow: 2px 5px 0px 1px #a1a1a1;
	color: #fff;
	font-weight: 700;
	padding: 10px 40px;
	text-align: center;
	text-transform: uppercase;
}
.pdfBundlePack .hvr-radial-out{
	background: #fff;
	color: #1d1145;
}
.pdfBundlePackDemoContent{
	position: relative;
	z-index: 99999;
}
.pdfBundlePackDemoContent .browserarea ul{
	padding: 0;
	margin:0;
}
.pdfBundlePackDemoContent .browserarea ul li {
	float: left;
	width: 34px;
	padding-right: 10px;
	list-style: none;
}
.pdfBundlePackDemoContent .browserarea ul li img{
	display: block;
	height: auto;
	max-width: 100%;
	width:100%;
}
.pdfBundlePackDemoContent .product-heading{
	font-size: 26px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.pdfBundlePackDemoContent .browserarea .h4{
	font-size: 20px;
}
.btn-demoDownload{
	background: #1d1145;
	border-radius: 5px;
	border: none;
	box-shadow: 2px 5px 0px 1px #a1a1a1;
	color: #fff;
	font-weight: 700;
	padding: 10px 40px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	z-index: 9999;
}
.bullet-points span {
	display: block;
	position: relative;
	font-weight: 400;
	padding-left: 30px;
}
.bullet-points span::before {
	content: '\f00c';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-family: fontawesome;
}


.exam-image .exam_code_image {
	color: #000;
	display: block;
	font-size: 13px;
	font-weight: 600;
	left: 35%;
	position: absolute;
	top: 32%;
	text-align: center;
	width:190px;
}
.exam-main-heading .heading {
	color: #3f3f3f;
	font-size: 24px;
	font-weight: 500;
}
.exam-main-heading p {
	font-weight: 300;
}
.exam-product-details{
	padding:0;
	margin:0;
}
.exam-product-details li {
	color: #8a8a8a;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	list-style: none;
}
.exam-product-details li img{
	margin-right: 10px;
}
.exam-product-heading{
	color: #1d1145;
	font-weight: bold;
	font-size: 24px;
}
.exam-product-price {
	color: #808080;
	font-size: 16px;
	padding: 20px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 10px;
}
.product-type {
	padding: 20px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.exam-product-price .main-price {
	color: #3f3f3f;
	font-size: 28px;
	line-height: 40px;
	margin-right: 10px;
	font-weight: 800;
}
.product-description {
	padding: 20px 0;
}
.product-description p {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 1.8;
}
#cartProduct .new_label {
	color: #3f3f3f;
	margin-right: 20px;
	margin-bottom: 0;
}
#cartProduct .new_label:last-child{
	margin-right:0;
}
.section2-add-cart {
	background: #1d1145 !important;
	border-radius: 70px;
	border: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
	padding: 15px;
	text-transform: uppercase;
	width: 49.6%;
}
.section2-add-cart:hover{
	background:#dd0a0a;
	color:#fff;
	cursor:pointer;
}
.download-demo {
	background: #0db4b9 !important;
	border-radius: 70px;
	border: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
	padding: 15px;
	text-transform: uppercase;
	width: 49.6%;
}
.download-demo:hover{
	background:#dd0a0a;
	color:#fff;
	cursor:pointer;
}
#exam-notice{
	background: #1d1145;
	color: #fff;
	padding: 15px 0;
	text-align: center;
	font-weight: 100;
	font-size: 20px;
}
#exam-notice span{
	color: #0f336a;
	font-weight: bold;
}
#product-trust-seal {
	text-align: center;
	font-size: 10px;
}
#product-trust-seal h4 {
	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: #1d1145;
	border:1px solid #1d1145;
	color: #fff;
}
#vendor-related-exams ul {
	padding: 0;
	margin: 0;
}
#vendor-related-exams ul li {
	list-style: none;
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
#vendor-related-exams ul li a {
	border: 1px solid #ddd;
	padding: 10px 20px;
	display: block;
	margin-bottom: 10px;
	color: #444;
	text-align: center;
	font-size: 12px;
	min-height: 80px;
}
#vendor-related-exams ul li a:hover{
	background: #1d1145 !important;
	color: #fff;
	border:1px solid #1d1145 !important;
}
.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: 999999;
	width: 100%;
	padding: 30px;
}
.demo-download .remove {
	background: #000;
	border-radius: 100%;
	cursor: pointer;
	height: 50px;
	position: absolute;
	right: 0px;
	text-align: center;
	top: -55px;
	width: 50px;
}
.demo-download .remove span {
	color: #fff;
	display: block;
	font-size: 22px;
	line-height: 50px;
	vertical-align: middle;
}
.btn-demo-download {
	background: #1d1145 !important;
	color: #fff;
	padding: 10px 50px;
	max-width: 235px;
	width: 100%;
}
.preorder .btn-email{
	background: #1d1145;
	border-radius: 50px;
	display: block;
	padding: 10px;
	width:100%;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.flat-testimonials {
	background: #f2f2f2;
}
.flat-testimonials-in h3 {
	font-size: 40px;
	font-weight: bold;
}
.demontration-carousel{
	position: relative;
}
.owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.owl-prev {
	/* position: absolute; */
	/* left: 0; */
	background: #ddd !important;
	border-radius: 100px 0px 0px 100px !important;
	width: 40px;
	left: -40px !important;
	position: relative;
	text-align: center;
}
.owl-next {
	background: #ddd !important;
	border-radius:  0 100px 100px 0 !important;
	width: 40px;
	right: -40px !important;
	position: relative;
	text-align: center;
	position: absolute;
}
.owl-prev span,
.owl-next span{
	font-size: 40px;
}
.demontration-item {
	border: 1px solid #ddd;
}
/* 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: #1d1145;
	color: #fff;
}
.faqs-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.faqs-content ul li {
	color: #1d1145;
}
.faqs-content ul li p{
	color: #444;
}
.faqs-content ul li h2{
	font-size: 24px;
	color: #0f336a;
}
/* Vendors Details
--------------------------------*/
.all-vendor-exams h3{
	border-bottom: 1px solid #ddd;
}
.all-vendor-exams .list {
	list-style: none;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}
.all-vendor-exams ul li p{
	margin-bottom: 5px;
}
.btn-detail {
	background: #1d1145;
	border-radius: 50px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 12px;
	margin-top: 0px;
	padding: 10px 20px;
	text-align: center;
}
.btn-detail:hover{
	color: #fff;
}
.trusted-seal {
	background: #0f336a;
	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 h4 {
	color: #1d1145;
	display: inline-block;
	width: 70%;
	font-size: 20px;
	vertical-align: middle;
	line-height: 25px;
	margin: 0;
	padding-left: 20px;
}
.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: #1d1145;
	line-height: 12px;
	vertical-align: middle;
}
.vendor-recently-exam{
	border:1px solid #0f336a;
	padding:10px;
}
.allvendors ul {
	list-style: none;
	margin: 0 -10px;
	overflow: hidden;
	padding: 0;
}

.allvendors ul li {
	float: left;
	padding: 10px;
	width: 25%;
}
.allvendors ul li a {
	border-radius: 50px;
	border: 1px solid #ddd;
	color: #8a8a8a;
	display: block;
	font-size: 14px;
	padding: 20px 10px;
	text-align: center;
}
.allvendors ul li a:hover{
	background: #1d1145 !important;
	border: 1px solid #1d1145;
	color: #fff;
}
/* Login/Register
--------------------------------*/
.user-block{
	background: #f7f7f7;
	padding:20px 50px;
}
.user-block.user-login{
	background: #1d1145 !important;
	color: #fff;
	height: 100%;
}
.user-login .login-heading{
	color: #fff;
}
.forgot-button,
.updatePassword {
	background: #1d1145;
	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;
}
.forgot-password{
	color: #fff;
}
.forgot-password:hover{
	color: #fff;
}
.user-block input[type="email"],
.user-block input[type="password"]{
	border-radius: 0;
}
#sec1-button {
	background: #f7f7f7;
	border-radius: 5px;
	border: none;
	box-shadow: 2px 5px 0px 1px #a1a1a1;
	color: #333;
	font-weight: 700;
	padding: 10px 40px;
	text-align: center;
	text-transform: uppercase;
}
/**** Member Area ****/
.btn-blue {
	background: #E74F38;
	color: #FFF;
	outline: none;
	padding: 10px 20px;
	width: auto;
}
.btn-blue:hover{
	color: #fff;
}

/* Cart Page
--------------------------------*/
.no-product-msg{
	min-height: 250px;
	padding-top: 70px;
}
.no-product-msg p {
	font-size: 22px;
}
.no-product-msg a{
	color: #1d1145 !important; 
}
.cart-login-form {
	border: 1px solid #0E2B86;
	padding: 20px;
}
.login-popup-action{
	margin-top: 10px;
}
.login-popup-action a{
	text-decoration: underline;
	color: #1d1145;
}
.cart-login-form .button-login {
	background: #1d1145;
	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.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.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: #1d1145;
	max-width: 500px;
	width: 100%;
	color: #fff;
	padding: 20px;
	font-size: 22px;
	font-weight: bold;
}

.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;
    cursor: pointer;
    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: 9999;
	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: 99999999;
	padding-top: 40px;
}
.popup-login .login-field {
	width: 100%;
	height: 45px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	padding: 10px 10px;
}
.btn-login {
	background: #1d1145;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	height: 45px;
	letter-spacing: 4px;
	width: 100%;
}
.popup-login .remove {
	text-align: right;
	position: absolute;
	right: 0;
	top: -50px;
}
.popup-login .remove i {
	background: #1d1145;
	border-radius: 70px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
}
.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 {
	background: #f3f3f3;
	padding: 30px 15px;
	margin-bottom: 10px;
}
.cart-product-name {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}
.cart-product-name h3 {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 600;
}
.fillDataBottom strong{
	color: #1d1145;
	font-size: 20px;
}
.cart-content hr{
	background: #1d1145;
}
.payment_methods.methods{
	padding:0;
	margin:0;
}
.payment_method{
	background: #ebe9eb;s
	border-radius: 5px;
	font-weight: 400;
	line-height: 2;
	list-style: none outside;
	margin-bottom: 10px;
	text-align: left;
	padding: 10px;
}
.payment_method label{
	font-size: 17px;
}
.conditions-wrapper {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}
.payment-actions{
	text-align: center;
}
.payment-actions .btn {
	font-size: 20px;
	padding: 10px 40px;
	background: #337ab7;
	border-color: #2e6da4;
	max-width: 320px;
	width: 100%;
}
.popups{
	display: none;
	background-color: #ffffff;
    height: 100%;
    left: 0;
    width:100%;
    padding-bottom: 52px;
    position: fixed;
    top: 0;
    z-index: 1500;
}
.remove {
	display: block;
	color: #fff;
	font-size: larger;
	right: 10%;
	position: fixed;
	z-index: 99999;
	top: 10%;
	font-size: 40px;
}
.paddle_popup {
    background-color: #ffffff;
    height: 100%;
    left: 0;
    width:100%;
    padding-bottom: 52px;
    position: fixed;
    top: 0;
    z-index: 1500;
}
.paddle_popup .remove {
	display: block;
	color: #fff;
	cursor: pointer;
	font-size: larger;
	right: 10%;
	position: fixed;
	z-index: 99999;
	top: 10%;
	font-size: 40px;
}
.ajax_loader {
	background: url('../images/AjaxLoader.gif') no-repeat center right;
	background-size: cover;
	background-size: contain;
	background-position: 70% 150%;
	width: 100px;
	height: 100px;
	margin: 0px auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
#paddle2_popup{
	z-index: 5px;
	position: absolute;
}
.payment-title {
	font-weight: bold;
	margin-top: 5px;
	display: block;
}
/* All Venfor
--------------------------------*/
.prod-items.prod-tb{
	float: left;
	width: 33.33%;
	padding: 10px;
}
.prodtb-i{
	border:1px solid #ddd;
	padding: 10px;
}
.prodtb-i a{
	color: #444;
	display: block;
}
.prodtb-i:hover{
	background: #1d1145;
}
.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;
}

.btn-product-access{
	background: #0c2e8a;
	color: #fff;
	padding:10px 20px;
	font-size: 12px;
}
.btn-product-access:hover{
	background: #1d1145;
	color: #fff;
}

































/* Footer Section
--------------------------------*/
footer{
	background: #1d1145;
	padding:30px 0;
}
footer p{
	color: #fff;
	font-size: 12px;
}
.footer-heading {
	display: block;
	color: #fff;
	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;
	font-size: 13px;
	font-weight: 400;
}
.footer-pages li a {
	border-bottom: 1px solid rgba(255,255,255,0.10);
	padding: 5px 0;
	margin-bottom: 5px;
}
.footer-pages li a:hover{
	color: #ddd;
}
.copyrights {
	background: #5defe0;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 0;
	text-align: center;
}
.copyrights a{
	color: #1d1145;
}
.footer-products li {
	display:block;
	width: 100%;
	margin-bottom: 4px;
}
.footer-products li a {
	display: block;
	padding-top: 10px;
	font-size: 12px;
	font-weight: 500;
}
.footer-products li a:hover{
	color: #ddd;
}
.footer-intro {
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	margin-top: 20px;
}
.dumpsCookies {
    background: #1d1145 !important;
    border: 1px solid #1d1145;
    bottom: 0;
    color: #ffffff;
    display: none;
    height: 300px;
    max-width: 300px;
    padding: 15px;
    position: fixed;
    right: 15px;
    top: 15px;
    width: 100%;
    z-index: 999999999;
}
.dumpsCookies #allowDumpsCookies {
    cursor: pointer;
    display: block;
    text-align: right;
}



@media only screen and (max-width: 768px){
	.block-content a{
		max-width: 235px;
	}
}
@media only screen and (max-width: 767px){
	.social-container{
		width:100%;
	}
	.social-links li:first-child{
		border:none;
	}
	.social-links li{
		width:60px;
	}
	.prod-items.prod-tb{
		width: 100%;
	}
	#vendor-related-exams ul{
		width:100%;
	}
	#vendor-related-exams ul li{
		width:49%;
	}
	.block-content a{
		width: 65px;
	}
	.switch-field label{
		width:49%;
		padding: 20px 5px;
	}
	.payment-title{
		font-size: 11px;
	}
	.tab-content > .tab-pane ul li {
		width: 50%;
		padding: 5px;
	}
	.tab-content > .tab-pane ul li a{
		padding:10px 10px;
		box-shadow: 0px 2px 4px 1px #ddd;
		min-height: 70px;
	}
	.home-exam-widget ul li{
		width:50%;
	}
	.home-exam-widget ul{
		margin:0;
	}
	.product-divider{
		margin-top: 30px;
	}
	.home-exam-widget ul li a{
		font-size: 14px;
	}
	.section2-add-cart{
		font-size: 12px;
		width:48.6%;
	}
	.download-demo{
		font-size: 12px;
		width:48.6%;
	}
	.searchdropdown{
		right:auto;
	}
	.single-box{
		width:44.7%;
	}
	.cart-product-name a {
		font-size: 10px;
		display: inline-block;
		font-weight: 800;
	}
	.xs-banner-content{
		margin-top: 15px;
	}
	.pdfonly .pdfBundlePackContent .product-heading {
		width: 100%;
		/* float: left; */
	}
	.pdfonly .pdfBundlePackContent .product-image {
		width: 100%;
		float: left;
	}
	.pdfonly .product-price {
		width: 100%;
		float: left;
	}
	.pdfonly .product-details {
		width: 100%;
		float: left;
	}
	.pdfonly .product-details ul {
		width: 100%;
		float: left;
		min-height: auto;
	}
	.pdfonly .product-price{
		margin-top: 0;
	}
	.customer-feedback {
		float: none;
	}
	.btn-demoDownload{
		margin-top: 10px;
	}
	.pdfBundlePackDemoContent .browserarea ul li{
		padding-right: 5px;
		width:30px;
	}

}
/********************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;
}
#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: 999999;
}
#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%;
}

/************* 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: 999999;
}
.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;
}
.woocommerce-privacy-policy-text p{
	font-size: 10px;
}
.table_heading{
	text-align: center;
}
.all-vendor-exams .heading{
	color: #1d1145;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 30px;
}