
*{
	margin:0;
	padding:0;
	
	}

@font-face{
	font-family: "tw cen mt";
	
	src: url(../fonts/twcenmt_bold.ttf);
}
	
html{
	margin:0;
	padding:0;

	}
	
body{
	font-family:"Merriweather";
	min-height:500px;
	width:100%;
	min-width: 900px;
	background:rgba(255,255,255,1);
	padding:0 0 0px 0px;
	margin:0;
	position: relative;
	color: rgba(70,70,70,1);
	}



	


		/* —————————————————————————— Main Pricing Box —————————————————————————— */


.title_box{
	height:80px;
	width:100%;
	
	margin:0 auto 0 auto;
	position: relative;

	
}



.body_content{
	height: 500px;
	width: 100%;
	background: white;
	text-align: center;
	padding: 5px 0 0 0;
}



div.title {
	display:block;
	height: 100%;
	width: 100%;
	min-width: 300px;
	line-height: 80px;
	font-family: "tw cen mt";
	text-transform: uppercase;
	font-weight: bold;
	background: rgba(44,60,80,1);
	color: rgba(255,255,255,1);
	text-align: center;
	margin: 0 auto;
	font-size: 28px;
	}




.item{
	height: 195px;
	width: 700px;
	background: rgba(44,60,80,1);
	margin: 12px auto;
	clear: both;
	border: 1px solid rgba(44,60,80,1);
}



	
.circle{
	height: 180px;
	width: 180px;
	background: rgba(90,90,90,1);
	border-radius: 50%;
	line-height: 180px;
	color: rgba(255,255,255,1);
	text-transform: uppercase;
	font-family: "tw cen mt", "open sans", sans-serif;
	float: left;
	margin: 8px 5px 5px 8px;
	font-size: 17px;
}

	

.item_paragraph{
	background: rgba(255,255,255,1);
	padding: 45px 10px 0 0;
	height: 105px;
	font-size: 16px;

	
}


.paragraph_space{
	
	display: block;
	height: 10px;
	width: 100%;
}



























/*===========================*/
/*iPad Screen*/
/*===========================*/
@media screen and (max-width: 1024px){

body{
	width:100%;
	
	
	min-width:100%;
	
	
	}
div.title {

	font-size: 22px;
	}




.item{
	height: 170px;
	width: 600px;
}

.circle{
	height: 150px;
	width: 150px;
	line-height: 150px;
	font-size: 15px;
}

.item_paragraph{
	padding: 45px 10px 0 0;
	height: 85px;
	font-size: 15px;
}

.paragraph_space{
	height: 15px;
}


}

/*============*/














/*===========================*/
/*iPhone Screen*/
/*===========================*/

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


body{
	width:100%;
	
	
	min-width: 555px;
	
	}



div.title {

	font-size: 18px;
	}



.item{
	height: 170px;
	width: 500px;
}

.circle{
	height: 150px;
	width: 150px;
	line-height: 150px;
	font-size: 15px;
}

.item_paragraph{
	padding: 35px 10px 0 0;
	height: 95px;
	font-size: 14px;
}

.paragraph_space{
	height: 10px;
}





}




	
	
	
	
	
	











