* {
	margin: 0px;
	padding: 0px;
}
html, body {
	font-family: 'Open Sans', sans-serif;
}

/* Added font style by Karthikeyan on 15-04-2019 */
.h4,h4{
	font-size:1.125em;
}
/* Added font style by Karthikeyan on 02-04-2019 */

@font-face {
    font-family: 'PalatinoLinotype-Bold';
    src: url('PalatinoLinotype-Bold.eot') format('embedded-opentype');
    font-weight: bold;
    font-style: normal;
  }

/* Ends Here */

ul, li {
	list-style-type: none;
}
a, a:hover, a:focus, button, button:hover, button:focus {
	text-decoration: none;
	border: 0px;
	outline: 0px;
}
/*--slick_carousel_default_style--*/
/* Slider */
.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;
}
.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);
}
.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--*/

/*--bootstrap_modal-vertically_center--*/
.modal {
	text-align: center;
	padding: 0!important;
}
.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;
}
.modal-footer {
	text-align: left;
}
/*--bootstrap_modal_end--*/



.body_wrapper {
	min-height: 10px;
	background: #000;
}
.top_section, .bottom_section {
	position:static;
	left: 0px;
	width: 100%;
}
.top_section {
	height:720px;
	position:relative;
	background: #D1D2D4;
}
.bottom_section {
	height: auto;

	background: #D1D2D4;
}
/*--header--*/
nav.navbar {
	border: 0px;
	margin: 0px;
}
nav.navbar .container-fluid {
	padding: 10px 15px;
	position: relative;
}
/*nav.navbar .container-fluid.change {background: #999; }*/
nav.navbar .container-fluid.active.change { 
	background: #00AEEF;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
}
nav.navbar .container-fluid.active {
	background: #00AEEF;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
}
nav.navbar .container-fluid .sign_toggle {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 8px;
	background: #F58220;
	z-index: 99;
	transition-duration: 0.25s;
}
nav.navbar .container-fluid .sign_toggle.active {
	height: 50px;
}

nav.navbar .container-fluid.active .sign_toggle {display:none !important; }
nav.navbar .container-fluid .navbar-right {
	padding-right: 90px;
}
nav.navbar .container-fluid .add_sign {
	position: fixed;
	right: 35px;
	top: 0px;
	width: 28px;
	box-sizing: border-box;
	background: #F58220;
	color: #FFF;
	text-align: center;
	padding: 15px 5px;
	padding-top: 25px;
	font-size: 25px;
	font-weight: 700;
	z-index: 100;
	cursor: pointer;
}
nav.navbar .container-fluid.change .add_sign{

	padding-top: 0px;
}
nav.navbar .container-fluid{
padding:10px 15px;
padding-top:16px;

}
nav.navbar .container-fluid.active{
padding:8px 15px;
}
nav.navbar .container-fluid.change{
padding:5px 15px;

}
nav.navbar .container-fluid.active .add_sign {display:none; }
.navbar-default .navbar-nav > li, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #f2f2f2;
	font-size: 18px;
	font-weight: 400;
}
.navbar-default .navbar-nav > li {
	padding-top: 5px;
}
.top_section .navbar-nav > li > .dropdown-menu.course {
	margin-top: 11px;
}
.top_section .navbar-default .navbar-nav > li.select_course > a, .main_page .navbar-default .navbar-nav > li.profile_img > a {
	padding: 17px 10px 10px 10px;
	margin: 0px 5px;
}
.top_section .navbar-nav > li.select_course > .dropdown-menu.course { margin-top:0px;border-radius:4px;float:none;width:500px;}
.top_section .navbar-nav > li.select_course > .dropdown-menu.course > li > a {
    white-space: normal;
}
.top_section .navbar-default .navbar-nav > li.select_course > a, .top_section .navbar-default .navbar-nav > li.select_course > a:hover, .top_section .navbar-default .navbar-nav > li.select_course > a:focus {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	background: transparent;
}
.top_section .navbar-nav > li.select_course.dropdown-accordion .panel-group .panel-default {
    border-radius: 0px;
    margin-top: 1px;
    border: 0px;
    box-shadow: none;
}
.dropdown.select_course#left .dropdown-menu:after {
    border-top: 0px;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-right: 8px solid transparent;
    content: '';
    display: block;
    position: absolute;
    left: 10%;
    top: -8px;
    z-index: 2;
    height: 0;
    width: 0;
    display: inline-block;
}

.dropdown.select_course#right .dropdown-menu:after {
    border-top: 0px;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-right: 8px solid transparent;
    content: '';
    display: block;
    position: absolute;
    right: 10%;
    top: -8px;
    z-index: 2;
    height: 0;
    width: 0;
    display: inline-block;
}
.top_section .navbar-nav > li.select_course.dropdown-accordion .panel-group .panel-body a:hover {
	color: #333;
	font-weight: 600
}
.top_section .navbar-nav > li.select_course.dropdown-accordion .panel-group .panel-body {
     padding: 0px; 
}
.top_section .navbar-nav > li.select_course.dropdown-accordion .panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
	padding:0px;
    border-color: #ddd;
}
.top_section .navbar-nav > li.select_course.dropdown-accordion .panel-heading a {
    display: block;
    padding: 10px 10px;
    box-sizing: border-box;
    color: green;
    font-weight: 600;
}
.top_section .navbar-nav > li.select_course.dropdown-accordion .panel-group .panel-body a {
    padding: 3px 15px;
    background: #fff;
    color: #666;
    border: 0px;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    display: block;
}
.top_section .navbar-nav > li.select_course.dropdown-accordion .panel-group .panel-body p {
    padding: 0px 15px;
    background: #fff;
    color: darkgrey;
    border: 0px;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    display: block;
}
.dropdown.select_course div.panel {
    padding: 0 18px;
    display: block;
    background-color: white;
}
.navbar-default .navbar-nav > li.mobile_no {
	margin-top: 15px;
	margin-left: 10px;
	padding-left: 25px;
	padding-bottom: 5px;
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/Call_icon_tiny.png) left center no-repeat;
	background-size: 20px;
}
.navbar-default .navbar-nav > li > a.dropdown-toggle, .navbar-default .navbar-nav > li > a.dropdown-toggle:hover, .navbar-default .navbar-nav > li > a.dropdown-toggle:focus {
	font-weight: 600;
	color: #FFF;
	background: transparent;
}
.navbar-default .container-fluid .navbar-nav > li > a.dropdown-toggle .caret {
	border: 7px solid transparent;
	border-bottom: 0px;
	border-top-color: #00AEEF;
}
.navbar-default .container-fluid.active .navbar-nav > li > a.dropdown-toggle .caret {
	border-top-color: #FFF;
}
/* -- Search Field -- */
.search_wrap {
	display: inline-block;
	vertical-align: middle;
	margin-top: 15px;
}
.search {
	display: inline-block;
	position: relative;
	height: 16px;
	width: 16px;
	box-sizing: border-box;
	padding: 0px 4px 0px 4px;
	border: 2px solid;
	border-color: #f2f2f2;
	border-radius: 25px;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	cursor: text;
	z-index: 0;
}
.search:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 8px;
	right: -5px;
	top: 10px;
	background: #F2f2f2;
	border-radius: 3px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
