.container {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 5.56vw;
	width: 100%;
}

@media (min-width:1900px) {
	.section {
	    padding: 5.94vw 0;
	}
}
@media (max-width:1699px) {
	.home-banner-section {
	    height: 48.33vw;
	}
}

@media (max-width:1439px) {
	.container {
	    padding: 0 3.56vw;
	}
	.home-banner-section {
	    height: 52.33vw;
	}
	.sports-club-info-card {
	    left: -3.56vw;
	}
	.sports-club-item:nth-child(even) .sports-club-info-card {
	    right: -3.56vw;
	}
	.purpose-heading.heading {
	    left: 0;
	}
	.footer-holder {
	    padding: 0;
	}
}

@media (max-width:1279px) {}

@media (max-width:1199px) {
	.mission-section {
	    background-attachment: initial;
	}
	.makebooking-wrapper {
	    border: 1px rgba(0, 0, 0, 0.32) solid;
	}
	.game-next-level-accordion-content-card ul li {
	    padding-left: 22px;
	}
	.g-calendar {
	    padding: 20px;
	    margin-top: 50px;
	}
}

@media (max-width:1023px) {
	.header {
	    padding: 14px 0;
	}
	.container {
	    padding: 0 20px;
	}
	.main-nav {
	    width: auto;
	}
	.logo-animate-icon + img {
	    width: 60px;
	    margin-left: 0;
		left: 0;
	    top: 0;
	}
	.logo {
	    min-height: inherit;
	    bottom: 0;
	    width: 150px;
	}
	.logo-animate-icon {
	    width: 86px;
	    top: 0;
	    left: 0;
	}
	.main-nav .menu-bar {
		display: block;
	}

	/************ // MOBILE MENU CSS START // ***********************/
	.menu-bar {
		width: 38px;
		height: 30px;
		position: absolute;
		margin: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		display: block;
		right: 20px;
		top: 33px;
		z-index: 1111;
	}
	.menu-bar span {
		display: block;
		position: absolute;
		height: 4px;
		width: 50%;
		background: #73113a;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
		background: #ff0000;
	}
	.menu-bar span:nth-child(even) {
		left: 50%;
		border-radius: 0 9px 9px 0;
		background: #ff0000;
	}
	.menu-bar span:nth-child(odd) {
		left: 0px;
		border-radius: 9px 0 0 9px;
	}
	.menu-bar span:nth-child(1),
	.menu-bar span:nth-child(2) {
		top: 0px;
	}
	.menu-bar span:nth-child(3),
	.menu-bar span:nth-child(4) {
		top: 10px;
	}
	.menu-bar span:nth-child(5),
	.menu-bar span:nth-child(6) {
		top: 21px;
	}
	.menu-bar span:nth-child(3) {
		width: 40%;
		left: 4px;
	}
	.menu-bar span:nth-child(5) {
		width: 29%;
		left: 9px;
	}
	.mobile-menu .menu-bar span:nth-child(1),
	.mobile-menu .menu-bar span:nth-child(6) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		background: #000;
	}
	.mobile-menu .menu-bar span:nth-child(2),
	.mobile-menu .menu-bar span:nth-child(5) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		background: #000;
	}
	.mobile-menu .menu-bar span:nth-child(1) {
		left: 5px;
		top: 7px;
	}
	.mobile-menu .menu-bar span:nth-child(2) {
		left: calc(50% - 5px);
		top: 7px;
	}
	.mobile-menu .menu-bar span:nth-child(3) {
		left: -50%;
		opacity: 0;
	}
	.mobile-menu .menu-bar span:nth-child(4) {
		left: 100%;
		opacity: 0;
	}
	.mobile-menu .menu-bar span:nth-child(5) {
		left: 5px;
	}
	.mobile-menu .menu-bar span:nth-child(6) {
		left: calc(50% - 5px);
	}
	.mobile-menu .menu-bar span:nth-child(6),
	.mobile-menu .menu-bar span:nth-child(5) {
		top: 16px;
		width: 50%;
	}
	.mobile-menu .menu-bar {
		background: none;
		position: fixed;
	}
	.navigation {
		background: #fff;
		position: fixed;
		top: 0;
		padding-top: 0px;
		right: -150%;
		width: 100%;
		height: 100%;
		z-index: 99;
		transition: .7s;
		-webkit-transition: .7s;
		-moz-transition: .7s;
		overflow-y: auto;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 92px;
		margin: 0;
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
	}
	body.mobile-menu .navigation {
		display: block;
		right: 0;
	}
	.nav-manu {
		flex-wrap: wrap;
	}
	.navigation ul {
		display: block;
		width: 100%;
	}
	.navigation ul li {
		margin-right: 0;
		padding: 0;
		margin: 0;
		position: relative;
	}
	.navigation ul>li::before {
		display: none;
	}
	.navigation .menu-item-has-children>a::before {
		display: none;
	}
	.menu-item-has-children::after {
		content: "\f107";
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 48px;
		transition: 0.4s;
		font-family: FontAwesome;
		color: #fff;
		padding: 0;
		z-index: 111;
		text-align: center;
		font-size: 16px;
		font-weight: 700;
		display: flex !important;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		opacity: 1;
	}
	.navigation ul li.menu-item-has-children {
		padding-right: 0;
	}
	.navigation ul li.current-menu-item>a {
	    color: #fff;
	    background: #000000;
	}
	.navigation ul>li>a {
	    display: block;
	    border-top: 1px #6a6a6a solid;
	    padding: 20px 20px;
	    font-weight: 600;
	    color: #000;
	    font-size: 18px;
	}
	.navigation .moblelogo {
	    display: block;
	    background: #ffffff;
	    padding: 10px 15px;
	}
	.menu-item-has-children::before {
		display: none;
	}
	.navigation .moblelogo img {
		max-width: 200px;
	}
	.navigation ul>li>a::after {
		display: none;
	}
	.nav-manu ul li:last-child {
	    margin-right: 0;
	}
	.nav-manu ul li a:hover {
	    background: #000;
	    color: #fff;
	}
	.navigation ul li ul.sub-menu {
		display: none;
		opacity: 1;
		visibility: visible;
		transform: scale(1);
	}
	.navigation ul li ul.sub-menu.in {
		position: static;
		max-width: 100%;
		top: 0;
		left: 0;
		padding: 0;
		display: block;
		opacity: 1;
		visibility: visible;
		box-shadow: none;
	}
	.navigation ul li ul.sub-menu li {
		width: 100% !important;
		padding: 0;
		border-bottom: none;
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
		border-radius: 0;
		margin: 0;
		box-shadow: none;
	}
	.navigation ul li ul.sub-menu li:hover {
		background-color: inherit;
	}
	.navigation ul li ul.sub-menu li.current-menu-item {
		background-color: inherit;
	}
	.navigation ul li ul.sub-menu li.current-menu-item a {
		color: #01a4ec;
	}
	.navigation ul li ul.sub-menu li a {
		padding: 14px 15px 14px 30px;
		font-weight: 500;
		transform: skewX(0deg);
		-webkit-transform: skewX(0deg);
		-ms-transform: skewX(0deg);
	}
	.navigation ul li ul.sub-menu li a:hover {
		color: #fff;
	}
	.navigation ul li ul.sub-menu ul.sub-menu {
		width: 100%;
		padding: 0;
	}
	.navigation ul li ul.sub-menu ul.sub-menu li a {
		padding-left: 40px;
	}
	nav.mobile-scroll {
		display: block;
		width: 100%;
	}
	/************ // MOBILE MENU CSS END // ***********************/

	.head-btn {
	    justify-content: flex-start;
	    gap: 10px;
	    bottom: 0;
	    width: 100%;
	    padding: 15px 20px;
	    border-top: 1px #000 solid;
	}
	.head-btn .btn {
	    min-height: 44px;
	}
	.btn {
	    column-gap: 10px;
	    min-width: 150px;
	    padding: 10px 20px;
	    border-radius: 5px;
	    font-size: 15px;
	    min-height: 44px;
	}
	.home-banner-section {
	    height: 450px;
	}
	.banner-content h1 {
	    margin: 0 0 10px;
		font-size: 70px;
		line-height: 70px;
	}
	.banner-content p {
	    font-size: 16px;
	    line-height: 24px;
	    padding: 0;
	    margin-bottom: 15px;
	}
	.section {
	    padding: 50px 0;
	}
	.sports-club-heading h2 {
	    font-size: 30px;
	    line-height: normal;
	    margin-bottom: 15px;
	}
	p {
	    font-size: 16px;
	    line-height: 24px;
	    margin-bottom: 15px;
	}
	.sports-club-heading {
	    margin-bottom: 37px;
	}
	.sports-club-heading p {
	    max-width: 520px;
	    margin: 0 auto;
	}
	.sports-club-item {
	    width: calc(50% - 10px);
	}
	.sports-club-info-card {
	    left: -20px;
	    top: 35px;
	    padding: 10px;
	}
	.sports-club-info-card h5 {
	    font-size: 16px;
	    line-height: normal;
	}
	.sports-club-info-card h3 {
	    font-size: 30px;
	    line-height: 30px;
	    padding-left: 15px;
	}
	.sports-club-item:nth-child(even) .sports-club-info-card {
	    right: -20px;
	}
	.sports-club-section::before, .sports-club-section::after {
	    right: 0;
	    width: 50%;
	    height: 50%;
	}
	.sports-club-section::before {
	    top: 0;
	}
	.sports-club-section::after {
	    bottom: 0;
	}
	.mission-section {
	    padding: 50px 0;
		height: auto;
	}
	.mission-wrap {
	    max-width: 100%;
	}
	.mission-wrap h2 {
	    font-weight: 800;
	    font-size: 50px;
	    line-height: 60px;
	    color: #FFFFFF;
	    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	    margin-bottom: 15px;
	}
	.mission-btn {
	    margin-top: 20px;
	}
	.mission-btn .btn {
	    min-width: 150px;
	}
	.community-section {
	    margin-top: 0;
	    clip-path: none;
	}
	.community-item {
	    margin-bottom: 50px;
	}
	.community-left-col {
	    width: 35%;
	}
	.community-right-col {
	    width: 60%;
	}
	.heading h2 {
	    font-weight: 700;
	    font-size: 40px;
	    line-height: 45px;
	    color: #FFFFFF;
	}
	h1, h2, h3, h4, h5, h6 {
	    margin: 0 0 15px;
	}
	.community-btn {
	    padding-top: 10px;
	}
	.community-info-card {
	    padding: 14px;
	    width: calc(100% - 140px);
	}
	.community-img-card {
	    width: 140px;
	}
	.community-img-card::before {
	    right: -7px;
	    bottom: -17px;
	    width: 2px;
	    height: 90px;
	}
	.community-info-card h3 {
	    font-size: 25px;
	    line-height: 28px;
	    max-width: 100%;
	}
	.ul-list ul li {
	    font-size: 15px;
	    line-height: 24px;
	    margin-bottom: 5px;
	    padding-left: 24px;
	}
	.facilities-section {
	    margin-top: -50px;
	}
	.facilities-left-holder .heading h2 {
	    margin-bottom: 15px;
	}
	.facilities-left-holder.ul-list ul {
	    width: 100%;
	}
	.facilities-left-col {
	    width: 32%;
	}
	.facilities-right-col {
	    width: 60%;
	}
	.facilities-left-holder .community-btn {
	    padding-top: 14px;
	}
	.facilities-right-holder p {
	    margin-bottom: 20px;
	    width: 100%;
	}
	.video-part {
	    border: 1px solid #FFFFFF;
	}
	.video-part iframe, .video-part video {
	    height: 100%;
	    width: 100%;
	}
	.playicon img {
	    width: 50px !important;
	}
	.coming-up-section {
	    height: 430px;
	    padding: 50px 0 0;
	}
	.coming-up-heading.heading h2 {
	    margin-bottom: 20px;
	}
	.coming-up-heading.heading p {
	    max-width: 100%;
	    margin: 0 auto 20px;
	    line-height: 24px;
	    font-size: 16px;
	}
	.purpose-heading.heading {
	    width: 100%;
	}
	.purpose-heading.heading h2 {
	    margin-bottom: 18px;
	    padding-right: 0;
	}
	.purpose-heading.heading p {
	    margin-bottom: 15px;
	    padding-right: 370px;
	}
	.purpose-heading.heading h3 {
	    margin-bottom: 20px;
	    font-size: 20px;
	    line-height: 30px;
	    max-width: 250px;
	}
	.purpose-heading.heading ul {
	    margin-bottom: 20px;
	    padding: 0 0 0 20px;
	}
	.purpose-heading.heading ul li {
	    font-size: 16px;
	    line-height: 24px;
	}
	.purpose-btn-wrap {
	    column-gap: 10px;
	}
	.footer {
	    padding: 40px 0 30px;
	}
	.footer-col-1 {
	    width: 100%;
	    margin-right: auto;
	    margin-bottom: 30px;
	}
	.newsletter-heading {
	    margin: 0 0 15px;
	    padding-right: 0;
	}
	.newsletter-heading h5 {
	    margin: 0 0 10px;
	    font-size: 25px;
	    line-height: normal;
	}
	.newsletter-heading p {
	    font-size: 15px;
	    line-height: 24px;
	}
	.newsform-ftr {
	    margin: 0 0 20px;
	}
	.newsform-ftr .medium {
	    height: 45px;
	    padding: 10px 15px;
	    border-radius: 5px;
	    font-size: 15px;
	    line-height: normal;
	}
	.joinform-submit {
	    width: 120px;
	}
	.joinform-input {
	    width: calc(100% - 120px);
	    padding-right: 10px;
	}
	.joinform-submit .btn {
	    width: 100%;
	    min-height: 45px;
	    font-family: "Inter", sans-serif;
	    font-weight: 600;
	    padding: 0;
	    min-width: 100%;
	    font-size: 15px;
	    line-height: normal;
	}
	.footer-samll-text p {
	    font-size: 15px;
	    line-height: 24px;
	}
	.footer-col-2 {
	    width: 50%;
	    margin-left: 0;
	}
	.footer-menu h6 {
	    font-size: 20px;
	    margin: 0 0 15px;
		line-height: normal;
	}
	.footer-menu ul li {
	    margin: 0 0 10px;
	    font-size: 15px;
	    line-height: normal;
	}
	.footer-menu ul li a i {
	    width: 25px;
	}
	.footer-copright {
	    border-top: 1px solid #fff;
	    padding-top: 20px;
	    margin-top: 20px;
	}
	.footer-copright p {
	    font-size: 14px;
	}
	.footer-copright figure {
	    width: 110px;
	}

	.inner-banner .banner-content h6 {
		font-size: 16px;
		line-height: 1.2;
		margin-bottom: 15px;
	}
	.inner-banner .banner-content h1 {
		letter-spacing: 0;
		font-size: 38px;
		line-height: 41px;
	}
	.reserve-banner .banner-content h1 {
		padding: 0;
	}
	.reserve-banner .banner-content p {
		padding: 0;
	}

	.inner-banner .banner-content {
		max-width: 450px;
	}

	.banner-btn a {
		min-height: 50px;
	}

	.reserve-info-section .container {
		padding: 0 30px;
	}
	.reserve-heading h2 {
		font-size: 32px;
		letter-spacing: 0;
		line-height: 120%;
		margin-bottom: 20px;
	}
	.reserve-info_left h4 {
		font-size: 20px;
		letter-spacing: 0;
		line-height: 142%;
		margin-bottom: 20px;
	}
	.reserve-info_left p {
		font-size: 16px;
		letter-spacing: 0;
		line-height: 29px;
		font-weight: 400;
		padding-right: 0;
	}
	.reserve-info_right {
		max-width: 43%;
		width: 43%;
	}
	.reserve-info_left {
		max-width: 53%;
		width: 53%;
	}
	.reserve-feature-card_inner h5 {
		font-size: 16px;
		line-height: 120%;
	}
	.reserve-feature-card_inner .icon {
		min-width: 28px;
		flex-shrink: 0;
		max-width: 28px;
	}
	.reserve-feature-card_inner {
		gap: 15px;
		padding: 15px;
		min-height: 68px;
	}
	.makebooking-wrapper {
		margin-top: 50px;
	}
	.servies-colum-tt-text-info h3 {
		font-size: 30px;
		line-height: 110%;
		margin: 0 0 20px;
	}
	.servies-colum-tt-text-info p {
		font-size: 16px;
		line-height: 150%;
	}
	.servies-colum-tt-text-info {
		padding: 0 30px;
	}
	.servies-colum-tt-row {
		margin-bottom: 50px;
	}
	.servies-colum-tt-text-info h5 {
		font-size: 18px;
	}
	.servies-colum-tt-text-info h5:not(:first-child) {
		margin-top: 10px;
	}
	.servies-colum-tt-text-info li {
		font-size: 16px;
	}
	.servies-colum-tt-text-info ul {
		padding-left: 22px;
	}
	.reserve-info-section {
		padding: 50px 0;
	}
	.membership-info-section .container {
		padding: 0 30px;
	}
	.membership-info-wrapper {
		flex-wrap: wrap;
		gap: 30px;
	}
	.membership-info_left {
		width: 35%;
	}
	.membership-info_right {
		width: 60%;
	}
	p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 15px;
	}
	.membership-info-list .reserve-feature-card {
		width: 100%;
	}
	.faq-accordion-heading h3 {
		font-size: 18px;
		line-height: 25px;
	}
	.faq-accordion-head .accordion-collapse-icon::before {
		width: 8px;
		height: 8px;
		bottom: 4px;
		left: 0;
	}
	.faq-accordion-head .accordion-collapse-icon {
		width: 25px;
		height: 25px;
	}
	.faq-accordion-list {
		padding: 15px 0;
	}
	.faq-accordion-collapse-inner h4 {
		font-size: 18px;
		line-height: 110%;
		margin: 0 0 15px;
	}
	.faq-accordion-collapse-inner.membership-info-inner p {
		font-size: 16px;
		line-height: 150%;
		margin: 0 0 15px;
	}
	.faq-accordion-collapse-inner.membership-info-inner {
		max-width: 100%;
	}
	.membership-info-table h5 {
	    font-size: 18px;
	    margin: 0 0 15px;
	    line-height: normal;
	}
	.faq-accordion-collapse-content {
		margin-top: 15px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.pricing-table th, .pricing-table td {
		padding: 10px;
		font-size: 14px;
	}
	.pricing-table tbody td:nth-child(1) {
		font-size: 14px;
	}
	.pricing-table .price {
		padding: 5px 14px;
		border-radius: 45px;
		min-width: 60px;
		min-height: 32px;
	}
	.membership-info-table:not(:first-child) {
		margin-top: 40px;
	}
	.membership-info-section {
		padding: 50px 0;
	}
	.become-member-section {
		padding: 50px 0;
	}
	.become-member-section .container {
		padding: 0 30px;
	}
	.become-member-wrapper .heading h2 {
		font-size: 28px;
		margin: 0 0 30px;
	}
	.inner-banner.membership-banner .banner-content {
		padding: 0;
	}

	.inner-banner .banner-content h6 {
	    font-size: 14px;
	    margin-bottom: 10px;
	}
	.inner-banner .banner-content h1 {
	    letter-spacing: -1px;
	    font-size: 40px;
	    line-height: 45px;
	}
	.banner-btn {
	    gap: 10px;
	}
	.inner-banner .banner-content {
	    max-width: 577px;
	}
	.squash-courts-heading {
	    margin-bottom: 30px;
	}
	.squash-courts-heading h2 {
	    margin-bottom: 15px;
	    font-size: 30px;
		line-height: normal;
	}
	.squash-courts-heading p {
	    font-size: 16px;
	    line-height: 24px;
	}
	.squash-courts-left-col, .squash-courts-right-col {
	    width: 25%;
	}
	.squash-courts-mid-col {
	    width: 45%;
	}
	.squash-courts-features-item {
	    box-shadow: rgba(149, 157, 165, 0.2) 0 4px 6px;
	    padding: 10px 20px;
	    margin-bottom: 10px;
	}
	.features-no {
	    width: 20px;
	}
	.features-content {
	    width: calc(100% - 20px);
	    padding-left: 10px;
	}
	.features-no h5 {
	    font-size: 32px;
	}
	.features-no h5 .fa-check {
	    font-size: 22px;
	}
	.features-content h4 {
	    font-size: 14px;
	    line-height: normal;
	}
	.squash-courts-img-holder img {
	    clip-path: polygon(0 0, 100% 0, 100% 92%, 92% 100%, 0 100%, 0% 50%);
	}
	.access-sports-left-col {
	    width: 43%;
	}
	.access-sports-right-col {
	    width: 46%;
	}
	.access-sports-img-holder::before {
	    border: 1px solid #EC262C;
	    width: 80%;
	    height: 80%;
	}
	.access-sports-img-item:nth-child(1) {
	    width: 75%;
	    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 5px 5px rgba(0, 0, 0, 0.04);
	}
	.access-sports-img-item:nth-child(2) {
	    width: 57%;
	    margin-top: -100px;
	    z-index: 1;
	}
	.access-ball {
	    top: 0;
	    left: 30px;
	}
	.access-sports-info-holder h3 {
	    font-size: 26px;
	    line-height: normal;
	    margin-bottom: 15px;
	}
	li {
	    font-size: 16px;
		line-height: 24px;
	}
	.lets-contact-section {
	    padding: 60px 0;
	}
	.get-contact-info p {
	    font-size: 16px;
	    line-height: 24px;
	}
	.get-contact-info {
	    padding: 0;
	}
	.lets-contact-wrap.mission-wrap {
	    max-width: 550px;
	}
	.heading-sm h2 {
	    font-size: 30px;
	    margin-bottom: 15px;
		line-height: normal;
	}
	.heading-sm p {
	    font-size: 16px;
	    line-height: 24px;
	}
	.memberships-game-section .heading-sm p {
	    max-width: 500px;
	}
	.container-sm {
	    max-width: 100%;
	    padding: 0 20px;
	}
	.memberships-game-card {
	    width: calc(50% - 10px);
	}
	.memberships-game-card-holder {
	    padding: 20px;
	}
	.memberships-card-heading {
	    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	    padding-bottom: 15px;
	    margin-bottom: 15px;
	}
	.memberships-card-heading h3 {
	    font-size: 25px;
	    line-height: normal;
	    width: calc(100% - 50px);
	}
	.memberships-card-heading img {
	    right: -20px;
	    top: -10px;
	    width: 80px;
	}
	.memberships-card-content.ul-list ul li {
	    font-size: 16px;
		line-height: normal;
	    margin-bottom: 10px;
	}
	.memberships-card-content.ul-list ul li::before {
	    top: 3px;
	}
	.memberships-card-btn {
	    margin-top: 25px;
	}
	.memberships-card-btn .btn {
	    min-width: 150px;
	}
	.memberships-game-contact-card {
	    margin-top: 40px;
	}
	.memberships-game-btn {
	    margin-bottom: 15px;
	}
	.memberships-game-contact-card p {
	    max-width: 430px;
	}
	.game-next-level-section .heading-sm p {
	    max-width: 500px;
	}
	.view-events-btn {
	    margin-top: 20px;
	}
	.accordion-head-card {
	    padding: 20px;
	}
	.accordion-heading h6 {
	    font-size: 14px;
	    letter-spacing: 0.28px;
	    padding-left: 15px;
	    margin-bottom: 8px;
		line-height: normal;
	}
	.accordion-heading h6::before {
	    width: 5px;
	    height: 5px;
	    top: 5px;
	}
	.accordion-heading h3 {
	    font-size: 25px;
	    line-height: normal;
	    letter-spacing: 0.28px;
	}
	.accordion-collapse-icon {
	    width: 24px;
	    height: 24px;
	}
	.accordion-heading {
	    width: calc(100% - 24px);
	    padding-right: 15px;
	}
	.accordion-collapse-content {
	    padding: 10px 20px 20px;
	}
	.game-next-level-accordion-img-card {
	    width: 190px;
	}
	.game-next-level-accordion-content-card {
	    width: calc(100% - 190px);
	    padding-left: 20px;
	}
	.game-next-level-accordion-content-card h4 {
	    font-size: 25px;
	    line-height: normal;
	    letter-spacing: 0.5px;
	    margin-bottom: 10px;
	}
	.game-next-level-accordion-content-card p {
	    font-size: 16px;
	    line-height: 24px;
	    margin-bottom: 10px;
	    column-gap: 10px;
	}
	.game-next-level-accordion-content-card p img {
	    width: 24px;
	}
	.game-next-level-accordion-content-card ul {
	    gap: 5px 10px;
	}
	.game-next-level-accordion-content-card ul li {
	    font-size: 16px;
	    line-height: 24px;
	}
	.game-next-level-accordion-content-card p + h4 {
	    margin-top: 15px;
	}
	.faq-left-col {
	    width: 40%;
	}
	.faq-right-col {
	    width: 58%;
	}
	.faq-accordion {
	    border-top: 1px solid #000000;
	}
	.faq-accordion-head {
	    padding-right: 0;
	}
	.faq-accordion-collapse-inner p {
	    font-size: 16px;
	    line-height: 24px;
	}
	.faq-accordion-heading {
	    width: calc(100% - 25px);
	    padding-right: 10px;
	}
	.club-black-bg-marquee-section {
	    padding: 15px 0;
	}
	.video-section {
	    height: auto;
	}
	.pickleball-memberships .memberships-card-heading img {
	    width: 90px;
		top: 0;
	}
	.heading-sm {
	    margin-bottom: 40px;
	}
	.accordion-collapse-list {
	    margin-bottom: 10px;
	}
	.accordion-collapse-icon::before {
	    bottom: 4px;
	    right: 0;
	    left: 0;
	    width: 8px;
	    height: 8px;
	    border-right: 1px #ffffff solid;
	    border-bottom: 1px #ffffff solid;
	}
	.mission-wrap h4 {
	    margin: 15px 25px;
	    font-size: 21px;
	}
	.lets-contact-btn {
	    margin: 20px 0;
	}
	.jump-game-play-section .heading-sm {
	    padding: 0;
	}
	.schedule-compressed-pickleball {
	    margin: 0 0 30px;
	    border: 1px rgba(0,0,0,0.15) solid;
	    border-radius: 5px;
	}
	h6 {
	    font-size: 20px;
	}
	.memberships-game-col-left p {
	    font-size: 14px;
	}
	.memberships-game-col-left {
	    width: calc(100% - 231px);
	}
	.jump-game-card-row .memberships-game-btn {
	    width: 231px;
	}
	.memberships-game-section.pk-ball-page-play-section .heading-sm p {
	    max-width: 100%;
	}

	.pickleball-tournament-section {
		padding: 60px 0 70px;
	}

	.pickleball-tournament-series {
		padding: 30px 30px 40px;
	}
	.pickleball-tournament-wrap {
		flex-direction: row;
		gap: 20px;
		margin-top: 40px;
	}
	.pickleball-tournament-left {
		width: 200px;
	}
	.pickleball-tournament-right {
		width: calc(100% - 220px);
		padding-left: 20px;
	}
	.pickleball-tournament-right-info h4 {
		font-size: 18px;
		line-height: 24px;
	}
	.pickleball-tournament-right-info ul li p,
	.pickleball-tournament-right-info ul li p a {
		font-size: 16px;
		line-height: 24px;
	}
	.pickleball-tournament-right-info ul li img {
		width: 20px;
		height: 20px;
		margin-right: 12px;
	}
	.pickleball-tournament-title h3 {
		font-size: 26px;
		line-height: 32px;
	}
	.pickleball-tournament-title h6 {
		font-size: 14px;
		padding-left: 18px;
		margin-bottom: 10px;
	}
	.pickleball-tournament-title h6::after {
		width: 10px;
		height: 10px;
	}

	.add-date a {
		font-size: 28px;
		line-height: 36px;
		justify-content: flex-end;
	}

	.monthly-clinics-calendar-section .heading-sm {
		width: 100%;
		margin-bottom: 30px;
	}
	.monthly-clinics-calendar-section .heading-sm h2 {
		line-height: 38px;
	}
	.monthly-clinics-wrapper {
		margin: 0 -10px;
		row-gap: 30px;
	}
	.monthly-clinics-col {
		width: 50%;
	}
	.monthly-clinics-item {
		padding: 0 10px;
	}
	.monthly-clinics-info {
		margin-top: 24px;
		height: auto;
	}
	.circle-check {
		width: 24px;
		margin-top: 4px;
	}
	.monthly-clinics-inner-info {
		padding-left: 14px;
		width: calc(100% - 24px);
	}
	.monthly-clinics-inner-info h4 {
		font-size: 18px;
		line-height: 26px;
	}
	.monthly-clinics-inner-info p {
		font-size: 16px;
		line-height: 22px;
		padding-right: 0;
	}

	.monthly-calendar-picture {
		margin-top: 60px;
		padding: 30px;
	}
	.register-wrapper {
	   flex-direction: row;
	}

	.register-col-left {
	   width: 50%;
	}

	.register-col-right {
	   width: 50%;
	   padding: 40px 30px 40px 40px;
	}

	.register-wrapper::after {
	    width: 92%;
	}

	.register-col-right-info h4 {
	   font-size: 24px;
	   line-height: 30px;
	   margin-bottom: 20px;
	}

	.register-book-left {
	   width: 40px;
	}

	.register-book-left span {
	   font-size: 42px;
	   line-height: 44px;
	   padding-right: 15px;
	}
	.register-book-right {
	   width: calc(100% - 40px);
	}
	.register-book-right h5 {
	   font-size: 18px;
	   line-height: 28px;
	}
	.register-book-right p {
	   font-size: 16px;
	   line-height: 26px;
	}
	.court-game-picture {
	   margin-top: -40px;
	}
	.register-col-right-info {
	   padding-left: 0;
	   padding-right: 0;
	}
	.gallery-item-row {
	    margin: 0 -10px;
	    row-gap: 20px;
	}
	.gallery-item {
	    padding: 0 10px;
	}
	.show-more-gallery {
	    margin-top: 30px;
	}
	.slick-prev, .slick-next {
	    width: 38px;
	    height: 38px;
		background-size: 15px !important;
	}
	.contact-heading h4 {
	    font-size: 30px;
	    margin: 0 0 10px;
	}
	.contact-section-left p {
	    font-size: 16px;
		line-height: 24px;
	    margin-bottom: 15px;
	}
	.contact-section-left ul {
	    border-left: 1px solid #EC262C;
	}
	ul {
	    padding: 0 0 15px 15px;
	}
	.contact-section-left ul li {
	    font-size: 16px;
	    margin-bottom: 10px;
	    line-height: normal;
	}
	.form-group label {
	    font-size: 15px;
	    margin: 0 0 5px;
	}
	.contact-section-left ul li i {
	    width: 20px;
	    margin-right: 5px;
	}
	.form-group .medium {
	    border-radius: 5px;
	    height: 40px;
	    width: 100%;
	    padding: 10px;
	    font-size: 14px;
	    line-height: normal;
	}
	.form-warp-row {
	    margin: 0 -5px;
	    row-gap: 17px;
	}
	.form-group {
	    padding: 0 5px;
	}
	.form-group textarea.medium {
	    height: 150px;
	}

	.form-group.checkbox label {
	    padding-left: 25px;
	}
	.form-group.checkbox input:checked + .wpcf7-list-item-label:after {
	    top: 7px;
	    left: 7px;
	    width: 5px;
	    height: 10px;
	    border-width: 0 1px 1px 0;
	}
	.form-group.checkbox label .wpcf7-list-item-label:before {
	    border: 1px solid #000;
	    padding: 8px;
	    margin-right: 8px;
	    margin-top: 0;
	    top: 4px;
	    left: 0;
	}
	.contact-section-right {
	    width: 62%;
	    padding-left: 40px;
	}
	.contact-section-left {
	    width: 38%;
	}
	.btn.apply-btn {
	    padding: 10px 20px;
	}
	.reserve-access-section .servies-colum-tt-row:nth-child(even) {
	    margin-bottom: 50px;
	}
	.form-group select.medium {
	    background-position: right 10px center;
	}
	.pickleball-tournament-section .heading-sm h2 {
	    font-size: 30px;
	}
	body .wpcf7-not-valid-tip {
	    font-size: 14px;
	}
	body .wpcf7 form .wpcf7-response-output {
	    margin: 10px 0 0;
	    font-size: 14px;
	}
}

