/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* MAIN STYLING STARTS HERE */
body{
	background-color: #ececec;
	font-family:"arial", Times, serif;
	font-size: 75%;
}
p,h1,h2{	padding:8px; text-align: center; }
h1{
	font-size: 200%;

}
h2{
	font-size: 150%;
}
h3{
	font-size: 130%;
}
p{
	line-height: 23px;
    font-size: 115%;
   	 display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    text-align: center; 
}
a{
	margin: 2px 5px;
	color: black;
}
a:link {
    text-decoration: none;

}
a:active {
    color: blue;
}
a:link {
    color: black;
}
img{
	max-width: 100%;
	max-height: 100%; 
	

}
/* space clearer */

.clearfix-padding{
	clear:both;
	padding:2%;
}
.clearfix-padding2{
	clear:both;
}


#sidenav{
	width: 300px; 
	float: left; 
	margin:0px;
	height: 642px; 
	position: relative;
	transition: all ease-in-out 400ms; 
}
#logo{
	width: 180px; 
	height: 50px; 
	margin: 10px auto; 
}
#col_sidenav_in{
	width: 300px; 
	height: auto; 
	background: #ff3d57; 
	margin: 0px 0px 0px 10px;
	border-radius: 5px; 
	float: left;  
	box-shadow: 5px 10px #c3c6cc;
	

}
.col_round_profile{
	width: 150px; 
	height: 150px; 
	margin-top:10px; 
	margin-left: 23%; 
	border-radius:150px;
	float: left; 
}

#col_sidenav_in p{
	text-align: left;
	padding-left:20px;
	cursor:pointer; 
}
#sidenav p{
	text-align: left;
	padding-left:40px;
	cursor:pointer;
	position: relative; 
}

#col_mid_nav{
	width: 70%; 
	height: auto; 
	float: left; 
	background: #f7f9fc; 
	
}

.col_trans{
	width: 155px; 
	height: 50px; 
	float: right; 
	background:#ff3d57;
	border-radius: 5px;
	margin: 10px 13px; 
	cursor:pointer;
}
.col_trans a{
	padding:1px; 
	font-size: 80%;
	line-height: 5;
}
#col_acc_bal{
	width: 85%;
	height:300px; 
	float: left; 
	background: #fff; 
	margin: 70px 0px 0px 30px; 
	border-radius: 15px; 
	overflow: hidden;
}
#col_acc_bal_inq{
	width: 75%;
	height:auto; 
	float: left; 
	background: #fff; 
	margin: 70px 0px 0px 30px; 
	border-radius: 15px; 


}
/* styling for INQUIRY*/
.col_topic{
	float: right; 
}
.col_BAD{
	width:95%;
	height: auto; 
	border-top: 2px solid #e0e1e2;
	border-style:solid; 
	border-radius: 2px;
	margin-bottom: 2px; 
}
.col_BAD a{
	line-height: 2;
	font-weight: 100;
    font-size: 130%;
    margin: 0px 0px 0px 10px;
    cursor: pointer;
}

#col_acc_bal h3{
	padding: 70px 0px 0px 40px; 
}
#col_acc_bal_inq h3{
	padding: 40px 0px 0px 40px; 

}
#col_acc_bal h6{
	float: left; 
	padding: 0px 16% 0px 40px; 
}

#col_acc_bal p {
	font-size: 120%;
	float: left; 
	padding: 0px 12% 0px 40px; 
	
}

#col_bottom_nav{
	width: 60%;
	height: 200px; 
	float: left; 
	background: #ffffff; 
	margin: 10px 0px 20px 30px;
	border-radius: 5px; 
	text-align: left; 
}
#col_bottom_nav h3{
	padding: 10px 0px 0px 40px; 
}
/* styling for TRANSFER*/
#col_head{
	width: 90%;
	height: 50px; 
	background:#8e8d8d;
	border-radius: 10px; 
	margin: 0px auto;

}
#col_head h4{
	font-size: 180%; 
	line-height: 2; 
	padding: 3px; 
	padding-left: 15px; 
	text-align: left;
	color: #fff; 
	font-weight: 100; 
}

