To avoid booking an incorrect time, kindly review our working hours by day before selecting your appointment slot.
| Saturday | 9:00 AM – 5:00 PM |
| Sunday | 10:00 AM – 5:00 PM |
| Monday | 9:00 AM – 5:30 PM |
| Tuesday | 9:00 AM – 5:30 PM |
| Wednesday | 9:00 AM – 5:30 PM |
| Thursday | 9:00 AM – 9:00 PM |
| Friday | 9:00 AM – 9:00 PM |
Please do not book outside of these hours.
/* Optimized for Flatsome / UX Builder */
.working-hours-reminder {
border: 2px solid #f0ad4e;
background: #fffaf1;
padding: 18px;
border-radius: 10px;
margin-bottom: 24px;
font-family: inherit;
}
.reminder-header {
font-size: 18px;
font-weight: 600;
color: #b7791f;
margin-bottom: 10px;
}
.reminder-note {
font-size: 14px;
color: #333;
margin-bottom: 14px;
}
.working-hours-table {
width: 100%;
border-collapse: collapse;
margin-bottom: 14px;
}
.working-hours-table td {
padding: 6px 0;
border-bottom: 1px dotted #e5e5e5;
font-size: 14px;
}
.working-hours-table tr td:last-child {
text-align: right;
font-weight: 500;
}
.reminder-warning {
background: #fdecea;
color: #8a1f17;
padding: 12px;
border-radius: 8px;
font-size: 14px;
font-weight: 600;
}
