/* Main Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    color: #001727;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    background: transparent;
}

.banner {
    background: transparent;
    padding-top: 0px;
}

.section.formWrap {
    padding: 0px 0 !important;
}


.checkbox input[type="checkbox"] {
    float: left;
    margin: 5px 7.5px 0px 0px;
}

.checkbox input[type="radio"] {
    float: left;
    margin: 5px 7.5px 0px 0px;
}

.ar {
    font-family: "Noto Kufi Arabic", sans-serif !important;
    direction: rtl !important;
}

.en {
    font-family: 'Montserrat', sans-serif !important;
    direction: ltr !important;
}

p,
ul li {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    color: #001727;
}

ul {
    list-style: none;
    padding-left: 35px;
}

    ul li {
        padding-bottom: 10px;
    }

    ul ul {
        list-style: disc;
    }

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

.banner .imageWrap img {
    max-width: 100%;
}

.section-title,
.contentWrap h1 {
    color: #001727;
    text-align: center;
    font-size: 2.5em;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    max-width: 820px;
    margin: 30px auto;
}

.contentWrap h2 {
    color: #001727;
    font-weight: bold;
    font-size: 28px;
}

.formWrap input.form-control, .formWrap select.form-control, .formWrap textarea.form-control, .iti input.iti__tel-input, .iti input.iti__tel-input[type=text], .iti input.iti__tel-input[type=tel] {
    color: #000;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    min-height: 50px;
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.10) !important;
    display: flex;
    padding: 12px 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 100%;
    margin: 8px 0 !important;
}

select.form-control {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background: white !important;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: 98% center !important;
    background-size: 30px !important;
}

.iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px !important;
    margin-right: 0;
}

.formWrap label {
    font-size: 14px;
    font-weight: 500 !important;
    color: #000;
}

.formWrap .ar {
    direction: rtl;
}

.btnsPack .btn {
    margin-bottom: 15px;
}

.btnsPack {
    margin-top: 30px;
}

    .btnsPack .btn {
        width: 100%;
        margin-bottom: 15px;
        border-radius: 50px;
        padding: 10px 15px;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        background: #304e91;
        border-color: #304e91;
        white-space: normal;
    }

a {
    color: #1172c8;
}

    a:hover {
        color: #1172c8;
        text-decoration: underline;
    }





.divider {
    background: #ccc;
    height: 1px;
    margin: 40px 0px 10px;
    width: 100%;
    border: 0px;
}

.panelBox {
    background-color: transparent;
    padding: 2em 2.5em;
    text-align: center;
    border-top: 1px solid #cccccc;
    margin-top: 2rem;
}

.replyBox h1 {
    font-size: 1.2rem !important;
    color: #009fc9 !important;
}

.panelBox h2 {
    margin: 0px 0px 15px !important;
    font-size: 2rem;
    color: #009fc9;
    font-weight: 800;
}

.panelBox .buttonsWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

    .panelBox .buttonsWrap .btn {
        margin-left: -50px;
    }

.radioBoxContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .radioBoxContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .radioBoxContainer .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #ebebeb;
        border-radius: 50%;
    }

    .radioBoxContainer:hover input ~ .checkmark {
        background-color: #ccc;
    }

    .radioBoxContainer input:checked ~ .checkmark {
        background-color: #009fc9;
    }

    .radioBoxContainer .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .radioBoxContainer input:checked ~ .checkmark:after {
        display: block;
    }

    .radioBoxContainer .checkmark:after {
        top: 9px;
        left: 9px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: white;
    }

.radioWrap .radioBoxContainer {
    display: inline-block;
    padding-right: 50px;
}

.checkboxWrap .checkBoxContainer {
    display: inline-block;
    padding-right: 50px;
}

.checkBoxContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkBoxContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .checkBoxContainer .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #ebebeb;
    }

    .checkBoxContainer:hover input ~ .checkmark {
        background-color: #ccc;
    }

    .checkBoxContainer input:checked ~ .checkmark {
        background-color: #009fc9;
    }

    .checkBoxContainer .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .checkBoxContainer input:checked ~ .checkmark:after {
        display: block;
    }

    .checkBoxContainer .checkmark:after {
        left: 9px;
        top: 5px;
        width: 7px;
        height: 12px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.ticketButton {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    justify-content: space-between;
}

    .ticketButton input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .ticketButton .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: var(--2, linear-gradient(99deg, #0172C2 0%, #00D89E 99.99%));
        border-radius: 0px;
    }

    .ticketButton:hover input ~ .checkmark {
        background-color: #007dc6;
    }

    .ticketButton input:checked ~ .checkmark {
        background: var( --2, linear-gradient(99deg, #0172c2 0%, #00d89e 99.99%) );
    }

    .ticketButton .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .ticketButton input:checked ~ .checkmark:after {
        display: block;
        background: var(--2, linear-gradient(99deg, #0172C2 0%, #00D89E 99.99%));
    }

/* .ticketButton .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
  } */

