* {
    margin: 0 0;
    padding: 0;
    outline: none;
    -ms-word-break: break-word;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-tap-highlight-color: transparent;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    font-weight: normal !important;
    font-style: normal !important;
    overflow-x: hidden;
    padding: 0px !important;
}

/* scrollbar */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid transparent;
    -webkit-text-fill-color: rgba(255, 255, 255, 1);
    background-color: #FFFFFF1A !important;
    -webkit-box-shadow: 0 0 0px 1000px rgba(243, 243, 243, 1) inset;
    transition: background-color 5000s ease-in-out 0s;
}

img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/*  */
.container-custom {
    max-width: 1412px;
    width: 100%;
    display: block;
    padding: 0px 10px;
    margin: 0px auto;
}

/* Buttons */
.btn-primary-custom {
    width: fit-content;
    padding: 8px 12px;
    background: #000000;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    transition: transform 0.15s linear;
    box-shadow: none !important;
    border: none !important;
}

.btn-primary-custom:hover {
    background-color: #333;
    color: #fff;
}

.btn-primary-custom:active {
    transform: scale(0.9);
    transition: transform 0.15s linear;
}

/* header */
header {
    background: #000000;
    padding: 8px 0px;
    width: 100%;
    display: block;
}

header .site_logo {
    width: 120px;
    height: 56px;
    background: #5F5F5F;
    margin-right: 62px;
}

header .nav li {
    margin-right: 40px;
}

header .nav li .nav-link {
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    padding: 0px !important;
    display: flex;
    align-items: center;
}

header .nav li .nav-link:hover, header .nav li .nav-link.active { color: #eb0034 !important; }

header .nav li.auth_item {
    margin: 0px !important;
}

header .nav li.language_dropdown {
    margin-right: 15px;
}

header .nav li.language_dropdown .form-control {
    box-shadow: none !important;
    padding: 7px 12px !important;
    background-color: #fff;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    color: #000000;
}

header .nav .select2-container--default .select2-selection--single {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: none !important;
    border: none !important;
    height: auto !important;
    padding: 4px;
}

header .nav li.language_dropdown .img-flag {
    width: 20px !important;
}

header .nav .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 700;
    font-size: 14px;
    color: #000000
}

header .nav .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 0px;
}

.select2-results .img-flag {
    width: 20px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #000000 !important;
    color: white;
}

header .nav li.language_dropdown {
    width: 140px;
}


header .nav li.auth_item .nav-link {
    padding: 8px 12px !important;
    background: #D9D9D9;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    color: #000000;
    transition: transform 0.15s linear;
}

header .nav li.auth_item .nav-link:hover {
    opacity: 0.8;
}

header .nav li.auth_item .nav-link:active {
    transform: scale(0.9);
    transition: transform 0.15s linear;
}

header .dot_icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
    /* margin-left: auto; */
}

header .dot_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

#sidebarMenu {
    height: 100%;
    position: fixed;
    right: 0;
    width: 270px;
    padding: 20px;
    top: 0px;
    transform: translateX(0px);
    transition: transform 250ms ease-in-out;
    background: #000;
    z-index: 111;
    border-left: 1px solid;
}

.sidebarMenuInner {
    margin: 0;
    padding: 0;
    padding-top: 15px;
    height: 100vh;
    overflow-y: auto;
}

.hidden {
    transform: translateX(270px) !important;
}

.close_button {
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin-left: auto;
}

.close_button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.sidebarMenuInner li a {
    display: block;
    width: 100%;
    padding: 10px 8px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.sidebarMenuInner li.auth_item {
    margin-top: 10px;
}

.sidebarMenuInner li.auth_item a {
    padding: 8px 12px !important;
    background: #D9D9D9;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    color: #000000;
    text-align: center;
}

/* main css */

.common_banner_section {
    width: 100%;
    display: block;
    padding: 16px 0px;
    position: relative;
}

.common_banner_section::before {
    position: absolute;
    content: "";
    background: #000;
    width: 100%;
    height: 198px;
    background: #000000;
    top: 0;
    left: 0;
    z-index: 0;
}

.cbs_card_outer .cc_image {
    height: 364px;
}

.cbs_card_outer .common_card .cc_title {
    font-size: 28px;
    line-height: 30px;
}

.cbs_right_block .cc_image {
    height: 200px;
}

.common_banner_section .common_card .cc_body {
    border-bottom: none !important;
    position: relative;
}

.cbs_right_block .common_card .cc_body::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    left: -16px;
    top: 0;
    background: #D9D9D9;
}

