@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Vidaloka&display=swap');

:root {
    --font: "DM Sans", sans-serif;
    --theme-light-col: #c8c9ea;
}

.pre-body {
    background-color: var(--theme-light-col);
    font-family: var(--font);
}

.newtop {
    width: full;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

::-webkit-scrollbar {
    width: 7px;
    height: 12px;
    display: none;
}

::-webkit-scrollbar-thumb {
    background: var(--theme-dark-color);
}

::-webkit-scrollbar-track {
    background: #fff;
}

.newtopimg {
    width: 210px;
}

.per-container {
    z-index: 1;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 944px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
}

.per-title {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 55px;
    line-height: 120%;
}

.per-title-highlight {
    outline-offset: 0px;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(130deg, #3941df, #003a7b);
    -webkit-background-clip: text;
    background-clip: text;
    outline: 3px #333;
    width: 80%;
    font-size: 38px;
    line-height: 44px;
}
.smbusinessicon img{
    filter: brightness(0.5) invert(1);
    width: 43px;
    color: #fff; 
}
.per-subtitle {
    color: #444;
    text-align: center;
    width: 100%;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
}

.per-hero-container {
    grid-column-gap: 28px;
    grid-row-gap: 16px;
    grid-template-rows: max-content min-content;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 64px;
    display: grid;
    position: relative;
}

.per-quickbits-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.pre-section-two h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 120%;
}

.per-hero-cta.text-size-medium.hidden.payment-button {
    background-image: linear-gradient(136deg, #2c4bc6, #170985);
}

.text-size-medium {
    margin-top: 10px;
    font-size: 1.25rem;
    line-height: 1.3;
}

.per-hero-cta {
    color: #fff;
    background-image: linear-gradient(136deg, #2cc696, #098581);
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 2.25rem;
    text-decoration: none;
    transition: all .5s;
    display: block;
    box-shadow: 0 30px 30px -20px #179f894d;
}

.text-block-570 {
    font-size: 1.8rem;
    text-align: center;
}

.strikeoff {
    font-size: 1rem;
    text-decoration: line-through;
}

.text-size-medium.hd {
    display: none;
}

.text-size-medium {
    margin-top: 10px;
    font-size: 1.25rem;
    line-height: 1.3;
}

.you-cta-text-strike.hide-this {
    display: none;
}

.you-cta-text-strike {
    font-size: 18px;
    font-weight: 400;
    text-decoration: line-through;
}

/* 
.per-testionial-container {
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
    display: flex
;
} */
/* 
.per-testionial-item {
    background-color: #afafaf;
    border-radius: 16px;
    width: 222px;
    height: 222px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.w-video {
    width: 100%;
    position: relative;
    padding: 0;
}
.w-embed:after {
    clear: both;
}
.w-embed:before, .w-embed:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.w-video iframe, .w-video object, .w-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
} */
/*  */

.per-section.who {
    background-color: #c0cbe1;
    padding-top: 60px;
}

.per-section {
    min-height: 400px;
    padding-bottom: 70px;
}

.per-heading {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 72px;
}

.per-who-card-grid {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    grid-template-rows: min-content;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    display: grid;
    position: relative;
}

.per-who-card {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    background-color: #fff6;
    border: 1px solid #032d3026;
    border-radius: 16px;
    grid-template-rows: min-content min-content;
    grid-template-columns: 60px 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    padding: 20px;
    display: grid;
}

.per-who-icon-container {
    background-image: linear-gradient(136deg, #2c4bc6, #170985);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    display: flex;
}

.per-who-heading {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 140%;
    margin-top: 13px;
}

.per-who-description {
    font-size: 16px;
    line-height: 140%;
}

.per-cta.who {
    margin-top: 40px;
    padding-left: 90px;
    padding-right: 90px;
    display: block;
}

.per-cta {
    color: #fff;
    text-align: center;
    background-image: linear-gradient(136deg, #2c4bc6, #170985);
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    padding: 20px 90px;
    text-decoration: none;
    transition: all .5scubic-bezier(.86, 0, .07, 1);
    display: block;
    box-shadow: 21px 21px 30px -10px #179f894d;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.ent-cta-text {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    text-decoration: none;
    display: inline-block;
}

.per-hero-cta-subtext-cta {
    text-align: center;
    /* margin-top: 30px;
    margin-bottom: 20px; */
    font-size: 18px;
    line-height: 120%;
}

.image-69 {
    z-index: -1;
    position: absolute;
    inset: 19% auto auto -100px;
}

.image-68 {
    z-index: -1;
    position: absolute;
    inset: auto -60px 16% auto;
}

/* .bi{


} */
.bi-graph-up-arrow {
    color: #031330;
    font-size: 20px;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
}

/*  */

.per-section.why {
    color: #fff;
    background-color: #03183f;
    background-position: 110% 60%, -20% 10%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    min-height: 600px;
    padding-bottom: 90px;
}

.per-container.why {
    padding-top: 90px;
}

.per-heading.odd {
    color: #fff;
}

.per-heading {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 72px;
}

.per-heading-highlight {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(149deg, #2c4bc6, #170985);
    -webkit-background-clip: text;
    background-clip: text;
}

.per-why-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 16px;
    display: grid;
}

.per-why-item {
    background-color: #ffffff1a;
    border-radius: 16px;
    justify-content: space-between;
    padding: 20px 20px 30px 26px;
    display: flex;
    
    text-align: center;
}

.per-why-content-container {
    width: 100%;
      text-align: center;
}

.per-why-img {
    flex: none;
    height: 60px;
    display: none;
}

.per-why-heading {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(131deg, #2c4bc6, #ffffff);
    -webkit-background-clip: text;
    background-clip: text;
    width: 100%;
    margin-top: 10px;
    font-size: 30px;
    margin-bottom: 20px;
}


.per-why-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.per-why-heading.od {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 120%;
}

.per-why-content-container.od {
    width: 100%;
    height: auto;
}

/*  */

.per-section.last-offer {
    padding-top: 60px;
}

.per-section {
    min-height: 400px;
    padding-bottom: 70px;
}

.per-offer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .9fr;
    grid-auto-columns: 1fr;
    margin-top: 45px;
    display: grid;
}

.per-offer-card {
    background-image: linear-gradient(312deg, #e7fff9, #fff);
    border-radius: 30px;
    padding: 40px 22px 22px;
}

.pub-offer-card-headig {
    width: 90%;
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: 34px;
    line-height: 120%;
}

.ent-offer-price {
    border-bottom: .5px solid #0003;
    margin-bottom: 34px;
    padding-bottom: 20px;
    padding-left: 10px;
}

.per-price-copy {
    color: #170985;
    font-size: 60px;
    font-weight: 700;
    line-height: 120%;
    display: inline-block;
}

.striky {
    color: #170985;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    text-decoration: line-through;
    display: inline-block;
}

.ent-not-price.hide-this {
    display: none;
}

.ent-not-price {
    color: #616161;
    margin-left: 10px;
    font-size: 28px;
    line-height: 120%;
    text-decoration: line-through;
    display: inline-block;
}

.ent-offer-card-benefits {
    margin-bottom: 30px;
}

.ent-offer-card-benefit.hide-this {
    display: none;
}

.ent-offer-card-benefit {
    width: 90%;
    margin-bottom: 12px;
    padding-left: 10px;
    padding-right: 30px;
    display: flex;
    align-items: center;
}

.ent-offer-card-benefit {
    width: 90%;
    margin-bottom: 12px;
    padding-left: 10px;
    padding-right: 30px;
    display: flex;
}

.ent-offer-card-benefit-tick {
    width: 20px;
    height: 15px;
    margin-top: 10px;
    margin-right: 15px;
}

.ent-offer-card-benefit-text {
    font-size: 16px;
    line-height: 140%;
}

.pub-offer-card-note {
    color: #8a8a8a;
    margin-bottom: 20px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 15px;
    line-height: 24px;
}

.per-offer-card-cta {
    color: #fff;
    background-image: linear-gradient(147deg, #2c4bc6, #170985);
    border-radius: 18px;
    justify-content: center;
    align-items: center;
    padding-top: 22px;
    padding-bottom: 22px;
    text-decoration: none;
    display: flex;
}

.ent-cta-text {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    text-decoration: none;
    display: inline-block;
}

.per-offer-deli-heading {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(137deg, #2c4bc6, #170985);
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 40px;
    margin-bottom: 17px;
    font-size: 28px;
    line-height: 40px;
    display: inline-block;
}

.pub-offer-deli-item {
    border-bottom: 1px solid #00000012;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 5px;
    display: flex;
}

.per-offer-deli-tick {
    background-color: #1f4aad1a;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    padding: 0px 5px;
    color: #031330;
    font-size: 30px;
}

.pub-offer-deli-text {
    width: 80%;
    font-size: 14px;
    line-height: 140%;
}

.per-section.gaq {
    padding-top: 70px;
}

.per-container.checkbox,
.per-container.faq,
.per-container.followup {
    display: flex;
}

.per-heading {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 72px;
}

.per-faq-container {
    margin-top: 52px;
}

.per-faq {
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.per-faq-question {
    cursor: pointer;
    background-image: linear-gradient(to right, #2935c133, #0e368f33);
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 944px;
    padding: 20px 24px;
    display: flex;
    position: relative;
}

.text-block-80 {
    width: 90%;
    font-size: 22px;
    font-weight: 500;
    line-height: 120%;
}

.faq-chevron {
    cursor: pointer;
    width: 28px;
    margin-left: auto;
    display: block;
}

.pub-faq-answer {
    background-image: linear-gradient(270deg, #2961c11a, #0e368f1a);
    overflow: hidden;

}

.per-faq-open {
    padding: 24px;
    font-size: 18px;
    line-height: 140%;
}

.per-cta.checkbox {
    margin-top: 55px;
}

.per-cta {
    color: #fff;
    text-align: center;
    background-image: linear-gradient(129deg, #2c4bc6, #170985);
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    padding: 20px 90px;
    text-decoration: none;
    transition: all .5s cubic-bezier(.86, 0, .07, 1);
    display: block;
    box-shadow: 21px 21px 30px -10px #179f894d;
}

.checkbox {
    border-width: 2px;
    border-color: #29cf84;
    border-radius: 5px;
    min-width: 28px;
    min-height: 28px;
    margin-top: 2px;
    margin-left: 0;
    margin-right: 20px;
}

.per-cta-text {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    text-decoration: none;
    display: inline-block;
}

/*  */

.persistent-cta-mobile.ds-persitant-amazon {
    z-index: 9;
    background-color: #031330;
    justify-content: space-between;
    align-items: center;
    padding: 0 2.5rem .5rem;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
}

.margin-bottom.margin-custom-2 {
    margin-top: .25rem;
    margin-bottom: .25rem;
}

.cta-pricing.bubble.ex {
    color: #fff;
    font-size: 24px;
}

.strikeoff {
    font-size: 1rem;
    text-decoration: line-through;
}

.text-span-252 {
    font-size: 14px;
}

.cta-start-date {
    color: #fff;
    font-size: 16px;
}

.per-hero-cta.text-size-medium.cta-p.payment-button._1rem-tb {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.text-size-medium {
    margin-top: 10px;
    font-size: 1.25rem;
    line-height: 1.3;
}

.per-hero-cta {
    color: #fff;
    background-image: linear-gradient(136deg, #2c4bc6, #170985);
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 2.25rem;
    text-decoration: none;
    transition: all .5s;
    display: block;
    box-shadow: 0 30px 30px -20px #179f894d;
}

.you-cta-text-strike {
    font-size: 18px;
    font-weight: 400;
    text-decoration: line-through;
}

.footer-wrapper.perf {
    background-color: #0c0330;
}

.custom-container.footer {
    text-align: center;
    text-align: center;
    background-color: #032d3000;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1.25fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding-top: 52px;
    padding-bottom: 59px;
    display: flex;
}

.custom-container {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 944px;
    margin-left: auto;
    margin-right: auto;
}

.footer {
    z-index: 1;
    color: #fff;
    background-color: #222;
}

.footer-logo-container {
    grid-column-gap: 20px;
    justify-content: center;
    margin-bottom: 1rem;
    display: flex;
}

.divider-2.no-margin {
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
}

.divider-2 {
    background-color: #ffffff80;
    justify-content: space-between;
    align-items: center;
    width: 1px;
    margin-left: 60px;
    margin-right: 80px;
    display: flex;
    position: relative;
}

.footer-des {
    /* width: 60%; */
    margin-top: 20px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 150%;
}

/*  */
.per-section.mentor {
    color: #fff;
    background-image: linear-gradient(140deg, #0c0330, #0c0330);
    padding-top: 70px;
    padding-bottom: 90px;
}

.testimonial {
    position: relative;
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
}

.testimonial .image {
    height: 170px;
    width: 170px;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 10px;
    height: 100%;
    width: 100%;
}

.slide p {
    text-align: center;
    padding: 0 160px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.slide .quote-icon {
    font-size: 30px;
    color: #051030;
}

.slide .details {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.details .name {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.details .job {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
}

/* swiper button css */
.nav-btn {
    height: 40px;
    width: 60px;
    border-radius: 50%;
    transform: translateY(30px);
    background-color: rgba(0, 0, 0, 0.1);
    transition: 0.2s;
}

.nav-btn:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.nav-btn::after,
.nav-btn::before {
    font-size: 20px !important;
    color: #fff;
}

.swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.8);
}

.swiper-pagination-bullet-active {
    background-color: #000002;
}

@media screen and (max-width: 768px) {
    .slide p {
        padding: 0 20px;
    }

    .nav-btn {
        display: none;
    }
}

.swiper-pagination-bullet {
    width: 100%;
    max-width: 10% !important;
    /* height: 2% !important; */
    background: #fff !important;
}

.swiper-button-next,
.swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    background-color: #0c0330;
}

.popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 10;
}

.popup {
    background: white;
    padding: 20px;
    /* width: 300px; */
    border-radius: 8px;
    text-align: center;
    position: relative;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.popup-container.active {
    opacity: 1;
    visibility: visible;
}

.popup-container.active .popup {
    transform: scale(1);
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color:  #170985;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
}

.trigger-btn {
    border-radius: 5px;
    cursor: pointer;
}

.tools_data {
    padding: 0px 100px;
}

.tools_data img {
    width: 100%;
    max-width: 7%;
    background-color: #1f4aad1a;
    border-radius: 10px;
    padding: 10px;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.per-hero-cta-subtext-cta {
    animation: blink 1s infinite;
}

@media screen and (max-width: 479px) {
    .per-offer-grid {
        flex-direction: column;
        display: flex;
        padding: 0px 25px;
    }

    .per-why-grid {
        grid-template-columns: 1fr;
        padding: 0px 25px;
    }

    .per-who-card-grid {
        flex-direction: column;
        grid-template-rows: auto auto auto;
        grid-template-columns: auto;
        grid-auto-columns: 1fr;
        margin-top: 30px;
        display: flex;
    }

    .persistent-cta-mobile.ds-persitant-amazon {
        padding: 13px 10px;
        position:relative;
    }

    .cta-start-date {
        font-size: 12px;
    }
.per-title {
      padding: 0px;
        line-height: 60%;
        padding-top: 14px;
        width: 80%;
       margin-bottom: 19px;
}
    .per-title-highlight {
        font-size: 24px;
        line-height: 0%;
    }

    .per-subtitle {
        color: #444;
        text-align: center;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 15px;
    }

    .tools_data img {
        width: 100%;
        max-width: 18%;
    }

    .tools_data {
        padding: 25px;
    }

    .per-cta.who {
        margin: 25px;
        padding-left: 20px;
        padding-right: 20px;
        display: block;
    }
    .form-container {
    padding: 0px !important;
    width: 100% !important;
}
.form-container h2{
    text-align:left;
}
.popup{
    width:100%;
    max-width:90%;
}
.per-heading {
    text-align: center;
    font-size: 32px;

}
.per-section.who {
   padding-top: 23px;
}


}

@media screen and (max-width: 991px) {
    .per-who-card-grid {
        padding: 0px 25px;
        grid-row-gap: 20px;
        grid-template-rows: auto auto auto;
        grid-template-columns: 1fr 1fr;
    }
}

.form-container {
    /* background: white; */
    padding: 20px;
    width: 350px;
    /* border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
}

input,
.checkbox-group {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    border-top: 0px !important;
    border-bottom: 1px solid #003a7b !important;
    border-radius: 0px !important;
    font-size: 16px;
    border-right: 0px !important;
    border-left: 0px !important;
}

#terms {
    width: 10%;
}

input:focus {
    border-color: #007BFF;
    outline: none;
}

.radio-group {
    border: 0px !important;
    display: flex !important;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.radio-group label {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 5px;
}

.radio-group input {
    width: auto;
    margin-right: 8px;
}

.terms-label {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.submit-btn {
    width: 100%;
    background-image: linear-gradient(136deg, #2c4bc6, #170985);
    color: white;
    padding: 12px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    transition: 0.3s;
}

.submit-btn:hover {
    background: #0056b3;
}
.sticky-btn{
    color: white;
    position: fixed;
    right: -79px;
    font-size: 14px;
    padding: 10px 15px 0px;
    top: 45%;
    rotate: 270deg;
    background-image: linear-gradient(136deg, #2c4bc6, #170985);
    z-index:10;
}

.bottom-sticky span {
   font-size: 18px;
    line-height: 20px;
   color: #0c0330;
    text-align: center;
    font-weight: 900;
    padding: 11px 16px;
    letter-spacing: 1px;
    background: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .bottom-sticky ul li {
       list-style-type: none !important;
        width: 49% !important;
        margin: 0px !important;
        padding: 0px !important;
    }
    
    .bottom-sticky .mbl_btnscol_l {
    display: flex;
    margin-left: 0px;
    padding: 0px;
    align-items: center;
  justify-content: space-between;
    background: #ffffff00;
    padding: 0px;
    margin: 0px 4px;
}



.bottom-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #0c0330;
    z-index: 99999;
    padding: 8px 0px 6px 0px;
    display: none !important;
}
@media (max-width: 768px) {
        .bottom-sticky {
            display: block !important;
        }
        .per-who-card-grid {
             margin-top: 0px;
        }
        .per-section {
             padding-bottom: 8px;
        }
        .per-container.why {
            padding-top: 20px;
        }
        .per-why-item {
             padding: 15px 13px 15px 13px;
        }
        .per-section.why {
             padding-bottom: 40px;
        }
        
        .per-section.mentor {
              padding-top: 30px;
            padding-bottom: 33px;
        }
            .per-heading {
               font-size: 27px;
        width: 78%;
        line-height: 41px;
        margin: 0px;
        padding: 0px;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .per-price-copy {
        font-size: 47px;
        line-height: 100%;
    }
    .per-offer-grid {
         margin-top: 10px;
    }
}
 