.ticketType .orderSummaryTable tr td,
.ticketType .orderSummaryTable tr th {
    color: #000;
    border: 0px !important;
    border-bottom: 1px solid #dee2e6 !important;
}

.ticketType h1.ticketMainHeading, h2.ticketMainHeading {
    background: transparent;
    padding: 0;
    display: block;
    border-radius: 4px;
    color: #001727;
    text-align: center;
    font-size: 1.5em;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 25px;
    margin-top: 50px;
}

.ticketType .ticketBox {
    border: none;
    box-shadow: none;
}

    .ticketType .ticketBox .heading {
        text-align: center;
        height: 42px;
    }

        .ticketType .ticketBox .heading h3 {
            color: #001727;
            text-align: center;
            font-size: clamp(1rem, 0.9545rem + 0.2273vw, 1.125rem);
            font-style: normal;
            font-weight: 400;
            margin-bottom: 16px;
            text-transform: uppercase;
        }

        .ticketType .ticketBox .heading h1 b {
            font-weight: 400 !important;
        }

    .ticketType .ticketBox .ticketPrice {
        background: transparent;
        padding: 0px;
        color: #001727;
        font-size: 18px;
        line-height: 18px;
        margin-left: auto;
        margin-right: auto;
    }

        .ticketType .ticketBox .ticketPrice b {
            display: inline-block;
            color: #fa0000;
            text-align: center;
            font-size: clamp(1.125rem, 0.8977rem + 1.1364vw, 1.75rem);
            font-style: normal;
            font-weight: 700;
            line-height: 1.25;
            margin-bottom: 0px;
        }

        .ticketType .ticketBox .ticketPrice span {
            display: block;
            font-size: 0.8rem;
        }

    .ticketType .ticketBox .ticketButton {
        width: 100%;
        text-align: center;
        margin: 0px auto 0px;
        overflow: hidden;
        display: inline-flex;
        padding: 10px 30px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        color: #fff;
        font-size: 1.125em;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        border-radius: 0;
        background: #0e4681;
        border: 0px;
        outline: none;
        box-shadow: none;
        height: 48px;
    }

    .ticketType .ticketBox span.btnText {
        z-index: 1;
        width: 100%;
        height: 100%;
        font-weight: 600;
        font-size: 1rem;
        border-radius: 6px;
        text-transform: uppercase;
        line-height: 29px;
    }

    .ticketType .ticketBox .ticketButtonWrap {
        margin: 30px auto 20px;
    }

.ticketType .ticketBox {
    text-align: center;
    border-radius: 16px;
    background: #f0f3f5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    flex-direction: column;
    margin-bottom: 32px;
}

.reg_box {
    display: flex;
    gap: 30px;
    justify-content: center;
}

    .reg_box .reg_icon {
        margin-bottom: 15px;
    }

        .reg_box .reg_icon img {
        }

    .reg_box .ri_label {
    }

    .reg_box .reg_icon_wrapper {
        text-align: center;
        max-width: 200px;
        margin: 30px 0px;
    }

