@charset "UTF-8";
.bg-primary {
  background-color: #202359 !important;
  color: white;
}

#linkCopiedToast {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
}

@media (max-width: 480px) {
  #district-alert span {
    font-size: 11px;
  }
  #district-alert .btn-close {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
  }
}

.SchoolSingle {
  background: #fcfdff;
}
.SchoolSingle #singleSchoolToast {
  left: 50%;
  transform: translateX(-50%);
}
.SchoolSingle #singleSchoolToast .toast {
  background-color: #2196f3;
  min-width: 500px;
}
@media (max-width: 500px) {
  .SchoolSingle #singleSchoolToast .toast {
    min-width: 100%;
  }
}
.SchoolSingle .rate .Stars {
  --percent: calc(
    var(--rating) / 5 * 100%
  );
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
}
@media only screen and (max-width: 1140px) {
  .SchoolSingle .rate .Stars {
    font-size: 14px;
  }
}
.SchoolSingle .rate .Stars::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(90deg, var(--Ya-yellow) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 767px) {
  .SchoolSingle .rate .Stars::before {
    content: "★";
  }
}
.SchoolSingle .rate span {
  color: #e16c19;
}
.SchoolSingle .more-btn {
  background-color: #000;
  color: #fff !important;
}
.SchoolSingle .lightgrey-text {
  font-size: 14px;
  color: #656974;
}
.SchoolSingle .book-now span {
  right: 0;
}
.SchoolSingle .custom-shadow {
  box-shadow: 0 5px 14px -3px rgba(0, 0, 0, 0.07);
}
.SchoolSingle .rate-number {
  background-color: #e16c19;
  color: #fff;
  border-radius: 4px;
  padding: 13px 10px 10px 10px;
}
.SchoolSingle .review-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 85px;
  line-height: 1.8;
}
.SchoolSingle .text-bold {
  font-weight: bold;
  font-size: 1rem;
}
.SchoolSingle #school-follow,
.SchoolSingle #school-recommend {
  background-color: white;
  color: #202359;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  border-radius: 25px;
  border: 1px solid #e0e0eb;
  display: flex;
  justify-content: center;
  align-items: center;
}
.SchoolSingle #school-follow.clicked,
.SchoolSingle #school-recommend.clicked {
  background: rgba(223, 223, 223, 0.61);
  color: #202359;
  font-weight: 800;
}
.SchoolSingle #school-follow {
  padding: 8.5px 45px;
}
@media screen and (min-width: 992px) and (max-width: 1240px) {
  .SchoolSingle #school-follow {
    padding: 8.5px 20px;
  }
}
.SchoolSingle #school-recommend {
  width: 40px;
  height: 40px;
}
.SchoolSingle .tamweelCTA {
  margin-top: 24px;
  background-color: #202359;
  border-radius: 25px;
  color: white;
  line-height: 21px;
  font-size: 14px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.SchoolSingle .header-section .school-imgs {
  height: 15rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/img/school-single-web.jpg");
  background-position: center;
}
@media (max-width: 993px) {
  .SchoolSingle .header-section .school-imgs {
    height: 70vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/img/school-single-ipad.jpg");
  }
}
@media (max-width: 600px) {
  .SchoolSingle .header-section .school-imgs {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/img/school-single-mob.jpg");
  }
}
@media (min-width: 1000px) and (max-width: 1280px) {
  .SchoolSingle .header-section .school-imgs {
    height: 30rem;
  }
}
.SchoolSingle .header-section .school-options a,
.SchoolSingle .header-section .school-options button {
  font-size: 0.7rem !important;
}
.SchoolSingle .header-section .rate-section {
  background-color: #fff;
  font-size: 15px;
  padding-right: 160px;
  box-shadow: 0 1rem 3rem rgba(128, 128, 128, 0.175) !important;
}
.SchoolSingle .header-section .rate-section .school-progress .progress {
  height: 3px;
}
.SchoolSingle .header-section .rate-section .school-progress .progress .progress-bar {
  width: var(--progress);
  background-color: #5fb208;
}
.SchoolSingle .header-section .rate-section .school-progress span {
  color: #5fb208;
  font-size: 12px;
}
.SchoolSingle .header-section .school-info-section-xl {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.SchoolSingle .header-section .school-info-section-xl .single-school-logo {
  min-height: 170px;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 6px;
  box-shadow: -3px 10px 30px 20px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}
.SchoolSingle .header-section .school-info-section-xl .single-school-logo .logo {
  width: 150px;
  max-height: 150px;
}
.SchoolSingle .header-section .school-info-section-xl .name-options-row {
  padding-top: 35px;
}
.SchoolSingle .header-section .school-info-section-xl h1 {
  font-size: 23px;
  color: white;
  line-height: 1;
}
.SchoolSingle .header-section .school-info-section-xl a {
  border-radius: 4px;
  height: 40px;
  padding: 5px 10px;
  font-size: 15px;
  white-space: nowrap;
}
.SchoolSingle .header-section .school-info-section-xl a span.position-absolute {
  right: 0;
}
.SchoolSingle .header-section .school-info-section-xl .tamweelCTA {
  background-color: #5763ff;
  color: #fff;
}
.SchoolSingle .header-section .school-info-section-xl .custom-white-button {
  padding: 5px 10px;
  background-color: #fff;
  color: #000;
  font-size: 15px;
  border-radius: 0 0 0 4px;
  border: none;
  height: 40px;
  line-height: 35px;
  border-radius: 4px;
}
.SchoolSingle .header-section .school-info-section-xl .custom-white-button:hover {
  background-color: #599d7f;
  color: white;
}
.SchoolSingle .header-section .school-info-section {
  display: none;
  bottom: 120px;
  left: 0;
  right: 0;
  margin: auto;
}
.SchoolSingle .header-section .school-info-section .logo {
  width: 100px;
  height: 100px;
}
@media (max-width: 480px) {
  .SchoolSingle .header-section .school-info-section .logo {
    width: 125px;
    max-height: 125px;
    background: #fff;
    border-radius: 8px;
    height: auto;
    padding: 5px;
  }
}
.SchoolSingle .header-section .school-info-section .custom-h1 {
  font-size: 25px;
  color: white;
}
.SchoolSingle .header-section .school-info-section a {
  border-radius: 4px;
  height: 40px;
  padding: 5px 10px;
  font-size: 15px;
}
.SchoolSingle .header-section .school-info-section a span.position-absolute {
  right: 0;
}
.SchoolSingle .header-section .school-info-section .tamweelCTA {
  background-color: #5763ff;
  color: #fff;
}
.SchoolSingle .header-section .school-info-section .custom-white-button {
  padding: 5px 10px;
  background-color: #fff;
  color: #000;
  font-size: 15px;
  border-radius: 0 0 0 4px;
  border: none;
  height: 40px;
  line-height: 35px;
  border-radius: 4px;
}
.SchoolSingle .header-section .school-info-section .custom-white-button:hover {
  background-color: #599d7f;
  color: white;
}
@media (max-width: 1230px) {
  .SchoolSingle .header-section .school-info-section-xl {
    display: none;
  }
  .SchoolSingle .header-section .school-info-section {
    display: block;
  }
  .SchoolSingle .header-section .rate-section {
    padding-right: 0 !important;
  }
}
.SchoolSingle .empty-questions {
  border: solid 1px #e0e0eb;
  border-radius: 12px;
  padding: 24px;
}
.SchoolSingle .empty-questions p {
  color: #737598;
}
.SchoolSingle .empty-questions .fancy {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #e0e0eb;
  white-space: nowrap;
  color: #202359;
  padding: 10px 0;
}
.SchoolSingle .body-section #schoolMainData {
  background-color: white;
  border-top: 4px solid #191e5a;
  margin-bottom: 28px;
  line-height: 0.8;
}
.SchoolSingle .body-section #schoolMainData div:not(:last-of-type) {
  border-left: solid 1px #ecedef;
}
.SchoolSingle .body-section #schoolMainData .schoolData {
  position: relative;
}
.SchoolSingle .body-section #schoolMainData .schoolData .curriculumItem {
  position: relative;
  line-height: 1.1;
}
.SchoolSingle .body-section #schoolMainData .schoolData .curriculumItem .popoverBody {
  position: absolute;
  top: -6rem;
  left: 0;
  z-index: 1070;
  display: none;
  max-width: 100%;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  padding: 1rem 0.5rem;
  box-shadow: 1px 1px 6px 1px #121b5b57;
  border-top: 5px solid #11165b;
}
.SchoolSingle .body-section #schoolMainData .schoolData .curriculumItem .popoverToggle {
  color: #0d6efd;
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 899px) {
  .SchoolSingle .body-section #schoolMainData .schoolData .curriculumItem {
    width: 25% !important;
  }
}
.SchoolSingle .body-section #schoolMainData .dataCorrection {
  background-color: #11165b;
  color: white;
}
.SchoolSingle .body-section #schoolMainData .dataCorrection i {
  font-size: 13px;
}
@media (min-width: 768px) and (max-width: 899px) {
  .SchoolSingle .body-section #schoolMainData .dataCorrection i {
    font-size: 11px;
  }
  .SchoolSingle .body-section #schoolMainData .dataCorrection span {
    font-size: 13px;
  }
  .SchoolSingle .body-section #schoolMainData .dataCorrection h6 {
    font-size: 14px;
  }
}
.SchoolSingle .body-section .schoolGallerySlider {
  margin-bottom: 28px;
}
.SchoolSingle .body-section .schoolGallerySlider .gallery-prev,
.SchoolSingle .body-section .schoolGallerySlider .gallery-next {
  top: 50%;
  bottom: auto;
  width: auto;
}
.SchoolSingle .body-section .schoolGallerySlider .carousel-control-prev-icon {
  background-color: #fff;
  border-radius: 50%;
}
.SchoolSingle .body-section .schoolGallerySlider .carousel-control-prev-icon::after {
  content: "";
  font-size: 15px;
  color: #000;
  display: block;
  margin-top: 5px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.SchoolSingle .body-section .schoolGallerySlider .carousel-control-next-icon {
  background-color: #fff;
  border-radius: 50%;
}
.SchoolSingle .body-section .schoolGallerySlider .carousel-control-next-icon::after {
  content: "";
  font-size: 15px;
  color: #000;
  display: block;
  margin-top: 5px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.SchoolSingle .body-section .breadcrumb-nav .nav-wrapper li {
  opacity: 0.4;
  font-size: 16px;
}
.SchoolSingle .body-section .breadcrumb-nav ol {
  padding: 0;
}
.SchoolSingle .body-section .breadcrumb-nav ol li {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  float: none;
  margin-left: 4px;
  line-height: 22px;
  height: 22px;
}
.SchoolSingle .body-section .breadcrumb-nav .nav-wrapper li a {
  color: black;
}
.SchoolSingle .body-section .breadcrumb-nav .breadcrumb {
  font-size: 16px;
  display: inline;
}
@media (max-width: 500px) {
  .SchoolSingle .body-section .breadcrumb-nav .breadcrumb {
    font-size: 12px;
  }
}
.SchoolSingle .body-section .breadcrumb-nav .nav-wrapper li:last-child {
  opacity: 0.8;
}
.SchoolSingle .body-section .breadcrumb-nav ol li:last-child {
  color: white;
}
.SchoolSingle .body-section .breadcrumb-nav .nav-wrapper li {
  opacity: 0.4;
  font-size: 16px;
}
.SchoolSingle .body-section .breadcrumb-nav .nav-wrapper li::before {
  content: "";
  color: #000;
  font-weight: bold;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.SchoolSingle .body-section .breadcrumb-nav .nav-wrapper li:first-child:before {
  content: none !important;
  color: black;
}
.SchoolSingle .body-section .breadcrumb-nav ol li:before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: rgba(255, 255, 255, 0.7);
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  font-size: 10px;
  margin: 0 10px 0 8px;
  -webkit-font-smoothing: antialiased;
}
.SchoolSingle .body-section .breadcrumb-nav .copy-link-btn {
  background-color: #000;
  padding: 6px 9px;
  cursor: pointer;
}
.SchoolSingle .body-section .breadcrumb-nav .copy-link-btn i {
  font-size: 11px;
}
@media (max-width: 600px) {
  .SchoolSingle .body-section .breadcrumb-nav .copy-link-btn {
    padding: 1px 5px;
  }
  .SchoolSingle .body-section .breadcrumb-nav .copy-link-btn i {
    font-size: 9px;
  }
}
.SchoolSingle .body-section .statistic-info i {
  font-size: 18px;
}
.SchoolSingle .body-section .statistic-info img {
  width: 20px !important;
  height: 19px !important;
}
.SchoolSingle .body-section .statistic-info p {
  margin-bottom: 0 !important;
  font-size: 15px;
}
.SchoolSingle .body-section .statistic-info .statistic-wrapper p:last-child {
  font-size: 14px !important;
}
.SchoolSingle .body-section .statistic-info .statistic-num {
  font-size: 21px;
  color: #191920;
}
.SchoolSingle .body-section .statistic-info .chart-percentage {
  color: #7bc24e;
}
.SchoolSingle .body-section .statistic-info .margin-start {
  margin-inline-start: 35px;
}
@media (max-width: 600px) {
  .SchoolSingle .body-section .statistic-info .margin-start {
    margin-inline-start: 30px;
  }
}
.SchoolSingle .body-section .tab-pane .row .col-12,
.SchoolSingle .body-section .accordion-body .row .col-12 {
  text-align: center;
}
.SchoolSingle .body-section .tab-pane .card-img-top,
.SchoolSingle .body-section .accordion-body .card-img-top {
  max-height: 100px;
  width: auto;
}
.SchoolSingle .body-section .about-school .about-titles {
  font-size: 20px;
  color: #191920;
}
@media screen and (max-width: 480px) {
  .SchoolSingle .body-section .about-school .nav {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
  }
}
.SchoolSingle .body-section .about-school .nav li {
  padding-left: 10px;
  padding-right: 10px;
}
.SchoolSingle .body-section .about-school .nav li .nav-link {
  color: #fff;
  padding: 25px 0 18px 0;
  border-radius: 0;
}
.SchoolSingle .body-section .about-school .nav li .active {
  background-color: #202359;
  border-bottom: solid 5px #fff;
}
.SchoolSingle .body-section .about-school .tab-content {
  font-size: 0.9rem;
}
.SchoolSingle .body-section .about-school .tab-content .tab-pane img {
  max-width: 100%;
  position: relative;
}
.SchoolSingle .body-section .about-school .tab-content .tab-pane iframe {
  max-width: 100% !important;
  position: relative;
}
.SchoolSingle .body-section .about-school .tab-content .school-info {
  background-color: rgba(97, 127, 255, 0.1);
}
.SchoolSingle .body-section .about-school .tab-content .school-info div span:first-child {
  color: #617fff;
  font-size: 18px;
}
.SchoolSingle .body-section .about-school .tab-content .school-info div span:last-child {
  color: #191920;
  font-size: 18px;
  font-weight: bold;
}
.SchoolSingle .body-section .about-school .tab-content .description-text {
  color: #656974;
  text-align: justify;
  font-size: 18px;
  margin-bottom: 10px;
}
.SchoolSingle .body-section .about-school .tab-content #pills-about .aboutSchoolDesc {
  white-space: pre-line;
}
.SchoolSingle .body-section .about-school .work-hours table {
  overflow-x: auto;
  white-space: nowrap;
}
@media (max-width: 700px) {
  .SchoolSingle .body-section .about-school .work-hours table {
    display: block;
  }
}
.SchoolSingle .body-section .about-school .work-hours div p:last-child {
  color: #191920;
  font-size: 18px;
}
.SchoolSingle .body-section .school-fees {
  border-top: solid 3px #202359;
  background-color: #fff;
}
.SchoolSingle .body-section .school-fees a {
  border-radius: 4px;
  height: 40px;
  padding: 5px 10px;
  font-size: 15px;
  min-width: 100px;
}
.SchoolSingle .body-section .school-fees .tab-pane {
  overflow-x: auto;
}
.SchoolSingle .body-section .school-fees table {
  overflow-x: auto;
}
@media (max-width: 700px) {
  .SchoolSingle .body-section .school-fees table {
    display: block;
  }
}
.SchoolSingle .body-section .school-fees table th {
  border: none;
}
.SchoolSingle .body-section .school-fees table td {
  border-left: solid 3px #fff;
  border-bottom: none;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #49494b !important;
}
.SchoolSingle .body-section .school-fees table .availableStatus span:first-child {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.SchoolSingle .body-section .school-fees table .flat-custom-btn {
  background-color: transparent !important;
}
.SchoolSingle .body-section .school-fees .tasheel-cta {
  background-color: #bfffe7;
  padding: 15px 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 425px) {
  .SchoolSingle .body-section .school-fees .tasheel-cta {
    flex-direction: column;
    gap: 14px;
    font-size: 14px;
  }
}
.SchoolSingle .body-section .school-fees .tasheel-cta p {
  margin-bottom: 0;
}
.SchoolSingle .body-section .parent-comments {
  background-color: #fff;
}
.SchoolSingle .body-section .parent-comments .parent-avatar {
  width: 46px;
  height: 46px;
  border-radius: 5px;
  box-shadow: 5px 10px 30px 0 rgba(0, 0, 0, 0.05);
  padding: 0;
}
.SchoolSingle .body-section .parent-comments p {
  background-color: #f1f3f1;
  border-radius: 5px;
}
.SchoolSingle .body-section .parent-comments-rating {
  border-top: solid 3px #202359;
}
.SchoolSingle .body-section .parent-comments-rating .school-rate {
  background-color: rgba(242, 242, 242, 0.3);
}
.SchoolSingle .body-section .parent-comments-rating .school-rate .rating-options .option-item {
  margin-left: 177px;
}
@media (max-width: 992px) {
  .SchoolSingle .body-section .parent-comments-rating .school-rate .rating-options .option-item {
    margin-left: 0;
  }
}
.SchoolSingle .body-section .parent-comments-rating .rating-categories {
  margin-bottom: 2rem;
}
.SchoolSingle .body-section .parent-comments-rating .rating-categories .categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.SchoolSingle .body-section .parent-comments-rating .rating-categories .categories .category {
  margin-bottom: 1.5rem;
  width: 40%;
  margin-inline-end: 3rem;
}
@media (max-width: 480px) {
  .SchoolSingle .body-section .parent-comments-rating .rating-categories .categories .category {
    width: 90%;
  }
}
.SchoolSingle .body-section .parent-comments-rating .rating-categories .categories .category-title p {
  white-space: nowrap;
  margin-bottom: 7px;
}
.SchoolSingle .body-section .parent-comments-rating .rating-categories .categories .category-rating {
  display: flex;
  align-items: center;
}
.SchoolSingle .body-section .parent-comments-rating .rating-categories .categories .category-rating span {
  margin-inline-start: 0.8rem;
  font-size: 0.8rem;
}
.SchoolSingle .body-section .parent-comments-rating .rating-categories .categories .progress {
  width: 100%;
  height: 0.6rem;
}
.SchoolSingle .body-section .parent-comments-rating .rating-categories .categories .progress .progress-bar {
  width: var(--progress);
}
.SchoolSingle .body-section .parent-comments-rating .rating-categories .categories .progress.success {
  background-color: rgba(107, 190, 153, 0.2);
}
.SchoolSingle .body-section .parent-comments-rating .rating-categories .categories .progress.success .progress-bar {
  background-color: #6bbe99;
}
.SchoolSingle .body-section .parent-comments-rating .rating-categories .categories .progress.danger {
  background-color: rgba(239, 112, 112, 0.2);
}
.SchoolSingle .body-section .parent-comments-rating .rating-categories .categories .progress.danger .progress-bar {
  background-color: #ef7070;
}
.SchoolSingle .body-section .parent-comments-rating .comments-carousel .item {
  border: 1px solid #f0eaea;
  border-radius: 5px;
}
.SchoolSingle .body-section .parent-comments-rating .comments-carousel .owl-nav {
  width: 100%;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.SchoolSingle .body-section .parent-comments-rating .comments-carousel .owl-nav button {
  position: absolute;
  background-color: #191920;
  color: #e9e7e7;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-size: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.SchoolSingle .body-section .parent-comments-rating .comments-carousel .owl-nav button.disabled {
  display: none;
}
.SchoolSingle .body-section .parent-comments-rating .comments-carousel .owl-nav .owl-prev {
  right: -1.2rem;
}
.SchoolSingle .body-section .parent-comments-rating .comments-carousel .owl-nav .owl-prev :lang(en) {
  left: -1.2rem;
}
.SchoolSingle .body-section .parent-comments-rating .comments-carousel .owl-nav .owl-next {
  left: -1.2rem;
}
.SchoolSingle .body-section .parent-comments-rating .comments-carousel .owl-nav .owl-next :lang(en) {
  right: -1.2rem;
}
.SchoolSingle .body-section .parent-comments-rating .comment-form {
  position: relative;
}
.SchoolSingle .body-section .parent-comments-rating .comment-form textarea {
  background-color: #fff;
  height: 6rem;
  resize: none;
  box-shadow: 0 2px 8px -1px rgba(0, 0, 0, 0.07) !important;
}
.SchoolSingle .body-section .parent-comments-rating .comment-form #AddReviewBtn #save-rating {
  width: fit-content;
  color: #fff !important;
}
.SchoolSingle .body-section .parent-comments-rating .comment-form #AddReviewBtn #save-rating:hover {
  background-color: #202359;
  color: #fff;
}
@media (max-width: 600px) {
  .SchoolSingle .body-section .parent-comments-rating .comment-form #AddReviewBtn {
    text-align: center;
  }
  .SchoolSingle .body-section .parent-comments-rating .comment-form #AddReviewBtn #save-rating {
    margin-top: 35px;
    float: none !important;
  }
}
.SchoolSingle .body-section .parent-comments-rating .comment-form .saveCommentFeedback {
  position: absolute;
  bottom: 17px;
  right: 8px;
  color: red;
  font-weight: bold;
  width: 30rem;
}
@media (max-width: 600px) {
  .SchoolSingle .body-section .parent-comments-rating .comment-form .saveCommentFeedback {
    bottom: 53px;
    font-weight: inherit;
    font-size: 13px;
    text-align: center;
  }
}
.SchoolSingle .body-section .parent-comments-rating #commentsOffcanvas {
  width: 43%;
}
@media (max-width: 600px) {
  .SchoolSingle .body-section .parent-comments-rating #commentsOffcanvas {
    width: 95%;
  }
}
@media (max-width: 500px) {
  .SchoolSingle .body-section .parent-comments-rating .br-theme-fontawesome-stars .br-widget a:after {
    font-size: 12px;
  }
}
.SchoolSingle .body-section .queries-section {
  border-top: solid 3px #202359;
  background-color: #fff;
}
.SchoolSingle .body-section .queries-section .question-card {
  border: solid 1px #ddd;
  border-radius: 4px;
}
.SchoolSingle .body-section .queries-section .question-card p span:first-child {
  color: #6bbe99;
}
.SchoolSingle .body-section .queries-section .school-info {
  box-shadow: 10px 0 10px -2px #eee;
  height: fit-content;
}
.SchoolSingle .body-section .queries-section .school-info .custom-dark-bordered-btn {
  display: block;
  margin-top: 20px;
  border: solid 1px #3e3e3f !important;
  color: #3e3e3f !important;
  width: fit-content;
}
.SchoolSingle .body-section .queries-section .school-info .custom-dark-bordered-btn:hover {
  color: #fff !important;
}
.SchoolSingle .body-section .queries-section .school-info p span:first-child {
  font-size: 17px;
}
.SchoolSingle .body-section .empty-questions {
  border-top: solid 3px #202359;
  background-color: #f2f2f2;
}
.SchoolSingle .body-section .banner-block img {
  max-height: 136px;
  height: 136px;
}
@media (max-width: 480px) {
  .SchoolSingle .body-section .banner-block img {
    height: auto !important;
  }
}
.SchoolSingle .body-section .banner-block.paid-badge {
  position: relative;
}
.SchoolSingle .body-section .banner-block.paid-badge::after {
  content: "إعلان مدفوع";
  width: 6.4rem;
  display: inline-block;
  background-color: #202359;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem 0.7rem;
  border-radius: 0 0 5px 0;
  color: white;
}
.SchoolSingle .body-section .another-schools {
  border-top: solid 3px #202359;
  background-color: #fff;
}
.SchoolSingle .body-section .another-schools .nav {
  background-color: #fff;
  overflow-x: auto;
  scroll-behavior: smooth;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.SchoolSingle .body-section .another-schools .nav li .nav-link {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0;
  color: #666;
}
.SchoolSingle .body-section .another-schools .nav li .active {
  background-color: #202359;
  color: #fff;
}
.SchoolSingle .body-section .another-schools .tab-content .anotherSchool-item {
  background-color: #fff;
  border-top: solid 10px #f8f9fa;
}
.SchoolSingle .body-section .another-schools .tab-content .anotherSchool-item .schoolBg-img-container {
  width: 281px;
  height: 206px;
}
@media (max-width: 768px) {
  .SchoolSingle .body-section .another-schools .tab-content .anotherSchool-item .schoolBg-img-container {
    width: 100%;
  }
}
.SchoolSingle .body-section .another-schools .tab-content .anotherSchool-item .schoolBg-img-container .schoolBg-img {
  width: inherit;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/img/another-schools.jpg");
}
.SchoolSingle .body-section .another-schools .tab-content .anotherSchool-item .schoolBg-img-container .school-location {
  top: 10px;
  right: 10px;
  border: solid 1px #fff;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
}
.SchoolSingle .body-section .another-schools .tab-content .anotherSchool-item .schoolBg-img-container .logo-container {
  width: 154px;
  height: 131px;
  box-shadow: -3px 10px 30px 3px rgba(0, 0, 0, 0.05);
  border: solid 2px rgba(243, 243, 241, 0.68);
  bottom: 30px;
  left: -77px;
}
.SchoolSingle .body-section .another-schools .tab-content .anotherSchool-item .schoolBg-img-container .logo-container img {
  width: 125px;
  height: 93px;
}
.SchoolSingle .body-section .another-schools .tab-content .anotherSchool-item .info-container {
  padding-right: 90px;
}
.SchoolSingle .body-section .another-schools .tab-content .anotherSchool-item .info-container p .category-icon {
  width: 17px;
  height: 13px;
  border-radius: 5px;
}
.SchoolSingle .body-section .another-schools .tab-content .anotherSchool-item .info-container .user-icon,
.SchoolSingle .body-section .another-schools .tab-content .anotherSchool-item .info-container .dollar-icon {
  width: 16px;
  height: 15px;
}
.SchoolSingle .body-section .another-schools .tab-content .anotherSchool-item .info-container a {
  border-radius: 4px;
  font-size: 15px;
  width: fit-content;
  height: fit-content;
  line-height: initial;
}
.SchoolSingle .body-section .another-schools .tab-content .anotherSchool-item .info-container a img {
  width: 20px;
}
.SchoolSingle .body-section .another-schools .tab-content .anotherSchool-item .info-container a i {
  font-size: 12px;
}
.SchoolSingle .body-section .another-schools .tab-content .anotherSchool-item .info-container .custom-black-button {
  background-color: #000;
  color: #fff;
  padding: 8px 15px;
}
.SchoolSingle .body-section .another-schools .tab-content .anotherSchool-item .info-container .school-item-info p {
  height: 17px;
  border-left: solid 2px rgba(223, 224, 234, 0.5);
}
.SchoolSingle .body-section .another-schools .tab-content .anotherSchool-item .info-container .school-item-info p:last-child {
  border-left: none;
}
@media (max-width: 992px) {
  .SchoolSingle .body-section .another-schools .tab-content .anotherSchool-item {
    flex-direction: column;
  }
  .SchoolSingle .body-section .another-schools .tab-content .anotherSchool-item .schoolBg-img-container .logo-container {
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
  }
  .SchoolSingle .body-section .another-schools .tab-content .anotherSchool-item .info-container {
    padding-right: 0;
    padding-top: 65px;
  }
}
.SchoolSingle .body-section .school-rating {
  border-top: solid 3px #e16c19;
  background-color: #fcf1e8;
}
.SchoolSingle .body-section .school-rating .rate-header h6, .SchoolSingle .body-section .school-rating--comments-section .rate-header h6 {
  color: #e16c19;
}
.SchoolSingle .body-section .school-rating .rate-header span, .SchoolSingle .body-section .school-rating--comments-section .rate-header span {
  font-size: 15px;
  color: #aaa;
}
.SchoolSingle .body-section .school-rating .toggle-rate-btn {
  font-size: 0.8rem !important;
  padding: 10px;
  min-height: auto;
  height: 40px;
}
.SchoolSingle .body-section .school-rating .all-rating {
  color: #000;
  cursor: pointer;
}
.SchoolSingle .body-section .school-rating .all-rating.underslider {
  margin-top: 10px;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: bold;
}
.SchoolSingle .body-section .school-rating .all-rating.underslider i {
  font-size: 12px;
}
.SchoolSingle .body-section .school-rating .all-rating i {
  font-size: 15px;
}
.SchoolSingle .body-section #rateCarousel .carousel-inner,
.SchoolSingle .body-section #rateCarousel-mob .carousel-inner {
  background-color: #fff;
}
.SchoolSingle .body-section #rateCarousel .carousel-inner img,
.SchoolSingle .body-section #rateCarousel-mob .carousel-inner img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
.SchoolSingle .body-section #rateCarousel .carousel-control-next,
.SchoolSingle .body-section #rateCarousel .carousel-control-prev,
.SchoolSingle .body-section #rateCarousel-mob .carousel-control-next,
.SchoolSingle .body-section #rateCarousel-mob .carousel-control-prev {
  opacity: 1;
  z-index: 1;
}
.SchoolSingle .body-section #rateCarousel .carousel-control-prev-icon,
.SchoolSingle .body-section #rateCarousel .carousel-control-next-icon,
.SchoolSingle .body-section #rateCarousel-mob .carousel-control-prev-icon,
.SchoolSingle .body-section #rateCarousel-mob .carousel-control-next-icon {
  height: 30px;
  width: 30px;
  background-size: 100%, 100%;
  border-radius: 50%;
  box-shadow: 0 0 3px #aaa;
  background-color: #fff;
}
.SchoolSingle .body-section #rateCarousel .carousel-control-prev-icon,
.SchoolSingle .body-section #rateCarousel-mob .carousel-control-prev-icon {
  margin-right: -70px;
}
@media (max-width: 500px) {
  .SchoolSingle .body-section #rateCarousel .carousel-control-prev-icon,
.SchoolSingle .body-section #rateCarousel-mob .carousel-control-prev-icon {
    margin-right: -40px;
  }
}
.SchoolSingle .body-section #rateCarousel .carousel-control-next-icon,
.SchoolSingle .body-section #rateCarousel-mob .carousel-control-next-icon {
  margin-left: -70px;
}
@media (max-width: 500px) {
  .SchoolSingle .body-section #rateCarousel .carousel-control-next-icon,
.SchoolSingle .body-section #rateCarousel-mob .carousel-control-next-icon {
    margin-left: -40px;
  }
}
.SchoolSingle .body-section #rateCarousel .carousel-control-next-icon:after,
.SchoolSingle .body-section #rateCarousel-mob .carousel-control-next-icon:after {
  content: "";
  font-size: 15px;
  color: #000;
  font-weight: bold;
  display: block;
  margin-top: 5px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.SchoolSingle .body-section #rateCarousel .carousel-control-prev-icon:after,
