/****
Question Sheet
****/


/* Smart Study Companion Planner CSS */

.ssc-planner-heading{
    font-size: 20px;
    text-align: center;
    padding: 10px 15px;
}

.subjects-name-ssc{
    padding: 5px 30px;
    border-top: solid 1px #e3e3e3;
    margin-bottom: 10px;
    background: #f5f5f5;
}

.subjects-chapter-name-ssc{
  display: none;
  padding-bottom: 3px;
}

.subjects-chapter-name-ssc .container{
  padding-top: 12px;
}
.subjects-chapter-name-ssc .container .checkmark{
  top: 12px;
}

.btn-chapter-done{
    padding: 5px 20px;
    width: 100%;
    background: #f28e3c;
    border-color: #f28e3c;
    color: #fff;   
}

.todat-task{
    box-shadow: 0 0 4px 0 rgba(0,0,0,.08), 0 2px 4px 0 rgba(0,0,0,.12);
    border: 1px solid #bfdaba;
    margin: 0px 10px 10px 10px;
     display: none;
}
.todat-heading{
  background: #dbf2d6;
  padding: 6px ;

}

.fix-todat-task-ssc{
  position: fixed;
  top: 0!important;
  margin-top: 0px;
  background: #fff;
  width: 100% ;
  z-index: 99;
}

.hide-all-chapter{
  margin-bottom: -9px;
}

/*.todat-chapter-list{
  color: #7f7f7f;
}
.todat-chapter-list ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.todat-chapter-list ul li{ 
  padding: 8px 8px 8px 8px ;
  border-bottom: solid 1px #ccc;

}

.todat-chapter-list ul li b{ 
    display: block;

}

.todat-chapter-list ul li span{ 
    display: block;
    font-size: 12px;
}
*/
/* The container */

.click-disable{
  pointer-events: none;
}
.chapters-list {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
    margin-bottom: 0px;
}

/* Hide the browser's default checkbox */
.chapters-list input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    /*position: absolute;
    top: 1px;
    right: 15px;
    height: 20px;
    width: 20px;
    border:solid 1px #ccc;*/
    position: absolute;
    top: 1px;
    right: 20px;
    border: solid 1px #ccc;
    padding: 2px 5px 2px 5px;
}

/* On mouse-over, add a grey background color */
.chapters-list:hover input ~ .checkmark {
    border:solid 1px #ccc;
}

