/**
 * Custom scroll bar for cross-browser
 * @parm n/a
 */
html {
  scroll-behavior: smooth; }

button:focus {
  outline: none; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.modal-full {
  min-width: 100%;
  margin: 0; }
  .modal-full .a-ticket-rule-modal-content {
    border-radius: 0;
    border: 0;
    padding: 75px 110px 110px 110px;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 0.8); }
    .modal-full .a-ticket-rule-modal-content .close-modal {
      background-color: transparent;
      border: none;
      -ms-flex-item-align: end;
      align-self: flex-end;
      padding: 0; }
      .modal-full .a-ticket-rule-modal-content .close-modal .modal-close-button {
        float: right;
        margin-bottom: 15px;
        height: 20px;
        position: relative; }
    .modal-full .a-ticket-rule-modal-content .ipad-modal-close-button {
      height: 20px; }
    .modal-full .a-ticket-rule-modal-content .content-details {
      background-color: white; }
      .modal-full .a-ticket-rule-modal-content .content-details .abt-modal-header {
        display: none; }

.tab-content-block .header-paragraph {
  color: #333333 !important;
  text-align: justify;
  font-size: 14px;
  line-height: 19px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.tab-content-block .title-text, .tab-content-block .header-wrapper .header-with-background {
  color: #333333 !important;
  font-size: 20px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.common-confirm-btn {
  height: 50px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  display: block;
  margin-top: 70px;
  margin-bottom: 42px;
  background-color: #B82D30;
  width: 280px;
  padding: 0;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  border-radius: 6px; }

.common-confirm-btn:hover {
  -webkit-transition: none !important;
  transition: none !important;
  color: white !important; }

.tab-content-block {
  padding: 14px;
  padding-top: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .tab-content-block ::-webkit-scrollbar {
    -webkit-appearance: none !important;
    width: 3px !important;
    height: 10px !important;
    margin-top: 0 !important;
    position: absolute !important;
    top: 50px !important; }
  .tab-content-block ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #B2B2B2 !important; }
  .tab-content-block ::-webkit-scrollbar-track {
    border-left: 1px solid #D4D4D4;
    border-right: 1px solid #D4D4D4;
    margin-left: -1px;
    margin-right: -1px;
    background-color: #fff; }
  .tab-content-block .custom-scroll-bar {
    scrollbar-color: #B2B2B2 #EDEDED;
    scrollbar-width: thin;
    scrollbar-face-color: #B2B2B2;
    scrollbar-arrow-color: #EDEDED;
    scrollbar-track-color: #EDEDED; }
  .tab-content-block .page-heading-section {
    margin-bottom: 34px;
    margin-top: -11px; }
    .tab-content-block .page-heading-section h4 {
      margin: 0 0 5px 15px;
      font-size: 16px;
      font-weight: bold;
    }
    .tab-content-block .page-heading-section p {
      padding-bottom: 5px;
      padding-left: 15px; }
      .tab-content-block .page-heading-section p:last-child {
        padding-bottom: 0; }
  .tab-content-block .title-text {
    color: #000;
    margin-bottom: 10px; }
  .tab-content-block .second-title-text {
    font-size: 20px;
    color: #000;
    margin-top: 38px;
    margin-bottom: 20px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased; }
  .tab-content-block .header-wrapper {
    margin-left: -15px;
    margin-right: -15px; }
    @media (min-width: 1280px) {
      .tab-content-block .header-wrapper {
        margin: 0px; } }
    .tab-content-block .header-wrapper .header-with-background {
      margin-bottom: 25px;
      padding: 10px;
      padding-left: 15px;
      background-color: #ebebeb; }
  .tab-content-block .header-paragraph {
    font-size: 13px; }
  .tab-content-block .pb40 {
    padding-bottom: 40px !important; }
  .tab-content-block .first-table-header,
  .tab-content-block .second-table-header {
    height: 36px;
    padding: 0px 0px 0px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f2f2f2;
    color: #777777;
    font-size: 14px;
    border: 1px solid #d4d4d4; }
    .tab-content-block .first-table-header.toggle-table-header,
    .tab-content-block .second-table-header.toggle-table-header {
      height: 40px;
      padding: 0px 0px 0px 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      background-color: #f2f2f2;
      font-size: 14px;
      border: 1px solid #d4d4d4; }
    .tab-content-block .first-table-header.toggle-table-header-nb,
    .tab-content-block .second-table-header.toggle-table-header-nb {
      height: 40px;
      padding: 0px 0px 0px 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      background-color: #f2f2f2;
      font-size: 14px;
      border: 1px solid #d4d4d4;
      border-bottom: none; }
    .tab-content-block .first-table-header span.first-table-plus-icon,
    .tab-content-block .first-table-header span.second-table-plus-icon,
    .tab-content-block .second-table-header span.first-table-plus-icon,
    .tab-content-block .second-table-header span.second-table-plus-icon {
      width: 40px;
      height: 40px;
      background-image: url(../_img/table-plus.png);
      background-repeat: no-repeat;
      background-size: 12px;
      background-position: center; }
      @media (min-width: 1279px) {
        .tab-content-block .first-table-header span.first-table-plus-icon,
        .tab-content-block .first-table-header span.second-table-plus-icon,
        .tab-content-block .second-table-header span.first-table-plus-icon,
        .tab-content-block .second-table-header span.second-table-plus-icon {
          display: none; } }
    .tab-content-block .first-table-header span.first-table-minus-icon,
    .tab-content-block .first-table-header span.second-table-minus-icon,
    .tab-content-block .second-table-header span.first-table-minus-icon,
    .tab-content-block .second-table-header span.second-table-minus-icon {
      width: 40px;
      height: 40px;
      background-image: url(../_img/table-minus.png);
      background-repeat: no-repeat;
      background-size: 12px;
      background-position: center; }
      @media (min-width: 1279px) {
        .tab-content-block .first-table-header span.first-table-minus-icon,
        .tab-content-block .first-table-header span.second-table-minus-icon,
        .tab-content-block .second-table-header span.first-table-minus-icon,
        .tab-content-block .second-table-header span.second-table-minus-icon {
          display: none; } }
  .tab-content-block .first-table-header-ipad,
  .tab-content-block .second-table-header-ipad {
    height: 64px;
    padding: 0px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f2f2f2;
    font-size: 20px;
    color: #777777;
    border: 1px solid #d4d4d4; }
    .tab-content-block .first-table-header-ipad.toggle-table-header-ipad,
    .tab-content-block .second-table-header-ipad.toggle-table-header-ipad {
      height: 60px;
      padding: 0px 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      background-color: #f2f2f2;
      font-size: 20px;
      border: 1px solid #d4d4d4 !important; }
    .tab-content-block .first-table-header-ipad.toggle-table-header-ipad-nb,
    .tab-content-block .second-table-header-ipad.toggle-table-header-ipad-nb {
      height: 60px;
      padding: 0px 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      background-color: #f2f2f2;
      font-size: 20px;
      border: 1px solid #d4d4d4;
      border-bottom: none; }
    .tab-content-block .first-table-header-ipad span.first-table-plus-icon-ipad,
    .tab-content-block .first-table-header-ipad span.second-table-plus-icon-ipad,
    .tab-content-block .second-table-header-ipad span.first-table-plus-icon-ipad,
    .tab-content-block .second-table-header-ipad span.second-table-plus-icon-ipad {
      width: 19px;
      height: 18px;
      background-image: url(../_img/table-plus.png);
      background-repeat: no-repeat;
      background-size: 23px;
      background-position: center; }
      @media (min-width: 1279px) {
        .tab-content-block .first-table-header-ipad span.first-table-plus-icon-ipad,
        .tab-content-block .first-table-header-ipad span.second-table-plus-icon-ipad,
        .tab-content-block .second-table-header-ipad span.first-table-plus-icon-ipad,
        .tab-content-block .second-table-header-ipad span.second-table-plus-icon-ipad {
          display: none; } }
    .tab-content-block .first-table-header-ipad span.first-table-minus-icon-ipad,
    .tab-content-block .first-table-header-ipad span.second-table-minus-icon-ipad,
    .tab-content-block .second-table-header-ipad span.first-table-minus-icon-ipad,
    .tab-content-block .second-table-header-ipad span.second-table-minus-icon-ipad {
      width: 19px;
      height: 18px;
      background-image: url(../_img/table-minus.png);
      background-repeat: no-repeat;
      background-size: 23px;
      background-position: center; }
      @media (min-width: 1279px) {
        .tab-content-block .first-table-header-ipad span.first-table-minus-icon-ipad,
        .tab-content-block .first-table-header-ipad span.second-table-minus-icon-ipad,
        .tab-content-block .second-table-header-ipad span.first-table-minus-icon-ipad,
        .tab-content-block .second-table-header-ipad span.second-table-minus-icon-ipad {
          display: none; } }
  .tab-content-block .mobile-table-footer {
    border: 1px solid #D7D7D7;
    border-top: none;
    border-bottom: none;
    width: 100%;
    font-size: 13px;
    display: none;
    color: #333333; }
    .tab-content-block .mobile-table-footer tbody {
      background-color: #fff;
      width: 100%; }
      .tab-content-block .mobile-table-footer tbody tr td:first-child {
        width: 60%;
        padding: 10px;
        border-right: 1px solid #D4D4D4; }
        .tab-content-block .mobile-table-footer tbody tr td:first-child p {
          color: #333333; }
      .tab-content-block .mobile-table-footer tbody tr td:last-child {
        width: 40%;
        padding: 10px;
        text-align: right; }
        .tab-content-block .mobile-table-footer tbody tr td:last-child p {
          color: #333333; }
  .tab-content-block .mobile-table-last-footer {
    background-color: #f2e6e6 !important;
    color: #333333;
    display: none;
    font-size: 13px;
    height: 40px;
    padding: 0px 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .tab-content-block .mobile-table-last-footer div:first-child {
      font-weight: bold;
      color: #777777; }
  .tab-content-block .abt-mobile-header {
    display: none; }
  .tab-content-block .abt-ipad-header {
    display: none; }
  .tab-content-block .desktop-table {
    display: none;
    border-bottom: none;
    font-size: 14px;
    color: #333333; }
    @media (min-width: 1280px) {
      .tab-content-block .desktop-table {
        display: inline-table;
        width: 100%; } }
    .tab-content-block .desktop-table.desktop-table-first tbody tr {
      width: 100%;
      display: inline-table; }
    .tab-content-block .desktop-table tbody {
      background-color: #fff;
      width: 100%; }
      .tab-content-block .desktop-table tbody tr {
        display: inline-table;
        border-bottom: 1px solid #D4D4D4; }
        .tab-content-block .desktop-table tbody tr td {
          width: 16.67%;
          padding: 10px 20px;
          border-right: 1px solid #D4D4D4; }
          .tab-content-block .desktop-table tbody tr td p {
            color: #333333; }
        .tab-content-block .desktop-table tbody tr td:first-child {
          border-left: 1px solid #D4D4D4; }
      .tab-content-block .desktop-table tbody tr:first-child td {
        border-top: 1px solid #D4D4D4;
        background-color: #eaeaea !important;
        text-align: center; }
      .tab-content-block .desktop-table tbody tr:last-child td {
        text-align: center;
        border-bottom: none; }
  .tab-content-block .intial-mobile-table {
    display: none; }
  .tab-content-block .mobile-table {
    border: 1px solid #D7D7D7;
    width: 100%;
    font-size: 12px;
    display: none;
    color: #333333; }
    .tab-content-block .mobile-table tbody {
      background-color: #fff;
      width: 100%; }
      .tab-content-block .mobile-table tbody tr {
        border-bottom: 1px solid #D4D4D4;
        height: 39px; }
        .tab-content-block .mobile-table tbody tr td:first-child {
          width: 60%;
          padding: 10px;
          border-right: 1px solid #D4D4D4; }
          .tab-content-block .mobile-table tbody tr td:first-child p {
            color: #333333; }
        .tab-content-block .mobile-table tbody tr td:last-child {
          width: 40%;
          padding: 10px;
          text-align: right;
          border-right: 1px solid #D4D4D4; }
          .tab-content-block .mobile-table tbody tr td:last-child p {
            color: #333333; }
      .tab-content-block .mobile-table tbody.first-table-first-td {
        background-color: #ebebeb; }
      .tab-content-block .mobile-table tbody tr:last-child td {
        border-bottom: none; }
  .tab-content-block .hotel-charge-details-table-block {
    border: 1px solid #d5d5d5;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .tab-content-block .hotel-charge-details-table-block .item {
      background-color: #ffffff; }
      .tab-content-block .hotel-charge-details-table-block .item:first-child {
        margin-right: auto;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto; }
      .tab-content-block .hotel-charge-details-table-block .item.last .item-box {
        width: 130px;
        border-right: 0; }
      .tab-content-block .hotel-charge-details-table-block .item .item-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 18px;
        border-bottom: 1px solid #d4d4d4;
        border-left: 1px solid #d4d4d4;
        height: 50px;
        font-size: 14px;
        background-color: #ffffff;
        color: #333333; }
        .tab-content-block .hotel-charge-details-table-block .item .item-box.left-fix {
          min-width: 188px;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          border-left: none;
          border-right: 1px solid #d4d4d4;
          font-size: 15px;
          color: #777777; }
        .tab-content-block .hotel-charge-details-table-block .item .item-box.top {
          height: 60px;
          background: #ededed;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          font-size: 15px;
          line-height: 18px;
          padding: 10px 15px;
          color: #777777; }
        .tab-content-block .hotel-charge-details-table-block .item .item-box:last-child {
          border-bottom: 0; }
        .tab-content-block .hotel-charge-details-table-block .item .item-box.second-table {
          min-width: 299px; }
    .tab-content-block .hotel-charge-details-table-block .item-scroll {
      overflow-x: scroll;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .tab-content-block .hotel-charge-details-table-block .item-scroll .item .item-box {
        width: 110px; }
      .tab-content-block .hotel-charge-details-table-block .item-scroll .item:first-child .item-box {
        border-left: 0; }
  .tab-content-block .hotel-charge-details-table-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f2e6e6;
    border: 1px solid #c7c7c7;
    border-top: 0;
    height: 60px;
    padding-right: 18px;
    margin-bottom: 20px; }
    .tab-content-block .hotel-charge-details-table-footer .text {
      font-size: 15px;
      color: #777777; }
    .tab-content-block .hotel-charge-details-table-footer .price {
      font-size: 14px;
      color: #333333; }
  .tab-content-block .hotel-charge-discount-section {
    background: #fff;
    border: 1px solid #c7c7c7;
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
    width: 100%; }
    .tab-content-block .hotel-charge-discount-section .hotel-charge-discount-left-side {
      padding-left: 15px;
      font-size: 15px;
      color: #777777; }
    .tab-content-block .hotel-charge-discount-section .hotel-charge-discount-right-side {
      color: #cd0517;
      padding-right: 17px;
      font-size: 14px; }
  .tab-content-block .red-color-div-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 13px;
    margin-bottom: 40px; }
    .tab-content-block .red-color-div-desktop .red-color-div {
      display: none; }
      @media screen and (min-width: 1280px) {
        .tab-content-block .red-color-div-desktop .red-color-div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 70px;
          font-size: 14px;
          width: 38%;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 20px; }
          .tab-content-block .red-color-div-desktop .red-color-div p {
            padding-bottom: 0;
            padding-top: 10px; }
          .tab-content-block .red-color-div-desktop .red-color-div .amount {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end; }
            .tab-content-block .red-color-div-desktop .red-color-div .amount h2 {
              font-size: 28px;
              font-weight: bold;
              font-family: Arial;
              margin-bottom: 0; }
            .tab-content-block .red-color-div-desktop .red-color-div .amount p {
              padding-bottom: 4px; } }
  .tab-content-block .red-color-div {
    display: none; }

/* IE 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tab-content-block .hotel-charge-details-table-block .item-scroll .item .item-box {
    width: auto; }
  .tab-content-block .hotel-charge-details-table-block .item:first-child {
    border-left: 0px solid #d4d4d4 !important; } }

/* Edge Browser*/
@supports (-ms-ime-align: auto) {
  .tab-content-block .hotel-charge-details-table-block .item-scroll .item .item-box {
    width: 111px; } }

/*
  ##Device = iPad
  ##Screen = 768 to 1279px
*/
@media (min-width: 768px) and (max-width: 1279px) {
  .a-ticket-rule-modal-content {
    padding: 40px !important;
    background-color: rgba(0, 0, 0, 0.5); }
    .a-ticket-rule-modal-content .modal-close-button {
      display: none; }
    .a-ticket-rule-modal-content .ipad-modal-close-button {
      display: block; }
    .a-ticket-rule-modal-content .content-details .abt-modal-header {
      height: 80px;
      padding: 15px 23px;
      font-size: 22px;
      font-weight: bold;
      background-color: #f5f5f5;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .common-confirm-btn {
    height: 46px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: -10px;
    margin-bottom: 40px;
    width: 198px;
    float: right;
    font-size: 16px; }
  .tab-content-block {
    padding: 5px;
    padding-top: 30px; }
    .tab-content-block .page-heading-section {
      margin-bottom: 70px; }
    .tab-content-block .title-text {
      margin-bottom: 30px;
      margin-top: 30px; }
    .tab-content-block .second-title-text {
      margin-top: 50px;
      margin-bottom: 40px; }
    .tab-content-block .header-wrapper {
      margin: 0px -44px; }
      .tab-content-block .header-wrapper .header-with-background {
        margin-left: 15px;
        margin-right: 15px;
        padding: 20px 25px; }
    .tab-content-block .header-paragraph {
      font-size: 17px !important;
      line-height: 30px;
      padding-left: 0px !important; }
    .tab-content-block .first-table-header,
    .tab-content-block .second-table-header {
      border-bottom: none;
      pointer-events: none; }
    .tab-content-block .hotel-charge-details-table-block {
      display: none; }
    .tab-content-block .hotel-charge-details-table-footer {
      display: none; }
    .tab-content-block .hotel-charge-discount-section {
      margin-top: 15px; }
      .tab-content-block .hotel-charge-discount-section .hotel-charge-discount-left-side {
        font-size: 20px;
        color: #333333; }
      .tab-content-block .hotel-charge-discount-section .hotel-charge-discount-right-side {
        font-size: 22px; }
    .tab-content-block .intial-mobile-table {
      display: inline-table !important;
      color: #333333; }
      .tab-content-block .intial-mobile-table tbody tr {
        height: 71px !important;
        font-size: 20px; }
        .tab-content-block .intial-mobile-table tbody tr td:first-child {
          width: 50% !important;
          background-color: #ececec; }
        .tab-content-block .intial-mobile-table tbody tr td:last-child {
          width: 50% !important; }
    .tab-content-block .mobile-table {
      display: none; }
      .tab-content-block .mobile-table tbody {
        font-size: 17px; }
        .tab-content-block .mobile-table tbody tr {
          height: 90px; }
          .tab-content-block .mobile-table tbody tr td {
            padding: 15px 30px !important; }
    .tab-content-block .mobile-table-footer {
      display: inline-table !important; }
      .tab-content-block .mobile-table-footer tbody {
        font-size: 17px; }
        .tab-content-block .mobile-table-footer tbody tr {
          height: 72px; }
          .tab-content-block .mobile-table-footer tbody tr td {
            padding: 15px 30px !important; }
    .tab-content-block .mobile-table-last-footer {
      padding: 30px !important;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      font-size: 17px;
      border: 1px solid #d4d4d4;
      height: 90px; }
      .tab-content-block .mobile-table-last-footer div:first-child {
        font-size: 20px; }
    .tab-content-block .abt-ipad-header {
      display: block; }
    .tab-content-block .red-color-div {
      display: block;
      border: 3px solid #ca0d21;
      padding: 40px 30px;
      height: 120px;
      color: #ca0d21;
      font-size: 20px;
      margin-top: -5px;
      margin-bottom: 60px; }
      .tab-content-block .red-color-div .amount {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        .tab-content-block .red-color-div .amount div:first-child {
          font-family: Arial;
          font-size: 30px;
          font-weight: bold;
          margin-top: -10px; }
        .tab-content-block .red-color-div .amount div:last-child {
          margin-left: 15px; } }

/*
  ##Device = Smart Phone (Landscape)
  ##Screen = 601 to 767px
*/
@media (min-width: 601px) and (max-width: 767px) {
  .a-ticket-rule-modal-content {
    padding: 40px !important; }
    .a-ticket-rule-modal-content .modal-close-button,
    .a-ticket-rule-modal-content .ipad-modal-close-button {
      display: none; }
  .common-confirm-btn {
    height: 45px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 15px;
    margin-bottom: 25px;
    width: 260px; }
  .tab-content-block .title-text, .tab-content-block .header-wrapper .header-with-background {
    font-size: 15px !important; }
  .first-table-header,
  .second-table-header {
    padding-left: 10px; }
  .mobile-table-footer {
    display: inline-table !important; }
  .mobile-table-last-footer {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    font-size: 12px;
    border: 1px solid #d4d4d4;
    height: 40px; }
  .abt-mobile-header {
    display: block !important; }
  .intial-mobile-table {
    display: inline-table !important;
    color: #333333; }
    .intial-mobile-table tbody tr {
      height: 51px;
      font-size: 14px; }
      .intial-mobile-table tbody tr td:first-child {
        width: 50% !important;
        background-color: #ececec; }
      .intial-mobile-table tbody tr td:last-child {
        width: 50% !important; }
  .mobile-table {
    display: none; }
  .tab-content-block {
    padding: 0px;
    padding-top: 30px; }
    .tab-content-block .title-text {
      font-size: 15px !important;
      margin-top: 10px; }
    .tab-content-block .second-title-text {
      font-size: 15px !important; }
    .tab-content-block .header-wrapper {
      margin: 0px -24px !important; }
      .tab-content-block .header-wrapper .header-with-background {
        padding-left: 24px !important; }
    .tab-content-block .header-paragraph {
      padding-left: 0px !important; }
    .tab-content-block .hotel-charge-details-table-block {
      display: none; }
    .tab-content-block .hotel-charge-details-table-footer {
      display: none; }
    .tab-content-block .hotel-charge-discount-section {
      padding-top: 10px;
      padding-bottom: 10px;
      margin-top: 15px; }
      .tab-content-block .hotel-charge-discount-section .hotel-charge-discount-left-side {
        color: #333333;
        font-size: 13px; }
      .tab-content-block .hotel-charge-discount-section .hotel-charge-discount-right-side {
        font-size: 13px;
        padding-right: 10px; }
    .tab-content-block .red-color-div {
      display: block;
      border: 3px solid #ca0d21;
      padding: 20px 15px 10px 15px;
      height: 82px;
      color: #ca0d21;
      font-size: 21px;
      margin-top: -30px;
      margin-bottom: 50px; }
      .tab-content-block .red-color-div .amount {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        .tab-content-block .red-color-div .amount div:first-child {
          font-family: Arial;
          font-size: 30px;
          font-weight: bold;
          margin-top: -10px; }
        .tab-content-block .red-color-div .amount div:last-child {
          margin-left: 15px; } }

/*
  ##Device = Smart Phone (portrait)
  ##Screen = B/w screen to 600px
*/
@media (min-width: 321px) and (max-width: 600px) {
  .a-ticket-rule-modal-content {
    padding: 55px 15px !important; }
    .a-ticket-rule-modal-content .modal-close-button,
    .a-ticket-rule-modal-content .ipad-modal-close-button {
      display: none !important; }
  .tab-content-block .title-text, .tab-content-block .header-wrapper .header-with-background {
    font-size: 15px !important; }
  .common-confirm-btn {
    height: 45px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 60px;
    margin-bottom: 60px;
    width: 100% !important; }
  .tab-content-block {
    padding: 0px;
    padding-top: 15px; }
    .tab-content-block .title-text {
      font-size: 15px;
      margin-bottom: 20px;
      margin-left: 0px;
      margin-top: 10px; }
    .tab-content-block .second-title-text {
      font-size: 15px;
      margin-bottom: 15px;
      margin-top: 35px; }
    .tab-content-block .header-wrapper .header-with-background {
      padding: 10px;
      padding-left: 15px;
      font-size: 14px; }
    .tab-content-block .header-paragraph {
      padding-left: 0px !important; }
    .tab-content-block .first-table-header,
    .tab-content-block .second-table-header {
      padding-left: 10px; }
    .tab-content-block .mobile-table-footer {
      display: inline-table !important; }
    .tab-content-block .mobile-table-last-footer {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      font-size: 12px;
      border: 1px solid #d4d4d4;
      height: 40px; }
    .tab-content-block .abt-mobile-header {
      display: block; }
    .tab-content-block .hotel-charge-details-table-block {
      display: none; }
    .tab-content-block .hotel-charge-details-table-footer {
      display: none; }
    .tab-content-block .hotel-charge-discount-section {
      padding-top: 10px;
      padding-bottom: 10px;
      margin-top: 15px; }
      .tab-content-block .hotel-charge-discount-section .hotel-charge-discount-left-side {
        color: #333333;
        font-size: 13px; }
      .tab-content-block .hotel-charge-discount-section .hotel-charge-discount-right-side {
        font-size: 13px;
        padding-right: 10px; }
    .tab-content-block .intial-mobile-table {
      display: inline-table !important;
      color: #333333; }
      .tab-content-block .intial-mobile-table tbody tr {
        height: 51px;
        font-size: 14px; }
        .tab-content-block .intial-mobile-table tbody tr td:first-child {
          width: 50% !important;
          background-color: #ececec; }
        .tab-content-block .intial-mobile-table tbody tr td:last-child {
          width: 50% !important; }
    .tab-content-block .mobile-table {
      display: none; }
    .tab-content-block .red-color-div {
      display: block;
      border: 3px solid #ca0d21;
      padding: 30px 10px 10px;
      height: 70px;
      color: #ca0d21;
      font-size: 13px;
      margin-top: -24px;
      margin-bottom: 60px; }
      .tab-content-block .red-color-div .amount {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        .tab-content-block .red-color-div .amount div:first-child {
          font-size: 23px;
          font-weight: bold;
          font-family: Arial;
          margin-top: -10px; }
        .tab-content-block .red-color-div .amount div:last-child {
          margin-left: 10px; } }

/*
  ##Device = Mini (portrait)
  ##Screen = B/w xxxpx to 320px
*/
@media screen and (max-width: 320px) {
  .a-ticket-rule-modal-content {
    padding: 55px 15px !important;
    padding-bottom: 20px !important; }
    .a-ticket-rule-modal-content .modal-close-button {
      display: none; }
    .a-ticket-rule-modal-content .ipad-modal-close-button {
      display: none; }
  .tab-content-block .title-text, .tab-content-block .header-wrapper .header-with-background {
    font-size: 15px !important; }
  .common-confirm-btn {
    height: 45px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 45px;
    margin-bottom: 45px;
    width: 100% !important; }
  .tab-content-block {
    padding: 0px !important;
    padding-top: 15px !important; }
    .tab-content-block .title-text {
      font-size: 15px;
      margin-bottom: 20px;
      margin-left: 0px;
      margin-top: 10px; }
    .tab-content-block .second-title-text {
      font-size: 15px !important;
      margin-top: 35px !important;
      margin-bottom: 15px !important; }
    .tab-content-block .header-wrapper .header-with-background {
      padding: 5px !important;
      padding-left: 15px !important;
      font-size: 14px !important;
      line-height: 24px !important; }
    .tab-content-block .header-paragraph {
      text-align: justify !important;
      padding-left: 0px !important; }
    .tab-content-block .hotel-charge-details-table-block {
      display: none; }
    .tab-content-block .hotel-charge-details-table-footer {
      display: none; }
    .tab-content-block .hotel-charge-discount-section {
      padding-top: 10px;
      padding-bottom: 10px;
      margin-top: 15px; }
      .tab-content-block .hotel-charge-discount-section .hotel-charge-discount-left-side {
        color: #333333;
        font-size: 13px; }
      .tab-content-block .hotel-charge-discount-section .hotel-charge-discount-right-side {
        font-size: 13px;
        padding-right: 10px; }
    .tab-content-block .first-table-header,
    .tab-content-block .second-table-header {
      padding-left: 10px !important; }
    .tab-content-block .mobile-table-footer {
      display: inline-table !important; }
    .tab-content-block .mobile-table-last-footer {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      font-size: 12px;
      height: 40px;
      border: 1px solid #d4d4d4; }
    .tab-content-block .abt-mobile-header {
      display: block; }
    .tab-content-block .intial-mobile-table {
      display: inline-table !important;
      color: #333333; }
      .tab-content-block .intial-mobile-table tbody tr {
        height: 51px;
        font-size: 14px; }
        .tab-content-block .intial-mobile-table tbody tr td:first-child {
          width: 50% !important;
          background-color: #ececec; }
        .tab-content-block .intial-mobile-table tbody tr td:last-child {
          width: 50% !important; }
    .tab-content-block .mobile-table {
      display: none; }
    .tab-content-block .red-color-div {
      display: block;
      border: 3px solid #ca0d21;
      padding: 30px 10px 10px;
      height: 70px;
      color: #ca0d21;
      font-size: 13px;
      margin-top: -24px;
      margin-bottom: 60px; }
      .tab-content-block .red-color-div .amount {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        .tab-content-block .red-color-div .amount div:first-child {
          font-size: 23px;
          font-weight: bold;
          margin-top: -10px; }
        .tab-content-block .red-color-div .amount div:last-child {
          margin-left: 10px; } }
