body { padding-top: 10px; padding-bottom: 15px;}

h4{
    font-weight: bold;
    text-transform: uppercase;
}
h5{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}
.bs-callout {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0px solid #eee;
    border-left-width: 5px;
    border-radius: 1px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 0px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}


#zoom-image {
    cursor: zoom-in;
}

.sidebar-benefits {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.benefits-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.benefits-list {
    list-style: none;
    padding: 0;
}

.benefits-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
}

.benefits-list li i {
    font-size: 18px;
    margin-right: 10px;
    color: #007bff;
}

.benefits-list li span {
    flex: 1;
}

.slot-box {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.slot-box div {
    font-size: 14px;
    margin-bottom: 5px;
}

.filter-date-btn.active {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

@media (max-width: 768px) {
    .slot-box {
        font-size: 12px;
    }
}


