.accordion {
	
	background-color: #FFF;
	color: #444;
	cursor: pointer;
	text-align: left;
	font-size: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBEBEB;
	padding-top: 18px;
	padding-right: 20px;
	padding-bottom: 18px;
	padding-left: 20px;
	max-width: 100%;
	
	
}



.accordion-discrm {
	background-color: #FFF;
	color: #444;
	cursor: pointer;
	text-align: left;
	font-size: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBEBEB;
	padding-top: 18px;
	padding-right: 20px;
	padding-bottom: 18px;
	padding-left: 20px;
	max-width: 100%;
	border-radius: 0px;
}
.accordion.active {
	
    border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	transition-delay: 0s;
}


.lastchild {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	
}

.padding {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

	






.panel {
	background-color: #FFFFFF;
	max-height: 0px;
	overflow: hidden;
	transition: 0.6s ease-out 0s;
	
	
}

.panel-discrm {
	background-color: #FFFFFF;
	max-height: 0px;
	overflow: hidden;
	transition: 0.6s ease-out 0s;
	 border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
	color:#666;
	margin-bottom: 0px;

}



.tb-price tr td{
	padding: 10px;
	text-align: center;
	font-size: 13px;
	
		}

.tb-price tr:nth-child(2n) {
background-color: #f6f6f6;
	
		}
.tb-price tr:nth-child(2n+1) {
background-color: #fff;
	
		}

.tb-price {
	background-color: #E3E3E3;
	border-radius: 6px;
	color: #5D5D5D;
	width: 100%;
	
}


 .font-white{
	color:#FFF;
	}
.font-NA{
	font-size: 20px;
	margin-top: 10px;
}
.boder-td-right{
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #E3E3E3;
	}
.boder-td-bottom{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	}
	
.font-per-month{
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.d-price {
	font-size: 12px;
	color: #E7081A;
	border-radius: 4px;
	height: 24px;
	width: 24px;
	line-height: 24px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #DBDBDB;
	margin-top: 8px;
}

.x-container {
	height: 8px;
	width: 8px;
	position: relative;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	display: inline-block;
	float: right;
	margin-top: 8px;
	margin-right: 3px;
}
.x-top {
	background-color: #999;
	height: 1px;
	width: 100%;
	position: absolute;
	top: calc(50% - 1px);
	
}

.x-bottom {
	position: absolute;
	background-color: #999;
	height: 1px;
	width: 100%;
	top: calc(50% - 1px);
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}

.accordion.active .x-container,
.accordion-discrm.active .x-container {
	height: 8px;
	width: 8px;
	margin-right: 4px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transition: all 0.2s ease-out;	
	-webkit-transition: all 0.2s ease-out;
	}

.user {
	width: 49%;
	text-align: center;
	padding: 10px 0px ;
	
	display: inline-block
}
.user-line{
	
	border-right: #666 solid 1px; 
}

.bg999{
	
	background-color: #999;
}