/* TypoGraphy */
* {
	box-sizing: border-box;
}

::-webkit-scrollbar {
	width: 0;
}
:focus {
	outline: none !important;
	box-shadow: none;
	border-color: inherit;
}
textarea.form-control {
	resize: none;
	overflow: hidden;
}
html, body {
	width: 100%;
}
body {
	padding: 0;
	margin: 0;
	font-family: "Roboto", sans-serif;
	font-weight: normal;
	background: #fff;
	overflow-x: hidden;
	font-size: 1.25vw;
	color: #1B1B1B;
}
img {
	max-width: 100%;
}
a, a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1.39vw;
	padding: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #1B1B1B;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover,h6 a:hover {
	color: #EC262C;
}
h1 {
	font-weight: bold;
	font-size: 6.81vw;
	line-height: 5.83vw;
	color: #1B1B1B;
}
h2 {
	font-weight: bold;
	font-size: 2.5vw;
	line-height: 2.57vw;
	color: #1B1B1B;
}
h3 {
	font-weight: bold;
	font-size: 1.94vw;
	line-height: 2.99vw;
	color: #1B1B1B;
}
h4 {
	font-weight: bold;
	font-size: 1.81vw;
	line-height: 2.08vw;
	color: #1B1B1B;
}
h5 {
	font-weight: bold;
	font-size: 1.53vw;
	line-height: 2.08vw;
	color: #1B1B1B;
}
h6 {
	font-weight: bold;
	font-size: 1.39vw;
	line-height: normal;
	color: #1B1B1B;
}
p {
	font-size: 1.67vw;
    line-height: 2.36vw;
	color: #1B1B1B;
	margin-bottom: 1.11vw;
}
p:last-child {
	margin-bottom: 0;
}
ul {
	padding: 0 0 1.39vw 1.25vw;
	margin: 0;
}
ol {
	padding-bottom: 1.39vw;
	padding-left: 1.04vw;
}
ol li {
	position: relative;
	padding-left: 0.35vw;
}
li {
	font-weight: normal;
	font-size: 1.11vw;
	line-height: 1.67vw;
	color: #1B1B1B;
}
li a {
	color: #1B1B1B;
}
li a:hover {
	color: #EC262C;
}
a {
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	color: #1B1B1B;
}
a:hover {
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	color: #EC262C;
}
button {
	padding: 0;
	background-color: transparent;
	border: none;
}
body.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 1.04vw;
    min-width: 12.43vw;
    padding: 0.97vw 1.6vw;
    background: #EC262C !important;
    color: #FFFFFF !important;
    border: 0 !important;
    border-radius: 0.28vw;
    font-size: 1.25vw;
	min-height: 3.89vw;
    font-weight: 800;
    line-height: 1;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
}
.btn:hover {
	background: #1B1B1B !important;
	color: #fff !important;
}
.btn-black {
	background: #1B1B1B !important;
	color: #fff !important;
}
.btn-black:hover {
	background: #EC262C !important;
	color: #fff !important;
}
.btn.btn-red.h-white:hover,
.btn.btn-black.h-white:hover {
    background: #fff !important;
    color: #EC262C !important;
}
.btn-white {
	background: #fff !important;
	color: #1B1B1B !important;
}
.btn-white:hover {
	background: #1B1B1B !important;
	color: #fff !important;
}
/** ================== // HEADER CSS START // ================== **/
.header {
	background: #fff;
	padding: 1.74vw 0 1.25vw;
}
.header-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo {
    position: relative;
    min-height: 4.90vw;
    bottom: 0.35vw;
    width: 10.42vw;
}
.logo a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 0.69vw;
}
.logo-animate-icon {
    position: absolute;
    transform: translate(-23.61vw, 20.14vw);
    opacity: 0;
    visibility: hidden;
    top: 0.07vw;
    left: -0.07vw;
}
.logo-animate-icon.aos-init.aos-animate {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}
.logo-animate-icon {
    width: 7vw;
}
.logo-animate-icon img {
    width: 100%;
}
.logo-animate-icon + img {
    width: 3.82vw;
    margin-left: auto;
    /* min-height: 4.90vw; */
    position: relative;
    left: 0.3vw;
    top: 0.6vw;
}
.main-nav {
    width: calc(100% - 10.42vw - 1vw);
}
.navigation .moblelogo {
	display: none;
}
.main-nav .menu-bar {
	display: none;
}
.nav-manu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.nav-manu ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style-type: none;
}
.nav-manu ul li {
	padding: 0 0;
	position: relative;
	margin-right: 4.44vw;
}
.nav-manu ul li:last-child {
    margin-right: 2.43vw;
}
.nav-manu ul li a {
	font-size: 1.25vw;
	line-height: 1.46vw;
	font-family: 'Roboto SemiBold';
	font-weight: 600;
	color: #000000;
	position: relative;
}
.nav-manu ul li a:hover {
	color: #EC262C;
}
.nav-manu ul li.current-menu-item a {
	color: #EC262C;
}
/** SUB MENU **/
.navigation ul li ul.sub-menu {
	position: absolute;
	display: block;
	top: 2.5vw;
	width: auto;
	transform: scale(1, 0);
	transition: all 0.5s;
	transform-origin: top center;
	opacity: 0;
	visibility: hidden;
	min-width: 14.44vw;
	padding: 0;
	left: 0;
	z-index: 1999;
	padding: 0;
	width: auto;
}
.navigation ul li ul.sub-menu.shop-submenu {
	left: auto;
	right: 0;
}
.navigation ul li:hover>ul.sub-menu {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.navigation ul li ul.sub-menu.shop-submenu::before {
	left: auto;
	right: 2.78vw;
}
.navigation ul li ul.sub-menu li:first-child {
	border-radius: 0.69vw 0.69vw 0 0;
}
.navigation ul li ul.sub-menu li:last-child {
	border-radius: 0 0 0.69vw 0.69vw;
}
.navigation ul li ul.sub-menu li {
	padding: 0;
	width: 100%;
	margin: 0 0 0;
	transition: .4s;
	background-color: #5f1111;
	border-bottom: none;
	position: relative;
	box-shadow: 0 1.39vw 2.08vw rgb(88 91 93 / 15%);
	border-radius: 0;
	border-bottom: 0.07vw solid #784848;
}
.navigation ul li ul.sub-menu li::after {
	display: none;
}
.navigation ul li ul.sub-menu li::before {
	right: 1.04vw;
	transform: rotate(-40deg) translateY(-20%);
	top: 43%;
}
.navigation ul li ul.sub-menu li a {
	display: block;
	padding: 1.04vw 1.04vw;
	line-height: 1.39vw;
	color: #fff;
}
.navigation ul li ul.sub-menu li a::after {
	display: none;
}
.navigation ul li ul.sub-menu li:last-child a {
	border-bottom: none;
}
.navigation ul li ul.sub-menu li:hover {
	background-color: #172135;
}
.navigation ul li ul.sub-menu li.current-menu-item {
	background-color: #e04f26;
}
.navigation ul li ul.sub-menu li.current-menu-item a {
	color: #fff;
}
.navigation ul li ul.sub-menu li:hover a {
	color: #fff;
}
.navigation ul li ul.sub-menu ul.sub-menu {
	left: 100%;
	top: 0;
	width: max-content;
	margin-left: 0.21vw;
}
.navigation ul li ul.sub-menu li:last-child {
	border-bottom: none;
}
.navigation ul li ul.sub-menu ul.sub-menu li {
	border-left: 0;
}
.navigation .menu-item-has-children > a::before {
	content: "";
	position: absolute;
	top: 55%;
	right: -0.83vw;
	width: 0.49vw;
	height: 0.49vw;
	transform: translateY(-50%);
	transition: 0.4s;
	border-left: 0.28vw solid transparent;
	border-right: 0.28vw solid transparent;
	border-top: 0.35vw solid #1B1B1B;
	margin-top: 0.14vw;
}
.navigation ul li.menu-item-has-children:hover a::before {
	border-top-color: #f20;
	transition: 0.4s;
}
.navigation ul li.current-menu-item ul.sub-menu li a::before {
	display: none;
}
.navigation ul li ul.sub-menu li::before {
	display: none;
}
.navigation ul li ul.sub-menu li:hover::before {
	border-color: #fff;
}
.navigation ul li ul.sub-menu li a:hover {
	color: #fff;
}
.navigation ul li ul.sub-menu ul.sub-menu li a {
	color: #08161D;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li a {
	color: #fff;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li:hover a {
	color: #fff;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li ul.sub-menu a {
	color: #08161D;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li ul.sub-menu li:hover a {
	color: #fff;
}
.navigation ul li.menu-item-has-children ul.sub-menu li:hover a::before {
	border-top-color: #fff;
}
.navigation ul li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu li a::before {
	border-top-color: #e04f26;
}
.navigation ul li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu li:hover a::before {
	border-top-color: #fff;
}
.navigation .menu-item-has-children ul.sub-menu li a::before {
	right: 0.69vw;
	transform: rotate(-95deg);
	top: 46%;
	border-top-color: #fff;
}
.head-btn {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    align-items: center;
    gap: 1.25vw;
    position: relative;
    bottom: 0.14vw;
}
.head-btn .btn {
    font-family: 'Roboto ExtraBold';
    font-weight: bold;
    min-height: 3.33vw;
}
/** ================== // HEADER CSS END // ================== **/

/** ================== // BANNER SECTION CSS START // ================== **/

.home-banner-section {
    height: calc(100vh - 10.52vw);
	height: 40vw;
    position: relative;
    background-color: #10131B;
    text-align: left;
    overflow: hidden;
}
.home-banner-section div {
	height: 100%;
}
.atf-slider-item {
    position: relative;
}
.home-banner-bg {
	height: 100%;
	width: 100%;
	position: relative;
}
.home-banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top right;
}
.home-banner-bg::after {
    content: "";
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 81.19%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 36.67vw;
}
.slider-item {
	height: 100%;
	width: 100%;
}
.slider-content-absolute {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform: initial;
    left: 0;
    right: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-content-absolute .container {
    height: auto !important;
}
.slider-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	mix-blend-mode: normal;
	opacity: 0.8;
}
.heading-slider {}
.banner-content {
	max-width: 46.53vw;
	margin: 0;
	height: auto !important;
}
.banner-content h1 {
    position: relative;
    font-size: 9.44vw;
    line-height: 9.44vw;
    font-weight: 800;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 1.40vw;
}
.banner-content p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.53vw;
    line-height: 2.08vw;
    color: #FFFFFF;
    padding: 0 1.74vw 0 0;
    margin-bottom: 2.67vw;
}
.banner-content p b {
	font-family: "Open Sans", sans-serif;
	font-weight: 800;
}
.banner-content p i {
	font-style: italic;
}
.banner-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.04vw;
}

