/*
* ------------------------------------------------------------------
*
* Project: 
* Version: 1.0
* Created : 22/09/2020
* Template URI: www.allflag.com
* Author Name: Shelley C Antony
* Author URI: http://www.shellinecorporation.com/
* Description: Listing
* Developer: Shelline Corporation
*
*
* -------------------------------------------------------------------
*/
/* Show in Large desktops and laptops */
@media (min-width: 1200px) {
}

/*Hide in Other Small Devices */


/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* Portrait tablets and small desktops */
@media (min-width: 769px) and (max-width: 991px) {
}
/* Landscape phones and portrait tablets */

/* Portrait phones and smaller */


@media (max-width:768px) {
	.sbitem, .sbarea
{

	border-left: solid 0px #ff8400 !important;
}

            }
@media (max-width:580px) {

            }
@media (max-width:480px) {

            }
@media (max-width:320px) {
            }
