@import url("font.css");
@import url("header.css");
@import url("header_icons.css");
@import url("footer.css");
@import url("section.css");
@import url("banner.css");
@import url("index_below.css");
*{
		box-sizing:border-box;
	}
body{
	margin: auto;
	background-color: #FFF;
}


/*For product rollover reveal the slide*/


/*For product rollover ask customer click here*/
.malimaliclick{
	opacity:0;
	}
.malimaliclick:hover{
	opacity:1;
}
@media only screen and (max-width: 660px) {
.malimaliclick{
	display:none;
}

}