@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border: none;
	-webkit-border-radius: 0;
	outline: none;
	box-sizing: border-box
}

body {
	color: #b1b1b1;
	font-family: "Arial", Verdana, Tahoma;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
	line-height: 22px;
}

html {
	font-size: 62.5%;
	width: 100%;
}

h1 {
	color: #3180bc;
	font-size: 1.250em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.500em;
	padding-bottom: 5px;
	font-weight: 100;
	text-align: left;
}

.wrapper {
	width: 750px;
	margin: 0 auto;
	padding-top: 20px;
}

.container {
	float: left;
	width: 100%;
	border-right: #e8f1ff solid 2px;
	border-left: #e8f1ff solid 2px;
	border-top: #e8f1ff solid 2px;
	border-bottom: #e8f1ff solid 4px;
	box-sizing: border-box
}

.header {
	float: left;
	width: 100%;
	line-height: 8px;
}

.banner {
	float: left;
	width: 100%;
	padding-bottom: 30px;
}

.banner img {
	width: 100%;
}

.headSection_new p{
	padding: 10px 55px;
}
.row {
	width: 100%;
	float: left;
}
.Boxwrapp {
	background-color: #fff;
	float: left;
	width: 100%;
	/* padding: 0 25px; */
}

.Boxwrapp p {
	color: #000000;
	font-size: 17px;
	line-height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	word-spacing: 1px;
}

.content_para{
	padding: 10px 35px;
}
.bg_white{
	background-color: #ffffff;
}
.content {
	padding: 10px;
}

.box {
	width: 100%;
	float: left;
	text-align: center;
}
.imgbox{
	width: 100%;
}
.imgbox img{
	display: block;
	width: 100%;
}

.first .headline p {
    color: #702635;
	font-size: 17px;
	line-height: 24px;
	font-weight: bold;
    text-align: left;
	padding: 20px 55px;
}

	
@media only screen and (max-width: 767px) {
	.wrapper {
		width: 100%
	}
	
	.first .headline p {
		text-align: left;
	}
	
	.imgbox {
		display: block;
		width: 100%;
	}
}

@media only screen and (max-width: 640px) {
	.box {
		text-align: center;
	}
	.imgbox {
		display: block;
		width: 100%;
	}
	
	.first .headline p {
		text-align: left;
	}
	.content p{
		text-align: center;
	}
	
}

