.page-header {
  height: auto;
}

.pageHeading {
  padding: 20px 0;
}

.pageHeading h1 {
  font-weight: 400;
  font-size: 24px;
  line-height: 38px;
}

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

.catgegoryArticle .row {
  margin: 0;
}

.catgegoryArticle .articleBanner {
  flex-basis: 309px;
  display: flex;
  align-items: center;
  border-right: var(--border-line);
}

.catgegoryArticle .articleBanner img {
  max-width: 309px;
  max-height: 232px;
  display: block;
  cursor: pointer;
}

.catgegoryArticle .articleText {
  flex-basis: calc(100% - 310px);
  padding: 20px;
}

.catgegoryArticle .articleText h2 {
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
  font-weight: 500;
}

.catgegoryArticle .articleText h2 a {
  text-decoration: none;
  color: var(--primary-font-color);
}

.catgegoryArticle .articleText h2 a:hover {
  color: var(--anchor-textclr);
  text-decoration: underline;
}

.catgegoryArticle .articleText p {
  font-size: 15px;
  line-height: 26px;
  color: #787878;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  margin-bottom: 20px;
}

.catgegoryArticle .updated-info {
  font-size: 14px;
  line-height: 20px;
}

.catgegoryArticle .updated-info.row {
  -webkit-box-align: center;
  align-items: center;
}

.catgegoryArticle .updated-info .updatedBy {
  padding-right: 5px;
}

.catgegoryArticle .updated-info .updatedBy img {
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 50%;
}

.catgegoryArticle .updated-info .updatedBy .authorName {
  font-weight: var(--font-semibold);
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}


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

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

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

.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);
}



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

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

.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;
}

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

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

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

.bannerDiv,
.registerLatestArticle {
  margin-top: 10px;
}


.recentnewsList {
  padding: 20px;
}

.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;
}

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

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

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

.sidebarTextLink {
  font-size: 14px;
  line-height: 24px;
  color: var(--primary-font-color);
  font-weight: 500;
  text-decoration: none;
  display: -webkit-box;
  font-weight: 400;
  padding: 0;
  -webkit-box-orient: vertical;
  overflow: hidden;
  border: none;
}
.recentnewsDivText .sidebarTextLink img{
  width: 37px;
  height: 15px;
  display: inline-block; 
}  

body,
.breadcrumbDiv {
  background: #f3f2ef;
}



.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;
  height: 58px;
  display: none;
  background: var(--color-white);
  border: var(--border-line);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12);
  background-color: var(--color-white);
  padding: 20px;
}

.getSupport .button__row__container {
  display: flex;
  gap: 13px;
  align-items: center;
}

.getSupport button:first-child {
  background-color: #0966c2;
}


.getSupport button {
  width: 250px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 14px;
  padding: 6px;
  text-align: center;
  color: var(--color-white);
  font-weight: var(--font-bold);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  height: 36px;
}

.getSupport button {
  flex: 1;
}

/*----------------news landing--------------*/
.bannerSection {
  margin: 20px 0;
  margin-top: 10px;
}

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

.topSearcheSection {
  background-color: var(--color-white);
  padding: 8px 0;
  margin-bottom: 30px;
}

.topSearcheSection .topsearchtext {
  margin-right: 20px;
  font-size: 18px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #0966c2;
}

.topSearchDiv ul.scrolling-list {
  margin: 0;
  padding: 0;
  display: block;
  white-space: nowrap;
  overflow-x: auto;
}


@keyframes scroll-horizontal-left-topSearchDiv {
	0% {
		left: 1%
	}

	100% {
		left: -100%
	}
}

@keyframes scroll-horizontal-transform-topSearchDiv {
	0% {
		transform: translateX(0)
	}

	100% {
		transform: translateX(-600px)
	}
}

.scrolling-list {
	-ms-overflow-style: none;
	scrollbar-width: none
}

.scrolling-list::-webkit-scrollbar {
	display: none
}

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

.topSearchDiv ul li {
  display: inline-block;
  white-space: initial;
  padding: 0 5px;
  animation: var(--animation-type) 15s linear infinite;
  position: relative;
}
.topSearchDiv ul li:first-child {
	padding-left: 0
}

.topSearchDiv ul li a {
  font-size: 14px;
  line-height: 20px;
  display: block;
  color: var(--primary-font-color);
  font-weight: 400;
}
.topSearchDiv ul li a:hover {
	color: var(--anchor-textclr)
}



/*-------banner-------*/
.latestArticleSection {
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .12);
  background-color: var(--color-white);
  padding: 20px;
  padding: 0;
}
.latestArticleSection ul{
  padding: 0;
  list-style: none;
}

.latestArticleSection .aticleInfo img.gifLive,
.bannerDiv img.gifLive {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  max-width: 72px;
  height: 32px;
}

.latestArticleSection .aticleInfo img.gifLive,
.bannerDiv img.gifLive {
  display: block;
  margin: 0;
  height: 30px;
}

.latestArticleSection.row {
  height: auto;
}

.latestArticleSection .article1-view {
  position: relative;
}

.latestArticleSection .articleDisplay {
  flex-basis: calc(100% - 735px);
  height: 270px;
  border-right: 0;
  position: relative;
}

.latestArticleSection .articleDisplay figure {
  border: none;
  max-height: 270px;
}

.latestArticleSection .articleDisplay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #282828 56%);
  border-radius: 4px;
}

