.currency-navbar {
	margin-right: 5px;
	margin-top: 10px;
}
.dropdown-menu>.active>a i {
	color:#fff
}
.currency-dropdown{
	font-weight: normal;
}

.membership-pricing-table {
    width: auto;
	margin-top:20px;
}


.membership-pricing-table table .icon-no,.membership-pricing-table table .icon-yes {
    font-size: 22px
}

.membership-pricing-table table .icon-no {
    color: #a93717
}

.membership-pricing-table table .icon-yes {
    color: #209e61
}

.membership-pricing-table table .plan-header {
    text-align: center;
    padding: 25px 0;
}

.membership-pricing-table table .plan-green {
    background-color: #94E8B4;
    color: #fff;
}

.membership-pricing-table table .plan-highlight {
    background-color: #72BDA3;
    color: #fff;
}

.membership-pricing-table table .plan-blue {
    background-color: #5E8C61;
    color: #fff;
}

.membership-pricing-table table .plan-standard {
    background-color: #4E6151;
    color: #fff;
}

.membership-pricing-table table th , .membership-pricing-table table td {
    border: 1px solid #fff;
    box-shadow: inset 0 0 5px #fff;
}

.membership-pricing-table table td {
    text-align: center;
    width: 15%;
    padding: 7px 10px;
    font-size: 14px;
}

.membership-pricing-table table tr td:first-child {
    background-color: transparent;
    text-align: left;
}



.membership-pricing-table table tr.heading td,.membership-pricing-table table tr:nth-child(2) td {
    -webkit-box-shadow: none;
    box-shadow: none
}

.membership-pricing-table table tr.heading th .pricing-plan-name {
    font-size: 22px
}

.membership-pricing-table table tr.heading th .pricing-plan-price {
    line-height: 35px;
    font-size: 2rem;
}
.membership-pricing-table table tr.heading th .pricing-plan-price em {
	font-style: normal;
	font-size: 60%;
}
.membership-pricing-table table tr.heading th .pricing-plan-period {
    margin-top: -7px;
    font-size: 80%;
}

.membership-pricing-table table .header-plan-inner {
    position: relative
}

.membership-pricing-table table .plan-head {
    box-sizing: content-box;
    background-color: #ff9c00;
    position: absolute;
    top: -33px;
    left: -1px;
    height: 30px;
    width: 100%;
}

.membership-pricing-table .action-header .btn {
	margin-top:10px;
	margin-bottom:10px;
}

.membership-pricing-table table tr.heading th .btn-lg .pricing-plan-price {
  font-size: 80%;
  line-height: normal;
}
.membership-pricing-table table tr.heading th .btn-lg .pricing-plan-price em {
  font-size: 80%;
}
