body {background-color: #f6f6f6;}

/*Header*/
.img-header-banner {
  background: url(../images/mob-bg3.jpg) center;
}

.img-container {
  background-color: #d0d0d0; 
  margin-bottom: 8px;
}
/*End of header*/

/*Alert modal*/
.alertmodal-container {
  padding: 30px;
  padding-top: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
}

.alertmodal-container h1 {
  text-align: center;
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
}

.alertmodal-container button[type=button] {
  background-color: #126a9c;
  border: 0;
  padding: 8px 8px;
  color: #fff;
  margin: 0 auto;
  display: block;
  border-radius: 3px;
}

.alertmodal-container button[type=button].disabled-modal-btn{
  background-color: #364c58;
  pointer-events: none;
}

.alertmodal {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
  display: inline; 
  width: 100%;
}

.alertmodal-btn {
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-size: 14px;
  display: inline; 
  width: 100%;
}

.btn-left {
  padding-right: 5px; 
  padding-left: 0px;
}

.btn-right {
  padding-left: 5px; 
  padding-right: 0px;
}

.alertmodal-btn:hover {
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
}

.alertmodal-container a {
  text-decoration: none;
  color: #666;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.alertmodal-container i { font-size:60px;  padding-bottom: 5px; }
.alertmodal-container.warning i { color: #ea8429; }

.modal-extra{
  font-size: 13px;
}

.modal {
  text-align: center;
  padding: 0!important;
  overflow-y: hidden !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;
}
/*End of alert modal*/

/*Tab*/
.tabbable-line {
  background-color: #fff1e7 !important;
  border-bottom: 1px solid #ffd9bd !important;
}

.tabbable-line > .container > .left-tab > .nav-tabs {
  border: none;
  margin: 0px;
  padding-top: 8px;
}

.tabbable-line > .container > .left-tab > .nav-tabs > li {
  margin-right: 2px;
}

.tabbable-line > .container > .left-tab > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
  font-size: 16px;
}

.tabbable-line > .container > .left-tab > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .container > .left-tab > .nav-tabs > li.open, .tabbable-line > .container > .left-tab > .nav-tabs > li:hover {
  border-bottom: 4px solid #ababab  ;
}
.tabbable-line > .container > .left-tab > .nav-tabs > li.open > a, .tabbable-line > .container > .left-tab > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .container > .left-tab > .nav-tabs > li.open > a > i, .tabbable-line > .container > .left-tab > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .container > .left-tab > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .container > .left-tab > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .container > .left-tab > .nav-tabs > li.active {
  border-bottom: 4px solid #b95227 !important;
  position: relative;
}
.tabbable-line > .container > .left-tab > .nav-tabs > li.active > a > i {
  color: #b95227 !important;
}
.tabbable-line > .container > .left-tab > .nav-tabs > li.active > a {
  border: 0;
  color: #b95227 !important;
  font-weight: bold;
}

.tabbable-line .nav-tabs > li.active > a {
  background: none;
}

.tabbable-line .nav > li > a:focus { outline: none; }

.tab-wrap small {
  font-size: 70%;
}

.tab-wrap .container {
  padding: 30px;
}

#Quiz.disabled, #engage_tab.disabled, .tabbable-line > .container > .left-tab > .nav-tabs > li.disabled > a > i { color: #bcbcbc; }
.tabbable-line > .container > .left-tab > .nav-tabs > li.disabled:hover {border-bottom: unset !important;}

/*Sticky Tab*/
#fixed-tab { z-index: 99; }
.sticky {
  position: fixed;
  top: 80px;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}
/*End of Sticky Tab*/

/*Nav tooltips*/
.nav-tool-tip-wrap {
  position: absolute;
  display: inline-block;
  opacity: 1;
  z-index: 1;
}

.nav-tool-tip{
  min-width: 150px;
  position: absolute;
  top: -9px;
  left: 18px;
  border-radius: 3px;
  font-size: 12px;
  transition: all 0.4s;
  opacity: 0;
  padding: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 1px rgba(0,0,0,0.24);
  color: #fff;
  text-align: center;
  background-color: #000;
}

.nav-tool-tip-arrow {
  border-color: transparent;
  top: 7px;
  left: 13px;
  margin-top: -2px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  transition: all 0.4s;
}

.courses-side-bar .nav > li > a:hover .nav-tool-tip, 
.courses-side-bar .nav > li > a:hover .nav-tool-tip-arrow{
  opacity: 1;
}

/*End of Nav tooltips*/

.wrapper {
  background-color: #ffffff;
}

.overview-info {
  text-align: center; 
  padding-top: 10px; 
  padding-bottom: 20px; 
  border-left: 1px solid #e8e8e8;
}

.overview-info-mob {
  padding-top: 25px; 
  /*border-top: 1px solid #e8e8e8; */ /* Edited by M 15062021 */
  margin-top: 15px;
}

.overview-info small, .overview-info-mob small{
  font-size: 25px; 
  display: inline;
}

.overview-info p, .overview-info-mob p{
  font-size: 12px; 
  padding:0; 
  margin: 0;
}

.headline-trial {
  margin-top: 10px;
  margin-left: 15px;
}

.headline-trial .text-info, #tab_ask_question .text-danger {
  color: #bf282d;
}

#video_list {
  padding-top: 30px;
  padding-bottom: 20px;
}

.left-tab{
  padding-left: 0; padding-right: 0;
}

.right-tab {
  padding-top: 18px;
  font-size: 20px;
}

.right-tab button {
  float:right;
}

.right-tab .btn-left, .mob-addtocart .btn-left {
  background-color: #BF282D;
  color: #ffffff;
  padding: 14px 6px 14px 8px; /* to fit html css please use (10px 6px 6px 8px), jsp fit in (10px 6px 14px 8px) */
  text-align: center;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-box-shadow: 3px 4px 5px 0px rgba(163,157,163,1);
  -moz-box-shadow: 3px 4px 5px 0px rgba(163,157,163,1);
  box-shadow: 3px 4px 5px 0px rgba(163,157,163,1);
}

