@media screen and (min-width:1599px) {
    .container {
        max-width: 1464px;
        width: 100%;
    }
}

/* index.css  */

@media screen and (max-width:1799px) {
    .download-sec::after {
        width: 200px;
        height: 340px;
    }

    .footer-section .footer-container {
        max-width: 1540px !important;
        padding: 0 15px;
        margin: 0 auto;
    }

    .footer-section::after {
        right: 60px;
        width: 250px;
        height: 340px;
    }

    .footer-bottom {
        max-width: 1560px !important;
    }

    .Reformer-main .row {
        margin-inline: unset;
    }
}

@media screen and (max-width:1599px) {
    .download-sec::after {
        width: 160px;
        height: 280px;
        bottom: -10px;
        right: 30px;
    }

    .footer-section .footer-container {
        max-width: 1360px !important;
    }

    .footer-bottom {
        max-width: 1370px !important;
    }
}

@media screen and (max-width:1399px) {
    header {
        background: #000000;
        padding: 12px 40px;
    }

    h1 {
        font-size: 85px;
    }

    .banner-section span {
        font-size: 45px;
    }

    .white-cta {
        font-size: 18px;
        padding: 18px 42px;
    }

    .p_240 {
        padding: 200px 0px;
    }

    h3 {
        font-size: 58px;
    }

    .p_120 {
        padding: 100px 0px;
    }

    h2 {
        font-size: 60px;
    }

    .Reformer-section .top-con-right p {
        font-size: 20px;
        line-height: 30px;
    }

    .Reformer-section .right-side-con .btn-side a {
        padding: 18px 34px;
    }

    .Reformer-section .right-side-con .btn-side {
        margin-top: 40px;
    }

    .p_135 {
        padding: 115px 0px;
    }

    .try-section p {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .download-sec::after {
        width: 140px;
        height: 260px;
        bottom: -50px;
        right: 30px;
    }

    .location-sec .map-side {
        margin-top: 33px;
    }

    .location-sec .map-side iframe {
        width: 100%;
        height: 700px;
        border-radius: 28px;
    }

    .testimonials-sec a {
        padding: 40px;
        font-size: 26px;
    }

    .pt_100 {
        padding-top: 80px;
    }

    .footer-logo h4 {
        margin-bottom: 57px;
    }

    .footer-bottom {
        max-width: 1140px !important;
    }

    .footer-section .footer-container {
        max-width: 1140px !important;
    }

    .footer-section::after {
        top: 40px;
        right: 40px;
        width: 216px;
        height: 380px;
    }

    .footer-top {
        padding-bottom: 80px;
    }
}

@media screen and (max-width:1199px) {
    .cta.white-cta {
        padding: 16px 36px;
    }

    header {
        background: #000000;
        padding: 8px 30px;
    }

    .p_240 {
        padding: 180px 0px;
    }

    h1 {
        font-size: 75px;
    }

    .banner-section span {
        font-size: 38px;
    }

    .footer-section .footer-container {
        max-width: 950px !important;
    }

    .footer-section::after {
        top: 120px;
        right: 0px;
        width: 226px;
        height: 300px;
    }

    .white-cta {
        font-size: 18px;
        padding: 16px 38px;
    }

    h3 {
        font-size: 52px;
    }

    .black-side-sec .black-content p {
        font-size: 20px;
    }

    .p_120 {
        padding: 80px 0px;
    }

    /* h2 {
        font-size: 55px;
    } */
    h2 {
        font-size: 50px;
    }

    .Reformer-section .top-con-right p {
        font-size: 18px;
        line-height: 26px;
    }

    .Reformer-section .right-side-con .btn-side a {
        padding: 16px 32px;
    }

    .Reformer-section .right-side-con .btn-side {
        margin-top: 30px;
    }

    .Reformer-section .right-side-con .right-side-icon i {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }

    .p_135 {
        padding: 100px 0px;
    }

    .try-section p {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .try-section .try-ancoher {
        margin-top: 25px;
    }

    .try-section::after {
        top: 60px;
        left: 60px;
        width: 246px;
        height: 324px;
    }

    .download-sec .content-download-sec p {
        font-size: 20px;
        line-height: 28px;
        max-width: 540px;
        margin-top: 10px;
    }

    .black-cta {
        font-size: 18px;
        padding: 16px 40px;
    }

    .download-sec::after {
        width: 130px;
        height: 230px;
        bottom: -10px;
        right: 10px;
    }

    .location-sec .container-fluid {
        padding: 0 90px;
    }

    .testimonials-sec a {
        padding: 35px;
        font-size: 22px;
    }

    .pt_100 {
        padding-top: 70px;
    }

    .footer-top {
        padding-bottom: 70px;
    }

    .footer-section::after {
        top: 50px;
        right: -20px;
        width: 286px;
        height: 330px;
    }

    h6 {
        font-size: 30px;
    }

    .footer-bottom {
        padding: 20px 0;
    }
}

@media screen and (max-width:991px) {

    header .navbar-nav {
        gap: 50px !important;
    }

    .banner-section {
        background-position: center;
    }

    .p_240 {
        padding: 150px 0px;
    }

    h1 {
        font-size: 65px;
    }

    .banner-section span {
        font-size: 34px;
    }

    .white-cta {
        font-size: 16px;
        padding: 14px 34px !important;
    }

    h3 {
        font-size: 46px;
    }

    .black-side-sec .black-content p {
        font-size: 18px;
    }

    .black-side-sec .black-main {
        padding: 40px 0;
    }

    .black-side-sec::after {

        top: 20px;
        right: 60px;
        width: 120px;
        height: 190px;
    }

    .Reformer-main .row {
        gap: 20px;
    }

    .p_135 {
        padding: 80px 0px;
    }

    .try-section p {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .try-section .try-ancoher {
        margin-top: 20px;
    }

    .try-section::after {
        top: 70px;
        left: 40px;
        width: 166px;
        height: 244px;
    }

    h2 {
        font-size: 50px;
    }

    .try-section h2 {
        max-width: 398px;
    }

    .download-sec .content-download-sec h2 {
        max-width: 100%;
    }

    .download-sec .content-download-sec p {
        font-size: 20px;
        line-height: 28px;
        max-width: 100%;
        margin-top: 10px;
    }

    .black-cta {
        font-size: 16px;
        padding: 14px 34px;
    }

    .download-sec .phone-img {
        text-align: center;
    }

    .main-download .row {
        gap: 40px;
    }

    .download-sec::after {
        width: 190px;
        height: 270px;
        bottom: 30px;
        right: 30px;
    }

    .p_120 {
        padding: 60px 0px;
    }

    .location-sec .container-fluid {
        padding: 0 40px;
    }

    .location-sec .map-side {
        margin-top: 26px;
    }

    .location-sec .map-side iframe {
        width: 100%;
        height: 500px;
        border-radius: 15px;
    }

    .testimonials-sec a {
        padding: 30px;
        font-size: 20px;
    }

    .footer-logo h4 {
        color: #FFFFFF;
        margin-bottom: 50px;
    }


    .footer-col h6 {
        color: #FFFFFF;
        margin-bottom: 15px;
    }

    h6 {
        font-size: 28px;
    }

    .footer-top {
        padding-bottom: 60px !important;
    }

    .footer-bottom {
        padding: 25px 0;
    }

    .download-sec .container {
        max-width: 700px;
        margin: auto;
    }

    .footer-logo h4 {
        margin-bottom: 40px !important;
    }

    .footer-col ul li a {
        font-size: 16px;
        line-height: 24px;
    }

    .footer-bottom {
        max-width: 930px !important;
    }

    .footer-columns {
        display: flex !important;
        flex-direction: column !important;
        gap: 30px !important;
    }

    .footer-section::after {
        top: 240px !important;
        right: 80px !important;
        width: 226px !important;
        height: 330px !important;
    }

    .footer-section .footer-container {
        max-width: 960px !important;
    }

    .footer-bottom {
        padding: 20px 0 !important;
    }

    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, .55);
        border-color: rgba(0, 0, 0, .1);
        background: #fff;
    }

    header .navbar-collapse {
        position: absolute;
        background-color: #000;
        width: 100%;
        top: 100%;
        height: 100vh;
        z-index: 9;
        left: 0;
        right: 0;
    }

    header .navbar {
        position: static !important;
    }

    header {
        position: relative;
    }

    .navbar-nav {
        height: 100vh;
        text-align: center;
    }

    header .navbar-nav {
        display: flex;
        gap: 0px;
    }

    header .navbar-light .navbar-nav .nav-link {
        font-family: Questrial;
        font-weight: 400;
        font-size: 40px;
        line-height: 50px;
        text-align: center;
    }
}

@media screen and (max-width:767px) {
    header .navbar-light .navbar-nav .nav-link {
        font-size: 35px;
        line-height: 35px;

    }

    .Reformer-section .right-side-con .btn-side .cta {
        padding: 16px 30px !important;
    }

    .cta.white-cta {
        padding: 14px 25px;
    }

    .navbar-light .navbar-brand img {
        width: 50px;
        height: 50px;
    }

    .p_240 {
        padding: 110px 0px;
    }

    h1 {
        font-size: 55px;
    }

    .banner-section span {
        font-size: 30px;
    }

    h3 {
        font-size: 38px;
    }

    .black-side-sec .black-main {
        padding: 35px 0;
    }

    .black-side-sec::after {
        top: 40px;
        right: 40px;
        width: 110px;
        height: 150px;
    }

    h2 {
        font-size: 40px;
    }

    .Reformer-section .top-con-right p {
        font-size: 16px;
        line-height: 24px;
    }

    .Reformer-section .right-side-con .btn-side {
        margin-top: 25px;
    }

    .Reformer-section .right-side-con .btn-side a {
        padding: 14px 30px;
    }

    .white-cta {
        font-size: 14px;

    }

    .Reformer-section .right-side-con .right-side-icon {
        display: flex;
        gap: 9px;
        margin-top: 15px;
    }

    .Reformer-section .right-side-con .right-side-icon i {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .p_120 {
        padding: 50px 0px;
    }

    .p_135 {
        padding: 70px 0px;
    }

    .try-section p {
        font-size: 18px;
        margin-bottom: 3px;
    }

    .try-section h2 {
        max-width: 100%;
    }

    .try-section::after {
        top: 10px;
        left: 40px;
        width: 166px;
        height: 244px;
    }

    .download-sec .content-download-sec p {
        font-size: 18px;
        line-height: 25px;
    }

    .download-sec .content-download-sec .Available-Pera {
        margin: 0;
        padding-top: 10px;
    }

    .black-cta {
        font-size: 14px;
        padding: 14px 34px;
    }

    .download-sec .content-download-sec .dwon-anc {
        margin-top: 25px;
    }

    .download-sec::after {
        width: 150px;
        height: 210px;
        bottom: 20px;
        right: 0px;
    }

    .location-sec .map-side {
        margin-top: 16px;
    }

    .location-sec .map-side iframe {
        width: 100%;
        height: 450px;
        border-radius: 12px;
    }

    .testimonials-sec .testimonials-btn {
        margin-top: 20px;
    }

    .testimonials-sec a {
        padding: 25px;
        font-size: 18px;
    }

    h4 {
        font-size: 35px;
    }

    .pt_100 {
        padding-top: 50px;
    }

    .footer-logo h4 {
        margin-bottom: 30px !important;
    }

    .footer-col h6 {
        margin-bottom: 0 !important;
    }

    h6 {
        font-size: 26px;
    }

    .footer-col ul li a {
        font-size: 16px;
    }

    .footer-bottom p {
        font-size: 16px !important;
    }
}

@media screen and (max-width:575px) {
    header .navbar-nav {
        gap: 36px !important;
    }

    header {
        background: #000000;
        padding: 6px 16px;
    }

    header .navbar-nav {
        padding-top: 20px !important;
    }

    header .navbar-light .navbar-nav .nav-link {
        font-size: 26px;
        line-height: 26px;
    }

    .Reformer-section .right-side-con .btn-side .cta {
        padding: 13px 28px !important;
    }

    .white-cta {
        padding: 12px 28px !important;
    }

    .p_240 {
        padding: 80px 0px;
    }

    h1 {
        font-size: 45px;
    }

    .banner-section span {
        font-size: 25px;
    }

    .banner-section .banner-anchor {
        margin-top: 16px;
    }

    h3 {
        font-size: 35px;
    }

    .black-side-sec .black-content p {
        font-size: 16px;
    }

    .black-side-sec .black-sec-anchor {
        margin-top: 20px;
    }

    .black-side-sec::after {
        right: 10px;
        display: none;
    }

    h2 {
        font-size: 37px;
    }

    .Reformer-section .right-side-con .btn-side {
        margin-top: 20px;
    }

    .p_135 {
        padding: 70px 0px;
    }

    .download-sec .content-download-sec p {
        font-size: 16px;
        line-height: 23px;
    }

    .download-sec .phone-img {
        text-align: center;
    }

    .location-sec .map-side iframe {
        width: 100%;
        height: 400px;
        border-radius: 10px;
    }

    .testimonials-sec a {
        padding: 20px;
        font-size: 16px;
    }

    .footer-logo h4 {
        margin-bottom: 20px !important;
    }

    h4 {
        font-size: 30px;
    }

    h6 {
        font-size: 24px;
    }

    .footer-col ul li a {
        font-size: 14px !important;
    }

    .footer-columns {
        gap: 25px !important;
    }

    .footer-section::after {
        right: 10px !important;
    }

    .footer-top {
        padding-bottom: 40px !important;
    }

    header .navbar-nav {
        gap: 50px;
        padding-top: 60px;
    }
}

/* index.css end  */



/* Studios-Page start */
@media screen and (max-width:1399px) {
    .studio-reformer .top-con-right span {
        font-size: 38px;
    }

    .studio-reformer .top-con-right h2 {
        margin-bottom: 24px;
    }
}

@media screen and (max-width:1199px) {
    .p_260 {
        padding: 220px 0;
    }

    .studio-black-sec .studio-content p {
        font-size: 20px;
        line-height: 30px;
    }

    .studio-black-sec .studio-content {
        max-width: 762px;
        margin-top: 23px;
        gap: 20px;
    }

    .stodio-side span {
        font-size: 26px;
    }

    .studio-reformer .top-con-right span {
        font-size: 35px;
    }

    .studio-reformer .top-con-right h2 {
        margin-bottom: 20px;
    }

    .studio-reformer .top-con-right p {
        max-width: 420px;
    }
}

@media screen and (max-width:991px) {
    .p_260 {
        padding: 180px 0;
    }

    .studio-black-sec .studio-content p {
        font-size: 18px;
        line-height: 27px;
    }

    .studio-black-sec .studio-content {
        max-width: 100%;
        margin-top: 20px;
        gap: 15px;
    }

    .stodio-side span {
        font-size: 22px;
    }

    .studio-reformer .top-con-right h2 {
        margin-bottom: 4px;
    }

    .studio-reformer .top-con-right p {
        max-width: 100%;
    }

    h4 {
        font-size: 52px;
    }
}

@media screen and (max-width:767px) {
    .p_260 {
        padding: 130px 0;
    }

    .studio-black-sec .studio-content p {
        font-size: 16px;
        line-height: 25px;
    }

    .studio-reformer .top-con-right span {
        font-size: 24px;
    }

    .studio-reformer .top-con-right p {
        margin-top: 12px;
    }
}

@media screen and (max-width:575px) {
    .p_260 {
        padding: 90px 0;
    }

    .stodio-side span {
        font-size: 18px;
    }

    .studio-reformer .top-con-right span {
        font-size: 20px;
    }
}

/* Studios-Page end */





/* schedule-page css  */

@media screen and (max-width:1199px) {
    .booking-banner {
        padding: 80px 0;
    }

    .class_schedule {
        padding: 110px 0;
    }
}

@media screen and (max-width:991px) {
    .booking-banner {
        padding: 60px 0;
    }

    .book-list {
        margin: 30px auto 38px;
        gap: 15px;
    }

    .class_schedule {
        padding: 90px 0;
    }
}

@media screen and (max-width:767px) {
    .booking-banner {
        padding: 50px 0;
    }

    .book-list {
        margin: 22px 0;
        gap: 12px;
    }

    h4 {
        font-size: 45px;
    }
}

@media screen and (max-width:575px) {
    .banner-1 {
        padding: 80px 0;
    }

    .book-list {
        margin: 22px 0;
        gap: 8px;
        padding: 0;
    }

    .class_schedule {
        padding: 60px 0;
    }
}

/* schedule-page css end */




/* Pricing-Page css start */

@media screen and (max-width:1399px) {
    p.wel-div-par {
        font-size: 20px;
        line-height: 31px;
        padding-top: 20px;
        max-width: 448px;
    }

    .wel-card-div {
        border-radius: 25px;
        padding: 40px 30px;
    }

    .pricing-wel-outter {
        max-width: 100%;
        width: 100%;
    }

    .membership-section {
        padding: 120px 0px;
    }

    .accordion-section .accordion-sec-mian .accordion-item.active .accordion-button {
        font-size: 60px;
        padding: 20px 0;
    }

    .accordion-section .accordion-button.collapsed {
        font-size: 60px;
    }
}

@media screen and (max-width:1199px) {
    .wel-card-div {
        border-radius: 22px;
        padding: 35px 20px;
    }

    .wc-2 {
        margin: 30px 0 24px;
        font-size: 24px;
        line-height: 30px;
    }

    .pricing-wel-outter {
        padding: 0;
    }

    .wc-1 {
        font-size: 30px;
    }

    .wc-2 {
        margin: 20px 0;
        font-size: 22px;
        line-height: 30px;
    }

    .wc-3 {
        font-size: 28px;
        line-height: 28px;
        text-align: center;
        margin: 0;
    }

    .membership-section {
        padding: 100px 0px !important;
    }

    p.membership-desc {
        max-width: 770px;
        font-size: 20px;
        line-height: 32px;
        padding-top: 27px;
    }

    .membership-boxes {
        margin-top: 30px;
    }

    .membership-card {
        border-radius: 15px;
        padding: 30px 15px;
        height: 100%;
    }

    .membership-card h6 {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 19px;
    }

    .membership-card span {
        font-size: 24px;
    }

    .membership-card p {
        font-size: 28px;
        line-height: 32px;
        padding-top: 20px;
        margin: 0;
    }

    .membership-section {
        padding: 80px 0px !important;
    }

    .accordion-section .accordion-sec-mian .accordion-item.active .accordion-button {
        font-size: 50px;
    }

    .accordion-section .accordion-body {
        padding: 40px 0;
    }

    .accordion-section .box-iner h6 {
        font-size: 28px;
        line-height: 34px;
    }

    .accordion-section .box-iner span {
        font-size: 26px;
        line-height: 26px;
    }

    .accordion-section .accordion-button.collapsed {
        font-size: 50px;
    }

    .accordion-button::after {
        width: 34px;
        height: 34px;
    }
}

@media screen and (max-width:991px) {
    .pricing-ban {
        max-width: 100%;
        font-size: 28px;
        line-height: 34px;
    }

    .pricing-welcome .pricing-wel-outter {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    p.wel-div-par {
        font-size: 20px;
        line-height: 30px;
        padding-top: 16px;
        max-width: 100%;
    }

    .wel-card-div {
        border-radius: 20px;
        padding: 35px;
        width: 100%;
    }

    p.membership-desc {
        max-width: 100%;
        font-size: 18px;
        line-height: 27px;
        padding-top: 15px;
    }

    .membership-section .membership-boxes .row {
        gap: 40px 0;
    }

    .membership-card h6 {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 19px;
    }

    .accordion-section .accordion-sec-mian .accordion-item.active .accordion-button {
        font-size: 40px;
    }

    .accordion-section .accordion-body {
        padding: 35px 0;
    }

    .accordion-section .box-iner {
        padding: 30px 20px;
        gap: 15px;
        border-radius: 15px;
    }

    .accordion-section .box-iner h6 {
        font-size: 24px;
        line-height: 27px;
    }

    .accordion-section .box-iner span {
        font-size: 22px;
        line-height: 22px;
    }

    .accordion-section .accordion-button.collapsed {
        font-size: 40px;
    }

    .accordion-section .accordion-button::after {
        width: 26px;
        height: 26px;
    }

}

@media screen and (max-width:767px) {
    p.wel-div-par {
        font-size: 18px;
        line-height: 27px;
        padding-top: 10px;
    }

    .wel-card-div {
        border-radius: 20px;
        padding: 25px;
    }

    .wc-1 {
        font-size: 26px;
    }

    .wc-2 {
        margin: 15px 0;
        font-size: 20px;
        line-height: 20px;
    }

    .wc-3 {
        font-size: 22px;
        line-height: 22px;
        text-align: center;
        margin: 0;
    }

    .membership-section {
        padding: 60px 0px !important;
    }

    p.membership-desc {
        font-size: 16px;
        line-height: 24px;
        padding-top: 10px;
    }

    .membership-card h6 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .membership-card p {
        font-size: 22px;
        line-height: 22px;
        padding-top: 15px;
        margin: 0;
    }

    .membership-section .membership-boxes .row {
        gap: 30px 0;
    }

    .accordion-section .accordion-button.collapsed {
        font-size: 32px;
    }

    .accordion-section .accordion-button::after {
        width: 22px;
        height: 22px;
    }

    .accordion-section .accordion-sec-mian .accordion-item.active .accordion-button {
        font-size: 30px;
    }

    .accordion-section .box-iner {
        padding: 25px 16px;
        gap: 15px;
        border-radius: 10px;
    }

    .accordion-section .box-iner h6 {
        font-size: 20px;
        line-height: 20px;
    }

    .accordion-section .box-iner span {
        font-size: 18px;
        line-height: 18px;
    }
}

@media screen and (max-width:575px) {

    p.wel-div-par {
        font-size: 16px;
        line-height: 23px;
        padding-top: 8px;
    }

    .wc-1 {
        font-size: 22px;
    }

    .wc-2 {
        margin: 12px 0;
        font-size: 18px;
        line-height: 18px;
    }

    .membership-section {
        padding: 50px 0px !important;
    }

    .membership-card h6 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 7px;
    }

    .accordion-section .accordion-button.collapsed {
        font-size: 26px;
    }

    .accordion-section .accordion-button::after {
        width: 18px;
        height: 18px;
    }

    .accordion-section .accordion-sec-mian .accordion-item.active .accordion-button {
        font-size: 26px;
    }

    .accordion-section .accordion-body {
        padding: 25px 0;
    }
}

/* Pricing-Page css end */