/* @import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap'); */
/*demo*/
@font-face {
  font-family: 'Averta';
  src: url('../../public/css/fonts/Averta-Bold.eot');
  src: url('../../public/css/fonts/Averta-Bold.eot?#iefix') format('embedded-opentype'),
    url('../../public/css/fonts/Averta-Bold.woff2') format('woff2'),
    url('../../public/css/fonts/Averta-Bold.woff') format('woff'),
    url('../../public/css/fonts/Averta-Bold.ttf') format('truetype'),
    url('../../public/css/fonts/Averta-Bold.svg#Averta-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Averta';
  src: url('../../public/css/fonts/Averta-Semibold.eot');
  src: url('../../public/css/fonts/Averta-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../../public/css/fonts/Averta-Semibold.woff2') format('woff2'),
    url('../../public/css/fonts/Averta-Semibold.woff') format('woff'),
    url('../../public/css/fonts/Averta-Semibold.ttf') format('truetype'),
    url('../../public/css/fonts/Averta-Semibold.svg#Averta-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Averta';
  src: url('../../public/css/fonts/Averta-Regular.eot');
  src: url('../../public/css/fonts/Averta-Regular.eot?#iefix') format('embedded-opentype'),
    url('../../public/css/fonts/Averta-Regular.woff2') format('woff2'),
    url('../../public/css/fonts/Averta-Regular.woff') format('woff'),
    url('../../public/css/fonts/Averta-Regular.ttf') format('truetype'),
    url('../../public/css/fonts/Averta-Regular.svg#Averta-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



body,
html {
  height: auto;
  font-family: "Averta", sans-serif;
}

.select2-container .select2-search--inline .select2-search__field {
  font-family: "Averta", sans-serif !important;
  margin-top: 0 !important;
}

label.custom-check-lable:before main {
  min-height: 100vh;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

.top-banner {
  overflow: hidden;
  position: relative;
  margin-top: 25px;
  margin-bottom: 16px;
  border-radius: 10px;
  background: #fff;
  padding: 25px;
}

/*.top-banner::before {
    content: '';
    display: block;
    padding-top: 28.527%;
}

.top-banner * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

.lds-hourglass {
  width: 100% !important;
  height: 100vh !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0 !important;
  bottom: 0;
  left: 0 !important;
  right: 0;
  z-index: 99999999;
  background: #2a2a2a96;
}

.event-box {
  background-color: var(--white);
  border-radius: 10px;
  padding: 0px;
  margin: 40px 0 0px;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.event-box ul {
  column-gap: 30px;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.check-gst {
  overflow-y: auto;
}

.event-box ul li {
  /* width: 100%; */
  /* max-width: calc(25% - 40px); */
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.event-box ul li img {
  max-width: 20px;
  max-height: 25px;
  object-fit: contain;
  object-position: center;
  margin-right: 10px;
  vertical-align: middle;
}


.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #333333;
  border-bottom: 3px solid #333;
  background-color: transparent;
  font-weight: 600;
}

/* Modal */

.share {
  padding: 5px 16px;
  white-space: nowrap;
  font-size: 14px;
  margin: 10px 0;
  border-radius: var(--radius-large);
  background-color: var(--white);
  border: 1px solid #1859F7;
  ;
  color: var(--primary-color);
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.share i {
  margin-right: 9px;
}

.share-url {
  column-gap: 0.5rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.share-url .form-control,
.share-url .form-control:focus {
  background-color: var(--light);
  border: solid 1px var(--light);
  color: var(--secondary-color);
  background-image: url(../svg/link.svg);
  background-repeat: no-repeat;
  background-position: left 0.8rem center;
  padding-left: 3rem;
  letter-spacing: 0.35px;
  font-size: 14px;
  height: 50px;
}

.share-url .btn-fill {
  min-width: 105px;
  height: 50px;
}

.top-heading {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 28px 0;
}

.successfully {
  font-size: 20px;
  font-weight: 500;
  max-width: 570px;
  margin: 3rem auto;
  text-align: center;
}

.successfully lottie-player {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.custom-table tr:not(:last-child) th {
  border-bottom: solid 1px var(--border-color);
}

.custom-table tr th:last-child {
  text-align: right;
}

.custom-table th {
  font-weight: 500;
  font-size: 18px;
  padding: 22px 0;
}

.custom-table.grand-total th {
  font-size: 18px;
}

.custom-table th p {
  font-size: 14px;
  color: #707070;
  margin: 0;
}

.custom-table span.sub-total {
  font-size: 18px;
}

.custom-table span.sub-total-price {
  font-size: 18px;
}

.book-now {
  background-color: var(--white);
  border-radius: 10px;
  padding: 1rem;
}

.sticky-right {
  position: sticky;
  top: 20px;
}

.order-summary {
  background-color: var(--light);
  border-radius: 12px;
  /* height: 100%; */
  padding: 1.5rem 1rem 1rem 1rem;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

.order-item {
  padding: 8px 0;
  margin-bottom: 0rem;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: flex-start;
  border-bottom: 1px solid #DFE0E1;
}

.order-item h6 {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 29px;
}

.order-item p {
  font-size: 14px;
  font-weight: 400;
  color: #8A8A8E;
  margin-bottom: 5px;
}

.order-item p a {
  text-decoration: underline;
}


.order-item a {
  margin-left: 10px !important;
}

.btn-back {
  background-color: var(--light);
  border-radius: var(--radius-large);
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 3px;
  color: var(--secondary-color);
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.category-items {
  gap: 20px;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}

.category-item {
  background-color: var(--white);
  border: 1px solid var(--secondary-color);
  border-radius: 10px;
  width: 28%;
  min-width: 170px;
  padding: 0.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
}

.status {
  font-size: 13px;
  color: var(--white);
  padding: 3px 10px;
  border-radius: var(--radius-large);
}

.category-item .delete {
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  color: var(--white);
  width: 36px;
  height: 36px;
  border-radius: 2rem;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

table.table.custom-table.grand-total {
  /* background-color: #fff; */
  border-radius: 7px;
  /* box-shadow: 17px 0 0 0 #fff, -17px 0 0 0 #fff; */
  /* margin-top: 30px; */
  border-top: 1px dashed #8A8A8E;
  border-bottom: 1px dashed #8A8A8E;
}

table.table.custom-table.grand-total span {
  color: #8A8A8E;
}

.btn-outline-default {
  background-color: #f4f4f4;
  color: #333;
  border: 1px solid #333;
}

/* Thankyou  */

.thanks_header span {
  margin-left: 15px;
  font-size: 18px;
  font-weight: normal;
}

.thanks_header lottie-player {
  width: 70px;
  height: 70px;
  min-width: 70px;
  margin-top: -12px;
}

.form-attendeses-sections h3 img {
  max-width: 24px;
}

.thanks-box {
  border-radius: 10px;
  flex-direction: column;
}

.btn-outline-dark {
  background-color: var(--light);
}

.bg-trans {
  background: transparent;
}

.thanks-address {
  margin: 30px 0 10px;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.thanks-address ul {
  column-gap: 30px;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.thanks-address ul li {
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
}

.thanks-address ul li .bi {
  margin-right: 0.8rem;
  font-size: 26px;
  line-height: 1;
}

.bg-light {
  background-color: var(--light);
}

.shadow-box {
  margin-left: -31px;
  margin-right: -40px;
  margin-bottom: -7px;
  margin-top: 15px;
  background: white;
  box-shadow: 0 -0.3rem 0.4rem rgba(0, 0, 0, 0.1) !important;
  padding-bottom: 0 !important;
  padding-top: 25px !important;
}

.thanks_order {}

/* Footer */


footer {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  /* background: #150838; */
  margin-top: 20px;
  /* position: fixed; */
  bottom: 0;
  width: 100%;
}

footer .container {
  border-top: 1px solid #c7c7c7;
  padding: 14px 15px;
}

footer p.mb-0 {
  margin-top: 15px;
}

.dragoverBox {
  /* border: 2px dashed #bcbcbc; */
  background-color: #f9f9f9;
  display: inline-flex;
  text-align: center;
  border: 1px solid #DCE2E6;
  border-radius: 10px;
  justify-content: center;
  min-height: 100px;
  text-align: center;
  position: relative;
  min-width: 100%;
  z-index: 2;
}

.dragoverBox input {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 8px 15px;
  /* opacity: 0; */
}

.DragDropText {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.dragoverBox.crop-preview {
  padding: 0;
  background: white;
}

.dragoverBox.crop-preview img {
  object-fit: contain;
  max-height: 100px;
  max-width: 100%;
}

.dragoverBox .crop-remove-button {
  position: absolute;
  right: 0;
  top: 0;
  background: #ff6060;
  padding: 5px;
  font-size: 11px;
  color: white;
  cursor: pointer;
}

.preview-image {
  max-width: 100% !important;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 10px;
  z-index: 999;
  /* height: 100%; */
  max-height: 100%;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 10px;
}

.preview-image img {
  height: 100% !important;
  width: 80px;
}

.accordion-button {
  font-size: 1.2rem;
}

.check-b {
  position: relative;
  padding-right: 20px;
  display: inline-block;
}

.check-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}

.check-b:last-child {
  padding-right: 0px !important;
}

input.checkbox-custom {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 9;
}

label.custom-check-lable {
  padding-left: 35px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #8A8A8E;
}

.profile_image span {
  font-size: 14px;
}

.social-links {
  margin-bottom: 20px;
}

label.custom-check-lable:before {
  width: 26px;
  height: 26px;
  left: 12px;
  top: 0;
  border: 1px solid #333;
  content: "";
  position: absolute;
  border-radius: 5px;
}

label.custom-check-lable:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 7px;
  border-left: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  left: 18px;
  top: 8px;
  transform: rotate(-45deg);
}

input.checkbox-custom:checked+label.custom-check-lable:before {
  background-color: #333;
}

input.checkbox-custom:checked+label.custom-check-lable:after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

label.select-label {
  font-weight: 500;
  margin-bottom: 7px;
}

.form-control {
  padding: 0.675rem 0.75rem;
}

.pos-r {
  position: relative;
}

.acc_radio {
  position: absolute;
  right: 60px;
  top: 18px;
  z-index: 9;
}

label.custom-radio-lable {
  padding-left: 35px;
  font-weight: 500;
}

label.custom-radio-lable:before {
  width: 26px;
  height: 26px;
  left: 0;
  top: 0;
  border: 1px solid #333;
  content: "";
  position: absolute;
  border-radius: 50px;
}

label.custom-radio-lable:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 6px;
  top: 6px;
  background-color: #ccc;
  border-radius: 50px;
}

input.radio-custom {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: 0;
}

input.radio-custom:checked+label.custom-radio-lable:after {
  background-color: #0d6efd;
}

.card-n {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 4px 1px rgb(0 0 0 / 10%);
  overflow: hidden;
  margin-bottom: 30px;
  font-weight: 500;
}

.order-list-item {
  line-height: 2;
  padding: 10px 10px;
}

.order-list-head {
  background-color: var(--primary-color);
  color: #fff;
  font-weight: normal;
  margin-bottom: 5px;
  padding: 10px 10px;
}

span.bt-padding {
  display: block;
  width: 100%;
  padding-right: 155px;
}

.pos-r .accordion-button {
  white-space: normal;
}

.form-select {
  padding: 0.675rem 2.25rem 0.675rem 0.75rem;
}

img.r-icons {
  width: 20px;
  max-width: 20px;
}

.border-bottom.ticket-types:last-child {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  /* padding-bottom: 10px !important; */
}

select.form-select.qty-box {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  min-width: 125px;
}

.tab-content p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}

.tab-content {
  padding: 20px;
}

.order-summary>h4 {
  font-size: 18px;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}

button.btn.btn-outline-primary.add-new-attendee {
  margin-left: 17px;
}

.iti__country-list {
  max-width: 367px;
}

.accordion-body span.error-message {
  display: block;
  margin-bottom: 5px;
}

.accordion-body {
  padding: 1rem 0;
}

.btn-outline-default {
  background-color: #f4f4f4;
  color: #333;
  border: 1px solid #333;
}

/* .payment-gateway-options {
  padding: 0 55px;
} */

.gateway-box {
  position: relative;
  margin-bottom: 30px;
}

.p_gateway_wrapper {
  background-color: #f4f4f4;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  text-align: center;
  padding: 15px;
  min-height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

img.pg_img {
  max-width: 100%;
}

.check_selected {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #0f52fb;
  opacity: 0;
}

.gateway-box input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: 0;
  cursor: pointer;
}

p.pg_name {
  margin: 0;
  color: #0f52fb;
  font-weight: 600;
  font-size: 20px;
}

.payment-gateway-options label {
  font-weight: 600;
  margin-bottom: 15px;
}

.gateway-box input:checked+.p_gateway_wrapper .check_selected {
  opacity: 1;
}

.gateway-box input:checked+.p_gateway_wrapper {
  border: 1px solid #0f52fb;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

span.bt-padding {
  display: block;
  width: 100%;
  padding-right: 155px;
}

.pos-r .accordion-button {
  white-space: normal;
}

.form-select {
  padding: 0.675rem 2.25rem 0.675rem 0.75rem;
}

.not-found {
  text-align: center;
}

.not-found lottie-player {
  margin: 0 auto;
}

p.oops {
  color: #d63d30;
  font-size: 3rem;
  font-weight: 600;
  margin-top: -200px;
}

input.form-control.coupon_input {
  padding: 0.375rem 0.75rem;
}

button.btn.btn-coupon-apply {
  color: #333;
  padding-right: 0;
  margin-left: 20px;
  padding-left: 0;
  border: 1px solid #000;
  padding: 5px 20px;
  border-radius: 30px;
}

p.cpn_head {
  font-weight: 500;
  text-align: right;
}

p.code_applied {
  display: inline-block;
  float: right;
  border: 1px dashed #333;
  border-radius: 50px;
  padding: 0 15px;
  font-weight: 500;
}

span.close_coupon {
  margin-left: 7px;
}

.session-expired-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
  padding: 15px;
}

.session-exp p.oops {
  margin-top: 0;
  color: #fff;
  font-size: 2rem;
}

.session-exp p {
  color: #fff;
}

.session-exp .btn.btn-fill {
  background-color: #fff;
  color: #000;
}

.session-exp {
  background-color: var(--primary-color);
  width: 800px;
  max-width: 100%;
  padding-bottom: 80px;
  border-radius: 10px;
  background-image: url(../images/left_graphic.svg),
    url(../images/right_graphic.svg);
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: left bottom, top right;
}

.base-price {
  font-weight: 500;
  color: #777;
  text-decoration: line-through;
  font-size: 15px;
  display: block;
  text-align: right;
}

.discount-price {
  color: red;
}

.btn-white {
  background-color: #fff;
  color: var(--primary-color);
}

.btn-white img {
  margin-left: 15px;
  margin-top: -1px;
  transition: 0.3s all ease;
  filter: brightness(0);
}

/* .sticky-bottom {
  background-color: var(--primary-color);
  border-radius: 10px 10px 0 0;
  color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 99999;
  display: none;
} */
span.s-b-price {
  font-size: 20px;
  font-weight: 600;
  margin-left: 10px;
}

.modal.slideup-modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, 100%);
  margin: 0;
}

.modal.slideup-modal.show .modal-dialog {
  transform: none;
}

.modal.slideup-modal .modal-content {
  border-radius: 10px 10px 0 0;
  padding-bottom: 72px;
}

.modal.slideup-modal .modal-dialog-centered {
  min-height: 100%;
  align-items: end;
}

.modal.slideup-modal .modal-dialog-centered .modal-body {
  max-height: 85vh;
  overflow: auto;
}

.modal.slideup-modal .btn-close {
  left: 0;
  right: 0;
  margin: 0 auto !important;
}

span.am-label {
  display: block;
  margin-left: 10px;
}

a.slide-up-info {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #fff;
  text-align: center;
  color: var(--primary-color);
  border-radius: 50px;
  margin-left: 5px;
  line-height: 1.3;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
}

.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
  height: 40.59px !important;

  line-height: 21px;
  border: 1px solid #DCE2E6 !important;
  border-radius: 10px !important;
  padding: 0.675rem 0.25rem;

}


.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 2px 2px !important;
}

.select2-container .select2-selection--multiple {
  min-height: 40px !important;
  height: auto !important;
}

.sticky-md-top {
  z-index: 9999 !important;
}

.modal {
  z-index: 99999;
}

.modal-backdrop.show {
  z-index: 9999;
}

.error {
  border-color: red !important;
}

.error+.select2-container .select2-selection {
  border-color: red !important;
}

.error+label.custom-check-lable:before {
  border-color: red;
}

.event-box h4 {
  font-size: 26px;
  margin-bottom: 30px
}

.event-box ul li {
  font-size: 16px;
  font-weight: 500;
}


.ticket-types p {
  font-size: 16px;
  font-weight: 400;
  color: #8A8A8E !important;
  margin: 0;
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; */
}

.ticket-types h5 {
  font-size: 20px;
  color: #0f52fb;
}

.ticket-types .qty-box {
  margin: 9px 0;
}

/* .bg-white.p-2.rounded {
  height: calc(100vh - 224px);
} */

.inner-pages-top {
  padding-top: 20px;
  padding-bottom: 0px;
  box-sizing: border-box;
}

.inner-pages-top .event-box {
  margin-top: 0;
  margin-bottom: 25px;
}

.ticket-types label {
  font-size: 14px;
}

.add-cart p {
  font-size: 14px;
}

.scroll-ticket {
  /* height: calc(100vh - 328px) !important;
  overflow-y: auto; */
}

footer p,
footer p a {
  font-size: 12px;
}

.social-icon h6 {
  font-weight: 500;
  font-size: 14px;
}

.order-summary {
  /* height: calc(100vh - 240px) !important; */
  overflow-y: auto;
  background: #fff;
  box-shadow: 0px 0px 10px #00000014;
  padding: 0px;
  max-height: 620px;
  /* position: sticky; */
}

.order-summary h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0%;

}

span.exclude_taxes {
  display: block;
  width: 100%;
  color: #8a8a8e;
  font-size: 12px;
  font-weight: 500;
}

/* #cartSection {
  position: sticky;
  top: 20px;
} */

.booknow-btn {
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
  color: #fff;
  background: #333333;
  border-radius: 8px;
  padding: 14px !important;
  border: 0 !important;
}

.btn-primary img {
  margin-left: 5px;
}

.bottom-ticket-count p {
  font-size: 14px;
}


#attendee-slideup .modal-header h4 {
  width: 100%;
  text-align: center;
}

.slideup-modal .modal-header {
  box-shadow: 0px 3px 6px #00000012;
  position: relative;
}

.slideup-modal .btn-close {
  right: 10px !important;
  left: inherit !important;
}

label.form-label {
  font-size: 14px;
  color: #4B4B4B;
  line-height: 24px;
}


/* body.login-password footer,  body.login footer {
    display: none;
} */

.form-check-input {
  width: 20px;
  height: 20px;
}


.form-check-label {
  margin-top: 3px;
  padding-left: 5px;
}

input.select2-checkbox:checked {
  background: #000;
}

input.select2-checkbox {
  display: none;
}

.set-padding-checkout td strong {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
  padding: 0.375rem 0.25rem;
}

.footer-right-link {
  text-align: right;
}

.footer-right-link a {
  color: #8a8a8e;
  margin-left: 20px;
}

/* body{ padding-bottom: 90px;} */

.modal-body ol {
  margin-left: 10px;
}

.contentDetail {
  padding: 15px 0 0px;
}

.bannerImg img {
  border-radius: 8px;
}

.add-room-btn {
  width: 100%;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  margin: 14px 0 0;
}

/* .contentDetail h5 {
  margin: 6px 0 2px !important;
  display: block;
} */
.checkedInput {
  display: flex;
  gap: 20px;
  margin: 16px 0 10px;
}

.checkedInput .form-group input[type=checkbox] {
  position: relative;
  border: 1px solid #000;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0px !important;
  margin: 0 .6em 0 0;
  outline: 0;
  padding: 0;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  opacity: .5;
  display: inline-block;
  min-height: initial;
}

.checkedInput .form-group input[type=checkbox]:hover {
  opacity: 1;
}

.checkedInput .form-group input[type=checkbox]:checked {
  background-color: #000;
  opacity: 1;
}

.checkedInput .form-group input[type=checkbox]:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 5px;
  height: 11px;
  border: solid #EDEDEE;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

#cartSection {
  position: sticky;
  top: 20px;
}

body.privacypolicy .bg-white,
body.termsandconditions .bg-white {
  padding-bottom: 50px !important;
}

.otp-digit {
  width: 100% !important;
}

body.login .inner-pages-top,
body.login-verifyOtpPage .inner-pages-top {
  padding-top: 20px;
  padding-bottom: 40px;
}

body.login,
body.login-verifyOtpPage {
  /* background: url('https://cdn7.godcstatic.com/Smart-Reg/RIE2026/event/1747993904neee.png') no-repeat; */
  background-size: 100%;
  box-sizing: border-box;
  padding-bottom: 25px;
  background-color: #433099;
  background: #0D0C64;
  background: -webkit-linear-gradient(230deg, rgba(13, 12, 100, 1) 0%, rgba(13, 12, 100, 1) 25%, rgba(12, 12, 96, 1) 50%, rgba(9, 9, 72, 1) 75%, rgba(5, 5, 42, 1) 100%);
  background: -moz-linear-gradient(230deg, rgba(13, 12, 100, 1) 0%, rgba(13, 12, 100, 1) 25%, rgba(12, 12, 96, 1) 50%, rgba(9, 9, 72, 1) 75%, rgba(5, 5, 42, 1) 100%);
  background: linear-gradient(230deg, rgba(13, 12, 100, 1) 0%, rgba(13, 12, 100, 1) 25%, rgba(12, 12, 96, 1) 50%, rgba(9, 9, 72, 1) 75%, rgba(5, 5, 42, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0D0C64", endColorstr="#05052A", GradientType=0);
}

body.login::before,
body.login-verifyOtpPage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://cdn7.godcstatic.com/Smart-Reg/eo-pune/event/1750929506header-left-bg.png) no-repeat left top;
  background-size: contain;
  z-index: -1;
  opacity: 1;
  animation: mainzoom 5s;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}

body.login::after,
body.login-verifyOtpPage::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://cdn7.godcstatic.com/Smart-Reg/eo-pune/event/1750929502header-right-bg.png) no-repeat right bottom;
  background-size: contain;
  z-index: -1;
  opacity: 1;
  animation: mainzoomRight 5s;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}


@-webkit-keyframes mainzoom {
  from {
    background-size: 35%;
  }

  to {
    background-size: 50%;
  }
}

@keyframes mainzoom {
  from {
    background-size: 35%;
  }

  to {
    background-size: 50%;
  }
}

@-webkit-keyframes mainzoomRight {
  from {
    background-size: 35%;
  }

  to {
    background-size: 50%;
  }
}

@keyframes mainzoomRight {
  from {
    background-size: 35%;
  }

  to {
    background-size: 50%;
  }
}

body.login footer,
body.login-verifyOtpPage footer {
  display: none;
}

.show-1200 {
  display: none;
  margin: auto;
}

body.login-verifyOtpPage .login-section {
  margin-top: 30px;
}

.top-time {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  border: 1px solid #fff;
  width: 280px;
  padding: 6px 0;
  border-radius: 5px;
  color: #fff;
  margin-right: 20px;
  margin-left: auto;
  margin-top: 20px;
}

.top-time {
  position: absolute;
  right: 0;
  z-index: 9;
}

.top-time i {
  margin-top: 2px;
}

div#otp-section .col-2 {
  padding: 0 5px;
}

#terms .btn-close {
  top: 25px;
  right: 30px;
}

