input:-internal-autofill-selected {
    -webkit-appearance: menulist-button;
    -moz-appearance: menulist-button;
    appearance: menulist-button;
    background-image: none !important;
    background-color: transparent !important;
    color: fieldtext !important;
}

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Maven+Pro:wght@400;500;600;700&family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

@font-face {
    font-family: "Avenir";
    src: url("../fonts/Avenir-Regular.woff2") format("woff2"), url("	https://vepimg.b8cdn.com/uploads/vjfnew/1157/content/files/1673519177avenir-regular-woff1673519177.woff") format("woff"), url("../../fonts/Avenir-Regular.svg#Avenir-Regular") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Avenir";
    src: url("../fonts/AvenirLTPro-Medium.woff2") format("woff2"), url("	https://vepimg.b8cdn.com/uploads/vjfnew/1157/content/files/1673519217avenirltpro-medium-woff1673519217.woff") format("woff"), url("../fonts/AvenirLTPro-Medium.svg#AvenirLTPro-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Avenir";
    src: url("../fonts/AvenirLTPro-Heavy.woff2") format("woff2"), url("https://vepimg.b8cdn.com/uploads/vjfnew/1157/content/files/1673519257avenirltpro-heavy-woff1673519257.woff") format("woff"), url("../fonts/AvenirLTPro-Heavy.svg#AvenirLTPro-Heavy") format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Avenir";
    src: url("../fonts/AvenirLTPro-Black.woff2") format("woff2"), url("https://vepimg.b8cdn.com/uploads/vjfnew/1157/content/files/1673519282avenirltpro-black-woff1673519282.woff") format("woff"), url("../fonts/AvenirLTPro-Black.svg#AvenirLTPro-Black") format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.reg__banner {
    background: url(../img/regbanner.jpg) no-repeat center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 125px;
    width: 100%;
    background-size: cover;
    margin-bottom: 60px;
}

.reg__banner h1 {
    margin: 0px;
    font-weight: 800;
    font-size: 48px;
    line-height: 65px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
}

.ev__ticket__wrapper {
    max-width: 825px;
    margin: 0 auto;
}

.ev__ticket h3 {
    font-family: 'Avenir';
    font-style: normal;
    margin: 0px;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
}

.ticket__item {
    display: flex;
    background: #F0F2F6;
    border-radius: 8px;
    margin-top: 24px;
    position: relative;
    z-index: 1;
}

.ticket__item.hasAddon {
    background: #FEF0EA;
}

.ticket__desc {
    flex: 0 0 70%;
    padding-right: 20px;
    border-right: 1px dashed #55595E;
    position: relative;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ticket__desc__text h5 {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 26px;
    color: #1B1F29;
    margin-top: 0;
}

.ticket__desc__text p {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin: 8px 0;
    color: #5F6269;
}

.ticket__desc__text p span {
    display: none;
}

.ticket__desc__text a {
    font-family: 'Avenir';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #F36531;
}

.ticket__avail {
    font-weight: 700;
    font-size: 13px;
    line-height: 22px;
    display: block;
    color: #5F6269;
    font-family: 'Avenir';
    margin-top: 16px;
}

.ticket__price {
    position: relative;
    flex: 0 0 30%;
}

.ticket__price::before {

    content: '';
    position: absolute;
    bottom: -20px;
    left: -16px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
}

.ticket__price::after {

    content: '';
    position: absolute;
    top: -20px;
    left: -16px;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
}

.price__item {
    padding: 24px;
}

.pricing {

    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.pricing p {
    margin: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #5F6269;
    font-family: 'Avenir';
}

.pricing span {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1B1F29;
    font-family: 'Avenir';
}

.total__price {
    display: flex;
    margin-bottom: 8px;
    justify-content: space-between;
}

.total__price p {
    margin: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1B1F29;
    font-family: 'Avenir';
}

.total__price span {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1B1F29;
    font-family: 'Avenir';
}

.price__item hr {
    margin-top: 16px;
    margin-bottom: 8px;
    border: 0.5px solid #D9D9D9;
}

.pricebtn-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #F36531;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #F36531;

    font-family: 'Avenir';

}

.pricebtn-btn[disabled] {
    pointer-events: none;
    background: #FFE9EA;
}

.pricebtn-btn:hover {
    color: #F36531;
    text-decoration: none;
}

.ticket__totalBox {
    background: #FFFFFF;
    border: 1px solid #55595E;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}

.coupncode {
    background: #FFFFFF;
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    width: 342px;
    position: relative;
    margin-bottom: 0;
}

.coupncode .form-control {
    border: 0;
    box-shadow: none;
    border-radius: 4px;
    padding: 16px 80px 16px 12px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #5C5A5C;
    height: 48px;
    font-family: 'Proxima Nova';
    margin-bottom: 0px !important;
}

.coupncode button {
    background: #FEF0EA;
    border-radius: 4px;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 7px 16px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #F36531;
    border: 0;
    font-family: 'Proxima Nova';
}

.ticketItems {
    display: flex;
    align-items: center;
    gap: 32px;
}

.totalcountT {
    text-align: right;
}

.totalcountT span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
    color: #5F6269;
    display: block;
    font-family: 'Avenir';
}

.totalcountT p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #5F6269;
    margin-bottom: 0;
    font-family: 'Avenir';
}

.ticketItems button {
    background: #00366B;
    border-radius: 4px;
    padding: 14px 24px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    border: 0;
    font-family: 'Avenir';
}

.ticketItems button[disabled] {
    background: #55595E;
}

.ticket__content {
    padding-bottom: 140px;
}

.ticket__addon {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 30px 16px 16px;
    max-width: 94%;
    margin: -11px auto 0;
    z-index: 0;
    position: relative;
    display: none;
}

.ticket__addon h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin: 0;
}

.ticket__addon__item {
    background: #F0F2F6;
    border-radius: 4px;
    padding: 4px 4px 4px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}

.ticket__addon__item p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.ticket__addon__item .pricebtn-btn {
    width: 72px;
    font-size: 13px;
    line-height: 20px;
    padding: 1px;
}

.ticket__addon__item .selectCounter {
    width: 72px;
}

.ticket__addon__item .selectCounter input {
    font-size: 12px;
    line-height: 1;
}

.selectCounter {
    background: #FFFFFF;
    border: 1px solid #F36531;
    border-radius: 4px;
    display: flex;
    position: relative;
    padding: 3px;
    justify-content: center;
    display: none;
}

.selectCounter input {
    border: 0;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1B1F29;
    width: 100%;
}

.selectCounter input:focus-visible {
    outline: none;
}

.selectCounter button {
    position: absolute;
    background: transparent;
    border: 0;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.selectCounter .qty-plus {
    right: 2px;
}

.selectCounter .qty-minus {
    left: 2px;
}














.ticketFormCol .select {
    background: #FFFFFF;
    border: 1px solid #F36531;
}


.ticketFormCol .panel {
    border: 1px solid #55595E;
    border-radius: 8px;
    box-shadow: none;
    overflow: hidden;
}

.ticketFormCol .panel-heading {
    background: #F0F2F6;
    border-radius: 0;
    border: 0;
    padding: 24px;
}


.ticketFormCol .panel-heading a {
    display: block;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #1B1F29;
    text-decoration: none;
    font-family: 'Avenir';
}

.ticketFormCol .panel-heading a::after {
    content: "";
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    right: 0;
    top: 7px;
    transform: rotate(45deg);
}

.ticketFormCol .panel-heading a[aria-expanded=true]::after {
    transform: rotate(-135deg);
    top: 12px;
}

.ticketFormCol .panel-body {
    padding: 24px;
    border-top: 0 !important;

}

.order__summary {
    /*background: #FEF0EA;*/
    border-radius: 8px;
}

.order__summary h6 {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;

    /* Black */

    color: #333133;
    margin: 0px;
    margin-bottom: 25px;
}


.order__summary .pricing {
    margin-bottom: 16px;
}

.order__summary .pricing p {
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;

    color: #303030;
}

.order__summary .pricing span {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */

    text-align: right;

    /* blackColor */

    color: #1B1F29;
}

.order__summary .total__price p {
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    /* identical to box height */

    letter-spacing: 0.02em;

    color: #303030;

}

.order__summary .total__price span {

    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    /* identical to box height */

    text-align: right;
    letter-spacing: 0.02em;

    color: #303030;
}

.order__summary .payment__method {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: end;
}

.order__summary .payment__method input {

    height: auto;
    margin-bottom: 0;
}

.order__summary .payment__method img {
    margin-left: 6px;
}

.ticketFormCol .row>div:last-of-type input,
.ticketFormCol .row>div:last-of-type .form-group,
.ticketFormCol .row>div:nth-last-child(2) input,
.ticketFormCol .row>div:nth-last-child(2) .form-group {
    margin-bottom: 0;
}

.order__summary .price__item hr {
    margin-bottom: 16px;

}

.order__summary .total__price {
    margin-bottom: 19px;
}

.order__summary .radio {
    background: #FFFFFF;
    border: 1px solid #DFE2E8;
    border-radius: 4px;
    padding: 13px;
    width: 50%;
    flex: 1 1 auto;
    height: 56px;
    margin: 0px;
}

.order__summary .radio+.radio {
    margin-top: 0px;
}

.order__summary .theme-btn {
    background: #55595E;
    border: none;
    color: white;
    padding: 12px;
}


.event__form label {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    display: flex;
    align-items: center;

    color: #5F6269;

}

.event__form input {
    background: #FFFFFF;
    border: 1px solid #55595E !important;
    border-radius: 4px !important;
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 24px;
    display: flex !important;
    align-items: center;
    color: #1B1F29;
    padding: 12px;
    height: 48px !important;
    margin-bottom: 16px !important;
}

.event__form select {
    background: #FFFFFF;
    /* grayColor02 */
    font-family: 'Avenir';
    border: 1px solid #55595E;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    padding: 12px;
    height: 48px;
    margin-bottom: 16px;
    -webkit-appearance: auto;
}

.successful__box {
    display: flex;
    align-items: center;
    margin-top: 60px;
    justify-content: center;
    margin-bottom: 84px;
}

.successful__box__content {
    max-width: 508px;
    display: flex;
    padding: 48px 44px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #F0F2F6;
    border-radius: 6px;
}

.successful__box__content p {
    text-align: center;
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;

    text-align: center;

    color: #1F2933;


}

.successful__box__content h5 {
    margin: 16px 0px 8px;
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;

    color: #1F2933;

}

.successful__text {
    text-align: center;
}

.successful__text a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #0061F9;
    font-family: 'Avenir';
    display: block;
    margin-bottom: 11px;
}

.successful__text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Avenir';
    text-align: center;

    color: #000000;
}

