img {
    max-width: 100%;
}

.about-us-outer .container {
    max-width: 970px;
}

.about-us-outer .partner-outer .container {
    max-width: none;
}

@media (min-width: 1400px) {
    .container {
        width: 1170px;
    }
}

.fancybox-bg {
    width: 100%;
    height: 100%;
}


/*About-us Banner*/

.square-img {
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.about-us {
    background-image: url("../assets/images/img_hero_about_us.jpg");
    height: 450px;
    width: 100%;
    float: left;
    position: relative;
    background-position: 100% center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.about-us-content {
    width: 504px;
    float: left;
    position: absolute;
    top: 108px;
    left: 0px;
}

.about-us-content h1 {
    color: #363636;
    font-size: 50px;
    line-height: 56px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 56px;
}

.about-us-content a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    background-color: #23bdbd;
    border-radius: 5px;
    padding: 16px 43.5px 16px 44.5px;
    transition: all 0.3s;
}

.about-us-content a:hover,
.revise-smart a:hover {
    background: #158d8d;
}

.about-us-content a:active,
.about-us-content a:focus,
.revise-smart a:hover:active,
.revise-smart a:focus {
    background: #23BDBD;
    border: 1px solid #158D8D;
}


/*About-us Banner*/


/*Meet-the-founder*/

.meet-the-founder {
    width: 100%;
    float: left;
    padding-top: 120px;
    position: relative;
}

.meet-the-founder h2 {
    color: #221638;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    width: 884px;
    margin: 0 0 114px;
}

.meet-the-founder-content {
    width: 620px;
    background-color: #C7D834;
    float: left;
    padding: 220px 0px 60px 60px;
    position: relative;
}

.meet-the-founder-content h3 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    color: #ffffff;
    margin: 0px;
}

.meet-the-founder-content:before {
    content: '';
    background: #ffffff;
    width: 204px;
    height: 91px;
    position: absolute;
    top: -1px;
    left: -1px;
}

.meet-the-founder iframe {
    position: absolute;
    bottom: -58px;
    right: 0px;
    width: 480px;
    height: 267px;
}


/*Meet-the-founder*/


/*About-us-quote*/

.about-us-quote {
    width: 100%;
    float: left;
    padding-top: 108px;
    padding-bottom: 90px;
    position: relative;
}

.quote-content .mid-div>p {
    margin-bottom: 30px;
}

.mid-div ul {
    margin-bottom: 30px;
}

.mid-div ul li {
    background: url("../assets/images/ic_checkmark_color.png") no-repeat left 6px;
    padding-left: 35px;
    margin-bottom: 15px;
}

.mid-div ul li p {
    margin-bottom: 0;
}

