@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:#7d4b34 !important;
}
#main-nav{
    float: left;
    width: 100%;
    height:47px;
	background-color:#7d4b34;
	-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: #7d4b34;
								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:#7d4b34;
	color:#FFF;
	border:1px solid #7d4b34;
}
.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;
}
	
.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(231, 166, 6, 0.3);
    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:#7d4b34;
	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 #7d4b34;
    width: 58%;
    float: left;
	font-size:16px;
}
#hot-cert {
    background-color: rgba(231, 166, 6, 0.3);
}
#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: #7d4b34;
}
.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:#7d4b34;
}
.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(231, 166, 6, 0.3);
	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:#7d4b34;
	 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:#7d4b34;
	 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 #7d4b34;
}
.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: #7d4b34;
    color: #FFF;
    border: 1px solid #7d4b34;
    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:#7d4b34;
	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 #7d4b34;
   background-color: #7d4b34;
   -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: #7d4b34;
		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:#7d4b34;
	 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 #7d4b34;
}
.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:#7d4b34;
	 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:#7d4b34;
	 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:#7d4b34;
	 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: 10px;
    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: #7d4b34;
}
.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{
	float: left;
    width: 100%;
    /*height: 26px;*/
    padding-top: 10px;
}
.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 #e9e9e9;
	height:auto;
	float:left;
	padding-bottom:1px;
}
.infrmtn-span{
	font-size:15px !important;
}
.infrmtn span{
	color:#7d4b34;
	font-size:12px;
	line-height:10px;
	width:100%;
	float:left;
	margin-top:10px;
}
#inf-span-code{
color: #7d4b34;
    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:#7d4b34;
}
.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;
}
.cart-btn{
	width:45%;
	height:auto;
	padding-top:22px;
	float:left;
	font-size:12px;
}
#cart-btn{
	width:100%;
	height:34px;
	float:left;
	color:#FFFFFF;
	background-color:#7d4b34;
	border:1px solid #7d4b34;
}
.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{
	width:123px;
	height:34px;
	float:left;
	background:#FFFFFF;
	border:2px solid #7d4b34;
}
.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:#7d4b34;
}

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

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

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


.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:#7d4b34;
 border: 2px solid #7d4b34;
}
.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:#7d4b34;
	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: #7d4b34 !important;
	text-decoration: underline !important;
}
.sign-in-btn {
	width:70px;
	height:34px;
    display: block;
    background: #7d4b34;
    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:#7d4b34;
	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: #7d4b34;
    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:#7d4b34;
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:#7d4b34;
}
.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:#7d4b34 !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 {
	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;
}

.hot-cert{
	width:100%;
	height:auto;
	padding-bottom:51px;
	padding-top:9px;
	margin-top:10px;
	background-color:rgba(231, 166, 6, 0.3);
}

.hot-cert-heading{
	 margin-left: 22px;
     margin-right: 65px;
     padding-bottom: 08px;
     border-bottom:4px solid #7d4b34;
}
.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:#7d4b34;
	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(231, 166, 6, 0.3);
}

.hot-exam-heading{
	 margin-left: 22px;
     margin-right: 65px;
     padding-bottom: 08px;
     border-bottom:4px solid #7d4b34;
}
.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:#7d4b34;
	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: #7d4b34;
}
.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: #7d4b34;
    border: 1px solid #7d4b34;
    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 #7d4b34;
	background-color:#7d4b34;
}
.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: #7d4b34;
    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 #7d4b34;
	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 #7d4b34;
	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:#7d4b34 !important;
	border-bottom:2px solid #7d4b34;
	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: #7d4b34;
    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:#7d4b34;
		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;
    color: #03F;
    text-align: center;
    padding-top: 47px;
}
.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: #7d4b34;
	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 #e9e9e9;
	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 #7d4b34;*/
	/*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: #7d4b34;
}
.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%;
}

.bundle_details .myList{
    display: inline-block;
    width: 100%;
}
.bundle_details .myList tbody{
    display: inline-block;
     width: 100%; 
    min-width: 100%;
    max-width: 100%;
}
.bundle_details .myList tbody > tr, .bundle_details .myList tbody > tr > td{
        width: 100%;
    display: inline-block;
}

.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%;
}
.member-login h2{
    background-color: #7d4b34 !important;
}
.btn-u{
    background: #7d4b34 !important;
}
.ques{
     color: #7d4b34 !important;
}


/* This is CSS code */
.demo .search-textbx{
    background-color: #7d4b34 !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, #7d4b34, #7d4b34)  !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;
}

.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){
    .mfp-content {
        margin: 2% auto!important;
        width: 96% !important;
        padding: 10px;
    }
    .mfp-content .full-name{
        width: 100%;
        margin-top: 0;
    }
}

.rpaddingt {
    padding-right: 10px !important;
}
.satisfied-cstmr .carousel-indicators li{
        background-color: #e84a64 !important;
    border: none;
}
.satisfied-cstmr .carousel-inner {
    padding-bottom: 19px;
}
.satisfied-cstmr .carousel-indicators{
    bottom: 0;
}








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;
}









