@media only screen and (min-width: 1366px) and (max-width: 1599px) {

    .custom_container {
        padding: 0 40px;
    }

    header ul.menu {
        gap: 29px;
    }

    .banner .banner_top .banner_imgs_wrp>img.ban_img2 {
        margin-bottom: -40px;
        width: 500px;
    }

    .banner .banner_top .banner_imgs_wrp>img.ban_img1 {
        width: 400px;
    }

    .banner .banner_top .banner_imgs_wrp>img.ban_ball_img {
        width: 100px;
    }

    .banner.inner_banner .banner_top h1 {
        font-size: 110px;
        margin-top: 80px;
    }

    .courts_secc .row>*:first-child {
        padding: 0;
    }

    .courts_secc .row>*:last-child {
        padding: 0;
    }

    .courts_secc .courts_search_wrpr {
        padding: 30px;
    }

    .courts_secc .courts_search_wrpr>.filters_box {
        right: 20px;
        padding: 20px;
    }

    .event-block {
        padding: 25px;
    }

    .privacy_policy_secc .sub_heading {
        font-size: 35px;
    }
    
    .calendar-grid > span:nth-child(1) {
        left: 14.6%;
    }
    
    .calendar-grid > span:nth-child(2) {
        left: 28.9%;
    }
    
    .calendar-grid > span:nth-child(3) {
        left: 43%;
    }

}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {

    .custom_container {
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
    }

    header ul.menu {
        gap: 25px;
    }

    header .d-flex.gap-5.align-items-center.justify-content-end {
        gap: 30px !IMPORTANT;
    }

    header ul.menu>li>a {
        font-size: 16px;
    }

    .banner .banner_top .banner_imgs_wrp>img.ban_img1 {
        width: 400px;
    }

    .banner .banner_top .banner_imgs_wrp>img.ban_img2 {
        width: 500px;
        margin-right: -20px;
        margin-bottom: -50px;
    }

    .banner .banner_top .banner_imgs_wrp>img.ban_ball_img {
        width: 90px;
    }

    .schedule_games_sec .schedule_games_heading_wrp {
        width: 50%;
    }

    .schedule_games_sec .schedule_games_box {
        height: 550px;
    }

    /* inner pages */

    .banner.inner_banner .banner_top h1 {
        font-size: 90px;
        margin-top: 60px;
    }

    .banner.inner_banner .banner_top {
        height: 350px;
    }

    img.ball_vec {
        width: 150px;
        height: 150px;
    }

    .banner.inner_banner>img.ball_vec {
        right: -70px;
        bottom: -70px;
    }

    .all-sec {
        padding: 80px 0px;
    }

    .courts_secc .row>*:first-child {
        padding: 0;
    }

    .courts_secc .row>*:last-child {
        padding: 0;
    }

    .courts_secc .courts_search_wrpr {
        padding: 30px;
    }

    .courts_secc .courts_search_wrpr .courts_search_box {
        padding: 10px;
        gap: 10px;
    }

    .courts_secc .courts_search_wrpr .courts_search_box>.courts_search_box_text>ul>li {
        gap: 5px;
    }

    .courts_secc .courts_search_wrpr .courts_search_box>.courts_search_box_text>h3 {
        font-size: 16px;
    }

    .courts_secc .courts_search_wrpr .courts_search_box>.courts_search_box_text>ul>li>span {
        font-size: 13px;
    }

    .location_sec>.custom_container>.row>*:last-child {
        padding-left: calc(var(--bs-gutter-x) / 2);
    }

    .location_sec>.custom_container>.row>*:first-child {
        padding-right: calc(var(--bs-gutter-x) / 2);
    }

    .calendar-days>* {
        font-size: 22px;
    }

    .event-block {
        padding: 20px;
    }

    .privacy_policy_secc .sub_heading {
        font-size: 35px;
    }
    
    .calendar-grid > span:nth-child(1) {
        left: 14.7%;
    }
    
    .calendar-grid > span:nth-child(2) {
        left: 29%;
    }
    
    .calendar-grid > span:nth-child(3) {
        left: 43.2%;
    }
    
    .calendar-grid > span:nth-child(4) {
        left: 57.3%;
    }
    
    .calendar-grid > span:nth-child(6) {
        left: 85.4%;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .custom_container {
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
    }

    header .logo_here>img {
        width: 170px;
    }

    header ul.menu {
        gap: 20px;
    }

    header .d-flex.gap-5.align-items-center.justify-content-end {
        gap: 20px !important;
    }

    .download_btn {
        font-size: 16px;
        padding: 0 20px;
        height: 45px;
    }

    header ul.menu>li>a {
        font-size: 13px;
    }

    .banner .banner_top .banner_imgs_wrp>img.ban_img1 {
        width: 350px;
    }

    .banner .banner_top .banner_imgs_wrp>img.ban_img2 {
        width: 450px;
        margin-right: -20px;
        margin-bottom: -50px;
    }

    .banner .banner_top .banner_imgs_wrp>img.ban_ball_img {
        width: 80px;
    }

    .banner .banner_top .banner_imgs_wrp {
        margin-top: 150px;
        margin-bottom: -30px;
    }

    .banner .banner_bottom {
        padding: 60px 0px;
    }

    .banner .banner_bottom h2 {
        font-size: 40px;
    }

    img.ball_vec {
        width: 130px;
        height: 130px;
    }

    .about_sec img.ball_vec {
        right: -50px;
        top: -50px;
    }

    .all-sec {
        padding: 70px 0px;
    }

    .about_sec img {
        height: auto;
    }

    .about_sec .row>*:last-child {
        padding-left: calc(var(--bs-gutter-x) / 2);
    }

    .sub_heading {
        font-size: 35px;
    }

    p {
        font-size: 16px !important;
    }

    .schedule_games_sec .schedule_games_heading_wrp {
        width: 60%;
    }

    .schedule_games_sec .schedule_games_box {
        height: 500px;
    }

    .schedule_games_sec .schedule_games_box>img {
        border-radius: 30px;
    }

    .schedule_games_sec .schedule_games_box>.schedule_games_textt>h3 {
        font-size: 30px;
    }

    .schedule_games_sec .schedule_games_box>.schedule_games_textt {
        border-radius: 30px;
        padding: 40px 0px;
    }

    .schedule_games_sec .schedule_games_box:hover>.schedule_games_textt {
        padding: 50px 0px;
    }

    .schedule_games_sec>img.ball_vec {
        left: -50px;
        bottom: -80px;
    }

    .mobile-app {
        margin-top: 40px;
        padding-top: 50px;
    }

    .mobile-app:hover .app-txt h2 {
        font-size: 35px;
    }

    .mobile-app h2 {
        padding: 0;
    }

    .mobile-app p {
        margin-bottom: 30px;
    }

    .ready_play_sec .find_court_wrp {
        width: 100%;
        padding: 20px;
        margin: 0;
    }

    .ready_play_sec img.ball_vec {
        width: 130px;
        right: -50px;
        bottom: -50px;
    }

    .connecting_players_sec {
        padding: 50px 0px;
    }

    .connecting_players_sec h2 {
        font-size: 35px;
    }

    .connecting_players_sec .connecting_wrpr>span {
        font-size: 16px;
    }

    .connecting_players_sec .connecting_wrpr>.connecting_coming_wrp>.connecting_coming_box>h3 {
        font-size: 30px;
    }

    .connecting_players_sec .connecting_wrpr>.connecting_coming_wrp>.connecting_coming_box>.connecting_coming_box_img {
        flex-direction: column;
        gap: 10px;
    }

    .connecting_players_sec .connecting_wrpr>.connecting_coming_wrp>.connecting_coming_box>.connecting_coming_box_img>a>img {
        width: 170px;
    }

    .contact_sec .contact_img>img {
        height: auto;
        border-radius: 30px;
    }

    .contact_sec .contact_form {
        width: 100%;
    }

    .contact_sec .row {
        align-items: center;
    }

    .footer-sec {
        padding-top: 50px;
    }

    .footer-sec h2 {
        font-size: 25px;
    }

    /* inner pages */

    .banner.inner_banner .banner_top h1 {
        margin-top: 50px;
        font-size: 80px;
    }

    .banner.inner_banner .banner_top {
        height: 350px;
    }

    .banner.inner_banner>img.ball_vec {
        right: -50px;
        bottom: -60px;
    }

    .about_sec.in_page_sec img {
        height: 740px;
        border-radius: 30px;
    }

    .courts_secc .row>*:first-child {
        padding: 0;
    }

    .courts_secc .row>*:last-child {
        padding: 0;
    }

    .courts_secc .courts_search_wrpr {
        padding: 20px;
    }

    .courts_secc .courts_search_wrpr>ul>li>span {
        font-size: 16px;
    }

    .courts_secc .courts_search_wrpr>ul>a {
        font-size: 16px;
    }

    .courts_secc .courts_search_wrpr>.filters_box {
        right: 10px;
        width: 90%;
        padding: 15px;
    }

    .courts_secc .courts_search_wrpr .courts_search_box {
        padding: 10px;
        gap: 5px;
    }

    .courts_secc .courts_search_wrpr .courts_search_box>.courts_search_box_text>h3 {
        font-size: 15px;
    }

    .courts_secc .courts_search_wrpr .courts_search_box>.courts_search_box_text>ul>li {
        gap: 5px;
    }

    .courts_secc .courts_search_wrpr .courts_search_box>.courts_search_box_text>ul>li>span {
        font-size: 11px;
    }

    .courts_secc .courts_search_wrpr .courts_search_box>.courts_search_box_text>ul>li>img {
        width: 20px;
        height: 20px;
    }

    .location_sec>.custom_container>.row>*:last-child {
        padding-left: calc(var(--bs-gutter-x) / 2);
    }

    .location_sec>.custom_container>.row>*:first-child {
        padding-right: calc(var(--bs-gutter-x) / 2);
    }

    .location_sec span {
        font-size: 18px;
    }

    .calendar-days>* {
        font-size: 17px;
    }

    .calendar-grid {
        gap: 10px;
        grid-template-rows: repeat(4, 120px);
    }

    .event-block {
        position: inherit !IMPORTANT;
        left: unset !IMPORTANT;
        margin: 0 !important;
        width: 100% !important;
        top: unset !IMPORTANT;
        padding: 20px;
        font-size: 14px;
        height: 120px;
    }

    .event-block strong {
        font-size: 18px;
    }

    .event-block>span {
        font-size: 15px;
    }

    .courts_inner_sec .courts_inner_textt>ul>li>a>span {
        font-size: 18px;
    }
    
    .calendar-grid > span:nth-child(1) {
        left: 15.3%;
    }
    
    .calendar-grid > span:nth-child(2) {
        left: 29.2%;
    }
    
    .calendar-grid > span:nth-child(3) {
        left: 43%;
    }
    
    .calendar-grid > span:nth-child(5) {
        left: 70.7%;
    }
    
    .calendar-grid > span:nth-child(6) {
        left: 84.6%;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .custom_container {
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
    }

    header .logo_here>img {
        width: 160px;
    }

    header ul.menu {
        gap: 20px;
    }

    header ul.menu>li>a {
        font-size: 14px;
    }

    .download_btn {
        font-size: 14px;
        height: 40px;
    }

    header .d-flex.gap-5.align-items-center.justify-content-end {
        gap: 20px !IMPORTANT;
    }

    .banner .banner_top .banner_imgs_wrp>img.ban_img1 {
        width: 300px;
    }

    .banner .banner_top .banner_imgs_wrp>img.ban_img2 {
        width: 300px;
        margin-right: -20px;
        margin-bottom: -20px;
    }

    .banner .banner_top .banner_imgs_wrp {
        margin-top: 140px;
        margin-bottom: -50px;
    }

    .banner .banner_bottom {
        padding: 50px 0px;
    }

    .banner .banner_bottom h2 {
        font-size: 35px;
    }

    .banner .banner_bottom p {
        font-size: 16px;
    }

    img.ball_vec {
        width: 80px;
        height: 80px;
    }

    .about_sec img.ball_vec {
        right: -30px;
        top: -30px;
    }

    .all-sec {
        padding: 70px 0px;
    }

    .about_sec img {
        height: auto;
        margin-bottom: 30px;
    }

    .about_sec .row>*:last-child {
        padding-left: calc(var(--bs-gutter-x) / 2);
    }

    .sub_heading {
        font-size: 35px;
    }

    p {
        font-size: 16px !important;
    }

    .theme_btn>span {
        font-size: 16px;
    }

    .schedule_games_sec .schedule_games_heading_wrp {
        width: 100%;
    }

    .schedule_games_sec .schedule_games_box {
        height: 400px;
        margin-bottom: 30px;
    }

    .schedule_games_sec .schedule_games_box>.schedule_games_textt>h3 {
        font-size: 25px;
    }

    .schedule_games_sec .schedule_games_box:hover>.schedule_games_textt {
        padding: 50px 0px;
    }

    .schedule_games_sec .schedule_games_box>img {
        border-radius: 20px;
    }

    .schedule_games_sec .schedule_games_box>.schedule_games_textt {
        border-radius: 20px;
    }

    .mobile-app {
        margin-top: 20px;
        padding-top: 40px;
    }

    .mobile-app:hover .app-txt h2 {
        font-size: 30px;
    }

    .mobile-app h2 {
        font-size: 30px;
        padding: 0;
    }

    .mobile-app p {
        margin-bottom: 20px;
    }

    .ready_play_sec .find_court_wrp {
        width: 100%;
        margin-bottom: 0;
        padding: 20px;
        margin-top: 150px;
    }

    .ready_play_sec .find_court_wrp>h3 {
        font-size: 25px;
    }

    .ready_play_sec img.ball_vec {
        width: 80px;
        height: 80px;
        right: -30px;
        bottom: -30px;
    }

    .connecting_players_sec {
        padding: 50px 0px;
    }

    .connecting_players_sec h2 {
        font-size: 25px;
    }

    .connecting_players_sec .connecting_wrpr>.connecting_coming_wrp>.connecting_coming_box>h3 {
        font-size: 20px;
    }

    .connecting_players_sec .connecting_wrpr>.connecting_coming_wrp>.connecting_coming_box>.connecting_coming_box_img {
        gap: 5px;
        flex-direction: column;
    }

    .contact_sec .contact_img>img {
        height: auto;
        border-radius: 20px;
        margin-bottom: 30px;
    }

    .contact_sec .contact_form {
        width: 100%;
    }

    .footer-links {
        margin-left: 0;
    }

    .footer-sec {
        padding-top: 50px;
    }

    .banner .banner_top .banner_imgs_wrp>img.ban_ball_img {
        width: 80px;
    }

    .contact_sec .contact_img>video {
        height: 400px;
        border-radius: 20px;
        margin-bottom: 30px;
    }

    /* inner pages */

    .banner.inner_banner .banner_top h1 {
        font-size: 70px;
        margin-top: 50px;
    }

    .banner.inner_banner .banner_top {
        height: 300px;
    }

    .banner.inner_banner>img.ball_vec {
        right: -30px;
        bottom: -30px;
    }

    .courts_secc .row>*:first-child {
        padding: 0;
    }

    .courts_secc .courts_search_wrpr {
        padding: 10px;
        height: 600px;
    }

    .courts_secc .courts_search_wrpr>ul>li>span {
        font-size: 15px;
    }

    .courts_secc .courts_search_wrpr>ul>a {
        font-size: 15px;
    }

    .courts_secc .courts_search_wrpr .courts_search_box {
        padding: 5px;
        flex-direction: column;
        align-items: flex-start;
    }

    .courts_secc .courts_search_wrpr>.filters_box {
        right: 10px;
        width: 90%;
        padding: 10px;
    }

    .courts_secc .courts_search_wrpr .courts_search_box>.courts_search_box_text>ul>li {
        gap: 5px;
    }

    .courts_secc .courts_search_wrpr .courts_search_box>.courts_search_box_text>ul>li>span {
        font-size: 13px;
    }

    .courts_secc .courts_search_wrpr .courts_search_box>.courts_search_box_text>h3 {
        font-size: 16px;
    }

    .courts_secc #map {
        height: 600px;
    }

    .courts_inner_sec .courts_inner_img_slider {
        width: 100%;
    }

    .location_sec>.custom_container>.row>*:last-child {
        padding-left: calc(var(--bs-gutter-x) / 2);
    }

    .location_sec>.custom_container>.row>*:first-child {
        padding-right: calc(var(--bs-gutter-x) / 2);
    }

    .location_sec img {
        margin-bottom: 40px;
    }

    .calendar-header span#week-range {
        font-size: 30px;
    }

    .calendar-days>* {
        font-size: 17px;
    }

    .calendar-grid {
        gap: 10px;
        grid-template-columns: repeat(7, 1fr);
        grid-template-rows: repeat(4, 100px);
    }

    .event-block {
        padding: 10px;
        height: 100px;
        font-size: 12px;
        position: inherit !IMPORTANT;
        width: 100% !IMPORTANT;
        left: unset !IMPORTANT;
        top: unset !IMPORTANT;
        margin: 0 !IMPORTANT;
    }

    .event-block strong {
        font-size: 16px;
    }

    .event-block>span {
        font-size: 12px;
    }

    .w-75 {
        width: 100% !important;
    }

    .privacy_policy_secc .sub_heading {
        font-size: 30px;
    }

    .location_sec div#map {
        margin-bottom: 40px;
    }
    
    .calendar-grid > span:nth-child(1) {
        left: 15.6%;
    }
    
    .calendar-grid > span:nth-child(2) {
        left: 29.5%;
    }
    
    .calendar-grid > span:nth-child(3) {
        left: 43%;
    }
    
    .calendar-grid > span:nth-child(4) {
        left: 56.8%;
    }
    
    .calendar-grid > span:nth-child(5) {
        left: 70.5%;
    }
    
    .calendar-grid > span:nth-child(6) {
        left: 84.3%;
    }
    
    .calendar-grid > span {
        height: 93%;
    }

}

