.ser-area p, .ser-area .unordered-list{
	width: 100%;
}


.ser-area{
	max-width: 100%!important;
	padding: 80px 15px;
}

.ser-area .unordered-list{
	margin-bottom: 30px;
}

.mc{
  color: #CC0033!important;
}


.ser-area table{
	margin-bottom: 30px;
}
.ser-area table.ts tr:first-child{
background: #ff9966;
}

.ser-area table tr td{
	padding: 5px;
}


.line-one{
	display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-direction:row;
        flex-direction:row;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
        justify-content:space-between;
-webkit-box-align:center;
-ms-flex-align:center;
        align-items:center;

}

@media screen and (max-width: 700px) {
	.line-one{
		width: 100%;
		-ms-flex-wrap:wrap;flex-wrap:wrap;
	}
	.line-one img{
	margin-bottom: 30px;
	width: 50%;
}

}

@media screen and (max-width: 500px) {
.ser-area .tablewrap{
	width:100%;
	overflow-x:auto;}

}