:root {
    --border-line: 1px solid #d8d8d8;
}

h3,
h4 {
    padding-bottom: 10px;
    line-height: 24px;
}

.bannerDiv {
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    background-color: var(--color-white);
    padding: 20px;
    padding: 30px;
    margin: 20px 0;
}

.bannerDiv h1 {
    font-size: 24px;
    line-height: 38px;
    color: var(--primary-font-color);
    font-weight: normal;
}

.bannerDiv .updatedBy {
    padding-right: 10px;
}

.bannerDiv .updatedBy p {
    font-weight: var(--font-semibold);
}

.bannerDiv .updated-info.row {
    margin: 0;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 20px;
    line-height: 20px;
    font-size: 14px;
}

.bannerDiv .updated-info a {
    text-decoration: none;
    color: var(--anchor-textclr);
}

.bannerDiv .updated-info img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

.bannerDiv .updated-info p {
    font-size: 14px;
    line-height: 20px;
    color: var(--primary-font-color);
    display: inline-block;
}

.bannerDiv .updated-info ul {
    margin: 0;
    padding: 0;
    margin-left: 10px;
}

.bannerDiv .updated-info ul li {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.bannerDiv .updated-info ul li:last-child {
    margin-right: 0;
}

.bannerDiv .updatedBy a {
    color: var(--primary-font-color);
    font-weight: var(--font-semibold);
    cursor: pointer;
}

.bannerDiv .updatedBy a:hover {
    color: var(--anchor-textclr);
    text-decoration: underline;
}

.articelNote {
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    background-color: var(--color-white);
    padding: 20px;
}

.articelNote p {
    font-size: 15px;
    line-height: 26px;
}

.bannerImg {
    border-radius: 4px;
    margin-top: 20px;
    overflow: hidden;
    max-height: 400px;
}

.bannerImg img {
    max-height: 400px;
    width: 100%;
    display: block;
}

.dataContainer,
.articleInfo {
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    background-color: var(--color-white);
    padding: 20px;
    margin: 20px 0;
}

.dataContainer p,
.articleInfo p,
.articleInfo div {
    font-size: 15px;
    color: var(--primary-font-color);
    line-height: 26px;
    padding-bottom: 10px;
}

.dataContainer h2,
.articleInfo h2 {
    padding: 8px 20px;
    line-height: 28px;
    font-size: 18px;
    font-weight: var(--font-bold);
    color: var(--primary-font-color);
    background: #f5f5f5;
    margin-bottom: 20px;
}

.articleInfo h1 {
    font-size: 18px;
}

.dataContainer h3,
.articleInfo h3 {
    font-size: 17px;
    line-height: 24px;
    padding-bottom: 10px;
    color: var(--primary-font-color);
}

.dataContainer h4,
.articleInfo h4 {
    font-size: 16px;
    padding-bottom: 10px;
    line-height: 24px;
    color: var(--primary-font-color);
}

.dataContainer ul li,
.articleInfo ul li {
    font-size: 15px;
    line-height: 26px;
    color: var(--primary-font-color);
}

.articleInfo img {
    display: block;
    text-align: center;
    margin: 0 auto;
}


.articleInfo table thead tr {
    background: #f1f3f4;
    padding: 10px;
    font-size: 15px;
    line-height: 26px;
    text-align: left;
    border-right: 0.2px solid #eaeaea;
    border-bottom: 0.2px solid #eaeaea;
    text-align: center;
}

.articleInfo table thead tr th {
    background: none;
    text-align: center;
}

.articleInfo table thead tr td {
    font-weight: 600;
}

.articleInfo table tbody tr td {
    text-align: center;
}

.articleInfo table tbody tr td ul li {
    list-style: none;
}

.articleInfo caption {
    padding-top: 5px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0px !important;
    caption-side: bottom;
    color: var(--primary-font-color);
}

.articleInfo .table-responsive {
    margin-bottom: 0px !important;
}

.articleInfo button {
    display: block;
    background: var(--color-red);
    font-size: 14px;
    line-height: 20px;
    color: var(--color-white);
    padding: 8px 15px;
    font-weight: var(--font-semibold);
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border: none;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    outline: none;
    margin: 0 auto;
}

.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
}

