@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'proxima_novaregular';
    src: url('../fonts/proximanova-regular-webfont.woff2') format('woff2'),
        url('../fonts/proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_altbold';
    src: url('../fonts/proxima_nova_alt_bold-webfont.woff2') format('woff2'),
        url('../fonts/proxima_nova_alt_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_altlight';
    src: url('../fonts/proxima_nova_alt_light-webfont.woff2') format('woff2'),
        url('../fonts/proxima_nova_alt_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_altthin';
    src: url('../fonts/proxima_nova_alt_thin-webfont.woff2') format('woff2'),
        url('../fonts/proxima_nova_alt_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_novablack';
    src: url('../fonts/proxima_nova_black-webfont.woff2') format('woff2'),
        url('../fonts/proxima_nova_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_novabold';
    src: url('../fonts/proxima_nova_bold-webfont.woff2') format('woff2'),
        url('../fonts/proxima_nova_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_novaextrabold';
    src: url('../fonts/proxima_nova_extrabold-webfont.woff2') format('woff2'),
        url('../fonts/proxima_nova_extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_novathin';
    src: url('../fonts/proxima_nova_thin-webfont.woff2') format('woff2'),
        url('../fonts/proxima_nova_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

:root {
    --primary-font: 'Montserrat', sans-serif;
    --blue-bg: #23408f;
    --blueRoyal-bg: #1758e6;
    --yellow-bg: #ffd860;
    --lightYellow-bg: #fff4d3;
    --green-bg: #69e5ab;
    --orange-bg: #ee7754;
    --muzli-bg: #bdd9f8;
    --muzliDark-bg: #4e79ef;
    --skin-bg: #fef1ef;

}

body {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 16px;
}

header.shrink {
    width: 100%;
    left: 0px;
    top: 0px;
    position: fixed;
    background: #fff;
    -webkit-animation: smoothScroll 1s forwards;
    animation: smoothScroll 1s forwards;
    padding: 10px 0px;
    z-index: 99;
}

@-webkit-keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.landing-page {
    overflow: hidden;
    background: #fff;
    padding-top: 75px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1,
h2,
h3,
h4,
h5,
h6,
.title,
a {
    color: #000;
    font-family: 'Montserrat', sans-serif !important;
}

header {
    padding: 15px 0px;
    /*box-shadow:0px 0px 10px rgba(100, 100, 100, 0.5);*/
    box-shadow: none;
    background: #fff;
    z-index: 2;
    position: relative;
}

.headerBanner { text-align:center; margin:0 auto;}

.banner-section {
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.banner-content h1 {
    font-size: 43px;
    line-height: 60px;
    font-weight: 800;
    color: #000;
    text-decoration: underline;
    letter-spacing: 2px;
    position: relative
}

.banner-content h1::before {
    content: "";
    width: 70px;
    height: 70px;
    position: absolute;
    top: -37px;
    left: -50px;
    background: url(https://www.academy.robogenius.com/wp-content/themes/basel/landingpage/school-solutions/images/green-star.png) no-repeat;
    z-index: 2;
    background-size: contain;
}

.banner-content h3 {
    color: #002782;
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
    margin: 30px 0px;
}

.banner-content p {
    color: #002782;
    font-size: 18px;
    font-weight: 500;
}
section.banners-pluzzles {
    margin: 50px 0;
}
.advantage-slider-block .swiper-slide{
    text-align: center;
}
.banners-pluzzles .innertext .banners-txt h4 {
    font-weight: 800;
    font-size: 36px;
    margin: 30px 0;
}
.banners-pluzzles .innertext {
    padding: 30px;
    height: 100%;
    background: #fff6df;
}
.book-demo-btn {
    display: inline-block;
    padding: 25px 50px;
    border-radius: 50px;
    background: #1758e6;
    color: #73e6b0;
    font-weight: bold;
    box-shadow: 3px 5px 10px rgba(100, 100, 100, 0.5);
    margin: 30px 0px 0px;
    font-size: 20px;
    text-transform: uppercase;
}

.book-demo-btn:hover,
.book-demo-btn:focus {
    background: #73e6b0;
    color: #1758e6 !important;
    text-decoration: none;
}

.course-section {
    position: relative;
    z-index: 1;
    padding: 50px 0px 0px;
    margin-top: -20px;
    overflow: hidden;
    background: #fff url(https://www.academy.robogenius.com/wp-content/themes/basel/landingpage/school-solutions/images/blue-pattern.png) no-repeat top 200px right;
    background-size: contain;
}

.course-section:before {
    content: '';
    width: 100%;
    min-height: 400px;
    z-index: -1;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff4d3;
    border-radius: 200px 0px 0px 200px;
}

.course-section:after {
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: '';
    background: #73e6b0;
    z-index: -1;
}

.course-content {
    padding: 20px 0px;
}

.course-content h2 {
    font-weight: 800;
    color: rgb(0, 0, 0);
    font-size: 45px;
    text-decoration: underline;
    letter-spacing: 2px;
    line-height: 4rem;
    margin-bottom: 30px;
    margin-top: 30px;
}

.course-content p {
    font-size: 22px;
    font-weight: bold;
    color: #002782;
}

.vector-images {
    position: relative;
    top: -30px;
}

.mini-laptoprow {
    position: relative;
    z-index: 6;
    width: 100%;
    top: -85px;
}

.mini-laptop {
    position: absolute;
    z-index: 4;
    width: 40%;
    height: 100%;
    top: -35%;
    left: 27%;
    right: 0px;
    margin: 0 auto;
}

.mini-laptop:before {
    content: '';
    width: 153px;
    height: 102px;
    background: url(https://www.academy.robogenius.com/wp-content/themes/basel/landingpage/school-solutions/images/minilap-top-left.png) no-repeat top center;
    background-size: contain;
    position: absolute;
    left: -93px;
    top: -46px;
    z-index: 2;
    animation-name: bounce-4;
    animation-timing-function: ease;
    animation-duration: 2s;
    animation-iteration-count: forwards;
}

.mini-laptop:after {
    content: '';
    width: 170px;
    height: 105px;
    background: url(https://www.academy.robogenius.com/wp-content/themes/basel/landingpage/school-solutions/images/minilap-top-right.png) no-repeat top center;
    background-size: contain;
    position: absolute;
    left: 213px;
    top: -50px;
    z-index: 2;
    animation-name: bounce-4;
    animation-timing-function: ease;
    animation-duration: 1s;
    animation-delay: 3s;
    animation-iteration-count: forwards;
}

.online-coding-class {
    width: 100%;
    position: relative;
    margin-top: 40px;
}

.online-course {
    opacity: 0;
    transition: all 3s ease-in-out;
}

.tab-pane.active .online-course {
    opacity: 1;
}

.online-block {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 60px;
    position: relative;
}

.online-head {
    width: 100%;
    text-align: center;
    position: relative;
    background: #1758e6;
    padding: 20px 0px 10px;
    box-shadow: 4px 4px 10px rgba(100, 100, 100, 0.5);
    border: 3px solid transparent
}

.online-head h3 {
    color: #73e6b0;
    margin: 0px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
}

.online-head p {
    color: #FFD860;
    margin: 0px;
    font-size: 16px;
}

.icon-no {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    position: relative;
    left: 0px;
    right: 0px;
    margin-top: -70px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    z-index: 3;
}

.icon-no:before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    left: 3px;
    top: -5px;
    background: url(../images/number-vector.png) no-repeat top right;
    background-size: contain;
}

.icon-no span {
    display: block;
    position: relative;
    background: #73e6b0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.online-gread {
    width: 100%;
    margin: 25px 0px;
    text-align: center;
    background: #ffe491;
    padding: 15px 0px;
    box-shadow: 4px 5px 10px rgba(100, 100, 100, 0.5);
}

.online-gread p {
    margin-bottom: 0px;
    font-weight: bold;
    color: #0a39a3;
    font-size: 20px;
}

.online-detail-content {
    position: relative;
    box-shadow: 4px 5px 10px rgba(100, 100, 100, 0.5);
    background: #fff;
    margin-top: 20px;
    padding: 0px 20px 20px;
}

.online-detail-content h3.session-head {
    position: relative;
    width: 80%;
    padding: 12px 20px;
    text-align: left;
    background: #bedbfa;
    font-weight: 600;
    color: #0043d6;
    margin: 0px 0px 15px;
    font-size: 18px;
    top: -10px;
    box-shadow: 4px 5px 10px rgba(100, 100, 100, 0.5);
    margin-left: -20px;
    text-transform: uppercase
}

.online-detail-content p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #3F7AF8;
}

.online-detail-content p span {
    margin-bottom: 20px;
    font-weight: 600;
}

.achievements-block {
    margin: 10px 0px
}

.achievements-block p {
    text-decoration: underline
}

.online-detail-content h4 {
    font-size: 20px;
    text-decoration: underline;
    color: #1758e6;
    font-weight: bold;
    margin-bottom: 15px;
}

#tabs-3 .online-detail-content h4 {
    min-height: 46px;
}

.online-detail-content h5 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 5px;
}

.blank-strip {
    width: 55%;
    margin: 25px 0px;
    background: #ff9475;
    border-radius: 0px 30px 30px 0px;
    height: 50px;
    margin-left: -40px;
    position: relative;
    /* z-index: 1; */
    padding-left: 25px;
    line-height: 18px;
    padding-top: 7px;
    display: inline-block;
}

.blank-strip p {
    margin: 0px;
    font-weight: 700;
    color: #ffd75f;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif !important;
}

.blank-strip span {
    margin: 0px;
    font-weight: normal;
    color: #ffd75f;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
}

.blank-strip .product-labels.labels-rounded {
    position: initial;
    display: inline-block;
}

.blank-strip .product-labels.labels-rounded span {
    background: none;
    border: none;
    min-height: auto;
    font-size: 14px;
}

.blank-strip:before {
    content: '';
    border-top: 20px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 50px solid #d15734;
    position: absolute;
    left: 0px;
    bottom: -29px;
    z-index: -2;
}

.download-curiculam {
    display: inline-block;
    padding-left: 15px;
    width: 55%;
    font-size: 13px;
}

.download-curiculam a {
    color: #3F7AF8;
}

.short_description {
    overflow: hidden;
    min-height: initial
}

.download-curiculam p {
    margin: 0px;
    color: #0a39a3;
    font-size: 15px;
    font-weight: 500;
}

.form-value {
    width: 100%;
}

.full-price {
    display: flex;
    justify-content: space-between;
    /* flex-direction: row-reverse;*/
}

.full-price del,
.full-price ins {
    flex-basis: 48%;
    text-decoration: none;
}

.full-price del span.amount,
.full-price ins span.amount {
    height: 50px;
    border: 1px solid #73e6b0;
    text-align: center;
    margin-bottom: 10px;
    font-size: 24px;
    color: #0a39a3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.special-price,
.price {
    width: 100%;
    height: 50px;
    border: 1px solid #73e6b0;
    text-align: center;
    margin-bottom: 10px;
    font-size: 28px;
    color: #0a39a3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price,
.full-price del span.amount bdi {
    text-decoration: line-through;
    color: #9a9a9a;
}

.full-price ins span.amount bdi {
    text-decoration: none !important;
}

.price-call {
    font-weight: 600;
    font-size: 14px;
    color: #222
}

p.price-call-value {
    font-weight: bold;
    font-size: 16px;
    color: #1758e6;
    margin-bottom: 0px;
    padding: 0px 10px;
}

.buy-now-btn,
a.ajax_add_to_cart {
    display: inline-block;
    margin: 5px 0px;
    border: none;
    outline: none;
    background: #73e6b0;
    color: #0a39a3;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    padding: 15px 20px;
    border-radius: 30px;
    font-family: 'Montserrat', sans-serif !important;
}

.buy-now-btn:hover,
a.ajax_add_to_cart:hover {
    background: #0a39a3;
    color: #73e6b0;
}

.no-cost ul {
    padding: 0px;
    margin: 0px;
}

.no-cost ul li {
    font-size: 13px;
    font-weight: 500;
    color: #73e6b0;
    margin: 0px;
    list-style: disc inside
}

.labels-rounded {
    left: initial;
    right: 5px;
}

.gst-note {
    width: 100%;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 600;
    color: #73e6b0;
    padding-left: 16px
}

.circle-layer {
    width: 450px;
    height: 450px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    right: -20px;
    top: 3%;
    background: #bddbf9;
    box-shadow: 5px 10px #0939a0;
}

.circle-layer:after {
    width: 90px;
    height: 90px;
    content: '';
    background: url(../images/yellow-vector.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -70%;
    right: 20%;
}

.online-bottom-block {
    padding: 10px 0px 0px;
}

.online-bottom-content p {
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
}

.online-bottom-content p a {
    font-weight: 700;
    color: #1758e6;
    text-decoration: underline;
}

.online-bottom-content p a:hover {
    color: #000;
}

.coding-flag {
    position: relative;
}

/*.coding-flag:before{content:''; width:150px; height:160px; background:url(../images/Flag-new.png) no-repeat; background-size:contain; position:absolute; left: -120px;top: 11px;z-index: -1;}*/
.blue-leaves {
    width: 250px;
    height: auto;
    position: absolute;
    left: 10%;
    bottom: 0px;
}

.cloude-vector {
    width: 120px;
    height: 74px;
    position: absolute;
    right: 17%;
    top: -24px;
    background: url(../images/cloud-vector.png) no-repeat;
    background-size: contain;
    z-index: -4;
}

.libe-yellowvector {
    width: 90px;
    position: absolute;
    bottom: 55%;
    left: 10%;
}

.building-vector {
    position: absolute;
    width: 350px;
    height: 400px;
    right: 0px;
    bottom: 32px;
    background: url(../images/bulding-vector.png) no-repeat bottom right;
    background-size: contain;
    z-index: -2;
}

.learning-methodology-section {
    background: #3f7af8;
    position: relative;
    padding: 0px 0px 50px;
    z-index: 1;
}

.learning-methodology-section:after {
    content: '';
    width: 100%;
    height: 650px;
    background: #fff;
    z-index: -1;
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-radius: 300px 300px 0px 0px
}

.learning-title {
    position: relative;
    background: #fff4d3;
    position: relative;
    margin-top: 0px;
    padding: 30px 30px;
    border-radius: 0px 50px 50px 0px;
    z-index: 2;
}

.learning-title h2 {
    font-size: 40px;
    font-weight: 800;
    display: inline-block;
    position: relative;
    color: #000;
}

.learning-title h2:before {
    content: '';
    width: 100%;
    height: 4px;
    background: #000;
    position: absolute;
    bottom: -1px;
    left: 0px;
}

.learning-title:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    background: #fff4d3;
    top: 0px;
}

.learning-title:after {
    content: '';
    width: 150px;
    height: 88px;
    background: url(../images/smile-vector.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: -10%;
    top: 20px;
    clip: rect(0px 0px 90px 0px);
    -webkit-transition: clip 0.8s ease-in-out;
    -moz-transition: clip 0.8s ease-in-out;
    -ms-transition: clip 0.8s ease-in-out;
    transition: clip 0.8s ease-in-out;
}

.learning-title.sec-animation:after {
    clip: rect(0px 150px 90px 0px);
}

.learning-list-row {
    margin: 20px 0px;
    overflow: hidden;
    padding: 0px 30px;
}

.learning-list-row ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.learning-list-row ul li {
    float: left;
    width: 20%;
}

.learning-block {
    padding: 40px 0px;
}

.learning-images {
    width: 240px;
    height: 180px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.learning-list-row ul li:first-child .learning-images:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    top: 40%;
    left: 7px;
    position: absolute;
}

.learning-list-row ul li:last-child .learning-images:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    top: 40%;
    right: 10px;
    position: absolute;
}

.learning-border-shape {
    position: absolute;
    left: 28px;
    right: 0px;
    max-width: 69%;
    margin: 0 auto;
    top: 13%;
    clip: rect(0px 0px 220px 0px);
    transition: clip 2.2s ease-in-out;
}

.learning-border-shape.sec-animation {
    clip: rect(0px 1050px 220px 0px)
}

/*
.learning-list-row ul li:nth-child(odd) .learning-images:after{content:'';width:100%;height:100%;border-radius:50%;z-index:-1;position:absolute;left:0px;top: -29px;background:url(../images/ellicpe-top.png) top center no-repeat;}
.learning-list-row ul li:nth-child(even) .learning-images:after{content:'';width: 99%;height:100%;border-radius:50%;z-index:-1;position:absolute;left:0px;bottom: -4px;background: url(../images/ellicpe-bottom.png) bottom left 17px no-repeat;background-size: 86% auto;}*/
.learning-details {
    min-height: 115px;
    padding: 0px 25px;
    margin-top: 20px;
}

.learning-details h4 {
    color: #fff;
    font-size: 18px;
    font-family: 'proxima_novaregular';
}

.learning-details h4::first-letter {
    font-size: 35px;
    font-weight: 800;
}

.learning-details h4 span {
    font-size: 29px;
    font-family: 'proxima_novabold';
    display: block;
}

.learning-list-row .swiper-button-next,
.learning-list-row .swiper-button-prev {
    color: #ffd75f;
    opacity: 1;
}

.learning-list-row .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
}

.learning-list-row .swiper-pagination .swiper-pagination-bullet-active {
    background: #ffd75f;
}

.online-slider-row {
    position: relative;
}

.online-slider-row:before {
    content: '';
    width: 120px;
    height: 100px;
    background: url(../images/coma-left-images.png) no-repeat;
    position: absolute;
    top: -17px;
    left: 29px;
    background-size: contain;
    z-index: 4;
}

.online-slider-row:after {
    content: '';
    width: 220px;
    height: 110px;
    background: url(../images/vector-slide.png) no-repeat;
    position: absolute;
    top: -02px;
    right: 5%;
    background-size: contain;
    z-index: 2;
    -webkit-transition: top 0.8s ease-in-out 4s;
    -moz-transition: top 0.8s ease-in-out 4s;
    -ms-transition: top 0.8s ease-in-out 4s;
    transition: top 0.8s ease-in-out 4s;
}

.online-slider-row.sec-animation:after {
    top: -80px;
}

.online-slider-block {
    margin: 30px 0px;
    background: #bedbfa;
    border-radius: 200px;
    padding: 20px;
    box-shadow: 2px 10px #0a39a1;
    position: relative;
    overflow: hidden;
    z-index: 3;
}

.online-content {
    padding: 0px 15px;
    font-family: 'Montserrat', sans-serif !important;
}

.online-title {
    padding: 50px 0px 20px;
    margin-bottom: 65px;
    position: relative;
    z-index: 1;
}

.online-title:before {
    content: '';
    width: 250px;
    height: 250px;
    background: #FFE491;
    border-radius: 50%;
    position: absolute;
    left: -10%;
    top: -36%;
    z-index: -1;
}

.online-title h2 {
    font-size: 45px;
    font-weight: 800;
    color: #000;
    text-decoration: underline;
}

.online-content p {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    font-family: 'Montserrat', sans-serif !important;
}

.online-images-slider images {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.online-content h3 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
    color: #000;
}

.online-slider-block .swiper-button-next,
.online-slider-block .swiper-button-prev {
    width: 50px;
    height: 50px;
    color: transparent;
}

.online-slider-block .swiper-button-next {
    background: url(../images/right-arrow.png) no-repeat;
    background-size: contain;
    right: -10px;
}

.online-slider-block .swiper-button-prev {
    background: url(../images/left-arrow.png) no-repeat;
    background-size: contain;
    left: 5px;
}

.kids-section {
    padding: 30px 0px;
    overflow: hidden;
}

.kids-profile {
    max-width: 70%;
    margin: 0 auto;
}

.kids-title {
    background: #3F7AF8;
    padding: 30px 0px;
    position: relative;
    border-radius: 0px 80px 80px 0px;
}

.kids-title:before {
    content: '';
    background: url(../images/yellow-vector.png) no-repeat left top;
    background-size: contain;
    width: 100px;
    height: 100px;
    position: absolute;
    right: -10%;
    left: initial;
    top: -43px;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.kids-title.sec-animation:before {
    opacity: 1;
    -webkit-animation: rotate-star 20s ease-in-out infinite;
    animation: rotate-star 20s ease-in-out infinite;
}

.kids-title:after {
    content: '';
    background: #3F7AF8;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0px;
}

.kids-title h2 {
    font-weight: 800;
    font-size: 40px;
    margin: 0px;
    text-decoration: underline;
    color: #fff;
}

.kids-block-slider {
    margin: 60px 0px 0px;
    position: relative;
    z-index: 1;
    padding: 0px 20px 40px;
}

.kids-block-slider:after {
    content: '';
    width: 300px;
    height: 300px;
    background: #bedbfa;
    position: absolute;
    z-index: -1;
    right: -20%;
    bottom: 0px;
    border-radius: 50%;
    animation: bubble-ani 4s ease-in-out infinite;
}

.kids-content {
    padding: 15px 0px 15px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.kids-content-new {
    padding: 15px 20px 15px 60px;
    background: #fff;
    position: relative;
    z-index: 1;
}

/*.kids-content:after{content:''; width:30px; height:30px; background:#bedbfa; border-radius:50%; position:absolute; z-index:-1; bottom:50px; left:0px; right:0px; margin:0 auto;}*/
.kids-content h4 {
    font-size: 24px;
    font-weight: bold;
    color: #002782;
    margin-bottom: 30px;
}

.kids-content p {
    font-size: 18px;
    color: #002782;
    font-weight: 500;
}

.kids-content-new h4 {
    font-size: 28px;
    font-weight: bold;
    color: #002782;
    margin-bottom: 30px;
}

.kids-content-new p {
    font-size: 22px;
    color: #002782;
    font-weight: 500;
}

.kids-video-frame {
    width: 100%;
    border: 2px solid #73e6b0;
    box-shadow: 4px 5px 10px rgba(100, 100, 100, 0.8);
    position: relative;
}

.kids-video-frame video {
    width: 100%;
    height: 400px;
}

.kids-video-frame h3 {
    padding: 0px 15px;
    font-size: 24px;
    font-weight: 700;
    color: #002782;
    margin: 0px
}

.kids-video-frame p {
    padding: 0px 15px;
    font-size: 18px;
    font-weight: 700
}

.kids-frame-block {
    width: 100%;
    background: #000;
    border: 10px solid #fff;
    position: relative;
}

.kids-bottom {
    margin-top: 0px;
    position: relative;
}

.kids-block-slider .swiper2 {
    max-height: 570px;
    max-width: 1000px;
    margin: 0 auto;
}

.kids-block-slider .swiper-button-next.swiper-button-disabled,
.kids-block-slider .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.kids-block-slider .swiper-button-next:after,
.kids-block-slider .swiper-button-prev:after {
    display: none;
}

.kids-block-slider .swiper-button-next,
.kids-block-slider .swiper-button-prev {
    width: 50px;
    height: 50px;
    top: 40%;
}

.kids-block-slider .swiper-button-next {
    background: url(../images/green-right-arrow.png) no-repeat;
    background-size: contain;
}

.kids-block-slider .swiper-button-prev {
    background: url(../images/green-left-arrow.png) no-repeat;
    background-size: contain;
}

.kids-block-slider .swiper-pagination {
    text-align: center;
    padding-right: 0%;
    bottom: -5%;
    width: 100%;
    left: 0px;
}

.kids-block-slider .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 0px 5px;
}

.kids-block-slider .swiper-pagination-bullet-active {
    background: #bedbfa;
}

.online-coding-class .nav-tabs {
    justify-content: space-between;
    border: none;
}

.online-coding-class .nav-tabs .nav-item {
    width: 25%;
}

.owl-carousel.nav-tabs .nav-item {
    width: 98%;
}

.online-coding-class .tab-content>.tab-pane {
    opacity: 1;
    -webkit-animation-name: a;
    animation-name: a;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}

@-webkit-keyframes a {
    0% {
        opacity: 1
    }

    20% {
        opacity: 0
    }

    40% {
        opacity: 0
    }

    60% {
        opacity: 0
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 1
    }

}

@keyframes a {
    0% {
        opacity: 1
    }

    20% {
        opacity: 0
    }

    40% {
        opacity: 0
    }

    60% {
        opacity: 0
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 1
    }

}

.owl-carousel .owl-nav.disabled {
    display: block;
    position: absolute;
    top: 30px;
    width: 97%;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    font-size: 39px;
}

.owl-prev {
    left: 0px;
    position: absolute;
}

.owl-next {
    right: 0px;
    left: initial;
    position: absolute;
}

.owl-dots {
    display: none;
}

.online-coding-class .nav-tabs .nav-link {
    padding: 0px;
    background: none;
    border: none;
    position: relative;
}

.online-coding-class .nav-tabs .nav-item.show .nav-link .online-head,
.online-coding-class .nav-tabs .nav-link.active .online-head {
    background: #0043d6;
    border-color: #ffd860
}

.online-coding-class .nav-tabs .nav-item.show .nav-link .online-head,
.online-coding-class .nav-tabs .nav-link.active .online-head:after {
    content: '';
    position: absolute;
    bottom: -15px;
    margin: 0 auto;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #0043d6;
    width: 30px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.online-coding-class .nav-tabs .nav-item.show .nav-link .online-gread,
.online-coding-class .nav-tabs .nav-link.active .online-gread {
    background: #ffd860
}

.online-coding-class .nav-tabs .nav-item.show .nav-link .online-gread,
.online-coding-class .nav-tabs .nav-link.active .online-gread:after {
    content: '';
    position: absolute;
    bottom: -15px;
    margin: 0 auto;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #73e6b0;
}

.about-section {
    margin: 60px 0px 0px;
    position: relative;
    z-index: 3;
}

.what-learn p,
.achievements-block p {
    max-height: 45px;
    overflow: hidden;
}

.what-learn.show-div p,
.achievements-block.show-div p {
    max-height: max-content;
    overflow: hidden;
}

.read-moreN {
    font-weight: 600;
    font-size: 15px;
    color: #ff9475 !important;
    text-decoration: none !important;
}

@media screen and (min-width:992px) {
    .about-section {
        background: #fff4d3 url(../images/skin-pattern.png) right bottom;
        background-size: 60%;
    }
}

.about-section:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 97.7%;
    height: 100%;
    z-index: -1;
    background: #fff;
    box-shadow: 4px 4px 10px rgba(100, 100, 100, 0.5);
    border-radius: 0px 300px 300px 0px;
    text-align: center;
}

/*.about-section:before{content:'';background:url(../images/green-left-arrow.png) no-repeat;background-size:contain; font-family:FontAwesome;position:absolute;font-size: 5rem;color:#73e6b0;bottom:-34px;left: 30%;right:0px;margin:0px auto;text-align: center;width: 70px;height: 70px;z-index:2;}*/
.about-title {
    margin: 40px 0px 0px;
    margin-bottom: 30px;
}

.about-title h2 {
    font-size: 40px;
    font-weight: 800;
    text-decoration: underline;
    letter-spacing: 2px;
    color: #000;
}

.about-content {
    padding-bottom: 30px;
}

.about-content p {
    color: #1758e6;
    font-size: 17px;
    font-weight: 500;
}

.know-more {
    margin: 20px 0px;
    padding: 5px 0px;
    font-weight: 700;
    color: #1758e6;
    font-size: 20px;
    display: inline-block;
    border-radius: 40px;
    text-transform: uppercase;
}

.know-more:hover {
    color: #73e6b0;
    text-decoration: none;
}

.absout-sudhanshu {
    overflow: hidden;
    margin-top: 0px;
    position: relative;
    top: 0px;
    right: -53px;
}

.rg-advantge-section {
    position: relative;
    padding: 100px 0px 10px;
    z-index: 2;
    border-bottom: 80px solid #bdd9f8;
}

.rg-advantge-section:before {
    content: '';
    width: 300px;
    height: 300px;
    z-index: 3;
    background: #ffda68;
    border-radius: 50%;
    position: absolute;
    left: -100px;
    top: -140px;
    transition: top 2s ease-in-out 0.4s;
}

.rg-advantge-section.sec-animation:before {
    top: -180px;
}

.rg-advantge-section:after {
    content: '';
    width: 36.5%;
    height: 0%;
    background: #fff4d3 url(../images/skin-pattern.png) no-repeat right top;
    background-size: contain;
    position: absolute;
    right: 00%;
    top: 0px;
    transition: height 3s ease-in-out 0.4s;
    z-index: -1;
}

.rg-advantge-section.sec-animation:after {
    height: 100%;
}

.rg-title {
    margin-bottom: 40px;
}

.rg-title h2 {
    font-size: 45px;
    font-weight: 800;
    color: #231f20;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.rg-title h2:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #000;
    position: absolute;
    bottom: -2px;
    left: 0px;
}

.rg-title p {
    color: #002782;
    font-size: 22px;
}

.advantage-slider-block {
    margin: 50px 0px 0px;
    position: relative
}

.advantge-block {
    position: relative;
    padding: 0px 5px;
}

/*.advantge-block:after{content:'\f054';font-family:FontAwesome;color:#83e9b9;font-size: 3rem;position:absolute;right: 5%;top: 27%;z-index: 9;}*/
.advantge-detail {
    padding: 20px 0px;
}

.advantge-detail h3 {
    color: #1758e6;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.advantge-detail p {
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
}

.advantage-bottom {
    margin: 30px 0px;
    position: relative;
    z-index: 1;
}

.advantage-bottom h4 {
    margin: 0px;
    font-size: 30px;
    font-weight: bold;
    color: #1758e6;
    position: relative;
}

.advantage-bottom h4:after {
    content: '';
    width: 300px;
    height: 100px;
    background: url(../images/smile-vector.png) no-repeat;
    position: absolute;
    bottom: -100px;
    right: -130px;
}

.advantage-slider-block .swiper-button-next:after,
.advantage-slider-block .swiper-button-prev:after {
    display: none;
}

.advantage-slider-block .swiper-button-next,
.advantage-slider-block .swiper-button-prev {
    font-size: 40px;
    color: transparent;
    width: 30px;
    height: 60px;
    top: 20% !important;
}

.advantage-slider-block .swiper-button-next {
    background: url(https://www.academy.robogenius.com/wp-content/themes/basel/landingpage/school-solutions/images/right-arrow.png) no-repeat;
    background-size: contain;
}

.advantage-slider-block .swiper-button-prev {
    background: url(https://www.academy.robogenius.com/wp-content/themes/basel/landingpage/school-solutions/images/left-arrow.png) no-repeat;
    background-size: contain;
}

.advantage-slider-block .swiper3 {
    padding: 0px 20px;
}

.video-teacher-section {
    padding: 0px 0px 0px;
    margin-top: 10px;
    position: relative;
    top: 50px;
}

.video-teacher-section:before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    left: -50px;
    top: 0px;
    background: url(https://www.academy.robogenius.com/wp-content/themes/basel/landingpage/school-solutions/images/yellow-vector.png) no-repeat;
    background-size: contain;
}

.video-teacher-section:after {
    content: '';
    width: 115px;
    height: 80px;
    position: absolute;
    right: -17%;
    bottom: 40px;
    background: url(https://www.academy.robogenius.com/wp-content/themes/basel/landingpage/school-solutions/images/line-wave.png) no-repeat;
    background-size: contain;
    transform: rotate(-124deg);
}

.video-teacher-frame {
    width: 100%;
    position: relative;
}

.video-overley {
    width: 95%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 16px;
}

.video-frame {
    padding: 20px;
    background: #000;
    width: 100%;
    height: 100%;
    min-height: 480px;
    display: flex;
}

.teachers-name {
    position: absolute;
    left: 0px;
    bottom: 40px;
    background: #007aff61;
    padding: 20px;
}

.teachers-name h3 {
    color: #73E6B0;
    font-size: 24px;
    font-weight: 800;
}

.teachers-name p {
    color: #73E6B0;
    font-size: 18px;
    font-weight: 800;
    margin: 0px;
}

.teacher-content p {
    font-size: 22px;
    color: #1758E6;
    font-weight: bold;
}

.video-overley .swiper-button-next:after,
.video-overley .swiper-button-prev:after {
    display: none;
}

.video-overley .swiper-button-next,
.video-overley .swiper-button-prev {
    width: 30px;
    height: 30px;
}

.video-overley .swiper-button-next {
    background: url(https://www.academy.robogenius.com/wp-content/themes/basel/landingpage/school-solutions/images/right-arrow.png) no-repeat;
    background-size: contain;
}

.video-overley .swiper-button-prev {
    background: url(../images/left-arrow.png) no-repeat;
    background-size: contain;
}

.video-overley .swiper-button-next,
.video-overley .swiper-button-prev {
    font-size: 40px;
}

/*.assets-section:before{content:''; width:100%; height:80px; background:#bdd9f8; position:absolute; left:0px; top:-80px; }*/
.assets-section {
    padding: 0px 0px;
    background: url(https://www.academy.robogenius.com/wp-content/themes/basel/landingpage/school-solutions/images/assets-bg-right.png) no-repeat right 50px bottom 420px;
    position: relative;
    z-index: 1;
}

.assets-section:after {
    content: '';
    width: 100%;
    height: 24%;
    background: #fff4d3;
    left: 0px;
    bottom: 0px;
    position: absolute;
    z-index: -1;
}

.col-assets {
    width: 100%;
    position: relative;
    /* left: -20px; */
}

.asstes-block-row .row .col-sm-6:nth-child(3) .col-assets {
    left: -40px;
}

.asstes-content {
    width: 100%;
    float: right;
    position: absolute;
    top: 99px;
    max-width: 300px;
    box-sizing: border-box;
    padding-left: 87px;
}

.asstes-content h3 {
    font-size: 20px;
    color: #73e6b0;
    font-weight: bold;
}

.asstes-content p {
    font-size: 16px;
    color: #fff;
}

.assetspd-2 {
    padding-left: 130px;
}

.assetspd-2 {
    padding-left: 125px
}

.bg-lemon {
    background: #fff4d3;
}

#more {
    display: none;
}

.swiper-pagination.swiper-pagination4 span.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border: solid 3px transparent;
}
.swiper-pagination.swiper-pagination4 span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    border: solid 3px #42b37f;
    background: #fff;
}
@media screen and (min-width:992px) {
    .radius-bottom {
        border-radius: 0px 00px 200px 200px;
    }
}

.asstes-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0px 20px;
    position: relative;
    z-index: 1;
}

.asstes-title:before {
    content: '';
    width: 550px;
    height: 550px;
    background: #fff4d3;
    border-radius: 50%;
    position: absolute;
    left: -30px;
    top: 15%;
    z-index: -1;
}

.asstes-title h3 {
    font-weight: 800;
    color: #000;
    font-size: 2.5rem;
    text-decoration: underline;
    line-height: 4rem;
    position: relative;
    left: 40px;
}

.assets-bottom {
    margin-top: 50px;
}

.bono-section {
    padding: 100px 0px 50px;
}

.bono-laptop-view {
    width: 100%;
    position: relative;
}

.bono-overley {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(https://www.academy.robogenius.com/wp-content/themes/basel/landingpage/school-solutions/images/coding-flag.png) no-repeat bottom 40px right 137px;
}

.bono-content {
    padding: 50px 25px;
}

.bono-content h3 {
    font-size: 40px;
    font-weight: 800;
    text-decoration: underline;
    margin-bottom: 20px;
    color: #000;
}

.bono-content p {
    font-size: 17px;
    color: #1758e6;
    font-weight: 500;
}

.bono-images {
    position: relative;
    top: -30px;
    left: -40px;
    z-index: 1;
}

.bono-images images {
    max-width: 150%;
}

/*.bono-images:after{content:'';width: 191px;height:200px;position:absolute;right: -21%;z-index:-1;top: 26%;background:url(../images/bono-hand.png) no-repeat;background-size:contain; animation:hand-hello 4s ease-in-out infinite;}*/
.did-u-know {
    position: relative;
    width: 235px;
    height: 150px;
    background: url(https://www.academy.robogenius.com/wp-content/themes/basel/landingpage/school-solutions/images/small-comment.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: -150px;
    top: -80px;
    display: flex;
    align-items: center;
    text-align: left;
    padding-left: 40px;
    animation-duration: 2s;
    animation-iteration-count: forwards;
    transform-origin: bottom;
}

.did-u-know p {
    font-size: 30px;
    line-height: 33px;
    color: #1758e6;
}

.comment-large {
    position: absolute;
    width: 295px;
    height: 185px;
    right: -100px;
    top: -130px;
    background: url(https://www.academy.robogenius.com/wp-content/themes/basel/landingpage/school-solutions/images/comment-bg.png) no-repeat center;
    box-shadow: border-box;
    display: flex;
    align-items: center;
    padding: 0px 50px;
    text-align: left;
    padding-left: 80px;
    animation-duration: 3s;
    animation-iteration-count: forwards;
    transform-origin: bottom;
}

.comment-large strong {
    display: block;
    font-weight: bold;
}

.comment-large p {
    font-size: 16px;
    color: #1758e6;
}

.flag-wave {
    width: 150px;
    height: 80px;
    margin: 0px auto;
    position: absolute;
    left: 7%;
    right: 0px;
    bottom: 106px;
}

.flag-wave:before {
    content: '';
    width: 6px;
    height: 89%;
    position: absolute;
    background: #ffd860;
    left: -3px;
    top: 7px;
    transform: rotate(-5deg);
}

.flag-element {
    -webkit-animation: oscill 1s ease-in-out infinite alternate;
    -moz-animation: oscill 1s ease-in-out infinite alternate;
    -ms-animation: oscill 1s ease-in-out infinite alternate;
    animation: oscill 1s ease-in-out infinite alternate;
    background: url(https://www.academy.robogenius.com/wp-content/themes/basel/landingpage/school-solutions/images/flag-bg.png) no-repeat;
    background-size: 120px 100%;
    position: relative;
    height: 100%;
    width: 1px;
    display: inline-block;

}

@-webkit-keyframes oscill {
    0% {
        top: 5%;
    }

    100% {
        top: -5%;
    }
}

@-moz-keyframes oscill {
    0% {
        top: 5%;
    }

    100% {
        top: -5%;
    }
}

@-ms-keyframes oscill {
    0% {
        top: 5%;
    }

    100% {
        top: -5%;
    }
}

@keyframes oscill {
    0% {
        top: 5%;
    }

    100% {
        top: -5%;
    }
}

.bring-future {
    background: url(https://www.academy.robogenius.com/wp-content/themes/basel/landingpage/school-solutions/images/future-left.png) left bottom no-repeat, url(https://www.academy.robogenius.com/wp-content/themes/basel/landingpage/school-solutions/images/future-right.png) no-repeat right bottom;
    background-color: #fff4d3;
    padding: 130px 0px;
    background-size: contain;
    position: relative;
    z-index: 1;
}

.bring-future:before {
    content: '';
    width: 37.5%;
    height: 60px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #73e6af;
}

.bring-future:after {
    content: '';
    width: 40%;
    height: 60px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #73e6af;
}

.future-block {
    position: relative;
    z-index: 1;
}

.future-block h4 {
    font-size: 40px;
    font-weight: 800;
    color: #1758e6;
    letter-spacing: 1px;
}

.hand-row {
    position: relative;
    z-index: 1;
}

.hand-row:after {
    content: '';
    width: 250px;
    height: 130px;
    background: #ffd247;
    border-radius: 00px 00px 200px 200px;
    right: -8%;
    top: 0%;
    z-index: -1;
    position: absolute;
}

.vector-hand-block {
    margin-top: -75px;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.vector-hand-block.sec-animation {
    -webkit-transform: translateY(00px);
    -moz-transform: translateY(00px);
    -ms-transform: translateY(00px);
}

.technology-row {
    margin-top: 20px;
    padding-bottom: 40px;
    position: relative;
    z-index: 2;
}

.technology-block {
    border-radius: 100px;
    background: #bedbfa;
    position: relative;
    min-height: 100px;
    padding: 20px 40px;
}

.technology-block:before {
    content: '';
    width: 80px;
    height: 60px;
    background: url(https://www.academy.robogenius.com/wp-content/themes/basel/landingpage/school-solutions/images/coma-left-images.png) no-repeat left top;
    background-size: contain;
    position: absolute;
    left: -20px;
    top: -6px;
}

.technology-slider {
    padding: 10px 15px 0px;
}

.technology-slider p {
    margin: 0px;
    font-size: 22px;
    font-weight: 800;
    color: #000;
}

.technology-slider h3 {
    margin: 10px 0px 0px;
    font-size: 20px;
    font-weight: 700;
    color: #1758e6;
}

.partenr-section {
    padding: 50px 0px 20px;
}

.partenr-block h3 {
    font-size: 45px;
    font-weight: 800;
    color: #000;
    margin-bottom: 20px;
    text-decoration: underline;
}

.partenr-row {
    margin: 30px 0px 30px;
}

footer {
    background: #23408f;
    padding: 50px 0px;
    position: relative;
    min-height: 450px;
    z-index: 1;
    overflow: hidden;
}

footer:before {
    content: '';
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: #73e6b0;
    left: -100px;
    bottom: -100px;
    position: absolute;
    z-index: -1;
}

.technology-slider-colum .swiper-button-next.swiper-button-disabled,
.technology-slider-colum .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.swiper-button-next,
.swiper-button-prev {
    outline: none;
}

.advantage-title {
    padding: 25px 0px;
    background: #73E6B0;
    border-radius: 0px 70px 70px 0px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.advantage-title h3 {
    margin: 0px;
    font-size: 45px;
    font-weight: 800;
    text-decoration: underline;
    color: #000;
}

.advantage-title:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0px;
    background: #73E6B0;
    z-index: -1;
}

/*--Faq Section--*/
.faq-section {
    padding: 50px 0px 0px;
    position: relative;
    background: #23408F;
    z-index: 1;
}

.faq-section:before {
    content: '';
    width: 100%;
    height: 35%;
    left: 0px;
    top: 0px;
    background: #fff;
    position: absolute;
    z-index: -1;
}

.faq-block {
    background: #FEF1EF;
    padding: 100px;
    box-shadow: 4px 0px 5px rgba(100, 100, 100, 0.5);
    text-align: center;
}

.faq-title h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 45px;
    font-weight: 800;
    position: relative;
    display: inline-block;
    color: #000;
}

.faq-title h3:before {
    content: '';
    width: 100%;
    height: 3px;
    background: #000;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.faq-block .accordion>.card {
    background: none;
    border: none;
    border-radius: 30px !important;
    margin: 15px 0px;
}

.faq-block .accordion>.card>.card-header,
.faq-block .card-body {
    background: #fff;
}

.faq-block .accordion>.card>.card-header h2 {
    color: #1758E6;
    font-size: 18px;
    font-weight: bold;
}

.faq-block .accordion>.card>.card-header h2 .btn-link {
    color: #05DB79;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    width: 100%;
    background: none !important;
    border: none !important
}

.faq-block .accordion>.card>.card-header h2 .btn-link.collapsed {
    color: #1758E6;
    font-weight: 600;
}

.faq-block .accordion>.card>.card-header h2 .btn-link i {
    float: right;
}

.faq-block .accordion>.card>.card-header h2 .btn-link:focus {
    outline: none;
    box-shadow: none;
}

.faq-block .card-body p {
    font-size: 16px;
    font-weight: 600;
    text-align: left
}

/*--Model Login--*/
.model-login {
    width: 100%;
}

.model-login .modal-header {
    padding: 0px;
    margin-bottom: 10px;
    border: none;
}

.model-login .modal-header h4.modal-title {
    padding: 0px;
    display: inline-block;
    padding: 6px 20px;
    background: #73e6af;
    padding: 4px 20px;
    border-radius: 0px 20px 20px 0px;
    width: 85%;
    box-shadow: 0px 8px #ffd75f;
    text-align: center;
    padding-left: 20%
}

.model-login .modal-body {
    border-left: 10px solid #73e6af;
    padding-bottom: 0px;
    position: relative;
    overflow: hidden;
}

.model-login .modal-body:after {
    content: '';
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #ffe391;
    position: absolute;
    right: -50px;
    bottom: -50px
}

.social-login {
    padding: 10px 0px;
}

.icon-social {
    display: inline-block;
    width: 40px;
    margin-right: 20px;
    float: left;
}

.social-login a {
    display: block;
    padding: 0px 20px;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin-top: 20px;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    align-items: center;
    overflow: hidden;
    line-height: 58px;
}

.social-login a.google-btn:hover {
    background: #e60202;
    color: #fff;
}

.social-login a.facebook-btn:hover {
    background: #3F51B5;
    color: #fff;
}

.social-login a:hover {
    text-decoration: none;
}

.email-with-login {
    text-align: center;
    padding: 0px 0px;
}

.border-line {
    position: relative;
    padding: 5px 20px;
    z-index: 1;
    font-size: 17px;
    text-transform: uppercase;
}

.border-line span {
    background: #fff;
    display: inline-block;
    padding: 10px 20px;
}

.border-line:before {
    z-index: -1;
    content: '';
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: 0px;
    top: 30px;
}

.email-with-login {
    margin-bottom: 30px;
}

.email-with-login h3 {
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 600;
}

.email-with-login .form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-size: 18px;
}

.email-with-login .form-control::placeholder {
    color: #000;
    font-weight: 500;
}

.email-with-login .form-control:focus {
    outline: none;
    box-shadow: none;
}

.email-with-login .conteniue-btn {
    font-size: 19px;
    display: inline-block;
    padding: 10px 50px;
    border-radius: 30px;
    background: #1657e6;
    outline: none;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    color: #73e6af;
    opacity: 0.5;
    box-shadow: 0px 5px 5px rgba(100, 100, 100, 0.5);
}

.human-vector {
    left: 30px;
    position: relative;
    max-width: 300px;
}

.human-vector:after {
    content: '';
    width: 182px;
    height: 114px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(https://www.academy.robogenius.com/wp-content/themes/basel/landingpage/school-solutions/images/login-comment.png) no-repeat;
    background-size: contain;
}

/*--About Model Design --*/
.model-about .modal-header {
    padding: 0px;
    border: none;
}

.model-about .modal-header .close {
    margin-top: -25px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    text-shadow: none;
    width: 40px;
    height: 40px;
    line-height: 8px;
    padding: 0px;
    z-index: 2;
}

.model-about .modal-body {
    padding: 70px 80px;
    border: 10px solid #BDD9F8;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.model-about .modal-body:before {
    z-index: -1;
    content: '';
    width: 114px;
    height: 80px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url(https://www.academy.robogenius.com/wp-content/themes/basel/landingpage/school-solutions/images/line-wave.png) no-repeat;
    background-size: contain;
}

.model-about .modal-body:after {
    z-index: -1;
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    top: -20px;
    right: -20px;
    background: #73E6B0;
    border-radius: 50%;
}

.model-about .modal-body p {
    color: #1758E6;
    font-size: 22px;
    font-weight: 500;
}

.model-about .modal-dialog {
    max-width: 800px;
}

.showmore .more,
.showmore.show .dots {
    display: none
}

.showmore.show .more {
    display: inline
}

.showmore a {
    color: #1758e6 !important;
}

.thankyou-section {
    padding: 20px 0px;
    background-size: auto;
}

.bring-circle {
    width: 200px;
    height: 200px;
    background: #bedbfa;
    border-radius: 50%;
    position: absolute;
    left: -6%;
    top: -10%;
}

.thankyou-content {
    min-height: 400px;
    padding: 50px 0px;
}

.thankyou-content h1 {
    font-weight: bold;
    color: #000;
    position: relative;
    display: inline-block;
}

.thankyou-content h1:before,
.thankyou-content h1:after {
    width: 40px;
    height: 40px;
    content: '';
    background: url(https://www.academy.robogenius.com/wp-content/themes/basel/landingpage/school-solutions/images/yellow-vector.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
}

.thankyou-content h1:before {
    left: -50px;
}

.thankyou-content h1:after {
    right: -50px;
}

.thankyou-content p {
    font-size: 18px;
    font-weight: 600;
    color: #1758e6
}

.thankyou-section .future-block {
    top: -100px;
}

.thanku-page .vector-hand-block {
    margin-top: -180px
}

.tab-content .swiper-button-next,
.tab-content .swiper-button-prev {
    width: 25px;
}

.tab-content .swiper-button-next:after,
.tab-content .swiper-button-prev:after {
    display: none;
}

.tab-content .swiper-button-next {
    right: 5px;
    background: url(https://www.academy.robogenius.com/wp-content/themes/basel/landingpage/school-solutions/images/right-arrow.png) no-repeat;
    background-size: contain;
}

.tab-content .swiper-button-prev {
    left: 5px;
    background: url(https://www.academy.robogenius.com/wp-content/themes/basel/landingpage/school-solutions/images/left-arrow.png) no-repeat;
    background-size: contain;
}

.footer-info {
    margin-top: 40px;
}

.footer-info p {
    margin: 0px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.footer-info p a {
    display: inline-block;
    margin: 0px 15px 0px;
    color: #ffd247;
    font-weight: 600;
}

/*--Atal tinkering lab page--*/

.banner-section-atal {
    width: 100%;
    height: auto;
    position: relative;
    background: #fefefe;
    border-bottom: 5px solid #1758e5;
    padding: 50px 0px;
    overflow: hidden;
}

.banner-content h2 {
    font-family: var(--primary-font);
    font-weight: bold;
    color: var(--green-bg);
    font-size: 3rem;
}

.atal-heading {
	padding: 20px 30px;
	background: var(--blue-bg);
	position: relative;
	margin-top: -50px;
	left: 0px;
	border-radius: 0px 50px 50px 0px;
	width: 100%;
	z-index: 2;
}

.atal-heading:after {
    content: '';
    width: 100%;
    height: 5px;
    background: #23408f;
    position: absolute;
    right: -100%;
    top: 42px;
}

.atal-heading h1 {
    margin: 0px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 2.8rem;
    padding-left: 3rem;
}

.atal-heading h1 span {
    color: var(--orange-bg);
}

.yellow-circle-bnr {
    width: 200px;
    height: 200px;
    background: var(--yellow-bg);
    border-radius: 50%;
    left: 0px;
    top: 0px;
    position: absolute;
    top: -50px;
    left: -50px;
    z-index: 1;
}

.yellow-circle-bnr:after {
    content: '';
    width: 68px;
    height: 68px;
    position: absolute;
    right: -30px;
    top: 60px;
    background: url(https://www.academy.robogenius.com/wp-content/themes/basel/landingpage/school-solutions/images/greenA-star.png) no-repeat;
    -webkit-animation: rotate-star 10s ease-in-out infinite;
    animation: rotate-star 10s ease-in-out infinite;
}

.about-atal-section {
    background: var(--lightYellow-bg);
    font-family: var(--primary-font);
    padding-bottom: 8rem !important;
}

.about-block-atal {
    width: 100%;
    height: auto;
    padding: 15px 0px;
}

.about-atal-heading {
    text-align: center;
    margin-bottom: 20px;
}

.about-atal-heading h2 {
    font-weight: 700;
    font-size: 2rem;
    background: var(--blueRoyal-bg);
    border-radius: 50px;
    color: var(--yellow-bg);
    display: inline-block;
    padding: 15px 90px;
}

.atal-content p {
    font-size: 1.5rem;
    color: #000;
    line-height: 2.2rem;
    font-weight: 500;
}

.key-features-section {
    padding: 40px 0px;
    position: relative;
}

.key-title-block {
    background: var(--orange-bg);
    padding: 15px 30px;
    max-width: 100%;
    border-radius: 0px 30px 30px 0px;
    margin-bottom: 30px;
    position: relative;
}

a.gemlink {
    background: var(--orange-bg);
    font-size: 18px;
    padding: 15px 20px;
    font-weight: 800;
    color: var(--yellow-bg);
    border-radius: 100px;
    margin: 0 auto;
    display: inline-block;
    clear: both;
}
a.gemlink:hover {
    background: var(--muzliDark-bg);
    text-decoration: none;
}
.key-title-block:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0px;
    background: var(--orange-bg);
}

.key-title-block h3 {
    margin: 0px;
    color: var(--yellow-bg);
    font-weight: bold;
    font-size: 2rem;
}

.key-block-content {
    padding: 50px 0px 20px 0px;
}

.key-block-content p {
    font-size: 1.5rem;
    color: #000;
    line-height: 2.2rem;
    font-weight: 500;
}

.logo-imaages img { width:450px; }

.atal-robot-block {
    position: relative;
    z-index: 1;
}

.atal-robot-block:before {
    content: '';
    width: 100%;
    height: 80%;
    bottom: 0px;
    left: 0px;
    background: var(--green-bg);
    border-radius: 250px 0px 0px 250px;
    position: absolute;
}

.atal-robot-block:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: -100%;
    z-index: -1;
    background: var(--green-bg);
    top: 0px;
}

.robot-vector-model {
    position: relative;
    left: 0px;
    top: 0px;
}

.circle-imagekey {
    right: -35px;
    position: relative;
    top: 30%;
}

.atal-robot-block {
    position: absolute;
    top: -19.5%;
    right: 0px;
    width: 51%;
}

.robot-content-block {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 15%;
}

.robot-content-block h3 {
    font-weight: bold;
    color: var(--muzliDark-bg);
    margin: 0px;
    font-size: 2rem;
}

.robot-content-block span {
    margin: 0px 10px;
}

.p-s {
    position: static;
}

.list-school-section {
    position: relative;
    z-index: 1;
}

.list-school-section:after {
    content: '';
    width: 100%;
    height: 35%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    background: var(--muzliDark-bg);
}

.stem-head {
    width: 100%;
    height: auto;
    padding: 20px 20px;
    background: var(--muzliDark-bg);
    position: relative;
    z-index: 1;
    border-radius: 0px 70px 70px 0px;
    margin-bottom: 30px;
}

.stem-head:before {
    content: '';
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0px;
    position: absolute;
    background: var(--muzliDark-bg);
    z-index: -1;
}

.stem-head:after {
    content: '';
    width: 100%;
    height: 98%;
    position: absolute;
    left: -100%;
    background: var(--muzli-bg);
    z-index: -1;
    top: -10px;
}

.stem-head #counter {
    font-weight: bold;
    color: var(--muzliDark-bg);
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.stem-head #counter .counter-box .counter-value {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    color: var(--orange-bg);
}
.stem-head #counter .counter-box .counter-title {
    font-weight: 800;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #20b8eb;
}
.stem-head #counter .counter-box .conter-section {
    display: flex;
}
.stem-head #counter .counter-box .conter-section i {
    color: #333;
    font-style: normal;
    padding: 0 3px;
    font-size: 36px;
}
.stem-head #counter:after {
    content: '';
    width: 99%;
    height: 98%;
    position: absolute;
    left: 0px;
    background: var(--muzli-bg);
    z-index: -1;
    top: -10px;
    border-radius: 0px 80px 80px 0px;
}

.list-school-block {
    padding: 50px 0px 0px;
    background: var(--skin-bg);
    min-height: 300px;
    box-shadow: 0px -10px 15px rgba(100, 100, 100, 0.2);
    position: relative;
    margin-top: 100px;
}

.list-school-block:after {
    content: '';
    width: 173px;
    height: 93px;
    background: url(https://www.academy.robogenius.com/wp-content/themes/basel/landingpage/school-solutions/images/blue-rincle-line.png) no-repeat;
    position: absolute;
    right: -10%;
    top: -146px;
    background-size: contain;
    animation: bgAnimaion 10s ease-in-out infinite;
}

.list-school-block h3 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    text-decoration: underline;
    padding: 0px 20px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.list-school-form .form-control {
    border: none;
    outline: none;
    box-shadow: none;
    width: 95%;
    height: 60px;
    color: var(--blueRoyal-bg);
    font-weight: 500;
    font-size: 20px;
}

.list-school-form input.form-control {
	text-align: left;
	border-radius: 30px 0px 0px 30px;
	background: #fff url(https://www.academy.robogenius.com/wp-content/themes/basel/landingpage/school-solutions/images/search-icon.png) no-repeat left 20px top 10px;
	background-size: 40px;
	padding-left: 80px;
}

.list-school-form input.form-control::placeholder {
    color: var(--blueRoyal-bg);
}
.list-school-form 
 .submit-btn {
    text-align: center;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}
.list-school-form .submit-btn input[type="submit"] {
    background: #23408f;
    border: none;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: 1fr;
    color: #fff;
    font-weight: 700;
    padding: 16px 0;
    cursor: pointer;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.kids-mission-section {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.kids-mission-section:before {
    content: '';
    width: 300px;
    height: 300px;
    border-radius: 50%;
    left: -4%;
    top: -10%;
    position: absolute;
    background: var(--green-bg);
}

.atlS-title {
    background: var(--blue-bg);
    position: relative;
    padding: 15px 0px;
    margin-bottom: 30px;
    border-radius: 0px 50px 50px 0px;
    z-index: 1;
	width:75%;
}

.atlS-title:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0px;
    background: var(--blue-bg);
}

.atlS-title h3 {
    color: var(--yellow-bg);
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0px;
}

.atlS-block {
    padding: 30px 0px;
}

.atlS-block p {
    font-size: 1.2rem;
    font-weight: 500;
}

.step-section {
    width: 100%;
    height: auto;
    padding: 20px 0px;
    background: #3f7afa;
    z-index: 2;
    position: relative;
}

.follow-title {
    background: var(--green-bg);
    padding: 6px 20px;
    margin-top: -45px;
    position: relative
}

.follow-title:after {
    content: '';
    width: 100%;
    height: 100%;
    background: var(--green-bg);
    right: -100%;
    top: 0px;
    position: absolute;
}

.follow-title h3 {
    color: var(--blue-bg);
    margin: 0px;
    font-size: 1.6rem;
    font-weight: 600;
}

.step-box {
    background: #3f7afa;
    padding: 30px 0px;
    position: relative;
    z-index: 1;
}

.step-heading {
    padding: 6px 10px;
    background: var(--orange-bg);
    width: 70%;
    position: relative;
    left: -22px;
}

.step-heading:before {
    content: '';
    border-top: 1px solid transparent;
    border-bottom: 24px solid transparent;
    border-right: 29px solid #d15734;
    position: absolute;
    left: 0;
    bottom: -24px;
    z-index: -1;
}

.step-heading:after {
    content: '';
    position: absolute;
    right: -18px;
    top: 0px;
    border-top: 19px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 19px solid var(--orange-bg);
}

.step-heading h4 {
    margin: 0px;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}

.step-content {
    padding: 10px 20px;
}

.step-content p {
    color: #fff;
}

.step-content p a {
    font-weight: bold;
    color: #fff;
    display: block;
}

.click-follow {
    padding: 10px 0px;
}

.click-follow p {
    font-size: 20px;
    color: var(--green-bg);
    font-weight: 700;
}

.click-follow p span {
    font-size: 14px;
    font-weight: normal;
}

.click-follow p a {
    color: var(--green-bg);
}

.right-step-circle {
    position: absolute;
    right: -20px;
    bottom: -80px;
    width: 200px;
    height: 200px;
    background: #ffe491;
    border-radius: 50%;
    z-index: -1;
}

.right-step-circle:before {
    content: '';
    width: 50px;
    height: 50px;
    background: url(https://www.academy.robogenius.com/wp-content/themes/basel/landingpage/school-solutions/images/greenA-star.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: 0px;
}

.overflow-hidden {
    position: relative;
    top: 20px;
}
.title-wrap {
    position: relative;
    font-size: 3rem;
    font-weight: 600;
    text-decoration: underline;
    padding: 0;
    position: relative;
    z-index: 2;
    margin-top: 70px;
}
.testimonals {
    position: relative;
}

.testimonals::before {
    content: '';
    position: absolute;
    background: #fff4d3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
}

.testimonals::after {
    content: '';
    width: 280px;
    height: 280px;
    background: #ffe491;
    border-radius: 100%;
    position: absolute;
    top: 0%;
    left: -81px;
    z-index: 1;
}

.testimonals .bookaclass {
    color: #73e6b0;
    text-decoration: none;
    background: #184dc3;
    padding: 30px;
    width: 50%;
    display: inline-block;
    border-radius: 100px;
    font-size: 2.3rem;
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
    top: -40px;
}

.testimonals .testi-slider {
    margin-top: 50px;
    margin-bottom: 50px;
}

.testimonals .testi-slider .testimoanls_inner {
    display: grid;
    grid-template-columns: 462px 1fr;
    grid-gap: 10px;
}

.testimonals .testi-slider .swiper-slide {
    background: transparent;
}

.testimonals .testi-slider {
    margin-top: 50px;
    margin-bottom: 50px;
    background: #bedbfa;
    border-radius: 200px;
    position: relative;
    z-index: 2;
    box-shadow: 0px 7px 0px 0 #0a39a1;
    -webkit-box-shadow: 0px 7px 0px 0 #0a39a1;
    -moz-box-shadow: 0px 7px 0px 0 #0a39a1;
}

.testimoanls_inner .photoframe {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
    overflow: hidden;
}

.testimonals .testi-slider .testimoanls_inner .content .innert-content {
    padding: 0 70px 0 20px;
}

.testimonals .testi-slider .testimoanls_inner .content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.testimonals .testi-slider .testimonals-container {
    border-radius: 200px;
    overflow: hidden;
    background: #bedbfa;
    position: relative;
    border: solid 10px #bedbfa;
    z-index: 2;
}

.testimonals .testi-slider .testimoanls_inner .content .innert-content p {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: justify;
}

.testimonals .testi-slider .testimoanls_inner .content .innert-content .author {
    font-weight: 700;
}

.testimonals .testi-slider .testimoanls_inner .content .innert-content .author span {
    display: block;
}

.testimonals .testi-slider::before {
    content: url(https://www.academy.robogenius.com/wp-content/themes/basel/landingpage/school-solutions/images/qutions.png);
    position: absolute;
    z-index: 3;
}

.testimonals .testi-slider::after {
    content: url(https://www.academy.robogenius.com/wp-content/themes/basel/landingpage/school-solutions/images/testimonals-bg.png);
    position: absolute;
    top: -55px;
    right: 40px;
    z-index: 1;
}

.testimonals .testi-slider .swiper-button-next::after,
.swiper-container-rtl .swiper-button-next::after {
    content: url(https://www.academy.robogenius.com/wp-content/themes/basel/landingpage/school-solutions/images/right-arrow.png) !important;
    margin-right: 15px;
}

.testimonals .testi-slider .swiper-button-prev::after,
.swiper-container-rtl .swiper-button-prev::after {
    content: url(https://www.academy.robogenius.com/wp-content/themes/basel/landingpage/school-solutions/images/left-arrow.png) !important;
    margin-left: 15px;
}

.blankbanner {
    background: #4e79ef;
    height: auto;
    padding: 50px 0;
}

section.list-school-section.white-bg:after {
    content: '';
    width: 100%;
    height: 35%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    background: #fff;
}

/*Popup Form*/

.popup-section, .popup-section-contact {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.popup-section.active, .popup-section-contact.active {
    display: block;
}

.popup-section .overlay_wrap, .popup-section-contact .overlay_wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.8);
}

.popup-section .tab-form, .popup-section-contact .tab-form {
    position: absolute;
    max-width: 80%;
    top: 50%;
    min-width: 320px;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    max-height: 80%;
    overflow-x: auto;
    overflow-y: scroll;
}

.popup-section .tab-form .form {
    padding: 20px 0;
}

.popup-section .tab-form .nav {
    justify-content: space-evenly;
}

.popup-section .tab-form .form .feildset {
    position: relative;
    display: inline-block;
    width: 100%;
}

.popup-section .tab-form .close-form, .popup-section-contact .tab-form .close-form{
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    float: right;
    z-index: 9999;
    cursor: pointer;
}

.popup-section .tab-form .close-form::before,
.popup-section .tab-form .close-form::after, .popup-section-contact .tab-form .close-form::before,
.popup-section-contact .tab-form .close-form::after {
    content: '';
    width: 20px;
    height: 2px;
    background: #333;
    position: absolute;
    top: 8px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #1758e6;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    border-radius: 0px;
}

.nav-tabs .nav-link {
    border: 0px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: transparent;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.popup-section .tab-form .form .feildset {
    text-align: center;
}

.popup-section .tab-form .form button {
    border: none;
    background: #43e297;
    padding: 8px 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 auto;
    display: inline-block;
    color: #1758e6;
    border-radius: 100px;
    font-size: 16px;
}

.popup-section .tab-form .close-form::before, .popup-section-contact .tab-form .close-form::before {
    transform: rotate(-50deg);
}

.popup-section .tab-form .close-form::after, .popup-section-contact .tab-form .close-form::after {
    transform: rotate(45deg);
}

.popup-section .tab-form .form .feildset input+label {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
}

.popup-section .tab-form .form .feildset textarea~label {
    position: absolute;
    top: 125px;
    left: 10px;
    transform: translate(0px, -100px);
    -moz-transform: translate(0px, -100px);
    -webkit-transform: translate(0px, -100px);
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
}

.popup-section .tab-form .form .feildset input {
    height: 40px;
}

.popup-section .tab-form .form .feildset textarea {
    height: 150px;
}

.popup-section .tab-form .form .feildset input,
.popup-section .tab-form .form .feildset textarea {
    display: block;
    width: 100%;
    margin: 15px 0;
    font-size: 14px;
    padding: 7px 10px;
    border: solid 1px #ccc;
    transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
    background: transparent;
    position: relative;
    z-index: 999;
}

.popup-section .tab-form .form .feildset input:focus+label,
.popup-section .tab-form .form .feildset textarea:focus+label,
.popup-section .tab-form .form .feildset input:valid+label,
.popup-section .tab-form .form .feildset textarea:valid+label {
    top: 0;
    left: 2px;
    z-index: 9999;
    font-size: 10px;
    font-weight: 400;
    background: #fff;
    padding: 5px;
    transform: translate(0, 2px);
    -moz-transform: translate(0, 2px);
    -webkit-transform: translate(0, 2px);
    transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
}

.popup-section .tab-form .form .feildset textarea:focus~label,
.popup-section .tab-form .form .feildset textarea:valid~label {
    top: 0;
    left: 2px;
    z-index: 9999;
    font-size: 10px;
    font-weight: 400;
    background: #fff;
    padding: 5px;
    transform: translate(0, 2px);
    -moz-transform: translate(0, 2px);
    -webkit-transform: translate(0, 2px);
    transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
}


/*End Popup Form*/

/*
==========================================
2. Responsive Photo Gallery
========================================== 
*/

.m-p-g {
    /*    max-width: 860px;*/
    margin: 0 auto;
}
.m-p-g__thumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    /*justify-content: space-between;*/
}
.m-p-g__thumbs-img {
    margin: 0;
    float: left;
    vertical-align: bottom;
    cursor: pointer;
    z-index: 1;
    position: relative;
    opacity: 0;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    -webkit-tap-highlight-color: transparent;
    will-change: opacity, transform;
    -webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1);
    transition: all .5s cubic-bezier(.23, 1, .32, 1);
}

.m-p-g__thumbs-img.active {
    z-index: 50;
}

.m-p-g__thumbs-img.layout-completed {
    opacity: 1;
}

.m-p-g__thumbs-img.hide {
    opacity: 0;
}

.m-p-g__thumbs-img:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}

.m-p-g__fullscreen {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: 0 0;
    visibility: hidden;
    -webkit-transition: background .25s ease-out, visibility 10ms .5s linear;
    transition: background .25s ease-out, visibility 10ms .5s linear;
    will-change: background, visibility;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.m-p-g__fullscreen.active {
    -webkit-transition: background .25s ease-out, visibility .01s 0s linear;
    transition: background .25s ease-out, visibility .01s 0s linear;
    visibility: visible;
    background: rgba(0, 0, 0, .95);
}

.m-p-g__fullscreen-img {
    pointer-events: none;
    position: absolute;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    top: 50%;
    left: 50%;
    max-height: 100vh;
    max-width: 100%;
    visibility: hidden;
    will-change: visibility;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}

.m-p-g__fullscreen-img.active {
    visibility: visible;
    opacity: 1!important;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.23, 1, .32, 1), opacity .5s ease-out;
    transition: transform .5s cubic-bezier(.23, 1, .32, 1), opacity .5s ease-out;
}

.m-p-g__fullscreen-img.almost-active {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0)!important;
    transform: translate3d(0, 0, 0)!important;
}

.m-p-g__controls {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    height: 20vh;
    background: -webkit-linear-gradient(bottom, transparent 0, rgba(0, 0, 0, .55) 100%);
    background: linear-gradient(to top, transparent 0, rgba(0, 0, 0, .55) 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1);
    transition: all .5s cubic-bezier(.23, 1, .32, 1);
}

.m-p-g__controls-arrow,
.m-p-g__controls-close {
    position: absolute;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.m-p-g__controls.active {
    opacity: 1;
    visibility: visible;
}

.m-p-g__controls-arrow,
.m-p-g__controls-close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: 0 0;
}

.m-p-g__controls-arrow:focus,
.m-p-g__controls-close:focus {
    outline: 0;
}

.m-p-g__controls-arrow {
    z-index: 1;
    top: 0;
    width: 20%;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
}

.m-p-g__controls-arrow:hover {
    opacity: 1;
}

.m-p-g__controls-arrow--prev {
    left: 0;
    padding-left: 3vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.m-p-g__controls-arrow--next {
    right: 0;
    padding-right: 3vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.m-p-g__controls-close {
    top: 3vh;
    left: 3vw;
    z-index: 5;
}

.m-p-g__btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .07);
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.m-p-g__btn:hover {
    background: rgba(255, 255, 255, .15);
}

.m-p-g__alertBox {
    position: fixed;
    z-index: 999;
    max-width: 700px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 25px;
    border-radius: 3px;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .23), 0 10px 40px rgba(0, 0, 0, .19);
    color: grey;
}

.m-p-g__alertBox h2 {
    color: red;
}

.m-p-g__thumbs a img {
    padding: 5px;
    display: block;
}
section.ourLegacy .legacy-slider-block .swiper-container.swiper4 {
    overflow: inherit;
}
section.ourLegacy .legacy-slider-block {
    margin: 30px 0;
}
section.ourLegacy .legacy-slider-block .swiper-wrapper {
    padding: 10px;
}
section.ourLegacy .legacy-slider-block .swiper-slide{
    height: 100%;
}
section.ourLegacy .legacy-slider-block .swiper-slide:nth-child(1) .legacyFrame .legacyTitle{
    background: #ee7754;    
}
section.ourLegacy .legacy-slider-block .swiper-slide:nth-child(2) .legacyFrame .legacyTitle{
    background: #42b37f;    
}
section.ourLegacy .legacy-slider-block .swiper-slide:nth-child(3) .legacyFrame .legacyTitle{
    background: #253d7c;    
}
section.ourLegacy .legacy-slider-block .swiper-slide:nth-child(4) .legacyFrame .legacyTitle{
    background: #ffc82a;    
}
section.ourLegacy .legacy-slider-block .swiper-slide:nth-child(5) .legacyFrame .legacyTitle{
    background: #523176;    
}
section.ourLegacy .legacy-slider-block .swiper-slide:nth-child(6) .legacyFrame .legacyTitle{
    background: #ee7754;    
}
section.ourLegacy .legacy-slider-block .swiper-slide:nth-child(7) .legacyFrame .legacyTitle{
    background: #42b37f;    
}
section.ourLegacy .legacy-slider-block .swiper-slide:nth-child(8) .legacyFrame .legacyTitle{
    background: #253d7c;    
}
section.ourLegacy .legacy-slider-block .swiper-slide:nth-child(9) .legacyFrame .legacyTitle{
    background: #ffc82a;    
}
section.ourLegacy .legacy-slider-block .swiper-slide:nth-child(10) .legacyFrame .legacyTitle{
    background: #523176;    
}
section.ourLegacy .legacy-slider-block .legacyFrame .legacyTitle {
    text-align: center;
    font-weight: 800;
    font-size: 30px;
    padding: 10px 0;
    color: #fff;
    position: relative;
}
section.ourLegacy .legacy-slider-block .legacyFrame .legacyTitle:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #7b7b7b;
    border-radius: 100px;
    z-index: 9;
}
section.ourLegacy .legacy-slider-block .legacyFrame .legacyTitle:before {
    left: -4px;
    top: -4px;
}
section.ourLegacy .legacy-slider-block .swiper-wrapper .swiper-slide:last-child .legacyFrame .legacyTitle:after{
        content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #7b7b7b;
    border-radius: 100px;
    z-index: 9;
}
section.ourLegacy .legacy-slider-block .swiper-wrapper .swiper-slide:last-child .legacyFrame .legacyTitle:after{
    right: -4px;
    top: -4px;
}
section.ourLegacy .legacy-slider-block .legacyFrame .legacyinner {
    padding: 25px 15px;
    position: relative;
    min-height: 387px;
    border-left: solid 2px #ee7754;
}
section.ourLegacy .legacy-slider-block .swiper-slide:last-child .legacyFrame .legacyinner{
    border-right: solid 2px #ee7754;
}
section.ourLegacy .legacy-slider-block .swiper-slide .legacyFrame .legacyinner:before{
    content: '';
    width: 20px;
    position: absolute;
    top: -10px;
    left: -10px;
    height: 20px;
    border-radius: 100px;
    background: #fff;
    border: solid 5px;
}
section.ourLegacy .legacy-slider-block .swiper-slide:nth-child(1) .legacyFrame .legacyinner:before{
    border-color: #ee7754;
}
section.ourLegacy .legacy-slider-block .swiper-slide:nth-child(2) .legacyFrame .legacyinner:before{
    border-color: #42b37f;
}
section.ourLegacy .legacy-slider-block .swiper-slide:nth-child(3) .legacyFrame .legacyinner:before{
    border-color: #253d7c;
}
section.ourLegacy .legacy-slider-block .swiper-slide:nth-child(4) .legacyFrame .legacyinner:before{
    border-color: #ffc82a;
}
section.ourLegacy .legacy-slider-block .swiper-slide:nth-child(5) .legacyFrame .legacyinner:before{
    border-color: #523176;
}
section.ourLegacy .legacy-slider-block .swiper-slide:nth-child(6) .legacyFrame .legacyinner:before{
    border-color: #ee7754;
}
section.ourLegacy .legacy-slider-block .swiper-slide:nth-child(7) .legacyFrame .legacyinner:before{
    border-color: #42b37f;
}
section.ourLegacy .legacy-slider-block .swiper-slide:nth-child(8) .legacyFrame .legacyinner:before{
    border-color: #253d7c;
}
section.ourLegacy .legacy-slider-block .swiper-slide:nth-child(9) .legacyFrame .legacyinner:before{
    border-color: #ffc82a;
}
section.ourLegacy .legacy-slider-block .swiper-slide:nth-child(10) .legacyFrame .legacyinner:before{
    border-color: #523176;
}
section.ourLegacy .legacy-slider-block .legacyFrame .legacyinner .innerTitle {
    font-weight: 800;
    font-size: 18px;
    color: #ee7754;
}
section.ourLegacy .legacy-slider-block .legacyFrame .legacyinner p {
    margin-top: 15px;
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
}

.banners-pluzzles::before, .banners-pluzzles::after { display:none !important;}

/*end*/
@media screen and (min-width: 1601px) {
    .about-section:after {
        width: 83%;
    }

    .learning-border-shape {
        max-width: 55%;
    }
}

@media screen and (max-width: 1600px) and (min-width: 1400px) {
    .about-section:after {
        width: 91%;
    }

    .rg-advantge-section:after {
        width: 43%;
    }
}

@media screen and (max-width:1201px) {
    .rg-advantge-section.sec-animation:before {
        top: -190px;
    }

    .rg-advantge-section:before {
        top: -190px;
    }

    .rg-advantge-section:after {
        width: 40.5%;
    }

    .rg-advantge-section {
        border-bottom: 50px solid #bdd9f8
    }

    .vector-hand-block images {
        max-width: 55%;
    }

    .bring-future {
        background-size: auto
    }

    .bring-future:after,
    .bring-future:before {
        height: 48px;
    }

    .vector-hand-block {
        margin-top: -58px;
    }

    .learning-border-shape {
        max-width: 88%;
    }

    .thanku-page .vector-hand-block {
        margin-top: -160px
    }
}

@media screen and (max-width:1199px) and (min-width:1025px) {
    .rg-advantge-section:after {
        width: 30%;
        right: 4%;
    }

    .book-demo-btn {
        font-size: 18px;
        padding: 25px 30px;
    }

    .learning-title h2 {
        font-size: 35px;
    }

    .bono-content {
        padding: 18px;
    }

    .bono-images {
        top: 55px;
        left: 0px;
    }

    .bono-images images {
        max-width: 100%;
    }

    .did-u-know p {
        font-size: 25px;
    }

    .did-u-know {
        width: 200px;
        background-size: contain;
    }

    .online-slider-row:before {
        width: 100px;
    }

    .technology-block:before {
        width: 60px;
    }

    .learning-list-row ul li:nth-child(even) .learning-images:after,
    .learning-list-row ul li:nth-child(odd) .learning-images:after {
        display: none
    }

    .blank-strip {
        width: 70%;
    }
}

@media screen and (max-width:1024px) and (min-width:993px) {
    .blank-strip {
        width: 70%;
    }
}

@media screen and (max-width:1024px) {
    .banner-content h1 {
        font-size: 33px;
        line-height: 42px
    }

    .banner-content h3 {
        font-size: 20px;
    }

    .learning-title h2,
    .kids-title h2,
    .about-title h2,
    .partenr-block h3,
    .rg-title h2,
    .bono-content h3,
    .future-block h4,
    .advantage-title h3,
    .faq-title h3 {
        font-size: 35px;
    }

    .learning-title:after {
        width: 120px;
        top: 3px;
    }

    .course-content p {
        font-size: 20px;
    }

    .blank-strip {
        padding-left: 25px;
        line-height: 7px;
        width: 63%;
    }

    .blank-strip p,
    .blank-strip span {
        font-size: 10px;
    }

    .download-curiculam {
        width: 50%;
    }

    .full-price del span.amount,
    .full-price ins span.amount {
        font-size: 16px;
    }

    .book-demo-btn {
        font-size: 18px;
        padding: 25px 30px;
    }

    .buy-now-btn,
    .ajax_add_to_cart {
        font-size: 12px;
        padding: 12px 15px;
    }

    .no-cost p {
        font-size: 10px
    }

    .coding-flag {
        margin-left: 30px;
    }

    .coding-flag::before {
        width: 110px;
        left: -79px;
        top: 45px;
    }

    .online-content p,
    .online-content h3 {
        font-size: 18px;
    }

    .absout-sudhanshu {
        position: relative;
        left: 2%
    }

    .kids-content-new h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .kids-content-new p {
        font-size: 20px;
    }

    .kids-content {
        padding: 60px 50px 150px;
    }

    .absout-sudhanshu {
        right: 13%;
    }

    .rg-advantge-section:after {
        width: 35%;
    }

    .advantge-block:after {
        right: -2%;
    }

    .advantage-bottom h4 {
        font-size: 25px;
    }

    .rg-title p {
        font-size: 18px;
    }

    .video-frame {
        min-height: 400px;
    }

    .bono-content {
        padding: 18px;
        position: relative;
        z-index: 2;
    }

    .bono-images {
        top: 0px;
        left: 0px;
    }

    .bono-images images {
        max-width: 100%;
    }

    .did-u-know {
        width: 200px;
        padding-left: 30px;
        background-size: contain;
    }

    .did-u-know p {
        font-size: 18px;
        line-height: 30px
    }

    .comment-large p {
        font-size: 14px;
    }

    .comment-large {
        width: 240px;
        background-size: contain;
        padding-right: 0px;
        padding-left: 60px;
    }

    .bono-overley {
        background-size: 50%
    }

    .flag-wave {
        left: 9%;
        right: 0px;
        bottom: 85px;
        z-index: 0;
    }

    .technology-slider-colum p {
        font-size: 18px;
    }

    .online-slider-row:before {
        width: 100px;
    }

    .technology-block:before {
        width: 60px;
    }

    .course-content h2,
    .asstes-title h3 {
        font-size: 2.2rem;
    }

    footer {
        min-height: 300px;
    }

    .learning-block {
        padding: 10px 0px;
    }

    .learning-list-row ul li:first-child .learning-images:before,
    .learning-list-row ul li:nth-child(even) .learning-images:after,
    .learning-list-row ul li:nth-child(odd) .learning-images:after,
    .learning-list-row ul li:last-child .learning-images:before {
        display: none
    }

    .learning-list-row ul li {
        width: 33%;
    }

    .learning-list-row {
        margin: 0px;
    }

    .learning-details {
        height: 85px;
    }

    .bring-future {
        background-size: 35%;
        padding-top: 50px;
        padding-bottom: 70px;
    }

    .bring-future:before {
        width: 39%
    }

    .bring-future:after {
        width: 41%
    }

    .faq-block {
        padding: 50px;
    }

    .asstes-title:before {
        left: -34px;
        top: 20%;
        width: 400px;
        height: 400px;
    }

    .asstes-content {
        top: 87px;
    }

    .assetspd-2 {
        padding-left: 105px;
    }

    .learning-border-shape {
        display: none;
    }

    .technology-block {
        min-height: 100px
    }

    .building-vector {
        height: 330px;
    }

    .blue-leaves {
        width: 220px;
        left: 1%;
    }

    .libe-yellowvector {
        width: 70px;
        bottom: 50%
    }

    .kids-block-slider {
        padding-bottom: 30px;
    }

    .rg-advantge-section:before {
        width: 200px;
        height: 200px;
    }

    .rg-advantge-section.sec-animation:before {
        top: -105px;
    }

    .advantage-slider-block .swiper-button-next,
    .advantage-slider-block .swiper-button-prev {
        top: 25%;
    }

    .learning-methodology-section:after {
        height: 600px
    }

    .thanku-page .vector-hand-block images {
        max-width: 88%;
    }

    .mini-laptoprow {
        top: -15px
    }

    .course-section {
        margin-top: 50px;
    }

    .robot-vector {
        width: 100px;
        height: 100px;
        right: 7%;
        top: 13%;
    }

    .banner-block-images:before {
        width: 40px;
        height: 70px;
    }

    .banner-block-images .blue-bubble-big {
        width: 35px;
        height: 35px;
    }

    .no-cost ul li {
        font-size: 10px;
    }

    .vector-hand-block {
        margin-top: -50px;
    }

    .vector-hand-block images {
        max-width: 70%;
    }

    .technology-slider h3 {
        font-size: 18px;
    }

    .sticky-toolbar-on {
        padding-bottom: 0px;
    }

    .short_description {
        min-height: initial;
    }

    .cloude-vector {
        width: 90px;
        right: 17%;
        top: 10px;
    }
}

@media screen and (min-width:1025px) {
    .learning-list-row ul {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width:992px) {
    .banner-content {
        padding: 30px 0px;
        text-align: center;
    }

    .banner-block-images {
        text-align: center;
        border-radius: 0 0 345px 345px !important;
    }

    .banner-block-images images {
        width: 100%;
    }

    .robot-vector {
        right: 4%;
        top: 18%;
    }

    .code-vector {
        right: 144px;
    }

    .mini-laptop {
        width: 40%;
        left: 25%;
    }

    .course-section {
        padding-top: 100px;
    }

    .online-head {
        padding: 25px 0px 25px;
    }

    .online-head h3 {
        font-size: 15px;
    }

    .online-gread {
        padding: 15px 0px;
    }

    .online-gread p {
        font-size: 17px;
    }

    .online-block {
        padding: 0px 20px;
    }

    .online-detail-content {
        padding: 0px 10px 10px
    }

    .special-price,
    .price {
        height: 35px;
        font-size: 20px;
    }

    .icon-no {
        width: 50px;
        height: 50px;
        font-size: 20px;
        margin-top: -55px;
    }

    .blank-strip {
        width: 95%;
        height: 50px;
        margin-left: -30px;
    }

    .buy-now-btn {
        font-size: 14px;
        padding: 7px 30px;
    }

    .book-demo-btn {
        font-size: 22px;
        padding: 20px 25px;
    }

    .course-content h2,
    .asstes-titl {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .course-content p {
        font-size: 16px;
    }

    .libe-yellowvector {
        bottom: -150%;
        left: -10%;
    }

    .learning-title h2,
    .kids-title h2,
    .about-title h2,
    .partenr-block h3,
    .rg-title h2,
    .bono-content h3,
    .future-block h4,
    .advantage-title h3,
    .faq-title h3,
    .online-title h2 {
        font-size: 28px;
    }

    .online-content p,
    .rg-title p {
        font-size: 16px;
    }

    .online-content h3 {
        font-size: 14px;
        margin-top: 10px;
    }

    .online-detail-content h4 {
        font-size: 16px;
    }

    .online-detail-content h5 {
        font-size: 15px;
    }

    .online-slider-row:before {
        width: 70px;
    }

    .blank-strip {
        width: 100%;
        margin-bottom: 10px;
    }

    .download-curiculam {
        width: 100%;
        padding-left: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .full-price del span.amount,
    .full-price ins span.amount {
        font-size: 16px;
        height: 30px;
    }

    .online-content p,
    .online-content h3 {
        font-size: 13px;
    }

    .about-section:after {
        display: none;
    }

    .rg-advantge-section:after {
        width: 38%;
        right: 0%;
    }

    .advantge-detail h3 {
        font-size: 17px;
    }

    .advantage-bottom h4 {
        font-size: 20px;
    }

    .advantage-bottom h4:after {
        width: 100px;
        height: 70px;
        bottom: -100px;
        right: 30px;
        background-size: contain;
    }

    .radius-bottom {
        border-radius: 50px;
    }

    .asstes-title {
        padding: 10px 30px;
        border-radius: 50px;
    }

    .course-content h2,
    .asstes-title h3 {
        font-size: 1.8rem;
        line-height: normal
    }

    .bono-laptop-view>images {
        display: none;
    }

    .bono-overley {
        position: relative;
    }

    .assets-section:after {
        height: 43%;
    }

    .bono-content {
        margin-bottom: 100px;
    }

    .learning-title h2 br,
    .kids-title h2 br,
    .about-title h2 br,
    .partenr-block h3 br,
    .rg-title h2 br,
    .bono-content h3 br,
    .future-block h4 br {
        display: none;
    }

    .did-u-know {
        left: 60px;
    }

    .comment-large {
        top: -70px;
        right: 5%;
    }

    .bono-images {
        top: 0px;
        left: 0px;
        max-width: 100%;
        margin: 0 auto;
    }

    .technology-slider-colum {
        padding: 0px 20px 0px 20px;
    }

    .technology-slider-colum p {
        font-size: 16px;
    }

    .col-assets {
        max-width: 295px;
        margin: 0 auto;
    }

    .asstes-block-row {
        padding: 0px 0px 30px;
    }

    .asstes-block-row .swiper-pagination-bullet-active {
        background: #05db79;
    }

    .asstes-block-row .swiper-button-next:after,
    .asstes-block-row .swiper-button-prev:after {
        display: none;
    }

    .asstes-block-row .swiper-button-next,
    .asstes-block-row .swiper-button-prev {
        color: #05db79;
        width: 15px;
    }

    .asstes-block-row .swiper-button-next {
        background: url(https://www.academy.robogenius.com/wp-content/themes/basel/landingpage/school-solutions/images/green-right-arrow.png) no-repeat;
        background-size: contain;
    }

    .asstes-block-row .swiper-button-prev {
        background: url(https://www.academy.robogenius.com/wp-content/themes/basel/landingpage/school-solutions/images/green-left-arrow.png) no-repeat;
        background-size: contain;
    }

    .absout-sudhanshu {
        right: 0px;
        margin-top: 0px;
    }

    .asstes-title:before {
        content: '';
        width: 140px;
        height: 140px;
        background: #fff4d3;
        border-radius: 50%;
        position: absolute;
        left: 00px;
        top: 0px;
        z-index: -1;
    }

    .kids-bottom {
        margin-top: 0px;
    }

    .kids-content {
        padding: 50px;
    }

    .kids-block-slider .swiper-pagination {
        padding: 0px;
        text-align: center;
        bottom: -10px;
    }

    .online-bottom-content {
        padding-top: 20px;
    }

    .online-content p br {
        display: none;
    }

    .comment-large p {
        font-size: 15px;
    }

    .online-slider-block .swiper-button-next,
    .online-slider-block .swiper-button-prev {
        width: 20px;
        top: 50% important
    }

    .online-slider-block .swiper-button-next {
        right: 10px;
    }

    .online-slider-block .swiper-button-prev {
        left: 10px;
    }

    .kids-video-frame {
        width: 90%;
        margin: 0 auto;
    }

    .kids-block-slider>.swiper2 {
        padding-bottom: 0px;
    }

    .kids-bottom {
        margin-top: 0px;
    }

    .kids-bottom .book-demo-btn {
        margin-top: 0px;
    }

    .learning-methodology-section::after {
        height: 400px;
        border-radius: 50px 50px 0px 0px;
    }

    .coding-flag::before {
        width: 110px;
        left: -72px;
        top: 100px;
        height: 117px;
    }

    .advantage-slider-block .swiper-button-next,
    .advantage-slider-block .swiper-button-prev {
        top: 20%;
    }

    .video-frame {
        min-height: 259px;
    }

    .bono-overley {
        background-image: url("https://www.academy.robogenius.com/wp-content/themes/basel/landingpage/school-solutions/images/coding-flag.png");
        background-size: 100%;
    }

    .flag-wave {
        left: -72%;
        right: 0;
        bottom: 130px;
        z-index: 0;
    }

    .online-content p,
    .online-content h3 {
        font-size: 13px;
    }

    .online-slider-block .swiper-button-next,
    .online-slider-block .swiper-button-prev {
        width: 30px;
        height: 30px;
    }

    .bring-future:after,
    .bring-future:before {
        height: 38px;
    }

    .bring-future:before {
        width: 36%;
    }

    .bring-future:after {
        width: 39%
    }

    .vector-hand-block {
        margin-top: -45px;
    }

    .vector-hand-block images {
        max-width: 100%;
    }

    .bring-future {
        padding: 65px 0px;
    }

    .technology-block {
        margin-top: 40px;
    }

    .online-detail-content h3.session-head {
        width: 90%;
        font-size: 16px;
    }

    .thankyou-content p {
        font-size: 16px;
    }

    .thankyou-section .future-block {
        top: -22px;
    }

    .thanku-page .vector-hand-block {
        top: -148px;
        position: relative;
        margin: 0px;
    }

    .thankyou-content {
        min-height: 300px;
        padding: 20px 0px;
    }

    .bring-circle {
        left: -14%;
        top: -17%;
    }

    footer:before {
        width: 200px;
        height: 200px;
    }

    .rg-title {
        margin-bottom: 0px;
    }

    .advantage-slider-block {
        margin-top: 20px;
    }

    .hand-row:after {
        width: 200px;
        height: 100px;
    }

    .tab-content .swiper-button-next,
    .tab-content .swiper-button-prev {
        top: 43%;
    }

}

@media screen and (max-width:768px) {
    .coding-flag {
        max-width: 300px;
        margin-left: 130px;
    }

    .coding-flag::before {
        width: 110px;
        left: -83px;
        top: 32px;
        height: 117px;
    }

    .blue-leaves {
        width: 124px;
        height: 128px;
        left: 2%
    }

    .assets-section:after {
        height: 30%;
    }
    
    .landing-page { padding-top:0; }

}

@media screen and (min-width:575px) and (min-width:992px) {
    .product-slider {
        padding: 0px 30px;
    }
}
@media screen and (width:768px) {
	.list-school-form select.form-control {
		border-top-left-radius: 0px !important;
		border-bottom-left-radius: 0px !important;
	}
	.atal-robot-block::before {
		border-radius: 250px 0px 0px 250px !important;
	}
	.robot-content-block h3 {
		font-size: 1rem !important;
		line-height: 2rem !important;
		padding: 25px 0;
	}
	.banner-right-box {
		text-align: center;
	}
}
@media screen and (max-width:768px) {
    .online-slider-block {
        border-radius: 50px;
        padding: 20px 10px;
    }
	.atal-robot-block::after {
		right: -105%;
	}
    .online-bottom-block {
        padding-top: 10px;
    }

    .online-bottom-content {
        margin-top: 0px;
    }

    .online-head h3 {
        font-size: 12px;
    }

    .online-gread p {
        font-size: 15px;
    }

    .online-gread {
        margin: 15px 0px;
        padding: 10px 0px;
    }

    .online-detail-content {
        margin-top: 20px;
    }

    .icon-no {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }

    .blank-strip {
        margin-left: -25px;
    }

    .online-block {
        margin-bottom: 20px;
    }

    .banner-content h3 {
        font-size: 14px;
        line-height: 20px;
        margin: 15px 0px;
    }

    .course-section {
        padding-bottom: 30px 0px;
    }

    .bono-images {
        left: -20px;
        max-width: 100%;
    }

    .advantge-detail {
        padding: 20px;
    }

    .kids-bottom {
        margin-top: 0px;
        text-align: center;
    }

    .kids-title:before {
        right: -1%;
        top: 25px;
        width: 40px;
        height: 40px
    }

    .about-section {
        margin: 0px;
    }

    .learning-list-row ul li {
        width: 100%;
    }

    .kids-block-slider .swiper-pagination {
        padding-right: 0%;
        text-align: center;
        bottom: 1%;
    }

    .kids-block-slider .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
    }

    .kids-bottom {
        z-index: 0;
    }

    .kids-content {
        padding: 60px 30px 100px
    }

    .star-vector {
        float: right;
    }

    .did-u-know {
        left: -56px;
    }

    .technology-block {
        height: auto;
        min-height: 100px
    }

    .faq-block .accordion>.card>.card-header h2 .btn-link {
        font-size: 15px;
    }

    .faq-block {
        padding: 20px;
    }

    .owl-carousel .owl-nav.disabled {
        top: 0px
    }

    .model-about .modal-body {
        padding: 70px 30px;
    }

    .human-vector {
        left: 0px;
    }

    .human-vector:after {
        width: 122px;
    }

    .social-login a {
        font-size: 14px;
        padding: 8px 20px
    }

    .model-login .modal-header h4.modal-title {
        font-size: 16px;
    }

    .vector-hand-block {
        margin-top: -42px;
    }

    .learning-list-row .swiper-pagination {
        bottom: 0px;
    }

    .kids-block-slider .swiper-button-next,
    .kids-block-slider .swiper-button-prev {
        width: 20px;
    }

    .kids-content h4 {
        font-size: 20px
    }

    .owl-dots {
        display: none;
    }

    .asstes-content {
        top: 90px;
        padding-right: 30px;
    }

    .asstes-content h3 {
        font-size: 17px;
    }

    .asstes-content p {
        font-size: 14px;
    }

    .faq-block .card-body p {
        text-align: left;
    }

    .online-title:before {
        width: 150px;
        height: 150px;
        top: -13%;
    }

    .kids-video-frame video {
        height: 220px;
    }

    .kids-video-frame h3 {
        font-size: 20px;
    }

    .kids-video-frame p {
        font-size: 16px;
    }

    .thankyou-content p {
        font-size: 14px;
        text-align: justify;
    }

    .thankyou-content p:last-child br {
        display: none;
    }

    .vector-hand-block images {
        max-width: 100%
    }

    .hand-row:after {
        width: 122px;
        height: 80px;
    }

    .cloude-vector {
        width: 87px;
    }
	.atal-heading {
		margin-top: 0px;
		z-index: 1;
	}
	.atal-heading h1 {
		font-size: 1.5rem;
		padding-left: 5px;
	}
	.banner-content h2 {
		font-size: 1.2rem;
		padding: 25px 0;
		line-height: 1.8rem;
	}
	.banner-content h2 br{
		display: none;
	}
	.about-atal-heading h2 {
		padding: 15px 20px;
		width: 100%;
	}
.atal-content p, .key-block-content p {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: justify;
}
	.atal-robot-block {
		position: relative;
		top: 0;
		right: -15px;
		width: 100%;
	}
	.key-title-block {
		padding: 15px 10px;
		max-width: 100%;
	}
	.circle-imagekey {
		right: -20px;
		position: relative;
		top: -83px;
	}
	.key-features-section {
		padding: 40px 0px 0;
		position: relative;
	}
	.atal-robot-block::before {
		content: '';
		width: 100%;
		height: 80%;
		bottom: 0px;
		left: 0px;
		background: var(--green-bg);
		position: absolute;
	}
	.robot-content-block h3 {
		font-weight: bold;
		color: var(--muzliDark-bg);
		margin: 0px;
		font-size: 14px;
		line-height: 24px;
		padding-left: 15px;
	}
	.stem-head h3 {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.list-school-form input.form-control {
		padding-left: 80px;
		width: 90%;
		border-radius: 0px;
		margin: 0 auto 10px;
	}
	.list-school-form .form-control, .list-school-form 
 .submit-btn {
		width: 90%;
		margin: 10px auto;
	}
	.atlS-title h3 {
		font-size: 1.2rem;
		line-height: 1.5rem;
	}
	.step-box {
		padding: 0px 0px 10px;
	}
	.kids-mission-section::before {
		width: 120px;
		height: 120px;
	}
	.step-heading {
		width: 100%;
	}
	.step-content {
		padding: 30px 0px;
		text-align: center;
	}
	.step-content p {
		color: #fff;
		margin-bottom: 0;
	}
	.right-step-circle {
		position: absolute;
		right: -20px;
		bottom: -80px;
		width: 120px;
		height: 120px;
		background: #ffe491;
		border-radius: 50%;
		z-index: -1;
	}
	.click-follow {
		padding: 10px 0px;
		text-align: center;
	}
	.robot-vector-model {
		text-align: center;
	}
	.key-block-content {
		padding: 10px 0px 10px 0px;
	}
}

@media screen and (max-width:640px) {

    .banners-pluzzles .innertext {
    padding: 30px;
    height: auto;
    background: #fff6df;
    margin: 15px 0;
}

    .headerBanner span.poab.lefttp6, .headerBanner span.poab.lefttp7, .headerBanner span.poab.lefttp9, .headerBanner span.poab.lefttp10, .headerBanner span.poab.lefttp11, .headerBanner span.poab.lefttp4, .headerBanner span.poab.lefttp3, .headerBanner span.poab.lefttp2{
        display: none;
    }
    .about-atal-heading h2, .key-title-block h3 {
    font-size: 1.5rem;
}
.atal-heading h1 {
    font-size: 1rem;
    padding-left: 5px;
}
.yellow-circle-bnr {
    width: 70px;
    height: 70px;
    background: var(--yellow-bg);
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 1;
}
.banner-section-atal {
    padding: 10px 0px;
}
.robot-content-block h3 {
    font-size: 18px;
    padding-left: 0px;
}
section.ourLegacy .legacy-slider-block .swiper-container.swiper4 {
    overflow: hidden;
}
section.ourLegacy .legacy-slider-block {
    margin: 0;
}
    a.gemlink {
    font-size: 22px;
    text-align: center;
}
.stem-head #counter {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}
.stem-head #counter .counter-box {
    width: 100%;
    text-align: center;
}
.stem-head #counter .counter-box .conter-section {
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-atal-section {
    padding-bottom: 1rem !important;
}
    .bono-images {
        left: 0px;
    }

    .bring-future {
        background-size: 32%;
    }

    .bring-future:before {
        width: 32%;
    }

    .bring-future:after,
    .bring-future:before {
        height: 30px;
    }

    .bring-future:after {
        width: 36%
    }

    .vector-hand-block {
        margin-top: -35px;
    }

    .vector-hand-block images {
        max-width: 90%;
    }
.m-p-g__thumbs {
    display: inline-block;
}
    .m-p-g__thumbs a img {
    margin: 5px 5px;
    display: block;
    width: 30% !important;
    height: 25% !important;
}
.testimonals .testi-slider .testimoanls_inner {
    grid-template-columns: 1fr;
}
.testimoanls_inner .photoframe {
    border-radius: 200px;
}
.testimonals .testi-slider .testimoanls_inner .content .innert-content {
    padding: 0 20px;
}
.testimonals .testi-slider .testimoanls_inner .content .innert-content p {
    font-size: 1rem;
    margin-bottom: 10px;
}
.testimonals .testi-slider .testimoanls_inner .content .innert-content .author {
    font-weight: 600;
    margin-bottom: 50px;
    text-align: center;
}
.testimonals-container .swiper-button-next, .testimonals-container .swiper-button-prev {
    display: none;
}
.testimonals .testi-slider::before {
    top: -60px;
    left: 0px;
}

}

@media screen and (max-width:575px) {
    .banner-content {
        padding: 20px 0px;
    }

    .banner-content h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .banner-content p {
        font-size: 14px;
    }

    .book-demo-btn {
        margin-top: 10px;
        font-size: 16px;
        padding: 15px 25px;
    }

    .vector-images {
        margin-bottom: 30px;
        top: 0px;
    }

    .banner-block-images {
        text-align: center;
    }

    .mini-laptop {
        width: 50%;
        left: 2%;
    }

    .learning-title:after {
        right: 0px;
        width: 85px;
        top: -50px;
    }

    .rg-advantge-section {
        padding: 50px 0px;
    }

    .rg-advantge-section:before {
        z-index: 0;
    }

    .rg-advantge-section:after {
        width: 100%;
        right: 0%;
        z-index: -1;
    }

    /*.course-content h2, .asstes-title h3{font-size: 1.3rem; line-height: 2rem;}*/
    .blank-strip {
        margin-left: -23px;
    }

    .course-content {
        padding: 0px 40px 0px;
    }

    .learning-title h2,
    .kids-title h2,
    .about-title h2,
    .partenr-block h3,
    .rg-title h2,
    .bono-content h3,
    .future-block h4,
    .advantage-title h3,
    .faq-title h3 {
        font-size: 22px;
    }

    .online-slider-row:before {
        top: 25px;
    }

    .online-slider-row:after {
        top: -18px !important;
        right: 14%;
        width: 130px;
    }

    .online-content {
        padding: 0px 10px;
        text-align: center;
    }

    .online-images-slider {
        text-align: center;
    }

    .online-images-slider images {
        border-radius: 200px;
        overflow: hidden;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .learning-methodology-section {
        padding: 50px 0px 0px;
    }

    .about-section:after {
        display: none;
    }

    .absout-sudhanshu {
        margin-top: 0px;
    }

    .about-section:before {
        bottom: -5px;
        left: 2%;
        font-size: 4rem;
        z-index: 2;
    }

    .assets-section {
        border-top: 40px solid #bdd9f8;
    }

    .assets-bottom {
        margin-top: 20px;
        text-align: center;
    }

    .kids-content {
        padding: 40px 20px 60px;
    }

    .kids-content p {
        font-size: 14px;
    }

    .advantage-bottom {
        margin: 0px;
        text-align: center;
    }

    .advantage-bottom h4:after {
        width: 86px;
        height: 45px;
        bottom: -50px;
    }

    .kids-bottom .book-demo-btn {
        font-size: 14px;
        padding: 10px 25px;
    }

    .bring-future {
        background-size: 30%;
        padding: 10px 0px 50px;
    }

    .partenr-section {
        padding: 50px 0px;
    }

    .partenr-images {
        text-align: center;
        margin: 20px 0px;
    }

    footer:before {
        width: 100px;
        height: 100px;
        left: -50px;
        bottom: -50px;
    }

    .did-u-know {
        width: 130px;
        background-size: contain;
        left: 0px;
        top: -87px;
        padding-left: 15px;
    }

    .did-u-know p {
        font-size: 13px;
        line-height: 20px;
    }

    .comment-large {
        width: 170px;
        height: 185px;
        top: -101px;
        background-size: contain;
        padding: 0px 10px;
        padding-left: 53px;
        right: -5px;
    }

    .comment-large p {
        font-size: 9px;
    }

    .assets-section:after {
        height: 38%;
    }

    .bono-section {
        padding-top: 50px
    }

    .technology-block:before {
        left: 5px;
        width: 40px;
    }

    .asstes-block-row .swiper-button-next:after,
    .asstes-block-row .swiper-button-prev:after {
        font-size: 22px;
    }

    .bono-images {
        left: 0px;
    }

    .bono-images:after {
        top: 26%;
        width: 177px;
        right: -23%;
    }

    .mini-laptoprow {
        top: -10px;
    }

    .mini-laptop:before {
        width: 80px;
        left: -43px;
        top: -23px;
        background-size: contain;
    }

    .mini-laptop:after {
        width: 70px;
        left: initial;
        right: -30px;
        top: -20px;
        background-size: contain;
    }

    .kids-title:before {
        top: 55px;
    }

    .online-slider-block .swiper-button-next,
    .online-slider-block .swiper-button-prev {
        top: 50%;
    }

    .vector-hand-block {
        margin-top: -30px;
    }

    /*.flag-wave{left: -46%;  right: 0px;   bottom: 38px;}*/
    .flag-wave {
        left: initial;
        right: -47px;
        bottom: 138px;
    }

    .flag-element {
        background-size: 90px 100%;
    }

    .bono-overley {
        background: url(https://www.academy.robogenius.com/wp-content/themes/basel/landingpage/school-solutions/images/coding-flag.png) no-repeat bottom 100px right -250px;
        background-size: 120% auto;
        padding-bottom: 00px;
    }

    .online-coding-class {
        min-height: 1160px;
    }

    .coding-flag {
        max-width: 180px;
        margin-left: 50px;
    }

    .coding-flag::before {
        width: 70px;
        left: -51px;
        top: 25px;
    }

    .advantge-profile {
        text-align: center;
    }

    .video-frame {
        min-height: 159px;
    }

    .teachers-name h3 {
        font-size: 16px;
    }

    .teachers-name p {
        font-size: 14px;
    }

    .video-teacher-frame {
        margin-bottom: 40px;
    }

    .video-overley .swiper-button-next,
    .video-overley .swiper-button-prev {
        width: 15px;
    }

    .libe-yellowvector {
        width: 30px;
        bottom: -123%;
    }

    .thankyou-content h1 {
        font-size: 27px;
    }

    .thankyou-content h1:before,
    .thankyou-content h1:after {
        width: 25px;
        top: 4px;
    }

    .thankyou-content h1:before {
        left: -30px;
    }

    .thankyou-content h1:after {
        right: -33px;
    }

    .online-block {
        padding: 0px 15px;
    }

    .online-bottom-block .book-demo-btn {
        position: relative;
        top: 0%;
    }

    .no-cost ul li {
        font-size: 10px;
    }

    .building-vector {
        width: 118px;
        height: 144px;
        bottom: 20px;
    }

    .cloude-vector {
        width: 38px;
        top: -13px;
    }

    .course-section:after {
        height: 33px;
    }

    .blue-leaves {
        width: 70px;
        height: 70px;
    }

    .online-bottom-content {
        margin: 0px;
        padding: 0px;
    }

    .advantge-profile {
        text-align: center;
    }

    .rg-advantge-section {
        border: none;
    }

    .hand-row:after {
        width: 80px;
        height: 50px;
    }

}

@media screen and (max-width:375px) {
    .bono-images:after {
        top: 25%;
        width: px;
        right: -23%;
        width: 185px;
    }

    .flag-wave {
        right: -72px;
        bottom: 103px;
    }

    .flag-wave:before {
        height: 73%
    }

    .vector-hand-block {
        margin-top: -30px;
    }

    .bono-overley {
        background: url(https://www.academy.robogenius.com/wp-content/themes/basel/landingpage/school-solutions/images/coding-flag.png) no-repeat bottom 60px right -197px;
    }
}


/** courses swiping tabs **/

@media (max-width:767px) {
    html {
        margin-top: 0px !important;
    }

    .courses__tabs-content {
        display: inline-block;
        width: 100%;
        /*min-height:490px;*/
    }

    .courses__tabs-content .course_cont {
        display: flex;
        justify-content: space-between;
        perspective: 266.667vw;
    }

    .courses__tabs-content .course_cont .coursecol {
        width: 80vw;
        height: 130.469vw;
        z-index: 2;
        transition: transform .3s ease-out;
        padding-bottom: 4vw;
        position: absolute;
        margin-bottom: 16vw
    }

    .courses__tabs-content .course_cont .coursecol[data-index="0"] {
        transform: translateZ(0);
        z-index: 300
    }

    .courses__tabs-content .course_cont .coursecol[data-index="1"] {
        transform: translate3d(15%, 0, -26.667vw);
        z-index: 299
    }

    .courses__tabs-content .course_cont .coursecol[data-index="2"] {
        transform: translate3d(30%, 0, -53.333vw);
        z-index: 298
    }
	
	.headerBanner .poab.lefttp { display:none; }
	.headerBanner span.poab.lefttp2 { top: 148px; }
	.headerBanner span.poab.lefttp9 { top: 39%; }
}

@media (max-width:320vw) {
    .courses__tabs-content .course_cont {
        justify-content: center;
        flex-direction: column
    }

}

@media screen and (max-width:415px) {
    .flag-wave {
        right: -44px;
        bottom: 155px;
        height: 60px;
    }

    .bring-future:before {
        width: 34%
    }

    .bring-future:after {
        width: 37%
    }

    .bring-future {
        background-size: 34%;
    }
}

@media screen and (max-width:376px) {
    .flag-wave {
        width: 125px;
        height: 60px;
        right: -56px;
        bottom: 143px;
    }

}

@media screen and (max-width:361px) and (min-width:321px) {
    .bono-overley {
        background: url(https://www.academy.robogenius.com/wp-content/themes/basel/landingpage/school-solutions/images/coding-flag.png) no-repeat bottom 60px right -387px;
    }
}

@media screen and (max-width:320px) {
    .flag-wave {
        left: -33%;
        bottom: 10px;
    }

    .bring-future:after,
    .bring-future:before {
        height: 20px;
    }

    .bring-future {
        background-size: 35%;
    }

    .vector-hand-block {
        margin-top: -20px;
    }

    .bring-future:before {
        width: 35%
    }

    .bring-future:after {
        width: 38%
    }


}