.Credits__List{
	margin: 0px 20px;
	border: 1px solid #ccc;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	min-height:782px;
}
.Credits__hd {
    background: rgba(83, 49, 133, 0.81);
    min-height: 60px;
    padding: 12px;
	margin-bottom:20px;
}
.C-head{
	color:#FFFFFF;
	text-align:center;
	font-size:22px;
}
.C-head span{
	font-size:16px;
	display:block
}
.Credits__Item{
	margin: 0 15px;
	border: 1px solid rgba(221, 221, 221, 1);
	border-radius:3px;
	margin-bottom: 10px;
	padding: 5px 10px;transition:all 0.9s;
}
.Credits__Item:hover,.Credits__Item.selected{
	background:#03a9f4;
	transition:all 0.9s;
}
.Credits__Item.selected .Credits__Imonths, .Credits__Item:hover .Credits__Imonths, .Credits__Item.selected .Credits__amt, .Credits__Item:hover .Credits__amt,.Credits__Item.selected .Credits__percredit, .Credits__Item:hover .Credits__percredit {
	color:#FFFFFF;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 22px;
    height: 22px;
    border: 1px solid #000;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #ed145b;
    position: absolute;
    top: 18px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.Credits__Item label{
	display:table; 
	width: 100%;
}
.Credits__Imonths,.Credits__amt{
	display:table-cell;
	vertical-align:middle;
	color: #000;
}
.Credits__Imonths{width:40%;}
.Credits__amt{width:60%; text-align:right;}
.Credits__Imonths {
	font-size: 18px;
}
.Credits__Imonths strong{
	font-size: 21px;
}
.Credits__percredit{
	display:block;
}
.Credits-price{
	font-size:22px;
}
span.currency {
    font-size: 14px;
}
.Credits__percredit {
    display: block;
    color: #666e6e;
    font-size: 13px;
}
.btn__sec{
	padding:20px;
    margin: 0 auto;
    text-align: center;
}
.btn__sec .btn-large{
	width:80%;
	padding:15px;
	text-align:center;	font-size:18px;
	border:2px solid #03a9f4;
	border-radius:4px;transition:all 0.9s;
	background-color: #fff;
	color: #ed145b;
    line-height: 1;
}
.btn__sec .btn-large:hover{
	background:#03a9f4;
	color:#FFFFFF !important;
	transition:all 0.9s;
}
.Credits__selmonth{
	padding: 0 20px 20px 20px;
	margin:0 auto;
	text-align:center;
	display: table;
}
.Credits__selmonth h4{
	color:#000000;
	font-size:14px;
	margin:0;
}
.Credits__selmonth ul{
	padding:0;
}
.Credits__selmonth li{
	padding:5px 8px;
	list-style:none;
	float:left;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	transition:all 0.9s;
	cursor:pointer;
}
.Credits__selmonth li:last-child{
	border-right:1px solid #000;
}
.Credits__selmonth li.selected,.Credits__selmonth li:hover{
	transition:all 0.9s;
	background:#03a9f4;	
	color:#FFFFFF;
}
.Credits__Right h3{
	padding:0 15px;
	font-size:18px;
}

.btn__sec .btn-large.bg-orange{
background:#ed145b;
border:2px solid #ed145b;color:#FFFFFF;
}
.btn__sec .btn-large.bg-orange:hover{
	border:2px solid #ed145b;
	background:transparent;
	color:#000 !important;

}
/* Media CSS */
@media only screen and (max-width: 991px){
	.Credits__List {
		margin: 0;
		min-height:auto;
	}
	.Credits__Imonths strong,.Credits-price {
		font-size: 18px;
	}
	.Credits__Imonths {
		font-size: 14px;
	}
	.Credits-price {
		font-weight: bold;
	}
	.Credits__percredit {
		font-weight: normal;
	}
	.btn__sec .btn-large {
		padding: 10px;
		font-size: 16px;
	}
}
@media only screen and (max-width: 767px){
	.credit__sec .col-sm-6 {
		width: 100%;
		max-width: 100%;
		padding-bottom:20px;
		flex: 0 0 100%;
	}
}
@media only screen and (max-width: 500px){
	.Credits__Imonths strong,.Credits-price {
		font-size: 15px;
	}
	.Credits__Imonths {
		font-size: 12px;
	}
}

ul .star,
.star li {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul  .star{
  margin: 2em 0;
}

.star li {
  margin: 1em;
  margin-left: 3em;
}

.star li:before {
  content: '\f006';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #0074D9;
}