turkey-lp-style.css .ib-educators-inner2 img,
.collaborative2 img,
.features-face2 img,
img.swap-desk {
    max-width: 100%;
}

.platform-title {
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 40px;
    text-align: center;
    color: #000000;
}

.platform-subtitle {
    font-family:'avenir_next_worldregular', 'Verdana';
    font-size: 17px;
    line-height: 1.78;
    text-align: center;
    color: #000000;
    margin-top: 18px;
    max-width: 927px;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}


#carousel-header .owl-dots {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: transparent;
    height: 20px;
    position: absolute;
    bottom: 30px;
}

#carousel-header .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}

#carousel-header .owl-dot.active span,
.owl-dot:hover span {
    background: #8888F2;
}

.chat-icon {
    width: 250px !important;
}

.animate8 {
    width: 53px !important;
}

img.animate1 {
    width: 274px !important;
}



img.teacher-icon {
    width: 93px !important;
}

.animate3 {
    width: 90px !important;
}

img.right-box {
    width: 230px !important;
}

img.magnify-icon {
    width: 90px !important;
}

img.parent-icon {
    width: 95px !important;
}

img.dots-right-icon {
    width: 160px !important;
}

.animate2 {
    width: 94px !important;
}

img.arrow-icon {
    width: 22px !important;
}

img.dot-icon {
    width: 8px !important;
}

.main-wrapper-event-1 {
    width: 100%;
    height: 640px;
    background: #FFFFFF;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    margin-top: 80px;
    align-items: center;
}

.main-wrapper-event-2 {
    width: 100%;
    height: 640px;
    background: #FFFFFF;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    margin-top: 80px;
    align-items: center;
}

.main-wrapper-event-1-content-wrapper {
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 100px;
}

.main-wrapper-event-content-present {
    font-family:'avenir_next_worldmedium', 'Verdana';
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    color: #000000;
}

.main-wrapper-event-content-title {
    font-family:'avenir_next_worldbold', 'Verdana';
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 64px;
    color: #000000;
    max-width: 528px;
    width: 100%;
}

@media screen and (min-width: 1500px) {
    .main-wrapper-event-content-subtitle {
        max-width: 520px !important;
    }

    .main-wrapper-event-1-content-wrapper {
        padding-left: 180px;
    }
}

.main-wrapper-event-content-subtitle {
    font-family:'avenir_next_worldregular', 'Verdana';
    font-style: normal;
    font-weight:  normal;
    font-size: 18px;
    line-height: 32px;
    color: #484848;
    max-width: 384px;
    margin-top: 8px;
}



.main-wrapper-event-content-date-wrapper {
    display: flex;

    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 8px;
}



.main-wrapper-event-content-bar {
    font-family:'avenir_next_worldregular', 'Verdana';
    font-size: 22px;
    margin: 0 8px;
}

.main-wrapper-event-content-date {
    font-family:'avenir_next_worldmedium', 'Verdana';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #000000;
}

@media screen and (max-width:1480px) {
    .main-wrapper-event-content-bar {
        display: none;
    }

    .main-wrapper-event-content-date-wrapper {
        flex-direction: column;
    }
}

.main-wrapper-event-content-place {
    font-family:'avenir_next_worldmedium', 'Verdana';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #000000;
}

.main-wrapper-event-content-button {
    font-family:'avenir_next_worldmedium', 'Verdana';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF !important;
    width: fit-content;
    padding: 13px 46px;
    background: #F75961;
    border-radius: 8px;
    margin-top: 36px;
}

.main-wrapper-event-content-button:hover {
    background: #f54f58;
}




.main-wrapper-event-1-image-wrapper {
    width: 100%;
    max-width: 640px;
}

.main-wrapper-event-content-present-2 {
    font-family:'avenir_next_worldregular', 'Verdana';
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    display: flex;
    align-items: flex-end;
    color: #3C3CAD;
}

.main-wrapper-event-content-date-2 {
    font-family:'avenir_next_worldmedium', 'Verdana';
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #000000;
}

.main-wrapper-event-content-place-2 {
    font-family:'avenir_next_worldmedium', 'Verdana';
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    color: #000000;
}

.main-wrapper-event-content-date-wrapper-2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 16px;
}

.learn-resource-fold-wrapper {
    padding-top: 100px;
    padding-bottom: 160px;
    background-color: #FFF9EB;
}

.learn-resource-fold-title {
    font-family:'avenir_next_worldbold', 'Verdana';
    font-weight: normal;
    font-size: 40px;
    line-height: 56px;
    text-align: center;
    color: #222222;
}


ul.navbar-nav li {
    opacity: 1;
    z-index: 99999999;
}

p.add-line {
    color: BLACK;
    font-size: 17px;
    margin-top: 20px;
}

p.add-line a {
    text-decoration: underline;

}

.main-footer,
a#sign {
    display: none !important;
}

.Platforms-mypButton___28CFd {
    width: 200px;
    height: 48px;
    padding: 15px;
    border-radius: 4px;
    background-color: #1ec4d4;
    margin-top: 62px;
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}

.Platforms-dpButton___28CFd {
    width: 200px;
    height: 48px;
    padding: 15px;
    border-radius: 4px;
    background-color: #6464DC;
    margin-top: 62px;
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}

.Platforms-pypButton___1Jy9Y {
    width: 200px;
    height: 48px;
    padding: 15px;
    border-radius: 4px;
    background-color: #f75961;
    margin-top: 62px;
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}

.Platforms-pypSubtitle___3ZF1I {
    font-family:'avenir_next_worldmedium', 'Verdana';
    font-size: 17px;
    line-height: 1.65;
    text-align: left;
    color: #2b2b2b;
    margin-top: 16px;
    max-width: 290px;
}

.Platforms-pypTitle___2JrCH {
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 44px;
    text-align: left;
    color: #f75961;
}

.Platforms-mypTitle___3qfIe {
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 44px;
    text-align: left;
    color: #1ec4d4;
}

.Platforms-dpTitle___3qfIe {
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 44px;
    text-align: left;
    color: #8888F2;
}

.Platforms-myp___359KO {
    background-image: url(/wp-content/uploads/2021/10/SJY8UnvjD.png);
    max-width: 380px;
    width: 100%;
    height: 100%;
    max-height: 384px;
    border-radius: 16px;
    box-shadow: 0 4px 24px 0 rgb(0 0 0 / 16%);
    background-color: #ffffff;
    background-position: right bottom;
    background-size: 350px;
    background-repeat: no-repeat;
    margin-left: 48px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 40px;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.Platforms-dp___359KO {
    background-image: url("/wp-content/uploads/2023/06/ev5vWMe7L.png");
    max-width: 380px;
    width: 100%;
    height: 100%;
    max-height: 384px;
    border-radius: 16px;
    box-shadow: 0 4px 24px 0 rgb(0 0 0 / 16%);
    background-color: #ffffff;
    background-position: right bottom;
    background-size: 310px;
    background-repeat: no-repeat;
    margin-left: 48px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 40px;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

img.pholka-dots- {
    width: 140px;
    position: absolute;
    right: 0;
    top: -40px;
}

.dot-dots- {
    width: 80px;
    position: absolute;
    right: 86px;
    top: 278px;
}

.pyp-myp {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 90px 32px 130px;
    max-width: 1440px;
    margin: 0 auto;
}

.Platforms-pypButton___1Jy9Y:hover {
    background-color: #f05358;
    color: #fff;
}

.Platforms-mypButton___28CFd:hover {
    background-color: #1ebfce;
    color: #fff;
}

.pyp-myp-main {
    background: #FFF5F7;
    position: relative;
}

img.waves-yellow {
    width: 160px;
    position: absolute;
    bottom: 9%;
}

.half-circle- {
    width: 110px;
    position: absolute;
    right: 0;
    bottom: -101px;
    z-index: 9;
}

.Platforms-pyp___2CnhQ {
    background-image: url(/wp-content/uploads/2021/10/BygWQc65w.png);
    max-width: 380px;
    width: 100%;
    height: 100%;
    max-height: 384px;
    border-radius: 16px;
    box-shadow: 0 4px 24px 0 rgb(0 0 0 / 16%);
    background-color: #FFFFFF;
    background-position: right bottom;
    background-size: 350px;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 40px;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.Platforms-platformsWrapper___21Ksl {
    width: 100%;
    margin-top: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 32px;
}

img.ib-school-img,
img.ubd-box-imgmob {
    max-width: 100%;
}

.animate5a {
    width: 70px !important;
    position: absolute;
    right: 60px !important;
    z-index: 99;
    left: auto !important;
    top: -565px !important;
}

.animate5 {
    width: 204px;
    position: absolute;
    left: -102px !important;
    bottom: 130px !important;
    z-index: 99;
}

/*div#navbarNav, a#sign{opacity:0 !important;}*/
.header-one {
    background-color: #ffffff;
    position: fixed;
}

.animate7a {
    position: absolute;
    width: 59px;
    bottom: -330px;
    right: -61px;
    z-index: 9;
    left: auto;
}

img.dot-icon {
    width: 8px;
}


.parent-icon-box {
    right: -245px !important;
    top: 250px !important;
    width: 110px !important;
    position: absolute;
}

.magnifying1 {
    position: absolute;
    right: 160px;
    top: 160px;

}

.magnifying-container-sm {
    position: relative;
    width: 100px;
    height: 100px;

}

.magnifying {
    position: absolute;
    width: 125px;
    height: auto;
    -webkit-backface-visibility: hidden;
    -webkit-animation: anim 5s infinite linear;
    animation: anim 5s infinite linear;
}


@-webkit-keyframes anim {
    0% {
        margin-top: 13%;
        margin-left: 0;
    }

    12.5% {
        margin-top: 2%;
        margin-left: 2%;
    }

    25% {
        margin-top: 0;
        margin-left: 13%;
    }

    37.5% {
        margin-top: 2%;
        margin-left: 20%;
    }

    50% {
        margin-top: 13%;
        margin-left: 28%;
    }

    62.5% {
        margin-top: 20%;
        margin-left: 20%;
    }

    75% {
        margin-top: 28%;
        margin-left: 13%;
    }

    87.5% {
        margin-top: 20%;
        margin-left: 2%;
    }

    100% {
        margin-top: 13%;
        margin-left: 0;
    }
}

@keyframes anim {
    0% {
        margin-top: 13%;
        margin-left: 0;
    }

    12.5% {
        margin-top: 2%;
        margin-left: 2%;
    }

    25% {
        margin-top: 0;
        margin-left: 13%;
    }

    37.5% {
        margin-top: 2%;
        margin-left: 20%;
    }

    50% {
        margin-top: 13%;
        margin-left: 28%;
    }

    62.5% {
        margin-top: 20%;
        margin-left: 20%;
    }

    75% {
        margin-top: 28%;
        margin-left: 13%;
    }

    87.5% {
        margin-top: 20%;
        margin-left: 2%;
    }

    100% {
        margin-top: 13%;
        margin-left: 0;
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.anim {
    -webkit-animation: anim 3s infinite linear;
    animation: anim 3s infinite linear;
}

.rotate {
    animation: rotation 2s infinite linear;
}

div#page {
    overflow: hidden;
}

img.right-box {
    width: 230px;
    position: absolute;
    right: -13px;
    top: 40px;
}


img.dots-left-icon {
    width: 136px !important;
    position: absolute;
    bottom: 200px;
    left: 24px;
}

img.dots-right-icon {
    width: 161px;
    position: absolute;
    right: 116px;
    bottom: 115px;
}

img.animate-wave {
    position: absolute;
    width: 100px;
    right: 0;
    top: 100px;
}

.navbar-light .navbar-nav .menu-item a:focus,
.navbar-light .navbar-nav .menu-item a:hover {
    color: #000;
}

.navbar-light .menu .page_item a,
.navbar-light .navbar-nav .menu-item a {
    color: #000;
}

.learning-one-features-txt {
    display: none;
}

.learning-features-sub.sub-left {
    margin-right: 36px;
}

p.learning-features-subp1 {
    font-size: 16px;
    font-family:'avenir_next_worldregular', 'Verdana';
    color: #000;
    margin-bottom: 30px;
}

.learning-features-sub-inner {
    display: grid;
    -webkit-box-pack: center;
    justify-content: normal;
    grid-auto-flow: column;
    gap: 10px;

}

p.learning-features-subp {
    font-size: 18px;
    font-family:'avenir_next_worlddemi', 'Verdana';
    color: #000;
    margin-bottom: 5px;

}

.learning-one-features-txt p {
    font-size: 14px;
    font-family:'avenir_next_worldregular', 'Verdana';
    color: #000;
    line-height: 19px;
    margin-top: 10px;
}

/*
.learning-one-feature {
display: grid;
max-width: 81px;
text-align: center;
}
.learning-one-features-txt, .learning-one-features-img {

align-self: center;
justify-self: center;
}



.learning-one-features-img {
max-width: 40px;
max-height: 40px;
}
*/
.learning-one-features-img {
    height: 110px;
    padding: 0px;
    text-align: center;
}

.learning-one-features-img img {
    height: 100%;
    width: auto;
}

.learning-features-sub {

    border-radius: 8px;
    padding: 40px 32px;
    width: 592px;
    background: #FFFFFF;
    border: 0.3px solid #B0B0B0;

}


a.ubd-box-anch.ubd-box-anch1 {
    color: #9F49CC !important;
}

img.chat-icon {
    width: 250px;
    position: absolute;
    left: 30px;
    top: 60px;
}

.ib-school-anch1 {

    color: #D75674 !important;
}

.ib-school-anch2 {
    color: #0AAEC2 !important;
}

.ib-school-anch3 {
    color: #C28200 !important;
}

img.magnify-icon {
    width: 90px;


    right: -10px;
    top: 124px;

}

img.arrow-icon {
    position: absolute;
    width: 22px;
    top: 88px;
    right: -90px;
    display: none;
}

.animate__animated.animate__zoomIn,
.animate__animated.animate__jackInTheBox {
    --animate-duration: 1s;
}

.animate__animated .animate__wobble {
    --animate-duration: 4s;
}

.animate__animated.animate__flipInY,
.animate__animated.animate__flipInX {
    --animate-duration: 5s;
}

.animate__animated.animate__bounceIn {
    --animate-duration: 1s;
}


img.dot-icon.dot-icon1.animate__animated.animate__zoomIn {
    --animate-duration: 3s !important;
}

img.dot-icon.dot-icon2.animate__animated.animate__zoomIn {
    --animate-duration: 5s !important;
}

img.dot-icon.dot-icon3.animate__animated.animate__zoomIn {
    --animate-duration: 6s !important;
}


p.card-text {
    height: 125px;
}

p.card-auth-block {
    margin-bottom: 0px !important;
    font-family:'avenir_next_worldbold', 'Verdana';
    font-weight: normal;
    font-size: 16px !important;
}

a.card-text-case {
    font-size: 16px;
    color: #F75961;
    text-decoration: none;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: absolute;
    bottom: 27px;
}




.ubd-box-text {
    margin: 0 auto;
}

a.ubd-box-anch {
    font-size: 18px;
    font-family:'avenir_next_worldmedium', 'Verdana';
    color: #2EAA8B;
}

p.ubd-box-txt {
    font-family:'avenir_next_worldregular', 'Verdana';
    font-size: 16px;
    color: #000;
    max-width: 300px;
}

img.ubd-box-img {
    max-width: 420px;
}


.ubd-box {
    max-width: 920px;
    display: -webkit-box;
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: 4px 4px 12px rgb(189 226 108 / 50%);
    border-radius: 8px;
    margin: 0 auto;
    background: white;

}

a.ib-school-anch img,
a.ubd-box-anch img {
    width: 17px;
    position: relative;
    top: -1px;
    left: 7px;
}

a.ib-school-anch {
    font-size: 18px;
    font-family:'avenir_next_worldmedium', 'Verdana';
    max-width: 193px;
    color: black;
    position: absolute;
    bottom: 26px;
}

p.ib-school-desc {
    font-size: 14px;
    font-family:'avenir_next_worldregular', 'Verdana';
    max-width: 193px;
    color: black;
}

p.ib-school-titl {
    font-size: 20px;
    font-family:'avenir_next_worldbold', 'Verdana';
    color: #222222;
    margin-bottom: 10px;
    font-weight: normal;
}

.ib-school {
    max-width: 264px;
    background: #FFFFFF;
    box-shadow: 4px 4px 12px rgb(189 226 108 / 50%);
    border-radius: 8px;
    height: 345px;
}

.learn-resource {
    max-width: 264px;
    background: #FFFFFF;
    box-shadow: 4px 4px 12px rgb(189 226 108 / 50%);
    border-radius: 8px;
    height: 345px;
    margin: auto;
}

.ib-schools {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    position: relative;
}

.ib-schools .ib-school:nth-child(2) {
    margin: 0 63px;
}

.learning-feature img {
    max-width: 336px;
    max-height: 184px;
    cursor: pointer;
    border-radius: 8px;
    width: 336px;
    height: 184px;
}

.toggle-class ul li {
    font-size: 18px;
    font-weight: normal;
    font-family:'avenir_next_worldmedium', 'Verdana';
    padding-top: 15px;
    list-style-type: none;
    color: black;
}

.toggle-class ul li:before {
    content: "•";
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.toggle-class ul {
    margin: 0 0 1.5em 0em;
}

.curriculum-togg ul li:before {
    color: #FFCE66;

}


.curriculum-togg {
    border: 1px solid #FFCE66;
    border-left: 7px solid #FFCE66;
}



.assessments-togg {
    border: 1px solid #60E6F9;
    border-left: 7px solid #60E6F9;
}

.assessments-togg ul li:before {
    color: #60E6F9;

}

.portfolios-togg {
    border: 1px solid #A3A3F5;
    border-left: 7px solid #A3A3F5;
}

.portfolios-togg ul li:before {
    color: #A3A3F5;

}



.classroom-togg {
    border: 1px solid #FFAEC0;
    border-left: 7px solid #FFAEC0;
}

.classroom-togg ul li:before {
    color: #FFAEC0;

}

.family-togg {
    border: 1px solid #BDE26C;
    border-left: 7px solid #BDE26C;
}

.family-togg ul li:before {
    color: #BDE26C;

}

.accreditation-togg {
    border: 1px solid #75DDC3;
    border-left: 7px solid #75DDC3;
}

.accreditation-togg ul li:before {
    color: #75DDC3;

}





.toggle-class {
    max-width: 336px;
    max-height: 184px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 8px;
    background: white;
}






.learning-features1 {
    margin-top: 20px;
}

.learning-features1 {
    grid-template-columns: auto auto auto auto;
}

.learning-features2 {
    grid-template-columns: auto auto auto;
}

.learning-features1,
.learning-features2 {
    display: grid;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 36px;
}

.improved-collaboration {
    background: #E3E3FC;
    padding: 13px;
    font-family:'avenir_next_worldmedium', 'Verdana';
    font-size: 14px;
    color: #000;
    font-weight: normal;
    width: 100%;
    text-align: center;
}

p.available-eng {
    font-family:'avenir_next_worldregular', 'Verdana';
    font-size: 14px;
    color: black;
    font-weight: normal;
    line-height: 25px;
    margin-top: 20px;
}

.head-demo-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 16px;
    background: #ffffff;
    font-family:'avenir_next_worlddemi', 'Verdana';
    color: #3C3CAD !important;
    border-radius: 8px;
    margin: 28px 0 85px;
    max-width: fit-content;

}

p.main-banner-desc {
    font-family:'avenir_next_worldregular', 'Verdana';
    font-size: 18px;
    color: black;
    font-weight: normal;
    line-height: 32px;
    margin-top: 20px;
}

p.main-banner-title {
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 40px;
    line-height: 54px;
    letter-spacing: 0.56px;
    color: #000000;
    margin-bottom: 0;
}

.main-banner-img img {
    max-width: 90%;
    max-height: 500px;
    width: auto;
}

.main-banner {
    display: -webkit-box;
    display: flex;
    padding: 24px 80px 0;
    min-height: 100vh;
    -webkit-box-align: center;
    align-items: center;
    flex-shrink: 0;
}

.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

.main-banner-img {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}

.main-banner-text {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 42%;
    margin-left: 0px;
    -webkit-box-align: start;
    align-items: flex-start;
}


.CaseStudies-svg___ssPmp {
    width: 20px;
    margin-top: 3px;
    margin-left: 12px;
}

.CaseStudies-svg_color___2QCgR {
    color: #f75961;
    fill: #f75961;
}

.video-box {
    margin-top: 40px;
}



.request-demo {
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 720px;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 100px 32px 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    background-image: url();
    background-position: right top;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}





p.casestudies-title {
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 40px;
    text-align: center;
    color: #000000;
    max-width: 980px;
    margin-bottom: 0;
}

p.casestudies-desc {
    font-family:'avenir_next_worldregular', 'Verdana';
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    margin-top: 12px;
    max-width: 780px;
}


.school-h3 {
    clear: both;
    align-items: center;
    padding-top: 95px;
}

img.three-dots {
    width: 77px;
    position: absolute;
    right: 23px;
    top: -10px;
}

.row-new {
    max-width: 1000px;
    width: 100%;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    z-index: 2;
    background: transparent;
    padding: 36px 0px;

}

/* .row-newb {
position: relative;
} */
p#tag-line {
    font-family:'avenir_next_worldmedium', 'Verdana';
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin-top: 16px;
    line-height: 32px;
    max-width: 720px;
    font-weight: normal;
}

p#tag-line span {
    font-size: 15px;
}

.wrapper {
    width: 100%;
    display: -webkit-box;
    display: flex;
    padding: 70px 80px 0px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    background-color: transparent;
    max-width: 1200px;
    margin-top: 52px;
}

section.main-wrapper {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    background-size: cover;
    position: relative;
    background-position: center center;
    /*  background-image: url(<?php //echo get_site_url(); ?>/wp-content/uploads/2021/09/Background-7.png);*/
    background-repeat: no-repeat;

    background-color: #3C3CAD;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 0px;
    height: 640px;
    margin-top: 80px;
}

.row-new h1 {
    font-family:'avenir_next_worldbold', 'Verdana';
    text-align: center;
    color: #fff;
    max-width: 850px;
    margin-top: 0;
    font-size: 48px;
    line-height: 64px;
}

.all-schools {
    clear: both;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    padding-bottom: 50px;
}

.school-h3 h3 {
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 32px;
    text-align: center;
    color: #000000;
}

.main-casestudy {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-image: url();
    background-size: cover;
    background-position: right;
    background-color: #f0f0ff;
}








.platforms {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background-color: white;
    padding-bottom: 110px;
    /* background-image: url(<?php //echo get_site_url(); ?>/wp-content/uploads/2021/08/Background-1.png);*/
    background-size: cover;

}

.inner-platforms {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 100px 32px 10px;
    max-width: 1440px;
}

.inner-platforms H3 {
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 40px;
    text-align: center;
    color: #000000;
}

.learning-feature {
    margin: 25px;
    max-width: 336px;
    max-height: 184px;
}

.learning-feature p {
    font-family:'avenir_next_worlddemi', 'Verdana';
    font-size: 18px;
    color: black;
    margin-top: 22px;
    margin-bottom: 0px;

}

p.inner-platformsp {
    font-family:'avenir_next_worldregular', 'Verdana';
    font-size: 18px;
    line-height: 1.78;
    text-align: center;
    color: #000;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 0px;
}

.pyp-myp-platform {
    width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 32px;
    background: url(<?php echo get_site_url();
    ?>/wp-content/uploads/2021/08/Background-1.png);
    background-size: cover;
    height: auto;
    background-position: inherit;
}

.pyp-platform {
    background-image: url();
    max-width: 480px;
    width: 100%;
    height: 100%;
    max-height: 384px;
    border-radius: 16px;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    background-position: right bottom;
    background-size: cover;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 40px;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.pyp-platform.visible {
    background-image: url(<?php echo get_site_url();
    ?>/wp-content/uploads/2021/03/pypbg-min.png);
}

.myp-platform.visible {
    background-image: url(<?php echo get_site_url();
    ?>/wp-content/uploads/2021/03/mypbg-1-min.png);
}

.myp-platform {
    background-image: url();
    max-width: 480px;
    width: 100%;
    height: 100%;
    max-height: 384px;
    border-radius: 16px;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    background-position: right bottom;
    background-size: cover;
    margin-left: 48px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 40px;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

p.pyp-title {
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 44px;
    text-align: left;
    color: #f75961;
    margin-bottom: 0px;
}

p.pyp-sub-title {
    font-family:'avenir_next_worldmedium', 'Verdana';
    font-size: 17px;
    line-height: 1.65;
    text-align: left;
    color: #2b2b2b;
    margin-top: 16px;
    max-width: 290px;
    margin-bottom: 0px;
}

a#go-pyp {
    width: 200px;
    height: 48px;
    padding: 15px;
    border-radius: 4px;
    background-color: #f75961;
    margin-top: 62px;
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}

p.myp-title {
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 44px;
    text-align: left;
    color: #1ec4d4;
    margin-bottom: 0px;
}

p.myp-sub-title {
    font-family:'avenir_next_worldmedium', 'Verdana';
    font-size: 17px;
    line-height: 1.65;
    text-align: left;
    color: #2b2b2b;
    margin-top: 16px;
    max-width: 290px;
    margin-bottom: 0px;
}

a#go-myp {
    width: 200px;
    height: 48px;
    padding: 15px;
    border-radius: 4px;
    background-color: #1ec4d4;
    margin-top: 62px;
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}

.ib-school-textbox {
    padding: 30px;
}

.ib-educators {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    padding-top: 112px;
    padding-bottom: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #f4fbe4;
}

.ib-educators-title {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 1440px;
    position: relative;
}

p#ib-educators-maindesc {
    font-family:'avenir_next_worldregular', 'Verdana';
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    margin-top: 12px;
    max-width: 930px;
    margin-bottom: 0;
}

p#ib-educators-maintitle {
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 40px;
    text-align: center;
    color: #000000;
    max-width: 1050px;
    margin-bottom: 0px;
}

