iframe {
  border: 0;
}
* {
  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;
}
.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;
}
.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;
}
.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;
}
.agriculture {
  background-position: -28px -292px;
}
.design {
  background-position: -27px -28px;
}
.commerce {
  background-position: -214px -202px;
}
.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;
}
.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: 400;
}
.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: 400;
}
.courseHeroSection input#autoComplete:-ms-input-placeholder {
  color: #989898;
  opacity: 1;
  font-weight: 400;
}
.courseHeroSection input#autoComplete::placeholder {
  color: #989898;
  opacity: 1;
  font-weight: 400;
}
.courseHeroSection input#autoComplete:focus {
  background-size: auto;
  outline: none;
}
.courseHeroSection input#autoComplete:focus::-webkit-input-placeholder {
  padding-left: 0;
  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;
}
.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;
  position: relative;
}
.pageData h2 a {
  font-size: 14px;
  line-height: 24px;
  color: var(--color-red);
  font-weight: 500;
  text-transform: capitalize;
}
.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;
}
.readMoreDiv {
  box-shadow: none;
  border: var(--border-line);
  border-top: none;
}
.readMoreDiv .readMoreInfo {
  text-transform: capitalize;
}
.readMoreDiv.pageInfo {
  max-height: 240px;
}
.courseCardList {
  margin: 0;
}
.courseCard {
  background: var(--color-white);
  border-radius: 4px;
  margin-bottom: 20px;
  border: var(--border-line);
  flex-basis: 32.2%;
  margin-right: 20px;
  overflow: hidden;
}
.courseCard.hideStreamCard {
  display: none;
}
.courseCard:nth-of-type(3n) {
  margin-right: 0;
}
.courseCard .row {
  margin: 0;
  padding: 20px;
  min-height: 133px;
  align-items: flex-start;
  border-bottom: var(--border-line);
}
.courseCard .row:first-child {
  align-items: center;
  min-height: auto;
}
.courseCard .courseTitle {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  font-weight: 500;
  color: var(--primary-font-color);
}
.courseCard a {
  display: inline-block;
  text-decoration: none;
}
.courseCard a:hover {
  color: var(--anchor-textclr);
}
.courseCard .courseName {
  flex-basis: 47%;
  max-width: 163px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: var(--border-line);
  border-radius: 4px;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: 0.2s ease;
  text-align: center;
  word-break: break-all;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.courseCard .courseName:hover {
  border: 1px solid var(--anchor-textclr);
}
.courseCard .courseName:nth-of-type(2n) {
  margin-right: 0;
}
.courseCard .checkAllCourses {
  font-size: 14px;
  line-height: 24px;
  color: var(--color-red);
  padding: 10px;
  border: none;
  font-weight: 500;
  overflow: hidden;
  display: block;
  text-align: center;
  width: 100%;
  background: var(--color-white);
  transition: 0.2s ease;
}
.courseCard .checkAllCourses:hover {
  color: var(--color-white);
  background: var(--color-red);
  overflow: hidden;
}
.viewAllStream {
  font-size: 14px;
  line-height: 24px;
  display: block;
  color: var(--color-red);
  background: var(--color-white);
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 10px 40px;
  font-weight: 500;
  text-align: center;
}
.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 0 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: 400;
  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: 400;
  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: 0;
}
.customSlider .sliderCardInfo .subText .spriteIcon {
  position: initial;
  vertical-align: middle;
}
.customSlider .sliderCardInfo a {
  text-decoration: none;
}
.four-cardDisplay .sliderCardInfo {
  width: 23.8%;
  display: inline-block;
  white-space: initial;
}
.courseHeroSection.pageData {
  margin-top: 0;
}
.courseHeroSection.pageData p {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .horizontalRectangle,
  .verticleRectangle,
  .squareDiv {
    margin-bottom: 10px;
  }
  .courseHeroSection {
    margin-top: -157px !important;
    padding: 20px;
    padding-bottom: 14px;
    margin-bottom: 10px;
    background: var(--color-white);
  }
  .courseHeroSection h1 {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px;
  }
  .courseHeroSection .searchBar {
    margin-bottom: 10px;
  }
  .poplarCourse ul li {
    margin-bottom: 6px;
  }
  .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 h2 a,
  .reviewsSection h2 a {
    display: none;
  }
  .pageData p,
  .reviewsSection p {
    padding-bottom: 10px;
  }
  .pageData ul,
  .reviewsSection ul {
    margin: 10px 0;
    padding-left: 30px;
  }
  .pageData.pageInfo {
  }
  .readMoreDiv {
    margin-bottom: 10px;
  }
  .courseCard {
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .courseCard .row {
    padding: 10px;
    min-height: auto;
  }
  .courseCard .courseSprite {
    transform: scale(0.7);
    margin: 0;
  }
  .courseCard .courseName {
    margin-right: 10px;
    margin-bottom: 10px;
    flex-basis: 48.2%;
  }
  .courseCard .row:first-child {
    padding: 0;
  }
  .viewAllStream {
    width: 100%;
    padding: 5px 20px;
    margin-bottom: 10px;
  }
  .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: 400;
  }
  .four-cardDisplay .sliderCardInfo.mobileOnly,
  .custom-cardDisplay .sliderCardInfo.mobileOnly {
    vertical-align: bottom;
  }
  .four-cardDisplay .sliderCardInfo + .mobileOnly .viewAllDiv {
    min-height: 266px;
  }
  .customSlider .scrollLeft,
  .customSlider .scrollRight {
    display: none !important;
  }
  .viewAllDiv {
    min-height: 274px;
  }
}