#tax_invoice_display {
  margin: 10px 0 14px;
  padding: 0px 0 0;
}

#tax_invoice_display .form-check {
  padding-right: 24px;
}

div#tax_invoice_display .form-check {
  display: inline-block;
  padding-right: 19px;
}

div#tax_invoice_display .form-check label {
  font-size: 15px;
  margin-top: 5px;
  /* margin-left: 4px; */
}

.billing_details .sameBillAddress {
  border-top: 1px #cccccc solid;
  padding-top: 12px;
}

/* RESPONSIVE */

@media screen and (max-width: 1400px) {
  body {
    font-size: 16px;
  }

  .check-b {
    position: relative;
    padding-right: 10px;
  }

  .check-b:last-child {
    padding-right: 0px;
  }

  label.custom-check-lable:before {
    width: 22px;
    height: 22px;
    left: 13px;
    top: 2px;
    border: 1px solid #333;
    content: "";
    position: absolute;
    border-radius: 5px;
  }

  label.custom-check-lable {
    padding-left: 30px;
    font-weight: 500;
  }

  .form-control {
    padding: 0.375rem 0.75rem;
  }

  .form-select {
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  }



  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
  }
}

/*-----------multistep form-------------*/

.iti-mobile .iti--container {
  Z-INDEX: 999999 !important;
}

