<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

 /* start blog */ 

.blogs_div {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px 5px;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
}
.blogs_div,
.blog_content{
    background: #fff;
}
.blog_box {
    width: 49%;
    height: auto;
    min-height: 285px;
    float: left;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    padding: 15px 10px 5px;
    box-shadow: 0px 0px 10px -2px rgba(87, 87, 87, 0.57);
    -webkit-box-shadow: 0px 0px 10px -2px rgba(87, 87, 87, 0.57);
    -moz-box-shadow: 0px 0px 10px -2px rgba(87, 87, 87, 0.57);
    margin: 0 0 15px 0;
    background: #fff;
    position: relative;
}

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

.blog_box:nth-child(2n+1) {
    margin-right: 1%
}


.blog_box h3 {
    color: #303030;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 10px;
    line-height: normal;
    height: 40px;
    display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog_box p {
    color: #6e6e6e;
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 10px;
    line-height: normal
}

.blogs_div .blog_box img{
    max-width: 100%;
    height: 123px;
    margin-bottom: 10px;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: .85;
    width: 100%
}

.blog_box img {
    max-width: 100%;
    height: 100%;
    margin-bottom: 10px;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: .85;
    width: 100%
}

.blog_box:hover img {
    opacity: 1
}

.date_read {
    display: block
}

.date_read p {
    float: left;
    color: #c0c0c0;
    font-size: 12px;
    font-weight: 300;
    padding-bottom: 0
}

.date_read a {
    float: right;
    font-size: 12px;
    color: #619d35;
    font-weight: 400;
    position: relative;
    padding-right: 18px
}

.date_read a:hover {
    font-weight: 600
}

.date_read a:after {
    content: '';
    background: url(/theme/icons/read_icon.png);
    width: 12px;
    height: 6px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute
}

.share_blog.social_icon {
    display: block;
    padding: 10px 0 20px
}

.share_blog.social_icon ul {
    float: none;
    text-align: right
}

.share_blog.social_icon ul li {
    float: none;
    display: inline-block;
    font-size: 12px;
    color: #282828;
    padding-right: 7px
}

.share_blog.social_icon ul li:first-child {
    padding-right: 5px
}
.blog_box .white_bg {
    background: url('/theme/images/tour_whiteBG.png') no-repeat;
    height: 36px;
    display: block;
    position: absolute;
    top: 5px;
    display: table;
    width: 100%;
    z-index: 7;
    left: -6px;
}

.blog_box .white_bg a {
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    color: #262626;
    font-weight: 600;
    padding-top: 4px;
    padding: 4px 0 0 20px
}



.hover_stadium {
    background: rgba(0, 0, 0, .7);
    padding: 50px 0px 10px;
    width: 100%;
    font-size: 11px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 6;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.blog_box:hover .hover_stadium {
    opacity: 1
}

.hover_stadium p {
    font-size: 11px;
    color: #fff;
    line-height: 13px;
}

.btm_hover {
    display: block;
    padding-top: 5px;
    position: absolute;
    width: 100%;
    bottom: 10px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.btm_hover p {
    display: inline-block;
    padding: 0;
    line-height: normal;
    padding-left: 15px
}

.top_hover {
    padding: 0 15px
}

.btm_hover p img {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    line-height: 11px;
    margin-top: 1px;
}

.btm_hover p span {
    line-height: 11px;
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.inner_left .post_img{
    max-width: 300px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.post_posted{
    font-size: 13px;
    padding: 10px;
    color: #373737;
}

.post_content{
    font-size: 13px;
    color: #373737;
    line-height: normal;
    padding-bottom: 10px;
}

.post_content p{
    padding: 0 10px;
}

.post_content p:last-child{
    padding-bottom: 10px;
}

#disqus_thread{
    margin-top: 20px;
}

 /* end blog */ 


 /* start media-screen */ 

@media(max-width:1109px) {

    /* #region General */
    .container,
    .header .container,
    .header_btm .container {
        width: 100%;
        padding: 0 25px;
        box-sizing: border-box
    }
    .left_Top ul li {
        padding: 0 7px;
    }
    .team_vs p img:first-child,
    .team_vs p img:last-child {
        padding: 0
    }

    .ticktet_sec {
        padding: 0 10px
    }
    
    /* #endregion  General */

    /* #region Homepage and Eventpage */
    .banner{
        height: auto;
        height: initial;
    }

    /* #endregion Homepage and Eventpage */

    /* #region Eventpage */
    .banner.event {
        padding: 0 25px
    }
    .banner.event .container {
        padding: 0
    }

    /* #endregion Eventpage */




    .team_info p {
        font-size: 13px;
    }
    .team_info {
        width: 55%
    }
    .header_btm .container {
        /* padding-bottom: 5px */
    }
    .team_ticket a {
        padding: 0
    }
    .reviews p {
        font-size: 10px;
    }
    .desk_mode {
        display: none
    }
    .tab_mode {
        display: block
    }
    .f_right_side.tab_mode h4 {
        display: inline-block;
        font-size: 12px;
        padding-bottom: 0
    }
    .f_right_side.tab_mode {
        padding-top: 8px
    }
    .f_right_side.tab_mode p {
        display: inline-block;
        vertical-align: middle;
        padding-left: 30px
    }
    .f_right_side.tab_mode p img {
        display: inline-block;
        vertical-align: middle
    }
    .f_right_side.tab_mode .our_logos {
        /*padding: 13px 0 20px*/ 
    }
    .f_left_bottom {
        display: none
    }
    .f_left_side {
        float: left;
        width: 42%;
    }

    .social_icon ul li a i {
        font-size: 30px;
        margin-bottom: 10px
    }
    .left_footer {
        /* width: 78%; */
    }
    .right_footer {
        /* width: 22%; */
    }
    .f_right_side.tab_mode .last_our {
        padding-top: 13px
    }
    .f_right_side.tab_mode .last_our p img {
        margin-top: -13px;
    }
    .chat {
        right: 0
    }
    .call_pop_up{
        right: 15px;
        top: calc(50% - 70px);
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    .advantage_list .adv_tb {
        height: 100px
    }
    .top_search .count .srch_cup {
        width: 85%
    }
    .contactUs_form .col_50 {
        width: 42%;
        margin-right: 8%;
    }
    .contactUs_form .col_50:last-child {
        margin: 0 0 0 8%;
        padding-right: 10px
    }
    .gift_card .contactUs_form .col_50 {
        width: 42%;
        margin: 0 6% 0 0
    }
    .gift_card .contactUs_form .col_50:last-child {
        width: 42%;
        margin: 0 0 0 6%
    }
    .header_btm .container {
        border: 0
    }
    .header_btm .container p {
        border-top: 1px solid #4d8a3a;
        font-size: 11px;
        font-weight: 300;
        line-height: normal;
        padding: 3px 0;
    }
    
    .check_out_pg .header_btm p{
        font-size: 14px !important;
        line-height: normal; 
    }
    
    .top_header {
        height: 32px;
    }
    .right_top ul li input[type="text"] {
        height: 24px;
    }
    li.red_btn a {
        height: 24px;
        display: inline-block;
        background-size: 100% 100%;
        padding: 0 8px;
        font-size: 12px;
        line-height: 24px
    }
    li.social a i {
        font-size: 25px;
        color: #e0e0e0;
    }
    .left_Top ul li a {
        line-height: 32px;
    }
    dl.dropdown dt span:nth-child(2) {
        font-size: 12px;
        width: 65px;
    }
    dl.dropdown {
        width: 90px
    }
    .dropdown dt&gt;a {
        width: 100%;
        display: block
    }
    .event .banner_form .logos p img {
        width: 70px;
        height: auto
    }
    .date_banner {
        /* bottom: 10px */
    }
    .left_detail {
        width: 57%;
    }
    .right_detail {
        width: 43%;
    }
    form .form-group {
        width: 86%
}
    .left_side form .form-group {
        width: 43%;
        margin-right: 7%
    }
    [type="radio"]:checked+label,
    [type="radio"]:not(:checked)+label {
        padding-left: 20px;
        font-size: 87%;
    }
    ul.tabs li {
        /*width: 13%;*/
        margin-right: 10px
    }
    ul.tabs li.tab_last {
        width: 40%;
        margin-right: 0
    }
    .billing_info .billing_detail:nth-child(odd) form .form-group,
    .billing_info .billing_detail:nth-child(odd) .form-group,
    .billing_info .billing_detail:nth-child(odd) h3 {
        margin-left: 14%;
    }
    #shipping_information .left_side .form-group{
        margin-left: 0%;
    }
    
    #shipping_information .left_side .form-group:nth-child(even),
    .left_side form .form-group:nth-child(even) {
        margin: 0 0 0 7%
    }
    form .card_rightSide .form-group,
    form .card_leftSide .form-group {
        width: 85%
    }
    .pay_choose {
        width: 96%;
        margin: 0 2%;
        margin-top: 30px;
    }
  
    .footer .inner_footer {
        padding-bottom: 0
    }
    .f_left_top {
        margin-bottom: 15px
    }
    .event .social_icon ul li a i {
        margin-bottom: 0
    }
    .order_grid{
        grid-template-columns: repeat(auto-fit, 45%);
    }
    .order_grid .order_grid_inner{
        grid-template-columns: 70% 1fr;
    }
    div.order_main{
        /* grid-template-columns: repeat(auto-fit, 345px); */
        /* grid-column-gap: 2%; */
        /* padding-left: 40px; */
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: space-evenly;
                justify-content: space-evenly;
        padding: 20px 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;


    }
    .order_main.order_grid .order_grid_inner{
        margin: 0;
        grid-template-columns: fit-content(100%) 80px;
        padding-left: 6%;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .buy_call_us{
        right: 7px
    }

}
@media only screen and (max-width:1024px) {
    .stdium_tour_image {
        height: 40%;
    }
}
@media(max-width:1023px) { 
    .right_ticket{
        z-index: 1000;
    }
    .header .container{
        height: inherit;
    }
    .stand_left .stadium_view {
        border: 1px solid #eaeaea
    }
    .notification_pop .inner_group p,
    .vip_req .inner_purchase p {
        font-size: 14px;
        line-height: 17px
    }
    .inner_purchase {
        padding: 10px 20px
    }
    
    
    dl.dropdown {
        width: 80px;
    }
    .pop_search {
        margin-bottom: 0
    }
    .left_Top,
    .header .container .menu {
        display: none
    }
    
    .headbtm_para {
        display: none;
    }
    .main_events .filter, .main_events .our_advantage,.main_events .trust{
        display: none
    }
    .left_ticket {
        width: 100%
    }
    .banner .slick-slide img {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover
    }
    .slider div.banner_form{
        top:40%
    }
    .banner_form .logos p img {
        height: auto;
    }
    .team_vs {
        width: 16%
    }
    .team_info {
        width: 53%
    }
    .right_top ul li.social {
        display: none
    }
    .top_header {
        height: 50px;
    }
    li.red_btn a {
        background-size: auto 100%;
        height: 38px;
        display: inline-block;
        font-size: 16px;
        line-height: 38px;
    }
    dl.dropdown dt span:nth-child(2) {
        font-size: 14px
    }
    /*.dropdown dt a span span {}*/
    .top_header .right_top ul li input[type="text"] {
        height: 38px;
        display: inline-block;
        font-size: 16px;
        line-height: 38px;
    }
    .top_header .right_top ul li .sass:before {
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 22px;
        height: 23px;
        background: url(/theme/images/srch-icon2.png) no-repeat;
    }
    .right_top .dropdown dd ul li a {
        font-size: 14px;
    }
    .right_top .dropdown dd ul li {
        padding: 3px 10px
    }
    .right_top .dropdown dd ul li a span {
        line-height: normal !important;
        font-size: 14px;
    }
    .dropdown dd ul {
        width: 90px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        top: 10px
    }
    .hamburger {
        width: 35px;
        display: inline-block;
        position: relative;
        height: 22px;
        margin-top: 14px;
        cursor: pointer
    }
    .hamburger span {
        height: 3px;
        width: 100%;
        background: #fff;
        display: block;
        position: absolute
    }
    .hamburger span:nth-child(2) {
        top: 9px
    }
    .hamburger span:nth-child(3) {
        top: 18px
    }
    .mob_menu {
        display: none;
        position: absolute;
        left: 0;
        background: #252525;
        top: 0;
        padding: 25px 15px 15px;
        z-index: 99;
        width: 340px
    }
    .mob_menu ul {
        padding: 10px 10px 10px 20px;
    }
    .mob_menu ul li a {
        color: #e0dfdf;
        font-size: 16px;
        height: 34px;
        display: block;
        font-weight: normal;
        line-height: 34px;
    }
    ul.top_menu {
        text-transform: uppercase;
        border-bottom: 1px solid #233b2a
    }
    ul.top_menu li a {
        color: #dedede;
        font-weight: 600
    }
    .mob_menu ul li.active a:before,
    .mob_menu ul li:hover a:before {
        content: '';
        background: url('/theme/images/green-active.png') left center;
        width: 40px;
        height: 34px;
        position: absolute;
        left: 0
    }

    /* Lucas menu*/

    .mob_menu .parent_menu picture{
        display: none;

    }
    .mob_menu ul li .top_menu_item_team a{
        height: unset;
        font-size: 14px
    }
    div.mob_menu .top_menu ul.parent_menu{
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        padding: 5px;
    }
    .mob_menu ul.sub-menu .div_14{
        width: unset !important;
        float: unset;
        background: unset
    }
    .mob_menu ul.sub-menu .top_menu_item_logo{
        width: unset;
        height: unset;
    }
    .mob_menu .parent_menu .sub-menu.sub_team .div_35{
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }
    .mob_menu .div_14.div_50 .parent_menu{
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        padding: 0px 10px 10px 20px;
    }
    .mob_menu .parent_menu .top_menu_item_team{
        height: 34px;
        width: unset;
    }
    .mob_menu .parent_menu .sub_team{
        padding: 10px 10px 10px 10px;
    }
    .mob_menu .parent_menu .div_35 strong{
        margin: 8px 0;
        color: #dedede;
        font-weight: 600;
        height: inherit;
        font-size: 16px;
        display: block;
        line-height: inherit;
        border: none;
        background: none;
        text-align: unset;
        margin-left: -20px
    }
    .mob_menu .show_menu{
        display: block
    }
    .mob_menu .hover_static{
        display: inline;
        font-size: 14px;
        /* line-height: 1px; */
        white-space: nowrap;
    }
    .mob_menu .hover_static .gray_review{
        display: none;
    }
    .mob_menu .hover_change,
    .mob_menu .top_menu_top_event_tournaments,
    .mob_menu .top_menu_top_event_teams,
    .mob_menu .top_menu_top_event_international{
        display: none !important;
    }

    /* Lucas menu end*/
    .cross_icon {
        width: 25px;
        height: 25px;
        position: absolute;
        top: 10px;
        right: 15px;
        cursor: pointer
    }
    .cross_icon span {
        height: 3px;
        width: 100%;
        background: #fff;
        display: block;
        position: absolute;
        top: 10px
    }
    .cross_icon span:nth-child(1) {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .cross_icon span:nth-child(2) {
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        /* transform: rotate(-135deg); */
    }
    .dropdown dt a span.arrow_ad:after {
        content: '';
        background: url('/theme/images/top_arrow2.png');
        width: 10px;
        height: 6px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(180deg);
                transform: translateY(-50%) rotate(180deg);
    }
    .footer {
        /* padding-top: 20px */
    }
    .right_footer {
        width: 100%;
        grid-row: row-sub/span 1;
        grid-column: 1/2;
        padding-bottom: 15px;

    }
    .left_footer {
        grid-template-areas: "follow follow"
        "deliver accept";
        grid-template-columns: 50% 50%;
        grid-row: row-footer-info/span 1;
        grid-column: 1/2

    }
    .footer .inner_footer {
        padding: 20px;
        grid-template-columns: 1fr;
        grid-template-rows: [row-sub] 45% [row-footer-info] 55%;
    }
    .right_footer .f_form input {
        width: 32%;
        margin-bottom: 0;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
    .right_footer .f_form {
        background: none;
        padding: 0;
    }

    .right_footer .f_form form {
        background: #efefef;
        padding: 12px 15px;
    }
    .right_footer .f_form h4 {
        border: 0;
        text-align: left;
        margin-bottom: 0;
    }
    .footer_logo {
        display: none
    }
    .follow_us_icons{
        -webkit-box-pack: start;
                justify-content: flex-start;
        padding: 0 180px 0 20px;
    }
    .follow_us_icons li{
        padding-right: 25px;
    }
    .copy_footer .copy {
        display: none
    }
    .sitemap_menu ul {
        text-align: center
    }
    .f_left_top {
        margin-bottom: 0
    }
    .footer .inner_footer {
        padding-bottom: 10px
    }
    .social_icon p.copy_2 {
        text-transform: none;
        margin-left: -10px;
        margin-top: 10px;
        font-size: 11px;
        display: block
    }
    .f_right_side.tab_mode .our_logos {
        padding-bottom: 13px
    }
    .social_icon ul li a i {
        font-size: 32px;
        margin-bottom: 13px;
    }
    .header {
        padding-top: 10px;
        height: auto
    }
    .chat {
        display: none
    }
    .breadcrumb {
        display: none
    }
    .main-content.inner {
        padding-top: 5px
    }
    .faq_ques .f_left_ques p {
        padding: 5px 0
    }
    .asending_sec .set {
        height: 35px;
        line-height: 35px;
    }
    .asending_sec .set span {
        line-height: 33px;
    }
    .call-us p,
    li.flag_number ul,
    .chat-online p {
        padding-left: 0
    }
    .gift_card_bg .before_cont {
        padding-left: 0
    }
    .gift_card .contactUs_form .col_50 {
        padding-left: 0
    }
    .gift_card .contactUs_form span {
        padding-left: 0
    }
    .gift_card_bg {
        padding-bottom: 100px
    }
    .date_banner {
        /* bottom: 12px */
    }
    .event .banner_form .logos p img {
        width: 130px;
        height: 130px
    }
    /*.tab_mode{
        display: none
    }*/
    .tab_mode2 {
        display: none
    }
    .advanced {
        display: block;
        cursor: pointer;
    }
    .advance_open {
        position: absolute;
        z-index: 36;
        top: 45px;
        display: none
    }
    .advance_open .find_tickets {
        width: 250px;
        margin: 0;
    }
    .advance_open .find_tickets .tickt_book .sass.col_50::before{
        -webkit-transform: translateY(0%);
                transform: translateY(0%);
    }

    .advance_open .find_tickets input[type="text"] {
        width: 100%;
        background: #fff;
        height: 30px;
        border: 1px solid #cccccc;
    }
    .right_top ul li input[type="text"] {
        width: 250px
    }
    .share_blog.social_icon,
    .comment_box {
        display: none
    }
    .pagination a {
        font-size: 16px;
        width: 28px;
        line-height: 28px;
        height: 28px;
    }
    .inner_mobile_filter span{
        font-size: 14px;
    }
    .inner_mobile_filter .label_check label{
        margin-left: 25px;
    }
    .checkmark{
        top: 10px;
        left: 0px; 
    }
    .voucher_rate .error_description{
        top: 0;
        grid-row-start: 2;
        position: relative;
    }
    .voucher_class .nice-select{
        grid-row-start: 1;
    }
    .voucher_rate{
        display: grid;
        grid-template-rows: repeat(auto-fit, minmax(0px, 1fr));
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
    .voucher_type_money_lable {
        margin-left: 20px;
    }
    .international .left_ticket .team_ticket strong,
    .filterable {
        display: none
    }
    .hide_show {
        display: none
    }
    .main_events .mobile_filter {
        position: fixed;
        display: block;
        top: 0;
        z-index: 9999;
        right: 0;
        width: 300px;
        display: none;
        height: 100%;
        background: #fff
    }
    .international .left_ticket .ticket_head p,
    .international .our_advantage,
    .international .asta {
        display: none
    }
    .international .left_ticket .ticket_head p:last-child {
        display: table-cell;
        font-weight: 600;
        font-size: 14px
    }
    .international .right_ticket {
        display: block
    }
    .international .checkmark {
        border: 1px solid transparent;
        right: 15px;
        left: auto;
        background: transparent;
        top: 8px
    }
    .label_check {
        border-bottom: 1px solid #f4f4f4;
        height: 35px;
        line-height: 35px;
        padding: 0 0 0 15px;
        font-size: 14px;
    }
    .team_head p {
        font-size: 14px;
    }
    .team_head {
        margin-bottom: 0
    }
    .team_city form::-webkit-scrollbar,
    .team_country form::-webkit-scrollbar {
        width: 8px;
    }
    .team_city form::-webkit-scrollbar-track,
    .team_country form::-webkit-scrollbar-track {
        border-left: 0px solid #d7d7d7;
        border-right: 0px solid #d7d7d7
    }
    .rnge-slider {
        padding-top: 10px
    }
    .team_country form {
        max-height: 300px
    }
    .team_head {}
    .team_head,
    .team_head.country_ {
        padding: 10px 0
    }
    .range-input {
        font-size: 0;
        text-align: right;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
        -webkit-box-align: center;
                align-items: center; 
        -webkit-box-pack: center; 
                justify-content: center;
    }
    .range-input em {
        font-size: 14px;
        font-weight: 600
    }
    .range-input input#amount3 {
        display: block;
        width: 75px;
        margin-left: 30px;
    }
    .range-input input:first-child {
        float: left
    }
    .range-input input {
        width: 30%;
        margin-right: 5%;
        max-width: 120px;
    }
    .range-input input#amount2 {
        margin: 0 4px 0 5%
    }
    .back {
        display: block;
        position: absolute;
        left: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        font-size: 13px;
        font-weight: 600;
        color: #555555;
        padding-left: 10px;
        height: 10px;
        line-height: 10px;
        cursor: pointer;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
    .back:before {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        background: url('/theme/images/back-arrow.png') no-repeat;
        content: '';
        width: 6px;
        height: 9px;
    }
    .back_filter {
        display: block;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        cursor: pointer
    }
    .back_filter img {
        display: inline-block;
        vertical-align: middle
    }
    .found_event {
        display: block;
        background: #f2f2f2;
        padding: 15px;
        position: absolute;
        width: 100%;
        bottom: 0;
    }
    .found_event p {
        font-size: 13px;
        color: #555555;
        font-weight: 400;
        text-align: center
    }
    .teams_filter {
        padding-bottom: 0
    }
    .event_btn {
        padding-top: 15px;
    }
    .event_btn .half_btn {
        float: left;
        width: 50%
    }
    .event_btn .half_btn input {
        width: 90px;
        height: 35px;
        border: 0;
        background: #f1f1f0 url('/theme/images/white_btn_bg.png') repeat-x;
        border-radius: 3px;
        background-size: 100% 100%;
        color: #eb0101
    }
    .event_btn .half_btn.show {
        text-align: right
    }
    .event_btn .half_btn.show input {
        background: #6ca632 url(/theme/images/buy_bg.png) repeat-x;
        background-size: 100% 100%;
        color: #f5f5f5;
        font-weight: 600
    }
    .filter .label_check .inner_filter_name_text{
        margin-left: 25px;
    }
    .last.set_class2 .team_head {
        border-bottom: 0
    }
    .event .banner_form .logos p img {
        width: 65px;
        height: auto;
        margin: 0 15px
    }
    .date_banner {
        /* bottom: 5px; */
    }
    .event .slider {
        /* height: 185px */
        height: 295px;
    }
    .event .slider img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover
    }
    .event .slider div {
        width: 100%;
        height: 100%
    }
    .event .banner_form {
        top: 8px;
    }
    .stand_left {
        width: 100%;
        float: none;
    }
    .stand_right {
        width: 100%;
        float: none
    }
    .stnd_range,
    .stand_left .view_type {
        display: none
    }
    .stand_left .stadium_view img {
        width: 100%
    }
    .stadium_view .event_image_category{
        height: 250px;
    }
    .stand_left .stadium_view {
        padding: 0;
        border: 1px solid #d7d7d7;
        padding: 15px
    }
    .stand_buy .inner_category_available::-webkit-scrollbar {
        width: 10px;
    }
    .stand_buy .inner_category_available::-webkit-scrollbar-track {
        border: 0px solid #d7d7d7
    }
    .stand_Sprice .inner_Price {
        height: 80px;
    }
    .check_out_pg .header_btm {
        display: block;
    }
    .check_out_pg .header_btm p {
        padding: 10px 0px
    }
    .check_out_pg .headbtm_para {
        display: none;
    }
    .header.pay_header {
        padding: 0;
    }
    .pay_header.header .container .logo {
        vertical-align: middle
    }
    /*.billing_info .billing_detail:nth-child(odd) form .form-group{
        margin-left: 14%
    }*/
    ul.tabs li {
        margin-right: 10px;
    }
    form .form-group.check_box .label_check {
        border: 0;
        font-size: 14px;
        line-height: 16px
    }
    ul.tabs li label {
        font-size: 13px;
    }
    form .form-group label {
        font-size: 13px;
    }
    .tkt_charge p {
        font-size: 12px
    }
    .advanced.advanced2 {
        display: block;
        bottom: -20px
    }
    .advanced.advanced2 span:after {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        margin-top: -4px
    }
    .right_ticket .teams_filter {
        overflow-y: scroll;
        height: calc(100% - 135px);
    }
    .stand_left .stadium_view {
        margin: 0
    }
    .stadium_view .btn {
        width: 35px;
        height: 25px;
        margin-right: 8px;
        bottom: 10px
    }
    .stadium_view .btn.minus {
        bottom: 74px
    }
    .stadium_view .btn.plus {
        bottom: 42px;
    }
    .tooltip .tooltiptext {
        padding: 5px;
        font-size: 11px;
    }
    .event .social_icon {
        padding-top: 0
    }
    .stadium_view .full.btn {
        right: 15px;
        width: 29px
    }
    .right_ticket{
        display: block;
    }
    
    .inner_left .inner_item{
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: center;
                justify-content: center;
    }
    .inner_left .inner_item .item_image{
        height: 256px;
        width: 200%;
    }
    .stand_buy .inner_category_available{
        overflow-y: hidden;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
    .found_event {
        display: block
    }
    .back{
        display: block
    }
    .filter.adv_filter{
        position: fixed;
        top: 0;
        z-index: 1000;
        right: 0;
        width: 100%;
        display: none;
        height: 100%;
        background: #fff;
        overflow: hidden;
    }
    .right_ticket .find_tickets{
        display: none;
    }
    .sub_cup .filter_item_block{
        padding-left: 0;
    }
    .right_ticket .teams_filter{
        overflow: auto;
    }
    .subscribe_form{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
        -webkit-box-align: center;
                align-items: center;
        background: #efefef;
        padding: 14px 8px;
        position: relative;
        
    }
    .f_form .subscribe_form label.error_description{
        top: 45px;
        position: absolute;
        text-align: center;
        margin: 0;
    }
    .f_form .subscribe_form input[type="email"] + .error_description{
        left: 29vw;
    }
    .f_form .subscribe_form input[type="text"] + .error_description{
        left: 0vw;
    }
    .f_form input[type="text"], .f_form input[type="email"]{
        /* margin-right: 10px; */
        margin-bottom: 10px;
    }
    .f_form .subscribe_form input[type="submit"]{
        margin: 0;
        
    }
    /* .no_event_inner .f_form input[type="email"],
    .no_event_inner .f_form input[type="text"]{
        margin-bottom: 0;
        margin-right: 10px;
    } */
    .no_event_inner{
        width: 100%
    }
    .f_form .subscribe_form input[type="email"],
    .f_form .subscribe_form input[type="text"]{
        margin: 0px;
        margin-right: 5px
    }
    .pay_choose .credit_pay{
        width: 25%
    }
    .top_header .right_top ul li, .top_header .right_top li.btn_mob {
        vertical-align: middle;
    }
}
@media only screen and (max-width:1000px) {
    #wrapper{
        background:#fff !important;
    }
    .stdium_tour_image {
        height: 100%;
    }

    /* .order_main_right .description_status,
    .order_main_right .description{
        display: none;
    } */

    .description_status_mobile{
        display: grid;
        grid-template: "a a";
        font-size: 13px;
        margin-bottom: 5px;
        font-family: inherit;
        font-weight: 600;
    }

    .description_status_mobile label{
        color: #9a9a9a;
        margin-right: 5px;
    }

    .order .our_adv_pop{
        width:60%;
    }

    .download_ticket a{
        font-size: 11px;
        padding: 3px 5px;
    }

    .general_details .time_location_details {
        grid-template: "a a a" 100% / 13% 57% 30%
    }

    .general_details .event_name{
        font-size: 15px;
    }

    .change_order label {
        font-size: 15px;
        padding: 5px 0;
    }

    .change_order input,
    .change_order textarea,
    .change_order select{
        width: 90%;
        height: 30px;
        font-size: 15px;
    }

    

    .confirmations.inner_item{
        font-size:15px;
    }

    .tab_stadium_tours .inner_left .inner_item{
        background:#fff;
        height: 32%;
    }

    .stadium_tour_item {
        height: 20%;
    }

    .stadium_tour_item .stadium_tour_details:not(.no_p) p{
        height: 65%;
        overflow-y: hidden;
        overflow-x: hidden;
        font-size: 13px;
    }

    .stadium_tour_item .stadium_tour_img {
        width: 50%;
    }

    .stadium_tour_item .stadium_tour_img.half {
        width: 40%;
    }

    .stadium_tour_item .stadium_tour_details {
        padding: 10px 0px 5px 10px;
        width: 50%;
    }

    .stadium_tour_item .stadium_tour_details.no_btn{
        width: 59%;
    }

    .stadium_tour_item .stadium_tour_details.no_btn:not(.no_p) p{
        height: 90%;
        padding-top: 10px;
    }



    .stadium_tour_item .stadium_tour_img label{
        width: 100%;
    }

    #tab_required_information .req_info_order .req_info_customer {
        margin: 30px 0;
    }

    #tab_required_information .req_info_customer .fields select,
    #tab_required_information .req_info_customer .fields input{
        width: 80%;
    }

    #tab_required_information .we_thank_you {
        /* margin: 15px 30px; */
    }

    #tab_required_information .req_info_order .req_info_customer .customer_number{
        font-size: 17px;
        margin-bottom: 10px;
    }
    .stand_right .desktop{
        display: none;
    }
    .stand_right .stand_Sprice.mobile{
        display: block;
        border-bottom: 1px solid #80808038;
    }

    .stand_right .mobile .category_grid{
        display: grid;
        grid-template-columns: [first-col] minmax(40%,1fr) [info-col] 10% [qty-col] 10% [price-col] 10% [buy-col] 30%;
        grid-template-rows: 1fr;
        -webkit-box-align: center;
                align-items: center;
        width: 100%
    }
    .stand_buy .mobile .category{
        grid-column: first-col/span 1;
    }
    .stand_buy .mobile .category span.ticket_type_text {
        display: block;
        color: #575757;
    }

    .stand_buy .mobile .tickets_info{
        text-align: center;
        display: grid;
        grid-template-columns: [chair-col] minmax(25%,1fr) [type-col] minmax(25%,1fr) [pov-col] minmax(25%,1fr);
        grid-column: info-col/span 1;
        grid-gap: 5px;
    }
    .stand_buy .mobile .tickets_info .single_pair{
        grid-column: chair-col/span 1;
    }
    .stand_buy .mobile .tickets_info .type{
        grid-column: type-col/span 1;
    }
    .stand_buy .mobile .tickets_info .pov_symbol{
        grid-column: pov-col/span 1;
    }

    .stand_buy .mobile .qty{
        grid-column: qty-col/span 1;
    }
    .stand_buy .mobile .qty select{
        margin: 0;
        padding: 2px 0;
        font-size: 13px;
        width: 30px;
        box-sizing: content-box;

    }
    .stand_buy .mobile .prive{
        grid-column: price-col/span 1;
        font-weight: bold
    }

    .stand_buy .mobile .bye{
        display: block;
        height: 32px;
        line-height: 32px;
        font-size: 16px;
        font-weight: 600;
        width: 90%;
        border-radius: 3px;
        margin: auto;
        text-align: center;
        grid-column: buy-col/span 1;
    }
    .stand_buy .mobile .price_buy .prive{
        margin: 0 auto;
        margin-bottom: 5px;
        text-align: center;
        font-size: 15px;
    }
    .stand_buy .mobile .price_buy .bye{
        margin: 0 auto;
        width: 90%;
    }
    .stand_buy .mobile .price_buy .green_btn{
        width: 100%;
        font-weight: bold
    }
    .qty form {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: center;
                justify-content: center;
    }
    .left_ticket .stand_price{
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        padding-bottom: 0;
    }
    .stand_price .stand_left{
        width: 100%;
        background: white;
        top: 0;
    }
    .view #img svg{
        height: 300px
    }
    .stand_left .stadium_view{
        width: 100%;
    }
    .stand_price .stand_right{
        width: 100%;    
    }    
    .social_media_buttons .pinterest-share{
        display: none
    }
    .stand_tkt_head.ticket_head{
        position: relative;
    }
    .date_banner{
        top: 150px
    }
    .buy_call_us{
        display: none
    }

}
@media(max-height: 900px){
    .right_ticket{
        position: relative;
    }
}
@media (max-width: 768px){

    .svg_placeholder{
        height: initial;
    }
    .billing_info{
        display: block !important;
    }
    .billing_info #special_request{
        width: 100%;
        resize: vertical;
    }

    .nice-select.open .list{
        display: flex;
        flex-direction: column;
    }
    .billing_info .billing_detail:nth-child(odd) form .form-group,
    .billing_info .billing_detail:nth-child(odd) .form-group,
    .billing_info .billing_detail:nth-child(odd) h3,
    .billing_info .billing_detail:nth-child(n) .form-group,
    .billing_info .billing_detail h3{
        margin-left: 0;
        margin-bottom: 10px;
    }

    #shipping_information .left_side .form-group,
    #shipping_information .left_side .form-group:nth-child(even),
    .left_side form .form-group:nth-child(even){
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px; 
    }
    .shipping_confirmation_checkbox .form-group.check_box,
    .billing_info .billing_detail .form-group.check_box{
        margin-bottom: 15px;
    }
    .svg_placeholder{
        height: auto;
    }
    .req_info_form div.req_info_order{
        grid-template-columns: 100%;
    }
    #tab_required_information .submit_bt{
        margin: 10px auto;
    }
    .dropdown dd ul li a span:first-child,
    .dropdown dt a span span:first-child {
        display: none
    }

}
@media(max-width:767px) {
    .season_tab {
        top: 50px;
    }

    .season_tab:hover{
        padding-top: 8px;
    }

    .inserted_orders_table,
    .supplier_delivery_table,
    .supplier_purchase_table,
    .supplier_payments_table,
    .supplier th {
        font-size: 70%;
    }

    .change_your_password_block {
        width: 100%;

    }
    .your_account_details_info,
    .your_balance {
        margin-top: 8px;
        width: 100%;
        margin-left: 0;
    }

    .change_your_password {
        width: 100%;
    }
    .sold_out {
        margin-left: 20%;
    }
    .center{
        opacity: 1;
        visibility: visible;
    }
    .col-2{
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .border_grey {
        border: none;
    }

    .from_to_dash_top,
    .from_to_dash {
        display: none;
    }

    .tournament_33 ul.sub_cup li {
        width: 50%;
        float: left;
        padding-left: 20px;
    }

    .hover_stadium .top_hover{
        display: none;
        line-height: normal;
    }

    .white_bg a{
        text-align: left;
    }

    .st_tickets .st_tickets_header{
        grid-template: "a a a" 10px / 30% 50% 20%;
    }

    .stadium_tour_details span{
        line-height: normal;
    }

    .inner_left .inner_item{
        height: 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }

    .inner_left .inner_item .item_image{
        width:100%;
    }
    .disclamer_team_info{
        display: none;
    }
    #wrapper{
        background-size: 100% 100%;
        overflow-x: hidden;
        position: relative;
    }
    
    .prefered_time_select{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: start;
                align-items: flex-start; 
    }
    
    .stadium_view .full.btn {
        right: 0;
        bottom: 0
    }
    .row_right .total-popUp {
        font-size: 14px;
        line-height: 18px;
        width: 230px;
        padding: 5px
    }
    .advanced {
        display: none
    }
    .container,
    .header .container,
    .header_btm .container {
        padding: 0 15px
    }
    .banner .container{
        padding: 0;
    }
    .right_top ul li.srch_ip,
    .right_top ul li.btn_desk {
        display: none
    }
    .top_header .right_top li.btn_mob {
        display: table-cell;
    }
    .top_header .right_top ul li,
    .top_header .right_top li.btn_mob{
        vertical-align: middle;
    }
    .login_form {
        right: 0;
    }
    .header .container .logo {
        display: inline-block;
        position: relative;
        /*z-index: 7;*/
        padding-top:0px;
    }
    .header_btm {
        display: block;
        padding: 5px 0 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        width: 100%
    }
    .header {
        padding-top: 5px
    }
    .banner_form {
        display: none
    }
    .team_vs {
        display: none
    }
    .team_info {
        width: 100%;
        display: block;
        height: auto
    }
    .team_info p {
        line-height: 23px;
        font-size: 17px;
        padding-top: 5px;
    }
    .ticktet_sec {
        position: relative;
        padding-bottom: 10px
    }
    .team_ticket {
        width: auto;
        display: block;
        float: left;
        height: auto;
        /* position: absolute; */
        right: 10px;
        z-index: 5;
        bottom: 10px;
    }
    .team_date {
        display: block;
        float: left;
        height: auto;
        padding-top: 5px
    }
    /* .team_ticket a {
        padding: 0 10px
    } */
    .team_info span {
        font-size: 14px;
        font-weight: 400;
        padding-bottom: 10px;
        line-height: 17px;
    }
    .team_info span.place {
        /* width: 50%; */
        font-weight: 600;
    }
    .team_date br {
        display: none
    }
    .right_footer .f_form input[type="text"] {

    }
    .right_footer .f_form input[type="email"]{
        grid-column-start: 1;
        grid-row-start: 2;
    }
    .right_footer .f_form .subscribe_submit{
        grid-column-start: 2;
        grid-row-start: 1;
        grid-row-end: 3;
    }
    .right_footer .f_form .subscribe_email{
        display: block;
        width: 85%;
        margin: 0;
        height: 42px;
        padding: 4px 8px;
    }
    
    .right_footer .f_form form {
        background: none;
        padding: 0;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
                justify-content: space-between; 
        height: 110px;
    }
    .right_footer .f_form form .error_description{
        top:0;
        margin: 0;
        margin-bottom: 8px;
    }
    .right_footer .f_form input {
        font-size: 15px;
    }
    .f_form input[type="submit"] {
        width: 40%;
        margin: 0;
        background-size: auto 100%;
    }
    .f_left_side {
        width: 100%
    }
    .f_right_side.tab_mode {
        display: none
    }
    .copy_footer {
        box-sizing: border-box
    }
    .footer .container {
        padding: 0
    }
    .pop_search {
        display: none
    }
    .copy_footer .copy {
        display: table-cell;
        text-align: center;
        padding: 0;
        font-size: 13px;
        color: #b8b8b8;
    }
    .social_icon p.copy_2 {
        display: none
    }
    .social_icon ul li {
        padding-right: 11px
    }
    .social_icon ul li.yt {
        display: none
    }
    .social_icon ul li a i {
        font-size: 38px
    }
    .social_icon p,
    .right_footer .f_form h4 {
        font-size: 14px;
    }
    .right_footer .f_form h4 {
        font-size: 18px
    }
    .footer .inner_footer {
        padding: 15px
    }
    .right_top ul li.srch_ip.tp_add {
        position: absolute;
        display: block;
        top: 65px;
        right: 0;
        z-index: 6;
        padding: 0 15px;
        right: -15px;
        z-index: 8;
        min-width: 245px;
    }
    #search_block{
        width:100%;
    }
    #search_block .search_header{
        font-size:17px;
    }
    #search_block .search_content span{
        font-size: 17px;
        font-weight: 500;
    }
    #search_block .search_content .result_event &gt; span:not(:first-child){
        font-size: 15px;
    }
    .right_top ul li.tp_add {
        width: 100vw;
        z-index: 11
    }
    .search_input label{
        width: 100%
    }
    .right_top ul li.tp_add .sass {
        width: 100%
    }
    .top_header .right_top ul li.tp_add input[type="text"] {
        background: #dbdbdb;
        border: 1px solid #b7b7b7;
        width: 100%;
        font-size: 15px;
        width: 100%;
        height: 45px;
        margin: -13px 0px;
    }
    .right_top ul li .sass:before {
        cursor: pointer;
    }
    .slider img {
        max-width: 100%;
        height: 150px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: top;
           object-position: top;
    }
    .banner .slider img{
        /* height: 200px; */
    }
    p.mob_txt {
        position: absolute;
        display: block;
        z-index: 5;
        bottom: 10px;
        width: 100%;
        text-align: center;
        font-weight: 600;
        background: rgba(0, 0, 0, 0.4);
        padding: 5px 0;
    }
    .right_top {
        position: static
    }
    .srch_icon_2 {
        float: right;
        margin-top: 20px;
        margin-right: 5px;
    }
    .checkout_page .srch_icon_2{
        display: none;
    }
    .append_menu {
        display: block
    }
    .append_menu .sitemap_menu {
        display: block
    }
    .sitemap_menu {
        display: none
    }
    .sitemap_menu ul li a {
        font-size: 14px;
        color: #cecece;
        font-weight: 300
    }
    .sitemap_menu ul li {
        margin-bottom: 10px
    }
    .footer .inner_footer {
        padding-bottom: 0
    }
    .faq_ques p strong {
        font-size: 16px;
    }
    .faq_ques {
        display: table;
        padding-left: 5px;
        width: 100%;
    }
    .faq_ques p {
        display: table-row;
        height: 48px;
    }
    .faq_ques p a {
        font-size: 16px;
        display: block;
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        padding: 0 5px
    }
    .faq_ques p:first-child {
        height: auto;
        margin-bottom: 10px;
        display: block
    }
    .faq_ques p:nth-child(odd) {
        background: #fff
    }
    .faq_ques p:nth-child(even) {
        background: #f8f8f8
    }
    .all_faq_ques p strong {
        font-size: 15px;
    }
    .ques_list .question p {
        font-size: 15px;
        line-height: normal;
    }
    .ques_list .answer p {
        font-size: 15px
    }
    .faq_ques .f_left_ques p {
        width: 100%;
        height: 48px;
        position: relative
    }
    .faq_ques .f_left_ques p a {
        position: relative
    }
    .f_left_ques {
        width: 100%;
        display: table;
    }
    .faq_ques .f_left_ques p:first-child {
        margin: 0;
        display: table-row
    }
    .faq_ques .f_left_ques p a:after {
        content: '';
        background: url('/theme/images/right-arrow.png');
        width: 10px;
        height: 18px;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    .faq_ques .f_left_ques p:nth-child(odd) {
        background: #f8f8f8
    }
    .faq_ques .f_left_ques p:nth-child(even) {
        background: #fff
    }
    .faq_ques .f_left_ques.right_question p:nth-child(odd) {
        background: #fff
    }
    .faq_ques .f_left_ques.right_question p:nth-child(even) {
        background: #f8f8f8
    }
    .q_a .ques_list .answer p {
        font-weight: 300
    }
    .btm_top {
        bottom: 10px;
        right: 15px
    }
    .srch_cup {
        margin-right: 0;
        width: 100%
    }
    .srch_cup input {
        width: 100%
    }
    .ticket_head p {
        font-size: 13px;
    }
    ul.sub_cup li {
        float: none;
        width: 100%;
        padding: 5px 0
    }
    ul.sub_cup {
        padding: 15px 0
    }
    .top_search .count {
        display: none
    }
    .top_search .count:last-child {
        display: block;
        width: 100%
    }
    .top_search .count:last-child .srch_cup {
        width: 100%
    }
    .tournament_33 ul.sub_cup {
        max-height: 400px;
        overflow-y: auto;
    }
    .tournament_33 ul.sub_cup::-webkit-scrollbar {
        width: 15px;
    }
    /* Track */
    .tournament_33 ul.sub_cup::-webkit-scrollbar-track {
        background: #ebebeb;
        border-left: 1px solid #d7d7d7;
        border-right: 1px solid #d7d7d7
    }
    /* Handle */
    .tournament_33 ul.sub_cup::-webkit-scrollbar-thumb {
        background: #b7b7b7;
    }
    /* Handle on hover */
    .tournament_33 ul.sub_cup::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
    .blog_box {
        width: 100%;
        margin: 0 0 15px !important;
        border: 0
    }
    .mob_img {
        display: block
    }
    .desk_img {
        display: none
    }
    .pagination a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 15px
    }
    .pagination a:last-child {
        display: block;
        text-align: center;
        margin: 0;
        text-decoration: underline !important
    }
    .sass.mob_view {
        display: block
    }
    .cont h4 {
        height: auto;
        line-height: auto;
        position: relative;
        padding: 6px;
        line-height: normal
    }
    .cont h4:before,
    .cont h4:after {
        content: '';
        background: #f1f1f1;
        height: 100%;
        width: 15px;
        left: -15px;
        position: absolute;
        top: 0;
    }
    .cont h4:after {
        right: -15px;
        left: auto
    }
    li.flag_number {
        display: block;
        width: 100%;
        float: none;
    }
    li.flag_number ul {
        padding: 0
    }
    .country_number {
        display: block;
        padding-top: 15px
    }
    .contactUs_form .col_50,
    .contactUs_form .col_50:last-child {
        width: 100%;
        margin: 0;
        padding: 0
    }
    .robot img {
        max-width: 100%;
        width: auto
    }
    .contactUs_form .col_50:last-child {
        margin-top: 8px
    }
    .contactUs_form .col_50 .sass textarea {
        margin-bottom: 8px
    }
    .contactUs_form span {
        padding-left: 0
    }
    .contactUs_form .col_50 .sass input[type="submit"] {
        line-height: 42px;
        height: 42px;
        background-size: 100% 100%;
        font-size: 16px;
        font-weight: 400
    }
    .call-us p {
        line-height: normal
    }
    .chat-online p {
        font-size: 16px
    }
    .call-us p br {
        display: block;
    }
    .pie {
        display: none;
    }
    li.flag_number ul li span,
    li.flag_number ul li span a {
        font-size: 16px
    }
    .before_cont {
        font-size: 15px;
        font-weight: 300
    }
    .gift_card .contactUs_form .text_divide .sass {
        width: 100%;
        margin: 0
    }
    .gift_card .contactUs_form .col_50 label {
        display: none;
    }
    .contactUs_form .col_50 .sass-radio input[type="radio"]+label {
        display: inline;
    }
    .gift_card .contactUs_form .text_divide .sass:last-child {
        margin-left: 0
    }
    .contactUs_form .col_50 .select_drop label {
        display: block
    }
    .gift_card_bg {
        padding-bottom: 0px
    }
    .gift_card_bg .contactUs_form {
        padding-bottom: 0
    }
    .gift_card .contactUs_form&gt;span {
        display: none;
    }
    .contactUs_form .col_50 .sass input,
    .contactUs_form .col_50 .sass .nice-select {
        height: 42px;
        line-height: 42px;
        font-size: 14px
    }
    .contactUs_form .col_50 .sass textarea {
        height: 75px;
        font-size: 16px;
    }
    .contactUs_form .nice-select span {
        font-size: 14px;
    }
    .contactUs_form .col_50 .sass-radio input[type="radio"]+label,
    .contactUs_form .col_50 .select_drop label {
        font-weight: 400;
        font-size: 14px
    }
    .gift_card_bg {
        background: transparent
    }
    .hover_stadium {
        position: static;
        opacity: 1;
        background: #ffffff;
        padding: 0;
        height: auto;
        padding-bottom: 12px
    }
    .hover_stadium p {
        color: #4e4e4e;
        font-size: 16px;
        line-height: normal
    }
    .btm_hover {
        position: static
    }
    .stadim .blogs_div .blog_box {
        -webkit--box-shadow: 0px 0px 10px -2px rgba(87, 87, 87, 0.57);
        -moz-box-shadow: 0px 0px 10px -2px rgba(87, 87, 87, 0.57);
        box-shadow: 0px 0px 10px -2px rgba(87, 87, 87, 0.57);
        padding: 3px;
        margin: 0 0 15px 0;
    }
    .blog_box .white_bg {
        position: static;
        text-align: center;
        background: transparent
    }
    .blog_box .white_bg a {
        font-size: 16px;
        font-weight: 600;
        margin: 10px 0;
        display: block
    }
    .btm_hover p img.desk_mode {
        display: none
    }
    .btm_hover p span {
        font-size: 14px;
        vertical-align: middle
    }
    .btm_hover p img.mob_mode {
        display: inline-block
    }
    .btm_hover p {
        width: 50%;
        float: left
    }
    .btm_hover a {
        display: block;
        float: none;
        font-size: 15px;
        margin: 15px 10px 0px 0;
        float: right;
        padding-right: 20px
    }
    .btm_hover a:before {
        right: 0;
        width: 10px;
        height: 11px
    }
    .banner.event {
        padding: 0
    }
    .event .banner_form .logos p,
    .share_event {
        display: none;
    }
    .event .banner_form .logos h3 {
        font-size: 18px;
        font-weight: 700;
        line-height: normal
    }
    .event .banner_form {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        /* width: 100%; */
        padding-top: 8px;
        /* height: 100% */
    }
    .event .banner_form .banner_team_date{
        padding: 0 18px;
    }
    .date_banner .date_banner_venue,
    .date_banner .date_banner_date{
        padding: 8px 9px;
    }
    .date_banner .left_date {
        display: block;
        padding-left: 0;
        padding-top: 5px
    }
    .date_banner .right_date {
        display: block
    }
    .date_banner .right_date p br {
        display: none
    }
    .date_banner .right_date p {
        display: block;
        text-align: left;
        font-weight: 600;
        font-size: 14px
    }
    .date_banner .right_date {
        display: block
    }
    .date_banner .left_date p {
        font-size: 15px
    }
    .date_banner .right_date p span {
        float: right;
        font-weight: 400
    }
    .date_banner {
        /* height: 66px;
        background: #f1f1f1de; */
        min-width: 90%;
        font-size: 100%;
        top: 150px;
    }
    .date_banner:after,
    .date_banner:before {
        top: -11px;
        height: 77px;
        background-repeat: round;
    }
    .social_media_buttons{
        margin: 0;
        margin-top: 10px; 
    }
    .inner_info ul li:before {
        top: 2px;
        left: 0
    }
    .right_top ul li.srch_ip.tp_add {
        padding-top: 14px;
        margin-top: -14px;
        background: #fff;
    }
    .inner_left .stdium_tour_image{
        height: 200px;
    }
    .homepage_upcoming .inner_left .ticket_head{
        margin-bottom: 0
    }
    .inter_nation .back_filter {
        bottom: -50px;
        top: auto;
        z-index: 99;
        -webkit-transform: none;
                transform: none;
        width: 100%;
        right: 0;
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #ebebeb;
        text-align: right;
        padding-right: 15px;
        font-size: 18px;
    }
    #promoted_events .filter_sections{
        margin-top: 50px;
    }
    .main_events .mobile_filter {
        width: 100%
    }
    .pepole_look {
        display: none
    }
    .event .slider {
        /* height: 140px */
    }
    .stand_left .stadium_view {
        padding: 0;
        border: 1px solid #eaeaea;
        
    }
    .stand_buy .inner_category_available::-webkit-scrollbar {
        width: 0px;
    }
    .category span,
    .stand_buy .stand_Sprice.range_head {
        display: none
    }
    .category strong {
        font-size: 13px;
        color: #393939
    }
    .stand_buy .mobile .prive{
        font-size: 12px;
    }
    #stadium_tours_submit{
        width: 100%
    }
    .common_stand.bye input{
        font-size: 13px;
        width: 100%;
    }
    .common_stand.bye .sold_out{
        font-size: 13px;
        width: 100%;
    }

    .stand_right .mobile .category_grid{
        grid-template-columns: [first-col] minmax(35%,1fr) [info-col] 20% [qty-col] 13% [price-col] 12% [buy-col] 20%;
    }

    .stand_buy .mobile .tickets_info {
        text-align: center;
        display: grid;
        grid-template-columns: [chair-col] minmax(25%,1fr) [type-col] minmax(25%,1fr) [pov-col] minmax(25%,1fr);
        grid-column: info-col/span 1;
        grid-gap: 5px;
    }
    .stand_buy .inner_category_available .category em:before {
        background: url(/theme/images/down_arrow3.png) no-repeat;
        width: 14px;
        height: 13px;
    }
    .single_pair img:first-child {
        /* display: none */
    }
    .open_click ul li {
        font-size: 15px;
        font-weight: 300
    }
    .open_click p {
        font-weight: 400;
        font-size: 15px;
        margin-bottom: 10px;
    }
    .qty input[type=text] {
        width: 42px;
        height: 30px;
        border: 1px solid #d7d7d7;
        font-size: 16px
    }
    .cat_qty{
        width: 70px;
    }
    
    .e_87,
    .stand_tkt_head.ticket_head {
        display: none
    }
    .stand_price .stand_left {
        top: 0px;
    }
    .qty .dec {
        background: url(/theme/images/arrow-quantity2_1.png) no-repeat;
        width: 10px;
        height: 17px;
        margin-top: 7px;
    }
    .qty .inc {
        background: url(/theme/images/arrow-quantity2_2.png) no-repeat;
        width: 10px;
        height: 17px;
        margin-top: 7px;
    }
    /* .common_stand.prive,
    .common_stand.prive a {
        height: 40px;
        background-size: 100% 100%;
        line-height: 20px;
        margin-top: 10px
    } */
    .common_stand.prive.req,
    .common_stand.prive.sold_btm {
        width: 40%
    }
    
    
    #single_seat .our_adv_pop p{
        font-size: 16px;
        line-height: normal;
    }
    
    #single_seat .ticket_head p{
        padding-top: 10px;
    }
    
    .voucher_class .form-group input{
        height: 34px; 
    }
    
    .voucher_class .form-group img{
        display:none;
    }
    .input_container{
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }
    .voucher_country{
        margin-bottom: 10px;
    }
    .voucher_type_options_container{
        margin-top: 10px;
        
    }
    .voucher_class .voucher_type_options label{
        padding: 0px 15px 0px 30px;
    }
    
    .voucher_class .input_voucher{
        margin: 0 auto !important;
        margin-bottom: 10px !important; 
    }
    
    .voucher_class .voucher_input_form{
        width: 115px;
    }
    .voucher_input{
        width: 97%
    }
    
    .voucher_class .voucher_form_group .form-group{
        width: 80%;
    }
    
    .stand_Sprice .inner_Price {
        position: relative;
    }
    
    
    .common_stand.single_pair {
        width: 100%;
        margin: auto 0;
    }
    .common_stand.type {
        width: 100%;
        margin: auto 0;
    }
    .stand_Sprice .common_stand.qty {

        width: 100%;
        margin: auto
        
    }
    .cups_view .tournament_33 li span{
        line-height: 1em;
    }
    
    .stand_buy .inner_category_available .category {
        width: 100%;
        margin: auto 0;
        padding-right: 0;
    }
    .inner_group {
        width: 92;
    }
    .stand_buy .inner_category_available .request .category em:before,
    .stand_buy .inner_category_available .sold .category em:before {
        background: url(/theme/images/vip_arrow2.png) no-repeat;
    }
    .open_click ul li:before {
        width: 12px;
        height: 9px;
        left: -8px;
        top: 25%
    }
    .check_out_pg .srch_icon_2 {
        display: none;
    }
    .deatils_tkt .tkt_bg {
        /* background: url(/theme/images/ticke_bg_mob.png) no-repeat; */
        width: 324px;
        height: 140px;
        max-width: 100%;
        background-size: 100% 100%;
    }
    .left_detail {
        width: calc(100% - 10px);
        padding: 0 0 10px 0;
        margin: 0 5px;
        border: 0;
        border-bottom: 1px solid #649b3f;
    }
    .right_detail {
        width: 100%;
        padding: 0 5px
    }
    .row_right.qty form input[type=text] {
        border: 0;
        height: 10px;
        width: 30px
    }
    .qty form .e_87_test {
        font-size: 13px;
        font-weight: 400;
        bottom: -10px;
        right: 10px
    }
    .order_row .row_left {
        font-size: 15px;
    }
    .order_row {
        padding: 12px 10px
    }
    .order_row .row_right,
    .row_right.qty form input[type=text] {
        font-size: 17px;
        color: #424242;
        font-weight: normal;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .order_row #ticket_details_quantity{
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .order_row .qty .inc,
    .order_row .qty .dec{
        position: relative;
    }
    .Cat_t {
        padding: 5px 0
    }
    .billing_info div.billing_detail:not(.ticket_head) {
        width: 100%;
        padding: 10px;
        margin-top: 10px
    }
    .billing_info textarea#special_request{
        resize: none;
        max-width: unset;
    }
    
    .req_info_form .billing_detail:nth-child(even) .form-group,
    .req_info_form .billing_detail:nth-child(even) h3 {
        margin-left: 0%;
    }
    
    form .form-group select,
    form .form-group input,
    form .form-group textarea {
        width: 100%
    }
    form .form-group {
        width: 70vw;
        font-size: 14px;
    }
    .voucher_amount_rate{
        height: initial;
        width: calc(95% + 20px);
    }
    /* #shipping_information .left_side .form-group,
    .left_side form .form-group {
        width: 100%;
        margin: 0;
    } */
   

    /* #shipping_information .left_side .form-group:nth-child(even), */
    .left_side form .form-group:nth-child(even) {
        margin: 0
    }
    .inner_mob_timer {
        width: 140px;
        height: 60px;
        background-size: contain;
        -o-object-fit: contain;
           object-fit: contain
    }
    .new_timer {
        padding-right: 0
    }
    .inner_mob_timer span {
        left: 5px;
        font-size: 21px
    }
    .check_out_pg .header_btm p {
        font-size: 14px;
        line-height: normal;
    }
    .match-logo_show {
        display: none
    }
    .deatils_tkt .tkt_bg h4 {
        font-size: 16px;
        padding-top: 15px;
        padding-bottom: 5px;
    }
    .deatils_tkt .tkt_bg p {
        font-size: 14px
    }
    .deatils_tkt .tkt_bg {
        /* padding: 0 10px; */
        margin: 0 auto;
    }
    .team_time .team_dt {
        width: 60%
    }
    
    .qty .e_87_test{
        font-size: 13px;
        font-weight: 400;
        bottom: -10px;
        right: 0px;  
    }
    
    form .form-group label {
        display:none;
    }
    
    /*.billing_info .billing_detail .form-group{*/
        /*height: 50px !important;  */
        /*}*/
        
    .deatils_tkt .tkt_bg .team_time p img {
        width: 15px;
        margin-right: 8px;
        padding: 0
    }

    .deatils_tkt .tkt_bg .team_time p strong {
        width: 48%;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }
    .deatils_tkt .tkt_bg .team_time p strong br {
        display: none
    }
    
    .team_time .team_tm{
        width: 27%;  
    }
    
    .cat_type {
        left: 20px;
        bottom: 5px
    }
    .cat_type .Cat_g p:last-child a img,
    .order_row .row_right a img,
    form .form-group label img {
        width: 16px;
        height: 16px
    }
    .tkt_charge p {
        font-size: 14px;
        text-align: center;
        line-height: normal
    }
    .tkt_charge p span {
        display: block;
        float: none;
        text-align: center;
    }
    .voucher_class .form-group{
        margin: 25px 0px; 
    }
    [type="radio"]:checked+label:before,
    [type="radio"]:not(:checked)+label:before{
        left: 0px;
        top: 0px;
    }
    form .form-group.typ_blk label {
        display: block;
        font-size: 16px;
        padding-bottom: 7px;
    }

    form .form-group select,
    form .form-group input,
    form .form-group textarea,
    .billing_detail .form-group .nice-select {
        height: 44px;
        font-size: 16px
    }

    .billing_detail .form-group .nice-select {
        line-height: 42px
    }
    form .form-group textarea {
        height: 100px
    }
    form .form-group input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #959595;
        font-size: 16px;
    }
    form .form-group input::-moz-placeholder {
        /* Firefox 19+ */
        color: #959595;
        font-size: 16px;
    }
    form .form-group input:-ms-input-placeholder {
        /* IE 10+ */
        color: #959595;
        font-size: 16px;
    }
    form .form-group input:-moz-placeholder {
        /* Firefox 18- */
        color: #959595;
        font-size: 16px;
    }
    form .form-group textarea::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #959595;
        font-size: 16px;
    }
    form .form-group textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: #959595;
        font-size: 16px;
    }
    form .form-group textarea:-ms-input-placeholder {
        /* IE 10+ */
        color: #959595;
        font-size: 16px;
    }
    form .form-group textarea:-moz-placeholder {
        /* Firefox 18- */
        color: #959595;
        font-size: 16px;
    }
    .billing_detail h3 {
        font-size: 16px
    }
    .form-group p [type="radio"]:checked+label,
    .form-group p [type="radio"]:not(:checked)+label {
        line-height: 20px;
        padding-left: 35px;
    }
    .form-group [type="radio"]:checked+label:before,
    .form-group [type="radio"]:not(:checked)+label:before {
        height: 24px;
        width: 24px
    }
    .form-group [type="radio"]:checked+label:after,
    .form-group [type="radio"]:not(:checked)+label:after {
        width: 12px;
        height: 12px;
        top: 7px;
        left: 7px;
    }
    form .form-group.check_box .label_check {
        border: 0;
        font-size: 16px;
        line-height: 19px;
        padding-left: 35px
    }
    form .form-group {
        padding: 3px 0
    }
    
    .no-drop .tab_container{
        background: none;  
    }
    
    .social_icon ul li a i {
        font-size: 26px;
    }
    .footer .inner_footer{
        grid-template-rows: [row-footer-info] 20% [row-sub] 80% 
    }
    .left_footer{
        grid-template-areas: unset;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }
    .follow_us_icons{
        -webkit-box-pack: space-evenly;
                justify-content: space-evenly;
        padding: 0 20% 0 20%;
    }
    .social_icon ul li {
    padding-right: 0;
    }
    .footer .follow_us{
        grid-column: auto;
        grid-row: auto;
    }
    .we_deliver, .we_accept{
        display: none;
    }
    
    .bottom_check .form-group.submit_bt input {
        width: 96%;
        height: 44px;
        background-size: 100% 100%;
        margin-bottom: 20px;
        font-size: 17px
    }
    .billing_detail .form-group .checkmark {
        width: 26px;
        height: 27px;
    }
    .billing_detail .form-group .label_check .checkmark:after {
        background: url(/theme/images/sign2.png) no-repeat;
        width: 18px;
        height: 14px
    }
    .billing_detail .form-group .nice-select:after {
        background: url(/theme/images/arrow-qua2.png);
        width: 14px;
        height: 8px;
    }
    .select_opt:after {
        position: absolute;
        right: 12px;
        top: 50%;
        /* background: url(/theme/images/arrow-qua2.png); */
        border: 0;
        -webkit-transform: rotate(0);
                transform: rotate(0);
        width: 14px;
        height: 8px;
        -webkit-transition: all .4s;
        transition: all .4s;
        content: '';
    }
    .select_opt.open:after {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    .select_opt {
        -webkit-tap-highlight-color: transparent;
        background-color: #fff;
        border-radius: 5px;
        border: solid 1px #e8e8e8;
        box-sizing: border-box;
        clear: both;
        cursor: pointer;
        display: block;
        float: left;
        font-family: inherit;
        font-size: 14px;
        font-weight: normal;
        height: 42px;
        line-height: 40px;
        outline: none;
        padding-left: 18px;
        padding-right: 30px;
        position: relative;
        text-align: left !important;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        white-space: nowrap;
        width: 100%;
    }
    .select_opt ul.tabs {
        background-color: #fff;
        border-radius: 5px;
        -webkit--box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
        -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
        box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
        box-sizing: border-box;
        margin-top: 4px;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(0.75) translateY(-21px);
        transform: scale(0.75) translateY(-21px);
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        z-index: 9;
        height: auto;
        background: #f8f8f8;
        padding: 0 10px
    }
    .select_opt ul.tabs li {
        cursor: pointer;
        font-weight: 400;
        line-height: 40px;
        list-style: none;
        min-height: 40px;
        outline: none;
        padding-left: 18px;
        padding-right: 29px;
        text-align: left;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        width: 100%;
        padding: 0;
        border-bottom: 1px solid #ebebeb;
        white-space: normal;
        min-height: auto;
        height: auto;
        line-height: normal;
    }
    ul.tabs li [type="radio"]:checked+label:before,
    ul.tabs li [type="radio"]:not(:checked)+label:before,
    ul.tabs li.active [type="radio"]:checked+label:after {
        opacity: 0
    }
    ul.tabs li [type="radio"]:checked+label,
    ul.tabs li [type="radio"]:not(:checked)+label {
        padding: 10px 5px;
        width: 100%
    }
    .select_opt .current {
        display: block;
        overflow: hidden;
        font-weight: normal;
        font-size: 16px;
    }

    /* #region checkout*/
        .billing_detail .no-drop .tab_content .left_side{
            display: flex;
            flex-direction: column;
        }
    /* #endregion checkout*/

    .select_opt ul.tabs li label {
        font-size: 16px;
        padding: 0;
        min-height: auto;
        height: auto;
    }
    ul.tabs li.tab_last {
        min-height: auto;
        height: auto
    }
    .tab_content {
        padding-top: 6px
    }
    ul.tabs li.active [type="radio"]:checked+label:after {
        background: url('/theme/images/sign2.png') no-repeat;
        width: 18px;
        height: 14px;
        opacity: 1;
        left: auto;
        right: 0;
        top: 50%;
        margin-top: -7px
    }
    
    .billing_detail .nice-select .tabs.list .option:hover,
    .billing_detail .nice-select .tabs.list .option.focus,
    .billing_detail .nice-select .tabs.list .option.selected.focus {
        background-color: transparent;
        font-weight: normal
    }
    .pay_header.header .container .logo {
        display: table-cell;
        vertical-align: middle;
        width: 150px;
    }
    .pay_header.header .container .logo img {
        width: 100%
    }
    .card_leftSide,
    .card_rightSide {
        width: 100%;
        grid-gap: 10px;
        margin-bottom: 10px;
    }
    form .card_rightSide .form-group,
    form .card_leftSide .form-group {
        width: 100%;
        margin: 0
    }
    .card_rightSide .form-group input {
        width: 55%
    }
    form .form-group.crd_typ label,
    form .card_rightSide .form-group label {
        display: block;
        font-size: 16px;
        padding-top: 3px
    }
    .billing_detail.pay_method h3+p {
        display: none
    }
    .card_rightSide .form-group input+span {
        font-size: 14px
    }
    .inner .inner_left .pay_metHead .ticket_head {
        margin-top: 25px
    }
    /* .credit_pay:first-child {
        padding-top: 0
    } */
    .credit_pay {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #d7d7d7;
        padding: 20px 0
    }
    span.pay_or {
        width: 45px;
        -webkit-transform: translate(-50%);
                transform: translate(-50%);
        bottom: -10px;
        top: auto;
        height: 20px;
        left: 50%;
    }
    .inner_payC {
        width: 240px;
        height: 125px
    }
    .inner_payC p,
    .inner_payC strong {
        font-size: 15px;
        line-height: normal
    }
    
    .card_leftSide .form-group .nice-select span.current {
        color: #959595;
        font-size: 16px;
    }
    .billing_detail .form-group .nice-select span.current {
        color: #959595;
    }
    .left_side form .form-group.office_work input+span {
        line-height: 40px;
    }
    .gift_card .contactUs_form .col_50,
    .gift_card .contactUs_form .col_50:last-child {
        width: 100%;
        margin: 0
    }
    .contactUs_form .col_50 .sass input::-webkit-input-placeholder {
        font-size: 16px;
    }
    .contactUs_form .col_50 .sass input::-moz-placeholder {
        font-size: 16px;
    }
    .contactUs_form .col_50 .sass input:-ms-input-placeholder {
        font-size: 16px;
    }
    .contactUs_form .col_50 .sass input:-moz-placeholder {
        font-size: 16px;
    }
    .right_top ul li.btn_mob {
        padding-right: 5px;
    }
    .tab button {
        font-size: 14px;
    }
    .tab button {
        height: 42px
    }
    .login_form {
        width: 100%;
        min-width: 230px;
        right: 0;
        top: 50px;
    }
    .login_form .forms{
        height: 100%;
        padding: 5% 5%;
    }
    .login_form .forms input {
        height: 42px;
        font-size: 16px;
        font-weight: 300
    }
    .login_form .forms input[type="submit"] {
        background-size: 100% 100%;
        font-size: 17px;
        margin-bottom: 12px
    }
    .login_form .forms input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #959595;
        font-weight: 300
    }
    .login_form .forms input::-moz-placeholder {
        /* Firefox 19+ */
        color: #959595;
        font-weight: 300
    }
    .login_form .forms input:-ms-input-placeholder {
        /* IE 10+ */
        color: #959595;
        font-weight: 300
    }
    .login_form .forms input:-moz-placeholder {
        /* Firefox 18- */
        color: #959595;
        font-weight: 300
    }
    .login_form .forms a {
        font-size: 14px
    }
    .tooltip:hover .tooltiptext {
        right: 0;
        width: 280px;
        font-size: 14px;
        text-align: left;
        padding: 3px 10px;
        line-height: normal
    }
    
    .request .common_stand.prive a {
        background-size: 100% 100%
    }
    .form-group p {
        float: none;
        display: inline-block
    }
    .billing-hour {
        padding: 15px 0 5px
    }
    .billing-hour .form-group.office_work input::-webkit-input-placeholder {
        font-size: 16px
    }
    .fixed.pay_header {
        position: fixed;
        background: #fff;
        z-index: 40;
        width: 100%;
        top: 0;
        left: 0;
        -webkit--box-shadow: 0px 1px 5px 3px rgba(194, 194, 194, .7);
        -moz-box-shadow: 0px 1px 5px 3px rgba(194, 194, 194, .7);
        box-shadow: 0px 1px 5px 3px rgba(194, 194, 194, .7);
    }
    .left_side form .form-group.tickt_book input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 16px;
    }
    .left_side form .form-group.tickt_book input::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 16px;
    }
    .left_side form .form-group.tickt_book input:-ms-input-placeholder {
        /* IE 10+ */
        font-size: 16px;
    }
    .left_side form .form-group.tickt_book input:-moz-placeholder {
        /* Firefox 18- */
        font-size: 16px;
    }
    .billing_detail.shipping_addr .no-drop{
        overflow: inherit
    }
    ul.sub_cup li span{
        font-size: 14px
    }
    .inner_left .inner_item .item_image{
        width: 100%;
    }
    .sold_out {
        margin-left: 20%;
    }
    .center{
        opacity: 1;
        visibility: visible;
    }
    .col-2{
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .border_grey {
        border: none;
    }

    .from_to_dash_top,
    .from_to_dash {
        display: none;
    }

    .tournament_33 ul.sub_cup li {
        width: 50%;
        float: left;
        padding: 0 10px;
    }

    .hover_stadium .top_hover{
        display: none;
        line-height: normal;
    }

    .white_bg a{
        text-align: left;
    }

    .st_tickets .st_tickets_header{
        grid-template: "a a a" 10px / 40% 35% 25%;
    }
    .st_tickets .st_tickets_body{
        grid-template: "a a a" 100% / 40% 35% 25%;
    }
    .stadium_tour_details span{
        line-height: normal;
    }

    .st_tickets .st_tickets_body &gt; div:first-child,
    .st_tickets .st_tickets_header span:first-child{
        margin: auto;
    }
    .st_tickets .st_tickets_body &gt; div:first-child{
        font-size: 14px;
    }
    .inner_left .inner_item{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }
    
    .inner_left .inner_item .item_image{
        width:100%;
    }
    
    .disclamer_content .close_high ul{
            grid-template: "a"; 
    }
    
    #disclamer_event .better_section{
        width: 100%;
    }
    .sell_your_tickets_block{
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }
    .sell_your_tickets_block .sell_your_ticket_mention{
        position: relative;
    }

    .contactUs_form .form_input.contact_us_text ._textarea{
        margin-top: 10px;
        margin-bottom: 0;
    }
    .contact_us_btn_block{
        margin-top: 10px
    }
    ._textarea{
        margin-bottom: 0;
    }
    .claim_submit_btn_block{
        margin-top: 10px;
    }
    .claim_textarea .error_description{
        top: 0;
    }
    .f_form .error_description{
        margin-top: 10px;
        top: 0;
    }
    .subscribe_submit {
        margin-top: 10px;
    }
    .no_event_inner .f_form input{
        width: 100% !important;
        max-width: unset !important;
    }
    .f_form .subscribe_form input[type="email"] + .error_description{
        left: 0vw;
    }
    .no_event_inner .f_form input[type="email"]{
        margin-bottom: 10px
    }

    .no_event_div{
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: start;
                align-items: flex-start;
        -webkit-box-pack: center;
                justify-content: center;
    }
    .stadium_tour_item .stadium_tour_details.no_btn{
        overflow: auto;
    }
    .inner_left .inner_item .inner_data_text{
        overflow: auto;
        height: initial;
        width:  initial;
        padding: 10px;
    }
    .inner_left .inner_item:not(.not_flex){
        height: 100%;
    }
    #promoted_events #list_table{
        margin-top: 0;
        background-size: 100% 260px;
    }
    #promoted_events #list_table .ticktet_sec{
        height: 130px;
        align-content: center;
    }
    .common_stand.prive.bye{
        width: 100%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        margin-top: 10px;
    }
    .ticktet_sec .events_box{
        height: 135px;
    }
    .homepage_upcoming .inner_left{
        background-size: 100% 260px;
    }
    /* .subscribe_input + label.error_description{
        display: none
    }
    .no_event_div .subscribe_form input.subscribe_input{
        display: none;
    } */
    .subscribe_form .error_description{
        position: absolute;
        top: 36px;
    }
    .main-content .homepage_upcoming .ticktet_sec{
        height: 130px;
        align-content: center;
    }
    .events_box{
        display: inline-grid;
        grid-template-columns: [col-info] 65% [col-ticket-buy] 35%;
        grid-template-rows: [row-1] -webkit-max-content [row-2] -webkit-max-content;
        grid-template-rows: [row-1] max-content [row-2] max-content;
    }

    .team_info{
        grid-column: 1/3;
        grid-row: row-1;
        padding-left: 15px;
    }
    .team_date{
        grid-column: col-info;
        grid-row: row-2;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
        -webkit-box-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
                align-items: flex-start;
        padding-left: 15px;
        padding-top:0
    }
    .team_date span{
        padding-right: 3px;
    }
    .team_ticket{
        grid-column: col-ticket-buy;
        grid-row: row-2;
        margin: 0;
        margin-top: auto;
    }

    .billing_detail form .form-group{
        width: 100%;
        padding: 0;

    }
    .subscribe_form{
        /* display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-gap: 14px; */
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }
    .f_form .subscribe_form input[type="email"] + .error_description,
    .f_form .subscribe_form input[type="text"] + .error_description{
        position: relative;
        top: -6px;
        left: -4vw;
    }
    .right_footer .f_form .subscribe_form input[type="email"] + .error_description,
    .right_footer .f_form .subscribe_form input[type="text"] + .error_description{
        position: relative;
        top: -6px;
        left: 0;
        align-self: flex-start;
    }
    .f_form .subscribe_form input[type="email"],
    .f_form .subscribe_form input[type="text"]{
        margin-bottom: 5px;
    }
    .voucher_type_options  [type="radio"]:checked+label:before,
    .voucher_type_options  [type="radio"]:not(:checked)+label:before{
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
    }

    .voucher_type_options  [type="radio"]:checked+label:after{
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);

    }

    .srch_icon_2{
        display: block;
        cursor: pointer;}

    .general_details{
        background-size: 100% 100%;
        width: 100%;
    }
    .order_main.order_grid .order_grid_inner{
        padding: 0;
        padding-top: 10px;
        grid-row-gap: 10px;
        line-height: normal;
    }
    .order_main.order_grid .order_main_right.order_grid_inner{
        border: none;
        border-top: 1px solid #649b3e;
        width: 100%;
        grid-template-columns: 50% 50%;
        margin-top: 10px;
    }
    .order_main .order_main_left{
        width: 100%;
    }
    .more_details .shipping_form{
        margin-left: 0;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }
    #tab_stadium_tours .inner_left .inner_item:not(.not_flex){
        display: -webkit-box;
        display: flex;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        width: 100%;
    }
    #tab_stadium_tours .inner_left .inner_item .stadium_tour_img{
        width: 100%;
    }
    #tab_stadium_tours .inner_left .inner_item .stadium_tour_details{
        width: 100%;
        overflow: hidden;
    }
    .single_pair img{
        width: 70%;
    }
    .pay_choose{
        /* flex-direction: column;
        align-items: center;
        justify-content: center; */
        margin: 15px 0 0;
        width: 100%;

        display: grid;
        grid-template-rows: 50% 50%;
        grid-template-columns: 50% 50%;
        align-content: center;
        -webkit-box-pack: center;
                justify-content: center;
    }
    .pay_choose .credit_pay{
        width: 100%;
        box-sizing: content-box;
        height: 76%;
    }

    .pay_choose .credit_pay span.pay_or{
        display: initial;
    }
    .pay_choose .credit_pay:nth-child(1){
        border: 0;
        border-bottom: 1px solid #d7d7d7
    }
    .pay_choose .credit_pay:nth-child(2){
        border: 0;
        border-left: 1px solid #d7d7d7
    }
    .pay_choose .credit_pay:nth-child(2)  span.pay_or{
        left: 0;
        top: 50%;
        bottom: auto;
    }

    .pay_choose .credit_pay:nth-child(3){
        border: 0;    
        border-right: 1px solid #d7d7d7
    }
    .pay_choose .credit_pay:nth-child(3)  span.pay_or{
        left: unset;
        top: 50%;
        bottom: auto;
        right: -46px;
    }
    .pay_choose .credit_pay:nth-child(4){
        border: 0;    
        border-top: 1px solid #d7d7d7
    }
    .pay_choose .credit_pay:nth-child(4)  span.pay_or{
        top: -10px;
        bottom: auto;
    }
    .billing_detail .payment_form_inputs{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }
    .contact_us_text .error_description{
        top: 0px;
    }
    .stadium_tour_item .stadium_tour_img.half{
        width: 100%;
    }
    .stadium_tour_item .stadium_tour_details.no_btn{
        width: 100%;
    }
    .order_main_right .order_status_img{
        display: none;
    }
    .more_details .order_grid{
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        padding: 0;
    }
    .more_details .billing_details.order_grid{
        margin-top: 10px;
    }
    .more_details .order_grid .order_grid_inner{
        grid-template-columns: 50% 50%;
        padding: 20px;
        padding-top: 0px;
    }

    .more_details .price_details.order_grid .order_grid_inner,
    .more_details .billing_details.order_grid .order_grid_inner{
        padding-bottom: 10px;
    }
    .more_details .price_details.order_grid .order_grid_inner:first-child,
    .more_details .billing_details.order_grid .order_grid_inner:first-child{
        padding-top: 10px;
    }
    .more_details .price_details.order_grid{
        border-top: 1px solid lightgrey;
    }
    div.order_main{
        padding: 10px 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;

    }

    .order_main_left .download_e_tickets{
        margin-top: 10px;
    }
    .picker_wrapper::before{
        right: 30px;
    }
    .more_details .billing_details .order_grid_inner span, 
    .more_details .billing_details .order_grid_inner label, 
    .more_details .price_details .order_grid_inner span, 
    .more_details .price_details .order_grid_inner label {
        padding-left: 0;
        font-size: 13px;
    }
    .more_details .details_header{
        margin: 0;
        left: 20px;

    }
    .order_main_right label{
        font-size: 13px;
    }
    .edit_save_btn u{
        width: 40%;
        margin-bottom: 12px;
    }
    .edit_save_btn{
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
    }
    .shipping_details{
        padding: 0px;
    }
    .more_details .shipping_form .details_header{
        left: 0;
    }
    #customer-information .our_adv_pop{
        width: 95vw;
        min-width: unset;
    }
    #customer-information .our_adv_pop .full_adv{
        padding: 2%;
        padding-bottom: 0px;
    }
    .confirmation_content .your_order_id{
        height: 55px;
        padding-top: 7px;
    }
    #tab_required_information .our_adv_pop{
        width: 100vw;
        height: 100%;
    }
    #tab_required_information .req_info_order .billing_detail:nth-child(odd),
    #tab_required_information div.req_info_order div.billing_detail{
        border: 0;
        border-bottom: 1px dashed #d7d7d7;    
    }
    .chat_button{
        right: 10px;
        bottom: 10px;
        top: unset;
        z-index: 997;
    }
    .support_chat_open_popup .our_adv_pop{
        width: 100vw;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
    .support_chat_open_popup #side_image_chat{
        display: none;
    }
    .support_chat_open_popup .full_adv{
        grid-template-columns: 1fr;
        padding: 0 10px;
    }
    .support_chat_open_popup .ticket_head p{
        width: 100%;
    }
    .support_chat_open_popup .department_text{
        padding-right: 0;
    }
    .support_chat_open_popup .head_chat{
        padding-left: 0;
        height: 70px;
    }
    .fc_barcelona_seating_info_popup .our_adv_pop{
        width: 370px;
    }
    .fc_barcelona_seating_info_popup .our_adv_pop .pop_title{
        white-space: nowrap;
    }
    .fc_barcelona_seating_info_popup .our_adv_pop .full_adv{
        grid-template-columns: min-content;
    }
    .fc_barcelona_seating_info_popup .our_adv_pop span{
        font-size: 13px;
    }
    .fc_barcelona_seating_info_popup .special_seating_information_img{
        object-fit: contain;
        width: 320px;
    }
    .special_offer .special_offer_img{
        /* right: 0; */
        /* top: 30%; */
        z-index: 1;
    }
    /* #region POV popup */
    .pov_popup_image{
        width: calc(100vw - 40px);
        height: auto;
    }
    .pov_category_popup .our_adv_pop{
        width: 100vw;
    }
    /* #endregion POV popup */

}
@media only screen and (max-width:700px) {
    .confirmations .confirmation_item div{
        font-size: 12px;
    }
}
@media(max-width:600px) {
    .stadium_tour_item .stadium_tour_details .buy_now_btn a{
        padding: 4px 45px;
    }
    .pay_choose{
        margin: 15px 0 0;
        width: 100%;

        display: -webkit-box;

        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        grid-template-rows: 50% 50%;
        grid-template-columns: 50% 50%;
        align-content: center;
        -webkit-box-pack: center;
                justify-content: center;
    }

    .billing_detail.pay_method .pay_choose div.credit_pay{
        width: 100%;
        height: 76%;
        border: 0;
        border-bottom: 1px solid #d7d7d7;
    }

    .credit_pay:last-child span.pay_or{
        display: none;
    }
    .credit_pay:last-child{
        border: 0
    }
    .billing_detail.pay_method .chhose_pay div.credit_pay span.pay_or{
        width: 45px;
        -webkit-transform: translate(-50%);
                transform: translate(-50%);
        bottom: -10px;
        top: auto;
        height: 20px;
        left: 50%;
        font-size: 14px;

    }

}
@media(max-width:500px) {
    .order_main_right .order_status_img{
        display: none;
    }
    .more_details .order_grid{
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }
    .more_details .order_grid .order_grid_inner{
        grid-template-columns: 50% 50%;
        padding: 20px;
        padding-top: 0px;
    }
  
    .general_details{
        margin: 0 auto;
    }
    .order_main .order_main_left{
        width: 100%;
    }

}
@media only screen and (max-width:500px) {
    .summery_content{
        grid-template: "a";
    }
    .summery_content .summery_item{
        grid-template: "a a" 124% / 90%;
    }

    .summery_content .summery_item span{
        text-align: center;
    }

    .order_main{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-flow: column;
    }

    .description_status_mobile{
        display: none;
    }
    .order_main &gt; div{
        width: 100%;
    }

    .general_details{
        background: url(/theme/images/ticke_bg_mobile.png) no-repeat center;
        background-size: 100% 95%;
    }

    .order .our_adv_pop{
        width:95%;
    }

    .theader, .tbody{
        font-size: 15px;
        padding: 20px;
    }

    .download_ticket a span{
        display: none;
    }

    .download_ticket a{
        background-size: contain;
        padding: 25px 10px 10px 10px;
    }

    .download_ticket a::before{
        content: "\f019";
        font-family: FontAwesome;
        font-size: 30px;
    }

    .order_main .separator{
        width: 100%;
        height: 1px;
    }

    .order_main_right{
        padding: 0;  
    }

    .price_details{
        padding:0;
        grid-template: "a";
    }

    .price_details&gt;div{
        text-align:left;
        grid-template: "a a" auto / 50%;
    }

    .price_details&gt;div span{
        text-align:left;
    }

    
    .header .container, .header_btm .container{
        padding: 0 13px;
    }

    .main-content .container{
    }

    .main-content .main_events .container{
        padding:0;
    }

    #customer-information .customer-information-content{
        padding: 0;
    }

    .shipping_details{
        display: block;
    }
    .change_order.set br,
    .change_order.set label{
        display: none;
    }

    .stadium_tour_item .stadium_tour_img{
        width: 100%;
        height: 34%;
    }

    .stadium_tour_item .stadium_tour_img.half{
        width: 100%;
    }

    .common_stand.prive.bye{
        width: 100%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: start;
                align-items: flex-start;
        -webkit-box-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }
    .common_stand.prive.bye #stadium_tours_submit{
        width: 100%
    }
    .time_date_st{
        padding: 10px 15px;
    }

    .stadium_tour_item{
        height: 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }

    .stadium_tour_item .stadium_tour_details{
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
                flex-direction: column-reverse;
        width: 100%;
        padding: 0;
    }

    .stadium_tour_item .stadium_tour_details.no_btn{
        width: 100%;
    }

    .stadium_tour_item .stadium_tour_details:not(.no_p) p{
        overflow: auto;
        font-size: 14px;
        padding: 15px;
        margin-top: 10px;
    }

    .stadium_tour_item .stadium_tour_details.no_p{
        overflow: scroll;
        font-size: 14px;
        padding: 15px;
        margin-top: 10px;
    }

    .tab_container{
        overflow: unset;
    }

    #tab_required_information .req_info_order {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }


    #tab_required_information .we_thank_you {
        font-size: 15px;
        margin-bottom: 0px;
        padding-bottom: 10px;
        border-bottom: 1px solid #d7d7d7;
    }


    .summery_content .summery_item label{
        font-size: 18px;
        line-height: 30px;
        color: #b5b5b5;
    }

    .summery_content .summery_item span{
        font-size: 18px;
        line-height: 30px;        
    }

    #tab_required_information .req_info_customer .fields select,
    #tab_required_information .req_info_customer .fields input {
        width: 100%;
        font-size: 18px;
        height: 50px;
    }

    .stadium_tour_item .stadium_tour_details .buy_now_btn a{
        padding: 6px 30%;
        font-size: 18px;
        background-size: contain;
    }

    .confirmations .confirmation_item.thead {
        grid-template-columns: 15% 15% 30% 15%;
        grid-template-rows: 20px;
    }

    .confirmations .confirmation_item {
        grid-template-columns: 15% 15% 30% 15%;
        grid-template-rows: 45px;
        font-size: 14px;
        position: relative;
    }

    .confirmations .confirmation_item &gt; span {
        display: none;
    }

    .download_confirmation {
        padding: 8px 3%;
        margin: auto;
    }

    #tab_required_information .req_info_form input[type="submit"] {
        padding: 8px 30%;
    }

    .edit_save_btn .success_message{
        font-size: 14px;
        -webkit-box-ordinal-group: 100;
                order: 99;
        white-space: normal;
    }
    
    .shipping_form .details_header{
        margin-bottom: 20px;
    }
}
@media only screen and (max-width:500px) {
    .error_container .error_content {
        margin-top: 10%;
        font-size: 100px;
    }

    .error_container .eror_description {
        font-size: 25px;
        margin-top: 10%;
    }

    .error_container .eror_description_more {
        padding: 10px;
        font-size: 17px;
    }

    .error_container .home_page {
        margin-top: 20%;
    }
    .right_top ul li.srch_ip.tp_add {
        top: 76px;
        right: -15px;
    }
    .hide_logo{
        opacity: 0;
    }
}
@media(max-width:420px) {
    .stand_Sprice .inner_Price{
    grid-template-columns: 140px auto auto auto;
    }
    .stand_buy .inner_category_available .category{
        padding-left: 25px;
    }
    .follow_us_icons {
        -webkit-box-pack: space-evenly;
                justify-content: space-evenly;
        padding: 0;
    }
    .team_info p{
        font-size: 15px
    }
    .team_info span{
        font-size: 13px;
        padding-bottom: 5px;
    }


}
@media(max-width:359px) {
    
    .deatils_tkt .tkt_bg .team_time p strong br {
        display: none
    }
    .deatils_tkt .tkt_bg h4 {
        font-size: 14px;
    }
    .deatils_tkt .tkt_bg p {
        font-size: 12px
    }
    .open_click ul li,
    .open_click p {
        font-size: 13px;
    }
    #wrapper {
        min-width: 320px;
    }
 
    .common_stand.prive a {
        font-size: 14px
    }
    .international .left_ticket .ticket_head p:last-child {
        font-size: 13px
    }
    .social_icon ul li {
        padding-right: 12px;
    }
    .faq_ques p strong {
        font-size: 14px;
    }
    .faq_ques p a {
        font-size: 14px;
    }
    .social_icon ul li a i {
        font-size: 30px;
    }
    p.mob_txt {
        bottom: 10px;
        font-size: 16px;
        padding: 5px 0;
        background: rgba(9, 9, 9, .50);
    }
    .slider img {
        height: 130px
    }
    .copy_footer .copy {
        font-size: 12px
    }
    .ticket_head p {
        font-size: 11px;
    }
    .pagination a {
        width: 35px;
        height: 35px;
        line-height: 35px
    }
    .event .banner_form .logos h3 {
        font-size: 14px
    }
    .pay_header.header .container .logo {
        width: 140px;
    }
    .inner_mob_timer {
        width: 125px;
    }
    .card_rightSide .form-group input+span {
        font-size: 12px;
    }
    .tooltip:hover .tooltiptext {
        right: 0;
        width: 245px;
        font-size: 13px;
        text-align: left;
        padding: 3px 10px;
        line-height: 15px
    }
    .common_stand.prive input{
        white-space: normal;
        margin-left: 5px;
        content: "Buy"
    }
    .stand_Sprice .inner_Price{
        grid-template-columns: 120px auto auto auto;
    }

}
@media only screen and (min-height:864px) {
    .stdium_tour_image {
        height: 32%;
    }
    .inner_left .stdium_tour_image {
        height: 100%;
    }
}
@media screen and (orientation:landscape) and (max-height: 500px) { 
    #group_purchase .full_adv{
        height: 85vh;
        overflow: scroll;
    }
}
@media screen and (orientation:landscape) and (max-height: 768px){
    .team_vs {
        width: 100%;
    }
}
@media screen and (orientation:landscape) and (max-height: 671px) and (max-width:1023px){
    .stand_price .stand_left {
        position: unset;
    }
}









 /* end media-screen */ 


 /* start slick-theme */ 

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/theme/images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    /* src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg'); */
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

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

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: 'â†';
}
[dir='rtl'] .slick-prev:before
{
    content: 'â†’';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: 'â†’';
}
[dir='rtl'] .slick-next:before
{
    content: 'â†';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


 /* end slick-theme */ 


 /* start slick */ 

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


 /* end slick */ 

</pre></body></html>