@media screen and (min-width: 1900px) {
    .home-pop-up-container,
    .site-pop-up-container {
        max-width: 1400px;
    }
}

@media screen and (max-width: 1199px) {

    /* Banner Section */
    .banner-section-buttons .primary-button a {
        font-size: 26px;
    }

    /* Banner Section end */

    /* Territory Banner Section */
    .territory-banner-section-content {
        max-width: 98%;
    }

    /* Territory Banner Section end */

    /* Territory Video Section  */
    .territory-text-container h3 {
        font-size: 80px;
    }

    /* Territoy Video Section end */

    /* Client Feedbacks Section */
    .client-feedback-text-content {
        padding-left: 57px;
    }

    /* Client Feedbacks Section end */

    /* Kids to Learn Section */
    .kids-to-learn-section-heading-wrapper h3 {
        font-size: 105.179px;
    }

    /* Kids to Learn Section end */

    /* Info Franchises Section */
    .info-franchises-section-buttons .primary-button a {
        font-size: 23px;
    }

    /* Info Franchises Section end */

}

@media screen and (min-width: 1080px) {
    .banner-section{
        display: flex;
        align-items: center;
        min-height: calc(100vh - 98px);
    }

    .banner-section .row{
        align-items: center;
    }
}

@media screen and (max-width: 1080px) {

    /* Mobile Header */
    .header-wrapper {
        display: none;
    }

    .header-main-div {
        height: 100%;
    }

    .mobile-menu {
        display: block;
    }

    .mobile-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 30px;
        background: #F6673B;
        height: 60px;
        z-index: 99999;
        transform: translate3d(0px, 0px, 0px);
    }

    .mobile-header-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-logo-wrapper img {
        width: 57px;
        height: auto;
    }

    .button_container {
        position: relative;
        height: 18px;
        width: 27px;
        cursor: pointer;
        z-index: 100;
        margin-left: 10px;
    }

    .header-right-div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .button_container span {
        background: #ffffff;
        border: none;
        height: 3px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.35s ease;
        cursor: pointer;
    }

    .button_container span:nth-of-type(2) {
        top: 8px;
    }

    .button_container span:nth-of-type(3) {
        top: 16px;
    }

    .overlay {
        position: fixed;
        background: #F6673B;
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.35s, visibility 0.35s, height 0.35s;
        overflow: hidden;
        z-index: 99;
        padding: 0 40px;
    }

    .overlay nav {
        position: relative;
        transform: translateY(130px);
        font-size: 50px;
        font-weight: 400;
        text-align: left;
    }

    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: block;
        position: relative;
    }

    .overlay ul li {
        display: block;
        margin-bottom: 24px;
        position: relative;
    }

    .overlay ul li a {
        display: block;
        position: relative;
        color: #ffffff;
        text-transform: uppercase;
        text-decoration: none;
        width: fit-content;
    }

    .overlay.open nav .menu-header-menu-container ul .current-menu-item a {
        color: #f2ed22;
    }

    .overlay.open nav .menu-header-menu-container ul .menu-item-1191.current-menu-item a,
    .overlay.open nav .menu-header-menu-container ul .menu-item-1172.current-menu-item a,
    .overlay.open nav .menu-header-menu-container ul .menu-item-1226.current-menu-item a {
        color: #fff;
    }

    .overlay.open {
        overflow-y: scroll;
    }

    .overlay.open {
        opacity: 1;
        visibility: visible;
        height: 100%;
    }

    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
    }

    .button_container.active .middle {
        opacity: 0;
    }

    .button_container.active .bottom {
        transform: translateY(-5px) translateX(0) rotate(-45deg);
    }

    .header-icons {
        position: absolute;
        bottom: 15%;
        left: 50%;
        transform: translateX(-50%);
    }

    .header-social-icons {
        width: 160px;
        margin-right: 0;
    }

    .header-social-icons img {
        width: auto;
        height: 22px;
    }

    /* Mobile Header end */

    /* Footer */
    .footer-logo-wrapper {
        text-align: center;
        padding-bottom: 30px;
    }

    .footer-section-container {
        padding: 60px 60px 31px 60px;
    }

    /* Footer end */

    /* Banner Section */
    .banner-section-content {
        padding-left: 0;
    }

    .banner-section-content h1 {
        padding-top: 10px;
        max-width: 410px;
    }

    .banner-section-content p {
        padding-bottom: 25px;
        max-width: 80%;
    }

    .banner-section-content .primary-button {
        padding-top: 25px;
    }

    .mobile-banner {
        display: block;
    }

    .banner-section-wrapper .row {
        justify-content: center;
    }

    .desktop-banner-image {
        display: none;
    }

    .mobile-banner-image-wrapper {
        padding-top: 80px;
        max-width: 60%;
        margin: auto;
        position: relative;
    }

    .mobile-banner-image {
        max-width: 100%;
    }

    .mobile-banner-logo {
        position: absolute;
        max-width: 30%;
        left: 0;
        top: 76px;
    }

    /* Banner Section end */

    /* Sign up section */
    .sign-up-content-text {
        text-align: center;
        margin: auto;
        padding-left: 0;
    }

    .sign-up-content img {
        max-width: 60%;
    }

    .sign-up-content-text p {
        margin: auto;
    }

    .sign-up-container {
        max-width: 100%;
        float: none;
    }

    .sign-up-content-text .primary-button {
        justify-content: center;
    }

    .sign-up-section-right-container {
        max-width: 100%;
    }

    .right-section-content {
        text-align: center;
        padding: 20px;
        padding-bottom: 0;
    }

    .right-section-content p {
        max-width: 70%;
        margin: auto;
        padding-top: 10px;
    }

    .right-section-image-wrapper img {
        margin: auto;
        display: flex;
        width: 70%;
    }

    .right-section-container {
        padding-left: 0;
    }

    /* ----for info page---- */
    .right-section-description-points-text {
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
    }

    .right-section-description-points-text h3,
    .right-section-description-points-text p {
        margin: auto;
    }

    /* Sign Up Section end */

    .franchises-content-wrapper h6{
        max-width: 80%;
    }

    /* Get Started Video Section */
    .video-container-wrapper h4 {
        text-align: center;
        margin: auto;
        max-width: 70%;
        padding-left: 0;
    }

    .point-heading-wrapper h2 span {
        font-size: 110px;
    }

    .point-heading-wrapper h2 {
        font-size: 90px;
    }

    .point-heading-wrapper h2::after {
        width: 245px;
    }

    /* Get Started Video Section end */

    /* Testimonial Section */
    .customer-card {
        width: 50%;
        margin: 0 auto;
    }

    .testimonial-section-btn {
        margin-top: 0;
    }

    .customer-card p {
        padding-bottom: 30px;
    }

    .customer-testimonial-section-container {
        padding: 88px 40px 44px 40px;
    }

    /* Testimonial Section end */

    /* Information and Experience Section */
    .information-section-left-div {
        width: 100%;
        padding: 0 30px;
        padding-top: 30px;
        justify-content: center;
    }

    .information-section-right-div {
        width: 100%;
        margin-top: 115px;
    }

    .infosection-repeater-col h5 {
        margin-top: 0;
    }

    .information-section-right-div-container {
        max-width: 100%;
    }

    /* Information and Experience Section end */

    /* Spotify Section */
    .spotify-section-right-div h5 {
        padding-top: 0;
        padding-bottom: 45px;
    }

    .spotify-section-right-div h6 {
        padding-bottom: 35px;
    }

    .spotify-section-left-div {
        padding: 0px 30px;
        margin-bottom: 50px;
    }

    .spotify-section-logo {
        display: none;
    }

    .spotify-section-images-div {
        width: 70%;
    }

    .spotify-section-absolute-logo {
        display: block;
        width: 28%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .spotify-section-right-div {
        padding: 0px 30px;
        text-align: center;
    }

    .spotify-section-container {
        padding: 60px 0;
    }

    /* Spotify Section end */

    /* Teddy Sports Section */
    .teddy-sports-section h4 {
        text-align: center;
        max-width: 80%;
        margin: auto;
        padding-left: 0;
    }

    .teddy-sports-image-wrapper {
        max-width: 90%;
        margin: auto;
        height: auto;
    }

    .teddy-sports-content {
        max-width: 100%;
        margin: auto;
        padding-bottom: 40px;
    }

    .teddy-sports-container-wrapper {
        padding: 60px 30px 0 30px;
    }

    /* Teddy Sports Section end */

    /* Teddy Tennis Introduction Section */
    .introduction-section-container h4 {
        padding: 60px;
        text-align: center;
        font-size: 34px;
    }

    .introduction-card-image-container {
        margin: auto;
    }

    .introduction-card {
        padding-bottom: 110px;
    }

    .introduction-cards-container {
        padding-bottom: 0;
    }

    .introduction-card img,
    .introduction-card video {
        height: 560px;
        object-fit: cover;
    }

    /* Teddy Tennis Introduction Section end */

    /* Country Filter Form Section */
    .country-filter-form-text-container {
        padding-top: 0;
    }

    .country-filter-form-section-container.section {
        padding: 50px 0 50px 0;
    }

    .slider-r {
        right: 16px;
    }

    /* Country Filter Form Section end */

    /* -------- TERRITORY PAGE -------- */

    /* Territory Banner Section */
    .territory-mobile-banner {
        display: block;
    }

    .desktop-territory-banner-image {
        display: none;
    }

    .mobile-territory-banner-image-wrapper {
        padding-top: 60px;
        max-width: 60%;
        margin: auto;
        position: relative;
    }

    .mobile-territory-banner-image {
        max-width: 100%;
    }

    .mobile-territory-banner-logo {
        position: absolute;
        max-width: 30%;
        left: 0;
    }

    .mobile-territory-banner-image-wrapper {
        padding-top: 68px;
    }

    .territory-banner-section-content-container {
        padding-top: 68px;
    }

    /* Territory Banner Section end */

    /* Territory Video Section */
    .territory-text {
        padding-top: 30px;
        padding-left: 57px;
        padding-right: 57px;
    }

    .territory-text-container h3 {
        text-align: center;
    }

    .territory-video {
        padding-right: 57px;
    }

    /* Territory Video Section end */

    /* Client Feedbacks Section */
    .client-feedback-text-content {
        padding-left: 60px;
        padding-right: 60px;
    }

    .client-images-wrapper .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .client-images-wrapper {
        padding-left: 45px;
        padding-bottom: 30px;
    }

    .client-feedback-text p {
        max-width: 90%;
    }

    .client-image-overlay-text h6,
    .client-image-overlay-text p {
        font-size: 18px;
    }

    /* Client Feedbacks Section end */

    /* Kids to Learn Section */
    .kids-to-learn-mobile-image-section,
    .kids-to-learn-section-content {
        display: block;
    }

    .kids-to-learn-section-heading-wrapper img,
    .kids-to-learn-section-content-wrapper img {
        display: none;
    }

    .kids-to-learn-section-heading-wrapper {
        padding: 109px 40px 30px 40px;
    }

    .kids-to-learn-section-heading-wrapper h3 {
        width: 100%;
        font-size: 96px;
    }

    .kids-to-learn-section-content {
        padding: 10px 40px 109px 40px;
    }

    .kids-to-learn-mobile-image-section {
        position: relative;
        width: 60%;
        margin: auto;
        padding-bottom: 30px;
    }

    .kids-to-learn-mobile-image {
        width: 100%;
    }

    .kids-to-learn-mobile-logo {
        position: absolute;
        width: 30%;
    }

    .kids-to-learn-section-text-content {
        width: 100%;
    }

    .kids-to-learn-section-text-content p {
        font-size: 32px;
        padding-bottom: 30px;
    }

    .kids-to-learn-section-content-wrapper {
        width: 100%;
    }

    .kids-to-learn-section-content-wrapper .primary-button {
        margin-top: 0;
    }

    /* Kids to Learn Section end */

    /* -------- TERRITORY PAGE END -------- */

    /* --------- INFO PAGE --------- */

    /* Info Banner Section */
    .info-banner-section {
        padding-top: 0;
    }

    .info-banner-section-wrapper .row {
        flex-direction: column-reverse;
    }

    .info-banner-video-container {
        padding-top: 60px;
        width: 70%;
    }

    .info-banner-video-container video {
        height: calc(100% - 69px);
    }

    .info-banner-section-content {
        padding-right: 15px;
    }

    .info-banner-section-content h4 {
        padding-top: 0;
    }

    .info-banner-logo {
        top: 58px;
    }

    /* Info Banner Section end */

    /* Info FAQ Section */
    .info-faq-container {
        max-width: 100%;
        float: none;
        padding: 0 15px;
    }

    .info-faq-content-video {
        width: 70%;
    }

    .info-faq-content-video {
        margin: 36px auto 46px;
    }

    .info-faq-content h3 {
        text-align: center;
    }

    .info-faq-section .row {
        padding-top: 0;
    }

    .info-faq-right-section-wrapper {
        padding: 50px 30px 34px 82px;
    }

    .info-faq-para-button-wrapper {
        max-width: 100%;
    }

    .info-faq-right-section-wrapper p {
        max-width: 68%;
    }

    /* Info FAQ Section end */

    /* Info Way to Play Section */
    .ways-to-play-card {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-bottom: 30px;
    }

    .ways-to-play-card img {
        width: 100%;
        height: auto;
    }

    .info-way-to-play-disclaimer {
        text-align: center;
    }

    .info-way-to-play-disclaimer p {
        padding-right: 0;
    }

    /* Info Way to Play Section end */

    /* Info Franchises Section */
    .info-franchises-section h2 {
        padding: 58px 30px;
        text-align: center;
        font-size: 94px;
        line-height: 97.4px;
    }

    .info-franchises-section-buttons {
        display: block;
        max-width: 100%;
    }

    .info-franchises-section-buttons .primary-button {
        justify-content: center;
        margin-bottom: 8px;
    }

    /* Info Franchises Section end */

    /* --------- INFO PAGE END --------- */

    /* -------- BLOG PAGE START --------- */

    .featured-image-container {
        width: 70%;
        height: 680px;
        padding-bottom: 30px;
    }

    .posts-content-container {
        max-width: 70%;
        margin: auto;
        text-align: center;
    }

    .posts-content-container h3,
    .posts-content-container p {
        margin: auto;
        padding-bottom: 24px;
        max-width: 100%;
    }

    .posts-content-container .primary-button {
        justify-content: center;
    }

    /* Search and Sort Filter */
    .search-sort-container-wrapper {
        width: 80%;
        margin: auto;
        padding-left: 0;
    }

    /* -------- BLOG PAGE END --------- */

    /* -------- BLOG POST PAGE START --------- */
    .post-banner-section {
        padding: 0;
    }

    .post-banner-section-wrapper {
        padding-bottom: 60px;
    }

    .post-featured-image-container {
        width: 70%;
    }

    .post-introduction-image-content-wrapper {
        padding-top: 80px;
    }

    .blog-post-image-text {
        padding: 80px 60px 0 65px;
        text-align: center;
    }

    .blog-post-description-text {
        padding-top: 60px;
        text-align: center;
    }

    .detail-page-slider {
        width: 60%;
    }

    .no-post {
        padding-left: 0;
        text-align: center;
    }

    /* -------- BLOG POST PAGE END --------- */

    /* -------- CONTACT PAGE ---------- */
    .contact-us-container-wrapper {
        padding: 120px 60px;
    }

    .contact-us-content-container {
        text-align: center;
    }

    .contact-image-wrapper {
        margin: auto;
    }

    .contact-form-container {
        padding-top: 30px;
    }

    /* -------- CONTACT PAGE END ---------- */

    /* 404 Page */
    .four-0-four-images-wrapper {
        width: 60%;
    }

    .four-0-four-section-left-div {
        padding: 0px 50px;
    }

    .four-0-four-section-right-div {
        padding: 20px 60px;
    }

    /* 404 Page END */

    /* 09 Decemeber 2024 */

    /* Two Col Spherical Image And Content Section starts here */
    .two-col-spherical-image-and-content-section {
        padding: 30px 15px 60px;
    }

    .two-col-spherical-image-and-content-section-wrapper .row {
        flex-direction: column-reverse;
        text-align: center;
    }

    .two-col-spherical-image-and-content-text-wrapper {
        padding-left: 0;
    }

    .two-col-spherical-image-and-content-text-wrapper p {
        font-size: 30px;
    }

    .two-col-spherical-image-and-content-text-wrapper h4 {
        padding: 15px 0 12px;
    }

    .two-col-spherical-image-and-content-text-wrapper.info-franchises-section-points-wrapper {
        padding: 0 30px 30px;
    }

    /* Two Col Spherical Image And Content Section ends here */

    /* 12 December 2024 */

    /* Two Col Image and Content Birthday section starts here */
    .two-col-content-wrapper {
        text-align: center;
        padding-right: 15px;
    }

    .birthday-section-wrapper {
        padding-top: 30px;
    }

    .birthday-section-wrapper .row {
        background-color: #A7D5B8;
        padding: 30px 0;
    }

    .birthday-section-wrapper .col-sm-5 {
        width: 50%;
    }

    .two-col-image-wrapper {
        padding: 0;
    }

    .two-col-content {
        padding: 30px 15px 60px;
        margin: auto;
    }

    .two-col-content .primary-button{
        justify-content: center;
    }

    /* Two Col Image and Content Birthday section ends here */

    /* Classes and Age guide Section starts here*/
    .classes-and-age-guide-section {
        padding: 25px 15px 30px;
    }

    .classes-and-age-guide-card.col-sm-3 {
        width: 40%;
        margin: auto;
    }

    .classes-and-age-guide-card-content p {
        font-size: 18px;
        padding: 4px 16px;
    }

    .classes-and-age-guide-section h2 {
        font-size: 64px;
        padding: 0px 15px 42px;
    }

    .classes-and-age-guide-card {
        padding-bottom: 30px;
    }

    .classes-and-age-guide-card-content h4 {
        padding-top: 10px;
        font-size: 36px;
    }

    /* Classes and Age guide Section ends here */

    /* Images Gallery Section */

    .grid-container {
        grid-auto-rows: 250px;
    }

    /* End Images Gallery Section */

    /* Pop Up */

    .pop-up-video {
        width: 70%;
    }


    .home-pop-up-container,
    .site-pop-up-container {
        padding: 40px;
        overflow: scroll;
    }

    .editor-section {
        text-align: center;
    }

    .editor-content-block p {
        padding-bottom: 20px;
        font-size: 20px;
        line-height: 31px;
    }

    #site-popup .pop-up-video-container{
        padding-top: 50px;
    }
    /* End Pop Up */

    /* Fixing Certified Coaches Page */
    .coach.col-sm-4{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    /* End Certified Coached Page */
}