.ib-educators-inner.visible {
    background-image: url(<?php echo get_site_url();
    ?>/wp-content/uploads/2021/03/ib-edu-bg-min.png);
}

.ib-educators-inner {
    background-image: url();
    background-size: cover;
    background-position: bottom;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 80px 100px;
    max-width: 1440px;
}

.ib-educators-inner1 {
    display: grid;
    max-width: 440px;
    grid-row-gap: 24px;
    flex-shrink: 0;
    margin-right: 80px;
}

p.ib-educators-inner-title {
    font-family:'avenir_next_worldbold', 'Verdana';
    line-height: 1.63;
    font-size: 2.5rem;
    color: #000000;
    margin-bottom: 0px;
}

p.ib-educators-inner-desc {
    font-family:'avenir_next_worldmedium', 'Verdana';
    font-size: 20px;
    color: #000000;
    line-height: 2;
}

.collaborative {
    background-size: cover;
    background-position: bottom;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    background-image: url();
}

.collaborative.visible {
    background-image: url(<?php echo get_site_url();
    ?>/wp-content/uploads/2021/01/H1qSnexiv.png);
}

.inner-collaborative {
    display: -webkit-box;
    /* display: flex; */
    -webkit-box-align: center;
    align-items: center;
    padding: 80px 100px;
    max-width: 1440px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

.collaborative2 {
    -webkit-box-flex: 1;
    flex: 1;
}

.collaborative1 {
    margin-right: 0;
    margin-left: 80px;
    display: grid;
    max-width: 440px;
    grid-row-gap: 24px;
    flex-shrink: 0;
}

p.collaborative-title,
p.features-face-title {
    font-family:'avenir_next_worldbold', 'Verdana';
    line-height: 1.63;
    font-size: 2.5rem;
    color: #000000;
    margin-bottom: 0;
}

p.collaborative-desc,
p.features-face-desc {
    font-family:'avenir_next_worldmedium', 'Verdana';
    font-size: 20px;
    color: #000000;
    line-height: 2;
}

.features-face {
    background-size: cover;
    background-position: bottom;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    background: white;
}

.features-face-inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 80px 100px;
    max-width: 1440px;
}

.features-face1 {
    display: grid;
    max-width: 440px;
    grid-row-gap: 24px;
    flex-shrink: 0;
    margin-right: 80px;
}

.features-face2 {
    -webkit-box-flex: 1;
    flex: 1;
}

@media screen and (max-width:1150px) {}

@media screen and (max-width:1025px) {
    .main-wrapper {
        height: 100%;
    }

    section.main-wrapper {
        height: 1077px !important;
    }
}

@media screen and (min-width:991px) and (max-width:1025px) {

    #carousel-header .owl-carousel .owl-stage-outer {
        height: 1000px !important;
    }

    .animate11 {
        width: 160px !important;
        top: 920px !important;
    }

    .animate9 {
        left: 6% !important;
    }

    .animate6 {
        top: 100px !important;
    }

    .pyp-myp-platform {
        padding: 0 64px !important;
    }

    .animate5 {
        left: 30px !important;
    }

    .animate4,
    .animate7,
    .animate8,
    .animate10,
    .animate-smball {
        display: none !important;
    }

    .school-h3 {
        padding-top: 20px !important;
    }

    .animate3 {
        right: 40px !important;
    }

    .animate2 {
        right: 20px !important;
    }

}

img.ubd-box-imgmob {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

img.ib-school-img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

img.ubd-box-img {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

@media screen and (min-width: 992px) {
    li.mob-li {
        display: none;
    }

    .ib-school:hover a.ib-school-anch img,
    .ubd-box:hover a.ubd-box-anch img {
        transform: translate(4px, 0px);
        transition: transform 1s;
    }

    .ib-school:hover,
    .ubd-box:hover {
        transform: translate(0, -6px);
        transition: transform 1s;
    }

    .head-demo-button:hover {
        background: #F5F5FF !important;
        color: #3C3CAD !important;
    }

    a#sign {
        color: black !important;
    }

    .ubd-box-imgmob {
        display: none !important;
    }

    img.mobile-hero,
    .ib-schools-mob-span {
        display: none !important;
    }

    ul.tabs li:nth-child(2) {
        margin: 0 34px;
    }

    .tab-navigation,
    .tab-navigation1 {
        display: none !important;
    }

}

.learn-li a:after,
.menu-item-has-children>a:hover:after,
.page_item_has_children>a:hover:after,
.menu-item-has-children>a::after,
.page_item_has_children>a::after {
    filter: brightness(0) invert(0);
}

header.header-one.stick .learn-li a:after,
header.header-one.stick .menu-item-has-children>a:hover:after,
header.header-one.stick .page_item_has_children>a:hover:after,
header.header-one.stick .menu-item-has-children>a::after,
header.header-one.stick .page_item_has_children>a::after {
    filter: brightness(0) invert(0) !important;
}



.header-one.stick {
    border: 1px solid rgb(219, 219, 219);
}
}

@media screen and (min-width:767px) and (max-width:991px) {

    .casestudies-golink {
        margin: 30px auto 16px;
        position: relative;
    }

    p.casestudies-text {
        max-width: 100% !important;
        text-align: center;
    }

    .casestudies-box {
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        padding: 20px;
    }

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

    .ib-educators-inner,
    .inner-collaborative,
    .features-face-inner,
    .privacy-section-inner {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
        padding: 80px 64px;
    }

    p.ib-educators-inner-title,
    p.collaborative-title,
    p.features-face-title {
        font-size: 30px !important;
        line-height: 1.5;
    }

    p.ib-educators-inner-desc,
    p.collaborative-desc,
    p.features-face-desc {
        font-size: 18px !important;
    }

    p#ib-educators-maindesc,
    p#ib-educators-maintitle {
        max-width: 600px !important;
    }

    .inner-platforms H3 {

        font-size: 32px !important;

    }



    .all-mobile-school-inner {
        grid-template-columns: auto auto;
        grid-gap: 40px 80px !important;
        display: grid;
    }

    .schools-mob-div {
        height: 142px !important;
        margin: 0;
        padding: 16px;
        width: 100% !important;
    }

    a#explore-mob {
        margin-bottom: 50px;
        margin-top: 30px;
        max-width: 100% !important;
    }

    .video-box {
        padding: 0px !important;
    }

    img#animate1 {
        display: none !important;
    }

    p#tag-line {
        font-size: 28px !important;
        margin-bottom: 30px;
    }

    .row-new h1 {
        font-size: 42px !important;
    }

    .ib-educators-inner1,
    .collaborative1 {
        max-width: 100% !important;
    }

    p.inner-platformsp {
        max-width: 600px !important;
    }

    p.casestudies-title {
        font-size: 32px !important;
    }

    p.casestudies-desc {
        font-size: 16px !important;
    }

    p.privacy-section-title {
        font-size: 32px !important;
    }
}



@media screen and (max-width: 767px) {



    .request-demo {
        padding: 50px 24px 40px;
        background-position: top left;
    }


    .casestudies-golink a {
        margin-left: 22px;
    }

    .casestudies-golink {

        font-size: 14px;
        line-height: 1.78;
        text-align: left;
        position: relative;
        bottom: 7px;


    }

    p.casestudies-text {
        text-align: left;
        font-size: 18px;
        padding: 0 20px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    img.school-img {
        max-width: 220px;
        margin-top: 12px;
        height: 33px;
        margin: 20px;
    }

    p.casestudies-title {
        font-size: 24px;
    }

    .ib-educators-inner,
    .inner-collaborative,
    .features-face-inner,
    .seamless-inner,
    .privacy-section-inner {
        padding: 52px 24px;
    }

    p#ib-educators-maindesc {
        font-size: 14px;
        padding: 0 32px;
        max-width: 360px;
    }

    a#go-pyp,
    a#go-myp {
        width: 100%;
        margin-top: 50px;
    }

    p.inner-platformsp,
    p.privacy-section-desc {
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.71;
    }

    .inner-platforms H3 {
        font-size: 24px;
        line-height: 1.4;
    }




    .school-h3 h3 {
        font-size: 22px;
        padding: 40px 10px 24px;
    }
}



img.left-nav-ib,
img.right-nav-ib {
    width: 60px;
}

img .left-nav-resource .right-nav-resource {
    width: 60px;
}

@media screen and (max-width: 1200px) {

    .main-wrapper-event-1-content-wrapper {
        padding-left: 80px;
    }

    .main-wrapper-event-content-title {
        font-size: 36px;
        line-height: 46px;
        color: #000000;
        max-width: 428px;
    }

    .main-wrapper-event-content-present-2 {
        margin-top: 8px;
        font-size: 20px;
        line-height: 32px;
    }

    .main-wrapper-event-content-date-2 {
        font-size: 18px;
        max-width: 350px;
        line-height: 32px;
    }

    .main-wrapper-event-content-place-2 {
        font-size: 18px;
        line-height: 28px;
        max-width: 250px;
    }

    .wrapper {
        padding: 0px 80px 0px;
    }

    #carousel-header .owl-dots {
        display: none;
    }

}


