.banner_brreadcrumb .breadcrumb-title-wrapper.breadcrumb-v2 {
    background: #fbfbfb00;
}
.hero_banner_slider .banner_brreadcrumb .breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title .breadcrumbs-container a {
    color: #fff !important;
    font-weight: 400 !important
}
.new_hero_banner_slider .banner_brreadcrumb .breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title .breadcrumbs-container span {
    color: #fff !important;
    font-weight: 700;
}
.new_hero_banner_slider h1.hero_title {
    max-width: 420px;
}
.banner_brreadcrumb .breadcrumb-title-wrapper.breadcrumb-v2 {
    padding: 4px 0 !important;
}
 
.helmet_care_description {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0px;
    text-align: center;
    color: #010101;
    /* padding: 48px 0; */
}
.helmet_care_wrapper {
    display: grid;
    grid-template-columns: auto 832px;
    gap: 45px;
}
.helmet-care-image img {
    width: 100%;
}
.Border_heading h2 {
    font-family: Eurostile;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    color: rgb(1, 1, 1);
    text-align: center;
    width: fit-content;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0px auto 50px;
    gap: 12px;
}
.Border_heading h2:after, .Border_heading h2:before {
    content: " ";
    background: rgba(237, 34, 40, 1);
    width: 40px;
    height: 5px;
    display: block;
}
ul.rule-points {
    grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
    display: grid;
}
.helmet_care_content h2.section-title {
    margin-bottom: 28px;
    margin-left: 0;
}
.care-maintenance-page {
    color: #010101;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
}
.helmet_care_points {
  list-style: none;  
  padding: 0;
  margin: 0;
}
.helmet_care_points li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 13px;
    padding-top: 0;
    line-height: 26px;
    list-style: none;
}
.helmet_care_points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  background-image: url('http://studds-revamp.postyoulike.com/wp-content/uploads/2025/06/Check_icon_helment.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.helmet-care-section {
    padding-bottom: 40px;
}
.helmet-rule-section {
    background: #F3F3F5;
    padding: 60px 0;
}
.number_for_rule_heading h3 {
    color: #010101;
    font-family: Eurostile;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 20px;
}
.helmet_rule_points, .helmet_rule_points li {
    padding: 0;
}
.helmet_rule_points {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    padding: 0;
    margin: 0;
    list-style: none;
    padding-bottom: 46px;
    border-bottom: 1px solid #43434736;
    margin-bottom: 46px;
    margin-top: 30px;
}

.helmet_rule_points > li {
    display: flex;
    align-items: center;
    background: #f9f9f9;
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 10px;
    padding: 24px 16px;
    flex: 1 1 calc(50% - 20px);
    box-sizing: border-box;
    gap: 15px;
    justify-content: flex-start;
}

.helmet_rule_points > li img {
    width: 165px;
    height: 165px;
    object-fit: contain;
    flex-shrink: 0;
}

.helmet_rule_points > li span {
    text-align: start;
     line-height: 26px;
}
.number_for_rule_wrapper > .helmet-rule-item:nth-last-child(1) ul.helmet_rule_points {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
section.maintenance-cleaning-section {
    padding: 40px 0 80px;
}
.pb-46 {
  padding-bottom: 46px;
}

@media screen and (max-width: 1024px) {
    .helmet_care_wrapper{
        grid-template-columns: 100%;
    }
    .helmet_rule_points{
        flex-direction: column;
    }
    section.maintenance-cleaning-section {
        padding: 40px 0 40px;
    }
    .helmet-care-section {
        padding-top: 0;
    }
    .Border_heading h2{
        font-size: 32px;
    }
    .number_for_rule_heading h3{
        font-size: 28px;
        margin: 0px auto 38px;
    }
    .pb-46 {
        padding-bottom: 26px;
    }
}
@media screen and (max-width: 768px) {
    .pb-46 {
        padding-bottom: 24px;
    }
  .helmet_rule_points > li {
    flex: 1 1 100%;
  }
  .new_hero_banner_slider .hero_banner_content {
        max-width: 87%;
        padding-left: 20px !important;
    }
    .helmet_rule_points > li{
        flex-direction: column;
    }
    .Border_heading h2{
        font-size: 28px;
        margin: 0px auto 28px;
    }
    .number_for_rule_heading h3 { 
        font-size: 24px;
        line-height: 27px; 
        margin-bottom: 13px;
    }
    .helmet_care_description{
        font-size: 20px;
        line-height: 26px;
    }
    .care-maintenance-page{
        font-size: 18px;
    }
    .helmet_care_points li{
        line-height: 24px;
        padding-bottom: 2px;
    }

}

