.section-coaching-banner {
    background: url(../images/bg-bootcamp.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.overview-content :is(p, a) {
    font-size: 17px;
}

.overview-content a {
    font-style: italic !important;
    color: #ffb100;
}

.overview-content a:hover {
    color: #009aab;
}

.overview-content :is(h2, h3, strong, b) {
    /* font-family: Manrope-Bold; */
}

.overview-content h2 {
    font-size: 30px;
}

.overview-content h3 {
    margin-bottom: 20px;
    font-size: 20px;
}

.overview-content ul {
    padding-left: 15px;
}

.overview-content li {
    position: relative;
    padding: 0px 0px 15px 35px;
    list-style: none;
    font-size: 17px;
    /* font-family: Manrope-SemiBold; */
    color: #0a263b;
}

.overview-content li a {
    font-style: normal !important;
}

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

.section-coaching-learning .overview-content ul {
    padding-left: 0;
    margin-bottom: 0;
}

.section-coaching-learning .overview-content ul li {
    padding: 0px 0px 25px 40px;
}

.section-coaching-learning .overview-content ul li::before {
    background: url(../images/coaching-learning-tick.png) no-repeat;
    background-size: 23px;
    width: 23px;
    height: 23px;
    top: 0px;
}

.section-coaching-overview .overview-query,
.course-info {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    top: 70px;
}

.section-coaching-overview .overview-query a:hover {
    color: #0a263b !important;
}

.delivery-mode p {
    margin-bottom: 5px;
    /* font-family: Manrope-SemiBold; */
}

.section-coaching-schedule .coaching-schedule {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.section-coaching-schedule .filling-classtype {
    min-height: 40px;
}

.section-coaching-schedule .icon {
    min-width: 30px;
    font-size: 20px;
    color: #009aab;
}

.section-coaching-schedule .class-type::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.section-coaching-schedule .online-class::before {
    background-color: #58BF00;
}

.section-coaching-schedule .classroom::before {
    background-color: #FF9500;
}

.section-coaching-schedule .fa-map-marker {
    font-size: 30px;
    color: #009aab;
    animation: 3s linear infinite map;
}

@keyframes map {

    0%,
    100% {
        transform: scale(1.4);
    }

    50% {
        transform: scale(1);
    }
}

.section-coaching-schedule .classroom-location {
    margin-bottom: 60px;
}

.section-coaching-schedule .mini-enroll {
    position: absolute;
    bottom: 25px;
    left: 20px;
    width: 90%;
    font-size: 17px;
}

.section-coaching-schedule img {
    width: auto !important;
}

.section-coaching-schedule .owl-stage {
    display: flex;
}

.section-coaching-schedule .owl-nav button span {
    position: absolute;
    margin: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 55px;
    font-family: FontAwesome;
    color: #FF9500;
}

.section-coaching-schedule .owl-nav button.owl-next span {
    right: -5px;
}

.section-coaching-schedule .owl-nav button.owl-prev span {
    left: -5px;
}


@media (min-width: 575px) {
    .section-coaching-banner .coaching-image {
        margin-bottom: -215px;
    }

    .section-coaching-overview {
        padding-top: 250px;
    }

    .section-coaching-learning .overview-content ul {
        column-count: 2;
    }
}