.videofullwidth {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	background: #000;
}
.videofullwidth video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: flex;
	opacity: 0.5;
}
.home-slider-item.slick-slider {
	width: 100%;
}
.home-slider-item .slick-list {
	width: 100%;
}
.home-slider-item .slider-item {
	position: relative;
	background: #101010;
}
.home-slider-item .slick-track {
	width: 100%;
}
.home-slider-item .slick-prev {
	background: url(../images/slider-arrow-white.png);
	left: -100%;
	transition: 1s;
}
.home-slider-item .slick-next {
	background: url(../images/slider-arrow-white.png);
	right: -100%;
	transition: 1s;
}
/** ================== // BANNER SECTION CSS END // ================== **/

/** ================== // SPORTS CLUB SECTION CSS START // ================== **/
.section {
	padding: 6.94vw 0;
	overflow: hidden;
}
.sports-club-section {
	position: relative;
	overflow: hidden;
}
.sports-club-section .container {
    position: relative;
    z-index: 1;
}
.sports-club-section::before,
.sports-club-section::after {
	content: "";
    position: absolute;
    right: -1.58vw;
	width: 75.67vw;
    height: 76.93vw;
}
.sports-club-section::before {
    top: -27.33vw;
    background: url("../images/sports-club-bg-shape-top.png");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.2;
}
.sports-club-section::after {
    bottom: -4.2vw;
    background: url("../images/sports-club-bg-shape-bottom.png");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.2;
}
.sports-club-heading {
    text-align: center;
    margin-bottom: 4.86vw;
}
.sports-club-heading h2 {
    font-size: 3.89vw;
    line-height: 4.31vw;
    color: #1B1B1B;
    font-weight: 800;
    margin-bottom: 1.25vw;
}
.sports-club-heading p {
    color: #000000;
    font-family: "Open Sans", sans-serif;
    max-width: 54.31vw;
    margin: 0 auto;
}
.sports-club-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.sports-club-item {
    width: calc(50% - 1.39vw);
    position: relative;
}
.sports-club-img-holder {
    position: relative;
}
.sports-club-img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sports-club-info-card {
    position: absolute;
    top: 4.86vw;
    left: -5.56vw;
}
.sports-club-info-card {
    position: absolute;
    top: 4.86vw;
    left: -5.56vw;
    background: #FFFFFF;
    box-shadow: 0 8.68vw 6.94vw rgba(0, 0, 0, 0.07),
	0 5.63vw 4.07vw rgba(0, 0, 0, 0.0531481),
	0 3.34vw 2.21vw rgba(0, 0, 0, 0.0425185),
	0 1.74vw 1.13vw rgba(0, 0, 0, 0.035),
	0 0.71vw 0.57vw rgba(0, 0, 0, 0.0274815),
	0 0.16vw 0.27vw rgba(0, 0, 0, 0.0168519);
    padding: 1.25vw 1.67vw;
}
.sports-club-info-card h5 {
    font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 2.08vw;
    line-height: 2.78vw;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.32);
    margin: 0;
}
.sports-club-info-card h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 3.82vw;
    line-height: 3.61vw;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.32);
    margin: 0;
    padding-left: 2.08vw;
}
.sports-club-info-card h3 em {
    font-style: normal;
    color: #EC262C;
}
.sports-club-item:nth-child(even) .sports-club-info-card {
    left: auto;
    right: -5.56vw;
    top: auto;
    bottom: 4.86vw;
}
.sports-club-item:nth-child(odd) .sports-club-img-holder img {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 85% 100%, 0 100%, 0% 50%);
}
.sports-club-item:nth-child(even) .sports-club-img-holder img {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 100% 100%, 11.8% 100%, 0 90%);
}
.sports-club-btn {
    margin-top: 2.78vw;
    text-align: center;
}
/** ================== // SPORTS CLUB SECTION CSS END // ================== **/

/** ================== // MISSION SECTION CSS START // ================== **/
.mission-section {
    height: 56.25vw;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    position: relative;
    padding-top: 8.8vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}
.mission-section::before {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.65;
}
.mission-wrap {
    position: relative;
    z-index: 1;
    max-width: 73.75vw;
    margin: 0 auto;
}
.mission-wrap h2 {
    font-weight: 800;
    font-size: 6.6vw;
    line-height: 7.71vw;
    color: #FFFFFF;
    text-shadow: 0 0.28vw 0.97vw rgba(0, 0, 0, 0.25);
    margin-bottom: 1vw;
}
.mission-wrap h2 span {
	color: #EC262C;
}
.mission-wrap p {
    color: #fff;
    margin: 0;
}
.mission-wrap p strong {
    font-family: "Roboto", sans-serif;
	font-weight: bold;
}
.mission-btn {
    margin-top: 1.70vw;
}
.mission-btn .btn {
    min-width: 26.39vw;
}
/** ================== // MISSION SECTION CSS END // ================== **/

