/* ========= banner ========= */
#One-Step {
    display: none;
}
.trusted-sec {
    display: none;
}
.bannerTitle h4 {
    font: 28px/42px var(--font-semibold);
    padding-bottom: 10px;
}

.bannerTitle h4 span {
    opacity: 1;
    color: var(--color-green);
    text-transform: capitalize;
}

.hidden {
    display: none !important;
}

.banner-school {
    background: #00373a;
    width: 100%;
    min-height: 620px;
    position: relative;
    z-index: 8;
    padding-top: 80px;
}

.bannerSplit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-curve {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    z-index: 9;
}

.bottom-curve {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    z-index: 9;
}

.bannerTitle {
    position: relative;
    text-align: left;
    width: 43%;
    margin: 0;
    z-index: 99;
}

.bannerTitle h1 {
    opacity: 1;
    color: var(--color-white);
    font: 38px/48px var(--font-bold);
    font-weight: 700;
    font-style: normal;
    letter-spacing: -0.73px;
}

.bannerTitle h1 span {
    opacity: 1;
    color: var(--color-green);
}

.bannerTitle p {
    opacity: 1;
    color: var(--color-white);
    font: 24px/36px var(--font-default);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    padding: 22px 0 30px;
}

.bannerImg {
    position: relative;
    z-index: 99;
}

.bannerImg img {
    width: 100%;
    height: 465px;
    object-fit: contain;
}

/* ---------------- trusted-sec ---------------- */
.trusted-sec {
    position: relative;
    text-align: center;
}

.trusttitle {
    text-align: center;
}

.trusttitle h2 {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 38px/42px var(--font-bold);
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
}

.trusttitle p {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 20px/30px var(--font-default);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    max-width: 861px;
    margin: 15px auto 0;
}

.scrollImg {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px auto;
    padding: 20px 0;
    gap: 15px;
}

.schoolLogo {
    padding: 10px;
}

.schoolLogo img {
    width: 120px;
    height: auto;
    object-fit: contain;
}

/* ------------- benefits -- Institution---------------------*/

.benefits-sec {
    position: relative;
    text-align: center;
}

.BenefitsSplit {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.benifitTitle {
    width: 30%;
    margin: 30px auto;
    text-align: left;
}

.benifitTitle h2 {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 38px/42px var(--font-bold);
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
}

.benifitTitle h2 span {
    opacity: 1;
    color: var(--color-green);
}

.benifitTitle p {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 20px/30px var(--font-default);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    padding: 12px 0;
    max-width: 350px;
    margin: 0;
}

.benifitlayer {
    width: 70%;
    background: #fff url(../asset/k12school/svg/benefitBg.svg) no-repeat;
    background-size: contain;
    background-position: bottom center;
    padding: 30px 0;
}

.gridLayer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    /* display: grid; */
    /* grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); */
}

.leftGuide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.rightGuide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding-top: 10%;
}

.benefitCard {
    width: 100%;
    max-width: 386px;
    height: auto;
    margin: 0;
    text-align: left;
    padding: 10px;
    opacity: 1;
    border-radius: 8px;
    box-shadow: 0px 4px 16px rgba(197, 197, 197, 0.5);
    background-color: rgba(255, 255, 255, 1);
}

.benefitCard img {
    width: 50px;
    height: 60px;
    object-fit: contain;
}

.benefitCard h3 {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 24px/36px var(--font-semibold);
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
}

.listBenefits {
    /* url(asset/k12school/svg/Rightsmall.svg) */
    list-style-image: url(../asset/k12school/svg/Rightsmall.svg);
    list-style-position: outside;
    padding-left: 30px;
}

.listBenefits li {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 20px/30px var(--font-default);
    padding: 10px 0;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
}

/* management  section  */

.management-sec {
    position: relative;
    text-align: center;
}

.relativestyle {
    position: relative;
}

.managementTitle {
    text-align: center;
    max-width: 914px;
    margin: 0 auto;
}

.tabSection {
    position: relative;
    margin: 40px auto;
}

.floatRight {
    flex-direction: row-reverse;
}

.managementTitle h2 {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 38px/40px var(--font-bold);
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
}

.managementTitle h2 span {
    opacity: 1;
    color: var(--color-green);
}

.managementTitle p {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 20px/30px var(--font-default);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 20px;
}

.fullWidthfillter {
    position: sticky;
    top: 68px;
    z-index: 109;
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
}

.fillterTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 914px;
    margin: 0 auto;
}

.fillterTitle a {
    opacity: 1;
    color: #161616 !important;
    font: 18px/24px var(--font-semibold);
    border-bottom: 2px solid #fff;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    width: 150px;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    padding-bottom: 10px;
}

