.custom-border-radius {
  border-radius: 10px;
}

.gift-box {
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
  background-color: #BDF0FF;
}


.fw-bold{
    font-weight: 700;
}

.px-lg-5{
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}

.old-price {
    color: #919EBA;
    font-size: 20px;
    font-weight: 700;
    text-decoration: line-through;
}


.small-heading{
    color: #003865 !important;
    font-weight: bolder;
}


#most-purchased{
	border: 1px solid rgba(0, 0, 0, .125);
}

#package-info {
    background-color: #5C5DA7;
}

.list-unstyled li{
	display: flex;
	align-items: center;
}

.package-long-description ul, .package-long-description ul li{
    color: #6c757d;
}

.package-long-description h3{
    color: #6c757d;
    font-weight: bold;
    font-size: 20px;
}


@media (max-width: 1025px) {
  .education-price .fw-bold.fs-5 {
    font-size: 1rem !important;
  }
  .old-price{
  	font-size: 14px;
  }
  
  .education-button .btn {
    font-size: 0.75rem !important;
    padding: 0.4rem 0.8rem !important;
  }

  .education-price,
  .education-button {
    justify-content: center !important;
    text-align: center !important;
  }
}
