
.dashboard-container {
	width: 720px;
	height: 78vh;
	background: #fff;
	border-radius: 4px 4px 0px 0px;
	position: relative;
	top:0;
	bottom: 0;
	left: 0px;
	right: 0;
    margin: auto;
   /* border: solid 1px ;*/
}

.entity-response-box{
	width: 720px;
	height: 78vh;
	background-image: linear-gradient(to top, #f1f1f1, #fff);
	border-radius: 4px 4px 0px 0px;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0px;
	right: 0;
    margin: auto;
    padding: 15px;
    box-shadow: 0px 5px #f1f1f1;
    z-index: 99999999;
   /* border: solid 1px red;*/
}


#fullpage{
	background: #3a4d95;
}



.study-entities-timeline-horizontal{
    position: relative;
    padding: 18px 0px 16px 0px;
    display: inline-block;
}


.study-entities-timeline-horizontal:before{
	height: 1px;
    top: auto;
    bottom: 33px;
    left: 0px;
    right: 0;
    width: 100%;
    margin-bottom: 20px;

}

.study-entities-icon-default .study-entities-icon-box{
	border: solid 1px #ccc;
	width: 35px;
	height: 35px;
	text-align: center;
	padding:0px;
	color: #ccc;
	background: #fff;
	margin: auto;
	border-radius: 4px;
	margin-bottom: 4px;
}

.study-entities-icon-default svg{
	fill: #ccc;
	width:23px;
	margin-top: 3px;
}

.study-entities-icon-default span{
	color: #ccc;
}

.study-entities-icon-default i{
	color: #ccc;
}


.study-entities-icon-read .study-entities-icon-box{
	border: solid 1px #3a4d95;
	width: 35px;
	height: 35px;
	text-align: center;
	padding:0px;
	color: #ccc;
	background: #f5f7ff;
	margin: auto;
	border-radius: 4px;
	margin-bottom: 4px;
}

.study-entities-icon-read svg{
	fill: #3a4d95;
	width:23px;
	margin-top: 3px;
}

.study-entities-icon-read span{
	color: #3a4d95;
}

.study-entities-icon-read i{
	color: #3a4d95;
}

.study-entities-icon-current .study-entities-icon-box{
	border: solid 1px #02a569;
	width: 35px;
	height: 35px;
	text-align: center;
	padding:0px;
	color: #ccc;
	background: #fff;
	margin: auto;
	border-radius: 4px;
	margin-bottom: 4px;
	background: #ecfff8;
}

.study-entities-icon-current svg{
	fill: #02a569;
	width:23px;
	margin-top: 3px;
}

.study-entities-icon-current span{
	color: #02a569;
}

.study-entities-icon-current i{
	color: #02a569;
}





.study-entities-infinity{
	font-size: 15px;
	color: #a9a9a9;
}




.learn-ai-dashboard-top-section{
	background: #fff;
	position: fixed;
    width: 100%;
    top: 0px;
    z-index: 999;
    height: 150px;
    border-bottom:solid 1px #ccc;
}


.learn-ai-dashboard-top-fix-section{
	background: #fff;
	height: 80px;
	top: 70px;
	position: fixed; 
	width: 100%;
}