.SchoolSingle .body-section #rateCarousel-mob .carousel-control-prev-icon:after {
  content: "";
  font-size: 15px;
  color: #000;
  font-weight: bold;
  display: block;
  margin-top: 5px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.SchoolSingle .body-section #rateCarousel .parentName,
.SchoolSingle .body-section #rateCarousel-mob .parentName {
  min-height: 52px;
}
.SchoolSingle .body-section .school-map {
  height: 350px;
}
.SchoolSingle .body-section .school-banner .owl-item .item.paid-badge {
  position: relative;
}
.SchoolSingle .body-section .school-banner .owl-item .item.paid-badge::after {
  width: 6.4rem;
  display: inline-block;
  content: "إعلان مدفوع";
  background-color: #202359;
  position: absolute;
  top: 14px;
  left: 0px;
  padding: 0.5rem 0.7rem;
  border-radius: 0 0 5px 0;
  color: white;
}
.SchoolSingle .body-section .school-banner img {
  max-width: 100%;
  max-height: 387px;
  height: 387px;
  width: 100%;
}
@media (max-width: 600px) {
  .SchoolSingle .body-section .school-banner img {
    max-width: 100%;
    height: auto !important;
  }
}
.SchoolSingle .body-section .school-contact {
  border-top: solid 3px #202359;
  background-color: #fff;
}
.SchoolSingle .body-section .school-contact a {
  border-radius: 4px;
}
.SchoolSingle .body-section .school-contact .snap-link {
  background-color: #fffb00;
}
.SchoolSingle .body-section .school-contact .snap-link i {
  color: #fff;
}
.SchoolSingle .body-section .school-contact .youtube-link {
  background-color: #d01515;
}
.SchoolSingle .body-section .school-contact .youtube-link i {
  color: #fff;
}
.SchoolSingle .body-section .school-contact .instgram-link {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f09433", endColorstr="#bc1888",GradientType=1 );
}
.SchoolSingle .body-section .school-contact .instgram-link i {
  color: #fff;
}
.SchoolSingle .body-section .school-contact .twitter-link {
  background-color: #000000;
}
.SchoolSingle .body-section .school-contact .twitter-link i {
  color: #fff;
}
.SchoolSingle .body-section .school-contact .whatsapp-link {
  background-color: #519888;
}
.SchoolSingle .body-section .school-contact .whatsapp-link i {
  color: #fff;
}
.SchoolSingle .body-section .school-contact .facebook-link {
  background-color: #3b5998;
}
.SchoolSingle .body-section .school-contact .facebook-link i {
  color: #fff;
}
.SchoolSingle .body-section .school-contact .show-contact {
  background: url(/img/show-contact.jpg);
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 335px;
  background-size: cover;
  justify-content: center;
  background-position: right;
  text-align: center;
  padding: 0 2rem;
}
.SchoolSingle .body-section .school-contact .show-contact.contact-to-show p {
  margin-bottom: 0;
}
.SchoolSingle .body-section .school-contact .show-contact.contact-to-show span {
  margin-bottom: 1rem;
}
.SchoolSingle .body-section .suggested-schools {
  border-top: solid 3px #202359;
  background-color: #fff;
}
.SchoolSingle .body-section .suggested-schools .schools-list > div {
  border-bottom: solid 1px #eee;
}
.SchoolSingle .body-section .suggested-schools .schools-list div:last-child {
  border-bottom: none;
}
.SchoolSingle .body-section .suggested-schools .schools-list img {
  width: 90px;
  border: solid 2px #ccc;
  border-radius: 4px;
}
.SchoolSingle .body-section .suggested-schools .schools-list .paid-advertisement {
  background-color: #fcf1e8;
}
.SchoolSingle .body-section .suggested-schools .schools-list .paid-advertisement .rate .ratebadge {
  background-color: #fff;
}
.SchoolSingle .body-section .suggested-schools .schools-list .paid-advertisement i {
  width: fit-content;
}
.SchoolSingle .body-section .suggested-schools .schools-list .paid-advertisement p {
  font-size: 13px;
  width: fit-content;
  background-color: #e16c19;
  color: #fff;
  border-radius: 20px;
  height: 25px;
  padding-top: 2px;
}
.SchoolSingle .servicesPopoverBody {
  position: absolute;
  top: -3rem;
  left: 0;
  right: 0;
  z-index: 1070;
  display: none;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  padding: 0.5rem;
  box-shadow: 1px 1px 6px 1px #121b5b57;
  border-top: 2px solid #11165b;
  color: #000;
  width: max-content;
  opacity: 0.9;
}
.SchoolSingle #pills-gallery .row div {
  max-height: 110px;
  overflow: hidden;
}
.SchoolSingle .tab-pane .item-positioned-logo {
  height: 131px;
  border-radius: 6px;
  box-shadow: -3px 10px 30px 3px rgba(0, 0, 0, 0.05);
  border: solid 2px rgba(243, 243, 241, 0.68);
  background-color: #ffffff;
  margin-top: 5px !important;
  position: relative;
}
.SchoolSingle .tab-pane .item-positioned-logo img {
  width: 105px;
  height: 93px;
}
@media only screen and (min-width: 700px) {
  .SchoolSingle .tab-pane .item-positioned-logo {
    right: -50px;
  }
}
.SchoolSingle .correctData {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}
.SchoolSingle .correctData p {
  margin: 0;
  font-size: 16px;
}
.SchoolSingle .correctData .btn {
  font-size: 16px;
}
@media (max-width: 425px) {
  .SchoolSingle .correctData {
    flex-direction: column;
    text-align: center;
  }
  .SchoolSingle .correctData p {
    font-size: 12px !important;
  }
}
.SchoolSingle .paymentFeatures {
  margin-bottom: 17px;
  background: #08db973d;
  padding: 3px !important;
  border-radius: 12px;
  justify-content: center;
}
.SchoolSingle .paymentFeatures > div {
  border-radius: 12px;
  background: white;
  padding: 36px 0;
  box-shadow: 5px 10px 30px 3px rgba(0, 0, 0, 0.05) !important;
  align-items: center;
  background-image: url("/img/light-bg.png");
  background-repeat: no-repeat;
  background-position-x: -344px;
  background-origin: content-box;
  background-position-y: -35px;
}
@media (max-width: 768px) {
  .SchoolSingle .paymentFeatures > div {
    /*small screen*/
    padding: 24px;
  }
}
@media (min-width: 996px) {
  .SchoolSingle .paymentFeatures > div {
    /*large screen*/
    padding: 36px 0;
    border-radius: 12px;
  }
}
.SchoolSingle .paymentFeatures > div > div:nth-child(1) {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .SchoolSingle .paymentFeatures > div > div:nth-child(1) {
    /*small screen*/
    padding-bottom: 1rem;
    border-left: none;
    border-bottom: solid 2px #f1f3f1;
    flex-wrap: wrap;
  }
}
.SchoolSingle .paymentFeatures > div > div:nth-child(1) > img {
  width: auto;
  margin: 0;
}
@media (max-width: 768px) {
  .SchoolSingle .paymentFeatures > div > div:nth-child(1) > img {
    /*small screen*/
    width: 46px;
    height: 46px;
    padding: 0;
  }
}
.SchoolSingle .paymentFeatures > div > div:nth-child(1) > div > p:nth-child(1) {
  color: #202359;
  line-height: 31px;
  font-size: 18px;
  font-weight: 500;
}
.SchoolSingle .paymentFeatures > div > div:nth-child(1) > div > p:nth-child(2) {
  color: #656974;
  line-height: 21.1px;
  font-size: 15px;
  margin: 0;
}
.SchoolSingle .paymentFeatures > div > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .SchoolSingle .paymentFeatures > div > div:nth-child(2) {
    /*small screen*/
    margin-top: 24px;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .SchoolSingle .paymentFeatures > div > div:nth-child(2) {
    /*start from 1024 to max*/
    justify-content: end;
  }
}
.SchoolSingle .paymentFeatures > div > div:nth-child(2) > a > img {
  height: 64px;
}
.SchoolSingle .paymentFeatures > div > div:nth-child(2) > a > img {
  width: 109px;
  height: 32px;
}
.SchoolSingle .paymentFeatures > div > div:nth-child(2) .jeelPay {
  border-radius: 5px;
  background: linear-gradient(90deg, #d1f5f3 0%, #edfffe 100%);
}
.SchoolSingle .paymentFeatures > div #paymentmethods {
  justify-content: space-around;
  flex-direction: column;
  align-items: end;
  margin-top: 0;
  gap: 10px;
}
@media (max-width: 768px) {
  .SchoolSingle .paymentFeatures > div #paymentmethods {
    /*large screen*/
    margin-top: 16px;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}