.paynbtn {
    background: #F36531;
    border-radius: 4px;
    padding: 12px 16px;
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    text-decoration: none;
    color: #FFFFFF;
    border: 0;
}

.paynbtn:hover {
    color: #fff;
    text-decoration: none;
}

.attendeGr {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.attendeGr__btn {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #5F6269;
    border-radius: 8px;
    padding: 15px 12px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    width: 187px;
    color: #5F6269;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.attendeOffcanvas {
    width: 524px;
    background: #fff;
    position: fixed;
    right: -524px;
    top: 0;
    transition: 0.5s ease;
    height: 100vh;
    z-index: 1;
}

.attendeOffcanvas.show {
    right: 0;

}

.attendeOffcanvas__header {
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
}

.attendeOffcanvas__header h5 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #1F2933;
    margin: 0;
}

.attendeOffcanvas__header button {
    background-color: #fff;
    border: 0;
    padding: 0;
}

.attendeOffcanvas__form {
    padding: 24px 0;
}

.attendeOffcanvas__form .form-group {
    margin: 0 24px 16px;
}

.attendeOffcanvas__form label {

    font-family: 'Avenir';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #5F6269;
    margin-bottom: 4px;
}

.attendeOffcanvas__form .form-control {
    background: #FFFFFF;
    height: 48px;
    border: 1px solid #55595E;
    border-radius: 4px;
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;

    color: #1B1F29;
}

