/** info **/ 
.infoTable{
    text-align: center;
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);  
}
.heightAuto{
	height:auto;
}
.minHeight250{
	min-height:250px;
}
.infoTable .infoTable-header{
    color:#feffff;
    background: #333333;
}
.infoTable .infoContent > h3,
.infoTable .infoContent > h3 a,
.infoTable .infoContent > h2,
.infoTable .infoContent > h2 a{
    margin: 0;
    text-transform: capitalize;
    /* font-size: 34px;*/
	font-size: 22px;
	font-weight: 500; 
}
.infoTable .infoContent a{
	color: #0056B3; 
	
}
.infoTable .infoContent a:hover{
    color: #ff9900 !important; /* #f4f4f4 !important; */
} 
.infoTable .infoContent{
    /* text-transform: capitalize; */
    background: #f5f5f5;
    color:#030944; /* #333333;*/
	padding: 10px 10px 10px 20px;
    vertical-align: text-top; 
    text-align: left; 
	min-height:150px;
}
.height150{
	height:150px;
}
.infoTable .infoContent > i{
    /* font-size: 60px; */
    margin-top: 20px;
	color: #ff9900;
    vertical-align: text-top; 
}
.infoTable .infoContent ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    vertical-align: text-top;
}
.infoTable .infoContent ul li {
    padding: 12px 0;
    border-bottom: 1px solid #000;
    border-top: 1px solid #333; 
    margin-right: 20px; /* 20px; */ 
} 
.infoTable .infoContent ul li:first-child{
    border-top: 0px none;
}
.infoTable .infoContent ul li:last-child{
    border-bottom: 0px none;
}
.infoTable .infoContent ul li:before{
    content: "\f00c";
    font-family:'FontAwesome'; 
	/* font-weight: 900; */
    margin-right: 10px; /* 10px; */
    transition:all 0.5s ease 0s;
} 
.infoTable .infoContent ul li:hover:before{
    margin-right: 20px; /* 20px; */ 
}
.infoTable .infoContent a{
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; 
}

.infoTable .infoContent ol{
    list-style: decimal;
    padding: 10;
    margin-bottom: 0;
    text-align: left; 
    vertical-align: text-top; 
}
.infoTable .infoContent ol li {
    padding: 12px 5px 5px 10px;
    border-bottom: 2px solid #000;  
    margin-right: 20px; /* 20px; */  
} 
.infoTable .infoContent ol li:hover:before{
    margin-right: 20px; /* 20px; */ 
} 
.infoTable.pink .infoTable-header{
    background: #333333;
}
.infoTable.orange .infoTable-header{
    background: #333333;
}
.infoTable.green .infoTable-header{
    background: #008b8b;
}
@media screen and (max-width: 990px){
    .infoTable{
        margin-bottom: 20px;
    } 
} 