:lang(en) #applyJob-form select,
:lang(en) #applyJob-form .help-block {
  direction: ltr;
}
:lang(en) .SchoolSingle .header-section .rate-section {
  padding-right: 0;
  padding-left: 160px;
}
@media (max-width: 1230px) {
  :lang(en) .SchoolSingle .header-section .rate-section {
    padding-left: 0 !important;
  }
}
:lang(en) .SchoolSingle .body-section #schoolMainData .dataCorrection h6 {
  font-size: 13px;
}
:lang(en) .SchoolSingle .school-rating #rateCarousel .carousel-control-next-icon:after {
  content: "";
}
:lang(en) .SchoolSingle .school-rating #rateCarousel .carousel-control-prev-icon:after {
  content: "";
}
:lang(en) .SchoolSingle .school-rating #rateCarousel .carousel-control-prev-icon {
  margin-right: 0;
  transform: rotate(180deg);
}
@media (max-width: 500px) {
  :lang(en) .SchoolSingle .school-rating #rateCarousel .carousel-control-prev-icon {
    margin-left: -40px;
  }
}
:lang(en) .SchoolSingle .school-rating #rateCarousel .carousel-control-next-icon {
  margin-left: 0;
  transform: rotate(180deg);
}
@media (max-width: 500px) {
  :lang(en) .SchoolSingle .school-rating #rateCarousel .carousel-control-next-icon {
    margin-right: -40px;
  }
}
:lang(en) .SchoolSingle .parent-comments-rating .school-rate .rating-options .option-item {
  margin-right: 177px;
  margin-left: 0;
}
@media (max-width: 992px) {
  :lang(en) .SchoolSingle .parent-comments-rating .school-rate .rating-options .option-item {
    margin-right: 0;
  }
}
:lang(en) .SchoolSingle .another-schools .tab-content .anotherSchool-item .schoolBg-img-container .school-location {
  left: 10px;
}
:lang(en) .SchoolSingle .another-schools .tab-content .anotherSchool-item .schoolBg-img-container .logo-container {
  right: -77px;
}
:lang(en) .SchoolSingle .another-schools .tab-content .anotherSchool-item .info-container {
  padding-right: 0;
  padding-left: 90px;
}
@media (max-width: 992px) {
  :lang(en) .SchoolSingle .another-schools .tab-content .anotherSchool-item .schoolBg-img-container .logo-container {
    bottom: -55px;
  }
  :lang(en) .SchoolSingle .another-schools .tab-content .anotherSchool-item .info-container {
    padding-left: 0;
    padding-top: 65px;
    padding-left: 0;
  }
}
:lang(en) .SchoolSingle .fa-chevron-left {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-top: 5px !important;
}
:lang(en) .SchoolSingle .book-now span {
  right: auto;
  left: 0;
}
@media only screen and (min-width: 700px) {
  :lang(en) .SchoolSingle .tab-pane .item-positioned-logo {
    right: auto;
    left: -50px;
  }
}

