/*
Theme Name: Selflearn
Theme URI: http://www.selflearn.co/
Author: the Selflearn team
Author URI: http://www.selflearn.com/
Description: Selflearn Responsive Theme
Version: 1.0
*/

@charset "utf-8";

body {
	margin:0;
    padding:0;
    line-height:1.6;
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	color:#333;
	-webkit-font-smoothing:antialiased;
}

p,li { 
	line-height:normal;
}

img{ max-width:100%;}

a,
a:focus, 
a:hover, 
a:active {
   outline:0 !important;
}
a, a img, input[type="button"]{ color:#333;
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;
}
a:hover, input[type="button"]:hover { text-shadow:1px 1px 1px rgba(0,0,0,0.2); color:#333;}
a:hover img{
opacity:0.85;
filter:alpha(opacity=85); /* For IE8 and earlier */
}

h1, h2, h3, h4, h5 {
	text-shadow:none; 
	font-family:'Roboto', sans-serif;
	font-weight:bold;
	margin:0 0 10px;
	}
.fleft {
	float:left;
}
.fright {
	float:right;
}

h1{ font-size:36px;}
h2{ font-size:24px;}
h3{ font-size:20px;}
h4{ font-size:16px;}
h5{ font-size:12px;}

.talign-c{text-align: center;}
.pad-b-0{padding-bottom: 0 !important;}
.mrg-b-10{margin-bottom: 10px !important;}
.mrg-b-20{margin-bottom: 20px !important;}

.red-btn{display: inline-table; font-size: 12px; font-weight: 600; text-align: center; text-transform: uppercase;text-decoration: none; line-height: normal; color: #fff; background: #e91821;border-radius: 3px;  padding: 8px 12px; margin-top: 4px;}
.red-btn:hover {background: #dc151d;}

@font-face {
  font-family: 'FontAwesome';
  src: url('font/fontawesome-webfont.eot?v=4.7.0');
  src: url('font/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('font/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('font/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('font/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Sprite
------------------------------------*/
.backToTop, .fb-icon, .twitter-icon, .g-plus-icon, .right-arrow-sp, .quotes-left-icon, .quotes-right-icon, .share-icon, .rupee-icon, .edit-icon, .tick-icon, .reset-icon, .prev-link, .next-link{ display:inline-block; background:url(images/sprite.png) no-repeat -10px -10px;}

/*Back to top Btn
------------------------------------*/
span.backToTop{ width:40px; height:40px; float:left; background-position:-10px -10px; position:relative; z-index:9999;
opacity:0.3;
filter:alpha(opacity=30); /* For IE8 and earlier */
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;
}

span.backToTop:hover{
opacity:0.5;
filter:alpha(opacity=50); /* For IE8 and earlier */
}

/*Header (logo and menu)
------------------------------------*/
#header{ width:100%; float:left; background:#fff; position:relative;}
#header .container{ position:relative;}
.header-top{ width:100%; float:left; border-top:3px solid #e6232c; padding:5px 0;}
#logo{ padding-top:8px; padding-bottom:8px;}
#logo a{ float:left;}
#logo a:hover img{
opacity:1;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
.social-icons{ text-align:right; position:relative;}

/* Search Box */
.sb-search {
	position: relative;
	width: 0%;
	min-width: 46px;
	height: 42px;
	display:inline-block;
	vertical-align:top;
	margin-top:9px;
	margin-right:4.5%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transition: width 0.3s ease-in-out;
	-moz-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
}
.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid transparent;
	outline: none;
	background: #fff;
	width: 100%;
	height: 42px;
	margin: 0;
	z-index: 10;
	padding: 10px 50px 10px 15px;
	font-family:'Roboto';
	font-size: 13px;
	color: #555;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.sb-search-input::-webkit-input-placeholder {
	color: #555;
}
.sb-search-input:-moz-placeholder {
	color: #555;
}
.sb-search-input::-moz-placeholder {
	color: #555;
}
.sb-search-input:-ms-input-placeholder {
	color: #555;
}
.sb-icon-search,
.sb-search-submit  {
	width: 46px;
	height: 42px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding:15px 0 0;
	margin: 0;
	font-family:'Roboto';
	font-size:13px;
	letter-spacing:0.4px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	color:#555;
	background:url(images/search-icon.png) no-repeat center 8px; /* IE needs this */
	border: none;
	border-left:1px solid #eee;
	outline: none;
}
.sb-search-submit:hover {
	text-shadow:1px 1px 1px rgba(0,0,0,0.2);
}
.sb-icon-search {
	z-index: 90;
}
/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
}
.sb-search-open .sb-search-input{
	width:220px;
	border-color:#eee;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

.social-icons p{ float:right; margin-bottom:9px;}
.social-icons a{ width:26px; height:26px; display:inline-block; background:url(images/social-icons.png) no-repeat 0 0; margin:18px 1px 0 2px;}
.social-icons a.fb-icon{ background-position: 0 0;}
.social-icons a.twitter-icon{ background-position: -30px 0;}
.social-icons a.g-plus-icon{ background-position: -60px 0;}
.social-icons a.p-icon{ background-position: -120px 0;}
.social-icons a.fb-icon:hover{ background-position: 0 -27px;}
.social-icons a.twitter-icon:hover{ background-position: -30px -27px;}
.social-icons a.g-plus-icon:hover{ background-position: -60px -27px;}
/*Login and Signup*/
.login_top {
    float:right;
    width:115px;
    margin-left:20px;
    margin-right:20px;
    padding-left:20px;
    border-left:1px solid #e4e4e4;
    margin-top:9px;
    height:42px;
    line-height:42px;
}
.login_top a {
    font-size:14px;
    font-weight:600;
    color:#777;
    width:100%;
    background:transparent;
    text-transform:uppercase;
    display:block;
    margin:0;
    text-align:center;
}
.login_top a img {
    margin-right:8px;
}
.signup_top {
    float:right;
    width:118px;
    margin-top:12px;
}
.signup_top a {
    color:#fff;
    font-weight:bold;
    font-size:14px;
    text-transform:uppercase;
    background:#e91821;
    height:35px;
    width:100%;
    border-radius:4px;
    text-align:center;
    line-height:35px;
    display:block;
    border:1px solid transparent;
    margin:0;
}
.signup_top a:hover {
    border:1px solid #e91821;
    background:#fff;
    text-decoration:none;
    color:#e91821;
}
/*Menu*/
.header-menu{ width:100%; float:left; background:url(images/menu-bg.png) repeat-x 0 0 #1c4d79;}
.navbar, 
.navbar-inner, 
.nav,
.navbar-inverse {
	filter:none;
	border:none;
	padding:0;
	margin:0;
	min-height:0;
	-webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.nav i.icon-sort-up { 
	position:absolute; 
	font-size:13px;
	bottom:-6px;
}

.navbar-inner {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.navbar .nav{
display:inline-block;
float:left;
padding:0;
margin:0;
clear:both;
border:none;
}

.navbar .nav > li { 
	display:block; 
	position:relative;
	padding:0;
	margin:0 5px 0 5px;
}
.navbar .nav > li:last-child{ background:none;}
.navbar .nav > li:nth-child(4) {
    background:#e91821;
    padding:0 5px;
}

.navbar .nav > li > a {
	padding:14px 0 12px;
	font-family:'Roboto';
	font-size:13px;
	font-weight:300;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	display:block;
	line-height:23px;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}

.navbar .nav > li > a .downArrow{ display:none;}

.navbar .nav > li:last-child a{border-right:none;}
.navbar .nav > li:first-child a{border-left:none;}
.navbar .nav > li:first-child a:hover{border-left:none;}

.collapse.in ul {
	height:auto;
	margin-top:38px !important;
	margin-bottom:0 !important;
	border:none;
}

.collapse.in ul li{
	border:none;
}

.collapse.in li a { 
	padding:0 10px;
	border-top:1px solid #999 !important;
	background:#777;
}

.collapse.in li a:hover,
.collapse.in li a.dropdown-toggle { 
	border-top:solid 1px #777 !important;
	background:#999;
	border-radius:none!Important;
}

.collapse.in ul.dropdown-menu {
	margin:0 0 5px !important;
	padding-bottom:0;
}

.collapse.in ul.dropdown-menu li{
	padding:0 10px;
}
.collapse.in ul.dropdown-menu a {
	padding:12px;
}

.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
	margin:0 !important;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
	text-shadow:1px 1px 1px rgba(0,0,0,0.2);
  	text-decoration:none;
	color:#fff;
	background:none;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:focus,
.navbar .nav > .current-menu-item > a,
.navbar .nav > .current-menu-item > a:focus {
  	text-decoration:none;
	color:#fff;
	background:none;
}

.navbar .nav > .active > a:hover,
.navbar .nav > .current-menu-item > a:hover {
	color:#fff;
	background:none;
}

/*Arrow for menu*/
.navbar .nav > li > a .caret {
  margin:9px 0 0 3px !important;
  border-top-color: #9b9b9b !important;
  border-bottom-color: #9b9b9b !important;
}

/*Dropdown Menu*/
.dropdown-menu {
	padding:0;
	border:none;
	margin-top:-2px;
	border-radius:0; 
	z-index: 9999 !important;
}
.dropdown-menu li a { 
	color:#ccc; 
	font-family:'Roboto';
	font-size:16px; 
	text-transform:uppercase;
	color:#333;
	padding:6px 10px; 

}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color:#333;
  background:none !important;
  text-shadow:1px 1px 1px rgba(0,0,0,0.6);
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
	filter:none !important;
}

.dropdown-menu .active > a,
.dropdown-menu .current-menu-item > a {
	color:#333 !important;
  	background:#fff !important;
	filter:none !important;
}

.navbar .btn-navbar {
	font-size:20px;
	text-shadow:none;
	padding:8px 10px 10px;
	margin:18px 0 0;
	background:#000;
	border:none !important;
	box-shadow:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.navbar .btn-navbar:hover {
	background:#334478;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5) !important;
}
.navbar .btn-navbar span, 
.navbar .btn-navbar:hover span {
	box-shadow:none !important;
}

.navbar .nav > li > .dropdown-menu:after {
	left:19px;
}
.navbar .nav > li > .dropdown-menu:before {
	left:18px;
	border-bottom:none;
}
.navbar .nav > li > .dropdown-menu:after {
	left:19px;
	border-top-color: #315694 !important;
	border-bottom-color: #315694 !important;
}

/*Serach*/
.navbar .search-open {
	right:0; 
	top:44px; 
	display:none;
	position:absolute; 
	background:#fcfcfc; 
	padding:15px 15px 11px; 
	border-top:solid 2px #eee; 
}
.navbar .search-open form {
	margin:0 !important;
}
.navbar a.search i.icon-remove {
	top:2px;
	font-size:17px;
	position:relative;
}
.navbar .nav > li > a.search {
	padding:8px 12px 10px;
	background:#f7f7f7;
	color:#aaa;
	cursor:pointer;
	border-bottom-color:#aaa;
}
.navbar .nav > li > a.search:hover {
	color:#315694;
	border-bottom-color:#315694;
}

/*Arrow for menu*/
.navbar .nav > li > a .caret {
  margin:4px 0 0 5px !important;
  border-top-color: #999;
  border-bottom-color: #999;
}

/* Banner style
------------------------------------*/
.home-banner{ width:100%; float:left; background:url(images/home-banner-bg.jpg) no-repeat center 0; background-size:cover; position:relative; overflow:hidden;}
.home-banner-top{ text-align:center; padding-top:85px; padding-bottom:40px;}
.home-banner-top h1{ font-size:36px; font-weight:400; text-shadow:0 0 10px rgba(0,0,0,0.3); color:#fff; padding:2px 6%;}
.home-banner-top p{ font-size:21px; font-weight:300; line-height:26px; letter-spacing:0.5px; color:#fff; padding:0 6% 5px;}
.home-banner-top .text-box{ min-width:30%; height:48px; font-size:13px; font-weight:300; color:#777; border:none; border-radius:4px; padding:11px 18px; margin:17px 5px 0;}
.home-banner-top .join-btn{ height:48px; font-size:15px; text-transform:uppercase; font-weight:500; color:#fff; border:none; border-radius:4px; background:#e4161f; padding:11px 25px; margin:17px 5px 0;}
.home-banner-top .join-btn:hover{ text-shadow:1px 1px 1px rgba(0,0,0,0.4); background-color:#da111a;}
.banner-bottom{ background:url(images/banner-bottom-bg.png) repeat-x 0 bottom rgba(6,21,34,0.5); padding:10px 0 5px; margin-top:16px;}
.banner-bottom-box{ background:url(images/banner-bottom-box-border.png) no-repeat 0 center; padding:10px 1% 5px 4%;}
.banner-bottom-box:first-child{ background:none;}
.banner-bottom-box p{ font-size:14px; font-weight:500; line-height:20px; color:#fff;}
.banner-bottom-box .icon{ min-width:35px; max-width:20%; display:inline-block; vertical-align:top; margin-top:3px;}
.banner-bottom-box .text-box{ max-width:80%; display:inline-block; padding:0 10px;}

/* Common style
------------------------------------*/
.page-container{ width:100%; float:left; position:relative;}
.container .row-fluid .main{ margin-left:0;}

.row .row{ margin-left:0; margin-right:0;}
.row .row [class*="col-"]{ padding-left:0; padding-right:0;}

.right-padding{ padding-right:25px !important;}
.left-padding{ padding-left:25px !important;}
.bottom-padding{ padding-bottom:25px !important;}
.no-bottom-padding{ padding-bottom:0 !important;}

/* Content style
------------------------------------*/
#content{ width:100%; float:left;}
#content.inner-content{ background:#f5f5f5; padding-bottom:40px;}

/* Footer Area
------------------------------------*/
.footer-area{ width:100%; float:left; background:#2f3130;}
.footer-top{ width:100%; float:left; background:#343534; padding:34px 0;}
.footer-top h4{ font-size:16px; font-weight:500; text-transform:uppercase; letter-spacing:-0.5px; color:#fff;}
.footer-top p{ color:#93999e; padding-bottom:10px;}
.footer-box{ padding-top:18px;}
.footer-box.lg-box{ width:57%;}
.footer-box.sm-box{ width:13%;}
.footer-box ul{ list-style:none; padding:0; margin:0;}
.footer-box .footer-left ul{ min-width:90px; display:inline-block; vertical-align:top; padding-left:8%;}
.footer-box .footer-left ul:first-child{ padding-left:0;}
.footer-box li{ font-weight:300; padding-top:4px;}
.footer-box li a{ color:#999;}
.footer-box li a:hover{ color:#bbb;}
.footer-right{ width:30%; padding-left:10%; padding-bottom:3px; background:url(images/footer-right-border.png) no-repeat 12% 25px;}
.footer-right input[type="submit"] {
    margin-top:5px;
    color:#fff;
    font-size:12px;
    text-transform:capitalize;
    background:#e91821;
    height:30px;
    width:90px;
    border-radius:2px;
    text-align:center;
    line-height:25px;
    display:block;
    border:0;
    border:1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer-right input[type="submit"]:hover {
    background:#fff;
    color:#e91821;
    border:1px solid #e91821;
}
.footer-right p{ position:relative;display:inline-block;}
.footer-right .text-box{ width:100%; font-size:13px; color:#a7adaa; background:#444; border:none; border-radius:2px; padding:5px 15px;}
.footer-right a{ width:26px; height:26px; display:inline-block; background:url(images/social-icons.png) no-repeat 0 0; margin-right:3px;}
.footer-right a.fb-icon{ background-position: 0 0;}
.footer-right a.twitter-icon{ background-position: -30px 0;}
.footer-right a.g-plus-icon{ background-position: -60px 0;}
.footer-right a.youtube-icon{ background-position: -90px 0;}
.footer-right a.p-icon{ background-position: -120px 0;}
.footer-right a.fb-icon:hover{ background-position: 0 -27px;}
.footer-right a.twitter-icon:hover{ background-position: -30px -27px;}
.footer-right a.g-plus-icon:hover{ background-position: -60px -27px;}
.footer-bottom{ width:100%; float:left; text-align:center; padding:14px 0 8px;}
.footer-bottom p{ margin-bottom:8px;}
.footer-bottom p.copyRight{ font-weight:300; color:#858b88; line-height:20px; margin-bottom:0;}
.footer-bottom a{ color:#949b97;}
.footer-bottom p.contacts{ font-weight:bold; color:#7f8583;}
.footer-bottom p.contacts a{ color:#7f8583;}

/* Home Page
------------------------------------*/
.features-area{ width:100%; display:inline-block; text-align:center; background:#f5f5f5; padding:50px 0 60px;}
.features-area h2{ font-size:27px; font-weight:500; color:#666; margin-bottom:8px;}
.features-area p{ font-size:17px; font-weight:300; line-height:23px; color:#767b81;}
.features-area .feature-top{ padding:8px 0 28px;}
.features-area .feature-box-area{ padding:3px !important;}
.features-area .row .row{ padding:0 5%;}
.features-area .feature-box{ width:100%; min-height:234px; display:inline-block; vertical-align:middle; background:#fff; padding:60px 20px 20px !important; position:relative;}
.features-area .feature-box p{ font-size:15px; font-weight:600; text-transform:uppercase; line-height:18px; color:#999; padding:2px;}
.features-area .feature-box a.link{ width:100%; height:100%; display:inline-block; position:absolute; left:0; top:0;}
.features-area .feature-box.hover-green:hover{ background-color:#f0fff6;}
.features-area .feature-box.hover-yellow:hover{ background-color:#fffdf5;}
.features-area .feature-box.hover-red:hover{ background-color:#fff6f2;}
.features-area .feature-box.hover-blue:hover{ background-color:#e9f7fe;}
.features-area .feature-box.hover-darkpink:hover{ background-color:#fff5f9;}
.features-area .feature-box.hover-cyan:hover{ background-color:#f2ffff;}

.clients-say-area{ padding-top:25px; padding-bottom:34px;}
.clients-say-area .clients-say-top{ text-align:center; padding-top:25px;}
.clients-say-area .clients-say-box{ padding-top:5px;}
.clients-say-area .clients-say-box .client-img{ max-width:40%; float:left; padding-right:10px;}
.clients-say-area .clients-say-box .client-say-text{ max-width:60%; float:left;}
.clients-say-area h2{ font-size:27px; font-weight:400; color:#666;}
.clients-say-area h3{ font-size:15px; font-weight:500; text-transform:uppercase; color:#666; padding-top:12px; margin-bottom:5px;}
.clients-say-area img{ border-radius:50%;}
.slider.slider-nav h4{ font-size:15px; font-weight:300; color:#777;}
.slider.slider-for p{ font-size:16px; line-height:23px; text-align:center; font-style:italic; color:#777; padding:18px 70px 15px;}
.slider.slider-for .quotes-left-icon{ width:42px; height:35px; background-position:-10px -160px; position:absolute; left:0; top:0;}
.slider.slider-for .quotes-right-icon{ width:43px; height:35px; background-position:-10px -210px; position:absolute; right:0; bottom:20px;}

.home-block-area{ width:100%; float:left; text-align:center; background:url(images/block-bg-01.jpg) no-repeat center 0; background-size:cover; padding:40px 0;}
.home-block-area h2{ font-size:26px; font-weight:400; color:#fff; padding:6px 0 2px;}
.home-block-area h2 span{ display:inline-block; margin-top:16px;}
.home-block-area a{ display:inline-block; vertical-align:top; font-size:15px; font-weight:500; text-transform:uppercase; text-decoration:none; color:#fff; background:#e91821; border-radius:4px; padding:16px 18px 15px; margin:10px 24px 0;}
.home-block-area a:hover{ text-shadow:1px 1px 2px rgba(0,0,0,0.4); background:#e00f19;}

.latest-news-area{ width:100%; float:left; background:#f5f5f5; padding:40px 0;}
.latest-news-top{ text-align:center;}
.latest-news-top h2{ font-size:28px; font-weight:400; letter-spacing:-1px; color:#666; padding-top:16px; margin-bottom:4px;}
.latest-news-top p{ font-size:17px; line-height:24px; letter-spacing:-0.6px; color:#999;}
.latest-news-box{ width:90%; display:inline-block; background:#fff; border:1px solid #d7d7d7; border-radius:4px; padding:0 0 4px; margin:48px 5% 0;}
.latest-news-box img{ width:100%; border-radius:4px; margin-top:-1px;}
.latest-news-box h3{ font-size:18px; font-weight:400; line-height:22px; padding:8px 14px;}
.latest-news-box h3 a{ width:100%; display:inline-block; color:#1a4972; background:url(images/right-arrow-01.png) no-repeat right bottom; padding-right:25px;}
.view-all-news{ text-align:center; padding-top:36px; padding-bottom:8px;}
.view-all-news p{ font-size:14px; font-weight:500;}
.view-all-news p a{ color:#777;}
.view-all-news p a .right-arrow-sp{ width:14px; height:11px; background-position:-10px -260px; margin-left:5px;}

/* Inner Page
------------------------------------*/
.breadcrumb{ background:none; border-radius:0; padding:12px 0 4px; margin-bottom:0;}
.breadcrumb p{ font-weight:300; margin-bottom:5px;}
.breadcrumb span{ font-weight:500; color:#616161; margin-left:5px;}
.breadcrumb a{ display:inline-block; color:#616161; margin:0 4px;}
.inner-left{ width:98.5%; display:inline-block; background:#fff; border:1px solid #dcdcdc; border-radius:4px; margin-right:1.5%;}
.inner-left .inner-left-content{ padding:20px 4.5% 0; position:relative;}
.inner-left .inner-left-content .share-icon{ width:35px; height:35px; background-position:-10px -280px; position:absolute; right:25px; top:25px;}
.inner-left .inner-left-content h1{ font-size:25px; font-weight:400; color:#666; padding:15px 48px 10px 0;}
.inner-left .inner-left-content h3{ font-size:18px; font-weight:400; color:#555; padding-top:22px;}
.inner-left .inner-left-content p{ /*font-size:17px; font-weight:300;*/ line-height:23px; /*color:#777;*/font-size:15px;color:#333;}
.inner-left .inner-left-content p a, .common_ol li a, .desription-box ol li a {color:#e6232c;}
.common_details {padding-left:30px;padding-top:15px;}
.common_details.common_details_no_padding {padding-left:0;}
.common_details h3, .right-tab-content h3 {font-size:16px;color:#333;font-weight:bold;text-transform:uppercase;}
.common_details p, .right-tab-content p {line-height:23px;font-weight:normal !important;font-size:15px;color:#333;text-align:justify;}
.right-tab-content p span, .common_ol li, .desription-box ol li, .right-tab-content ol li, .right-tab-content ol li span, ul.details-box li, .desription-box ul li, .right-tab-content ul li, ul.details-box li span, .desription-box ul li span, .right-tab-content ul li span {color:#333 !important;font-weight:normal !important;line-height:23px;}
.common_ol, .desription-box ol, .right-tab-content ol {padding-left:25px;}
.common_ol li, .desription-box ol li, .right-tab-content ol li {font-weight:normal !important; padding-left:15px;font-size:15px;color:#333;margin-bottom:10px;}
.inner-left .inner-left-content.inner-details h1{ font-weight:300; color:#555;}
.inner-left .inner-left-content.inner-details h3{ font-size:18px; font-weight:400; color:#555; padding-top:22px;}
.inner-left .inner-left-content.inner-details p{ font-size:15px; color:#333;}
.addthis_toolbox {
    margin-bottom:15px;
    display: inline-block;
}
.inner-news-area{ padding-top:8px;}
.inner-news-area h2{ font-size:23px; font-weight:300; text-align:center; color:#666; padding-top:33px;}
.inner-news-box{ width:94%; display:inline-block; background:#fbfbfb; border:1px solid #eee; border-radius:4px; padding:0 0 10px; margin:16px 3% 0;}
.inner-news-box img{ width:100%; border-radius:4px; margin-top:-1px;}
.inner-left .inner-news-box h3{ font-size:16px; font-weight:400; line-height:22px; padding:8px 13px 0; margin-bottom:0;}
.inner-news-box h3 a{ color:#1a4972;}
.inner-left .inner-news-box p{ line-height:normal; margin-bottom:8px;}
.inner-news-box p span{ width:100%; display:inline-block; font-size:14px; font-weight:300; color:#2567a1; padding:0 13px;}

.slider.slider-one{ margin:0 35px 25px;}
.slider.slider-one .slick-slide{ padding:0;}
.slider.slider-one .inner-news-box{ width:96%; margin:12px 2% 0;}
.slider.slider-one .slick-next{ width:25px; height:24px; background:url(images/next-arrow-02.png) no-repeat 0 0;}
.slider.slider-one .slick-prev{ width:25px; height:24px; background:url(images/prev-arrow-02.png) no-repeat 0 0;}

.inner-block-one{ width:100%; display:inline-block; text-align:center; background:url(images/block-bg-02.jpg) no-repeat center 0; background-size:cover; padding:38px 3% 32px; margin-top:36px;}
.inner-block-one h2{ font-size:25px; font-weight:300; letter-spacing:-0.5px; color:#fff;}
.inner-block-one h2 span{ display:inline-block; vertical-align:top; margin-top:14px;}
.inner-block-one a{ min-width:180px; display:inline-block; font-size:15px; font-weight:700; text-transform:uppercase; letter-spacing:0; text-decoration:none; color:#fff; background:#e6232c; border-radius:4px; padding:12px 16px; margin:10px 18px 0;border:1px solid transparent;}
.inner-block-one a:hover{ text-shadow:1px 1px 1px rgba(0,0,0,0.4); border:1px solid #e6232c;background:#fff;color:#e6232c;}

.inner-block-two{ width:100%; display:inline-block; text-align:center; background:url(images/block-bg-02.jpg) no-repeat center 0; background-size:cover; padding:38px 3% 32px; margin-top:36px;}
.inner-block-two h2{ font-size:25px; font-weight:300; letter-spacing:-0.5px; color:#fff;}
.inner-block-two h2 span{ display:inline-block; vertical-align:top; margin-top:14px;}
.inner-block-two .text-box{ display:inline-block; font-size:15px; font-weight:300; letter-spacing:0; color:rgba(255,255,255,0.7); background:rgba(187,142,144,0.4); border:2px solid rgba(37,20,22,0.65); border-radius:6px; padding:12px 30px; margin:8px 18px 0;}

.inner-right{ padding-left:0;}
.right-box{ width:100%; display:inline-block; background:#fff; border:1px solid rgba(0,0,0,0.1); border-radius:2px; box-shadow:0 1px 2px rgba(0,0,0,0.05); margin-bottom:15px;}
.right-box h3{ font-size:19px; font-weight:400; letter-spacing:-0.5px; text-align:center; color:#1c4d79; border-bottom:1px solid #efefef; padding:14px 16px; margin-bottom:0;}
.newsletter-box .right-newsletter{ text-align:center; background:#fcfcfc; border-bottom:3px solid #e6232c; padding:20px 16px 12px; margin:0;}
.newsletter-box .text-box{ width:100%; color:#777; background:#fff; border:1px solid #d3d3d3; padding:10px 14px;}
.newsletter-box .subscribe-btn{ width:100%; font-size:16px; color:#fff; background:#e6232c; border:none; border-radius:3px; padding:7px 20px;}
.newsletter-box .subscribe-btn:hover{ text-shadow:1px 1px 1px rgba(0,0,0,0.3); background:#f04025;}

.join-box{ background:url(images/right-block-01.jpg) no-repeat 0 0; background-size:cover; position:relative; margin-bottom:12px;}
.join-box .join-box-text{ width:204px; float:right; background:url(images/join-now-box-bg.png) no-repeat 0 center; padding:30px 15px 28px 24px;}
.join-box .join-box-text h4{ font-size:20px; font-weight:400; line-height:30px; color:#fff; padding:10px 0 3px 4px;}
.join-box .join-box-text a{ display:inline-block; font-size:15px; font-weight:400; text-decoration:none; color:#fff; background:#e6232c; border-radius:3px; padding:7px 28px;border:1px solid transparent;}
.join-box .join-box-text a:hover{ border:1px solid #e6232c;background:#fff;color:#e6232c;}

.recent-blog-box h3{ margin-bottom:2px;}
.recent-blog{ width:100%; display:inline-block; padding:18px 17px 0;}
.recent-blog p{ margin-bottom:2px;}
.recent-blog-img{ max-width:33%; float:left;}
.recent-blog-text{ max-width:67%; display:inline-block; padding-left:11px;}
.recent-blog-text p{ font-weight:300; letter-spacing:0.4px;}
.recent-blog-text a{ color:#777;}
.recent-blog-box .view-all-box{ text-align:center; border-top:1px solid #f2f2f2; padding:12px 15px 4px; margin-top:14px;}
.recent-blog-box .view-all-box a{ font-weight:700; color:#777;}
.recent-blog-box .view-all-box p a .right-arrow-sp{ width:14px; height:11px; background-position:-10px -260px; margin-left:6px;}

.side-menu-box ul{ list-style:none; padding:0; margin:0;}
.side-menu-box li{ border-top:1px solid #eee; padding:0;}
.side-menu-box li:first-child{ border-top:none;}
.side-menu-box a{ width:100%; display:inline-block; font-size:14px; font-weight:300; text-decoration:none; color:#999; background:url(images/right-arrow-sprite.png) no-repeat 15px 16px; padding:11px 15px 11px 35px;}
.side-menu-box .active a{ font-weight:500; color:#2876bb; background-color:#fbfdff; background-position:15px -72px;}
.side-menu-box a:hover{ text-shadow:1px 1px 1px rgba(0,0,0,0.2); color:#2876bb; background-color:#fbfdff;}

.area-map{ width:100%; display:inline-block; position:relative; padding-top:12px;}
.area-map img{ width:100%;}
.zoom-icon{ width:90px; height:86px; display:inline-block; background:url(images/zoom-icon.png) no-repeat 0 0; position:absolute; right:0; bottom:0; cursor:pointer;}

.horizontal-tab-area .subjects-books{ width:100%;}
.horizontal-tab-area .subjects-books tr{ background:#fff;}
.horizontal-tab-area .subjects-books tr:nth-child(2n+1){ background:#f7fbfe;}
.horizontal-tab-area .subjects-books tr:first-child{ background:#f4f9fc;}
.horizontal-tab-area .subjects-books th{ font-size:12px; font-weight:500; text-transform:uppercase; padding:8px 25px;}
.horizontal-tab-area .subjects-books th span{ background:url(images/down-arrow.png) no-repeat right center; padding-right:22px;}
.horizontal-tab-area .subjects-books td{ font-size:14px; font-weight:300; color:#3f79ae; padding:6px 25px;}
.horizontal-tab-area .subjects-books td:first-child{ color:#555;}

.inner-features-area{ width:100%; display:inline-block; text-align:center; padding:26px 0 44px;}
.inner-features-area h2{ font-size:27px; font-weight:500; color:#666; margin-bottom:8px;}
.inner-features-area p{ font-size:17px; font-weight:300; line-height:23px; color:#767b81;}
.inner-features-area .inner-feature{ padding:3px !important;}
.inner-features-area .row .row{ padding:0 5%;}
.inner-features-area .inner-feature-box{ width:100%; min-height:235px; display:inline-block; vertical-align:middle; background:#f7f7f7; padding:55px 20px 18px !important; position:relative;}
.inner-features-area .inner-feature-box p{ font-size:15px; font-weight:600; text-transform:uppercase; line-height:18px; color:#999; padding:2px;}
.inner-features-area .inner-feature-box p span{ display:inline-block; font-weight:300; color:#777; text-transform:none; padding-top:4px;}
.inner-features-area .inner-feature-box a.link{ width:100%; height:100%; display:inline-block; position:absolute; left:0; top:0;}
.inner-features-area .inner-feature-box.hover-green:hover{ background-color:#f0fff6;}
.inner-features-area .inner-feature-box.hover-yellow:hover{ background-color:#fffdf5;}
.inner-features-area .inner-feature-box.hover-red:hover{ background-color:#fff6f2;}
.inner-features-area .inner-feature-box.hover-blue:hover{ background-color:#e9f7fe;}
.inner-features-area .inner-feature-box.hover-darkpink:hover{ background-color:#fff5f9;}
.inner-features-area .inner-feature-box.hover-cyan:hover{ background-color:#f2ffff;}
.inner-features-area .inner-feature-box.hover-pink:hover{ background-color:#fff4f7;}
.inner-features-area .inner-feature-box.hover-orange:hover{ background-color:#fef9f2;}
.inner-features-area .inner-feature-box.hover-lightblue:hover{ background-color:#f0f0ff;}
.inner-features-area.features-bottom{ padding:35px 4.5% 20px;}
.inner-features-area.prelims-box-area{ padding-bottom:0;}
.inner-features-area.prelims-box-area .inner-feature-box{ min-height:175px; padding:25px 20px 18px !important;}

.exam-details-area{ width:100%; display:inline-block; padding:26px 0 30px;}
.exam-details-area .exam-details{ width:91%; border-bottom:3px solid #f7fbfe; margin:0 4.5%;}
.exam-details-area .exam-details tr{ background:#fff;}
.exam-details-area .exam-details tr:nth-child(2n+1){ background:#f7fbfe;}
.exam-details-area .exam-details tr:first-child{ background:#f4f9fc;}
.exam-details-area .exam-details th{ font-size:12px; font-weight:500; text-transform:uppercase; padding:8px 22px;}
.exam-details-area .exam-details th span{ background:url(images/down-arrow.png) no-repeat right center; padding-right:22px;}
.exam-details-area .exam-details td{ font-size:14px; font-weight:300; color:#505050; padding:6px 22px;}
.exam-details-area .exam-details th:first-child, .exam-details-area .exam-details td:first-child{ width:50%;}

.inner-left-content.syllabus-top{ padding-bottom:15px;}
.blue-hd{ background:#fcfcfc; border-top:1px solid #f2f2f2; border-bottom:1px solid #f2f2f2; padding:24px 4.5% 12px;}
.blue-hd h3{ font-size:18px; font-weight:500; color:#1f5d94;}
.blue-hd h3 img{ margin-right:10px;}
.blue-hd h3 span{ max-width:90%; display:inline-block; vertical-align:middle;}

ul.details-box, .desription-box ul, .right-tab-content ul { width:100%; display:inline-block; list-style:none; padding:10px 4.5%; margin:0;}
ul.details-box li, .desription-box ul li, .right-tab-content ul li { display:inline-block; font-size:15px; font-weight:500; color:#666; background:url(images/right-arrow.png) no-repeat 0 15px; padding:11px 15px; margin-right:2.5%;}
ul.details-box li .date{ color:#e6232c;}
.vertical-tab-area ul.details-box li {
    display:block;
}
ul.important-notes{ width:100%; display:inline-block; list-style:none; padding:12px 4.5% 0; margin:0;}
ul.important-notes li{ width:100%; display:inline-block; font-size:15px; /*font-weight:300;*/ line-height:23px; color:#333; background:url(images/right-arrow.png) no-repeat 0 18px; padding:12px 0 15px 15px;}

.left-tabs-area{ padding-top:6px;}
.left-tabs-box{ background:#fff; border:1px solid #dcdcdc; border-radius:5px; padding:12px 20px 50px;}
.left-tabs-box .link-list{ list-style:none; padding:0 0 10px; margin:0;}
.left-tabs-box .link-list li{ font-size:14px; font-weight:300; line-height:15px; padding:0 0 12px;}
.left-tabs-box .link-list a{ width:100%; display:inline-block; color:#6a6a6a; background:url(images/gray-right-arrow.png) no-repeat right 6px; padding-right:14px;}
.left-tabs-box .link-list a:hover, .left-tabs-box .link-list .active a{ color:#e6232c;}
.left-tabs-box .link-list .active a{ background-image:url(images/red-right-arrow.png);}
.inner-left{ width:98.5%; display:inline-block; background:#fff; border:1px solid #dcdcdc; border-radius:4px; margin-right:1.5%;}
.right-tab-area{ padding-top:6px;}
.right-tab-content{ width:99.5%; display:inline-block; background:#fff; border:1px solid #dcdcdc; border-radius:4px; padding:10px 3% 50px; margin-left:0.5%;}
.right-tab-content h1{ font-size:20px; font-weight:400; color:#555; padding-top:20px;}
.right-tab-content ul.list-items{ list-style:none; padding:0; margin:0;}
.right-tab-content ul.list-items li{ font-size:15px; color:#444; background:url(images/blue-right-arrow-02.png) no-repeat 0 12px; padding:6px 0 5px 25px;}
.right-tab-content ul.list-items li a{ color:#444;}
.right-tab-content ul.list-items li span{ color:#666;}
.right-tab-content ul.list-items li a span{ color:#666;}
.right-tab-content ul.prev-year-list{ list-style:none; padding:0; margin:0;}
.right-tab-content ul.prev-year-list li{ width:22.5%; float:left; text-align:center; list-style:none; background:#f8f8f8; box-shadow:0 1px 1px rgba(0,0,0,0.14); padding:34px 5px 25px; margin:20px 2.5% 0 0;}
.right-tab-content ul.prev-year-list h3{ font-size:26px; font-weight:300; line-height:26px; color:#666; margin-bottom:14px;}
.right-tab-content ul.prev-year-list h3 span{ display:inline-block; text-align:left;}
.right-tab-content ul.prev-year-list p a{ display:inline-block; font-size:14px; font-weight:400; text-decoration:none; color:#fff; background:#e6232c; border-radius:3px; padding:3px 20px 4px;}
.right-tab-content ul.prev-year-list p a:hover{ background:#f0462b;}

.left-menu-area{ padding-top:12px;}
.left-menu-area .left-menu-box{ background:#fff; border:1px solid #dcdcdc; border-radius:4px; padding-bottom:0; overflow:hidden;}
.left-menu-area .left-menu-box a.query_call_img {
    background:url(images/query_call.png) center top no-repeat;
    display:block;
    width:100%;
    height:345px;
    background-size:cover;
    padding:0;
}
.left-menu-area .left-menu-box a.query_call_img:hover {
    background:url(images/query_call.png) center top no-repeat;
    background-size:cover;
}
.left-menu-area .left-menu-box ul{ list-style:none; padding:0; margin:0;}
.left-menu-area .left-menu-box li{ font-size:16px; text-transform:uppercase; border-bottom:1px solid #e1dede;}
.left-menu-area .left-menu-box a{ width:100%; display:inline-block; text-decoration:none; color:#717171; padding:17px 14% 17px 7%;}
.left-menu-area .left-menu-box .icon{ width:22px; display:inline-block; vertical-align:middle; background-repeat:no-repeat; background-position:0 0; margin-right:6px;}
.left-menu-area .left-menu-box .test-icon{ height:19px; background-image:url(images/test-icon.png);}
.left-menu-area .left-menu-box .history-icon{ height:24px; background-image:url(images/test-history-icon.png);}
.left-menu-area .left-menu-box .payment-icon{ height:19px; background-image:url(images/money-icon.png);}
.left-menu-area .left-menu-box .profile-icon{ height:22px; background-image:url(images/profile-icon.png);}
.left-menu-area .left-menu-box .faq-icon{ height:24px; background-image:url(images/faq-icon.png);}
.left-menu-area .left-menu-box .enquiry-icon{ height:18px; background-image:url(images/comment-icon.png);}
.left-menu-area .left-menu-box .rankings-icon{ height:26px; background-image:url(images/star-icon.png);}
.left-menu-area .left-menu-box .feedback-icon{ height:22px; background-image:url(images/text-icon.png);}
.left-menu-area .left-menu-box .download-icon{ height:19px; background-image:url(images/download-icon.png);}
.left-menu-area .left-menu-box a:hover{ color:#fff; background:#e6232c;}
.left-menu-area .left-menu-box li.active a{ color:#fff; background:url(images/white-right-arrow.png) no-repeat 92% center #e6232c;}
.left-menu-area .left-menu-box a:hover .icon, .left-menu-area .left-menu-box li.active .icon{ background-position:0 -50px;}
.test-right-area{ padding-top:12px;}
.test-right{ width:99.5%; display:inline-block; margin-left:0.5%;}
.test-right h1{ font-size:22px; color:#555; padding:6px 0 8px;}
.test-right .test-right-box{ width:100%; display:inline-block;}
.test-right ul{ width:100%; display:inline-block; list-style:none; padding:0; margin:0;}
.test-right ul.my-test-title{ width:100%; display:inline-block; float:left; background:#1f5586; border-radius:4px; margin-bottom:6px;}
.test-right ul.my-test-title li{ width:17%; display:inline-block; float:left;}
.test-right ul.my-test-title li.my-test-lg, .test-right ul.my-test-details li.my-test-lg{ width:27%;}
.test-right ul.my-test-title li.my-test-md, .test-right ul.my-test-details li.my-test-md{ width:22%;}
.test-right ul.my-test-title h3, .test-right ul.my-test-details h3{ min-height:39px; font-size:13px; text-transform:uppercase; color:#fff; padding:12px 25px; margin-bottom:0;}
.test-right ul.my-test-details{ width:100%; display:inline-block; float:left; background:#fff; border-radius:4px; box-shadow:0 1px 0 rgba(0,0,0,0.07); margin-top:5px;}
.test-right ul.my-test-details li{ width:17%; display:inline-block; float:left; vertical-align:top;}
.test-right ul.my-test-details h3{ display:none; background:#1f5586;}
.test-right ul.my-test-details li:first-child h3{ border-radius:4px 0 0 4px;}
.test-right ul.my-test-details li:last-child h3{ border-radius:0 4px 4px 0;}
.test-right ul.my-test-details p{ font-size:15px; line-height:18px; color:#888; padding:10px 25px 11px; margin-bottom:0;}
.test-right ul.my-test-details p span{ display:inline-block; padding-top:10px;}
.test-right ul.my-test-details li.my-test-lg p{ font-size:16px; text-transform:uppercase; line-height:18px; padding-top:13px;}
.test-right ul.my-test-details li.my-test-lg p a{ font-size:12px; font-weight:300; text-transform:none; text-decoration:underline; color:#e6232c;}
.test-right ul.my-test-details li.my-test-lg p a:hover{ text-decoration:none;}
.test-right ul.my-test-details p a.test-link{ display:inline-table; font-size:12px; font-weight:600; text-align:center; text-transform:uppercase; text-decoration:none; line-height:normal; color:#fff; background:#e91821; border-radius:3px; padding:8px 12px; margin-top:4px;}
.test-right ul.my-test-details p a.test-link:hover{ background:#dc151d;}
.test-right ul.my-test-details p a.test-link.test_inactive_btn,
.test-right .category_btns a.review_result.test_inactive_btn {background: #a09697;}
.test-right ul.my-test-details p a.test-link.test_inactive_btn:hover,
.test-right .category_btns a.review_result.test_inactive_btn:hover {background: #948c8d; border: 0;}

.test-right ul.test-history-title{ width:100%; display:inline-block; float:left; background:#1f5586; border-radius:4px; margin-bottom:6px;}
.test-right ul.test-history-title li{ width:16%; display:inline-block; float:left;}
.test-right ul.test-history-title li.test-history-lg, .test-right ul.test-history-details li.test-history-lg{ width:30.25%;}
.test-right ul.test-history-title li.test-history-md, .test-right ul.test-history-details li.test-history-md{ width:21.75%; text-align:center;}
.test-right ul.test-history-title h3, .test-right ul.test-history-details h3{ min-height:39px; font-size:13px; text-transform:uppercase; color:#fff; padding:12px 25px; margin-bottom:0;}
.test-right ul.test-history-details{ width:100%; display:inline-block; float:left; background:#fff; border-radius:4px; box-shadow:0 1px 0 rgba(0,0,0,0.07); margin-top:5px;}
.test-right ul.test-history-details li{ width:16%; display:inline-block; float:left; vertical-align:top;}
.test-right ul.test-history-details h3{ display:none; background:#1f5586;}
.test-right ul.test-history-details li:first-child h3{ border-radius:4px 0 0 4px;}
.test-right ul.test-history-details li:last-child h3{ border-radius:0 4px 4px 0;}
.test-right ul.test-history-details p{ font-size:15px; line-height:22px; color:#888; padding:10px 25px 11px; margin-bottom:0;}
.test-right ul.test-history-details p span{ display:inline-block; padding-top:20px;}
.test-right ul.test-history-details li.test-history-lg p{ font-size:16px; text-transform:uppercase; line-height:20px; padding-top:20px;}
.test-right ul.test-history-details li.test-history-lg p a{ font-size:12px; font-weight:300; text-transform:none; color:#e6232c;}
.test-right ul.test-history-details li.test-history-md p a{ font-size:12px; font-weight:300; text-transform:none; text-decoration:underline; color:#e6232c;}
.test-right ul.test-history-details li.test-history-md p a:hover{ text-decoration:none;}
.test-right ul.test-history-details li.test-history-md p a.test-link{ display:inline-table; font-size:12px; font-weight:600; text-transform:uppercase; text-decoration:none; line-height:normal; color:#fff; background:#e91821; border-radius:3px; padding:8px 12px; margin-top:4px;}
.test-right ul.test-history-details li.test-history-md p a.test-link:hover{ background:#dc151d;}

.test-right ul.payment-history-details{ width:100%; display:inline-block; float:left; background:#fdfdfd; border-radius:4px; box-shadow:0 1px 0 rgba(0,0,0,0.07); overflow:hidden; margin-bottom:5px;}
.test-right ul.payment-history-details li{ width:48%; display:inline-block; float:left; vertical-align:top;}
.test-right ul.payment-history-details li.payment-history-lg{ width:68%; background:#fff; padding-left:2%;}
.test-right ul.payment-history-details li.payment-history-md{ width:32%;}
.test-right ul.payment-history-details h3{ font-size:14px; font-weight:500; text-transform:uppercase; color:#666; padding:22px 25px 20px; margin-bottom:0;}
.test-right ul.payment-history-details p{ font-size:15px; line-height:22px; color:#888; padding:18px 25px 20px; margin-bottom:0;}
.test-right ul.payment-history-details .rupee-icon{ width:8px; height:13px; background-position:-10px -330px; vertical-align:top; margin:5px 1px 0 0;}

.test-right ul.rankings-title{ width:100%; display:inline-block; float:left; background:#1f5586; border-radius:4px; margin-bottom:6px;}
.test-right ul.rankings-details{ width:100%; display:inline-block; float:left; background:#fdfdfd; border-radius:4px; box-shadow:0 1px 0 rgba(0,0,0,0.07); overflow:hidden; margin-top:5px;}
.test-right ul.rankings-title li, .test-right ul.rankings-details li{ width:48%; display:inline-block; float:left; vertical-align:top;}
.test-right ul.rankings-title li.rankings-lg, .test-right ul.rankings-details li.rankings-lg{ width:62%; padding-left:4%;}
.test-right ul.rankings-title li.rankings-md, .test-right ul.rankings-details li.rankings-md{ width:38%;}
.test-right ul.rankings-title h3{ min-height:39px; font-size:13px; text-transform:uppercase; color:#fff; padding:12px 25px; margin-bottom:0;}
.test-right ul.rankings-details li.rankings-lg{ background:#fff;}
.test-right ul.rankings-details h3{ font-size:14px; font-weight:500; text-transform:uppercase; color:#666; padding:22px 25px 20px; margin-bottom:0;}
.test-right ul.rankings-details p{ font-size:15px; line-height:22px; color:#888; padding:18px 25px 22px; margin-bottom:0;}

.test-right .test-right-box.my-profile{ background:#fff; border-radius:4px; box-shadow:0 1px 0 rgba(0,0,0,0.07); overflow:hidden; padding-bottom:50px;}
.test-right .my-profile .my-profile-pic{ width:100%; display:inline-block; padding:18px 30px 8px;}
.test-right .my-profile .my-profile-pic img{ max-width:50%; border-radius:50%;}
.test-right .my-profile .my-profile-pic a{ float:right; color:#aaa;}
.test-right .my-profile .my-profile-pic a .edit-icon{ width:12px; height:10px; background-position:-10px -350px; margin-right:4px;}
.test-right .my-profile .my-profile-pic a:hover{ text-shadow:1px 1px 1px rgba(0,0,0,0.1);}
.test-right ul.my-profile-details{ width:100%; display:inline-block; float:left; border-top:1px solid #e5e5e5; padding:0 20px;}
.test-right ul.my-profile-details:last-child{ border-bottom:1px solid #e5e5e5;}
.test-right ul.my-profile-details:hover{ background:#fcfcfc;}
.test-right ul.my-profile-details li{ width:33.3%; display:inline-block; float:left; vertical-align:top;}
.test-right ul.my-profile-details li.my-profile-lg{ width:69%; padding-left:8px;}
.test-right ul.my-profile-details li.my-profile-md{ width:19%; background:url(images/colon-icon.png) no-repeat right center; padding-right:2px;}
.test-right ul.my-profile-details li.my-profile-xs{ width:12%; text-align:right; padding-top:2px;}
.test-right ul.my-profile-details:hover li a:hover{ text-shadow:1px 1px 1px rgba(0,0,0,0.1);}
.test-right ul.my-profile-details h3{ font-size:14px; font-weight:400; color:#737373; padding:18px 10px 19px; margin-bottom:0;}
.test-right ul.my-profile-details p{ font-size:14px; color:#555; line-height:26px; padding:13px 10px 12px; margin-bottom:0;}
.test-right ul.my-profile-details .text-box{ width:57%; height:30px; font-size:13px; color:#555; border:1px solid #ccc; border-radius:2px; box-shadow:0 1px 0 rgba(0,0,0,0.06) inset; padding:2px 10px; margin-right:6px;}
.test-right ul.my-profile-details .update-btn{ height:30px; font-size:12px; font-weight:700; text-transform:uppercase; color:#fff; background:#e91821; border:none; border-radius:3px; padding:2px 12px 1px;}
.test-right ul.my-profile-details .update-btn:hover{ background:#d9151e;}
.test-right ul.my-profile-details li.my-profile-xs p, .test-right ul.my-profile-details li.my-profile-xs p a{ font-size:13px; color:#aaa;}
.test-right ul.my-profile-details li .edit-icon{ display:none; width:12px; height:10px; background-position:-10px -350px; margin-right:4px;}
.test-right ul.my-profile-details:hover li .edit-icon, .test-right ul.my-profile-details li .edit-icon{ display:inline-block;}
.test-right ul.my-profile-details li a .edit-icon{ display:none;}
.test-right ul.my-profile-details:hover li a .edit-icon{ display:inline-block;}

.test-right .test-right-box.faqs .resp-tab-content p{ font-size:14px; color:#888; font-weight:300; line-height:20px;}

.test-right .test-right-box.user-enquiry{ text-align:center; background:#fff; border-radius:4px; box-shadow:0 1px 0 rgba(0,0,0,0.07); overflow:hidden; padding-top:60px;}
.test-right .user-enquiry p{ padding:0 5%;}
.test-right .user-enquiry h3{ font-size:21px; font-weight:300; line-height:25px; color:#666; padding:5px 5%;}
.test-right .user-enquiry h3 a{ font-size:20px; font-weight:500; letter-spacing:-0.2px; color:#e6232c;}
.test-right .user-enquiry .enquiry-bottom-text{ width:100%; display:inline-block; background:#fbfbfb; padding:24px 0 16px; margin-top:46px;}
.test-right .user-enquiry .enquiry-bottom-text p{ font-size:15px; letter-spacing:-0.2px; line-height:24px; color:#888;}

.test-right .test-right-box.feedback{ background:#fff; border-radius:4px; box-shadow:0 1px 0 rgba(0,0,0,0.07); overflow:hidden; padding:26px 30px 32px;}
.test-right .feedback p{ font-size:14px; font-weight:300; line-height:20px; color:#888;}
.test-right .feedback .text-box{ width:76%; height:167px; font-size:13px; color:#555; border:1px solid #ccc; border-radius:2px; box-shadow:0 1px 0 rgba(0,0,0,0.06) inset; padding:2px 10px;}
.test-right .feedback .submit-btn{ font-size:13px; font-weight:700; text-transform:uppercase; color:#fff; background:#e91821; border:none; border-radius:3px; padding:8px 20px 8px;}
.test-right .feedback .submit-btn:hover{ background:#d9151e;}

.exam-area{ width:100%; display:inline-block; border:1px solid #dcdcdc; border-radius:4px; overflow:hidden;}
.exam-area .exam-top{ width:100%; float:left; background:#fff; border-bottom:1px solid #f2f2f2; padding:30px 35px 22px;}
.exam-area .exam-top h1{ font-size:26px; font-weight:400; color:#666; padding:5px 0 0;}
.exam-area .exam-top p{ font-size:17px; font-weight:300; line-height:23px; color:#777;}
.exam-area .exam-test{ width:100%; float:left; background:#f5faff; padding:20px 35px 50px;}
.exam-area .exam-test-left{ width:99.5%; display:inline-block; background:#fff; border:1px solid #dfdfdf; margin-top:22px; margin-right:0.5%;}
.exam-area .exam-test-left h2{ font-size:18px; font-weight:400; border-bottom:1px solid #dfdfdf; box-shadow:0 0 0 1px rgba(255,255,255,0.75) inset; padding:30px 30px 26px; margin-bottom:0;
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #fbf9f6 77%, #f7f4ed 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#fbf9f6 77%,#f7f4ed 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#fbf9f6 77%,#f7f4ed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f4ed',GradientType=0 );
}
.exam-area .exam-test-left p{ font-size:15px; font-weight:300; line-height:26px; padding:0 30px;}
.exam-area .exam-left-top{ width:100%; display:inline-block; padding:0 30px;}
.exam-area .exam-left-top h4{ display:inline-block; font-size:14px; line-height:14px; color:#4a4a4a; background:url(images/clock-icon.png) no-repeat 0 center; padding:12px 40px 10px; margin-top:10px;}
.exam-area .exam-left-top h4 span{ font-size:11px; font-weight:300; color:#616161;}
.exam-area .exam-left-top p{ display:inline-block; float:right; line-height:normal; padding:0;}
.exam-area .exam-left-top p a{ min-height:65px; display:inline-block; float:left; font-size:11px; font-weight:300; text-align:center; text-decoration:none; color:#616161; border-radius:2px; box-shadow:0 4px 4px rgba(16,16,16,0.05), 1px 1px 0 rgba(255,255,255,1) inset; padding:8px; margin-left:10px;
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7fa 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7fa 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#f7f7fa 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7fa',GradientType=0 );
}
.exam-area .exam-left-top p a:hover{
background: #fdfdfe;
background: -moz-linear-gradient(top,  #fdfdfe 0%, #f3f3f7 100%);
background: -webkit-linear-gradient(top,  #fdfdfe 0%,#f3f3f7 100%);
background: linear-gradient(to bottom,  #fdfdfe 0%,#f3f3f7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfe', endColorstr='#f3f3f7',GradientType=0 );
}
.exam-area .exam-left-top p a .tick-icon{ width:18px; height:13px; background-position:-10px -370px; margin:2px 0;}
.exam-area .exam-left-top p a .reset-icon{ width:21px; height:19px; background-position:-10px -390px;}
.exam-area .exam-test-left h3{ font-size:17px; font-weight:500; color:#225d90; padding:8px 30px 0;}
.exam-area .exam-test-left h3 span{ font-weight:300;}
.exam-area .exam-test-left ul{ list-style:none; padding:10px 30px; margin:0;}
.exam-area .exam-test-left li{ padding:4px 0 0;}
.exam-area .exam-test-left li label{ color:#666;}
.exam-area .exam-test-left li .radio-btn{ vertical-align:text-top; margin-right:10px; margin-top:2px;}
.exam-area .exam-left-bottom{ width:100%; display:inline-block; text-align:right; background:#f0f0f0; padding:20px 30px 5px; margin-top:16px;}
.exam-area .exam-left-bottom p{ line-height:normal; padding:0;}
.exam-area .exam-left-bottom a.prev-link, .exam-area .exam-left-bottom a.next-link {
    font-size: 16px;
    line-height: normal;
    color: #fff;
    background: #428bca;
    border: none;
    border-radius: 3px;
    padding: 8px 15px;
    margin: 3px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    text-decoration: none;
}
.exam-area .exam-left-bottom a.prev-link:hover, .exam-area .exam-left-bottom a.next-link:hover{
    background: #3e709a;
}
.exam-area .exam-left-bottom .pagination-area{ display:inline-block; float:left; padding:4px 0;}
.exam-area .exam-left-bottom p a{ display:inline-block; float:left; padding:4px 0;}
.exam-area .exam-left-bottom .btn-area{ display:inline-block; padding:4px 0;}
.exam-area .exam-left-bottom .save-btn{ min-width:94px; font-size:16px; line-height:normal; color:#fff; background:#1b4973; border:none; border-radius:3px; padding:8px 25px; margin:3px;}
.exam-area .exam-left-bottom .save-btn:hover{ text-shadow:1px 1px 1px rgba(0,0,0,0.5); background:#173f63;}
.exam-area .exam-left-bottom .submit-btn, input[type="button"].primary-btn, input[type="submit"].primary-btn { min-width:94px; font-size:16px; line-height:normal; color:#fff; background:#e6232c; border:none; border-radius:3px; padding:8px 15px; margin:3px;}
.exam-area .exam-left-bottom .submit-btn:hover, input[type="button"].primary-btn:hover, input[type="submit"].primary-btn:hover { text-shadow:1px 1px 1px rgba(0,0,0,0.4); background:#e4442b;}

.exam-area .exam-test-right{ width:100%; display:inline-block; background:#fff; border:1px solid #dfdfdf; margin-top:22px;}
.exam-area .exam-right-top{ border-bottom:1px solid #dfdfdf; box-shadow:0 0 0 1px rgba(255,255,255,0.75) inset; padding:10px 18px 5px;
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #fbf9f6 77%, #f7f4ed 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#fbf9f6 77%,#f7f4ed 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#fbf9f6 77%,#f7f4ed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f4ed',GradientType=0 );
}
.exam-area .exam-right-top h3{ display:inline-block; font-size:17px; font-weight:500; padding-top:6px; margin-bottom:8px;}
.exam-area .exam-right-top p{ display:inline-block; float:right; margin-bottom:0;}
.exam-area .exam-right-top a.prev-link, .exam-area .exam-right-top a.next-link{ width:23px; height:28px; background-position:-10px -500px; margin:1px 1px 0 0;
opacity:0.8;
filter:alpha(opacity=80); /* For IE8 and earlier */
}
.exam-area .exam-right-top a.next-link{ background-position:-10px -540px;}
.exam-area .exam-right-top a.prev-link:hover, .exam-area .exam-right-top a.next-link:hover{
opacity:1;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
.exam-area .question-list{ width:100%; display:inline-block; padding:22px 18px 14px;}
.exam-area .question-list table{ width:100%; text-align:center;}
.exam-area .question-list td{ width:14.28%; padding:1px 2px 2px 1px;}
.exam-area .question-list td a{ width:100%; display:inline-block; font-size:12px; text-decoration:none; color:#515151; background:#f2f0ea; border:1px solid #d9d3c5; padding:6px 2px 5px;}
.exam-area .question-list td a.answered{ font-weight:700; text-shadow:0 1px 0 rgba(145,80,0,1); color:#fff; background:#3dc4af;}
.exam-area .question-list td a.not-answered{ font-weight:700; text-shadow:0 1px 0 rgba(145,80,0,1); color:#fff; background:#e0602f;}
.exam-area .question-list td a.for-review{ font-weight:700; text-shadow:0 1px 0 rgba(145,80,0,1); color:#fff; background:#0187d0;}
.exam-area .question-list td a.current{ font-weight:700; text-shadow:0 1px 0 rgba(145,80,0,1); color:#fff; background:#80c43d; border-bottom-color:#915000;}
.exam-area .question-list td a:hover{ text-shadow:1px 1px 1px rgba(0,0,0,0.4) !important;}
.exam-area .exam-right-bottom{ width:100%; display:inline-block; background:#fcfcfc; border-top:1px solid #efefef; padding:16px 0 14px 18px;}
.exam-area .exam-right-bottom h4{ font-size:15px; font-weight:500; padding:5px 0;}
.exam-area .exam-right-bottom ul{ list-style:none; padding:0; margin:0;}
.exam-area .exam-right-bottom li{ min-width:32%; min-height:30px; display:inline-block; float:left; font-size:12px; font-weight:300; line-height:12px; color:#616161; padding-right:20px; padding-bottom:4px;}
.exam-area .exam-right-bottom li span{ width:18px; height:16px; display:inline-block; float:left; background:#f2f0ea; border:1px solid #d9d3c5; margin-top:-2px; margin-right:6px;}
.exam-area .exam-right-bottom li span.answered{ background:#3dc4af;}
.exam-area .exam-right-bottom li span.not-answered{ background:#e0602f;}
.exam-area .exam-right-bottom li span.for-review{ background:#0187d0;}
.exam-area .exam-right-bottom li span.current{ background:#80c43d; border-bottom-color:#915000;}

.a2a_kit {
    float: right;
}

.inputError {
    outline: 2px solid #FF0000;
    background-color: #FFDFDF;
}
.fullcalendar_wrapper_details {
    width: 60%;
    margin: 20px 0;
}
.daily-affairs-additional-section {
    margin: 20px 0;
}
.fc-basic-view .fc-body .fc-row {
    min-height: auto !important;
}



.inner-left-content .iump-register-form, .inner-left-content .ihc-login-form-wrap, .inner-left-content .ihc-pass-form-wrap {
    display:block;
    max-width:290px;
    margin:0 auto;
}
.inner-left-content .iump-register-form .iump-form-line-register, .inner-left-content .ihc-login-form-wrap .impu-form-line-fr, .inner-left-content .ihc-pass-form-wrap .impu-form-line-fr {
    position:relative;
    margin-bottom:10px;
}
.inner-left-content .iump-register-form .iump-form-line-register label, .inner-left-content .iump-register-form .iump-form-line-register label.empty, .inner-left-content .ihc-login-form-wrap .impu-form-line-fr span, .inner-left-content .ihc-login-form-wrap .impu-form-line-fr span.empty, .inner-left-content .ihc-pass-form-wrap .impu-form-line-fr span, .inner-left-content .ihc-pass-form-wrap .impu-form-line-fr span.empty {
    position:absolute;
    top:5px;
    left:0;
    text-align:left;
    font-family: 'Roboto', sans-serif;
    font-size:17px;
    color:#a4a8a8;
    font-style:italic;
    font-weight:normal;
    margin-bottom:0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.inner-left-content .iump-register-form .iump-form-line-register label span {
    margin-right:5px;
}
.inner-left-content .iump-register-form .iump-form-line-register input[type=text], .inner-left-content .iump-register-form .iump-form-line-register input[type=password], .inner-left-content .iump-register-form .iump-form-line-register input[type=number], .inner-left-content .ihc-login-form-wrap .impu-form-line-fr input[type=text], .inner-left-content .ihc-pass-form-wrap .impu-form-line-fr input[type=text], .inner-left-content .ihc-login-form-wrap .impu-form-line-fr input[type=password], .inner-left-content .ihc-login-form-wrap .impu-form-line-fr input[type=number] {
    border:0;
    border-bottom:1px solid #e8eceb;
    width:100%;
    outline:none;
}
.inner-left-content .iump-register-form .iump-form-line-register input, .inner-left-content .ihc-login-form-wrap .impu-form-line-fr input, .inner-left-content .ihc-pass-form-wrap .impu-form-line-fr input {
    position:relative;
    background:transparent;
    height:40px;
}
.inner-left-content .iump-register-form .iump-form-line-register label.move_up, .inner-left-content .iump-register-form .iump-form-line-register label.not-empty, .inner-left-content .ihc-login-form-wrap .impu-form-line-fr span.move_up, .inner-left-content .ihc-login-form-wrap .impu-form-line-fr span.not-empty, .inner-left-content .ihc-pass-form-wrap .impu-form-line-fr span.move_up, .inner-left-content .ihc-pass-form-wrap .impu-form-line-fr span.not-empty {
    top:-10px;
    font-size:12px;
}
.inner-left-content .ihc-login-form-wrap .impu-form-line-fr span.move_up, .inner-left-content .ihc-login-form-wrap .impu-form-line-fr span.not-empty, .inner-left-content .ihc-pass-form-wrap .impu-form-line-fr span.move_up, .inner-left-content .ihc-pass-form-wrap .impu-form-line-fr span.not-empty {
    top:-20px;
}
.iump-submit-form input[type="submit"], .inner-left-content .ihc-login-form-wrap .impu-form-line-fr.impu-form-submit input[type="submit"], .inner-left-content .ihc-pass-form-wrap .impu-form-submit input[type="submit"] {
    background:#e4161f;
    margin:0 auto;
    display:block;
    margin-bottom:35px;
    height:50px;
    line-height:45px;
    font-size:16px;
    color:#fff;
    width:90%;
    border:0;
    outline:none;
    border-radius:4px;
    border:1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.iump-submit-form input[type="submit"]:hover, .inner-left-content .ihc-login-form-wrap .impu-form-line-fr.impu-form-submit input[type="submit"]:hover, .inner-left-content .ihc-pass-form-wrap .impu-form-submit input[type="submit"]:hover {
    border:1px solid #e4161f;
    color:#e4161f;
    background:#fff;
}
.inner-left-content .ihc-login-form-wrap .impu-form-line-fr, .inner-left-content .ihc-pass-form-wrap .impu-form-line-fr {
    margin-bottom:25px;
    overflow:hidden;
}
.inner-left-content .ihc-pass-form-wrap .impu-form-line-fr {
    overflow:visible;
}
.inner-left-content .ihc-login-form-wrap .impu-form-line-fr.impu-remember-wrapper input {
    height:auto;
}
.inner-left-content .ihc-login-form-wrap .impu-form-line-fr.impu-remember-wrapper span {
    position:static;
    font-size:13px;
    color:#808080;
    font-style:normal;
}
.impu-form-links-reg {
    text-align:left;
    display:inline-block;
    float:left;
}
.impu-form-links-reg a {
    color:#3692cd;
    font-size:15px;
    font-weight:600;
    display:inline-block;
}
.impu-form-links-pass {
    text-align:right;
    display:inline-block;
    float:right;
}
.impu-form-links-pass a {
    color:#3692cd;
    font-size:13px;
}
.current_affairs_details_container {
    padding:0 4.5%;
}

#piechart {
    height:365px;
}
.test_history .nav-tabs {
    margin-bottom:20px;
    display:inline-block;
    width:auto;
    -webkit-box-shadow: 0 8px 10px -6px rgba(0,0,0,0.2);
       -moz-box-shadow: 0 8px 10px -6px rgba(0,0,0,0.2);
            box-shadow: 0 8px 10px -6px rgba(0,0,0,0.2);
}
.test_history .nav-tabs>li>a {
    padding:18px 70px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f8f7fa+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f8f7fa 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f8f7fa 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#f8f7fa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f7fa',GradientType=0 ); /* IE6-9 */
    margin-right:0;
    border:1px solid #d8e1e7;
    border-bottom:1px solid #e4e2f2;
    font-size:14px;
    color:#70767b;
}
.test_history .nav-tabs>li.active>a, .test_history .nav-tabs>li.active>a:hover, .test_history .nav-tabs>li.active>a:focus, .test_history .nav-tabs>li>a:hover, .test_history .nav-tabs>li>a:focus {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8f7fa+0,ffffff+100 */
    background: #f8f7fa; /* Old browsers */
    background: -moz-linear-gradient(top,  #f8f7fa 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f8f7fa 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f8f7fa 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f7fa', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    border-bottom:3px solid #467db1;
    text-shadow:none;
}
.test-right .test_history ul.test-history-title li.test-history-md, .test-right .test_history ul.test-history-details li.test-history-md {
    width:28%;
}
.test-right .test_history ul.test-history-title li, .test-right .test_history ul.test-history-details li {
    width:12%;
}
.test-right .test_history ul.test-history-title h3, .test-right .test_history ul.test-history-details h3 {
    padding:12px 15px;
    text-align:left;
}
.test-right .test_history ul.test-history-details p {
    text-align:left;
    padding:30px 15px 30px;
}
.test-right .test_history ul.test-history-details p span {
    padding-top:0;
}
.test-right .test_history ul.test-history-title li.test-history-md h3 {
    padding-top:19px;
}
.dwn_pdf {
    display: inline-table;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    line-height: normal;
    color: #fff;
    background: #e91821;
    border-radius: 3px;
    padding: 8px 12px;
    margin-top: 4px;
}
.dwn_pdf:hover {
    background: #dc151d;
    text-decoration:none;
    color:#fff;
    text-shadow:none;
}
.answers_wrap h1 {
    padding-bottom:0;
    margin-bottom:0;
}
.answers_wrap p {
    font-weight:300;
    color:#616161;
    font-size:15px;
}
.ihc-login-error {
    font-size: 15px;
    margin: 5px 0 30px 0;
    text-align: center;
    font-weight: bold;
    color: #e4161f;
}

.pagination a {
    background:#1c4d79;
    padding:5px 10px;
    display:inline-block;
    text-decoration:none;
    color:#fff;
    border:1px solid transparent;
    border-radius:3px;
}
.pagination a:hover {
    background:#fff;
    color:#1c4d79;
    border:1px solid #1c4d79;
}
.answers_tab_wrap {
    background:#fff;
    border:1px solid #e3e5e6;
}
.answers_tab_wrap h2 {
    font-weight:500;
    font-size:20px;
    color:#555555;
    padding:40px 15px 25px 15px;
    border-bottom:1px solid #f0eeee;
    margin:0;
}
.answer_score {
    background:#f6fbff;
    padding:35px 30px 35px 15px;
    overflow:hidden;
}
.score_wrap {
    width:50%;
    float:left;
}
.score_overview {
    width:50%;
    float:right;
}
.marks_wrap {
    background:#fcfeff;
    width:120px;
    height:120px;
    border-radius:50%;
    text-align:center;
    border:8px solid #c3ccd5;
    float:left;
    max-width:40%;
}
.congrats_score {
    font-size:17px;
    color:#8e99a4;
    line-height:28px;
    width:250px;
    float:left;
    padding-left:10px;
    padding-top:35px;
}
.congrats_score span {
    font-size:23px;
    color:#556170;
    font-weight:700;
    text-transform:uppercase;
    display:block;
}
.score_overview ul {
    overflow:hidden;
}
.score_overview ul li {
    float:left;
    width:130px;
    height:64px;
    border:1px solid #ececec;
    background:#fff;
    border-radius:3px;
    margin-left:5px;
    margin-bottom:5px;
    padding:12px 8px;
    font-size:13px;
    line-height:13px;
    color:#888888;
}
.score_overview ul li span {
    font-size:24px;
    color:#3692cd;
    font-weight:700;
    margin-top:10px;
    display:block;
}
.marks_wrap span {
    font-weight:500;
    font-size:35px;
    color:#31393c;
    display:block;
}
.marks_wrap span.line {
    width:50px;
    height:4px;
    background:#83959e;
    -ms-transform:rotate(-12deg); /* IE 9 */
    -webkit-transform:rotate(-12deg); /* Safari */
    transform:rotate(-12deg);
    margin:0 auto;
    margin-top:-7px;
    margin-bottom:-7px;
}
.closing_wrap {
    background:#fdf7d9;
    border:1px solid #fce37c;
    margin-left:-1px;
    margin-right:-1px;
    position:relative;
    padding:33px 18px;
}
.closing_wrap span {
    font-weight:bold;
    font-size:17px;
    color:#5d3f06;
    display:block;
}
.closing_wrap h3 {
    font-size:25px;
    color:#b47808;
    font-weight:700;
    line-height:26px;
    margin-bottom:12px;
}
.closing_wrap p {
    font-weight:300;
    color:#604003;
    line-height:22px;
    font-size:15px;
}
.close_tab {
    position:absolute;
    top:33px;
    right:23px;
    cursor:pointer;
    opacity:0.4;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.close_tab:hover {
    opacity:1;
}
.inner_tabs {
    margin-top:40px;
}
.test_history .inner_tabs .nav-tabs {
    background:#f4f7f8;
    display:block;
    width:100%;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    padding-left:15px;
}
.test_history .inner_tabs .nav-tabs>li>a {
    padding:25px 25px 15px 25px;
    background:#f4f7f8;
    border:1px solid transparent;
    border-bottom:0;
    border-top:2px solid transparent;
    border-radius:0;
    font-size:16px;
    color:#2265a1;
}
.test_history .inner_tabs.mytest_tabs .nav-tabs>li>a {
    background:#fff;
    border-left:1px solid #d3d3d3;
    border-right:1px solid #d3d3d3;
    border-top:2px solid #d3d3d3;
    margin-right:5px;
    border-bottom:1px solid #d3d3d3;
    position:relative;
}
.test_history .inner_tabs.mytest_tabs .nav-tabs>li.active>a, .test_history .inner_tabs.mytest_tabs .nav-tabs>li.active>a:hover, .test_history .inner_tabs.mytest_tabs .nav-tabs>li.active>a:focus, .test_history .inner_tabs.mytest_tabs .nav-tabs>li>a:hover, .test_history .inner_tabs.mytest_tabs .nav-tabs>li>a:focus {
    background:#dc151d;
    color:#fff;
    border-top:2px solid #dc151d;
    border-left:1px solid #dc151d;
    border-right:1px solid #dc151d;
    border-bottom:1px solid #dc151d;
}
.test_history .inner_tabs .nav-tabs>li.active>a, .test_history .inner_tabs .nav-tabs>li.active>a:hover, .test_history .inner_tabs .nav-tabs>li.active>a:focus, .test_history .inner_tabs .nav-tabs>li>a:hover, .test_history .inner_tabs .nav-tabs>li>a:focus {
    background:#fff;
    border-bottom:0;
    border-top:2px solid #2265a1;
    border-left:1px solid #dee6e8;
    border-right:1px solid #dee6e8;
}
.test_history .inner_tabs.mytest_tabs .nav-tabs>li.active>a:after, .test_history .inner_tabs.mytest_tabs .nav-tabs>li.active>a:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.test_history .inner_tabs.mytest_tabs .nav-tabs>li.active>a:after {
	border-color: rgba(220, 21, 29, 0);
	border-top-color: #dc151d;
	border-width: 5px;
	margin-left: -5px;
}
.test_history .inner_tabs.mytest_tabs .nav-tabs>li.active>a:before {
	border-color: rgba(220, 21, 29, 0);
	border-top-color: #dc151d;
	border-width: 8px;
	margin-left: -8px;
}
.correct_tab span {
    width:30px;
    height:25px;
    display:block;
    position:absolute;
    text-align:center;
    border-radius:3px;
    font-weight:bold;
    font-size:15px;
    color:#fff;
    top:-15px;
    right:14px;
    line-height:25px;
    background:#68b667;
}
.wrong_tab span {
    width:30px;
    height:25px;
    display:block;
    position:absolute;
    text-align:center;
    border-radius:3px;
    font-weight:bold;
    font-size:15px;
    color:#fff;
    top:-15px;
    right:14px;
    line-height:25px;
    background:#e6232c;
}
.unanswered_tab span {
    width:30px;
    height:25px;
    display:block;
    position:absolute;
    text-align:center;
    border-radius:3px;
    font-weight:bold;
    font-size:15px;
    color:#fff;
    top:-15px;
    right:14px;
    line-height:25px;
    background:#2265a1;
}
.info_wrap {
    margin-top:32px;
}
.question_wrap h5 {
    font-size:17px;
    line-height:18px;
    color:#225d90;
    font-weight:normal;
    margin-bottom:15px;
    padding-bottom:15px;
    display:block;
    border-bottom:1px solid #e1dede;
    padding-left:15px;
    padding-right:15px;
}
.question_wrap h5 span {
    font-weight:bold;
}
.question_wrap p {
    padding:0 15px;
    font-size:16px;
    color:#333333;
    line-height:21px;
    font-weight:400;
    margin-bottom:20px;
}
.question_wrap ul, .question_wrap ol {
    padding:0 15px;
    margin-bottom:10px;
}
.question_wrap ol {
    padding-left:35px;
}
.question_wrap ul li, .question_wrap ol li {
    font-weight:500;
    color:#666666;
    font-size:15px;
    line-height:16px;
    margin-bottom:12px;
}
.question_wrap ul li span, .question_wrap ol li span {
    padding-left:12px;
    font-weight:500 !important;
    display:inline-block;
    vertical-align:top;
}
.question_wrap h4 {
    font-size:16px;
    color:#444444;
    font-weight:bold;
    padding:0 15px;
    margin-bottom:15px;
}
.question_wrap h3 {
    padding:0 15px;
    margin-bottom:15px;
}
.question_wrap ul li.incorrect_point span {
    background:url(images/wrong_answer.png) right 1px no-repeat;
    min-width:16px;
    min-height:16px;
    padding-right:45px;
}
.question_wrap ul li.correct_point span {
    background:url(images/right_answer.png) right 3px no-repeat;
    min-height:18px;
    min-width:18px;
    padding-right:45px;
}
.all_details_wrap {
    padding-bottom:25px;
    border-bottom:1px solid #e3e5e6;
}
.tab_pagination {
    overflow:hidden;
    background:#f5f5f5;
    margin-bottom:-1px;
    padding-top:12px;
    padding-bottom:12px;
    margin-left:-1px;
    margin-right:-1px;
    border-left:1px solid #f5f5f5;
    border-right:1px solid #f5f5f5;
}
.tab_pagination a {
    float:left;
    width:34px;
    display:block;
}
.tab_pagination span {
    float:left;
    display:inline-block;
    margin-left:10px;
    color:#777777;
    font-size:15px;
    padding-top:5px;
}
.tab_pagination span b {
    color:#444444;
}

.series_wrap {
    background:#fff;
    position:relative;
    padding-bottom:20px;
    margin-bottom:10px;
}
.series_number {
    position:absolute;
    top:0;
    left:0;
    background:url(images/series-ribbon.png) center center no-repeat;
    width:150px;
    height:47px;
    font-size:14px;
    color:#fff;
    text-transform:uppercase;
    font-weight:bold;
    padding-top:5px;
    padding-left:20px;
}
.test_series_detail {
    overflow:hidden;
}
.test_series_left h2 {
    font-weight:bold;
    font-size:23px;
    color:#555555;
    text-transform:uppercase;
    margin-bottom:15px;
    line-height:24px;
}
.time {
    padding-left:28px;
    font-size:15px;
    color:#666666;
    background:url(images/time.png) left 3px no-repeat;
    min-width:20px;
    min-height:20px;
}
.test_timing span {
    font-size:15px;
    color:#888888;
    padding-left:28px;
}
.test_timing span i {
    color:#e91821;
    font-style:normal;
}
.test_series_right h3 {
    font-size:18px;
    color:#64787f;
    font-weight:500;
}
.test_series_right ul {
    overflow:hidden;
}
.test_series_right ul span {
    float:left;
    width:10%;
    background:url(images/equals.png) left center no-repeat;
    min-height:10px;
    min-width:10px;
    margin-top:5px;
}
.test_series_right ul li {
    float:left;
    width:30%;
    font-size:14px;
    margin-bottom:10px;
    color:#596b75;
}
.test_series_right ul li:last-child {
    width:50%;
}
.test_series_detail {
    padding:30px 10px 20px 10px;
}
.test_series_right {
    border-left:1px solid #d8d8d8;
    padding-left:75px;
}
.test_series_left {
    padding-top:30px;
}
.answer_score_series {
    max-width:815px;
    margin:0 auto;
    overflow:hidden;
}
.series_wrap .test_history h5 {
    font-size:20px;
    color:#555555;
    font-weight:bold;
    padding:15px 10px;
}
.category_wrap {
    background:#fff;
    border:1px solid #e5e7e8;
    overflow:hidden;
    margin-bottom:10px;
}
.category_wrap h2 {
    padding:20px 18px 15px 18px;
    font-size:18px;
    color:#225d90;
    font-weight:bold;
    border-bottom:1px solid #e1dede;
    margin-bottom:0;
}
.category_details {
    padding:25px 18px;
}
.category_details ul {
    overflow:hidden;
}
.category_details ul li {
    font-size:15px;
    color:#697375;
    line-height:16px;
    margin-bottom:25px;
    float:left;
    width:38%;
    word-break:break-all;
}
.category_details ul li:nth-of-type(2n) {
    float:right;
    width:60%;
}
.category_details ul li:last-child {
    margin-bottom:10px;
}
.category_details ul li:nth-last-child(2) {
    margin-bottom:10px;
}
.category_details ul li span {
    float:right;
    font-weight:bold;
}
.category_details .row .col-sm-8, .category_details .row .col-sm-7 {
    padding-right:73px;
    border-right:1px solid #d5d5d5;
}
.category_details .marks_wrap {
    max-width:100%;
    margin:0 auto;
    float:none;
}
.test_in_detail {
    float:left;
    width:48%;
    height:81px;
    border:1px solid #ececec;
    background:#fff;
    border-radius: 3px;
    margin-left:5px;
    margin-bottom:5px;
    padding:20px 15px;
    font-size:15px;
    line-height:15px;
    color:#888888;
}
.test_in_detail span {
    font-size:24px;
    color:#3692cd;
    font-weight:700;
    margin-top:10px;
    display:block;
}
.test_history_new .category_details {
    background:#f7fbff;
}
.test_history_new .category_details .marks_wrap {
    height:115px;
    width:115px;
    margin-left:0;
    float:left;
    padding-top:12px;
}
.test_history_new .marks_wrap span {
    font-size:27px;
}
.marks_wrap span.line {
    height:3px;
    margin-top:-5px;
    margin-bottom:-5px;
}
.category_btns {
    width:150px;
    float:left;
    text-align:center;
    padding-top:20px;
}
a.review-result-bg {
    background:#68b667;
}
a.review-result-bg:hover {
    background:#558c54;
}
.review_result {
    display:inline-table;
    font-size:12px;
    font-weight:600;
    text-align:center;
    text-transform:uppercase;
    text-decoration:none;
    line-height:normal;
    color:#fff;
    background: #e91821;
    border-radius:3px;
    padding:8px 12px;
    margin-top:4px;
}
.review_result:hover {
    background:#dc151d;
    color:#fff;
    text-decoration:none;
}
.download_answers {
    font-size:12px;
    font-weight:500;
    text-transform:none;
    text-decoration:underline;
    color:#e6232c;
}
.download_answers:hover {
    text-decoration:none;
    color:#dc151d;
}
.test_history_new .category_details .row .col-sm-5 {
    padding-left:68px;
}
.test_history_new .category_wrap h2 {
    font-size:20px;
    color:#555555;
    font-weight:500;
}
.payment_status {
    text-align:center;
}
.payment_status h3 {
    font-size:21px;
    font-weight:bold;
    color:#606771;
    margin:0;
}
.payment_status span {
    display:block;
    font-size:15px;
    color:#777777;
}
.payment_status img {
    margin-bottom:5px;
}
.payment_history .category_details ul li:nth-last-child(2) {
    margin-bottom:18px;
}
.payment_history .category_details ul li:last-child {
    margin-bottom:18px;
}
.payment_history .category_details ul:last-child li:nth-last-child(2) {
    margin-bottom:0;
}
.payment_history .category_details ul:last-child li:last-child {
    margin-bottom:0;
}
.author-img img, .comment-author, .comment-author img {
    border-radius:50%;
}
.test_duration {
    float:left;
    border-left:1px solid #d5d5d5;
    border-right:1px solid #d5d5d5;
    width:190px;
    margin-left:18px;
    text-align:center;
}
.test_duration h5 {
    font-size:15px;
    color:#666666;
    font-weight:normal;
    margin-bottom:2px;
}
.duration_wrap {
    background:url(images/duration_bg.png) center center no-repeat;
    width:75px;
    height:87px;
    margin:0 auto;
    font-size:18px;
    color:#666666;
    line-height:12px;
    font-weight:500;
    padding-top:28px;
}
.duration_wrap span {
    font-size:24px;
    font-weight:bold;
    display:block;
    line-height:24px;
}
.category_btns.mytest_btn {
    width:130px;
    float:right;
}
.category_btns.mytest_btn a {
    display:block;
}
.comment-author .fn {
    margin-left:10px;
    font-size:14px;
    font-weight:bold;
}
.comment-author .says {
    display:none;
}
.comment-author.vcard {
    margin-bottom:10px;
}
.comment_box li {
    list-style-type:none;
    background:none !important;
    margin-bottom:25px;
}
.comment_box .children {
    padding:10px 15px !important;
    padding-bottom:0 !important;
}
.comment_box .children li {
    background:url(images/reply_comment.png) left 12px no-repeat !important;
    min-width:32px;
    min-height:32px;
    padding-left:30px;
    background-size:2.5% auto !important;
    padding-bottom:0 !important;
    margin-bottom:0;
}
.comment-meta {
    margin-bottom:5px;
}
.comment-meta a {
    font-size:13px;
}
.reply a {
    background:#1c4d79;
    display:inline-block;
    padding:5px 10px;
    color:#fff;
    border-radius:3px;
    font-size:13px;
    line-height:14px;
}
.reply a:hover {
    background:#e91821;
    text-decoration:none;
}
.pickoftheWeek .desription-box h3.comment-reply-title {
    margin:0;
    margin-top:15px;
    padding:0;
}
.pickoftheWeek .desription-box h3.comment-reply-title a {
    font-size:13px;
    background:#e91821;
    padding:5px 10px;
    color:#fff;
    display:inline-block;
    margin:0;
    border-radius:3px;
    float:right;
}
.pickoftheWeek .desription-box h3.comment-reply-title a:hover {
    background:#1c4d79;
    text-decoration:none;
}
.comment_content textarea {
    height:150px;
    width:100%;
    border:1px solid #d3d3d3;
    resize:none;
    padding:15px;
}
label.comment_detail {
    font-size:14px;
    margin-top:15px;
}
.write_comment .comments {
    font-size:22px;
    font-weight:600;
    color:#333;
    margin:15px 0;
}
.review-form .form-submit input[type="submit"] {
    background:#1c4d79;
    display:inline-block;
    padding:5px 10px;
    color:#fff;
    border-radius:3px;
    font-size:13px;
    border:0;
    float:right;
    margin-top:10px;
    margin-bottom:25px;
}
.review-form .form-submit input[type="submit"]:hover {
    background:#e91821;
    text-decoration:none;
}
.search_wrapper {
    background:#fff;
}
.pickoftheWeek.search_wrapper .blog .blog-top h1 {
    font-size: 25px;
    font-weight: 400;
    color: #666;
    padding: 15px 48px 10px 0;
    font-weight: 300;
    color: #555;
}
.pickoftheWeek.search_wrapper input {
    height: 43px;
    padding-left: 18px;
    padding-right: 18px;
    background: #f4f5f7;
    border-radius: 7px;
    width: 100%;
    display: inline-block;
    margin-bottom: 8px;
    font-size: 13px;
    color: #777777;
    border: 0;
    outline: none;
}
.pickoftheWeek.search_wrapper input[type="submit"] {
    height: 43px;
    width:70%;
    display: inline-block;
    background: #e4161f;
    border: 1px solid transparent;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pickoftheWeek.search_wrapper input[type="submit"]:hover {
    border: 1px solid #e4161f;
    color: #e4161f;
    background: #fff;
}

/*-------------Calendar Styling----------------*/
.download_pick_of_the_week .ui-state-active {
    border:1px solid #e6232c;
    color:#e6232c;
}
.download_pick_of_the_week .ui-widget-header {
    background:#e6232c;
}
.download_pick_of_the_week .fc-day-grid-event {
    border:1px solid #1c4d79 !important;
    background:#1c4d79 !important;
}
.test_content_area {
    background:#fff;
    margin:25px 0;
    border:1px solid #e5e7e8;
    padding:25px 15px;
    overflow:hidden;
}
.test_content_area p {
    width:70%;
    float:left;
    color:#333;
    line-height:22px;
    font-size:15px;
}
.test_content_btn {
    float:left;
    width:30%;
    text-align:center;
    margin-top:55px;
}
.test_content_btn a {
    font-size:12px;
    font-weight:600;
    text-align:center;
    text-transform:uppercase;
    text-decoration:none;
    line-height:normal;
    color:#fff;
    background:#e91821;
    border-radius:3px;
    padding:8px 18px;
    margin-top:4px;
    display:inline-block;
}
.test_content_btn a:hover {
    background:#dc151d;
    color:#fff;
    text-decoration:none;
}
.test_history .inner_tabs.mytest_tabs .nav-tabs {
    padding-left:0;
    margin-bottom:0;
}
.test_history .inner_tabs.mytest_tabs .tab-content {
    border:1px solid #e5e7e8;
    background:#fff;
    padding:25px 15px;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ihc-register-1 .ihc-tos-wrap {
    text-align: center !important;
}

/*------------------------------View Syllabus pop up style------------------*/
.scroll_content {
    height:385px;
    overflow-y:scroll;
    background:#f7f9ff;
}
.pop_head {
    padding:30px 25px 15px 25px;
    position:relative;
}
.pop_body .scroll_content {
    padding:20px 25px;
    background:#f7f9ff;
    border-top:2px solid #eaecf2;
}
.view_syllabus_pop h4.modal-title {
    font-weight:bold;
    font-size:18px;
    color:#333333;
    margin-bottom:5px;
}
.view_syllabus_pop h5 {
    font-size:13px;
    font-weight:normal;
    color:#777777;
}
.scroll_content p {
    font-weight:300;
    font-size:15px;
    color:#44525a;
    line-height:21px;
    padding:0;
    margin-bottom:30px;
}
.scroll_content ul {
    padding:0;
}
.scroll_content ul li {
    list-style-type:none;
    font-weight:normal;
    font-size:15px;
    color:#44525a;
    margin-bottom:20px;
    line-height:18px;
    padding-left:25px;
    background:url(images/checkbox-tick.png) left top no-repeat;
}
.view_syllabus_pop .modal-dialog {
    max-width:530px;
}
.pop_footer {
    padding:30px;
}
.pop_footer a {
    width:100%;
    display:block;
    padding:12px;
    background:#e91821;
    border:1px solid transparent;
    font-weight:bold;
    font-size:16px;
    color:#fff;
    text-transform:uppercase;
    text-align:center;
    border-radius:3px;
    line-height:16px;
}
.pop_footer a:hover {
    background:#fff;
    border:1px solid #e91821;
    color:#e91821;
    text-decoration:none;
}
.view_syllabus_pop .close {
    font-size:35px;
    font-weight:normal;
    opacity:0.4;
    position:absolute;
    top:5px;
    right:15px;
}
.view_syllabus_pop .close:hover {
    opacity:1;
}

/*------------------New landing -----------------------*/
.new_landing .item_desc .new_skills {
    margin-bottom:10px;
}
.new_landing .item_desc .learn_new {
    max-width:520px;
    margin-bottom:20px;
}
.new_landing .item_desc .view_more {
    font-size:18px;
    padding-left:40px;
    padding-right:40px;
}
.new_landing_section {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefefe+0,f7f9fb+100 */
    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(top, #fefefe 0%, #f7f9fb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fefefe 0%,#f7f9fb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fefefe 0%,#f7f9fb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f7f9fb',GradientType=0 ); /* IE6-9 */
    padding:60px 0;
}
.pan_india {
    max-width:975px;
    margin:0 auto;
}
.pan_india p {
    font-weight:300;
    font-size:17px;
    color:#555555;
    line-height:24px;
    text-align:center;
    margin-bottom:35px;
}
.pan_india p a {
    color:#e91821;
}
.pan_india h3 , .common-content h3{
    font-weight:bold;
    color:#1c4c77;
    font-size:23px;
    text-align:center;
    text-transform:uppercase;
    margin-bottom:15px;
}

.common-content p {
    font-size: 17px;
    color: #333;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
}

.common-content .red-btn{color: #fff;  font-weight: bold;  font-size: 14px;  text-transform: uppercase;  background: #e91821;   border-radius: 4px;  text-align: center; padding:8px 24px;  border: 1px solid transparent;}
.common-content .red-btn:hover{border: 1px solid #e91821; background: #fff; text-decoration: none; color: #e91821;}

.new_landing_section .syllabus_accordion li {
    padding:18px 0 10px 0;
}
.new_landing_section .exam_title h3 {
    font-size:18px;
    margin-bottom:2px;
    font-weight:500;
}
.new_landing_section .exam_title h4 {
    font-size:14px;
    font-weight:normal;
    padding-bottom:2px;
}
.new_landing_section .free_test_acc {
    width:135px;
    float:none;
}
.new_free_test {
    float:right;
    width:135px;
    margin-top:-8px;
}
.new_landing_section .new_free_test span, span.new_label {
    font-size:14px;
    color:#1c4d79;
    font-weight:bold;
    display:block;
    text-align:center;
    margin-top:3px;
}
span.new_label {
    float: right;
    clear: both;
    width: 115px;
    margin-top:0;
}

.new_landing_section .exam_details_wrap {
    overflow:visible;
}
.new_landing_section .free_test_acc.coming_soon {
    background:#a09697;
    pointer-events:none;
}
.new_landing_section .complete_package {
    margin-top:30px;
}


/*--------------------------------NEW STYLES--------------------------*/
.register_container {
    background:#fff;
    border:4px solid #eaeeef;
    padding-top:35px;
    padding-bottom:40px;
    border-radius:5px;
    margin-bottom:12px;
}
.reg_left {
    padding-right:28px;
}
.reg_left h3, .reg_right h3 {
    font-weight:bold;
    font-size:24px;
    color:#555555;
    margin-bottom:10px;
}
.reg_wrapper_new {
    overflow:hidden;
    max-width:1005px;
    margin:0 auto;
}
.reg_left p, .reg_right p {
    font-weight:300;
    font-size:15px;
    color:#555555;
    line-height:21px;
    font-style:italic;
    padding-bottom:30px;
    border-bottom:1px solid #e8eceb;
    margin-bottom:25px;
}
.reg_left p a {
    color:#f93e4a;
}
.reg_right {
    padding-left:65px;
    border-left:4px solid #eaeeef;
}
.unique_feat_img {
    height:50px;
    display:block;
}
.unique_features p {
    font-weight:bold;
    font-size:15px;
    color:#666666;
    line-height:19px;
    border:0;
    padding:0;
    margin-bottom:50px;
    font-style:normal;
    max-width:200px;
}
.reg_left_slider {
    border:1px solid #dee3e7;
    border-radius:3px;
    padding:2px;
}
.reg_left_slider .icon-prev:before, .reg_left_slider .icon-next:before {
    display:none;
}
.reg_left_slider .carousel-control {
    width:10%;
}
.reg_right_text h3 {
    font-weight:bold;
    font-size:24px;
    color:#555555;
    margin-bottom:20px;
    padding-bottom:15px;
    border-bottom:1px solid #e8eceb;
}
.reg_right_text {
    padding-left:30px;
}
.reg_right_text ul {
    padding-left:0;
}
.reg_right_text ul li {
    list-style-type:none;
    background:url(images/reg_list.png) left top no-repeat;
    min-height:23px;
    min-width:23px;
    padding-left:35px;
    font-weight:bold;
    color:#666666;
    line-height:17px;
    font-size:15px;
    margin-bottom:10px;
    padding-top:3px;
}
.complete_package_new.complete_package h2 {
    margin-bottom:15px;
}
.complete_package_new.complete_package p {
    max-width:100%;
}
.pack_list {
    padding:9px 0;
    background:#f5f5f5;
    overflow:hidden;
}
.pack_list:nth-of-type(2n) {
    background:#fff;
}
.pack_name {
    font-weight:bold;
    font-size:18px;
    color:#444444;
    text-transform:uppercase;
}
.pack_test {
    font-weight:400;
    font-size:19px;
    color:#555;
}
.pack_price {
    font-weight:bold;
    font-size:19px;
    color:#555;
}
.pack_buy span {
    font-weight:600;
    font-size:15px;
    color:#1c4d79;
}
.pack_buy a {
    width:105px;
    color:#fff;
    font-weight:bold;
    font-size:14px;
    text-transform:uppercase;
    background:#e91821;
    height:30px;
    border-radius:4px;
    text-align:center;
    line-height:30px;
    display:inline-block;
    margin-right:0;
    margin-top:3px;
    border:1px solid transparent;
}
.pack_buy a:hover {
    border:1px solid #e91821;
    background:#fff;
    text-decoration:none;
    color:#e91821;
}
.pack_details_new {
    border-bottom:1px solid #d8d8d8;
    margin-bottom:45px;
}
.pack_tabs .tabs .tabs-nav {
    text-align:center;
}
.pack_tabs .tab-cnt-area p {
    font-weight:300;
    font-size:16px;
    color:#555555;
    line-height:25px;
    max-width:930px;
    margin:0 auto;
    margin-bottom:15px;
}
.pack_tab_link a {
    width:175px;
    margin:0 auto;
    height:36px;
    color:#fff;
    font-weight:bold;
    font-size:14px;
    text-transform:uppercase;
    background:#e91821;
    border-radius:4px;
    text-align:center;
    line-height:36px;
    display:block;
    border:1px solid transparent;
    margin-bottom:20px;
}
.pack_tab_link a:hover {
    border:1px solid #e91821;
    background:#fff;
    text-decoration:none;
    color:#e91821;
}
.pack_tabs .free_test_acc {
    width:135px;
}
.pack_tabs .exam_title h3 {
    font-size:15px;
    color:#333333;
    margin:0;
    font-weight:600;
}
.pack_tabs .exam_title h4 {
    font-size:13px;
    color:#666666;
}
.pack_tabs .syllabus_accordion li {
    padding:8px 0;
}
.pack_tabs.exam_details h2 {
    color:#1c4c77;
    font-size:23px;
    margin:0;
}


.clr-grey{color: #555555;}
.clr-red{color: #e91821;}
.strikeout {text-decoration: line-through;}
.common-content .exam_title h3{font-size: 15px; text-align: left;}
.common-content .exam_title h4{font-size: 13px;}
.common-content.syllabus_accordion{margin-bottom: 0;}
.common-content.syllabus_accordion li{padding: 14px 0;}

.package-details{padding: 65px 0 0 0; background: #fcfcfc; border-bottom: solid 1px #d8d8d8; margin-bottom: 65px;}
.package-list{list-style: none; padding: 0; margin: 0;}
.package-list .container{max-width: 950px;}
.package-list li{padding: 10px 0;}
.package-list li:nth-child(odd){background: #f2f2f2;}
.package-list .exam_title{background: none; padding-left: 0; min-height: 0; width: 40%;}
.package-list .exam_title h3{font-size: 18px ;margin-bottom: 0; text-transform: uppercase; line-height: 38px;}
.package-list .test-count{color:#555555;line-height: 40px; font-size: 15px;text-align: right; padding: 0 5px; font-weight: 500; width: 10%} 
.package-list .test-cost{ width: 25%; text-align: center; line-height: 40px; font-size: 20px; font-weight: 700;}
.package-list .test-off{color: #1c4d79; font-size: 15px; line-height: 30px;  font-weight: 600; padding: 5px;}

.home_banner_wrap._bannerwrap{height: auto; max-height: 1720px;}
.banner-packages{margin-bottom: 60px;}
.banner{background: url(images/landing_banner01.jpg); height: auto; background-size: cover;}
.bnr-head{font-size: 29px; color: #fff; padding-top: 48px;}
.bnr-head h2{font-size: 36px; margin-bottom: 25px;}
.test-packages{width:235px!important; overflow: hidden; border-radius: 10px; display: inline-block; margin-right: 22px; padding: 0!important;}
.test-packages .head{text-align: center; font-weight: 700; font-size:17px; background:#1f5483; color: #fff; line-height: 40px;}
.pkg-content{background: #fff;}
.pkg-content ul{padding: 0; margin: 0;}
.pkg-content li{list-style: none; border-bottom: solid 1px #cecece; text-align: center; line-height: 30px; font-size: 13px;}
.price-actual{font-size: 17px; position: relative; top: 10px;}
.price{font-size: 36px; font-weight: 700; color:#e91821;     height: 50px;}
.price .WebRupee{ font-size: 32px; color: #555555}
.you-save{font-size: 17px; font-weight: 700}
.choose-btn{background:#f32f37; border-radius: 27px; padding: 5px 30px; display: inline-block; color: #fff; font-size: 17px}
.choose-btn:hover{text-decoration: none;}
.syllabus{color: #1b4c77;  font-size: 13px; font-weight: 600; padding: 10px 0px; display: inline-block;}
.foot{background: #f1f1f1; text-align: center; font-size: 11px; font-weight: 500; line-height: 23px;}



.mock-sec{background:#ef434b; padding: 30px 0 20px 0; width: 100%; text-align: center; color: #fff; font-size: 18px;}
.mok-btn{font-size: 16px; font-weight: 600; background: #fff; border-radius: 27px; padding: 9px 22px; }
.mok-btn:hover{text-decoration: none;}

.main_content_area.frequent-asked{background: #f4f4f4; padding-top: 60px;    padding-bottom: 0;}

.main_content_area.feedback-area{
    padding-top: 80px;    padding-bottom: 60px; background-color: #FFF;
    background-image: url('images/feed-bg.png'); background-repeat: no-repeat; background-position: 0 center;
    min-height: 860px; position: relative;
}

.feedback-slider.slick-slider{margin-top: 160px;;}
.feedback-area .container{overflow: hidden;position: relative;}
.feedback-slider{list-style: none; padding: 0; max-width: 415px; float: right;  position: absolute; top: 50%; right: 0; /*height: 236px;*/ margin-top: -118px;}
.feed-slider-box{ width: 100%; max-width: 430px; }
.feed-slider-box h4 {color: #333333; font-size: 18px;     text-align: center;margin-bottom: 0;  margin-top: 15px;}
.feed-slider-box h4 span{color: #999999; display: block; font-weight: 300; font-size: 15px; padding-top: 10px;}
.main_content_area .feed-slider-box p{ font-size: 17px; color: #333333; text-align: center; padding: 0; margin: 0; line-height: 24px;font-style: italic;}
.feedback-slider:before{content: ''; background: url(images/quote.png); width: 45px; height: 35px; position: absolute; left: 50%; margin-left: -25px; top: -50px;}
.feed-slider-box  .star-rating fieldset{text-align: center; width: 135px; margin: 0 auto;}
.rating > input {display: none;}
/*.rating > input:checked + label:hover, .rating > input:checked ~ label:hover, .rating > label:hover ~ input:checked ~ label, .rating > input:checked ~ label:hover ~ label { color: #dddddd;}*/
.rating > label {color: #f8e71c; float: right;}
.rating > .half:before {position: absolute; content: "\f089"}
.rating > label:before {margin: 3px; font-size: 22px; font-family: 'FontAwesome' !important; display: inline-block; content: "\f005";}
.rating > input:checked ~ label, .rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label {color: #f8e71c;}


.main_content_area .feedback-area h2{margin-bottom: 30px;}
.gutter0{ margin: 0;}
.gutter0>div{padding: 0; margin: 0; position:static;}

.about-panel{background: #f4f4f4; padding: 54px 0 64px; text-align: center; color: #FFF;}
.about-panel h3{ font-size: 32px; padding: 0; margin: 0; color: #444; padding-bottom: 26px;}
.about-list{width: 100%; margin: 0 auto; max-width: 850px;}
.about-list li{ background: #205c91; display: inline-block; width: 100%; position: relative; }
.about-list ul, .about-list li{list-style: none; margin: 0; padding: 0;}
.about-list iframe{ margin: 0; padding: 0; margin-bottom: -4px;}
.about-list .item-content{padding-right: 42px; padding-left: 50px; padding-top: 24px; }
.about-list .item-content p{font-size: 21px; text-align: right;  padding-bottom: 85px; font-weight: 300; font-style: italic; line-height: 33px;}
.about-list .item-content .author{position: absolute; bottom: 30px; right: 42px; padding-top: 12px; border-top: 1px solid #FFF; width: 100%; max-width: 240px;font-size: 15px; text-align: right;}
.about-list .item-content .author span{display: block; font-size: 20px; font-weight: 700;}
.about-list .slick-arrow{background-image: url('images/arow01.png'); background-color: transparent; background-repeat: no-repeat; width: 14px; height: 23px; position: absolute; top: 50%; margin-top: -12px; overflow: hidden; border: 0; text-indent: -150px;}
.about-list .slick-arrow.slick-prev{background-position: 0 0; left: -40px;}
.about-list .slick-arrow.slick-prev:hover{background-position: 0 -23px;}
.about-list .slick-arrow.slick-next{background-position: -17px 0; right: -40px;}
.about-list .slick-arrow.slick-next:hover{background-position: -17px -23px;}
.slick-slider{position: relative;}
.slick-list{position: relative; display: block; overflow: hidden; margin: 0; padding: 0;}


/************* Added By Martin *****************/

.f-it{font-style: italic;}

.left-menu-area .left-chapters-box{max-height: 450px; border: 1px solid #dcdcdc; padding: 0;}
.left-chapters-box li{list-style: none;width: 100%; position: relative; }
.left-chapters-box li a{font-size: 16px; color: #555555; padding: 15px;  display: block; border-bottom: solid 2px #fff;}
.left-chapters-box li a:before{content: ""; background: url("images/chapter-arrow-hover.png"); width: 12px; height: 18px;  position: absolute; right: 18px; top: 16px;}
.left-chapters-box li:hover a:before, .left-chapters-box li a.active:before {background: url("images/chapter-arrow.png");}
.left-chapters-box li a .head{font-size: 15px; font-weight: 700; text-transform: uppercase; display: block; padding-bottom: 10px;}
.left-chapters-box li a:hover, .left-chapters-box li a.active{background: #fd4b2f; color: #fff;}


.download-guide{width: 100%;  display: inline-block; background: #fff;  border: 1px solid rgba(0,0,0,0.1);  border-radius: 2px; box-shadow: 0 1px 2px rgba(0,0,0,0.05); margin: 15px 0;}
.download-guide h3{font-size: 19px; font-weight: 400; letter-spacing: -0.5px; text-align: center;  color: #1c4d79; border-bottom: 1px solid #efefef; padding: 14px 16px;  margin-bottom: 0;}
.left-download-guide{text-align: center; background: #fcfcfc; padding: 20px 16px 12px;  margin: 0;}
.left-download-guide .text-box {width: 100%;  color: #777; background: #fff; border: 1px solid #d3d3d3; padding: 10px 14px;}
.left-download-guide .subscribe-btn {    width: 100%; font-size: 16px; color: #fff; background: #fd4b2f; border: none; border-radius: 3px; padding: 7px 20px;}

.chapter-right-area{border:solid 1px #dcdcdc; border-radius: 4px; overflow: hidden; margin-top: 12px; background: #fff; padding: 0;}
.chapter-banner{background: url("images/chapter-bg.jpg"); height: 300px; background-size: cover;}
.chapter-listing{padding: 20px 5px;}
.chapter-listing a{display: block; padding: 12px 12px 15px 18px; border:solid 1px transparent; color: #1b4a75; font-size: 14px; font-style: italic; text-decoration: none; margin-bottom: 10px; background: #fafafa; line-height: 16px;}
.chapter-listing a .head{font-size: 13px; font-weight: 700; text-transform: uppercase; display: block; padding-bottom: 4px; }
.chapter-listing a.active, .chapter-listing a:hover{background: #fff8f6;  border:solid 1px #feaa9d;}
.chapter-listing a.active .head{color: #fd4b2f;}

.guide-intend{padding: 10px 25px; color: #555555;}
.guide-intend h2{font-size: 20px;}
.guide-intend p{color: #666666; font-size: 15px; line-height: 22px;padding-bottom: 25px;}

.chapter-head{background: #1b4a75; min-height:57px; color: #fff; position: relative;  margin-bottom: 25px; padding-left: 140px; line-height: 52px; font-size: 18px; font-weight: 700;}
.chaptercount{background: url("images/chapter-book.png"); width: 94px; height: 75px; position: absolute; top: -10px; left: 25px; text-align: center; color: #555555; font-weight: 700; font-size: 15px; line-height: 24px;  text-transform: uppercase; padding-top: 15px;}
.chaptercount span{ color: #1b4a75; display: block; font-size: 25px; }
.chapter-inner{padding: 20px 25px;}
.chapter-inner h2{font-size: 16px; font-style: italic; }
.chapter-inner p{font-size: 15px; font-weight: 100; line-height: 22px;  letter-spacing: 0.1px; padding-bottom: 30px; }
.nextprev{border-top: solid 1px #e0e0e0; }
.nextprev .col-md-6{text-align: center; padding: 0;}
.nextprev .col-md-6:first-child{border-right:solid 1px #e0e0e0; }
.nextprev a{display: block; padding: 50px 91px;}
.nextprev a:hover{background: #fafafa; text-decoration: none; }
.nextprev a h3{color: #666666; font-size: 14px; text-transform: uppercase;}
.nextprev a p{color: #555555; font-size: 15px; line-height: 23px;}
.nextprev a:hover h3, .nextprev a:hover p {color: #fb2b24;}
.chapter-banner {padding: 50px;}
.chapter-banner h2{font-size: 25px; color: #fd4b2f; font-weight: 800; text-transform: uppercase;}
.chapter-banner h2 span{font-weight: 400; color: #555555; display: block; margin-bottom: 8px;}
.chapter-banner p{font-size: 15px; max-width: 425px; line-height: 25px; color: #555555;}

.chapter-menu-inner{
  width: 60px;
  height: 45px;
  position: relative;
  float: right;
  -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;
}

.chapter-menu{height: 47px; display: none;}
.chapter-menu-inner span{
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #fd4b2f;
  border-radius: 9px;
  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;
}

.chapter-menu-inner span:nth-child(1) {
  top: 0px;
}

.chapter-menu-inner span:nth-child(2) {
  top: 18px;
}

.chapter-menu-inner span:nth-child(3) {
  top: 36px;
}

.chapter-menu-inner.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.chapter-menu-inner.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.chapter-menu-inner.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.chapter-menu{ font-size: 25px; color: #fd4b2f;}
.chapter-menu .head{ font-size: 25px; color: #fd4b2f; text-transform: uppercase; line-height: 53px; font-weight: 700;}



@media(max-width:768px)
{
    .chapter-head{line-height: 26px;}
/*    .left-menu-area .left-chapters-box{position: relative;}*/
    
}
@media(max-width:992px)
{
  .left-menu-area .slimScrollDiv{left: -100%;  visibility: hidden; display: none; -webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;}
    .left-menu-area .slimScrollDiv.active{    left: 0%;  visibility: visible; display: block; -webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;}  
    .nextprev .col-md-6:first-child {border-bottom: solid 1px #e0e0e0; border-right: 0;}
    .chapter-menu{display: block;}
}