* {
    font-weight: 400;
    font-family: Roboto;
}
html { height: 100%; overflow:auto; }
body { 
    height: 100%;
 }
html {
    font-size: 16px !important;
}
p{
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 1.5rem
}

#tags {
    margin: 8px 8px 0px 0px;
}
.featuredImage-overlay h1 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 500;
    line-height: 50px;
    font-family: Roboto;
}
.featuredImage-banner {
    width: 100%;
    height: 320px;
    z-index: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
}
.featuredImage-banner img {
    width: inherit;
    z-index: -1;
    border-radius: 8px;
}
.mainContainer .lhs {
    flex: 65%;
    overflow: hidden;
    font-size: 16px;
    font-family: Roboto;
}
.featuredImage-overlay {
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0 20px;
}
.featuredImage-overlay p {
    font-size: 40px;
    color: #ffffff;
    font-weight: 500;
    line-height: 50px;
    font-family: Roboto;
}
.mainContainer .lhs {
    overflow: hidden;
    font-size: 16px;
    font-family: Roboto;
}
.mainContainer .lhs p,
.mainContainer .lhs ul,
.mainContainer .lhs li,
.mainContainer .lhs table,
.mainContainer .lhs b {
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}
.mainContainer .lhs .mce-toc li a {
    font-weight: 400;
}
.mainContainer .lhs li{
    margin-bottom: 0!important;
}
.mainContainer .lhs h1,
.mainContainer .lhs h2,
.mainContainer .lhs h3,
.mainContainer .lhs h4,
.mainContainer .lhs h5,
.mainContainer .lhs h6 {
    font-family: "Roboto";
    margin-bottom: 8px;
}
.lhs h1,
.lhs h2,
.lhs h3,
.lhs h4,
.lhs h5,
.lhs h6,
.lhs img:not(.whatsappBannerCta-modal, .bac-form-image) {
    font-family: Roboto;
    padding-top: 4px !important;
    padding-bottom: 8px !important;
    font-weight: 500;
    line-height: 1.2;
}
.lhs strong {
    font-weight: 500;
}
.lhs h6 {
    font-size: 1rem;
}
.lhs h5 {
    font-size: 1.125rem;
}
.lhs h4 {
    font-size: 1.25rem;
}
.lhs h3 {
    font-size: 1.5rem;
    padding-top: 16px !important;
}
.lhs h2 {
    font-size: 1.75rem;
    padding-top: 24px !important;
}
.lhs h1 {
    font-size: 2.5rem;
}
.lhs p {
    font-weight: 400;
}
.lhs #content .blogs-table-container {
    max-width: 100%;
    overflow: auto;
}

.lhs table:not(.cl--date--table) {
    overflow: auto;
    border: 0.4px solid #C6C6C6;
    border-collapse: collapse;
    border-bottom: none;
    border-left: none;
    border-right: none;
    padding-bottom: 1px;
}
.lhs table:not(.cl--date--table) tr {
    border-left: 0.4px solid #C6C6C6;
    border-right: 0.4px solid #C6C6C6;
}
.lhs table:not(.cl--date--table) tr:last-child {
    border-bottom: 0.4px solid #C6C6C6;
    border-radius: 30px;
}
.lhs table td {
    padding: 4px;
    font-family: Roboto;
}
.lhs table:not(.cl--date--table) tr:first-child th, 
.lhs table:not(.cl--date--table) tr td {
    border: 0.4px solid #C6C6C6;
    padding: 8px;
    border-top: none;
}

.mainContainer .rhs {
    flex: 35%;
    display: block;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
    flex-direction: column;
    height: calc(100vh - 150px);
    position: sticky;
    top: 150px;
    overflow-y: auto;
}

.mainContainer .ppc-page-rhs{
    top: 85px;
}
table::-webkit-scrollbar-track {
    background: transparent;
}
table::-moz-scrollbar-track {
    background: transparent;
}

table::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 100px;
    background-clip: padding-box;
}
table::-moz-scrollbar-thumb {
    background-color: transparent;
    border-radius: 100px;
    background-clip: padding-box;
}
#rhs:hover::-webkit-scrollbar-thumb,
table:hover::-webkit-scrollbar-thumb {
    background-color: #e3e3e3;
}
#rhs:hover::-moz-scrollbar-thumb,
table:hover::-moz-scrollbar-thumb {
    background-color: #e3e3e3;
}
.mce-content-body a[href] {
    text-decoration: underline;
    color: #0000ee;
}