#volunteer_details fieldset:not(:first-of-type) {
  display: none;
}

#progressbar {
  overflow: hidden;
  counter-reset: step;
  width: 300px;
  text-align: center;
  margin-right: -20px;
  display: flex;
}

#progressbar li {
  list-style-type: none;
  color: #333;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  letter-spacing: 1px;
  flex-grow: 1;
  cursor: pointer;
  z-index: 99;
  height: 25px;
  line-height: 2;
}

#progressbar li:first-child {
  z-index: 999;
}

#progressbar li:nth-child(2) {
  z-index: 998;
}

#progressbar li:nth-child(3) {
  z-index: 997;
}

#progressbar li:nth-child(4) {
  z-index: 996;
}

#progressbar li:nth-child(5) {
  z-index: 995;
}

#progressbar li:nth-child(6) {
  z-index: 994;
}

#progressbar li:before {
  content: "";
  width: 24px;
  height: 24px;
  line-height: 22px;
  display: block;
  font-size: 12px;
  color: #333;
  background: white;
  border-radius: 25px;
  margin: 0 auto 0 auto;
  border: 2px solid #707070;
  box-shadow: 0 0 0 4px #fff;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
}

/*progressbar connectors*/
#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #eee;
  position: absolute;
  left: -50%;
  top: 10px;
  z-index: -2;
}

