@import url('./base.css');

.header-section {
    z-index: 999;
}

@keyframes fadeInDown {
    from {
        transform: translateY(-20px);
    }

    to {
        transform: translateY(0);
    }
}

.sticky, .header-sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #061F59 !important;
    animation: fadeInDown 0.3s ease-in-out;
}

.header-section .menu-wrapper ul li a {
    font-weight: 600;
}

.header-section .menu-wrapper ul li a:hover {
    color: var(--primary)
}

.banner-section .banner-wrapper {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

/* .banner-section .banner-wrapper .heading-wrapper {
    padding: 557px 0px 70px 0px
} */

.banner-intro-wrapper {
    bottom: 70px;
    transform: translateX(-50%);
}

.embark-wrapper .heading-wrapper h2 {
    font-size: 40px;
    line-height: 50px;
}

.explore-workout-section {
    padding: 0px 0px 74px 0px;
}

.explore-workout-section .explore-workout-inner-wrapper {
    background: url('../images/blue-half-circle.png') no-repeat;
    background-size: 340px 700px;
    background-position: left 61%;
}

.explore-workout-section .heading-wrapper h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 64px;
    margin-bottom: 54px;
}

.explore-workout-section .heading-wrapper h2::after,
.membership-section .heading-wrapper h2::after {
    position: absolute;
    width: 170px;
    height: 20px;
    background: url('../images/long-arrow.svg') no-repeat;
    background-size: 100%;
    content: '';
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.explore-programs-wrapper {
    margin-bottom: 74px;
}

.explore-workout-section .explore-card .explore-img-wrapper img {
    width: 100%;
    /* height: 470px; */
    border-radius: 22px;
}

.explore-workout-section .explore-card .content-wrapper {
    min-height: 124px;
    max-height: 124px;
    padding: 34px 28px;
    border-radius: 17px;
    background: #0000005E;
    border: 2px solid var(--white);
}

.discover-wrapper {
    margin-bottom: 94px;
}

.discover-wrapper .heading-wrapper h2,
.membership-section .heading-wrapper h2 {
    font-size: 120px;
    font-weight: 800;
    line-height: 106px;

}

.discover-wrapper .heading-wrapper h2::after {
    display: none;
}

.discover-wrapper .heading-wrapper h3,
.membership-section .heading-wrapper h5 {
    font-size: 36px;
    font-weight: 300;
    line-height: 64px;
}

.discover-program-wrapper .explore-btn {
    font-size: 54px;
    font-weight: 300;
    line-height: 64px;
}

.discover-program-wrapper .explore-btn::after {
    position: absolute;
    width: 265px;
    height: 25px;
    background: url('../images/long-arrow.svg') no-repeat;
    background-size: 100%;
    content: '';
    left: 0px;
    bottom: -36px;
}

.how-it-works-section {
    width: 100%;
    border-radius: 0px 0px 0px 154px;
    background: url('../images/how-it-works-bg.png') no-repeat;
    background-size: cover;
    padding: 60px 0px;
}

.how-it-works-section .heading-wrapper h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 26px;
}

.how-it-works-section .heading-wrapper p {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 42px;
}

.store-wrapper {
    margin-bottom: 42px;
}

.how-it-works-section .how-work-card .img-wrapper img {
    width: 100%;
    /* height: 250px; */
    border-radius: 44px;
}

.how-it-works-section .how-work-card .content-wrapper h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
}

.how-it-works-section .how-work-card .content-wrapper p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 0px 28px;
}

.membership-section {
    padding: 74px 0px;
}

.membership-section .heading-wrapper {
    margin-bottom: 54px;
}

.membership-section .heading-wrapper h2::after {
    width: 265px;
    height: 25px;
}

.membership-section .membership-advantages-wrapper,
.trust-section .membership-advantages-wrapper {
    padding: 69px 0px;
}

.membership-section .membership-advantages-wrapper ul li,
.trust-section .membership-advantages-wrapper ul li {
    padding: 16px 40px;
    border-radius: 22px;
    margin-bottom: 20px;
}

