html {
    scroll-behavior: smooth;
}

body {
    font-family: "Nunito", sans-serif;
    color: #191919;
    font-size: 14px;
    overflow-x: hidden;
}
html::-webkit-scrollbar {
    width: 10px; 
 }

html::-webkit-scrollbar-track {
  background-color: #eee;
}

html::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #0177FA 0%, #00AFF1 100%);
  border-radius: 25px;
}
.object-fit-contain{
    object-fit: contain;
}
.caveat{
    font-family: "Caveat", system-ui;
}
.Passero{
    font-family: "Passero One", sans-serif;
}

:root {
    --black-clr:#191919;
    --white-clr: #fff;
    --light-grey: #f1f1f1;
    --purple-clr: #9347FF;
    --red-clr:#F26159;
    --red-clr1:#FF462F;
    --red-clr2:#FF3428;
    --red-clr3:#FF361D;
    --red-clr4:#FF2C2C;
    --blue-clr:#0D87E7;
    --orange-clr: #FF5E4A;
    --orange-clr-1: #FF8000;
    --orange-clr1: #FFAA33;
    --neon-clr: #31E3BE;
    --grey-clr:#555555;
    --green-clr:#21AF21;
    /* --green-clr1:#3EFFE6;
    --green-clr2:green; */
    --yellow-clr: #FFFF48;
    --yellow-clr1: #FFCB34;
    --theme-gradient: linear-gradient(90deg, #0177FA 0%, #00AFF1 100%);
    --theme-gradient1: linear-gradient(90deg, #00AFF1 0%, #0177FA 100%);
    --theme-gradient2: linear-gradient(90deg, #102F5A 0%, #201656 100%);
}
/* Color CSS */

.black-clr {color: var(--black-clr)}
.white-clr,
a.white-clr {
    color: var(--white-clr);
}
.light-grey{
    color: var(--light-grey);
}
.neon-clr{
    color: var(--neon-clr);
}
.purple-clr {
    color: var(--purple-clr);
}
.yellow-clr{color:var(--yellow-clr);}
.yellow-clr1{color:var(--yellow-clr1);}
.orange-clr{color:var(--orange-clr);}
.orange-clr-1{color:var(--orange-clr-1);}
.orange-clr1{color:var(--orange-clr1);}
.red-clr{color:var(--red-clr);}
.red-clr1{color:var(--red-clr1);}
.red-clr2{color:var(--red-clr2);}
.red-clr3{color:var(--red-clr3);}
.red-clr4{color:var(--red-clr4);}
.blue-clr{color:var(--blue-clr);}
.grey-clr{color:var(--grey-clr);}
.green-clr{color:var(--green-clr)}
.green-clr1{color:var(--green-clr1)}
.green-clr2{color:var(--green-clr2)}
.theme-clr{
    background: var(--theme-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* hehading color start  */
.clr-h1{
    color: #FD86E8;
}
.clr-h2{
    color: #FE9375;
}
.clr-h3{
    color: #32FFE5;
}
.clr-h4{
    color: #FD4845;
}
.clr-h5{
    color: #FFFF48;
}
.clr-h6{
    color: #5982FA;
}
/* hehading color end  */


/* Responsive Video CSS */

.responsive-video {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    /* border: 5px solid #A0D3FF; */
    /* border: 1px solid rgba(255, 255, 255, 0.20); */
    backdrop-filter: blur(10px);
}

.responsive-video iframe,
.responsive-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Section Padding Start */

.sec-pd{
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (min-width:768px){
    .sec-md-pd{
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

/* Section Padding End */
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.gap20 {
    gap: 20px;
}


/* sticky bar start */
.fixed-top-bar {
    background-color: transparent;
    background-image: var(--theme-gradient2);
    background: #000;
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 99
}
/*.fixed-top-bar {*/
/*   background: url(../images/fixed-top-bar.webp) no-repeat center center;*/
/*    background-size: cover;*/
/*    padding: 10px 0;*/
/*    position: sticky;*/
/*    top: 0;*/
/*    z-index: 99*/
/*}*/
.fixed-top-bar a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    background-image: var(--theme-gradient);
    border-radius: 5px 5px 5px 5px;
    padding: 12px 9px 12px;
    text-decoration: none;
}

/* stick bar end */

a.cta-link-btn-1 {
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px 25px;
    font-size: 22px;
    line-height: 160%;
    color: #ffffff;
    font-weight: 800;
    transition: all .3s ease;
    background: var(--theme-gradient);
    border-radius: 10px;
}
a.cta-link-btn-1:hover {
    border-radius: 8px;
    background: var(--theme-gradient1);
    color: #ffffff;
}
@media (min-width: 768px) {
    a.cta-link-btn-1 {
        font-size: 38px;
        padding: 20px 86px;
        display: inline-block;
    }
}
/*  */

ul.leader-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.leader-ul li {
    display: inline-block;
    padding: 0px 10px;
    font-weight: 500;
    color: var(--white-clr);
}
.header-sec ul.leader-ul li a {
    text-decoration: none;
    font-weight: 800;
    padding: 10px 10px;
}
.leader-ul li a {
    position: relative;
    transition: all .5s;
}
a.affiliate-link-btn {
    border-radius: 10px;
    border-radius: 10px;
    background: var(--theme-gradient);
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 5px 20px;
    /* border: 2px solid #070707; */
    font-size: 18px;
    color: var(--white-clr);
    font-weight: 800 !important;
    transition: all .3s ease;
}
@media (min-width: 768px) {
    a.affiliate-link-btn {
        padding: 15px 20px !important;
        font-size: 20px;
    }
}

/* top sale tag css */
.sticky-top-animated{
    position: fixed;
    top: 150px;
    right: 1%;
    animation: 1000ms init forwards, 1000ms init-sign-move ease-out 1000ms, 3000ms sign-move 2000ms infinite;
    transform-origin: top;
    z-index: 1;
}

@media (min-width: 768px) {
    .sticky-top-animated{
        top: -15px;
    }
}

@media (max-width : 575px){
    .sticky-top-animated{
        zoom: 0.7;
    }
}
@keyframes init {
    0% {
      transform: scale(0);
    }
  
    40% {
      transform: scale(1.1);
    }
  
    60% {
      transform: scale(0.9);
    }
  
    80% {
      transform: scale(1.05);
    }
  
    100% {
      transform: scale(1);
    }
  }
  
@keyframes init-sign-move {
100% {
    transform: rotatez(3deg);
}
}

@keyframes sign-move {
0% {
    transform: rotatez(3deg);
}

50% {
    transform: rotatez(-3deg);
}

100% {
    transform: rotatez(3deg);
}
}
/* top sale tag css */

/* header section start */

.theme-btn {
    background: var(--theme-gradient);
    padding: 15px 14px;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease;
}
.theme-btn:hover {
    transition: all .3s ease;
    background: var(--theme-gradient1);
    color: var(--white-clr) !important;
}


.header-sec{
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF3CE 100%);
    padding: 30px 0px;
}
.main-heading {
    padding: 10px;
    border-radius: 20px;
    border: 3px solid #6F4805;
    background: #FFF1C3;
}
.typing-text {
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/brown-frame.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    /* padding: 5px 10px; */
    width: 100%;
}
.header-ul{
    padding: 0px;
}
.header-ul li {
    list-style: none;
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/tick.webp") no-repeat;
    background-position: 0px 5px;
    padding: 0px 0px 20px 37px;
}

.post-heading{
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    padding: 10px;
    display: inline-block;
}
.black-shape{
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/black-shape.webp") no-repeat;
    background-size: 100% 100%;
    padding: 10px 15px;
}
.blue-frame-2{
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/blue-frame-2.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 2px 10px;
}
.green-frame{
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/green-frame.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 0px 12px;
}
.red-frame{
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/red-frame.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 0px 12px;
}
.Exclusive-text{
    background: #FFF1C3;
    border: 1px dashed #FF8000;
    border-radius: 10px;
    padding: 10px;
}

@media(min-width:768px){
    .header-sec{
        background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/header-bg.webp") no-repeat bottom center;
        background-size: cover;
        padding: 40px 0px 100px;
    }
    .main-heading {
        background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/main-headline-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 60px 30px 70px;
        border-radius: 0px;
        border: none;
    }
    .blue-wave{
        position: relative;
    }
    .blue-wave::before {
        content: "";
        background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/blue-wave.webp") no-repeat;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 8px;
    }
    .red-wave{
        position: relative;
    }
    .red-wave::before{
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/red-wave.webp") no-repeat;
        bottom: -4px;
        left: 0;
        width: 100%;
        height: 8px;
    }
    .typing-text {
        padding: 4px 30px 0px;
        width: 530px;
    }
    .theme-btn {
        padding: 24px 38px;
    }

    .wave-line{
        position: relative;
    }
    .wave-line::after{
        content: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/neon-wave.webp");
        position: absolute;
        bottom: -5px;
        left: -5px;
    }
    .post-heading{
        background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/post-head-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 3px 20px;
    }
    .black-shape{
        padding: 20px 30px;
    }
    .blue-frame-2{
        padding: 2px 20px;
    }
    .Exclusive-text{
        padding: 20px 30px;
    }
    .video-absolute {
        position: absolute;
        top: 200px;
        left: -30px;
        transform-origin: top left;
        transform: rotate(-30deg) scale(0.2);
        opacity: 0;
    }
}
/* header section end */


/* step-2 sec start */
.step-section-1 {
    background: #ffffff;
}
.steps-frame {
    background: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/steps-frame.webp) no-repeat;
    background-size: 100% 100%;
    padding: 6px 21px 12px 21px;
    display: inline-block;
    margin-top: -26px;
}
.step-card-1 {
    /* border-radius: 30px 0px 30px 30px;
    border: 1px solid #31E3BE;
    background: linear-gradient(90deg, rgba(0, 111, 255, 0.10) 0%, rgba(41, 185, 113, 0.10) 100%); */
    background: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/step-card-1.webp) no-repeat;
    background-size: 100% 100%;
    padding: 20px 30px;
}
.step-card-11 {
    background: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/step-card-11.webp) no-repeat;
    background-size: 100% 100%;
    padding: 20px 30px;
    height: 100%;
}
.video-frame {
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/video-frame.webp") no-repeat;
    background-size: 100% 100%;
    padding: 8px 40px 65px;
}
.step-frame{
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/step-frame.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 0px 10px;
}
.green-wave{
    position: relative;
}
.green-wave::before{
    position: absolute;
    content: '';
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/green-wave.webp") no-repeat;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 8px;
}
.mt-md-70{
    margin-top: -70px !important;
}
@media (min-width: 768px) {
    .steps-frame {
        padding: 6px 20px 12px 23px;
        margin-top: -7px;
    }
    .step-card-1 {
        padding: 40px 50px;
    }
    .step-card-11 {
        padding: 0px 34px 40px;
    }
    .video-frame {
        padding: 18px 66px 114px;
    }
    .step-frame{
        padding: 6px 30px 4px 30px;
    }
}
/* step-2 sec end */

/* testimonial-sec start */
.testimonial-sec{
    background: #cbf0ff;
}
.red-frame-1{
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/red-frame-1.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 0px 20px;
}
.testmonial-card{
    background: #ffffff;
    box-shadow: -5px 5px 0px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 30px 20px;
    height: 100%;
}
@media (min-width: 768px) {
    .testimonial-sec{
        background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/testimonial-bg.webp") no-repeat bottom center;
        background-size: cover;
    }
    .testmonial-card{
        background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/testimonial-card-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 38px 40px 40px;
        border-radius: 0px;
        box-shadow: none;
        border: unset;
    }
}
/* testimonial-sec end */


/* cta btn section start */
.cta-section {
    background: #060F1CE5;
}

@media (min-width: 768px) {
    .cta-section {
        background: #060F1CE5 url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/cta-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .cta-text{
        background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/cta-frame.webp") no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        padding: 9px 41px;
    }
}
/* cta btn section end */

/* limited time section start */
.limited-time-sec {
    padding: 10px 0px 10px 0px;
    background: #FF2C2C;
}
/* limited time section end */

/* outclass sec start */
.feature-table-sec{
    background: #ffffff;
}

/* compare section start */
.compare-card1{
    border-radius: 20px 0px 0px 20px;
    border-top: 5px solid #6E4805;
    border-bottom: 5px solid #6E4805;
    border-left: 5px solid #6E4805;
    background: #FFF;
    /* height: 100%; */
}
.compare-head {
    border-radius: 20px 0px 0px 0px;
    border-bottom: 1px solid rgba(25, 25, 25, 0.2);
    background: #FFF;
    padding: 21px 40px;
}
.compare-head4{
    border-bottom: 1px solid rgba(25, 25, 25, 0.2);
    background: #FFF;
    padding: 28px 20px;
}
.compare-list li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    padding: 10px 12px;
    list-style: none;
}
.gradient-border{
    border-radius: 20px;
    /* border: double 2px transparent;
    background-image: linear-gradient(#ffffff, #ffffff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box; */
    border: 3px solid #FFAA33;
    box-shadow: 0px 0px 20px 1px rgba(5, 184, 233, 0.25);
    margin-top: -88px;
}

.compare-card2{
    border-radius: 20px;
}
.compare-head2{
    border-bottom: 1px solid rgba(25, 25, 25, 0.2);
    background: #FFF7DF;
    padding: 15px 18px;
    border-radius: 20px 20px 0px 0px;
}
.compare-list2 li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF7DF;
    padding: 24px 20px;
    list-style: none;
    position: relative;
}
.compare-list2 li:nth-child(2) {
    padding: 38px 20px !important;
}
.compare-list2 li:nth-child(3) {
    padding: 38px 20px !important;
}
.compare-list2 li:nth-child(4) {
    padding: 52px 20px !important;
}
.compare-list2 li:nth-child(6) {
    padding: 38px 20px !important;
}
.compare-list2 li:nth-child(8) {
    padding: 38px 20px !important;
}
.compare-list2 li:nth-child(10) {
    padding: 38px 20px !important;
}
.compare-list2 li:nth-child(11) {
    padding: 38px 20px !important;
}
.compare-list2 li:nth-child(14) {
    padding: 38px 20px !important;
}
.compare-list2 li:nth-child(16) {
    padding: 52px 20px !important;
}
.compare-list2 li:nth-child(19) {
    padding: 10px 20px !important;
}
.compare-list2 li:nth-child(21) {
    padding: 38px 20px !important;
}
.compare-list2 li:nth-child(22) {
    padding: 10px 20px !important;
}
.compare-card3{
    border-top: 5px solid #6E4805;
    border-bottom: 5px solid #6E4805;
    border-right: 1px solid rgba(25, 25, 25, 0.2);
    background: #FFF;
    /* height: 100%; */
}
.compare-list3 li:nth-child(2) {
    padding: 38px 20px !important;
}
.compare-list3 li:nth-child(3) {
    padding: 38px 20px !important;
}
.compare-list3 li:nth-child(4) {
    padding: 52px 20px !important;
}
.compare-list3 li:nth-child(6) {
    padding: 38px 20px !important;
}
.compare-list3 li:nth-child(8) {
    padding: 38px 20px !important;
}
.compare-list3 li:nth-child(10) {
    padding: 38px 20px !important;
}
.compare-list3 li:nth-child(11) {
    padding: 38px 20px !important;
}
.compare-list3 li:nth-child(14) {
    padding: 38px 20px !important;
}
.compare-list3 li:nth-child(16) {
    padding: 52px 20px !important;
}
.compare-list3 li:nth-child(19) {
    padding: 10px 20px !important;
}
.compare-list3 li:nth-child(21) {
    padding: 38px 20px !important;
}
.compare-list3 li:nth-child(22) {
    padding: 10px 20px !important;
}
.compare-head3{
    border-bottom: 1px solid rgba(25, 25, 25, 0.2);
    background: #FFF;
    padding: 26px 20px 27px;
}
.compare-head5{
    border-bottom: 1px solid rgba(25, 25, 25, 0.2);
    background: #FFF;
    padding: 23px 20px;
    border-radius: 0px 20px 0px 0px;
}
.compare-list3 li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    padding: 24px 20px;
    list-style: none;
}
.compare-head6{
    border-bottom: 1px solid rgba(25, 25, 25, 0.2);
    background: #FFF;
    padding: 23px 20px;
}
.compare-card4{
    border-top: 5px solid #6E4805;
    border-bottom: 5px solid #6E4805;
    border-right: 1px solid rgba(25, 25, 25, 0.2);
    background: #FFF;
}
.compare-card5 {
    border-radius: 0px 20px 20px 0px;
    border-top: 5px solid #6E4805;
    border-bottom: 5px solid #6E4805;
    border-right: 5px solid #6E4805;
    background: #FFF;
    /* height: 100%; */
}
/* .compare-list3 li:nth-child(8),.compare-list3 li:nth-child(9) {
    padding: 13.3px 27px;
} */
.compare-card4 .compare-list li:nth-child(10) {
    padding: 24.5px 27px;
}
.compare-bottom{
    background: rgba(255, 54, 29, 0.15);
    padding: 15px 20px;
    border-radius: 0 0 0 15px;
}
.compare-bottom1{
    background: #FFAA33;
    padding: 20px 16px 17px;
    border-radius: 0 0 17px 17px;
}
.compare-bottom2{
    background: rgba(255, 54, 29, 0.15);
    padding: 30px 20px;
    /* border-radius: 0 0 17px 17px; */
}
.compare-bottom3{
    background: rgba(255, 54, 29, 0.15);
    padding: 30px 20px;
    border-radius: 0 0 15px 0px;
}
.compare-hr{border: 1px solid #000000;}
@media (min-width:768px) {
    .mt-md160{
        margin-top: 160px !important;
    }
}
/* comapre section end */


.yellow-shade{
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/yellow-shade.webp") no-repeat;
    background-size: 100% 100%;
    padding: 0px 30px;
}
.blue-shade{
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/blue-shade.webp") no-repeat;
    background-size: 100% 100%;
    padding: 0px 30px;
}
.pink-shade{
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/pink-shade.webp") no-repeat;
    background-size: 100% 100%;
    padding: 0px 30px;
}
.cream-frame {
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/cream-frame.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 20px 10px 8px;
}
@media (min-width:768px) {
    .feature-table-sec{
        background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/feature-table-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .cream-frame{
        padding: 25px 30px 15px;
    }
}

@media (max-width:1124px) {
    .table-1{
        overflow-x: scroll;
        padding: 0px 15px;
    }
    .table-1>div{
        width:1170px;
        /* overflow-x: scroll; */
    }

}
/* feature-table sec end */


/* stop-sec start */
.clr-1{
    color: #FF9500;
}
.stop-sec{
    background: #ffffff;
}
.stop-frame{
    background: #ffffff;
    border: 3px solid #6F4805;
    padding: 10px;
    border-radius: 10px;
}
.blue-frame{
    background:url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/blue-frame.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px;
}
.video-frame-1 {
    border: 8px solid rgba(255, 170, 51, 0.5);
    border-radius: 20px;
}
.video-frame-1 video{
    border-radius: 10px;
}
.brown-frame-1 {
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/brown-frame.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 5px 10px;
}
@media (min-width:768px) {
    .stop-sec{
        background:#ffffff url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/stop-bg.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }
    .stop-frame{
        background: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/stop-frame.webp) no-repeat;
        background-size: 100% 100%;
        border-radius: 0;
        border: unset;
        padding: 40px 60px;
    }
    .orange-border{
        position: relative;
    }
    .orange-border::before{
        content: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/orange-border.webp);
        position: absolute;
        left: 0px;
        bottom: 0px;
    }
    .green-border{
        position: relative;
    }
    .green-border::before{
    position: absolute;
    content: '';
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/green-border.webp") no-repeat;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 8px;
    }
    .blue-frame{
        padding: 18px 40px;
    }
    .green-border-1{
        position: relative;
    }
    .green-border-1::before{
    position: absolute;
    content: '';
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/green-border-1.webp") no-repeat;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 8px;
    }
    .bling-gif{
        position: relative;
    }
    .bling-gif::before{
        position: absolute;
        content: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/bling.gif);
        left: 0px;
        bottom: 0px;
    }
    .brown-frame-1 {
        padding: 5px 30px;
    }
}
/* stop-sec end */