.right-tab .btn-right, .mob-addtocart .btn-right {
  background-color: #DE363C;
  color: #ffffff;
  padding: 10px 8px 10px 8px;
  text-align: center;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 3px 4px 5px 0px rgba(163,157,163,1);
  -moz-box-shadow: 3px 4px 5px 0px rgba(163,157,163,1);
  box-shadow: 3px 4px 5px 0px rgba(163,157,163,1);
}

.right-tab-wrapper {
  position: absolute;
  right: 0px;padding-left: 0; padding-right: 0;
  z-index: 1;
  -webkit-box-shadow: 3px 4px 5px 0px rgba(163,157,163,1);
  -moz-box-shadow: 3px 4px 5px 0px rgba(163,157,163,1);
  box-shadow: 3px 4px 5px 0px rgba(163,157,163,1);
}

.mob-addtocart {
  padding-left: 20px; 
  padding-right: 20px;
  font-size: 13px;
  margin-top: 15px;
}

.mob-addtocart .btn-right {
  box-shadow: none !important;
  padding:5.5px;
}

.mob-addtocart .btn-left {
  box-shadow: none !important;
  padding:7.5px 5px 8px 5px;  /* to fit html css please use (7px 5px 3px 5px), jsp fit in (7px 5px 8px 5px) */
}

.btns-disabled {
  pointer-events: none;
}

.btns-disabled .btn-left {
  background-color: #bf4a4e;
}

.btns-disabled .btn-right {
  background-color: #e67579;
}

.lesson-num {
  font-size: 40px; 
  display: inline;
}
/*End of tab*/

/*Testimonials*/
#testimonial-block .hr-text {
  margin-bottom: 50px;
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: #818078;
  text-align: center;
  height: 2.5em;
  opacity: .5;
}

#testimonial-block .hr-text:before {
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#818078), to(transparent));
  background: linear-gradient(to right, transparent, #818078, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
#testimonial-block .hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
  line-height: 35px;
  font-size: 40px;
  color: #505050;
  background-color: #e8e8e8;
}

#testimonial-block .hr-top:after {
  background-color: #e6e6e6;
}

#testimonial-block {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #e8e8e8;
}

.content-wrapper {
  width: 100%;
  margin: 0 auto;
  display: table;
}
.content {
  padding-top: 65px;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.testimonial-img {
  position: relative;
}

.testimonial-by {
  font-size: 12px !important;
  font-style: italic;
  color: #999999;
  font-weight: bold;
  margin-top: 15px;
}

.testimonial-by .ppl {
  padding-left: 5px;
}

.pri .testimonial-by .badge {
  background-color: #8cacbe;
  padding: 5px 6px 5px 8px;
  font-size: 11px;
  position: relative;
  top: -3px;
  font-style: normal;
}

.sec .testimonial-by .badge {
  background-color: #b48cbe;
  padding: 5px 7px 5px 8px;
  font-size: 11px;
  position: relative;
  top: -3px;
  font-style: normal;
}

.quote-center {
  font-size: 45px;
  padding-bottom: 15px;
  text-align: center;
}

.quote-center{
  color: #d3d3d3;
}

.pinto {
  box-sizing: border-box;
}
.pinto {
  margin-bottom:15px;
  color:#333;
  text-align:left;
  border-radius:5px;
  overflow:visible;
}
.pinto img {
  display:block;
  width:100%;
}

.pinto .info {
  padding:32px 30px;
  background-color:#fff;
  box-shadow: 3px 6px 5px -1px rgba(222,222,222,1);
}

.pinto .info h2 {
  margin:0;
  font-size:18px;
}
.pinto .info p {
  margin:10px 0 0;
  font-size:14px;
}

/*Read more*/
a.readmorelink {
  text-decoration:none;
  outline: none;
  font-size: 12px;
  font-weight: bold;
}
.readmorecontent span {
   display: none;}
/*End of read more*/

.noleftrightpadding {
  padding-left: 0;
  padding-right: 0;
}

/* For Success Stories M 15032022 */
.testimonial_mod_content img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
  object-fit: cover;
}

