@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:#b50b0b !important;
}
#main-nav{
    float: left;
    width: 100%;
    height:47px;
	background-color:#b50b0b;
	-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: #fff;
						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: #b50b0b;
								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%;
			background-color: #fff;
            border: 1px solid #dedede;
		}
.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:#b50b0b;
	color:#FFF;
	border:1px solid #b50b0b;
}
.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-heading{
font-size:20px;
}
.cert-exams-heading,.cert-exams-para{
	margin-left:20px;
}
.cert-exams-para{
	color:#737373;
	text-align:left;
}
.cert-exams ul{
	margin-left:0px !important;
    display: inline-block;
    width: 100%;
}
	
.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: rgba(12, 70, 80, 0.2);
    border:1px solid #eeeeee;
}
.demo-heading-download{
    text-align: center;
    padding-bottom: 21px;
    padding-top: 26px;
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: bold;
}
.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:#b50b0b;
	color:#FFF !important;
}
.aside {
    width: 100%;
    height: auto;
    padding-bottom: 14px;
    padding-top: 10px;
	margin-top:10px;
}
.aside-heading {
    margin-left: 22px;
    margin-right: 62px;
    padding-bottom: 4px;
    margin-bottom: 12px;
    border-bottom: 4px solid #b50b0b;
    width: 58%;
    float: left;
	font-size:16px;
}
#hot-cert {
    background-color: rgba(12, 70, 80, 0.2);
}
#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: #b50b0b;
}
.section{
	height:auto;
	width:100%;
	margin-top:10px;
	float:left;
}
.section-heading{
	margin-top:0px;
	margin-left:8px;
	width:100%;
	float:left;
	font-size:16px;
}
.view{
	float:right;
	color:#000;
	text-decoration:underline;
	margin-top:-19px;
}
.section a:hover{
	color:#b50b0b;
}
.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:rgba(12, 70, 80, 0.2);
	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:#b50b0b;
	 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-heading{
	color: #000000 !important;
    line-height: 0px !important;
    font-size: 20px !important;
    margin-top: 10px;
}
.booking-txt span {
    display: block;
    color: #4e4e4e;
    font-size: 12px;
    line-height: 16px;
    padding: 11px 0px;
    margin-bottom: 0px;
    font-size: 20p;
}
#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:#b50b0b;
	 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 #b50b0b;
}
.mega-pack-heading {
    float: left;
	font-size:20px;
	width:44%;
	margin-top:18px;
}
.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: #b50b0b;
    color: #FFF;
    border: 1px solid #b50b0b;
    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-heading3 ,.practice-heading2{
	font-size:20px !important;
	height:auto;
	width:100%;
	float:left;
	padding-top:0px !important;
	font-weight:bold;
}
.practice-heading2{
	color:#b50b0b;
	font-size:28px !important;
}
#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 #b50b0b;
   background-color: #b50b0b;
   -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-tabs{
		width:80%;
		float:left;
	    color: #b50b0b;
		font-size: 16px;
        margin-left:22px;
		margin-right:16px;
        border-bottom: 1px solid #e0e0e0;
        line-height: 30px;
		margin-bottom:7px;
}
#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:#b50b0b;
	 text-decoration:none !important;
 }
 .detail{
	width:100%;
	float:left;
	margin-top:10px;
	height:auto;
	padding:0px 0px 0px 22px;
	padding-bottom:7px;
}
.detail h2{
font-size:20px;
}
.detail h3{
font-size:18px;
}
.detail h4{
font-size:16px;
}
.detail h5{
font-size:14px;
}
.detail h6{
font-size:12px;
}
.detail p{
	width:95%;
	height:auto;
	float:left;
	text-align:justify;
}

.popular-cert{
	width:52%;
	float:left;
	height:auto;
}
.popular-cert-heading{
	float:left;
}
.hr{
	width: 48%;
    float: left;
	margin-top:30px;
    border-bottom: 3px solid #b50b0b;
}
.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:#b50b0b;
	 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:#b50b0b;
	 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:#b50b0b;
	 text-decoration:none !important;
  }
  .granty{
	width:100%;
	height:auto;
	padding-left:12px;
	padding-bottom:9px;
	border:1px solid #eeeeee;
	margin-top:10px;
}
.granty-heading{
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin-top: 13px;
    margin-bottom: 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-heading{
	border-bottom: 1px solid #eeeeee;
    padding-bottom: 9px;
    margin-bottom: 12px;
    width: 100%;
    text-align: center;
}
.sumry{
	float:left;
	width:100%;
	height:auto;	
}
.sumry h2{
	margin-top:12px;
	font-weight:bold;
	font-size:19px !important;
}
.sumry h3{
	margin-top:12px;
	font-weight:bold;
	font-size:17px !important;
}
.sumry h4{
	margin-top:12px;
	font-weight:bold;
	font-size:15px !important;
}
.sumry h5{
	margin-top:12px;
	font-weight:bold;
	font-size:13px !important;
}
.sumry h6{
	margin-top:12px;
	font-weight:bold;
	font-size:11px !important;
}
.sumry p{
	font-size:12px !important;
}
.sumry ul{
	margin-left:0px !important;
	padding-left:24px;
}
	
.sumry 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;
}
.blacky-back {
    float: left;
    width: 100%;
	-webkit-border-radius: 3px;
	margin-top: 8px;
	background-color: #b50b0b;
}
.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:#fff !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 ul{
    list-style: none;
    margin-bottom: 0;
}
.brdcrum ul li{
	float:left;
	margin-left:14px
}
.brdcrum ul li a{
	color:#000000 !important;
}

.infrmtn{
	width:100%;
	border-right:1px solid #ffebc9;
	height:auto;
	float:left;
	padding-bottom:1px;
}
.infrmtn-span{
	font-size:15px !important;
}
.infrmtn span{
	color:#b50b0b;
	font-size:12px;
	line-height:10px;
	width:100%;
	float:left;
	margin-top:10px;
}
#inf-span-code{
color: #b50b0b;
    font-size: 12px;
    line-height: 10px;
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 3px;
}
.sap-cert{
	width:100%;
	height:auto;
	float:left;
	padding-bottom:1px;
}
.sap-cert h1{
	font-size:15px !important;
	float:left;
	font-weight:bold;
}.sap-cert h2{
	font-size:14px !important;
	float:left;
	font-weight:bold;
}
.sap-cert h3{
	font-size:13px !important;
	float:left;
	font-weight:bold;
}
.sap-cert h4{
	font-size:12px !important;
	float:left;
	font-weight:bold;
}
.sap-cert h5{
	font-size:11px !important;
	float:left;
	font-weight:bold;
}
.sap-cert h6{
	font-size:10px !important;
	float:left;
	font-weight:bold;
}
.sap-cert p{
	font-size:12px;
}
.sap-cert ul{
	margin-left:0px !important;
	padding-left:24px;
}
	
.sap-cert 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;
}
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;
}
.prod-included{
margin-top: 8px;
 color:#b50b0b;
}
.detl-h4-headings{
	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-heading{
	font-size:14px !important;
}
.order span {
	color:#ff0000;
	font-size:14px;
}

.salogan{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
}
.purchase-ind{
	font-size:22px !important;
	font-weight:bold;
}
.nowclm{
	width:100%;
	float:left;
	height:auto;
}
.img{
	width:45%;
	float:left;
	height:auto;
}
.prodct-detail{
	width:55%;
	float:left;
	height:auto;
}
.prodct-detail-heading{
	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, .bd-demo{
	width:123px;
	height:34px;
	float:left;
	border: 1px solid #999;
    font-weight: bold;
    background-color: #FFF;
    background-image: -webkit-linear-gradient(top, #FFF, #e6e6e6);
    background-image: linear-gradient(to bottom, #FFF, #e6e6e6);
    transition: all 0.3s ease;
    color: #333 !important;
    font-size: 12px;
}
.prdct-btn:hover, .bd-demo:hover{
    background:#fff;
    color: #000 !important;
}
.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:#b50b0b;
}

.CerData p{
	font-size:10pt;
	font-weight:500;
	margin:4px 0px;
	color:#000000;
}

.CerData p i{
	color:#b50b0b;
	display:inline-block;
	margin-right:5px;
}

.CerData a{
	color:#b50b0b;
	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: #b50b0b !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: #b50b0b;
    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:#b50b0b;
}


.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:#b50b0b;
 border: 2px solid #b50b0b;
}
.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:#79c42a;
	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: #b50b0b !important;
	text-decoration: underline !important;
}
.sign-in-btn {
	width:70px;
	height:34px;
    display: block;
    background: #b50b0b;
    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:#b50b0b;
	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: #b50b0b;
    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 h1{
	font-size:16px;
	font-weight:bold;
}
.certification h2{
	font-size:15px;
	font-weight:bold;
}
.certification h3{
	font-size:14px;
	font-weight:bold;
}
.certification h4{
	font-size:13px;
	font-weight:bold;
}
.certification h5{
	font-size:12px;
	font-weight:bold;
}
.certification h6{
	font-size:11px;
	font-weight:bold;
}
.certification p{
	font-size:12px;
	color:#4c4c4c;
}
.certification ul{
	margin-left:0px !important;
}
	
.certification 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; */
}
.adobe-cert-heading{
	font-size:16px !important;
	font-weight:bold;
}
#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: 19px;
}
.vendor-adobe-cert{
color:#b50b0b;
font-size:12px;
}
#adobe-cert{
	border-right:1px solid #cecece;
}
#adobe-cert2{
	margin-top:10px;
	width:100%;
	border-
	bottom:1px solid #cecece;
}
.adobe-cert-heading{
font-size: 16px !important;
    width: 100%;
    float: left;
    margin-bottom: 17px;
    margin-top: 18px;
}
.adobe-cert-h5{
    font-size: 12px !important;
    width: 100%;
    float: left;
}
.adobe-cert-h5 span{
	font-size:12px;
	color:#b50b0b;
}
.adobe-cert-h6{
    color: #1b7379;
    margin-bottom: -1px;
    width: 100%;
    float: left;
    margin-top: 7px;
    font-size: 12px;
}
.adobe-cert-span{
	font-size: 12px;
    font-family: inherit;
    width: 100%;
    margin-top: 7px;
    float: left;
    margin-bottom: 10px;
}
.adobe-cert-a{
	color:#000000 !important;
	text-decoration:none;
	font-size:11px;
}
.adobe-cert-a a{
	color:#000000 !important;
	text-decoration:none;
	font-size:11px;
}
.adobe-cert a img{
	margin-left:10px;
	margin-right:10px;
}
.adobe-cert-a a:hover{
	text-decoration:none;
	color:#b50b0b !important;
}
.certification-content h2{
	font-size:16px;
	font-weight:bold;
}
.certification-content h3{
	font-size:15px;
	font-weight:bold;
}
.certification-content h4{
	font-size:14px;
	font-weight:bold;
}
.certification-content h5{
	font-size:13px;
	font-weight:bold;
}
.certification-content h6{
	font-size:12px;
	font-weight:bold;
}
.certification-content p{
	font-size:12px;
	color:#4c4c4c;
}
.certification-content ul{
	margin-left:0px;
}
	
.certification-content li {
	
    color: black;
    margin-left: 26px;
    /* padding: 0px 28px; */
    font-size: 15px;
    line-height: 22px;
    /* background-image: url(../images/list-img.png); */
    background-repeat: no-repeat;
}



.hot-cert-heading{
	 margin-left: 22px;
     margin-right: 65px;
     padding-bottom: 08px;
     border-bottom:4px solid #b50b0b;
}
.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:#b50b0b;
	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:rgba(12, 70, 80, 0.2);
}

