section {
    padding: 30px 0px;
}

.txt-purple {
    color: #7f2a8c;
}

.btn-apply {
    display: inline-block;
    padding: 14px 40px;
    background: #7f2a8c !important;
    color: #fff !important;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    transition: .3s;
}

.key-highlights {
    background: #f8f6fb;
}

.key-highlights {
    padding: 30px 0;
    width: 98%;
    margin: auto;
    border-radius: 24px;
    background: #f8f6fb;
}

.section-title h2 {
    /* font-size:42px; */
    font-weight: 700;
    color: #111;
}

.highlight-text {
    color: #7f2a8c;
    font-style: italic;
}

.key-highlights .title-line {
    width: 180px;
    height: 2px;
    margin: 0;
    background: #7f2a8c;
}

.highlight-box {
    position: relative;
    text-align: center;
    padding: 10px 0px 20px;
    height: 100%;
}

.key-highlights .icon-circle {
    width: 70px;
    height: 70px;
    margin: 0 auto 30px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle svg {
    width: 34px;
    height: 34px;
}

.icon-circle img {
    width: 100%;
}

.highlight-box h4 {
    font-size: 22px;
    font-weight: 600;
    color: #7f2a8c;
    line-height: 1.4;
    margin-bottom: 12px;
}

.highlight-box p {
    font-size: 16px;
    line-height: normal;
    color: #111;
    margin-bottom: 0;
    padding: 0px 45px;
}

.key-highlights .row .col-lg-3:last-child .border-right::after,
.volunteer-meaning .row .col-lg-3:last-child .border-right::after {
    display: none;
}

/* Vertical Divider */
.border-right::after {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    width: 1px;
    height: 100%;
    background: #d9d9d9;
}

@media (min-width:1024px) {
    .key-highlights .row .col-lg-3 {
        padding-inline: 0px;
    }
}

/* Tablet */
@media (max-width:991px) {

    .section-title h2 {
        font-size: 30px;
    }

    .key-highlights .title-line {
        width: 90px;
    }

    .border-right::after {
        display: none;
    }

    .highlight-box {
        padding: 15px;
    }

    .highlight-box h4 {
        font-size: 22px;
    }

    .highlight-box p {
        font-size: 16px;
        padding: 0px;

    }

}

/* Mobile */
@media (max-width:778px) {
    .key-highlights .col-lg-3:nth-child(odd) .border-right::after,.volunteer-meaning  .col-lg-3:nth-child(odd) .border-right::after {
        display: block;
        right: -11px;
    }

    .section-title {
        flex-wrap: nowrap;
    }

    .section-title h2 {
        font-size: 24px;
    }

    .key-highlights .title-line {
        width: 40px;
    }

    .icon-circle {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }

    .icon-circle svg {
        width: 26px;
        height: 26px;
    }

    .highlight-box {
        padding: 10px;
        padding-top: 0px;
        padding-bottom: 0;
    }

    .highlight-box h4 {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 10px;
    }

    .highlight-box p {
        font-size: 12px;
        line-height: 1.5;
    }

    .key-highlights {
        padding: 20px 0;
    }
}

.why-volunteer {
    background: #fff;
}

/*
.section-title {
    font-size: 46px;
    font-weight: 700;
    color: #111;
} */

.section-title span {
    color: #7f2a8c;
}

.volunteer-card {
    background: #fff;
    border-radius: 20px;
    padding: 18px 20px 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    overflow: hidden;
}

/* Ribbon */

.card-ribbon {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    background: #7f2a8c;
    color: #fff;
    padding: 8px 35px 8px 12px;
    text-transform: uppercase;
    border-radius: 5px 5px 5px 5px;
    font-size: 20px;
    font-weight: 600;
    clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
}


.card-ribbon img {
    width: 35px;
    height: 35px;
}

.mission-circle {

    width: 130px;
    height: 130px;

    border-radius: 50%;

    background: #f3ebf3;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: auto;
}

.mission-circle img {
    width: 100%;

}

.volunteer-card p {

    font-size: 18px;
    line-height: 1.7;
    color: #111;
    font-weight: 500;
    margin-bottom: 15px;
}

.volunteer-card strong {
    color: #7f2a8c;
}

/* Goals */

.goal-list {

    list-style: none;

    margin: 0px 0 0;
    padding: 0;
}

.goal-list li {

    display: flex;
    align-items: flex-start;
    gap: 18px;

    padding: 10px 0;

    border-bottom: 1px solid #ececec;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6;
}

.goal-list li:last-child {
    border: none;
}

.why-volunteer ul {
    padding-left: 0px;
    margin-bottom: 0px;
}
.why-volunteer .section-title{
    font-weight: 700;
}
.why-volunteer li {
    position: relative;
    padding-left: 40px;
    /* margin-bottom: 8px; */
    font-size: 16px;
    line-height: 1.5;
    list-style: none;
    border-bottom: 1px solid #ececec;
        padding-block: 10px ;
}

.why-volunteer li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 22px;
    height: 22px;
    background-color: #11b83f;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960' fill='%23fff'%3E%3Cpath d='M400-313.33 244.67-468.67l46.66-46.66L400-406.67l268.67-268.66 46.66 46.66L400-313.33Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
}