.search.active, .search:hover {
	width: 200px;
	height: 26px;
	padding: 0px 8px 0px 8px;
	margin-right: 0px;
	border-color: #fff;
}
.search.active:after, .search:hover:after {
	height: 0px;
}
.search .search_field {
	width: 100%;
	color: #fff;
	border: none;
	height: 0px;
	line-height: 22px;
	box-sizing: border-box;
	font-size: 13px;
	font-weight: 400;
	background: transparent;
	cursor: text;
}
.search.active .search_field, .search:hover .search_field {
	height: 22px;
}
input.search_field::-webkit-input-placeholder {
 color: #eee;
}
input.search_field:-moz-placeholder {
 color: #eee;
}
input.search_field::-moz-placeholder {
 color: #eee;
}
input.search_field:-ms-input-placeholder {
 color: #eee;
}
.search .search_field:focus {
	outline: none;
}
/*--banner_top_section--*/
.banner_top_section.lazyload {
	background: none
	}
.banner_top_section.lazyloaded {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 100%;
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/banner1_tiny.jpg) left bottom no-repeat;
	background-size: cover;
}
.banner_content_section {
	position: absolute;
	width: 50%;
	right: 0px;
	bottom: 0px;
	max-height: calc(100% - 75px);
	/*z-index:99;*/
	/* add by maha 08-07-2019*/
	z-index:0;
	/*margin: 60px 0px;*/
}
.banner_top_section:after{
	position:absolute;
	content:'';
	display:none;
	height:100%;
	width:100%;
	left:0px;
	top:0px;
	background-color: rgba(0,0,0,0.7);
}
.banner_content_section .banner_title {
	font-size: 58px;
	font-weight: 400;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 60px;
}
.banner_content_section .banner_title .bold_blue {
	color: #00AEEF;
	font-weight: 700;
	margin-bottom: 50px;
}
.sign_toggle > span{
	    text-align: center;
	    font-size: 11px;
}
/*.explore_btn {
	border-radius: 50px;
	outline: 0px;
	border: none;
	background-color: #A6CE39;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	padding: 8px 25px;
}*/
.banner_content_section .explore_btn {
	font-size: 30px;
}
.dept_desc {
	margin-top: 0px;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 600;
	color: #F58220;
	margin-bottom: 80px;
}
.dept_desc span {
	font-size: 26px;
	font-weight: 400;
	color: #FFF;
}
.banner_content_section address {
	font-size: 23px;
	font-weight: 400;
	color: #FFF;
	margin-bottom: 80px;
}
address span {
	display: block;
}
address span.second_line {
	font-size: 30px;
	font-weight: 700;
	color: #00AEEF;
}
address span.third_line {
	font-size: 28px;
	font-weight: 600;
}
address span.fourth_line {
	color: #00AEEF;
}
.banner_bottom_text {
	/*font-size: 38px;*/
	font-size: 30px;
	font-weight: 600;
	color: #FFF;
	text-shadow: 1px 1px #CCC;
}
/*--banner_bottom_section--*/
.banner_bottom_section {
	position: static;
	bottom: 0px;
	width: 100%;
	left: 0px;
	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;
}
/*--thumb_section--*/

.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_tiny.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_tiny.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;
	background:#FFF;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	box-sizing: border-box;
}
.class_thumb_img {
	height: 200px;
	overflow: hidden;
	position: relative;
	width: 100%;
	background: #FFF;
	background-size: cover;
}

.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;
}

.class_thumb_section_ul {
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	list-style-type: none;
}
.class_thumb_section_ul li {
}
.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: 18px;
	font-weight: 600;
	height: 75px;
	padding: 0 8px;
}
.class_thumb_staff {
	font-size: 14px;
	color: #58585A;
}
.class_thumb_meterial {
	font-size: 16px;
	font-weight: 500;
}
.class_thumb_hours {
	font-size: 16px;
	font-weight: 700;
}
.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;
}
.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;
}
.thumb_sect_img{
position:absolute;height:100%;width:100%;top:0px;left:0px;
}
.overflow_hide {
}
.online_course_sample {
	background-color: #E7E7E8;
}
.staff_section .slick-prev {
	position: absolute;
	left: -30px;
	top: 70px;
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/left_nav_tiny.png) center center no-repeat;
	background-size: cover;
	height: 70px;
	width: 26px;
	border: 0px;
	outline: 0px;
	z-index:10;
}
.staff_section .slick-next {
	position: absolute;
	right: -30px;
	top: 70px;
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/right_nav_tiny.png) center center no-repeat;
	background-size: cover;
	height: 70px;
	width: 26px;
	border: 0px;
	z-index:10;
	outline: 0px;
}
.top_section .navbar-nav > li.select_course > .dropdown-menu.course.scrollable-menu {
    height: auto;
    max-height: 460px;
    overflow-x: hidden;
}
.top_section .navbar-nav > li.select_course > .dropdown-menu.course.scrollable-menu.landscape{
    height: auto;
    max-height: 150px;
    overflow-x: hidden;
}
.staff_section .slick-disabled.slick-prev {
	background: none;
}
.staff_section .slick-disabled.slick-next {
	background:none;
}
.innerstaff_section {
	padding:0px 30px;
	position:relative;
	width:100%;
	box-sizing:border-box;
}
.staff_section .slick-disabled.slick-next {
	background: none;
}
/*--video_section--*/
.section_title {
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.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: 24px;
	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_tiny.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_tiny.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;
}
/*--student_section--*/

.student_section {
	background: #58585A;
	min-height: 340px;
}
.student_section .tab_list_3 {
	position: relative;
	overflow: hidden;
	min-height: 255px;
	width: 100%;
	right: 0px;
	z-index: 99;
}
.student_section .tab_list_3 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_3 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_3 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_3 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_3 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_3 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_3 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.first {
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/student1_tiny.png) center center no-repeat;
	background-size: 80px;
}
.student_section .dot_3.second {
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/student2_tiny.png) center center no-repeat;
	background-size: 80px;
}
.student_section .dot_3.third {
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/student3_tiny.png) center center no-repeat;
	background-size: 80px;
}
.student_section .dot_3.fourth {
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/student4_tiny.png) center center no-repeat;
	background-size: 80px;
}
.student_section .dot_3.fifth {
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/student5_tiny.png) center center no-repeat;
	background-size: 80px;
}
.student_section .dot_3.email {
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/email_bw.png) center center no-repeat;
	background-size: 80px;
}
.student_section .dot_3.first.active {
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/studentlg1_tiny.png) center center no-repeat;
	background-size: 110px;
}
.student_section .dot_3.second.active {
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/studentlg2_tiny.png) center center no-repeat;
	background-size: 110px;
}
.student_section .dot_3.third.active {
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/studentlg3_tiny.png) center center no-repeat;
	background-size: 110px;
}
.student_section .dot_3.fourth.active {
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/studentlg4_tiny.png) center center no-repeat;
	background-size: 110px;
}
.student_section .dot_3.fifth.active {
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/student5_tiny.png) center center no-repeat;
	background-size: 110px;
}
.student_section .dot_3.email.active {
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/email_color.png) center center no-repeat;
	background-size: 110px;
}*/
.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;
}
/*--book_effect--*/
.book_effect_section {
	background: #E7E7E8;
}
.explorebtn_top {
	margin-top: 30px;
}
/*--download_section--*/