@media only screen and (min-width: 300px) and (max-width: 767px) {

    .custom_container {
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
    }

    header ul.menu {
        display: none;
    }

    header .logo_here>img {
        width: 170px;
    }

    header .col-lg-6.col-md-4 {
        width: 50%;
    }

    header .col-lg-6.col-md-8 {
        width: 50%;
    }

    .download_btn {
        font-size: 13px;
        padding: 0 10px;
        height: 40px;
    }

    header .d-flex.gap-5.align-items-center.justify-content-end {
        justify-content: flex-end !important;
        margin-right: 40px;
    }

    header .row {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    header {
        position: fixed;
        padding: 15px 0px;
        transition: 0.3s ease-in-out;
    }

    header .row:before {
        display: none;
    }

    header.sticky {
        background: var(--theme);
        transition: 0.3s ease-in-out;
    }

    .banner .banner_top .banner_imgs_wrp>img.ban_img1 {
        width: 150px;
    }

    .banner .banner_top .banner_imgs_wrp>img.ban_img2 {
        width: 200px;
        margin-right: -20px;
        margin-bottom: -50px;
    }

    .banner .banner_top .banner_imgs_wrp {
        margin-top: 120px;
        margin-bottom: -30px;
    }

    .banner .banner_top .banner_imgs_wrp>img.ban_ball_img {
        width: 40px;
    }

    .banner .banner_bottom {
        padding: 70px 0px;
        text-align: center;
    }

    .banner .banner_bottom h2 {
        font-size: 30px;
    }

    .banner .banner_bottom p {
        font-size: 14px;
    }

    img.ball_vec {
        width: 50px;
        height: 50px;
    }

    .about_sec img.ball_vec {
        right: -20px;
        top: -20px;
    }

    .all-sec {
        padding: 50px 0px;
    }

    .about_sec img {
        height: auto;
        border-radius: 20px;
        margin-bottom: 30px;
    }

    .about_sec .row>*:last-child {
        padding-left: calc(var(--bs-gutter-x) / 2);
    }

    .sub_heading {
        font-size: 30px;
        text-align: center;
        margin-bottom: 20px;
    }

    p {
        text-align: center;
        font-size: 14px !important;
    }

    .theme_btn {
        margin: 0 auto;
    }

    .theme_btn>span {
        font-size: 17px;
    }

    .schedule_games_sec .schedule_games_heading_wrp {
        width: 100%;
    }

    .schedule_games_sec .schedule_games_box {
        height: 400px;
        margin-bottom: 20px;
    }

    .schedule_games_sec .schedule_games_box>.schedule_games_textt>h3 {
        font-size: 25px;
    }

    .schedule_games_sec .schedule_games_box>img {
        border-radius: 20px;
    }

    .schedule_games_sec .schedule_games_box>.schedule_games_textt {
        border-radius: 20px;
    }

    .mobile-app .app-txt h2 {
        padding: 0;
    }

    .mobile-app:hover .app-txt h2 {
        font-size: 30px;
    }

    .mobile-app .app-img {
        text-align: center;
        margin-top: 30px;
    }

    .mobile-app {
        margin-top: 0;
        padding-top: 40px;
    }

    .mobile-app p {
        margin-bottom: 20px;
    }

    .mobile-app>img.app_vec1 {
        display: none;
    }

    .reverseSec.mobile-app .row {
        flex-direction: column-reverse;
    }

    .mobile-app>img.app_vec2 {
        display: none;
    }

    .ready_play_sec .row.align-items-end {
        flex-direction: column-reverse;
        align-items: center !IMPORTANT;
    }

    .ready_play_sec .find_court_wrp {
        width: 100%;
        margin: 0;
        padding: 20px;
    }

    .ready_play_sec .find_court_wrp>h3 {
        font-size: 25px;
        text-align: center;
    }

    .ready_play_sec .find_court_wrp>span {
        text-align: center;
    }

    .ready_play_sec img.ball_vec {
        width: 50px;
        height: 50px;
        right: -20px;
        bottom: -20px;
    }

    .connecting_players_sec {
        padding: 50px 0px;
    }

    .connecting_players_sec h2 {
        font-size: 25px;
        text-align: center;
    }

    .connecting_players_sec .connecting_wrpr>span {
        line-height: 1.2;
        font-size: 16px;
        text-align: center;
        margin-top: 20px;
    }

    .connecting_players_sec .connecting_wrpr>.connecting_coming_wrp {
        flex-direction: column;
        gap: 20px;
    }

    .connecting_players_sec .connecting_wrpr>.connecting_coming_wrp>.connecting_coming_box {
        padding: 0;
        margin: 0;
        border: 0;
        text-align: center;
    }

    .connecting_players_sec .connecting_wrpr>.connecting_coming_wrp>.connecting_coming_box>h3 {
        font-size: 35px;
    }

    .contact_sec .contact_img>img {
        height: auto;
        border-radius: 20px;
        margin-bottom: 30px;
    }

    .contact_sec .contact_form {
        width: 100%;
    }

    .footer-sec {
        padding-top: 40px;
        text-align: center;
    }

    .footer-links {
        margin: 0;
        margin-top: 20px;
    }

    .footer-sec h2 {
        font-size: 25px;
    }

    .footer-contact-us {
        margin-top: 20px;
    }

    ul.contact-email li a {
        justify-content: center;
    }

    .ftr-contact-social-media ul {
        justify-content: center;
    }

    .footer-coming-soon ul {
        display: flex;
        gap: 10px;
        justify-content: center;
    }

    .footer-copy-right-row ul {
        justify-content: center;
        gap: 20px;
        margin-bottom: 10px;
    }

    .contact_sec .contact_img>video {
        height: 300px;
        margin-bottom: 30px;
        border-radius: 20px;
    }

    .footer-logo a img {
        width: 200px;
    }

    /* inner pages */

    .banner.inner_banner .banner_top h1 {
        font-size: 40px;
        margin-top: 40px;
    }

    .banner.inner_banner .banner_top {
        height: 240px;
    }

    .banner.inner_banner>img.ball_vec {
        right: -20px;
        bottom: -20px;
    }

    .courts_secc .row>*:first-child {
        padding: 0;
    }

    .courts_secc .row>*:last-child {
        padding: 0;
    }

    .courts_secc .courts_search_wrpr {
        padding: 10px;
        padding-top: 110px;
    }

    .courts_secc .courts_search_wrpr>.filters_box {
        width: 90%;
        padding: 15px;
        right: 10px;
    }

    .courts_secc .courts_search_wrpr .courts_search_box {
        padding: 6px;
    }

    .courts_secc .courts_search_wrpr .courts_search_box>.courts_search_box_text>ul>li {
        gap: 5px;
    }

    .courts_secc .courts_search_wrpr .courts_search_box>.courts_search_box_text>ul>li>span {
        font-size: 13px;
    }

    .courts_secc .courts_search_wrpr .courts_search_box>.courts_search_box_text>h3 {
        font-size: 16px;
    }

    .courts_secc #map {
        height: 400px;
    }

    .blue_header header {
        position: fixed;
        padding: 15px 0px;
        transition: 0.3s ease-in-out;
        z-index: 999;
    }

    .courts_inner_sec .courts_inner_textt>ul>li>a {
        justify-content: center;
        text-align: center;
    }

    .courts_inner_sec .courts_inner_textt>ul>li>a>span {
        font-size: 15px;
    }

    .courts_inner_sec .courts_inner_textt>ul>li>a>i {
        font-size: 16px;
    }

    .courts_inner_sec .courts_inner_textt>a {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .courts_inner_sec {
        padding-top: 110px;
    }

    .courts_inner_sec .courts_inner_img_slider {
        width: 100%;
    }

    .courts_inner_sec .courts_inner_img_slider .slick-slide>img {
        height: 400px;
    }

    .location_sec>.custom_container>.row>*:first-child {
        padding-right: calc(var(--bs-gutter-x) / 2);
    }

    .location_sec>.custom_container>.row>*:last-child {
        padding-left: calc(var(--bs-gutter-x) / 2);
    }

    .location_sec img {
        width: 100%;
        margin-bottom: 30px;
    }

    .sub_heading>br {
        display: none;
    }

    .location_sec {
        text-align: center;
    }

    .location_sec ul>li:before {
        position: absolute;
        content: "";
        background: var(--theme);
        width: 7px;
        height: 7px;
        top: 7px;
        border-radius: 50%;
        margin-left: -20px;
    }

    .location_sec ul>li:after {
        display: none;
    }

    p.w-75 {
        width: 100% !IMPORTANT;
    }

    .calendar-container {
        margin-top: 30px;
    }

    .calendar-header span#week-range {
        font-size: 20px;
    }

    .calendar-days {
        grid-template-columns: repeat(6, 1fr);
    }

    .calendar-days>* {
        font-size: 10px;
    }

    .calendar-grid {
        gap: 5px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(1, 100px);
    }

    .event-block {
        padding: 15px;
        margin: 0 !IMPORTANT;
        width: 100% !IMPORTANT;
        height: 100px;
        position: inherit !IMPORTANT;
        left: unset !IMPORTANT;
        top: unset !IMPORTANT;
        font-size: 12px;
    }

    .event-block strong {
        font-size: 16px;
    }

    .event-block>span {
        font-size: 16px;
    }

    .w-75 {
        width: 100% !important;
    }

    .privacy_policy_secc .sub_heading {
        font-size: 25px;
    }

    .privacy_policy_secc {
        text-align: center;
    }
    
    .location_sec div#map {
        height: 400px;
        border-radius: 20px;
        margin-bottom: 30px;
    }
    
    .calendar-grid > span {
        display: none;
    }

}