html:lang(en) .saveCommentFeedback:lang(en) {
  left: 8px;
}
html:lang(en) .SchoolSingle .body-section .school-fees a {
  min-width: 115px;
}

.fees-tabs {
  box-shadow: 0 5px 14px -3px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  border-radius: 2px;
  padding: 10px;
}
.fees-tabs .nav-link.active,
.fees-tabs .show > .nav-link {
  color: #fff;
  background-color: #202359;
  border-radius: 50px;
}
.fees-tabs .nav-link {
  color: #656974;
  font-size: 0.9rem;
}

.comments-parent-img {
  height: 40px;
  width: 40px !important;
  max-width: 40px;
  max-height: 40px;
  display: inline-block;
}

#SchoolSingle {
  background-color: #f6f6f9;
  background-image: url(../../views/img/school-list-bg.svg);
  background-repeat: no-repeat;
  background-position: -15px -65px;
}
#SchoolSingle .accordion-button:not(.collapsed) {
  background-color: white !important;
}
#SchoolSingle .school-head {
  background-color: #fff;
  border-radius: 12px;
  padding: 30px 32px;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #SchoolSingle .school-head {
    padding: 20px 10px;
  }
}
#SchoolSingle .school-head .logo {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: relative;
  border: 4px solid #fff;
  margin-top: -50px;
  margin-left: 21px;
  background: #f6f6f9;
  box-shadow: 0px 0.27px 16px 3px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  #SchoolSingle .school-head .logo {
    width: 110px;
    height: 110px;
    box-shadow: 0px 11px 24px -14px #00000026;
  }
}
#SchoolSingle .school-head .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}
#SchoolSingle .school-head .logo .btn-share {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  border: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0px 11px 24px -14px #00000026;
}
#SchoolSingle .school-head .logo .btn-share img {
  width: 24px;
  height: 24px;
}
#SchoolSingle .school-head .body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  #SchoolSingle .school-head .body {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1240px) {
  #SchoolSingle .school-head .body {
    padding-right: 40px;
  }
}
#SchoolSingle .school-head .body h1 {
  font-size: var(--font-30);
  font-weight: 400;
  margin-bottom: 0;
  color: var(--Ya-main);
}
@media screen and (max-width: 768px) {
  #SchoolSingle .school-head .body h1 {
    font-weight: 500;
    font-size: 21px;
    line-height: 31.5px;
  }
}
#SchoolSingle .school-head .body > div {
  display: flex;
}
#SchoolSingle .school-head .body > div a {
  font-size: var(--font-16);
  font-weight: 400;
  color: var(--Ya-main);
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #SchoolSingle .school-head .body > div a {
    font-size: 12px;
  }
}
@media screen and (min-width: 576px) {
  #SchoolSingle .school-head .body > div a {
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  #SchoolSingle .school-head .body > div a {
    justify-content: end;
  }
}
@media screen and (min-width: 1080px) {
  #SchoolSingle .school-head .body > div a {
    justify-content: center;
  }
}
#SchoolSingle .school-head .body > div .rate-with-badge {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  border-radius: 25px;
  width: fit-content;
  height: fit-content;
}
#SchoolSingle .school-head .body > div .rate-with-badge .ratebadge {
  background-color: #f7f7fa;
  color: #202359;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  padding: 4px 6px;
  border-radius: 13px;
}
#SchoolSingle .school-head .body > div .rate-with-badge .Stars {
  --percent: calc(
    var(--rating) / 5 * 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-family: Times;
  line-height: 1;
}
#SchoolSingle .school-head .body > div .rate-with-badge .Stars::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(90deg, #f98a17 var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 480px) {
  #SchoolSingle .school-head .body > div .rate-with-badge .Stars::before {
    content: "★";
    background-color: var(--Ya-yellow);
    -webkit-text-fill-color: #f8bc48;
  }
}
#SchoolSingle .school-head .actions .btn-outline-secondary {
  font-size: var(--font-14) !important;
  padding: 10px !important;
  position: relative;
  font-weight: 600;
}
#SchoolSingle .school-head .actions .btn-outline-secondary.clicked {
  background-color: var(--Ya-secoundry) !important;
  color: #fff !important;
  border-color: var(--Ya-secoundry) !important;
}
#SchoolSingle .school-head .actions .btn-outline-secondary span {
  position: absolute;
  top: -10px;
  right: -2px;
  background: #fff;
  color: var(--Ya-secoundry);
  padding: 2px 5px;
  font-size: 12px;
  border-radius: 8px;
  font-weight: 700;
}
#SchoolSingle .school-statistics {
  background-color: #fff;
  border-radius: 12px;
  padding: 12.5px 0;
  margin-top: 8px;
  text-align: end;
}
@media screen and (max-width: 768px) {
  #SchoolSingle .school-statistics {
    text-align: start;
  }
}
#SchoolSingle .school-statistics > div {
  display: flex;
  align-items: center;
  height: fit-content;
  justify-content: flex-start;
}
#SchoolSingle .school-statistics .numOfVistis {
  flex-direction: column;
}
#SchoolSingle .school-statistics h3 {
  font-size: var(--font-22);
  font-weight: 500;
  margin-bottom: 0;
  color: var(--Ya-main);
}
@media screen and (max-width: 768px) {
  #SchoolSingle .school-statistics h3 {
    font-weight: 400;
    font-size: var(--font-16);
    line-height: 25px;
  }
}
#SchoolSingle .school-statistics p {
  font-size: var(--font-12);
  font-weight: 400;
  color: var(--Ya-main);
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #SchoolSingle .school-statistics p {
    font-size: 11px;
    line-height: 18.6px;
  }
}
#SchoolSingle .school-category {
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #SchoolSingle .school-category {
    padding: 24px;
    margin-bottom: 20px;
  }
}
#SchoolSingle .school-category ul {
  gap: 8px;
  border-bottom: 1px solid #e0e0eb;
}
#SchoolSingle .school-category ul button {
  border-radius: 0;
  border: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  padding: 10px;
}
#SchoolSingle .school-category ul button.active {
  border-bottom: 1px solid var(--Ya-main);
  background-color: transparent;
  color: var(--Ya-main);
}
#SchoolSingle .school-category #pills-about {
  height: auto;
  position: relative;
  overflow: hidden;
  max-height: 130px;
  transition: max-height 500ms;
  min-height: 130px;
}
#SchoolSingle .school-category #pills-about.readMore {
  max-height: 3526px;
  border-top: none !important;
  overflow: visible;
  /* Allow full content visibility when expanded */
  padding-bottom: 20px;
}
#SchoolSingle .school-category .readMore {
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 100%;
  background: white;
  border: none;
  border-top: 1px solid #e0e0eb;
  padding: 17px 0 0 0;
  line-height: 25px;
  color: #202359;
  font-weight: 400;
  font-size: 16px;
}
@media screen {
  #SchoolSingle .school-category .readMore {
    font-size: 14px;
  }
}
@media screen {
  #SchoolSingle .school-category .work-hours {
    padding-bottom: 36px;
  }
}
#SchoolSingle .school-category h6 {
  font-family: Cairo;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: right;
  color: var(--Ya-main);
}
#SchoolSingle .school-category .btn-outline-secondary {
  font-weight: 400;
  font-size: var(--font-14) !important;
  line-height: 21px;
  padding: 4px 13px !important;
}
#SchoolSingle .Accreditation {
  padding: 28px;
  background-image: url("/v2/views/img/accredition-bg.png");
  background-repeat: no-repeat;
  background-position: right;
}
@media screen and (max-width: 768px) {
  #SchoolSingle .Accreditation {
    padding: 14px 24px 24px 24px;
  }
}
#SchoolSingle .Accreditation p {
  color: #202359;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}