.download_section {
	background: #A7A9AC;
	padding: 50px 0px;
}
.download_section .top_bottom_space.lazyload {
	background: none
	}
.download_section .top_bottom_space.lazyloaded {
	min-height: 500px;
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/phonetogether_tiny.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;
	color:#000;
}
.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: #000;
	margin-bottom: 35px;
}
.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;
	margin-top:30px;
	color: #000;
}
.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;
}
.staff_section {
	/* background-color: #AAE0FA; Changed by Karthikeyan on 06-05-2019 */
	background-color: #59E8CC;
	padding: 40px 0px;
}
.staff_list {
	outline: none;
	border: none;
	text-align: center;
	list-style-type: none;
	margin: 0px 15px;
	padding: 0px;
}
.staff_name {
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	padding-top: 10px;
}
.staff_menu {
	position: relative;
}
.staff_next_btn {
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/right_nav_tiny.png) center center no-repeat;
	background-size: 30px;
	position: absolute;
	top: 40%;
	right: 10px;
	height: 50px;
	width: 30px;
	outline: none;
	border: none;
}
.staff_thumb_img {
	height: 150px;
	width: 150px;
	border-radius: 50%;
	margin: 0px auto;
	margin-top: 40px;
}
.staff_thumb_img.lazyload{
	background: none;
}
.staff_thumb_img.staff_thumb_img1.lazyloaded {
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/staff1_tiny.png) center center no-repeat;
	background-size: cover;
}
.staff_thumb_img.staff_thumb_img2.lazyloaded {
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/staff2_tiny.png) center center no-repeat;
	background-size: cover;
}
.staff_thumb_img.staff_thumb_img3.lazyloaded {
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/staff3_tiny.png) center center no-repeat;
	background-size: cover;
}
.staff_thumb_img.staff_thumb_img4.lazyloaded {
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/staff4_tiny.png) center center no-repeat;
	background-size: cover;
}
.staff_thumb_img.staff_thumb_img5.lazyloaded {
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/staff5_tiny.png) center center no-repeat;
	background-size: cover;
}
.staff_thumb_img.staff_thumb_img6.lazyloaded {
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/staff6.1_tiny.png) center center no-repeat;
	background-size: cover;
}
.staff_thumb_img.staff_thumb_img7.lazyloaded {
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/staff7_tiny.png) center center no-repeat;
	background-size: cover;
}
.staff_thumb_img.staff_thumb_img8.lazyloaded {
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/staff8_tiny.png) center center no-repeat;
	background-size: cover;
}
/*--book_section--*/
.book_section.lazyload {
	background: none;
	background-size: 100% 100%;
	min-height: 300px;
}
.book_section.lazyloaded {
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/black_banner_tiny.jpg) right bottom no-repeat;
	background-size: 100% 100%;
	min-height: 300px;
}
.book_section .title {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	margin-top: 0px;
	line-height: 55px;
}
.book_section .title .sub_name_span {
	font-size: 45px;
	font-weight: 700;
	color: #00AEEF;
}
.book_section .explore_btn {
	padding: 6px 20px;
}
.book_section .book_img {
	display: block;
}
.book_section .book_img img {
	width: 90%;
	margin: 0px auto;
}
/*--book_section_end--*/

/*--register_section--*/

.register_section {
	background: #00AEEF;
	min-height: 500px;
}
.register_section .register_section_title {
	font-size: 45px;
	font-weight: 700;
	color: #fff;
	margin-top: 0px;
	text-transform: uppercase;
}
.register_section .br_word {
	display: block;
	color: #333;
	text-align: center;
	font-size: 25px;
	font-weight: 400;
	text-transform: lowercase;
}
.register_section .subject_listings {
	font-size: 25px;
	font-weight: 700;
	color: #FFF200;
}
.register_section .subject_listings li {
	display: inline-block;
	margin: 0px 3px;
}
.register_section .subject_listings li .subj_links {
	color: #333;
}
.regiter_link_list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	min-height: 20px;
	margin-top: 0px;
	margin-right: 50px;
}
.regiter_link_list li.register_item {
	display: block;
	margin: 30px 0px;
	text-align: right;
}
.regiter_link_list li.register_item a {
	padding: 15px 0px 15px 40px;
	background: #E13B26 url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/google.png) left 12px center no-repeat;
	background-size: 30px;
	width: 280px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #FFF;
	display: inline-block;
}
.regiter_link_list li.register_item a.sign_facebook {
	background: #2D4687 url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/facebook.png) left 12px bottom no-repeat;
	background-size: 30px;
}
.register_section .form-group .form-control.input_style {
	margin-top: 10px;
	margin-left: 35px;
	height: 50px;
	border: 0px;
	background: #E2F4FD;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	width: 75%;
}
.register_section .or_text {
	position: absolute;
	top: 50px;
	margin-top: -10px;
	right: 0px;
}
.register_section .or_content {
	position: absolute;
	top: 70px;
	left: 0px;
}
.register_section .or_content:after, .or_content:before {
	width: 2px;
	content: '';
	display: block;
	height: 102px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -1px;
}
.register_section .or_content:after {
	top: 100%;
}
.register_section .or_content:before {
	bottom: 100%;
}
.register_section .signup_title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0px;
	margin-left: 35px;
	color: #333;
	padding-bottom: 3px;
}
.register_section .checkbox {
	margin-bottom: 15px;
	margin-left: 35px;
}
.register_section input[type=checkbox] {
	opacity: 0;
}
.register_section input[type=checkbox] + label {
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/ic_unchecked.png) top 0px left no-repeat;
	background-size: 30px;
	font-size: 15px;
	font-weight: 600;
	padding: 8px 0px;
	padding-left: 35px;
}
.register_section input[type=checkbox]:checked + label {
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/ic_checked.png) top 0px left no-repeat;
	background-size: 30px;
	padding: 8px 0px;
	padding-left: 35px;
}
.register_section .explore_btn {
	width: 75%;
	margin-left: 35px;
	color: #000;
}
/*--register_section_end--*/
/*-getapp_section--*/
.getapp_section {
	background: #E7E7E8;
	padding: 20px 0px;
}
.getapp_section ul {
	margin: 0px;
}
.getapp_section .course_details li {
	display: inline-block;
	margin-right: 10px;
}
.getapp_section .course_details li a {
	background-color: #A6CE39;
	border: none;
	border-radius: 7px;
	color: #000;
	outline: 0px;
	padding: 15px 0px;
	width: 300px;
	text-decoration: none;
	display: block;
	font-size: 22px;
	font-weight: 600;
}
.getapp_section .course_details li a.getcourse {
	background-color: #A6CE39;
}
.getapp_section .course_details li a.app {
	background-color: #FFCB08;
}
.getapp_section .course_details li a.joincls {
	background-color: #7570B3;
}
/*--  --*/
/*--newsticker_section--*/
.newsticker_section { 
	height:60px;
	width:60px;
	position:fixed;
	right:50px;
	cursor:pointer;
	bottom:45px;
	border-radius:50%;
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/aha.png) center center no-repeat;
	background-size:contain;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(153,153,153,1);
	-moz-box-shadow: 0px 0px 6px 1px rgba(153,153,153,1);
	box-shadow: 0px 0px 6px 1px rgba(153,153,153,1);
	z-index:999999;
}
.outernewstick_section { 
	position:fixed;
	height:auto;
	cursor:default;
	width:450px;
	background:#FFF;
	bottom:0px;
	display:none;
	right:0px;
	z-index:9999;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(102,102,102,1);
	-moz-box-shadow: 0px 0px 8px 1px rgba(102,102,102,1);
	-ms-box-shadow: 0px 0px 8px 1px rgba(102,102,102,1);
	-o-box-shadow: 0px 0px 8px 1px rgba(102,102,102,1);
	box-shadow: 0px 0px 8px 1px rgba(102,102,102,1);

}
.outernewstick_section .innernewstick_section { 
	height:auto;
	padding:5px 0px;
	margin:0px auto;
	width:440px;
}
.outernewstick_section .innernewstick_section .newsticker_title { 
	padding:15px;
	padding-left:60px;	
	margin:0px;
	font-size:22px;
	font-weight:600;
	background:#00B0F0 url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/aha.png) left 10px center no-repeat;
	background-size:45px;
	color:#FFF;
}
.outernewstick_section .innernewstick_section .news_ticker_wrap {padding:20px; }
.outernewstick_section .innernewstick_section .newstick_close { 
	height:30px;
	width:30px;
	margin-top:-3px;
	background:url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/ic_close_2.png) center center no-repeat;
	background-size:contain;
}
.outernewstick_section .innernewstick_section #newsticker_sect { 
	margin-bottom:10px;
}
.outernewstick_section .innernewstick_section ul li { 
	padding:0px 0px;
	border-bottom:1px dotted #F93;
	font-size:14px;
	font-weight:400;
	color:#666;
}
.outernewstick_section .innernewstick_section ul li .news_link { 
	display:block;
	padding:4px 0px;
	font-size:14px;
	font-weight:400;
	color:#666;
}
.slider_container.container { 
	padding:0px;
	width:1120px;
	margin:0px auto;
}