@media screen and (max-width: 991px) {


    .main-wrapper {
        height: auto;
    }

    section.main-wrapper {
        height: auto !important;
    }

    .main-wrapper-event-1-image-wrapper {
        max-width: 500px;
    }

    .main-wrapper-event-1 {
        height: 100%;
        flex-direction: column-reverse;
        display: flex;
        height: 1077px;
        align-items: center;
        justify-content: center;
    }

    .main-wrapper-event-1-content-wrapper {
        align-items: center;
    }

    .main-wrapper-event-2 {
        height: 100%;
        flex-direction: column-reverse;
        display: flex;
        height: 1077px;
        align-items: center;
        justify-content: center;
    }

    .main-wrapper-event-content-present {
        display: none;
    }

    .main-wrapper-event-content-title {
        text-align: center;
        max-width: 628px;
        margin-top: 80px;
        max-width: 100% !important;
    }

    .main-wrapper-event-1-content-wrapper {
        padding-left: 0 !important;
    }

    .main-wrapper-event-content-present-2 {
        display: none;
    }

    .main-wrapper-event-content-subtitle {
        text-align: center;
        max-width: 584px;
    }

    .main-wrapper-event-content-date-wrapper {
        align-items: center;
        justify-content: center;
    }

    .main-wrapper-event-content-date-wrapper-2 {
        align-items: center;
        justify-content: center;
    }

    .ib-educators {
        display: block;
        padding: 50px 25px 50px;
    }

    .Platforms-containerInner___2M7uE {
        padding: 60px 24px 80px;
    }

    .Platforms-pypButton___1Jy9Y,
    .Platforms-mypButton___28CFd,
    .Platforms-dpButton___28CFd {
        width: 100%;
        margin-top: 54px;
        border-radius: 8px;
    }

    .Platforms-mypTitle___3qfIe {
        font-size: 34px;
    }

    .Platforms-dpTitle___3qfIe {
        font-size: 34px;
    }

    .Platforms-pyp___2CnhQ {
        background-repeat: no-repeat;
        background-size: contain;
        padding: 30px;
    }

    .Platforms-myp___359KO {
        background-repeat: no-repeat;
        background-size: contain;
        padding: 30px;
    }

    .Platforms-dp___359KO {
        background-repeat: no-repeat;
        background-size: contain;
        padding: 30px;
    }

    .ib-schools-mob-span {
        display: none !important;
    }

    .Platforms-myp___359KO {
        margin-left: 0 !important;
        margin-top: 48px;
    }

    .Platforms-dp___359KO {
        margin-left: 0 !important;
        margin-top: 48px;
    }

    .Platforms-platformsWrapper___21Ksl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        padding: 0;
    }

    .row-new h1 br {
        display: none;
    }

    a#req-demo-mob {
        margin-right: 0px !important;
    }

    li.desk-li,
    button.netflix-nav-btn.netflix-open-btn,
    .dot-dots-,
    img.pholka-dots-,
    img.waves-yellow,
    .half-circle- {
        display: none !important;
    }

    p.ubd-box-txt {
        margin-top: 17px;
    }

    .learning-one-features-img {
        margin-bottom: 15px;
    }

    .learning-features-sub2 .learning-one-features-img {
        margin-bottom: 0px;
    }

    img.seamless-img1 {
        height: auto !important;
    }

    .row-newb.right-elements,
    .row-newb.left-elements {
        display: none !important;
    }

    .owl-carousel1 button.owl-next,
    .owl-carousel1 button.owl-prev {
        top: 27% !important;
    }

    .learning-one-feature {
        text-align: center;
    }


    .learning-features-sub-inner {
        grid-template-columns: auto auto auto !important;
        grid-gap: 10px !important;
        grid-auto-flow: row !important;
    }

    .learning-features-sub-inner4 {
        grid-template-columns: auto auto !important;
    }

    .learning-features1,
    .learning-features2 {
        margin-top: 0px !important;
    }

    .learning-features {
        padding: 0 22px;
    }

    .learning-features-sub {
        width: auto !important;
        margin-top: 28px;
    }



    .learning-features-sub.sub-left {
        margin-right: 0px !important;
    }

    .ubd-box-img {
        display: none !important;
    }

    /*

img.left-nav-ib {
left: -10px;
position: relative;
}
img.right-nav-ib {
right: -10px;
position: relative;
}

*/



    .toggle-class ul li {
        font-size: 16px !important;
    }

    .platforms {
        padding-bottom: 45px !important;
    }

    .learning-feature {
        margin: 10px !important;
    }

    .learning-feature img,
    .learning-feature {
        max-width: 294px !important;
        max-height: 160px !important;
    }



    img.mobile-hero {
        padding: 0 30px;
        max-width: 500px;
        width: 100%;
    }

    .row-new {
        background: transparent !important;
    }


    .ib-schools {
        display: none !important;
    }

    ul.tabs {
        display: flex !important;
        place-content: space-around !important;
        max-width: 340px !important;
        margin: 0 auto 25px !important
    }

    ul.tabs li a {
        font-size: 14px !important;
        padding: 0 10px !important;
    }

    ul.tabs li {
        width: auto !important;
        padding: 0 10px;
        font-size: 15px !important;
        margin: 0px !important;
    }


    p.integrated-p {
        margin: 0px 0 15px !important;
    }

    .integrated-tools-in {
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse;
    }

    .tabBox1 {
        margin-top: 0px !important;
    }

    .integrated-tools-list {
        grid-template-columns: auto auto !important;
        grid-gap: 40px 20px;
        display: grid !important;
    }

    .integrated-tools {
        background-image: none !important;
        padding: 50px 21px 0 !important;
    }


    .ubd-box-text {
        padding: 22px;
    }

    img.ib-school-img {
        height: 120px;
    }

    img.ubd-box-img {
        height: 120px;
        width: 100%;
    }

    .ubd-box- {
        width: 100%;
    }

    .ubd-box {
        box-shadow: 4px 4px 12px rgb(189 226 108 / 50%);
        border-radius: 8px;
        max-width: 264px;
    }

    .tabBox {
        margin-top: 30px !important;
    }

    .tabContainer {
        margin-top: 0px !important;
    }

    select#select-box,
    select#select-box1 {
        border: 1px solid #717171;
        border-radius: 8px;
        width: 100%;
        padding: 13px 21px;
        font-size: 16px;
        font-family:'avenir_next_worlddemi', 'Verdana';
        color: black;
    }

    .tab-navigation,
    .tab-navigation1 {
        margin: 0 auto 20px;
        display: table;
        width: 100% !important;
        padding: 13px 24px;
    }

    ul.tabs1 {
        display: none !important;
    }

    .ib-school {
        margin: 0 auto 20px !important;
        position: relative;
    }

    .head-demo-button {
        width: 100%;
        height: 48px !important;
        font-size: 16px;
        margin-bottom: 40px !important;
        max-width: 90%;
    }

    p.main-banner-desc {
        font-size: 16px !important;
        text-align: center;
        line-height: 27px;
    }

    p.main-banner-title {
        font-size: 24px !important;
        line-height: 33px !important;
        text-align: center;
    }

    .main-banner-text {
        width: 100% !important;
    }

    .main-banner.reverse {
        padding: 100px 24px 40px !important;
    }

    .learning-features1,
    .learning-features2 {
        grid-template-columns: auto !important;
        grid-gap: 0px;
        display: grid !important;
    }

    .main-banner.reverse,
    .ib-schools,
    .footer-banner,
    .ubd-box {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }




    p.casestudies-text {
        height: 140px;
    }

    .video-box {
        margin-top: 18px !important;
    }

    img.animate1mob {
        position: absolute;
        display: block;
        width: 100px;
        top: 156px;
        left: -14px;
    }

    .animate3,
    .animate2,
    .animate1 {
        display: none;
    }

    .video-box {
        padding: 24px;
    }

    p#tag-line {
        font-size: 15px;
        padding: 0 16px;
        display: block;
        margin-top: 0;
        line-height: 24px;
        color: white !important;
    }

    .row-new h1 {
        font-size: 24px !important;
        padding: 0 0px 15px !important;
        line-height: 32px !important;
        max-width: 320px !important;
        color: white !important;
        margin-top: 20px !important;

    }

    .wrapper {
        height: 100% !important;
        background-image: none !important;
        padding: 25px 0 0px !important;
    }

    .school-h3 {
        padding-top: 0px !important;
    }

    section.main-wrapper {
        margin-bottom: 0px;
    }

    .all-school .all_schools {
        animation: none !important;
    }

    .all_schools img {
        height: 100px;
        padding: 16px;
        width: auto;
        background-color: #ffffff;
        margin: 0;
    }

    .all-school .all_schools {
        animation: none !important;
        display: grid;
        padding: 0 24px 24px;
        grid-template-columns: auto auto;
        grid-gap: 20px 20px;
        margin: 0 auto;
    }

    .all-school {
        height: auto;
        margin-top: 10px;
    }

    .all_schools img:nth-child(5),
    .all_schools img:nth-child(6),
    .all_schools img:nth-child(7),
    .all_schools img:nth-child(8),
    .all_schools img:nth-child(9),
    .all_schools img:nth-child(10),
    .all_schools img:nth-child(11),
    .all_schools img:nth-child(13) {
        display: block !important;
    }

    .all_schools img,
    .animate4,
    .animate5,
    .animate7,
    .animate8,
    .animate9,
    .animate10,
    .animate11,
    .animate12,
    .animate-smball,
    img.footer-icon {
        display: none;
    }







    .main-casestudy {
        background-position: center center;
    }

    .pyp-myp-platform {
        padding: 0 24px !important;
    }

    .inner-platforms {
        padding: 30px 24px 10px;
    }

    p.myp-title,
    p.pyp-title {
        font-size: 34px !important;
    }

    .pyp-platform,
    .myp-platform {
        padding: 30px;
    }

    .myp-platform {
        margin-top: 40px;
    }

    p#ib-educators-maintitle {
        font-size: 24px;
        line-height: 33px !important;
        padding: 0 25px;
        max-width: 350px;
        color: #000000;
    }

    .animate6 {

        top: 110px;
        width: 80px !important;

    }


    .ib-educators-inner1 {

        margin-right: 0px;
        grid-row-gap: 18px;
    }

    p.ib-educators-inner-title,
    p.collaborative-title,
    p.features-face-title {
        font-size: 28px;
        line-height: 1.5;
    }

    p.ib-educators-inner-desc,
    p.collaborative-desc,
    p.features-face-desc {
        font-size: 16px;
    }


    p.casestudies-desc {
        font-size: 14px;
        margin-bottom: 0;
    }

    .casestudies-wrapper {
        padding: 0px;
    }

    .casestudies-box {
        margin-left: 0;
        margin-right: 0;
        padding: 0px;
        margin-top: 0px;
    }

    a.next img,
    a.prev img {
        height: 35px;
        width: 35px;
    }

    .prev {
        left: 0px;
    }

    .next {
        right: 0;
    }

    img.casestudies-img {
        width: 100% !important;
        height: auto !important;
    }

    a.prev img {
        position: relative;
        left: -15px;
    }

    a.next img {
        position: relative;
        right: -15px;
    }

    a.prev,
    a.next {
        padding: 24px 0;
    }








}

@media all and (min-device-width:768px) and (max-device-width:1024px) {
    img.mobile-hero {
        max-width: 700px !important;
    }

    .school-h3 {
        padding-top: 30px !important;
    }

}



@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .footer-banner-main {
        padding: 0 30px !important;
    }

    .integrated-tools {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .casestudies-inner {
        padding: 50px 50px 30px !important;
    }

    .learning-one-features-img {
        height: 150px !important;
        padding: 0px;
    }

    .learning-features-sub {
        width: 800px !important;
    }

    /* .inner-platforms {
        padding-top: 0px !important;
    } */

    .learning-features-sub {
        margin-top: 35px;
    }

    .learning-features1,
    .learning-features2 {
        grid-template-columns: auto !important;
        margin-top: 0px !important;
        /* gap: 32px; */
    }

    .head-demo-button {
        max-width: 100% !important;
        font-size: 20px !important;
        padding: 20px 16px !important;
    }

    .wrapper {
        padding: 30px 80px 0px !important;
    }

    .row-newb,
    img.animate-wave,
    .animate5a,
    .animate5,
    .animate6,
    .animate11 {
        display: none !important;
    }

}


@media all and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {

    .privacy-section-imgs {
        grid-template-columns: auto auto auto auto !important;
    }

    .integrated-tools-list {
        grid-template-columns: auto auto auto !important;
    }

    .learning-features-sub-inner {
        grid-template-columns: auto !important;
        grid-gap: 10px !important;
        grid-auto-flow: column !important;
    }

    .learning-features-sub {
        width: 700px !important;
    }

    .head-demo-button {
        height: 70px !important;
        font-size: 20px !important;

    }

    p#tag-line {
        font-size: 23px !important;
        line-height: 35px !important;
    }

    .row-new h1 {
        font-size: 43px !important;
        max-width: 83% !important;
        line-height: 59px !important;
        margin-bottom: 30px !important;
    }

    a#explore-mob {
        margin-bottom: 50px;
        margin-top: 30px;
        max-width: 500px !important;
        font-size: 16px !important;
    }

}

@media all and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {

    .footer-banner-main {
        padding: 0 30px !important;
    }

    .integrated-tools {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .casestudies-inner {
        padding: 50px 50px 30px !important;
    }

    .learning-one-features-img {
        height: 150px !important;
        padding: 0px;
    }

    .learning-features-sub {
        width: 800px !important;
    }

    /* .inner-platforms {
        padding-top: 0px !important;
    } */

    .learning-features-sub {
        margin-top: 35px;
    }

    .learning-features1,
    .learning-features2 {
        grid-template-columns: auto !important;
        margin-top: 0px !important;
        /* gap: 32px; */
    }

    .head-demo-button {
        max-width: 100% !important;
        font-size: 20px !important;
        padding: 20px 16px !important;
    }

    .wrapper {
        padding: 30px 80px 0px !important;
    }

    .row-newb,
    img.animate-wave,
    .animate5a,
    .animate5,
    .animate6,
    .animate11 {
        display: none !important;
    }
}



div.tabBox {
    width: 100%;
    float: left;
    overflow: visible;
    max-width: 1040px;
    margin-top: 60px;
    position: relative;
}

div.tabBox h3 {
    padding: 20px 0px;
}

ul.tabs {
    margin: 0;
    padding: 0;
    place-content: center;
    display: flex;
    list-style: none;

}

ul.tabs li {
    float: left;
    margin-left: 5px;
    padding: 0;
    line-height: 40px;
    width: 245px;
    height: 40px;
    text-align: center;
}

ul.tabs li a {
    display: block;
    padding: 0 5px;
    outline: none;
    background: none;
}

.tabContainer {
    border-top: none;
    overflow: hidden;
    clear: both;
    float: left;
    width: 100%;
    margin-top: 40px;
    min-height: 430px;
    margin-bottom: 0px;
}

.tabContent {
    padding: 56px 0 0;
}

.tabContent h3 {
    padding: 0px;
}

/**** TABS STYLES ****/

div.tabBox h3 {}


ul.tabs {
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}

ul.tabs li {}


ul.tabs li a {
    background: transparent;
    text-decoration: none;
    font-size: 11px;
    color: #000;
    outline: none;
    border: 1px solid #717171;
    font-size: 16px;
    font-family:'avenir_next_worldregular', 'Verdana';
    border-radius: 8px;
    font-weight: normal;
}

ul.tabs li a:hover {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 10%);
}

ul.tabs li.active {
    border-bottom: 1px solid #fff;
}

ul.tabs li.active a,
ul.tabs li.active a:hover {
    background: #000000;
    color: white;
    font-family:'avenir_next_worlddemi', 'Verdana';
    font-weight: normal;
}


/* THE RESPONSIVE PART */
@media only screen and (max-width: 767px) {

    .mobile-menu {
        padding: 24px 20px !important;
    }

    ul.tabs {
        height: auto;
        display: block;
        width: 100%;
        border-left: 0px;
    }



    div.tabContainer {
        border: 0px;
    }

}

@media screen and (max-width: 767px) {
    .wrapper {
        margin-top: 0;
    }

    .row-new {
        padding-top: 0;
    }

    .main-wrapper-event-1 {
        height: 640px;
    }

    .main-wrapper-event-2 {
        height: 640px;
    }

    #carousel-header .owl-prev {
        top: 227px !important;
    }

    #carousel-header .owl-next {
        top: 227px !important;
    }

    .main-wrapper-event-1-image-wrapper {
        max-width: 260px;
    }

    .main-wrapper-event-content-title {
        font-size: 24px;
        margin-top: 24px;
        line-height: 33px;
    }

    .main-wrapper-event-content-subtitle {
        font-size: 14px;
        line-height: 24px;
        margin-top: 12px;
    }

    .main-wrapper-event-1-content-wrapper {
        padding: 0 20px !important;
    }

    .main-wrapper-event-content-date {
        font-size: 14px;
        line-height: 24px;
    }

    .main-wrapper-event-content-place {
        font-size: 14px;
        line-height: 24px;
    }

    .main-wrapper-event-content-button {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main-wrapper-event-content-date-2 {
        font-size: 14px;
        line-height: 24px;
    }

    .main-wrapper-event-content-place-2 {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }
}


@media screen and (max-width: 321px) {
    ul.tabs li a {
        font-size: 13px !important;
        padding: 0 7px !important;

    }


}

.row-newb.left-elements {
    top: 60px;
}

img.right-box {
    width: 230px !important;
    right: -13px;
    top: 40px;
}

img.arrow-icon {
    position: absolute;
    width: 30px !important;
    top: 115px !important;
    right: -100px !important;
}

.animate8 {
    width: 67px !important;
    left: 209px;
    top: 234px;
}

img.teacher-icon {
    width: 93px !important;
    bottom: 100px;
    left: 90px;
    height: auto !important;
    z-index: 99;
    overflow: hidden;
    position: absolute;
}

img.animate1 {
    left: 115px;
    bottom: 60px;
    z-index: -1;
}

.wrapper {
    margin-top: 70px !important;
    padding: 0px !important;
}

.animate3 {
    top: 97px;
    left: 25px;
    width: 110px !important;
}

.improved-collaboration {
    /* position: absolute; */
    bottom: 0;
}



.head-demo-button {

    margin-top: 50px !important;
    font-size: 18px !important;
    max-width: fit-content !important;
    padding: 16px !important;
}

.animate2 {
    right: 212px !important;
    bottom: 150px !important;
    width: 93px !important;
}

img.parent-icon {
    right: 67px !important;
    bottom: 72px !important;
    width: 86px !important;
    position: absolute;
}

img.magnify-icon {
    right: -5px !important;
    top: 100px !important;
    width: 125px !important;
}

/* p#tag-line {
font-size: 19px !important;
max-width: 670px !important;
} */



.row-new {
    max-width: 1200px !important;
    padding-bottom: 70px !important;
}

/*
.wrapper {
max-width: 1400px !important;
}
*/




@media screen and (min-width: 1780px) {
    .row-new {
        max-width: 75% !important;
    }

    .wrapper {
        max-width: 100% !important;
    }
}


@media (min-width: 1200px) and (max-width: 1450px) {

    .inner-platforms H3,
    p#ib-educators-maintitle,
    p.seamless-title,
    p.privacy-section-title {
        font-size: 32px !important;
    }

    .school-h3 h3 {
        font-size: 28px !important;
    }

    p#ib-educators-maindesc,
    p.inner-platformsp,
    p.seamless-desc,
    p.footer-banner-text2 {
        font-size: 16px !important;
    }


}



@media (max-width: 1300px) {
    .row-new h1 {
        max-width: 700px;
        margin-top: 0;
        font-size: 41px;
        line-height: 51px;
    }

    p#tag-line {
        font-family:'avenir_next_worldmedium', 'Verdana';
        font-size: 14px;
        line-height: 24px;
        max-width: 620px;
    }


}

@media (max-width: 1200px) {
    .row-newb .left-elements .right-elements {
        display: none !important;
    }
}

@media (min-width: 1270px) {

    .ib-educators-inner2 img,
    .collaborative2 img,
    .features-face2 img,
    img.swap-desk {
        max-width: 100%;
        width: 730px !important;
    }
}

a.js-anchor-link:hover {
    transform: translate(0, -7px);
    transition: transform 1s;
}

img.animatem5-dot {
    position: absolute;
    z-index: -9;
    width: 120px;
    left: 38%;
    top: 121px;
}

img.animatem5-dots {
    width: 100px;
    position: absolute;
    bottom: 17px;
    right: 115px;
    z-index: -2;
}

img.ball-org {
    width: 80px;
    position: absolute;
    right: 175px;
    top: 230px;
}

.all-in-one {
    position: relative;
}

.msg-dots {
    width: 110px;
    position: absolute;
    right: 146px;
    bottom: 95px;
}

.animate11 {
    top: 150px !important;
}

.animate10 {
    bottom: 103px !important;
}

.animate9 {
    right: 11% !important;
    bottom: 5% !important;
}

img.half-bott-circ {
    width: 98px;
    position: absolute;
    left: 0;
    bottom: -15%;
    z-index: 99;
}

.seamless {
    background-image: none !important;
    background: #EBFCFF !important;
}

.animate6 {
    top: 360px !important;
    right: -100px !important;
}

img.animatem10a {
    width: 170px;
    position: absolute;
    right: 0;
    bottom: -50px;
    z-index: 9;
}

img.half-cir {
    position: absolute;
    width: 370px;
    bottom: 0;
    right: 0;
}

p#tag-lines span {
    font-family:'avenir_next_worldregular', 'Verdana';
    padding: 0 25px;
    font-size: 32px;
    position: relative;
    top: -3px;
}

.ubd-improved-collaboration {
    background: #e3e3fc;
    padding: 13px;
    font-family:'avenir_next_worldmedium', 'Verdana';
    font-size: 14px;
    color: #000;
    font-weight: normal;
    width: 100%;
    text-align: center;
}

.video-box1 div {
    border-radius: 15px;
}

