:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

*,
::after,
::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
b,
strong {
  font-weight: bolder;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}
img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}
button {
  border-radius: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[hidden] {
  display: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1,
h1 {
  font-size: 2.5rem;
}

.h2,
h2 {
  font-size: 2rem;
}

.h3,
h3 {
  font-size: 1.75rem;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.col-sm-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.collapse:not(.show) {
  display: none;
}

.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.d-none {
  display: none !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.w-100 {
  width: 100% !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-3 {
  padding: 1rem !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.text-decoration-none {
  text-decoration: none !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}

@media (min-width: 768px) {
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}

@media (min-width: 768px) {
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (min-width: 768px) {
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
}

:root {
  --ticketing_color: #f55a66;
  --h_one_first_line_color: #2f3243;
  --h_one_first_line_color_opacity: 0.21;
  --h_one_ticketing_color: var(--ticketing_color);
  --grid_container_spacer: 18.594vw;
  --h_one_first_font_size: 2.77778rem;
  --h_one_font_size: 6.66667rem;
  --h_one_line_height: 1;
  --h_one_font_weight: bold;
  --normal_t_wo_font_size: 2.22222rem;
  --h_three_font_size: 1.66667rem;
  --h_three_line_height: 1.33;
  --h_three_font_weight: bold;
  --h_three_letter_spacing: normal;
  --h_four_font_weight: bold;
  --h_four_font_size: 1.66667rem;
  --h_four_line_height: 1.33;
  --h_four_letter_spacing: normal;
  --font_family_primary: Montserrat, sans-serif;
  --yap_create_event_email_field_border: solid 1px #e0e0e0;
  --yap_create_event_email_field_border_radius: 6px;
  --yap_create_event_email_field_height: 2.5rem;
  --yap_create_event_btn_font_size: 1rem;
  --yap_create_event_btn_border_radius: 23px;
  --yap_create_event_btn_line_height: 2.31;
  --yap_create_event_btn_bg_color: var(--ticketing_color);
  --yap_create_event_btn_border: solid 1px var(--ticketing_color);
  --yap_create_event_btn_font_weight: bold;
  --yap_create_event_btn_field_height: 2.5rem;
  --yap_create_event_btn_field_width: 15.7rem;
  --yap_image_bg_shape_color: #fff7f8;
  --yap_image_bg_shape_height: 21.4833rem;
  --yap_image_bg_shape_width: 22.2222rem;
  --yap_image_margin: 1.66667rem auto;
  --yap_transparent_btn_color: #f7353f;
  --yap_transparent_btn_font_weight: 600;
  --yap_transparent_btn_line_height: 1.22;
  --yap_transparent_btn_font_size: 1rem;
  --yap_transparent_btn_letter_spacing: normal;
  --yap_transparent_btn_radius: 20px;
  --yap_transparent_btn_width: 10rem;
  --yap_transparent_btn_height: 2.5rem;
  --testimonial_backquote_color: #343434;
  --testimonial_backquote_opacity: 0.29;
  --testimonial_backquote_size: 4.05556rem;
  --testimonial_backquote_line_height: 1.2;
  --testimonial_backquote_font_weight: bold;
  --testimonial_backquote_bottom_line_height: 1.2;
  --testimonial_backquote_height: 2.72222rem;
  --testimonial_backquote_width: 2.05556rem;
  --testimonial_client_information_marging_left: 15%;
  --body_color: #2f3243;
  --body_font_weight: 300;
  --body_line_height: 1.78;
  --body_font_size: 1.2rem;
  --yap_button_slider_text_size: 0.777778rem;
  --yap_button_slider_line_height: 2.36;
  --yap_button_slider_letter_spacing: 1.4px;
  --yap_button_slider_font_weight: 600;
  --yap_feature_text_font_size: 1rem;
  --yap_feature_text_font_weight: 600;
  --yap_feature_text_line_height: 1.83;
  --yap_feature_text_letter_spacing: 1.8px;
  --yap_subheading_font_weight: 600;
  --yap_subheading_font_size: 1rem;
  --yap_subheading_line_height: 1.78;
  --yap_subheading_letter_spacing: normal;
  --yap_tab_heading_font_size: 1.11111rem;
  --yap_tab_heading_line_height: 1.7;
  --yap_tab_heading_letter_spacing: normal;
  --yap_tab_image_container_width: 9.071428571428571rem;
  --yap_tab_image_container_height: 8.235714285714286rem;
  --yap_tab_image_container_object_fit: contain;
  --yap_testimonial_content_font_weight: 600;
  --yap_testimonial_content_line_height: 1.45;
  --yap_testimonial_content_font_size: 1.11111rem;
  --yap_testimonial_client_name_font_weight: 600;
  --yap_testimonial_client_name_line_height: 0;
  --yap_testimonial_client_name_font_size: 1.11111rem;
  --yap_testimonial_client_company_font_size: 14px;
  --yap_testimonial_client_company_font_weight: normal;
  --yap_testimonial_client_company_line_height: 1;
  --yap_faq_question_font_size: 1.33333rem;
  --yap_faq_question_line_height: 1.21;
  --yap_faq_question_font_weight: 600;
  --yap_faq_question_letter_spacing: normal;
  --yap_faq_answer_font_size: 1.11111rem;
  --yap_faq_answer_font_wight: 300;
  --yap_faq_answer_line_height: 1.85;
  --yap_accordion_body_a_tag_font_size: 0.888889rem;
  --yap_accordion_body_a_tag_font_weight: bold;
  --yap_accordion_body_a_tag_line_height: 1.19;
  --testimonial_bg_container_height: 22.0556rem;
  --testimonial_bg_container_width: 20.3889rem;
  --yap_primary_menu_height: 5.55556rem;
  --yap_menu_item_a_tag_width: 8rem;
  --yap_menu_item_a_tag_height: 1.33333rem;
  --yap_menu_item_a_font_size: 1.11111rem;
  --reserved_seat_tabs_image_container_height: 22.2778rem;
  --reserved_seat_tabs_image_container_width: 16.8056rem;
  --yap_breadcrumb_color: #868686;
  --yap_breadcrumb_line_height: 1.22;
  --yap_breadcrumb_font_size: 1rem;
  --yap_signup_form_heading_font_size: 1.83333rem;
  --yap_signup_form_subheading_font_size: 1.22222rem;
  --yap_custom_footer_text_size: 2.22222rem;
  --yap_custom_footer_plain_text_size: 0.888889rem;
  --yap_industry_trend_heading_font_size: 1.38889rem;
  --yap_industry_trend_subheading_font_size: 1.11111rem;
  --yap_features_heading_font_size: 1.22222rem;
  --yap_features_subheading_font_size: 1.11111rem;
  --yap_features_heading_font_wight: 300;
  --payment_gateways_desc_font_size: 1.11111rem;
  --payment_gateways_footer_font_size: 1rem;
  --yap_country_selector_font_size: 1.11111rem;
  --yap_country_selector_height: 2.77778rem;
  --yap_country_name: 1.11111rem;
  --ticketing_shape_bg_color: #fff7f8;
  --vh: 2.82px;
  --header-height: 10vh;
  --header-collapsed-height: 80px;
}

html {
  font-size: 14px !important;
}

body.page-template-template-home-page-new {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-family: var(--font_family_primary) !important;
  font-size: var(--body_font_size) !important;
  font-weight: var(--body_font_weight) !important;
  line-height: var(--body_line_height) !important;
  color: var(--body_color);
  width: 100%;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-family: var(--font_family_primary) !important;
  font-size: var(--body_font_size) !important;
  font-weight: var(--body_font_weight) !important;
  line-height: var(--body_line_height) !important;
  color: var(--body_color);
  width: 100%;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
}

b {
  font-weight: 600;
}

body a {
  color: var(--body_color);
}

body:not(.yap_mobile) .mt_15 {
  margin-top: 15px;
}

body:not(.yap_mobile) .mt_20 {
  margin-top: 20px;
}

body:not(.yap_mobile) .mt_25 {
  margin-top: 25px;
}

body:not(.yap_mobile) .mt_30 {
  margin-top: 30px;
}

body:not(.yap_mobile) .mt_40 {
  margin-top: 40px;
}

body:not(.yap_mobile) .mt_50 {
  margin-top: 50px;
}

body:not(.yap_mobile) .mt_55 {
  margin-top: 55px;
}

body:not(.yap_mobile) .mt_70 {
  margin-top: 70px;
}

body:not(.yap_mobile) .mt_100 {
  margin-top: 100px;
}

body:not(.yap_mobile) .mt_120 {
  margin-top: 120px;
}

body:not(.yap_mobile) .mt_150 {
  margin-top: 150px;
}

body:not(.yap_mobile) .mt_200 {
  margin-top: 200px;
}

body.page-template-template-home-page-new .main_container {
  position: relative !important;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
  margin-top: var(--yap_primary_menu_height);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.yap_full_height_width_row {
  overflow: hidden;
  height: 100vh;
}

.yap_full_width.ticketing_page_row .row-bg {
  background-color: white;
  background-image: linear-gradient(
    to bottom,
    #f55a66,
    rgba(246, 96, 108, 0.84) 62%,
    rgba(248, 104, 115, 0.63)
  );
}

.yap_full_width.marketing_page_row .row-bg {
  background-color: white;
  background-image: linear-gradient(to bottom, #fed351, #fed65e 19%, #ffeeb9);
}

.yap_full_width.development_page_row .row-bg {
  background-color: white;
  background-image: linear-gradient(to bottom, #c7a2ff, #ccaaff 28%, #e9dbff);
}

.yap_full_width.customer_relation_page_row .row-bg {
  background-color: white;
  background-image: linear-gradient(
    to bottom,
    #43c4d2,
    rgba(67, 196, 210, 0.91) 31%,
    rgba(67, 196, 210, 0.36)
  );
}
.all_service_image_container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
}
.all_service_image_container {
  max-width: 1440px;
  margin: 0 auto;
}
.service_image_container {
  flex: 0 0 50%;
  width: 24.555555555555557rem;
  height: 22.72222222222222rem;
}
.service_image_container img {
  height: 70%;
  width: 100%;
  object-fit: contain;
}
.service_image {
  height: 100%;
  width: 100%;
}

.center_image.service_image_container {
  position: absolute;
  top: 15%;
  height: 30.722rem;
  width: 100%;
  right: 0;
  left: 0;
  text-align: center;
}

.center_image.service_image_container .service_image img {
  height: 100%;
  width: auto;
  object-fit: unset;
}
.bottom_right_image.service_image_container {
  position: absolute;
  left: 68%;
  top: 60%;
}

.ticketing_page_row
  .bottom_right_image.service_image_container
  .service_image
  img {
  transform: rotate(-30deg);
}

.bottom_left_image.service_image_container {
  position: absolute;
  top: 59%;
  left: 8%;
}

.top_right_image.service_image_container {
  position: absolute;
  left: 73%;
}

.top_left_image.service_image_container {
  position: absolute;
  top: 5%;
}

.top_right_image.service_image_container .service_image img {
  width: 75%;
  object-fit: contain;
  margin-left: 8%;
}

.marketing_page_row .top_right_image.service_image_container {
  transform: scale(1.7);
  top: 6%;
}

.marketing_page_row .bottom_right_image.service_image_container {
  transform: scale(1.5);
  top: 60%;
}

.marketing_page_row .bottom_left_image.service_image_container {
  transform: scale(1.5);
}

.marketing_page_row .center_image.service_image_container {
  transform: scale(1.8);
}
.development_page_row .top_right_image.service_image_container {
  transform: scale(2);
  top: 8%;
  left: 75%;
}

.development_page_row .top_left_image.service_image_container {
  transform: scale(2);
  top: 8%;
}

.development_page_row .center_image.service_image_container {
  transform: scale(1.7);
}

.development_page_row .bottom_left_image.service_image_container {
  transform: scale(1.4);
  top: 62%;
}

.development_page_row .bottom_right_image.service_image_container {
  transform: scale(1.2);
}

.customer_relation_page_row .top_right_image.service_image_container {
  transform: scale(1.5);
  top: 8%;
}

.customer_relation_page_row .top_left_image.service_image_container {
  transform: rotate(-55deg) scale(2);
  left: 10%;
}

.customer_relation_page_row .bottom_right_image.service_image_container {
  transform: scale(0.7);
  top: 60%;
}

.customer_relation_page_row .center_image.service_image_container {
  transform: scale(1.5);
}

.service_name_center_text_container {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.service_name_center_text {
  opacity: 0.29;
  font-family: Montserrat;
  font-size: 12.222222222222221rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.44;
  letter-spacing: normal;
  color: #ffffff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  left: 0;
  text-align: center;
}
body.page-template-template-home-page-new .main_container::-webkit-scrollbar {
  display: none;
}
.main_container .sub_main_container {
  padding-left: var(--grid_container_spacer);
  padding-right: var(--grid_container_spacer);
  margin-left: auto;
  margin-right: auto;
  min-height: var(--container-min-height);
}

.ticketing_page h1 {
  color: var(--ticketing_color) !important;
  font-size: unset;
  line-height: var(--h_one_line_height);
  font-weight: var(--h_one_font_weight);
}

.ticketing_page h3 {
  color: var(--ticketing_color) !important;
  font-size: var(--h_three_font_size);
  line-height: var(--h_three_line_height);
  font-weight: var(--h_three_font_weight);
  letter-spacing: var(--h_three_letter_spacing);
}

.ticketing_page h4 {
  color: var(--ticketing_color) !important;
  font-size: var(--h_four_font_size);
  line-height: var(--h_four_line_height);
  font-weight: var(--h_four_font_weight);
  letter-spacing: var(--h_four_letter_spacing);
  margin-bottom: 30px;
  margin-top: 5px;
}

.ticketing_page h2 {
  font-size: unset;
  color: var(--ticketing_color);
  line-height: var(--h_one_line_height);
  font-weight: var(--h_one_font_weight);
}

.h1_tag span.first_h_one_line {
  color: var(--h_one_first_line_color) !important;
  opacity: var(--h_one_first_line_color_opacity) !important;
  font-size: var(--h_one_first_font_size);
  line-height: var(--h_one_line_height);
}

.h1_tag span.first_h_second_line {
  font-size: var(--h_one_font_size);
}

.h1_tag span.first_h_one_line {
  display: block;
}

.h2_tag span.first_h_one_line {
  display: block;
}

.h2_tag span.first_h_one_line {
  color: var(--h_one_first_line_color) !important;
  opacity: var(--h_one_first_line_color_opacity) !important;
  font-size: var(--h_one_first_font_size);
  line-height: var(--h_one_line_height);
}

.h2_tag span.first_h_second_line {
  font-size: var(--h_one_font_size);
}

.h2_tag span.first_h_one_line {
  display: block;
}

.yap_text_center {
  text-align: center;
}

.yap-create-event-btn {
  border-radius: var(--yap_create_event_btn_border_radius) !important;
  background-color: var(--ticketing_color) !important;
  border: var(--ticketing_color) !important;
  font-weight: var(--yap_create_event_btn_font_weight) !important;
  line-height: var(--yap_create_event_btn_line_height) !important;
  font-size: var(--yap_create_event_btn_font_size) !important;
  height: var(--yap_create_event_btn_field_height);
  height: var(--yap_create_event_btn_field_height);
  padding: 3px !important;
  width: var(--yap_create_event_btn_field_width);
  color: #ffffff;
}

.custom_footer_text_container .yap-create-event-btn {
  /* width: 16.071428571428573rem; */
}

a.yap-create-event-btn {
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 5.2px !important;
  height: auto !important;
}

a.yap-create-event-btn:hover {
  color: #ffffff;
}

.image_container {
  top: -4.16667rem;
}

.shape_one {
  background: var(--ticketing_shape_bg_color);
  -webkit-mask-image: url("../../assets/images/shape_one.svg");
  mask-image: url("../../assets/images/shape_one.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  mask-size: 100%;
  -webkit-mask-size: 100%;
}

.shape_two {
  background: var(--ticketing_shape_bg_color);
  -webkit-mask-image: url("../../assets/images/shape_two.svg");
  mask-image: url("../../assets/images/shape_two.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  mask-size: 100%;
  -webkit-mask-size: 100%;
}

.shape_three {
  background: var(--ticketing_shape_bg_color);
  -webkit-mask-image: url("../../assets/images/shape_three.svg");
  mask-image: url("../../assets/images/shape_three.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  mask-size: 100%;
  -webkit-mask-size: 100%;
}

.img_bg_shape {
  background-repeat: no-repeat;
  background-size: contain;
  height: var(--yap_image_bg_shape_height);
  width: var(--yap_image_bg_shape_width);
  background-position: center;
  text-align: center;
}

img.feature_image {
  width: 6.72222rem;
  height: 7.27778rem;
  object-fit: contain;
  margin-top: 15%;
}

.feature_text {
  color: var(--ticketing_color);
  font-weight: var(--yap_feature_text_font_weight);
  font-size: var(--yap_feature_text_font_size);
  line-height: var(--yap_feature_text_line_height);
  letter-spacing: var(--yap_feature_text_letter_spacing);
  text-transform: uppercase;
}

.yap_subheading {
  font-weight: var(--yap_subheading_font_weight);
  font-size: var(--yap_subheading_font_size);
  line-height: var(--yap_subheading_line_height);
  letter-spacing: var(--yap_subheading_letter_spacing);
}

.transparent {
  border-radius: var(--yap_transparent_btn_radius);
  border: solid 1px var(--yap_transparent_btn_color);
  background-color: #ffffff;
  color: var(--yap_transparent_btn_color);
  font-size: var(--yap_transparent_btn_font_size);
  font-weight: var(--yap_transparent_btn_font_weight);
  line-height: var(--yap_transparent_btn_line_height);
  letter-spacing: var(--yap_transparent_btn_letter_spacing);
  width: var(--yap_transparent_btn_width);
  height: var(--yap_transparent_btn_height);
  padding-top: 1px;
  text-transform: uppercase;
}

.transparent.btn:hover {
  background-color: #ffffff;
  color: var(--yap_transparent_btn_color);
  border: solid 1px var(--yap_transparent_btn_color);
}

a.transparent {
  border-radius: var(--yap_transparent_btn_radius);
  border: solid 1px var(--yap_transparent_btn_color);
  background-color: #ffffff;
  color: var(--yap_transparent_btn_color);
  font-size: var(--yap_transparent_btn_font_size);
  font-weight: var(--yap_transparent_btn_font_weight);
  line-height: var(--yap_transparent_btn_line_height);
  letter-spacing: var(--yap_transparent_btn_letter_spacing);
  width: var(--yap_transparent_btn_width);
  height: var(--yap_transparent_btn_height);
  padding: 0.6rem !important;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}

.navi a:nth-child(1) {
  margin-right: 0;
}

.yap_full_width {
  position: relative;
  padding-top: 3.55556rem;
  padding-bottom: 3.55556rem;
}

.yap_full_width .row-bg-wrap {
  margin-left: -50vw;
  left: 50%;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
}

.yap_full_width .row-bg-wrap .inner-wrap {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.yap_full_width .row-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
}

#header-outer {
  background-color: var(--ticketing_color);
  height: var(--yap_primary_menu_height);
}

.yap_primary_menu {
  height: var(--yap_primary_menu_height);
  display: flex;
  align-items: center;
  background-color: var(--ticketing_color);
}

.yap_icon_container {
  margin-left: 4.44444rem;
}

.yap_icon_container img {
  height: 1.77778rem;
  width: 1.77778rem;
  object-fit: contain;
}

.yap_copyright_text_container .yap-icon {
  width: 50px;
  height: 35px;
  background: var(--ticketing_color);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  mask-size: 96%;
  -webkit-mask-size: 96%;
}

body.yap_mobile .yap_copyright_text_container .yap-icon {
  width: 18px;
  height: 18px;
  -webkit-mask-image: url("../images/logo-primary-color.png");
  mask-image: url("../images/logo-primary-color.png");
}

body:not(.yap_mobile) .yap_copyright_text_container .yap-icon {
  -webkit-mask-image: url("../images/logo-menu-desktop.svg");
  mask-image: url("../images/logo-menu-desktop.svg");
}

.yap_menu .yap-icon {
  height: 27px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  mask-size: 100%;
  -webkit-mask-size: 100%;
}

body.yap_mobile .yap_menu .yap-icon {
  width: 18px;
  height: 18px;
  background: #fff;
}

body:not(.yap_mobile) .yap_menu .yap-icon {
  width: 100px;
  height: 100%;
  background: #fff;
}

.yap-icon-desktop {
  -webkit-mask-image: url("../images/logo-menu-desktop.svg");
  mask-image: url("../images/logo-menu-desktop.svg");
}

body .yap_menu .yap-icon.yap-icon-mobile {
  width: 18px;
  height: 18px;
  -webkit-mask-image: url("../images/logo-primary-color.svg");
  mask-image: url("../images/logo-primary-color.svg");
}

.main_menu {
  z-index: 1;
}

.main_menu .menu_item {
  float: left;
}

.main_menu .menu_item > a {
  padding-left: 1.694445rem;
  padding-right: 1.694445rem;
}

.main_menu .menu_item.ticketing_top_menu > a {
  padding-left: 3.38889rem;
}

.container-fluid {
  height: 100%;
}

.navbar-brand.order-1.order-lg-0.ml-lg-0.ml-2.mr-auto {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

#navbar_supported_content_desktop {
  height: 100%;
}

.navbar-nav.align-self-stretch.main_menu {
  height: 100%;
}

.nav-item.dropdown.menu_item > a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-items: center;
  width: max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
}

.nav-item.dropdown.menu_item .login-text {
  height: 100%;
  display: flex;
  align-items: center;
  justify-items: center;
  width: max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
  font-weight: 600;
}

.mobile_menu_item .nav-item.dropdown.menu_item > a {
  width: 100%;
}

.des_right_menu.my-2.my-lg-0.align-self-stretch.form-inline.justify-content-end {
  height: 100%;
  width: max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
  flex-grow: inherit;
}

.nav-item.dropdown.menu_item {
  height: 100%;
}

.nav-item.dropdown.menu_item > a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-items: center;
  width: max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
}

.mobile_menu_item .nav-item.dropdown.menu_item > a {
  width: 100%;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  left: 1.694445rem;
}

.navbar-expand-lg .main_menu .menu_item.ticketing_top_menu .dropdown-menu {
  left: 3.38889rem;
}

.menu_item a {
  width: var(--yap_menu_item_a_tag_width);
  height: var(--yap_menu_item_a_tag_height);
  font-size: var(--yap_menu_item_a_font_size);
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2rem;
  letter-spacing: 0.08rem;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
}

.des_right_menu {
  width: 100%;
}

.des_right_menu .menu_item a {
  padding-left: 1.694445rem;
  padding-right: 1.694445rem;
}

.sign-in-icon {
  background-image: url("../images/user-login.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 22px;
  background-size: 100% 100%;
}

.col.span_12 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.ticketing_page.sub_page {
  background-color: var(--ticketing_color);
  padding-bottom: 8.8%;
}

.sub_page .sub_main_container {
  background-color: white;
  padding-left: 4.688%;
  padding-right: 4.688%;
  padding-top: 11%;
  margin-left: 7.8%;
  margin-right: 7.88%;
  overflow: hidden;
  padding-bottom: 4.688%;
}

.sub_page .yap_breadcrumb_container {
  position: sticky;
  z-index: 2;
  top: var(--yap_primary_menu_height);
  height: 5.142857142857143rem;
}

.yap_breadcrumb {
  padding-left: 4.688%;
  padding-right: 4.688%;
  margin-left: 7.8%;
  margin-right: 7.88%;
  background-color: #f7f7f7e3;
  height: 5.142857142857143rem;
}

.yap_breadcrumb_container {
  max-width: 1920px;
  margin: 0 auto;
}

.yap_breadcrumb {
  height: 100%;
}

.breadcrumb_level {
  width: 100%;
  float: left;
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
}

.breadcrumb_level .current {
  color: var(--ticketing_color);
  font-size: var(--yap_breadcrumb_font_size);
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.78;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb_level .delimiter {
  color: var(--yap_breadcrumb_color);
  margin-right: 1.9%;
  margin-left: 1.9%;
  float: left;
  text-align: center;
}

.delimiter {
  background-image: url("../images/delimiter.png");
  background-repeat: no-repeat;
}

.delimiter img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.breadcrumb_level .mobile_home_icon {
  display: none;
}

.yap_breadcrumb .breadcrumb_level .child_menu > a {
  color: var(--yap_breadcrumb_color);
  line-height: var(--yap_breadcrumb_line_height);
  font-size: var(--yap_breadcrumb_font_size);
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: var(--yap_breadcrumb_color);
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yap_breadcrumb .breadcrumb_level .add_dot:after {
  content: "\f111";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 6px;
  color: var(--ticketing_color);
  position: relative;
  top: -10px;
}

.submenu {
  position: absolute;
  height: fit-content;
  padding-bottom: 1px;
  padding-top: 0;
  border-radius: 0.222222rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  display: none;
  z-index: 2;
  border: 0px solid rgba(0, 0, 0, 0.15);
}

.submenu.signin_menu {
  left: 1.694445rem;
}

.yap_text_center {
  text-align: center;
  width: 100%;
}

body:not(.yap_mobile) .navbar {
  background-color: var(--ticketing_color);
}

.navbar.yap_menu {
  height: var(--yap_primary_menu_height);
  padding-top: 0;
  padding-bottom: 0;
}

body:not(.yap_mobile) .yap_menu .dropdown-menu {
  top: 80%;
  width: -webkit-max-content;
  width: max-content;
}

#navbar_supported_content_desktop {
  margin-right: 5.8%;
}

.mobileMenu {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.yap_hide_in_desktop {
  display: none;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("../images/mobile-menu-icon.svg");
}

#zdbutton {
  float: right;
  background-color: #78a300 !important;
  color: #28320a !important;
  fill: #28320a !important;
  padding: 0.92857rem 1.57143rem;
  border-radius: 999rem;
  bottom: 0;
  letter-spacing: 0.6;
  font-size: 1.07143rem;
  border: none !important;
  font-weight: 700;
  cursor: pointer !important;
  white-space: nowrap !important;
  display: inline-block !important;
  max-width: 100%;
  margin: 10px 20px;
  position: fixed;
  bottom: 0px;
  overflow: visible;
  opacity: 1;
  border: 0px none;
  z-index: 999998;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-property: opacity, top, bottom;
  right: 0px;
}

.Icon-2SEmO svg {
  min-width: 1.42857rem;
  min-height: 1.42857rem;
  height: 1.42857rem;
  width: 1.42857rem;
}

.icon-3E9qF {
  padding-right: 0.57143rem;
}
.u-inlineBlock {
  display: inline-block !important;
  max-width: 100%;
}
.category_heading {
  font-size: 1.4285714285714286rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
}

.set_svg_mask_image {
  height: 100%;
  margin: auto;
  width: 100%;
  background: var(--ticketing_color);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  mask-size: 500%;
  -webkit-mask-size: 50%;
}

.hover_ticketing_text {
  cursor: pointer;
}
.fw-600 {
  font-weight: 600 !important;
}

body:not(.yap_mobile) .navbar .container-fluid {
  max-width: 1440px;
  margin: 0 auto;
}

.sub_page_main_container {
  max-width: 1440px;
  margin: 0 auto;
}

.loyalty_text_container {
  border: 1px solid #e0e0e0;
  border-top-left-radius: 8px;
}

body:not(.yap_mobile) .loyalty_text_container {
  border-bottom-left-radius: 8px;
}

.gs_rs_price_container {
  border: 1px solid #e0e0e0;
  border-left: unset;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

body:not(.yap_mobile) .yap_gs_rs_data {
  display: flex;
}

body:not(.yap_mobile) .yap-col-md-20 {
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 0;
  padding-right: 0;
}

.gs_rs_title_container {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  padding: 23px 0;
  border-bottom: solid 1px #e0e0e0;
  min-height: 196px;
}

.gs_rs_fees_title {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  text-align: center;
  padding: 20px 0;
  min-height: 87px;
  display: flex;
  align-content: center;
  justify-content: center;
  justify-items: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.loyalty_tiers_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 25.5%;
}

.yap_gs_rs_data .yap_break_word::before {
  content: " ";
  display: block;
}

.yap_gs_rs_data .sub_title {
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
}
.gs_rs_title_container .icon-bg .icon {
  background: var(--ticketing_color);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  mask-position: center top;
  mask-size: contain;
  -webkit-mask-size: contain;
  display: flex;
  height: 25px;
  width: 25px;
  margin: auto;
}

.icon-bg {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  border: 1px solid var(--ticketing_color);
  margin: auto auto 23px auto;
}

.gs_rs_title_container .icon-bg .base {
  -webkit-mask-image: url("../../assets/images/base-icon.svg".);
  mask-image: url("../../assets/images/base-icon.svg");
}

.gs_rs_title_container .tier_name {
  line-height: 1.69;
}

.loyalty_tiers_text .sub_title {
  margin-top: 12px;
  display: block;
}

.gs_calculated_price .currency_symbol,
.rs_calculated_price .currency_symbol {
  margin-right: 4px;
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.modal-footer:before,
.modal-footer:after,
.vc_row:before,
.vc_row:after {
  content: " " !important;
  display: unset !important;
}

@media only screen and (max-width: 992px) {
  :root {
    --yap_faq_question_font_size: 14px;
    --yap_faq_answer_font_size: 12px;
    --h_one_font_size: 38px;
    --h_one_line_height: 1.24;
    --h_one_first_font_size: 22px;
    --yap_tab_heading_font_size: 12px;
    --yap_subheading_font_size: 12px;
    --yap_testimonial_content_font_size: 14px;
    --yap_testimonial_client_name_font_size: 15px;
    --yap_testimonial_client_company_font_size: 11px;
    --testimonial_backquote_size: 64px;
    --testimonial_backquote_height: 44px;
    --yap_image_bg_shape_width: 207.4;
    --yap_image_bg_shape_height: 200.5px;
    --yap_feature_text_font_size: 11px;
    --h_three_font_size: 18px;
    --h_four_font_size: 18px;
    --yap_signup_form_heading_font_size: 20px;
    --yap_signup_form_subheading_font_size: 14px;
    --yap_create_event_btn_line_height: 12px;
    --yap_custom_footer_text_size: 18px;
    --yap_create_event_btn_font_size: 12px;
    --yap_custom_footer_plain_text_size: 12px;
    --yap_features_heading_font_size: 14px;
    --yap_features_subheading_font_size: 12px;
    --normal_t_wo_font_size: 18px;
    --payment_gateways_desc_font_size: 12px;
    --payment_gateways_footer_font_size: 12px;
  }

  .image_container {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .sub_page .sub_main_container {
    padding-top: 7rem !important;
  }

  #navbar_supported_content_desktop.yap_hide_in_mobile {
    display: none !important;
  }

  .yap_hide_in_desktop {
    display: block;
  }
}

@media (max-width: 992px) {
  :root {
    --grid_container_spacer: 4.4%;
    --h_one_font_size: 2.71429rem;
    --h_one_first_font_size: 1.57143rem;
    --h_one_line_height: 1.24;
    --body_line_height: 1.71;
    --yap_create_event_btn_line_height: 2.64;
    --yap_feature_text_font_size: 0.9rem;
    --h_four_font_size: 1.4rem;
    --yap_transparent_btn_font_size: 0.85rem;
    --yap_transparent_btn_height: 2.22rem;
    --yap_tab_heading_font_size: 1.15rem;
    --yap_testimonial_content_font_size: 1rem;
    --yap_testimonial_content_line_height: 1.86;
    --yap_testimonial_client_company_font_size: 12px;
    --testimonial_backquote_size: 3.7rem;
    --h_four_font_size: 1.6rem;
    --h_four_line_height: 1.45;
    --yap_custom_footer_text_size: 1.28571rem;
    --yap_faq_question_font_size: 1.15rem;
    --yap_faq_answer_font_size: 1rem;
    --yap_faq_answer_line_height: 2.5;
    --yap_accordion_body_a_tag_font_size: 1rem;
    --yap_accordion_body_a_tag_line_height: 1.29;
    --yap_industry_trend_heading_font_size: 1.15rem;
    --yap_industry_trend_subheading_font_size: 0.85rem;
    --normal_t_wo_font_size: 1.428rem;
    --payment_gateways_desc_font_size: 1rem;
    --yap_country_selector_font_size: 1.05rem;
    --yap_country_name: 1rem;
    --yap_tab_image_container_width: 8.333333333333334rem;
    --yap_tab_image_container_height: 8.333333333333334rem;
    --yap_primary_menu_height: 7%;
    --normal_t_wo_font_size: 1.28571rem;
  }

  #navbar_supported_content_desktop.yap_hide_in_mobile {
    display: none !important;
  }

  .yap_hide_in_desktop {
    display: block;
  }
  .sub_page .sub_main_container {
    margin-left: 1.9%;
    margin-right: 1.9%;
    padding-right: 2.6%;
    padding-left: 2.6%;
    padding-top: 10rem;
  }

  .sub_page .yap_breadcrumb_container {
    margin-left: 1.9%;
    margin-right: 1.9%;
    padding-right: 2.6%;
    padding-left: 2.6%;
    height: 3.2rem;
    background-color: #f7f7f7e3;
  }

  .yap_breadcrumb {
    padding-left: unset;
    padding-right: unset;
    margin-left: unset;
    margin-right: unset;
    height: 3.3rem;
  }

  .m-mt_15 {
    margin-top: 15px;
  }

  .m-mt_20 {
    margin-top: 20px;
  }

  .m-mt_25 {
    margin-top: 25px;
  }

  .m-mt_30 {
    margin-top: 30px;
  }

  .m-mt_40 {
    margin-top: 40px;
  }

  .m-mt_50 {
    margin-top: 50px;
  }

  .m-mt_55 {
    margin-top: 55px;
  }

  .m-mt_70 {
    margin-top: 70px;
  }

  .m-mt_100 {
    margin-top: 100px;
  }

  .desktop_menu {
    display: none !important;
  }

  .mobileMenu {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    position: fixed;
    top: 0px;
    bottom: 0;
    margin: auto;
    left: 0;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
    width: auto;
    background: white;
    padding-top: 0 !important;
    z-index: 1032;
  }
  .open_menu_top_bar {
    width: 100%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    height: 6.186rem;
  }

  .menu_close {
    width: 24px;
    object-fit: contain;
    margin-right: 3.85%;
    cursor: pointer;
  }

  .mobileMenu .menu_close img {
    display: none;
  }

  .mobileMenu.open .menu_close img {
    display: block;
  }

  .menu_close img {
    height: 24px;
  }

  .yap_logo_mobile {
    margin-left: 5.4%;
  }

  .yap_logo_mobile .navbar-brand {
    display: flex;
    align-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .all_mobile_menu {
    width: 100%;
    overflow-y: scroll;
  }

  ul.mobile_menu_item {
    padding-left: 40px;
    border-left: 4.2px solid;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  }

  ul.mobile_menu_item li {
    margin-bottom: 13px;
  }

  ul.mobile_menu_item li:last-child {
    margin-bottom: 10px;
  }

  ul.ticketing_mobile_menu {
    border-left-color: #f55a66;
  }

  ul.concert_mobile_menu {
    border-left-color: #f97c72;
  }

  ul.development_mobile_menu {
    border-left-color: #c7a2ff;
  }

  ul.marketing_mobile_menu {
    border-left-color: #fed351;
  }

  ul.support_mobile_menu {
    border-left-color: #43c4d2;
  }

  ul.mobile_menu_item lh {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 3;
    letter-spacing: 1.4px;
    text-align: left;
    color: #2f3243;
    padding-top: 16px;
  }

  ul.mobile_menu_item li a {
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 3;
    letter-spacing: 0.5px;
    text-align: left;
    color: #2f3243;
    height: 100%;
    width: 100%;
    display: block;
    text-transform: capitalize;
  }

  .mobileMenu .navbar-nav {
    overflow-y: auto;
  }

  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
  }
  .overlay.open {
    display: block;
    z-index: 1031;
  }

  .main_menu .menu_item {
    margin-left: unset;
    margin-bottom: 5%;
  }

  .main_menu {
    margin-right: unset;
    max-height: unset !important;
  }

  .menu_item a {
    color: var(--ticketing_color);
  }

  .right_menu_rm {
    display: none;
  }

  .yap_mobile_search .menu_item a {
    color: #fff;
  }

  .yap_mobile_search {
    right: 2.4%;
    width: 30%;
  }

  .yap_menu .yap_mobile_search {
    display: block !important;
  }

  .yap_menu {
    background: var(--ticketing_color);
    z-index: 1030;
  }

  .navbar-brand {
    padding-top: 0px !important;
  }

  .navbar.yap_menu {
    padding-left: 4.4%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 100%;
  }

  .yap_menu .navbar-toggler {
    border: unset;
    padding: 0;
    margin-right: 4.2%;
  }

  .navbar-brand img {
    vertical-align: unset !important;
  }

  .navbar-dark .navbar-toggler-icon {
    height: 1.28571rem;
  }

  .yap_menu .navbar-brand {
    height: 1.28571rem;
    object-fit: contain;
    padding: 0;
    font-size: 1.15rem;
  }

  .yap_menu .navbar-brand img {
    object-fit: contain;
    height: 100%;
  }

  .right_menu_mobile .menu_item a {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: 1.4px;
    text-align: left;
    color: #ffffff;
    font-size: 1rem;
  }

  .right_menu_mobile .search_menu {
    margin-right: 16% !important;
  }

  .search_menu a::before {
    font-size: 1.1rem;
  }

  .breadcrumb_level .delimiter {
    margin-right: 1.2% !important;
    margin-left: 1.4% !important;
  }

  .child_menu.breadcrumb_child_menu a.naviation_dots {
    bottom: 0px;
    line-height: 1.22;
    font-size: 30px !important;
  }

  .breadcrumb_submenu {
    top: 70%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 10px;
  }

  .breadcrumb_level .current {
    position: relative;
    top: 2px;
  }

  .breadcrumb_level .current.mobile_current {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .breadcrumb_level .hide_in_mobile {
    display: none !important;
  }

  .breadcrumb_level .mobile_home_icon {
    display: block;
  }

  .breadcrumb_level .child_menu:nth-child(3) {
    position: relative;
    top: 2%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .breadcrumb_level .breadcrumb_child_menu.dropdown-submenu {
    position: relative;
    top: 2% !important;
  }

  .faq_question_container span {
    position: relative;
    width: 85%;
    top: 9px;
    display: inline-block;
    margin-bottom: 0px;
  }

  .breadcrumb_submenu ul.yap_breadcrumb_sub_menu_item_ul li {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: solid 1px #f7f7f7;
    margin: 0;
  }

  .breadcrumb_submenu ul.yap_breadcrumb_sub_menu_item_ul li:last-child {
    border-bottom: unset;
  }

  .breadcrumb_submenu ul.yap_breadcrumb_sub_menu_item_ul {
    margin-bottom: 0px;
  }

  .delimiter img {
    position: relative;
    top: 2px;
  }

  .dropdown-menu.mobile_signin_menu {
    width: -webkit-max-content;
    width: max-content;
  }

  .service_image_container {
    width: 9.857142857142858rem;
    height: 10.714285714285714rem;
  }

  .center_image.service_image_container {
    height: 15.928571428571429rem;
    top: 28%;
  }

  .service_image_container img {
    height: 85%;
  }

  .top_right_image.service_image_container .service_image img {
    width: 100%;
  }

  .top_right_image.service_image_container {
    left: 60%;
    top: 11%;
  }

  .bottom_left_image.service_image_container {
    left: 0%;
    top: 55.5%;
  }

  .bottom_right_image.service_image_container {
    left: 66%;
    top: 55.5%;
  }

  .ticketing_page_row .top_right_image.service_image_container {
    top: 4%;
  }

  .ticketing_page_row .bottom_right_image.service_image_container {
    top: 56%;
  }

  .ticketing_page_row .center_image.service_image_container {
    top: 25%;
  }

  .marketing_page_row .bottom_right_image.service_image_container {
    top: 55%;
  }

  .marketing_page_row .center_image.service_image_container {
    top: 23%;
  }

  .development_page_row .top_right_image.service_image_container {
    transform: scale(2.3);
    top: 11%;
    left: 60%;
  }

  .development_page_row .top_left_image.service_image_container {
    transform: scale(2.3);
    top: 11%;
  }

  .development_page_row .center_image.service_image_container {
    top: 23%;
  }

  .customer_relation_page_row .bottom_right_image.service_image_container {
    top: 56%;
  }

  .customer_relation_page_row .center_image.service_image_container {
    top: 23%;
  }

  .service_name_center_text {
    font-size: 4rem;
    font-weight: bold;
    opacity: 0.3;
  }

  .development_page_row .service_name_center_text {
    font-size: 3.3rem;
  }
}
@media only screen and (max-width: 767px) {
  #navbar_supported_content_desktop.yap_hide_in_mobile {
    display: none !important;
  }

  .yap_hide_in_desktop {
    display: block;
  }
  body:not(.yap_mobile) .yap_gs_rs_data {
    display: flex;
    flex-direction: column;
  }

  body:not(.yap_mobile) .yap-col-md-20 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .gs_rs_title_container {
    padding: 22px 0;
    min-height: unset;
  }

  .yap-col-md-20.col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .gs_rs_fees_title {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .fees_type_container {
    border-bottom: 1px solid #e0e0e0;
  }
  .yap_border_bottom {
    border-bottom: unset;
  }

  .gs_rs_fees_title:nth-child(1) {
    border-right: 1px solid #e0e0e0;
  }

  .yap_gs_rs_data .yap_border_right {
    border-right: unset;
  }

  .yap_gs_rs_data .yap_break_word::before {
    content: unset;
  }

  .icon-bg {
    margin: auto auto 10px auto;
  }
  .loyalty_tiers_text .sub_title {
    margin-top: 8px;
  }

  .gs_rs_title_container {
    padding: 16px 0;
  }

  .gs_rs_title_container.loyalty_tiers_text {
    padding-top: 22.5px;
  }

  .gs_rs_fees_title {
    min-height: 83px;
  }

  .yap_gs_rs_data .loyalty_text_container {
    border-right: 1px solid #e0e0e0;
    border-top-right-radius: 8px;
  }

  .yap_gs_rs_data .gs_rs_price_container {
    border-right: 1px solid #e0e0e0;
    border-top-right-radius: unset;
    border-left: 1px solid #e0e0e0;
    border-top: unset;
    border-bottom-left-radius: 8px;
  }

  .navbar-brand.order-1.order-lg-0.ml-lg-0.ml-2.mr-auto {
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
  }

  .navbar-toggler.align-self-start {
    height: 95%;
  }
  .yap_mobile_search {
    width: 50%;
  }

  .right_menu_mobile .menu_item a {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sign-in-icon {
    width: 18px;
    height: 18px;
  }

  .submenu.signin_menu {
    left: -1.694445rem;
  }
}

@media only screen and (max-width: 576px) {
  .breadcrumb_level .child_menu,
  .breadcrumb_level .delimiter {
    display: none;
  }

  .breadcrumb_level .child_menu:nth-child(1) {
    display: block !important;
  }

  .breadcrumb_level .delimiter:nth-child(2) {
    display: block !important;
  }
  .img_bg_shape {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-device-width: 767px) and (max-device-width: 833px) and (orientation: portrait) {
  #navbar_supported_content_desktop.yap_hide_in_mobile {
    display: none !important;
  }

  .yap_hide_in_desktop {
    display: block;
  }
  .service_image_container {
    width: 21rem;
    height: 21rem;
  }

  .service_image_container img {
    height: 60%;
  }

  .top_right_image.service_image_container {
    left: 63%;
  }

  .top_left_image.service_image_container {
    left: -10%;
  }

  .bottom_left_image.service_image_container {
    top: 56%;
    left: 0%;
  }

  .bottom_right_image.service_image_container {
    left: 55%;
    top: 56%;
  }

  .service_name_center_text {
    font-size: 7.9rem;
    top: 40%;
  }

  .development_page_row .bottom_left_image.service_image_container {
    top: 56%;
  }

  .development_page_row .top_right_image.service_image_container {
    left: 70%;
  }

  .marketing_page_row .bottom_right_image.service_image_container {
    top: 55%;
  }

  .marketing_page_row .top_left_image.service_image_container {
    top: 2%;
  }

  .customer_relation_page_row .bottom_right_image.service_image_container {
    top: 56%;
  }

  .customer_relation_page_row .top_right_image.service_image_container {
    left: 69%;
  }

  .customer_relation_page_row .top_left_image.service_image_container {
    left: 3%;
  }
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1023px) and (orientation: portrait) {
  #navbar_supported_content_desktop.yap_hide_in_mobile {
    display: none !important;
  }

  .yap_hide_in_desktop {
    display: block;
  }
  .service_image_container {
    width: 21rem;
    height: 21rem;
  }

  .bottom_left_image.service_image_container {
    top: 50%;
    left: 0%;
  }

  .bottom_right_image.service_image_container {
    left: 55%;
    top: 50%;
  }

  .service_image_container img {
    height: 60%;
  }

  .top_right_image.service_image_container {
    left: 63%;
  }

  .top_left_image.service_image_container {
    left: -10%;
  }

  .service_name_center_text {
    font-size: 7.9rem;
    top: 40%;
  }

  .development_page_row .top_right_image.service_image_container {
    left: 72%;
  }

  .development_page_row .bottom_left_image.service_image_container {
    top: 50%;
  }

  .marketing_page_row .bottom_right_image.service_image_container {
    top: 50%;
  }

  .marketing_page_row .top_right_image.service_image_container {
    left: 70%;
  }

  .marketing_page_row .top_left_image.service_image_container {
    top: 2%;
  }

  .customer_relation_page_row .bottom_right_image.service_image_container {
    top: 50%;
  }

  .customer_relation_page_row .top_right_image.service_image_container {
    left: 70%;
  }

  .customer_relation_page_row .top_left_image.service_image_container {
    left: 2%;
  }
}

@media only screen and (min-device-width: 1023px) and (max-device-width: 1024px) and (orientation: portrait) {
  #navbar_supported_content_desktop.yap_hide_in_mobile {
    display: none !important;
  }

  .yap_hide_in_desktop {
    display: block;
  }
  .service_image_container {
    width: 21rem;
    height: 21rem;
  }

  .service_image_container img {
    height: 60%;
  }

  .top_right_image.service_image_container {
    left: 70%;
  }

  .top_left_image.service_image_container {
    left: -7%;
  }

  .bottom_left_image.service_image_container {
    top: 40%;
    left: 0%;
  }

  .bottom_right_image.service_image_container {
    left: 55%;
    top: 40%;
  }

  .service_name_center_text {
    font-size: 7.9rem;
    top: 32%;
  }

  .center_image.service_image_container {
    top: 11%;
  }

  .bottom_right_image.service_image_container {
    top: 42%;
  }

  .development_page_row .bottom_left_image.service_image_container {
    top: 42%;
  }

  .development_page_row .top_right_image.service_image_container {
    left: 74%;
  }

  .marketing_page_row .bottom_right_image.service_image_container {
    top: 40%;
  }

  .marketing_page_row .top_right_image.service_image_container {
    left: 74%;
  }

  .marketing_page_row .top_left_image.service_image_container {
    top: 2%;
  }

  .customer_relation_page_row .bottom_right_image.service_image_container {
    top: 39%;
  }

  .customer_relation_page_row .top_left_image.service_image_container {
    left: 2%;
  }

  .customer_relation_page_row .top_right_image.service_image_container {
    left: 75%;
  }

  .customer_relation_page_row .bottom_left_image.service_image_container {
    left: 8%;
  }
}
