@charset "utf-8";
/* start */
h1,h2,h3{font-weight:bold !important;}
li,p{font-size:12px !important;}
ul li{list-style:none;}
.nopadding{padding:0px !important;}
.nomarjin{margin:0px !important;}
.border{border:1px solid #ebebeb;}
.rpadding{padding-right:0px !important;}
.lpadding{padding-left:0px !important;}
.border-bottom{border-bottom:1px solid #ebebeb;}
.border-top{border-top:1px solid #ebebeb;}
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.eot');
    src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-light-webfont.woff') format('woff'),
         url('../fonts/roboto-light-webfont.ttf') format('truetype'),
         url('../fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoblack';
    src: url('../fonts/roboto-black-webfont.eot');
    src: url('../fonts/roboto-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-black-webfont.woff2') format('woff2'),
         url('../fonts/roboto-black-webfont.woff') format('woff'),
         url('../fonts/roboto-black-webfont.ttf') format('truetype'),
         url('../fonts/roboto-black-webfont.svg#robotoblack') format('svg');
    font-weight: normal;
    font-style: normal;

}
input, textarea, select {
	-webkit-appearance: none; /* Fix for Mobile Safari */
	background-color:#FFFFFF;
	border: 1px solid #e8e8e8;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	color: #304ffe;
	font: 14px "Myriad Pro";
	padding: 5px 10px;
	-border-radius: 0;
}

input, select {
	height:54px;
	width: 200px;
}

textarea {
	padding: 36px;
	resize: both;
}
	
	input:hover, textarea:hover, select:hover { border-color: #dedede; }
	

select, option {
	cursor: pointer;
	padding: 5px 7px;
}

input[type="checkbox"], input[type="radio"],
.contact-form input[type="checkbox"], .contact-form input[type="radio"] { width: 20px; }

/* Fix for Mobile Safari */
input[type="checkbox"] { -webkit-appearance: checkbox; }
input[type="radio"] { -webkit-appearance: radio; }

/* Chrome, Safari */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #b0b0b0; }

/* Firefox */
input:-moz-placeholder, textarea:-moz-placeholder { color: #b0b0b0; }

/* jQuery fallback */
input.placeholder, textarea.placeholder { color: #b0b0b0; }

/*=================index-page-start=====================*/
.overlay{
	width:100%;
	height:100%;
	background:#000000;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	opacity:0.6;
	z-index:1000;
	display:none;
}
#logo{
	float:left;
	padding: 15px 0px 16px 0px;
}
.logo img{
	max-width:100%;
}
.nav-pills{
	margin-right:-15px !important;
	padding: 14px 0px 0px 0px !important;
}
.nav-pills a{
	color:#000 !important;
	font-family: 'robotoregular';
	font-size:12px !important;
}
.nav-pills a:hover{
	background-color: #FFFFFF !important;
	color:#ffb400 !important;
}
#main-nav{
    float: left;
    width: 100%;
    height:47px;
	background-color:#4396ca;
	-webkit-border-radius: 3px;
}
#main-nav > ul {
	width:60%;
	margin: 0px 0px 13px;
	float:left;
}

			#main-nav li {
				list-style: none;
				float: left;
				margin:0px 0px 0px 0px;
				position: relative;
				padding-bottom:11px;
			}

				#main-nav a {
					color:#FFFFFF;
					font-size: 14px;
					font-weight:normal;
					display: block;
					letter-spacing: -0.08px;
					padding: 14px 22px 0px;
					position: relative;
					text-align: center;
					z-index: 98;
				}
				

				#main-nav li a img {    
									float: left;
									margin-top: -5px;
									margin-left: -33px;
				
									}
				
			
				.ie7 #main-nav a { padding: 33px 20px; }

				#main-nav .hover > a,#main-nav ul li a:hover {
						color: #ffc11a;
						text-decoration:none
						
					}

				/* Dropdown */

			.no-js #main-nav li:hover > ul {
					display: block;
					top: 60px;
				}

				#main-nav ul ul {
					background: #FFFFFF;
					-webkit-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
					   -moz-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
							box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
					display: none;
					left: 0;
					padding: 0;
					position: absolute;
					top: 45px;
					width: 152px;
					z-index: 99;
				}

					#main-nav ul ul li { float: none; }

						#main-nav ul ul a {
							border: 0;
							border-bottom: 1px solid #CCCCCC;
							color: #304ffe;
							display: block;
							font-size: 14px;
							letter-spacing: 0;
							font-weight: 400;
							padding: 8px 20px !important;
							text-align: left;
							text-transform: none;
						}

							#main-nav ul ul a:hover, #main-nav ul ul .hover > a, #main-nav ul ul .current > a, #main-nav ul ul .current > a:hover {
								background: #ffc11a;
								color: #fff;
								text-decoration:none;
							}

					.not-ie #main-nav ul ul .current:after { display: none; }

				/* Sub Dropdown */
			#main-nav ul ul ul {
					left: 200px !important;
					top: 0 !important;
				}

		/* Responsive Nav */
		 #main-nav .responsive-nav {
			background-image:url(../images/responsive-nav-bg.png);
			background-position: center right;
			background-repeat: no-repeat;
			display: none;
			width: 100%;
		}
