/* Time Slot START */
.filter-select {
    position: relative;
    width: 110px;
    margin-right: 12px;
    flex-shrink: 0;
}
.filter-select__btn {
    display: block;
    width: 100%;
    border: 1px solid #c4c4c4;
    border-radius: 20px;
    height: 40px;
    padding: 0px 20px;
    background-color: transparent;
    background-image: url(/images/carat-d-black.svg);
    background-position: center right 15px;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    text-align: left;
}
.filter-select__btn.invalid {
    border-color: #d61818;
}
.filter-select__dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: #fff;
    padding: 0 6px 6px;
    max-height: 30vh;
    overflow: auto;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.hkiaa_form .hkiaa_input_box input.filter-select__dropdown-input {
    position: sticky;
    top: 0;
    border-radius: 0;
    border-width: 0 0 1px 0;
    height: auto;
    padding: 8px;
}
.filter-select__dropdown-item {
    width: 100%;
    margin-top: 4px;
    background-color: transparent;
    text-align: left;
}
.filter-select__dropdown-item:hover {
    color: #1853d6;
}
.icon-btn {
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 50%;
    border: 1px #c4c4c4 solid;
    flex-shrink: 0;
    background-color: transparent;
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
}
.icon-btn--remove {
    background-image: url(/images/enroll/delete.svg);
}
.icon-btn--edit {
    background-image: url(/images/enroll/edit.svg);
}
.icon-btn--print {
    background-image: url(/images/enroll/printer.svg);
    background-size: 16px;
}
.icon-btn--close:before,
.icon-btn--close:after {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 7px);
    background-color: #000;
    transform: rotate(45deg);
}
.icon-btn--close:after {
    transform: rotate(-45deg);
}
.select-blk__item {
    display: flex;
    align-items: center;
    border: 2px #c4c4c4 solid;
    border-radius: 24px;
    padding: 24px;
    margin: 12px 0;
}
.select-blk__item.active {
    border-color: #1853d6;
}
.select-blk__item-left {
    flex-grow: 1;
}
.select-blk__btn {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    padding: 12px 8px;
    margin-left: 24px;
    position: relative;
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
    border-radius: 50px;
    background-color: #1853d6;
    appearance: none;
    transition: 0.3s all ease;
}
.select-blk__btn.active {
    font-weight: bold;
}
.select-blk__btn:hover {
    opacity: 0.8;
}
.select-blk__btn.active:before {
    content: "";
    display: block;
    width: 4px;
    height: 10px;
    position: relative;
    top: -2px;
    border-right: 2px #fff solid;
    border-bottom: 2px #fff solid;
    margin-right: 10px;
    transform: rotate(45deg);
}
.select-blk__btn[disabled] {
    background-color: #000;
    opacity: 0.2;
}
.select-blk__btn[disabled]:hover {
    opacity: 0.2;
}
.course-table__header {
    display: flex;
    align-items: flex-end;
    font-size: 18px;
    border-bottom: 1px #c4c4c4 solid;
    padding-bottom: 6px;
    margin-bottom: 6px;
}
.course-table__col-remark {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
    color: #999;
}
.course-table__header b span {
    display: inline-block;
    vertical-align: middle;
}
.course-table__line-through {
    /* font-size: 0.75em; */
    font-weight: normal;
}
.course-table__col {
    width: calc(100% / 3);
    padding: 4px 0;
    padding-right: 16px;
    line-height: 1.2;
}
.course-table__col--large {
    width: 100%;
    padding-right: 0;
}
.course-table__body {
    display: flex;
    flex-wrap: wrap;
    padding-top: 2px;
}
.course-table__col p {
    line-height: 1.2;
    margin: 0;
}
.course-table__col b {
    display: block;
    margin-bottom: 4px;
}
.course-table__header b {
    margin-bottom: 0;
}
.course-table__number {
    color: #033e75;
}
.course-enroll {
    /* display: none; */
    position: sticky;
    top: 0;
    z-index: 99;
}
.course-enroll__header {
    background-color: #1853d6;
    color: #fff;
}
.course-enroll__header-container {
    display: flex;
    align-items: center;
    padding: 12px 0;
    min-height: 70px;
}
.course-enroll__header-left {
    flex-shrink: 2;
}
.course-enroll__header-title {
    margin: 0;
    font-size: 24px;
    line-height: 1.4;
}
.course-enroll__header-right {
    margin-left: auto;
    padding-left: 24px;
    display: flex;
    align-items: center;
}
.course-enroll__total-holder {
    margin: 0;
    line-height: 1.2;
}
.course-enroll__total-holder--mb {
    display: none;
}
.course-enroll__checkout-btn {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    padding: 12px 8px;
    margin: 0 24px;
    position: relative;
    font-size: 14px;
    line-height: 1.3;
    border-radius: 50px;
    color: #1853d6;
    font-weight: 600;
    background-color: #fff;
    appearance: none;
    transition: 0.3s all ease;
}
.course-enroll__toggle-detail-btn {
    position: relative;
    flex-shrink: 0;
    width: 22px;
    background-color: transparent;
    padding: 0;
    background-image: url(/images/enroll/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    transition: 0.3s all ease;
}
.course-enroll__toggle-detail-btn.active {
    transform: rotate(0deg);
}
.course-enroll__toggle-detail-btn:after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 60%;
}
.course-enroll__body {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding-top: 28px;
    padding-bottom: 28px;
    max-height: 75vh;
    overflow: auto;
}
.course-enroll__body-item {
    display: flex;
    align-items: center;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 2px #1853d6 solid;
}
.course-enroll__body-item:last-child {
    border-bottom: 0;
}
.course-enroll__body-item-left {
    flex-grow: 1;
}
.course-enroll__body-item .icon-btn {
    margin-left: 24px;
}
.showing-course-detail .page_content_container {
    position: relative;
}
.showing-course-detail .page_content_container:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9;
}
.showing-text-popup {
    overflow: hidden;
}
.text-popup {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 101;
}
.text-popup__wrapper {
    width: 100%;
    height: 100%;
    max-width: 767px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.text-popup__textarea {
    padding: 24px 38px 58px;
    max-height: 80%;
    border-radius: 20px;
    background-color: #fff;
}
.text-popup__close-btn {
    display: block;
    position: relative;
    margin-left: auto;
    margin-bottom: 6px;
}
.text-popup__textarea h2 {
    padding: 0;
    margin-bottom: 10px;
}
.text-popup__textarea p {
    line-height: 1.5;
}
.course-enroll.enroll-form__step-item {
    margin: 0 0 24px;
}
.enroll-form__header {
    position: relative;
    padding-bottom: 16px;
    background-color: #fff;
    z-index: 21;
}
.enroll-form__step-btn-container {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row-reverse;
    align-items: center;
}
.enroll-form__step-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #ddd;
    color: #999;
    border-radius: 50%;
}
.enroll-form__step-btn.active {
    color: #fff;
    background-color: #1853d6;
}
.enroll-form__step-btn.active ~ .enroll-form__step-btn {
    background-color: #1853d6;
}
.enroll-form__step-btn.active ~ .enroll-form__step-btn span {
    display: none;
}
.enroll-form__step-btn.active ~ .enroll-form__step-btn:after {
    content: "";
    display: block;
    width: 10px;
    height: 4px;
    border-left: 2px #fff solid;
    border-bottom: 2px #fff solid;
    transform: rotate(-45deg);
    position: relative;
    top: -2px;
}
.enroll-form__step-btn-container--normal {
    flex-flow: row wrap;
    margin: 12px 0 24px;
}
.enroll-form__step-btn-container--normal .enroll-form__step-btn {
    color: #fff;
    background-color: #1853d6;
    margin: 6px 0;
}
.enroll-form__step-btn-container--normal .enroll-form__step-btn:after {
    content: "";
    display: block;
    width: 10px;
    height: 4px;
    border-left: 2px #fff solid;
    border-bottom: 2px #fff solid;
    transform: rotate(-45deg);
    position: relative;
    top: -2px;
}
.enroll-form__step-btn-container--normal
    .enroll-form__step-btn.active
    ~ .enroll-form__step-btn {
    background: #ddd;
    color: #999;
}
.enroll-form__step-btn-container--normal .enroll-form__step-btn.active:after,
.enroll-form__step-btn-container--normal
    .enroll-form__step-btn.active
    ~ .enroll-form__step-btn:after {
    display: none;
}
.enroll-form__step-btn-container--normal .enroll-form__step-btn span {
    display: none;
}
.enroll-form__step-btn-container--normal .enroll-form__step-btn.active span,
.enroll-form__step-btn-container--normal
    .enroll-form__step-btn.active
    ~ .enroll-form__step-btn
    span {
    display: block;
}
.enroll-form__step-arrow {
    margin: 0 20px;
    font-family: "Courier New", Courier, monospace;
    font-size: 10px;
}
.enroll-form__step {
    padding-bottom: 58px;
}
.enroll-form__step-item {
    display: none;
}
.enroll-form__step-item.active {
    display: block;
}
.enroll-form__step-item .course-enroll__total-holder {
    margin-right: 24px;
}
.enroll-form__title-n-mandat {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.enroll-form__title-n-mandat p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}
.enroll-form {
    background-color: #fff;
}
.enroll-form__group + .enroll-form__group {
    margin-top: 58px;
}
.enroll-form h3 {
    font-size: 28px;
    line-height: 1.2;
    margin: 18px 0;
    font-weight: 800;
}
.enroll-form .hkiaa_input_box label {
    margin: 10px 0;
    line-height: 1.5;
}
.enroll-form .hkiaa_input_radio label {
    white-space: nowrap;
    margin-right: 30px;
    font-weight: normal;
}
@media screen and (max-width: 991px) {
    .hkiaa_form .hkiaa_input_radio label {
        white-space: normal;
    }
}
.enroll-form__label-remark {
    font-size: 0.75em;
    line-height: 1.2;
}
.enroll-form .section_container_in {
    padding-top: 0;
    padding-bottom: 0;
}
.enroll-form__phone-row {
    display: flex;
}
.enroll-form__phone-code {
    max-width: 100px;
    margin-right: 12px;
}
.enroll-form__circle-btn {
    display: inline-block;
    background: #1853d6;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 12px;
    font-size: 14px;
    vertical-align: middle;
    position: relative;
    transition: all 200ms ease;
}
.enroll-form__align-center {
    display: flex;
    align-items: center;
}
.enroll-form__remove {
    display: none;
}
.enroll-form__add:before,
.enroll-form__add:after,
.enroll-form__remove:before {
    content: "";
    display: block;
    width: 30%;
    margin: 0 auto;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.enroll-form__add:after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.enroll-form__circle-btn:hover {
    background: #033e75;
}
.hkiaa_form .enroll-form__align-center .file {
    margin-right: 5px;
    margin-bottom: 0;
}
.enroll-form__footer-btn-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-top: 24px;
}
.enroll-form__footer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    max-width: 100%;
    padding: 8px 38px;
    margin: 10px;
    position: relative;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    background-color: #1853d6;
    appearance: none;
    transition: 0.3s all ease;
}
.enroll-form__footer-btn--back {
    color: #1a1a1a;
    background-color: #ededed;
}
.enroll-summary__header {
    border-top: 1px #c4c4c4 solid;
    border-bottom: 1px #c4c4c4 solid;
    margin-bottom: 24px;
}
.enroll-summary__header .section_container_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.enroll-summary__header p {
    color: #033e75;
    font-weight: bold;
}
.enroll-summary__detail-item {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 4px #1853d6 solid;
}
.enroll-summary__detail-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.enroll-summary__subtotal {
    border-top: 4px #1853d6 solid;
    border-bottom: 4px #1853d6 solid;
    padding: 10px 0;
}
.enroll-summary__subtotal-text {
    display: block;
    width: calc(100% / 3);
    margin-left: auto;
    color: #1853d6;
    font-size: 20px;
    line-height: 1.5;
}
.enroll-summary__user-info {
    margin-top: 28px;
}
.enroll-summary__user-info-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-bottom: 12px; */
}
.enroll-summary__user-info-header h3 {
    padding-right: 12px;
}
.enroll-summary__user-info-table hr {
    margin: 12px 0;
    width: 100%;
}
.enroll-form__user-input--template,
.enroll-summary__user-info-table--template {
    display: none !important;
}
.enroll-summary__user-info-table + .enroll-summary__user-info-table {
    margin-top: 28px;
}
.enroll-form__payment {
    margin-bottom: 28px;
}
.enroll-form__payment-item-left {
    display: flex;
    align-items: center;
}
.enroll-form__payment-item-left h4 {
    width: 35%;
    padding-right: 24px;
    flex-shrink: 0;
    font-size: 20px;
}
.enroll-form__payment-icon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 30%;
    flex-shrink: 0;
}
.enroll-form__payment-icon img {
    height: 28px;
    margin-right: 24px;
}
.enroll-form__payment-remark {
    width: 35%;
    flex-shrink: 0;
}
.enroll-form__payment-remark p {
    line-height: 1.4;
    margin: 0;
}
.enroll-form__payment-credit-checkbox {
    padding: 0 25px 8px;
    max-width: 90%;
}
.enroll-form .enroll-form__payment-credit-checkbox label {
    margin: 0;
}
.enroll-thank__ref-id {
    margin: 0;
    color: #1853d6;
    font-weight: normal;
}
.enroll-thank__text-row {
    margin: 10px 0;
}
.enroll-thank__text-row h4 {
    margin: 0;
}
.enroll-thank__text-row p {
    margin: 0;
    line-height: 1.4;
}
.enroll-transaction {
    padding: 24px;
    margin: 38px 0;
    border: 1px #c4c4c4 solid;
    border-radius: 20px;
}
.enroll-transaction__bank-icon {
    width: 130px;
    max-width: 100%;
}
.enroll-thank__total {
    border-bottom: 0;
}
.enroll-thank__detail-item-container {
    margin-top: 38px;
}
.trans-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.trans-list__item {
    width: calc(100% / 3 - 24px);
    margin: 12px;
    padding: 24px;
    border: 2px rgba(24, 83, 214, 0.3) solid;
    border-radius: 10px;
}
.trans-list__item b {
    display: block;
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 1.25;
}
.trans-list__item p {
    font-size: 16px;
    line-height: 1.25;
    word-break: break-all;
}
.trans-list__id {
    font-size: 24px;
    font-weight: bold;
    color: #1853d6;
}
.trans-list__item p:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 991px) {
    .course-table__col {
        width: 50%;
    }
    .course-table__col--large {
        width: 100%;
    }
    .enroll-summary__subtotal-text {
        width: 50%;
        text-align: right;
    }
    .course-table__header {
        align-items: flex-start;
        flex-wrap: wrap;
        font-size: 16px;
    }
    .course-enroll__header-container {
        min-height: 59px;
    }
    .course-enroll__header-title {
        font-size: 18px;
    }
    .course-enroll__total-holder {
        font-size: 14px;
    }
    .course-enroll__checkout-btn {
        width: auto;
        padding: 10px 14px;
        margin: 0 12px;
        font-size: 14px;
    }
    .course-enroll__toggle-detail-btn {
        width: 16px;
    }
    .enroll-form .hkiaa_row {
        width: 100%;
    }
}
@media screen and (max-width: 991px) and (min-width: 561px) {
    .course-table__header .course-table__col:nth-child(1) {
        flex-grow: 1;
        order: 1;
    }
    .course-table__header .course-table__col:nth-child(2) {
        width: 100%;
        order: 3;
    }
    .course-table__header .course-table__col:nth-child(3) {
        width: auto;
        order: 2;
        margin-left: auto;
        padding-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .select-blk__item {
        flex-flow: column;
    }
    .select-blk__btn {
        margin: 24px 0 0;
    }
    .course-enroll__body-item {
        flex-flow: column;
    }
    .course-enroll__body-item .icon-btn {
        margin-top: 14px;
        margin-left: 0;
    }
    .course-enroll__header-container {
        padding: 6px 0;
        min-height: 54px;
    }
    .course-enroll__total-holder--dt {
        display: none;
    }
    .course-enroll__total-holder--mb {
        display: block;
    }
    .course-enroll__header-right {
        padding-left: 12px;
    }
    .course-enroll__checkout-btn {
        margin-left: 0;
    }
    .enroll-form__step-btn-container {
        width: 100%;
        justify-content: flex-end;
        margin-top: 12px;
    }
    .enroll-form__step-btn-container--normal {
        justify-content: flex-start;
    }
    .enroll-form__title-n-mandat {
        flex-flow: column;
        align-items: flex-start;
    }
    .enroll-form__payment-item-left {
        width: 100%;
        flex-flow: column;
    }
    .enroll-form__payment-item-left h4 {
        width: 100%;
        text-align: center;
        padding-right: 0;
        margin-bottom: 18px;
    }
    .enroll-form__payment-icon {
        width: 100%;
        justify-content: center;
    }
    .enroll-form__payment-remark {
        width: 100%;
        text-align: center;
        max-width: 480px;
    }
    .enroll-form__footer-btn {
        padding: 8px 18px;
    }
    .enroll-form__payment-credit-checkbox {
        max-width: 100%;
    }
    .trans-list__item {
        width: calc(50% - 24px);
    }
}
@media screen and (max-width: 560px) {
    .course-table__col {
        width: 100%;
        padding-right: 0;
    }
    .enroll-summary__subtotal-text {
        width: 100%;
    }
    .trans-list {
        margin: 0;
    }
    .trans-list__item {
        width: 100%;
        margin: 12px 0;
    }
}
@media print {
    .js-print {
        display: none !important;
    }
}
/* Time Slot END */
/* Reservation Form start */
._2col_intro--reservation-form {
    padding-bottom: 38px;
}
.booking-day {
    width: calc(100% - 20px);
    margin: 14px 0 24px;
}
.booking-day__item {
    position: relative;
    display: block;
    width: 100%;
    padding: 24px;
    margin-top: 18px;
    border: 2px rgba(24, 83, 214, 0.3) solid;
    border-radius: 8px;
}
.booking-dat__item:first-child {
    margin-top: 0;
}
.booking-day__item--template {
    display: none;
}
.booking-day__item h2 {
    margin: 0 0 24px;
}
.booking-day__row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    width: calc(100% + 20px);
}
.hkiaa_form .booking-day__remove-btn {
    display: none;
    position: absolute;
    top: 24px;
    right: 24px;
    font-weight: bold;
}
.booking-day__time {
    display: flex;
}
.hkiaa_form .booking-day__time select {
    border-radius: 0;
    border-left: 0;
}
.hkiaa_form .booking-day__time select:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-left: 1px solid #c4c4c4;
}
.hkiaa_form .booking-day__time select.invalid:first-child {
    border-left-color: #d61818;
}
.hkiaa_form .booking-day__time select:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.booking-day__show-target {
    display: none;
}
.reservation-form__checklist a {
    color: #1853d6;
    font-weight: bold;
    text-decoration: underline;
}
.reservation-form__thankyou-header {
    margin-top: 24px;
}
.reservation-form__thankyou-header h3 {
    display: block;
    padding-right: 0;
    margin: 18px 0;
    color: #033e75;
}
.reservation-form__thankyou-checklist {
    background-color: transparent;
    margin: 38px 0 0;
}
#reservationForm .filter-select__btn {
    background-color: #fff;
}
.datepicker-input {
    background-image: url(/images/icon-calendar.png);
    background-size: 20px;
    background-position: right 12px center;
    background-repeat: no-repeat;
}
.ui-datepicker {
    background-color: #fff;
    border-radius: 8px;
}
.ui-state-disabled {
    opacity: 0.3;
}
.ui-datepicker-prev,
.ui-datepicker-next {
    cursor: pointer;
}
.ui-datepicker-prev:before,
.ui-datepicker-next:before {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 2px);
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px #000 solid;
    border-left: 1px #000 solid;
    transform: rotate(-45deg);
}
.ui-datepicker-next:before {
    left: calc(50% - 6px);
    transform: rotate(135deg);
}
.ui-datepicker-prev:hover:before,
.ui-datepicker-next:hover:before {
    border-top-color: #1853d6;
    border-left-color: #1853d6;
}
.ui-datepicker .ui-datepicker-prev:hover {
    top: 2px;
    left: 2px;
}
.ui-datepicker .ui-datepicker-next:hover {
    top: 2px;
    right: 2px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center;
}
.ui-datepicker td a:hover {
    text-decoration: underline;
}
.ui-state-active {
    color: #1853d6;
    font-weight: bold;
}
.booking-day__break-1279-840 {
    display: none;
}
.other-control__star {
    display: none;
}
@media screen and (max-width: 1279px) and (min-width: 840px) {
    .booking-day__break-1279-840 {
        display: block;
        width: 100%;
    }
}
@media screen and (max-width: 1279px) and (min-width: 992px) {
    .hkiaa_form .booking-day .hkiaa_col--sml {
        width: calc(50% - 20px);
    }
}
@media screen and (max-width: 991px) and (min-width: 840px) {
    .hkiaa_form .booking-day .hkiaa_col--sml {
        width: calc(50% - 10px);
    }
}
@media screen and (max-width: 991px) {
    .booking-day {
        width: calc(100% - 10px);
    }
    .booking-day__row {
        width: calc(100% + 10px);
    }
}
@media screen and (max-width: 839px) {
    .booking-day {
        width: 100%;
    }
    .booking-day__row {
        width: 100%;
    }
}
@media screen and (max-width: 560px) {
    .booking-day__item {
        padding: 24px 12px;
    }
    .booking-day__item h2 {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 12px;
    }
    .hkiaa_form .booking-day__remove-btn {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 18px;
    }
}
@media screen and (max-width: 479px) {
    .hkiaa_form .hkiaa_input_radio {
        width: 100%;
    }
    .hkiaa_form .booking-day__time select {
        padding: 0 12px;
    }
}
@media screen and (max-width: 375px) {
    .hkiaa_form .booking-day__time select {
        font-size: 12px;
        background-position: center right 7px;
        background-size: 10px auto;
    }
}
@media screen and (max-width: 340px) {
    .contact_us_form_recaptcha {
        margin-left: -20px;
    }
}
@media print {
    ._2col_intro--reservation-form {
        padding-bottom: 0;
        text-align: center;
    }
    .reservation-form .hkiaa_row {
        display: block;
    }
    .booking-day__item {
        break-inside: avoid;
    }
    .reservation-form .hkiaa_row .hkiaa_col {
        width: calc(100% - 10px);
        break-inside: avoid;
    }
    .booking-day__remove-btn {
        display: none !important;
    }
    .booking-day__add-btn {
        display: none;
    }
    .trans-list {
        display: block;
        font-size: 0;
    }
    .trans-list__item {
        display: inline-block;
        width: calc(50% - 24px);
        break-inside: avoid;
    }
}
/* Reservation Form start */
.enroll-login .section_container_in {
    padding-top: 60px;
}
.enroll-login__recaptcha {
    margin-bottom: 20px;
}
.enroll-login__submit {
    margin-left: 0;
}