.cbs_right_block .common_card_outer {
    padding-left: 10px;
}

.common_card_outer {
    width: 100%;
    display: block;
    height: 100%;
    padding-bottom: 20px;
}

.common_card {
    height: 100%;
    width: 100%;
}

.common_card .cc_image {
    width: 100%;
    background: #5F5F5F;
}

.common_card .cc_image img {
    object-fit: cover;
}

.common_card .cc_body {
    padding-top: 24px;
    padding-bottom: 32px;
    border-bottom: 1px solid #D9D9D9;
}

.common_card .cc_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 8px;
}

.common_card .cc_text,
.common_card p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 12px;
}

.common_card .cc_text:last-child {
    margin-bottom: 0px !important;
}

.common_card ul,
.common_card ol {
    width: 100%;
    padding-left: 20px;
    margin-bottom: 16px;
}

.common_card ul li,
.common_card ol li {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 5px;
}

.two_columns_section {
    width: 100%;
    display: block;
    padding: 0px 0px 36px;
}

.three_columns_section {
    width: 100%;
    display: block;
    padding: 0px 0px 36px;
}

.four_columns_section {
    width: 100%;
    display: block;
    padding: 0px 0px 36px;
}

.section_heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    padding-bottom: 12px;
    margin-bottom: 24px;
    border-bottom: 2px solid #D9D9D9;
}

.two_columns_section .cc_image {
    height: 392px;
}

.three_columns_section .cc_image {
    height: 258px;
}

.four_columns_section .cc_image {
    height: 190px;
}

.banner_image_block {
    width: 100%;
    display: block;
    height: 400px;
    background: #5F5F5F;
}

.banner_image_block img {
    object-fit: cover;
}

/* footer */

footer {
    background: #000000;
    padding: 50px 0px;
    display: block;
}

footer .footer_left_block {
    width: 100%;
    display: flex;
    align-items: flex-start;
    width: 100%;
}

footer .footer_left_block .site_logo {
    width: 56px;
    height: 56px;
    background: #5F5F5F;
    margin-right: 24px;
}

footer .footer_left_block ul {
    list-style: none;
    margin: 0;
    padding: 0px;
}

footer .fnml_main_manu li {
    margin-bottom: 12px;
}

footer .fnml_main_manu li a {
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    padding: 0px !important;
    margin: 0px !important;
}