/** ================== // COMMUNITY SECTION CSS START // ================== **/
.community-section {
    background: #1b1b1b;
    margin-top: -3.47vw;
    z-index: 1;
    position: relative;
    clip-path: polygon(0 0, 97% 0, 100% 3%, 100% 100%, 0 100%);
}
.heading {

}
.heading h2 {
	font-weight: 700;
	font-size: 5.21vw;
	line-height: 5.76vw;
	color: #FFFFFF;
}
.community-info-holder {
    background: #1b1b1b;
    border: 0.11vw solid #C7C7C7;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 96% 100%, 0 100%);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: unset;
    overflow: hidden;
}
.community-info-card {
    padding: 1.74vw;
}
.community-img-card {
    width: 18.33vw;
	position: relative;
}
.community-img-card::before {
    content: "";
    position: absolute;
    right: -0.89vw;
    bottom: -2.30vw;
    width: 0.05vw;
    height: 12.07vw;
    background: #ffffff;
    transform: rotate(36.1deg);
}
.community-img-card img {
    width: 100%;
	height: 100%;
	object-fit: cover;
}
.community-info-card {
    padding: 1.74vw;
    width: calc(100% - 18.33vw);
}
.community-info-card h3 {
    font-weight: 600;
    font-size: 3.33vw;
    line-height: 3.68vw;
    color: #FFFFFF;
    max-width: 25vw;
}
.ul-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.ul-list ul li {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 2.01vw;
    color: #FFFFFF;
    display: block;
    margin-bottom: 0.49vw;
    position: relative;
    padding-left: 2.3vw;
}
.ul-list ul li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    color: #f20;
    position: absolute;
    left: 0;
    top: 0;
}
.community-card {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.community-right-col {
    width: 50.9vw;
}
.community-left-col {
    width: 35.76vw;
}
.community-ball-card img {
    width: 100%;
}
.community-ball-card.aos-animate.black_ball {
	width: 31.6vw;
	background: url(../images/black-ball.png);
	background-size: 10.42vw 10.42vw;
	height: 10.42vw;
	width: 10.42vw;
	position: relative;
/* 	-webkit-animation:roll 4.5s forwards;
	-moz-animation:roll 4.5s forwards;
	animation:roll 4.5s forwards; */
	animation: roll-left 3.5s forwards;
}
@keyframes roll-left {
	0% {
		transform: translateX(0) rotate(0deg); 
		right: -10vw;
	}
	100% {
		transform: translateX(10vw) rotate(-360deg);
		right: 100%; 
	}
}
/* @-moz-keyframes roll {
	0% {right:-13.89vw; -webkit-transform: rotate(-360deg);}
	50% {right:24vw; -webkit-transform: rotate(360deg);}
	100% {right:0; -webkit-transform: rotate(-360deg);}
}
@-webkit-keyframes roll {
	0% {right:-13.89vw; -webkit-transform: rotate(-360deg);}
	100% {right:24vw; -webkit-transform: rotate(360deg);}
} */

.community-ball-card.aos-animate.green_ball {
	width: 31.6vw;
	background: url(../images/green-ball.png);
	background-size: 10.42vw 10.42vw;
	height: 10.42vw;
	width: 10.42vw;
	position: relative;
/* 	-webkit-animation:roll2 4.5s forwards;
	-moz-animation:roll2 4.5s forwards;
	animation:roll2 4.5s forwards; */
	animation: roll-right 3.25s forwards;
}
@keyframes roll-right {
	0% {
		transform: translateX(0) rotate(0deg); 
		left: -10vw;
	}
	100% {
		transform: translateX(-4.1vw) rotate(360deg);
		left: 100%; 
	}
}
/* @-moz-keyframes roll2 {
	0% {left:0; -webkit-transform: rotate(-360deg);}
	50% {left:30vw; -webkit-transform: rotate(360deg);}
	100% {left:0; -webkit-transform: rotate(-360deg);}
}
@-webkit-keyframes roll2 {
	0% {left:0; -webkit-transform: rotate(-360deg);}
	100% {left:30vw; -webkit-transform: rotate(360deg);}
} */

.community-item:nth-child(odd) .community-card {

}
.community-item:nth-child(even) .community-card {
    flex-direction: row-reverse;
}
.community-item:nth-child(even) .community-ball-card {
    /* margin-left: 10vw; */
	margin-left: auto;
}
.community-item:nth-child(odd) .community-ball-card {
    margin-left: -6vw;
}
.community-item {
    margin-bottom: 6.94vw;
}
.community-btn {
    padding-top: 0.8vw;
}
.community-item:first-child .community-card {
    align-items: flex-end;
}
/** ================== // COMMUNITY SECTION CSS END // ================== **/

/** ================== // FACILITIES SECTION CSS START // ================== **/
.facilities-section {
    background: #EC262C;
    position: relative;
    clip-path: polygon(0 0, 97% 0, 100% 3%, 100% 100%, 0 100%);
    margin-top: -6.94vw;
    z-index: 1;
	overflow: hidden;
}
.facilities-section::before {
    content: "";
    position: absolute;
    right: 1.74vw;
    top: 1.74vw;
    bottom: 0;
    background: url("../images/facilities-bg-shap-top.png");
    width: 100%;
    height: 61%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.1;
}
.facilities-section::after {
    content: "";
    position: absolute;
    right: 1.67vw;
    top: 1.67vw;
    background: url("../images/facilities-bg-shap-bottom.png");
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.1;
}
.video-part {
    position: relative;
    background: #D9D9D9;
    border: 0.07vw solid #FFFFFF;
}
.video-part iframe, .video-part video {
    height: 28.61vw;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    object-fit: cover;
    border-radius: 0;
    opacity: 1;
}
.playicon {
    position: absolute;
    top: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
}
.playicon a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.playicon img {
    width: auto !important;
    width: 5.56vw !important;
}
.facilities-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.facilities-left-col {
    width: 31.6vw;
}
.facilities-right-col {
    width: 50.86vw;
}
.facilities-left-holder.ul-list ul li::before {
	color: #fff;
}
.facilities-left-holder.ul-list ul {
    width: 24vw;
}
.facilities-left-holder .heading h2 {
    margin-bottom: 2vw;
}
.facilities-left-holder .community-btn {
    padding-top: 1.3vw;
}
.facilities-right-holder p {
    margin-bottom: 2.89vw;
    color: #fff;
    width: 44.08vw;
}
/** ================== // FACILITIES SECTION CSS END // ================== **/

/** ================== // COMING UP SECTION CSS START // ================== **/
.coming-up-section {
    height: 59.38vw;
    background-color: #F8F9FD;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 7.5vw 0 0;
    text-align: center;
}
.coming-up-heading.heading h2 {
    color: #1B1B1B;
    font-weight: 900;
    margin-bottom: 2.43vw;
}
.coming-up-heading.heading p {
    max-width: 58.4vw;
    margin: 0 auto 2.43vw;
    line-height: 2.5vw;
    font-size: 1.67vw;
}
/** ================== // COMING UP SECTION CSS END // ================== **/

/** ================== // PURPOSE SECTION CSS START // ================== **/
.purpose-section {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.purpose-section::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, rgba(39, 23, 0, 0) 38.26%, rgba(39, 23, 0, 0.4) 100%);
}
.purpose-heading.heading {
    position: relative;
    z-index: 1;
    width: 48.61vw;
    left: 4.86vw;
}
.purpose-heading.heading h2 {
    margin-bottom: 2.43vw;
	padding-right: 9.72vw;
}
.purpose-heading.heading p {
    margin-bottom: 2vw;
    color: #fff;
    padding-right: 9.72vw;
}
.purpose-heading.heading h3 {
    margin-bottom: 2vw;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 2.5vw;
    line-height: 3.26vw;
    max-width: 31.25vw;
}
.purpose-heading.heading h3 a {
    color: #fff;
}
.purpose-heading.heading h3 a:hover {
    color: #1B1B1B;
}
.purpose-heading.heading ul {
    margin-bottom: 2.43vw;
    padding: 0 0 0 2vw;
}
.purpose-heading.heading ul li {
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	font-size: 1.67vw;
    line-height: 2.36vw;
	color: #FFFFFF;
}
.purpose-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 1vw;
}
/** ================== // PURPOSE SECTION CSS END // ================== **/

