/*==========Start Media Query==========*/
/*Extra Small Screen*/
@media(max-width:767px) 
{
/*****
====================================================================
	Advertisement [Start policy]
====================================================================
*****/
.policy span:first-of-type 
{
    margin-left: 0;
}

}
/*Small Screen*/
@media(min-width:768px) and (max-width:991px)
{

}
/*Medium Screen*/ 
@media(min-width:992px) and (max-width:1199px)
{

}
/*Large Screen*/ 
@media(min-width:1200px)
{ }
  