/**********************  Upcoming Webinars section starts **********************/
.section.upcoming_webinars {
    background: #1E2223;
}

.section.upcoming_webinars .section_top p.til_desc {
    color: #B1B1B1;
    font-size: 20px;
}

.upcoming_web_block {
    display: flex;
    justify-content: space-between;
}

.upcoming_web_block .block_left {
    width: 38%;
}

.glossary_sticky {
    position: sticky;
    top: 90px;
}

.upcoming_web_block .block_right {
    width: 58%;
}

.upcoming_web_block .block_right img {
    width: 100%;
}


.title_clear {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.title_clear h3 {
    color: #D9D9D9;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%;
    text-transform: capitalize;
}

.title_clear a {
    color: #808080;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: capitalize;
}

.month_box {
    position: relative;
}

.month_box .month_names {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}

.month_box .month_names li {
    border-radius: 8px;
    border: 1px solid #242424;
    background: #292B2D;
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    color: #E6E6E6;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    float: left;
    margin: 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.month_box .month_names li.active {
    background: #15757D;
    color: #fff;
    border: 1px solid #15757D;
}

.month_box .month_names li:hover {
    border: 1px solid #0ABFC7;
    color: #fff;
    background: #212A2F;
}

.month_box .month_names.alpha {
    margin-left: -7px;
    margin-right: -7px;
}

.month_box .month_names.alpha li {
    width: 18px;
    height: 18px;
    margin: 7px;
}

.category_box {
    position: relative;
}

.category_box .category_names {
    position: relative;
}

.category_box .category_names li {
    border-radius: 8px;
    border: 1px solid #323232;
    background: #292B2D;
    display: flex;
    padding: 12px 16px;
    align-items: center;
    color: #B3B3B3;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.2s ease-in-out;
    margin: 10px 0px;
    cursor: pointer;
}

.category_box .category_names li.active,
.category_box .category_names li.active:hover {
    background: rgba(0, 235, 247, 0.39);
    font-weight: 500;
    color: #FFF;
    border: 1px solid transparent;
}

.category_box .category_names li:hover {
    border: 1px solid #0BBFC8;
    font-weight: 500;
    background-color: transparent;
    color: #FFF;
}

.glossary_list {
    position: relative;
    width: 100%;
}

.glossary_box {
    position: relative;
    width: 100%;
    margin-top: 40px;
}

.glossary_box:nth-of-type(1) {
    margin-top: 0px;
}

/**********************  Upcoming Webinars section ends **********************/

/****************** glossary_inner section starts ***************/
.glossary_inner {
    background: linear-gradient(130deg, #1E2223 39.02%, #365e8a 158.27%);
}

/****************** glossary_inner section ends ***************/

/****************** faq section starts ********************/
.section.faq {
    background: linear-gradient(130deg, #1E2223 39.02%, #365e8a 158.27%);
}

.section.faq .upcoming_web_block .block_left {
    width: 56%;
}

.section.faq .upcoming_web_block .block_right {
    width: 38%;
}

.section.keyInvestment.faq {
    background: linear-gradient(30deg, #1E2223 39.02%, #365e8a 158.27%);
}

/****************** faq section ends *********************/

.section.inner_blogs,
.section.market_sec {
    background: linear-gradient(140deg, #FFFFFF 60.02%, #CDE8FF 87.27%);
    background: linear-gradient(100deg, #d5ebfd 4.02%, rgba(78, 169, 197, 0.10) 40.27%);
}

.no_data {
    position: relative;
    width: 100%;
    display: none;
}

.no_data .no_center {
    position: relative;
    padding: 50px 0px;
    margin: 50px 30px;
}

.no_data .no_center .icon{
    width: 40px;
    height: 40px;
    margin: auto;
    background-image: url(../assets/no_data.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
}

.no_data .no_center p {
    color: #03C0C3;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}


@media screen and (max-width:1024px) {
    .title_clear h3 {
        font-size: 22px;
    }

    .title_clear a {
        font-size: 15px;
    }

    .month_box .month_names.alpha li {
        width: 16px;
        height: 16px;
    }

    .category_box .category_names li {
        padding: 11px 14px;
        font-size: 13px;
    }
}

@media screen and (max-width:999px) {
    .upcoming_web_block {
        display: block;
    }

    .upcoming_web_block .block_left {
        width: 100%;
    }

    .section.faq .upcoming_web_block .block_left {
        width: 100%;
    }

    .upcoming_web_block .block_right {
        width: 100%;
        margin-top: 30px;
    }

    .le_re_text .le_text h4,
    .le_re_text .re_text h4 {
        font-size: 13px;
    }
}

@media screen and (max-width:768px) {
    .upcoming_web_block {
        display: block;
    }

    .section.faq .upcoming_web_block .block_left {
        width: 100%;
    }

    .section.faq .upcoming_web_block .block_right {
        width: 100%;
        display: none;
    }

    .upcoming_web_block .block_left {
        width: 100%;
    }

    .upcoming_web_block .block_right {
        width: 100%;
        margin-top: 30px;
    }

    .title_clear h3 {
        font-size: 20px;
    }

    .title_clear a {
        font-size: 14px;
    }

    .month_box .month_names li {
        font-size: 13px;
    }

}

@media screen and (max-width:600px) {
    .title_clear h3 {
        font-size: 18px;
    }

    .title_clear a {
        font-size: 13px;
    }

    .category_box .category_names li {
        padding: 10px 14px;
        font-size: 12px;
    }

    .month_box .month_names li {
        font-size: 12px;
        margin: 6px;
    }

    .month_box .month_names.alpha li {
        margin: 6px;
    }

}

@media screen and (max-width:500px) {

    .le_re_text .le_text h4,
    .le_re_text .re_text h4 {
        font-size: 12px;
    }
}