* {
	margin: 0px;
	padding: 0px;
}
html, body {
	/*font-family: 'NotoSansJP,Slack-Lato,appleLogo,sans-serif';*/
	font-family: 'Open Sans', sans-serif;
}
/*--slick_carousel_default_style--*/
/* Slider */
#neet_heading{
	font-size: 29px;
}
#keerthana{
	width:100%;
}
li.dropdown-header{
	font-size: 20px;
	color: blue;
}
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.error_msg{
	display: none;
}
#mandatory{
	color: red;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	outline: 0px !important;
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/*--slick_carousel_end--*/

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	outline: 0px;
}
.screen_cover {
	height: 100%;
	width: 100%;
}
.screen_cover_for_x {
	height: 100%;
}
.screen_cover_for_y {
	width: 100%;
}
.centralized_items {
	display: table;
}
.centralized_item_contents {
	display: table-cell;
	vertical-align: middle;
}
.browser_properties {
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 18px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 18px 3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 18px 3px rgba(0,0,0,0.75);
}
#panel, #flip {
	padding: 2px;
	text-align: center;
	background-color: #e5eecc;
	border: none;
}
#panel {
	padding: 20px;
	display: none;
}
#flip:hover {
	height: 10px;
	z-index: 3;
}
h5 {
	margin-bottom: 0px;
}
.navbar-default.main_menu {
	border-radius: 0px;
	background: #fff;
	-webkit-box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 15px -12px rgba(0,0,0,0.75);
}
.login_btn {
	/*background-color: #23A0f0;*/
	border: none;
	/*border-radius: 30px;*/
	color: #fff;
	padding: 20px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
}
.navbar-default .navbar-right > li:last-child > a:hover, .navbar-default .navbar-right > li:last-child > a {
	/*background-color: #23A0f0;*/
	border: none;
	color: white;
	padding: 10px 40px;
	margin-top: 5px;
	
}
.collapse.in {
	background: #fff;
}
.collapse_desc {
	color: #66666;
	padding: 15px 10px;
	background: #fff;
	margin: 0px;
}
input {
	outline: none;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration, input::-webkit-search-cancel-button {
 display: none;
}
input[type=search] {
	background: #ededed url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 9px 10px 9px 32px;
	width: 55px;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input[type=search]:focus {
	width: 130px;
	background-color: #fff;
	border-color: #66CC75;
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}
 input:-moz-placeholder {
 color: #999;
}
input::-webkit-input-placeholder {
 color: #999;
}
/* Demo 2 */
#demo-2 input[type=search] {
	width: 18px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
}
#demo-2 input[type=search]:hover {
	background-color: #fff;
}
#demo-2 input[type=search]:focus {
	width: 130px;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
 #demo-2 input:-moz-placeholder {
 color: transparent;
}
 #demo-2 input::-webkit-input-placeholder {
 color: transparent;
}
.navbar-nav > li > .dropdown-menu.course {
	margin-top: 21px;
}
.navbar.sdy {
	margin-bottom: 0px;
}
.sdy {
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}
.navbar-inverse.sdy .navbar-nav > li > a, .navbar-inverse.sdy .navbar-nav > li > a:hover {
	color: #666;
}
.navbar-inverse.sdy .navbar-nav > .active > a, .navbar-inverse.sdy .navbar-nav > .active > a:hover, .navbar-inverse.sdy .navbar-nav > .active > a:focus {
	background: #fff;
	border-bottom: 3px solid #ff0000;
}
.navbar.sdy {
	z-index: 999;
	border-right: 0px;
	border-left: 0px;
	border-radius: 0px;
	border: none;
	border: 1px solid #ccc;
}
video#videobg {
	min-width: 50%;
	min-height: 50%;
	transition: 1s opacity;
}
.tab_content {
	padding-left: 200px;
	padding-right: 200px;
}
.tab_lined_style {
	border-right: 0px;
	border-left: 0px;
}
.tab_lined_style .nav.tab_nav li:hover {
	border-bottom: 2px solid #ff0000;
	padding: 0px;
}
.nav > li > a:hover, .nav > li > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background: #fff;
}
.tab_content .nav-tabs li a {
	color: #666666;
}
.tab_content .nav-tabs > li > a, .tab_content .nav > li > a:hover {
	font-size: 15px;
	font-weight: 500;
 color;
#666666;
	background: none;
}
.navbar-default .navbar-right > li:last-child > a:hover, .navbar-default .navbar-right > li:last-child > a {
	margin-top: 11px;
	padding: 11px 40px;
}
.lecture_notes {
	border-bottom: 1px solid #ccc;
}
.lecture_notes li {
	list-style: none;
	display: inline-block;
	margin: 6px;
	color: #666666;
}
.lecture_notes li:last-child {
	float: right;
	margin-right: 3px;
}
.lecture_section_heading_lists {
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #ccc;
}
.lecture_notes .btn_preview a {
	background-color: #159d1a;
	border: none;
	border-radius: 5px;
	color: #fff;
	padding: 7px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
}
.desc, .requirent_quote, .benficial_quote, .audience_quote, .course_listings {
	font-size: 15px;
	font-weight: 300;
	color: #666;
}
.heading_sublines {
	font-size: 14.5px;
	font-weight: 300;
	color: 666;
}
.lesson_coverage {
	/*padding: 10px;*/
	padding: 5%;
	/*position: absolute;*/
	bottom: 0px;
	background: #fff;
	left: 0px;
	right: 0px;
	opacity: .7;
}
#lesscvgid {
	padding: 10px;
	}
.lesson_coverage .learning_question_lists li {
	list-style: none;
	display: inline-block;
	margin: 4px;
}
.embed-responsive-16by9 {
	padding-bottom: 550px;
}
.learning_question_lists li {
	font-size: 13.5px;
	color: #666;
	font-weight: 300;
}
.lesson_coverage .price {
	display: block;
}
.lesson_coverage .course_offer_btn {
	float: right;
	padding-top: 25px;
}
.lesson_coverage .course_offer_btn .course_btn {
	background-color: #159d1a;
	border: none;
	border-radius: 5px;
	color: #fff;
	padding: 15px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
}
#section2 {
	height: 500px;
	overflow: auto;
}
.embed-responsive {
	position: relative;
}
.preview_video {
	background-color: #16B10A;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}
button {
	outline: 0px;
}
.embed-responsive .overlay_video_image {
	position: absolute;
	top: 10%;
	right: 2%;
	z-index: 999;
	color: #fff;
}
.embed-responsive .playpause {
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/pause.jpg) no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	right: 0%;
	top: 0%;
	bottom: 0%;
	margin: auto;
	background-size: 100% 100%;
	z-index: 999;
}
.embed-responsive.video_properties {
	height: 400px;
	background: slategray;
}
.nav-tabs > li.active > a {	
	font-size: 16px;
	color: #FF8D33 ! important;
	font-weight: bold;
}

.nav-tabs > li > a {
	color: #666;
	font-size: 16px;
	font-weight: 400;
}

.media.comments {
	padding-top: 6px;
}
.media-list {
	border-bottom: 1px solid #ccc;
	padding: 6px;
	padding-bottom: 15px;
}
.user_comments {
	padding-bottom: 20px;
}
.user_comments .user {
	float: left;
	display: block;
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/633228_a6b9_11.jpg) no-repeat;
	height: 100px;
	background-size: 100px;
}
.user_comments .rht_spn {
	position: absolute;
	left: 21.5%;
}
.user_comments .posted_date {
	display: block;
	color: #ccc;
	font-size: 15px;
	font-weight: 400;
}
.user_comments .flagship_of_user {
	float: right;
}
.user_comments .comntry_lines {
	padding-left: 10px;
}
.learning_slider .stiky_line {
	border: 1px solid #ccc;
}
.learning_slider a {
	color: #666;
}
.learning_slider .bg_image {
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/218794_25b9_6.jpg) center center no-repeat;
	height: 150px;
	background-size: cover;
}
.learning_slider .down_wrap {
	background: #fff;
}
.learning_slider .block {
	padding: 0px;
	border: 1px solid #ccc;
}
.learning_slider .block .block_image {
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/218794_25b9_6.jpg) no-repeat;
	height: 250px;
	background-size: cover;
	position: relative;
}
.learning_slider .block .block_image .rating {
	position: absolute;
	right: 4%;
	top: 10%;
	padding: 5px 10px;
	color: #fff;
	background: #333;
}
.learning_slider .block .contents {
	padding: 20px;
	padding-bottom: 100px;
	background: #fff;
}
.right {
	float: right;
	margin-top: 5px;
}
.left {
	float: left;
}
.btn_add {
	background-color: #fff;
	border: 2px solid #CA6854;
	border-radius: 40px;
	color: #CA6854;
	padding: 4px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	margin: 4px 2px;
	cursor: pointer;
	outline: 0px;
}
.learning_slider .block .contents .block_heading {
	font-size: 16px;
	font-weight: 400;
	color: #CA6854;
}
.learning_slider .block .contents .block_heading .sub_name {
	color: #676767;
	font-size: 15px;
	font-weight: 300;
}
.learning_slider .block .contents .desc {
	color: #676767;
	font-size: 16px;
	font-weight: 500;
}
.learning_slider .block .contents .price {
	color: #676767;
	font-size: 15px;
	font-weight: 600;
}
.learning_slider .block .contents .sub_price_name {
	color: #676767;
	font-size: 14px;
	font-weight: 300;
}
.learning_slider .block .contents .tutor {
	color: #676767;
	font-size: 14px;
	font-weight: 400;
}
.learning_slider .block .contents .rating_star {
	padding-top: 5px;
}
.learning_slider .price_ratings {
	padding: 5px;
}
#section1 {
	color: #666;
	background-color: #f4f4f4;
}
#section2 {
	color: #666;
	background-color: #f4f4f4;
}
.section_main {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 150px;
	padding-right: 150px;
	background: #f4f4f4;
}
.section_main .part_1 {
	height: 430px;
}
.section_main .part_1 .part_2 {
	padding-left: 40px;
	padding-right: 40px;
}
.section_main .part_2 .selection_of_courses {
	padding-top: 30px;
}
.section_main .part_1 .video_overlay {
	position: absolute;
	left: 0px;
	top: 35px;
	height: calc(100% - 70px);
	width: 100%;
	background: #ccc;
	display: none;
	opacity: .6;
	z-index: 999;
}
.section_main .part_1 .video_link {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	display: block;
}
.section_main .part_1 .video_overlay .watched {
	height: 68px;
	font-size: 48px;
	font-style: oblique;
	color: #FFF;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	padding: 0px;
	margin: 0px;
	margin-top: -34px;
}
.modal {
	text-align: center;
	padding: 0!important;
	border-bottom: none;
	border-radius: 0px;
}
.modal-header {
	padding: 0px;
	border: none;
	background: #f2f2f2;
	border-bottom: 1px solid #eee;
}
.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}
.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	width: 50%;
}
.modal-content .designation {
	color: #fff;
	margin-left: 8px;
}
.modal-content {
	border-radius: 6px;
	overflow: hidden;
}
.modal-header .close, .modal-header .close:hover, .modal-header .close:focus {
	outline: 0px;
	border: 1px solid #ccc;
	padding: 7px;
	border-radius: 50%;
	height: 35px;
	width: 35px;
	opacity: 0.6;
	background: #FFF;
	margin-right: 21px;
	margin-top: 5px;
}
.modal-title {
	/*font-size: 22px;*/
	font-size: 20px;
	font-weight: 600;
	/*line-height: 60px;*/
	/*line-height: 50px;*/
	padding: 10px;
	margin: 0px;
	margin-left: 20px;
	color: #444;
}
.modal-footer {
	border: none;
	/*padding: 0px;*/
}
/* For progress Bar */

#loadContainer {
	text-align: center;
	color: #FFF;
	background: linear-gradient(to right, #0000ff 0%, #0000ff 0%, #ff0000 0%, #ff0000 100%);
	height: 20px;
	width: 100%;
	position: relative;
}
#loadContainer span {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 0px;
	display: block;
	z-index: 5;
	background: #fff;
}
/* Ends here */
	
.section_main .part_2 .course_btn {
	background-color: #4CAF50;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	outline: 0px;
}
.fixed_section_2 {
	padding: 10px;
	background: #666;
	z-index: 999;
}
.fixed_section_2 .course_name {
	background-color: #DCDCDC;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	margin: 4px 2px;
	cursor: pointer;
	outline: 0px;
}
.fixed_section_2 .course_name.includings {
	margin-left: 8px;
}
.section_3 {
	padding: 10px;
	padding-left: 150px;
	padding-right: 150px;
}
.section_3 .panel {
	border-radius: 0px;
	-webkit-box-shadow: 0px 3px 5px 4px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 3px 5px 4px rgba(0,0,0,0.28);
	box-shadow: 0px 3px 5px 4px rgba(0,0,0,0.28);
	border: 0px;
}
.section_3 .panel-body {
	background-color: #f5f5f5;
	padding: 0px;
}
.section_3 .panel-body a {
	color: #666;
	display: block;
	padding: 15px;
}
.section_3 .panel-default > .panel-heading {
	border-bottom: 0px;
	background: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}
.section_3 .panel .list_to_show {
	float: right;
}
.section_3 .panel-default .video_timing {
	float: right;
	padding-top: 5px;
}
.section_3 .modal-dialog .modal-content .part_1 {
	height: 430px;
}
.fixed {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
}
.form-control {	
	border-radius: 0px;
	/*background: #f4f4f4;*/
	margin-bottom:10px;
	/*border: none;*/
}
#stud-form .form-control,#signup .form-control{	 
	border-radius: 4px;
	background: #ffffff;
	margin-bottom:10px;
	border: 1px solid #ccc;

}
/*--main-page--*/
.main_page .navbar-default .navbar-collapse.collapse.in {background: #00B0F0; }
.main_page .top_menu {
	background: #00B0F0;
	height: 74px;
}
.main_page .navbar-default.main_menu {
	background: #00B0F0;
}
.main_page .header_container {
	padding-left: 50px;
	padding-right: 50px;
}
.main_page .container-fluid .navbar-brand.header_logo {
	margin-top: 7px;
}
.main_page #panel, .main_page #flip {
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 1052;
}
.main_page .shadow {
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.4);
}
.main_page #flip {
	z-index: 1060;
}
.main_page .nav_menu .select_course {
	margin: 11px 0px;
	color: #FFF;
}
.main_page .navbar-nav > li > .dropdown-menu.course {
	margin-top: 11px;
}
.main_page .navbar-default .navbar-nav > li.select_course > a, .main_page .navbar-default .navbar-nav > li.select_course > a:hover, .main_page .navbar-default .navbar-nav > li.select_course > a:focus {
	/*color: #000;*/
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	background: transparent;
}
.main_page .navbar-default .navbar-nav > li.select_course > a .caret {
	border-top: 6px dashed #FFF;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.main_page .navbar-default .navbar-right > li.btn_sect > a:hover, .main_page .navbar-default .navbar-right > li.btn_sect > a, .main_page .navbar-default .navbar-right > li.btn_sect > a:focus {
  /*  margin-top: 11px;
    padding: 11px 40px;*/
}
/*.main_page .navbar-default .navbar-right > li.btn_sect > a, .main_page .navbar-default .navbar-right > li.btn_sect > a:hover, .main_page .navbar-default .navbar-right > li.btn_sect > a:focus {*/
	.main_page .navbar-default .navbar-right > li.btn_sect > a {
	/*background: #6CCFF6;*/
	margin-top: 5px;
	/*border:1px solid #f2f2f2;*/
	padding: 6px 30px;
	border: 1px solid transparent;
	    border-color: #fff;
	    /*text-transform: uppercase;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    /* border-radius: 4px; */
    -webkit-appearance: none;
	font-size:16px;
	/*border-radius:30px;*/
	font-weight:600;
	/*color:#000;*/
}

.main_page .navbar-default .navbar-right > li.btn_sect> a.login_btn:hover {
	background: #ffffff;
	color:#00B0F0;
}
.main_page .navbar-default .navbar-right > li.btn_sect > a.join_btn, .main_page .navbar-default .navbar-right > li.btn_sect > a.join_btn:hover, .main_page .navbar-default .navbar-right > li.btn_sect > a.join_btn:focus { 
	margin-right:10px;
	background:#62B56A;
	text-align:center;
	color:#FFF;
}
.main_page .form-group.has-feedback {
	height: 40px;
	/*border-radius: 35px;*/
	width: 325px;
	position: relative;
	margin-top: 5px;
	
	margin-bottom: 0px;
	box-shadow:none;
	overflow:hidden;
	display: block;
}
.main_page .form-group.has-feedback .form-control, .main_page .form-group.has-feedback .form-control:hover, .main_page .form-group.has-feedback .form-control:focus {
	width: 100%;
	display: block;
	box-sizing: border-box;
	border: 1px solid #f2f2f2;
	outline: none;
	cursor: pointer;
	font-size: 13px;
	font-weight: 400;
	/*border-radius: 25px;*/
	color: #666;
	text-align: left;
	box-shadow:none;
	position:absolute;
	left:0px;
	top:0px;
	/*background: #6CCFF6;*/
	background: #FFFFFF;
	padding: 0px 30px 0px 10px;
	height: 100%;
}
.main_page .form-group.has-feedback .header_sbt_btn, .main_page .form-group.has-feedback .header_sbt_btn:hover, .main_page .form-group.has-feedback .header_sbt_btn:focus{ 
	position:absolute;
    right:5px;
    top:5px;
    height:80%;
    width:50px;
    color:#fff;
    border:1px solid #fff;
	BORDER-LEFT:0PX;
    /*background:#f2f2f2 url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/arrow.png) center center no-repeat;*/
    background:#16B10A;
    background-size:13px;
    outline:0px;
}
.main_page .form-group.has-feedback .form-control:focus { 
	background:#FFF;
}
/*.main_page .form-group.has-feedback .form-control:focus + .header_sbt_btn { 
	 background:#FFF url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/arrow.png) center center no-repeat;
	 background-size:13px;
}*/