.darrow{
	font-size:9px;
	color:#FFF;
	top:18px;
	right:5px;
	position:absolute;
}
.search{
	padding-left:10px !important;
	height:29px !important;
	width:20%px !important;
	margin-top:-2px;
	margin-right:-3px;
}
.bttn{
	margin-right:10px;
	width:10%px;
	height:27px;
	background-color:#ffb400;
	color:#FFF;
	border:1px solid #ffb400;
}
.cert-exams{
	margin-top:15px;
	width:100%;
	height:auto;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	border-left:1px solid #eeeeee;
	padding-bottom:37px;
}

.cert-exams h3,.cert-exams p{
	margin-left:20px;
}
.cert-exams p{
	color:#737373;
	text-align:left;
}
.cert-exams ul{
	margin-left:0px !important;
}
	
.cert-exams li {
	list-style: none;
    color: black;
	margin-left: -23px;
    padding: 0px 28px;
    font-size: 15px;
    line-height: 22px;
    background-image:url(../images/list-img.png);
    background-repeat: no-repeat;
}
.demo{
	margin-top:15px;
    float: right;
    width: 100%;
    height: auto;
    padding-bottom: 34px;
    background-color: #fff8e6;
    border:1px solid #eeeeee;
}
.demo h3{
	text-align: center;
    padding-bottom: 18px;
    padding-top: 5px;;
}
.search-textbx{
	height: 35px;
    width: 85%;
    float: left;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 3px;
    margin-bottom: 11px;
    margin-left: 20px;
	padding-left:10px;
}
.btn{
	height:45px;
	width:85%;
	float:left;
    -webkit-border-radius: 3px;
	margin-bottom:15px;
	margin-left:20px;
	background-color:#ffb400;
	color:#FFF !important;
}
.aside {
    width: 100%;
    height: auto;
    padding-bottom: 14px;
    padding-top: 10px;
	margin-top:10px;
}
.aside h4 {
    margin-left: 22px;
    margin-right: 62px;
    padding-bottom: 08px;
    border-bottom: 4px solid #4396ca;
}
#hot-cert {
    background-color: #fff8e6;
}
#hot-cert li {
    list-style: none;
    margin-left: -17px;
}
#hot-cert li a {
    color: black;
    font-size: 12px;
    line-height: 20px;
}
#hot-cert li a:hover {
	text-decoration:none;
    color: #ffb400;
}
.section{
	height:auto;
	width:100%;
	margin-top:10px;
	float:left;
}
.section h4{
	margin-top:0px;
	margin-left:8px;
}
.view{
	float:right;
	color:#000;
	text-decoration:underline;
	margin-top:-30px;
}
.section a:hover{
	color:#ffb400;
}
.section ul{
	padding: 0px;
    margin-left:0px;
	margin-top:-10px;
}
.section ul li
{

    background: #FFFFFF;	
	margin:20px 0 0 10px;
	float:left;	
}
.section ul li a{
	float: left;
	text-align:center !important;
	color:#000;
	font-size:12px !important;
	text-decoration:none;

}