/* slider-sec start */
.slider-sec{
    background: #351a08;
}
.slider-main-image {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    align-items: center;
    width: 100%;
}
.slider-main-image img {
    display: block;
    animation: slider-image-running 30s linear infinite;
    width: 250%;
}
@keyframes slider-image-running {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
@media (min-width:768px) {
    .slider-sec{
        background: #351a08 url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/slider-bg.webp) no-repeat center center;
        background-size: cover;
    }
}
/* slider-sec end */

/* profit-sec start */
.profit-sec{
    background: #FFF7DF;
}
.profit-text{
    background: #ffffff;
    border: 2px solid #6E4805;
    border-radius: 10px;
    display: inline-block;
    padding:20px 10px;
}
.profit-text-2{
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/cream-frame-1.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 20px 10px;
}
.profit-text-3{
    background: rgba(13, 135, 231, 0.1);
    border: 2px solid #0D87E7;
    display: inline-block;
    border-radius: 20px;
    padding: 20px;
}
.profit-text-4{
    background: #6E4805;
    display: inline-block;
    border-radius: 10px;
    padding: 20px 10px;
}

@media (min-width:768px) {
    .profit-sec{
        background:#FFF7DF url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/profit-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .profit-text{
        background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/profit-frame.webp") no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        padding: 55px 99px 44px;
        border: unset;
        border-radius: 0px;
    }
    .profit-text-2{
        padding: 23px 40px 15px 39px;
    }
    .profit-text-3{
        border-radius: 100px;
        padding: 20px 40px;
    }
    .profit-text-4{
        background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/brown-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 30px 40px 19px;
        border-radius: 0px;
        position: relative;
    }
    .profit-text-4::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/blue--tick-arrow.webp");
        bottom: -15px;
        right: -42px;
    }
}
/* profit-sec end */

