.fixed-white-box{
	display: flex;
    position: sticky;
    position :-webkit-sticky;
    z-index: 1;
    top: 0;
}

.tbl-border {
	border: 3px solid #005F75;
    border-radius: 20px;
    box-shadow: 1px 3px #005F75;
    margin-top: 50px;
}

.tbl-title {
	font-size: 20px;
    font-weight: 200;
}

.table-price {
	color: #69C9D8;
    margin: 1em auto;
    /*line-height: 10*/;
}

.currency {
	font-size: 20px;
}

.price {
	font-size: 70px;
    font-weight: bolder;
}

.terms {
	font-size: 20px;
}

.yearly-price {
	color: #347F91;
	font-weight: bolder;
    font-size: 1.8rem;
}

.best-value {
	margin: -2px -18px;
    background: #005F75;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 2px solid #005F75;
    color: #fff;
}

.best-value p{
	padding-top: 10px;
    font-weight: bold;
    letter-spacing: 2px;
}

.currency-sup {
	position: absolute;
	margin-top: 45px;
    margin-left: 10px;
}

.mg-left {
	margin-left: 15%;
}

.gl {

	border-top: 1px solid #7d818e47;
    width: 78%;
}