.blog-strip-shadow {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.blogs-topic-list {
    box-shadow: 0 0 10px #0003;
}

.blogs-topic-list>h4 {
    background-color: #e25111;
    box-shadow: 0 4px 20px #6565651a;
    padding: 5px 5px;
    color: #fff;
    margin-bottom: 1rem;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600 !important;
    text-align: center;
}

.blogs-topic-list>ul>li>button {
    box-shadow: 0 0 10px #0003;
    border-radius: 5px;
    padding: 6px;
    display: block;
    max-width: 50em;
    min-width: 10em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-left: 3px solid #000;
    color: #999;
    transition: all .5s;
    text-decoration: none;
    width: 100%;
    text-align: left;
}

.blogs-topic-list>ul {
    list-style-type: none;
    padding-left: 0;
}

.blogs-topic-list>ul>li {
    padding: 5px;
}

.blogs-topic-list>ul>li>a {
    box-shadow: 0 0 10px #0003;
    border-radius: 5px;
    padding: 6px;
    display: block;
    max-width: 50em;
    min-width: 10em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-left: 3px solid #000;
    color: #999;
    transition: all .5s;
}

.blogs-topic-list>ul>li>a:hover {
    color: #fc9928;
    border-left: 3px solid #fc9928;
}
.blogs-topic-list>ul>li>a.active {
    color: #fc9928;
    border-left: 3px solid #fc9928;
}
.blogs-topic-list>ul>li>button:hover {
    color: #fc9928;
    border-left: 3px solid #fc9928;
}
.blogs-topic-list>ul>li>button.active {
    color: #fc9928;
    border-left: 3px solid #fc9928;
}

@media only screen and (min-width=992px) {
    .forsticky {
        position: sticky;
        top: 64px;
        margin-bottom: 20px;
    }
}

/* blog box */
.blog-box {
    border-radius: 8px;
    padding: 1px 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    margin-bottom: 20px;
}

.blog-heading {
    cursor: pointer;
    color: #000000;
    font-weight: 600;
}

.blog-date {
    margin-top: 5px;
}

.blog-date>span {
    box-shadow: 0 1px #11111a0d, 0 0 8px #11111a1a;
    margin-right: 8px;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 5px;
    margin-left: 2px;
    color: #1a1a1a;
    background: linear-gradient(348deg, #fc992866, #fff);
}

/* details */
/* breadcrum start */
.syllabus-bg-common {
    padding: 0px 30px;
    background-color: #fff9f9;
}

.breadcrumb {
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.breadcrumb.white li.active {
    color: #FC9928;
    font-weight: 600;
}

.breadcrumb>li>svg {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
}

.double-line-bottom-theme-colored-2 {
    margin-bottom: 20px;
    margin-top: 8px;
    padding-bottom: 5px;
    position: relative;
}

.double-line-bottom-theme-colored-2:before {
    border-radius: 8px;
    bottom: -1px;
    content: "";
    height: 6px;
    left: 10px;
    position: absolute;
    width: 24px;
    background: #FC9928;
}

.double-line-bottom-theme-colored-2:after {
    border-radius: 8px;
    bottom: 1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 64px;
    background: #FC9928;
}

/* breadcrum end */
h1 {
    font-size: 32px;
    font-weight: 700;
}

h2 {
    font-size: 28px;
    font-weight: 700;
}

h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.topic-details-share-icons {
    display: flex;
    place-items: center;
    gap: 20px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    padding-bottom: 2px;
    justify-content: space-between;
}

.facebook-icon-share {
    color: #3b5998;
    padding: 2px 0;
    margin-left: 8px;
}

.twitter-icon-share {
    color: #000;
    padding: 2px 0;
    margin-left: 5px;
}

.whatsapp-icon-share {
    color: #34d56f;
    padding: 2px 0;
    margin-left: 5px;
}

.telegram-icon-share {
    color: #08c;
    padding: 2px 0;
    margin-left: 5px;
}