.meet_and_greet_page_wrapper * {
    font-family: 'Red Hat Display', sans-serif;
}

.wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    justify-content: center;
}

.content_container {
    width: 100%;
    max-width: 1310px;
    padding: 15px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    z-index: 3;
}

.top_banner {
    height: 580px;
    align-items: flex-start;
    background-color: rgba(224, 224, 224, 0.2);
    position: relative;
    overflow: hidden;
}

.top_banner .left_col {
    width: calc(100% - 450px);
    display: flex;
    flex-direction: column;
}

.top_banner .left_col .heading_text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    top: 20px;
}

.top_banner .left_col .heading_text .date_text {
    color: #ffc63b;
    text-align: left;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -1.6px;
}

.top_banner .left_col .heading_text .meet_and_greet_text {
    color: #cc2d23;
    font-size: 106px;
    font-style: normal;
    font-weight: 800;
    line-height: 110px;
    letter-spacing: 0px;
    font-family: 'Anton', sans-serif;
}

.top_banner .left_col .heading_text .and_text {
    margin-left: -20px;
    color: #ffc63b;
    font-family: 'Anton', sans-serif;
    font-size: 80px;
    line-height: 80px;
}

.top_banner .left_col .heading_text .greet_text {
    margin-left: -20px;
    font-family: 'Anton', sans-serif;
}

.top_banner .left_col .heading_text .location_text {
    width: 100%;
    max-width: 496px;
    text-align: right;
    padding-right: 15px;
    position: relative;
    top: -4px;
    font-weight: 700;
}

.top_banner .left_col .celeb_name {
    color: #fff;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 134px;
}

.top_banner .left_col .celeb_name h2 {
    font-size: 48px;
    line-height: normal;
    font-weight: 700;
}

.yellow_patch {
    width: 100%;
    height: 141px;
    background-color: #f1b206;
    position: absolute;
    top: 60%;
    transform: translatey(-50%);
    left: 0;
    z-index: 2;
}

.yellow_rotate_patch {
    background-color: #ffc63b;
    width: calc(100% + 8px);
    height: 141px;
    position: absolute;
    top: 60%;
    transform: translatey(-50%) rotate(-3deg);
    left: -4px;
    z-index: 1;
}

.top_banner .right_col {
    width: 450px;
}

.top_banner .right_col .form_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    background: #fff;
    box-shadow: 10px 40px 40px 0px rgba(0, 0, 0, 0.25);
    padding: 20px;
    position: relative;
    top: 138px;
}

.top_banner .right_col .form_wrap .book_text {
    color: #e2231f;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}

.top_banner .right_col .form_wrap .superfan_text {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin: 0 0 12px;
    padding: 0 0 12px;
    position: relative;
}

.top_banner .right_col .form_wrap .superfan_text:after {
    content: '';
    width: 80%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
    background-color: rgba(0, 0, 0, 0.1);
}

.top_banner .right_col .form_wrap .form_col {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
    position: relative;
}

.top_banner .right_col .form_wrap .form_col .form_error_msg {
    font-size: 12px;
    line-height: 18px;
    color: #f02828;
    position: absolute;
    bottom: -18px;
    left: 0;
    display: none;
}

.top_banner .right_col .form_wrap .form_col input {
    width: 100%;
    height: 60px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 15px;
}

.top_banner .right_col .form_wrap .form_col .submit_btn {
    display: flex;
    width: 85%;
    height: 46px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #f02828;
    border: 1px solid #f02828;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}

.top_banner .right_col .form_wrap .or_text {
    color: #4a4a4a;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 5px 0;
}

.top_banner .right_col .form_wrap .doubt_text {
    color: #4a4a4a;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.top_banner .right_col .form_wrap .doubt_text a,
.top_banner .right_col .form_wrap .doubt_text .get_a_call_cta {
    color: #f02828;
    text-decoration: none;
    border-bottom: 1px solid #f02828;
    cursor: pointer;
}

.top_banner .right_col .form_wrap .form_col.submit_form_col {
    align-items: center;
    padding-bottom: 20px;
}

.top_banner .right_col .form_wrap .form_col.submit_form_col:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translatex(-50%);
    background-color: rgba(0, 0, 0, 0.1);
}

.top_banner .right_col .form_wrap .slots_list ul {
    width: calc(100% + 20px);
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
}

.top_banner .right_col .form_wrap .slots_list li {
    margin: 0 10px;
}

.top_banner .right_col .form_wrap .slots_list input {
    display: none;
}

.top_banner .right_col .form_wrap .slots_list label {
    width: 123px;
    height: 36px;
    flex-shrink: 0;
    color: #f02828;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #f02828;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    cursor: pointer;
    margin: 0;
}

.top_banner .right_col .form_wrap .slots_list input:checked+label {
    background-color: #f02828;
    color: #fff;
}

.top_banner .nitish_img_wrap {
    width: 400px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
    z-index: 3;
}

.top_banner .nitish_img_wrap .nitish_face_img {
    position: absolute;
    bottom: 154px;
    left: -20px;
    transform: rotate(-15deg);
    animation: nitish_face_animation 2s ease-in-out infinite;
}

.top_banner .nitish_img_wrap img {
    max-width: 100%;
}

@keyframes nitish_face_animation {
    0% {
        left: -20px;
        transform: rotate(-15deg);
    }

    50% {
        left: 10px;
        transform: rotate(5deg);
    }
}

.exclusive_benefits {
    box-shadow: none;
    padding: 20px 0 0;
    position: relative;
}

.exclusive_benefits::before {
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.05);
}

.exclusive_benefits .content_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.exclusive_benefits h2 {
    color: #444343;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
}

.exclusive_benefits h2 strong {
    font-weight: 700;
    color: #CC2D23;
}

.exclusive_benefits .benefits_container {
    width: 100%;
    margin-top: 24px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(2px);
}

.exclusive_benefits .benefits_container .benefits_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.exclusive_benefits .benefits_container .benefits_list li {
    width: 16.66%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
}

.exclusive_benefits .benefits_container .benefits_list svg {
    width: 60px;
    height: 82px;
    display: flex;
    justify-content: end;
    align-items: end;
}

.exclusive_benefits .benefits_container .benefits_list .benefit_name {
    color: #444343;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Red Hat Display;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    height: 54px;
}

.exclusive_benefits .benefits_container .book_now_btn_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}

.exclusive_benefits .benefits_container .book_now_btn_wrap .book_now_btn {
    display: flex;
    width: 280px;
    height: 53px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 27px;
    background: #F02828;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}

.meet_and_greet_page_wrapper {
    background-color: rgba(224, 224, 224, 0.2);
}

.celebrities_featured {
    box-shadow: none;
}

.celebrities_featured .celebrities_featured_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 12px;
}

