/* SMARTPHONE */
@media (max-width:767px)
{

	#pg-home #prime H1
	{
	font-size:38px;
	}

	#pg-home #prime H4
	{
    font-size: 12px;
	}

	#pg-home #how .rightcol IMG
	{
	max-width:260px;
	margin:0 auto;
	}

	#pg-home #prime H5
	{
	font-size:20px;
	}

	#pg-home #benefits H2
	{
	font-size:32px;
	}

	#pg-home #how H2
	{
	font-size:32px;
	}

	#pg-home #benefits .col DIV
	{
	padding:20px 15px;
	}

	#dlg-remind H2
	{
	font-size:32px;
	}

	#dlg-remind H3
	{
	font-size:25px;
	}

	#dlg-remind H4
	{
	font-size:19px;
	}

	#dlg-remind H5 .btn
	{
	font-size:15px;
	}

	#dlg-remind H6
	{
	font-size:13px;
	}

	#pg-incomp H3
	{
	font-size:22px;
	}

	#pg-incomp NAV BUTTON
	{
	display:none;
	}
	
	#pg-home #trust
	{
	width:100%;
	overflow:hidden;
	padding:20px;
	padding-left:0;
	padding-right:0;
	text-align:center;
	}

	#pg-home #trust #mcaf2
	{
	float:none;
	clear:none;
	}

	#pg-home #trust #trplt
	{
	display:block;
	float:none;
	overflow:hidden;
	width:241px;
	margin-top:5px;
	}
	
	#pg-home #trust #trplt .trustpilot-widget
	{
	position:absolute !important;
	right: 50%;
	transform: translateX(50%);
	}

	#pg-home #trust #trplt IFRAME
	{
	height:50px;
	border-radius:5px;
	background:#EEE;
	}

}

/* 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)
{

	.container
	{
	width:inherit;
	}

	#pg-home #prime H2
	{
	font-size:22px;
	}

	#pg-home #benefits H2,
	#pg-home #how H2
	{
	font-size:45px;
	}

	#pg-home #benefits .col DIV
	{
	padding:20px 55px;
	}

	#pg-home #how .leftcol P
	{
	padding-left:93px;
	padding-right:93px;
	}

	#pg-testim #testim .col DIV P
	{
	font-size:12px;
	}

	#foot
	{
	margin-top:311px;
	}

	#pg-contact #contact .leftcol A
	{
	font-size:14px;
	}
	
	#pg-home #trust
	{
	padding-left:23%;
	padding-right:23%;
	}


}

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

}

/* 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)
{

}

/* A SPECIFIC USE CASE FOR THE THANKYOU PAGES */
@media (min-width:800px) and (max-width:1023px)
{

	#pg-thank #thank4 #almost H1
	{
	font-size:17px;
	margin-left:-14px;
	}
	
	#pg-thank #thank4 #almost H2
	{
	font-size:17px;
	}

	#pg-thank #thank4 #instruct
	{
	font-size:13px;
	}

}

@media (min-width:1024px) and (max-width:1469px)
{

	#pg-thank #thank4 #almost H1
	{
	font-size:20px;
	margin-left:-14px;
	}
	
	#pg-thank #thank4 #almost H2
	{
	font-size:20px;
	}

	#pg-thank #thank4 #instruct
	{
	font-size:18px;
	}
	
}

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

}

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

}

/* FIX BOOTSTRAP 992px WIDTH BUG */
@media (min-width: 992px)
{
	.container {
	width: 962px;
	}
}