/* newbies-sec start */
.newbies-sec{
    background: #FFF7DF;
}
.Newbies-text{
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 10px;
}
@media (min-width:768px) {
    .newbies-sec{
        background:#FFF7DF url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/newbies-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .Newbies-text{
        background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/newbies-frame.webp") no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        padding: 54px 46px 36px;
        border: unset;
    }
}
/* newbies-sec end */

/* industry-sec start */

.industry-sec{
    background: #FFF7DF;
}
.industry-frame{
    background: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/blue-frame.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px;
}
.pd-box{
    padding: 10px;
    height: 100%;
    border-radius: 20px;
}
.ind-box1{
    background: #FFF5E6;
    border: 1px solid rgba(255, 149, 0, 0.5);
}
.ind-box2{
    background: #E7F3FD;
    border: 1px solid rgba(13, 135, 231, 0.5);
}
.ind-box3{
    background: #FEF0EF;
    border: 1px solid rgba(242, 97, 89, 0.5);
}
.ind-box4{
    background: #FBEFFF ;
    border: 1px solid rgba(208, 90, 255, 0.5);
}

@media (min-width:768px){
    .industry-sec{
        background:#FFF7DF url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/industry-bg.webp) no-repeat bottom center;
        background-size: cover;
        background-attachment: fixed;
    }
    .orange-border-1{
        position: relative;
    }
    .orange-border-1::before{
        content: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/orange-border-1.webp);
        position: absolute;
        left: 0px;
        bottom: 0px;
    }
    .industry-frame{
        padding: 8px 25px;
    }
    .pd-box{
        padding: 20px 20px 18px;
    }
}
/* industry-sec end */

