.wrapper {
    max-width: 1350px;
    margin: 0 auto;
    width: 90%;
}
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-school-banner{
    padding-top: 40px;
}
.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;
}
.play-btn {
    width: 70px;
    height: 70px;
    background: #00186A;
    border-radius: 50%;
    display: block;
    /* box-shadow: 0px 14px 24px 0px #3C00BE4D; */
    position: absolute;
    top: calc(50% - 70px);
    left: calc(50% - 70px);
    cursor: pointer;
}
.sp-banner::before {
    content: '';
    background: url(../images/bg-gradient.png) no-repeat;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    background-position: top center;
} 
.play-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%) scale(1.4);
    transform: translateX(-40%) translateY(-50%) scale(1.4);
    transform-origin: center center;
    width: 14px;
    height: 14px;
    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: 770px auto;
    background-position: -519px -55px;
}
.abs{
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    left: 0;
}
.translate-1{
    background-image: radial-gradient(#7231FF 27.08%, #7231FF 100%);
    animation: video-shadow-outer 4s ease-out infinite;
}
.translate-2{
    background-image: radial-gradient(#7231FF 27.08%, #7231FF 100%);
    animation: video-shadow-inner 4s ease-out infinite;
}
/* .play-btn:before {
    content: '';
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background-size: 100%;
    position: absolute;
    top: -10px;
    border-radius: 50%;
    left: -10px;
    box-shadow: 0px -6px 20px 0px #7231FF66 inset;
} */

.sp-early-bird {
    font-size: 13px;
    color: #00186A;
    border: 1px solid #D2D7FB;
    display: inline-flex;
    background-color: #F6F7FF;
    padding:4px 35px 4px 5px;
    border-radius: 20px;
    position: relative;
    align-items: center;
}


.sp-early-bird:after {
    /* content: ''; */
    background: url(../images/right-arrow.svg) no-repeat;
    width: 6px;
    height: 11px;
    background-size: 100%;
    position: absolute;
    right: 16px;
    top: 11px;
    filter: invert(1);
}
.sp-early-bird:hover::after {
    left: 92%;
}
.sp-banner {
    padding: 60px 0 50px;
}

.sp-banner .wrapper,
.block2 .wrapper,
.block3 .wrapper,
.block4 .wrapper {
    flex-direction: column;
    align-items: center;
}

.sp-early-bird em {
    color: #FFFFFF;
    background-color: #000000;
    padding: 5px 10px;
    border-radius: 20px;
    margin-right: 5px;
    font-size: 12px;
}
.sp-early-bird::after {
    content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  right: 0;
  position: absolute;
  left: 92%;
  top: 13px;
  bottom: 0;
  border-bottom: 1px solid #ffffff;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in;
  background: transparent;
  }
.sp-school-bnr-title h1 {
    font-size: 40px;
    text-align: center;
    margin: 60px 0 10px;
    max-width: 1190px;
    width: 100%;
    color: #00186A;
}
.sp-school-bnr-edu {
    padding-top: 10px;
}
.sp-banner-img{
    justify-content: center;
    gap: 30px;
    margin-top: 100px;
}
.block2 .content{
    text-align: center;
    max-width: 670px;
    margin: 50px auto 60px;
}
.block2 .content p{
    line-height: 1.5;
}
.block2-inner {
    flex-wrap: wrap;
    gap: 20px;
    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;
}
.sp-phone-inner {
    transform: translateY(110px);
    margin-top: -110px;
    transition: all 0.7s ease;
    z-index: 1;
    position: relative;
}
.block2 .sp-phone-view h4 {
    font-size: 22px;
    font-weight: 600;
}
.sp-phone-view p {
    margin: 10px auto 0;
    line-height: 1.4;
}
.sp-img {
    position: relative;
    margin-top: 30px;
}
.block2 .content {
    text-align: center;
    max-width: 670px;
    margin: 50px auto 60px;
}
.block2 .wrapper {
    max-width: 980px;
}
.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: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: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), .block2 .sp-phone-view:nth-child(5) {
    padding: 0 30px 60px;
}

h1 span pre {
    display: inline-block;
    background: linear-gradient(90deg, #325AE8 0%, #8567FD 52%, #8364FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Inter", sans-serif;
}

.sp-banner-bg {
    position: relative;
    text-align: center;
    margin: 30px auto 0;
}

.sp-img-bg {
    position: absolute;
}

.sp-img-bg.screen1 {
    left: -100px;
    top: 50%;
    width: 36%;
}

.sp-img-bg.screen2 {
    right: -30px;
    bottom: -30px;
    width: 26%;
}

.sp-element,
.sp-element2,
.sp-element3 {
    position: absolute;
}

.sp-element {
    left: -60px;
    top: -10px;
}

.sp-element2 {
    left: -70px;
    bottom: 0;
}

.sp-element3 {
    bottom: 16%;
    right: -30px;
}

.sp-tagline {
    box-shadow: 0px 2px 4px 0px #2C405E14;
    border-radius: 8px;
    border: 1px solid #ededed;
    padding: 10px 15px;
    margin-bottom: 20px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

.sp-tagline::before {
    content: '';
    background: url(../images/sp-sprite-img.svg) no-repeat;
    width: 18px;
    height: 16px;
    background-size: 620px auto;
    margin-right: 6px;
    background-position: -381px -43px;
}

.block2,
.block3,
.block4 {
    padding: 90px 0
}

.sp-title {
    font-size: 14px;
    margin: 12px 0;
    font-weight: 500;
}

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

.sp-btn-apps {
    background-color: #000;
    font-size: 12px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}

.sp-btn-apps:before {
    content: '';
    background: url(../images/sp-sprite-img.svg) no-repeat;
    width: 16px;
    height: 19px;
    background-size: 620px auto;
    background-position: -47px -96px;
    margin-right: 10px;
}
.block3{
    padding-top: 0;
  }
.sp-btn-apps:last-child:before {
    background-position: -17px -97px;
}

h2 {
    font-size: 30px;
    font-weight: 600;
}

/* h2 span {
    background: linear-gradient(90deg, #325AE8 0%, #5B38E6 52%, #8364FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Inter", sans-serif;
} */

.sp-coming-soonpage .wrapper{
 max-width: 960px;
 margin: 0 auto;
 text-align: center;
}   

.box {
    background-color: #F4F4F4;
    border-radius: 20px;
    border: 1px solid #E8ECF1;
    width: 31%;
    padding: 30px 36px;
    box-sizing: border-box;
}
.box p{
    color: #3c3c3c;
    font-size: 12px;
    line-height: 1.4;
}
.box h4{
    margin: 0 0 10px;
}
.half-w {
    max-width: 390px;
    width: 33%;
}

.full-w {
    max-width: 780px;
    width: 63%;
}

.box-container {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-top: 50px;
}

.tag-title button {
    font-weight: 600;
    color: var(--sp-theme-clr1);
    /* box-shadow: 0px 0px 10px 0px #1589CD1A inset; */
    background-color: #fff;
    border: none;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 12px;
    
}
.block4 .tag-title button{
    background-color: #E6FFE2;
}
.block4 .box-container .box:last-child button{
    background-color: #DFE6FF;
}
.block3 .box:first-child button {
    background-color: #E6FFE2;
}

.block3 .box:nth-child(2) button,
.block3 .box:nth-child(4) button {
    background-color: #DFE6FF;
}

.block3 .box:nth-child(3) button {
    background-color: #FFCDCD;
}

.block3 .box:nth-child(5) button {
    background-color: #F3E4FF;
}

.block3 .box:last-child button {
    background-color: #FFEAE3;
}

.arr-r {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #F4F8F9;
    display: none;
    align-items: center;
    justify-content: center;
}

.arr-r::before {
    content: '';
    background: url(../images/arrow-fill.svg) no-repeat;
    width: 12px;
    height: 12px;
    background-size: 100%;
}

.box-content-wrap {
    padding: 30px;
}

h3 {
    font-size: 20px;
    margin: 25px 0 10px;
    font-weight: 600;
}

.box-content-wrap p {
    color: var(--sp-theme-clr2);
    line-height: 1.5;
    font-size: 13px;
}

embed,
img,
object,
video {
    max-width: 100%;
    height: auto;
}

.box-img {
    padding: 10px;
}

.block4 .box-img {
    width: 100%;
    text-align: center;
}

.half50 {
    width: 48%;
}

.block4 .box-container .box:first-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.block4 .box-container .half50:first-child .box-content-wrap {
    margin-bottom: 38px;
}

.block3 .box-img,
.block4 .box-img {
    text-align: center;
    display: table;
    padding-bottom: 0;
}

.box-img img {
    vertical-align: bottom;
}

.block3 .box-img img {
    vertical-align: bottom;
}

.sp-box1 .box-content-wrap {
    text-align: center;
    width: 96%;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0px -10px 120px 0px #0F496A1C;
    padding: 40px 0;
    border: 1px solid #E8ECF1;
    border-bottom: 0;
}

.sp-box1 .box-content-wrap. p {
    width: 70%;
    margin: 0 auto 15px;
}

.block4 .box-container {
    max-width: 1200px;
}

.sp-box1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.sp-box1 p {
    max-width: 330px;
    width: 90%;
    margin: 0 auto 20px;
}

.rightbox .box:first-child {
    margin-bottom: 20px;
}

.rightbox .box {
    height: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.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;
  }
  .sp-parents-mobileimages{
    margin-top: 70px;
  }
.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;
}

.block5 .wrapper {
    background-color: #000;
    max-width: 1280px;
    box-shadow: 0px 2px 64px 20px #FFFFFF40 inset;
    padding: 50px 50px 0 0;
    border-radius: 10px;
    width: 95%;
    box-sizing: border-box;
}

h5 {
    color: #fff;
    font-size: 36px;
}

.list-info {
    color: #E2E2E2;
    margin-top: 40px;
    margin-left: 13px;
    position: relative;
}

.list-info li {
    list-style-type: none;
    margin-bottom: 15px;
    padding-left: 20px;
}
.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;
}

.block5 .sp-mob {
    justify-content: space-between;
    align-items: center;
}

.sp-list {
    display: flex;
    gap: 10px;
    margin: 20px 0;
    align-items: center;
}

.sp-app {
    content: '';
    background: url(../images/sprite-apps.png) no-repeat;
    width: 140px;
    height: 40px;
    background-size: 320px auto;
    background-position: -13px 0;
}

.sp-app:last-child {
    background-position: -181px 0;
}

.list-apps {
    margin-top: 40px;
}

.list-apps p {
    color: #fff;
}

.block6 {
    padding: 0 0 80px;
}

.block6 .wrapper {
    text-align: center;
    padding:80px;
    background: linear-gradient(94.24deg, #4D6EE3 0.99%, #223FA6 105.72%);
    max-width: 1140px;
    border-radius: 30px;
    width: 90%;
    box-sizing: border-box;
}
.block6 .wrapper h2{
    color:#fff;
}
.block6 .wrapper p{
    color: #fff;
}
.block6 .sp-btn{
    background-color: #fff;
    color: #33274B;
}
.sp-input-mail form {
    display: flex;
    justify-content: space-between;
}

.sp-input-mail {
    border: 1px solid #D7D9E3;
    padding: 2px 2px 2px 10px;
    max-width: 480px;
    border-radius: 12px;
    margin: 0 auto;
    background-color: #fff;
    display: none;
}

.sp-input-mail input {
    border: none;
    flex: 1;
}

.block6 p {
    font-size: 15px;
    margin: 10px 0 30px;
}


/* dashboard */


/* my code */

.students-add-list ul {
    width: 100%;
    display: flex;
}

.students-add-list {
    border-top: 1px solid #E8EAF2;
    overflow: hidden;
    overflow-y: auto;
    height: calc(100% - 158px);
}

.students-add-list ul li {
    padding: 15px 0;
    max-width: 167px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #E8EAF2;
    border-right: 1px solid #E8EAF2;
    font-weight: 500;
}

.students-add-list ul li:first-child {
    max-width: 278px;
    width: 100%;
    padding: 15px 0 15px 15px;
    text-align: left;
    justify-content: initial;
}

.students-add-list ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-head {
    top: 0;
    background-color: #fff;
    z-index: 22;
}

.sp-head li {
    font-size: 13px;
}

.tick-ele,
.cross-ele,
.notapp-ele {
    display: block;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background: #01a768;
    position: relative;
}

.sp-lpdr {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.sp-lpdr {
    background-color: var(--sp-green-clr);
}

.icon-sp-present:before {
    content: "\e914";
    font-size: 12px;
    color: #fff;
    line-height: 20px;
}

.tick-ele:before {
    content: '';
    display: block;
    width: 3px;
    height: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(40deg);
    position: absolute;
    top: 5px;
    left: 7px;
}

.notapp-ele::before {
    content: '!';
    font-size: 11px;
    display: block;
    position: absolute;
    top: 4px;
    color: rgb(255, 255, 255);
    left: 8px;
}

.notapp-ele {
    background: #e25050;
}

.cross-ele::before,
.cross-ele::after {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background: #fff;
    border: 0;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.cross-ele {
    background: #FC9612;
}

.cross-ele:after {
    transform: rotate(-45deg);
}

.search-cont {
    max-width: 300px;
    width: 100%;
    height: 36px;
}

.search-cont img {
    margin: 0 10px;
}

.attence-menu {
    padding: 20px 0;
}

input::placeholder {
    text-align: left;
}

.week-detail {
    max-width: 171px;
    width: 100%;
    height: 36px;
    gap: 5px;
}

.week-detail .left-arr,
.week-detail .right-arr {
    width: 38px;
    height: 100%;
}

.set-bord {
    border: 1px solid #D9DCE6;
    border-radius: 8px;
}

.arrow {
    position: relative;
    display: inline-block;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    content: "";
    width: 6px;
    height: 6px;
    transition: transform .3s ease;
}

.left-arr span {
    transform: rotate(-135deg);
}

.sel-days {
    max-width: 85px;
    width: 100%;
    height: 100%;
}

.up-arr {
    transform: rotate(135deg);
    top: -2px;
    left: 2px;
}

.right-arr span {
    transform: rotate(45deg);
}

.attence-list1 {
    max-width: 500px;
    width: 100%;
    justify-content: space-between;
}

.attence-list2 .add-icon {
    width: 22px;
    height: 22px;
    border-radius: 5px;
}

.attence-list2 img {
    margin: 0 3px;
}

.attence-list2 span {
    font-weight: 500;
    margin-right: 10px;
}

.attence-menu,
.dashboard-inr {
    width: 97%;
    margin: 0 auto;
    justify-content: space-between;
}

.dashboard-top button {
    padding: 10px 20px;
    background: var(--sp-theme-color2);
    color: #FFF;
    border-radius: 6px;
}

.dashboard-inr {
    padding: 20px 0;
    width: 95%;
}

.dashboard-cont-left {
    width: 69%;
}

.dash-row1 .dash-row1-box {
    max-width: 220px;
    width: 100%;
    padding: 20px 15px;
    border-radius: 6px;
}

.dash-row1-box1 {
    border: 1px solid #D9DCF5;
    background: #E9EBFD;
}

.dash-box1-btm {
    margin-top: 15px;
}

.dash-box1-btm span:first-child {
    color: var(--sp-dark-blue);
}

.dash-row1-range {
    display: inline-block;
    width: 66px;
    height: 5px;
    background: #d2d3d9;
    border-radius: 10px;
    position: relative;
}

.dash-row1-range::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 60%;
    height: 100%;
    background: var(--sp-dark-blue);
    border-radius: 10px;
}

.dash-box1-btm img {
    max-width: 25px;
}

.dash-row1-box2 {
    border: 1px solid #F4C8CB;
    background: #FFD4D7;
}

.dash-row1-box2 .dash-box1-btm span:first-child {
    color: #9B020D;
}

.dash-row1-box3 {
    border: 1px solid #BCDDF8;
    background: #D6EDFF;
}

.dash-row1-box3 .dash-box1-btm span:first-child {
    color: #003D6D;
}

.dash-row1-box4 .dash-box1-btm span:first-child {
    color: #794900;
}

.dash-row1-box4 {
    border: 1px solid #F2D6AD;
    background: #FFECCD;
}

.dash-bar-chart,
.dash-row4-activity {
    max-width: 469px;
    width: 100%;
    padding: 20px;
}

.sp-dashboard,
.act-announce-sh {
    background: #FFFFFF;
    border: 1px solid var(--sp-border-clr);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 16px;
}

.chart-colum-cont span {
    display: block;
    width: 28px;
    border-radius: 6px;
    margin: 0 auto 15px;
}

.chart-colum-cont .chart-colm1 {
    height: 84px;
    background: var(--sp-light-indigo);
}

.chart-colum-cont .chart-colm2 {
    height: 147px;
    background: var(--sp-light-mint);
}

.chart-colum-cont .chart-colm3 {
    height: 105px;
    background: var(--sp-dark-blk);
}

.chart-colum-cont .chart-colm4 {
    height: 168px;
    background: var(--sp-secd-blue);
}

.chart-colum-cont .chart-colm5 {
    height: 63px;
    background: var(--sp-secd-cyan);
}

.chart-colum-cont .chart-colm6 {
    height: 126px;
    background: var(--sp-secd-light-green);
}

.bar-chart-cont ul {
    float: left;
}

.chart-colum-cont,
.bar-chart-cont {
    align-items: end;
}

.bar-chart-cont ul:first-child li {
    margin-bottom: 40px;
}

.chart-colum-cont li {
    margin: 0 15px;
    text-align: center;
}

.bar-chart-cont {
    margin-top: 20px;
}
.block3 .wrapper {
    max-width: 1180px;
}


.sp-dis-blk {
    display: block;
}

.block3 h2 {
    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;
}
.dash-row3-box {
    max-width: 220px;
    height: 160px;
    width: 100%;
    position: relative;
    padding: 15px;
}

.dash-row3-box span:first-child {
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 10px;
    display: inline-block;
    margin-bottom: 20px;
}

.dash-row3-box:nth-child(odd) span:first-child {
    color: #fff;
}

.dash-row3-box:nth-child(even) span:first-child {
    color: #000;
}

.sp-row3-bt1 {
    background: var(--sp-light-indigo);
}

.sp-row3-dt {
    position: absolute;
    bottom: 20;
}

.sp-row3-bt2 {
    background: var(--sp-light-mint);
}

.sp-row3-bt3 {
    background: var(--sp-dark-blk);
}

.sp-row3-bt4 {
    background: var(--sp-secd-blue);
}

.dash-row3-box p {
    line-height: 22px;
}

.activity-row1 button,
.dash-activ3-row button {
    border: 1px solid var(--sp-border-menu);
    padding: 8px 12px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.activity-dt,
.sp-activ-cont .sp-activ-hr,
.activity-colum-cont span {
    font-size: 12px;
    color: var(--sp-secd-gray);
}

.sp-activities .sp-activ-bt {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    justify-content: center;
    margin-right: 15px;
    position: relative;
    z-index: 1;
}

.sp-activ-bt1 {
    background: #65CC81;
}

.sp-activ-bt2,
.sp-activ-bt3 {
    background: #A3647A;
}

.sp-activ-bt1 .sp-lpdr {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 1px solid #FFF;
    background: none;
}

.sp-activ-bt i::before {
    color: #FFFFFF;
    margin: 0;
    font-size: 15px;
}

.sp-activ-bt1 .sp-lpdr::before {
    font-size: 10px;
    line-height: 13px;
}

.sp-activ-cont .sp-activ-hr {
    display: inline-block;
    margin-top: 6px;
}

.activity-row2 {
    position: relative;
    margin-top: 10px;
}

.activity-row2::before {
    content: '';
    position: absolute;
    display: block;
    height: 90%;
    width: 1px;
    background: #E2E2E2;
    z-index: 0;
    left: 3%;
    top: 3%;
}

.sp-activities,
.activity-row1 {
    margin-bottom: 25px;
}

.sp-activity-img {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F6F6F6;
}

.activity-colum {
    max-width: 171px;
    width: 100%;
}

.activity-colum-cont p {
    margin-top: 5px;
}

.sp-activity-row2 {
    flex-wrap: wrap;
    row-gap: 80px;
}

.dash-row4 {
    align-items: stretch;
}

.dash-row,
.dashboard-top,
.dashboard-cont-right .sp-dashboard {
    margin-bottom: 20px;
}

.dashboard-cont-right {
    width: 28%;
}

.dashboard-cont-right .sp-dashboard {
    max-width: 400px;
    width: 100%;
}

.dashboard-cont-right .activity-row1,
.dash-right-activ2,
.dash-activ3-row {
    padding: 15px;
    margin-bottom: 0;
}

.dash-right-activ2 {
    border-top: 1px solid var(--sp-border-clr);
    border-bottom: 1px solid var(--sp-border-clr);
}

.dash-right-activ3 img {
    max-width: 29px;
    margin-right: 10px;
}

.dash-right-activ3 p span {
    display: block;
    color: #000;
    margin-top: 5px;
}

.holi-dt-ic {
    width: 29px;
    height: 29px;
    background: var(--sp-light-indigo);
    border-radius: 8px;
    justify-content: center;
    margin-right: 10px;
}

.holi-dt-ic i::before {
    margin-right: 0;
    color: #FFF;
}

.activity-inr {
    max-width: 720px;
    margin: 0 auto;
    padding-top: 20px;
}

.act-announce-inp img {
    max-width: 38px;
    margin-right: 20px;
}

.act-announce-inp input {
    width: 100%;
}

.act-announce-sh {
    padding: 20px;
}

.announce-post-left {
    max-width: 400px;
    width: 100%;
}

.announce-post-left .sp-post-bt {
    padding: 5px;
    border-radius: 8px;
    background: #F2F4F8;
    width: 100%;
    position: relative;
    margin-right: 10px;
}

.announce-post-left span:first-child {
    max-width: 154px;
}

.announce-post-left span:nth-child(2) {
    max-width: 120px;
}

.announce-post-left span:nth-child(3) {
    max-width: 91px;
}

.sp-post-bt .arrow {
    margin-left: 5px;
}

.announce-post-cont button {
    background: var(--sp-blue-clr);
    border-radius: 12px;
    padding: 5px 15px;
    color: #FFF;
}

.announce-post-cont button i::before {
    color: #FFF;
}

.announce-post-inr {
    margin-top: 60px;
    display: none;
}

.annonce-pers-left-cont .sp-crt-dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #DEE0E8;
    border-radius: 50%;
    margin: 0 7px;
}

.annonce-pers-left img,
.msg-conves-cont img {
    max-width: 38px;
    border-radius: 8px;
}

.annonce-pers-left-cont .post-re-tm {
    color: #686C7B;
    display: inline-block;
    margin-top: 8px;
}

.annoce-poster-inr p {
    margin-top: 30px;
    line-height: 20px;
}

.annoce-poster-inr p:last-child {
    margin-top: 50px;
}

.annoce-poster-inr {
    padding: 30px 0;
    border-bottom: 1px solid var(--sp-border-clr);
}

.annoce-poster-inr p:last-child span {
    display: block;
}

.annoce-poster-btm span {
    margin-right: 20px;
}

.sp-msg-sec-left {
    width: 30%;
}

.msg-sec-left-row1 button {
    width: 34px;
    height: 34px;
    background: var(--sp-blue-clr);
    border-radius: 8px;
    color: #FFF;
    font-size: 20px;
}

.sp-msg-sec-left .btn-search-bar {
    margin: 20px 30px 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.msg-per-name {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    color: #FFF;
    margin-right: 10px;
    justify-content: center;
    font-size: 18px;
}

.msg-name1 {
    background: var(--sp-orange-clr);
}

.msg-wh-inr .msg-person-inr:first-child {
    background: #F6F7FB;
    border-radius: 12px;
}

.msg-wh-inr .msg-person-inr {
    padding: 20px;
    position: relative;
}

.msg-person-inr:not(.msg-person-inr:first-child),
.msg-sec-left-row1,
.sp-msg-sec-right .msg-person-inr {
    border-bottom: 1px solid var(--sp-border-clr);
}

.msg-wh-inr {
    margin: 0 20px;
}

.sp-msg-sec-left {
    border-right: 1px solid var(--sp-border-clr);
}

.msg-send-tm,
.msg-unread-num {
    position: absolute;
    right: 12px;
}

.msg-name2 {
    background: var(--sp-pink-clr);
}

.msg-unread-num {
    width: 17px;
    height: 17px;
    background: #FB6060;
    color: #FFF;
    justify-content: center;
    font-size: 10px;
    border-radius: 4px;
}

.msg-name3 {
    background: var(--sp-secd-blue-clr);
}

.sp-msg-sec-right {
    width: 70%;
}

.sp-msg-sec,
.msg-conves-cont {
    align-items: initial;
}

.msg-conves-text span {
    padding: 10px 15px;
    border: 1px solid var(--sp-border-clr);
    border-radius: 8px;
    display: block;
    margin-bottom: 15px;
}

.sp-msg-sec {
    height: 100%;
}

.msg-conves-cont:nth-child(even) .msg-conves-text {
    margin-left: auto;
}

.msg-conves-btm button {
    width: 24px;
    height: 24px;
    border: 1px solid var(--sp-border-clr);
    border-radius: 6px;
}

.sp-msg-sec-right .btn-search-bar {
    max-width: 904px;
    width: 100%;
    position: relative;
    margin-left: 10px;
}

.msg-conves-btm {
    border-top: 1px solid var(--sp-border-clr);
}

.msg-conves-btm i {
    position: absolute;
    right: 0;
}
.block3.all-type h3{
    color: #000000;
    font-size: 16px;
}
.mobileapps .sp-btn-apps:first-child:before{
    filter: invert(1);
}
.sp-btn-apps{
    background: #ffffff;
    color: #000000;
}

@media screen and (max-width: 992px) {
    /* .box:first-child {
        order: 2;
    }
    .box:nth-child(2) {
        order: 1;
    } */
    .block3 .box:nth-child(1) {
        order: 3;
    }
    .block3 .box:nth-child(3) {
        order: 1;
    }
    h1 {
        font-size: 32px;
    }
    h2 {
        /* font-size: 36px; */
        text-align: center;
    }
    .block3 h2{
        text-align: left;
    }
    h5 {
        font-size: 32px;
    }
    .full-w {
        width: 98%;
    }
    .half-w {
        width: 48%;
    }
    .sp-banner p {
        text-align: center;
        line-height: 1.3;
        font-size: 18px;
    }
   
 
}

@media screen and (max-width: 767px) {
    .sp-school-bnr-title h1{
        margin: 30px 0 10px
    }
    .block5 .sp-mob {
        flex-direction: column-reverse;
    }
   
    .tab-container ul li.active {
        box-shadow: 0px 3px 10px 0px #0000001F;
    }
    .rt-cont {
        width: 90%;
    }
    .full-w,
    .half-w,
    .half50 {
        max-width: 390px;
        width: 90%;
    }
   
    .block2,
    .block4 {
        padding: 60px 0;
    }
    .block3{
        padding: 0;
    }
    .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;
    }
    .block6 .wrapper{
        padding:80px 40px;
    }
    .tab-content span {
        display: block;
    }
    /* .tab-content img {
        position: relative;
        transform: 0;
        opacity: 1;
        visibility: visible;
    } */
    .sp-banner-bg {
        width: 100%;
        max-width: 600px;
    }
    .sp-element,
    .sp-element2,
    .sp-element3,
    .sp-img-bg.screen1,
    .sp-img-bg.screen2 {
        display: none;
    }
    .play-btn {
        width: 50px;
        height: 50px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .abs{
        width: 50px;
        height: 50px;
    }
    
    .sp-svg{
        width: 14px;
    }
   
}
@media screen and (max-width:600px){
    .tab-container ul li{
        width:50px;
        height:50px;
    }
    .tab-container .tab-main-wrap{
        max-width:400px;
        width: 100%;
    }
    .tab-container ul{
        padding:0;
    }
}

@media screen and (max-width:480px) {
    h1,.sp-school-bnr-title h1,h1>span.sp-dis-blk {
        font-size: 32px;
    }
    h2 {
        font-size: 28px;
    }
    h5 {
        font-size: 28px;
    }
    .tab-container ul {
        /* transform: scale(0.9);
        transform-origin: center; */
        gap: 10px;
    }
    .tab-container ul li{
        width: 44px;
        height: 44px;
        padding: 7px;
    }
    .tab-container .tab-main-wrap{
        max-width: 350px;
    }
    .tab-container ul li:before {
        transform: scale(0.7);
    }
    .sp-early-bird{
        font-size: 10px;
    }
    .sp-early-bird em{
        padding:5px;
    }
   
}

@keyframes video-shadow-inner {
    0%,30% {
        transform: scale(1);
        opacity: .3
    }

    to {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes video-shadow-outer {
    0% {
        transform: scale(1);
        opacity: .3
    }

    80%,to {
        transform: scale(2.5);
        opacity: 0
    }
}
@media only screen and (min-width: 1200px) {
    .sp-school-bnr-title h1{
        font-size: 50px;
    }
    h1>span.sp-dis-blk{
        font-size: 40px;
    }
    .block3 h2 {
        font-size: 34px;
    }

}
@media only screen and (max-width: 1199px) {}
@media only screen and (min-width: 992px) and (max-width: 1080px) {
    .block2 .sp-phone-view{
        width: 31.33%;
    }
}
@media only screen and (max-width: 991px) {
    .block2 .sp-phone-view{
        width: 48%;
    }
    .block2 .sp-phone-view:nth-child(2), .block2 .sp-phone-view:nth-child(5){
        padding: 60px 30px 0;
    }
    .block2 .sp-phone-view:nth-child(2) .sp-phone-inner, .block2 .sp-phone-view:nth-child(5) .sp-phone-inner{
        display: flex;
        flex-direction: column-reverse;
        transform: translateY(110px);
    margin-top: -110px;
    transition: all 0.7s ease;
    }
    .block2 .sp-phone-view:nth-child(2) .sp-img, .block2 .sp-phone-view:nth-child(5) .sp-img{
        margin-top: 30px;
    }
    .box-container{
        gap: 20px;
    }
    .block3{
        padding-bottom: 0;
    }
    .block3 .wrapper{
        width: 100%;
    }
   
    .list-info{
        flex-direction: column;
    }
    .list-info li{
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    .sp-banner-img {
        width: 100%;
        gap: 10px;
        margin-top: 30px;
    }
    .sp-banner-img img{
        width: 48%;
    }
    .block2-inner{
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .block2 .content{
        margin: 0 auto 60px;

    }
    .box-container{
        margin-top: 30px;
    }
    .box{
        width: 100%;
        max-width: 290px;
    }
    .step-box{
        margin-bottom: 0;
    }
    .block2 .sp-phone-view{
        width: 100%;
    }
   
}