@charset "UTF-8";

.discount_percentage{
    color: #ef5224;
    font-size: 35px;
        margin-bottom: -10px;
    
}

.yellow .discount_percentage{
    color: #F4BA44;
    font-size: 35px;
        margin-bottom: -10px;
    
}

.price{
	margin-bottom:15px;
}

.old_price{
	margin-left: 17px;
    font-size: 15px;
    text-decoration: line-through;

}

.new_price{
	    font-size: 35px;
    margin-left: 5px;

}

.pricing .btn-main{
	width:35%;
	 text-align: center;

}

.hero_pricing .heading{
	color:#F4BA44;
	font-size:16px;
}

.hero_pricing .price_line{
	    margin-bottom: 10px;
}
.hero_pricing .price{
	color:#F4BA44;
	font-size: 35px;
}
.hero_pricing .after_price{
	color:white;
	font-size:16px;
}
.hero_pricing .notes{
	color:white;
	font-size:12px;
	margin-bottom:10px;
}
.btn-main-yellow{
	background-color:#F4BA44;
	
	    padding-right: 45px;
    padding-left: 45px;
     text-align: center;

}
