 
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width :775px) {
/* Styles */
.main-det {
    background: #fff;
    height: 75px!important;
    padding-top: 5px;
}
.main-one p {
    margin-left: 0!important;
    text-align: center;
}
.main-two p {
    text-align: center!important;
    margin-right: 0!important;
}
nav img{
	width:200px;
	padding: 10px;
}
.navbar-fixed img {
    width: 174px !important;
    padding: 0 !important;
}
}


@media only screen  and (max-width: 370px)  {
 nav img{
	width:150px;
	padding: 0px;
}
.navbar-fixed img {
    width: 135px !important;
    padding: 0px!important;
}
}


@media only screen  and (max-width: 320px)  {
 
}

@media only screen  and (max-width: 319px)  {
 
}