.pricingPageBanner {
    position: relative;
    background: url(../assets/img/pricingBanner.png) no-repeat center top #fff;
    background-size: 100%;
    padding-bottom: 40px;
}

.pricingBannerInfoWrapper {
    min-height: 500px;
    display: flex;
    align-items: center;
}

.scientficStudyLogo {
    position: absolute;
    padding: 10px 15px;
    top: 0;
}

    .scientficStudyLogo .logoWrapper {
        display: flex;
        align-items: center;
        padding-left: 58px;
        font-size: 25px;
        font-weight: 400;
        background-image: url(../assets/img/logoSpt.png);
        background-repeat: no-repeat;
        background-position: 10px center;
        color: #fff;
        height: 58px;
    }

.pricingBannerInfo h2 {
    color: #ebfaff;
    font-size: 33px;
    font-weight: 400;
    font-family: 'Poppins';
}

    .pricingBannerInfo h2 span {
        color: #fff;
        font-weight: 500;
    }

.pricingBannerInfo h4 {
    color: #40403f;
}

.pricingBannerInfo p {
    color: #333;
}

.btnGetStarted {
    border: 0;
    padding: 0.45rem 0.75rem;
    border-radius: 35px;
    background: #0c0c0c57;
    color: #fff;
    font-weight: 400;
    font-size: 1.2rem;
    position: relative;
    justify-content: center;
    align-items: center;
    column-gap: 7px;
    transition: all 0.3s ease;
    display: flex;
    max-width: 200px;
    text-decoration: none;
    border: 1px solid #00000000;
    box-shadow: 1px -1px 1px 1px #0006, 1px 1px 1px 1px #ffffff52;
}

    .btnGetStarted .btnText {
        color: inherit;
    }

    .btnGetStarted:hover .btnText {
        color: #fff;
    }

    .btnGetStarted .btnIcon {
        display: flex;
        justify-content: center;
        transition: all 0.3s ease;
        margin-left: 10px;
    }

        .btnGetStarted .btnIcon svg {
            height: 16px;
            width: 16px;
        }

    .btnGetStarted svg path {
        stroke: #fff;
    }

    .btnGetStarted:hover .btnIcon {
        transform: translateX(5px);
    }

.numberCounterDiv {
    width: 202px;
    background: rgb(255 255 255 / 45%);
    position: absolute;
    top: 30px;
    right: 177px;
    border-radius: 10px;
    animation: upDown 5s linear infinite;
}

.numberCounterDivIcon {
    height: 20px;
    width: 20px;
    border-radius: 15px;
    background: #fffdfd;
    position: absolute;
    bottom: -4px;
    left: -6px;
    border: 3px solid #067ec3;
}

.numberCounterDivNumber {
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    padding: 10px 11px;
    text-align: center;
    background: #067ec3;
    color: #fff;
    border-radius: 4px 4px 0 0;
}

.numberCounterDivText {
    padding: 8px 5px;
    text-align: center;
    font-size: 17px;
    color: #333;
    background: transparent;
}

.numberCounterDiv.registeredTeacher {
    top: 142px;
    right: 287px;
    transition-delay: 0.5s;
}

.numberCounterDiv.registeredUser {
    top: 295px;
    right: 260px;
    transition-delay: 1s;
}

@keyframes upDown {
    0% {
        transform: translateY(0px)
    }

    50% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0px)
    }
}

.videoLinkBanner {
    position: absolute;
    right: -122px;
    top: 50px;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 2px dashed #49b7d7; */
    color: #464646;
    animation: LeftRight 5s linear infinite;
}

    .videoLinkBanner:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 60px;
        width: 60px;
        animation: rotate 25s linear infinite;
        border: 2px dashed #067ec3;
        border-radius: 100%;
        z-index: 0;
    }

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes LeftRight {
    0% {
        transform: translateX(0px)
    }

    50% {
        transform: translateX(-10px)
    }

    100% {
        transform: translateX(0px)
    }
}

.videoLinkBanner:hover {
    color: #44afcf;
}

.videoLinkBanner span {
    width: 142px;
    background: #fff;
    height: 30px;
    font-size: 19px;
    position: absolute;
    display: block;
    text-align: center;
    right: 34px;
    z-index: 1;
}

.videoLinkBanner small {
    height: 0;
    width: 0;
    position: absolute;
    border-style: solid;
    border-width: 15px;
    border-left-width: 19px;
    border-color: transparent transparent transparent #067ec3;
    left: 21px;
    right: 0;
}

.pricingBannerrightSection {
    position: relative;
}

.pricingSectionInner h2 {
    text-align: center;
    font-weight: 700;
}

.pricingSectionSubHeading {
    text-align: center;
    font-size: 21px;
    color: #656666;
}

.howmanyStudents {
    text-align: center;
    font-size: 30px;
    color: #0680c7;
}

.priceSectionPriceListWrapper {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    min-height: 200px;
    align-items: self-start;
}

.priceSectionPriceList {
    padding: 0;
    display: flex;
    position: relative;
}

    .priceSectionPriceList:after {
        content: '';
        position: absolute;
        left: 0;
        border-bottom: 1px solid #ddd;
        width: 100%;
        bottom: 0;
        z-index: 0;
    }

    .priceSectionPriceList li {
        padding: 0;
        display: flex;
        position: relative;
        width: 200px;
        justify-content: center;
        height: 0;
    }

        .priceSectionPriceList li span {
            position: absolute;
            z-index: 2;
            padding: 7px 15px;
            border: 1px solid #8be5ff;
            display: flex;
            justify-content: center;
            border-radius: 35px;
            top: -20px;
            min-width: 100px;
            font-size: 16px;
            background: #fff;
            color: #333;
            line-height: 16px;
        }

.priceValuePerStudent {
    position: absolute;
    height: 69px;
    top: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    border: 1px solid #ddd;
    padding: 15px;
    font-weight: 500;
    background: #fff;
    color: #000;
    box-shadow: 3px 23px 25px 0px #06060608;
}

    .priceValuePerStudent:after {
        content: '';
        height: 50px;
        border-right: 1px solid #71ddfd;
        position: absolute;
        top: -58px;
        left: calc(50% - 0px);
    }

    .priceValuePerStudent:before {
        content: '';
        height: 15px;
        width: 15px;
        position: absolute;
        top: -9px;
        left: calc(50% - 7px);
        background: #49b7d7;
        border-radius: 1000%;
    }