.savebtn {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px -4px 20px rgba(31, 41, 51, 0.1);
    bottom: 0;
    padding: 16px 24px;
    width: 100%;
    text-align: center;
}

.savebtn .paynbtn {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;

}

.attendbackdrop {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    left: 0;
    display: none;
}

.attendbackdrop.show {
    display: block;
}

.attendeOffcanvas__inpts {
    height: calc(100vh - 188px);
    overflow-y: auto;
}

.ticketadd__title {
    min-width: 380px;
    max-width: 380px;
}

.copenfull {
    width: 100% !important;
}
.summsame{
    margin-top: 24px;
}
.summsame .formslpart {
    /* max-width: 338px; */
    margin-left: auto;
}

.formslpart .paynbtn {
    font-family: 'Avenir';
    /*max-width: 338px;*/
    margin-left: auto;
}


/*//New Changes*/
.add__group__member {
    border: 1px solid #00366B;
    border-radius: 8px;
    margin: 20px 0px;
}
.add__group__member .attendeGr {
    padding: 10px 15px;
}
.panel-heading h4 {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}
.add__group__member .panel-heading {
    background: #00366B;
    border-radius: 0;
    border: 0;
    padding: 10px 24px;
    border-radius: 8px 8px 0 0;
}
.add__group__member .attendeGr .attendeGr__btn {
    padding: 10px;
}

