.intro-section .intro-text h4 {
    color: #353535;
    font-size: 20px;
    line-height: 30px;
}

.intro-section .intro-text h2 {
    color: #0C1435;
    font-size: 31px;
}

.intro-section .intro-content {
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    /* background-image: url(../images/intro-image.png); */
    /* min-height: 400px; */
}

.intro-section .intro-content .feature small {
    font-size: 13px;
}

.intro-section .intro-content .feature {
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 10px 10px 15px 0;
    width: 70%;
}

.intro-section .intro-content .feature .icon {
    width: 42px;
    height: 42px;
    border-radius: 8px;
}

.intro-section .intro-content .feature .icon img {
    width: 60%;
}


.intro-section .intro-content .feature .text {
    box-sizing: border-box;
    width: calc(100% - 42px);
}

.intro-section .intro-content .feature .icon.icon-1 {
    background-color: #23BDEE;
}

.intro-section .intro-content .feature .icon.icon-2 {
    background-color: #C3DA4E;
}

.intro-section .intro-content .feature .icon.icon-3 {
    background-color: #6DBF57;
}

.features-section .row {
    width: 100%;
    background-color: #174478;
    border-radius: 14px;
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.features-section .feature .icon {
    border-radius: 15px;
    width: 100px;
    height: 80px;
    background-position: center;
    background-size: cover;
}

.features-section .feature .icon img {
    border-radius: 15px;
    height: 100%;
}

.features-section .feature .text h5 {
    font-size: 18px;
}

.features-section .feature .text p {
    font-size: 14px;
}

.features-section .slick-track {
    display: flex;
}

.features-section .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}

.features-section .slick-prev:before,
.features-section .slick-next:before {
    font-size: 32px;
}

.features-section .slick-prev,
.features-section .slick-next {
    width: 50px;
    height: 50px;
}

.features-section .slick-next {
    right: 30px;
}

.features-section .slick-prev {
    left: 30px;
}

/* the slides */
.features-section .slick-slide {
    padding: 0 20px;
}

/* the parent */
.features-section .slick-list {
    padding: 0 -25px;
}

.section-heading .section-text h2 {
    font-size: 31px;
}


