
.hero-form {
    padding: 40px 25px;
    background: rgb(255 255 255 / 80%);
    border-radius: 10px;
}


section.hero-banner {
    background-image: url(../images/piles-hero.png);
    background-repeat: no-repeat;
    background-position: 93% center;
    background-color: #CBCFD2;
}

section.hero-banner h1 {
    margin-bottom: 70px;
    margin-top: 30px;
}

section.hero-banner .hero-points span {
    width: 50px;
    height: 50px;
    background: #0b4c6c;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.hero-banner .hero-points img {
    width: 20px;
}

section.hero-banner .hero-points span {
    width: 35px;
    height: 35px;
    background: #0b4c6c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.hero-points {
    display: flex;
    align-items: center;
    margin-top: 15px;
}


.hero-points p {
    padding-left: 10px;
    margin: 0;
    font-weight: 600;
    color: #0b4c6c;
}

.hero-form h4 {
    color: #0b4c6c;
}

section.hero-banner h1 {
    color: #0b4c6c;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    color: #0b4c6c;
}
.guide-box {
    padding: 25px 10px;
    background: #0b4c6c;
    text-align: center;
    height: 100%;
}
.guide-box h2 {
    color: #fff;
}
.guide-box p {
    color: #fff;
    margin: 0;
}

.piles-list-box {
    border-radius: 15px;
    background: #0b4c6c;
    padding: 15px;
    text-align: center;
}

.piles-list-box img {
    width: 60px;
}

.piles-list-box span {
    width: 100px;
    height: 100px;
    display: flex;
    margin: 5px auto 15px;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50px;
}

.piles-list-box p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.piles-list-box {
    border-radius: 15px;
    background: #0b4c6c;
    padding: 15px;
    text-align: center;
    height: 100%;
}

section.piles-treatment-section {
    background: #f1f1f1;
}

.accordion-button::after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
        background: transparent !important;
    background-image: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #00679a;
    font-weight: 600;
}
.accordion-item{
    border-color: #0b4c6c;
}

.accordion-button {
    font-size: 18px;
    font-weight: 600;
}
.accordion-button:not(.collapsed) {
     color: #fff;
    background-color: #0b4c6c;
}
.accordion-button:not(.collapsed)::after {
  content: "\2212";
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #fff;
    background-color: #0b4c6c;
}

.accordion-body {
    padding: 40px 30px;
}
.percent:after {
    content: "+";
    display: inline-block;
  }