/* compitition-sec start */
.compitition-sec{
    background: #ffffff;
}
.compitition-text{
   background: #FF361D;
   border-radius: 10px;
   display: inline-block;
   padding: 10px;
}
.competition-frame1 {
    background: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/competition-frame1.webp) no-repeat;
    background-size: 100% 100%;
    padding: 43px 30px 46px 29px;
    /* min-height: 518px; */
}
.competition-frame2 {
    background: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/competition-frame2.webp) no-repeat;
    background-size: 100% 100%;
    padding: 12px 20px;
}
.incredible-text{
    background: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/incredible-frame.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding:20px;
}
@media (min-width:768px){
    .compitition-sec{
        background: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/competition-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .competition-frame2 {
        padding: 27px 42px 29px 42px;
    }
    .compitition-text{
        border-radius: 100px;
        padding: 11px 157px;
    }
    .incredible-text{
        padding: 13px 91px 14px 40px;
        position: relative;
    }
    .incredible-text::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/wow-emoji.webp");
        right: -35px;
        top: -8px;
    }
}
/* compitition-sec end */

/* without-sec start */
.without-sec{
    background: #fff;
}
.without-frame{
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/without-frame.webp") no-repeat;
    background-size: 100% 100%;
    padding: 0px 4px;
}
@media (min-width:768px) {
    .without-sec{
        background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/without-bg.webp") no-repeat bottom center;
        background-size: cover;
    }
}
/* without-sec end */


/* create-sec start */
.create-sec{
    background: #FFF7DF;
}
.create-box{
    background: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/create-box.webp) no-repeat;
    background-size: 100% 100%;
    height: 100%;
    padding: 30px 40px;
}

