@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');


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: #1d28488f;
}

.lds-hourglass lottie-player {
  max-width: 60px;
}

.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{ border-bottom: 0;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:after {
  content: "";
  background: -webkit-linear-gradient(33deg, rgb(44 101 194) -5%, rgb(123 174 86) 35%, rgb(254 51 10) 100%);
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 30px;
}

ul.nav.nav-tabs li

/* 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: #fff;
  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;
}

.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: 18px 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;
  margin-bottom: 0;
}
.for-form .form-control::placeholder {
  color: #333;
}

.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;
}

.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: 14px;
  font-weight: 500;
  color: #333333;
  padding: 30px 0 20px;
}
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: 22px;
  height: 22px;
  left: 1px;
  top: 2px;
  border: 1px solid #333;
  content: "";
  position: absolute;
  border-radius: 5px;
}
label.custom-check-lable:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 6px;
  border-left: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  left: 7px;
  top: 9px;
  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: 47.59px !important;
  
  line-height: 24px;
  border: 1px solid #DCE2E6 !important;
  border-radius: 10px !important;
  padding: 0.675rem 0.25rem;

}


.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 47px !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 ul li, .ticket-types p {
  font-size: 14px;
  font-weight: 400;
  color: #8A8A8E;
  margin: 0;
}
.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;
}
.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;
}

.order-summary h5 {
  font-size: 18px;
  font-weight: 500;
  
}

.booknow-btn {
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
  color: #fff;
  background-color: var(--primary-color);
  background-image: url('../images/button-bg.png');
  background-size: 100% 100%;
  border-radius: 5px;
  color: var(--white);
  border-color:  var(--primary-color);
  transition: 0.3s all ease;
  border-radius: 8px;
  padding: 14px !important;
  border: 0 !important;
}
.btn-primary img {
  margin-left: 5px;
}

.bottom-ticket-count p {
  font-size: 14px;
}
.sticky-bottom .booknow-btn {
  max-width: 150px;
  width: 100%;
  background: #fff;
  color: #0f52fb;
  padding: 12px 15px !important;
}

#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;}


  .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;}

.mbadge-form h4 {
  color: #fff !important;
}
.mbadge-form h2.heading-set {
  color: #fff;
}
#order-slideup .modal-header h4{ color:#fff;}
.slideup-modal .modal-content {
  background: url('http://localhost:8888/IndiaMobileCongress2025/public/images/background.png');
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.top-heading a {
  margin-right: 15px;
  position: relative;
  top: -3px;
}

#stream-share input {
  background: #fff;
  border: 0;
  padding: 5px 0;
}
#stream-share span.input-group-text.bg-white {
  border: 0;
}

div#stream-share .modal-body {
  padding-top: 0;
}
/* 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: 0;
    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 .select2-selection--multiple,.select2-container .select2-selection--single {
  
      padding: 11px 5px;
  
  }

  .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: 0px 20px;
}
.form-attendeses-sections {
  border-radius: 12px;
  background: #EDEDEE;
  padding: 10px 0;
  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;
  line-height: 20px;
  font-weight: 600;
}
.for-form h3 p {
  margin: 3px 0;
}

.for-form h3 p span {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 29px;
}

.container.inner-pages-top {
  min-height: calc(100vh - 96px);
}
.for-form h3 i {
  color: #afafaf;
  margin-right: 12px;
  font-size: 28px;
  position: relative;
  top: 2px;
}

.form-select,.for-form .form-control {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  padding: 12.5px 12px;
  line-height: 24px;
  border: 1px solid #DCE2E6;
  border-radius: 10px;
}



.botton-fix-form {
  position: relative;
  margin-left: 0;
  padding: 15px 29px;
  background: #ededee !important;
  border-radius: 10px;
}

.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;
}

.after-apply-coupon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}
.left-heading {
  display: flex;
  align-items: center;
}

.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;
}
.scroll-ticket .ticket-types h5 {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}




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;
}


span.imc-event-time {
  font-weight: 500;
  font-size: 15px;
  display: block;
}

.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;
  border-radius: 50%;
  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;
  position: relative;
}
.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;
  position: relative;
}

/* .form-chack-bg .form-check {
  padding: 15px 15px 15px 36px;
} */

.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: 22px;
  margin: 5px 0;
  display: block;
}

