.container
{
	justify-content: flex-start !important;
	align-items: center;
	margin-left: 0px;
	padding-left: 2vw;
}
.iconbox
{
	width:100%;
	display:inline-flex;
	justify-content:space-evenly;
	    
}
.quicklinks .iconbox
{
	transform: translateX(-30px);
}
.tcsicon
{
	width:200px;
	height:60px;
	margin-top:40px;
}
.sbiicon
{
	width:100px;
	height:40px;
	margin-top:40px;
	transform: translateX(-50px);	
}
.tcsicon img
{
	width:160px;
	height:50px;
}
.sbiicon img
{
	width:100px;
	height:35px;
}
.mpicon {
    width: 120px;
    height: 80px;
    margin-top: 20px;
    overflow: hidden;
}
.mpicon img
{
    width: 125px;
    height: 85px;
    margin: -2px;
    margin-left: -1px;
}
.footercus
{
	width:60%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	transform: translateX(-55px);
}
.main
{
	color: #000;
    font: 80% Arial,Helvetica,sans-serif;
    padding:2vw;
}
.main h3
{
	color: #000066;
    font: bold 100% Arial,Helvetica,sans-serif;
    margin: 0px;
    padding-left: 5px;
    font-size: 15px;
}
}
ul
{
	list-style-type: square!important;
}