.main_page .sub_header { 
	font-size:35px;
	font-weight:700;
	margin:0px;
	color:#C4161C;
	background:#FFF;
	padding:20px 0px;
	/*padding-left:230px;*/
	/*margin-left:5%;*/
}

/*--video_wrap--*/
.main_page .video_wrap {
	min-height: 300px;
	width: 100%;
	position: relative;
	background: #FFF;
	/*padding: 0px 35px;*/
	padding-right: 40px;
	box-sizing: border-box;
}
.main_page .video_wrap video.video_main {
	width: 100%;
	position: relative;
	background: #FFF;
}
.main_page .video_wrap #video_section {
	/*margin-left: 4%;
	margin-right: 3%;*/
}
.main_page .video_overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 99;
	/*cursor:pointer;*/
	display: block;
	background-color: rgba(0,0,0,0.0);
	/*background-image: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/ic_play.png);*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size:100px;
}
.main_page .video_poster { 
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 99;
	/*cursor:pointer;*/
	display: block;
	/*background-image:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/Resistor_img1.jpg);*/
	/*background-image:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/ic_banner.jpg);*/
	/*background-position: center center;
	background-repeat: no-repeat;
	background-size:100% 100%;*/ /*chabged*/
	z-index:95;
}
/*.main_page .video_overlay:hover {
	background-image:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/ic_play_white.png);
}*/
.main_page .lesson_coverage {
	/*position: absolute;*/
	right: 0px;
	left: auto;
	height: 100%;
	width: 400px;
	top: 0px;
	background:#FFFFFF;
}
.main_page .lesson_coverage .innercontent {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
}
.main_page .lesson_coverage .innercontent .banner-title {
	margin: 0px;
	font-size:19px;
	color: #000;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.main_page .lesson_coverage .learning_ques_lists {
	min-height: 10px;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
	list-style-type: none;
}
.main_page .lesson_coverage .learning_ques_lists li {
	padding: 5px 0px;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 6px;
	padding-left: 5px;
}
.main_page .lesson_coverage .learning_ques_lists li .banner_li_img { 
	display:inline-block;	
	height:28px;
	vertical-align:middle;
	border-radius:50%;
	width:28px;
	background-color:#1F952A;
	margin-right:10px;
	overflow:hidden;
}
.main_page .lesson_coverage .learning_ques_lists li .banner_li_img.video_img { 
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/video_img.png) center center no-repeat;
	background-size:28px;
}
.main_page .lesson_coverage .learning_ques_lists li .banner_li_img.ques_img { 
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/ques_img.png) center center no-repeat;
	background-size:28px;
}
.main_page .lesson_coverage .learning_ques_lists li .banner_li_img.learn_img { 
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/dur_img.png) center center no-repeat;
	background-size:28px;
}
.main_page .lesson_coverage .learning_ques_lists li .banner_li_img.student_img { 
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/stud_count.png) center center no-repeat;
	background-size:28px;
}

.main_page .lesson_coverage .course_btn, .main_page .lesson_coverage .course_btn:hover, .main_page .lesson_coverage .course_btn:focus {
	background-color: #1F952A;
	border: none;
	border-radius: 5px;
	color: #fff;
	padding: 8px 0px;
	text-align: center;
	width: 240px;
	display: inline-block;
	text-decoration: none;
	text-transform: capitalize;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
}
.main_page .lesson_coverage #appbtn, .main_page .lesson_coverage #appbtn:hover, .main_page .lesson_coverage #appbtn:focus {
	background-color: #1F952A;
	border: none;
	border-radius: 5px;
	color: #fff;
	padding: 8px 0px;
	text-align: center;
	width: 240px;
	display: inline-block;
	text-decoration: none;
	text-transform: capitalize;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
}
.main_page .lesson_coverage .course_price {
	margin: 0px;
	font-size:17px;
	/*font-weight:600;*/
	color:#000;
}
.main_page .lesson_coverage .course_price span {
	display: inline-block;
	font-size: 16px;
	/*font-weight: 600;*/
	padding-left: 20px;
	margin-right: 15px;
	color: #333;
}
.main_page .lesson_coverage .course_price .current_price {
	font-size:28px;
	font-weight:700;
	padding-left:20px;
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/rupee_icon.png) left center no-repeat;
	background-size:22px;
	color:#F00;	
}
.main_page .lesson_coverage .course_price .previous_price { margin-left:0px;color:#000;}
.main_page .rating_comments, .main_page .section_cont {
	background: #FFF;
}
.main_page .section_cont.section_white, .main_page .section_cont.section_white .section_cont {
	background: #FFF;
}
.main_page .section_title {
	font-size: 28px;
	font-weight: 600;
	margin: 0px;
	margin-bottom: 10px;
	color: #ED1C24;
	/*margin-left: 20px;*/
}
.main_page .section_title.first {
	margin-top: 35px;
	/*margin-left: 20px;*/
}
.main_page .desc_list {
	min-height: 20px;
	background: transparent;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
	margin-left: 40px;
}
.main_page .desc_list.last { 
	margin-bottom:0px;
}
.main_page .desc_list li {
	font-size: 18px;
	font-weight: 400;
	color: #231F20;
	margin-bottom: 7px;
	padding-left: 0px;
	list-style-type:disc;
	margin-left: 25px;
	
}
.pc {
	font-size: 18px;
	font-weight: 400;
	color: #231F20;
	margin-bottom: 7px;
	
}
.main_page .ordered_list {
	min-height: 20px;
	background: transparent;
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
	margin-left: 40px;
}
.main_page .ordered_list.last { 
	margin-bottom:0px;
}
.main_page .ordered_list li {
	font-size: 18px;
	font-weight: 400;
	line-height: 23px;
	color: #231F20;
	margin-bottom: 7px;
	padding-left: 0px;	
	margin-left: 25px;
	
}
.main_page .list_desc {
	font-size: 18px;
	font-weight: 600;
	color: #231F20;
	margin-bottom: 30px;
    margin-left: 45px;
}
.main_page .list_desc .list_desc_link {
	font-size: 18px;
	color: #005392;
	text-decoration: underline;
	font-weight: 400;
}
.main_page .content-title {
	font-size: 32px;
	font-weight: 600;
	margin-top: 40px;
	margin-bottom: 15px;
	color: #ED1C24;
}
.main_page .content-sect-title { 
	font-size: 32px;
	font-weight: 600;
	margin-top: 40px;
	margin-bottom: 5px;
	color: #000;
	text-transform:uppercase;
	padding-bottom:6px;
	border-bottom:1px solid #CCC;
}
.main_page .content-sect-title .sub_text {
	font-size:18px;
	text-transform:capitalize;
	font-weight:600;
	color:#666;
	width:150px;
	display:inline-block;
}
.main_page .content-sect-title.sub_head .sub_text2 {
	font-size:24px;
	/*text-transform:capitalize;*/
	font-weight:700;
	color:#00AEEF;
	width:100%;
	display:inline-block;
}
.main_page .content-sect-title .sub_text span { 
	display:block;
}
.main_page .content-sect-title.sub_head { 
	font-size:24px;color:#00AEEF;
	font-weight:700;
	text-transform:none;
	border:0px;
}
.main_page .accordion_sect {
	display: block;
	padding: 5px 10px;
	border: 0px;
	font-size: 18px;
	font-weight: 600;
	color: #000;
}
.main_page .accordion_sect .accord_count { 
	width:105px;
	box-sizing:border-box;
	padding:5px 0px;
	text-align:right;
	display:inline-block;
	padding-right:60px;
}
.main_page .accordion_sect.play_btn .accord_count { 
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/play_icon.png) right 20px center no-repeat;
	background-size:20px;
}
.main_page .accordion_sect.quiz_btn .accord_count { 
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/question_icon.png) right 20px center no-repeat;
	background-size:20px;
}

.main_page .accordion_sect.concept_btn .accord_count { 
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/thunder_icon.png) right 20px center no-repeat;
	background-size:20px;
}

.main_page .accordion_sect .accord_name { 
	width:80px;
	display:inline-block;
}
.panel_collapse {
	padding: 15px 5px;
}
.main_page .accordion_sect .lecture_notes {
	margin: 0px;
	border: 0px;
}
.main_page .accordion_sect .time_sect {
	float: right;
}
.main_page .accordion_sect .lecture_notes .bold_text {
	width: 150px;
	display: inline-block;
}
.main_page .accord_title {
	/*font-size: 18px;
	font-weight: 600;
	color: #005DA2;*/
	margin-left: 20px;
	margin-right: 30px;
	display: inline-block;
}
.main_page .btn_preview {
	background-color: #159d1a;
	border: none;
	border-radius: 5px;
	color: #fff;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
}
.main_page .nav_band {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	box-sizing: border-box;
	z-index: 99;
	padding: 0px 0px;
	background: #00B0F0;
	display: none;
}
.main_page .nav_band .band_title {
	font-size: 30px;
	font-weight: 600;
	margin: 0px;
	color: #FFF;
	margin-top: 5px;
}
.main_page .band_title_btn {
	margin-left: 50px;
	display: inline-block;
	vertical-align: middle;
}
.main_page .band_title_btn .btn_preview {
	padding: 14px 20px;
	display: inline-block;
	font-size: 17px;
	margin-bottom: 10px;
}
.main_page .band_title_btn .price_text {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	padding-left: 20px;
	font-size: 20px;
	font-weight: 400;
}
.main_page .band_title_btn .price_text.current_price { 
	font-size:30px;
	font-weight:600;
	color:#000;
	background-image:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/ic_rupee_dark.png);
}
.main_page .band_title_btn .price_text .previous_price { 
	background-image:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/ic_rupee_dark_white.png);
}
.main_page .section_cont.last_sect, .main_page .section_cont.section_block {
	padding-top: 40px;
	padding-bottom: 25px;
}

.main_page .section_cont.last_sect.students_think { 
	background:#F3F3F4;
}
.main_page .section_cont.last_sect .desc_list li {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 7px;
	padding-left: 0px;
	background: none;
	color: #000;
}
.main_page .section_cont.last_sect .desc_list li .stud_name {
	font-size: 18px;
	font-weight: 600;
	margin-left: 20px;
	display: inline-block;
	font-style: italic;
}
.main_page .slick_carousel {
	padding: 0px 50px;
	position: relative;
}
.main_page .slick_carousel .slick_thumb_wrap {
	min-height: 300px;
	padding:8px;
	box-sizing: border-box;
	border: 1px solid #CCC;
	background: #E7E7E8;
	margin: 0px 7px;
}
.main_page .slick_carousel .slick_thumb_img {
	height: 170px;
	width: 100%;
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/218794_25b9_6.jpg) center center no-repeat;
	background-size: 100% 100%;
}
.main_page .slick_carousel .thumb_content {
	padding:10px 15px;
	padding-bottom:8px;
}
.main_page .slick_carousel .thumb_title {
	margin: 5px 0px;
	font-size: 18px;
	font-weight: 700;
	color: #000;
}
.main_page .slick_carousel .thumb_desc {
	margin: 5px 0px;
	font-size: 16px;
	text-align:center;
	font-weight: 400;
	font-style:italic;
	color: #000;
	margin-bottom:10px;
}
.main_page .slick_carousel .thumb_desc.bold_text { 
	font-size:16px;
	font-style:normal;
	font-weight:700;
}
.main_page .slick_carousel .thumb_desc.bold_text span { 
	display:block;
}
.main_page .slick_carousel .thumb_desc.price {
	margin: 5px 0px;
	font-size: 14px;
	text-align:center;
	font-weight: 400;
	color: #000;
	margin-bottom:10px;
}
.main_page .previous_price { 
	padding-left:12px;
	position:relative;
	display:inline-block;
	vertical-align:middle;
	margin-left:15px;
	font-size:20px;
	font-weight:600;
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/ic_rupee_dark.png) left center no-repeat;
	background-size:9px;
}
.main_page .previous_price:after { 
	position:absolute;
	content:'';
	border:0px;outline:0px;
	height:100%;
	width:100%;
	right:0px;
	top:0px;
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/cross.png) right 0px center no-repeat;
	background-size:contain;
	z-index:99;
}
.main_page .current_price { 
	padding-left:20px;
	display:inline-block;
	font-size:18px;
	font-weight:700;
	vertical-align:middle;
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/ic_rupee_dark.png) left center no-repeat;
	background-size:12px;
}


.main_page .slick_carousel .slick_nav_btn, .main_page .slick_carousel .slick_nav_btn:hover, .main_page .slick_carousel .slick_nav_btn:focus {
	position: absolute;
	top: 50px;
	width: 40px;
	height: 75px;
	border: 0px;
	outline: 0px;
}
.main_page .slick_carousel .slick_nav_btn.slick-prev {
	left: 10px;
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/left_button_icon.png) center center no-repeat;
}
.main_page .slick_carousel .slick_nav_btn.slick-next {
	right: 10px;
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/right_button_icon.png) center center no-repeat;
}
.main_page .download_app {height:180px;display:block;margin-bottom:10px;
position:relative;
width:100%;
background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/download_band.png) center center no-repeat;
background-size:100% 100%;}
.main_page .download_app .downloadinput_field { 
	position:absolute;
	right:100px;
	top:20px;
	display:inline-block;
	width:300px;
	z-index:99;
}
.main_page .downloadinput_field .text { 
	display:block;
	font-size:14px;
	font-weight:400;
	color:#FFF;
}

.newsletter_text {
    display:block;
    padding:0px;
    margin-top:5px;
    width:100%;
	height:34px;
	border-radius:5px;
	overflow:hidden;
    position:relative;
    background:#099;
}
.newstext_textfield, .newstext_textfield:hover, .newstext_textfield:focus{
    width:100%;
    height:34px;
	border:0px;
	color:#666;
    padding:0px 8px;
    padding-right:38px;
    outline:0px;
}
.news_sbmt_btn, .news_sbmt_btn:hover,.news_sbmt_btn:focus { 
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:30px;
    border:1px solid #ccc;
    background:#A6CE39 url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/arrow.png) center center no-repeat;
    background-size:13px;
    outline:0px;
}

/*minicourse indexpage navbar*/
.main_page .nav_menu .select_course {margin:0px; }
.main_page .navbar-default .navbar-nav > li.select_course > a,.main_page .navbar-default .navbar-nav > li.profile_img > a { padding:26px 10px 10px 10px;margin:0px 5px;}
.main_page .navbar-nav > li {
     float: none; 
    display: inline-block;
    vertical-align: middle;
}
.main_page .navbar-default .navbar-right > li.profile_img > a, .main_page .navbar-default .navbar-right > li.profile_img > a:hover, 
.main_page .navbar-default .navbar-right > li.profile_img > a:focus { 
	border:0px;
	height:50px;
	margin-top:10px;
	padding:0px;
	width:50px;
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/profile_img.png) center center no-repeat;
	background-size:cover;
	border-radius:50px;
}


/*--course_page--*/
.main_page .navbar-brand { height:62px;}
.main_page.course_page .navbar-default .navbar-right > li:last-child > a, .main_page.course_page .navbar-default .navbar-right > li:last-child > a:hover, 
.main_page.course_page .navbar-default .navbar-right > li:last-child > a:focus { 
	border:0px;
	height:50px;
	margin-top:10px;
	padding:0px;
	width:50px;
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/profile_img.png) center center no-repeat;
	background-size:cover;
	border-radius:50px;
}


.main_page.course_page .nav_menu .select_course {margin:0px; }
.main_page.course_page .navbar-default .navbar-nav > li > a { padding:26px 10px 10px 10px;margin:0px 5px;}
.main_page .navbar-default .navbar-nav > li > a { 
	/*padding:26px 10px 10px 10px;*/
	margin:0px 5px;}