@media (min-width:768px){
    .create-sec{
        background: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/create-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .blue-long-border{
        position: relative;
    }
    .blue-long-border::before{
    position: absolute;
    content: '';
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/blue-long-border.webp") no-repeat;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 8px;
    }
    
}
/* create-sec end */

/* choice sec start */
.choice-sec{
    background: #FFF7DF;
}
.choicebox-1{
    background: #FF5E4A;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    height: 100%;
}
.choicebox-2{
    background: #3CB006;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    height: 100%;
}
.choicetext-1{
    background: #FFFFFF;
    padding: 15px 82px;
    display: inline-block;
    border-radius: 100px;
}
.cream-frame-1 {
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/cream-frame-1.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 20px 10px 8px;
}
@media (min-width: 768px) {
    .choice-sec{
        background: #FFF7DF url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/choice-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .choicebox-1{
        background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/choicebox-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 40px 20px 132px;
        box-shadow: none;
        /* transform-origin: top; */
        scale: 0.9;
    }
    .choicebox-2{
        background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/choicebox-2.webp") no-repeat;
        background-size: 100% 100%;
        padding: 40px 20px 65px;
        box-shadow: none;
    }
    .green-wave-2{
        position: relative;
    }
    .green-wave-2::before{
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/green-wave-2.webp") no-repeat;
        bottom: -4px;
        left: 0;
        width: 100%;
        height: 8px;
    }

    .cream-frame-1{
        padding: 12px 45px;
    }
}
/* choice sec end */

/* dfy-sec start */
.dfy-sec{
    background: #ffffff;
}
.black-wave{
    position: relative;
}
.black-wave::before {
    position: absolute;
    content: '';
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/black-wave.webp") no-repeat;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 8px;
}
.dfy-box{
    padding: 30px 20px;
    height: 100%;
    display: inline-block;
}
.dfy-box-1{
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/dfy-box-1.webp") no-repeat;
    background-size: 100% 100%;
}
.dfy-box-2{
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/dfy-box-2.webp") no-repeat;
    background-size: 100% 100%;
}
.dfy-box-3{
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/dfy-box-3.webp") no-repeat;
    background-size: 100% 100%;
}
.dfy-box-4{
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/dfy-box-4.webp") no-repeat;
    background-size: 100% 100%;
}
.dfy-box-5{
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/dfy-box-5.webp") no-repeat;
    background-size: 100% 100%;
}
.dfy-box-6{
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/dfy-box-6.webp") no-repeat;
    background-size: 100% 100%;
}
@media (min-width: 768px) {
    .dfy-sec{
        background: #ffffff url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/dfy-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .dfy-box{
        padding: 50px 30px 60px;
    }
}
/* dfy-sec end */


/* warning section start */
.warning-section{
    background: #fff;
}
.warning-card{
    background: #fff;
    border: 5px dotted #FF361D;
    border-radius: 20px;
    padding: 0px 10px 30px;
}
.warning-shape{
    background: #FF361D;
    border-radius: 41px;
    padding: 0px 36px 8px;
    display: inline-block;
    margin-top: -20px;
}
@media (min-width: 768px) {
    .warning-section{
        background: #fff url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/warning-bg.webp) no-repeat bottom center;
        background-size: cover;
    }
    .warning-card{
        padding: 0px 50px 50px;
        position: relative;
    }
    .warning-shape{
        margin-top: -40px;
    }
}
/* warning section end */

/* market sec start */
.market-sec{
    background: #FFF7DF;
}
.red-frame-3{
    color: #f26159;
}

@media (min-width: 768px){
    .market-sec{
        background: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/market-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .red-frame-3{
        background: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/red-frame3.webp) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        padding: 14px 50px 16px 30px;
        color: #ffffff;
        position: relative;
    }
    .red-frame-3::after{
        content: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/mindblowing-emoji.webp);
        position: absolute;
        top: -25px;
        right: -30px;
    }
    .blue-wave-3{
        position: relative;
    }
    .blue-wave-3::before{
    position: absolute;
    content: '';
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/blue-wave-3.webp") no-repeat;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 8px;
    }
}

/* market sec end */

/* globally-sec start */
.globally-sec{
    background: #fff;
}
.globally-blue-box{
    background: rgba(13, 135, 231, 0.1);
    border: 1px solid #0D87E7;
    border-radius: 10px;
    padding: 10px 20px;
}
.globally-orange-box{
    background: rgba(255, 128, 0, 0.1);
    border: 1px solid #FF8000;
    border-radius: 10px;
    padding: 10px 20px;
}
@media (min-width: 768px){
    .green-wave-3{
        position: relative;
    }
    .green-wave-3::before{
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/green-wave-3.webp") no-repeat;
        bottom: -4px;
        left: 0;
        width: 100%;
        height: 8px;
    }
}
/* globally-sec end */


/* imagine sec start */
.imagine-sec{
    background: #fff7df;
}
.blue-frame-1{
    background: #0c88e6;
    border-radius: 10px;
    padding: 10px;
}

@media (min-width: 768px){
    .imagine-sec{
        background: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/imagine-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .blue-frame-1{
        background: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/blue-frame-1.webp) no-repeat;
        background-size: 100% 100%;
        padding: 14px 30px 36px;
    }
}

/* imagine sec end */

/* expensive-section start */
.expensive-h{
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/red-frame-3.webp") no-repeat;
    background-size: 100% 100%;
    padding: 10px;
    display: inline-block;
}

.expensive-red-box{
    padding: 30px;
    position: relative;
}
.expensive-red-box::after{
    position: absolute;
    content: '';
    border-radius: 20px;
    background: rgba(255, 44, 44, 0.10);
    height: 100%;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.expensive-frame{
    background: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/expensive-frame.webp) no-repeat;
    background-size: 100% 100%;
    height: 100%;
    padding: 20px 10px;
}

@media(min-width:768px){
    .expensive-h{
        position: relative;
        padding: 14px 50px 16px 30px;
        display: inline-block;
    }
    .expensive-h::after{
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/thanking-emoji.webp");
        top: -20px;
        right: -60px;
    }
    .expensive-frame{
        padding: 45px 52px 40px;
    }
    .expensive-red-box{
        padding: 50px 0px;
    }
    .expensive-red-box::after{
        width: calc(100% + 10%);
    }
    .mt-md300{
        margin-top: 300px !important;
    }
    .mb-min-md230{
        margin-bottom: -230px;
    }
}
@media(min-width:1400px){
    .expensive-red-box::after{
        width: calc(100% + 200px);
    }
}
/* expensive-section end */

/* scary sec start */
.scary-sec{
    background: #CDEBF6;
}
.blue-brush{
    background: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/blue-brush.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px;
}
.scary-box{
    background: #FFFFFF;
    border: 1px solid rgba(255, 44, 44, 0.5);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 100px;
    padding: 20px 14px 20px 15px;
}

