@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: "Inter", sans-serif;
    background: #fff !important;
}

/*new design visitor*/
.vis-infoo-card {
    display: flex;
    width: 100%;
    max-width: 696px;
    /* aspect-ratio: 9 / 16; */
    height: 767px;
    padding: 30.5px 22px;
    border-radius: 37px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
    border: 0;
    margin: 0 auto;
}

/* Glass blur card body */
.vis-infoo-card .card-body {
    inset: 0;
    padding: 29px 31px;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.vis-infoo-card .card-body h2 {
    color: #FFF;
    text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 44.8px */
    letter-spacing: -0.64px;
}

.vic-txt-area {
    width: 100%;
    height: 280px;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

/* Restore normal text direction */


.vic-txt-area strong {
    color: #FAFAFA;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 25.2px */
    letter-spacing: -0.36px;
}

.vic-txt-area span {
    color: #FAFAFA;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.36px;
}


.vic-txt-area p {
    color: #FAFAFA;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.36px;
}

.vic-main-txt {
    width: 100%;
    display: flex;
    flex-direction: column;
        max-width: 479px;
}


.vic-main-txt p {
    width: 100%;
    /* max-width: 479px; */
}

.vic-main-txt p:last-child {
    margin-bottom: 0;
}

.vic-main-txt ul, .vic-main-txt ol {
    color: #FFF;
    padding: 0 0 0 15px;
}

.vis-infoo-card video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.vis-infoo-card .rsbg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.pass-rs {
    min-height: 80px;
}

.syp-card {
    padding-bottom: 15px;
    width: 90%;
    margin: 0 auto;
}

.planbox .badge {
    font-size: 0.7rem;
}

.pass-rs span {
    font-size: 1.4rem;
}

.pass-rs span i {
    font-size: 1.4rem;
}

.page-head {
    text-align: center;
    font-size: 1.9rem;
    margin: 0 0 10px 0;
    font-weight: 700;
}

.deliverables-content li {
    padding-left: 1.3em;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0px;
}

.deliverables-content ul {
    list-style: none;
    padding: 0 0 0 0px;
    margin-bottom: 0;
}

.deliverables-content {
    min-height: auto;
}

.pass_3_other {
    margin-left: 0 !important;
}

.pass-plan {
    margin-bottom: 6px;
}

.passcard-footer label {

    padding: 8px 10px;
    max-width: 150px;
}

.note-pass {
    margin: 14px auto 0 auto;
    background: #f5f5f5;
    border-radius: 20px;
    padding: 15px 30px;
    max-width: 97.5%;
}

select.form-control {
    padding: 3px 12px !important;
}

.pass-main-g {
    margin-top: 10px;
}

.page-section {
    padding: 2rem 0;
}

.passcard-footer {
    text-align: center;
    padding: 0rem 0 0 0;
}

.passcard-footer label {
    margin: 0 !important;
}

.note-pass p {
    margin: 0;
}

.planbox:hover {
    transform: scale(1);
}

.note-pass ul {
    margin-bottom: 0;
    font-size: 0.75rem;
    padding: 0 0 0 18px;
}


/* LEFT SIDE SCROLLBAR */
.vic-txt-area .simplebar-track.simplebar-vertical {
  left: 0 !important;
  right: auto !important;
  width: 6px !important;
  background: transparent !important;
}

/* White scrollbar thumb */
.vic-txt-area .simplebar-scrollbar::before {
  background-color: rgba(255, 255, 255, 1) !important;
  border-radius: 10px !important;
  opacity: 1 !important;
}

/* Always visible */
.vic-txt-area .simplebar-track,
.vic-txt-area .simplebar-scrollbar {
  opacity: 1 !important;
}

/* Content padding so text doesn't overlap scrollbar */
.vic-txt-area .simplebar-content {
  padding-left: 16px !important;
  padding-right: 0 !important;
  padding-top: 2px !important;
}


/*football-exh-new*/
.football-exh-new {
    display: flex;
    padding: 7px 61px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 25px;

    /* Glass effect */
    background: rgba(255, 255, 255, 0.05); /* lighter than parent for contrast */
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    overflow: hidden;

}

 .football-exh {
      display: flex;
      padding: 7px 61px;
      align-items: center;
      border-radius: 25px;
      background: rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px);
      overflow: hidden;
    }

    .fexhmain {
      margin: 0 25px;
      text-align: center;
      white-space: nowrap;
    }

    .fexhmain strong {
      color: #fff;
      text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
      font-family: "Inter", sans-serif;
      font-size: 36px;
      font-weight: 500;
      line-height: 140%;
      letter-spacing: -0.72px;
    }

    .fexhmain span {
      color: #fff;
      font-family: "Poppins", sans-serif;
      font-size: 24px;
      font-weight: 300;
      line-height: 140%;
      letter-spacing: -0.48px;
    }
    
    .fexhmain span {
  display: inline-block; /* ⬅️ change from block */
  margin-left: 8px;      /* spacing between strong & span */
}

/* ===== Marquee ===== */
    .marquee-track {
      display: flex;
      width: max-content;
      animation: marquee-scroll 22s linear infinite;
    }

    @keyframes marquee-scroll {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }

    /* Pause on hover */
    .football-exh:hover .marquee-track {
      animation-play-state: paused;
    }

.bharat-next-logo {
display: flex;
height: 116px;
padding: 0 10px 10px 10px;
flex-direction: column;
align-items: flex-start;
gap: 10px;
align-self: stretch;
margin-top: 16px;
}

.bharat-next-logo h4 {
color: #FFF;
text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
font-family: "Inter", sans-serif;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 44.8px */
letter-spacing: -0.64px;
}

.bharat-next-logo img {
width: 100%;
max-width: 404px;
height: 60px;
flex-shrink: 0;
aspect-ratio: 101/15;
}

.sponsor-logo-area {
    margin-top: 17px;
    padding: 7px 20px;
    align-items: center;
    border-radius: 25px;
    gap: 10px;
    background: rgba(255, 255, 255, 0.05); 
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: flex;
}

.sponsor-logo-area h4 {
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 50.4px */
    letter-spacing: -0.72px;
}

.sponsor-logo-area .slamain {
    
}

.sponsor-logo-area .slamain img {
    width: 110px;
    margin: 0 15px;
    border-radius: 25px;
}

.sponsor-logo-area {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* sponsor title */
.sponsor-logo-area h4 {
  flex: 0 0 auto;   /* DO NOT shrink */
  white-space: nowrap;
}

/* slider wrapper */
.sponsor-logo-area .slamain {
  flex: 1;          /* TAKE REMAINING WIDTH */
  min-width: 0;    /* 🔥 MOST IMPORTANT */
}

.header-venue {
text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
text-align: right;
font-size: 18px;
}

.header-venue .thv-txt {
color: #1E1E1E;
text-align: right;

font-family: "Inter", sans-serif;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 32px;
letter-spacing: -0.64px;
}

.thv-txt sub {
    font-size: 0.6em;
    vertical-align: unset;
    position: relative;
    bottom: 2px;
}


header {
    background: #fff;
}


.new-vis-reg-card {
    display: flex;
    width: 100%;
    max-width: 496px;
    height: auto;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    gap: 56px;
    flex-shrink: 0;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.00);
    /* box-shadow: 5px 15px 15px 0 rgba(0, 0, 0, 0.10); */
    box-shadow:
    5px 15px 15px rgba(0,0,0,0.10),
    inset 6px 6px 10px rgba(243,243,243,1),
    inset -1px -1px 3px rgba(0,0,0,0.15);
    margin-bottom: 15px !important;
    border: 0;
}

.new-vis-reg-card .card-body {
    width: 100%;
}

.new-vis-reg-card h3 {
color: #1E1E1E;
text-align: center;
font-family: "Inter", sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 60px */
letter-spacing: -0.8px;
}

.sub-head-vf {
    color: #959595;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
    margin-bottom: 25px;
}

.form-group {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.inp {
    width: 100%;
    display: flex;
height: 44px;
padding: 8px 12px;
align-items: center;
gap: 4px;
align-self: stretch;
border-radius: 8px;
border: 1px solid #9b9b9b;
background: #FFF;
box-shadow: 4px 4px 8px 0 rgba(255, 255, 255, 0.35) inset;
backdrop-filter: blur(32px);
transition: all 0.3s ease-in-out;
}

.inp:focus {
    border: 1px solid #bebcbc;
    outline: none;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.15) inset;
}

.inp-sal {
    padding: 8px 4px;
    /* border-right: 0; */
    border-radius: 8px 0px 0px 8px;
}

.inpgr {
    border-left: 0;
    border-radius: 0px 8px 8px 0px;
}

.enter-otp-inp {
    background: #FAFAFA;
}

.inpgroup2 .col-2 {
    flex: 0 0 16%;
    max-width: 16%;
}

.inpgroup2 .col-10 {
    flex: 0 0 84%;
    max-width: 84%;
}

.btn-new {
    display: flex;
height: 44px;
padding: 8px 20px;
justify-content: center;
align-items: center;
gap: 6px;
flex-shrink: 0;
align-self: stretch;
border-radius: 8px;
border: 1px solid #bebcbc;
background: #25235B;
box-shadow: 4px 4px 8px 0 rgba(255, 255, 255, 0.35) inset;
backdrop-filter: blur(32px);
width: 100%;
color: #FFF;
transition: 0.5s all ease-in-out;
text-decoration: none !important;
}

.btn-new:hover {
color: #fff;
background: #1d1b49;
}

.reg-now-vis-txt {
    color: #959595;
text-align: center;
font-family: "Inter", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 21px */
letter-spacing: -0.28px;
text-transform: capitalize;
}

.reg-now-vis-txt a {
color: #3739EC;
font-family: "Inter", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 150%;
letter-spacing: -0.28px;
text-transform: capitalize;
text-decoration: none;
}

.form-group label {
    color: #1E1E1E;
font-family: "Inter", sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 18px */
letter-spacing: -0.24px;
}

.event-logos {
    margin: auto auto 0 auto;
        width: 100%;
    max-width: 496px;
    display: block;
}

header .col-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pinewvis .container-fluid {
    padding: 0 24px;
}

.container-fluid {
    width: 100%;
    max-width: 1528px;
    margin: 0 auto;
    padding: 0 24px;
}

.pinewvis-row {
    max-width: 100%;
}

header {
    padding-left: 0;
    padding-right: 0;
}

header .row {
    max-width: 100%;
}

header .row .col-xl-6 {
    padding: 0;
}

.pinewvis-row .col-xl-6 {
padding: 0;
}


.my-container {
    width: 100%;
    max-width: 1528px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
}

.pinewvis .pinewvis-left {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

.pinewvis-left,
.pinewvis-right {
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
}


.pinewvis-left {
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    align-items: center; /* centers left card */
}

.pinewvis-right {
    padding: 0 44px;
}

header .pinewvis-left {
    align-items: start;
}

.mob-show {
    display: none;
}

.or-divider {
    position: relative;
    text-align: center;
    margin: 24px 0;
}

.or-divider hr {
    border: none;
    border-top: 1px solid #e0e0e0; /* divider color */
    margin: 0;
}

.or-divider span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;              /* white background */
    padding: 0 16px;               /* space around text */
    font-size: 14px;
    color: #666;
    line-height: 1;
}

.other-login-option {
    display: flex;
align-items: center;
gap: 12px;
align-self: stretch;
margin-bottom: 24px;
}

.other-login-option button {
    display: flex;
flex: 1;    
height: 44px;
padding: 8px 20px;
justify-content: center;
align-items: center;
gap: 6px;
border-radius: 8px;
border: 1px solid #bebcbc;
background: #FAFAFA;
}

.other-login-option button img {
width: 16px;
height: 16px;
flex-shrink: 0;
aspect-ratio: 1/1;
}

.other-login-option button span {
color: #545454;
text-align: center;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 24px */
letter-spacing: -0.32px;
text-transform: capitalize;
}

header .my-container { 
    align-items: center;
}

.choose-pass-area .cpa-list {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 7px;
}

.choose-pass-area label {
    margin: 0;
    border-radius: 8px;
    border: 1px #bebcbc solid;
    box-shadow: none;
    background: #FAFAFA;
    font-size: 16px;
    min-width: 162px;
}

.choose-pass-area input[type="radio"]:checked + label {
border: 1px solid #bebcbc !important;
background: #25235B !important;
box-shadow: 4px 4px 8px 0 rgba(255, 255, 255, 0.35) inset;
backdrop-filter: blur(32px);
width: 100%;
color: #FFF;
transition: 0.5s all ease-in-out;
}

.choose-pass-area .price-pass {
    font-size: 1rem;
}

.have-gst .custom-checkbox-list .cbx span:last-child {
        line-height: normal;
    margin: 2px 0 0 0;
}

.custom-checkbox-list .cbx {
    margin-bottom: 0 !important;
}

/* .custom-checkbox-list .inp-cbx:checked+.cbx span:first-child {
    background: #25235B;
    border-color: #25235B;
    animation: wave-46 0.4s ease;
} */

.select-pass-form-group {
    margin-bottom: 30px !important;
}

.otp-btn-sec .btn {
    position: relative;
    top: 0;
    right: 0;
    border-radius: 4px !important;
    height: 44px;
    padding: 0;
    width: 100%;
    z-index: 2;
    margin: 16px 0 0 0;
}

.mt-28 {
    margin-top: 28px !important;
}

.coupon-code .btn {
    height: 44px;
}

.select2-selection__clear {
    display: none !important;
}

.label2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.label2 strong {
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    font-size: 0.8rem !important;
}

.pii {
    position: relative;
}

#resetPromoBtn {
width: 40px !important;
    flex: 0 0 40px;
    background: #ff0000;
}

