* {
    margin            : 0;
    padding           : 0;
    box-sizing        : border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing   : border-box;
}

:after,
:before {
    box-sizing        : border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing   : border-box;
}

table {
    border-collapse: collapse;
    border-spacing : 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style : normal;
    font-weight: 400;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size  : 100%;
    font-weight: 700;
}

q:after,
q:before {
    content: "";
}

abbr,
acronym {
    border: 0;
}

.clear {
    clear      : both;
    font-size  : 1px;
    line-height: 1px;
    display    : block;
    height     : 0;
}

.clearfix:after {
    content: "";
    display: block;
    clear  : both;
}

.last {
    margin: 0 !important;
}

.pad_last {
    padding: 0 !important;
}

.no_bg {
    background: 0 0 !important;
}

.no_bor {
    border: 0 none !important;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

a {
    /*color          : #000;*/
    text-decoration: none;
    outline        : 0 none !important;
}

a:focus,
a:hover {
    /*color          : #000;*/
    text-decoration: none;
    outline        : 0 none !important;
}

h1 {
    /*font-size  : 31px;*/
    font-size  : 40px;
    font-weight: 600;
    color      : #2f2f2f;
    /*line-height: 1.4;*/
    line-height: 50px;
}

h2 {
    font-size  : 30px;
    font-weight: 600;
    color      : #0014e3;
    line-height: 40px;
}

h3 {
    font-size: 24px;
    line-height: 24px;
}

h4 {
    font-size: 18px;
    line-height: 28px;
}

h5 {
    font-size: 14px;
    line-height: 24px;
}

h6 {
    font-size: 12px;
    line-height: 22px;
}

p {
    /*font-size    : 16px;*/
    /*font-size    : 20px;*/
    font-size: 18px;
    color        : #2f2f2f;
    opacity      : 0.8;
    line-height  : 30px;
    margin-bottom: 0;
}
p.card-text {
    opacity: 1;
    color: #0014e3;
}
.fs-16 {
    font-size: 16px !important;
}
.expone .sample-chapter {
    cursor: auto !important;
    pointer-events: none !important;
}

body {
    color      : #000;
    font-size  : 14px;
    font-family: Poppins, sans-serif;
    overflow-x : hidden;
}

.flt-lt {
    float: left;
}

.flt-rt {
    float: right;
}

.container {
    max-width: 1280px;
    margin   : 0 auto;
}

button,
input,
select,
textarea {
    -webkit-appearance   : none;
    -moz-appearance      : none;
    -ms-appearance       : none;
    -o-appearance        : none;
    appearance           : none;
    -webkit-border-radius: 0;
}

header {
    background: #fff;
    width     : 100%;
    z-index   : 1000;
    top       : 0;
    left      : 0;
    right     : 0;
    transition: 0.5s;
    position  : fixed;
}

header.shrink {
    position        : fixed;
    z-index         : 1000;
    top             : 0;
    box-shadow      : 0 4px 16px rgba(0, 0, 0, 0.2);
    left            : 0;
    right           : 0;
    width           : 100%;
    background-color: #fff;
}

.wrapper {
    padding-top: 100px;
}

.wrap-right .nav-item {
    padding: 0 0 0 50px;
}

.banner-points li {
    /*font-weight: 400;*/
    font-weight: 600;
    /*font-size  : 16px;*/
    font-size  : 20px;
    color      : #0014e3;
    opacity    : 0.8;
}

.wr-rt {
    padding: 90px 0 0 30px;
}
.free-btn-gradient{
    font-weight: 600;
    transition : 0.5s;
    /*background : linear-gradient(92.48deg,*/
    /*        #fa10c1 2.03%,*/
    /*        #fb5e5e 34.69%,*/
    /*        #f5a71d 100%);*/
    background: #fa10c1;
    color        : #fff;
    border-radius: 12px;
    padding      : 10px 32px 10px 32px;
    font-size    : 18px; 
}
.free-btn-gradient:focus,
.free-btn-gradient:hover{
    font-weight: 600;
    transition : 0.5s;
    /*background : linear-gradient(92.48deg,*/
    /*        #fa10c1 2.03%,*/
    /*        #fb5e5e 34.69%,*/
    /*        #f5a71d 100%);*/
    /*background: #0014e3;*/
    color        : #fff !important;
    border-radius: 12px;
    padding      : 10px 32px 10px 32px;
    font-size    : 18px; 
    
    background: #fa10c1 !important;
}
.free-btn {
    font-weight: 600;
    transition : 0.5s;
    /*background : linear-gradient(92.48deg,*/
    /*        #fa10c1 2.03%,*/
    /*        #fb5e5e 34.69%,*/
    /*        #f5a71d 100%);*/
    
    background: #0014e3;
    color        : #fff;
    border-radius: 12px;
    padding      : 10px 32px 10px 32px;
    font-size    : 18px;
}

.video-btn {
    font-weight: 500;
    font-size  : 20px;
    background : linear-gradient(92.48deg,
            #fa10c1 2.03%,
            #fb5e5e 34.69%,
            #f5a71d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color                  : #fa10c1 !important;
    border                 : 2px solid #fa10c1;
    padding                : 10px 32px 10px 32px;
    border-radius          : 12px;
}

.discover .card {
    box-shadow   : 0 4px 16px rgb(0 0 0 / 20%);
    border-radius: 8px;
    border       : 0;
}

.sample-link,
.sample-link:hover {
    font-size: 14px;
}

.pt-100 {
    padding-top: 100px;
}

.sub-div {
    padding: 15px 30px 30px 0;
}

.img-padd {
    padding: 0;
}

.bt-desc {
    padding: 0 20px 20px 20px;
}

.math-sce-cards {
    background   : #fff;
    box-shadow   : 0 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.rupee h5 {
    /*color      : #75539b;*/
    /*color      :#0014e3;*/
    /*font-size  : 22px;*/
    font-weight: 600;
    font-size: 20px;
    color: #0014e3;
}

.rupee span {
    font-size  : 14px;
    font-weight: 500;
}

.img-padd .title {
    color      : #fff;
    position   : absolute;
    top        : 50%;
    left       : 50%;
    transform  : translate(-50%, -50%);
    font-weight: 600;
}

.offer-bg {
    position: absolute;
    left    : -6px;
    top     : 0;
}

.apply-offer {
    position : absolute;
    bottom   : 64px;
    left     : 12px;
    color    : #fff;
    transform: rotate(-44deg);
}

.step-8 {
    position: absolute;
    left    : 300px;
    top     : 140px;
}

.blue-gradient {
    color: #75539b;
}

.white-gradient {
    color: #fff;
}

.step-7 {
    position: absolute;
    top     : 180px;
    left    : -10px;
}

.step-6 {
    position: absolute;
    left    : 300px;
    top     : 228px;
}

.step-5 {
    position: absolute;
    top     : 272px;
    left    : -10px;
}

.step-4 {
    position: absolute;
    top     : 315px;
    left    : 300px;
}

.w-204 {
    width: 215px;
}

.step-3 {
    position: absolute;
    top     : 368px;
    left    : -10px;
}

.w-204:nth-child(odd) {
    text-align: right;
}

.w-204:nth-child(even) {
    text-align: left;
}

.step-2 {
    position: absolute;
    top     : 415px;
    left    : 300px;
}

.step-1 {
    position: absolute;
    top     : 455px;
    left    : -10px;
}

.wave-form {
    background-image   : url(../images/wave.png);
    background-repeat  : no-repeat;
    background-repeat  : no-repeat;
    background-position: bottom;
    background-size    : 100%;
    height             : 690px;
}

.buddy-desc {
    /*max-width : 638px;*/
    max-width: 888px;
    margin    : 0 auto;
    text-align: center;
}

.academy-classes .nav-item {
    padding   : 0 30px 0 0;
    background: #fff;
}

.buddy-world-desc {
    max-width : 700px;
    margin    : 0 auto;
    text-align: center;
}

.footer-links li {
    padding: 10px 0 10px 0;
}

.footer {
    background-image   : url(../images/footer-bg.png);
    background-position: inherit;
    background-repeat  : no-repeat;
    background-size    : 100% 100%;
}

.footer h3 {
    color      : #fff;
    font-weight: 600;
}

.footer-links li a {
    color      : #fff;
    font-size  : 14px;
    font-weight: 400;
}

.media-icons .nav-link {
    padding: 10px 5px 0 10px;
}

.cpy-rt {
    font-size  : 14px;
    color      : #fff;
    font-weight: 400;
    opacity    : 0.5;
}

.expone {
    padding: 15px;
}

.grades {
    padding: 25px 30px 0 0;
}

.mac-curri .nav-item .nav-link {
    background-color: #fa10c1;
    border-radius   : 50%;
    background-color: #fff;
    border-radius   : 50%;
    width           : 75px;
    height          : 75px;
    box-shadow      : 0 2px 12px rgba(0, 0, 0, 0.1);
    border-radius   : 100px;
    color           : #000;
    padding         : 25px 0 0 22px;
    font-size       : 16px;
}

.mac-curri .nav-item .nav-link.active {
    /*background: linear-gradient(92.48deg,*/
    /*        #fa10c1 2.03%,*/
    /*        #fb5e5e 34.69%,*/
    /*        #f5a71d 100%);*/
    border-radius   : 50%;
    background-color: #fa10c1;
    border-radius   : 50%;
    width           : 75px;
    height          : 75px;
    color           : #fff;
    font-weight     : 600;
    padding         : 25px 0 0 22px;
    font-size       : 16px;
}

.mac-curri .nav-item {
    padding: 0 30px 0 0;
}

.tab-cards {
    max-width: 1024px;
    margin   : 0 auto;
}

.sample-chapter,
.sample-chapter:hover {
    font-weight: 600;
    font-size  : 18px;
    color      : #0014e3;
}

.chapter-map,
.chapter-map:hover {
    color          : #fa10c1;
    font-weight    : 600;
    font-size      : 16px;
    line-height: 26px;
    text-decoration: underline;
}

.pricing-tab li a span{
    background-color       : #fff;
    border-radius          : 12px;
    box-shadow             : 0 2px 12px rgba(0, 0, 0, 0.1);
    border-top-left-radius : 12px !important;
    border-top-right-radius: 12px !important;
    font-weight            : 500;
    font-size              : 16px;
    padding                : 12px 60px 12px 60px;
}

.pricing-tab li a.active span {
    /*background: linear-gradient(92.48deg,*/
    /*        #fa10c1 2.03%,*/
    /*        #fb5e5e 34.69%,*/
    /*        #f5a71d 100%);*/
    color      : #fff !important;
    font-weight: 600;
    /*background: #fa10c1;*/
    background: #0014e3;
}


.pricing-tab li a.active h3 {
    color:#fa10c1;
}

.pricing-tab li:hover a h3{
     color:#fa10c1;
}

.pricing-tab li {
    padding: 0 25px 0 25px;
}

.onhover-grad:hover {
    color     : #fff;
    transition: 0.5s;
}

.acc-btn:hover {
    text-decoration: none;
}

.acc-btn:focus {
    box-shadow: none;
}

.accordion-faq .acc-btn {
    font-weight: 500;
    font-size  : 18px;
    color      : #2f2f2f;
}

.accordion-faq .collapsed .drp-down-img {
    transform: rotate(0);
    height   : 19px;
    width    : auto;
}

.drp-down-img {
    transition: 0.5s;
    transform : rotate(180deg);
    height    : 19px;
    width     : auto;
}

.questions {
    background-color: #7b50a0;
    margin          : 0 15px 0 0;
    border-radius   : 50%;
    height          : 30px;
    width           : 30px;
}

.q-mark {
    padding: 0 8px 0 8px;
}

.faq_img {
    height: 30px;
    width : auto;
}

.accordion-faq p {
    padding: 0 0 25px 0;
}

.accordion-faq .card {
    border-bottom: 1px solid #ccc !important;
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: none;
}

.carousel-caption p {
    columns: #000;
}

.new-carrrosel {
    max-width: 500px;
    margin   : 0 auto;
}

.new-carrrosel .carousel-caption {
    position: inherit;
}

.indicators li {
    background-color: #ccc;
}

.indicators li.active {
    background-color: #7b50a0;
}

.cr-cl .carousel-control-prev {
    background-image : url(../images/prev.png);
    background-repeat: no-repeat;
}

.cr-cl .carousel-control-next {
    background-image   : url(../images/next.png);
    background-repeat  : no-repeat;
    background-position: top;
}

.cr-cl .carousel-caption {
    left : 0;
    right: 0;
}

.cr-cl .carousel-caption h5 {
    font-weight: 600;
    font-size  : 18px;
    color      : #2f2f2f;
}

.inverted {
    font-size  : 36px;
    font-family: auto;
}

.new-carrrosel p {
    padding    : 0 30px 0 50px;
    font-size  : 20px;
    /*font-family: Prata, serif;*/
}

.accordion-faq .card-header {
    padding: 0;
}

.accordion-faq .acc-btn {
    padding: 15px 0 15px 0;
}

.accordion-faq .card-body {
    padding: 0;
}

.testimonials .slick-dots li {
    width           : 30px;
    height          : 3px;
    background-color: #ccc;
}

.testimonials .slick-dots li.slick-active {
    width           : 30px;
    height          : 3px;
    background-color: #7b50a0;
}

.testmonials-box {
    border           : 5px solid #0014e3;
    border-radius    : 10px;
    text-align       : center;
    background-repeat: no-repeat;
    background-size  : 100% 100%;
    /*height           : 220px;*/
    height           : 270px
}

.testmonials-box p {
    padding    : 28px 50px 50px 60px;
    /*font-family: Prata, serif;*/
    font-size  : 20px;
}

.testmonials-box .four-lines-limit {
    /*max-height: 150px;*/
    /*min-height: 150px;*/
    /*max-height: 210px;*/
    /*min-height: 210px;*/
    max-height: 200px;
    min-height: 200px;
    color: #0014e3;
    opacity: 1;
}

.innver {
    width           : 50px;
    height          : 60px;
    position        : absolute;
    left            : -23px;
    top             : 0;
    background-color: #fff;
    padding         : 5px;
}

.innver img {
    width: 40px;
}

.profile-pic {
    position     : absolute;
    /*bottom       : -33px;*/
    bottom       : -58px;
    left         : 50%;
    transform    : translateX(-50%);
    border-radius: 50%;
    /*width        : 75px;*/
    /*height       : 70px;*/
    width: 110px;
    height: 110px;
    border       : 5px solid #444291;
}

.testimonials .slick-next {
    background-image : url(../images/next.png);
    background-repeat: no-repeat;
    right            : 280px;
    background-size  : 100%;
    height           : 50px;
    width            : 50px;
}

.testimonials .slick-next:before {
    display: none;
}

.testimonials .slick-prev {
    background-image : url(../images/prev.png);
    background-repeat: no-repeat;
    right            : 280px;
    background-size  : 100%;
    height           : 50px;
    width            : 50px;
    left             : 250px;
    z-index          : 100;
}

.testimonials .slick-prev:before {
    display: none;
}

.testimonials .slick-dots li:nth-of-type(1n + 4) {
    /*display: none;*/
}

.testimonials .slick-slide.slick-active.slick-center {
    opacity: 1;
}

.mxbudddy {
    box-shadow   : 0 2px 12px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding      : 20px 10px 20px 10px;
    transition   : transform 0.5s;
    max-width    : 175px;
    min-width    : 185px;
}

.free-btn:hover {
    /*background: linear-gradient(92.48deg,*/
    /*        #f5a71d 2.03%,*/
    /*        #fb5e5e 34.69%,*/
    /*        #fa10c1 100%) !important;*/
    color: #fff;
    background: #fa10c1 !important;
    transition: 0.5s all ease;
}

.video-btn:hover {
    color: #fa10c1 !important;
}

.demo-btn {
    font-weight  : 500;
    font-size    : 18px;
    position     : relative;
    border       : 1.5px solid transparent;
    border-radius: 12px;
    background   : #fff;
    color        : #0014e3 !important;
    cursor       : pointer;
}

.demo-btn::after {
    position: absolute;
    top     : -4px;
    bottom  : -4px;
    left    : -4px;
    right   : -4px;
    background: linear-gradient(92.48deg,
            #fa10c1 2.03%,
            #fb5e5e 34.69%,
            #f5a71d 100%);
    content      : "";
    z-index      : -1;
    border-radius: 16px;
}

.demo-btn:hover {
    color: #0014e3 !important;
}

.two-lines-limit {
    overflow          : hidden;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    /*max-height        : 58px;*/
    /*min-height        : 58px;*/
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 88px;
    min-height: 88px;
}

.bubble-one {
    position: absolute;
    top     : 0;
    left    : 40px;
}

.bubble-two {
    position: absolute;
    top     : 0;
    right   : 40px;
}

.bubble-three {
    position: absolute;
    top     : 150px;
    left    : 200px;
}

.bubble-four {
    position: absolute;
    bottom  : 50px;
    right   : 50px;
}

.bubble-five {
    position: absolute;
    bottom  : 50px;
    left    : 50px;
}

.swiper-slide {
    text-align             : center;
    font-size              : 18px;
    background             : #fff;
    width                  : 80%;
    display                : -webkit-box;
    display                : -ms-flexbox;
    display                : -webkit-flex;
    display                : flex;
    -webkit-box-pack       : center;
    -ms-flex-pack          : center;
    -webkit-justify-content: center;
    justify-content        : center;
    -webkit-box-align      : center;
    -ms-flex-align         : center;
    -webkit-align-items    : center;
    align-items            : center;
}

.swiper-slide:nth-child(2n) {
    width: 60%;
}

.swiper-slide:nth-child(3n) {
    width: 40%;
}

.register .modal-body {
    overflow: inherit;
}

.register .modal-content {
    overflow: inherit;
}

.lets-start {
    position: absolute;
    top     : 45px;
    padding : 20px 35px 35px 35px;
}

.prep-logo {
    height: 30px !important;
    width : auto !important;
}

.wrap-form {
    padding: 60px 50px 43px 30px;
}

.theme-text {
    color: #0014e3 !important;
}

.fs-12 {
    font-size: 12px;
}

.fw-600 {
    font-weight: 600;
}

.form-fields {
    border       : 1px solid #a6a2a2;
    border-radius: 100px;
    color        : #131313;
}

.form-fields::placeholder {
    color: #c4c4c4;
}

.thank-text {
    position: absolute;
    top     : 0;
    width   : 100%;
}

.buddy-academy-girl {
    position: absolute;
    top     : 0;
    right   : 0;
    z-index : -1;
}

.height-724 {
    height: 480px;
}

.wrap-right .nav-item {
    padding: 10px 0 10px 30px;
}

.semibold {
    font-weight: 600;
}

.theme-linear-gradient {
    /*background: linear-gradient(92.48deg,*/
    /*        #fa10c1 2.03%,*/
    /*        #fb5e5e 34.69%,*/
    /*        #f5a71d 100%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    /*color                  : #fa10c1 !important;*/
    /*border-bottom          : 1px solid #fb5e5e;*/
    
    color: #fa10c1 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    text-decoration: underline !important;
}

.wave-form h4 {
    font-weight: 600;
}

.rockets {
    /* width: 564px;
	height: 312px; */
    /* animation: up-down 2s ease-in-out infinite alternate-reverse both; */
}

.buddy-world-bg {
    /*background-image : url(../images/buddy-world-bg.png);*/
    background-image : url(../images/buddy-world-bg-blue.jpg);
    background-repeat: no-repeat;
    /*background-size  : 100% 100%;*/
    background-size  : 100% 110%;
}

.four-lines-limit {
    overflow          : hidden;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height        : 140px;
    min-height        : 140px;
}

.footer-links li a:hover {
    font-weight    : 400;
    text-decoration: underline;
}

.demo-btn:hover .demo-btn::after {
    color: red;
}

.left-wrap {
    width: 50%;
}

@media (min-width:1700px){
    
.left-wrap {
    width: 40%;
}
}

.grow {
    transition: all 0.2s ease-in-out;
}

.grow:hover {
    transform: scale(1.05);
}

.wrap-right .nav-link.demo-btn {
    padding-right: 20px;
    padding-left : 20px;
}

.normal-button {
    --r: 40px;
    --b: 2px;
    background: linear-gradient(to right,
            #fa10c1 2.03%,
            #fb5e5e 34.69%,
            #f5a71d 100%);
    -webkit-background-clip: text;
    background-clip        : text;
    -webkit-text-fill-color: #0014e3;
    color                  : #0014e3;
    border-radius          : var(--r);
    display                : flex;
    align-items            : center;
    justify-content        : center;
    font-size              : 18px;
    height                 : 52px;
    margin                 : 0 auto;
    position               : relative;
    z-index                : 0;
    text-decoration        : none;
    padding                : 10px 32px 10px 32px;
}

.normal-button::before {
    content               : "";
    position              : absolute;
    z-index               : -1;
    top                   : 0;
    left                  : 0;
    right                 : 0;
    bottom                : 0;
    border-radius         : var(--r);
    border                : var(--b) solid transparent;
    border-radius         : var(--r);
    background            : inherit;
    background-origin     : border-box;
    background-clip       : border-box;
    -webkit-mask          : linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite        : exclude;
    -webkit-mask-repeat   : no-repeat;
}

.normal-button:hover {
    color                  : #fff;
    
    background: #fa10c1;
    /*-webkit-text-fill-color: #fff;*/
    /*-webkit-background-clip: border-box;*/
    /*background-clip        : border-box;*/
}

.normal-button:hover::before {
    -webkit-mask: none;
}

.wrap-right li {
    padding: 0px 0 0px 20px;
}

.new-video-btn {
    
    /*background: linear-gradient(to right,*/
    /*        #fa10c1 2.03%,*/
    /*        #fb5e5e 34.69%,*/
    /*        #f5a71d 100%);  */
    /*-webkit-background-clip: text;*/
    /*background-clip        : text;*/
    /*-webkit-text-fill-color: transparent;*/
    border: 1px solid #fa10c1;
    color                  : #fa10c1;
    border-radius          :12px;
    display                : flex;
    align-items            : center;
    justify-content        : center;
    height                 : 50px;
    margin                 : 0 auto;
    position               : relative;
    z-index                : 0;
    text-decoration        : none;
    padding                : 10px 32px 10px 32px;
    font-size              : 16px;
    font-weight            : 500;
}

.new-video-btn::before {
    content               : "";
    position              : absolute;
    z-index               : -1;
    top                   : 0;
    left                  : 0;
    right                 : 0;
    bottom                : 0; 
    border                : 1px solid transparent;
    border-radius         : 12px;
    background            : inherit;
    background-origin     : border-box;
    background-clip       : border-box;
    -webkit-mask          : linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite        : exclude;
    -webkit-mask-repeat   : no-repeat;
}

.new-video-btn:hover {
    /*font-weight            : 400;*/
    color                  : #fff;
    background: #fa10c1;
    /*-webkit-text-fill-color: #fff;*/
    /*-webkit-background-clip: border-box;*/
    /*background-clip        : border-box;*/
}

.new-video-btn:hover::before {
    -webkit-mask: none;
}

.banner-btns li {
    padding: 0 25px 0 0;
}

.w-200 {
    width: 200px;
}

.for-grade {
    color      : #293bb8;
    font-weight: 600;
}


.for-grade-lg {
    color      : #0014e3;
    font-weight: 600;
}

.budy-text {
    position  : absolute;
    top       : 50%;
    left      : 50%;
    text-align: center;
    transform : translate(-50%, -50%);
    color     : #fff;
}

.budy-text h3 {
    font-family: Poppins, sans-serif;
    font-size  : 18px;
    font-weight: 600;
}

.bubble-five,
.bubble-four,
.bubble-one,
.bubble-three,
.bubble-two {
    cursor: pointer;
}

.bubble-five:hover,
.bubble-four:hover,
.bubble-one:hover,
.bubble-three:hover,
.bubble-two:hover {
    transition: all 0.5s ease;
}


.bubble-two {
    width : 140px;
    height: 140px;
}

.bubble-five,
.bubble-three {
    width : 131px;
    height: 131px;
}

.bubble-four {
    width : 140px;
    height: 140px;
}

.h-600 {
    height: 670px;
}

.close.start,
.close.start:hover {
    background-color: #0014e3s;
    color           : #fff;
    font-weight     : 200;
    padding         : 5px 12px 5px 12px;
    border-radius   : 50% !important;
    opacity         : 1;
    font-size       : 26px;
    position        : absolute;
    right           : 7px;
    top             : -75px;
}

.prep .modal-body {
    overflow: inherit;
}

.modal-content.prep {
    overflow: inherit;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.free-btn:focus {
    color: #fff !important;
}

.modal-content.prep .form-fields {
    border-radius: 12px;
}

.registeration .form-fields {
    border-radius: 12px;
}

.curiculam-desc {
    font-weight: 500;
    font-size  : 18px;
    margin     : 0 auto;
    max-width  : 576px;
    color      : #0014e3;
}

.swiper-container {
    width : 100%;
    height: 100%;
}

.swiper-container-pricing {
    width : 100%;
    height: 100%;
}

.swiper-slide {
    text-align             : center;
    font-size              : 18px;
    background             : #fff;
    display                : -webkit-box;
    display                : -ms-flexbox;
    display                : -webkit-flex;
    display                : flex;
    -webkit-box-pack       : center;
    -ms-flex-pack          : center;
    -webkit-justify-content: center;
    justify-content        : center;
    -webkit-box-align      : center;
    -ms-flex-align         : center;
    -webkit-align-items    : center;
    align-items            : center;
}

.logo-text {
    padding: 5px 0 0 0;
}

.three-lines-limit {
    overflow          : hidden;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    /*max-height        : 72px;*/
    /*min-height        : 72px;*/
     max-height        : 92px;
    min-height        : 92px;
}

.paad30 {
    padding: 0 10px 0 5px;
}

.wave-form .swiper-slide {
    background-color: transparent;
}

.radio-button {
    margin-bottom: 1rem;
}

.radio-button__label-wrapper {
    border-radius: 50%;
    cursor       : pointer;
    display      : block;
    padding      : 0 10px 0 28px;
    position     : relative;
    top          : 0.25rem;
}

.radio-button__label-wrapper:hover .radio-button__input~.radio-button__custom-indicator {
    border-color: #000;
}

.radio-button__label-title {
    font-size  : 14px;
    font-weight: 400;
}

.radio-button__label-subtext {
    display   : block;
    font-size : 0.85rem;
    font-style: italic;
}

.radio-button__custom-indicator {
    background-color: #fff;
    border          : 1px solid #fb5e5e;
    border-radius   : 50%;
    height          : 18px;
    left            : 0;
    position        : absolute;
    top             : 0;
    width           : 18px;
}

.radio-button__custom-indicator::after {
    background: linear-gradient(92.48deg,
            #f5a71d 2.03%,
            #fb5e5e 34.69%,
            #fa10c1 100%) !important;
    border-radius: 50%;
    content      : "";
    display      : none;
    height       : 10px;
    left         : 3px;
    position     : absolute;
    top          : 3px;
    width        : 10px;
}

.radio-button__input {
    opacity : 0;
    position: absolute;
    z-index : -1;
}

.radio-button__input:focus~.radio-button__custom-indicator {
    border-color: #000;
}

.radio-button__input:checked~.radio-button__custom-indicator::after {
    display: block;
}

.radio-button__input:disabled~.radio-button__custom-indicator {
    opacity       : 0.6;
    pointer-events: none;
}


.subjects li {
    background   : #ffdce8;
    border-radius: 6px;
    font-size    : 11px;
    margin       : 0 10px 0 0;
}

.subjects li a {
    padding: 6px 10px 6px 10px;
}

.pric-sci .expone {
    /*padding: 5px;*/
    padding: 0;
}

.formValidation .has-error .help-block {
    color      : #d06868;
    font-size  : 14px;
    line-height: 1.1;
}

.h-500 {
    height: 500px;
}

.select-drp::after {
    content: " - Remember this";
}

.bottom-spacing {
    margin-bottom: 100px;
}

.testimonials .swiper-pagination-bullet {
    width           : 30px;
    height          : 4px;
    background-color: #ccc;
    border-radius   : 0;
    opacity         : 1;
}

.testimonials .swiper-pagination-bullet-active {
    background: linear-gradient(180deg, #7b50a0 0, #303d8c 100%);
}

.test-profile {
    position : absolute;
    bottom   : -121px;
    left     : 50%;
    transform: translateX(-50%);
    width:100%;
}

.test-profile h5 {
    font-size  : 18px;
    font-weight: 600;
}

.test-profile label {
    font-size: 14px;
}

.swiper-pagination-custom,
.swiper-pagination-fraction,
.testimonials .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: -80px;
}

.select-drop option {
    background-color: #fff;
    color           : #000;
}

.testimonials .swiper-button-next {
    right: 200px;
}

.testimonials .swiper-button-prev {
    left: 200px;
}

.wave-form.bottom-spacing {
    margin-bottom: 20px;
}

.testimonials .swiper-slide {
    padding: 0 0 0 45px;
    width  : 658px !important;
}

.testimonials .swiper-slide.swiper-slide-next {
    margin-top: -40px;
}

.testimonials .swiper-button-next {
    background-image   : url(../images/next.png);
    background-repeat  : no-repeat;
    background-position: top;
    background-size    : 100% 100%;
    height             : 50px;
    width              : 50px;
}

.testimonials .swiper-button-next:after {
    display: none;
}

.testimonials .swiper-button-prev:after {
    display: none;
}

.testimonials .swiper-button-prev {
    background-image   : url(../images/prev.png);
    background-repeat  : no-repeat;
    background-position: top;
    background-size    : 100% 100%;
    height             : 50px;
    width              : 50px;
}

.testimonials .swiper-slide {
    opacity: 0.25;
}

.testimonials .swiper-slide-next {
    opacity: 1;
}

.theme-gradient {
    background             : linear-gradient(105.24deg, #75539b 2.2%, #293bb8 96.8%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fs-16 {
    font-size: 16px !important;
}

.prep .wrap-form {
    padding: 0 30px 0 0;
}

.prep .modal-body {
    height: 445px;
}

.modal-content.prep {
    border-radius: 13px;
}

#prop-meter .modal-dialog {
    height: 760px;
}

.prep .form-fields::-webkit-input-placeholder {
    opacity: 0.6;
}

.prep .form-fields:-ms-input-placeholder {
    opacity: 0.6;
}

.prep .form-fields::placeholder {
    opacity: 0.6;
}

.padding-20 {
    padding: 20px 20px 20px 20px;
}

.faq-bg {
    background: linear-gradient(180deg,
            rgba(249, 244, 255, 0) 0,
            rgba(249, 244, 255, 0.707071) 18.75%,
            #f9f4ff 51.56%,
            rgba(249, 244, 255, 0.709677) 80.73%,
            rgba(249, 244, 255, 0) 100%);
}

.padding30 {
    padding: 0 30px 0 30px;
}

.buddy-world-desc h4 {
    font-weight: 600;
}

.explore-img {
    padding: 20px;
}

.sub-div .swiper-slide {
    margin-right: 0 !important;
}

.swiper-container-curriculam .expone,
.swiper-container-science .expone,
.swiper-container-pricing .expone {
    transition: all 0.2s ease-in-out;
}


.swiper-container-curriculam .expone:hover,
.swiper-container-science .expone:hover,
.swiper-container-pricing .expone:hover {
    transition: all 0.2s ease-in-out;
    transform: scale(1.04);
}
.swiper-container-curriculam .expone {
    padding: 0;
    width  : inherit;
}

.swiper-container-science .expone {
    padding: 0;
    width  : inherit;
}

.wave-form .paad30 {
    padding: 15px;
}

.swiper-container-pricing .expone {
    padding: 0;
}

.faq-bg .card {
    background-color: #fff0 !important;
}

.accordion-faq .card-header {
    background-color: #fff0 !important;
}

.wave-2 {
    background-image   : url(../images/wave-2.png);
    background-repeat  : no-repeat;
    background-position: bottom;
    background-size    : 100%;
}

.carousel .slick-list {
    overflow: inherit;
}

.tesimonial-carousel .expone {
    padding: 50px;
}

#register .close.start,
#register .close.start:hover {
    top: -20px;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.img-reg {
    object-fit               : cover;
    border-bottom-left-radius: 12px;
    border-top-left-radius   : 12px;
}

.register .modal-content {
    border-radius: 12px;
}

.margin-12 {
    margin: 12px 0 0 0;
}

.wrap-right .free-btn {
    padding: 12px 32px 12px 32px;
}

.thank-bg {
    border-radius: 11px;
}

#thank-you .close {
    right  : -12px;
    z-index: 1000;
    top    : -12px;
}

.w245 {
    width: 245px;
}

.padding {
    padding-top: 12px !important;
}

.padding .free-btn {
    padding: 11px 32px 11px 32px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-12 .free-btn {
    padding: 11px 32px 12px 32px;
}

.testimonials .slick-prev {
    top : 135px !important;
    left: 60px !important;
}

.testimonials .slick-next {
    right: 52px !important;
    top  : 135px !important;
}

.cr-cl .carousel-control-prev {
    top: 75px;
}

.carousel-control-next {
    top: 75px;
}

#maths_curriculum .expone .title {
    overflow          : hidden;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height        : 32px;
    min-height        : 32px;
}

#science_curriculum .expone .title {
    overflow          : hidden;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height        : 32px;
    min-height        : 32px;
}

.testimonials .slick-list {
    overflow: visible;
}

#maths_curriculum .expone .sample-chapter {
    overflow          : hidden;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height        : 55px;
    min-height        : 55px;
}

#science_curriculum .expone .sample-chapter {
    overflow          : hidden;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height        : 55px;
    min-height        : 55px;
}

.swiper-container-new-t {
    position   : relative;
    width      : 90vw;
    height     : 300px;
    margin-left: 60px;
}

.testimonials .swiper-container-new-t>.swiper-slide__content {
    position: absolute;
    top     : 0;
}

.swiper-container-new-t .swiper-slide {
    transition: all 200ms linear;
    transform : scale(0.8);
    /*opacity   : 0.5;*/
    opacity   : 0.1;
}

.swiper-container-new-t .swiper-slide.swiper-slide-active {
    transform: scale(1);
    opacity  : 1;
}

/* .swiper-container-new-t .swiper-slide__content {
    height: 300px;
  } */

.swiper-container-new-t .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity       : 1;
    cursor        : pointer;
    pointer-events: auto;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width        : 30px;
    height       : 3px;
    border-radius: 0;
}
@media (max-width:767px){
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        width        : 20px;
    }
    .swiper-container-new-t .swiper-pagination{ 
        bottom: -98px;
    }
    .buddy-world-bg { 
        background-image : url(../images/buddy-world-bg-blue-mobile1.png);
        background-repeat: no-repeat;
        background-size  : 100% 100%;
    }
}
.swiper-pagination-bullet-active {
    background-color: #7b50a0;
}

.swiper-container-new-t .swiper-button-prev {
    background-image : url(../images/prev.png);
    background-repeat: no-repeat;
    right            : 280px;
    background-size  : 100%;
    height           : 50px;
    width            : 50px;
    left             : 0px;
    z-index          : 100;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    display: none;
}

.swiper-container-new-t .swiper-button-next {
    background-image : url(../images/next.png);
    background-repeat: no-repeat;
    right            : 0px;
    background-size  : 100%;
    height           : 50px;
    width            : 50px;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    display: none;
}

.swiper-container-new-t .swiper-pagination {
    /*bottom: -60px;*/
    bottom: -123px;
}

.swiper-container-new-t .swiper-pagination-bullet:nth-of-type(1n + 4) {
    /*display: none;*/
}

.rockets.animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

.rocket-position {
    position : absolute;
    right    : 45%;
    transform: translateX(-50%) !important;
    top      : -75px;
    /*animation: up-down 2s ease-in-out infinite alternate-reverse both;*/
    animation: up-down 1s ease-in-out infinite alternate-reverse both;
}

.mt120 {
    margin-top: 120px;
    margin-top: 80px;
}

div.mxbudddy:hover {
    box-shadow: 0 2px 12px rgb(255 162 195 / 77%);
    transition: 0.5s all ease;
}

.cursor-auto li a {
    cursor: auto !important;
}

.discover-subject {
    background: #fafafa;
    padding   : 1rem 0 0 0;
    /*height  : 100vh;*/
}

.discover-subject__lists li {
    border       : 2px solid #0014e3;
    padding      : 40px;
    margin       : 42px 0;
    border-radius: 24px;
}

.discover-subject__lists {
    padding-top   : 0;
    padding-bottom: 0;
    display       : flex;
    flex-direction: column;
}

.discover-subject__item {
    position: relative;
}

.discover-subject__title {
    position   : absolute;
    /*font-size  : 30px;*/
    font-size  : 36px;
    font-weight: 600;
    top        : 0;
    left       : 0;
    background : #fafafa;
    padding    : 12px;
    color      : #fa10c1;
    transform  : translate(28px, -33px);
}

.discover-subject__title span {
    color: #0014e3;
}

.discover-subject__desc {
    /*color  : #0014e3;*/
    color  : #0014e3;
    padding: 0 0 7px 0;
}

.discover-subject__link {
    color     : #e73d7e;
    margin    : 12px 0 10px 0;
    display   : inline-block;
    transition: 0.5s all ease;
}

.discover-subject__link:hover {
    color     : #0014e3;
    transition: 0.5s all ease;
}

.discover-subject__btn {
    background    : #0014e3;
    color         : #fff;
    text-transform: uppercase;
    padding       : 7px;
    border-radius : 8px;
    position      : absolute;
    margin        : 4px;
    bottom        : 0;
    left          : 0;
    transform     : translate(38px, 17px);
    transition    : 0.5s all ease;
    border        : 1px solid #0014e3;
}

.discover-subject__btn:hover {
    background: #fa10c1;
    /*color     : #0014e3;*/
    color     : #fff;
    transition: 0.5s all ease;
    /*border    : 1px solid #0014e3;*/
    border    : 1px solid #fa10c1;
}

.discover-subject__pattern {
    position  : absolute;
    right     : 0;
    width     : 88px;
    bottom    : 0;
    height    : 123px;
    object-fit: contain;
    transform : translate(27px, 42px);
}

/*BUDDIES DISCOVER */
.bg-whilet {
    background: #794f9f;
}

.buddies-section {
    position  : relative;
    background: #794f9f;
}

.buddies-section__title {
    color      : #f5a81e;
    font-weight: 400;
}

.buddies-section__subtitle {
    /*color      : #f5a81e;*/
    color      : #fff;
    font-weight: 300;
}

.buddies-section__info {
    color      : #fff;
    font-weight: 500;
}

.buddy-divider {
    width     : 10%;
    background: #f5a81e;
    height    : 2px;
    margin    : 15px 0;
}

.buddies-section__desc {
    color      : white;
    max-width  : 100%;
    opacity    : 1;
    font-weight: 300;
}

.-pinky{
    color: #fa10c1;
}

.-blueky{
    color: #0014e3;
}

.-whitey{
    color: #fff;
}
.-orangy{
    color: orange;
}
/*PRICING TABS*/
.tabContent {
    display: flex;
    width: 100%;
    justify-content: center;
}
.nav-nested-tabs a h3 {
    font-size: 16px !important;
    font-weight: 500;
    color: #0014e3;
    border: 2px solid #0014e3;
    padding: 8px 12px;
    border-radius: 12px;
    text-align: center;
    margin:12px; 
}
.nav-nested-tabs.active a h3,
.nav-nested-tabs a.active h3 {
    font-size: 16px !important;
    font-weight: 500;
    color: #fff;
    border: 2px solid #fa10c1;
    padding: 8px 12px;
    border-radius: 12px;
    text-align: center;
    margin:12px;
    background: #fa10c1;
}

/*carouselExampleIndicators*/
#carouselExampleIndicators p {
    color: #0014e3 !important;
    opacity: 1;
}

