@charset "utf-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
body {
	font-family: 'calibri', calibriregular, Arial, Helvetica, sans-serif;
}
.app-warpper {
	padding: 0px 10px;
	float: left;
	width: 100%;
}
.app-down {
	background: #a6a69f;
	float: left;
	width: 100%;
	padding: 10px 0px;
}
.app-left {
	width: 60%;
	float: left;
}
.mob-img {
	display: inline-block;
	vertical-align: middle;
}
.app-left-text {
	display: inline-block;
	font-size: 24px;
}
.app-right {
	/*width: 40%;*/
	float: right;
	display: inline-block;
}
.app-store, .play-store {
	float: left;
}
ul.app-images {
	display: table;
	list-style: none;
        margin: 10px 0 0 0;
}
ul.app-images li {
	display: table-cell;
	vertical-align: middle;
	padding-right: 6px;
}
.app-header {
	background: #16336b;
	float: left;
	width: 100%;
}
.app-logo {
	float: left;
	display: block;
	width: 40%;
}
.app-right-icons {
	float: right;
}
ul.app-right-img {
	list-style: none;
	margin: 0;
	display: table;
	padding-top: 8px;
}
ul.app-right-img li {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}
.app-input {
	width: 100%;
	float: left;
	position: relative;
	margin-top: -10px;
}
.input-1[type=text] {
	width: 100%;
	padding: 12px 40px;
	margin: 8px 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	outline: none;
	border-radius: 5px;
	font-size: 14px;
}
.search-icon {
	position: absolute;
	vertical-align: middle;
	top: 18px;
	left: 12px;
}
ul.menu {
	list-style: none;
	text-align: center;
	padding: 15px 0px;
}
ul.menu li {
	display: inline-block;
	padding-right: 50px;
}
ul.menu a {
	text-decoration: none;
	color: #444;
}

ul.menu span {
	font-size: 16px;
}

