* {
    margin: 0px;
    padding: 0px;
}

.container {
    max-width: 1196px !important;
}

.lh-37 {
    line-height: 37px;
}

.lh-26 {
    line-height: 26px;
}

.fs-38 {
    font-size: 38px;
}

.fs-28 {
    font-size: 28px;
}

.fs-22 {
    font-size: 22px;
}

.fs-20 {
    font-size: 20px;
}

.fs-18 {
    font-size: 18px;
}

.fs-16 {
    font-size: 16px;
}

.fs-14 {
    font-size: 14px;
}

.fs-13 {
    font-size: 13px;
}

.fs-12 {
    font-size: 12px;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.color-424242 {
    color: #424242;
}

.color-6D6D6D {
    color: #6D6D6D;
}

.bg-F8F8F8 {
    background-color: #F8F8F8;
}

.bg-000 {
    background-color: #000;
}

.bg-90D6F1{
    background-color: #90D6F1;
}

.bg-DCF5FF{
    background-color: #DCF5FF;
}

.rounded-34 {
    border-radius: 34px;
}

.rounded-30 {
    border-radius: 30px !important;
}

.rounded-28 {
    border-radius: 28px;
}

.rounded-24 {
    border-radius: 24px;
}

.rounded-20 {
    border-radius: 20px !important;
}

.rounded-14 {
    border-radius: 14px !important;
}

.rounded-11 {
    border-radius: 11px;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-9 {
    border-radius: 9px;
}

.h-44 {
    height: 44px;text-decoration: none!important;
}

.h-20 {
    height: 20px;
}

.w-997 {
    max-width: 997px;
}

.w-20 {
    width: 20px;
}

.border-bottom-F1F1F1{
    border-bottom: 1px solid #F1F1F1;
}

.border-E6E1DC {
    border: 1px solid #E6E1DC;
}

.border-E8E8E8 {
    border: 1px solid #E8E8E8;
}

.border-bottom-F3F3F3 {
    border-bottom: 1px solid #F3F3F3;
}

.border-right-power {
    border-right: 1px solid #EFEFEF;
}

.border-F98012 {
    border: 2px solid #DCF5FF;
}

.border-F2EFEB {
    border: 1px solid #F2EFEB;
}
.bdrw{border: 1px solid #fff;}
.ht402{height: 402px;display: flex;align-items: center;justify-content: center;}
.lh-52{line-height: 52px;}
.mb20{margin-bottom: 20px}
.testimonial-card {
  border-radius: 28px;
  background-color: #fff;
  height: 322px !important;
}
.bg-header-section-school {
    background-image: url("../api-integration-imgs/header-schoology.svg");background-color: #F0FBFF;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 680px;
    height: 100%;
}

.box-power {
    height: 45px;
    width: 45px;
}

.image-arrow-school {
    position: absolute;
    top: 35px;
    left: 175px;
}

.bg-borders-left-right {
    position: absolute;
    top: 290px;
    left: -13px;
}

/* tab-moddle-1 */
.custom-school-tabs {
    border: none !important;
    width: 100%;
}

.custom-school-tabs .nav-item {
    width: 100%;
}

.custom-school-tabs .nav-link {
    color: #000;
    padding: 1rem 0;
    text-align: left;
    background: transparent;
    border: none !important;
}

.custom-school-tabs .nav-link.active {
    color: #90D6F1 !important;
    font-weight: 700;
}

.custom-school-tabs .nav-link:not(.active):hover {
    color: #90D6F1;
    background: transparent;
}

.tab-con-school {
    background: #DCF5FF;
    border-radius: 12px;
    padding: 25px;
}

/* Content box */
.tab-box {
    border-radius: 10px;
    padding: 15px 20px;
    background: #fff;
    /*margin-bottom: 20px;*/
}

.box-school-tab {
    border: 1px solid #24C2FF;
    background: #fff4f2;
}


.line-highlight {
    display: inline;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}


.highlight-first {
    background: #FFE0E0;
    text-decoration: underline solid #FF7272 1px;
}

.highlight-second {
    background: #fffce0;
    text-decoration: underline solid #ff7272b6 1px;
}

.highlight-third {
    background: #e0ffe0;
    text-decoration: underline solid #72ffa1b6 1px;
}

.bg-school-grad {
    background-image: url("../api-integration-imgs/bg-school-grad.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 346px;
    height: auto;
}

.bg-border-end {
    background-image: url('../api-integration-imgs/bg-borders-left-right.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
}

.feature-card-school {
  border: 2px solid #f2efeb;
  border-radius: 20px;
  background-color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}

.feature-card-school:hover {
  border-color: #90D6F1!important;
  transform: translateY(-5px);
}

.feature-card-school.active {
  border-color: #90D6F1!important;
  transform: translateY(-5px);
}

.feature-card-school:hover h3,
.feature-card-school.active h3 {
  color: #90D6F1;
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(80%) sepia(90%) saturate(70%) hue-rotate(220deg)
    brightness(90%) contrast(100%);
}
.carousel-control-prev,
.carousel-control-next {
  width: 3% !important;
}
.moddle-indicators li {
  background-color: #466be5;
}
.moddle-indicators .active {
  background-color: #466be5;
}

.carousel-inner > .carousel-item {
  transition: transform 0.3s ease-in-out !important;
}

.carousel-inner {
  transition: transform 0.3s ease-in-out !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{background-color: transparent!important;}

@media (max-width: 991px) {
    .border-right-power {
        border-right: none !important;
    }

    .fs-38 {
        font-size: 28px;
    }

    .fs-28 {
        font-size: 20px;
    }
}
@media (max-width: 767px){
    .border-right-power {border-bottom: 1px solid #efefef;}
    .small-scroller {
    display: flex;
    flex-wrap: nowrap;
    padding: 20px;
    scroll-behavior: smooth;
    overflow-x: scroll; /* always show scrollbar */
  cursor: grab; 
  }

  .small-scroller::-webkit-scrollbar {
    height: 15px;
  }

  .small-scroller::-webkit-scrollbar-thumb {
    background-color: #867563;
    border-radius: 10px;
    border: 4px solid #eae2da;
  }

  .small-scroller::-webkit-scrollbar-track {
    background-color: #eae2da;
    border-radius: 10px;
  }
  .bg-header-section-school {min-height: 630px !important;}
  .testimonial-card {height: 400px !important;}
  /*.fs-14 {font-size: 12px;}*/
  .px0{padding-right: 0;padding-left: 0;}
  .w95f{width: 95%;}
  .tab-con-school{padding: 16px;}
  .lh-52 {line-height: 40px;}
}