.CurriculumFees .chapter-map {
    color: #fa10c1 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    text-decoration: underline !important;
}

.CurriculumFees .chapter-map:hover {
    color: #fa10c1 !important;
    text-decoration: underline !important;
}

.why-buddy-academy p {
    color: #0014e3;
    opacity: 1;
}
.text-center.mxbudddy p {
    /*color: #2f2f2f;*/
}

ul.banner-points.dots-image li {
    color: #0014e3;
    opacity: 1;
    font-weight: 400;
    padding-left: 0;
}

ul.banner-points.dots-image{
    padding-left: 0;
}

.-subheading{ 
    color: #0014e3 !important;
    opacity: 1;
    font-weight: 400;
} 
span.forBetter {
    color: #0014e3;
    font-weight: 600;
    font-size: 23px;
    line-height: 34px;
}
.cursorPointer{
    cursor: pointer;
}

.togglePanelInfo {
  display: none;
}
.new-vido-btn {
    background: #fa10c1 !important;
}
/*IOS*/
 
@supports (-webkit-touch-callout: none) {
     .new-video-btn span {
        color: #fa10c1;
    }
    
    .new-video-btn {
        border: 1px solid #fa10c1;
        color: #fa10c1;
        background: transparent !important;
        -webkit-text-fill-color: #fa10c1;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
    
    .new-video-btn:hover{
        border: 1px solid #fa10c1;
        color: #fff;
        background: #fa10c1 !important;
        -webkit-text-fill-color: #fff;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
}

.dropdown-menu.show {
    box-shadow: 0 4px 16px rgba(0, 0 ,0, 20%);
    border: none;
    min-width: 100%;
}
.btn-link.dropdown-toggle,.dropdownItem__link {
    color: #0014e3 !important;
    font-size: 16px;
    line-height: 26px;
}
.btn-link.dropdown-toggle:hover,.dropdownItem__link:hover {
    text-decoration: underline;
}
@media (max-width:992px){
.-only-desktop{
 display:none !important;   
}
}
.dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover {
    background-color: #fd3781;
    color: white !important;
    text-decoration: none !important;
    transition: 0.6s all ease;
}

button.btn.btn-link.dropdown-toggle {
    background: transparent !important;
    border: none !important;
}

.btn.btn-link.hover, .btn.btn-link:hover ,
.btn.btn-link.active, .btn.btn-link:active ,
.btn.btn-link.focus, .btn.btn-link:focus {
    outline: 0;
    box-shadow: none !important;
}

.text-center.mxbudddy p {
    font-size: 16px !important;
    line-height: 26px !important;
    max-height: 58px;
    min-height: 58px;
}
.-underline {
    position: relative;
}
.-underline:after {
    background: url(../images/usa-land/underline_orange.svg) no-repeat center bottom;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.-blueDarky{
    color: #0014e3;
    font-weight: 600;
}
.ba-us-page .-just-info-width{
    font-size: 28px;
    font-weight: 500;
}
    
@media (max-width:767px){
.ba-us-page ul.nav.nav-tabs.border-bottom-0.d-flex.justify-content-center li {
    width: 34%;
}
}