@media screen and (max-width: 768px) {
  #SchoolSingle .Accreditation p {
    font-size: 14px;
    line-height: 21px;
  }
}
#SchoolSingle .tasheel-banner {
  position: relative;
}
#SchoolSingle .tasheel-banner .caption {
  position: absolute;
  top: 28%;
  padding: 0 32px;
}
#SchoolSingle .tasheel-banner .caption h6 {
  font-size: var(--font-18);
  font-weight: 600;
  color: #265915;
}
#SchoolSingle .tasheel-banner .caption p {
  color: #fff;
  font-size: var(--font-22);
  font-weight: 600;
  line-height: 31px;
}
#SchoolSingle .accreditions-section {
  background-color: #fff;
  border-radius: 12px;
  padding: 28px;
  background-image: url(../../views/img/accredition-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#SchoolSingle .accreditions-section .view {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#SchoolSingle .accreditions-section .view div img {
  max-width: 100px;
  max-height: 100px;
}
#SchoolSingle .accreditions-section h6 {
  font-size: var(--font-18);
  font-weight: 600;
  color: var(--Ya-main);
  margin-bottom: 0;
}
#SchoolSingle .accreditions-section p {
  margin-bottom: 0;
  color: var(--Ya-red);
}
#SchoolSingle .about-school-section {
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
}
#SchoolSingle .school-fees-section {
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  #SchoolSingle .school-fees-section {
    padding: 32px 24px;
  }
}
#SchoolSingle .school-fees-section h5 {
  color: #202359;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #SchoolSingle .school-fees-section h5 {
    font-size: 16px;
  }
}
#SchoolSingle .school-fees-section .fees-table thead tr th {
  font-size: var(--font-14);
  font-weight: 400;
  color: #737598;
  padding: 16px 20px;
  border-bottom: 0;
  white-space: nowrap;
}
#SchoolSingle .school-fees-section .fees-table tbody tr td {
  font-size: var(--font-16);
  font-weight: 400;
  color: var(--Ya-main) !important;
  padding: 16px 20px;
  border-bottom: 0;
  white-space: nowrap;
}
#SchoolSingle .events-section h5 {
  margin-bottom: 0;
  font-size: var(--font-18);
  font-weight: 600;
  color: var(--Ya-main);
}
#SchoolSingle .events-section .view-all {
  text-decoration: underline !important;
  font-size: 16px;
  font-weight: 400;
  color: var(--Ya-main);
}
#SchoolSingle .events-section .event-item {
  border: 1px solid #e0e0eb;
  border-radius: 12px;
  position: relative;
  height: 300px;
  width: 100%;
  overflow: hidden;
  display: flex;
  margin: 20px 0;
}
#SchoolSingle .events-section .event-item .card-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
#SchoolSingle .events-section .event-item .body {
  position: absolute;
  bottom: 0;
  width: 100%;
  top: 0;
  background: linear-gradient(181.04deg, rgba(246, 246, 249, 0) -5.96%, #f6f6f9 59.29%);
  border-radius: 12px;
  display: flex;
  align-items: flex-end;
}
#SchoolSingle .events-section .event-item .body .cap {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
#SchoolSingle .events-section .event-item .body .cap .logo {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  margin: 0 16px;
  border: 2px solid #e0e0eb;
  position: relative;
}
#SchoolSingle .events-section .event-item .body .cap .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid #fff;
  border-radius: 50%;
}
#SchoolSingle .events-section .event-item .body .cap .logo span {
  position: absolute;
  bottom: -3px;
  font-size: var(--font-11);
  font-weight: 400;
  left: 10%;
  color: var(--Ya-main);
  background: #e0e0eb;
  border-radius: 5px;
  padding: 1px;
  width: 80%;
  text-align: center;
}
#SchoolSingle .events-section .event-item .body .cap .logo.active {
  border-color: var(--Ya-green);
}
#SchoolSingle .events-section .event-item .body .cap .logo.active span {
  background-color: var(--Ya-green);
}
#SchoolSingle .events-section .event-item .body .cap h6 {
  font-size: var(--font-22);
  font-weight: 500;
  color: var(--Ya-main);
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  #SchoolSingle .events-section .event-item .body .cap h6 {
    font-size: 12px;
  }
}
#SchoolSingle .events-section .event-item .body .cap p {
  font-size: var(--font-14);
  font-weight: 400;
  color: #737598;
  margin-bottom: 0;
}
#SchoolSingle .news-section h5 {
  margin-bottom: 0;
  font-size: var(--font-18);
  font-weight: 600;
  color: var(--Ya-main);
}
#SchoolSingle .news-section button {
  background: none;
  border: none;
}
#SchoolSingle .news-section button a {
  color: #202359;
  font-size: 16px;
  line-height: 26px;
  text-decoration: underline !important;
}
#SchoolSingle .news-section .item {
  padding: 24px;
  display: flex;
  border-radius: 12px;
  background-color: #fff;
  margin: 20px 0 0 0;
}
#SchoolSingle .news-section .item .card-img {
  width: 200px;
  height: 140px;
  border-radius: 12px;
}
#SchoolSingle .news-section .item .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
#SchoolSingle .news-section .item.no-img .card-img {
  display: none;
}
#SchoolSingle .news-section .item .body {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#SchoolSingle .news-section .item .body h6 {
  font-size: var(--font-22);
  font-weight: 500;
  color: var(--Ya-main);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