.courses-section .course {
    width: 100%;
    min-height: 390px;
    background-color: #FFFFFF;
    border-radius: 14px;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.courses-section .course .image {
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-image: url(../images/course-test.jpg); */
    height: 65%;
    border-radius: 14px;
}

.courses-section .course .rating {
    font-size: 14px;
    color: #FFA135 !important;
}


.courses-section .course .price {
    font-size: 18px;
    color: #FF7426 !important;
}

.courses-section .course .seperator {
    height: 1px;
    background: transparent;
    border-top: 1px dashed #ACACAC;
    /* margin: 10px 0; */
}

.courses-section .course .duration {
    font-size: 14px;
}

.courses-section .course .duration small {
    font-size: 15px;
    color: #989898 !important;
}

.courses-section .course .button {
    background-color: #174478;
    width: 40%;
    height: 45px;
    border-radius: 96px;
    position: absolute;
    bottom: -22px;
}

.courses-section .course .button:hover {
    transform: scale(1.08);
}

.courses-section .course .button a {
    font-size: 18px;
    text-decoration: none;
}

/* Instructors Section */


.instructors-section .instructor {
    width: 100%;
    min-height: 390px;
    background-color: #FFFFFF;
    border-radius: 14px;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.instructors-section .instructor small {
    font-size: 13px;
    color: rgba(134, 134, 134, 1);
}

.instructors-section .instructor p {
    font-size: 15px;
    color: rgba(95, 91, 91, 1);
}

.instructors-section .instructor .image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-image: url(../images/course-test.jpg); */
    height: 65%;
    border-radius: 14px;
}

.instructors-section .slick-initialized {
    /* overflow: hidden; */
}

/* the slides */
.reviews-section .slick-slide {
    margin: 0 10px;
}

/* the parent */
.reviews-section .slick-list {
    margin: 0 -10px;
}

.slick-dots li button:before {
    content: '' !important;
    width: 0.75rem;
    height: 0.75rem;
    border: none;
    border-radius: 1rem;
    cursor: pointer;
    transition: width 0.5s;
    background-color: #C2C2C2;
    font-size: 14px;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    content: '' !important;
    background-color: #174478;
    width: 2rem;
    opacity: 1;
}

.slick-dots li.slick-active {
    margin: 0 20px;
}

.reviews-section .slider-item {
    width: 90%;
    height: 250px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 88px 0px rgba(0, 0, 0, 0.05);
}

.reviews-section .slick-list {
    padding: 90px 0;
}

.reviews-section .slider-item .review {
    font-size: 15px;
    color: #5F5B5B;
}

.reviews-section .slider-item .reviewer .name h6 {
    font-size: 14px;
}

.reviews-section .slider-item .reviewer .name small {
    font-size: 11px;
    color: #8E8E8E;
}

.reviews-section .slider-item .reviewer .image {
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/author.png);
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.slider-dot {
    width: 0.75rem;
    height: 0.75rem;
    border: none;
    border-radius: 1rem;
    background-color: #C2C2C2;
    cursor: pointer;
    transition: width 0.5s;
}

.slider-dot.active {
    width: 2rem;
    background-color: #174478;
}

@media all and (max-width: 1200px) {
    .intro-section .intro-text h2 {
        font-size: 22px;
    }

    .intro-section .intro-text h4 {
        font-size: 18px;
    }

    .section-heading .section-text h2 {
        font-size: 22px;
    }

    .section-heading .section-text h4 {
        font-size: 18px;
    }

    .intro-section .intro-content .feature small {
        font-size: 13px;
    }

    .intro-section .intro-content .feature {
        width: 100%;
    }
}

@media all and (max-width: 991px) {

    .intro-section .intro-text h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .intro-section .intro-text h4 {
        font-size: 16px;
    }

    .section-heading .section-text h2 {
        font-size: 18px;
    }

    .section-heading .section-text h4 {
        font-size: 16px;
    }

    .intro-section .intro-content {
        background-position: center;
        background-size: cover;
    }

    .intro-section .intro-content .row {
        /* min-height: 520px; */
        align-items: end !important;
    }

    .intro-section .intro-content .feature {
        padding: 10px 10px 15px 0;
        width: 80%;
        box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
    }

    .intro-section .intro-content .feature .text {
        width: unset;
    }

    .intro-section .intro-content .feature small {
        font-size: 13px;
    }

    .features-section .row {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .features-section .feature {
        height: 100px;
    }

    .features-section .feature .icon {
        height: 100px !important;
        width: 40%;
        padding: 0;
    }

    .features-section .feature .icon img {
        width: 100%;
    }

    .features-section .feature .text {
        width: 55%;
    }

    .features-section .feature .text h5 {
        font-size: 16px;
    }

    .features-section .feature .text p {
        font-size: 14px;
        max-height: 70px;
        line-height: 21px;
        max-height: calc(21px * 3);
        overflow: hidden;
    }

    .features-section .slick-next {
        right: 5px;
    }

    .features-section .slick-prev {
        left: 5px;
    }


    .courses-section .course .name {
        font-size: 15px;
    }

    .courses-section .course .price {
        font-size: 17px;
        color: #FF7426 !important;
    }

    .courses-section .course .button {
        width: 35%;
        height: 40px;
    }


    .courses-section .course .button a {
        font-size: 15px;
        text-decoration: none;
    }

    .slick-dots li button:before {
        content: '' !important;
        width: 0.75rem;
        height: 0.75rem;
        border: none;
        border-radius: 1rem;
        cursor: pointer;
        transition: width 0.5s;
        background-color: #C2C2C2;
        opacity: 1;
        font-size: 10px;
    }

    .reviews-section .slick-list {
        padding: 25px 0;
    }

    .reviews-section .slider-item {
        border-radius: 10px;
    }

}