/* .check-icon img {
 
    width: 100%;
} */



/* ===========================
        Tablet
=========================== */

@media (max-width:991px) {

    .section-title {
        font-size: 34px;
    }

    .card-ribbon {

        font-size: 20px;
        padding: 12px 22px;
    }

    .card-ribbon img {

        width: 24px;
        height: 24px;
    }

    .mission-circle {

        width: 135px;
        height: 135px;

        margin-bottom: 0px;
    }

    /* .mission-circle img {
 
        width: 70px;
        height: 70px;
    } */

    .volunteer-card p {

        font-size: 17px;
    }

    .goal-list li {

        font-size: 17px;
    }

}

/* ===========================
        Mobile
=========================== */

@media (max-width:767px) {
    /*
    .section-title {
 
        font-size: 26px;
    } */

    .volunteer-card {

        padding: 18px;
    }

    .card-ribbon {

        font-size: 15px;
        padding: 10px 18px;
    }

    .card-ribbon img {

        width: 18px;
        height: 18px;
    }

    /*
    .mission-circle {
 
        width: 100px;
        height: 100px;
 
        margin-bottom: 18px;
    } */

    .mission-circle img {

        /* width: 55px; */
        /* height: 55px; */
    }

    .volunteer-card p {

        font-size: 15px;
        text-align: center;
    }

    .goal-list {

        margin-top: 0px;
    }

    .goal-list li {

        gap: 12px;
        padding: 15px 0;

        font-size: 15px;
    }

    .check-icon {

        width: 28px;
        height: 28px;
    }

    /* .check-icon img {
 
        width: 13px;
        height: 13px;
    } */

}

.volunteer-meaning {
    background: #fff;
}

.volunteer-meaning .container {
    padding-block: 30px;
    border-radius: 24px;
    background-color: #f8f3f9;
}

/* .section-title{
    font-size:42px;
    font-weight:700;
    color:#111;
} */

.section-title span {
    color: #7f2a8c;
}

.section-subtitle {
    font-size: 20px;
    color: #111;
    /* font-weight: 600; */
    margin-bottom: 0;
}

/* Card */

.meaning-box {
    position: relative;
    text-align: center;
    padding: 15px 20px;
    height: 100%;
}

/* Vertical Divider */

.border-right::after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    height: 100%;
    background: #d9d9d9;
}

/* Icon */