#SchoolSingle .news-section .item .body p {
  font-size: var(--font-16);
  font-weight: 400;
  color: #737598;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 65px;
}
#SchoolSingle .news-section .item .body div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
#SchoolSingle .news-section .item .body div a {
  font-size: var(--font-16);
  font-weight: 400;
  color: var(--Ya-main);
  text-decoration: underline !important;
}
#SchoolSingle .achievements-section h5 {
  margin-bottom: 0;
  font-size: var(--font-18);
  font-weight: 600;
  color: var(--Ya-main);
}
#SchoolSingle .achievements-section .carousel .achieve-item {
  padding: 32px;
  display: flex;
  border-radius: 12px;
  background-color: #fff;
  margin: 20px 0 0 0;
  background: url(../../views/img/achievements-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
  display: flex;
  align-items: center;
}
#SchoolSingle .achievements-section .carousel .achieve-item .body h6 {
  font-size: var(--font-22);
  font-weight: 500;
  color: var(--Ya-main);
  margin-bottom: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
#SchoolSingle .achievements-section .carousel .achieve-item .body p {
  font-size: var(--font-16);
  font-weight: 400;
  color: #737598;
  line-height: 19.2px;
  margin-bottom: 16px;
  width: 80%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
#SchoolSingle .achievements-section .carousel-indicators [data-bs-target] {
  background-color: #e0e0eb;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  opacity: 1;
  display: block;
  border: 2px solid #fff;
}
#SchoolSingle .achievements-section .carousel-indicators .active {
  background-color: #fff;
  border: 2px solid var(--Ya-main);
}
#SchoolSingle .parent-comments-rating .main-rating {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 652px) {
  #SchoolSingle .parent-comments-rating .main-rating {
    flex-direction: column;
    margin-top: 14px;
  }
}
#SchoolSingle .parent-comments-rating .main-rating .rate-header {
  display: flex;
  flex-direction: column;
  min-width: 35%;
}
#SchoolSingle .parent-comments-rating .main-rating .rate-header h5 {
  font-size: var(--font-40);
  font-weight: 500;
  line-height: 60px;
  color: #202359;
}
#SchoolSingle .parent-comments-rating .main-rating .rate-header .Stars {
  font-size: var(--font-28);
  margin-bottom: 5px;
}
#SchoolSingle .parent-comments-rating .main-rating .rate-header div p,
#SchoolSingle .parent-comments-rating .main-rating .rate-header div a {
  font-size: var(--font-16);
  font-weight: 400;
  color: var(--Ya-main);
  margin-bottom: 0;
  white-space: nowrap;
}
#SchoolSingle .parent-comments-rating .main-rating .rating-categories .category {
  display: flex;
  align-items: baseline;
}
#SchoolSingle .parent-comments-rating .main-rating .rating-categories .category span {
  font-size: var(--font-11);
  font-weight: 400;
  color: #737598;
}
#SchoolSingle .parent-comments-rating .main-rating .rating-categories .category p {
  font-size: var(--font-11);
  font-weight: 400;
  color: var(--Ya-main);
  margin-bottom: 0;
  line-height: 21px;
}
#SchoolSingle .parent-comments-rating .main-rating .rating-categories .category .progress {
  width: 113px;
  height: 5px;
  background-color: #f6f6f9;
  display: flex;
  flex-direction: row-reverse;
  padding: 0;
}
#SchoolSingle .parent-comments-rating .main-rating .rating-categories .category .progress .progress-bar {
  background-color: var(--Ya-main);
}
#SchoolSingle .parent-comments-rating .text-gray {
  font-size: var(--font-18);
  font-weight: 600;
  color: #737598;
  margin-bottom: 0;
}
#SchoolSingle .parent-comments-rating .comment {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
#SchoolSingle .parent-comments-rating .comment .logo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin-right: 16px;
  border: 2px solid #e0e0eb;
  position: relative;
}
#SchoolSingle .parent-comments-rating .comment .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
#SchoolSingle .parent-comments-rating .comment .body h6 {
  font-size: var(--font-18);
  font-weight: 600;
  color: var(--Ya-main);
  margin-bottom: 12px;
}
#SchoolSingle .parent-comments-rating .comment .body div {
  display: flex;
  align-items: center;
}
#SchoolSingle .parent-comments-rating .comment .body div span {
  font-size: var(--font-11);
  font-weight: 400;
  color: #737598;
}
#SchoolSingle .parent-comments-rating .comment .body p {
  font-size: var(--font-14);
  font-weight: 400;
  color: var(--Ya-main);
  margin-bottom: 0;
}
#SchoolSingle .parent-comments-rating .add-review {
  background-color: #f6f6f9;
  border-radius: 12px;
  padding: 24px 32px;
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#SchoolSingle .parent-comments-rating .add-review h4 {
  font-weight: 500;
  font-size: var(--font-22);
  line-height: 31px;
  color: #202359;
}
@media screen and (max-width: 768px) {
  #SchoolSingle .parent-comments-rating .add-review h4 {
    font-size: var(--font-18);
  }
}
#SchoolSingle .parent-comments-rating .add-review p {
  margin-bottom: 0;
  font-weight: 400;
  color: #202359;
  font-size: 16px;
  line-height: 25px;
}
@media screen {
  #SchoolSingle .parent-comments-rating .add-review p {
    font-size: 14px;
  }
}
#SchoolSingle .parent-comments-rating .add-review .btn {
  font-size: 14px !important;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: 40px;
  white-space: nowrap;
}
#SchoolSingle .ya-dialog .dialog-body .school-rate {
  background: #f6f6f9;
  border-radius: 12px;
  padding: 32px;
}
@media screen and (max-width: 480px) {
  #SchoolSingle .ya-dialog .dialog-body .school-rate {
    padding: 32px 16px;
  }
}
#SchoolSingle .ya-dialog .dialog-body .school-rate h5 {
  font-size: var(--font-18);
  font-weight: 600;
  color: #737598;
  margin-bottom: 24px;
}
#SchoolSingle .ya-dialog .dialog-body .school-rate .rating-options .option-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
#SchoolSingle .ya-dialog .dialog-body .school-rate .rating-options .option-item h6 {
  font-size: var(--font-16);
  font-weight: 400;
  color: var(--Ya-main);
  margin-bottom: 0;
}
#SchoolSingle .ya-dialog .dialog-body .school-rate .comment-textarea textarea {
  width: 100%;
  color: var(--Ya-main);
  background-color: #fff;
  border: 1px solid #babbcf;
  border-radius: 12px;
  padding: 12px;
  margin-top: 12px;
}
#SchoolSingle .ya-dialog .dialog-body .school-rate .comment-textarea #AddReviewBtn {
  text-align: center;
}
#SchoolSingle .school-rating--comments-section .offcanvas {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #SchoolSingle .school-rating--comments-section .offcanvas {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  #SchoolSingle .school-rating--comments-section .offcanvas {
    width: 80%;
  }
}
@media screen and (min-width: 900px) {
  #SchoolSingle .school-rating--comments-section .offcanvas {
    width: 56%;
  }
}
@media screen and (min-width: 992px) {
  #SchoolSingle .school-rating--comments-section .offcanvas {
    width: 50%;
  }
}
#SchoolSingle .school-rating--comments-section .offcanvas .main-rating {
  background: #f9f9f9;
  padding: 10px;
}
#SchoolSingle .school-rating--comments-section .offcanvas .main-rating .progress {
  background-color: #e7e7eb !important;
}
#SchoolSingle #schoolLocationMap .dialog-body {
  min-width: 50%;
  height: 80%;
}
#SchoolSingle .school-gallery {
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
}
@media screen and (max-width: 768px) {
  #SchoolSingle .school-gallery {
    padding: 24px 32px;
  }
}
#SchoolSingle .school-gallery .video-container {
  overflow: hidden;
  border-radius: 12px;
}
#SchoolSingle .school-gallery .video-container iframe {
  border-radius: 12px;
}
#SchoolSingle .school-gallery h5 {
  margin: 0 0 24px 0;
  font-size: var(--font-16);
  font-weight: 400;
  color: var(--Ya-main);
}
#SchoolSingle .school-gallery .item {
  width: 100%;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
}
#SchoolSingle .school-gallery .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
#SchoolSingle #schoolGallery .dialog-body {
  width: 60%;
  height: 80%;
}
#SchoolSingle #schoolGallery .dialog-body .carousel {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
#SchoolSingle #schoolGallery .dialog-body .carousel .carousel-inner {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
#SchoolSingle #schoolGallery .dialog-body .carousel .carousel-item {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
#SchoolSingle #schoolGallery .dialog-body .carousel .carousel-item .img-container {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
#SchoolSingle #schoolGallery .dialog-body .carousel .carousel-item .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
#SchoolSingle #schoolGallery .dialog-body .carousel .carousel-control-prev {
  right: -68px;
  width: auto;
}
#SchoolSingle #schoolGallery .dialog-body .carousel .carousel-control-next {
  left: -68px;
  width: auto;
}
#SchoolSingle .school-contacts {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px 32px;
}
#SchoolSingle .school-contacts h5 {
  margin-bottom: 0;
  font-size: var(--font-16);
  font-weight: 400;
  color: var(--Ya-main);
}
#SchoolSingle .school-contacts .body .top {
  border: 1px solid #e0e0eb;
  border-radius: 12px;
  padding: 24px;
}
#SchoolSingle .school-contacts .body .top a {
  font-size: var(--font-16);
  font-weight: 400;
}
#SchoolSingle .school-contacts .body .bottom {
  padding: 0 24px;
  font-size: var(--font-16);
  font-weight: 400;
  color: var(--Ya-main);
}
#SchoolSingle .school-contacts .body .bottom p,
#SchoolSingle .school-contacts .body .bottom a {
  font-size: var(--font-16);
  font-weight: 400;
  color: var(--Ya-main);
  margin-bottom: 0;
}
#SchoolSingle .school-contacts .btn-collapse {
  background: #f6f6f9;
  border-radius: 8px;
  padding: 16px 24px;
  font-size: var(--font-16);
  font-weight: 400;
  display: flex;
  border: 0;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