.membership-section .membership-advantages-wrapper ul li:last-child,
.trust-section .membership-advantages-wrapper ul li:last-child {
    margin-bottom: 0px;
}

.membership-section .membership-advantages-wrapper ul li::after,
.trust-section .membership-advantages-wrapper ul li::after {
    position: absolute;
    top: 50%;
    left: -16px;
    transform: translateY(-50%);
    content: '';
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--primary);
}

.membership-img-wrapper {
    transform: translateY(-50%);
}

.trust-section {
    padding-bottom: 87px;
    background-image: url('../images/small-half-circle.png');
    background-repeat: no-repeat;
    background-size: 241px 504px;
    background-position: right 80%;
}

.trust-section .heading-wrapper h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 54px;
}

.free-trail-section {
    padding: 87px 0px 37px 0px;
}

.free-trail-section .trail-box-wrapper,
.app-section .download-now-wrapper,
.aboutus-section .download-now-wrapper,
.program-membership-section .download-now-wrapper {
    padding: 38px 94px;
    border-radius: 33px;
    background: radial-gradient(158.18% 50% at 50% 50%, #2280D8 0%, #1B58E7 100%);
}

.aboutus-section {
    background: url('../images/aboutus-half-circle.png') no-repeat;
    background-position: right 75%;
    background-size: 458px 738px;
}

.aboutus-section .vision-box-wrapper {
    width: 100%;
    background: url('../images/our-vision.png') no-repeat;
    background-size: cover;
    margin-bottom: 84px;
}

.aboutus-section .vision-box-wrapper .heading-wrapper p:last-child,
.aboutus-section .content-wrapper p:last-child {
    margin-bottom: 0px !important;
}

.aboutus-section .content-wrapper {
    margin-bottom: 74px;
}

.aboutus-section .content-wrapper p {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
}

.owner-content-card {
    padding: 34px;
    border-radius: 33px;
    border: 1px dashed #1B58E7;
    box-shadow: 16px 16px 32px 0px rgba(0, 0, 0, 0.10);
}

.free-trail-section .trail-box-wrapper h2 {
    font-size: 54px;
    font-weight: 900;
    line-height: normal;
}

.free-trail-section .trail-box-wrapper p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.testimonial-section {
    padding: 37px 0px 69px 0px;
}

.testimonial-section .heading-wrapper h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
}

.testimonial-section .heading-wrapper p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.testimonial-carousel-item {
    padding: 69px 0px 140px 0px;
}

.testimonial-item-card {
    /* min-height: 209px;
    max-height: 209px; */
    padding: 50px 0px 79px 0px;
    border-radius: 33px;
}

.quote-img-wrapper {
    width: 100px;
    height: 100px;
    top: 28px;
    left: 30px;
    z-index: 99;
}

.testimonial-item-card::before,
.testimonial-item-card::after {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    background: url('../images/blue-circle.png') no-repeat;
    background-size: 80px;
}

.testimonial-item-card::before {
    bottom: 20px;
    left: 40px;
}

.testimonial-item-card::after {
    top: -51px;
    right: 40px;
    transform: rotate(180deg);
}

.reviewer-wrapper {
    top: 55%;
    transform: translateX(-50%);
}

.reviewer-wrapper .img-wrapper img {
    width: 108px;
    height: 108px;
    border-radius: 22px;
    border: 5px solid var(--dark);
}

.reviewer-wrapper .content-wrapper h4 {
    font-size: 32px;
}

.reviewer-wrapper .content-wrapper p {
    font-size: 16px;
}

.app-section {
    padding: 37px 0px 58px 0px;
}

.app-section .screenshorts-wrapper {
    margin-bottom: 114px;
}

.advance-tracking-wrapper {
    width: 100%;
    border-radius: 33px;
    padding: 31px 104px;
    background: url('../images/advance-tracking-bg.png') no-repeat;
    background-size: 100%;
    vertical-align: middle;
    margin-bottom: 148px;
}