@media(min-width:768px){
    .blue-brush{
        padding: 10px 41px 10px 141px;
        position: relative;
    }
    .blue-brush::before{
        content: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/star-face-emoji.webp);
        position: absolute;
        top: -12px;
        left: 30px;
    }
}

/* scary sec end */

/* presenting-sec start */
.presenting-sec{
    background: #fff7df;
}
.proudly-sec-text {
    padding: 10px;
    border-radius: 20px;
    border: 3px solid #6F4805;
    background: #fff;
}
.prudly-text{
    background: var(--blue-clr);
    display: inline-block;
    border-radius: 40px;
    padding: 10px;
}
.proudly-cta-text{
    background: #ff9601;
    padding: 5px;
    border-radius: 30px 0;
}
@media (min-width: 768px) {
    .prudly-text{
        padding: 10px 30px
    }
    .presenting-sec{
        background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/presenting-bg.webp") no-repeat bottom center;
        background-size: cover;
        padding: 100px 0px 230px;
    }
    .proudly-sec-text {
        background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/proudly-sec-text.webp") no-repeat;
        background-size: 100% 100%;
        padding: 60px 30px 70px;
        border-radius: 0px;
        border: none;
    }
    .proudly-cta-text{
        background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/proudly-cta-text.webp") no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        padding: 9px 41px;
    }
}
/* presenting-sec end */


/* demo-sec start */
.demo-sec{
    background: #fff7df;
    padding: 30px 0px;
}
.border-frame{
    background: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/border-frame.webp) no-repeat;
    background-size: 100% 100%;
    padding: 30px;
}
.demo-sec-text{
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/demo-sec-text.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 2px 15px;
}
@media (min-width: 768px) {
    .demo-sec{
        background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/demo-bg.webp") no-repeat center center;
        background-size: cover;
        padding: 100px 0px;
    }
    .border-frame{
        padding: 75px 100px;
    }
}
/* demo-sec end */

/* option-sec start */
.option-sec{
    background: #fff7df;
}
.option {
    padding: 8px 30px;
    border-radius: 40px;
    display: inline-block;
    box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.2);
}
.option-sec{
    background: #fff;
}
.option-sec-head {
    padding: 10px;
    border-radius: 20px;
    border: 3px solid #6F4805;
    background: #FFF1C3;
}
.option-sec-text{
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/option-sec-text.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 5px 15px;
    color: var(--white-clr);
}
@media (min-width: 768px) {
    .option-sec{
        background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/option-sec-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .option-sec-head {
        background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/option-sec-head.webp") no-repeat;
        background-size: 100% 100%;
        padding: 36px 80px;
        border-radius: 0px;
        border: none;
    }
}
/* option-sec end */

/* power-sec start */
.power-sec{
    background: #ffffff;
}
.power-sec-head {
    padding: 10px;
    border-radius: 20px;
    background: #00ABF1;
}
.p-card{
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    border: 1px solid #6E4805;
}
.p-card.p-card-style-2{
    background: #6E4805;
    border: 1px solid #fff; 
}
.growth-box {
    background: #FFFFFF;
    border: 1px solid #6E4805;
    border-radius: 20px;
    height: 100%;
    padding: 20px 20px 16px;
}
.power-sec-head2{
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/power-sec-head2.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 0px 10px;
}
@media (min-width: 768px) {
    .power-sec-head2{
        padding: 6px 30px 4px 30px;
    }
    .power-sec{
        background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/power-sec-bg.webp") no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
    }
    .power-sec-head {
        background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/power-sec-head.webp") no-repeat;
        background-size: 100% 100%;
        padding: 20px 80px;
    }
    .p-card{
        display: flex;
        align-items: center;
        background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/p-card1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 60px;
        border: 0;
    }
    .p-card.p-card-style-2{
        background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/p-card2.webp") no-repeat;
        background-size: 100% 100%;
        border: 0;
    }
}
/* power-sec end */

/* crazy sec start */
.crazy-sec{
    background: #FFF7DF;
}
.crazy-text{
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/crazy-text.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 0px 20px;
    position: relative;
}
@media (min-width: 768px) {
    .crazy-sec{
        background: #FFF7DF url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/crazy-bg.webp") no-repeat bottom center;
        background-size: cover;
    }
    .crazy-text{
        padding: 0px 75px 0px 30px;
    }
    .crazy-text::after{
        content: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/cool-1.webp);
        position: absolute;
        top: -15px;
        right: -40px;
    }
    .red-wave-2{
        position: relative;
    }
    .red-wave-2::after {
        background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/red-wave-2.webp");
        content: "";
        position: absolute;
        height: 8px;
        width: 100%;
        bottom: 0px;
        right: 0px;
    }

}
/* crazy sec end */

/* income sec start */
.income-sec{
    background: #fff7df;
}
.income-h{
    background: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/income-h.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 0px 10px;
}
.incom-box{
    background: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/income-box.webp) no-repeat;
    background-size: 100% 100%;
    height: 100%;
    padding: 20px;
}

@media(min-width:768px){
    .income-sec{
        background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/income-bg.webp") no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }
    .black-border{
        position: relative;
    }
    .black-border::before{
        content: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/black-border.webp);
        position: absolute;
        left: 0px;
        bottom: 0px;
    }
    .incom-box{
        padding: 45px 22px 37px;
    }
}
/* income sec end */

/*freelancer sec start */
.freelancer-sec{
    background: #ffffff;
}
.freelancer-text{
    background: rgb(9 20 50);
    border: 5px solid #2F60FF;
    border-radius: 20px;
    display: inline-block;
    padding: 10px;
}
@media (min-width: 768px) {
    .freelancer-sec{
        background: #ffffff url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/freelancer-bg.webp") no-repeat bottom center;
        background-size: cover;
        background-attachment: fixed;
    }
    .freelancer-text{
        background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/freelancer-frame.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        border-radius: 0px;
        padding: 45px 30px;
    }
}
/* freelancer  sec end */


/* potential-sec start */
.potential-sec{
    background: #FFF7DF;
}
.gap30 {
	--bs-gutter-y: 30px;
}
.feature-list-box {
    padding: 15px 40px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	background: #ffffff;
	box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	border-bottom: 7px solid #6E4805;
}

