body{
	font-size: 1rem;
	line-height: 1.5;
	color: var(--theme-text-color);
    background-color: var(--theme-body-bg);
	position:relative;
}
.integration{
	position: relative;
	display: inline-block;
	height: 33px;
	width: 20px;
	vertical-align: top;
}
.int-text{
	font-size: 30px;
}
.int-lower-limit{
	position: absolute;
    bottom: -10px;
    left: 8px;
}
.int-upper-limit{
	position: absolute;
    top: -2px;
    left: 10px;
}
.integration-limit{
	display:inline-block;
	vertical-align:top;
	position:relative;
}
.integration-lower-limit{
	position:absolute;
	right:10px;
	bottom:0px;
}
.integration-upper-limit{
	position:absolute;
	right:10px;
	top:0px;
}
/* Solution box */
.solution .integration{
	margin-top: 10px;
	width:25px;
}
.solution .int-lower-limit{
    bottom: 2px;
    left: 15px;
}
.solution .int-upper-limit{
    top: -9px;
    left: 17px;
}
.solution .integration-lower-limit{
	right:4px;
}
.solution .integration-upper-limit{
	right:4px;
}
.set-question-menu{
  border: 1px solid #000;
  display: inline-block;
  padding: 5px 20px 5px 20px;
  border-radius: 20px;
  cursor: pointer;
}
.set-question-menu:hover{
	background:#000;
	color:#fff;
}
.editable-box{
	position:relative;
}
.edit-buttons{
	position:absolute;
	right:0px;
	top:0px;
	display:none;
}
.editable-box:hover .edit-buttons{
	display:block;
}
.solution b{
	color:#1686D9;
}
.notice-board{
  position: relative;
  border: 1px solid #1686D9;
  padding: 10px;
  margin-top: 50px;
  border-radius: 5px;
}
.notice-board-label{
  position: absolute;
  top: -25px;
  left: 50px;
  background: #1686D9;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
}
.math{
	font-size:18px ! important;
}
.header {
  color: var(--theme-text-color);
  background-color: var(--theme-body-bg);
  display: flex;
  align-items: center;
  position: fixed;
  left: 0;
  width: 100%;
  right: 0;
  top: 0;
  z-index: 999;
  padding:10px 0px 10px 0px;
  height: 70px;
}
.header a{
	color: var(--theme-text-color);
}
.site-search{
	border:0px ! important;
	padding:0px ! important;
}
.container{
  width: 1140px;
  margin-left:auto;
  margin-right:auto;
}
#scores{
	display:none;
}
#scores{
	position:fixed;
	top:150px;
	right:10px;
	width:45px;
	background:#ffffff;
	border:1px solid red;
	height:45px;
	border-radius:50%;
}
.scores{
	position:relative;
	color:red;
	text-align:center;
	font-weight:bold;
}
.score{
	position:absolute;
	top:0;
	right: 0;
    left: 0;
}
.score-over{
	top: 21px;
	position: absolute;
	width: 25px;
	border-bottom: 1px solid red;
	height: 1px;
	left: calc(50% - 13px);
}
.attempt{
	position:absolute;
	top:23px;
	right: 0;
    left: 0;
}
.logo-box{
	float:left;
	width:200px;
}
.menu-box{
	float:right;
}
ul.nav li{
	display:inline-block;
	list-style: none;
	padding:10px;
	vertical-align: top;
}
.profile-more{
	position: absolute;
	right: 80px;
	top:50px;
	box-shadow: 0 10px 40px 0 rgba(18,106,211,.07),0 2px 9px 0 rgba(18,106,211,.06);
	background: var(--theme-body-bg);
	border-radius: 4px;
	margin-top: 10px;
	padding: 10px;
	width:170px;
	z-index:12;
}
.profile-more i{
	margin-right:10px;
}
ul.profile-more li{
	border-bottom:1px solid #000;
	padding:10px 5px 10px 5px;
	cursor:pointer;
}
ul.profile-more li:last-child{
	border-bottom:0px solid #000;
}
ul.profile-more li:hover{
	opacity:0.8;
}
ul.profile-more li a{
	display:block;
	color:var(--theme-text-color);
}
input[type="submit"],.btn,.file-button{
  padding: 7px 20px 7px 20px;
  background-color: #1686D9;
  border:1px solid #1686D9;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.8;
  box-shadow: 0 2px 3px #00000063;
  transition: all .3s ease-in-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 40px;
  border-radius: 20px;
  cursor:pointer;
}
.btn.bordered{
    background-color: white;
    border: 1px solid var(--primary);
    color: var(--primary);
    padding: 7px 20px 7px 20px;
}
.large-avatar{
	width:200px;
	height:200px;
	border-radius:50%;
	margin-top:20px;
}
#fileElem{
	display:none;
}
.file-button {
  display: inline-block;
  background: #ccc;
  cursor: pointer;
  border: 1px solid #ccc;
  width: calc(100% - 40px);
  padding: 10px 20px 10px 20px;
  height: auto;
  text-align: center;
  color: var(--black);
}
.file-button:hover {
  background: #ddd;
}
.btn.sign-in{
	background-color: #34a853;
	border:1px solid #34a853;
}
.btn:hover{
	background-color: #ffffff;
	color:#1686D9;
	border:1px solid #1686D9;
}
.btn.ask{
	background-color: #fff;
	color: #1686D9;
	border-radius: 20px;
}
.btn.ask:hover{
	background-color:#1686D9;
	color:#ffffff;
}
.banner{
	position:relative;
}
.banner-text{
	position:absolute;
	bottom:200px;
	left:0;
	right:0;
}
.banner-text-heading{
	font-weight: 600;
	font-size: 64px;
	line-height: 64px;
	text-align: center;
	letter-spacing: -0.8px;
	margin: 40px 0px 8px;
	color: rgb(255, 255, 255);
}
.banner-text-caption{
	font-family: "Source Sans Pro", sans-serif, system-ui;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	line-height: 36px;
	color: rgb(255, 255, 255);
	text-align: center;
}
.search-box{
	position:absolute;
	left:20%;
	right:20%;
	border-radius:20px;
	padding:10px;
	bottom:100px;
	background:#fff;
	box-shadow: 4px 4px 16px #fff;
}
.search-box-wrapper{
	position:relative;
}
.search-box input{
	width:100%;
}
.search-box button{
	position: absolute;
	right: 5px;
	top: 4px;
	font-size: 18px;
	background: #1686D9;
	border-radius: 50%;
	padding: 7px;
	color: #fff;
	cursor:pointer;
}
.clear{
	clear:both;
}
.header-line {
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  top: 90px;
  z-index: 99;
}
.header-line .red {
  width: 25%;
  background-color: #fb4f48;
  height: 4px;
}
.header-line .yellow {
  width: 25%;
  background-color: #fbbc05;
  height: 4px;
}
.header-line .green {
  width: 25%;
  background-color: #34a853;
  height: 4px;
}
.header-line .blue {
  width: 25%;
  background-color: #1686D9;
  height: 4px;
}
.push{
	height:90px;
}
.course-page ol li::marker {
  color: var(--primary);
}
.caption{
  margin-top:50px;
  font-weight: 700;
  color: #1686D9;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom:30px;
  font-family: "Mikado", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
.center{
	text-align:center;
}
.bullet li{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
	display:inline-block;
	margin-right:20px;
	margin-bottom:20px;
	width:28%;
	border-radius: 0px 20px 20px 0px;
	border-left: 8px solid #1686D9;
	padding: 10px 15px 10px 20px;
	font-weight:bold;
	background:var(--white);
}
.bullet li a{
	display:block;
	color:var(--primary);
}
.bullet li:nth-child(3n){
	margin-right:0px;
}
.faq li{
	display:inline-block;
	margin-right:15px;
	margin-bottom:15px;
	width:29.5%;
	padding: 20px 15px 20px 15px;
	background-color: rgb(164, 166, 255);
	color: rgb(0, 0, 0);
	font-size: 20px;
	font-family: "Source Sans Pro", sans-serif, system-ui;
	font-style: normal;
	font-weight: 600;
	text-align: center;
	line-height: 25px;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
}
.faq li:nth-child(3n){
	margin-right:0px;
}
.faq li a{
	display:block;
}
.faqs{
	background:#ffffff;
	border-radius:10px;
}
.faqs li{
	border-bottom:1px solid black;
	display:block;
}
.faqs li:last-child{
	border-bottom:0px;
}
.faqs li.current{
	font-weight:bold;
}
.faqs li a{
	display:block;
	padding:5px 10px 5px 10px;
}
.service-bullets li{
	display:inline-block;
	margin-right:15px;
	margin-bottom:15px;
	width:29.5%;
}
.service-bullets li span.service-bullet {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  background: #ffffff;
  border: 3px solid #1686D9;
  margin-right: 5px;
  vertical-align: top;
  margin-top: 4px;
}
.syllabus li{
	padding:5px 0px 5px 0px;
	display:block;
	font-size:12px;
}
.syllabus li span.syllabus-list {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  background: #ffffff;
  border: 3px solid #1686D9;
  margin-right: 5px;
  vertical-align: top;
  margin-top: 1px;
}
.inline-list-ul li{
	display:inline-block;
	margin-right:10px;
	margin-bottom:10px;
}
.long-division td{
	padding:5px;
}
.long-division td.divisions{
	border-top:1px solid var(--theme-border-color);border-left:1px solid var(--theme-border-color);
}
.division-group{
	border-bottom:1px solid;
}
.subtraction-space{
    padding-left:5px;
}
.mock-menu{
    background-color:#eee;
    border: 1px solid #635ebe;
    border-top-color: rgb(99, 94, 190);
    border-right-color: rgb(99, 94, 190);
    border-bottom-color: rgb(99, 94, 190);
    border-left-color: rgb(99, 94, 190);
    color: rgba(255,255,255,.9);
	display: inline-block;
    text-align: center;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: 50px;
    padding: 8px 25px;
    font-size: .875rem;
    transition: all .2s ease;
    font-weight: 300;
    cursor: pointer;
	box-shadow: 0 5px 10px rgba(99,94,190,.4) !important;
	margin-left: auto;
	margin-right: auto;
	width: 180px;
	display: block;
	margin-top: 20px;
}
.mock-menu li{
	display:inline-block;
	border-right:1px solid #fff;
	position:relative;
}
.mock-menu li a{
	display:block;
	color:#000;
	padding:5px 10px 5px 10px;
}
.mock-menu li:last-child{
	border-right:0px solid #fff;
}
ul.mock-menu li ul{
	position:absolute;
	box-shadow: 0 5px 10px rgba(99,94,190,.4);
	top: 29px;
	left: -30px;
    right: -30px;
	padding:0px;
	background: #fff;
	display:none;
	border-radius:5px;
}
ul.mock-menu li ul li{
	border-bottom:1px solid #000;
	display:block;
}
ul.mock-menu li ul li:last-child{
	border-bottom:0px;
}
ul.mock-menu li ul li a{
	padding:10px;
	display:block;
}
ul.mock-menu li:hover ul{
	display:block;
}
#timer{
	position: fixed;
	bottom: 10px;
	right: 10px;
	top: 75px;
	background: black;
	height: 35px;
	border-radius: 20px;
	color: #fff;
	font-size: 25px;
	padding: 5px 10px 5px 10px;
	z-index: 1000000;
}
.maths-revision{
	line-height: 20px;
	font-size:15px;
}
.arc-bg{
	position:relative;
	color: red;
	font-size: 17px;
	top: -7px;
}
.notes-arc {
  position: absolute;
  top: 5px;
  left: 3px;
  right: 0;
  color: black;
  font-size: 14px;
}
.arc{
	position:absolute;
	top:10px;
	left:3px;
	right:0;
	color: var(--theme-text-color);
	font-size: 14px;
}
.vector span {
	margin-left: -20px;
	font-size:24px;
}
.vector-qns .vector span {
	margin-left: -7px;
}
.point{
	color: red;
	padding: 1px 1px 1px 2px;
}
.division-box{
	height:2px;
	border-top:1px solid black;
	padding: 0px !important;
}
.calc-table td{
	padding:5px;
}
.carry-over{
	color:red;
}
.highlight{
	padding:5px;
	border:1px solid blue;
	border-radius:20px;
}
.highlight.red{
	border:1px solid red;
}
.highlight.yellow{
	color:yellow;
}
.highlight.green{
	border:1px solid green;
}
.highlight.black{
	border:1px solid black;
}
.book{
	display:inline-block;
	background:#ffffff;
	margin-right:10px;
	width:200px ! important;
	height:300px;
	position:relative;
}
.book .cover{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
}
.book .cover img{
	width:100%;
	height:100%;
}
.book .title{
	color: #ffffff;
	z-index: 2;
	position: relative;
	padding: 80px 10px 20px 10px;
	text-align: center;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:bold;
	text-shadow: 1px 1px #000;
}
.book .desc{
	position:absolute;
	right:0;
	left:0;
	bottom:50;
	z-index:2;
	color:gold;
	text-shadow: 1px 1px #000;
	text-align:center;
}
ul.question-options{
	width: 168px;
	margin: 20px auto 0px auto;
	list-style: none;
	background: #1686D9;
	color: #fff;
	padding: 5px 10px 5px 10px;
	border-radius: 20px;
	position:relative;
	cursor:pointer;
}
ul.question-options li ul li a{
	padding:5px;
}
ul.question-options li ul li:hover{
	font-weight:bold;
}
ul.question-options li ul{
	position:absolute;
	box-shadow: var(--theme-shadow);
	top: 29px;
	left: 0;
	right: 0;
	padding:0px;
	background: var(--theme-bg-secondary);
	display:none;
	border-radius:5px;
	z-index:2;
}
ul.question-options li ul li{
	border-bottom:1px solid var(--theme-border-color);
}
ul.question-options li ul li:last-child{
	border-bottom:0px;
}
ul.question-options li ul li a{
	padding:10px;
	display:block;
}
ul.question-options li:hover ul{
	display:block;
}
.landscape-book{
	display:inline-block;
	background:#ffffff;
	margin-right:10px;
	width:400px ! important;
	height:200px;
	position:relative;
}
.landscape-book .cover{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
}
.landscape-book .cover img{
	width:100%;
	height:100%;
}
.landscape-book .title{
	color: #ffffff;
	z-index: 2;
	position: relative;
	padding: 80px 10px 20px 10px;
	text-align: center;
	font-size: 15px;
	text-transform:uppercase;
	font-weight:bold;
	text-shadow: 1px 1px #000;
}
.featured-questions{
	width:100%;
	height:100%;
	background:#ffffff;
	padding:10px;
}
.close-support{
	z-index: 10001;
	left: 148px;
	top: 80px;
	position: fixed;
	font-size: 20px;
	color: #f45d22;
	cursor:pointer;
}
.support{
	z-index: 10000;
	background-color: #f45d22;
	color:#ffffff;
	position:fixed;
	left:5px;
	top:100px;
	padding: 11px 20px 11px 20px;
	font-weight:bold;
	font-family: nunito,quicksand,sans-serif;
	font-size: 16px;
	border-radius:30px;
}
.mob-support{
	z-index: 10000;
	background-color: #f45d22;
	color:#ffffff;
	position:fixed;
	left:5px;
	bottom:15px;
	padding: 11px 20px 11px 20px;
	font-weight:bold;
	font-family: nunito,quicksand,sans-serif;
	font-size: 16px;
	border-radius:30px;
	display:none;
}
.adsbygoogle.adsbygoogle-noablate{
	z-index:1 !important;
}
.bece-box{
	max-width:400px;
	margin:20px auto 20px auto;
	background:#000;
	color:#fff;
	padding:10px;
	text-align:center;
}
.font-lato{
	z-index:1000000000000000000000000000000;
}
body,ul,p,h1,h2,h3,h4,div{
	margin:0px;
	padding:0px;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
{
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline
}
*:focus {
    outline: none;
}
.share{
	position: fixed;
	right: 10px;
	top: 70px;
}
#share{
	position: fixed;
	right: 10px;
	top: 100px;
	width:45px;
	background:#fff;
	border-radius:20px;
	z-index:20;
}
.share a.popup{
	color:#1686D9;
	cursor:pointer;
	font-weight:bold;
}
#share i{
	font-size:25px;
}
#share a{
	display:block;
	padding:10px;
}
#share i.fab.fa-facebook{
	color:#3b5998;
}
#share i.fab.fa-twitter{
	color:#00acee;
}
#share i.fab.fa-whatsapp{
	color:#25d366;
}
sub{
	margin-bottom:-10px;
}
sup{
	margin-top:-10px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table.cells{
    border-collapse: collapse;
    border: 1px solid var(--theme-border-color);
}
table.cells td{
    border: 1px solid var(--theme-border-color);
    padding: 10px 10px;
	font-size:11px;
	vertical-align: top;
}
table.cells td.no-border {
    border: 0px solid var(--theme-border-color);
    padding: 10px 10px;
    font-size: 11px;
}
table.thick-cells{
    border-collapse: collapse;
    border: 1px solid var(--theme-border-color);
}
table.thick-cells td{
    border: 1px solid var(--theme-border-color);
    padding: 10px 10px;
	font-size:11px;
}
table.thick-cells td.no-border {
    border: 0px solid var(--theme-border-color);
    padding: 10px 10px;
    font-size: 11px;
}
table.cells.big td{
	font-size:12px;
}
table.cells.big tr:hover{
	background-color: #f5f5f5;
}
.table-header td{
	font-weight:bold;
}
.sponsored{
	background:#fff;
	margin-bottom:10px;
}
.sponsored .info{
	padding:10px;
}
.sponsored:hover{
	cursor:pointer;
	opacity:0.8;
}
/*
.sponsored img{
	max-height:150px;
}
*/
.sponsor-banner{
	background: #6f42c1 url(images/sponsored.jpg)no-repeat center center;
    background-size: auto;
	min-height: 290px;
	background-size: cover;
	position:relative;
}
.sponsor-banner .text{
    position: absolute;
    left:0;
	right:0;
	text-align:center;
    top: 80px;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
	text-transform:uppercase;
}
.post{
	max-height:700px;
	overflow: hidden;
}
.post ul,.post ol,.full-post ul,.full-post ol{
	margin-left:20px;
}
.full-post ul{
	margin-left:20px;
}
.trend{
	background:#FFF;
	padding:10px;
	margin-bottom:20px;
}
.post-tasks{
	border-top:1px solid #F5F5F5;
	padding:10px;
	margin-top:10px;
	position:relative;
	background: #fff;
}
.share-post{
	position:absolute;
	box-shadow: 0px 3px 12px 1px rgba(0,0,0,0.1);
	border-radius:20px;
	top: 30px;
	z-index: 2;
	background: #fff;
	padding: 10px;
	left: 0px;
	font-size: 20px;
}
.share-post a:hover{
	color:#512DA8;
}
.cursor{
	cursor:pointer;
}
a{
    text-decoration:none;
    color:var(--theme-text-color);
}
a.link:hover{
	text-decoration:underline;
}
table.zebra tr:nth-child(odd){
	background:#ECF0F6;
}
table.zebra td,table.bordered td{
	padding:5px;
	border:1px #ccc solid;
}
.qn-sol-table td{
	padding:5px;
}
.content-box{
	background:#fff;
	padding:10px;
	width:300px;
}
.school-page{
	width:98%;
	margin-left:auto;
	margin-right:auto;
}
.school-page .content{
	background:#fff;
}
.school-page-header{
	background:#fff;
	padding:20px;
}
select{
	font-size: 14px;
	width:100%;
	height: 30px;
	padding-left:10px;
}
.channel-search-box,.forum-search-box{
	margin-top:50px;
	width:500px;
	margin-left:auto;
	margin-right:auto;
}
.channel-container,.forum-container{
	margin: 0px 30px 0px 30px;
}
#search,.search{
	width: 500px;
	height: 33px;
	padding-left: 35px;
	font-size: 13px;
	background: url('../images/search.png') no-repeat scroll 3px 5px #FFF;
	border: 1px #ECF0F6 solid;
	padding-top: 6px;
	border-radius: 20px;
}
.solution{
    padding: 10px 5px 10px 10px;
    margin: 15px 0;
    display: block;
    line-height: 18px;
    border: 1px solid #F0F0F0;
    border-radius: 3px;
    font-size: 13px;
    font-family: 'monaco', 'Consolas', "Liberation Mono", Courier, monospace;
    word-wrap: normal;
    overflow-x: auto;
    min-height: 28px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    word-wrap: break-word !important;
}
/* Buttons */
input[type="submit"] ,button{
    background-color: #1686D9;
    border: 1px solid #1686D9;
    color: rgba(255,255,255,.9);
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: 50px;
    padding: 8px 25px;
    font-size: .875rem;
    transition: all .2s ease;
    vertical-align: middle;
    font-weight: 300;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(99,94,190,.4) !important;
}
.login-btn,.account-btn, .signup-btn{
    color: var(--white) ! important;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: 50px;
    padding: 8px 25px;
    font-size: .875rem;
    transition: all .2s ease;
    vertical-align: middle;
    font-weight: 300;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(99,94,190,.4) !important;
}
.signup-btn{
	background-color: var(--primary);
	z-index: 1;
    position: relative;
}
.login-btn{
	background-color: rgb(164, 166, 255);
	border: 1px solid rgb(164, 166, 255);
	padding-left: 60px;
	margin-left: -50px;
}
.account-btn{
	background-color: #e83e8c;
	 border: 1px solid #e83e8c;
}
.signup-btn:hover,.login-btn:hover{
	background-color: blue;
}
#search_result
{
    position:absolute;
    width:498px;
	margin-left:20px;
    display:none;
	color:black;
    margin-top:-1px;
    border:solid 1px #dedede;
    border-top:0px;
    overflow:hidden;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    box-shadow: 0px 0px 5px #999;
    border-width: 3px 1px 1px;
    border-style: solid;
    border-color: #333 #DEDEDE #DEDEDE;
    background-color: white;
}
#channels,#threads
{
    position:absolute;
    width:500px;
	margin-left:0px;
	margin-top: -5px;
    display:none;
	color:black;
    margin-top:-1px;
    border:solid 1px #dedede;
    border-top:0px;
    overflow:hidden;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    box-shadow: 0px 0px 5px #999;
    border-width: 3px 1px 1px;
    border-style: solid;
    border-color: #333 #DEDEDE #DEDEDE;
    background-color: white;
}
#search_result ul li,#channels ul li,#threads ul li{
	color: black;
	padding: 5px;
	border-bottom: 1px solid #1686D9;
}
#search_result ul li:last-child,#channels ul li:last-child,#threads ul li:last-child{
	border-bottom: none;
}
#search_result ul li:hover,#channels ul li:hover,#threads ul li:hover{
	background:#1686D9;
	color:#ffffff;
	cursor:pointer;
}
#search_result ul li:hover a,#channels ul li:hover a,#threads ul li:hover a{
	color:#fff;
}
.channel_search_result_box{
	background:#fff;
	padding:20px;
}
ul.channel_search{
	list-style:none;
}
 ul.channel_search li{
	color: black;
	padding: 5px;
	border-bottom: 1px solid #1686D9;
}
 ul.channel_search li:last-child{
	border-bottom: none;
}
 ul.channel_search li:hover{
	background:#F5F5F5;
	cursor:pointer;
}
.channel_search_result_box{
	background:#fff;
	padding:20px;
}
ul.forum_search{
	list-style:none;
}
 ul.forum_search li{
	color: black;
	padding: 5px;
	border-bottom: 1px solid #1686D9;
}
 ul.forum_search li:last-child{
	border-bottom: none;
}
 ul.forum_search li:hover{
	background:#F5F5F5;
	cursor:pointer;
}
.trends .thread{
	display:block;
	background:#fff;
	margin-bottom:10px;
	padding:10px;
}
.trends .thread:hover{
	opacity:0.7;
}
.thread-summary{
	font-size:12px;
}
.forum-tab{
	border:1px solid #1686D9;
	border-radius:10px;
	width:139px;
}
.forum-tab li{
	display:inline-block;
	list-style:none;
}
.forum-tab li:first-child{
	border-radius:10px 0px 0px 10px;
}
.forum-tab li:last-child{
	border-radius:0px 10px 10px 0px;
	margin-left:-3px;
}
.forum-tab li:hover{
	background:#fff;
}
.forum-tab li.active{
	background:#fff;
}
.forum-tab li a{
	padding:5px 10px 5px 10px;
	display:block;
}
.forum-title-box{
	padding:10px 10px 20px 10px;
	border-bottom:1px solid #1686D9;
}
.forum-box{
	background:#fff;
}
.forum-content{
	margin-top:10px;
	padding:10px;
}
.comment-bubble ul,.comment-bubble ol{
	margin-left:10px;
}
.comment-bubble img{
	max-width:100% ! important;
	height:auto ! important;
}
.school-program{
	border-bottom:1px #ccc solid;
}
.programs .school-program:last-child{
	border-bottom:0px #ccc solid;
}
.clear{
	clear:both;
}
.container{
	width: 1170px;
	margin-left:auto;
	margin-right:auto;
}
.top{
	background:#1686D9;
	height: 40px;
	color:#fff;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	z-index: 99;
}
.top-menu a{
	color:#fff;
}
ul.top-menu li{
	display:inline-block;
	vertical-align:top;
	position:relative;
}
ul.top-menu li a{
	display:block;
	padding:10px 20px 10px 10px;
	cursor:pointer;
}
ul.top-menu li ul.submenu{
	position: absolute;
	top: 44px;
	left: -50px;
	background: #1686D9;
	border-radius: 0px 0px 10px 10px;
	margin-top: -4px;
	display:none;
	width:200px;
}
ul.top-menu li ul.submenu.wide{
	left:-35px;
	width:170px;
}
ul.top-menu li ul.submenu.wider{
	left: -80px;
	width: 280px;
}
ul.top-menu li:hover ul.submenu{
	display:block;
}
ul.top-menu li ul.submenu li{
	display:block;
	border-bottom:1px solid #fff;
}
ul.top-menu li ul.submenu li:last-child{
	border-bottom:0px solid #fff;
}
.pull-right{
	float:right;
}
.logo-container{
	text-align:center;
	padding: 35px 0px 30px 0px;
	line-height: 1.5em;
	font-size: 18px;
}
.kuulchat{
	font-size:25px;
}
.center{
	text-align:center;
}
a{
	text-decoration:none;
}
.box{
	background:#ffffff;
	width:380px;
	margin-right:10px;
	margin-bottom:10px;
	display:inline-block;
}
.box img{
	width:100%;
}
.box.popular img{
	border-top:1px solid #f5f5f5;
}
.box-desc{
	padding:10px;
}
.box-header{
	font-weight:bold;
	padding:10px;
}
.container .box:nth-child(3n+0){
	margin-right:0px;
}
.footer-nav {
    background:#1f1f1f url(../images/pattern.png) !important;
	padding: 25px 0px;
	margin-top: 20px;
	border-top: 4px solid #ccc;
	color:#fff;
}
.footer-nav h3 {
    font-size: 15px;
    color:#bfbfbf;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px;
    padding: 10px 0px;
}
.footer-nav ul li{
	font-size: 13px;
	color:#fff;
	list-style-type: none;
	line-height: 28px;
	margin: 0px;
	padding: 0px;
}
.footer-nav ul li a{
	color:#ffffff;
}
.footer-nav ul li a i{
	margin-right:10px;
}
.social-networks a{
	color:#b1afaf;
	font-size: 30px;
	margin-right:15px;
}
.social-networks a:hover{
	color:#fff;
}
.inline-block{
	display:inline-block;
	vertical-align:top;
}
.remain-inline{
	display:inline-block;
	vertical-align:top;
}
.bold{
	font-weight:bold;
}
.course-banner{
	background: #6f42c1 url(images/course_banner.png)no-repeat center center;
	min-height: 290px;
	background-size: cover;
	position:relative;
}
.it-course-banner{
	background: #6f42c1 url(images/it_course_banner.jpg)no-repeat center center;
	min-height: 290px;
	background-size: cover;
	position:relative;
}
.course-banner .text,.it-course-banner .text{
    position: absolute;
    left:0;
	right:0;
	text-align:center;
    top: 80px;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
	text-transform:uppercase;
}
.course-banner.jhs{
	background: #6f42c1 url(images/jhs_course_banner.jpg)no-repeat center center;
	background-size: cover !important;
}
.course-banner.shs{
	background: #6f42c1 url(images/shs_course_banner.jpg)no-repeat center center;
	background-size: cover !important;
}
.courses{
	margin-top:20px;
}
.course{
	background:#fff;
	width:374px;
	display:inline-block;
	vertical-align:top;
	margin-right:20px;
	margin-bottom:20px;
	cursor:pointer;
}
.course:hover{
	opacity:0.8;
}
.courses .course:nth-child(3n+0) {
  margin-right:0px;
}
.course .thumbnail img{
	width:100%;
}
.course .thumbnail{
	border-bottom:1px solid #F5F5F5;
}
.course .name{
	padding:10px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}
