@font-face {
    font-family: "Corporate S BQ Regular";
    src: url(Corporate-S-Regular.ttf);
}  

body {
    background-color: #fff !important;
}
.hol-event-timing-wrapper .event-title h3 {
    margin-top: 80px;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 40px;
    text-transform: uppercase;
    color: #5c1b15;
    font-weight: 700;
    font-family: "Corporate S BQ Regular", sans-serif;
}

.hol-event-timing-wrapper .event-title h3 a:hover {
    color: #5c1b15;
    text-decoration: none;
}

.hol-event-timing-wrapper .event-slot-time h5 {
    display: inline-block;
    margin-left: 10px;
    font-family: "Corporate S BQ Regular", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
}

.hol-event-timing-wrapper .event-slot-time img, .hol-event-timing-wrapper .event-slot-tickets img,
.hol-event-timing-wrapper .event-slot-language img {
    display: inline-block;
    margin-bottom: 5px;
} 

.hol-event-timing-wrapper .event-slot-tickets p {
    display: inline-block;
    margin-left: 10px;
    font-family: "Corporate S BQ Regular", sans-serif;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
}

.hol-event-timing-wrapper .event-slot-language p {
    display: inline-block;
    margin-left: 10px;
    font-family: "Corporate S BQ Regular", sans-serif;
    font-size: 18px;
    line-height: 20px;
}

.hol-event-timing-wrapper .event-time-slots {
    background: #ffffff;
    box-shadow: 0px 12px 26px rgba(16, 30, 115, 0.06);
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 24px;
}

.hol-event-timing-wrapper .searchForm {
    display: inline-flex;
    column-gap: 10px;
}

.event-form {
    display: inline-flex;
}

.hol-event-timing-wrapper .btn-search {
    margin-left: 0;
    /* margin-top: -3px; */
    color: #fff;
    border: 1px solid #D5B375;
    border-radius: 3px;
    padding: 5px 28px;
    background: #D5B375;
    transition: 0.3s;
}

.hol-event-timing-wrapper {
    margin-top: 80px;
}

.hol-event-timing-wrapper .events-date span {
    font-family: "Lexend", sans-serif;
    font-size: 12.8px;
    line-height: 16px;
    margin-top: 9px;
    color: #000;
    font-weight: 700;
    min-width: 23%;
}

/*.hol-event-timing-wrapper .calendar-icon::after {
    position: absolute;
    content: url(../../images/calendar-icon.png);
    right: 12px;
    top: 3px;
    z-index: -1;
}



.hol-event-timing-wrapper .event-form input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    pointer-events: none; 
}


.hol-event-timing-wrapper .event-form input[type="date"] {
    -moz-appearance: textfield;
    pointer-events: none; 
}*/
.hol-event-timing-wrapper .event-form input {
    border: 1px solid #d5b375;
    border-radius: 3px 3px 3px 3px !important;
}

.hol-event-timing-wrapper .btn-search:hover {
    margin-left: 0;
    /* margin-top: -3px; */
    color: #D5B375;
    border: 1px solid #D5B375;
    padding: 5px 28px;
    background: #fff;
    transition: 0.3s;
}

.hol-event-timing-wrapper .event-timing-alert-message p, .hol-event-timing-wrapper .event-slot-result p {
    font-family: "Corporate S BQ Regular", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.hol-event-timing-wrapper .event-timing-alert-message, .hol-event-timing-wrapper .event-slot-result {
    margin-top: 30px;
}