/** ================== //  FOOTER START  // ================== **/
.footer {
    margin: 0;
    padding: 6.94vw 0 3.89vw;
    background-color: #0f0f0f;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}
.footer-holder {
    padding: 0 4.86vw;
}
.footer-warp-row {
	display: flex;
	flex-wrap: wrap;
}
.footer-col-1 {
    width: 29.67vw;
    margin-right: auto;
}
.newsletter-heading {
    margin: 0 0 1.11vw;
    padding-right: 12.5vw;
}
.newsletter-heading h5 {
    margin: 0 0 0.76vw;
    font-weight: 600;
    font-size: 1.67vw;
    line-height: 1.94vw;
    color: #ECECEC;
}
.newsletter-heading p {
    font-family: "Inter", sans-serif;
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 0.97vw;
    line-height: 1.18vw;
    color: #ECECEC;
}
.newsform-ftr {
    margin: 0 0 1.67vw;
}
.newsform-ftr form {
    display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
}
.joinform-submit {
    width: 8.33vw;
}
.joinform-input {
    width: calc(100% - 8.33vw);
    padding-right: 1.11vw;
}
.newsform-ftr .medium {
    width: 100%;
    border: none;
    background: #D9D9D9;
    height: 3.47vw;
    padding: 0.69vw 1.04vw;
    border-radius: 0.28vw;
    font-size: 1.11vw;
    line-height: 1.67vw;
    color: #1B1B1B;
	font-family: "Inter", sans-serif;
}
.joinform-submit .btn {
    width: 8.33vw;
    min-height: 3.47vw;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    padding: 0;
    min-width: 8.33vw;
    font-size: 1.11vw;
    line-height: 1.53vw;
}
.joinform-submit .btn:hover{
	background: #fff !important;
	color: #000 !important;
}
.footer-samll-text p {
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 0.83vw;
	line-height: 1.04vw;
	color: #ECECEC;
}
.footer-col-2 {
    width: 12.67vw;
    margin-left: 1.67vw;
}
.footer-menu {
	margin: 0;
	padding: 0;
}
.footer-menu h6 {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.97vw;
    text-transform: uppercase;
    margin: 0 0 1.25vw;
    font-weight: 800;
}
.footer-menu ul {
	margin: 0;
	padding: 0;
}
.footer-menu ul li {
    margin: 0 0 1.11vw;
    padding: 0;
    display: block;
    color: #ECECEC;
    font-size: 0.97vw;
    line-height: normal;
    font-family: "Inter", sans-serif;
}
.footer-menu ul li a {
    color: #ECECEC;
    display: flex;
}
.footer-menu ul li a i {
    width: 1.39vw;
}
.footer-menu ul li a:hover{
    color: #ec262c;
}
.footer-copright {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 0.07vw solid #fff;
    padding-top: 3.89vw;
    margin-top: 3.89vw;
}
.footer-copright p {
	color: rgba(255, 255, 255, 0.5);
	font-family: "Outfit", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-size: 0.97vw;
}
.footer-copright figure {
    margin: 0;
    padding: 0;
    width: 12.74vw;
}
.footer-copright figure img {
    width: 100%;
}
/** ================== // FOOTER END // ================== **/

/** ================== // SQUASH PAGE START // ================== **/
.inner-banner .home-banner-bg::after {
    height: 100%;
    background: #000;
    opacity: 0.65;
}
.inner-banner .banner-content {
    max-width: 59.14vw;
    margin: 0 auto;
    text-align: center;
}
.inner-banner .banner-content h6 {
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    font-size: 0.97vw;
    line-height: 1.25vw;
    text-transform: uppercase;
    color: #EC262C;
    margin-bottom: 1.11vw;
}
.inner-banner .banner-content h1 {
	letter-spacing: -0.03em;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 800;
	font-size: 4.17vw;
	line-height: 4.58vw;
}
.inner-banner .banner-content p {

}
.inner-banner .banner-btn {
	justify-content: center;
}
.squash-courts-heading {
    text-align: center;
    margin-bottom: 3.82vw;
}
.squash-courts-heading h2 {
    margin-bottom: 1.39vw;
    font-weight: 800;
    font-size: 3.33vw;
    line-height: 3.68vw;
    color: #1B1B1B;
}
.squash-courts-heading p {
    font-size: 1.94vw;
    line-height: 2.29vw;
    color: #1B1B1B;
}
.squash-courts-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.squash-courts-left-col, .squash-courts-right-col {
    width: 20.56vw;
}
.squash-courts-mid-col {
    width: 43.4vw;
}
.squash-courts-features-item {
    box-shadow: rgba(149, 157, 165, 0.2) 0 0.56vw 1.67vw;
    padding: 0.69vw 1.74vw 0.69vw 2.08vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1.74vw;
}
.squash-courts-features-item:last-child {
	margin-bottom: 0;
}
.features-no {
    width: 2.36vw;
}
.features-no h5 {
    margin: 0;
    font-style: italic;
    font-weight: 700;
    font-size: 4.17vw;
    line-height: 150%;
    text-transform: uppercase;
    color: #EC262C;
}
.features-content {
    width: calc(100% - 2.36vw);
    padding-left: 1.04vw;
}
.features-content h4 {
    font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 1.39vw;
    line-height: 1.67vw;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.32);
	margin: 0;
}
.features-no h5 .fa-check {
    font-size: 2.43vw;
}
.squash-courts-img-holder {
    width: 100%;
}
.squash-courts-img-holder img {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 85% 100%, 0 100%, 0% 50%);
}

.squash-courts-marquee-holder {
    width: 10000%;
}
.squash-courts-marquee-holder.ready > * {
    display: inline-block;
    float: left;
    overflow: hidden;

    webkit-animation-timing-function: linear;
    animation-timing-function: linear;

    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;

    -webkit-animation-delay: 1s;
    animation-delay: 1s;

    -webkit-animation-duration: 30s;
    animation-duration: 30s;

    -webkit-animation-name: squash-courts-marquee;
    animation-name: squash-courts-marquee;

    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
/* .squash-courts-marquee-holder:hover > * {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
} */

@-webkit-keyframes squash-courts-marquee {
    0% {
        -webkit-transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
    }
}

@keyframes squash-courts-marquee {
    0% {
        -webkit-transform: translate(0%, 0);
        transform: translate(0, 0);

        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);

        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.squash-courts-wrapper {
    overflow: hidden;
}
.squash-marquee-inner {
    display: flex !important;
    align-items: center;
}
.squash-marquee-item {
    margin: 0 1.39vw;
}
.squash-marquee-item h6 {
    font-weight: 800;
    font-size: 5.21vw;
    line-height: 5.9vw;
    color: #EC262C;
    margin: 0;
}
.access-sports-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.access-sports-left-col {
    width: 43.33vw;
}
.access-sports-right-col {
    width: 37.99vw;
}
.access-sports-info-holder h3 {
    font-weight: 800;
    font-size: 3.33vw;
    line-height: 3.68vw;
    color: #1B1B1B;
	margin-bottom: 1.74vw;
}
.access-sports-info-holder ul li {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.53vw;
    line-height: 160%;
    color: #1B1B1B;
}
.access-sports-img-holder {
    position: relative;
}
.access-sports-img-holder::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 0.21vw solid #EC262C;
    width: 28.96vw;
    height: 24.38vw;
    margin: auto;
    z-index: -1;
}
.access-sports-img-item:nth-child(1) {
    width: 28.13vw;
    margin-left: auto;
    box-shadow: 0 1.39vw 1.74vw rgba(0, 0, 0, 0.1), 0 0.69vw 0.69vw rgba(0, 0, 0, 0.04);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 100% 100%, 11.8% 100%, 0 90%);
}
.access-sports-img-item:nth-child(2) {
    width: 22.78vw;
    margin-top: -10.42vw;
    z-index: -1;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 85% 100%, 0 100%, 0% 50%);
}
.access-sports-img-item img {
	width: 100%;
}
.access-ball {
    position: absolute;
    top: 3.13vw;
    left: 8.33vw;
}
.access-ball img {
    width: 13.89vw;
}
.lets-contact-section {
    padding: 10.42vw 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}