.learn-ai-dashboard-chapter-name{
	font-size: 18px;
    text-align: center;
    padding: 5px 0px;
    background: linear-gradient(to right,#1f2e67 0,#3a4d95 100%);
    border-bottom: solid 1px #f2f2f2;
    color: #fff;
}

.learn-ai-dashboard-concept-cont{
	font-size: 11px;
	color: #999999;
	padding:8px 0px;

}

.learn-ai-dashboard-concept-name{
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0px;
	color: #000;
}


.learn-ai-dashboard-progress { 
	display: inline-block; 
	width: 100%; 
	overflow:auto;
	margin-top:-15px;
	scrollbar-width: none;
	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;
}

.learn-ai-dashboard-progress::-webkit-scrollbar { 
	display: none; 
}



.learn-ai-dashboard-concept-bookmark{
	font-size: 15px;
}

.learn-ai-dashboard-concept-share{
	font-size: 15px;
}

.learn-ai-dashboard-study-card:before{
		content: ' ';
	    background: #ffffff;
	    display: inline-block;
	    position: relative;
	    border-radius: 50%;
	    border: 2px solid #7583b5;
	    left: 24px;
	    width: 12px;
	    height: 12px;
	    z-index: 400;
	    top: 35px;
}


.learn-ai-card-box{
	margin-top: 50px;
	padding: 15px;
	background: #fff;
	border: solid 1px #fff;
	border-radius: 8px;
	position: relative;
	z-index: 500;	
	/*margin-bottom: 30px;*/
}
.learn-ai-card-box-data{
	
}

.learn-vertical-timeline-ai{
	list-style-type: none;
	position: relative;
}

.learn-vertical-timeline-ai:before {
    content: ' ';
    background: #7583b5;
    display: inline-block;
    position: absolute;
    left: 44px;
    width: 2px;
    height: 100%;
    z-index: 400;
}


.learn-ai-dashboard-top-strip {
    background: #e5e5e5;
    padding: 15px;
    line-height: 22px;
    position: relative;
    z-index: 600;
    font-size: 18px;
    margin: -15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.show_full_article{
	margin: 15px 15px 0px 15px;
	font-size: 17px;
	line-height: 36px;
	height: 64vh;
	overflow-y: auto;
	padding-bottom: 15px;
	overflow-x: hidden;
}

.show_full_article p{
	line-height: 32px;
	margin-bottom: 8px;
}

.show_full_article iframe{
	width: 100%;
	height: 350px !important;
	border:solid 1px #ccc; 
	
}

.show_full_article img{
  max-width: 100% !important;
  height: auto !important;
}








.learn-ai-section{
	background: #3a4d95;
	
}

.learn-ai-section-box:first-child {
	padding-top: 100px;
}


.learn-ai-section-box{
	padding-bottom: 100px;
	
}







/* Old Dashboard Top AI Timetable Box */

.learn-ai-timetable-bg{
	background: #1f2e67 url("../images/dashboard/box_bg.png")no-repeat;
	min-height: 307px;
	padding: 25px 0 0 0;
	border-radius: 8px;

}

.learn-ai-timetable-box{
	background: #fff;
    min-height: 220px;
    border: solid 1px #fff;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.08), 0 2px 4px 0 rgba(0,0,0,.12);
    padding: 15px 8px 0px 8px;
    margin-bottom: 30px;

}

.learn-ai-timetable-subject-name{
	font-size: 17px;
	font-weight: 300;
	text-transform: uppercase;
	min-height: 30px;
}

.learn-ai-timetable-topic-name{
	font-size: 18px;
	padding: 15px 0px;
	min-height: 85px;
}

.learn-ai-timetab-target-date{
	color: #999;
	font-size: 13px;
	margin-bottom: 15px;
}

.learn-ai-timetab-target-date span{
	display: block;
}

.learn-ai-timetab-progress-bar{
	margin-top: 15px
}

/* End Old Dashboard Top AI Timetable Box */

.learn-ai-timetab-heading{
	padding-left: 0px;
}
.learn-ai-timetab-heading h3{
	font-size: 20px;
	color: #fff;
	padding-top: 7px;
}
.learn-ai-timetab-heading span{
	font-size: 13px;
	color: #ccc;
}

.learn-ai-timetable-view-syllabus-btn {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    font-size: 14px;
    margin-top: 8px;
    margin-left: 15px;
}

.learn-ai-timetable-view-syllabus-btn:hover {
	color: #fff;
}


.chapter-concept-list{
	
}

.chapter-concept-list a{
	color: #fff;
	padding: 10px;
	border-bottom: solid 1px #3b78b5;
	display: block;
	font-size: 13px;
}

.chapter-concept-list a:hover{
	padding: 10px;
	border-bottom: solid 1px #3b78b5;
}


/* Dashboard Syllabus Page CSS */

.learn-ai-syllabus-bg{
	margin-top: 70px; 
	background: #f2f2f2;
	padding-top: 25px;
	min-height: 800px;
}

.learn-ai-syllabus-subject-box{
	background: #fff;
	min-height: 600px;
}

.learn-ai-syllabus-subject-name b{
	font-size: 18px;
}

.learn-ai-syllabus-subject-name img{
	float: left;
	padding: 4px;
}

.learn-ai-syllabus-subject-name b{
	display: block;
}

.learn-ai-syllabus-subject-name span{
	color: #999;
	font-size: 13px;
	display: block;
}

.learn-ai-syllabus-subject-chapter b{
	font-size: 13px;
	display: block; 
	float: left;
	width: 88%;
	padding-top: 3px;
}

.learn-ai-syllabus-subject-chapter i{
	color: #999;
	font-size: 15px;
	cursor: pointer;
	padding-top: 5px;

}
.learn-ai-syllabus-subject-chapter .target-date{
	font-size: 11px;
	color: #999;
}

.learn-ai-syllabus-subject-chapter-icon{
	background: #cccccc;
	width: 28px;
	height: 28px;
	border-radius: 50px;
	float: left;
	margin:0px  8px 0px 0px;
	text-align: center;
	padding-top: 3px;
	color: #868686;
}

.learn-ai-syllabus-subject-chapter-icon i{
	font-size: 12px;
}



.learn-ai-syllabus-subject-chapter-name{
	background: #fff;
}

.learn-ai-syllabus-subject-chapter-topic-concept{
	
}

.learn-ai-syllabus-subject-chapter-topic-concept .topic-bg{
	background: #f2f2f2;
	padding: 5px;
	border-radius: 4px;
	font-weight: 600; 
}

.learn-ai-syllabus-subject-chapter-topic-concept .concept-list{
	padding: 5px;
	margin-top:8px;
	font-size: 13px;
	float: left;
	width: 95%;
}


.learn-ai-syllabus-subject-chapter-topic-concept .concept-list i{
	font-size: 13px;
	color: #999;
	padding-top: 15px;
}



/* Feed Elements CSS */



.learn-ai-feed-study-entity-response-box{
	/*background: #edf1ff;
	margin: 15px -16px -16px -16px;
	padding: 0px 15px 15px 15px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;*/
}


.ai-questions-option{
	width: 100%;
    border: solid 1px #f1f1f1;
    border-radius: 4px;
    padding: 8px 28px;
}

.ai-questions-option p{
	margin-bottom: 0px;
}

.ai-questions-option input{
	margin-top: 10px;
}

.learn-ai-feed-study-entity-response-text{
	font-size: 18px;
	color: #000;
}

.learn-ai-feed-study-entity-response-btn-box{
	background: #fff;
	padding: 8px;
	border: solid 1px #f1f1f1;
	border-radius: 4px;
	margin-bottom: 5px;
	
}

.ai_response-btn-default{
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	border: solid 1px #504a9d;
	margin-bottom: 5px;
	background: none;
	background: #4b4d9e;
}

.ai_response-btn_1{
	color: #e56c5b;
	font-size: 16px;
	cursor: pointer;
	border: solid 1px #e56c5b;
	margin-bottom: 5px;
}

.ai_response-btn_3{
	color: #02a569;
	font-size: 16px;
	cursor: pointer;
	border: solid 1px #02a569;
	margin-bottom: 5px;
}

.ai_response-btn_2, .ai_response-btn_4{
	cursor: pointer;
	color: #3a4d95;
	font-size: 16px;
	border: solid 1px #3a4d95;
	margin-bottom: 5px;
}


.ai_response-btn_5, .ai_response-btn_6{
	cursor: pointer;
	color: #3a4d95;
	font-size: 16px;
	border: solid 1px #3a4d95;
	margin-bottom: 5px;
}

.ai_response-set-icon{
	 border:solid 1px #f1f1f1;
	 border-radius: 4px;
	 padding: 8px;
	 margin-bottom: 5px;
}

.ai_response-set-icon p{
	margin-bottom: 0px;
}

.ai_response-set-icon i{
	width: 15px;
	height: 15px;
	float: left;
	padding-top: 10px;
}

.ai_response-set-icon i{
	width: 15px;
	height: 15px;
	float: left;
	padding-top: 10px;
	padding-right: 25px;
	font-size:12px;
}




.ai-feed-bg-box{
	background:#293873  url("https://cdn.entrance360.com/static/images/ai_bg_light.jpg");
	/*background-image: linear-gradient(to top, #1c98a9, #514a9d);*/
	padding-bottom: 15px;
	height: 100vh;

}

.night{
    background:#293873  url("https://cdn.entrance360.com/static/images/ai_bg_dark.jpg");
     /*background-image: linear-gradient(to top, #093b52, #000);*/
    transition: 1s;
}


.ai-feed-top-section{
	border-bottom: 1px solid rgba(255,255,255,0.2);
	color: #fff;
	font-size:20px;
	padding: 10px 0px 5px 0px;
	margin-bottom:15px;
	position: relative;
    z-index: 999;
}

.ai-feed-top-section span{
	font-size: 14px;
	padding: 5px 10px 0px 10px;
	display: inline-block;
}
.ai-feed-top-section  b a{
	color: #fff;
	font-size: 14px;
	padding: 5px 10px 10px 5px;
}

.ai-feed-top-right-section{
	width:180px; 
	float: right;
}

.ai-feed-top-left-section{
	float: left;
	
}

.ai-feed-top-left-section a{
	white-space: nowrap;
	width:315px; 
  	overflow: hidden;
  	text-overflow: ellipsis; 
}

.ai-feed-top-center-section{
	float: left;
	white-space: nowrap;
	width:720px; 
  	overflow: hidden;
  	text-overflow: ellipsis; 
  	text-align: center;
  	padding-top: 3px;
}


.pages-bg1{
	margin: 0px 10px; 
	height: 10px; 
	background: #aecfe5;
	max-width: 700px; 
	margin: auto;
}



.pages-bg2{
	margin: 0px 10px; 
	height: 10px; 
	background: #89bdda;
	max-width: 680px; 
	margin: auto;
}

.pages-bg3{
	margin: 0px 10px; 
	height: 10px; 
	background: #aecfe5;
	max-width: 660px;
	margin: auto;
	
}

.next-ai-card{
	position: absolute; 
	top: 45%; 
	right: 12%; 
	color: #fff; 
}

.next-ai-card a{
	color: #FFF;
	font-size: 24PX; 
}


.open-entity-response-box{
	position: absolute; 
	top: 45%; 
	right: 12%; 
	color: #fff; 
}

.open-entity-response-box a{
	color: #FFF;
	font-size: 24px; 
}

.previous-ai-card{
	position: absolute; 
	top: 45%; 
	left: 12%; 
	color: #fff; 
}

.previous-ai-card a{
	color: #FFF;
	font-size: 24px; 
}

.feed-heading{
	border-bottom:solid 1px #f1f1f1;
	padding: 5px;
}

.feed-timer-circle{
	width: 60px; 
	height: 60px; 
	border-radius: 60px; 
	position: relative;
	z-index: 99999999;
	text-align: center;
	padding-top: 18px;
	float:left;
	font-size: 15px;
	font-weight: bold;
}






.ideal-learning-time-feedback{
		width: 89px;
	    border: solid 1px #f1f1f1;
	    text-align: center;
	    margin: auto;
	    border-radius: 4px;
	    font-size: 18px;
	    font-weight: bold;
	    margin-bottom:30px 
}

.liked-feedback-option{
		font-size: 13px;
	    text-align: left;
	    border: solid 1px #f1f1f1;
	    width: 100%;
	    border-radius: 4px;
	    padding-left: 15px;
	    background: #fffff5;
}

.liked-feedback-option input{
	width: 15px;
	height: 15px;
	vertical-align: middle;
}




.speech-bubble {
	position: absolute;
	background: #fffdce;
	border-radius: .4em;
	height: 100px;
	width: 250px; 
	bottom: 140px;
	right: 50px;
	box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, .4);
}

.speech-bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #fffdce;
	border-bottom: 0;
	border-left: 0;
	margin-left: -10px;
	margin-bottom: -20px;
	box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.1);
}