.icon-circle {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    /* background: #7f2a8c; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
}

.icon-circle img {
    width: 100%;
    object-fit: contain;
}

/* Heading */

.meaning-box h4 {
    font-size: 22px;
    color: #7f2a8c;
    font-weight: 700;
    margin-bottom: 10px;
    /* min-height: 65px; */
}



/* Purple underline */

.title-line {
    display: block;
    width: 42px;
    height: 3px;
    background: #7f2a8c;
    margin: 0 auto 18px;
    border-radius: 10px;
}

/* Text */

.meaning-box p {
    font-size: 16px;
    line-height: 1.4;
    color: #111;
    margin-bottom: 0;
}

/* =====================
   Tablet
===================== */
@media (min-width:1024px) {
    .volunteer-meaning .row .col-lg-3 {
        padding-inline: 0px;
    }
}

@media (max-width:991px) {

    /* .section-title {
        font-size: 32px;
    } */

    .section-subtitle {
        font-size: 18px;
    }

    .border-right::after {
        display: none;
    }

    .meaning-box {
        margin-bottom: 30px;
    }

    .meaning-box h4 {
        font-size: 22px;
        /* min-height: 55px; */
    }

    .meaning-box p {
        font-size: 16px;
    }

}

/* =====================
   Mobile
===================== */

@media (max-width:767px) {
.volunteer-meaning  .row{
        gap: 20px 0px;
}
    .section-title {
        font-size: 24px;
    }

    .section-subtitle {
        font-size: 16px;
    }

    .meaning-box {
        padding: 10px;
    }

    .icon-circle {
        width: 80px;
        height: 80px;

    }

    /* .icon-circle img {
        width: 30px;
        height: 30px;
    } */

    .meaning-box h4 {
        font-size: 18px;
        /* min-height: 42px; */
    }

    .title-line {
        width: 30px;
        margin-bottom: 12px;
    }

    .meaning-box {
        margin-bottom: 0;
    }

    .meaning-box p {
        font-size: 13px;
        line-height: 1.5;
    }

}

.volunteer-category {
    background: #fff;
    padding-top: 10px;
}

.section-title {
    color: #111;
}

/* .section-title span{
    color:#7f2a8c;
} */

/*=========================
      Card
==========================*/

.category-card {
    padding-bottom: 20px;
    background: #fff;

    border: 1px solid #e6cfe9;

    border-radius: 8px;

    overflow: hidden;

    box-shadow: 0 8px 20px rgba(0, 0, 0, .05);

    transition: .3s;
}

.category-card:hover {

    transform: translateY(-6px);
}

/*=========================
     Header
==========================*/

.card-header-custom {

    background: linear-gradient(90deg, #8d2b95, #7f2a8c);

    padding: 18px 22px;

    display: flex;
    align-items: center;
    gap: 18px;

    min-height: 110px;
}

.header-icon {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.header-icon img {
    width: 100%;

}

.card-header-custom h3 {
    color: #fff;
    font-size: 20px;
    /* font-weight: 700; */
    line-height: 1.35;
    margin: 0;
}

/*=========================
      Body
==========================*/

.card-body-custom {
    padding: 24px 24px;
    display: flex;
    padding-bottom: 16px;
    flex-direction: column;
    /* height:100%; */
}

.card-body-custom ul {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
}

.check-common-ul li {
    display: flex;
    /* align-items: center; */
    gap: 14px;
    margin-bottom: 12px;
    font-size: 20px;
    position: relative;
    color: #111;
}

.card-body-custom li {
    font-size: 20px;
}

.check-common-ul li::before {
    content: "";
    position: relative;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background-color: #11b83f;
    border-radius: 50%;
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960' fill='%23fff'%3e%3cpath d='M400-313.33 244.67-468.67l46.66-46.66L400-406.67l268.67-268.66 46.66 46.66L400-313.33Z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    flex-shrink: 0;
}

.category-card .btn-apply {
    align-self: center;
}

.card-body-custom li img {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}



/*=========================
      Tablet
==========================*/

@media(max-width:991px) {

    .section-title {

        font-size: 30px;
    }

    .card-header-custom {

        min-height: 95px;
    }

    .card-header-custom h3 {

        font-size: 18px;
    }

    .card-body-custom li {

        font-size: 18px;
    }

}

/*=========================
      Mobile
==========================*/

@media(max-width:767px) {

    .section-title {

        font-size: 24px;
    }

    .card-header-custom {

        padding: 16px;
        gap: 12px;
    }

    .header-icon {

        width: 48px;
        height: 48px;
    }

    /* .header-icon img{
 
    width:24px;
    height:24px;
} */

    .card-header-custom h3 {

        font-size: 16px;
    }

    .card-body-custom {

        padding: 20px 16px;
    }

    .card-body-custom li {

        gap: 10px;

        font-size: 15px;

        margin-bottom: 14px;
    }

    .card-body-custom li img {

        width: 18px;
        height: 18px;
    }



}

/*====================================
        WHO CAN VOLUNTEER
====================================*/



.wcv-section {
    background: #fff;
}

.wcv-column {
    position: relative;
    height: 100%;
    padding: 0 20px;
}

.wcv-border::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e5e5e5;
}

/*========================
        Header
========================*/

.wcv-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 26px;
}

.wcv-icon-wrap {

    width: 80px;
    height: 80px;

    border-radius: 50%;

    background: #f7f1f8;
    border: 1px solid #e3dbdb;
    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 5px 18px rgba(0, 0, 0, .06);

    flex-shrink: 0;
}

.wcv-icon-wrap img {
    width: 100%;
    object-fit: contain;
}

.wcv-title {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
    margin-bottom: 10px;
}

.wcv-title span {
    color: #7f2a8c;
}

.wcv-line {
    display: block;
    width: 55px;
    height: 4px;
    background: #7f2a8c;
    border-radius: 30px;
}

/*========================
        Content
========================*/

.wcv-content h5 {

    font-size: 18px;
    font-weight: 700;
    color: #222;

    margin-bottom: 25px;
}

.wcv-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wcv-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    color: #111;
}