.lets-contact-section::before {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.60;
}
.lets-contact-wrap.mission-wrap {
    max-width: 59.75vw;
    margin: 0 auto;
    text-align: center;
}
.get-contact-info {
    padding: 0 10vw;
}
.lets-contact-btn {
    margin: 2.78vw 0;
}
.get-contact-info p {
    font-size: 1.25vw;
    line-height: 1.74vw;
}
.get-contact-info p a {
    color: #fff;
}
.container-sm {
	max-width: 73.68vw;
	margin: 0 auto;
}
.heading-sm {
	margin-bottom: 3.47vw;
}
.heading-sm h2 {
    font-weight: 800;
    font-size: 3.33vw;
    line-height: 3.68vw;
    color: #1B1B1B;
    margin-bottom: 1.39vw;
}
.memberships-game-section .heading-sm p {
	max-width: 43.61vw;
}
.heading-sm p {
	font-size: 1.67vw;
	line-height: 2.36vw;
	color: #1B1B1B;
	margin: 0 auto;
}
.memberships-game-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.memberships-game-card {
    width: calc(50% - 1.04vw);
}
.memberships-game-card-holder {
    background: #e5e5e5;
}
.memberships-game-card-holder {
    background: #e5e5e5;
    padding: 3.13vw 2vw 2.43vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.memberships-card-heading {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    align-items: flex-start;
    border-bottom: 0.07vw solid rgba(0, 0, 0, 0.15);
    padding-bottom: 1.74vw;
    margin-bottom: 1.74vw;
}
.memberships-card-heading h3 {
    font-weight: 800;
    font-size: 2.22vw;
    line-height: 3.13vw;
    color: #1B1B1B;
    margin: 0;
    width: calc(100% - 6.94vw);
}
.memberships-card-heading img {
    position: absolute;
    right: -2.22vw;
    top: -0.97vw;
    width: 6.2vw;
}
.pickleball-memberships .memberships-card-heading img {
    width: 7.81vw;
}
.memberships-card-content.ul-list ul li {
    font-weight: 500;
    font-size: 1.39vw;
    line-height: 1.94vw;
    color: #1B1B1B;
    margin-bottom: 1.39vw;
}
.memberships-card-content.ul-list ul li:last-child {
	margin-bottom: 0;
}
.memberships-card-btn {
    text-align: center;
    margin-top: 3.33vw;
}
.memberships-card-btn .btn {
    min-width: 19.44vw;
}
.memberships-game-contact-card {
    text-align: center;
    margin-top: 4.17vw;
}
.memberships-game-btn {
    margin-bottom: 2vw;
}
.memberships-game-contact-card p {
    max-width: 43.61vw;
    margin: 0 auto;
}
.memberships-game-card-holder.pickleball-memberships {
    background: #1B1B1B;
}
.pickleball-memberships .memberships-card-heading h3,
.pickleball-memberships .memberships-card-content.ul-list ul li {
    color: #fff;
}
.memberships-game-card-holder.pickleball-memberships * {
    border-color: rgba(255, 255, 255, 0.15);
}
.pickleball-memberships .memberships-card-btn .btn:hover {
	background: #EC262C !important;
	color: #FFFFFF !important;
}
.game-next-level-section {
    background: #F7F7F7;
	position: relative;
}
.game-next-level-section .container-sm {
    position: relative;
    z-index: 1;
}
.game-next-level-section::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../images/game-next-level-logo.svg");
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.view-events-btn {
    margin-top: 1.6vw;
}
.game-next-level-section .heading-sm p {
    max-width: 52.08vw;
}
.accordion-collapse-list {
    margin-bottom: 1.67vw;
}
.accordion-head-card {
    background: #fff;
    padding: 2.43vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    cursor: pointer;
}
.accordion-heading {
    width: calc(100% - 2.92vw - 1.74vw);
}
.accordion-heading h6 {
    font-weight: 600;
    font-size: 0.97vw;
    line-height: 1.18vw;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: rgba(27, 27, 27, 0.65);
    position: relative;
    padding-left: 1.32vw;
    margin-bottom: 0.69vw;
}
.accordion-heading h6::before {
    content: "";
    width: 0.69vw;
    height: 0.69vw;
    background: #EC262C;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0.21vw;
}
.accordion-heading h3 {
    font-weight: 600;
    font-size: 2.22vw;
    line-height: 2.64vw;
    letter-spacing: 0.02em;
    color: #1B1B1B;
    margin: 0;
}
.accordion-collapse-icon {
    width: 2.92vw;
    height: 2.92vw;
    background: #1F1F1F;
    border-radius: 100%;
    position: relative;
}
.accordion-collapse-icon::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0.28vw;
    right: 0;
    left: 0.07vw;
    margin: auto;
    width: 0.83vw;
    height: 0.83vw;
    border-right: 0.14vw #ffffff solid;
    border-bottom: 0.14vw #ffffff solid;
    transform: rotate(45deg);
}
.accordion-collapse-list.active .accordion-heading h3 {
	color: #EC262C;
}
.accordion-collapse-list.active .accordion-collapse-icon {
    background: #EC262C;
    transform: rotate(180deg);
}
.accordion-collapse-list.active .accordion-collapse-icon::before {
    left: -0.14vw;
    bottom: 0.42vw;
}
.accordion-collapse-content {
    background: #fff;
    padding: 0.69vw 2.43vw 2.43vw;
	display: none;
}
.accordion-collapse-list.active .accordion-collapse-content {
	display: block;
}
.game-next-level-accordion-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.game-next-level-accordion-img-card {
    width: 17.78vw;
}
.game-next-level-accordion-img-card img {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 85% 100%, 0 100%, 0% 50%);
}
.game-next-level-accordion-content-card {
    width: calc(100% - 17.78vw);
    padding-left: 2.08vw;
}
.game-next-level-accordion-content-card h4 {
    font-weight: 600;
    font-size: 1.39vw;
    line-height: 1.67vw;
    letter-spacing: 0.02em;
    color: #1B1B1B;
    margin-bottom: 1.53vw;
}
.game-next-level-accordion-content-card p {
    font-size: 1.11vw;
    line-height: 1.81vw;
    color: #1B1B1B;
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.11vw;
    column-gap: 0.69vw;
}
.game-next-level-accordion-content-card p + h4 {
    margin-top: 1.74vw;
}
.game-next-level-accordion-content-card ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.69vw 1.39vw;
}
.game-next-level-accordion-content-card ul li {
    font-size: 1.11vw;
    line-height: 1.81vw;
    color: #1B1B1B;
    display: block;
    position: relative;
    padding-left: 1.5vw;
}
.game-next-level-accordion-content-card ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    color: #f20;
    position: absolute;
    left: 0;
	top: 0;
}
.game-next-level-accordion-content-card ul li a {
    color: #0056D2;
}
.game-next-level-accordion-content-card ul li a:hover {
    color: #0056D2;
}
.faq-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.faq-left-col {
    width: 30.78vw;
}
.faq-right-col {
    width: 50.97vw;
}
.faq-accordion {
    border-top: 0.07vw solid #000000;
}
.faq-accordion-list {
    border-bottom: 0.07vw solid #000000;
    transition: 0.2s ease all;
    padding: 1.39vw 0 1.39vw 0;
}
.faq-accordion-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    cursor: pointer;
    padding-right: 0.69vw;
}
.faq-accordion-heading {
    width: calc(100% - 2.08vw - 1.74vw);
}
.faq-accordion-heading h3 {
    margin: 0;
    font-weight: 600;
    font-size: 1.39vw;
    line-height: 2.08vw;
    color: #1B1B1B;
}
.faq-accordion-head .accordion-collapse-icon {
    width: 2.08vw;
    height: 2.08vw;
}
.faq-accordion-head .accordion-collapse-icon::before {
    width: 0.56vw;
    height: 0.56vw;
    bottom: 0.14vw;
    left: 0.03vw;
}
.faq-accordion-collapse-content {
    margin-top: 0.56vw;
    padding-top: 1.39vw;
    padding-bottom: 0.69vw;
    display: none;
}
.faq-accordion-collapse-inner p {
    font-size: 1.11vw;
    line-height: 1.67vw;
}
.faq-accordion-collapse-inner p a {
    color: #0056D2;
}
.faq-accordion-list.active .faq-accordion-collapse-content {
    display: block;
}
.faq-accordion-list.active .faq-accordion-heading h3 {
    color: #EC262C;
}
.faq-accordion-list.active .accordion-collapse-icon {
    background: #EC262C;
    transform: rotate(180deg);
}
.club-black-bg-marquee-section {
    background: #000;
    padding: 1vw 0;
}