footer .fnml_main_manu li a:hover, footer .fnml_main_manu li a.active { color: #eb0034 !important; }

footer .static_menu li {
    margin-bottom: 12px;
}

footer .static_menu li:last-child {
    margin-bottom: 0px;
}

footer .static_menu li a {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    padding: 0px !important;
    margin: 0px !important;
}

footer .static_menu li a:hover, footer .static_menu li a.active { color: #eb0034 !important; }

footer .middle_block .contact_title {
    font-size: 14px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 8px;
}

footer .middle_block .c_info {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 12px;
}

footer .middle_block .c_info a {
    color: #fff;
}
footer .middle_block .c_info a:hover {  color: #eb0034 !important;  }

footer .social_menu_list {
    list-style: none !important;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 24px 0px 0px !important;
    padding: 0px !important;
}

footer .social_menu_list a {
    width: 32px;
    height: 32px;
    background-color: #D9D9D9;
    border-radius: 50%;
    display: inline-block;
    padding: 6px;
}

footer .frb_title {
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

footer form .form-control {
    padding: 9px;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    background: transparent !important;
    box-shadow: none !important;
}

footer .stay_btn {
    font-weight: 700;
    font-size: 14px;
    color: #000000 !important;
    padding: 9px;
    background: #D9D9D9;
    border-radius: 6px;
    box-shadow: none !important;
    border: none !important;
    transition: transform 0.15s linear;
}

footer .stay_btn:hover {
    opacity: 0.8;
}

footer .stay_btn:active {
    transform: scale(0.9);
    transition: transform 0.15s linear;
}

footer .app-badges {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 56px;
    gap: 24px;
}

footer .app-badges a {
    width: fit-content;
    height: 40px;
    display: block;
    transition: transform 0.15s linear;
}

footer .app-badges a:active {
    transform: scale(0.9);
    transition: transform 0.15s linear;
}

footer .footer_text {
    font-size: 12px;
    line-height: 12px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 64px;
    text-align: center;
}

footer .footer_text img {
    width: 18px;
    height: 16px;
    margin: 0px 6px;
    vertical-align: text-bottom;
}

footer .footer_right_block {
    max-width: 330px;
    width: 100%;
    margin-left: auto;
}

footer .middle_block {
    padding-left: 50px;
}

/* pickup page */

.new_upcoming_pickup_block {
    width: 100%;
    display: flex;
    background: #5F5F5F;
    padding: 8px 16px;
    margin-bottom: 26px;
}

.nupb_game_names {
    width: 60%;
    padding-right: 20px;
}

.nupb_game_names .gname {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.nupb_game_names .gdate {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.end_join_game_block {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: fit-content;
    margin-left: auto;
    flex-wrap: wrap;
}


.end_join_game_block .btn {
    width: fit-content;
    padding: 8px 12px;
}

.timer-container {
    display: flex;
    justify-content: center;
    color: white;
    margin-right: 24px;
    margin-left: auto;
}

.timer-container .time-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50px;
}

.timer-container .number {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #FFFFFF;
}

.timer-container .separator {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.1;
    margin: 0 2px;
}

.timer-container .label {
    font-weight: 500;
    font-size: 8px;
    line-height: 10px;
    color: #FFFFFF;
    margin-bottom: 0px;
}

/*  */

.cbs_right_block .games-card-outer::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 80%;
    left: -6px;
    bottom: 0px;
    background: #D9D9D9;
}

.games-card-outer {
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 10px;
}

.games-card {
    padding: 24px 16px;
    width: 100%;
    box-shadow: 0px 4px 8px 0px #00000040;
    background: #FFFFFF;
    border-radius: 6px;
    position: relative;
}

.games-card .card-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: #000000;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 0px;
    padding-bottom: 8px;
}

.games-card .games_info {
    padding-top: 24px;
    display: block;
}

.games_info .date-header {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 4px;
}

.games_info .game-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #D9D9D9;
    cursor: pointer;
    transition: background 0.2s;
}

.games_info .game-row:hover {
    background-color: #fafafa;
}

.games_info .game-row.no-border {
    border-bottom: none;
}

.games_info .time-info {
    display: flex;
    flex-direction: column;
    min-width: 60px;
}

.games_info .time {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.03em;
    color: #000000;
    margin-bottom: 6px;
}

.games_info .format {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.03em;
    color: #000000;
}

.games_info .game-details {
    flex: 1;
    padding-left: 20px;
}

.games_info .location {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 6px;
}

.games_info .status {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.03em;
}

.games_info .status-green {
    color: #048851;
}

.games_info .status-joined {
    color: #048851;
}

.games_info .status-red {
    color: #EB0034;
}

.games_info .check-icon {
    width: 14px;
    height: 14px;
    fill: #048851;
    margin-left: 4px;
}

.games_info .action-icon svg {
    width: 24px;
    height: 24px;
    fill: #000000;
}

/*  */

.cbs_right_block .promo-sidebar::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 80%;
    left: -6px;
    bottom: 0px;
    background: #D9D9D9;
}

.promo-sidebar {
    display: block;
    width: 100%;
    padding-left: 10px;
    position: relative;
    height: 100%;
}

.image-placeholder {
    width: 100%;
    height: 303px;
    background-color: #5F5F5F;
    border-radius: 6px;
    margin-bottom: 32px;
}

.promo-header {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    padding-bottom: 8px;
    margin-bottom: 16px;
    border-bottom: 1px solid #D9D9D9;
}

/* Store Buttons */
.store-btn {
    margin-bottom: 12px;
    background-color: #000000;
    color: white;
    border: none !important;
    box-shadow: none !important;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: opacity 0.2s;
    width: 100%;
    transition: transform 0.15s linear;
}

.store-btn:hover {
    opacity: 0.85;
}

.store-btn svg {
    fill: white;
    width: 28px;
    height: 28px;
}

.store-btn:active {
    transform: scale(0.9);
    transition: transform 0.15s linear;
}

/* league_banner_section */

.league_banner_section::before {
    background: #080074;
}

.league_banner_section .games-card .games_info {
    padding: 0 !important;
}

.league_banner_section .games_info .game-details {
    padding-left: 0px;
}

.league_banner_section .games_info .format {
    margin-right: 2px;
}

.league_banner_section .action-icon {
    margin-right: -6px;
}

.next_game_card {
    background-color: white;
    width: 100%;
    padding: 24px 16px;
    border-radius: 6px;
    box-shadow: 0px 4px 8px 0px #00000040;
    margin-bottom: 32px;
}

.next_game_card h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    margin-bottom: 16px;
}

