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

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

.pageDescription p {
  font-size: 15px;
  line-height: 26px;
  padding-bottom: 15px;
}

.pageDescription li {
  font-size: 15px;
  line-height: 32px;
}

.pageDescription p a {
  text-decoration: none;
}

.sortBySection {
  padding-bottom: 15px;
}

.sortBySection h2 {
  color: var(--primary-font-color);
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
  font-weight: var(--font-semibold);
}

.sortBySection button {
  border: var(--border-line);
  border-radius: 25px;
  padding: 5px 12px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: var(--color-white);
  color: #787878;
  font-weight: var(--font-semibold);
  font-size: 14px;
  line-height: 24px;
}

.sortBySection select,
.sortBySection .sortByOption ul {
  background: #fafbfc;
  padding: 5px 12px;
  border: var(--border-line);
  font-size: 14px;
  line-height: 24px;
  color: #787878;
  background-position: 94% 13px !important;
  cursor: pointer;
}

.sortBySection select option,
.sortBySection .sortByOption ul option {
  background: #fff;
  color: var(--primary-font-color);
}

.sortBySection .sortByOption {
  position: relative;
}

.sortBySection .sortByOption ul {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: 0;
}

.sortBySection .sortByOption ul li {
  font-size: 14px;
  line-height: 28px;
  list-style-type: none;
  padding: 0px 12px;
  background: var(--color-white);
}

.sortBySection .sortByOption ul li:not(.init) {
  display: none;
}

.sortBySection .sortByOption ul li.init {
  padding: 5px 12px;
  background: #fafbfc;
  border-bottom: var(--border-line);
  font-weight: var(--font-semibold);
}

.sortBySection .sortByOption ul li.init a {
  color: #787878;
}

.sortBySection .sortByOption ul li a {
  color: var(--primary-font-color);
  text-decoration: none;
}

.sortBySection .sortByOption ul:after {
  content: "";
  width: 15px;
  height: 10px;
  background: url(/yas/images/select-angle.png?9962fd8a0aedc3b373e4c9d4a758f3db) !important;
  background-repeat: no-repeat !important;
  position: absolute;
  color: var(--primary-font-color);
  z-index: 1;
  right: 12px;
  top: 15px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  pointer-events: none;
}

.sortBySection .sortByOption ul.rotateAngle {
  border-bottom: var(--border-line);
}

.sortBySection .sortByOption .rotateAngle:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.examTypeDiv {
  border-radius: 4px;
  border: var(--border-line);
  margin-bottom: 20px;
}

.examTypeDiv .row {
  margin: 0;
  padding: 20px;
  -webkit-box-align: center;
          align-items: center;
}

.examTypeDiv .clgLogo a {
  display: block;
}
.examTypeDiv .clgLogo {
  flex-basis: 72px;
}
.examTypeDiv .clgLogo img {
  max-width: 72px;
  border-radius: 50%;
  display: block;
  height: 72px;
  cursor: pointer;
}

.examTypeDiv .applyClg .applyNow {
  width: 113px;
  padding: 6px 12px;
}

.examTypeDiv h3 {
  line-height: 18px;
  line-height: 28px;
  color: var(--primary-font-color);
  padding-bottom: 10px;
}

