		ul.tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
			width:16%;
			float:left;
		}
		@font-face {
  			font-family: Poppins-Medium;
  			src: url('../fonts/poppins/Poppins-Medium.ttf'); 
		}
		ul.tabs li{
			box-shadow:0 0 3px #f0924e;
			color: #222;
			display: inline-block;
			padding: 10px 0;
			background:#fff;
			display: block;
			font-size:12px;
			cursor: pointer;
			text-align:center;
			margin-bottom:10px;
			font-family:Verdana;
			border-radius:3px;
		}

		ul.tabs li.current{
			background: #f47920;
			color: #fff;
		}

		.tab-content{
			display: none;
			width:80%;
			float:right;
		}

		.tab-content.current{
			display: inherit;
		}
		
@media ( max-width:479px)  /* small screen phones */
{
    ul.tabs, .tab-content
    {
        width:100%;
    }
    ul.tabs li
    {
        display:inline-block;
        padding:5px 10px;
    }  
    .menu_box
    {
        width:50%;
    }    
}


@media ( min-width:480px) and ( max-width:767px)  /* smart phones */
{
    ul.tabs, .tab-content
    {
        width:100%;
    }
    ul.tabs li
    {
        display:inline-block;
        padding:7px 15px;
    }  
    .menu_box
    {
        width:33.33%;
    }        
}

@media ( min-width:768px) and ( max-width:959px) /* For Tablets and IPads*/
{
    ul.tabs
    {
        width:18%;
    }    
    .tab-content
    {
        width:78%;
    }
}

@media ( min-width:960px) and ( max-width:1150px) /* For Tablets and IPads*/
{
        
}