#progressbar li.active:before {
  content: "\f26e";
  font-family: bootstrap-icons !important;
  font-size: 18px;
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: var(--success);
  color: white;
  border-color: var(--success);
}

#progressbar li.active {
  font-size: 0;
}

form#volunteer_details {
  padding: 0 60px;
}

fieldset>.row>* {
  margin-bottom: 25px;
}

.err {
  border: 1px solid red;
}

fieldset .form-label {
  display: block;
}

.spinner-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
}

.spinner-wrapper.show {
  display: flex;
}

.for-form.scroll-ticket {
  /* height: calc(100vh - 398px) !important; */
  /* overflow-y: auto; */
  /* margin: 0 -15px; */
  /* padding: 0 15px; */
}

.form-attendees-body {
  padding: 10px 20px 0;
}

.top-heading h5 {
  color: #fff;
}

.form-attendeses-sections {
  border-radius: 12px;
  background: #EDEDEE;
  padding: 10px 0 20px;
  margin-bottom: 24px;
}

.for-form h3 {
  font-size: 18px;
  color: #333333;
  padding: 10px 20px;
  margin-bottom: 00px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 13px;
  justify-content: space-between;
  line-height: 20px;
  font-weight: 600;
}

.for-form h3 p {
  margin: 3px 0;
}

.for-form h3 p span {
  font-size: 16px;
  font-weight: 400;
  color: #8A8A8E;
  line-height: 29px;
}

.for-form h3 i {
  color: #afafaf;
  margin-right: 12px;
  font-size: 28px;
  position: relative;
  top: 2px;
}

.form-select,
.for-form .form-control {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding: 7px 12px;
  line-height: 24px;
  border: 1px solid #DCE2E6;
  border-radius: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000 !important;
}

.botton-fix-form {
  /* box-shadow: 0px -3px 6px #00000012; */
  position: relative;
  margin-left: 0;
  padding: 15px 29px;
  border-radius: 12px;
  background: #EDEDEE;
  padding: 15px 20px;
  margin-bottom: 24px;
}

.botton-fix-form button {
  padding: 10px 40px !important;
}

.apply-coupon-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.apply-coupon-box button {
  color: #0f52fb;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  background: none;
  padding: 0 0 0 20px;
}

.apply-coupon-box input {
  border: 1px solid #707070;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
}

.apply-coupon-section {
  padding: 0px 0 25px;
}

.after-apply-coupon p {
  font-size: 16px;
  color: #333333;
  margin-bottom: 0;
}

.coupon-box {
  border: 1px solid;
  border-radius: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 105px;
  padding: 0px 10px;
  color: #333333;
}

.coupon-box p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.lds-hourglass img,
.lds-hourglass lottie-player {
  max-width: 60px;
}

.after-apply-coupon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -17px;
  padding-bottom: 0;
  border-bottom: 0px solid #d5d5d5;
  gap: 10px;
}

.after-apply-coupon p {
  display: flex;
  align-items: center;
}

.after-apply-coupon img {
  margin-right: 5px;
}

.left-heading {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.disableBtn {
  opacity: 0.5;
  pointer-events: none;
}

.slideup-modal .modal-content {
  display: block;
  height: 100vh !important;
  overflow-y: auto;
}

.modal-content .order-summary {
  display: block;
  /* height: auto !important; */
}


.right-scroll {
  overflow-y: auto;
}

.right-scroll::-webkit-scrollbar {
  width: 8px;
  scrollbar-color: #0f52fb;
}

.right-scroll::-webkit-scrollbar-track {
  /* background: #fff; */
}

.right-scroll::-webkit-scrollbar-thumb {
  background-color: #0f52fb;
  border-radius: 6px;
}

.p-2.p-0.right-scroll {
  padding: 0 10px 0 0 !important;
}

.nth-book-now .book-now.meetingRoom {
  background: #0f52fb;
}

/* .nth-book-now .book-now {
  background: #22bbed;
  color: #fff;
}
.nth-book-now .book-now:nth-child(2) {
  background: #22bbed;
}
.book-now.DelegateAllDayPass,.book-now.DelegateOneDayPass,.book-now.Goverment {
  background: #22bbed;
} */
.book-now.Visitor {
  background: #964b01;
}

.book-now.Academia {
  background: #fff;
  color: #000;
}

.book-now.Academia a {
  background: #000 !important;
  color: #fff !important;
}

.book-now.Academia * {
  color: #000 !important;
}

.book-now.Media {
  background: #b27dce;
}

.nth-book-now h5 {
  font-size: 15px;
  margin-bottom: 10px;
}

h5.text-primary {
  color: #fff !important;
}

/* .nth-book-now .book-now .btn-primary {
  background-color: #ffff;
  border-radius: 5px;
  color: #48428e;
  transition: 0.3s all ease;
  border: 0;
} */

/* .nth-book-now .book-now .btn-primary img {
  filter: grayscale(0) brightness(0) saturate(11) hue-rotate(-5deg);
} */
.modal-body .nth-book-now .book-now {
  margin-bottom: 15px;
}





img.logo-banner {
  position: absolute;
  top: 13px;
  left: 13px;
}


.event-boxes-inner-box {
  background: #F4F3F7;
  width: 50%;
  padding: 20PX;
  border-radius: 12px;
}

.date-start-end {
  width: 100%;
}

.date-start-end p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 3px;
  color: #333333;
}

.date-start-end span {
  color: #8A8A8E;
  font-size: 18px;
  font-weight: 600;
}

.start-date,
.end-date {
  padding: 0 20px;
  /* width: 50%; */
}


.event-address {
  width: 100%;

}

.event-address-box {
  padding: 0 20px;
}

.event-address-box a {
  color: #8A8A8E;
  font-size: 14px;
  font-weight: 400;
}

.direction-icon a {
  border: 1px solid #333333;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.start-date {
  border-right: 1px solid #D4D4D4;
}

.event-address-box h6 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 2px;
}


.share {
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: #F4F3F7;
  margin: 0;
}


.nav-tabs .nav-link {
  color: #8A8A8E;
  font-size: 16px;
  font-weight: 500;
  padding: 22px 8px 18px;
}

.nav-tabs {
  padding: 0 22px;
  gap: 25px;
}

.bg-white.padding-default {
  padding: 26px 24px;
  margin-bottom: 15px;
}

.form-chack-bg {
  background: #F4F3F7;
  padding: 15px;
  border-radius: 7px;
  margin-bottom: 10px;
}

.form-check-label p {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 0;
  line-height: 25px;
}

.form-check-label p span {
  color: #8A8A8E;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.type {
  font-size: 16px;
  font-weight: 500;
  color: #8A8A8E;
}

.form-chack-bg .form-check-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-check-input {
  border: 2px solid #ccd3d9;
}

.form-check-input:checked {
  background-color: #000000;
  border: 2px solid #040404;
}

.form-check-bg.active {
  background-color: #f0f0f0;
  border-color: #007bff;
}

.form-check-input:checked {
  background-color: #000000;
  border-color: #040404;
}

.form-chack-bg.active {
  border: 1px solid #333333;
}

.bg-white form button.btn-primary {
  width: 100%;
  background: #333333;
  border: 0;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  padding: 15px;
  margin-top: 10px;
}

.form-check-input:focus {
  box-shadow: initial;
}

.form-chack-bg.active .type {
  color: #000;
}

footer p {
  font-size: 12px;
  color: #8A8A8E;
}

.footer-top-border {
  padding-top: 20px;
  border-top: 1px solid #EBEBEB;
}

.bg-white h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}


.bg-white h5 img {
  margin-right: 10px;
}

.contact-support {
  margin-bottom: 15px;
}

.contact-support li {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 3px 0;
}

.contact-support li a {
  color: #8A8A8E;
}

.contact-support li .icon {
  width: 22px;
  text-align: center;
}

.min-h-screen {
  min-height: calc(100vh - 140px);
}

.bg-white h5 {
  font-size: 18px;
  font-weight: 600;
  padding: 18px;
  border-bottom: 1px solid #EBEBEB;
  display: flex;
  align-items: center;
}

.bg-white h4 {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 22px;
  padding-bottom: 12px;
}

.thanks-box h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0px;
}

.thanks-box h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 14px !important;
}

.thanks-box p {
  font-size: 18px;
  margin-bottom: 0px;
}

.anotherTicket {
  background-color: #333;
  color: #fff;
}

.contact-support ul {
  padding: 7px 18px 16px;
}

.address-left p {
  color: #fff;
}

.footer-right-link a {
  color: #fff;
}

.footer-bottom {
  border-top: 1px #ececec solid;
  padding-top: 15px;
}

.footer-right-link a:hover,
.footer-right-link a:focus {
  color: #fff;
}