.examTypeInfo {
  min-width: 670px;
  padding: 0 20px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.examTypeInfo h3 a {
  color: var(--primary-font-color);
}

.examTypeInfo a {
  text-decoration: none;
}

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

.scheduledDates.row {
  padding: 0;
}

.scheduledDates .col-md-4 {
  padding-left: 0;
}

.scheduledDates p {
  font-size: 14px;
  line-height: 24px;
  color: var(--primary-font-color);
  font-weight: var(--font-semibold);
}

.scheduledDates p:last-child {
  color: #989898;
}

.examCriteria {
  padding: 20px;
  border-top: var(--border-line);
}

.examCriteria ul {
  margin: 0;
  padding: 0;
  display: block;
}

.examCriteria ul li {
  display: inline-block;
  margin-right: 0;
}

.examCriteria ul li a {
  padding: 5px 12px;
  border-radius: 3px;
  border: 1px solid var(--anchor-textclr);
  display: block;
  text-decoration: none;
  color: var(--anchor-textclr);
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: var(--font-semibold);
  margin-right: 10px;
}

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

.examFilterSection .filterByTypeDiv {
  padding: 16px;
  max-height: 155px;
  overflow: auto;
}

.examFilterSection .filterByTypeDiv > div {
  padding-bottom: 8px;
}

.examFilterSection .filterByTypeDiv > div:last-child {
  padding-bottom: 0;
}

.examFilterSection p {
  background: #f5f5f5;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 24px;
  color: var(--primary-font-color);
  font-weight: var(--font-semibold);
  cursor: pointer;
  position: relative;
}

.examFilterSection p:after {
  content: " ";
  background: url('../../images/master_sprite.webp');
  width: 12px;
  height: 21px;
  position: absolute;
  right: 17px;
  top: 12px;
  background-position: 652px -94px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.examFilterSection p.down_angle:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.examFilterSection label {
  color: #787878;
  line-height: 24px;
  font-size: 14px;
  padding-left: 10px;
  cursor: pointer;
}

.examFilterSection input[type=checkbox] {
  margin: 0;
  vertical-align: middle;
}

.examFilterSection .filterSearch {
  padding: 16px 0;
}

.examFilterSection .filterSearch input[type=text] {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 16px;
  border: var(--border-line);
  width: 100%;
}

.examFilterSection .filterSearch ul {
  margin: 0;
  padding: 0 16px;
  max-height: 120px;
  overflow: auto;
}

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

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

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

.examFilterSection .filterSearch ul li {
  list-style-type: none;
  padding-bottom: 8px;
}

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

.tglClass,
.mobileSortandFilter,
.mobileSortSection,
.mobileFilterSection {
  display: none;
}

.latestInfoSection .latestInfoDiv {
  flex-basis: 23.2%;
}

.filterToggle {
  padding: 16px;
}

.summary {
  padding-bottom: 15px;
}

#examsearch-level div,
#examsearch-type div,
#examsearch-mode div {
  padding-bottom: 8px;
}

#examsearch-level div:last-child,
#examsearch-type div:last-child,
#examsearch-mode div:last-child {
  padding-bottom: 0;
}

.pageDescription p {
  font-size: 15px;
  line-height: 28px;
  padding-bottom: 10px;
}

.pageDescription h2 {
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 28px;
  background: #f5f5f5;
  padding: 8px 20px;
  color: var(--primary-font-color);
  margin-bottom: 20px;
}
.pageDescription h3 {
    line-height: 18px;
    line-height: 28px;
    padding-bottom: 15px;
}

/* theme css starts  */

.examFilterSection,
.pageDescription {
  margin-top: 10px;
}
.examTypeDiv,
.pagination li,
ul.pagination li {
  background: var(--color-white);
}
.pagination li.active,
ul.pagination li.active a {
  background: var(--color-red);
}
.examFilterSection,
.pageDescription,
.latestInfoSection,
.otherEntranceExams,
.readMoreDiv {
  border: var(--border-line);
  box-shadow: none;
}
.readMoreDiv {
  border: var(--border-line);
  border-top: none;
}

