
 .me-pricing-box {
            border: 2px solid #558aa1;
            border-radius: 10px;
            padding: 20px;
            width: 300px;
            margin: 20px auto;
            font-family: Arial, sans-serif;
            text-align: center;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
			margin-top: -10px;
			margin-bottom: -20px;
        }
        .me-pricing-header {
            background-color: #00919a;
            color: white;
			font-size: 24px;
			font-weight: bold;
            padding: 10px;
            border-radius: 8px 8px 0 0;
        }
        .me-pricing-price {
    font-size: 24px;
    margin: 20px 0;
    color: #6e75bb;
    font-weight: bold;
}

.me-pricing-price .old-price {
    font-size: 20px; /* Slightly smaller font size */
	font-weight: normal;
    color: red; /* Red font color */
    text-decoration: line-through; /* Strikethrough text */
    margin-right: 10px; /* Adds some space between the old and new price */
}
        .me-pricing-details {
            list-style: none;
            padding: 0;
            margin: 0;
            text-align: left;
        }
        .me-pricing-details li {
            padding: 8px 0;
            border-bottom: 1px solid #ebebeb;
        }
        .me-pricing-details li:last-child {
            border-bottom: none;
        }
		.badge.bg-red {
    background-color: #6e75bb !important;
    color: #ffffff !important;
}



.btn-do-order {
    background-image: linear-gradient(270deg, #0085c1 20%, #6e75bb 95%);
    background-color: #0085c1;
    color: #fff;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 14.4px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 16.2px 32.4px;
    text-align: center;
    border: none;
    border-radius: 50px;
    box-shadow: 5px 20px 30px rgba(82, 82, 82, 0.2);
    transition: all 0.15s ease-out;
}

.btn-do-order:hover {
    background-image: linear-gradient(270deg, #6e75bb 20%, #0085c1 95%);
    background-color: #6e75bb;
    cursor: pointer;
}


