*{
    box-sizing: border-box;
}
body
{
    margin: 0;
    padding: 0;
    color: #000000;
    font-family: "Inter", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
}
.color-white{
    color: #fff;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li
{
    margin: 0;
    padding: 0;
    list-style: none;
}
p
{
    margin-bottom: 20px;
}
p:last-child{
    margin-bottom: 0;
}
h1,h2,h3,h4,h5,h6,li{
    font-family: "Lora", serif;
}
.lora-font
{
    font-family: "Lora", serif;
}
.font600{
    font-weight: 600;
}
.bold{
    font-weight: bold;
}
.center{
    text-align: center;
}
img{
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}
a{
    color: unset    ;
}
a:hover
{
    text-decoration: none;
}
.marginbottom10
{
    margin-bottom: 10px;
}
.marginbottom20
{
    margin-bottom: 20px;
}
.marginbottom30
{
    margin-bottom: 30px;
}
.marginbottom40
{
    margin-bottom: 40px;
}
.margintop10
{
    margin-top: 10px;
}
.margintop20
{
    margin-top: 20px;
}
.margintop30
{
    margin-top: 30px;
}
.margintop40
{
    margin-top: 40px;
}
.color-blue
{
    color: #0B3D91;
}
.color-sky
{
    color: #23ECFA;
}
.color-black
{
    color: #000000;
}
.font30
{
    font-size: 30px;
}
.flex
{
    display: flex;
    flex-wrap: wrap;
}
.container
{
    margin: auto;
    max-width: 1030px;
    padding-left: 15px;
    padding-right: 15px;
}
.banner-outer
{
    background: url(../images/banner.png) no-repeat center;
    background-size:cover;
    padding: 43px 0 65px;
}
.banner-inner h1 {
    font-size: 40px;
    color: #fff;
}
.banner-inner h2 {
    font-size: 43px;
    background: #FC3D21;
    display: inline-block;
    color: #fff;
    padding: 2px 10px;
    line-height: 1.2;
    border-radius: 10px;
}
.banner-einstein {
    display: flex;
    margin: 34px 0 65px;
    flex-wrap: wrap;
    /* gap: 20px; */
}
.banner-einstein-right {
    color: #fff;
    width: calc(100% - 93px);
    padding-left: 20px;
}
.banner-einstein-right h3 {
    padding: 0 0 5px;
}
.banner-einstein-right p {
    font-weight: 700;
}
.font24 {
    font-size: 24px;
}
.banner-content
{
    background:#fff url(../images/banner-content-bg.png) no-repeat center;
    background-size: cover;   
    padding: 34px 27px; 
    border-radius: 20px;
}
.banner-inner {
    width: 760px;
    max-width: 100%;
}

.scientific-refernce-outer {
    background: #E7EAF2;
    padding: 33px 0 20px;
}
.scientific-refernce-outer ul {
    display: flex;
    justify-content: center;
    gap: 50px;
}
.font35 {
    font-size: 35px;
}
.font45 {
    font-size: 45px;
}
.brainwave-outer {
    padding: 50px 0 0 0;
}
.brainwave-outer .flex {
    padding: 15px 0 50px;
}
.brainwave-left {
    width: 50%;
}
.brainwave-right {
    width: 50%;
    text-align: center;
    padding: 10px;
}
.brainwave-right img {
    margin: -50px 0 0;
}
.albert-grid-single {
    background: #E7EAF2;
    border: 1px solid #0B3D91;
    padding: 22px;
    display: flex;
    border-radius: 20px;
}
.font25 {
    font-size: 25px;
}
.albert-grid-detail {
    padding: 0 0 0 20px;
    width: calc(100% - 155px);
    align-self: center;
}
.albert-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 10px 0 40px 0;
}   
.albert-grid-img img {
    mix-blend-mode: luminosity;
}
.designed-genius {
    background: #E7EAF2;
    padding: 40px;
    border-radius: 20px;
    margin-top: 50px;
    margin-bottom: -150px;
    z-index: 1;
    position: relative;
}
.font17 {
    font-size: 17px;
}
.designed-genius-left {
    width: 57%;
}
.designed-genius-right {
    width: 43%;
    text-align: center;
}
.tesla-outer
{
    background: url(../images/tesla-bg.png) no-repeat center;
    background-size: cover;
    padding: 189px 0 0;
}
.listing {
    padding: 0px 0 10px;
}
.listing li {
    background: url(../images/tick-list-icon.svg) no-repeat top 15px left;
    border-bottom: 1px solid #C8D1EA;
    padding: 13px 0 13px 40px;
}
.listing li:last-child{
    border: none;
}