#SchoolSingle .school-contacts .collapse .card {
  border: 1px solid #f6f6f9;
}
#SchoolSingle .school-contacts .collapse .card .table thead tr th {
  font-size: var(--font-11);
  font-weight: 400;
  color: #737598;
  padding: 5px 0;
  border-bottom: 0;
}
#SchoolSingle .school-contacts .collapse .card .table tbody tr td {
  font-size: var(--font-11);
  font-weight: 600;
  color: var(--Ya-main) !important;
  padding: 5px 0;
  border-bottom: 0;
}
#SchoolSingle .featured-schools {
  background-color: #fff;
  padding: 32px;
  border-radius: 12px;
}
#SchoolSingle .featured-schools h5 {
  margin-bottom: 0;
  font-size: var(--font-16);
  font-weight: 400;
  color: var(--Ya-main);
}
#SchoolSingle .featured-schools .schools-list {
  margin-top: 20px;
}
#SchoolSingle .featured-schools .schools-list .school {
  display: flex;
  align-items: center;
  padding: 12px 0;
}
#SchoolSingle .featured-schools .schools-list .school .logo {
  width: 72px;
  height: 72px;
  border: 1px solid #e0e0eb;
  border-radius: 12px;
  background-color: #fff;
  padding: 8px;
}
#SchoolSingle .featured-schools .schools-list .school .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
#SchoolSingle .featured-schools .schools-list .school .body a {
  color: var(--Ya-main);
}
#SchoolSingle .featured-schools .schools-list .school .body h6 {
  font-size: var(--font-18);
  font-weight: 600;
  color: var(--Ya-main);
}
#SchoolSingle .featured-schools .schools-list .school .body .ratebadge {
  background: rgba(248, 188, 72, 0.12);
  color: #f8bc48;
  font-size: var(--font-14);
  font-weight: 400;
  border-radius: 14px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
}