.feature-list-box:hover{
	-webkit-animation-name: wobble;
    animation-name: wobble;    
    -webkit-animation-duration:          0.8s;
    -webkit-animation-iteration-count:   infinite;
    -webkit-animation-timing-function:   linear;
    -webkit-transform-origin:            50% 100%;
}
@-webkit-keyframes wobble {
	0% { transform: rotate(0); }
  15% { transform: rotate(5deg); }
  30% { transform: rotate(-5deg); }
  45% { transform: rotate(4deg); }
  60% { transform: rotate(-4deg); }
  75% { transform: rotate(2deg); }
  85% { transform: rotate(-2deg); }
  92% { transform: rotate(1deg); }
  100% { transform: rotate(0); }
  }
  
  @keyframes wobble {
	0% { transform: rotate(0); }
  15% { transform: rotate(5deg); }
  30% { transform: rotate(-5deg); }
  45% { transform: rotate(4deg); }
  60% { transform: rotate(-4deg); }
  75% { transform: rotate(2deg); }
  85% { transform: rotate(-2deg); }
  92% { transform: rotate(1deg); }
  100% { transform: rotate(0); }
  }
  .support-img:hover img{-webkit-animation-name: wobble;
    animation-name: wobble;    
    -webkit-animation-duration:          0.8s;
    -webkit-animation-iteration-count:   infinite;
    -webkit-animation-timing-function:   linear;
    -webkit-transform-origin:            50% 100%;
}
@media(min-width:768px){
	.gap30 {
		--bs-gutter-x: 50px;
		--bs-gutter-y: 50px;
	}
	.feature-list-box {
		height: 100%;
		padding: 30px;
	}
}
/* potential-sec end */



/* your-choice-sec start */
.your-choice-sec{
    background: #ffffff;
}
.your-choice-text{
    background: #6E4805;
    border-radius: 20px;
    display: inline-block;
    padding: 10px;
}
@media (min-width: 768px) {
    .your-choice-sec{
        background: #e1f7df url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/your-choice-sec-bg.webp") no-repeat bottom center;
        background-size: cover;
        padding-bottom: 180px;
    }
    .your-choice-text{
        background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/your-choice-text.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        border-radius: 0px;
        padding: 10px 40px;
    }
}
/* your-choice-sec end */

/* cut-above-sec start */
.cut-above-sec{
    background: #FFF7DF;
}
@media (min-width: 768px) {
    .cut-above-sec{
        background: #fff url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/cut-above-sec-bg.webp") no-repeat bottom center;
        background-size: cover;
    }
}
/* cut-above-sec end */


/* good-bye-sec start */
.good-bye-sec{
    background: #FFF7DF;
}
.final-wall {
    border-radius: 15px;
    border: 2px solid #FF361D;
    background: #fff;
}
.final-content {
    padding: 20px;
}
.final-img{
    position: relative;
}
.final-img::before {
    position: absolute;
    bottom: -15px;
    left: -5px;
    content: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/gb-image.webp);
}
@media (min-width: 768px) {
    .good-bye-sec{
        background: #FFF7DF url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/good-bye-sec-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .final-wall {
        height: 100%;
    }
    .final-content {
        padding: 20px 20px;
    }
    .red-line-2{
        position: relative;
    }
    .red-line-2::before{
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/red-line-2.webp") no-repeat;
        bottom: -4px;
        left: 0;
        width: 100%;
        height: 8px;
    }
}
/* good-bye-sec end */

/* stress-free-sec start */
.stress-free-sec{
    background: #E0F7DF;
}
.stress-free-head{
    display: inline-block;
    position: relative;
    padding: 5px;
    border-radius: 10px;
    background: #F26159;
}
.stress-free-head2{
    display: inline-block;
    position: relative;
    padding: 5px;
    border-radius: 10px;
    background:var(--green-clr);
}
@media (min-width: 768px) {
    .stress-free-sec{
        background: #E0F7DF url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/stress-free-sec-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .green-line{
        position: relative;
    }
    .green-line::before{
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/green-line.webp") no-repeat;
        bottom: -4px;
        left: 0;
        width: 100%;
        height: 8px;
    }
    .stress-free-head{
        background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/stress-free-head.webp") no-repeat;
        background-size: 100% 100%;
        padding: 20px 118px 20px 50px;
    }
    .stress-free-head::after {
        content: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/tounge-emoji.webp");
        position: absolute;
        top: -18px;
        right: -30px;
    }
    .stress-free-head2{
        background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/stress-free-head2.webp") no-repeat;
        background-size: 100% 100%;
        padding: 20px 118px 20px 50px;
    }
    .stress-free-head2::after {
        content: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/thinking-emoji.webp");
        position: absolute;
        top: -8px;
        right: 20px;
    }
}
/* stress-free-sec end */



















/* bonusess-sec start */
.bonusess-sec{
    background: #0c1b23;
}
@media (min-width: 768px) {
    .bonusess-sec{
        background: #ffffff url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/bonusses-bg.webp") no-repeat bottom center;
        background-size: cover;
        padding: 50px 0px 100px;
    }
}
/* bonusess-sec end */

/* bonus sec start */
.bonus-sec {
    background: #ffffff;
}
.bonus {
    background: var(--theme-gradient);
    padding: 8px 30px;
    border-radius: 40px;
    display: inline-block;
}
.bonus-text{
    background: var(--theme-gradient);
    border-radius: 200px;
    display: inline-block;
    padding: 20px;
}
@media (min-width:768px) {
    .bonus-text{
        padding: 30px 48px;
    }
}
/* bonus sec end */

/* cost sec start */
.cost-text {
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/everyone-frame.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 0px 3px 0px 20px;
}

/* cost sec end */

/* fear sec start */
.fear-sec{
    background: #ffffff;
}
.fair-text {
    border: 2px solid #FF361D;
    background: rgba(255, 54, 29, 0.1);
    border-radius: 20px;
    display: inline-block;
    padding: 0px 58px;
}
.theme-brush {
    background: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/theme-brush.webp) no-repeat;
    background-size: 100% 100%;
    padding: 1px 20px;
}
@media (min-width: 768px) {
    .fear-sec{
        background: #ffffff url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/fair-bg.webp) no-repeat bottom center;
        background-size: cover;
    }
    .fair-text{
        border-radius: 40px;
        padding: 0px 30px;
    }
    .theme-brush {
        padding: 1px 30px;
    }
}
/* fear sec end */

/* moneyback sec start */
.moneyback-sec{
    background: #FFF7DF;
}
.moneyback-h{
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/moneyback-h.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px;
}
@media (min-width:768px) {
    .moneyback-sec{
        background: #FFF7DF url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/moneyback-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .moneyback-h{
        padding: 10px 96px 10px 49px;
        position: relative;
    }
    .moneyback-h::after{
        content: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/thanking-emoji-1.webp);
        position: absolute;
        top: -16px;
        right: -14px;
    }
}
/* moneyback sec end */