.features-face1 ul {
    padding-inline-start: 0px;
    margin-left: 40px;
}

.features-face1 li {
    font-family:'avenir_next_worldmedium', 'Verdana';
    font-size: 20px;
    color: #000000;
    line-height: 2;
    list-style-type: disc;
}

p#tag-lines {
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 40px;
    text-align: center;
    color: #222;
    max-width: 930px;
    margin: 0 auto;
    padding-top: 110px;
}

p.in-casestudy-h3 {
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 40px;
    text-align: center;
    color: #000000;
    max-width: 930px;
}

img.dots1 {
    position: absolute;
    left: 0;
    width: 215px;
    top: 100px;
}

img.dots2 {
    width: 205px;
    position: absolute;
    right: 0;
    bottom: 90px;
}

.main-casestudy- {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    /*background-image: url(<?php echo get_site_url(); ?>/wp-content/uploads/2021/05/B18Pv-9Qu.png);*/
    background: #5050c5;
    background-size: cover;
    background-position: right;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 140px 32px 190px;
}

.main-casestudy {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-image: url();
    background-size: cover;
    background-position: right;
}

.main-casestudy.visible {
    background-image: url(<?phpechoget_site_url();
    ?>/wp-content/uploads/2021/03/case-min.png);
}

.animate4 {
    width: 140px;
    position: absolute;
    left: 86px;
    top: 51px;
    z-index: 991;
}

.in-casestudy {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 50px;
    padding: 0px;
    max-width: 1440px;
}

.main-casestudy2 {
    max-width: 950px;
}

.main-casestudy1 img {
    max-width: 334px;
}

p.case-text {
    font-family:'avenir_next_worldmedium', 'Verdana';
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 5px;
}

p.case-name {
    margin-top: 30px;
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 20px;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 0px;
}

p.case-desig {
    font-family:'avenir_next_worldmedium', 'Verdana';
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    margin-top: 8px;
}

@media screen and (min-width: 991px) and (max-width: 1025px) {
    .animate9 {
        left: 6% !important;
        top: 700px !important;
    }

    .animatem4 {
        width: 100px !important;
        position: absolute;
        right: 50px !important;
        top: 100px !important;
        z-index: 2;
    }

    .animatem3 {
        width: 200px !important;
        position: absolute;
        left: 10px !important;
        top: -90px !important;
    }

    .all-in-one-features {
        grid-template-columns: auto auto !important;
        grid-row-gap: 40px !important;
        margin-top: 32px !important;
        margin-bottom: 32px !important;
    }

    button.owl-prev,
    button.owl-next {
        background: url(<?phpechoget_site_url();
        ?>/wp-content/uploads/2021/02/arrow-testimonial.png) !important;
        width: 100px;
        height: 100px;
        z-index: 9999999999999999999999;
        display: block;
        background-size: contain !important;
    }

    button.owl-prev {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .owl-carousel .owl-item img {
        display: block;
        width: auto !important;
    }

    .platforms {
        display: block !important;
    }

    .teachers-ipad-ver-main {
        display: block !important;
        max-width: 776px !important;
        margin: 0 auto;
    }

    .school-h3 {
        padding-top: 100px !important;
    }

    section.main-wrapper {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .animatem1 {
        width: 112px;
        position: absolute;
        right: 42px;
        top: 515px;
        z-index: 3;
    }

    .video-box1 {
        width: 100%;
        max-width: 900px !important;
    }

    p.text-box-title {
        font-size: 36px !important;
        text-align: center;
    }

    p.text-box-desc,
    ul.text-box-ul li {
        font-family:'avenir_next_worldregular', 'Verdana';
        font-size: 20px !important;
    }

    .text-box1 {
        width: 100%;
        max-width: 650px !important;
    }

    a#resdemo-mob {
        border-color: rgb(247, 89, 97);
        background-color: rgb(247, 89, 97);
        color: white;
        width: 438px;
        height: 48px;
        padding: 15px 14px;
        border-radius: 8px;
        font-family:'avenir_next_worldmedium', 'Verdana';
        font-size: 0.9rem;
        position: relative;
        top: 40px;
        display: grid !important;
        text-align: center;
    }

    .row-new {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .animatem2,
    a.request-demo-a,
    .owl-dots,
    .teachers.desktop-ver,
    button.owl-prev span,
    button.owl-next span,
    .animatem6,
    .animatem8,
    .animatem11,
    .animatem9 {
        display: none !important;
    }

    .animatem10 {
        bottom: -465px !important;
    }

    .animatem7 {
        left: 50% !important;
        top: 680px !important;
    }

    .animatem5 {
        width: 64px !important;
        position: absolute;
        top: 460px !important;
        z-index: 2;
    }

    .animate11 {
        width: 157px !important;
        top: 900px !important;
    }
}

@media screen and (min-width: 767px) and (max-width: 991px) {

    .ib-educators-inner2 img,
    .features-face2 img {
        height: 450px !important;
    }

    p.case-text {
        font-size: 20px !important;
        text-align: center;
        line-height: 1.88 !important;
        margin-top: 30px;
        margin-bottom: 30px !important;
    }

    .in-casestudy {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
        background-image: none !important;
        padding: 0 !important;
    }

    .animatem9,
    .animatem8 {
        display: none !important;
    }

    .ib-educators-inner,
    .inner-collaborative,
    .privacy-section-inner,
    .features-face-inner {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
        padding: 80px 64px !important;
    }

    p.ib-educators-inner-desc,
    p.collaborative-desc,
    p.features-face-desc,
    p.seamless-desc,
    p.privacy-section-desc {
        font-size: 18px !important;
    }

    p.seamless-title,
    p.privacy-section-title {
        font-size: 32px !important;
    }

    p.ib-educators-inner-title,
    p.collaborative-title,
    p.features-face-title {
        font-size: 30px !important;
    }

    .all-in-one-features {
        margin-bottom: 40px !important;
    }

    .all-in-one-features {
        padding: 16px 56px !important;
        grid-column-gap: 40px !important;
    }

    p#ib-educators-maintitle {
        font-size: 32px !important;
    }

    .all-mobile-school-inner {
        grid-gap: 40px 80px !important;
    }

    p.text-box-desc,
    ul.text-box-ul li {
        font-size: 20px !important;
    }

    p.text-box-title {
        font-size: 36px !important;
    }

    .collaborative1,
    .ib-educators-inner1 {
        max-width: 100% !important;
    }

    a#resdemo-mob {
        max-width: 438px !important;
    }

    .text-box1 {
        max-width: 650px !important;
    }

    .video-box1 {
        max-width: 900px !important;
    }

    .schools-mob-div {
        margin: 0;
        padding: 16px;
        width: auto;
    }
}

a.prev img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.mobile-ver-main {
    overflow: hidden;
    padding: 0 24px;
}

.ubd-main a {
    color: #000 !important;
}

@media screen and (max-width: 768px) {
    p.privacy-section-desc {
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.71;
    }

    .ppimg {
        height: 88px !important;
    }

    .ib-educators-inner,
    .inner-collaborative,
    .seamless-inner,
    .privacy-section-inner,
    .features-face-inner {
        padding: 52px 24px !important;
    }

    p.ib-educators-inner-desc,
    p.collaborative-desc,
    p.features-face-desc,
    p.seamless-desc,
    p.privacy-section-desc {
        font-size: 16px !important;
        font-family:'avenir_next_worlddemi', 'Verdana' !important;
    }

    p.ib-educators-inner-title,
    p.collaborative-title,
    p.features-face-title,
    p.seamless-title {
        font-size: 24px !important;
        line-height: 1.5 !important;
        text-align: center;
    }

    p.privacy-section-title {
        font-size: 24px !important;
        line-height: 1.33 !important;
        padding: 0 14px !important;
    }

    p.all-in-one-feature-txt {
        font-size: 16px !important;
        line-height: 22px !important;
        margin-left: 0px !important;
        top: -10px !important;
    }

    img.all-in-one-feature-img {
        height: 70px !important;
        top: 5px !important;
    }

    p.inner-platformsp {
        font-size: 14px !important;
        margin-bottom: 0px !important;
    }

    .inner-platforms H3,
    p#ib-educators-maintitle {
        font-size: 24px !important;
    }

    .school-h3 h3 {
        font-size: 24px !important;
        padding: 24px !important;
    }

    p.text-box-title {
        font-size: 24px !important;
        line-height: 30px !important;
        text-align: center;
    }
}

@media screen and (min-width: 992px) {
    header.header-one {
        border-bottom: 1px solid #f2f2f2;
    }

    .swap-desk {
        display: none !important;
    }

    .ubd-improved-collaboration {
        position: absolute;
        bottom: 0;
    }

    .ubd-main {
        border-bottom: 4px solid #f75961 !important;
        margin-bottom: -14px;
    }

    .header-one.stick {
        border: 1px solid rgb(219, 219, 219);
    }
}

@media screen and (max-width: 415px) {
    .feature-points {
        max-width: 340px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 991px) {

    p.collaborative-title br,
    img.animatem5-dot {
        display: none;
    }

    .all-in-one-feature.all-in-one-feature1 p.all-in-one-feature-txt {
        position: relative;
        left: 3px;
    }

    p#tag-lines span {
        padding: 0 8px !important;
        font-size: initial !important;
    }

    a.js-anchor-link.desk-div {
        display: none;
    }

    p.ib-educators-inner-title,
    p.features-face-title {
        max-width: 80% !important;
        text-align: center;
        margin: 0 auto;
    }

    p.collaborative-title {
        max-width: 80% !important;
        text-align: center;
        margin: 0 auto;
    }

    p.ib-educators-inner-title {
        max-width: 80% !important;
        text-align: center;
        margin: 0 auto;
    }

    p.ib-educators-inner-title {
        max-width: 80% !important;
        text-align: center;
        margin: 0 auto;
    }

    section.main-wrapper {
        height: auto !important;
    }

    .swap-mob,
    img.dots1,
    img.half-cir,
    img.half-bott-circ,
    img.animatem10a,
    img.dots2,
    .msg-dots {
        display: none !important;
    }

    p.feature-points-para {
        gap: 15px !important;
    }

    p.case-desig {
        font-size: 15px !important;
        text-align: center;
        max-width: 250px;
        margin: 15px auto 0 !important;
    }

    p.case-name {
        text-align: center;
    }

    .animate4 {
        width: 90px !important;
        right: 0 !important;
        position: relative !important;
        left: 5% !important;
        top: -25px !important;
        z-index: 0 !important;
        margin: 0 auto;
        transform: none !important;
    }

    p.case-text {
        font-size: 16px !important;
        line-height: 28px !important;
        text-align: center;
    }

    p.text-box-desc {
        margin-bottom: 10px !important;
    }

    .mobile-menu {
        background: #f9f9f9;
    }

    section.main-wrapper {
        display: grid !important;
    }

    p.text-box-desc {
        text-align: center;
        margin-bottom: 15px;
        line-height: 25px;
    }

    p.text-box-title br {
        display: none;
    }

    s section.main-wrapper {
        display: grid !important;
    }

    .main-casestudy- {
        margin-top: 0px !important;
        padding: 80px 30px 60px !important;
        background-position: top !important;
    }

    img.seamless-img2 {
        margin-bottom: 30px !important;
    }

    .teachers.desktop-ver {
        display: none !important;
    }

    .mobile-ver {
        display: block !important;
        position: relative;
        margin: auto;
        width: auto;
        height: 100%;
    }

    .ib-educators-inner1 {
        margin-right: 0px !important;
    }

    .all-in-one-features {
        margin: 0;
        margin-top: 0px !important;
        gap: 18px !important;
        grid-template-columns: auto !important;

        height: auto;
        padding: 0px 30px !important;
    }

    .teacher {
        margin: 0px 0 20px !important;
        padding: 24px !important;
    }

    .teachers {
        display: grid !important;
        padding: 10px 24px !important;
    }

    p#ib-educators-maintitle {
        padding: 0 16px;
        margin-top: 45px !important;
    }

    .platforms {
        background-position: right !important;
        padding-bottom: 30px !important;
    }

    .inner-platforms {
        padding: 48px 24px 0px !important;
    }

    .all_schools img {
        height: 100px;
        padding: 16px;
        width: auto;
        background-color: #ffffff;
        margin: 0;
    }

    .all_schools img {
        display: none;
    }

    .all_schools img:nth-child(5),
    .all_schools img:nth-child(6),
    .all_schools img:nth-child(7),
    .all_schools img:nth-child(8),
    .all_schools img:nth-child(9),
    .all_schools img:nth-child(10),
    .all_schools img:nth-child(11),
    .all_schools img:nth-child(13) {
        display: block !important;
    }

    .all-school {
        height: auto;
        margin-top: 10px;
    }

    .all-school .all_schools {
        animation: none !important;
        display: grid;
        padding: 0 24px 24px;
        grid-template-columns: auto auto;
        grid-gap: 20px 20px;
        margin: 0 auto;
    }

    .school-h3 {
        padding-top: 40px !important;
    }

    a#resdemo-mob {
        border-color: #5050c5;
        background-color: #5050c5;
        color: white;
        width: 100%;
        height: 57px;
        padding: 18px 14px;
        border-radius: 8px;
        font-family:'avenir_next_worlddemi', 'Verdana';
        font-size: 18px;
        position: relative;
        top: 40px;
        display: grid !important;
        text-align: center;
    }

    a.request-demo-a,
    img#animate1,
    .animatem4,
    .animatem6,
    .animatem7,
    .animatem5,
    .animate11,
    .animate6,
    img.half-bott-circ,
    img.animatem10a,
    .animatem10,
    .animatem7,
    .animatem7a,
    .animatem5,
    img.half-cir {
        display: none;
    }

    .animatem1,
    .animatem2 {
        display: none !important;
    }

    .row-new {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        padding: 120px 24px 100px !important;
    }
}

.animatem11 {
    width: 150px;
    position: absolute;
    right: 8%;
    top: -144px;
    z-index: 2;
}

.animatem10 {
    width: 100px;
    position: absolute;
    right: 7%;
    bottom: -370px;
    z-index: 99;
}

.animatem9 {
    width: 60px;
    position: absolute;
    bottom: -26px;
    z-index: 99;
}

.animatem8 {
    width: 203px;
    position: absolute;
    z-index: 0;
    left: 43%;
    top: 25px;
}

.animatem7a {
    width: 70px;
    position: absolute;
    left: unset;
    top: 484px;
    z-index: 9;
    right: 100px;
}

.animatem7 {
    width: 100px;
    position: absolute;
    left: 343px;
    bottom: -450px;
    z-index: 2;
}

.animatem6 {
    width: 95px;
    position: absolute;
    left: 20%;
    top: 36px;
    z-index: 2;
}

.animatem5 {
    width: 60px;
    position: absolute;
    right: 0px;
    top: 360px;
    z-index: 2;
}

.animatem4 {
    width: 120px;
    position: absolute;
    right: 100px;
    top: 118px;
    z-index: 2;
}

.animatem2 {
    width: 150px;
    position: absolute;
    left: 586px;
    top: 163px;
    z-index: 9;
}

.animatem1 {
    width: 112px;
    position: absolute;
    right: 32px;
    top: 527px;
    z-index: 3;
}

p.all-in-one-feature-txt {
    font-family:'avenir_next_worlddemi', 'Verdana';
    font-size: 18px;
    color: #000000;
    margin-bottom: 0px !important;
}

.all-in-one-feature:last-child {
    border-right: 1px #b0b0b0;
}

.all-in-one-feature {
    display: -webkit-box;
    display: flex;
    width: 336px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    /* -webkit-box-direction: normal; */
    flex-direction: row;
    place-content: center;
    height: 184px;
    border-radius: 8px;
    gap: 30px;
    /*  border-right: 1px dashed #B0B0B0;*/
}

.all-in-one-feature1,
.all-in-one-feature5 {
    background: #ffedc1;
}

.all-in-one-feature3,
.all-in-one-feature4 {
    background: #e3e3fc;
}

.all-in-one-feature2,
.all-in-one-feature6 {
    background: #d0fbef;
}

img.all-in-one-feature-img {
    height: 90px;
    width: auto;
    position: relative;
    top: 12px;
}

.all-in-one-features {
    display: grid;
    grid-template-columns: auto auto auto;
    width: 100%;
    gap: 50px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 80px 32px 200px;
}

p.teacher-desc {
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 12px;
    line-height: 1.75;
    text-align: center;
    color: #000000;
}

p.teacher-name {
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 13.8px;
    line-height: 1.75;
    text-align: center;
    color: #f75961;
    margin-bottom: 0px;
}

p.teacher-txt {
    font-family:'avenir_next_worldregular', 'Verdana';
    font-size: 14px;
    line-height: 1.72;
    text-align: center;
    color: #000000;
}

img.teacher-img {
    width: 120px;
    height: 144px;
    text-align: center;
    margin: 0 auto 30px;
    display: table;
}

.teacher {
    width: 100%;
    max-width: 360px;
    margin: 32px 14px;
    padding: 24px 40px 32px;
    border-radius: 12px;
    border: solid 1px #ebebeb;
    background-color: #ffffff;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.teachers {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

a.request-demo-a {
    border-color: #5050c5;
    background-color: #5050c5;
    color: white;
    width: 143px;
    height: 48px;
    padding: 15px 23.5px;
    border-radius: 8px;
    font-family:'avenir_next_worldmedium', 'Verdana';
    font-size: 16px;
}

ul.text-box-ul li {
    list-style-type: unset;
}

ul.text-box-ul {
    font-family:'avenir_next_worldregular', 'Verdana';
    font-size: 16px;
    line-height: 1.87;
    color: #000000;
    margin-top: 16px;
    margin-bottom: 24px;
    padding-left: 20px;
    margin-left: 0;
}

p.text-box-desc {
    font-family:'avenir_next_worldmedium', 'Verdana';
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin-top: 25px;
    max-width: 410px;
    margin-bottom: 45px;
    line-height: 32px;
}

p.text-box-title {
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 40px;
    line-height: 64px;
    letter-spacing: 0.56px;
    color: #000000;
    margin-bottom: 0;
}

.navbar-light .navbar-nav .menu-item a,
.navbar-light .navbar-nav .menu-item a:hover,
a#sign {
    color: #000;
}

.privacy-go i.fas-right {
    top: 4px;
}