.club-black-bg-marquee-section .squash-marquee-item h6 {
	color: #fff;
}

.squash-marquee-scroller {
	width: 10000%;
}
.squash-marquee-scroller.ready > * {
	display: inline-block;
	float: left;
	overflow: hidden;
	animation-timing-function: linear;
	animation-delay: 1s;
	animation-duration: 30s;
	animation-name: scroll-left;
	animation-iteration-count: infinite;
}
.squash-marquee-scroller.reverse.ready > * {
	animation-name: scroll-right;
}


@keyframes scroll-left {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes scroll-right {
	0% {
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

/*  VIDEO BOTTOM SECTION START */
.video-section{
	margin: 0;
	padding: 0;
	height: 80vh;
}

.video-section video{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
/*  VIDEO BOTTOM SECTION END */
/** ================== // SQUASH PAGE END // ================== **/


/** ================== // PICKLEBALL PAGE START// ================== **/
.mission-wrap h4 {
    color: #fff;
    margin: 2.92vw 0 2.08vw;
    padding: 0;
    font-size: 2.22vw;
    line-height: normal;
}
.jump-game-play-section .heading-sm {
    padding: 0 8.1vw;
}
.schedule-compressed-pickleball {
    margin: 0 0 3.33vw;
    padding: 0;
    border: 0.052vw rgba(0,0,0,0.15) solid;
    border-radius: 0.69vw;
}

.schedule-compressed-pickleball img{
	width: 100%;
}

.jump-game-card-row{
	display: flex;
	flex-wrap: wrap;
}

.memberships-game-col-left{
	width: 73%;
}

.jump-game-card-row .memberships-game-btn {
    width: 27%;
    margin: 0;
}
.memberships-game-section.pk-ball-page-play-section .heading-sm p {
    max-width: 66.61vw;
}
.memberships-game-col-left h6 {
    margin: 0;
}
.memberships-game-col-left p {
    font-size: 1.39vw;
}
.memberships-game-col-left p a {
    text-decoration: underline;
}
.memberships-game-col-left p a:hover {
    text-decoration: none;
}
.gary-bg-section{
	background: #F7F7F7;
}
.tournaments-servies-section .container-sm {
	max-width: 100%;
	padding: 0;
}
.tournaments-servies-section {
    overflow: hidden;
}
.servies-colum-ct-main{
	margin: 0;
	padding: 0;
}
.servies-colum-tt-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 11.11vw;
}
.servies-colum-tt-row:last-child {
    margin-bottom: 0;
}
.servies-colum-tt-col-left{
	width: 50%;
}
.servies-colum-tt-col-right{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.servies-colum-img-figure{
    clip-path: polygon(0 0, 100% 0, 100% 90%, 85% 100%, 0 100%, 0% 50%);
}
.servies-colum-img-figure img{
	width: 100%;
}
.servies-colum-tt-text-info{
	padding:5.56vw 5.56vw 5.56vw 6.67vw;
}

.servies-colum-tt-text-info h3 {
    font-size: 3.33vw;
    line-height: 110%;
    margin: 0 0 1.11vw;
}
.servies-colum-tt-text-info p {
    font-size: 1.25vw;
    line-height: 150%;
}
.servies-colum-tt-text-info li {
    font-size: 1.25vw;
    line-height: 140%;
}

.servies-colum-tt-text-info .btn {
    margin-top: 1.11vw;
}

/** ================== // PICKLEBALL PAGE END // ================== **/


/** ================== // CONTACT PAGE START // ================== **/
.contact-hero-section .home-banner-bg::after{
	display: none;
}

.contact-section {
	overflow: hidden;
}

.contact-row {
    display: flex;
	flex-wrap: wrap;
}
.contact-section-left {
    width: 35%;
}

.contact-section-right {
    width: 65%;
    padding-left: 8.33vw;
}

.contact-heading h4 {
    font-size: 3.33vw;
    line-height: 120%;
    margin: 0 0 2.5vw;
}
.contact-section-left p {
    font-size: 1.25vw;
    line-height: 150%;
    margin-bottom: 2.78vw;
}

.contact-section-left ul {
    list-style: none;
    padding-bottom: 0;
    border-left: 0.14vw solid #EC262C;
}

.contact-section-left ul li {
    font-size: 1.25vw;
    color: #1B1B1B;
    margin-bottom: 1.11vw;
    line-height: normal;
}
.contact-section-left ul li a{
    color: #1B1B1B;
}

.contact-section-left ul li a:hover {
    color: #EC262C;
}

.contact-section-left ul li i {
    width: 1.39vw;
    margin-right: 0.69vw;
}

.form-table-warp form {
    display: flex;
    flex-wrap: wrap;
}
.form-warp-row {
    display: flex;
    flex-wrap: wrap;
	margin: 0 -0.69vw;
	row-gap:2.78vw;
}

.form-group {
    width: 100%;
	padding: 0 0.69vw;
}
.form-group.half-left {
    width: 50%;
}
.form-group.half-right {
    width: 50%;
}

.form-group .medium {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 0.56vw;
	height: 3.33vw;
	color: #000;
	appearance: none;
    width: 100%;
    border: none;
    padding: 0.69vw 1.04vw;
    font-size: 1.11vw;
    line-height: 1.67vw;
}

.form-group .medium::-webkit-input-placeholder{
	color: #000;
}

.form-group label {
    font-size: 1.11vw;
    font-weight: bold;
    margin: 0 0 0.42vw;
    position: relative;
    display: block;
}
.form-table-warp h5 {
    margin-bottom: 2.22vw;
}

.form-group textarea.medium {
    height: 12.22vw;
    resize: none;
}

.btn.apply-btn {
    width: 100%;
    padding: 1.04vw 1.67vw;
    font-weight: 600;
}

.form-group select.medium {
    background:rgba(0, 0, 0, 0.05) url('../images/select-down.png') no-repeat right 1.11vw center;
}

.form-group.checkbox input {
  display: none;
}
.form-group.checkbox label {
    cursor: pointer;
    margin: 0;
    padding-left: 1.94vw;
}
/* .form-group.checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 0.052vw solid #000;
    padding: 0.56vw;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 0.63vw;
    margin-top: 0;
    position: absolute;
    top: 0.21vw;
    left: 0;
}

.form-group.checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 0.42vw;
    left: 0.42vw;
    width: 0.42vw;
    height: 0.63vw;
    border: solid #000000;
    border-width: 0 0.052vw 0.052vw 0;
    transform: rotate(42deg);
} */
/** ================== // CONTACT PAGE END // ================== **/

/** ================== // GALLERY PAGE START // ================== **/
.gallery-item-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.11vw;
	row-gap: 2.22vw;
	justify-content: center;
}

.gallery-item{
	width: 33.33%;
	padding: 0 1.11vw;
	display: none;
}

.gallery-figure{
	display: block;
	position: relative;
	overflow: hidden;
}

.gallery-figure a{
	display: block;
}

.gallery-figure:hover img {
    transform: scale(1.1);
}

.gallery-figure img {
    transition: 1s;
}

.show-more-gallery {
	margin-top: 4vw;
}
.show-more-gallery a.btn {
    min-width: 100%;
}
/** ================== // GALLERY PAGE END // ================== **/


/** ================== // Events & Clinics PAGE CSS START // ================== **/

.events-and-clinics-banner {
    height: 44.44vw;
}
.events-and-clinics-banner .banner-content {
    max-width: 58.47vw;
    margin: 0 auto;
    text-align: center;
}
.events-and-clinics-banner .banner-content p{
	padding: 0vw;
}

/* PICKLEBALL TOURNAMENT */

.pickleball-tournament-section {
}
.pickleball-tournament-section .heading-sm {
	margin-bottom: 2.78vw;
}
.pickleball-tournament-section .heading-sm h2 {
    line-height: 4vw;
}
.pickleball-tournament-series {
    border: 0.07vw solid rgba(0, 0, 0, 0.32);
    padding: 2.22vw 2.22vw 2.78vw;
}

.pickleball-tournament-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
	margin-top: 2.78vw;
}
.pickleball-tournament-left {
    width: 26.2%;
}
.pickleball-thumb {
    clip-path: polygon(0 0, 100% 0, 100% 88%, 80% 100%, 0 100%, 0% 50%);
}
.pickleball-thumb img {
    width: 100%;
    height: 100%;
}
.pickleball-tournament-right {
    width: calc(100% - 26.2%);
    padding-left: 2.01vw;
}
.pickleball-tournament-right-info h4 {
    color: #1B1B1B;
    font-size: 1.39vw;
    font-style: normal;
    font-weight: 600;
    line-height: 1.67vw;
    letter-spacing: 0.03vw;
	margin-bottom: 0.97vw;
}
.pickleball-tournament-right-info ul {
    padding: 0vw 0vw 0vw 0.21vw;
    list-style: none;
}
.pickleball-tournament-right-info ul li {
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
	margin-bottom: 0.83vw;
}
.pickleball-tournament-right-info ul li p {
    color: #1B1B1B;
    font-size: 1.11vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.67vw;
	margin-bottom: 0vw;
}
.pickleball-tournament-right-info ul li p a {
	color: #1B1B1B;
	font-size: 1.11vw;
	font-style: normal;
	font-weight: 400;
	line-height: 1.67vw;
	text-decoration: underline;
	text-decoration-color: #1B1B1B;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
}
.pickleball-tournament-right-info ul li p a:hover{
	color: #EC262C;
	text-decoration-color: #EC262C;;
}
.pickleball-tournament-right-info ul li:last-child{
	margin-bottom: 0vw;
}
.pickleball-tournament-right-info ul li img {
    width: 1.32vw;
    height: 1.32vw;
    margin-right: 0.73vw;
	margin-top: 0.16vw;
}
.pickleball-tournament-title h6 {
    color: rgba(27, 27, 27, 0.65);
    font-size: 0.97vw;
    font-style: normal;
    font-weight: 600;
    line-height: 1.17vw;
    letter-spacing: 0.02vw;
    text-transform: uppercase;
	margin-bottom: 0.76vw;
	position: relative;
     padding-left: 1.3vw;
}
.pickleball-tournament-title h6::after{
	content: "";
	width: 0.65vw;
	height: 0.65vw;
	background: #EC262C;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
}
.pickleball-tournament-title h3 {
    color: #1B1B1B;
    font-size: 2.22vw;
    font-style: normal;
    font-weight: 600;
    line-height: 2.67vw;
    letter-spacing: 0.04vw;
	margin-bottom: 0vw;
}
.add-date {
    margin-top: 1.28vw;
}
.add-date a {
    color: #000;
    text-align: center;
    font-size: 3.33vw;
    font-style: normal;
    font-weight: 800;
    line-height: 4vw;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/* PICKLEBALL TOURNAMENT */

/* MONTHLY CLINICS CALENDAR */

.monthly-clinics-calendar-section{
	background: #F7F7F7;
}
.monthly-clinics-calendar-section .heading-sm {
    width: 43.33vw;
	margin: 0vw auto 2.64vw;
}
.monthly-clinics-calendar-section .heading-sm h2 {
    margin-bottom: 0.56vw;
    line-height: 4vw;
}
.monthly-clinics-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0vw -1.15vw;
    row-gap: 3vw;
}
.monthly-clinics-col {
    width: 33.33%;
}
.monthly-clinics-item {
    padding: 0vw 1.15vw;
}
.monthly-clinics-thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 87%, 86% 100%, 0 100%, 0% 50%);
}
.monthly-clinics-thumb img {
    width: 100%;
    height: 100%;
	transition: .6s all;
}
.monthly-clinics-col:hover .monthly-clinics-thumb img{
	transform: scale(1.1);
}
.monthly-clinics-info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
	margin-top: 1.67vw;
    height: 7.92vw;
}
.circle-check{
	width: 1.67vw;
	margin-top: 0.20vw;
}
.circle-check img {
    width: 100%;
    height: 100%;
}
.monthly-clinics-inner-info {
    width: calc(100% - 1.67vw);
	padding-left: 1.04vw;
}
.monthly-clinics-inner-info h4 {
    color: #1B1B1B;
    font-family: "Open Sans", sans-serif;
    font-size: 1.53vw;
    font-style: normal;
    font-weight: 700;
    line-height: 2.44vw;
	margin-bottom: 0vw;
}
.monthly-clinics-inner-info p {
	color: #1B1B1B;
	font-family: "Open Sans", sans-serif;
	font-size: 1.25vw;
	font-style: normal;
	font-weight: 400;
	line-height: 1.73vw;
	padding-right: 1.39vw;
}