/*-footer_section-*/
.footer {
	padding-top: 50px;
	background-color: #231F20;
}
.footer .footer_bottom {
	border-top: 1px solid #fff;
	padding: 20px 0px;
	color: #fff;
	font-size: 12px;
}
.footer .contact_us {
	text-transform: uppercase;
	font-size: 20px;
	font-weight:600;
	color: #fff;
	margin: 0px;
}
.footer .footer_content p, .footer .footer_menu li a {
	color: #fff;
	font-size: 16px;
	padding: 5px 0px;
}
.footer .footer_menu { 
	margin-top:5px;
}
.footer .footer_menu li a {
	text-transform: capitalize;
}
.footer .footer_content {
	min-height: 100px;
}
.footer .footer_bottom ul, .footer .terms_conditions {
	list-style-type: none;
}
.footer .terms_conditions li {
	display: inline-block;
	color: #fff;
}
.footer .terms_conditions li a {
	color: #fff;
	text-transform: capitalize;
}
/*-- --*/



/*--bootstrap_modal_style--*/
/*--modal--*/
.modal {
	background: rgba(0,0,0,0.5);
	z-index: 999999;
}
.modal-content {
	background: #FFF;
	border-radius: 0px;
	border: none;
}
.modal-dialog .modal-header {
	background: #00AEEF;
	position: relative;
}
.modal-dialog .modal-title {
	color: #eee;
	font-size: 25px;
	font-weight: 400;
	margin: 0px;
	padding: 5px 10px;
	padding-right: 40px;
	display: block;
}
.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_video_outer {
	border: 1px solid #eee;
}
.modal-dialog .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;
	
}
.modal-dialog .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);
}
.nav-tabs > li.modal_active_li { 
	float:left;
}
.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;
}

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

/*--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;
}
.modal-body { 
	background:#00AEEF;
}
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 .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;
	
}





/*--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;
}
.ajaxload {
  display: none;
  position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('https://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;
}

.navbar-default .navbar-right > li.profile_img > a#profile, .navbar-default .navbar-right > li:last-child > a#profile:hover, 
.navbar-default .navbar-right > li.profile_img> a#profile:focus { 
	border:0px;
	height:50px;
	margin-top:-1px;
	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;
}
.sign_toggle > span{
	    text-align: center;
	    font-size: 23px;
}
.navbar-default {
    background-color: #000000;
}

#register_modal .nav-tabs {
	border-bottom: 0px solid #ddd;
}
#register_modal .nav-tabs>li>a, .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	border: 0px solid #ddd;
}
a.explore_btn:focus,a.explore_btn:hover{
	color: #ffffff;
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    opacity: 1;
}
.nav-tabs > li.active > a {
    font-size: 16px;
    color: #FF8D33;
    font-weight: bold;
}

/* DLP */

.main_conatiner{
	box-shadow: 0px 0px 6px 0px #33333345;
    border-radius: 4px;
    background: #f1e8e8;
}
h1,h2{
	font-weight: bold;
	text-align: center;
}
.phy_h1 h1{
    font-size: 35px !important;
    line-height: 62px !important;
    color: #fff;
    background: #00aeef;
    margin: 0;
}
.my_gird{
    box-shadow: 0px 3px 7px 0px #33333387;
    border-radius: 0 0 9px 9px;
    padding: 0;
    margin-top: 4%;
}
.panel-default>.panel-heading {
    background: #16b2ab;
    padding: 1px 16px;
    color: #fff;
}
.gird_p{
    /*text-align: center;*/
    /*line-height: 27px;*/
    font-size: 16px;
}

.first_m{
    background: #16b2ab;
    padding: 1px 18px;
    color: #fff;
}
.first_m h3{
	font-weight: bold;
	font-size: 19px;
}
h3{
    font-weight:bold;
}
ul{
	padding: 0;
    font-size: 17px;
}
li{
    list-style: none;
}
a:hover{
    text-decoration: none;
}
.new_time{
    color: red;
    background: red;
    border-radius: 50%;
    font-size: 12px;
    margin: 4px;
}
.two{
    font-size: 28px;
}
.three{
	font-size: 24px;
}
.shape img{
	width: 100% !important;
}
.panel-group{
    width: 100% !important;
    float: left !important;
}
/*.first{
    float: right !important;
    width: 100% !important;
 }*/

   .carousel-content{
  text-align:center;
  font-size:20px;
}

