.explore-course-banner-section {
    /* background-color: #eff3fc; */
    background-color: white;
    border-radius: 16px;
    padding: 2rem;
}

.desc-part h3 {
    font-weight: 400;
    font-size: 24px !important;
    font-family: Poppins;
    color: #000;
}

.desc-part p {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    line-height: 32px;
}

.desc-part p a {
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.section-img {
    width: 24px;
    height: 20px;
}

.popular-course-section h2 {
    font-size: 24px !important;
    font-family: Poppins;
    font-weight: 500;
    color: #000;
    /* margin-top: 2rem; */
    text-align: left;
    padding-left: 15px;
}

.input-group {
    position: relative;
    width: 100%;
    padding-left: 15px;
}

#popular-course-section{
    padding-left: 15px;
}

#popular-course-section .owl-stage {
    margin-left: 1px;
}

.popular-topics-button-section{
    background: linear-gradient(262deg, rgba(6, 149, 211, 0.12) 6.33%, rgba(13, 148, 136, 0.15) 93.67%, rgba(13, 148, 136, 0.15) 93.67%);
}
.popular-topics-button-section #section-width {
    padding-left: 0px;
}
#section-width{
    padding-left: 5px;
}

.btn-part {
    padding-left: 0;
}

.spacing {
    padding-left: 0;
}

.popular-course-section .col-carousel {
    padding-left: 0;
}

.card-tab-content {
    display: none;
    padding: 0px;
}

.most-popular-course-section {
    padding-bottom: 2rem;
    padding-left: 15px;
    background: linear-gradient(262deg, rgba(6, 149, 211, 0.12) 6.33%, rgba(13, 148, 136, 0.15) 93.67%, rgba(13, 148, 136, 0.15) 93.67%);
}

.filter_category{
    font-size: 24px !important;
    font-family: Poppins;
    font-weight: 500;
    padding-left: 15px;
}

.most-popular-course-section h2 {
    font-size: 24px !important;
    font-family: Poppins;
    font-weight: 500;
    text-align: left;
}

/* .most-popular-course-section .owl-nav {
    display: none;
} */

.workshop-slider-section .container-fluid {
    padding-left: 15px;
}

.topic-btn-options {
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    padding: 8px 6px;
    gap: 10px;
    font-weight: 400;
    font-size: 12px;
    color: #000;
}

.topic-btn-options:hover{
    background: #0d9488;
    border: 1px solid #F5F5F5;
    color: #fff;
}
.topic-btn-options:focus    {
    background: #0d9488;
    border: 1px solid #F5F5F5;
    color: #fff;
}
.scroll-toggle {
    align-items: center;
    background-color: var(--light);
    border: 2px solid var(--dark);
    display: flex;
    justify-content: center;
    width: 100%;
}

.scroll-toggle__button {
    appearance: none;
    border: 2px solid var(--dark);
    flex: 0 0 100px;
    margin: 10px;
    padding: 10px;
    position: relative;
    transition: all 0.1s ease;
}

.scroll-toggle__button:active,
.scroll-toggle__button:hover {
    background-color: var(--highlight);
}

.scroll-toggle__button:focus {
    outline: 2px solid var(--highlight);
}

.topic-slider {
    display: flex;
    flex: 1 1 auto;
}

.topic-slider .slide {
    flex: 0 0 auto;
    padding: .5rem .3rem;
}

.topic-slider .slide:nth-child(1){
    padding-left: 0;
}

.workshop-slider-section .col-carousel{
    padding-left: 30px;
}