.pop-subject-icon-bg{
	background: #fff;
	border:solid 1px #ccc;
	border-radius: 50px;
	padding: 10px;
	position: absolute;
	top: 200px;
	left: -10px;
	cursor: pointer;
	z-index: 99;
}

.show-chapter-name-pop{
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	height: 100vh;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9;
	
}

/* End Feed Elements CSS */


.ec-syllabus-box .col-md-6 p{
	display: inline;
}



.ec-syllabus-box .ec-syllabus-qna-text p{
	display: inline;
}

.show_full_article .offset-md-2{
	margin-left:0px;
}
.show_full_article .col-md-8{
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0px;
}


.ec-syllabus-box{
	    margin: -40px 0px 0px -15px;
	    width: 105%;
	    padding: 15px;
	    border-bottom:1px solid #ccc;
	
    
}

.learn-ai-dashboard-concept-remove-bookmark{
	color: green;
}


.arrow-container{
	-webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;

    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
     transition-property: transform;
}

.icon-flipped {
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.feed-strip-text{
	font-size: 18px; 
	padding: 15px; 
	float: left;  
	font-weight: bold; 
	color: #3f51b5;
	width: 85%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	
}
.feed-strip-text span{
	vertical-align: text-top;
	fill: #3f51b5;
}

/* End Dashboard Syllabus Page CSS */



.learn-ai-back-top-dashboard{
	padding: 10px;
	font-size: 14px;

}


.ai-ssc-planner-bg{
	padding-top: 80px; 
	background: #1f2e67;
}

.learn-ai-next-previous-box{
	padding: 5px; 
	position: fixed; 
	bottom: 50PX; 
	width: 100%;
	background: none;
	z-index: 999;
}

.learn-ai-next-previous-btn{
	background: #fff; 
	border-color: #3a4d95; 
	color: #3a4d95; 
	font-size: 16px; 
	width:170px;
	
	
}

.learn-ai-next-previous-btn:hover{
	background: #fff; 
	border-color: #3a4d95; 
	color: #3a4d95; 
	font-size: 16px; 
	width:170px;
}

.concept-name{
	margin-top: -40px;
}


.ai-no-show-mob{
	display: block ;
}

.next-previous-bg{
	background: #fff;
	position: fixed;
    width: 100%;
    bottom: 0px;
    display: none;
}



.ai-close-btn{
	font-size: 20px;
    border: solid 1px #ccc !important;
    width: 32px;
    height: 32px;
    border-radius: 52px;
}

.syllabus-chapter-active{
	background: #30acd2;
}

.next-ai-card-btn{
	background: #fff;
    width: 142px;
    display: inline-block;
    height: 42px;
    color: #3f51b5;
    font-size: 18px;
    font-style: normal;
    border: solid 1px #f1f1f1;
    border-radius: 4px;
}

.next-ai-card-btn span{
	display: inline-block;
    padding: 8px 8px 2px 8px;
    vertical-align: sub;
    border-right: solid 1px #f1f1f1;
    fill: #3f51b5;
}


.previous-ai-card-btn{
	background: #fff;
    width: 142px;
    display: inline-block;
    height: 42px;
    color: #3f51b5;
    font-size: 18px;
    font-style: normal;
    border: solid 1px #f1f1f1;
    border-radius: 4px;
}

.previous-ai-card-btn span{
	display: inline-block;
    padding: 8px 8px 2px 8px;
    vertical-align: sub;
    border-left: solid 1px #f1f1f1;
    fill: #3f51b5;
}

.mega-revision-btn{
  background: #f9e0ab; 
  padding: 15px; 
  margin-bottom: 0px; 
  font-size: 17px; 
  cursor: pointer;
}

/*.mega-revision-show-hide-box{
  display: none;
}

.slick-initialized {
  visibility: visible;
}*/


/* ----- Referral CSS ------ */

.layout-bg-r{
	padding: 15px;
	width: 345px;
	float: right;
}

.close-modal{
	width: 20px;
	height: 20px;
	border-radius: 50px;
	background: #ccc;
	margin-right: 10px;
    margin-top: 5px;
    cursor: pointer;
}
.close-modal span{
	line-height: normal;
    font-size: 18px;
    display: block;
    margin-top: -3px;
    text-align: center;
    font-weight: normal;
}

.layout-bg{
	background: #F4EEFF;
	width: 450px;
	padding: 30px;
	text-align: center;
	float: left;
}

.referral-heading{
	font-size: 24px; 
	padding:10px; 
	font-weight: bold;
}

.referral-code-bg{
	background: #B9F6CA;
	border: 1px dashed #1B5E20;
	border-radius: 8px;
	padding: 10px;
	margin: 15px 0px 22px 0px;
	opacity: 1;
}

.referral-code-bg input{
	background: no-repeat;
	border: none;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}

.referral-code-bg span{
	text-align: right;
	display: inline-block;
	float: right;
	padding-top: 5px;
	font-size: 12px;
	cursor: pointer;
}

.invite-link{

}

.invite-link a{
	width: 30px;
    height: 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    border-radius: 50px;
    padding-top: 6px;
}

.discount-all-list {
	font-size: 11px;
	line-height: 16px;
    margin: 30px 0px;
}

.discount-all-list b {
	display: block;
}

.discount-list{
	width: 40px;
    height: 40px;
    background: #F4EEFF;
    border: 1px dashed #F4EEFF;
    opacity: 1;
    border-radius: 50px;
    float: left;
    padding: 6px;
    margin-right: 10px;
    text-align: center;
}

.discount-list-active{
	width: 40px;
    height: 40px;
    background: #FFD341;
    border: 1px dashed #FFD341;
    opacity: 1;
    border-radius: 50px;
    float: left;
    padding: 6px;
    margin-right: 10px;
    text-align: center;
}


.referral-code-bg2{
	background: #E5E5E5 0% 0% no-repeat padding-box;
	border: 1px dashed #3A4D95;
	border-radius: 8px;
	padding: 8px;
	opacity: 1;
}

.referral-code-bg2 input{
	background: no-repeat;
	border: none;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

.referral-code-bg2 span{
	text-align: right;
	display: inline-block;
	float: right;
	padding-top: 3px;
	font-size: 11px;
	cursor: pointer;
}


.subscription-box{
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
}


.emotion_image{
	width: 120px !important;
	display: block;
	margin: auto;
	
}

.ai_fee_for_aap{
	font-size: 1.125em; 
	line-height: 24px;
	font-style: italic;
}

.ai_fee_for_aap p{
	font-size: 1.125em; 
	line-height: 24px;
	font-style: italic;
}

.ai_fee_for_aap ul li{
	font-size: 1.125em; 
	line-height: 24px;
	font-style: italic;

}

.aap-promotion-banner{
	display: none;
}






@media screen and (max-width: 1000px) {

	.aap-promotion-banner{
		background: #1f2e67;
		display: block;
		text-align: center;
		padding-bottom: 20px;
	}

	.layout-bg{
		width: 100%;
		margin-top: -25px;
		padding-bottom: 15px;
	}

	.referral-code-bg input{
		width: 130px;
	}

	.referral-heading{
		font-size: 20px; 
	}

	.discount-all-list {
		
	    margin: 12px 0px;
	}


	.next-ai-card-btn{
		background: none;
	    width: auto;
	    display: inline-block;
	    height: 39px;
	    color: #fff;
	    font-size: 18px;
	    font-style: normal;
	    border:none;
	    border-radius: 4px;
	    font-family: 'Muli', sans-serif;
	}

	.next-ai-card-btn span{
		display: inline-block;
	    padding: 8px;
	    vertical-align: sub;
	    border-right:none;
	    fill: #fff;
	}


	.previous-ai-card-btn{
		background: none;
	    width: auto;
	    display: inline-block;
	    height: 39px;
	    color: #fff;
	    font-size: 18px;
	    font-style: normal;
	    border: none;
	    border-radius: 4px;
	    font-family: 'Muli', sans-serif;
	}

	.previous-ai-card-btn span{
		display: inline-block;
	    padding: 8px;
	    vertical-align: sub;
	    border-left: none;
	    fill: #fff;
	}

	.ai-feed-top-right-section{
		width:65px; 
		float: right;
	}



	

	.ai-feed-top-left-section a{
		white-space: nowrap;
		width:220px; 
	  	overflow: hidden;
	  	text-overflow: ellipsis; 
	  	padding-left: 15px;
	}

	.ai-feed-top-center-section{
		
		width:100%; 
	  	
	}



	.open-entity-response-box{
		position: initial; 	 
	}

	.open-entity-response-box a{
		
		font-size: 18px; 
	}

	.previous-ai-card{
		position: unset; 
		top: 0%; 
		left: 0%; 
		color: #fff; 
	}

	.previous-ai-card a{
		
		font-size: 18px; 
	}


	.ai-close-btn{
		font-size: 20px;
	    margin: -6px;
	    border: solid 1px #ccc !important;
	    width: 32px;
	    height: 32px;
	    border-radius: 52px;
	}


	.entity-response-box{
		width: 382px;
	    background-image: linear-gradient(to top, #f1f1f1, #ffffff);
	    margin: auto;
	    height: 74vh;
	    border-radius: 2px;
	    padding: 15px;
	    position: absolute;
    	top:0;
    	bottom: 0;
    	left: 0;
    	right: 0;
    	margin: auto;
    	box-shadow: 0px 20px #f1f1f1;

	}
	
	.next-previous-bg{
		background: #3a91a8;
		position: fixed;
	    width: 100%;
	    bottom: 0px;
	    display: block;
	}

	.next-previous-bg a:hover{
		color: #fff !important;
	}
	.previous-btn-mob{
		color: #FFFFFF;
		background-color: #3f5199;
	    width: 100%;
        padding: 5px;
        border-radius: 0px;
        font-size: 18px;
        float: left;
	}

	


	.next-btn-mob{
		color: #FFFFFF;
		background-color: #1e2c62;
		width: 100%;
        padding: 5px;
        border-radius: 0px;
        font-size: 18px;
        float: right;
	}

	

	.next-ai-card{
		position: relative; 
		top: 0; 
		right: 0; 
		color: #fff; 
	}


	.show_full_article{
		
		max-height: 63vh;
		
	}

	.concept-name{
		margin-top: 0px;
	}

	.feed-strip-text{
		font-size: 16px; 
		padding: 12px; 
		float: none;  
		font-weight: bold; 
		color: #3f51b5;
		width: 75%;
		margin: 0px 0px 0px 54px;
		
	}

	.learn-ai-card-box{
		overflow: auto;
	}

	.pages-bg1{
		
		max-width: 92%; 
		
	}



	.pages-bg2{
		
		max-width: 91%; 
		
	}

	.pages-bg3{
		
		max-width: 90%; 
		
		
	}

	.learn-ai-next-previous-box{
		padding: 6px; 
		position: fixed; 
		bottom: 0PX; 
		width: 100%;
		background: #3a4d95;
		z-index: 999;
	}

	.learn-ai-next-previous-btn{
		background: #fff; 
		border-color: #3a4d95; 
		color: #3a4d95; 
		font-size: 16px; 
		width:170px;
		border-radius: 0px;
		margin:0px 
		
	}

	.learn-ai-next-previous-btn:hover{
		background: #fff; 
		border-color: #3a4d95; 
		color: #3a4d95; 
		font-size: 16px; 
		width:170px;
		border-radius: 0px;
	}


	.ai-ssc-planner-bg{
		padding-top: 20px; 
		background: #1f2e67;
	}




	.dashboard-container {
		max-width: 92%;
		margin-right: 15px;
		margin-left: 15px;
		padding-right: 0px;
		padding-left: 0px;
	}

	.learn-ai-dashboard-timeline:before{
		left: 44px;
		
	}

	.learn-ai-dashboard-top-section{
		background: #fff;
		height: auto;
		margin-top: 0px;
	}

	.learn-ai-dashboard-progress { 
		display: inline-block; 
		width: 375px; 
		overflow:auto;
		margin-top:-15px;
		scrollbar-width:auto;
		overflow: -moz-scrollbars-auto;
		-ms-overflow-style: auto;
	}

	

	.learn-ai-dashboard-concept-cont{
		padding:8px 5px;
		width: 402px;

	}

	.learn-ai-dashboard-concept-name{
		font-size: 13px;
	}

	.learn-ai-back-top-dashboard span{
		display: none;
	}
	
	.learn-ai-timetab-heading{
		padding-left: 0px;
		font-size: 16px;
	}

	.learn-ai-timetab-heading h3{
		font-size: 16px;
		color: #fff;
		padding-top: 7px;
	}

	.learn-ai-timetable-view-syllabus-btn {
	    font-size: 13px;
	    margin-top: 0px;
	    margin-right: 5px;
	}
	.learn-ai-syllabus-bg{
		margin-top: 0px; 

	}

	.learn-ai-dashboard-chapter-name{
		font-size: 16px;
	}

	.study-entities-timeline-horizontal{
	    padding: 15px 0px 16px 0px;
	}

	/*.feed-timer-circle{
		
		float:none;
		
	}*/

	.ai-no-show-mob{
		display: none !important;
	}

	.mp-menu ul {
		
		max-height: 450px;
		
	}

	
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {

  	.previous-ai-card{
  		left: .5%; 
  	}

  	.next-ai-card{
  		right: .5%; 
  	}

  	.open-entity-response-box{
  		right: .5%; 
  	}

}