.advance-tracking-wrapper::before {
    position: absolute;
    top: -50%;
    left: 50%;
    z-index: 888;
    transform: translateX(-50%);
    content: '';
    width: 100px;
    height: 90px;
    background: url('../images/track-arrow.png') no-repeat;
    background-size: 100% 90px;
}

.advance-tracking-wrapper h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
}

.advance-tracking-wrapper p {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
}

.app-section .download-now-wrapper,
.aboutus-section .download-now-wrapper,
.program-membership-section .download-now-wrapper {
    z-index: 1;
}

.app-section .download-now-outer-wrapper::before,
.aboutus-section .download-now-outer-wrapper::before,
.program-membership-section .download-now-outer-wrapper::before {
    position: absolute;
    content: '';
    width: 145px;
    height: 145px;
    background-color: var(--white);
    border-radius: 50%;
    bottom: -50px;
    left: -50px;
}

.app-section .download-now-outer-wrapper::after,
.aboutus-section .download-now-outer-wrapper::after,
.program-membership-section .download-now-outer-wrapper::after {
    position: absolute;
    content: '';
    width: 94px;
    height: 94px;
    background-color: var(--white);
    border-radius: 50%;
    top: -50px;
    right: -50px;
}

.app-section .download-now-wrapper h2,
.aboutus-section .download-now-wrapper h2,
.program-membership-section .download-now-wrapper h2 {
    font-size: 54px;
    font-weight: 300;
    line-height: normal;
}

.app-section .download-now-wrapper p,
.aboutus-section .download-now-wrapper p,
.program-membership-section .download-now-wrapper p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.download-img-wrapper {
    right: 94px;
    bottom: 0px;
}

.train-this-section {
    padding: 150px 0px;
}

.blue-wrapper {
    width: 100%;
    background: url('../images/train-bg.png');
    background-size: cover;
    padding: 76px 0px;
}

.train-this-section .heading-wrapper h2 {
    font-size: 84px;
    font-weight: 700;
    line-height: 90px;
}

.train-this-section .heading-wrapper p {
    font-size: 36px;
    font-weight: 800;
    line-height: 40px;
}

.train-this-section .content-wrapper p {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
}

.trainer-img-wrapper {
    transform: translate(-50%, -50%);
}

.trainer-img-wrapper img {
    width: 380px;
    /* height: 654px; */
    border-radius: 400px;
}

.newsletter-wrapper {
    padding: 23px 0px;
}

.newsletter-wrapper .heading-wrapper h2 {
    font-size: 64px;
    line-height: 74px;
}

.newsletter-wrapper .heading-wrapper p {
    font-size: 16px;
    line-height: 26px;
}

.newsletter-wrapper .newsletter-input input {
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(3px);
    border-color: rgba(255, 255, 255, 0.20);
    padding-right: 120px !important;
}

.newsletter-wrapper .newsletter-input input::placeholder {
    color: var(--white);
}

.newsletter-wrapper .newsletter-input button {
    height: 74px;
    border-radius: 12px;
    border-color: var(--white);
}

.footer-wrapper {
    padding: 74px 0px 40px 0px;
    border-bottom: 1px solid #FFFFFF33;
}

.footer-content-wrapper p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.footer-content-wrapper .social-icon-wrapper li:last-child,
.footer-content-wrapper ul li:last-child {
    margin-right: 0px !important;
}

.footer-content-wrapper .social-icon-wrapper li a:hover,
.footer-content-wrapper ul li a:hover {
    color: var(--dark);
}

.contactus-banner {
    position: relative;
    z-index: 99;
}

.contactus-map {
    transform: translateY(-274px);
    position: relative;
    z-index: 0;
    height: calc(960px - 274px);
}

.address-wrapper {
    padding: 80px 0px;
}

.book-consulation-form {
    padding: 36px 47px;
    border-radius: 22px;
    right: 0px;
    top: -300%;
    border: 1px dashed #1B58E7;
    box-shadow: 16px 16px 32px 0px rgba(0, 0, 0, 0.10);
}