.privacy-go {
    font-family:'avenir_next_worldmedium', 'Verdana';
    cursor: pointer;
    font-size: 18px;
    line-height: 1.78;
    text-align: left;
    color: #000000;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

img.privacy-section-imgs {
    cursor: pointer;
    max-height: 100%;
    margin: auto;
    max-width: 124%;
    width: auto;
}

.ppimg {
    width: 100%;
    height: 144px;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.mySlides {
    display: none;
    margin: 32px 14px;
}

.slideshow-container {
    position: relative;
    margin: auto;
}

.slideshow-container {
    max-width: 944px;
    width: 100%;
    height: 100%;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 43%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-family:'avenir_next_worldbold', 'Verdana';
    font-weight: normal;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.prev {
    left: -47px;
}

.next {
    right: -47px;
    border-radius: 3px 0 0 3px;
}

a.next img,
a.prev img {
    height: 56px;
    width: 56px;
}

.dot {
    cursor: pointer;
    height: 9px;
    width: 9px;
    margin: 0 2px;
    background-color: #fcced6;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.activedot,
.dot:hover {
    background-color: #f75961;
}

.fade1 {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

@media only screen and (max-width: 300px) {

    .prev,
    .next,
    .text {
        font-size: 11px;
    }
}

i.fas-right {
    font-family: cursive;
    font-size: 2rem;
    position: relative;
    left: 8px;
}

.all-schools {
    padding-bottom: 45px;
}

.school-h3 {
    clear: both;
    align-items: center;
    padding-top: 60px;
}

.row-new {
    padding: 156px 80px 150px;
    max-width: 1440px;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.text-box1 {
    width: 100%;
    max-width: 560px;
}

.video-box1 {
    width: 100%;
    max-width: 690px;
    border-radius: 21px;
    box-shadow: 2.3px 1.5px 9.8px 0 rgba(0, 0, 0, 0.25);
    margin-top: 24px;
    z-index: 2;
}

p#tag-line {
    font-family:'avenir_next_worldregular', 'Verdana';
    font-size: 25px;
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
    padding: 0 32px;
}

section.main-wrapper {
    width: 100%;
    height: 100vh;
    background: #ffffff;
    background-size: cover;
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
    -webkit-box-align: center;
    align-items: center;
}

.row-new h1 {
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 64px;
    text-align: center;
    color: #ffffff;
}

.all-school {
    margin-bottom: 0px;
}

.all-schools {
    clear: both;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
}

.school-h3 h3 {
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 32px;
    text-align: center;
    color: #000000;
}

.platforms {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background-color: #ffffff;
    background-image: url(<?phpechoget_site_url();
    ?>/wp-content/uploads/2021/01/ByQpeQeov.png);
    background-size: cover;
    padding-bottom: 70px;
}

.inner-platforms {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 60px 32px 10px;
    max-width: 1440px;
}

.inner-platforms H3 {
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 40px;
    text-align: center;
    color: #000000;
}

p.inner-platformsp {
    font-family:'avenir_next_worldregular', 'Verdana';
    font-size: 16px;
    line-height: 1.78;
    text-align: center;
    color: #000000;
    margin-top: 18px;
    /* max-width: 742px; */
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}

.pyp-myp-platform {
    width: 100%;
    margin-top: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 32px;
}

.pyp-platform {
    background-image: url(<?phpechoget_site_url();
    ?>/wp-content/uploads/2021/01/pypbg.png);
    max-width: 480px;
    width: 100%;
    height: 100%;
    max-height: 384px;
    border-radius: 16px;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    background-position: right bottom;
    background-size: cover;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 35px;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.myp-platform {
    background-image: url(<?phpechoget_site_url();
    ?>/wp-content/uploads/2021/01/mypbg.png);
    max-width: 480px;
    width: 100%;
    height: 100%;
    max-height: 384px;
    border-radius: 16px;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    background-position: right bottom;
    background-size: cover;
    margin-left: 48px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 35px;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

p.pyp-title {
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 44px;
    text-align: left;
    color: #f75961;
    margin-bottom: 0px;
}

p.pyp-sub-title {
    font-family:'avenir_next_worldmedium', 'Verdana';
    font-size: 17px;
    line-height: 1.65;
    text-align: left;
    color: #2b2b2b;
    margin-top: 16px;
    max-width: 290px;
    margin-bottom: 0px;
}

a#go-pyp {
    width: 200px;
    height: 48px;
    padding: 15px;
    border-radius: 4px;
    background-color: #f75961;
    margin-top: 62px;
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}

p.myp-title {
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 44px;
    text-align: left;
    color: #1ec4d4;
    margin-bottom: 0px;
}

p.myp-sub-title {
    font-family:'avenir_next_worldmedium', 'Verdana';
    font-size: 17px;
    line-height: 1.65;
    text-align: left;
    color: #2b2b2b;
    margin-top: 16px;
    max-width: 290px;
    margin-bottom: 0px;
}

a#go-myp {
    width: 200px;
    height: 48px;
    padding: 15px;
    border-radius: 4px;
    background-color: #1ec4d4;
    margin-top: 62px;
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}

.ib-educators {
    /*  background-image: url(<?php //echo get_site_url(); ?>/wp-content/uploads/2021/05/SyeVoG9X_.png);*/
    background: #f5f5ff;
    background-size: cover;
    background-position: bottom;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    position: relative;
}

.ib-educators-title {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 1440px;
    position: relative;
}

.animatem3 {
    width: 263px;
    position: absolute;
    left: 1%;
    top: -135px;
}

p#ib-educators-maindesc {
    font-family:'avenir_next_worldregular', 'Verdana';
    font-size: 18px;
    line-height: 1.78;
    text-align: center;
    color: #000000;
    margin-top: 12px;
    max-width: 930px;
    margin-bottom: 0;
}

p#ib-educators-maintitle {
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 40px;
    text-align: center;
    color: #000000;
    margin-bottom: 0px;
}

.ib-educators-inner {
    position: relative;
    background-size: cover;
    background-position: bottom;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 80px 100px;
    max-width: 1440px;
}

.ib-educators-inner1 {
    display: grid;
    max-width: 454px;
    grid-row-gap: 10px;
    flex-shrink: 0;
    margin-right: 80px;
}

p.feature-points-para img {
    width: 40px;
    height: 40px;
}

p.ib-educators-inner-desc {
    font-family:'avenir_next_worlddemi', 'Verdana';
    font-size: 18px;
    color: #000000;
    margin-top: 16px;
    line-height: 2;
}

p.feature-points-para {
    font-size: 15px;
    font-family:'avenir_next_worldregular', 'Verdana';
    line-height: 24px;
    color: black;
    display: flex;
    max-width: 445px;
    gap: 22px;
    margin-bottom: 24px;
    align-items: flex-start;
}

p.feature-points-para.single-txt {
    align-items: center;
}

p.ib-educators-inner-title {
    font-family:'avenir_next_worldbold', 'Verdana';
    line-height: 1.63;
    font-size: 2.5rem;
    color: #000000;
    margin-bottom: 0px;
}

p.ib-educators-inner-desc {
    font-family:'avenir_next_worldmedium', 'Verdana';
    font-size: 20px;
    color: #000000;
    line-height: 2;
}

.collaborative {
    background-size: cover;
    background-position: bottom;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    position: relative;
    /*  background-image: url(<?php //echo get_site_url(); ?>/wp-content/uploads/2021/05/HygGSqyNu.png);*/
}

.inner-collaborative {
    display: -webkit-box;
    /* display: flex; */
    -webkit-box-align: center;
    align-items: center;
    padding: 120px 100px;
    max-width: 1440px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    position: relative;
}

.collaborative2 {
    -webkit-box-flex: 1;
    flex: 1;
}

.collaborative1 {
    margin-right: 0;
    margin-left: 80px;
    display: grid;
    max-width: 505px;
    grid-row-gap: 10px;
    flex-shrink: 0;
}

p.collaborative-title,
p.features-face-title {
    font-family:'avenir_next_worldbold', 'Verdana';
    line-height: 54px;
    font-size: 2.5rem;
    color: #000000;
    margin-bottom: 0;
}

p.collaborative-desc,
p.features-face-desc {
    font-family:'avenir_next_worldmedium', 'Verdana';
    font-size: 20px;
    color: #000000;
    line-height: 2;
}

.features-face.Progress-reports {
    background: #ebfffa;
}

.features-face.Family-communication {
    background: #f5f5ff;
}

.features-face {
    /*   background-image: url(<?php //echo get_site_url(); ?>/wp-content/uploads/2021/05/ryI7HcJN_.png);*/

    background-size: cover;
    background-position: bottom;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    position: relative;
}

.features-face-inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 80px 100px;
    max-width: 1440px;
}

.features-face1 {
    display: grid;
    max-width: 440px;
    grid-row-gap: 10px;
    flex-shrink: 0;
    margin-right: 80px;
}

.features-face2 {
    -webkit-box-flex: 1;
    flex: 1;
    z-index: 2;
}

.mySlides {
    display: none;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-family:'avenir_next_worldbold', 'Verdana';
    font-weight: normal;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.prev {
    left: -47px;
}

.next {
    right: -47px;
    border-radius: 3px 0 0 3px;
}

a.next img,
a.prev img {
    height: 80px;
    width: 80px;
}

.dot {
    cursor: pointer;
    height: 9px;
    width: 9px;
    margin: 0 2px;
    background-color: #fcced6;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.activedot,
.dot:hover {
    background-color: #f75961;
}

.fade1 {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

.all-in-one-features-mob1 {
    max-width: 500px;
    margin: 0 auto;
}

.all-in-one-features-mob2 {
    display: grid;
    grid-template-columns: repeat(3, auto);
    padding-top: 36px;
    border-top: 1px dashed #b0b0b0;
    max-width: 750px;
    margin: 0 auto;
}

.all-in-one-features-mob1 {
    display: grid;
    grid-template-columns: repeat(2, auto);
    padding-bottom: 36px;
}
.custom-logo{
height:40px !important;
}

@media only screen and (max-width: 300px) {

    .prev,
    .next,
    .text {
        font-size: 11px;
    }
}

@media only screen and (max-width: 767px) {
    p.seamless-desc {
        font-family:'avenir_next_worldregular', 'Verdana' !important;
    }

    p.seamless-desc {
        font-size: 14px !important;
    }

    .request-demo {
        padding: 40px 24px !important;
        background-position: top center !important;
    }

    .pyp-myp-platform,
    .main-footer,
    .casestudies-wrapper,
    .inner-collaborative,
    .ib-educators-inner,
    .in-casestudy,
    .features-face-inner {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }

    p.in-casestudy-h3 {
        font-size: 22px !important;
        padding: 0px !important;
        max-width: 350px !important;
        margin-bottom: 20px !important;
    }

    p.text-box-desc {
        font-size: 14px !important;
    }

    p#tag-lines {
        font-size: 17px !important;
        padding: 40px 15px 0 !important;
    }

    .animate9 {
        display: none;
    }

    .animatem8 {
        width: 86px !important;
        position: absolute;
        z-index: 0;
        right: 7%;
        top: 274px !important;
        left: auto !important;
    }

    .in-casestudy {
        margin-top: 0px !important;
    }

    .main-casestudy1 img {
        max-width: 200px !important;
    }

    .all-in-one-feature {
        width: 290px !important;
        padding: 0px 0px;
        height: 160px !important;
    }

    .animatem11 {
        width: 100px !important;
        position: absolute;
        left: auto !important;
        right: 2% !important;
        top: -220px !important;
        z-index: 2;
    }

    .animatem10 {
        width: 50px !important;
        position: absolute;
        left: auto !important;
        right: 3% !important;
        top: 895px !important;
        z-index: 2;
    }

    .features-face1 li {
        font-size: 16px !important;
    }

    .animatem9 {
        display: none !important;
    }

    .animatem7 {
        display: block !important;
        width: 60px;
        position: absolute;
        right: 2% !important;
        top: 737px !important;
        left: auto !important;
        z-index: 22;
    }

    .animatem5 {
        display: block !important;
        width: 50px;
        position: absolute;
        right: 24% !important;
        top: 340px !important;
        left: auto !important;
    }

    .animatem4 {
        display: block !important;
        width: 68px;
        position: absolute;
        right: 20px !important;
        top: -26px !important;
    }

    .all-in-one-features {
        margin-bottom: 30px;
    }
}

@media all and (min-width: 415px) and (max-width: 991px) {
    p.text-box-title {
        text-align: center !important;
    }

    p.text-box-desc {
        max-width: 100% !important;
    }

    section.main-wrapper {
        justify-content: inherit !important;
    }
}

@media all and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .integrated-tools {
        padding-top: 20px !important;
    }

    .animatem7 {
        display: none !important;
    }

    .all-in-one-features {
        padding: 50px 32px 100px !important;
    }

    .in-casestudy {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
        background-image: none !important;
        padding: 0 !important;
    }

    p.case-desig {
        text-align: center;
        max-width: 303px;
        margin: 15px auto 0 !important;
    }

    p.case-name,
    p.case-text {
        text-align: center;
    }

    .animate4 {
        width: 90px !important;
        right: 0 !important;
        position: relative !important;
        left: 5% !important;
        top: -25px !important;
        z-index: 0 !important;
        margin: 0 auto;
        transform: none !important;
    }

    .main-casestudy- {
        margin-top: 0px !important;
        padding: 80px 30px 60px !important;
        background-position: top !important;
    }

    img.dots1,
    img.dots2,
    .msg-dots {
        display: none !important;
    }

    div#page {
        overflow: hidden;
    }

    p.text-box-title {
        font-size: 43px !important;
        text-align: center;
    }

    p.text-box-title br {
        display: none !important;
    }

    .text-box1 {
        width: 100%;
        max-width: 100% !important;
    }

    p.text-box-desc {
        max-width: 100% !important;
        text-align: center;
    }

    section.main-wrapper {
        height: auto !important;
        position: relative;
    }

    p.ib-educators-inner-title,
    p.collaborative-title,
    p.features-face-title {
        font-size: 40px !important;
    }
}

@media all and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .ubd-improved-collaboration {
        position: absolute;
        bottom: 0;
    }

    section.main-wrapper {
        position: relative;
    }

    p.text-box-desc {
        max-width: 100% !important;
    }

    .seamless {
        background-position: left !important;
    }

    p#tag-lines {
        font-size: 32px !important;
        margin-bottom: 50px !important;
    }

    .mobile-menu {
        padding: 24px 33px !important;
    }

    p.all-in-one-feature-txt {
        font-size: 16px !important;
        line-height: 22px !important;
        margin-left: 0px !important;
    }

    .all-in-one-features {
        grid-template-columns: auto auto !important;
        grid-column-gap: 19px !important;
    }

    .all-in-one-feature {
        width: 320px !important;
        height: 170px !important;
    }

    .platforms {
        background-position: unset !important;
        padding-bottom: 70px !important;
    }

    p.inner-platformsp {
        font-size: 16px !important;
        margin-bottom: 0px !important;
    }

    .inner-platforms {
        padding: 70px 24px 0px !important;
    }

    a#resdemo-mob {
        font-family:'avenir_next_worldbold', 'Verdana';
        font-weight: normal;
    }

    section.main-wrapper {
        background-size: contain !important;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .video-box1 {
        margin-top: 60px;
    }

    p.privacy-section-title,
    p.seamless-title {
        font-size: 32px !important;
    }

    p.ib-educators-inner-desc,
    p.collaborative-desc,
    p.features-face-desc,
    p.seamless-desc,
    p.privacy-section-desc {
        font-size: 18px !important;
    }

    p.ib-educators-inner-title {
        margin-top: 40px;
    }

    p.ib-educators-inner-title,
    p.collaborative-title,
    p.features-face-title {
        font-size: 32px !important;
    }

    .ib-educators-inner,
    .inner-collaborative,
    .privacy-section-inner,
    .features-face-inner {
        padding: 80px 64px !important;
    }

    .seamless-inner {
        padding: 60px 32px !important;
    }

    p.all-in-one-feature-txt {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    img.all-in-one-feature-img {
        height: 70px !important;
    }

    p#ib-educators-maintitle {
        font-size: 32px !important;
        margin-bottom: 25px;
    }

    .inner-platforms H3 {
        font-size: 40px !important;
        line-height: 1.2;
        margin-top: 15px;
    }

    .school-h3 h3 {
        font-size: 32px !important;
    }

    p.text-box-title {
        font-size: 39px !important;
        line-height: 50px !important;
        margin-bottom: 23px !important;
    }

    .row-new {
        padding: 125px 28px 120px !important;
    }
}

@media (min-width: 1200px) {

    ul.navbar-nav {
        padding-left: 0px;
    }

    _::-webkit-full-page-media,
    _:future,
    :root .safari_only,
    img.all-in-one-feature-img {
        left: -20px;
    }

    _::-webkit-full-page-media,
    _:future,
    :root .safari_only,
    p.all-in-one-feature-txt {
        position: relative;
        left: 10px !important;
    }

    .main-casestudy2 {
        margin-left: 50px;
    }

    .navbar {
        margin: 12px 0 13px -2px;
        /* padding: 0px !important; */
    }

    header.header-one .container {
        width: 100%;
        max-width: 100%;
        padding: 0 30px 0 24px !important;
    }
}

@media screen and (min-width: 991px) and (max-width: 1025px) {

    p.ib-educators-inner-title,
    p.collaborative-title,
    p.features-face-title {
        font-size: 40px !important;
        line-height: 54px !important;
    }

    .animate1 {
        display: none !important;
    }

    .navbar-light .navbar-nav .menu-item a,
    .navbar-light .menu .page_item a {
        font-size: 14px !important;
    }

    .container {
        max-width: 100% !important;
        padding-right: 28px !important;
        padding-left: 21px !important;
    }
}

@media screen and (min-width: 767px) and (max-width: 991px) {
    p.in-casestudy-h3 {
        font-size: 32px !important;
        max-width: 500px !important;
        padding-top: 40px !important;
    }

    a#explore-mob {
        margin-bottom: 50px;
        margin-top: 30px;
        max-width: 100% !important;
    }
}