.fillterTitle a.active,
.fillterTitle a:hover {
    color: #7f63e3 !important;
    border-bottom: 2px solid #7f63e3;
}

.contentLayer {
    position: relative;
    padding: 20px 0;
}

.contentSplit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
}

.dashboardImg {
    width: 450px;
    height: 372px;
    object-fit: contain;
}

.discripeContent {
    width: 50%;
    text-align: left;
}

.discripeContent h3 {
    opacity: 1;
    color: rgba(20, 20, 20, 1);
    font: 34px/54px var(--font-semibold);
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 12px;
}

.discripeContent p {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 34px/54px var(--font-default);
    font-family: "Yellix-Regular";
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 26px;
}

.rocketIcon {
    position: absolute;
    top: 1%;
    right: 5%;
    width: 80px;
    z-index: 9;
}

.springIcon {
    position: absolute;
    top: 0px;
    left: -50px;
    z-index: 9;
    width: 82px;
    height: auto;
    object-fit: contain;
}

/* institution-sec */

.institution-sec {
    opacity: 1;
    background-color: #f9f7e8;
    min-height: 600px;
    position: relative;
}

.instituteTitle {}

.instituteTitle h2 {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 38px/42px var(--font-bold);
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    padding-bottom: 15px;
}

.instituteTitle p {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 20px/30px var(--font-default);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    max-width: 861px;
    margin: 0 auto;
}

.featureTop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: auto;
    object-fit: contain;
    z-index: 2;
}

.featurebottom {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 250px;
    height: auto;
    object-fit: contain;
    z-index: 2;
}

.instituteSplit {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin: 40px auto;
    position: relative;
    z-index: 10;
}

.instituteCard {
    opacity: 1;
    display: flex;
    border-radius: 8px;
    box-shadow: 0px 4px 16px #c5c5c580;
    background-color: #ffffff;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    width: 390px;
    height: 112px;
    padding: 10px;
    margin: 5px 0;
}

.instituteCard img {
    width: 72px;
    height: 72px;
    padding: 10px;
    object-fit: contain;
}

.instituteCard h3 {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 20px/36px var(--font-medium);
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
}

/* offer Section */

.offer-sec {
    position: relative;
    padding-bottom: 40px;
}

.offerSplit {
    position: relative;
    padding: 40px 0;
}

.offerTitle {
    text-align: center;
    margin: 20px auto;
}

.offerTitle h2 {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 38px/42px var(--font-bold);
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
}

.offerTitle h2 span {
    opacity: 1;
    color: var(--color-green);
}

.offerTitle p {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 20px/30px var(--font-default);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    max-width: 782px;
    margin: 0 auto;
}

.cardList {}

.offerCard {
    border-radius: 12px;
    box-shadow: 0px 12px 32px 5px rgba(0, 0, 0, 0.046259);
    opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    width: 765px;
    height: auto;
    padding: 20px;
    position: relative;
    z-index: 4;
}

.offerLayer {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.offerLayer img {
    width: 62px;
    height: 42px;
    object-fit: contain;
}

.offerList {
    width: 100%;
    padding-bottom: 20px;
}

.offerList h3 {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 24px/36px var(--font-semibold);
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
}

.offerList h4 {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 18px/26px var(--font-default);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
}

.teacherViews {
    width: 653px;
    height: 533px;
    object-fit: contain;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
}

.imgtoview {
    display: flex;
    justify-content: center;
    align-items: center;
}

.qaSize {
    max-width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 20px;
}

.customerPhoto {
    max-width: 50px;
    height: 60px;
    object-fit: contain;
    margin-right: 50px;
}

.feedBack h4 {
    letter-spacing: 0px;
    padding: 7px 0 19px;
}

.feedBack p {
    min-height: 200px;
}

.owl-carousel .owl-stage-outer {
    padding: 30px 0;
}

/* Interested */

.intrest-sec {
    opacity: 1;
    background-color: rgba(127, 99, 227, 1);
    position: relative;
    height: 340px;
}

.pad-40 {
    padding-top: 40px;
}

.splitIntrest {
    width: 100%;
    position: relative;
    height: 290px;
}

.skillknow {
    float: right;
    width: 50%;
}

.skillknow h2 {
    opacity: 1;
    color: rgba(255, 255, 255, 1);
    font: 38px/58px var(--font-bold);
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
}

.skillknow p {
    opacity: 1;
    color: rgba(255, 255, 255, 1);
    font: 20px/30px var(--font-default);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    padding-bottom: 42px;
}

.bookfreeBtn {
    opacity: 1;
    background-color: rgba(255, 138, 59, 1);
    color: rgba(255, 255, 255, 1);
    font: 24px/30px var(--font-bold);
    border-radius: 8px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    width: 240px;
    height: 60px;
    border: none;
}

.studentIntrest {
    position: absolute;
    bottom: 0;
    left: 100px;
    width: 450px;
    height: auto;
    object-fit: contain;
    z-index: 9;
}

.studentWave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 330px;
    z-index: 2;
}