.designed-genius li{
    background-image: url(../images/genius-listing-icon.svg);
}
.ritual-outer
{
    background:url(../images/ritual-outer.png) no-repeat center;
    background-size: cover;
    padding: 47px 0 65px;
}
.ritual-btn
{
    background: url(../images/ritual-btn.png) no-repeat center;
    display: flex;
    flex-wrap: wrap;
    background-size: cover;
    padding: 20px;
    border-radius: 10px;
}

.ritual-btn:has(img) p {
    padding: 0 0 0 20px;
    max-width: calc(100% - 130px);
    font-size: 21px;
}
.ritual-left {
    width: 60%;
}
.ritual-right img {
    display: inline-block;
    vertical-align: text-bottom;
}
.ritual-right {
    width: 40%;
    text-align: center;
}
.activation {
    padding: 44px 0;
}
.activation-inner {
    background: #E7EAF2;
    border-radius: 20px;
    padding: 40px;
}
.activation-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 0 0 20px;
}
.activation-inner .ritual-btn {
    margin-bottom: 20px;
}
.activation-single {
    background: #FFFFFF;
    padding: 17px;
    border-radius: 20px;
}
.activation-single img {
    margin: 0 0 10px;
}
.intro-sec
{
    background: url(../images/intro-bg.png) no-repeat center;
    background-size:cover;
    padding: 40px 0;
}
.intro-sec h2 {
    font-weight: 700;
    font-size: 97px;
    line-height: 1.2;
}
.intro-book {
    padding: 40px 0 0;
}
.intro-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    padding: 0 0 40px;
}
.intro-step {
    background: #D9FCFF;
    text-align: center;
    border-radius: 20px;
    padding: 0 20px 25px;
}
.intro-step p {
    margin-top: 18px;
}
.intro-step h4 {
    background: #23ECFA;
    display: inline-block;
    color: #0B3D91;
    padding: 3px 28px;
    font-size: 30px;
    margin-bottom: 14px;
    border-radius: 0 0 10px 10px;
}
.enhance-outer {
    padding: 64px 0 30px;
}
.performance-left {
    width: 60%;
}
.performance-right {
    text-align: center;
    width: 40%;
}
.color-red
{
    color: #EC1C24;
}
.methods-inner {
    background: #FFE2E3;
    margin: 20px 0 0;
    padding: 30px 40px;
    border-radius: 20px;
}
.methods-grid {
    padding: 40px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.methods-box {
    background: #FFFFFF;
    padding: 30px;
    border-radius: 20px;
    margin-top: 30px;
}
.methods-right h3 {
    background: #0B3D91;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
}
.methods-left img {
    box-shadow: 0px 4px 15px 0px #00000040;
    border: 5px solid #fff;
    border-radius: 20px;
}
.methods-left {
    width: 48%;
}
.methods-right {
    width: 48%;
}
.methods-box .flex {
    justify-content: space-between;
}
.methods-problem h3 {
    background: #EC1C24;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
}
.methods-problem li {
    font-family: 'Inter';
    margin-bottom: 20px;
    padding-left: 37px;
    position: relative;
}
.methods-problem li::before {
    content: "🛑";
    position: absolute;
    left: 0px;
    box-shadow: none;
    outline: none;
}
.methods-problem {
    padding-top: 20px;
}
.methods-box:nth-child(even) .methods-left {
    order: 1;
}

.compare-outer {
    padding: 40px 0;
}
.compare-table-heading {
    background: #0B3D91;
    width: 25%;
    border: 1.5px solid #fff;
    padding: 20px;
}

.digital-brain-outer {
    background: url(../images/digital-brain-bg.png) no-repeat center;
    background-size: cover;
    padding: 80px 0 40px;
}
.compare-table-list {
    background: rgb(184 184 184 / 10%);
    width: 25%;
    border: 1.5px solid #fff;
    padding: 20px;
    font-size: 18px;
}
.compare-table-footer {
    box-shadow: 0px 4px 24px 0px #0000002E;
}
.compare-table-footer .compare-table-list {
    color: #0B3D91;
    background: rgb(11 61 145 / 10%);
    font-weight: 800;
}
.compare-table-scroll {
    /* overflow: auto; */
    margin: 0 0 40px;
}
.digital-brain-wrap h2 {
    font-weight: 700;
    font-size: 97px;
    letter-spacing: 0%;
}
.digital-brain-left {
    width: 50%;
}
.digital-brain-right {
    width: 50%;
}
.digital-brain-left li {
    font-family: Inter;
    font-weight: 700;
    margin-bottom: 25px;
    padding-left: 32px;
    position: relative;
}
.digital-brain-left li::before {
    content: "✅";
    position: absolute;
    left: 0;
    top: -2px;
}
.grid5 {
    grid-template-columns: repeat(5, 1fr);
}
.methods-single p {
    margin: 11px 0 0;
    font-size: 18px;
}

.breakthrough-icon {
    padding: 0 15px 0 0;
}
.breakthrough-text {
    width: calc(100% - 45px);
}
.breakthrough-left {
    width: 54%;
}
.breakthrough-right {
    width: 54%;
    margin-left: -8%;
}
.breakthrough-text .marginbottom10 {
    margin-bottom: 5px;
    font-weight: 600;
}
.breakthrough-flex {
    padding: 40px 0 50px;
}

.real-life-wrap {
    background: #E7EAF2;
    border-radius: 20px;
    padding: 40px;
    margin: 0 0 40px;
}
.real-life-block:not(:last-child) {
    margin-bottom: 50px;
}
.real-life-left {
    width: 37%;
}
.real-life-left img {
    box-shadow: 0px 4px 15px 0px #00000040;
    border: 5px solid #FFFFFF;
    border-radius: 10px;
}
.real-life-right {
    width: 63%;
    padding-left: 40px;
}
.real-life-right li {
    font-family: Inter;
    margin: 0 0 20px;
    padding: 0 0 0 35px;
    position: relative;
}
.real-life-right li::before {
    position: absolute;
    left: 0;
    top: -2px;
    background: url(../images/breakthrough-icon.svg) no-repeat center;
    width: 30px;
    height: 30px;
    content: "";
}
.real-life-right li:last-child{
    margin-bottom: 0;
}
.real-life-right h3 {
    margin-bottom: 15px;
}
.real-lifelist-single {
    width: 33.33%;
    padding: 5px 0 20px;
    align-items: center;
}
.real-lifelist-single p {
    font-family: Lora;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    max-width: calc(100% - 104px);
    padding: 0 0 0 20px;
}
.real-life-outer {
    padding: 0 0 60px;
}

.real-people {
    background: url(../images/real-people-bg.png) no-repeat center;
    background-size: cover;
    padding: 40px 0 184px;
}
.real-people h2 {
    font-size: 50px;
}
.real-people-left {
    width: 70%;
}
.real-people-right {
    width: 30%;
    text-align: center;
}
.real-author-box {
    background: #fff url(../images/banner-content-bg.png) no-repeat center;
    background-size: cover;
    padding: 34px 27px;
    border-radius: 20px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}
.real-author-box::before{
    content: "";
    position: absolute;
    left:0 ;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: 0.7;
    z-index: -1;
    border-radius: 20px;    
}
.real-author-right h5 {
    font-family: Inter;
    font-weight: 700;
    font-size: 21px;
    line-height: 20px;
    text-transform: uppercase;
    color: #0B3D91;
    padding: 0 0 3px;
}
.real-author-right {
    padding: 0 0 0 18px;
    align-self: center;
    max-width: calc(100% - 90px);
}
.real-author {
    padding: 20px 0 0;
}
.font32
{
    font-size: 32px;
}
.font40
{
    font-size: 40px;
}
.william-outer {
    padding:0 0 60px;
}
.william-wrapper {
    background: #E7EAF2;
    padding: 35px;
    border-radius: 20px;
    margin: -140px 0 0;
}
.william-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 20px 0 0;
    gap: 20px;
}
.william-inner {
    background: #FFFFFFE8;
    padding: 28px;
    border-radius: 20px;
}
.william-inner h3 {
    padding: 18px 0 5px 0px;
    font-weight: 400;
    font-size: 23px;
}