.testimonial_mod {
  border-radius: 4px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.testimonial_grid {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.testimonial_mod_content {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 3px 20px 0px;
  background-color:#fff;
}

.low-pri .testimonial_mod_content,
.upp-pri .testimonial_mod_content {
  background-image: url(../images/testimonial_pri_topslope.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.low-sec .testimonial_mod_content,
.upp-sec .testimonial_mod_content {
  background-image: url(../images/testimonial_sec_topslope.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonial_photo_and_name {
  padding: 20px;
}

.testimonial_nameholder h5 {
  margin-bottom: 0px;
  font-size: 12px;
}

.testimonial_nameholder {
  margin-top: 40px;
}

.testimonial_mod_content h2 {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 10px;
}

.testimonial_descholder {
  padding: 0px 20px 20px 20px;
}

.testimonial_descholder a.readmorelink {
  font-weight: normal;
}

.testimonial_nameholder span {
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
  display: block;
}

.testimonial_year_label {
  font-size: 10px;
  font-weight: 500;
  color: #999999;
  background: #E4E4E4;
  border-radius: 15px;
  padding: 8px;
  text-align: center;
  width: 90px;
  margin: 0 auto;
}

.ifhavelabel img {
  width: auto;
  height: auto;
  border-radius: 0;
  float: right;
  margin-right: -1px;
}
/* end of css for Success stories */

/*End of Testimonials*/

/*Side navigation bar*/
.courses-side-bar .nav > li > a {
  position: relative;
  display: block;
  padding: 5px 0px;
  color: #333333;
  text-align: left;
  font-size: 14px;
}

.courses-side-bar .nav > li > a:hover, .courses-side-bar .nav-pills > li.active > a {
  color: #18a2e3;
  text-decoration: none;
  background-color: transparent;
  border-radius: 0;
}

.courses-side-bar .nav > li > a:focus {
  background-color: transparent;
}

.courses-side-bar h5 {
  color: #888D93 !important;
  font-size: 15px !important;
  font-weight: bold !important;
  letter-spacing: 0.8px !important;
  line-height: 19px !important;
  opacity: 1 !important;
  text-transform: uppercase !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important;
  padding-bottom: 1px !important;
}

.fading-side-menu.affix {
  top: 150px; /*edited by M 280220 original is 80px*/
  width: 20%;
}

.fading-side-menu.child.affix {
  top: 100px; /*edited by M 280220 original is 100px*/
  width: 20%;
}


.fading-side-menu a {
   outline: 0 !important;
}

.fading-side-menu.affix:hover {
  opacity: 1;
  transition: opacity 0.3s
}

.fading-side-menu a {
  color: rgb(102, 102, 102);
}
.fading-side-menu a .fa {
  padding-right:15px;
}
.fading-side-menu {
  text-align: left;
  z-index:  99;
}
/*End of side navigation bar*/

/*Mobile dropdown*/
#subject_ddl_mob.affix {
  display: block !important;
  top: 60px;
  left: 0;
  width: 100%;
  padding: 10px;
  margin-top: 0;
  background: #f9f9f9;
  border-top: 5px #f9f9f9 solid;
}

#subject_ddl_mob {
  z-index: 10;
  border-radius: 3px;
  padding-bottom: 7px;
}
/*End of mobile dropdown*/

/*Dropdown subject title for mobile*/
#mobile-subject {
  text-align: left !important;
}

#mobile-subject .dropdown-menu li a {
  padding-top: 5px !important; 
  padding-bottom: 5px !important;
}

#mobile-subject .container {
  padding-bottom: 20px;
}

.select-label {
  margin-top: 5px;
  margin-right: 3px;
}
/*End of Dropdown subject title for mobile*/

/*Video Tab*/
#tab_video {
  background-color: #ffffff;
}

.main-content-wrapper {
  padding-top: 10px;
}