/* --- Match Rows --- */
.match-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.match-list .match-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
}

.match-list .team-left {
    flex: 1;
    text-align: left;
    padding-bottom: 5px;
    border-bottom: 4px solid #8D8D8D;
    color: #000;
}

.match-list .vs {
    padding: 0 15px;
    padding-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.match-list .team-right {
    flex: 1;
    text-align: right;
    padding-bottom: 5px;
    border-bottom: 4px solid #000;
    color: #000;
}

/*  */

.field_availability_block {
    display: block;
    width: 100%;
    padding-left: 10px;
    position: relative;
    height: 100%;
}

.field_availability_block::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 66%;
    left: -6px;
    bottom: 0px;
    background: #D9D9D9;
}

.fab_inner_block {
    width: 100%;
    min-height: 570px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    padding: 24px;
}

.fab_inner_block .fab_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    margin-bottom: 16px;
}

/*  */
.date-container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding-top: 10px;
}

.date-group {
    position: relative;
}

.date-group input[type="radio"] {
    display: none;
}

.date-group label {
    display: block;
    background-color: #e0e0e0;
    padding: 5px 8px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 0px !important;
}

.date-group input[type="radio"]:checked+label {
    background-color: #000000;
    color: #ffffff;
}

.game-list {
    display: block;
    width: 100%;
}

.game-list .game-item {
    padding: 8px 0;
    margin: 8px 0px;
    border-bottom: 1px solid #D9D9D9;
}

.game-list .game-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 5px;
}

.game-list .tags {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    margin-bottom: 7px;
}

.game-list .red-text {
    color: #EB0034;
    font-weight: 600;
}

.game-list .green-text {
    color: #048851;
    font-weight: 600;
}

.game-list .time {
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;
    color: #000000;
    margin-bottom: 5px;
}

.game-list .loc {
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    color: #000000;
    margin-bottom: 10px;
}

.game-list .btn {
    width: fit-content;
    padding: 8px 12px;
}

header .nav-link img.profileimg {
    border-radius: 50%;
    display: block !important;
    object-fit: cover;
}

/* about us page */

.about_banner_section .promo-sidebar {
    padding-left: 20px;
    border-left: 1px solid #D9D9D9;
}

.other_page_links {
    list-style: none !important;
    padding-left: 0px;
    margin-bottom: 40px;
}

.other_page_links li a {
    font-weight: 700;
    font-size: 14px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
    padding: 12px 0px;
}

.other_page_links li a img {
    width: 12px;
    height: 12px;
}

/* faq page */

.faq_banner_section .fbs_title {
    font-weight: 700;
    font-size: 64px;
    line-height: 64px;
    color: #000000;
    margin-bottom: 32px;
    padding-top: 10px;
}

.faq_banner_section .common_card_outer {
    padding-bottom: 32px;
    max-width: 90%;
}





/* responsive view */
@media (min-width: 1700px) {
    header .nav-link img {
        width: 2.42vw;
        height: 2.42vw;
        margin-left: 0.63vw;
    }
}

