/* SMARTPHONE */
@media (max-width:767px)
{
	
	#pg-home #hero
	{
	background: #0785e1;
    border-bottom: 10px solid #92c8f2;
    padding-bottom: 20px;
    height: inherit;
    text-align: center;
	}
	
	#pg-home #boxarea P
	{
	width:initial;
	min-width:initial;
	}
	
	#pg-home #boxarea #trust IMG
	{
	margin-top:60px;
	}
	
}

/* SMARTPHONE SMALL SCREEN */
@media only screen and (max-width: 320px) {

	

}

/* SMARTPHONE LANDSCAPE */
@media only screen and (max-width: 767px) and (orientation: landscape) {



}

/* iPHONEX LANDSCAPE */
@media only screen and (max-width: 900px) and (orientation: landscape) {



}

/* TABLET */
@media (min-width:768px) and (max-width:800px)
{

	#pg-home #hero
	{
	background-size:200%;
	padding-top:0px;
	}
	
	#pg-home #hero H1,
	#pg-home H1
	{
	font-size:28px;
	}
	
	#pg-home #hero H2,
	#pg-home H2
	{
	font-weight: normal;
    font-size: 15px;
    line-height: 18px;
	}
	
	#pg-home .btn
	{
	font-size:15px;
	}
	
	#pg-home #hero #top-btn-wrapper
	{
	margin-top:20px;
	}
	
	
}

/* IPAD LANDSCAPE */
@media only screen 
and (min-device-width : 1024px) 
and (max-device-width : 1024px) 
and (orientation: landscape)
{

}

/* IPAD PRO PORTRAIT */
@media only screen 
and (min-device-width : 1024px) 
and (max-device-width : 1366px) 
and (orientation: portrait)
{

}

/* IPAD PRO LANDSCAPE */
@media only screen 
and (min-device-width : 1024px) 
and (max-device-width : 1366px) 
and (orientation: landscape)
{

}

@media (min-width: 801px) and (max-width: 970px)
{

}

@media (min-width: 801px) and (max-width: 1040px)
{

	

}

@media (min-width: 1041px) and (max-width: 1199px)
{


}

/* DESKTOP */
@media (min-width:800px) and (max-width:1399px)
{

}

@media (min-width:992px) and (max-width:1000px)
{

}

/* WIDE, BUT BEFORE WIDESCREEN */
@media (min-width: 1200px)
{

}

/* WIDESCREEN */
@media (min-width: 1400px)
{

}