.main_page .navbar-default .navbar-nav > li > a#regcr { 
	padding:26px 10px 10px 10px;
	margin:0px 5px;
}
/*.main_page.course_page .navbar-nav > li {
     float: none; 
    display: inline-block;
    vertical-align: middle;
}*/
.main_page .dropdown-menu.mycourse >a:hover {
    text-decoration: underline;
}
.main_page .dropdown-menu.mycourse { 
	width:500px;
	padding:10px;
	background:#FFF;
	border:1px solid #CCC;
	border-radius:4px;
}
.main_page .dropdown-menu.mycourse .dropdown_title { 
	margin:0px;
	font-size:18px;
	font-weight:400;
	padding:5px 0px;
	border-bottom:1px solid #eee;
	color:#333;
}
.main_page .dropdown-menu.mycourse .course_content { 
	padding:10px 0px;
	padding-left:55px;
	height:70px;
	font-size:14px;
	font-weight:400;
	display:block;
	color:#666;
	/*background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/633228_a6b9_11.jpg) left center no-repeat;*/
	background-size:40px;
	border-bottom:1px solid #eee;
}
.main_page .dropdown-menu.mycourse .course_content:hover { 
	background-size:50px;
}
.main_page .dropdown-menu.mycourse .dropdown_link { 
	padding:5px 0px;
	text-align:right;
	display:block;
	color:#0CF;
	font-size:12px;
	font-weight:600;
}
.main_page .navbar-nav > li.select_course.dropdown-accordion .panel-heading {
  padding: 0;
  background:#eee;
  border-radius:0px;
  border:0px;
}
.main_page .navbar-nav > li.select_course.dropdown-accordion .panel-group { 
	margin-bottom:0px;
}
.main_page .navbar-nav > li.select_course.dropdown-accordion .panel-group .panel-default { 
	border-radius:0px;
	margin-top:1px;
	border:0px;
	box-shadow:none;
}
.main_page .navbar-nav > li.select_course.dropdown-accordion .panel-group .panel-body { 
	padding:5px 0px;
	background:transparent;
}
.main_page .navbar-nav > li.select_course.dropdown-accordion .panel-group .panel-body a { 
	padding:3px 15px;
	background:#ggg;
	color:#666;
	border:0px;
	font-size:13px;
	font-weight:400;
	border-bottom:1px solid #eee;
	display:block;
}
.main_page .navbar-nav > li.select_course.dropdown-accordion .panel-group .panel-body p { 
	padding:3px 15px;
	background: #ggg;
	color:darkgrey;
	border:0px;
	font-size:13px;
	font-weight:400;
	border-bottom:1px solid #eee;
	display:block;
}
.main_page .navbar-nav > li.select_course.dropdown-accordion .panel-group .panel-body a:hover { 
	color:#333;
	font-weight:600
}
.main_page .navbar-nav > li.select_course.dropdown-accordion .panel-heading a {
  display: block;
  padding: 10px 0px;
  color: green;
  font-weight: 600;
}
.main_page .dropdown-menu.mycourse .dropdown_link:hover { 
	color:#09F;
}
.main_page.course_page .video_wrap { 
	border-bottom:10px solid #E7E7E8;
	padding:60px 0px;
	min-height:250px;
	background:#231F20;
}
.main_page.course_page .video_wrap .video_secion { 
	width:60%;
	float:left;
	vertical-align:middle;	
}
.main_page.course_page .video_wrap .text_section { 
	width:40%;
	padding-left:30px;
	display:inline-block;
	vertical-align:top;
	color:#FFF;
}
.main_page.course_page .video_wrap .text_section .banner_title {
	font-size:26px;
	font-weight:600;
	margin-bottom:60px;
}
.main_page.course_page .video_wrap .text_section .banner_btn { 
	padding:12px 35px;
	border-radius:4px;
	background:#00AEEF;
	font-size:24px;
	font-weight:400;
	border:0px;
margin-top:27px;
	outline:0px;
	color:#000;
}
.main_page.course_page .video_wrap .text_section .progress_text { 
	font-size:18px;
	font-weight:400;
	display:block;
}
.main_page.course_page .video_wrap .text_section .progress_bar_wrap { 
	padding-right:90px;
	position:relative;
	padding-top:90px;
}
.main_page.course_page .video_wrap .text_section .progress_bar_wrap .cup_ico{ 
	height:100%;
	width:80px;
	position:absolute;
	/*background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/plain_cup.png) center no-repeat;
	/*background-size:100px;*/
	display:block;
	right:0px;
	bottom:0px;
}
.main_page.course_page .video_wrap .text_section .progress_bar_wrap .cup_ico.active { 
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/blue_cup.png) bottom center no-repeat;
	background-size:100px;
}
.main_page.course_page .video_wrap .text_section .outer_progress { 
	height:20px;
	margin-top:5px;
	width:100%;
	position:relative;
	background:#CCC;
	border-radius:15px;
	border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.main_page.course_page .video_wrap .text_section .outer_progress .innerprogress  {
	position:absolute;
	top:0px;
	left:0px;
	background:#A6CE39;
	width:0%;
	height:100%;
	border-radius:15px;
} 

.main_page.course_page .video_wrap .video_secion video { 
	height:350px;
	/*background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/barner.png) center center no-repeat;*/
	background-size:100% 100%;
	width:100%;
	/*position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 99;	
	display: block;	
	z-index:95;*/
}
.main_page .dropdown-menu mycourse { 
	margin-top:13px;
}
.main_page .navbar-nav > li.select_course > .dropdown-menu.course { margin-top:0px;border-radius:4px;float:none;width:500px;height: 500px;overflow-y: scroll;}
.main_page .navbar-nav > li.select_course > .dropdown-menu.course > li > a {
    white-space: normal;
}

.main_page.course_page .navbar-nav > .select_course.my_course > a {
	padding:0px;
}


.main_page.course_page .rating_comments { 
/*	padding:0px 50px;*/
}
.main_page.course_page .content-sect-title.sub_head { 
	padding:10px 15px;
	background:#E7E7E8;
}
.main_page.course_page .content-sect-title .sub_text { 
	width:100%;
}
.main_page.course_page .accordion_sect { 
	border:0px;
	
	border-bottom:1px solid #ccc;
	padding:10px 0px;
}
.main_page.course_page .accordion_sect.active {
	background-color:rgba(0, 174, 239, 0.08);
	border-bottom:0px;
} 
.main_page.course_page .accordion_sect:hover { 
	background-color:rgba(0, 0, 0, 0.02);
}
.main_page.course_page .panel_collapse { 
	border:1px solid #eee;
	border-top:0px;
	padding:10px 15px;
}
.main_page.course_page .accordion_sect .accord_count { 
	width:50px;
	padding-right:0px;
	background:none;
	text-align:center;
	
}

/*.main_page.course_page .accordion_sect.concept_btn .accord_count {
    background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/thunder_icon.png) right 20px center no-repeat;
    background-size: 20px;
}
.main_page.course_page .accordion_sect.quiz_btn .accord_count {
    background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/question_icon.png) right 20px center no-repeat;
    background-size: 20px;
}*/
.main_page.course_page .accord_title {
    margin-left: 0px;
	margin-right:0px;
}
.main_page.course_page .accordion_sect .accord_name { 
	width:100px;
}
.sub_head .accord_fill_ico { 
	width:20px;
	border-radius:50%;
	margin:0px 15px;
	height:20px;
	vertical-align:middle;
	display:inline-block;
}
.main_page.course_page .accordion_sect .accord_fill_ico { 
	width:20px;
	border-radius:50%;
	margin:0px 15px;
	height:20px;
	vertical-align:middle;
	display:inline-block;
}
.main_page.course_page .accordion_sect .right_pane_text { 
	display:inline-block;
	color:#777;
	height:20px;
	padding-right:40px;
}
.main_page.course_page .accordion_sect.play_btn .right_pane_text {
    background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/play_icon.png) right 10px center no-repeat;
    background-size: 20px;
}
.main_page.course_page .accordion_sect.concept_btn .right_pane_text {
    background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/thunder_icon.png) right 10px center no-repeat;
    background-size: 20px;
}
.main_page.course_page .accordion_sect.quiz_btn .right_pane_text {
    background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/question_icon.png) right 10px center no-repeat;
    background-size: 20px;
}
/*.main_page.course_page .accordion_sect.play_btn .accord_fill_ico_full { 
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/tick.png) center center no-repeat;
	background-size:20px;
}
.main_page.course_page .accordion_sect.quiz_btn .accord_fill_ico_empty { 
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/grey_round.png) center center no-repeat;
	background-size:20px;
}
.main_page.course_page .accordion_sect.concept_btn .accord_fill_ico_half { 
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/half_round.png) center center no-repeat;
	background-size:20px;
}*/
/*--quiz_tab--*/
.main_page .rating_comments .panel_collapse {
	border:1px solid #eee;
	margin-left:70px;
}
.main_page.course_page .rating_comments .panel_collapse { 
	margin-left:0px;
	border:0px; 
	border-bottom:1px solid #eee;
}
.main_page .rating_comments .panel_collapse .nav-tabs > li > a { 
	height:20px;
	width:20px;
	padding:0px;
	margin-right:10px;
	margin-bottom:15px;
	background:#CCC;
	border-radius:50%;
	border:1px solid #666;
	display:inline-block;
}
.main_page .rating_comments .panel_collapse .nav-tabs > li.active > a { 
	background:#666;
}
.main_page .rating_comments .panel_collapse .ques_text { 
		font-size:16px;
		font-weight:400;
		color:#666;
}
.main_page .rating_comments .panel_collapse .answer_list{ 
	list-style-type:circle;
	font-size:14px;
	font-weight:400;
	margin-left:40px;
	margin-bottom:0px;
}
.main_page .rating_comments .panel_collapse .answer_list li { 
	padding:2px 0px;
	margin-bottom:2px;
}


/*--video_modal--*/
.course_video_modal { 
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background:#000;
	display:none;
	z-index:99;
}
.course_video_modal .modal_header { 
	height:72px;
	width:100%;
	padding:0px 50px;
	box-sizing:border-box;
	background:#00AEEF;
}
.course_video_modal .header_list li { 
	display:inline-block;
	vertical-align:middle;
	list-style-type:none;
	margin-right:15px;
}
.course_video_modal .header_list li:last-child { 
	margin-right:0px;
}
.course_video_modal .header_list li .back_button { 
	height:30px;
	width:30px;
	display:block;
	cursor:pointer;
	margin:21px 0px;
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/backwhite.png) center center no-repeat;
}
.course_video_modal .header_list li.header_name { 
	padding:15px 0px;
	padding-left:75px;
	color:#FFF;
	font-size:26px;
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/Ahagurulogo.png) left center no-repeat;
	background-size:60px;
	font-weight:600;
}
.course_video_modal .header_list li.btn_wrap .quiz_btns, .course_video_modal .header_list li.btn_wrap .quiz_btns:hover, .course_video_modal .header_list li.btn_wrap .quiz_btns:focus { 
	padding:6px 15px;
	background:#A6CE39;
	border-radius:4px;
	border:0px;
	outline:0px;
	color:#FFF;
	display:inline-block;
	font-size:16px;
	margin-top:19px;
	margin-left:15px;
	font-weight:600;
}
.course_video_modal .modal_body { 
	height:calc(100% - 72px);
	width:100%;
	padding:50px;
	box-sizing:border-box;
	background:#000;
}
.course_video_modal .modal_body .display_table { 
	display:table;
	height:100%;
	width:100%;
	background:#000;
}
.course_video_modal .modal_body .display_table .table_cell { 
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
#course_bannervideo { 
	height:100%;
	width:100%;
	position:relative;
	background:#000;
}
.video.video_main > iframe{
  width:100%;
  height:500px;
}
.uparrowouter {
    border-color: transparent;
    border-bottom-color: #fff;
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    display: none;
    position: absolute;
    left: 10%;
    top: -8px;
    z-index: 2;
    height: 0;
    width: 0;
    display: inline-block;
}
.uparrowinner {
    border-color: transparent;
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    display: none;
    position: absolute;
    left: 10%;
    z-index: 1;
    height: 0;
    width: 0;  
    border-bottom-color: #ccc;
    border-bottom-color: rgba(0,0,0,.2);
    top: -8px;
        display: inline-block;
}
.uparrowrightouter {
    border-color: transparent;
    border-bottom-color: #fff;
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    display: none;
    position: absolute;
    right: 10%;
    top: -8px;
    z-index: 2;
    height: 0;
    width: 0;
    display: inline-block;
}
.uparrowrightinner {
    border-color: transparent;
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    display: none;
    position: absolute;
    right: 10%;
    z-index: 1;
    height: 0;
    width: 0;  
    border-bottom-color: #ccc;
    border-bottom-color: rgba(0,0,0,.2);
    top: -8px;
        display: inline-block;
}


/*for student mycourse index page */
.my-courses-header {
    color: #ffffff;
    height: 137px;
    background-color: #00B0F0;
    background-size: contain !important;
  }
 .my-courses-header .container, .my-courses .my-courses-header .row, .my-courses .my-courses-header *[class^="col-"] {
    height: 100%;
}
.my-courses-header .my-courses-heading {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -1px;
    white-space: nowrap;
    font-weight: 500;
    line-height: 1.2;
    font-size: 30px;
    text-overflow: ellipsis;
}
.pos-r {
     position: relative; 
}
.my-courses-header .tabs {
    top: 59px;
    border: 0;
}
.mt10 {
    margin-top: 10px;
}
.my-courses-header .tabs>li {
    margin-right: 30px;
    margin-bottom: 0;
    padding: 0 !important;
    float: none;
    display: inline-block;
}
.my-courses-header .tabs>li.active>a {
    box-shadow: 0 -4px 0 rgba(255,255,255,0.5) inset;
    opacity: 1;
    cursor: pointer;
}
.my-courses-header .tabs>li>a:hover {    
     background: none;
    border:none;
    color: #ffffff;
     opacity: 1;
}
.my-courses-header .tabs>li>a {
    color: #fff;
    opacity: .7;
    padding: 0 0 10px 0;
    margin: 0;
    display: block;
    background: none;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    height: 25px;
}
.my-courses-header .tabs>li.active >a {
    cursor: pointer;
    background:none;
    border:none;
    color: #ffffff;
}
.ajax-loader-stick {
    background: url("https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/preloader_stick.gif") no-repeat center;
    position: absolute;
    height: 8px;
    width: 50px;
    left: 50%;
    margin-left: -25px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide:not(.ng-hide-animate) {
    display: none !important;
}
ul.my-courses__container {
    list-style: none;
    margin: 0;
    padding: 0;
}


.my-courses__container .container__main-section, .my-courses.my-courses-v3 .my-courses__container .container__main-section {
    padding-top: 15px;
    min-height: 300px;
  }
.card-wrapper {
   /* margin-right: -10px;
    margin-left: -10px;*/
}
.my-courses__container .card-wrapper.container, .my-courses.my-courses-v3 .my-courses__container .card-wrapper.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}
.card-wrapper .card {
    display: inline-block;
    vertical-align: top;
    /*margin: 10px;*/
}
.card__options {
    position: absolute;
    top: 10px;
    right: 10px;
}
.card .options__dropdown .dropdown__btn {
    padding: 5px 7px;
    font-size: 15px;
    line-height: 1.35135;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.25);
    background: #ffffff;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.card .options__dropdown .dropdown-menu {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.175);
    box-shadow: 0 0 5px rgba(0,0,0,0.175);
    padding: 0;
    border: 0;
}
.card--learning .card__options .options__dropdown>.dropdown-menu-right {
    /*width: 206px;*/
    width: 100%
    box-shadow: 0 3px 3px rgba(0,0,0,0.21);
}
.mt20 {
    margin-top: 20px;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.pager {
    padding-left: 0;
    margin: 21px 0;
    list-style: none;
    text-align: center;
}
.udi {
    vertical-align: -8%;
}
.udi {
    font-family: UdemyIcons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    }

.card .options__dropdown .dropdown__btn i {
    padding: 0;
    color: rgba(0,0,0,0.25);
}
.card {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 15px 0;
    width: 216px;
    text-align: left;
    background-color: #ffffff;
    box-shadow: 0 2px 2px #cbcbcb;
    position: relative;
}
.card--learning {
    /*width: 230px;*/
    width:50%;
}
.card-wrapper .card {
    display: inline-block;
    vertical-align: top;
    /*margin: 10px;*/
}
.card a {
    color: #000000;
    display: block;
    font-size: 13px;
  }
.card a:hover,.card a:focus {
    text-decoration: none;
  }

.card__image {
    height: 205px;
    display: inline;
    width: 37%;
    float:left;
    position: relative;
    /*background: #000000;*/
    overflow: hidden;
}

.card__image img {
    width: 100%;
    height: 100%
}
.card__details {
    padding: 12px 15px;
    /*display: block;*/
     display: inline;
    width: 60%;
    float:right;
}
.card--learning .details__bottom {
    height: 45px;
    font-size: 12px;
    margin-top: 10px;
}
.card--learning .details__progress {
    background-color: rgba(0,0,0,0.25);
    display: block;
    height: 2px;
}
.dib {
    display: inline-block;
}
.card--learning .details__bottom--review {
    float: right;
}


label, .blockLabel {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}
.card a:hover {
    box-shadow: 0 0 6px rgba(0,0,0,0.55);
}
.card .details__name, .card .details__instructor {
    height: 40px;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: box !important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card--learning .progress__bar {
    display: inherit;
    height: inherit;
    background-color: #17aa1c;
}

.card--learning{
	width:45%;
	/*margin-left: 10px;*/
}
.modal_video_outer > iframe{
	height: 500px;
}


/*--modal_login_form--*/
#register_modal .modal-content { 
	background:#F4F4F4;
}
.modal_content .bold_text { 
	font-size:27px;
	font-weight:600;
	color:#f2f2f2;
	text-transform:uppercase;
}
.modal_content label { 
	font-size:16px;
	font-weight:600;
	color:#333;
}
.modal_content .lighttext {
	font-size:15px;
	font-weight:400;
	color:#444;
	text-transform:none;
}
#register_modal .form_pane { 
	padding:10px 40px;
	width:550px;
	box-sizing:border-box;
	margin:0px auto;
}
#register_modal .form_pane .form-control, #register_modal .form_pane .form-control:hover, #register_modal .form_pane .form-control:focus { 
	background:#E2F4FD;
	color:#333;
	font-weight:600;
	height:44px;
	box-shadow:none;
	border:1px solid #ddd;
}
/*--login_checkbox--*/
#register_modal .form_pane input[type='radio'], #register_modal .form_pane input[type='checkbox'] {
    opacity: 0;
    float: left;
    width: 20px;
    height:20px;
	cursor: pointer;
}
#register_modal .form_pane input[type='checkbox'] + label {
	margin: 0;
	margin-left:-20px;
    padding: 0px 0px 0px 22px;
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/ic_unchecked.png) left center no-repeat;
	background-size:18px;
	cursor: pointer;
}
#register_modal .form_pane input[type='checkbox']:checked + label {
    background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/ic_checked.png) left center no-repeat;
	background-size:18px;
	cursor: pointer;
}
#register_modal .form_pane .terms { 
	font-size:14px;
	color:#333;
	font-weight:600;
}
#register_modal .form_pane .login_form_link,#register_modal .form_pane  .login_form_link:hover, #register_modal .form_pane .login_form_link:focus { 
	color:#09F;
	font-size:13px;
	font-weight:300;
}
#register_modal .checkbox_wrapper { 
	text-align:left;
	margin:0px 0px;
	padding-left:20px;
}
#register_modal  .modal-body { 
	background:#00AEEF;
	max-height: none;
}
button[type='submit'].signin_form_btn, button[type='submit'].signin_form_btn:hover, button[type='submit'].signin_form_btn:focus { 
	border-radius:30px;
	margin:10px 0px;
	margin-bottom:15px;
	padding:7px 0px;
	background:#A6CE39;
	color:#000;
	box-shadow:none;
	font-size:18px;
	font-weight:600;
	border:0px;
	outline:0px;
	width:100%;
}
#register_modal .or_line { 
	position:relative;
	z-index:2;
	height:30px;
}
#register_modal .form_pane .or_line:after { 
	position:absolute;
	top:55%;
	margin-top:-1px;
	height:1px;
	background:#ccc;
	width:100%;
	content:'';
	display:block;
	left:0px;
	z-index:-1;
}

