.arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 17px solid var(--color-light-grayish-orange);
    position: absolute;
    bottom: 50%;
    right: 13px;
    transform: translate(100%, 50%);
}

.male-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

    .male-container p {
        text-align: center;
        /* margin-left: -75px; */
    }

.male-container-left {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.biosection-male-img {
    width: 169px;
    height: 234px;
}

.male1-img {
    width: 160px;
    height: 209px;
}

.main-subtitle {
    color: #37457b;
    font-weight: bold;
    font-size: 24px;
}

.mt-7 {
    margin-top: 7rem;
}

.biography-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 270px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-image: linear-gradient(to right, #38457b, #7290b5);
    border-radius: 3.125rem;
    /* margin-top: 5rem;  */
    border: none;
    text-decoration: none;
    margin-bottom: 1rem;
}

    .biography-btn::after {
        content: "";
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        width: 0.5rem;
        height: 0.5rem;
        border-right: 2px solid #ffffff;
        border-top: 2px solid #ffffff;
    }
/* .biography-btn-container {
  margin-left: -0.5rem;
  margin-top: -2rem;
} */

.para-text-16 {
    font-size: 16px;
}

.female-container p {
    text-align: end;
}

.female-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* .banner-btn {
  margin-left: -2.5rem;
  margin-top: 3rem;
} */

.note-text-content {
    padding-left: 2px;
    line-height: 1.5rem;
    font-weight: normal;
    font-size: 13px;
}

.male10-img {
    width: 186px;
    height: 193px;
}

.female14-img {
    width: 208px;
    height: 211px;
}

.female15-img {
    width: 182px;
    height: 231px;
}

.note-endtext {
    font-size: 18px;
    font-weight: normal;
}

.volpage-images {
    padding-top: 37px;
}

.medical-section .row {
    display: flex;
    gap: 24px;
}

.medical-section .text {
    flex: 1;
    line-height: 1.8;
}

.medical-section .image img {
    max-width: 300px;
}
/* .children-img5{
  width:370px;
  height:220px;
} */
.vol1-banner-btn {
    margin-right: -0.5rem;
}

.vol3-textindent {
    text-indent: -16px;
}
/* newwcss */
.ways-indent {
    text-indent: -9px;
}

.banner_vol_text_container {
    position: absolute;
    top: 60%;
    height: 250px;
    transform: translateY(-50%);
}

.description-volorange-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 69px;
    height: 31px;
    font-size: 0.875rem;
    font-weight: bold;
    color: #ffffff;
    background-image: linear-gradient(to right, #e35304, #f78b01);
    background: #e35304;
    border-radius: 3.125rem;
    border: none;
    text-decoration: none;
}

@media (min-width: 768px)and (max-width:1023px) {
    .description-volorange-btn {
        margin-right: 1rem !important;
    }
}

@media (min-width: 1023.999px)and (max-width:2560px) {
    .description-volorange-btn {
        margin-right: 4rem !important;
    }
}

@media (max-width: 767.98px) {
    /* .banner-btn {
    margin-left: 0;
    margin-top: -2rem;
  } */
    .banner-btn {
        margin-left: 1.875rem;
    }

    .biography-btn-container {
        /* margin-left: -2rem; */
        margin-top: 1rem;
    }

    .male-container {
        align-items: center;
    }

    .male-container-left {
        align-items: center;
    }

        .male-container-left p {
            text-align: center;
        }

    .female-container {
        align-items: center;
    }

        .female-container p {
            text-align: center;
        }

    .biography-btn {
        min-width: 315px;
        max-width: 330px;
    }

    .female15-img {
        width: 192px;
        height: 243px;
    }

    .main-subtitle {
        color: #37457b;
        font-weight: bold;
        font-size: 22px;
    }
}

@media (min-width: 768px) and (max-width: 1079.98px) {
    .biography-btn {
        width: clamp(178px, 100%, 270px);
        padding: 0px 22px 0px 8px;
    }
}