@media (min-width: 300px){
.phy_h1 h1{
    line-height: 35px !important;
 	font-size:21px !important;
}
.two{
    font-size: 18px !important;
}
.panels{
width:48%;
float: right;
}

.three{
	font-size: 17px !important;
}
.shape img {
    width: 72% !important;
}
  .carousel-content{
  text-align:center;
  font-size:13px !important;/* Added by Karthikeyan on 19-04-2019 */
}

}
@media (min-width:  667px){
.panel-group{
    /*width: 48% !important;*/
    float: left !important;
}
/*.first{
    float: right !important;
    width: 50% !important;
 }*/
 .shape img {
    width: 72% !important;
}
}
@media (min-width:  684px){
.panel-group{
    /*width: 48% !important;*/
    float: left !important;
}
/*.first{
    float: right !important;
    width: 50% !important;
 }*/
 .shape img {
    width: 72% !important;
}
  .carousel-content{
  text-align:center;
  font-size:16px;
}
}
@media (min-width:  734px){ 
.panel-group{
    /*width: 48% !important;*/
    float: left !important;
}
/*.first{
    float: right !important;
    width: 50% !important;
 }*/
.panels{
	width: 100%;
float: right;
}
 .shape img {
    width: 72% !important;
}
  .carousel-content{
  text-align:center;
  font-size:18px !important; /* Added by Karthikeyan on 19-04-2019 */
}
}
@media (max-width: 990px) and (min-width:  768px){
.panel-group{
    width: 48% !important;
    float: left !important;
}
.panels{
	width: 48% !important;;
float: right;
}
/*.first{
    float: right !important;
    width: 50% !important;
 }*/
 .shape img {
    width: 72% !important;
}
}
@media (max-width: 1023px) and (min-width:  991px){
.panels{
	/*width: 48% !important;;*/
float: right;
}
  .carousel-content{
  text-align:center;
  font-size:18px;
}
}
@media (min-width: 1024px){
.phy_h1 h1{
    line-height: 53px !important;
    font-size: 35px !important;
}
.panels{
	width: 100%;
float: right;
}
.two{
    font-size: 28px !important;
}
.three{
	font-size: 20px !important;
}
.panel-group{
    width: 100% !important;
    float: left !important;
}
/*.first{
    float: right !important;
    width: 100% !important;
 }*/
 .shape img {
    width: 100% !important;
}
}

.class_thumb_author{
height: 60px;
}


/* Online Course style added by Karthikeyan on 02-04-2019 */

/* -------Online_Course */
/* .Online_course{
  
} */

.Online_course{    
	background: #D1D2D4;
}
/* header */
.Online_course header{
    padding: 20px 0px 40px;
    /* background: #ffffff; Changed by Karthikeyan on 06-05-2019 */
	background: #D1D2D4; /* Added by Karthikeyan on 06-05-2019 */
}
.Online_course header span{
    display: inline-block;
    font-size: 25px;
    text-transform: lowercase;
}
.Online_course header .Online_course_header_title, .Online_course_header_sub_title{
    font-weight: 800;
    color: #0B3030;
    font-size: 35px;
}
.Online_course header .Online_course_header_sub_title{
    font-weight: 200; 
}
/* header */

/* section */
.Online_course section{
    padding: 20px 270px;
    /* background: #ffffff; Changed by karthikeyan on 06-05-2019 */
	/*background: #D1D2D4;*/
}
.Online_course section{
    position: relative;
    /*z-index: 10000000;*/
}
.Online_course section::after{
    position: absolute;
    content: "";
    /* background: #59E8CC; changed by Karthikeyan on 06-05-2019 */ 
	/*background: #D1D2D4;*/
    left: 0;
    right: 0;
    bottom: 0;
    top: 230px;
    margin-top: 5px;
    z-index: -1000000; 

}
.Online_course section::before{
    /* background:  url('https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/offerband.png'); Removed by Karthikeyan on 06-05-2019 suggested by balaji */
	background:  none;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top:115px;
    z-index: -1000000; 
}
.offers.Online_price_offers section::before {
    background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/offerband.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    left: 0;
    /* right: 0; */
    /* bottom: 0; */
    top: 300px;
    /* z-index: -1000000; */
    width: 100%;
    height: 100px;
}

.Online_course .row{
    padding-bottom: 65px;
    margin: 0px;
}
.Online_course section .Online_course_card_sub_title{
    font-size: 12px;
    font-weight: 600;
    color: #0B3030;
}
.Online_course_main_card{
    padding: 0px 20px;
    position: relative;
}
.Online_course_main_card_content{
    background: #ffffff;
    padding: 10px 30px 10px 20px;
    height: 630px;
}
.Online_course_card_title{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;   
} 
.Online_course .study_details {
    padding: 30px 0px 0px;
}

.Online_course .study_details p{
    font-size: 15px;
    font-weight: bold;
}


.Online_course .scheduled_time{
    background: transparent;
    color: #409EE1;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    padding: 0px;
}
.Online_course .scheduled_time:focus{
    outline: none;
}
.Online_course_card_dec{
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
    display: inline; 
}
.card_height{
    height: 224px;
}

.card_height .Online_course_card_title, .card_height .main_card_sub_text{
   text-align: center;
}

.Online_course .Online_course_card_button, .Online_price_offers .Online_course_card_button{
    position: absolute;
    left: 0;
    bottom: 35px; /* Changed by Karthikeyan on 09-05-2019 */
    right: 0;
}
/* Added by Karthikeyan on 09-05-2019 */
.offers.Online_course .Online_course_card_button, .Online_price_offers .Online_course_card_button{
    position: absolute;
    left: 25px;
    width:85%;
    bottom: 65px; 
    /*right: 35px;*/
}
/* Ends Here */
.Online_course .Online_course_card_button_link, .Online_price_offers .Online_course_card_button_link{
    padding: 10px 30px;
    border-radius: 30px;
    background: #00AEED;
    color: #ffffff;
    display: inline-block;    
}
.offers.Online_course .Online_course_card_button_link, .Online_price_offers .Online_course_card_button_link{
    padding: 10px 30px;
    border-radius: 30px;
    background: #00AEED;
    color: #ffffff;
    display: inline-block;
    /*float: right;*/
}