.table-responsive::-webkit-scrollbar:horizontal {
    height: 8px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: #d8dbdd;
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

.tabelOfContent {
    border-radius: 6px;
    border: var(--border-line);
    margin: 20px 0;
}

.tabelOfContent h2 {
    color: var(--primary-font-color);
    font-size: 16px;
    line-height: 24px;
    font-weight: var(--font-bold);
    padding: 10px 20px;
    margin: 0;
    border-bottom: var(--border-line);
}

.tabelOfContent ul {
    margin: 0;
    padding: 20px 40px;
}

.tabelOfContent ul li {
    color: var(--primary-font-color);
    line-height: 32px;
    list-style-type: none;
    padding: 0;
}

.tabelOfContent ul li a {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    text-decoration: none;
    cursor: pointer;
}

.tabelOfContent ul li a:hover {
    color: var(--color-red);
}

.articleCardInfo {
    background: #e2e5ff;
    padding: 40px;
    border-radius: 6px;
    display: -webkit-box;
    display: flex;
    margin-bottom: 30px;
}

.articleCardInfo .primaryBtn {
    font-weight: var(--font-semibold);
}

.articleCardInfo h2 {
    background: none;
    padding: 0;
    margin-bottom: 10px;
    color: var(--primary-font-color);
    line-height: 32px;
    font-size: 20px;
}

.articleCardInfo img {
    margin-right: 40px;
    max-width: 205px;
}

.tagsDiv {
    padding: 10px 0;
}

.tagsDiv ul {
    padding: 0;
}

.tagsDiv ul li {
    display: inline-block;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: var(--font-bold);
    margin-right: 5px;
}

.tagsDiv ul li a {
    padding: 8px 15px;
    background: var(--color-white);
    color: var(--anchor-textclr);
    text-decoration: none;
    border-radius: 2px;
    border: 1px solid var(--anchor-textclr);
}

.faq_section {
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    background-color: var(--color-white);
    padding: 20px;
    margin-bottom: 20px;
}

.faq_section h2 {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 24px;
    color: var(--primary-font-color);
    background: #f5f5f5;
    margin-bottom: 20px;
}

.faq_section .faqDiv {
    border-radius: 4px;
    border: var(--border-line);
}

.faq_section p {
    padding: 11px 24px;
    font-size: 16px;
    line-height: 26px;
    border-bottom: var(--border-line);
}

.faq_section .faq_question {
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.faq_section .faq_answer {
    border-left: 5px solid var(--color-red);
    font-size: 15px;
    background: #fafbfc;
}

.contentProvider {
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    background-color: var(--color-white);
    padding: 20px;
    display: -webkit-box;
    display: flex;
    margin-bottom: 20px;
}

.contentProvider .profilePic {
    margin-right: 20px;
}

.contentProvider .profilePic img {
    max-width: 48px;
    border-radius: 50%;
}

.contentProvider .profileInfo .name {
    font-size: 15px;
    line-height: 26px;
    font-weight: var(--font-bold);
}

.contentProvider .profileInfo .position {
    font-size: 14px;
    line-height: 24px;
    color: #aaaaaa;
    padding-bottom: 10px;
}

.contentProvider .profileInfo p {
    font-size: 15px;
    line-height: 26px;
}

.relatedArticles {
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    background-color: var(--color-white);
    padding: 20px;
    margin-bottom: 40px;
}

.relatedArticles h2.row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.relatedArticles h2 {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 24px;
    background: #f5f5f5;
    margin: 0;
    margin-bottom: 20px;
}

.relatedArticles h2 a {
    font-size: 14px;
    color: var(--color-red);
    text-decoration: none;
}

.articleList.row {
    margin: 0;
}

.articleList .articleDiv {
    flex-basis: 23.6%;
    margin-right: 20px;
    border-radius: 6px;
    border: var(--border-line);
    overflow: hidden;
}

.articleList .articleDiv:nth-of-type(4n + 0) {
    margin: 0;
}

.articleList .articleDiv figure {
    margin: 0;
    min-height: 196px;
    display: grid;
}

.articleList .articleDiv img {
    height: 207;
    align-self: center;
}

.articleList .articleTxt {
    padding: 16px;
}

.articleList .articleTxt p,
.articleList .articleTxt a {
    font-size: 14px;
    line-height: 24px;
    color: var(--primary-font-color);
    font-weight: var(--font-500);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 58px;
    margin-bottom: 10px;
    text-decoration: none;
}

.articleList .articleTxt p:first-child,
.articleList .articleTxt a {
    -webkit-line-clamp: 3;
    min-height: 72px;
    max-height: 100%;
}

.articleList .articleTxt a {
    min-height: 48px;
}

.articleList .articleTxt a:hover {
    color: var(--anchor-textclr);
    text-decoration: underline;
}

.articleList .articleTxt p:last-child {
    color: #989898;
    margin: 0;
    font-weight: normal;
}

.registerLatestArticle {
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    background-color: var(--color-white);
    padding: 20px;
    margin: 20px 0;
}

.registerLatestArticle .row {
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0;
}

.registerLatestArticle img {
    max-width: 84px;
}

.registerLatestArticle p {
    font-size: 18px;
    line-height: 26px;
    margin-left: 20px;
}

.registerLatestArticle .registerNow {
    display: block;
    width: 100%;
    margin-top: 20px;
    font-weight: var(--font-semibold);
}

.getSupport {
    padding: 19px;
    background: var(--color-white);
    border: var(--border-line);
    border-radius: 3px;
    margin-bottom: 20px;
}

.getSupport .row {
    margin: 0;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}

.getSupport img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.getSupport p {
    font-size: 18px;
    line-height: 26px;
}

.getSupport button {
    width: 161px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 24px;
    padding: 6px;
    text-align: center;
    color: var(--color-white);
    font-weight: var(--font-bold);
    border: none;
}

.getSupport button.talkToExpert {
    background: var(--topheader-bg);
}

.getSupport button.applyNow {
    background: var(--color-red);
    margin-left: 15px;
    width: 160px;
}

.trendingArtilce p,
.recentArticles p,
.recentnews p,
.trendingNews p {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px;
    border-bottom: var(--border-line);
    font-weight: var(--font-semibold);
}

.trendingArtilerList,
.recentArticlesList,
.recentnewsList {
    padding: 20px;
}

.trendingArtilerDiv.row,
.recentArticlesDiv.row,
.recentnewsDiv.row {
    margin: 0;
    flex-wrap: nowrap;
    margin-bottom: 10px;
    border-bottom: var(--border-line);
    padding-bottom: 10px;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}

.trendingArtilerDiv.row:hover .sidebarTextLink,
.recentArticlesDiv.row:hover .sidebarTextLink,
.recentnewsDiv.row:hover .sidebarTextLink,
.trendingArtilerDiv.row:hover a,
.recentArticlesDiv.row:hover a,
.recentnewsDiv.row:hover a {
    text-decoration: underline;
    color: var(--anchor-textclr);
}


.listCard:last-child .trendingArtilerDiv.row,
.listCard:last-child .recentArticlesDiv.row,
.listCard:last-child .recentnewsDiv.row {
    margin-bottom: 0;
    border: none;
    padding: 0;
}

.trendingArtilerDiv img,
.recentArticlesDiv img {
    width: 96px;
    max-height: 72px;
    display: block;
    align-self: center;
}

.sidebarImgDiv {
    flex-basis: 96px;
    margin-right: 16px;
    display: grid;
    min-height: 72px;
}

.trendingArtileText,
.recentArticlesDivText {
    flex-basis: calc(100% - 96px - 16px);
}

.trendingArtilerDiv .trendingArtileText a,
.trendingArtilerDiv .recentArticlesDivText a,
.trendingArtilerDiv .recentnewsDivText a,
.recentArticlesDiv .trendingArtileText a,
.recentArticlesDiv .recentArticlesDivText a,
.recentArticlesDiv .recentnewsDivText a,
.recentnewsDiv .trendingArtileText a,
.recentnewsDiv .recentArticlesDivText a,
.recentnewsDiv .recentnewsDivText a,
.sidebarTextLink {
    font-size: 14px;
    line-height: 24px;
    color: var(--primary-font-color);
    font-weight: 500;
    text-decoration: none;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
    overflow: hidden;
}

.trendingArtilerDiv .trendingArtileText .sidebarTextLink,
.trendingArtilerDiv .recentArticlesDivText .sidebarTextLink,
.trendingArtilerDiv.recentnewsDivText .sidebarTextLink,
.recentArticlesDiv .recentnewsDivText .sidebarTextLink,
.recentArticlesDiv .trendingArtileText .sidebarTextLink,
.recentArticlesDiv .recentArticlesDivText .sidebarTextLink,
.recentnewsDiv .trendingArtileText .sidebarTextLink,
.recentnewsDiv .recentArticlesDivText .sidebarTextLink,
.recentnewsDiv .recentnewsDivText .sidebarTextLink {
    font-size: 14px;
    line-height: 24px;
    color: var(--primary-font-color);
    font-weight: 500;
    text-decoration: none;
    /* display: -webkit-box; */
    font-weight: normal;
    padding: 0;
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
    /* overflow: hidden; */
    border: none;
}

.trendingArtilerDiv .trendingArtileText a:hover,
.trendingArtilerDiv .recentArticlesDivText a:hover,
.trendingArtilerDiv .recentnewsDivText a:hover,
.recentArticlesDiv .trendingArtileText a:hover,
.recentArticlesDiv .recentArticlesDivText a:hover,
.recentArticlesDiv .recentnewsDivText a:hover,
.recentnewsDiv .trendingArtileText a:hover,
.recentnewsDiv .recentArticlesDivText a:hover,
.recentnewsDiv .recentnewsDivText a:hover {
    color: #337ab7;
    text-decoration: underline;
}

.articleSidebarSection,
.newsSidebarSection {
    border-radius: 4px;
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 20px;
}

.articleSidebarSection .tab-content.activeLink,
.newsSidebarSection .tab-content.activeLink {
    display: block;
}

.articleSidebarSection ul,
.newsSidebarSection ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: flex;
}

.articleSidebarSection ul li,
.newsSidebarSection ul li {
    list-style-type: none;
    flex-basis: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #787878;
    cursor: pointer;
    padding: 12px 5px;
    padding-bottom: 9px;
    border-bottom: var(--border-line);
    font-weight: var(--font-semibold);
}

.articleSidebarSection ul li.activeLink,
.newsSidebarSection ul li.activeLink {
    color: var(--color-red);
    border-bottom: 3px solid var(--color-red);
}

.trendingArtilerList,
.recentArticlesList,
.recentnewsList {
    max-height: 490px;
    overflow: auto;
}

.trendingArtilerList::-webkit-scrollbar,
.recentArticlesList::-webkit-scrollbar,
.recentnewsList::-webkit-scrollbar {
    width: 5px;
}

.trendingArtilerList::-webkit-scrollbar-thumb,
.recentArticlesList::-webkit-scrollbar-thumb,
.recentnewsList::-webkit-scrollbar-thumb {
    background: #ccc;
}

.articleList .articleDiv {
    min-height: 314px;
}

.articleList .articleTxt a {
    min-height: 48px;
}

.articleList .articleTxt h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 48px;
    margin-bottom: 10px;
    font-weight: 500;
}

.faqDiv .faq_answer p,
.faqDiv .faq_answer li,
.faqDiv .faq_answer a {
    font-size: 15px;
    line-height: 26px;
    font-weight: normal;
    border: none;
}

.faqDiv .faq_answer {
    padding: 11px 24px;
}

.faqDiv .faq_answer p {
    padding: 0;
    padding-bottom: 5px;
}


/* theme css  */
.bannerDiv,
.registerLatestArticle {
    margin-top: 10px;
}

.bannerDiv,
.registerLatestArticle,
.articleSidebarSection,
.newsSidebarSection,
.articelNote,
.articleInfo,
.faq_section,
.contentProvider,
.commentSection,
.relatedArticles {
    box-shadow: none;
    border: var(--border-line);
    background: var(--color-white);
}

.sidebarImgDiv {
    flex-basis: 96px;
    margin-right: 16px;
    display: grid;
    min-height: 72px;
}

.recentnewsDivText,
.recentArticlesDivText {
    flex-basis: calc(100% - 96px - 16px);
}

.pageDescription {
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    background-color: var(--color-white);
    padding: 20px;
    margin: 10px 0;
    color: var(--primary-font-color);
    padding: 30px;
}

.pageDescription .liveIcon {
    background-position: -27px -378px;
    margin-right: 10px;
    width: 70px;
    height: 35px;
    float: left;
}

.pageDescription h1 {
    font-size: 24px;
    line-height: 38px;
    padding-bottom: 20px;
    font-weight: normal;
}