/* Explore */
.explore-sec {
    position: relative;
    padding-bottom: 40px;
}

.exploreSplit {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.explore-title {
    text-align: center;
    margin-bottom: 40px;
}

.explore-title h2 {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 38px/42px var(--font-bold);
    font-weight: 700;
    font-style: normal;
    letter-spacing: -0.73px;
}

.exploreCard {
    opacity: 1;
    background-color: rgba(249, 247, 232, 1);
    border-radius: 8px;
    width: 350px;
    height: 174px;
    position: relative;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.exploreText {
    width: 250px;
}

.exploreText h3 {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font: 24px/36px var(--font-semibold);
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
}

.exploreText a {
    opacity: 1;
    color: rgba(127, 99, 227, 1) !important;
    font: 18px/36px var(--font-semibold);
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0px;
    cursor: pointer;
    text-align: left;
}

.greenradious {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    border-top-left-radius: 8px;
}

/* responsive k12School */

@media only screen and (max-width: 2000px) {
    .offerCard {
        width: 1045px;
    }
}

@media only screen and (max-width: 1800px) {
    .offerCard {
        width: 840px;
    }
}

@media only screen and (max-width: 1600px) {
    .offerCard {
        width: 795px;
    }
}

@media only screen and (max-width: 1366px) {
    .teacherViews {
        width: 643px;
        height: 513px;
    }

    .offer-sec {
        padding-bottom: 0;
    }

    .offerCard {
        width: 735px;
    }

    .faq-title {
        padding-top: 0;
    }

    .bannerTitle h1 {
        font: 34px/48px var(--font-bold);
    }
}

@media only screen and (max-width: 1200px) {
    .bannerImg img {
        height: 385px;
    }

    .benifitTitle {
        width: 25%;
    }

    .benifitlayer {
        width: 75%;
    }

    .benefitCard {
        max-width: 330px;
    }

    .benifitTitle h2 {
        font: 32px/42px var(--font-bold);
    }

    .offerCard {
        width: 685px;
    }

    .teacherViews {
        width: 583px;
    }
}

@media only screen and (max-width: 1100px) {
    .offerCard {
        width: 595px;
    }

    .exploreCard {
        width: 300px;
    }
}

@media only screen and (max-width: 1024px) {
    .scrollImg {
        width: 70%;
    }

    .benifitTitle p {
        font: 18px/30px var(--font-default);
    }

    .listBenefits li {
        font: 18px/28px var(--font-default);
        padding: 6px 0;
    }

    .benefitCard h3 {
        font: 21px/36px var(--font-semibold);
    }

    .discripeContent h3 {
        font: 31px/38px var(--font-semibold);
    }

    .instituteTitle h2 {
        font: 38px/42px var(--font-bold);
    }

    .instituteCard {
        width: 380px;
        height: 92px;
    }

    .teacherViews {
        width: 513px;
        height: 453px;
    }

    .feedBack p {
        min-height: 240px;
    }

    .studentWave {
        width: 220px;
    }

    .explore-title h2 {
        font: 32px/42px var(--font-bold);
    }

    .exploreText {
        width: 200px;
    }

    .exploreText h3 {
        font: 20px/32px var(--font-semibold);
    }
}

@media only screen and (max-width: 991px) {
    .schoolLogo img {
        margin: 20px auto;
    }

    .benifitTitle {
        width: 100%;
    }

    .benifitTitle h2 br {
        display: none;
    }

    .benifitTitle h2 {
        text-align: center;
    }

    .benifitTitle p {
        text-align: center;
        max-width: 100%;
        margin: 0 auto;
    }

    .benifitlayer {
        width: 100%;
    }

    .benefitCard {
        max-width: 380px;
    }

    .trusttitle h2 {
        font: 32px/42px var(--font-bold);
    }

    .teacherViews {
        width: 463px;
        height: 403px;
    }
}

@media only screen and (max-width: 768px) {
    .bannerSplit {
        display: flex;
        flex-wrap: wrap;
    }

    .bannerTitle {
        width: 100%;
    }

    .bannerImg img {
        height: auto;
    }

    .bottom-curve {
        width: 150px;
    }

    .scrollImg {
        width: 90%;
    }

    .benefitCard {
        max-width: 90%;
        height: auto;
    }

    .rocketIcon {
        display: none;
    }

    .rightGuide {
        padding-top: 0;
    }

    .fullWidthfillter {
        display: none;
    }

    .contentSplit {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .dashboardImg {
        width: 80%;
        height: auto;
        object-fit: contain;
    }

    .discripeContent {
        width: 80%;
        text-align: left;
    }

    .instituteTitle {
        position: relative;
        z-index: 9;
    }

    .instituteTitle h2 {
        font: 32px/42px var(--font-bold);
    }

    .instituteCard {
        width: 60%;
        height: 92px;
    }

    .teacherViews {
        display: none;
    }

    .offerCard {
        width: 90%;
        margin: 0 auto;
    }

    .offer-sec {
        padding-bottom: 0;
    }

    .intrest-sec {
        height: 700px;
    }

    .splitIntrest {
        height: 650px;
    }

    .studentIntrest {
        left: 20%;
        width: 310px;
    }

    .skillknow {
        float: left;
        width: 100%;
    }

    .studentIntrest {
        left: 20%;
        width: 400px;
    }

    .exploreCard {
        margin: 10px auto;
        width: 60%;
        height: 150px;
    }

    .exploreText {
        width: 60%;
    }
}

@media only screen and (max-width: 500px) {
    .bannerTitle h1 {
        text-align: center;
    }

    .bannerTitle p {
        text-align: center;
    }

    .bannerTitle {
        text-align: center;
    }

    .scrollImg {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .instituteCard {
        width: 80%;
    }

    .featurebottom {
        width: 150px;
    }

    .studentIntrest {
        left: 20%;
        width: 300px;
    }

    .splitIntrest {
        height: 550px;
        text-align: center;
    }

    .studentWave {
        width: 200px;
    }

    .intrest-sec {
        height: 600px;
    }

    .skillknow h2 {
        font: 32px/46px var(--font-bold);
        text-align: center;
    }

    .skillknow p {
        text-align: center;
        padding-bottom: 32px;
    }

    .offerCard {
        padding: 20px 10px;
        width: 100%;
    }

    .offerSplit {
        position: relative;
        padding: 0;
    }

    .offerLayer img {
        width: 35px;
        height: 42px;
    }

    .offerList h3 {
        font: 20px/36px var(--font-semibold);
    }

    .offerList h4 {
        font: 16px/24px var(--font-default);
    }

    .people-title h2 {
        font: 28px/42px var(--font-bold);
    }

    .feedBack p {
        min-height: 200px;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 420px) {
    .pd-top-90 {
        padding-top: 10px;
    }

    .studentIntrest {
        left: 20%;
        width: 260px;
    }

    .benifitTitle {
        margin: 0;
    }

    .benifitTitle h2 {
        font: 28px/42px var(--font-bold);
    }

    .benefitCard {
        max-width: 100%;
        height: auto;
    }

    .studentWave {
        width: 160px;
    }

    .discripeContent h3 {
        font: 22px/38px var(--font-semibold);
    }

    .managementTitle h2 {
        font: 32px/40px var(--font-bold);
    }

    .managementTitle p {
        font: 18px/30px var(--font-default);
    }

    .rocketIcon {
        width: 60px;
    }

    .dashboardImg {
        width: 100%;
    }

    .discripeContent {
        width: 90%;
    }

    .featureTop {
        width: 60px;
    }

    .scrollImg {
        margin: 0px auto;
        padding: 0;
    }

    .instituteTitle h2 {
        font: 26px/38px var(--font-bold);
    }

    .instituteCard {
        width: 90%;
    }

    .instituteCard img {
        width: 62px;
        height: 62px;
    }

    .offerTitle h2 {
        font: 32px/44px var(--font-bold);
        padding-bottom: 10px;
    }

    .faq-title {
        padding-top: 0;
        text-align: center;
    }

    .accordion-button {
        padding: 5px 15px;
    }

    .skillknow p {
        padding-bottom: 25px;
        font: 18px/30px var(--font-default);
    }

    .intrest-sec {
        height: 550px;
    }

    .splitIntrest {
        height: 500px;
    }

    .exploreCard {
        width: 90%;
    }

    .exploreText {
        width: 70%;
    }

    .explore-title {
        margin-bottom: 10px;
    }

    .explore-title h2 {
        font: 24px/34px var(--font-bold);
    }
}

@media only screen and (max-width: 375px) {
    .instituteTitle h2 {
        font: 22px/32px var(--font-bold);
    }

    .faq-sec {
        padding: 0;
    }

    .people-title h2 {
        font: 24px/32px var(--font-bold);
    }

    .faq-title h2 {
        font: 22px/36px var(--font-bold);
    }

    .feedBack p {
        font: 16px/26px var(--font-default);
        min-height: 200px;
        padding: 0;
    }

    .skillknow h2 {
        font: 26px/36px var(--font-bold);
        text-align: center;
    }

    .studentIntrest {
        left: 20%;
        width: 230px;
    }

    .exploreCard {
        width: 100%;
    }

    .exploreText {
        width: 80%;
    }
}