.event-pagination {
    list-style: none;
    margin: 0;
    clear: both;
    text-align: center;
}
.event-pagination li {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
}
.event-pagination.event-pagination-simple li {
    width: auto;
}
.bo-cards {
    float: left;
    width: 100%;
}
.bo-card {
    border: solid 1px #ccc;
    width: 31.3%;
    margin: 0 1% 24px 1%;
    float: left;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-family: Poppins, sans-serif;
}
@media screen and (max-width: 960px) {
    .bo-card {
        width: 47.0%;
        margin: 0 1.5% 24px 1.5%;
    }
}
@media screen and (max-width: 640px) {
    .bo-card {
        width: 100%;
        margin: 0 0 24px 0;
    }
}
.bo-card .bo-card-header,
.bo-card .bo-card-body,
.bo-card .bo-card-footer {
    padding: 18px 0;
    margin: 0 12px;
}
.bo-card h3 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    color: #33327d;
}
.bo-card {
    position: relative;
}
.bo-card h3 span {
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 2px;
    width: 48px;
    height: 50px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.bo-card h3.bo-icon {
    text-indent: 38px;
}
.bo-card p {
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.bo-card .bo-card-body table {
    width: 100%;
    margin: 0;
}
.bo-card .bo-card-body table th {
    color: #444;
    font-weight: normal;
    padding: 8px 0 0 0;
    font-size: 12px;
    text-align: left;
    border: none;
}
.bo-card .bo-card-body {
    min-height: 100px;
}
.bo-card .bo-card-body table td {
    color: #33327d;
    font-weight: bold;
    padding: 0px 0 8px 0;
    font-size: 14px;
    text-align: left;
    border: none;
}
.bo-card .bo-card-footer {
    border-top: solid 1px #ccc;
}
.bo-car .bo-card-footer p {
    font-size: 16px;
    line-height: 24px;
}
.bo-card .bo-card-footer p a {
    color: #00848b;
    display: block;
    text-decoration: none;
}
.bo-card .bo-card-footer i {
    font-size: 16px;
    line-height: 18px;
    float: right;
}

.delegate-div {
    clear: both;
    float: left;
    width: 100%;
}
.fc-view-container *, .fc-view-container :after, .fc-view-container :before {
    white-space: normal;
}
#calendar-container #calendar .fc-day-grid-event {
    text-decoration: none;
    font-size: 11px;
    padding: 4px 8px;
}
#calendar-container #calendar h2 {
    font-size: 24px;
}
#calendar-container #calendar h2:before {
    display: none;
}
.fc table {
    margin: 0;
}
#calendar .fc-other-month {
    background: #fafafa !important;
}
#calendar .fc-day-number {
    font-size: 16px;
    padding-left: 4px;
    padding-right: 4px;
}
#calendar.fc th {
    font-size: 16px;
}
.fc-toolbar button {
    background: white;
    text-shadow: none;
    font-size: 14px !important;
    border: none;
}
#calendar .fc-toolbar button.fc-today-button {
    background: #B8B8B8;
    color: #fff;
    font-weight: normal;
    padding-left: 30px;
    padding-right: 30px;
}
#calendar .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0;
}
table.bo-table td, table.bo-table th {
    text-align: left;
    padding-top: 0.5em;
    padding-right: 2.9em;
    padding-bottom: 0.5em;
    border-left: none;
    border-right: none;
}
@media screen and (max-width: 640px) {
}
table.bo-table .mobile-only {
    display: none;
}
table.bo-table .mobile-spacer {
    display: none;
}
@media screen and (max-width: 640px) {
    table.bo-table .mobile-only {
        display: block;
        font-weight: bold;
    }
    table.bo-table .mobile-spacer {
        height: 30px;
        background: none;
        border: none;
        display: block;
    }
    table.bo-table thead {
        display: none;
    }
    table.bo-table {
        width: 100%;
    }
    table.bo-table td {
        display: block;
        width: 100%;
    }
}
.digitus-booking-content .bo-booking-form {
    max-width: 680px;
    margin: 32px auto;
    background: #fff;
    border-radius: 16px;
    padding: 140px 130px;
    font-family: arial, helvetica, sans-serif;
    border: solid 1px #c6c6c6;
    position: relative;
}
@media screen and (max-width: 960px) {
    .digitus-booking-content .bo-booking-form {
        padding: 40px 30px;
    }
}