.pageDescription .col-md-5 {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.updatedBy {
    padding-right: 5px;
}

.updated-info.row {
    margin: 0;
    align-items: center;
    line-height: 20px;
    font-size: 14px;
}

.updated-info.row img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

.updated-info.row .updatedBy p {
    display: inline-block;
    font-weight: var(--font-semibold);
}

.updated-info.row .updatedDetails {
    display: flex;
    align-items: center;
    flex-grow: 2;
}

.updated-info.row a {
    text-decoration: none;
    color: var(--anchor-textclr);
}

.updated-info.row ul {
    margin: 0;
    padding: 0;
    margin-left: 10px;
    right: -43px;
    z-index: 3;
}

.updated-info.row ul p {
    display: inline-block;
}

.updated-info.row ul li {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.examRelataedLinks {
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    background-color: var(--color-white);
    padding: 20px;
    padding: 0;
    margin-bottom: 20px;
    position: relative;
}

.examRelataedLinks .btn_left,
.examRelataedLinks .btn_right {
    position: absolute;
    width: 48px;
    height: 48px;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    top: 0;
    cursor: pointer;
}

.examRelataedLinks .btn_left {
    left: 0;
}

.examRelataedLinks .btn_right {
    right: 0;
}

.examRelataedLinks ul {
    margin: 0;
    padding: 0 30px;
    white-space: nowrap;
    overflow: auto;
}

.examRelataedLinks ul::-webkit-scrollbar {
    display: none;
}

.examRelataedLinks ul li {
    display: inline-block;
    padding: 0px 10px;
}

.examRelataedLinks ul li a {
    display: block;
    padding: 12px 0px;
    padding-bottom: 9px;
    border-bottom: 3px solid var(--color-white);
    color: #787878;
    line-height: 24px;
    font-size: 14px;
    text-decoration: none;
}

.examRelataedLinks ul li a.activeLink {
    color: var(--color-red);
    border-bottom: 3px solid var(--color-red);
    font-weight: var(--font-semibold);
}

.articelNote {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.73;
    letter-spacing: 0.3px;
    text-align: left;
    color: #282828;
    border-left: solid #ff4e53 6px;
}

.getSupport {
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    background-color: var(--color-white);
    padding: 20px;
    margin-bottom: 20px;

}

.getSupport .row {
    margin: 0;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}

.getSupport img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.getSupport p {
    font-size: 18px;
    line-height: 26px;
}

.getSupport button {
    width: 161px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 24px;
    padding: 6px;
    text-align: center;
    color: var(--color-white);
    font-weight: var(--font-bold);
    border: none;
}

.getSupport button.freeScholarship {
    background: var(--topheader-bg);
}

.getSupport button.applyScholarship {
    background: var(--color-red);
    margin-left: 14px;
    /*margin-left: 15px;*/
}

.trendingArtilce {
    border-radius: 4px;
    box-shadow: none;
    background: #fff;
    margin-bottom: 20px;
}

.trendingArtilce p {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px;
    border-bottom: var(--border-line);
    font-weight: var(--font-semibold);
}

.trendingArtilerList {
    padding: 20px;
}

.trendingArtilerDiv.row {
    margin: 0;
    flex-wrap: nowrap;
    margin-bottom: 16px;
    align-items: center;
}

.trendingArtilerDiv.row:last-child {
    margin-bottom: 0;
}

.trendingArtilerDiv.row .dateLabel {
    background: #fff;
    width: 56px;
    height: 56px;
    color: #fb7739;
    font-weight: var(--font-semibold);
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-right: 16px;
    border-radius: 4px;
    padding: 7px;
    border: 1px solid #fb7739;
}

.trendingArtilerDiv.row .dateLabel span {
    font-size: 24px;
    color: inherit;
}

.trendingArtilerDiv img {
    max-width: 74px;
    max-height: 56px;
}

.trendingArtilerDiv .trendingArtileText a {
    font-size: 14px;
    line-height: 24px;
    color: var(--primary-font-color);
    font-weight: 500;
    text-decoration: none;
}

.trendingArtilerDiv .trendingArtileText a:hover {
    color: #3d8ff2;
    text-decoration: underline;
}

.trendingArtilerDiv .trendingArtileText p {
    font-size: 14px;
    line-height: 24px;
    color: #989898;
    padding: 0;
    font-weight: normal;
    border: none;
}

.quickLinks {
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    background-color: var(--color-white);
    padding: 20px;
    padding: 0;
}

.quickLinks h2 {
    font-size: 18px;
    line-height: 28px;
    background: #f5f5f5;
    padding: 8px 20px;
    color: var(--primary-font-color);
    text-transform: uppercase;
}

.quickLinks ul {
    padding: 10px 20px;
    margin: 0;
    max-height: 440px;
    overflow: auto;
}

.quickLinks ul::-webkit-scrollbar {
    width: 5px;
}

.quickLinks ul::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.quickLinks ul::-webkit-scrollbar-thumb {
    background: #ccc;
}

.quickLinks ul li {
    list-style-type: none;
}

.quickLinks ul li:last-child a {
    border-bottom: none;
}

.quickLinks ul li a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    border-bottom: var(--border-line);
    text-decoration: none;
    color: var(--primary-font-color);
    padding: 8px 0;
}

.quickLinks ul li a:hover {
    color: #3d8ff2;
    text-decoration: underline;
}

.clgWithCourse {
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    background-color: var(--color-white);
    padding: 20px;
    margin-bottom: 20px;
}

.clgWithCourse h2 {
    font-size: 18px;
    line-height: 28px;
    background: #f5f5f5;
    padding: 8px 20px;
    color: var(--primary-font-color);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.clgWithCourse h2.row {
    justify-content: space-between;
    margin: 0;
    margin-bottom: 20px;
}

.clgWithCourse h2 a {
    font-size: 14px;
    color: var(--color-red);
    text-decoration: none;
}

.liveApllicationForms {
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    background-color: var(--color-white);
    padding: 20px;
    margin-bottom: 20px;
}

.liveApllicationForms h2 {
    font-size: 18px;
    line-height: 28px;
    background: #f5f5f5;
    padding: 8px 20px;
    color: var(--primary-font-color);
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
}

.liveApllicationFormsInner .row,
.clgWithCourseInner .row {
    margin: 0;
}

.liveApllicationFormsInner .row .applicationDiv,
.liveApllicationFormsInner .row .clgWithCourseDiv,
.clgWithCourseInner .row .applicationDiv,
.clgWithCourseInner .row .clgWithCourseDiv {
    margin-right: 20px;
    flex-basis: 18.6%;
}

.liveApllicationFormsInner .row .applicationDiv:last-child,
.liveApllicationFormsInner .row .clgWithCourseDiv:last-child,
.clgWithCourseInner .row .applicationDiv:last-child,
.clgWithCourseInner .row .clgWithCourseDiv:last-child {
    margin-right: 0;
}

.liveApllicationFormsInner {
    position: relative;
}

.liveApllicationFormsInner .scrollRight,
.liveApllicationFormsInner .scrollLeft {
    top: 50%;
}

.liveApllicationFormsInner .scrollRight {
    right: -20px;
}

.liveApllicationFormsInner .scrollLeft {
    left: -20px;
    transform: translate(0px, -50%) rotate(180deg);
}

.liveApllicationFormsInner .row {
    flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap;
}

.liveApllicationFormsInner .row::-webkit-scrollbar {
    display: none;
}

.liveApllicationFormsInner .row .applicationDiv {
    width: 18.6%;
}

.liveApllicationFormsInner .row .applicationDiv:last-child {
    margin: 0;
}

.liveApllicationFormsInner .row .applicationDiv {
    border-radius: 4px;
    border: var(--border-line);
    padding: 20px 11px;
    text-align: center;
}

.liveApllicationFormsInner .row .applicationDiv a {
    text-decoration: none;
}

.liveApllicationFormsInner .row .applicationDiv figure {
    margin-bottom: 20px;
}

.liveApllicationFormsInner .row .applicationDiv img {
    max-width: 80px;
    min-height: 80px;
    margin: 0 auto;
    display: block;
}

.liveApllicationFormsInner .row .applicationDiv p,
.liveApllicationFormsInner .row .applicationDiv a {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.liveApllicationFormsInner .row .applicationDiv p:first-child,
.liveApllicationFormsInner .row .applicationDiv a:first-child {
    font-weight: var(--font-semibold);
}

.liveApllicationFormsInner .row .applicationDiv p a,
.liveApllicationFormsInner .row .applicationDiv a a {
    margin-bottom: 0;
}

.liveApllicationFormsInner .row .applicationDiv p.clgName,
.liveApllicationFormsInner .row .applicationDiv a.clgName {
    min-height: 50px;
}

.applicationDiv a.clgName,
a.clgName {
    color: #333333;
}

.applicationDiv a.clgName:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #3d8ff2;
}

.trendingArtilerDiv img,
.recentArticlesDiv img {
    /* width: 96px; */
    max-height: 72px;
    /* display: block; */
    align-self: center;
}

.applicationDiv p {
    -webkit-line-clamp: 1;
    min-height: 24px;
}

.applicationDiv p.course-fees {
    margin: 0;
    color: #989898;
}


.liveApllicationFormsInner .row .applicationDiv p span,
.liveApllicationFormsInner .row .applicationDiv a span {
    color: #989898;
    display: block;
}

.liveApllicationFormsInner .row .applicationDiv .applicaticationFormBtn,
.liveApllicationFormsInner .row .applicationDiv a.applicaticationFormBtn {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
    color: var(--color-white);
}

.liveApllicationFormsInner .row .applicationDiv .applicaticationFormBtn a,
.liveApllicationFormsInner .row .applicationDiv a.applicaticationFormBtn a {
    color: var(--color-white);
    margin: 0;
}

.clgWithCourseList {
    margin: 0;
}

.clgWithCourseDiv {
    border-radius: 4px;
    border: var(--border-line);
    overflow: hidden;
    padding: 20px;
    text-align: center;
}

.clgWithCourseDiv img {
    max-width: 80px;
    min-height: 80px;
    margin: 0 auto;
    display: block;
}

.clgWithCourseDiv figure {
    text-align: center;
    margin-bottom: 20px;
}

.clgWithCourseDiv p,
.clgWithCourseDiv a {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
    text-decoration: none;
}

.clgWithCourseDiv p.clgName,
.clgWithCourseDiv a.clgName {
    font-weight: var(--font-semibold);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 50px;
    padding: 0;
    margin-bottom: 14px;
}

.clgWithCourseDiv .avgFee {
    font-weight: var(--font-semibold);
}

.clgWithCourseDiv .avgFee span {
    color: #989898;
    display: block;
    font-weight: normal;
}

.clgWithCourseDiv button {
    border-radius: 3px;
    border: solid 1px var(--anchor-textclr);
    display: block;
    padding: 5px;
    text-align: center;
    background: var(--color-white);
    color: var(--anchor-textclr);
    font-size: 14px;
    line-height: 24px;
    font-weight: var(--font-500);
    width: 100%;
    margin-bottom: 10px;
}

.clgWithCourseDiv button:last-child {
    margin-bottom: 0;
}

.latestInfoListContainer {
    position: relative;
}

.latestInfoListContainer .latestInfoList.row {
    flex-wrap: nowrap;
    /* overflow: hidden*/
    ;
}

.latestInfoListContainer .latestInfoList.row .latestInfoDiv {
    min-width: 23.7%;
}

.registerLink {
    position: absolute;
    bottom: 0;
    right: 0;
}

.sideBarSection {
    background: var(--color-white);
    border: var(--border-line);
    border-radius: 4px;
    margin-bottom: 20px;
}

.sideBarSection .sidebarHeading {
    background: #d8d8d8;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 24px;
    margin: 20px;
    margin-bottom: 6px;
    font-weight: 500;
}

.sideBarSection .row {
    margin: 0;
}

.sideBarSection .listCard {
    display: block;
    padding: 10px 20px;
    border-bottom: var(--border-line);
}

.articleDiv a:hover {
    text-decoration: none;
}

.articleDiv a:hover h3 {
    color: var(--anchor-textclr);
    text-decoration: underline;
}

.articleList .articleDiv figure {
    min-height: 204px;
}


.sideBarSection .listCard:hover .cardText,
.sideBarSection .listCard:hover .subText {
    color: var(--anchor-textclr);
}

.sideBarSection .listCard:last-child {
    border-bottom: none;
}

.sideBarSection .sidebarImgDiv {
    flex-basis: 72px;
    margin-right: 20px;
}

.sideBarSection .sidebarImgDiv img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.sideBarSection .sidebarTextLink {
    flex-basis: calc(100% - 92px);
}

.sideBarSection .sidebarTextLink p {
    font-size: 15px;
    line-height: 24px;
    -webkit-line-clamp: 1;
}

.sideBarSection .sidebarTextLink .cardText {
    color: var(--primary-font-color);
}

.sideBarSection .sidebarTextLink .subText {
    padding-top: 3px;
    color: #989898;
}

.sideBarSection .sidebarTextLink .applyText {
    color: var(--anchor-textclr);
}

iframe {
    border: 0px;
}

.fancybox-slide--video .fancybox-content {
    max-width: 750px;
    max-height: 400px;
    margin: 0 auto;
}

* {
    letter-spacing: normal;
    color: var(--primary-font-color);
}

table td span {
    color: var(--primary-font-color) !important;
}

.table-responsive {
    margin-bottom: 10px;
}

table caption {
    caption-side: bottom;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 24px;
    color: var(--primary-font-color);
}

.tab-content.activeLink {
    display: block;
}

.tooltipIcon {
    width: 15px;
    height: 15px;
    background-position: 92px -323px;
    cursor: pointer;
}

.tooltipIcon:hover .tooltipIconText,
.tooltipIcon:hover .tooltipIconText:before {
    display: block;
}

.tooltipIconText {
    width: 270px;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    color: var(--primary-font-color);
    top: 28px;
    left: auto;
    z-index: 3;
    cursor: auto;
    font-weight: normal;
}

.tooltipIconText:before {
    content: "";
    width: 15px;
    height: 15px;
    transform: rotate(42.5deg);
    top: -7px;
    left: 5px;
    background: var(--color-white);
    position: absolute;
    box-shadow: 0 0px 7px 0px rgba(0, 0, 0, 0.16);
    z-index: 1;
    display: block;
}

.tooltipIconText,
.tooltipIconText:before {
    position: absolute;
    background: var(--color-white);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
    text-transform: initial;
    display: none;
}

.tooltipIconText:before {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.16);
}

.breadcrumbDiv ul li a {
    font-weight: 500;
}

.p-0 {
    padding: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.text-center {
    text-align: center;
}

.pageInfo {
    max-height: 200px;
}

.faq_section.pageInfo {
    max-height: 400px;
}

.mirroringIcon {
    width: 28px;
    height: 22px;
    vertical-align: middle;
    margin-right: 6px;
    background-position: 536px -277px;
}

.caret-red {
    width: 15px;
    height: 16px;
    right: 17px;
    top: 12px;
    background-position: 652px -94px;
    transform: rotate(90deg);
    margin-left: 5px;
    vertical-align: middle;
}

.courseSprite {
    display: inline-block;
    background: url("../../images/course_sprite.webp");
    text-align: left;
    overflow: hidden;
    margin-right: 16px;
    width: 68px;
    height: 67px;
    vertical-align: middle;
    cursor: pointer;
}

.engineering {
    background-position: -123px -28px;
}

.management {
    background-position: -394px -117px;
}

.science {
    background-position: -305px -291px;
}

.pharmacy {
    background-position: -215px -28px;
}

.law {
    background-position: -305px -117px;
}

.education {
    background-position: -305px -200px;
}

.dental {
    background-position: -123px -292px;
}

.medical {
    background-position: -305px -27px;
}

.agriculture {
    background-position: -28px -292px;
}

.design {
    background-position: -27px -28px;
}

.commerce {
    background-position: -214px -202px;
}

.architecture {
    background-position: -215px -292px;
}

.arts {
    background-position: -393px -27px;
}

.paramedical {
    background-position: -28px -203px;
}

.computer {
    background-position: -122px -203px;
}

.mass-communication {
    background-position: -215px -116px;
}

.hotel-management {
    background-position: -27px -115px;
}

.aviation {
    background-position: -395px -202px;
}

.veterinary {
    background-position: -122px -115px;
}

.animation {
    background-position: -400px -291px;
}

.vocational-courses {
    background-position: -27px -374px;
}

.sortIcon {
    width: 20px;
    height: 20px;
    background-position: 231px -378px;
}

.userIconWhite {
    width: 27px;
    height: 27px;
    background-position: 537px -308px;
    margin-right: 5px;
    vertical-align: middle;
}

.downloadIconred {
    width: 19px;
    height: 18px;
    background-position: 535px -341px;
    vertical-align: middle;
}

.urlIcon {
    width: 13px;
    height: 14px;
    background-position: 302px -375px;
    vertical-align: middle;
}

.badgeIcon {
    width: 24px;
    height: 28px;
    background-position: 167px -262px;
    margin-right: 15px;
    margin-top: -10px;
}

.likeBtn {
    width: 22px;
    height: 19px;
    vertical-align: middle;
    cursor: pointer;
    background-position: 200px -367px;
}

.unlikeBtn {
    width: 22px;
    height: 18px;
    background-position: 165px -367px;
    vertical-align: middle;
    cursor: pointer;
}

.full-star,
.half-star,
.empty-star {
    width: 17px;
    height: 17px;
    vertical-align: text-bottom;
}

.full-star {
    background-position: 129px -246px;
}

.half-star {
    background-position: 99px -246px;
}

.empty-star {
    background-position: 74px -246px;
}

.modeIcon,
.courseDuratioIcon,
.feesIcons {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.feesIcons {
    background-position: 52px -346px;
}

.modeIcon {
    background-position: 52px -274px;
}

.courseDuratioIcon {
    background-position: 52px -299px;
}

.courseDetailPage .pageInfo {
    max-height: 450px;
}

.courseHeroSection {
    background: var(--color-white);
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
    border: var(--border-line);
    background: linear-gradient(90deg, #ffffff 57%, #fffae7 100%);
    margin-top: 10px;
    padding: 28px 30px;
}

.courseHeroSection h1 {
    font-size: 24px;
    line-height: 38px;
    padding-bottom: 20px;
    font-weight: normal;
}

.courseHeroSection input#autoComplete {
    max-width: 480px;
    padding: 9px;
    height: auto;
    padding-left: 40px;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    border-radius: 3px;
    border: var(--border-line);
    background: url("../../images/search-icon.png") no-repeat;
    background-position: 15px 48%;
    color: var(--primary-font-color);
}

.courseHeroSection input#autoComplete::-moz-placeholder {
    color: #989898;
    opacity: 1;
    font-weight: normal;
}

.courseHeroSection input#autoComplete:-ms-input-placeholder {
    color: #989898;
    opacity: 1;
    font-weight: normal;
}

.courseHeroSection input#autoComplete::placeholder {
    color: #989898;
    opacity: 1;
    font-weight: normal;
}