.course .body{
	height:380px;
	overflow:hidden;
	padding: 10px;
}
.course .body.lower{
	height:230px;
}
.course .objective{
	padding:10px;
}
.course .objective ul{
	list-style: disc outside none;
	margin-left: 10px;
}
.course-objective ul{
	list-style: disc outside none;
	margin-left: 20px;
}
.course .objective ul li{
	margin-bottom:10px;
}
.course-menu{
	background:#fff;
	padding:20px;
	border-radius:20px;
}
ul{
	list-style-type: none;
}
.course-menu ul li.menu {
    border-bottom: 1px solid #f5f5f5;
    padding: 5px;
	list-style-type: none;
}
.course-menu ul li a{
	color:#000;
	display:block;
}
.course-menu ul li.current{
	font-weight:bold;
	background: #F5F5F5;
}
.course-page .inner{
	padding:20px;
}
.question-box{
    box-shadow:var(--theme-shadow);
    padding:10px;
    border-radius:5px;
    position:relative
}
.question-box p{
    margin-bottom:5px;
}
.question-box-content{
    line-height:22px;
}
b{
	color:var(--primary);
}
.question-box-explanation{
    margin-top:20px;
    border:1px solid var(--theme-border-color);
    padding:10px;
}
.question-box-explanation p, .question-box-explanation h4, .question-box-explanation table{
	margin-bottom:10px;
}
.question-box img{
	border-radius:5px;
}
.question-page{
	margin: 0px 20px 0px 20px;
}
.solution p,.solution table{
	margin-bottom:10px;
}
.solution table td{
	padding:5px;
}
.instructor_profile img{
	border-radius:20px;
	margin-bottom:10px;
}
.course-page img{
	max-width:100% ! important;
}
.outline ul{
	list-style: disc outside none;
	margin-left: 20px;
}
.outline .content{
	font-size:14px;
	margin-top: 10px;
	padding: 10px;
}
.outline .week{
	background: #eee;
	text-transform:uppercase;
	padding: 5px;
	border-bottom: 1px dotted #fff;
}
.outline .week a{
	color:#000;
}
.outline .week.current{
	background-color: rgb(214, 214, 214);
	font-weight:bold;
}
.course-content img{
	max-width:100% ! important;
	height:auto ! important;
}
 .course-content ul{
	list-style: disc outside none;
	margin-left: 20px;
}
ol{
	padding:20px 20px 20px 30px;
}
.plans .plan{
    position:relative;
    display:inline-block;
    background:var(--theme-body-bg);
    border:1px solid var(--theme-border-color);
    width:calc(33% - 55px);
    vertical-align:top;
    margin-right:20px;
    padding:20px;
    border-radius:20px;
    height:670px;
}
.plans .plan.popular{
    border-radius:0px 0px 20px 20px;
}
.plans .plan .most-popular{
    position:absolute;
    background:var(--primary);
    color:var(--white);
    padding:10px;
    top:-45px;
    left:0;
    right:0;
    border-radius: 20px 20px 0px 0px;
    text-align: center;
}
.bg-gradient-primary {
  background-image: linear-gradient(180deg,#FFFFFF 0%,var(--primary) 126.95%);
}
.bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text;
}
.text-4xl {
  font-size: clamp(2.5rem,1.509vw + 2.142rem,3.5rem);
  font-weight: var(--font-weight-semibold);
}
.leading-snug {
  line-height: 1.2;
}
.text-transparent {
  color: transparent;
}
.plan ol{
  padding: 20px 20px 20px 15px;
}
.plan ol li{
    margin-bottom:10px;
}
.plan ol li::marker {
  color: var(--primary);
}
.plans .plan:nth-child(3n){
    margin-right:0px;
}
.shadow-box{
    box-shadow:var(--theme-shadow);
    padding:10px;
    margin:10px 0px 10px 0px;
}
.course-content ol{
	margin-left: 20px;
}
.university-banner{
	background: #6f42c1 url(images/university_banner.jpg)no-repeat center center;
    background-size: auto;
	min-height: 290px;
	background-size: cover ! important;
	position:relative;
}
.university-banner .text{
    position: absolute;
    left:0;
	right:0;
	text-align:center;
    top: 80px;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
	text-transform:uppercase;
}
.change-banner{
    position: absolute;
    bottom: 20px;
    left: 40px;
    background: #fff;
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
	font-weight:bold;
}
.change-banner a{
	display:block;
	color:#1686D9;
}
.logo-on-banner{
    position: absolute;
    top: 20px;
    left: 40px;
    background: #fff;
    padding: 20px;
    border-radius: 50%;
	font-weight:bold;
}
.logo-on-banner img{
	width:100px;
	border-radius:50%;
}
.uni-panel-header{
	background:#F5F5F5;
	font-weight:bold;
	padding:10px;
	margin-bottom:20px;
}
.university-content table{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 15px 0;
}
.university-content table thead {
    background-color: #f9f9f9;
}
.university-content table td, .course-content table th {
    min-width: 40px;
    height: 30px;
    border: 1px solid #ccc;
    vertical-align: top;
    padding: 2px 4px;
    text-align: left;
    box-sizing: border-box;
}
.university-bg{
	padding:10px;
	border-radius: 20px;
	opacity:0.7;
}
.university{
	background:#ffffff;
	width:374px;
	display:inline-block;
	vertical-align:top;
	margin-right:20px;
	margin-bottom:20px;
	cursor:pointer;
}
.question{
	background:var(--white);
	box-shadow:var(--theme-shadow);
	width:374px;
	display:inline-block;
	vertical-align:top;
	margin-right:20px;
	margin-bottom:20px;
	cursor:pointer;
	font-size:14px;
	color:var(--black);
}
.questions .question:nth-child(3n+0) {
  margin-right:0px;
}
.gcse-inner-box{
	padding:0px 20px 20px 20px;
}
.gcse-question{
	background:#ffffff;
	width:48.2%;
	display:inline-block;
	vertical-align:top;
	margin-right:20px;
	margin-bottom:20px;
	cursor:pointer;
	font-size:14px;
}
.gcse-questions .gcse-question:nth-child(2n+0) {
  margin-right:0px;
}
.university .remain-inline.name{
	width: 80%;
	padding: 18px 10px 18px 14px;
	font-weight: bold;
}
.university .remain-inline.logo{
	padding:5px;
	width: 10%;
}
.university .remain-inline.logo img{
	width:50px;
	height:50px;
}
.universities .university:nth-child(3n+0) {
  margin-right:0px;
}
.universities{
	margin-top:20px;
}
.university-menu{
	background:#fff;
	padding:20px;
	border-radius:20px;
}
.university-menu ul li.menu {
    border-bottom: 1px solid #f5f5f5;
    padding: 5px;
	list-style-type: none;
}
.university-menu ul li a{
	color:#000;
	display:block;
}
.university-menu ul li.current{
	font-weight:bold;
	background: #F5F5F5;
}
.university-page{
	background:#fff;
	padding:20px;
}
.university-page img{
	max-width:100% ! important;
}
.university-page ul{
	list-style: disc outside none;
	margin-left: 10px;
}
.youtube-embedded{
	width:100%;
	border:0px;
	height:300px;
}
.courses{
	margin-top:20px;
}
.mobile-bar-div{
	display:none;
}
.sign-in-form,.sign-up-form {
    position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
	width: 400px;
    margin: 2% auto;
    padding: 30px;
	box-shadow: 0 10px 40px 0 rgba(18,106,211,.07),0 2px 9px 0 rgba(18,106,211,.06);
	border: none;
	margin-bottom: 1.875rem;
	transition: all .3s ease;
}
.sign-up-form{
	width:800px;
	margin: 2% auto;
	border-radius:40px;
}
.center{
	text-align:center;
}
input[type="text"],input[type="phone"],input[type="password"],input[type="email"]{
    display: block;
    width: 100%;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #dfe7f3;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-bottom:5px;
}
TextArea{
	width: 100%;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #dfe7f3;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-bottom:5px;
	resize:none;
}
.comment-box{
	margin-top: 30px;
}
.share-box{
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	border-radius:10px;
	background:#FFFFFF;
	position:absolute;
	right:0;
	top: 45px;
	width:100px;
	padding: 10px 20px 10px 20px;
	font-size: 28px;
	display:none;
}
.share-box a:hover{
	color:#1686D9;
}
.pointer{
	cursor:pointer;
}
.share-news{
	font-size: 20px;
}
.comment-summary{
	border-bottom:1px solid #EDEFF1;
	padding:5px 10px 5px 10px;
	margin-bottom: 20px;
	position:relative;
}
.comment-bubble{
	background:#EDEFF1;
	border-radius:20px;
	padding:5px 20px 5px 20px;
	font-size:12px;
}
.comment-avatar{
	width:50px;
	height:50px;
	border-radius:50%;
	border:1px solid #EDEFF1;
}
.channel-avatar,.forum-avatar{
	width:80px;
	height:80px;
	border-radius:50%;
	border:1px solid #EDEFF1;
}
.channel-summary,.forum-summary{
	background:#fff;
	padding:10px;
	margin-bottom:20px;
}
ul.forum li{
	list-style:none;
}
ul.forum li a{
	display:block;
	padding:5px 10px 5px 10px;
}
ul.forum li.current{
	border-right:2px solid #635ebe;
	background:#fff;
}
ul.forum li:hover{
	border-right:2px solid #635ebe;
	background:#fff;
}
.time{
	margin-top: 5px;
	font-size: 12px;
	color: #65676B;
}
.comment-container{
	margin-bottom:10px;
	position:relative;
}
.delete-comment{
	position: absolute;
	right: 16px;
	top: 5px;
	cursor:pointer;
	visibility:hidden;
}
.delete-comment:hover{
	color:#1686D9;
}
.comment-container:hover .delete-comment{
	visibility:visible;
}
.sign-in-form input[type="password"]{
	margin-bottom:10px;
}
.main-color{
	color:#635ebe;
}
.avatar{
	width:30px;
	height:30px;
	border-radius:50%;
}
.mini-dp{
  display:inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #512DA8;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  display:block;
  margin-right:10px;
}
#dialog{
	position: fixed;
	z-index: 1000000000000000000000000000000015;
	content:'';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display:none;
}
#dialog-content{
    margin-left:auto;
    margin-right:auto;
    margin-top:80px;
    background:var(--theme-bg-primary);
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
    border-radius:15px;
}
.dialog-header{
    border-bottom:1px solid var(--theme-border-color);
    padding:15px;
    color:var(--theme-text-color);
    font-weight:bold;
}
.modal-close-btn{
    float:right;
    color:var(--theme-text-color);
    font-size:20px;
    cursor:pointer;
}
.dialog-content{
    max-height:400px;
    min-height:50px;
    overflow-y: auto;
    padding:10px;
    line-height:22px;
}
.dialog-footer{
	margin-top:10px;
    border-top:1px solid var(--theme-border-color);
    padding:15px;
}
.form-content{
	background:#ffffff;
}
.form-heading{
	padding:10px;
	color:#fa8c5c;
	font-weight:bold;
	border-bottom:1px solid #818a91;
}
.form-content-elements{
	padding: 10px 24px 20px 10px;
}
.form-content-elements p{
	margin-top:10px;
}
.ajax-form-spinner {
  height: 10px;
  width: 10px;
  animation: rotate 0.8s infinite linear;
  border: 8px solid #818a91;
  border-right-color: transparent;
  border-radius: 50%;
  margin-left:auto;
  margin-right:auto;
}
@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}
.sceditor-container{
	width:100% ! important;
}
.bordered-btn{
	background:#ffffff;
	border:1px solid var(--primary);
	color:var(--primary);
	border-radius:50px;
}
.bordered-btn:hover{
	background: var(--primary);
	color:#ffffff;
}
.popup-form{
	background:#fff;
}
.popup-title{
	background:var(--primary);
	color:#FFF;
	padding:10px;
}
.popup-title a{
	color:var(--white);
}
.popup-form-content{
	padding:10px;
	text-align:left;
}
.popup-content{
	padding:10px;
	text-align:left;
}
.popup-form-buttons{
	padding:10px;
	margin-bottom:10px;
}
#progress{
	display:none;
}
#dialog-info{
	padding-bottom:2px;
}
#response{
	text-align:left;
}
.dialog-close{
	display:none;
	position:absolute;
	right:0;
	top:-30px;
	font-size: 25px;
    cursor:pointer;
    color:#00aff0;
}
.fixed-social-handles{
	position:fixed;
	right:0;
	top:calc(50% - 100px);
	background:var(--primary);
	z-index:1000000000;
}
.fixed-social-handles ul li a{
	display:block;
	color:var(--white);
	font-size: 20px;
	padding:5px;
	text-align: center;
}
.fixed-social-handles ul li a.whatsapp{
	background:#25d366;
}
.fixed-social-handles ul li a.facebook{
	background:#3b5998;
}
.fixed-social-handles ul li a.youtube{
	background:#ff0000;
}
.fixed-social-handles ul li a.kuulchat{
	background:var(--primary);
}
.fixed-social-handles ul li a.call{
	background:var(--primary);
}
.fixed-social-handles ul li a.playstore{
	background:#000;
}
/*
input[type="submit"],.btn {
    background-color: #635ebe;
    border: 1px solid #635ebe;
    border-top-color: rgb(99, 94, 190);
    border-right-color: rgb(99, 94, 190);
    border-bottom-color: rgb(99, 94, 190);
    border-left-color: rgb(99, 94, 190);
    color: rgba(255,255,255,.9);
	display: inline-block;
    text-align: center;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: 50px;
    padding: 8px 25px;
    font-size: .875rem;
    transition: all .2s ease;
    vertical-align: middle;
    font-weight: 300;
    cursor: pointer;
	box-shadow: 0 5px 10px rgba(99,94,190,.4) !important;
}
.btn:hover{
	color: rgba(255,255,255,.9);
}
*/
.post-comment{
	background:#fff;
	border: 1px solid #635ebe;
	color:#635ebe;
	width: 100px;
}
.post-comment:hover{
	background:#635ebe;
	color:#fff;
}
.follow-post{
	background:#fff;
	border: 1px solid #fe2c55;
	color:#fe2c55;
	width: 100px;
}
.follow-post:hover{
	background:#fe2c55;
	color:#fff;
}
.report-post{
	width: 100px;
	background:#fe2c55;
	color:#fff;
}
.report-post:hover{
	background:#fff;
	border: 1px solid #fe2c55;
	color:#fe2c55;
}
.following{
	background:#fff;
	border: 1px solid #fe2c55;
	color:#fe2c55;
	padding:5px 20px 5px 20px;
	border-radius:20px;
	margin-top:5px;
	display:inline-block;
	width: 110px;
}
.hide-message{
    cursor:pointer;
    margin-left:20px;
}
#close-market{
	position:fixed;
	top: 80px;
    left: 10px;
}
#close-market a{
	color:var(--primary);
}
.market{
	position:fixed;
	top:100px;
	left:7px;
	z-index: 2;
}
.marketing-btn{
	border:1px solid var(--primary);
	color:var(--primary);
	background:var(--white);
	padding: 10px 30px 10px 30px;
    border-radius: 20px;
    text-align: center;
}
#feedback{
	position:fixed;
	right:0;
	bottom:-10px;
	z-index:100000000000000000;
}
#animation,#dialog_animation{
	display:none;
}
.spinner {
  margin: 30px;
  height: 15px;
  width: 15px;
  animation: rotate 0.8s infinite linear;
  border: 8px solid #FFFFFF;
  border-right-color: transparent;
  border-radius: 50%;
  margin-left:auto;
  margin-right:auto;
}