.reg__banner {
    margin-bottom: 30px;
}
.ev__ticket h3 {
    font-size: 22px;
}

.ticket__item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    margin-top: 15px;
    position: relative;
    border: 2px solid #00366B;
}
.ticket__item.hasAddon {
    background: #F0F2F6;
}
.ticket__desc {
    border-right: 2px solid #00366B;
    padding: 10px 15px;
}
.ticket__desc__text a {
    font-weight: 600;
    color: #00366B;
}
.ticket__avail {
    margin-top: 10px;
}
.ticket__price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.ticket__price::before {
    display: none;
}
.ticket__price::after {
    display: none;
}

.price__item {
    width:100%;
    padding: 10px 15px;
}
.pricing {
    margin-bottom: 5px;
}


.price__item hr {
    margin-top: 10px;
}
.pricebtn-btn {
    background: #00366B;
    border: 1px solid #00366B;
    color: #fff;
}
.pricebtn-btn[disabled] {
    pointer-events: none;
    background: #55595E;
    border-color: #55595E;
}
.pricebtn-btn:hover {
    color: #fff;
    text-decoration: none;
}

.ticket__totalBox {
    margin: 24px 0px;
}
.coupncode .form-control {
    margin: 0px;
}

.coupncode button {
    background: #00366B;
    color: #fff;
}

.pricebtn-btn[disabled] {
    pointer-events: none;
    background: #55595E;
    border-color: #55595E;
}

.ticket__addon {
    border: 2px solid #00366B;
}

.selectCounter {
    border: 1px solid #00366B;
}
.ticketFormCol .select {
    background: #FFFFFF;
    border: 1px solid #00366B;
}

.ticketFormCol .panel {
    border: 1px solid #00366B;
}

.ticketFormCol .panel-heading .panel-title a {
    font-family: 'Proxima Nova';
    color: #fff;
}
.ticketFormCol .panel-heading{
    background: #00366B;
    padding: 10px 24px;
}