.type {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.form-chack-bg .form-check-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 35px;
}

.form-check-input{
  border: 2px solid #ccd3d9;
}
.form-check-input:checked {
  background-color: #000000;
  border:2px solid #040404;
}
.form-chack-bg input {
  position: absolute;
  left: 10px;
  margin-left: 0 !important;
  top: 21px;
}
.form-check-bg.active {
  background-color: #f0f0f0;
  border-color: #007bff;
}
.DelegateAllDayPass .form-check-input:checked{
  background-color: #D14C2B;
  border-color: #D14C2B;
}
.Visitor .form-check-input:checked{
  background-color: #F18A31;
  border-color: #F18A31;
}
.DelegateOneDayPass .form-check-input:checked{
  background-color: #D14C2B;
  border-color: #D14C2B;
}
.form-check-input:checked {
  background-color: #000000;
  border-color: #040404;
}
.DelegateAllDayPass.form-chack-bg{
  border: 1px solid #D14C2B;
}
.DelegateOneDayPass.form-chack-bg{
  border: 1px solid #3C9FEB;
}
.Visitor.form-chack-bg {
border: 1px solid #F18A31;
}
.DelegateAllDayPass.form-chack-bg.active {
  border: 1px solid #45d1c1;
  background:url('../images/radio-input-bg.png') no-repeat;
background-size: 100% 110%;
}
.DelegateOneDayPass.form-chack-bg.active {
  border: 1px solid #3C9FEB;
  background: rgb(36,64,146);
  background: -moz-linear-gradient(90deg, rgba(36,64,146,1) 0%, rgba(82,158,214,1) 35%, rgba(51,96,169,1) 90%);
  background: -webkit-linear-gradient(90deg, rgba(36,64,146,1) 0%, rgba(82,158,214,1) 35%, rgba(51,96,169,1) 90%);
  background: linear-gradient(90deg, rgba(36,64,146,1) 0%, rgba(82,158,214,1) 35%, rgba(51,96,169,1) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#244092",endColorstr="#3360a9",GradientType=1);
}
.form-chack-bg.active .form-check-label p,.form-chack-bg.active .form-check-label p span{
color: #fff ;
}
.Visitor.form-chack-bg.active {
border: 1px solid #51279b;
background: rgb(58,33,112);
background: -moz-linear-gradient(90deg, rgba(58,33,112,1) 0%, rgba(86,42,159,1) 35%, rgba(28,16,121,1) 90%);
background: -webkit-linear-gradient(90deg, rgba(58,33,112,1) 0%, rgba(86,42,159,1) 35%, rgba(28,16,121,1) 90%);
background: linear-gradient(90deg, rgba(58,33,112,1) 0%, rgba(86,42,159,1) 35%, rgba(28,16,121,1) 90%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a2170",endColorstr="#1c1079",GradientType=1);
}
.form-chack-bg.active {
  border: 1px solid #333333;
}
.form-chack-bg .form-check{ padding-left: 0;}
.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: #fff;
}

footer p {
  font-size: 12px;
  color: #8A8A8E;
}

.footer-top-border {
  padding-top: 20px;
  border-top: 1px solid #ebebeb4f;
}

.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;
}


.bg-white h5 {
  font-size: 18px;
  font-weight: 600;
  padding: 18px;
  border-bottom: 1px solid #EBEBEB;
  display: flex;
  align-items: center;
}

.contact-support ul {
  padding: 7px 18px 16px;
}

.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 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 #ebebeb4f;
  padding-top: 10px;
}

.scroll-ticket .ticket-types h5 {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  line-height: 30px;
}

.scroll-ticket .ticket-types h6 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-top: 11px;
}

.ticket-types {
  background: #EDEDEE;
  border-radius: 8px;
  padding: 18px;
  margin-bottom: 22px;
}

.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;
  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;
}

.martop-set-heading {
  margin-top: 45px;
}
.Note {
  padding: 15px;
  background: #EDEDEE;
  border-radius: 12px;
  margin: 15px 0;
}

