.cateG {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 200px; overflow:hidden;			
}


.cateG li, .tab_hdr li{
	margin:10px 0px;
	background-color: rgb(57, 133, 197);
	padding:1px;
}
.cateG li, .cateG li a{
	border-radius:10px;
}


.cateG li a {
	
	display: block;
	color: #000;
	padding: 8px 16px;
	text-decoration: none;
}

.cateG li a i{ color:#ccc; font-weight:bold; font-size:20px; }

/* Change the link color on hover */
.cateG li a:hover {
	background-color: #099391;
	color: white;
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.training_hdr{
	background-color: rgb(57, 133, 197);
	padding:10px;
	text-align:center;
	border-radius:10px;
}

.training_hdr a{ color:white;font-size:18px; }

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.small_labels{
    font-weight: 300;
	font-size: 14px;
	margin-top: 10px;
    margin-bottom: 10px;
}

.home_conf_dtls{
	width:100%;
	display:block;
}

.home_conf_dtls b{color:#B01A00;}

.conf_type{
	width:80%;
	margin:5px auto;
	
}

.view{
	color: rgb(57, 133, 197); padding-top:10px;  font-weight:bold;
}
#cartwa{ text-align:center; width:20%; }/* background:url('img/cart-73-xxl.png') no-repeat; background-size: 30px 30px;*/

.toll_number{float:right;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;	text-align:right;		font-weight:500;
   
}



.toll_number a, #cartwa a{
	color: #000;
}


.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('info.png');
}

.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('warning.png');
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('error.png');
}



.wisHes{
	bottom: 0;	color:red;
    height: auto;
    
	position: fixed;
	opacity: 1;
    width: 286px;
    margin-left: 18px;
}

.section-padding .container{
    /*max-width:1000px;*/
    /*padding-top:30px;*/
}