@media screen and (max-width: 991px) {

    _::-webkit-full-page-media,
    _:future,
    :root .safari_only,
    .all-in-one-feature3 img {
        left: -35px !important;
    }

    _::-webkit-full-page-media,
    _:future,
    :root .safari_only,
    .all-in-one-feature1 img {
        left: -29px !important;
    }

    _::-webkit-full-page-media,
    _:future,
    :root .safari_only,
    .all-in-one-feature6 img {
        left: -15px !important;
    }

    _::-webkit-full-page-media,
    _:future,
    :root .safari_only,
    .all-in-one-feature4 img {
        left: -25px !important;
    }

    _::-webkit-full-page-media,
    _:future,
    :root .safari_only,
    .all-in-one-feature2 img {
        left: -20px !important;
    }

    _::-webkit-full-page-media,
    _:future,
    :root .safari_only,
    .all-in-one-feature5 img {
        left: -9px !important;
    }

    .all-in-one-feature.all-in-one-feature6 p.all-in-one-feature-txt {
        position: relative;
        left: 11px;
        top: -2px !important;
    }

    .all-in-one-feature.all-in-one-feature6 img {
        width: 59px !important;
        position: relative;
        left: 10px;
    }

    .all-in-one-feature.all-in-one-feature5 p.all-in-one-feature-txt {
        position: relative;
        left: 13px;
        top: -2px !important;
    }

    .all-in-one-feature.all-in-one-feature2 p.all-in-one-feature-txt {
        position: relative;
        left: 8px;
        top: -2px !important;
    }

    .all-in-one-feature.all-in-one-feature5 img {
        position: relative;
        left: 10px;
    }

    .all-in-one-feature.all-in-one-feature3 p.all-in-one-feature-txt {
        position: relative;
        top: -2px !important;
        left: -10px;
    }

    .all-in-one-feature.all-in-one-feature3 img {
        position: relative;
        left: -17px;
    }

    .all-in-one-feature.all-in-one-feature1 img {
        width: 76px !important;
        height: 63px !important;
    }

    .all-in-one-feature.all-in-one-feature2 img.all-in-one-feature-img {
        position: relative;
        left: 2px;
    }

    .tabBox1 {
        margin-top: 0px !important;
    }

    p#ib-educators-maintitle {
        padding: 0 30px;
        margin-top: 0px !important;
        margin-bottom: 40px !important;
    }

    p#tag-lines span {
        padding: 0 8px !important;
    }

    button.netflix-nav-btn.netflix-open-btn:focus {
        outline: 0;
    }

    button.netflix-nav-btn.netflix-close-btn img {
        width: 24px;
        height: 24px;
    }

    .mobile-menu.mobstick img#hambnurgernew {
        filter: brightness(0) invert(0);
    }

    img#hambnurgernew {
        z-index: 1000;
        width: 24px;
        height: 24px;
        color: white;
    }

    a#explore-mob {
        width: 100%;
        max-width: 100%;
        font-family:'avenir_next_worldmedium', 'Verdana';
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
        color: #ffffff;
        margin-top: 0px;
        padding: 12px 16px;
        border-radius: 8px;
        background-color: #f75961;
        border: solid 2px #f75961;
        position: relative;
        top: 42px;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        display: flex;
    }

    .learn-jam a:before {
        left: 0;
        top: 16px;
    }

    .learn-jam a:after {
        left: 0;
        right: 0;
        width: 30px;
        top: 4px;
    }

    .learn-jam {
        padding: 25px 0 !important;
    }

    .pyp,
    .mypmenu,
    .learn,
    .ambassador_ {
        border-bottom: 1px solid #ebebeb !important;
        padding: 25px 0 !important;
    }

    .pyp ul.sub-menu {
        margin-bottom: -22px;
    }

    .learn ul.sub-menu {
        margin-top: 30px;
        margin-bottom: -22px;
    }

    .learn ul.sub-menu li {
        float: none;
        padding: 0;
    }

    .pyp-comm {
        top: 0px;
    }

    div#navbarNav {
        display: block !important;
    }

    .pyp ul.sub-menu li span,
    .learn ul.sub-menu li span {
        color: #686868;
        font-family:'avenir_next_worldmedium', 'Verdana';
        font-size: 16px;
    }

    .learn ul.sub-menu li span {
        margin-left: 13px;
    }

    .mob-main-class ul.navbar-nav li a {
        color: #484848;
        display: flex;
        font-family:'avenir_next_worlddemi', 'Verdana';
        font-size: 16px;
    }

    .pyp-comm,
    .pircing a {
        margin-left: 0px !important;
    }

    .pircing {
        left: 0px;
    }

    .pyp-comm,
    .pircing {
        border-top: 0px solid #ebebeb;
        margin-top: 0px !important;
    }

    .mob-main-class .pyp ul.sub-menu li img {
        height: 30px;
        top: -5px;
        width: 28px;
        margin-right: 5px;
        padding-right: 0px;
    }

    .menu-image-title-below.menu-image-not-hovered>img {
        height: 35px;
        top: 0;
        width: 28px;
        margin-right: 5px;
        padding-right: 0px;
    }

    .netflix-nav-white i.fas.fa-times {
        font-size: 26px !important;
    }

    .mob-main-class ul.navbar-nav {
        margin-left: 8px;
        margin-top: 20px;
    }

    ul.sub-menu {
        column-count: 1 !important;
    }

    .pyp ul.sub-menu,
    .learn ul.sub-menu {
        margin-left: 0px !important;
    }

    .mobile-menu.mobstick a#req-demo-mob {
        border-color: rgb(247, 89, 97);
        color: white;
        height: 38px;
        width: 100%;
        background-color: rgb(247, 89, 97);
    }

    .mobile-menu.mobstick {
        background: white !important;
        border-bottom: 1px solid #ebebeb;
    }

    .collaborative1,
    .myp-platform {
        margin-left: 0px !important;
    }

    .features-face1,
    .inner-collaborative {
        max-width: 100% !important;
        margin-right: 0px !important;
    }

    .social-panel-container {
        position: fixed;
        right: 0;
        bottom: 80px;
        transform: translateX(100%);
        transition: transform 0.4s ease-in-out;
    }

    a#req-demo-mob {
        border-color: #dbdbdb;
        color: rgb(255, 255, 255);
        /* height: 38px; */
        width: 100%;
        background: none;
        align-items: center;
        font-family:'avenir_next_worldmedium', 'Verdana';
        border: 2px solid;
        padding: 8px 9.8px;
        border-radius: 4px;
        min-width: 144px;
        margin-right: 16px;
        white-space: nowrap;
    }

    .mobile-menu {
        display: flex;
        align-items: center;
        position: fixed;
        z-index: 99;
        display: -webkit-box;
        display: flex;
        height: 80px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: justify;
        justify-content: space-between;
        width: 100%;
        -webkit-box-align: center;
        align-items: center;
        border-bottom: 1px solid rgba(219, 219, 219, 0);
        padding: 20px;
    }

    img.mob-logo {
        width: 40px !important;
    }

    header.header-one .container,
    div#slicknav_menu,
    p.subp1,
    p.subp2,
    p.subp3 {
        display: none;
    }

    html #wpadminbar {
        display: none !important;
    }

    html.mti-inactive {
        margin-top: 0 !important;
    }

    .netflix-open-btn {
        color: white;
    }

    .mobile-menu.mobstick .netflix-open-btn {
        color: black !important;
    }
}

@media screen and (min-width: 1600px) {

    img.dots-1,
    img.dots-2 {
        width: 170px !important;
    }

    .row-new {
        padding: 156px 20px 150px !important;
    }
}

@media screen and (min-width: 992px) {
    a.js-anchor-link.mob-div {
        display: none;
    }

    .buttons-main {
        position: relative;
        top: 1px;
    }

    .navbar-light img {
        position: relative;
        top: -2px;
        left: 0px;
    }

    .pyp .hovered img {
        padding: 6px !important;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    .pircing {
        margin-left: -10px;
        padding-left: 10px !important;
    }

    .pyp ul.sub-menu {
        box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
        padding: 5px 20px 15px !important;
    }

    .learn ul.sub-menu {
        box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
    }

    .mobile-menu,
    .animate1mob,
    a#explore-mob {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    p#tag-lines {
        margin-bottom: 40px !important;
    }

    .all-in-one-features-mob {
        display: block !important;
        padding: 20px 20px 40px;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    div#page {
        overflow: hidden;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .main-casestudy- {
        margin-top: 0px !important;
        padding: 80px 30px 60px !important;
        background-position: top !important;
    }

    .in-casestudy {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
        background-image: none !important;
        padding: 0 !important;
    }

    img.dots1,
    img.dots2,
    .msg-dots,
    .animatem7a,
    .animatem7 {
        display: none !important;
    }

    .animate4 {
        width: 90px !important;
        right: 0 !important;
        position: relative !important;
        left: 0% !important;
        top: -25px !important;
        z-index: 0 !important;
        margin: 0 auto;
        transform: none !important;
    }

    p.text-box-desc,
    p.text-box-title,
    p.case-text,
    p.case-name,
    p.case-desig {
        text-align: center;
    }

    p.text-box-title br {
        display: none;
    }

    section.main-wrapper {
        height: auto !important;
    }

    .row-new {
        padding: 140px 28px 120px !important;
    }

    div#page {
        overflow: hidden;
    }
}

div#page {
    overflow: hidden;
}

@media screen and (max-width: 1024px) {

    img.ball-org,
    .animatem5,
    img.animatem5-dots {
        display: none !important;
    }
}

@media (min-width: 1200px) and (max-width: 1450px) {

    p.seamless-title,
    p#ib-educators-maintitle,
    p.privacy-section-title {
        font-size: 32px !important;
    }

    .school-h3 h3 {
        font-size: 28px !important;
    }

    p.text-box-desc,
    p.seamless-desc,
    p.footer-banner-text2 {
        font-size: 16px !important;
    }

    p.text-box-title,
    p#tag-lines,
    p.ib-educators-inner-title,
    p.collaborative-title,
    p.features-face-title {
        font-size: 33px !important;
        line-height: 52px !important;
    }
}




ul.navbar-nav li {
    opacity: 1;
    z-index: 99999999;
}

p.add-line {
    color: BLACK;
    font-size: 17px;
    margin-top: 20px;
}

p.add-line a {
    text-decoration: underline;

}

.main-footer,
a#sign {
    display: none !important;
}

.Platforms-mypButton___28CFd {
    width: 200px;
    height: 48px;
    padding: 15px;
    border-radius: 4px;
    background-color: #1ec4d4;
    margin-top: 62px;
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}

.Platforms-dpButton___28CFd {
    width: 200px;
    height: 48px;
    padding: 15px;
    border-radius: 4px;
    background-color: #6464DC;
    margin-top: 62px;
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}

.Platforms-pypButton___1Jy9Y {
    width: 200px;
    height: 48px;
    padding: 15px;
    border-radius: 4px;
    background-color: #f75961;
    margin-top: 62px;
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}

.Platforms-pypSubtitle___3ZF1I {
    font-family:'avenir_next_worldmedium', 'Verdana';
    font-size: 17px;
    line-height: 1.65;
    text-align: left;
    color: #2b2b2b;
    margin-top: 16px;
    max-width: 290px;
}

.Platforms-pypTitle___2JrCH {
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 44px;
    text-align: left;
    color: #f75961;
}

.Platforms-mypTitle___3qfIe {
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 44px;
    text-align: left;
    color: #1ec4d4;
}

.Platforms-dpTitle___3qfIe {
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 44px;
    text-align: left;
    color: #8888F2;
}