.font50 {
    font-size: 50px;
}
.jump-story {
    padding: 70px 0 0 0;
}



.bonus-outer
{
    background: url(../images/bonus-bg.png) no-repeat center;
    background-size: cover;
    padding: 40px 0;
}
.bonus-btn-wrap
{
    text-align: center;
}
.bonus-btn-wrap {
    position: relative;
    padding: 25px 0 25px;
}
.bonus-btn {
    background: linear-gradient(3.12deg, #FDD408 2.52%, #FEFA5E 60.7%, #FDD408 112.29%);
    border: 2px solid #C19609;
    font-family: 'Helvetica';
    font-weight: 500;
    font-size: 35px;
    line-height: 43px;
    letter-spacing: 3px;
    color: #05193A;
    text-decoration: none;
    display: inline-block;
    padding: 31px 124px 31px 46px;
    border-radius: 20px;
    position: relative;
    transition: .1s all ease;
    -webkit-transition: .1s all ease;
    background-size: 100% 200%;
}
.bonus-btn:hover {
    background-position: bottom;
}
.bonus-btn img {
    animation: zoom-in-zoom-out 1s ease infinite;
  }
  
  @keyframes zoom-in-zoom-out {
    0% {
      scale: 100%;
    }
    50% {
      scale: 110%;
    }
    100% {
      scale: 100%;
    }
  }
.bonus-btn img {
    position: absolute;
    right: -90px;
    top: -47px;
}


.bonus-block {
    background: #E0F9FE;
    border-radius: 20px;
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
    padding: 34px;
}
.bonus-left {
    width: 45%;
    text-align: center;
    padding-right: 5%;
}
.bonus-right {
    width: 55%;
}
.bonus-right h3 {
    background: #14B5C0;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
}
.bonus-right h4 {
    padding: 8px 0 12px;
}
.bonus-right h4 span {
    color: #14B5C0;
}
.bonus-now {
    padding: 50px 0 0;
}
.brainer-left {
    width: 60%;
    padding-right: 5%;
}
.brainer-left li p {
    font-family: "Inter", serif;
}
.brainer-right {
    width: 40%;
    align-self: center;
}
.special-time {
    background: #FFD3D4;
    border: 1px solid #EC1C24;
    margin: 20px 0;
    font-weight: 700;
    padding: 10px;
}
.high-demand-outer {
    background: #E7EAF2;
    padding: 30px;
    border-radius: 20px;
    margin: 40px 0;
}
.high-demand-outer h2 {
    display: flex;
    gap: 20px;
}

.listing-icon  li {
    font-family: Inter;
    font-weight: 700;
    font-size: 110%;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-left: 31px;
    position: relative;
}
.listing-icon li::before {
    content: "🚨";
    position: absolute;
    left: 0;
    font-size: 90%;
    top: 3px;
}
.high-demand-outer .diamond li::before {
    content: "🔹";
}
.cost-option-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin: 40px 0 30px;
}
.cost-grid-single {
    background: #00BA001A;
    padding: 0 25px 25px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center
}
.cost-grid-single img {
    margin-top: auto;
}
.cost-grid-single h3 {
    background: #00BA00;
    display: inline-block;
    margin: 0 0 15px;
    padding: 10px;
    border-radius: 0 0 10px 10px;
}
.cost-grid-single  h4 {
    padding: 0 0 6px;
}
.nagative h3{
    background: #EC1C24;
}
.cost-grid-single.nagative {
    background: #EC1C241A;
}
.listing-icon.gift-list li:before {
    content: "🎁 ";
}


