@media (max-width: 576px)
{	
	.btn-enquiry .w-50{
		width: 100%!important;
	}
	.btn-enquiry a
	{
		margin: 2px;
		width: 100%;
	}
	.ban-text h2
	{font-size: 65px!important;}
	.banner img {
   	 height: 60px;
	}
	.nd-heading {
    font-size: 40px!important;
	}
	body h2 {
    font-size: 24px;
	}
	#hero p
	{
		font-size: 10px;
	}
}
@media (max-width: 767px)
{
	.banner .ban-text h2
	{

		font-size: 46px!important;
		font-family : "Default";
	}
}