.mce-toc h2, .mce-toc p,
.mce-toc li a,
.mce-toc li {
    font-family: Roboto;
}
.mce-toc li::marker {
    font-size: 0;
}
.relatedBlogs {
    display: flex;
    width: 100%;
    height: auto;
    background-color: #f9f9f9;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 44px;
}
.relatedBlogs-title {
    font-size: 28px;
    font-family: Roboto;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 500;
}
.relatedBlogs-content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 30px;
}
.relatedBlogs-card {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    border-radius: 4px;
    background-color: #ffffff;
    height: 450px;
    width: 360px;
    margin: 0 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.relatedBlogs-cardContent {
    flex: 1 1 0%;
    display: flex;
    padding: 16px;
    flex-direction: column;
}
.blog_book_call_header {
    font-family: Roboto !important;
    margin: 0 !important;
    color: #cc382d;
    font-size: 16px;
    text-align: center;
    font-weight: 600 !important;
    margin-bottom: 4px !important;
}
.trendingBlogs h3 {
    margin: 5px 0;
}
.relatedBlogs-tag {
    cursor: default !important;
    color: rgb(12, 113, 195);
    margin: 8px 8px 0px 0px;
    display: inline-block;
    overflow: hidden;
    font-size: 0.813rem;
    max-width: calc(100% - 32px);
    background: rgba(12, 113, 195, 0.08);
    padding: 2.4px 8px;
    white-space: nowrap;
    border-radius: 0.188rem;
    text-overflow: ellipsis;
    letter-spacing: 0.013rem;
    border: 0;
    font-family: Roboto;
    font-weight: 400;
}
.trendingBlogs {
    border-radius: 0.5rem;
    width: 100%;
    padding: 20px 16px;
    border: 1px solid rgba(0, 0, 0, 0.24);
    margin-bottom: 20px;
}
.trendingBlogs hr:last-child {
    display: none;
}
.relatedBLogs-contentHeader {
    color: rgba(0, 0, 0, 0.87);
    display: -webkit-box;
    overflow: hidden;
    font-size: 1.125rem;
    margin-top: 0.8rem;
    font-family: Roboto;
    font-weight: 500;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
}
.relatedBlogs-readTime {
    margin: 0.2rem 0;
    display: flex;
    align-items: center;
}
.relatedBlogs-readTime img {
    width: 1.2rem;
    height: 1.2rem;
}
.relatedBlogs-readTime span {
    color: rgba(0, 0, 0, 0.55);
    font-size: 0.813rem;
    font-family: Roboto;
    font-weight: 400;
    margin-left: 8px;
}
.relatedBlogs-text {
    color: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    overflow: hidden;
    font-size: 0.875rem;
    margin-top: 12px;
    line-height: 1.6;
    font-family: Roboto;
    font-weight: 400;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    -moz-box-orient: vertical;
    -moz-line-clamp: 4;
}
.relatedBlogs-card a:first-child {
    height: 175px;
    overflow: hidden;
    width: inherit;
    background-size: cover;
}
.blog-sub-title {
    margin-bottom: 0 !important;
}

.regularBlogBannerOuterContainer .inner {
    display: flex;
    z-index: 1;
    position: relative;
    justify-content: space-between;
}

.regularBlogBannerOuterContainer-pe .inner-pe {
    display: flex;
    z-index: 1;
    position: relative;
}

.imageBannerCommonCss {
    padding-right: 32px;
}

.regularBlogbookCallBannerImg {
    position: absolute;
    top: 0;
    right: 0;
    background: #BABF8E;
    clip-path: polygon(35% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 1;
    height: 100%;
    display: flex;
    justify-content: end;
}

.regularBlogPeBannerImg {
    position: absolute;
    top: 24px;
    right: 0;
    z-index: 1;
    height: 80%;
    width: 40%;
}

.regularBlogExploreImg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
}
    
.regularBlogPeImage {
    text-align: center;
    border-top-left-radius: 130px;
    border-bottom-left-radius: 130px; 
    object-fit: cover;
    max-width: 100%;
    height: 100%;
    width: 100%; 
    padding: 0 !important;
}

.regularBlogExploreImage {
    object-fit: cover;
    max-width: 100%;
    height: 100%;
    width: 100%; 
    border-radius: 0 6px 6px 0;
}

.regularBlogSchoolReviewImage {
    object-fit: cover;
    max-width: 100%;
    height: 100%;
    width: 98%; 
    border-radius: 0px 6px 6px 0px;
    padding: 0 !important;
    clip-path: polygon(35% 0, 100% 0, 100% 100%, 0% 100%);
}

.schoolReviewEvaluateMeImage {
    clip-path: polygon(75% 0%, 100% 53%, 75% 100%, -2% 100%, -2% 47%, -2% 0%); 
    height: 100%;
    padding: 0 !important;
    object-fit: cover;
    border-radius: 8px 8px 8px 8px;
    width: 100%;
    max-width: 40%;
}

.textboxBannerCommonCss {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 24px 30px 30px;
}

.regularBlogBannerOuterContainer .inner .para {
    color: #000;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    font-weight: 600;
}

.regularBlogDesktopParaSecond {
    margin-bottom: 15px !important;
    font-size: 20px !important;
    font-family: Roboto;
    color: #000;
    font-weight: unset;
}

.regularCtaBannerCommonCss {
    border: none;
    display: block;
    padding: 16px 32px;
    text-transform: unset;
    box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background-color: #ffffff;
    font-family: Roboto;
    letter-spacing: 0.01px;
    line-height: 23px;
    text-align: left;
    color: #2d8ac9;
}

.regularBLogBACButtonText {
    width: max-content;
    color: #fff;
    font-size: 20px;
    background: linear-gradient(91deg, #1989F2 0%, #0E54B5 100%);
    box-shadow: 4px 4px 16px 0px rgba(255, 255, 255, 0.32) inset,
        -6px -6px 16px 0px rgba(0, 0, 0, 0.32) inset,
        4px 4px 8px 0px rgba(0, 0, 0, 0.32);
    border: 1px solid #002D61;
    border-radius: 36px;
}

.regularBLogPeText {
    width: max-content;
    color: #fff;
    font-size: 20px;
    background: linear-gradient(91deg, #DA1F1F 0%, #B90D2A 100%);
    box-shadow: 4px 4px 16px 0px rgba(255, 255, 255, 0.32) inset,
        -6px -6px 16px 0px rgba(0, 0, 0, 0.32) inset,
        4px 4px 8px 0px rgba(0, 0, 0, 0.32);
    border: 1px solid #AF112B;
    border-radius: 36px;
}

.regularBLogExploreText {
    width: max-content;
    color: #fff;
    font-size: 20px;
    background: transparent linear-gradient(180deg, #593C89 0%, #370E7A 100%) 0% 0% no-repeat padding-box;
    box-shadow: 4px 4px 16px 0px rgba(255, 255, 255, 0.32) inset,
    -6px -6px 16px 0px rgba(0, 0, 0, 0.32) inset,
    4px 4px 8px 0px rgba(0, 0, 0, 0.32);
    border: 1px solid #291549;
    border-radius:36px;
}

.regularBLogBACButtonText:hover {
    background: #0d2549;
    color: #fff;
}

.regularBLogPeText:hover{
    background: #8b2814;
    color: #fff;
}

.regularBLogExploreText:hover{
    color: #FFFFFF;
    background: #330e6f;

}


@media screen and (min-width: 600px) and (max-width: 769px) {
    .bannerIMG {
        max-width: 340px;
    }
}
@media screen and (max-width: 769px) {
    .secondSpan{
        display: block;
        margin-top: 4px;
    }
    body {
        overflow-y: auto;
        overflow-x: hidden;
    }
    .breadcrumbs li:nth-last-child(2)::after {
        display: none!important;
    }
    .mce-toc li a {
        text-decoration: underline;
        display: inline !important;
    }
    .mce-toc li {
        margin-bottom: 4px !important;
    }
    .mce-toc h2, .mce-toc p,
    .mce-toc li a,
    .mce-toc li {
        font-family: Roboto;
    }

    .blog-title,
    .blog-sub-title {
        margin: 0 16px;
    }
    .blog_ex {
        margin-bottom: 16px !important;
    }
    .relatedBlogs-title {
        font-size: 1.125rem;
        margin-bottom: 24px;
        font-weight: 500;
        line-height: 1.2;
    }
    .relatedBlogs-card {
        width: 300px;
    }
    .owl-carousel {
        margin-top: 0;
    }
    .mainContainer-wrapper {
        padding-top: 0px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .featuredImage-overlay h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .lhs h1 {
        font-size: 32px !important;
    }
    .blog-sub-title {
        font-size: 18px !important;
    }
    .featuredImage-banner {
        height: 180px;
    }
    .featuredImage-banner img {
        transform: scale(1.2);
        object-fit: contain !important;
    }
    .mainContainer {
        display: flex;
        padding: 20px 0px 0;
        margin: auto 0rem 1.6rem;
        flex-direction: column;
        max-width: 100%;
        width: 100%;
    }
    .meta-data,
    #content {
        padding-left: 16px;
        padding-right: 16px;
    }
    .blog_book_call,
    .blog_pe,
    .blog_ex {
        width: 100% !important;
        margin: 16px 0 !important;
    }
    .rhs {
        display: none !important;
    }
    .lhs {
        padding: 0 !important;
    }
    .blog_book_call li {
        margin-bottom: 8px !important;
    }
    .breadcrumbs {
        padding: 0 16px !important;
    }
    .breadcrumbs li {
        margin: 0 !important;
    }
    .mainContainer .lhs p,
    .mainContainer .lhs ul,
    .mainContainer .lhs li,
    .mainContainer .lhs table,
    .mainContainer .lhs b {
        font-size: 17px!important;
    }
    .lhs .breadcrumbs li{
        font-size: 14px!important;
    }
    .statCount,.statCountP, .searchDiv{
        flex-direction: column!important;
    }
    #search{
        width: 100%!important;
        margin-bottom: 8px;
    }
    .searchDiv button, .searchDiv a{
        margin: 8px 0;
    }
    .statCount p{
        border-right: none!important;
    }
    #sort{
        width: 100%!important;
    }
    .select2-container {
        min-width: unset !important;
        width: 100% !important;
    }
    .blog-filters {
        flex-direction: column;
    }
    
    .blog-filters-cont {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .clear-all-btn {
        margin-bottom: 8px;
    }
    .mce-toc li::marker {
        font-size: 18px;
    }
    .mce-toc ul li ul li {
        list-style-position: inside !important;
        list-style: circle;
        padding-left: 0;
        padding-top: 3px;
    }
    .mce-toc ul li {
        list-style-position: inside;
        list-style-type: disc;
        padding-left: 0;
    }
    .seeAllContent, .viewLessContent
    {
        width: 100%;
        color: #0C71C3;
        padding: 4px 21px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        cursor: pointer;
        border: 1px solid #DEDEDE;
        background-color: white;
        margin: 0;
        border-top: 0;
        border-radius: 4px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .seeAllContentMain, .viewLessContentMain{
        margin-bottom: 38px;
    }
    .mce-toc ul{
        border-radius: 0 0 0 0 !important;
        margin-bottom: 0;
        padding-bottom: 0 !important;
    }
    .mce-toc ul li ul li a{
        display: inline;
    }
    .mce-toc ul li a{
        margin-left: -4px;
       
    }
    .rhs-mobile-view{
        max-width: -webkit-fill-available;
        margin: 10px;
        height: unset;
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .bac-page-divider-content{
        padding: 48px 0px !important;
    }
    .common-width-container{
        padding: 0px 16px;
    }
    .bac-page-divider-content-text{
        padding: 24px !important;
    }
}
.mb-flex{
    display: flex;
    width: 100%;
}
.blog_book_call,
.blog_pe,
.blog_ex {
    line-height: 20px;
}
.blog_book_call,
.blog_pe {
    min-height: 200px;
    width: 100%;
    border-radius: 8px;
    border: 1.5px solid rgba(0, 0, 0, 0.24);
    border-top-color: #cc382d;
    border-top-width: 3px;
    font-family: Roboto !important;
    margin: 16px auto;
    display: block;
    max-width: 500px;
}
.blog_book_call {
    margin-top: 0;
    border: 1.5px solid #cc382d !important;
    border-top-color: #cc382d !important;
    border-top-width: 3px !important;
}
.blog_book_call_body {
    font-family: Roboto !important;
    padding: 15px;
    line-height: 20px;
}
.blog_book_call_subheader {
    font-family: Roboto !important;
    font-weight: 400;
    text-align: center;
    margin-bottom: 12px;
}
.rhsPe1 {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
}
.rhsPe2 {
    font-size: 15px !important;
    margin-bottom: 16px !important;
    line-height: 20px !important;
}
.blog_book_call_list {
    font-family: Roboto !important;
    list-style: none;
    margin-top: 12px;
    padding-left: 10px;
}
.blog_book_call_button {
    font-family: Roboto !important;
    width: 100%;
    background-color: #cc382d;
    border: none;
    padding: 10px;
    border-radius: 4px;
    color: white;
}
.blog_book_call_li_img {
    margin-right: 5px;
    max-width: 15px;
}
.blog_ex {
    border: #0c71c3 1.5px solid;
    border-radius: 8px;
    padding: 16px 24px;
    line-height: 20px;
}
.blog_ex_button {
    font-family: Roboto !important;
    width: 100%;
    background-color: #0c71c3;
    padding: 10px;
    border-radius: 4px;
    color: white;
    border: none;
    margin-top: 8px;
}
.blog_ex_subheader {
    color: #0c71c3;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-align: center !important;
    margin-bottom: 8px !important;
}
.blog_book_call_list li {
    margin-bottom: 8px;
    font-family: Roboto !important;
    font-weight: 400;
}
.blog_pe {
    border: 1.5px solid rgba(204, 56, 45);
    border-top-color: #cc382d;
    padding: 16px;
    margin-bottom: 0;
}
.blog_pe_button {
    font-family: Roboto !important;
    width: 100%;
    border: 1.5px solid rgba(204, 56, 45, 0.52);
    border-top-color: #cc382d;
    box-shadow: 4px 4px 16px 0px rgba(255, 255, 255, 0.32) inset,
    -6px -6px 16px 0px rgba(0, 0, 0, 0.32) inset,
    4px 4px 8px 0px rgba(0, 0, 0, 0.32);
    background-color: white;
    padding: 10px;
    border-radius: 4px;
    color: #cc382d;
}
.pie-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #ffefe6;
    background-color: #ffefe6;
    margin: 10px auto;
}
.pie-circle::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: var(--grade);
    font-family: "Merriweather";
    font-weight: 900;
    font-size: 24px;
    color: #ea7432;
    z-index: 2;
}
.pie-circle:after {
    position: relative;
    content: "";
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border-radius: 50%;
    background-color: white;
    z-index: 1;
}
.pie-circle-inner {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: var(--overflow);
    border-radius: 0 400px 400px 0;
    transform-origin: left center;
    left: 50%;
    background-color: #ffefe6;
}
.pie-circle-inner::before,
.pie-circle-inner::after {
    content: "";
    width: 100%;
    height: 100%;
    left: -100%;
    border-radius: 400px 0 0 400px;
    background-color: #ea7432;
    transform-origin: right center;
    transform: var(--transformbefore);
    position: absolute;
}
.meta-data {
    color: rgba(0, 0, 0, 0.55);
    font-family: Roboto !important;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 16px;
    text-align: left;
    margin-bottom: 16px;
}
.meta-data img {
    margin-right: 9px;
}
#published_at {
    margin-right: 15px;
}
.uv--schl-dummy-list {
    width: 100%;
    height: 450px;
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    animation: 1.5s shine linear infinite;
    margin-bottom: 15px;
}
.blogCont {
    margin: auto;
    display: grid;
    padding: 24px 24px 16px;
    grid-gap: 16px;
    max-width: 69rem;
    grid-template-columns: repeat(3, 1fr);
}
.blogCont .relatedBlogs-card {
    width: 100%;
}
.blogsTableContainer {
    overflow: auto;
}
.blogsTable {
    font-family: Roboto !important;
    text-align: center;
}
.blogsTable td,
.blogsTable a,
.blogsTable th {
    font-family: Roboto !important;
    text-align: center;
}
.titleCell {
    text-align: left !important;
}

.statusCell {
    text-transform: capitalize;
}

.allBLogs-main {
    /* padding: 0 30px; */
    position: relative;
}

.paginationLinks {
    display: flex;
    justify-content: center;
}
.pagination li {
    margin: 0 15px;
}
.pagination .active,
.pagination .disabled,
.pagination a {
    font-family: Roboto !important;
}
.blogSearchBar {
    margin: 30px 0;
    width: 70%;
    font-family: Roboto !important;
}
.searchDiv {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: Roboto !important;
}
.searchBtn {
    margin: auto 5px;
    color: white;
    font-family: Roboto !important;
}
.searchBtn img {
    height: 20px;
}
.clearField {
    cursor: pointer;
    height: 15px;
    align-self: center;
    margin-left: -25px;
    margin-right: 10px;
}
#faq .card-body p:last-child {
    margin: 0;
}
.faqAccordion {
    margin: 20px 24px;
    font-family: Roboto;
}
.faqheader {
    font-family: Roboto;
    padding: 16px 24px;
    font-size: 18px;
    border-bottom: 0.063rem solid rgba(0, 0, 0, 0.12);
}
#faq {
    font-family: Roboto;
    border: 1px solid rgba(0, 0, 0, 0.09);
    box-shadow: none;
    border-radius: 8px;
}
.card-header button p {
    color: black;
}
.card-header {
    background-color: rgba(0, 0, 0, 0.04);
}
#heading0 {
    background-color: rgb(12, 113, 195);
}
#heading0 button p {
    color: white;
}
.card-header button p {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.owl-carousel {
    position: relative;
}
.owl-prev,
.owl-next {
    position: absolute;
    top: 45%;
}
.owl-next {
    right: -45px;
}
.owl-prev {
    left: -45px;
}
.owl-carousel .relatedBlogs-readTime img {
    width: auto !important;
}
.owl-carousel .item .relatedBlogs-card {
    margin: auto;
}
.owl-carousel {
    margin-top: 0;
}

.reviews-image {
    min-height: 330px !important;
}

/* .owl-nav span {
    width: 3rem;
    height: 3rem;
    background: #fff;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
        0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    flex: 0 0 auto;
    color: rgba(0, 0, 0, 0.54);
    padding: 12px 16px;
    overflow: visible;
    font-size: 1.5rem;
    text-align: center;
    transition: transform 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 50%;
} */
.faqAccordion svg {
    height: 15px;
    width: auto;
}
.searchContainer {
    top: 0px;
    margin: 0px auto 0px;
    padding: 0px 0px 8px;
    z-index: 1;
    max-width: 66rem;
}
.flexContainer {
    width: 100%;
    height: 58px;
    display: flex;
    background: white;
    box-shadow: rgb(0 0 0 / 14%) 0px 1px 1px, rgb(0 0 0 / 12%) 0px 2px 1px,
        rgb(0 0 0 / 10%) 0px 1px 3px;
    align-items: center;
    border-radius: 8px;
}

.searchIconContainer {
    display: flex;
    padding: 0 16px 0 27px;
    background: white;
    align-items: center;
    flex-shrink: 0;
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
}
.searchBar {
    width: calc(100% - 115px);
    border: none;
    padding: 0.6rem 0px;
    font-size: 18px;
    border-top-left-radius: 0px;
    border-top-right-radius: inherit;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: inherit;
    font-family: Roboto !important;
}
.searchBar:focus-visible {
    border: none !important;
    outline: none !important;
}
.resetButton {
    width: auto;
    justify-content: center;
    display: none;
    cursor: pointer;
}

.rhs_blog_book_call_header {
    color: #fff;
    clip-path: polygon(0 0, 100% 0%, 100% 80%, 50% 100%, 0 80%);
    background: #51557A;
    padding: 15px 20px 22px 20px;
    border-radius: 6px;
}

.rhs_blog_book_call {
    border: 2px solid #989cc4 !important;
    border-top-color: unset;
    border-top-width: unset;
}

.rhs_blog_book_call_subheader {
    text-align: left;
    font-size: 15px;
    margin-top: 20px;
    font-weight: 500;
}

.rhs_blog_book_call_li_img {
    margin-right: 8px;
}

.rhs_blog_book_call_button {
    font-size: 15px;
    border-radius: 20px;
    margin-bottom: 5px;
    box-shadow: 4px 4px 16px 0px rgba(255, 255, 255, 0.32) inset,
    -6px -6px 16px 0px rgba(0, 0, 0, 0.32) inset,
    4px 4px 8px 0px rgba(0, 0, 0, 0.32);
    background: transparent linear-gradient(180deg, #f04003 0%, #dc5b06 100%) 0% 0% no-repeat padding-box
}

.rhs_blog_book_call_button:hover {
    background: transparent linear-gradient(180deg, #db4511 0%, #ab6130 100%) 0% 0% no-repeat padding-box
}

.rhs_blog_book_call_list {
    padding-left: 0;
}

.rhs_blog_book_call_list li{
    font-size: 13px;
}

.rhs_explore_banner {
    border: #0B71C35C 2px solid;
    background: transparent linear-gradient(180deg, #E2F3FF29 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.rhs_explore_ex_subheader {
    font-weight: 600 !important;
    font-size: 18px !important;
}

.rhs_explore_schools_subheader {
    font-size: 15px !important;
}

.rhs_explore_banner_btn {
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
    box-shadow: 4px 4px 16px 0px rgba(255, 255, 255, 0.32) inset,
    -6px -6px 16px 0px rgba(0, 0, 0, 0.32) inset,
    4px 4px 8px 0px rgba(0, 0, 0, 0.32);
    background: transparent linear-gradient(180deg, #FC8059 0%, #E60808 100%) 0% 0% no-repeat padding-box;
}

.rhs_explore_banner_btn:hover {
    background: transparent linear-gradient(180deg, #de643e 0%, #d21212 100%) 0% 0% no-repeat padding-box;
}

.rhs_evaluate_me_btn {
    border-radius: 20px;
}

.span_rhs_subheader {
    font-weight: 600 !important;
}
.is-bac-page{
    border: 2px solid #989cc4;
    border-radius: 9px;
}

.bac-page-divider-container{
    background: linear-gradient(180deg, #FFF7E8 0%, #FFF5D8 100%);
}

.bac-page-divider-content{
    background-image: url("../../images/blog-images/bac-ad-vector.svg");
    background-size: cover;
    padding: 64px 0px;
}

.common-width-container{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.bac-page-divider-content-text{
   border-radius: 12px;
   border: 2px solid #FFB000;
   padding:32px 40px;
   background: white;
}

.bac-divider-text{
    color: #1E1E1E;
    text-align: center;
    font-family: Merriweather;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 0px;

}

@media (min-width: 600px) {
    .filtersContainer {
        padding: 0px 24px;
    }
}
@media (min-width: 1280px) {
    .filtersContainer {
        min-width: 69rem;
    }
}
.filtersContainer {
    margin: auto;
    max-width: 69rem;
}

@media screen and (max-width: 600px) {
    .blogCont {
        grid-template-columns: repeat(1, 1fr);
        padding: 24px 0px 16px;
    }
    .searchContainer {
        margin: 0 8px;
    }
    .filtersContainer {
        margin: 0 8px;
    }
    .dropdown-menu {
        width: 100% !important;
    }
}

.filtersInnerContainer {
    margin: 14px 0px;
    padding: 18px 24px;
    border-radius: 8px;
}
.filtersFlex {
    display: flex;
    align-items: center;
}
.filtersLabel {
    color: rgba(0, 0, 0, 0.87);
    font-size: 18px;
    font-style: normal;
    font-family: Roboto;
    font-weight: 400;
    line-height: 24px;
    margin-right: 0.5rem;
    letter-spacing: 0.14px;
    margin-bottom: 0;
}
.filtersDropDownContainer {
    flex: 1;
    display: flex;
    margin-left: 1rem;
    justify-content: flex-end;
}
.dropDownContainer1 {
    flex: 1 1 0%;
    color: rgb(21, 35, 75);
    width: 100%;
    font-size: 1rem;
    font-family: Roboto;
    font-weight: 500;
    margin-right: 0.5rem;
    padding-right: 0.5rem;
}
.dropDownContainer2 {
    flex: 1 1 0%;
    color: rgb(21, 35, 75);
    width: 100%;
    font-size: 1rem;
    font-family: Roboto;
    font-weight: 500;
    border-right: none;
    padding-right: 0.5rem;
}
.dropDownInnerFlex1 {
    cursor: pointer;
    display: flex;
    position: relative;
    align-items: center;
}
.dropdownLabelFlex {
    display: flex;
    align-items: center;
    padding-right: 8px;
}
.svgFlex {
    display: flex;
    align-items: center;
    margin-left: 1rem;
    font-family: Roboto;
}
.filterSvg {
    font-size: 1.25rem;
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}
.filtersBorder {
    box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
        0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
    margin: 14px 0px;
    padding: 14px 24px;
    border-radius: 8px;
    background-color: white;
}
.dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px);
    transition: 0.5s ease all;
    width: 103.5%;
}
.dropdown-menu.show {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: 0.5s ease all;
    z-index: 10 !important;
}
.appliedFiltersContainer {
    display: none;
    margin-top: 16px;
}
.appliedFiltersText {
    color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    font-size: 14px;
    font-family: Roboto;
    margin-right: 0.4rem;
}
.filterTablet {
    color: rgba(0, 0, 0, 0.87);
    border: 1px solid rgba(0, 0, 0, 0.23);
    cursor: pointer;
    display: inline-flex;
    padding: 0px 0.3rem 0px 0.6rem;
    position: relative;
    font-size: 0.813rem;
    min-height: 1.625rem;
    align-items: center;
    flex-shrink: 0;
    font-family: Roboto;
    margin-left: 0px;
    margin-right: 12px;
    border-radius: 1rem;
    margin-bottom: 0.5rem;
    justify-content: center;
    background-color: rgb(251, 251, 251);
}
.clearAllFilters {
    font-family: Roboto;
    font-style: normal;
    cursor: pointer;
    text-align: left;
    display: inline-block;
    color: rgba(0, 0, 0, 0.7);
    font-size: 0.813rem;
    font-weight: 500;
    flex-shrink: 0;
}

.ftCloseSvg {
    width: 0.75rem;
    height: 0.75rem;
    display: flex;
    align-items: center;
    margin-left: 10px;
    border-radius: 50%;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2);
}

.appliedFiltersDiv {
    display: inline;
}

.allBlogsBG {
    width: 100%;
    height: 120px;
    overflow: hidden;
    margin-bottom: -30px;
    background-image: url("../../images/blog-images/allBlogsBG.jpg");
    display: flex;
    justify-content: center;
    align-items: center;
}

.blogsHeading {
    color: rgb(255, 255, 255);
    font-size: 1.5rem;
    font-family: Roboto;
    font-weight: 500;
    margin-bottom: 25px;
}

.suggestionButton {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    width: 100%;
    height: 50px;
    border-left: 4px solid #fff;
}
.suggestionButton a {
    color: black;
    font-family: Roboto;
    width: 100%;
    line-height: 1.25rem;
    height: auto;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    font-size: 14px
}
.suggestionButton:hover {
    cursor: pointer;
    border-left: 4px solid #0c71c3;
    padding-left: 16px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.06);
}
.suggestionButton:hover:hover .searchGlassContainer {
    background-color: white;
}
.searchGlassContainer {
    width: 32px;
    height: 32px;
    display: flex;
    box-shadow: 0 1px 1px rgb(0 0 0 / 16%);
    align-items: center;
    flex-shrink: 0;
    margin-right: 1rem;
    border-radius: 50%;
    justify-content: center;
    background-color: #efefef;
}
.searchGlassContainerImage{
    width: 32px;
    border-radius: 50%;
    height: 32px;
}
#dropDownOptionsHidden {
    max-height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: transparent !important;
}
.filterLink {
    cursor: pointer;
    font-family: Roboto !important;
}
.typeCell {
    text-transform: capitalize;
}

@media screen and (min-width: 768px) {
    .mce-toc ul li.active {
        background-color: rgba(12, 113, 195, 0.06);
        border-left: 4px solid #0c71c3;
    }
    .mce-toc ul li.active,
    .mce-toc ul li.active-h3,
    .mce-toc ul li ul li.active-h3 {
        background-color: rgba(12, 113, 195, 0.06);
        border-left: 4px solid #0c71c3;
    }
    .mce-toc {
        display: block;
        justify-content: center;
        align-items: center;
        align-self: flex-start;
        flex-direction: column;
        height: calc(100vh - 150px);
        position: sticky;
        top: 150px;
        overflow-y: auto;
    }
    .ppc-page-toc{
        top: 85px;
    }
}
.mce-toc ul {
    border: 1px solid rgb(0 0 0 / 12%);
    background-color: #ffffff;
    padding: 4px 0% !important;
    border-radius: 0 0 8px 8px;
}
.mce-toc ul li {
    padding: 8px 16px;
    line-height: 20px;
    font-size: 16px;
}
.mce-toc h2, .mce-toc p {
    border-radius: 8px 8px 0 0;
    border: 1px solid rgb(0 0 0 / 12%);
    margin: 0 !important;
    border-bottom: none;
    color: #404040;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.14px;
    line-height: 1.5;
    text-align: left;
    padding: 10px 16px !important;
}
.mce-toc li a {
    text-decoration: none;
    color: #000;
    opacity: 87%;
    width: 100%;
    display: block;
}
.breadcrumbs {
    gap: 3px 0;
    margin: 0px 0px 20px 0px;
    display: flex;
    padding: 0;
    list-style: none;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.breadcrumbs li {
    position: relative;
    white-space: nowrap;
    padding-right: 28px;
    max-width: 250px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px!important;
}
.breadcrumbs li::after {
    top: 0;
    right: 8px;
    content: ">>";
    display: inline-block;
    position: absolute;
}
.breadcrumbs li:last-child::after {
    display: none;
}
.breadcrumbs li a {
    color: #0645ad;
}

.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}
.animatedSvg{
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    animation: mymove 1.5s;
}
@keyframes mymove {
    0% {scale: 0;}
    75% {scale: 1.1;}
    100% {scale:1}
  }
.lightText{
    font-weight: 400!important;
    font-size: 16px!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
    margin-bottom: 0!important;
}
.numberText{
    font-size: 1.5rem!important;
    margin:0;
    padding-top: 4px !important;
    padding-bottom: 8px !important;
    margin-bottom: 8px;
}
.hasTooltip{
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
}
@media screen and (min-width:768px) {
    .bannerIMG{
        width: 100%; 
        height: 100%; 
        object-fit: cover;
        object-position: 0% -15px; 
        padding: 0!important;
    }
    .bannerIMG.exploreBanner{
        object-position: 0% -19px!important;
    }
}
.hasTooltip .fa{
    margin-top: -9%!important;
}
.statCount{
    display: flex;
    padding: 0 2%;
    justify-content: space-between;
    align-items: center;
}
.statCountP{
    display: flex;
}
.statCount p{
    margin: 16px;
    margin-top: 0;
    font-weight: 500; 
    border-right: 1px solid black;
    margin-right: 0;
    padding-right: 16px;
    margin-left: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2px;
}
.totalStatsCount p {
    margin-left: 0;
    font-size: 14px;
}
.statCount p:last-child{
    border-right: none;
}
.statCount select{
    margin: 16px;
    margin-top: 0;
}

.blog-filters {
    display: flex;
    justify-content: space-between;
    padding: 0 2%;
}

.blog-filters-cont {
    display: flex;
    gap: 16px;
    align-items: center;
}

.blog-filters .blog-filters-cont p {
    margin-bottom: 10px;
}

input[name="blogs-checkbox"] {
    width: 24px;
    height: 24px;
    margin-top: 0;
    margin-left: -28px;
}

.blogs-keyword {
    font-size: 14px;
    color: #555;
}

.tableHeader {
    line-height: 1.2;
}

.notesCell {
    min-width: 200px;
    border: 1px solid lightgray;
    text-align: left !important;
    max-width: 200px;
}

.editBlogNotes, .editBlogSearchVolumes, .editBlogKd, .editBlogSalesIntent, .editBlogRanks {
    min-height: 200px;
    word-break: break-word;
    max-height: 200px;
    overflow: auto;
}

.editBlogNotes div, .editBlogSearchVolumes div, .editBlogKd div, .editBlogSalesIntent div, .editBlogRanks div {
    text-align: right;
}

.updatedBy {
    position: relative;
    bottom: -11px;
    text-align: right;
    display: block;
    font-size: 13px;
    color: dimgrey;
}

.SeoInfoCell {
    min-width: 120px;
    border: 1px solid lightgray;
    text-align: left !important;
    max-width: 120px;
}

.editBtn {
    margin-top: 5px;
    text-align: center;
}

.editBtn button {
    border:none;
    background-color:#398bcd;
    color:white;
    border-radius:8px;
}

/* Select 2 CSS */
.select2-container {
    min-width: 200px;
}

.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}

.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 12px;
    vertical-align: middle;
}

.select2-results__option[aria-selected=true]:before {
    font-family: fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #007bff;
    border: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
    padding-right: 19px;
}

.select2-container .select2-search__field::placeholder {
    padding-left: 4px;
}

.select2-dropdown {
    z-index: 12 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex !important;
    margin-bottom: 5px !important;
    overflow-x: scroll !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ddd !important;
    color: black !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: white !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 0.813rem;
    max-width: calc(100% - 32px);
    background: rgba(12, 113, 195, 0.08) !important;
    padding: 2.4px 8px !important;
    white-space: nowrap;
    border-radius: 0.188rem !important;
    text-overflow: ellipsis;
    letter-spacing: 0.013rem;
    border: 0 !important;
    font-family: Roboto;
    color: rgb(12, 113, 195);
    display: flex !important;
    flex-direction: row-reverse;
    align-items: center;
    gap: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: 0px !important;
    background-color: rgb(12, 113, 195) !important;
    color: white !important;
    height: 12px;
    width: 12px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.select2-container--default .select2-selection--multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 6px;
    margin-left: -4px;
    margin-top: -2px;
    bottom: 50%;
    width: 0;
    cursor: pointer
}

.select2-container--open .select2-selection--multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
    height: 0;
    right: 6px;
    margin-left: -4px;
    margin-top: -2px;
    bottom: 50%;
    width: 0;
    cursor: pointer
}

