embed, img, object, video {
    max-width: 100%;
    height: auto;
}
.wrapper {
    max-width: 1350px;
    margin: 0 auto;
    width: 90%;
}
h1{
    font-size: 50px;
    text-align: center;
    margin: 30px 0 10px;
    max-width: 1190px;
    width: 100%;
}
h1>span.sp-dis-blk{
    font-size: 40px;
    font-weight: 600;
    margin-left: -61px;
}
.sp-tag-prefix{
   color:#56627B;
   font-size: 13px;
}
.sp-shadow {
    display: block;
    -webkit-box-shadow: 0px -140px 50px 5px #fafafa;
    box-shadow: 0px -140px 50px 5px #fafafa;
    width: 100%;
    height: 200px;
    background: #fafafa;
    bottom: 100px;
    position: absolute;
}
.sp-school-menu{
    padding-top: 0;
}
.sp-school-banner{
    position: relative;
}

.sp-school-banner, .sp-school-menu{
    padding: 100px 0;
}
.sp-school-menu{
    padding-top: 0;
    margin-top: -130px;
}
.sp-school-banner .flex{
    align-items: center;
    justify-content: center;
}
section.sp-school-banner {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 0;
}
.sp-school-bnr-title h1 {
    margin:30px 0 15px;
    color: #000000;
    line-height: 1.4;
    width: calc(100% + 61px);
}
.sp-dis-blk{
    display: block
} 
.sp-fnt-30{
    font-size: 30px;
}
.sp-fnt-15{
    font-size: 15px;
    line-height: 1.6;
    color: #464646;
}
.sp-watch-promo{
    font-size: 13px;
    color: #fff;
    border: 1px solid #EDEDED;
    display: inline-flex;
    background-color: #000000;
    padding: 10px 25px 10px 45px;
    border-radius: 20px;
    position: relative;
    align-items: center;
    display: none;
}
.sp-watch-promo:after{
    content: "";
    position: absolute;
    left: 18%;
    top: 52%;
    -webkit-transform: translateX(-40%) translateY(-50%) scale(1.4);
    transform: translateX(-40%) translateY(-50%) scale(1.4);
    transform-origin: center center;
    width: 8px;
    height: 9px;
    z-index: 4;
    -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    background: url(../images/sp-sprite-img.svg) no-repeat;
    background-size: 670px auto;
    background-position: -454px -51px;
}
.sp-sch-animate{
    margin-top: 130px;
}
.sp-watch-promo:hover::after{

}
.sp-content-banner,.sp-menu-title {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}
.sp-school-bnr-sub{
    font-size: 16px;
    color: #5F5F5F;
    line-height: 1.6;
    font-weight: 600;
    max-width: 680px;
    margin: 0 auto; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sp-pre{
    position: relative;
    display: inline-block;
    color: #3b9374;
    overflow: hidden;
    width: 375px;
    line-height: 1;
    text-align: left;
    top: 11px;
}
.sp-pre em{
    color: #415dec;
    background: linear-gradient(90.83deg, #8D48F1 3.02%, #447EF0 99.64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sp-pre>em {
    padding: 4px 0;
    opacity: 0;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    font-style: normal;
    letter-spacing: -0.4px;
    text-align: left;
}
.sp-pre .is-visible {
    position: relative;
    opacity: 1;
    -webkit-animation: push-in 1.3s;
    -moz-animation: push-in 1.3s;
    animation: push-in 1.3s
}

.sp-pre .is-hidden {
    -webkit-animation: push-out 1.3s;
    -moz-animation: push-out 1.3s;
    animation: push-out 1.3s
}
.str-opa {
    opacity: 0 !important
}

@keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(10%);
        -moz-transform: translateY(10%);
        -ms-transform: translateY(10%);
        -o-transform: translateY(10%);
        transform: translateY(10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    60% {
        opacity: 0;
        -webkit-transform: translateY(110%);
        -moz-transform: translateY(110%);
        -ms-transform: translateY(110%);
        -o-transform: translateY(110%);
        transform: translateY(110%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateX(100%);
        transform: translateY(100%)
    }
}

.sp-tab-components{
    height: 9000px;
}
.sp-tab-wrap{
    top: 60px;
  min-height: initial;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  position: sticky;
}
.sp-tab{
    width: 100%;
  max-width: 1220px;
  padding: 0px 40px;
  margin: 0px auto;
  position: absolute;
  pointer-events: auto;
  z-index: 1;
  top:20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.sp-tab.active{
    opacity: 1;
    visibility: visible;
}
.sp-school-bnr-edu{
    padding-top: 10px;
}
/***** Menu Bar *****/
/* .sp-school-menu .sp-school-menu-title,.block1 .sp-school-menu-title{
    transform: translateX(90px);
}

.sp-school-menu.active .sp-school-menu-title,
.sp-school-menu.active .sp-btn,.block1.active .sp-school-menu-title,
.block1.active .sp-btn{
    transform: translateX(0);
} */
.sp-school-menu.active .sp-btn,.block1.active .sp-btn{
    opacity: 1;
    visibility: visible;
}
.sp-school-menu .sp-btn,.block1 .sp-btn{
    transform: translateX(-90px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.sp-school-menu-title{
    background: #000000;
    color: #ffffff;
    padding: 8px 9px;
    width: 100%;
    max-width: max-content;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
    transition: all 0.5s ease;
}
.sp-school-menu-title ul li{
    padding: 5px 12px;
    position: relative;
    z-index: 2;
    font-size: 11px;
    letter-spacing: 0.2px;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    color: #9F9F9F;
    transition: all 0.5s ease-out;
    gap:7px;
    cursor: pointer;
}
.sp-school-menu-title ul li.active{
    color: #fff;
}
.sp-school-menu-title ul li:before{
    content: '';
    background: var(--sp-sprite-icon) no-repeat;
    width: 18px;
    height: 18px;
    background-size: 324px auto;
    display: inline-block;
    opacity: 0.6;
    box-sizing: border-box;
}
.sp-school-menu-title ul li.active:before{
    opacity: 1;
}
.sp-school-menu .sp-school-menu-title ul li.dashboard:before{
    background-position: -2px -1px;
}
.sp-school-menu .sp-school-menu-title ul li.activityPost:before,
.block1 .sp-school-menu-title ul li.dashboard:before{
    background-position: -35px -1px;
}
.sp-school-menu .sp-school-menu-title ul li.attendance:before,
.block1 .sp-school-menu-title ul li.activityPost:before{
    background-position:-69px -1px;
}
.sp-school-menu .sp-school-menu-title ul li.timetable:before,
.block1 .sp-school-menu-title ul li.activityPost:before{
    background-position:-103px -1px;
}
.sp-school-menu .sp-school-menu-title ul li.food:before,
.block1 .sp-school-menu-title ul li.timetable:before{
    background-position: -137px -1px;
}
.sp-school-menu .sp-school-menu-title ul li.staff:before{
    background-position: -170px -1px;
}
.sp-school-menu .sp-school-menu-title ul li.sleep:before,
.block1 .sp-school-menu-title ul li:nth-child(5):before{
    background-position: -205px -1px;
}
.sp-school-menu .sp-school-menu-title ul li.message:before,
.block1 .sp-school-menu-title ul li.message:before{
    background-position: -239px -1px;
}
.sp-school-menu .sp-school-menu-title ul li.notification:before,
.block1 .sp-school-menu-title ul li.notification:before{
    background-position: -273px -1px;
}

 .sp-school-menu-title ul li.active a{
    color: #fff;
 }
 /* .sp-school-menu-title ul li a:hover{
    background: #dddada;
    color: #000000;
    padding: 8px 10px;
    border-radius: 8px;
    position: relative;
    z-index: 0;
 } */
.sp-school-menu-title .flex{
    justify-content: center;
    gap:15px;
    flex-wrap: wrap;
}
.sp-school-menu-bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1240px;
    margin: 0 auto;
    gap:20px;
    top:30px;
    position: relative;
    z-index: 5;
}
.active .sp-school-menu-bar{
    position: sticky;
}
.block1 .sp-school-menu-bar{
    max-width: 970px;
}
.sp-menu-title{
    margin: 60px auto 40px;
    color: #000000;
}
.sp-menu-title h2{
    font-size: 30px;
    padding-bottom: 15px;

}
.sp-school-menu img {
    display: block;
    margin: 0 auto;
}
.highlight-abs{
    width: 85.4922px;
    left: 353.703px;
    height: 17px;
    position: absolute;
    background-color: rgba(255, 255, 255,0.3);
    z-index: 0;
    border-radius: 6px;
    transition: all 0.5s ease;
}
/***** Your Phone *****/
.sp-phone .flex{
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}
.sp-phone-menu.flex{
    flex-direction: column;
}
.sp-phone-menu{
    border-radius: 26px;
    width: 130px;
    color: #ffffff;
    box-sizing: border-box;
    transition: all 0.4s ease;
    padding: 50px 0;
    position: relative;
    height: 550px;
}
.sp-phone-menu.active{
    width: 42.33%;
    padding: 50px;
    text-align: center;
    max-width: 500px;
}
.sp-activity{
    background: linear-gradient(180deg, #8B99F5 0%, #5574E6 100%);
    box-shadow: 0px 10px 44px 0px #5876E74D;
}
.sp-dash-board{
    background: linear-gradient(180deg, #FDC867 0%, #FAAE25 100%);
    box-shadow: 0px 10px 44px 0px #FBB22E4D;
}
.sp-calendar{
    background: linear-gradient(180deg, #FFA2C6 0%, #FA4089 100%);
    box-shadow: 0px 10px 44px 0px #FC53954D;
}
.sp-attendence{
    background: linear-gradient(180deg, #B9A8FF 0%, #7451FF 100%);
    box-shadow: 0px 10px 44px 0px #8364FF4D;
}
.sp-message{
    background: linear-gradient(180deg, #9BED9F 0%, #40B046 100%);
    box-shadow: 0px 10px 44px 0px #67CA6D4D;
}
.sp-phone-menu.active .sp-inner-menu-hide .sp-title-bold{
    display: flex;
    align-items: center;
    gap:10px;
}
.sp-phone-menu:not(.active) {
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    cursor: pointer;
}
.sp-phone-menu p{
    line-height: 1.4;
    margin-top: 15px;
    text-align: left;
}
.sp-phone-menu:not(.active) .sp-title-bold:before{
    margin: 10px auto;
}
.sp-inner-menu-hide{
    opacity: 0;
    transition: all 0.8s ease;
    position: absolute;
    /* transform: scale(0); */
    transform-origin: left;

}
.sp-phone-menu.active .sp-inner-menu-hide{
    opacity: 1;
    transform: scale(1);
    position: relative;
}
.sp-phone-menu.active .dup.sp-title-bold{
    opacity: 0;
}   
.sp-phone-menu .dup.sp-title-bold{
    opacity: 1;
    position: absolute;
    bottom: 40px;
    transition: all 0.4s ease;
    right: 50%;
    transform: translate(50%);
    width: 100%;
}
.sp-phone-menu .sp-title-bold:before{
    content:'';
    background: var(--sp-sprite-icon) no-repeat;
    width: 22px;
    height: 22px;
    background-size: 450px auto;
    display: block;
}
.sp-activity .sp-title-bold:before{
    background-position: -49px 0px;
}
.sp-dash-board .sp-title-bold:before{
    background-position:0 0;
}
.sp-attendence .sp-title-bold:before{
    background-position: -96px 0px;
}
.sp-calendar .sp-title-bold:before{
    background-position: -143px -2px;
}
.sp-message .sp-title-bold:before{
    background-position: -332px -2px;
}
.sp-phone-menu img{
    margin: 0 auto 30px;
    opacity: 0;
    transition: all 0.4s ease;
}
.sp-phone-menu.active img{
    opacity: 1;
}
.sp-phone-menu.active .sp-title-bold{
    font-size: 16px;
}
.sp-phone-menu .sp-title-bold{
    font-size: 13px;
}
.block2, .block3, .block4,.block1 {
    padding: 90px 0;
}
.img-container{
    text-align: center;
    margin-top: 100px;
}
.img-container:before{
    content: '';
    width: 22%;
    height: 100%;
    background: url(../images/new/sp-parent-bgblur.png) no-repeat;
    position: absolute;
    left: 39%;
    background-size: 100%;
    z-index: -1;
    top: 26%;
}
.content{
    text-align: center;
}
.block2 .content{
    text-align: center;
    max-width: 670px;
    margin: 50px auto 60px;
}
.block2 .content p{
    line-height: 1.5;
}
.sp-phone{
    padding:0 0 90px 0;
}
.block1{
    text-align: center;
}
.block2 .sp-tagline,.block1 .sp-tagline{
    background: #FF69A3;
    border-radius: 20px;
    display: inline-block;
    color: #fff;
    padding: 8px 25px;
    font-size: 13px;
}
.sp-menu-mob-title{
    font-size: 26px;
    margin: 20px 0;
    display: none;
}
.block1 .sp-tagline{
    background-color: #7451FF;
    margin: 0 0 50px;
}
.block2 h3{
    font-size: 26px;
    margin: 10px 0;
}
.block2 .wrapper{
    max-width:980px ;
}
.block2-inner{
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}
.block2 .sp-phone-view{
    max-width: 310px;
    width: 33.33%;
    text-align: center;
    background-color: #f4f4f4;
    border-radius: 24px;
    padding:60px 30px 0;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 0.7s ease;
    position: relative;
}
/* .block2 .sp-phone-view .sp-phone-topview{
    margin-bottom: -80px;
}
.block2 .sp-phone-view:nth-child(2) .sp-phone-topview,
.block2 .sp-phone-view:nth-child(5) .sp-phone-topview{
    margin: -80px 0 0;
}
.sp-img{
    position: relative;
    top:110px;
} */
.sp-img{
    position: relative;
    margin-top: 30px;
} 
.sp-phone-inner {
    transform: translateY(110px);
    margin-top: -110px;
    transition: all 0.5s ease;
    position: relative;
    z-index: 2;
}
.block2 .sp-phone-view:after{
    content: '';
    background: linear-gradient(180deg, #8B99F5 0%, #5574E6 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 0;
    opacity: 0;
    transition: all 0.5s ease;
}
.block2 .sp-phone-view:nth-child(2) .sp-phone-inner,
.block2 .sp-phone-view:nth-child(5) .sp-phone-inner{
    transform: translateY(-110px);
    margin-bottom: -110px;
    margin-top: 0;
}
.block2 .sp-phone-view:nth-child(2) .sp-img,
.block2 .sp-phone-view:nth-child(5) .sp-img{
    margin-bottom: 30px;
    margin-top: 0;
}
.block2 .sp-phone-view:hover .sp-phone-inner{
    color: #fff;
}
.block2 .sp-phone-view:hover:after{
    opacity: 1;
}
.block2 .sp-phone-view:nth-child(2),.block2 .sp-phone-view:nth-child(5){
    padding:0 30px 60px;
}
/* .block2 .sp-phone-view:nth-child(2) .sp-img,.block2 .sp-phone-view:nth-child(5) .sp-img{
    margin-bottom: 0;
    top:-110px;
} */
.block2 .sp-phone-view h4{
    font-size: 22px;
    font-weight: 600;
}
.sp-phone-view p{
    margin: 10px auto 0;
    line-height: 1.4;
}
.block4{
    padding-bottom: 0;
}
/* stepsection */
.block4 h2{
    text-align: center;
}
.block4 h2{
    font-size: 26px;
    line-height: 1.4;
}
.block4 h2 span{
    font-size: 18px;
    font-weight: 400;
}
.step-container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px auto;
}
  .step {
    width: 25%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .step-box {
    width: 52px;
    height: 52px;
    border: 1px solid #D7DEE7;
    border-radius: 10px;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .step span {
    width: 40px;
    height: 40px;
    background: var(--sp-theme-clr1);
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
  }
  .step-container h4{
  color:var(--sp-theme-clr1);
  margin: 20px 0 5px;
  }
  
  .step em {
    position: absolute;
    background-color: #ddd;
    top: 30px;
    right: -36%;
    width: 71%;
    height: 1px;
    background-size: 100%;
    z-index: -1;
}

  .step-container p {
    color: var(--sp-theme-clr2);
  }
  .step:first-child .step-box span{
    background: linear-gradient(180deg, #8B99F5 0%, #5574E6 100%);
    box-shadow: 0px 10px 44px 0px #5876E74D;

  }
  .step:nth-child(2) .step-box span{
    background: linear-gradient(180deg, #9BED9F 0%, #40B046 100%);
    box-shadow: 0px 10px 44px 0px #67CA6D4D;
  }
  .step:nth-child(3) .step-box span{
    background: linear-gradient(180deg, #FFA2C6 0%, #FA4089 100%);
    box-shadow: 0px 10px 44px 0px #FC53954D;
  }
  .step:last-child .step-box span{
    background: linear-gradient(180deg, #B9A8FF 0%, #7451FF 100%);
    box-shadow: 0px 10px 44px 0px #8364FF4D;
  }
  .block3 .wrapper{
    max-width: 1180px;
  }

  .mobileapps {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

  .block3 h3 span {
    margin-top: 8px;
  }

  .block3.block-box h3 {
  font-size: 34px;
  color: #fff;
}

.list-info {
    color: #000;
    margin-left: 13px;
    /* max-width: 565px; */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    column-gap: 25px;
  }
  .list-info li {
    list-style-type: none;
    margin-bottom: 6px;
    padding-left: 20px;
    margin-right: 45px;
    color: #fff;
    font-size: 13px;
  }
  .list-apps {
    margin-top: 40px;
}
  .list-info li::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 99px;
    background: #5B7AE5;
    position: relative;
    left: -30px;
    top: 18px;
}
.list-info li::after {
    content: '';
  display: block;
  width: 3px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  top: -14px;
  position: relative;
  left: -22px;
}

@media screen and (max-width: 1280px) {
    .sp-school-menu-bar{
        top:0;
    }
    
    .sp-phone-menu.active {
        width: 39.33%;
    }
    .sp-phone-menu img{
        opacity: 1;
    }
    .sp-phone-menu .sp-inner-menu-hide {
        opacity: 1;
        transform: scale(1);
        position: relative;
    }
    .sp-phone-menu.active{
        max-width: unset;
    }
    .sp-phone-menu .sp-inner-menu-hide .sp-title-bold {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .sp-phone-menu{
        margin: 0 20px;
        padding: 50px;
        width: 39.33%;
        box-shadow: none !important;
    }
    .sp-phone-menu .dup.sp-title-bold{
        display: none;
    }
    .sp-phone-menu:not(.active) .sp-title-bold:before {
        margin: 0;
    }
    .slick-next,.slick-prev {
        position: absolute;
        top: 50%;
        display: block;
        width: 30px;
        height: 30px;
        padding: 0;
        z-index: 1;
        transform: translate(0,-50%);
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: 0;
        background: 0
    }
    
    .slick-next:after,.slick-next:before,.slick-prev:after,.slick-prev:before {
        content: '';
        position: absolute;
        width: 2px;
        height: 18px;
        background: #000;
        transition: .5s ease
    }
    
    .slick-dots {
        position: relative
    }
    
    .slick-next:hover:after,.slick-next:hover:before,.slick-prev:hover:after,.slick-prev:hover:before {
        background: #000;
    }
    
    .slick-next:before {
        transform: rotate(-45deg);
        top: 0;
        right: 10px
    }
    
    .slick-next:after {
        transform: rotate(45deg);
        bottom: 0;
        right: 10px
    }
    
    .slick-prev:before {
        transform: rotate(45deg);
        top: 0;
        left: 10px
    }
    
    .slick-prev:after {
        transform: rotate(135deg);
        bottom: 0;
        left: 10px
    }
    
    .slick-next.slick-disabled,.slick-prev.slick-disabled {
        opacity: .7
    }
    
    .slick-prev {
        left: 0
    }
    .slick-list.draggable{
        padding:0 20px;
    }
    .slick-next {
        right: 0
    }
    .sp-school-menu-title ul li{
        /* font-size: 0; */
        gap:0;
        flex-flow: column;
    }
    .sp-school-menu .wrapper,.block1 .wrapper{
        width: 100%;
    }
    .sp-school-menu-title{
        overflow: scroll;
        scrollbar-width: none;
    }
    .img-container::before{
        display: none;
    }
    .img-container{
        margin-top: 40px;
    }
    .sp-tab{
        width:90%;
        opacity: 1;
        visibility: visible;
        position: relative;
      }
      .sp-phone-menu{
        height: auto;
      }
      .sp-school-menu-title .flex{
        gap:0;
      }
      .sp-tab-components{
        height: auto;
      }
      .sp-tab-wrap{
        display: block;
        position: relative;
        height: auto;
        top:0;
        padding: 0 60px;
        
      }
      .highlight-abs{
        display: none;
      }
      .slick-initialized li.slick-slide{
        display: inline-flex;
        text-align: center;
        font-size: 18px;
        opacity: 0.5;
        padding: 30px;
      }
      .sp-tab{
        top:0;
      }
      .slick-initialized .slick-slide.slick-current{
        font-weight: 600;
        opacity: 1;
      }
      .sp-school-menu-title ul li:before{
        filter:invert(1);
        transform: scale(1.5);
        margin-bottom: 15px;
        transform-origin: left top;
      }
      .sp-school-menu-title{
        background-color: transparent;
        max-width: initial;
        box-shadow: none;
      }
      .sp-school-menu-title ul li{
        font-size: 16px;
        color: #000;
        padding:0;
      }
      .sp-school-main{
        width: 100% !important;
      }
      .sp-tab-wrap .slick-prev{
        left: 10px;
      }
      .sp-tab-wrap .slick-next{
        right: 10px;
      }
      .slick-slide .img-container img{
        margin: 0 auto;
      }
      .sp-school-main:before,.sp-school-main:after {
        content: '';
        width: 30px;
        height: 110px;
        /* box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2); */
        position: absolute;
        left: 0;
        border: 1px solid #e6e5e6;
        background: rgba(255, 255, 255, 0.5);
        top:0;
    }
    .sp-school-main:after{
        right:0;
        left:auto;
    }
}
@media screen and (max-width: 870px) {
    .sp-pre{
        text-align: center;
        width: 100%;
    }
    .sp-school-bnr-title h1{
        width: 100%;
    }
    h1>span.sp-dis-blk{
        margin-left: 0;
    }
    .sp-pre>em{
    right:0;
    text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .block2 .sp-phone-view{
        width: 100%;
    }
    .step-container {
        max-width: 520px;
        flex-wrap: wrap;
        row-gap: 40px;
        margin: 40px auto 0;
      }
    .step {
        font-size: 13px;
        width: 50%;
      }
      .step em {
        display: none;
      }
      section.sp-school-banner{
        padding-top: 60px;
      }
      .sp-tab{
        top: 0;
      }
      .sp-phone-menu.active{
        padding:30px;
      }
      .highlight-abs{
        display: none;
      }
      .sp-school-menu-title ul li.active{
        background-color: rgba(255, 255, 255, 0.3);
        z-index: 0;
        border-radius: 6px;
      }
      .block1{
        padding-top: 30px;
      }
      .sp-school-menu-title .flex{
        gap:0;
      }
      .sp-menu-mob-title{
        font-size: 20px;
      }
      .sp-menu-title h2{
        font-size: 26px;
      }
      .sp-phone-menu{
        padding: 30px;
      }
      .sp-tab{
        padding:0 20px;
      }
}
@media screen and (max-width: 480px) {
    h1 > span.sp-dis-blk{
        font-size: 32px;
    }
    .sp-school-bnr-title h1{
        font-size: 40px;
    }
    .sp-shadow{
        bottom:0;
        height: 190px;
    }
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}