.search-area {
    width: 300px;
    float: right;
    margin-bottom: 5px;
    margin-right: 18px;
}

.custom-bg-live-batch {
    background-color: #03060b;
}

.info {
    border: 1px solid;
    border-radius: 5px;
    margin: 3px;
    background-color: #003557;
    display: inline-flex;
}

.info a {
    margin: 5px;
    color: white;
    font-size: 12px;
}

.product-padding {
    padding: 10px !important;
}

.page-item.active .page-link {
    z-index: 3 !important;
    color: #fff !important;
    background-color: #ff324d !important;
    border-color: #ff324d !important;
    height: 40px !important;
    width: 40px !important;
    border-radius: 50% !important;
    padding-top: 9px !important;
}

.pagination .page-item a {
    color: #ff324d !important;
    height: 40px !important;
    width: 40px !important;
    text-align: center !important;
    line-height: 40px !important;
    padding: 0px !important;
    z-index: 1 !important;
    border-radius: 50% !important;
}

.page-item:first-child .page-link {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    text-align: center !important;
}

.page-item:last-child .page-link {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    text-align: center !important;
}

.pagination {
    justify-content: center;
}


/* .category-icon {
    float: left;
} */

.category-sec-area {
    font-weight: 700;
    font-size: 28px;
    line-height: 130%;
    color: #101828;
}

.category-sec-area {
    text-align: center;
    margin: auto;
}

.motivation-speech {
    text-align: center;
    margin: auto;
}


/* .cat-breadcrumb{
    background: linear-gradient(#051323, #14447a) !important;
    color: #fff !important;
} */

*/ ul,
li,
ol {
    margin: 0;
    padding: 0;
}

.course-tab-wrapper {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    box-shadow: 0 0 2px #7a7a7a;
    border: 2px solid #0060ae;
    border-radius: 30px;
    background: #fff;
    font-size: .8em;
    margin: 0 auto;
}

.course-tab-wrapper .current {
    background: #1196d7;
    border-radius: 30px;
    color: #fff;
}

.course-tab-wrapper h3 {
    padding: 0.4em 0.4em;
    cursor: pointer;
    color: #4a4a4a;
    margin: 4px;
    font-size: 17px;
    font-weight: 300;
}

.course-tab-wrapper .current .icon {
    display: inline !important;
}

.course-tab-wrapper h3 .icon {
    display: none;
}

.course-feature {
    margin-top: 10px !important;
}

.image-container-category-title {
    position: relative;
    display: inline-block;
}

.text-overlay-category-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

.text-overlay-category-title h1 {
    font-size: 2.0rem;
    margin-bottom: 1rem;
    color: #fff;
}

.text-overlay-category-title p {
    font-size: 1.0rem;
    line-height: 1.0;
    color: #fff;
}

img.title-category-section-course {
    width: 100%;
    height: auto;
}

@media (min-width: 320px) and (max-width: 480px) {
    img.title-category-section-course {
        width: 100%;
        height: 180px;
    }
    .text-overlay-category-title h1 {
        font-size: 23px;
        margin-bottom: 1rem;
        color: #fff;
    }
    .text-overlay-category-title p {
        font-size: 15px;
        line-height: 1.5;
        color: #fff;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    img.title-category-section-course {
        width: 100%;
        height: 180px;
    }
    .text-overlay-category-title h1 {
        font-size: 23px;
        margin-bottom: 1rem;
        color: #fff;
    }
    .text-overlay-category-title p {
        font-size: 15px;
        line-height: 1.5;
        color: #fff;
    }
}