@charset "utf-8";
/* CSS Document */


.buy-wrap {
    width: 90%;
    text-align: center;
    /* margin: 30px 0 10px 0; */
    position: absolute;
    bottom: 5px;
}
.buy-wrap .buy-btn {
    float: none;
    display: block;
    width: 70%;
    margin: 10px 15%;
    padding: 13px 0;
    font-size: 24px;
    font-weight: 100;
}
.buy-wrap .buy-btn:hover{
    background: #ff5d00;
}

.price_box {
    font-size: 16px;
    overflow: hidden;
    display: inline-block;
}
.price_font {
	font-family: "Open Sans", "Segoe UI";
	font-weight: normal;
	font-size: 36px;
	line-height: 49px;
	float: left;
	height: 60px;
	padding-bottom: 5px;
}
.price_box select {
    display: block;
    line-height: 40px;
    float: left;
    padding: 5px;
    margin-top: 35px;
    margin-left: 20px;
}
.plan-text {
	color: #6e757c;
	font-size: 14px;
	font-weight: normal;
}

.money-back {
	text-align: center;
	margin-top: 10px;
}

.Average_Mo {
    font-size: 15px;
    line-height: 24px !important;
    width: 100%;
    text-align: right;
    display: block;
}