.main-area{
	font-size:13px;
	line-height: 1.7em;
}
h1{
	margin:0 0 20px 0;
	padding:0;
}
h1 img,h1 source{
	width:100%;
}
.main-area h2{
	color:#193C4B;
	font-weight:bold;
	font-size:22px;
	margin:30px 0 20px 0;
	position: relative;
    padding: 0.8rem 0;
    margin-bottom: 0.2rem;
    background : linear-gradient(90deg, rgba(164, 172, 215, 1) 0%, rgba(131, 189, 218, 1) 100%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: bottom;
}
.main-area p{
	margin:10px 0 20px 0;
}
n-b{
	margin:10px 0 0 0;
}
.main-area h3{
	margin:0 0 10px 0;
	color:#FFF;
	padding:5px;
	display: inline-block;
	font-weight:bold;
	background: #193C4B;
	font-size:18px;
}
.main-area h4{
	color:#193C4B;
	padding:5px;
	display: inline-block;
	font-weight:bold;
	border: #193C4B solid 1px;
	font-size:16px;
	margin-top:30px;
}
table,th,td{
	border-collapse: collapse;
}
.main-table{
	margin:0 0 5px 0;
}
.main-table th,.main-table td{
	padding:10px 8px;
	border: #193C4B solid 1px;
}
.white-border-bottom {
  border-bottom: #FFF solid 1px !important;
}
.td-bg {
  background-color: #CED6D9;
}
.main-table th{
	background: #193C4B;
	color:#FFF;
	font-weight:bold;
}
.txt-b{
	font-weight:bold;
	text-align: center;
}
.s-txt{
	font-size:12px;
}
.guga-btn{
	margin:20px auto;
	text-align: center;
	width:80%;
	height:60px;
	line-height: 60px;
	padding:auto 20px;
	background : -moz-linear-gradient(0% 50% 0deg,rgba(71, 59, 151, 1) 0%,rgba(238, 153, 162, 1) 100%);
	background : -webkit-linear-gradient(0deg, rgba(71, 59, 151, 1) 0%, rgba(238, 153, 162, 1) 100%);
	background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(71, 59, 151, 1) ),color-stop(1,rgba(238, 153, 162, 1) ));
	background : -o-linear-gradient(0deg, rgba(71, 59, 151, 1) 0%, rgba(238, 153, 162, 1) 100%);
	background : -ms-linear-gradient(0deg, rgba(71, 59, 151, 1) 0%, rgba(238, 153, 162, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#473B97', endColorstr='#EE99A2' ,GradientType=0)";
	background : linear-gradient(90deg, rgba(71, 59, 151, 1) 0%, rgba(238, 153, 162, 1) 100%);
	border-radius : 10px;
	-moz-border-radius : 10px;
	-webkit-border-radius : 10px;
	box-shadow : 0px 4.8px 4.8px rgba(0, 0, 0, 0.2);
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=4.8, Color='#000000') progid:DXImageTransform.Microsoft.gradient(startColorstr='#473B97',endColorstr='#EE99A2' , GradientType=1);
}
.guga-btn a{
	color:#FFF;
	font-weight:bold;
	align-items: center;
	margin: 0 auto;
	font-size: 20px;
	text-decoration: none;
}
.guga-btn img{
	width:20px;
	line-height: 54px;
	margin-left:20px;
}



/* ------------------------------------------------------------*/ 
@media (max-width: 320px) {

}