.wcv-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background-color: #11b83f;
    border-radius: 50%;
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960' fill='%23fff'%3e%3cpath d='M400-313.33 244.67-468.67l46.66-46.66L400-406.67l268.67-268.66 46.66 46.66L400-313.33Z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
}

.wcv-list li:last-child {
    margin-bottom: 0;
}

.wcv-list img {

    width: 22px;
    height: 22px;

    margin-top: 3px;

    flex-shrink: 0;
}

/*========================
        Impact
========================*/

.wcv-impact-wrap {

    display: flex;
    flex-direction: column;
    gap: 18px;
}

.wcv-impact-box {

    background: #f8f6fb;

    border: 1px solid #efe5f2;

    border-radius: 14px;

    padding: 22px;

    display: flex;
    align-items: center;
    gap: 18px;

    transition: .3s;
}

.wcv-impact-box:hover {

    transform: translateY(-4px);

    box-shadow: 0 5px 18px rgba(0, 0, 0, .06);
}

.wcv-impact-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #f7f1f8;
    display: flex;
    border: 1px solid #e3dbdb;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.wcv-impact-icon img {
    width: 100%;
    /* height: 38px; */
    object-fit: contain;
}

.wcv-impact-text h2 {

    font-size: 48px;
    font-weight: 700;
    color: #7f2a8c;

    margin: 0;
    line-height: 1;
}

.wcv-impact-text p {

    margin: 8px 0 0;

    font-size: 18px;
    color: #222;
}


@media(min-width:1024px) {
    .wcv-section .row .col-lg-4 {
        padding-inline: 0;
    }
}

