body {
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    background-color: #f3f3f3;
    /*line-height: 1.42857143;
    word-spacing: 1px;*/
    padding: 0 !important;
}
.mm-listview>li>a{
   
    color: #00388b;
    
}
.page-body{
	padding:15px 0;
}
.video-custom {
	width : 955px !important;
	height : 380px !important;
}
@media screen and (max-width:479px){
	.video-custom {
	width : 380px !important;
	height : 150px !important;
}
	
}
@font-face {
    font-family: 'Conv_GOTHMMED';
    src: url('fonts/GOTHMMED.eot');
    src: local('☺'), url('fonts/GOTHMMED.woff') format('woff'), url('fonts/GOTHMMED.ttf') format('truetype'), url('fonts/GOTHMMED.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Angelina";
    src: url("../fonts/angelina.eot?") format("eot"),url("../fonts/angelina.woff") format("woff"),url("../fonts/angelina.ttf") format("truetype"),url("../fonts/angelina.svg#Angelina") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Lato Regular";
    src: url("../fonts/Lato-Regular.eot?") format("eot"),url("../fonts/Lato-Regular.woff") format("woff"),url("../fonts/Lato-Regular.ttf") format("truetype"),url("../fonts/Lato-Regular.svg#Lato-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Lato Bold";
    src: url("../fonts/Lato-Bold.eot?") format("eot"),url("../fonts/Lato-Bold.woff") format("woff"),url("../fonts/Lato-Bold.ttf") format("truetype"),url("../fonts/Lato-Bold.svg#Lato-Bold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Lato Light";
    src: url("../fonts/Lato-Light.eot?") format("eot"),url("../fonts/Lato-Light.woff") format("woff"),url("../fonts/Lato-Light.ttf") format("truetype"),url("../fonts/Lato-Light.svg#Lato-Light") format("svg");
    font-weight: normal;
    font-style: normal;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
    font-family: 'Raleway', sans-serif;
}

.vAlignHelper {
	display: table;
	width: 100%;
	height: 100%;
}

.vMiddle {
	display: table-cell;
	vertical-align: middle;
}

.btn-success:focus,
.btn-success:active,
.btn-success:hover:active,
.btn-success:focus:active {
	background-color: #15ae90;
	border-color: #15ae90;
}

/* Style for progress bar */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #ff0006;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #ff0006, 0 0 5px #ff0006;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Progress bar style end */


a:focus {
    outline: medium none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
    outline: medium none;
}

.btn.active, .btn:active {
    box-shadow: none;
}



.btn-default-form {
    font-size: 18px;
    height: 39px;
    line-height: 23px;
    padding: 8px;
    text-transform: capitalize;
    width: 130px;
}

#toTop {
    animation: 5s ease 0s normal none infinite running roundWheel;
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    border-radius: 20px;
    bottom: 20px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 30px;
    font-weight: bold;
    height: 40px;
    line-height: 24px;
    padding: 3px 5px;
    position: fixed;
    right: 25px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    width: 40px;
    z-index: 999;
}

#toTop:hover {
    background: #042143 none repeat scroll 0 0;
}
/* Header Style */
.tb-header {
    padding: 14px 0 16px;
}

.header-left {
    float: left;
    width: 35%;
    text-transform: uppercase;
    font-size: 0.93em;
}

.logo {
    width: 30%;
    float: left;
    text-align: left;
}

.logo > a {
    display: inline-block;
}

.header-right {
    float: right;
    width: 35%;
}

.header-left ul, .header-right ul {
    padding: 0;
    margin: 0;
}

.header-left ul > li, .header-right ul > li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

.dp-caret {
    margin-left: 5px;
}

.header-left ul > li + li {
    margin-left: 20px;
}

.header-right a {
    display: inline-block;
    padding: 12px 10px;
}

.header-right a:hover, .header-right a:focus {
    background: #f8f8f8;
}

.header-left ul {
    margin-top: 15px;
}

.header-right > ul {
    float: right;
    margin-right: -10px;
}

.header-left, .header-left a {
    color: #888888;
}

.dropdown-toggle:hover, .dropdown-toggle:focus {
    text-decoration: none;
}

.header-right .badge {
    font-weight: 400;
    font-size: 0.75em;
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    padding: 0;
    margin: -18px 0 0 -5px;
}

/* Navbar StyleSheet */

.navbar {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    margin-bottom: 0;
    min-height: 0;
    padding: 0;
    transition: all 0.9s ease-in-out 0s;
    width: 100%;
    z-index: 999;
}

nav.navbar.affix {
    top: 0;
    transition: all 0.9s ease-in-out 0s;
    -webkit-transition: all 0.9s ease-in-out 0s;
    -o-transition: all 0.9s ease-in-out 0s;
}

.tb-nav {
    float: left;
    width: 100%;
}

.tb-nav .nav.navbar-nav {
    position: relative;
}

.tb-nav a {
    color: #151515;
    transition: ease-in-out all 0.6s;
    -webkit-transition: ease-in-out all 0.6s;
    -o-transition: ease-in-out all 0.6s;
}

.tb-nav .navbar-nav > li > a {
    /* padding: 12px 10px 12px 0;*/
    position: relative;
}

/*.tb-nav .nav > li:nth-child(1) a, .tb-nav .nav > li:nth-child(2) a, .tb-nav .nav > li:nth-child(3) a {
    color: #c40075;
}*/


.tb-nav .navbar-nav > li + li {
    margin-left: 0px;
}

.tb-nav .navbar-nav > li + li > a {
    /* padding-left: 10px; */
    /*padding-right: 10px;*/
}

.nav > li {
    position: static;
}

.nav > li .container {
    padding: 0;
}

.navbar ul li.drop-menu > ul {
    background: #eee none repeat scroll 0 0;
    border-top: 1px solid #dddddd;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.5);
    display: none;
    height: 400px;
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 60px;
    width: 126%;
    z-index: 999;
}

.navbar ul li.drop-menu:hover > ul {
    display: block;
}

.subCategoryMenu {
    border-left: 1px solid #d4d3d3;
    margin-top: -10px;
    padding: 10px 15px;
    width: 79%;
}

.subCategoryMenu li a {
    font-size: 12px !important;
    padding: 4px 0 !important;
}

.padd-top10 {
    padding-top: 20px;
}

.padd-top20 {
    padding-top: 20px;
}

.padd-top30 {
    padding-top: 30px;
}

.padd-top40 {
    padding-top: 40px;
}

.padd-right10 {
    padding-right: 20px;
}

.padd-right20 {
    padding-right: 20px;
}

.padd-right30 {
    padding-right: 30px;
}

.padd-right40 {
    padding-right: 40px;
}




/*.navbar ul li.drop-menu ul li {
    display: block;
    width: 50%;
    float: left;
}*/

/*.navbar ul li.drop-menu ul li:nth-child(n+10){
  clear: left;
}*/

.drop-menu ul li a {
    /*color: #3d3d3d !important;*/
    display: block;
    font-size: 14px;
    margin-bottom: 0;
    padding: 0 12px 8px;
    position: relative;
}

.drop-menuNew {
    margin-top: -10px;
    padding: 10px 0 0;
    position: relative;
}

.drop-menuNew li a {
    border-left: 2px solid transparent;
    padding: 10px 20px !important;
}

.drop-menuNew li a:hover {
    border-color: #c40075;
}

.drop-menu > ul > li a::after {
    color: #dddddd;
    content: "›";
    font-size: 22px;
    position: absolute;
    left: 0px;
    top: -9px;
}

.drop-menu ul li a:hover {
    color: #c40075;
    text-decoration: none;
}

.drop-menu ul li a:hover::after {
    color: #c40075 !important;
}

.category {
    border-bottom: 1px solid #007dc6;
    color: #007dc6;
    font-size: 13px;
    font-weight: 400;
    margin: 5px 0 15px;
    padding: 0 0 5px;
}

.category-menu {
    list-style: outside none none;
    min-height: 130px;
    padding: 0;
}

.contentholder {
    position: relative;
}

nav li label {
    color: #007dc6;
    font-weight: 400;
    padding: 0 0 5px;
}

.seeAll {
    font-size: 13px !important;
    margin-top: 4px;
    margin-bottom: 15px;
    text-decoration: underline;
}

.offerMenuImg {
    text-align: right;
    padding-right: 30px;
}

.offerMenuImg > img {
    max-width: 100%;
    width: 350px;
}
.albertawith {
    float: left;
    width: 100%;
}

.albertawith > a {
    width: 21%;
}

.albertawith > ul {
    border-left: 1px solid #d3d4d4;
    display: none;
    height: 299px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 79%;
}

.SubCategory > li {
    display: inherit;
    float: left;
    width: 100%;
}

.SubCategory li ul {
    float: left;
    padding: 10px 0;
    width: 25%;
}

.SubCategory li ul li {
    display: inherit;
    float: left;
    width: 100%;
}

.SubCategory li ul li a {
    border: medium none;
    font-size: 12px;
    padding: 4px 0 !important;
}

.drop-menuNew li.albertawith:first-child > ul {
    display: block;
}


/*=======================*/

.menuTabs {
    float: left;
    padding: 10px 0;
    width: 21%;
}

.menuTabs li {
    display: block;
    width: 100%;
}

.menuTabCotent {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #d3d3d4;
    border-image: none;
    border-style: none none none solid;
    border-width: medium medium medium 1px;
    box-shadow: none;
    float: left;
    height: 100%;
    margin: 0;
    padding: 18px 15px;
    width: 79%;
}

.menuTabCotent ul {
    float: left;
    margin-bottom: 20px;
    /* padding: 0 15px;*/
    width: 33.33%;
}

.menuTabCotent ul li {
    display: block;
}

.menuTabCotent ul li label {
    margin: 0 !important;
}

.menuTabCotent ul li a {
    font-size: 12px;
    padding: 4px 0;
}

.menuTabs li a {
    border-left: solid 2px transparent;
    border-radius: 0;
    padding: 9px 19px !important;
}

.menuTabs li a:hover, .menuTabs li.active a {
    border-color: #c40075;
}

.menuTabs > li + li {
    margin-left: 0;
}

.navbar-nav {
    width: 100%;
}

/*=============================================*/



a:focus, a:hover {
    outline: medium none;
    text-decoration: none;
}

a {
    text-decoration: none;
}

.menuWrapper {
    background: #1abb9c none repeat;
    max-width: 1920px;
    margin: auto;
}

.menuWrapper.affix {
    left: 0;
    margin: auto;
    max-width: 1920px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

nav.navbar-default {
    background: #1abb9c none repeat;
    border-radius: 0;
}

.social {
    text-align: right;
}

.social .fb-icon {
    height: 25px;
    width: 26px;
    background: url(../img/icons.png) no-repeat -2px -26px;
    display: inline-block;
    margin-right: 3px;
}

.social .tw-icon {
    height: 25px;
    width: 26px;
    background: url(../img/icons.png) no-repeat -30px -26px;
    display: inline-block;
    margin-right: 3px;
}

.social .ln-icon {
    height: 25px;
    width: 26px;
    background: url(../img/icons.png) no-repeat -57px -26px;
    display: inline-block;
}

.clearfix {
    clear: both;
}

nav.logo {
    position: absolute;
    top: 5px;
    left: 0;
    width: auto;
    z-index: 98;
}

.logo {
    display: block;
    margin: 0 auto;
    padding-top: 7px;
    width: 155px;
    z-index: 98;
}

.header-option {
    float: left;
    position: relative;
}

ul, ul li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.header-option ul li {
    float: left;
}

.header-option ul li a {
    /* border-right: 1px solid #fff; */
    /*color: #fff !important;*/
    display: block;
    /* padding: 0 30px;*/
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}

.navbar ul li.drop-menu > ul::before {
    border-color: rgba(208, 208, 208, 0) rgba(208, 208, 208, 0) #d0d0d0;
    border-width: 9px;
    margin-left: -9px;
}

.navbar ul li.drop-menu > ul::after, .navbar ul li.drop-menu > ul::before {
    border: medium solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 20px;
    pointer-events: none;
    position: absolute;
    width: 0;
}

.drop-menu ul li a {
    /*color: #3d3d3d !important;*/
    display: block;
    font-size: 14px;
    margin-bottom: 0;
    /*padding: 3px 8px !important;*/
    position: relative;
}

/*.drop-menu ul li a {
    font-size: 14px !important;
}*/

.tb-nav .nav > li:nth-child(1) a:hover::after, .tb-nav .nav > li:nth-child(1) a:hover::before {
    left: 45%;
}

.tb-nav .nav > li > a:focus, .tb-nav .nav > li > a:hover, .tb-nav .nav > li.active > a {
    color: #1abb9c !important;
    text-decoration: none;
    background: #eee;
}

#tab-1 a {
    line-height: 18px;
}

.menuTabCotent ul li {
    display: block;
    float: none;
}

.menuTabCotent ul li a:hover {
    color: #1abb9c !important;
}

.menuTabCotent ul li a {
    text-transform: capitalize;
}

.tb-nav .nav > li > a {
    text-transform: capitalize;
}

.menuTabs li a:hover, .menuTabs li.active a {
    border-color: #1abb9c;
    border-right: medium none;
}

.menuTabs li a:hover, .menuTabs li.active a {
    border-color: #1abb9c !important;
}

.tb-nav .nav > li > a.headerOption:focus, .tb-nav .nav > li > a.headerOption:hover, .tb-nav .nav > li.active > a.headerOption {
    color: #fff !important;
}

.tb-nav .nav > li > a.headerOption {
    color: #fff !important;
    text-transform: uppercase;
    padding:15px 11px;
}

.login-nav li a.join-now .join-icon {
    height: 23px;
    width: 26px;
    background: url(../img/icons.png) no-repeat -42px -54px;
    display: block;
    position: absolute;
    left: 6px;
}

.login-nav li .join-now {
    padding: 0 10px;
    color: #fff;
    background-color: #d63c24;
    margin-top: 18px;
    margin-bottom: 10px;
    position: relative;
    display: block;
}

nav .login-nav li .join-now > .item {
    left: 47px;
}

nav .login-nav li .join-now > .item {
    border-radius: 30px;
    font-size:13px;
    height: 22px;
    left: 27px;
    width: 22px;
}

.login-nav{
	padding: 10px 0;
}

.login-nav li {
	display:inline-block;
	width:auto;
    vertical-align: top;
}

.login-nav > li + li {
	margin-left: 10px;
}

.top-btns .btn {
	padding: 0 5px;
	font-size: 18px;
}

.top-btns .btn-link {
	color: #fff;
	position: relative;
}

.login-nav li .join-now {
    border-radius: 3px;
    margin-bottom: 0;
    margin-top: 3px;
    padding: 2px 10px 4px 30px;
}

.topBar {
    position: relative;
    min-height: 32px;
	/* padding:5px 0; */
}

.social {
	text-align:right;
	line-height:0;
}

.fbLike {
    position: relative;
    top: auto;
    left: auto;
	padding-top:0px;
}

.topBar .btn {
	line-height: 1.5;
    vertical-align: top;
    margin: 10px 5px;
}

.login-dropdown .dropdown-menu {
	border-radius: 0;
	margin: 0;
	padding: 0;
	top: calc(100% + 9px);
}

.login-dropdown .dropdown-menu::before {
	border-bottom: 7px solid #fff;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: "";
	display: block;
	position: absolute;
	bottom: 100%;
	right: 20px;
}

/*Home Banner*/

.home-banner {
    background: rgba(0, 0, 0, 0) url("../img/banner-bg.png") no-repeat scroll center top / cover;
    margin: auto;
    max-width: 1920px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 100;
}

.home-banner .banner-hover {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(20, 60, 110, 0.60);
    height: 100%;
    z-index: -1;
}

.home-banner .banner-area {
    position: relative;
    padding-bottom: 30px;
}

.home-banner .img-left, .home-banner .img-right {
    display: none;
}

.home-banner p {
    color: #fff;
    font-size:24px;
    margin: 0 auto 25px;
    max-width: 630px;
    width: 100%;
}

.home-banner h1 {
    color: #fff;
    font-size:47px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 56px 0 20px;
    text-shadow: 2px 1px 1px #777;
}

.selectboxdiv {
}

.select-wrapper .holder {
    color: #484848;
    display: block;
    font-size:18px;
    padding: 9px 15px;
    text-align: left;
    width: 100%;
}

.search {
    margin-bottom: 20px;
    position: relative;
}

/*.home-banner .search {
    margin-bottom:15px;
}*/

.home-banner .banner-area {
    padding: 30px 0 70px 0;
    position: relative;
}

option {
    color: #656565;
    font-size:16px;
    padding: 0 15px;
}

/*.home-banner .search .select-options {
    float: left;
    max-width: 250px;
    width: 100%;
}*/

.home-banner .search .select-input {
    float: left;
    max-width: 450px;
    width: 100%;
}

/*.home-banner .search input[type="text"] {
    background: #fff none repeat 0 0;
    border: 1px solid #dddddd;
    color: #484848;
    font-size:16px;
    height: 53px;
    padding: 7px 15px;
    width: 100% !important;
}*/

.home-banner .search .form-button {
    background: #d63c24 none repeat 0 0;
    border: 1px solid #d63c24;
    border-radius: 0 4px 4px 0 !important;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size:23px;
    padding: 10px 15px 15px;
    text-align: center;
}

.home-banner .search .form-button:hover {
    background: #b91e06;
    border: 1px solid #b91e06;
}

.home-banner .search .search-category {
    color: #fff;
    font-size:13px;
    margin-top: 5px;
    text-transform: uppercase;
}


.home-banner .search-input {
	width: 60%;
}

.home-banner .search-input.full{
    width:100%;
}

.home-banner .search-dropdown {
	width: 30%;
}



.home-banner .search .select-options .selectboxdiv {
    left: 0px;
}

.home-banner .search .select-options .selectdiv {
    border-radius: 4px 0 0 4px !important;
}

.selectdiv {
    background: #fff url("../img/select.png") no-repeat right center;
    border: 1px solid #dddddd;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    height: 53px;
    position: relative;
    width: 100%;
}

/*Explore*/

.heading h3, .jobs-listing .heading h1 {
    border-bottom: 1px solid gray;
    color: #4d4d4d;
    display: inline-block;
    font-size:24px;
    font-weight:400;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}

.heading p {
    color: #656565;
    display: inline-block;
    font-size:16px;
    margin: 5px 15px;
    max-width: 750px;
    width: auto;
}

.heading {
	margin: 20px 0;
	text-align: center;
}

.home-product .product a {
    border: 2px solid transparent;
    display: block;
    padding: 5px 0;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
}

.home-product .product a:hover {
    border-color: #e0e0e0;
}

.home-product .product h2 {
    color: #484848;
    font-size:18px;
    font-weight:700;
    margin: 0 0 5px;
}

.home-product .product a img {
    margin: 0 auto 10px;
}

.home-product .product p {
    color: #787878;
    font-size:16px;
}

.job-filter h2 {
    color: #fff;
    font-size:44px;
    margin: 0 0 25px 0;
    text-transform: uppercase;
    font-weight:600;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.60);
}