@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}
.mini-spinner {
  height: 10px;
  width: 10px;
  animation: rotate 0.8s infinite linear;
  border: 8px solid #635ebe;
  border-right-color: transparent;
  border-radius: 50%;
  margin-left:auto;
  margin-right:auto;
}

@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}
.information p, .success p, .warning p,.validation p,.error p{
	padding-bottom: 3px;
}
.information {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/info.png');
}
.success {
	color: #4F8A10;
	background-color: #88ffd1;
	background-image:url('../images/success.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/warning.png');
}
.error,.success,.warning,.information {
	margin: 10px 0px;
	padding: 5px 5px 5px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/error.png');
}
pre {
    padding: 10px 5px 10px 10px;
    margin: 15px 0;
    display: block;
    line-height: 18px;
    background: #F0F0F0;
    border-radius: 3px;
    font-size: 13px;
    font-family: 'monaco', 'Consolas', "Liberation Mono", Courier, monospace;
    white-space: pre;
    word-wrap: normal;
    overflow-x: auto;
	min-height: 28px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    word-wrap: break-word !important;
    white-space: pre-wrap !important;
}
.comment-bubble pre{
	background:#fff;
}
.course-content table{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 15px 0;
}
.course-content table td, .course-content table th {
    min-width: 40px;
    height: 30px;
    border: 1px solid #ccc;
    vertical-align: top;
    padding: 5px;
    text-align: left;
    box-sizing: border-box;
}
.course-bg{
	padding:10px;
	color: #F9512A;
}
.solution_btn {
	width: 170px;
	padding: 5px 20px 5px 20px;
	cursor: pointer;
	background: #F1F1F1;
	color: #000;
	font-weight: bold;
	border-radius: 20px;
}
.solution_btn i{
	margin-right:10px;
}
.sol_box{
	border:1px solid #F4F4F4;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
}
.news-article{
	padding:20px 20px 20px 20px;
	background:#FFFFFF;
	margin:0px 20px 0px 20px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	border-radius:8px;
}
.news-article img.left-img{
	float:left;
	width:300px;
	padding:0px 10px 10px 0px;
}
.news-article img{
	max-width:400px;
}
.news-article ul{
	list-style: disc outside none;
	margin-left: 20px;
}
.news-article p{
	margin-bottom:10px;
}
.news-article ol{
	margin-left: 20px;
}
.previous-news{
	padding:20px 20px 20px 20px;
}
.previous-news .posts{
	background:#FFFFFF;
	padding:20px 20px 20px 20px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	border-radius:8px;
}
.posts a.bottom-line{
	border-bottom:1px solid black;
	padding:10px 0px 10px 0px;
	display: block;
}
.posts a.bottom-line:last-child{
	border-bottom:0px solid black;
}
a:hover span.link{
	text-decoration:underline;
}
.send-news{
	margin-top:20px;
	border-top: 1px solid #EDEFF1;
	border-bottom: 1px solid #EDEFF1;
	padding:10px;
	text-align:center;
	font-weight:bold;
}
.login-signup-to-comment{
	border-radius: 4px;
	border: 1px solid #EDEFF1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 16px 26px 0 48px;
	padding: 12px 8px;
}
.login-signup-to-comment.course-comment{
	margin: 16px 26px 0 15px;
}
.login-signup-to-comment.trend{
	display:block;
	margin: 0px 0px 10px 10px;
}
.trend-tasks{
	padding-left:40px;
}
.com-login{
	border-radius:20px;
	border:1px solid #9400FF;
	color:#9400FF;
	padding: 5px 20px 5px 20px;
	margin-right:20px;
	cursor:pointer;
}
.com-login:hover{
	background:#7dbcff99;
}
.com-signup{
	border-radius:20px;
	background:#9400FF;
	color:#FFFFFF;
	padding: 5px 20px 5px 20px;
	cursor:pointer;
}
.com-signup:hover{
	opacity:0.8;
}
.comment{
	margin-top:10px;
}
.news-bullet-heading{
	border-left:2px solid #635ebe;
	padding-left:30px;
}
.news-bullet{
	display:inline-block;
	width:32%;
	margin-right:10px;
	background:#FFFFFF;
	vertical-align:top;
}
.news-bullets .news-bullet:nth-child(3n){
	margin-right:0px;
}
.news-bullets{
	margin-bottom:20px;
}
.news-bullet .thumbnail img{
	width:100%;
	height:150px;
}
.news-heading{
	height:50px;
	padding:10px;
	margin-bottom:10px;
	font-weight:bold;
}
.news-text{
	height:70px;
	padding:10px;
}
.news-bullet:hover{
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	opacity:0.8;
} 
.trends ul{
	list-style: disc outside none;
	margin-left: 20px;
}
.comment-like-box{
	margin-top:20px;
}
.slider-clickable-area{
	position:absolute;bottom:100px;left:100px;right:50px;
	color:#012351;
}
.free-pricing{
	float:left;
	width: calc(50% - 2px);
}
.premium-pricing{
	float:left;
	width:50%;
	border-top-color: #ff8a7d;
	border-left: 1px solid #ff8a7d;
	border-right: 1px solid #ff8a7d;
	border-bottom: 1px solid #ff8a7d;
	border-radius: 0px 0px 10px 10px;
}
.pricing-heading{
  width: 100%;
  background-color: #e0d3f2;
  border-bottom: 1px solid #292a2c;
  padding-top: 1.5em;
  padding-bottom: 1em;
  font-size:20px;
  text-align: center;
  font-weight:bold;
}
.pricing-heading.premium-plan{
	background-color: transparent;
	background-image: url(https://kuulchat.com/images/custom-bg.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom-color: #ff8a7d;
	border-right-style: none;
	color:#fff;
}
.plan{
	height: 90px;
}
.plan,.packages{
	padding:10px;
}
.plan i,.packages i{
	margin-right:10px;
}
.plan-price{
  font-size: 40px;
  font-weight: bold;
  margin-left: 10px;
}
.currency{
	font-size: 25px;
}
table.maths td{
	padding:5px;
}
table.maths td.carry-over{
	color:red;
	font-weight:bold;
}
table.maths tr.answer{
	border-top:1px solid var(--theme-border-color);
	border-bottom:1px solid var(--theme-border-color);
}
.desktop-wrapper{
	padding:20px;
	margin-top:20px;
}
.practice-test-page{
	background:#fff;
	padding:10px;
}
.practice-test-topics{
	list-style:none;
}
.practice-test-topics li{
	display:block;
	margin-bottom:10px;
	text-transform:uppercase;
}
.practice-test-topics li a:hover{
	text-decoration:underline;
}
@media only screen and (max-width: 992px) {
	.profile-more{
		right:10px ! important;
	}
	.slider-clickable-area{
		bottom:20px ! important;left:20px ! important;right:10px ! important;
	}
	.slider-clickable-area .btn{
		padding: 5px 7px 5px 7px! important;
		font-size:10px ! important;
	}
	.close-support,.support{
		display:none ! important;
	}
	.mob-support{
		display:block ! important;
	}
	.signup-btn{
		font-size:12px ! important;
		padding: 4px 10px ! important;
	}
	.login-btn{
		font-size:12px ! important;
		padding: 4px 10px 4px 60px ! important;
	}
	body {
		font-size: 12px ! important;
	}
	.landscape-book{
		width:300 ! important;
		height:200 ! important;
	}
	.popular{
		font-size:12px;
	}
	.recent{
		font-size:14px;
	}
	.mobile-bar-div{
		display:block ! important;
		background: #fff;
		font-size:25px;
		height:40px;
		z-index: 1000000000;
		position: relative;
	}
	.mobile-bar-div a{
		color:#1686D9;
	}
	ul.top-menu{
		display:none;
	}
	ul.top-menu li{
		position:relative;
		display:block ! important;
		background:#1686D9;
		color:#fff;
		width: 100%;
		border-bottom:1px dotted #fff;
	}
	ul.top-menu li:last-child{
		border-bottom:0px dotted #fff;
	}
	ul.top-menu li ul.submenu {
		position:inherit ! important;
		top:0 ! important;
		left:0 ! important;
		margin-right:20px;
		border-bottom:1px dotted #fff ! important;
	}
	ul.top-menu li ul.submenu  li:last-child{
		border-bottom:0px dotted #fff;
	}
	/* Submenu Mobile Responsive */
	ul.top-menu li ul.submenu{
		position: inherit ! important;
		top: 0px ! important;
		left: 0px ! important;
		background: #1686D9 ! important;
		border-radius: 0px ! important;
		margin-top: 0px ! important;
	}
	ul.top-menu li ul.submenu.wide{
		left:0px ! important;
		width:100% ! important;
		padding-left:20px ! important;
	}
	ul.top-menu li ul.submenu.wider{
		left:0px ! important;
		width:100% ! important;
		padding-left:40px ! important;
	}
	ul.top-menu li ul.submenu li{
		display:block;
		border-bottom:0px dotted #fff ! important;
	}
	ul.top-menu li ul.submenu li:last-child{
		border-bottom:0px solid #fff ! important;
	}
	.plans .plan{
        width:calc(100% - 40px) ! important;
        display:block ! important;
        margin-bottom:20px;
        height:auto ! important;
        margin-top:30px;
    }
    .plan.popular{
        margin-top:60px;
    }
	#dialog-content{
        min-width:90% ! important;
    }
	.wrapper{
		padding:10px;
	}
	.container{
		width:100% ! important;
	}
	.box{
		width:100% ! important;
		margin-right:0px ! important;
	}
	.inline-block{
		display:block ! important;
		margin-bottom:20px;
		width:100% ! important;
	}
	form .inline-block{
		margin-bottom:5px;
	}
	.logo-cap{
		font-size:12px;
	}
	.sign-in-form,.sign-up-form{
		width:100% ! important;
		margin:30px 0px 0px 0px ! important;
		padding:0px ! important;
		border-radius:4px;
	}
	.mobile-wrapper{
		padding:10px;
	}
	.sign-up-form .inline-block{
		margin-bottom:0px;
	}
	.sign-up-form select{
		margin-bottom:20px;
	}
	.sign-in{
		margin-top:20px;
	}
	h4.signup{
		margin-top:0px ! important;
	}
	.terms{
		margin-top:20px;
		font-weight:bold;
	}
	.course-banner .text,.university-banner .text {
		left: 0px ! important;
		right: 0px ! important;
		top: 130px ! important;
		text-align:center;
		font-size:14px ! important;
	}
	.course {
		width: 100% ! important;
		margin-right:0px ! important;
	}
	.course .body{
		height:auto ! important;
	}
	.university {
		width: 100% ! important;
		margin-right:0px ! important;
	}
	.question {
		width: 100% ! important;
		margin-right:0px ! important;
	}
	.youtube-embedded{
		height:auto ! important;
	}
	.sponsored img{
		height:auto ! important;
		max-height: none ! important;
	}
	.question-page{
		margin:0px 0px 20px 0px! important;
	}
	.news-article img.left-img{
		float:none ! important;
		width:100% ! important;
		padding:0px 0px 10px 0px ! important;
	}
	.news-article img{
		max-width:100% ! important;
	}
	.news-article{
		padding:10px ! important;
		margin:0px ! important;
	}
	.previous-news{
		margin:20px 0px 0px 0px! important;
		padding:0px ! important;
	}
	.previous-news .posts {
		padding: 10px ! important;
	}
	.inline-block.title{
		padding-left:0px ! important;
		margin-top:10px;
	}
	.login-signup-to-comment{
		display: block ! important;
		margin: 10px 0px 10px 0px ! important;
	}
	.inline-block.pull-right{
		float:none ! important;
	}
	.dialog-close{
		right: 6px ! important;
		top: 3px ! important;
		color: #FFFFFF ! important;
		font-size: 20px ! important;
	}
	.dialog{
		position: absolute ! important;
	}
	.news-bullet{
		display:block ! important;
		width:100% ! important;
		margin-right:0px ! important;
		margin-bottom:10px;
	}
	.news-bullet .thumbnail img{
		height:auto ! important;
	}
	.news-heading{
		height: auto ! important;
	}
	.news-text{
		height:auto ! important;
	}
	#comments .remain-inline{
		display:block ! important;
	}
	#comments .remain-inline.comment-text{
		width:100% ! important;
		margin-top:10px;
	}
	.trend-tasks {
		padding-left: 0px ! important;
	}
	.remain-inline.comment-text{
		width: 74%  ! important;
		padding-left: 22px  ! important;
	}
	.mob-hide{
		display:none ! important;
	}
	#channels,#threads{
		width:100% ! important;
	}
	.search{
		width:100% ! important;
	}
	.channel-container,.forum-container {
		margin: 0px ! important;
	}
	.channel-search-box,.forum-search-box {
		width: 100% ! important;
		margin-top:0px ! important;
	}
	#channels,#threads{
		width: auto !important;
		right: 10px;
		left: 10px;
	}
	.channel-avatar,.forum-avatar {
		width: 50px ! important;
		height: 50px ! important;
	}
	.remain-inline.channel-pic,.remain-inline.forum-pic{
		width:20% ! important;
	}
	.remain-inline.channel-profile,.remain-inline.forum-profile{
		width:79% ! important;
	}
	.free-pricing{
		width: 100% ! important;
	}
	.premium-pricing{
		width: 100% ! important;
	}
	.bullet li{
		width: calc(100% - 45px) !important;
		display:block ! important;
		margin-right:0px ! important;
	}
	.faq li{
		width: calc(100% - 30px) !important;
		display:block ! important;
		margin-right:0px ! important;
	}
	.service-bullets li{
		width: calc(100% - 30px) !important;
		display:block ! important;
		margin-right:0px ! important;
	}
	.btn.ask {
		padding: 5px 10px !important;
		font-size: 11px !important;
	}
	.btn.singup{
		padding: 5px 10px !important;
		font-size: 11px !important;
	}
	.btn.sign-in{
		padding: 5px 10px !important;
		font-size: 11px !important;
	}
	ul.nav {
	  margin-top: 0px ! important;
	}
	ul.nav li {
		padding:3px ! important;
	}
	.logo-box {
	  width: 100px ! important;
	}
	.logo-box img{
		width:50px ! important;
		margin-top: -4px;
	}
	.banner-text {
		bottom: 45px ! important;
	}
	.banner-text-caption {
		font-size: 13px ! important;
		line-height: 16px ! important;
	}
	.banner-text-heading {
		font-size: 30px ! important;
		line-height: 17px ! important;
	}
	.search-box {
		bottom: 3px ! important;
	}
	.search-box input[type="text"]{
		font-size:12px ! important;
		line-height: 0px !important;
	}
	.search-box button {
		font-size:17px ! important;
	}
	.question,.gcse-question{
		width:100% ! important;
		margin-right:0px ! important;
	}
	.gcse-inner-box{
		padding:0px ! important;
	}
	.desktop-wrapper{
		padding:10px ! important;
	}
}
.dark-theme {
    --theme-body-bg:#1b1b1b;
    --theme-text-color:#ffffff;
    --theme-border-color: rgba(255, 255, 255, .1);
    --theme-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    --theme-bg-primary: #1b1b1b;
    --theme-bg-secondary: #262626;
    --theme-courses-bg:#262626;
    --scroll-bar-color: var(--theme-bg-primary);
    --scroll-bar-bg-color: var(--theme-bg-secondary);
    --theme-tab-active-bg:var(--white);
    --theme-tab-active-color:var(--black);
    --theme-option-box-bg:var(--white);
    --theme-option-box-color:var(--black);
    --theme-code-bg: #2d2d2d;
    --theme-code-color: #69db7c;
    --theme-code-border-color: #444;
	--shadow-color: 0deg 0% 0%; /* Darker and more opaque for dark bg */
  	--shadow-elevation: 
		0.3px 0.5px 0.7px hsl(var(--shadow-color) / 0.35),
		0.8px 1.2px 1.6px -0.8px hsl(var(--shadow-color) / 0.45),
		2px 3px 4px -1.6px hsl(var(--shadow-color) / 0.55);
}
:root,.light-theme {
  --primary: #1686D9;
  --white:#ffffff;
  --black:#000000;
  --theme-body-bg: #ffffff;
  --theme-text-color: #000000;
  --theme-border-color: #d9dbe4;
  --theme-courses-bg:var(--secondary);
  --theme-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  --theme-bg-primary: #f7f7f9;
  --theme-tab-active-bg:var(--theme-border-color);
  --theme-tab-active-color:var(--black);
  --theme-option-box-bg:var(--theme-border-color);
  --theme-option-box-color:var(--black);
  --theme-bg-secondary: #f7f7f9;
  --scroll-bar-color: #c5c5c5;
  --scroll-bar-bg-color: #f6f6f6;
  --success:#4F8A10;
  --error:#D8000C;
  /* Light Theme Variables */
  --theme-code-bg:#d9dbe4;
  --theme-code-color: #d63384;
  --theme-code-border-color: #e1e1e1;
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation: 
    0.3px 0.5px 0.7px hsl(var(--shadow-color) / 0.13),
    0.8px 1.2px 1.6px -0.8px hsl(var(--shadow-color) / 0.17),
    2px 3px 4px -1.6px hsl(var(--shadow-color) / 0.22);
}