@import url("font.css");
@import url("header.css");
@import url("footer.css");
@import url("section.css");
@import url("product.css");
@import url("banner.css");
@import url("sidemenu.css");
@import url("country.css");
@import url("dropdown.css");
@import url("crossfadingimage.css");
*{
	box-sizing:border-box;
	}

body {
	width: auto;
	margin: auto;
	line-height: 20px;
}

.visa{
	height:120px;
	overflow:auto;}
.desktophide{
	display:none;}
@media only screen and (max-width: 420px) {
	.desktophide{
	display:block;}
}
	
@media only screen and (max-width: 1000px) {
	begone{display:none;}
	
}

box{
	background: #da7b14;
	padding: 5px 10px;
	color: white;
}

box-btm{
	
	padding: 5px 10px;
	color: white;
}

box-btm h1{
	background: #da7b14;
	
	color: white;
}