.book-consulation-form .heading-wrapper h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 68px;
}

.main-section {
    width: 100%;
    background-image: url('../images/honeycomb-img.png');
    background-repeat: repeat;
    background-size: 45%;
    background-position: center;
}

.aboutus-section,
.program-membership-section {
    padding: 64px 0px;
}

.program-membership-section {
    padding: 64px 0px;
    background: url('../images/blue-half-circle.png') no-repeat;
    background-size: 400px 750px;
    background-position: left 74%;
}

.membership-box-wrapper {
    margin-bottom: 94px;
}

.info-content-wrapper h2 {
    font-size: 40px;
    line-height: 50px;
}

.info-content-wrapper p {
    font-size: 20px;
    line-height: 28px;
}

.info-content-wrapper p:last-child {
    margin-bottom: 0px !important;
}

.included-img-wrapper img {
    border-radius: 22px;
}

.included-choose-lists ul li {
    padding: 35px 35px 35px 40px;
    border-radius: 22px;
    position: relative;
}

.included-choose-lists ul li:last-child {
    margin-bottom: 0px !important;
}

.included-choose-lists ul li::before {
    position: absolute;
    content: '';
    width: 36px;
    height: 36px;
    background-color: var(--primary);
    border-radius: 50%;
    top: 50%;
    left: -18px;
    transform: translateY(-50%);
}

.why-choose-bg {
    width: 100%;
    background: url('../images/why-choose-bg.png') no-repeat;
    background-size: cover;
    background-position: center;
    padding: 64px 0px;
    border-radius: 0px 165px;
}

.why-choose-no-bg {
    padding: 64px 0px;
}

.why-choose-bg .included-choose-lists ul li::before {
    background-color: var(--dark);
}

.footer-bottom-wrapper {
    padding: 30px 0px;
    background-color: #061F59;
}