.section ul li a h3{ 
	width:100%;
	height:88px;
	border:1px #e1e1e1 solid;
	margin-top:0px !important;
}
#hot-exam{
	background-color:#dcfcff;
	height:285px;
}
 #hot-exam ul li{
    float: left;
    width: 50%;
    height: 23px;
    margin: 0px 32px -3px -18px;
}
      
 #hot-exam ul li:nth-child(even){
    margin-right:0;
}
 #hot-exam ul li a{
	 line-height:22px;
	 font-size:12px !important;
	 color:#000;
 }
 #hot-exam ul li a:hover{
     color:#ffb400;
	 text-decoration:none !important;
  }
  .secure-booking {
    padding-bottom: 15px;
    width: 100%;
	height:auto;
	margin-top:20px;
}
.secure-booking img {
    width:99px;
    float: left;
}
.booking-txt {
    width: 69%;
    float: right;
    padding-top: 0px;
    font-size: 14px;
    line-height: 23px;
    color: #656565;
}
.booking-txt h3 {
    display: block;
    color: #000000;
    line-height: 0px;
}
.booking-txt span {
    display: block;
    color:#4e4e4e;
    font-size: 12px;
    line-height: 16px;
    padding: 11px 0px;
}
#new-release{
	background-color:#fafafa;
	height:291px;
}
#new-release ul li {
    float: left;
    width: 30%;
    height: 43px;
    color: #000;
    line-height: 7px;
    margin: 0px 60px 0px -18px;
}
      
 #new-release ul li:nth-child(even){
    margin-right:0;
}
 #new-release ul li a{
	 line-height:22px;
	 font-size:12px !important;
	 color:#000;
	 font-weight:bold;
 }
 #new-release ul li a:hover{
     color:#ffb400;
	 text-decoration:none !important;
 }
 .mega-pack {
    width: 100%;
    float: left;
    margin-top: 10px;
    height: auto;
    padding: 0px 0px 0px 22px;
    padding-bottom: 7px;
}
.mega-pack-nav{
	width:100%;
	float:left;
	border-bottom:3px solid #4396ca;
}
.mega-pack h3 {
    float: left;
}
.tab-btn{
	width: 75px;
    height: 30px;
	float:left;
    margin-left: 10px;
    margin-top: 16px;
    background-color: #FFFFFF;
    color: #000;
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 3px;
}
.tab-btn:hover {
    background-color: #ffb400;
    color: #FFF;
    border: 1px solid #ffb400;
    webkit-border-radius: 3px;
}
#star{
	width:100%;
	height:auto;
	float:left;
	margin-right:18px;
	
}
#star h4 {
    float: left;
	margin-right:12px;
    margin-top: 23px;
}
#star img{
	margin-top:20px;
}
.mega-pack-detail{
	width:100%;
	float:left;
	height:auto;
}
.mega-pack-detail-2{
	width:100%;
	float:left;
	height:auto;
}
.mega-pack-detail-3{
	width:100%;
	float:left;
	height:auto;
}
.pakage{
	width:100%;
	height:auto;
	float:left;
	padding-top:25px;
	padding-bottom:10px;
}
.pakage ul{
	margin:0px !important;
	padding:0px !important;
	border-right:1px solid #ebebeb;
}
.pakage li {
    list-style: none;
    color: black;
    display: block !important;
    padding: 0px 20px;
    font-size: 12px;
    line-height: 25px;
    background-image: url(../images/list-img.png);
    background-repeat: no-repeat;
}
.practice{
	width:100%;
	height:auto;
	float:left;
	padding-top:12px;
}
.practice h3 ,.practice h2{
	height:auto;
	width:100%;
	float:left;
	line-height:0px;
	padding-top:0px !important;
}
.practice h2{
	color:#ffb400;
}
#select_pack{   
    width: 75%;
    height: 35px;
	margin-top:10px;
    border: 1px solid #CCCCCC;
   	-webkit-border-radius: 3px;
    margin-bottom: 13px;
    float:left;
    padding-left:10px;  
   }
.add_cart{
   width: 75%;
   height: 35px;
   color:#FFFFFF;
   border: 1px solid #ffb400;
   background-color: #ffb400;
   -webkit-border-radius: 3px;
   float:left;
   }
   .img{
	   width:100%;
	   height:auto;
	   float:left;
   }
   .img img{
	   padding-top:10px;
   }
 #recnt-updt{
	border:1px solid #eeeeee;
	height:485px;
}
.micro-detail{
	float:left;
	height:auto;
	width:100%;
}
.oracle-detail{
	float:left;
	height:auto;
	width:100%;
}
.cisco-detail{
	float:left;
	height:auto;
	width:100%;
}
#recnt-updt h5{
	    color: #5cbec5;
		font-size: 16px;
        margin-left:22px;
		margin-right:16px;
        border-bottom: 1px solid #e0e0e0;
        line-height: 30px;
}
#recnt-updt .arrow{
		font-size:12px;
    	color: #828282;
		float:right;
}
#recnt-updt ul {
    width: 201px;
}
 #recnt-updt ul li{
    float: left;
    width: 35%;
    height: 43px;
    color: #000;
	line-height:7px;
	margin: 0px 60px 0px -18px;
}
      
 #recnt-updt ul li:nth-child(even){
    margin-right:0;
}
 #recnt-updt ul li a{
	 line-height:22px;
	 font-size:12px !important;
	 color:#000;
	 font-weight:bold;
 }
 #recnt-updt ul li a:hover{
     color:#ffb400;
	 text-decoration:none !important;
 }
 .detail{
	width:100%;
	float:left;
	margin-top:10px;
	height:auto;
	padding:0px 0px 0px 22px;
	padding-bottom:7px;
}
.detail p{
	width:95%;
	height:auto;
	float:left;
	text-align:justify;
}
.popular-cert{
	width:52%;
	float:left;
	height:auto;
}
.hr{
	width: 48%;
    float: left;
	margin-top:30px;
    border-bottom: 3px solid #4396ca;
}
.tab-detail{
	width:100%;
	height:auto;
	float:left;
}
.tab-detail-2{
	width:100%;
	height:auto;
	float:left;
}
.tab-detail-3{
	width:100%;
	height:auto;
	float:left;
}
.tab-detail ul{
	float: left;
    margin-left: 0px;
    padding: 0px;
    margin-top: 13px;
}

.tab-detail ul li{
	float:left;
    width:50%;
    height: auto;

}
.tab-detail ul li:nth-child(even){
    margin-right:0;
}
.tab-detail ul li a{
	 line-height:22px;
	 font-size:12px !important;
	 color:#000;
 }