.Platforms-myp___359KO {
    background-image: url(/wp-content/uploads/2021/10/SJY8UnvjD.png);
    max-width: 380px;
    width: 100%;
    height: 100%;
    max-height: 384px;
    border-radius: 16px;
    box-shadow: 0 4px 24px 0 rgb(0 0 0 / 16%);
    background-color: #ffffff;
    background-position: right bottom;
    background-size: 350px;
    background-repeat: no-repeat;
    margin-left: 48px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 40px;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.Platforms-dp___359KO {
    background-image: url("/wp-content/uploads/2023/06/ev5vWMe7L.png");
    max-width: 380px;
    width: 100%;
    height: 100%;
    max-height: 384px;
    border-radius: 16px;
    box-shadow: 0 4px 24px 0 rgb(0 0 0 / 16%);
    background-color: #ffffff;
    background-position: right bottom;
    background-size: 310px;
    background-repeat: no-repeat;
    margin-left: 48px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 40px;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

img.pholka-dots- {
    width: 140px;
    position: absolute;
    right: 0;
    top: -40px;
}

.dot-dots- {
    width: 80px;
    position: absolute;
    right: 86px;
    top: 278px;
}

.pyp-myp {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 90px 32px 130px;
    max-width: 1440px;
    margin: 0 auto;
}

.Platforms-pypButton___1Jy9Y:hover {
    background-color: #f05358;
    color: #fff;
}

.Platforms-mypButton___28CFd:hover {
    background-color: #1ebfce;
    color: #fff;
}

.Platforms-dpButton___28CFd:hover {
    background-color: #5959c7;
    color: #fff;
}


.pyp-myp-main {
    background: #FFF5F7;
    position: relative;
}

img.waves-yellow {
    width: 160px;
    position: absolute;
    bottom: 9%;
}

.half-circle- {
    width: 110px;
    position: absolute;
    right: 0;
    bottom: -101px;
}

.Platforms-pyp___2CnhQ {
    background-image: url(/wp-content/uploads/2021/10/BygWQc65w.png);
    max-width: 380px;
    width: 100%;
    height: 100%;
    max-height: 384px;
    border-radius: 16px;
    box-shadow: 0 4px 24px 0 rgb(0 0 0 / 16%);
    background-color: #FFFFFF;
    background-position: right bottom;
    background-size: 350px;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 40px;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.Platforms-platformsWrapper___21Ksl {
    width: 100%;
    margin-top: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 32px;
}

img.ib-school-img,
img.ubd-box-imgmob {
    max-width: 100%;
}

.animate5a {
    width: 70px !important;
    position: absolute;
    right: 60px !important;
    z-index: 99;
    left: auto !important;
    top: -565px !important;
}

.animate5 {
    width: 204px;
    position: absolute;
    left: -102px !important;
    bottom: 130px !important;
    z-index: 99;
}

/*div#navbarNav, a#sign{opacity:0 !important;}*/
.header-one {
    background-color: #ffffff;
    position: fixed;
}

.animate7a {
    position: absolute;
    width: 59px;
    bottom: -330px;
    right: -61px;
    z-index: 9;
    left: auto;
}

img.dot-icon {
    width: 8px;
}


.parent-icon-box {
    right: -245px !important;
    top: 250px !important;
    width: 110px !important;
    position: absolute;
}

.magnifying1 {
    position: absolute;

    right: 60px;
    top: 100px;

}

.magnifying-container-sm {
    position: relative;
    width: 100px;
    height: 100px;

}

.magnifying {
    position: absolute;
    width: 125px;
    height: auto;
    -webkit-backface-visibility: hidden;
    -webkit-animation: anim 5s infinite linear;
    animation: anim 5s infinite linear;
}


@-webkit-keyframes anim {
    0% {
        margin-top: 13%;
        margin-left: 0;
    }

    12.5% {
        margin-top: 2%;
        margin-left: 2%;
    }

    25% {
        margin-top: 0;
        margin-left: 13%;
    }

    37.5% {
        margin-top: 2%;
        margin-left: 20%;
    }

    50% {
        margin-top: 13%;
        margin-left: 28%;
    }

    62.5% {
        margin-top: 20%;
        margin-left: 20%;
    }

    75% {
        margin-top: 28%;
        margin-left: 13%;
    }

    87.5% {
        margin-top: 20%;
        margin-left: 2%;
    }

    100% {
        margin-top: 13%;
        margin-left: 0;
    }
}

@keyframes anim {
    0% {
        margin-top: 13%;
        margin-left: 0;
    }

    12.5% {
        margin-top: 2%;
        margin-left: 2%;
    }

    25% {
        margin-top: 0;
        margin-left: 13%;
    }

    37.5% {
        margin-top: 2%;
        margin-left: 20%;
    }

    50% {
        margin-top: 13%;
        margin-left: 28%;
    }

    62.5% {
        margin-top: 20%;
        margin-left: 20%;
    }

    75% {
        margin-top: 28%;
        margin-left: 13%;
    }

    87.5% {
        margin-top: 20%;
        margin-left: 2%;
    }

    100% {
        margin-top: 13%;
        margin-left: 0;
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.anim {
    -webkit-animation: anim 3s infinite linear;
    animation: anim 3s infinite linear;
}

.rotate {
    animation: rotation 2s infinite linear;
}

div#page {
    overflow: hidden;
}

img.right-box {
    width: 300px;
    position: absolute;
    right: -260px;
    top: 10px;
}


img.dots-left-icon {
    width: 136px;
    position: absolute;
    left: -237px;
    top: 136px;
}

img.dots-right-icon {
    width: 161px;
    position: absolute;
    right: -184px;
    top: 285px;
}

img.animate-wave {
    position: absolute;
    width: 145px;
    right: 0;
    top: 30px;
}

.navbar-light .navbar-nav .menu-item a:focus,
.navbar-light .navbar-nav .menu-item a:hover {
    color: #000;
}

.navbar-light .menu .page_item a,
.navbar-light .navbar-nav .menu-item a {
    color: #000;
}

.learning-one-features-txt {
    display: none;
}

.learning-features-sub.sub-left {
    margin-right: 36px;
}

p.learning-features-subp1 {
    font-size: 16px;
    font-family:'avenir_next_worldregular', 'Verdana';
    color: #000;
    margin-bottom: 30px;
}

.learning-features-sub-inner {
    display: grid;
    -webkit-box-pack: center;
    justify-content: normal;
    grid-auto-flow: column;
    gap: 10px;

}

p.learning-features-subp {
    font-size: 18px;
    font-family:'avenir_next_worlddemi', 'Verdana';
    color: #000;
    margin-bottom: 5px;

}

.learning-one-features-txt p {
    font-size: 14px;
    font-family:'avenir_next_worldregular', 'Verdana';
    color: #000;
    line-height: 19px;
    margin-top: 10px;
}

/*
.learning-one-feature {
    display: grid;
    max-width: 81px;
    text-align: center;
}
.learning-one-features-txt, .learning-one-features-img {
    
    align-self: center;
    justify-self: center;
}


  
.learning-one-features-img {
    max-width: 40px;
    max-height: 40px;
}
*/
.learning-one-features-img {
    height: 110px;
    padding: 0px;
    text-align: center;
}

.learning-one-features-img img {
    height: 100%;
    width: auto;
}

.learning-features-sub {

    border-radius: 8px;
    padding: 40px 32px;
    width: 592px;
    background: #ffffff;

}


a.ubd-box-anch.ubd-box-anch1 {
    color: #9F49CC !important;
}

img.chat-icon {
    width: 250px;
    position: absolute;
    left: -130px;
    top: -38px;
}

.ib-school-anch1 {

    color: #D75674 !important;
}

.ib-school-anch2 {
    color: #0AAEC2 !important;
}

.ib-school-anch3 {
    color: #C28200 !important;
}

img.magnify-icon {
    width: 90px;


    right: -10px;
    top: 124px;

}

img.arrow-icon {
    position: absolute;
    width: 22px;
    top: 88px;
    right: -90px;
}

img.teacher-icon {
    width: 93px;
    height: 160px;
    position: absolute;
    top: 225px;
    left: -150px
}

img.parent-icon {
    width: 95px;
    /*  position: absolute;*/
    right: -230px;
    top: 248px;
}

.animate__animated.animate__zoomIn,
.animate__animated.animate__jackInTheBox {
    --animate-duration: 1s;
}

.animate__animated .animate__wobble {
    --animate-duration: 4s;
}

.animate__animated.animate__flipInY,
.animate__animated.animate__flipInX {
    --animate-duration: 5s;
}

.animate__animated.animate__bounceIn {
    --animate-duration: 1s;
}


img.dot-icon.dot-icon1.animate__animated.animate__zoomIn {
    --animate-duration: 3s !important;
}

img.dot-icon.dot-icon2.animate__animated.animate__zoomIn {
    --animate-duration: 5s !important;
}

img.dot-icon.dot-icon3.animate__animated.animate__zoomIn {
    --animate-duration: 6s !important;
}


p.card-text {
    height: 125px;
}

p.card-auth-block {
    margin-bottom: 0px !important;
    font-family:'avenir_next_worldbold', 'Verdana';
    font-weight: normal;
    font-size: 16px !important;
}

a.card-text-case {
    font-size: 16px;
    color: #F75961;
    text-decoration: none;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: absolute;
    bottom: 27px;
}




.ubd-box-text {
    margin: 0 auto;
}

a.ubd-box-anch {
    font-size: 18px;
    font-family:'avenir_next_worldmedium', 'Verdana';
    color: #2EAA8B;
}

p.ubd-box-txt {
    font-family:'avenir_next_worldregular', 'Verdana';
    font-size: 16px;
    color: #000;
    max-width: 300px;
}

img.ubd-box-img {
    max-width: 420px;
}


.ubd-box {
    max-width: 920px;
    display: -webkit-box;
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: 4px 4px 12px rgb(189 226 108 / 50%);
    border-radius: 8px;
    margin: 0 auto;
    background: white;

}

a.ib-school-anch img,
a.ubd-box-anch img {
    width: 17px;
    position: relative;
    top: -1px;
    left: 7px;
}

a.ib-school-anch {
    font-size: 18px;
    font-family:'avenir_next_worldmedium', 'Verdana';
    max-width: 193px;
    color: black;
    position: absolute;
    bottom: 26px;
}

p.ib-school-desc {
    font-size: 14px;
    font-family:'avenir_next_worldregular', 'Verdana';
    max-width: 193px;
    color: black;
}

p.ib-school-titl {
    font-size: 20px;
    font-family:'avenir_next_worldbold', 'Verdana';
    color: #222222;
    margin-bottom: 10px;
    font-weight: normal;
}

.ib-school {
    max-width: 264px;
    background: #FFFFFF;
    box-shadow: 4px 4px 12px rgb(189 226 108 / 50%);
    border-radius: 8px;
    height: 345px;
}

.ib-schools {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    position: relative;
}

.ib-schools .ib-school:nth-child(2) {
    margin: 0 60px;
}

.learning-feature img {
    max-width: 336px;
    max-height: 184px;
    cursor: pointer;
    border-radius: 8px;
    width: 336px;
    height: 184px;
}

.toggle-class ul li {
    font-size: 18px;
    font-weight: normal;
    font-family:'avenir_next_worldmedium', 'Verdana';
    padding-top: 15px;
    list-style-type: none;
    color: black;
}

.toggle-class ul li:before {
    content: "•";
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.toggle-class ul {
    margin: 0 0 1.5em 0em;
}

.curriculum-togg ul li:before {
    color: #FFCE66;

}


.curriculum-togg {
    border: 1px solid #FFCE66;
    border-left: 7px solid #FFCE66;
}



.assessments-togg {
    border: 1px solid #60E6F9;
    border-left: 7px solid #60E6F9;
}

.assessments-togg ul li:before {
    color: #60E6F9;

}

.portfolios-togg {
    border: 1px solid #A3A3F5;
    border-left: 7px solid #A3A3F5;
}

.portfolios-togg ul li:before {
    color: #A3A3F5;

}



.classroom-togg {
    border: 1px solid #FFAEC0;
    border-left: 7px solid #FFAEC0;
}

.classroom-togg ul li:before {
    color: #FFAEC0;

}

.family-togg {
    border: 1px solid #BDE26C;
    border-left: 7px solid #BDE26C;
}

.family-togg ul li:before {
    color: #BDE26C;

}

.accreditation-togg {
    border: 1px solid #75DDC3;
    border-left: 7px solid #75DDC3;
}

.accreditation-togg ul li:before {
    color: #75DDC3;

}





.toggle-class {
    max-width: 336px;
    max-height: 184px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 8px;
    background: white;
}






.learning-features1 {
    margin-top: 20px;
}

.learning-features1 {
    grid-template-columns: auto auto auto auto;
}

.learning-features2 {
    grid-template-columns: auto auto auto;
}

.learning-features1,
.learning-features2 {
    display: grid;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;

    margin-top: 36px;



}

.improved-collaboration {
    background: #E3E3FC;
    padding: 13px;
    font-family:'avenir_next_worldmedium', 'Verdana';
    font-size: 14px;
    color: #000;
    font-weight: normal;
    width: 100%;
    text-align: center;
}

p.available-eng {
    font-family:'avenir_next_worldregular', 'Verdana';
    font-size: 14px;
    color: black;
    font-weight: normal;
    line-height: 25px;
    margin-top: 20px;
}

a.main-banner-req.req-demo-popup {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 16px;
    background: #ffffff;
    font-family:'avenir_next_worlddemi', 'Verdana';
    color: #3C3CAD;
    border-radius: 8px;
    margin: 47px 0 85px;
    max-width: 184px;
}

p.main-banner-desc {
    font-family:'avenir_next_worldregular', 'Verdana';
    font-size: 18px;
    color: black;
    font-weight: normal;
    line-height: 32px;
    margin-top: 20px;
}

p.main-banner-title {
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 40px;
    line-height: 54px;
    letter-spacing: 0.56px;
    color: #000000;
    margin-bottom: 0;
}

.main-banner-img img {
    max-width: 90%;
    max-height: 500px;
    width: auto;
}

.main-banner {
    display: -webkit-box;
    display: flex;
    padding: 24px 80px 0;
    min-height: 100vh;
    -webkit-box-align: center;
    align-items: center;
    flex-shrink: 0;
}

.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

.main-banner-img {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}

.main-banner-text {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 42%;
    margin-left: 0px;
    -webkit-box-align: start;
    align-items: flex-start;
}


.CaseStudies-svg___ssPmp {
    width: 20px;
    margin-top: 3px;
    margin-left: 12px;
}

.CaseStudies-svg_color___2QCgR {
    color: #f75961;
    fill: #f75961;
}

.video-box {
    margin-top: 40px;
}



.request-demo {
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 720px;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 100px 32px 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    background-image: url();
    background-position: right top;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}





p.casestudies-title {
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 40px;
    text-align: center;
    color: #000000;
    max-width: 980px;
    margin-bottom: 0;
}

p.casestudies-desc {
    font-family:'avenir_next_worldregular', 'Verdana';
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    margin-top: 12px;
    max-width: 780px;
}


.school-h3 {
    clear: both;
    align-items: center;
    padding-top: 56px;
}

img.three-dots {
    width: 77px;
    position: absolute;
    right: 23px;
    top: -10px;
}

.row-new {
    max-width: 1000px;
    width: 100%;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    z-index: 2;
    background: transparent;
    padding: 36px 0px;

}

.row-newb {
    position: relative;
}

p#tag-line {
    font-family:'avenir_next_worldmedium', 'Verdana';
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin-top: 40px;
    line-height: 29px;
    max-width: 638px;
    font-weight: normal;
}

p#tag-line span {
    font-size: 15px;
}

.wrapper {
    width: 100%;
    display: -webkit-box;
    display: flex;
    padding: 121px 80px 0px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    background-color: transparent;
    max-width: 1200px;
    margin-top: 52px;
}

section.main-wrapper {

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    background-size: cover;
    position: relative;
    background-position: center center;
    /*  background-image: url(<?php //echo get_site_url(); ?>/wp-content/uploads/2021/09/Background-7.png);*/
    background-repeat: no-repeat;

    background-color: #3C3CAD;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 0px;
}

.row-new h1 {
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 54px;
    text-align: center;
    color: #fff;
    max-width: 767px;
    margin-top: 40px;
}

.all-schools {
    clear: both;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    padding-bottom: 50px;
}

.school-h3 h3 {
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 32px;
    text-align: center;
    color: #000000;
}

.main-casestudy {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-image: url();
    background-size: cover;
    background-position: right;
    background-color: #f0f0ff;
}








.platforms {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background-color: #F9F9F9;
    padding-bottom: 110px;
    /* background-image: url(<?php //echo get_site_url(); ?>/wp-content/uploads/2021/08/Background-1.png);*/
    background-size: cover;

}

.inner-platforms {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 100px 32px 10px;
    max-width: 1440px;
}

.inner-platforms H3 {
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 40px;
    text-align: center;
    color: #000000;
}

.learning-feature {
    margin: 25px;
    max-width: 336px;
    max-height: 184px;
}

.learning-feature p {
    font-family:'avenir_next_worlddemi', 'Verdana';
    font-size: 18px;
    color: black;
    margin-top: 22px;
    margin-bottom: 0px;

}

p.inner-platformsp {
    font-family:'avenir_next_worldregular', 'Verdana';
    font-size: 18px;
    line-height: 1.78;
    text-align: center;
    color: #000;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 0px;
}

.pyp-myp-platform {
    width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 32px;
    background: url(<?php echo get_site_url();
    ?>/wp-content/uploads/2021/08/Background-1.png);
    background-size: cover;
    height: auto;
    background-position: inherit;
}

.pyp-platform {
    background-image: url();
    max-width: 480px;
    width: 100%;
    height: 100%;
    max-height: 384px;
    border-radius: 16px;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    background-position: right bottom;
    background-size: cover;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 40px;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.pyp-platform.visible {
    background-image: url(<?php echo get_site_url();
    ?>/wp-content/uploads/2021/03/pypbg-min.png);
}

.myp-platform.visible {
    background-image: url(<?php echo get_site_url();
    ?>/wp-content/uploads/2021/03/mypbg-1-min.png);
}

.myp-platform {
    background-image: url();
    max-width: 480px;
    width: 100%;
    height: 100%;
    max-height: 384px;
    border-radius: 16px;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    background-position: right bottom;
    background-size: cover;
    margin-left: 48px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 40px;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

p.pyp-title {
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 44px;
    text-align: left;
    color: #f75961;
    margin-bottom: 0px;
}

p.pyp-sub-title {
    font-family:'avenir_next_worldmedium', 'Verdana';
    font-size: 17px;
    line-height: 1.65;
    text-align: left;
    color: #2b2b2b;
    margin-top: 16px;
    max-width: 290px;
    margin-bottom: 0px;
}

a#go-pyp {
    width: 200px;
    height: 48px;
    padding: 15px;
    border-radius: 4px;
    background-color: #f75961;
    margin-top: 62px;
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}

p.myp-title {
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 44px;
    text-align: left;
    color: #1ec4d4;
    margin-bottom: 0px;
}

p.myp-sub-title {
    font-family:'avenir_next_worldmedium', 'Verdana';
    font-size: 17px;
    line-height: 1.65;
    text-align: left;
    color: #2b2b2b;
    margin-top: 16px;
    max-width: 290px;
    margin-bottom: 0px;
}

a#go-myp {
    width: 200px;
    height: 48px;
    padding: 15px;
    border-radius: 4px;
    background-color: #1ec4d4;
    margin-top: 62px;
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}

.ib-school-textbox {
    padding: 30px;
}

.ib-educators {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 40px;
    padding-top: 0px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background-image: url(<?php echo get_site_url();
    ?>/wp-content/uploads/2021/08/Background-Products-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.ib-educators-title {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 1440px;
    position: relative;
}

p#ib-educators-maindesc {
    font-family:'avenir_next_worldregular', 'Verdana';
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    margin-top: 12px;
    max-width: 930px;
    margin-bottom: 0;
}

p#ib-educators-maintitle {
    font-family:'avenir_next_worldbold', 'Verdana';
    font-size: 40px;
    text-align: center;
    color: #000000;
    max-width: 1050px;
    margin-bottom: 0px;
}

.ib-educators-inner.visible {
    background-image: url(<?php echo get_site_url();
    ?>/wp-content/uploads/2021/03/ib-edu-bg-min.png);
}

.ib-educators-inner {
    background-image: url();
    background-size: cover;
    background-position: bottom;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 80px 100px;
    max-width: 1440px;
}

p.ib-educators-inner-title {
    font-family:'avenir_next_worldbold', 'Verdana';
    line-height: 1.63;
    font-size: 2.5rem;
    color: #000000;
    margin-bottom: 0px;
}

p.ib-educators-inner-desc {
    font-family:'avenir_next_worldmedium', 'Verdana';
    font-size: 20px;
    color: #000000;
    line-height: 2;
}

.collaborative {
    background-size: cover;
    background-position: bottom;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    background-image: url();
}

.collaborative.visible {
    background-image: url(<?php echo get_site_url();
    ?>/wp-content/uploads/2021/01/H1qSnexiv.png);
}

.inner-collaborative {
    display: -webkit-box;
    /* display: flex; */
    -webkit-box-align: center;
    align-items: center;
    padding: 80px 100px;
    max-width: 1440px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

.collaborative2 {
    -webkit-box-flex: 1;
    flex: 1;
}

.collaborative1 {
    margin-right: 0;
    margin-left: 80px;
    display: grid;
    max-width: 440px;
    grid-row-gap: 24px;
    flex-shrink: 0;
}

p.collaborative-title,
p.features-face-title {
    font-family:'avenir_next_worldbold', 'Verdana';
    line-height: 1.63;
    font-size: 2.5rem;
    color: #000000;
    margin-bottom: 0;
}

p.collaborative-desc,
p.features-face-desc {
    font-family:'avenir_next_worldmedium', 'Verdana';
    font-size: 20px;
    color: #000000;
    line-height: 2;
}

.features-face {
    background-size: cover;
    background-position: bottom;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    background: white;
}

.features-face-inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 80px 100px;
    max-width: 1440px;
}

.features-face1 {
    display: grid;
    max-width: 440px;
    grid-row-gap: 24px;
    flex-shrink: 0;
    margin-right: 80px;
}

.features-face2 {
    -webkit-box-flex: 1;
    flex: 1;
}


@media screen and (min-width:991px) and (max-width:1025px) {

    .animate11 {
        width: 160px !important;
        top: 530px !important;
    }

    .animate9 {
        left: 6% !important;
    }

    .animate6 {
        top: 100px !important;
    }

    .pyp-myp-platform {
        padding: 0 64px !important;
    }

    .animate5 {
        left: 30px !important;
    }

    .animate4,
    .animate7,
    .animate8,
    .animate10,
    .animate-smball {
        display: none !important;
    }

    .school-h3 {
        padding-top: 20px !important;
    }

    .animate3 {
        right: 40px !important;
    }

    .animate2 {
        right: 20px !important;
    }

}

img.ubd-box-imgmob {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

img.ib-school-img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

img.ubd-box-img {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

@media screen and (min-width: 992px) {
    li.mob-li {
        display: none;
    }

    .ib-educators {}

    .ib-school:hover a.ib-school-anch img,
    .ubd-box:hover a.ubd-box-anch img {
        transform: translate(4px, 0px);
        transition: transform 1s;
    }

    .ib-school:hover,
    .ubd-box:hover {
        transform: translate(0, -6px);
        transition: transform 1s;
    }

    a.main-banner-req.req-demo-popup:hover {
        background: #F5F5FF !important;
        color: #3C3CAD !important;
    }

    a#sign {
        color: black !important;
    }

    .ubd-box-imgmob {
        display: none !important;
    }

    img.mobile-hero,
    .ib-schools-mob {
        display: none !important;
    }

    ul.tabs li:nth-child(2) {
        margin: 0 34px;
    }

    .tab-navigation,
    .tab-navigation1 {
        display: none !important;
    }

}

.learn-li a:after,
.menu-item-has-children>a:hover:after,
.page_item_has_children>a:hover:after,
.menu-item-has-children>a::after,
.page_item_has_children>a::after {
    filter: brightness(0) invert(0);
}

header.header-one.stick .learn-li a:after,
header.header-one.stick .menu-item-has-children>a:hover:after,
header.header-one.stick .page_item_has_children>a:hover:after,
header.header-one.stick .menu-item-has-children>a::after,
header.header-one.stick .page_item_has_children>a::after {
    filter: brightness(0) invert(0) !important;
}



.header-one.stick {
    border: 1px solid rgb(219, 219, 219);
}
}

@media screen and (min-width:767px) and (max-width:991px) {

    .casestudies-golink {
        margin: 30px auto 16px;
        position: relative;
    }

    p.casestudies-text {
        max-width: 100% !important;
        text-align: center;
    }

    .casestudies-box {
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        padding: 20px;
    }

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

    .ib-educators-inner,
    .inner-collaborative,
    .features-face-inner,
    .privacy-section-inner {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
        padding: 80px 64px;
    }

    p.ib-educators-inner-title,
    p.collaborative-title,
    p.features-face-title {
        font-size: 30px !important;
        line-height: 1.5;
    }

    p.ib-educators-inner-desc,
    p.collaborative-desc,
    p.features-face-desc {
        font-size: 18px !important;
    }

    p#ib-educators-maindesc,
    p#ib-educators-maintitle {
        max-width: 600px !important;
    }

    .inner-platforms H3 {

        font-size: 32px !important;

    }



    .all-mobile-school-inner {
        grid-template-columns: auto auto;
        grid-gap: 40px 80px !important;
        display: grid;
    }

    .schools-mob-div {
        height: 142px !important;
        margin: 0;
        padding: 16px;
        width: 100% !important;
    }

    a#explore-mob {
        margin-bottom: 50px;
        margin-top: 30px;
        max-width: 100% !important;
    }

    .video-box {
        padding: 0px !important;
    }

    img#animate1 {
        display: none !important;
    }

    p#tag-line {
        font-size: 28px !important;
        margin-bottom: 30px;
    }

    .row-new h1 {
        font-size: 42px !important;
    }

    .ib-educators-inner1,
    .collaborative1 {
        max-width: 100% !important;
    }

    p.inner-platformsp {
        max-width: 600px !important;
    }

    p.casestudies-title {
        font-size: 32px !important;
    }

    p.casestudies-desc {
        font-size: 16px !important;
    }

    p.privacy-section-title {
        font-size: 32px !important;
    }
}



@media screen and (max-width: 767px) {


    .request-demo {
        padding: 50px 24px 40px;
        background-position: top left;
    }


    .casestudies-golink a {
        margin-left: 22px;
    }

    .casestudies-golink {

        font-size: 14px;
        line-height: 1.78;
        text-align: left;
        position: relative;
        bottom: 7px;


    }

    p.casestudies-text {
        text-align: left;
        font-size: 18px;
        padding: 0 20px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    img.school-img {
        max-width: 220px;
        margin-top: 12px;
        height: 33px;
        margin: 20px;
    }

    p.casestudies-title {
        font-size: 24px;
    }

    .ib-educators-inner,
    .inner-collaborative,
    .features-face-inner,
    .seamless-inner,
    .privacy-section-inner {
        padding: 52px 24px;
    }

    p#ib-educators-maindesc {
        font-size: 14px;
        padding: 0 32px;
        max-width: 360px;
    }

    a#go-pyp,
    a#go-myp {
        width: 100%;
        margin-top: 50px;
    }

    p.inner-platformsp,
    p.privacy-section-desc {
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.71;
    }

    .inner-platforms H3 {
        font-size: 24px;
        line-height: 1.4;
    }




    .school-h3 h3 {
        font-size: 22px;
        padding: 40px 10px 24px;
    }
}