.monthly-calendar-picture {
    margin-top: 5.63vw;
    background: #fff;
    padding: 3.54vw 4.48vw 3.54vw 4.58vw;
	text-align: center;
}
.monthly-calendar-picture img{
	width: 100%;
	height: 100%;
}
.register-section {
    padding-top: 12.78vw;
}
.register-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.register-wrapper::after {
    content: "";
    position: absolute;
    width: 78.06vw;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    background: #1B1B1B;
}
.register-col-right-info h4 {
    color: #FFF;
    font-size: 2.22vw;
    font-style: normal;
    font-weight: 800;
    line-height: 2.67vw;
	margin-bottom: 1.46vw;
}
.register-book-row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1.81vw;
}
.register-book-row:last-child{
    margin-bottom: 0vw;
}
.register-col-left {
    width: 43%;
    position: relative;
    z-index: 1;
}
.register-col-left .sports-club-info-card {
    right: -2.50vw;
    left: auto;
    top: 30%;
    transform: translateY(70%);
}
.court-game-picture {
    margin-top: -4.86vw;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 100% 100%, 11.8% 100%, 0 90%);
}
.register-col-right {
    width: 57%;
    position: relative;
    z-index: 1;
    padding-bottom: 4.86vw;
    padding-top: 5.56vw;
}
.register-col-right-info{
	padding-left: 7.85vw;
}
.court-game-picture img {
    width: 100%;
    height: 100%;
}
.register-book-left span {
    color: #EC262C;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 4.17vw;
    font-style: italic;
    font-weight: 700;
    line-height: 4.25vw;
    text-transform: uppercase;
    padding-right: 1.81vw;
}
.register-book-right h5 {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 1.53vw;
    font-style: normal;
    font-weight: 700;
    line-height: 2.44vw;
	margin-bottom: 0vw;
}
.register-book-left {
    width: 3.83vw;
}
.register-col-right-info {
    padding-left: 7.85vw;
    padding-right: 8.47vw;
}
.register-book-right {
    width: calc(100% - 3.83vw);
}
.register-book-right p {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.13vw;
}
.register-book-right p a{
    color: #fff;
    text-decoration: underline;
}
.register-book-right p a:hover{
    color: #EC262C;
}
/* MONTHLY CLINICS CALENDAR */


/** ================== // Events & Clinics PAGE CSS END // ================== **/


/* RESERVE PAGE CSS START */
.reserve-banner .banner-content h1 {
    padding: 0 6vw;
}
.reserve-banner .banner-content p {
    padding: 0 4vw;
}