.contact-support h6 {
  padding: 11px 18px 0;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: #333333;
}

.contact-support-bottom {
  padding: 15px 18px 10px;
}

.contact-support-bottom iframe {
  margin-bottom: 12px;
}

.contact-support-bottom p {
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 400;
  color: #8A8A8E;
}

.inner-page-header h2 {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

.inner-page-header h2 img {
  filter: brightness(3);
}

.inner-page-header h2 a {
  position: relative;
  left: -15px;
  top: 0;
  margin-left: -15px;
}


.inner-page-header p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.order-summary>h4 {
  font-size: 20px;
  font-weight: 600;
  color: #8A8A8E;
  line-height: 20px;
  margin: 0;
  border-bottom: #DFE0E1 solid 1px;
  padding: 22px;
}


.inner-page-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #dfe0e161;
  padding-top: 10px;
}

.scroll-ticket .ticket-types h5 {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
  line-height: 30px;
}

.scroll-ticket .ticket-types h6 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-top: 11px;
}

.ticket-types {
  background: #F4F3F7;
  border-radius: 8px;
  padding: 28px 55px 25px 55px !important;
  margin-bottom: 22px;
}

.scroll-ticket .ticket-types:last-child {
  margin-bottom: 0px !important;
}

.sustainability-container {
  max-width: 414px;
  width: 100%;
  background-color: #ffff;
  padding: 0 20px;
  ;
}

/* .sustainability-container {
  max-width: 414px;
  width: 100%;
  background-color: #ffff;
  padding: 0 20px;
  height: calc(100vh - 130px);
  overflow: hidden;
  margin: 70px auto 0 !important;
} */
.proceed-primary {
  background-color: #ED3D71;
  color: #FFFFFF;
  padding: 13.5px 42.3px;
  font-size: 18px;
  border-radius: 10px;
  font-weight: 600;
}

.proceed-primary:hover {
  background-color: #ee5683;
  color: #FFFFFF;
}

.ticket-cart {
  padding: 0 20px;
}

.ticket-cart .order-item:last-child {
  border-bottom: 0;
}

.total-order-summery {
  border-top: 1px solid #DFE0E1;
  /* border-bottom: 1px solid #DFE0E1; */
  padding: 20px 20px;
  font-size: 20px !important;
  flex-wrap: wrap;
  font-weight: 600 !important;
}

.order-summary h5 span {
  text-align: right;
}

.order-summary h5 span em {
  font-size: 14px;
  font-weight: 400;
  color: #8A8A8E;
  font-style: normal;
  line-height: 29px;
}

.bottom-ticket-count {
  padding: 20px 22px 20px;
  border-top: 1px solid #DFE0E1;
}

/* a.btn-primary.booknow-btn:hover {
  border: 1px solid #fff !important;
} */

.martop-set-heading {
  margin-top: 35px;
}

.Note {
  padding: 15px;
  background: #EDEDEE;
  border-radius: 12px;
  margin: 15px 0;
}

.Note p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #333333;
  margin: 0;
}

.Note h5 {
  color: #fff;
  background: #150539;
  display: inline-block;
  padding: 0px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  border-radius: 30px;
}

.input-group {
  background: #fff;
  border: 1px solid #D4D4D4;
  flex-wrap: nowrap;
  border-radius: 7px;
  align-items: center;
}

.input-number {
  border: 0;
  width: 30px !important;
  max-width: 100px;
  padding: 0;
  text-align: center;
}


.next-btn-div {
  border-top: 1px solid #DFE0E1;
  padding: 10px 0;
  text-align: right;
}

.next-btn-div .btn-primary {
  background: #000;
  width: 126px;
  text-align: center;
  border-color: #000;
}

.bg-gray-checkout {
  background: #EDEDEE;
  border-radius: 12px;
  padding: 20px;
}


.custom-table.grand-total th {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  color: #333333;
}

.custom-table th p a {
  margin-left: 10px;
  text-decoration: underline;
}

.custom-table th p {
  font-weight: 400;
  margin-top: 5px;
}

.for-form h6 {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
  margin-top: 40px;
}

.apply-coupon-set {
  background: #fff;
  border-radius: 12px !important;
  border: #DFE0E1 solid 1px;
  overflow: hidden;
  margin-top: 35px;
  padding: 20px 15px;
  margin-bottom: -20px;
}

.accordion-button {
  background: initial !important;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  color: #333333 !important;
}

.martop-set-heading.mt-15 {
  margin-top: 15px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.text-gray {
  color: #8A8A8E;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #333;
  border-color: #333;
}

#Registration_register_btn {
  /* display: none; */
  width: 100%;
  font-size: 18px;
  padding: 12px;
  text-align: center;
  margin-top: 5px;
}

.btn-primary:hover {
  background-color: #150539 !important;
  border-color: #150539 !important;
}

.m-badge-download a {
  font-size: 18px;
}

.m-badge-download h3 {
  font-size: 18px;
  color: #131517;
}

.m-badge-download {
  padding: 18px;
}

input.select2-search__field {
  background: #EDEDEE;
  background-image: url(../images/search-icon.png);
  background-repeat: no-repeat;
  border-color: #EDEDEE !important;
  padding: 5px 5px 5px 40px !important;
  background-position: top 5px left 6px;
  border-radius: 5px;
}

span.select2-dropdown.select2-dropdown--below {
  border-radius: 10px;
  border: 0;
  padding: 10px 10px;
}

.iti__selected-flag {
  border-radius: 10px 0 0 10px;
}

h5#staticBackdropLabel {
  font-size: 20px;
  font-weight: 600;
  color: #131517;
}

#staticBackdrop .modal-header {
  border-bottom: 1px solid #eee;
}

#staticBackdrop p {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}


.btns-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.btns-group button {
  width: 111px;
  margin-bottom: 10px;
}

#staticBackdrop .modal-body {
  padding: 30px 0 40px;
}


input.checkbox-custom:checked+label.custom-check-lable:after {
  color: #fff
}

.inner-set-profile-upload {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0px 10px;
}

.dummy-image {
  background: #ededee;
  padding: 15px 15px;
  border-radius: 10px;
  margin-right: 15px;
}

.right-text-profile-upload p {
  font-size: 16px;
  color: #333;
}

.right-text-profile-upload p em {
  color: #8A8A8E;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}

.right-text-profile-upload p {
  font-size: 16px;
  color: #333;
  text-align: left;
  margin-bottom: 0;
}

span.select2.select2-container.select2-container--default,
span.select2.select2-container.select2-container--default.select2-container--below,
span.select2.select2-container.select2-container--default.select2-container--below {
  width: 100% !important;
}

h5.thanks_header p {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 30px;
}

.thankyou .event-starting-in h4 {
  color: #fff;
}

.thankyou-left p {
  font-size: 16px;
  line-height: 24px;
  color: #8A8A8E;
  margin-bottom: 0;
}

.btn-line {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 20px;
}

.thankyou-left h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 8px;
}

.event-image-thankyou img {
  border-radius: 8px;
  margin-bottom: 20px;
}

.thankyou-left {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 10px #00000014;
  border-radius: 12px;
  padding: 22px;
}

.event-starting-in h4 {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 0;
}

.event-starting-in {
  margin-bottom: 30px;
}

.thankyou-right-btns {
  display: flex;
  gap: 20px;
}

.thankyou-right-btns a {
  font-size: 16px;
  font-weight: 500;
  gap: 10px;
  line-height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 5px 20px;
  margin-bottom: 20px;
}

h5.thanks_header p strong {
  color: #333;
}

.cancel-ticket-new {
  font-size: 14px;
  font-weight: 500;
  color: #8A8A8E;
  line-height: 30px;
}

.cancel-ticket-new a {
  text-decoration: underline;
}

.min-height-set-thankyou {
  min-height: calc(100vh - 115px);
  color: #fff;
}

.thanks_order p,
.thanks_order p strong {
  color: #fff !important;
}

.thankyou-right-btns .my-ticket {
  background: #000;
  color: #fff;
  border-radius: 8px;
  border: 1px solid #000;
  padding: 5px 20px;
}

.thankyou-right-btns .book-another {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 8px;
}

.thankyou-right-btns .book-another:hover {
  color: #333;
  background: #fff;
}

.form-control:disabled,
.form-control[readonly] {
  opacity: 0.7 !important;
  background: #fff !important;
}

.event-starting-in span {
  font-size: 22px;
  font-weight: 600;
  color: #37A353;
}

.btn-line a {
  background: #DCDCDD;
  color: #333333;
  padding: 10px 10px;
  border-bottom: 104px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
}

.btn-line a img {
  margin: 0 5px;
}

.icon-left-set {
  display: inline-block;
  vertical-align: middle;
}

.payment-gateway-options {
  padding: 20px;
  background: #EDEDEE;
  border-radius: 12px;
}

.payment-gateway-options p {
  font-size: 16px;
  font-weight: 500;
  color: #8A8A8E;
}