.listing-icon.list-brain  li:before {
    content: "🧠";
}
.faq-accordion-content {
    display: none;
}
.faq-inner {
    background: transparent;
    padding: 0;
    border-radius: 0;
}
.faq-accordion-block {
    border: 1px solid #0B3D91;
    background: #FFFFFF;
    border-radius: 10px;
    margin-top: 16px;
}
.faq-accordion-heading {
    padding: 20px 20px 20px 60px;
    font-family: Lora;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    color: #0B3D91;
    cursor: pointer;
    position: relative;
}
.faq-accordion-heading::before {
    content: "";
    background: url(../images/plus-icon.svg) no-repeat center;
    height: 26px;
    width: 26px;
    position: absolute;
    left: 20px;
    top: 20px;
}
.faq-accordion-content {
    padding: 0 20px 20px;
}
.faq-outer {
    margin-top: 0;
    padding: 0 0 40px 0;
}

.thinking-left {
    width: 71%;
}
.thinking-right {
    width: 29%;
}

.two-choices-outer {
    padding:20px 0 60px;
}
.order-today
{
    background: url(../images/bonus-bg.png) no-repeat center;
    background-size: cover;
    padding: 40px 0 40px;
}
.order-today-block
{
    background: url(../images/order-today-bg.png) no-repeat center;
    background-size: cover;
    border-radius: 20px;    
    padding: 50px 20px 20px;
}
.font70 {
    font-size: 70px;
}
.order-today-block h3 {
    color: #13B5C0;
}
.order-today-block  h4 {
    padding: 20px 0 60px;
}
.brainer-outer {
    padding: 50px 0 0 0;
}
.intelligence-offer {
    background: #E7EAF2;
    border-radius: 20px;
    padding: 50px 30px 30px;
    z-index: 1;
    position: relative;
    margin-top: 50px;
}
.intelligence-offer-left {
    width: 66%;
}
.intelligence-offer-right {
    width: 34%;
    text-align: center;
}
.checkout-access {
    padding: 45px 0 0 0;
}
.moneyback-guarntee-left {
    width: 62%;
}
.moneyback-guarntee-right {
    width: 38%;
    text-align: center;
    align-self: center;
}
.moneyback-guarntee {
    padding: 10px 0 40px;
}
.checkout-access li p {
    font-family: "Inter", serif;
}
.contact-support {
    background: #E7EAF2;
    border-radius: 20px;
    padding: 35px;
    display: flex;
    flex-wrap: wrap;
}
.contact-left {
    width: 40%;
    padding: 10px 10px;
    text-align: center;
}
.contact-right {
    width: 60%;
}
.contact-right a {
    text-decoration: none;
}
.legal-disclaimer {
    padding: 40px 0 20px;
}