.celebrities_featured .celebrities_featured_list .celeb_col {
    width: 242px;
    margin: 12px;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.celebrities_featured .celebrities_featured_list .celeb_img {
    max-width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.celebrities_featured .celebrities_featured_list .celeb_name {
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    padding: 12px 12px 0;
}

.celebrities_featured .celebrities_featured_list .celeb_cat_list {
    width: calc(100% + 10px);
    margin-left: -5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 10px;
    margin-bottom: 7px;
}

.celebrities_featured .celebrities_featured_list .celeb_cat_list li {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2px 8px;
    border-radius: 4px;
    background: #fdeaea;
    margin: 5px;
}

.easy_steps {
    box-shadow: none;
}

.easy_steps .benefits_container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.easy_steps .benefits_container ul {
    width: 100%;
    max-width: 600px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.easy_steps .benefits_container ul li {
    width: 165px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 50px 0 30px;
    position: relative;
    z-index: 2;
}

.easy_steps .benefits_container ul li.step_completed .step_number {
    background-color: #f02828;
}

.easy_steps .benefits_container ul .step_number {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #979797;
    border-radius: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

.easy_steps .benefits_container ul .step_text {
    color: #444343;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    margin-top: 10px;
}

.easy_steps .benefits_container ul:before {
    content: '';
    width: 70%;
    height: 2px;
    background-color: #979797;
    position: absolute;
    top: 75px;
    left: 50%;
    transform: translatex(-50%);
    z-index: 1;
}

.easy_steps .benefits_container ul:after {
    content: '';
    width: 32%;
    height: 2px;
    background-color: #f02828;
    position: absolute;
    top: 75px;
    left: 90px;
    transform: none;
    z-index: 1;
}

.reviews_slider_wrap .reviews_slider {
    width: 100%;
    padding-bottom: 50px;
}

.reviews_slider_wrap .reviews_slider .slide_img {
    max-width: 100%;
}

.reviews_slider_wrap .reviews_slider {
    margin-bottom: 0;
}

.reviews_slider_wrap .reviews_slider .slide_col {
    width: 100%;
    position: relative;
}

.reviews_slider_wrap .reviews_slider .slide_col .slide_img {
    border-radius: 16px;
}

.reviews_slider_wrap .reviews_slider .slide_col .slide_img.mobile_img {
    display: none;
}

.reviews_slider_wrap .reviews_slider .slide_col .overlap_content {
    width: 100%;
    max-width: 700px;
    padding: 0 15px;
    position: absolute;
    left: 15px;
    top:auto;
    bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.reviews_slider_wrap .reviews_slider .slide_col .user_img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #f02828;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
}

.reviews_slider_wrap .reviews_slider .slide_col .user_img img {
    max-width: 100%;
}

.reviews_slider_wrap .reviews_slider .slide_col .user_details {
    width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    padding: 0 0 0 10px;
}

.reviews_slider_wrap .reviews_slider .slide_col .user_details .user_name {
    color: #fff;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
}

.reviews_slider_wrap .reviews_slider .slide_col .user_details .yellow_patch_text {
    width: 212px;
    height: 24px;
    flex-shrink: 0;
    border-radius: 4px;
    background: rgba(255, 212, 88, 0.9);
    color: #000;
    font-family: Red Hat Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0 6px;
}

.reviews_slider_wrap .reviews_slider .slide_col .user_details .star_img {
    width: 150px;
    margin: 10px 0 0;
}

.reviews_slider_wrap .reviews_slider .slide_col .review_text {
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-top: 5px;
}

.reviews_slider_wrap .reviews_slider .slick-dots {
    bottom: 75px;
}

.reviews_slider_wrap .reviews_slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 10px;
    background-color: #c8c8c8;
    border-radius: 100%;
}

.reviews_slider_wrap .reviews_slider .slick-dots li.slick-active {
    background-color: #dc0e0e;
}

.reviews_slider_wrap .reviews_slider .slick-dots button {
    display: none;
}

.top_banner .nitish_img_wrap {
    height: 450px;
}

.top_banner .nitish_img_wrap .nitish_img_wrap_slider,
.top_banner .nitish_img_wrap .slick-list,
.top_banner .nitish_img_wrap .slick-track,
.top_banner .nitish_img_wrap .slide_col {
    height: 100%;
}

.top_banner .nitish_img_wrap .slide_col {
    display: flex;
    justify-content: end;
    align-items: end;
}

.top_banner .nitish_img_wrap .slide_col.samay_shah_slide .nitish_body_img {
    position: relative;
    top: 0;
}

.top_banner .nitish_img_wrap .slide_col.samay_shah_slide .nitish_face_img {
    max-width: 350px;
    top: 42px;
    left: -6px;
    bottom: auto;
    transform: rotate(-20deg);
    z-index: 1;
    animation: samay_face_animation 2s ease-in-out infinite;
}

@keyframes samay_face_animation {
    0% {
        top: 42px;
        left: -6px;
        bottom: auto;
        transform: rotate(-20deg);
    }

    50% {
        top: 48px;
        left: 30px;
        bottom: auto;
        transform: rotate(12deg);
    }
}

.top_banner .nitish_img_wrap .slide_col.kush_shah_slide .nitish_face_img {
    max-width: 380px;
    top: 15px;
    left: -22px;
    transform: rotate(-20deg);
    animation: kush_face_animation 2.5s ease-in-out infinite;

}

@keyframes kush_face_animation {
    0% {
        top: 15px;
        left: -22px;
        transform: rotate(-20deg);
    }

    50% {
        top: 28px;
        left: 30px;
        transform: rotate(15deg);
    }
}

.top_banner .nitish_img_wrap .slide_col.ashar_sheikh_slide .nitish_face_img {
    animation: none;
    max-width: 380px;
    top: 6px;
    left: -15px;
    transform: rotate(-22deg);
    animation: ashar_face_animation 2s ease-in-out infinite;
}

@keyframes ashar_face_animation {
    0% {
        top: 6px;
        left: -15px;
        transform: rotate(-22deg);
    }

    50% {
        top: 24px;
        left: 28px;
        transform: rotate(18deg);
    }
}

.loading_div {
    width: 100%;
    height: calc(100vh - 60px);
    position: fixed;
    top: 60px;
    left: 0;
    background-color: #fff;
    z-index: 99;
}

.top_banner .right_col .form_wrap .thank_you_sec {
    height: 335px;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.top_banner .right_col .form_wrap .thank_you_sec h2 {
    color: #e2231f;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}

.top_banner .right_col .form_wrap .thank_you_sec p {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    margin: 10px 0 0;
    padding: 0;
    position: relative;
}

.top_banner {
    height: 620px;
}

.top_banner .left_col {
    margin: 20px 0 0;
}

.top_banner .left_col .heading_text {
    font-weight: 400;
    width: 90%;
    max-width: 470px;
    top: 0;
}

.top_banner .left_col .heading_text .meet_and_greet_text {
    font-size: 138px;
    line-height: 130px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.top_banner .left_col .heading_text .meet_and_greet_text em {
    font-style: normal;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    position: relative;
}

.top_banner .left_col .heading_text .meet_and_greet_text em:before {
    content: '';
    width: 26px;
    height: 26px;
    background-image: url('https://mum-objectstore.e2enetworks.net/tringcoin/left_comma.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 4px;
    left: -25px;
}

.top_banner .left_col .heading_text .meet_and_greet_text em:after {
    content: '';
    width: 26px;
    height: 26px;
    background-image: url('https://mum-objectstore.e2enetworks.net/tringcoin/right_comma.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 4px;
    right: -14px;
}

.top_banner .left_col .heading_text .location_text {
    padding: 0;
    text-align: center !important;
    color: #ffc63b;
    text-align: right;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 28px;
    text-shadow: 2px 2px #6a6a6a;
    margin: 10px 0 0;
}

.top_banner .left_col .heading_text .meet_the_sena_image {
    margin: 10px auto 0;
}

.top_banner .left_col .celeb_name {
    margin-top: 60px;
}

.yellow_patch {
    top: calc(100% - 142px);
}

.yellow_rotate_patch {
    top: calc(100% - 142px);
}

.top_banner .left_col .heading_text:before {
    content: '';
    width: 60px;
    height: 70px;
    background-image: url('https://mum-objectstore.e2enetworks.net/tringcoin/tapu-sena-stars.svg');
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    top: 50px;
    left: 0;
    opacity: 0.4;
    transform: scale(0.8);
    animation: sparkle_animation 2s ease-in-out infinite;
}

.top_banner .left_col .heading_text:after {
    content: '';
    width: 60px;
    height: 70px;
    background-image: url('https://mum-objectstore.e2enetworks.net/tringcoin/tapu-sena-stars.svg');
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    bottom: 15px;
    right: -50px;
    opacity: 0.4;
    transform: scale(0.8);
    animation: sparkle_animation 2s ease-in-out infinite;
}

@keyframes sparkle_animation {
    0% {
        opacity: 0.4;
        transform: scale(0.8);
    }

    50% {
        opacity: 1;
        transform: scale(1);
    }
}

/* ======================================= E-Com Css Start Herer =============================== */

.special_benefits:before {
    display: none;
}

.special_benefits .special_benefits_container {
    width: 100%;
    margin-top: 24px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(2px);
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.special_benefits .special_benefits_container .plan_benefit_list {
    width: 435px;
    display: inline-block;
    margin-top: 48px;
    position: relative;
    left: 0px;
}

.special_benefits .special_benefits_container .plan_benefit_list ul {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.special_benefits .special_benefits_container .plan_benefit_list li {
    width: 100%;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin: 20px 0 0;
    padding: 0 10px;
}

.special_benefits .special_benefits_container .plans_type_wrap {
    width: calc(100% - 435px);
    display: flex;
    justify-content: space-around;
}

.special_benefits .special_benefits_container .plans_type_wrap .plans_type_inner_wrap{
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.special_benefits .special_benefits_container .plans_type_wrap .plan_col {
    width: 180px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    cursor: pointer;
    pointer-events: none;
}

.special_benefits .special_benefits_container .plans_type_wrap .plan_col h3 {
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 0;
    background: linear-gradient(0deg, #dc0e0e -126.32%, #c20000 194.74%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.special_benefits .special_benefits_container .plans_type_wrap .plan_col .price_text {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    text-align: center;
}

.special_benefits .special_benefits_container .plans_type_wrap .plan_col .marking_list {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(220, 14, 14, 0.80) 29%, rgba(220, 14, 14, 0.40) 100%);
    box-shadow: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.special_benefits .special_benefits_container .plans_type_wrap .plan_col .marking_list:before {
    content: '';
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 16px;
    transition: 0.2s all ease-in-out;
}

.special_benefits .special_benefits_container .plans_type_wrap .plan_col:hover .marking_list:before,
.special_benefits .special_benefits_container .plans_type_wrap .plan_col.selected .marking_list:before {
    opacity: 0;
    visibility: hidden;
}

.special_benefits .special_benefits_container .plans_type_wrap .plan_col .marking_list li {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
}

.special_benefits .special_benefits_container .plans_type_wrap .plan_col .marking_list li:first-child {
    margin-top: 20px;
}

.special_benefits .special_benefits_container .plans_type_wrap .plan_col .marking_list li:nth-child(6) {
    margin-top: 60px;
}

.special_benefits .special_benefits_container .plans_type_wrap .plan_col .marking_list li:nth-child(7) {
    margin-top: 60px;
}

.special_benefits .special_benefits_container .plans_type_wrap .plan_col .mark_img {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url('https://mum-objectstore.e2enetworks.net/tringcoin/tapu-sena-checkmark.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.5;
}

.special_benefits .special_benefits_container .plans_type_wrap .plan_col .mark_img.cross_mark_img {
    background-image: url('https://mum-objectstore.e2enetworks.net/tringcoin/tapu-sena-crossmark.svg');
    background-size: 16px;
}

.special_benefits .special_benefits_container .plans_type_wrap .gold_plan_col h3 {
    background: linear-gradient(170deg, #f3ce66 7.69%, rgba(230, 170, 6, 0.80) 160.73%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.special_benefits .special_benefits_container .plans_type_wrap .gold_plan_col .marking_list {
    background: linear-gradient(180deg, rgba(224, 151, 4, 0.80) 0%, rgba(197, 134, 8, 0.00) 145.4%);
}

.special_benefits .special_benefits_container .plans_type_wrap .silver_plan_col h3 {
    background: linear-gradient(180deg, #9d9b9b 0%, rgba(68, 67, 67, 0.60) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.special_benefits .special_benefits_container .plans_type_wrap .silver_plan_col .marking_list {
    background-image: linear-gradient(to bottom, #d0d0d0, #d7d7d7, #dedede, #e5e5e5, #ececec);
    border-radius: 16px;
}

.special_benefits .special_benefits_container .plan_benefit_list {
    margin-top: 25px;
    left: 0px;
    z-index: 2;
}

.special_benefits .special_benefits_container .plan_benefit_list .package_includes_text {
    color: #cc2d23;
    text-align: left;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0 10px;
}

.special_benefits .special_benefits_container .plans_type_wrap .plan_col .marking_list {
    padding-bottom: 20px;
    margin: 10px 0 0;
}

.special_benefits .special_benefits_container .plan_benefit_list {
    margin-top: 25px;
    left: 0px;
    z-index: 2;
}

.special_benefits .special_benefits_container .plan_benefit_list .package_includes_text {
    color: #cc2d23;
    text-align: left;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0 10px;
}

.special_benefits .special_benefits_container .plans_type_wrap .plan_col .marking_list {
    padding-bottom: 20px;
    margin: 10px 0 0;
}

.special_benefits{
    padding-bottom: 20px;
}

.special_benefits .specific_benefits_text {
    font-size: 26px;
    margin: 20px 0 20px;
    font-weight: 500;
}
.special_benefits .specific_benefits_text span {
    color: #cc2d23;
    font-weight: bold;
}

.special_benefits .yellow_patch {
    top: 216px;
}
.special_benefits .yellow_rotate_patch {
    top: 220px;
    transform: translatey(-50%) rotate(-3deg);
}

.special_benefits .special_benefits_container .selected_plan_explain_col {
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background: linear-gradient(91deg, rgba(220, 14, 14, 0.64) 25.51%, rgba(220, 14, 14, 0.32) 50.45%, rgba(220, 14, 14, 0.64) 85.99%);
    padding: 10px 20px;
    margin: 20px 0 0 0px;
    position: relative;
}
.special_benefits .special_benefits_container .selected_plan_explain_col p {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}
.special_benefits .special_benefits_container .selected_plan_explain_col.gold_selected {
    background: linear-gradient(91deg, rgba(224, 151, 4, 0.64) 13.31%, rgba(197, 134, 8, 0.16) 49.71%, rgba(197, 134, 8, 0.64) 85.99%);
}
.special_benefits .special_benefits_container .selected_plan_explain_col.silver_selected {
    background: linear-gradient(91deg, rgba(157, 155, 155, 0.64) 13.31%, rgba(157, 155, 155, 0.16) 49.71%, rgba(157, 155, 155, 0.64) 85.99%);
}
.meet_and_greet_plans_wrapper .meet_the_sena_text_banner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0px 2px 6.5px 0px rgba(0, 0, 0, 0.25);
}
.meet_and_greet_plans_wrapper .meet_the_sena_text_banner .content_container {
    max-width: 800px;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.meet_and_greet_plans_wrapper .meet_the_sena_text_banner .back_arrow_svg {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: 0;
    cursor: pointer;
}
.meet_and_greet_plans_wrapper .meet_the_sena_text_banner .back_arrow_svg svg{
    width: 26px;
}
.meet_and_greet_plans_wrapper .meet_the_sena_text_banner .close_svg {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 62%;
    transform: translatey(-50%);
    right: 0;
    cursor: pointer;
    display: none;
}
.meet_and_greet_plans_wrapper .meet_the_sena_text_banner .meet_the_sena_title {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
.meet_and_greet_plans_wrapper .meet_the_sena_text_banner .event_date_text {
    color: #7b7b7b;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: none;
}

.packages_cols_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.packages_cols_wrap .content_container {
    max-width: 800px;
    padding: 0 15px;
}
.packages_cols_wrap .main_col_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 15px 0 50px;
}
.packages_cols_wrap .main_col_wrap h3 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    position: relative;
}
.packages_cols_wrap .main_col_wrap h3:before {
    content: '';
    width: 4px;
    height: 60%;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    border-radius: 5px;
    background: #dc0e0e;
    left: -10px;
}
.packages_cols_wrap .main_col_wrap .package_col {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 16px;
    padding: 20px;
    align-items: center;
    margin: 8px 0 0;
}
.packages_cols_wrap .main_col_wrap .package_col .left_col {
    width: calc(100% - 150px);
    display: flex;
    flex-direction: column;
}
.packages_cols_wrap .main_col_wrap .package_col .right_col {
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.packages_cols_wrap .main_col_wrap .package_col .right_col .add_btn {
    color: #dc0e0e;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    border: 1px solid #dc0e0e;
    padding: 5px 50px;
    border-radius: 16px;
    cursor: pointer;
    transition: 0.5s all ease-in-out;
}
.packages_cols_wrap .main_col_wrap .package_col .right_col .add_btn:hover {
    background-color: #dc0e0e;
    color: #fff;
}
.packages_cols_wrap .main_col_wrap .package_col .plan_name {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
.packages_cols_wrap .main_col_wrap .package_col .plan_cost {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.packages_cols_wrap .main_col_wrap .package_col .pp_text {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.packages_cols_wrap .terms_main_col_wrap .package_col {
    flex-direction: column;
}
.packages_cols_wrap .terms_main_col_wrap ul {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.packages_cols_wrap .terms_main_col_wrap ul li {
    width: 100%;
    position: relative;
    margin: 15px 0 0;
    font-size: 16px;
    line-height: 24px;
    padding-left: 15px;
}
.packages_cols_wrap .terms_main_col_wrap ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 6px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
}
.packages_cols_wrap .terms_main_col_wrap ul li:first-child {
    margin: 0;
}
.packages_cols_wrap .terms_main_col_wrap .read_more_text {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #dc0e0e;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin: 20px 0 0;
}
.packages_cols_wrap .main_col_wrap .package_col .right_col {
    flex-direction: column;
}
.packages_cols_wrap .main_col_wrap .package_col .right_col .plus_minus_wrap {
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.packages_cols_wrap .main_col_wrap .package_col .right_col .minus, .packages_cols_wrap .main_col_wrap .package_col .right_col .plus {
    width: 34px;
    height: 34px;
    border: 1px solid #dc0e0e;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
    transition: 0.5s all ease-in-out;
}
.packages_cols_wrap .main_col_wrap .package_col .right_col .minus:before, .packages_cols_wrap .main_col_wrap .package_col .right_col .plus:before {
    content: '';
    width: 50%;
    height: 1px;
    background-color: #dc0e0e;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s all ease-in-out;
}
.packages_cols_wrap .main_col_wrap .package_col .right_col .minus:hover, .packages_cols_wrap .main_col_wrap .package_col .right_col .plus:hover {
    background-color: #dc0e0e;
}
.packages_cols_wrap .main_col_wrap .package_col .right_col .minus:hover:before, .packages_cols_wrap .main_col_wrap .package_col .right_col .plus:hover:before {
    background-color: #fff;
}
.packages_cols_wrap .main_col_wrap .package_col .right_col .plus:after {
    content: '';
    width: 1px;
    height: 50%;
    background-color: #dc0e0e;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s all ease-in-out;
}
.packages_cols_wrap .main_col_wrap .package_col .right_col .plus:hover {
    background-color: #dc0e0e;
}
.packages_cols_wrap .main_col_wrap .package_col .right_col .plus:hover:before, .packages_cols_wrap .main_col_wrap .package_col .right_col .plus:hover:after {
    background-color: #fff;
}
.meet_and_greet_plans_wrapper .proceed_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 4;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.meet_and_greet_plans_wrapper .proceed_wrap .content_container {
    max-width: 800px;
    justify-content: center;
}
.meet_and_greet_plans_wrapper .proceed_wrap .proceed_btn {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    background-color: #c8c8c8;
    padding: 12px 100px;
    border-radius: 8px;
    cursor: not-allowed;
    font-weight: 500;
    pointer-events: none;
}
.proceed_pay_wrap .content_container .pay_btn_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}
.proceed_pay_wrap .content_container .left_col {
    display: flex;
    flex-direction: column;
}
.proceed_pay_wrap .content_container .amount_text {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.proceed_pay_wrap .content_container .ticket_count {
    color: #979797;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.proceed_pay_wrap .content_container .proceed_to_pay_btn {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    background-color: #dc0e0e;
    padding: 12px 60px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
}
.proceed_pay_wrap .content_container .proceed_to_pay_btn.disabled{
    background-color: rgba(0, 0, 0, 0.2);
    cursor: not-allowed;
}
.meet_and_greet_plans_wrapper .thank_you_text, .meet_and_greet_plans_wrapper .your_details_text {
    color: #3d3b3b;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}
.meet_and_greet_plans_wrapper .your_details_text {
    margin: 0;
    padding-bottom: 20px;
}
.meet_and_greet_plans_wrapper .ticket_box_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}
.meet_and_greet_plans_wrapper .ticket_box_wrapper .content_container {
    max-width: 700px;
    background-color: #fff;
    margin: 0 0 20px;
    border-radius: 16px;
    padding: 20px;
}
.meet_and_greet_plans_wrapper .ticket_box_wrapper .ticket_row_1 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    padding: 0 0 50px;
}
.meet_and_greet_plans_wrapper .ticket_box_wrapper .ticket_tapu_img {
    width: 150px;
    height: 202px;
    border-radius: 16px;
    background: #6eb3e1;
    box-shadow: 0px 1.233px 4.934px 0px rgba(0, 0, 0, 0.25) inset;
    background-image: url('https://mum-objectstore.e2enetworks.net/tringcoin/ticket-cover-v1.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.meet_and_greet_plans_wrapper .ticket_box_wrapper .right_col {
    width: calc(100% - 150px);
    display: flex;
    flex-direction: column;
    padding: 0 0 0 10px;
}
.meet_and_greet_plans_wrapper .ticket_box_wrapper .meet_text {
    color: #1c1c1c;
    font-family: "Red Hat Display";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    margin: 10px 0 0;
}
.meet_and_greet_plans_wrapper .ticket_box_wrapper .date_time_text {
    color: #1c1c1c;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin: 5px 0 0;
}
.meet_and_greet_plans_wrapper .ticket_box_wrapper .location_text {
    color: #1c1c1c;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
.meet_and_greet_plans_wrapper .ticket_box_wrapper .e_ticket_text {
    color: #979797;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    position: absolute;
    top: 80px;
    right: -60px;
    transform: rotate(270deg) translatey(-50%);
    letter-spacing: 2px;
    display: none;
}
.meet_and_greet_plans_wrapper .ticket_box_wrapper .ticket_cut_row {
    width: calc(100% + 40px);
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: -20px;
}
.meet_and_greet_plans_wrapper .ticket_box_wrapper .ticket_cut_row:before {
    content: '';
    width: 90%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px dashed #dbdbdb;
}
.meet_and_greet_plans_wrapper .ticket_box_wrapper .ticket_row_pgs {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 15px 0 0;
    padding-bottom: 50px;
    position: relative;
}
.meet_and_greet_plans_wrapper .ticket_box_wrapper .ticket_row_pgs .ticket_cut_row {
    z-index: 2;
}
.meet_and_greet_plans_wrapper .ticket_box_wrapper .ticket_row_pgs .ticket_count {
    color: #1c1c1c;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.meet_and_greet_plans_wrapper .ticket_box_wrapper .ticket_row_pgs .plan_name {
    font-family: "Red Hat Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    background: linear-gradient(180deg, #b80000 0%, #e33e3e 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.meet_and_greet_plans_wrapper .ticket_box_wrapper .ticket_row_pgs .plan_patch {
    width: calc(100% + 40px);
    background: linear-gradient(91deg, rgba(220, 14, 14, 0.80) 13.31%, rgba(220, 14, 14, 0.60) 49.71%, rgba(220, 14, 14, 0.80) 85.99%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding: 15px 0;
    margin: 10px 0 0 -20px;
}
.meet_and_greet_plans_wrapper .ticket_box_wrapper .ticket_row_gold .plan_name {
    background: linear-gradient(180deg, #c3860a 1%, #e09704 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.meet_and_greet_plans_wrapper .ticket_box_wrapper .ticket_row_gold .plan_patch {
    background: linear-gradient(91deg, #e09704 13.31%, rgba(255, 186, 48, 0.80) 49.71%, #c58608 85.99%);
}
.meet_and_greet_plans_wrapper .ticket_box_wrapper .ticket_row_silver .plan_name {
    background: linear-gradient(180deg, #cbcbcb 0%, #6c6c6c 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.meet_and_greet_plans_wrapper .ticket_box_wrapper .ticket_row_silver .plan_patch {
    background: linear-gradient(91deg, #cbcbcb 13.31%, rgba(137, 132, 132, 0.80) 40.9%, #afafaf 67.42%, #b7b7b7 90.24%, #818181 105.09%);
}
.meet_and_greet_plans_wrapper .ticket_box_wrapper .booking_id_text {
    width: 100%;
    color: #1c1c1c;
    leading-trim: both;
    text-edge: cap;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin: 10px 0 0;
}
.meet_and_greet_plans_wrapper .ticket_box_wrapper .cancellation_patch {
    width: calc(100% + 40px);
    margin: 5px 0 5px -20px;
    color: #585858;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    background: #e8e4e4;
    padding: 10px;
}
.meet_and_greet_plans_wrapper .ticket_box_wrapper .total_amt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 10px 0 0;
}
.meet_and_greet_plans_wrapper .ticket_box_wrapper .total_amt abbr, .meet_and_greet_plans_wrapper .ticket_box_wrapper .total_amt strong {
    color: #1c1c1c;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.meet_and_greet_plans_wrapper .ticket_box_wrapper .total_amt strong {
    font-weight: 800;
}
.meet_and_greet_plans_wrapper .details_cols_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}
.meet_and_greet_plans_wrapper .details_cols_wrapper .content_container {
    max-width: 700px;
    padding: 0;
}
.meet_and_greet_plans_wrapper .details_cols_wrapper .details_col {
    width: 100%;
    background-color: #fff;
    margin: 0 0 20px;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}
.meet_and_greet_plans_wrapper .details_cols_wrapper .details_col .left_col {
    display: flex;
    flex-direction: column;
}
.meet_and_greet_plans_wrapper .details_cols_wrapper .details_col .left_col strong, .meet_and_greet_plans_wrapper .details_cols_wrapper .details_col .left_col span {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
}
.meet_and_greet_plans_wrapper .details_cols_wrapper .details_col .left_col span {
    font-weight: 400;
}
.meet_and_greet_plans_wrapper .details_cols_wrapper .details_col .right_col {
    display: flex;
    flex-direction: column;
}
.meet_and_greet_plans_wrapper .details_cols_wrapper .details_col .right_col span {
    color: #0f0f0f;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.meet_and_greet_plans_wrapper .details_cols_wrapper .queries_col {
    justify-content: flex-start;
    flex-direction: column;
}
.meet_and_greet_plans_wrapper .details_cols_wrapper .queries_col span {
    color: #0f0f0f;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.meet_and_greet_plans_wrapper .details_cols_wrapper .queries_col .feel_free_text {
    color: #6a6a6a;
}
.meet_and_greet_plans_wrapper .details_cols_wrapper .queries_col a {
    color: #0f0f0f;
}

/* ======================================= E-Com Css End Herer =============================== */
.exclusive_benefits .temp_imgs {
    width: 100%;
    display: flex;
    justify-content: center;
}

.exclusive_benefits .mobile_img {
    max-width: 100%;
    display: none;
}

.exclusive_benefits .desktop_img {
    max-width: 100%;
    display: block;
}

.thank_you_page_lps {
    background-color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 80px 0 0;
}
.thank_you_page_lps .thank_you_img {
    max-width: 400px;
}
.thank_you_page_lps .successfully_text {
    font-size: 34px;
    line-height: 42px;
    font-weight: 700;
    color: #f02828;
}
.thank_you_page_lps .agent_text {
    font-size: 24px;
    line-height: 32px;
    color: #000;
    font-weight: 500;
    margin: 5px 0 0;
}
.special_benefits .special_benefits_container .selected_plan_explain_col .next_arrow {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translatey(-50%);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.special_benefits .special_benefits_container .selected_plan_explain_col .next_arrow svg {
    height: 25px;
}
.special_benefits .special_benefits_container .swipe_text{
    width: 100%;
    display: none;
    text-align: left;
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
}
.payment_loader_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.payment_loader_overlay img {
    width: 200px;
}

.special_benefits .special_benefits_container .plan_benefit_list li strong {
    color: #cc2d23;
}

/* ===================== Responsive Start Here ===================== */

@media only screen and (max-width: 1024px) {
    .top_banner {
        height: auto;
        /* padding-bottom: 300px; */
    }

    .top_banner .content_container {
        flex-direction: column;
    }

    .top_banner .left_col {
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .top_banner .left_col .heading_text {
        justify-content: center;
        align-items: center;
        top: 0;
    }

    .top_banner .left_col .heading_text .location_text {
        text-align: center;
        padding: 0;
    }

    .top_banner .left_col .heading_text .meet_and_greet_text {
        width: 300px;
        position: relative;
        font-size: 80px;
        font-weight: 800;
        line-height: 80px;
    }

    .top_banner .left_col .heading_text .and_text {
        font-size: 60px;
        line-height: 60px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
    }

    .top_banner .left_col .heading_text .greet_text {
        margin: 0;
    }

    .top_banner .left_col .celeb_name {
        width: 160px;
        font-size: 30px;
        margin-top: 0;
        position: relative;
        top: 75px;
        left: -10px;
        transform: translateX(-50%);
        line-height: 28px;
    }

    .top_banner .left_col .celeb_name h2 {
        font-size: 30px;
        line-height: 28px;
    }

    .top_banner .right_col {
        width: 100%;
        max-width: 100%;
    }

    .top_banner .nitish_img_wrap {
        width: 300px;
        bottom: 148px;
        left: auto;
        transform: none;
        z-index: 3;
        right: -50px;
    }

    .top_banner .nitish_img_wrap .nitish_face_img {
        position: absolute;
        bottom: 120px;
        left: 20px;
        transform: rotate(-22deg);
        max-width: 220px;
        /* animation: none; */
    }

    @keyframes nitish_face_animation {
        0% {
            left: 20px;
            transform: rotate(-22deg);
        }

        50% {
            left: 30px;
            transform: rotate(4deg);
        }
    }

    .yellow_patch {
        top: 45%;
        height: 110px;
    }

    .yellow_rotate_patch {
        background-color: #ffc63b;
        width: calc(100% + 16px);
        height: 110px;
        top: 45%;
        transform: translatey(-50%) rotate(-6deg);
        left: -8px;
        z-index: 1;
    }

    .top_banner .right_col .form_wrap .book_text {
        font-size: 22px;
        line-height: 28px;
    }

    .top_banner .right_col .form_wrap .superfan_text {
        font-size: 15px;
        line-height: 24px;
    }

    .top_banner .right_col .form_wrap .slots_list li {
        margin: 5px;
    }

    .top_banner .right_col .form_wrap .slots_list ul {
        width: calc(100% + 10px);
        margin-left: -5px;
        justify-content: center;
    }

    .top_banner .right_col .form_wrap .slots_list label {
        width: 90px;
        height: 36px;
        flex-shrink: 0;
        color: #f02828;
        text-align: center;
        font-size: 14px;
    }

    .top_banner .right_col .form_wrap .form_col input {
        height: 46px;
    }

    .top_banner .right_col .form_wrap {
        top: 209px
    }

    .top_banner .nitish_img_wrap {
        width: 290px;
        bottom: 411px;
        left: auto;
        transform: none;
        right: -45px;
    }

    .top_banner .left_col .heading_text .date_text {
        font-size: 20px;
        line-height: 26px;
    }

    .top_banner .right_col .form_wrap {
        top: 0;
        margin: 210px 0 10px;
    }

    .yellow_patch {
        top: 45%;
    }

    .yellow_rotate_patch {
        top: 45%;
    }

    .top_banner .left_col .celeb_name {
        top: 93px;
    }

    .top_banner .right_col .form_wrap {
        box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
        padding: 20px;
        top: 0;
    }

    /* .top_banner .left_col .heading_text .meet_and_greet_text:before {
        content: '';
        width: 60px;
        height: 60px;
        position: absolute;
        top: 42px;
        left: -44px;
        background-image: url(https://mum-objectstore.e2enetworks.net/tringcoin/sparkle-element.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        animation: sparkle_animation 2s ease-in-out infinite;
        opacity: 0.4;
        transform: scale(0.8);
    }

    .top_banner .left_col .heading_text .meet_and_greet_text:after {
        content: '';
        width: 60px;
        height: 60px;
        position: absolute;
        top: 112px;
        right: -50px;
        background-image: url(https://mum-objectstore.e2enetworks.net/tringcoin/sparkle-element.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        animation: sparkle_animation 2s ease-in-out infinite;
        opacity: 0.4;
        transform: scale(0.8);
    } */

    .exclusive_benefits {
        box-shadow: none;
        padding: 0;
        margin-top: 0;
        overflow: hidden;
    }

    .exclusive_benefits .benefits_container .benefits_list {
        padding: 8px;
    }

    .exclusive_benefits h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .exclusive_benefits .benefits_container .benefits_list li {
        width: 33.33%;
        padding: 8px;
    }

    .exclusive_benefits .benefits_container .benefits_list svg {
        width: 35px;
        height: 42px;
        margin-bottom: 5px;
    }

    .exclusive_benefits .benefits_container .benefits_list .benefit_name {
        font-size: 13px;
        line-height: 16px;
    }

    .exclusive_benefits .benefits_container .book_now_btn_wrap .book_now_btn {
        width: 190px;
        height: 46px;
        font-size: 16px;
        font-weight: 700;
    }

    .exclusive_benefits .benefits_container .book_now_btn_wrap {
        margin-top: 20px;
    }

    .exclusive_benefits .yellow_patch,
    .exclusive_benefits .yellow_rotate_patch {
        top: 65%;
    }

    .celebrities_featured,
    .easy_steps {
        margin-top: 0;
    }

    .exclusive_benefits .benefits_container {
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        margin-top: 15px;
    }

    .top_banner .nitish_img_wrap .slide_col.samay_shah_slide .nitish_face_img {
        top: 145px;
        left: -14px;
        transform: rotate(-20deg);
        max-width: 270px;
    }

    @keyframes samay_face_animation {
        0% {
            top: 145px;
            left: -14px;
            transform: rotate(-20deg);
        }

        50% {
            top: 150px;
            left: 15px;
            transform: rotate(12deg);
        }
    }

    .top_banner .nitish_img_wrap .slide_col.kush_shah_slide .nitish_face_img {
        max-width: 255px;
        top: 146px;
        left: -8px;
        transform: rotate(-25deg);
    }

    @keyframes kush_face_animation {
        0% {
            top: 146px;
            left: -8px;
            transform: rotate(-25deg);
        }

        50% {
            top: 150px;
            left: 22px;
            transform: rotate(8deg);
        }
    }

    .top_banner .nitish_img_wrap .slide_col.ashar_sheikh_slide .nitish_face_img {
        top: 142px;
        left: -4px;
        transform: rotate(-20deg);
        max-width: 260px;
    }

    @keyframes ashar_face_animation {
        0% {
            top: 142px;
            left: -4px;
            transform: rotate(-20deg);
        }

        50% {
            top: 152px;
            left: 27px;
            transform: rotate(20deg);
        }
    }

    .top_banner .right_col .form_wrap .thank_you_sec {
        height: 288px;
    }

    .top_banner .left_col .heading_text:before {
        width: 45px;
        height: 45px;
        background-size: contain;
        top: 70%;
        left: -10px;
    }

    .top_banner .left_col .heading_text:after {
        width: 45px;
        height: 45px;
        background-size: contain;
        bottom: auto;
        top: 20px;
        right: 20px;
    }

    .top_banner .left_col .heading_text .meet_the_sena_image {
        margin: 10px auto 0;
        max-width: 150px;
    }

    .top_banner .left_col {
        margin: 10px 0 0;
    }

    .top_banner .left_col .heading_text .date_text {
        font-size: 16px;
        line-height: 20px;
        margin-top: 5px;
    }

    .top_banner .left_col .celeb_name {
        top: 145px;
    }

    .top_banner .left_col .heading_text .meet_and_greet_text em:after {
        top: 4px;
        right: -18px;
    }

    .special_benefits .special_benefits_container .plans_type_wrap .plan_col{
        width: 90px;
    }

    .special_benefits .special_benefits_container .plan_benefit_list{
        width: 375px;
    }

    .special_benefits .special_benefits_container .plans_type_wrap{
        width: calc(100% - 375px);
    }

    .special_benefits .special_benefits_container .plans_type_wrap .plan_col h3 {
        text-align: center;
        font-size: 17px;
    }

    .special_benefits .special_benefits_container .plans_type_wrap .plan_col:hover .marking_list:before{
        opacity: 1;
        visibility: visible;
    }

    .special_benefits .special_benefits_container .plans_type_wrap .plan_col.selected .marking_list:before{
        opacity: 0;
        visibility: hidden;
    }

    .meet_and_greet_plans_wrapper .meet_the_sena_text_banner .back_arrow_svg{
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
    }    
    .meet_and_greet_plans_wrapper .meet_the_sena_text_banner .back_arrow_svg svg{
        width: 25px;
        height: 25px;
    }
    .meet_and_greet_plans_wrapper .meet_the_sena_text_banner .meet_the_sena_title,
    .packages_cols_wrap .main_col_wrap h3,
    .packages_cols_wrap .terms_main_col_wrap .read_more_text,
    .proceed_pay_wrap .content_container .ticket_count,
    .meet_and_greet_plans_wrapper .ticket_box_wrapper .date_time_text,
    .meet_and_greet_plans_wrapper .ticket_box_wrapper .location_text,
    .meet_and_greet_plans_wrapper .ticket_box_wrapper .e_ticket_text,
    .meet_and_greet_plans_wrapper .ticket_box_wrapper .total_amt abbr, 
    .meet_and_greet_plans_wrapper .ticket_box_wrapper .total_amt strong{
        font-size: 16px;
        line-height: 26px;
    }
    .meet_and_greet_plans_wrapper .meet_the_sena_text_banner .event_date_text{
        font-size: 12px;
        line-height: 18px;
    }
    .packages_cols_wrap .main_col_wrap .package_col .plan_name,
    .proceed_pay_wrap .content_container .amount_text,
    .meet_and_greet_plans_wrapper .ticket_box_wrapper .ticket_row_pgs .plan_name,
    .meet_and_greet_plans_wrapper .thank_you_text, 
    .meet_and_greet_plans_wrapper .your_details_text,
    .meet_and_greet_plans_wrapper .ticket_box_wrapper .booking_id_text{
        font-size: 18px;
        line-height: 30px;
    }
    .packages_cols_wrap .main_col_wrap .package_col .plan_cost{
        font-size: 14px;
        line-height: 21px;
    }
    .packages_cols_wrap .main_col_wrap .package_col .right_col .add_btn{
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        border: 1px solid #dc0e0e;
        padding: 5px 36px;        
    }
    .packages_cols_wrap .main_col_wrap .package_col .right_col .minus, .packages_cols_wrap .main_col_wrap .package_col .right_col .plus{
        width: 28px;
        height: 28px;
    }
    .packages_cols_wrap .main_col_wrap .package_col .right_col{
        width: 130px;
    }
    .packages_cols_wrap .main_col_wrap{
        margin-bottom: 20px;
    }
    .packages_cols_wrap .terms_main_col_wrap ul li,
    .meet_and_greet_plans_wrapper .ticket_box_wrapper .ticket_row_pgs .ticket_count,
    .meet_and_greet_plans_wrapper .ticket_box_wrapper .ticket_row_pgs .plan_patch{
        font-size: 14px;
        line-height: 20px;
    }
    .proceed_pay_wrap .content_container .proceed_to_pay_btn {
        font-size: 16px;
        line-height: 28px;
        padding: 10px 38px;
    }
    .packages_cols_wrap{
        margin-top: 10px;
    }
    .packages_cols_wrap .main_col_wrap h3{
        margin-left: 10px;
    }
    .meet_and_greet_plans_wrapper .ticket_box_wrapper .right_col {
        width: calc(100% - 130px);
    }
    .meet_and_greet_plans_wrapper .ticket_box_wrapper .ticket_tapu_img {
        width: 130px;
        height: 176px;
    }
    .meet_and_greet_plans_wrapper .ticket_box_wrapper .meet_text{
        font-size: 24px;
        line-height: 32px;
    }
    .meet_and_greet_plans_wrapper .ticket_box_wrapper .cancellation_patch{
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .special_benefits .special_benefits_container{
        padding: 15px 12px;
    }
    .special_benefits .special_benefits_container .plan_benefit_list li{
        padding: 0;
        font-size:12px;
        line-height: 18px;
        margin: 10px 0 0;
    }
    .special_benefits .special_benefits_container .plans_type_wrap .plan_col h3,
    .special_benefits .special_benefits_container .plans_type_wrap .plan_col .price_text{
        font-size: 12px;
        line-height: 18px;
    }
    .special_benefits .special_benefits_container .plan_benefit_list .package_includes_text{
        padding: 0;
        font-size: 14px;
        margin: 0;
    }
    .special_benefits .special_benefits_container .plan_benefit_list{
        width: 150px;
        margin-top: 0;
    }
    .special_benefits .special_benefits_container .plans_type_wrap{
        width: calc(100% - 150px);
        overflow: auto;
        display: inline-block;
        padding-left: 5px;
    }
    .special_benefits .special_benefits_container .plans_type_wrap .plans_type_inner_wrap{
        width: 100%;
        min-width: 210px;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .special_benefits .special_benefits_container .plans_type_wrap .plan_col{
        margin: 0;
        width: 62px;
    }
    .special_benefits .special_benefits_container .plans_type_wrap .plan_col .mark_img {
        width: 13px;
        height: 13px;
    }
    .special_benefits .special_benefits_container .plans_type_wrap .plan_col .marking_list li:first-child {
        margin-top: 10px;
    }
    .special_benefits .special_benefits_container .plans_type_wrap .plan_col .marking_list li{
        margin-top: 32px;
    }
    .special_benefits .special_benefits_container .plans_type_wrap .plan_col .marking_list li:nth-child(5){
        margin-top: 37px;
    }
    .special_benefits .special_benefits_container .plans_type_wrap .plan_col .marking_list li:nth-child(6){
        margin-top: 30px;
    }
    .special_benefits .special_benefits_container .plans_type_wrap .plan_col .marking_list li:nth-child(7) {
        margin-top: 32px;
    }
    .special_benefits .special_benefits_container .plans_type_wrap .plan_col .marking_list li:nth-child(8){
        margin-top: 32px;
    }
    .special_benefits .special_benefits_container .plan_benefit_list li:first-child{
        margin-top: 16px;
    }
    .special_benefits .special_benefits_container{
        margin-top: 15px;
    }
    .special_benefits .special_benefits_container .selected_plan_explain_col p{
        font-size: 12px;
        line-height: 20px;
    }
    .special_benefits .special_benefits_container .plans_type_wrap .plan_col .mark_img.cross_mark_img{
        background-size: 11px;
    }
    .special_benefits .special_benefits_container .swipe_text{
        display: inline-block;
    }
    .special_benefits .special_benefits_container .selected_plan_explain_col .next_arrow{
        right: -5px;
    }
    .special_benefits .special_benefits_container .selected_plan_explain_col .next_arrow svg{
        height: 20px;
    }
    .special_benefits .special_benefits_container .plans_type_wrap .plan_col .marking_list{
        margin-top: 22px;
    }
    .special_benefits .specific_benefits_text {
        font-size: 15px;
        margin: 5px 0 0px;
        font-weight: 500;
        line-height: 24px;
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    .celebrities_featured .celebrities_featured_list .celeb_col {
        width: calc(50% - 10px);
        margin: 5px;
    }

    .celebrities_featured .celebrities_featured_list {
        padding: 5px;
    }

    .celebrities_featured .celebrities_featured_list .celeb_img {
        height: 200px;
    }

    .easy_steps .benefits_container ul .step_text {
        font-size: 12px;
        line-height: 16px;
        padding: 0 6px;
    }

    .easy_steps .benefits_container ul li {
        width: 110px;
        margin: 30px 0 10px;
    }

    .easy_steps .benefits_container ul .step_number {
        font-size: 16px;
        height: 36px;
        width: 36px;
    }

    .easy_steps .benefits_container ul:before {
        top: 48px;
    }

    .easy_steps .benefits_container ul:after {
        top: 48px;
        left: 48px;
    }

    .reviews_slider_wrap .reviews_slider .slide_col .overlap_content {
        width: 100%;
        max-width: 700px;
        padding: 0 15px;
        position: absolute;
        left: 15px;
        bottom: auto;
        top: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .reviews_slider_wrap .reviews_slider .slide_col .slide_img.mobile_img {
        display: block;
        width: 100%;
    }

    .reviews_slider_wrap .reviews_slider .slide_col .slide_img.desktop_img {
        display: none;
    }

    .reviews_slider_wrap .reviews_slider .slide_col .overlap_content {
        left: 0;
        top: 20px;
    }

    .reviews_slider_wrap .reviews_slider .slide_col .user_img {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .reviews_slider_wrap .reviews_slider .slide_col .user_details {
        width: calc(100% - 50px);
    }

    .reviews_slider_wrap .reviews_slider .slide_col .user_details .user_name {
        font-size: 22px;
        line-height: 30px;
    }

    .reviews_slider_wrap .reviews_slider .slide_col .user_details .yellow_patch_text {
        font-size: 14px;
        display: flex;
        align-items: center;
        width: 150px;
    }

    .reviews_slider_wrap .reviews_slider .slide_col .user_details .star_img {
        width: 100px;
        margin: 5px 0 0;
    }

    .reviews_slider_wrap .reviews_slider .slide_col .review_text {
        font-size: 14px;
        line-height: 20px;
    }

    .reviews_slider_wrap .reviews_slider {
        padding-bottom: 20px;
    }

    .reviews_slider_wrap .reviews_slider .slick-dots {
        bottom: -4px;
    }

    .reviews_slider_wrap .reviews_slider .slick-dots li {
        margin: 0 8px;
    }

    .top_banner .left_col .celeb_name {
        text-align: left;
        padding-left: 10px;
    }

    .exclusive_benefits .mobile_img {
        display: block;
    }

    .exclusive_benefits .desktop_img {
        display: none;
    }
    .thank_you_page_lps .thank_you_img{
        max-width: 220px;
        margin-bottom: 10px;
    }
    .thank_you_page_lps .successfully_text {
        font-size: 22px;
        line-height: 32px;
        font-weight: 700;
        color: #f02828;
        padding: 0 20px;
        text-align: center;
    }
    .thank_you_page_lps .agent_text{
        font-size: 18px;
        line-height: 26px;
    }
}