/* When the checkbox is checked, add a blue background */
.chapters-list input:checked ~ .checkmark {
    background-color: #7dbe26;
    color: #fff;
    padding: 2px 5px 2px 20px;

}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chapters-list input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chapters-list .checkmark:after {
    left: 7px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.chapters-list-desktop{
    width: 31%;
    float: left;
    margin-left: 2%
}

.first-chapters-name{
  margin-left: 2%; 
  margin-right: 1%;
  width: 96% !important ;
}

.first-time-hide{
  display: none;
}

.btn-already-prepared{
    position: relative;
    z-index: 6;
    margin-top: -20px;
    right: -5px;
    padding: 1px 8px;
    background: #7dbe26;
    border-color: #7dbe26;
    color: #fff;
    outline: none;
    cursor: pointer;
}
.btn-already-prepared:focus{
  box-shadow:none;
}

.ssc-one-line-data{
    width: 31%; 
    float: left;
}



.ssc-planner-bg{
    background: #3e4b82; 
    margin: 0px 0px 0px 0px; 
    padding: 0px 15px 10px 15px; 
}

.ssc-planner-calendar-bg{
    background: #fff; 
    padding: 20px;    
    box-shadow: 0 0 4px 0 rgba(0,0,0,.08), 0 2px 4px 0 rgba(0,0,0,.12);
}
.ssc-today-planner-heading{
    color: #fff; 
    font-size: 18px; 
    padding: 0px 15px 15px 0px; 
    margin: 0px;
}
.ssc-today-planner-box{

}

.ssc-today-planner-box .table-planner{
    color: #fff;
    background-color: #3d80b4;
}
.ssc-today-planner-box .table-planner td{
    padding: .75rem;
    vertical-align: top;
    border-bottom: 1px solid #689dc5;
    border-top: none;
}

.ssc-subject-icon{
  display: block;
  background: #ccc;
  width: 25px;
  text-align: center;
  border-radius: 20px;
  height: 25px;
  padding-top: 2px;
  float: left;
}

.btn-already{
  padding: 0px 15px;
  border-radius: 2px;
  border-color: #3d80b4;
  color: #3d80b4;

}

.table-hight-fix{
    height: 300px;
    overflow: hidden;
}

.table-hight{
    height:auto; ;
    overflow: auto;
}

.btn-already:hover{
  padding: 0px 15px;
  border-radius: 2px;
  border-color: #3d80b4;
  background: #3d80b4;
  color: #fff;
}

.row-right-space{
  margin-right: 0px;
}

.fc-rigid:nth-child(6) {
    display: none;
} 

.mobile-chapter-width{
    border-bottom: none; 
    padding-bottom: 0px;
    margin-bottom:0px;
}

/* End Smart Study Companion Planner CSS */


/* Dashboard UI CSS */


.dashboard-top-heading{
    border-bottom:solid 1px #313c6b;
    padding: 5px 0px 5px 0px;
    margin: 0px 0px 8px 0px 
}

.open-calendar{
    cursor: pointer;
    display: none;
}

.course-material-bg{
    background: #3e4b82;
    padding-top: 70px
}

.course-material-bg h3{
    padding: 10px 0px;
    margin: 0px;
}

.course-material-bg h3 span{
    color: #fff;
    font-size: 22px;
}

.course-material-box{
    background: #fff;
    min-height: 250px;
    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;
}

.course-material-box h4{
    font-size: 16px;
    text-align: center;
    padding-bottom: 15px;
    font-weight: 600;
}

.course-material-box ul{
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}

.course-material-box ul li{
    border-top: solid 1px #ebebeb;
    padding: 15px 0px;

}


.select-chapter-box ul{
    list-style: none;
    padding: 0px ; 

}

.select-chapter-box ul li{
    border-bottom: solid 1px #ebebeb;
    padding: 15px 0px 15px 15px;
}


.course-material-btn{
    color: #186fa1;
    border: solid 1px #186fa1;
    float: right;
    min-width: 105px;
}
.course-material-btn:hover{
    background: #186fa1;
    color: #fff;
}

.course-buy-btn{
    color: #d63c23;
    border: solid 1px #d63c23;
    float: right;
    min-width: 110px;
}
.course-buy-btn:hover{
    background: #d63c23;
    color: #fff;
}



.analysis-blur-text{
  position: absolute;
  left:35%;
  top:35%; 
  color: #fff; 
  font-size: 30px;
}

.analysis-blur-text i{
  font-size: 50px
}

.site-sidebar {
    position: fixed;
    width: 85px;
    top: 0px;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: block;
    padding: 3px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #383838;
    padding-top: 35px;
}


.container-dashboard{
  margin-left: 100px; 
  width: 91%
}

.container-dashboard-time-table{
  margin-left: 85px; 
  width: 96%
}


.sidebar-link{
    margin-top: 40px; 
    list-style: none; 
    padding:0px; 
    text-align: center; 
}

.sidebar-link li{
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: solid 1px #575757;
}

.sidebar-link li a{
    color: #fff;
    font-size: 11px;
}

.sidebar-link li img{
    display: block;
}




.mark-success-btn{
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.webinars-subject-name{
    font-size: 18px;
    color: #fff;
    background: #6b7677;
    padding: 9px 15px;
}
.webinars-table{
    color: #000;
    background-color: #fff;
    font-size: 13px;

}



.webinars-table td, .webinars-table th, .webinars-table thead th {
      border-color: #677273;
      border-top: none;
}


.popular-book-box{
    background: #fff;
       min-height: 250px;
       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;

}

.popular-book-box h4{
    font-size: 16px;
    text-align: center;
    padding-bottom: 0px;
    font-weight: 600;
}

.popular-book-sub-nav{
    width: 100%;
    background: #fff;
   
    border-bottom: solid 1px #f1f1f1;


}
.popular-book-sub-nav ul{
    list-style: none;
    padding: 0px;
    margin:0px;
}
.popular-book-sub-nav li{
    display: inline-block;
    border-top: none;
    padding: 0px;   
    
}
.popular-book-sub-nav li a{
  display: inline-block;
  padding: 12px 18px 7px 18px;
  color: #186fa1;
}

.popular-book-sub-nav  li.active{
    color: #fff;
    border-bottom: solid 3px #f28e3c;
}

.book-tab-box.active {
    display: block;
}
.book-tab-box.hide {
    display: none;
}

.popular-book-list span{
    display: block;
    padding-bottom: 10px;
}

.popular-book-list ul{
    list-style: none;
    padding: 0px;
    display: table; 
    white-space: nowrap;
}

.popular-book-list ul li{
    padding:15px;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
   
}

.popular-book-list{

}

.show-calendar-box-w{
    width: 800px; 
    margin:auto; 
    margin-bottom: 15px;
}







/* End Dashboard UI CSS */



.question-no img{
	max-width: 100%;
	height: auto;
}

.solution img{
	max-width: 100%;
	height: auto;
}

.question-no p{
	display: inline-block;
	vertical-align: top;
}

.show-hide-Answer .focus, .show-hide-Answer:focus{
	outline:none;
	box-shadow:none;
}

.concept-class a{
	pointer-events: none;
	cursor: default;
}

.dashboard-header{
	position: relative;
	z-index: 999999;
}

/****
Concept Sheet
****/
.panel-group-concept-sheet .panel-heading + .panel-collapse > .panel-body {
  /*border-bottom: 1px solid #ddd;*/
}
.panel-group-concept-sheet,
.panel-group-concept-sheet .panel,
.panel-group-concept-sheet .panel-heading,
.panel-group-concept-sheet .panel-heading a,
.panel-group-concept-sheet .panel-title,
.panel-group-concept-sheet .panel-title a,
.panel-group-concept-sheet .panel-body,
.panel-group-concept-sheet .panel-group-concept-sheet .panel-heading + .panel-collapse > .panel-body {
  border-radius: 0px;
  border: 0;
}
.panel-group-concept-sheet .panel-heading {
  padding: 0;

}
.panel-group-concept-sheet .panel-heading a {
  display: block;
  background: #fff;
  color: #000;
  padding: 7px 12px;
  text-decoration: none;
  position: relative;
  font-size: 18px;
  /*border-bottom: solid 1px #ddd;*/
}
.panel-group-concept-sheet .panel-heading a.collapsed {
  background: #fff;
  color: inherit;
  font-size: 16px !important;
  color: #186fa1;
  border-bottom: solid 1px #eee;
  /*border-bottom: solid 1px #ddd;*/
}
/*.panel-group .panel-heading a:after {
  content: '-';
  position: absolute;
  right: 10px;
  top:0px;
  font-size:30px;
}
.panel-group .panel-heading a.collapsed:after {
  content: '+';
}*/
.panel-group-concept-sheet .panel-collapse {
  margin-top: -9px !important;
}
.panel-group-concept-sheet .panel-body {
  background: #ffffff;
  padding: 0px 12px 12px 12px;
  margin-top: 10px;
}
.panel-group-concept-sheet .panel {
  background-color: transparent;
}
.panel-group-concept-sheet .panel-body p:last-child,
.panel-group-concept-sheet .panel-body ul:last-child,
.panel-group-concept-sheet .panel-body ol:last-child {
  margin-bottom: 0;
}

.panel-body img{
	    max-width: 100%;
		height: auto;
}

/****
Analysis CSS
****/
.analysis-panel .panel-group .panel .panel-heading a[data-toggle=collapse]:before, .analysis-panel .panel-group .panel .panel-heading .accordion-toggle:before{
	display: none
}

	
.analysis-panel .panel-group .panel .panel-heading a[data-toggle=collapse], .analysis-panel .panel-group .panel .panel-heading .accordion-toggle {
   display: block;
   padding: 10px 15px;
}
.tabs-vertical-env .nav.tabs-vertical li>a {
   text-align: center;
   white-space: nowrap;
   color: #333;
}

.analysis-panel.panel-group .panel .panel-heading+.panel-collapse .panel-body {
	border-top: none;
}

.analysis-panel.panel-group .panel-heading {
	padding:0px;
}

.analysis-panel.panel-group.panel-group-joined .panel+.panel, .analysis-panel .panel-group-joined .panel-group .panel+.panel {
	margin-top: 0;
	border-top: 1px solid #eee;
}

.all-btn{
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	border-radius: 2px;
	letter-spacing: .2px;
	opacity: .93;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
	border: 1px solid #ddd;
}

 /****
 Intermediate Gateway CSS
 ****/

.margin-fix .modal{
	margin-top:105px !important;
}
.pac-container{
	z-index: 900000 !important;
}

/******
Main Dashboard CSS and Whitelabel CSS
*******/
.time-table-panel .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.time-table-panel .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #fff;
    background-color: #3d7fb4;
    border-top: solid 1px #505fa0;
    border-bottom: solid 1px #505fa0; 
    margin-left: -10px;

}

.time-table-panel .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
    padding: 15px 0px;
    color: #fff;
}

