.absolute-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.course-intro-text p {
    color: #e9e9e9 !important;
}

.hero-banner {
    padding-top: 20px;
    padding-bottom: 12px;
    /*height: 47vh;*/
}

.hero-xl-banner {
    padding-bottom: 25px;
}

.hero-xl-banner {
    height: 65vh;
    /*height: 90vh;*/
}

footer {
    padding-top: 6rem;
    padding-bottom: 3rem;
}

footer .year {
    font-size: 15px;
}

footer h6 {
    /*font-size: 1.2rem;*/
    text-transform: uppercase;
}

footer ul {
    padding: 0;
    /*font-size: 1.2rem;*/
    line-height: 20px;
}

footer ul li:before {
    content: unset !important;
}

.item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: start;
}

.mb-block-title {
    margin-bottom: 2.5rem;
}

.articles-slider .slick-slide {
    padding-left: 2rem;
    padding-right: 2rem;
}

.articles-slider .slick-prev, .slick-next {
    width: unset !important;
    top: 28% !important;
}

.slick-prev:before {
    background-image: url("../../images/icons/arrow-left.webp") !important;
}

.slick-next:before {
    background-image: url("../../images/icons/arrow-right.webp") !important;
}

.img-fluid-custom {
    width: 35%;
    height: auto;
}

.slick-prev:before, .slick-next:before {
    content: "" !important;
    z-index: -1;
    background-size: cover;
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 18px;
    opacity: 1 !important;
}

.articles-slider .slick-prev {
    left: 0 !important;
    z-index: 1;
}

.articles-slider .slick-next {
    right: 15px !important;
    z-index: 1;
}

.testimonial-quote {
    position: absolute;
    z-index: 0;
}

.testimonial-box {
    height: 23rem;
    padding: 1.5rem 2rem 0.5rem 3rem;
}

.slick-list, .slick-track {
    height: 100% !important;
}

.p-testimonials {
    padding: 1.5rem 0 0 0.5rem;
    /*padding: 1.5rem 0 0 2.5rem;*/
}

.testimonials-slider {
    margin: 0 !important;
}


.slick-dots li {
    margin: 0 10px !important;
}

.slick-dots li button {
    width: 25px !important;
    height: 4px !important;
    padding: 3.5px !important;
    border-radius: 25px;
    background: #777676 !important;
}

.slick-dots li button:before {
    content: unset !important;
}

.slick-dots li.slick-active button {
    background: #d8ad35 !important;
}

.testimonials-slider .slick-dots {
    bottom: -30px;
}

.testimonial-box ul li:before {
    content: "" !important;
}

.testimonial-user-img {
    width: 20%;
}

.h-divder {
    width: 35px;
    height: 1px;
    background: #cccccc;
    margin: auto;
}


.offcanvas-menu ul li:before {
    content: unset;
}

.submenu-offcanvas ul, .sub-submenu-offcanvas ul {
    display: none;
}

.offcanvas-menu .navbar-nav .nav-link {
    font-weight: 700;
}

.testimonial-text-more {
    overflow: auto;
}

/*.test-text {*/
/*    height: 15rem;*/
/*}*/

.btn-close {
    box-sizing: content-box;
    /*width: 1em;*/
    /*height: 1em;*/
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
}
#searchBar {
    direction: ltr;
    margin-right: 1.5rem;
}
.offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    /* margin-top: 0.25rem; */
    /* margin-right: 0rem; */
    margin-bottom: -1rem;
}

@media (max-width: 576.98px) {
    .course-details-icons h4 {
        font-size: 1.1rem !important;
    }

    .page-link {
        font-size: 1rem;
    }

    .testimonial-box {
        height: 28rem;
    }

    footer .year {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .text-small {
        text-align: center !important;
    }
}

@media (min-width: 320px) {
    .articles-slider .slick-prev, .slick-next {
        top: 30% !important;
    }
}

@media (min-width: 475px) {
    .articles-slider .slick-prev, .slick-next {
        top: 40% !important;
    }
}

@media (min-width: 576px) {
    .testimonial-user-img {
        width: 20%;
    }

    .testimonial-box {
        padding: 1.5rem 2rem 0.5rem 4.5rem;
    }

    .p-testimonials {
        padding: 3.8rem 3rem 0 2.8rem;
    }

    .blog-content {
        max-width: 70%;
    }
}

@media (min-width: 768px) {
    .testimonial-box {
        height: 20rem;
    }

    .testimonial-user-img {
        width: 15%;
    }
    /* edit */
    .header-align {
        align-items: center !important;
    }

    .articles-slider .slick-arrow {
        display: none !important;
    }

    .articles-slider .slick-slide:nth-child(odd) {
        padding-left: 0.4rem;
        padding-right: 2rem;
    }

    .articles-slider .slick-slide:nth-child(even) {
        padding-left: 2rem;
        padding-right: 0.4rem;
    }
}

@media (min-width: 992px) {


    .testimonial-user-img {
        width: 10%;
    }
}

@media (min-width: 1200px) {
    .testimonial-user-img {
        width: 8%;
    }
}