.container-fluid>div>section {
    width: 100%;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grabbing;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.topic-slider {
    width: max-content;
    flex-shrink: 0;
    /* margin-bottom: 20px; */
}

/* width */
::-webkit-scrollbar  {
    height: .3rem;
}

/* Track */
::-webkit-scrollbar-track {
    background: #dfdfdf;
    height: .3rem;
    cursor: grab;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #a7a3a3;
    height: .3rem;
    cursor: grab;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #111;
    height: .5rem;
    cursor: grab;
}

/*-------------------popular-courses-section-btn---------------*/
.sub-btn {
    box-shadow: 0px 1px 1px rgb(0 0 0 / 25%);
    border: 1px solid #F5F5F5 !important;
}
.btn-part .sub-btn-grp{
    width: 80%;
    display: flex;
    overflow-y: hidden;
    padding-bottom: 1rem;
}
/*---------------------popular-topics-btn-section---------------*/
.popular-topics-button-section h2{
    font-weight: 500;
    font-size: 24px !important;
    font-family: Poppins;
    color: #000000;
    padding-left: 15px;
}
.popular-topics-button-section .container-fluid>div>section {
    width: 98%;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grabbing;
    padding-bottom: 1rem;
}
/*---------------------accordian-section-------------------------*/
.frequently-asked-question {
    background: linear-gradient(262deg, rgba(6, 149, 211, 0.12) 6.33%, rgba(13, 148, 136, 0.15) 93.67%, rgba(13, 148, 136, 0.15) 93.67%);
    text-align: center;
    padding-top: 1rem;
}

.frequently-asked-question h2 {
    font-weight: 500;
    font-size: 24px !important;
    font-family: Poppins;
    color: #0d9488;
}

.frequently-asked-question p {
    font-weight: 300;
    font-size: 14px;
    color: #000;
    text-transform: lowercase;
}

.frequently-asked-question .accordion {
    padding: 30px 0;
}

.accordion .item {
    border: none;
    margin-bottom: 19px;
    background: none;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.t-p {
    /* color: rgb(193 206 216); */
    padding: 40px 30px 0px 30px;
}

.accordion .item .item-header h2 button.btn.btn-link {
    background: #fff;
    color: #000;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    line-height: 2.5;
    text-decoration: none;
    box-shadow: 0px 10px 25px -6px rgba(0, 0, 0, 0.1);
    border-radius: 9px;
}

.accordion .item .item-header {
    border-bottom: none;
    background: transparent;
    padding: 0px;
    margin: 2px;
}

.accordion .item .item-header h2 button {
    color: white;
    font-size: 20px;
    padding: 8px 15px;
    display: block;
    width: 100%;
    text-align: left;
}

.accordion .item .item-header h2 i {
    float: right;
    font-size: 30px;
    color: #5040A1;
    width: 60px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.accordian .btn-link.collapsed i {
    transform: rotate(0deg);
}

.accordian .btn.btn-link i {
    transform: rotate(180deg);
    transition: 0.5s;
}

.question-input-section {
    text-align: left;
    padding-top: 3rem;
}

.question-input-section h6 {
    font-weight: 400;
    font-size: 18px !important;
    font-family: Poppins;
    color: #0d9488;
}

.question-input-section p {
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.item textarea {
    width: 100%;
}

.item .form-control {
    border: 1px solid #9B9B9B;
    font-weight: 400;
    font-size: 16px;
    font-style: italic;
}

.item .form-group textarea::placeholder {
    color: #AEAEAE;
    opacity: 1;
}

.btn-section {
    text-align: left;
}

.post-btn {
    background: #0d9488;
    border-radius: 7px;
    padding: 12px 26px;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    border: none;
}

/* .popular-course-section .owl-nav .owl-prev {
    top: -12% !important;
}
.popular-course-section .owl-nav .owl-next {
    top: -12% !important;
} */
/*--------------------media-query---------------------*/
@media(max-width:520px) {
    .btn-part {
        padding-left: 15px;
    }

    .spacing {
        padding-left: 15px;
    }

    .card-tab-content {
        display: none;
        padding: 15px;
    }

    .popular-course-section h2 {
        text-align: center;
        font-weight: 500;
        font-size: 16px;
    }

    .popular-course-section {
        padding-top: 2rem;
    }

    .most-popular-course-section h2 {
        text-align: center;
        font-weight: 500;
        font-size: 16px;
    }

    .latest-blog-section-title h2 {
        text-align: center;
        font-weight: 500;
        font-size: 16px;
    }

    .frequently-asked-question h2 {
        font-size: 16px;
    }

    .frequently-asked-question p {
        font-size: 12px;
    }

    /* .accordion {
        margin: 18px 0;
    } */

    .accordion .item {
        width: 100%;
        margin-left: unset !important;
        margin-right: unset !important;
    }

    .accordion .item .item-header h2 button.btn.btn-link {
        background: #fff;
        color: #000;
        font-family: 'Poppins';
        font-size: 12px;
    }
}
.btn-scrollable-section{
    background: linear-gradient(262deg, rgba(6, 149, 211, 0.12) 6.33%, rgba(13, 148, 136, 0.15) 93.67%, rgba(13, 148, 136, 0.15) 93.67%);
}
@media (max-width: 768px) {
    .btn-scrollable-section .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .container-fluid>div>section {
        width: 98%;
    }
    .btn-part .sub-btn-grp{
        display: none;
    }
    /* .popular-course-section .owl-nav .owl-prev {
        left: 90% !important;
    } */
}

  .show-more-btn #loadMore{
    background-color: transparent;
    border: 1px solid #0d9488;
    padding: 8px 24px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #0d9488;
    margin-top: 2rem;
  }

.filter-course-section .col-md-3{
    display: none;
    margin-top: 1rem;
}

.filter-course-section > .container-fluid{
    background: linear-gradient(262deg, rgba(6, 149, 211, 0.12) 6.33%, rgba(13, 148, 136, 0.15) 93.67%, rgba(13, 148, 136, 0.15) 93.67%);

}
.counter-info-section {
    /* background-color: #eff3fc; */
    width: 100%;
    /* margin-top: 1.5rem; */
    background: linear-gradient(262deg, rgba(6, 149, 211, 0.12) 6.33%, rgba(13, 148, 136, 0.15) 93.67%, rgba(13, 148, 136, 0.15) 93.67%);
}

.dropdown-list-options .dropdown-section {
    padding-right: 1rem;
    padding-bottom: 0.5rem;
}
/* .dropdown-list-options .dropdown-section:nth-child(1) {
    padding-right: 0;
} */
.filter-course-section .dropdown-options .input-group .custom-select {
    border-radius: 40px !important;
    box-shadow: none !important;
}

.dropdown-list-options .first .input-group {
    width: 100%;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 25%);
    border-radius: 40px;
    padding: 0;
}

#filters-dropdown:focus-visible{
    outline: none;
}

.dropdown-section .custom-select:focus{
    z-index: 0;
}

.dropdown-list-options .first .input-group2 {
    width: 100%;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 25%);
    border-radius: 40px;
    padding: 0;
}