#register_modal .form_pane .or_line .text{ 
	display:inline-block;
	position:absolute;
	background:#00AEEF;
	height:30px;
	top:50%;
	left:50%;
	margin-left:-15px;
	line-height:30px;
	margin-top:-15px;
	width:30px;
}
#register_modal .form_pane .media_list {text-align:left;margin:10px 0px; }
/*#register_modal .form_pane .media_item { margin-right:46px;display:inline-block;}*/
#register_modal .form_pane .media_item { margin:0px;float:left;width:100%;text-align:center;box-sizing:border-box;margin-bottom:5px;padding-right:0px;}
#register_modal .form_pane .media_item:last-child {margin-right:0px;padding:0px; padding-left:0px;}
#register_modal .form_pane .media_item .media { 
	height:42px;
	width:100%;
	display:block;
	box-sizing:border-box;
	padding-left:35px;
	background:#396;
	color:#FFF;
	font-weight:600;
	line-height:42px;
	transition:all 0.3s ease;
}

#register_modal .form_pane .media_item .media.facebook { 
	background: #2D4687 url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/facebook.png) left 55px bottom no-repeat;
	background-size: 22px;
}
#register_modal .form_pane .media_item .media.google { 
	background:#E13B26 url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/google.png) left 55px bottom no-repeat;
	background-size: 22px;
}
/*#register_modal .form_pane .media_item .media.github { 
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/ic_github_grey.png) center center no-repeat;
	background-size:cover;
}
#register_modal .form_pane .media_item .media.github:hover { 
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/ic_github.png) center center no-repeat;
	background-size:cover;
}
#register_modal .form_pane .media_item .media.linkedin { 
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/ic_linkedin_grey.png) center center no-repeat;
	background-size:cover;
	outline:0px;
}
#register_modal .form_pane .media_item .media.linkedin:hover { 
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/ic_linkedin.png) center center no-repeat;
	background-size:cover;
	outline:0px;
}*/
#register_modal .modal-dialog .modal-header {
    background: #00AEEF;
    position: relative;
    padding: 15px;
}
#register_modal .form_pane .text_field { 
	font-size:12px;
	font-weight:300;
	color:#222;
	font-style:italic;
}
#register_modal .form_pane .text_field a, #register_modal .form_pane .text_field a:hover,#register_modal .form_pane .text_field a:focus { 
	color:#FFF;
	font-weight:400;
}
.register_form { 
	display:block;
}

.modal_content .subject_listings { 
	display:block;
	width:100%;
}
.modal_content .subject_listings li { 
	display:inline-block;
	color:#000;
}
.modal_content .subject_listings li a, .modal_content .subject_listings li a:hover,
.modal_content .subject_listings li a:focus { 
	font-size:12px;
	font-weight:600;
	color:#222;
	
}
#register_modal .nav-tabs {
	border-bottom: 0px solid #ddd;
}
#register_modal .nav-tabs>li>a,#register_modal .nav-tabs>li.active>a,#register_modal .nav-tabs>li.active>a:focus,#register_modal .nav-tabs>li.active>a:hover{
	border: 0px solid #ddd;
}

#register_modal .nav-tabs > li > a, .modal-dialog .nav-tabs > li > a:hover, .modal-dialog .nav-tabs > li > a:focus { 
	margin-right:25px;
	color:#00688f;
	text-shadow:none;
	
}
#register_modal .nav-tabs > li.active > a, .modal-dialog .nav-tabs > li.active > a:hover, .modal-dialog .nav-tabs > li.active > a:focus { 
	margin-right:25px;
	color:#FFF;
	-webkit-text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.71);
	-moz-text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.71);
	-o-shadow: 2px 2px 4px rgba(255, 255, 255, 0.71);
	-ms-text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.71);
	text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.71);
}
#register_modal .modal_active_li a, .modal_active_li a:hover, .modal_active_li a:focus { 
	font-size:16px;
	font-weight:600;
	margin-right:30px;
	background:transparent !important;
	padding:8px 0px !important;
	color:#541F0A;
}

#register_modal .modal_active_li.active a, .modal_active_li.active a:hover, .modal_active_li.active a:focus { 
	display:block;
}


/*--forgot_password_popup--*/
#forgotpassword {
	z-index: 999999 !important;
}
#forgotpassword.modal { 
	background:rgba(0,0,0, 0.9);
}
#forgotpassword.modal .button_wrapper button, 
#forgotpassword.modal .button_wrapper button:hover, 
#forgotpassword.modal .button_wrapper button:focus { 
	outline:0px;
	padding:8px 25px;
	border-radius:20px;
	font-size:15px;
	font-weight:400;
	color:#E2F4FD;
	background:#F58220;
	margin-right:10px;
}
#forgotpassword.modal .form-control, #forgotpassword.modal .form-control:hover, #forgotpassword.modal .form-control:focus {
	background:#E2F4FD;
	color:#333;
	font-weight:600;
	height:44px;
	box-shadow:none;
	border:1px solid #ddd;
}
#forgotpassword.modal .button_wrapper button.cancel_btn, 
#forgotpassword.modal .button_wrapper button.cancel_btn:hover, 
#forgotpassword.modal .button_wrapper button.cancel_btn:focus { 
	background:#666;
}
#forgotpassword.modal .modal-body { 
	padding:30px 20px;
}

@media (min-width:1400px) {
.modal_video_outer > iframe{
	height: 550px;
}
}
/* responsiveness */

@media (min-width:1200px) {
.section_3 .modal-dialog .modal-content .modal-body .part_1 video.video {
	height: 400px;
}
.modal_video_outer > iframe{
	height: 500px;
}
.main_page.course_page .video_wrap .text_section .progress_bar_wrap .cup_ico {
    background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/big_cup.png) bottom center no-repeat;
    background-size: 85px;
}

.main_page.course_page .video_wrap .text_section .progress_bar_wrap .cup_ico.active{
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/big_blue_cup.png) bottom center no-repeat;
    background-size: 85px;
}
.section_main .part_1 {
	height: auto;
	padding: 20px 0px;
}
.section_main .part_1 .video_link {
	position: static;
}
.section_main .part_1 .video_overlay {
	top: 20px;
}
.main_page .video_overlay { background-size:75px;}
.video.video_main > iframe{
  width:100%;
  height:440px;
}
.modal-dialog {
	width: 45%;
}
/* student index*/
.card--learning {
    /*width: 230px;*/
    width:45%;
    margin-left: 3%;
}
.modal-lg{
	width:70%;
 }
}
@media (min-width: 992px) and (max-width: 1199px) {
.main_page.course_page .video_wrap .text_section .progress_bar_wrap .cup_ico {
    background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/big_cup.png) bottom center no-repeat;
    background-size: 100% 100%;
}
.modal_video_outer > iframe{
	height: 500px;
}
.main_page.course_page .video_wrap .text_section .progress_bar_wrap .cup_ico.active {
    background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/big_blue_cup.png) bottom center no-repeat;
    background-size: 100% 100%;
}

.main_page.course_page .video_wrap .text_section .progress_bar_wrap {
    padding-right: 90px;
    position: relative;
    padding-top: 45px;
}
.section_3,  .section_main {
	padding: 10px 80px;
}
.section_main .part_1 .video_overlay {
	top: 30px;
	height: calc(100% - 90px);
}
.section_main .part_1 {
	min-height: 160px;
	height: auto;
	padding: 30px 0px;
}
.section_main .part_1 .video_link {
	position: static;
	min-height: 200px;
}
.video.video_main > iframe{
  width:100%;
  height:319px;/*chabged*/
}

/*--main_page--*/
.main_page .sub_header {
    font-size: 28px;
    font-weight: 700;
    padding: 15px 0px;
    /*padding-left: 15px;*/
}
.main_page .nav_band .band_title { 
	font-size:30px;
}
.main_page .band_title_btn{ 
	margin-left:30px;
}
.main_page .video_overlay { background-size:70px;}

.main_page.course_page .video_wrap {
    padding: 75px 0px;
    background: #231F20;
	background-size:250px;
}
.main_page.course_page .video_wrap .video_secion {
    width: 50%;

}
.main_page.course_page .video_wrap .text_section {
   width: 50%;
    padding-left: 30px;
}
.main_page.course_page .video_wrap .video_secion video {
    height: 320px; 
}
.main_page.course_page .video_wrap .text_section .banner_title { font-size:23px; margin-bottom:14px;}
.main_page.course_page .video_wrap .text_section .banner_btn { font-size:21px; }
/* student index*/
.card--learning {
    /*width: 230px;*/
    width:45%;
    margin-left: 10px;
}
.modal-lg{
	width:70%;
 }
}

 @media (min-width: 361px) and (max-width: 559px) {
.top_menu #login .modal-dialog {
	width: 100%;
	margin: 0px auto;
}
.main_page .navbar-default .navbar-nav > li > a#regcr { 
	padding:5px 0px;
	margin:0px 5px;
}
.section_3 .modal-dialog {
	width: 100%;
	margin: 0px auto;
}
.section_3 .modal-body {
	padding: 0px;
	padding-bottom: 0px;
}
.modal-dialog.preview_modal .modal-body {
	padding: 20px;
}
.section_3 .modal-body video {
	padding-bottom: 5px;
}
.section_3 .modal-dialog .modal-content .part_1 {
	height: auto;
}
.modal-title {
	font-size: 22px;
	font-weight: 600;
	/*line-height: 60px;*/
	/*line-height: 35px;*/
	padding: 10px;
	margin: 0px;
	margin-left: 20px;
	color: #444;
}
.video.video_main > iframe{
  width:100%;
  height:300px;
}
/* student index*/
.card--learning {
    /*width: 230px;*/
    width:100%;
}
.modal-lg{
	width:100%;
 }
}

 @media (min-width: 768px) and (max-width: 991px) {
.section_3 .modal-dialog {
	width: 90%;
}
.modal_video_outer > iframe{
	height: 450px;
}
.section_3 .modal-dialog .modal-content .part_1 {
	height: 450px;
}
.section_main .part_1 .video_link {
	min-height: 210px;
	height: auto;
	position: static;
}
.section_main .part_1 {
	height: auto;
}
.rate_section {
	display: block;
	margin: 5px 0px;
}
.section_3, .section_main {
	padding: 10px 50px;
}
.section_main .part_2 .selection_of_courses {
	padding-top: 3px;
}
.section_main .part_1 .video_overlay {
	top: 0px;
	height: calc(100% - 30px);
}
.main_page .video_overlay { background-size:55px;}

/*--main_page--*/
.main_page .header_container {
    padding-left: 20px;
    padding-right: 20px;
}
.main_page .sub_header {
    font-size: 22px;
    font-weight: 700;
    padding: 15px 0px;
    /*padding-left: 15px;*/
}
.main_page .navbar-default .navbar-right > li.btn_sect > a {  
    /*margin-top: 23px;*/
    padding: 4px 30px;
  
 }
.main_page .form-group.has-feedback .header_sbt_btn, .main_page .form-group.has-feedback .header_sbt_btn:hover, .main_page .form-group.has-feedback .header_sbt_btn:focus {
    top: 3px;
}
.main_page .form-group.has-feedback { width:305px;height:35px; }
.main_page .video_wrap { padding-right:30px;min-height:250px;} /*changed*/
.main_page .lesson_coverage { width:100%;top:0px;}/*changed*/
#lesscvgid {
	padding: 5%;
	}
.main_page .lesson_coverage .innercontent .banner-title { 
	font-size:17px;
	margin-bottom:3px;
}
.main_page .lesson_coverage .learning_ques_lists li { 
	padding:2px 0px;
	margin-bottom:2px;
}
.main_page .section_title { font-size:20px;}
.main_page .desc_list li,.main_page .ordered_list li { font-size:13px;margin-bottom:3px;line-height: 18px;}
/*.main_page .ordered_list li { font-size:13px;margin-bottom:3px;}*/

.main_page .section_cont.last_sect .desc_list li, 
.main_page .list_desc, .main_page .desc_list li.bold_text,.main_page .ordered_list li.bold_text{ 
	font-size:14px;
	line-height: 18px;
}
.pc{ 
	font-size:14px;
}
.main_page .rating_comments .panel_collapse {
    margin-left: 55px;
}
.main_page .rating_comments .panel_collapse .ques_text {
    font-size: 15px;
}
.main_page .rating_comments .panel_collapse .answer_list li {
    font-size:14px;
}
.main_page.course_page .video_wrap .text_section .progress_bar_wrap .cup_ico{ 
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/black_cup.png) bottom center no-repeat;
	background-size:65px;
}
.main_page.course_page .video_wrap .text_section .progress_bar_wrap .cup_ico.active { 
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/blue_cup.png) bottom center no-repeat;
	background-size:65px;
}
.main_page.course_page .accordion_sect .right_pane_text { font-size:13px;}
.main_page .content-sect-title .sub_text { width:130px;font-size:16px;}
.main_page .content-sect-title.sub_head .sub_text2 {	width:100%;font-size:16px;}
.main_page .accordion_sect .accord_count { width:130px;}
.main_page .content-sect-title.sub_head { font-size:22px;}
.main_page .accordion_sect { font-size:16px;}
.main_page .content-sect-title { font-size:28px;}
.main_page .list_desc .list_desc_link { font-size:15px;}
.main_page .content-title { font-size:26px;}
.main_page .accordion_sect .lecture_notes .bold_text { font-size:14px;width:130px;}
.main_page .accord_title { font-size:14px;margin-left:0px;margin-right:15px;}
.main_page .btn_preview {padding:3px 15px; }
.main_page .slick_carousel .thumb_title { font-size:17px;}
.main_page .slick_carousel .thumb_desc { font-size:13px;}
.main_page .band_title_btn { 
	margin-left:0px;
}
.main_page .slick_carousel .thumb_desc.bold_text { font-size:14px;}
.main_page .nav_band .band_title { font-size:32px;}
.main_page .band_title_btn .btn_preview { padding:10px 20px;}
.main_page .current_price {font-size:15px;
background-size:10px; }
.main_page .download_app { height:180px;}
.main_page .download_app .downloadinput_field { right:20px;width:275px;}
.main_page .section_cont.last_sect .desc_list li .stud_name { font-size:14px;}

/*--couse_page--*/
.main_page.course_page .video_wrap {
    padding: 60px 0px;
    background: #231F20;
	background-size:200px;
}

.main_page.course_page .video_wrap .video_secion {
    width: 60%;
}
.main_page.course_page .video_wrap .text_section {
    width: 40%;
	padding-left:20px;
}
.main_page.course_page .video_wrap .video_secion video {
    height: 280px; 
}
.main_page.course_page .video_wrap .text_section .banner_title { font-size:20px;margin-top:0px;margin-bottom:0px;}
.main_page.course_page .video_wrap .text_section .banner_btn { font-size:18px;margin-bottom:30px;padding:8px 26px; }
.main_page.course_page .video_wrap .text_section .progress_text {
    font-size: 16px;
}
.course_video_modal .modal_header {
    padding: 0px 20px;
}
.course_video_modal .header_list li.header_name {
    padding: 15px 0px;
    padding-left: 50px;
	font-size:20px;
    background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/Ahagurulogo.png) left center no-repeat;
    background-size: 50px;
}
.course_video_modal .header_list li { margin-right:5px;}
#course_bannervideo {
    height: auto;
    width: auto;
}
.main_page.course_page .video_wrap .text_section .progress_bar_wrap {
     padding-top: 0px;
}
.video.video_main > iframe{
  width:100%;
  height:430px; /*chabged*/
}
.modal-dialog {	
	width: 60%;
}
/* student index*/
.card--learning {
    /*width: 230px;*/
    width:48%;
    margin-left: 1%;
}
.card__details {
    padding: 10px 10px;
    /*display: block;*/
     display: inline;
    width: 50%;
    float:right;
}
.card__image {
    height: auto;
    display: inline;
    width: 49%;
    float:left;
    position: relative;
    /*background: #000000;*/
    overflow: hidden;
}
.card--learning .details__bottom {
    height: 35px;
    margin-top: 10px;
}

