/* Write Custom Css Here */
p.time {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

.pricingPlan-section .single-price .bottom-area .price-area .price-top-area p.showprice {
    font-size: 4px;
    line-height: 40px;
    font-weight: 700;
  	color: white;
}

.packag-page .single-price {
    margin-bottom: 30px;
    transition: all 0.3s ease-in;
    border-radius: 10px;
    overflow: hidden;
    border: 0px;
    box-shadow: 0 4px 32px 0 rgb(247 205 0 / 25%), 0 8px 64px 0 rgb(237 50 41 / 25%);
}