﻿@charset "utf-8";

/* CSS Document */

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

a:hover,
a:focus {
    text-decoration: none;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video,
source {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


/*content-section*/

.content-section .btn {
    background-color: #ffffff;
    border: 1px solid #898989;
    border-radius: 7px;
    padding: 11px 9px;
    position: relative;
    width: 47px;
    z-index: 1001;
}

.dropdown-sxn .icon-bar {
    background: #f7941d none repeat scroll 0 0;
    float: left;
    height: 3px;
    margin: 2px 0;
    width: 27px;
}

.maths .dropdown-sxn .icon-bar {
    background: #e4362f none repeat scroll 0 0;
}

.science .dropdown-sxn .icon-bar {
    background: #346fb7 none repeat scroll 0 0;
}

.content-section .btn.active,
.content-section .btn:active {
    box-shadow: none;
}

.content-section .dropdown-menu {
    border: 1px solid #898989;
    box-shadow: 0 6px 0 0 #ededed;
    left: 0;
    margin: 0;
    padding: 0 17px 24px 10px;
    top: 97%;
    width: 173px;
    border-radius: 0 10px 10px;
}

.dropdown.open button {
    border-bottom-color: #ffffff;
    border-radius: 7px 7px 0 0;
}

/* BU-3656 yieldify banner css*/
body div[aria-label*="Banner"][id*='yie-overlay'] {
    top: 80px;
}

.rewards-notification {
    background: #ed0000 none repeat scroll 0 0;
    border-radius: 10px;
    color: #ffffff;
    display: inline-block;
    font-family: "avenirlt65medium592febfe89622";
    font-size: 11px;
    height: 18px;
    margin-left: 5px;
    padding: 2px 0;
    text-align: center;
    width: 18px;
}

.content-section .dropdown-menu ul {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.content-section .dropdown-menu a,
.content-section .dropdown-menu li {
    width: 100%;
    float: left;
}

.content-section .dropdown-menu ul {
    padding-left: 32px;
}

.content-section .dropdown-menu ul li {
    list-style: none;
    background: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
}

.content-section .dropdown-menu ul li a {
    color: #454643;
    font-size: 16px;
    font-family: 'avenirlt65medium592febfe89622';
}

.content-section .dropdown-menu>a {
    border-bottom: 1px solid #d7d7d7;
    color: #77a727;
    font-family: "avenirlt85heavy592fed29cdaed";
    font-size: 15px;
    padding: 13px 0 11px 32px;
    background-repeat: no-repeat;
    background-position: left center;
}

.home {
    background: url(../images/home-icon.png);
}

.activities {
    background: url(../images/activity-icon.png);
}

.videos {
    background: url(../images/videos-icon.png);
}

.progress-icon {
    background: url(../images/progress-icon.png);
}

.content-section .dropdown-menu>a.progress-icon,
.content-section .dropdown-menu>a.activities {
    border-bottom: none;
}

.content-section .dropdown-menu>a.activities+ul {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 7px;
}

.dropdown-sxn {
    float: left;
    width: auto;
    left: 15px;
    position: absolute;
}

.worksheet-container {
    width: 656px;
    margin: auto;
    text-align: center;
}

.worksheet-container.question-inner {
    width: 748px;
}

.worksheet-container .pagination>li:first-child>a,
.worksheet-container .pagination>li:last-child>a {
    border: 0;
    background: transparent;
    width: auto;
    height: 30px;
}

.worksheet-container .pagination>li>a {
    background: #ebebeb;
    border: 0 none;
    border-radius: 30px;
    height: 24px;
    width: 24px;
}

.worksheet-container .pagination>li {
    display: inline-block;
    margin: 0 8px;
}

.worksheet-container .pagination>li>a.green-tick {
    background: url(../images/green-tick.png);
    background-repeat: no-repeat;
}

.worksheet-container .pagination>li>a.red-cross {
    background: url(../images/red-tick.png);
    background-repeat: no-repeat;
}

.worksheet-container .pagination>li>a.in-progress {
    background: url(../images/in-progress.png);
    background-repeat: no-repeat;
}

.worksheet-container .pagination>li>a.not-attempeted {
    background: url(../images/no-attempted.png);
    background-repeat: no-repeat;
}

.worksheet-container .pagination {
    margin: 5px 0;
}

.worksheet-container h3 {
    font-size: 14px;
    color: #f7941d;
    font-family: 'avenirlt95black592fecba15390';
    text-transform: uppercase;
    margin-top: 14px;
    margin-bottom: 0;
}

.maths .worksheet-container h3 {
    color: #e4362f;
}

.science .worksheet-container h3 {
    color: #346fb7;
}

.worksheet-container .question-container {
    float: left;
    width: 100%;
    margin-top: 18px;
}

.worksheet-container p {
    font-size: 21px;
    color: #2a2a2a;
    font-family: 'avenirlt95black592fecba15390';
    line-height: 27px;
    margin-bottom: 0;
}

.read-btn {
    background: rgba(0, 0, 0, 0) url("../images/read-icon.png");
    background-repeat: no-repeat;
    background-position: 18px center;
    border: 1px solid #f7941d;
    border-radius: 20px;
    color: #f7941d;
    font-family: AvenirLTStdRoman;
    font-size: 15px;
    padding: 5px 15px 5px 50px;
    margin-right: 11px;
    display: inline-block;
}

.maths .read-btn {
    background: rgba(0, 0, 0, 0) url("../images/read-icon-red.png");
    background-repeat: no-repeat;
    background-position: 18px center;
    border: 1px solid #e4362f;
    border-radius: 20px;
    color: #e4362f;
}

.maths .read-btn:hover,
.maths .read-btn:focus {
    color: #e4362f;
}

.science .read-btn {
    background: rgba(0, 0, 0, 0) url("../images/read-icon-blue.png");
    background-repeat: no-repeat;
    background-position: 18px center;
    border: 1px solid #346fb7;
    border-radius: 20px;
    color: #346fb7;
}

.science .read-btn:hover,
.maths .read-btn:focus {
    color: #346fb7;
}

.worksheet-container p.medium {
    font-family: 'avenirlt65medium592febfe89622';
}

.accessibility-btn {
    background: url(../images/accessibility-btn.png);
    background-repeat: no-repeat;
    background-position: 18px center;
    border: 1px solid #f7941d;
    border-radius: 20px;
    color: #f7941d;
    font-family: AvenirLTStdRoman;
    font-size: 15px;
    padding: 7px 23px 7px 57px;
}

.maths .accessibility-btn {
    background: url(../images/accessibility-btn-red.png);
    background-repeat: no-repeat;
    background-position: 18px center;
    border: 1px solid #e4362f;
    color: #e4362f;
}

.maths .accessibility-btn:hover,
.maths .accessibility-btn:focus {
    color: #e4362f;
}

.science .accessibility-btn {
    background: url(../images/accessibility-btn-blue.png);
    background-repeat: no-repeat;
    background-position: 18px center;
    border: 1px solid #346fb7;
    color: #346fb7;
}

.science .accessibility-btn:hover,
.maths .accessibility-btn:focus {
    color: #346fb7;
}

.read-btn:hover,
.read-btn:focus,
.accessibility-btn:hover,
.accessibility-btn:focus {
    color: #f7941d;
}

.accessibility-btn.active-btn {
    background-color: #433d3d;
    background-image: url(../images/accessibility-btn-active.png);
    background-repeat: no-repeat;
    background-position: 21px 8px;
    border-radius: 20px 20px 0 0;
    color: #ffffff;
    padding: 6px 24px 14px 58px;
    border: 0;
}

.buttons-container {
    float: left;
    margin: 33px 0 11px;
    width: 100%;
}

.result-box p {
    font-family: 'avenirlt95black592fecba15390';
    font-size: 22px;
    color: #2a2a2a;
    margin-bottom: 18px;
}

.result-box ul li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 2px;
}

.result-box ul li a {
    background-color: #e1564c;
    border-radius: 4px 26px 26px 4px;
    color: #ffffff;
    font-family: avenirlt95black592fecba15390;
    font-size: 24px;
    padding: 7px 50px 7px 40px;
    display: inline-block;
}

.result-box ul li a.wrong-answer {
    background-image: url("../images/cross-icon.png");
    background-position: right center;
    background-repeat: no-repeat;
}

.result-box ul li a.correct-answer {
    background-image: url("../images/correct-answer.png");
    background-color: #61a5be;
    background-position: right center;
    background-repeat: no-repeat;
}

.navigation-btns {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.navigation-btns a {
    border: 3px solid #c7ae79;
    border-radius: 3px;
    color: #c7ae79;
    font-family: "avenirlt85heavy592fed29cdaed";
    font-size: 16px;
    line-height: 30px;
    margin: 0 13px;
    padding: 10px 17px 9px;
    position: relative;
}

.navigation-btns a.prev-question {
    border-left: 0;
}

.navigation-btns a.prev-question::before {
    background: rgba(0, 0, 0, 0) url("../images/prev-btn-arrow.png") no-repeat scroll 0 0;
    content: "";
    height: 44px;
    left: -19px;
    position: absolute;
    top: -3px;
    width: 22px;
}

.navigation-btns a.skip-question {
    border-right: 0;
}

.navigation-btns a.skip-question::before {
    background: rgba(0, 0, 0, 0) url("../images/next-btn-arrow.png") no-repeat scroll 0 0;
    content: "";
    height: 44px;
    right: -19px;
    position: absolute;
    top: -3px;
    width: 22px;
}

.navigation-btns a.prev-question.disable {
    border-color: #dfdfdf;
    color: #dfdfdf;
}

.navigation-btns a.prev-question.disable::before {
    background: rgba(0, 0, 0, 0) url("../images/prev-btn-arrow-disable.png") no-repeat scroll 0 0;
    content: "";
    height: 44px;
    left: -19px;
    position: absolute;
    top: -3px;
    width: 22px;
}

.navigation-btns a.skip-question.disable {
    border-color: #dfdfdf;
    color: #dfdfdf;
}

.navigation-btns a.skip-question.disable::before {
    background: rgba(0, 0, 0, 0) url("../images/next-btn-arrow-disable.png") no-repeat scroll 0 0;
    content: "";
    height: 44px;
    right: -19px;
    position: absolute;
    top: -3px;
    width: 22px;
}

.navigation-btns a.check-answer {
    border-color: #dfdfdf;
    color: #dfdfdf;
    padding: 7px 20px;
    font-size: 20px;
}

.navigation-btns a.check-answer.enabled {
    border-color: #81b826;
    color: #81b826;
}

.explanation-section {
    display: none;
    float: left;
    margin: 25px 0 0;
    padding: 0;
    width: 725px;
}

.explanation-section>.about-title {
    float: left;
    margin: 12px 24px 0 0;
    width: 140px;
}

.teacher-comment {
    border: 3px solid #f7941d;
    border-radius: 20px;
    float: left;
    padding: 9px 60px 24px 40px;
    position: relative;
    text-align: left;
    width: 560px;
    min-height: 146px;
}

.teacher-comment::before {
    background: url(../images/explanation-section-arrow-orange.jpg);
    background-size: 12px auto;
    background-repeat: no-repeat;
    ;
    content: "";
    height: 25px;
    left: -11px;
    position: absolute;
    top: 69px;
    width: 15px;
}

.maths .teacher-comment {
    border: 3px solid #e4362f;
}

.science .teacher-comment {
    border: 3px solid #346fb7;
}

.maths .teacher-comment::before {
    background: url(../images/explanation-section-arrow.jpg);
}

.science .teacher-comment::before {
    background: url(../images/explanation-section-arrow-blue.jpg);
}

.explanation-section .about-title h3 {
    font-family: 'avenirlt85heavy592fed29cdaed';
    font-size: 19px;
    color: #ed1c24;
    margin: 9px 0 0;
}

.explanation-section .about-title p {
    font-family: 'AvenirLTStdRoman';
    font-size: 16px;
    color: #404040;
    line-height: 18px;
}

.explanation-section h3 {
    color: #404040;
    font-family: "avenirlt95black592fecba15390";
    font-size: 22px;
    font-weight: 100;
    text-transform: none;
    margin-bottom: 9px;
}

.explanation-section p {
    font-family: 'AvenirLTStdRoman';
    font-size: 17px;
    color: #404040;
    line-height: normal;
    line-height: 25px;
}

.timer-container {
    display: inline-block;
    padding: 77px 0 0;
    text-align: center;
    width: 132px;
    position: absolute;
}

.timer-container .timer {
    float: left;
    width: 100%;
}

.timer-container h3 {
    color: #f26a33;
    font-family: "avenirlt95black592fecba15390";
    font-size: 23px;
    line-height: 35px;
    margin: 3px 0 0;
    display: inline-block;
}

.timer-container p {
    color: #868e8e;
    font-family: "avenirlt65medium592febfe89622";
    font-size: 17px;
    line-height: 17px;
}


/*content-section*/


/*Introduction page*/

.worksheet-container.intro {
    width: 782px;
}

.worksheet-container.intro p {
    color: #2a2a2a;
    font-size: 20px;
    font-family: 'avenirlt65medium592febfe89622';
}

.worksheet-container.intro h2 {
    color: #d70000;
    font-size: 20px;
    font-family: 'avenirlt95black592fecba15390';
    margin-top: 0;
    margin-bottom: 20px;
}

.worksheet-container.intro h3 {
    margin-bottom: 11px;
}

.intro-images {
    float: left;
    margin-top: 19px;
}

.worksheet-container.intro p.questions {
    font-size: 22px;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.green-btn {
    color: #fff;
    font-size: 22px;
    font-family: 'avenirlt85heavy592fed29cdaed';
    background: #5f9800;
    display: inline-block;
    width: 245px;
    height: auto;
    line-height: 57px;
    border-radius: 4px;
    margin-top: 18px;
    margin-bottom: 29px;
    text-align: center;
}

.green-btn:hover,
.green-btn:focus {
    color: #fff;
}

.intro-page li {
    display: inline-block;
    list-style: none;
    margin: 0 20px;
}

.intro-page.more-help ul li a {
    width: 100px;
    height: 100px;
    border: 3px solid #d0d0d0;
}

.intro-page.more-help ul li a:hover {
    border: 3px solid #d70000 !important;
}

.intro-page.more-help ul li:nth-child(1) a {
    background: url(../images/video-icon-large.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.intro-page.more-help ul li:nth-child(2) a {
    background: url(../images/notepad-icon-large.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.intro-page.more-help ul li:nth-child(3) a {
    background: url(../images/file-icon-large.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.intro-page.more-help ul li:nth-child(4) a {
    background: url(../images/gameimg-icon-large.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.intro-page.more-help ul li:nth-child(5) a {
    background: url(../images/view-icon-large.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.intro-page.more-help ul li:nth-child(1) a:hover {
    background: url(../images/video-icon-hover-large.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.intro-page.more-help ul li:nth-child(2) a:hover {
    background: url(../images/notepad-icon-hover-large.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.intro-page.more-help ul li:nth-child(3) a:hover {
    background: url(../images/file-icon-hover-large.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.intro-page.more-help ul li:nth-child(4) a:hover {
    background: url(../images/gameimg-icon-large-hover.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.intro-page.more-help ul li:nth-child(5) a:hover {
    background: url(../images/view-icon-hover-large.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.intro-page.more-help ul li .tool-tip p a {
    background: none;
}

.worksheet-container.intro .intro-page>h3 {
    color: #d70000;
    font-size: 20px;
    font-family: 'avenirlt95black592fecba15390';
    margin: 0 0 24px;
}

.worksheet-container.intro .more-help ul li .tool-tip h3 {
    font-family: 'avenirlt65medium592febfe89622';
    text-transform: none;
}

.worksheet-container.intro .more-help ul li .tool-tip {
    width: 343px;
    padding: 8px 0 0;
}

.worksheet-container.intro .more-help ul li .tool-tip {
    border: 2px solid #d70000;
}

.worksheet-container.intro .more-help ul li .tool-tip::before {
    background: url("../images/tooltop-arrow-red.jpg") no-repeat scroll 0 0;
}

.progress-top {
    width: 152px;
}

.progress-inner {
    position: absolute;
    height: 15px;
    background: #8fdc10;
    left: 0;
    top: 0;
    border-radius: 9px 0px 0px 9px;
}

.progress-top .progress {
    height: 15px;
    background: #538500;
    box-shadow: none;
    border-radius: 9px;
    margin: 8px 10px 0;
}

.progress-top .progress-bar {
    background: #8fdc10;
    box-shadow: none;
}

.top-count {
    color: #fff;
    font-size: 17px;
    font-family: 'avenirlt95black592fecba15390';
    margin-top: 4px;
}

.intro-images {
    width: 100%;
}

.question-container .intro-images figure {
    width: 100%;
}

.summary-text {
    max-width: 232px;
    margin-left: 22px;
    margin-top: 24px;
}

.summary-text p {
    color: #767575;
    font-size: 20px;
    font-family: 'avenirlt85heavy592fed29cdaed';
}


/*Introduction page*/


/*Summary Page*/

.summary-top {
    width: 100%;
    padding-left: 64px;
    margin-top: 21px
}

.pie_progress {
    width: 255px;
}

.pie_progress__number {
    color: #64b52e;
    font-size: 59px;
    font-family: 'avenirlt85heavy592fed29cdaed';
}

.summary-text p.summary-heading {
    color: #3b3b3b;
    font-size: 45px;
    font-family: 'avenirlt95black592fecba15390';
    line-height: 45px;
    margin-bottom: 0;
}

.to-do-list a.to-do-btn {
    min-width: 278px;
    display: inline-block;
    background: #ff0000;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 11px;
    padding: 8px 13px;
    margin: 0 0 11px;
    border-radius: 3px;
    font-family: 'avenirlt85heavy592fed29cdaed';
}

.to-do-list a.to-do-btn:hover,
.to-do-btn:focus {
    color: #ffffff;
}

.to-do-list {
    width: 278px;
    margin-top: 24px;
}

.to-do-list a {
    color: #3d81ff;
    font-size: 16px;
    margin: 4px 0 0 5px;
    display: inline-block;
}

.to-do-list a.to-do-btn.yellow-btn {
    background: #f7941d;
}

.to-do-list a.to-do-btn.blue-btn {
    background: #0054a6;
}

.to-do-list p {
    color: #2a2a2a;
    font-size: 22px;
    font-family: 'avenirlt95black592fecba15390';
}

.badges-con {
    border-top: 1px solid #d7d7d7;
    margin-top: 50px;
    margin-bottom: 12px;
}

.badges-con ul {
    padding: 20px 0 0 56px;
}

.badges-con li {
    list-style: none;
    float: left;
    width: 160px;
    margin: 0 30px;
    background: url(../images/badge-bg.png) no-repeat left top;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 35px;
}

.badges-con li p {
    color: #3d3e3b;
    font-size: 16px;
    font-family: 'avenirlt85heavy592fed29cdaed';
    margin: 5px 0 0;
    min-height: 38px;
    line-height: 19px;
}

.badges-con li p.badge-heading {
    color: #f23333;
    font-size: 18px;
    line-height: 18px;
    margin: 11px 0 12px;
}

.badges-con li a {
    color: #424241;
    font-size: 16px;
    font-family: 'avenirlt95black592fecba15390';
    border: 1px solid #a1a1a1;
    padding: 8px 0;
    border-radius: 3px;
    margin-top: 16px;
    display: inline-block;
    width: 100%;
}

.explaination-video {
    max-width: 652px;
    margin: auto;
    margin: auto auto 50px;
}

.worksheet-container.intro .summary-page .intro-page>h3 {
    color: #2c2c2c;
}

.badges-mobile a {
    border: 1px solid #acacac;
    border-radius: 4px;
    color: #2c2c2c;
    float: left;
    font-size: 16px;
    margin: 8px 0;
    padding: 7px 0;
    text-align: center;
    width: 100%;
    font-family: 'avenirlt85heavy592fed29cdaed';
}

.badges-mobile h3 {
    font-size: 16px;
    font-family: "avenirlt95black592fecba15390";
    text-align: center;
}

.badges-pop-up {
    width: 100%;
    float: left;
    background: #fff url(../images/badge-bg.png) no-repeat center top;
    text-align: center;
    padding: 37px 0 8px;
}

.pop-up-inner .badge-heading {
    color: #f23333;
    font-size: 24px;
    line-height: 24px;
    margin: 11px 0 12px;
}

.pop-up-inner p {
    color: #3d3e3b;
    font-family: "avenirlt85heavy592fed29cdaed";
    font-size: 19px;
    line-height: 19px;
    margin: 5px 0 0;
    min-height: 38px;
}

.pop-up-inner a {
    border: 1px solid #a1a1a1;
    border-radius: 3px;
    color: #424241;
    display: inline-block;
    font-family: "avenirlt95black592fecba15390";
    font-size: 16px;
    margin-top: 16px;
    padding: 8px 0;
    width: 100%
}

.pop-up-inner {
    width: 172px;
    margin: auto;
}

#myModal button.close {
    background: #ffffff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 50%;
    cursor: pointer;
    height: 25px;
    margin-bottom: 9px;
    width: 25px;
}

.badges-mobile {
    display: none;
}


/*Summary Page*/


/*Question Type Pages*/

.question-heading {
    color: #2a2a2a;
    font-size: 22px;
    font-family: 'avenirlt95black592fecba15390';
}

.full-width {
    width: 100%;
    float: left;
}

.check-box-con {
    margin-top: 28px;
}

.select-answers {
    margin: auto;
    text-align: left;
    width: 592px;
    display: inline-block;
    margin: 35px auto 11px;
}


/* hover style just for information */

.checkbox-bg {
    display: inline-block;
    width: 100%;
    background: #f7941d;
    color: #fefefe;
    font-size: 20px;
    font-family: 'avenirlt85heavy592fed29cdaed';
    padding: 8px 25px;
    line-height: 27px;
    border-radius: 3px;
    position: relative;
    float: left;
    word-wrap: break-word;
}

.maths .checkbox-bg {
    background: #e4362f;
}

.science .checkbox-bg {
    background: #346fb7;
}

.select-answers p {
    margin-bottom: 6px;
}


/*Custom CheckBox*/


/*Navigation Arrrows*/

.prev-arrow {
    cursor: pointer;
    display: inline-block;
    height: 40px;
    margin-left: 20px;
    margin-right: 0;
    position: relative;
    font-size: 16px;
    background: #f7941d;
    color: #ffffff;
    font-family: 'avenirlt85heavy592fed29cdaed';
    padding: 0px 9px 0 13px;
    min-width: 105px;
    text-align: center;
    line-height: 40px;
}

.prev-arrow:after {
    border-right: 20px solid #f7941d;
}

.prev-arrow:after {
    border-bottom: 22px solid rgba(0, 0, 0, 0);
    border-top: 20px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    left: 0;
    margin-left: -19px;
    position: absolute;
    width: 0;
    top: 0;
}

.prev-arrow:hover {
    color: #ffffff;
}

.prev-arrow span {
    width: 100%;
    float: left;
}

.cehck-answer {
    background: none;
    font-size: 16px;
    color: #c8c8c8;
    font-family: 'avenirlt85heavy592fed29cdaed';
    height: 40px;
    line-height: 38px;
    display: inline-block;
    width: 320px;
    text-align: center;
    border-radius: 3px;
    margin: 0 11px;
    border: 3px solid #c8c8c8;
}

.cehck-answer:hover {
    color: #c8c8c8;
}

.cehck-answer.active {
    background: #77a727;
    color: #ffffff;
    border: 3px solid #77a727;
}

.question-btns {
    display: inline-block;
    margin: 34px auto 15px;
    overflow: hidden;
    text-align: center;
    width: 592px;
}

.next-arrow {
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-left: 0;
    margin-right: 20px;
    position: relative;
    font-size: 16px;
    background: #f7941d;
    color: #ffffff;
    font-family: 'avenirlt85heavy592fed29cdaed';
    padding: 0 9px 0 13px;
    min-width: 105px;
    text-align: center;
}

.next-arrow:after {
    border-bottom: 22px solid rgba(0, 0, 0, 0);
    border-left: 20px solid #f7941d;
    border-top: 20px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    float: right;
    margin-right: -28px;
    width: 0;
}

.maths .next-arrow {
    background: #e4362f;
}

.maths .next-arrow:after {
    border-left: 20px solid #e4362f;
}

.science .next-arrow {
    background: #346fb7;
}

.science .next-arrow:after {
    border-left: 20px solid #346fb7;
}

.next-arrow span {
    width: 100%;
}

.next-arrow:hover,
.next-arrow:focus {
    color: #ffffff;
}

.maths .prev-arrow {
    background: #e4362f;
}

.maths .prev-arrow:after {
    border-right: 20px solid #e4362f;
}

.science .prev-arrow {
    background: #346fb7;
}

.science .prev-arrow:after {
    border-right: 20px solid #346fb7;
}

.prev-arrow span {
    width: 100%;
}

.prev-arrow:hover,
.next-arrow:focus {
    color: #ffffff;
}

.prev-arrow.disabled {
    background: #d9d9d9;
}

.prev-arrow.disabled:after {
    border-right: 20px solid #d9d9d9;
}


/*Navigation Arrrows*/


/*Custom Radio Buttons*/

ul li input[type=radio] {
    position: absolute;
    visibility: hidden;
}

ul li label {
    display: block;
    position: relative;
    padding: 0 0 0 68px;
    margin: 0;
    z-index: 9;
    cursor: pointer;
}

.qstn-result a {
    float: none !important;
    margin: 0 30px;
}

ul li .check {
    display: block;
    position: absolute;
    border: 2px solid #afafaf;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    top: 30px;
    left: 20px;
    top: 50%;
    margin-top: -15px;
    z-index: 5;
    transition: border .25s linear;
    box-shadow: 0 4px 14px -11px rgba(0, 0, 0, 0.7) inset;
}

ul li .check::before {
    border-radius: 100%;
    content: "";
    display: block;
    height: 16px;
    left: 5px;
    margin: auto;
    position: absolute;
    top: 5px;
    width: 16px;
}

input[type=radio]:checked~.check {
    border: 2px solid #afafaf;
}

input[type=radio]:checked~.check::before {
    background: #363636 none repeat scroll 0 0;
}

.select-answers li {
    position: relative;
    list-style: none;
    margin: 9px 0;
}

.select-answers ul {
    padding: 0;
}

.checkbox-text {
    display: inline-block;
    width: 100%;
    background: #f7941d;
    color: #fff;
    font-size: 20px;
    font-family: 'avenirlt85heavy592fed29cdaed';
    padding: 11px 43px 11px 25px;
    line-height: 20px;
    border-radius: 3px;
}

.maths .checkbox-text {
    background: #e4362f;
}

.science .checkbox-text {
    background: #346fb7;
}

.captha-image {
    margin-top: 22px;
}

.type-answer input[type=text] {
    width: 214px;
    height: 46px;
    border: 1px solid #828282;
    border-radius: 4px;
    margin-top: 17px;
    box-shadow: inset 0 4px 9px -7px rgba(0, 0, 0, 0.7);
}

.type-answer {
    margin-top: 8px;
}

.captha-image {
    max-width: 100%;
    height: auto;
}

.select-answers input[type=text] {
    width: 100%;
    height: 44px;
    line-height: 40px;
    border: 1px solid #adaeae;
    border-left: none;
    box-shadow: 0 4px 9px -9px rgba(0, 0, 0, 0.7) inset;
    margin-left: -18px;
    padding-left: 20px;
}

.matrix-text {
    padding-left: 174px;
}

.answer-count {
    width: 174px;
    background: #f7941d;
    text-align: center;
    color: #fefefe;
    font-size: 20px;
    height: 44px;
    line-height: 40px;
    border-radius: 3px 0 0 3px;
    position: relative;
}

.maths .answer-count {
    background: #e4362f;
}

.maths .input-answer-p .checkbox-bg {
    background: #e4362f;
}

.maths .input-answer-p .checkbox-bg.correct-txt {
    background: #61a5be;
}

.maths .input-answer-p .checkbox-bg.incorrect-txt {
    background: #e1564b;
}

.science .answer-count {
    background: #346fb7;
}

.science .input-answer-p .checkbox-bg {
    background: #346fb7;
}

.science .input-answer-p .checkbox-bg.correct-txt {
    background: #61a5be;
}

.science .input-answer-p .checkbox-bg.incorrect-txt {
    background: #e1564b;
}

.matrix-text-list li {
    margin-bottom: 12px;
}

.worksheet-container p.orange-txt {
    color: #f7941d;
    text-align: center;
    margin-bottom: 5px;
}

.maths .worksheet-container p.orange-txt {
    color: #e4362f;
}

.science .worksheet-container p.orange-txt {
    color: #346fb7;
}

.matrix-checkbox {
    width: 340px;
    margin: auto;
}

.check-box-count {
    width: 116px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    color: #fefefe;
    font-size: 22px;
    background: #f7941d;
    border-radius: 3px;
    position: relative;
}

.maths .check-box-count {
    background: #e4362f;
}

.science .check-box-count {
    background: #346fb7;
}

.matrix-checkbox ul {
    padding: 0;
}

.matrix-checkbox li {
    list-style: none;
    width: 100%;
    float: left;
    margin: 9px 0;
}

.matrix-con {
    border: 1px solid rgba(0, 0, 0, 0);
    width: 44px;
    margin: 0 10px;
}

.matrix-con [type="checkbox"]:not(:checked)+label,
.matrix-con [type="checkbox"]:checked+label {
    padding-left: 28px;
}

.cords span {
    color: #f4781e;
    font-size: 19px;
    margin: 0 10px;
    font-family: 'avenirlt95black592fecba15390';
    margin: 0 10px;
    width: 44px;
    display: inline-block;
    text-align: center;
}

.maths .cords span {
    color: #e4362f;
}

.science .cords span {
    color: #346fb7;
}

.matrix-radio {
    position: relative;
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin: 0 41px;
}

.matrix-radio .check {
    left: 50%;
    margin-left: -15px;
}

.matrix-radio-txt {
    width: auto;
    background: #f7941d;
    line-height: 22px;
    text-align: center;
    color: #fefefe;
    font-size: 20px;
    font-family: 'avenirlt85heavy592fed29cdaed';
    display: table-cell;
    padding: 11px 46px 11px 0;
    border-radius: 3px;
    position: relative;
}

.maths .matrix-radio-txt {
    background: #e4362f;
}

.science .matrix-radio-txt {
    background: #346fb7;
}

.select-answers.matrix-con-radio {
    width: 900px;
    text-align: center;
    margin: 16px auto 0;
    padding-left: 110px;
    margin-left: -110px;
    overflow-x: auto;
}

.select-answers.matrix-con-radio ul {
    display: table;
    margin-top: 65px;
    width: 100%;
    margin-bottom: 0;
    border-spacing: 10px;
    display: table;
}

.select-answers li:last-child {
    margin-bottom: 0;
}

.select-answers.matrix-con-radio .select-answers li {
    display: table-row;
}

.matrix-right {
    display: table-cell;
    vertical-align: middle;
}

.radio-right {
    color: #f7941d;
    font-size: 22px;
    font-family: 'avenirlt95black592fecba15390';
    margin-bottom: 7px
}

.radio-right>span {
    margin: 0 11px;
}

.matrix-con p {
    margin-top: -5px;
}

.correct-answer .matrix-radio-txt,
.correct-answer .check-box-count,
.correct-answer .correct-txt {
    background: #61a5be;
    border-radius: 3px 30px 30px 0;
}

.incorrect-answer .matrix-radio-txt,
.incorrect-answer .check-box-count,
.incorrect-answer .incorrect-txt {
    background: #e1564b;
    border-radius: 3px 30px 30px 0;
}

.correct-answer .matrix-radio-txt:after,
.correct-answer .check-box-count:after,
.correct-answer .correct-txt:after {
    width: 36px;
    height: 36px;
    background: url("../images/tick-icon.png") no-repeat center center #fff;
    border-radius: 50%;
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -18px;
    content: "";
}

.radio-right>span:last-child {
    margin-right: 0;
}

.incorrect-answer .matrix-radio-txt:after,
.incorrect-answer .check-box-count:after,
.incorrect-answer .incorrect-txt:after {
    background: url("../images/incorrect-icon.png") no-repeat center center #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -18px;
    content: "";
}

.correct-answer .matrix-radio-txt::before,
.correct-answer .check-box-count::before,
.correct-answer .correct-txt::before {
    color: #61a5be;
    content: "correct answer";
    font-size: 14px;
    left: -119px;
    position: absolute;
    font-family: 'avenirlt95black592fecba15390';
}

.incorrect-answer .matrix-radio-txt::before,
.incorrect-answer .check-box-count::before,
.incorrect-answer .incorrect-txt::before {
    color: #e1564b;
    content: "incorrect answer";
    font-size: 14px;
    left: -119px;
    position: absolute;
    font-family: 'avenirlt95black592fecba15390';
}

.correct-radio input[type="radio"]:checked~.check::before {
    background: #61a5be;
}

.incorrect-radio input[type="radio"]:checked~.check::after {
    background: url(../images/incorrect-radio.png) no-repeat center center;
    width: 26px;
    height: 26px;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
}

.matrix-radio-txt span {
    width: 100%;
}

.incorrect-answer .incorrect-radio input[type="radio"]:checked~.check {
    border: 2px solid #e1564b;
}

.cords {
    text-align: right;
    width: 100%;
    text-align: left;
    width: 201px;
}

.equal-sign {
    color: #7a8ca3;
    font-size: 22px;
    font-family: 'avenirlt95black592fecba15390';
    margin: 5px 0 0 14px;
}

.correct-answer .check-box-count,
.incorrect-answer .check-box-count {
    width: 144px;
}

.correct-answer .equal-sign,
.incorrect-answer .equal-sign {
    display: none;
}

.correct-checkbox [type="checkbox"]:not(:checked)+label::after,
.correct-checkbox [type="checkbox"]:checked+label::after {
    color: #61a5be;
}

.correct-checkbox [type="checkbox"]:checked+label::before {
    border-color: #61a5be;
}

.incorrect-checkbox [type="checkbox"]:not(:checked)+label::after,
.incorrect-checkbox [type="checkbox"]:checked+label::after {
    color: #e2574c;
    content: "";
}

.incorrect-checkbox [type="checkbox"]:checked+label::before {
    border-color: #e2574c;
    background: url(../images/incorrect-icon.png) no-repeat center center;
}

.select-checkbox [type="checkbox"]:not(:checked)+label::before,
[type="checkbox"]:checked+label::before {}

.select-checkbox .checkbox-bg {
    padding: 9px 45px 9px 25px;
}

.correct-answer .checkbox-bg::before {
    right: -119px;
    left: auto;
}

.incorrect-answer .checkbox-bg::before {
    right: -133px;
    left: auto;
}

.correct-answer .checkbox-text::before {
    right: -119px;
    left: auto;
}

.incorrect-answer .checkbox-text::before {
    right: -133px;
    left: auto;
}

.matrix-list .checkbox-text {
    visibility: hidden;
}

ul.matrix-list li label {
    padding-left: 0;
    text-align: center;
}

.matrix-list .matrix-radio {
    overflow: visible;
    display: table-cell;
    vertical-align: middle;
    width: 100px;
}

.matrix-list li:first-child .checkbox-text {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #f7941d;
    font-family: "avenirlt95black592fecba15390";
    font-size: 22px;
    padding: 0;
    position: relative;
    top: -58px;
    visibility: visible;
}

.matrix-list li {
    display: table-row;
}

.matrix-list [type="checkbox"]:not(:checked)+label,
.matrix-list [type="checkbox"]:checked+label {
    padding-left: 0;
}

.matrix-list [type="checkbox"]:not(:checked)+label::before,
.matrix-list [type="checkbox"]:checked+label::before {
    left: 50%;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    top: -2px;
}

.matrix-list [type="checkbox"]:not(:checked)+label::after,
.matrix-list [type="checkbox"]:checked+label::after {
    font-size: 24px;
    left: 50%;
    margin-left: -10px;
    top: 6px;
}

.popup p {
    font-size: 21px;
    font-family: 'avenirlt65medium592febfe89622';
    color: #2a2a2a;
}

.popup {
    max-height: 400px;
    overflow: auto;
    border: 1px solid #c6c6c6;
}


/*Custom Radio Buttons*/


/*Question Type Pages*/

.inner-header {
    border-bottom: 1px solid #d6d6d6;
    padding: 2px 0 21px;
}

.breadcrumb-subscription ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.breadcrumb-subscription li {
    list-style: none;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    color: #cccccc;
    font-size: 15px;
    text-transform: uppercase;
}

.breadcrumb-subscription li:after {
    content: ">";
    padding: 0 22px 0 6px;
    display: inline-block;
    position: relative;
    top: -2px;
}

.breadcrumb-subscription {
    margin-bottom: 42px;
    margin-top: 15px;
}

.breadcrumb-subscription li:last-child:after {
    content: "";
}

.breadcrumb-subscription li.active {
    color: #a0a0a0;
}


/*Ssubscribe-headingubsscription Page*/

.subscribe-heading h2 {
    color: #4f4f4f;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    margin: 15px 0 0;
}

.subscribe-heading h4 {
    color: #4f4f4f;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    margin: 15px 0 0;
}

.subscribe-heading h2 strong {
    font-family: 'Poppins', sans-serif;
}

.subscribe-heading p {
    color: #555555;
    font-size: 21px;
    font-family: 'Poppins', sans-serif;
    max-width: 560px;
    margin: 35px auto auto;
}

.shadow-box {
    background: #fff;
}

.subscription-tabs .nav-tabs>li {
    margin: 0;
}

.subscription-tabs .nav-tabs {
    display: inline-block;
    border: none;
    border-radius: 13px;
}

.subscription-tabs .nav-tabs>li.active>a,
.subscription-tabs .nav-tabs>li>a {
    border: none;
}

.subscription-tabs .nav-tabs>li>a {
    border: none;
    color: #221638;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 14px 78px 14px;
    border-radius: 0;
    border: 1px solid #eee;
    transition: all 0.3s;
    margin: 0;
}

.subscription-tabs .nav-tabs {
    /* box-shadow: 0 8px 9px -7px rgba(0, 0, 0, 0.2) inset; */
}

.subscription-tabs .nav-tabs>li.active>a {
    background: #1EBCBC;
    margin: 0;
    color: #ffffff;
    border: 1px solid #1EBCBC;
    /* box-shadow: 0 -7px 16px -7px rgba(0, 0, 0, 0.2) inset; */
}

.subscription-tabs .nav-tabs>li:first-child>a {
    border-radius: 2px 0 0 2px;
}

.subscription-tabs .nav-tabs>li:last-child>a {
    border-radius: 0 2px 2px 0;
}

.subscription-tabs .nav>li>a:focus,
.subscription-tabs .nav>li>a:hover {
    background: #1EBCBC;
    color: #ffffff;
    border: 1px solid #1EBCBC;
    /* box-shadow: 0 -7px 16px -7px rgba(0, 0, 0, 0.2) inset; */
}

.tab-heading,
.upgrade-heading h2 {
    color: #221638;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 15px 0;
}

.upgrade-heading h2 {
    text-align: center;
    margin: 30px 0;
}

.subscribe-heading {
    margin-top: 51px;
}

.shadow-box {
    box-shadow: 0 12px 16px 2px rgba(61, 69, 94, 0.14);
    border-radius: 10px;
    padding-bottom: 57px;
    position: relative;
}


/* .subscription-tabs{margin-top: 25px;} */

.subscription-tabs select {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d8d8d8;
    color: #555555;
    font-size: 20px;
    height: 50px;
    padding: 0px 5px;
    width: 260px;
    font-family: 'Poppins', sans-serif;
    border-radius: 3px;
    margin: 0 0 15px;
}

.light-gray {
    color: #9e9e9e;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}

.gray-bottom .dark-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 15px;
    flex-direction: column;
    color: #221638;
}

.dark-heading a,
.dark-heading a:hover,
.dark-heading a:focus {
    text-decoration: underline;
    color: #555555;
}

.d-flex {
    align-items: center;
    display: flex;
    justify-content: center;
}

.plan-con {
    display: inline-block;
    border: 7px solid #fff;
    width: 292px;
    border-radius: 8px;
    padding: 30px;
    border-radius: 10px;
    margin: 30px 18px 40px;
    border: 1px solid #EEEEEE;
    min-height: 420px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
}

.plan-con.teacher-plan-con {
    width: 463px;
}

.parent-prices .plan-con {
    min-height: 498px;
}

.plan-con:hover,
.plan-con.active {
    box-shadow: 0 12px 16px 2px rgba(61, 69, 94, 0.14);
}

.plan-con.active {
    border: 1px solid #1EBCBC;
}

.plan-heading {
    color: #221638;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 0;
}

p.plan-price.parent-price {
    margin-bottom: 29px;
}

p.year-gcse-one {
    padding: 13px;
    text-align: center;
}

.plan-price {
    color: #1EBCBC;
    font-size: 50px;
    line-height: 56px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 10px;
}

.price-v2 .plan-price {
    font-size: 43px;
}

.plan-price span {
    position: relative;
    right: 8px;
}

.plan-price sup {
    display: inline-block;
    position: relative;
    right: 0;
    top: -26px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #221638;
}

.plan-time {
    color: #555555;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}

.subscribe-txt {
    color: #C7D834;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.subscribe-txt.period-label {
    color: #8A8496;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 10px 0;
}

.plan-con a {
    width: 226px;
    height: 41px;
    font-size: 16px;
    float: none;
    line-height: normal;
    margin: auto;
}

.package-inclusions>p {
    line-height: 20px;
    color: #221638;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 24px;
    text-align: left;
    padding-left: 8px;
    text-transform: none;
}

.package-inclusions li {
    display: inline-block;
    list-style: none;
    width: 165px;
    margin: 0 37px;
    color: #221638;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.package-inclusions ul {
    padding: 0;
    margin-top: 38px;
}

.package-inclusions {
    margin-top: 0;
    width: 586px;
    margin: auto;
    display: inline-block;
}

.plan-con:hover a,
.plan-con.active a {
    background: #158d8d;
}

.plan-con:hover .tooltip-box .tooltip-box-icon,
.plan-con.active .tooltip-box .tooltip-box-icon {
    background: transparent;
    border: none;
}

.plan-con:active a {
    background: #23BDBD;
    border: 1px solid #158D8D;
}

.learn-more {
    margin-top: 32px;
}

.learn-more p {
    font-size: 14px;
    line-height: 20px;
    color: #221638;
    font-weight: 600;
}

.learn-more p a {
    color: #1EBCBC;
}

.learn-more p+p {
    margin-top: 30px;
}

.best-value {
    width: 100px;
    height: 100px;
    background: #C7D834;
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    right: -25px;
    top: -31px;
    border-radius: 50%;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 19px 0 0;
    z-index: 1;
}

.best-value-small {
    font-size: 17px;
    padding: 35px 0 0;
}

.price-extra-text {
    color: #221638;
    font-weight: 600;
    width: 100%;
    float: left;
    display: block;
    position: relative;
    top: -15px;
    font-size: 13px;
}

.overview-table {
    width: 100%;
    background: #fff;
    border-radius: 2px;
    margin-bottom: 24px;
    padding: 10px 20px;
    border: 1px solid #eee;
    float: left;
}

.overview-heading {
    color: #221638;
    font-size: 27px;
    font-family: 'Poppins', sans-serif;
    /* text-transform: uppercase; */
}

.over-view-row {
    float: left;
    width: 100%;
}

.over-view-cell {
    color: #221638;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    height: 80px;
    display: flex;
    align-items: center;
    float: left;
    border-right: 1px solid #eee;
    padding-left: 22px;
}

.cell-1 {
    width: 30%;
}

.cell-2 {
    width: 70%;
}

.over-view-cell:last-child {
    border: none;
    padding-left: 67px;
}

.over-view-row:first-child {
    border-bottom: 1px solid #eee;
}

.over-view-cell strong {
    font-weight: 700;
    display: flex;
    align-items: center;
}

.package-inclusions>p.overview-btm {
    font-family: 'Poppins', sans-serif;
    float: left;
    color: #221638;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding-left: 20px;
}

.package-inclusions .cancel-link {
    height: 48px;
    width: 162px;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    font-size: 14px;
    line-height: 21px;
    color: #221638;
    font-weight: 600;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.package-inclusions .cancel-link:hover {
    border-color: #221638;
}

.package-inclusions .cancel-link:active,
.package-inclusions .cancel-link:focus {
    border-color: #1EBCBC;
}

.confirm-btn {
    display: flex;
    background: #23BDBD;
    height: 48px;
    width: 188px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    border-radius: 4px;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    font-size: 14px;
    font-weight: 600;
    float: left;
    line-height: 21px;
    margin-left: 20px;
}

.confirm-btn-center {
    margin-left: 34%;
}

.confirm-btn:hover {
    color: #fff;
    background: #158D8D;
}

.confirm-btn:active,
.confirm-btn:focus {
    background: #23BDBD;
    color: #fff;
    border: 1px solid #158D8D;
}

.customers img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.customers {
    align-items: center;
    display: flex;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    margin-top: 70px;
}

.subscription-overview {
    background: #ffffff none repeat scroll 0 0;
    margin-top: -114px;
    padding-top: 184px;
}

.con-padding {
    padding: 0px 15px 0px;
}

.green-bg.step-2 {
    padding-bottom: 70px;
}

.arrow-down {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #353535;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
}

.help-menu ul {
    padding: 0;
}

.help-menu li {
    list-style: none;
    margin: 4px 0;
}

.help-menu {
    border: 1px solid #898989;
    border-radius: 10px;
    min-width: 100px;
    text-align: center;
    right: 1px;
    position: absolute;
    top: 62px;
    background: #fff;
    z-index: 999;
}

.help-menu:before {
    border-bottom: 4px solid #353535;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
    content: "";
    position: absolute;
    right: 20px;
    top: -5px;
}

.help-menu {
    display: none;
}

.open .help-menu {
    display: block;
}

.open .arrow-down {
    border-bottom: 4px solid #353535;
    border-top: none;
}

.tab-content>.tab-pane {
    position: relative;
}

.tool-tip-link {
    position: absolute;
    right: -130px;
    top: 10px;
}

.subject-activity a.help-link {
    font-family: 'Poppins', sans-serif;
    text-transform: none;
    font-size: 14px;
}

.nav-con {
    display: inline-block;
    position: relative;
}

.nav-con .best-value {
    background-color: #C7D834;
    border-radius: 50%;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    /* font-size: 14px; */
    font-size: 20px;
    height: 107px;
    padding: 22px 18px;
    position: absolute;
    right: -72px;
    text-transform: uppercase;
    top: -52px;
    width: 107px;
}

.tooltip-con {
    display: inline-block;
    position: relative;
}

#annually .tool-tip-link {
    right: -58px;
}


/*Subsscription Page*/


/*Hamburgoer Icon*/

#nav-icon1 {
    width: 30px;
    height: 17px;
    position: relative;
    margin: 17px 15px 0 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: left;
    display: none;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #363636;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 7px;
}

#nav-icon1 span:nth-child(3) {
    top: 14px;
}

.open #nav-icon1 span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.open #nav-icon1 span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.open #nav-icon1 span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


/*Hamburgoer Icon*/


/*Trial Pop UP*/

.trial-popup {
    width: 616px;
}

.trial-popup .modal-body {
    overflow: hidden;
    padding: 0;
}


/* margin-top: 21px; */

.trial-popup .modal-body form {
    text-align: left;
}

.modal {
    text-align: center;
    padding: 0!important;
}

.remove_bottom {
    border-bottom: none;
}

.remove_bottom button span {
    font-size: 32px;
}

.remove_bottom button:hover {
    background: none;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.trial-popup .modal-body h2 {
    color: #4f4f4f;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin: 0 0 16px;
}

.trail-sub-heading {
    color: #555555;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}

.trial-popup .modal-body form label {
    color: #8b8b8b;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

.trial-popup .modal-body form .form-control {
    height: 50px;
    border: 1px solid #d8d8d8;
    color: #8b8b8b;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    border-radius: 4px;
    box-shadow: none;
}

.trial-popup .modal-body form .form-group {
    float: left;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.trial-popup .modal-body form label span {
    color: #78a461;
    font-size: 17px;
    line-height: 12px;
}

.domain-field {
    padding-right: 112px;
    position: relative;
    color: #8b8b8b;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.domain-name {
    position: absolute;
    right: 0;
    top: 37px;
}

.domain-name a {
    position: absolute;
    right: 0;
    top: -22px;
}

.domain-name a img {
    height: auto;
    width: 18px;
}

.password-field .form-control {
    padding-right: 72px;
}

.password-field {
    position: relative;
}

.hide-link {
    background: #ededed none repeat scroll 0 0;
    color: #979797;
    content: "HIDE";
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 29px;
    width: 61px;
}

.hide-link:hover,
.hide-link:focus {
    color: #979797;
}

.trial-popup .caret {
    background: url(../images/caret-drop-down.png) no-repeat scroll 0 0;
    border: none;
    height: 10px;
    margin: 0!important;
    top: 39%!important;
    width: 20px;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-color: rgba(0, 0, 0, 0);
}

#free-trial .btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus:active,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    background-color: transparent;
}

#free-trial .dropdown-menu>li>a {
    padding: 13px 20px;
}

.or-division {
    color: #c6ccd2;
    font-family: "TeXGyreAdventorBold";
    font-size: 14px;
    position: relative;
    text-align: center;
    margin-top: 22px;
}

.or-division:after {
    background: #dee2e7 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 100%;
}

.or-division span {
    background: #ffffff none repeat scroll 0 0;
    display: inline-block;
    padding: 0 14px;
    position: relative;
    width: 45px;
    z-index: 999;
}

.social-sign-up {
    overflow: hidden;
    border: 1px solid #cacaca;
    border-radius: 3px;
    margin: 18px 0 42px;
}

.social-sign-up li {
    float: left;
    list-style: none;
    overflow: hidden;
    width: 50%;
    text-align: center;
    color: #949494;
    font-size: 20px;
    border-right: 1px solid #cacaca;
    padding: 13px 17px;
}

.social-sign-up li img {
    float: left;
}

.social-sign-up li a {
    color: #949494;
}

.social-sign-up li:last-child {
    border: none;
}

.social-sign-up ul {
    padding: 0;
}

.gray-bottom {
    width: 100%;
    float: left;
}

.body-content {
    padding: 6px 60px 0;
}

.gray-bottom p {
    color: #221638;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    margin: 6px 0;
}

.package-inclusions .gray-bottom {
    margin-top: 0;
}

.gray-bottom .gray-bottom-para {
    color: #221638;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 32px;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    margin-top: 0;
}


/*.gray-bottom input[type="checkbox"]{position: static; background:#fff;}*/

.gray-bottom {
    text-align: center;
    margin-top: 0px;
    color: #8b8b8b;
}

.modal-body .gray-bottom {
    margin-top: 0px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.gray-bottom a {
    color: #78a461;
    text-decoration: none;
    padding: 0 6px;
}

.suucce-field:after {
    background: url("../images/complete-icon.png") no-repeat left top;
    width: 19px;
    height: 19px;
    position: absolute;
    content: "";
    right: -31px;
    top: 50%;
}


/*Trial Pop UP*/


/** 9-2-17 **/

.trail-heading,
.trail-sub-heading {
    text-align: center;
}

.modal-backdrop.in {
    opacity: 0.8;
}

.abcRioButtonBlue {
    background-color: transparent !important;
}


/*.social-sign-up li:last-child{padding: 0;}*/

.social-sign-up li {
    padding-top: 11px;
}

.abcRioButtonContents>span {
    color: #949494;
}

.abcRioButtonContents>span {
    left: 56px;
    position: absolute;
    font-size: 20px;
}

.abcRioButtonContents {
    font-weight: 300;
    font-family: "TeXGyreAdventor-Regular", "Century Gothic", Arial, "Sans Serif" !important;
}

.free-trial .modal-content {
    background-clip: none;
}

#ajaxloderimg {
    background: rgba(0, 0, 0, 0) url("/parent/images/stripe_price_page_loader_bg.png") repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0.55;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    display: none;
}

#ajaxloderimg .imagesection {
    height: 48px;
    left: 50%;
    position: fixed;
    top: 50%;
    width: 48px;
    z-index: 1200;
}

#ajaxloderimg .imagesection img {
    border-radius: 3px;
    margin: -24px 0 0 -24px;
    padding: 5px;
}

#parent-annually .tool-tip-link,
#parent-monthly .tool-tip-link {
    right: -35px;
}

.price-v2 #parent-annually .tool-tip-link,
.price-v2 #parent-monthly .tool-tip-link {
    right: 405px;
}

.tool-tip-ques-mark {
    top: -21px;
}

.trial-popup .modal-body form label.error {
    background: none;
    color: red;
    padding-left: 0;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 0;
    padding-top: 0;
    font-weight: normal;
}

.trial-popup .modal-body form .form-control.error {
    border: 1px solid red;
}

.login_bottom {
    margin-bottom: 25px;
}

.nav-con .best-value.best-value-parent {
    height: 115px;
    width: 115px;
    padding: 26px 10px;
}

.visibility-hidden {
    visibility: hidden;
}

.visibility-show {
    visibility: visible;
}

div.subscription-tabs {
    display: none;
}

.subscription-amount span,
.subscribe-heading.step-2 span {
    text-transform: capitalize;
}

.plan-type {
    margin-right: 5px;
}

.per-tabs.nav-tabs>li>a,
.per-tabs.nav-tabs>li>a:focus,
.per-tabs.nav-tabs>li>a:hover {
    font-size: 16px;
    color: #767c73;
    padding: 10px 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    background: #eee;
    border-color: #eee #eee #ddd;
    margin: 0;
    margin-right: 1px;
}

.per-tabs.nav-tabs>li.active>a,
.per-tabs.nav-tabs>li.active>a:focus,
.per-tabs.nav-tabs>li.active>a:hover {
    background-color: #23BDBD;
    color: #fff;
}

.per-tabs .nav-tabs {
    box-shadow: 0 8px 9px -7px rgba(0, 0, 0, 0.2) inset;
}

ul.nav.nav-tabs.per-tabs {
    margin: 0 -16px;
    border-color: #eee;
}

.plan-con ul {
    min-height: 140px;
    margin-bottom: 20px;
}


/* .checkbox-tabs+.plan-con {
    top: -91px;
} */

.plan-con li {
    background-image: url(../images/ic_checkmark_color.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 5px 0px 5px 35px;
    list-style: none;
    font-size: 14px;
    text-align: left;
}

.plan-con li.grey-shade {
    color: #b4b4b4;
    background-image: url(../images/close-grey.png);
    background-position: left 7px;
}


/**27-09-2017**/

.subscription-tabs .tool-tip-link {
    margin-left: 10px;
    right: auto;
}


/* Review Text*/

.excellent {
    margin: 0 15px 0;
    display: inline-block;
    vertical-align: middle;
}

.trustpilot-widget {
    display: inline-block;
    vertical-align: middle;
    margin-top: 9px;
}

.trustpilot-widget a:hover {
    text-decoration: none;
}

.excellent img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
}

.reviews strong {
    font-family: 'Poppins', sans-serif;
    color: #596b96;
    display: inline-block;
    vertical-align: middle;
}

.black-text {
    color: #1b1b1b;
    display: inline-block;
    vertical-align: middle;
}

.trustpilot-widget iframe {
    min-width: 500px;
    max-width: 100%;
}

.pricing {
    padding: 30px 20px;
    border-bottom: 1px solid #f4f4f5;
}

.pricing h2 {
    font-size: 90px;
    line-height: 10px;
    padding-top: 20px;
}

.pricing h2 sup {
    font-size: 30px;
    vertical-align: top;
    margin-right: 10px;
}

.pricing h2 sub {
    font-size: 12px;
}

.ordiv {
    float: left;
    line-height: 30px;
    width: 100%;
    margin-top: 30px;
}

.pricing span {
    display: block;
    font-size: 24px;
    padding: 8px 0;
}

.action {
    border: 3px solid;
    padding: 15px 10px 10px;
    border-radius: 6px;
    font-size: 24px;
    line-height: 24px;
    font-family: 'TeXGyreAdventor-Bold';
    margin-top: 10px;
    display: inline-block;
    color: #fff
}

a.action:hover,
a.action:focus,
a.action:active {
    color: inherit;
    text-decoration: none
}

.action.one-subject-plan {
    color: #494949;
    margin-top: 0px;
}

.action span {
    font-family: "TeXGyreAdventor-Regular";
    font-size: 14px;
    line-height: 22px;
}

.price-feature-block {
    padding: 27px 20px 35px 10px;
}

.price-feature-block ul {
    margin: 0;
    padding: 0;
}

.price-feature-block ul li {
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    background: url(../images/tick-grey.png) 0 7px no-repeat;
    padding-left: 25px;
    margin-bottom: 25px;
    font-family: Arial, Helvetica, sans-serif;
}

.price-feature-block a.get-started-btn {
    background: none;
    display: inline-block;
    border: 3px solid #71a138;
    border-radius: 10px;
    color: #78a641;
    font-family: "TeXGyreAdventor-Bold";
    font-size: 24px;
    line-height: 24px;
    padding: 12px 25px 15px;
    text-align: center;
}

.price-feature-block a.get-started-btn:hover {
    background: #71a138;
    color: #fff;
    text-decoration: none;
}

.best-value-block {
    background: #75a720;
    color: #fff;
    border-radius: 5px;
    margin: 0 -3px 0 0;
}

.best-value-block:after {
    background: rgba(0, 0, 0, 0) url("../images/best-value-tag.png") no-repeat scroll 0 0;
    content: "";
    /* display: inline-block; */
    height: 118px;
    left: -5px;
    position: absolute;
    top: -6px;
    width: 100px;
}

.best-value-block .price-feature-block a.get-started-btn {
    border: 3px solid #fff;
    color: #fff;
}

.best-value-block .price-feature-block ul li {
    background: url(../images/white-tick.png) 0 7px no-repeat;
}

.best-value-block .subject {
    padding: 20px 0;
}

.best-value-block .price-feature-block {
    padding: 27px 20px 55px;
}

.price-review {
    background: none;
}

.price-review p {
    font-size: 15px;
    color: #7e868e;
    font-family: Arial, Helvetica, sans-serif;
}

.price-review p a {
    color: #1EBCBC;
}

.price-review .trustpilot-widget {
    margin-bottom: 10px;
}

a.expand,
a.collapse {
    position: absolute;
    left: 50%;
    bottom: -16px;
    margin-left: -16px;
    display: none;
}

.pricing-header-content .shadow-box {
    margin-top: 0;
    box-shadow: 0 12px 16px 2px rgba(61, 69, 94, 0.14);
}


/*----/header navigation fixed------*/

.subscription-overview.text-center.step-2 {
    margin: 0 0 20px;
    padding: 0;
}

.subscription-overview.step-2 .customers {
    margin-top: 10px;
}

#exampleInputEmail1-error a {
    color: #78a461;
}

.not-active {
    pointer-events: none;
    cursor: default;
}

.btn.dropdown-toggle.btn-default.accountType {
    background-color: #eee;
    pointer-events: none;
}

.btn.dropdown-toggle.btn-default.accountType .bs-caret span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.upgrade-page-content .over-view-row .over-view-cell {
    width: 100%;
    padding: 0;
    justify-content: center;
}

.upgrade-page-content .price-to-paid-sub {
    display: inline-block;
    font-size: 12px;
    position: relative;
    top: 5px;
    width: auto;
}

.over-view-row.date-details {
    border-bottom: 1px solid #eee;
}

p.credit-balance {
    font-size: 16px;
    font-weight: 600;
    margin: auto;
    width: 80%;
}

.cancel-link,
.cancel-link:hover {
    color: #221638;
}

.disabled-btn .confirm-btn.upgrade {
    background-color: #CECECE;
    color: #fff;
    pointer-events: none;
}

.disabled-btn {
    cursor: not-allowed;
}

.studentErrorMsg::before {
    border: 2px solid #f00;
    border-radius: 50%;
    content: "i";
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    line-height: 16px;
    margin-right: 10px;
    width: 20px;
}

.studentErrorMsg {
    color: #f00;
    font-size: 11px;
    font-weight: 400;
    padding: 10px;
    position: relative;
}

.sub-overview .over-view-row {
    width: 100%;
}

.upgrade-page-content.sub-overview .over-view-cell strong {
    display: inline;
}

.tooltip-inner {
    padding: 13px !important;
    line-height: 20px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 24px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #1EBCBC;
}

input:focus+.slider {
    box-shadow: 0 0 1px #1EBCBC;
}

input:checked+.slider:before {
    -webkit-transform: translateX(34px);
    -ms-transform: translateX(34px);
    transform: translateX(34px);
}

.slider.round {
    border-radius: 34px;
    background-color: #1EBCBC;
}

.slider.round:before {
    border-radius: 50%;
}

.checkbox-tabs {
    margin-top: 16px;
}

.checkbox-label {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #221638;
}


/*
.nav-con .best-value.best-value-parent {height: 75px;width: 75px;font-size: 11px;top: -29px;padding: 10px 10px;right: -48px;}*/

.best-parent-value {
    font-size: 15px;
}


/* blog link navigation */

.blog-link .samestylenewmenu h3 a {
    background: #71a138;
}

.blog-link .popular-nav.samestylenewmenu ul li ul.subulnewmenu li {
    width: 100%;
}

.blog-link .popular-nav.samestylenewmenu ul li ul.subulnewmenu li a {
    color: #353535;
}

.blog-link .popular-nav.samestylenewmenu ul li ul.subulnewmenu li a.twitter {
    padding-right: 10px;
}

.blog-link .popular-nav.samestylenewmenu ul li ul.subulnewmenu li.social-icons-head a {
    line-height: 10px;
}

.dropdown.popular-link.blog-link {
    margin-right: 10px;
}

.blog-link .popular-nav.samestylenewmenu {
    min-height: 270px;
}

.epl-navbar .navbar-nav .blog-link .subulnewmenu li:nth-child(2)>a {
    padding: 0;
}

.tooltip-box {
    position: relative;
}

.plan-con .tooltip-box .tooltip-box-icon:hover {
    background: none;
}

.tooltip-box a{
    position: absolute;
    top: -15px;
    z-index: 3;
}

.tooltip-box p {
    position: absolute;
    top: -8px;
}

.tooltip-box .tooltip-box-icon {
    top: -12px;
    right: -15px;
    width: 20px;
}

.tooltip-box .tooltip-box-icon:hover {
    background: none;
}

.plan-con li img {
    width: 11px;
    float: right;
    vertical-align: top;
    position: relative;
    left: 7px;
    top: 5px;
}

.select-plan-footer {
    display: none;
}

.disclaimer {
    border-top: 2px solid #7a7b7d;
    padding-top: 18px;
    float: left;
    width: 100%;
}

img.shift_left {
    margin-left: 29px;
}

img.shift_right {
    margin-right: 29px;
}

.btn.btn-primary.started:hover {
    background-color: #558b15;
}

.school-lead-page .wistia-text a {
    max-width: 227px;
}

.thanks_lead_heading {
    font-size: 37px;
    font-weight: 600;
    color: #23BDBD;
}

.thanks_lead_p {
    color: #221638;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
}

.thanks_lead_p a {
    color: #23BDBD;
}

.text-center.main_lead {
    margin-top: 60px;
    float: left;
    padding: 0 15px;
    width: 100%;
}

.call-to-action .container {
    padding-left: 0px;
    padding-right: 0px;
}

.worksheetouter-secton7.help-green-outer {
    float: left;
    margin: 0;
    padding: 0px 10px;
    text-align: center;
    width: 100%;
    background: #79a628;
}

.school-lead-page {
    border-bottom: 1px solid #acacac;
}

.school-lead-customers .customers {
    padding-top: 15px;
}

.school-lead-customers img {
    filter: none;
    -webkit-filter: none;
}


/*anand*/

.pricing-banner-block {
    background-image: url(../images/pricing-banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Poppins', sans-serif;
    padding: 108px 0 90px;
}

.pricing-banner-block .banner-content {
    max-width: 780px;
}

.pricing-banner-block .banner-content h1 {
    font-size: 50px;
    line-height: 56px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 16px;
}

.pricing-banner-block .banner-content .pricing-desc {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    margin-top: 16px;
}

.pricing-header-content {
    padding: 70px 0;
    color: #221638;
}

.select_account_type .dropdown-toggle {
    cursor: not-allowed
}

.select_account_type .dropdown-menu {
    display: none
}


/*----ED-PLACE-PRICING-PAGE-CSS-START-HERE-@ST---*/

.mobile-hide-ul {
    display: block;
}

.mobile-show-ul {
    display: none;
}

.new-pricing-ccontainer {
    padding-top: 80px;
}

.new-pricing-ccontainer {
    background-image: none;
    font-family: 'Poppins', sans-serif;
    padding: 108px 0 0px;
    background-color: #7300FF;
    min-height: 600px;
}

section.new-pricing-ccontainer:before {
    content: "";
    position: absolute;
    left: -28px;
    bottom: -51px;
    height: 150px;
    width: 150px;
    background: #8961E2;
    transform: rotate(108deg);
}

section.new-pricing-ccontainer {
    position: relative;
}

.new-pricing-ccontainer .bubbles-cirlce {
    position: absolute;
    left: -80px;
    height: 170px;
    width: 170px;
    background: #A42FF7;
    border-radius: 100%;
    top: 31%;
}

.new-pricing-ccontainer .bubbles-cirlce-right {
    position: absolute;
    right: -68px;
    height: 306px;
    width: 306px;
    background: #A42FF7;
    border-radius: 100%;
    top: -100px;
}

.new-pricing-ccontainer .bubbles-cirlce-right:after {
    content: "";
    position: absolute;
    z-index: 1;
    background: #7815DF;
    top: 21%;
    width: 85px;
    height: 184px;
    left: -2px;
    border-radius: 85% 0 0 85%;
}

.bubbles-cirlce-right-after {
    position: absolute;
    right: 0;
    height: 214px;
    width: 306px;
    background: rgba(137, 97, 226, 0.9);
    border-radius: 0 100% 100% 0;
    top: -67px;
}

.start-free-trail-card {
    margin-bottom: 64px;
    float: left;
    width: 100%;
    text-align: center;
}

ul.pricing-list li {
    position: relative;
}

ul.pricing-list li:after {
    content: "";
    position: absolute;
    left: -34px;
    background-image: url(../images/sucess.png);
    background-size: 51%;
    height: 18px;
    width: 37px;
    background-repeat: no-repeat;
}


/* .annula-detail:after {
    content: "";
    position: absolute;
    right: -11px;
    top: -9px;
    background-image: url(../images/discountbatch.png);
    background-size: 100%;
    height: 48px;
    width: 98px;
    background-repeat: no-repeat;
} */

ul.pricing-list {
    padding-left: 37px;
}

section.pricing-banner-block.new-pricing-ccontainer {
    padding-top: 80px;
}

section.pricing-banner-block.new-pricing-ccontainer:after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: 100px;
    height: 160px;
    width: 160px;
    background: #8961E2;
    border-radius: 100%;
}

.put-us-box>h2 {
    font-size: 32px;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
    color: #221638;
    font-weight: 600;
}

.put-us-box>p {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    margin: 9px 0px 0;
    color: #221638;
}

span.save-fifty {
    padding-left: 26px;
    line-height: 36px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

strong.color-black {
    color: #000;
}

.annula-detail {
    margin: 15px 0 0;
    position: relative;
}

.annula-detail.monthlty-detail {
    margin: 0 !important;
}

.annula-detail input[type="radio"]:checked+label.check-plan-detail {
    border: 1px #7300FF solid;
}

.annula-detail input[type="radio"] {
    width: 340px;
    height: 128px;
    position: absolute;
    z-index: 1;
    opacity: 0;
    top: 15px;
    margin: 0;
}

.price-color {
    color: #8A8496;
    font-weight: 500;
}

button.signup-btn.start-trial-btn {
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
    color: #fff;
    height: 56px;
    width: 162px;
    border-radius: 4px;
    background-color: #23BDBD;
    border: 1px #23BDBD solid;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    display: inline-block;
    text-align: center;
    line-height: 53px;
}

label.check-plan-detail {
    width: 100%;
    margin: 15px 0 0;
    border: 1px #eee solid;
    padding: 30px 15px;
    border-radius: 3px;
    padding: 30px 15px;
}

.annula-detail h3,
.monthlty-detail h3 {
    font-size: 17px;
    color: #221638;
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.annula-detail>p,
.monthlty-detail>p {
    font-size: 14px;
    color: #8A8496;
    margin-bottom: 8px;
    font-weight: 500;
}

.discount-offer {
    position: absolute;
    right: -10px;
    top: 0px;
    background-image: url(../images/discountbatch.png);
    background-size: 100%;
    height: 48px;
    width: 98px;
    background-repeat: no-repeat;
}

a.signup-btn.start-trial-btn {
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
    color: #fff;
    height: 56px;
    width: 162px;
    border-radius: 4px;
    background-color: #23BDBD;
    border: 1px #23BDBD solid;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    display: inline-block;
    text-align: center;
    line-height: 53px;
}

a.terms-link {
    color: #23bdbd;
    font-family: 'Poppins', sans-serif;
}

p.edpolicy,
span.and-color {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #999;
    margin: 15px 0;
    font-family: 'Poppins', sans-serif;
}

.put-us-box {
    background: #fff;
    border-radius: 2px;
    padding: 39px 60px;
    max-width: 460px;
    float: right;
    width: 100%;
    position: relative;
    bottom: -103px;
    box-shadow: 0 20px 19px -6px #ddd;
}

section.revision-book.text-center.revision-padding-bottom {
    padding-top: 170px;
    padding-bottom: 0;
}

.center-border-with-padding {
    border-top: 1px solid #cccccc;
    float: left;
    width: 100%;
    padding-bottom: 70px;
}

p.subject-list {
    font-size: 20px;
    color: #fff;
    font-family: Poppins;
    font-weight: 400;
}

.get-access-card>h2 {
    font-size: 32px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 48px;
}

ul.pricing-list li {
    width: calc(100% - 200px);
}

ul.pricing-list li a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 25px;
    display: inline-block;
}

.get-access-card {
    padding-top: 140px;
}

.start-free-trail-card a.signup-btn.start-trial-btn {
    max-width: 335px;
    height: 56px;
    margin: 80px 0 0 0;
    display: inline-block;
}

ul.family-btn-list li {
    display: inline-block;
    margin-right: 20px;
}

ul.family-btn-list li a {
    height: 48px;
    width: 200px;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    display: inline-block;
    line-height: 48px;
    color: #221638;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 14px;
}

a.signup-btn.start-trial-btn:hover {
    background: #fff;
    color: #221638;
    border: 1px solid #EEEEEE;
}

ul.family-btn-list {
    float: left;
}

.pricing-header-content.view-pricing-card-padd {
    padding-top: 32px;
}

.annula-detail>p>strong {
    color: #221638;
}

ul.family-btn-list li a:hover {
    background: #23bdbd;
    color: #fff;
    border: 1px #23bdbd solid;
}


/*----ED-PLACE-PRICING-PAGE-CSS-CLOSE-HERE-@ST---*/


/* Price cards */

.plan-con.price-cards p.plan-heading,
.plan-con.price-cards p.plan-price,
.plan-con.price-cards p.price-extra-text,
.plan-con.price-cards .year-gcse-one {
    text-align: left;
}

.plan-con.price-cards p.plan-heading {
    color: #221638;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}

.plan-con.price-cards li {
    position: relative;
    font-weight: 500;
}

.plan-con.price-cards p.plan-price {
    color: #23BDBD;
    font-size: 50px;
    letter-spacing: 0;
    line-height: 56px;
}

.plan-con.price-cards p.price-extra-text {
    color: #09b626;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
}

.plan-con.price-cards a {
    background-color: #E57038;
    font-size: 14px;
    margin-top: 30px;
}

.plan-con.price-cards {
    position: relative;
    padding-bottom: 82px;
    vertical-align: top;
}

.plan-con.price-cards .year-gcse-one {
    padding-left: 0;
}

.plan-con.price-cards .save-tag {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #C7D833;
    text-align: center;
    position: absolute;
    top: -25px;
    right: -26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.plan-con.price-cards .save-tag span {
    display: block;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
}

.plan-con.price-cards .save-tag span:first-child {
    margin-bottom: 10px;
}

.price-tags-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.price-tags-header .header-save-tag {
    height: 40px;
    width: 102px;
    border-radius: 22px;
    background-color: #C7D833;
}

.price-tags-header .header-save-tag span {
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    line-height: 40px;
    vertical-align: middle;
}

.plan-con.price-cards li img {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    top: -2px;
    right: -19px;
    left: auto;
    position: absolute;
}

.plan-card-desc {
    margin-top: 70px;
}

.parent-prices .plan-card-desc {
    min-height: 223px;
}

.plan-con.price-cards li.cross {
    background-image: url('../images/ic_not_included.svg');
    font-weight: 300;
}


/* Price cards */


/****price tabs*****/

.pricing-tabs .nav.nav-tabs.per-tabs {
    justify-content: center;
    display: flex;
    margin-bottom: 30px;
    border-bottom: 0;
}

.pricing-tabs .nav.nav-tabs.per-tabs li {
    margin-right: 10px;
}

.pricing-tabs .nav.nav-tabs.per-tabs li a {
    background: transparent;
    color: #767c73;
}

.pricing-tabs .nav.nav-tabs.per-tabs li a:hover,
.pricing-tabs .nav.nav-tabs.per-tabs li.active a {
    background-color: #23BDBD;
    color: #fff;
}

.pricing-header-content .shadow-box.sign-up-plans {
    margin-top: 0;
    box-shadow: none;
}

.tooltip-box {
    width: 100%;
}

.tooltip-box .confirm-btn {
    width: 100%;
}

.sign-up-plans .plan-con.price-cards {
    padding-bottom: 102px;
}

.sign-up-plans .contact-team-div {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.sign-up-plans .plan-con.price-cards .contact-team-div a {
    background-color: transparent;
}

.edplace-approach-bottom h5 {
    color: #221638;
    font-size: 32px;
    font-weight: 600;
}

.edplace-approach-bottom .new-listing {
    padding-right: 90px;
}

.new-listing li {
    background-image: url(../images/ic_checkmark_color.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 5px 0px 5px 45px;
    list-style: none;
    font-size: 14px;
    text-align: left;
}

.new-listing li {
    position: relative;
    font-weight: 500;
}

.sign-up-testimonials {
    margin-top: 50px;
    padding-top: 60px;
}

.sign-up-testimonials {
    position: relative;
}

.sign-up-testimonials::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #eee;
    height: 1px;
    left: -100%;
    right: 0;
    content: "";
    margin: 0 auto;
    top: 0;
}

.sign-up-testimonials::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #eee;
    height: 1px;
    left: 0;
    right: -100%;
    content: "";
    margin: 0 auto;
    top: 0;
}

.sign-up-testimonials h2 {
    color: #221638;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
}

.sign-up-testimonials .quote {
    color: #221638;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    max-width: 640px;
    margin: 0 auto;
}

.sign-up-testimonials strong {
    color: #221638;
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
    display: inline-block;
}

.sign-up-testimonials span {
    color: #8A8496;
    font-size: 14px;
    line-height: 20px;
    display: block;
    text-align: center;
}

.sign-up-testimonials .slick-dots {
    display: none !important;
}

.testimonial-slider {
    padding: 0 50px;
}

.slick-prev:before {
    background-image: url(/assets/images/img_arrow_left.svg);
    background-repeat: no-repeat;
    height: 56px;
    width: 56px;
    left: 0;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    font-size: 0 !important;
}

.slick-next:before {
    background-image: url(/assets/images/img_arrow_right.svg);
    background-repeat: no-repeat;
    height: 56px;
    width: 56px;
    position: absolute;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    font-size: 0 !important;
}

.price-content-section {
    position: relative;
}
.price-content-section.parent-full-pricing-page-wrapper::after,
.price-content-section.teacher-full-pricing-page-wrapper::after {
    background: url(/assets/images/img_expectations.svg);
}
.price-content-section::after {
    position: absolute;
    content: "";
    width: 500px;
    height: 152px;
    background-repeat: no-repeat;
    left: -15px;
    bottom: 429px;
    z-index: -1;
}
.topic-section5.educator-only-testimonials{
    float: left;
    width: 100%;
    padding: 99px 0 70px;
    background-color: white;
}
.topic-section5.educator-only-testimonials .container .heading {
    width: 100%;
    font-weight: 700;
    color: #fff;
    float: left;
    font-size: 16px;
    padding: 0 0 0 5px;
}
.topic-section5.educator-only-testimonials .container .heading h4 {
    float: left;
    width: 100%;
    font-size: 42px;
    color: #373737;
    margin-bottom: 85px;
}
.topic-section5.educator-only-testimonials .alternate p {
    margin-top: 85px;
    color: #221638;
    font-weight: 500;
}
.topic-section5.educator-only-testimonials .alternate li{
    margin-top: 10px;
    color: #221638;
    font-weight: 500;
}


@media (max-width:991px){
    .topic-section5.educator-only-testimonials .container .heading h4 {
        margin-bottom: 0px;
    }
    .topic-section5.educator-only-testimonials .alternate p{
        margin-top: 20px;
    }
    .topic-section5.educator-only-testimonials .youtube-vdo {
        margin-top: 30px;
    }
}
@media (max-width:767px){
    .topic-section5.educator-only-testimonials .container .heading{
        padding-left: 0px;
    }
    .topic-section5.educator-only-testimonials .container .heading h4 {
        font-size: 26px;
    }

    .topic-section5.educator-only-testimonials .youtube-vdo iframe{
        width: 100%;
    }
}

.plan-con:hover {
    border: 1px solid #1EBCBC;
}

.bootstrap-select {
    position: relative;
}

.bootstrap-select .bs-caret {
    background: url(/parent/images/down-arrow.svg) no-repeat;
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    right: 1px;
    top: 11px;
    z-index: 1;
    cursor: pointer;
}
#create-an-account-form .bootstrap-select .bs-caret {
    background:none;
}

.bootstrap-select.btn-group .dropdown-menu li .text-muted {
    display: block;
    padding: 0 !important;
}

.school-user-email label {
    width: 100%;
}

.school-user-email input {
    float: left;
    width: 60%;
    padding-right: 2px;
    border-right: 0 !important;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.school-user-email .at {
    position: absolute;
    right: 196px;
    top: 36px;
    width: 20px;
}

.school-user-email select {
    float: left;
    width: 40%;
    height: 50px;
    border: 1px solid #eee;
    color: #8b8b8b;
    font-size: 14px;
    border-radius: 4px;
    box-shadow: none;
    float: right;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.trial-popup .modal-body form .school-user-email .form-control.error {
    border: 1px solid #D93338 !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.school-user-email #school_email-error {
    position: absolute;
    bottom: -20px;
    left: 0;
}

.teacher-signup-fields p {
    position: relative;
}

label#school_consent-error {
    position: absolute;
    width: 200px;
    left: 0;
    padding-top: 22px;
    top: 2px;
}

/* 190121 */
#base-parent .price-cards{
    min-height:655px;
}
.price-cards .tooltip-box{
    position: absolute;
    left: 50%;
    bottom: 94px;
    width: calc(100% - 60px) ;
    transform: translateX(-50%);
}
.school-consent-wrap {
    position: relative;
}
.school-consent-wrap label#school_consent-error{
    padding-top:0;
    bottom: -15px;
    top: auto;
}

/* 190121 */
.upgradeRequestBody .success-message{
    padding: 30px;
}
.post_filter .bootstrap-select span.bs-caret{
    background:none;
}
.tutor_plans_card_wrapper .plan-con{
    max-width:292px;
    width:100%;
    min-height: 500px;
    padding:15px;
}
.tutor_plans_card_wrapper .plan-con .plan-head{
    margin-top:10px;
}
.tutor_plans_card_wrapper .plan-con .plan-specification{
    color:#b4b4b4;
    margin: 0 0 25px 0;
    font-weight: 500;
}

.tutor_plans_card_wrapper span.subscribe-txt{
    color:#b4b4b4;
    margin-bottom:5px;
    display: inline-block;
}
.tutor_plans_card_wrapper .plan-con li{

    background-position:left top 10px;
}
.tutor_plans_card_wrapper .plan-footer p.message{
    color:#b4b4b4;
    margin-bottom:20px;
    font-weight: 500;
}
.tutor_plans_card_wrapper .tooltip-box{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 50px) !important;
    bottom: 94px;
}
.tutor_plans_card_wrapper .tooltip-box a{
    margin-top: 40px;
}
@media(max-width:1280px){
    .tutor_plans_card_wrapper .best-value{
        font-size: 12px;
        width: 78px;
        height: 78px;
    }
}
@media(max-width:1170px){
    .tutor_plans_card_wrapper .d-flex{
        flex-wrap:wrap;
    }
}
@media screen and (max-width: 767px){
    .tutor_plans_card_wrapper .plan-con{
        max-width: 100%;
    }
}

/* RM-2023 by EID-1429 start*/
.banner-content.content-freeze-banner {
    display: flex;
    align-items: center;
    padding: 30px 0px;
    justify-content: center;
}
.headng2 {
    color: white;
    margin-bottom: 10px;
    font-weight: 600;
}
.headng3 {
    font-weight: 600;
    color: white;
}
.left-freeze-banner h2 {
    color: white !important;
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 600;
}
.left-freeze-banner {
    text-align: center;
}

@media screen and (max-width: 600px){
    .banner-content.content-freeze-banner {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 35px 0px;
        justify-content: center;
    }
}

/* RM-2023 by EID-1429 end*/

/* RM-2295 by EID-1429 start*/
.pricing_btn_color,
.pricing_btn_color:hover,
.pricing_btn_color:active,
.pricing_btn_color:focus{
    background: #E57038 !important; 
}
.pricing_btn_color:hover,.pricing_btn_color:active,
.pricing_btn_color:focus{
border: 1px solid #E57038;
}

/* RM-2295 by EID-1429 end*/