/*added*/
.main_page .lesson_coverage .learning_ques_lists {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}
.main_page .lesson_coverage .banner_right {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}
.modal-lg{
	width:70%;
 }
}

@media screen and (max-width:997px) and (min-width: 778px) {
.card__image {
 display: none;
}

.card__details {
    width: 100%;
}
}
@media screen and (max-width:767px) {
.section_main {
	padding-left: 0px;
	padding-right: 0px;
}
.modal_video_outer > iframe{
	height: 420px;
}
.lesson_coverage {
	padding: 30px;
}
.fixed_section_2 .course_name {
	font-size: 14px;
}
.section_main .part_1 .video_link {
	position: static;
}
.section_3 {
	padding: 10px;
	padding-left: 0px;
	padding-right: 0px;
}
.section_main .part_2 .selection_of_courses {
	padding-top: 15px;
}
.section_main .part_1 .video_overlay {
	top: 0px;
	height: calc(100% - 26px);
	display: none;
}
.section_main .part_1 {
	height: auto;
}
.fixed_section_2 .course_name.includings {
	margin-left: 0px;
}
.fixed_section_2 .course_name {
	margin: 4px 0px;
	display: block;
	width: 100%;
}

/*--main_page--*/
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { border:0px;margin-top:13px;background:none;}
.navbar-default .navbar-toggle .icon-bar { background:#FFF;}
.main_page .navbar-collapse.collapse.in { 
	background:transparent;
}
.main_page .header_container { 
	padding:0px 20px;
}
.main_page .top_menu {height:auto; }
.main_page .navbar-nav > li > .dropdown-menu.course { 
	background:#FFF;
	margin-top:0px;
}
#neet_heading{
	font-size: 19px;
}
.main_page .navbar-collapse .navbar-nav { margin:0px;}
.main_page .navbar-collapse .navbar-nav > li { display:block;}
.main_page .navbar-collapse .navbar-nav > li > a {display:inline-block; }
.main_page .container-fluid .navbar-brand.header_logo { margin-top:0px;}
.main_page .navbar-default .navbar-right > li:last-child { float:right;}
.form-group.has-feedback {margin-top:-10px; }
.main_page .navbar-default.main_menu { 
	margin-bottom:0px;
}
.main_page .navbar-default .navbar-right > li.btn_sect > a.join_btn, .main_page .navbar-default .navbar-right > li.btn_sect > a.join_btn:hover, .main_page .navbar-default .navbar-right > li.btn_sect > a.join_btn:focus,
.main_page .navbar-default .navbar-right > li:last-child > a, .main_page .navbar-default .navbar-right > li:last-child > a:hover, .main_page .navbar-default .navbar-right > li:last-child > a:focus {margin-top:0px;margin-bottom:10px; }
.main_page .sub_header {
    font-size: 28px;
    font-weight: 700;
    padding: 12px 0px;
    /*padding-left: 15px;*/
}
/*--banner_section--*/
.main_page .video_wrap { 
    padding-right: 0px; 
	padding-bottom:170px;
}
.main_page .lesson_coverage { 
	height:220px;
	bottom:0px;
	top:auto;
	width:100%;
}
.main_page .lesson_coverage.adjust_height { 
	height: 260px;
}

.main_page #lesscvgid { 
	height:190px;
	bottom:0px;
	top:auto;
	width:100%;
}
#lesscvgid {
	padding: 5%;
	}
.main_page .video_overlay { background-size:50px;}
.main_page .download_app {
    height: 250px;
    display: block;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/ahaguru_band_barner.png) center center no-repeat;
    background-size: 100% 100%;
}
/*--course_page--*/
.profile_img_toggle { 
	position:absolute;
	height:46px;
	width:45px;
	right:60px;
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/profile_img.jpg) center center no-repeat;
	background-size:cover;
border-radius:50px;
	margin-top:6px;
}
.main_page.course_page .navbar-collapse .navbar-nav {
    margin: 0px;
    /*display: inline-block;*/
	vertical-align:top;
}
.main_page.course_page .navbar-nav > .select_course.my_course > a,
.main_page.course_page .navbar-default .navbar-nav > li > a {
    padding: 10px 10px;
    margin: 0px 5px;
}
.main_page.course_page .navbar-default .navbar-nav .dropdown-menu {
   padding:5px;
}
.main_page .dropdown-menu.mycourse .course_content {
    padding: 5px 0px;
    padding-left: 40px;
	height:50px;
    background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/633228_a6b9_11.jpg) top 10px left no-repeat;
    background-size: 30px;

}
.main_page .dropdown-menu.mycourse .course_content:hover { 
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/633228_a6b9_11.jpg) top 10px left no-repeat;
    background-size: 35px;
}
.main_page.course_page .video_wrap {
    border-bottom: 10px solid #E7E7E8;
    padding: 30px 20px;
    background: #231F20;
	background-size:180px;
}
.main_page.course_page .video_wrap .text_section {
    width: 84%;
    padding-left:0px; 
}
.main_page.course_page .video_wrap .text_section .progress_bar_wrap .cup_ico{ 
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/black_cup.png) bottom center no-repeat;
height:60px;
	display:block;
	background-size:60px;
}
.main_page.course_page .video_wrap .text_section .progress_bar_wrap .cup_ico.active { 
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/blue_cup.png) bottom center no-repeat;
	background-size:60px;
}
.main_page.course_page .video_wrap .video_secion video {
    height: 260px;
}
.main_page.course_page .video_wrap .video_secion {
      width: 100%;
	display:block;
}
.main_page.course_page .video_wrap .text_section .banner_title {
    font-size: 20px;
    margin-bottom: 10px;
}
.main_page.course_page .video_wrap .text_section .banner_btn {
    padding: 6px 25px;
    border-radius: 4px;
    font-size: 19px;
	margin-bottom:10px;
}
.main_page.course_page .rating_comments {
    padding: 0px 30px;
}
.main_page.course_page .accordion_sect {
    position: relative;
	padding-bottom:25px;
    padding-right: 22px;
	padding-left:60px;
}
.main_page.course_page .accordion_sect .accord_count {
    width: 30px;
	position:absolute;
	height:20px;
	top:50%;
	margin-top:-10px;
	text-align:center;
	font-size:16px;
	padding:0px;
	left:0px;
	background:none;
}
.main_page.course_page .accordion_sect .accord_fill_ico { 
	margin:0px;
	position:absolute;
	left:30px;
	top:50%;
	margin-top:-10px;
}
.main_page.course_page .accord_title {
    width:auto;
    margin:0px;
    display: inline;
}
.main_page.course_page .accordion_sect .right_pane_text { 
	display:inline-block;
	color:#777;
	height:20px;
	padding-right:0px;
	background:none !important;
}
.main_page.course_page .accordion_sect .accord_name {width:auto;min-width:70px; position:absolute;bottom:5px;left:60px;padding-right:0px;color:#666;}
.main_page.course_page .accordion_sect.play_btn {
	background-image:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/play_icon.png);
	background-position: right 5px center;
	background-repeat:no-repeat;
	background-size:16px;
}
.main_page.course_page .accordion_sect.quiz_btn { 
	background-image:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/question_icon.png);
	background-position: right 5px center;
	background-repeat:no-repeat;
	background-size:16px;
}
.main_page.course_page .accordion_sect.concept_btn { 
	background-image:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/thunder_icon.png);
	background-position: right 5px center;
	background-repeat:no-repeat;
	background-size:16px;
}
.main_page.course_page .accordion_sect.play_btn.active {
	background-color:rgba(0, 174, 239, 0.08);
	background-image:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/play_icon.png);
	background-position: right 5px center;
	background-repeat:no-repeat;
	background-size:16px;
	border-bottom:0px;
}
.main_page.course_page .accordion_sect.quiz_btn.active {
	background-color:rgba(0, 174, 239, 0.08); 
	background-image:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/question_icon.png);
	background-position: right 5px center;
	background-repeat:no-repeat;
	background-size:16px;
	border-bottom:0px;
}
.main_page.course_page .accordion_sect.concept_btn.active {
	background-color:rgba(0, 174, 239, 0.08); 
	background-image:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/thunder_icon.png);
	background-position: right 5px center;
	background-repeat:no-repeat;
	background-size:16px;
	border-bottom:0px;
}
.main_page.course_page .accordion_sect .right_pane_text { 
	float:none;
	width:auto; position:absolute;bottom:5px;left:130px;
}
.main_page.course_page .video_secion.text_section { 
	text-align:center;
}

/*--video_page--*/
#course_bannervideo {
    height: auto;
    width: 100%;
}
.course_video_modal .modal_header { 
	height:auto;
	padding:0px 10px;
}
.course_video_modal .header_list li:last-child {
    margin-right: 0px;
    width: 22%;
}
.course_video_modal .header_list li.header_name {
    padding: 10px 0px;
    width: 56%;
	font-size:20px;
    padding-left: 60px;
    background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/Ahagurulogo.png) left center no-repeat;
    background-size: 55px;
}
.course_video_modal .modal_body {
    height: auto;
    width: 100%;
    padding:30px 20px;
    box-sizing: border-box;
    background: #000;
}
.course_video_modal .header_list li.btn_wrap .quiz_btns, .course_video_modal .header_list li.btn_wrap .quiz_btns:hover, .course_video_modal .header_list li.btn_wrap .quiz_btns:focus {
    padding: 3px 15px;
    font-size: 16px;
    margin-top: 7px;
    margin-left: 0px;
}
.video.video_main > iframe{
  width:100%;
  height:300px;
}
.modal-dialog {	
	width: 70%;
}
/* student index*/
.card--learning {
    /*width: 230px;*/
    width:100%;
}
.modal-lg{
	width:100%;
 }
}
 @media (min-width: 560px) and (max-width: 767px) {
.top_menu #login .modal-dialog {
	width: 89%;
}
.modal_video_outer > iframe{
	height: 400px;
}
.navbar-default .navbar-right > li:last-child > a:hover, .navbar-default .navbar-right > li:last-child > a {
	width: 160px;
}
.section_3 .modal-dialog {
	width: 84%;
}
.section_3 .modal-dialog .modal-content .part_1 {
	height: 300px;
}
.section_3.main_sect .modal-dialog .modal-content .part_1 {
	height: auto;
}


.main_page .navbar-collapse .navbar-nav > li > a {
    display: inline-block;
	vertical-align:middle;
	padding:0px 10px;
}
.main_page .form-group.has-feedback { 
	margin-top:0px;
	margin-bottom:10px;
}
.main_page .navbar-default .navbar-right > li:last-child {
    display:inline-block;
	float:none;
	vertical-align:middle;
}
.main_page .navbar-default .navbar-right > li.btn_sect > a.join_btn, .main_page .navbar-default .navbar-right > li.btn_sect > a.join_btn:hover, .main_page .navbar-default .navbar-right > li.btn_sect > a.join_btn:focus {
    margin-right:10px;
}
.main_page .lesson_coverage .innercontent .banner-title { font-size:18px;margin-bottom:8px;}
.main_page .lesson_coverage .learning_ques_lists li { padding:0px;font-size:14px;}
.main_page .lesson_coverage .learning_ques_lists li .banner_li_img { height:20px;width:20px;}
.main_page .lesson_coverage .learning_ques_lists li .banner_li_img.video_img,
.main_page .lesson_coverage .learning_ques_lists li .banner_li_img.ques_img,
.main_page .lesson_coverage .learning_ques_lists li .banner_li_img.learn_img,
.main_page .lesson_coverage .learning_ques_lists li .banner_li_img.student_img { 
	background-size:18px;
}
.main_page .navbar-nav > li.select_course > .dropdown-menu.course { margin-top:0px;border-radius:4px;float:none;width:300px;}
.main_page .lesson_coverage .learning_ques_lists { display:inline-block;vertical-align:top;width:48%;}
.main_page .lesson_coverage .banner_right { display:inline-block;vertical-align:top;width:48%;}
.main_page .lesson_coverage .course_btn, .main_page .lesson_coverage .course_btn:hover, .main_page .lesson_coverage .course_btn:focus { font-size:17px;width:200px;}
.main_page .section_title {font-size:18px; }
.main_page .desc_list li.bold_text,.main_page .desc_list li ,.main_page .ordered_list li.bold_text,.main_page .ordered_list li { font-size:13px;line-height: 18px;}
.pc { font-size:13px;}
.main_page .nav_band .band_title { font-size:24px;}
.main_page .band_title_btn { margin-left:0px;margin-top:5px;}
.main_page .band_title_btn .btn_preview { padding:8px 15px;font-size:14px;}
.main_page .list_desc { font-size:13px;}
.main_page .list_desc .list_desc_link { font-size:14px;}
.main_page .content-title { font-size:24px;margin-top:25px;}
.main_page .accordion_sect .accord_img { width:16px;margin:0px;}
.main_page .accordion_sect { position:relative;padding-right:78px;}
.main_page .accordion_sect .btn_preview {position:absolute;
top:50%;right:0px;margin-top:-11px; }
.main_page .btn_preview { font-size:13px;padding:2px 15px;}
.main_page .accordion_sect .lecture_notes .bold_text {font-size:14px;
width:150px;} 
.main_page .content-sect-title .sub_text  { 
	width:100px;
	font-size:14px;
}
.main_page .content-sect-title.sub_head .sub_text2  { 
	width:100%;
	font-size:14px;
}
.main_page .content-sect-title { 
	font-size:26px;
}
.main_page .accordion_sect { font-size:13px;border-bottom:1px solid #eee;}
.main_page .content-sect-title.sub_head { font-size:21px;}
.main_page .accord_title { 
	/*width:100%;*/
	margin:0px;
	font-size:13px;
	display:inline-block;
}
.main_page .rating_comments .panel_collapse {
    margin-left: 0px;
}
.main_page .rating_comments .panel_collapse .ques_text {
    font-size: 14px;
}
.main_page .rating_comments .panel_collapse .answer_list li {
    font-size:13px;
}
.main_page .accordion_sect .accord_count { width:auto;padding:3px 0px;
padding-right:60px;}
.main_page .section_cont.last_sect .desc_list li,
.main_page .panel_collapse { font-size:13px;}
.main_page .slick_carousel .slick_thumb_img { height:140px;}
.main_page .slick_carousel { padding:0px 30px;}
.main_page .slick_carousel .thumb_title { font-size:14px;}
.main_page .slick_carousel .thumb_desc { font-size:12px;}
.main_page .current_price {
    padding-left: 14px;
    font-size: 14px;
    background-size: 9px;
}
.main_page .section_cont.last_sect .desc_list li .stud_name { font-size:13px;}
.main_page .band_title_btn .price_text {
    padding-left: 13px;
}
.main_page .slick_carousel .thumb_desc.bold_text { font-size:13px;}
.main_page .slick_carousel .slick_nav_btn, .main_page .slick_carousel .slick_nav_btn:hover, .main_page .slick_carousel .slick_nav_btn:focus {
	top: 50px;
	width: 30px;
	height: 75px;
}
.main_page .slick_carousel .slick_nav_btn.slick-prev {
	left: 0px;
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/left_button_icon.png) center center no-repeat;
	background-size:30px;
}
.main_page .slick_carousel .slick_nav_btn.slick-next {
	right: 0px;
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/right_button_icon.png) center center no-repeat;
	background-size:30px;
}
.main_page .download_app {
    height: 250px;
    display: block;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/ahaguru_band_barner.png) center center no-repeat;
    background-size: 100% 100%;
}
.main_page .download_app .downloadinput_field {
    right: 40px;
    top: 140px;
}

.main_page .video_overlay { background-size:50px;}
.main_page.course_page .video_wrap .text_section .progress_bar_wrap {
    padding-top: 10px;
}
.video.video_main > iframe{
  width:100%;
  height:358px; /*chnaged*/
}
.uparrowouter {
    border-color: transparent;
    border-bottom-color: #fff;
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    display: none;
    position: absolute;
    left: 10%;
    top: 8%;
    z-index: 2;
    height: 0;
    width: 0;
    display: inline-block;
}
.uparrowinner {
    border-color: transparent;
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    display: none;
    position: absolute;
    left: 10%;
    z-index: 1;
    height: 0;
    width: 0;   
    border-bottom-color: #ccc;
    border-bottom-color: rgba(0,0,0,.2);
    top: 8%;
        display: inline-block;
}

/* student index*/
.card--learning {
    /*width: 230px;*/
    /*width:100%;*/
    width:48%;
    margin-left: 1%;
}
.modal-lg{
	width:100%;
 }
}