@media (max-height: 820px) {
    .home-pop-up-container,
    .site-pop-up-container {
        overflow: scroll;
    }
}

@media screen and (max-width: 891px) {
    .tooltip-content-col {
        width: 100%;
        padding-right: 0;
    }

    .tooltip-button-col {
        width: 50%;
        order: 3;
    }

    .primary-button.book-now {
        width: 100%;
        padding-top: 30px;
    }

    .tooltip-bottom-col {
        order: 2;
    }

    .tooltip-row {
        padding-right: 0;
    }

    /* .search-sort-container-wrapper{
    justify-content: initial;
    gap: 15px;
  } */

    .search-container {
        max-width: 40%;
    }

    .editor-content-block {
        padding: 45px;
    }

    .container.editor-section {
        padding: 0;
    }

    .editor-content-block li {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    div[class$="theme--light"] {
        display: none !important;
    }

    p {
        font-size: 20px;
    }

    h1 {
        font-size: 50px;
        line-height: 80px;
    }

    h2 {
        font-size: 54px;
    }

    h3 {
        font-size: 52px;
    }

    h4 {
        font-size: 28px;
        line-height: 36px;
    }

    h5 {
        font-size: 28px;
    }

    h6 {
        font-size: 22px;
    }

    /* Primary Button */
    .primary-button a {
        padding: 10px 34px;
        font-size: 24px;
    }

    /* Primary Button end */

    /* Header */
    .mobile-header {
        padding: 0 15px;
    }

    .location-dropdown-header.wrapper-dropdown {
        font-size: 14px;
        min-width: 186px;
    }

    /* Header end*/

    /* Footer */
    .footer-links-wrapper {
        display: block;
        text-align: center;
    }

    .contact-content {
        justify-content: center;
    }

    .copyright-privacy-policy-wrapper {
        flex-direction: column-reverse;
    }

    .footer-more-links-container,
    .footer-parents-kids-links-container {
        padding-bottom: 28px;
    }

    .footer-social-media-container {
        padding-top: 28px;
    }

    .footer-links-wrapper h3 {
        line-height: normal;
    }

    .footer-links-wrapper ul li {
        line-height: normal;
        padding-top: 4px;
    }

    .footer-wrapper {
        padding-bottom: 30px;
    }

    .privacy-policy-container a {
        line-height: 26px;
    }

    .privacy-policy-container a::before {
        top: 0;
    }

    /* Footer end */

    /* Banner Section */
    .banner-section-content h1 span::after {
        width: 102px;
        top: 48px;
    }

    .banner-section-content h4 {
        font-size: 20px;
    }

    .banner-section-content p {
        max-width: 90%;
    }

    /* Banner Section end */

    /* Sign Up Section */
    .right-section-wrapper {
        display: block;
    }

    .right-section-content p {
        max-width: 100%;
        font-size: 18px;
    }

    .right-section-content h4 {
        font-size: 24px;
    }

    /* ----for info page---- */
    .right-section-description-points-text {
        padding-left: 15px;
        padding-right: 15px;
    }

    .right-section-description-points-text h3 {
        font-size: 46px;
        line-height: 56px;
        max-width: 100%;
    }

    .right-section-description-points-text p {
        font-size: 18px;
        max-width: 100%;
        padding-top: 8px;
        padding-bottom: 18px;
    }

    /* Sign Up Section end*/

    /* Franchises Section */
    .franchises-section {
        background-position: right;
    }

    .franchises-container-wrapper {
        height: auto;
    }

    .franchises-content {
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 160px;
    }

    .franchises-content-wrapper {
        display: block;
        max-width: 100%;
        margin: auto;
    }

    .franchises-content-wrapper h6 {
        max-width: 100%;
        font-size: 24px;
        line-height: 32px;
    }

    .franchises-content-wrapper .primary-button {
        justify-content: center;
        padding-top: 30px;
    }

    /* Franchises Section end */

    /* Get Started Video Section */
    .point-heading-wrapper h2 span {
        font-size: 50px;
        padding-right: 10px;
        padding-top: 5px;
    }

    .point-heading-wrapper h2 img {
        width: 114px;
        bottom: 49px;
    }

    .point-heading-wrapper h2 {
        font-size: 45px;
    }

    .video-container-wrapper h4 {
        padding-top: 30px;
    }

    .right-section-points-section {
        padding-top: 80px;
    }

    .point-description-wrapper h4 {
        font-size: 24px;
    }

    /* Get Started Video Section end*/

    /* Testimonial Section */
    .customer-card {
        padding: 0;
    }

    .customer-card {
        width: 100%;
        margin-bottom: 30px;
    }

    .customer-card img {
        display: block;
        width: 70%;
        margin: auto;
    }

    .testimonial-section-row {
        margin-left: 0;
    }

    .customer-card p {
        width: 70%;
        margin: auto;
        padding-bottom: 15px;
    }

    .testimonial-section-btn {
        margin-bottom: 80px;
    }

    .customer-testimonial-section-container {
        padding: 0 30px;
    }

    .customer-testimonial-section-container h3 {
        padding-bottom: 20px;
    }

    /* Testimonial Section end */

    /* Information and Experience Section */
    .repeater-flex {
        display: block;
        column-gap: 0;
    }

    .overlay-div {
        position: static;
        width: 70%;
        margin: 15px auto 0;
        padding: 15px;
        border-radius: 38px;
        text-align: center;
    }

    .overlay-div h5 {
        margin-top: 10px;
    }

    .information-section-container p {
        font-size: 18px;
    }

    .information-section-container h5 {
        font-size: 28px;
    }

    .information-section-right-div {
        margin-top: 50px;
        padding: 10px 30px 30px 30px;
    }

    .infosection-repeater-col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .infosection-repeater-col h5 {
        text-align: center;
        margin-top: 27px;
        margin-bottom: 20px;
    }

    .infosection-repeater-col p {
        text-align: center;
        max-width: 70%;
        margin: auto;
    }

    .infosection-repeater-col img {
        display: block;
        width: 70%;
        margin: auto;
        margin-top: 25px;
    }

    .col-gap {
        row-gap: 40px;
    }

    .main-display-image-parent img {
        display: block;
        width: 70%;
        margin: auto;
    }

    /* Information and Experience Section end*/

    /* Spotify Section */
    .spotify-section-right-div h5 {
        font-size: 50px;
        line-height: 50px;
        padding-top: 0;
        padding-bottom: 30px;
    }

    .spotify-section-right-div h6 {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 30px;
    }

    .spotify-section-right-div .primary-button a {
        padding: 10px 50px;
    }

    .spotify-section-left-div {
        margin-bottom: 30px;
    }

    .social-media-icons-wrapper {
        padding-top: 40px;
    }

    .social-media-icons-wrapper img {
        max-height: 28px;
    }

    /* Spotify Section end */

    /* Teddy Sports Section */
    .teddy-sports-section h4 {
        font-size: 28px;
    }

    .teddy-sports-content p {
        font-size: 22px;
    }

    /* Teddy Sports Section end */

    /* Franchises Section */
    .franchises-content h3 {
        line-height: 50px;
    }

    /* Franchises Section end */

    /* Teddy Tennis Introduction Section */
    .introduction-overlay {
        position: static;
        padding: 15px;
        width: 70%;
        margin: 15px auto 30px;
        border-radius: 38px;
        text-align: center;
    }

    .introduction-overlay p {
        font-size: 18px;
    }

    .introduction-card {
        padding-bottom: 0;
    }

    .introduction-cards-container {
        margin-left: auto;
        margin-right: auto;
    }

    .introduction-section-container h4 {
        padding: 30px;
    }

    .introduction-card-image-container img,
    .introduction-card-image-container video {
        width: 70%;
        margin: auto;
        display: block;
        height: 260px;
        object-fit: cover;
    }

    /* Teddy Tennis Introduction Section end */

    /* Country Filter Form Section */
    .country-form-text-content {
        padding-left: 15px;
    }

    .country-form-text-content h3 {
        font-size: 50px;
    }

    /* Country Filter Form Section end */

    /* -------- TERRITORY PAGE -------- */

    /* Territory Video Section */
    .territory-video-section {
        padding: 40px 0 60px;
    }

    .territory-text-container h3 {
        font-size: 52px;
        line-height: 63.4px;
        letter-spacing: -1.509px;
    }

    .territory-video {
        padding-left: 30px;
        padding-right: 30px;
    }

    /* Territory Video Section end */

    /* ---- Learn with Teddy Padel section ----*/

    /* .highlighted-points{
    flex-direction: column;
    text-align: center;
} */

    .point-heading-wrapper {
        width: auto;
        margin-left: 0;
    }

    /* ---- Learn with Teddy Padel section end ----*/

    /* Territory Banner Section */
    .territory-banner-section-content-container {
        padding-top: 30px;
    }

    .territory-banner-section-wrapper .col-sm-6 {
        padding-left: 0;
        padding-right: 0;
    }

    .territory-banner-section-age-range-container {
        flex-wrap: wrap;
        padding: 8px 0;
        max-width: 100%;
        margin: auto;
    }

    .territory-banner-section-content h6 {
        max-width: 100%;
        line-height: 28px;
        font-size: 18px;
    }

    .territory-banner-section-age-range-container .age-container {
        margin-top: 8px;
    }

    .territory-banner-categories {
        display: block;
        padding-top: 6px;
    }

    .territory-banner-categories h5 {
        margin-top: 8px;
        font-size: 24px;
        line-height: 30px;
    }

    .territory-banner-section-content {
        margin-bottom: 22px;
        padding: 26px 15px;
        max-width: 100%;
        border-radius: 0;
    }

    .territory-banner-section-content h2 {
        font-size: 42px;
        max-width: 100%;
    }

    .territory-banner-section-content p {
        width: 100%;
        line-height: 28px;
    }

    .territory-banner-section-subheading span::after {
        width: 50px;
        height: 11px;
        top: 20px;
    }

    .territory-banner-info-container h6 {
        font-size: 18px;
        text-align: left;
    }

    .tooltip-sec .lesson-info-banner img {
        width: 34px;
    }

    .age-container {
        padding: 10px;
        border-radius: 35px;
    }

    /* Territory Banner Section end */

    /* Client Feedbacks Section */
    .client-feedbacks-section {
        margin-bottom: 30px;
    }

    .client-image-overlay-text h6,
    .client-image-overlay-text p {
        font-size: 14px;
    }

    .client-image-overlay-text p {
        padding-top: 4px;
    }

    .client-images-wrapper .col-sm-4 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .client-feedback-text-content {
        padding: 50px 30px 30px;
    }

    .client-images-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }

    .client-feedback-text h3 {
        font-size: 26px;
    }

    .client-feedback-text p {
        padding-top: 4px;
        font-size: 14px;
    }

    /* Client Feedbacks Section end */

    /* Kids to Learn Section */
    .kids-to-learn-section-heading-wrapper h3 {
        text-align: center;
        font-size: 50px;
        line-height: 67.4px;
        letter-spacing: -0.271px;
    }

    .kids-to-learn-section-text-content p {
        font-size: 24px;
        line-height: 42px;
        text-align: center;
    }

    .kids-to-learn-section-heading-wrapper {
        padding: 60px 40px 30px 40px;
    }

    /* Kids to Learn Section end */

    /* -------- TERRITORY PAGE END -------- */

    /* --------- INFO PAGE --------- */

    /* Info Banner Section */
    .info-banner-section-content h4 {
        font-size: 20px;
    }

    .info-banner-section-content h2 {
        font-size: 50px;
    }

    .info-banner-section-content h2 span::after {
        width: 104px;
        height: 11px;
        top: 53px;
        left: 14px;
    }

    .info-banner-video {
        padding-left: 30px;
        padding-right: 30px;
    }

    .info-banner-section-content p {
        padding-bottom: 26px;
    }

    .info-banner-section-buttons .primary-button {
        margin-bottom: 20px;
    }

    /* Info Banner Section end */

    /* Info FAQ Section */
    .info-faq-content h3 {
        font-size: 50px;
        line-height: 55px;
    }

    .info-faq-query-points img {
        max-width: 26px;
    }

    .info-faq-query-points h3 {
        font-size: 24px;
    }

    .info-faq-right-section-wrapper {
        padding: 50px 30px 34px 30px;
    }

    .info-faq-right-section-wrapper p {
        max-width: 100%;
    }

    /* Info FAQ Section end */

    /* Info Way to Play Section */
    .ways-to-play-card {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        padding-bottom: 30px;
    }

    .info-ways-to-play-section {
        justify-content: center;
        padding-top: 32px;
    }

    .info-ways-to-play-section-container {
        padding: 0 20px 54px;
    }

    .ways-to-play-card h5 {
        padding: 2px 0 2px;
        font-size: 24px;
    }

    .ways-to-play-card h5,
    .ways-to-play-card h6 {
        max-width: 100%;
    }

    .ways-to-play-card h6 {
        font-size: 18px;
    }

    .info-way-to-play-disclaimer {
        padding-top: 0;
    }

    .info-way-to-play-disclaimer p {
        line-height: 26px;
    }

    /* Info Way to Play Section end */

    /* Info franchises Section */
    .info-franchises-section h2 {
        font-size: 54px;
        line-height: 62.4px;
        padding: 42px 30px;
    }

    .info-franchises-section-points-wrapper {
        padding: 50px 15px 50px 15px;
    }

    .info-franchises-section-buttons .primary-button a {
        font-size: 20px;
    }

    .info-franchises-section-point h3 {
        font-size: 28px;
    }

    .info-franchises-section-point p {
        font-size: 18px;
    }

    /* Info franchises Section end */

    /* --------- INFO PAGE END --------- */

    /* -------- BLOG PAGE START --------- */
    .posts-content-container {
        max-width: 75%;
    }

    .posts-content-container h3,
    .posts-content-container p {
        padding-bottom: 20px;
    }

    .posts-content-container h3 {
        font-size: 30px;
    }

    .posts-content-container p {
        font-size: 20px;
    }

    .blog-posts-section-container .row {
        align-items: center;
        padding-bottom: 60px;
    }

    .featured-image-container {
        max-width: 80%;
        height: 480px;
    }

    /* Search and Sort Filter */
    .search-sort-container-wrapper {
        width: 88%;
        margin: auto;
        padding-left: 0;
    }

    .search-container,
    .sort-container {
        padding: 4px 12px;
    }

    .search-container input,
    #post-name::placeholder,
    .sort-container label {
        font-size: 16px;
    }

    .sort-container select {
        font-size: 12px;
    }

    .search-container img {
        width: 14px;
        height: auto;
    }

    /* -------- BLOG PAGE END --------- */

    /* -------- BLOG POST PAGE START --------- */
    .post-banner-section-content h2 {
        font-size: 50px;
    }

    .post-banner-section-content h4 {
        font-size: 20px;
        padding-top: 80px;
    }

    .blog-post-image-text {
        padding: 60px 30px 0 30px;
        text-align: center;
    }

    .blog-post-description-text {
        padding: 45px;
        text-align: center;
    }

    .detail-page-slider,
    .blog-post-image {
        width: 70%;
    }

    .post-introduction-image-content-wrapper p {
        font-size: 20px;
    }

    /* -------- BLOG POST PAGE END --------- */

    /* -------- CONTACT US ---------- */
    .contact-us-container-wrapper {
        padding: 120px 15px 80px;
    }

    .contact-us-content-container h3 {
        font-size: 50px;
        line-height: normal;
    }

    .contact-us-content-container p {
        font-size: 28px;
        line-height: 40px;
        padding-top: 36px;
    }

    .contact-form-wrapper p {
        font-size: 14px;
        line-height: 22px;
    }

    .contact-form-fields p {
        padding: 10px;
    }

    .contact-form-wrapper p .submit-button {
        font-size: 20px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .contact-form-fields p span textarea {
        height: 104px;
    }

    .contact-form-fields p span input,
    .contact-form-fields p span textarea,
    .contact-form-fields p span input::placeholder,
    .contact-form-fields p span textarea::placeholder {
        font-size: 16px;
    }

    /* -------- CONTACT US END ---------- */

    /* 404 Page */
    .four-0-four-section-right-div .primary-button a {
        padding: 10px 16px;
    }

    .four-0-four-section-left-div,
    .four-0-four-section-right-div {
        padding: 15px;
    }

    .four-0-four-section-right-div h5 {
        font-size: 80px;
        padding-top: 0;
        line-height: 74px;
        padding-bottom: 8px;
    }

    .four-0-four-section-right-div h6 {
        font-size: 20px;
    }

    /* 404 Page END */

    .info-icon-container-wrapper h6 {
        padding-bottom: 0;
    }

    .info-icon-container-wrapper img {
        width: 20px;
    }

    .profile-img img {
        width: 120px;
    }

    .book-class-section h4 {
        padding: 4px 30px 30px 30px;
        text-align: center;
    }

    /* Two Col Spherical Image And Content Section starts here */
    .two-col-spherical-image-and-content-text-wrapper h4 {
        font-size: 34px;
        line-height: normal;
    }

    .two-col-spherical-image-and-content-text-wrapper p {
        font-size: 20px;
        line-height: normal;
    }

    .two-col-spherical-image-and-content-text-wrapper.info-franchises-section-points-wrapper {
        padding: 0 0 30px;
    }

    .two-col-spherical-image-and-content-text-wrapper h3 {
        font-size: 52px;
        line-height: normal;
    }

    /* Two Col Spherical Image And Content Section ends here */

    /* Two col content and image Birthday Section starts here*/
    .birthday-section-wrapper .col-sm-5 {
        width: 50%;
    }

    .two-col-image-wrapper {
        padding: 0;
    }

    .two-col-content-wrapper h3 {
        font-size: 36px;
        line-height: 45px;
        padding-bottom: 26px;
    }

    .two-col-content-wrapper p {
        font-size: 18px;
        line-height: 32px;
    }

    .two-col-content-wrapper {
        text-align: left;
    }

    /* Two col content and image Birthday Section ends here */

    /* Classes and age guide section starts here */
    .classes-and-age-guide-section h2 {
        font-size: 52px;
        line-height: 56px;
    }

    /* Classes and age guide section ends here */

    /* Images Gallery Section */

    .image-gallery-section {
        padding: 60px 10px 10px;
    }

    .grid-container {
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: 170px;
        grid-gap: 10px;
    }

    .image-gallery-section h3 {
        line-height: 55px;
        font-size: 52px;
    }

    /* End Images Gallery Section */

    /* Location Section */

    .location-section {
        padding: 30px 15px;
    }

    .location-section h3 {
        padding-bottom: 15px;
        font-size: 52px;
    }

    /* End Location Section */

    .pop-up-content-container h5 {
        font-size: 24px;
    }

    .close-tooltip,
    .close-tooltip-info-banner {
        right: 17px;
        top: 0;
    }

}

@media screen and (max-width: 767px) {
    .tooltip {
        overflow-x: scroll;
        height: 100%;
        width: 100%;
        padding: 60px 0;
    }

    .tooltip-content-col h3 {
        font-size: 24px;
        line-height: 33px;
        align-items: flex-start;
    }

    .tooltip-content-col h3 img {
        width: 20px;
        position: relative;
        top: 7px;
    }

    .tooltip-container {
        padding: 37px 15px 20px;
    }

    .close-tooltip {
        font-size: 24px;
    }

    .tooltip p,
    .tooltip li,
    .tooltip a {
        font-size: 18px;
    }


    .profile-img {
        width: 100%;
        max-width: 160px;
        margin: auto;
    }

    .profile-img img {
        width: 100%;
        max-width: 82px;
    }

    .profile-img h4 {
        padding: 0;
    }

    .profile-content {
        width: 100%;
    }

    .tooltip .profile {
        flex-wrap: wrap;
        margin: 30px 0 0;
    }

    .profile-img img {
        width: 80px;
        height: 80px;
    }

    .primary-button.book-now a {
        font-size: 18px;
    }

    .close-tooltip,
    .close-tooltip-info-banner {
        top: 6px;
    }

    /* Pop Up */

    .home-pop-up-container,
    .site-pop-up-container {
        padding: 45px 28px;
    }

    .pop-up-content-container h5 {
        padding: 22px 0 22px;
    }

    .pop-up-content-container .primary-button a {
        width: 216px;
    }

    .home-pop-up-container,
    .site-pop-up-container {
        text-align: center;
    }

    .pop-up-content-container .primary-button {
        justify-content: center;
    }

    .pop-up-content-container .popup-social-icons,
    .site-pop-up-buttons {
        justify-content: center;
    }

    .site-pop-up-content-container h4 p{
        font-size: 34px;
    }

    .pop-up-video {
        width: 100%;
    }
    /* End Pop Up */

    .tooltip-container {
        max-height: 78%;
    }
}

@media screen and (max-width: 525px) {

    .privacy-policy-container a::before {
        display: none;
    }

    .privacy-policy-container {
        gap: 0;
        flex-direction: column;
    }

    .copyright-container h3 {
        padding-top: 20px;
    }

    .footer-section-container {
        padding: 30px 30px 15px 30px;
    }

    .footer-logo-wrapper img {
        max-width: 130px;
    }

    .banner-section-buttons {
        flex-direction: column;
        column-gap: 0;
    }

    .country-filter-form-subheading {
        padding: 25px 0;
    }

    .territory-text-container h3 {
        font-size: 40px;
    }

    .territory-text {
        padding-left: 27px;
        padding-right: 27px;
    }

    .client-image-overlay-text h6,
    .client-image-overlay-text p {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -0.359px;
    }

    .search-sort-container-wrapper {
        flex-direction: column;
        row-gap: 8px;
        align-items: center;
    }

    .search-container,
    .sort-container {
        justify-content: space-between;
        max-width: 80%;
        width: 100%;
    }

    .tooltip-heading-content {
        width: 50%;
    }

    .featured-image-container {
        height: 320px;
    }

    /* 12 December 2024 */
    /* Classes and age guide section */
    .classes-and-age-guide-card.col-sm-3 {
        width: 70%;
        padding-bottom: 50px;
    }

    /* Ends here */

    /* Two col content and image Birthday Section starts here*/
    .birthday-section-wrapper .col-sm-5 {
        width: 80%;
    }

    /* Ends here */

    .grid-container {
        grid-auto-rows: 128px;
    }

    .contact-us-content-container {
        padding-top: unset;
    }

    /* Pop Up */

    .pop-up-content-container h4 {
        font-size: 30px;
    }

    .pop-up-content-container h5 {
        font-size: 20px;
    }

    .popup-social-icons a img {
        max-height: 36px;
    }

    .site-pop-up-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .site-pop-up-buttons .primary-button a{
        width: 100%;
    }

    .tooltip p,
    .tooltip li,
    .tooltip a {
        font-size: 16px;
    }

    /* End Pop Up */

    /* Contact Us Page */

    .contact-form-fields p {
        width: 100%;
    }

    .contact-form-fields {
        row-gap: 14px;
    }

    .contact-link a {
        font-size: 16px;
    }

    .contact-form-wrapper p span.wpcf7-form-control-wrap span.wpcf7-list-item{
        display: block;
    }

    /* End Contact Us Page */

     /* Fixing Certified Coaches Page */
    .coach.col-sm-4{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    /* End Certified Coached Page */
}