.title-header-container {
  -ms-flex-direction: row !important;
  -webkit-align-items: center !important;
  -ms-flex-pack: justify !important;
  -ms-flex-align: center !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.title-icon-wrapper {
  padding-right: 0;
}

.title-icon {
  border-radius: 24px !important;
  position: relative !important;
  width: 48px !important;
}

.title-header {
  color: #1995dc !important;
  font-size: 23px !important;
  font-weight: bold !important;
  line-height: 27px !important;
  display: inline-block !important;
  text-align: left;
}

.lesson-container {
  background-color: transparent !important;
  color: inherit !important;
  text-decoration: none !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  border-top-style: solid !important;
  border-top-width: 1px !important;
  border-top-color: #D6D8DA !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  -webkit-align-items: center !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  position: relative !important;
}

.lesson-row {
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-grow: 1 !important;
  -webkit-flex-grow: 1 !important;
  -ms-flex-positive: 1 !important;
}

.vertical_indicator {
  align-items: center !important;
  align-self: stretch !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  flex-shrink: 0 !important;
  justify-content: center !important;
  overflow: hidden !important;
  -webkit-align-items: center !important;
  -webkit-align-self: stretch !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  -webkit-flex-shrink: 0 !important;
  -webkit-justify-content: center !important;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  -ms-flex-item-align: stretch !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-negative: 0 !important;
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
}

.vertical_indicator_inner {
  float: left !important;
  position: relative !important;
}

.star_indicator_container {
  display: block;
  width: 23px;
  height: 22px;
  font-size: 22px;
}

.top_track_indicator {
  position: absolute !important;
  left: 10px !important;
  height: 500px !important;
  width: 2px !important;
  top: -500px !important;
  margin-bottom: -2px !important;
}

.bottom_track_indicator {
  position: absolute !important;
  left: 10px !important;
  height: 500px !important;
  width: 2px !important;
  margin-top: 0px !important;
}

.track-active { background: #18a2e3; }

.track-inactive { background: #BABEC2; }

.lesson-wrapper.resume .lesson-icon i {
  color: #ffcc00;
}

.lesson-header {
  font-size: 18px !important;
  padding-bottom: 12px !important;
  padding-top: 8px !important;
}

.lesson-time {
  display: inline-block;
  padding: 3px 0px;
  font-size: 14px;
  color: #000000;
  line-height: 1;
  white-space: nowrap;
  min-width: 55px;
}

.vid-time {
  display: inline-block;
  padding: 3px 0px;
  font-size: 12px;
  color: #666666;
  line-height: 1;
  white-space: nowrap;
  max-width: 55px;
}

.lesson-time .text-right {
  padding-left: 3px !important;  
}

.lesson-number {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
  color: #000000 !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  flex-shrink: 1 !important;
  -webkit-flex-shrink: 1 !important;
  -ms-flex-negative: 1 !important;
  width: 100%;
  text-align: left;
}

.accordion {
  cursor: pointer;
  padding: 18px 0 18px 18px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.remove-accordion {
  padding: 18px 0 18px 18px;
  color: #BABEC2;
  pointer-events: none;
} 

.remove-accordion .lesson-time {
  color: #BABEC2;
}

.lesson-time-inactive {
  color: #BABEC2;
}

.lesson-disabled {
  cursor: not-allowed;
}

.tool-tip-wrap {
  position: relative;
  display: inline-block;
  opacity: 1;
}

.tool-tip{
  width: 230px;
  position: absolute;
  top: -23px;
  left: 29px;
  border-radius: 3px;
  font-size: 12px;
  transition: all 0.4s;
  opacity: 0;
  padding: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 1px rgba(0,0,0,0.24);
  color: #fff;
  text-align: center;
  background-color: #000;
}

.tool-tip-arrow {
  border-color: transparent;
  top: -7px;
  left: 24px;
  margin-top: -2px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  transition: all 0.4s;
}

.tool-tip2{ /* Added by M 10102019 - to adjust tooltip for evaluation quiz */
  width: 230px;
  position: absolute;
  top: -15px;
  right: 200px;
  border-radius: 3px;
  font-size: 12px;
  transition: all 0.4s;
  opacity: 0;
  padding: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 1px rgba(0,0,0,0.24);
  color: #fff;
  text-align: center;
  background-color: #000;
  z-index:3;
}

.tool-tip-arrow2 { /* Added by M 10102019 - to adjust tooltip for evaluation quiz */
  border-color: transparent;
  top: 0px;
  right: 430px;
  margin-top: -2px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  transition: all 0.4s;
}

.tool-tip3{ /* Added by M 26112021 - to adjust tooltip for aimode */
  width: 230px;
  position: absolute;
  top: 0;
  right: 35px;
  border-radius: 3px;
  font-size: 12px;
  transition: all 0.4s;
  opacity: 0;
  padding: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 1px rgba(0,0,0,0.24);
  color: #fff;
  text-align: center;
  background-color: #000;
  z-index:3;
}

.tool-tip-arrow3 { /* Added by M 26112021 - to adjust tooltip for aimode */
  border-color: transparent;
  top: 15px;
  right: 30px;
  margin-top: -2px;
  border-width: 5px 0px 5px 5px;
  border-left-color: #000;
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  transition: all 0.4s;
}

.lesson-number:hover .tool-tip, .lesson-number:hover .tool-tip-arrow,
.profquiz-result.disabled:hover .tool-tip2, .profquiz-result.disabled:hover .tool-tip-arrow2,
.aimode.disabled:hover .tool-tip3, .aimode.disabled:hover .tool-tip-arrow3{ /* Edited by M 26112021 - to adjust tooltip for aimode and eval quiz */
  opacity: 1;
}

#tab_video .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 0;
  border: none;
  box-shadow: none;
  text-align: left;
  padding-right: 0;
}
.panel-open {
  overflow: inherit !important;
}

.lesson-icon {
  color: #157ab5; 
  width: 4%;
  padding-top: 2px;
}
.lesson-icon-inactive {
  color: #BABEC2; 
  width: 4%;
  padding-top: 2px;
}

.lesson-icon-inactive i{
  font-size: 16px;
}

.lesson-icon i{
  font-size: 16px;
}

.lesson-name {
  text-decoration: none;
  font-size: 14px;
}

.lesson-name a {
  cursor: pointer;
}

.lesson-name a.inactive {
 color: #BABEC2;
 cursor:default;
}

.lesson-name a:hover {
  text-decoration: none;
}

.lesson-wrapper {
  margin-bottom: 12px;
}

.difficulty-flip, .front, .back {
  width: 90px;
  height: 20px;
}
.difficulty-flip {
  margin-right: 15px;
}
.difficulty-flip, .front, .back {
  width: 90px;
  height: 20px;
}
.difficulty-flip {
  margin-right: 30px;
}

.beginner {
  color: #7ac97e;
  font-weight: 500;
  font-size: 12px;
}

.intermediate {
  color: #f0c06c;
  font-weight: 500;
  font-size: 12px;
}

.advanced {
  color: #ee535a;
  font-weight: 500;
  font-size: 12px;
}

.badge { margin-left: 5px;}

.newline { height: 5px; }

.download-materials {
  padding-top: 10px;
  padding-right: 0;
}

.download-materials .download-worksheet {
  display: inline;
}

.download-materials .download-answer {
  display: inline;
}

.download-worksheet a:hover, .download-answer-dt a:hover {
  text-decoration: none;
}

.download-worksheet a.inactive, .download-answer a.inactive{
	color:#BABEC2;cursor:default;
}

.download-materials .download-answer-dt {
  border-left: 1px solid #D6D8DA;
  padding-left: 7px;
  display: inline-block;
}

.download-materials .dwlded {
  color: #a7a4a4;
  font-size: 11px;
  line-height: 20px;
  padding-left: 5px;
}

.download-float {
  float: right;
}
.download-content {
  padding-right: 0px;
  margin-top: 16px;
}

/*Proficiency test*/ /*edited by M 280819*/
.title-profquizbtn-wrapper {
  padding-right: 0;
}
.profquiz-result {
  border:1px solid #D6D8DA;
  border-bottom:none;
  padding:15px;
  background: #fffeeb;
}
.profquiz-result.done{
  background: #efffeb;
}
.profquiz-result.lev1{background:#d8f5ff;}
.profquiz-result.lev2{background:#d8ffe0;}
.profquiz-result.lev3{background:#fbe4e4;}
.profquiz-result.lev4{background:#feffc5;}

.profquiz-result.lev1 span.glyphicon{color:#7ab6cb;}
.profquiz-result.lev2 span.glyphicon{color:#79d187;}
.profquiz-result.lev3 span.glyphicon{color:#f18888;}
.profquiz-result.lev4 span.glyphicon{color:#f8be0a;}

.profquiz-result.lev1 .profdesc p{color:#39646f;}
.profquiz-result.lev2 .profdesc p{color:#4a8153;}
.profquiz-result.lev3 .profdesc p{color:#ac4141;}
.profquiz-result.lev4 .profdesc p{color:#b9730a;}

.profquiz-result p{
  margin-bottom: 0px;
  color: #333333;
  text-align: left;
}
.profquiz-result span.glyphicon{
  color:#d8c256;
  font-size:25px;
}
.profquiz-result.done span.glyphicon{
  color:#88bd7b;
  font-size:25px;
}
.profquiz-result p span.header{
  font-size:14px;
  font-weight: bold;
}
.profquiz-result [class*="col-"]{
  padding:0px;
}
.profquiz-result img.str{
  vertical-align: top;
}
/* edited by M 10102019 - disabled ver*/
.profquiz-result.disabled{
  cursor:not-allowed;
  background:#f6f6f6;
  border:1px solid #ddd;
  border-bottom:none;
}
.profquiz-result.disabled p, .profquiz-result.disabled span.glyphicon{
  color:#b6b6b6;
}
.profquiz-result.disabled .btn{
  background-color: #b6b6b6;
  border-color: #b6b6b6;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* end of disabled ver*/
/*End of proficiency test*/

/* ################### AI Mode Added by M 03092021 ################### */

.aimode{
  padding-right: 0;
  display: flex;
/*  justify-content: flex-end;
  float: right;
  margin: -52px 0 0 0;*/
}
.aimode a:hover,
.aimode a:focus,
.aimode a:visited{
  text-decoration: none;
}
.aimode a:hover .aibutton{background:#e7fae4; }
.aibutton{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  width: 171px;
  text-align: center;
  color: #0d7b01;
  border: 1px solid #11aa00;
  border-radius: 4px;
}
.aibutton .butic img{margin:0px 10px 0 -20px;}
.aibutton .buttxt{padding-left: 4px;}
.aibutton .buttxt h4{
  color: #0d7b01;
  font-size: 14px;
  font-weight: bold;
}
.aibutton .buttxt p{
  font-size: 12px;
  margin: 0;
}
.aimode.disabled .aibutton{
  cursor:not-allowed;
  background:transparent;
  border:1px solid #ddd;
}
.aimode.disabled .aibutton h4{color:#b6b6b6;}
.aimode.disabled a:hover .aibutton{background:transparent;}

body.aicbry {background: #fff;}
.aicbry .headdesc{
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #11aa00;
  margin-top: 25px;
  padding: 0 0 16px 0;
  color: #0d7b01;
}
.aicbry .headdesc p{margin: 0;}
.aicbry .headdesc img{margin:0 15px 0 0;}
.aicbry .main-content-wrapper{margin-top: 10px;}

/* ################### End of AI Mode ################### */

/*Read more*/
a.readmorelink {
  text-decoration:none;
  outline: none;
  font-size: 12px;
  font-weight: bold;
}
.readmorecontent span {
   display: none;}
/*End of read more*/

/*Quiz Settings*/
#tab_quiz .wrapper { background: unset; white-space: unset; padding-bottom: 40px;}
#tab_quiz .tab-wrap .container { padding-top: 0; }

#tab_quiz .quiz_settings{
  margin: 0 auto;
  display: block;
  height: auto;
  padding: 0 70px 30px 70px;
  max-width: 750px;
  background:  #ffffff;
  position: relative;
  margin-top: 85px;
  margin-bottom: 40px;
  border-radius: 0px;
  box-shadow: 3px 6px 5px -1px rgba(222,222,222,1);
}

#tab_quiz .quiz_settings #quiz-img {
  width: 200px;
  margin: 0 auto;
  display: block;
  z-index: 7;
  position: relative;
  padding-bottom: 25px;
  left: -8px;
}

#tab_quiz .quiz_settings .quiz-circle{
  position:absolute;
  height:200px;
  width:200px;
  border-radius:100px;
  left:50%;
  margin-left:-100px;
  top: -35px;
  background: #ffffff;
}

#tab_quiz .tab-wrap.wrapper { padding-top: 0px; }

#tab_quiz .quiz_settings h4 { margin: 20px 0 8px 0; }
#tab_quiz .quiz_settings .bootstrap-select.btn-group .btn .filter-option { font-size: 14px; }
#tab_quiz .quiz_settings .selectpicker.btn-sm { padding: 10px !important; }

#tab_quiz .quiz_settings #start_quiz {
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 170px;
  margin-top: 20px;
}
/*End of Quiz Settings*/

/*Question and review container*/
#tab_quiz .question-container {
  width: 100%;
  background: #ffffff;
  box-shadow: 3px 6px 5px -1px rgba(222,222,222,1);
  padding: 45px 50px 30px 50px;
  margin-top: 0px;
}

#tab_quiz .question-container.quiz_title {
  border: 1px solid #e6e5e5;
  border-bottom-left-radius:  unset;
  border-bottom-right-radius:  unset;
  padding: 15px 25px 15px 25px;
  background-color: #eeeeee;
}

#tab_quiz .question-container.quiz_title h4 { margin: 0; line-height: 1.3; }
#tab_quiz .question-container.quiz_title span, .diff-lvl span { font-weight: bold; font-size: 14px; }
#tab_quiz .question-container.quiz_title span.adv, .diff-lvl span.adv { color: #de363c; }
#tab_quiz .question-container.quiz_title span.int, .diff-lvl span.int { color: #ea8429; }
#tab_quiz .question-container.quiz_title span.beg, .diff-lvl span.beg { color: #36c75a; }
#tab_quiz .question-container.quiz_title span img, .diff-lvl span img { padding-bottom: 5px; }
#tab_quiz .question-container.quiz_title .q_title { width: 80%; display: inline-block; vertical-align: middle; }
#tab_quiz .question-container.quiz_title .q_diff { width: 19%; display: inline-block; vertical-align: middle; }

#tab_quiz .question-container.quiz_title .q_diff .evaltimer{ /* added by M 090919 */
  color:#126a9c;  
  font-size:16px;
}
#tab_quiz .question-container.quiz_title .q_diff img{ /* added by M 090919 */
  vertical-align: text-bottom;
  width:20px;
}

/*Trim title*/
#tab_quiz .question-container.q_title {
  table-layout: fixed;
  width: 100%;
}
#tab_quiz .question-container.quiz_title h4.q_trim {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 99%;
}
/*End of trim title*/

#quiz_quest h5 { font-weight: bold; }

#tab_quiz .question-container .quiz_question {
  padding-bottom: 12px !important;
  padding-top: 8px !important;
  overflow-wrap:break-word; /* Edited by M 01072020 */
}

#tab_quiz .question-container .quiz_img { 
  max-width: 100%; 
  height: auto; 
  margin-bottom: 10px;
}

#tab_quiz .question_wrapper { padding-top: 35px; }
#next_question, #next_question2, #next_question3 { 
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-top: 10px;
  width: 80px; 
}

#tab_quiz .question-container.answer { padding-top: 0; }
input[type="radio"]:disabled ~ label { cursor: default !important; }

#tab_quiz #new_quiz {
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  width: 170px;
}

#tab_quiz #quiz_result { padding-bottom: 30px; }

#tab_quiz #quiz_result #quiz_result_img {
  width: 200px;
  margin: 0 auto;
  display: block;
  z-index: 7;
  position: relative;
  padding: 35px 0 20px 0;
  left: 0;
}

#tab_quiz #quiz_result h1 { 
  font-size: 50px;
  text-align: center;
  margin-top: 0;
}

#tab_quiz #quiz_result h4 { margin: 20px 0 8px 0; }

#tab_quiz #quiz_result.quiz_pass {
  background: url(../images/quiz-pass-bg.png) repeat-x;
  background-size: 510px;
}

#tab_quiz #quiz_result.quiz_fail {
  background: url(../images/quiz-fail-bg.png) repeat-x;
  background-size: 100%;
}

.answer_wrapper #quiz_quest { padding-top: 40px; }

/*Quiz Info*/
#quiz_info { margin-top: 38px;  }
#quiz_info .diff-lvl { 
  height: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#quiz_info span.beg, #quiz_info span.int, #quiz_info span.adv { margin-top: 5px; }


.stat-badge, .stat-exp {
  display: inline-block;
  font-size: 13px;
}

.stat-badge { 
  padding: 6px 10px;
  border: 1px solid transparent;
  min-width: 10px;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 100px;
  line-height: 1;
  margin: 8px 0 10px 0;
  font-weight: bold;
}

.stat-badge.badge-default { background-color: #18a2e3; }
.stat-badge.badge-outlined { background-color: transparent; }

.stat-badge.badge-outlined.badge-default {
  border-color: #18a2e3;
  color: #18a2e3;
}

.stat-exp {
  color: #18a2e3;
  padding: 0 13px;
}
/*End of Quiz Info*/
/*End of Question and review container*/

/**Recommend**/
#recommend {
  background-color: unset;
  border-radius: 5px;
  margin-bottom: 20px;
  box-shadow: none;
  padding-left: 0px;
  padding-right: 0px;
}

#recommend .headline {
  margin: 20px 8px 20px 8px;
  border-bottom: 1px dotted #91b868;
}