@media (min-width: 480px) and (max-width: 559px) { 
.top_menu #login .modal-dialog {
	width: 89%;
}
.modal_video_outer > iframe{
	height: 400px;
}
.navbar-default .navbar-right > li:last-child > a:hover, .navbar-default .navbar-right > li:last-child > a {
	width: 160px;
}
.section_3 .modal-dialog {
	width: 84%;
}
.section_3 .modal-dialog .modal-content .part_1 {
	height: 300px;
}
.section_3.main_sect .modal-dialog .modal-content .part_1 {
	height: auto;
}
.main_page .form-group.has-feedback { 
	margin-top:-15px;
}
.modal-dialog.preview_modal .modal-body { 
	padding:5px;
}
.section_3.main_sect .modal-dialog.preview_modal { 
	width:100%;
	margin:0px auto;
}

.main_page .navbar-collapse .navbar-nav > li > a {
    display: inline-block;
	vertical-align:middle;
	padding:0px 10px;
}
.main_page .navbar-collapse .navbar-nav > li.searchinput > a { 
	display:block;
	padding:0px;
}
.main_page .navbar-collapse .navbar-nav > li.searchinput {
    display: block;
}
.main_page .form-group.has-feedback { 
	margin-top:0px;
	width:330px;
	margin-bottom:10px;
}
.main_page .navbar-default .navbar-right > li:last-child {
    display:inline-block;
	float:none;
	vertical-align:middle;
}
.main_page .navbar-default .navbar-right > li.btn_sect > a.join_btn, .main_page .navbar-default .navbar-right > li.btn_sect > a.join_btn:hover, .main_page .navbar-default .navbar-right > li.btn_sect > a.join_btn:focus {
    margin-right:10px;
}
.main_page .sub_header {
    font-size: 23px;
    font-weight: 700;
    padding: 10px 0px;
    /*padding-left: 15px;*/
}
.main_page .nav_band {padding:4px 0px;}
.main_page .video_wrap {padding-bottom:150px;}
.main_page .lesson_coverage { height:220px;}
.main_page .lesson_coverage.adjust_height {	height:285px;}
.main_page #lesscvgid { height:200px;}
.main_page .lesson_coverage .innercontent .banner-title { font-size:18px;margin-bottom:8px;}
.main_page .lesson_coverage .learning_ques_lists li { padding:0px;font-size:13px;}
.main_page .lesson_coverage .learning_ques_lists li .banner_li_img { height:18px;width:18px;}
.main_page .lesson_coverage .learning_ques_lists li .banner_li_img.video_img,
.main_page .lesson_coverage .learning_ques_lists li .banner_li_img.ques_img,
.main_page .lesson_coverage .learning_ques_lists li .banner_li_img.learn_img,
.main_page .lesson_coverage .learning_ques_lists li .banner_li_img.student_img { 
	background-size:17px;
}
.main_page .lesson_coverage .learning_ques_lists { display:inline-block;vertical-align:top;width:48%;}
.main_page .lesson_coverage .banner_right { display:inline-block;vertical-align:top;width:40%;margin-left:10px;}
.main_page .lesson_coverage .course_btn, .main_page .lesson_coverage .course_btn:hover, .main_page .lesson_coverage .course_btn:focus { font-size:14px;width:190px;}
.main_page .lesson_coverage #appbtn, .main_page .lesson_coverage #appbtn:hover, .main_page .lesson_coverage #appbtn:focus { font-size:14px;width:190px;}
.main_page .section_title {font-size:18px; }
.main_page .desc_list li.bold_text,.main_page .desc_list li,.main_page .ordered_list li.bold_text,.main_page .ordered_list li { font-size:13px;margin-bottom:3px;line-height: 18px;}
.pc { font-size:13px;}
.main_page .desc_list,.main_page .ordered_list {margin-bottom:5px;margin-left:20px;}
.main_page .nav_band .band_title { font-size:21px;}
.main_page .band_title_btn { margin-left:0px;margin-top:5px;}
.main_page .band_title_btn .btn_preview { padding:4px 15px;font-size:14px;}
.main_page .list_desc { font-size:13px;}
.main_page .list_desc .list_desc_link { font-size:14px;}
.main_page .content-title { font-size:24px;margin-top:25px;}
.main_page .accordion_sect .accord_img { width:16px;margin:0px;}
.main_page .accordion_sect { position:relative;padding-right:78px;font-size:13px;border-bottom:1px solid #eee;}
.main_page .accordion_sect .btn_preview {position:absolute;
top:50%;right:0px;margin-top:-11px; }
.main_page .btn_preview { font-size:13px;padding:2px 15px;}
.main_page .accordion_sect .lecture_notes .bold_text {font-size:14px;
width:120px;} 
.main_page .navbar-nav > li.select_course > .dropdown-menu.course { margin-top:0px;border-radius:4px;float:none;width:280px;}
.main_page .accord_title { 
	/*width:100%;*/
	margin:0px;
	font-size:14px;
	display:inline-block;
}
.main_page .rating_comments .panel_collapse {
    margin-left: 0px;
}
.main_page .rating_comments .panel_collapse .ques_text {
    font-size: 14px;
}
.main_page .rating_comments .panel_collapse .answer_list li {
    font-size:13px;
}
.main_page .section_cont.last_sect .desc_list li,
.main_page .panel_collapse { font-size:13px;border-bottom:1px solid #eee;}
.main_page .slick_carousel .slick_thumb_img { height:140px;}
.main_page .slick_carousel { padding:0px 30px;}
.main_page .slick_carousel .thumb_title { font-size:14px;}
.main_page .slick_carousel .thumb_desc { font-size:12px;}
.main_page .slick_carousel .slick_nav_btn, .main_page .slick_carousel .slick_nav_btn:hover, .main_page .slick_carousel .slick_nav_btn:focus {
	top: 50px;
	width: 20px;
	height: 75px;
}
.main_page .slick_carousel .slick_nav_btn.slick-prev {
	left: 0px;
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/left_button_icon.png) center center no-repeat;
	background-size:20px;
}
.main_page .slick_carousel .slick_nav_btn.slick-next {
	right: 0px;
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/right_button_icon.png) center center no-repeat;
	background-size:20px;
}
.main_page .current_price {
    padding-left: 14px;
    font-size: 14px;
    background-size: 9px;
}
.main_page .band_title_btn .price_text {
    padding-left: 13px;
}
.main_page .slick_carousel .thumb_desc.bold_text {font-size:13px; }
.main_page .section_cont.last_sect .desc_list li .stud_name { font-size:12px;}
.main_page .content-sect-title .sub_text { width:100px;font-size:14px;}
.main_page .content-sect-title.sub_head .sub_text2{ width:100%;font-size:14px;}
.main_page .content-sect-title { font-size:26px;}
.main_page .content-sect-title.sub_head { font-size:19px;}
.main_page .accordion_sect .accord_count { width:auto;}
.main_page .download_app { height:130px;background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/band-mobile.png) center center no-repeat;
    background-size: 100% 100%;}
.main_page .slick_carousel .slick_thumb_wrap { position:relative;min-height:100px;padding-left:140px;}
.main_page .slick_carousel .slick_thumb_img { position:absolute;left:0px;top:0px;height:100%;width:140px;}
.main_page .slick_carousel .thumb_content { padding:5px;}
.main_page .slick_carousel .thumb_desc {margin:3px 0px; }
.main_page .slick_carousel .thumb_desc.price {margin-bottom:3px;}
.main_page .slick_carousel { padding:0px 20px;}
.main_page .slick_carousel .slick_nav_btn.slick-prev { left:0px;}
.main_page .slick_carousel .slick_nav_btn.slick-next { right:0px; }
.modal.in .modal-dialog { width:80%;}
.main_page .video_overlay { background-size:40px;}
.main_page .download_app {
    height: 250px;
    display: block;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/ahaguru_band_barner.png) center center no-repeat;
    background-size: 100% 100%;
}
.main_page .download_app .downloadinput_field {
    right: 15px;
    top: 140px;
	width:260px;
}



/*--course_page--*/
.main_page.course_page .video_wrap .video_secion {
    width: 100%;
}
.main_page.course_page .video_wrap {
    border-bottom: 10px solid #E7E7E8;
    padding: 30px 10px;
    background: #231F20;
}
.main_page.course_page .video_wrap .text_section .banner_btn {
     font-size: 17px;
}
.course_video_modal .header_list li.header_name {
	width:85%;
}
.course_video_modal .modal_header {
    height: auto;
    position: relative;
    padding-bottom: 35px;
}
.course_video_modal .header_list li:last-child {
    margin: 0px;
	position:absolute;
	bottom:10px;
	left: 55px;
    width: 100%;
}
.main_page.course_page .navbar-default .navbar-nav .dropdown-menu { 
	min-width:120px;
}
.main_page.course_page .navbar-default .navbar-nav > li.select_course > a, .main_page.course_page .navbar-default .navbar-nav > li.select_course > a:hover, 
.main_page.course_page .navbar-default .navbar-nav > li.select_course > a:focus { padding:4px;border:0px;}
.main_page .dropdown-menu.mycourse {
    width: 110px;
}
.main_page .dropdown-menu.mycourse .dropdown_title {
    font-size: 16px;   
}
.main_page.course_page .video_wrap .text_section .progress_bar_wrap {
    padding-top: 10px;
}
.video.video_main > iframe{
  width:100%;
  height:303px; /*chabged*/
}
.uparrowouter {
    border-color: transparent;
    border-bottom-color: #fff;
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    display: none;
    position: absolute;
    left: 10%;
    top: 8%;
    z-index: 2;
    height: 0;
    width: 0;
    display: inline-block;
}
.uparrowinner {
    border-color: transparent;
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    display: none;
    position: absolute;
    left: 10%;
    z-index: 1;
    height: 0;
    width: 0;   
    border-bottom-color: #ccc;
    border-bottom-color: rgba(0,0,0,.2);
    top: 8%;
        display: inline-block;
}
/* student index*/
.card--learning {
    /*width: 230px;*/
    width:100%;
}
.modal-lg{
	width:100%;
 }

.card__image {
    height: auto;
    display: inline;
    width: 43%;
    float:left;
    position: relative;
    /*background: #000000;*/
    overflow: hidden;
}

.card__details {
    padding: 12px 15px;
    /*display: block;*/
     display: inline;
    width: 57%;
    float:right;
}

}



@media screen and (max-width:500px) and (min-width: 480px) {
.video.video_main > iframe{
  width:100%;
  height:260px;
}
.modal_video_outer > iframe{
	height: 350px;
}
.modal-lg{
	width:100%;
 }
}
@media screen and (max-width:550px) and (min-width: 510px) {
.video.video_main > iframe{
  width:100%;
  height:280px;
}
.modal-lg{
	width:100%;
 }
 .modal_video_outer > iframe{
	height: 430px;
}
}
@media screen and (max-width:580px) and (min-width: 560px) {
.video.video_main > iframe{
  width:100%;
  height:308px;
}
.modal-lg{
	width:100%;
 }
 .modal_video_outer > iframe{
	height: 350px;
}
.card__image {
 display: none;
}

.card__details {
    width: 100%;
}

	/* Added by Karthikeayan on 07-06-2019 */
	.student-container .banner-center span.icon {
		padding: 5px 15px;
		color: #000;
		display: inline-flex;
		width: 35%;
	}
	.student-container .banner-center span.center-name, span.icon {
		font-size: 18px;
		color: #00b0f0;
		font-weight: bold;
		text-align: center;
		display: inline-block;
		width: 45%;
		padding: 5px 15px;
	}
	/* Added by Karthikeyan on 07-06-2019 */
	.student-container .tab-pane span.notice-info {
		display: inline-block;
		text-align: center;
		box-shadow: 0px 2px 10px -4px #ccc;
		padding: 6px 12px;
		font-size: 1.4em !important;
		color: purple;
		position: relative;
		bottom: 5px;
	}
	/* Ends Here */

}
@media screen and (max-width:600px) and (min-width: 580px) {
.video.video_main > iframe{
  width:100%;
  height:320px;
}
.modal-lg{
	width:100%;
 }
 .modal_video_outer > iframe{
	height: 350px;
}
.card__image {
 display: none;
}

.card__details {
    width: 100%;
}
/* Added by Karthikeayan on 07-06-2019 */
	.student-container .banner-center span.icon {
		padding: 5px 15px;
		color: #000;
		display: inline-flex;
		width: 35%;
	}
	.student-container .banner-center span.center-name, span.icon {
		font-size: 18px;
		color: #00b0f0;
		font-weight: bold;
		text-align: center;
		display: inline-block;
		width: 45%;
		padding: 5px 15px;
	}
	/* Added by Karthikeyan on 07-06-2019 */
	.student-container .tab-pane span.notice-info {
		display: inline-block;
		text-align: center;
		box-shadow: 0px 2px 10px -4px #ccc;
		padding: 6px 12px;
		font-size: 1.38em !important;
		color: purple;
		position: relative;
		bottom: 5px;
	}
	/* Ends Here */
}
@media screen and (max-width:620px) and (min-width: 600px) {
.video.video_main > iframe{
  width:100%;
  height:333px;
}
.modal-lg{
	width:100%;
 }
 .modal_video_outer > iframe{
	height: 350px;
}
.card__image {
 display: none;
}

.card__details {
    width: 100%;
}
}
@media screen and (max-width:635px) and (min-width: 620px) {
.video.video_main > iframe{
  width:100%;
  height:350px;
}
.modal-lg{
	width:100%;
 }
 .modal_video_outer > iframe{
	height: 370px;
}
.card__image {
 display: none;
}

.card__details {
    width: 100%;
}
}
@media screen and (max-width:665px) and (min-width: 635px) {
.video.video_main > iframe{
  width:100%;
  height:378px;
}
.modal-lg{
	width:100%;
 }
 .modal_video_outer > iframe{
	height: 370px;
}
.card__image {
 display: none;
}

.card__details {
    width: 100%;
}
}
@media screen and (max-width:735px) and (min-width: 705px) {
.video.video_main > iframe{
  width:100%;
  height:394px;
}
.modal-lg{
	width:100%;
 }
 .modal_video_outer > iframe{
	height: 400px;
}

}
@media screen and (max-width:778px) and (min-width: 735px) {
.video.video_main > iframe{
  width:100%;
  height:420px;
}
.modal_video_outer > iframe{
	height: 400px;
}
.modal-lg{
	width:100%;
 }

 .main_page .form-group.has-feedback {
    width: 305px;
    height: 35px;
}
.card__image {
 display: none;
}

.card__details {
    width: 100%;
}

}

@media screen and (max-width:360px) {
.section_main {
	padding-left: 0px;
	padding-right: 0px;
}

 .card__image {
    /*height: auto;*/
    display: inline;
    width: 50%;
    float:left;
    position: relative;
    /*background: #000000;*/
    overflow: hidden;
}

.card__details {
    padding: 12px 15px;
    /*display: block;*/
     display: inline;
    width: 50%;
    float:right;
}

.main_page .video_wrap #video_section {
	/*margin-left: 0;
	margin-right: 0;*/
}
.modal_video_outer > iframe{
	height: 300px;
}
/*.section_main .part_1 .video_overlay {
    position: absolute;
    left: 0px;
    top: 29%;
    height: calc(100% - 247px);
    width: 100%;
    background: #ccc;
    display: none;
    opacity: .6;
    z-index: 999;
}*/
.section_3 {
	padding: 10px;
	padding-left: 0px;
	padding-right: 0px;
}
#demo-2 input[type=search]:focus {
	width: 130px;
}
.section_3 .modal-dialog {
	width: 100%;
	margin: 0px;
}
.section_3 .modal-dialog .modal-body {
	padding: 10px 0px;
}
.section_3 .modal-dialog .modal-content .modal-body .part_1 {
	height: 200px !important;
}
.top_menu #login .modal-dialog {
	width: 96%;
	margin: 0px auto;
}
.fixed_section_2 .course_name {
	font-size: 10px;
	font-weight: 400;
	margin: 0px;
	padding: 12px 0px;
	margin-bottom: 5px;
	display: block;
	width: 100%;
}
.fixed_section_2 .course_name.includings {
	margin-left: 0px;
}
.section_main .part_2 .selection_of_courses, .section_main .part_2 .course_btn, .section_main .part_2 .media-heading {
	padding-top: 10px;
	font-size: 10px;
}
.section_3 h3, h5, .preview_video {
	font-size: 13px;
	font-weight: 300;
}
.section_3 .preview_video {
	padding: 7px 21px;
}
.section_3 .panel-body a {
	font-size: 13px;
	font-weight: 300;
}
/*  .section_3 .collapse.in{
	font-size:11px;
	font-weight:300;
 } */
.section_main .part_1 {
	height: auto;
	min-height: 150px;
}
.section_main .part_2 .selection_of_courses {
	padding-top: 10px;
}
.video.video_main > iframe{
  width:100%;
  height:250px;
}

/* student index*/
.card--learning {
    /*width: 230px;*/
    width:100%;
}
.modal-lg{
	width:100%;
 }
}