.offers.Online_course .Online_course_card_button_link, .Online_price_offers .Online_course_card_moreinfo_link{
    padding: 10px 20px;
    border-radius: 30px;
    background: #00AEED;
    color: #ffffff;
    display: inline-block;
    float: left;
}
.Online_course .Online_course_card_button_link:hover, .Online_price_offers .Online_course_card_button_link:hover{
    text-decoration: none;
    color: #ffffff;
}
.Online_course_explanation p{
    font-size: 22px;
    margin: 0px -27px;
    font-weight: 600;
    padding-bottom:40px;
}
.Online_course_ahaguru_logo{
    /*padding: 20px 0px;*/
}
.logo_img{
    height: 45px;
}
.Online_course_ahaguru_logo p{
    font-size: 50px;
    font-weight: 800;
    padding: 15px 0px;
    color: #333333;
}
.Online_course_ahaguru_logo span{
    color: #333333;
    /* font-family: 'PalatinoLinotype-Bold'; */
}
.Online_course_ahaguru_logo a{
    text-decoration: none;
    color: transparent;
}
.standard_10 .study_details ul li, .standard_9 .study_details ul li, .standard_8 .study_details ul li  {
   list-style: none;
}
/* section */

/* -------Online_Course */
.Online_price_offers .Our_online_offer {
    background: #ffffff;
}
.Online_price_offers header{
    padding: 50px 40px 0px;
    width: 50%;
    margin: 0px auto;
}
.Online_price_offers header h1{
    font-weight: 900;
    font-size: 50px;
    color: #333333;
}
.Online_price_offers  h2{
    font-size: 14px;
    color: #686868;
    font-weight: 500;
    padding: 0px 55px 30px;
}
.Online_price_offers section{
    position: relative;
    z-index: 10000000;
}
/* .Online_price_offers section::after{
    position: absolute;
    content: "";
    background: #59E8CC;
    left: 0;
    right: 0;
    bottom: 0;
    top: 400px;
    margin-top: 5px;
    z-index: -1000000; 
} old code */
.Online_price_offers section::after {
    position: absolute;
    content: "";
    background: #59E8CC;
    left: 0;
    right: 0;
    bottom: 0;
    top: 400px;
    margin-top: 0;
    z-index: -1000000;
}
/* .Online_price_offers section::before{
    background:  url('https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/offerband.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    /* top: 285px; <-- Old Code Changed by Karthikeyan on 15-04-2019 */
	/*top: 285px;
    z-index: -1000000; 
} old code */
.Online_price_offers section::before {
    /* background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/offerband.png); Removed by Karthikeyan on 06-05-2016 suggested by balaji */
	background: none;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    left: 0;
    /* right: 0; */
    /* bottom: 0; */
    top: 300px;
    /* z-index: -1000000; */
    width: 100%;
    height: 100px;
}
.offers.Online_price_offers section::before {
    background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/offerband.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    left: 0;
    /* right: 0; */
    /* bottom: 0; */
    top: 300px;
    /* z-index: -1000000; */
    width: 100%;
    height: 100px;
}
.Our_online_offer #myTab_1>li {
    width: 50%;
    text-align: center;
    margin: 0px;
}
.Our_online_offer #myTab_1>li>a {
    border-radius: 20px 0px 0px 20px;
    font-size: 20px;
    margin: 0px;
    position: relative; 
    color: #3A3A3A;
    border: 0px;
}
.Our_online_offer #myTab_1>li.active a::after{
    content: "";
    position: absolute;
    left: 100%;
    right: 0;
    bottom: 0px;
    /* top: 2px;   <-- Old Code changed by karthikeyan on 15-04-2019 */
	top: 0px;
    width: 30px;
    height: 38px;
   /*  border-bottom: solid 30px #00ADEF;
    border-left: solid 10px #00ADEF;
    border-right: solid 20px transparent;
    border-top: solid 16px transparent;  <-- Old Code changed by karthikeyan on 15-04-2019 */ 
	border-bottom: solid 32.3px #00ADEF;
    border-left: solid 10px #00ADEF;
    border-right: solid 21.4px transparent;
    border-top: solid 16px transparent;
    margin: 0px;
}
.Our_online_offer #myTab_1>li.active .neet::after{
    content: "";
    left: auto;
    right: 100%;
    top:0px;
    position: absolute;
    border-bottom: solid 30px #00ADEF;
    border-right: solid 10px #00ADEF;
    border-left: solid 20px transparent;
    border-top: solid 18px transparent;
}

