@media only screen and (max-width: 480px)
{
.logo{
		float: left;
    width: 100%;
	text-align:center;
	}
.logo img{width:70%;}
.phone_no {
    float: left;
    width: 100%;
    text-align:center;
    padding-top: 10px;
    font-size: 14px;
}
.left_content {
    width: 100%;
    float: none;
    text-align: center;
}
.right_content {
    width: 100%;
    float: none;
    text-align: center;
}
.nav > li {
    border-right:none!important;
}
.image2{
    height:120px!important;
}

}


@media only screen (min-width:768px andmax-width:768px)
{
.logo img{
	width:100%;
}
.nav > li {
    border-right:none!important;
}

	
	
}