@media screen and (max-width:479px) { 
 .main_page.course_page .navbar-default .navbar-right > li:last-child {
	border-radius:50px;
 }
 
  .card__image {
    /*height: auto;*/
    
    width: 50%;
    float:left;
    position: relative;
    /*background: #000000;*/
    overflow: hidden;
}

.card__details {
    padding: 12px 15px;    
    /*display: block;*/
     display: inline;
    width: 50%;
    float:right;
}
 .main_page .video_wrap #video_section {
	/*margin-left: 0;
	margin-right: 0;*/
}
.main_page .navbar-collapse .navbar-nav > li { display:block;}
.main_page .navbar-default .navbar-nav > li.select_course > a, .main_page .navbar-default .navbar-nav > li.select_course > a:hover, .main_page .navbar-default .navbar-nav > li.select_course > a:focus { padding:5px;margin-bottom:8px;}
.main_page .navbar-default .navbar-right > li:last-child { float:none;}
.main_page .navbar-default .navbar-right > li:last-child > a, .main_page .navbar-default .navbar-right > li:last-child > a:hover, .main_page .navbar-default .navbar-right > li:last-child > a:focus { width:100%;}
.main_page .navbar-collapse .navbar-nav > li > a { padding:0px;margin-bottom:8px;display:block;}
.main_page .form-group.has-feedback .form-control, .main_page .form-group.has-feedback .form-control:hover, .main_page .form-group.has-feedback .form-control:focus 
{  width:100%;
	border:1px solid #f2f2f2;
	/*background: #6CCFF6 url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/ic_seacrh.png) right 8px center no-repeat;	*/
}
.main_page .nav_band {padding:4px 0px;}
.main_page .navbar-default .navbar-nav > li.select_course > a, .main_page .navbar-default .navbar-nav > li.select_course > a:hover, .main_page .navbar-default .navbar-nav > li.select_course > a:focus { border-bottom:1px solid #f2f2f2;margin-bottom:5px;}
.main_page .navbar-default .navbar-nav > li.select_course > a .caret { float:right;margin-top:8px;}
.main_page .navbar-default .navbar-right > li.btn_sect > a.join_btn, .main_page .navbar-default .navbar-right > li.btn_sect > a.join_btn:hover, .main_page .navbar-default .navbar-right > li.btn_sect > a.join_btn:focus { padding:8px 25px;margin-right:0px;}

.main_page .navbar-collapse .navbar-nav > li.searchinput > a { 
	display:block;
}
.main_page .navbar-collapse .navbar-nav > li.searchinput {
    display: block;
}
.main_page .form-group.has-feedback { 
	margin-top:0px;
	width:100%;
	margin-bottom:10px;
}
.main_page .navbar-default .navbar-right > li.btn_sect > a.join_btn, .main_page .navbar-default .navbar-right > li.btn_sect > a.join_btn:hover, .main_page .navbar-default .navbar-right > li.btn_sect > a.join_btn:focus {
    margin-right:0px;
}
.main_page .sub_header {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0px;
    /*padding-left: 65px;*/
}
.main_page .video_wrap {padding-bottom:185px;}
.main_page .lesson_coverage { height:250px;}
.main_page .lesson_coverage.adjust_height { height:350px;}

#lesscvgid {
	padding: 10%;
	}
.main_page #lesscvgid { height:265px;}
.main_page .section_title.first { margin-top:25px;}
.main_page .lesson_coverage .innercontent .banner-title { font-size:14px;margin-bottom:5px;}
.main_page .lesson_coverage .learning_ques_lists li { padding:0px;font-size:12px;margin-bottom:3px;}
.main_page .lesson_coverage .learning_ques_lists li .banner_li_img.video_img { background-size:18px;}
.main_page .lesson_coverage .learning_ques_lists li .banner_li_img.ques_img { background-size:18px;}
.main_page .lesson_coverage .learning_ques_lists li .banner_li_img.learn_img { background-size:15px;}
.main_page .lesson_coverage .learning_ques_lists li .banner_li_img.student_img { background-size:16px;}
.main_page .lesson_coverage .learning_ques_lists li .banner_li_img { height:18px;width:18px;}
.main_page .lesson_coverage .learning_ques_lists { display:block;width:100%;}
.main_page .lesson_coverage .banner_right { display:block;vertical-align:top;width:100%;}
.main_page .lesson_coverage .learning_ques_lists { margin-bottom:5px;}
.main_page .lesson_coverage .course_btn, .main_page .lesson_coverage .course_btn:hover, .main_page .lesson_coverage .course_btn:focus { font-size:12px;width:150px;padding:5px 0px;}
.main_page .lesson_coverage #appbtn, .main_page .lesson_coverage #appbtn:hover, .main_page .lesson_coverage #appbtn:focus { font-size:12px;width:150px;padding:5px 0px;}
.main_page .section_title {font-size:14px; }
.main_page .ordered_list li.bold_text,.main_page .ordered_list li,.main_page .desc_list li.bold_text,.main_page .desc_list li { font-size:11px;margin-bottom:3px;line-height: 18px;}
.pc{ font-size:11px;}
.main_page .content-sect-title { 
	padding:0px 10px;
	font-size:20px;
}
.main_page .content-sect-title .sub_text {display:block;width:100%;font-size:14px; }
.main_page .content-sect-title.sub_head .sub_text2 {display:block;width:100%;font-size:14px; }
.main_page .content-sect-title .sub_text span { display:inline;}
.main_page .accordion_sect .accord_count { padding:0px;width:auto;padding-right:40px;}
.main_page .accordion_sect.play_btn .accord_count {
    background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/play_icon.png) right 10px center no-repeat;
    background-size: 20px;
}
.main_page .accordion_sect.quiz_btn .accord_count {
    background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/question_icon.png) right 10px center no-repeat;
    background-size: 20px;
}
.main_page .content-sect-title.sub_head {font-size:16px;margin-top:20px;}
.main_page .lesson_coverage .course_price { font-size:18px;}
.main_page .desc_list,.main_page .ordered_list{margin-bottom:5px;padding-left:5px;margin-left:20px;line-height: 18px;}
.main_page .nav_band .band_title { font-size:15px;}
.main_page .band_title_btn { margin-left:0px;margin-top:5px;}
.main_page .band_title_btn .price_text.current_price { font-size:26px;}
.main_page .band_title_btn .btn_preview { padding:8px 15px;font-size:11px;}
.main_page .list_desc { font-size:11px;}
.main_page .list_desc .list_desc_link { font-size:14px;}
.main_page .content-title { font-size:17px;margin-top:20px;}
.main_page .accordion_sect .accord_img { width:16px;margin:0px;}
.main_page .accordion_sect { position:relative;padding-right:0px;padding:5px 10px;border-bottom:1px solid #eee;font-size:14px;}
.main_page .accordion_sect .btn_preview {position:absolute;
top:6px;right:0px;margin-top:1px; }
.main_page .btn_preview { font-size:11px;padding:2px 12px;}
.main_page .section_cont.last_sect .desc_list li .stud_name { font-size:12px;}
.main_page .accordion_sect .lecture_notes .bold_text {font-size:12px;
width:120px;} 

.main_page .accord_title { 
	/*width:100%;*/
	margin:0px;
	font-size:12px;
	display:inline-block;
}
.main_page .rating_comments .panel_collapse {
    margin-left: 0px;
}
.main_page .rating_comments .panel_collapse .ques_text {
    font-size: 13px;
}
.main_page .rating_comments .panel_collapse .answer_list li {
    font-size:12px;
}
.main_page .section_cont.last_sect .desc_list li,
.main_page .panel_collapse { font-size:11px;border-bottom:1px solid #eee;}
.main_page .section_cont.last_sect .desc_list li { border:0px;}
.main_page .current_price {
    padding-left: 14px;
    font-size: 11px;
    background-size: 9px;
}
.main_page .band_title_btn .price_text {
    padding-left: 13px;
}
.main_page .download_app { height:130px;background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/band-mobile.png) center center no-repeat;
    background-size: 100% 100%;}
.main_page .slick_carousel .slick_thumb_wrap { position:relative;min-height:100px;padding-left:85px;margin:0px 2px;}
.main_page .slick_carousel .slick_thumb_img { position:absolute;left:0px;top:0px;height:100%;width:85px;}
.main_page .slick_carousel .thumb_content { padding:0px 5px;}
.main_page .slick_carousel .thumb_title { font-size:12px;margin-bottom:0px;}
.main_page .section_cont.last_sect, .main_page .section_cont.section_block { padding-top:30px;padding-bottom:18px;}
.main_page .slick_carousel .thumb_desc {margin:3px 0px;font-size:9px; }
.main_page .slick_carousel .thumb_desc.price {margin-bottom:3px;}
.main_page .slick_carousel { padding:0px 25px;}
.main_page .slick_carousel .slick_nav_btn.slick-prev { left:0px;}
.main_page .slick_carousel .slick_nav_btn.slick-next { right:0px; }
.section_cont.section_white .container-fluid { padding:0px 10px;}
.main_page .previous_price { font-size:20px;background-size:7px;}
.main_page .slick_carousel .thumb_desc.bold_text { font-size:11px;font-weight:600;}
.main_page .slick_carousel .slick_nav_btn, .main_page .slick_carousel .slick_nav_btn:hover, .main_page .slick_carousel .slick_nav_btn:focus { 
	top:45px;
	width: 20px;
	height: 75px;
}
.main_page .slick_carousel .slick_nav_btn.slick-prev {
	left: 0px;
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/left_button_icon.png) center center no-repeat;
	background-size:20px;
}
.main_page .slick_carousel .slick_nav_btn.slick-next {
	right: 0px;
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/right_button_icon.png) center center no-repeat;
	background-size:20px;
}
.main_page .video_overlay { background-size:35px;}
.modal.in .modal-dialog { width:90%;margin:0px auto;}
.modal.in .modal-dialog.preview_modal { width:100%;margin:0px auto;}
.modal-dialog.preview_modal .modal-body {
    padding: 15px 5px;
}
.main_page .previous_price:after {
    background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/cross.png) right 0px center no-repeat;
    background-size: 53%;
}
.main_page .downloadinput_field .text { font-size:12px;}
.main_page .download_app {
    height: 210px;
    display: block;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/ahaguru_band_barner.png) center center no-repeat;
    background-size: 100% 100%;
}
.main_page .download_app .downloadinput_field {
    right: 5px;
    top: 100px;
	width:220px;
}

/*--course_page--*/
.main_page.course_page .video_wrap .video_secion video {
    height: 180px;
      display:block;
}
.main_page .navbar-nav > li.select_course > .dropdown-menu.course { margin-top:0px;border-radius:4px;float:none;width:100%;}
.main_page.course_page .accordion_sect.play_btn .accord_count {
     background: none; 
}
.main_page.course_page .video_wrap .video_secion {
    width: 100%;

}
.main_page.course_page .video_wrap .text_section .banner_btn {
    font-size: 14px;
}
.main_page.course_page .video_wrap .text_section .progress_text {
    font-size: 14px;
}
.main_page.course_page .video_wrap .text_section .banner_title {
    font-size: 16px;
	margin-top:5px;
    margin-bottom: 10px;
}
.main_page.course_page .video_wrap {
    border-bottom: 10px solid #E7E7E8;
    padding: 30px 10px;
    background: #231F20;
}
.main_page.course_page .video_wrap .text_section .banner_btn {
     font-size: 17px;
}
.course_video_modal .header_list li.header_name {
	width:88%;
	font-size:17px;
}
.course_video_modal .modal_header {
    height: auto;
    position: relative;
    padding-bottom: 30px;
}
.course_video_modal .header_list li {
    margin-right: 0px;
}
.course_video_modal .header_list li:last-child {
    margin: 0px;
	position:absolute;
	bottom:10px;
	left:45px;
    width: 100%;
}
.course_video_modal .modal_body {
    padding: 30px 0px;
}
.main_page.course_page .accordion_sect {
   padding-left: 60px;
}
.main_page.course_page .accordion_sect .accord_name {
    left: 60px;
	min-width:60px;
	font-size:12px;
}
.main_page.course_page .accordion_sect .right_pane_text {
    left: 125px;font-size:12px;
}
.main_page.course_page .accordion_sect .accord_count {
    width: 25px;
    padding: 0px;
    background: none;
}
.main_page.course_page .navbar-default .navbar-nav .dropdown-menu { 
	/*min-width:120px;*/
	width: 100%;
}
.main_page.course_page .navbar-default .navbar-nav > li.select_course > a, .main_page.course_page .navbar-default .navbar-nav > li.select_course > a:hover, 
.main_page.course_page .navbar-default .navbar-nav > li.select_course > a:focus { padding:4px;border:0px;margin:0px;}
.main_page .dropdown-menu.mycourse {
    width: 110px;
}
.main_page.course_page .navbar-default .navbar-collapse.collapse.in {
    background: #00B0F0;
    padding: 0px;
}
.main_page.course_page .header_container {
    padding: 0px 20px;
}
.main_page.course_page .video_wrap .text_section .progress_bar_wrap {
    padding-top: 15px;
}
.main_page .dropdown-menu.mycourse .dropdown_title {
    font-size: 15px;   
}
.video.video_main > iframe{
  width:100%;
  height:222px;/*chande*/
}
/* student index*/
.card--learning {
    /*width: 230px;*/
    width:100%;
}
.modal-lg{
	width:100%;
 }
 
 /* Added by Karthikeayan on 07-06-2019 for bulk registration  */
 .student-container .tab-pane span.notice-info {
    display: inline-block;
    text-align: center;
    box-shadow: 0px 2px 10px -4px #ccc;
    padding: 6px 12px;
    font-size: 1.2em;
    color: purple;
    position: relative;
    bottom: 5px;
 }
}
@media screen and (max-width:420px) {
.video.video_main > iframe{
  width:100%;
  height:205px;
}
.modal-lg{
	width:100%;
 }
 #register_modal .form_pane .media_item .media.google { 
	background:#E13B26 url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/google.png) left 30px bottom no-repeat;
	background-size: 22px;
}
#register_modal .form_pane .media_item .media.facebook{
	background: #2D4687 url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/facebook.png) left 30px bottom no-repeat;
	background-size: 22px;
}
}
@media screen and (max-width:475px) and (min-width: 445px) {
.video.video_main > iframe{
  width:100%;
  height:239px;
}
.modal-lg{
	width:100%;
 }
}
@media screen and (max-width:520px) and (min-width: 500px) {
.video.video_main > iframe{
  width:100%;
  height:270px;
}
.modal-lg{
	width:100%;
 }
}
@media screen and (max-width:665px) and (min-width: 635px) {
.video.video_main > iframe{
  width:100%;
  height:353px;
}
#neet_heading{
	font-size: 21px;
}
.modal-lg{
	width:100%;
 }
}
@media screen and (max-width:700px) and (min-width: 665px) {
.video.video_main > iframe{
  width:100%;
  height:375px;
}
.modal-lg{
	width:100%;
 }
 #neet_heading{
	font-size: 24px;
}
.card__image {
 display: none;
}

.card__details {
    width: 100%;
}
}
@media screen and (max-width:770px) and (min-width: 700px) {
 #neet_heading{
	font-size: 26px;
}
#keerthana{
	width:80%;
}
.card__image {
 display: none;
}

.card__details {
    width: 100%;
}
}
/* Added by Karthikeayan on 07-06-2016 */
@media screen and (max-width:991px) and (min-width:771px){
	.student-container .banner-center span.icon {
		padding: 5px 15px;
		color: #000;
		display: inline-flex;
		width: 27%;
	}
	.student-container .banner-center span.center-name, span.icon {
		font-size: 18px;
		color: #00b0f0;
		font-weight: bold;
		text-align: center;
		display: inline-block;
		width: 32%;
		padding: 5px 15px;
	}
	/* Added by Karthikeyan on 07-06-2019 */
	.student-container .tab-pane span.notice-info {
		display: inline-block;
		text-align: center;
		box-shadow: 0px 2px 10px -4px #ccc;
		padding: 6px 12px;
		font-size: 1.4em !important;
		color: purple;
		position: relative;
		bottom: 5px;
	}
	/* Ends Here */
}
.accordion {
    background-color: #eee;
    color: #444;
    /*cursor: pointer;*/
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.accordion.active, .accordion:hover {
    background-color: #ddd;
}

div.panel {
    padding: 0 18px;
    display: block;
    background-color: white;
}

div.panel.show {
    display: none;
}


/*/////////////////////////*/

.stretchy-wrapper {
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
}
.stretchy-wrapper>div, .stretchy-wrapper .stretch, .stretchy-wrapper iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/*--banner_bottom_section--*/
.banner_bottom_section {
	width: 100%;	
	padding: 30px 0px;
	background: #D1D2D4;
}
.section_title {
	font-size: 35px;
	font-weight: bolder;
	color: #333;
	margin: 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.banner_bottom_section .nav-tabs.custom_tabs li > a {
	font-size: 20px;
	font-weight: 400;
	color: #333;
	padding: 4px 0px;
	margin: 0px 15px;
	text-transform: capitalize;
	border: 0px;
	border-bottom: 2px solid transparent;
	background-color: transparent;
}
.banner_bottom_section .nav-tabs.custom_tabs > li {
	float: none;
	display: inline-block;
}
.banner_bottom_section .nav-tabs.custom_tabs > li.active > a, .nav-tabs.custom_tabs > li.active > a:hover, .nav-tabs.custom_tabs > li.active > a:focus {
	border-bottom: 2px solid #F58220;
	color: #F58220;
	background-color: transparent;
}
.body_wrapper {
	min-height: 10px;
	background: #000;
}
.bottom_section {		
	width: 100%;
	height: auto;
	background: #D1D2D4;
}
.slider_container.container { 
	padding:0px;
	width:1120px;
	margin:0px auto;
}
.online_courses {
	background: #D1D2D4;
	padding-bottom: 50px;
}
.online_courses .tab-content .nexttab {
	position: absolute;
	right: -5%;
	top: 50%;
	margin-top: -40px;
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/right_nav.png) center center no-repeat;
	display: block;
	height: 80px;
	width: 30px;
	cursor: pointer;
	background-size: 30px;
}
.online_courses .tab-content {
	min-height: 200px;
}
.online_courses .tab-content .prevtab {
	position: absolute;
	left: -5%;
	top: 50%;
	margin-top: -40px;
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/left_nav.png) center center no-repeat;
	display: block;
	height: 80px;
	width: 30px;
	background-size: 30px;
	cursor: pointer;
}
.class_thumb_section {
	margin-right: 0px;
	min-height: 375px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.class_thumb_img {
	height: 180px;
	overflow: hidden;
	position: relative;
	width: 100%;
	background: #FFF;
	background-size: cover;
	cursor: pointer;
}

.class_thumb_section_ul {
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	list-style-type: none;
}
/*.class_thumb_section_ul li {
	float: none;
    display: inline-block;
}*/
/*.class_thumb_content {
	background-color: #fff;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	text-align: center;
	text-transform: capitalize;
	height: 100px;
}*/

.class_thumb_content {
	background-color: #fff;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	text-align: center;
	text-transform: capitalize;
	/*padding: 5px 0px;*/
	line-height: 25px;
	padding: 0px 0px 5px 0px;
}
.class_thumb_title {
	font-size: 17px;
	font-weight: 600;
	height:80px;
	padding: 5px;
   line-height: 24px;
}
.class_thumb_staff {
	font-size: 13px;
	color: #58585A;
}


.overflow_hide {
}
.modal-content .modal_close, .modal-content .modal_close:hover, .modal-content .modal_close:focus {
	color: #0E385E;
	position: absolute;
	right: 16px;
	top: 20px;
	height: 40px;
	width: 40px;
	border-radius: 40px;
	display: block;
	border: 0px;
	opacity: 1;
	margin-top: -5px;
	outline: 0px;
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/ic_close_2.png) center center no-repeat;
	background-size: 40px;
}