.menu-icons {
	display: block;
}
.hr {
	margin-top: 5px;
	background: #d5dbdb;
	height: 8px;
	float: left;
	display: block;
	width: 100%;
}
.app-menu {
	float: left;
	width: 100%;
	position: relative;
/*	z-index: -1;*/
}
.app-box {
	float: left;
	width: 100%;
	margin-top: 15px;
}
.box-heading h1 {
	color: #444;
	font-size: 25px;
}
.app-box-images {
	float: left;
	width: 100%;
}
.app-box-1 {
	float: left;
	margin-right: 10px;
	width: 49.5%;
	position: relative;
	margin-bottom: 16px;
}
.img-wdt {
	width: 100%;
}
.app-box-1:nth-child(2n+2) {
	margin-right: 0px;
}
.app-dull-div {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 99%;
}
.app-dull-div::before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}
.category-name {
	margin: 0 auto;
	vertical-align: middle;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.box-heading {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.category {
	width: 65%;
	float: left;
	vertical-align: middle;
	margin-top: 8px;
}
.more-btn {
	float: right;
	background-color: #d2d3d1;
	padding: 2px 5px;
	border-radius: 5px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.more-btn > a {
	text-decoration: none;
	color: #000;
	vertical-align: middle;
}
.app-view-categories {
	float: left;
	width: 100%;
}
.view-text a {
	color: #005a8c;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
}
.view-text {
	width: 64%;
	float: left;
	vertical-align: middle;
}
.more-icons {
	float: right;
	vertical-align: middle;
}
.mag-icon {
	display: table;
	text-align: center;
	margin: 0 auto;
	padding-top: 6px
}
.category-name-1 {
	margin: 0 auto;
	vertical-align: middle;
	font-size: 30px;
	font-weight: bold;
	display: block;
	color: #fff;
	text-align: center;
	margin-top: -6px;
}
.banner {
	margin-top: 15px;
	float: left;
	width: 100%;
	background: #d5dbdb;
	padding: 5px 0px;
}
.banner-img > img {
	width: 100%;
}
.Remedail-text {
	float: left;
	width: 100%;
	border-bottom: 1px solid #d5dbdb;
	padding-bottom: 15px;
}
.app-content {
	float: left;
	width: 48%;
	border: 1px solid #cdcdcd;
	padding: 5px 0px 32px;
	border-radius: 5px;
	margin-right: 40px;
	position: relative;
	margin-bottom: 30px;
}
.app-content:nth-child(3) {
	margin-right: 0px !important;
}
.remedail-btn > a {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: -6px;
	background-color: #43b965;
	padding: 2px 17px;
	border-radius: 20px;
	border: 1px solid #fff;
	box-shadow: 5px 10px #888888;
	box-shadow: 1px 5px 5px #a2a2a2;
	text-decoration: none;
	color: #fff;
	width: 108px;
	margin: 0 auto;
}
.conetent-name {
	display: block;
	font-size: 26px;
}
.ap-number > p {
	font-size: 19px;
	color: #6b6b6b;
	text-align: center;
}
.ap-number-1 > p {
	font-size: 18px;
	color: #6b6b6b;
	text-align: center;
	padding-top: 5px;
}
.item-card {
	float: left;
	width: 100%;
	margin-top: 15px;
}
.item-cart {
	float: left;
	display: inline-block;
}
.item-cart-text {
	float: left;
	display: inline-block;
	color: #6b6b6b;
	font-size: 20px;
	padding-left: 8px;
}
.item-box-left {
	float: left;
	width: 75%;
}
.item-rate {
	float: right;
	width: 25%;
	text-align: right;
}
.item-btn {
	display: inline-block;
	background-color: #fcefbf;
	padding: 5px 19px;
	border-radius: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: -3px;
}
.item-cart-red {
	display: inline-block;
	vertical-align: middle;
	margin-top: -8px;
	margin-left: 10px;
}
.item-cart-red > img {
	vertical-align: middle;
}
.item-data {
	float: left;
	width: 100%;
	margin-top: 10px;
	border-bottom: 1px solid #ddd;
}
.item-total {
	float: left;
}
.item-total > p {
	font-size: 20px;
	font-weight: bold;
	color: #444;
}
.item-rupee-1 {
	float: right;
}
.item-rupee-1 > p {
	font-size: 30px;
	color: #444;
}
.total-rate {
	float: left;
	width: 100%;
	margin-top: 12px;
}
.more-btn-1 {
	float: right;
	background-color: #43b965;
	padding: 2px 14px;
	border-radius: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.more-btn-1 > a {
	text-decoration: none;
	color: #fff;
	vertical-align: middle;
}
.recent-item {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.r-details {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
}
.mba-icon {
	float: left;
	width: 33%;
}
.mba-icon > p {
	font-size: 20px;
	padding-left: 5px;
}
.ap-number-3 > p {
	font-size: 19px;
	color: #6b6b6b;
}
.ap-number-4 > p {
	font-size: 18px;
	color: #6b6b6b;
	padding-top: 5px;
}
.r-details .recent-detail {
	float: left;
	width: 33%;
	margin-right: 10px;
	text-align: center;
}
.r-details .recent-detail:nth-child(3) {
	margin-right: 0px !important;
}
.recent-btn {
	margin-top: 8px;
}
.recent-btn > a {
	text-align: center;
	background-color: #43b965;
	padding: 4px 18px;
	border-radius: 21px;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
}
.footer {
	float: left;
	wdith: 100%;
	width: 100%;
	background-color: #e7e7e7;
	padding: 15px;
	margin-top: 10px;
	z-index: 9;
	position: fixed;
	bottom: 0;
}
.footer-text {
	float: left;
	width: 75%;
}
.footer-text > p {
	color: #444;
	font-size: 15px;
	display: inline-block;
	float: left;
	vertical-align: middle;
	padding-top: 10px;
	font-weight: 700;
}



	.add-on-img {overflow: auto !important;padding-left: 5px;}
        .add-on-heading{padding-left: 5px;}
.signup-btn {
	float: right;
	background-color: #2853a7;
	padding: 5px 9px;
	border-radius: 5px;
}
.signup-btn > a {
	color: #fff;
	text-decoration: none;
}
.text-img > img {
	width: 30px;
}
/*SIDE-BAR*/
.hy-drawer-content {
	background: #fff !important;
}
ul.sidebar {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.sidebar > li {
	list-style: none;
}
ul.sidebar .side-menu-icons {
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}
a.side-anchor {
	color: #444 !important;
	font-size: 14px !important;
	padding: 10px 20px 10px;
	float: left;
	width: 100%;
}
a.m-active {
	background: #f2f2f2;
}
/*END-SIDE-BAR*/

.analysis_view_yellow {
	background: #fdc500 !important;
}
/* START SPRITE IMAGE */
.mob-img {
	background: url(../images/sprite-image.png);
	vertical-align: middle;
	margin: 0 auto 5px;
}
.mob-1 {
	width: 21px;
	height: 37px;
	background-position: 0px -7px;
}
.app_store_icon {
	width: 37px;
	height: 48px;
	background-position: -43px 42px;
	vertical-align: middle;
}
.play_store_icon {
	width: 37px;
	height: 48px;
	background-position: -4px 42px;
	vertical-align: middle;
}
.cross_icon {
	width: 17px;
	height: 40px;
	background-position: -325px -15px;
	vertical-align: middle;
}
.cart-img {
	width: 35px;
	height: 35px;
	background-position: -353px -15px;
	vertical-align: middle;
}
.user-img {
	width: 35px;
	height: 35px;
	background-position: -419px -18px;
	vertical-align: middle;
}
.aeroplan-icon {
	width: 70px;
	height: 40px;
	vertical-align: middle;
	background-position: -58px -86px;
}
.govt-icons {
	width: 70px;
	height: 40px;
	vertical-align: middle;
	background-position: -123px -85px;
}
.management-icon {
	width: 70px;
	height: 40px;
	vertical-align: middle;
	background-position: -592px -18px;
}
.school-icon {
	width: 70px;
	height: 40px;
	vertical-align: middle;
	background-position: -524px -18px;
}
.science-icon {
	width: 70px;
	height: 40px;
	vertical-align: middle;
	background-position: -246px -85px;
}
.language-icon {
	width: 70px;
	height: 40px;
	vertical-align: middle;
	background-position: 12px -86px;
}
.art-icon {
	width: 70px;
	height: 40px;
	vertical-align: middle;
	background-position: -186px -85px;
}
#signupdiv {background:#0491cb !important;padding:10px 15px 10px !important;}
.reg_div_left { color: #fff;float: left;width: 145px;font-size: 15px;font-family: 'calibri,calibriregular,Arial,Helvetica,sans-serif' !important; }
.reg_div_right .fa{ font:normal normal normal 14px/1 FontAwesome; }
.reg_div_right{float: right;color: #fff;text-align: center;}
.reg_div_right a {color: #fff;font-size: 13px;float: left;padding: 0px 5px;display: block;}
/* END SPRITE IMAGE */



.analyticsRightheading{position:relative;box-sizing:border-box;margin:0;min-height:85px;padding:27px;border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;-webkit-border-radius:5px 5px 0 0;float:left;width:100%;background:#28cc88;background:-moz-linear-gradient(left,#28cc88 0,#17bdbb 47%,#01aafc 100%);background:-webkit-linear-gradient(left,#28cc88 0,#17bdbb 47%,#01aafc 100%);background:linear-gradient(to right,#28cc88 0,#17bdbb 47%,#01aafc 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#28cc88', endColorstr='#01aafc', GradientType=1 )}.analyticsRightheading h1{color:#fff;margin:0;padding:0;font-size:22px;font-family:calibri,calibriregular;float:left;font-weight:normal; }
.selectBoxNew {/*width:100%;*/ border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; margin: 10px 0; border: 1px solid #ccc; padding: 7px; }

@media only screen and (max-width: 380px) and (min-width: 320px)  {
    .reg_div_right a{font-size: 12px;padding:0px 4px;}
}

/* END SPRITE IMAGE */
@media (min-width:320px) and (max-width:767px) {
.app-left {
	width: 45% !important;
	float: left !important;
}
.mob-img > img {
	width: 12px;
}
p.app-left-text {
	font-size: 12px !important;
}
.app-right {
/*width: 55% !important;*/
}
.app-store a > img, .play-store a > img {
	width: 70px !important;
	vertical-align: middle;
}
.app-logo {
	width: 130px !important;
}
.app-logo > img {
	width: 130px !important;
}
ul.menu {
	text-align: center;
	margin-top: 0px !important;
	margin-left: 0px !important;
	overflow-x: scroll;
	table-layout: fixed;
	white-space: nowrap;
	overflow-y: hidden;
	padding-bottom: 12px;
	padding: 15px
}
ul.menu li {
	padding-right: 20px;
	float: none !important;
	display: inline-block !important;
}
ul.app-images li {
	padding-right: 4px !important;
}
.app-dull-div {
	height: 100% !important;
	
}
.box-heading h1 {
	font-size: 20px !important
}
.category-name {
	font-size: 14px !important;
}
.view-text a {
	font-size: 16px !important;
}
.app-content {
	width: 46% !important;
	margin-right: 22px !important;
}
.ap-number > p {
	font-size: 16px !important;
}
.ap-number-1 > p {
	font-size: 14px !important;
}
.ap-number-4 > p {
	font-size: 14px !important;
}
.item-cart-text > p {
	font-size: 16px !important;
}
.ap-number-3 > p {
	font-size: 16px !important;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.xs-size {
	width: 22px;
}
.conetent-name {
	font-size: 20px !important;
}
.item-xs-size {
	width: 16px
}
.mba-icon {
	width: 15% !important;
	margin-right: 3px !important;
}
.mba-icon span > img {
	width: 48px;
}
.mba-icon > p {
	font-size: 16px !important;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.r-details .recent-detail {
	width: 38% !important;
	margin-right: 24px !important;
}
.recent-btn > a {
	font-size: 16px !important;
}
.more-btn > a {
	font-size: 14px;
	padding-top: 1px;
}
.footer-text > p {
	font-size: 13px !important;
}
.signup-btn > a {
	font-size: 13px !important;
}
.item-box-left {
	width: 54% !important;
}
.item-rate {
	width: 40% !important;
}
.app-box-1 {
	width: 47.5% !important;
}
.ui-widget.ui-widget-content {
	width: 93% !important;
	position: absolute;
	z-index: 9999999999;
	overflow-x: hidden !important;
	left: 12px !important;
}
	ul.app-right-img {padding-top: 0px !important;}
	

	
	
}

/*IPAD-Screen*/
@media (min-width:768px) and (max-width:992px) {
.xs-wtd {
	width: 100px;
}
.app-content {
	margin-right: 29px;
}
.mba-icon {
	width: 7% !important;
}
.app-box-1 {
	width: 48.5% !important;
	margin-bottom: 10px !important;
}

	.app-dull-div {
	height: 100% !important;
		
}
ul.app-right-img {
	padding-top: 3px !important;
}
ul.menu {
	text-align: center;
	margin-top: 0px !important;
	margin-left: 0px !important;
	overflow-x: scroll;
	table-layout: fixed;
	white-space: nowrap;
	overflow-y: hidden;
	padding-bottom: 12px;
	padding: 15px;
}
}
.gen-test .test-link {
    position: absolute;
    bottom: 20px;
    left: 30%;
}
.remedial-test .test-link {
    position: absolute;
    bottom: 20px;
    left: 30%;
}
.gen-test {
    position: relative;
}
textbggrey {
   background-color: #888;
   color: #fff;
   padding: 2px;
   border: 0;
}
/*END-IPAD-Screen*/