.digitus-booking-content .bo-booking-form fieldset.bo-fieldset {
    margin-bottom: 12px;
    padding: 0;
    border: none;
}
.bo-booking-form-heading {
    /* color: #000; */
    font-size: 16px;
}
.bo-booking-rad-heading {
    color: #000;
    font-size: 16px !important;
}
.digitus-booking-content .bo-booking-form legend,
.digitus-booking-content .bo-booking-form label,
.digitus-booking-content .bo-booking-form p,
.digitus-booking-content .bo-booking-form h1,
.digitus-booking-content .bo-booking-form h2,
.digitus-booking-content .bo-booking-form h3,
.digitus-booking-content .bo-booking-form h4,
.digitus-booking-content .bo-booking-form input,
.digitus-booking-content .bo-booking-form select,
.digitus-booking-content .bo-booking-form input::placeholder,
.digitus-booking-content .bo-booking-form select::placeholder,
.digitus-booking-content button.bo-btn-submit[type=submit]
{
    font-family: Poppins, sans-serif !important;
}
.bo-delegate-heading,
.bo-booking-form fieldset.bo-fieldset legend {
    font-weight: bold;
    margin: 25px 0 15px 0;
    font-size: 16px;
}
.digitus-booking-content .bo-booking-form label {
    padding-right: 16px;
    display: block;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    color: #646464;
}
.digitus-booking-content .bo-booking-form p {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    color: #646464;
}
.digitus-booking-content .bo-booking-form h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 29px !important;
    line-height: 35px !important;
    letter-spacing: 0.05em;
    color: #000000;
    margin-top: 0;
    margin-bottom: 24px;
}
.digitus-booking-content .bo-booking-form h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px  !important;
    line-height: 21px  !important;
    letter-spacing: 0.1em;
    color: #6F6F6F;
}
.digitus-booking-content .bo-booking-form h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 17px !important;
    line-height: 21px !important;
    letter-spacing: 0.05em;
    color: #000;
}
.digitus-booking-content .bo-booking-form h4 {
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.05em;
    color: #000000;
    margin-bottom: 24px;
}
.digitus-booking-content .bo-booking-form input[type=text],
.digitus-booking-content .bo-booking-form input[type=date],
.digitus-booking-content .bo-booking-form select {
    display: block;
    width: 100%;
    border-radius: 0;
    background: #FFFFFF;
    border: 1px solid #ccc;
    padding: 10px 20px;
    clear: both;
    margin-top: 2px;
    margin-bottom: 4px;

    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.05em;
    color: #666666;
}
.digitus-booking-content .bo-booking-form input[type='radio']:after,
.digitus-booking-content .bo-booking-form input[type='radio']:checked:after {
    width: 18px;
    height: 18px;
    border-radius: 18px;
    top: -3px;
    left: -3px;
    position: relative;
    content: '';
    display: inline-block;
    visibility: visible;

}
.digitus-booking-content .bo-booking-form input[type='radio']:after {
    background-color: #d1d3d1;
}

.digitus-booking-content .bo-booking-form input[type='radio']:checked:after {
    background-color: #2A2A71;
}

.digitus-booking-content .bo-booking-form select {
    font-style: normal;
    font-weight: bold !important;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.15em;
    color: #fff !important;
    padding: 8px 8px;
    border: none;
    border-radius: 5px;
    width: auto;
	background: #2A2A71;
}

.bo-booking-form input, .bo-booking-form select,
.bo-booking-form input::placeholder, .bo-booking-form select::placeholder {
    font-weight: normal;
    color: #555;
}
.bo-number-of-delegates {
    width: 94px;
}
.bo-booking-form fieldset.bo-fieldset.bo-fieldset-delegate-details,
.bo-booking-form fieldset.bo-fieldset.bo-fieldset-delegates
{
/*    background: lightgreen; */
}
.digitus-booking-content .bo-terms-box {
    display: block;
    margin: 20px 0;
}
.digitus-booking-content button.bo-btn-submit[type=submit] {
    background: #000;
    font-weight: bold;
    padding: 12px 12px;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.15em;
    color: #FFFFFF;
}
.ui-datepicker-month {
    float: left;
    font-size: 13px;
}
.ui-datepicker-year {
    float: right;
    font-size: 13px;
}
.bo-loading {
    background: url('loading.gif') no-repeat center center;
    height: 300px;
}
.bo-loading.hidden {
    display: none;
}
.scroll-hidden {
    overflow: hidden;
}
.bo-checkout-modal {
    position: fixed !important;
    margin: 0 !important;
    max-width: 100% !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    display: none;
    overflow-y: auto;
    background: rgba(255,255,255,0.3);
    backdrop-filter: blur(10px);
}