.stickyPosition {
    /* position: static;
    top:100; */
}

.pricingSection {
    padding-top: 80px;
}

.supportSectionPricing {
    display: flex;
}

.pricingPageInnerSupport {
    background: #fff;
    padding: 0px;
    border-radius: 10px 0 0 10px;
    box-shadow: 3px 23px 25px 0px #06060608;
    position: relative;
}

    .pricingPageInnerSupport h2 {
        font-weight: 400;
        font-size: 22px;
        border-bottom: 1px solid #eee;
        padding: 10px;
        text-align: center;
        margin-bottom: 0;
        border-radius: 10px 0 0 0;
        background: #fee102;
    }

.iconTextDesign {
    display: flex;
    align-items: center;
    column-gap: 10px;
    background: #f9feff;
    border-bottom: 1px solid #defaff;
    padding: 6px 10px;
}

.callBackFixedSection .supportGetStartedBtnWpr .btnGetStarted {
    background: #000;
    box-shadow: 1px -1px 1px 1px #0b0a0a, 1px 1px 1px 1px #ffffff52;
}

.iconOnly {
    height: 40px;
    width: 40px;
    background-image: url(../assets/img/phoneCallIcon.svg);
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: center;
}

    .iconOnly.chat {
        background-image: url(../assets/img/supportChatIcon.svg);
    }

    .iconOnly.discuss {
        background-image: url(../assets/img/supportDiscussIcon.svg);
        background-size: 40px;
    }

.pricingSectionInner {
    position: relative;
    overflow: hidden;
}

.textOnly a {
    color: #333;
    font-size: 17px;
}

.pricingSectionInner:before {
    content: '';
    background-image: url(../assets/img/bgpattern.png);
    height: 500px;
    width: 500px;
    position: absolute;
    opacity: 0.6;
    z-index: 0;
    right: -400px;
}

.supportGetStartedBtnWpr {
    padding: 20px 30px;
    text-align: right;
}

    .supportGetStartedBtnWpr .btnGetStarted, .whySptBox .btnGetStarted {
        background: #2196f3;
        box-shadow: 1px -1px 1px 1px #0a7bd5, 1px 1px 1px 1px #ffffff52;
        max-width: 281px;
    }

.featureBoxRepeat {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}

.featureBoxDetails {
    padding: 40px;
}

.featureBoxRepeat.green .featureBoxDetails {
    background: #d5f7e6;
}

.featureBoxRepeat.red .featureBoxDetails {
    background: #fee6e6;
}

.featureBoxRepeat.blue .featureBoxDetails {
    background: #f3f3ff;
}

.featureBoxRepeat.orange .featureBoxDetails {
    background: #ffeec3;
}

.featureBoxRepeat.purple .featureBoxDetails {
    background: #ffd9fb;
}

.featureBoxRepeat.lightBlue .featureBoxDetails {
    background: #dbf6ff;
}

.featerBoxImage {
    display: flex;
    justify-content: center;
}

.featureBoxRepeat:after {
    content: '';
    background-image: url(../assets/img/bgpattern.png);
    height: 200;
    width: 200;
    position: absolute;
    opacity: 0.6;
    z-index: 0;
    right: 0;
    bottom: 0;
}

.freeOverTitle {
}

    .freeOverTitle span {
        color: #2196f3;
        font-weight: 400;
    }

.featureBoxTitle span {
    color: #000;
    display: inline;
    margin-top: 5px;
    font-weight: 400;
    background: #fff;
    padding: 4px 13px;
    border-radius: 4px;
    font-size: 23px;
}

.featerBoxImage img {
    position: relative;
    z-index: 1;
    max-width: 576px;
    width: 100%;
}

.featureBoxTitle {
    border-bottom: 1px solid #eee;
    padding-bottom: 7px;
    margin-bottom: 7px;
    position: relative;
    font-size: 33px;
}

    .featureBoxTitle:before {
        content: '';
        background: #2196f3;
        height: 2px;
        width: 50px;
        position: absolute;
        left: 0;
        bottom: -1px;
    }

.featureBoxRepeat.green .featureBoxTitle:before {
    background: #5ae4a8;
}

.featureBoxRepeat.green .featureBoxPoints li:before {
    background-image: url(../assets/img/featuresTickIconGreen.svg);
}

.featureBoxRepeat.orange .featureBoxTitle:before {
    background: #ffc738;
}

.featureBoxRepeat.orange .featureBoxPoints li:before {
    background-image: url(../assets/img/featuresTickIconOrange.svg);
}

.featureBoxRepeat.red .featureBoxTitle:before {
    background: #fdadad;
}

.featureBoxRepeat.red .featureBoxPoints li:before {
    background-image: url(../assets/img/featuresTickIconRed.svg);
}

.featureBoxRepeat.purple .featureBoxTitle:before {
    background: #ff80f2;
}

.featureBoxRepeat.purple .featureBoxPoints li:before {
    background-image: url(../assets/img/featuresTickIconPurple.svg);
}

.featureBoxDetail {
    font-weight: 400;
    font-size: 21px;
}

.featureBoxPoints {
    list-style: none;
    padding-left: 0;
}

    .featureBoxPoints li {
        position: relative;
        padding-left: 40px;
        font-size: 23px;
        margin-bottom: 4px;
    }

        .featureBoxPoints li:before {
            content: '';
            background-image: url(../assets/img/featuresTickIcon.svg);
            height: 45px;
            width: 45px;
            position: absolute;
            left: 0;
            background-size: 30px;
            background-repeat: no-repeat;
            top: 2px;
        }

