.page_tnc ol {
    list-style: auto !important;
}

.page_tnc .tnc {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.reg-banner img {
    width: 100%;
    height: auto;
}

.registration {
    padding-top: 30px !important;
}

.rsvp-button {
    margin-top: 5px;
    background-color: #337ab7;
    border: 0;
    padding: 5px 30px;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    color: white !important;
}

.rsvp-button:hover {
    background-color: #337ab7;
    color: white;
    text-decoration: none;
}

.booking-reg.registration {
    padding-top: 10px !important;
}

.hide-div-load {
    display: none !important;
}

#custom_loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
}

#custom_loader svg {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@media only screen and (max-width: 480px) {
    .booking-reg .vue-form-wizard .wizard-card-footer {
        padding: 0px !important;
    }

    .booking-reg.registration .rg-successful-div .center {
        width: 100%;
    }
}

@media screen and (max-width: 360px) {

    .booking-reg .vue-form-wizard .wizard-card-footer .wizard-footer-left,
    .booking-reg .vue-form-wizard .wizard-card-footer .wizard-footer-right {
        float: none;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: unset;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
    }
}

@media only screen and (max-width: 350px) {
    .wizard-footer-sticky .vue-form-wizard .wizard-card-footer {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .wizard-footer-sticky .vue-form-wizard .wizard-card-footer .wizard-footer-right button{
        margin-top: 0px;
    }

    .wizard-footer-sticky .vue-form-wizard .navbar .navbar-nav>li>a.wizard-btn, .vue-form-wizard .wizard-btn{
        min-width: 95px;
    }
}

@media only screen and (max-width: 320px) {
    .booking-reg.registration .registration-box {
        padding-left: 10px;
    }
}