#recommend .headline h3{
  color: #333333;
  font-size: 18px;
}

#recommend a:link .panel { border-color: #dddddd; border-top: 5px solid #18a2e3; }

#recommend .panel {
  max-height: unset;
  padding: 0;
  margin-bottom: 20px;
  box-shadow: 3px 6px 5px -1px rgba(222,222,222,1);
  transition: box-shadow .25s;
  border-top: 5px solid #18a2e3;
}

#recommend .panel:hover { box-shadow: 6px 8px 8px 2px rgba(222,222,222,1); }

#recommend .disabled { opacity: 0.6; }
#recommend .disabled .panel:hover { box-shadow: 3px 6px 5px -1px rgba(222,222,222,1); cursor: not-allowed;}
#recommend .disabled .panel-body.title p.header, #recommend .disabled .panel-body.title p.chap { color: #999999; }

.div-tooltip {
  display: none;
  position: absolute;
  background-color: #000;
  padding: 10px;
  color: #fff;
  border-radius:5px;
  max-width: 250px;
  text-align: center;
}

#recommend .panel-body.title img { width: 100% !important; }
#recommend .panel-body { padding: 5px 0px 10px 0px !important;}
#recommend .panel-body.title p.chap { padding: 8px 12px 0px 11px !important; font-size: 13px !important; color: #666666; font-weight: 500; }
#recommend .panel-body.title p.header {padding: 8px 12px 0px 11px !important; font-size: 15px; font-weight: bold; line-height: 17px;}
#recommend .panel-body.title { height: 210px; text-align: left;}
#recommend .panel-footer {
  width: 100%;
  border-top: none;
  background-color: #ffffff;
  text-align: center;
  color: #666666;
}