.courseHeroSection input#autoComplete:focus {
    background-size: auto;
    outline: none;
}

.courseHeroSection input#autoComplete:focus::-webkit-input-placeholder {
    padding-left: 0px;
    font-size: 14px;
}

.courseHeroSection .searchBar {
    margin-bottom: 20px;
    position: relative;
}

.courseHeroSection #autoComplete_list {
    max-width: 480px;
    border-radius: 0;
    margin: 0;
    position: absolute;
    max-height: 205px;
    overflow: auto;
    width: 100%;
    background: #fff;
    z-index: 3;
    left: 0;
    top: 46px;
}

.courseHeroSection #autoComplete_list li.no_result {
    list-style-type: none;
}

.courseHeroSection .autoComplete_list {
    padding: 0;
    margin: 0;
    max-width: 480px;
    border: var(--border-line);
    position: absolute;
    z-index: 3;
    background: #fff;
    width: 100%;
}

.courseHeroSection .autoComplete_list li {
    list-style-type: none;
    padding: 3px 5px;
    cursor: pointer;
}

.courseHeroSection .autoComplete_list li:hover {
    background: rgba(0, 0, 0, 0.15);
}

.courseHeroSection .autoComplete_list a {
    text-decoration: none;
}

.courseHeroSection .col-md-5,
.courseHeroSection .col-md-4 {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.courseHeroSection p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 500;
}

.courseHeroSection .primaryBtn {
    padding: 5px 20px;
}

.poplarCourse ul {
    margin: 0;
    padding: 0;
}

.poplarCourse ul li {
    margin-right: 6px;
    display: inline-block;
}

.poplarCourse ul li:last-child {
    margin-right: 0;
}

.poplarCourse ul li a {
    padding: 5px 12px;
    font-size: 14px;
    line-height: 24px;
    border: var(--border-line);
    border-radius: 4px;
    font-weight: 500;
    display: block;
    text-decoration: none;
}

/*courseData*/
.ohterCategoryArticles {
    padding-bottom: 10px;
}

.ohterCategoryArticles .row {
    margin: 0;
    flex-wrap: nowrap;
    overflow: auto;
}

.ohterCategoryArticles .row::-webkit-scrollbar {
    display: none;
}

.ohterCategoryArticles .categoryArticles {
    flex-basis: 8%;
    margin-right: 20px;
    margin-bottom: 10px;
}

.ohterCategoryArticles .categoryArticles:hover p {
    color: var(--anchor-textclr);
}

.ohterCategoryArticles .categoryArticles:last-child {
    margin-right: 0;
}

