@media (min-width: 1800px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px;
    }
    .hero {
        background-color: #003366;
        background-image: url(../images/hero-image.png);
        height: 884px;
      }
      .hero-banner-top-span {
        display: flex;
        flex-direction: column;
        gap: 0px;
      }
      .hero-banner-top-span span {
        font-size: 30px;
        font-weight: 800;
        color: #242855;
        line-height: 48px;
        text-transform: uppercase;
      }
      .hero-content-block h1 {
        font-size: 144px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 900;
      }
      .cust-flex-discription {
        max-width: 36%;
      }
      .cust-flex-discription p {
        color: #fff;
        font-size: 22px;
        line-height: 28px;
      }
      .journey-flex-block {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 15px;
      }
      .flex-content {
        display: flex;
        flex-direction: column;
        gap: 5px;
      }
      .flex-content span {
        color: #009239;
        font-size: 28px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1.2;
      }
      .coachme-price span {
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
      }
      .coachme-price h2 {
        font-size: 75px;
        font-weight: 900;
        background: -webkit-linear-gradient(#00993F, #ffffff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }
      .floating-download {
        position: absolute;
        bottom: -35px;
        transform: translate(-50%, -2px);
      }
      .floating-download span {
        font-size: 20px;
        padding: 15px 40px;
      }
      
      /* feature css */
      .features {
        padding: 92px 0 30px;
        background: #fff;
        position: relative;
      }
       
      .features .heading-title-coachme h2 {
        font-size: 25px;
        text-transform: uppercase;
        text-align: center;
        padding: 0 30px;
      }
      .heading-title-coachme h2 span {
        color: #00993F;
      }
      .heading-title-coachme {
        position: relative;
        text-align: center;
      }
      .heading-title-coachme h2 {
        font-size: 40px;
        font-weight: 700;
        padding: 0;
        position: relative;
        margin: 0 auto;
      }
      .heading-title-coachme:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background: #00993f;
        left: 0;
        right: 0;
        top: 50%;
        margin: 0 auto;
      }
       .feature {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
        padding-right: 28px;
        position: relative;
        min-height: 80px;
        max-width: 260px;
      }
       .feature:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        background: #009239;
        right: 0;
      }
      .floating-design-block {
        position: absolute;
        right: 0;
        z-index: 0;
        top: 42%;
      }
      .feature.last-featured-line-none:after {
        content: "";
        display: none;
      }
      .feature p {
        font-size: 16px;
      }
      /* know your coaches */
      
      .coaches {
        padding: 80px 0;
      }
      .heading-title-coachme.cust-after-line:before {
        content: url(../images/know-coach-before.svg);
        position: absolute;
        left: 0;
        top: 12%;
      }
      .heading-title-coachme.cust-after-line:after {
        content: url(../images/know-coach-after.svg);
        position: absolute;
        right: 0;
        top: 12%;
        background: unset;
        left: unset;
        width: 400px;
      }

      .heading-title-coachme.cust-after-line p {
        max-width: 90%;
        margin: 0 auto;
      }
      
      /* coarch option css */
      .options {
        background: linear-gradient(285.07deg, #00993F -30.49%, #19255A 97.12%);
        background-position: center;
        padding: 45px 0;
        position: relative;
      }
      .flating-bgPattern-left {
        position: absolute;
        top: 0;
        left: 0;
      }
      .floating-bgPattern-right {
        position: absolute;
        right: 0;
        top: 0;
      }
      .coach-option p {
        font-size: 18px;
      }
      .coach-option ul {
        margin: 0;
        padding: 0;
      }
      .coach-option ul li {
        list-style-type: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        position: relative;
        padding: 0 50px;
      }
      .coach-option ul li::before {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: #fff;
        top: 50%;
        left: -10px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        transform: translateY(-5px);
      }
      .coach-option ul li a {
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 900;
        color: #009239;
      }
      .coach-option ul li a:hover {
        color: #ffffff;
      }
      .coach-option ul li a.active {
        color: #fff;
      }
      .coach-cards {
        display: flex;
        gap: 20px;
      }
      
      .coach-card {
        text-align: left;
        border-radius: 20px;
        overflow: hidden;
        background: #F1F4FF;
      }
      .bottom-content-card {
        padding: 20px;
        min-height: 190px;
      }
      .testimonials {
        background: #fff;
        padding: 80px 0 340px;
      }
      .test-container {
        padding: 60px 45px;
        background: #F7F9FF;
        border-radius: 15px;
      }
      .testimonials .heading-title-coachme h2 {
        background: transparent;
      }
      .test-slider-card {
        background: #ffffff;
        padding: 40px 30px;
        border-radius: 20px;
        display: flex;
        gap: 48px;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 30px;
      }
      .testimonial-slider {
        margin-top: 60px;
      }
      .test-content p {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        color: #242855;
      }
      p.test-name-title {
        font-size: 18px;
        font-weight: 600;
        color: #000;
      }
      .test-content span {
        font-size: 16px;
        color: #000;
        font-weight: 600;
      }
      p.custom-inverted-coma {
        position: relative;
      }
      p.custom-inverted-coma:before {
        content: url(../images/start-comma.svg);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: translate(-20px, -15px);
      }
      p.custom-inverted-coma:after {
        content: url(../images/nd-comma.svg);
        position: absolute;
        bottom: 0;
        transform: translate(-30px, 20px);
        -webkit-transform: translate(-30px, 20px);
        -moz-transform: translate(-30px, 20px);
        -ms-transform: translate(-30px, 20px);
        -o-transform: translate(-30px, 20px);
      }
      .test-image-container {
        width: 271px;
        height: 306px;
        overflow: hidden;
        flex: 0 0 38%;
        border-radius: 15px;
      }
      .test-image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .testimonials-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
      }
      .btn-prev-testimonial, .btn-next-testimonial {
        background: #00993F;
        padding: 8px 18px;
        color: #fff;
        font-size: 18px;
        border: 1px solid transparent;
        margin: 0 6px;
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        
      }
      .btn-prev-testimonial:hover, .btn-next-testimonial:hover {
        border: 1px solid #00993F;
        color: #00993F;
        font-weight: 600;
        background: #fff;
      }
      footer.main-footer {
        background: #19255A;
        padding: 150px 0 0;
        position: relative;
      }
      .footer-menu {
        margin-top: 60px;
        padding-bottom: 35px;
      }
      .footer-menu ul {
        margin: 0;
        padding: 0;
        text-align: center;
      }
      .footer-menu ul li {
        display: inline-flex;
        margin: 0 15px;
        justify-content: center;
      }
      .footer-menu ul li a {
        font-size: 18px;
      }
      .footer-copyright {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 45px;
      }
      .footer-copyright-text span {
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
      }
      .footer-social-icons ul {
        margin: 0;
        padding: 0;
      }
      .footer-social-icons ul li {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin: 0 2px;
      }
      .footer-social-icons ul li a {
        color: #19255A;
      }
      .footer-left-pattern {
        position: absolute;
        top: 50px;
        left: 0;
      }
      .footer-right-pattern {
        position: absolute;
        right: 0;
        top: 0;
      }
      .footer-top-floating-info {
        position: absolute;
        top: -50%;
        left: 0;
        right: 0;
        transform: translateY(-40px);
        text-align: center;
      }
      /* about us */
      
      .about-hero {
         background-image: url(../images/about-hero-img.png);
         background-size: cover;
         background-repeat: no-repeat;
         height: 884px;
      }
      .about-content-span span {
        font-size: 48px;
        line-height: 60px;
        color: #ffffff;
        font-weight: 900;
      }
      .our-vision-container {
        background: url(../images/about-2.png) no-repeat;
        height: 480px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 150px;
        text-align: center;
      }
      .our-vision-container h2 {
        font-size: 40px;
        text-transform: uppercase;
        font-weight: 700;
        color: #fff;
      }
      .our-vision-container p {
        font-size: 22px;
        line-height: 34px;
        color: #fff;
        font-weight: 400;
      }
      .our-mission-container {
        background: url(../images/about-1.png) no-repeat;
        height: 480px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 100px;
        text-align: center;
      }
      .our-mission-container p {
        font-size: 22px;
        line-height: 34px;
        color: #fff;
        font-weight: 400;
      }
      .our-mission-container h2 {
        font-size: 48px;
        text-transform: uppercase;
        font-weight: 700;
        color: #fff;
      }
      /* parent student */
      .parent-hero {
        background-image: url(../images/parent-student.png);
        background-repeat: no-repeat;
        background-size: cover;
        height: 884px;
      }
      .parent-hero .hero-content-block h1 {
        font-size: 198px;
      }
      .gray-out {
        color: #c1c1c1;
      }
      .round-info-curv {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        overflow: hidden;
        position: relative;
      }
      
      .coach-fees {
        display: flex;
        flex: 0 0 20%;
        gap: 15px;
        align-items: center;
      }
      .coach-fees h3 {
        font-size: 18px;
        color: #ffffff;
        text-transform: uppercase;
        line-height: 30px;
      }
      .coach-price span { 
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 400;
      }
      .coach-price h4 {
        font-size: 40px;
        color: #fff;
        font-weight: 800;
        margin-bottom: 0;
      }
      .benifits-block h2 {
        font-size: 28px;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 30px;
        color: #242855;
      }
      .benifits-block h2 span {
        color: #00993F;
      }
       
      .floating-design-block.custom-test-top {
        top: 22%;
      }
      .cricketer-hero {
        background-image: url(../images/cricketer-hero.png);
        background-repeat: no-repeat;
        background-size: cover;
        height: 884px;
      }
      .coach-hero {
        background-image: url(../images/coach-hero.png);
        background-repeat: no-repeat;
        background-size: cover;
        height: 884px;
      }
      .coach-fees.cust-coach-fees {
        padding: 70px 25px;
      }
      .coach-fees.cust-coach-fees h3 {
        font-size: 24px;
      }
      .sub-card-block {
        min-height: 205px;
      }
      .our-vision-container p {
        font-size: 18px;
      }
      .our-vision-container h2 {
        font-size: 40px;
      }
      .our-mission-container h2 {
        font-size: 40px;
      }
      .our-mission-container p {
        font-size: 18px; 
      }
      .membership-bg-container {
        height: 1855px;
      }
      .subscriber-container h3 {
        font-size: 34px;
      }
      .subscriber-heading h4 {
        font-size: 22px;
      }
      
}
@media (min-width: 1280px) {
  .cust-res-block-key-benifits {
    display: none;
  }
}
@media (min-width: 991px) {
  .res-subscriber-container {
    display: none;
  }
  
}
@media (min-width: 768px) {
  .res-banner-hero {
    display: none;
  }
  .des-d-none {
    display: none;
  }
  
}
@media (min-width: 1681px) and (max-width: 1799px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1480px;
  }
  .hero-content-block h1 {
    font-size: 128px;
  }
  .hero {
    height: 770px;
  }
  .heading-title-coachme.cust-after-line:before, .heading-title-coachme.cust-after-line:after {
    top: 5%;
    width: 460px;
  }
  .test-container {
    padding: 60px 35px;
  }
  .benifits-block {
    flex: 0 0 65%;
    padding: 24px 35px;
  }
  .coach-fees.cust-coach-fees {
    padding: 52px 25px;
  }
  .coach-fees.cust-coach-fees h3 {
    font-size: 20px;
  }
  .coach-price h4 {
    font-size: 50px;
  }
  .coach-fees {
    flex: 0 0 35%;
  }
  .coach-fees h3 {
    font-size: 20px;
  }
  .our-mission-container p, .our-vision-container p {
    line-height: 26px;
    font-size: 18px;
  }
  footer.main-footer {
    padding: 170px 0 0;
  }
  .testimonials {
    padding: 70px 0 260px;
  }
  
}
@media (min-width: 1441px) and (max-width: 1680px) {
    .hero-content-block h1 {
        font-size: 126px;
    }
    .heading-title-coachme.cust-after-line:before {
        overflow: hidden;
        width: 400px;
        top: 6%;
    }
    .heading-title-coachme.cust-after-line:after {
        top: 6%;
        overflow: hidden;
        width: 400px;
        height: auto;
    }
    /* .heading-title-coachme h2 {
        font-size: 40px;
    } */
    .footer-menu ul li {
        margin: 0 5px;
    }
    
    .our-vision-container {
        padding: 0 100px;
    }
    .our-mission-container {
        padding: 0 50px;
    }
    .benifits-block {
        flex: 0 0 68%;
        padding: 34px 35px;
    }
    .coach-fees {
        flex: 0 0 32%;
        padding: 65px 32px;
    }
    .coach-fees h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .coach-price h4 {
        font-size: 38px;
    }
    
}
@media (max-width: 1440px) {
    .hero-content-block h1 {
        font-size: 108px;
    }
    
    
    .our-vision-container {
        padding: 0 100px;
    }
    .our-mission-container {
        padding: 0 50px;
    }
}
@media (min-width: 1280px) and (max-width: 1399px) {
  .hero-content-block h1 {
    font-size: 105px;
  }
  .footer-top-floating-info img.res-d-none {
    width: 100%;
  }
  .footer-top-floating-info {
    top: -35%;
  }
  .heading-title-coachme.cust-after-line:before, .heading-title-coachme.cust-after-line:after {
    width: 290px;
  }
  .right-info-footer-b h4 {
    font-size: 28px;
  }
  .right-info-footer-b p {
    font-size: 28px;
    line-height: 35px;
    max-width: 60%;
  }
  .our-mission-container p, .our-vision-container p {
    line-height: 26px;
  }
  footer.main-footer {
    padding: 160px 0 0;
  }
  .bottom-content-card {
    min-height: 220px;
  }
  p.custom-inverted-coma:after {
    transform: translate(-50px, 20px);
  }
  .sub-card-block {
    padding: 12px 12px;
  }
  .subscriber-heading h4 {
    font-size: 20px;
  }
  .sub-card-block span {
    font-size: 15px;
  }
  .heading-title-coachme.cust-after-line p {
    font-size: 15px;
  }
  .sub-card-block {
    min-height: 188px;
  }
  .feature.cust-key-bn {
    gap: 5px;
    padding-right: 0px;
    margin-right: 0;
    word-break: break-word;
  }
  .coach-price h4 {
    font-size: 40px;
  }
  .testimonials {
    padding: 70px 0 200px;
  }
  .right-info-footer-b {
    width: 590px;
  }
  .feature:after {
    right: -12px;
  }
  .footer-menu ul li {
    margin: 0 5px;
  }
  .footer-menu {
    margin-top: 30px;
  }
  .about-content-span span {
    font-size: 40px;
  }
  .feature {
    margin-right: 30px;
    padding-right: 10px;
  }
  
}
@media (min-width: 1100px) and (max-width: 1279px) {
  .heading-title-coachme.cust-after-line:before, .heading-title-coachme.cust-after-line:after {
    width: 230px;
  }
  .sub-card-block {
    min-height: 180px;
    padding: 10px 10px;
    margin-bottom: 8px;
  }
  .heading-title-coachme.cust-after-line p {
    font-size: 15px;
  }
  .sub-card-block span {
    font-size: 15px;
  }
  .subscriber-heading h4 {
    font-size: 20px;
  }
  .subscriber-heading img {
    width: 45px;
  }
  .footer-top-floating-info {
    top: -30%;
  }
  .testimonials {
    padding: 70px 0 160px;
  }
  .footer-menu ul li {
    margin: 0 3px;
  }
  .footer-menu ul li a {
    font-size: 15px;
  }
  .right-info-footer-b p {
    max-width: 70%;
    font-size: 25px;
  }
  li.nav-item {
    margin: 0 10px;
  }
  .hero-content-block h1 {
    font-size: 98px;
  }
  .bottom-content-card {
    min-height: 240px;
  }
  .test-image-container {
    flex: 0 0 30%;
  }
  .our-mission-container p {
    font-size: 15px;
    line-height: 24px;
  }
  .our-mission-container, .our-vision-container {
    height: 325px;
  }
  .coach-fees, .coach-fees.cust-coach-fees {
    flex: 1;
    padding: 15px 32px;
    justify-content: space-around;
  }
  .cust-res-block-key-benifits {
    margin-top: 40px;
  }
  .round-info-curv {
    background: transparent;
    flex-direction: column;
  } 
  .coach-fees h2 {
    font-size: 22px;
    border-bottom: 2px solid #009239;
    padding-bottom: 10px;
  }
  .feature.cust-key-bn {
    padding-bottom: 10px;
    margin-bottom: 12px;
    padding-right: 0;
  }
  .feature.cust-key-bn:after {
    right: unset;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
  /* .heading-title-coachme:after {
    display: none;
  } */
  .heading-title-coachme {
    margin-bottom: 20px !important;
  }
  .heading-title-coachme h2 {
    font-size: 30px;
    padding: 0 30px;
  }
  .right-info-footer-b {
    width: 500px;
  }
  .coach-price h4 {
    font-size: 45px;
  }
  footer.main-footer {
    padding: 180px 0 0;
  }
  .about-content-span span {
    font-size: 40px;
  }
  .testimonials .heading-title-coachme h2 {
    background: #ffffff;
  }
  
}
@media (max-width: 1024px) {
  .hero, .about-hero, .parent-hero, .coach-hero, .cricketer-hero {
    height: 470px;
  }
  .feature {
    max-width: 200px;
  }
  .feature.last-featured-line-none {
    margin-right: 20px;
  }
  .testimonial-slider-active {
    flex-wrap: wrap;
  }
  .our-vision-container {
    padding: 0 40px;
  }
  .our-mission-container p, .our-vision-container p {
    line-height: 26px;
  }
  .hero-content-block h1 {
    font-size: 75px;
  }
  .hero-banner-top-span span {
    font-size: 20px;
    line-height: 28px;
  }
  .cust-flex-discription {
    max-width: 64%;
  }
  .flex-content span {
    font-size: 22px;
  }
  .coachme-price h2 {
    font-size: 55px;
  }
  .heading-title-coachme.cust-after-line:before, .heading-title-coachme.cust-after-line:after {
    width: 230px;
  }
  .testimonials {
    padding: 70px 0 150px;
  }
  footer.main-footer {
    padding: 140px 0 0;
  }
  .footer-top-floating-info {
    top: -30%;
  }
  .footer-menu {
    margin-top: 40px;
  }
  li.nav-item {
    margin: 0 1px;
  }
  .slick-slider {
    z-index: 1;
  }
  .round-info-curv {
    background: transparent;
    flex-direction: column;
  } 
  .coach-fees h2 {
    font-size: 22px;
    border-bottom: 2px solid #009239;
    padding-bottom: 10px;
  }
  .feature.cust-key-bn {
    padding-bottom: 10px;
    margin-bottom: 12px;
    padding-right: 0;
  }
  .feature.cust-key-bn:after {
    right: unset;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
  .coach-fees, .coach-fees.cust-coach-fees {
    flex: 1;
    padding: 15px 32px;
  }
  .coach-fees h3, .coach-fees.cust-coach-fees h3 {
    flex: 0 0 75%;
  }
  .parent-hero .hero-content-block h1, .about-hero .hero-content-block h1 {
    font-size: 68px;
  }
  /* .features .heading-title-coachme:after {
    display: none;
  } */
  .cust-res-block-key-benifits {
    margin-top: 40px;
  }
  .font-text-white-bl .heading-title-coachme.cust-after-line:before, .font-text-white-bl .heading-title-coachme.cust-after-line:after {
    display: none;
  }
  .footer-top-floating-info img.res-d-none {
    width: 100%;
  }
  .floating-lft-footer-position  {
    margin-left: 0;
    padding: 0 40px;
  }
  .right-info-footer-b h4 {
    font-size: 20px;
  }
  .right-info-footer-b p {
    font-size: 20px;
  }
  .floating-lft-footer-position img.footer-img-mobile {
    width: 70px !important;
  }
  .flex-app-link img {
    width: 100px !important;
  }
  .cust-res-block-key-benifits .heading-title-coachme:after {
    display: none;
  }
  .right-info-footer-b {
    width: 490px;
  }
  .bottom-content-card {
    min-height: 240px;
  }
}
@media (max-width: 991px) {
  
  .hero-content-block h1 {
    font-size: 68px;
  }
  .hero-banner-top-span span {
    font-size: 22px;
    line-height: 30px;
  }
  .cust-flex-discription {
    max-width: 68%;
  }
  .heading-title-coachme.cust-after-line:before, .heading-title-coachme.cust-after-line:after {
    width: 110px;
  }
  .coach-card {
    min-height: 520px;
  }
  .coach-option ul li {
    padding: 0 16px;
  }
  .coach-option ul li::before {
    left: -5px;
  }
  .testimonials {
    padding: 70px 0 120px;
  }
  footer.main-footer {
    padding: 130px 0 0;
  }
  .footer-top-floating-info {
    top: -20%;
  }
  .footer-menu {
    margin-top: 40px;
  }
  .coach-option ul li a {
    font-size: 20px;
  }
  .floating-design-block {
    display: none;
  }
  .right-info-footer-b {
    width: 360px;
  }
  .right-info-footer-b p {
    max-width: 100%;
    line-height: 25px;
  }
  .floating-lft-footer-position.floating-rgt {
    right: 0;
  }
  .coach-price h4 {
    font-size: 40px;
  }
  .subscriber-container {
    display: none;
  }
  .membership-bg-container {
    background: url(../images/membership-res.png) no-repeat;
    height: auto;
    background-size: cover;
    background-position: center;
  }
  .membership-bg-container {
    height: 780px;
    padding: 35px 0;
  }
  .subscribers-card.res-subscribers-card .sub-card-block {
    min-height: 250px;
  }
}
@media (max-width: 768px) {
  .container-fluid.custom-logo-left {
    justify-content: flex-start;
    gap: 25px;
  }
  header.top-st-header {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .download-app-block {
    position: absolute;
    top: 25px;
    padding: 0 20px;
    left: 0;
    right: 0;
  }
  .testimonial-slider-active {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .subscribers-card.res-subscribers-card .sub-card-block {
    min-height: unset;
  }
  
  .download-app-block h4 {
    color: #009804;
    font-size: 20px;
  }
  .download-app-block p {
    color: #19255A;
    font-size: 20px;;
    margin-bottom: 10px;
    line-height: 25px;
  }
  h5.edge-coah {
    font-size: 14px;
    font-weight: 500;
  }
    .floating-lft-footer-position {
      display: none;
    }
    .floating-design-block {
        display: none;
    }
    .heading-title-coachme.cust-after-line:before {
        display: none;
    }
    .heading-title-coachme.cust-after-line:after {
        display: none;
    }
    .flating-bgPattern-left {
        display: none;
    }
    .hero {
        background-image: url(../images/res-hero-banner.png);
        background-repeat: no-repeat;
        height: 440px;
        display: block;
    }
    .about-hero {
      background-image: url(../images/about-hero-res.png);
      background-repeat: no-repeat;
      height: 308px;
      background-size: cover;
    }
    .parent-hero {
      background-image: url(../images/parent-hero-res.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 30%;
    }
    .coach-hero {
      background-image: url(../images/res-coach-hero.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }
    .cricketer-hero {
      background-image: url(../images/res-cricketer-hero.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }
    .membership-bg-container {
      background: url(../images/membership-res.png) no-repeat;
      height: auto;
      background-size: cover;
      background-position: center;
    }
    .subscriber-container {
      display: none;
    }
    .floating-download.membershipFloat {
      bottom: -26px;
    }
    .coach-fees h3 {
      flex: 0 0 55%;
    }
    .coach-fees.cust-coach-fees {
      flex: 1;
      padding: 15px 32px;
    }
    .coach-fees.cust-coach-fees h3 {
      font-size: 16px;
      line-height: 28px;
    }
    .hero-content-block h1 {
        font-size: 25px;
    }
    .cust-responsove-banner {
        display: none;
    }
    .floating-download {
        bottom: -28px;
        padding: 15px 10px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
    .floating-download span {
        font-size: 15px;
        font-weight: 600;
        padding: 12px 25px;
        border-radius: 10px;
    }
    .heading-title-coachme:after {
        top: 30px;
        margin: 5px 0;
    }
    .features .heading-title-coachme h2 {
        font-size: 20px;
        text-align: left;
        padding: unset;
    }
     /* .feature:after {
        display: none;
    } */
    .heading-title-coachme {
        text-align: center;
    }
    .features {
        padding: 72px 0 10px;
    }
    .heading-title-coachme h2 {
        font-size: 25px;
    }
    .heading-title-coachme.cust-after-line {
        text-align: center;
    }
    .coach-card {
        margin-bottom: 20px;
    }
    .coach-option ul li a {
        font-size: 20px;
    }
    .coach-option ul li::before {
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: translateY(30px);
    }
    .coach-option ul li {
        padding: 20px;
    }
    .coach-option ul li:last-child::before {
        display: none;
    }
    .test-container {
        padding: unset;
        background: unset;
    }
    .test-slider-card {
        flex-direction: column;
        position: relative;
    }
    .test-content {
        text-align: center;
    }
    
    .test-image-container {
        width: 190px;
        position: absolute;
        top: -100px;
        transform: translateY(-90px);
    }
    .testimonial-slider {
        margin-top: 180px;
    }
    p.custom-inverted-coma:before {
        display: block;
        position: relative;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        margin: 0 auto;
        text-align: center;
        top: -10px;
    }
    p.custom-inverted-coma:after {
        display: none;
    }
    .test-content:after {
        content: url(../images/nd-comma.svg);
        display: block;
        position: relative;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        margin: 0 auto;
        text-align: center;
        top: 20px;
    }
    .test-slider-card {
        box-shadow: 0px 2px 41.6px 0px #0000001A;
    }
    .footer-left-pattern {
        display: none;
    }
    .footer-right-pattern {
        display: none;
    }
    footer.main-footer {
        padding: 39px 0 0;
    }
    .res-d-none {
        display: none;
    }
    .testimonials {
        padding: 40px 0;
    }
    .footer-top-floating-info {
        position: relative;
        top: -60px;
    }
    .footer-top-floating-info img {
        width: 100%;
    }
    .coach-option ul li {
        display: flex;
    }
    .test-slider-card {
        margin-bottom: 200px;
    }
    .top-banner-header p {
        color: #000;
        font-size: 13px;
        /* border-bottom: 1px solid #fff; */
        /* padding-bottom: 12px;
        margin-bottom: 12px; */
    }
    .custom-rs-res-price {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }
    .left-text-display h1 {
        color: #000;
        text-transform: uppercase;
        font-size: 16px;
        margin-bottom: 0;
    }
    .left-text-display {
        flex: 0 0 50%;
        text-align: right;
    }
    .pricing-rgt span {
        font-size: 12px;
        color: #000;
    }
    .pricing-rgt {
        text-align: left;
        line-height: 1;
    }
    .pricing-rgt h2 {
        background: -webkit-linear-gradient(#00993F, #ffffff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .bottom-banner-header span {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
    }
    .bottom-banner-header h1 {
        color: #fff;
        text-transform: uppercase;
        font-size: 35px;
        font-weight: 800;
    }
    .bottom-banner-header.text-center {
        position: absolute;
        bottom: 40px;
        margin: 0 auto;
        left: 0;
        padding: 0 60px;
        right: 0;
    }
    .top-banner-header.text-center {
        position: relative;
        top: 12px;
    }
     .feature {
        text-align: left;
        margin-right: 15px;
        max-width: 170px;
        padding-right: 0;
    }
    .features-grid {
        margin-bottom: 30px;
    }
    .feature img {
      width: 52px;
    }
    .feature p {
      word-break: keep-all;
    }
    .feature:after {
      right: -2px;
    }
    .feature.last-featured-line-none {
      margin-right: 8px;
    }
    .res-nth-border:after {
      display: none;
    }
    .our-vision-container {
        padding: 15px 10px;
        height: 100%;
        margin-bottom: 15px;
    }
    .our-mission-container {
      padding: 15px 10px;
      height: 100%;
    }
    .des-d-none {
      height: 496px;
      overflow: hidden;
      background: linear-gradient(285.07deg, #00993F -30.49%, #19255A 97.12%);
    }
    
    
    .coach-fees, .coach-fees.cust-coach-fees {
      flex: 1;
      padding: 15px 32px;
    }
    .coach-fees h3, .coach-fees.cust-coach-fees h3 {
      font-size: 16px;
      line-height: 28px;
    }
    .coach-price span {
      font-size: 18px;
    }
    .cust-res-block-key-benifits {
      margin-top: 40px;
    }
    .coach-fees h3, .coach-fees.cust-coach-fees h3 {
      flex: 0 0 55%;
  }
  .heading-title-coachme.cust-after-line p {
    max-width: 100%;
    
  }
  .container.footer-top-floating-info {
    padding: 0;
  }
  .flex-app-link img {
    width: 110px !important;
  }
  .heading-title-coachme.cust-after-line p {
    word-break: break-word; 
  }
  .top-banner-header p strong {
    display: block;
  }
}
@media (max-width: 560px) {
  .membership-bg-container {
    height: 670px;
    padding: 15px 0;
  }
  .heading-title-coachme.cust-after-line h2 {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 460px) {
  .des-d-none {
    height: 475px;
  }
  .top-banner-header p {
    font-size: 11px;
  }
  .left-text-display h1 {
    font-size: 12px;
    line-height: 18px;
  }
  .pricing-rgt {
    line-height: 10px;
  }
  .pricing-rgt h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .bottom-banner-header h1 {
    font-size: 30px;
  }
  .membership-bg-container {
    height: 520px;
    padding: 35px 0;
  }
  .font-text-white-bl .heading-title-coachme h2 {
    margin-bottom: 10px !important;
  }
  .heading-title-coachme.cust-after-line p {
    font-size: 12px;
  }
  .res-subscriber-container h3 {
    font-size: 22px;
  }
  .subscriber-heading h4 {
    font-size: 18px;
  }
  .download-app-block p {
    line-height: 22px;
    max-width: 100%;
    font-size: 15px;
  }
  .bottom-banner-header.text-center {
    padding: 0 10px;
  }
  .coach-fees h3, .coach-fees.cust-coach-fees h3 {
    font-size: 14px;
    line-height: 22px;
  }
  .coach-price span {
    font-size: 16px;
  }
  .coach-price h4 {
    font-size: 34px;
  } 
  .coach-fees {
    align-items: flex-start;
  }
  .coach-price {
    line-height: 28px;
  }
  .coach-price h4 {
    font-size: 34px;
  }
  .heading-title-coachme h2 {
    font-size: 22px;
  }
  .bottom-content-card p {
    font-size: 15px;
  }
  .coach-card {
    min-height: unset;
  }
  .bottom-content-card {
    min-height: unset;
  }
  .our-vision-container p {
    font-size: 15px;
  }
  .feature {
    max-width: 160px;
  }
}