@media only screen and (device-width : 812px) and (device-height : 375px) and (-webkit-device-pixel-ratio : 3) {}

@media (max-width:767px) {
	.banner-content h1 {
	    font-size: 50px;
	    line-height: 52px;
	}
	.home-banner-section {
	    height: 380px;
	}
	.sports-club-heading h2 {
	    font-size: 25px;
	    line-height: normal;
	    margin-bottom: 12px;
	}
	p {
	    font-size: 15px;
	    line-height: 24px;
	}
	.mission-wrap h2 {
	    font-size: 40px;
	    line-height: 50px;
	}
	.mission-section {
	    padding: 40px 0;
	    height: auto;
	}
	.section {
	    padding: 40px 0;
	}
	.community-left-col {
	    width: 100%;
		margin-bottom: 25px;
		text-align: center;
	}
	.heading h2 {
	    font-weight: 700;
	    font-size: 30px;
	    line-height: 40px;
	    color: #FFFFFF;
	}
	.community-right-col {
	    width: 100%;
	}
	.community-ball-card.aos-animate.black_ball {
	    display: none;
	}
	.community-item {
	    margin-bottom: 10px;
	}
	.community-ball-card.aos-animate.green_ball{
		display: none;
	}
	.section.community-section {
	    padding-bottom: 90px;
	}
	.facilities-left-col {
	    width: 100%;
		margin-bottom: 30px;
	}
	.facilities-right-col {
	    width: 100%;
	}
	.coming-up-heading.heading h2 {
	    margin-bottom: 10px;
	}

	.reserve-info-section .container {
		padding: 0 15px;
	}
	.reserve-heading h2 {
	    font-size: 25px;
	    margin-bottom: 15px;
	}
	.reserve-info_left h4 {
		font-size: 18px;
		letter-spacing: 0;
		line-height: 27px;
		margin-bottom: 15px;
	}
	.servies-colum-tt-text-info {
		padding: 0 20px;
	}
	.servies-colum-tt-text-info h3 {
	    font-size: 25px;
	    line-height: 110%;
	    margin: 0 0 15px;
	}
	.servies-colum-tt-text-info p {
	    font-size: 15px;
	    line-height: 24px;
	    margin: 0 0 15px;
	}
	.servies-colum-tt-text-info li {
	    font-size: 15px;
	}
	li {
	    font-size: 15px;
	}
	.servies-colum-tt-text-info h5 {
		font-size: 16px;
	}
	.inner-banner.membership-banner .banner-content p {
		padding: 0;
	}
	.membership-info-section {
		padding: 40px 0;
	}
	.membership-info-section .container {
		padding: 0 20px;
	}
	.membership-info-section .container {
		padding: 0 20px;
	}
	.become-member-section {
		padding: 40px 0;
	}
	.reserve-info_left p {
	    font-size: 15px;
	    line-height: 24px;
	}
	.lets-contact-section {
	    padding: 40px 0;
	}
	.faq-left-col {
	    width: 100%;
	}
	.faq-right-col {
	    width: 100%;
	}
	.squash-courts-heading h2 {
	    font-size: 25px;
	}
	.squash-courts-left-col, .squash-courts-right-col {
	    width: 100%;
		order: 2;
	}
	.squash-courts-mid-col {
	    width: 100%;
		order: 1;
	}
	.features-content h4 {
	    font-size: 20px;
	}
	.features-content {
	    padding-left: 15px;
	}
	.squash-courts-heading {
	    margin-bottom: 20px;
	}
	.squash-marquee-item h6 {
	    font-size: 40px;
	    line-height: normal
	}
	.squash-marquee-item {
	    margin: 0 10px;
	}
	.jump-game-play-section .heading-sm {
	    padding: 0;
	}
	.heading-sm h2 {
	    font-size: 25px;
	}
	.heading-sm p {
	    font-size: 15px;
	}
	.memberships-game-section.pk-ball-page-play-section .heading-sm p {
	    max-width: 100%;
	}
	.coming-up-heading.heading p {
	    font-size: 15px;
	}
	.purpose-heading.heading ul li {
	    font-size: 15px;
	}
	.game-next-level-accordion-content-card p {
	    font-size: 15px;
	}
	.game-next-level-accordion-content-card ul li {
	    font-size: 15px;
	}
	.faq-accordion-collapse-inner p {
	    font-size: 15px;
	}
	.memberships-game-col-left {
	    width: 100%;
		margin: 0 0 15px;
	}
	.squash-courts-heading p {
	    font-size: 15px;
	}
	.access-sports-info-holder h3 {
	    font-size: 22px;
	}
	.heading-sm {
	    margin-bottom: 25px;
	}
	.memberships-card-heading img {
	    width: 63px;
	}
	.memberships-card-content.ul-list ul li {
	    font-size: 15px;
	}

	.monthly-clinics-col {
		width: 100%;
	}
	.monthly-calendar-picture {
		padding: 20px;
	}
	.pickleball-tournament-wrap {
		flex-direction: column;
	}
	.pickleball-tournament-left,
	.pickleball-tournament-right {
		width: 100%;
		padding-left: 0;
	}
	.pickleball-tournament-left {
		margin-bottom: 20px;
	}
	.pickleball-tournament-right-info h4 {
		font-size: 16px;
		line-height: 22px;
	}
	.pickleball-tournament-right-info ul li p, .pickleball-tournament-right-info ul li p a {
	    font-size: 15px;
	    line-height: 24px;
	}
	.pickleball-tournament-right-info ul li {
	    margin-bottom: 10px;
	}
	.pickleball-tournament-right-info ul li img {
		width: 18px;
		height: 18px;
	}
	.pickleball-tournament-title h3 {
		font-size: 22px;
		line-height: 28px;
	}
	.pickleball-tournament-title h6 {
		font-size: 13px;
		padding-left: 16px;
	}
	.pickleball-tournament-title h6::after {
		width: 8px;
		height: 8px;
	}
	.add-date a {
		font-size: 24px;
		line-height: 32px;
	}

	.register-wrapper {
	  flex-direction: column;
	}

	.register-col-left,
	.register-col-right {
	  width: 100%;
	  padding: 0 20px;
	}

	.register-col-right {
	  padding-top: 30px;
	  padding-bottom: 30px;
	}

	.register-wrapper::after {
	  width: 100%;
	}

	.court-game-picture {
	  margin-top: -30px;
	}

	.court-game-picture img {
	  width: 100%;
	  height: auto;
	}

	.register-col-left .sports-club-info-card {
	  position: relative;
	  top: auto !important;
	  right: auto !important;
	  transform: none !important;
	  margin-top: 20px;
	}

	.register-col-right-info {
	  padding: 0;
	}
	.register-col-right-info h4 {
	  font-size: 20px;
	  line-height: 28px;
	  margin-bottom: 16px;
	}
	.register-book-row {
	  margin-bottom: 18px;
	}
	.register-book-left {
	  width: 35px;
	}
	.register-book-left span {
	  font-size: 36px;
	  line-height: 40px;
	  padding-right: 12px;
	}
	.register-book-right {
	  width: calc(100% - 35px);
	}
	.register-book-right h5 {
	  font-size: 16px;
	  line-height: 24px;
	}
	.register-book-right p {
	  font-size: 14px;
	  line-height: 22px;
	}
	.contact-heading h4 {
	    font-size: 25px;
	}
	.contact-section-left p {
	    font-size: 15px;
	}
	.contact-section-left ul li {
	    font-size: 15px;
	}
	.contact-section-left ul li i {
	    width: 10px;
	    margin-right: 4px;
	    font-size: 11px;
	}
	.contact-section-left ul {
	    padding-left: 8px;
	}
	.home-banner-section.inner-banner.contact-hero-section {
	    height: 300px;
	}
	.contact-section-left {
	    width: 100%;
		margin-bottom: 20px;
	}
	.contact-section-right {
	    width: 100%;
	    padding-left: 0;
	}
	.form-group.half-left {
	    width: 100%;
	}
	.form-group.half-right {
	    width: 100%;
	}
	.faq-accordion-collapse-inner.membership-info-inner p {
	    font-size: 15px;
	}
	.pickleball-tournament-wrap {
	    margin-top: 20px;
	}
	.pickleball-tournament-section .heading-sm h2 {
	    font-size: 25px;
	}
}