.ohterCategoryArticles .categoryArticlesImg {
    text-align: center;
    padding: 10px;
    border: var(--border-line);
    margin-bottom: 7px;
}

.ohterCategoryArticles .categoryArticlesImg .courseSprite {
    margin: 0;
}

.ohterCategoryArticles p {
    padding: 0;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

.ohterCategoryArticles a {
    text-decoration: none;
}

.ohterCategoryArticles .row {
    flex-wrap: nowrap;
    overflow: auto;
}

.ohterCategoryArticles .categoryArticles p {
    font-size: 14px;
}

.otherCategorySection .scrollRight {
    right: -20px;
}

.otherCategorySection .scrollLeft {
    top: 50%;
    left: -20px;
}

.pageData {
    background: var(--color-white);
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
    border: var(--border-line);
}

.pageData h2 {
    font-size: 18px;
    line-height: 28px;
    padding: 8px 20px;
    margin: 0;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    background: #f5f5f5;
    text-transform: uppercase;
    position: relative;
}

.pageData h2 a {
    font-size: 14px;
    line-height: 24px;
    color: var(--color-red);
    font-weight: 500;
    text-transform: capitalize;
    display: block;
}

.pageData h2.row {
    display: flex;
}

.pageData p,
.pageData li,
.pageData a {
    font-size: 15px;
    line-height: 26px;
}

.pageData p {
    color: var(--primary-font-color);
    padding-bottom: 15px;
}

.pageData h3 {
    font-size: 17px;
    line-height: 24px;
    padding-bottom: 10px;
    color: var(--primary-font-color);
}

.pageData h4 {
    padding-bottom: 10px;
    line-height: 24px;
    font-weight: 500;
}

.pageData button {
    background: var(--color-red);
    font-size: 14px;
    line-height: 20px;
    color: var(--color-white);
    padding: 8px;
    font-weight: var(--font-semibold);
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border: none;
    transition: 0.2s ease;
    outline: none;
    margin-bottom: 10px;
}

.pageData ul {
    margin: 10px 0;
}

.pageData ul li {
    position: relative;
    list-style-type: none;
}

.pageData ul li:before {
    content: "";
    background: url("../../images/master_sprite.webp");
    width: 12px;
    height: 17px;
    position: absolute;
    left: -19px;
    top: 5px;
    background-position: 651px -71px;
    z-index: 1;
}

.pageData .primaryBtn,
.pageData a.primaryBtn,
.pageData button.primaryBtn {
    padding: 5px 15px;
}




.customSlider {
    position: relative;
}

.customSlider .scrollRight {
    right: -20px;
}

.customSlider .scrollLeft {
    top: 50%;
    left: -20px;
}

.customSlider .row {
    margin: 0;
}

.customSlider .customSliderCards {
    display: block;
    white-space: nowrap;
    overflow: auto;
}

.customSlider .customSliderCards::-webkit-scrollbar {
    display: none;
}

.customSlider .sliderCardInfo {
    border-radius: 4px;
    border: var(--border-line);
    margin-right: 14px;
    vertical-align: middle;
    min-height: 303px;
}

.customSlider .sliderCardInfo:last-child {
    margin-right: 0;
}

.customSlider .sliderCardInfo img {
    display: block;
    height: 207px;
    width: 100%;
    border-bottom: var(--border-line);
}

.customSlider .sliderCardInfo .clgLogo {
    max-width: 72px;
    height: 72px;
    display: block;
    margin-right: 20px;
}

.customSlider .sliderCardInfo .textDiv {
    padding: 20px;
}

.customSlider .sliderCardInfo .textDiv .collegeLogo {
    width: 56px;
    height: 56px;
    border-radius: 4px;
    margin-top: -60px;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 5px;
    display: block;
}

.customSlider .sliderCardInfo p {
    font-size: 14px;
    line-height: 24px;
    color: var(--primary-font-color);
    font-weight: var(--font-semibold);
    padding-bottom: 0;
    white-space: initial;
}

.customSlider .sliderCardInfo p span {
    color: #989898;
    font-weight: normal;
    font-size: 13px;
}

.customSlider .sliderCardInfo .widgetCardHeading {
    font-size: 14px;
    padding-bottom: 0;
    min-height: 24px;
    margin-bottom: 5px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.customSlider .sliderCardInfo .subText {
    color: #989898;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    padding: 0;
    padding-bottom: 5px;
    position: relative;
}

.customSlider .sliderCardInfo .subText:last-child {
    padding-bottom: 20px;
}

.customSlider .sliderCardInfo .subText .spriteIcon {
    position: initial;
    vertical-align: middle;
}

.customSlider .sliderCardInfo a {
    text-decoration: none;
}


.pageRedirectionLinks {
    padding: 0px 10px;
    border: var(--border-line);
    background: var(--color-white);
    margin-bottom: 20px;
    border-radius: 4px;
    position: relative;
}

.pageRedirectionLinks .btn_right,
.pageRedirectionLinks .btn_left {
    position: absolute;
    width: 48px;
    height: 44px;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    top: 0;
    cursor: pointer;
}

.pageRedirectionLinks .btn_left {
    left: 0;
}

.pageRedirectionLinks .btn_right {
    right: 0;
}

.pageRedirectionLinks ul {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: auto;
}

.pageRedirectionLinks ul::-webkit-scrollbar {
    display: none;
}

.pageRedirectionLinks ul li {
    font-size: 14px;
    line-height: 24px;
    color: #787878;
    margin: 0 5px;
    list-style-type: none;
    display: inline-block;
}

.pageRedirectionLinks ul li .activeLink {
    color: var(--color-red);
    border-bottom: 3px solid var(--color-red);
    font-weight: 500;
    padding: 10px 0;
    padding-bottom: 11px;
}

.pageRedirectionLinks ul li a {
    color: #787878;
    text-decoration: none;
    display: inline-block;
    padding: 10px 0;
}

.custom-cardDisplay .sliderCardInfo {
    width: 275px;
    display: inline-block;
    padding: 0;
    white-space: initial;
}

.viewAllDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 331px;
}

.viewAllDiv a {
    font-size: 14px;
    line-height: 24px;
    color: var(--color-red);
    text-align: center;
    font-weight: 600;
}

.redirectToLink {
    max-height: 1550px;
    overflow: hidden;
}

.redirectPage {
    position: relative;
    background: #fafbfc;
    margin-bottom: 20px;
    margin-top: -20px;
    border-radius: 0 0 4px 4px;
    padding: 5px 19px;
    text-align: right;
    border: var(--border-line);
    border-top: none;
}

.redirectPage:before {
    content: "";
    background-image: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
    height: 50px;
    width: 100%;
    position: absolute;
    top: -50px;
    left: 0;
}

.redirectPage a {
    font-weight: var(--font-semibold);
    color: var(--color-red);
    font-size: 15px;
    line-height: 26px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.reviewCard .redirectPage {
    padding: 10px;
}

.reviewCard .redirectreviewCard a {
    padding: 5px 5px;
    font-size: 14px;
    line-height: 24px;
}

.two-cardDisplay .sliderCardInfo {
    width: 48.4%;
    display: inline-block;
    padding: 20px;
    margin-right: 18px;
}

.two-cardDisplay .sliderCardInfo:last-child {
    margin-right: 0;
}

.two-cardDisplay .customSliderCards .sliderCardInfo {
    min-height: auto;
    width: 40%;
}




.sideBarSection {
    background: var(--color-white);
    border: var(--border-line);
    border-radius: 4px;
    margin-bottom: 20px;
}

.sideBarSection .row {
    margin: 0;
    align-items: center;
}

.sideBarSection .sidebarHeading {
    background: #d8d8d8;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px;
    margin: 20px;
    margin-bottom: 6px;
    font-weight: 500;
}

.sideBarSection .sidebarTextLink {
    flex-basis: calc(100% - 92px);
}

.sideBarSection .sidebarTextLink p {
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.sideBarSection .sidebarTextLink .cardText {
    color: var(--primary-font-color);
}

.sideBarSection .sidebarTextLink .subText {
    color: #989898;
}

.sideBarSection p.listCard {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
}

.sideBarSection .listCard {
    display: block;
    padding: 10px 20px;
    border-bottom: var(--border-line);
}

.sideBarSection .listCard:hover .cardText,
.sideBarSection .listCard:hover .subText {
    color: var(--anchor-textclr);
}

.sideBarSection .listCard:last-child {
    border-bottom: none;
}

.sideBarSection .sidebarImgDiv {
    flex-basis: 72px;
    margin-right: 20px;
}

.sideBarSection .sidebarImgDiv img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.sideBarSection .applyText {
    color: var(--anchor-textclr);
}


.customLogo .sidebarImgDiv {
    flex-basis: 56px;
    margin-right: 16px;
    min-height: auto;
}

.customLogo .sidebarTextLink {
    flex-basis: calc(100% - 72px);
}

.customLogo .sidebarTextLink p {
    -webkit-line-clamp: 2;
}

.customLogo .listCard {
    border-bottom: none;
    padding: 8px 20px;
}

.customLogo p.listCard {
    border-bottom: var(--border-line);
    padding: 10px 20px;
    font-size: 16px;
}

.fixedRedirectionLinks {
    position: fixed;
    top: 0px;
    z-index: 2;
    width: 100%;
    max-width: 1206px;
    margin: 0 auto;
}

.chartDiv {
    height: 300px;
    width: 100%;
    position: relative;
}

.chartDiv:before {
    content: '';
    position: absolute;
    width: 74px;
    height: 10px;
    right: 0;
    bottom: 0;
    z-index: 8;
    background: #fff;
}

.canvasjs-chart-credit {
    display: none;
}



.sidebarImgDiv {
    flex-basis: 96px;
    margin-right: 16px;
    display: grid;
    min-height: 72px;
}

.sidebarImgDiv img {
    width: 96px;
    max-height: 72px;
    display: block;
    align-self: center;
}



.two-cardDisplay .customSliderCards .sliderCardInfo,
.two-cardDisplay .viewAllDiv {
    min-height: 74px;
}

.custom-cardDisplay .viewAllDiv {
    min-height: 303px;
}

.two-cardDisplay .viewAllIcon {
    background-position: 424px -73px;
    margin: 0 auto;
    margin-bottom: 5px;
    width: 44px;
    height: 40px;
}

.two-cardDisplay a {
    color: var(--primary-font-color);
    font-weight: 600;
}

.two-cardDisplay a:hover {
    color: var(--anchor-textclr);
}

.viewAllDiv a {
    color: var(--color-red);
}

.otherCategorySection {
    position: relative;
}

.getSupport button.articleScholarship {
    width: auto;
    margin-left: 0px;
}

/*css bug fixing*/

.pageDescription {
    margin-top: 30px;
    margin-bottom: 20px;
}

.getSupport button {
    width: unset;
    min-width: 144px;
}

/* .getSupport button:first-of-type {
    margin-right: 20px;
} */

.getSupport {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 10px;
    border-radius: 0;
    z-index: 5;
    gap: 18px;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #282828;
    align-items: center;
    justify-content: center;
    display: none;
  }
  .getSupport .button__row__container {
    display: flex;
    gap: 13px;
    align-items: center;
  }
  .getSupport .getSupport__subheading {
    display: inline-block;
  }
  
@media (max-width: 1023px) {

    .otherCategorySection .scrollLeft,
    .otherCategorySection .scrollRight {
        display: none !important;
    }

    .pageData,
    .reviewsSection {
        padding: 10px;
        margin-bottom: 10px;
        word-break: break-word;
    }

    .pageData h2,
    .reviewsSection h2 {
        font-size: 15px;
        line-height: 24px;
        padding: 8px 10px;
        margin-bottom: 10px;
    }

    .pageData p,
    .reviewsSection p {
        padding-bottom: 10px;
    }

    .pageData ul,
    .reviewsSection ul {
        margin: 10px 0;
        padding-left: 30px;
    }



    .four-cardDisplay .sliderCardInfo,
    .custom-cardDisplay .sliderCardInfo {
        margin-right: 6px;
        width: 224px;
        display: inline-block !important;
        min-height: 274px;
    }

    .four-cardDisplay .sliderCardInfo:nth-of-type(4n),
    .custom-cardDisplay .sliderCardInfo:nth-of-type(4n) {
        margin-right: 6px;
    }

    .four-cardDisplay .sliderCardInfo:last-child,
    .custom-cardDisplay .sliderCardInfo:last-child {
        margin-right: 0;
    }

    .four-cardDisplay .sliderCardInfo img,
    .custom-cardDisplay .sliderCardInfo img {
        height: 168px;
    }

    .four-cardDisplay .sliderCardInfo .textDiv,
    .custom-cardDisplay .sliderCardInfo .textDiv {
        padding: 10px;
    }

    .four-cardDisplay .sliderCardInfo .widgetCardHeading,
    .custom-cardDisplay .sliderCardInfo .widgetCardHeading {
        font-weight: normal;
    }

    .four-cardDisplay .sliderCardInfo.mobileOnly,
    .custom-cardDisplay .sliderCardInfo.mobileOnly {
        vertical-align: bottom;
    }

    .four-cardDisplay .sliderCardInfo+.mobileOnly .viewAllDiv {
        min-height: 266px;
    }



    .sideBarSection {
        margin-bottom: 10px;
    }

    .sideBarSection .sidebarHeading {
        margin: 10px;
        margin-bottom: 0;
    }

    .sideBarSection .listCard {
        padding: 10px;
    }

    .sideBarSection .sidebarImgDiv {
        margin-right: 10px;
        flex-basis: 56px;
    }

    .sideBarSection .sidebarTextLink {
        flex-basis: calc(100% - 66px);
    }

    .sideBarSection .sidebarTextLink .cardText {
        padding-bottom: 5px;
    }



    .customSlider .scrollLeft,
    .customSlider .scrollRight {
        display: none !important;
    }

    .two-cardDisplay .sliderCardInfo {
        padding: 10px;
        width: 271px;
        margin-right: 6px;
    }

    .two-cardDisplay .sliderCardInfo .row {
        display: block;
    }

    .two-cardDisplay .sliderCardInfo .clgLogo {
        margin-bottom: 10px;
        margin-right: 0;
    }

    .two-cardDisplay .sliderCardInfo p:first-child {
        font-size: 14px;
    }


    .customLogo p.listCard {
        padding: 10px;
    }

    .customLogo .sidebarImgDiv {
        margin-right: 10px;
    }

    .customLogo .sidebarTextLink {
        flex-basis: calc(100% - 66px);
    }

    .customLogo .sidebarTextLink .cardText {
        padding: 0;
    }

    .customLogo .listCard {
        padding: 5px 10px;
    }

    .viewAllDiv {
        min-height: 274px;
    }



    .sidebarImgDiv {
        flex-basis: 56px;
        margin-right: 10px;
        min-height: 56px;
    }

    .sidebarImgDiv img {
        width: 56px;
        height: 56px;
    }

    .listCard:last-child .recentnewsDiv.row {
        margin: 0;
    }

    .two-cardDisplay .customSliderCards .sliderCardInfo {
        min-height: 180px;
    }

    .two-cardDisplay .viewAllDiv {
        min-height: 160px;
    }

    .custom-cardDisplay .viewAllDiv {
        min-height: inherit;
    }

    .getSupport .button__row__container {
        width: 100%;
      }
    
      .getSupport .getSupport__subheading {
        display: none;
      }
  
      .getSupport {
        display: none;
      }
}

.tooltipIcon {
    width: 15px;
    height: 15px;
    background-position: 92px -323px;
    cursor: pointer;
}

.tooltipIcon:hover .tooltipIconText,
.tooltipIcon:hover .tooltipIconText:before {
    display: block;
}

.tooltipIconText {
    width: 270px;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    color: var(--primary-font-color);
    top: 28px;
    left: auto;
    z-index: 3;
    cursor: auto;
    font-weight: normal;
}

.tooltipIconText:before {
    content: "";
    width: 15px;
    height: 15px;
    transform: rotate(42.5deg);
    top: -7px;
    left: 5px;
    background: var(--color-white);
    position: absolute;
    box-shadow: 0 0px 7px 0px rgba(0, 0, 0, 0.16);
    z-index: 1;
    display: block;
}

.tooltipIconText,
.tooltipIconText:before {
    position: absolute;
    background: var(--color-white);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
    text-transform: initial;
    display: none;
}

.tooltipIconText:before {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.16);
}

.tooltipIconText {
    width: 200px;
    right: 20px;
    top: 32px;
}

.tooltipIconText:before,
.tooltipIcon:hover .tooltipIconText:before {
    display: none;
}

/*CourseL*/
/*College*/
a.viewAllReviewsBtn {
    display: block;
    max-width: 180px;
    margin: 0 auto;
}

/* .pageData,
  .reviewsSection {
    padding: 10px;
    margin-bottom: 10px;
  } */

.pageData .tooltipIcon,
.reviewsSection .tooltipIcon {
    vertical-align: middle;
    margin-bottom: 4px;
}

.pageData h2,
.reviewsSection h2 {
    padding: 8px 10px;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 10px;
    display: block;
}

.reviewsSection h2 a {
    display: none;
}

.pageData p,
.reviewsSection p {
    padding-bottom: 10px;
}

.pageData ul,
.reviewsSection ul {
    margin: 10px 0;
    padding-left: 30px;
}

.reviewsSection {
    background: var(--color-white);
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
    border: var(--border-line);
}

.reviewsSection h2 {
    font-size: 18px;
    line-height: 28px;
    padding: 8px 20px;
    margin: 0;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    background: #f5f5f5;
    text-transform: uppercase;
    position: relative;
}

.allReviews {
    background: var(--color-white);
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
    border: var(--border-line);
}

.allReviews .row {
    margin: 0;
}

.allReviews .col-md-3,
.allReviews .col-md-4 {
    text-align: center;
}

.allReviews .ratingHeading {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    padding-bottom: 10px;
}

.allReviews .ratingHeading span {
    font-size: 14px;
    color: #787878;
}

.allReviews .avgRating {
    font-size: 50px;
    line-height: 38px;
    padding: 20px 0;
    padding-top: 10px;
    font-weight: var(--font-bold);
}

.allReviews .subText {
    color: #787878;
    font-size: 14px;
    line-height: 28px;
    margin-top: 8px;
    font-weight: 500;
}

.allReviews .ratings {
    line-height: 25px;
}

.allReviews .ratings .full-star,
.allReviews .ratings .half-star,
.allReviews .ratings .empty-star {
    transform: scale(1.5);
    margin: 0 4px;
}

.bargraphBody {
    background: #c4c4c4;
    width: 100px;
    height: 4px;
    margin: 0 6px;
}

.valueIndicator {
    background: #ffc318;
    height: 4px;
}

.reviewRation {
    align-items: center;
    justify-content: center;
}

.reviewRation p {
    font-size: 15px;
    line-height: 28px;
}

.reviewsFilterOPtions {
    margin: 0;
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-between;
}

.reviewsFilterOPtions p {
    font-size: 16px;
    line-height: 28px;
    display: inline-block;
    font-weight: 500;
    margin-right: 15px;
}

.reviewsFilterOPtions ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.reviewsFilterOPtions ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 18px;
    border: var(--border-line);
    border-radius: 4px;
    position: relative;
    margin: 0 3px;
    cursor: pointer;
}

.reviewsFilterOPtions .sortbyDiv {
    width: 220px;
    border-radius: 3px;
    border: 1px solid #989898;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    background-color: var(--color-white);
    padding: 0px 12px;
}

.reviewsFilterOPtions .sortbyDiv .sortByText {
    font-size: 14px;
    line-height: 24px;
    margin-right: 0;
    font-weight: normal;
}

.reviewsFilterOPtions .sortbyDiv select {
    background-color: var(--color-white);
    background-position: 94% 13px !important;
    outline: none;
    flex-basis: 50%;
    padding: 6px 2px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    line-height: 24px;
}

.reviewsFilterOPtions .sortbyDiv select option {
    padding: 5px;
}

.reviewCard {
    background: var(--color-white);
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
    border: var(--border-line);
    max-height: 270px;
    min-height: 220px;
    position: relative;
    overflow: hidden;
}

.reviewCard .row {
    margin: 0;
}

.reviewCard img {
    flex-basis: 40px;
    max-height: 40px;
    max-width: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.reviewCard p {
    font-size: 15px;
    line-height: 24px;
}

.reviewCard p span {
    color: #787878;
}

.reviewCard ul {
    margin-top: 0px;
}

.reviewCard ul.reviewKeypoints {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.reviewCard ul.reviewKeypoints li {
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    position: relative;
    padding-right: 14px;
}

.reviewCard ul.reviewKeypoints li span {
    background: #388e3c;
    color: var(--color-white);
    border-radius: 5px;
    padding: 1px 6px;
}

.reviewCard ul.reviewKeypoints li:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #686868;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
}

.reviewCard ul.reviewKeypoints li:last-child {
    padding-right: 0;
}

.reviewCard ul.reviewKeypoints li:last-child:after {
    display: none;
}

.reviewCard .redirectPage {
    position: absolute;
    bottom: 0;
    left: 0;
    border: none;
    width: 100%;
    background: var(--color-white);
    padding: 0 19px;
    margin: 0;
    padding-bottom: 20px;
}

.reviewCard+.redirectPage {
    padding-bottom: 20px;
}

.redirectreviewCard {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.redirectreviewCard p {
    font-size: 12px;
    line-height: 24px;
}

.redirectreviewCard a {
    border: 1px solid var(--color-red);
    padding: 6px 20px;
    border-radius: 4px;
}

.four-cardDisplay .sliderCardInfo {
    margin-right: 14px;
}

.four-cardDisplay .sliderCardInfo {
    width: 23.8%;
    display: inline-block;
    padding: 0;
    white-space: initial;
}

.four-cardDisplay .sliderCardInfo:nth-of-type(4n) {
    margin-right: 0;
}

.four-cardDisplay .sliderCardInfo:nth-of-type(4n + 1) {
    margin-left: 20px;
}

.four-cardDisplay .sliderCardInfo:first-child {
    margin-left: 0px;
}

.four-cardDisplay .sliderCardInfo img {
    display: block;
    width: 100%;
}

.four-cardDisplay .sliderCardInfo figure {
    display: grid;
    height: 207px;
    border-bottom: var(--border-line);
}

.four-cardDisplay .sliderCardInfo figure img {
    align-self: center;
    height: auto;
    max-height: 207px;
}

.four-cardDisplay .sliderCardInfo p {
    font-size: 14px;
    line-height: 24px;
}

.four-cardDisplay .sliderCardInfo h3,
.four-cardDisplay .sliderCardInfo .widgetCardHeading {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 0;
    min-height: 48px;
    margin-bottom: 5px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.four-cardDisplay .sliderCardInfo .subText {
    color: #989898;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    padding: 20px;
}

.four-cardDisplay .sliderCardInfo .spriteIcon {
    position: initial;
    vertical-align: middle;
    margin-right: 5px;
}

.four-cardDisplay .sliderCardInfo .textDiv {
    padding: 20px;
}

.four-cardDisplay .sliderCardInfo .collegeLogo {
    width: 56px;
    height: 56px;
    border-radius: 4px;
    margin-top: -60px;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 5px;
}

.four-cardDisplay a {
    text-decoration: none;
}

.four-cardDisplay .displayCard:hover h3,
/* .four-cardDisplay .displayCard:hover .widgetCardHeading  */
.four-cardDisplay a:hover .widgetCardHeading {
    color: var(--anchor-textclr);
    text-decoration: underline;
}

.photoGallery .row {
    margin: 0;
}

.photoGallery h2.row {
    margin-bottom: 20px;
}

.photoGallery .picture {
    flex-basis: 23.7%;
    border-radius: 50%;
    margin-right: 20px;
    border-radius: 4px;
    border: var(--border-line);
    overflow: hidden;
}

.photoGallery .picture img {
    height: 206px;
    display: block;
    margin: 0 auto;
}

.photoGallery .picture:last-child,
.photoGallery .picture:nth-of-type(4n) {
    margin-right: 0;
}

.contsctUs iframe {
    width: 100%;
    display: block;
    height: 408px;
    border: none;
    /* pointer-events: none; */
}

.contsctUs p {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 20px;
    font-weight: 500;
}

.contsctUs ul {
    margin: 0;
    padding: 0;
}

.contsctUs ul li {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 10px;
    display: flex;
}

.contsctUs ul li .address {
    flex-basis: calc(100% - 30px);
}

.contsctUs ul li:last-child {
    padding-bottom: 0;
}

.contsctUs ul li a {
    color: var(--primary-font-color);
}

.contsctUs ul li:before {
    display: none;
}

.contsctUs ul .spriteIcon {
    width: 23px;
    height: 22px;
    vertical-align: middle;
    margin-right: 8px;
}

@media (max-width: 1023px) {
    .fixedExamRelatedDiv {
        border: none;
        box-shadow: 0 2px 4px 0 rgb(0 0 0 / 12%);
    }

    .fixedExamRelatedDiv {
        position: fixed;
        top: 0;
        z-index: 2;
        width: 100%;
        max-width: 1206px;
        margin: 0 auto;
        height: 50px;
        margin-left: -10px;
    }

    /* .brochureBtn.fixedbrochureBtn {
        position: fixed;
        width: 100%;
        left: 0;
        top: 45px;
        z-index: 2;
        margin: 0;
        box-shadow: 0 2px 4px 0 rgb(0 0 0 / 12%);
        border-radius: 0;
        transition: none;
        margin-top: 4px;
    } */

    .brochureBtn {
        display: block;
        text-align: center;
        margin: 0 -10px;
        border: 10px solid var(--color-white) !important;
        transition: none !important;
        padding: 0;
        margin-bottom: 10px;
    }

    .four-cardDisplay .sliderCardInfo {
        width: 224px;
        display: inline-block !important;
        margin-right: 5px;
        vertical-align: middle;
    }

    .four-cardDisplay .sliderCardInfo:nth-of-type(4n + 1) {
        margin-left: 5px;
    }

    .four-cardDisplay .sliderCardInfo:first-child {
        margin-left: 0;
    }

    .four-cardDisplay .sliderCardInfo+.mobileOnly .viewAllDiv {
        min-height: 266px;
    }

    .four-cardDisplay .sliderCardInfo figure {
        height: 168px;
    }

    .four-cardDisplay .sliderCardInfo .textDiv {
        padding: 10px;
    }

    .four-cardDisplay .sliderCardInfo .subText {
        padding: 10px;
    }

    .four-cardDisplay .sliderCardInfo h3,
    .four-cardDisplay .sliderCardInfo .widgetCardHeading {
        font-weight: normal;
    }

    .contsctUs iframe {
        display: block;
        max-height: 200px;
        width: 100%;
        margin-bottom: 16px;
    }

    .contsctUs ul {
        margin: 0;
        padding: 0;
    }

    .contsctUs ul li {
        padding-bottom: 7px;
        font-size: 13px;
    }

    .photoGallery h2.row {
        margin-bottom: 10px;
    }

    .photoGallery .row {
        display: block;
        overflow: auto;
        white-space: nowrap;
    }

    .photoGallery .picture {
        display: inline-block;
        width: 224px;
        margin-right: 5px;
    }

    .photoGallery .picture.mobileOnly {
        display: inline-block !important;
        margin-left: 5px;
    }

    .photoGallery .picture .viewAllDiv {
        min-height: 170px;
    }

    .photoGallery .picture img {
        height: 168px;
        width: 100%;
    }


}

.audio-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
}

.audio-container audio {
    width: 100%;
    border-radius: 10px;
}

.audio-text {
    flex-basis: 100%;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

/*adding translation button style*/
.webpSpriteIcon {
    display: inline-block !important;
    background: url(/yas/images/master_sprite.webp);
    text-align: left;
    overflow: hidden;
}

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

.translateIcon1 {
    background-position: -635px -876px;
    width: 27px;
    height: 24px;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
}

.translateIcon2 {
    background-position: -676px -876px;
    width: 27px;
    height: 24px;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;

}

.authorInfoAndTranslateBtn .updated-info.row {
    margin-top: 0;
}

.authorInfoAndTranslateBtn .translateBtn {
    padding: 5px 10px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.73;
    color: #3d8ff2;
    border-radius: 3px;
    border: solid 1px #d8d8d8;
    background-color: #fff;
    text-transform: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

/*translation style end*/

/**/
@media (max-width: 1023px) {
    .containerMargin {
        margin-top: -155px;
    }

    .getSupport {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 10px;
        border-radius: 0px;
        z-index: 1;
    }

    .getSupport .row {
        display: none;
    }

    .getSupport button {
        width: 47%;
        border-radius: 2px;
        font-size: 13px;
        padding: 6px 4px;
    }

    .getSupport button.applyScholarship {
        margin-left: 0;
    }

    .examInfo {
        padding: 10px;
    }

    .examInfo h2 {
        padding: 8px 10px;
        font-size: 15px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .examInfo h3 {
        font-size: 15px;
    }

    .liveApllicationFormsInner .row,
    .clgWithCourseInner .row {
        overflow: auto;
        white-space: nowrap;
        display: block;
    }

    .liveApllicationFormsInner .row .applicationDiv,
    .liveApllicationFormsInner .row .clgWithCourseDiv,
    .clgWithCourseInner .row .applicationDiv,
    .clgWithCourseInner .row .clgWithCourseDiv {
        margin-right: 10px;
        margin-bottom: 0px;
        display: inline-block !important;
        width: 86%;
        max-width: 86%;
        white-space: normal;
        vertical-align: middle;
        overflow: auto;
    }

    .liveApllicationFormsInner .clgWithCourseDiv .viewAllDiv,
    .clgWithCourseInner .clgWithCourseDiv .viewAllDiv {
        min-height: 350px;
    }

    .clgWithCourseInner .row .clgWithCourseDiv:nth-of-type(5n + 0) {
        margin-right: 10px;
    }

    .pageDescription .liveIcon {
        width: 40px;
        height: 17px;
        background-position: -26px -329px;
        vertical-align: text-top;
        float: none;
    }

    .pageDescription h1 {
        font-size: 18px;
        font-weight: normal;
        line-height: 1.56;
        color: #282828;
        padding-bottom: 10px;
        display: inline;
    }

    .pageDescription .updated-info.row {
        align-items: flex-start;
        flex-wrap: nowrap;
    }

    .pageDescription .updated-info.row .updatedDetails {
        flex-wrap: wrap;
    }

    .pageDescription .updated-info.row ul {
        position: unset;
        margin-left: 0px;
    }

    .sideBarSection {
        margin-bottom: 10px;
        width: 100%;
    }

    .sideBarSection .sidebarHeading {
        margin: 10px;
        margin-bottom: 0px;
    }

    .sideBarSection .listCard {
        padding: 10px;
    }

    .sideBarSection .sidebarImgDiv {
        flex-basis: 56px;
        margin-right: 10px;
    }

    .sideBarSection .sidebarImgDiv img {
        width: 56px;
        height: 56px;
    }

    .sideBarSection .sidebarTextLink {
        flex-basis: calc(100% - 66px);
    }

    .sideBarSection .sidebarTextLink p {
        font-size: 12px;
        line-height: 16px;
    }

    .sideBarSection .sidebarTextLink .applyText {
        padding-top: 5px;
    }

    .sideBarSection .sidebarTextLink .cardText {
        padding-bottom: 5px;
    }

    .articleList .articleDiv {
        min-height: 311px;
    }

    .articleList .articleDiv:nth-of-type(4n + 0) {
        margin-right: 10px;
    }

    .articleList .articleDiv:last-child {
        margin-right: 0px;
    }

    .xs-h50 {
        height: 50px !important;
    }

    .registerLatestArticle {
        display: none;
    }

    .blueBgDiv {
        background: var(--topheader-bg);
        width: 100%;
        height: 167px;
    }

    .bannerDiv {
        padding: 20px;
        margin-top: -155px;
    }

    .bannerDiv h1 {
        font-size: 18px;
        line-height: 28px;
    }

    .bannerDiv .updatedBy p {
        padding-left: 0;
    }

    .bannerDiv p {
        padding-bottom: 5px;
    }

    .bannerDiv p,
    .bannerDiv ul {
        padding-left: 50px;
    }

    .bannerDiv .updated-info.row {
        margin-top: 10px;
    }

    .bannerDiv .updated-info ul p {
        padding-bottom: 0;
        padding-left: 40px;
    }

    .bannerDiv .updated-info ul li a {
        vertical-align: middle;
    }

    .articelNote {
        padding: 10px;
    }

    .bannerImg img {
        max-height: 400px;
    }

    /* .getFreeScholorship {
        margin-top: 20px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    }

    .getFreeScholorship.fixedScholarshipBtn {
        position: fixed;
        width: 100%;
        left: 0;
        top: 60px;
        z-index: 2;
        background: var(--color-white);
        padding: 0;
        border: 10px solid var(--color-white);
        margin: 0;
    }

    .getFreeScholorship .primaryBtn {
        display: block;
        font-weight: var(--font-bold);
    } */

    .dataContainer,
    .articleInfo {
        padding: 10px;
    }

    .dataContainer h2,
    .articleInfo h2 {
        font-size: 15px;
        padding: 8px 10px;
        margin-bottom: 10px;
    }

    .tabelOfContent h2 {
        font-size: 15px;
    }

    .tabelOfContent ul {
        padding: 10px 30px;
    }

    .articleCardInfo {
        text-align: center;
        padding: 20px;
        border-radius: 4px;
        margin-bottom: 20px;
        display: block;
    }

    .articleCardInfo img {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .articleCardInfo h2 {
        padding: 0;
        margin-bottom: 10px;
        font-size: 20px;
    }

    .tagsDiv {
        padding: 0;
    }

    .tagsDiv ul li {
        line-height: 20px;
        margin-right: 0px;
    }

    .tagsDiv ul li:first-child {
        display: block;
        margin: 0;
        padding-bottom: 10px;
    }

    .tagsDiv ul li:nth-of-type(3n + 0) {
        margin-right: 0;
    }

    .tagsDiv ul li a {
        display: block;
    }

    .faq_section {
        padding: 10px;
    }

    .faq_section h2 {
        margin-bottom: 10px;
    }

    .faq_section p {
        font-size: 15px;
        padding: 10px;
        padding-left: 5px;
    }

    .faq_section .faq_answer {
        color: #787878;
        padding: 10px;
    }

    .contentProvider {
        padding: 10px;
    }

    .contentProvider .profilePic {
        margin-right: 10px;
    }

    .relatedArticles {
        margin-bottom: 20px;
        padding: 10px;
    }

    .relatedArticles h2 {
        margin-bottom: 10px;
        font-size: 15px;
        padding: 10px;
    }

    .relatedArticles h2 a {
        display: none;
    }

    .articleList.row {
        overflow: auto;
        white-space: nowrap;
        display: block;
    }

    .articleList .articleDiv {
        flex-basis: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        margin-right: 10px;
        margin-bottom: 0px;
        display: inline-block !important;
        width: 70%;
        white-space: normal;
        vertical-align: middle;
        overflow: auto;
        min-height: 300px;
        text-align: left;
    }

    .articleList .articleDiv .viewAllDiv {
        min-height: 267px;
    }

    .articleList .articleTxt {
        padding: 10px;
    }

    .trendingArtilce p,
    .recentArticles p,
    .recentnews p,
    .trendingNews p {
        padding: 10px;
    }

    .trendingArtilerList,
    .recentArticlesList,
    .recentnewsList {
        padding: 10px;
    }



    .setAlarmDiv .primaryBtn {
        border-radius: 0px;
    }

    .getSupport {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 10px;
        border-radius: 0px;
        z-index: 1;
    }

    .getSupport .row {
        display: none;
    }

    .getSupport button {
        width: 47%;
        border-radius: 2px;
        font-size: 13px;
        padding: 6px 4px;
    }

    .getSupport button.applyNow {
        margin-left: 0;
        width: 47%;
    }

    nav .examRelataedLinks {
        margin-left: -10px;
        margin-right: -10px;
    }

    .articleInfo .latestUpdates {
        /* padding: 20px 0px; */
        border-radius: 4px;
        /* background: #f0f8ff; */
        margin-bottom: 20px;
    }

    .articleInfo .latestUpdates .cardHeading {
        font-size: 15px;
        font-weight: 500;
        line-height: 26px;
        padding-bottom: 10px;
    }

    .articleInfo .latestUpdates ul {
        margin: 0;
        padding-left: 20px;
    }

    .articleInfo .latestUpdates ul li {
        position: relative;
    }

    .articleInfo .latestUpdates ul li:before {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        left: -20px;
        top: 5px;
        background: url("../../images/master_sprite.webp");
        background-position: 339px -374px !important;
    }

    .articleInfo .latestUpdates ul li span {
        font-size: 14px;
        color: #ff4e53;
    }

    .articleInfo .latestUpdates ul li a {
        cursor: pointer;
        color: #3d8ff2;
        text-decoration: none;
    }

    .articleInfo .latestUpdates {
        padding: 10px;
    }

    .audio-text {
        font-size: 16px;
    }

    .authorInfoAndTranslateBtn {
        flex-wrap: wrap;
        gap: 10px;
    }

    .translateBtn {
        flex-basis: 100%;
    }

    /*mobile css issue*/
    .getSupport button:first-of-type {
        margin-right: 10px;
    }

    .pageDescription h1 {
        display: inline-block;
    }

    .pageDescription .updated-info.row {
        align-items: center;
    }

    .updated-info.row ul p {
        vertical-align: middle;
    }

    .updated-info.row ul li {
        display: inline-flex;
    }

    .breadcrumbDiv {
        background: none;
    }

    .breadcrumbDiv ul li,
    .breadcrumbDiv ul li a {
        color: #333;
    }

    .breadcrumbDiv ul li a:after {
        background-position: 707px -150px !important;
    }

    .pageDescription {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .articleHeader {
        min-height: 145px;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        justify-content: center;
    }

    .pageDescription {
        padding: 10px;
    }

    .pageDescription .updated-info.row ul {
        z-index: 0;
        flex-basis: 100%
    }
}

@media (min-width:1023px) and (max-width:1236px) {
    .col-md-4 .getSupport button {
        width: 125px;
    }
}