/*========================
        Tablet
========================*/
@media (min-width:768px) and (max-width:1023px) {
.wcv-section .container> .row .col-lg-4:first-child,
.wcv-section .container> .row .col-lg-4:nth-child(2){
            width: 50%;
}
.wcv-section .container> .row .col-lg-4:last-child .wcv-column{
padding-bottom: 0px;
}
    .section-title {

        font-size: 30px;
    }
}
@media(max-width:991px) {

    .wcv-column {

        padding: 0 15px 35px;
    }

    .wcv-border::after {
        display: none;
    }

    .wcv-header {

        margin-bottom: 18px;
    }

    /* .wcv-title {
 
        font-size: 20px;
    } */

    .wcv-content h5 {

        font-size: 17px;
    }

    .wcv-list li {

        font-size: 16px;

        margin-bottom: 18px;
    }

    .wcv-impact-text h2 {

        font-size: 38px;
    }

    .wcv-impact-text p {

        font-size: 16px;
    }

}

/*========================
        Mobile
========================*/

@media(max-width:767px) {
    .wcv-section .col-lg-4:last-child .wcv-column {
        margin-bottom: 0px;
    }

    .wcv-title {
        font-size: 20px;
    }

    .wcv-column {

        padding: 0;
        margin-bottom: 40px;
    }

    .wcv-header {

        gap: 14px;

        margin-bottom: 12px;
    }

    .wcv-icon-wrap {
        /*
        width: 62px;
        height: 62px; */
    }

    /* .wcv-icon-wrap img {
 
        width: 30px;
        height: 30px;
    } */

    /* .wcv-title {
 
        font-size: 18px;
    } */

    .wcv-line {

        width: 45px;
        height: 3px;
    }

    .wcv-content h5 {

        font-size: 16px;

        margin-bottom: 18px;
    }

    .wcv-list li {

        font-size: 15px;

        gap: 10px;

        margin-bottom: 15px;
    }

    .wcv-list img {

        width: 18px;
        height: 18px;
    }

    .wcv-impact-box {

        padding: 16px;
        gap: 15px;
    }

    .wcv-impact-icon {

        width: 55px;
        height: 55px;
    }

    /*  
    .wcv-impact-icon img {
 
        width: 28px;
        height: 28px;
    } */

    .wcv-impact-text h2 {

        font-size: 32px;
    }

    .wcv-impact-text p {

        font-size: 15px;
    }

}

/*===================================
      Eligibility Criteria
===================================*/



.ec-section {
    background: #f5f5f5;
    /* padding:70px 0; */
}


.ec-section .section-title span{
    font-weight: 700;
}
.ec-title span {
    color: #7f2a8c;
    font-style: italic;
}

/* Item */

.ec-item {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 0px 15px 20px 15px;
    height: 100%;
    position: relative;
}

.ec-divider {
    border-right: 2px solid #7f2a8c;
}

.ec-divider:last-child {
    border-right: none;
}

@media(max-width:767px) {
    .ec-divider {
        border-right: none;
    }
}

/* .ec-border::after{
    content:"";
    position:absolute;
    top:0px;
    right:0;
    width:3px;
    height:100%;
    background:#7f2a8c;
} */

.ec-icon {
    flex-shrink: 0;
    width: 50px;
}

.ec-icon img {
    width: 100%;
    /* height:72px; */
    object-fit: contain;
}

.ec-content h4 {
    color: #7f2a8c;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

.ec-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #111;
}

/* Tablet */

@media(max-width:991px) {

    .ec-title {
        font-size: 34px;
    }

    .ec-item {
        gap: 18px;
        padding: 20px;
    }

    .ec-icon img {
        width: 60px;
        height: 60px;
    }

    .ec-content h4 {
        font-size: 22px;
    }

    .ec-content p {
        font-size: 17px;
    }

}

/* Mobile */

@media(max-width:767px) {

    .ec-item {
        flex-direction: column;
        text-align: center;
        padding: 25px 2px;
    }

    .ec-section .row .col-lg-4:last-child .ec-item {
        padding-bottom: 0px;
    }

    .ec-border::after {
        display: none;
    }

    .ec-icon img {
        width: 60px;
        height: 60px;
    }

    .ec-content h4 {
        font-size: 20px;
    }

    .ec-content p {
        font-size: 15px;
    }

}

/*=========================================
        READY TO CREATE IMPACT
=========================================*/


