embed, img, object, video {
    max-width: 100%;
    height: auto;
}
.sp-school-bnr-title h1 {
    font-size: 50px;
    text-align: center;
    margin: 60px 0 10px;
    max-width: 1190px;
    width: 100%;
    color: #00186A;
}
.sp-school-bnr-edu {
    padding-top: 10px;
}
.sp-school-banner{
    padding-top: 40px;
}
.sp-banner-img{
    justify-content: center;
    gap: 30px;
    margin-top: 100px;
}
.sp-dis-blk{
    display: block;
}
h1>span.sp-dis-blk {
    font-size: 40px;
    font-weight: 600;
}
.sp-pre {
    color: #415dec;
    background: linear-gradient(90.83deg, #8D48F1 3.02%, #447EF0 99.64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sp-school-bnr-sub {
    font-size: 16px;
    color: #5F5F5F;
    line-height: 1.6;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sp-tag-prefix {
    color: #56627B;
    font-size: 13px;
}
.sp-content-banner, .sp-menu-title {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}
.brn-img-sec {
    overflow: hidden;
    margin: 90px auto 0;
    display: table;
    width: 100%;
    text-align: center;
}
.brn-img-sec img:not(.brn-img-sec img:last-child) {
    margin-right: 30px;
}
.brn-img-sec img {
    max-width: 250px;
    width: 25%;
    box-shadow: 48px 48px 30px 0px #00000013;
    vertical-align: bottom;
}


/******/
.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 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 em {
    position: absolute;
    background-color: #ddd;
    top: 30px;
    right: -36%;
    width: 71%;
    height: 1px;
    background-size: 100%;
    z-index: -1;
}
.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;
  }
.step em {
    position: absolute;
    /* background: url(../images/linegradient.png) no-repeat; */
    top: 30px;
    right: -35%;
    width: 70%;
    height: 1px;
    background-size: 100%;
    z-index: -1;
}
.block4 h2 {
    font-size: 26px;
    line-height: 1.4;
    text-align: center;
}
.block4 h2 span {
    font-size: 18px;
    font-weight: 400;
}
.step-box {
    width: 52px;
    height: 52px;
    border: 1px solid #D7DEE7;
    border-radius: 10px;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.step-container p{
    color: var(--sp-theme-clr2);
}
h4 {
    margin: 20px 0 5px;
}
/*****/
.block3 {
    padding: 90px 0;
}
.block3 .wrapper {
    max-width: 1180px;
}



.block3 h2 {
    font-size: 30px;
    color: #fff;
    margin-top: 0;
}
.block3 h2 span {
    margin-top: 8px;
}
.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 {
    color: #E2E2E2;
    margin-top: 15px;
    margin-left: 13px;
    position: relative;
}
.list-info li {
    list-style-type: none;
    margin-bottom: 6px;
    padding-left: 20px;
    margin-right: 45px;
    color: #fff;
    font-size: 13px;
}
.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;
}
.list-apps {
    margin-top: 40px;
}
.mobileapps {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}
/*****/
.sp-coming-soonpage{
    padding: 100px 0;
}
.sp-coming-soonpage .wrapper{
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
   }   
   .box-container {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-top: 50px;
}
   .box {
       background-color: #F4F4F4;
       border-radius: 20px;
       border: 1px solid #E8ECF1;
       width: 100%;
       max-width: 310px;
       padding: 50px 30px 0;
       box-sizing: border-box;
   }
   .box p{
       color: #3c3c3c;
       font-size: 12px;
       line-height: 1.4;
       width: 90%;
       margin: 0 auto;
   }
   .box h4{
       margin: 0 0 10px;
       font-weight: 600;
   }
   .box > img{
    padding-top: 30px;
    align-items: baseline;
    display: flex;
   }
   h2 {
    font-size: 30px;
    font-weight: 600;
}
   h3{
    font-size: 26px;
    font-weight: 600;
   }

   /*****/
   .sp-design-teacher{
    padding: 100px 0 0;
   }
   .sp-design-teacher h2{
    font-size: 30px;
    text-align: center;
    padding: 50px 0 40px;
    font-weight: 700;
   }
   .sp-design-teacher .wrapper{
    width: 100%;
    max-width: 1130px;
   }
   .sp-tab-container{
    height: 9000px;
   }
   .sp-tab-inner{
    top: 30px;
    min-height: initial;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 1;
    /* overflow: hidden; */
    position: sticky;
   }
   .sp-in-mind{
    background: #5A75F8;
    border-radius: 20px;
    padding: 120px 100px;
    color: #ffffff;
    position: relative;
    margin-top: 100px;
    position: absolute;
    pointer-events: auto;
    z-index: 1;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: translate(0, calc(-50% - 100px));
    width: 100%;
    box-sizing: border-box;
   }
   .sp-in-mind.active{
    opacity: 1;
    visibility: visible;
   }
   .sp-in-mind:nth-child(2){
    background: #FF7A00;
   }
   .sp-in-mind:nth-child(3){
    background: #F75F9A;
   }
   .sp-in-mind:last-child{
    background: #8364FF;
   }
   .in-mind-img{
    position: absolute;
    top: -100px;
    left: auto;
    right: 10%;
    /* box-shadow: 48px 48px 100px 0px #00000033; */

   }
   .sp-in-mind .list-apps .sp-btn-apps{
    background: #000000;
    color: #ffffff;
   }
   .sp-in-mind .list-apps .sp-btn-apps:first-child::before {
    filter: invert(0);
  }
   .sp-in-mind h3{
    font-size: 30px;
    padding-bottom: 10px;
    font-weight: 600;
   }
   .sp-in-mind p{
    font-size: 14px;
    line-height: 1.7;
   }
   .sp-in-mind .list-apps{
    margin-top: 30px;
   }
   .design-teacher-lft, .design-teacher-rgt{
    width: 50%;
   }
   .tick-mark{
    padding: 20px 0 0px;
    padding-left: 20px;
    position: relative;
   }
   .tick-mark::before{
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 99px;
    background: #ffffff;
    position: absolute;
    top: 24px;
    left: 0;
   }
   .tick-mark::after{
    content: '';
  display: block;
  width: 3px;
  height: 6px;
  border-right: 1px solid #5A75F8;
  border-bottom: 1px solid #5A75F8;
  transform: rotate(45deg);
  position: absolute;
  left: 6px;
  top: 28px;
   }


   /*****/
   @media only screen and (max-width: 1199px) {
    .sp-design-teacher .wrapper{
        max-width: 100%;
    }
    .sp-in-mind{
        border-radius: 0;
        position: relative;
        opacity: 1;
        visibility: visible;
        top:0;
        transform: none;
        margin-top: 250px;
    }
    .sp-in-mind:first-child{
        margin-top: 120px;
    }
    .design-teacher-lft, .design-teacher-rgt{
        width: 100%;
        max-width: 500px;
    }
    .sp-tab-container{
        height: auto !important;
    }
    .sp-tab-inner{
        position: initial;
        height: auto;
        flex-flow: column;
        padding-bottom: 70px;
    }
   }
   @media only screen and (max-width: 991px) {
    
    .box-container{
        gap: 20px;
    }
    .block3{
        padding-bottom: 0;
    }
    .block3 .wrapper{
        width: 100%;
    }
    .block3 .sp-mob{
        border-radius: 0;
        padding-top: 0;
    }
    .list-info{
        flex-direction: column;
    }
    .list-info li{
        margin-bottom: 0;
    }
    .sp-design-teacher{
        padding: 100px 0 0;
    }
    .sp-design-teacher h2{
        padding: 0 10px 50px;
    }
    .sp-in-mind{
        display: flex;
        flex-direction: column;
        margin-top: 0;
        padding: 80px 10%;
    }
    .in-mind-img{
        position: relative;
        top: 0;
        right: 0; 
    }
    .design-teacher-rgt{
        max-width: 300px;
        margin-top: 50px;
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .sp-school-banner{
        padding-top: 10px;
    }
    .sp-school-bnr-title h1{
        margin: 30px 0 10px
    }
    .step-container {
        /* transform: scale(0.8); */
        max-width: 520px;
        flex-wrap: wrap;
        row-gap: 40px;
        margin: 40px auto 0;
    }
    .step {
        font-size: 13px;
        width: 50%;
    }
    .step em{
        display: none;
    }
   
    .box-container{
        margin-top: 30px;
    }
    .box{
        width: 100%;
        max-width: 290px;
    }
    .step-box{
        margin-bottom: 0;
    }
    .block2 .sp-phone-view{
        width: 100%;
    }
    .block3 .sp-mob{
        flex-direction: column-reverse;
    }
   
    .sp-in-mind:first-child{
        margin-top: 70px;
    }
    .sp-design-teacher h2{
        max-width: 410px;
        margin: 0 auto;
    }
    .sp-coming-soonpage{
        padding: 60px 0;
    }
    .sp-design-teacher{
        padding: 90px 0 0;
    }
}
@media only screen and (max-width: 480px) {
    h1,h1 span,.sp-school-bnr-title h1,h1>span.sp-dis-blk {
        font-size: 32px;
    }
    h2 {
        font-size: 28px;
    }
    .in-mind-img{
        width: 80%;
    }
}