.quote-content {
    width: 700px;
    float: left;
    background-image: url(/assets/images/img_quote.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
    /* z-index: 121221; */
    height: auto;
    padding-top: 52px;
}

.quote-content p {
    color: #221638;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}

.quote-content p strong {
    font-weight: 600;
}

.quote-content .para {
    color: #8A8496;
}

section.about-us-quote:before {
    content: '';
    position: absolute;
    top: 58px;
    right: 0;
    background-color: #C7D834;
    height: 100%;
    width: 80px;
}


/*About-us-quote*/


/*Research-Report*/

.Research-Report {
    width: 100%;
    float: left;
    padding-bottom: 130px;
}

.Research-Report .wrapper {
    width: auto;
    float: right;
}

.Research-Report .wrapper .img-wrapper {
    width: auto;
    position: relative;
    float: right;
}

.orange-sxn {
    width: 725px;
    position: absolute;
    left: -565px;
    top: 0;
    color: #fff;
    padding: 60px;
}

.orange-sxn:before {
    position: absolute;
    width: 160px;
    opacity: 0.72;
    background-color: #FFC645;
    height: 100%;
    right: 0;
    top: 0;
    content: "";
}

.orange-sxn h2 {
    color: #221638;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    width: 500px;
    z-index: 1;
    position: relative;
}

.orange-sxn p {
    opacity: 0.48;
    color: #221638;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    z-index: 1;
    position: relative;
}

.orange-sxn:after {
    position: absolute;
    width: 565px;
    background-color: #FFC645;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
}


/*Research-Report*/


/*Revise-smart*/

.revise-smart {
    width: 100%;
    text-align: center;
    width: 100%;
    margin: 0;
    float: left;
}

.revise-smart-mobile {
    display: none;
}

.revise-smart .container {
    width: 100%;
    max-width: calc(100% - 160px);
    border: 6px solid #E0F6DA;
    padding-top: 120px;
    padding-bottom: 100px;
}

.revise-smart .container .row {
    max-width: 970px;
    margin: auto;
}

.revise-smart-content {
    width: 100%;
    float: left;
}

.revise-smart-list {
    width: 100%;
    float: left;
}

.revise-smart-ul .revise-smart-ul li:nth-child(even) .revise-smart-list {
    float: left;
}

.revise-smart-ul li:nth-child(odd) .revise-smart-list {
    float: right;
}

.revise-smart-content h2 {
    margin-top: 83px;
    margin-bottom: 0px;
    color: #221638;
    font-size: 32px;
    line-height: 25px;
    font-weight: 600;
}

.revise-smart-content h3 {
    color: #8A8496;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 101px;
    margin-top: 16px;
}

.revise-smart-ul {
    width: 100%;
    float: left;
    padding: 0px;
}

.revise-smart-ul li {
    list-style: none;
    display: inline-block;
    margin-bottom: 80px;
}

.revise-smart-ul li img {
    max-width: 100%;
    float: left;
    margin-right: 36px;
    position: relative;
    top: -10px;
}

.revise-smart-ul li p {
    width: 260px;
    float: left;
    text-align: left;
    color: #221638;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.revise-smart a {
    margin-top: 30px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #ffffff;
    background-color: #23bdbd;
    border-radius: 5px;
    padding: 16px 62.5px 16px 64.5px;
    transition: all 0.3s;
}


/*Revise-smart*/


/*Top-Tech*/

.top-tech {
    width: 100%;
    float: left;
    padding: 131px 0px 129px;
    text-align: center;
}

.top-tech-heading {
    width: auto;
    margin-bottom: 40px;
}

.top-tech p {
    color: #221638;
    font-size: 14px;
    line-height: 20px;
    font-size: 16px;
    /* font-weight: 600; */
    font-size: 16px;
    margin-bottom: 30px;
    text-align: left;
}

.top-tech .tech-para {
    color: #221638;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding-left: 26px;
    text-align: left;
}

.tech-team-members {
    width: 100%;
    float: left;
    text-align: center;
}

.tech-team-members .slider-nav {
    margin-bottom: 0;
}

.tech-team-members .slider-nav img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.tech-team-members .slider-nav .slick-current img {
    filter: none;
}

.tech-team-members .slider-nav img:hover {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: none;
}

.tech-team-members .slider-for {
    background-color: #71BE6B;
    padding-top: 24px;
    padding-bottom: 44px;
    color: #fff;
    margin-bottom: 0;
    background-image: url(../assets/images/img_maths_large.svg);
    background-repeat: no-repeat;
    background-position: 105% 40px;
    background-size: 188px;
}

.top-tech-heading-mobile {
    display: none;
}


/*Top-Tech*/


/* About us page teacher slider changes. */

.tech-team-members .slider-for.english {
    background-color: #EA9750;
    background-image: url(../assets/images/img_english_large.svg);
}

.tech-team-members .slider-for.maths {
    background-color: #71BE6B;
    background-image: url(../assets/images/img_maths_large.svg);
}

.tech-team-members .slider-for.science {
    background-color: #7300FF;
    background-image: url(../assets/images/img_science_large.svg);
}

.tech-team-members .slider-for.elevenplus {
    background-color: #E184A7;
    background-image: url(../assets/images/img_11plus_large.svg);
}

.teacher-detail {
    margin-bottom: 16px;
}

.teacher-detail h3 {
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 4px;
}

.teacher-detail span,
.teacher-detail p,
.teacher-description p {
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 4px;
}

.teacher-description {
    text-align: center;
}

.teacher-description p {
    padding: 0 50px;
    margin: auto;
}


/*Exec-Team*/

.exec-team {
    width: 100%;
    float: left;
    padding-top: 160px;
    text-align: center;
    padding-bottom: 40px;
}

.exec-team h2 {
    width: 739px;
    color: #221638;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 40px auto 70px;
    text-align: center;
    min-height: 64px;
}

.exec-team .image-border {
    background: #BBD64C;
    padding: 0px;
    width: 180px;
    border-bottom: none;
    position: relative;
    height: 240px;
}

/*BU-3687 start */
.exec-team .image-border.second,.exec-team .image-border.eighth,.exec-team .image-border.fourteenth,.exec-team .image-border.twenty {
    background: #FFAAAB;
}

.exec-team .image-border.third,.exec-team .image-border.ninth,.exec-team .image-border.fifteenth,.exec-team .image-border.twentyone {
    background: #2ABDBB;
}

.exec-team .image-border.fourth,.exec-team .image-border.tenth,.exec-team .image-border.sixteenth {
    background: #9699D1;
}

.exec-team .image-border.fifth,.exec-team .image-border.eleventh,.exec-team .image-border.seventeenth {
    background: #FFC645;
}

.exec-team .image-border.sixth,.exec-team .image-border.twelveth,.exec-team .image-border.eighteenth {
    background: #7300FF;
}

.row.exec-team-row {
    flex-wrap: wrap;
    display: flex;
}
/*BU-3687 end */

.exec-team .image-border img {
    width: auto;
    position: absolute;
    top: 20px;
    height: 240px;
    object-fit: cover;
    left: 20px;
}

.exec-team h3 {
    color: #221638;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-weight: 600;
    margin: 36px 0 8px;
}

.exec-team p {
    color: #8A8496;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 40px;
}

.exec-tema-heading {
    width: auto;
}


/*Exec-Team*/

@media only screen and (max-width: 1212px) {
    .tech-team-members .slider-for {
        background-position: 108% 111px;
        background-size: 118px;
    }
    .Research-Report .wrapper .img-wrapper {
        width: 500px;
    }
    .revise-smart {
        width: calc(100%);
        margin: 0px;
    }
    .revise-smart .container {
        max-width: calc(100% - 80px);
    }
}

@media only screen and (max-width: 1084px) {
    .square-img {
        width: 192px;
        height: 173px;
    }
    .square-img img {
        position: relative;
        bottom: -17px;
        left: 13px;
    }
    .Research-Report .wrapper .img-wrapper {
        width: 500px;
    }
    /* .orange-sxn {width: 500px;left: -400px;}
.orange-sxn:before {width: 100px;}
.orange-sxn:after {width: 400px;}
.orange-sxn h2{width: 400px;}
.revise-smart {width:100%;margin: 0px;}
.meet-the-founder h2 {margin-bottom: 60px;width: 100%;} */
}

@media only screen and (max-width: 1024px) {
    .meet-the-founder {
        padding-top: 120px;
    }
    .meet-the-founder h2 {
        margin-bottom: 60px;
    }
    .about-us-quote {
        padding-top: 78px;
        padding-bottom: 50px;
    }
    .quote-content {
        padding-top: 50px;
    }
    .Research-Report {
        padding-bottom: 50px;
    }
    .revise-smart .container {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    .revise-smart-content h2 {
        margin-top: 60px;
    }
    .revise-smart-content h3 {
        margin-bottom: 60px;
    }
    .revise-smart-ul li {
        margin-bottom: 40px;
    }
    .exec-team {
        padding-top: 60px;
    }
    .revise-smart-ul li img {
        width: 64px;
        height: 64px;
        top: 0px;
        margin-right: 15px;
    }
    .revise-smart-ul li p {
        width: 260px;
        font-size: 14px;
    }
    .about-us-content {
        left: 66px;
    }
    .Research-Report .wrapper .img-wrapper {
        width: 500px;
    }
    .orange-sxn {
        width: 636px;
        left: -524px;
    }
    .orange-sxn:before {
        width: 112px;
    }
    .orange-sxn:after {
        width: 524px;
    }
    .revise-smart {
        width: 100%;
        margin: 0px;
    }
    .meet-the-founder h2 {
        margin-bottom: 60px;
        width: 100%;
    }
    .orange-sxn h2 {
        width: 450px;
    }
}

@media only screen and (max-width: 1023px) {
    .exec-team .image-border img {
        height: auto;
    }
    .exec-team h2 {
        width: 100%;
    }
    .meet-the-founder {
        margin-bottom: 100px;
    }
    .meet-the-founder h2 {
        width: 100%;
    }
    .meet-the-founder-content {
        width: 636px;
        background-color: #C7D834;
        padding: 56px 0px 224px 256px;
        position: relative;
        margin: 0 auto;
        float: none;
    }
    .meet-the-founder iframe {
        position: absolute;
        bottom: -166px;
        right: 147px;
    }
    .meet-the-founder h2 {
        font-size: 32px;
        line-height: 40px;
        width: 636px;
        margin: 0 auto 64px;
    }
    .Research-Report .wrapper .img-wrapper {
        width: 380px;
    }
    .orange-sxn {
        width: 500px;
        left: -388px;
    }
    .orange-sxn:before {
        width: 122px;
    }
    .orange-sxn:after {
        width: 388px;
    }
    .orange-sxn {
        padding: 54px;
    }
    .orange-sxn h2 {
        width: 380px;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .quote-content {
        width: 650px;
    }
}

@media only screen and (max-width: 768px) {
    .Research-Report .wrapper .img-wrapper {
        width: 380px;
    }
    .orange-sxn {
        width: 500px;
        left: -388px;
    }
    .orange-sxn:before {
        width: 122px;
    }
    .orange-sxn:after {
        width: 388px;
    }
    .meet-the-founder {
        margin-bottom: 0px;
    }
    .quote-content {
        width: 636px;
        margin: 0 auto;
        float: none;
    }
    .about-us-quote {
        padding-top: 260px;
        padding-bottom: 58px;
    }
    section.about-us-quote:before {
        top: 165px;
        height: 621px;
        display: none;
    }
    .orange-sxn {
        padding: 54px;
    }
    .revise-smart-mobile {
        display: block;
        height: 143px;
        width: 345px;
    }
    .revise-smart-desktop {
        display: none;
    }
    .revise-smart-ul li p {
        width: 200px;
        font-size: 14px;
        line-height: 22px;
    }
    .revise-smart .list-col {
        padding: 0px;
    }
    .revise-smart-content h2 {
        font-size: 24px;
    }
    .revise-smart-content h3 {
        font-size: 16px;
    }
    .revise-smart-ul li img {
        margin-right: 10px;
    }
    .revise-smart .container {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .revise-smart-content h2 {
        margin-top: 16px;
        font-size: 20px;
        line-height: 28px;
    }
    .revise-smart-content h3 {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 20px;
        margin-top: 8px;
    }
    .img-wrapper img {
        height: 400px;
        object-fit: cover;
    }
    .revise-smart-ul ul {
        padding: 0;
    }
    .about-us-content {
        left: 66px;
    }
    .exec-team {
        text-align: left;
    }
    .exec-team .container {
        padding: 0px 66px;
    }
    .exec-team h2 {
        width: 572px;
        text-align: left;
        margin: 16px 0px 64px;
    }
    .exec-tema-heading {
        height: 31px;
        width: 229px;
        text-align: left;
    }
    .exec-team .image-border {
        width: 139px;
        height: 185px;
    }
    .top-tech {
        text-align: left;
    }
    .top-tech .container {
        padding: 0 45px;
    }
    .top-tech-heading {
        height: 56px;
        width: 404px;
        margin-bottom: 16px;
    }
    .top-tech {
        padding: 72px 0px 77px;
    }
    .top-tech p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0px;
        text-align: left;
    }
    .top-tech .tech-para {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        padding: 0px;
    }
    .revise-smart-content {
        text-align: left;
    }
    .revise-smart-content h2 {
        font-size: 20px;
        line-height: 28px;
        margin-top: 24px;
    }
    .revise-smart-content h3 {
        margin-bottom: 60px;
        margin-top: 8px;
        font-size: 16px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .square-img img {
        bottom: -17px;
        left: 26px;
    }
    .square-img {
        width: 130px;
        height: 120px;
    }
    .tech-team-members .slider-for {
        background-image: none !important;
    }
    .teacher-description p {
        padding: 0;
    }
    .about-us-content {
        width: 238px;
    }
    .quote-content {
        background-image: none;
    }
    .meet-the-founder-content {
        width: 100%;
        padding: 0;
    }
    .quote-content {
        width: 100%;
        padding: 0 15px;
    }
    .revise-smart-ul li p {
        width: 100px;
    }
    .exec-team h2 {
        width: 100%;
    }
    .about-us-content {
        top: 76px;
        left: 29px;
    }
    .about-us-content h1 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 24px;
    }
    .about-us-content a {
        font-size: 14px;
        line-height: 20px;
        padding: 14px 24px 14px 25px;
    }
    .meet-the-founder h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .meet-the-founder-content:before {
        width: 96px;
        height: 42px;
    }
    .meet-the-founder .container .row .col-sm-12 {
        padding: 0px;
    }
    .meet-the-founder-content h3 {
        font-size: 14px;
        line-height: 20px;
    }
    .meet-the-founder-content {
        width: calc(100% - 30px);
        padding: 64px 0px 60px 24px;
        float: right;
    }
    .meet-the-founder iframe {
        position: relative;
        bottom: 42px;
        right: 0px;
        padding: 0 30px;
        width: 100%;
        height: auto;
    }
    .meet-the-founder {
        padding-top: 56px;
    }
    .meet-the-founder h2 {
        font-size: 20px;
        line-height: 28px;
        width: 261px;
        margin: 0 auto 56px;
    }
    .Research-Report .wrapper .img-wrapper {
        width: 100%;
    }
    .orange-sxn {
        position: relative;
        width: 100%;
        left: 0;
        padding: 0 30px;
        top: 0px;
        padding-bottom: 48px;
        padding-top: 48px;
    }
    .orange-sxn:before {
        width: calc(100% - 108px);
        float: left;
        top: 0;
        right: 0px;
        height: 48px;
        z-index: 1;
    }
    .orange-sxn:after {
        width: 100%;
    }
    .img-wrapper img {
        padding-left: 108px;
        height: auto;
        position: relative;
        top: 48px;
        z-index: 1;
    }
    .orange-sxn h2 {
        text-align: left;
        width: 266px;
        margin-top: 0px;
        margin: 0 auto 20px;
    }
    .orange-sxn p {
        width: 266px;
        margin: 0 auto;
    }
    .revise-smart {
        width: calc(100%);
        margin: 0px;
        border: none;
        padding-top: 0px;
    }
    .exec-team h3 {
        width: auto;
        font-size: 12px;
        line-height: 16px;
        text-align: left;
    }
    .exec-team p {
        width: auto;
        font-size: 10px;
        line-height: 16px;
        text-align: left
    }
    .revise-smart-ul li img {
        width: 40px;
        height: 40px;
        top: 0px;
    }
    .revise-smart-ul li p {
        width: calc(100% - 50px);
    }
    .revise-smart-ul li {
        margin-bottom: 20px;
        width: 100%;
    }
    .about-us-quote {
        padding-top: 0px;
        padding-bottom: 48px;
    }
    .quote-content p {
        font-size: 12px;
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .Research-Report {
        padding-bottom: 0px;
    }
    .exec-team {
        padding-top: 48px;
    }
    section.about-us-quote:before {
        width: 60px;
        top: 0;
        height: 100%;
    }
    .exec-team h2 {
        margin: 20px auto 35px;
    }
    .revise-smart .list-col {
        padding: 0 15px;
    }
    .revise-smart-content a {
        padding: 14px 42.5px 14px 42.5px;
    }
    .quote-content p:last-child {
        margin-bottom: 0px;
    }
    .Research-Report .wrapper {
        position: relative;
        top: -48px;
    }
    .revise-smart-ul {
        padding: 0;
    }
    .revise-smart .container {
        max-width: 100%;
    }
    .revise-smart .container .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    .about-us-content {
        left: 29px;
    }
    .about-us {
        height: 320px;
    }
    .revise-smart .container {
        border: none;
        padding-bottom: 94px;
    }
    .revise-smart-content {
        padding: 0 15px;
    }
    .revise-smart-content h2 {
        margin-top: 16px;
        font-size: 16px;
        line-height: 24px;
        text-align: left;
    }
    .revise-smart-content h3 {
        margin-bottom: 30px;
        font-size: 12px;
        line-height: 18px;
        text-align: left;
        margin-top: 8px;
    }
    .revise-smart-ul li p {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 0px;
    }
    .revise-smart-ul li {
        margin-bottom: 24px;
    }
    .revise-smart a {
        padding: 14px 88.5px 14px 91.5px;
        font-size: 14px;
        line-height: 20px;
    }
    .exec-tema-heading {
        height: 23px;
        width: 172px;
    }
    .exec-team .container {
        padding: 0px 30px;
    }
    .exec-team h2 {
        margin: 24px auto 28px;
        font-size: 12px;
        line-height: 16px;
    }
    .exec-team .image-border {
        height: 90px;
        width: 70px;
    }
    .exec-team .image-border img {
        top: 7px;
        height: 93px;
        left: 7px;
    }
    .exec-team h3 {
        width: 75px;
        text-align: center;
        min-height: 40px;
    }
    .exec-team p {
        width: 75px;
        text-align: center;
        margin-bottom: 16px;
    }
    .top-tech .container {
        padding: 0 30px;
    }
    .top-tech {
        padding: 0 0 11px;
    }
    .top-tech .tech-para {
        margin-top: 20px;
    }
    .top-tech p {
        font-size: 12px;
        line-height: 16px;
    }
    .top-tech .tech-para {
        font-size: 12px;
        line-height: 16px;
    }
    .revise-smart-mobile {
        height: 86px;
        width: 207px;
    }
    .revise-smart .container {
        padding-top: 0px;
    }
    .top-tech-heading-mobile {
        display: block;
        margin-bottom: 24px;
    }
    .top-tech-heading {
        display: none;
    }
}


/*Edplace Page*/


/*Easy-section*/

.ipad-mobile-img {
    position: absolute;
    bottom: -34px;
    overflow: hidden;
    right: 0;
}

.banner-front img {
    width: 634px;
    max-width: 100%;
}

.ipad-mobile-img img {
    position: relative;
}

.why-edplace {
    height: 450px;
    color: #FFFFFF;
    position: relative;
    float: left;
    width: 100%;
}

.why-edplace h1 {
    font-size: 45px;
    line-height: 56px;
    color: #FFFFFF;
    margin-bottom: 16px;
    font-weight: 600;
    padding-top: 108px;
    width: 625px;
}

.why-edplace p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 32px;
    color: #FFFFFF;
    width: 528px;
}

.why-edplace a {
    height: 56px;
    color: #FFFFFF;
    width: 300px;
}

.banner-img-why-edplace {
    background-color: #7300FF;
    width: 66.2%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}

.banner-img-why-edplace img {
    position: absolute;
    right: -138px;
    bottom: 0;
}

.easy-section {
    width: 100%;
    float: left;
    padding: 110px 0px 185px;
    text-align: center;
}

.easy-section h2 {
    margin: 0 auto 84px;
    margin-top: 24px;
    width: 560px;
    color: #221638;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    font-weight: 600;
}

.easy-section h3 {
    margin-top: 24px;
    margin-bottom: 8px;
    color: #221638;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    font-weight: 600;
}

.easy-section p {
    color: #8A8496;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-weight: 500;
    width: 321px;
    margin: 0 auto;
}

.easy-section figure {
    background: rgba(245, 218, 228, 0.57);
    width: 104px;
    height: 104px;
    padding: 20px;
    margin: 0 auto;
    border-radius: 50%;
}

.easy-section .content-row {
    padding: 0 9%;
}


/*Easy-section*/


/*Child-account-section*/

.child-account {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 130px;
    background-image: url(/assets/images/bg_devices_desktop.png);
    background-repeat: no-repeat;
    background-position: center 382px;
    background-size: 100% 373px
}

.child-account h3 {
    margin: 0 auto 84px;
    margin-top: 24px;
    width: 560px;
    color: #221638;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    font-weight: 600;
}

.child-account h2 {
    color: #221638;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 8px;
}

.child-account .flex-display img {
    height: 561px;
    width: 299px;
}

.child-account-list {
    width: 100%;
    float: left;
    margin-top: 15px;
    padding: 0px;
}

.child-account-list li p {
    color: #221638;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    width: 318px;
    padding-left: 32px;
    text-align: left;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.child-account-list li {
    list-style: none;
    background-image: url(/assets/images/ic_checkmark_color.png);
    background-position: -1px 10px;
    background-repeat: no-repeat;
}


/*Child-account-section*/


/*Best Partner*/

.bestpartner {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
}

.bestpartner h4 {
    color: #221638;
    font-size: 14px;
    line-height: 20px;
    margin-top: 16.77px;
    font-weight: 500;
    margin-bottom: 40px;
}

.nav-tabs {
    border-bottom: none;
}

.bestpartner .nav-tabs>li:last-child {
    margin-left: 24px;
}

.bestpartner .nav-tabs {
    display: flex;
    justify-content: center;
}

.bestpartner .nav-tabs>li>a,
.bestpartner .nav-tabs>li.active>a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    padding: 6px 24px 6px 25px;
    background-color: #2abdbb;
    border-radius: 16px;
    opacity: .5;
    position: relative;
    left: 0;
    top: auto;
    text-decoration: none;
    border: none;
}

.bestpartner .nav-tabs>li.active>a,
.bestpartner .nav-tabs>li.active>a:hover,
.bestpartner .nav-tabs>li.active>a:focus {
    opacity: 1;
}

.parent-account {
    margin-top: 104px;
    padding-top: 50px;
}
.bestpartner .parent-account {
    margin-top: 0px;
    padding-top: 50px;
}

.parent-account .child-account-list li {
    list-style: none;
    background-image: url(/assets/images/ic_checkmark_color.png);
    background-position: -1px 0px;
    background-repeat: no-repeat;
}

.parent-account-image {
    padding-top: 50px;
    padding-bottom: 20px;
}

.parent-account-image img {
    width: auto;
    float: left;
}

.bestpartner:before {
    content: '';
    width: 390px;
    height: 620px;
    position: absolute;
    background-color: #FFAAAB;
    bottom: 0px;
    left: 0px;
    /* top: 357px; */
}

.parent-account-content {
    text-align: left;
    padding-left: 100px;
}

.parent-account-content h2 {
    color: #221638;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 16px;
}

.parent-account-content h3 {
    color: #221638;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 64px;
}


/* Rating Star Widgets Style */

.rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.rating-stars ul>li.star {
    display: inline-block;
}


/* Idle State of the stars */

.rating-stars ul>li.star>i.fa {
    font-size: 22px;
    /* Change the size of the stars */
    color: #ccc;
    /* Color on idle state */
}


/* Hover state of the stars */

.rating-stars ul>li.star.hover>i.fa {
    color: #FFD24A;
}


/* Selected state of the stars */

.rating-stars ul>li.star.selected>i.fa {
    color: #FFD24A;
}

.review-div {
    width: 100%;
    float: left;
    margin-top: 60px;
}

.review-div .trustpilot-widget {
    left: -62px;
}

.review-div h5 {
    color: #221638;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 16px 0px 4px;
}

.review-div p {
    width: 300px;
    color: #8A8496;
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 18px
}


/*Best Partner*/


/*Download*/

.download {
    width: 100%;
    float: left;
    background-color: #7300FF;
    margin-top: 209px;
    text-align: left;
    position: relative;
}

.download h2 {
    color: #FFFFFF;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 48px;
    width: 648px;
}

.download .app-store {
    margin-right: 42px;
}

.download .child {
    float: right;
    position: absolute;
    top: -50px;
    right: 0px;
}

.girl-img {
    position: absolute;
    top: -52px;
    right: 0;
    overflow: hidden;
}

.girl-img img {
    position: relative;
    right: -64px;
}

.download-container {
    position: relative;
    padding: 88px 0px;
}


/* .download-container:before {content: '';width: 191px;height: 191px;position: absolute;bottom: 70px;right: -90px;border-radius: 50%;background-color: #D131F9;}
.download-container:after {content: '';width: 191px;height: 191px;position: absolute;bottom: 70px;right: -90px;border-radius: 50%;background-color: #D131F9;opacity: 0.5;} */

.download-btn {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    padding: 18px 69px;
    background-color: #FFC645;
    display: none;
    border-radius: 4px;
    max-width: 262px;
    text-align: center;
    transition: all 0.3s;
    margin: 0 auto;
}

.download-btn:hover,
.download-btn:active,
.download-btn:focus {
    color: #fff;
    background-color: #ff9e2e;
}


/*Download*/


/*activity-1*/

.activity-1 .container {
    width: 1200px;
}

.activity-1 {
    width: 100%;
    float: left;
    padding-top: 123px;
    text-align: left;
    padding-bottom: 89px;
    position: relative;
    margin-bottom: 140px;
}

.activity-1 h2 {
    color: #221638;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 16px;
    width: 480px;
}

.activity-1 p {
    width: 460px;
    color: #8A8496;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 40px;
}

.activity-1 a {
    color: #221638;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    padding: 16px 79px 16px 51px;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    transition: all 0.3s;
    font-weight: 600;
}

.activity-1 a:hover {
    border-color: #221638;
}

.activity-1 a:active,
.activity-1 a:focus {
    border-color: #1EBCBC;
}

.activity-1:before {
    content: '';
    width: 390px;
    height: 100%;
    position: absolute;
    background-color: #C7D834;
    bottom: 0px;
    right: 0;
}

.activity-1 .laptop {
    position: absolute;
    top: 0px;
    right: -126px;
}

.badges {
    width: 100%;
    float: left;
    margin-bottom: 43.58px;
}

.badges figure {
    display: inline-block;
    margin-left: -20px;
    border: 3.87px solid #FFFFFF;
    border-radius: 50%;
}

.badges figure:first-child {
    margin-left: 0px;
}

.badges figure:last-child {
    position: relative;
}

.badges span {
    border-radius: 10px;
    background-color: #F05470;
    padding: 2px 10.9px 2px 11.55px;
    position: absolute;
    color: #ffffff;
    top: 0px;
    left: 27px;
    font-size: 10.32px;
    line-height: 15px;
    font-weight: 600;
}

.arrow {
    margin-left: 12px;
}


/* Tour page */

.tour {
    border-bottom: 1px solid #eee;
}

.tour-wrapper {
    width: 620px;
    margin: auto;
    padding: 46px 0 60px;
}

.tour h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 20px;
    color: #221638;
    margin-bottom: 24px;
}

.tour p strong {
    font-weight: 600;
}

.tour p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #221638;
    margin-bottom: 25px;
}

.tour iframe {
    margin-top: 10px;
    margin-bottom: 60px;
}

.tour-features>li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.tour-features>li:last-child {
    margin-bottom: 0;
}

.tour-descirption {
    width: 300px;
}

.tour-descirption P:last-child {
    margin-bottom: 0;
}

.tour-heading h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #221638;
}

.inner-list-tour li {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #221638;
    margin-bottom: 25px;
}

.inner-list-tour li:last-child {
    margin-bottom: 0;
}


/*activity-1*/

@media only screen and (min-width: 1680px) {
    .easy-section .content-row {
        padding: 0 12%;
    }
    .banner-img-why-edplace {
        width: 73.2%;
    }
}

@media only screen and (max-width: 1680px) {
    .ipad-mobile-img img {
        right: -90px;
    }
}

@media only screen and (min-width: 1880px) {
    .easy-section .content-row {
        padding: 0 17%;
    }
}

@media only screen and (max-width: 1340px) {
    .girl-img {
        width: 271px;
    }
    .girl-img img {
        right: -44px;
    }
    .activity-1 .laptop {
        right: -15px;
    }
    .download .child {
        right: 65px;
    }
    /* .download-container:after {right: -29px;}
.download-container:before {right: -29px;} */
    .download h2 {
        max-width: 589px;
    }
}

@media only screen and (max-width: 1279px) {
    .why-edplace h1 {
        font-size: 36px;
    }
    .ipad-mobile-img {
        width: 54%;
        bottom: -30px;
    }
    .ipad-mobile-img img {
        right: -110px;
    }
}

@media only screen and (max-width: 1200px) {
    .activity-1 {
        margin-bottom: 100px;
        padding-bottom: 0;
    }
    .activity-1 .container {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .easy-section p {
        width: 100%;
    }
    .easy-section .content-row {
        padding: 0px;
    }
    .download .child {
        right: 80px;
    }
    /* .download-container:before{right: -14px;}
.download-container:after{right: -14px;} */
    .activity-1 .laptop {
        right: 16px;
        width: 450px;
    }
    .bestpartner:before {
        width: 225px;
    }
    .download .child {
        width: 250px;
        right: 0px;
    }
    .download h2 {
        width: 580px;
        margin-left: 66px;
    }
    .download-container {
        padding: 80px 0px;
    }
    .download .app-store {
        margin-right: 42px;
        margin-left: 66px;
    }
    .parent-account-content {
        padding-left: 0px;
    }
}

@media only screen and (max-width:990px) {
    .why-edplace h1 {
        font-size: 34px;
    }
    .review-div .trustpilot-widget iframe {
        min-width: 420px;
    }
    .activity-1 .wistia_responsive_padding {
        width: 67%;
        top: 62px;
        left: 96px;
    }
    .activity-1 .wistia-video {
        padding-top: 40px;
    }
    .activity-1 .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .why-edplace a {
        margin-left: 40px;
    }
    .why-edplace p {
        font-size: 14px;
        width: 380px;
        line-height: 20px;
        margin-left: 40px;
    }
    .why-edplace h1 {
        padding-top: 88px;
        width: 466px;
        margin-left: 40px;
    }
    .ipad-mobile-img {
        width: 59%;
        bottom: -24px;
    }
    .ipad-mobile-img img {
        right: -150px;
    }
    .banner-img-why-edplace {
        width: 83.2%;
    }
    .banner-img-why-edplace img {
        width: 38%;
        right: 53px;
    }
    .child-account {
        background-image: none;
    }
    .child-account-list li p {
        width: 100%;
    }
    .easy-section {
        text-align: left;
        padding-left: 100px;
        padding-bottom: 50px;
    }
    .easy-section figure {
        float: left;
    }
    .easy-section .col-md-4 div {
        float: left;
        margin-left: 32px;
        width: 424px;
        margin-bottom: 50px;
    }
    .easy-section .col-md-4 div h3 {
        text-align: left;
        margin: 14px 0px 8px;
        font-size: 16px;
        line-height: 24px;
    }
    .easy-section .col-md-4 div p {
        text-align: left;
    }
    .easy-section h2 {
        width: 500px;
        text-align: left;
        padding-left: 15px;
        margin: 16px 0px 64px;
        font-size: 16px;
        line-height: 24px;
    }
    .easy-section .heading-easy {
        padding-left: 15px;
    }
    .child-account h3 {
        font-size: 16px;
        line-height: 24px;
        margin-top: 16px;
        margin-bottom: 36px;
    }
    .child-account-heading {
        width: 383px;
        height: 50px;
    }
    .flex-display {
        display: flex;
        flex-direction: row-reverse;
    }
    .child-account h2 {
        order: 3;
        position: absolute;
        left: 52%;
        margin-top: 64px;
    }
    .child-account .flex-display img {
        order: 3;
        z-index: 2;
        margin-left: 17px;
        width: 250px;
        height: 469px;
    }
    .child-account .flex-display .second {
        order: 1;
    }
    .child-account-list {
        order: 2;
        margin-top: 140px;
        margin-left: 115px;
        margin-right: 66px;
    }
    .child-account .container {
        width: 100%;
        max-width: 100%;
    }
    .flex-display:before {
        content: '';
        width: 126px;
        height: 100%;
        position: absolute;
        background: #C5D932;
        top: 0px;
        left: 0px;
    }
    .flex-display.reverse:before {
        display: none;
    }
    .flex-display:after {
        display: none;
    }
    .flex-display.reverse:after {
        content: '';
        width: 126px;
        height: 100%;
        position: absolute;
        background: #C5D932;
        top: 0px;
        right: 0px;
        display: block;
    }
    .flex-display.reverse h2 {
        right: 58%;
        left: 0;
    }
    .flex-display.reverse img {
        margin-left: 0px;
        margin-right: 17px;
    }
    .flex-display.reverse .child-account-list {
        margin-right: 122px;
        margin-left: 66px;
    }
    .parent-account-content .child-account-list {
        margin-left: 0px;
        margin-top: 0px;
    }
    .bestpartner:before {
        width: 126px;
        height: 46%;
        bottom: 22%;
    }
    .parent-account-image img {
        width: 250px;
    }
    .parent-account-image {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .parent-account-content {
        width: 380px;
    }
    /* .download .child {
                width: 250px;
                right: 0px;
            }
            .download-container:after {
                right: -82px;
            }
            .download-container:before {
                right: -82px;
            } */
    .activity-1 .flex-col {
        display: flex;
        flex-direction: column;
        order: 2;
    }
    .activity-1 a {
        max-width: 300px;
        padding: 16px 30px 16px 40px;
    }
    .activity-1 .flex-col .badges {
        order: 2;
    }
    .activity-1 .flex-col h2 {
        order: 3;
    }
    .activity-1 .flex-col p {
        order: 4;
    }
    .activity-1 .flex-col a {
        order: 5;
    }
    .activity-1:before {
        width: 382px;
        height: 382px;
        top: 0px;
        right: 0px;
        bottom: none;
    }
    .child-account {
        padding-bottom: 80px;
    }
    .bestpartner .best-partner-heading {
        width: 461px;
        height: 70px;
    }
    .bestpartner h4 {
        width: 508px;
        font-size: 16px;
        line-height: 24px;
        margin: 16px auto 32px;
    }
    .bestpartner:before {
        width: 126px;
        height: 460px;
        top: 327px
    }
    .parent-account-image img {
        height: 436px;
        width: 230px;
    }
    .parent-account-content h3 {
        margin-top: 16px;
        margin-bottom: 40px;
    }
    .review-div {
        margin-top: 24px;
    }
    .download {
        margin-top: 108px;
    }
    .download .child {
        width: 200px;
        right: 0px;
    }
    .download h2 {
        font-size: 20px;
        line-height: 28px;
        width: 438px;
        margin-left: 66px;
    }
    .download-container {
        padding: 80px 0px;
    }
    .download .app-store {
        margin-right: 42px;
        margin-left: 66px;
    }
    .activity-1 .flex-col .badges {
        margin-top: 98px;
        margin-left: 66px;
        width: auto;
    }
    .activity-1 h2 {
        margin-left: 66px;
    }
    .activity-1 p {
        margin-left: 66px;
    }
    .activity-1 a {
        margin-left: 66px;
    }
}

@media only screen and (max-width:767px) {
    .tour-heading h3 {
        margin-bottom: 20px;
        text-align: center;
    }
    .tour-descirption {
        width: 100%;
    }
    .tour-features>li {
        flex-direction: column;
    }
    .tour iframe {
        margin-bottom: 35px;
        width: 100%;
    }
    .tour-wrapper {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .review-div .trustpilot-widget {
        left: auto;
    }
    .review-div .trustpilot-widget iframe {
        min-width: 80%;
        height: 50px !important;
    }
    .activity-1 .wistia_responsive_padding {
        width: 65%;
        top: 14px;
        left: 67px;
        height:auto;
    }
    .activity-1 .wistia-video {
        padding-top: 0;
        max-width: 375px;
    }
    .bestpartner .nav-tabs>li:last-child {
        margin-left: 5px;
    }
    .bestpartner .nav-tabs>li>a,
    .bestpartner .nav-tabs>li.active>a {
        font-size: 12px;
        line-height: 16px;
        padding: 8px 16px;
        margin-right: 5px;
    }
    .banner-img-why-edplace img {
        width: 43%;
        right: -75px;
        bottom: 90px;
    }
    .ipad-mobile-img {
        right: 0;
        width: 388px;
        bottom: -130px;
        z-index: 1;
        overflow: hidden;
    }
    .ipad-mobile-img img {
        right: -86px;
        position: relative;
    }
    .why-edplace {
        height: 390px;
    }
    .why-edplace a {
        margin-left: 15px;
        width: 208px;
        height: 48px;
    }
    .why-edplace p {
        font-size: 12px;
        line-height: 18px;
        width: 261px;
        margin-left: 15px;
        margin-bottom: 24px;
    }
    .why-edplace h1 {
        padding-top: 55px;
        margin-left: 15px;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 8px;
        width: 300px;
    }
    .banner-img-why-edplace {
        width: 100%;
        overflow: hidden;
    }
    .girl-img {
        width: 186px;
        right: 0;
        overflow: hidden;
        top: -80px;
    }
    .girl-img img {
        position: relative;
        right: -24px;
    }
    .easy-section {
        padding: 167px 15px 32px;
    }
    .easy-section h2 {
        width: 82%;
        margin: 8px 0px 26px;
        font-size: 14px;
        line-height: 20px;
        max-width: 300px;
        padding-left: 0px;
    }
    .easy-section .col-md-4 div {
        float: left;
        margin-left: 13px;
        margin-bottom: 24px;
        width: calc(100% - 53px);
    }
    .easy-section .col-md-4 div h3 {
        text-align: left;
        margin: 14px 0px 8px;
        font-size: 14px;
        line-height: 20px;
    }
    .easy-section p {
        font-size: 12px;
        line-height: 18px;
        max-width: 300px;
        margin: 0px;
    }
    .child-account h3 {
        width: 100%;
    }
    .parent-account-content {
        width: 100%;
    }
    .activity-1 h2 {
        width: 100%;
    }
    .activity-1 p {
        width: 100%;
    }
    .easy-section img {
        width: 24px;
        height: 24px;
    }
    .easy-section figure {
        width: 40px;
        height: 40px;
        padding: 8px;
        margin-top: 15px;
    }
    .easy-section .heading-easy {
        width: 151px;
        padding-left: 0px;
    }
    .flex-display {
        display: flex;
        flex-direction: column;
    }
    .child-account .flex-display img {
        order: 1;
    }
    .child-account-list {
        margin-left: 0px;
    }
    .flex-display.reverse .child-account-list {
        margin-right: 0px;
        margin-left: 0px;
        width: auto;
        margin: 0 auto;
    }
    .flex-display:before {
        height: 52%;
    }
    .flex-display.reverse:before {
        height: 52%;
    }
    .child-account h2 {
        order: 2;
        position: relative;
        left: 0px;
        font-size: 20px;
        line-height: 28px;
        margin-top: 24px;
        margin-bottom: 16px;
    }
    .child-account-list li {
        max-width: 350px;
    }
    .child-account-list li p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 6px;
        padding-left: 50px;
    }
    .child-account .flex-display img {
        height: 270px;
        width: 147px;
        margin-left: 70px;
    }
    .child-account .flex-display .second {
        margin-left: auto;
        margin-right: 70px;
    }
    .child-account-list {
        margin-top: 0px;
        width: auto;
        margin: 0 auto;
        padding: 0 15px;
    }
    .flex-display:before {
        height: 270px;
    }
    .flex-display.reverse:after {
        height: 270px;
    }
    .parent-account-image img {
        height: 270px;
        width: 147px;
        margin-left: 70px;
    }
    .bestpartner:before {
        width: 126px;
        height: 300px;
        top: 215px;
    }
    .activity-1:before {
        width: 106px;
        height: 240px;
        top: 0px;
        right: 0px;
    }
    .activity-1 {
        padding-top: 50px;
        margin-bottom: 56px;
    }
    .badges figure img {
        width: 53.52px;
        height: 53.52px;
    }
    .download h2 {
        font-size: 20px;
        line-height: 28px;
        width: 100%;
        margin-left: 0px;
    }
    .download-container {
        padding: 80px 0px;
    }
    .download .app-store {
        display: inline-block;
        margin-right: 0;
        margin-bottom: 15px;
        margin-left: 0;
    }
    .activity-1 .flex-col .badges {
        margin-top: 58px;
    }
    .activity-1 h2 {
        margin-left: 0px;
        font-size: 20px;
        line-height: 28px;
        margin: 0px;
        max-width: 350px;
    }
    .activity-1 p {
        margin-left: 0px;
        font-size: 12px;
        line-height: 16px;
        margin: 16px 0 24px;
        max-width: 350px;
    }
    .activity-1 a {
        margin-left: 0px;
        padding: 14px 30px 14px 40px;
        max-width: 262px;
        font-size: 14px;
        line-height: 20px;
    }
    .bestpartner h4 {
        font-size: 14px;
        line-height: 20px;
        width: 262px;
        margin-bottom: 24px;
        margin-top: 8px;
    }
    .activity-1 .flex-col .badges {
        margin-left: 0px;
    }
    .child-account {
        text-align: left;
        padding-bottom: 38px;
    }
    .child-account-heading {
        width: 230px;
        height: 30px;
        text-align: left;
        padding-left: 15px;
    }
    .child-account h3 {
        text-align: left;
        padding-left: 15px;
        font-size: 14px;
        line-height: 20px;
        width: 94%;
        margin: 8px 0px 40px;
        max-width: 300px;
    }
    .bestpartner .best-partner-heading {
        height: 42px;
        width: 277px;
    }
    .bestpartner .teacher {
        font-size: 12px;
        line-height: 16px;
        padding: 8px 16px;
    }
    .parent-account {
        margin-top: 54px;
        padding-top: 23px;
    }
    .parent-account-content h2 {
        margin-top: 46px;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 8px;
        text-align: center;
        margin-bottom: 0px;
    }
    .parent-account-content h3 {
        width: 261px;
        text-align: center;
        margin: 0px auto 32px;
        font-size: 12px;
        line-height: 18px;
    }
    .review-div {
        margin-top: 19px;
        padding: 0 15px;
    }
    .review-div p {
        width: 261px;
    }
    .parent-account-content .child-account-list {
        margin-left: 0px;
        margin-top: 0px;
        text-align: center;
        margin: 0 auto;
        max-width: 350px;
        float: none;
    }
    .download {
        margin-top: 82px;
    }
    .badges {
        margin-bottom: 27.58px;
    }
    .download-btn {
        display: block;
    }
    .google-play {
        display: none;
    }
    .download .child {
        width: 140px;
        top: -69px;
    }
    .download-container {
        padding: 92px 0px 34px;
    }
    .download h2 {
        width: 261px;
        margin: 0 auto 24px;
    }
}

@media only screen and (max-width:320px) {
    .wistia-video {
        max-width: 290px;
        padding: 0;
    }
    .activity-1 .wistia_responsive_padding {
        width: 72%;
        top: 11px;
        left: 42px;
    }
}