.hot-exam-heading{
	 margin-left: 22px;
     margin-right: 65px;
     padding-bottom: 08px;
     border-bottom:4px solid #b50b0b;
}
.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:#b50b0b;
	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: #b50b0b;
}
.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: #b50b0b;
    border: 1px solid #b50b0b;
    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 #b50b0b;
	background-color:#b50b0b;
}
.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: #b50b0b;
    padding: 8px 5px;
    font-size: 14px;
    line-height: 20px;
    color: #fff !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 #b50b0b;
	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 #b50b0b;
	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;
}
}
/*------------faqs---------------*/
.form-control2{
	width:74%;
	float:left;
	height: 54px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000 !important;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px 0px 0px 2px;
}
.search {
    width: 169px;
    height: 54px;
    padding: 0 13px;
    color: #FFFFFF;
    font-size: 16px;
    background-repeat: repeat;
    border-radius: 0px 2px 2px 0px;
    border: none;
}
.wel-title{
	margin-top:15px !important;
	padding-bottom:30px !important;
	text-align:center;
}
.qts{
	font-size:18px;
}
.detl span{
	font-size:18px;
	font-weight:normal !important;
}
.faqs-tab{
	width:100%;
	height:auto;
	float:left;
}
.faqs-tab ul {
		padding-left:0px !important;
				 }

			.faqs-tab li {
				list-style: none;
				float: left;
				height:auto;
				position: relative;
			}
.faqs-tab a {
    color: #000000;
    font-size: 15px;
    font-weight: normal;
    display: block;
    letter-spacing: -0.08px;
    padding: 18px 8px 14px;
    position: relative;
    text-align: center;
	cursor:pointer;
	text-decoration:none;
}
.faqs-tab li a:hover,.faqs-tab li a.active{
	color:#b50b0b !important;
	border-bottom:2px solid #b50b0b;
	text-decoration:none;
}
.faqs-tab-dtl-1{
	width:100%;
	height:auto;
	float:left;
	padding-bottom:20px;
}
.faqs-tab-dtl-2{
	width:100%;
	height:auto;
	float:left;
	padding-bottom:20px;
}
.faqs-tab-dtl-2{
	width:100%;
	height:auto;
	float:left;
	padding-bottom:20px;
}
.faqs-tab-dtl-3{
	width:100%;
	height:auto;
	float:left;
	padding-bottom:20px;
}
.faqs-tab-dtl-4{
	width:100%;
	height:auto;
	float:left;
	padding-bottom:20px;
}
.faqs-tab-dtl-5{
	width:100%;
	height:auto;
	float:left;
	padding-bottom:20px;
}
.faqs-tab-dtl-6{
	width:100%;
	height:auto;
	float:left;
	padding-bottom:20px;
}
.gray-bottom{
	border-bottom:10px solid #f1f1f1;
}
.FindForm {
	margin-left:16%;
    float: left;
    width: 50%;
    padding-left: 1.7%;
    height: 79px;
    border: 1px solid #dadada;
    background: #FFFFFF;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
	margin-bottom:10px;
}
.FormBtn {
    float: left;
    width: 17%;
    height: 79px;
    background: #b50b0b;
    text-align: center;
    border: 0px;
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
	margin-bottom:50px;
}

@media (max-width: 497px) and (min-width: 0px){
.FindForm {
    width: 70% !important;
	margin-left:6% !important;
	}

}
@media (max-width: 360px) and (min-width: 0px){
.FormBtn,.FindForm {
    width: 90% !important;
	margin-left:17px !important;
	}
}
/*------------pre order---------------*/

.exam-code-contents {
    display: block;
    border-top: 1px solid #FFF;
    padding-bottom: 30px;
}
.bundle-pack-contents {
    display: block;
	padding-bottom:20px;
}
.exam-name-txt {
    display: block;
    padding: 13px 0px 0px 0px;
    font-size: 14px;
    font-family: 'robotolight' !important;
}
.exam-name-txt a{
	color:#000000 !important;
}
.today {
    width:100%;
	height:auto;
	float:left;
	padding-top:20px;
    display: block;
	float:left;
    padding-top: 20px;
    font-size: 21px;
    line-height: 20px;
}

.today a {
    display:block;
		font-size:12px;
		line-height:19px;
		width:103px !important;
		width:100%;
		height:42px;
		color:#FFF !important;
		padding:10px 10px;
		background:#b50b0b;
		text-align:center;
		font-family: 'robotolight' !important;
		border-radius: 4px;
  		background-clip: padding-box;
}
.service{
	width:100%;
	height:auto;
	float:left;
	color:#006ccf;
	padding-top:21px;
	
}
.service img{
	padding-top:16px;
}
.service-title{
	width: 100%;
    font-weight: bold;
    height: auto;
    margin-top: 6px;
    margin-bottom: -11px;
    font-size: 43.84px !important;
    float: left;
}
.service span{
	font-size:16.86px !important;
	font-family: 'robotolight' !important;
}
.offer{
	width:100%;
	height:auto;
	float:left;
	font-size:16px !important;
	padding-top:43px;
	padding-left:8px;
	font-family: 'robotolight' !important;
}
.cust-rel{
	width:100%;
	height:auto;
	float:left;
	padding-bottom:41px;
}
.cust-title{
	font-size:48px;
	font-weight:600;
}
.cust-rel span{
	color:#000000 !important;
	font-size:18px;
    font-weight: 400;
}
.cust-rel p{
	width:100%;
	height:auto;
	float:left;
	color:#000000;
    line-height: 28px;
    font-size: 12px;	
}
.cust-rel-box {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    text-align: center;
    padding-top: 35px;
}
.client h3{
	color: #006ccf;
	font-weight:bold;
}
.brdcrum ul{
    width: 100%;
    display: inline-block;
}
/*------------end---------------*/


@media only screen and (max-width: 767px){
    body{
        overflow-x: hidden!important;
    }
    .nav>li>a {
        padding: 10px 10px;
    }
    .hot_vendors {
        width: 50% !important;
        padding: 0px 15px !important;
    }
    .col-lg-9 {
        width: 100%!important;
    }
    .section ul li {
        margin: 20px 0px 0px 8px!important;
        width: 100% !important;
    }
    .section ul li a h3{
        border: none!important;
    }
    .section ul li span {
        display: none;
    }
    #new-release ul li {
        width: 30%!important;
        margin: 10px 0px 5px 40px!important;
    }
    #new-release ul li a{
        float: none!important;
    }
    .micro-detail {
        width: 90%!important;
    }
    #recnt-updt ul li {
        margin: 0px 20px 0px 25px !important;
        width: 34%!important;
    }
    #recnt-updt ul {
        width: 100%;
    }
    .f-menu ul.menu li {
        margin-left: 15px;
    }
    #hot-exam ul li {
        width: 45%;
        margin: 0px -45px -3px 40px;
    }
    .tab-detail ul li {
        width: 46%;
    }
    .satisfied-cstmr-heading{
        text-align: center;
    }
    .satisfied-cstmr img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
    }
    .adobe-cert a img {
        margin-left: -10px;
        margin-right: 0px;
    }
    .BPheadrRight h1 {
        font-size: 23px;
    }
    .BPheadrRight p {
        font-size: 15px !important;
    }
    .BPbody .BPinfo > h3 {
        font-size: 18px;
        margin-left: 20px;
    }
    .BPbody > .BPinfo > p {
        font-size: 16px !important;
        margin-bottom: 2px;
        margin-left: 20px;
    }
    .BPbody .BPinfo > h3 {
        font-size: 18px;
        margin-left: 20px;
    }
    .BPbody .BPinfoRight {
        border: none;
        margin-top: 0 !important;
        padding: 0;
        margin: -5px 0px;
    }
    .BPinfoRight .productPkgs {
        padding-left: 20px!important;
    }
    .BPinfoRight .productPkgs > li > p {
        font-size: 16px !important;
    }
    .BPinfoRight .productPkgs > li > p > span {
        font-size: 16px;
    }
    .BPinfo .productIncld {
        margin-left: 20px;
    }
    .productIncld > li > span {
        font-size: 16px!important;
    }
    
    .btnDDsec .DDcolLeft {
        padding-left: 0;
        padding-right: 10px;
        padding: 0px 35px !important;
    }
    .btnDDcol.DDcolRight {
        padding: 0px 35px!important;
    }
    select {
        background: #fff;
        border: 1px solid #d5d5d5;
        color: #000;
        font-size: 14px;
        width: 100% !important;
        text-align: center;
        /*height: 55px !important;*/
        font-family: sans-serif;
        margin-bottom: 10px;
    }
    .cartSec .cartBtn {
        padding: 0px 35px!important;
    }
    .cartSec .priceSec {
        padding: 0px 35px!important;
    }
    .certification{
        margin-top: 10px;
    }
    .certification h1 {
        font-size: 20px;
    }
    .certification p {
        font-size: 15px !important;
        color: #4c4c4c;
    }
    .bundlePack .bndlPckImg > img {
        max-width: 100%;
        width: 90%!important;
    }
    .bndlPckDes {
        width: 100% !important;
    }
    .detail h2 {
        font-size: 18px;
    }
    .detail p {
        font-size: 14px !important;
    }
    .secure-booking img {
        width: 85px!important;
        float: left;
        margin-top: 10px;
    }
    #recnt-updt ul li {
        margin: 0px 35px 0px 10px !important;
        width: 30%!important;
    }
    #hot-exam ul li {
        width: 35%!important;
        margin: 0px -10px 0px 35px!important;
    }
    .btn_default {
        margin-left: 0px!important;
    }
    .btn{
        margin-bottom: 0px!important;
    }
    .infrmtn{
        margin-top: 35px!important;
    }
    .popular-cert-heading {
        float: left;
        font-size: 16px;
    }
}

.pp-cert-details ul li a span{
    display: none;
}
.infrmtn {
    padding-bottom: 20px;
}