.job-filter .comming-soon {
    background-color: #009774;
    height: 100%;
    left: 0;
    opacity: 0.9;
    padding-top: 100px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

.job-filter {
    background: #176593;
    margin: auto;
    max-width: 1920px;
    height:300px;
    text-align:center;
    position:relative;
    overflow:hidden;
    clear:both;
}

.job-filter.search-home{
    height:210px;
}

.job-filter .search-banner{
    position:absolute;
    width: 100%;
    top:50%;
    left:0;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    transform:translateY(-50%);
    opacity: 0.4;
    pointer-events: none;
}

.job-filter a {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size:22px;
    margin: 0 5px 10px;
    padding: 4px 50px 8px;
    transition: all 0.3s ease-in-out 0s;
    width: 240px;
}

.job-filter a.active {
    background: #d63c24 none repeat scroll 0 0;
    border-color: #c02b14;
}

.srch-tab {
    margin-bottom: 20px;
}

.job-filter .srch-tab a {
    padding: 5px 10px;
    margin: 0;
    font-size: 14px;
    width: 160px;
}

.job-filter .select-options,
.home-banner .select-options {
	display: table-cell;
	padding: 0 5px;
	vertical-align: middle;
}

.job-filter .select-options.last,
.home-banner .select-options.last{
    width:100px;
}

.filter .form-control,
.home-banner .form-control {
	border-radius: 2px;
	border: none;
	background-color: rgba(255, 255, 255, 0.90);
	font-size: 16px;
	height: 42px;
	color: #000;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.filter select.form-control,
.home-banner select.form-control {
	background-image: url("../img/down-arrow.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 18px;
	padding-right: 34px;
}

.job-filter .select-input {
    display: inline-block;
    max-width: 262px;
    width: 100%;
    float: left;
}

.select-input1 {
    max-width: 230px !important;
}

/*.filter {
    margin: 0 auto;
    display: -webkit-box !important;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-box !important;
    -moz-box-pack: center;
    -moz-box-align: center;
    width: 100% !important;
}*/

.job-filter .select-button {
    display: inline-block;
    max-width: 60px;
    width: 100%;
    margin-left: 2px;
    float: left;
}

.padding20 {
    padding: 20px 0;
}

.form-input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #484848;
    font-size:22px;
    height: 53px;
    padding: 7px 15px;
    width: 100% !important;
    border-radius: 5px;
    display: block;
}

.form-button {
    background: #d63c24 none repeat scroll 0 0;
    border: 1px solid #d63c24;
    border-radius: 4px !important;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size:23px;
    padding: 10px 15px 15px;
    text-align: center;
}

.filter .btn,
.home-banner .search .btn {
	font-size: 16px;
	padding: 6px 15px;
	height: 42px;
    border-radius:2px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.banner-area .search-category{
    color:#fff;
    margin-top:15px;
}

.filter .btn-danger{
    background-color:#d63c24;
    border-color:#d63c24;
}

.job-filter .filter, .home-banner .search {
    margin: 0 auto;
    width: 600px;
    float: none;
    display: flex;
}

.job-filter .select-options, .home-banner .select-options {
    padding: 0 0px;
    flex: 0 0 auto;
    -ms-flex: 0 0 100%;
    max-width: none;
    flex-grow: 1;
}

.job-filter .select-options.right-btn, .home-banner .select-options.right-btn {
    flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    max-width: 100px;
}

.job-filter a:hover {
    background: #d63c24 none repeat scroll 0 0;
    border-color: #c02b14;
}

.selectdiv {
    background: #fff url("../img/select.png") no-repeat scroll right center;
    border: 1px solid #dddddd;
    border-radius: 5px;
    cursor: pointer;
    height: 53px;
    position: relative;
    width: 100%;
    padding-right:30px;
}

.education-exam {
    background: #eeeeee none repeat scroll 0 0;
    margin: auto;
    max-width: 1920px;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}
/*.education-exam1 {

    background:#fff;
}*/

.education-exam #tabSection ul.tabs li {
    border-bottom: 2px solid gray;
    box-sizing: border-box;
    color: #4d4d4d;
    cursor: pointer;
    display: inline-block;
    margin: 0 -3px;
    padding: 0 20px 10px;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}

.education-exam #tabSection ul.tabs li a {
    color: #4d4d4d;
    text-decoration: none;
}

.education-exam ul.exam-list li a p.title {
    color: #4d4d4d;
    font-size:13px;
    text-transform: uppercase;
}

.education-exam ul.exam-list li a p {
    color: #4d4d4d;
    font-size:12px;
}

.education-exam ul.exam-list li a p.answer {
    color: #787878;
}

.education-exam ul.exam-list {
    margin: 40px 0 15px;
}

.education-exam #tabSection ul.tabs li.active a {
    color: #009774;
    cursor: default;
}

.education-exam #tabSection ul.tabs li.active {
    border-bottom: 2px solid #009774;
    color: #009774;
    cursor: default;
}

.education-exam ul.exam-list li {
    margin-bottom: 20px;
    padding: 10px;
}

.education-exam ul.exam-list li:hover {
    background: #fff none repeat scroll 0 0;
}

.education-exam ul.exam-list li:hover p.title {
    color: #009774;
    
}

.top-exam .links a {
    border: 1px solid #4d4d4d;
    border-radius: 50px;
    color: #4d4d4d;
    display: inline-block;
    font-size:16px;
    margin: 0 3px 10px;
    padding: 4px 20px 4px;
    transition: all 0.3s ease-in-out 0s;
}

.top-exam .links a:hover {
    border: 1px solid #D63C24;
    color: #ffffff;
    background-color:#D63C24;
}

.top-exam {
    text-align: center;
    padding-bottom: 35px;
}

/*.job {
    background: #01466f none repeat scroll 0 0;
    opacity: 0.9;
    padding-bottom: 40px;
}*/

/*section.job-filter.job {
    text-align: center;
}*/

.govt-job-list .title {
    font-size:16px;
    font-weight:700;
    text-transform: uppercase;
}