#recommend a { color: unset; text-decoration: none; font-size: 12px; cursor: pointer; }
#recommend .col-md-2, #recommend .col-xs-2 { padding: 0px 6px 0px 7px; }
/**End of recommend**/

/*Ask Question/Engage*/
#tab_ask_question .wrapper { background-color: unset; }
#tab_ask_question .tab-wrap .container { padding-top: 0; }
#tab_ask_question .tab-wrap.wrapper { padding-top: 20px; }
#tab_ask_question #insufficient-tkn.text-danger { margin-bottom: 20px; }
#tokens-num:disabled { background-color: #106d98; border-color: #106d98; opacity: 1;}
/*End of Ask Question/Engage*/



/*added by H 140621 */

.blocks.course-overview-info.col-md-12 {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ececec;
    padding-bottom: 65px;
    margin-bottom: 40px;
}

.blocks.course-overview-info.col-md-12 .hr-text {
    margin-bottom: 30px;
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: #b95227;
    text-align: center;
    height: 2.5em;
}

.blocks.course-overview-info.col-md-12 .hr-text:before {
    content: '';
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#b95227), to(transparent));
    background: linear-gradient(to right, transparent, #b95227, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.blocks.course-overview-info.col-md-12 .hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    padding: 0 0.5em;
    line-height: 35px;
    font-size: 40px;
    color: #b95227;
    background-color: white;
}

/*end of added by H 140621 */


@media (min-width: 1200px) {
  .download-answer-dt {
    border-left: 1px solid #D6D8DA !important;
    margin-left: 5px;
  }

  .download-answer {
    border-left: 1px solid #D6D8DA !important;
    margin-left: 5px;
    padding-left: 8px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .download-answer-dt {
    border-left: 1px solid #D6D8DA !important;
    margin-left: 5px;
  }

  .download-answer {
    border-left: 1px solid #D6D8DA !important;
    margin-left: 5px;
    padding-left: 8px;
  }
}

@media (max-width: 991px) {
  .stat-badge span { margin-top: 0px; }
  #quiz_info .stat-badge { margin-top: 48px; text-align: right; }
  #quiz_info .diff-lvl { text-align: left; }
}

@media (max-width: 991px) and (min-width: 768px) {
  .download-answer-dt {
    border-left: none !important;
  }

  .download-answer {
    border-left: 1px solid #D6D8DA !important;
    margin-left: 5px;
    padding-left: 8px;
  }
}

@media (max-width: 767px) {
 .download-float { float: left; }

  .main-content-wrapper {
    padding-right: 0;
    padding-left: 0; 
  }

  .download-answer-dt {
    border-left: none !important;
    padding-left: 0px !important;
    margin-left: 0px !important;
  }

  .download-answer {
    border-left: none !important;
    padding-left: 0px !important;
    margin-left: 0px !important;
  }

  /*Quiz Settings*/
  #tab_quiz .quiz_settings { padding: 0 30px 30px 30px; margin-left: 15px; margin-right: 15px;}
  #tab_quiz .quiz_settings #quiz-img { width: 150px; padding-bottom: 10px;}
  /*End of Quiz Settings*/

  /*Questions and review container*/
  #tab_quiz .question-container { padding: 35px 20px 30px 20px; }

  #tab_quiz #quiz_result h1 { font-size: 30px; }
  #tab_quiz #quiz_result h4 { font-size: 15px; }
  #tab_quiz #quiz_result { padding-bottom: 15px; }

  #tab_quiz .question-container.quiz_title h4 { font-size: 15px; }
  #tab_quiz .question-container.quiz_title span.adv, #tab_quiz .question-container.quiz_title span.int, #tab_quiz .question-container.quiz_title span.beg { display: none; }

  #tab_quiz .tab-wrap .container { margin: 0; padding: 0; }

  .question_wrapper, .answer_wrapper { 
    margin-left: 15px;
    margin-right: 15px; 
  }
  /*End of Questions and review container*/

  /*Recommend*/
  #recommend .panel-body.title { text-align: center;}
  #recommend { 
    margin-right: 0;
    margin-left: 0px;
    padding-right: 4px;
  }
  /*End of recommend */

  #panel-ask, .local-links, #insufficient-tkn { display: none !important; }
}

/*added by M 260919*/
@media (max-width:320px){
  .question-container.quiz_title .evalqn.q_diff { width: 100% !important; margin-top:5px;}
  .evalqn.q_diff {text-align: left;font-size: 14px !important;}
  .evalqn.q_diff .evaltimer{font-size:14px !important;}
  .evalqn.q_diff img{width:17px !important;}
  
  .lesson-name {font-size: 13px !important;} /* Added for Search feature M 12072023 */
  .lesson-index{ font-size: 12px;} /* Added for Search feature M 12072023 */
}

@media (min-width: 320px) {
  .addtocart-xs { display: block !important; }
  .addtocart-xxs { display: none !important; }

  .mob-addtocart {
    font-size: 12px;
    padding-left: 0px;
    padding-right: 10px;
    margin-top: 3px;
  }

  .title-header {
    font-size: 17px !important;
    line-height: 20px !important; 
  }

  .lesson-header, #tab_quiz .question-container .quiz_question {font-size: 15px !important;}
  .lesson-name { font-size: 13px !important; }
  .lesson-index {font-size:13px !important;} /* Added for Search feature M 12072023 */
  .lesson-number { font-size: 12px !important; }

  #subject_ddl_mob.affix {
    top: 60px;
    left: 0;
    width: 100%;
    padding-top: 5px;
    margin-top: 0;
    background: #f9f9f9;
    border-top: 5px #f9f9f9 solid;
  }

  /*Question*/
  #tab_quiz .question-container.quiz_title { padding: 15px 20px 15px 20px; }
  #tab_quiz .question-container.quiz_title .q_title { width: 81%; }
  #tab_quiz .question-container.quiz_title .q_diff { width: 17%; }

  /*added by M 260919*/
  .question-container.quiz_title .evalqn.q_diff { width: 100% !important; margin-top:5px;}
  .evalqn.q_diff {text-align: left;font-size: 14px !important;}
  .evalqn.q_diff .evaltimer{font-size:14px !important;}
  .evalqn.q_diff img{width:17px !important;}
  
  /*End of question*/

  /*Recommend*/
  #recommend .panel-body { min-height: unset; }
  #recommend .panel-body.title { height: 100px; }
  /*End of recommend */

  
  .profquiz-result a.btn {float:none !important;margin-top:5px;} /*edited by M 280819*/
  .profquiz-result p{padding-left:10px;} /*edited by M 280819*/

  /* Added by M 03092021 */
  .aimode{
    justify-content: center;
    flex-basis: 100%;
    float: none;
    margin: 12px 0 15px 0;
  }
}