.bottom-line-payment p {
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 0;
}

.bottom-line-payment {
  border-top: 2px dashed #ccc;
  padding-top: 15px;
}

.btn-back.skip {
  padding: 0 30px;
  background: #ededee;
  white-space: nowrap;
  font-size: 14px;
}

span.select2-selection.select2-selection--single {
  display: flex;
  align-items: center;
}

.hotelBooking .for-form {
  border-radius: 12px;
  background: #EDEDEE;
  padding: 20px 20px;
  margin-bottom: 24px;
}

.input-number {
  background: #fff !important;
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle,
.btn-check:focus+.btn-primary,
.btn-primary:focus,
.btn-primary {
  background-color: #EC3C70 !important;
  border-color: #EC3C70 !important;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(0, 0, 0, .5);
}

.auto-discount {
  color: gray;
  font-size: 12px;
  display: block;
  line-height: 18px;
}

table.table.set-table td td {
  border-bottom: 0;
  padding: 0;
}

.apply-coupon-set .accordion-body {
  padding-bottom: 0;
}

.ticket-cart .order-item:last-child {
  border-bottom: 0;
}


.formDisable {
  position: relative;
}

.formDisable::after {
  content: "";
  cursor: not-allowed;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #ffffff40;
  bottom: 0;
  z-index: 999999;
}

.form-select:focus {
  border-color: #333;
}

.intrest_in_attending+.select2-container .select2-selection--multiple {
  height: auto !important;
}

/* a.slide-up-info {
  display: none;
} */


.disableBtn .booknow-btn {
  pointer-events: none !important;
  opacity: .65 !important;
}

.sticky-bottom {
  display: none;
}

.bottom-ticket-count.sticky-bottom {
  display: block;
}

.container.inner-pages-top {
  min-height: calc(100vh - 96px);

}

.js-example-basic-single.disabled+.select2 {
  pointer-events: none !important;
  opacity: 0.7;
}


#toast-container>.toast-error {
  background: #ff6060;
  background-repeat: no-repeat;
  box-shadow: initial;
  border-radius: 30px;
  padding: 10px 30px 10px 40px;
  background-position: top 8px left 10px;
  opacity: 0.9;
}

#toast-container>.toast-success {
  background: green;
  background-repeat: no-repeat;
  box-shadow: initial;
  border-radius: 30px;
  padding: 10px 30px 10px 40px;
  background-position: top 8px left 10px;
  opacity: 0.9;
}

/* div#toast-container{ margin: auto; display: block; right: 50%; transform: translate(50%, 0);} */

.thankyou-left {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.contact-support b {
  font-size: 14px;
}

.contact-support b span {
  font-size: 12px;
}


input.select2-search__field {
  background-image: url(../images/search_icon.svg);
  background-position: left 10px center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 7px !important;
}


footer .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}

.footer-right p {
  font-size: 12px;
  color: #333;
}

footer .social-icon span {
  font-weight: 300;
}

.social-icon a {
  font-size: 12px;
  padding: 0 10px;
  border-right: 1px solid #ccc;
}

.package-highlight {
  background: #ededee;
  color: #333;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 15px;
  margin-left: auto;
}

.package-highlight img {
  filter: brightness(0);
}


.order-item h6 a .discount-applied {
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  padding: 4px 20px;
  line-height: 1;
  position: absolute;
  top: -30px;
  display: none;
  right: -18px;
}

.order-item h6 a .discount-applied:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -6px;
  right: 20px;
  background: #eee;
  transform: rotate(45deg);
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.order-item h6 a {
  position: relative;
  color: #999;
}


.order-item h6 a:hover .discount-applied {
  display: block;
}


.date-box {
  width: 46px;
  text-align: center;
  background: #fff;
  border: 1px solid #e9eaeb;
  border-radius: 10px;
  min-width: 46px;
  font-size: 15px;
  font-weight: 600;
  color: #8a8a8e;
}

.date-box span {
  background: #e6e7e7;
  width: 100%;
  display: block;
  font-size: 10px;
  color: #a1a1a4;
  font-weight: 670;
  border-radius: 10px 10px 0 0;
  padding: 2px 0;
}

.date-box p {
  margin-bottom: 0;
  padding: 2px 0;
}

.input-group.disabled {
  pointer-events: none;
  position: relative;
}

.input-group.disabled:after {
  width: 100%;
  height: 100%;
  background: #00000065;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 5px;
}


.logo_rie{
  width: 300px;
  margin:30px auto;
  text-align: center;
}

.login-section {
  max-width: 26vw;
  min-width: 26vw;
  margin: auto;
  background: #fff;
  border-radius: 10px;
  padding: 1.5vw;
  margin-top: 30px;
  position: relative;
}

.login-section h6 {
  font-size: 1.5vw;
  font-weight: 600;
  color: #131517;
  line-height: 1.5vw;
  margin: 0.9vw 0;
}

label.form-label,
body.login .mb-3 {
  margin-bottom: 1vw !important;
}
.form-attendees-body label.form-label {
  margin-bottom: 0px !important;
}
 * {
    scrollbar-color: rgb(0 0 0 / 50%) var(--light);
    scrollbar-width: thin;
    scrollbar-face-color: var(--light);
    scrollbar-shadow-color: var(--light);
    scrollbar-highlight-color: rgb(97 97 100 / 20%);
}
.login-section p {
  font-size: 0.96vw;
  font-weight: 500;
  line-height: 1.2vw;
  margin-bottom: 0.9vw;
  color: #595C5C;
}

.login-section label {
  font-size: 0.96vw !important;
  font-weight: 500;
  color: #131517;
}

.login-section button {
  background: #ec3c70 !important;
  width: 100%;
  border-color: #ec3c70 !important;
  font-size: 1vw;
  font-weight: 600;
  color: #fff;
  padding: 0.5vw;
  border-radius: 10px;
}

/* footer{ display: none;} */

.bottom-image-login {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  margin-top: 100px;
}

body.login-password .inner-pages-top {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

body.login-password #main-section {
  padding: 20px 0;
}

body.login-verifyOtpPage .inner-pages-top,
body.login .inner-pages-top {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 85px);
  justify-content: center;
}

body.login #main-section,
body.login-verifyOtpPage #main-section {
  padding: 1.3vw 0;
}

body.login .form-control {
  color: #8A8A8E;
  font-size: 1vw;
  font-weight: 400;
  padding: 0.5vw 0.9vw;
  line-height: 1.4vw;
  border: 1px solid #DCE2E6;
  border-radius: 8px;
}

/* .ticket-top-set {
  overflow-y: auto;
  height: calc(100vh - 190px);
} */
/* .ticket-top-set {
  overflow-y: auto;
  height: calc(100vh - 326px);
} */
button.ticket-select {
  background: #EC3C70;
  border: 0;
  color: #fff;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 500;
}

.iti {
  width: 100%;
}

.bt-1 {
  border-top: 1px solid #dfe0e161;
}

.ticket-remove {
  background: #ffffff;
  color: #150739;
  border: 1px solid;
  padding-left: 10px;
  padding-right: 10px;
}


.bg-checkout {
  background: #ededee;
  border-radius: 12px;
}

.set-padding-checkout {
  padding: 15px 15px 0;
}

.set-padding-checkout .top-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.subtotal-set span {
  color: #8A8A8E;
  margin-right: 11px;
}

.subtotal-set {
  border-top: 1px dashed #707070;
  border-bottom: 1px dashed #707070;
  margin-top: 0;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 600;
}

table.table.set-table tr:last-child td {
  border-bottom: 0;
}

.empty-order-summery .ticket-cart {
  min-height: 100px;
}

#hotelterms .modal-lg {
  max-width: 600px;
}

#hotelterms .modal-content {
  padding: 0 18px 0 16px;
}

div#hotelterms ol li {
  font-weight: 600;
}

div#hotelterms ol ul {
  padding-left: 15px;
}

div#hotelterms ol ul li {
  font-weight: 400;
  list-style: circle;
}

#hotelterms .modal-footer {
  border-top: 0;
}

#hotelterms .modal-footer .btn-primary {
  width: 100%;
  background-color: #333 !important;
  border-color: #333 !important;
  margin-bottom: 25px !important;
}

#hotelterms .modal-body {
  overflow-y: auto;
  height: calc(100vh - 250px);
  padding-top: 0;
}

.ElementPage {
  height: 100vh;
  position: relative;
  background-color: #ffffff;
}

/* .ElementPage {
  height: calc(100vh - 134px);
  position: relative;
  background-color: #ffffff;
} */
.heading {
  font-size: 20px;
  text-align: center;
  padding: 25px 0;
}

.btnFooter {
  position: absolute;
  bottom: 18px;
  width: 100%;
  left: 0;
  background-color: #ED3D71;
  border-radius: 10px;
  border: 0;
  box-shadow: none;
  color: #ffffff;
  font-weight: 340;
  font-size: 20px;
  padding: 13px 0;
  right: 0;
  margin: 0px auto;
}