.erpFeaturesRepeatBox {
    padding: 20px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid #ddf0ff;
    background: linear-gradient(#fff, #fdfdfd);
    box-shadow: 0px 0 2px 1px rgb(0 0 0 / 0%);
}

    .erpFeaturesRepeatBox h4 {
        border-bottom: 1px solid #eee;
        padding-bottom: 7px;
        margin-bottom: 7px;
        position: relative;
        color: #000;
        font-weight: 600;
        margin-bottom: 30px;
        font-size: 30px;
    }

        .erpFeaturesRepeatBox h4:before {
            content: '';
            background: #2196f3;
            height: 2px;
            width: 50px;
            position: absolute;
            left: 0;
            bottom: -1px;
        }

.erpFeatureInnerRepeatBoxDetailsHeading p {
    font-size: 21px;
    padding-left: 10px;
    margin-bottom: 7px;
    font-weight: 600;
}

.erpFeatureInnerRepeatBoxDetailsInfo ol {
    list-style: none;
    padding-left: 20px;
}

.erpFeatureInnerRepeatBox {
    display: grid;
    grid-template-columns: 50px 1fr;
}

.erpFeatureInnerRepeatBoxDetails {
    padding-top: 5px;
    border-bottom: 1px solid #eee;
}

.erpFeaturesRepeatBox .erpFeatureInnerRepeatBox:last-child .erpFeatureInnerRepeatBoxDetails {
    border-bottom: 0;
}

.erpFeatureInnerRepeatBoxIcon {
    height: 50;
    width: 100%;
    background-image: url(../assets/img/greenTickIcon.svg);
    background-repeat: no-repeat;
    background-position: 10px 4px;
    background-size: 45px;
    border-radius: 5px 0 0 5px;
    /* background-color: #ecfffe; */
    margin-top: 3px;
}

.erpFeatureInnerRepeatBoxDetailsInfo ol li {
    margin-bottom: 9px;
    font-size: 19px;
    position: relative;
    color: #464646;
}

.why-coading h2 {
    font-size: 46px;
}

.freeSmsIntegrationImage img {
    max-width: 630;
    width: 100%;
}

.erpFeatureInnerRepeatBoxDetailsInfo ol li:before {
    content: '';
    position: absolute;
    left: -20px;
    height: 2px;
    width: 13px;
    background: #2196f3;
    top: 10px;
}

.erpFeatureInnerRepeatBoxDetailsInfo ol li:after {
    content: '';
    border-width: 5px;
    border-style: solid;
    position: absolute;
    left: -10px;
    top: 6px;
    border-color: transparent transparent transparent #2196f3;
}

.erpFeatureInnerRepeatBoxDetailsHeading {
    min-height: 31px;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.mainSectionForHeadingSection {
    margin-top: 100px;
}

    .mainSectionForHeadingSection h2 {
        letter-spacing: normal;
        font-weight: 600;
        font-size: 60px;
        line-height: 1.11764706;
        text-align: center;
    }

        .mainSectionForHeadingSection h2 span {
            position: relative;
            color: #ff693d;
        }

.twoColumnFeatureSection {
    margin-top: 100px;
}

.mainSectionForHeadingSection h2 span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background-image: url(../assets/img/freeBorder.svg);
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 100%;
    bottom: -6px;
    background-size: contain;
    z-index: -1;
}

.mainSectionForHeadingSection p {
    font-weight: 400;
    font-size: 30px;
    text-align: center;
}

.twoColumnInnerFeatureSectionImage {
    height: 400px;
    background-size: 100%;
    background-color: #ffc49a;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 8px 8px 0 0;
}

    .twoColumnInnerFeatureSectionImage img {
        width: 100%;
        border-radius: 8px 8px 0 0;
    }

.imageFooterCurve {
    position: absolute;
    bottom: -6px;
    width: 100%;
}

    .imageFooterCurve svg {
        width: 100%;
    }

        .imageFooterCurve svg path {
            width: 100%;
        }

.twoColumnInnerFeatureSectionText {
    background: #f8721a;
    padding: 15px 20px;
    border-radius: 0 0 8px 8px;
}

    .twoColumnInnerFeatureSectionText h3 {
        color: #fff;
        font-weight: 600;
        font-size: 30px;
    }

    .twoColumnInnerFeatureSectionText p {
        color: #fff;
        font-weight: 400;
        font-size: 20px;
    }

.twoColumnInnerFeatureSection {
    margin-bottom: 30px;
}

    .twoColumnInnerFeatureSection.OnlinePayment .twoColumnInnerFeatureSectionImage {
        background-color: #90d6ef;
    }

    .twoColumnInnerFeatureSection.OnlinePayment .twoColumnInnerFeatureSectionText {
        background: #0096ec;
    }

    .twoColumnInnerFeatureSection.OnlinePayment .imageFooterCurve svg path {
        fill: #0096ec;
    }

    .twoColumnInnerFeatureSection.phoneApp .twoColumnInnerFeatureSectionImage {
        background-color: #ff958d;
    }

    .twoColumnInnerFeatureSection.phoneApp .twoColumnInnerFeatureSectionText {
        background: #ea3729;
    }

    .twoColumnInnerFeatureSection.phoneApp .imageFooterCurve svg path {
        fill: #ea3729;
    }

    .twoColumnInnerFeatureSection.BlogPlateform .twoColumnInnerFeatureSectionImage {
        background-color: #cd84d3;
    }

    .twoColumnInnerFeatureSection.BlogPlateform .twoColumnInnerFeatureSectionText {
        background: #833689;
    }

    .twoColumnInnerFeatureSection.BlogPlateform .imageFooterCurve svg path {
        fill: #833689;
    }

.singleColumnFeatureSection {
    padding: 0;
    margin-bottom: 30px;
}

.freeSmsIntegration {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 8px;
    overflow: hidden;
}

.freeSmsIntegrationText {
    background: #ffc933;
    padding: 40px;
}

    .freeSmsIntegrationText h3 {
        color: #fff;
        font-weight: 600;
        font-size: 33px;
    }

    .freeSmsIntegrationText p {
        color: #fff;
        font-weight: 400;
        font-size: 20px;
    }

.freeSmsIntegrationImage {
    position: relative;
    min-height: 250px;
    background: #fde382;
}

    .freeSmsIntegrationImage .verticalSideSVG {
        position: absolute;
    }

.freeQuestionsHeading h3 {
    text-align: center;
    font-size: 36px;
    margin-top: 60px;
}

    .freeQuestionsHeading h3 span {
        position: relative;
        color: #ff693d;
    }

        .freeQuestionsHeading h3 span:after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            background-image: url(../assets/img/freeBorder.svg);
            content: "";
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-position: 0 100%;
            bottom: -6px;
            background-size: contain;
            z-index: -1;
        }

.freeQuestionsBoxWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 50px;
}