.rci-section {
    background: #fff;
    padding: 50px 0px 50px 0px;
}

.rci-section .section-title {
    font-size: 60px;
}

/* .rci-content {
    padding-right: 40px;
} */

/*=========================
        Heading
=========================*/



/* .rci-title span{
        display:block;
        color:#7f2a8c;
    } */

.rci-description {
    font-size: 20px;
    color: #111;
    line-height: normal;
    margin-bottom: 20px;
}

/*=========================
      Feature Icons
=========================*/

.rci-feature-row {
    margin-bottom: 20px;
}

.rci-feature {
    text-align: center;
    padding: 0 10px;
    border-right: 1px solid #7f2a8c !important;
    height: 100%;
}

.rci-feature-row .col-3:last-child .rci-feature {
    border-right: unset !important;
}

.rci-feature .rci-img-box {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
    margin-bottom: 12px;
}

.rci-feature .rci-img-box img {
    width: 100%;
    object-fit: contain;
}

.rci-feature h5 {
    font-size: 18px;
    font-weight: 700;
    color: #7f2a8c;
    margin-bottom: 4px;
}

.rci-feature p {
    margin: 0;
    font-size: 12px;
    color: #111;
    line-height: 1.5;
}

/*=========================
        Buttons
=========================*/

.rci-buttons {
    display: flex;
    gap: 18px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.rci-btn-fill,
.rci-btn-outline {

    width: 230px;
    min-height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;

    text-decoration: none;

    font-size: 16px;
    font-weight: 700;

    border-radius: 8px;

    transition: .3s;
}

.rci-btn-fill {

    background: #7f2a8c;
    color: #fff;
}

.rci-btn-fill:hover {

    color: #fff;
    background: #6e227a;
}

.rci-btn-outline {

    border: 2px solid #7f2a8c;
    color: #7f2a8c;
}

.rci-btn-outline:hover {

    background: #7f2a8c;
    color: #fff;
}

/*=========================
        Checklist
=========================*/

.rci-checklist {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
    list-style: none;
    padding: 0;
    /* font-size: 17px; */
}

.rci-checklist li {
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    color: #111;
    padding-left: 30px;
}

.rci-checklist li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background-color: #11b83f;
    border-radius: 50%;
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960' fill='%23fff'%3e%3cpath d='M400-313.33 244.67-468.67l46.66-46.66L400-406.67l268.67-268.66 46.66 46.66L400-313.33Z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
}

/*=========================
        Image
=========================*/

.rci-image {
    text-align: center;
}

.rci-image img {
    max-width: 100%;
    height: auto;
}

/*==================================
          Tablet
==================================*/

@media(max-width:991px) {
    .rci-section .section-title {
        font-size: 42px;
    }

    .rci-content {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .rci-title {
        font-size: 42px;
    }

    .rci-description {
        font-size: 18px;
    }

    .rci-feature {
        margin-bottom: 0px;
        /* border-right: none !important; */
    }

    .rci-buttons {
        justify-content: center;
    }

    .rci-btn-fill,
    .rci-btn-outline {
        width: 220px;
    }

}

/*==================================
          Mobile
==================================*/

@media(max-width:767px) {
    .rci-section .row.align-items-cesnter {
        flex-direction: column-reverse;
    }

    .rci-content {
        margin-bottom: 0;
        margin-top: 20px;
    }

    .rci-section {
        padding: 30px 0px 20px 0px;
    }

    .rci-feature-row .col-3:nth-child(even) .rci-feature {
        border-right: unset !important;
    }

    .rci-section .section-title {
        font-size: 30px;
    }


    .rci-description {
        font-size: 16px;
    }

    .rci-feature-row>.col-3 {
        width: 50%;
        margin-bottom: 25px;
    }

    .rci-feature {
        /* border-right: none !important; */
        padding: 0 10px;
    }

    /* .rci-feature img {
        width: 45px;
        height: 45px;
    } */

    .rci-feature h5 {
        font-size: 16px;
    }

    .rci-feature p {
        font-size: 13px;
    }

    .rci-buttons {
        gap: 12px;
    }

    .rci-btn-fill,
    .rci-btn-outline {
        width: 100%;
        font-size: 15px;
    }

    .rci-checklist {
        gap: 12px;
    }

    .rci-check-item {
        width: 100%;
    }

    .rci-check-item span {
        font-size: 14px;
    }

}



/* banner css start here  */


/*=========================================
        DEASRA VOLUNTEER
=========================================*/



.dv-section {
    background: #fff;
    padding: 60px 0px 30px 0;
    overflow: hidden;
}

.dv-content {
    padding-right: 35px;
}

/*==========================
        Heading
==========================*/

.dv-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.08;
    color: #111;
    margin-bottom: 22px;
}