.contentInner {
  height: calc(100vh - 90px);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 28px;
}

.messageText {
  padding: 0 32px;
}

.messageText h4 {
  font-size: 20px;
  font-weight: 600;
  color: #EE3E71;
  margin: 0 0 10px;
}

.messageText p {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin: 0 0 32px;
}

.messageText p:last-child {
  margin: 0 0 0px;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 950px;
  }
}

@media (max-width: 1600px) {
  .event-box h4 {
    font-size: 20px;
  }

  .event-box ul li img {
    max-width: 18px;
    max-height: 20px;
  }

  .event-box ul li {
    font-size: 14px;
  }

  .event-box h4 {
    font-size: 20px;
    /* margin-bottom: 10px !important; */
  }

  /* .event-box {
    padding: 20px 25px;
  } */
  .btn-back {
    width: 30px;
    height: 30px;
    /* font-size: 0.9rem; */
  }

  .for-form h3 i {
    font-size: 24px;
  }

  .for-form h3 {
    padding: 8px 15px;
    font-size: 20px;
  }

  .top-heading {
    margin-bottom: 1rem;
  }

  /* footer {
    padding: 15px 0;
  } */
  .bg-white.p-2.rounded {
    /* height: calc(100vh - 198px); */
  }

  .for-form.scroll-ticket {
    height: calc(100vh - 342px) !important;
  }

  /* .order-summary > h4 {
    font-size: 16px;
  } */
  /* .ticket-cart .order-item:last-child {
    margin-bottom: 15px;
  } */
  .order-item {
    font-size: 15px;
  }

  .order-summary h5 {
    font-size: 16px;
  }

  /* .order-summary {
    height: calc(100vh - 215px) !important;
  } */
  /* .share {
    min-width: 38px;
    width: 38px;
    height: 38px;
  } */
  .h5,
  h5 {
    font-size: 20px;
  }

  label.form-label {
    font-size: 14px;
  }

  /* .for-form .form-control {
    color: #6f6f6f;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 10px;
  } */
  .botton-fix-form button {
    padding: 10px 40px !important;
    font-size: 14px;
  }
}

@media (max-width: 1400px) {
  footer p.mb-0 {
    margin-top: 10px;
  }

  /* footer {
    padding: 30px 0;
  } */
  .share {
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .select-date {
    font-size: 14px;
  }

  label.custom-check-lable:before {
    width: 18px;
    height: 18px;
    /* left: 0; */
    top: 2px;
    border-radius: 3px;
  }

  label.custom-check-lable:after {
    width: 10px;
    height: 5px;
    /* left: 5px; */
    top: 8px;
  }

  label.custom-check-lable {
    padding-left: 28px;
    font-weight: 500;
  }

  /* body.login,
  body.login-verifyOtpPage {
    background: url('https://cdn7.godcstatic.com/Smart-Reg/RIE2026/event/1747977950new-bg.png') no-repeat;
    background-color: #433099;
    background-size: 100%;
  } */

  .login-section h6 {
    font-size: 22px;
    font-weight: 600;
    color: #131517;
    line-height: 25px;
    margin: 15px 0;
  }

  .login-section p {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 12px;
    color: #595C5C;
  }

  .login-section label {
    font-size: 18px !important;
  }

  body.login .form-control {
    color: #8A8A8E;
    font-size: 18px;
    font-weight: 400;
    padding: 8px 12px;
    margin-bottom: 15px;
    line-height: 20px;
    border: 1px solid #DCE2E6;
    border-radius: 8px;
  }

  .login-section button {
    background: #ec3c70 !important;
    width: 100%;
    border-color: #ec3c70 !important;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
  }

  .show-1200 {
    display: block;
  }

  body.login-verifyOtpPage .login-section,
  .login-section {
    max-width: 400px;
    min-width: 400px;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-top: 50px;
    position: relative;
  }
}

@media screen and (max-width: 992px) {
  .shadow-box {
    margin-left: -24px;
    margin-right: -31px;
    margin-bottom: 0px;
    margin-top: 15px;
    background: white;
    box-shadow: 0 -0.3rem 0.4rem rgba(0, 0, 0, 0.1) !important;
    padding-bottom: 0 !important;
    padding-top: 25px !important;
  }
}


@media only screen and (max-width: 991px) and (orientation: landscape) {
  body {
    padding-bottom: 0;
  }

  footer {
    position: initial;
  }
}

@media only screen and (max-height: 575.98px) and (orientation: landscape) {
  .event-box ul li {
    max-width: 100%;
  }
}

@media (max-width: 991px) {

  body.privacypolicy .bg-white,
  body.termsandconditions .bg-white {
    padding-bottom: 0px !important;
  }

  #cartSection {
    position: initial;
  }

  .for-form.scroll-ticket {
    height: auto !important;
  }

  .bg-white.p-2.rounded {
    height: auto;
  }

  .scroll-ticket {
    height: auto !important;
  }

  .order-summary {
    /* height: auto !important; */
  }

  .event-boxes {
    flex-wrap: wrap;
  }

  .event-boxes-inner-box {
    width: 100%;
    padding: 15px;
  }

  .date-start-end span {
    font-size: 16px;
  }

  .form-check-label p {
    line-height: 25px;
  }

  /* .inner-page-header h2 a{ left: -11px;} */
  .apply-coupon-set {
    margin-top: 0;
  }
}

/* @media only screen and (max-width: 991px) and (min-width: 768px)  {
    .order-item {
        font-size: 12px;
    }
    .order-summary h5 {
        font-size: 15px;}
        .order-summary > h4 {
            font-size: 16px;
            margin-bottom: 15px !important;
        }
        .after-apply-coupon {
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
        }
        .coupon-box {
            margin-top: 10px;
        }
        .apply-coupon-box {
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
        }
        .apply-coupon-box button {
            background: #fff;
            width: 100%;
            text-align: center;
            padding: 4px 10px;
            margin-top: 10px;
        }
} */
@media screen and (min-width: 767px) {}

@media screen and (max-width: 767px) {
  div#terms .modal-max-height {
    max-height: calc(100vh - 300px);
    overflow-y: auto;
  }

}

@media (max-width: 991px) and (orientation: landscape) {
  div#terms .modal-max-height {
    max-height: calc(100vh - 150px) !important;
    overflow-y: auto;
  }
}