.time-table-panel .panel-title {
    margin: 0px;
}

.time-table-panel .panel-title > a {
    display: block;
    padding: 15px 0px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    background: #46538a;
    padding-left: 10px;

}

.time-table-panel .panel-title > a i{
    color: #fff;
}


.more-less {
    float: right;
    color: #212121;
}

/* Absolute Center Spinner */
.loading {
    position: relative;
    z-index: 999;
    height: 8em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
}

.book {
    cursor: pointer;
}



.pop-overlay-full {
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
    position: fixed;
    z-index: 9999999;
    background-color: rgba(0,0,0, 0.5);
    transition: 0.5s;
}


.pop-overlay {
    position: fixed;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    padding: 10px;
    background-color: #363636;
    border: 5px solid #186fa1;
    z-index: 9999999;
    color: #fff;
    box-shadow: #000 0 2px 18px;
}

.pop-overlay b{
    font-size: 34px; 
    text-align: center; 
    padding: 15px 0px; 
    display: block; 
    text-align: center;
    padding-top: 50px
  }

.pop-overlay span{
    font-size: 24px; 
    text-align: center; 
    display: block; 
}

.pop-btn-yes{
  background: #266ea1;
  border-color:#266ea1;
  color: #fff; 
  outline: none;
    min-width: 195px;
    margin-right: 10px;
}
.pop-btn-yes:hover{
  background: #1e3f59;
  border-color:#266ea1;
  color: #fff;
  outline: none;
  min-width: 195px;
}

.pop-btn-yes:focus{
  box-shadow: none;
}

.pop-btn-no{
    background-color: transparent;
    border-color:#fff;
    color: #fff; 
    min-width: 195px;
    outline: none;
    margin-bottom:0px;
}
.pop-btn-no:hover{
      background-color: #d63c23;
  border-color:#d63c23;
  color: #fff;
  min-width: 195px;
  outline: none;
}

.pop-btn-no:focus{
  box-shadow: none;
}


.modal-dialog-home {
      max-width: 950px;
      margin: 60px auto;
  }



.modal-body-home {
  position:relative;
  padding:0px;
}
.close-home {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

.hone-tv-ad{
  cursor: pointer; 
  text-align: center; 
  margin-top: -37px;
}


.chapters-exams-subjects-modal-w{
  max-width: 33%;
}

.pop-dashboard-full-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.9);
    z-index: 999999;
    color: #fff;
    display: none;
}

.close-pop-dashboard{
    text-align: center;
    padding: 25px;
    cursor: pointer;

}
.pop-dashboard-box{
    width: 320px;
    border:solid 1px #fff; 
    border-radius: 4px;
    margin: auto;
    padding: 15px;
}

.pop-btn-submit{
    padding: 7px 20px;
    width: 100%;
    background: #f28e3c;
    border-color: #f28e3c;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.roll-number-error{
    font-size: 12px;
    color: #f50000;
}

.application-number-error{
    font-size: 12px;
    color: #f50000;
}

.date-of-birth-error{
   font-size: 12px;
    color: #f50000;
}

.mega_revision_marathonl_d{
  display: block;
  margin-left: 80px;
}
.mega_revision_marathonl_m{
  display: none;
}


.webinars-heading{
  font-size: 24px;
  padding-left: 118px;
  margin: 18px 0px;
}

.new_test {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #ffeb3b;
  border-radius: 50%;
  top: 8px;
  
}



.ripple {
  background: #ffeb3b;
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 1;
  right: -8px;
  top: -3px;
  opacity: 0;
  border-radius: 100px;
  -webkit-animation: ripple 1.8s infinite;
  -moz-animation: ripple 1.8s infinite;
  -o-animation: ripple 1.8s infinite;
  animation: ripple 1.8s infinite;
}

@-webkit-keyframes ripple {
0% {
opacity:1;
-webkit-transform:scale(0);
-moz-transform:scale(0);
-o-transform:scale(0);
transform:scale(0)
}
100% {
opacity:0;
-webkit-transform:scale(1);
-moz-transform:scale(1);
-o-transform:scale(1);
transform:scale(1)
}
}
@keyframes ripple {
0% {
opacity:1;
-webkit-transform:scale(0);
-moz-transform:scale(0);
-o-transform:scale(0);
transform:scale(0)
}
100% {
opacity:0;
-webkit-transform:scale(1);
-moz-transform:scale(1);
-o-transform:scale(1);
transform:scale(1)
}
}
.ripple:nth-child(2) {
animation-delay:.3s;
-webkit-animation-delay:.3s;
-moz-animation-delay:.3s;
-o-animation-delay:.3s;
}
.ripple:nth-child(3) {
animation-delay:.6s;
-webkit-animation-delay:.6s;
-moz-animation-delay:.6s;
-o-animation-delay:.6s;
}
.question_bokmark_icon.language .fa-language::before {
  display: none;
}



.ec-timetable-top-filters{
padding-top: 15px;
}

.ec-btn-group-all{
text-align: center;
margin:0px 20px 20px 0px;
}



.ec-timetable-filters-btn{
color: #000;
   background-color: #fff;
   border-color: #e8e8e8;
   font-size: 15px;
   
}


.ec-timetable-filters-btn span{
margin: 0 0 0 6px;
   padding: 3px 6px;
   border:solid 1px #c00;
   color: #000;
   border-radius: 50px;
}




.ec-timetable-filters-btn.active{
color: #fff;
   background-color: #186fa1;
   border-color: #186fa1;
   font-size: 15px;
}

.ec-timetable-filters-btn.active span{
margin: 0 0 0 6px;
   padding: 3px 6px;
   background-color: #c00;
   color: #fff;
   border:solid 1px #c00;
   border-radius: 50px;
}

.card-premier-league{
  width: 19%;
  float: left;
  margin-right: 1%;
  min-height: 168px;
  margin-bottom: 15px;
}

.dashboard-dropdown-mob{
  display: none;
}


.ec-demo-upgrade-bg{
  background: #e2bb59;
  padding: 5px;
  padding-top: 0px;
}