/*styling for hamburger menu */

.container {
    display: inline-block;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
/* styling for profile col_user_details */
	#col_display{
		width: 85%;
		height: auto;
		background: #fff;
		margin: 0px auto; 
		border-radius: 15px; 
	}
	.col_display{
		text-align: left;
		font-size: 120%;
		line-height: 1;
		padding: 10px 0px 10px 20px;

	}
	#col_seperate_header{
		width: 100%;
		height: 236px; 
		float: left;
		clear: both;
		display:none;
	}
	#col_sidenav_toogle{
		width: 100%;
		height: 30px; 
		background: #ff3d57; 
		display:none;
	}

	/* THIS IS FOR THE HAMBURGER MENU */
		.col_ham {
			display:block;
		    cursor: pointer;
		    float: right;
		    margin-right: 20px;
		}

		.bar1, .bar2, .bar3 {
		    width: 28px;
		    height: 3px;
		    background-color: #333;
		    margin: 5px 10px;
		    transition: 0.4s;
		}

		.change .bar1 {
		    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
		    transform: rotate(-45deg) translate(-9px, 6px);
		}

		.change .bar2 {opacity: 0;}

		.change .bar3 {
		    -webkit-transform: rotate(45deg) translate(-8px, -8px);
		    transform: rotate(45deg) translate(-8px, -8px);
		}

		.col_online_bank{
			text-align:left;
			padding: 0px 80px 0px; 
			font-size: 180%;
			line-height: 2;
		}
		.col_personal_online{
			width:90%;
		}
		.pad{
			padding: 0px 20px 0px 0px;
			padding-left: 10px;
		}
		/* styling for the notification */

		#bell{
			float:right;
			margin: 15px 40px 0px -15px;
			font-size: 200%;
			color: white;
		}
		#not_bell{
			width: 10px; 
			height: 10px; 
			border-radius: 40px; 
			float: right; 
			margin: 14px 5px; 
			background: red;

}
	/* responsive styling starts here */
@media only screen and (max-width: 950px) {
	#col_mid_nav{
		width: 65%;
	}


} 

@media only screen and (max-width: 858px) {
	#sidenav{
		width:98%;
		height: 202px;

	}
	#col_sidenav_in{
		width:100%;
	}
	.col_round_profile{
		margin-left: auto; 
		margin-right: auto;
		display:block;
		float:none;
	}
	#col_sidenav_in p{
		text-align:center;
		padding-left:0px;
	}
	#col_mid_nav{
		width:100%;
		margin-top: -40px;
		position: relative;
	}
	#col_acc_bal {
	    margin: 10px 0px 0px 60px;
	    
	}
	#col_acc_bal_inq {
		width: 90%;
	    margin: 8px 0px 0px 20px;

	}
	#col_seperate_header{
		display: block;
	}
	#sidenav p{
		text-align: center;
	}

	#col_sidenav_toogle{
		display:block;
	}
	.col_online_bank{
		text-align: center;
	}
	.col_trans{
		display: none;
	}
} 

@media only screen and (max-width: 535px) {
		#col_acc_bal {
	     margin: 10px auto 0 auto;
   		 width: 90%;
	}
		#col_acc_bal h6 {
	    padding: 0 3% 0 40px;
	}
	#col_acc_bal_inq h6 {
	    padding: 0 3% 0 40px;
	}
		#col_acc_bal p {
	    float: left;
	    padding: 0 1% 0 40px;
	}
	#col_mid_nav {
    margin-top: -30px;
}
	#sidenav{
		height: 224px;
	}

}
@media only screen and (max-width: 375px) {
		#col_acc_bal h6 {
	    padding: 3px 0 0 30px;
	}
	#col_acc_bal_inq h6 {
	    padding: 2px 0 0 30px;
	}
		#col_acc_bal p {
	    float: left;
	    font-size:150%;
	    padding: 1px 5% 0px 30px;
	}



	#col_bottom_nav h3 {
    	 padding: 15px 0px 0px 20px;
   		 font-size: 138%;
	}

}