@media screen and (max-width: 767px) {
  label.form-label br {
    display: none;
  }

  div#terms .modal-max-height {
    max-height: calc(100vh - 300px);
    overflow-y: auto;
  }

  .inner-pages-top.min-height-set-thankyou {
    padding-top: 15px !important;
  }

  #hotelterms .modal-content {
    padding: 0 20px;
  }

  body.ticketBookings {
    padding-top: 0;
  }

  body {
    padding-bottom: 0;
    padding-top: 60px;
  }

  footer {
    padding-bottom: 100px !important;
  }

  .container.inner-pages-top {
    /* padding-bottom: 100px; */
  }

  footer .container {
    flex-direction: column;
    gap: 10px;
  }

  .ticket-top-set,
  .scroll-ticket {
    margin-top: 0;
  }

  .order-summary {
    margin-top: 0;
  }

  .apply-coupon-set {
    margin-bottom: 15px;
  }

  .left-heading a {
    display: none;
  }

  .inner-page-header h2 a {
    position: relative;
    left: -7px;
    top: 0;
    /* margin-left: -15px; */
  }

  .sticky-bottom .booknow-btn {
    max-width: 150px;
    width: 100%;
    color: #000;
    background-color: #fff !important;
    font-weight: 600;

    padding: 12px 15px !important;
  }

  .sticky-bottom .booknow-btn img {
    filter: brightness(0);
  }

  /* footer {
      padding: 15px 0;
      padding-bottom: 120px;
  } */

  .termsandconditions footer,
  .thankyou footer,
  .main footer,
  body.checkout footer,
  body.ticketBookings footer {
    padding-bottom: 15px;
  }

  .sticky-bottom {
    background-color: #ec3c70;
    border-radius: 10px 10px 0 0;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 9999;
    display: none;
  }

  /* .bottom-ticket-count{ display: none;} */
  .ticketBookings .bottom-ticket-count {
    display: block;
  }

  .inner-page-header {
    margin-bottom: 0;
    border-bottom: 0;
  }

  .modal.slideup-modal .modal-dialog-centered .modal-body.p-lg-4 {
    padding: 12px;
  }

  /* .scroll-ticket .ticket-types h5{ color: #0f52fb !important;} */
  /* .event-box h4{ margin-bottom: 0 !important;} */
  .modal-body .nth-book-now .book-now {
    margin-bottom: 15px;
    box-shadow: 0 0 7px #00000085;
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px !important;
  }

  main {
    padding: 70px 0;
  }

  .top-banner {
    /* margin: -70px -12px 0; */
    /* border-radius: 0; */
    margin-top: 15px;
  }

  .event-box {
    /* padding: 1rem; */
    margin: 22px 0 0;
    /* position: relative; */
  }

  .top-banner+.event-box {
    margin-top: 12px;
  }

  .event-box h4.mb-3 {
    padding-right: 35px;
  }

  .event-box ul li {
    width: 100%;
    font-size: 16px;
    margin-top: 1rem;
    max-width: 100%;
  }

  .nav-tabs .nav-link {
    padding: 0.5rem;
  }

  /* .top-heading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    margin: 0;
    box-shadow: 0px 3px 6px #00000012;
    background-color: white;
    z-index: 9999;
  } */

  .inner-page-header h2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    margin: 0;
    box-shadow: 0px 3px 6px #00000012;
    background-color: #ec3c70;
    z-index: 9999;
  }

  .top-heading {
    margin-top: 0;
    margin-bottom: 10px;
  }

  /* .order-summary h4 {
    display: none;
  } */
  .order-item {
    /* display: block; */
    /*border-bottom: none;*/
    /*padding-bottom: 0;
        margin-bottom: 0;*/
    font-size: 14px;
    font-weight: 500;
  }

  /* .order-item span {
    display: block;
    font-weight: 600;
    font-size: 14px;
    margin-top: 5px;
    padding-left: 20px;
  } */

  .modal.slideup-modal .modal-dialog-centered .modal-body {
    padding: 0;
  }

  /* .custom-table tr {
        display: -webkit-box;
        display: -moz-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .custom-table th {
        font-weight: 500;
        font-size: 20px;
        padding: 0 0.5rem 1rem;
        display: block;
        width: 50%;
    }
    .custom-table tr th:first-child {
        width: 100%;
        border-bottom: none;
        padding-top: 1rem;
    } */
  .table-date {
    width: 100% !important;
    text-align: left !important;
    font-size: 17px !important;
  }

  .mob-block {
    flex-wrap: wrap;
  }

  .mob-block .btn {
    margin-bottom: 30px;
    margin-left: 72px;
    margin-right: auto;
  }

  .category-item {
    margin-bottom: 20px;
  }

  .shadow-box {
    margin-right: -24px;
    padding-bottom: 0 !important;
  }

  .thanks_order span {
    width: 100%;
    display: inline-block;
    margin-left: 0;
  }

  .thanks_header {
    margin-bottom: 0;
  }

  .thanks-box h3 {
    font-size: 22px;
  }

  .share {
    margin: 0;
  }

  .select-date {
    font-size: 16px;
    font-weight: 400;
    flex-direction: column;
  }

  .date-head {
    margin-bottom: 10px;
  }

  .date-checks {
    flex-wrap: wrap;
  }

  .accordion-button {
    font-size: 14px;
  }

  .bottom-ticket-count.sticky-bottom {
    display: block;
  }

  .bottom-ticket-count.sticky-bottom .checkout_btn {
    width: 100%;
  }

  .bottom-ticket-count.sticky-bottom .checkout_btn a {
    width: 100% !important;
  }

  .sticky-bottom .booknow-btn {
    max-width: 100%;
  }

  /* .book-slide-pop {
    display: none;
  } */
  /* footer {
    padding-bottom: 70px;
  } */
  .order-summary {
    background-color: #fff;
    position: relative;
    /* margin-top: 0; */
    top: initial;
  }

  table.table.custom-table.grand-total tr {
    display: table-row;
  }

  table.table.custom-table.grand-total tr th {
    display: table-cell;
    width: auto;
  }

  table.table.custom-table.grand-total tr th:first-child {
    display: table-cell;
    width: auto;
  }

  .accordion-body button.btn.btn-primary.px-3.submit-btn {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 10;
    background-color: #fff;
    color: var(--primary-color);
  }

  /* .custom-table tr:not(:last-child) th {
    min-width: 100px;
  } */

  .checkout-need-doctor td {
    font-size: 13px;
  }

  .inner-pages-top {
    padding-top: 70px !important;
  }

  .for-form h3 i {
    display: none;
  }

  .for-form.scroll-ticket {
    height: auto !important;
  }

  .bg-white.p-2.rounded {
    height: auto;
  }

  /* .botton-fix-form {
    box-shadow: none;
    padding: 0 15px;
  } */

  .order-summary h5 {
    font-size: 18px;
    font-weight: 600;
  }

  label.custom-check-lable {
    font-weight: 400;
    font-size: 12px;
  }

  .custom-table th {
    font-size: 16px;
  }

  .custom-table span.sub-total-price,
  .custom-table span.sub-total {
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
  }

  /* table.table.custom-table.grand-total{width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;} */
  #attendee-slideup .modal-header h4 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #333333 !important;
  }

  label.custom-check-lable {
    padding-left: 24px;
  }

  .mobile-set-price {
    justify-content: space-between;
    align-items: center !important;
  }

  .zsiq_theme1.zsiq_floatmain {
    bottom: 70px !important;
  }

  /* footer {
    padding: 10px 0 80px;
  } */

  img.logo-banner {
    max-width: 100px;
  }

  .start-date,
  .end-date {
    padding: 0 10px;
    /* width: 50%; */
  }

  .top-banner {
    padding: 15px;
  }

  .bg-white.padding-default {
    padding: 15px;
  }

  .event-address-box h6 {
    font-size: 16px;
  }

  .bg-white h4 {
    font-size: 18px;
  }

  .bg-white p {
    font-size: 14px;
  }

  .form-chack-bg .form-check-label p {
    font-size: 16px;
  }

  .inner-page-header h2 {
    font-size: 19px;
    padding-left: 30px;
  }

  .inner-page-header h2 img {
    margin-top: -4px;
  }

  .inner-page-header p {
    font-size: 14px;
  }

  .total-order-summery {
    font-size: 16px !important;
  }

  span.am-label {
    font-size: 14px;
  }

  .booknow-btn {
    font-size: 16px;
  }

  .sticky-bottom .booknow-btn {
    color: #000;
  }

  .sticky-bottom .booknow-btn:focus,
  .sticky-bottom .booknow-btn:active,
  .sticky-bottom .booknow-btn:hover {
    background-color: #fff !important;
    border-color: #fff !important;
  }

  .sustainability-container {
    height: calc(100vh - 20px);
    margin: 10px auto 0 !important;
    padding: 0 12px !important;
  }

  .ElementPage {
    height: calc(100vh - 20px);
  }

  /* .ticket-top-set {
        height: calc(100vh - 214px);
      } */
  .ticket-types {
    padding: 14px 14px 22px !important;
  }
}

@media screen and (max-width: 575px) {
  .top-time {
    width: 190px;
    font-size: 12px;
    margin-right: 15px;
    margin-top: 10px;
  }

  .inner-pages-top {
    padding-top: 50px !important;
  }

  body.login-verifyOtpPage .login-section,
  .login-section {
    min-width: auto;
  }

  /* body.login,
  body.login-verifyOtpPage {
    background: url('https://cdn7.godcstatic.com/Smart-Reg/RIE2026/event/1747977950new-bg.png') no-repeat center;
    background-color: #433099;
    background-size: cover;
  } */

  .login-section {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  footer {
    position: initial;
    padding-bottom: 100px !important;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
  }


  body.privacypolicy footer,
  body.termsandconditions footer {
    padding-bottom: 10px !important;
  }

  .inner-page-header h2 {
    font-size: 16px;
    padding-left: 30px;
  }

  .preview-image {
    padding: 14px 10px;
  }

  .for-form h3 {
    font-size: 17px;
  }

  /* footer {
    padding: 10px 0 80px;
} */
  .event-box ul li:first-child {
    align-items: flex-start;
  }

  .nav.nav-tabs button {
    font-size: 12px;
  }

  ul.nav.nav-tabs {
    justify-content: space-between;
  }

  .thanks_header {
    font-size: 18px;
    text-align: left;
    justify-content: center;
  }

  .thanks_header span {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
    padding: 0 0px 15px;
  }

  .h3,
  h3 {
    font-size: 22px;
  }

  .thanks-address ul li {
    margin-bottom: 15px;
  }

  .thanks-box {
    padding: 0 !important;
    background-color: transparent !important;
  }

  .thanks_header lottie-player {
    margin-left: -15px;
  }

  .thanks-box h3 {
    font-size: 20px;
  }

  .mob-block .btn {
    margin-left: 58px;
  }

  #contact-organizer label.form-label {
    display: block;
  }
  .modal-footer {
    text-align: center!important;
    justify-content: center!important;
  }
}

@media screen and (max-width: 370px) {
  .nav-tabs .nav-link {
    font-size: 14px;
  }
}

@media screen and (max-width: 320px) {
  .nav-tabs .nav-link {
    padding: 0.3rem;
  }
}