/* Hide scrollbar for Chrome, Safari and Opera */
.select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}
/* Select 2 CSS End */
.blog_heading{
    padding-left: 20px;
    color: #000000DE;
}
.related_blog_img{
    cursor: pointer;
    padding: 0px !important;
    border-radius: 8px;
    margin-left: 22px;
}
.blog_content{
    font-size: 16px;
    margin-top: 10px;
    padding-left: 22px;
    color: #000000DE;
    margin-bottom: 0px;
    font-weight: 500;
}
.related_blog_container{
    border-left: 3px solid #0C71C3;
    margin-top: 50px;
    overflow-x: hidden;
    margin-bottom: 20px;
}
.blogs-table-container{
    margin-top: 16px;
    margin-bottom: 16px;
}
#editBlog{
    right: unset !important;
    left: 15px !important;
}
#editBlog .floating-icon-text {
    font-size: 18px !important;
    padding: 15px 20px !important;
}
.mce-toc ul li ul{
    border: none;
    margin-left: -16px;
}
.mce-toc ul li.active:has(ul) {
    background: white;
    border: none;
}
.mce-toc ul li:has(ul) {
    padding: 8px 16px;
    padding-right: 8px !important;
}

.mce-toc ul li.active:has(ul) > a {
    font-weight: 500;
    color: #0c71c3;
}
.mce-toc ul li ul li{
    padding-left: 36px;
}
.mce-toc ul li ul {
    padding-bottom: 0px !important;
}
.appointment-calender--container.slot {
    width: 100% !important;
}
.optinly-overlay{
    z-index: 1000 !important;
}
#tocList li a{
    text-decoration: none;
}
.floating-icon{
    bottom: 20px !important;
}
.mainContainer .rhs-images{
    top: 83px;
}
.rhs-images .rhs_blog_book_call,
.rhs-images .rhs_explore_banner
{
    display: none;
}
.rhs-images .related_blog_container{
    border-left: none;
}
.related_blog_container.rhs-images {
    margin-top: 0px;

}