@charset "utf-8";
/* CSS Document */

html{
	background-image: radial-gradient(100% 100% at center, #8A969F, #8A969F) !important;
}
p.text{
	font-size:16px;
	text-align:justify;
	color:white
}

h1 {
	font-size:32px;
	color:#2E3192;
	
}

h2{
	color:#2E3192;}
h3 {
	font-size:24px;
	color:#2E3192;
}

.offers{
	color:#2E3192;
}		
#pagewrap {
	width:100%;
	background-color:#8A969F
	

}

.homeservice p{
	color:white
}

ul li {
	font-size:16px
}

#contentwrap {
	width:92%;
	max-width:960px;
	margin:auto;
	padding-left:4%;
	padding-right:4%;
}

#country{
	display:none !important
}

#countrylabel{
	display:none !important
}


@media screen and (max-width : 767px) {

p.text{
	text-align:center
}

h1 {
	font-size:24px;
	line-height:1
}

h2 {
	font-size: 18px;
	line-height:1
}

h3 {
	font-size: 18px;
}


}