.bgSection {
    background: none;
    padding: 0 0 2.5rem 0;
    color: #001727;
    background-size: cover;
    background-position: center top;
}

.orderSummaryTable {
    background: #ffffff;
    border-radius: 10px;
    border: 0 !important;
}

.bgSection .text-danger span {
    background: white;
}

.ticketContent {
    border-top: 1px solid #c9c9c9;
    margin-top: 25px;
}

    .ticketContent ul {
        padding: 0px;
        list-style: none;
        margin: 0;
    }

        .ticketContent ul li {
            border-bottom: 1px solid #c9c9c9;
            padding: 12px 0px;
            font-size: 0.85rem;
            color: #001727;
        }

            .ticketContent ul li:last-child {
                border-bottom: 0px;
            }

            .ticketContent ul li span.date {
                color: #001727;
            }

table p {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

table td:first-child {
    width: 180px;
}

.inputButtonWrap {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 25px;
}

    .inputButtonWrap .checkbox.chk {
        padding-bottom: 10px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 5px;
    }

        .inputButtonWrap .checkbox.chk:hover {
            background: #f5f5f5;
        }

.contentWrap h4 {
    color: #142958;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0 0 20px;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #2f6064;
}

.inputButtonWrap_2.inputButtonWrap .checkbox.chk {
    padding: 0px !important;
}

.inputButtonWrap_2.inputButtonWrap {
    flex-direction: column !important;
}

.val-btn {
    margin-top: 32px;
}

.text-danger,
.text-danger * {
    color: #dc3545 !important;
}

.select2-container .select2-selection--single {
    height: 100%;
    display: flex;
    gap: 5px;
}

.select2-results__option:hover, .select2-results__option.select2-results__option--selectable.select2-results__option--selected,
.iti__country.iti__highlight {
    background: #EFE5D6 !important;
}

.form-group select, select.form-control, select, .accordion-body-text .form-group .select2-container--default .select2-selection--multiple, select.form-control:hover, select.form-control:focus, select.form-control.active, .dataTables_wrapper select {
    background: #fff url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23717680' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
    background-position: right 10px center;
    padding-right: 40px;
}


.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
    width: 100% !important;
}

.iti__selected-country {
    font-size: 14px
}

.select2-search--dropdown .select2-search__field {
    outline: none !important;
}

.select2-results__options {
    max-height: 350px;
    overflow: auto;
    overflow-x: hidden;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
}

.iti__country-container {
    margin-top: 8px;
    padding: 0px;
}

.iti--inline-dropdown .iti__dropdown-content {
    padding: 10px;
}