.tab-detail ul li a:hover{
     color:#ffb400;
	 text-decoration:none !important;
  }
  .tab-detail-2 ul{
	float: left;
    margin-left: 0px;
    padding: 0px;
    margin-top: 13px;
}

.tab-detail-2 ul li{
	float:left;
    width:50%;
    height: auto;

}
.tab-detail-2 ul li:nth-child(even){
    margin-right:0;
}
.tab-detail-2 ul li a{
	 line-height:22px;
	 font-size:12px !important;
	 color:#000;
 }
.tab-detail-2 ul li a:hover{
     color:#ffb400;
	 text-decoration:none !important;
  }
  .tab-detail-3 ul{
	float: left;
    margin-left: 0px;
    padding: 0px;
    margin-top: 13px;
}

.tab-detail-3 ul li{
	float:left;
    width:50%;
    height: auto;

}
.tab-detail-3 ul li:nth-child(even){
    margin-right:0;
}
.tab-detail-3 ul li a{
	 line-height:22px;
	 font-size:12px !important;
	 color:#000;
 }
.tab-detail-3 ul li a:hover{
     color:#ffb400;
	 text-decoration:none !important;
  }
  .granty{
	width:100%;
	height:auto;
	padding-left:12px;
	padding-bottom:9px;
	border:1px solid #eeeeee;
	margin-top:10px;
}
.granty img{
	padding-bottom:27px;
}
.satisfied-cstmr{
	width:100%;
	float:left;
    margin-top: 12px;
    height: auto;
    padding: 0px 0px 0px 22px;
    padding-bottom:15px;
}
.satisfied-cstmr h3{
	border-bottom:1px solid #eeeeee;
	margin-bottom:47px;
}
.sumry{
	float:left;
	width:100%;
	height:auto;	
}
.sumry h4{
	margin-top:12px;
	font-weight:bold;
	font-size:15px !important;
}
.sumry p{
	font-size:12px !important;
}
.blacky-back {
    float: left;
    width: 100%;
	-webkit-border-radius: 3px;
	margin-top: 8px;
	background-color: #4396ca;
}
.f-menu {
    clear: both;
    text-align: center;
    width:auto;
    margin-left: auto;
    margin-right: auto;
}
.f-menu ul.menu {
    display: inline-block;
    list-style-type: none;
    clear: both;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
    margin-right: 0px;
    padding-right: 0px;
}
.f-menu ul.menu li {
    float: left;
    margin-right: 3px;
    margin-left: 8px;
}
.f-menu ul.menu li a {
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
}
.f-menu ul.menu li a:hover{
	color:#ffb400 !important;
	text-decoration:none;
}
#copy-rit{
	float:left;
	width:100%;
	height:auto;
	text-align:center;
	margin-top:25px;
	text-align:center;
	padding-bottom:25px;	
}
.responsive-image {
    max-width: 100%;
}
/*=================exam-page start==============*/
.brdcrum{
	float: left;
    width: 100%;
    height: 26px;
    padding-top: 10px;
}
.brdcrum ul{
		margin-left:-52px;
	    list-style: none;
}
.brdcrum ul li{
	float:left;
	margin-left:14px
}
.brdcrum ul li a{
	color:#000000 !important;
}

.infrmtn{
	width:100%;
	border-right:1px solid #e9e9e9;
	height:auto;
	float:left;
	padding-bottom:1px;
}
.infrmtn h3{
	font-size:15px !important;
}
.infrmtn p{
	color:#4396ca;
	font-size:12px;
	line-height:10px;
}
.sap-cert{
	width:100%;
	height:auto;
	float:left;
	padding-bottom:1px;
}
.sap-cert h3{
	font-size:15px !important;
	float:left;
	font-weight:bold;
}
.sap-cert p{
	font-size:12px;
}
hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border: 0;
    border-top: 1px solid #eee;
}
.bundle{
	width:100%;
	height:auto;
	float:left;
	padding-bottom:10px;
}
.detl{
	width:100%;
	float:left;
	height:auto;
	border-bottom:1px solid #eee;
	padding-bottom:0px;
}
.detl h4{
	font-weight:bold;
	font-size:14px !important;
}
.detl h4 img{
	margin-right:10px;
}
.detl p{
	font-size:12px;
	color:#646464;
}

.paymnt{
	float:left;
	width:55%;
	height:auto;
}
.paymnt p{
	margin-top:10px !important;
	margin-bottom:-8px;
	float:left;
	font-size:14px;
	color:#ff4242;
	text-decoration: line-through;
}
.paymnt h4{
	float:left;
	font-size:22px !important;
}

.chk-box{
	width:10%;
	height:auto;
	float:left;
	padding-top:8px;
}
.chk-box input{
	
	height:23px !important;
	margin:0px !important;
	padding:0px !important;
}
.chk-box input[type=checkbox]{
	border:1px solid #FFFFFF !important;
	margin:0px !important;
	padding:0px !important;
}

