.snapshot {
    background: #489434;
    border-top: 1px solid #094e00;
    border-bottom: 1px solid #094e00;
    height: 85px;
}
.snapshot-cotent{
max-width: 1176px;
width: 100%;
}
.snapshot-cotent {
    width: 1176px;
    margin: 0px auto;
    height: 90px;
    padding-top: 10px;
}
.snapshot-cotent ul li {
    color: #FFF;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    margin-right: 20px;
    float: left;
    width: 270px;
}
.location-icon {
    background: url(../images/location.png) 0px 3px no-repeat;
    padding-left: 31px;
	    width: 230px;
}
.arearange-icon {
    background: url(../images/area-icon.png) 0px 3px no-repeat;
    width: 160px;
    padding-left: 44px;
}
.possession-icon {
    background: url(../images/possession-icon.png) 0px 3px no-repeat;
    width: 160px;
    padding-left: 40px;
    margin-left: 0px;
}
.price-icon {
    background: url(../images/rs-icon.png) 0px 3px no-repeat;
    width: 220px;
    padding-left: 44px;
}
.bedroom-icon {
    background: url(../images/bedroom-icon.png) 0px 3px no-repeat;
    width: 120px;
    padding-left: 55px;
    margin-left: 0px;
}

@media (min-width:320px) and (max-width:767px){
.snapshot {

    min-height: 1px;
    position: relative;
    height: auto;
    padding: 1em;

}
.snapshot-cotent{
max-width: 1076px;
width: calc(100% - 20px);
padding: 0 10px;
}
.snapshot-cotent{
min-height: 500px;
}
.snapshot-cotent ul li {
    width: 100% !important;
    margin-right: 0;
    font-size: 18px;
    padding-top: 40px;
    text-align: center;
    margin-bottom: 10px;
    background-position: center 0;

}
.snapshot-cotent ul li:nth-child(3n+3) {
    clear: both;
}
.location-icon, .arearange-icon, .possession-icon, .price-icon, .bedroom-icon {
    padding-left: 0;
}
}