@charset "UTF-8";
/* CSS Document */



@media only screen and (max-width: 991px) {
	
	.total_accountsbox{ padding-bottom: 150px;}
	.total_userbox{ padding-bottom: 100px;}
	
}



 @media only screen and (max-width: 720px) {
	 
	 .accountstatment_section{ display: none;}
	 .dashboard_section_mobile{ display: block;}
	 .mobilecard_box{ padding: 20px; padding-top: 15px;}
	 ul.statement_header li{ display: block; text-align: center;}
	 .statement_rightbox{ text-align: center; margin-top: 10px;}
	 .statement_headerlogo{ margin-bottom: 10px;}
	 .fullstatment_searchbox{ padding: 20px;}
	 .w-30{ width: 100%;}
	 .w-50{ width: 100% !important;}
	 
	 .total_accountsbox{ padding-bottom: 130px;}
	.total_userbox{ padding-bottom: 100px;}
	 
	 
}

@media only screen and (max-width: 575px) {
	
 
	
	ul.accounts_listbox li{ display: block;}
	ul.accounts_listbox li:last-child{ float: inherit;}
	.account_price{ text-align: left;}
	.account_numberbox{ top: auto; margin-bottom: 7px;}
	.account_username{ margin-bottom: 7px;}
	
	.w-50{ width: 100% !important;}
	
	.ministatement_section table td{ padding-left: 5px; padding-right: 5px;}
	
}