 /*
 ::Table Of Content
 1-) @FontFace Style
 2.) Global TypoGraphy
 3.) Form Element
 4.) Header Section
 5.) Footer Section 
 -------------------------------------*/

/*
 1.) @FontFace Style
 -------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700|Roboto:400,300,500,700);
@font-face {
  font-family: 'Helvetica_Condenced-Normal';
  src: url('../../../css/fonts/Helvetica_Condenced-Normal.eot');
  src: url('../../../css/fonts/Helvetica_Condenced-Normal.eot?#iefix') format('embedded-opentype'),
       url('../../../css/fonts/Helvetica_Condenced-Normal.woff2') format('woff2'),
       url('../../../css/fonts/Helvetica_Condenced-Normal.woff') format('woff'),
       url('../../../css/fonts/Helvetica_Condenced-Normal.ttf') format('truetype'),
       url('../../../css/fonts/Helvetica_Condenced-Normal.svg#Helvetica_Condenced-Normal') format('svg');
}

/*
 2.) Global TypoGraphy
 -------------------------------------*/
body { font-family:Verdana, Geneva, sans-serif; font-weight: 400;	}
p{ font-family: Verdana, Geneva, sans-serif; line-height: 20px; margin: 20px 0 0;}
img {max-width: 100%; height: auto;}
.modal{ z-index:100000;}
a:focus, a:active{ outline: none; text-decoration: none} 
ul, ol{ padding: 0; margin: 0}
[class^="icons-"], [class*="icons-"] { background-image: url(../../../images/website/sprite.png);	background-position: 0 0; background-repeat: no-repeat;	display: inline-block;
height: 15px;line-height: 1;vertical-align: middle;	width: 16px;}
.navbar-nav > li > a, .navbar-nav > li > a span, .btn, .extramarks-details li, .footer-list li a, .login-social li i, .profileNotification .panel-default > .panel-heading, .tab-block .nav-tabs li a, .gradient-btn, .navbar-nav > li.guest ul, .title-list li a, .profileNotification .panel-title a span, .breadcrum-dropmenu li a, .career-content ul.nav li a, .sitemap-page .box li a, .pkgdeleteIcon i, .fadebg{ 
transition: all 0.6s ease 0s; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s;}
.extramarks-live .btn img, .btn-block img, .BoardBtn .btn img{ margin-right: 6px; position: relative; top: -1px;}
.padd-left{ padding-left: 0 !important}
.padd-right{ padding-right: 0 !important}
.padd{ padding: 0 !important}
.marginTop10{ margin-top:10px;}
.custom-btn{ font-size: 16px; text-transform: uppercase; background: #272959; border: none}
.custom-btn:hover, .custom-btn:focus{ background: #f39a22}
.gradient-btn{ border: 1px solid #5cacbf; border-radius: 4px; padding: 5px 15px; display: inline-block; font-size:13px; font-family:Arial, Helvetica, sans-serif; color:#fff;
background: #3C8394;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3C8394), to(#1e6f84));
background: -webkit-linear-gradient(#3C8394, #1e6f84);
background: -moz-linear-gradient(#3C8394, #1e6f84);
background: -ms-linear-gradient(#3C8394, #1e6f84);
background: -o-linear-gradient(#3C8394, #1e6f84);
background: linear-gradient(#3C8394, #1e6f84);
-pie-background: linear-gradient(#3C8394, #1e6f84);
}
.gradient-btn:hover, .gradient-btn:focus{ background: #1E6F84;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#1E6F84), to(#3C8394));
background: -webkit-linear-gradient(#1E6F84, #3C8394);
background: -moz-linear-gradient(#1E6F84, #3C8394);
background: -ms-linear-gradient(#1E6F84, #3C8394);
background: -o-linear-gradient(#1E6F84, #3C8394);
background: linear-gradient(#1E6F84, #3C8394);
-pie-background: linear-gradient(#1E6F84, #3C8394); text-decoration: none; color: #fff}
.cancel-btn{ border: 1px solid #a0a0a0; background: #a0a0a0; color: #fff; margin-left: 5px}
.cancel-btn:hover{ background: #404040; border: 1px solid #404040; color: #fff}
.CartBtn{
display:inline-block; margin-top:10px; border-radius:20px; -moz-border-radius:20px; -webkit-border-radius:20px; padding:7px 10px 4px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:12px; text-transform:uppercase; color:#f76701; box-shadow:1px 1px 3px rgba(127,50,0,0.75);
background: #fcfff6; /* Old browsers */
background: -moz-linear-gradient(top, #fcfff6 0%, #e6ccb5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff6), color-stop(100%,#e6ccb5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fcfff6 0%,#e6ccb5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fcfff6 0%,#e6ccb5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fcfff6 0%,#e6ccb5 100%); /* IE10+ */
background: linear-gradient(to bottom, #fcfff6 0%,#e6ccb5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff6', endColorstr='#e6ccb5',GradientType=0 ); /* IE6-9 */
}
.CartBtn:hover, .CartBtn:focus{ color: #f76701}
.add-crt-block a{ float: right;
background: #FF9D00;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FF9D00), to(#fc7100));
background: -webkit-linear-gradient(#FF9D00, #fc7100);
background: -moz-linear-gradient(#FF9D00, #fc7100);
background: -ms-linear-gradient(#FF9D00, #fc7100);
background: -o-linear-gradient(#FF9D00, #fc7100);
background: linear-gradient(#FF9D00, #fc7100);
-pie-background: linear-gradient(#FF9D00, #fc7100);
color:#fff; font-size:15px;  text-shadow:0px 1px 0 rgba(0,0,0, 0.3);
text-transform:uppercase; font-weight:bold; line-height: 25px; border:none; -moz-border-radius:5px; -webkit-border-radius:5px;
}
.add-crt-block a:hover, .add-crt-block a:focus{background: #FC7100;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FC7100), to(#FF9D00));
background: -webkit-linear-gradient(#FC7100, #FF9D00);
background: -moz-linear-gradient(#FC7100, #FF9D00);
background: -ms-linear-gradient(#FC7100, #FF9D00);
background: -o-linear-gradient(#FC7100, #FF9D00);
background: linear-gradient(#FC7100, #FF9D00);
-pie-background: linear-gradient(#FC7100, #FF9D00); color: #fff; border:none; outline: none} 

/*custom checkbox and radiobox style start here*/
.checkbox label{ height: 18px; padding: 0; margin-left: 2px; margin-top: 0; display: block; overflow: hidden}
.form-horizontal .radio, .form-horizontal .checkbox{ min-height: inherit;}
.checkbox label input[type="checkbox"]{ margin: 2px 0 0;}
.checkbox strong{ font-weight: normal; font-family: 'Open Sans', sans-serif; font-size: 13px; display: inline-block; position: absolute; top: 0; height: 18px; left: 0; display: block; background: url(../../../images/website/blank_remmber_image1.png) left center no-repeat; color: #898989; padding-left: 24px; white-space: nowrap}
.checkbox strong.notcheckbox{background: url(../../../images/website/blank_remmber_imagedisable.png) left center no-repeat;}
.checkbox input[type="checkbox"]:checked + strong{ background: url(../../../images/website/select_remmber_image.png) left center no-repeat;}
.radio-box{ display: inline-block; margin-right: 5px}
.radio-box input[type="radio"]{ display: none;}
.radio-box input[type="radio"] + label{ font-size: 14px; height: 18px; line-height: 18px; color: #888; background: url(../../../images/website/radiobox.png) left center no-repeat; padding-left: 25px; font-weight: normal; font-family: 'Open Sans', sans-serif; cursor: pointer}
.radio-box input[type="radio"]:checked + label, .radio-box input[type="radio"].checked + label{ background: url(../../../images/website/radiobox-hover.png) left center no-repeat;}

/*custom checkbox and radiobox style end here*/
/*custom select option style start here*/
.sbHolder{ position: relative; width: 100%; font-family: 'Open Sans', sans-serif; font-size: 16px; text-align:left;}
.sbSelector{ display: block; width: 100%; line-height: 40px; border: 1px solid #d3d3d3; background:#fff; border-radius: 4px; padding: 0 25px 0 12px; color: #333; height: 40px;
overflow: hidden; text-overflow: ellipsis;  white-space: nowrap;}
.sbSelector:hover{ color: #333; text-decoration: none;}
.sbSelector:active, .sbSelector:focus{ color: #333;}
.sbOptions{background: #fff; margin-top: 2px;  position: absolute;   left: 0;  width: 100%;  z-index: 999; border: 1px solid #ddd; border-radius: 0 0 4px 4px; padding: 6px 0; overflow: auto;}
.sbOptions li{ list-style: none; line-height: 1.1;}
.sbOptions li a{ color: #333; padding: 3px 12px; display: block;}
.sbOptions li:hover a{ background: #3399ff; color: #fff; text-decoration: none;}
.sbToggleOpen + .sbSelector{ border-bottom: none; border-radius: 4px 4px 0 0;}
.sbToggle{ position: absolute; display: block; right: 10px; top: 50%; background: url(../../../images/website/dropdown_arrow.png) right center no-repeat; width: 12px; height: 8px; margin-top: -4px;}
/*custom select option style end here*/
/*custom select new style */
	.select-wrapper{float: left; display: inline-block;	border: 1px solid #d8d8d8; background: url(../../../images/website/dropdown_arrow.png) no-repeat 97% center #fff; cursor: pointer;}
	.select-wrapper{width:100%;	position:relative;height:40px;border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; line-height:36px;}
	.select-wrapper:hover{background: url(../../../images/website/dropdown_arrow.png) no-repeat 97% center #fff;border-color: #239fdb;}
	.select-wrapper .holder{display: block;margin: 0 35px 0 5px;white-space: nowrap;overflow: hidden;cursor: pointer;position: relative; color:#333;}
	.select-wrapper select{width:100%;border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; padding: 6px 12px;	margin: 0;position: absolute;z-index: 2; cursor: pointer; outline: none;	opacity: 0;
	}
	/*custom select new style end */


/*Login popup style start here*/
.custom-lightbox .modal-dialog{ width: 490px;}
.custom-lightbox .modal-header{ border-bottom: 1px solid #d3d3d3; background: #f6f6f6; border-radius: 6px 6px 0 0; padding: 10px 27px;}
.custom-lightbox .modal-title{ color: #969696; font-weight: 400;}
.close{ font-weight: normal; font-size: 32px;}
.close:hover, .close:focus{ color: #b10000; opacity: 1}
.modal-header .close{ margin-top: -4px}
.login-social{ text-align: center; border-bottom: 1px solid #e7e7e7; background: #f5f5f5; padding: 15px 0}
.login-social li{ list-style: none; line-height: 42px; font-family: 'Open Sans', sans-serif; display: inline-block; padding: 0}
.login-social li a{ color: #1d3c41}
.login-social li span{ margin-left: 5px; display: inline-block; vertical-align: middle}
.login-social li i{ width: 42px; height: 42px;}
.login-social li:hover i{ opacity: 0.65;}
.icons-facebook{ background-position: 0 -110px; background-color: #3163be}
.icons-twitter{ background-position: -42px -110px; background-color: #3187be}
.icons-google{background:url("../../../images/website/googlePlus.png") no-repeat scroll 11px 10px / 22px auto #be3131}
.custom-lightbox .modal-body{ padding: 30px 27px 0;}
.custom-lightbox .form-group{ margin: 0 0 25px}
.custom-lightbox .control-label{ color: #898989; font-weight: 400; padding: 0; text-align: left}
.control-label sup{ color: #ff0000; top: -3px;}
.custom-lightbox .form-control:focus{ box-shadow:0 0 0 rgba(0, 0, 0, 0) inset, 0 0 0 rgba(102, 175, 233, 0); -moz-box-shadow:0 0 0 rgba(0, 0, 0, 0) inset, 0 0 0 rgba(102, 175, 233, 0); -webkit-box-shadow:0 0 0 rgba(0, 0, 0, 0) inset, 0 0 0 rgba(102, 175, 233, 0);
}
.form-control{height: 40px; border: 1px solid #d3d3d3; box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset; -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset; -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset}
.custom-lightbox label span{ display: block; line-height: 42px;}
.checkbox{ padding-top: 0 !important; margin-top: -3px; height: 18px; line-height: 18px; position: relative}
.modal-footer{ border-top: 1px solid #e7e7e7; padding: 15px 27px;}
.left-bottom{ float: left; font-family: 'Open Sans', sans-serif; text-align: left}
.left-bottom span{ font-size: 13px;  color: #1d3c41; display: block;}
.left-bottom span a{  color: #40b4e1; font-weight: 700}
.forget-pass{ color: #106ebd; font-size: 13px;}
.forget-pass:hover{ color: #000}
.modal-footer .btn, .forget-popup .btn, .gray-Btn{ background: #a0a0a0; line-height: 22px; border: 1px solid #a0a0a0; margin-top: 1px;}
.forget-popup{ display: none}
.forget-popup .modal-body{ padding: 22px 27px 1px}
.forget-popup .btn{ float: right}
.forget-popup p{ font-size: 17px; color: #898989; margin: 0 0 22px;}
.forget-popup label.control-label{ padding-top: 10px; font-size: 15px;}
.modal-footer .btn:hover, .modal-footer .btn:focus, .modal-footer .btn:active, .forget-popup .btn:hover, .forget-popup .btn:focus, .forget-popup .btn:active, .gray-Btn:hover, .gray-Btn:focus, .gray-Btn:active{ background: #404040; border: 1px solid #404040}
.modal-backdrop{ height: 100%; z-index: 999; width: 100%; position: fixed}
body.modal-open{ overflow: inherit;}
/*Login popup style end here*/
#wrapper{ position: relative;}
#content{ padding: 20px 0 0;}
#content.inner-content, #content.profile-pages{ background: #f1f2f6; padding-bottom: 35px;}
.inner-content .container{ background: #fff; border-radius: 5px; box-shadow: 0 2px 2px #d1d4d9; -webkit-box-shadow: 0 0px 2px #d1d4d9; -moz-box-shadow: 0 0px 2px #d1d4d9;
-o-box-shadow: 0 0px 2px #d1d4d9;}
.overlay{  position: fixed; height: 100%; width: 100%; left: 0; top: 0; z-index: 9; display: none}
.social-block{ position: fixed; right: 0; top: 20%; z-index: 999;}
.social-block li{  font-size: 15px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 32px; list-style: none; margin-top: 5px; float: right; clear: both}
.social-block li a{ width: 32px; height: 32px; overflow: hidden; color: #fff; display: block;}
.social-block li a, .social-block li a:hover{ transition: width 0.5s ease; -moz-transition: width 0.5s ease; -webkit-transition: width 0.5s ease; -o-transition: width 0.5s ease;}
.social-block li span{ display: none; vertical-align: middle}
.social-block i{ width: 32px; height: 32px; border-radius: 5px; float: right; }
.icons-fb{ background-position: 0 -74px;}
.icons-youtube{ background-position: -34px -74px;}
.icons-tw{ background-position: -68px -74px;}
.p-interest{ background:url(../../../images/website/printrest-icon.png) no-repeat;}
.blog{ background:url(../../../images/website/blog-icon.png) no-repeat;}
.icons-gplus{ background-position: -102px -74px;}
.icons-linkedin{ background-position: -135px -74px;}
.social-block li a:hover{ width: 135px; text-align: center}
.social-block li a:hover span{ display:block}
.social-block li:hover a{ border-radius: 5px; text-decoration: none;}
.social-block li:hover a.bg-color1{ background: #3b5998}
.social-block li:hover a.bg-color2{ background: #c61414}
.social-block li:hover a.bg-color3{ background: #55acee}
.social-block li:hover a.bg-color4{ background: #e02f2f}
.social-block li:hover a.bg-color5{ background: #007bb6}
.social-block li:hover a.bg-color6{ background: #cb2027}
.social-block li:hover a.bg-color7{ background: #dc5719}
/*aboutus common style start here*/
.ipod-view{ display: none}
.inner-block{ margin: 20px; position: relative; min-height: 380px}
.leftside-bar{ padding-left: 0; padding-right:0; background: #f9f9f9; border: 1px solid #ddd; border-top: 5px solid #2c6085; width: 23%; position: absolute; left: 0; top: 0; height: 100%;}
.leftside-bar li{ list-style: none;}
.leftside-bar > ul > li > a{ font-size: 100%; border-bottom: 1px solid #ddd; display: block; padding: 10px 0 10px 15px; line-height: 20px; color: #555; position: relative}
.leftside-bar ul .menu_body li a{ font-size: 100%; border-bottom: 1px solid #ddd; display: block; padding: 10px 0 10px 15px; line-height: 20px; color: #555; position: relative}
.leftside-bar > ul > li:hover a{ text-decoration: none}
.leftside-bar > ul > li:hover a, .leftside-bar > ul > li.active a{ background: #ffba00; color: #000;}
.leftside-bar > ul > li:hover a:after, .leftside-bar > ul > li.active a:after{ position: absolute; right: -10px; top: 50%; margin-top:-8px; content: ""; border-left: 10px solid #ffba00;
border-bottom: 8px solid transparent; border-top: 8px solid transparent;}
.leftside-bar > ul > li > ul.submenu{ border-bottom:1px solid #ddd; padding-bottom:10px;  padding-left:35px; }
.leftside-bar > ul > li > ul.submenu li{ padding:5px 5px 5px 3px; list-style:outside;}
.leftside-bar > ul > li.active > ul.submenu li a, .leftside-bar > ul > li:hover > ul.submenu li a{ background:none;}
.leftside-bar > ul > li.active > ul.submenu li a:after, .leftside-bar > ul > li:hover > ul.submenu li a:after{border:none;}
.leftside-bar > ul > li > ul.submenu li a{ display:block; color: #555; font-size:13px;}
.leftside-bar > ul > li > ul.submenu li a:hover, .leftside-bar > ul > li > ul.submenu li.active a{ color:#3db9ba}

.main-content{ padding-left: 30px; padding-right: 0; width: 77%; float: right}
.pageheading{ padding: 15px; color: #fff; font-size: 25px;  font-family: 'Open Sans', sans-serif; background: #2c6085; margin-bottom: 20px;}
.main-content h1{ color: #2c6085; font-size: 18px; margin: 0 0 20px; font-family: 'Open Sans', sans-serif; font-weight: 700;}
/*aboutus common style end here*/
.valid-error, .errorfrm_mentor, .errorfrm_mymentor, .error{ color:#f00;}
/*Scroller css start here*/
.profileNotification .mCustomScrollBox{ max-height: 200px}
.mCustomScrollBox{ max-height: 546px; position: relative}
.mCSB_container {height: auto; overflow: hidden; width: auto;}
.mCSB_scrollTools {bottom: 0;height: auto; left: auto; position: absolute;  right: -4px;  top: 0;  width: 12px;}
.mCSB_scrollTools .mCSB_draggerContainer {bottom: 5px;height: 100%; left: 0; position: absolute; right: 0; top: 0;}
.left-pannel .mCSB_scrollTools .mCSB_draggerContainer{ top: 5px}
.mCSB_scrollTools .mCSB_dragger {cursor: pointer; height: 30px; width: 100%; z-index: 1;}
.mCSB_scrollTools .mCSB_draggerRail {background-color: rgba(0, 0, 0, 0.4);}
.mCSB_scrollTools .mCSB_draggerRail { border-radius: 16px; height: 100%; margin: 0 auto; width: 2px;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {background-color: #2c6085;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {border-radius: 16px;height: 100%; margin: 0 auto; position: relative; text-align: center; width: 4px;}
/*Scroller css end here*/
#content.dashboard-content {background: none repeat scroll 0 0 #fff; margin: 0px; min-height: 485px;    padding-top: 0;}
#content.dashboard-content .breadscum_Bg{ border-top: 1px solid #ccc; }
.packageRow{  border-top: 1px solid #cad0db;}
.dashboard-block{ margin-bottom: 30px;}
.dashboard-block .row{ position: relative}
.breadscum_Bg{ background: #fff; border-bottom: 1px solid #bbb; box-shadow: 0 3px 2px 0 #ccc; -webkit-box-shadow: 0 3px 2px 0 #ccc; -moz-box-shadow: 0 3px 2px 0 #ccc; margin-bottom: 10px}
.breadcrumbs{ margin-left: 200px; font-family: 'Open Sans', sans-serif;}
.breadcrumbs > li{ float: left; font-size: 14px; line-height: 26px; position: relative; vertical-align: middle; color: #272959; list-style: none; position: relative}
.breadcrumbs > li > a{ background: #edeef0; color: #272959; display: block; padding: 0 10px 0 20px; position: relative}
.breadcrumbs > li.active{ padding: 0 10px 0 20px;}
.breadcrumbs > li > a:before{border-bottom: 13px solid transparent;  border-left: 10px solid #ccc;  border-top: 13px solid transparent;   content: " ";   display: block; height: 0;
 left: 100%; margin-left: 1px; margin-top: -13px; position: absolute; top: 50%; width: 0; z-index: 1;}
.breadcrumbs > li > a:after{border-bottom: 13px solid transparent; border-left: 10px solid #edeef0; border-top: 13px solid transparent; content: " "; display: block; height: 0;
left: 100%; margin-top: -13px; position: absolute; top: 50%; width: 0; z-index: 2;}
.breadcrumbs > li.active > a{ background: none; color: #272959; padding: 0}
.breadcrumbs > li.active > a:after, .breadcrumbs > li.active > a:before{ display: none}
.breadcrumbs > li > a:hover{ text-decoration: none}
.left-pannel{ float: left; width: 13%; position: relative;/* z-index: 99*/}
.subject-listpannel{ max-height: 546px; overflow-y: auto}
.subject-listpannel li{ margin-top: 10px; list-style: none; margin-right: 8px; position: relative;z-index: 99}
.subject-listpannel li:first-child{ margin-top: 5px}
.subject-listpannel li a{ font-size: 13px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; min-height: 60px; text-align: center; color: #fff; line-height: 20px;
padding: 10px; position: relative; display: block; background: #ffbf37; margin-left:5px; box-shadow: 0 8px 6px -8px #444}
.subject-listpannel li a.fadebg{ box-shadow: none;}
.subject-listpannel li a.fadebg:after{ position:absolute; content:""; width:100%; height:100%; background:#000; opacity:0.6; left:0; top:0; z-index:100;}
.subject-listpannel li a.fadebg:hover:after{box-shadow: 0 8px 6px -8px #444; background:none; }
.subject-listpannel li a img{ height:40px;}
.subject-listpannel li a span{ display: block; margin-top: 5px;}
span.text{ display: block; margin-top: 6px}
.trial-icon{ left: 5px; position: absolute; top: -5px}
.trial-icon img{ height:60px !important;}
.test-icon{ left: -5px; position: absolute; top: -5px}
.test-icon img{ height:70px !important;}
.left-pannel ul li:hover a{ text-decoration: none}
.ProRight_pannel{border: 1px solid #ccc; border-radius: 3px; float: left; margin:5px 10px 0 10px;  min-height: 485px; padding: 10px; position: relative; width: 56%;}
.subject-info{ position: absolute; top: 0px; left: 146px; width: 300px; z-index: 999; height: 468px; background: #fff; box-shadow: 0 0 2px #888; -webkit-box-shadow: 0 0 2px #888; -moz-box-shadow: 0 0 2px #888; display: none}
.left-pannel .subject-info{ top: 5px;}
.second-level{ left: 450px;}
.third-level{ left: 755px;}
.subject-info .mCustomScrollBox{ max-height: 460px;}
.subject-info li{ list-style: none}
.subject-info li a{ color: #333; display: block; font-family: Arial,Helvetica,sans-serif; font-size: 14px; padding: 7px 15px 7px 20px; text-align: left;}
.subject-info li a:hover{ text-decoration: none}
.subject-info li.active a{ font-size: 18px; background: #ffbf37; color: #fff}
.subject-info li:hover a{ background:none; color: #2c6085}
.show-subject{ display: none}
.profileNotification{ margin-top: 5px; float: right; width: 21.25%}
.notification-border-box{ margin-bottom: 15px; max-height: 240px; overflow: auto}
.notifi_box_header{  border: 1px solid #ddd; border-bottom: 1px solid #d3d3d3; border-radius: 3px 3px 0 0;}
.notifi_box_header p{ margin: 0; font-family: Arial, Helvetica, sans-serif; line-height:1.42857; font-size: 15px; text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8); padding: 5px 10px; color: #333;
}
.alert-msg{background:#ec3f21;color: #fff;display: inline-block; font-size: 9px; height: 16px; position: relative; text-align: center; top: -1px; width: 16px;}
.alert-msg span{ display: table-cell; height: 16px; width: 16px; vertical-align: middle}
.notifi_box_header, .profileNotification .panel-default > .panel-heading{background: #ffffff;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#eaeaea));
background: -webkit-linear-gradient(#ffffff, #eaeaea);
background: -moz-linear-gradient(#ffffff, #eaeaea);
background: -ms-linear-gradient(#ffffff, #eaeaea);
background: -o-linear-gradient(#ffffff, #eaeaea);
background: linear-gradient(#ffffff, #eaeaea);
-pie-background: linear-gradient(#ffffff, #eaeaea);}
.notification-border-box ul{ list-style: none; border: 1px solid #ddd; border-top: none; border-radius: 0 0 3px 3px; overflow: auto; height:auto;}
.notification-border-box ul li{ font-size: 11px; font-family:Arial, Helvetica, sans-serif; padding: 5px 28px 5px 10px; line-height: 18px; border-top: 1px solid #ddd; position: relative}
.deletenotification{ position: absolute; right: 10px; top: 5px; cursor: pointer; display: none}
.notification-border-box ul li:hover .deletenotification{ display: block;}
.notification-border-box ul li a{ color: #1f2532}
.notification-date{ color: #aaa; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: italic; display: block; line-height: 18px; display: block;}
.notification-border-box ul li a:hover{ color: #2c6085; text-decoration: none}
.notification-border-box ul li:first-child{ border-top: none;}
.profileNotification .panel-default > .panel-heading{ padding: 0; border-radius: 0}
.profileNotification .panel-title{ font-family:Arial, Helvetica, sans-serif; font-size: 17px; font-weight: normal; color: #333; position: relative}
.profileNotification .panel-title a.data_toggle{ color: #333; display: block; padding: 10px; }
.profileNotification .panel-title a:hover{ text-decoration: none}
.profileNotification .panel-title a:hover span{ transform: rotate(-20deg); -webkit-transform: rotate(-20deg); -moz-transform: rotate(-20deg); -o-transform: rotate(-20deg);}
.profileNotification .glyphicon{ top: 2px}
.profileNotification .panel-title span{ width: 17px; height: 17px; display: inline-block; margin-right: 4px;}
.profileNotification .panel{ border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; border:1px solid #d3d3d3; border-top: none;}
.profileNotification .panel:first-child{ border-top:1px solid #d3d3d3; border-radius: 3px 3px 0 0;}
.profileNotification .panel:last-child{border-radius: 0 0 3px 3px;}
.profileNotification .panel-group .panel + .panel{ margin-top: 0}
.profileNotification .panel-default > .panel-heading:hover{background: #EAEAEA;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EAEAEA), to(#ffffff));
background: -webkit-linear-gradient(#EAEAEA, #ffffff);
background: -moz-linear-gradient(#EAEAEA, #ffffff);
background: -ms-linear-gradient(#EAEAEA, #ffffff);
background: -o-linear-gradient(#EAEAEA, #ffffff);
background: linear-gradient(#EAEAEA, #ffffff);
-pie-background: linear-gradient(#EAEAEA, #ffffff);}
.accordion_content{ background: #ececec; padding: 0; font-size: 13px; line-height: 16px; font-family: Arial, Helvetica, sans-serif}
.accordion_content ul li{ list-style: none; border-top: 1px solid #ddd;}
.accordion_content li a{ padding: 7px 10px 7px 24px; display: block; line-height: 18px; color: #000; background: url(../../../images/website/cald-right_arrow.png) 10px center no-repeat}
.accordion_content > ul > li > a:hover{ text-decoration: none; color: #2c6085; background-color: #f7f7f7;}
.accordion_content li li a{ margin-left: 12px;}
.accordion_content li li a:hover{ text-decoration: none; color: #2c6085;}
.accordion_content li li:hover{ background-color: #f7f7f7;}
.text-pdf{ margin-top: 10px}
.text-pdf a{ float: right}
.profileNotification .panel-group{ margin-bottom: 0}
.helpsnipetIcon {background: #E8C571;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E8C571), to(#e39e39));
background: -webkit-linear-gradient(#E8C571, #e39e39);
background: -moz-linear-gradient(#E8C571, #e39e39);
background: -ms-linear-gradient(#E8C571, #e39e39);
background: -o-linear-gradient(#E8C571, #e39e39);
background: linear-gradient(#E8C571, #e39e39);
-pie-background: linear-gradient(#E8C571, #e39e39);
  border-radius: 2px; box-shadow: -1px 1px 1px 0 #888;
 color: #fff; font-weight: bold;line-height: normal; padding: 1px 3px 3px; position: absolute; right: 0; top: 0;}
.clear {clear: both;line-height: 1px;}
.instructions {color: #2c6085; cursor: help; display: inline-block !important; font-size: 12px; margin-bottom: 5px; margin-left: 10px; font-family: 'Open Sans', sans-serif;}

.instructions img {margin-left: 2px; vertical-align: middle;}
.helpsnipetIcon img { margin: 0 !important; width: 5px !important;}
.custom-tooltip .tooltip, .white-custom-tooltip .tooltip{ font-size: 13px; opacity: 1 !important; width: 300px;}
.custom-tooltip .tooltip-inner, .white-custom-tooltip .tooltip-inner{ background: #fff; color: #fff;  line-height:20px; max-width:inherit;  opacity: 1; box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);}
.white-custom-tooltip .tooltip-inner, .profileNotification .tooltip-inner{ color: #333;}
.tooltip.top .tooltip-arrow{ border-top-color:#868686; border-width: 8px 8px 0; margin-left: -8px; bottom: -3px;}
.profileNotification .tooltip{ width: 350px;}
.subject-info li a.unsubscribe{ color: #999; cursor:default; background:#f3f3f3;}
.subject-info li a.unsubscribe:hover{color: #999; background:none;  }
.unsubscribe-popup .modal-dialog{ position: relative; width: 340px;}
.unsubscribe-popup .modal-dialog p{ font-size: 18px; text-align: center; color: #2062a9; font-size: 18px; font-weight: 600; margin: 4px 10px 14px; line-height: 1.49;}
.custom-lightbox.unsubscribe-popup .modal-body{ padding: 20px 15px 15px; text-align: center}
.unsubscribe-popup .close{ position: absolute; top: 0; right: 12px;}
.breadcrums-container{ position: relative}
.breadcrum-dropmenu{ background: #5e8dff; padding: 10px; width: 250px; position: absolute; top: 40px; left: -100px; z-index: 9999; display: none;}
.breadcrum-dropmenu ul{ display: table; width: 100%; border-left: 1px solid #345dc9; border-top: 1px solid #345dc9;}
.breadcrum-dropmenu li{ list-style: none; font-size: 14px; text-align: center; display: table-cell; width: 50%; float: left; font-family: Verdana, Geneva, sans-serif; background: #426cd2; border-bottom:1px solid #345dc9; border-right: 1px solid #345dc9;}
.breadcrum-dropmenu li a{ color: #fff; display: block; padding: 10px 0;}
.breadcrum-dropmenu li + li + li{ width: 25%}
.breadcrum-dropmenu li:nth-child(1){ #426cd2}
.breadcrum-dropmenu li:nth-child(2){ background: #597fe4}
.breadcrum-dropmenu li:nth-child(3), .breadcrum-dropmenu li:nth-child(5), .breadcrum-dropmenu li:nth-child(8),.breadcrum-dropmenu li:nth-child(10) ,.breadcrum-dropmenu li:nth-child(11),.breadcrum-dropmenu li:nth-child(13){ background: #80a2fc}
.breadcrum-dropmenu li:nth-child(11), .breadcrum-dropmenu li:nth-child(12){width:50%;}
.breadcrum-dropmenu li a:hover{ text-decoration: none; background: #196f9a}
.breadcrum-dropmenu:after{ position: absolute; left: 50%; top: -8px; content: ""; border-bottom: 8px solid #5e8dff; border-left: 8px solid transparent; border-right: 8px solid transparent; margin-left: -4px} 
.lest-second{ display: none}
.lest-second li{ font-size: 12px;}
.accordion_content .lest-second li span{ padding: 0 7px 10px 24px; display: block; font-size: 11px; font-style: italic}
.quiz-maincontent{ border: 1px solid #52cbcd; border-radius: 8px; min-height: 100px}
.quiz-title{ background: #14aaa9; border-radius: 7px 7px 0 0; color: #fff; padding: 12px 0; font-size: 16px; text-align: center}
/*
 3.) Form Element
 -------------------------------------*/
input[type="submit"] {
	cursor: pointer
}
/*
 4.) Header Section
 -------------------------------------*/
header{ background: #fff;}
.header-top{ padding: 9px 0; position: relative}
.right-box{ float: right;}
#searchbutton{ background: url(../../../images/website/sprite.png) 0 0 no-repeat; width: 20px; height: 20px; top: 50%; margin: -10px 0 0; right: 7px; position: absolute; border: none; padding: 0}
.select-country {float: right;  margin-right: 20px;}
.select-country .sbHolder { float: right;  font-size: 14px;  width: 200px;}
.select-country .sbSelector{ border: 1px solid #d3d3d3; padding: 0 7px; height: 24px; font-family: 'Open Sans', sans-serif; color: #888; font-weight: normal; line-height: 24px;
font-size: 14px; border-radius: 0;}
.select-country .sbToggleOpen + .sbSelector{ border-radius: 0; border-bottom:none}
.select-country .sbSelector:hover{ color: #888;}
.country-logo{ float: right; margin: 0px 8px 0 0}
.tel {color: #353535;   float: right;   font-family: 'Open Sans',sans-serif;  line-height: 25px;  margin: 0 20px 0 0;}
.tel strong{ font-weight: normal}
.tel a:hover{ text-decoration: none;}
.icons-phone{ width: 8px; height: 16px; background-position: -29px 0; vertical-align: text-top; margin-right: 5px;}
.header-nav {background: none repeat scroll 0 0 #272959;  height: 40px;}
.logo{ position: absolute; top: 5px; left: 0; z-index:10;}
.custom-nav{ float: right; padding: 0; position: relative; z-index: 99}
/*.navbar-nav > li{ padding: 10px 28px;}*/
.navbar-nav > li.login, .navbar-nav > li.guest{ background: url(../../../images/website/signin_divider.png) left center no-repeat}
.navbar-nav > li.guest { padding-bottom: 5px;  padding-right: 18px;}
.navbar-nav > li.guest span {display: inline-block; position: relative; top: -3px;}
.navbar-nav > li.guest span img {height: 24px; width: 24px;}
.navbar-nav > li.guest ul{ position: absolute; width: 180px; right: 10px; top: 40px; background: #fff; box-shadow: 0 2px 2px #888; -moz-box-shadow: 0 2px 2px #888;
-webkit-box-shadow: 0 2px 2px #888; border: 1px solid #ccc; border-bottom: 5px solid #f09a21; padding: 8px 8px 2px; opacity:0; visibility:hidden; z-index: 99}
.navbar-nav > li.guest ul li{ list-style: none; border-top: 1px solid #ddd}
.navbar-nav > li.guest ul li:first-child{ border-top: none}
.navbar-nav > li.guest ul li a{ color: #333; font-family: Arial, Helvetica, sans-serif; font-size: 13px; padding: 5px 3px; display: inline-block}
.navbar-nav > li.guest ul li a:hover{ text-decoration: none; color: #2c6085}
.navbar-nav > li.guest ul:after{ position: absolute; top: -8px; right: 14px; border-bottom: 8px solid #fff;   border-left: 7px solid transparent;  border-right: 7px solid transparent;
 content: "";}
.navbar-nav > li.guest:hover ul{ opacity:1;visibility:visible;}

.navbar-nav > li.last{ padding-right: 0}
.navbar-nav > li > a{ font-size: 16px; color: #fff; text-transform: uppercase; padding: 0;}
.nav > li > a:hover, .nav > li > a:focus{ color: #ffcb06; background: transparent}
.icons-login{ background-position: -41px 0;}
.icons-register{ background-position: -62px 0;}
.nav > li > a:hover .icons-login, .nav > li > a:focus .icons-login{ background-position: -41px -16px;}
.nav > li > a:hover .icons-register, .nav > li > a:focus .icons-register{ background-position: -62px -16px;}
.navbar-nav > li > a{ display:inline;}

.pop-over {left: 0;/* width: 330px;*/ padding: 0; background:#426cd2; border:none; border-radius:0;  height: auto ; border-top: 0 solid #d3d3d3;}
.dropdown-menus { left: -46px; position: absolute;  top: 40px; z-index: 9999; display: none;}
.study .live_menu{ width: 360px;}
.open-div{ display: block !important;}
.dropdown-menus li{ list-style: none}
.dropdown-menus li div.pop-over {background: none repeat scroll 0 0 #426cd2;}
.pop-over:after {border-bottom: 6px solid #578aff; border-left: 6px solid transparent; border-right: 6px solid transparent; content: ""; display: inline-block;left: 92px; position: absolute; top: -6px;}
.pop-over:before {border-bottom: 7px solid rgba(0, 0, 0, 0.2);  border-left: 7px solid transparent; border-right: 7px solid transparent; content: ""; display: inline-block;left: 92px; position: absolute; top: -7px;}
.popover-content {float: left; padding: 20px 0px;}
.board-title {color: #ffffff; font-weight: 400;  font-size: 20px; background:none; margin:0px;}
.boardback {display: none;  font-size: 20px !important; margin: 0 0 0 5px !important; padding:0 !important; position: absolute; color:#fff !important; left: 0 ; top: 0;}
.boardback:hover{ background:none !important;}
.board_listing {background:#5e8dff; overflow: hidden; position: absolute; width: 180px;}
.board_listing ul {float: none; margin: 0; padding: 0;}
.board_listing ul li {border-bottom: 1px solid #345dc9; text-align:left;}
.board_listing ul li a{ display: block; color:#fff !important; font-size: 14px; padding: 5px 10px  !important; position: relative}
.board_listing ul li a:hover { text-decoration:none; background:none !important;}
.class_listing {background:#5e8dff;  box-shadow: -4px 2px 7px -5px rgba(0, 0, 0, 0.75); display: none; margin-left: 200px; padding: 20px;}
/*.live_menu {width: 250px;}*/
.live_menu a{ display: block; text-align: center; color: #fff;}

.home-banner .live_menu{ width: 100%; border: 1px solid #4579f8; text-align: center}
.home-banner .live_menu a{ padding: 20px 0;}
.home-banner .box2 .live_menu{ width: 100%; border: 1px solid #2f91dc; text-align: center}
.home-banner .box2 .live_menu a{ padding: 20px 0;}
.home-banner .popover-content.box2{background:#319cee;}
.home-banner .popover-content.box2 .sub-lfthd a{background:#288bd7; border-bottom:1px solid #2380c7; border-right:1px solid #238cdc;}
.home-banner .popover-content.box2 .sub-hdlft1 a{background:#288bd7; border-bottom:1px solid #2380c7; border-right:1px solid #238cdc;}
.home-banner .popover-content.box2 .sub-hdrht1 a{background:#288bd7; border-bottom:1px solid #2380c7; border-right:1px solid #238cdc;}
.home-banner .popover-content.box2 .sub-rhthd a{ background:#579fe8; border-bottom:1px solid #2380c7;}
.home-banner .popover-content.box2 .sub-hdlft2 a, .sub-hdrht2 a{ background:#74b5f8; border-bottom:1px solid #2380c7; border-right:1px solid #238cdc;}

.sub-lfthd, .sub-rhthd{ width: 50%; float: left}
.sub-hdlft2.width50, .sub-hdlft1.width50{ width: 50%;}
.sub-hdlft2, .sub-hdlft1{ width: 25%; float: left}
.sub-lfthd a{ padding: 15px 0; width: 100%;}
.navbar .dropdown-menus li .sub-rhthd {background: #ffa500; border-bottom: 1px solid #ffbe1e;}
.sub-rhthd a {background:#597fe4;   border-bottom: 1px solid #345dc9; color:#fff !important;}
.sub-rhthd a:hover {background:#597fe4;!important;}
.sub-rhthd a {padding: 15px 0;}
.sub-hdlft2 a {padding: 13px 0;}
.sub-hdlft2 a, .sub-hdrht2 a {background:#80a2fc; border-bottom: 1px solid #345dc9; border-right: 1px solid #345dc9; color:#fff !important;}
.sub-hdlft1 a {color: #fff; padding: 13px 0;	text-align:center;}
.sub-lfthd a, .sub-hdlft1 a, .sub-hdrht1 a { background: none repeat scroll 0 0 #426cd2; border-bottom: 1px solid #345dc9; border-right: 1px solid #345dc9; color:#fff !important;}
.dropdown-menus li a:hover{ text-decoration: none}
.boardback:hover, .boardback:focus{ color: #fff}
.iconsright{ position: absolute; top: 50%; right: 10px; width: 7px; height: 12px; margin-top: -6px;  background: url(../../../images/website/board_arrow.png) right center no-repeat}
.icons-mobile{ display: none}
.topmenu > li.guest{ padding-right: 18px;}
.topmenu > li.guest a, .topmenu > li.homelink a{ background:none; padding-left:0;}
.topmenu > li.guest span{ display: inline-block; position: relative; top: -1px;}
.topmenu > li.guest span img{ height: 20px; width: 20px; }
.topmenu > li.guest ul{ position: absolute; width: 180px;  top: 33px; background: #fff; box-shadow: 0 2px 2px #888; -moz-box-shadow: 0 2px 2px #888;
-webkit-box-shadow: 0 2px 2px #888; border: 1px solid #ccc; border-bottom: 5px solid #f09a21; padding: 8px 8px 2px; opacity:0; visibility:hidden; z-index: 99}
.topmenu > li.guest ul li{ list-style: none; border-top: 1px solid #ddd; display:inherit; text-align:left; padding:0;}
.topmenu > li.guest ul li:first-child{ border-top: none}
.topmenu > li.guest ul li a{ color: #333; font-family: Arial, Helvetica, sans-serif; font-size: 13px; padding: 5px 3px; display:block; height:auto;}
.topmenu > li.guest ul li a:hover{ text-decoration: none; color: #2c6085}
.topmenu > li.guest ul:after{ position: absolute; top: -8px; left: 14px; border-bottom: 8px solid #fff;   border-left: 7px solid transparent;  border-right: 7px solid transparent; content: "";}
.topmenu > li.guest:hover ul{ opacity:1;visibility:visible;}
.navbar-nav > li.select-nav{ padding:0; width: 106px}
.navbar-nav > li.select-nav .caret{ position: absolute;  right: 5px;   top: 50%;  z-index: 0;}
.select_style .sbSelector{ padding: 0; color: #fff; border: none; border-radius: 0; background:none; height: 37px; line-height: 37px;}
.select_style .sbSelector:focus, .select_style .sbSelector:active, .select_style .sbSelector:hover { color: #ffcb06;}
.select_style .sbToggle{  border-left: 4px solid transparent;  border-right: 4px solid transparent;  border-top: 4px solid;  display: inline-block;  height: 0; margin-left: 2px; vertical-align: middle; width: 0; background: none; color: #fff; margin: 0; right:10px; padding-left:0;}
.select_style .sbToggleOpen, .select_style:hover .sbToggle{ color: #ffcb06}
.select_style .sbOptions{ font-size: 14px; border: 1px solid #272959; margin-top: 2px; padding: 0}
.select_style .sbOptions li a{ background:none; color: #333; height:auto;}
.select_style .sbOptions li a:hover{}
.topmenu > li .select_style .sbHolder { font-size:inherit;}
.topmenu > li .select_style .sbSelector { height:auto; line-height:normal; overflow:inherit;}
.topmenu > li.select-nav{ padding-left:0;}
.topmenu > li.select-nav .sbOptions{ width:auto;}
/*
 5.) Footer Section
 -------------------------------------*/
footer {background: none repeat scroll 0 0 #ebebee; padding: 30px 0; }
.footer-list{ width: 19%}
.col-xs-4.footer-list{ width: 24%;}
.footer-list h3{ color: #000; font-size: 13px; margin: 0 0 14px 0; font-weight: 700;}
.footer-list h3 a{ color: #000}
.footer-list li{ font-size: 12px; list-style: none; margin-bottom: 11px;}
.footer-list li a{ color: #1f2532}
.footer-list li a:hover, .footer-list li a:focus, .footer-list h3 a:hover{ color: #4195da; text-decoration: none}
.footer-bottom{  text-align: center}
.footer-bottom li{ display: inline-block; list-style: none}
.footer-bottom li a{ color: #000; font-weight: 700; font-size: 12px; display: inline-block}
.copyright{font-size: 0.75em; padding-top: 9px; margin: 0; line-height: 1.42857;}
.footer-left, .footer-right{ width: 50%; float: left}


/*===================cap sat css=======================*/
.globalwhitebg{ background:#fff;}
.marginbot20{ margin-bottom:20px;}
.cap-breadscum{ margin-bottom:10px;}
.cap-breadscum .breadcrum {background: url("../../../images/website/school-solution/home.gif") no-repeat scroll 0 4px rgba(0, 0, 0, 0); padding: 4px 7px; vertical-align:middle;}
.font18{ font-size:18px; font-weight:normal;}
.heading-sat{ font-size: 16px; font-weight: 700; color: #1d3c41; font-family: 'Open Sans', sans-serif; margin-bottom: 0}
.Left-textbig h2, .Left-textbig h3{  font-family: 'Open Sans', sans-serif; margin-bottom: 0}
.Left-textbig h2{ font-size: 22px;}
.Left-textbig h3{ margin-top: 0}
.satcontactfordem{margin:20px 0 0px 51px;text-align:center;font-family:Arial, Helvetica, sans-serif;font-size:13px;font-weight:bold;text-align:left;padding:6px 10px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;display:inline-block;text-shadow:1px 1px rgba(255, 255, 255, 0.6);-moz-box-shadow:0 0 2px #555;-webkit-box-shadow:0 0 2px#555;box-shadow:0 0 2px #555;background:#ffffff;background:-moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));background:-webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);background:-o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);background:-ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);background:linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed',GradientType=0);}
.satcontactfordem a{color:#09C}
.satcontactfordem a img{vertical-align:middle; margin-left:5px;}
.contactfordem{margin:20px 0 5px 51px;text-align:center;font-family:Arial, Helvetica, sans-serif;font-size:13px;font-weight:bold;text-align:left;padding:6px 10px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px; display:inline-block;text-shadow:1px 1px rgba(255, 255, 255, 0.6); -moz-box-shadow:0 0 2px #555;-webkit-box-shadow:0 0 2px#555; box-shadow:0 0 2px #555;
background: #ffffff;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#f6f6f6));
background: -webkit-linear-gradient(#ffffff, #f6f6f6);
background: -moz-linear-gradient(#ffffff, #f6f6f6);
background: -ms-linear-gradient(#ffffff, #f6f6f6);
background: -o-linear-gradient(#ffffff, #f6f6f6);
background: linear-gradient(#ffffff, #f6f6f6);
-pie-background: linear-gradient(#ffffff, #f6f6f6);
}
.contactfordem:hover{ text-decoration: none; background: #F6F6F6;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F6F6F6), to(#ffffff));
background: -webkit-linear-gradient(#F6F6F6, #ffffff);
background: -moz-linear-gradient(#F6F6F6, #ffffff);
background: -ms-linear-gradient(#F6F6F6, #ffffff);
background: -o-linear-gradient(#F6F6F6, #ffffff);
background: linear-gradient(#F6F6F6, #ffffff);
-pie-background: linear-gradient(#F6F6F6, #ffffff);}
.contactfordem a{color:#09C}
.contactfordem a img{vertical-align:middle;  margin-left:5px;}
.track-feedback{margin:0px 0 5px 51px;text-align:center;font-family:Arial, Helvetica, sans-serif;font-size:11px;font-weight:normal;text-align:left;padding:6px 10px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;display:inline-block;text-align:right;}
.track-feedback a{color:#09C;font-family:Arial, Helvetica, sans-serif;font-weight:normal;}
ul.capfeature{float:left;width:100%;padding:0px; list-style:none;}
ul.capfeature li{float:left;width:121px;height:121px;overflow:hidden;margin:5px;outline:none;}
ul.capfeature li a{display:block;height:100%;outline:none;}
ul.capfeature .active{-webkit-box-shadow:0px 0px 3px 0px rgba(0, 0, 0, 0.2);-moz-box-shadow:0px 0px 3px 0px rgba(0, 0, 0, 0.2);box-shadow:0px 0px 3px 0px rgba(0, 0, 0, 0.8);width:125px;height:125px;top:-1px;position:relative;}
ul.capfeature .capfeature1{background:url(../../../images/website/cap/button1.jpg) no-repeat 50% 0; }
ul.capfeature .capfeature2{background:url(../../../images/website/cap/button2.jpg) no-repeat 50% 0;}
ul.capfeature .capfeature3{background:url(../../../images/website/cap/button3.jpg) no-repeat 50% 0;}
ul.capfeature .capfeature4{background:url(../../../images/website/cap/button4.jpg) no-repeat 50% 0;}
.cap-content{padding:10px 0px 0px 0px;font-size:13px;color:#a4a4a4;}
.cap-content h1{font-size:13px;font-weight:bold;}
.cap-content h3{font-size:18px;color:#3DB9BA;border-bottom:solid 1px #D3D3D3;padding:20px 0px 8px 0px;}
.cap-content p{padding:15px 0px 12px 0px;text-align:left;font-size:14px;}
.cap-content ul{margin:5px 0px 0px 25px;}
.cap-content ul li{list-style-image:url(../../../images/website/cap/sa-bulet_arrow.png);padding:0px 0px 10px 0px;font-size:13px;}
.cap-content a{color:#3DB9BA;}
.cap-content .active{color:#0083d1;font-weight:bold;text-decoration:underline;}
.cap-content .bottom-space{height:62px;}
.sat-disclaimer-content{padding:10px 0px 0px 0px;font-family: 'Open Sans', sans-serif;font-size:13px;color:#1F2532;}
.sat-disclaimer-content h1{border-bottom:solid 1px #D3D3D3;padding-bottom:12px;}
.sat-disclaimer-content h3{font-family: 'Open Sans', sans-serif; font-weight:700;font-size:18px;color:#3DB9BA;border-bottom:solid 1px #D3D3D3;padding:20px 0px 8px 0px;}
.sat-disclaimer-content p{padding:15px 0px 12px 0px;text-align:left;font-size:14px;}
p.errorfrm1{ padding:3px 0 7px 0; margin:0px; font-size:12px; color:#f00;}
.sat-disclaimer-content ul{margin:5px 0px 0px 25px;}
.sat-disclaimer-content ul li{list-style-image:url(../../../images/website/study_abroad/sa-bulet_arrow.png);padding:0px 0px 5px 0px;font-size:13px;}
.sat-disclaimer-content a{color:#3DB9BA;}
.sat-disclaimer-content .active{color:#0083d1;font-weight:bold;text-decoration:underline;}
.sat-disclaimer-content .bottom-space{height:62px;}
.text1{/*color:#8c8c8c;*/font-size:13px;font-family:'Roboto', sans-serif?;line-height:20px;text-align:justify;}
.text1 h2{font-weight:bold;font-size:14px;}
.textbig h3{ font-weight:normal; line-height:26px;}
.font15{ font-size:15px; font-weight:normal;}
.capnote{font-family:Arial, Helvetica, sans-serif;font-size:13px;margin-top:15px;}
.cap_testimonial-sts a img{border:none;outline:none;}
.cap_testmonial-content{padding:5px;margin:0px 0px 0px 0px;font-family: 'Open Sans', sans-serif;color:#666;}
#cap_testimonial ul{margin:0px;}
#cap_testimonial li{margin:10px 0px;padding:5px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background-color:#FFFFFF;list-style:none;-webkit-box-shadow:0 6px 1px 0 #BEBEBE;-moz-box-shadow:0 6px 1px 0 #BEBEBE;box-shadow:0 6px 1px 0 #BEBEBE;}
div.cap_div_left{display:table-cell;}
div.cap_div_middle{display:table-cell;vertical-align:top;font-size:12px;padding:0px 5px;line-height:15px;width:100%; font-family:Arial, Helvetica, sans-serif;}
div.cap_div_right{width:130px;text-align:right;vertical-align:middle;display:table-cell;font-size:16px;color:#0b6768;}
.cap_div_left img{width:92px;height:88px;float:left;margin-right:5px;margin-top:3px;}

/*========================school solution===================*/
ul.feature{float:left;width:100%;padding:0 0 5px 0; list-style:none;}
ul.feature li{float:left;width:121px;height:121px;overflow:hidden;margin:5px;outline:none;}
ul.feature li a{display:block;height:100%;outline:none;}
ul.feature .feature1{background:url(../../../images/website/school-solution/button1.jpg) no-repeat 50% 0;}
ul.feature .feature2{background:url(../../../images/website/school-solution/button2.jpg) no-repeat 50% 0;}
ul.feature .feature2-em{background:url(../../../images/website/school-solution/live-on-tab-em.jpg) no-repeat 50% 0;}
ul.feature .feature3{background:url(../../../images/website/school-solution/button3.jpg) no-repeat 50% 0;}
ul.feature .feature4{background:url(../../../images/website/school-solution/button4.jpg) no-repeat 50% 0;}
ul.feature .feature4-ass{background:url(../../../images/website/school-solution/button4-ass.jpg) no-repeat 50% 0;}
ul.feature .feature5{background:url(../../../images/website/school-solution/button5.jpg) no-repeat 50% 0;}
ul.feature .feature6{background:url(../../../images/website/school-solution/button6.jpg) no-repeat 50% 0;}
ul.feature .feature7{background:url(../../../images/website/school-solution/button7.jpg) no-repeat 50% 0;}
ul.feature .feature8{background:url(../../../images/website/school-solution/button8.jpg) no-repeat 50% 0;}
ul.feature .feature11{background:url(../../../images/website/school-solution/live-online.jpg) no-repeat 50% 0;}
ul.feature .feature12{background:url(../../../images/website/school-solution/live-on-tab.jpg) no-repeat 50% 0;}
ul.safeature{float:left;width:100%;padding:0px; list-style:none;}
ul.safeature li{float:left;margin:5px;outline:none;}
ul.safeature li a{display:block;height:100%;outline:none; width:121px;height:121px; overflow:hidden; }
ul.safeature .active{-webkit-box-shadow:0px 0px 3px 0px rgba(0, 0, 0, 0.2);-moz-box-shadow:0px 0px 3px 0px rgba(0, 0, 0, 0.2);box-shadow:0px 0px 3px 0px rgba(0, 0, 0, 0.8);width:position:relative; border:1px solid #fff;}
ul.safeature .safeature1{background:url(../../../images/website/study_abroad/button1.jpg) no-repeat 50% 0;}
ul.safeature .safeature2{background:url(../../../images/website/study_abroad/button2.jpg) no-repeat 50% 0;}
ul.safeature .safeature3{background:url(../../../images/website/study_abroad/button3.jpg) no-repeat 50% 0;}
ul.safeature .safeature4{background:url(../../../images/website/study_abroad/button4.jpg) no-repeat 50% 0;}
ul.safeature .safeature5{background:url(../../../images/website/study_abroad/button5.jpg) no-repeat 50% 0;}
ul.safeature .safeature6{background:url(../../../images/website/study_abroad/button6.jpg) no-repeat 50% 0;}
ul.safeature .safeature7{background:url(../../../images/website/study_abroad/button7.jpg) no-repeat 50% 0;}
ul.safeature .safeature8{background:url(../../../images/website/study_abroad/button8.jpg) no-repeat 50% 0;}
ul.safeature .safeature9{background:url(../../../images/website/study_abroad/button9.jpg) no-repeat 50% 0;}
ul.safeature .safeature10{background:url(../../../images/website/study_abroad/button10.jpg) no-repeat 50% 0;}
ul.safeature .safeature11{background:url(../../../images/website/study_abroad/button11.jpg) no-repeat 50% 0;}
ul.safeature .safeature12{background:url(../../../images/website/study_abroad/button12.jpg) no-repeat 50% 0;}
ul.safeature .safeature13{background:url(../../../images/website/study_abroad/button13.jpg) no-repeat 50% 0;}
ul.safeature .safeature14{background:url(../../../images/website/study_abroad/button14.jpg) no-repeat 50% 0;}
ul.safeature .safeature15{background:url(../../../images/website/study_abroad/button15.jpg) no-repeat 50% 0;}
ul.safeature .safeature16{background:url(../../../images/website/study_abroad/button16.jpg) no-repeat 50% 0;}

.career-list-item{margin-bottom:10px;padding-left:25px;background:url('../../../images/website/bulet_arrow.png') no-repeat 0px 4px;font-size:14px;color:#1f2532;}
.career-list-item:last-child{margin-bottom:0px;}
.career-spacer-20{height:15px;}
.disclaimer-content{padding:0px 0px 0px 0px;font-family:'open_sansregular';font-size:14px;color:#1F2532;}
.disclaimer-content h1{border-bottom:solid 1px #D3D3D3;padding-bottom:12px;}
.disclaimer-content h3{font-family:'open_sansbold';font-size:18px;color:#3DB9BA;border-bottom:solid 1px #D3D3D3;padding:20px 0px 8px 0px;}
.disclaimer-content p{padding:15px 0px 12px 0px;text-align:left;font-size:14px;}
.disclaimer-content ul{margin:15px 0px 0px 25px;}
.disclaimer-content ul li{list-style-image:url(../../../images/website/bulet_arrow.png);padding:0px 0px 15px 5px;font-size:14px;}
.disclaimer-content a{color:#3DB9BA;text-decoration:underline;}
.disclaimer-content .bottom-space{height:62px;}
.inputBg{color:#000;font-size:14px;border:#ccc solid 1px;height:35px;outline:none;padding:5px;width:100%;margin-left:0px;border-radius:5px;font-family:'open_sansregular';float:left;outline:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.itemNameHead label{ display: block; font-weight: 400}
.midarea .accordion-common{ display: none; border: 1px solid #ccc; margin-bottom: 3px; padding: 17px 15px 0; border-top: 0;}
.midarea #accordion{ margin-right: 10px;}
.midarea #accordion h3{ font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; background: #f6f6f6; color: #666; border: 1px solid #cccccc; font-size: 15px; padding: 8px 14px; margin: 0 0 3px 0; cursor: pointer}
.midarea{ font-family: 'Open Sans', sans-serif;}
.midarea #accordion h3.active{ background: #f39a22; color: #fff; border: 1px solid #f39a22; margin: 0}
.midarea .accordion-common ul{ margin-top: 0}
.midarea .accordion-common.list-style li{ list-style: none; color: #1f2532; padding: 0 0 15px 5px}
.welcome-page{ border: 1px solid #ccc; min-height: 480px; float: left; width: 77.5%; border-radius: 5px; padding: 15px; font-family: 'Open Sans', sans-serif;}
.welcome-page ul{ margin: 0 0 24px 14px;}
.welcome-page ul li{ font-size: 15px; line-height: 1.8}
.welcome-page p{ font-size: 15px; font-family: 'Roboto', sans-serif; margin: 12px 0}
.welcome-page h2{ font-size: 16px; font-weight: 600; margin: 0 0 15px}

/*Notification css style*/
.inner_ProRight{ width: 73%; margin-right: 0;}
.notificationWithContent{ float: right; width: 50px; position: relative}
.rightshow-hidePannel li{ list-style: none; text-align: center; margin-bottom: 10px;}
.rightshow-hidePannel > li > a{ background: #2D3181;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2D3181), to(#27295b));
background: -webkit-linear-gradient(#2D3181, #27295b);
background: -moz-linear-gradient(#2D3181, #27295b);
background: -ms-linear-gradient(#2D3181, #27295b);
background: -o-linear-gradient(#2D3181, #27295b);
background: linear-gradient(#2D3181, #27295b);
-pie-background: linear-gradient(#2D3181, #27295b);
width: 50px;
padding: 10px 0;
display: block;
}
.rightshow-hidePannel li a img{  height: 28px; transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s;}
.rightshow-hidePannel li.active a{background: #F2A52B;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F2A52B), to(#d88412));
background: -webkit-linear-gradient(#F2A52B, #d88412);
background: -moz-linear-gradient(#F2A52B, #d88412);
background: -ms-linear-gradient(#F2A52B, #d88412);
background: -o-linear-gradient(#F2A52B, #d88412);
background: linear-gradient(#F2A52B, #d88412);
-pie-background: linear-gradient(#F2A52B, #d88412); }
.rightshow-hidePannel li.active a img, .rightshow-hidePannel li a:hover img{ transform:rotate(-20deg); -webkit-transform:rotate(-20deg); -moz-transform:rotate(-20deg); -o-transform:rotate(-20deg);}
.rightshow-hidePannel-showDetail{ width: 200px; position: absolute; background: #2c2f79; border: 1px solid #ddd; margin-left: -212px; margin-top: -58px; visibility: hidden;
box-shadow: 0 0 2px #888; -moz-box-shadow: 0 0 2px #888; -webkit-box-shadow: 0 0 2px #888; -o-box-shadow: 0 0 2px #888;
padding: 15px;
}
.rightshow-hidePannel-showDetail:after{ content: ""; border-left: 20px solid #2c2f79; border-top: 15px solid transparent; border-bottom: 15px solid transparent;
position: absolute; top: 8px; right: -12px;
}
.rightshow-hidePannel-showDetail.first:after{border-left: 20px solid #f39922;}
.rightshow-hidePannel-showDetail.first{ background: #f39a22}
.rightshow-hidePannel-showDetail h2{ font-size: 15px; color: #fff; margin: 0 0 12px; font-weight: 600; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; border-bottom: 1px solid #ddd; padding-bottom: 5px;}
.rightshow-hidePannel-showDetail li{ list-style: none; font-size: 13px; color: #fff; font-family: Arial, Helvetica, sans-serif; text-align: left; margin: 8px 0 0 0}
.rightshow-hidePannel-showDetail li:first-child{ margin-top: 0}
.rightshow-hidePannel-showDetail li a{ color: #fff}

/*add child popup*/
.addchild-popup{ font-family: 'Open Sans', sans-serif;}
.addchild-popup .modal-header{ border-bottom: 1px solid #d3d3d3; background: #f6f6f6; border-radius: 6px 6px 0 0; padding: 10px 15px;}
.addchild-popup .modal-content{ border-radius: 0; border: 2px solid #f39a22}
.addchild-popup .modal-title{ color: #969696; font-weight: 400}
.addchild-popup .modal-title span{ float: right; font-size: 13px; margin-top: -5px; width: 233px;}
.addchild-popup .modal-title span a{ color: #333}
.addchild-popup .modal-body{ padding: 22px 15px;}
.addchild-popup .form-horizontal .control-label{ color: #898989; font-size: 15px; font-weight: 400; padding-right: 0}
.addchild-popup .form-control{ color: #000;}
.addchild-popup .sbHolder{ font-size: 15px}
.addchild-popup .modal-footer{ text-align: center; border-top: 1px solid #d3d3d3;}
.addchild-popup .modal-footer .btn{ background-color: #f39a22; border: 1px solid #f39a22; text-transform: uppercase; font-size: 15px}
.addchild-popup .modal-footer .btn:hover{ background-color: #ffba00; border: 1px solid #ffba00}
.common_table{}
.common_table .table{ margin: 0}
.common_table .table tr th{ background: #ffffff;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#f6f6f6 ));
background: -webkit-linear-gradient(#ffffff, #f6f6f6 );
background: -moz-linear-gradient(#ffffff, #f6f6f6 );
background: -ms-linear-gradient(#ffffff, #f6f6f6 );
background: -o-linear-gradient(#ffffff, #f6f6f6 );
background: linear-gradient(#ffffff, #f6f6f6 );
-pie-background: linear-gradient(#ffffff, #f6f6f6 ); font-size: 14px; text-align: center; color: #444; font-family: 'Open Sans', sans-serif;}
.common_table .table tr td{ color: #555; font-size: 14px; font-family: 'Open Sans', sans-serif; text-align: center}
.common_table .table tr td a{ color: #0066bc}

/*===========cart css=============*/
#top-cart-container{ margin-left:0px; text-align:left;}
#top-cart-container .top-cart{background:#31759d; position:relative; border:1px solid #fff; box-shadow:0 0 2px #888; -moz-box-shadow:0 0 2px #888; -webkit-box-shadow:0 0 2px #888; display:inline-block; padding:0 4px; height:auto;}
#top-cart-container .top-cart img{ width:15px;}
#top-cart-container .top-cart .alertno{ background:#ee3200; position:absolute; top:-5px; right:-5px; color:#fff; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; font-size:9px; font-weight:bold; padding:0 4px;}
#cartDetail-div{ background:url(../../../images/website/topCart-container-btmBg.png) no-repeat bottom #fbf9f5; visibility:hidden;  position:absolute; z-index:1000; margin-top:5px; width:380px; margin-left:-350px; padding-bottom:20px; box-shadow:0 -3px 4px #333;}
#cartDetail-div:before{ background:url(../../../images/website/topCart-arrow.png) no-repeat;  position:absolute; top:-10px; right:0px; width:30px; height:10px; content:"";}
#cartDetail-div .topCart-heading{ background:url(../../../images/website/dotted-heading-bg.jpg) repeat; padding:5px 10px; font-family:'Myriad Pro', 'Open Sans', sans-serif; font-size:18px; color:#333333;}
.colorpur{ color:#db6363;}
.dottedline{ border-bottom:1px dotted #afaca6; clear:both;}
.topCartUl{ margin:0px; padding:0px; list-style:none;}
.topCartUl li{ padding:10px;}
.topCartUl li .imgcol{ width:50px; margin-right:10px; float:left; padding:3px; border:1px solid #ccc;}
.topCartUl li .namecol{ width:200px; margin-right:10px; float:left; font-size:15px; color:#31759d; font-style:italic;}
.topCartUl li .pricecol{ width:80px; float:left; text-align:right; font-size:13px; color:#db6363;}
.topCartUl li .namecol .iconImg{ margin-top:5px; }
.topCartUl li .namecol .pkgdeleteIcon{ border:1px solid #ddd; height:24px; width:24px; display:inline-block; margin-right:5px; background-image:none !important; padding-left:0!important}
.topCartUl li .namecol .pkgdeleteIcon:hover{ border:1px solid #db6363; }
.icons-editsign{ background-position:-246px 2px;}
.icons-editsign:hover{ background-position:-228px 2px;}
.icons-deletesign{ background-position:-281px 2px;}
.icons-deletesign:hover{ background-position:-266px 2px;}
.topcartsubtotal {background: none repeat scroll 0 0 #fff2c8;   border: 1px solid #fee59a;  font-family: "Roboto";  font-size: 16px;  padding: 5px 10px;  text-align: right;}
.topcartsubtotal .subtotalprice {color: #dd5762; display: inline-block;  font-weight: bold; padding-left: 10px;}
@font-face{font-family: 'WebRupee';src: url('../../fonts/WebRupee.V2.0.eot');src: local('WebRupee'), url('../../fonts/WebRupee.V2.0.ttf') format('truetype'),  url('../../fonts/WebRupee.V2.0.woff') format('woff'), url('../../fonts/WebRupee.V2.0.svg') format('svg'); font-weight:normal; font-style:normal;}
.WebRupee {font-family: "WebRupee";}
.topCar-proccedBtn{ margin-top:15px; margin-bottom:5px; margin-right:10px; text-align:right;}
ul.topmenu li a.proccedbtn{ float: none; height:auto; background: #FF9D00;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FF9D00), to(#fc7100));
background: -webkit-linear-gradient(#FF9D00, #fc7100);
background: -moz-linear-gradient(#FF9D00, #fc7100);
background: -ms-linear-gradient(#FF9D00, #fc7100);
background: -o-linear-gradient(#FF9D00, #fc7100);
background: linear-gradient(#FF9D00, #fc7100);
-pie-background: linear-gradient(#FF9D00, #fc7100);
color:#fff; font-size:15px;  text-shadow:0px 1px 0 rgba(0,0,0, 0.3);
text-transform:uppercase; font-weight:bold; line-height: 25px; border:none; -moz-border-radius:5px; -webkit-border-radius:5px;
}
ul.topmenu li a.proccedbtn:hover, ul.topmenu li a.proccedbtn:focus{background: #FC7100;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FC7100), to(#FF9D00));
background: -webkit-linear-gradient(#FC7100, #FF9D00);
background: -moz-linear-gradient(#FC7100, #FF9D00);
background: -ms-linear-gradient(#FC7100, #FF9D00);
background: -o-linear-gradient(#FC7100, #FF9D00);
background: linear-gradient(#FC7100, #FF9D00);
-pie-background: linear-gradient(#FC7100, #FF9D00); color: #fff; border:none; outline: none} 



.icons-viewProgress{ background-position:0 -220px; height:36px; width:36px; display:inline-block; vertical-align:middle;}
.icons-stuQues{ background-position:-45px -220px; height:36px; width:36px; display:inline-block; vertical-align:middle;}
.icons-Feedback{ background-position:-90px -220px; height:36px; width:36px; display:inline-block; vertical-align:middle;}
.icons-Upload{ background-position:-135px -220px; height:36px; width:36px; display:inline-block; vertical-align:middle;}
.icons-Download{ background-position:-180px -220px; height:36px; width:36px; display:inline-block; vertical-align:middle;}

.parent_section-ul{ padding-top:30px; margin:0; text-align:center; list-style:none;}
.parent_section-ul li{ display:inline-block; margin:0 10px; vertical-align:top;}
.parent_section-ul li a { background:#22acdb; display: block; padding: 15px 0; text-align: center; width: 160px; text-decoration:none;}
.parent_section-ul li a img {height: 74px;}
.parent_section-ul li a:hover {background: none repeat scroll 0 0 #f16cc7;}
.parent_section-ul li a span {color: #fff;display: block;  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; font-size: 17px; margin-top: 20px;}

.sub-heading{
	padding:5px 10px; border-bottom:1px solid #cccccc;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
.create_paper_ul {list-style: outside none none; margin: 0; padding: 10px; text-align: left;}
.create_paper_ul li {border-bottom: 1px solid #ddd; color: #262626; padding: 6px 0; position: relative;}
.create_paper_ul li label {color: #000; display: inline-block; width: 150px;}
.create_paper_ul li .width5 { display: inline-block; margin-right: 30px; width: 5px;}
.self-container {border: 1px solid #999; margin: 10px;}
.text18 {color: #353535;  display: inline-block;  font-family: "Open Sans"; font-size: 16px; line-height: 48px;  min-width: 110px;}
#self {background: none repeat scroll 0 0 #eeeded; border: 1px solid #ddd; margin: 10px;}
.paddingTop7{ padding-top:7px;}
.ajaxloader{ text-align:center;} 

.owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
/* mouse grab icon */
.grabbing { cursor:url(grabbing.png) 8 8, move;}

/*========================media center tab css=================*/
.mediaCenter-tab{ margin-top:20px;}
.mediaCenter-tab .nav-tabs{ border-bottom:2px solid #5d9cc9}
.mediaCenter-tab .nav-tabs > li{ margin-bottom:0;}
.mediaCenter-tab .nav-tabs li a{ background:#2c6085; border-radius:0; color:#fff; border:none; margin-left:10px;  font-size:14px;}
.mediaCenter-tab .nav-tabs li.active a{ background:#5d9cc9; border:none; color:#fff;}
.mediaTab-container{ margin-top:15px;}
.mediaTab-container .col-sm-4{ padding-left:5px; padding-right:5px; }
.marginBottom{margin-bottom:10px;}
.marginTop10{margin-top:10px;}
.mediaBox{ border:1px solid #ddd; padding:10px; box-shadow: inset -1px -1px 1px #ddd; -webkit-box-shadow: inset -1px -1px 1px #ddd; -moz-box-shadow: inset -1px -1px 1px #ddd;  font-size:14px; font-family:'Roboto'; line-height:24px;}
.mediaBox .col-sm-12{ padding-left:0; padding-right:0;}
.mediaBox .btn-default{ border:1px solid #cccccc; color:#2c6085;}

/*========================blog css=================*/
.BlogRow{ padding:0 0 25px 0; margin:0 0 25px 0;}
.blogImg-bg{ background:#fff; padding:5px; overflow:hidden; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; box-shadow: 1px 1px 2px #888; -webkit-box-shadow: 1px 1px 2px #888; -moz-box-shadow: 1px 1px 2px #888; text-align:center;}
.blogImg-bg img{ max-width:100%; max-height:100%;}
.blogbanner-bg{ border:2px solid #dfdfdf; margin:20px 0;}
.blogbanner-bg img{ max-height:228px; width:100%;}
.BlogDate{ font-family:'Roboto'; color:#909090; text-transform:uppercase; font-size:12px;}
.BlogHeading{ padding:8px 0; margin:10px 0; color:#000000; font-size:20px; border-bottom:1px solid #ddd; border-top:1px solid #ddd;}
.BlogContent{ font-size:15px; color:#909090; text-align:justify; font-family:'Roboto';}
.BlogContent p{ font-family:'Roboto';}
.BlogContent a{ color:#e96c4c;}
.BlogPosted{ text-transform:uppercase;}
.BlogPosted span{ color:#000;}
.borBot{ border-bottom:1px solid #ddd}
#PostCate .BlogHeading{ margin-top:0px; padding-top:0; border-top:none;}
#PostCate ul{ margin:0px; padding:0px; list-style:none;}
#PostCate ul li{ border-bottom:1px solid #ddd; padding:10px 0;}
#PostCate ul li a{ color:#000;}
#PostCate ul li span, #PostCate ul li a span{ font-size: 12px; color:#999;}
#PostCate ul li a:hover, #PostCate ul li a:hover span{ color:#337ab7; text-decoration:none;}
.paginationBorder{ padding:0; margin:15px 0;  border-bottom:1px solid #ddd; border-top:1px solid #ddd;}

.BlogRow .media{ box-shadow: 0px 0px 2px #b8b8b8; -webkit-box-shadow: 0px 0px 2px #b8b8b8; -moz-box-shadow: 0px 0px 2px #b8b8b8; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; padding:10px; font-family: "Open Sans"; font-size:11px; line-height:20px;}
.BlogRow .media .CommenterNameBg{ width:65px; height:60px; border:1px solid #efefef;}
.BlogRow .media .media-heading{ font-size:13px; color:#444;}
.blackfade ul{ position: relative; z-index: 99}

/*=============seo landing page css=======*/
.topbanner img{width:100%; }
.second-subject-container{ margin-top:20px;}
.BoardBtn{ margin:20px 0;}
.new-heading {color: #272959; font-family: Arial,Helvetica,sans-serif; font-size: 22px; font-weight: normal; margin-bottom: 10px;}
.repository_content {list-style: outside none disc; margin-left: 15px;}
.repository_content li {color: #222;  font-family: "Open Sans"; list-style:inherit;  font-size: 16px;  margin-bottom: 15px;}
.repository_callus {background: none repeat scroll 0 0 #bb9f70; border-radius: 0 0 7px 7px; color: #fff; font-family: "Open Sans"; font-size: 25px; font-weight: normal;    margin: 0 -20px -20px;  padding: 5px;  text-align: center;}
.career-counseling-head {font-family: "Open Sans",arial; font-size: 36px; font-weight: bold;}
.career-counseling-head > span {color: #fa8235;}
.career-counseling-text {font-size: 16px;line-height: 24px; text-align: justify;}
.cape-score-content{background:url("../../../images/website/shaddow-back.png") no-repeat;background-size:100%;margin:0 -20px;padding:12px 0;}
.cape-score-content .cape-inner {background: none repeat scroll 0 0 #f4f4f4; font-family: "Open Sans",arial;  min-height: 111px;  padding: 28px;}
.cape-score-content .cape-inner-head{font-size:25px;color:#272959;font-weight:bold;}
.cape-score-content .cape-inner-list{list-style:none;margin-top:10px;}
.cape-score-content .cape-inner-list li{font-size:18px;background:url("../../../images/website/list-round-bullet.png") no-repeat;background-position:0 10px;padding-left:10px;}
.career-co-banner {min-height: 357px; position: relative;}
.cape-content {left: 0; position: absolute; text-align: center; top: 75px; width: 435px;}
.cape-content {left: 0; position: absolute;text-align: center; top: 75px; width: 435px;}
.cape-add {font-size: 40px; font-weight: bold;}
.cape-block {margin: 24px 12px; width: 190px;}
.cape-head {font-size: 18px; font-weight: bold;}
.cape-head-content {font-size: 17px;}
.fl {float: left;}
.profile-cape-board{background:url("../../../images/website/package-cape-board.png") no-repeat;min-height:240px;padding:65px 20px 20px 20px;position:absolute;right:-32px;top:25px;width:299px;}
.profile-cape-board .board-head{font-size:25px;font-weight:bold;color:#382a19;}
.profile-cape-board .board-list{list-style-type:none;margin-top:10px;}
.profile-cape-board .board-list li{color:#382a19;font-size:15px;line-height:26px;background:url("../../../images/website/board-list-icon.png") no-repeat;background-position:0 10px;padding:0 10px;}
.banner-block{position:relative;}
.banner-block .round-block{overflow:hidden;width:310px;height:310px;background:#272959;position:absolute;border-radius:50%;text-align:center;}
.banner-block .first-block{left:9px;top:165px;}
.banner-block .first-block .em-head{font-weight:bold;color:#ff9000;font-size:42px;line-height:40px;margin-top:92px;font-family:"Open Sans",arial;}
.banner-block .first-block .ol-head{font-weight:bold;color:#fff;font-size:30px;font-family:"Open Sans",arial;}
.banner-block .first-block .start-with{font-weight:bold;color:#fff;font-family:"Open Sans",arial;font-size:20px;margin:10px auto;width:125px;}
.banner-block .first-block .start-with img{float:right;margin-top:10px;}
.banner-block .second-block{left:420px;top:165px;text-align:center;}
.banner-block .second-block p{color:#fff;font-size:20px;padding:0 20px;line-height:28px;margin-top:40px;font-family:"Open Sans",arial;}
.free-test{background:#ebebeb;color:#272959;font-size:18px;line-height:40px;font-weight:bold;}
.banner-block .third-block{right:10px;top:165px;}
.banner-block .third-block .inr{font-size:37px;font-weight:bold;color:#fff;margin:90px 0 10px 0;}
.banner-block .third-block .start-prep{font-size:25px;font-weight:bold;color:#fff;margin:0px 0 0 0;}
.package-table{ margin-top:20px;}
.package-table thead{background:#272959;color:#fff;font-size:20px;font-weight:bold;text-align:center;line-height:40px;}
.package-table tbody{text-align:center;line-height:25px;font-size:14px;}
.package-table .table td{border:solid 1px #272959;border-width:0 0 1px 1px;}
.sat-main-heading{color:#272959;font-size:26px;font-family:"Open Sans",arial;font-weight:normal;}
.sat-listing{list-style-type:none;margin-left:20px;font-family:"Open Sans",arial;}
.sat-listing li{display:block;margin:10px 0;padding-left:20px;font-size:16px;color:#2e2e2el;background:url(../../../images/website/list-arrow.png) no-repeat;background-position:0% 50%;}
.package-heading{text-align:justify;font-size:26px;color:#272959; font-family:"Open Sans",arial; font-weight:normal;}
.sat-query_bg{background:#f0f0f0;border:1px solid #cbcbcb;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;padding:10px; width:70%; float:right;}
.sat-query_bg h3.query-heading{font-family:Arial, Helvetica, sans-serif;font-size:18px;font-weight:bold;text-align:center;color:#272959;}
.sat-query_bg input[type='text'], .sat-query_bg input[type='email'], .sat-query_bg input[type='phone']{border:1px solid #979797;padding:5px;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;margin-top:10px;width:99%;font-family:Arial, Helvetica, sans-serif;}
.sat-query_bg input[type='text']{padding-left:30px;}
.sat-query_bg input[type='email']{background:url(../../../images/website/support_email.gif) #fff no-repeat 10px;padding-left:30px;}
.sat-query_bg input[type='phone']{background:url(../../../images/website/phone_icon.png) #fff no-repeat 10px;padding-left:30px;}
.sat-query_bg input[type='button'], .sat-query_bg input[type='submit']{background:#272959;padding:5px 0;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;margin-top:10px;color:#fff;font-size:18px;font-weight:bold;font-family:Arial, Helvetica, sans-serif;text-align:center;border:none;width:100%;}
.sat-query_bg input.name-fild{background:url(../../../images/website/name_icon.png) #fff no-repeat 10px;padding-left:30px;}
.queryArea {border: 1px solid #979797;border-radius: 5px; font-family: Arial,Helvetica,sans-serif;  margin-top: 10px; min-height: 70px; width: 99%;}
.package-text{text-align:justify;font-size:16px;color:#2e2e2e;font-family:"Open Sans",arial;line-height:25px;}
.banner-block .first-block .start-with img{float:right;margin-top:10px;}
.satlanding_content li{list-style:inside;font-family:'Open Sans';font-size:14px;color:#222;margin-bottom:10px;}
.sat-banner-btn{position:absolute;left:34px;top:126px;z-index:1000;}
.repository_heading {color: #333;  font-family: "Open Sans"; font-size: 28px; text-align: center; margin-bottom:20px}
.repository_heading h1{margin:0; font-size:28px;}
.fast-track-package-buyNow {bottom: 170px; position: absolute;  right: 144px;  z-index: 10;}
.learn-border {border: 1px solid #955fab; padding: 10px;}
.practice-border {border: 1px solid #ffae00; padding: 10px;}
.test-border {border: 1px solid #ec5e36;  padding: 10px;}
.learning-way-heading {color: #333; font-family: "Open Sans";  font-size: 14px;  padding: 0 0 10px 10px;margin-top:0;}
.learning-way-more {float: right; font-family: Arial,Helvetica,sans-serif; font-size: 12px; margin-right: 10px;}
.learntablist{ list-style:inside;}
.learntablist li{ margin:10px 0;}
.flatbox{ border:1px solid #272959; border-bottom:none; padding:20px 0 20px; box-shadow: inset 0px -11px 10px -9px #ABABAB; -webkit-box-shadow: inset 0px -11px 10px -9px #ABABAB;-moz-box-shadow: inset 0px -11px 10px -9px #ABABAB; -o-box-shadow: inset 0px -11px 10px -9px #ABABAB;  font-family: "Myriad Pro"; text-transform:uppercase; font-size:80px; color:#272959; text-align:right; position:relative;}
.flatbox img{ max-width:100%;}
.flatBoxul{padding:40px; margin:0px; background:#fff; border:1px solid #ff0000;}
.offBuy-btn{font-family:"Roboto"; font-size:15px; font-weight:bold; text-decoration:none; color:#f76701; border:1px solid #ffbf97; display:inline-block; margin-top:10px; padding:3px 15px; box-shadow:0 0 1px #fb8c3e; border-radius:8px; background: #fafbf2; /* Old browsers */
background: -moz-linear-gradient(top, #fafbf2 0%, #e8d0b9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafbf2), color-stop(100%,#e8d0b9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fafbf2 0%,#e8d0b9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fafbf2 0%,#e8d0b9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fafbf2 0%,#e8d0b9 100%); /* IE10+ */
background: linear-gradient(to bottom, #fafbf2 0%,#e8d0b9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafbf2', endColorstr='#e8d0b9',GradientType=0 ); /* IE6-9 */}
.offcategorytext{ font-family: "Roboto"; font-size:22px; text-transform:uppercase; color:#272959;}
.fest_heading{ background:#dbdbdb; padding:5px 10px; margin:0; text-align:center; font-size:26px; text-transform:uppercase; color:#333; font-weight:bold; box-shadow:0 16px 4px -14px #888; -moz-box-shadow:0 16px 4px -14px #888; -webkit-box-shadow:0 16px 4px -14px #888;}
.coupon-code{ position:absolute; margin-top:131px; z-index:100; color:#fff; right:22px; font-family: 'Roboto'; font-size:18px; text-transform:uppercase; }
/*
Erro Page CSS
*/
.errorcontainer{width:700px; margin:auto;}
.error404-heading{border-bottom:1px solid #ccc;border-top:1px solid #ccc;padding:15px 0;text-align:center;font-family:Arial, Helvetica, sans-serif;font-size:60px;color:rgb(192, 0, 0);;}
.error404-contentheading{text-align:center;font-family:Arial, Helvetica, sans-serif;font-size:22px;color:#666;margin:20px 0;}
.error404-content{color:#666;font-size:18px; line-height:28px;font-family:Arial, Helvetica, sans-serif;text-align:center;}
.error404-content a{color:#548DD4; text-decoration:underline;}


.VideoIframe{ width:100%; height:195px; display:inline;}
.lptPlaceholder{background:#272959; color:#fff; font-size:13px; font-family: 'Roboto';  margin: -3px auto 2px; padding: 3px 10px; border-radius:3px; display:inline-block;}
.opjectContainer{ margin:auto; width:690px !important; height:554px; display:block;}
.opjectiframeContainer{ margin:auto; width:100%; height:554px; display:block;}
#preloader{ z-index:1000;}


.subjectBg{ margin:0; padding:0; list-style:none;}
.subjectBg li{ display:inline-block; vertical-align:top; width:140px; margin:10px;}
.subjectBg li a{ display:block; color:#fff; min-height:90px; background:#257cb5; text-align:center; padding:10px 0;}
.subjectBg li a:hover{ text-decoration:none;}
.subjectBg li a span{ display:block; margin: auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 98%; line-height:22px;}
.subjectBg li a img{ height:45px; margin-bottom:5px;}


/*=======================new css====================*/
/* topbar */
.topbar{ width:90%; margin:0 auto; background-color:#272959;}
ul.topmenu{ list-style:none; text-align:right; padding-right:10px; }
ul.topmenu li{ display:inline-block; padding:6px 15px 6px 15px;}
ul.topmenu li a { display:inline-block; text-decoration:none; color:#fff; background:url(../../../images/website/topbar.png) no-repeat; padding-left:21px; height:15px; font-size:12px;}
ul.topmenu li.login a{ background-position:0px 0px; transition:.2s ease-in-out;}
ul.topmenu li.login a:hover{ background-position:0px -16px; }
ul.topmenu li.register a{ background-position:0px -34px; transition:.2s ease-in-out;}
ul.topmenu li.register a:hover{ background-position:0px -50px;}
ul.topmenu li.helpdesk a{ background-position:0px -68px; transition:.2s ease-in-out;}
ul.topmenu li.helpdesk a:hover{ background-position:0px -84px;}
.headerow{ margin:0px auto}
.headerrow-1{ padding-bottom:5px;}
ul.nav ul{ }

.headerrow-2-1{ text-align:center; padding:0px; margin:0 auto;}
.headerrow-3{ width:70%; margin:0 auto}
/* topmenu eng*/


/* Search and social media  */

#custom-search-input { margin:0; margin-top: 10px;  padding: 0;  }
#custom-search-input .search-query { padding-right: 3px; padding-right: 4px \9; padding-left: 3px; padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
margin-bottom: 0;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
#custom-search-input button { border: 0; background: none;  /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: 0px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color:#D9230F;
    }
.search-query:focus + button { z-index: 3; }
.search-box{ float: right; position: relative;}
.search-box input[type="text"]{ border: 1px solid #d1d1d1; border-radius: 3px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
color: #555; font-size: 12px; font-family: Arial, Helvetica, sans-serif;  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
transition: all 0.7s ease 0s; width: 180px; height: 24px; line-height: 24px;  margin: 0;  padding: 0 28px 0 10px;
-webkit-transition: all 0.7s ease 0s;
-moz-transition: all 0.7s ease 0s;
-o-transition: all 0.7s ease 0s;
}
.search-box input[type="text"]:focus{ width: 240px; border: 1px solid #d1d1d1; outline: none;}
#searchbutton{ background: url(../../../images/website/sprite.png) 0 0 no-repeat; width: 20px; height: 20px; top: 50%; margin: -10px 0 0; right: 7px; position: absolute; border: none; padding: 0}
ul.socialmedia{ list-style-type:none; padding-top:7px; padding-right:0px; margin:0px; margin-right:0px ; float:right}
ul.socialmedia li{ font-size: 16px; display: inline-block;}
ul.socialmedia li a {display: inline-block; background: url("../../../images/website/facebookstrip.png") no-repeat; margin-right:1px }
ul.socialmedia li.facebook a {background-position: 0 0px; width:31px; height:30px; -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease;  -o-transition: all 0.8s ease;
-ms-transition: all 0.8s ease; transition: all 0.8s ease;}
ul.socialmedia li.facebook a:hover {  -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg);-o-transform: rotate(360deg);-ms-transform: rotate(360deg); transform: rotate(360deg); }
ul.socialmedia li.pintrate a {background-position: -34px 0px; width:31px; height:30px; -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease;  -o-transition: all 0.8s ease;
-ms-transition: all 0.8s ease; transition: all 0.8s ease;}
ul.socialmedia li.pintrate a:hover {  -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg);-o-transform: rotate(360deg);-ms-transform: rotate(360deg); transform: rotate(360deg); }
ul.socialmedia li.twittwe a {background-position: -67px 0px; width:30px; height:30px; -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease;  -o-transition: all 0.8s ease;
-ms-transition: all 0.8s ease; transition: all 0.8s ease;}
ul.socialmedia li.twittwe a:hover {  -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg);-o-transform: rotate(360deg);-ms-transform: rotate(360deg); transform: rotate(360deg); }
ul.socialmedia li.youTube a {background-position: -99px 0px; width:30px; height:30px; -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease;  -o-transition: all 0.8s ease;
-ms-transition: all 0.8s ease; transition: all 0.8s ease;}
ul.socialmedia li.youTube a:hover {  -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg);-o-transform: rotate(360deg);-ms-transform: rotate(360deg); transform: rotate(360deg); }
ul.socialmedia li.linkedIn a {background-position: -130px 0px; width:30px; height:30px; -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease;  -o-transition: all 0.8s ease;
-ms-transition: all 0.8s ease; transition: all 0.8s ease;}
ul.socialmedia li.linkedIn a:hover {  -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg);-o-transform: rotate(360deg);-ms-transform: rotate(360deg); transform: rotate(360deg); }

ul.socialmedia li.google a {background-position: -164px 0px; width:30px; height:30px; -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease;  -o-transition: all 0.8s ease;
-ms-transition: all 0.8s ease; transition: all 0.8s ease;}
ul.socialmedia li.google a:hover {  -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg);-o-transform: rotate(360deg);-ms-transform: rotate(360deg); transform: rotate(360deg); }
.sMenu{ width:180px; height:30px;}
/* Search and social media  */

.navbar-nav > li { padding: 10px 28px;}
  .navbar-nav > li.navbar-right {float: right !important;}
.input-group {display: table;position: relative; border-collapse: separate;}
.tollfree{ padding:0px; margin:0 auto; display:inline-block; vertical-align:top}
.headerrow-3{width:90%; padding-top:10px}
.packageRow{ margin-top:0px; text-align:center; background-color:#e5e5e5; margin-bottom: 3px;}
.buysection{font-family:Verdana;}
.buysection h1{font-size:25px; font-weight:bold; color:#cc6600; text-align:center}
.buysection .col-xs-2{padding:0px; margin:20px 0px 20px 15px;}
.buysection .img-responsive{width:100%}
.buysection-list {width:16%; margin:0px auto; float:none; display:inline-block; text-align:center}
.buysection-list h3{font-size:17px; font-weight:bold; color:#FFFFFF; text-shadow:0px 2px 6px #000000;}
.buysection-list .btn{width:80%; font-size: 13px; font-family:Verdana; font-weight:bold; color:#000; margin:10px auto; }
.buysection-list .btn-primary {
	background: #f2f6f8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjZmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Q4ZTFlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2I1YzZkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGVmZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f6f8), color-stop(50%,#d8e1e7), color-stop(51%,#b5c6d0), color-stop(100%,#e0eff9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-8 */
}

.buysection-list .btn-primary:hover {background: #f2f6f8;}

.buysection-list ul.blue{ background-color:#0778b9; margin:0px; padding:0px; border:3px solid #0778b9}
.buysection-list ul.blue li{list-style:none;}

.buysection-list ul.yellow{ background-color:#eda50b; margin:0px; padding:0px; border:3px solid #eda50b}
.buysection-list ul.yellow li{list-style:none;}

.buysection-list ul.green{ background-color:#73b356; margin:0px; padding:0px; border:3px solid #73b356}
.buysection-list ul.green li{list-style:none;}

.buysection-list ul.orange{ background-color:#ff8257; margin:0px; padding:0px; border:3px solid #ff8257}
.buysection-list ul.orange li{list-style:none;}

.buysection-list ul.purple{ background-color:#8f44ad; margin:0px; padding:0px; border:3px solid #8f44ad}
.buysection-list ul.purple li{list-style:none;}

.buysection-list ul.lightblue{ background-color:#32939a; margin:0px; padding:0px; border:3px solid #32939a}
.buysection-list ul.lightblue li{list-style:none;}

.parent {display:table; text-align:center; width:50%;vertical-align:middle;}
.productVideoContainer{ width:100%; height:268px;}
.moveBoxContainer{ height:268px;}
.productBoxTopRight p.margintop95{ margin-top:60px;}
.know_moreBtn{ margin-bottom:8px;}
.Mainlogo img{ max-width:170px; display:inherit;}
.county{ display:inline-block;}
.bannerlist{ margin-top:15px;}
.dashboard-block .container{}
.black_overlay{ display: none; position: absolute; top: 0%; left: 0%; width: 100%; height: 100%; background-color: black; z-index:1001;-moz-opacity: 0.8;opacity:.80;filter: alpha(opacity=80); padding-top: 150%;} 
.white_content { display: none; position: absolute; top:20%; left: 21%; width: 50%;  padding: 16px; border:2px solid #F39A22;  background-color: white; z-index:1002; overflow: auto; border-radius: 5px 5px 5px 5px;}
.timeLeftcontainer{ font-size: 14px; font-weight: bold; padding: 20px; border: 1px solid #db6363;}
.expiredtext{font-size:18px; text-align:center;}
.expiredtext .sorrytext{ color:#f00; font-size:25px; text-align:center;}
.contact-content {color: #000; font-family: "Roboto",sans-serif;}
.contact-content li {list-style: outside none none; overflow: hidden; border-bottom: 1px dotted #D3D3D3; padding: 20px 15px;}
.contact-content li:first-child {border-top: 1px dotted #D3D3D3;}
.contact-content li .left-image {float: left; width: 57px; margin: 5px 25px 0px 0px; text-align: center;}
.contact-info {overflow: hidden; font-size:15px;}
.contact-info p {font-family: "Roboto",sans-serif; color: #000; margin: 0px;line-height: 26px;}
.contact-info h2 {font-size: 18px; color: #3DB9BA; margin: 0px; line-height: 24px;}
.main-content h1.contentH1{ color: #1F2532; font-size: 14px; display: inline-block; margin: 0; font-weight: 400}
.manualPdf p{ margin-top:10px; color:#e36c0a; font-size:15px; font-weight:bold;}
.manualPdf a:hover{ text-decoration:none;}
.addFree-trial{ text-align: left; margin: 20px 0 0 0}
.addFree-trial span{ color: #337ab7}
.addFree-trial a.btn{ background: #945aad; padding: 3px 10px; color: #fff; border-radius: 3px; border: 1px solid #6a2878}
.addFree-trial a.btn:hover{ background: #6a2878; border: 1px solid #6a2878}
.addFree-trialPractice a.btn{ background: #f39a22; border: 1px solid #b06b09}
.addFree-trialPractice a.btn:hover{background: #b06b09; border: 1px solid #b06b09 }

.addFree-trialTest a.btn{ background: #ef5a31; border: 1px solid #91360c}
.addFree-trialTest a.btn:hover{background: #91360c; border: 1px solid #91360c }

.addFree-trialBoard a.btn{ background: #ee1c25; border: 1px solid #a60c13}
.addFree-trialBoard a.btn:hover{ background: #a60c13; border: 1px solid #a60c13}
.choosedefaultsub{ margin: 10px 0!important; list-style: none; padding: 0;}
.choosedefaultsub li{ padding: 10px 10px 0 15px!important; border-bottom: 1px solid #ddd;}
.footerClassBg{ background:#E0E0E0; margin:0px; margin-bottom:10px; padding:0; list-style:none; display:table; width:100%; }
.footerClassBg li{ display:table-cell; border-right:1px solid #C9C9C9;}
.footerClassBg li:first-child{ width:10%}
.footerClassBg li:last-child{border-right:none;}
.footerClassBg li a{ display:block; padding:7px 7px; text-decoration:none; color:#333; font-size:13px; font-weight:bold; text-align:center;}
.footerClassBg li a:hover{background:#CCCCCC; }
.footerClassBg li a.cbseBoard{ background:#3c6ecd; position:relative; color:#fff; font-weight:bold; font-size:14px;}
.footerClassBg li a.cbseBoard:before{ content:""; width: 0; height: 0; border-style: solid; border-width: 9px 0 9px 10px; border-color: transparent transparent transparent #3c6ecd; right:-10px; position:absolute;}
.footerClassBg li a.icseBoard{ background:#319cee; position:relative; color:#fff; font-weight:bold; font-size:14px;}
.footerClassBg li a.icseBoard:before{ content:""; width: 0; height: 0; border-style: solid; border-width: 9px 0 9px 10px; border-color: transparent transparent transparent #319cee; right:-10px; position:absolute;}
.choosedefaultsub li{ padding: 10px 10px 0 15px!important; border-bottom: 1px solid #ddd;}
.exploreMore li a{color: #333333; display: block;line-height: 18px;padding: 2px 10px 7px 15px;}
.exploreMore li a:hover{background-color: #F7F7F7; color: #2C6085; text-decoration: none;}
#exploreMore{padding: 10px 13px 10px;}
.exploreMore li {list-style: none outside none;}
.exploreMore li a.capImg{background: url(../../../images/website/cap-icon.png) no-repeat left 5px; padding-left:25px;  margin-left: 13px;}
.exploreMore li a.satImg{background: url(../../../images/website/sat-icon.png) no-repeat left 5px; padding-left:25px;  margin-left: 13px;}
.exploreMore li a.studyImg{background: url(../../../images/website/overseas-icon.png) no-repeat left 5px; padding-left:25px;  margin-left: 13px;}

.photobrowser{ margin-top: 15px; clear: both}  
.photobrowser .btn{ background: #7F7F7F;  border: 1px solid #7F7F7F; border-radius: 0 4px 4px 0 !important; color: #FFFFFF; font-size: 16px; height: 40px;
    line-height: 40px;  padding: 0;  text-align: center; width: 100%; margin: 0; outline: none}
.photobrowser .btn:focus{ outline: none}
.photobrowser .upload_File{ width: 90%; float: left;}
.photobrowser .form-control { width: 88%; display: block; float: left; cursor: default;}
.photobrowser .group-span-filestyle.input-group-btn{ width: 11%; float: left; display: block;}
.photobrowser .group-span-filestyle.input-group-btn .btn{ width: 100%;}
.photobrowser .group-span-filestyle.input-group-btn label{ margin: 0;}
.photobrowser .bootstrap-filestyle{ width: 100%}
.photobrowser #loadingPostcom{display: inline-block;   margin-top: 12px; display:none;}

.photobrowser.fileupload .upload_File{ width: 100%;}
.photobrowser.fileupload{ margin-top: 5px;}
.photobrowser.fileupload .form-control{ height: 30px;}
.photobrowser.fileupload .btn{ height: 30px; line-height: 30px;}
.photobrowser.fileupload .form-control{ width: 75%;}
.photobrowser.fileupload .group-span-filestyle.input-group-btn{ width: 25%;}

.activationTabPopup{ margin:0px; padding:0px; list-style:none; border-right:1px solid #ccc; }
.activationTabPopup li{}
.activationTabPopup li a{ display:block; text-align:center; padding:65px 0; color:#fff; font-family:Arial, sans-serif; font-size:18px; text-decoration:none; background:#32869e; border-top:1px solid #ccc; pointer-events:none;}
.activationTabPopup li a.singlepakgeTab{ padding: 155px 0;}
.activationTabPopup li:first-child a{border-top:none; border-bottom:1px solid #ccc}
.activationTabPopup li a.active{background:#fff; color:#2c6085; border:none;pointer-events:inherit;}
.activationTabPopup li a.active:after{ content:""; position:absolute; margin-top:-10px; right:-10px; width: 0; height: 0; border-style: solid; border-width: 9px 0 9px 10px; border-color: transparent transparent transparent #cccccc;
}
.updateProfile .radio-box input[type="radio"] + label{ color:#333;}


/* CSS for video by Ankit*/
.video-back{ background-repeat: no-repeat; background-size: 100% auto; padding: 61px 93px;}
.video-back > object{ height: 500px; width: 650px;}
.obj-top-btn { left: 40%; position: absolute; top: 8%;}
.obj-cont{ height:500px; margin-top:5px;}

/* CSS for Pagination */
.zendpagination{padding:10px 0;}
.zendpagination ul li{display:inline-block;}
.zendpagination ul li a{color:#333333;cursor:pointer;font-size:12px;margin:0 5px;}
.zendpagination ul li.disabled a, .zendpagination ul li.disabled a:hover{background:none repeat scroll 0 0 transparent;cursor:default;color:#bbb;}
.zendpagination ul li.active a, .zendpagination ul li.active a:hover{color:#ff4242;font-weight:bold;}

/*custom loader*/
.cssload-loading {
    background: #fff;
    padding: 18px 0 18px 15px;
    position: absolute;
    width: 100%;
    z-index: 100;
}
.buy-content .cssload-loading{
    padding: 0;
    border: 1px solid #cccccc;
    height: 55px;
    line-height: 55px;
    padding-left: 30px;
    border-radius: 40px;
}
.register-page .cssload-loading {
    background: #fff;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 100;
    height: 100%;
    padding-left: 10px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
}
.register-page #schoolArea .cssload-loading{
  position: absolute;
  
}
.register-page #schoolArea .select-board .form-group{
  position: relative;
  
}


.profile-block #selectedClass .cssload-loading {
    padding: 0;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    position: absolute;
    width: 210px;
   
}
.profile-block.change-Profile #selectedClass .cssload-loading {
    position: relative;
    width: 100%;
    margin-top: -40px;
}
.cssload-loading.hide{
  display:none;
}
.buy-content .form-group {
    position: relative;
}


.cssload-loading i{
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 50%;
	background: rgb(0,179,213);
}
.cssload-loading i:first-child{
	opacity: 0;
	animation:cssload-loading-ani2 0.58s linear infinite;
		-o-animation:cssload-loading-ani2 0.58s linear infinite;
		-ms-animation:cssload-loading-ani2 0.58s linear infinite;
		-webkit-animation:cssload-loading-ani2 0.58s linear infinite;
		-moz-animation:cssload-loading-ani2 0.58s linear infinite;
	transform:translate(-10px);
		-o-transform:translate(-10px);
		-ms-transform:translate(-10px);
		-webkit-transform:translate(-10px);
		-moz-transform:translate(-10px);
}
.cssload-loading i:nth-child(2),
.cssload-loading i:nth-child(3){
	animation:cssload-loading-ani3 0.58s linear infinite;
		-o-animation:cssload-loading-ani3 0.58s linear infinite;
		-ms-animation:cssload-loading-ani3 0.58s linear infinite;
		-webkit-animation:cssload-loading-ani3 0.58s linear infinite;
		-moz-animation:cssload-loading-ani3 0.58s linear infinite;
}
.cssload-loading i:last-child{
	animation:cssload-loading-ani1 0.58s linear infinite;
		-o-animation:cssload-loading-ani1 0.58s linear infinite;
		-ms-animation:cssload-loading-ani1 0.58s linear infinite;
		-webkit-animation:cssload-loading-ani1 0.58s linear infinite;
		-moz-animation:cssload-loading-ani1 0.58s linear infinite;
}




@keyframes cssload-loading-ani1{
	100%{
		transform:translate(20px);
		opacity: 0;
	}
}

@-o-keyframes cssload-loading-ani1{
	100%{
		-o-transform:translate(20px);
		opacity: 0;
	}
}

@-ms-keyframes cssload-loading-ani1{
	100%{
		-ms-transform:translate(20px);
		opacity: 0;
	}
}

@-webkit-keyframes cssload-loading-ani1{
	100%{
		-webkit-transform:translate(20px);
		opacity: 0;
	}
}

@-moz-keyframes cssload-loading-ani1{
	100%{
		-moz-transform:translate(20px);
		opacity: 0;
	}
}

@keyframes cssload-loading-ani2{
	100%{
		transform:translate(10px);
		opacity: 1;
	}
}

@-o-keyframes cssload-loading-ani2{
	100%{
		-o-transform:translate(10px);
		opacity: 1;
	}
}

@-ms-keyframes cssload-loading-ani2{
	100%{
		-ms-transform:translate(10px);
		opacity: 1;
	}
}

@-webkit-keyframes cssload-loading-ani2{
	100%{
		-webkit-transform:translate(10px);
		opacity: 1;
	}
}

@-moz-keyframes cssload-loading-ani2{
	100%{
		-moz-transform:translate(10px);
		opacity: 1;
	}
}

@keyframes cssload-loading-ani3{
	100%{
		transform:translate(10px);
	}
}

@-o-keyframes cssload-loading-ani3{
	100%{
		-o-transform:translate(10px);
	}
}

@-ms-keyframes cssload-loading-ani3{
	100%{
		-ms-transform:translate(10px);
	}
}

@-webkit-keyframes cssload-loading-ani3{
	100%{
		-webkit-transform:translate(10px);
	}
}

@-moz-keyframes cssload-loading-ani3{
	100%{
		-moz-transform:translate(10px);
	}
}