.latestArticleSection .articleDisplay .aticleInfo {
  padding: 20px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.latestArticleSection .articleDisplay .aticleInfo h2 {
  margin-bottom: 10px;
  -webkit-line-clamp: 3;
}

.latestArticleSection .articleDisplay .aticleInfo h2 a,
.latestArticleSection .articleDisplay .aticleInfo .updated-info p {
  color: var(--color-white);
}

.latestArticleSection img {
  height: 270px;
}

.latestArticleSection .articleList {
  flex-basis: 735px;
  padding: 21px 31px;
  position: relative;
}

.latestArticleSection .articleList ul li {
  height: 57px;
  padding: 0;
  min-height: 57px;
  border: none;
}

.latestArticleSection .articleList ul li img {
  width: 95px;
  height: 45px;
  display: inline-block;
  border-radius: 0px;
}

.latestArticleSection .articleList ul li img.gifLive {
  height: 15px;
  display: inline-block; 
}

.latestArticleSection .articleList ul li a {
  display: flex;
  width: 100%;
  align-items: center;
  max-height: 57px;
}

.latestArticleSection .articleList ul li a:hover .articleName {
  color: var(--anchor-textclr);
}

.latestArticleSection .articleList ul li .articleName {
  padding-left: 10px;
  flex-basis: calc(100% - 155px);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  align-items: center;
  line-height: 20px;
}

.latestArticleSection .articleList ul li .articleName img.gifLive {
  width: auto;
}

.latestArticleSection .viewAll {
  position: absolute;
  right: 16px;
  height: auto;
  display: block;
  bottom: 16px;
  min-height: auto;
}

.latestArticleSection .viewAll a {
  color: var(--color-red);
  font-weight: 600;
}

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

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

.latestInfoList .latestInfoDiv .viewAllDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

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

.latestInfoListContainer {
  position: relative;
}

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

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

.latestInfoSection .latestInfoDiv {
  min-width: 23.7%;
      flex-basis: 23.7%;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
    border:1px solid #d8d8d8;
    overflow: hidden;
}

.latestInfoSection .latestInfoDiv:nth-of-type(4n) {
  margin-right: 20px;
}

.latestInfoSection .latestInfoDiv:last-child {
  margin-right: 0;
}
.latestInfoSection .latestInfoDiv figure, .otherEntranceExams .latestInfoDiv figure {
    margin: 0;
}
.latestInfoSection .latestInfoDiv img, .articlesByCategory .latestInfoDiv img {
    width: auto;
    margin: 0 auto;
}
.latestInfoSection .latestInfoDiv figure, .articlesByCategory .latestInfoDiv img, .articleList .articleDiv figure {
    border-bottom: 1px solid #d8d8d8;
}
.commentSection {
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12);
    background-color: white;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #d8d8d8;
}

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

/*----------banner-------*/

.articleAuthorName {
    padding: 16px;
    padding-top: 0;
    display: -webkit-box;
    font-size: 14px;
    line-height: 24px;
    color: #989898;
    margin: 0;
    font-weight: 400;
}
.articleAuthorName:hover {
    color: #337ab7;
    text-decoration: underline;
}

.liveUpdateSection .whiteDot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--color-white);
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.liveUpdateSection .liveUpdateHeading {
    background: var(--color-red);
    color: var(--color-white);
    padding: 8px 20px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 20px
}

.latestNewsList {
    position: relative;
    padding-left: 22px
}

.latestNewsList:before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 15px);
    transform: translate(0,-10px);
    left: 8px;
    bottom: 0;
    border-left: 1.2px dashed var(--color-red)
}

.lastestNewsDiv {
    padding-bottom: 10px;
    border-bottom: var(--border-line);
    margin-bottom: 20px;
    position: relative
}

.lastestNewsDiv:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.lastestNewsDiv .newsUpdatedTime {
    position: relative
}

.lastestNewsDiv .newsUpdatedTime:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 3px;
    left: -22px;
    z-index: 1;
    background-image: url(/yas/images/master_sprite.webp?master_sprite.webp?b5965618277cb72aa2882736b150fec5);
    background-position: 593px -400px;
    background-color: var(--color-white)
}


@media (max-width: 1023px) {
  .getSupport .button__row__container {
    width: 100%;
  }

  .getSupport .button__row__container {
    gap: 5px;
  }

  .getSupport button {
    padding: 6px 2px;
    font-size: 12px;
  }

  .getSupport button {
    flex-grow: 1;
  }

  .catgegoryArticle .articleBanner {
    border-right: 0;
    border-bottom: var(--border-line);
    justify-content: center;
  }

  .catgegoryArticle .articleBanner img {
    max-width: 100%;
    width: 100%;
    cursor: pointer;
  }

  .catgegoryArticle .row {
    display: block;
  }

  .catgegoryArticle .updated-info.row {
    display: -webkit-box;
    display: flex;
  }

  .catgegoryArticle .updated-info p {
    margin-bottom: 0;
  }

  .catgegoryArticle .articleText p {
    font-size: 14px;
    line-height: 24px;
    -webkit-line-clamp: 5;
    margin-bottom: 10px;
  }

  .latestArticleSection .articleDisplay {
    flex-basis: auto;
    height: 276px;
  }

  .latestArticleSection .articleDisplay>div {
    position: relative;
  }

  .latestArticleSection .articleDisplay .mobileOnly {
    vertical-align: bottom;
    display: inline-block !important;
    margin-right: 0;
  }

  .latestInfoSection {
    padding: 10px;
  }

  .latestInfoSection h2 {
    font-size: 15px;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: var(--font-semibold);
  }

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

  .latestInfoList.row,
  .otherEntranceExams .row {
    overflow: auto;
    white-space: nowrap;
    display: block;
  }

  .latestArticleSection.row {
    display: block;
    box-shadow: none;
    height: auto;
  }

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

  .mobileOnly {
    display: block !important;
  }

  .blueBgDiv {
    background: #f3f2ef !important;
  }
   .liveUpdateSection .liveUpdateHeading {
		padding: 8px 10px
	} 
}