.Our_online_offer #myTab_1>li.active>a, .Our_online_offer #myTab_1>li.active>a:hover {
    background: #00ADEF;  
    color: #ffffff;  
}
.Our_online_offer #myTab_1>li>a {
    background: transparent;
    padding-left: 25px;
    padding-right: 20px;
}
.Our_online_offer #myTab_1>li.active>a:hover{
    border: 0px;
    background: #00ADEF;
}
.Our_online_offer #myTab_1>li .neet {
    border-radius: 0px 20px 20px 0px;
    padding-left: 20px;
    padding-right: 25px;
}
.Our_online_offer .nav{
    padding: 0px 0px;
}
.Our_online_offer #myTab_1 {
    border-bottom: 0px;
    width: 25%;
    margin: 0px auto !important;
    background: #E2E0E1;
    border-radius: 50px;
}
.Our_online_offer #myTab_1>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: 0;
}
.Online_price_offers .Online_course_main_card {
   padding: 40px 10px;  
}
.select_standard{
    padding: 0px;
}
.select_standard p{
   padding: 0px 20px;
   text-align: right;
   margin-top: 9px;
   font-weight: 600;
   font-size: 18px;
}
.select_standard_form{
    width: 25%;
    margin: 0px auto;
    padding: 0px;
}
.row{
    margin: 0px;
}
.select_standard_form .form-control {
    margin-top: 2px;
    border: 0px;
    font-size: 22px;
    width: 60%;
    padding-bottom: 0px;
    border-radius: 0px;
    color: #00Acee;
    border-bottom: 1px solid #7A7A7A;
    box-shadow: none;
    background-image: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/drop_down_arrow.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right 10px center;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select_standard_form .form-control:focus{
    box-shadow: none;
}
.Our_online_offer section{
    padding: 15px 130px 20px;
}
 .Our_online_offer .Online_course_main_card_content{
    height: auto;
    background: transparent;
} 
 .Our_online_offer .Online_course_main_card_content_hover:hover{
    -webkit-box-shadow: 2px -1px 25px -2px rgba(0,0,0,0.55);
    -moz-box-shadow: 2px -1px 25px -2px rgba(0,0,0,0.55);
    box-shadow: 2px -1px 25px -2px rgba(0,0,0,0.55);
} 
.Online_course .main_card_bg{
  background: #ffffff;  
  border :1px solid grey;
  height: 780px;
  padding: 10px 30px 10px 20px;
}
/* .card_price_bg{
    background: #333333;
    color: #ffffff;
    padding: 40px 30px;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    height: 350px;
} */
.card_price_bg {
    background: #333333;
    color: #ffffff;
    padding: 40px 25px;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    height: 360px;
}

.price_size{
    padding: 40px;
    font-size: 18px;
    height: auto;
}
.Online_price_offers .Online_course_card_title {
    /* font-size: 22px; */
	/* font-size: 1.3em; Changed by Karthikeyan on 09-05-2019 */
	font-size: 1.3em;
    line-height: inherit;
    font-weight: 800;
    margin-top: 0px;
    height: 50px;
}
/* .Our_online_offer .Online_course_card_sub_title{
    margin: 0px -10px;
    line-height: inherit;
    padding: 10px 0px 30px;
    /* height: 100px; <--  Old Code Changed by Karthikeyan on 15-04-2019 */
	/*height: 140px;
} old code */
.Our_online_offer .Online_course_card_sub_title {
    margin: 0px -10px;
    line-height: inherit;
    padding: 10px 0px 30px;
    height: 100px;
}
.Online_course .main_card_sub_text{
    margin: 0px;
    height: auto;
}
.Online_course .Our_online_offer .mentor_program{
    margin: 0px;
}
.Online_price_offers .course_price{
    /* font-size: 36px; */
	font-size: 2.250em;
    font-weight: 800;
    color: #E85B73;
    text-align: center;
}
.Online_price_offers .course_price input{ 
    background: transparent;
    border: 0px;
    width: 34%;
    margin: 0px auto;
}
.Online_price_offers .course_price span.amount{ 
    background: transparent;
    border: 0px;
    width: 34%;
    margin: 0px auto;
}
.Online_price_offers .course_price input:focus{
    outline: none;
}
.Online_price_offers .course_price img{
    height: 27px;
    margin-bottom: 4px;
}
.Online_price_offers .normal_price{
    color: #E85B73;
    text-decoration: line-through;
    font-size: 22px;
    position: relative;
    /*padding-left: 25px;*/
}
.Online_price_offers .normal_price input{
    width: 27%;
    margin: 0px auto;
    background: transparent;
    border: 0px;
    text-decoration: line-through;
}
.Online_price_offers .normal_price .cut_amount_full{
    width: 27%;
    margin: 0px auto;
    background: transparent;
    border: 0px;
    text-decoration: line-through;
}
.Online_price_offers .normal_price input:focus{
    outline: none;
}
.Online_price_offers .normal_price  img{
    height: 16px;
    padding-right: 5px;
}
.Online_price_offers .normal_price  .normal_price_strike{
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    height: 2px;
    width: 30%;
    background: #E85B73; 
}
.Online_price_offers .total_subject{
    font-size: 14px;
    font-weight: 500;
    color: #E0E0E0;
}
.Online_price_offers .total_subject input{
    background: transparent;
    border: 0px;
    width: 3%;
    margin: 0px auto;
}
.Online_price_offers .total_subject input:focus{
    outline: none;
}
.Online_price_offers .course_selection{
    padding: 50px 30px;
    border-radius: 0px 0px 10px 10px;
    background: #ffffff;
}
.Online_price_offers .standard_8 .course_selection, .standard_9 .course_selection {
    height: 720px;
}
.Online_price_offers .standard_10 .course_selection{
    /* height: 1140px; Changed by karthikeyan on 09-05-2019 */
	height: 850px;
}
.Online_price_offers .standard_12 .course_selection, .standard_11 .course_selection{
    /* height: 850px; */
	height: 795px;
}
.Online_price_offers .course_selection ol{
    font-weight: 600;
    padding-left: 0px;
}
.Online_price_offers .course_selection ol li{
    padding-bottom: 10px;
}
.Online_course  .Online_price_offers .Online_course_card_button {
    position: absolute;
    left: 0;
    bottom: 100px;
    right: 0;
}
.Online_price_offers .course_selection .form-group label{
    font-weight: 600;
    font-size: 13px;
}
.Online_price_offers .study_details{
    padding: 30px 0px 0px;
}
.Online_price_offers .study_details ul{
    padding-left: 0px;
}
.Online_price_offers .study_details ul li,.standard_10 .study_details ul li, .standard_9 .study_details ul li, .standard_8 .live.study_details ul li,
.standard_7 .live.study_details ul li
 {
    padding: 6px 0px;
    font-weight: 500;
    /* font-size: 15px; */
	font-size: 0.938em;
    line-height: 1.6;
    list-style: none;
    background-image: url('https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/offertick.png');
	background-repeat: no-repeat;
	background-position: left;
    background-size: 20px;
    padding-left: 30px;
    /* list-style-image: url(); */
}
/*.standard_10 .study_details ul li, .standard_9 .study_details ul li,*/
.standard_8 .study_details ul li,.standard_7 .study_details ul li{
    background: none;
    padding-left: 0px;
}
.standard_10 .course_selection ol li, .standard_9 .course_selection ol li,
.standard_8 .course_selection ol li,.standard_7 .course_selection ol li {
    list-style: none;
    background-image: url('https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/offertick.png');
	background-repeat: no-repeat;
	background-position: left;
    background-size: 20px;
    padding-left: 30px;
}
.Online_price_offers .study_details p{
   /*  font-size: 13px; */ 
	/*font-size: 0.813em;*/
    font-weight: 700;
}
.Online_price_offers .study_details .scheduled_time{
    background: transparent;
    color: #409EE1;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    padding: 0px;
}
.Online_price_offers .study_details .scheduled_time:focus{
    outline: none;
}
.Online_course .form-group {
    display: block;
    margin-bottom: 15px;
    margin-top: -10px;
}
.Online_course .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.Online_course .form-group label {
    position: relative;
    cursor: pointer;
}
.form-group label:before {
    content:'';
    -webkit-appearance: none;
    background-color:#00ADEF;
    border: 1px solid #00ADEF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}
.form-group input:checked{
    background: red;
}
.form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 5px;
    width: 6px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.card_top{
    padding: 50px 0px;
}
.card_bottom{
    padding: 0px 0px 20px
}
.standard_9th .card_price_bg, .standard_8th .card_price_bg {
    height: auto;
}
.advanced_level{
    font-weight: 700;
    font-size: 16px;
    padding-top: 10px;
}
.container {
    font-weight: 600;
    /* font-size: 14px; */
	font-size: 0.875em;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    /*cursor: pointer;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  /* Hide the browser's default checkbox */
  .container > input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  } 
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: -5px;
    left: -10px;
    width: 30px;
    height: 30px;
    /* height: 19px;
    width: 19px; */
	/*height: 1.5em;
    width: 1.5em;
    border: 1px solid #00Acee;
    border-radius: 5px;*/
    display: block;
  }
  
  .container input:not(:checked) ~ .checkmark {
    /*background-color: #2196F3;*/
    /*background-image: url('https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/assets/images/fullyear/buy_btn.png');*/
    background-image: url('https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/checkbox1.png');
    background-size: 73%;
    background-repeat: no-repeat; 
  }

  .container input:checked ~ .checkmark {
    /*background-color: #2196F3;*/
    /*background-image: url('https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/buy_btn_tick.png');*/
    background-image: url('https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/checkedbox.png');
    background-size: 85%;
    background-repeat: no-repeat; 
    
  }


  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .container input:checked ~ .checkmark:after {
    display: block;
  } 
  .container .checkmark:after {
    /*left: 4px;
    top: 0px;
    width: 7px;
    height: 13px;*/
    left: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    /*border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);*/
  }
 /* .standard_8{
      width: 65%;
      margin: 0px auto;
  }*/
  .standard_10 .Online_course_card_sub_title {
    height: 100px;
  }
	.standard_10 .maths_10{
		padding-left: 20px;
	}
	.course_selection {
		height: 850px;
	}
	/* About Teachers */
	.top_teachers .modal-content {
		background: #009EE3;
	}
	.top_teachers .modal-content .modal-title{
		text-align: center;
		color: #ffffff;
	}
	.top_teachers .modal-body {
	 background: #ffffff;
	}
	.top_teachers .modal-body .teacher_details{
		list-style: none;
		font-weight: 600;
		/*padding: 20px;*/
		padding: 6% 5%;
	}
	.top_teachers .teacher_name {
		display: inline;
		font-weight: 800;
	}
	.top_teachers .teacher_rank{
		color: #E3000F;
		font-weight: 800;
	}
	.top_teachers .teacher_img, .top_teachers .teacher_details  {
		padding: 0px;
		padding-top: 20px;
	}
	.top_teachers .teacher_img img {
	   max-width: 100%;
	}
	.top_teachers .modal-body .row{
		padding: 0px;
	}
	.scheduled_popup img{
		max-width: 100%;
	}
	.teachers_contacts{
		text-align: center;
	}
	.teachers_contacts ul{
		padding: 0px;
	}
	.teachers_contacts ul li{
		list-style: none;
		display: inline-block;
		font-weight: 700;
		font-size: 18px;
		text-align: center;
	}
	.teachers_contacts ul li a{
		padding: 0px 20px;
		font-size: 20px;
	}
	.Online_course .modal-backdrop, .Online_price_offers .modal-backdrop{ 
		background-color: transparent;
	}
	.Online_course .study_details .special_list{
		background: none;
		text-align: center;
		padding: 0px;
		font-weight: 600;
	}
	.Online_course .special_list_1{
		padding-bottom: 0px !important;
	}
	.Online_course .special_list_2{
		padding-top: 0px !important;
	}
	.Online_course .Our_online_offer .Online_course_main_card > .Online_course_main_card_content > .scheduled_popup > div#exampleModalCenter_1 .modal-body{
		background:#fff;
	}