.blog-card {
    border-radius: 16px;
    background: #0000005E;
    border: 2px solid var(--white);
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.blog-card img,
.blog-card .img-wrapper {
    /* height: 250px; */
    border-radius: 16px;
}

.blog-card .card-body {
    background-color: #0000005E;
    border-radius: 0px 0px 16px 16px;
}

.blog-card .card-body h3 {
    max-height: 70px;
}

.blog-details-section {
    padding: 140px 0px 80px 0px;
}

@media (max-width: 1400px) {
    .header-section .logo-wrapper img {
        width: 130px;
    }

    .header-section .menu-wrapper ul li a {
        font-size: 14px;
    }

    .header-section .menu-wrapper .default-btn {
        font-size: 12px;
        padding: 10px 20px;
    }

    .explore-workout-section {
        padding: 0px 0px 54px 0px;
    }

    .explore-workout-section .heading-wrapper h2 {
        font-size: 38px;
        line-height: 48px;
        margin-bottom: 44px;
    }

    .explore-programs-wrapper,
    .discover-wrapper {
        margin-bottom: 54px;
    }

    .explore-workout-section .explore-card .explore-img-wrapper img {
        /* height: 350px; */
    }

    .explore-workout-section .explore-card .content-wrapper {
        min-height: 114px;
        max-height: 114px;
        padding: 24px;
    }

    .explore-workout-section .explore-card .content-wrapper p {
        font-size: 14px;
    }

    .discover-wrapper .heading-wrapper h2 {
        font-size: 80px;
        line-height: 84px;
    }

    .discover-wrapper .heading-wrapper h3 {
        font-size: 32px;
        line-height: 50px;
        margin-bottom: 16px;
    }

    .discover-program-wrapper .explore-btn {
        font-size: 54px;
        font-weight: 300;
        line-height: 64px;
    }

    .how-it-works-section {
        padding: 40px 0px;
    }

    .how-it-works-section .heading-wrapper h2 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .how-it-works-section .heading-wrapper p {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 28px;
    }

    .store-wrapper li a img {
        /* width: 180px;
        height: 64px; */
    }

    .how-it-works-section .how-work-card .img-wrapper img {
        /* height: 250px; */
    }

    .how-it-works-section .how-work-card .content-wrapper h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .how-it-works-section .how-work-card .content-wrapper p {
        font-size: 14px;
    }

    .discover-wrapper .heading-wrapper h2 {
        font-size: 60px;
        line-height: 60px;
    }

    .discover-wrapper .heading-wrapper h3 {
        font-size: 24px;
        line-height: 40px;
    }

    .discover-program-wrapper .explore-btn {
        font-size: 40px;
        line-height: 54px;
    }

    .membership-section {
        padding: 40px 0px;
    }

    .discover-wrapper .heading-wrapper h2,
    .membership-section .heading-wrapper h2 {
        font-size: 80px;
        line-height: 80px;
        margin-bottom: 28px;
    }

    .discover-wrapper .heading-wrapper h3,
    .membership-section .heading-wrapper h5 {
        font-size: 30px;
        line-height: 40px;
    }

    .membership-section .membership-advantages-wrapper,
    .trust-section .membership-advantages-wrapper {
        padding: 40px 0px;
    }

    .membership-img-wrapper {
        width: 45%;
    }

    .membership-section .membership-advantages-wrapper ul li,
    .trust-section .membership-advantages-wrapper ul li {
        padding: 16px 32px;
    }

    .free-trail-section {
        padding: 40px 0px 27px 0px;
    }

    .advance-tracking-wrapper {
        padding: 30px;
        background-size: cover;
    }

    .train-this-section {
        padding: 100px 0px;
    }

    .train-this-section .heading-wrapper h2 {
        font-size: 40px;
        font-weight: 700;
        line-height: 55px;
    }

    .train-this-section .heading-wrapper p {
        font-size: 18px;
        font-weight: 800;
        line-height: 28px;
    }

    .train-this-section .content-wrapper p {
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
    }

    .trainer-img-wrapper {
        width: 24%;
    }

    .trainer-img-wrapper img {
        width: 100%;
        /* height: 500px; */
    }

}

@media (max-width: 1200px) {

    .explore-workout-section .heading-wrapper h2::after,
    .membership-section .heading-wrapper h2::after,
    .discover-program-wrapper .explore-btn::after {
        display: none;
    }

    .download-img-wrapper {
        right: 70px;
        bottom: 0px;
    }

    .app-section .download-now-outer-wrapper::before,
    .aboutus-section .download-now-outer-wrapper::before,
    .program-membership-section .download-now-outer-wrapper::before {
        position: absolute;
        content: '';
        width: 85px;
        height: 85px;
        background-color: var(--white);
        border-radius: 50%;
        bottom: -40px;
        left: -40px;
    }

    .app-section .download-now-outer-wrapper::after,
    .aboutus-section .download-now-outer-wrapper::after,
    .program-membership-section .download-now-outer-wrapper::after {
        position: absolute;
        content: '';
        width: 75px;
        height: 75px;
        background-color: var(--white);
        border-radius: 50%;
        top: -30px;
        right: -30px;
    }

    .newsletter-wrapper .heading-wrapper h2 {
        font-size: 44px;
        line-height: 52px;
        margin-bottom: 24px;
    }

    .newsletter-wrapper .heading-wrapper p {
        font-size: 14px;
        line-height: 24px;
    }

    .aboutus-section .vision-box-wrapper {
        margin-bottom: 64px;
    }

    .app-section .download-now-wrapper h2,
    .aboutus-section .download-now-wrapper h2,
    .program-membership-section .download-now-wrapper h2 {
        font-size: 44px;
    }

    .app-section .download-now-wrapper p,
    .aboutus-section .download-now-wrapper p,
    .program-membership-section .download-now-wrapper p {
        font-size: 14px;
    }

    .aboutus-section {
        background-size: 350px 495px;
    }

    .aboutus-section .content-wrapper {
        margin-bottom: 48px;
    }

    .aboutus-section .content-wrapper h2,
    .meet-owner-wrapper h2 {
        font-size: 40px;
        line-height: 30px;
    }

    .aboutus-section .content-wrapper p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 16px;
    }

    .owner-content-card {
        padding: 26px;
    }

    .owner-content-card p {
        font-size: 14px;
    }

    .info-content-wrapper h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .info-content-wrapper p {
        font-size: 16px;
        line-height: 24px;
    }

    .what-includded-wrapper h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .what-includded-wrapper h2 span {
        font-size: 28px;
        line-height: 30px;
    }

    .included-choose-lists h3,
    .cup-heading-wrapper h3 {
        font-size: 27px;
        line-height: 34px;
    }

    .included-choose-lists ul li {
        padding: 20px 20px 20px 30px;
        border-radius: 18px;
    }

    .included-choose-lists ul li span {
        font-size: 14px;
        line-height: 14px;
    }

    .included-choose-lists ul li::before {
        width: 28px;
        height: 28px;
        left: -15px;
    }

    .included-card {
        padding: 18px;
    }

    .included-card img {
        width: 54px;
        height: 54px;
    }

    .included-card span {
        font-size: 14px;
    }

    .program-membership-section {
        background-size: 280px 540px;
    }

}

