@media only screen and (max-width: 600px) {
	.header_main {
    /*height: 200px;*/
  }
    .bread-crump ul li:after { padding: 0;}
    .categories ul li {
    	width: 50% !important;
    	margin-top:10px;
    }
    .categories .otherfeatures li {
        width: 100% !important;
        border:0px !important;
    }
    .smallicons img {
        width: 60% !important;
    }
    .offerslist li .offer_details_list {
        margin-left: 0px;
        width: 100%;
    }
    .offerslist li .offer_details_action {
        float: none;
    }
    .offerslist li .img-thumbnail {
        float: none;
        margin-bottom: 10px;
        /* width: 100%; */
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}




@media (min-width: 480px) {
    /* .header_main { height: 200px; } */
    .bread-crump ul li:after { padding: 0;}

}

@media (min-width: 768px) {
    /* .header_main { height: 150px; } */
    .bread-crump ul li:after {padding: 0 2px;}


}

@media (min-width: 992px) {
    /* .header_main { height: 400px; } */
}
/* @media (min-width: 992px) {
    .header_mini { height: 200px; }
} */