.order{
	display:block;
	width:90%;
	height:auto;
	float:left;
}
.order h4{
	font-size:14px !important;
}
.order span {
	color:#ff0000;
	font-size:14px;
}
.cart-btn{
	width:45%;
	height:auto;
	padding-top:22px;
	float:left;
	font-size:12px;
}
#cart-btn{
	width:100%;
	height:34px;
	float:left;
	color:#FFFFFF;
	background-color:#4396ca;
	border:1px solid #4396ca;
}
.salogan{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
}
.salogan h2{
	font-size:22px !important;
}
.nowclm{
	width:100%;
	float:left;
	height:auto;
}
.img{
	width:45%;
	float:left;
	height:auto;
}
.prodct-detail{
	width:55%;
	float:left;
	height:auto;
}
.prodct-detail h3{
	font-size:15px !important;
	font-weight:bolder;
}
.prodct-detail p{
	font-size:12px;
	line-height:10px;
}
.prodct-detail span{
	color:#ff0000;
	margin-right:10px;
}
.demo-btn{
	background-color:#ff9b00;
	color:#FFFFFF;
	font-size:9px;
	border:1px solid #ff9b00; 
}
.prdct-btn{
	width:123px;
	height:34px;
	float:left;
	background:#FFFFFF;
	border:2px solid #4396ca;
}
.popup{
	display:none;
	width:49%;
	height:auto;
	background-color:#FFFFFF;
    position: fixed;
    top: 60px;
    left: 28%;
	padding-bottom:52px;
    z-index: 1500;
	
}
.remove{
	display:none;
	margin:-23px;
	float:right;
	font-size:9px;
	cursor:pointer;
}
#btn-demo{
	background-color:#26ba0e;
}
.popup-bg{
	width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 1;
}
#demo1{
	width:61px;
	height:16px;
	}
#demo2{
	width:61px;
	height:16px;
	}
#demo3{
	width:61px;
	height:16px;
	}
#demo5{
		margin-top:36px;
	}
#popup5{
		left: 20%;
		bottom:2%;
		width:60%;
	}	

#TestTabs{
	display: inline;
    float: left;
    padding: 20px 0px;
    width: 100%;
    background: #FFFFFF;
}

#TestTabs #tabs{
	background:#304ffe;
}

#TestTabs .nav-pills>li.active>a, 
#TestTabs.nav-pills>li.active>a:hover, 
#TestTabs.nav-pills>li.active>a:focus{
	border-bottom:5px solid #a4b2ff;
	font-weight:bold;
}

#TestTabs .nav-pills>li>a{
	border-radius:0px;
}

#TestTabs .nav-pills>li>a:hover{
	border-bottom:5px solid #a4b2ff;
	border-bottom-style:inset;
}

#TestTabs .nav>li>a{
	background:#304ffe;
	color:#FFF;
	font-weight:400;
	font-size:13pt;
	padding:15px 0px;
}

#TestTabs .tab-pane{
	border:1px solid #cfcfcf;
	-webkit-box-shadow:0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:0px 1px 1px rgba(0,0,0,0.2);
	padding:20px 0px;
}
 .CourseList ul{
	max-height:415px;
	overflow:auto;
}
 .CourseList ul li{
	list-style:inside decimal;
	font-style:italic;
	font-weight:400;
	font-size:15pt;
	padding:5px 0px 0px 5px;
}
.CourseList ul li a{
	color:#000000;
	line-height:20px;
	text-decoration:none;
}
.CourseList ul li.active a,
 .CourseList ul li a:hover{

}
.CourseList ul li .sub{
	max-height:none;
	overflow:hidden;
	padding:10px 0px;
}
 .CourseList ul li .sub li{
	list-style:none !important;
	padding-left:5px;
	font-style:italic;
	font-weight:400;
	font-size:11pt;
}
.CourseList ul li.active .sub li a,
.CourseList ul li .sub li a:hover{
}

#TestTabs .CourseList ul li .sub li a{
}
.CourseList ul li .sub li i{
	font-size:13pt;
	color:#949494;
	margin-right:5px;
}

.CourseListData{
	padding-top:20px;
}


.CourseListData h3{
	margin-top:0px;
}

.CourseListData p{
	color:#616161;
	font-size:10pt;
	line-height:18px;
}

.CourseListData p span{
	display:inline-block;
	color:#304ffe;
	margin-right:40px;
}

.CourseListData .CourseDetailsContent{
	margin-top:30px;
}

/*========end of exam-page=========*/



/*--------------------*/
/* ALL VENDERS SECTION */
/*--------------------*/

.AllVennders{
	float: left;
	display: inline;
	width: 100%;
}

.VendorData{
	padding:0px;
}

