﻿@media only screen and (min-width: 1024px) {
  .ta-seat-presentation-section .taRowSeats .taSeats.normal .ta-available:hover .cls-1, .ta-seat-presentation-section .taRowSeats .taSeats.normal .ta-available:hover .cls-2 {
    fill: #ffc107;
  }
  .ta-seat-presentation-section .taRowSeats .taSeats.sofa .ta-available:hover .cls-1 {
    fill: #ffc107;
  }
  .ta-seat-presentation-section .taRowSeats .taSeats.premium .ta-available:hover .cls-2 {
    fill: #ffc107;
  }
  .ta-seat-presentation-section .taRowSeats .taSeats.lounge .ta-available:hover .cls-1 {
    fill: #ffc107;
  }
  .ta-seat-presentation-section .taRowSeats .taSeats.lounge .ta-available:hover .cls-2 {
    fill: #6d4f05;
  }
  /*.....nav.....*/
  .ta-front-header nav .ta-navbar-links li.ta-navbar-dropdown .ta-dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding: 10px 0;
    top: 100%;
    transform: translateY(50px);
    left: 0;
    width: 250px;
    background-color: #000;
    box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: 111;
    transition: 0.4s all;
  }
  .ta-front-header nav .ta-navbar-links li.ta-navbar-dropdown .ta-dropdown a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
  }
  .ta-front-header nav .ta-navbar-links li.ta-navbar-dropdown .ta-dropdown a:hover {
    padding-left: 30px;
    background: #e7e7e7;
  }
  .ta-front-header nav .ta-navbar-links li.ta-navbar-dropdown .ta-dropdown .ta-has-gChild {
    position: relative;
  }
  .ta-front-header nav .ta-navbar-links li.ta-navbar-dropdown .ta-dropdown .ta-has-gChild .ta-is-gChild {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding: 20px 0;
    top: 100%;
    transform: translateY(50px);
    left: 250px;
    width: 250px;
    background-color: #fff;
    box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: 111;
    transition: 0.4s all;
  }
  .ta-front-header nav .ta-navbar-links li.ta-navbar-dropdown .ta-dropdown .ta-has-gChild:hover .ta-is-gChild {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    left: 250px;
    top: 0;
  }
  .ta-front-header nav .ta-navbar-links li.ta-navbar-dropdown:hover .ta-dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }
}
@media only screen and (max-width: 1350px) {
  /*.....show timings......*/
  .ta-st-section .ta-tMovie-wrapper .ta-tMovie-header .ta-showDaysWrapper {
    gap: 8px;
  }
  .ta-st-section .ta-tMovie-wrapper .ta-tMovie-header .ta-showDaysWrapper .ta-showDays a {
    width: 85px;
    font-size: 13px;
    height: 35px;
  }
  .ta-st-section .ta-show-condition ul {
    gap: 12px;
  }
}
@media only screen and (max-width: 1023px) {
  /*.....default.....*/
  .ta-sectionWrapper {
    padding: 30px 0;
  }
  .ta-sectionWrapper-type-1 {
    padding: 0 0 30px 0;
  }
  .ta-section-common-title {
    margin-bottom: 20px;
  }
  .ta-section-common-title h2 {
    font-size: 22px;
  }
  /*...trailer...*/
  .ta-movieTrailerPlay {
    width: calc(100vw - 100px);
    height: 450px;
  }
  /*.....login.....*/
  .ta-credential-wrapper.ta-with-img .ta-credential-body-wrapper {
    display: flex;
    justify-content: center;
  }
  .ta-credential-wrapper.ta-with-img .ta-credential-body-wrapper .ta-credentail-img {
    display: none;
  }
  .ta-credential-wrapper.ta-with-img .ta-credential-body-wrapper .ta-credentail-body {
    margin: unset;
  }
  /*.....Nav Bar.......*/
  .ta-front-header {
    padding: 10px 20px;
  }
  .ta-front-header nav .navbar-brand .ta-dH-logoFull img {
    height: 35px;
  }
  .ta-front-header nav .ta-nav-link-wrapper {
    position: fixed;
    background: #2c2c2c;
    left: 100%;
    right: 0;
    top: 65px;
    z-index: 999;
    height: calc(100vh - 65px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    flex-flow: column;
    gap: 10px;
    align-items: start;
    padding: 40px 20px;
    overflow: auto;
  }
  .ta-front-header nav .ta-nav-link-wrapper.ta-navRespo {
    left: 0;
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }
  .ta-front-header nav .ta-nav-link-wrapper .ta-navbar-links {
    flex-flow: column;
    gap: 25px;
  }
  .ta-front-header nav .ta-nav-link-wrapper .ta-navbar-links li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
  }
  .ta-front-header nav .ta-nav-link-wrapper .ta-navbar-links li a.active {
    color: #e70000;
  }
  .ta-front-header nav .ta-nav-link-wrapper .ta-navbar-links li.ta-navbar-dropdown .isParent {
    display: none;
  }
  .ta-front-header nav .ta-nav-link-wrapper .ta-navbar-links li.ta-navbar-dropdown .ta-dropdown {
    visibility: unset;
    opacity: unset;
    position: unset;
    padding: unset;
    top: unset;
    transform: unset;
    left: unset;
    width: unset;
    background-color: unset;
    box-shadow: unset;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
    z-index: unset;
    transition: unset;
    display: flex;
    flex-flow: column;
    gap: 25px;
  }
  .ta-front-header nav .ta-nav-link-wrapper .ta-navbar-links li.ta-navbar-dropdown:hover .ta-dropdown {
    visibility: unset;
    opacity: unset;
    transform: unset;
  }
  .ta-front-header .ta-nav-lra-wrapper .ta-profile-dropDown {
    top: 55px;
  }
  .ta-front-header .ta-fhamburger-parent {
    display: block;
    position: relative;
    width: 24px;
    margin-left: 20px;
  }
  .ta-front-header .ta-fhamburger-parent .fhamburger {
    display: block;
    top: 50%;
    margin-top: -1px;
    width: 24px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 10px;
    position: absolute;
    transition: all 0.5s ease-in-out;
  }
  .ta-front-header .ta-fhamburger-parent .fhamburger::before {
    content: "";
    width: 24px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 10px;
    position: absolute;
    transform: translateY(-7px);
    transition: all 0.5s ease-in-out;
  }
  .ta-front-header .ta-fhamburger-parent .fhamburger::after {
    content: "";
    width: 24px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 10px;
    position: absolute;
    transform: translateY(7px);
    transition: all 0.5s ease-in-out;
  }
  .ta-front-header .ta-fhamburger-parent .fhamburger.ta-open {
    background: transparent;
  }
  .ta-front-header .ta-fhamburger-parent .fhamburger.ta-open::before {
    transform: rotate(-45deg);
    background: #FF0000;
  }
  .ta-front-header .ta-fhamburger-parent .fhamburger.ta-open::after {
    transform: rotate(45deg);
    background: #FF0000;
  }
  /*......Home page banner.......*/
  .ta-hBanner .ta-hBanner-wrapper .item .ta-bbody {
    left: 30px;
    bottom: 30px;
  }
  .ta-hBanner .ta-hBanner-wrapper .item .ta-bbody .ta-bgenre {
    font-size: 13px;
  }
  .ta-hBanner .ta-hBanner-wrapper .item .ta-bbody .ta-bname a {
    font-size: 20px;
  }
  .ta-hBanner .ta-hBanner-wrapper .item .ta-bbody .ta-bbody-f {
    margin-top: 15px;
    gap: 10px;
    display: none;
  }
  .ta-hBanner .ta-hBanner-wrapper .item .ta-bbody .ta-bbody-f .ta-bgrade {
    font-size: 12px;
    height: 35px;
    width: 35px;
  }
  .ta-hBanner .ta-hBanner-wrapper .owl-nav button {
    display: none;
  }
  /*.....movie list.....*/
  .ta-tMovie-wrapper {
    padding: 0 20px;
  }
  .ta-tMovie-wrapper .ta-tMovie-header {
    margin-bottom: 20px;
  }
  .ta-tMovie-wrapper .ta-tMovie-header .ta-sectionTitle {
    font-size: 22px;
  }
  .ta-tMovie-wrapper .ta-tMovie-header .ta-showDaysWrapper {
    gap: 6px;
  }
  .ta-tMovie-wrapper .ta-tMovie-header .ta-showDaysWrapper .ta-showDays a {
    width: 80px;
    height: 35px;
    font-size: 12px;
    border-radius: 4px;
  }
  .ta-tMovie-wrapper .ta-tMovie-list .ta-movieWrapper {
    gap: 15px;
  }
  /*.....Movie detail page.....*/
  .ta-mD-banner-wrapper {
    height: unset;
  }
  .ta-mD-banner-wrapper .ta-mD-banner-img {
    display: none;
  }
  .ta-mD-banner-wrapper .overlay {
    display: none;
  }
  .ta-mD-banner-wrapper .ta-mD-list-img {
    display: none;
  }
  .ta-mD-banner-wrapper .ta-mD-banner-body {
    position: unset;
    transform: unset;
    display: block;
  }
  .ta-mD-banner-wrapper .ta-movie-name {
    background: #151515;
    padding: 25px 20px;
  }
  .ta-mD-banner-wrapper .ta-movie-name h2 {
    font-size: 24px;
  }
  .ta-mD-banner-wrapper .ta-mD-banner-detail {
    position: relative;
    padding: 15px 20px 0 20px;
  }
  .ta-mD-banner-wrapper .ta-mDD-type {
    color: #ffffff;
  }
  .ta-mD-banner-wrapper .ta-mDD-type .ta-mDD-dash {
    background: #e70000;
  }
  .ta-mD-banner-wrapper .ta-mDD-dDate {
    flex-flow: row;
    gap: 15px;
  }
  .ta-mD-banner-wrapper .ta-mDD-dDate .ta-mDD-dDate-item {
    color: #ffffff;
  }
  .ta-mD-banner-wrapper .ta-mDD-dDate .ta-mDD-dDate-item i {
    color: #e70000;
  }
  .ta-mD-banner-wrapper .ta-mDD-like {
    margin-bottom: unset;
    margin-top: unset;
    position: absolute;
    top: 15px;
    right: 20px;
    color: #FF0000;
    align-items: center;
  }
  .ta-mD-banner-wrapper .ta-mDD-like span {
    color: #1E1C1C;
    font-size: 18px;
  }
  .ta-mD-banner-wrapper .ta-mDD-note {
    color: #1E1C1C;
  }
  .ta-mD-banner-wrapper .notify-wrapper {
    margin-top: 15px;
  }
  .about-movie-wrapper {
    padding: 25px 20px;
  }
  .teaser-body ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .ta-show-location-wrapper .ta-sl-body .ta-sl-header {
    padding: 20px 20px;
  }
  .ta-show-location-wrapper .ta-sl-body .ta-sl-header h2 {
    font-size: 24px;
  }
  .ta-show-location-wrapper .ta-sl-body .ta-showDays {
    padding: 0 20px 20px 20px;
    gap: 15px;
  }
  .ta-show-location-wrapper .ta-sl-body .ta-showDays .ta-showDay-item {
    width: 120px;
    height: 90px;
  }
  .ta-show-location-wrapper .ta-sl-body .ta-showDays .ta-showDay-item a span {
    font-size: 13px;
  }
  .ta-show-list-body .ta-show-list-item {
    padding: 20px 20px;
    display: block;
  }
  .ta-show-list-body .ta-show-list-item .location-name {
    margin-bottom: 8px;
  }
  .ta-show-list-body .ta-show-list-item .show-time-wrapper ul {
    gap: 12px;
  }
  .ta-show-list-body .ta-show-list-item .show-time-wrapper ul li a {
    height: 35px;
    width: 110px;
    font-size: 12px;
  }
  .ta-show-list-body .ta-show-list-item .show-time-wrapper ul li.ta-no-available {
    height: 35px;
    width: 110px;
    font-size: 12px;
  }
  .ta-show-list-body .ta-show-list-item .show-time-wrapper ul li .ta-screename-audi {
    top: -9px;
    padding: 3px 6px;
    border-radius: 3px;
  }
  .ta-show-list-body .ta-show-list-item .show-time-wrapper ul li .ta-screename-audi img {
    height: 8px;
  }
  /*.....seat layout page.......*/
  .ta-seatLayout-banner {
    padding: 20px 20px;
  }
  .ta-seatLayout-banner h2 {
    font-size: 24px;
  }
  .ta-seat-presentation-section .ta-hall-screen-wrapper {
    padding: 0 20px;
  }
  .ta-seat-presentation-section .ta-tableWrapper {
    overflow: auto;
    align-items: unset;
    -webkit-overflow-scrolling: touch;
  }
  .ta-screen-side p {
    font-size: 13px;
    width: 100%;
  }
  .seat-layout-body-wrapper {
    padding: 30px 0;
  }
  /*.....ticket purchase page design......*/
  .ta-pSuccess .ta-pSuccess-body {
    width: 550px;
    padding-bottom: 100px;
  }
  .ta-pSuccess .ta-movie-tf-detail {
    position: relative;
    border-radius: 6px;
  }
  .ta-pSuccess .ta-movie-tf-detail .ta-movie-t-head h3 {
    font-size: 18px;
  }
  .ta-pSuccess .ta-movie-tf-detail .ta-movie-t-head .ta-movie-t-btn .ta-tf-btn {
    display: none;
  }
  .ta-pSuccess .ta-movie-tf-detail .ta-movie-t-head .ta-movie-t-btn .ta-tf-respo-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background: #f7931e;
    border-radius: 2px 6px 2px 2px;
  }
  .ta-pSuccess .ta-movie-tf-detail .ta-movie-t-head .ta-movie-t-btn .ta-tf-respo-btn a {
    color: #ffffff;
  }
  .home-back-wrapper {
    margin-top: 15px;
  }
  /*.....feedback Form......*/
  .ta-fd-form {
    width: calc(100vw - 40px);
    max-width: unset;
    padding: 30px 0 100px 0;
  }
  /*.....footer......*/
  .ta-frontPage-footer {
    padding: 30px 0px;
  }
  .ta-frontPage-footer .ta-footerWrapper-top {
    padding: 0 20px;
    gap: 25px;
  }
  .ta-frontPage-footer .ta-cR-wrapper {
    padding: 20px 20px 0 20px;
  }
  .ta-common-description {
    padding: 30px 20px;
  }
  /*......contact us page.......*/
  .ta-contact-top-details {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  .ta-contact-top-body, .ta-lr-padding {
    padding: 0 20px;
  }
  /*.....my profile page design .......*/
  .ta-profile-tab ul {
    width: calc(100vw - 40px);
  }
  .ta-my-profile-content {
    width: calc(100vw - 40px);
  }
  /*........Ticket Rate Page Design..........*/
  .ta-ticketRate-body {
    padding: 0 20px;
  }
  /*.......adv and membership......*/
  .row-section .row-section-wrapper {
    display: flex;
    flex-flow: column;
  }
  .row-section .row-section-wrapper.left-row-section-wrapper {
    flex-flow: column-reverse;
  }
  .ta-enroll-wrapper {
    flex-flow: column;
    align-items: center;
    gap: 10px;
  }
  .ta-enroll-wrapper h4 {
    font-size: 14px;
    text-align: center;
  }
  .ta-mem-des, .ta-mem-get, .ta-who-mem {
    padding: 0 20px;
  }
  /*....add and promotion section......*/
  .ta-a-p-section-body {
    padding: 0 20px;
  }
  .ta-promotion-detail {
    padding: 30px 0 80px 0;
  }
  .ta-promotion-detail .ta-promotion-detail-body {
    width: calc(100vw - 100px);
  }
  /*...career page....*/
  .ta-career-lm-wrapper {
    padding: 0 20px;
  }
  .ta-career-detail-wrapper {
    padding: 0 20px;
    gap: 20px;
  }
  .ta-title-job-postion .ta-title-position-bold h2 {
    font-size: 22px;
  }
  .ta-title-job-postion .ta-view-count-wrapper {
    gap: 12px;
  }
  .ta-title-job-postion .ta-view-count-wrapper .ta-apply-before p {
    font-size: 13px;
  }
  .ta-title-job-postion .ta-view-count-wrapper .ta-view-count-data p {
    font-size: 13px;
  }
  .ta-detail-data-career {
    flex-flow: column;
    width: unset;
    gap: 20px;
  }
  .ta-apply-now-side {
    width: 100%;
  }
  .ta-about-detail-job-lm {
    padding: 18px;
  }
  .ta-apply-fix-data {
    padding: 18px;
  }
  .ta-apply-fix-data .ta-apply-job-title h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .ta-apply-fix-data .ta-info-jobhold form .ta-submit-file-btn a {
    padding: 6px 18px;
  }
  .ta-apply-fix-data .ta-info-jobhold form .ta-submit-file-btn a h3 {
    font-size: 14px;
  }
  /*...show timings...*/
  .ta-st-movie-wrapper .ta-st-movie-item-body .ta-st-movie-img-wrapper {
    display: none;
  }
  .ta-st-movie-wrapper .ta-st-movie-item-body .ta-st-movie-content {
    padding-top: 0;
  }
  .ta-st-movie-wrapper .ta-st-movie-item-body .ta-st-movie-content .ta-movie-name .ta-st-movie-info {
    display: none;
  }
  .ta-st-movie-wrapper .ta-st-movie-item-body .ta-st-movie-content .ta-like-duration-wrapper {
    display: block;
  }
  .ta-st-section .ta-tMovie-wrapper .ta-tMovie-header {
    flex-flow: column;
    gap: 12px;
    justify-content: unset;
    align-items: unset;
  }
  .ta-st-section .ta-show-condition ul {
    justify-content: unset;
  }
  /*.....gallery.......*/
  .ta-advance-gallery-section .ta-gallery-tabs ul {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    padding: 0 20px;
  }
  .ta-advance-gallery-section .ta-gallery-tabs ul::-webkit-scrollbar {
    display: none;
  }
  .ta-photos-body-wrapper {
    padding: 0 20px;
  }
  .ta-photos-body-wrapper .ta-photos-body .ta-photos-item-wrapper {
    column-count: 3;
    column-gap: 15px;
  }
  .ta-photos-body-wrapper .ta-photos-body .ta-photos-item-wrapper .ta-photos-item {
    margin-bottom: 15px;
  }
  .ta-advance-gallery-section {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  /*...trailer...*/
  .ta-movieTrailerPlayWrapper .ta-close-video {
    top: -10px;
    right: -10px;
    height: 25px;
    width: 25px;
  }
  .ta-movieTrailerPlay {
    width: calc(100vw - 100px);
    height: 300px;
  }
  /*....movie list.....*/
  .ta-fShow-time .ta-fShow-time-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .ta-tMovie-wrapper .ta-tMovie-list .ta-movieWrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .ta-tMovie-wrapper .ta-tMovie-list .ta-movieWrapper .ta-showing-img-wrapper .movie-tag span {
    font-size: 12px;
    height: 25px;
    padding: 0 20px 0 10px;
  }
  /*.....movie detail page.......*/
  .ta-show-location-wrapper .ta-sl-body .ta-showDays {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .ta-show-location-wrapper .ta-sl-body .ta-showDays .ta-showDay-item {
    width: 100%;
  }
  /*......seat layout page.......*/
  .ta-seatLayout-banner h2 {
    font-size: 22px;
    margin-bottom: 2px;
  }
  .ta-seatLayout-banner .ta-movie-tag-list-wrapper .ta-movie-tag-list {
    gap: 16px;
  }
  .ta-seatLayout-banner .ta-movie-tag-list-wrapper .ta-movie-tag-list p {
    font-size: 12px;
  }
  .seat-layout-body-wrapper {
    padding: 10px 0 30px 0;
  }
  .seat-layout-body-wrapper .ta-seat-condition {
    margin-bottom: 10px;
  }
  .seat-layout-body-wrapper .ta-seat-condition ul {
    gap: 12px;
  }
  .seat-layout-body-wrapper .ta-seat-condition ul li {
    font-size: 12px;
    gap: 2px;
  }
  .seat-layout-body-wrapper .ta-seat-condition ul li span {
    height: 12px;
    width: 12px;
  }
  .ta-seattype-wrapper {
    padding: 8px 20px;
  }
  .ta-seattype-wrapper .ta-seattype {
    gap: 15px;
  }
  .ta-seattype-wrapper .ta-seattype li .ta-seattypname-title {
    font-size: 13px;
  }
  .ta-seattype-wrapper .ta-seattype li .ta-seatPrice {
    font-size: 13px;
  }
  .ta-seattype-wrapper .ta-seattype li .ta-seatIcon {
    height: 20px;
    width: 20px;
  }
  .ta-seattype-wrapper .ta-seattype li .ta-svgimgseat-wrapper {
    gap: 4px;
  }
  .ta-seat-presentation-section .ta-tableWrapper {
    gap: 12px;
  }
  .ta-seat-presentation-section .taRowSeats {
    gap: 15px;
  }
  .ta-seat-presentation-section .taRowSeats .ta-seatarrangment {
    height: 25px;
    width: 25px;
  }
  .ta-seat-presentation-section .taRowSeats .seat-no {
    font-size: 10px;
  }
  .ta-seat-presentation-section .show-detail-wrapper .layout-body .ta-layout-body-1R {
    padding: 10px 20px;
    gap: 20px;
  }
  .ta-seat-presentation-section .show-detail-wrapper .layout-body .ta-layout-body-1R .ta-ss-g-seat {
    position: relative;
  }
  .ta-seat-presentation-section .show-detail-wrapper .layout-body .ta-layout-body-1R .ta-ss-g-seat .ta-ss-sTitle {
    margin-right: unset;
  }
  .ta-seat-presentation-section .show-detail-wrapper .layout-body .ta-layout-body-1R .ta-ss-g-seat .ta-ss-sTitle .seat-count {
    display: block;
  }
  .ta-seat-presentation-section .show-detail-wrapper .layout-body .ta-layout-body-1R .ta-ss-g-seat::after {
    content: "";
    height: 25px;
    width: 2px;
    background: #000000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -12px;
  }
  .ta-seat-presentation-section .show-detail-wrapper .layout-body .ta-layout-body-1R .ta-ss-g-seat .ta-ss-g-seatW {
    display: none;
  }
  .ta-seat-presentation-section .show-detail-wrapper .layout-body .ta-layout-body-1R .ta-ss-g-seat ul {
    gap: 2px;
  }
  .ta-seat-presentation-section .show-detail-wrapper .layout-body .ta-layout-body-1R .ta-ss-g-seat ul li {
    font-size: 10px;
    width: 38px;
    height: 22px;
  }
  .ta-seat-presentation-section .show-detail-wrapper .layout-body .ta-layout-body-1R .ta-layout-1RR {
    gap: 0px;
    justify-content: space-between;
    flex-grow: 1;
  }
  .ta-seat-presentation-section .show-detail-wrapper .layout-body .ta-layout-body-1R .ta-layout-1RR .taGrandTotal {
    font-size: 14px;
  }
  .ta-seat-presentation-section .show-detail-wrapper .layout-body .ta-layout-body-1R .ta-layout-1RR .taGrandTotal label {
    font-size: 16px;
  }
  .ta-seat-presentation-section .show-detail-wrapper .layout-body .ta-layout-body-1R .ta-layout-1RR .ta-pay-process .divProcessWrapper .ta-pay-bO {
    font-size: 14px;
    min-width: unset;
  }
  /*.....ticket purchase page design......*/
  .ta-pSuccess .ta-pSuccess-body {
    padding-bottom: 0;
    width: calc(100vw - 40px);
  }
  /*.....footer.....*/
  .ta-frontPage-footer .ta-footerWrapper-top {
    grid-template-columns: repeat(1, 1fr);
  }
  .ta-frontPage-footer .ta-footer-item-wrapper.ta-footer-item-secondary {
    margin-top: 20px;
  }
  /*......command-message.......*/
  .command-section .command-wrapper {
    width: 450px;
    padding: 35px 30px;
  }
  .command-section .command-wrapper .command-title {
    font-size: 22px;
    margin-bottom: 0;
  }
  .command-section .command-wrapper .command-para {
    font-size: 15px;
  }
  .command-section .command-wrapper .command-btn {
    margin-top: 30px;
  }
  /*......popup modal......*/
  .modal-card {
    width: calc(100vw - 60px);
  }
  /*......contact us page.......*/
  .ta-contact-top-details {
    grid-template-columns: repeat(1, 1fr);
  }
  .ta-map-frame .ta-map-frame-wrapper {
    height: 350px;
  }
  .ta-map-frame {
    padding-bottom: 0px;
  }
  .ta-map-frame .ta-map-frame-wrapper {
    height: 350px;
  }
  /*.....my profile page design .......*/
  .ta-profile-tab ul {
    overflow: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none;
  }
  .ta-profile-tab ul::-webkit-scrollbar {
    display: none;
  }
  .ta-my-profile-wrapper {
    padding: 25px 0;
  }
  .ta-my-profile-wrapper .user-profile-two-clm {
    flex-flow: column;
    gap: 20px;
  }
  .ta-my-profile-wrapper .user-profile-one-clm .membership-item-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .ta-movie-ticket-list .ta-movie-tf-detail {
    position: relative;
    border-radius: 6px;
  }
  .ta-movie-ticket-list .ta-movie-tf-detail.bg-history .ta-movie-t-head .ta-movie-t-btn .ta-tf-respo-btn {
    background: #000000;
  }
  .ta-movie-ticket-list .ta-movie-tf-detail .ta-movie-t-head h3 {
    font-size: 18px;
  }
  .ta-movie-ticket-list .ta-movie-tf-detail .ta-movie-t-head .ta-movie-t-btn .ta-tf-btn {
    display: none;
  }
  .ta-movie-ticket-list .ta-movie-tf-detail .ta-movie-t-head .ta-movie-t-btn .ta-tf-respo-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background: #f7931e;
    border-radius: 2px 6px 2px 2px;
  }
  .ta-movie-ticket-list .ta-movie-tf-detail .ta-movie-t-head .ta-movie-t-btn .ta-tf-respo-btn a {
    color: #ffffff;
  }
  .ta-movie-ticket-list .ta-movie-tf-detail .ta-movie-t-btn-respo {
    display: flex;
  }
  .ta-movie-ticket-list .ta-movie-tf-detail .ta-movie-t-body ul {
    font-size: 13px;
    flex-flow: wrap;
    row-gap: 0;
  }
  .ta-movie-ticket-list .ta-movie-tf-detail .ta-movie-t-body ul li:not(:first-child)::before {
    content: unset;
  }
  .ta-user-ticket-date {
    font-size: 13px;
    margin-bottom: 8px;
  }
  /*......adv and member......*/
  .ta-av-display {
    padding: 0;
  }
  .ta-av-des-wrapper {
    padding: 30px 20px;
  }
  .ta-av-des-wrapper p {
    padding: 0;
  }
  /*....add and promotion section......*/
  .ta-a-p-wrapper .owl-nav {
    display: none;
  }
  /*.....membership confirmation......*/
  .ta-mem-confirm .ta-mem-confirm-body {
    min-width: unset;
    width: calc(100vw - 100px);
  }
  /*...career page....*/
  .ta-career-details-home .ta-career-data {
    padding: 25px 25px;
  }
  .ta-career-data-items {
    flex-flow: column;
    gap: 20px;
    padding: 0 0 20px 0;
  }
  .ta-career-data-items .ta-career-details-job .ta-other-job-details {
    gap: 5px;
    flex-flow: column;
    align-items: unset;
  }
  .ta-career-data-items .ta-career-details-job .ta-other-job-details .ta-last-date-apply p, .ta-career-data-items .ta-career-details-job .ta-other-job-details .ta-no-of-vacancy p, .ta-career-data-items .ta-career-details-job .ta-other-job-details .ta-job-type p {
    font-size: 14px;
  }
  .ta-apply-now-btn a {
    padding: 6px 15px;
  }
  .ta-apply-now-btn a h3 {
    font-size: 14px;
  }
  /*....show timing page.....*/
  .ta-st-section .ta-tMovie-wrapper {
    padding: 0 0;
  }
  .ta-st-section .ta-tMovie-wrapper .ta-tMovie-header {
    padding: 0 20px;
  }
  .ta-st-section .ta-tMovie-wrapper .ta-tMovie-header .ta-showDaysWrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .ta-st-section .ta-tMovie-wrapper .ta-tMovie-header .ta-showDaysWrapper .ta-showDays a {
    width: unset;
  }
  .ta-st-section .ta-st-movie-wrapper {
    border-radius: 0;
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 568px) {
  /*......default......*/
  .ta-section-common-title h2 {
    font-size: 20px;
  }
  /*......Nav Bar.......*/
  .ta-front-header .ta-nav-lra-wrapper .ta-dropdown-trigger button {
    height: 30px;
    width: 30px;
  }
  .ta-front-header .ta-nav-lra-wrapper .ta-profile-dropDown {
    top: 40px;
    min-width: unset;
    left: 0;
  }
  .ta-front-header .ta-fhamburger-parent {
    margin-left: 12px;
  }
  .ta-front-header nav .ta-nav-link-wrapper {
    top: 50px;
    height: calc(100vh - 50px);
  }
  .ta-front-header nav .navbar-brand .ta-dH-logoFull img {
    height: 30px;
  }
  .ta-front-header .ta-nav-lra-wrapper .ta-lr-content {
    gap: 15px;
  }
  .ta-front-header .ta-nav-lra-wrapper .ta-lr-content a {
    font-size: 14px;
  }
  /*.....credential page......*/
  .ta-credential-wrapper .ta-credentail-body {
    max-width: calc(100vw - 40px);
    width: calc(100vw - 40px);
    padding: 30px 25px;
    border-radius: 10px;
  }
  .ta-credential-wrapper .ta-credentail-body .ta-form-fieldSet {
    gap: 18px;
    margin-bottom: 30px;
  }
  .ta-credential-wrapper .ta-credentail-body .ta-form-group {
    width: 100%;
  }
  .ta-credential-wrapper .ta-credentail-body .ta-form-group input {
    height: 38px;
  }
  .ta-credential-wrapper .ta-credentail-body .ta-form-title {
    margin-bottom: 25px;
  }
  .ta-credential-wrapper .ta-credentail-body .ta-form-title h3 {
    font-size: 22px;
  }
  .ta-credential-wrapper .ta-credentail-body .ta-form-title .ta-have-account a {
    font-size: 13px;
  }
  .ta-credential-wrapper .ta-register-btn {
    text-align: center;
  }
  .ta-credential-wrapper .ta-cre-btn-wrapper .ta-cre-btn {
    height: 38px;
    font-size: 14px;
  }
  .ta-credential-wrapper .ta-sinup-condition span {
    font-size: 12px;
  }
  .ta-credential-wrapper.ta-edit-profile .ta-image-upload-wrapper {
    gap: 0;
  }
  .ta-credential-wrapper.ta-edit-profile .ta-image-upload-wrapper .uimg-wrapper {
    height: 60px;
    width: 60px;
    margin-right: 15px;
  }
  .ta-credential-wrapper.ta-edit-profile .ta-image-upload-wrapper .ta-image-action-btn {
    gap: 6px;
    display: flex;
  }
  .ta-credential-wrapper.ta-edit-profile .ta-image-upload-wrapper .ta-image-action-btn .button {
    font-size: 11px;
    border-radius: 6px;
    padding: 0 10px;
  }
  /*...trailer...*/
  .ta-movieTrailerPlay {
    width: calc(100vw - 40px);
    height: 200px;
  }
  /*.....common banner......*/
  .ta-banner-common-section {
    padding: 25px 0;
  }
  .ta-banner-common-section .ta-name-middle {
    gap: 10px;
  }
  .ta-banner-common-section .ta-name-middle .ta-home-link a span {
    font-size: 13px;
  }
  .ta-banner-common-section .ta-name-middle .ta-angle-banner i {
    font-size: 13px;
  }
  .ta-banner-common-section .ta-name-middle .ta-navbar-name h3 {
    font-size: 20px;
  }
  /*.....Home Page Banner......*/
  .ta-hBanner .ta-hBanner-wrapper .item .ta-bbody {
    left: 20px;
    bottom: 5px;
  }
  .ta-hBanner .ta-hBanner-wrapper .item .ta-bbody .ta-bname a {
    font-size: 20px;
  }
  .ta-hBanner .ta-hBanner-wrapper .item .ta-bbody .ta-bgenre {
    font-size: 12px;
    margin-bottom: 2px;
  }
  .ta-hBanner .ta-hBanner-wrapper .item .ta-bbody .ta-bbody-f {
    margin-top: unset;
  }
  /*....movie list.....*/
  .ta-noMovie-available .ta-noMovie-body {
    padding: 10px 5px;
  }
  .ta-noMovie-available .ta-noMovie-body p {
    font-size: 12px;
    font-weight: 400;
  }
  .movie-list-shTitle {
    display: none;
  }
  .ta-tMovie-wrapper .ta-tMovie-header {
    flex-flow: column;
    align-items: start;
    gap: 10px;
  }
  .ta-tMovie-wrapper .ta-tMovie-header .ta-sectionTitle {
    font-size: 20px;
  }
  .ta-tMovie-wrapper .ta-tMovie-header .ta-showDaysWrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
    width: 100%;
  }
  .ta-tMovie-wrapper .ta-tMovie-header .ta-showDaysWrapper .ta-showDays a {
    height: 32px;
    width: 100%;
  }
  .ta-tMovie-wrapper .ta-tMovie-list .ta-movieWrapper {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 15px;
  }
  .ta-tMovie-wrapper .ta-tMovie-list .ta-movieWrapper .ta-showing-img-wrapper {
    margin-bottom: 6px;
    border-radius: 5px;
  }
  .ta-tMovie-wrapper .ta-tMovie-list .ta-movieWrapper .ta-showing-img-wrapper .ta-imageWrapper .ta-movie-grade {
    font-size: 9px;
    height: 25px;
    width: 25px;
    top: 5px;
    right: 5px;
  }
  .ta-tMovie-wrapper .ta-tMovie-list .ta-movieWrapper .ta-showing-img-wrapper .movie-tag {
    top: 5px;
  }
  .ta-tMovie-wrapper .ta-tMovie-list .ta-movieWrapper .ta-showing-img-wrapper .ta-overView {
    gap: 10px;
  }
  .ta-tMovie-wrapper .ta-tMovie-list .ta-movieWrapper .ta-showing-img-wrapper .ta-overView li a {
    font-size: 12px;
    height: 35px;
    min-width: 125px;
  }
  .ta-tMovie-wrapper .ta-tMovie-list .ta-movieWrapper .ta-show-info .ta-like-duration-wrapper .ta-movie-like label {
    font-size: 12px;
  }
  .ta-tMovie-wrapper .ta-tMovie-list .ta-movieWrapper .ta-show-info .ta-like-duration-wrapper .ta-movie-like .like-icon {
    font-size: 18px;
  }
  .ta-tMovie-wrapper .ta-tMovie-list .ta-movieWrapper .ta-show-info .ta-show-duration {
    font-size: 12px;
  }
  .ta-tMovie-wrapper .ta-tMovie-list .ta-movieWrapper .ta-show-info .ta-movie-title {
    font-size: 14px;
  }
  .ta-tMovie-wrapper .ta-tMovie-list .ta-movieWrapper .ta-show-info .ta-movie-releasedate span {
    margin-left: 0;
  }
  .ta-now-showing::before {
    height: 350px;
  }
  /*......Movie Detail Page......*/
  .ta-mD-banner-wrapper .ta-mD-banner-detail {
    padding: 30px 20px 0 20px;
  }
  .ta-mD-banner-wrapper .ta-mDD-like {
    top: 30px;
  }
  .ta-mD-banner-wrapper .ta-movie-name {
    margin-bottom: 0;
    padding: 18px 20px;
  }
  .ta-mD-banner-wrapper .ta-movie-name h2 {
    font-size: 20px;
  }
  .ta-mD-banner-wrapper .ta-mDD-head {
    gap: 8px;
  }
  .ta-mD-banner-wrapper .ta-mDD-head .ta-mDD-head-item:not(:last-child) {
    font-size: 12px;
    height: 26px;
    padding: 0 15px;
  }
  .ta-mD-banner-wrapper .ta-mDD-head .ta-mDD-head-item a {
    font-size: 12px;
    height: 26px;
    padding: 0 15px;
  }
  .ta-mD-banner-wrapper .ta-mDD-type, .ta-mD-banner-wrapper .ta-mDD-dDate {
    margin-bottom: 4px;
  }
  .ta-mD-banner-wrapper .notify-wrapper {
    min-width: 100%;
    padding: 12px 10px;
    border-radius: 4px;
  }
  .ta-mD-banner-wrapper .notify-wrapper .notify-msg {
    font-size: 12px;
  }
  .ta-mD-banner-wrapper .notify-wrapper .notify-btn button {
    font-size: 13px;
    height: 30px;
    padding: 0 12px;
    border-radius: 4px;
  }
  .dm-label h2 {
    font-size: 18px;
  }
  .ta-movie-detail p {
    font-size: 14px;
    text-align: justify;
  }
  .cast-body ul {
    flex-flow: nowrap;
    overflow: auto;
    gap: 15px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none;
  }
  .cast-body ul::-webkit-scrollbar {
    display: none;
  }
  .cast-body ul .ta-crew-item {
    width: 100px;
  }
  .cast-body ul .ta-crew-item .cast-img {
    height: 100px;
    width: 100px;
  }
  .cast-body ul .ta-crew-item h5 {
    font-size: 12px;
  }
  .teaser-body ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 14px;
  }
  .ta-show-location-wrapper .ta-sl-body .ta-sl-header {
    padding: 20px 20px 10px 20px;
  }
  .ta-show-location-wrapper .ta-sl-body .ta-sl-header h2 {
    font-size: 18px;
  }
  .ta-show-location-wrapper .ta-sl-body .ta-sl-header p {
    font-size: 14px;
  }
  .ta-show-location-wrapper .ta-sl-body .ta-showDays {
    gap: 12px;
    display: flex;
    flex-flow: nowrap;
    overflow: auto;
    gap: 6px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none;
  }
  .ta-show-location-wrapper .ta-sl-body .ta-showDays::-webkit-scrollbar {
    display: none;
  }
  .ta-show-location-wrapper .ta-sl-body .ta-showDays .ta-showDay-item {
    width: 110px;
    min-width: 110px;
    height: 70px;
    border-radius: 4px;
  }
  .ta-show-location-wrapper .ta-sl-body .ta-showDays .ta-showDay-item a {
    gap: 0;
  }
  .ta-show-condition {
    padding: 0 20px 10px 20px;
  }
  .ta-show-condition ul {
    gap: 8px;
    justify-content: start;
    flex-flow: wrap;
    row-gap: 4px;
  }
  .ta-show-condition ul li {
    font-size: 12px;
  }
  .ta-show-condition ul li span {
    height: 12px;
    width: 12px;
  }
  .ta-show-list-body .ta-show-list-item {
    padding: 12px 20px;
  }
  .ta-show-list-body .ta-show-list-item .l-lable {
    font-size: 14px;
  }
  .ta-show-list-body .ta-show-list-item .l-tag {
    font-size: 12px;
  }
  .ta-show-list-body .ta-show-list-item .show-time-wrapper ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .ta-show-list-body .ta-show-list-item .show-time-wrapper ul li a {
    width: 100%;
  }
  .ta-show-list-body .ta-show-list-item .show-time-wrapper ul li.ta-no-available {
    width: 100%;
  }
  .adult-content-modal .modal-card {
    min-width: unset;
    max-width: unset;
    width: calc(100vw - 40px);
  }
  .adult-content-modal .modal-card-body {
    padding: 30px 25px;
  }
  .adult-content-modal .adult-content-wrapper .adult-content-icon {
    font-size: 20px;
  }
  .adult-content-modal .adult-content-wrapper .adult-message {
    font-size: 14px;
  }
  .adult-content-modal .adult-content-wrapper .adult-btn-wrapper a {
    font-size: 13px;
  }
  /*.....seat layout page.......*/
  .ta-seatLayout-banner h2 {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .ta-movie-tag-list-wrapper:last-child {
    align-items: unset;
  }
  .ta-movie-tag-list-wrapper:last-child .round-icon {
    margin-top: 3px;
  }
  .ta-movie-tag-list-wrapper:last-child .ta-movie-tag-list {
    flex-flow: column;
    gap: 4px;
  }
  .seat-layout-body-wrapper .ta-seat-condition ul {
    flex-flow: wrap;
    row-gap: 4px;
  }
  .ta-seat-presentation-section .ta-hall-screen-wrapper {
    margin: 25px 0 0 0;
  }
  .ta-seat-presentation-section .taRowSeats {
    gap: 12px;
  }
  .ta-seat-presentation-section .show-detail-wrapper .ta-booking-process .ta-booking-bodyW {
    width: calc(100vw - 40px);
    padding: 30px 25px;
  }
  .ta-seat-presentation-section .show-detail-wrapper .ta-booking-process .ta-mvivalidall-wrap {
    flex-flow: column;
  }
  .ta-seat-presentation-section .show-detail-wrapper .ta-booking-process .ta-mvivalidall-wrap .ta-mvivalid-wrapperbody .ta-ss-seatpymTitle .title-price {
    display: block;
  }
  .ta-seat-presentation-section .show-detail-wrapper .ta-booking-process .ta-mvivalidall-wrap .ta-mvivalid-wrapperbody .ta-ss-py-seatW ul {
    gap: 2px;
  }
  .ta-seat-presentation-section .show-detail-wrapper .ta-booking-process .ta-mvivalidall-wrap .ta-mvivalid-wrapperbody .ta-ss-py-seatW ul li {
    width: 36px;
    height: 24px;
    font-size: 10px;
  }
  .ta-seat-presentation-section .show-detail-wrapper .ta-booking-process .ta-mvivalidall-wrap .ta-mvivalid-wrapperbody .ta-pymGrandTotal {
    display: none;
  }
  .ta-seat-presentation-section .show-detail-wrapper .ta-booking-process .ta-mvivalidall-wrap .ta-payment-method-prrocesswrap {
    border-left: unset;
    border-top: 1px solid #bbbbbb;
    padding-top: 10px;
    padding-left: unset;
  }
  .ta-seat-presentation-section .show-detail-wrapper .ta-booking-process ul.booking-summary-payment li div {
    width: 100%;
  }
  .ta-seattype-wrapper .ta-seattype {
    flex-flow: wrap;
    row-gap: 8px;
  }
  .ta-screen-side {
    margin-top: 35px;
  }
  .ta-screen-side p {
    font-size: 11px;
    padding: 4px 0;
  }
  /*.....ticket purchase page design......*/
  .ta-pSuccess .ta-pSuccess-message p {
    font-size: 14px;
  }
  .ta-pSuccess .ta-movie-tf-detail .ta-movie-t-body ul {
    font-size: 13px;
    flex-flow: wrap;
    row-gap: 0;
  }
  .ta-pSuccess .ta-movie-tf-detail .ta-movie-t-body ul li:not(:first-child)::before {
    content: unset;
  }
  .home-back-wrapper {
    margin-top: 10px;
  }
  .home-back-wrapper .home-back {
    gap: 6px;
  }
  .home-back-wrapper .home-back .back-arrow {
    height: 30px;
    width: 30px;
    font-size: 14px;
  }
  /*.....footer......*/
  .ta-frontPage-footer {
    padding: 30px 0 0 0;
  }
  .ta-frontPage-footer .ta-footer-title {
    margin-bottom: 10px;
  }
  .ta-frontPage-footer .ta-footer-item-wrapper.ta-footer-item-secondary {
    margin-top: 15px;
  }
  .ta-frontPage-footer .ta-footer-item-wrapper .ta-footer-item ul.ta-pay-partner-wrapper img {
    height: 30px;
  }
  .ta-frontPage-footer .ta-footer-item-wrapper .ta-footer-item ul.s-icon li a i {
    font-size: 20px;
  }
  .ta-frontPage-footer .ta-cR-wrapper {
    flex-flow: column;
    justify-content: unset;
    align-items: unset;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /*......command-message.......*/
  .command-section .command-wrapper {
    width: calc(100vw - 60px);
    padding: 30px 25px;
  }
  .command-section .command-wrapper .command-title {
    font-size: 20px;
  }
  .command-section .command-wrapper .command-para {
    font-size: 14px;
  }
  .command-section .command-wrapper .command-btn {
    margin-top: 25px;
  }
  /*.....feedback Form......*/
  .ta-fd-form {
    padding: 30px 0;
  }
  .ta-fd-form .ta-fd-row-wrapper {
    padding: 15px;
  }
  .ta-fd-form .two-clm {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
    margin-bottom: 10px;
  }
  .ta-fd-form .one-clm {
    margin-bottom: 10px;
  }
  .ta-fd-form .ta-fd-title {
    margin-bottom: 2px;
  }
  .ta-fd-form .ta-fd-title h3 {
    font-size: 18px;
  }
  .ta-fd-form textarea {
    height: 100px;
  }
  .ta-fd-modal .modal-card-head .modal-card-title {
    font-size: 18px;
  }
  /*......contact us page.......*/
  .ta-contact-top-details .ta-wrapper-data-contact .ta-wrapper-icon-contact {
    height: 45px;
    width: 45px;
    margin-bottom: 10px;
  }
  .ta-contact-top-details .ta-wrapper-data-contact .ta-wrapper-icon-contact i {
    font-size: 20px;
  }
  .ta-contact-top-details .ta-wrapper-data-contact .ta-title-contact-top h4 {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .ta-contact-top-details .ta-wrapper-data-contact .ta-pgraph-contact-top {
    font-size: 14px;
  }
  .ta-contact-top-details .ta-wrapper-data-contact .ta-mail-wrapper a {
    font-size: 16px;
  }
  .contact-head {
    margin-bottom: 20px;
  }
  .contact-head h2 {
    font-size: 26px;
    margin-bottom: unset;
  }
  .ta-contact-form .ta-grid-show-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .ta-contact-form .form-body {
    gap: 15px;
  }
  .ta-contact-form .ta-btn-submit .ta-subBtn {
    padding: 4px 20px;
  }
  /*.....my profile page design .......*/
  .ta-profile-tab ul .ta-mt-tabs-item {
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 400;
  }
  .ta-my-profile-wrapper .ta-user-details-head {
    margin-bottom: 2px;
  }
  .ta-my-profile-wrapper .user-profile-head {
    padding: 15px 20px;
    gap: 8px;
    height: unset;
  }
  .ta-my-profile-wrapper .user-profile-head .ta-pImage {
    margin-top: unset;
    height: 70px;
    width: 70px;
  }
  .ta-my-profile-wrapper .user-profile-head .ta-userName {
    margin-top: unset;
  }
  .ta-my-profile-wrapper .user-profile-head .ta-userName h3 {
    font-size: 18px;
  }
  .ta-my-profile-wrapper .user-profile-two-clm {
    padding: 20px;
  }
  .ta-my-profile-wrapper .user-profile-two-clm .ta-userD-content {
    gap: 5px;
  }
  .ta-my-profile-wrapper .user-profile-two-clm .ta-user-activity .ta-user-activity-item {
    padding: 10px 15px;
  }
  .ta-my-profile-wrapper .user-profile-two-clm .ta-user-activity .ta-user-activity-item .activity-title {
    font-size: 12px;
  }
  .ta-my-profile-wrapper .user-profile-two-clm .ta-user-activity .ta-user-activity-item .activity-value {
    font-size: 22px;
  }
  .ta-my-profile-wrapper .user-profile-one-clm {
    padding: 0 20px 20px 20px;
  }
  .ta-my-profile-wrapper .user-profile-one-clm .membership-item-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
  .ta-my-profile-wrapper .user-profile-one-clm .membership-item-wrapper .membership-item {
    padding: 5px 10px;
  }
  /*........Ticket Rate Page Design..........*/
  .ta-ticketRate-wrapper .location-label {
    font-size: 18px;
    margin-bottom: 4px;
    position: sticky;
    left: 0;
  }
  /*......adv and member......*/
  .row-section .row-section-wrapper .row-content-section {
    padding: 25px;
  }
  .row-section .row-section-wrapper .row-content-section .row-sub-head {
    font-size: 12px;
  }
  .row-section .row-section-wrapper .row-content-section .row-head {
    margin-bottom: 6px;
  }
  .row-section .row-section-wrapper .row-content-section .row-head h1 {
    font-size: 22px;
  }
  .row-section .row-section-wrapper .row-content-section .row-button a {
    padding: 6px 15px;
  }
  .ta-mem-des-wrapper h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .ta-mem-des-wrapper p {
    font-size: 15px;
  }
  .ta-mem-get-wrapper h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .ta-mem-get-wrapper .ta-mem-get-item-body .ta-mem-get-item .ta-mem-get-icon img {
    height: 70px;
  }
  .ta-mem-get-wrapper .ta-mem-get-item-body .ta-mem-get-item h4 {
    font-size: 18px;
  }
  .ta-mem-get-wrapper .ta-mem-get-item-body .ta-mem-get-item p {
    font-size: 14px;
  }
  .ta-who-mem-wrapper h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .ta-who-mem-wrapper p {
    font-size: 15px;
  }
  .ta-mem-enroll {
    padding: 15px 20px;
  }
  /*....promotion......*/
  .ta-promotion-detail {
    padding: 30px 0 30px 0;
  }
  .ta-promotion-detail .ta-promotion-detail-body {
    width: calc(100vw - 60px);
  }
  .ta-promotion-detail .ta-promotion-detail-body .ta-promotion-img {
    margin-bottom: 6px;
  }
  .ta-promotion-detail .ta-promotion-detail-body .ta-promotion-head h2 {
    font-size: 20px;
  }
  .ta-promotion-detail .ta-promotion-detail-body .ta-promotion-head p {
    font-size: 14px;
  }
  /*.....page not found.......*/
  .ta-pnotFound .not-found-title {
    font-size: 50px;
  }
  .ta-pnotFound .not-found-sub-title {
    font-size: 24px;
  }
  .ta-pnotFound .not-found-message {
    font-size: 15px;
  }
  /*.....membership confirmation......*/
  .ta-mem-confirm .ta-mem-confirm-body {
    width: calc(100vw - 40px);
  }
  .ta-mem-confirm .ta-mem-confirm-body .ta-mem-confirm-head {
    font-size: 18px;
  }
  .ta-mem-confirm .ta-mem-confirm-body .ta-mem-confirm-body-wrapper {
    padding: 18px 22px;
  }
  .ta-mem-confirm .ta-mem-confirm-body .ta-mem-greet2, .ta-mem-confirm .ta-mem-confirm-body .ta-mem-greet-card, .ta-mem-confirm .ta-mem-confirm-body .ta-mem-greet-des {
    margin-bottom: 8px;
  }
  .ta-mem-confirm .ta-mem-confirm-body .ta-mem-b-home {
    margin-top: 8px;
  }
  /*......show timings........*/
  .ta-st-section .ta-st-show-list .show-time-wrapper ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 8px;
  }
  .ta-st-section .ta-st-show-list .show-time-wrapper ul li.ta-no-available {
    width: 100%;
    font-size: 12px;
  }
  .ta-st-section .ta-st-show-list .show-time-wrapper ul li a {
    width: 100%;
    font-size: 12px;
  }
  .ta-st-section .ta-st-show-list .show-time-wrapper ul li .ta-screename-audi {
    font-size: 10px;
    min-width: 60px;
  }
  .ta-st-section .ta-tMovie-wrapper .ta-tMovie-header .ta-showDaysWrapper {
    gap: 5px;
  }
  .ta-st-section .ta-tMovie-wrapper .ta-tMovie-header .ta-showDaysWrapper .ta-showDays a {
    font-size: 12px;
    height: 35px;
  }
  .ta-st-section .ta-show-condition ul {
    row-gap: 4px;
  }
  .ta-st-movie-wrapper .ta-st-movie-item-body .ta-st-movie-content .ta-std-head {
    gap: 6px;
  }
  .ta-st-movie-wrapper .ta-st-movie-item-body .ta-st-movie-content .ta-std-type {
    flex-wrap: wrap;
    row-gap: 4px;
  }
  /*....online purchase disable.....*/
  .show-disabled {
    padding: 6px 20px;
    font-size: 12px;
  }
  .show-disabled p {
    gap: 4px;
  }
  .show-disabled i {
    font-size: 18px;
  }
  /*....gallery.....*/
  .ta-photos-body-wrapper .ta-photos-body .ta-photos-item-wrapper {
    column-count: 2;
    column-gap: 10px;
  }
}