.dv-title .big-title {
    font-size: 54px;
    display: block;
}

.dv-title span {
    display: block;
    color: #7f2a8c;
}

.dv-subtitle {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    line-height: 1.45;
    margin-bottom: 14px;
}

.dv-description {
    font-size: 20px;
    line-height: 1.7;
    color: #111;
    margin-bottom: 25px;
}

/*==========================
        Highlight
==========================*/

.dv-highlight {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 35px;
}

.dv-highlight-icon {

    width: 42px;
    flex-shrink: 0;
}

.dv-highlight-icon img {

    width: 100%;
}

.dv-highlight-text {

    font-size: 18px;
    line-height: 1.7;
}

.dv-highlight-text strong {

    color: #7f2a8c;
}

.dv-btn {

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 185px;
    height: 58px;

    background: #7f2a8c;

    color: #fff;
    text-decoration: none;

    border-radius: 10px;

    font-size: 24px;
    font-weight: 600;

    transition: .3s;
}

.dv-btn:hover {

    background: #6e237a;
    color: #fff;
}

/*==========================
        Gallery
==========================*/

.dv-gallery-main {

    height: 360px;

    border-radius: 18px;

    overflow: hidden;

    /* margin-bottom:18px; */
}

.dv-gallery-main img {

    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dv-gallery-small {

    height: 160px;

    border-radius: 14px;

    overflow: hidden;
}

.dv-gallery-small img {

    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

/*==========================
        Tablet
==========================*/

@media(max-width:991px) {

    .dv-content {

        padding-right: 0;
        margin-bottom: 45px;
    }

    .dv-title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .dv-subtitle {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .dv-description {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .dv-highlight {
        margin-bottom: 10px;
    }

    .dv-title .big-title {
        font-size: 30px;
    }

    .dv-highlight-text {

        font-size: 16px;
    }

    .dv-gallery-main {

        height: 320px;
    }

    .dv-gallery-small {

        height: 150px;
    }

}

/*==========================
        Mobile
==========================*/

@media(max-width:767px) {
    .dv-section .container>.row {
        flex-direction: column-reverse;
    }

    .dv-content {
        margin-bottom: 0px;
        margin-top: 20px;
    }

    .dv-title .big-title {
        font-size: 40px;
    }

    .dv-title {

        font-size: 30px;
    }

    .dv-subtitle {
        margin-bottom: 14px;
        font-size: 18px;
    }

    .dv-section {
        padding: 40px 0;
    }

    .dv-description {
        margin-bottom: 16px;
        font-size: 15px;
    }

    .dv-highlight {
        margin-bottom: 16px;
        gap: 10px;
    }

    /* .dv-highlight-icon {

        width: 30px;
    } */

    .dv-highlight-text {

        font-size: 14px;
    }

    .dv-btn {

        width: 170px;
        height: 50px;
        font-size: 18px;
    }

    .dv-gallery-main {

        height: 240px;
    }

    .dv-gallery-small {

        height: 100px;
    }

}

#input_140_11_5_container{
    flex:unset !important;

}
#volunteerModal .modal-dialog{
    max-width:700px !important;
}

