/* Hide the vertical scrollbar */
::-webkit-scrollbar {
  width: 0 !important;
  visibility: hidden !important;
}

/* Optional: You can style the track and thumb of the scrollbar if needed */
::-webkit-scrollbar-thumb {
  background: #888 !important;
  /* Change to the color you prefer */
}

::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
  /* Change to the color you prefer */
}


.school-divider {
  margin-top: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgb(55 53 52 / 47%);
}

.h-96vh {
  min-height: 96vh;
}

.h-80vh {
  height: 80vh;
}

.w-40 {
  width: 40%;
}

.w-60 {
  width: 60%;
}

.school_pr-0 {
  padding-right: 0px;
}

.mt-30p {
  visibility: visible;
  object-fit: cover;
  object-position: center;
  margin-top: 20px;
}


.fw-700 {
  font-weight: 700;
}

.w-136 {
  width: 136px;
}

.mx-w-inherit {
  max-width: fit-content;
}

.videoschool {
  border-radius: 5px;
}

.fitvideoschool {
  aspect-ratio: 625/443;
  object-fit: cover;
}

.school_section .content .title {
  color: #101010;
  text-align: justify;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.request-raise {
  text-transform: inherit;
  border-radius: 6px;
  padding: 14px 30px 14px 31px;
  font-size: var(--fs-14);
  box-shadow: none;
  text-transform: inherit;
  line-height: 14px;
  background: linear-gradient(121.93deg, #4ADEDE 18.8%, #7BD5F5 69.63%);
}

.schoolcontainer h3{
  margin-top: 34px;
}
.schoolcontainer .isdesktop.para_text p{
  margin-top: 8px !important; 
} 
.schoolcontainer ul {
  font-size: var(--fs-16);
  font-weight: 400;
  line-height: 22.4px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 20px;
  position: relative;
}
.schoolcontainer ul:before {
  content: '';
  position: absolute;
  left: 0;
  width: 120px;
  top: 10px;
  border-bottom: 1px solid rgb(55 53 52 / 36%);
}
/* @media (max-width: 1200px) {
  .section_sticky_rm{
    position: unset !important;
  }
} */

/**Responsive Start**/
@media (min-width: 768px) and (max-width: 1024px){
  .schoolcontainer{
    margin-bottom: 24px;
  }
}
@media (max-width: 901px) {

  #stage {
    height: 253px;
  }

  .school_section .pl-5vw {
    padding-left: var(--pl-5vw) !important;
    padding-right: var(--pr-5vw);
  }

  .school_section .img_container {
    height: 256px;
  }

  .school_section .fitvideoschool {
    height: 100%;
  }

  .school_section .content .title {
    font-size: 16px;
  }

  .mobile_px_0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .para_text {
    font-size: 12px;
  }

  .mobile_mt_24 {
    margin-top: 24px;
  }

  .school_visit_wrapper .detail-pg {
    padding: 0px;
  }

  .section_sticky_rm {
    position: relative !important;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 32px;
  }

  .school-divider.divider {
    margin-left: inherit !important;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    width: 136px !important;
  }

  .row.mx-0.arb_px_0 {
    margin-bottom: 0px;
  }


}

@media (max-width: 768px) {
  .mob_order_reverse {
    flex-direction: column-reverse;
  }

  body .school_pr-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .schoolcontainer {
    margin-bottom: 64px;
  }
  .mob_pr-0{
    padding-right: 0px;
  }
  .schoolcontainer ul {
    font-size: var(--fs-16);
    font-weight: 400;
    line-height: 22.4px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 20px;
    position: relative;
  }
}