.circle_percent {
  font-size: 32px;
  width: 1em;
  height: 1em;
  position: relative;
  z-index: 0;
  background: transparent;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .circle_percent {
    margin: 0 0;
    display: none;
  }
}

.circle_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  clip: rect(0 1em 1em 0.5em);
}

.round_per {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  background: #08db97;
  clip: rect(0 1em 1em 0.5em);
  transform: rotate(180deg);
  transition: 1.05s;
}

.percent_more .circle_inner {
  clip: rect(0 0.5em 1em 0em);
}

.percent_more:after {
  position: absolute;
  left: 0.5em;
  top: 0em;
  right: 0;
  bottom: 0;
  background: #08db97;
  content: "";
}

.circle_inbox {
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  background: #fff;
  z-index: 3;
  border-radius: 50%;
}

.percent_text {
  position: absolute;
  font-size: 36px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: none;
}

.hide-school-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: rgba(255, 255, 255, 0.54);
  z-index: 10;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(10px);
  height: 60%;
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
}

:lang(en) #SchoolSingle .news-section .item .body div a img {
  transform: rotate(180deg);
}
:lang(en) #SchoolSingle .school-category h6 {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .breadcrumb-nav {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb-nav ol {
    flex-wrap: wrap;
  }
}

#school-location {
  white-space: nowrap;
  color: #202359;
}

.parentsRating {
  color: #202359;
  font-weight: 600;
  line-height: 25px;
  font-size: 18px;
}

.readMoreBtn {
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 100%;
  background: white;
  border: none;
  border-top: 1px solid #e0e0eb;
  padding: 17px 0 0 0;
  line-height: 25px;
  color: #202359;
  font-weight: 400;
  font-size: 16px;
}
@media screen {
  .readMoreBtn {
    font-size: 14px;
  }
}

.readMoreTab {
  height: auto;
  max-height: 250px;
  overflow: hidden;
  position: relative;
  transition: all 300ms ease-out;
}
.readMoreTab.readMore {
  max-height: 3526px;
  border-top: none !important;
  overflow: hidden;
  padding-bottom: 20px;
  overflow-x: scroll;
}

@media (max-width: 425px) {
  .school-options > div {
    justify-content: unset !important;
    gap: 12px;
  }

  .school-statistics {
    gap: 24px !important;
  }
}
html[lang=ar] #SchoolSingle .school-head .body > div .rate-with-badge .Stars::before {
  background: linear-gradient(270deg, #f98a17 var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
}