@media only screen and (max-width: 1250px) {
  /* Home page Start */

  .banner-heading {
    font-size: 130px;
  }

  .banner-para {
    font-size: 24px;
    line-height: 34px;
  }

  .banner-flex-under img {
    margin-left: 30px;
  }

  /* Home page end */
}
@media only screen and (max-width: 991px) {
  .containers {
    width: 90%;
  }

  /* Home page Start */

  .banner-heading {
    font-size: 100px;
  }

  .banner-flex-under img {
    width: 100%;
  }

  .banner-para {
    font-size: 20px;
    line-height: 30px;
  }

  .banner-mid-box h2 {
    font-size: 40px;
    font-weight: 700;
  }

  .banner-mid-box p {
    font-size: 16px;
  }

  .home-sec2-content h2 {
    font-size: 50px;
  }

  .home-sec3 h2 {
    font-size: 50px;
  }

  .home-sec4 h2 {
    font-size: 50px;
  }
  .home-sec2-last img {
    width: 100%;
    height: 40px;
  }

  /* Home page end */

  /* footer section */

  .footer-section {
    width: 32%;
    padding: 50px 20px;
  }
  .bottom-bar-next {
    width: 100%;
    padding: 10px;
    text-align: center;
  }

  .bottom-bar-next span {
    font-size: 14px;
    line-height: 14px;
  }

  .bottom-bar-next a {
    font-size: 22px;
    line-height: 26px;
  }

  .bottom-bar-next p {
    font-size: 14px;
    line-height: 18px;
  }

  /* blog page Start */

  section {
    padding: 60px 0px;
  }

  .text-center {
    text-align: center;
  }

  .text-center h2 {
    font-size: 40px;
  }

  .text-center p {
    font-size: 15px;
    line-height: 24px;
    padding: 0px 100px;
  }

  .search_form {
    width: 80%;
    margin: 40px auto;
  }

  .blog_heading {
    font-size: 30px;
    text-align: center;
  }

  .row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .row2 {
    width: 100%;
    display: block;
  }

  .column-xlg {
    width: 100%;
  }

  .column-lg {
    width: 50%;
  }

  .column-sm {
    width: 50%;
  }

  .service_content h4 {
    font-size: 22px;
  }

  .service_content p {
    font-size: 15px;
    line-height: 20px;
  }

  .blog_btn {
    padding: 4px 12px;
    border: 1.5px solid #8a8a8a;
    font-size: 15px;
  }

  /* blog page end */

  /* about us page start*/

  .about-us-sec-heading1 {
    font-size: 50px;
  }

  .about-us-sec-para {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    text-align: justify;
  }

  .about-us-sec-heading2 {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .about-us-sec2-grid {
    display: none !important;
  }

  .about-us-sec1 {
    padding: 0;
  }

  .about-us-sec1-heading {
    font-size: 30px;
  }

  .about-us-sec1-flex {
    margin: 40px auto 0;
    row-gap: 60px;
  }

  .about-us-sec1-member-pic {
    height: 180px;
    width: 180px;
  }

  .about-us-sec2-heading {
    font-size: 30px;
    margin-top: 30px;
  }

  .about-us-sec2-para {
    margin: 20px 0 40px;
  }

  .swiper1 {
    display: block !important;
    width: 100%;
    height: 450px;
    margin: 50px 0 0;
    padding: 0 25px !important;
  }

  .swiper1 .swiper-slide.swiper-slide-active {
    padding: 0 30px;
  }

  .swiper1 .swiper-slide img {
    height: 400px;
    width: 100%;
    margin: auto;
  }

  .swiper2 {
    margin: 50px 0 0;
  }

  .swiper2 .swiper-scrollbar-drag {
    width: 100px !important;
    left: 13% !important;
  }

  .about-us-sec3-under {
    padding: 0 10px;
  }

  /* about us page end */

  /* Gym page Start */

  .gym-sec1-heading {
    font-size: 40px;
  }

  .gym-sec1-para {
    font-size: 16px;
    line-height: 24px;
  }

  .gym-sec2-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .gym-sec2-video {
    position: relative;
  }

  .gym-sec2-video1 {
    width: 80%;
    height: 350px;
  }

  .gym-sec2-video2 {
    width: 80%;
    height: 350px;
    margin: 20px auto;
  }

  .gym-sec2-video3 {
    width: 80%;
    height: 350px;
    margin-left: auto;
  }

  /* Gym page End */
}

@media only screen and (max-width: 767px) {
  .nav-ul {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .footer-logo{
    width: 40%;
  }
  .containers {
    width: 85%;
  }
  .home-banner {
    margin-bottom: 0rem;
  }
  .home-sec4 {
    padding: 0 10px 80px;
  }
  /* footer section start */

  .footer-section .register-our-gym a {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 24px;
    width: 150px;
  }

  /* footer section end */

  /* Home page Start */

  .banner-heading {
    font-size: 70px;
  }

  .banner-para {
    font-size: 18px;
    line-height: 26px;
  }

  .banner-mid-box h2 {
    font-size: 30px;
  }

  .banner-mid-box p {
    font-size: 14px;
  }

  .banner-flex {
    gap: 0px;
  }

  .home-sec2-flex {
    display: block;
    text-align: center;
  }

  #home-sec2-content-left,
  #home-sec2-content-right {
    width: 100%;
  }

  .home-sec2-content .mobile-preview {
    height: 500px;
    float: none;
  }

  .home-sec2-last {
    justify-content: center;
  }

  .home-sec3 .accordion-header {
    font-size: 18px;
    padding: 15px;
  }

  .home-sec3 .accordion-content {
    font-size: 16px;
  }

  /* Home page end */

  /* about us page start */

  .about-us-sec-heading1 {
    font-size: 36px;
  }

  .about-us-sec-heading2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .about-us-sec-flex {
    display: block;
    margin-top: 3rem;
  }

  .about-us-sec-flex-under {
    width: 100%;
  }

  .about-us-sec-para {
    margin-bottom: 40px;
  }

  .about-us-sec1-member {
    width: 50%;
  }

  .about-us-sec3-under {
    padding: 0;
  }

  .about-us-sec3-under-next {
    padding: 0px 70px;
  }

  .swiper1 {
    height: 350px;
  }

  .swiper1 .swiper-slide img {
    height: 300px;
  }

  .swiper2 {
    height: 350px;
  }

  /* about us page end */
}

@media only screen and (max-width: 575px) {
  /* nav {
        padding: 0px 2rem;

      }

    nav .brand {
        font-size: 24px;
      }
      
      nav .app-dl a {
        padding: 8px 30px;
        text-decoration: none;
        color: #336D07;
        font-size: 14px;
        border: 2px solid;
        border-image: linear-gradient(to right, #ADFF50, #45a049);
        border-image-slice: 1;
      } */

  /* Home page Start */

  .banner-heading {
    font-size: 38px;
    padding: 0 4px;
    margin-top: 30px;
  }

  .banner-flex {
    display: block;
  }

  .banner-para {
    font-size: 14px;
    line-height: 26px;
  }

  .banner-flex-under {
    width: 100%;
    padding: 0 30px;
  }

  .banner-flex-under img {
    margin-top: 50px;
    margin-left: 0;
  }

  .home-sec2-content h2 {
    font-size: 34px;
  }

  .home-sec3 h2 {
    font-size: 34px;
  }

  .home-sec3 .accordion {
    margin: 0 30px;
  }

  .home-sec4 h2 {
    font-size: 25px;
  }

  .home-sec4 .features {
    margin: 0 20px;
  }

  /* Home page end */

  /* footer section */

  .footer {
    display: block;
    padding: 30px 50px 0px 50px;
  }
  .footer-section {
    width: 100%;
    text-align: center;
    padding: 0 0 30px 0;
  }

  .footer-section .logo {
    display: flex;
    justify-content: space-between;
  }

  .footer-section .logo .brand {
    width: 50%;
  }

  .footer-section .logo .app-dl {
    width: 50%;
  }

  .footer-section p {
    padding: 0 30px;
  }

  .bottom-bar {
    display: block;
  }

  .bottom-bar-next {
    width: 100%;
    padding: 10px 30px;
    text-align: center;
  }

  .footer-section .register-our-gym a {
    margin: auto;
  }

  /* blog page Start */

  section {
    padding: 40px 0px;
  }

  .containers {
    width: 100%;
    margin: 0;
  }

  .text-center {
    text-align: center;
  }

  .text-center h2 {
    font-size: 30px;
  }

  .text-center p {
    font-size: 14px;
    line-height: 20px;
    padding: 0px 50px;
  }

  .search_form {
    width: 80%;
    margin: 30px auto;
  }

  .blog_heading {
    font-size: 24px;
    text-align: center;
  }

  .row2 {
    width: 100%;
    display: block;
  }

  .row {
    width: 100%;
    display: block;
  }

  .column-xlg {
    width: 100%;
  }

  .column-lg {
    width: 100%;
  }

  .column-sm {
    width: 100%;
  }

  .service_content {
    padding: 10px;
  }

  .service_content h4 {
    font-size: 20px;
  }

  .service_content h5 {
    font-size: 16px;
  }

  .service_content p {
    font-size: 14px;
    line-height: 20px;
  }

  .blog_btn {
    padding: 3px 10px;
    border: 1px solid #8a8a8a;
    font-size: 14px;
  }

  /* blog page end */

  /* about us page Start */

  section.about-us-sec {
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-us-sec-heading1 {
    font-size: 30px;
  }

  .about-us-sec-heading2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .about-us-sec-para {
    font-size: 14px;
    line-height: 20px;
  }

  .about-us-sec-flex-under img {
    width: 100%;
    height: 230px;
  }

  .about-us-sec1-member-pic {
    height: 150px;
    width: 150px;
  }

  .about-us-sec1-member h4 {
    font-size: 18px;
  }

  .about-us-sec1-member p {
    font-size: 14px;
    padding: 5px 10px;
  }

  .about-us-sec1-heading {
    font-size: 24px;
  }

  .about-us-sec1-para {
    font-size: 16px;
    padding: 0 20px;
  }

  .about-us-sec2-heading {
    font-size: 24px;
    padding: 0 20px;
  }

  .about-us-sec2-para {
    font-size: 16px;
    padding: 0 20px;
  }

  .swiper1 {
    height: 300px;
    padding: 0 20px !important;
  }

  .swiper1 .swiper-slide img {
    height: 250px;
  }

  .about-us-sec3-under-next {
    padding: 0px;
  }

  /* .swiper2 {
    height: 265px;
  } */

  .swiper2 .swiper-slide p {
    font-size: 12px;
    line-height: 20px;
  }

  .swiper2 .swiper-slide-under2-next img {
    height: 40px;
    width: 40px;
  }

  .swiper2 .swiper-slide-under2-next h5 {
    margin: 3px 0;
  }

  .swiper2 .swiper-slide-under1 img {
    height: 24px;
    width: 32px;
  }

  /* about us page end */

  /* Gym page Start */

  .gym-sec1-heading {
    font-size: 30px;
  }

  .gym-sec1-para {
    font-size: 16px;
    line-height: 24px;
    padding: 0 15px;
  }

  .gym-sec2 {
    padding: 60px 0;
  }

  /* Gym page End */

  /* nav responsive */

  .home-sec4 .card {
    min-width: 120px;
  }
}