@media (min-width: 480px) {
  .tab-icon { display: none !important;}
}

@media (min-width: 767px) {
  .download-float { float: right; }
  .title-header { font-size: 22px !important; }
  .lesson-header, #tab_quiz .question-container .quiz_question {font-size: 16px !important;padding-bottom:  14px !important;}
  .lesson-index{ font-size: 16px !important;} /* Added for Search feature M 12072023 */
  .lesson-name { font-size: 16px !important; line-height: 22px;}
  .lesson-number { font-size: 13px !important; }

  /*Recommend*/
  #recommend .panel-body.title { height: 95px !important; }
  /*End of recommend*/

   /*Question*/
  #tab_quiz .question-container.quiz_title .q_title { width: 80%; }
  #tab_quiz .question-container.quiz_title .q_diff { width: 19%; }

  /*added by M 260919 */
  .question-container.quiz_title .evalqn.q_diff { width: 19% !important;}
  .evalqn.q_diff {text-align: right;}
  .evalqn.q_diff .evaltimer{font-size:16px !important;}
  .evalqn.q_diff img{width:20px !important;}

  /*End of question*/

  .profquiz-result p{padding-left:0px;} /*edited by M 280819*/

  /* Added by M 03092021 */
  .aimode{
    justify-content: flex-end;
    flex-basis:auto;
    float: right;
    margin: -54px 0 0 0;
  }
}