/* out sec start */
.clr-3{
    color: #00ABF1;
}
.out-sec{
    background: #ffffff;
}
.out-text {
    border: 2px solid #FF462F;
    background: rgba(255, 54, 29, 0.1);
    border-radius: 20px;
    display: inline-block;
    padding: 0px 58px;
}
@media (min-width:768px) {
    .out-sec{
        background:#ffffff url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/out-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .out-text{
        background: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/out-frame.webp) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        border-radius: 0px;
        border: unset;
        padding: 11px 40px;
    }
    .out-border-1{
        position: relative;
    }
    .out-border-1::before{
        content: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/out-border-1.webp);
        position: absolute;
        bottom: 0px;
        left: 0px;
    }
    
}
/* out sec end */

/* ticking sec start */
.ticking-sec{
    background: #fef6dd;
}
.brown-brush{
    background: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/browm-brush.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 3px 20px;
}

@media (min-width:768px) {
    .ticking-sec{
        background: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/ticking-bg.webp) no-repeat center center;
        background-size: cover;
    }
}
/* ticking sec end */

/* faq sec start */
.faq-section {
    padding: 30px 0px;
    background: #FFF7DF;
}
.faq-list {
    background: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/faq-icon.webp) no-repeat top left;
    background-color: #ffffff;
    padding: 20px 15px 20px 55px;
    background-position: 15px 25px;
    border: 1px solid #031528;
    border-radius: 20px;
}
@media (min-width: 768px){
    .faq-section {
        padding: 100px 0px;
    }
}
/* faq sec end */

/* final-call start */
.cta-section-white {
    background: #ffffff;
    padding: 30px 0;
}

.final-shape {
    background: linear-gradient(180deg, #F97B40 0%, #FF511A 100%);
    border-radius: 15px;
    padding: 8px 30px;
    display: inline-flex;
    position: relative;
    align-items: center;
}
.faster-text {
    background: url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/demo-sec-text.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 0px 15px;
}
@media (min-width: 768px){
    .cta-section-white {
        background: #ffffff url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/fair-bg.webp) no-repeat top center;
        background-size: cover;
        padding: 80px 0px;
    }
    .final-shape {
        padding: 15px 40px;
        border-radius: 100px;
    }
}
/* final-call end */

/* pricing tabel start */
.pricing-section {
    background: #000000;
}
.table-wrap {
    background: #ffffff;
    width: 100%;
    float: left;
    border-radius: 10px;
    /* border: solid 1px #cacaca; */
    overflow: hidden;
    box-shadow: 0px 0px 22px 0px rgb(0 0 0 / 20%);
    padding-bottom: 30px;
}
.table-head {
    background: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/table-frame.webp) no-repeat bottom center;
    /* background: var(--theme-gradient1); */
    padding: 50px 30px 30px 30px;
    background-size: 100% 100%;
    border-radius: 10px 10px 0px 0px;
    padding: 40px 30px 30px 30px;
    text-align: center;
    min-height: 250px;
}
/* .table-list li:nth-child(odd) {
    background-color: #F6EFFF !important;
} */
.table-list li {
    background: url(https://cdn.oppyotest.com/launches/talkingkidsbooks/special/tick.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 50px;
    background-position: 18px 20px;
    line-height: 150%;
    text-transform: capitalize;
    /* border-bottom: 1px solid #5d5d55; */
}
.table-list li:nth-last-child(10){
    padding-bottom: 20px;
}
.table-list li.headline {
    background: var(--theme-gradient);
    padding: 26px 0px 20px 0px;
    background-position: 0px 18px;
    list-style: none;
    margin: 0px;
    border-bottom: none !important;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}
a.cta-link-btn {
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px 20px;
    font-size: 22px;
    line-height: 160%;
    color: #ffffff;
    font-weight: 800;
    transition: all .3s ease;
    background: var(--theme-gradient);
    border-radius: 10px;
    /* border: 5px solid rgba(255, 255, 255, 0.30); */
}
a.cta-link-btn:hover {
    border-radius: 8px;
    background: var(--theme-gradient1);
    color: #ffffff;
}
.table-btn {
    padding: 30px 20px;
    text-align: center;
}
.table-border-content {
    background: #fff;
    border: 3px dashed #999;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: auto;
    padding-bottom: 10px;
}
.tb-check {
    background: #FEFE9B;
    padding: 18px 18px 18px 10px;
}
.table-img{
    margin-top: -190px;
    
}
.table-img img{
    width: 60%;
}
@media (min-width: 768px) {
    .pricing-section {
        background: #000000 url("https://cdn.oppyotest.com/launches/talkingkidsbooks/special/pricing-bg.webp") no-repeat top center;
        background-size: cover;
        background-attachment: fixed;
    }

    .table-wrap {
        padding-bottom: 100px;
        border: 8px solid #ffffff33;
    }
    .table-head {
        padding: 60px 30px 20px 30px;
        text-align: center;
        min-height: 550px;
    }
    .table-list li {
        padding: 20px 96px 0px 133px;
        background-position: 97px 25px;
    }
    a.cta-link-btn {
        font-size: 37px;
        padding: 27px 38px;
        display: inline-block;
    }
    .table-border-content {
        max-width: 75%;
    }
    .f-md-80 {
        font-size: 80px;
    }
    .f-md-55 {
        font-size: 55px;
    }
    .f-md-70 {
        font-size: 70px;
    }
    .f-md-100 {
        font-size: 100px;
    }
}
/* pricing tabel end */

/* inside sec start */
.inside-section {
    background: #ffffff;
}

/* inside sec end */

/* footer start */
.footer-section {
    background: #000000;
    padding: 30px 0px;
}
.footer-ul {
    padding: 0px;
    margin: 0px;
}
.footer-ul li {
    display: inline;
}
.footer-ul .t-decoration-none:hover {
    color: #fff;
}
@media(min-width:768px) {
    .footer-section {
        padding: 70px 0px;
    }
}

/* footer end */


@media (min-width: 768px) {
    .f-md-80 {
        font-size: 80px;
    }
}
/*  */





/* slider up start */
.bx-wrapper {
    border: 0px !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    max-width: auto !important;
}
.bx-viewport {
    position: relative !important;
}
.bxslider {
    background: transparent !important;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    border: 0px !important;
    font-weight: 800;
    position: relative;
}
.bxslider li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 76px;
    line-height: 32px;
    text-align: center;
}
@media (min-width: 768px){
    .bxslider li {
        justify-content: center;
        min-width: 100%;
        float: left !important;
        width: auto !important;
    }
}
/* slider up end */