@media (max-width: 992px) {
    .header-section .toggle-btn {
        font-size: 25px;
    }

    #header-sidebar {
        width: 320px;
        position: fixed;
        background: var(--white);
        top: 0px;
        z-index: 888;
        left: -380px;
        height: 100vh;
        transition: 0.3s all ease-in-out;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    }

    #header-sidebar.show {
        left: 0;
    }

    .menu-res-active {
        color: var(--dark) !important;
    }

    .banner-section .banner-wrapper {
        background-position: center;
    }

    /* .banner-section .banner-wrapper .heading-wrapper {
        padding: 210px 0px 70px 0px
    } */

    .banner-intro-wrapper {
        bottom: 30px;
    }

    .new-banner-section .banner-intro-wrapper .heading-wrapper h1 {
        font-size: 28px;
        line-height: 34px;
    }

    .embark-wrapper {
        padding: 40px 0px;
    }

    .embark-wrapper .heading-wrapper h2 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 16px;
    }

    .embark-wrapper .heading-wrapper p {
        font-size: 14px;
        line-height: 24px;
    }

    .explore-programs-wrapper,
    .discover-wrapper {
        margin-bottom: 0px;
    }

    .explore-workout-section .explore-card .explore-img-wrapper img {
        /* height: 450px; */
    }

    .store-wrapper li a img {
        /* width: 170px;
        height: 60px; */
    }

    .how-it-works-section {
        border-radius: 0px;
        background: url('../images/how-it-works-bg-resp.png') no-repeat;
        background-size: cover;
    }

    .how-it-works-section .how-work-card .img-wrapper img,
    .how-it-works-section .how-work-card .img-wrapper {
        /* height: 160px; */
        margin-bottom: 16px;
    }

    .discover-wrapper .heading-wrapper h2,
    .membership-section .heading-wrapper h2 {
        font-size: 48px;
        line-height: 52px;
    }

    .membership-section .membership-advantages-wrapper,
    .trust-section .membership-advantages-wrapper {
        padding: 0px;
    }

    .discover-wrapper .heading-wrapper h3,
    .membership-section .heading-wrapper h5 {
        font-size: 24px;
        line-height: 34px;
    }

    .trust-section {
        padding-bottom: 47px;
    }

    .trust-section .heading-wrapper h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 42px;
    }

    .free-trail-section .trail-box-wrapper h2 {
        font-size: 40px;
    }

    .free-trail-section .trail-box-wrapper {
        padding: 36px;
    }

    .testimonial-section {
        padding: 25px 0px;
    }

    .testimonial-carousel-item {
        padding: 69px 0px 0px 0px;
    }

    .testimonial-item-card {
        padding: 40px;
        border-radius: 33px;
    }

    .reviewer-wrapper {
        transform: unset;
        position: static !important;
    }

    .reviewer-wrapper .content-wrapper {
        color: var(--dark);
    }

    .reviewer-wrapper .img-wrapper img {
        width: 80px;
        height: 80px;
    }

    .reviewer-wrapper .content-wrapper h4 {
        font-size: 22px;
    }

    .testimonial-item-card p {
        font-size: 13px;
    }

    .app-section {
        padding: 37px 0px;
    }

    .app-section .screenshorts-wrapper,
    .app-section .advance-tracking-wrapper {
        margin-bottom: 40px;
    }

    .advance-tracking-wrapper h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .advance-tracking-wrapper p {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
    }

    .advance-tracking-wrapper::before,
    .download-now-outer-wrapper::after,
    .download-now-outer-wrapper::before,
    .testimonial-item-card::before,
    .testimonial-item-card::after {
        display: none;
    }

    .app-section .download-now-wrapper,
    .aboutus-section .download-now-wrapper,
    .program-membership-section .download-now-wrapper {
        padding: 28px;
    }

    .app-section .download-now-wrapper h2,
    .aboutus-section .download-now-wrapper h2,
    .program-membership-section .download-now-wrapper h2 {
        font-size: 44px;
    }

    .app-section .download-now-wrapper p,
    .aboutus-section .download-now-wrapper p,
    .program-membership-section .download-now-wrapper p {
        font-size: 14px;
    }

    .train-this-section {
        padding: 0px 0px;
    }

    .trainer-img-wrapper {
        width: 100%;
        position: static !important;
        transform: unset;
    }

    .trainer-img-wrapper img {
        width: 260px;
        max-width: 260px !important;
        /* height: 260px; */
    }

    .contactus-map {
        transform: translateY(-274px);
        height: calc(600px - 274px);
    }

    .contactus-map iframe {
        height: 600px;
    }

    .address-wrapper {
        padding: 40px 0px;
    }

    .address-wrapper ul li .address-icon-box {
        width: 60px;
        height: 60px;
        font-size: 14px;
    }

    .address-wrapper ul li p {
        font-size: 18px;
    }

    .address-wrapper ul li p span {
        font-size: 14px;
    }

    .address-wrapper ul li .address-icon-box svg {
        width: 28px;
    }

    .book-btn {
        width: 60px;
        height: 60px;
        z-index: 999;
        bottom: 40px;
        right: 40px;
        color: var(--dark);
        font-size: 24px;
        border: 0px solid transparent;
    }

    .book-consulation-form {
        position: fixed !important;
        width: 90%;
        background: #fff;
        z-index: 998;
        top: -2000px;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        transition: 0.3s all ease-in-out;
    }

    .book-consulation-form.openform {
        top: 10%;
    }

    .aboutus-section {
        background: none;
        padding: 40px 0px;
    }

    .owner-img-wrapper img {
        width: 250px !important;
        height: 250px !important;
        border-radius: 100%;
    }

    .membership-box-wrapper {
        margin-bottom: 40px;
    }

    .why-choose-bg {
        width: 100%;
        background: var(--primary);
        padding: 64px 0px;
        border-radius: 0px;
    }

    .program-membership-section {
        background: none;
    }

    .explore-workout-section .explore-workout-inner-wrapper {
        background: none;
    }

}

@media (max-width: 575px) {
    #header-sidebar {
        width: 100%;
        left: -580px;
    }

    .banner-intro-wrapper {
        bottom: 20px;
    }

    .new-banner-section .banner-intro-wrapper .heading-wrapper h1 {
        font-size: 16px;
        line-height: normal;
    }

    .free-trail-section .trail-box-wrapper h2 {
        font-size: 36px;
        line-height: 44px;
    }

    .reviewer-wrapper {
        top: 60%;
    }

    .book-consulation-form {
        padding: 28px;
        height: 500px;
        overflow-y: auto;
    }

    .book-consulation-form.openform {
        top: 80px;
    }

    .book-consulation-form .heading-wrapper h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .book-btn {
        width: 50px;
        height: 50px;
        bottom: 10px;
        right: 10px;
        font-size: 18px;
    }
}