@media (max-width: 895px) {
  .tool-tip-wrap { opacity: 0; }
  .sticky { top: 60px; }  

  /* added by h 140621 */

.blocks.course-overview-info.col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 70px;
}

.blocks.course-overview-info.col-md-12 .hr-text:after {
    line-height: 35px;
    font-size: 24px; /* Edited by M 15062021 */
}

#testimonial-block .hr-text:after {
    font-size: 30px;
}

#testimonial-block {
    padding-top: 40px;
}

/* added by h 140621 */
}

@media (min-width: 896px) {
  #subject_ddl_mob.affix { top: 80px; }

  /*Recommend*/
  #recommend .panel-body.title { height: 95px !important; }
  /*End of recommend*/
}

@media (min-width: 992px) {
  /*Recommend*/
  #recommend .panel-body.title { height: 115px !important; }
  /*End of recommend*/
}

@media (max-width: 627px) and (min-width: 483px) and (orientation: landscape) {
  .right-tab .btn-right { padding: 12px 8px 10px 8px; }
}

@media (max-width: 887px) and (min-width: 627px) and (orientation: landscape) {
  .right-tab .btn-right { padding: 12px 8px 8px 8px; }
  .right-tab .btn-left { padding: 14px 8px 12px 8px; }
}

@media (max-width: 992px) and (min-width: 888px) {
  .right-tab .btn-right { padding: 12px 8px 10px 8px; }
}

@media (min-width: 992px) and (orientation: landscape) {
  .right-tab .btn-left { padding: 14px 6px 14px 8px; }
}
/*End of Video Tab*/

/*Check screen height*/
/*disable side nav on left when screen height is lesser than 630px*/
@media screen and (max-height: 635px) and (orientation:landscape) {
   #subject_ddl_mob, #subject_ddl_mob.affix { display: block !important; }
  .courses-side-bar { display: none !important; }
  .main-content-wrapper { width: 100%; }
}

@media screen and (min-height: 636px) and (orientation:landscape) {
   #subject_ddl_mob, #subject_ddl_mob.affix { display: none !important; }
  .courses-side-bar { display: block !important; }
}

@media screen and (orientation: portrait) {
  #subject_ddl_mob, #subject_ddl_mob.affix {
    display: block !important;
    top: 60px;
    left: 0;
    width: 100%;
    padding-top: 5px;
    margin-top: 0;
  }

  .courses-side-bar { display: none !important; }
}

@media screen and (max-width: 991px) and (min-width: 320px) and (orientation:landscape) {
  #subject_ddl_mob, #subject_ddl_mob.affix { display: block !important; }
  .courses-side-bar { display: none !important; }
  .main-content-wrapper { width: 100%; }
}
/*End of Check screen height*/

@media (max-width: 320px) {
  .addtocart-xs { display: none !important; }
  .addtocart-xxs { display: block !important; }
  .mob-addtocart { margin-top: 0 !important; margin-left: 10px;}
  .breadcrumb-xxs { width: 100% !important; }
}

@media (min-width: 481px) {
  .mob-addtocart { font-size: 13px; }
  .breadcrumb-xxs { width: 75% !important; }
  .addtocart-xs { width: 25% !important; }
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 767px)
  and (orientation: landscape) {
    .mob-landscape {
      display: block !important;
      padding-right: 0;
    }

    .right-tab-wrapper {
      font-size: 15px;
    }

    .img-header-banner-mob { display: none !important; }

    .profquiz-result .profdesc { width:70%; } /*edited by M 03092021 */
    .profquiz-result .profbtn { width:18%; } /*edited by M 03092021 */
    .profquiz-result a.btn { margin-top:0px; } /*edited by M 280819 */

}

/* iPad Pro 10.5" */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1112px)
  and (-webkit-min-device-pixel-ratio: 2) {
  #subject_ddl_mob, #subject_ddl_mob.affix {
    display: block !important;
    top: 80px;
  }

  .courses-side-bar { display: none !important; }
  .main-content-wrapper { width: 100%; }
  #subject_ddl_mob, #subject_ddl_mob.affix { display: block !important; }
}
/* End of iPad Pro 10.5" */

@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 895px) {
  #subject_ddl_mob, #subject_ddl_mob.affix {
    display: block;
    top: 60px;
  }
}

/* Added by M 18022020 */
@media (min-width: 1920px) {
  .fading-side-menu.affix,
  .fading-side-menu.child.affix{
    width: 13%;
  }
}

@media (min-width: 3000px) {
  .fading-side-menu.affix,
  .fading-side-menu.child.affix {
    width: 8%;
  }
}

.noleftrightpadding {
  padding-left: 0; 
  padding-right: 0;
}

.wrapper {
  background-color: #ffffff;
  white-space: nowrap;
}

.blocks {
  padding: 0px 20px;    
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  text-align:center;
  float:none;
}

.d-hide {
  visibility: hidden;
}