.courier {
    margin: 0 0 15px 0;
    font-size: 0.85rem;
}

.courier .font-1rem {
    font-size: 0.85rem !important;
}

.font-085rem {
    font-size: 0.85rem !important;
}

.courier .checkbox-wrapper-46 .cbx span:last-child {
    margin: 0 !important;
}

 .summary-title {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.summary-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 14px;
    border: 2px #ddd dashed;
}

.summary-item,
.summary-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px dashed #e4e4e4;
    font-size: 14px;
}

.summary-item:last-child {
    border-bottom: none;
}

.summary-item .left {
    color: #555;
}

.summary-item .right {
    font-weight: 500;
}

.summary-item.success .right {
    color: #28a745;
    font-weight: 600;
}

.badge-pass {
    background: linear-gradient(135deg, #ff7a18, #ffb347);
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.summary-total {
    border-top: 2px solid #000;
    border-bottom: none;
    margin-top: 10px;
    padding-top: 14px;
    font-size: 16px;
    font-weight: 700;
}

.summary-total .right {
    color: #000;
}

.mobile-email-area-new {
  display: flex;
  flex-direction: column;
}

.mobile-email-area-new.india .new-mobile-div {
  order: 1;
}

.mobile-email-area-new.india .new-email-div {
  order: 2;
}

.mobile-email-area-new.other .new-email-div {
  order: 1;
}

.mobile-email-area-new.other .new-mobile-div {
  order: 2;
}

.tnccbx {
    position: relative;
}

.tnccbx .formError {
    position: absolute !important;
    bottom: -21px !important;
}

.tnccbx .formError .formErrorContent {
    font-size: 0.7rem !important;
}

.adcard img {
    border: 1px #c6fff5 solid;
    border-radius: 20px;
}

/* Mobile optimization */
@media (max-width: 576px) {
    .summary-card {
        padding: 12px;
    }

    .summary-item,
    .summary-total {
        font-size: 13px;
    }
}


    @media (min-width: 1200px) {
    .pass_3_other {
        margin-left: 16.6666666667%;
    }
}

/*responsive css*/

@media (max-width: 1366px) {
.fexhmain strong {
        font-size: 24px;
    }

    .fexhmain span {
        font-size: 18px;
    }

    .sponsor-logo-area .slamain img {
    width: 70px;
    margin: 0 6px;
    border-radius: 25px;
}
}

@media (max-width: 1199px) {
header .my-container {
    align-items: center;
    justify-content: space-between;
}

 .vis-infoo-card {
        max-width: 467px;
        height: auto;
    }

    .fexhmain strong {
        font-size: 18px;
    }

    .fexhmain span {
        font-size: 14px;
    }

    .new-vis-reg-card {
        max-width: 85%;
    }

    .event-logos {
    width: 100%;
    max-width: 85%;
    }

    .bharat-next-logo img {
    height: auto;
}
}

@media (max-width: 1024px) {
   .inpgroup2 .col-2 {
    flex: 0 0 19%;
    max-width: 19%;
}

.inpgroup2 .col-10 {
    flex: 0 0 81%;
    max-width: 81%;
}
}

@media (max-width: 991.98px) {

     .vis-infoo-card {
        max-width: 100%;
        height: auto;
    }
.new-vis-reg-card {
        max-width: 100%;
    }

    .event-logos {
    width: 100%;
    max-width: 100%;
    }

.my-container { 
    flex-direction: column;
}

header .my-container {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    align-self: stretch;
    padding: 0 17px;
}

.my-container {
    margin: 0 auto;
    padding: 0 17px;
}

 .vis-infoo-card {
        margin-top: 30px;
        /* height: 639px; */
        height: auto;
    }

    .football-exh-new {
        padding-left: 0;
        padding-right: 0;
    }

    .vic-txt-area {
        height: 227px;
        margin-bottom: 25px;
    }

    .vis-infoo-card .card-body {
        padding-left: 20px;
        padding-right: 20px;
    }

    .slick-track {
        height: 50px;
        overflow: hidden;
    }

    .bharat-next-logo h4 {
        font-size: 22px;
    }

    .bharat-next-logo img {
    height: auto;
}

.sponsor-logo-area h4 {
        font-size: 22px;
        margin: 0;
}

.vis-infoo-card .card-body h2 {
    font-size: 22px;
}

.sponsor-logo-area .slamain img {
    width: 110px;
    margin: 0 15px;
}

.slick-list {
    padding: 8px 0 0 0 !important;
}

.desk-show {
    display: none;
}

.mob-show {
    display: block;
}

.logo-pi {
    height: 57px !important;
    width: auto;
}

.header-venue {
    display: block;
}

.header-venue .thv-txt {
    color: #1E1E1E;
text-align: right;
text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 22.4px */
letter-spacing: -0.32px;
}

.header-venue p span {
color: #1E1E1E;
text-align: right;
text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 22.4px */
letter-spacing: -0.32px;
}

.header-venue p {
color: #1E1E1E;
text-align: right;
text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 22.4px */
letter-spacing: -0.32px;
}

.thv-txt sub {
color: #1E1E1E;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 140%;
letter-spacing: -0.24px;
}

.event-logos {
    margin-top: 30px;
}

.new-vis-reg-card h3 {
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 130%; /* 36.4px */
letter-spacing: -0.28px;
}

.sub-head-vf {
    margin-bottom: 18px;
}

.form-group label {
    color: #1E1E1E;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 16.8px */
letter-spacing: 0.06px;
}

.sub-head-vf {
    margin-bottom: 57px;
}

.label2 strong {
    font-size: 20px;
    cursor: pointer;
    /* display: block; */
    color: #9e9e9e;
}

.pii .label2 strong {
position: absolute;
    top: 51px;
    right: 2px;
    z-index: 1000;
}

 .my-container {
        flex-direction: column;
    }

    .pinewvis-left,
    .pinewvis-right {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0px;
    }

    header .my-container {
        flex-direction: row;
    }

    header .pinewvis-left {
        flex: 0 0 22%;
        max-width: 22%;
        padding: 0 0px;
    }

    header .pinewvis-right {
        flex: 0 0 78%;
        max-width: 78%;
        padding: 0 px;
    }

}

@media only screen and (max-width: 360px) {
.header-venue .thv-txt {
font-size: 16px;
}

.header-venue p span {
font-size: 16px;
}

.header-venue p {
font-size: 10px;
}

.thv-txt sub {
font-size: 10px;
}
} 

@media only screen and (max-width: 991px) {
    .sp-countinue-sec {
        margin: 20px 0 20px 0;
    }

   

    .page-head {
        text-align: center;
        font-size: 1.3rem;
        margin: 0 0 16px 0;
        font-weight: 700;
    }

    .sp-countinue-sec .btn-theme {
        font-size: 14px;
        padding: 9px 15px;
        max-width: 140px;
    }
}