@media (max-width: 767px) {
    .section-title, .contentWrap h1, .panelBox h2 {
        font-size: 24px;
        margin: 15px 0px;
    }

    .ticketType h1.ticketMainHeading, h2.ticketMainHeading, .ticketType .ticketBox .heading h3 {
        font-size: 1em;
    }

    .ticketType .ticketBox .ticketPrice span {
        font-size: 0.75em;
    }

    .reg_box {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

        .reg_box .reg_icon_wrapper {
            margin: 0;
        }

    .ticketType .ticketBox .ticketPrice b {
        font-size: 2em;
    }

    table td:first-child {
        width: auto;
    }

    .section.formWrap {
        padding: 15px 0 !important;
    }

    .btnWrap {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        align-items: center;
    }

    .val-btn {
        margin-top: 0;
    }

    .ticketType .col-sm-6.mb-4 {
        margin-bottom: 0px !important;
    }

    .ticketType .ticketBox {
        padding: 15px;
        margin-bottom: 15px;
    }
}
/* Main Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    color: #001727;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    background: transparent;
}

.banner {
    background: transparent;
    padding-top: 0px;
}

.section.formWrap {
    padding: 0px 0 !important;
}


.checkbox input[type="checkbox"] {
    float: left;
    margin: 5px 7.5px 0px 0px;
}

.checkbox input[type="radio"] {
    float: left;
    margin: 5px 7.5px 0px 0px;
}

.ar {
    font-family: "Noto Kufi Arabic", sans-serif !important;
    direction: rtl !important;
}

.en {
    font-family: 'Montserrat', sans-serif !important;
    direction: ltr !important;
}

p,
ul li {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    color: #001727;
}

ul {
    list-style: none;
    padding-left: 35px;
}

    ul li {
        padding-bottom: 10px;
    }

    ul ul {
        list-style: disc;
    }

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

.banner .imageWrap img {
    max-width: 100%;
}

.section-title,
.contentWrap h1 {
    color: #001727;
    text-align: center;
    font-size: 2.5em;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    max-width: 820px;
    margin: 30px auto;
}

.contentWrap h2 {
    color: #001727;
    font-weight: bold;
    font-size: 28px;
}

.iti input, .iti input[type=text], .iti input[type=tel], .select2-search--dropdown .select2-search__field,
.formWrap input.form-control, .formWrap select.form-control, .formWrap textarea.form-control, .select2-container .select2-selection.select2-selection--single, .iti input.iti__tel-input, .iti.iti--allow-dropdown input.iti__tel-input[type=text], .iti.iti--allow-dropdown input.iti__tel-input[type=tel] {
    color: #000;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    min-height: 50px;
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.10) !important;
    display: flex;
    padding: 12px 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 100%;
    margin: 8px 0 0 !important;
    outline: none !important;
}

select.form-control {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background: white !important;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: 98% center !important;
    background-size: 30px !important;
}

.form-group {
    margin-bottom: 15px;
}

.iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    padding-right: 36px !important;
    margin-right: 0;
}

.formWrap label {
    font-size: 14px;
    font-weight: 500 !important;
    color: #000;
}

.formWrap .ar {
    direction: rtl;
}

.select2-dropdown {
    paddnig: 7.5px;
}

.btnsPack .btn {
    margin-bottom: 15px;
}

.btnsPack {
    margin-top: 30px;
}

    .btnsPack .btn {
        width: 100%;
        margin-bottom: 15px;
        border-radius: 50px;
        padding: 10px 15px;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        background: #304e91;
        border-color: #304e91;
        white-space: normal;
    }

a {
    color: #127dc3;
}

    a:hover {
        color: #104780;
        text-decoration: underline;
    }





.divider {
    background: #ccc;
    height: 1px;
    margin: 40px 0px 10px;
    width: 100%;
    border: 0px;
}

.panelBox {
    background-color: transparent;
    padding: 2em 2.5em;
    text-align: center;
    border-top: 1px solid #cccccc;
    margin-top: 2rem;
}

.replyBox h1 {
    font-size: 1.2rem !important;
    color: #009fc9 !important;
}

.panelBox h2 {
    margin: 0px 0px 15px !important;
    font-size: 2rem;
    color: #009fc9;
    font-weight: 800;
}

.panelBox .buttonsWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

    .panelBox .buttonsWrap .btn {
        margin-left: -50px;
    }

.radioBoxContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .radioBoxContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .radioBoxContainer .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #ebebeb;
        border-radius: 50%;
    }

    .radioBoxContainer:hover input ~ .checkmark {
        background-color: #ccc;
    }

    .radioBoxContainer input:checked ~ .checkmark {
        background-color: #009fc9;
    }

    .radioBoxContainer .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .radioBoxContainer input:checked ~ .checkmark:after {
        display: block;
    }

    .radioBoxContainer .checkmark:after {
        top: 9px;
        left: 9px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: white;
    }

.radioWrap .radioBoxContainer {
    display: inline-block;
    padding-right: 50px;
}

.checkboxWrap .checkBoxContainer {
    display: inline-block;
    padding-right: 50px;
}

.checkBoxContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkBoxContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .checkBoxContainer .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #ebebeb;
    }

    .checkBoxContainer:hover input ~ .checkmark {
        background-color: #ccc;
    }

    .checkBoxContainer input:checked ~ .checkmark {
        background-color: #009fc9;
    }

    .checkBoxContainer .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .checkBoxContainer input:checked ~ .checkmark:after {
        display: block;
    }

    .checkBoxContainer .checkmark:after {
        left: 9px;
        top: 5px;
        width: 7px;
        height: 12px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.ticketButton {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    justify-content: space-between;
}

    .ticketButton input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .ticketButton .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #afadad;
        border-radius: 0px;
    }

    .ticketButton:hover input ~ .checkmark {
        background-color: #007dc6;
    }

    .ticketButton input:checked ~ .checkmark {
        background: var( --2, linear-gradient(99deg, #0172c2 0%, #00d89e 99.99%) );
    }

    .ticketButton .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .ticketButton input:checked ~ .checkmark:after {
        display: block;
        background: var(--2, linear-gradient(99deg, #0172C2 0%, #00D89E 99.99%));
    }

/* .ticketButton .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
  } */

.ticketType .orderSummaryTable tr td,
.ticketType .orderSummaryTable tr th {
    color: #000;
    border: 0px !important;
    border-bottom: 1px solid #dee2e6 !important;
}

.ticketType h1.ticketMainHeading, h2.ticketMainHeading {
    background: transparent;
    padding: 0;
    display: block;
    border-radius: 4px;
    color: #001727;
    text-align: center;
    font-size: 1.5em;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 25px;
    margin-top: 50px;
}

.ticketType .ticketBox {
    border: none;
    box-shadow: none;
}

    .ticketType .ticketBox .heading {
        text-align: center;
        height: 42px;
    }

        .ticketType .ticketBox .heading h3 {
            color: #001727;
            text-align: center;
            font-size: clamp(1rem, 0.9545rem + 0.2273vw, 1.125rem);
            font-style: normal;
            font-weight: 400;
            margin-bottom: 16px;
            text-transform: uppercase;
        }

        .ticketType .ticketBox .heading h1 b {
            font-weight: 400 !important;
        }

    .ticketType .ticketBox .ticketPrice {
        background: transparent;
        padding: 0px;
        color: #001727;
        font-size: 18px;
        line-height: 18px;
        margin-left: auto;
        margin-right: auto;
    }

        .ticketType .ticketBox .ticketPrice b {
            display: inline-block;
            color: #fa0000;
            text-align: center;
            font-size: clamp(1.125rem, 0.8977rem + 1.1364vw, 1.75rem);
            font-style: normal;
            font-weight: 700;
            line-height: 1.25;
            margin-bottom: 0px;
        }

        .ticketType .ticketBox .ticketPrice span {
            display: block;
            font-size: 0.8rem;
        }

    .ticketType .ticketBox .ticketButton {
        width: 100%;
        text-align: center;
        margin: 0px auto 0px;
        overflow: hidden;
        display: inline-flex;
        padding: 10px 30px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        color: #fff;
        font-size: 1.125em;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        border-radius: 0;
        background: #0e4681;
        border: 0px;
        outline: none;
        box-shadow: none;
        height: 48px;
    }

    .ticketType .ticketBox span.btnText {
        z-index: 1;
        width: 100%;
        height: 100%;
        font-weight: 600;
        font-size: 1rem;
        border-radius: 6px;
        text-transform: uppercase;
        line-height: 29px;
    }

    .ticketType .ticketBox .ticketButtonWrap {
        margin: 30px auto 20px;
    }

.ticketType .ticketBox {
    text-align: center;
    border-radius: 16px;
    background: #f0f3f5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    flex-direction: column;
    margin-bottom: 32px;
}

.reg_box {
    display: flex;
    gap: 30px;
    justify-content: center;
}

    .reg_box .reg_icon {
        margin-bottom: 15px;
    }

        .reg_box .reg_icon img {
        }

    .reg_box .ri_label {
    }

    .reg_box .reg_icon_wrapper {
        text-align: center;
        max-width: 200px;
        margin: 30px 0px;
    }

.bgSection {
    background: none;
    padding: 0 0 2.5rem 0;
    color: #001727;
    background-size: cover;
    background-position: center top;
}

.orderSummaryTable {
    background: #ffffff;
    border-radius: 10px;
    border: 0 !important;
}

.bgSection .text-danger span {
    background: white;
}

.ticketContent {
    border-top: 1px solid #c9c9c9;
    margin-top: 25px;
}

    .ticketContent ul {
        padding: 0px;
        list-style: none;
        margin: 0;
    }

        .ticketContent ul li {
            border-bottom: 1px solid #c9c9c9;
            padding: 12px 0px;
            font-size: 0.85rem;
            color: #001727;
        }

            .ticketContent ul li:last-child {
                border-bottom: 0px;
            }

            .ticketContent ul li span.date {
                color: #001727;
            }

table p {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

table td:first-child {
    width: 180px;
}

.inputButtonWrap {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 25px;
}

    .inputButtonWrap .checkbox.chk {
        padding-bottom: 10px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 5px;
    }

        .inputButtonWrap .checkbox.chk:hover {
            background: #f5f5f5;
        }

.contentWrap h4 {
    color: #142958;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0 0 20px;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #2f6064;
}

.inputButtonWrap_2.inputButtonWrap .checkbox.chk {
    padding: 0px !important;
}

.inputButtonWrap_2.inputButtonWrap {
    flex-direction: column !important;
}

.val-btn {
    margin-top: 32px;
}

.text-danger,
.text-danger * {
    color: #dc3545 !important;
    font-size:14px;
}

.select2-container .select2-selection--single {
    height: 100%;
    display: flex;
    gap: 5px;
    outline: none;
}

.select2-results__option:hover, .select2-results__option.select2-results__option--selectable.select2-results__option--selected,
.iti__country.iti__highlight {
    background: #127dc338 !important;
}

.form-group select, select.form-control, select, .accordion-body-text .form-group .select2-container--default .select2-selection--multiple, select.form-control:hover, select.form-control:focus, select.form-control.active, .dataTables_wrapper select, .select2-container .select2-selection.select2-selection--single {
    background: #fff url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23717680' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat !important;
    background-position: right 10px center !important;
    padding-right: 40px !important;
}


.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
    width: 100% !important;
}

.iti__selected-country {
    font-size: 14px
}

.select2-container .select2-selection--single .select2-selection__clear {
    display: none !important
}

.btn.btn-primary, .btn.btn-secondary {
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 12px;
    border-color: #127dc3;
    background: #127dc3;
    font-weight: 600;
    text-decoration: none;
}

    .btn.btn-secondary {
        background:#ddd;
        border-color:#ddd;
        color:#000;
    }

    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-secondary:hover, .btn.btn-secondary:focus {
        border-color: #104780;
        background: #104780;
        color:#fff;
    }

.close {
    display:none;
}



@media (max-width: 767px) {
    .section-title, .contentWrap h1, .panelBox h2 {
        font-size: 24px;
        margin: 15px 0px;
    }

    .ticketType h1.ticketMainHeading, h2.ticketMainHeading, .ticketType .ticketBox .heading h3 {
        font-size: 1em;
    }

    .ticketType .ticketBox .ticketPrice span {
        font-size: 0.75em;
    }

    .reg_box {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

        .reg_box .reg_icon_wrapper {
            margin: 0;
        }

    .ticketType .ticketBox .ticketPrice b {
        font-size: 2em;
    }

    table td:first-child {
        width: auto;
    }

    .section.formWrap {
        padding: 15px 0 !important;
    }

    .btnWrap {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        align-items: center;
    }

    .val-btn {
        margin-top: 0;
    }

    .ticketType .col-sm-6.mb-4 {
        margin-bottom: 0px !important;
    }

    .ticketType .ticketBox {
        padding: 15px;
        margin-bottom: 15px;
    }
}