.govt-job-list .links a {
    color: #4d4d4d;
    display: block;
    font-size:13px;
    padding: 3px 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.govt-job-list .links a:hover {
    color: #009774;
}

.govt-job-list {
    margin: 40px 0 0 !important;
    padding: 5px 10px;
    border-top: 1px solid #ccc;
}

footer {
    background: #656565 none repeat scroll 0 0;
    margin: auto;
    max-width: 1920px;
    width: 100%;
    position: absolute;
    z-index: 1000;
}

footer .footer-copyright {
    background: #1abb9c none repeat scroll 0 0;
    padding: 10px 0;
    color:#fff;
}

footer .footer-copyright .copyright, footer .footer-copyright .brill-infotech {
    color: #fff;
    font-size:13px;
}

/*section.section {
    max-width: 1920px;
    margin: auto;
}*/

.latest-update .title-left {
    font-size:12px;
    background-color: #d63c24;
    padding: 5px;
    position:relative;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    /*border-radius: 4px 0 0 4px !important;*/
}
.latest-update .title-left::after {
	content: "";
	position: absolute;
	height: 13px;
	position: absolute;
	left: 100%;
	top: 7px;
	display: block;
	border-left: 6px solid #d63c24;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}

.latest-update .desc-right {
	font-size:12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.latest-update {
    background: #eee;
    padding: 10px 0;
    border-bottom: 1px solid #e2e2e2;
}

/*.jobs-listing h4 {
    font: 16px/28px "Lato light",arial;
    font-weight: 600;
    color: #4d4d4d;
    text-decoration: none;
    margin: 15px 0px 10px;
    border-bottom: 2px solid #e1e1e1;
    text-transform: uppercase;
}*/

.jobs-listing h1 {
    font-size:24px;
    color: #4d4d4d;
    margin: 0px;
}

.jobs-listing .category-listing p {
    margin-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    min-height: 75px;
    float: left;
}

.jobs-listing .category-listing p.last {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.jobs-listing .category-listing p img {
    width: 65px;
    position: absolute;
}

.jobs-listing .category-listing p a {
    display: block;
    padding-left: 72px;
    color: #4d4d4d;
    font-size:16px;
    margin-bottom: 5px;
}

.jobs-listing .category-listing p a:hover {
    color: #009774;
}

.jobs-listing .category-listing p span {
    font-size:13px;
    padding-left: 72px;
}

.jobs-listing .content p {
    font-size:16px;
    margin-bottom: 10px;
}

.jobs-listing .listing-text .red {
    color: #d63c24;
}

.nbs-flexisel-container {
    max-width: 100%;
    padding: 0 0 20px;
    position: relative;
}

.nbs-flexisel-container .nbs-flexisel-inner {
    overflow: hidden;
    float: left;
    width: 100%;
    position: relative;
}

.nbs-flexisel-container .nbs-flexisel-inner .inner {
    overflow: hidden;
}

.nbs-flexisel-container .nbs-flexisel-inner .inner .nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-container .nbs-flexisel-inner .inner .nbs-flexisel-ul .nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 15px 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

.nbs-flexisel-container .nbs-flexisel-inner .inner .nbs-flexisel-ul .nbs-flexisel-item .nbs-flexisel-item img {
    position: relative;
    margin: 10px auto;
}

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 63px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
    top: 50% !important;
    margin-top: -16px;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../img/arrow-left.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 10px;
    left: auto;
    background: url(../img/arrow-right.png) no-repeat;
}

.jobs-listing .inner .title {
    color: #4d4d4d;
    font-size:16px;
}

.jobs-listing .inner .answer {
    color: #4d4d4d;
    font-size:16px;
    padding: 3px 15px;
}

.flexiselSlider .nbs-flexisel-item:hover {
    background-color: #e1e1e1;
}

.jobs-listing .separator {
    border-bottom: 1px solid #e1e1e1;
    clear: both;
    margin: 0 15px 15px;
    padding: 10px 0;
}

.btn-red {
    border-radius: 3px;
    background-color: #d63c24;
    color: #fff;
    float: left;
    margin-bottom: 10px;
    padding: 7px 10px;
    margin-right: 10px;
}

.btn-red:hover {
    background-color: #C1230B;
    color: #fff;
}

.share-on .buttons {
    float: left;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../img/arrow-left.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 10px;
    left: auto;
    background: url(../img/arrow-right.png) no-repeat;
}

.job-list {
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 10px;
    text-align: left;
}

.job-list img.img-responsive {
    width: 65px !important;
    position: absolute;
}

.job-list a {
    display: block;
    padding-left: 72px;
    color: #4d4d4d;
    font-size:16px;
    margin-bottom: 5px;
    text-align: left;
    padding-right: 20px;
}

.job-list a:hover {
    color: #009774;
}

.job-list span {
    font-size:13px;
    padding: 0 30px 0 72px;
}

.content.editor {
    border-right: 2px solid #e1e1e1;
}

.content.editor ul li {
    list-style: circle !important;
    margin-left: 20px !important;
}

.review {
    background: #f5f5f5;
    padding-bottom: 40px;
}

.review h3 {
    margin: 0;
    padding: 10px 0;
    color: #484848;
    text-transform: uppercase;
    font-size:30px;
}

.review h3 span {
    color: #00a8c8;
    font-size:30px;
    font-weight: 700;
    text-transform: none;
}

.review .review-details {
    border-top: 1px solid #d8d8d8;
}

.review .review-details .great {
    padding-left: 100px;
    color: #00a8c8;
    font-size:60px;
    font-weight: 700;
    background: url(../img//great.png) no-repeat left top;
    margin: 30px 0;
}

.review .review-details .great span {
    display: block;
    color: #787878;
    font-size:30px;
}

.review .review-details .great.ok {
    background-image: url(../img//ok.png);
}

.review .review-details .great.bad {
    background-image: url(../img//bad.png);
}

.review .review-list {
    margin-bottom: 30px;
}

.review .review-list li {
    padding-top: 20px;
    padding-bottom: 30px;
    background: url(../img//sep.png) repeat-x left bottom;
}

.review .review-list li .reviewer {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 15px 10px 10px;
}

.review .review-list li h4 {
    margin: 0;
    font-size:16px;
    color: #434342;
    text-transform: uppercase;
}

.review .review-list li h4 a {
    color: #434342;
    transition: all ease-in-out 0.3s;
}

.review .review-list li h4 a:hover {
    color: #ff7f00;
}

.review .review-list li h4 .time-stamp {
    text-transform: none;
    color: #a6a6a6;
    font-size:16px;
    margin: 0 5px;
}

.review .review-list li h4 .star {
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 16px;
    background: url(../img/icons.png) no-repeat left -72px;
    margin-right: 4px;
}

.review .review-list li h4 .star.dark {
    background-position: -21px -72px;
}

.review .review-list li p {
    font-size:16px;
    color: #656565;
}

.review .review-list li p a {
    color: #d63c24;
    font-size:13px;
    margin-left: 5px;
    transition: all ease-in-out 0.3s;
    text-transform: uppercase;
}

.reviewdetail-page h1 {
    text-align: center;
    padding-top: 50px;
    margin: 0;
    color: #00a8c8;
    font-size:20px;
    text-transform: uppercase;
}

.review {
    background: #f5f5f5 none repeat 0 0;
    padding-bottom: 40px;
}

.load-more {
	border-radius: 3px;
	padding: 5px 10px 5px 30px;
	background: #1B597E url(../img/download.png) no-repeat 90% 40%;
	color: #fff;
	margin-bottom: 30px;
	text-transform: uppercase;
	margin-top: 30px;
	padding: 5px 35px 5px 15px;
	clear: both;
	display: inline-block;
	background-size: 16px;
}

.load-more:hover {
    color: #fff;
    background-color: #08486D;
}

.mgleft30 {
    margin-left: 30px;
}

.content-right-nav > .title {
    background: #1abb9c none repeat;
    color: #fff;
    font-size: 18px;
    padding: 5px 10px;
    text-transform: capitalize;
}

.job-list {
    
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    text-align: left;
}

.job-list a {
    color: #4d4d4d;
    display: block;
    font-size:16px;
    margin-bottom: 5px;
    padding-left: 72px;
    padding-right: 20px;
    text-align: left;
}

.content-right-nav > .right-nav-content {
    padding: 20px 0;
}

.content-right-nav > .right-nav-content .job-list a {
    
}



/* CSS on October 22, 2016 */

.submenu-level-1 {
    background: #f9f9f9;
    position: absolute;
    width: 944px;
	height:250px;
    left: 0;
    right: 0;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    display:none;
}

.header-option .submenu-level-1 ul li{
    float:none;
}

.header-option > .navbar-nav > li > a{
    padding-top:16px;
}

.header-option .submenu-level-1 > ul {
    max-width: 200px;
    background: #fff;
    border-right: 1px solid #ececec;
}

.header-option .submenu-level-1 > ul > li > a {
    text-transform: capitalize;
    color: #7b7b7b;
    padding: 10px 15px;
    transition:border 0.3s ease;
    border-width:1px 0 1px 0;
    border-style:solid;
    border-color:transparent;
}

.header-option .submenu-level-1 > ul > li:hover > a, .header-option .submenu-level-1 > ul > li.active > a {
    color: #3e3e3e;
    border-color:#ececec;
    font-weight:700;
    background: #f9f9f9;
    width: 200px;
}

.header-option .submenu-level-1 > ul > li:first-child:hover > a, .header-option .submenu-level-1 > ul > li.active:first-child > a {
    border-top-color:transparent;
}

.submenu-level-2 {
    position: absolute;
    left: 30px;
    top: 0;
    right: 0;
    padding: 0 15px;
    display:block;
}

.header-option .submenu-level-1 > ul > li.active .submenu-level-2{
    display:block;
}

.submenu-level-2 h4{
    margin:0;
    font-size:14px;
    color: #1e1e1e;
    font-weight:700;
    padding: 10px 0 5px 0px;
}

.submenu-level-2 ul{
    padding:0;
    margin:0;
}

.submenu-level-2 ul li{
    list-style:none;
    display:block;
}

.submenu-level-2 ul li a{
    padding:3px 0;
    text-transform:capitalize;
    color:#7b7b7b;
}

.submenu-level-2 ul li a:hover{
    color:#1abb9c;
}

.navbar-nav .drop-menu:hover > .submenu-level-1{
    display:block;
}

.tb-nav .navbar-nav > li:hover > a,
.tb-nav .navbar-nav > li > a:focus{
    background:#1A587D;
}

.navbar-nav .drop-menu:hover > a{

}
.depLoc {
    float:left;
    width:100%;
}
.depLoc li {

    float:left;
    width:330px;
    margin-bottom:10px;
}

.iconDepLoc {
    width:17px;
    margin-right:5px;
    vertical-align:text-bottom;
    display:inline-block;
    text-align:center;
}
.education-exam1 {
	padding-bottom: 0;
	padding-top: 0;
}
.education-exam1 img{
    padding-top:10px;

}
.education-exam1 h3 {

    text-align:left;
    padding-bottom:10px;
    font-size:16px;
    margin:0 0px 0 0;    
    padding:10px;
    color:#fff;
    background:#1ABB9C;

}
.education-exam1 ul.exam-list {
    margin:0px !important;
    padding:0px !important;

}
.education-exam1 ul.exam-list li:hover,
.education-exam1 ul.exam-list li:focus {
    background: #eee none repeat  0 0;
}

.aleartHeading {
    line-height:49px;
}
.mockTst {

    text-align:left;
    margin:0 10px;
    color:#4d4d4d;     
}
.mockTst:hover{
    color:#000;
}
.mockTst h5 {

    font-size:14px;

    text-transform:capitalize;
}
.flexiselSlider-2 li {
    margin-right: 10px !important;
}
.mockTstList li {

    float:left;
    width:100%;
}
.mockTstList li {

    padding:3px 0 0 !important;
}
.mockTstList li span{
    font-weight:bold;
}
.unattempt-test{color:#1abb9c;font-weight:600}
.unattempt-test .badge{background:#1abb9c;margin-left: -3px; margin-top: -18px;padding:2px 6px}
.unattempt-test i{color:#bdbaba;}
.border-btns {
    padding: 10px 0;
    text-align: right;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.ask-q-btn{
    background:#1abb9c;
    color:#fff;
    margin: 0;
}
.ask-q-btn:focus{color:#fff}
.ask-q-btn:hover{color:#fff}
.border-b{border-bottom:1px solid #e0e0e0;float:left; width:100%}
.exam-box {
	margin-top: 20px;
	background: #fff;
	border: 1px solid #d7d7d7;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.mock-btn{background:#d63c24;color:#fff;margin:15px 0 10px;    padding: 9px 12px;}
.mock-btn:hover, .mock-btn:focus{background:#b91e06;color:#fff}
.qbank-btn{background:#25569c;color:#fff;    padding: 9px 12px;}
.qbank-btn:hover{background:#1e3d69;color:#fff;}
.exam-box i{font-size:16px;margin-right:2px;}
.ck-box{padding: 0 15px 15px 15px; position:relative;}
.check-box-area{/*max-height: 250px;*/
    /*margin-top:12px*/}
.m-top{margin-top:0}
#owl-demo .item{
    margin: 3px;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

.slider-area .owl-buttons > div {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #d9534f;
	color: #fff;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
}

.slider-area .owl-buttons .owl-prev {
	left: -23px;
	padding-right: 3px;
}

.slider-area .owl-buttons .owl-next{
    right:-23px;
    padding-left:3px;
}

.mockTstList > li .label .fa {
	width: 16px;
}

/*.owl-next {
    background:url("../img/next.png") no-repeat center center !important;
    position: absolute;
    right: -45px;
    top: 20%;
    width:44px;
    height:44px;
    text-indent: -200px;
    overflow: hidden;
}
.owl-prev {
    background: url("../img/prev.png") no-repeat center center !important;
    position: absolute;
    left: -45px;
    top: 20%;
    width:44px;
    height:44px;
    text-indent: -200px;
    overflow: hidden;
}*/
/*.owl-theme .owl-controls .owl-buttons div{background-color: transparent !important;}
.owl-page{display:none !important}*/

.noimg-text {
    background-color: #1abb9c;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 34px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    width: 65px;
}

.item h5{
    margin-bottom: 0;
    font-size: 16px !important;
    color: #1abb9c !important;
}
.slider-area{padding:0; margin:0 -8px;}

.owl-item .mocktest-box {
	margin: 0 8px 8px 8px;
}

#style-3::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
    background-color: #b1b0b0;
}


#style-3:-moz-scrollbar-track
{
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-3:-moz-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

#style-3:-moz-scrollbar-thumb
{
    background-color: #b1b0b0;
}
.user-img img{
    padding: 0;
    border-radius: 50%;
    width: 45px;
    float:left;
    margin-right:10px;
}
.exam-box1 h3{margin-bottom:0px;margin-top:0}
.exam-serch{padding: 6px 34px 6px 12px;}
.search-area i{
    position:absolute;
    right:25px;
    top:8px;
}
.search-area {
    margin-bottom: 10px;
}
.ask-q-btn1{
    background:#1abb9c;
    color:#fff;
    margin-left: 15px;
}
.ask-q-btn1:focus, .ask-q-btn1:hover{color:#fff}

.search-area > a {
    color: #000;
}
.menuWrapper h1 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0 0;
    text-align: center;
}
.menuWrapper .right-detail a img {
    max-height: 35px;
    max-width: 35px;
    border-radius: 3px;
}
.menuWrapper .right-detail {
    color: #fff;
    float: right;
    font-size: 12px;
    margin-top: 7px;
}
.menuWrapper .right-detail a {
    float: left;
    margin-top: 1px;
}
.right-detail .detail {
    margin-left: 45px;
}
#new-window{
    background:#f9f9f9
}
.m-t-20{margin-top:20px}
.section-group {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}
.section-group:hover > .section-content {
    display: block !important;
}
.section-content h6.qus-header {
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    padding: 5px 10px;
}
.section-content li .list-item {
    border-bottom: 1px solid #f1f5fc;
    display: block;
    padding: 5px 10px;
}
.section-content {
    border: 1px solid #ccc;
    display: none !important;
    width: 200px;
}
.btn.btn-primary.active, .btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:hover {
    background: #403f4f none repeat scroll 0 0;
    transition: all 0.3s ease 0s;
}
.btn.btn-primary {
    background: #01466F none repeat scroll 0 0;
    border: 1px solid #01466F;
}
.select-language {
    border-bottom: 1px solid #f1f5fc;
    padding: 5px 20px;
    text-align: right;
}
.qus-container .qus-header h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 0;

}
.qus-container .qus-header {
    border-bottom: 1px solid #f1f5fc;
    padding-bottom: 5px;
    position: relative;
}
.panel.panel-default .panel-heading {
    background: #fdfdfd none repeat scroll 0 0;
    border-color: #e3e3e3;
}
/*.panel.panel-default {
    border:none;
}*/
.p-t-0{padding-top:0}
.m-t-0{ margin-bottom: 0;}
.seperator {
    padding-top: 10px;
}
.section-content li .list-item .badge {
    float: right;
}
.badge-success, .label-success {
    background-color: #9ad268 !important;
    color: #fff !important;
}
.badge-info, .label-info {
    background-color: #4dd4fd !important;
    color: #fff !important;
}
.badge-danger, .label-danger {
    background-color: #d9534f !important;
    color: #fff !important;
}
.badge-defualt{
    background-color: #f1f5fc !important;
    color: #777 !important;
}
.m-r-20{margin-right:30px}
.m-r-5{margin-right:5px}
.label-radio > input {
    display: none;
}
input[type=radio]:checked+.custom-radio::before {
    content: '\2022';
    border-color: #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05), inset 15px 10px -12px rgba(255, 255, 255, .1);
    text-shadow: 0 1px #fff;
}
input[type=radio]+.custom-radio::before {
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em;
    font-size: 36px;
}
input[type=radio]+.custom-radio::before {
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em;
    font-size: 36px;
}
input[type=checkbox]+.custom-checkbox::before, input[type=radio]+.custom-radio::before {
    display: inline-block;
    font-family: fontAwesome;
    font-size: 37px;
    content: "\a0";
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    text-align: center;
    min-width: 17px;
    line-height: 15px;
    vertical-align: middle;
    /*margin-right: 10px;*/
}
.custom-radio{margin-right:10px !important}
input[type=radio]+.custom-radio, input[type=radio]:disabled+.custom-radio {
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em;
    line-height: 0;
}
input[type=checkbox]+.custom-checkbox, input[type=checkbox]:disabled+.custom-checkbox, input[type=radio]+.custom-radio, input[type=radio]:disabled+.custom-radio {
    display: inline-block;
    position: relative;
    line-height: 13px;
    background-color: #fafafa;
    font-weight: 400;
    margin-right: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.qus-container .option li {
    display: inline-block;
    margin-bottom: 8px;
    width: 100%;
}
/*.panel{margin-bottom:0px}*/
#new-window .timeLeft {
    border-bottom: 1px solid #ccc;
    text-align: center;
    /* margin:20px 0 0px;
    padding-bottom:20px */
}
#new-window .timeLeft span.title {
    font-size: 14px;
    font-weight: bold;
    display:block;
}
#new-window .timeLeft span.time {
    color: #e7573e;
    font-size: 24px;
    font-weight: bold;
    margin-top: -6px;
}
#new-window .right-panel .qus-panel .btn {
    border-radius: 50%;
    padding: 5px 0;
    width: 32px;
}
#new-window .right-panel .qus-panel ul li {
    float: left;
    padding: 0 8px 8px 0;
    position: relative;
}
.legand h6 {
    font-size: 14px;
    font-weight: 600;
}
.legand .btn {
    border-radius: 50%;
    height: 28px;
    padding: 3px;
    width: 28px;
    margin-right:10px;
	line-height:22px;
}
.legand label {
    font-size: 13px;
    font-weight: normal;
}
.legand .block {
    float: left;
    font-weight: 700;
    width: 130px;
    line-height:40px
}
.p-b-20 {
    border-bottom: 2px solid #4cd9c0;
    border-top: 2px solid #4cd9c0;
    padding: 20px 15px;
}
.bs-example {
    padding: 20px 0;
}
.carousel-indicators{display:none}
#select-btn-1, #select-btn-2,  #select-btn-3,  #select-btn-4,  #select-btn-5{max-height:150px; overflow:auto;}
.qus-panel {
    border-bottom:  1px solid #ccc;
    margin-bottom: 20px;
    min-height: 130px;
    padding-bottom:20px
}
.jq-submit-paper{margin-top:40px}
.m-r-30{margin-right:30px}
.carousel-inner{min-height:61px}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.block .btn.btn-sm.btn-primary:hover {
    background:#504f63 none repeat scroll 0 0;
    cursor:inherit;
}
.block .btn.btn-sm.btn-default:hover {
    background:#fff none repeat scroll 0 0;
    border-color:#ccc;
    cursor:inherit;
}
.block .btn.btn-sm.btn-info:hover {
    background:#5bc0de none repeat scroll 0 0;
    border-color:#46b8da;
    cursor:inherit;
}
.block .btn.btn-sm.btn-success:hover {
    background:#5cb85c none repeat scroll 0 0;
    border-color:#46b8da;
    cursor:inherit;
}
footer .footer-copyright1 {
    background: #fff none repeat scroll 0 0;
    color: #777;
    padding: 10px 0;
    margin-top:0
}
.no-margin{margin:0}
.instruction-heading span.color-red{color:#FF0000;font-size:18px;font-weight:normal}
.instruction-heading{padding-left: 27px;}
.instruction-area{
    margin-top:20px;
}
.instruction-heading span{font-weight:bold;}
.instruction-number{margin-top:15px;}
.defaultlg-area {   padding-left: 20px;}
.defaultlg-area span{color:#FF0000;font-weight: bold;}
.mock-test-heading {
    font-size: 20px;
    font-weight: bold;
    margin: 25px 0 23px;
    text-align: left;
    text-transform: uppercase;
}
.reportTable table thead th:nth-child(1){width:auto;text-align:left}
.reportTable table thead th:nth-child(2){width:12%;text-align:center}
.reportTable table thead th:nth-child(3){width:12%;text-align:center}
.reportTable table thead th:nth-child(4){width:15%;text-align:center}
.reportTable table thead th:nth-child(5){width:12%;text-align:center}
.reportTable table tbody td:nth-child(1){text-align:left;color:#4a4a4a;}
.reportTable table tbody td:nth-child(2){text-align:center}
.reportTable table tbody td:nth-child(3){text-align:center}
.reportTable table tbody td:nth-child(4){text-align:center}
.reportTable table tbody td:nth-child(5){text-align:center}
ul.mock-review li{display:inline-block;margin-right:10px;min-width:117px;}
ul.mock-review li label{font-weight:normal}
.feedback-note{font-size:14px;margin:0}
.review-heading{text-align:right;font-weight:600}
.fa-minus-circle{color:#ccc;font-size:17px;}
.fa-star{color:#ccc;font-size:17px;}
.fa-star.active{color:#d63c24}
.instruction-number ol li{margin-bottom:10px}
.feedback-heading{font-size:16px;font-weight:bold;margin-top:20px}
.fontNormal{font-weight:normal !important}
.margin-top20{margin-top:20px;}
.selectLanguage{margin:30px 0px 0px 0px;text-align:center}
.post-img-area {
    background: #eee none repeat scroll 0 0;
    /*margin-top: 20px;*/
    padding: 10px;
}
.mocktest-loginarea h2{
    border-bottom: 2px solid #1abb9c;
    font-size: 25px;
    line-height: 42px;
}
.red-color{color:#d63c24;padding-right:5px;}
.paper-details{padding:0 15px;}
.m-t-10{margin-top:10px;}
.paper-details p{font-weight:600;margin-bottom:6px;}
.m-b-15{margin-bottom:15px;}
.test-login-form{
    background:#eee;
    padding:20px;
}
.login-note{text-align:center;margin-top:30px}
.share-link-area {
    background: #fff;
    border-bottom: none;
    padding: 0;
    float: none;
    width: 100%;
    display: table;
    border: 1px solid #d7d7d7;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    margin-bottom:20px;
}

.share-link-area ul {
    display: table-cell;
    width: 100%;
    padding: 8px;
}

.share-link-area ul li{display:inline-block;margin-right: 6px;}
.share-txt {
	padding: 5px 15px;
	background: #1abb9c;
	color: #fff;
	font-weight: 400;
	display: table-cell;
	font-size: 14px;
}
.social-btn {
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    display:block;
}
.social-btn-area{margin-left:50px;display:inline-block;}
.social-btn:hover, .social-btn:focus{color:#fff;}
.facebook{background:#39599f}
.facebook:hover{background:#204596}
.twitter {
	background-color: #00ADED;
}
.linkedin {
	background-color: #007AB7;
}
.pinterest {
	background-color: #CB2026;
}
.email {
	background-color: #DD4A38;
}
.twitterBtn{background:#45b0e3;}
.twitterBtn:hover{background:#2b96ca;}
.googleBtn{background:#fa0101;}
.googleBtn:hover{background:#da0505;}
.stumbleuponBtn{background:#eb4924;}
.stumbleuponBtn:hover{background:#d04525;}
.linkedInBtn{background:#65b7d2;}
.linkedInBtn:hover{background:#3b9dbd;}
.pinterestBtn{background:#e00707;}
.pinterestBtn:hover{background:#c70c0c;}
.proHeading{background:#f5f5f5 !important;font-weight:600;font-size: 20px;}
.product-description h5{font-size:20px;color:#ffa100;}
.product-description h6{font-size:16px;color:#ffa100;font-weight:bold;}
.product-description p{font-size:16px;}
.product-description ol li{font-size:15px;line-height: 24px;}
.marginTop30{margin-bottom:30px;}
.borderPanel{border: 1px solid #ddd !important;}
.rating-area{
    
}
.ratingStar-area{font-weight: 600;text-align:center;}
.ratingStar-area i.fa-star{font-size:80px;color:#ffd203;}
.ratingStar-area span{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.prograss-barArea{font-weight:bold;}
.paddingNone{padding:0;}
.rating-area .progress{
    height: 14px;
    margin-bottom: 10px;
    margin-top: 3px;
}
.progress-bar{background-color: #1abb9c ;}
.ratingText{text-align:right;display: block;}
.userReview-area{
	padding:15px 0;
	float:left;
	border-bottom:1px solid #e0e0e0;
	width:100%;
	
}

.userReview-area  .user-img1 span{
	font-size:28px;
	background: #1abb9c none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    height: 70px;
    margin: 8px;
    padding: 14px 3px 7px 5px;
    width: 70px;
	display:inline-block;
}

.userReview-area .user-name{
	text-transform:capitalize;
}

.user-img1 img{
    text-align:center;
    border-radius: 50%;
    padding: 0;
    width: 75px;
	display:inline-block;
	
}
.colorGray{color:#797979}
.login-note{color:#0099ff;margin-bottom: 30px;}
.user-review{font-size:20px;font-weight:600;}
/*#signUp, #enterOpt{
        padding:0 120px 20px;
}
.sign-InArea{
        padding:0 120px 20px;
}
 #newUserSignIn{
        padding:0 78px 20px;
} */
.sign-InArea{
    padding:0 120px 20px;
}
.sign-upArea{
    padding:0 120px 20px;
}
.checkAvailability{
    position:absolute;
    top: 111px;
    right: 0px;
}
.mobileMarginBottom25{
    border-right:1px solid #ddd;
}
.userName{
    position:relative;
}
i.fa-mobile{
    font-size: 20px;
    padding-right: 7px;
}
.adminpostArea{
    margin-top:30px;
}
.userReg p{
    margin-bottom:5px;
    font-weight:bold;
    color:#555555;
}
.adminpostArea .panel{
    border:1px solid #ddd;
}
.adminpostArea .panel .panel-heading{
    background: #f6f6f6;
}
.fq-logo{
    border-radius: 50%;
    background: #fff;
    padding: 3px;
    float: left;
    margin-top: -4px;
    margin-right: 15px;
}

.apcob-logo{
    float:left;
    margin-right:20px;
    margin-bottom: 15px;
}
/*.test-details a{
    font-size:16px;
}*/
.rightDetails{
    margin-left: 115px;
}
.rightDetails i{
    color:#333333;
}
.endDate{
    color:red;
}
.marginTop10{
    margin-top:10px;
}
.likeComment{    
    padding: 7px 0 10px 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.commentArea{
    padding: 7px 0 10px 15px;
    border-bottom: 1px solid #ddd;
    background:#eee;
    text-align:center;
}
.commentCount{padding-left:15px;}
.comment-text{
    margin-left: 36px;
}
.commentTextArea{
    margin-top:15px;
}
.fq-logo1{
    margin-top:6px;
}
.btn-sm1 {
    padding:3px 12px;
}

.adminpostArea .panel-default{
    margin-bottom:20px;
}
.examSubject span{
    padding: 3px 12px;
    border: 1px solid #888888;
    border-radius: 10px;
    color: #888888;
}
.examSubject{
    padding: 20px 0 25px;
}
.mockTest-heading{
    border-bottom: 2px solid #1abb9c;
    font-size: 22px;
    line-height: 42px;
    margin-top:0;
}
.satrTest{
    margin:0;
    display:block;
    width:100%;
    margin-top:20px;
}
.satrTest:hover{
    background:#19b395;
}
.alert-heading{
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}
.trendingDiscussion ul{
    width: 95%;
}
.trendingDiscussion ul li{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;

}
.paddingRight{
    padding: 15px 8px 15px 15px !important;
}
.marginRight50{
    margin-right: 42px;
}
.departmentLocation .fa.fa-map-marker {
    width: 13px;
}
.startEnddate  i.fa.fa-calendar{
    width:16px;
}
.adminpostArea.margin0{
    margin-top: 0;
}
.adminRightArea{
    margin-top: 30px;
}
.main-sidebar, .left-side {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 0px;
    /*min-height: 100%;*/
    width: 240px;
    z-index: 810;
 
    background: #01466f;
    margin-top: 50px;
    height:100%;
}   
.content-wrapper.right-side{
    margin-left: 240px;
    z-index: 820;
    background: #fff;
    /* padding: 0 15px;*/
}
.mainHeader {
    position: relative;
    z-index: 1030;
    background: #fff;
}
.wrapper{
    background-color: #4267b2;
}
.sidebar-menu > li.header {
    color: #4b646f;
    background: #1a2226;
}
.sidebar-menu > li > a {
    padding: 12px 10px 12px 15px;
    display: block;
    color:#fff;
}
.user-panel > .image > img {
    width: 100%;
    max-width: 60px;
    height: auto;
}
.user-panel {
    position: relative;
    width: 100%;
    padding: 30px 15px 50px 15px;
    overflow: hidden;
	background:#003554;
}
.user-panel > .info {
    padding: 5px 5px 5px 5px;
    line-height: 1;
    position: absolute;
    left: 55px;
    color:#fff;
}
.sub-menu li > a {
    padding: 12px 10px 12px 30px;
    display: block;
    color:#fff;
}
.sub-menu{
    background: #119B7F;
    display: none;   
}
.sub-menu.open{
    display: block !important;
}

#left-nav li a.active, #left-nav li a:focus{background: #1abb9c;}




.sidebar-menu li a.active > .fa-angle-right{
    -webkit-transform: rotate(90deg) !important; 
    -ms-transform: rotate(90deg) !important;   
    -o-transform: rotate(90deg) !important; 
    transform: rotate(90deg) !important;
    margin-top: 8px;
}
.peopleMayKnow table tbody tr td p span{
    color:#1ABB9C;
}
.peopleMayKnow table tbody tr td span.name{
    font-weight: 600;
}
.peopleMayKnow table tbody tr td{
    border-top:0;
    border-bottom: 1px solid #ddd;
}
.sidebar-menu li a i{
    width:20px;
}
.marginTop0{
    margin-top: 0;
}
.fa.fa-angle-right.pull-right{
    margin-top: 4px;
    width: 0px;
    padding-right: 8px;
}

.error{ color:red;}
.body-content{ min-height: 538px;}
.success-msg{ color:#095909;}
.error-msg{ color:red;}



.score_icon {
	display:block; text-align:center; margin-bottom:16px; margin-top:-30px;
}

.score_icon p{
    font-size:18px;
    padding: 5px;
}
.scoredetai_bg .col-sm-3 {width:20%}
.scoredetaitxt{width: 150px;
background: #1b597e;
border-radius: 50%;
height: 150px;
text-align: center;
margin: 0 auto; padding: 34% 0;}
.scoredetaitxt span {font-size:19px; text-align:center; margin:0 auto; display:block; color:#fff;} 
.scoredetaitxt span hr {
	margin: 0px auto;
	border-color: #fff;
	/* text-align: center; */
	display: block;
	width: 73%;
}
.scroremerrit {
    margin: 30px 0;
    border-top: 1px solid #ccc;
    padding-top: 30px;
}

.result tr th {text-align:center; background:#1abb9c; width:20%; color:#fff}
.scorehead {
	font-size: 23px;
	text-align: center;
	padding-bottom: 5px;
}
.reportTable table thead th {vertical-align:middle}
.scoredtailt {
    margin-top: 30px;
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
}
.questionreport {
    margin-top: 20px;
}
.scorecompare {
    border: 1px solid #ccc;
    padding: 10px;
	position:relative;
    text-align: center;  margin-bottom: 10px;
	
}

.scorreciocn {padding-right:10px;}
.scorecompare h4 {
    background: #1abb9c;
    color: #fff;
    height: 40px;
    left: 0;
    line-height: 40px;
    margin-top: 0;
    padding-left: 15px;
    position: absolute;
    text-align: left;
    top: 0;
    width: 100%;
}
.scorecompare > ul {
    margin-top: 35px;
}
.scorecompare ul li {
    border-top: 1px solid #ccc;
    padding: 10px 0px;
    text-align: left;
    font-size: 15px;
	display:block
}
.scorecompare ul li:first-child {
	border-top: 0px solid #ccc;
}
.scorecompare ul li  span{text-align:right; float:right; color:#1abb9c;}
.progress-bar-success {
    background-color: #5cb85c !important; 
}


.progress-bar-warning {
    background-color: #f0ad4e !important;
}
.progress-bar-danger {
    background-color: #d9534f !important;
}
.questionreport .section-group {margin-right:12px;} 

.language_section {padding:10px 0px; display:inline-block; width:100%}
.language_section ul {float:right;}
.language_section ul li {display:inline-block;}
.language_section ul li a {border:1px solid #1abb9c; padding:10px; margin-left:10px; color:#1abb9c;}
.language_section ul li a:hover{
	background:#1ABB9C; color:#fff;}
.language_section span{font-size:18px;}
.panel-heading.reportsc {padding:10px 0px;}
.right_section {display:inline-block; padding-top:50px; width:100%;}
.rankCol{
	display:inline-block;margin-right:15px;
}
.toperName{
	text-transform:uppercase;
	color:#2F7DAA;
}
 .followToper {
     background-color: #1B597E;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    margin-top: 10px;
    min-width: 10px;
    padding: 5px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	cursor:pointer;
}

.profileToggle {
    color: #fff;
    display: block;
}

.profileToggle:hover,
.profileToggle:focus{
	color:#fff;
}

.welcomeImg {
	background: #fff;
	width: 28px;
	height: 28px;
	font-weight: bold;
	font-size: 16px;
	border-radius: 50%;
	color: #1abb9c;
	display: inline-block;
	text-align: center;
	line-height: 28px;
}

.welcomeImg img{
	border-radius:50%;
	display:inline-block;
	width:30px;
	height:30px;
}

.exam-list {
	margin-top: 30px;
}

.course-box {
    background-color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	margin-bottom: 28px;
	border-radius: 2px;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.course-box:hover {
	box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.course-img {
	position: relative;
	width: 100%;
	height: 120px;
	overflow: hidden;
	/* border-bottom: 1px solid #ccc; */
}

.course-img > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100px;
	max-height: 100px;
}

.course-box .caption {
	padding: 5px 10px;
	color: #000;
}

.course-box .caption p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
    margin:0;
}


.mocktest-box {
	margin-bottom: 20px;
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.25);
	padding: 0;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.mocktest-box img {
	width: 100%;
}

.education-exam1 img{
    padding-top:0;
}

.mocktest-box h5 {
	margin: 10px 0;
	font-size: 16px;
	font-weight: 700;
	color: #1abb9c;
	padding: 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.mockTstList {
	padding: 0 10px;
	display: table;
}

.mockTstList > li {
	list-style: none;
	display: table-row;
	float: none;
	padding: 0 !important;
	color: #3c3c3c;
	font-size: 13px;
}

.mockTstList > li + li {
	margin-top: 2px;
}

.mockTstList > li .label {
	display: table-cell;
	padding: 1px 0;
	font-size: inherit;
	color: #000;
	text-align: left;
	margin: 0;
	font-weight: 400;
}

.mockTstList > li .value {
	display: table-cell;
	width: 100%;
	padding: 1px 0 1px 5px;
	color: #414141;
}

.box-btn {
	padding: 10px;
}

.test-status {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding: 2px 5px;
	background-color: #d9534f;
	color: #fff;
	font-size: 10px;
	border-radius: 0;
}

.btn-success {
	background-color: #1abb9c;
	border-color: #1abb9c;
	color: #fff;
}


/*Developer Css*/

.mock-single-paper span{padding-left:5px;}
.mockTstList span{padding-left:5px;}
.education-exam1 h5{ text-align:center;}
/*.mocktest-list:hover{ border:2px solid #1ABB9C;}*/

.submenu-level-2 { left:30px!important;}


.panel-green .panel-heading {
	background-color: #1abb9c;
	color: #fff;
	border-radius: 0;
	border-bottom: none;
	padding: 0 15px;
}

.panel-green .panel-title{
	margin:10px 0;
}

.panel-heading .btn {
	padding: 2px 5px;
	line-height: normal;
	font-size: 12px;
    vertical-align:top;
}

.panel {
	border-radius: 0;
	border: 1px solid #d7d7d7;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.reduce-padding {
	margin-left: -7px;
	margin-right: -7px;
}

.reduce-padding > div {
	padding: 0 8px;
}

.left-section {
	padding-top: 15px;
}





/* ######################################## */

.panel-post .panel-heading {
    background-color: transparent;
    padding: 5px 10px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 12px;
    color: #848484;
    display: table;
    width: 100%;
}

.panel-post .fq-logo {
	width: 24px;
	height: 24px;
	display: inline-block;
	margin: 0 8px 0 0;
	float: none;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	padding: 0;
    background-color: #1abb9c;
    color:#fff;
}

.panel-post .panel-heading b {
	font-weight: 400;
	color: #000;
}

.panel.panel-post .panel-heading b {
	font-weight: 400;
	color: #000;
}

.media.post-block {
	margin-bottom: 0;
}

.post-block .media-left img {
	float: none;
	margin: 0;
	max-width: 140px;
}

.post-block .media-heading {
	margin-bottom: 10px;
    font-size:18px;
}

.post-block .media-heading a {
	color: #d63c24;
    font-size: 20px;
    line-height: normal;
}

.post-body p {
	margin: 0;
}

.post-detail-row {
	font-size: 12px;
	color: #848484;
	margin-top: 10px;
}

.post-detail-row::after {
	clear: both;
	content: "";
	display: table;
}

.post-detail-row .col-left {
	float: left;
}

.post-detail-row .col-right {
	float: right;
	min-width: 180px;
}

.post-body .mock-btn {
	margin: 12px 0 5px 0;
	padding: 1px 10px;
	font-size: 12px;
}

.likeComment {
	font-size: 12px;
	padding: 10px 0 10px 15px;
	border-top-color: #efefef;
	border-bottom-color: transparent;
}

.commentCount {
	padding-left: 15px;
    cursor:pointer;
}

.commentTextArea {
	margin-top: 0;
	padding: 15px 15px 15px 15px;
}

.comment-text {
	margin-left: 36px;
}

.commentTextArea .form-control {
	border: 1px solid #ccc;
	padding: 5px 10px;
    border-radius:0;
    box-shadow: none;
}

.post-desc {
	padding: 15px 0;
	border-top: 1px solid #d7d7d7;
	margin-top: 20px;
}

.similar-post .post-block .media-left img{
    max-width:80px;
}

.similar-post .media.post-block {
	border: 1px solid #d7d7d7;
	padding: 5px;
	min-height: 115px;
	margin-bottom: 20px;
}

.similar-post .post-block .media-heading {
	margin-bottom: 10px;
	line-height: normal;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
}

.similar-post .post-block .media-heading a {
	font-size: inherit;
}

.side-img {
	margin-bottom: 20px;
}

.post-latest {
	margin-top: 0;
	padding: 7px 0;
}

.post-latest + .post-latest {
	border-top: 1px solid #d7d7d7;
}

.post-latest .media-left img {
	max-width: 70px;
}

.post-latest .media-heading {
	font-size: 14px;
	line-height: normal;
	margin-bottom: 0;
}

.post-latest .media-heading a {
	font-size: inherit;
}

.post-latest .post-detail-row {
	margin-top: 5px;
	margin-left: 1px;
}

.side-box {
	border: 1px solid #d7d7d7;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,0.1);
}

.side-box + .side-box{
    margin-top:30px;
}

.side-header {
	padding: 0 0 10px 0;
    text-align:center;
}

.side-header h4 {
	margin: 0;
	padding: 5px 0;
	font-size: 22px;
	color: #1abb9c;
}

.side-features {
	font-size: 1em;
	padding: 0;
	margin: 0;
}

.side-features > li {
	list-style: none;
	display: block;
	padding: 3px 0px;
}

.side-content {
	display: table;
	width: 100%;
}

.side-body {
	display: table-cell;
    vertical-align: middle;
}

.side-icon {
	display: table-cell;
    width:80px;
    vertical-align: middle;
}

.side-icon img{
    max-width:100%;
}

.side-footer{
    margin-top:15px;
}

.side-footer .btn{
    font-size:16px;
    border-radius: 2px;
    padding:5px 15px;
}

.side-features > li .fa {
	color: #239b83;
}

.btn-success:hover{
    background:#15ae90;
    border-color:#15ae90;
}

.search-area .btn i{
    position:static;
    top:auto;
    right:auto;
}

.search-area .input-group{
    border:1px solid #d7d7d7;
    border-radius:2px;
}

.search-area .input-group .form-control{
    border:none;
    border-radius: 0;   
    box-shadow: none;
}

.post-footer .likeComment {
	padding: 10px 0;
	font-size: 14px;
}

.post-footer .commentTextArea {
	padding: 10px 0 0 0;
}

.post-footer .commentTextArea .btn{
    border-radius:0;
}

.post-footer .commentTextArea .fq-logo {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background-color: #1abb9c;
	text-align: center;
	padding: 0;
	line-height: 34px;
	margin: 0;
	color: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

.comment-main-level {
	display: table;
}

.comments-list::before {
	content: '';
	width: 2px;
	height: 100%;
	background: #c7cacb;
	position: absolute;
	left: 16px;
	top: 0;
}

.comments-list::after {
	content: '';
	position: absolute;
	background: #c7cacb;
	bottom: 0;
	left: 10px;
	width: 13px;
	height: 13px;
	border: 3px solid #dee1e3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.comments-list {
	margin-top: 30px;
	position: relative;
}

.comments-container .comments-list {
	padding: 0;
	margin: 15px 0 0 0;
	width: 100%;
}

.comments-list .comment-avatar {
	width: auto;
	height: auto;
	border-radius: 0;
	border: none;
	display: table-cell;
	padding-right: 15px;
	vertical-align: top;
	float: none;
	box-shadow: none;
    position:relative;
    z-index:99;
}

.comments-list .comment-box {
	float: none;
	display: table-cell;
	width: 100%;
	vertical-align: top;
    position:relative;
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}

.comment-main-level::after {
	content: '';
	display: block;
	clear: both;
}

.comment-avatar span {
	width: 34px;
	height: 34px;
	line-height: 30px;
	font-size: 20px;
	text-align: center;
	line-height: 32px;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
    background-color: #1abb9c;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
}

.comments-list .comment-box::before, .comments-list .comment-box::after {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	display: block;
	border-width: 10px 12px 10px 0;
	border-style: solid;
	border-color: transparent #FCFCFC;
	top: 8px;
	left: -11px;
}

.comments-list .comment-box::before {
	border-width: 11px 13px 11px 0;
	border-color: transparent rgba(0,0,0,0.05);
	left: -12px;
}

.comment-box .comment-head {
	background: #FCFCFC;
	padding: 7px 12px;
	border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #e5e5e5;
	overflow: hidden;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.comment-box .comment-name {
	color: #283035;
	font-size: 14px;
	font-weight: 400;
	float: left;
	margin: 0 5px 0 0;
}

.comment-box .comment-head span {
	float: left;
	color: #999;
	font-size: 12px;
	position: relative;
	top: 0;
}

.comment-box .comment-head .input-group-btn{
    float:none;
}

.comment-box .form-control{
    border-radius:0;
    box-shadow: none;
}

.comment-box .comment-head i {
	float: right;
	margin-left: 14px;
	position: relative;
	top: 2px;
	color: #A6A6A6;
	cursor: pointer;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.comment-box .comment-head .btn i {
	float: none;
	margin-left: 0;
	position: relative;
	top: auto;
	color: inherit;
	cursor: pointer;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.comment-box .comment-content {
	background: #FFF;
	padding: 10px;
	font-size: 12px;
	color: #595959;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.reply-content a {
	color: #595959;
	font-size: 12px;
	padding: 0 5px;
    display: inline-block;
    margin-bottom: 5px;
}

.reply-list {
	padding-left: 88px;
	clear: both;
	margin-top: 15px;
}

.comments-list.reply-list {
	padding-left: 50px;
}

.comments-list li {
	margin-bottom: 15px;
	display: block;
	position: relative;
}

.reply-list li::before {
	content: '';
	width: 40px;
	height: 2px;
	background: #c7cacb;
	position: absolute;
	top: 16px;
	left: -34px;
}

.comments-list.reply-list::after{
    display: none;
}

.comments-container {
	padding: 15px;
	/* margin: 0 -15px; */
	background-color: #f8f8f8;
}

.comments-container h3 {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
}

.review-box .user-img1 {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background-color: #1abb9c;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 34px;
	box-shadow: 0 0px 2px rgba(0, 0, 0, 0.15);
	margin: 2px;
	color: #fff;
}

.review-box {
	border: 1px solid #eee;
	padding: 10px;
}   

.review-header > div {
	float: left;
}

.user-name {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 16px;
	margin-right: 10px;
	line-height: normal;
}

.review-header .rateit {
	margin-top: 2px;
    line-height: normal;
}

.review-header > .p-level {
	float: right;
	font-size: 12px;
	margin-top: 2px;
}

.review-header::after {
	clear: both;
	content: "";
	display: table;
}

.comment-detail {
	font-size: 16px;
	margin-top: 5px;
	color: #7b7b7b;
}

.review-header .rateit .rateit-range{
    display: block;
}

.view-more-btn {
	text-align: center;
	margin-top: 15px;
}

.view-more-btn .btn {
	font-size: 14px;
	padding: 5px 12px;
}

.editor{
    line-height: 1.75em;
}

.editor h2{
    font-size:20px  !important;
}
.editor h3{
    font-size:18px  !important;
}
.editor h4{
    font-size:14px  !important;
}
.editor h5{
    font-size:12px  !important;
}
.editor h6{
    font-size:10px  !important;
}



.dropdown-header {
    display: table;
    min-width: 240px;
    padding: 15px;
    width: 100%;
}
.profile-img {
    display: table-cell;
    padding-right: 15px;
    width: 75px;
}
.profile-img img {
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    max-width: 100%;
}
.profile-info {
    display: table-cell;
    vertical-align: middle;
}
.profile-info p {
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
}
.profile-info a {
    color: #1abb9c;
}
.login-dropdown .dropdown-menu {
    border-radius: 0;
    margin: 0;
    padding: 0;
    top: calc(100% + 10px);
}
.login-dropdown .dropdown-menu::before {
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    bottom: 100%;
    content: "";
    display: block;
    position: absolute;
    right: 20px;
}
.dropdown-menu .menu-header {
    background-color: #1abb9c;
    border-top: 1px solid #d1d1d1;
    color: #fff;
    padding: 2px 15px;
    text-transform: uppercase;
}
.menu-list {
    display: block;
    float: none;
    margin: 0;
    padding: 0 0 0 25px;
}
.menu-list > li {
    display: block;
    float: none;
    list-style: outside none none;
    padding: 5px 0;
}
.menu-list > li a {
    color: #000;
}
.menu-list > li a:hover {
    color: #1abb9c;
}



/* Quiz StyleSheet */

.quiz-header {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.quiz-header h3 {
	float: left;
	color: #1abb9c;
	margin: 3px 0 0 0;
	font-size: 20px;
	font-weight: 700;
}

.language-section {
	float: right;
}

.language-section .form-control {
	display: inline-block;
	padding: 2px 5px;
	height: auto;
	font-size: 12px;
	border-radius: 0;
	box-shadow: none;
	width: auto;
	min-width: 0;
}

.language-section option {
	padding: 0;
	font-size: inherit;
}

.quiz-ques h4 {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 10px 0;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.57em;
}

.answers {
	margin-top: 5px;
	font-size: 14px;
}

.answers li {
	position: relative;
	padding: 4px 10px 4px 35px;
	border: 1px solid #c9c9c9;
	background-color: #fafafa;
	cursor:pointer;
}

.answers li:hover{
	background-color:#efefef;
}

.answers li label{
    font-weight: 400;
    margin:0;
	cursor:pointer;
}

#quiz-result-html .owl-item + .owl-item {
	margin-top: 20px;
}
.st-inline-share-buttons {
	padding: 5px;
}

.answers li label input{
	display:none;
}

.answers li + li{
    margin-top:5px;
}

.answers li::before {
	content: attr(data-list) ".";
	display: block;
	position: absolute;
	left: 0;
	top: 0px;
	bottom: 0;
	width: 26px;
	background-color: #e7e7e7;
	text-align: center;
	line-height: 30px;
	font-weight: 400;
	text-transform: uppercase;
}

.answers li label span::before {
	position: absolute;
	width: 14px;
	height: 14px;
	content: "";
	font-family: FontAwesome;
	display: none;
	border-radius: 50%;
	border: 1px solid #999;
	left: 33px;
	top: 7px;
	font-size: 8px;
	text-align: center;
	line-height: 13px;
	vertical-align: middle;
	background:#ffffff;
}

.answers li label input:checked + span::before{
	content:"\f111";
	color:#1ABB9C;
	/*border-color:#1ABB9C;*/
}

.answers li.success {
    background-color: #43b37b;
    color: #ffffff;
    border-color: #43b37b;
}

.answers li.success::before {
	background: #1eab74;
	content: "\f00c ";
	font-family: FontAwesome;
}

.answers li.success label span::before{
	color:#1abb9c;
	border-color:#ffffff;
}

.answers li.wrong {
    background: #ce6151;
    border-color: #ce6151;
    color: #ffffff;
}

.answers li.wrong label+ span::before{
	color:#c53924;
	border-color:#ffffff;
}

.answers li.wrong::before {
	background-color: #ca4d3a;
	content: "\f00d ";
	font-family: FontAwesome;
}

.questions .answers li {
	padding-left: 40px;
}

.attempts-count {
	float: right;
	color: #fff;
	padding: 2px 5px;
	background: #d63c24;
	border-radius: 2px;
	margin-right: 15px;
}

.quiz-footer {
	margin-top: 15px;
}

.quiz-footer .btn-back{
    float:left;
}

.quiz-footer .btn-next{
    float:right;
}


.sharing-list {
	padding: 0;
	margin: 0;
}

.sharing-list > li {
	list-style: none;
	display: inline-block;
}

.sharing-list > li > a {
	width: 32px;
	height: 32px;
	/* background-color: #1abb9c; */
	display: block;
	color: #fff;
	text-align: center;
	line-height: 32px;
}

.bg-facebook {
	background-color: #296fd8;
}

.bg-twitter {
	background-color: #2dd6ea;
}

.bg-google {
	background: #f54b1d;
}

.bg-linkedin {
	background-color: #1a7ba1;
}

.quiz-result .panel-green .panel-heading {
	background-color: #1abb9c;
	padding: 10px 15px;
}

.quiz-result .panel-green .panel-title {
	margin: 0;
	color: #fff;
	font-size: 14px;
}

.quiz-result .table-bordered {
	border: none;
}

.quiz-result .table-bordered tr td {
	border: none;
	padding: 5px;
	vertical-align: middle;
}

.attempt-list {
	padding: 0;
	margin: 0;
}

.attempt-list > li {
	list-style: none;
	display: block;
	position:relative;
}

.attempt-list > li + li {
	margin-top: 15px;
}

.attempt-list .user-img {
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
	background-color: #1abb9c;
	text-align: center;
	position: relative;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}

.attempt-list .user-detail {
	display: inline-block;
	padding-left: 10px;
	vertical-align: middle;
}

.attempt-list .user-img span {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	line-height: 40px;
	font-size: 18px;
	font-weight: 700;
}

.attempt-list .user-img img{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.attempt-list .user-detail h4 {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
}

.attempt-list .user-detail span {
	font-size: 12px;
	color: #838383;
}

.user-score {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #d63c24;
	color: #fff;
	text-align: center;
	padding: 0 5px;
	border-radius: 2px;
}

.user-score span {
	font-size: 10px;
	display: block;
}

.user-score p {
	display: block;
	margin: 0 0 5px 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 20px;
}

.quiz-result .result-heading {
	margin: 0 0 5px 0;
	font-size: 18px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: 700;
	color: #d63c24;
}

.quiz-result .table {
	margin-bottom: 14px;
}

.quiz-result .btn-green{
	background-color:#1abb9c;
	border-color:#fff;
	color:#fff;
}

.r-marks {
	font-size: 30px;
	text-align: center;
	margin: 5px 0 20px 0;			
}

.r-score {
	margin: 0;
	font-size: 18px;
}

.r-score .fa{
    color:rgb(31, 31, 31);
}

.quiz-result .share-link-area{
    margin-bottom:0;
}

#quiz-result-qus .language-section {
	margin-top: 6px;
}

.view-result-btn{
	margin-top:5px;
	text-align:center;
}

.view-result-btn .btn {
	padding: 3px 13px;
}

/* Quiz StyleSheet End */

.post-bottom {
	margin-top: 10px;
}

.post-bottom .syllabus span {
	display: inline-block;
	padding: 1px 8px;
	border: 1px solid #9e9e9e;
	border-radius: 10px;
	font-size: 12px;
}

.n-source {
    float: left;
    padding:5px 0;
}

.n-type {
    float: right;
    padding:5px 0;
}

.news-source label {
	font-weight: 700;
	margin: 0;
}

.search-area {
	margin-bottom: 5px;
	margin: -15px -15px 0 -15px;
	padding: 10px;
	background: #efefef;
}

.right-listing .checkbox {
	margin: 0;
	padding: 5px 0px;
}

.right-listing .checkbox + .checkbox {
	border-top: 1px solid #ececec;
}

.right-listing .checkbox a{
    color:#000;
}

.right-listing .checkbox i {
	font-size: 12px;
	vertical-align: middle;
}	

.search-area .btn {
	background-color: #f0f0f0;
	color: #656565;
}

.search-area {
	margin-bottom: 5px;
	margin: -10px -15px 0 -15px;
	padding: 10px;
	background: #efefef;
	border-bottom: 1px solid #e7e7e7;
}

.exam-box .ck-box .search-area {
    margin-top: 0;
}

.exam-box .search-area i{
    margin-right:0;
    font-size:14px;
}

.exam-box .search-area{
    margin-bottom:10px;
}

#mocktest-merit-list .user-img {
	width: 34px;
	height: 34px;
	float: none;
	display: inline-block;
	margin-right: 5px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #e4e4e4;
	position: relative;
	vertical-align: middle;
}

#mocktest-merit-list .user-img span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #1abb9c;
	color: #fff;
	text-align: center;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: 600;
    font-size: 15px;
    border-radius: 50%;
}

#mocktest-merit-list .user-img img {
	max-width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-height: 100%;
	margin: auto;
}

#mocktest-merit-list .user-img + a{
    color:#000;
}

.panel-heading .heading-left {
	float: left;
}

.panel-heading .heading-right {
	float: right;
}

.countdown {
	font-size: 17px;
	color: #c63b25;
	width: 70px;
}

.ques-count {
	font-size: 18px;
	line-height: normal;
	font-weight: 700;
	color: #1abb9c;
	margin-right: 5px;
}

.language-section .select{
	display:inline-block;
	vertical-align:top;
}

.quiz-footer .progress {
	margin-bottom: 15px;
	border-radius: 2px;
}

.post-info {
	font-size: 16px;
}

.table-helper {
	display: table;
	border-collapse: collapse;
}

.table-row {
	display: table-row;
}

.table-col {
	display: table-cell;
	padding: 3px;
}

.post-bottom-info {
	border-top: 1px solid #e2e2e2;
}

.btn-apply {
	margin-top: 10px;
}

.btn-apply .btn {
	font-size: 14px;
	padding: 5px 15px;
}

.section {
	border: 1px solid #e3e3e3;
	position: relative;
	margin-top: 25px;
}

.job.section{
    margin-top:0;
    border:none;
}

.education-exam.section {
	margin-top: 0;
	margin-bottom: 15px;
}

.section-heading {
	position: absolute;
	top: -16px;
	left: 10px;
	/* transform: translateX(-50%); */
	/* -webkit-transform: translateX(-50%); */
	/* -moz-transform: translateX(-50%); */
	background-color: #d63c24;
	color: #fff;
	padding: 5px 15px;
	box-shadow: 0 0 4px rgba(0,0,0,0.4);
}

.sect-content {
	padding: 25px 10px 10px 10px;
}

.imp-links{
    font-size:16px;
    width:100%;
}

.imp-links .table-cell {
	padding: 5px;
	position: relative;
	display: table-cell;
	width: 50%;
}

/* .imp-links .table-cell::before{
    font-family:"FontAwesome";
    content:"\f054";
    position: absolute;
    top:5px;
    left:0;
} */

.imp-links a {
	/* color: #249370; */
	font-weight: 700;
	/* text-decoration: underline; */
}

#imp_links {
	margin-top: 15px;
}

.current-affairs .media-left {
	display: inline;
	float: left;
}

.current-affairs .media-body {
	display: inline;
	text-align: justify;
}

/* Account modal stylesheet */

.modal-custom .modal-dialog {
	width: 360px;
}

.modal-custom .modal-header {
	background-color: #1ABB9C;
	padding: 9px 15px;
}

.modal-custom .modal-header .modal-title {
	margin: 0;
	float: left;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
}


.modal-custom .modal-content {
	border-radius: 0;
}

.modal-custom .close {
	width: 22px;
	height: 22px;
	margin: 0;
	display: block;
	position: relative;
    opacity: 1;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    transform:rotate(45deg);
}

.modal-custom .close::before {
	position: absolute;
    top:0;
    left:50%;
    bottom:0;
    width: 2px;
    background-color:#fff;
    display: block;
    content:"";
    margin-left:-1px;
}

.modal-custom .close::after {
	position: absolute;
    top:50%;
    left:0;
    right:0;
    height: 2px;
    background-color:#fff;
    display: block;
    content:"";
    margin-top:-1px;
}

#btn-forgot {
	position: absolute;
	right: 0;
	top: 9px;
	font-size: 12px;
}

.modal-custom .btn {
	font-size: 14px;
	text-transform: uppercase;
    padding: 6px 15px;
    border-radius: 2px;
}

.mdl-divider {
    text-align:center;
	position: relative;
}

.mdl-divider::before {
	top: 50%;
	height: 1px;
	background-color: #939393;
	content: "";
	display: block;
	left: 0;
	position: absolute;
    right: 0;
}

.mdl-divider span {
	background-color: #fff;
    position: relative;
    padding:0 5px;
    text-transform: uppercase;
}

.fb-btn {
	text-align: center;
    padding: 15px 0;
}

.fb-btn a {
    border: 1px solid #3B5998;
    color:#3B5998;
	display: inline-block;
	padding: 5px 15px;
	text-transform: uppercase;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.fb-btn a:hover{
    background-color:#3B5998;
    color:#fff;
    border-color:#3B5998;
}

.modal-custom .modal-footer {
	background-color: #f2f2f2;
	padding: 10px;
	border-top: 1px solid #e3e3e3;
}

.modal-custom .modal-footer p {
	margin: 0;
}

.modal-custom .modal-footer a {
	color: #ffffff;
	font-size: 12px;
	background: #B91E06;
	padding: 2px 5px;
	border-radius: 2px;
}

.modal-subheading{
    font-size:12px;
}

.mm-slideout{
	z-index:auto;
}

.form-group {
	position:relative;
}

.modal-custom .form-control {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-bottom: 1px solid #808080;
	padding: 0;
	float: none;
	font-size: 14px;
	height: 34px;
	color: #2a2a2a;
}

.modal-backdrop {
	background-color: #000;
}

.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.blur{
    filter:blur(4px);
    -webkit-transition:filter 0.1s ease;
    -moz-transition:filter 0.1s ease;
    transition:filter 0.1s ease;
}

.list-date {
	font-size: 16px;
	margin: 0 auto;
	margin-bottom: 15px;
	padding: 5px 15px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}

.list-date::before {
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	content: "";
	display: block;
	background-color: rgba(0,0,0,0.2);
	top: 50%;
}

.list-date span {
	background-color: #f2f2f2;
	position: relative;
	padding: 0 15px;
}

.panel-btns {
	background-color: #fff;
	padding: 10px 10px;
	text-align: center;
	border: 1px solid #d7d7d7;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	margin-bottom: 20px;
}

.panel-btns .btn {
	/* border-radius: 30px; */
	box-shadow: 0 3px 4px rgba(0,0,0,0.2);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 7px 30px;
}

.panel-btns .btn + .btn{
	margin-left:15px;
}

.btns-multiple::after{
	content:"";
	clear:both;
	display:table;
}

.btns-multiple .btn:first-child{
	float:left;
}
.btns-multiple .btn:last-child{
	float:right;
}

.bullet-list {
	padding: 0;
	margin: 0;
}

.bullet-list > li {
	list-style: none;
	display: block;
	padding: 3px 5px 3px 15px;
	position: relative;
}

.bullet-list > li::before {
	font-family: "FontAwesome";
	font-size: 18px;
	content: "\f105";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.bullet-list > li > a {
	color: #333333;
}

.bullet-list > li > span {
	color: #777;
	font-size: 12px;
}

.job-panel-heading {
	margin: 7px 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	float: left;
}

.panel-right-btns {
	float: right;
}

.panel-right-btns .btn-link {
	border-color: #1abb9c;
	padding: 2px 10px;
	border-radius: 4px;
	color: #1abb9c;
}

.panel-right-btns .btn-link:hover{
	background-color: #1abb9c;
	color:#fff;
	text-decoration:none;
}

.job-panel-header {
	border-bottom: 1px solid #d4d4d4;
}

.job-panel {
	margin: 20px 0;
}

.job-panel-content {
	padding: 15px 0;
}

.panel-bg {
	background-color: #fff;
}

.panel-bg + .panel-bg{
	border-top:#f0f0f0 1px solid; 
}

.panel-bg.inverse {
	background-color: #fafafa;
}

.mocktest-thumb {
	width: 50px;
	height: 50px;
	position: relative;
}

.mocktest-thumb img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 90%;
	max-height: 90%;
}

.mocktest-list .media > div {
	vertical-align: middle;
}

.mocktest-list .media{
	margin-bottom:20px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.mocktest-list .media:hover {
	box-shadow: 0 0px 8px rgba(0,0,0,0.2);
	background-color: #ffffff;
}

.mocktest-list .media-heading{
	font-size:14px;
}

.mocktest-list .media-heading a {
	color: #000102;
}

.mocktest-list .media-heading span {
	color: #847d7d;
}



.education-exam .mocktest-thumb img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 80%;
	max-height: 80%;
}

.education-exam .mocktest-list {
	padding:15px;
	margin:0;
	background-color:#fff;
}

.education-exam .mocktest-list .media {
	border: #f2f2f2 1px solid;
	text-align: left;
}



.panel.panel-transparent {
	background-color: transparent;
	box-shadow: none;
	border: none;
	margin-bottom: 10px;
}

.panel.panel-transparent .panel-heading {
	border: 1px solid #d7d7d7;
	box-shadow: 0 0 4px rgba(0,0,0,0.1);
	border-radius: 0;
}

.panel-transparent .job-list-home {
	padding: 0;
}

.panel-transparent .job-list-home .media {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #d7d7d7;
	box-shadow: 0 0 4px rgba(0,0,0,0.1);
	position:relative;
}

.panel-transparent .job-list-home .media-left img {
	width: 60px;
	max-width: none;
}

.panel-transparent .job-list-home .media-heading {
	font-size: 16px;
	font-family: "Roboto",sans-serif;
	font-weight: 600;
}

.panel-transparent .job-list-home .media-heading a {
	color: #444444;
}

.panel-transparent .job-list-home .media-body p {
	margin: 0;
	font-size: 12px;
}

.seprator {
	padding: 0 10px;
}

.panel-transparent .job-list-home .media-body .btn {
	padding: 2px 8px;
	font-size: 12px;
	border-radius: 2px;
	position: absolute;
	right: 10px;
	top: -15px;
	margin-top: -12px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.panel-transparent .job-list-home .media:hover .media-body .btn{
	top:50%;
}

.job-header {
	margin-bottom: 15px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
	margin-top: 15px;
}

.job-header::after{
	clear:both;
	content:"";
	display:block;
}

.job-header h3 {
	float: left;
	margin: 0;
}

.job-header .right-btn {
	float: right;
}

.job-header .right-btn .btn {
	padding: 2px 15px;
	font-size: 14px;
}

.notify-text {
	padding: 10px 15px;
	background-color: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,0.1);
	border: #d7d7d7 1px solid;
	margin-bottom: 10px;
}

.m-t-30{
	margin-top:30px;
}

.mocktest-list .media-body {
	position: relative;
}

.floating-btn {
	display: inline-block;
	position: absolute;
	padding: 5px 12px;
	background-color: #d63c24;
	color: #fff;
	border-radius: 2px;
	font-size: 14px;
	right: 10px;
	top: 50%;
	margin-top: -15px;
	font-weight: 600;
}

.quiz-logo {
	width: 50px;
	height: 50px;
	background-color: #e4e4e4;
	text-align: center;
	line-height: 50px;
	font-size: 28px;
	color: #000000;
}

.datepicker-inline {
	width: 100%;
}

.datepicker table {
	width: 100%;
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover{
		background-color:#1abb9c;
		background-image:none;
		color:#fff;
}

.color-box {
	display: block;
	width: 16px;
	height: 16px;
	background-color: #ccc;
	position: absolute;
	left: 0;
	top: 6px;
	border-radius: 2px;
}

.cal-helper {
	padding: 6px 0 0 0;
	margin: 10px 0 0 0;
	border-top: 1px solid #e2e2e2;
}

.cal-helper > li {
	position: relative;
	padding: 5px 5px 5px 30px;
}

.color-box.red {
	background-color: #d63c24;
}

.color-box.green {
	background-color: #1abb9c;
}

.categories-list > li {
    display: inline-block;
    list-style: none;
	margin-bottom:5px;
}

.categories-list > li > a {
    color: #ffffff;
}

.categories-box {
    text-align: center;
    border: 1px solid #d63c24;
    border-radius: 2px;
}

.cat-thumb {
    position: relative;
    width: 90px;
    height: 70px;
    background-color: #d63c24;
    border-radius: 3px 3px 0px 0px;
    display: none;
}

.cat-thumb > img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 70%;
    max-height: 70%;
}

.categories-box > p {
    margin: 0;
    font-size: 12px;
    padding: 4px 10px;
    background-color: #d63c24;
    color: #ffffff;
}

.top-categories {
	margin-bottom: 15px;
}

.panel-green .right-btns {
    float: right;
    margin-top: 9px;
}

.right-btns .btn {
    color: #FFF;
    padding: 0 5px;
    font-size: 14px;
    opacity: 1;
    border-radius: 2px;
}

.right-btns .btn.btn-active {
    background-color: #15967d;
    opacity: 1;
}

.panel-green .panel-title {
	float: left;
	margin: 10px 0;
}

.panel-green .panel-heading::after {
	content: "";
	display: table;
	clear: both;
}

.list-box {
	position: relative;
}

.list-view .mocktest-box {
	padding-left: 0px;
	padding-top: 1px;
	box-shadow: none;
	padding-right: 110px;
	min-height: 50px;
	margin-bottom: 20px;
}

.list-view .mocktest-box img {
	position: absolute;
	left: 0;
	width: 70px;
	top: 0;
}

.list-view .mocktest-box h5 {
	text-align: left;
	font-size: 16px;
	color: #1d1d1d;
	margin: 0 0 5px 0;
}

.list-view .mockTstList {
	display: block;
	margin-bottom: 5px;
}

.list-view .mockTstList > li {
	display: inline-block;
	width: auto;
}

.list-view .mockTstList > li .label {
	display: inline;
	color: #000;
}

.list-view .mockTstList > li .value {
	display: inline;
	color: #4a4a4a;
}

.list-view .mockTstList > li + li::before {
	content: "|";
	font-weight: 700;
	margin-right: 5px;
	margin-left: 4px;
}

.list-view .box-btn {
	padding: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.list-view .box-btn .btn{
	padding:0 15px;
}

.list-view .mocktest-box .btn {
	padding: 0px 15px;
	/* display: inline-block; */
	width: auto;
	border-radius: 2px;
}

.list-box + .list-box::before {
	content: "";
	left: 0;
	right: 0;
	top: -10px;
	height: 1px;
	background-color: #ededed;
	display: block;
	position: absolute;
}

.quiz-ques img {
    max-width: 100%;
}

.icon-button .media {
    border: #d7d7d7 1px solid;
    text-align: left;
	margin-bottom:15px;
	background-color:#ffffff;
	box-shadow: 0 0 4px rgba(0,0,0,0.1);
}

.icon-button .media > div {
    vertical-align: middle;
}

.icon-button .media-body {
    position: relative;
}

.icon-button .media-heading {
    font-size: 14px;
	margin:0;
}

.icon-button .media-heading a {
    color: #000102;
}


.list-view .mocktest-box .btn {
	padding: 0px 15px;
	/* display: inline-block; */
	width: auto;
	border-radius: 2px;
}

.list-box + .list-box::before {
	content: "";
	left: 0;
	right: 0;
	top: -10px;
	height: 1px;
	background-color: #ededed;
	display: block;
	position: absolute;
}

.icon-button .media-heading span {
    color: #847d7d;
}

.score_icon {
    margin-top: 0;
}

.education-exam1 .score_icon h3{
	margin:20px 0 10px 0;
	background-color:transparent;
	color:#444;
	font-size:24px;
	text-align:center;
	padding: 0;
}

.score_icon p {
    font: 18px/26px "Lato_web",arial;
    padding: 5px;
}

.scoredetaitxt {
    padding: 15px;
    width: 100%;
    height: auto;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
}

.scoredetaitxt span {
    color: #444;
}

.box-heading {
    font-size: 14px;
    color: #1abb9c;
}

.scoredetai_bg .col-sm-3 {
    width: 25%;
}

.score-outer {
	margin-top: -15px;
}

.table-block {
    border-spacing: 5px;
    border-collapse: separate;
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.table.table-block > thead > tr > th {
    border: 1px solid #269c85;
    font-size: 14px;
    white-space: nowrap;
}

.table.table-block > tbody > tr > td {
    border: 1px solid #ccc;
}

.btn-green {
    background-color: #1abb9c;
    border-color: #1abb9c;
    color: #fff;
}

.btn-green:hover {
    background-color: #1abb9c;
    border-color: #1abb9c;
    color: #fff;
}

.btn-square {
    border-radius: 0;
}

.ques-report-body {
    padding: 0 15px 15px 15px;
    border: 1px solid #eee;
    margin-top: 50px;
}

.ques-report-head {
    margin-top: 12px;
    margin-bottom: 12px;
    white-space: nowrap;
    overflow-x: auto;
}

.question-block {
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	margin-top: 15px;
}

.qus-container .qus-header {
	padding: 5px 15px;
	background-color: #f0f0f0;
}

.qus-container .qus-header h4 {
	font-weight: 400;
	margin: 0;
}

.qus-body {
	padding: 10px 15px;
}

.qus-body ol {
	padding:0;
	margin:0;
}

.qus-body ol li {
	position: relative;
	padding: 5px 10px 5px 40px;
	border: 1px solid #c9c9c9;
	background-color: #fafafa;
	cursor: pointer;
	list-style:none;
}

.qus-body ol li::before {
    content: attr(data-list) ".";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    background-color: #e7e7e7;
    text-align: center;
    line-height: 32px;
    font-weight: 400;
    text-transform: uppercase;
}

.qus-body ol li.success {
    background-color: #1abb9c;
    color: #fff;
    border-color: #1abb9c;
}

.qus-body ol li.wrong {
    background: #c53924;
    border-color: #c53924;
    color: #fff;
}

.qus-body ol li.success::before {
    background: #19ab8f;
    /* content: "\f00c "; 
    font-family: FontAwesome; */
}

.qus-body ol li.wrong::before {
	background-color: #b42e1a;
	/*content: "\f00d ";
	font-family: FontAwesome; */
}

.qus-body ol li label {
    font-weight: 400;
    margin: 0;
    cursor: pointer;
}

.qus-body ol li + li {
    margin-top: 5px;
}

.ques-status {
	color: #d63c24;
	display: block;
	margin: 5px 0;
}

.exam-box{
	margin-top:15px;
}

.quiz-outer {
	position: relative;
}

.quiz-outer > div:not(.quiz-btn-overlay){
	-webkit-filter:blur(0px);
	-moz-filter:blur(0px);
	filter:blur(0px);
}

.quiz-btn-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(0,0,0,0.2);
}

.quiz-btn-overlay .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 0 2px 2px rgba(0,0,0,0.4);
	border-radius: 2px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.14em;
	letter-spacing: 0.5px;
}



/* New Mocktest Test List Style */
.mt-bx {
	width: 33%;
	padding: 10px;
}

.mt-bx-in {
	border: 1px solid #ececec;
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	padding: 15px;
	margin: 0;
	text-align: left;
}

	.mt-bx-in:hover {
		box-shadow: 0 0 8px rgba(0,0,0,0.2);
	}

.mt-list > li > a:hover {
	color: #1abb9c;
}

.mt-list {
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	border-top:1px solid #ededed;
}

	.mt-list > li {
		padding-left: 20px;
		position: relative;
	}

		.mt-list > li + li {
			margin-top: 4px;
		}

		.mt-list > li::before {
			position: absolute;
			font-family: "FontAwesome";
			content: "\f054";
			display: block;
			left: 0;
			top: 1px;
			color: #666;
			font-size: 12px;
		}

		.mt-list > li > a {
			color: #333;
		}

/*.education-exam .mocktest-list .mt-bx-in .media {
	border: none;
}*/

.mt-bx-in .media-left img{
	max-width:50px;
	max-height: 50px;
}

.mocktest-list .mt-bx-in .media:hover {
	box-shadow: none;
	background-color: #ffffff;
}

.mocktest-list .mt-bx-in .media {
	margin-bottom: 0px;
	border-color: transparent;
	border-width: 0;
	padding-bottom:0px;
}

.mocktest-list .mt-bx-in .media-heading {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 700;
}
/* New Mocktest Test List Style End */


/* Syllabus Page Style */
.sal-link {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.sal-link > li {
	flex: 0 0 33.33%;
	-ms-flex: 0 0 33.33%;
	max-width: 33.33%;
	padding: 10px;
}
.sal-link > li > a {
	display: block;
	text-align: center;
	border: 1px solid #5d5d5d;
	color: #fff;
	padding: 6px 12px;
	border-radius: 2px;
	background: #5d5d5d;
}
.sal-link > li > a .fa {
	margin-right: 5px;
}
/* Syllabus Page Style End */


/* #region Report style */
.rprt-card {
	padding: 15px;
	align-items: center;
}
.rprt-hdr {
	display: flex;
	align-items: center;
	border-bottom: 2px solid #ccc;
	margin-bottom: 20px;
}
.rprt-hdr-left {
	flex: 0;
}
.scr-bx {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	padding: 5px 10px;
	background: #d63c24;
	color: #fff;
	width: auto;
}
.scr-bx-lft {
	flex: 0 0 20px;
	-ms-flex: 0 0 20px;
	line-height: 1em;
	text-transform: uppercase;
	font-size: 11px;
}
.scr-bx-rgt {
	font-weight: 700;
	font-size: 36px;
}
.score {
	display: block;
	margin-left: 15px;
}
.rprt-hdr-right {
	padding-left: 15px;
}
.usr-dtl > h4 {
	margin: 0 0 5px 0;
	font-size: 20px;
	font-weight: 700;
}
.exm-ttl {
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}
.exm-list {
	display: flex;
	align-items: flex-start;
	margin: 0 -10px;
}
.exm-bx-outer {
	padding: 10px;
	flex: 0 0 25%;
	-ms-flex: 0 0 25%;
}
.exm-bx {
	background: #fffde2;
	border: 2px solid rgba(0,0,0,0.03);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px;
}
.exm-icn {
	width: 48px;
	height: 48px;
	position: relative;
}
.exm-icn > img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.exm-bx > p {
	font-size: 12px;
	margin: 10px 0 0 0;
}.exm-scr {
	font-size: 20px;
	font-weight: 700;
}

.exm-bx.green-bg {
	background: #e2ffe4;
}

.exm-bx.blue-bg {
	background: #eaf6ff;
}

.exm-bx.red-bg {
	background: #fff3e7;
}
/* #endRegion Report style */

.s-chrt-outer {
	display: flex;
	flex-wrap: wrap;
	padding: 0 5px 10px 5px;
}

.s-chrt {
	padding: 0px;
	margin: 8px;
	border: 1px solid rgba(0,0,0,0.1);
	background: #fafafa;
	flex: 0 0 calc(25% - 20px);
	-ms-flex: 0 0 calc(25% - 20px);
	max-width: calc(25% - 20px);
}

.s-chrt-hdr {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.s-chrt-hdr span {
	display: inline-block;
	/* background: #d63c24; */
	/* color: #fff; */
	padding: 6px 15px;
	font-size: 16px;
	min-width: 140px;
	text-align: left;
	font-weight: 600;
}

.s-chrt-bdy {
	background: #fff;
}

/*.st-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
} */

.st-list {
	padding: 4px 0;
}
.st-bx {
	padding: 0px 15px;
}
.st-bx-in {
	/* border: 1px solid rgba(0,0,0,0.1); */
	padding: 4px 0;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	background: #fff;
	justify-content: space-between;
	line-height: normal;
}
.st-bx-in span {
	font-size: 20px;
	font-weight: 700;
}
.st-rgt .btn {
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	display: block;
	width: 100%;
}

.st-bx-in.text-blue {
	color: rgb(0, 156, 255);
	border-color: rgba(0, 156, 255, 0.3);
}

.st-bx-in.text-green {
	color: rgb(46, 183, 134);
	border-color: rgba(46, 183, 134, 0.3);
}

.st-bx-in.text-red {
	color: rgb(218, 14, 14);
	border-color: rgba(218, 14, 14, 0.3);
}

.st-bx + .st-bx {
	border-top: 1px solid rgba(0,0,0,0.05);
}


/*Responsive css  */
@media (max-width:1199px) {
	.logo{
		padding:8px 0;
	}
	
	.logo img {
		max-height: 30px;
	}
	
	.tb-nav .navbar-nav > li + li {
		margin-left: 0px;
	}
	
	.tb-nav > .navbar-nav > li > a {
		padding: 13px 10px;
		font-size: 13px;
	}
	
	.login-nav > li + li {
		margin-left: 5px;
	}

	
	.welcome-user {
		display: inline-block;
		width: 80px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		vertical-align: top;
		margin-top: 3px;
	}

    .submenu-level-1{
        width:778px;
    }
    .commetDate span.pull-right{
        float:none !important;
        display:block;
        margin-top:5px;
    }
    .mockTest-heading {
        line-height: 30px;
    }
    .main-sidebar, .left-side{
        width: 215px;

    }
    .content-wrapper.right-side {
        margin-left: 215px;

    }
    .col-sm-7.col-md-5.col-xs-6 {
        padding-right: 0;
    }

    .login-nav{
        padding:8px 0;
    }

    .social-btn{
        padding:2px 5px;
    }

    .similar-post .post-block .media-left img {
        max-width: 60px;
    }

    .side-features {
        font-size: 1em;
    }

    .side-icon{
        width:65px;
    }
	
	
	
	/* New Mocktest Style */
	
	.mt-bx{
		width:50%;
	}
	
	/* New Mocktest Style End */
}
@media (max-width:1024px){
    .reviewBtn-area{width:85%}
    .marginbottom15{margin-bottom:15px;}
    .share-txt {padding: 10px 10px 48px;}
    .paddingrightnone{padding-right:0px}
    .ratingStar-area span {left: 30%;top: 46%;}
    .sign-InArea{padding:0 70px 20px;}
    .sign-upArea, .sign-InArea {
        padding: 0 114px 20px;
    }
    .examSubject span, .examSubject label{
        display:block;
        text-align:center;
    }
    .userReg{
        float:none !important;
    }
}

@media screen and (min-width:992px){
	#mm-menu {
		display: none;
	}
	
	.sidebar-toggle{
		display:none;
	}
}

@media (max-width:991px) {
	
	#menu{
		display:none;
	}
	
    .menuicon > a {
        border-radius: 50%;
        color: #033a8c;
        float: right;
        font-size: 28px;
        margin: 0;
        padding: 11px 0 8px 10px;
        text-align: center;
    }

    .login-nav.pull-right {
        float: left !important;
    }

    .drop-menu .caret {
        display: none;
    }
	
	.header-btns {
		left: -8.33%;
	}
	
	.header-btns {
		text-align: right;
	}
	
	.main-nav {
		left: 58.33%;
	}

    .header-option ul li {
        float: none;
    }

    .tb-nav .navbar-nav > li + li {
        margin-left: 0;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        background-color: #123663;
        color: #ffffff;
    }

    .nav > li > a:focus, .nav > li > a:hover {
        background-color: #123663;
        color: #ffffff;
    }

    .mm-list li a {
        color: #ffffff !important;
    }

    .job-filter .filter, .home-banner .search{
        width:100%;
    }


    .govt-job-list .title{
        margin-top:15px;
    }

    .filter .form-control, .home-banner .form-control{
        font-size:14px;
    }

    .job-filter h2{
        font-size:34px;
    }
	
	
	/* New Mocktest Style */
	
	.mt-bx {
		width: 33%;
	}

	/* new mocktest Style */
}

@media (min-width:768px) and (max-width:991px) {
    .job-filter .select-options {
        max-width: 145px;
    }

    .job-filter .select-input {
        max-width: 180px;
    }

    .select-wrapper .holder {
        font: 15px/30px "Lato Regular",arial;
    }

    .home-banner .search .select-input {
        max-width: 399px;
    }

    .home-banner .search .select-options {
        max-width: 220px;
    }

    .heading p {
        margin: 5px 0px;
    }

    /*.tb-nav {
        width: 65%;
    }*/

    .header-option, .tb-nav .nav.navbar-nav {
        position: static;
    }

    .visible-xs.visible-sm > a:hover {
        color: #ffffff !important;
    }

    .category-listing span.pull-right {
        float: left !important;
    }

    .jq-submit-paper {
        float: left;
        margin-top: 26px;
    }

    #set_section_1, #set_section_2, #set_section_3 {
        margin-bottom: 15px;
    }

    .review-heading {
        text-align: left !important;
        margin-bottom: 6px;
    }

    .reviewBtn-area {
        width: 89%;
    }

    .share-txt {
        padding: 10px 10px 12px;
    }

    .marginbottom15 {
        margin-bottom: 15px;
    }

    .test-login-form {
        margin-top: 20px;
    }

    .share-txt {
        padding: 10px;
    }

    .reviewBtn-area {
        width: 87%;
    }

    .ratingStar-area {
        text-align: center;
        margin-bottom: 20px;
    }

    .ratingStar-area span {
        font-size: 16px;
        left: 48%;
        top: 41%;
    }

    .reviewBtn-area {
        width: 82%;
    }

    .mocktest-loginarea h2 {
        line-height: 32px;
    }

    .mobileMarginBottom {
        margin-bottom: 15px;
    }

    .mobileMarginTop {
        padding-top: 15px;
        border-top: 1px solid #ddd;
    }

    .sign-upArea, .sign-InArea {
        padding: 0 114px 20px 0;
    }

    .padingRight0 {
        padding-right: 0;
    }

    .departmentLocation p, .startEnddate p {
        float: none !important;
    }
    .examSubject span, .examSubject label {display: inline-block;text-align: center;}
    .examSubject .text-center, .examSubject .text-right{text-align:left;margin-top: 15px;}
    .mockTest-heading {
        line-height: 26px;
        font-size:20px;
    }
    #leftBar{
        left:-220px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }
    .leftBar{
        left:0px !important;
    }
    .mobileLeftbar a i{
        font-size: 27px;
        margin-bottom: 15px;
        margin-top: -15px;
        margin-right: 9px;
        color: #696969;
    }
    .content-wrapper.right-side {
        margin-left: 0px;
    }
    .content-wrapper.right-side{
        padding: 0;
    }

    .home-banner h1{
        font-size: 36px;
        padding: 50px 0 10px;
    }

    .home-banner p{
        font-size: 20px;
        margin-bottom:15px;
    }

    .exam-list {
        margin-bottom: 30px;
    }

    .mm-listview > li:not(.mm-divider)::after{
        left:0;
    }

    .mm-navbar {
        background-color: #00388b;
    }

    .mm-menu {
        color: rgb(255, 255, 255);
    }

    .mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
        color: rgb(255, 255, 255);
        text-transform: uppercase;
    }

    .mm-listview li label {
        color: #FFF;
        background-color: #FF7763;
        display: block;
        padding: 7px 10px;
    }

    .social {
        text-align: right;
        line-height: 0;
        position: absolute;
        right: 0;
        top: 4px;
    }

    .menuicon > a{
        padding:3px 0;
    }

    .post-block .media-left img {
        max-width: 100px;
    }

    .post-latest .media-left img {
        max-width: 50px;
    }

    .side-box{
        margin-bottom:30px;
    }
}

@media (max-width: 767px) {
    .header-option {
        margin-left: 0px;
    }
    .content-wrapper.right-side{
        padding: 0;
    }

    .header-option ul li a {
        border-right: none;
        text-align: center;
		color: #00388b;
    }

    .header-option.navbar-collapse {
        width: 100%;
    }

    .home-banner h1 {
        font-size:24px;
        padding: 0;
    }

    .home-banner p {
        font-size:16px;
        margin-bottom:15px;
    }

    .home-banner .search .select-options {
        max-width: 100%;
    }

    .home-banner .search .form-button {
        width: 100%;
    }

    .home-banner .banner-area {
        padding: 16px 0 32px;
    }

    .selectdiv, .home-banner .search input[type="text"] {
        font: 13px/22px "Lato Regular",arial;
        height: 38px;
        margin-bottom: 0px;
    }

    .selectboxdiv {
        height: 38px;
    }

    .select-wrapper .holder {
        font: 15px/33px "Lato Regular",arial;
        padding: 2px 15px;
    }

    .home-banner .search .form-button {
        font: 20px/26px "Lato Regular",arial;
        padding: 7px 15px;
    }

    .job-filter a {
        width: 100%;
        padding: 7px 15px;
        font: 18px/26px "Lato Regular",arial;
    }

    .select-input input[type="text"] {
        font: 13px/22px "Lato Regular",arial;
        height: 38px;
    }

    .job-filter .select-input {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .job-filter .select-options {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .job-filter .select-button {
        max-width: 100%;
    }

    .select-button .form-button {
        width: 100%;
        font: 20px/26px "Lato Regular",arial;
        padding: 7px 15px;
    }

    .education-exam #tabSection ul.tabs li {
        display: block;
        margin-bottom: 10px;
    }

    .heading h3, .jobs-listing .heading h1 {
        /*font: 700 16px/38px "Lato Regular",arial;*/
        font-size:20px;
        font-weight: 700;
        line-height: 1.43em;
    }

    .navbar-header.pull-left {
        width: 50%;
    }

    .logo {
        text-align: left;
    }

    .tb-nav {
        width: 100%;
    }

    .header-option ul li a {
        text-align: left;
    }

    .tb-nav .nav > li > a:focus, .tb-nav .nav > li > a:hover, .tb-nav .nav > li.active > a {
        color: #ffffff !important;
    }

    .login-nav {
        padding-bottom: 8px !important;
    }

    .tb-nav .nav > li > a {
        text-transform: uppercase;
    }

    nav li label {
        color: #D63C24;
        font-weight: 400;
        padding: 10px 15px;
        text-transform: uppercase;
    }

    nav .logo {
        padding-left: 15px;
    }

    .brill-infotech .pull-right {
        float: left !important;
    }

    .select-input1 {
        max-width: 100% !important;
    }

    .latest-update .title-left {
        border-radius: 0px !important;
    }

    .category-listing span.pull-right {
        float: left !important;
    }

    .pull-right.time-stamp {
        float: left !important;
    }

    .review .review-list li p {
        clear: both;
    }

    .review .review-list li h4 {
        padding-top: 20px;
    }

    .home-banner .search .select-input {
        max-width: 100%;
    }


    .job-filter .select-options{
        display:block;	
    }

    .job-filter .select-options .selectdiv{
        margin-bottom:0;
    }

    .job-filter .select-options .form-input{
        height:42px;
    }

    .job-filter .select-options .form-button{
        padding: 5px 15px 8px;
        display: block;
        width: 100%;
    }
    .aleartHeading {
        line-height: 23px;
    }
    .ask-q-btn {
        margin:0;
    }
    .slider-area{padding:0 20px}
    #set_section_1,  #set_section_2,  #set_section_3{margin-bottom:10px}
    .section-group:hover > .section-content {display: none !important;}
    .select-language{text-align:left}
    .right-panel{margin-top:20px}
    .menuWrapper h1 {margin: 10px 0 7px;}
    #set_section_2,  #set_section_3, #set_section_4{margin-bottom:10px;width:100%}
    #set_section_1,  #set_section_5{width:100%}
    .section-btn{width:100%}
    #new-window .timeLeft{margin-bottom:0}
    .m-r-30 {display: block; margin-bottom: 10px;margin-right: 0;}
    .btn.btn-success.jq-save-question.right.jq_select_section.pull-right {display: block; float: none !important;}
    .btn-submit{display:block;margin-top: 20px;}
    .m-r-20 { margin-right: 18px;}
    .bs-example{padding-bottom:0}
    .carousel-inner {min-height: 42px;}
    .m-center{text-align:center}
    .menuWrapper{text-align:center;padding: 0;}
    .menuWrapper .right-detail{float:none;display:inline-block}
    .review-heading{text-align:left !important;margin-bottom:6px;}
    .margin-top20{margin-top:0px;width:100%}
    .dis-block{display:block}
    .selectLanguage{margin:15px 0px 0px 0px;text-align:left}
    .share-txt {
        padding: 0 10px;
        vertical-align: middle;
    }
    .reviewBtn-area {width: 87%;}
    .ratingStar-area {text-align: center; margin-bottom: 20px;}
    .ratingStar-area span {font-size: 16px;left: 48%;top: 41%;}
    .mobileMarginBottom{margin-bottom:15px}
    .mobileMarginTop{padding-top:15px;border-top: 1px solid #ddd;}
    .mocktest-loginarea h2 {line-height: 32px;font-size: 22px;}
    .education-exam ul.exam-list li {width: 50%;float: left;}

    .sign-InArea, .sign-upArea{padding:0 0px 20px;}
    .mobileMarginBottom25{margin-bottom:25px;}
    .checkAvailability {position: relative;top: auto;right: auto;text-align: center;margin-top: -10px;margin-bottom: 10px;}
    .sign-upArea{border-bottom:1px solid #ddd;}
    .userReg {float: right !important;}
    .col-sm-2.padingRight0{margin-bottom: 30px;}
    .departmentLocation p, .startEnddate p {
        float: none !important;
    }
    .examSubject span, .examSubject label {display: inline-block;text-align: center;}
    .examSubject .text-center, .examSubject .text-right{text-align:left;margin-top: 15px;}
    .mockTest-heading {line-height: 30px;margin-top: 20px;}
    .banner-img img{width:100%;}
    
    #leftBar{
        left:-220px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }
    .leftBar{
        left:0px !important;
    }
    .mobileLeftbar a i{
        font-size: 27px;
        margin-bottom: 15px;
        margin-top: -15px;
        color: #696969;
    }
    .content-wrapper.right-side {
        margin-left: 0px;
    }
    .mobileLeft{
        float:none !important;
    }
    .fq-logo, .fq-logo1 {
        display: none;
    }
    .comment-text {
        margin-left: 0px;
    }

    .main-nav {
        left: 50%;
    }

    .menuicon > a {
        padding: 3px;
    }

    .latest-update .title-left::after{
        display: none;
    }

    .side-box{
        margin-bottom:30px;
    }

    .post-block .media-left img {
        max-width: 100px;
    }

    .post-detail-row .col-left,
    .post-detail-row .col-right{
        float:none;
        padding:3px 0;
    }

    .post-detail-row{
        margin-top:0;
    }

    .share-link-area ul li{
        margin:5px;
    }

    .similar-post .media.post-block{
        min-height:0;
    }

    .job-filter{
        height:auto;
        padding: 15px 0;
    }

    .job-filter h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }   

    .job-filter .filter{
        display: block;
    }

    .filter .form-control{
        height:34px;
    }

    .filter .btn{
        font-size:14px;
        padding:0 15px;
        display: block;
        height:34px;
        width:100%;
    }

    .job-filter .search-banner{
        height:100%;
        width:auto;
    }

    .mm-navbar{
        background-color: #00388b !important;
        border-bottom-color:#fff;
    }

    .mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
        color: rgb(255, 255, 255);
        text-transform: uppercase;
    }

    .mm-listview > li:not(.mm-divider)::after {
        left: 0;
    }

    .mm-listview > li > a{
        color:#00388b !important;
    }

    .mm-listview li label{
        color: #FFF;
        background-color: #FF7763;
        display: block;
        padding: 7px 10px;
    }

    .home-banner .form-control,
    .home-banner .search input[type="text"],
    .home-banner .search .btn{
        height:34px;
        font-size:14px;
    }
	
	.border-btns {
		display: block;
	}
	
	.border-btns .left, .border-btns .right {
		display: flex;
		margin: 0 -5px 10px -5px;
	}
	
	.border-btns .left .btn {
		width: 33.33%;
		margin: 0 5px;
		border-radius: 2px;
	}
	
	.border-btns .right .btn {
		width: 50%;
		margin: 0 5px;
		border-radius: 2px;
	}	
	
	
	/* New Mocktest Style */
	
	.mt-bx {
		width: 50%;
	}

	/* new mocktest Style */
}
@media(max-width:480px){
    .reviewBtn-area {width: 82%;}
    .departmentLocation p span.pull-right, .startEnddate p span.pull-right{float:none !important;display:block;margin-top: 10px;}
    .departmentLocation .fa.fa-map-marker {margin-left: 3px;}
    .imp-links .table-cell {
        display: block;
        width: auto;
    }

    .imp-links {
        display:block;
    }

    .post-info {
        font-size: 14px;
    }
	
	.border-btns .left{
		display:block;
		margin:0;
	}
	
	.border-btns .left .btn{
		width:100%;
		margin:0 0 10px 0;
	}
	
	.home-banner .select-options.last{
		 width:100%;
	}
	
	.latest-update .title-left {
		margin: 0 -15px;
	}
	
	.mt-bx {
		width: 100%;
		padding:0;
	}
	
	.mt-bx  + .mt-bx{
		padding-top:10px;
	}
}
@media (max-width:360px){
    .m-r-5{display:none}
    .share-txt {display: block;padding: 7px;text-align:center}
    .social-btn{display:block;text-align:center;}
    .share-link-area ul li{display:block;margin:0 0 10px}
    .reviewBtn-area {width: 100%;padding:10px;}
    .share-link-area{padding:0px;}
    .apcob-logo{float:none;}
    .rightDetails {margin-left: 0; display: block;}
    .paper-details{padding:0;}
    .padding8 a{
        padding: 5px 9px;
    }

}

@media screen and (max-width:479px){
    .login-nav{
        padding:6px 0 !important;
    }

    .welcome-user{
        display: none;
    }

    .header-btns {
        left: -18.33%;
    }

    .menuicon > a{
        padding:0;
    }

    .logo{
        width:auto;
    }

    .logo img{
        max-height:25px;
    }

    .job-filter h2{
        font-size:20px;
    }

    .home-banner h1 {
        font-size: 18px;
        font-weight: 700;
    }

    .home-banner p {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .home-banner .search {
        display: block;
    }

    .home-banner .select-options {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }

    .home-banner .search .btn{
        display: block;
        width:100%;
    }

    .banner-area .search-category{
        margin-top:0;
        font-size: 12px;
    }

    .post-block .media-left img{
        max-width:70px;
    }

    .post-block .media-heading a{
        font-size:14px;
    }

    .post-detail-row .col-right{
        min-width:0;
    }

    .detail-section .post-block, 
    .detail-section .post-block .media-left, 
    .detail-section .post-block .media-body{
        display: block;
    }

    .detail-section .post-block .media-body{
        width:100%;
    }

    .detail-section .post-block .media-left img{
        max-height:180px;
    }

    .post-block .media-left img{
        max-width: 100%;
    }

    .post-block .media-heading{
        font-size:16px;
        line-height: 1.43em;
    }

    .share-link-area, .share-txt, .share-link-area ul{
        display: block;
    }

    .share-txt{
        text-align: left;
    }

    .social-btn {
        padding: 6px 10px;
    }

    .similar-post .post-block .media-left img {
        max-width: 100%;
        max-height: 110px;
        margin:0 auto;
    }

    .latest-update{
        padding:0;
    }

    .border-btns{
        text-align:center;
    }

    .border-btns .btn{
        padding:4px 10px;
        font-size:12px;
    }
	
	.list-view .mocktest-box {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 20px;
	}
	
	.list-view .mocktest-box img {
		width: 70px;
		display:none;
	}
	
	.list-view .mocktest-box h5 {
		font-size: 14px;
		padding:0;
		white-space:normal;
		text-overflow:none;
		overflow:visible;
	}
	
	.list-view .mockTstList{
		padding:0;
	}
	
	.list-view .mockTstList > li {
		display: block;
	}
	
	.list-view .box-btn {
		padding: 0;
		position: static;
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		transform: translateY(0%);
	}
	
	.list-view .mockTstList > li + li::before {
		display:none;
	}
	
	.list-view .mocktest-box .btn {
		padding: 2px 15px;
		font-size: 12px;
	}
	
	.categories-box > p {
		padding: 2px 10px;
	}
	
	.post-req p img{
		max-width:100%;
		height:auto !important;
		width:auto !important;
	}
	
	.qus-container .qus-header img {
		max-width: 100%;
		width: auto !important;
		height: auto !important;
		display: block;
	}
	
	.qus-body ol li img {
		max-width: 100%;
		width: auto !important;
		height: auto !important;
	}
	
	
}