@media(max-width: 1199px) {

    header .site_logo {
        margin-right: 30px;
    }

    .common_banner_section {
        padding: 16px 0px 25px;
    }

    .common_banner_section::before {
        height: 150px;
    }

    .common_card .cc_title {
        font-size: 18px;
        line-height: 22px;
    }

    .common_card .cc_body {
        padding-top: 15px;
        padding-bottom: 20px;
    }

    .common_card .cc_text,
    .common_card p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .cbs_card_outer .common_card .cc_title {
        font-size: 24px;
    }

    .common_card ul li,
    .common_card ol li {
        font-size: 14px;
        line-height: 22px;
    }

    .section_heading {
        font-weight: 700;
        font-size: 18px;
        line-height: 18px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .cbs_right_block .common_card .cc_body::before {
        display: none;
    }

    .cbs_right_block .common_card_outer {
        padding-left: 0;
    }

    .common_banner_section .common_card .cc_body {
        border-bottom: 1px solid #D9D9D9 !important;
    }

    .new_upcoming_pickup_block {
        margin-bottom: 18px;
    }

    .games-card-outer {
        padding-left: 0px;
        padding-bottom: 20px;
    }

    .cbs_right_block .games-card-outer::before {
        display: none;
    }

    .cbs_right_block .promo-sidebar::before {
        height: 100%;
    }

    .pickup_banner_section.common_banner_section::before {
        height: 300px;
    }

    .league_banner_section.common_banner_section::before {
        height: 300px;
    }

    .about_banner_section.common_banner_section .common_card .cc_body {
        border: none !important;
    }

    .faq_banner_section .fbs_title {
        font-size: 42px;
        line-height: 52px;
        margin-bottom: 15px;
        padding-top: 0px;
    }

    .faq_banner_section .common_card_outer {
        padding-bottom: 32px;
        max-width: 90%;
    }

    .faq_banner_section .common_card_outer {
        padding-bottom: 20px;
        max-width: 95%;
    }




}

@media(max-width: 991px) {

    .two_columns_section .cc_image {
        height: 258px;
    }

    footer .footer_right_block {
        margin-left: 0;
        margin-top: 35px;
    }

    .two_columns_section {
        padding: 0px 0px 20px;
    }

    .three_columns_section {
        padding: 0px 0px 20px;
    }

    .four_columns_section {
        padding: 0px 0px 20px;
    }

    footer {
        padding: 40px 0px;
    }

    .field_availability_block {
        padding-left: 0px;
        padding-bottom: 20px;
    }

    .field_availability_block::before {
        display: none !important;
    }

    .fab_inner_block .fab_title {
        font-size: 20px;
        line-height: 24px;
    }

    .new_upcoming_pickup_block {
        flex-wrap: wrap;
    }

    .nupb_game_names {
        width: 100%;
        order: 2;
        padding: 10px 0px;
    }

    .end_join_game_block {
        display: block;
        order: 3;
    }

    .timer-container {
        margin-right: 0;
        margin-left: 0;
    }

    .four_columns_section .cc_image {
        height: 258px;
    }

    .about_banner_section.common_banner_section .common_card .cc_body {
        border-bottom: 1px solid #D9D9D9 !important;
    }

    .about_banner_section .promo-sidebar {
        padding-left: 0px;
        border-left: none;
    }

    .other_page_links {
        display: none;
    }

    .faq_banner_section.common_banner_section .common_card .cc_body {
        border: none !important;
    }

    .faq_banner_section .common_card_outer {
        max-width: 100%;
    }

    .faq_banner_section .fbs_title {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 15px;
        padding-top: 10px;
    }

    header .site_logo {
        width: 42px;
        height: 42px;
    }




}

@media(max-width: 767px) {}

@media(max-width: 600px) {}

@media(max-width: 500px) {

    header .nav li .nav-link {
        font-size: 14px;
    }

    .sidebarMenuInner li a {
        font-size: 14px;
    }


    header .nav li {
        margin: 0px 6px;
    }

    header .site_logo {
        margin-right: 10px;
    }

    header .nav li.language_dropdown .form-control {
        padding: 5px 8px !important;
        font-size: 12px;
        background-position: right .25rem center;
    }

    header .nav .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 12px;
    }

    header .nav li.language_dropdown {
        width: 125px;
        margin-left: 0px !important;
    }

    header .nav .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: 3px;
    }

    .common_card .cc_image {
        height: 212px;
    }

    footer .middle_block {
        padding-left: 0px;
        padding-top: 30px;
    }

    footer .footer_text {
        text-align: left;
    }

    footer .static_menu {
        list-style: none !important;
        margin: 0px !important;
        padding: 0px !important;
        margin-top: 56px !important;
    }

    footer .footer_text {
        margin-top: 56px;
    }

    .games-card-outer {
        padding-bottom: 20px;
    }

    .promo-sidebar {
        padding-left: 0px;
    }

    .cbs_right_block .promo-sidebar::before {
        display: none;
    }

    .nupb_game_names .gname {
        margin-bottom: 5px;
    }

    .pickup_banner_section .games-card {
        padding: 8px 0px;
        box-shadow: none;
    }




}