@font-face {
    font-family: 'Axiforma-Heavy';
    src: url('../fonts/Axiforma-Heavy.eot');
    src: url('../fonts/Axiforma-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Axiforma-Heavy.woff') format('woff'),
        url('../fonts/Axiforma-Heavy.ttf') format('truetype'),
        url('../fonts/Axiforma-Heavy.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Axiforma-ExtraBold';
    src: url('../fonts/Axiforma-ExtraBold.eot');
    src: url('../fonts/Axiforma-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Axiforma-ExtraBold.woff') format('woff'),
        url('../fonts/Axiforma-ExtraBold.ttf') format('truetype'),
        url('../fonts/Axiforma-ExtraBold.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Axiforma-Bold';
    src: url('../fonts/Axiforma-Bold.eot');
    src: url('../fonts/Axiforma-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Axiforma-Bold.woff') format('woff'),
        url('../fonts/Axiforma-Bold.ttf') format('truetype'),
        url('../fonts/Axiforma-Bold.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Axiforma-SemiBold';
    src: url('../fonts/Axiforma-SemiBold.eot');
    src: url('../fonts/Axiforma-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Axiforma-SemiBold.woff') format('woff'),
        url('../fonts/Axiforma-SemiBold.ttf') format('truetype'),
        url('../fonts/Axiforma-SemiBold.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Axiforma-Regular';
    src: url('../fonts/Axiforma-Regular.eot');
    src: url('../fonts/Axiforma-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Axiforma-Regular.woff') format('woff'),
        url('../fonts/Axiforma-Regular.ttf') format('truetype'),
        url('../fonts/Axiforma-Regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Axiforma-Light';
    src: url('../fonts/Axiforma-Light.eot');
    src: url('../fonts/Axiforma-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Axiforma-Light.woff') format('woff'),
        url('../fonts/Axiforma-Light.ttf') format('truetype'),
        url('../fonts/Axiforma-Light.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Axiforma-Heavy';
    font-weight: 700;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Axiforma-Regular';
    overflow-x: hidden;
}

p {
    font-family: 'Axiforma-Regular';
}

a {
    text-decoration: none !important;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    font-family: 'Axiforma-Regular';
    font-weight: 300;
}

a:focus {
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header {
    z-index: 99;
    width: 100%;
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
}
header.sticky {
    position: fixed !important;
    background: #fff;
    box-shadow: 0px 0px 7px rgba(0,0,0,0.25);
}
.right-link ul {
    display: flex;
    justify-content: end;
}

ul.navbar-nav>li:not(:last-child) {
    margin-right: 8px;
}

.navbar-collapse ul {
    margin-left: auto;
    margin-right: 0 !important;
}

ul.navbar-nav>li>a {
    position: relative;
}

ul.navbar-nav > li > a {
	font-family: 'Axiforma-Bold';
	font-weight: 700;
	font-size: 15px;
	line-height: 26px;
	text-transform: uppercase;
	color: #323232;
	padding: 0 6px !important;
}

ul.navbar-nav>li>.nav-link.active,
ul.navbar-nav>li>.nav-link:hover {
    color: #ED1C24;
}

ul.navbar-nav>li>a:not(.btn-red):hover::before,
ul.navbar-nav>li>a:not(.btn-red).active::before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -3px;
    background: #ED1C24;
    left: 0;
}

.main-menu .container-fluid {
    padding: 0;
    align-items: center;
}

.search-wrap {
    width: 30px;
    height: 30px;
    background: url(../images/search-icon.png) no-repeat center;
    cursor: pointer;
}

.search-wrap.open {
    background: url(../images/close-btn.png) no-repeat center;    
    background-size: 23px;
}

.header .navbar-collapse {
    flex-basis: unset;
    flex-grow: unset;
}
header .search-bar {
    background-color: #fff;
    padding: 0px;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    visibility: hidden;
    opacity: 0;
    border-bottom: 1px solid #dfe3e8;
    position: absolute;
}
header .search-bar.active {
    top: 100%;
    z-index: 1;
    visibility: visible;
    opacity: 1;
}
header .search-bar .form-group {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
header .search-bar .form-group .form-control {
    max-width: 100%;
    height: 40px;
    border-radius: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
    color: #000000;
    outline: none;
    box-shadow: none;
}
header .search-bar .form-group .btn {
    background: #ED1C24;
    border-radius: 0;
    color: #fff;
    height: 40px;
    font-size: 16px;
    border: 1px solid #ED1C24;
}
.navbar-expand-lg .navbar-nav {
    align-items: center;
}
.banner {
    height: 100vh;
    min-height: 100%;
    max-width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    position: relative;
}
.banner-title h1 {
    font-family: 'Axiforma-ExtraBold';
    font-weight: 800;
    font-size: 100px;
    line-height: 102px;
    color: #FFFFFF;
    margin-bottom: 0;    
    margin-top: 60px;
}
.btn-custom {
    font-family: 'Axiforma-Regular';
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #3D2F2F;
    background: #fff;
    padding: 19px 45px;
    border-radius: 0px;
    position: relative;
}
.btn-custom:hover {
    color: #fff !important;
    background: #ED1C24 !important;
}
.btn-custom::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    position: absolute;
    top: -5px;
    right: -5px;
}
.btn-custom:hover::after {
    border: 1px solid #ED1C24;
}
.btn-custom>img {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}
.btn-custom:hover>img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.block {
    padding: 60px 0;
}
.section-title h2 {
    font-family: 'Axiforma-ExtraBold';
    font-weight: 900;
    font-size: 65px;
    line-height: 60px;
    text-transform: uppercase;
    color: #242424;
    margin-bottom: 15px;
}
.section-title h2 span {
    font-family: 'Axiforma-Regular';
    font-weight: 400;
}
.section-title p {
    font-family: 'Axiforma-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0.1em;
    color: #433E3E;
    margin-bottom: 30px;
}
.about-box h3 {
    font-family: 'Axiforma-ExtraBold';
    font-weight: 900;
    font-size: 42px;
    text-transform: uppercase;
    color: #242424;
    margin: 0;
}
.about-box p {
    font-family: 'Axiforma-Regular';
    font-weight: 400;
    font-size: 32.3468px;
    text-transform: uppercase;
    color: #242424;
    margin: 0;
}
.about-box .row>div:not(:last-child) {
    margin-bottom: 45px;
}
.sub-heading {
    font-family: 'Axiforma-Regular';
    font-weight: 400;
    font-size: 45px;
    text-transform: uppercase;
    color: #242424;
    display: block;
    margin-bottom: 10px;
}
.block-exercise {
    background: url(../images/group-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 220px 0;
}
.mb-60 {
    margin-bottom: 40px;
}
.block-pricing {
    background: url(../images/pricing-bg.jpg) no-repeat center;
    background-size: cover;
}
.pricing-box {
    position: relative;
    margin: 12px 0;
}
.pricing-text {
    background: rgba(3, 179, 255, 0.82);
    position: absolute;
    bottom: 0;
    padding: 10px 30px;
}
.pricing-text h3 {
    font-family: 'Axiforma-ExtraBold';
    font-weight: 800;
    font-size: 38px;
    text-transform: uppercase;
    color: #FFF8F8;
    margin: 0 0 15px;
    line-height: 50px;
}
.pricing-text h3 span {
    font-family: 'Axiforma-SemiBold';
    font-weight: 600;
    font-size: 29px;
    display: block;
    line-height: 1;
}
.pricing-img img {
    border-radius: 10px 10px 0 0;
}
.pricing-box .btn-custom {
    font-size: 12px;
    padding: 12px 16px;
}
.slider-home .slick-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}
.slider-home .slick-dots>li {
    margin: 15px 0;
    padding: 0;
    line-height: 0;
}
.slider-home .slick-dots>li>button {
    width: 15px;
    height: 15px;
    font-size: 0;
    border: 4px solid #8f3f42;
    outline: 1px solid #fff;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border-radius: 50%;
}
.slider-home .slick-dots>li.slick-active>button {
    border: 4px solid #8f3f42;
    outline: 1px solid #ED1C24;
    background-color: #ED1C24;
    width: 15px;
    height: 15px;
}
.facelities-wrapper {
    background: #ED1C24;
    padding: 30px 0;
}
.facelities-wrapper h2 {
    font-family: 'Axiforma-ExtraBold';
    font-weight: 900;
    font-size: 52.7264px;
    line-height: 69px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.facelities-box ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.facelities-box ul>li {
    padding: 30px 40px 60px;
    border-right: 1px solid #FDFDFD;
    border-bottom: 1px solid #FDFDFD;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}
.facelities-box ul>li:nth-child(2n) {
    border-right: none;
}
.facelities-box ul>li:last-child, .facelities-box ul>li:nth-last-child(2) {
    border-bottom: none;
}
.fb-wrap {
    display: flex;
    align-items: center;
}
.fb-wrap-icon {
    margin-right: 15px;
}
.fb-wrap-text p {
    font-family: 'Axiforma-SemiBold';
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 0;
}
.block-facelities {
    background: #DFDFDF;
    padding: 90px 0 40px;
    position: relative;
    z-index: 1;
}
.block-facelities::after {
    content: "";
    width: 100%;
    height: calc(100% - 240px);
    background: url(../images/facelitiy-bg.jpg) no-repeat center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.facelities-box ul>li:nth-child(2n)::before {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    bottom: -25px;
    left: -25px;
    border-radius: 50%;
    background: #ED1C24;
    z-index: 1;
}
.block-schedule {
    background: #FFF8F8;
}
ul.store {
    margin: 0 0 30px;
    padding: 0px;
    list-style: none;
    text-align: center;
}
ul.store li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    font-family: 'Axiforma-SemiBold';
    font-weight: 600;
    font-size: 18.3412px;
    line-height: 24px;
    text-transform: capitalize;
    color: #FFFFFF;
    background: #000;
    max-width: 290px;
    width: 100%;
    position: relative;
    white-space: nowrap;
}
ul.store li a {
    color: #fff;
}
ul.store li.current {
    background: #ED1C22;
    color: #fff;
}
ul.store li.current::before {
    content: "";
    border: 10px solid transparent;
    border-top-color: #ED1C22;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
}
.store-content .tab-content {
    display: none;
}

.store-content .tab-content.current {
    display: inherit;
}
.schedule-list {
    text-align: center;
}
.block-gallery {
    background: url(../images/gallery-bg.jpg) no-repeat center;
    background-size: cover;
}
.cs-mb-2 {
    margin-bottom: 12px;
}
.block-testimonial {
    background: #F2F2F2;
    padding: 90px 0;
    position: relative;
    z-index: 1;
}
.block-testimonial::before {
    content: "";
    width: 100%;
    position: absolute;
    height: calc(100% - 280px);
    left: 0;
    top: 0;
    background: url(../images/testimonial-bg.jpg) no-repeat center;
    background-size: cover;
    z-index: -1;
}
.testimonial-box {
    background: #FFFFFF;
    box-shadow: 0px 9px 4px rgba(207, 197, 197, 0.25);
    padding: 30px;
    transition: all linear 0.3s;
}
.testimonial-text i {
    color: #ED1C24;
    font-size: 42px;
    margin-bottom: 25px;
}
.testimonial-text h4 {
    font-family: 'Axiforma-Bold';
    font-weight: 700;
    font-size: 25px;
    line-height: 41px;
    text-transform: uppercase;
    color: #242424;
}
.testimonial-text p, .testimonial-text .readmore-btn {
    font-family: 'Axiforma-Regular';
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #6D6868;
    margin: 0;
}
.testimonial-text p {
    overflow: hidden;
    height: 85px;
}
.testimonial-text.showContent p {
    height: 100%;
}
.testimonial-text .readmore-btn {
    color: #ED1C24;
    text-transform: none;
}
.testimonial-text {
    margin-bottom: 25px;
}
.testimonial-profile img {
    margin-bottom: 15px;
    display: inline-block;
}
.slider-testimonial .slick-list {
    margin: 0 -10px;
}
.slider-testimonial .slick-list .slick-slide {
    padding: 0 10px;
}
.slider-testimonial .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    z-index: 1;
    width: 45px;
    height: 45px;
    background: #ED1C24;
    color: #fff;
    font-size: 0;
    border: none;
}
.slider-testimonial .slick-next {
    right: -15px;
    left: auto;
}
.slider-testimonial .slick-arrow::before {
    content: "";
    background: url(../images/btn-arrow-blk.png) no-repeat center;
    width: 15px;
    height: 13px;
    display: block;
    margin: auto;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.slider-testimonial .slick-prev::before {
    transform: rotate(-180deg);
}
.testimonial-profile h5 {
    font-family: 'Axiforma-Bold';
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 0;
}
.testimonial-profile p {
    margin: 0;
    font-family: 'Axiforma-Regular';
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #ED1C24;
}
.form-container {
    background: #DADADA;
    padding: 38px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.form-container>div {
    width: 100%;
}
.form-box .form-group:not(:last-child) {
    margin-bottom: 12px;
}
.form-box .form-group .form-control {
    background: #F3F1F1;
    border: none;
    border-radius: 0px;
    height: 52px;
    font-family: 'Axiforma-Regular';
    font-weight: 400;
    font-size: 14px;
    color: #3A3B3F;
    padding: 20px;
}
.form-box .form-group .form-control::placeholder {
    color: #3A3B3F;
}
.form-box .form-group textarea.form-control {
    color: #3A3B3F;
}
.form-box .form-group textarea.form-control {
    color: #3A3B3F;
    height: 92px;
}
.btn-red {
    background: #ED1C24;
    font-family: 'Axiforma-Bold';
    color: #fff;
    z-index: 1;
    font-size: 16px;
    padding: 17px 26px;
}
.btn-red>img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.btn-red::after {
    border: 1px solid #000000;
    z-index: -1;
}
.captcha-row {
    display: flex;
}
#divGenerateRandomValues {
    height: 52px !important;
}
.footer-top {
    padding: 60px 0;
}
.footer-link h4 {
    font-family: 'Axiforma-SemiBold';
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.footer-link ul>li:not(:last-child) {
    margin-bottom: 10px;
}
.footer-link ul>li>a {
    font-family: 'Axiforma-Light';
    font-weight: 300;
    font-size: 14px;
    line-height: 134.8%;
    text-transform: capitalize;
    color: #FFFFFF;
}
.footer-link ul>li>a:hover {    
    color: #ED1C24;
}
.footer-bottom {
    border-top: 1px solid #4F4F4F;
    padding: 20px 0;
}
.footer-bottom p {
    font-family: 'Axiforma-Light';
    font-size: 16px;
    line-height: 26px;
    color: #FFFDFD;
    margin: 0;
}
.footer-bottom p img {
    /* filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1); */
    width: 93px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.footer {
    background: url(../images/footer-bg.jpg) no-repeat center;
    background-size: cover;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-left p {
    font-family: 'Axiforma-Light';
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 30px;
    max-width: 300px;
    width: 100%;
}
.social-icon h6 {
    font-family: 'Axiforma-SemiBold';
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 25px;
}
.social-icon ul>li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
.social-icon ul>li>a {
    display: block;
    width: 56px;
    height: 56px;
    background: #212121;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    line-height: 56px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    transition: all linear 0.3s;
}
.social-icon ul>li>a:hover {
    background: #ED1C24;
    border: 1px solid #fff;
    color: #fff;
}
.mb-ft>div:not(:last-child) {
    margin-bottom: 30px;
}
.footer-newsletter h5 {
    font-family: 'Axiforma-SemiBold';
    font-weight: 600;
    font-size: 22px;
    line-height: 36px;
    color: #FFFFFF;
    margin-bottom: 0;
}
.footer-newsletter p {
    font-family: 'Axiforma-Light';
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
}
.newsletter-form form>div:not(:last-child) {
    margin-bottom: 5px;
}
.newsletter-form form>div .form-control {
    background: #FFFFFF;
    border: 0.547223px solid rgba(0, 0, 0, 0.18);
    box-shadow: 6.01946px 6.01946px 25.7195px rgba(0, 0, 0, 0.1);
    height: 38px;
    border-radius: 0px;
    font-family: 'Axiforma-Light';
    font-weight: 300;
    font-size: 8.75557px;
    line-height: 16px;
    color: #A4A4A4;
}
.newsletter-form .btn-red {
    font-family: 'Axiforma-Regular';
    font-weight: 400;
    font-size: 9.4px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 11px 7px;
}
.newsletter-form .btn-red>img {
    width: 8px;
    vertical-align: middle;
}
.newsletter-form .btn-red::after {
    content: none;
}
.mb-ft {
    padding-left: 30px;
}
.logo-scroll, header.sticky .logo {
    display: none;
}
header.sticky .logo-scroll {
    display: block;
}
.block-gallery .section-title.text-end {
    position: relative;
    border-right: 1px solid #fff;
    padding-right: 25px;
}
/* .mb-ft .footer-link {
    margin-top: 40px;
} */
.navbar-expand-lg {
    padding: 0;
}
.header .btn-red {
    padding: 6px 10px !important;
    color: #fff !important;
    border-radius: 0px;
}
.header .btn-red:hover {
    background: #ED1C24;
}

.video-banner {
    position: relative;
    color: #fff;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    height: 100vh;
}
.video-banner .video-overlay {
    width: 100%;
    height: 100%;
}
.video-overlay {
    position: relative;
    z-index: 5;
}
.video-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-banner .video-overlay:before {
    background: linear-gradient(180deg, rgba(2, 4, 35, 0.76) 0%, rgba(3, 7, 55, 0.0532) 28.76%);
    z-index: 2;
}
video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-wrapper2 {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 9;
}
.hidden {
    display: none;
  }

  .address-box {
    margin-top: 30px;
}
.address-box ul>li {
    display: flex;
    flex-wrap: wrap;
}
.address-box ul>li .img {
    flex: 0 0 auto;
    width: 28px;
    margin-right: 15px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.address-box ul>li .address-cnt {
    flex: 0 0 auto;
    width: calc(100% - 43px);
}
.address-cnt h3 {
    font-family: 'Axiforma-Light';
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 0;
}
.address-cnt p {
    font-family: 'Axiforma-Light';
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    margin-bottom: 0;
}
.address-cnt p a {
    color: #fff;
}
.address-box ul>li:not(:last-child) {
    margin-bottom: 12px;
}
.fb-wrap-icon img {
    transition: all linear 0.3s;
    transform: scale(1);
}
.fb-wrap:hover .fb-wrap-icon img {
    transform: scale(1.2);
}
.white-img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}


.block-facelities-v2 {
    padding: 260px 0 90px;
    height: 788px;
}
.block-facelities-v2::after {
    height: calc(100% - 195px);
}

.block-facelities-v3 {
    background: #fff;
    padding: 120px 0;
}
.block-facelities-v3::after {
    content: none;
}
.body-composition2 {
    margin-left: -12px;
    margin-right: -8px;
    height: calc(100% - 10px);
    overflow: hidden;
}
.btn-red[disabled]>img {
    filter: none;
}
.block-personal-training {
    background: #DADADA;
}
.block-personal-training .section-title {
    padding-bottom: 20px;
}
.block-personal-training .training-img img {
    max-width: 500px;
}
@media (min-width: 1366px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1235px;
    }
}
@media (min-width: 1440px) {
    .banner {
        height: 860px;
    }
}
@media (max-width: 1365px) {
    ul.navbar-nav>li:not(:last-child) {
        margin-right: 15px;
    }
    ul.navbar-nav > li > a {
        font-size: 14px;
        padding: 0 !important;
    }
}
@media (max-width: 1199px) {
    header.sticky .navbar-expand-lg .navbar-toggler {
        top: 14px;
    }
    .navbar-expand-lg .navbar-toggler {
        display: block;
        background-color: transparent;
        z-index: 99;
        border: 0;
        padding: 0;
        position: absolute;
        top: 26px;
        right: 40px;
        border: none;
        box-shadow: none;
        outline: none;
    }
    ul.navbar-nav>li>a {
        color: #fff;
        font-size: 15px;
    }
    ul.navbar-nav>li>a:hover {
        color: #fff !important;
    }
    .navbar-expand-lg .navbar-toggler span {
        width: 2em;
        height: 2em;
    }   
    .navbar-expand-lg .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background-image: url(../images/close-btn.png);
        background-size: 35px 30px;
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
    }
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: fixed;
        right: -310px;
        top: 0;
        bottom: 0;
        width: 310px;
        height: 100%;
        min-height: 100vh;
        z-index: 9;
        background-color: #ED1C24;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        padding: 90px 15px 30px;
        overflow: hidden;
        overflow-y: hidden;
        overflow-y: auto;
        display: block;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }
    .collapse:not(.show), .mc_pos_cover {
        display: none !important;
    }
    .navbar-expand-lg .navbar-collapse.show {
        right: 0;
        display: block !important;
    }
    .mobile-logo {
        margin: 10px 0 30px;
        text-align: center;
    }
    .mobile-logo img {
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        align-items: start;        
    }
    ul.navbar-nav>li:not(:last-child) {
        width: 100%;
        margin-bottom: 8px;
        padding-bottom: 6px;
        margin-right: 0;
        border-bottom: 1px dashed rgba(255, 255, 255, .8);
    }
    ul.navbar-nav>li>a:hover::before, ul.navbar-nav>li>a.active::before {
        content: none;
    }
    .header .navbar-collapse .search-wrap {
        display: none;
    }
    .about-box h3 {
        font-size: 30px;
    }
    .about-box p {
        font-size: 20px;
    }
    .testimonial-text p br {
        display: none;
    }
    .banner-title h1 {
        font-size: 80px;
        line-height: 85px;
    }
    .block-gallery .container>div:first-child>div {
        width: 100%;
    }
    .block-gallery .section-title {
        border-right: none !important;
        padding-right: 0 !important;
        text-align: center !important;
    }
    .block-gallery .section-title h2 {
        margin-bottom: 20px !important;
    }
    .block-enqiry .row>div {
        width: 100%;
    }
    .footer-bottom p {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .block-facelities-v2 {
        height: auto;
    }
    .body-composition {
        background: #ec1b24;
    }
    .body-composition2 {
        transform: scale(1);
        margin: 0;
        height: 100%;
    }
    .block-facelities-v3 .row, .block-facelities-v2 .row {
        height: 100% !important;
    }
    .block-facelities-v3 .row>div:not(:last-child), .block-facelities-v2 .row>div:not(:last-child) {
        margin-bottom: 10px;
    }
    .footer-left p {
        max-width: 100%;
        margin: 0 auto 30px;
    }
    .footer-left {
        text-align: center;
        margin-bottom: 45px;
    }
    .about-image {
        display: none;
    }
    .block-exercise {
        padding: 160px 0;
    }
    .block-pricing .row:not(.mb-60)>div:not(:last-child), .block-gallery .row.mb-5>div:not(:last-child) {
        margin-bottom: 30px;
    } 
    .block-testimonial .row:not(.mb-5)>div:not(:last-child) {
        margin-bottom: 30px;
    }
    .footer-bottom .row>div, .footer-bottom .text-end{
        width: 100%;
        text-align: center !important;
    }
    .facelities-img {
        display: none;
    }
    .cs-mb-2 {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .address-box ul>li {
        text-align: left;
    }
    header .search-bar {
        padding: 10px 15px;
    }
    .banner-title h1 {
        font-size: 55px;
        line-height: 60px;
    }
    .banner-title h1 br, .section-title p br {
        display: none;
    }
    .btn-custom {
        padding: 16px 30px;
    }
    .banner {
        height: 580px;
    }
    .footer-newsletter {
        margin-top: 40px;
    }
    .mb-ft {
        padding-left: 0;
    }
    .footer-link {
        text-align: center;
    }
    .footer-newsletter {
        text-align: center;
    }
    .footer-top {
        padding: 40px 0;
    }
    .section-title h2 {
        font-size: 45px;
        line-height: 50px;
        text-align: center;
        margin-bottom: 10px;
    }
    .section-title p {
        font-size: 15px;
        line-height: 28px;
        text-align: center;
    }
    .block {
        padding: 45px 0;
    }
    .about-box .row>div:not(:last-child) {
        margin-bottom: 20px;
    }
    .sub-heading {
        font-size: 25px;
        margin-bottom: 5px;
    }
    .facelities-box ul>li {
        padding: 30px 15px;
    }
    ul.store li {
        font-size: 16px;
        max-width: 100%;
    }
    ul.store li:not(:last-child) {
        margin-bottom: 10px;
    }
    .block-gallery .section-title h2 {
        margin-bottom: 10px !important;
    }
    .form-container {
        padding: 45px 15px;
    }
    .social-icon ul>li>a {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 18px;
    }
    .footer-link h4, .social-icon h6, .footer-newsletter h5 {
        font-size: 18px;
        line-height: 18px;
    }
    .pricing-text h3 {
        font-size: 32px;
    }
    .pricing-text h3 span {
        font-size: 24px;
    }
}