@media screen and (max-width: 1150px) {
    .Platforms-platformsWrapper___21Ksl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        padding: 0;
    }

    .Platforms-pypButton___1Jy9Y,
    .Platforms-mypButton___28CFd,
    .Platforms-dpButton___28CFd {
        width: 100%;
        margin-top: 54px;
        border-radius: 8px;
    }

    .Platforms-mypTitle___3qfIe {
        font-size: 34px;
    }

    .Platforms-dpTitle___3qfIe {
        font-size: 34px;
    }

    .Platforms-pyp___2CnhQ {
        background-repeat: no-repeat;
        background-size: contain;
        padding: 30px;
      
    }

    .Platforms-myp___359KO {
        background-repeat: no-repeat;
        background-size: contain;
        padding: 30px;
    }

    .Platforms-myp___359KO {
        margin-left: 0 !important;
        margin-top: 48px;
    }

    .Platforms-dp___359KO {
        background-repeat: no-repeat;
        background-size: contain;
        padding: 30px;
    }

    .Platforms-dp___359KO {
        margin-left: 0 !important;
        margin-top: 48px;
    }
}

@media screen and (max-width: 991px) {
    .Platforms-containerInner___2M7uE {
        padding: 60px 24px 80px;
    }

    .Platforms-pypButton___1Jy9Y,
    .Platforms-mypButton___28CFd,
    .Platforms-dpButton___28CFd {
        width: 100%;
        margin-top: 54px;
        border-radius: 8px;
    }

    .Platforms-mypTitle___3qfIe {
        font-size: 34px;
    }

    .Platforms-dpTitle___3qfIe {
        font-size: 34px;
    }

    .Platforms-pyp___2CnhQ {
        background-repeat: no-repeat;
        background-size: contain;
        padding: 30px;
        max-height:415px;
    }

    .Platforms-myp___359KO {
        background-repeat: no-repeat;
        background-size: contain;
        padding: 30px;
    }

    .Platforms-myp___359KO {
        margin-left: 0 !important;
        margin-top: 48px;
    }

    .Platforms-dp___359KO {
        background-repeat: no-repeat;
        background-size: contain;
        padding: 30px;
    }

    .Platforms-dp___359KO {
        margin-left: 0 !important;
        margin-top: 48px;
    }

    .Platforms-platformsWrapper___21Ksl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        padding: 0;
    }

    .row-new h1 br {
        display: none;
    }

    a#req-demo-mob {
        margin-right: 0px !important;
    }

    li.desk-li,
    button.netflix-nav-btn.netflix-open-btn,
    .dot-dots-,
    img.pholka-dots-,
    img.waves-yellow,
    .half-circle- {
        display: none !important;
    }

    p.ubd-box-txt {
        margin-top: 17px;
    }

    .learning-one-features-img {
        margin-bottom: 15px;
    }

    .learning-features-sub2 .learning-one-features-img {
        margin-bottom: 0px;
    }

    img.seamless-img1 {
        height: auto !important;
    }

    .row-newb.right-elements,
    .row-newb.left-elements {
        display: none !important;
    }

    .owl-carousel1 button.owl-next,
    .owl-carousel1 button.owl-prev {
        top: 27% !important;
    }

    .learning-one-feature {
        text-align: center;
    }


    .learning-features-sub-inner {
        grid-template-columns: auto auto auto !important;
        grid-gap: 10px !important;
        grid-auto-flow: row !important;
    }

    .learning-features-sub-inner4 {
        grid-template-columns: auto auto !important;
    }

    .learning-features1,
    .learning-features2 {
        margin-top: 0px !important;
    }

    .learning-features {
        padding: 0 22px;
    }

    .learning-features-sub {
        width: auto !important;
        margin-top: 28px;
    }



    .learning-features-sub.sub-left {
        margin-right: 0px !important;
    }

    .ubd-box-img {
        display: none !important;
    }

    /*

img.left-nav-ib {
    left: -10px;
    position: relative;
}
img.right-nav-ib {
    right: -10px;
    position: relative;
}

*/
    img.test-left-nav {
        position: relative;
        left: 126% !important;
    }

    img.test-right-nav {
        position: relative;
        right: 126% !important;
    }


    img.left-nav-ib,
    img.right-nav-ib {
        width: 60px;
    }

    .toggle-class ul li {
        font-size: 16px !important;
    }

    .platforms {
        padding-bottom: 45px !important;
    }

    .learning-feature {
        margin: 10px !important;
    }

    .learning-feature img,
    .learning-feature {
        max-width: 294px !important;
        max-height: 160px !important;
    }



    img.mobile-hero {
        padding: 0 30px;
        max-width: 500px;
        width: 100%;
    }

    .row-new {
        background: transparent !important;
    }

    img.animate-wave,
    img.parent-icon,
    img.teacher-icon,
    img.chat-icon,
    img.magnify-icon,
    img.three-dots,
    .video-box,
    .animate5a,
    .animate7a,
    .animate6,
    img.arrow-icon {
        display: none;
    }

    .ib-schools {
        display: none !important;
    }

    ul.tabs {
        display: flex !important;
        place-content: space-around !important;
        max-width: 340px !important;
        margin: 0 auto 25px !important
    }

    ul.tabs li a {
        font-size: 14px !important;
        padding: 0 10px !important;
    }

    ul.tabs li {
        width: auto !important;
        padding: 0 10px;
        font-size: 15px !important;
        margin: 0px !important;
    }


    p.integrated-p {
        margin: 0px 0 15px !important;
    }

    .integrated-tools-in {
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse;
    }

    .tabBox1 {
        margin-top: 0px !important;
    }

    .integrated-tools-list {
        grid-template-columns: auto auto !important;
        grid-gap: 40px 20px;
        display: grid !important;
    }

    .integrated-tools {
        background-image: none !important;
        padding: 50px 21px 0 !important;
    }


    .ubd-box-text {
        padding: 22px;
    }

    img.ib-school-img {
        height: 120px;
    }

    img.ubd-box-img {
        height: 120px;
        width: 100%;
    }

    .ubd-box- {
        width: 100%;
    }

    .ubd-box {
        box-shadow: 4px 4px 12px rgb(189 226 108 / 50%);
        border-radius: 8px;
        max-width: 264px;
    }

    .tabBox {
        margin-top: 30px !important;
    }

    .tabContainer {
        margin-top: 0px !important;
    }

    .ib-educators {
        padding: 50px 21px 0px;
    }

    select#select-box,
    select#select-box1 {
        border: 1px solid #717171;
        border-radius: 8px;
        width: 100%;
        padding: 13px 21px;
        font-size: 16px;
        font-family:'avenir_next_worlddemi', 'Verdana';
        color: black;
    }

    .tab-navigation,
    .tab-navigation1 {
        margin: 0 auto 20px;
        display: table;
        width: 100% !important;
        padding: 13px 24px;
    }

    ul.tabs1 {
        display: none !important;
    }

    .ib-school {
        margin: 0 auto 20px !important;
        position: relative;
    }

    a.main-banner-req.req-demo-popup {
        width: 100%;
        height: 48px !important;
        font-size: 16px;
        margin-bottom: 40px !important;
        max-width: 90%;
    }

    p.main-banner-desc {
        font-size: 16px !important;
        text-align: center;
        line-height: 27px;
    }

    p.main-banner-title {
        font-size: 24px !important;
        line-height: 33px !important;
        text-align: center;
    }

    .main-banner-text {
        width: 100% !important;
    }

    .main-banner.reverse {
        padding: 100px 24px 40px !important;
    }

    .learning-features1,
    .learning-features2 {
        grid-template-columns: auto !important;
        grid-gap: 0px;
        display: grid !important;
    }

    .main-banner.reverse,
    .ib-schools,
    .footer-banner,
    .ubd-box {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }




    p.casestudies-text {
        height: 140px;
    }

    .video-box {
        margin-top: 18px !important;
    }

    img.animate1mob {
        position: absolute;
        display: block;
        width: 100px;
        top: 156px;
        left: -14px;
    }

    .animate3,
    .animate2,
    .animate1 {
        display: none;
    }

    .video-box {
        padding: 24px;
    }

    p#tag-line {
        font-size: 15px;
        padding: 0 16px;
        display: block;
        margin-top: 0;
        line-height: 24px;
        color: white !important;
    }

    .row-new h1 {
        font-size: 24px;
        padding: 0 0px 15px !important;
        line-height: 32px;
        max-width: 320px !important;
        color: white !important;
        margin-top: 30px !important;

    }

    .wrapper {
        height: 100% !important;
        background-image: none !important;
        padding: 25px 0 0px !important;
    }

    .school-h3 {
        padding-top: 0px !important;
    }

    section.main-wrapper {
        margin-bottom: 0px;
    }

    .all-school .all_schools {
        animation: none !important;
    }

    .all_schools img {
        height: 100px;
        padding: 16px;
        width: auto;
        background-color: #ffffff;
        margin: 0;
    }

    .all-school .all_schools {
        animation: none !important;
        display: grid;
        padding: 0 24px 24px;
        grid-template-columns: auto auto;
        grid-gap: 20px 20px;
        margin: 0 auto;
    }

    .all-school {
        height: auto;
        margin-top: 10px;
    }

    .all_schools img:nth-child(5),
    .all_schools img:nth-child(6),
    .all_schools img:nth-child(7),
    .all_schools img:nth-child(8),
    .all_schools img:nth-child(9),
    .all_schools img:nth-child(10),
    .all_schools img:nth-child(11),
    .all_schools img:nth-child(13) {
        display: block !important;
    }

    .all_schools img,
    .animate4,
    .animate5,
    .animate7,
    .animate8,
    .animate9,
    .animate10,
    .animate11,
    .animate12,
    .animate-smball,
    img.footer-icon {
        display: none;
    }







    .main-casestudy {
        background-position: center center;
    }

    .pyp-myp-platform {
        padding: 0 24px !important;
    }

    .inner-platforms {
        padding: 30px 24px 10px;
    }

    p.myp-title,
    p.pyp-title {
        font-size: 34px !important;
    }

    .pyp-platform,
    .myp-platform {
        padding: 30px;
    }

    .myp-platform {
        margin-top: 40px;
    }

    p#ib-educators-maintitle {
        font-size: 24px;
        line-height: 33px !important;
        padding: 0 25px;
        max-width: 350px;
        color: #000000;
    }

    .animate6 {

        top: 110px;
        width: 80px !important;

    }


    .ib-educators-inner1 {

        margin-right: 0px;
        grid-row-gap: 18px;
    }

    p.ib-educators-inner-title,
    p.collaborative-title,
    p.features-face-title {
        font-size: 28px;
        line-height: 1.5;
    }

    p.ib-educators-inner-desc,
    p.collaborative-desc,
    p.features-face-desc {
        font-size: 16px;
    }


    p.casestudies-desc {
        font-size: 14px;
        margin-bottom: 0;
    }

    .casestudies-wrapper {
        padding: 0px;
    }

    .casestudies-box {
        margin-left: 0;
        margin-right: 0;
        padding: 0px;
        margin-top: 0px;
    }

    a.next img,
    a.prev img {
        height: 35px;
        width: 35px;
    }

    .prev {
        left: 0px;
    }

    .next {
        right: 0;
    }

    img.casestudies-img {
        width: 100% !important;
        height: auto !important;
    }

    a.prev img {
        position: relative;
        left: -15px;
    }

    a.next img {
        position: relative;
        right: -15px;
    }

    a.prev,
    a.next {
        padding: 24px 0;
    }









}

@media all and (min-device-width:768px) and (max-device-width:1024px) {
    img.mobile-hero {
        max-width: 700px !important;
    }

    .school-h3 {
        padding-top: 30px !important;
    }

}



@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .footer-banner-main {
        padding: 0 30px !important;
    }

    .integrated-tools {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .casestudies-inner {
        padding: 50px 50px 30px !important;
    }

    .learning-one-features-img {
        height: 150px !important;
        padding: 0px;
    }

    .learning-features-sub {
        width: 800px !important;
    }

    /* .inner-platforms {
        padding-top: 0px !important;
    } */

    .learning-features-sub {
        margin-top: 35px;
    }

    .learning-features1,
    .learning-features2 {
        grid-template-columns: auto !important;
        margin-top: 0px !important;
        /* gap: 32px; */
    }

    a.main-banner-req.req-demo-popup {
        max-width: 100% !important;
        font-size: 20px !important;
        padding: 20px 16px !important;
    }

    .wrapper {
        padding: 30px 80px 0px !important;
    }

    .row-newb,
    img.animate-wave,
    .animate5a,
    .animate5,
    .animate6,
    .animate11 {
        display: none !important;
    }

}


@media all and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {

    .privacy-section-imgs {
        grid-template-columns: auto auto auto auto !important;
    }

    .integrated-tools-list {
        grid-template-columns: auto auto auto !important;
    }

    .learning-features-sub-inner {
        grid-template-columns: auto !important;
        grid-gap: 10px !important;
        grid-auto-flow: column !important;
    }

    .learning-features-sub {
        width: 700px !important;
    }

    a.main-banner-req.req-demo-popup {
        height: 70px !important;
        font-size: 20px !important;

    }

    p#tag-line {
        font-size: 23px !important;
        line-height: 35px !important;
    }

    .row-new h1 {
        font-size: 43px !important;
        max-width: 83% !important;
        line-height: 59px !important;
        margin-bottom: 30px !important;
    }

    a#explore-mob {
        margin-bottom: 50px;
        margin-top: 30px;
        max-width: 500px !important;
        font-size: 16px !important;
    }

}

@media all and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {

    .footer-banner-main {
        padding: 0 30px !important;
    }

    .integrated-tools {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .casestudies-inner {
        padding: 50px 50px 30px !important;
    }

    .learning-one-features-img {
        height: 150px !important;
        padding: 0px;
    }

    .learning-features-sub {
        width: 800px !important;
    }

    /* .inner-platforms {
        padding-top: 0px !important;
    } */

    .learning-features-sub {
        margin-top: 35px;
    }

    .learning-features1,
    .learning-features2 {
        grid-template-columns: auto !important;
        margin-top: 0px !important;
        /* gap: 32px; */
    }

    a.main-banner-req.req-demo-popup {
        max-width: 100% !important;
        font-size: 20px !important;
        padding: 20px 16px !important;
    }

    .wrapper {
        padding: 30px 80px 0px !important;
    }

    .row-newb,
    img.animate-wave,
    .animate5a,
    .animate5,
    .animate6,
    .animate11 {
        display: none !important;
    }
}



div.tabBox {
    width: 100%;
    float: left;
    overflow: visible;
    max-width: 1040px;
    margin-top: 60px;
    position: relative;
}

div.tabBox h3 {
    padding: 20px 0px;
}

ul.tabs {
    margin: 0;
    padding: 0;
    place-content: center;
    display: flex;
    list-style: none;

}

ul.tabs li {
    float: left;
    margin-left: 5px;
    padding: 0;
    line-height: 40px;
    width: 245px;
    height: 40px;
    text-align: center;
}

ul.tabs li a {
    display: block;
    padding: 0 5px;
    outline: none;
    background: none;
}

.tabContainer {
    border-top: none;
    overflow: hidden;
    clear: both;
    float: left;
    width: 100%;
    margin-top: 40px;
    min-height: 430px;
    margin-bottom: 0px;
}

.tabContent {
    padding: 25px 0 0;
}

.tabContent h3 {
    padding: 0px;
}

/**** TABS STYLES ****/

div.tabBox h3 {}


ul.tabs {
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}

ul.tabs li {}


ul.tabs li a {
    background: transparent;
    text-decoration: none;
    font-size: 11px;
    color: #000;
    outline: none;
    border: 1px solid #717171;
    font-size: 16px;
    font-family:'avenir_next_worldregular', 'Verdana';
    border-radius: 8px;
    font-weight: normal;
}

ul.tabs li a:hover {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 10%);
}

ul.tabs li.active {
    border-bottom: 1px solid #fff;
}

ul.tabs li.active a,
ul.tabs li.active a:hover {
    background: #000000;
    color: white;
    font-family:'avenir_next_worlddemi', 'Verdana';
    font-weight: normal;
}


/* THE RESPONSIVE PART */
@media only screen and (max-width: 767px) {

    .mobile-menu {
        padding: 24px 20px !important;
    }

    ul.tabs {
        height: auto;
        display: block;
        width: 100%;
        border-left: 0px;
    }



    div.tabContainer {
        border: 0px;
    }

}


@media screen and (max-width: 321px) {
    ul.tabs li a {
        font-size: 13px !important;
        padding: 0 7px !important;

    }


}


.parent-icon-dots {
    position: absolute;
    top: 30px;
    left: 12px;
    display: flex;
    gap: 7px;
}



@media screen and (min-width: 1600px) {
    .parent-icon-dots {

        top: 32px !important;
        left: 13px !important;

        gap: 8px !important;
    }

    .row-newb.left-elements {
        top: 60px;
    }

    img.right-box {
        width: 320px !important;

        right: -260px !important;
        top: 10px !important;
    }

    img.arrow-icon {
        position: absolute;
        width: 30px !important;
        top: 115px !important;
        right: -100px !important;
    }

    .animate8 {
        width: 67px !important;
        left: -105px !important;
        top: 97px !important;
    }

    img.teacher-icon {
        width: 123px !important;
        top: 220px !important;
        left: -150px !important;
        height: auto !important;
        z-index: 99;
        overflow: hidden;
    }

    img.animate1 {
        width: 345px !important;
        left: -147px !important;
        bottom: -510px !important;
    }

    img.chat-icon {
        width: 335px !important;
        left: -142px !important;
        top: -110px !important;

    }

    .wrapper {
        margin-top: 70px !important;
        padding: 0px !important;
    }

    .animate3 {
        right: -200px !important;
        top: -40px !important;
        width: 110px !important;
    }

    .improved-collaboration {
        position: absolute;
        bottom: 0;
    }



    a.main-banner-req.req-demo-popup {

        margin-top: 50px !important;
        font-size: 18px !important;
        max-width: 210px !important;
        padding: 16px !important;
    }

    .animate2 {
        right: -56px !important;
        bottom: -483px !important;
        width: 120px !important;
    }

    img.parent-icon {
        right: -240px !important;
        top: 248px !important;
        width: 110px !important;
    }

    img.magnify-icon {
        right: -5px !important;
        top: 100px !important;
        width: 125px !important;
    }

    p#tag-line {
        font-size: 19px !important;
        max-width: 670px !important;
    }

    .row-new h1 {
        font-size: 54px !important;

        max-width: 767px !important;

    }


    .row-new {
        max-width: 1200px !important;
        padding-bottom: 70px !important;
    }

    section.main-wrapper {
        padding-top: 0px;
        height: 95vh;
    }

    /*
.wrapper {
    max-width: 1400px !important;
}
*/

}


@media screen and (min-width: 1780px) {
    .row-new {
        max-width: 75% !important;
    }

    .wrapper {
        max-width: 100% !important;
    }
}


@media (min-width: 1200px) and (max-width: 1450px) {

    .inner-platforms H3,
    p#ib-educators-maintitle,
    p.seamless-title,
    p.privacy-section-title {
        font-size: 32px !important;
    }

    .school-h3 h3 {
        font-size: 28px !important;
    }

    p#tag-line,
    p#ib-educators-maindesc,
    p.inner-platformsp,
    p.seamless-desc,
    p.footer-banner-text2 {
        font-size: 16px !important;
    }

    .row-new h1 {
        font-size: 44px !important;

        line-height: 58px !important;
    }

}