.modal-lg{
	width:70%;
 }
/*--download_section--*/

.download_section {
	background: #A7A9AC;
	padding: 50px 0px;
}
.download_section .top_bottom_space {
	min-height: 500px;
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/phonetogether.png) left center no-repeat;
	background-size: 400px;
	position: relative;
}
.download_section .top_bottom_space .right_pane {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 100%;
}
.download_section .top_bottom_space .right_title {
	font-size: 45px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 25px;
}
.download_section .top_bottom_space .desc {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 25px;
}
.download_section .top_bottom_space .desc span {
	display: block;
}
.download_section .top_bottom_space .sub_title {
	font-size: 28px;
	font-weight: 700;
	color: #333;
	margin-bottom: 60px;
}
.download_section .top_bottom_space .input-group {
	margin-left: 30px;
}
.download_section .top_bottom_space .input-group .url_text_property {
	font-size: 14px;
	font-weight: 400;
	color: #333;
}
.download_section .input_list {
	list-style-type: none;
}
.download_section .input_list li {
	display: inline-block;
}
.input_text {
	display: block;
	padding: 0px;
	margin-top: 5px;
	width: 300px;
	height: 40px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	background: #099;
}
.inputtext_textfield, .inputtext_textfield:hover, .inputtext_textfield:focus {
	width: 100%;
	height: 40px;
	border: 0px;
	color: #666;
	padding: 0px 8px;
	padding-right: 38px;
	outline: 0px;
}
.input_sbmt_btn, .input_sbmt_btn:hover, .input_sbmt_btn:focus {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 30px;
	border: 0px;
	outline: 0px;
	background: #9BC035 url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/Left_arrow.png) center center no-repeat;
	background-size: 12px;
	outline: 0px;
}

.ajaxload {
  display: none;
  position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 239, 238, 238, .51) 
                url('https://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;
}
.dropdown-menu.course.scrollable-menu {
    height: auto;
    max-height: 500px;
    overflow-x: hidden;
}
/*.thumb_content {
	background-color: #fff;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	text-align: center;
	text-transform: capitalize;
	padding: 5px 0px;
	height: 100px;
}*/
.thumb_sect_img{
	position:absolute;height:100%;width:100%;top:0px;left:0px;
}

 .class_thumb_section {
        background: #FFF;
        border-radius: 0px 0px 20px 20px;
      }
      .del_price {
        background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/cross.png) center center no-repeat;
        background-size: cover;
        font-weight: 100;
      }
      .class_thumb_price {
      font-size: 18px;
      font-weight: 700;
      }
      .class_thumb_price .rupee {
        background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/ic_rupee_dark.png)left center;
        background-repeat: no-repeat;
        background-size: 10px;
        padding: 0px 15px;
      }
      .class_thumb_hours {
        font-size: 14px;
        font-weight: 500;
      }

      .full_course {
        /*height: 20px;*/
        /*width: 200px;*/
        background-color: #ED1C24;
        /*-webkit-transform:rotate(-45deg); 
        -moz-transform:rotate(-45deg);  
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);  
        transform: rotate(-45deg);*/
        color: #fff;
        font-weight: bold;
        text-transform: capitalize;
        /*font-size: 16px;*/
        font-size: 18px;
        padding: 5px;
      /*  position: absolute;
        top: 30px;
        left: -50px;*/
        text-align: center;
      }

      .topic_course {
        /*height: 20px;*/
        /*width: 200px;*/
        background-color: #A6CE39;
        /*-webkit-transform:rotate(-45deg); 
        -moz-transform:rotate(-45deg);  
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);  
        transform: rotate(-45deg);*/
        color: #fff;
        font-weight: bold;
        text-transform: capitalize;
        /*font-size: 16px;*/
        font-size: 18px;
        padding: 5px;
      /*  position: absolute;
        top: 30px;
        left: -50px;*/
        text-align: center;
      }

      /*--student_section--*/

.student_section {
	background: #58585A;
	min-height: 340px;
}

.student_section .tab_list {
	position: relative;
	overflow: hidden;
	min-height: 255px;
	width: 100%;
	right: 0px;
	/*z-index: 99;*/
}
.student_section .tab_list li.slider {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	z-index: 1;
	color: #FFF;
	text-align: left;
	transition: transform 1s;
}
.student_section .title {
	font-size: 22px;
	font-weight: 600;
	color: #FFF200;
	float: right;
	width: 60%;
	padding-bottom: 5px;
}
.student_section .tablist3_desc {
	font-size: 20px;
	font-weight: 400;
	color: #FFF;
	text-align: justify;
}
.student_section .next_line { display:block;}
.student_section .tab_list li.slider.left {
	transition: transform 1s ease;
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
.student_section .tab_list li.slider.left.active {
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
	/*z-index: 999;*/
}
.student_section .tab_list li.slider.right {
	transition: transform 1s ease;
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.student_section .tab_list li.slider.right.active {
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
	/*z-index: 999;*/
}
.student_section .tab_list li.slider.center {
	opacity: 0;
	-ms-transform: translateX(0%) scale(0.3);
	-webkit-transform: translateX(0%) scale(0.3);
	-moz-transform: translateX(0%) scale(0.3);
	-o-transform: translateX(0%) scale(0.3);
	transform: translateX(0%) scale(0.3);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.student_section .tab_list li.slider.center.active {
	opacity: 1;
	-ms-transform: translateX(0%) scale(1);
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
	/*z-index: 999;*/
}
.student_section .pag_list_3 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100px;
	text-align: center;
}
.student_section .dot_3 {
	cursor: pointer;
	position: relative;
	height: 110px;
	width: 110px;
	margin: 0px 15px;
	
	transition: 0.3s;
	border-radius: 50%;
	display: inline-block;
}
.student_section .dot_3 .inactive_img{
position:absolute;
left:10%;
top:10%;
height:80%;
width:80%;
}
.student_section .dot_3.active .inactive_img{
display:none;
}
.student_section .dot_3 .inactive_img_lg{
position:absolute;
left:0%;
top:0%;
height:100%;
width:100%;
display:none;
}
.student_section .dot_3.active .inactive_img_lg{
display:block;
}
.padding_50 {
    padding: 50px 0px;
}
.custom_tabs {
    border-bottom: 0px;
}

.pageloader {
    position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.coin_section {
    height: 42px;
    width: auto;
    min-width: 65px;
    padding: 0px 10px 20px 10px;
    background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/ic_coin.png) top center no-repeat;
    background-size: 26px;
    margin-top: 5px;
    position: relative;
}
.coin_count {
    position: absolute;
    width: 100%;
    left: 0px;
    font-size: 14px;
    font-weight: 800;
    color: #FFFFFF;
    text-align: center;
    bottom: 0px;
}

#crsinfo{
font-size:22px;
}
/*.main_page .form-group.has-feedback { width:320px;height:35px; }*/
.inner-body{
	border: 2px solid #00AAE8;
    border-radius: 10px;
    background-color: #FFFFFF;
    margin-top: 25px;
    margin-bottom:20px;
    padding: 20px;
    line-height: 24px;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    min-height: 350px
}

.video_course_section .play_btn.play_ico img {
    width: 20%;
    margin: 0px auto;
}

.slick-slide img {
    display: block;
}

/*--video_section--*/

.section_staff_title {
	font-size: 36px;
	font-weight: 700;
	text-align: center;
}
.section_subject {
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.video_course_section {
	box-sizing: border-box;
	position: relative;
	background: #E7E7E8;
}
.video_thumb_content {
	text-align: center;
	font-size: 19px;
	font-weight: 600;
}
.thumb_video {
	display: none;
	max-height: 100%;
	max-width: 100%;
	border: 0;
}
.thumb_video_sect {
	height: 160px;
	width: 100%;
	display: table;
	cursor:pointer;
	position:relative;
}
.video_course_section .play_btn {
	display: table-cell;
	vertical-align: middle;
	cursor:pointer;
	text-align: center;
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	z-index:99;
}
.video_course_section .play_btn.play_ico { 
	display:table;
 }
.video_course_section .play_btn.bg_img {
	z-index:97;
}

.video_course_section .play_btn.bg_img img{  
	width: auto;
    max-width: 100%;
    margin: 0px auto;
    height: 100%;
}
.video_course_section .play_btn_img img{
	max-height: 100%;
	max-width: 100%;
	margin: 0px auto;
	width: 25%;

}
.video_course_section .play_btn.play_ico img {  
	width:20%;
	margin:0px auto;
}
.table_cell{ 
	display:table-cell;
	text-align:center;
	vertical-align:middle;
 }
.video_course_section .slick-prev {
	position: absolute;
	left: -50px;
	top: 70px;
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/left_nav.png) center center no-repeat;
	background-size: cover;
	height: 70px;
	width: 26px;
	border: 0px;
	outline: 0px;
	z-index:10;
}
.video_course_section .slick-next {
	position: absolute;
	right: -50px;
	top: 70px;
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/right_nav.png) center center no-repeat;
	background-size: cover;
	height: 70px;
	width: 26px;
	border: 0px;
	z-index:10;
	outline: 0px;
}
.video_course_section .slick-next.slick-disabled, .video_course_section .slick-prev.slick-disabled {
	background:none;
}
.padding_50 {
	padding: 50px 0px;
}
.explore_btn {
	border-radius: 50px;
	outline: 0px;
	border: none;
	background-color: #A6CE39;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	padding: 8px 30px;
}
.staff_section {
	background-color: #AAE0FA;
	padding-top: 40px;
}
.video_thumb {
	margin: 0px 7px;
	outline: none;
	border: none;
}

/*for admin from style.css*/
.menu a{
text-decoration:none;
color:black;
}

.menu{
list-style-type:none;
text-align:right;
-webkit-border-bottom-left-radius:2px;
-moz-border-bottom-left-radius:2px;
border-bottom-left-radius:2px;
-webkit-border-top-left-radius:15px;
 -moz-border-top-left-radius:15px;
border-top-left-radius:15px;
background-color:#cde7ef;
width:90%;
color:black;
padding:5px 5px 5px 5px;
margin-top:17px;

}
.navbar-default .navbar-nav > li.mobile_no {
	margin-top: 15px;
	margin-left: 10px;
	padding-left: 18px;
	color: #f2f2f2;
    font-size: 18px;
    font-weight: 400;	
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/Call_icon.png) left center no-repeat;
	background-size: 20px;
}

#sortable-row { list-style: none; }
  #sortable-row li { margin-bottom:4px; padding:10px; background-color:#cde7ef;cursor:move;}
  .btnSave{padding: 10px 20px;background-color: #09F;border: 0;color: #FFF;cursor: pointer;margin-left:40px;}  
  #sortable-row li.ui-state-highlight { height: 1.0em; background-color:#F0F0F0;border:#ccc 2px dotted;}

  .searchList {
  list-style-type: none;
  padding: 0;
 /* width: 17%;
  position: absolute;*/
  max-height: 200px;
  overflow-y: scroll;
  margin: 0;
}

.searchList li{
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6;
  padding: 5px;
  text-decoration: none;
  font-size: 16px;
  color: black;
  display: block
}

.searchList li {
  background-color: #e2e2e2;
  cursor: default;
  cursor: pointer;
}

.mutliSelect ul{
list-style-type: none;
}
.mutliSelect ul>li{
display: inline-block;
}

.error_msg {
  display : none;
  color : red;
}

.pagination{
  text-align: center;
  display: block;
}
  .pagination ul {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  }
  .pagination ul > li {
    display: inline;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}
.pagination ul > li > a, .pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
  }
  .pagination ul > .active > a, .pagination ul > .active > span {
    color: #999999;
    cursor: default;
}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
    background-color: #f5f5f5;
}

/*locked*/
td.locked {
	background: #EEEEEE;
}
td.locked{
	background: url('/client_images/lock_grey1.svg') no-repeat;
	background-size: 35px;
}

.modal-body{
	max-height: 600px;
	overflow-y: auto;
}
.aut_class{
    border: 1px solid #000;
    max-height: 200px;
    overflow-y: scroll;
}
.aut_class > li:hover{
color:#fff;
background: #00B0F0;
}
.aut_class > li{
	padding: 10px;
    color: #000;
    background: white;
    border-bottom: #000 1px solid;
    cursor: pointer;
    cursor: hand;
    font-size: 13px;
    font-weight: 600;
    width: 100%;
}
}


 .label{
 	margin:5px;
 }

 ul#options{
 	margin-left: 10%;
 }
 .modal-backdrop.in {
	opacity: 0.9;
}
 
.videoContainer {
  position: relative;
}

.videoContainer .buttonContainer {
  /*position: absolute;*/
  display: none;
  /*justify-content: center;*/
  bottom: 15px;
  width: 100%;
}

.videoContainer:hover .buttonContainer {
  display: flex;
}

.videoContainer .button {
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid white;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-size: 12px;
  padding: 14px 10px;
  margin: 0 3px;
}

.videoContainer #volumeInput {
  position: absolute;
  right: 0;
  bottom: 20px;
}

.videoContainer #volumeInput {
  overflow: hidden;
  width: 80px;
  -webkit-appearance: none;
  background-color: #9a905d;
}
    
.videoContainer #volumeInput::-webkit-slider-runnable-track {
    height: 10px;
    -webkit-appearance: none;
    color: #13bba4;
    margin-top: -1px;
}
  
.videoContainer #volumeInput::-webkit-slider-thumb {
    width: 6px;
    -webkit-appearance: none;
    height: 10px;
    cursor: ew-resize;
    background: #43e5f7;
    box-shadow: -80px 0 0 80px black;
}

/** FF*/
.videoContainer #volumeInput::-moz-range-progress {
  background-color: #43e5f7; 
}

.videoContainer #volumeInput::-moz-range-track {  
  background-color: #9a905d;
}
/* IE*/
.videoContainer #volumeInput::-ms-fill-lower {
  background-color: #43e5f7; 
}

#physchedule >tr>td, #matschedule >tr>td,#chemschedule >tr>td, #bioschedule >tr>td{
	text-align: center;
}


/*css added by Mahalakshmi*/
/*end*/

/*reorder modal*/
	#reorderModal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

#reorderModal > .modal-dialog {
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

#lesson-row { list-style: none;background-color: rgb(204, 204, 204); }
  #lesson-row li { margin-bottom:4px; padding:10px; background-color:aliceblue;cursor:default;}
/*reorder modal*/

.errors {color: #D63301;}
  #sortable-row { list-style: none; }
  #sortable-row li { margin-bottom:4px; padding:10px; background-color:#cde7ef;cursor:move;}
  .btnSave{padding: 10px 20px;background-color: #09F;border: 0;color: #FFF;cursor: pointer;margin-left:40px;}  
  #sortable-row li.ui-state-highlight { height: 1.0em; background-color:#F0F0F0;border:#ccc 2px dotted;}

audio{
	background-color: #F1EFAC;
    border-radius: 26px;
	background-image: url('https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/audiofile.png');
    height: 150px;    
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}
span.star{
	color: red;
}

.hide-data .fa{
  color: blue;
  cursor: pointer;
}
.show-data .fa{
  color: orange;
  cursor: pointer;
}