.VendorData .form-group{
	display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.VendorData select,
.VendorData label{
	width:auto;
	display:inline-block;
}

.VendorData .pagination{
	margin:0px;
}

.VendorCerList{
	width:100%;
	height:auto;
	float:left;
	margin:10px 0px;
	padding:20px 25px 20px;
	border:1px solid #eaeaea;
}


.CerImage{
	border: 1px solid #eaeaea;
    padding: 30px 15px;
}

.CerData h3{
	font-size:14pt;
	font-weight:400;
	margin:0px 0px 10px;
	color:#4396ca;
}

.CerData p{
	font-size:10pt;
	font-weight:500;
	margin:4px 0px;
	color:#000000;
}

.CerData p i{
	color:#4396ca;
	display:inline-block;
	margin-right:5px;
}

.CerData a{
	color:#4396ca;
	padding:0px;
	margin:10px 0px;
}

.CerData a:hover{
	text-decoration:underline;
}

#ListVendors{
	padding:0px 15px !important;
}

#ListVendors ul{
	padding:0px;
}

#ListVendors ul li{
	display:block;
	margin:0px;
}

#ListVendors ul li a {
    display: inline-block;
    font-size: 9pt;
    font-weight: 400;
    color: #4396ca !important;
    padding: 0px;
    border: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
    border-radius: 0px;
	text-align:left;
}

#ListVendors ul li a:hover {
	color:#000 !important;
	background:none;
	
}
.right-bar {
    border: 1px solid #eaeaea;
    padding: 0px 20px;
}

.right-bar h3{
	text-align:center;
}
.CerData p img {
    color: #4396ca;
    display: inline-block;
    margin-right: 5px;
}
.cert{
	width:100%;
	height:auto;
	float:left;
	border-right:1px solid #dddddd;
}
.pages{
 width:100%;
 height:auto;
 float:left;
}

.pages ul li{
	color:#000000;
	float:left;
     
}
 
.pages ul li:hover{
 color:#4396ca;
}


.p_arrow{
	 color:#000000;
	 border: 2px solid #000000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
 	margin-right: 5px;
     padding-top: 2px;
}
.p_arrow span:hover{ 
 color:#ffffff;
 background-color:#4396ca;
 border: 2px solid #4396ca;
}
.pagination {
    float: right;
}
.view-btn{
	width:100%;
	height:auto;
	float:left;
	padding-top:50px;
}
/*========start of login===========*/

.login{
	width:100%;
	height:auto;
	float:left;
}
.login h3{
	font-size:16px !important;
	font-weight:bold;
}
.login p{
	font-size:12px !important;
	color:#4c4c4c;
}
.member-login{
	width:100%;
	height:auto;
	float:left;
}

.member-login h3{
	background-color:#4396ca;
	color:#FFFFFF;
	font-size:16px !important;
	text-align:center;
	padding-top:10px;
	margin-bottom:0px !important;
	text-transform:uppercase;
	padding-bottom:10px;
	font-weight:bold;
}
#member-login{
	width:100%;
	height:auto;
	margin-top:0px;
	padding-left:26px;
	padding-right:26px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	float:left;
}
.full-name {
	width:100%;
	height:auto;
	float:left;
    display: block;
    font-size: 14px;
    line-height: 14px;
	
    padding-top: 14px;
    color: #000;
}
.full-name span {
    display: block;
    padding-bottom: 14px;
}
.full-name-txtbx {
    width: 100%;
    height: 34px !important;
    border: 1px solid #e0e0e0;
    outline: none;
    padding: 0px 10px !important;
    font-size: 15px;
    line-height: 15px;
    color: #000;
}
.forgot-pass {
	width:100%;
	float:left;
	height:auto;
    padding: 10px 0px 10px 0px;
}
.forgot-pass a {
    font-size: 14px;
    line-height: 14px;
    color: #000000 !important;
    font-weight: 500;
}
.forgot-pass a:hover{
	color: #4396ca !important;
	text-decoration: underline !important;
}
.sign-in-btn {
	width:70px;
	height:34px;
    display: block;
    background: #ffb400;
    padding: 8px 5px;
    font-size: 12px;
    line-height: 20px;
    color: #FFF !important;
    text-align: center;
    font-weight: bold;
	
}
.new-custmr{
	width:100%;
	height:auto;
	float:left;
}
.new-custmr h3{
	background-color:#ffb400;
	color:#FFFFFF;
	font-size:16px !important;
	text-align:center;
	padding-top:10px;
	text-transform:uppercase;
	margin-bottom:0px !important;
	padding-bottom:10px;
	font-weight:bold;
}
#new-custmr{
	width:100%;
	height:auto;
	margin-top:0px;
	padding-left:26px;
	padding-right:26px;
	background-image:url(../images/bg-2.png);
	background-repeat:repeat-x;
	float:left;
}
.pass-div {
    width: 48%;
    float: left;
}
.reg-in-btn {
	width:70px;
	height:34px;
    display: block;
    background: #4396ca;
    padding: 8px 5px;
    font-size: 12px;
    line-height: 20px;
    color: #FFF !important;
    text-align: center;
    font-weight: bold;
	margin-top:40px;
}
/*==========end of login==========*/
/*==========certification==========*/
.btn-blue-dtl{
	width:100%;
	height:auto;
	float:left;
}
.btn-blue-1-dtl{
	width:100%;
	height:auto;
	float:left;
}