/*remove color property*/
.order__summary {
    border: 1px solid #00366B;
    margin-bottom: 20px;
}

.order__summary h6 {
    color: #fff;
    background: #00366B;
    padding: 10px;
    margin: -10px -15px 15px -15px;
    border-radius: 8px 8px 0px 0px;
}
.order__payment.order__summary {
    padding: 10px 15px;
}

.paynbtn {
    background: #00366B;
    padding: 8px 16px;
    font-size: 16px;
}
.attendeGr__btn {
    font-size: 14px;
}
@media (max-width: 991px) {
    .attendeGr {
        margin-top: 24px;
    }

    .ticket__desc {
        min-width: initial;
    }
}

@media screen and (max-width:767px) {
    .ticket__item {
        display: block;
    }

    .ticket__item .ticket__desc {
        border-right: none;
        border-bottom: 1px dashed #55595E;
        max-width: 100%;
    }

    .ticket__price {
        min-width: 100%;
    }

    .ticket__price::before {
        top: -16px !important;
    }

    .ticket__price::after {
        top: -16px !important;
        left: 98%;
    }

    .reg__banner h1 {
        font-size: 23px !important;
        line-height: 31px;
    }

    .reg__banner {
        margin-bottom: 24px;
    }

    .ticket__item {
        margin-top: 16px;
    }

    .ticket__desc__text p {
        margin-bottom: 16px;
    }

    .ticket__avail {
        margin-top: 8px;
        font-size: 10px;
        line-height: 22px;
        color: #5F6269;
    }

    .ticket__desc {
        padding: 16px;
    }

    .price__item {
        padding: 24px 16px;
    }

    .ticket__addon__item {
        flex-direction: column;
        position: relative;
        align-items: baseline;
    }

    .ticket__addon__item .pricebtn-btn,
    .ticket__addon__item .selectCounter {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
    }

    .ticket__addon__item p:last-of-type {
        margin-top: 4px;
        color: #5F6269;
    }

    .ticket__addon {
        max-width: 100%;
    }

    .ticket__totalBox {
        flex-direction: column;
        gap: 16px;
        align-items: baseline;
    }

    .coupncode {
        width: 100%;
    }

    .ticketItems {
        align-items: end;
        gap: 16px;
        flex-direction: column;
        width: 100%;
    }

    .ticketItems button {
        width: 100%;
    }

    .ev__ticket h3 {
        font-size: 20px;
        line-height: 27px;
    }

    .pricing p,
    .pricing span {
        font-size: 14px;
        line-height: 20px;
    }

    .ticketFormCol .panel-heading,
    .ticketFormCol .panel-body {
        padding: 16px;
    }

    .order__summary .price__item {
        padding: 16px;
    }

    .ticketFormCol .panel-heading a::after {
        display: none;
    }

    .successful__box {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .successful__box__content {
        padding: 32px 16px;
    }

    .successful__box__content h5 {
        font-size: 18px;
        line-height: 21px;
    }

    .successful__box__content p {
        font-size: 14px;
        line-height: 20px;
    }

    .attendeGr__btn {
        font-weight: 600;
        font-size: 13px;
        line-height: 24px;
        width: calc(50% - 4px);
    }

    .attendeOffcanvas {
        width: 100%;
        border-radius: 16px 16px 0px 0px;
        right: 0;
        transform: translateY(100%);
    }

    .attendeOffcanvas.show {
        right: 0;
        bottom: 0;
        transform: translateY(0);
    }

    .attendeOffcanvas__inpts {
        height: calc(100vh - 275px);
    }

    .attendeOffcanvas__header {
        padding: 16px;
    }

    .attendeOffcanvas__form {
        padding: 16px 0;
    }

    .attendeOffcanvas__form .form-group {
        margin: 0 16px 16px;
    }
}

@media screen and (min-width:1280px) {
    .event__form .container {
        max-width: 1240px;
        min-width: 1280px;
        margin: auto;
    }
}