.ec-demo-upgrade-text{
  padding: 0px  25px  0px 100px;
  font-size:18px;
  width: 65%;
  margin: auto;
}

.ec-demo-upgrade-text span{
  display: inline-block;
  font-size: 18px;
  padding: 12px 8px 6px 8px;
}

.ec-demo-upgrade-btn{
  background: #1f2e67;
  border-color: #1f2e67;
  color: #fff;
  float: right;
  margin-top: 5px;
}

.ec-demo-upgrade-btn:hover{
  color: #fff;
}

.ai-dashboard-promotion{text-align: center;
  padding: 0px 0px 25px 0px; 
  margin-left: 80px;
}



.desktop-ai-banner{
  padding-left: 80px;
  padding: 15px 0px 15px 80px;
}

.chapters-list-modal {
    width: 74%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.chapters-list-modals .form-check {
    border-bottom: solid 1px #d1d1d1;
    padding: 10px 10px 10px 30px;
    margin-bottom: 0;
}

.chapters-list-modals .form-check-label{
  padding-left:0px;
}

.demo-lock-div-desktop{
  height: 2500px; 
  width: 100%; 
  top: 840px;
 /* left: 85px;*/
  background-color: rgba(56, 56, 56, 0.9); 
  position:absolute; 
  z-index: 9999;
}


.mentorship-program-box{
      background: #fbc965;
      padding: 5px 20px 5px 20px;
      margin: -10px -15px 0px 70px;
  
}

.bootcamp-box-cover {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.bootcamp-box{
  background: #fff;
  min-height: 160px;
  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;
}

.bootcamp-box-lock{
  background-color:  rgba(0,0,0,.7);
  min-height: 100%;
  border: solid 1px #666;
  border-radius: 4px;
  position: absolute;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bootcamp-box-lock i{
      font-size: 30px;
      color: #fff;
      border: solid 1px #fff;
      padding: 9px 15px;
      border-radius: 50px;
}

.bootcamp-btn-box{
  width: 50%;
  margin: auto;
}


.bootcamp-text-heading{
  font-size: 20px;
  color: #fff;
  padding: 15px 0px 15px 7px;
}

.bootcamp-text-sub-heading{
  font-size: 16px;
  color: #fff;
  padding: 5px 0px 15px 0px;
}


.bootcamp-test-heading{
  font-size: 18px;
}

.bootcamp-test-heading i{
  color: #fbc965;
  font-size: 22px;
}
.bootcamp-test-sub-heading{
  font-size: 13px; 
  color: #666666; 
  padding-left: 25px; 
  padding-top: 3px;
}

.bootcamp-btn{
  color: #1e2e67;
  background-color: #ffffff;
  border-color: #1e2e67;
  width: 100%;
  margin-top: 25px;
}

.bootcamp-btn:hover{
  color: #fff;
  background-color: #1e2e67;
}

.mock-test-attempt {
    width: 48%;
    margin: 25px auto 0px;
    display: block;
}
.mock-test-end{
    cursor:not-allowed;
    width: 88%;
    margin: 25px auto 0px;
    display: block;
}

.mock-test-start {
    cursor: not-allowed;
    max-width: 86%;
    margin: 25px auto 0px;
    display: block;
}


.timeline-container{
  width: 100%;
  margin: auto;
  margin-top: 20px;
}

.timeline{
  counter-reset: year 2016;
  position: relative;
}

.timeline li{
  list-style: none;
  float: left;
  width: 33.3333%;
  position: relative;
  text-align: center;
  font-size: 12px;
  
}



.timeline li:before{
  
  content: "\f192";
  width: 15px;
  height: 15px;
  border: 3px solid #4caf50;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 50px;
  margin: 0 auto 10px auto;
  background: #F1F1F1;
  color: #fff;
  transition: all ease-in-out .3s;
  cursor: pointer;
}

.timeline li:after{
  content: "";
  position: absolute;
  width: 99%;
  height: 1px;
  background-color: grey;
  top: 7px;
  left: -50%;
  z-index: 1;
  transition: all ease-in-out .3s;
}

.timeline li:first-child:after{
  content: none;
}
.timeline li.active{
  color: #9c9c9c;
}
.timeline li.active:before{
  background: #4caf50;
  color: #fff;
}

.timeline li.active + li:after{
  background: #4caf50;
}

/* Dashboard UI CSS */


.dashboard-top-heading{
    border-bottom:solid 1px #313c6b;
    padding: 5px 0px 5px 0px;
    margin: 0px 0px 8px 0px 
}

.open-calendar{
    cursor: pointer;
    display: none;
}

.course-material-bg{
    background: #3e4b82;
    padding-top: 70px;
    overflow: hidden;
}

.course-material-bg h3{
    padding: 10px 0px;
    margin: 0px;
}

.course-material-bg h3 span{
    color: #fff;
    font-size: 22px;
}

.course-material-box{
    background: #fff;
    min-height: 250px;
    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;
}

.course-material-box h4{
    font-size: 16px;
    text-align: center;
    padding-bottom: 15px;
    font-weight: 600;
}

.course-material-box ul{
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}

.course-material-box ul li{
    border-top: solid 1px #ebebeb;
    padding: 15px 0px;

}


.select-chapter-box ul{
    list-style: none;
    padding: 0px ; 

}

.select-chapter-box ul li{
    border-bottom: solid 1px #ebebeb;
    padding: 15px 0px 15px 15px;
}


.course-material-btn{
    color: #186fa1;
    border: solid 1px #186fa1;
    float: right;
    min-width: 105px;
}
.course-material-btn:hover{
    background: #186fa1;
    color: #fff;
}

.course-buy-btn{
    color: #d63c23;
    border: solid 1px #d63c23;
    float: right;
    min-width: 110px;
}
.course-buy-btn:hover{
    background: #d63c23;
    color: #fff;
}



.analysis-blur-text{
  position: absolute;
  left:35%;
  top:35%; 
  color: #fff; 
  font-size: 30px;
}

.analysis-blur-text i{
  font-size: 50px
}

.site-sidebar {
    position: fixed;
    width: 85px;
    top: 0px;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: block;
    padding: 3px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #383838;
    padding-top: 35px;
}


.container-dashboard{
  margin-left: 100px; 
  width: 91%;
  padding-bottom: 40px;
}

.container-dashboard-time-table{
  margin-left: 85px; 
  width: 96%
}


.sidebar-link{
    margin-top: 40px; 
    list-style: none; 
    padding:0px; 
    text-align: center; 
}



.sidebar-link li a{
    color: #fff;
    font-size: 11px;
}

.sidebar-link li img{
    display: block;
}




.mark-success-btn{
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.webinars-subject-name{
    font-size: 18px;
    color: #fff;
    background: #6b7677;
    padding: 9px 15px;
}
.webinars-table{
    color: #000;
    background-color: #fff;
    font-size: 13px;

}



.webinars-table td, .webinars-table th, .webinars-table thead th {
      border-color: #677273;
      border-top: none;
}


.popular-book-box{
    background: #fff;
       min-height: 250px;
       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;

}

.popular-book-box h4{
    font-size: 16px;
    text-align: center;
    padding-bottom: 0px;
    font-weight: 600;
}

.popular-book-sub-nav{
    width: 100%;
    background: #fff;
   
    border-bottom: solid 1px #f1f1f1;


}
.popular-book-sub-nav ul{
    list-style: none;
    padding: 0px;
    margin:0px;
}
.popular-book-sub-nav li{
    display: inline-block;
    border-top: none;
    padding: 0px;   
    
}
.popular-book-sub-nav li a{
  display: inline-block;
  padding: 12px 18px 7px 18px;
  color: #186fa1;
}

.popular-book-sub-nav  li.active{
    color: #fff;
    border-bottom: solid 3px #f28e3c;
}

.book-tab-box.active {
    display: block;
}
.book-tab-box.hide {
    display: none;
}

.popular-book-list span{
    display: block;
    padding-bottom: 10px;
}

.popular-book-list ul{
    list-style: none;
    padding: 0px;
    display: table; 
    white-space: nowrap;
}

.popular-book-list ul li{
    padding:15px;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
   
}

.popular-book-list{

}

.show-calendar-box-w{
    width: 800px; 
    margin:auto; 
    margin-bottom: 15px;
}




.full-mock-test-list{
  display: inline-block; 
  width: 32%; 
  border: none !important ; 
  text-align: center; 
  border: none;

}




/* End Dashboard UI CSS */

/* Smart Study Companion Planner CSS */

.ssc-planner-heading{
    font-size: 20px;
    text-align: center;
    padding: 10px 15px;
    
}

.subjects-name-ssc{
    padding: 5px 30px;
    border-top: solid 1px #e3e3e3;
    margin-bottom: 10px;
    background: #f5f5f5;
}

.subjects-chapter-name-ssc{
  display: none;
  padding-bottom: 3px;
}

.subjects-chapter-name-ssc .container{
  padding-top: 12px;
}
.subjects-chapter-name-ssc .container .checkmark{
  top: 12px;
}

.btn-chapter-done{
    padding: 5px 20px;
    width: 100%;
    background: #f28e3c;
    border-color: #f28e3c;
    color: #fff;   
}

.todat-task{
    box-shadow: 0 0 4px 0 rgba(0,0,0,.08), 0 2px 4px 0 rgba(0,0,0,.12);
    border: 1px solid #bfdaba;
    margin: 0px 10px 10px 10px;
     display: none;
}
.todat-heading{
  background: #dbf2d6;
  padding: 6px ;

}

.fix-todat-task-ssc{
  position: fixed;
  top: 0!important;
  margin-top: 0px;
  background: #fff;
  width: 100% ;
  z-index: 99;
}

.hide-all-chapter{
  margin-bottom: -9px;
}

/*.todat-chapter-list{
  color: #7f7f7f;
}
.todat-chapter-list ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.todat-chapter-list ul li{ 
  padding: 8px 8px 8px 8px ;
  border-bottom: solid 1px #ccc;

}

.todat-chapter-list ul li b{ 
    display: block;

}

.todat-chapter-list ul li span{ 
    display: block;
    font-size: 12px;
}
*/
/* The container */

.click-disable{
  pointer-events: none;
}
.chapters-list {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
    margin-bottom: 0px;
}

/* Hide the browser's default checkbox */
.chapters-list input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    /*position: absolute;
    top: 1px;
    right: 15px;
    height: 20px;
    width: 20px;
    border:solid 1px #ccc;*/
    position: absolute;
    top: 1px;
    right: 20px;
    border: solid 1px #ccc;
    padding: 2px 5px 2px 5px;
}

/* On mouse-over, add a grey background color */
.chapters-list:hover input ~ .checkmark {
    border:solid 1px #ccc;
}

/* When the checkbox is checked, add a blue background */
.chapters-list input:checked ~ .checkmark {
    background-color: #7dbe26;
    color: #fff;
    padding: 2px 5px 2px 20px;

}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chapters-list input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chapters-list .checkmark:after {
    left: 7px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.chapters-list-desktop{
    width: 31%;
    float: left;
    margin-left: 2%
}

.first-chapters-name{
  margin-left: 2%; 
  margin-right: 1%;
  width: 96% !important ;
}

.first-time-hide{
  display: none;
}

.btn-already-prepared{
    position: relative;
    z-index: 6;
    margin-top: -20px;
    right: -5px;
    padding: 1px 8px;
    background: #7dbe26;
    border-color: #7dbe26;
    color: #fff;
    outline: none;
    cursor: pointer;
}
.btn-already-prepared:focus{
  box-shadow:none;
}

.ssc-one-line-data{
    width: 31%; 
    float: left;
}



.ssc-planner-bg{
    background: #3e4b82; 
    margin: 0px 0px 0px 0px; 
    padding: 0px 15px 10px 15px; 
}

.ssc-planner-calendar-bg{
    background: #fff; 
    padding: 20px;    
    box-shadow: 0 0 4px 0 rgba(0,0,0,.08), 0 2px 4px 0 rgba(0,0,0,.12);
}
.ssc-today-planner-heading{
    color: #fff; 
    font-size: 18px; 
    padding: 0px 15px 15px 0px; 
    margin: 0px;
}
.ssc-today-planner-box{

}

.ssc-today-planner-box .table-planner{
    color: #fff;
    background-color: #3d80b4;
}
.ssc-today-planner-box .table-planner td{
    padding: .75rem;
    vertical-align: top;
    border-bottom: 1px solid #689dc5;
    border-top: none;
}

.ssc-subject-icon{
  display: block;
  background: #ccc;
  width: 25px;
  text-align: center;
  border-radius: 20px;
  height: 25px;
  padding-top: 2px;
  float: left;
}

.btn-already{
  padding: 0px 15px;
  border-radius: 2px;
  border-color: #3d80b4;
  color: #3d80b4;

}

.table-hight-fix{
    height: 300px;
    overflow: hidden;
}

.table-hight{
    height:auto; ;
    overflow: auto;
}

.btn-already:hover{
  padding: 0px 15px;
  border-radius: 2px;
  border-color: #3d80b4;
  background: #3d80b4;
  color: #fff;
}

.row-right-space{
  margin-right: 0px;
}

.fc-rigid:nth-child(6) {
    display: none;
} 

.mobile-chapter-width{
    border-bottom: none; 
    padding-bottom: 0px;
    margin-bottom:0px;
}
.half-circle{
  display: none;
}
/* End Smart Study Companion Planner CSS */


/* Rank Up Series */

.series-wrapper{
    width: 100%;
    height: 260px;
    overflow-x:scroll;
    overflow-y: hidden;
   
}

.series-content-box{
   width: auto;
   white-space:nowrap; 
}

.all-date-box{
    position: relative;
    margin-top: 115px;
}

.series-links {
  padding: 0 10px 0 0 ;
  border-top: 1px dotted #ccc;
  height: 1px;

}



.open-date-box{
    background: #fff;
    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;
    margin:0px 15px; 
}

.open-date-box h3{
    font-size: 24px;
}

.open-date-box h3 span{
    font-size: 14px;
    color: #333;
}

.series-name{
    color: #666;
    padding-bottom: 15px;
    margin: 5px 0px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}

.series-question-box{
    margin: 5px 0px
}

.atempt-again-btn-box{
    color: #666;
    border-color: #cccccc;
    margin: 15px 0px;
    width: 100%;
    font-size: 14px;
}

.atempt-again-btn-box:hover{
    color: #fff;
    border-color: #02a569;
    background-color: #02a569;
    margin: 15px 0px;
    width: 100%;
    font-size: 14px;
}

.atempt-now-btn-box{
    color: #fff;
    border-color: #02a569;
    background-color: #02a569;
    margin: 15px 0px;
    width: 100%;
    font-size: 14px;
}

.atempt-now-btn-box:hover{
    color: #fff;
    
}

.series-last-score{
    text-align: center;
}

.close-date-box{
    border-radius: 4px;
    background-color: #414982;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.08), 0 2px 4px 0 rgba(0,0,0,.12);
    padding: 15px;
    margin:0px 15px; 
    height: 232px;
}


.close-date-box h3{
    font-size: 24px;
    color: #fff;
    padding-top: 0px;
}

.close-date-box h3 span{
    font-size: 14px;
    color: #fff;
}

.series-name-close{
    padding-bottom: 15px;
    margin: 3px 0px;
    font-size: 12px;
    white-space: normal;
    line-height: 21px;
    height: 46px;
    overflow: hidden;
    color: #fff;
}
.series-name-close-question{
    color: #fff;
}

.series-name-rank-up-series{
    margin-top: 0px !important;
    padding-bottom:30px;
}



.colleges-predictr-box-heading{
    font-size: 18px;
    padding: 15px 0px;
    color: #fff;
}

.colleges-predictr-box-heading-sub{
    font-size: 18px;
    padding: 15px 0px;
    color: #fff;
}

.colleges-predictr-box{
    background: #e5e5e5;
    padding: 0px 15px 15px 15px;
    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);
    min-height: 20px;
    margin-bottom: 15px;
}
.chances-box-good_chances{
    background: #02a569;
    color: #fff;
    width: 100px;
    font-size: 13px;
    padding: 2px 2px 4px 2px;
    margin-top: -1px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    text-align: center;
    margin-bottom: 15px;
}
.chances-box-may_chance{
    background: #ffc107;
    color: #fff;
    width: 100px;
    font-size: 13px;
    padding: 2px 2px 4px 2px;
    margin-top: -1px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    text-align: center;
    margin-bottom: 15px;
}

.chances-box-may_get{
    background: #ffc107;
    color: #fff;
    width: 100px;
    font-size: 13px;
    padding: 2px 2px 4px 2px;
    margin-top: -1px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    text-align: center;
    margin-bottom: 15px;
}
.chances-box-tough_chances{
    background: #999999;
    color: #fff;
    width: 100px;
    font-size: 13px;
    padding: 2px 2px 4px 2px;
    margin-top: -1px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    text-align: center;
    margin-bottom: 15px;
}

.colleges-predictr-name{
    font-size: 15px;
    color: #000;
    padding-bottom: 10px;
    min-height: 50px;
}
.colleges-predictr-courses-name{
    font-size: 13px;
    color: #666;
    padding-top: 8px;
}

.overall-performance-graph{
  font-size: 20px; 
  margin-top: 85px; 
  padding-bottom: 15px
}

.performance-box-new{
  width: 103%;
  margin-left: -15px;
}

.btn-submit-exam-year{
    background: #1f2e67;
    border-color: #1f2e67;
    color: #fff;
}

.btn-submit-exam-year:hover{
    color: #fff;
}

.highlight-css:hover{
  font-weight: bold;
  color: red;
}





/* End Rank Up Series */


  /* ==== Only Mobile (Media Queries) =====*/
@media (max-width: 767px) {

  .performance-box-new{
    width: 100%;
    margin-left: 0px;
  }


  .overall-performance-graph{
    font-size: 20px; 
    margin-top: 15px; 
    padding-bottom: 15px
  }



    .open-date-box{
        padding: 5px;
        margin-left:15px; 
    }


    .close-date-box{
        padding: 5px;
        margin-left:15px; 
    }


    .generic-demo-box{
        width: 320px;
        margin: auto;
    }

    .generic-demo-box iframe{
        height: 500px;
        width: 320px;
        border:none;
        margin: 0px;
    }

    .signup__thumbnail {
        display: none;
    }

    .deta-container{
        padding-top: 0px;
    }

  /*  .signup__form{
        padding-top: 80px;
    }*/

    .chapters-exams-subjects-modal-w{
        max-width: 33%;
    }

    .exit-modal-box{
       width: 98%;
       margin: auto;
       color: #fff;
       border: solid 1px #fff;
    }


    .srm-university-banner{
        display: none;
    }

    .srm-university-banner_m{
        display: block;
    }

    .videos-tab-box{
        padding:0px 0px 50px 0px ;
    }

    .show-btn-m{
      display: block;
    }

    .show-btn-d{
        display: none;
        float: left;
        margin-left: 0px;
    }


    .question-carousel-prev{
        width: 3%;
        margin-left: -20px;
    }

    .question-carousel-next{
        width: 3%;
        margin-left: -20px;
    }

    .open-calendar{
        display: block;
    }
    .show-calendar-box-w{
        width: 100%; 
        margin:auto; 
        margin-bottom: 15px;
    }

    .dashboard-top-heading{
        margin: 0px 0px 8px -5px 
    }

    /* Concept Page Css */

    .concept-sub-nav ul{
        margin:0px;
    }

    .video-box{
          width: 100%; 
          margin: 0px auto 45px auto;

    }

    /* End Concept Page Css */

    .ssc-today-planner-heading{
        margin: 0px -20px 0px -5px;
    }

    .course-material-box{
        padding: 15px 3px 0px 3px;
    }

    .course-material-box ul li{
        font-size: 13px;
    }

    .full-mock-test-list{
        border: none !important ; 
        font-size: 13px;
    }

    .customize-date-box{
      text-align: right;
      color: #fff;
    }

    .pop-modal-w{
       width: 109%
    }

    .chapters-list-modal{
      white-space: nowrap; 
      width:68%; 
      overflow: hidden; 
      text-overflow: ellipsis;
      display: block;
    }

    .chapter-name-ellipsis{
      white-space: nowrap; 
      width:100px; 
      overflow: hidden; 
      text-overflow: ellipsis;
      font-size: 13px;
    }

    .neet-coming-soon{
       padding-left: 0px;
    }

    .btn-strength-weakness{
        float: left;
        width: 100%;
        margin-bottom:15px;
    }


    .btn-strength-weakness a{
        width: 49%;
    }

    .chapter-weightage-box{
        float: left;
    }

    .chapter-weightage-box span{
        font-size: 14px
    }

    .footer-dashboard{
        padding-left: 0px
    }

    .ssc-planner-bg{
        padding: 0px 0px 15px 0px; 
    }

    .container-dashboard{
      margin-left: 0px; 
      width: 100%
    }

    .container-dashboard-time-table{
      margin-left: 0px; 
      width: 96%;
      padding:0px;
    }


    .half-circle {
        width: 60px;
        height: 30px;
        background-color: #383838;
        border-top-left-radius: 110px;
        border-top-right-radius: 110px;
        border: 1px solid #ccc;
        border-bottom: 0;
        transform: rotate(90deg);
        position: fixed;
        z-index: 1;
        top: 45%;
        margin-left: -20px;
        color: #fff;
        padding-left: 20px;
        left: 85px;
        display: block;
    }

   

    .left-right-sidebar{
        left: -85px;
    }


    .left-right-arrow{
        left: 0px;
    }

    .analysis-blur-text{
        position: absolute;
        left:10%;
        top:35%; 
        color: #fff; 
        font-size: 20px;
    }

    .analysis-blur-text i{
        font-size: 40px
    }


    #entrance360-navbar {
        background: #186fa1;
    }

    .mobile-chapter-width{
        border-bottom: none; 
        padding-bottom: 0px;
        margin-bottom:0px;
        width: 58%; 
        white-space: nowrap; 
        overflow: hidden; 
        text-overflow: ellipsis;
    }

    .ssc-one-line-data{
        width: 92%; 
        float: left;
    }

    .subjects-name-ssc{
        padding: 5px 8px;
    }

    .first-chapters-name{
        margin-left: 2%; 
        margin-right: 1%;
        width: 104% !important;
    }

    .chapters-list-desktop{
        width: 100%;
        margin-left: 2%
    }

    .row-right-space{
        margin-right: -15px;
    }

    .fc-center h2{
        font-size: 20px;
        margin-top: 10px !important;
    }

    .questions-details{
        margin-top: -20px;
    }

    .sort-by-questions{
        float: left;
        margin-top: -20px;
    }
      
    .review-top-box{
        background: #fff; 
        min-height: 407px;
    }

    .enroll-btn{
        border-radius: 43px;
        padding: 10px 34px;
        width: 100%;
        margin-bottom: 10px;

    }

    .concepts-sheet-btn-box{
        width: 90%; 
        margin: auto;
    }   
      
    .modal-open-video{
        max-width: 100%
    }

    .sub-nav-review{
        top: 400px;
    }
      

    .sub-nav-review ul{
        width: 950px;
        overflow: auto;
    }

    .add-mobile-search-icon{
        margin-top: 12px;
        font-size: 24px;
        display: block;
    }

    .mobile-logo{
        display: inline-block;

    }
    .mobile-seach-hide{
        display: none;
    }

    .ask-a-question-qna-ntn{
        display: none;
    }

    .mobile-mena-nav{
        margin: 0px;
        padding: 0px;
    }

    .mobile-mena-nav li{
        border-top: solid 1px #f1f1f1;
        font-weight: 500;
    }

    .mobile-sub-nav{
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: none;
        background: #f8f8f8;
    }

    .mobile-sub-nav li {
        width: 100%;
        border-bottom: solid 1px #f1f1f1;
    }

    .mobile-sub-nav li a{
        font-size: 14px;
    } 

    .top-search-bg{
        display: none;
    }

    .new-link{
        float: left;
        right: -56px;
    }

    .is-logged-in-user{
        max-width:100% !important;
    }


    .modal-width-pop{
        max-width: 100%;
    }


      
    .do-full-width-pop{
        padding: 30px 30px 0px 15px;
    }

    .desktop-no-show-text{
        font-size: 18px;
        padding-top: 10px;
        padding-left: 15px;
    }

    .sort_by{
        width: 100%;
    }

    .qna-listing-box{
        padding:10px;
    }

    .morph-search-data-box{
        height: auto;
    }

    .qna-mobile-filters{
        background: #266ea1;
        color: #fff;
        border-bottom: solid 1px #ccc;
        border: solid 1px #266ea1;
        position: absolute;
        padding: 10px 10px 0px 10px;
        border-radius: 20px;
        margin-bottom: 0px;
        width: 40px;
        height: 40px;
        z-index: 9;
        right: 5px;
        box-shadow: 0 0 4px 0 rgba(0,0,0,.08), 0 2px 4px 0 rgba(0,0,0,.12);
    }

    .qna-mobile-filters h2{
        padding-bottom: 5px;
        border-bottom: none;
    }

    .ask-btn-not-show-mobile{
          display: none;
    }

    .qna-mobile-filters span{
        display: none;
    }

      
    .show-filters-mobile{
        display: none;
        padding: 0px 10px;
    }

    .ask-for-mobile{
        margin-top: 52px;
        margin-left: 46px;
    }

    .mobile-home_carousel{
        display: block;
    }

    .filters-box{
        padding:0px; 
    }

    .breadcrumb-mobile{
        padding-left: 0px;
        background-color:#fafafa; 
        margin-bottom: 0px;
    }

    #tabs-container{
        display: none;
    }

    .search-box-container{
        width: 100%
    }

    .carousel-inner-width{
        width: 100%;
    }

    .page-heading{
        font-size: 18px;
        width:99%
    }

    .sub-heading{
        font-size: 16px;
    }

    .sort-by{
        padding: 0px 0px 0px 0px;
        margin-top:-15px;
    }

    .padding-232{
        padding:0px;
    }

    .home-page-timeline{
        margin-left: 8px;
    }

    .timeline{
        padding-left: 20px;
    }

    .breadcrumb{
        font-size: 10px;
        padding-right: 0px;
    }

    .timeline-fix{
        position:relative;
    }

    .container-fluid{
        width: 100%;
    }


    .copyright{
        float: left;
        padding: 10px 21px;
        font-size: 12px;
        background: #002940;
        width: 103%;
    }

    .for-mobile-search{
        display: none;
    }

    .timeline {
        justify-content:baseline;
    }

    .space-bottom{
        width: 99%
    }

    .college-details-info{
        width: 69%;
    }

    .college-about-text{
        max-height: 530px; 
      
    }

    .college-institute-courses{
        max-height:100%; 
    }

    .college-name{
      font-size: 17px;
    }

    .college-logo{
        width: 80px;
    }

    .college-logo img{
        height: 70px;
        width: 70px;
    }

    .college-info{
      padding: 15px;
    }

    .courses-info h3{
        font-size:18px;   
    }

    .exit-modal-heading{
      text-align: center; 
      width: 100%; 
      font-size: 18px; 
      margin-top:5%;
    }

    .exit-modal-registration{
        width: 100%;
        margin: auto;
        padding: 0px;
        margin-top: 0%;
    }

    .exit-modal-registration .form-group{
        width: 100%;
        float: left;
        margin-left: 0px;
    }

    .stop-scroll{
        overflow: hidden;
    }

    .carousel-control-next{
        right: 6px;
    }

    .carousel-control-prev{
        left: 6px;
    }
    

    .featured-image-article{
        padding: 0px 0px 15px 0px;
    }

    
    




    #register-modal{
        z-index:100000;
    }

    #login-modal{
        z-index:100000;
    }

    .knockout-btn-highlight{
        background: #d63c23;
        border: none;
        color: #fff;
        cursor: pointer;
        font-size: 13px;
        padding: 4px 10px;
        text-align: center;
        text-decoration: none;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -o-border-radius: 2px;
    }


  .bootcamp-btn-box{
    width: 100%;
    margin: auto;
  }


    .mentorship-program-box{
        background: #fbc965;
        padding: 5px 20px 5px 20px;
        margin: -10px -15px 20px 0px;
    }




    .buy-lock-btn{
        margin-top: 0px !important;
        font-size: 18px !important;
    }

    .demo-lock-div-desktop{
        height: 3500px; 
        width: 100%; 
        top: 1460px;
        left: 0px;
        background-color: rgba(56, 56, 56, 0.9); 
        position:absolute; 
        z-index: 9999;
    }


    .desktop-ai-banner{
        padding: 0px 0px 15px 0px;
    }



    .ai-dashboard-promotion{text-align: center;
        padding: 0px 0px 15px 0px; 
        margin-left: 0px;
    }

    .ec-demo-upgrade-bg{
        padding-top: 0px;
    }

 

    .ec-demo-upgrade-btn{
        background: #1f2e67;
        border-color: #1f2e67;
        color: #fff;
        float: right;
        margin-top: -35px;
        font-size: 14px;
        padding: 5px 8px;
    }

    .ec-demo-upgrade-text{
        padding: 5px;
        font-size:16px;
        width: 100%;
        margin: auto;
    }

    .ec-demo-upgrade-text span{
        display: block;
        font-size: 13px;
        padding: 5px 0px 0px 0px;
    }

    /*.yellow-strip{
        display: none;
    } */

    .dashboard-dropdown-mob {
      background: #1e2d67;
      border: 1px solid #ccc;
      font-size: 16px;
      padding: 10px;
      height: 42px !important;
      font-weight: bold;
      color: #fff;
      box-shadow: none;
      width: 100%;
      border-radius: 0px;
      text-align: center;
      text-align-last: center;
      display: block;
    }

    .dashboard-dropdown-mob:focus {
        color: #fff;
        background: #1e2d67;
        border: 1px solid #ccc;
    }

  
    .dashboard-dropdown-mob option {
        text-align: center;
    }

    .search-icon .searchLink{
        display: none;
    }

    .card-premier-league{
        width: 100%;
        float: left;
        margin-right: 0%;
        min-height: 168px;
        margin-bottom: 15px;
    }

    .new_test {
        position: absolute;
        width: 8px;
        height: 8px;
        background: #f28e3c;
        border-radius: 50%;
        top: 15px;
    
    }
    .ripple {
        background: #f28e3c;
        position: absolute;
        width: 30px;
        height: 30px;
        z-index: 1;
        left: 0px;
        top: 4px;
        opacity: 0;
        border-radius: 100px;
        -webkit-animation: ripple 1.8s infinite;
        -moz-animation: ripple 1.8s infinite;
        -o-animation: ripple 1.8s infinite;
        animation: ripple 1.8s infinite;
    }

  
    .webinars-heading{
        font-size: 18px;
        padding-left: 15px;
        margin: 10px 0px;
    }


    .mega_revision_marathonl_d{
        display: none;
    }

    .mega_revision_marathonl_m{
        display: block;
    }

    .user-test-analysis-scroll {
        overflow-y: scroll;
    }
  

    .modal-dialog-home {
        max-width: 98%;
    }


    .chapters-exams-subjects-modal-w{
        max-width: 100%;
    }


    .pop-overlay {
        width: 90%;
        height: 80%;
    }

    .pop-btn-yes{
        margin-bottom: 20px
    }

    .pop-btn-no{
        margin-bottom: 20px
    }

    .pop-overlay b{
        padding-top:20px;
        margin-right: 0px;
    }

    .mock-test-end{
        width: 90%;
    }

    .mock-test-start {
        max-width: 90%;
    }
}