.certification{
	width:100%;
	height:auto;
	float:left;
}
.certification h3{
	font-size:16px !important;
	font-weight:bold;
}
.certification p{
	font-size:12px !important;
	color:#4c4c4c;
}
#btn-blue{
	width:100%;
	height:auto;
	float:left;
	border-bottom:1px solid #cecece;
}
.btn-blue {
	background:#FFFFFF;
	color:#000000;
	width:110px;
	height:35px;
	border:1px solid #f0f0f0;
    margin-top: 10px;
	float:left;
}
.btn-blue:hover{
	background-color:#f0f0f0;
}
.btn-blue-1 {
	background:#FFFFFF;
	color:#000000;
	width:110px;
	height:35px;
	border:1px solid #f0f0f0;
    margin-top: 10px;
	float:left;
}
.btn-blue-1:hover{
	background-color:#f0f0f0;
}
.nopading{
	padding-left:0px !important;
}
.adobe-cert{
	width:100%;
	float:left;
	height:auto;
	padding-bottom:10px;
}
#adobe-cert{
	border-right:1px solid #cecece;
}
#adobe-cert2{
	margin-top:10px;
	width:100%;
	border-bottom:1px solid #cecece;
}
.adobe-cert h5{
	font-size:12px !important;
}
.adobe-cert h5 span{
	font-size:12px;
	color:#4396ca;
}
.adobe-cert h6{
	color:#1b7379;
}
.adobe-cert p{
	font-size:11px;
}
.adobe-cert a{
	color:#000000;
	text-decoration:none;
	font-size:11px;
}
.adobe-cert a img{
	margin-left:10px;
	margin-right:10px;
}
.adobe-cert a:hover{
	text-decoration:none;
	color:#ffb400;
}
.hot-cert{
	width:100%;
	height:auto;
	padding-bottom:51px;
	padding-top:9px;
	margin-top:10px;
	background-color:#fff8e6;
}

.hot-cert h4{
	 margin-left: 22px;
     margin-right: 65px;
     padding-bottom: 08px;
     border-bottom:4px solid #4396ca;
}
.hot-cert ul{
	width:100%;
	height:auto;
	margin:0px;
	padding-left:22px;
}
.hot-cert ul li{
	list-style:none;
}
.hot-cert li a {
	color: black;
	font-size: 12px;
	line-height: 20px;
}
.hot-cert li a:hover{
	color:#ffb400;
	text-decoration:none !important;
}
#certification{
	width:96%;
	margin-top:12px;
	border-top:1px solid #cecece;
}
.hot-exam{
	width:100%;
	height:350px;
	padding-top:9px;
	margin-top:10px;
	background-color:#fff8e6;
}

.hot-exam h4{
	 margin-left: 22px;
     margin-right: 65px;
     padding-bottom: 08px;
     border-bottom:4px solid #4396ca;
}
.hot-exam ul{
	width:100%;
	height:auto;
	margin:0px;
	padding-left:22px;
}
.hot-exam ul li{
	width:48%;
	height:auto;
	float:left;
	list-style:none;
}
.hot-exam li a {
	color: black;
	font-size: 12px;
	line-height: 20px;
}
.hot-exam li a:hover{
	color:#ffb400;
	text-decoration:none !important;
}
.hot-exam ul li:nth-child(even){
    margin-right:0;
}
/*========start of Shopping-cart===========*/

.Shopping-cart{
	width:100%;
	height:auto;
	float:left;
	border-bottom:1px solid #cecece;
}
.Shopping-cart h3{
	font-size:16px !important;
	font-weight:bold;
}
.prdct-itm{
	width:100%;
	height:auto;
	float:left;
	border-bottom:2px solid #cecece;
}
.prdct-itm h3{
	font-size:14px !important;
	font-weight:bold;
}
.amount-dscrpt {
	padding-top:20px;
	width: 100%;
	height: auto;
	float: left;
}
.prce-text{
	width:30%;
	float: left;
	font-weight:bold;
}
.qty-text{
	width:30%;
	float: left;
	font-weight:bold;
}
.sub-prce-text{
	width:23%;
	float: left;
	font-weight:bold;
}
.rmve-text{
	width:16%;
	float: left;
	font-weight:bold;
}
.rmve-text img{
	margin-top:-6px;
	padding-left:20px;
}
.rnopading{
	padding-right:0px !important;
}
.prdct-itmbox{
	width:100%;
	float:left;
	height:auto;
	margin-bottom:10px;
	border-bottom:1px solid #e1e1e1;
}
.prdct-itmbox h5{
	font-size: 12px !important;
}
.prdct-itmbox h5 span {
    font-size: 12px;
    color: #4396ca;
}
.prdct-itmbox h6 {
    color: #4c4c4c;
	margin-top:-6px;
}