@media (max-width:575px) {
	.banner-content {
	    max-width: 100%;
	}
	.sports-club-item {
	    width: 100%;
	}
	.sports-club-wrap {
	    row-gap: 25px;
	}
	.sports-club-heading {
	    margin-bottom: 25px;
	}
	.sports-club-btn {
	    margin-top: 25px;
	}
	.community-img-card {
	    width: 100%;
	}
	.community-info-card {
	    width: 100%;
	}
	.community-info-holder {
	    border: 1px solid #C7C7C7;
	    clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 0 100%);
	}
	.community-img-card::before {
	    right: -6px;
	    bottom: -16px;
	    transform: rotate(34.1deg);
	}
	.coming-up-section {
	    height: 600px;
	    padding: 40px 0 0;
	}
	.purpose-heading.heading p {
	    margin-bottom: 15px;
	    padding-right: 0;
	}
	.purpose-btn-wrap .btn {
	    min-width: 100%;
	}
	.purpose-btn-wrap {
	    gap: 10px;
	}
	.footer-copright p {
	    font-size: 14px;
	    width: 100%;
	    margin: 0 0 15px;
	}
	.footer-copright figure {
	    width: 160px;
	}

	.container {
		padding: 0 15px;
	}
	.inner-banner .banner-content h1 {
	    letter-spacing: 0;
	    font-size: 30px;
	    line-height: 35px;
	    margin-bottom: 15px;
	}
	.inner-banner .banner-content {
		max-width: 320px;
	}
	.banner-content p {
	    font-size: 15px;
	    line-height: 24px;
	    margin-bottom: 20px;
	}
	.banner-content p br{
		display: none;
	}
	.home-banner-section {
		height: 400px;
	}
	.reserve-info-section {
		padding: 40px 0;
	}
	.reserve-info-wrapper {
		justify-content: center;
	}
	.reserve-info_left {
		max-width: 100%;
		width: 100%;
	}
	.reserve-info_right {
		max-width: 100%;
		width: 100%;
		margin-top: 25px;
	}
	.makebooking-wrapper {
		margin-top: 25px;
	}
	.servies-colum-tt-row {
	    margin-bottom: 0;
	}
	.reserve-access-section .servies-colum-tt-row:nth-child(even) {
	    margin-bottom: 0;
	}
	.servies-colum-tt-col-left {
		width: 100%;
	}
	.servies-colum-tt-col-right {
		width: 100%;
	}
	.servies-colum-tt-text-info {
	    padding: 30px 20px;
	}
	.servies-colum-tt-text-info ul {
		padding-left: 22px;
		padding-bottom: 20px;
	}
	.membership-info-section .container {
		padding: 0 15px;
	}
	.membership-info-wrapper {
		flex-wrap: wrap;
		gap: 0;
		justify-content: center;
	}
	.membership-info_left {
		width: 100%;
	}
	.membership-info_right {
		width: 100%;
	}
	.membership-info-list {
		margin: 20px 0;
		gap: 0;
	}
	.faq-accordion-heading {
		width: calc(100% - 30px);
	}
	.pricing-table th, .pricing-table td {
		padding: 5px;
		font-size: 12px;
	}
	.pricing-table .price {
		padding: 5px 14px;
		border-radius: 45px;
		min-width: 57px;
		min-height: auto;
	}
	.pricing-table tbody td:nth-child(1) {
		font-size: 12px;
	}
	.become-member-section .container {
		padding: 0 15px;
	}
	.become-member-wrapper .heading h2 {
		font-size: 25px;
		margin: 0 0 20px;
	}
	.home-banner-section.inner-banner.membership-banner {
		height: 450px;
	}
	.reserve-banner .banner-content p br {
	    display: none;
	}
	.access-sports-left-col {
	    width: 100%;
		margin-bottom: 25px;
	}
	.access-sports-right-col {
	    width: 100%;
	}
	.access-ball img {
	    width: 110px;
	}
	.mission-wrap p br {
	    display: none;
	}
	.lets-contact-btn {
	    margin: 20px 0;
	}
	.memberships-game-card {
	    width: 100%;
	}
	.pickleball-memberships .memberships-card-heading img {
	    width: 70px;
	}
	.game-next-level-accordion-img-card {
	    width: 100%;
		margin-bottom: 20px;
	}
	.game-next-level-accordion-content-card {
	    width: 100%;
	    padding-left: 0;
	}
	.accordion-heading h3 {
	    font-size: 20px;
	}
	.mission-wrap h2 {
	    font-size: 30px;
	    line-height: 41px;
	}
	.sports-club-heading h2 {
	    max-width: 320px;
	    margin-left: auto;
	    margin-right: auto;
	}
	.heading h2 {
	    font-size: 25px;
	    line-height: normal;
	    max-width: 320px;
	    margin-left: auto;
	    margin-right: auto;
	}
	.community-info-card h3 {
	    font-size: 20px;
	}
	.community-info-card {
	    padding: 24px;
	}
	.facilities-left-holder .heading h2 {
	    max-width: 100%;
	}
	.purpose-heading.heading h2 {
	    margin-left: 0;
	}
	.heading-sm h2 {
	    max-width: 313px;
	    margin-left: auto;
	    margin-right: auto;
	}
	.faq-section .heading-sm h2 {
	    margin-left: 0;
	}
	.pk-ball-page-play-section .heading-sm h2 {
	    max-width: 303px;
	}

	.pickleball-tournament-section {
		padding: 40px 0;
	}
	.pickleball-tournament-section .heading-sm h2 {
		font-size: 22px;
		line-height: 32px;
	}
	.add-date {
		margin-top: 20px;
	}
	.pickleball-tournament-series {
		padding: 20px;
	}
	.add-date a {
		font-size: 20px;
		line-height: 28px;
		justify-content: center;
	}

	.monthly-clinics-calendar-section .heading-sm h2 {
	    font-size: 25px;
	    line-height: 30px;
		margin-bottom: 10px;
	}
	.monthly-clinics-calendar-section .heading-sm p {
		font-size: 15px;
		line-height: 24px;
	}
	.monthly-calendar-picture {
	    margin-top: 40px;
	}
	.circle-check {
		width: 20px;
	}
	.monthly-clinics-inner-info h4 {
		font-size: 16px;
	}

	.monthly-clinics-inner-info p {
		font-size: 15px;
	}
	.register-col-right-info h4 {
		font-size: 20px;
		line-height: 28px;
	}

	.register-book-left span {
		font-size: 28px;
	}

	.register-book-right h5 {
		font-size: 15px;
	}
	.register-book-right p {
	    font-size: 15px;
	}
	.register-section {
		padding-top: 80px;
	}
	.register-col-right {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.gallery-item {
	    width: 50%;
	}
	.accordion-collapse-list {
	    transform: none !important;
	    opacity: 1 !important;
	    visibility: visible !important;
	}
	.squash-courts-info-holder {
	    margin-top: 16px;
	}
	.memberships-game-wrap {
	    row-gap: 24px;
	}
	.g-calendar {
	    padding: 15px;
	    margin-top: 40px;
	}	
}

@media (max-width:500px) {
	.home-banner-bg img {
	    object-position: top center;
	    margin-left: -260px;
	    min-width: 767px;
	}
}