/*vasu style starts here*/

.mb15 {
    margin-bottom: 15px;
}

.font40{
    font-size: 40px;
}

.font30{
    font-size: 30px;
}

.color-white
{
    color: #ffffff;
}

.color-red
{
    color: #EC1C24;
}

.tesla-outer
{
    background: url(../images/tesla-bg.png) no-repeat center;
    background-size: cover;
    padding: 189px 0 42px;
}
.tesla-single {
    background: #E7EAF2;
    border: 1px solid #0B3D91;
    border-radius: 20px;
    padding: 18px 18px 26px;
}

.tesla-single img {
    border-radius: 10px;
    height: 168px;
    display: block;
    object-fit: cover;
}

.tesla-single .font25 {
    line-height: 1;
    padding: 16px 0 4px 0;
}

.tesla-single p {
    line-height: 1.25;
}

.tesla-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px;
    margin: 0 0 26px;
}

.tesla-single p strong {
    font-weight: 600;
}

.tesla-outer ul li {
    font-weight: 600;
    line-height: 1;
    padding: 14px 0px;
    border-bottom: 1px solid rgb(200 209 234 / 22%);
    background-image: url(../images/tesla-check-icon.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: left center;
    padding-left: 36px;
}

.tesla-outer ul li:first-child {
    margin-top: -14px;
}

.tesla-outer ul li:last-child{
    border: 0;
}

.tesla-outer ul {
    margin: 0 0 8px 0;
}

.adult-state {
    background: #FC3D21;
    border-radius: 10px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1;
    text-decoration-line: underline;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 0 40px 0 0;
    margin: 35px 0 0 0;
}

.adult-state img {
    margin: -15px 0;
}

.brain-higher-outer {
    padding: 48px 0px;
}

.brain-higher-outer .font35 {
    margin: 0 0 18px 0;
}

.brain-higher-points-col {
    width: 62%;
    padding: 0 30px 0 0;
}

.brain-higher-image-col {
    width: 38%;
}

.brain-higher-points-info .font24 {
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 8px 0;
}

.brain-higher-points-item {
    display: grid;
    grid-template-columns: 26px 1fr;
    grid-gap: 14px;
    padding: 20px 0px;
    border-bottom: 1px solid #C8D1EA;
}

.brain-higher-points-list.flex {
    align-items: center;
}

.brain-higher-image-col {
    border: 5px solid #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    overflow: hidden;
}

.brain-higher-image-col img {
    width: 100%;
    display: block;
}

.gama-waves-nobtn {
    margin: 35px 0 18px 0;
    display: block;
    line-height: 1.1;
    padding: 15px 40px;
    background-color: #00870A;
    border-radius: 10px;
    color: #fff;
    font-family: 'Lora';
    font-weight: 600;
    background-image: url(../images/gama-wave-bg.png);
}

.brain-the-truth-wrap {
    margin: 42px 0 0 0;
    padding: 32px;
    background: #E7EAF2;
    border-radius: 20px;
}

.brain-the-truth-badge {
    background: #FC3D21;
    border-radius: 10px;
    line-height: 1.1;
    display: inline-block;
    color: #fff;
    padding: 6px 14px;
    margin: 0 0 6px 0;
}

.brain-the-truth-wrap .font35 {
    margin: 0px 0 26px 0;
}

.brain-the-truth-wrap  .font24 {
    margin: 0 0 22px 0;
}

.brain-the-truth-points {
    width: 70%;
    padding: 0 12px 0 0;
}

.brain-the-truth-img {
    width: 30%;
    align-self: flex-end;
    padding: 0 0 30px 0;
}

.gama-waves-nobtn.blue {
    background-color: #2363CF;
}

.brain-the-truth-wrap .gama-waves-nobtn.blue.font24 {
    margin: 0;
}

.shocking-genius-outer {
    padding: 80px 0 46px;
    background-image: url(../images/shocking-genius-background.png);
    background-repeat: no-repeat;
    background-size: 100% 1016px;
}

.shocking-genius-outer .font35.main {
    margin: 0 0 28px 0;
}

.shocking-genius-points-col ul {
    margin: 42px 0 22px 0;
    display: block;
}

.shocking-genius-points-col ul li {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 15px 0px;
    border-bottom: 1px solid rgb(200 209 234 / 22%);
    line-height: 1.1;
}

.shocking-genius-points-col {
    width: 67%;
    padding: 0 45px 0 0;
}

.shocking-genius-img-col {
    width: 33%;
}

.shocking-genius-img-col {
    width: 33%;
    align-self: flex-end;
}

.shocking-genius-grid-box {
    margin: 30px 0 50px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.shocking-genius-grid-box-item {
    padding: 42px 20px 30px;
    background: #E7EAF2;
    border-radius: 20px;
    color: #000000;
}

.shocking-genius-grid-box-item .font35 {
    margin: 0 0 22px 0;
}

.shocking-genius-grid-box-item ul {
    margin: 0px 0 28px 0;
}

.shocking-genius-grid-box-item ul li {
    font-family: 'Inter';
    line-height: 1.2;
    font-weight: 600;
    padding-bottom: 14px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.shocking-genius-grid-box-item ul li:last-child {
    padding: 0;
}

.shocking-genius-outer .brain-higher-points-list {
    margin: 32px 0 46px 0;
}

.shocking-genius-outer .gama-waves-nobtn.blue {
    margin: 20px 0 0 0;
}

.brain-higher-points-list.flex.reverse {
    flex-direction: row-reverse;
}

.shocking-genius-outer .brain-higher-points-col {
    padding: 0 55px 0 0;
}

.brain-higher-points-list.flex.reverse .brain-higher-points-col {
    padding: 0 0 0 55px;
}

.brain-higher-points-item.border-none {
    border: none;
}

.blocking-brain-block {
    padding: 30px 40px;
    background: #FFEEEF;
    border: 1px solid #EC1C24;
    border-radius: 20px;
    color: #000;
}

.blocking-brain-block .font35 {
    margin: 0 0 15px 0;
}

.blocking-brain-block .font24 {
    margin: 0 0 20px 0;
}

.silent-forces-section {
    padding: 42px 0 246px;
    background: url(../images/silent-forces-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.silent-forces-section .font35 {
    margin: 0 0 36px 0;
}

.silent-forces-block-item {
    padding: 35px;
    background: rgba(255, 255, 255, 0.62);
    border-radius: 20px;
    align-items: center;
}

.silent-forces-block-img-col {
    border: 5px solid #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    overflow: hidden;
    width: 42%;
}

.silent-forces-block-text-col {
    width: 58%;
    padding-left: 35px;
}

.silent-forces-block-img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.silent-forces-block-text-col .font30 {
    margin: 0 0 6px 0;
}

.silent-forces-block-text-col ul li {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    font-family: 'Inter';
    margin: 0 0 20px 0;
}

.silent-forces-blocks .silent-forces-block-item {
    margin: 0 0 32px 0;
}

.silent-forces-blocks .silent-forces-block-item:last-child {
    margin: 0;
}

.fraction-brain-block {
    padding: 30px;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    background: #fff;
    margin: 0 0 62px 0;
}

.fraction-brain-section {
    margin-top: -208px;
    z-index: 1;
    position: relative;
    padding: 0 0 70px 0;
}

.fraction-brain-block .font35 {
    margin: 0 0 20px 0;
}

.fraction-brain-block-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.fraction-brain-block-grid-item {
    background: #FFEEEF;
    border: 1px solid #EC1C24;
    border-radius: 20px;
    padding: 14px 10px 14px 20px;
}

.fraction-brain-block-grid-item.blue {
    background: #E1ECFE;
    border: 1px solid #2363CF;
}

.fraction-dischange-block {
    margin: 20px 0 62px 0;
}

.fraction-dischange-imgcol {
    width: 32%;
}

.fraction-dischange-textcol {
    width: 68%;
    padding: 0 30px 0 0;
}
.payments-bonus-icon {
    text-align: center;
}
.iq-discount {
    background: #E9F1FF;
    padding: 50px 50px 30px;
    text-align: center;
    border-radius: 20px;
    margin: 50px 0 50px;
}
.iq-discount > img {
    width: 570px;
}
.iq-discount h5 {
    font-family: 'Inter';
}

.jump-footer{
    background: url(../images/footer-bg.png) no-repeat center;
    padding: 70px 0;
    background-size: cover;
    color: #FFFFFFE0;
    line-height: 2;
    font-size: 11px;
}
.jump-footer .container {
    max-width: 777px;
}
.jump-footer-iner ul {
    margin-bottom: 18px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.jump-footer-iner li {
    color: #FFFFFFE0;
    font-family: 'Inter';
    padding: 0 13px;
    border-right: 1px solid #FFFFFFE0;
    line-height: 1;
    font-size: 15px;
    margin-bottom: 7px;
}
.jump-footer-iner li:last-child
{
    border: none;
}
.jump-footer-iner li a{
    text-decoration: none;
    border-bottom: 1px solid  #FFFFFFE0;
}
.special-discount {
    display: flex;
    margin: 10px auto 40px;
    flex-wrap: wrap;
    max-width: 800px;
}
.special-discount-block {
    width: 33.33%;
    background: #5590D8;
    display: flex;
    padding: 10px 10px;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.special-discount-block:first-child {
    background: #8D5CC7;
    border-radius: 50px 0 0 50px;
}
.special-discount-block:last-child {
    background: #00B6F3;
    border-radius: 0px 50px 50px 0;
}
.special-discount-img {
    width: 60px;
}
.special-discount-text {
    text-align: left;
    padding-left: 6px;
    display: inline-block;
}



/**/
.thankyou-outer {
    background: url(../images/banner.png) no-repeat center;
    background-size: cover;
    padding: 112px 0 112px;
}   
.thankyou-outer h1 {
    font-size: 60px;
}
.thankyou-jump
{
    background: url(../images/thankyou-content.png) no-repeat center;
    background-size: cover;  
    padding: 70px 0 100px;  
}
.thankyou-jump .bonus-block {
    background: #ffffff;
}
.thankyou-content h2 {
    margin-bottom: 30px;
}
.download-btn {
    background: linear-gradient(3.12deg, #FDD408 2.52%, #FEFA5E 60.7%, #FDD408 112.29%);
    background-size: 100% 200%;
    border: 2px solid #C19609;
    display: inline-flex;
    padding: 23px 122px 23px 65px;
    font-weight: 500;
    font-size: 35px;
    line-height: 43px;
    text-transform: uppercase;
    border-radius: 20px;
    position: relative;
    transition: .1s all ease;
    -webkit-transition: .1s all ease;
    background-size: 100% 200%;
    font-family: 'Helvetica';
    text-decoration: none;
    letter-spacing: 2px;
    color: #05193A;
}
.download-btn:hover {
    background-position: bottom;
}
.download-btn span {
    box-shadow: 0px 4px 4px 0px #00000040;
    position: absolute;
    right: 12px;
    background: #FFFFFF;
    height: 67px;
    width: 67px;
    padding: 18px;
    border-radius: 50px;
    top: 9px;
}
.thankyou-bonus {
    padding: 63px 0 0;
}
.thankyou-bonus h3.font70 {
    color: #1B2B61;
    padding: 0 0 13px;
}
.bonus-right .download-book {
    padding: 20px 0 0;
}

/*vsl page css start*/
.banner-content.banner-video {
    padding: 0;
    border: 2px solid #FFFFFF;
    background: #fff;
    position: relative;
    border-radius: 0;
    overflow: hidden;
}


.banner-vsl-videos {
    border-radius: 0px;
    width: 100%;
    display: block;
}
.banner-vsl-btn {
    background: url(../images/banner-vsl-btn.svg) no-repeat center;
    position: absolute;
    cursor: pointer;
    height: 100%;
    width: 100%;
    content: "";
    transform: scale(1);
    animation: pulsing 1s infinite;
    top: 0;
    background-size: 360px;
}
.is-hidden
{
    display: none;
}
.wait-model-out {
    position: fixed;
    left: 0;
    top: 0;
    background: #000000C2;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    display: none;
}

.wait-model-cont {
    max-width: 792px;
    padding: 20px;
    max-height: 100%;
    /* overflow: auto; */
}
.wait-model-content {
    background: #FFFFFF;
    border: 4px solid #FC3D21;
    padding: 35px;
    border-radius: 19px;
    position: relative;
}
.wait-model-content .flex {
    padding: 21px 0 0;
}
.wait-model-left img {
    border: 5px solid #FFFFFF;
    box-shadow: 0px 4px 15px 0px #00000040;
    border-radius: 10px;
}
.wait-model-left {
    width: 30%;
}
.wait-model-right {
    width: 70%;
    padding-left: 17px;
    align-self: center;
}
.wait-model-right p {
    line-height: 1.5;
}
.wait-model-btn .bonus-btn {
    padding: 20px 30px;
    font-size: 33px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.wait-model-text a {
    color: #2363CF;
}
.close-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.banner-vsl .container {
    max-width: 900px;
    text-align: center;
}
.banner-vsl .banner-inner {
    width: 100%;
    max-width: 100%;
}
.banner-content.banner-video {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}
.banner-vsl .banner-inner h1 {
    font-size: 59px;
    line-height: 1.1;
    margin-bottom: 17px;
}
@keyframes pulsing {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1.034);
        box-shadow: 0 0 0 10px transparent;
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 transparent;
    }
}