.bundlePack .bndlPckImg > img {
	max-width: 100%;
	width: 100%;
}	
.bndlPckDes .BPheadr > p {
	color: #727272;
}
.bndlPckDes .BPbody {
	border-top: 1px solid #cecece;
	padding-bottom: 20px;
}
.BPbody .BPinfo {
	padding: 0;
}
.BPbody .BPinfo > h3 {
	font-size: 17px;
}
.BPbody > .BPinfo > p {
	font-size: 15.4px !important;
	margin-bottom: 2px;
}
.BPinfo > p > span {
	color: #5cad28;
}
.BPinfo .productIncld {
	list-style: outside none none;
	padding: 0;
}
.productIncld > li > span {
	font-size: 15px;
}
.BPbody .BPinfoRight {
	border-left: 1px solid #cecece;
	margin-top: 2em;
	padding: 0;
}
.BPinfoRight .productPkgs {
	line-height: 1.8;
	padding-left: 25px;
}
.BPinfoRight .productPkgs > li > p > span {
	font-size: 14px;
	color: #5cad28;
	font-weight: bold;
}
.BPinfoRight .productPkgs > li > p {
	font-size: 15px !important;
}
.bndlPckDes .footerSecRight {
	border-top: 1px solid #cecece;
	padding: 20px 0;
}
.btnDDsec .footerSecDD {
	margin-right: -12px;
}
.btnDDsec .DDcolLeft {
	padding-left: 0;
	padding-right: 10px;
}
.cartSec .priceSec {
	padding-left: 25px;
	padding-right: 0;
}
.cartSec .priceSec > h3 {
	font-size: 20px;
	font-weight: lighter;
	margin-top: 0;
}
.cartSec .cartBtn {
	padding-right: 0;
}
.cartSec .cartBtn > .btn-default {
	background-color: #5cad28;
	background-image: unset;
	border: 1px solid transparent;
	border-radius: 0;
	font-size: 11px;
	height: 35px;
	margin: 0;
	width: 100%;
}
.cartBtn > .btn > img {
	vertical-align: top;
}
select{
	background: #fff;
	border: 1px solid #d5d5d5;
	color: #000;
	font-size: 14px;
}
.btn-blue{
	background: none;
	color: #333 !important;
	border:  1px solid #BFBFBF;
}
.btn-blue:hover {
	background-color: #b50b0b;
	color: #fff !important;
}
.adobe-cert-a {
	width: 50%;
	float: left;
}
.adobe-cert-a a {
	width: 100%;
}
.adobe-cert{
	width: 100%;
	float: left;
}
.cert_colum{
	width: 100% !important;
}
#adobe-cert{
	border: none;		
}
#new-release ul li {
	float: left;
	width: 38%;
	height: 43px;
	color: #000;
	line-height: 12px;
	margin: 5px 0px 5px 10px;
}
#new-release ul li a {
	line-height: 25px;
	font-size: 12px !important;
	color: #000;
	font-weight: bold;
	float: left;
}
#new-release {
	height: 345px;
}
.search-textbx{
	width: 90% !important;
}
.demo_popbtn{
	width: 90% !important;	
}
.salogan{
	margin-top: 15px;
}
.salogan span{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	font-family: sans-serif;
}
.search-textbx{
	margin-bottom: 10px;
	font-family: sans-serif;
}
#recnt-updt ul li {
	width: 35%;
	height: auto;
	float: left;
	list-style: none;
	text-align: center;
}
#recnt-updt ul li a{
	line-height: 32px;
}
#recnt-updt ul {
	width: 100%;
	height: auto;
	margin: 0px;
	padding-left: 22px;
}
#recnt-updt ul li{
	margin: 0px 60px 0px -8px;
}
.infrmtn {
	width: 100%;
	border-right: 1px solid #ffebc9;
	height: auto;
	float: left;
	margin-top: 15px;
}

#hot-exam ul li {
	width: 35%;
	margin: 0px 25px 0px 15px;
}
.product_info_eading {
	color: #099c86;
	font-size: 16px !important;
	font-weight: bold;
}
.col-custom {
	width: 50% !important;
}
.package_info ul li {
	margin-bottom: 5px;
	font-size: 15px !important;
	font-weight: bold;
}
.btn {
	/*width: 123px;*/
	/*float: left;*/
	/*height: 34px;*/
	/*margin-bottom: 15px;*/
	/*background-color: transparent;*/
	/*color: #000 !important;*/
	/*border: 2px solid #b50b0b;*/
	/*margin-left: 0px;*/
}
.btn_default{
	margin-left: 5px;
}

.ind_title h3{
	font-size: 34px;
	color: #000;
	font-weight: bold;
	text-align: center;
	font-family: sans-serif;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
}
.package_info ul {
	padding: 20px 5px;
}
.cartSec .cartBtn > .btn-default{
	color: #fff !important;
}
.cartSec .priceSec > h3 {
    margin-top: 3px;
    margin-left: 10px;
}
.home-popular-vendors li a img{
    width: 100%;
    height: 88px;
    border: 1px #e1e1e1 solid;
    margin-top: 0px !important;
    padding: 15px; 
}
.customer-img {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}
.customer-img img{
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
.aside .micro-detail{
    margin-bottom: 15px;
}
.aside .micro-detail ul{
    padding: 0;
}
.aside .micro-detail ul li{
    padding: 0 !important;
    width: 50% !important;
    float: left !important;
    margin: 0 !important;
}
.pre-img{
    max-width: 100%;
    margin-bottom: 10px;
}

.member-area-right-contents .tbl-Cl th, .tbl-Cl td {
    text-align: center;
}
.bread-full .BreadCrumbList li i {
    /*margin-top: 11px !important;*/
    font-size: 11px;
}

.print-with-address{
    text-align: center !important;
    width: 43px !important;
    float: left;
    font-weight: normal;
}
.print_address{
    margin-top: 5px;
    display: inline-block;
}
.print_address input{
    float: left;
    margin-top: 0 !important;
}

.printIcon{
    color: #17a2b7;
    font-size: 18px;
}
.bread-full .col-sm-12{
    padding: 0 !important;
}
.home-hot-heading, .home-hot-certs-heading{
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
.drop-menu:hover .dropdown-menu{
    display: block !important;
    opacity: 1 !important;
}
.pre-heading{
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;   
}
.vendor-new #new-release{
    border-bottom: 1px solid #cecece;
    margin-bottom: 20px;
}
.prod-included {
    margin-top: 8px;
    color: #b50b0b;
}
.examContent{
    display: inline-block;
    width: 100%;
    padding-right: 0;
}
.examContent h3, .examContent p{
    display: inline-block;
    width: 100%;
}
.examContent .detail.border{
    display: inline-block;
    width: 100%;
    padding: 15px;
}
#form-messages .alert, #form-message .alert{
    display: inline-block;
    width: 100%;
}
.features-sec .booking-txt span{
    line-height: 18px !important;
}


.login_button{
    background: rgb(92, 173, 43) none repeat scroll 0% 0%;
}



.bread-full li, .bread-full li a { float: left; margin-right: 5px; color: #000;}
.bread-full .BreadCrumbList{width: 100%; margin-top: 10px; display: inline-block;}


@media(min-width: 768px){
    .vendor-new li{
        max-width: 25% !important;
        margin-bottom: 10px !important;
    }    
    .vendor-new li a{
        line-height: 16px !important;
    }
}
@media(max-width: 767px){
    .home-popular-vendors li{
        max-width: 47% !important;
        float: left;
    }
    .home-popular-vendors li a img{
        width: 100% !important;
        height: auto;
    }
    .cert-exams h1{ font-size: 21px; }
    .cert-exams li {margin-left: 0 !important; }
    #new-release ul li{width: 100% !important; margin: 0 !important; margin-bottom: 5px !important; margin-top: 4px !important;}
    .price-holder img {
    float: none !important;
    margin: auto; }
    .price-holder form{text-align: center;}
    .price-holder select { max-width: 50% !important; float: left !important; height: 40px !important;}
    .full-width{
        display: inline-block;
        width: 100%;
    }
    #recnt-updt h4{text-align: center;}
    .popular-cert{width: 100%;}
    .detail.border .hr{margin-top: 0;}
    .pp-cert-details ul li { width: 100%; }
    #hot-exam { height: auto !important; display: inline-block; }
    .secure-booking{text-align: center;}
    .secure-booking img{float: none;}
    .booking-txt{text-align: center;width: 100%;}
    .brdcrum{height: auto;}
    .adobe-cert-a{width: 100% !important;}
    #adobe-cert { min-width: 100%; }
    .hot-cert{padding-bottom: 10px !important;}
    #new-release{text-align: center;}
    #new-release .aside-heading{margin-left: 0; margin-right: 0; width: auto; float: none; margin-bottom: 10px !important; display: inline-block;}
    .micro-detail li span{display: inline-block; width: 100%;}
    .popup { width: 97% !important; left: 0 !important; }
    .infrmtn {margin-top: 0px !important;}
    .understand-sec{padding-right: 15px !important;}
}

#hot-cert li .examCount, .vndr-hot-certs li .examCount, .hot-cert li .examCount{
    display: none;
}
.certification ul{
    margin-left: 35px !important;
}
.vhexams ul li{
    width: 50%;
    float: left;
}
.vhexams ul{
    display: inline-block;
    width: 100%;
}


