@font-face {
    font-family: "Montserrat-Regular";
    src: url("assets/fonts/Montserrat-Regulard41d.html?") format("eot"),
        url("assets/fonts/Montserrat-Regular.html") format("woff"),
        url("assets/fonts/Montserrat-Regular-2.html") format("truetype"),
        url("assets/fonts/Montserrat-Regular-3.html#Montserrat-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}
:root {
    --brand-primary: red;
    --brand-secondary: gray;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
img,
svg {
    width: 100%;
    border: 0;
}
a,
button {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.hide {
    display: none !important;
}
li,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.d-none {
    display: none;
}
.text-center {
    text-align: center;
}
.p-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-20 {
    padding-bottom: 20px;
}
.form-control:focus,
.form-select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.btn-common a,
.btn-common button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-radius: 8px;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#0082c8),
        color-stop(#004c8f),
        color-stop(#0082c8),
        to(#004c8f)
    );
    background-image: linear-gradient(to right, #0082c8, #004c8f, #0082c8, #004c8f);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 14px 54px;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-size: 300% 100%;
    background-position: 100% 0;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}
.btn-common a b,
.btn-common button b {
    font-weight: 500;
}
.btn-common a:hover,
.btn-common button:hover {
    background-position: 1% 100%;
    color: #fff;
}
.btn-common a.btnRegister span b,
.btn-common button.btnRegister span b {
    color: #fff;
    background: linear-gradient(99.62deg, #fff -0.14%, #fff 85.39%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.btn-common a.btnRegister:hover b,
.btn-common button.btnRegister:hover b {
    font-size: 18px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-common a.btnRegister2 span,
.btn-common button.btnRegister2 span {
    background: #fff;
}
.btn-common a.btnRegister2 span b,
.btn-common button.btnRegister2 span b {
    background: linear-gradient(99.62deg, #0082c8 -0.14%, #004c8f 85.39%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-common a.btnRegister2:hover span,
.btn-common button.btnRegister2:hover span {
    background: linear-gradient(99.62deg, #0082c8 -0.14%, #004c8f 85.39%);
}
.btn-common a.btnRegister2:hover b,
.btn-common button.btnRegister2:hover b {
    color: #fff;
    background: linear-gradient(99.62deg, #fff -0.14%, #fff 85.39%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.btn-common button {
    max-width: 332px;
    width: 100%;
}
.btn-common button span {
    background: linear-gradient(99.62deg, #0082c8 -0.14%, #004c8f 85.39%);
    color: #fff;
    font-weight: 700;
}
.btn-common button:hover span {
    background: #fff;
    color: #004c8f;
}
.btn-common p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    padding-bottom: 24px;
}
.container {
    max-width: 90%;
    margin: auto;
}
@media screen and (max-width: 1024px) {
    .container {
        padding-left: 24px;
        padding-right: 24px;
        max-width: 100%;
    }
}
.headerTxt h2 {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 15px;
    text-transform: capitalize;
    line-height: 156%;
}
.headerTxt h2 span {
    color: #014c8f;
}
.headerTxt p {
    font-size: 15px;
    color: #535353;
    padding-bottom: 36px;
}
@media screen and (min-device-width: 990px) and (max-device-width: 1900px) {
    .headerTxt h2 {
        font-size: 45px;
    }
}
.selectDrop select {
    max-width: 320px;
    width: 100%;
    margin: auto;
    background: #ffffff url(../images/select-icon.svg) no-repeat 95% center;
    -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08) !important;
    border-radius: 8px;
    height: 60px;
    color: #666666;
}
@media screen and (max-width: 990px) {
    .club-location .container,
    .comuni .container {
        padding: 0;
    }
}
.corBoxSlider,
.corBoxSlider2 {
    padding: 60px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.corBoxSlider2 li,
.corBoxSlider li {
    padding-right: 15px;
    padding-bottom: 40px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 990px) {
    .corBoxSlider2 li,
    .corBoxSlider li {
        padding-right: 0;
        padding-left: 15px;
    }
}
.corBoxSlider2 {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}
.corBoxSlider2 li {
    padding-right: 0;
}
.corBoxSlider2 .slick-slide {
    height: auto;
    padding-bottom: 30px;
}
@media screen and (max-width: 1200px) {
    .corBoxSlider2 .slick-slide {
        padding: 0 0 20px;
    }
    .corBoxSlider2 .slick-next.slick-arrow {
        right: 50px;
        margin-top: -15px;
    }
    .corBoxSlider2 .slick-arrow.slick-prev {
        left: 50px;
    }
}
@media screen and (max-width: 768px) {
    .corBoxSlider2 .slick-arrow {
        display: none !important;
    }
}
.corBox {
    width: 330px;
    -webkit-box-shadow: 0px 12px 42px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 12px 42px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin: auto;
}
.corBox .corBoxImg {
    overflow: hidden;
    border-radius: 20px;
}
@media screen and (max-width: 390px) {
    .corBox {
        width: 300px;
    }
}
.corBox img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: linear-gradient(
        154.63deg,
        #d7ecfd 21.37%,
        #d7ecfd 21.37%,
        #d8edfd 28.8%,
        #d2e9fb 35.83%,
        rgba(241, 241, 243, 0) 50.52%
    );
}
.corBox:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.corBox .corBoxTxt {
    position: absolute;
    left: 0;
    top: 0;
    padding: 30px 20px 0 20px;
    text-align: left;
}
.corBox .corBoxTxt h3 {
    color: #282828;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    text-transform: capitalize;
}
.corBox .corBoxTxt p {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    padding-bottom: 10px;
}
.corBox .corBoxTxt a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #014c8f;
}
.corBox .corBoxTxt a:after {
    content: "";
    width: 14px;
    height: 12px;
    background: url(../images/icon-arrow1.svg);
    display: block;
    margin-left: 10px;
    position: relative;
    top: 2px;
}
.corBox .corBoxTxt a:hover {
    color: #000;
}
.corBox .corBoxTxt a:hover:after {
    background: url(../images/icon-arrow1-over.svg);
}
.corBox.corBoxGrc {
    padding: 16px;
    border: 1px solid #e5edfc;
    -webkit-box-shadow: 0px 12px 42px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 12px 42px rgba(0, 0, 0, 0.06);
}
.corBox.corBoxGrc .corBoxImg img {
    width: auto;
    height: 500px;
    -webkit-transform: translateX(-6%);
    transform: translateX(-6%);
}
@media screen and (max-width: 768px) {
    .corBox.corBoxGrc .corBoxImg img {
        width: 100%;
        height: auto;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.corBox.corBoxGrc .corBoxTxt {
    background: #fff;
    padding: 10px 15px 15px;
    width: calc(100% - 64px);
    border-radius: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 30px;
    top: auto;
    height: 230px;
}
.corBox.corBoxGrc .corBoxTxt h4 {
    font-size: 16px;
    font-weight: 500;
    color: #282828;
    text-transform: capitalize;
    padding-bottom: 10px;
}
.corBox.corBoxGrc .corBoxTxt p {
    font-size: 12px;
    line-height: 15px;
    color: #535353;
    padding-bottom: 0;
}
@media screen and (max-width: 768px) {
    .corBox.corBoxGrc .corBoxTxt p {
        line-height: 1.5;
    }
}
.corBox.corBoxGrc2 {
    padding: 16px;
    border: 1px solid #e5edfc;
    -webkit-box-shadow: 0px 12px 42px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 12px 42px rgba(0, 0, 0, 0.06);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
@media screen and (max-width: 480px) {
    .corBox.corBoxGrc2 {
        height: 600px;
    }
}
.corBox.corBoxGrc2 .corBoxTxt {
    position: initial;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 16px;
}
.corBox.corBoxGrc2 .corBoxTxt h4 {
    font-size: 16px;
    font-weight: 500;
    color: #282828;
    text-transform: capitalize;
    padding-bottom: 10px;
    padding-top: 10px;
}
.corBox.corBoxGrc2 .corBoxTxt p {
    font-size: 15px;
    line-height: 1.6;
    color: #535353;
    padding-bottom: 10px;
}
.corBox.corBoxGrc3 {
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0px 12px 13px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 12px 13px rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    background: #fafafa url(../images/waveBg.svg) no-repeat center bottom;
}
.corBox.corBoxGrc3 .corBoxImg {
    width: 125px;
    border-radius: 65px;
    margin: auto;
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.28);
    margin-bottom: 20px;
}
.corBox.corBoxGrc3 .corBoxImg img {
    border-radius: 65px;
}
.corBox.corBoxGrc3 .corBoxTxt {
    position: inherit;
    text-align: center;
}
.corBox.corBoxGrc3 .corBoxTxt h3 {
    font-size: 18px;
    line-height: 1.4;
    height: 80px;
    margin-top: 10px;
}
.corBox.corBoxGrc3 .corBoxTxt p {
    font-size: 14px;
    font-weight: 400;
    min-height: 190px;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.corBox.corBoxGrc3 .corBoxTxt p:before {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../images/comms.svg) no-repeat;
    position: relative;
    margin-right: 10px;
    margin-top: -5px;
}
.corBox.corBoxGrc3 h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    padding-bottom: 25px;
    text-transform: capitalize;
}
.onlineReg {
    background: #f0f9ff;
}
@media screen and (max-width: 990px) {
    .onlineReg .container {
        padding: 0 20px;
    }
}
.resClubBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    width: 100%;
    margin: auto;
}
.resClubBox li {
    padding-bottom: 30px;
}
.resClubBoxIn {
    max-width: 380px;
    width: 100%;
    background: #fafafa;
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    padding: 40px 20px 30px;
    text-align: center;
    height: 100%;
}
@media screen and (min-device-width: 1370px) and (max-device-width: 1900px) {
    .resClubBoxIn {
        max-width: 340px;
    }
}
@media screen and (min-device-width: 990px) and (max-device-width: 1369px) {
    .resClubBoxIn {
        max-width: 280px;
    }
}
.resClubBoxIn h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
    padding: 20px 0 10px;
    color: #282828;
}
.resClubBoxIn p {
    font-size: 15px;
    line-height: 1.4;
    color: #555555;
}
.resClubBoxIn .resClubBoximg {
    width: 100%;
}
.resClubBoxIn .resClubBoximg img,
.resClubBoxIn .resClubBoximg svg {
    width: auto;
    margin: auto;
}
.comuni {
    background: #f0f9ff;
}
.comuni .corBoxSlider2 .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.comuni .corBoxSlider2 .slick-track .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.comuni .corBoxSlider2 .slick-track .slick-slide .corBox.corBoxGrc3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}
.custom-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.custom-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #014c8f;
}
.custom-radio:hover input ~ .checkmark {
    background-color: #ccc;
}
.custom-radio input:checked ~ .checkmark {
    background-color: #d7ecfd;
}
.custom-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.custom-radio input:checked ~ .checkmark:after {
    display: block;
}
.custom-radio .checkmark:after {
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-left: -7px;
    margin-top: -7px;
    background: linear-gradient(99.62deg, #0082c8 -0.14%, #004c8f 85.39%);
}
.breadcum {
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    padding-left: 20px;
}
.breadcum a {
    color: #686868;
    text-decoration: none;
    display: inline-block;
}
.breadcum a:hover {
    color: #014c8f;
}
.breadcum a:after {
    content: "";
    background: url(../images/icon8.svg) no-repeat center bottom;
    width: 20px;
    height: 10px;
    display: inline-block;
    position: relative;
    top: 2px;
}
.breadcum span {
    color: #014c8f;
    text-transform: capitalize;
}
@media screen and (max-width: 990px) {
    .resClubBox li {
        width: 48%;
    }
}
@media screen and (max-width: 480px) {
    .headerTxt h2 {
        font-size: 24px;
        line-height: normal;
    }
    .corBox.corBoxGrc .corBoxTxt {
        width: 100%;
        bottom: -20px;
    }
    .slick-arrow {
        display: none !important;
    }
    .corBox.corBoxGrc3 .corBoxTxt p {
        padding: 15px 0;
    }
    .corBox.corBoxGrc3 h5 {
        font-size: 20px;
        padding-bottom: 15px;
    }
    .corBox.corBoxGrc3 .corBoxTxt h3 {
        margin-top: 0;
        height: auto;
    }
    .corBox.corBoxGrc3 .corBoxImg {
        margin: 10px auto 10px;
        width: 80px;
    }
    .readyTrain h3 {
        line-height: normal !important;
        padding-bottom: 10px;
    }
    .club-location.onlineReg {
        padding-left: 0;
        padding-right: 0;
    }
    .resClubBox {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
    .resClubBox li {
        width: 100%;
    }
    .resClubBoxIn {
        margin: auto;
    }
    .resClubBoxIn h3 {
        font-size: 20px;
        line-height: normal;
    }
    .resClubBoxIn .resClubBoximg img {
        width: 80px;
    }
}
.buttonAni {
    position: relative;
    margin-top: 20px;
}
.buttonAni .button,
.buttonAni .button1 {
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 10px;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#0082c8),
        color-stop(#004c8f),
        color-stop(#0082c8),
        to(#004c8f)
    );
    background-image: linear-gradient(to right, #0082c8, #004c8f, #0082c8, #004c8f);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-size: 300% 100%;
    background-position: 100% 0;
    color: #fff;
    font-weight: 700;
    padding: 28px 0;
    max-width: 332px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.buttonAni .button1:hover,
.buttonAni .button:hover {
    background-position: 1% 100%;
}
.buttonAni .text,
.buttonAni .text1 {
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-52%);
    transform: translateY(-52%);
    left: 0;
    right: 0;
}
.buttonAni .progress-bar {
    position: absolute;
    height: 10px;
    width: 0;
    right: 0;
    top: 50%;
    left: 50%;
    border-radius: 200px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    background: #bfbfbf;
}
.buttonAni svg {
    width: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    right: 0;
}
.buttonAni .check {
    fill: none;
    stroke: #ffffff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.max900 {
    max-width: 900px;
    width: 100%;
    margin: auto;
}
.testPL20 {
    padding: 0 20px;
    margin: auto;
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-arrow {
    background: none;
    border: none;
    font-size: 0;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    right: 0;
    background: url(../images/icon-arrow2.svg) no-repeat center/contain;
    z-index: 2;
    -webkit-transform: translate(100%, -50%) rotate(90deg);
    transform: translate(100%, -50%) rotate(90deg);
}
.slick-arrow.slick-disabled {
    opacity: 0.5;
    pointer-events: none;
}
@media only screen and (max-width: 1440px) {
    .slick-arrow {
        width: 50px;
        height: 50px;
    }
}
.slick-arrow.slick-prev {
    left: 0;
    right: unset;
    -webkit-transform: rotate(-90deg) translate(100%, -100%);
    transform: rotate(-90deg) translate(100%, -100%);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.fadeUp {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.fadeUp.animate {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.fadeDown {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.fadeDown.animate {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.fadeIn {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.fadeIn.animate {
    opacity: 1;
}
.delay100 {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.delay200 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.delay300 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.delay400 {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.delay500 {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.zoomRotate {
    -webkit-transform: scale(0) rotate(180deg);
    transform: scale(0) rotate(180deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s 0.3s ease-in;
    transition: -webkit-transform 0.3s 0.3s ease-in;
    transition: transform 0.3s 0.3s ease-in;
    transition: transform 0.3s 0.3s ease-in, -webkit-transform 0.3s 0.3s ease-in;
}
.animate .zoomRotate {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
}
.fill {
    fill: rgba(1, 121, 190, 0);
    -webkit-transition: fill 0.3s 0.7s ease-in-out;
    transition: fill 0.3s 0.7s ease-in-out;
}
.animate .fill {
    fill: #0179be;
}
@-webkit-keyframes dash {
    to {
        stroke-dashoffset: 100;
    }
}
@keyframes dash {
    to {
        stroke-dashoffset: 100;
    }
}
.running {
    --color: #0178be;
    --duration: 0.8s;
    -webkit-transform: scale(var(--scale, 1));
    transform: scale(var(--scale, 1));
}
.running .outer {
    -webkit-animation: outer var(--duration) linear infinite;
    animation: outer var(--duration) linear infinite;
}
.running .outer .body {
    background: var(--color);
    height: 15px;
    width: 8px;
    border-radius: 4px;
    -webkit-transform-origin: 4px 11px;
    transform-origin: 4px 11px;
    position: relative;
    -webkit-transform: rotate(32deg);
    transform: rotate(32deg);
    -webkit-animation: body var(--duration) linear infinite;
    animation: body var(--duration) linear infinite;
}
.running .outer .body:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 4px;
    bottom: 16px;
    left: 0;
    position: absolute;
    background: var(--color);
}
.running .outer .body .arm,
.running .outer .body .arm:before,
.running .outer .body .leg,
.running .outer .body .leg:before {
    content: "";
    width: var(--w, 11px);
    height: 4px;
    top: var(--t, 0);
    left: var(--l, 2px);
    border-radius: 2px;
    -webkit-transform-origin: 2px 2px;
    transform-origin: 2px 2px;
    position: absolute;
    background: var(--c, var(--color));
    -webkit-transform: rotate(var(--r, 0deg));
    transform: rotate(var(--r, 0deg));
    -webkit-animation: var(--name, arm-leg) var(--duration) linear infinite;
    animation: var(--name, arm-leg) var(--duration) linear infinite;
}
.running .outer .body .arm:before {
    --l: 7px;
    --name: arm-b;
}
.running .outer .body .arm.front {
    --r: 24deg;
    --r-to: 164deg;
}
.running .outer .body .arm.front:before {
    --r: -48deg;
    --r-to: -36deg;
}
.running .outer .body .arm.behind {
    --r: 164deg;
    --r-to: 24deg;
}
.running .outer .body .arm.behind:before {
    --r: -36deg;
    --r-to: -48deg;
}
.running .outer .body .leg {
    --w: 12px;
    --t: 11px;
}
.running .outer .body .leg:before {
    --t: 0;
    --l: 8px;
}
.running .outer .body .leg.front {
    --r: 10deg;
    --r-to: 108deg;
}
.running .outer .body .leg.front:before {
    --r: 18deg;
    --r-to: 76deg;
}
.running .outer .body .leg.behind {
    --r: 108deg;
    --r-to: 10deg;
    --c: none;
}
.running .outer .body .leg.behind:before {
    --c: var(--color);
    --r: 76deg;
    --r-to: 18deg;
}
.running .outer .body .leg.behind:after {
    content: "";
    top: 0;
    right: 0;
    height: 4px;
    width: 6px;
    -webkit-clip-path: polygon(2px 0, 6px 0, 6px 4px, 0 4px);
    clip-path: polygon(2px 0, 6px 0, 6px 4px, 0 4px);
    border-radius: 0 2px 2px 0;
    position: absolute;
    background: var(--color);
}
.running-button {
    --color: #f6f8ff;
    --background: #6d58ff;
    --background-hover: #6049ff;
    --background-active: #362a89;
    --background-active-hover: #2e2475;
    --shadow: rgba(0, 9, 61, 0.2);
    --padding-y: 12px;
    --padding-x: 36px;
    margin: 0;
    padding: var(--padding-y) 0;
    font-size: 16px;
    font-weight: 500;
    border-radius: 24px;
    line-height: 23px;
    position: relative;
    border: none;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: background 0.4s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: background 0.4s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s, background 0.4s;
    transition: box-shadow 0.3s, transform 0.3s, background 0.4s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    -webkit-box-shadow: 0 var(--shadow-y, 4px) var(--shadow-blur, 12px) var(--shadow);
    box-shadow: 0 var(--shadow-y, 4px) var(--shadow-blur, 12px) var(--shadow);
    color: var(--color);
    background: var(--b, var(--background));
    -webkit-transform: translateY(var(--y, 0));
    transform: translateY(var(--y, 0));
}
.running-button span {
    display: block;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: translateX(var(--x, 0));
    transform: translateX(var(--x, 0));
    padding: 0 var(--padding-x);
}
.running-button span.default {
    --x: var(--default-x, 0);
}
.running-button span.active {
    --x: var(--active-x, -100%);
    margin-top: -23px;
}
.running-button .running {
    --scale: 0.64;
    --color: #fff;
    position: absolute;
    top: 13px;
    right: 100%;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: translateX(var(--running-x, -8px)) scale(var(--scale));
    transform: translateX(var(--running-x, -8px)) scale(var(--scale));
}
.running-button:hover {
    --b: var(--background-hover);
    --y: -2px;
    --shadow-y: 8px;
    --shadow-blur: 16px;
    --default-x: 4px;
    --running-x: var(--padding-x);
}
.running-button:active {
    --y: 1px;
    --shadow-y: 4px;
    --shadow-blur: 8px;
}
.running-button.active {
    --b: var(--background-active);
    --default-x: 100%;
    --active-x: -12%;
    --running-x: 108px;
}
.running-button.active:hover {
    --b: var(--background-active-hover);
}
@-webkit-keyframes outer {
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25%,
    75% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
}
@keyframes outer {
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25%,
    75% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
}
@-webkit-keyframes body {
    50% {
        -webkit-transform: rotate(16deg);
        transform: rotate(16deg);
    }
    25%,
    75% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }
}
@keyframes body {
    50% {
        -webkit-transform: rotate(16deg);
        transform: rotate(16deg);
    }
    25%,
    75% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }
}
@-webkit-keyframes arm-leg {
    50% {
        -webkit-transform: rotate(var(--r-to));
        transform: rotate(var(--r-to));
    }
}
@keyframes arm-leg {
    50% {
        -webkit-transform: rotate(var(--r-to));
        transform: rotate(var(--r-to));
    }
}
@-webkit-keyframes arm-b {
    30%,
    70% {
        -webkit-transform: rotate(var(--r-to));
        transform: rotate(var(--r-to));
    }
}
@keyframes arm-b {
    30%,
    70% {
        -webkit-transform: rotate(var(--r-to));
        transform: rotate(var(--r-to));
    }
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
* {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
#loaderMain {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #eceffc;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
}
header {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.22);
}
header.fixed-top {
    position: fixed;
    top: 0;
}
header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    position: relative;
}
header .container .menuCloseIcon,
header .container .menuIcon {
    display: none;
    position: absolute;
    cursor: pointer;
}
@media screen and (max-width: 1024px) {
    header .container {
        display: block;
    }
    header .container .menuIcon {
        display: block;
        top: 25px;
        right: 20px;
    }
    header .container .menuCloseIcon {
        display: block;
        top: 30px;
        right: 30px;
        z-index: 100;
    }
}
header .logo {
    width: 124px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 0;
}
@media screen and (max-width: 1024px) {
    header .logo {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}
header nav {
    width: calc(100% - 124px);
    padding-left: 40px;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (min-device-width: 1000px) and (max-device-width: 1200px) {
    header nav {
        font-size: 16px;
        text-align: center;
    }
}
@media screen and (min-device-width: 1000px) and (max-device-width: 1099px) {
    header nav {
        font-size: 14px;
        text-align: center;
    }
}
header nav a {
    font-weight: 500;
    line-height: 22px;
    padding: 0 25px;
    text-decoration: none;
    color: #282828;
}
header nav a.active,
header nav a:hover {
    background: linear-gradient(99.62deg, #0082c8 -0.14%, #004c8f 85.39%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
header nav a.active,
header nav a:hover {
    font-weight: 600;
    position: relative;
}
header nav a.active:after,
header nav a:hover:after {
    content: "";
    width: 100%;
    height: 4px;
    background: #0076bb;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -30px;
}
header nav a:hover {
    font-weight: 500;
}
@media screen and (max-width: 1024px) {
    header nav {
        position: fixed;
        width: 400px;
        height: 100%;
        display: block;
        background: #fff;
        right: -200%;
        padding-left: 32px;
        z-index: 99;
        top: 0;
        padding-top: 60px;
        padding-right: 32px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    header nav a {
        display: block;
        padding: 20px 0;
        font-size: 18px;
    }
    header nav a.regBut {
        padding-left: 0;
    }
    header nav a.regBut span {
        margin-left: 0;
    }
    header nav a.regBut:before {
        content: "";
        width: 100%;
        height: 1px;
        background: #d4d4d4;
        display: block;
        margin-bottom: 40px;
    }
    header nav a.active:after,
    header nav a:hover:after {
        display: none;
    }
    header nav.active {
        right: 0;
    }
}
@media screen and (max-width: 480px) {
    header nav {
        width: 100%;
    }
}
.loginBox header .logo {
    margin-left: 0 !important;
}
.regBut {
    padding-right: 0;
    padding: 15px 20px;
    color: #fff;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#0082c8),
        color-stop(#004c8f),
        color-stop(#0082c8),
        to(#004c8f)
    );
    background-image: linear-gradient(to right, #0082c8, #004c8f, #0082c8, #004c8f);
    border-radius: 8px;
    margin-left: 20px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-size: 300% 100%;
    background-position: 100% 0;
    cursor: pointer;
}
@media screen and (max-width: 1200px) {
    .regBut {
        display: none;
    }
}
@media screen and (min-device-width: 1000px) and (max-device-width: 1200px) {
    .regBut {
        padding-left: 0;
    }
}
.regBut:hover {
    color: #fff;
    background-position: 0 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 1200px) {
    .header-banner .carousel {
        overflow: hidden;
    }
}
.header-banner .carousel-item {
    position: relative;
}
.header-banner .carousel-item .container {
    position: absolute;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.carousel-item .regBut {
    margin: 0;
  }
@media screen and (max-width: 990px) {
    .header-banner .carousel-item .container {
        display: block;
        padding-top: 100px;
        padding-left: 30px;
    }
    .header-banner .carousel-item .container .bannerTxt h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .header-banner .carousel-item .container .bannerTxt p {
        font-size: 20px;
        padding-left: 28px;
    }
    .header-banner .carousel-item .container .bannerTxt p:before {
        width: 18px;
        height: 19px;
        background-size: 100%;
        top: 0;
    }
}
@media screen and (min-device-width: 650px) and (max-device-width: 990px) {
    .header-banner .carousel-item .container.container2 {
        padding-top: 100px;
    }
    .header-banner .carousel-item .container.container2 .bannerTxt2 {
        width: 100%;
    }
    .header-banner .carousel-item .container.container2 .bannerTxt2 .weRun {
        padding: 15px 20px;
    }
}
.header-banner .carousel-item .bannerTxt {
    /* position: absolute; */
}
.header-banner .carousel-item .bannerTxt h2 {
    /* font-size: 48px; */
    font-size: 28px;
    font-weight: 700;
    /* line-height: 54px; */
    line-height: 36px;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 25px;
}
.header-banner .carousel-item .bannerTxt h2 span {
    color: #0178be;
}
.header-banner .carousel-item .bannerTxt p {
    color: #36393c;
    font-size: 20px;
    padding-bottom: 20px;
    padding-left: 35px;
    text-transform: capitalize;
    position: relative;
}
.header-banner .carousel-item .bannerTxt p:before {
    content: "";
    width: 24px;
    height: 27px;
    background: url(../images/icon6.svg) no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: -3px;
}
.header-banner .carousel-item .bannerTxt p.noArrow {
    padding-left: 0;
    padding-bottom: 30px;
}
.header-banner .carousel-item .bannerTxt p.noArrow:before {
    display: none;
}
.header-banner .carousel-item .bannerTxt .weRun {
    background: rgba(62, 62, 62, 0.25);
    max-width: 482px;
    width: 100%;
    border-radius: 24px;
    padding: 25px 20px;
    border: solid 2px rgba(255, 255, 255, 0.5);
}
.header-banner .carousel-item .bannerTxt .weRun p {
    text-align: center;
    padding-left: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}
.header-banner .carousel-item .bannerTxt .weRun p:before {
    display: none;
}
.header-banner .carousel-item .bannerTxt .weRun ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
}
.header-banner .carousel-item .bannerTxt .weRun ul li {
    width: 33.33%;
    padding: 0 8px;
}
.header-banner .carousel-item .bannerTxt .weRun ul .cityBox {
    background: #ffffff;
    border-radius: 8px;
    height: 100px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-banner .carousel-item .bannerTxt .weRun ul .cityBox .cityName {
    color: #535353;
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    text-transform: capitalize;
    position: relative;
    padding-left: 18px;
}
.header-banner .carousel-item .bannerTxt .weRun ul .cityBox .cityName:before {
    content: "";
    background: url(../images/mapIcon.svg) no-repeat;
    width: 14px;
    height: 18px;
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
}
.header-banner .carousel-item .bannerTxt .weRun ul .cityBox .clubName {
    margin-top: 8px;
    width: 72px;
    background: #f0f6fb;
    border: 1px solid rgba(0, 133, 255, 0.14);
    border-radius: 4px;
    font-size: 14px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
}
@media screen and (max-width: 650px) {
    .header-banner .carousel-item .container2 {
        padding-left: 24px;
        padding-top: 40px;
        text-align: center;
    }
    .header-banner .carousel-item .bannerTxt2 {
        width: 100%;
        position: initial;
    }
    .header-banner .carousel-item .bannerTxt2 .weRun {
        padding: 15px 15px;
        background: linear-gradient(
            99.65deg,
            #f9f6f6 -1.77%,
            rgba(249, 246, 246, 0.85) -1.76%,
            rgba(249, 246, 246, 0.83) 17.97%,
            rgba(249, 246, 246, 0.77) 41.39%,
            rgba(249, 246, 246, 0.68) 69.85%,
            rgba(249, 246, 246, 0.56) 86.38%,
            rgba(249, 246, 246, 0.69) 86.38%
        );
        margin: auto;
    }
    .header-banner .carousel-item .bannerTxt2 .weRun p {
        color: #282828;
        font-size: 16px;
        padding-bottom: 10px;
    }
    .header-banner .carousel-item .bannerTxt2 .weRun ul .cityBox {
        height: 84px;
    }
    .header-banner .carousel-item .bannerTxt2 .weRun ul .cityBox .cityName {
        font-size: 14px;
    }
    .header-banner .carousel-item .bannerTxt2 .weRun ul .cityBox .clubName {
        font-size: 12px;
        height: 29px;
    }
}
@media screen and (max-width: 420px) {
    .header-banner .carousel-item .bannerTxt2 .weRun {
        padding: 15px 10px;
    }
    .header-banner .carousel-item .bannerTxt2 .weRun ul .cityBox .cityName {
        font-size: 12px;
    }
    .header-banner .carousel-item .bannerTxt2 .weRun ul .cityBox .clubName {
        font-size: 10px;
        height: 29px;
    }
}
.header-banner picture img {
    height: auto !important;
    width: 100%;
}
.header-banner .carousel-indicators {
    bottom: 20px;
}
.header-banner .carousel-indicators button {
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #0178be;
    border-radius: 8px;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.header-banner .carousel-indicators button.active {
    background: linear-gradient(99.62deg, #0082c8 -0.14%, #004c8f 85.39%);
    width: 24px;
}
.readyTrain {
    height: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(99.62deg, rgba(0, 130, 200, 0.8) -0.14%, rgba(0, 76, 143, 0.8) 85.39%);
    padding: 0 24px;
    position: relative;
}
.readyTrain .readyTxt {
    position: relative;
    z-index: 1;
    max-width: 420px;
    padding-left: 20px;
    padding-right: 20px;
}
.readyTrain h3 {
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    line-height: 156%;
}
.readyTrain p {
    font-size: 14px;
    color: #fff;
    line-height: 158.81%;
}
.readyTrain .btn-common {
    margin-top: 30px;
}
.readyTrain .btn-common a {
    background: #fff;
    color: #004c8f;
}
.readyTrain .btn-common a:hover {
    background: #004c8f;
    color: #fff;
}
.readyTrain .readyImg {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    background: url(../images/readyImg.png) center center no-repeat;
    height: 100%;
}
.readyTrain .readyImg img {
    max-width: 428px;
    width: 100%;
    display: inline-block;
}
footer {
    background: #f8f8f8;
    -webkit-box-shadow: 2px 0px 8px rgba(0, 0, 0, 0.04);
    box-shadow: 2px 0px 8px rgba(0, 0, 0, 0.04);
    line-height: 24px;
}
footer a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}
footer .fotlogo {
    width: 195px;
    display: block;
}
footer .fotlogo img {
    width: 100%;
}
footer .socFot {
    margin-top: 28px;
}
footer .socFot a {
    margin-right: 16px;
    width: 28px;
    height: 28px;
    display: inline-block;
}
footer li h4 {
    font-size: 22px;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 15px;
    color: #014c8f;
}
footer li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #282828;
    text-transform: capitalize;
    line-height: 160%;
}
footer li a:hover {
    color: #014c8f;
}
footer li span {
    display: none;
    padding: 0 12px;
}
footer li.quickLinks li {
    padding-bottom: 5px;
}
footer li.quickLinks a {
    display: block;
}
@media screen and (max-width: 560px) {
    footer li.quickLinks li:after {
        content: "|";
        padding: 0 10px;
    }
    footer li.quickLinks a,
    footer li.quickLinks li,
    footer li.quickLinks span {
        display: inline-block;
    }
}
footer li.quickLinks li:last-child:after {
    display: none;
}
footer .fotTxt {
    text-align: center;
    padding: 30px 0 0;
    color: #282828;
    margin-top: 30px;
}
footer .fotTxt:before {
    content: "";
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#f0f1ec), color-stop(48%, #7e7e7e), to(#f0f1ec));
    background: linear-gradient(90deg, #f0f1ec 0%, #7e7e7e 48%, #f0f1ec 100%);
    display: block;
    margin-bottom: 30px;
}
footer .fotTxt a {
    font-size: 16px;
    font-weight: 400;
    color: #282828;
    text-transform: capitalize;
    line-height: 160%;
    text-decoration: none;
}
footer .fotTxt a:hover {
    color: #014c8f;
    text-decoration: underline;
    text-underline-offset: 3px;
}
footer .fotTxt p {
    padding-top: 10px;
}
@media screen and (max-width: 768px) {
    footer .row {
    }
    footer .row li {
        padding-bottom: 40px;
    }
    footer .fotTxt {
        margin-top: 0;
        padding-top: 0;
    }
}
@media screen and (max-width: 990px) {
    footer {
        padding-bottom: 100px !important;
    }
}
.fotfixed {
    display: none;
    position: fixed;
    width: 100%;
    padding: 10px 0;
    bottom: 0;
    text-align: center;
    background: #fff;
    z-index: 9999;
}
@media screen and (max-width: 990px) {
    .fotfixed {
        display: block;
        background: none;
    }
}
.faqs {
    background: #f0f9ff;
}
.faqs .accordion-item {
    margin-bottom: 14px;
    background: #ffffff;
    border: 1px solid #f6f6f6;
    -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
}
.faqs .accordion-item .accordion-button {
    height: 80px;
    font-weight: 500;
    color: #535353;
    border-radius: 8px !important;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    padding-right: 10px;
}
.faqs .accordion-item .accordion-button:after {
    background: url(../images/icon-arrow2.svg) no-repeat;
    content: "";
    width: 32px;
    height: 32px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.faqs .accordion-item .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.faqs .accordion-item .accordion-button:not(.collapsed) {
    background: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #014c8f;
    font-weight: 700;
}
.faqs .accordion-item .accordion-button:not(.collapsed):after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.faqs .accordion-item .accordion-body {
    padding-top: 0;
    font-size: 14px;
    padding-bottom: 23px;
}
.faqs .accordion-item .accordion-body p {
    line-height: 1.5;
    padding-bottom: 20px;
}
.club-location .headerTxt p {
    line-height: 1.3;
    margin: 0 auto;
    width: 60%;
}
@media screen and (max-width: 1200px) {
    .club-location .headerTxt p {
        width: 94%;
    }
}
.club-location .corBoxTxt p {
    margin-top: 5px;
}


.cl .corBoxSliderv2 .corBox .corBoxTxt {
    position: relative;
    width: 100%;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 16px;
    padding: 16px 4px 0;
  }
  
  .cl .corBoxSliderv2 .corBox {
    padding: 16px 16px 30px;
  }
  