/* reserve info section css start */
.reserve-info-section {
    padding: 5.56vw 0 9.03vw;
}
.reserve-info-section .container {
    padding: 0 13.19vw;
}
.reserve-info-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.reserve-info_left {
    max-width: 37.76vw;
}
.reserve-info_right {
    max-width: 28.13vw;
}
.reserve-heading h2 {
    color: #1B1B1B;
    font-size: 3.33vw;
    letter-spacing: 0;
    line-height: 120%;
    margin-bottom: 1.11vw;
    font-weight: 800;
}
.reserve-info_left h4 {
    color: #1B1B1B;
    font-size: 1.67vw;
    letter-spacing: 0;
    line-height: 140%;
    margin-bottom: 1.67vw;
    font-weight: 400;
}
.reserve-info_left p {
    color: #000;
    font-size: 1.25vw;
    letter-spacing: 0;
    line-height: 150%;
    font-weight: 400;
    padding-right: 2vw;
}
.reserve-info_left p a {
    color: #000;
    font-weight: 700;
}
.reserve-info_left p a:hover {
    color: #E00000;
}
.reserve-feature-card {
    margin: 0 0 1.67vw;
}
.reserve-feature-card_inner {
    box-shadow: 0 1.39vw 1.74vw 0 #0000001A;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.67vw;
    padding: 1.67vw;
    background-color: #fff;
    min-height: 5.56vw;
}
.reserve-feature-card_inner .icon {
    min-width: 1.67vw;
    flex-shrink: 0;
    max-width: 2.78vw;
}
.reserve-feature-card_inner .icon img {
    width: 100%;
}
.reserve-feature-card_inner h5 {
    margin: 0;
    text-transform: uppercase;
    font-style: italic;
    color: rgba(0, 0, 0, 0.32);
    font-size: 1.39vw;
    line-height: 120%;
    font-family: "Roboto Condensed", sans-serif;
}
/* reserve info section css end */

/* reserve access section css start */
.reserve-access-section .servies-colum-tt-row:nth-child(even) {
    flex-direction: row-reverse;
    margin-bottom: 11.11vw;
}
.servies-colum-tt-text-info h5 {
    font-size: 1.39vw;
    line-height: 140%;
    margin: 0;
}
.servies-colum-tt-text-info h5:not(:first-child) {
    margin-top: 1.39vw;
}
.servies-colum-tt-text-info ul {
    padding-left: 1.8vw;
}
.servies-colum-tt-text-info h5 a {
    text-decoration: underline;
}
.reserve-access-section .servies-colum-tt-row:nth-child(even) .servies-colum-img-figure {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%, 0% 90%, 0 0);
}
.servies-colum-tt-text-info {
    padding: 0 5.86vw;
}
.makebooking-wrapper {
    margin-top: 3.89vw;
    border: 0.052vw rgba(0, 0, 0, 0.32) solid;
	padding: 2vw;
}
/* reserve access section css end */

/* RESERVE PAGE CSS END */


/* ====================================================== */
/* ====================================================== */
/* ====================================================== */



/* MEMBERSHIP PAGE CSS START */

/* membership banner css start */
.inner-banner.membership-banner .home-banner-bg::after {
    opacity: 0;
}
.inner-banner.membership-banner .banner-content {
    max-width: 100%;
    padding: 0 5vw;
}
.inner-banner.membership-banner .banner-content p {
    padding: 0 10.5vw;
}
/* membership banner css end */

/* membership info section css start */
.membership-info-section {
    padding: 5.56vw 0 9.03vw;
}
.membership-info-section .container {
    padding: 0 5.07vw;
}
.membership-info-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2.08vw;
}
.membership-info_left {
    width: 28.19vw;
}
.membership-info_right {
    width: 59.03vw;
}
.membership-info-list {
    margin: 2.78vw 0 2.78vw;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0 2.78vw;
}
.membership-info-list .reserve-feature-card {
    width: calc(50% - 1.39vw);
}
.faq-accordion-collapse-inner.membership-info-inner {
    max-width: 43.33vw;
}
.faq-accordion-collapse-inner h4 {
    font-size: 1.67vw;
    line-height: 110%;
    margin: 0 0 2.01vw;
}
.faq-accordion-collapse-inner.membership-info-inner p {
    font-size: 1.25vw;
    line-height: 150%;
    margin: 0 0 2.01vw;
}
.get-day-pass-btn {
    margin: 2.92vw 0 0;
}
.pricing-table {
  max-width: 100%;
  margin: 0 auto;
  border-radius: 0.28vw;
  overflow: hidden;
  border: 0.07vw solid rgba(217, 217, 217, 1);
  box-shadow: 0 0 0.56vw rgba(0, 0, 0, 0.03);
}
.pricing-table table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.pricing-table thead {
  background-color: #f9f9f9;
}
.pricing-table th,
.pricing-table td {
    padding: 0.9vw;
    border-bottom: 0.07vw solid rgba(217, 217, 217, 1);
    width: 25%;
    text-align: center;
    border-right:0.07vw solid rgba(217, 217, 217, 1);
	font-size: 0.97vw;
	font-weight: 600;
}
.pricing-table th {
    background: #EC262C;
    color: #fff;
}
.pricing-table th:last-child,
.pricing-table td:last-child {
    border-right: none;
}
.pricing-table tr:last-child td {
    border-bottom: none;
}
.pricing-table tr td:first-child {
    text-align: left;
}
.pricing-table td {
    color: #000;
}
.pricing-table td:nth-child(2) {
    background: #FBFBFB;
}
.pricing-table td:nth-child(3) {
    background: #F4F4F4;
}
.pricing-table td:last-child {
    background: #E7E7E7;
}
.pricing-table .price {
    /* background: rgba(76, 175, 80, 0.1);
    color: rgba(76, 175, 80, 1);
    padding: 0.14vw 0.97vw 0;
    border-radius: 1.39vw;
    font-weight: 500;
    display: inline-block;
    min-width: 3.89vw;
    min-height: 1.53vw; */
}
.membership-info-table:not(:first-child) {
    margin-top: 5.49vw;
}
.membership-info-table h5 {
    font-size: 1.25vw;
    line-height: 110%;
    margin: 0 0 0.83vw;
    font-weight: 800;
}
/* membership info section css end */

/* become a member section css start */
.become-member-section {
   background: rgba(247, 247, 247, 1);
    padding: 9.03vw 0;
}
.become-member-wrapper .heading h2 {
    text-align: center;
    color: #1B1B1B;
    font-size: 3.33vw;
    line-height: 110%;
    margin: 0 0 4.51vw;
    font-weight: 800;
}
.become-member-section .container {
    padding: 0 13.19vw;
}
/* become a member section css end */

/* MEMBERSHIP PAGE CSS END */

.joinform-submit p,
.form-group.send-enquiry-group p {
    position: relative;
}
.joinform-submit .wpcf7-spinner,
.form-group.send-enquiry-group .wpcf7-spinner {
    position: absolute;
    top: 0;
    right: 0.69vw;
    bottom: 0;
    margin: auto;
}
.form-group.checkbox input {
  display: none;
}
.form-group.checkbox label {
    cursor: pointer;
    margin: 0;
    line-height: 1.6;
}
.form-group.checkbox label .wpcf7-list-item-label:before {
	content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 0.052vw solid #000;
    padding: 0.56vw;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 0.63vw;
    margin-top: 0;
    position: absolute;
    top: 0.21vw;
    left: 0;
}
.form-group.checkbox input:checked + .wpcf7-list-item-label:after {
    content: '';
    display: block;
    position: absolute;
    top: 0.36vw;
    left: 0.45vw;
    width: 0.35vw;
    height: 0.72vw;
    border: solid #000000;
    border-width: 0 0.07vw 0.07vw 0;
    transform: rotate(42deg);
}
.form-group.checkbox span.wpcf7-list-item {
    margin: 0;
}
body .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1.11vw;
    font-family: "Inter", sans-serif;
    font-weight: 300;
}
body .wpcf7 form .wpcf7-response-output {
    margin: 0.69vw 0 0;
    padding: 0;
    border: none;
    color: #dc3232;
    font-weight: 300;
    font-family: "Inter", sans-serif;
    font-size: 1.11vw;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
    font-size: 1.11vw;
}
body .wpcf7-spinner {
    position: absolute;
    right: -0.83vw;
    bottom: 0.97vw;
}

.heading-sm.redcolor0pargrap h2 {
    font-size: 2.5vw;
}

.heading-sm.redcolor0pargrap p {
    color: #EC262C;
}

.g-calendar {
    background: #fff;
    padding: 4vw;
    margin-top: 6vw;
}

.g-calendar iframe {
    height: 50vw;
}