/* This is CSS code */
.demo .search-textbx{
    background-color: #b50b0b !important;
    width: 85% !important;
    color: #fff;
}
select {
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* arrows */
select.search-textbx {
  background-image:
    linear-gradient(45deg, transparent 50%, #fff 50%) ,     linear-gradient(135deg, #fff 50%, transparent 50%),     linear-gradient(to right, #b50b0b, #b50b0b)  !important;
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0  !important;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em  !important;
  background-repeat: no-repeat  !important;
}
select.bundleSelect, select.selectpicker{
    background-image:
    linear-gradient(45deg, transparent 50%, #000000 50%) ,     linear-gradient(135deg, #000000 50%, transparent 50%),     linear-gradient(to right, #fff, #fff)  !important;
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0  !important;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em  !important;
  background-repeat: no-repeat  !important;
}
.content .price-holder select.bundleSelect{
    background-image:
    linear-gradient(45deg, transparent 50%, #000000 50%) ,     linear-gradient(135deg, #000000 50%, transparent 50%),     linear-gradient(to right, #f3f3f3, #f3f3f3)  !important;
}

.mfp-content {
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.4);
    margin: 5% auto!important;
    padding: 26px 30px 42px;
    background-color: #fff;
    width: 50% !important;
    padding: 50px;
}
.mfp-content .full-name {
    width: 50%;
    float: left;
    margin: 20px 0px 0px;
}
.mfp-content input {
    border: 1px solid #e1e1e1;
    display: block;
    font-size: 16px;
    height: 50px;
    line-height: 48px;
    padding: 0 15px;
    width: 90%;
}
.mfp-content #member-login{
    background: none !important;
    padding: 0 !important;
}
.mfp-content .sign-in-btn{
    border: 1px solid;
}
@media(max-width: 767px){
    .mfp-content {
        margin: 2% auto!important;
        width: 96% !important;
        padding: 10px;
    }
    .mfp-content .full-name{
        width: 100%;
        margin-top: 0;
    }
}

.body-bg {
    background: url(../images/body-bg.png) repeat-x;
    padding-top: 15px !important;
}
@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
}
.logo {
    padding-top: 9px;
    border-right: 1px solid #e5e5e5;
    padding-bottom: 3px;
}
.logo img {
    height: 50px;
    max-width: 100%;
}
.margin_t {
    margin-top: 10px !important;
}
.money-back {
    display: block;
    background: url(../images/money-back-img.png) no-repeat top left;
    min-height: 35px;
    padding-left: 45px;
    color: #CCC;
    font-size: 12px;
    line-height: 12px;
}
.money-back b {
    display: block;
    color: #000;
    padding: 5px 0px;
}
.signIn-reg {
    display: block;
    text-align: right;
    font-size: 12px;
    line-height: 12px;
}
.signIn-reg a {
    color: #000 !important;
    font-size: 12px;
    line-height: 12px;
}
.margin_t5px {
    margin-top: 5px !important;
}
.cust-ddl {
    display: block;
    min-height: 34px;
    padding: 11px;
    background: #FFF;
    border: 1px solid #e5e5e5;
    color: #000;
    font-size: 12px;
    line-height: 12px;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
}
.cust-ddl-detail {
    width: 655px;
    position: absolute;
    top: 36px;
    left: -1px;
    z-index: 2;
    display: none;
}
.cust-ddl-detail-nav {
    width: 165px;
    float: left;
    display: block;
    background: #FFF;
    border: 1px #D4D4D4 solid;
    padding: 6px 0px 35px 0px;
}
.sub-nav {
    width: 1px;
    float: left;
    display: block;
    overflow: hidden;
}
.cust-ddl-detail-nav a {
    display: block;
    padding: 4px 17px 4px 12px;
    font-size: 12px;
    margin-bottom: 5px !important;
    color: #000 !important;
    background: url(../images/right-arrow.png) right center no-repeat;
    cursor: pointer;
}
.cust-row {
    display: block;
    margin: 0px -15px;
}
.search-txtbx {
    width: 85%;
    float: left;
    height: 36px;
    padding: 0px 11px;
    border: 1px solid #e5e5e5;
    outline: none;
    color: #CCC;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 10px;
}

.cart-info {
    display: block;
    min-height: 36px;
    background: #ffb33b;
    padding: 9px;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    line-height: 12px;
    cursor: pointer;
}
.cart-info img {
    vertical-align: middle;
}

.price-box {
    width: 49%;
    float: left;
    display: block;
    font-weight: bold;
    color: #000;
    font-size: 20px;
}

.price-box span {
    color: #6bc712 ;
}

.price-box a {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
}

.desk-top-contents {
    display: block;
    margin-bottom: 15px;
}

.desk-top-contents h1 {
    color: #b50b0b;
    display: block;
    text-transform: uppercase;
    font-size: 29px;
    line-height: 29px;
    padding-bottom: 13px !important;
}

.desk-top-contents h3 {
    color: #000;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 15px !important;
}

.desk-top-contents p {
    display: block;
    font-size: 14px;
    line-height: 14px;
    background: url(../images/tick-img.png) top left no-repeat;
    margin-top: 10px !important;
    padding: 0px 0px 0px 27px !important;
}

.dest-top-btn {
    min-width: 90px;
    display: inline-block;
    line-height: 12px;
    text-align: center;
    padding: 10px 17px;
    border: 1px solid #999;
    font-weight: bold;
    background-color: #FFF;
    margin-right: 10px !important;
    margin-bottom: 5px !important;
    transition: all 0.3s ease;
}

.dest-top-btn:hover {

    background-color: #FFF;
    background-image: -webkit-linear-gradient(top, #FFF, #e6e6e6);
    background-image: linear-gradient(to bottom, #FFF, #e6e6e6);
    transition: all 0.3s ease;
}

.dest-top-btn.active {

    background-color: #FFF;
    background-image: -webkit-linear-gradient(top, #FFF, #e6e6e6);
    background-image: linear-gradient(to bottom, #FFF, #e6e6e6);
}

.pdf-detail {
    display: block;
    border-top: 1px solid #e5e5e5;
}

.see-detail {
    width: 31%;
    float: left;
    padding: 15px 10px 15px 0px;
    margin-right: 2%;
    border-right: 1px solid #e5e5e5;
    word-break: break-all;
}

.see-detail2 {
    width: 24%;
    float: left;
    padding: 15px 10px 15px 0px;
    margin-right: 1%;
    border-right: 1px solid #e5e5e5;
    word-break: break-all;
}

.see-detail span {
    color: #ccc ;
}

.see-detail-btn {
    display: inline-block;
    line-height: 12px;
    text-align: center;
    padding: 10px 17px;
    border: 1px solid #999;
    font-weight: bold;
    background-color: #FFF;
    background-image: -webkit-linear-gradient(top, #FFF, #e6e6e6);
    background-image: linear-gradient(to bottom, #FFF, #e6e6e6);
    font-size: 11px;
    transition: all 0.3s ease;
    font-weight: bold !important;
    color: #333;
}

.see-detail-btn:hover {
    background: #FFF;
    color:#000 !important;
    transition: all 0.3s ease;
}

.ms-heading {
    padding: 13px 13px 38px 13px;
    border: 1px solid #e5e5e5;
    text-align: justify;
    font-size: 11px;
    margin-bottom: 15px;
}

.ms-heading h3 {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 20px !important;
}

.hot-links-container {
    display: block;
    padding: 20px;
    background: #434343;
    margin-bottom: 25px;
}

.hot-link-box {
    display: block;
    color: #FFF;
    padding-bottom: 30px;
}

.hot-link-box h3 {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 15px !important;
    color: #FFF;
}

.hot-link-box a {
    display: block;
    color: #FFF !important;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px !important;
}

.hot-link-box a:hover {
    text-decoration: underline !important;
}

.footer-search {
    display: block;
    border-top: 1px solid #919191;
    padding-top: 20px;
}

.search-txtbx1 {
    width: 78%;
    float: left;
    height: 36px;
    padding: 0px 11px;
    border: 1px solid #e5e5e5;
    outline: none;
    color: #000;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 10px;
    margin-right: 2%
}



.footer {
    display: block;
    text-align: center;
    color: #CCC;
    padding-bottom: 15px;
}

.footer span {
    display: block;
    padding: 20px 0px;
    color: #000;
}
.h1-cl2 {
    color: #b50b0b;
    display: block;
    text-transform: uppercase;
    font-size: 29px;
    line-height: 29px;
    padding-bottom: 13px !important;
}
.h3-cl4 {
    color: #000;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 15px !important;
}
.responsive-image {
    max-width: 100%;
}
.owl-buttons {
    visibility: hidden !important;
}
.left-nav {
    display: block;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
}
.cust-row {
    display: block;
    margin: 0px -15px;
}
.left-nav h4 {
    margin: 0px;
    display: block;
    padding: 8px 10px 6px 14px !important;
    border-bottom: 1px solid #e5e5e5;
    background: #f5f5f5;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    text-transform: uppercase;
    color: #333;
}
.left-nav h4 img {
    vertical-align: middle;
    margin-right: 7px;
}
.left-nav a {
    display: block;
    padding: 14px 17px 14px 14px !important;
    border-bottom: 1px solid #e5e5e5;
    line-height: 12px;
    color: #000 !important;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.left-nav a span {
    font-size: 11px !important;
    line-height: 11px;
    color: #b50b0b !important;
    float: right;
    text-transform: lowercase;
}
.pass-container {
    display: block;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
}
.pss-contants {
    padding: 20px 0px;
}
.pass-txt {
    display: block;
    padding-top: 0;
    color: #000;
    font-size: 12px;
}
.pass-txt h3 {
    display: block;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 15px !important;
}

.download-contents {
    display: block;
    border-top: 1px solid #e5e5e5;
    padding: 11px 10px 0px 0px;
}
.left-nav h4 img {
    vertical-align: middle;
    margin-right: 7px;
}

.left-nav a {
    display: block;
    padding: 14px 17px 14px 14px !important;
    border-bottom: 1px solid #e5e5e5;
    line-height: 12px;
    color: #000 !important;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.left-nav a span {
    font-size: 11px !important;
    line-height: 11px;
    color: #b50b0b  !important;
    float: right;
    text-transform: lowercase;
}

.left-nav a b {
    display: block;
    font-weight: normal;
    text-align: center;
    color: #ff9000;
}

.left-nav a:hover {
    background: #f2ffea;
    transition: all 0.3s ease;
}

.left-nav a.active {
    background: #f2ffea;
}

.sup-box {
    color:#000;   
    display: block;
    text-align: center;
    padding: 10px 5px 20px 5px;
    font-size: 14px;
    margin-bottom: 16px;
}

.sup-box span {
    display: block;
    padding-top: 13px;
}

.bg1 {
    background: #c1fffe;
}

.bg2 {
    background: #ffea75;
}

.bg3 {
    background: #bef99a;
}

.pass-container {
    display: inline-block;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.pss-contants {
    display: inline-block;
    background: #f2ffea;
    padding: 20px 0px;
    width: 100%;
}

.pass-txt p {
    display: block;
    font-size: 14px;
    line-height: 14px;
    background: url(../images/tick-img.png) top left no-repeat;
    margin-top: 16px !important;
    padding: 0px 0px 0px 27px !important;
}

.pass-txt li {
    display: block;
    font-size: 14px;
    line-height: 14px;
    background: url(../images/tick-img.png) top left no-repeat;
    margin-top: 16px !important;
    padding: 0px 0px 0px 27px !important;
}

.download-contents {
    display: block;
    border-top: 1px solid #e5e5e5;
    padding: 11px 10px 0px 0px;
}

.pdf-demo {
    width: 100% !important;
    height: 36px;
    border: 1px solid #e5e5e5 !important;
    outline: none !important;
    font-size: 12px;
    line-height: 12px;
    color: #000;
    padding: 0px 11px;
    margin-bottom: 11px;
}

.cust-col {
    width: 24%;
    float: left;
    padding-left: 10px;
}

.download-btn {
    display: inline-block;
    line-height: 12px;
    text-align: center;
    padding-top: 10px;
    min-height: 36px;
    border: 1px solid #999;
    background-color: #FFF;
    background-image: -webkit-linear-gradient(top, #FFF, #e6e6e6);
    background-image: linear-gradient(to bottom, #FFF, #e6e6e6);
    font-weight: bold;
    width: 100%;
}

.download-btn:hover {
    background: #FFF;
    color: #333 !important;
}

.margin-r- {
    margin-right: -15px;
}

.top-cert {
    display: block;
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

.top-cert h3 {
    display: block;
    padding: 9px 17px !important;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    margin-top: 0;
}

.top-cert h3 img {
    vertical-align: middle;
    margin-right: 7px;
}

.top-cert-container {
    display: block;
    margin: 30px 20px 8.2px;
}

.top-cert-box {
    text-align: center;
    width: 12%;
    float: left;
    margin-right: 0.5%;
    margin-bottom: 18px;
}

.top-cert-box img {
    max-width: 100%;
}

.top-cert-box span {
    display: block;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.chose-us {
    display: block;
    border: 1px solid #e5e5e5;
    padding: 17px 0px;
    text-align: center;
    margin-bottom: 15px;
}

.chose-us h3 {
    display: block;
    padding-bottom: 15px !important;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}

.chose-us span {
    display: block;
    padding-top: 18px;
}

.chose-us span img {
    max-width: 100%;
}

.leader-in-cert {
    display: block;
    line-height: 18px;
    margin-bottom: 15px;
}

.leader-in-cert h3 {
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    padding-bottom: 15px !important;
}

.leader-in-cert p {
    display: block;
    font-size: 12px;
    margin-bottom: 17px !important;
    text-align: justify;
}

.leader-in-cert p b {
    display: block;
    padding-bottom: 8px;
}

.border-l-p {
    border-left: 7px solid #b50b0b;
    padding-left: 15px !important;
}

.border-l-p-gr {
    border-left: 7px solid #b50b0b;
    padding-left: 15px !important;
}

.hot-exam {
    display: block;
    background: #ffebc9;
    padding: 18px 0px 13px 0px;
    text-align: center;
    margin-bottom: 15px;
}

.hot-exam h3 {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    padding-bottom: 15px !important;
}

.hot-exam li {
    float: left;
    display: block;
    width: 48%;
    padding-left: 10px;
}

.hot-exam a {
    width: 100%;
    float: left;
    display: block;
    background: #FFF;
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
    padding: 9px 3px;
    margin: 10px 0% 0px 0px !important;
    border-radius: 3px;
    background-clip: padding-box;
    transition: all 0.3s ease;

}

.hot-exam a:nth-child(2n) {
    margin-right: 0px !important;
}

.hot-exam a:hover {
    background: #b50b0b ;
    color: #FFF !important;
    transition: all 0.3s ease;
}

.hot-ms-cert {
    display: block;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.hot-ms-cert-nav {
    display: block;
}

.hot-ms-cert-nav h4 {
    margin: 0px;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    background: #f5f5f5;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    text-transform: uppercase;
    color:#333;
}

.hot-ms-cert-nav h4 span {
    width: 85%;
    float: left;
    display: inline-block;
    padding: 14px 10px 6px 14px !important;
}

.hot-ms-cert-nav h4 a {
    width: 15%;
    float: left;
    height: 52px;
    background: #FFF;
    display: inline-block;
    text-align: center;
    padding-top: 20px !important;
    border-left: 1px solid #e5e5e5;
}

.hot-ms-cert-nav h4 img {
    vertical-align: middle;
    margin-right: 7px;
}

.hot-ms-tab {
    cursor: pointer;
}

.hot-ms-cert-nav-detail {
    display: none;
}

.hot-ms-cert-nav-detail a {
    display: block;
    padding: 14px 17px 14px 14px !important;
    border-bottom: 1px solid #e5e5e5;
    font-size: 11px;
    line-height: 12px;
    color: #000 !important;

    transition: all 0.3s ease;
}

.hot-ms-cert-nav-detail a span {
    font-size: 11px !important;
    line-height: 11px;
    color: #b50b0b  !important;
    float: right;
    width: 20%;
    text-align: right;
    padding-top: 10px;
}

.hot-ms-cert-nav-detail a b {
    width: 80%;
    float: left;
    font-weight: normal;
    font-size: 11px;
}

.hot-ms-cert-nav-detail a b strong {
    display: block;
    padding-bottom: 4px;
    font-size: 12px;
    text-transform: uppercase;
    color:#b50b0b;
}

.hot-ms-cert-nav-detail a:hover {
    background: #f2ffea;
    transition: all 0.3s ease;
}

.hot-ms-cert-nav-detail a.active {
    background: #f2ffea;
}

.new-release-container {
    display: block;
    border: 1px solid #e5e5e5;
    padding-bottom: 38px;
    margin-bottom: 15px;
}

.new-release-header {
    display: block;
    height: 52px;
    background: #fefefe;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 16px;
}

.new-release-header h3 {
    display: inline-block;
    float: left;
    padding: 12px 10px 6px 14px !important;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}

.new-release-header h4 img {
    vertical-align: middle;
    margin-right: 7px;
}

.new-release-header h4 {
    margin: 0px;
    display: inline-block;
    float: left;
    padding: 12px 10px 6px 14px !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    text-transform: uppercase;
    color:#333;
}

.new-release-header h3 img {
    vertical-align: middle;
    margin-right: 7px;
}

.new-release-header a {
    float: right;
    height: 52px;
    color: #999 !important;
    padding-top: 20px !important;
    line-height: 12px;
    text-transform: uppercase;
    margin: 0px 10px !important;
    cursor: pointer;
}

.new-release-header a:hover {
    color: #000 !important;
    border-bottom: 1px solid #b50b0b ;
}

.new-release-header a.active {
    color: #000 !important;
    border-bottom: 1px solid #b50b0b ;
}

.table-container {
    display: block;
    padding-top: 35px;
    color: #b50b0b;
    font-size: 12px;
    line-height: 12px;
    margin-right: 25px;
}

.table-row-cust {
    display: block;
    /*border-bottom: 1px solid #e5e5e5;*/
}
.table-row-cust:after, .cart-row:after {
    display: block;
    content: ' ';
    clear: both;
}

.table-cell-cust {
    width: 31%;
    float: left;
    padding: 15px 7px 15px 20px;
    border-right: 1px solid #e5e5e5;
}

.table-cell-cust b {
    display: block;
    padding-bottom: 5px;
    color: #000;
}

.border-r {
    border-right: 2px solid #e5e5e5;
}

.sts-cust-container {
    border-top: 2px solid #e5e5e5;
    padding-top: 25px;
}

.sts-cust {
    display: block;
    color: #CCC;
    padding-bottom: 20px;
}

.sts-cust h1 {
    display: block;
    color: #000;
    font-size: 28px;
    line-height: 28px;
    font-weight: normal !important;
    padding-bottom: 10px !important;
}

.sts-cust h3 {
    display: block;
    color: #b50b0b;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal !important;
    padding-bottom: 15px !important;
}

.sts-cust i {
    display: block;
    padding-top: 30px !important;
}

.recent-update {
    display: block;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 5px;
    font-size: 11px;
    margin-bottom: 15px;
}

.recent-update h3 {
    display: block;
    padding: 0px 0px 28px 0px !important;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}

.recent-update h3 img {
    vertical-align: middle;
    margin-right: 7px;
}

.recent-update h4, .rc-heading {
    margin: 0px;
    display: block;
    padding: 0px 0px 28px 0px !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    text-transform: uppercase;
}

.recent-update h4 img, .rc-heading img {
    vertical-align: middle;
    margin-right: 7px;
}

.recent-update b {
    display: block;
    font-size: 12px;
    padding-bottom: 16px;
}

.recent-update b span {
    color: #b50b0b;
}

.price-box {
    width: 49%;
    float: left;
    display: block;
    font-weight: bold;
    color: #000;
    font-size: 20px;
}



.fullWidth {
    width: 100%;
}

.custom-select {
    position: relative;
    width: 100%;
    height: 36px;
    border: 1px solid #e5e5e5;
    background: #fff;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
select.custom-select {
    background-image: linear-gradient(45deg, transparent 50%, #000 50%) , linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, #fff, #fff) !important;
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0 !important;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em !important;
    background-repeat: no-repeat !important;
}
.display-none {
    display: none;
}
.table-row-cust li {
    width: 31%;
    float: left;
    padding: 15px 7px 15px 20px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.table-row-cust li a{
    padding-bottom: 5px;
    color: #000;
    font-weight: bold;
}
.table-row-cust li span{
    width: 100%;
    float: left;
    background: url(../images/cal-img.png) top left no-repeat;
    margin-top: 10px !important;
    padding: 0px 0px 4px 18px !important;
    color: #858585;
}

.res-up-exams li {
    width: 20%;
    float: left;
    padding: 15px 10px 15px 0px;
    /*margin-right: 1%;*/
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    word-break: break-all;
}
.res-up-exams li  a{
    width: 100%;
    text-align: center;
    float: left;
    font-weight: bold;
    color: #000;
}
.res-up-exams li span{
    width: 100%;
    text-align: center;
    float: left;
}
.new-btn{
    width: auto;
    font-size: 13px;
    padding: 8px 0;
    height: auto;
    min-height: auto;
    font-weight: bold;
    text-decoration: none;
}
.h-center {
    text-align: center;
}

.h3-Cl {
    display: block;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 15px !important;
}
#foo span {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    padding-bottom: 15px !important;
    text-transform: uppercase;
}
.footer-search {
    display: block;
    border-top: 1px solid #919191;
    padding-top: 20px;
}

.brdcrum ul {
    width: 100%;
    display: inline-block;
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-left: 0;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "\e072";
    font-family: 'Glyphicons Halflings';
    font-size: 8px !important;
    margin-right: 6px;
    margin-left: 5px;
}

.pur-h {
    display: inline-block;
    background: #f8f8f8;
    padding: 12px 0px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1px;
    width: 100%;
    color: #333;
}
.gry-bg {
    background: #fcfcfc;
    margin-bottom: 15px;
}
.qus-ans-box {
    display: block;
    padding: 17px 0px 14px 0px;
}
.qus-ans-img {
    width: 30%;
    float: left;
}
.qus-ans-txt {
    width: 70%;
    float: left;
    font-weight: bold;
    padding: 7px 0px 0px 10px;
}
.qus-ans-txt h3 {
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 10px !important;
}
.qus-ans-txt b {
    display: block;
    font-size: 12px;
}
.qus-ans-txt b span {
    color: #b50b0b;
}
.h4-Cl span {
    color: #6bc712;
}
.h1-cl3 {
    display: block;
    font-size: 28px;
    line-height: 28px;
    color: #6bc712;
    padding-bottom: 10px !important;
}
.h2-Cl {
    font-size: 14px;
}
.spa {
    display: block;
    padding: 22px 0px 13px 0px;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}
.spa-detail span {
    display: block;
    padding: 0px 0px 5px 32px;
    background: url(../images/tick-img.png) top left no-repeat;
    font-size: 14px;
    line-height: 14px;
    color: #000;
}
.product-inc {
    border-left: 1px solid #e5e5e5;
    display: block;
    padding: 0px 0px 7px 15px;
    font-size: 14px;
    margin-bottom: 10px;
}
.product-inc li {
    
    padding: 0px 0px 15px 32px !important;
    background: url(../images/tick-img.png) top left no-repeat;
    font-size: 14px;
    color: #000;
}

.spa-detail {
    display: block;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    color: #999;
}
.download-btn.new-btn{
    color: #fff !important;
    border-radius: 0 !important;
}
.download-btn.new-btn:hover{
    background: #fff !important;
    color: #000 !important;
}

.desk-nav-detail {
    width: 80%;
    float: right;
    margin-left: -1px;
    border: 1px solid #e5e5e5;
    padding: 15px;
}
.desk-nav-mb {
    display: none;
}
.desk-nav-detail-data {
    display: none;
}
.desk-nav {
    width: 20%;
    float: right;
    padding-top: 15px;
    border-right: 1px solid #e5e5e5;
}
.desk-nav a:hover, .desk-nav a.active {
    color: #23afd7 !important;
    border: 1px solid #e5e5e5;
    border-right: 1px solid #FFF;
    margin-right: -1px !important;
}

.desk-nav a {
    display: block;
    padding: 16px 13px;
    font-size: 12px;
    line-height: 12px;
    color: #000 !important;
    border: 1px solid #FFF;
    margin-bottom: 7px !important;
    background: #FFF;
}
.desk-nav-detail-data .img{
    display: inline-block;
    width: 100%;
}
.desk-nav-detail-data .img img{
    width: 33%;
    float: left;
    padding: 10px;
}
.relexm ul{
    
}
.relexm ul li{
    width: 20%;
    float: left;
    padding: 15px 10px 15px 0px;
    margin-right: 0;
    border: 1px solid #e5e5e5;
    text-align: center;
    border-collapse: collapse;
}
.relexm ul li a{
    color: #000;
    font-weight: bold;
}
.rel-heading-center{
    text-align: center;
    font-style: normal;
    margin-bottom: 20px;
}
.relexm .see-detail-btn{
    display: inline-block;
}
.hot-exam{
    margin: 0;
    height: auto !important;
}
.hot-exam{
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 15px !important;
}
.hot-exam ul {
    width: 100%;
    height: auto;
    margin: 0px;
    display: inline-block;
    padding: 0;
}
.hot-exam h3{
    margin-bottom: 0;
    padding-bottom: 0 !important;
    padding-top: 13px;
}
.h1-Cl {
    display: block;
    color: #000;
    font-size: 28px;
    line-height: 28px;
    font-weight: normal !important;
    padding-bottom: 10px !important;
}
.price-box .new-btn{
    text-decoration: none !important;
    margin: 0px !important;
    color: #000 !important;
    border: 1px solid #999 !important;
    font-size: 11px;
    font-weight: bold !important;
}
.relexm .ex-name{
    min-height: 40px !important;
    display: inline-block;
    overflow: hidden;
}
.relexm .see-detail2:last-child { border-right: 0; }
.relexm .see-detail2 a{
    color: #000;
}
.loadingimg {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 9999;
    text-align: center;
}

.loadingimg img {
    margin-top:15%;
}



@media(max-width: 767px){
    .cust-col{
        width: 50%;
        
    }
    .pss-contants .row{
        margin: 0;
    }
    .top-cert{padding-right: 15px;}
    .top-cert-container ul{display: inline-block; width: 100%;}
    .top-cert-container li{width: 50%;display: inline-block; float:left;}
    .top-cert-container li .top-cert-box{display: inline-block; width: 96%;}
    .leader-in-cert, .hot-ms-cert{padding-right: 15px;}
    .table-row-cust li{width: 50%;}
    .ms-tabs img.fullWidth{display: none;}
    .see-detail2{width: 100%;
    border: 1px solid #e5e5e5;
    padding-left: 10px;}
    .hot-links-container {margin-left: -15px;}
    .qus-ans-txt{width: 100%;}
    .qus-ans-img{width: 30%;margin-left: 30%;}
    .b_pdfDemo{margin-left: 10px;}
    .product-inc{border-left: 0;}
}


/*new style*/
.header-contents{
	display:block;
	padding:16px 0px;
  background-color: #b50b0b;

}

.logo{
	float:left;
	padding-top:7px;
}
	.logo a{
		font-size:25px;
		line-height:25px;
		font-family: 'robotoblack' !important;
		color:#FFF !important;
		text-transform:uppercase;
	}
	.logo a:hover{opacity:0.9;}
	.logo a img{margin-top:-14px;}
.header-nav-contents{
	width:76%;
	float:right;
}
.search-contents{
	width:50%;
	float:left;
	position:relative;
	margin-right:18px;
}
	.search-contents a{
		width:18px;
		height:18px;
		background:url(../images/search-btn.png) top no-repeat;
		transition: all 0.3s ease 0s;
		position:absolute;
		top:9px;
		right:10px;
	}
	.search-contents a:hover{background:url(../images/search-btn.png) bottom no-repeat; transition: all 0.3s ease 0s;}
.search-textbx{
	width:100%;
	height:36px;
	background:#FFF;
	padding:0px 35px 0px 15px;
  	border-radius: 5px;
	background-clip: padding-box;
	border:none;
	outline:none;
	opacity:0.5;
	font-size:14px;
	line-height:15px;
	color:#999;
}

	.search-contents:hover a{background:url(../images/search-btn.png) bottom no-repeat;     transition: all 0.3s ease 0s;}
	.search-contents:hover .search-textbx{opacity:1; color:#000;     transition: all 0.5s ease 0s;}

.chat-btn{
	width:28px;
	height:28px;
	float:left;
	margin:6px 12px 0px 0px !important;
	background:url(../images/chat-icon.png) top no-repeat;
	 transition: all 0.3s ease 0s;
}
	.chat-btn:hover{background:url(../images/chat-icon.png) bottom no-repeat;     transition: all 0.3s ease 0s;}
.sub-menu{
	width:84.5%;
	height:auto;
	padding-bottom:10px;
	float:left;
	display:none;
	z-index:100;
	position:absolute;
	background-color:#FFFFFF;
}
.menu{
	width:100%;
	height:auto;
	float:left;
}
.menu ul{
		border-right: 3px dashed #b50b0b;
	margin-bottom:0px !important;
}
.menu li a{
	font-size:14px;
	

}
.menu li a:hover{
	color:#b50b0b !important;
	border-bottom:1px solid #b50b0b;
}
.cart-btn{
	padding:8px 0px 0px 28px;
	height:24px;
	float:left;
	margin-top:4px !important;
	background:url(../images/cart-icon.png) top left no-repeat;
	 transition: all 0.3s ease 0s;
}
	.cart-btn:hover{background:url(../images/cart-icon.png) left bottom no-repeat;     transition: all 0.3s ease 0s;}
	.cart-btn span{
		display:inline-block;
		padding:2px;
		font-size:12px;
		line-height:11px;
		color:#FFF !important;
		background:#f14a4e;
		border-radius: 3px;
		background-clip: padding-box;
		
  		-webkit-box-shadow: 0px 1px 1px 1px #333;
          box-shadow: 0px 1px 1px 1px #333;

	}
.register-btn{
	float:right;
	margin:10px 15px 0px 0px !important;
	font-size:14px;
	line-height:14px;
	color:#FFF !important;
}	
	.register-btn:hover{text-decoration:underline !important;}

.signIn-btn{
	float:right;
	padding:6px 11px;
	margin:4px 0px 0px 0px !important;
	font-size:14px;
	line-height:14px;
	color:#FFF !important;
	border:2px solid #FFF;
	border-radius: 4px;
	background-clip: padding-box;
}	
	.signIn-btn:hover{
		background-color: #a4b2ffa3; 
	}
.banner-contents{
	display:block;
	padding:60px 0px 160px 0px;
  	background-color: #313131;
  	
  	font-size:25px;
	line-height:35px;
	color:#FFF;
	font-family: 'robotolight' !important;
	text-align:center;
}
	.banner-contents h1{
		font-size:40px;
		line-height:40px;
		color:#FFF;
		text-transform:uppercase;
		padding-bottom:10px !important;
	}
.gray-bg{background:#e5e5e5;}
.hot-vend-cert-wrraper{
	max-width:970px;
	margin:0 auto;
	padding-bottom:40px;
	
}
.hot-vend-cert{
	display:block;
	margin-top:-120px;
	padding:29px 30px;
	background:#FFF;
	border-bottom:2px solid #c3c3c3;
	overflow-x:hidden;
}
	.hot-vend-cert-wrraper h3{
		color:#000000;
		font-size:20px;
		line-height:20px;
		text-transform:uppercase;
		padding-bottom:20px !important;
	}
.hot-vendor{
	display: block;    border-left: 3px dashed #b50b0b;    padding: 0px 20px 17px 25px;
}
	.hot-vendor a{
		display:block;
		font-size:16px;
		line-height:25px;
		color:#000 !important;
		position:relative;
	}
	
	.hot-vendor a:hover{text-decoration:underline !important;}
	.hot-vendor a span{
		width:27px;
		height:27px;
		vertical-align:top; 
		margin:0px 13px 14px 0px;
		display:inline-block;
		text-align:center;
		padding-top:7px;
		font-size:11px;
		line-height:11px;
		text-transform:uppercase;
		color:#FFF !important;
		font-family: 'robotoblack' !important;
	}
.m-bg{background:#47aed4;}
.o-bg{background:#ff0000;}
.i-bg{background:#b50b0b;}
.c-bg{background:#db4a6d ;}
.tooltip-hover{position:relative;}
.tooltip-cust{
	position:absolute;
	top:-40px;
	left:30px;
	background:#000;
	opacity:1;
	padding:9px;
	color:#e5e5e5;
	font-size:16px;
	line-height:16px;
  	border-radius: 3px;
  	background-clip: padding-box;
	white-space: nowrap;
	z-index:1;
}

	.tooltip-cust-txt{position:relative;}
	.tooltip-cust-txt b{
		    width: 0;
			height: 0;
			border-left: 15px solid transparent;
			border-right: 15px solid transparent;
			border-top: 10px solid #000;
			position: absolute;
			bottom: -15px;
			left: 0px;
	}
.hot-cert{
	display:block;
	padding:0px 0px 20px 0px;
}
	.hot-cert a{
		width:70%;
		float:left;
		font-size:12px;
		line-height:18px;
		color:#000 !important;
		position:relative;
		margin-bottom:25px !important;
	}
	.hot-cert a:hover{text-decoration:underline !important;}
	.hot-cert img{width:20%; float:left; margin-right:10px; max-width:28px;}
.hot-cert-star{
	width:20%; 
	float:left; 
	margin-right:10px; 
	max-width:28px;
	position:relative;
}
	.hot-cert-star span{
		width:20px;
		position:absolute; 
		top:3px; 
		left:0px;
		color:#FFF;
		text-align:center;
		font-size:11px;
		line-height:11px;
		font-family: 'robotoblack' !important;
	}
.hot-cert-img {
    background: red;
    width: 20px;
    height: 20px;
    position: relative;
    text-align: center;
}
.hot-cert-img:before, .hot-cert-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: red;
}
.hot-cert-img:before {
    -webkit-transform: rotate(30deg);
       -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
         -o-transform: rotate(30deg);
}
.hot-cert-img:after {
    -webkit-transform: rotate(60deg);
       -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
         -o-transform: rotate(60deg);
}
.cert-m-bg{background:#47aed4;}
.cert-m-bg:before, .cert-m-bg:after {background: #47aed4;}
.cert-s-bg{background:#ffc000;}
.cert-s-bg:before, .cert-s-bg:after {background: #ffc000;}
.cert-c-bg{background:#db4a6d ;}
.cert-c-bg:before, .cert-c-bg:after {background: #db4a6d;}
.practice-test{
	display:block;
	background:#f2f2f2;
	padding:17px 28px;
  	border-radius: 50px;
  	background-clip: padding-box;
	border:3px dashed #b50b0b;;
	margin-top:30px;
	font-family: 'robotolight' !important;
	transition: all 0.5s ease 0s;
}
	.practice-test:hover{background:#FFF;transition: all 0.5s ease 0s;}
	.practice-test img{width:27%; max-width:61px; max-height:49px; float:left;}
	.practice-test span{
		width:68%;
		float:right;
		font-size:16px;
		color:#000;
	}
	.practice-test span a{
		font-size:14px;
		line-height:14px;
		color:#FFF !important;
		background:#b50b0b;
		padding:5px 12px;
		font-family: 'robotoblack' !important;
		display:inline-block;
		border-radius: 4px;
  		background-clip: padding-box;
		margin-top:4px !important;
	}
	.practice-test span a:hover{
	background:#b50b0b;}
.white-bg{background:#FFF !important;}
.brands-contents{
	display:block;
	padding:27px 0px 50px 0px;
	border-top:1px solid #cdcdcd;
	border-bottom:1px solid #dbdbdb;
	text-align:center;
}
	.brands-contents h3{
		color:#000000;
		font-size:20px;
		line-height:20px;
		text-transform:uppercase;
		padding-bottom:30px !important;
	}
.brand-logo-box{
	width:14.2%;
	float:left;
}
	.brand-logo-box img{max-width:92%; height:51px;}
.leader-in-cert{
	display:block;
	font-size:14px;
	line-height:20px;
	color:#616161;
	padding:35px 0px 5px 0px;
}
	.leader-in-cert h3{
		color:#000000;
		font-size:20px;
		line-height:20px;
		text-transform:uppercase;
		padding-bottom:15px !important;
	}
	.leader-in-cert p{
		display:block;
		margin-bottom:25px !important;
		text-align:justify;
	}
	.leader-in-cert p b{color:#000;}
.border-l-p{border-left:5px solid #000000; padding-left:15px !important;}
.leder-sec-box{
	display:block;
	padding-bottom:35px;
	color:#000;
	font-size:12px;
	line-height:12px;
	text-align:center;
}
	.leder-sec-box img{max-width:100%;}
	.leder-sec-box h1{
		color:#006ccf;
		font-size:32px;
		line-height:32px;
		padding:10px 0px!important;
	}
.updates-contents{
	display:block;
	margin:35px 0px;
  -webkit-box-shadow: 0px 0px 4px 0px #999999;
          box-shadow: 0px 0px 4px 0px #999999;

}
.updates-header{
	display:block;
	background:#b50b0b;
	padding-top:17px;
	text-align:center;
}
	.updates-header a{
		width:33%;
		float:left;
		color:#FFF !important;
		padding-bottom:18px !important;
		font-size:16px;
		line-height:16px;
		margin-right:0.5% !important;
		cursor:pointer;
	}
		.updates-header a:hover{padding-bottom:14px !important;border-bottom:4px solid #a4b2ffa3;}
		.updates-header a.selected{padding-bottom:14px !important;border-bottom:4px solid #a4b2ffa3;}
		.updates-header a:nth-child(3) {
			margin-right:0px !important; 
		}
.recent-updates{
	display:block;
	padding:28px 20px 28px 30px;
	color:#616161;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif !important;
}
	.recent-updates h3{
		display:block;
		font-size:18px;
		line-height:18px;
		color:#616161;
		font-weight:bold;
		padding-bottom:20px !important;
		font-family:Arial, Helvetica, sans-serif !important;
	}

.update-box{
	display:block;
	padding-bottom:35px;
}
	.update-box a{
		color:#616161 !important;
		font-size:14px;
		line-height:15px;
		font-weight:bold;
	}
	.update-box a:hover{text-decoration:underline !important;}
	.update-box span{display:block; padding-top:9px; line-height:12px; font-size:12px;}
.view-vendor-btn{
	display:inline-block;
	background:#b50b0b;
	padding:14px 28px !important;
	color:#FFF !important;
	font-size:16px;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif !important;
	 -webkit-box-shadow: 4px 4px 4px -2px #999999;
          box-shadow: 4px 4px 4px -2px #999999;
}
.exam-contents{
	display:block;
	background-color:#b50b0b;
	padding:45px 0px 70px 0px;
	color:#fff;
	font-size:14px;
	line-height:22px;
	text-align:center;
}
	.exam-contents h1{
		font-family: 'robotolight' !important;
		color:#FFF;
		font-size:40px;
		line-height:40px;
		padding-bottom:22px !important;
	}
.exam-text{
	margin:0px 20% 30px 20%;
}
.exam-nav{
	display:block;
	padding-bottom:40px;
}
	.exam-nav a{
		display:inline-block;
		min-width:90px;
		height:30px;
		padding:0px 9px !important;
		color:#FFF !important;
		font-size:16px;
		line-height:16px;
		font-family: 'robotolight' !important;
		margin:0px 12px !important;
		cursor:pointer;
	}
	.exam-nav a:hover{
		font-family: 'robotoregular' !important;
		border-bottom:3px solid #FFF;
		font-weight:bold;
	}
	.exam-nav a.selected{
		font-family: 'robotoregular' !important;
		border-bottom:3px solid #FFF;
		font-weight:bold;
	}
.exam-box
{
	display:block;
	min-height:134px;
	background:#FFF;
	margin:0px 0px 30px 0px;
	padding:20% 0px 10px 0px;
	font-weight:bold;
	color:#ff0000;
}
	.exam-box b{
		display:block;
		font-size:16px;
		line-height:16px;
		color:#000;
	}
	.exam-box span{
		display:block;
		font-size:10px;
		line-height:10px;
		padding:8px 0px;
	}
.exam-box-front{
	
}
.exam-box-back{display:none;}

	/*.back-btn{display:none;}*/
	.exam-box:hover span , .exam-box:hover b{color:#FFF;}
	/*.exam-box:hover .front-btn{display:none;transition: all 0.3s ease 0s;}
	.exam-box:hover .back-btn{display:block;transition: all 0.3s ease 0s;}*/
	.exam-box:hover .ms-btn{color:#FFF !important;}
	.exam-box:hover
	{
		
		background-color: #a4b2ffa3;
  		background-image: -webkit-linear-gradient(to right , #a4b2ffa3 20%, #ab7090 ); 
  		background-image:         linear-gradient(to right, #a4b2ffa3 20%, #ab7090 ); 
		
	}
	.exam-box-outer:hover .exam-box
	{
		color:#FFF;
		background-color: #a4b2ffa3;
  		background-image: -webkit-linear-gradient(to right , #a4b2ffa3 20%, #ab7090 ); 
  		background-image:         linear-gradient(to right, #a4b2ffa3 20%, #ab7090 ); 
		
	}
	.exam-box-outer:hover .exam-box b{color:#FFF;}
.search-btn {
    width: 18px;
    height: 18px;
    background: url(../images/search-btn.png) top no-repeat;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 9px;
    right: 34px;
    border: none;
}
.search-contents:hover .search-btn{
    filter: invert(1);
    transition: all 0.3s ease 0s;
}

.recent-updates li {
    display: inline-block;
    padding-bottom: 35px;
    float: left;
    padding-right: 15px;
    width: 25%;
    text-align: center;
}
.recent-updates li a{
    color: #616161 !important;
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
}
.recent-updates li span {
    display: block;
    padding-top: 9px;
    line-height: 12px;
    font-size: 12px;
}
.ms-btn {
    display: inline-block;
    min-width: 65px;
    text-align: center;
    color: #fff !important;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
    background: #b50b0b;
    padding: 4px 7px;
    border-radius: 3px;
    background-clip: padding-box;
    border: none;
}
.exam-box:hover .ms-btn {
    color: #FFF !important;
}
.demo-btn {
    display: inline-block;
    background: #ed4a54;
    margin-right: 1px !important;
}
.sclae {
    transform: scale(0, 0);
    display: none;
}
.footer-contents {
    display: block;
    background: #b50b0b;
    padding-bottom: 23px;
}
.footer-txt {
    display: block;
    border-top: 1px solid #fff;
    margin-top: 23px;
    padding-top: 30px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-family: 'robotolight' !important;
}
.footer-links-box {
    display: block;
    padding-top: 43px;
}
.footer-contents b {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 12px;
}
.footer-contents b span {
    width: 25px;
    height: 25px;
    float: right;
    color: #FFF;
    text-align: center;
    padding-top: 2px;
    font-size: 16px;
    line-height: 16px;
    border: 2px solid #FFF;
    border-radius: 50%;
    background-clip: padding-box;
    display: none;
    cursor: pointer;
}
.footer-links-box a {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #FFF !important;
    font-family: 'robotolight' !important;
    margin-bottom: 12px !important;
}
.brdcrum {
    display: block;
    padding: 8px 0px;
    background-color: #313131;
}
.bredcums-contents {
    display: block;
    padding: 8px 0px;
    background-color: #313131;
}
.bredcums {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #FFF;
}
.pull-right.breadcrumb{
    float: left !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.pull-right.breadcrumb li, .pull-right.breadcrumb li a{
    color: #fff !important;
}
.exams-cert-Container {
    display: block;
    margin-top: 19px;
    background: #FFF;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-box-shadow: 3px 2px 3px -2px #CCCCCC;
    box-shadow: 3px 3px 3px -2px #CCCCCC;
}
.exam-cert-updates {
    display: block;
    padding: 28px 20px 0px 30px;
    color: #616161;
    font-size: 14px;
}
.exam-cert-updates-txt {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-family: 'robotolight' !important;
    padding-bottom: 20px;
}
.exam-cert-updates h3 {
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #b50b0b;
    font-family: 'robotoregular' !important;
    padding-bottom: 20px !important;
}
.question-box {
    display: block;
    background: #FFF;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-box-shadow: 3px 2px 3px -2px #CCCCCC;
    box-shadow: 3px 3px 3px -2px #CCCCCC;
    padding: 18px 18px 18px 29px;
    margin-top: 19px;
    font-size: 14px;
    line-height: 14px;
    color: #b50b0b;
}
.question-box span {
    display: block;
    color: #616161;
    padding-top: 8px;
}
.quest-detail-btn {
    display: inline-block;
    float: right;
    font-size: 14px;
    line-height: 14px;
    color: #000 !important;
    font-weight: bold;
    padding: 8px 7px;
    background: #FFF;
    border: 2px solid #b50b0b;
    border-radius: 4px;
    background-clip: padding-box;
    margin-right: 8px !important;
}
.quest-detail-btn:hover {
    background-color: #b50b0b !important;
    color: #fff !important;
}
.actual-txt {
    display: block;
    padding: 30px 0px 16px 0px;
    border-bottom: 1px solid #bcbcbc;
    font-size: 14px;
    line-height: 17px;
    font-family: 'robotolight' !important;
}
.actual-txt{
	display:block;
	padding:30px 0px 16px 0px;
	border-bottom:1px solid #bcbcbc;
	font-size:14px;
	line-height:17px;
	font-family: 'robotolight' !important;
}
	.actual-txt h3{
		color:#000000;
		font-size:20px;
		line-height:20px;
		text-transform:uppercase;
		padding-bottom:13px !important;
	}
.exam-code-contents{
	display:block;
	border-top:1px solid #FFF;
	padding-bottom:30px;
}
.exam-codes{
	display:block;
	padding:22px 0px;
}
	.exam-codes h3{
		display:inline-block;
		float:left;
		padding:4px 10px 0px 0px !important;
		font-size:20px;
		line-height:20px;
		color:#000000;
	}
	.exam-codes h3 span{font-family: 'robotoregular' !important; color:#000;}
.total-Qust{
	float:left;
	background:#b50b0b;
	padding:7px;
	color:#FFF;
	font-size:11px;
	line-height:11px;
  	border-radius: 3px;
  	background-clip: padding-box;
	white-space: nowrap;
	position:relative;
	font-family: 'robotoblack' !important;
	margin-top: 22px;
}

.total-Qust b{
    width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 10px solid #b50b0b;
	border-bottom: 5px solid transparent;
	position: absolute;
	top: 7px;
	left: -8px;
}
.exam-codes-update{
	display:inline-block;
	float:right;
	font-family: 'robotoblack' !important;
	font-size:11px;
	line-height:11px;
	color:#b50b0b;
	padding-top:7px;
	margin-top: 22px;
}
.bundle-pack-contents{
	display:block;
	background:#FFF;
	padding:19px 27px;
	border-radius: 6px;
  	background-clip: padding-box;
	 -webkit-box-shadow: 3px 2px 3px -2px #666666;
          box-shadow: 3px 3px 3px -2px #666666;
}
.exam-name-txt{
	display:block;
	padding:13px 0px 0px 0px;
	font-size:14px;
	color:#000;
	font-family: 'robotolight' !important;
}
	.exam-name-txt h3{
		display:block;
		font-size:20px;
		line-height:20px;
		color:#000;
		padding-bottom:10px !important;
		font-family: 'robotoregular' !important;
	}
	.exam-name-txt p{
		display:block;
		font-size:14px;
		background:url(../images/tic.png) top left no-repeat;
		color:#000;
		padding:0px 0px 0px 26px !important;
		font-family: 'robotoregular' !important;
		margin-top:10px !important;
	}
.today-cost{
	display:block;
	border-top:1px solid #a3a2a2;
	margin-top:15px;
	padding-top:20px;
	font-size:21px;
	line-height:20px;
	color:#b50b0b;
}
	.today-cost b{
		display:block;
		color:#b50b0b;
		font-size:26px;
		line-height:26px;
		font-family: 'robotoblack' !important;
		padding-bottom:10px;
	}

	.today-cost .btn{
		display:block;
		font-size:19px;
		line-height:19px;
		color:#FFF !important;
		padding:11px 10px;
		background:#b50b0b;
		text-align:center;
		font-family: 'robotoblack' !important;
		border-radius: 4px;
  		background-clip: padding-box;
	}
	.today-cost .btn:hover{
	background:#b50b0b;
	}
	.today-cost .btn img{vertical-align:middle;}
.per-ind-h h3{
		display:block;
		font-size:20px;
		line-height:20px;
		color:#b50b0b;
		padding:26px 0px 5px 0px !important;
	}
.per-ind-contents{
	display:block;
	background:#FFF;
	padding:12px 27px 11px 16px;
	margin-top:19px;
	border-radius: 6px;
  	background-clip: padding-box;
	 -webkit-box-shadow: 3px 2px 3px -2px #666666;
          box-shadow: 3px 3px 3px -2px #666666;
    min-height:130px;
}
.per-ind-price{
	display:block;
	max-width:100px;
	margin:0 auto;
	background:#b50b0b;
	padding:19px 0px;
	text-align:center;
	color:#FFF;
	font-size:30px;
	line-height:30px;
	font-family: 'robotoblack' !important;
	margin-top:12px;
	border-radius: 4px;
  	background-clip: padding-box;
}
.per-ind-txt{
	display:block;
	padding-top:5px;
	font-size:16px;
	line-height:16px;
	color:#000;
	margin-left:-20px;
}
.per-ind-txt span{
	display:block;
	padding:9px 0px 13px 0px;
	font-size:14px;
	line-height:14px;
	color:#000;
	font-family: 'robotolight' !important;
}
.per-in-cart-btn{
	display:inline-block;
	float:left;
	font-size:12px;
	line-height:12px;
	color:#000 !important;
	padding:7px 12px;
	background:#FFF;
	border:2px solid #b50b0b;
	font-family: 'robotolight' !important;
	border-radius: 4px;
  	background-clip: padding-box;
	margin-right:8px !important; 
}
.per-in-cart-btn:hover{
background-color:#b50b0b !important;
color:#fff !important;;
}
.per-in-cart-btn img{
vertical-align:middle;
}
.per-in-cart-btn img:hover{
color:#fff !important;
}
.try-demo-btn{
    float:left;
    margin-top:8px !important;
    font-size:16px;
    line-height:16px;
    color:#b50b0b !important;
    background: none;
    border: none;
}
.try-demo-btn:hover{text-decoration:underline !important;}
.search-textbox{
	height: 45px;
    width: 85%;
    float: left;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 3px;
    margin-bottom: 11px;
    margin-left: 20px;
    padding-left: 10px;
}
#demo1{

	}
#demo2{

	}
#demo3{

	}
#demo5{
	   float:none;
	   padding-left:10px;
	}
#popup5{
		left: 20%;
		bottom:2%;
		width:60%;
	}	
.CourseList{
	padding-top:20px;
}

 .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 .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 .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;
}
.login-contents {
    display: block;
    padding: 45px 0px 40px 0px;
}
.login-wrraper {
    display: block;
    max-width: 569px;
    margin: 0 auto;
    background: #FFF;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-box-shadow: 3px 2px 3px -2px #666666;
    box-shadow: 3px 3px 3px -2px #666666;
    padding: 30px 33px;
    margin-bottom: 25px;
}
.banner-contents {
    display: block;
    padding: 60px 0px 160px 0px;
    background-color: #313131;
    font-size: 25px;
    line-height: 35px;
    color: #FFF;
    font-family: 'robotolight' !important;
    text-align: center;
}
.banner-contents p{
    font-size: 23px !important;
}
.primcolor{
    color: #b50b0b !important;
}
.cust-rel-contents {
    padding-bottom: 90px;
    overflow: hidden;
}
.cust-rel-box span {
    display: block;
    padding: 20px 0px 7px 0px;
    font-size: 24px;
    line-height: 24px;
    color: #000;
    font-family: 'robotolight' !important;
}

/*******************************************Mid Scr*****************************************/
@media (max-width: 991px) and (min-width: 801px){
	.header-nav-contents {width: 74%;}
	.search-contents {
		width: 45%;
		margin-right: 10px;
	}
	.exam-codes-update{width:100%;}
}
/*******************************************Tab*****************************************/
@media (max-width: 800px) and (min-width: 701px){
	.header-nav-contents {width: 71%;}
	.search-contents {
		width: 40%;
		margin-right: 10px;
	}
	.exam-codes-update{width:100%;}
}
/*******************************************Mobile*****************************************/
@media (max-width: 767px) and (min-width: 0px){
	.header-nav-contents {
		width: 100%;
	}
	.register-btn {
		margin: 10px 4px 0px 0px !important;
	}
	.chat-btn {
   		margin: 6px 5px 0px 0px !important;
	}
	.search-contents {
		width: 100%;
		margin-right: 0px;
		margin:10px 0px;
	}
	.demo-btn{margin-bottom:5px !important;}
	.banner-contents{
		display:block;
		padding:20px 0px 160px 0px;
	     linear-gradient(to right, #313131 13%, #b50b0b ); 
		font-size:16px;
		line-height:20px;
	}
		.banner-contents h1{
			font-size:22px;
			line-height:32px;
		}
	.hot-vendor{
		border-right:none;
		padding:0px 20px 0px 0px;
	}
		.hot-vendor a{
			display:block;
			font-size:13px;
			line-height:23px;
		}
		.hot-vendor a span{vertical-align:top; margin:0px 5px 7px 0px;}
	.hot-vend-cert-wrraper {
		padding-bottom: 20px;
	}
	.hot-vend-cert-wrraper h3 {
		font-size: 17px;
		line-height: 17px;
		padding-bottom: 10px !important;
	}
	.hot-cert{padding: 20px 0px 0px 0px;}
	.practice-test{
		padding:12px 20px;
		border-radius: 40px;
		margin-top:15px;
		
	}
		.practice-test span{
			font-size:14px;
		}
	
	.brands-contents {
		padding: 15px 0px;
	}
	.brands-contents h3 {
		font-size: 17px;
		line-height: 17px;
		padding-bottom: 15px !important;
	}
	.brand-logo-box {
		width: 33.333%;
		margin-bottom:7px;
	}
	.leader-in-cert{
		font-size:13px;
		padding:15px 0px 5px 0px;
	}
		
		.leader-in-cert p{
			margin-bottom:15px !important;
		}
	.leader-in-cert h3 {
		font-size: 17px;
		line-height: 25px;
	}
	.exam-contents {
		padding: 15px 0px 30px 0px;
		font-size: 13px;
		line-height: 20px;
	}
	.exam-contents h1 {
		font-size: 30px;
		line-height: 20px;
		padding-bottom: 15px !important;
	}
	.exam-nav a {
		min-width: 37%;
		height: 30px;
		font-size: 14px;
		line-height: 14px;
		margin: 0px 12px 10px 12px !important;
	}
	.cust-satis h3 {
		font-size: 16px;
		line-height: 16px;
	}
	.cust-rel-box span {
		padding: 10px 0px 5px 0px;
		font-size: 20px;
		line-height: 20px;
	}
	
	/**********************************************************/
	.per-ind-txt{margin-left:0px;}
	.exam-codes-update{width:100%;}
	.exam-codes h3 {
		padding: 4px 10px 5px 0px !important;
	}
	.login-wrraper h1 {
		font-size: 24px;
		line-height: 24px;
	}
	.social-btns{
		line-height:24px;
	}
	.vendor-detail{
		border-right:none;
		border-bottom:1px solid #dbd9d9;
		padding-bottom:10px;
		
	}
	.allvendor-pagging{
		width:100%;
		padding-top:15px;
		text-align:center;
	}
	.vendor-detail a.perpul-link{margin-top:8px !important;}
	.memberNav {
		width: 100%;
		border-right: none;
		margin-bottom:10px;
		display:none;
	}
	.mobile-nav{display:block;}
	.member-area-right-contents {
    	width: 100%;
		
	}
	.member-contents{
		padding:10px 5px;
	}
	.product-name{width:100%; border-right:none;border-bottom: 1px solid #dfdfdf;}
	.product-order {
		width: 100%;
		line-height: normal;
		border-left: none;
		margin-left: 0px;
	}
	.exam-name-content {
		width: 100%;
		border-bottom: 1px solid #dfdfdf;
		border-right: none;
	}
	.serial-code {
		width: 100%;
		line-height: normal;
		border-left: none;
		margin-left: 0px;
	}
	.rem-days {
		width: 100%;
		border-right: none;
	}
	.extend-text {
		width: 100%;
		border-top: 1px solid #dfdfdf;
		border-left: none;
		border-right: none;
		margin-left: 0px;
	}
	.total-keys {
		width: 100%;
		border-left: none;
		border-top: 1px solid #dfdfdf;
		margin-left: 0px;
		text-align: left;
	}
	.footer-contents b span{
		display:block;
	}
	.mobile-f-slide{display:none;}
	.quest-cart {float:left; margin:10px 10px 0px 0px !important;}
	.quest-detail-btn{float:left; margin-top:10px !important;}
	.logo {margin-bottom: 0 !important;}
	.banner-contents p { font-size: 15px !important; }
	.recent-updates li{width: 50%;}
	.question-box{display: inline-block; width: 100%;}
	.htlist{width: 50% !important; float: left; text-align: center;}
	.cisco-box-h{text-align: center;}
	.actual-txt h1{font-size: 24px;}
	.actual-txt p{font-size: 15px !important;
    line-height: 23px;}
	#packageprice{margin-bottom: 10px;}
	.exam-gurantee-img{width: 100% ;}
	
} 


























.lisencePopup .col-lg-12.field.row {
    margin-bottom: 10px;
}

.popup {
    display: none;
    width: 49%;
    height: auto;
    background-color: #FFFFFF;
    position: fixed;
    top: 60px;
    left: 28%;
    padding-bottom: 11px;
    z-index: 1500;
}
.pakage {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 25px;
    padding-bottom: 10px;
}

.salogan {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
        margin-top: 30px;
}
.salogan span {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    font-family: sans-serif;
}
form#lisence_update_form input {
    height: auto;
}

h2.extend-month-price {
    font-size: 28px;
}

button#btn-demo {
    background: #26ba0e;
}
.lisencePopup label {
    line-height: 28px;
    font-size: 13px;
    display: inline-block;
    font-weight:normal
    
}















.finalcartcss select{
    background:transparent;
    border-radius:0;
    font-size:13px;
    background-image:linear-gradient(45deg,transparent 50%,#b50b0b 50%),linear-gradient(135deg,#b50b0b 50%,transparent 50%),linear-gradient(to right,transparent,transparent);
    background-position:calc(100% - 13px) calc(1em + 0px),calc(100% - 8px) calc(1em + 0px),calc(100% - 15.5em) 10.5em;
  
    background-size:5px 5px,5px 5px,1px 1.5em;background-repeat:no-repeat;
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    text-overflow: '' !important; 
            -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
     /*background-position:calc(100% - 13px) calc(1em + -4px),calc(100% - 8px) calc(1em + -4px),calc(100% - 15.5em) 10.5em\9 !important;*/
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
     .finalcartcss select{
        background:transparent;
        border-radius:0;
        font-size:13px;
        background-image:linear-gradient(45deg,transparent 50%,#b50b0b 50%),linear-gradient(135deg,#b50b0b 50%,transparent 50%),linear-gradient(to right,transparent,transparent);
        background-position:calc(100% - 13px) calc(1em + -4px),calc(100% - 8px) calc(1em + -4px),calc(100% - 15.5em) 10.5em;
      
        background-size:5px 5px,5px 5px,1px 1.5em;background-repeat:no-repeat;
        -moz-appearance:none;
        -webkit-appearance:none;
        appearance:none;
        text-overflow: '' !important; 
                -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
         /*background-position:calc(100% - 13px) calc(1em + -4px),calc(100% - 8px) calc(1em + -4px),calc(100% - 15.5em) 10.5em\9 !important;*/
    }
    #InputCountry, #state {
        background-position:calc(100% - 13px) calc(1em + 5px),calc(100% - 8px) calc(1em + 5px),calc(100% - 15.5em) 10.5em !important;
    }
    
    .pdf-updates{
        margin-top:8px !important;
    }
}
select::-ms-expand {
    display: none;
}
select.simple-control:disabled{
         /*For FireFox*/
        -webkit-appearance: none;
        /*For Chrome*/
        -moz-appearance: none;
}

/*For IE10+*/
select:disabled.simple-control::-ms-expand {
        display: none;
}




.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 0px !important;
  bottom:0px !important;
  display:none !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}






