/*************************
*******Typography******
**************************/
@font-face {
    font-family: 'Bebas Neue Book';
    src: url('../../fonts/BebasNeue-Book.woff2') format('woff2'),
    url('../../fonts/BebasNeue-Book.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Futura LtCn BT';
    src: url('../../fonts/FuturaLtCn-Italic.woff2') format('woff2'),
    url('../../fonts/FuturaLtCn-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../../fonts/BebasNeue-Bold.woff2') format('woff2'),
    url('../../fonts/BebasNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../../fonts/BebasNeue-Regular.woff2') format('woff2'),
    url('../../fonts/BebasNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura MdCn BT';
    src: url('../../fonts/FuturaMdCn-Italic.woff2') format('woff2'),
    url('../../fonts/FuturaMdCn-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Futura XBlk BT';
    src: url('../../fonts/FuturaBT-ExtraBlack.woff2') format('woff2'),
    url('../../fonts/FuturaBT-ExtraBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../../fonts/BebasNeue-Thin.woff2') format('woff2'),
    url('../../fonts/BebasNeue-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Md BT';
    src: url('../../fonts/FuturaBT-Medium.woff2') format('woff2'),
    url('../../fonts/FuturaBT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../../fonts/BebasNeue-Light.woff2') format('woff2'),
    url('../../fonts/BebasNeue-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Futura MdCn BT';
    src: url('../../fonts/FuturaBT-MediumCondensed.woff2') format('woff2'),
    url('../../fonts/FuturaBT-MediumCondensed.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura BdCn BT';
    src: url('../../fonts/FuturaBT-BoldCondensed.woff2') format('woff2'),
    url('../../fonts/FuturaBT-BoldCondensed.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Lt BT';
    src: url('../../fonts/FuturaBT-LightItalic.woff2') format('woff2'),
    url('../../fonts/FuturaBT-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

body {
    background: #fff;
    font-family: 'Futura MdCn BT';
    color: #000;
    line-height: 22px;
    font-size: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Bebas Neue';
    color: #000;
    margin: 0 0 20px;
    padding: 0;
}

a {
    outline: none;
}

a:hover {
    text-decoration: none;
}

a {
    color: #231f20;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
    -webkit-transition: all .5s cubic-bezier(0.215, .61, .355, 1);
    -moz-transition: all .5s cubic-bezier(0.215, .61, .355, 1);
    -o-transition: all .5s cubic-bezier(0.215, .61, .355, 1);
    transition: all .5s cubic-bezier(0.215, .61, .355, 1);
    /* font-family: 'Segoe UI'; */
}

a:hover, a:focus {
    color: #27A974;
}

img {
    max-width: 100%;
}

.home-banner {
    background: url(../../images/website/homebanner.png);
    min-height: auto;
    min-height: 100vh;
    background-size: cover;
    background-position: center bottom;
    padding: 500px 0 200px;
    padding: 15vh 0 0px;
    text-align: center;
    position: relative;
}

header {
    position: absolute;
    left: 20px; /* right: 0; */
    top: 70px;
    z-index: 9;
}

header img {
    width: 100%;
}

.home-banner h1 {
    color: #fff;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 10px;
    font-size: inherit;
}

.home-banner h6 {
    color: #fff;
    font-size: 1.2em;
    font-family: 'Futura Md BT';
    font-weight: 300;
    line-height: initial;
    margin: 0 0 50px;
}

.btns button {
    display: inline-block;
    padding: 3px 25px 0;
    color: #fff;
    font-family: 'Bebas Neue';
    border-radius: 6px;
    margin: 0 0px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 1.2em;
    line-height: 36px;
    min-width: 160px;
    background: #27a974;
    border: 2px solid #27a974;
}

.home-banner h1 span {
    color: #27a974;
    display: block;
    line-height: initial;
    margin: -10px 0 0;
}

.communityform {
    max-width: 600px;
    margin: 0 auto;
}

.btns a.btn_r {
    border: 2px solid #fff;
}

.social {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 3;
}

.typing-text {
    text-align: center;
    padding: 30px 0 20px;
}

.typing-text h2 {
    font-size: 4.5em;
    font-weight: bold;
    line-height: initial;
}

.typing-text h2 em {
    color: #27A974;
    font-style: normal;
}

.typing-text p {
    font-family: 'Futura Md BT';
    font-weight: 500;
    line-height: 35px;
    font-size: 1.3em;
}

.typing-text p span {
    color: #27A974;
    display: block;
    font-weight: 600;
}

.discover {
    min-height: 800px;
    min-height: 100vh;
    background-size: cover;
    background-position: 0;
    background-repeat: no-repeat;
    padding: 50px 0 20px;
    text-align: center;
}

.discover h4 {
    margin: 30px 0 50px;
    font-size: 2em;
    font-weight: bold;
}

.discover h6 {
    margin: 0px 0 10px;
    font-size: 1.85em;
    font-weight: 600;
    font-style: normal;
    font-family: 'Bebas Neue';
    text-transform: uppercase;
    color: #28a975;
}

.discover p {
    font-family: 'Futura Md BT';
    font-size: 1em;
    line-height: initial;
    margin: 0 0 40px;
    line-height: 20px;
}

.alonebanner {
    background: url(../../images/website/alonebanner.png);
    min-height: 800px;
    min-height: 100vh;
    background-size: cover;
    background-position: center 0;
}

.alonecnt {
    padding: 5px 0 0 0px;
}

.alonecnt h3 {
    margin: 0 0 20px;
    font-weight: bold;
    font-size: 4.5em;
}

.alonecnt p {
    font-family: 'Futura Md BT';
    font-size: 1.3em;
    line-height: 30px;
}

.aloneimg {
    margin-left: -30px;
    height: 600px;
    margin-top: -15px;
}

.servicescnt {
    padding: 0px 0 0 0px;
}

.servicescnt h3 {
    margin: 0 0 20px;
    font-weight: bold;
    font-size: 4.5em;
}

.servicescnt p {
    font-family: 'Futura Md BT';
    font-size: 1.3em;
    line-height: 30px;
}

.services_col {
    padding: 50px 0 0;
}

.services-social {
    padding: 20px 0 0 0px;
    margin-left: -20px;
}

.serv_sign {
    text-decoration: underline;
}

.section-location {
    width: 100%;
    position: relative;
    top: -50px;
    overflow: hidden;
    padding-top: 0;
    z-index: 2;
    bottom: -80px;
}

.section-location .locationmap {
    position: relative;
    z-index: 10;
    width: 150%;
    margin-left: -25%;
    margin-right: -25%;
    min-height: 150px;
    overflow: hidden;
    background-size: cover !important;
    padding-top: 150px;
    padding-bottom: 200px;
}

.section-location .locationmap {
    position: relative;
    z-index: 10;
   border-radius: 200vh 200vh 0% 0% / 13vh 13vh 0% 0%;
    -moz-border-radius: 200vh 200vh 0% 0% / 13vh 13vh 0% 0%;
    -webkit-border-radius: 200vh 200vh 0% 0% / 17vh 17vh 0% 0%;
    /* margin-top: -100px; */
}

a:focus {
    text-decoration: none;
    outline: inherit;
}

.mapcnt {
    padding: 0px 0px;
}

.mapcnt h3 {
    margin: 0 0 20px;
    font-weight: bold;
    font-size: 4em;
}

.mapcnt ul {
    margin: 0;
    padding: 0 0 0px;
    list-style-type: none;
    overflow: hidden; /* font-size: 1.3em; */
}

.mapcnt ul li {
    float: none;
    width: auto;
    padding: 0 0 20px;
    font-family: 'Futura Md BT';
}

.mapcnt h4 {
    margin: 0 0 20px;
    font-family: 'Futura Md BT';
    font-size: 1.1em;
}

.signform {
    padding: 30px 0 0;
}

.inputform {
    position: relative;
}

.signform input {
    border: 1px solid #27A974;
    padding: 0 150px 0 20px;
    width: 100%;
    border-radius: 6px;
    height: 60px;
    line-height: 60px;
    background: none;
    font-family: 'Futura Md BT';
    /* font-size: 1.5em; */
}

.signform button {
    position: absolute;
    right: 0;
    background: #27a974;
    padding: 0px 30px;
    border: none;
    color: #fff;
    border-radius: 0 6px 6px 0;
    height: 60px;
    line-height: 60px;
    font-size: 1.5em;
    font-weight: bold;
    font-family: 'Bebas Neue';
}

.inputform {
    padding: 0 0 20px;
}

.mapcnt h5 {
    margin: 0 0 20px;
    font-family: 'Futura Md BT';
    font-size: 0.8em;
}

.mapcnt h5 a {
    text-decoration: underline;
    color: #27a974;
}

.mapcnt h5 a:hover {
    text-decoration: none;
    color: #27a974;
}

.discovericon {
    width: 80px;
    height: 80px;
    background: #27A974;
    text-align: center;
    margin: 0 0 10px;
    position: relative;
    border-radius: 3px;
    display: inline-block;
}

.discovericon i {
    width: 40px;
    height: 50px;
    display: inline-block;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -20px;
    background-repeat: no-repeat;
    background-position: center;
}

.exclusive {
    background: url(../../images/website/exclusive.png);
}

.demand {
    background: url(../../images/website/demand.png);
}

.equipped {
    background: url(../../images/website/equipped.png);
}

.technology {
    background: url(../../images/website/technology.png);
}

#typewriter {
    height: 200px;
}

.discover.active .discovericon {
    background: #000;
    -webkit-transition: background-color 3s ease-out;
    -moz-transition: background-color 3s ease-out;
    -o-transition: background-color 3s ease-out;
    transition: background-color 3s ease-out;
}

.footercol h6 a {
    text-decoration: none;
    color: #27a974;
}

.footercol h6 a:hover {
    text-decoration: none;
}

.section-ready {
    width: 100%;
    position: relative;
    top: -50px;
    overflow: hidden;
    /* padding-top: 30px; */
}

.section-ready .readycol {
    position: relative;
    z-index: 10;
    width: 120%;
    margin-left: -10%;
    margin-right: 10%;
    min-height: 150px;
    border-radius: 200vh 200vh 0% 0% / 13vh 13vh 0% 0%;
    -moz-border-radius: 200vh 200vh 0% 0% / 13vh 13vh 0% 0%;
    -webkit-border-radius: 200vh 200vh 0% 0% / 15vh 15vh 0% 0%;
    overflow: hidden;
    background: #fff;
}

.section-ready .readycol {
    position: relative;
    z-index: 10;
    padding: 100px 0 0;
    /** border-radius: 0% 0% 200vh 200vh / 0% 0% 20vh 20vh;
    -moz-border-radius: 0% 0% 200vh 200vh / 0% 0% 20vh 20vh;
    -webkit-border-radius: 0% 0% 400vh 400vh / 0% 0% 40vh 40vh; **/
}

.section-ready h3 {
    margin: 0 0 70px;
    font-weight: bold;
    font-size: 4.5em;
    text-align: center;
}

.setcnt h6 {
    margin: 0 0 0px;
    font-family: 'Futura Md BT';
    font-size: 1em;
    margin: 0 0 0 15px;
    line-height: 18px;
    line-height: 20px;
}

.setcnt h5 {
    margin: 10px 0 5px 15px;
    font-size: 1.85em;
    font-weight: 600;
}

.setcnt {
    position: absolute;
    top: 25%;
    left: 82%;
    width: 400px;
    transform: rotate(0deg);
}

.setlist {
    padding: 0 100px;
}

.section-fitness {
    width: 100%;
    position: relative;
    top: -71px;
    overflow: hidden;
    padding-top: 50px;
}

.section-fitness .fitnesscol {
    position: relative;
    z-index: 10;
    width: 120%;
    margin-left: -10%;
    margin-right: -10%;
    min-height: 600px;
    border-radius: 200vh 200vh 0% 0% / 13vh 13vh 0% 0%;
    -moz-border-radius: 200vh 200vh 0% 0% / 13vh 13vh 0% 0%;
    -webkit-border-radius: 500vh 400vh 0% 0% / 30vh 30vh 0% 0%;
    overflow: hidden;
    background: #fff;
    border-top: 1px solid #000;
}

.section-fitness .fitnesscol {
    position: relative;
    z-index: 10;
    padding: 100px 0;
    /** border-radius: 0% 0% 200vh 200vh / 0% 0% 20vh 20vh;
    -moz-border-radius: 0% 0% 200vh 200vh / 0% 0% 20vh 20vh;
    -webkit-border-radius: 0% 0% 400vh 400vh / 0% 0% 40vh 40vh; **/
}

.section-fitness .fitnesscol:after {
    background: url(../../images/website/fitness.png);
    width: 80%;
    height: 100%;
    position: absolute;
    content: "";
    right: -60px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 30px;
}

.fitnesscnt {
    padding: 80px 0 80px 50px;
}

.fitnesscnt {
    position: relative;
    z-index: 3;
}

.fitnesscnt h3 {
    margin: 0 0 20px;
    font-weight: bold;
    font-size: 4.5em;
}

.fitnesscnt p {
    margin: 0 0 0px;
    font-family: 'Futura Md BT';
    font-size: 1.3em;
    margin: 0 0 0 0px;
    line-height: 30px;
}

.fitness-social {
    padding: 30px 0 0;
    margin-left: -20px;
}

.fitness-social img {
    /* width: 150px; */
}

.footer {
    width: 100%;
    position: relative;
    z-index: 99;
    margin-top: -50px;
}

.footer .footercol {
    background: #000;
    padding: 50px 50px 0;
    font-family: 'Futura Md BT';
}

.footer:after {
    position: absolute;
    left: 0;
    right: 0;
    height: 80px;
    content: "";
    background: url(../../images/website/ftrtop.png);
    background-size: cover;
    top: -80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-location iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.mapcnt {
    position: relative;
    z-index: 5; /* font-size: 1.3em; */
}

.section-location .locationmap:before {
    background-image: url(../../images/website/mapgradiant.png);
    position: absolute;
    content: "";
    left: 300px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background-size: cover;
}

.ftrlogo {
    padding: 0 0 40px;
    clear: left;
}

.footer h5 {
    color: #fff;
    margin: 0 0 25px;
    font-size: 1.4em;
    color: #fff;
    font-family: 'Futura Md BT';
    font-weight: 600;
}

.inputform {
    padding: 0 0 20px;
}

.footer .inputform input {
    border: 1px solid #27A974;
    padding: 0 150px 0 20px;
    width: 100%;
    border-radius: 6px;
    height: 60px;
    line-height: 60px;
    background: none;
    font-family: 'Futura Md BT';
    color: #fff;
}

.footer .inputform button {
    position: absolute;
    right: 0;
    background: #27A974;
    padding: 0px 30px;
    border: none;
    color: #fff;
    border-radius: 0px 6px 6px 0;
    height: 60px;
    line-height: 60px;
    font-size: 1.5em;
    font-weight: bold;
    font-family: 'Bebas Neue';
}

.services_col .col-md-4 {
    padding: 0;
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer ul li {
    display: block;
    line-height: initial;
    padding: 0 0 10px;
}

.footer ul li a {
    color: #fff;
}

.footer .inputform {
    margin-right: 0;
}

.hellomail a {
    font-size: 1.3em;
}

.footer h6 {
    color: #fff;
    font-family: 'Futura Md BT';
    font-size: 0.8em;
}

.footer ul.social_col li {
    display: inline-block;
    padding-right: 10px;
}

.footer ul.social_col li a {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #fff !important;
    background-size: 72% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding: 0;
    border-radius: 3px;
}

.footer ul.social_col li.fb a {
    background: url(../../images/website/fb.png) #fff;
    background-position: center bottom !important;
}

.footer ul.social_col li.tweet a {
    background: url(../../images/website/tweet.png);
}

.footer ul.social_col li.insta a {
    background: url(../../images/website/insta.png);
    background-position: 4px 4px !important;
}

.footer ul.social_col li.web a {
    background: url(../../images/website/web.png);
}

.footer ul.social_col li.gplus a {
    background: url(../../images/website/google.png);
}

.copy {
    background: #fff;
    padding: 15px 0;
    color: #000;
    font-family: 'Futura Md BT';
    text-align: center; /* font-family: 'Futura MdCn BT'; */
}

.searchtext {
    position: absolute;
    bottom: 10px;
    left: 37%;
    font-family: 'Bebas Neue';
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 1.6em;
}

.setlist .row {
    position: relative;
}

.reversetext {
    position: absolute;
    bottom: 10px;
    left: 38%;
    font-family: 'Bebas Neue';
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 1.6em;
}

.customisetext {
    position: absolute;
    bottom: 10px;
    left: 35%;
    font-family: 'Bebas Neue';
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 1.6em;
}

.paytext {
    position: absolute;
    bottom: 10px;
    left: 39%;
    font-family: 'Bebas Neue';
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 1.6em;
}

.entertext {
    position: absolute;
    bottom: 10px;
    left: 38%;
    font-family: 'Bebas Neue';
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 1.6em;
}

.sharetext {
    position: absolute;
    bottom: 10px;
    left: 40%;
    font-family: 'Bebas Neue';
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 1.6em;
}

.setcnt.customisecnt {
    transform: rotate(0deg);
    left: 84%;
    top: 25%;
    width: 300px;
}

.setcnt.paycnt { /* transform: rotate(1deg); */
    top: 25%;
}

.setcnt.entercnt {
    transform: rotate(0deg);
    top: 25%;
}

.setcnt.sharecnt {
    transform: rotate(0deg);
    width: 400px;
}

.footer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

.footer ::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

.footer :-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

.footer :-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.Typewriter__cursor {
    color: #fff;
}

#typewriter {
    min-height: 126px;
}

.copy a {
    color: #000;
    display: inline-block;
    margin: 0 10px;
    font-weight: normal;
}

.copy a:hover, .footer ul li a:hover {
    color: #27A974;
}

.btns a.btn_r:hover {
    background: #27a974;
    border-color: #27a974;
}

.btns a.btn_l:hover {
    border: 2px solid #fff;
    background: none;
}

.servicesim {
    margin-left: -60px;
}

.servicescnt a {
    font-weight: 600;
}

#typewriter span {
    display: block;
}

.ti-cursor {
    color: #fff !important;
}

.fade-in {
    animation: fadeIn ease 5s;
    -webkit-animation: fadeIn ease 5s;
    -moz-animation: fadeIn ease 5s;
    -o-animation: fadeIn ease 5s;
    -ms-animation: fadeIn ease 5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    70% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.disc1 {
    padding: 50px 0 80px;
}

.copytext {
    padding-top: 5px;
}

.scaletext {
    display: none;
}

.scaletext.fade-in {
    display: block;
}

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0; /* make things invisible upon start */
    -webkit-animation: fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;

    -webkit-animation-fill-mode: forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    animation-duration: 0.6s;
}

.fadecol.active .fade-in.one {
    opacity: 0;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.fade-in.two {
    opacity: 0;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.fade-in.three {
    opacity: 0;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.fade-in.four {
    opacity: 0;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
}

.fade-in.five {
    opacity: 0;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.servicescnt a {
    color: #27A974;
}

.servicescnt a:hover {
    color: #333;
}

.soloslide {
    display: inline-block;
    position: relative;
}

.solotext {
    position: absolute;
    bottom: 0;
    left: 0%;
    right: 0;
    text-align: center;
    font-family: 'Bebas Neue';
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 1.2em;
}

.alonecnt h3 {
    margin-right: -30px;
}

.error_col {
    background: url(../../images/website/404cover.jpg);
    background-size: cover;
    min-height: 800px;
    min-height: 100vh;
    position: relative;
}

.error_col:after {
    background: url(../../images/website/404bg.png);
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    background-position: center;
}

.error_cnt {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    top: 50%;
    margin-top: -180px;
}

.error_cnt h5 {
    font-size: 1.5em;
    margin: 0 0 20px;
}

.error_cnt h4 {
    font-size: 2em;
    margin: 20px 0;
}

.menu404 {
    list-style-type: none;
}

.menu404 li {
    display: inline-block;
    padding: 0 0 0 20px;
}

.hed404 {
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    z-index: 2;
}

.menu404 li a {
    display: inline-block;
    font-family: 'Bebas Neue';
    padding: 10px 35px;
    font-weight: 600;
    font-size: 1.2em;
    letter-spacing: 1px;
}

.sign {
    border: 2px solid #27A974;
    border-radius: 5px;
    color: #27A974 !important;
}

.sign:hover {
    background: #27A974;
    color: #fff !important;
}

.hed404.relative {
    position: static;
    padding: 30px 0;
}

.conditions {
    font-family: 'Futura Md BT';
    padding: 0 0 140px;
}

.conditions h5 {
    font-family: 'Futura Md BT';
    font-size: 1.4em;
}

.conditions h3 {
    font-size: 4em;
    text-transform: uppercase;
    font-weight: 600;
}

.cond_menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.cond_menu li {
    display: block;
    padding: 0 0 20px;
}

.cond_menu li a {
    font-family: 'Futura Md BT';
    font-size: 0.9em;
}

.conditions_cnt p {
    margin-bottom: 30px;
}

.workoutrow {
    padding: 60px 0px 25px 0px;
    background: #fff;
    position: relative;
    display: inline-block;
    margin: 0 0 23px;
    min-width: auto;
    text-align: center;
}

.workoutrow p {
    margin: 0;
    padding: 0;
}

.workoutrow:after {
    width: 40px;
    height: 44px;
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: 0 center !important;
    margin-left: -20px;
}

.space:after {
    background: url(../../images/website/exclusive-icon.png);
}

.locations:after {
    background: url(../../images/website/locations-icon.png);
}

.envorienment:after {
    background: url(../../images/website/perfect-environment-icon.png);
}

.personalised:after {
    background: url(../../images/website/personalise-icon.png);
}

.open:after {
    background: url(../../images/website/always-open-icon.png);
}

.enabled:after {
    background: url(../../images/website/technology-icon.png);
}

.solotext span {
    display: inline-block;
    padding: 7px 15px 5px;
    background: #27a974;
    color: #fff;
    line-height: initial;
    min-width: 120px;
    text-align: center;
    border-radius: 5px;
}

.alone-curve {
    position: relative;
    z-index: 10;
    padding: 100px 0 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    min-height: 600px;
    border-radius: 200vh 200vh 0% 0% / 13vh 13vh 0% 0%;
    -moz-border-radius: 200vh 200vh 0% 0% / 13vh 13vh 0% 0%;
    -webkit-border-radius: 200vh 200vh 0% 0% / 13vh 13vh 0% 0%;
    overflow: hidden;
    background: #fff;
    border: 0px solid #000;
}

.section-alone {
    width: 100%;
    position: relative;
    top: -89px;
    overflow: hidden;
    padding-top: 50px;
}

.logoicon {
    height: 70px;
    margin-top: 40px;
}

.fullwidth {
    width: 100%;
}

.alonebanner .services-social {
    margin-right: -50px;
}

.communityform input {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 2px solid #27a974;
    font-family: 'Futura Md BT';
    line-height: 30px;
    font-size: 1.2em;
    color: #fff;
    padding: 0 0 5px;
}

.inputlabel {
    font-size: 0.8em;
    color: #9d9d9d;
    text-align: left;
    font-family: 'Futura Md BT';
    font-weight: 300;
}

.communityform {
    padding-bottom: 50px;
}

.communityform ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

.communityform ::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

.communityform :-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

.communityform :-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.hedprivacy {
    text-align: center;
    padding: 20px 0 0;
    color: #fff;
    font-size: 0.8em;
    font-family: 'Futura Md BT';
}

.hedprivacy a {
    color: #27a974;
    text-decoration: underline;
}

.hedprivacy a:hover {
    text-decoration: none;
}

.howsupport {
    padding: 50px 0 100px 0;
}

.howsupport h2 {
    font-size: 4em;
    font-weight: bold;
    color: #000;
    line-height: 1em;
    margin: 0 0 50px;
    text-align: center;
}

.howsupport h2 span {
    color: #27a974;
    position: relative;
}

.supportbox {
    background: #27a974;
    padding: 25px 25px 10px; /* min-height: 710px; */
    position: relative;
    border-radius: 8px;
}

input:-webkit-autofill {
    background-color: none !important;
    background: none !important;
}

.supportbox h3 {
    font-size: 2.6em;
    font-weight: bold;
    color: #fff;
    margin: 0 0 30px;
}

.supportbox h5 {
    font-size: 1.5em;
    color: #fff;
    margin: 10px 0 3px;
    font-family: 'Futura BdCn BT';
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

input:focus {
    outline: none !important
}

.supportbox p {
    font-size: 1em;
    font-family: 'Futura Md BT';
    color: #fff;
    min-height: auto;
}

.supportcol {
    padding: 0 0 20px;
}

.relative {
    position: relative;
}

.z9 {
    z-index: 9;
}

.activecomunity:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 187px;
    background: url(../../images/website/communitybg.jpg);
    content: "";
    background-position: right 0;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 8px;
}

.businessupport:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 225px;
    background: url(../../images/website/businessbg.jpg);
    content: "";
    background-position: right 0;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 8px;
}

.exclusivebenfit:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 325px;
    background: url(../../images/website/exclusivebg.jpg);
    content: "";
    background-position: right -120px;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 8px;
}

.foundercol {
    padding: 100px 0px 0;
}

.foundercol h3 {
    font-size: 4em;
    font-weight: bold;
    color: #000;
    line-height: 1em;
    margin: 0 0 10px;
}

.foundercol p {
    font-size: 1em;
    font-family: 'Futura Md BT';
    color: #000;
    margin: 0 0 15px;
}

.foundimg img {
    width: 100%;
    border-radius: 10px;
    position: relative;
}

.foundimg {
    padding-right: 30px;
}

.foundimg:after {
    width: 5px;
    right: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    background: #27a974;
}

.foundbtn {
    padding: 60px 0 0;
    text-align: center;
}

.foundbtn a {
    display: inline-block;
    color: #000;
    font-family: 'Bebas Neue';
    padding: 0 50px 0 0;
    position: relative;
    font-size: 2em;
    font-weight: 600;
}

.foundbtn a:after {
    position: absolute;
    top: 0px;
    left: auto;
    right: 0;
    height: 19px;
    width: 100px;
    background: url(../../images/website/greenarrow.png);
    content: "";
    background-position: right 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.whyexist {
    padding: 50px 0 0px;
}

.whyexist h3 {
    font-size: 4em;
    font-weight: bold;
    color: #000;
    line-height: 1em;
    margin: 0 0 50px;
}

.whyexist h5 {
    font-family: 'Futura Lt BT';
    color: #000;
    font-size: 1em;
    font-style: italic;
    font-weight: 100;
    margin: 0 30px 40px 0;
    line-height: initial;
}

.whyexist h6 {
    color: #27a974;
    font-weight: bold;
    font-size: 1.5em;
    margin: 20px 0 0;
}

.footer.nocurve {
    margin: 0;
}

.footer.nocurve:after {
    display: none;
}

.ftrcopy {
    padding: 30px 0;
    border-top: 1px solid #14553a;
    color: #fff;
    margin: 40px 0 0;
}

.ftrcopy ul {
    display: inline-block;
}

.ftrcopy ul li {
    display: inline-block;
    padding: 0 0 0 20px;
}

.btns button:hover {
    background: none;
    border-color: #fff;
}
.btns button#pt_singup_middle:hover {
    color: #27a974;
    background: none;
    border: 2px solid #27a974;
}
.foundbtn a:hover {
    color: #27a974;
}

.pad_l40 {
    padding-left: 40px;
}

.pad_l20 {
    padding-left: 20px;
}

.footer ul.social_col li.linkedin a {
    background: url(../../images/website/linkedin.png);
}

.footer ul.social_col li.youtube a {
    background: url(../../images/website/youtubeicon.png);
}

.radious10 {
    border-radius: 10px;
}

.pad_r30 {
    padding-right: 30px;
    text-align: justify;
}

.covid_col {
    background: #27a974;
    padding: 10px 0;
    text-align: center;
    font-family: 'Futura BdCn BT';
    font-size: 18px;
    line-height: initial;
    color: #fff;
    letter-spacing: 1px;
    position: absolute;
    z-index: 3;
    right: 0;
    left: 0;
    top: 0;
}

.yourworkout {
    min-height: 700px;
    height: 100vh;
}

header.static {
    top: 70px;
    right: auto;
}

.yourworkout h1 {
    color: #27a974;
    font-size: 8.5em;
    font-weight: bold;
    line-height: 1em;
    margin: 0;
}

.yourworkout h2 {
    color: #000;
    font-size: 6.1em;
    font-weight: bold;
    line-height: 1em;
    margin: 0;
    padding: 30px 0 0;
}

.yourworkout h1 span {
    color: #27a974;
}

.yourworkout h6 {
    font-size: 1.2em;
    font-family: 'Futura Md BT';
    font-weight: 300;
    line-height: initial;
    margin: 0 0 30px;
}

.seebtn {
    padding: 0;
    position: relative;
    z-index: 3;
}

.seebtn a {
    display: inline-block;
    color: #27a974;
    font-family: 'Bebas Neue';
    padding: 0 40px 0 0;
    position: relative;
    text-transform: uppercase;
    font-size: 1.8em;
    font-weight: 1000;
    line-height: initial;
    letter-spacing: 0.6px;
}

.seebtn a:after {
    position: absolute;
    top: 7px;
    left: auto;
    right: 0;
    height: 16px;
    width: 50px;
    background: url(../../images/website/green.svg);
    content: "";
    background-position: right 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.yourworkout {
    position: relative;
}

.yourworkout:after {
    position: absolute;
    left: 0;
    z-index: 2;
    width: 33%;
    top: 20px;
    bottom: 36px;
    content: "";
    background: url(../../images/website/standard_fade.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left 0;
}

.professionalbtn {
    background: #27a974;
    border: 2px solid #4da774;
    padding: 20px 40px 17px 15px;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 65px;
    z-index: 3;
    font-family: 'Bebas Neue';
    font-size: 1.2em;
    font-weight: 1000;
    letter-spacing: 1px;
    border-radius: 15px;
    z-index: 3;
}

.greenlady {
    position: absolute;
}

.professionalbtn:after {
    width: 25px;
    height: 12px;
    background: url(../../images/website/back.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    content: "";
    position: absolute;
    right: 10px;
    top: 24px;
}

.professionalbtn:hover { /* background: #000; */
    background: none;
}

.redifinerow {
    padding: 170px 0 50px;
}

.redifinerow h3 {
    color: #000000;
    font-size: 4em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 0 50px;
}

.identity {
    min-height: 400px;
    background: url(../../images/website/rope.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.identity .container {
    position: relative;
    min-height: 400px;
}

.exclusive {
    position: absolute;
    left: -15px;
    top: 31%;
}

.convenient {
    position: absolute;
    left: 28%;
    top: 22%;
}

.technology {
    position: absolute;
    left: 48%;
    top: 65%;
}

.envorinment {
    position: absolute;
    right: -2%;
    top: 36%;
}

.identity h4 {
    margin: 0 0 10px;
    color: #27a974;
    font-family: 'Futura BdCn BT';
    font-size: 1.8em;
}

.identity p {
    margin: 0 0 20px;
    font-family: 'Futura Md BT';
    font-weight: 100;
    font-size: 1.1em;
}

.insidesolo {
    padding: 80px 0 120px;
}

.insidesolo h3 {
    color: #000000;
    font-size: 4em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 0 30px;
}

.insidesolo span {
    display: inline-block;
    padding-right: 50px;
    position: relative;
}

.insidesolo span:after {
    position: absolute;
    top: 24px;
    left: auto;
    right: 0;
    height: 19px;
    width: 50px;
    background: url(../../images/website/green.svg);
    content: "";
    background-position: right 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.soloicons { /* height: 185px; */
    line-height: 150px;
}

.soloicons img {
    max-height: 80px;
    max-width: 80px;
}

.insidesolo h4 {
    margin: 0 0 10px;
    color: #27a974;
    font-family: 'Futura BdCn BT';
    /* font-weight: 600; */
    font-size: 1.8em;
}

.insidesolo p {
    margin: 0 0 20px;
    font-family: 'Futura Md BT';
    font-weight: 100;
    font-size: 1.1em;
}

.gymcol {
    position: relative;
    z-index: 3;
}

.gymcol .social {
    bottom: 3.5%;
}

.everybody {
    padding: 100px 0;
}

.everybody h3 {
    color: #000000;
    font-size: 4em;
    font-weight: bold;
    line-height: 1.2em;
    text-transform: uppercase;
    margin: 0 0 50px;
}

.towork {
    padding: 25px 15px;
    border: 0px solid #27a974;
    min-height: auto;
    /* background: #27a974; */
    padding: 0;
    border-radius: 0;
    text-align: center;
    display: inline-block;
}

.towork h4 {
    display: inline-block;
    color: #000;
    font-family: 'Futura BdCn BT';
    padding: 0 50px 0 10px;
    position: relative;
    font-size: 1.8em;
    /* font-weight: 600; */
}

.towork h6 {
    color: #000;
    font-family: 'Futura Md BT';
    margin: 0;
    font-size: 1.1em;
    font-weight: 100;
    line-height: 22px;
    /* text-align: justify; */
}

.towork h4 span {
    display: inline-block;
    padding-right: 45px;
    position: relative;
}

.towork h4 span:after {
    position: absolute;
    top: 8px;
    left: auto;
    right: 0;
    height: 16px;
    width: 30px;
    background: url(../../images/website/green.svg);
    content: "";
    background-position: right 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.everybody p {
    margin: 0 0 20px;
    font-family: 'Futura Md BT';
    font-weight: 100;
    font-size: 1em;
    margin: 6px 0 0;
    line-height: initial;
}

.fingertips {
    padding: 100px 0 150px;
    min-height: 600px;
    position: relative;
    margin-bottom: 0;
}

.fingertips h3 {
    color: #000000;
    font-size: 4em;
    font-weight: bold;
    line-height: 1.2em;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.fingersimg {
    position: absolute;
    right: 0;
    width: 80%;
    top: 0;
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
    bottom: 0;
}

.fingertips h5 {
    font-family: 'Futura BdCn BT';
    font-weight: bold;
    font-size: 1.8em;
    color: #000;
}

.fingertips ul li i {
    font-style: normal;
    font-size: 1.1em;
    font-weight: 100;
    line-height: 22px;
}

.fingertips ul {
    margin: 0;
    padding: 30px 0;
    list-style-type: none;
}

.fingertips ul li {
    display: block;
    padding: 19px 0 12px 90px;
    position: relative;
    font-family: 'Futura Md BT';
}

.fingertips ul li:after {
    width: 72px;
    height: 65px;
    position: absolute;
    left: 0;
    content: "";
    background-size: contain !important;
    background-repeat: no-repeat !important;
    top: 12px;
}

.fingertips ul li span {

display: block;

font-size: 1.8em;

font-family: 'Futura BdCn BT';

font-weight: 900;

letter-spacing: 0;

color: #27a974;

padding: 0 0 10px;
}

.fingertips ul li strong {
    position: absolute;
    left: 71px;
    font-size: 3.5em;
    top: 32px;
    font-family: 'Bebas Neue';
}

.fingertips ul li.search:after {
    background: url(../../images/website/searchicon.png);
}

.fingertips ul li.reserve:after {
    background: url(../../images/website/reserveicon.png);
}

.fingertips ul li.customise:after {
    background: url(../../images/website/customiseicon.png);
}

.fingertips ul li.pay:after {
    background: url(../../images/website/payicon.png);
}

.fingertips ul li.enter:after {
    background: url(../../images/website/entericon.png);
}

.iconsocial {
    padding: 20px 0 0;
    margin-left: -20px;
}

.home-banner h1 strong {
    font-size: 5.8em;
    display: block;
    line-height: initial;
}

.home-banner h1 span {
    font-size: 7.8em;
}

.foundbtn a:hover:after {
    right: -10px;
}

.foundbtn a:after {
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
    -webkit-transition: all .5s cubic-bezier(0.215, .61, .355, 1);
    -moz-transition: all .5s cubic-bezier(0.215, .61, .355, 1);
    -o-transition: all .5s cubic-bezier(0.215, .61, .355, 1);
    transition: all .5s cubic-bezier(0.215, .61, .355, 1);
}
.fingertips ul li em{position: absolute;font-family: 'Futura BdCn BT';color: #222;left: 82px;font-style: normal;font-size: 75px;font-weight: bolder;top: 34px;}

.footercol h6 a {
    text-decoration: underline;
}

.footercol h6 a:hover {
    text-decoration: none;
}

a:focus, button:focus {
    outline: none !important;
}

.howsupport h2 span em {
    font-style: normal;
    font-size: 77px;
    position: relative;
    bottom: -5px;
    font-weight: 500;
}

.supporticons img {
    height: 40px;
}

.supporticons {
    padding: 0 0 10px;
}

.soloicons.bathrooms img {
    max-height: 90px;
}

.professionalbtn:after, .seebtn a:after, .insidesolo span:after, .towork span:after {
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
    -webkit-transition: all .5s cubic-bezier(0.215, .61, .355, 1);
    -moz-transition: all .5s cubic-bezier(0.215, .61, .355, 1);
    -o-transition: all .5s cubic-bezier(0.215, .61, .355, 1);
    transition: all .5s cubic-bezier(0.215, .61, .355, 1);
}

.professionalbtn:hover:after {
    right: 5px;
    background: url(../../images/website/green.svg) !important;
    width: 28px !important;
    height: 15px;
    top: 22px;
}

.seebtn a:hover:after {
    right: -10px;
}

.insidesolo h3 a {
    color: #000;
    display: inline-block;
}

.insidesolo a:hover span:after {
    right: -10px;
}

.towork a:hover span:after {
    right: -10px;
}

.towork a:hover {
    color: #000;
}

.launch {
    font-size: 1.4em;
    font-family: 'Futura BdCn BT';
    letter-spacing: 0.6px;
}

.londontext {
    font-size: 1.5em;
    font-family: 'Futura BdCn BT';
    font-weight: 900;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
}
.social img {
    width: 200px;
}
.iconsocial img {
    width: 200px;
}

.redifinerow h4 {
    margin: 0 0 10px;
    color: #27a974;
    font-family: 'Futura BdCn BT';
    font-size: 1.8em;
}

.redifinerow p {
    margin: 0 0 20px;
    font-family: 'Futura Md BT';
    font-weight: 100;
    font-size: 1.1em;
}

.ft_logo {
    max-width: 300px;
}

.towork h4 a {
    color: #000;
}

.towork h4 a:hover {
    color: #000;
}

.homecenter {
    display: flex;
    height: 100vh;
}
.towork-images img{ border-radius:10px;}
.towork-images {padding: 0 0 20px;}
.pad_r20{ padding-right: 20px;}
.pad_l20{ padding-left: 20px;}
.desktopview{ display: block !important;}
.mobileview{ display: none !important;}
.foundbtn br{ display: none;}


@media (min-width: 1600px) and (max-width: 8000px) {
    .social { /* bottom: 44px; */
    }

    .fitnesscnt {
        padding: 80px 0 80px 0px;
    }

    .section-fitness .fitnesscol:after {
        right: -200px;
    }

    .aloneimg {
        margin-left: -70px;
        height: 780px;
        margin-top: -20px;
    }

    .homecenter {
        display: flex;
        height: 100vh;
    }

    .yourworkout {
        padding: 0;
    }
}
.ftr_mobile{display: none !important; height: 51px;}
    .ftr_desk{ display: inline-block!important;}
.mobile_br:after{ display: none;}

@media (max-width: 767px) and (min-width: 320px) {
    .soloicons.bathrooms img {
    max-height: 100px !important;
}
    .ftr_mobile{display: inline-block!important; height: 51px;}
    .ftr_desk{ display: none !important;}
    .mobile_br:after{ display: block;}

    .pthed{text-align: center;right: 20px;top: 54px;width: 80px;}
    .desktopview{ display: none !important;}
.mobileview{ display: block !important;}
    .locationmap .iconsocial{bottom: -70px;text-align: left;margin-left: -15px;}
    .signform input{padding: 0 120px 0 20px;background: #ffffff;}
    .yourworkout .container{ position: relative; z-index: 4;}
   .everybody .pad_r20 {
    padding-right: 0;
}.everybody .pad_l20 {
    padding-left: 0;
}
 .homecenter {
    display: flex;
    height: 100vh;
}
    .foundbtn br{ display: block;}
    .redifinerow h4 {
        font-size: 28px;
        margin: 0 0 10px;
    }

    .redifinerow p {
        font-size: 16px;
        margin: 0 30px 40px;
    }

    .alonebanner .services-social {
        margin-right: 0px;
        margin-left: 0;
    }

    .home-banner h6 {
        font-size: 16px;
        line-height: 20px;
        margin: 0 20px 20px;
    }

    .home-banner {
        min-height: inherit;
        padding: 150px 0 0px;
        background-size: cover;
        background-repeat: no-repeat;
        height: 100vh;
    }

    .social img {
        width: 140px;
    }

    .btns a {
        display: inline-block;
        padding: 2px 20px 0;
        margin: 0 5px;
        font-size: 1em;
        line-height: 33px;
        min-width: auto;
    }

    .social {
        bottom: 75px !important;
    }

    .typing-text h2 {
        font-size: 2.5em;
    }

    .typing-text p {
        line-height: 20px;
        font-size: 0.9em;
    }

    .workoutrow {
        padding: 60px 0px 25px 0px;
        display: block;
        margin: 0 0 23px;
        min-width: auto;
        text-align: center;
    }

    .workoutrow:after {
        left: 50%;
        top: 0;
        margin-left: -20px;
    }

    .section-ready h3 {
        font-size: 2.5em;
    }

    .setlist {
        padding: 0 50px;
    }

    .setcnt {
        position: static;
        width: inherit !important;
        text-align: center;
    }

    .setcnt img {
        display: inline-block;
    }

    .section-location .locationmap {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        padding: 100px 0 150px;
    }

    .section-location .locationmap:before {
        left: -81%;
    }

    .mapcnt h3 {
        font-size: 2.5em;
    }

    .mapcnt ul li {
        font-size: 1.5em;
    }
    .launch {
        font-size: 1.2em !important;
    }
    .mapcnt {
        padding: 0;
    }

    .alonecnt h3 {
        font-size: 2.5em;
        margin-right: 0;
    }

    .alonecnt p {
        font-size: 1em;
        line-height: initial;
    }

    .alonebanner {
        text-align: center;
    }

    .aloneimg {
        margin-left: -40px;
        height: auto;
        margin-top: 0;
    }

    .servicesim {
        margin-left: 0;
    }

    .services_col {
        padding: 0 0 60px;
        text-align: center;
    }

    .servicescnt h3 {
        font-size: 2.5em;
    }

    .servicescnt p {
        font-size: 0.9em;
        line-height: 20px;
    }

    .services-social img {
        width: 160px;
    }

    .fitnesscnt h3 {
        font-size: 2.5em;
    }

    .fitnesscnt {
        padding: 0px 0 80px 0px;
        text-align: center;
    }

    .section-fitness .fitnesscol:after {
        width: 100%;
        background-position: right bottom;
        right: 0;

    }

    .fitness-social {
        margin-left: 0;
    }

    .fitness-social img {
        width: 160px;
    }

    .section-fitness .fitnesscol {
        padding: 60px 0;
    }

    .footer .footercol {
        text-align: center;
        padding: 30px 0px;
    }

    .footer .inputform {
        margin-right: 0;
    }

    .alone-curve {
        min-height: auto;
        padding: 30px 0 0;
    }

    .section-alone {
        top: 0;
    }

    .footer h6 {
        font-size: 0.8em;
    }

    .footer h5 {
        font-size: 1.3em;
    }

    .copy {
        font-size: 0.9em;
    }

    .footer .inputform input {
        padding: 0 120px 0 20px;
        font-size: 15px;
    }

    .footer .inputform button {
        padding:0px;
        width: 112px;
    }

    .footer h5 {
        margin: 30px 0 10px;
        font-size: 1.2em;
    }

    .setcnt h5 {
        margin: 10px 0 5px 0px;
    }

    .setcnt h6 {
        margin: 0;
    }

    .solotext {
        bottom: 0px;
        font-size: 1em;
    }

    .mapcnt h4 {
        font-size: 1em;
    }

    .mapcnt h5 {
        font-size: 0.8em;
    }

    .img-responsive.center-block {
        width: 230px;
    }

    .soloslide {
        padding: 0 0 20px;
    }

    .alonebanner {
        background-size: 127%;
        background-position: center bottom;
        padding-bottom: 100px;
        background-repeat: no-repeat;
    }

    .discover p {
        font-size: 0.9em;
        line-height: 20px;
    }

    .fitnesscnt p {
        font-size: 0.9em;
        line-height: 20px;
    }

    .servicescnt h3 {
        margin: 20px 0;
    }

    .alonecnt p {
        font-size: 0.9em;
        line-height: 20px;
    }

    .solotext span {
        padding: 10px 15px 7px;
        font-size: 1.2em;
    }

    .setcnt h6 {
        font-size: 0.9em;
        line-height: 20px;
    }

    .services-social {
        margin-right: 0;
        margin-left: 0;
    }

    .homecenter {
        text-align: left;
        padding: 0 0 0 20px;
    }

    .covid_col {
        font-size: 13px;
    }

    header img {
        width: 230px;
        display: inline-block !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    header.static {
        top: 54px;
        right: 20px;
        left: 20px;
        text-align: left;
        width:80px;
    }

    .yourworkout h2 {
        font-size: 40px;
    }

    .yourworkout h1 {
        font-size: 55px;
    }

    .yourworkout {
        min-height: auto;
        padding: 0;
        height: 100vh;
    }

    .yourworkout:after {
        height: auto;
        width: 60%;
        left: 0;
        right: auto;
        top: 0;
        bottom: 96px;
        background-position: right;
    }

    .professionalbtn {
        padding: 7px 35px 4px 12px;
        bottom: auto;
        border-radius: 6px;
        font-size: 18px;
        top: 62px;
        right: 5%;
        z-index: 500;
    }

    .professionalbtn:after {
        width: 21px;
        height: 11px;
        right: 10px;
        top: 9px !important;
    }

    .yourworkout h1 strong {
        display: block;
    }



    .yourworkout h6 {
        font-size: 16px;
        width: 72%;
    }

    .seebtn a {
        font-size: 24px;
        padding: 0 30px 0 0;
    }

    .seebtn a:after {
        top: 50%;
        height: 16px;
        width: 23px;
        margin-top: -7px;
    }

    .redifinerow {
        padding: 80px 30px 0px;
    }

    .redifinerow h3 {
        font-size: 2.5em;
        text-align: center;
        margin: 0 0 50px;
    }

    .exclusive, .technology, .convenient, .envorinment {
        position: static;
        text-align: center;
        padding: 0 0 30px;
    }

    .identity h4 {
        font-size: 1.4em;
    }

    .identity p {
        font-size: 0.8em;
    }

    body {
        line-height: 20px;
    }

    .identity {
        min-height: auto;
        background: none;
    }

    .insidesolo {
        padding: 40px 0 70px;
        text-align: center;
    }

    .insidesolo h3 {
        font-size: 40px;
    }

    .insidesolo span:after {
        top: 16px;
        height: 12px;
        width: 23px;
    }

    .insidesolo span {
        padding-right: 30px;
    }

    .soloicons img {
        max-height: 70px;
        max-width: initial;
    }

    .soloicons {
        line-height: initial;
        padding: 0 0 20px;
    }

    .insidesolo h4 {
        font-size: 28px;
    }

    .insidesolo p {
        font-size: 16px;
        margin: 0 0 60px;
    }

    .gymcol .social {
        bottom: -10px !important;
    }

    .everybody {
        padding: 80px 0px 0;
        text-align: center;
    }

    .everybody h3 {
        font-size: 40px;
        margin: 0 0 30px;
    }

    .towork h6 {
        font-size: 16px;
    }

    .towork {
        border: 0px solid #27a974;
        min-height: auto;
        margin: 0 0 20px;
        padding-bottom: 50px;
    }

    .towork h4 {
        font-size: 24px;
        padding: 0;
    }

    .towork h4 span:after {
        top: 9px;
        height: 12px;
        width: 23px;
    }

    .towork h4 span {
        padding-right: 30px;
    }

    .fingertips {
        padding: 80px 10px 0px;
        min-height: auto;
        margin: 0 0 80px;
    }

    .fingertips h3 {
        font-size: 40px;
        text-align: center;
    }

    .fingersimg {
        position: static;
        width: auto;
        height: auto;
    }

    .fingertips h5 {
        font-size: 22px;
        text-align: center;
    }

    .fingertips ul li span {
        font-size: 24px;
        padding: 0 0 5px;
    }

    .fingertips ul li i {
        font-size: 16px;
        line-height: 20px;
    }

    .fingertips ul li:after {
        width: 82px;
        height: 73px;
        top: 7px;
    }

    .iconsocial img {
        width: 140px;
    }

    .iconsocial {
        position: absolute;
        margin: 0;
        padding: 0;
        bottom: -26px;
        left: 0;
        right: 0;
        text-align: center;
    }

    .fingertips .col-md-7 {
        position: static;
    }

    .fingertips ul li {
        padding: 13px 0 12px 90px;
    }

    .pad_l20 {
        padding-left: 0;
    }

    .pad_l40 {
        padding-left: 0;
    }

    .footer .text-right ul {
        padding: 20px 0 0;
    }

    .ftrcopy ul li {
        padding: 0 10px;
    }

    .home-banner h1 strong {
        font-size: 2.5em;
    }

    .foundimg:after {
    left: 15px;
    right: 15px;
    width: auto;
    height: 3px;
    bottom: 7px;
    top: auto;
    }

    .home-banner h1 strong {
        font-size: 50px;
        font-weight: 600;
        font-weight: bold;
    }

    .home-banner h1 span {
        margin: 0;
        font-size: 65px;
    }

    .home-banner h1 {
        font-size: 2.5 ess;
        margin: 0;
    }

    .communityform {
        max-width: initial;
        margin: 0 auto;
        padding: 0 30px 0px !important;
    }

    .communityform input {
        margin: 0 0 20px;
        font-size: 16px;
        border-radius: 0 !important;
        padding-bottom: 0;
    }

    .btns button {
        line-height: 30px;
    }

    .howsupport h2 {
        font-size: 40px;
        margin: 0 10px 50px;
    }

    .supportbox h3 {
        font-size: 40px;
    }

    .supportbox h5 {
        font-size: 22px;
        margin: 10px 0 8px;
    }

    .supportbox p {
        font-size: 16px;
    }

    .supportbox {
        margin: 0 0 20px;
        padding: 15px 15px 10px;
    }

    .supporticons img {
        height: 50px;
    }

    .howsupport {
        padding: 0px 10px 20px;
    }

    .foundercol {
        padding: 50px 0px 0;
    }

    .foundimg {
        padding-right: 0;
        padding-bottom: 20px;
    }

    .foundercol h3 {
        font-size: 40px;
    }

    .foundercol p {
        font-size: 16px;
        line-height: initial;
    }

    .pad_r30 {
        padding-right: 0;
    }

    .foundbtn a {
        font-size: 30px;
        text-align: right;
        padding: 0 40px 0 0;
        line-height: initial;
        text-align: center;
    }

    .foundbtn a:after {
        top: 50%;
        height: 14px;
        margin-top: -7px;
    }

    .foundbtn {
        padding: 30px 0 50px;
    }

    .whyexist h3 {
        font-size: 2.5em;
        text-align: center;
    }

    .whyexist {
        padding: 50px 10px 0px;
    }

    .whyexist h5 {
        font-size: 1em;
        margin: 0 0px 15px 0;
    }

    .whyexist h6 {
        font-size: 1.2em;
        margin: 0px 0 40px;
    }
    .supportbox p br{ display: none;}
    .towork h6 br{ display: none;}
    #map{top: -90px !important}
    .ftrcopy .text-right{ text-align: center;}
    .home-banner h6 br{ display: none;}
    .home-banner h6 span{ display: block; padding-top: 10px;}
    .hedprivacy{font-size: 0.8em;    padding: 17px 0 0;}
    .supportcol{ padding: 0 0 40px;}
    .foundimg:after{ display: none;}
    .footer{margin-top: 0;}
.soloicons img {
    max-height: 70px !important;
    max-width: 70px;
    }.mobile_br{ position: relative; padding: 0 0 0 20px;}
    .mobile_br:after{width: 4px;
    left: 0px;
    position: absolute;
    top: 3px;
    bottom: 3px;
    content: "";
    background: #27a974;}
    .panel-title>a {
    display: block;
    padding-right: 60px;
    position: relative;
}
    .accordion-section .panel-default .panel-title a:after{
    position: absolute;
    right: -25px !important;
    top: 0;}
    .section-location{ top: 0;}
    .fingertips .iconsocial{ position: static !important;}
    .fingertips{ margin: 0;}
    .section-location{top: -20px;bottom: 0;}
    .foundbtn a:hover, .foundbtn a:focus{ color: #000 !important;}
    .logoicon {
    height: auto;
    width: 50px;
}
}


@media (min-width: 768px) and (max-width: 991px) {
    .home-banner {
        padding: 30vh 0 0px;
    }

    .supportbox {
        margin: 0 0 30px;
    }

    .foundimg {
        padding-right: 0;
        padding-bottom: 30px;
    }

    .foundimg:after {
        display: none;
    }

    .whyexist h5 {
        margin: 0 30px 20px 0;
    }

    .whyexist h6 {
        margin: 0 0 30px;
    }

    .footer .footercol {
        text-align: center;
        padding: 50px 0;
    }

    .pad_l40 {
        padding-left: 0;
    }

    .ftrcopy .text-right {
        text-align: center;
    }

    .yourworkout h2 {
        font-size: 4em;
    }

    .yourworkout h1 {
        width: 64%;
        font-size: 5.5em;
    }

    .gymcol .social {
        bottom: -24px;
    }

    .towork {
        min-height: auto;
        margin: 0 0 20px;
    }

    .fingertips ul {
        width: 55%;
    }
}
.newsletter_success_msg {
    padding: 9px;
    margin-bottom: 2px;
    display: none;
    background: #27a974;
    font-family: 'Futura Md BT';
    color: #ffff;
    border-color: #27a974;
}
.newsletter_error_msg{
    padding: 9px;
    margin-bottom: 2px;
    display: none;
    font-family: 'Futura Md BT';
}
.alert-danger{
    color: #fff !important;
    background-color: #E91F49 !important;
    border-color: #E91F49 !important;
}
.fingertips .iconsocial{
    padding-bottom: 0;
}
.accordion-section .panel-default .panel-title a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 1.5em;
    content: "\f106";
    color: #27a974;
    float: right;
    margin-top: -6px;
    margin-right: 50px;
}
.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f107";
}
.innerpage-sub-heading{
    font-family: 'Futura BdCn BT' !important;
    font-size: 1.8em !important;
}

h3.innerpage-sub-heading {
    margin-top:35px;
    margin-bottom:15px;
}

.innerpage p{
    margin: 0 0 20px;
    font-family: 'Futura Md BT' !important;
    font-weight: 100;
    font-size: 1.1em !important;
}
.conditions p a,.conditions li a{
    color:#27a974;
    text-decoration: underline;
    font-size: 1.1em;
    font-weight: 700;
}
.conditions p a:hover,,.conditions li a:hover{
    color:#27a974;
    text-decoration: none;
    font-size: 1.1em;
}
.conditions p,.conditions li{
    font-family: 'Futura Md BT' !important;
    font-weight: 100;
    font-size: 1.2em !important;
    line-height: 24px;
}
.conditions li{
    margin-top: 10px;
}
.greytext{
    color: #6e7479;
}
.accordion-section h3.innerpage-sub-heading{
    margin-top: 0px;
    margin-bottom: 0px;
}
.error_cnt .btns a {
    display: inline-block;
    padding: 3px 25px 0;
    color: #fff;
    font-family: 'Bebas Neue';
    border-radius: 6px;
    margin: 0 0px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 1.2em;
    line-height: 36px;
    min-width: 160px;
    background: #27a974;
    border: 2px solid #27a974;
}

.error_cnt .btns a:hover {
    background: none;
    color:#27a974;
    border-color: #27a974;
}
.faq_cat{
    font-family: 'Futura BdCn BT' !important;
    font-size: 30px;
    font-weight: 700;
    color:#27a974;
}
.conditions .panel-group .panel{
    border-width: 0 0;
    border-bottom: 1px solid #ddd;
}
.conditions .panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group{
    border-top:0;
}
.iconsocial{ z-index: 3;}
.fingertips .container{ position: relative; z-index:3;}
.foundbtn a:focus{ color: #000;}
@media (max-width: 1023px) and (min-width: 768px)
{
    .yourworkout .container {
        z-index: 4;
        position: relative;
    }
    .yourworkout:after
    {
        width: 55%;
        background-position: left;
    }
}
@media (max-width: 1023px) and (min-width: 992px)
{
    .yourworkout .container {
        z-index: 4;
        position: relative;
    }
    .yourworkout:after
    {
        width: 55%;
        background-position: left;
    }
}