.navbar-nav > li.select_course > .dropdown-menu.course.scrollable-menu {
    height: auto;
    max-height: 460px;
    overflow-x: hidden;
}
.navbar-nav > li.select_course > .dropdown-menu.course.scrollable-menu.landscape{
    height: auto;
    max-height: 150px;
    overflow-x: hidden;
}

.navbar-nav > li > .dropdown-menu.course {
	margin-top: 11px;
}
.navbar-default .navbar-nav > li.select_course > a, .main_page .navbar-default .navbar-nav > li.profile_img > a {
	padding: 17px 10px 10px 10px;
	margin: 0px 5px;
}
.navbar-nav > li.select_course > .dropdown-menu.course {margin-top:0px;border-radius:4px;float:none;width:500px;}
.navbar-nav > li.select_course > .dropdown-menu.course > li > a {
    white-space: normal;
}
.navbar-default .navbar-nav > li.select_course > a, .top_section .navbar-default .navbar-nav > li.select_course > a:hover, .top_section .navbar-default .navbar-nav > li.select_course > a:focus {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	background: transparent;
}
.navbar-nav > li.select_course.dropdown-accordion .panel-group .panel-default {
    border-radius: 0px;
    margin-top: 1px;
    border: 0px;
    box-shadow: none;
}
.navbar-nav > li.select_course.dropdown-accordion .panel-group .panel-body a:hover {
	color: #333;
	font-weight: 600
}
.navbar-nav > li.select_course.dropdown-accordion .panel-group .panel-body {
     padding: 0px; 
}
.navbar-nav > li.select_course.dropdown-accordion .panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
	padding:0px;
    border-color: #ddd;
}
.navbar-nav > li.select_course.dropdown-accordion .panel-heading a {
    display: block;
    padding: 10px 10px;
    box-sizing: border-box;
    color: green;
    font-weight: 600;
}
.navbar-nav > li.select_course.dropdown-accordion .panel-group .panel-body a {
    padding: 3px 15px;
    background: #fff;
    color: #666;
    border: 0px;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    display: block;
}
.navbar-nav > li.select_course.dropdown-accordion .panel-group .panel-body p {
    padding: 0px 15px;
    background: #fff;
    color: darkgrey;
    border: 0px;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    display: block;
}
.navbar-fixed-top{
position: relative;
}

#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;
}
/*.modal-dialog#schedule{
        	width: 50%;
        }*/

        #arrow {
    border-right:2px solid black;
    border-bottom:2px solid black;
    width:10px;
    height:10px;
    transform: rotate(-45deg);
    margin-top:40px;
}
.study_details ul li#lpoints {
  position: relative;
	padding-bottom: 10px;
}
.study_details ul {
	margin-left: 20px;
}

.study_details ul {
  list-style: none;
}

.study_details ul li#lpoints:before{
   content: '';
   position: absolute;
   border-right:2px solid black;
   border-bottom:2px solid black;
   width:10px;
   height:10px;
   top: calc(50% - 4px);
   left: -20px;
   transform: translateY(-50%) rotate(-45deg);
}

/* Ends Here */

 .item.active .carousel-content a{
	font-size: 22px;
}
.item.active .carousel-content p{
	margin: 10px;
	font-size: 22px;
}
@media (max-width: 990px){
	.item.active .carousel-content a{
	font-size: 22px;
}
.item.active .carousel-content p{
	margin: 0px;
}}
@media (max-width:  768px){
	.item.active .carousel-content a{
	font-size: 20px;
}
.item.active .carousel-content p{
	margin: 0px;
}}
@media (max-width:  580px){
	.item.active .carousel-content a{
	font-size: 16px;
}
.item.active .carousel-content p{
	margin: 0px;
	font-size: 18px;
}
}


span[id*="_required"]{
color: red;
font-size: 17px;
}
.captcha_bg{
	/*background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/captcha_background.png);*/
    text-align: center;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    /*margin-bottom: 10px;*/
    width: fit-content;
    display: inline-block;
}

.clabel p{
	font-size: 20px;
	margin-bottom: 10px;
}
.reload_captcha{
	color: #fff;
	cursor: pointer;
	font-size: 18px;
}
.math_input{
	font-weight: bold;
	background: url(https://ahaguru-website.s3.ap-south-1.amazonaws.com/img/captcha_background.png);
	padding: 10px;
	display: inline-block;
	/*width: 90%;*/
    text-align: center;
}
.navbar span.badge{
	position: relative;
	right: 15px;
	top:-5px;
	z-index: 1;
}