.freeQuestionsBoxes {
    background: #eee;
    border-radius: 10px;
    padding: 40px;
    display: grid;
    grid-template-columns: 71px 1fr;
    grid-column-gap: 10px;
}

.freeQuestionsInner {
    display: grid;
    grid-template-columns: 1fr 400px;
    background-image: url(../assets/img/questionsBoxBg.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 456px;
}

.freeQuestionsBoxes.boxOne {
    background-color: rgb(255, 240, 233);
}

    .freeQuestionsBoxes.boxOne .freeQuestionsBoxesDetails h4 {
        color: #f59061;
    }

.freeQuestionsBoxes.boxTwo {
    background-color: rgb(252, 228, 236);
}

    .freeQuestionsBoxes.boxTwo .freeQuestionsBoxesDetails h4 {
        color: #f7427e;
    }

.freeQuestionsBoxes.boxThree {
    background-color: rgb(255, 240, 203);
}

    .freeQuestionsBoxes.boxThree .freeQuestionsBoxesDetails h4 {
        color: #ffc128;
    }

.freeQuestionsBoxes.boxFour {
    background-color: rgb(235, 242, 255);
}

    .freeQuestionsBoxes.boxFour .freeQuestionsBoxesDetails h4 {
        color: #528fff;
    }

.freeQuestionsBoxesDetails h6 {
    font-size: 23px;
}

.freeQuestionsBoxesDetails p {
    font-size: 20px;
    line-height: 29px;
}

.freeQuestionsBoxesDetails a {
    background: #333;
    color: #fff !important;
    font-size: 24px;
    padding: 6px 15px;
    border-radius: 7px;
    transition: all 0.3s ease;
    display: inline-block;
    transform: scale(0.95);
}

    .freeQuestionsBoxesDetails a:hover {
        transform: scale(0.95);
        background: #000;
        color: #fff !important;
    }

.freeQuestionsHeading h3 .lineBreaker {
    display: inline;
}

.freeFeaturesContainer {
    margin-top: 100px;
}

.shareQuiz {
    text-align: center;
}

    .shareQuiz h3 {
        text-align: center;
        font-weight: 400;
    }

    .shareQuiz p {
        font-size: 19px;
        text-align: center;
    }

    .shareQuiz .whySptBox {
        display: flex;
        justify-content: center;
    }

        .shareQuiz .whySptBox .btnGetStarted {
            min-width: 200px;
            padding: 0.5rem 0.75rem;
        }

.roundedCorner {
    border-radius: 10px;
}

.frequentlyAskQuestion {
    background: #404EED;
}

.frequentlyAskQuestionHeadingTitle {
    color: #fff;
}

.frequentlyAskQuestionHeadingTitle {
    color: #fff;
    text-align: center;
    font-size: 41px;
    font-weight: 500;
    margin-bottom: 30px;
}

.frequentlyAskQuestion .accordion-item {
    background-color: #0000000d;
    border: none !important;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 30px;
}

.frequentlyAskQuestion .accordion-button {
    padding-top: 5px;
    padding-bottom: 5px;
    background: transparent;
    color: #fff;
    font-weight: 500;
    padding: 0;
}

    .frequentlyAskQuestion .accordion-button:not(.collapsed) {
        color: #e4ff00;
        font-size: 23px;
        font-weight: 400;
    }

.frequentlyAskQuestion .accordion-body {
    padding-top: 6px;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #fff;
    font-weight: 300;
    padding-bottom: 0;
}
/* question Page Banner */
.questionPageBanner {
    background: #0292e5;
    background-image: none;
    /* background: linear-gradient(to bottom, #0292e5 0%,#284dd3 100%); */
    background: linear-gradient(to bottom, #2259a4 0%,#0082ff 100%);
}

.questionBannerText h2 {
    font-size: 51px;
}

.QuestionLandingPageBannerRight {
    width: 500px;
    /* border: 1px solid #fff; */
    height: 500px;
    position: relative;
}

.questionPageBanner:before {
    content: '';
    height: 50px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../assets/img/bigClowd.png);
}

.QuestionLandingPageBannerRight:before {
    content: '';
    height: 450px;
    width: 450px;
    position: absolute;
    right: 0;
    top: 47px;
    background-color: #13111112;
    z-index: 0;
    border-radius: 100%;
    background-image: url(../assets/img/questionBannerImgBG.png);
    background-repeat: no-repeat;
    background-position: center;
}

.QuestionLandingPageBannerRight.freeWebsitePage {
    width: 100%;
}

    .QuestionLandingPageBannerRight.freeWebsitePage:before {
        background-image: url(../assets/img/freeSchoolWebsiteBanner.svg);
        height: 100%;
        width: 100%;
        border-radius: 0;
        background-size: contain;
        background-color: transparent;
    }

    .QuestionLandingPageBannerRight.freeWebsitePage .QuestionLandingPageBannerRightItems li:nth-child(1) {
        bottom: -49px;
        right: 0;
        z-index: 3;
        top: auto;
        left: auto;
    }

        .QuestionLandingPageBannerRight.freeWebsitePage .QuestionLandingPageBannerRightItems li:nth-child(1) img {
            height: 120px;
        }

.QuestionLandingPageBannerRight img {
    position: relative;
}

.singleColumnFeatureSection.FreeSchoolWebsite .freeSmsIntegrationText {
    background: #ff5725;
}

.singleColumnFeatureSection.FreeSchoolWebsite .freeSmsIntegrationImage {
    background: #fff7f6;
}

    .singleColumnFeatureSection.FreeSchoolWebsite .freeSmsIntegrationImage .verticalSideSVG svg {
        height: 259px;
        width: 49px;
    }

.singleColumnFeatureSection.FreeSchoolWebsite .freeSmsIntegrationText p {
    margin-bottom: 5px;
}

.singleColumnFeatureSection.FreeSchoolWebsite .freeSmsIntegrationImage .verticalSideSVG svg path {
    fill: #ff5725;
}

.QuestionLandingPageBannerRightItems {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .QuestionLandingPageBannerRightItems li {
        position: absolute;
    }

        .QuestionLandingPageBannerRightItems li .QuestionLandingPageBannerRightItemsImg {
            display: block;
            text-align: center;
            margin-bottom: 7px;
        }

        .QuestionLandingPageBannerRightItems li .QuestionLandingPageBannerRightItemsText {
            color: #fff;
            background: #106ed2;
            padding: 5px 15px;
            text-align: center;
            border-radius: 5px;
            font-size: 18px;
        }

        .QuestionLandingPageBannerRightItems li:nth-child(1) {
            top: 178px;
            left: 0;
        }

        .QuestionLandingPageBannerRightItems li:nth-child(2) {
            top: 178px;
            right: 3px;
        }

        .QuestionLandingPageBannerRightItems li:nth-child(3) {
            top: 15px;
            left: 68px;
        }

        .QuestionLandingPageBannerRightItems li:nth-child(4) {
            bottom: 53px;
            right: 0;
        }

        .QuestionLandingPageBannerRightItems li:nth-child(5) {
            top: 55px;
            right: 25px;
        }

        .QuestionLandingPageBannerRightItems li:nth-child(6) {
            bottom: -63px;
            left: -98px;
        }

            .QuestionLandingPageBannerRightItems li:nth-child(6) img {
                height: 212px;
                z-index: 3;
            }

.questionPageBanner .pricingBannerInfo h4 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 14px;
    padding-left: 25px;
    position: relative;
}

    .questionPageBanner .pricingBannerInfo h4:after {
        content: '';
        position: absolute;
        left: 0;
        top: 7px;
        height: 15px;
        width: 15px;
        border: 2px dotted #fff;
        border-radius: 100%;
    }

.questionPageBanner .btnGetStarted {
    background: #feda00;
    box-shadow: 1px -1px 1px 1px #ded112, 1px 1px 1px 1px #dce7f2;
    color: #464646
}

    .questionPageBanner .btnGetStarted svg path {
        stroke: #333;
    }

.callBackFixedSection {
    position: fixed;
    right: 0;
    bottom: 130px;
    z-index: 999;
    transition: all 0.3s ease;
    transform: translateX(100%);
}

    .callBackFixedSection.show {
        transform: none;
    }

.questionSingleColumn .freeSmsIntegrationText {
    background: #ff693d;
}

.questionSingleColumn .verticalSideSVG svg path {
    fill: #ff693d;
}

.questionSingleColumn .freeSmsIntegrationImage {
    background: #ffda49;
}

.fixedPointerforScroll {
    position: fixed;
    height: 2px;
    width: 2px;
    top: 0;
    right: 0;
    opacity: 0;
}
/* Branded Mobile App */
.pricingPageBanner.questionPageBanner.brandedMobileApp {
    background: linear-gradient(to bottom, #ea29d6 0%,#fd948c 100%);
}

.questionPageBanner.brandedMobileApp .btnGetStarted {
    background: #333;
    box-shadow: 1px -1px 1px 1px #000000, 1px 1px 1px 1px #f3f3f3;
    color: #fff;
}

    .questionPageBanner.brandedMobileApp .btnGetStarted svg path {
        stroke: #fff;
    }

.questionPageBanner.brandedMobileApp .QuestionLandingPageBannerRight:before {
    background-image: url(../assets/img/brandedPhoneAppBannerGB.png);
    background-color: transparent;
    border-radius: 0;
}

.brandedMobileApp .QuestionLandingPageBannerRightItems li .QuestionLandingPageBannerRightItemsText {
    background: #f772a4;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 2px;
}

.brandedMobileApp .QuestionLandingPageBannerRightItems li:nth-child(2) {
    top: 271px;
    right: 3px;
}

.brandedMobileApp .QuestionLandingPageBannerRightItems li:nth-child(3) {
    top: 72px;
    left: 25px;
}

.brandedMobileApp .QuestionLandingPageBannerRightItems li:nth-child(4) {
    bottom: 404px;
    right: 0;
}

.MobileAppSingleColumn .freeSmsIntegrationText {
    background: #ff3df1;
}

.MobileAppSingleColumn .verticalSideSVG svg path {
    fill: #ff3df1;
}

.MobileAppSingleColumn .freeSmsIntegrationImage {
    background: #ffb8fe;
}

/* Writing a Blog */
.pricingPageBanner.questionPageBanner.listSchoolinSPTDirectory {
    background: linear-gradient(to bottom, #3abc83 0%,#2dd55f 100%);
}

.questionPageBanner.listSchoolinSPTDirectory .btnGetStarted {
    background: #333;
    box-shadow: 1px -1px 1px 1px #000000, 1px 1px 1px 1px #f3f3f3;
    color: #fff;
}

    .questionPageBanner.listSchoolinSPTDirectory .btnGetStarted svg path {
        stroke: #fff;
    }

.questionPageBanner.listSchoolinSPTDirectory .QuestionLandingPageBannerRight:before {
    background-image: url(../assets/img/PlateformForBlogBG.png);
    background-color: transparent;
    border-radius: 0;
}

.listSchoolinSPTDirectory .QuestionLandingPageBannerRightItems li .QuestionLandingPageBannerRightItemsText {
    background: #f9e7b6;
    color: #333;
    border: 1px dashed #403b3b45;
    border-radius: 17px;
}

.listSchoolinSPTDirectory .QuestionLandingPageBannerRightItems li:nth-child(1) {
    top: 225px;
    left: -93px;
}

.listSchoolinSPTDirectory .QuestionLandingPageBannerRightItems li:nth-child(2) {
    top: 330px;
    right: 3px;
}

.listSchoolinSPTDirectory .QuestionLandingPageBannerRightItems li:nth-child(3) {
    top: 72px;
    left: -62px;
}

.listSchoolinSPTDirectory .QuestionLandingPageBannerRightItems li:nth-child(4) {
    right: -73px;
    top: 172px;
}

.listSchoolinSPTDirectory .freeSmsIntegrationText {
    background: #ff3df1;
}

.listSchoolinSPTDirectory .verticalSideSVG svg path {
    fill: #ff3df1;
}

.listSchoolinSPTDirectory .freeSmsIntegrationImage {
    background: #ffb8fe;
}

.writingBlogColumnSection .freeQuestionsInner {
    background-image: url(../assets/img/blogCircle.png);
}

/* School Directory */
.pricingPageBanner.questionPageBanner.listSchoolinSPTDirectory {
    background: linear-gradient(to bottom, #3f51b5 0%,#2196f3 100%);
}

.questionPageBanner.listSchoolinSPTDirectory .btnGetStarted {
    background: #333;
    box-shadow: 1px -1px 1px 1px #000000, 1px 1px 1px 1px #f3f3f3;
    color: #fff;
}

    .questionPageBanner.listSchoolinSPTDirectory .btnGetStarted svg path {
        stroke: #fff;
    }

.questionPageBanner.listSchoolinSPTDirectory .QuestionLandingPageBannerRight:before {
    background-image: url(../assets/img/ListYourSchoolBG.png);
    background-color: transparent;
    border-radius: 0;
}

.listSchoolinSPTDirectory .QuestionLandingPageBannerRightItems li .QuestionLandingPageBannerRightItemsText {
    background: #ffffff;
    color: #333;
    border: 1px dashed #403b3b45;
    border-radius: 5px;
    animation: upDown 5s linear infinite;
}

.listSchoolinSPTDirectory .QuestionLandingPageBannerRightItems li:nth-child(1) {
    top: 225px;
    left: -93px;
}

.listSchoolinSPTDirectory .QuestionLandingPageBannerRightItems li:nth-child(2) {
    top: 101px;
    right: 155px;
}

.listSchoolinSPTDirectory .QuestionLandingPageBannerRightItems li:nth-child(3) {
    top: 72px;
    left: -62px;
}

.listSchoolinSPTDirectory .QuestionLandingPageBannerRightItems li:nth-child(4) {
    right: -73px;
    top: 172px;
}

.listSchoolinSPTDirectory .freeSmsIntegrationText {
    background: #3d79ff;
}

.listSchoolinSPTDirectory .verticalSideSVG svg path {
    fill: #3d79ff;
}

.listSchoolinSPTDirectory .freeSmsIntegrationImage {
    background: #9EC8FF;
}

.listSchoolinSPTDirectory .freeQuestionsInner {
    background-image: url(../assets/img/ListYourSchoolFourColumnBG.png);
}

.listSchoolinSPTDirectory .pricingBannerInfo h4:after {
    background: #eee;
    border: 3px solid #3e54b7;
}
/* Improve of Branding of School*/
.pricingPageBanner.questionPageBanner.ImproveBrandingofSchoolPage {
    background: linear-gradient(to bottom, #d90b58 0%,#f44336 100%);
}

.questionPageBanner.ImproveBrandingofSchoolPage .btnGetStarted {
    background: #333;
    box-shadow: 1px -1px 1px 1px #000000, 1px 1px 1px 1px #f3f3f3;
    color: #fff;
}

    .questionPageBanner.ImproveBrandingofSchoolPage .btnGetStarted svg path {
        stroke: #fff;
    }

.questionPageBanner.ImproveBrandingofSchoolPage .QuestionLandingPageBannerRight:before {
    background-image: url(../assets/img/ImproveBrandingofYourSchoolBG.png);
    background-color: transparent;
    border-radius: 0;
}

.ImproveBrandingofSchoolPage .QuestionLandingPageBannerRightItems li .QuestionLandingPageBannerRightItemsText {
    background: #ffffff;
    color: #333;
    border: 1px dashed #403b3b45;
    border-radius: 5px;
    animation: upDown 5s linear infinite;
}

.ImproveBrandingofSchoolPage .QuestionLandingPageBannerRightItems li:nth-child(1) {
    top: 225px;
    left: -93px;
}

.ImproveBrandingofSchoolPage .QuestionLandingPageBannerRightItems li:nth-child(5) {
    top: 19px;
    right: 150px;
}

.ImproveBrandingofSchoolPage .QuestionLandingPageBannerRightItems li:nth-child(2) {
    top: 24px;
    right: 319px;
}

.ImproveBrandingofSchoolPage .QuestionLandingPageBannerRightItems li:nth-child(3) {
    top: 72px;
    left: -62px;
}

.ImproveBrandingofSchoolPage .QuestionLandingPageBannerRightItems li:nth-child(4) {
    right: 0;
    top: 43px;
}

.ImproveBrandingofSchoolPage .freeSmsIntegrationText {
    background: #48d422;
}

.ImproveBrandingofSchoolPage .verticalSideSVG svg path {
    fill: #48d422;
}

.ImproveBrandingofSchoolPage .freeSmsIntegrationImage {
    background: #b6ffa2;
}

.writingBlogColumnSection .freeQuestionsInner {
    background-image: url(../assets/img/ListYourSchoolFourColumnBG.png);
}

.ImproveBrandingofSchoolPage .pricingBannerInfo h4:after {
    background: #eee;
    border: 3px solid #a60000;
}
/* Request a Demo Pge*/
.pricingPageBanner.RequestaDemo {
    /* background: linear-gradient(to bottom, #3d79ff 0%,#fff 100%); */
    background: linear-gradient(180deg, #0B57FF 0%, #145EFF 100%);
}

    .pricingPageBanner.RequestaDemo .QuestionLandingPageBannerRight {
        width: 100%;
        justify-content: flex-end;
        display: flex;
    }

    .pricingPageBanner.RequestaDemo .QuestionLandingPageBannerRightItems {
        max-width: 670px;
        position: relative;
        border: 2px dashed #c4c4c4;
        border-radius: 100%;
        height: 400px;
        margin-top: 36px;
        width: 100%;
    }

.RequestaDemoBanner:before {
    content: '';
    height: 50px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 3;
    background-image: url(../assets/img/bigClowd.png);
}

.RequestaDemo .btnGetStarted {
    background: #333;
    box-shadow: 1px -1px 1px 1px #000000, 1px 1px 1px 1px #f3f3f3;
    color: #fff;
    margin-top: 20px;
    max-width: 219px;
}

.RequestaDemo .QuestionLandingPageBannerRight img {
    position: relative;
    height: 68px;
    /* animation: upDown 5s linear infinite; */
}

.RequestaDemo .QuestionLandingPageBannerRightItems li .QuestionLandingPageBannerRightItemsImg {
    margin-bottom: 4px;
}

.RequestaDemo .QuestionLandingPageBannerRightItems li:nth-child(6) img {
    height: 68px;
    z-index: 3;
}

.RequestaDemo .btnGetStarted svg path {
    stroke: #fff;
}

.RequestaDemo .QuestionLandingPageBannerRight:before {
    background-image: url(../assets/img/RequestADemoBG.png);
    background-color: transparent;
    border-radius: 0;
    top: auto;
    bottom: -28px;
    z-index: 0;
    left: calc(50% - 225px);
    background-size: 300px;
    background-position: center center;
}

.RequestaDemo .QuestionLandingPageBannerRightItems li .QuestionLandingPageBannerRightItemsText {
    background: transparent;
    color: #333;
    border: none;
    border-radius: 0;
    animation: none;
    font-size: 17px;
    font-weight: 600;
    max-width: 164px;
    line-height: 19px;
    padding: 0;
}

.RequestaDemo .QuestionLandingPageBannerRightItems li:nth-child(1) {
    left: 56px;
    bottom: -51px;
    top: auto;
}

.RequestaDemo .QuestionLandingPageBannerRightItems li:nth-child(2) {
    top: auto;
    left: -67px;
    right: auto;
    bottom: 68px;
}

.RequestaDemo .QuestionLandingPageBannerRightItems li:nth-child(3) {
    top: 76px;
    left: -25px;
}

.RequestaDemo .QuestionLandingPageBannerRightItems li:nth-child(4) {
    right: auto;
    top: 9px;
    left: 87px;
}

.RequestaDemo .QuestionLandingPageBannerRightItems li:nth-child(5) {
    top: -32px;
    right: auto;
    left: 204px;
}

.RequestaDemo .QuestionLandingPageBannerRightItems li:nth-child(6) {
    top: auto;
    left: 332px;
    bottom: auto;
    top: -33px;
}

.RequestaDemo .QuestionLandingPageBannerRightItems li:nth-child(7) {
    right: 40px;
    bottom: 298px;
}

.RequestaDemo .QuestionLandingPageBannerRightItems li:nth-child(8) {
    right: -29px;
    bottom: 187px;
}

.RequestaDemo .QuestionLandingPageBannerRightItems li:nth-child(9) {
    right: -53px;
    bottom: 36px;
}

.RequestaDemo .QuestionLandingPageBannerRightItems li:nth-child(10) {
    right: 89px;
    bottom: -13px;
}

.RequestaDemo .QuestionLandingPageBannerRightItems li:nth-child(11) {
    right: 286px;
    bottom: -59px;
}

.RequestaDemo .QuestionLandingPageBannerRightItems li .QuestionLandingPageBannerRightItemsImg {
    position: relative;
    margin: 0 auto 4px;
    display: flex;
    justify-content: center;
    border: 3px solid #fff;
    width: 74px;
    border-radius: 100%;
    transform: scale(0.8);
}

.RequestDemoFeaturs .twoColumnInnerFeatureSectionText {
    border-radius: 8px 8px 0 0;
}

.RequestDemoFeaturs .twoColumnInnerFeatureSectionImage {
    padding-top: 61px;
    height: auto;
    min-height: 467px;
}

.RequestDemoFeaturs .imageFooterCurve {
    position: absolute;
    bottom: auto;
    width: 100%;
    top: 12px;
    transform: rotate(180deg);
    height: 35px;
}

.RequestaDemo .QuestionLandingPageBannerRightItems li .QuestionLandingPageBannerRightItemsImg:before {
    content: attr(data-title);
    background: #fff;
    position: absolute;
    height: 30px;
    width: 30px;
    left: -26px;
    top: 17px;
    border-radius: 100%;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.RequestaDemo .freeSmsIntegrationText {
    background: #48d422;
}

.RequestaDemo .verticalSideSVG svg path {
    fill: #48d422;
}

.RequestaDemo .freeSmsIntegrationImage {
    background: #b6ffa2;
}

.writingBlogColumnSection .freeQuestionsInner {
    background-image: url(../assets/img/ListYourSchoolFourColumnBG.png);
}

.ImproveBrandingofSchoolPage .pricingBannerInfo h4:after {
    background: #eee;
    border: 3px solid #a60000;
}

.RequestaDemoBanner .pricingBannerInfo h2 {
    font-size: 36px;
}

.RequestaDemoBanner .pricingBannerInfo h4 {
    font-size: 24px;
    margin: 0;
    line-height: 33px;
    font-weight: 400;
    color: #333;
}

.RequestaDemoBanner .pricingBannerInfo h2 span {
    color: #1a1a1a;
}

.why-coading h2 {
    font-size: 46px;
    color: #2196f3;
}

.mainSectionForHeadingSection.whySPTSection h2 span:after {
    width: 40%;
    height: 24px;
    left: calc(50% - 20%);
}

.btnAppDownloadWrapper {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.btnAppDownload img {
    width: 150px !important;
    height: 48px;
    margin: 0 5px;
}

.RequestDemoFeaturs .BioMetric .twoColumnInnerFeatureSectionImage {
    background: #ffefef;
}

.RequestDemoFeaturs .OnlinePayment .twoColumnInnerFeatureSectionImage {
    background: #fafafa;
}

.RequestDemoFeaturs .phoneApp .twoColumnInnerFeatureSectionImage {
    background: #fafafa;
}

.RequestDemoFeaturs .BlogPlateform .twoColumnInnerFeatureSectionImage {
    background: #fafafa;
}

.demoAgendsPoints {
    padding: 40px;
    list-style: none;
    position: relative;
}

    .demoAgendsPoints li {
        position: relative;
        padding-left: 40px;
        font-size: 24px;
        font-weight: 500;
        border-bottom: 1px dashed #eee;
    }

        .demoAgendsPoints li:before {
            content: '';
            background-image: url(../assets/img/thumbsup.svg);
            position: absolute;
            height: 40px;
            width: 40px;
            background-size: 24px;
            left: 0;
            top: -4px;
            background-repeat: no-repeat;
            background-position: center center;
        }

.boxwithimageAndAppLogin {
    display: grid;
    grid-template-columns: 1fr 200px;
    padding: 10px;
}

.appUseridAndpasswordItem {
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 1px 3px 3px #33333314;
    margin-bottom: 10px;
}

    .appUseridAndpasswordItem h2 {
        margin: 0;
        font-size: 23px;
        font-weight: 500;
        text-align: left;
    }

    .appUseridAndpasswordItem p {
        margin: 0;
        margin-top: 2px;
        background: #fafafa;
        padding: 2px 5px;
        border-radius: 5px;
        border: 1px dashed #ddd;
    }

        .appUseridAndpasswordItem p .userID {
            color: #777;
            display: inline-block;
            min-width: 107px;
        }

        .appUseridAndpasswordItem p .password {
            font-weight: 500;
        }

.sptAppImage img {
    width: 100%;
}

.demoLinkBnt {
    display: block;
    text-align: center;
    font-size: 24px;
    padding: 6px;
    color: #ea3729;
    max-width: 182px;
    margin: 12px auto 0;
    background: #fff;
    border: 1px dashed #ea3729;
    border-radius: 5px;
}

    .demoLinkBnt:hover {
        color: #000;
    }

.singleColumnFeatureSection.WelcomeNote .freeSmsIntegrationText {
    background: #e1eaff;
}

    .singleColumnFeatureSection.WelcomeNote .freeSmsIntegrationText h3 {
        color: #333;
    }

    .singleColumnFeatureSection.WelcomeNote .freeSmsIntegrationText p {
        color: #464646;
    }

.singleColumnFeatureSection.WelcomeNote .freeSmsIntegrationImage {
    background: #e1eaff;
}

.singleColumnFeatureSection.WelcomeNote .verticalSideSVG svg path {
    fill: #e1eaff;
}

.regardsNote {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}

    .regardsNote label {
        font-size: 19px;
        font-style: italic;
        border-bottom: 1px dashed #75a1de;
    }

    .regardsNote .regardsTeamName {
        margin-bottom: 0;
        color: #1d60f6 !important;
    }

.thankyouNoteBtnWrapper {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    flex-direction: column;
    padding-right: 40px;
}

    .thankyouNoteBtnWrapper a {
        color: #fff;
        background: #3d79ff;
        display: inline-block;
        width: 178px;
        padding: 10px;
        margin-bottom: 10px;
        font-size: 19px;
        text-align: center;
        border-radius: 5px;
        box-shadow: 5px 8px 7px 0px rgb(0 0 0 / 17%);
        background: linear-gradient(to bottom, #3d79ff 0%,#673ab7 100%);
    }

.WelcomeNote .freeSmsIntegration {
    grid-template-columns: 1fr 245px;
}

.thankyouNoteBtnWrapper a:hover {
    color: #000;
    background: orange;
}

/* Video Page Css */
.videoSectionInnerHeading {
    color: #fff;
    font-weight: 600;
    font-size: 33px;
}

.videoSectionInnertext {
    background: #48d422;
    border-radius: 8px 0 0 8px;
    padding: 15px;
}

.videoSectionInnerbulletedPoint {
    margin: 0;
}

    .videoSectionInnerbulletedPoint li {
        color: #fff;
        font-weight: 400;
        font-size: 19px;
        position: relative;
    }

.videoSectionInner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 0;
    margin-bottom: 30px;
    display: none;
}

    .videoSectionInner.show {
        display: grid;
    }

.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .video-container::after {
        padding-top: 56.25%;
        display: block;
        content: '';
    }

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.videoSectionInnerVideo {
    border-radius: 0 8px 8px 0;
    overflow: hidden;
}

.videoTabButtonWrapper {
    position: relative;
    padding: 20px;
    display: flex;
    column-gap: 10px;
    justify-content: center;
}

.videoTabButton {
    border: 0;
    background: #333;
    color: #fff;
    font-size: 19px;
    padding: 6px 17px;
    border-radius: 23px;
}

    .videoTabButton.active {
        background: #48d422;
    }

.videoSectionInner.color2 .videoSectionInnertext,
.videoTabButtonWrapper .videoTabButton:nth-child(2).active {
    background: #f8721a;
}

.videoSectionInner.color3 .videoSectionInnertext,
.videoTabButtonWrapper .videoTabButton:nth-child(3).active {
    background: #ea3729;
}

.videoSectionInner.color4 .videoSectionInnertext,
.videoTabButtonWrapper .videoTabButton:nth-child(4).active {
    background: #833689;
}

.videoSectionInner.color5 .videoSectionInnertext,
.videoTabButtonWrapper .videoTabButton:nth-child(5).active {
    background: #0096ec;
}

.videoSectionInner.color6 .videoSectionInnertext,
.videoTabButtonWrapper .videoTabButton:nth-child(6).active {
    background: #ff3df1;
}

.videoSectionInner.color7 .videoSectionInnertext,
.videoTabButtonWrapper .videoTabButton:nth-child(7).active {
    background: #48d422;
}

.videoSectionInner.color8 .videoSectionInnertext,
.videoTabButtonWrapper .videoTabButton:nth-child(8).active {
    background: #833689;
}

.videoSectionInner.color9 .videoSectionInnertext,
.videoTabButtonWrapper .videoTabButton:nth-child(9).active {
    background: #f8721a;
}


/* studentPricingPage */
.pricingPageBanner.RequestaDemo.RequestaDemoBanner.studentPricingPage {
    background: linear-gradient(180deg, #0B57FF 0%, #145EFF 100%);
}

.pricingBannerInfo.studentPricingInfo h2 span {
    color: #fff;
}

.pricingBannerInfo.studentPricingInfo h4 {
    color: yellow;
    line-height: 27px;
    margin-bottom: 5px;
}

.studentPricebannerImage {
    padding: 30px 0 0;
}

    .studentPricebannerImage img {
        width: 100%;
    }

.howmanyStudentCounts {
    padding: 10px;
    background: #5856561f;
    border-radius: 5px;
    display: inline-flex;
    grid-column-gap: 7px;
}

    .howmanyStudentCounts button {
        background: #fff;
        color: #333;
        font-size: 18px;
        padding: 4px 9px;
        border: 0;
        border-radius: 5px;
        box-shadow: 0px 0px 3px 3px #33333317;
        transition: all 0.3s ease;
    }

        .howmanyStudentCounts button:focus {
            outline: none;
        }

        .howmanyStudentCounts button.active, .howmanyStudentCounts button:hover {
            background: #fdc500;
            color: #fff;
            box-shadow: 0px 0px 3px 0px #93884a;
        }

.pricingResultDiv {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.priceAmount {
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    display: inline-block;
    line-height: 70px;
    padding: 10px;
    margin-top: 10px;
    border-radius: 10px;
}

.beforePrice {
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    display: inline-block;
    line-height: 70px;
    padding: 10px;
    margin-top: 10px;
    border-radius: 10px;
}

.beforePriceValue {
    text-decoration: line-through;
}