.qty-textbx{
	width:75%;
	height:34px;
	float:left;
	border: 1px solid #e1e1e1;
	webkit-border-radius: 3px;
}
.prce-textbox{
	width:15%;
	float:left;
}
.qty-textbox{
	width:50%;
	float:left;
	margin-top:-6px;
}
.sub-prce-textbox{
	width:15%;
	float:left;
}
.dscnt-box{
	background-color:#f2f2f2;
	width:100%;
	float:left;
	height:auto;
}
.dscnt{
	width:100%;
	float:left;
	height:auto;
}
.dscnt h5{
	font-size:12px !important;
	font-weight:600;
	float:right;
}
.dscnt h6{
	color:#6b6b6b;
	float:right;
	margin-top:-6px;
	font-size:11px !important;
}
.pt-deal{
	width:100%;
	height:auto;
	float:left;
	padding-top: 10px;
}
.pt-deal2{
	width:60%;
	height:auto;
	float:left;
	margin-right: 10px;
	padding-left: 10px !important;
}
.aply-coupn{
	width:30%;
	background-color:#9e9e9e;
	color:#FFFFFF;
	font-size:11px !important;
	border:1px solid #9e9e9e;
	height:32px;
	float:left;
}
.grand-total{
	width:100%;
	height:auto;
	border-bottom: 1px solid #e1e1e1;
	float:left;
}
.cont-shp{
	width: 100%;
    float: left;
    height: 23px;
    margin-top: 20px;
    background-color: #0aabb5;
    border: 1px solid #0aabb5;
    color: #FFFFFF;
    font-size: 12px;
}
.grand-totle-box{
	width:100%;
	height:auto;
	float:left;
}
.grand-totle-box h3{
font-size: 16px !important;
    font-weight: bold;
	float:right;
}
.grand-totle-box h3 span{
	color:#fe0002;
}
.grand-totle-box p{
	font-size:12px !important;
	color:#6b6b6b;
	margin-left:100px;
}
#paymnt-btn{
	width:100%;
	height:auto;
	float:left;
	border-bottom:1px solid #cecece;
	padding-top:10px;
}
.paymnt-btn{
	background-color: #FFFFFF;
    color: #000000;
    width: 100px;
    height: 35px;
    border: 1px solid #f0f0f0;
    margin-top: 10px;
    float: left;
}
.paymnt-btn:hover{
	color:#FFFFFF;
	border: 1px solid #0aabb5;
	background-color:#0aabb5;
}
.card-num-txtbx{
	width:79%;
	height: 34px !important;
    border: 1px solid #e0e0e0;
    outline: none;
    padding: 0px 10px !important;
    font-size: 15px;
	margin-right:13px;
    line-height: 15px;
    color: #000;
}
.cod-txtbx{
	width:26%;
	height: 34px !important;
    border: 1px solid #e0e0e0;
    outline: none;
    padding: 0px 10px !important;
    font-size: 15px;
	margin-right:13px;
    line-height: 15px;
    color: #000;
}
.pay-btn{
	width: 87px;
    height: 34px;
    float: left;
    display: block;
    background: #ffb400;
    padding: 8px 5px;
    font-size: 14px;
    line-height: 20px;
    color: #000000 !important;
    text-align: center;
    font-weight: bold;
    margin-right: 15px;
}
#expire{
	margin-top:13px;
}
.asid{
	padding:0px 20px 10px 20px;
	width:100%;
	height:auto;
	float:left;
	background-color:#f2fafc;
}
.asid h3{
	margin-right: 18px;
    padding-bottom: 08px;
    border-bottom: 4px solid #4396ca;
	font-size:18px !important;
}
.asid p{
	font-size:13px;
}
.asid-2{
	padding:0px 20px 80px 20px;
	width:100%;
	height:auto;
	float:left;
	margin-top:20px;
	text-align:justify;
	background-color:#fff8dc;
}
.asid-2 h3{

    margin-right: 18px;
    padding-bottom: 08px;
    border-bottom: 4px solid #4396ca;
	font-size:18px !important;
}
.asid-2 p{
	font-size:13px;
}
@media (max-width: 767px) and (min-width: 0px){
.nav-pills{
	margin-right:0px !important;
	padding: 0px 39px 0px 0px !important;
}
.search {
    width: 100% !important;
}
#main-nav{
    float: left;
    width: 100%;
    height:47px;
}
#main-nav > ul { 
	margin: -6px -15px 0;
	float:left;
}
#main-nav li {
	margin: 0px -8px 0px 0px;
}

		#main-nav a { padding: 18px; }

			#main-nav a:after, #main-nav > ul { display: none; }
			#main-nav a:after { content: ''; }

		.no-js #main-nav > ul, #main-nav .responsive-nav { display: block; }

		.no-js #main-nav li:hover > ul { top: 62px; }
.search {
    display: none;
}
.bttn {
    display: none;
}
}
@media (max-width: 497px) and (min-width: 0px){
	.f-menu ul.menu li {
    float: left;
    margin-right: 4px;
    margin-left: 117px;
}

.tab-detail ul li {
    float: left;
    width: 100%;
    height: auto;
}
}