.Note p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #333333;
}

.Note h5 {
  color: #fff;
  background: #DE3C34;
  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;
  border-radius: 7px;
  align-items: center;
}
.input-number {
  border: 0;
  width: 30px !important;
  max-width: 100px;
  padding: 0;
  text-align: center;
  background: #fff !important;
}


.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: 20px;
}

.apply-coupon-set {
  background: #fff;
  border-radius: 12px !important;
  border: #DFE0E1 solid 1px;
  overflow: hidden;
  margin-top: 35px;
  padding: 20px 15px;
}
.accordion-button {
  background: initial !important;
  font-size: 18px;
  font-weight: 500;
  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: #333 !important;
  border-color: #333 !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;
}

.select2-container{ width: 100% !important;}

h5.thanks_header p {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 30px;
}

.thankyou-left p {
  font-size: 16px;
  line-height: 24px;
  color: #8A8A8E;
  margin-bottom: 0;
}
.tab-pane span {
  font-family: "Figtree", sans-serif !important;
}
.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: #fff;
  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: #fff;
}

.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);}

  .thankyou-right-btns .my-ticket {
    background: #fff;
    color: #333;
    border-radius: 8px;
    border: 1px solid #000;
    padding: 5px 20px;
}
.thankyou-right-btns .book-another:hover{ color: #fff !important;}
.thankyou-right-btns .book-another {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 8px;
}
.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;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{ line-height: 24px !important;}

.select-date {
  flex-wrap: wrap;
}

.date-head {
  margin-bottom: 8px;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
  color: #fff;
  /* background-color: #333333 !important;
  border-color: transparent !important;
  box-shadow: 0; */
}

.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle{color: #fff;
  background-color: #333333 !important;
  border-color: #333 !important;}


  .inner-page-header h2 a {
    position: relative;
    left: -15px;
    top: 0;
    margin-left: -15px;
    filter: brightness(2);
}

.file-detail {
  margin-left: 20px;
  text-align: left;
  color: #8A8A8E;
  font-size: 14px;
}
.file-detail p{ color: #000; margin-bottom: 5px;}

.file-detail a{
  text-decoration: underline;
}

.thankyou-right {
  color: #fff;
}
.thankyou-right-btns .book-another img{  filter: brightness(2);}

.no-background-image {
  background-image: none !important;
}
.top-banner .position-relative img {
  border-radius: 15px;
}

.form-chack-bg.Academia.active p,.form-chack-bg.Academia.active .type {
  color: #000;
}
.form-chack-bg.Academia{ border: 1px solid #000;}
.form-chack-bg.Media{
border: 1px solid #fe3499;}
.form-chack-bg.Media.active{
border: 1px solid #fe3499;
background: rgb(254,52,153);
background: -moz-linear-gradient(90deg, rgba(254,52,153,1) 0%, rgba(238,110,166,1) 35%, rgba(209,34,127,1) 90%);
background: -webkit-linear-gradient(90deg, rgba(254,52,153,1) 0%, rgba(238,110,166,1) 35%, rgba(209,34,127,1) 90%);
background: linear-gradient(90deg, rgba(254,52,153,1) 0%, rgba(238,110,166,1) 35%, rgba(209,34,127,1) 90%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a2170",endColorstr="#1c1079",GradientType=1);
}

.Government.form-chack-bg {
  border: 1px solid #3C9FEB;}
.Government.form-chack-bg.active {
  border: 1px solid #3C9FEB;
  background: rgb(36,64,146);
  background: -moz-linear-gradient(90deg, rgba(36,64,146,1) 0%, rgba(82,158,214,1) 35%, rgba(51,96,169,1) 90%);
  background: -webkit-linear-gradient(90deg, rgba(36,64,146,1) 0%, rgba(82,158,214,1) 35%, rgba(51,96,169,1) 90%);
  background: linear-gradient(90deg, rgba(36,64,146,1) 0%, rgba(82,158,214,1) 35%, rgba(51,96,169,1) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#244092",endColorstr="#3360a9",GradientType=1);
}
.sensor-img{width:100%;display: flex;justify-content: center;padding:10px 18px 18px 18px;}

.download-badge {
  margin-bottom: 15px;
}

.ticket-types ul {
  margin: 10px -3px 0;
}
.footer-top-border p {
  color: #ffff;
}
.apply-coupon-set .accordion-body {
  padding-bottom: 0;
}

.bg-gray-checkout .checkout-need-doctor tr:first-child th {
  padding-top: 0;
}

.order-summary{ position: sticky; top: 20px;}

#hiddenDiv{ margin-top:20px;}


@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: #000;
    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: 24px;
    font-weight: 500;
  }
}
@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-height: 575.98px) and (orientation: landscape) {
  .event-box ul li{ max-width: 100%;}
  }

@media (max-width: 991px) {
  .thankyou-right-btns .my-ticket{ padding: 5px 6px;}
  .martop-set-heading {
    margin-top: 0;
}
  .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) {
  .left-heading a {
    display: none;
}
}
@media screen and (max-width: 767px) {

  input.select2-search__field {
    background-size: 18px;
    background-position: center left 10px;
}
.bg-white h5 p {
  font-size: 18px !important;
  text-align: left !important;
}
  .bottom-mobile-cart-space {
    padding-bottom: 70px;
}
.order-summary{position:initial;}
  .event-box h4{ margin-bottom: 15px;}
  .thankyou-right-btns .my-ticket{ padding: 5px 12px;}
  .top-heading{ color: #000;}
  /* .bottom-ticket-count{ display: none;} */
  .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;
  }

  /* .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;
  }
  .sticky-bottom {
    display: block;
  }
  .slideup-modal h5 {
    padding: 18px 20px 11px;
    border-top: 1px solid #ccc;
}
  /* .book-slide-pop {
    display: none;
  } */
  /* footer {
    padding-bottom: 70px;
  } */
 #mobileCartSection {
    padding: 0 10px;
}
#attendee-slideup h4 {
  margin-bottom: 5px !important;
}
  #mobileCartSection .apply-coupon-section {
    padding: 20px 20px 5px;
}
  .order-summary {
    background-color: #fff;
  }
  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;
}

  .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: 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: #fff !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: 20px;}
.inner-page-header p{ font-size: 14px;}
.scroll-ticket .ticket-types h5{ font-size: 16px;}
.total-order-summery{ font-size: 16px !important;}
span.am-label{ font-size: 14px;}
.booknow-btn{ font-size: 16px;}
.sticky-bottom .booknow-btn{ color: #000;}
.nav-tabs{ gap:10px;}
ul.nav.nav-tabs {
  overflow-x: auto;
  width: 100%;
  overflow-y: hidden;
  flex-wrap: nowrap;
}
.nav-tabs .nav-link {
  padding: 20px 5px 10px;
}
.apply-coupon-box button {
  /* color: #0f52fb; */
  /* font-size: 16px; */
  /* font-weight: 500; */
  border: 0;
  /* background: none; */
  padding: 6px 20px;
  /* border: 1px solid #333; */
  margin-left: 10px;
    background-color: var(--primary-color);
    background-image: url('../images/button-bg.png');
    background-size: 100% 100%;
    border-radius: 5px;
    color: var(--white);
    border-color: var(--primary-color);
    transition: 0.3s all ease;

}
}

@media screen and (max-width: 575px) {
  .form-chack-bg .form-check-label {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}
  .preview-image{ padding: 0px 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: 16px;
}
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;
  }
}
@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;
  }
}


.date-box {
  width: 46px;
  text-align: center;
  background: url('../images/Rectangle-date.png') no-repeat;
  background-size: cover;
  /* border: 1px solid #e9eaeb; */
  border-radius: 10px;
  min-width: 46px;
  font-size: 15px;
  font-weight: 600;
  color: #8a8a8e;
  padding: 1px;
}

.date-box span {
  width: 100%;
  display: block;
  font-size: 10px;
  color: #fff;
  font-weight: 670;
  border-radius: 10px 10px 0 0;
  padding: 2px 0;
}
.date-box p {
  margin-bottom: 0;
  padding: 2px 0;
  border-radius: 0 0 10px 10px;
  background: #fff;
}

.select2-container .select2-selection--multiple {
  height: auto !important;
}