@media (max-width: 1023px) {
  .list-view {
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  }

  .summary {
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 10px;
  }

  .quickLinks ul {
    max-height: 100%;
    overflow: initial;
  }

  .breadcrumbDiv {
    padding: 8px;
    background: var(--topheader-bg);
  }

  .breadcrumbDiv ul li {
    color: var(--color-white);
  }

  .breadcrumbDiv ul li a {
    color: var(--color-white);
  }

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

  .examFilterSection {
    display: none;
  }

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

  .pageDescription h1 {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 10px;
  }
  
  .pageInfo .table-responsive table thead tr{
    color: #fff;
    background: #4374b9;
    font-size: 14px;
    padding: 0;
    font-weight: 700;
  }
  /* .getFreeScholorship {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    background: var(--color-white);
    margin-bottom: 10px;
    display: none !important;
  }

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

  .getFreeScholorship .primaryBtn {
    display: block;
  } */

  .examTypeDiv .row {
    padding: 10px;
  }

  .examTypeDiv .mobileOnly {
    width: 100%;
  }

  .examTypeDiv h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .examTypeDiv .clgLogo{
    flex-basis: 64px;
  }
  .examTypeDiv .clgLogo img {
    max-width: 64px;
    height: 64px;
  }

  .examTypeDiv .examTypeInfo {
    min-width: auto;
    padding: 0 12px;
    flex-basis: calc(100% - 64px);
  }

  .scheduledDates.row {
    padding: 0;
  }

  .scheduledDates .col-md-4:nth-of-type(3n + 0) {
    padding-right: 0;
  }

  .scheduledDates p {
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 4px;
  }

  .examCriteria {
    padding: 10px;
    padding-bottom: 0px;
  }

  .examCriteria ul li a {
    margin-bottom: 10px;
  }

  .mobileApplyNow {
    padding: 10px;
    border-top: var(--border-line);
  }

  .mobileApplyNow .applyNow {
    display: block;
  }

  .sortBySection {
    display: none;
  }

  .mobileSortandFilter {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #ffffff;
    left: 0;
    z-index: 3;
  }

  .mobileSortandFilter .optionDiv {
    padding: 10px;
  }

  .mobileSortandFilter button {
    width: 49%;
    font-size: 14px;
    line-height: 24px;
    border: var(--border-line);
    color: #787878;
    background-color: #fafbfc;
    padding: 6px;
    text-transform: uppercase;
    position: relative;
    border-radius: 3px;
  }

  .mobileSortandFilter button:focus {
    outline: none;
  }

  .mobileSortSection {
    background: rgba(0, 0, 0, 0.639215);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
  }

  .mobileSortDiv {
    position: fixed;
    height: auto;
    bottom: 0;
    left: 0;
    overflow: auto;
    border-radius: 11px 11px 0 0;
    width: 100%;
    background: var(--color-white);
    z-index: 3;
  }

  .mobileSortDiv h2 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 20px;
    border-bottom: var(--border-line);
    font-size: 15px;
    line-height: 24px;
  }

  .mobileSortDiv ul {
    margin: 0;
    padding: 0 20px;
  }

  .mobileSortDiv ul li {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    border-bottom: var(--border-line);
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    padding: 10px 0;
  }

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

  .mobileSortDiv ul li.selected {
    font-weight: 700;
  }

  .mobileFilterSection {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    background: var(--color-white);
  }

  .mobileFilterSection h2 {
    background: var(--color-white);
    padding: 12px 16px;
    color: var(--primary-font-color);
    line-height: 20px;
    font-size: 14px;
    text-transform: uppercase;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    border-bottom: var(--border-line);
  }

  .mobileFilterSection h2 span {
    color: var(--color-red);
  }

  .filterOptionDiv {
    display: -webkit-box;
    display: flex;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 3;
  }

  .filterOptionDiv button {
    flex-basis: 50%;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid var(--color-red);
    background-color: #fafbfc;
    padding: 11px;
    font-weight: var(--font-semibold);
    color: var(--color-red);
    text-align: center;
    background: var(--color-white);
  }

  .filterOptionDiv button.applyFilter {
    background: var(--color-red);
    color: var(--color-white);
  }

  .filterTab {
    display: -webkit-box;
    display: flex;
    height: 100%;
  }

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

  .filterTab .tabs {
    flex-basis: 140px;
  }

  .filterTab .tabs li {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 24px;
    color: var(--primary-font-color);
  }

  .filterTab .tabs li.tab-link.current {
    font-weight: var(--font-semibold);
    background: #fafbfc;
  }

  .filterContentDiv {
    flex-basis: calc(100% - 140px);
    background: #fafbfc;
    padding: 10px;
  }

  .filterContentDiv input[type=checkbox] {
    width: auto;
    display: inline-block;
    margin: 0;
    height: auto;
    width: 16px;
    height: 16px;
    padding: 0;
    vertical-align: middle;
  }

  .filterContentDiv input[type=text] {
    border: var(--border-line);
    padding: 8px 16px;
    border-radius: 3px;
    background: var(--color-white);
  }

  .filterContentDiv label,
  .filterContentDiv li {
    color: #787878;
    line-height: 24px;
    font-size: 14px;
    padding-left: 8px;
  }

  .filterContentDiv ul {
    padding: 10px 6px;
    margin: 0;
    overflow: auto;
    max-height: 500px;
  }

  .filterContentDiv ul li {
    list-style-type: none;
    padding-bottom: 8px;
    padding-left: 0;
  }

  .filterContentDiv li {
    padding-left: 0;
  }

  .filterContentDiv form div {
    padding-bottom: 8px;
  }

  .pageDescription p {
    padding-bottom: 10px;
  }
  
  .pageDescription h2 {
    padding: 8px 10px;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .pageDescription h3 {
      font-size: 16px;      
      padding-bottom: 10px;
  }
}

