@-ms-viewport
{
	width:device-width;
}
@-viewport
{
	width:device-width;
}
@media only screen and (max-width:1200px)
{
	img
	{
		max-width:100%;
	}
}
@media only screen and (max-width:1024px)
{
	
}
@media only screen and (max-width:960px)
{
	.header-top
	{
		padding: 10px 20px;
	}
	.container
	{
		padding: 20px;
	}
}
@media only screen and (max-width:768px)
{
	.alignmiddle
	{
		display: block;
	}
	.header-top .alignmiddle
	{
		display: flex !important;
	}
	.hero
	{
		text-align: center;
		margin-top: 10px;
        height: auto;
	}
	.hero .row
	{
		position: static;
	}
	.hero figure, .hero-box
	{
		display: none;
	}
	.hero aside, .all-in-one aside, .all-in-one figure
	{
		width: auto;
		float: none;
	}
	.hero .formfield
	{
		margin: 12px 0;
	}
	.hero-box-mobile
	{
		display: flex;
		text-align: left;
		margin-bottom: 30px;
        padding: 15px 20px 15px 0;
	}
	.hero-box-mobile figure
	{
		display: block;
	}
	.hero aside button
	{
		margin: 10px auto 0 auto;
		padding: 8px 20px;
		width: auto;
	}
	.hero-box-mobile figure
	{
		width: 70%;
	}
	.users ul
	{
		gap: 15px;
	}
	.users ul li
	{
		width: 50%;
	}
	.products ul
	{
		gap: 10px;
	}
	.products ul li a
	{
        padding: 15px 10px;
	}
	.products ul li a img
	{
		max-height: 15px;
	}
	.products ul li a h3
	{
    	font-size: 16px;
		margin: 0;
	}
	.demat-account ul, .market article
	{
		grid-template-columns: 1fr;
	}
	.table-content
	{
		overflow: auto;
	}
	.table-content table
	{
		width: 800px;
	}
	.footer article
	{
		padding: 50px 20px 35px 20px;
		text-align: center;
	}
	.footer-content
	{
		padding:20px;
	}
	.footer aside, .footer-weblinks
	{
		width: auto;
		float: none;
	}
	.hero .formfield form
	{
		justify-content: center;
        padding: 0 50px;
		display: block;
	}
	.hero .formfield input[type=number]
	{
		width: 100%;
	}
	.hero .formfield input[type=submit]
	{
		width: 100%;
		margin-top: 10px;
	}
	.faqs .accordion
	{
		padding: 15px 35px 15px 15px;
	}
}
@media only screen and (max-width:520px)
{	
	.header-top aside img
	{
		height: 65px;
	}
	.hero aside h2
	{
		font-size: 24px;
	}
	.hero aside h1
	{
        font-size: 36px;
        display:none;
	}
	.hero aside h1 span
	{
        font-size: 28px;
	}
	.hero aside h1 small
	{
		font-size: 18px;
	}
	.hero aside h4 span
	{
		display: none;
	}
}
@media only screen and (max-width:320px)
{
	
}