.section-services-banner {
    background: url(https://image.agilemania.com/images/bg-backgroung.png) no-repeat;
    background-size: cover;
    min-height: 250px;
    background-position: center;
}

.section-why-do .carousel-mail-div {
    padding: 30px 15px;
    border-radius: 14px;
    border: 3px solid #eaf6f8;
}

.section-services-tab .bgs-skyblue {
    background-color: #e5f5f7;
}
.section-services-tab .nav-pills .nav-link.active,
.section-services-tab .nav-pills .show > .nav-link {
    color: #0a263b;
    background-color: transparent;
    position: relative;
}
.section-services-tab .nav-pills .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    border-bottom: 4px solid #009aad;
    left: 0;
    width: 100%;
}
.section-services-tab .nav-pills .nav-link {
    color: #0a263b;
    /* font-family: "Manrope-Bold"; */
    border-radius: 0;
    padding: 16px 20px;
    width: 100%;
    min-height: 64px;
}
.section-services-tab .tab-content a {
    color: #ff9500;
}
.section-services-tab .tab-content a:hover {
    color: #009aad;
}

.section-services-connect .banner {
    background-image: linear-gradient(to left, #004d57 30%, #43d5e5 130%);
}

.accordion-services .accordion-item {
    border: unset;
}

.accordion-services .accordion-button {
    background-color: hsl(208deg 48% 95%) !important;
    border-radius: 5px !important;
    padding: 18px;
    box-shadow: unset !important;
}
.accordion-services .accordion-button:not(.collapsed) {
    background-color: #f2fafb !important;
}

.accordion-services .accordion-button:not(.collapsed) h3 {
    color: #009aad;
}

.ul-li-before-include ul {
    padding: 0;
}

.ul-li-before-include ul li::before {
    content: "";
    background-image: url(https://image.agilemania.com/images/professional-arrow.png);
    background-repeat: no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: 0px;
}

.ul-li-before-include li,
.professional p {
    position: relative;
    padding: 0px 0px 10px 30px;
    list-style: none;
    font-size: 15px;
    /* font-family: Manrope-SemiBold; */
    color: #0a263b;
}
@media (max-width: 576px) {
    .ul-li-before-include ul {
        margin-top: 15px;
    }
}

.section-mentor-overview .schedule-consultant {
    background: url(https://image.agilemania.com/images/home-bnr-bg.png)
        no-repeat;
    background-size: cover;
    background-position: center;
    min-width: 100%;
    border-radius: 10px;
}
.section-program-structure .structure-content {
    border: 2px solid #ff9500;
}
.section-program-structure .structure-content:hover {
    transform: translateY(-10px);
    border: 2px solid #009aad;
}
.section-program-structure .structure-content,
.section-program-structure .structure-content h2,
.section-program-structure .fa-long-arrow-right {
    transition: all 0.5s ease;
}
.section-program-structure .structure-content:hover h2 {
    text-shadow: 2px 7px 5px #009aad;
}
.section-program-structure .structure-content:hover .fa-long-arrow-right {
    transform: translateX(10px);
}

.section-why-do .bgs-light-blue {
    border-radius: 0 30px 0 30px;
    background-color: rgb(0 154 173 / 5%);
}
.section-why-do .bgs-light-blue .counter_method h2,
.counter_method span {
    font-size: 45px;
    /* font-family: Manrope-Bold; */
}
.section-why-do .bgs-light-blue .counter_method span {
    font-size: 25px;
}
@media (max-width: 576px) {
    .section-why-do .bgs-light-blue .counter_method span {
        font-size: 18px;
        margin-bottom: 4px;
    }
    .section-why-do .bgs-light-blue .counter_method h2 {
        font-size: 33px !important;
    }
    .section-why-do .bgs-light-blue .countermg {
        margin-bottom: 0.5rem;
    }
}