.banner-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    padding-top: 60px;
}

.banner-left-sec {
    width: 50%;
}

.banner-right-sec {
    width: 50%;
    padding: 0 0 0px 40px;
    display: flex;
    align-items: center;
}

    .banner-right-sec img {
        width: 100%;
    }

.banner-section h1 {
    font-size: 32px;
    line-height: 1.3;
    margin: 0px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 25px;
}

.theme_Btn {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 5px;
    background-color: #cfdf00;
    cursor: pointer;
    font-weight: 600;
    outline: none !important;
    box-shadow: none !important;
}

.aboutuspage h2 {
    font-size: 32px;
    line-height: 1.3;
    margin: 0px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 15px;
}

section {
    padding: 30px 0;
}

.overview_box {
    padding: 40px;
    border: 1px solid #eee;
    background-color: #fff;
}

    .overview_box h2 {
        text-align: center;
        margin-bottom: 30px;
    }

    .overview_box ul {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
    }

        .overview_box ul li {
            width: 20%;
            padding: 10px;
        }

            .overview_box ul li ul {
                display: flex;
                flex-direction: column;
                width: 100%;
                padding-left: 30px;
            }

                .overview_box ul li ul li {
                    width: 100%;
                    list-style: none;
                    line-height: 24px;
                    padding: 0;
                }

.dateBox {
    text-align: center;
    margin-bottom: 20px;
}

    .dateBox br {
        height: 0;
    }

.iconBox {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #ddd;
    margin: auto;
    margin-bottom: 20px;
    background-color: #cfdf00;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .iconBox img {
        width: 25px;
    }




.card-header .btn.btn-link span i {
    transform: rotate(180deg);
    transition: all 0.45s ease-in-out;
}

.card-header .btn.btn-link.collapsed span i {
    transform: rotate(0deg);
    transition: all 0.45s ease-in-out;
}



.card-header .btn.btn-link:focus-visible {
    outline: auto !important;
}

.card-header .card-header {
    outline: none !important;
}

.card-header:focus-visible {
    outline: auto !important;
}

.card-body p {
    font-size: 14px;
    line-height: 24px;
}

.card-body ul li {
    list-style: none;
    padding: 4px 0;
}

.card-body ul {
    padding-left: 0px;
}

.card-body h3 {
    font-weight: 600;
    font-size: 16px;
    margin-top: 24px;
    margin-bottom: 16px;
}

.card-body button {
    margin-left: 0;
}

.card-body ul + p {
    margin-top: 16px;
}

.card-body ol {
    padding-left: 15px;
}

    .card-body ol li {
        padding: 8px 0;
        list-style: none;
    }

        .card-body ol li ul li {
            list-style: lower-alpha;
            padding: 4px 0;
        }

        .card-body ol li:last-child {
            padding-bottom: 0;
        }

.subList {
    margin: 2px 0px 8px 15px;
}

.ul-list {
    margin-left: 15px;
}

.overview_sec .ul-list {
    margin-left: 0px;
    text-align: center;
}

.subList .subList {
    margin-top: 0;
}

h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 40px;
}

.aboutThePilot_sec .theme_Btn {
    margin: 10px 0;
}

.cardimgBox {
    padding: 10px;
    text-align: center;
}

    .cardimgBox img {
        max-width: 100%;
        max-height: 225px;
    }

.overview_box ul li::after {
    top: 15px;
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    right: -25px;
    background: url(/Portal/images/li-arrow.svg);
    background-size: 100%;
}

.overview_box ul li {
    position: relative;
}

    .overview_box ul li ul li::after {
        display: none;
    }

    .overview_box ul li:last-child::after {
        display: none;
    }













.theme_Btn a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    padding: 10px 20px;
    display: inline-block;
}
.card:first-child .card-header {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.card-header {
    background-color: #fff;
    padding: 0;
}

.card {
    border-radius: 0;
    border-bottom: 0;
}

    .card:first-child {
        border-top-left-radius: 15px !important;
        border-top-right-radius: 15px !important;
    }

.card-header .btn.btn-link {
    text-decoration: none;
}

.card-header .btn.btn-link {
    text-decoration: none;
}

.accordionBox {
    background: #fff;
    border-radius: 15px;
}

.card-header .btn.btn-link {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
    font-weight: 600;
    color: #1A1A1A;
    font-size: 16px;
    text-wrap: auto;
    -webkit-text-wrap: auto;
    -moz-text-wrap: auto;
    -o-text-wrap: auto;
    line-height: 28px;
    border-radius: 0 !important;
    background-color: #fff;
}

.card-body {
    color: #1A1A1A;
    font-size: 14px;
    line-height: 24px;
}

.card-header .btn.btn-link {
    text-decoration: none;
}

.card-header {
    padding: 0;
}

.card:last-child .card-header {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

#accordion {
    background: #fff;
    border-radius: 15px !important;
}

div#Accordain-1-Heading .btn.btn-link {
    border-top-right-radius: 15px !important;
    border-top-left-radius: 15px !important;
}

div#Accordain-4-Heading, div#Accordain-4-Heading .btn.btn-link {
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
}

#accordion .card:last-child {
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
}








@media only screen and (max-width: 980px) {

    .overview_box ul li {
        width: 50%;
        margin-bottom: 20px;
    }


        .overview_box ul li:nth-child(2)::after {
            display: none;
        }

        .overview_box ul li:nth-child(4)::after {
            display: none;
        }

    .objective_sec .card-header .btn.btn-link {
        line-height: 28px;
    }
}





@media only screen and (max-width: 767px) {
    .banner-section {
        flex-direction: column;
    }

    .banner-left-sec {
        width: 100%;
    }

    .banner-right-sec {
        width: 100%;
        padding: 0;
    }

    .overview_box ul li {
        width: 100%;
        padding: 0px;
        margin-bottom: 20px;
    }

    .headingItem {
        display: flex;
        gap: 20px;
        margin-bottom: 40px;
    }


    .iconBox {
        margin: 0;
    }

    .dateBox {
        text-align: left;
        margin-bottom: 5px;
    }

    .overview_box ul li:nth-child(2)::after {
        display: block;
    }

    .overview_box ul li:nth-child(4)::after {
        display: block;
    }

    .overview_sec .ul-list {
        text-align: left;
        margin-bottom: 20px;
    }

    .overview_box ul li::after {
        display: none;
    }

    .overview_box {
        padding: 40px 20px;
    }

    .aboutuspage h3 {
        line-height: 28px;
    }

    .overview_box ul li::after {
        display: block;
        top: unset;
        content: '';
        width: 30px;
        height: 30px;
        position: absolute;
        right: 50%;
        background: url(/Portal/images/li-arrow.svg);
        background-size: 100%;
        transform: rotate(90deg);
        bottom: 10px;
        background-repeat: no-repeat;
    }
}


@media only screen and (max-width: 480px) {
    .banner-section {
        flex-direction: column;
    }

    .banner-left-sec {
        width: 100%;
    }

    .banner-right-sec {
        width: 100%;
        padding: 0;
    }

    .overview_box ul li {
        width: 100%;
        padding: 0px;
        margin-bottom: 20px;
    }

    .headingItem {
        display: flex;
        gap: 20px;
    }

    div#Accordain-4-Heading .btn.btn-link {
        border-bottom-left-radius: 15px !important;
        border-bottom-right-radius: 15px !important;
    }

    .iconBox {
        margin: 0;
    }

    .dateBox {
        text-align: left;
        margin-bottom: 5px;
    }

    .overview_sec .ul-list {
        text-align: left;
    }



    .overview_box {
        padding: 40px 20px;
    }
}
