.main-menu {
    /*top: 15px;*/
	top:30px;
    right: 20px;
}

ul#top_menu {
    position: relative;
    /*top: 5px;*/
	top:20px;
}

#login figure,
#register figure {
    /* background: linear-gradient(to right, #480048, #000000); */
    background-color: #fff;
}

.box_grid a.wish_bt {
    right: auto;
    left: 15px;
}

.btn_home_align {
    text-align: center;
    margin-top: 20px;
}

.hamburger-box {
    height: 50px;
}

.teachername {
    color: #FFC107;
    font-size: 30px;
}

.teacherrate {
    font-size: 25px;
    display: inline;
    margin-left: 10px;
}

/*Free Resource Start*/
.list_articles ul li a {
    font-size: 18px;
}

.list_articles ul li {
    width: 100%;
	cursor: pointer;
}

.list_articles ul li a img {
    height:24px;
}
/*Free Resource End*/
.bg_color_1 {
    background-color: #fff;
    /*padding: 0px 50px;*/
}

/*.demo-collection {
    padding: 40px 70px 70px 70px;
}*/

.hide {
    display: none;
}

.input_label::before,
.input_label::after {
    height: 60px;
}

.input label[class="error"] {
    color: #FF0000;
}

.user_name {
    margin-top: 10px;
}

.tablet_show
{
	display:none !important;
}
.cart_number {
    background: #244494;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -5px;
    left: 19px;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

@media screen and (max-width : 1224px)
{
		.cart_number {
		background: #244494;
		position: absolute;
		width: 13px;
		height: 13px;
		border-radius: 15px;
		display: flex;
		align-items: center;
		justify-content: center;
		top: 10px;
		left: 30px;
		font-size: 10px;
		color: #fff;
		text-align: center;
	}
	.tablet_show
	{
		display:block !important;
	}
	
}

#my_cart {
    margin-right: 10px;
}

/*Video Box Home Start*/
.youtube_links {
    height: 420px;
    overflow-y: auto;
    margin-bottom: 0px;
    background-color: rgba(255,193,7,0.6);
}

.youtube_links > li {
    /*background-color: rgba(255,193,7, 0.6);*/
	border-bottom: 1px solid #989696;
    padding: 8px 10px;
}

.youtube_links > li > a {
    color: rgba(0, 0, 0, 0.8);
}

.youtube_head {
    background-color: rgba(255,193,7,1);
    color: #000000;
    margin-bottom: 0px;
    padding: 10px;
    font-size: 14px;
}

.youtube_head span,
.youtube_links span {
    float: right;
}

.list_play {
    background-color: rgba(255,193,7, 0.4) !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}

/*Video Box Home End*/

@media (max-width: 991px)
{
    #logo img {
        height: 70px;
    }
}

header.header.sticky {
    padding: 10px 20px;
}

/*Cart Design*/
.thumb_cart {
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    -ms-border-radius: 0%;
    border-radius: 0%; 
    overflow: hidden;
    width: 120px;
    height: auto;
    margin-right: 10px;
    float: left;
}

.thumb_cart img {
    width: 120px;
    height: auto;
}

#add_cart[disabled="disabled"],
#add_cart[disabled="disabled"]:hover {
	opacity: 0.4;
	background: #FFF;
	color: #3f9fff;
}

video
{
    opacity: 1;
}

.sbHolder
{
    min-width: 130px;
}

 .team-caption-div,.team-hover-div
{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding:0px 40px;
    position: relative;
}
.team-caption-text
{
    font-size: 16px;
    font-weight: 600;
    display: block;
    text-align: center;
    width: 100%; 
    color: #fff;
    position: absolute;
    top: -50px;
    left: 20px;
}

.team-member:hover .team-caption-text
{
    display: none;
}

.blue
{
    background: #264798;
}

.blue-bg-transparent
{
    background: #264798CC;
}
.red-bg-transparent
{
    background: #E74723CC;
}

.red
{
    background: #E74723;
}

.white-text,.white-text:hover,.white-text:focus,.white-textactive
{
    color: #FFFFFF;
}

.team-hover-content
{
    display: none;
    position: absolute;
    width: 90%;
    height: 200px;
    color: #FFF;
    padding: 30px;
    top: -250px;
    left: 35px;
    text-align: center;
}

.team-member:hover .team-hover-content
{
    display: block;
}

.option {
    background: #F1F1F1;
    color: #999999;
    padding: 5px;
}

.option:hover {
    color: #000000;
}

.option_list {
    width: 100%;
    z-index: 5;
    position: absolute;
    background: #F1F1F1;
}
.option_span
{
    position: relative;
    width: 100%;
}

.hide {
    display: none;
}

.contact_info a,.contact_info a:active,.contact_info a:focus,.contact_info a:hover
{
    color: #FFFFFF;
}

.submit_status
{
    text-align: center;
}

.error
{
    color:#FF0000;
}

.success
{
    color:#4BB543;
}

.text-black
{
    color: #000000 !important;
}

.contacts a:hover, .contacts a:focus {
    color: #FFF;
    text-decoration: none;
    outline: none;
}
.cart_number2
{
   top: 6px;
   left: 12px; 
}
.apply
{
	background: #662d91;
    color: #FFF;
    padding: 5px;
    font-weight: 500;
    line-height: 1;
    border-radius: 30px;
	width:100px;
}

.about-vision li a:before
{
	font-family: fontello;
	font-style: normal;
	font-weight: 400;
	content:'\e895';
	display: inline-block;
	margin-right: 6px;
	height: 100%;
}

.wrapper
{
	background-size:cover;
	background-position: center;
}

#login_bg, #register_bg, #admission_bg {
    background: url('../img/background/Web-banner-1.jpg') center center no-repeat fixed;
}


.get_batch .select-box
{
	width: 100%;
	padding: 10px;
	border:1px solid #999999;
}
.get_batch .select-title
{
	font-size: 40px;
	display:block;
	text-align: center;
	color: #000000;  
	margin-bottom: 5px;                    
}

.white-bg
{
	background-color: #FFFFFF;
}

.get_batch a.boxed_list i
{
	color:#264796 !important;
}

.applyBatch-modal
{
	z-index:999;
}

.logo-loader
{
	position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -27px;
}

[data-loader="circle-side"] {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
}

.dark_
{
	background:#f1f1f1;
}

.about-ednovate p
{
    font-size: 16px;
}

.free-resource
{
    margin-left: 0px !important;
    margin-right: 0px !important;
}