/************************************
 *
 *  Main Styles to compile. Here only @imports!
 *
 ************************************/
 @font-face {
  font-family: 'SourceSansPro-Regular';
  src: url("../fonts/source-sans-pro/SourceSansPro-Regular.otf") format("opentype"); }
@font-face {
  font-family: 'SourceSansPro-Black';
  src: url("../fonts/source-sans-pro/SourceSansPro-Black.otf") format("opentype"); }
@font-face {
  font-family: 'SourceSansPro-BlackIt';
  src: url("../fonts/source-sans-pro/SourceSansPro-BlackIt.otf") format("opentype"); }
@font-face {
  font-family: 'SourceSansPro-Bold';
  src: url("../fonts/source-sans-pro/SourceSansPro-Bold.otf") format("opentype"); }
@font-face {
  font-family: 'SourceSansPro-BoldIt';
  src: url("../fonts/source-sans-pro/SourceSansPro-BoldIt.otf") format("opentype"); }
@font-face {
  font-family: 'SourceSansPro-ExtraLight';
  src: url("../fonts/source-sans-pro/SourceSansPro-ExtraLight.otf") format("opentype"); }
@font-face {
  font-family: 'SourceSansPro-ExtraLightIt';
  src: url("../fonts/source-sans-pro/SourceSansPro-ExtraLightIt.otf") format("opentype"); }
@font-face {
  font-family: 'SourceSansPro-It';
  src: url("../fonts/source-sans-pro/SourceSansPro-It.otf") format("opentype"); }
@font-face {
  font-family: 'SourceSansPro-Light';
  src: url("../fonts/source-sans-pro/SourceSansPro-Light.otf") format("opentype"); }
@font-face {
  font-family: 'SourceSansPro-LightIt';
  src: url("../fonts/source-sans-pro/SourceSansPro-LightIt.otf") format("opentype"); }
@font-face {
  font-family: 'SourceSansPro-Semibold';
  src: url("../fonts/source-sans-pro/SourceSansPro-Semibold.otf") format("opentype"); }
@font-face {
  font-family: 'SourceSansPro-SemiboldIt';
  src: url("../fonts/source-sans-pro/SourceSansPro-SemiboldIt.otf") format("opentype"); }
/**
 * Import fonts either via @import url (e.g. from Googlee Fonts)
 * or via @font-face when font files are stored locally in /app/fonts
 */
@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-Thin.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal; }

body {
  font-family: "SourceSansPro-Regular";
  font-weight: 600;
  background: white;
 }

a,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6,
div,
input,
select {
  font-family: "SourceSansPro-Regular"; }

.vm {
  vertical-align: middle; }

.dib {
  display: inline-block; }

.content {
  padding: 1rem; }

.loader {
  text-align: center;
  width: 100%;
  padding: 20px 0; }

.center {
  text-align: center; }

::-webkit-input-placeholder {
  color: #bdbbbb !important;
  font-size: 16px;
 }

*::-moz-placeholder {
  color: #2f3136 !important;
  font-size: 16px; }

.login-bg {

  background-size: cover;
  background-position: center center;
  height: 100%; }
  .login-bg .list-inset .button-orange {
    width: 60px;
    height: 55px;
    padding: 14px; }
  .login-bg .content_res {
    margin: 0 20px;
    padding: 12% 0 20px; }
    @media (max-width: 500px) {
      .login-bg .content_res {
        padding: 60% 0 40px; } }
    @media (min-width: 1025px) {
      .login-bg .content_res {
        padding: 25% 0 20px; } }
    @media (max-width: 768px) and (orientation: landscape) {
      .login-bg .congent_res h3 {
        margin-bottom: 40px; } }
  .login-bg .regfix {
    padding: 24px 0; }
  .login-bg .or {
    color: white;
    margin: 10px 0; }

.for_link {
  position: relative;
  bottom: 0;
  margin: 5% auto 25px; }
  @media (max-height: 500px) {
    .for_link {
      margin: 40px auto 25px; } }
  .for_link a {
    display: block;
    margin: 5px 0; }
  .for_link .for_pwd {
    border-right: 1px solid white; }
  @media (min-width: 1025px) {
    .for_link {
      margin: 12% auto 0; } }

.view-container .pane,
.view-container .view {
  /* background-color: #ffffff; */
  /* background-color: #FFFAFA; */
  background-color: #f5f5f5; 
}

.pane .textbook .rotate0  {
touch-action:auto;
}

.view-container .home-bg {
  background-color: #205669;
}

.video-content .scroll-bar-v {
visibility:hidden;
}

.home_ctm {
  background: url(../img/home/home_bg.png) 0 0 no-repeat, #7c3200;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 0; }
  .home_ctm:after {
    content: '';
    width: 150%;
    height: 189px;
    background: #7c3200;
    background-size: 85% 82%;
    background-position: 55%;
    background-position-y: 100%;
    position: absolute;
    z-index: -1;
    top: -60px;
    left: -25%;
    right: 0;
    -webkit-border-radius: 70%;
    -moz-border-radius: 70%;
    border-radius: 70%; 
    }

.platform-browser .video-content .scroll {
visibility:visible;
}

.platform-browser .home_ctm {
  background: url(../img/home/home_bg.png) center center no-repeat, #7c3200;
  background-size: cover; }
  @media (min-width: 768px) {
    .platform-browser .home_ctm:after {
        background: #7c3200} }
.platform-browser .foot_mindmap a:hover,
.platform-browser .foot_mindmap a:hover span,
.platform-browser .foot_mindmap a:hover i {
  color: #387ef5; }

/* modifications */
.login-logo-div {
  position: absolute;
  width: 180px;
  margin: 3% 0 4 -3%;
  height: 90px;
  z-index: 500;
  left: 0;
  right: 0;
  text-align: center;
}

@media (min-width: 600px) {
  .login-logo-div {
      width: 190px;
      height: 105px;
  }
}

.log-main div.first {
  flex: 2;
}

.log-main div.second {
  flex: 3;
}

.log-main .sign-up {
  text-decoration: none;
  color: white;
  cursor: pointer;
  border-radius: 3px;
  font-size: 16px; 
  padding: 8px 35px;
  border-color: white;
  border: 1px solid #fff;
  border-radius: 100px;
  background: #0097B5 !important;
}

.new-user {
  /*position: absolute*/
  
  right: 4%;
}

.login-logo {
  height: 48%;
  cursor: pointer;
  position: relative;
  margin-top: 15%;
  margin-left: 15%; 
  /* height: 60%;
  width: 90%;
  cursor: pointer;
  position: relative;
  margin-top: 14%;
  margin-left: 14%; */

}
/*   modifications end here   */
/*Hrishikesh edit*/

.sub_div {
  color: #1c2729;
  background-color:#7e3200;
  text-align: center;
  right: 5%;
  position: absolute;
  bottom: 3%;
  z-index: 6;
}

/*
Overlay and chatbot scc
*/
.openBtn {
  background: #f1f1f1;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
  box-sizing: border-box;
}

.openBtn:hover {
  background: #bbb;
  box-sizing: border-box;
}

/* updated the name as overlay2 by NAVEEN (13/07/20)*/
.overlay2 {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 7;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.6);
  box-sizing: border-box;
  overflow-x: hidden;
}

.overlay-content {
  position: relative;
  top: 200px;
  width: 80%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
/* updated the name as overlay2 by NAVEEN (13/07/20)*/
.overlay2 .closebtn {
  position: absolute;
  top: 174px;
  right: 20px;
  font-size: 60px;
  cursor: pointer;
  color: white;
  box-sizing: border-box;
}
/* updated the name as overlay2 by NAVEEN (13/07/20)*/
.overlay2 .closebtn:hover {
  color: #ccc;
  box-sizing: border-box;
}
/* updated the name as overlay2 by NAVEEN (13/07/20)*/
.overlay2 input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  height: 50px;
  background: white;
  box-sizing: border-box;
}
/* updated the name as overlay2 by NAVEEN (13/07/20)*/
.overlay2 input[type=text]:hover {
  background: #f1f1f1;
  height: 50px;
  box-sizing: border-box;
}
/* updated the name as overlay2 by NAVEEN (13/07/20)*/
.overlay2 button {
  float: left;
  width: 20%;
  height: 50px;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}
/* updated the name as overlay2 by NAVEEN (13/07/20)*/
.overlay2 button:hover {
  background: #bbb;
  box-sizing: border-box;
}
.botui-container {
background-color: white;
}

.botui-messages-container {

}

.botui-actions-container {
padding: 0px 30px;
}

.botui-message {

}

.botui-message-content.text {
background-color: #e1fafc;
color: #404040;
float: left;
}

.botui-message-content.human {
background-color: #f7ff61;
color: #404040;
float: right;
}

.botui-message-content.embed {
}
.botui-message-content.loading {
float: left;
}
.botui-message-content-link {
}

.botui-actions-text-input {
}

.botui-actions-text-submit {
}

button.botui-actions-buttons-button {
margin-top: 0px;
}
::-webkit-input-placeholder {
   font-style: italic;
}
:-moz-placeholder {
   font-style: italic;
}
::-moz-placeholder {
   font-style: italic;
}
:-ms-input-placeholder {
   font-style: italic;
}
/*
Hrishikesh edit ends here
*/

.sign-up {
  text-decoration: underline;
  color: white;
  cursor: pointer;
  border-radius: 3px;
  padding: 10px 10px;
  border-color: transparent; }

.for_pwd {
  font-family: "SourceSansPro-Light";
  border-radius: 0px;
  padding: 0px;
  background: none;
  color: black;
  text-decoration: none; }

.input-div-transparent {
  position: relative;
  background: rgba(255, 255, 255, 0);
  padding: 1%;
  margin: 0 0 10px; }

label.input-transparent {
  background: none;
  border: none;
  margin: 0 auto;
  height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-left: 5px; }

label.input-transparent1 {
  background: none;
  border: none;
  margin: 0 auto;
  height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-left: 5px; }

label.input-transparent-show {
  background: none;
  border: none;
  margin: 0 auto;
  height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-left: 5px; }

label.input-transparent2 {
  background: none;
  border: none;
  margin: 0 auto;
  height: 50px;
  color: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-left: 5px; }

label.input-transparent3 {
  background: rgba(225, 225, 225, 0.75);
  border: none;
  margin: 0 auto;
  height: 50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

label.input-transparent3 i {
  color: #01a85a; }

label.input-transparent3 {
  font-weight: 600; }

/* additions */

.item {
  border-style: hidden;
  background: none;
  /*top:-8px;*/
  color: black;
  text-align:justify;

}

.tab-item-active {
  color: #23b5f4;
}

/* ends here */

.phone-icon {
  width: 27px;
  margin-right: 5%; }

.checked-icon {
  position: absolute;
  right: 0;
  color: #6ac259;
  font-size: 24px; }
  .checked-icon ion-spinner.spinner-android svg {
    height: 25px; }

label.item-input input.input-box {

  color: black;
  font-size: 18px; }

.item-icon-left .icon.logo-icon {
  padding: 17px;
  left: 0; }

a.item-icon-left {
  text-align: left;
  padding-left: 20%;
  color: #858585; }

.login-icon {
  width: 27px;
  position: absolute;
  right: 0;
  margin-right: 5%;
  top: 13px; }

div.card.card-login {
  width: 85%;
  height: 55px;
  padding: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  margin: 0 auto;
  z-index: 3;
  -webkit-box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.25); }

div.card1 {
  width: 85%;
  height: 55px;
  padding: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  margin: 0 auto;
  z-index: 3;
  -webkit-box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.25); }

div.card.card-login1 {
  width: 85%;
  height: 55px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 auto;
  margin-bottom: 2%;
  margin-top: 15px; }

.button-orange.button-block {
  margin: 25px 0 10px;
  padding: 0;
  border: none;
  color: white;
  background-color:#7c3200;
  font-size: 16px;
  font-weight: 600; }

button.button-orange {
  padding: 0;
  border: none;
  right: 0;
  color: white;
  background-color: #7c3200;
  font-size: 16px;
  text-transform: uppercase; }

.button-orange:hover {
  color: #fff; }

.button-orange.activated {
  background-color: #0097b5;
  border: none; }

.item-icon-left .icon.fb-icon {
  padding: 10px;
  left: 3px;
  background-color: #00ff2b;

}

.invite{
left:40%;
 position: relative;
color:#575c61;
font-size: 15px; 
top:-90%; 
z-index: 0;
cursor: pointer;
}

.header-home {
  text-align: center;
  padding: 0 10px; }
  .header-home:after {
    content: '';
    clear: both;
    display: inline-block;
    width: 0;
    height: 0; }
  @media (min-width: 769px) {
    .header-home {
      padding: 0 5%; } }

.pi-points {
  float: right;
  border-radius: 6px;
  width: 50%;
  text-align: center;
  padding: 1% 5px 1% 2px;
  text-align: right; }
  .pi-points h4 {
    margin-top: 3%;
    position: relative; }
    @media (max-width: 500px) {
      .pi-points h4 {
        margin-top: 12%; } }
  .pi-points .pi_checked,
  .pi-points .ion-help-circled {
    position: absolute;
    font-size: 18px; }
  .pi-points .pi_checked {
    bottom: 2px;
    right: -18px;
    font-size: 15px;
    color: #00a859; }
  .pi-points .ion-help-circled {
    bottom: 0;
    right: -18px;
    font-size: 16px;
    color: #c32c31; }

.pi-points-value {
  color: #d42222;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  background: #eaeaea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 10px 6px;
  margin-top: 10px; }
  .pi-points-value .vm {
    line-height: 20px; }

.pi-points-img {
  width: 10px;
  margin-left: 2px; }

.home-card {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 5%; }
  .home-card .items {
    text-align: center;
    cursor: pointer;
    padding: 25px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 1024px) {
      .home-card .items {
        padding: 26px; } }
    @media (max-width: 767px) {
      .home-card .items {
        padding: 20px; } }
    @media (max-width: 470px) {
      .home-card .items {
        padding: 15px; } }
    @media (min-height: 570px) and (max-height: 668px) {
      .home-card .items {
        padding: 20px; } }
    @media (min-height: 669px) {
      .home-card .items {
        padding: 25px; } }
    @media (min-height: 769px) {
      .home-card .items {
        padding: 25px; } }
    .home-card .items img {
      display: block;
      margin: 10px auto;
      position: absolute;
      left: 0;
      margin: 0 auto;
      right: 0;
      display: block;
      text-align: center; }
      @media (min-width: 1024px) {
        .home-card .items img {
          width: 65px; } }
      @media (min-width: 600px) {
        .home-card .items img {
          width: 50px; } }
    .home-card .items .clr-gray {
      margin-top: 60px;
      display: inline-block; }
      @media (max-width: 1024px) {
        .home-card .items .clr-gray {
          font-size: 18px; } }
      @media (max-width: 600px) {
        .home-card .items .clr-gray {
          font-size: 14px; } }
    .home-card .items:active {
      background: rgba(245, 134, 52, 0.4);
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .home-card .items:active .icons {
        width: 60px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }

.platform-browser .home-card:hover, .platform-browser .home-card:focus {
  background: #eee; }
.platform-browser .home-card .row {
  padding-left: 6px;
  padding-right: 6px; }
  .platform-browser .home-card .row:hover .item-first {
    border-color: transparent; }
.platform-browser .home-card .items:hover, .platform-browser .home-card .items:focus {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: rgba(245, 134, 52, 0.4);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .platform-browser .home-card .items:hover .icons, .platform-browser .home-card .items:focus .icons {
    width: 60px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.home-card.list:last-child.card {
  margin-bottom: 0 !important;
   }

.items {
  padding: 4%; }

.item-hr {
  width: 98%;
  margin: 2px auto; }

.item-first {
  border-right: 1px solid #c7c7c7; }

.register-select {
  width: 100%;
  height: 100%;
  color: black;
  font-size: 16px;
  z-index: 1;
  background: none;
  border: 0;
  padding-right: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.platform-browser .register-select {
  color: black;
  padding-right: 45px; }

.select-down-arrow {
  position: absolute;
  right: 15px;
  z-index: 0; }

.register-icons {
  font-size: 32px;
  color: black;
  margin-right: 5%; }

button.button-register {
  border: none;
  color: white;
  background-color: #7e3200;
  font-size: 12px;
  padding-right: 20%;
  padding-left: 20%;
  font-weight: 600;
  margin-top: 20px !important; }

button.button-register:hover {
  color: #fff; }

button.button-register.activated {
  background-color: #ef8400;
  border: none; }

button.button-change-pwd {
  border: none;
  color: white;
  background-color: var(--button-positive);
  font-size: 12px;
  font-weight: 700;
  padding-right: 15%;
  padding-left: 15%;
  margin-bottom: 5%; }

button.button-change-pwd:hover {
  color: #fff; }

button.button-change-pwd.activated {
  background-color: var(--button-positive);
  border: none; }

button.button-logout {
  border: none;
  color: white;
  background-color: #c32c31;
  font-size: 12px;
  font-weight: 700;
  padding-right: 15%;
  padding-left: 15%; }

button.button-logout:hover {
  color: #fff; }

button.button-logout.activated {
  background-color: #bd0d12;
  border: none; }

.show-password {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
  font-size: 28px;
  color: black;
  cursor: pointer; }

.science-botany-content .scroll {
  padding: 15px 0 0 0; }

/*
.bar.bar-light {
  -webkit-box-shadow: 0 -10px 60px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 -10px 60px rgba(0, 0, 0, 0.4);
  box-shadow: 0 -10px 60px rgba(0, 0, 0, 0.4);
  border: 0;
  background: url(../img/header_pattern.png) 0 0, #205669; }
  .bar.bar-light a,
  .bar.bar-light .back-arrow {
    color: white; }
*/
.science-botany {
  color: white;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0px;
  margin: 7px;
  margin-left: 10px;
  text-transform: uppercase; }

.pi-science {
  margin-right: 5%;
  position: fixed;
  right: 0;
  width: 125px;
  padding: 5px; }

.home-button {
  font-size: 34px;
  position: absolute;
  right: 15px;
  color: #5695ff; }

.video-slider {
  background-size: 100% 100%;
  height: 180px;
  position: relative;
/*  margin: auto;
  padding: 0px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);*/ }
  @media (min-width: 1001px) {
    .video-slider {
      height: 260px; } }
  @media (max-width: 1000px) {
    .video-slider {
      height: 260px;
      width: 260px;
 } }
  @media (max-width: 500px) {
    .video-slider {
      height: 180px; } }
  .video-slider:after {
    width: 64px;
    height: 64px;
    /*background: url(../img/play.png) 0 0 no-repeat;*/
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px;
    z-index: 1000;
    content: ""; }


.video-slider1 {
  background-size: 100% 100%;
  height: 180px;
  position: relative;
  width: 120%;
 }
  @media (min-width: 1001px) {
    .video-slider1 {
      height: 260px; } }
  @media (max-width: 1000px) {
    .video-slider1 {
      height: 260px;
      width: 260px;
 } }
  @media (max-width: 500px) {
    .video-slider1 {
      height: 180px; } }
  .video-slider1:after {
    width: 64px;
    height: 64px;
    background: url(../img/play.png) 0 0 no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px;
    z-index: 1000;
    content: ""; }

.lib-video-slider {
  background-size: 100% 100%;
  height: 110px;                   /*SOWMYA - 30 APR*/
 /* position: relative; */        /*SOWMYA - 30 APR*/
  /*margin: auto;*/                /*SOWMYA - 30 APR*/
  padding: 0px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3); }
 @media (min-width: 425px) {
    .lib-video-slider {
  background-size: 100% 100%;
  height: 110px;                   /*SOWMYA - 30 APR*/
  width: 0%;
 /* position: relative; */        /*SOWMYA - 30 APR*/
  /*margin: auto;*/                /*SOWMYA - 30 APR*/
  padding: 0px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3); } }

@media (max-width: 325px) {
    .lib-video-slider {
  width: 0%;
 } }
  .lib-video-slider:after {
    cursor: pointer;    /*SOWMYA - 5th MAY*/
    width: 0px;
    height: 0px;
    background: url(../img/play.png) 0 0 no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    position: absolute;
    top: 40%;          /**SOWMYA - 30 APR*/
    left: 50%;
    margin: -32px;
    z-index: 5;
    content: ""; }


 @media (min-width: 375px) {
    .lib-video-slider {
  width: 0%;
 } }
  .lib-video-slider:after {
    cursor: pointer;    /*SOWMYA - 5th MAY*/
    width: 64px;
    height: 64px;
    background: url(../img/play.png) 0 0 no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    position: absolute;
    top: 40%;          /**SOWMYA - 30 APR*/
    left: 50%;
    margin: -32px;
    z-index: 5;
    content: ""; }

@media (max-width:425px) {
.lib-video-slider:after {
    cursor: pointer;    /*SOWMYA - 5th MAY*/
    width: 64px;
    height: 64px;
    background: url(../img/play.png) 0 0 no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    position: absolute;
    top: 30%;          /**SOWMYA - 30 APR*/
    left: 50%;
    margin: -32px;
    z-index: 5;
    content: ""; }}

.lib-video-slider1 {
  background-size: 100% 100%;
  height: 100px;                   /*SOWMYA - 30 APR*/
 /* position: relative; */        /*SOWMYA - 30 APR*/
  /*margin: auto;*/                /*SOWMYA - 30 APR*/
  padding: 0px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3); }
 @media (max-width: 425px) {
    .lib-video-slider1 {
  background-size: 100% 100%;
  height: 100px;                   /*SOWMYA - 30 APR*/
  width: 0%;
 /* position: relative; */        /*SOWMYA - 30 APR*/
  /*margin: auto;*/                /*SOWMYA - 30 APR*/
  padding: 0px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3); } }
 
  .lib-video-slider1:after {
    cursor: pointer;    /*SOWMYA - 5th MAY*/
    width: 64px;
    height: 64px;
    background: url(../img/play.png) 0 0 no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    position: absolute;
    top: 40%;          /**SOWMYA - 30 APR*/
    left: 50%;
    margin: -32px;
    z-index: 5;
    content: ""; }


.platform-browser .concept-card:hover,
.platform-browser .video-slider:hover,
.platform-browser .video-slider:focus,
.platform-browser .video-slider1:hover,
.platform-browser .video-slider1:focus,
.platform-browser .lib-video-slider:hover,
.platform-browser .lib-video-slider:focus {
  opacity: 0.8; }
.platform-browser .concept-card1:hover{
  opacity: 0.8; }
.platform-browser .tab-item:hover {
  color: #0097d5; }
.platform-browser .tab-item3:hover {
  color: #F28B23; }


.science-botany-slider {
  height: 240px; }
  .science-botany-slider .swiper-pagination {
    bottom: 6px !important; }
  @media (min-width: 1024px) {
    .science-botany-slider {
      height: 320px; } }
  @media (max-width: 1023px) {
    .science-botany-slider {
      height: 320px; } }
  @media (max-width: 500px) {
    .science-botany-slider {
      height: 240px; } }
  @media (max-width: 425px) {
 .science-botany-slider .swiper-pagination {
    bottom: 52px !important; }}

.swiper-wrapper {
    position: absolute;
    left: 0;
    top: 26%;
    width: 80%;
    height: 100%;
    padding: 0;
}

@media (max-width: 375px) {
.swiper-wrapper {
    position: absolute;
    left: 3%;
    top: 26%;
    width: 100%;
    height: 100%;
    padding: 0;
}}

.popular {
font-size:25px; 
margin-top:29%; 
margin-left:3%;
font-style: bold;
font-family: SourceSansPro-Regular;}

@media (max-width: 425px) {
.popular {
font-size:25px; 
margin-top:10%; 
margin-left:3%;
font-style: bold;
font-family: SourceSansPro-Regular;}}
@media (max-width: 325px) {
.popular {
font-size:25px;
margin-top:6%;
margin-left:3%;
font-style: bold;
font-family: SourceSansPro-Regular;}}



.swiper-container-horizontal > .swiper-pagination {
  bottom: 19px; }

.bar .video-title {
  line-height: 36px;
  padding-left: 10px;
  text-transform: uppercase; }

.bar .video-title1 {
  line-height: 36px;
  /*padding-left: 14%;*/
  text-transform: uppercase; 
  position: relative;
  left:-12%;}

 @media (max-width: 425px) {
.bar .video-title1 {
  line-height: 36px;
  padding-left: 22px;
  text-transform: uppercase; 
  position: relative;
  left:-22%;}}


.video-slide-box {
  padding: 0 10px 0;
  border-radius: 10px;
  width: 70%;
  margin-right:10%; }

.footpadding {
  padding-bottom: 50px; }

.video-tag {
  display: inline-block;
  margin: 12px 0 10px; }
  .video-tag i {
    display: inline-block;
    margin: 0 5px; }
  .video-tag span {
    vertical-align: middle; }
.video-tag1 {                  /*SOWMYA - 23 APR*/
  display: inline-block;
  margin: 12px 0 10px; }
  .video-tag1 i {
    display: inline-block;
    margin: 0 5px; }
  .video-tag1 span {
    vertical-align: middle; }
.video-tag2 {                  /*SOWMYA - 23 APR*/
  display: inline-block;
  /*margin: 12px 0 10px;*/ }
  .video-tag2 i {
    display: inline-block;
    margin: 0 5px; }
  .video-tag2 span {
    vertical-align: middle; }

.video-icon {
  height: 25px; }

.video-text {
  padding: 0 3px;
  font-size: 14px;
  /*line-height: 9px;*/
  display: inline-block;
  text-transform: capitalize;
  font-weight: 600; }

@media (max-width: 425px){
.video-text {
  padding: 0 3px;
  font-size: 12px;
  line-height: 9px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 600; }}

.video-section-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 500px;
  padding: 5px; }
  @media screen and (max-width: 500px) {
    .video-section-name {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      width: 250px;
      padding: 5px; } }

.edit-video-title {
  padding: 0px 5px 0px 5px;
  color: #3797d6;
  position: absolute;
  font-size: 16px;
  right: 10px;
  cursor: pointer; }

.disab {
  cursor: default;
}

.filter-span {
  background: white;
  height: 27px;
  width: 27px;
  position: absolute;
  right: 10px;
  top: 5px;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 6666; }
  .filter-span i {
    font-size: 16px;
    display: inline-block;
    margin: 7px 6px;
    color: #0097d5; }

.filter-icon {
  width: 16px;
  margin: 5px; }

.btn-card-div {
  width: 100%;
  padding: 10px 0 5px; }
  .btn-card-div .video-tag {
    margin: 5px 0; }

.image-span,
.bookmark-span {
  padding-top: 0%;
    line-height: 274%;
    /* display: block; */
    position: absolute;
    margin-left: 3%;
    top: 94.5%;
    background: white;
    width: 7%;
    height: 7.1%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.5);
    z-index: 6666;
    image-span size: landscape;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .image-span i,
  .bookmark-span i {
    font-size: 18px;
    margin: 5px;
    display: inline-block;
    color: white; }
@media (max-width:425px){
.image-span,
.bookmark-span {
  padding-top: 0%;
    line-height: 274%;
    /* display: block; */
    position: absolute;
    left: 56%;
    top: 94.5%;
    background: white;
    width: 11%;
    height: 5.1%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.5);
    z-index: 6666;
    image-span size: landscape;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .image-span i,
  .bookmark-span i {
    font-size: 18px;
    margin: 5px;
    display: inline-block;
    color: white; }}

@media (max-width:375px){
.image-span,
.bookmark-span {
  padding-top: 0%;
    line-height: 274%;
    position: absolute;
    left: 54.8%;
    top: 94.5%;
    background: white;
    width: 14%;
    height: 5.1%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.5);
    z-index: 6666;
    image-span size: landscape;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .image-span i,
  .bookmark-span i {
    font-size: 18px;
    margin: 5px;
    display: inline-block;
    color: white; }}
.image-span1,
.bookmark-span {
  display: block;
  position: absolute;
  left: 10px;
  top: 44px;
  background: var(--button-positive);
  width: 40px;
  height: 33px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.5);
  z-index: 6666;
  }
  .image-span1 i,
  .bookmark-span i {
    font-size: 18px;
    margin: 5px;
    display: inline-block;
    color: white; }

.bookmark-span {
  right: 10px;
  left: auto;
  text-align: center; }
  .bookmark-span i {
    margin: 5px;
    left: 5px; }

.plusbutton
{
font-size:32px;
padding-top:1px;
padding-left:13px;
padding-right:13px;
padding-bottom:7px;
color:#0097d5;
width:56px;
margin-left:-43%;
}

@media (max-width: 425px){
.plusbutton
{
font-size:32px;
padding-top:1px;
padding-left:13px;
padding-right:13px;
padding-bottom:7px;
color:#0097d5;
width:56px;
margin-left:-32%;
}}

@media (max-width: 375px){
.plusbutton
{
font-size:32px;
padding-top:1px;
padding-left:14px;
padding-right:13px;
padding-bottom:7px;
color:#0097d5;
width:56px;
margin-left:-32%;
}}

.image-icon {
  width: 25px;
  margin: 5px; }

.close_icon {
  top: 0; }

#errorPop {
  position: absolute;
  bottom: -13px;
  width: 100%;
  text-align: left;
  color: white;
  font-size: 15px; }

.back-btn {
  color: black;
  position: absolute;
  left: 10px;
  top: 20px;
  font-size: 20px;
  z-index: 500;
  padding: 10px;
  cursor: pointer; }

p.confirm-text {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  font-weight: 600; }

p.select-text {
  color: rgba(36, 79, 107, 0.75);
  font-size: 16px;
  font-weight: 600; }

.btn-text {
  width: 70%;
  float: left;
  padding: 14px 10px;
  height: 100%;
  text-align: left;
  color: black;
  font-weight: 600;
  margin: 0;
 /* border-right: 1px solid white;*/ }

.btn-text1 {		/*SOWMYA - 23 APR*/
  width: 100%;
  float: left;
  padding: 14px 10px;
  height: 100%;
  text-align: left;
  color: white;
  font-weight: 600;
  margin: 0;
 /* border-right: 1px solid white;*/ }

.btn1-slide-box {
  padding: 0 10px; }

.test-icon:before {
  font-size: 24px; }

.botany-btn1-slider {
  width: 100%;
  height: 95px; }
  .botany-btn1-slider .swiper-pagination {
    bottom: 0; }

.swiper-slide img {
    width: 273px;
    height: auto;
    max-height: 100%;
    clip: rect(26px,350px,140px,0px);
}

.btn-marks {
  display: grid;
  text-align: center;
  color: white;
  width: 30%;
  float: left;
  font-weight: 800;
  padding: 0; }

.btn-mark-points {
  color: white;
  font-size: 20px; }

.btn-mark-points.btn-mark-points-empty {
  font-size: 11px; }

.btn-marks-tag {
  color: white;
  font-size: 11px; }

.btn-card.concept-card {
  background: #f7f6f2;
  background-size: 100%; }

.btn-card.concept-card1 {
  background: white;
  background-size: 100%;
  width: 90%; /* Desktop view / tablet - options in mcq and quiz no drag drop*/
}
.btn-card1.concept-card1 {
  background: url(../img/green.png);
  background-size: 100%; }

.btn-card1.concept-card {
  background-image: url(../img/green.png);
  background-size: 100%; }

.concept-card {
  display: block;
  margin: 5px 0px 5px 0px;
  height: 70px;
  padding: 10px;
  background: url(../img/mindmap.png) 0 0 repeat;
  background-size: 100%;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3); }
  .concept-card .video-tag {
    margin: 5px 0; }

.concept-card1 {
  display: block;
  margin: 5px 0px 5px 0px;
  position: relative;
  left: 6.5%;
  height: auto;
  min-height: 60px;
  overflow: visible;
  padding: 10px;
  background: url(../img/mindmap.png) 0 0 repeat;
  background-size: 100%;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3); }
  .concept-card1 .video-tag {
    margin: 5px 0; }

@media (max-width: 425px){
.concept-card1 {
  display: block;
  /*margin: 5px 0px 5px 0px;*/
  position: relative;
  left:5%;
  height: auto;
  min-height: 60px;
  overflow: visible;
  padding: 10px;
  background: url(../img/mindmap.png) 0 0 repeat;
  background-size: 100%;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3); }
  .concept-card1 .video-tag {
    margin: 5px 0; }
}

@media (max-width: 375px){
.concept-card1 {
  display: block;
  /*margin: 5px 0px 5px 0px;*/
  position: relative;
  left:5%;
  height: auto;
  min-height: 56px;
  overflow: visible;
  padding: 10px;
  background: url(../img/mindmap.png) 0 0 repeat;
  background-size: 100%;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3); }
  .concept-card1 .video-tag {
    margin: 5px 0; }
}

.mindmap_content {
  padding: 0 10px 15px;
  background: #fff; }

.concept-text {
  width: 70%;
  padding: 16px 10px;
  margin: 0 auto;
  float: left;
  height: 100%;
  text-align: left;
  color: white;
  font-weight: 600;
  border-right: 1px solid white; }

.concept-marks {
  display: grid;
  text-align: center;
  color: white;
  width: 30%;
  float: left;
  font-weight: 800;
  padding: 5px;
  margin-top: 7px; }

.center-icon {
  opacity: 1;
  color: black;
  font-weight: normal;
  padding: 15px;
  position: relative; }
  .center-icon .pi_icon {
    display: block;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    box-shadow: 1px 2px 10px 0px grey;
    border-radius: 50%;
    background: var(--button-positive);
    border: 2px solid white; }
    .center-icon .pi_icon img {
      margin-top: 10px; }

.mind_map {
  margin: 10px 0 10px; }

.extra-padding {
  padding: 60px; }

.name-main {
  margin: 2px 0; }

.class-name {
  margin-bottom: 6px; }

.pi-view-home {
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
  margin: 20px auto 10px;
  display: inline-block;
  width: 130px;
  height: 130px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%; }
  .pi-view-home:active {
    width: 140px;
    height: 140px;
    margin: 15px auto 2px;
    background: #f2853b;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.platform-browser .pi-view-home:hover, .platform-browser .pi-view-home:focus {
  width: 140px;
  height: 140px;
  margin: 18px auto 2px;
  background: #f2853b;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.platform-browser .video-content {
  overflow-y: scroll; }
.quiz_content{
 /* overflow-y: scroll; */
}
.button-image {
  width: 75px;
  top: -50px;
  position: relative;
  background: white;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .button-image:hover, .button-image:focus {
    background: #f2853b;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }


  .video-content .video-tag {
    margin-top: 52px !important;
    margin-bottom: 6px !important; }

.video-tab .pi_share:before,
.quiz-tab .pi_share:before {
  color: #0097d5;     /*SOWMYA C- MAY 5th*/
  /*  color: black;*/ }
.quiz-tab .pi_share_lib:before {
  color: black; }
.video-tab .pi_share.share-active:before,
.quiz-tab .pi_share.share-active:before {
  color: #F28B23; }
.quiz-tab .pi_share_lib.share-active:before {
  color: black; }

.loading-container {
  background: black; }
  @media (min-width: 768px) {
    .loading-container {
      width: 768px;
      margin: 0 auto;
      left: 50%;
      margin-left: -384px; } }
  .loading-container .loading {
    background-color: black;
    background: black; }

.video-slide-box .video-title {
  position: absolute;
  color: #5695ff;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0px;
  margin: 7px;
  margin-left: 15px; }

/* .video-slider img, */
/*.lib-video-slider img {
  width: 100%;
  height: 100%; }*/





  /*SOWMYA - 30 APR*/
/* @media (max-width: 375px) {
  .lib-video-slider1 img {          
  right:0%;
  bottom:16%;
 }} */

.logo-box {
  width: 140px;
  height: 70px;
  float: left;
  text-align: left;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px; }
  .logo-box .home-logo {
    cursor: pointer;
    height: 45%;
    margin: 8% 5px; }
    @media (max-width: 500px) {
      .logo-box .home-logo {
        margin: 15% 15px; } }

.profile-icon {
  width: 20px;
  font-size: 32px;
  color: black;
  margin-right: 5%;
  font-size: 22px; }

ion-spinner.spinner-android {
  stroke: #eeeeee; }

ion-spinner.spinner-android svg {
  height: 40px;
  width: 40px; }

.spinner-div {
  position: absolute;
  width: 100%;
  top: 275px;
  text-align: center;
  z-index: 1000; }

.library-video-img {
  background-size: 100% 100%;
  height: 170px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3); }

.library-btn-card {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-size: cover;
  display: inline-flex;
  padding: 15px;
  background-image: url(../img/green.png);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3); }

.lib-card-div {
  width: 100%;
  height: 85px;
  padding: 5px 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.filter-lib-span {
  background: white;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 5px;
  top: 0;
  z-index: 9;
  border-radius: 50%;
  box-shadow: 2px 2px 5px 0px #aaaaaa; }
  .filter-lib-span i {
    font-size: 18px;
    margin: 5px;
    display: inline-block;
    color: #0097d5; }

.filter-lib-icon {
  height: 18px;
  margin: 20%; }

.bg-gray {
  background: #efefef; }

.when-header {
  margin-top: 43px; }

.bar-blue {
  background: #dedede; }

.bar-blue h1 {
  color: #fff; }

/* #close-modal {
    color: #1aa6df;
    font-weight: 400;
}

.modal-backdrop.active {
    height: 70%;
    width: 90%;
    right: -10%;
    top: 20%;
    margin: 0 auto;
}

.modal-backdrop {
    height: 70%;
    width: 90%;
    right: -10%;
    top: 20%;
    margin: 0 auto;
}

.modal-backdrop-bg {
    background: rgba(0, 0, 0, 0.25);
}
*/
.platform-ios .modal-close:before {
  color: #1aa6df;
  margin: 10px; }

.platform-android .modal-close:before {
  color: #1aa6df;
  margin: 5px; }

.platform-ios .bar span.title.modal-title {
  font-size: 15px;
  color: #828282;
  font-weight: 600;
  width: 100px;
  margin-left: -65px; }

.platform-android .bar span.title.modal-title {
  font-size: 15px;
  color: #828282;
  font-weight: 600; }

.back-arrow:before {
  font-size: 24px; }

.back-arrow {
  padding-top: 5px;
  width: 35px;
  height: 35px;
 }

.back-arrow1 {
  padding-top: 9px;
  width: 35px;
  height: 35px;
  position: relative;
  left:-11%; }

@media (max-width: 425px) {
.back-arrow1 {
  padding-top: 9px;
  width: 35px;
  height: 35px;
  position: relative;
  left:-19%; }
}

.clr-gray {
  color: #717171; }

.btn-card-div .video-tag {
  margin-top: 0; }

.quiz_content .question-head {
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
  width: 100%;
  display: inline-flex;
  margin-bottom: 25px; }
.quiz_content .question-number {
  padding: 0px 5px; }
.quiz_content .answer-list .list .answer-choice .item-content,
.quiz_content .answer-list .list .answer-correct .item-content {
  background: #f4f4f4;
  padding-right: 16px;
  padding-left: 45px;
  text-align: left;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  white-space: normal; }
  .quiz_content .answer-list .list .answer-choice .item-content .radio-icon,
  .quiz_content .answer-list .list .answer-correct .item-content .radio-icon {
    padding: 0; }
.quiz_content .answer-list .list .answer-choice:first-child,
.quiz_content .answer-list .list .answer-correct:first-child {
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0; }
.quiz_content .answer-list .list .answer-choice:last-child,
.quiz_content .answer-list .list .answer-correct:last-child {
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px; }
.quiz_content .video-tag {
  /*margin-bottom: 20px;*/
  margin-top: 7%;
 /* margin-left:-85%;*/ }

@media (max-width:425px){
.quiz_content .video-tag {
  /*margin-bottom: 20px;*/
  margin-top: 12%;
  margin-left:-20%; }}

@media (max-width:375px){
.quiz_content .video-tag {
  /*margin-bottom: 20px;*/
  margin-top: 14%;
  margin-left:-20%; }}

.quiz_content .video-tag1 { /*SOWMYA - 23 APR*/
  margin-top: 11%;
  margin-bottom: 20px; }
.quiz_content .video-tag2 { /*SOWMYA - 23 APR*/
  margin-top: 10px;
 }
.quiz_content .button-next-question {
  float: right;
  background: var(--button-positive);
  margin-top: 82px;     /*SOWMYA - 28 APR*/
  margin-right: 30px;
  padding-left: 5px;
  min-height: 42px;
  /*text-transform: uppercase;*/
  color: white;
  font-weight: 700;
  font-size: 18px; }
button.button-next-question:hover {
  background: orange;
  color: white;
}
button.button-next-question1:hover {
  background: orange;
  color: white;
}
.button-next-question1 {
  float: right;
  background: var(--button-positive);
  margin-top: -15px;       /*SOWMYA - 28 APR*/
  margin-right:30px;
  padding-left:15px;
  padding-right:25px;
  min-height: 42px;
 /* text-transform: lowercase;*/
  color: white;
  font-weight: 700;
  font-size: 18px; }
  .quiz_content .button-next-question i {
    display: inline-block;
    margin-left: 5px;
    font-size: 25px;
    vertical-align: middle; }
    .quiz_content .button-next-question i .ion-ios-arrow-thin-right:before {
      font-weight: 600; }
button.button-next-question2:hover {
  background: orange;
  color: white;
}
.button-next-question2 {
  float: right;
  background: var(--button-positive);
  margin-top: 82px;       /*SOWMYA - 28 APR*/
  margin-right:30px;
  padding-left:15px;
  padding-right:25px;
  min-height: 42px;
 /* text-transform: lowercase;*/
  color: white;
  font-weight: 700;
  font-size: 18px; }
  .quiz_content .button-next-question i {
    display: inline-block;
    margin-left: 5px;
    font-size: 25px;
    vertical-align: middle; }
    .quiz_content .button-next-question i .ion-ios-arrow-thin-right:before {
      font-weight: 600; }

@media (max-width: 375px) {
.button-next-question1 {
   float: right;
  background: var(--button-positive);
  margin-top: 5%;       /*SOWMYA - 28 APR*/
  margin-right:4%;
  padding-left:15px;
  padding-right:25px;
  min-height: 42px;
 /* text-transform: lowercase;*/
  color: white;
  font-weight: 700;
  font-size: 18px; 
  }}

@media (max-width: 425px) {
.button-next-question1 {
   float: right;
  background: var(--button-positive);
  margin-top: 5%;       /*SOWMYA - 28 APR*/
  margin-right:4%;
  padding-left:15px;
  padding-right:25px;
  min-height: 42px;
 /* text-transform: lowercase;*/
  color: white;
  font-weight: 700;
  font-size: 18px; 
  }}

.quiz_content .answer-choice input:checked + .radio-content div.item-content {
  background: #bf1b20;
  color: white; }
.quiz_content .answer-correct input:checked + .radio-content div.item-content {
  background: #00a859;
  color: white; }
.quiz_content .answer-list .list .answer-correct.highlight-answer .item-content {
  background: #00a859;
  color: white; }
.answer-correct1{
  background:#00a859;
  color: black;
  text-align: left; }
.answer-choice1{
  background:#bf1b20;
  color: black;
  text-align: left; }

div.radio-content .ion-checkmark:before {
  color: white;
  position: absolute;
  top: 15px;
  left: 0; }

.video-title-slider {
  color: gray;			/*SOWMYA - 23 APR*/
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  background: transparent;   /*SOWMYA - 23 APR*/
  font-size: 14px;
  margin: 0;
  text-align: right;  /*SOWMYA - 23 APR*/
  padding: 5px 10px 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: capitalize;
  height: 28px;
  line-height: 16px; }

.video-title-holder {
  width: 100%;
  box-shadow: 0px 0px 5px 0px black;
  border-radius: 5px;
  text-align: center;
  background: rgba(0, 0, 0, 0.59); }

.chaptertitle
{
margin: 0px;
white-space: nowrap;
/*overflow: hidden;*/
text-overflow: ellipsis;
/*text-transform: uppercase;*/
z-index: 3
}

.piview-content {
  background: #f1f1f1; }
  .piview-content .video-tag {
    margin-bottom: 10px; }

.piview-content1 {   
  top: 24px;   /*SOWMYA - 23 APR*/
  background: white; }
  .piview-content1 .video-tag {
    margin-bottom: 10px; }

.quiz-image {
  width: 100%;
  height: 150px; }

.quiz-slider {
  height: 225px;
  border-radius: 10px;
  margin: 0 0 10px 0; }
  @media (min-width: 1000px) {
    .quiz-slider {
      height: 275px;
      width: 80%;
      margin: 0 auto;
      margin-bottom: 10px; } }


.quiz-slider-arrows {
  font-size: 24px;
  top: 205px;
  z-index: 9;
  color: #0097d5;
  position: absolute;
  width: 25px; }

.textbook_img .piimagecontent .quiz-pop-image {
  width: 100%; }

.quiz-slider-arrows.arrow-left {
  left: 0px; }

.quiz-slider-arrows.arrow-right {
  right: 0px; }

.fav-video {
  padding: 0;
  margin: 5px 0px 5px 0px;
  box-shadow: none;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3); }

.fav-quiz {
  padding: 3%; }

.fa {				/*SOWMYA - APR 30*/
  display: inline-block;
  font-size: 16px;
  /*cursor: pointer;*/         /*SOWMYA - MAY 12*/
  margin-right: 15px;
  /*margin-left:50px;*/
  user-select: none;
}

/*SOWMYA - MAY 12*/
/*.fa:hover {			 
  color: #ff8d00;
}*/


.popup .errorText,
.popup .errorTextLength {
  position: absolute; }

.platform-browser.platform-win32 .tabs {
  width: 100%; }

.tabs .tab-item .pi_bookmark:before,
.tabs .tab-item .pi_arrow_right:before,
.tabs .tab-item .pi_arrow_left:before {
  color: #0097d5; }
.tabs .tab-item .pi_arrow_left1:before {
  color: #0097d5; }
.tabs .tab-item .pi_bookmark.item-bookmarked:before {
  color: #F28B23; }
.tabs .tab-item .fa.item-bookmarked:before {          /*SOWMYA - MAY 12*/
  color: #717171; }
.tabs .tab-item .pi_arrow_right.arrow-gray:before,
.tabs .tab-item .pi_arrow_left.arrow-gray:before {
  color: gray; }
.tabs .tab-item .pi_arrow_right.arrow-gray:before,
.tabs .tab-item .pi_arrow_left1.arrow-gray:before {
  color: gray; }

.icon-active {
  color: #0097d5; }

#inputImage {
  display: none; }

#errorPopName p.errorText {
  position: absolute; }

.pi_test:before {
  font-size: 18px;
  vertical-align: middle; }

.library-tabs .pi_test:before {
  font-size: 20px;
  vertical-align: initial; }
.library-tabs2 .pi_test:before {
  font-size: 20px;
  vertical-align: initial; }

.seek-title {
  position: absolute;
  left: 42px;
  color: #0097d5;
  margin-top: 12px;
}
  @media (min-width: 1024px) {
    .seek-title {
     /* top: 68%;*/ } } /*SOWMYA - MAY 12*/
  @media (max-width: 500px) {
    .seek-title {
      left: 22px; } }

.library-content {
  padding: 20px 10px 10px 10px;
  margin: 25px 0px 0px 0px;
  overflow-y: scroll; }
  .library-content .pi_bookmark.item-bookmarked:before {
    color: #F28B23; }
  .library-content .item-bookmarked {
    position: absolute;
    font-size: 25px;
    right: 8px;
    padding: 0px 0px 15px 15px; }
  .library-content .item-bookmarked.quiz-card {
    position: absolute;
    font-size: 25px;
    right: 8px;
    margin-top: -10px;
    padding: 0px 0px 15px 15px; }

.library-content1 {
  top:11%;
  padding: 35px 10px 10px 10px;
  margin: 30px 0px 0px 0px;
  overflow-y: scroll; }
  .library-content1 .pi_bookmark.item-bookmarked:before {
    color: #F28B23; }
  .library-content1 .item-bookmarked {
    position: absolute;
    font-size: 25px;
    right: 8px;
    padding: 0px 0px 15px 15px; }
  .library-content1 .item-bookmarked.quiz-card {
    position: absolute;
    font-size: 25px;
    right: 8px;
    margin-top: -10px;
    padding: 0px 0px 15px 15px; }


.library-content2 {
      top:11%;
      padding: 35px 10px 10px 10px;
      margin: 25px 0px 0px 0px;
      overflow-y: scroll; }
      .library-content2 .pi_bookmark.item-bookmarked:before {
        color: #F28B23; }
      .library-content2 .item-bookmarked {
        position: absolute;
        font-size: 25px;
        right: 8px;
        padding: 0px 0px 15px 15px; }
      .library-content2 .item-bookmarked.quiz-card {
        position: absolute;
        font-size: 25px;
        right: 8px;
        margin-top: -10px;
        padding: 0px 0px 15px 15px; }

.pi_bookmark.item-bookmarked:before {
  color: #F28B23; }
.fa.item-bookmarked:before {	/*SOWMYA - MAY 12*/
  color: #717171; }

.textbook {
  height: 100%;
  overflow-y: scroll; }
  .textbook .wait-youtube-load p {
    margin-top: 20%; }
  .textbook ion-spinner.spinner {
    top: 28% !important; }

.textbook_img {
  background: rgba(0, 0, 0, 0.3); }
  .textbook_img .piimagecontent {
    overflow-y: scroll;
    text-align: center; }
    .textbook_img .piimagecontent img {
      vertical-align: middle;
      display: inline-block;
      width: 100%; }
      @media (max-width: 600px) {
        .textbook_img .piimagecontent img {
          width: 100%; } }
      @media (max-width: 767px) and (orientation: landscape) {
        .textbook_img .piimagecontent img {
          width: 43%; } }
    .textbook_img .piimagecontent .piview_fix {
      width: 1px;
      height: 100%;
      min-height: 10px;
      vertical-align: middle;
      display: inline-block; }
    .textbook_img .piimagecontent ion-scroll {
      overflow: hidden; }
  @media (min-width: 1050px) {
    .textbook_img {
      top: 0;
      bottom: 0;
      left: 50%;
      width: 768px;
      margin-left: -384px; } }
  @media (min-width: 768px) {
    .textbook_img {
      top: 0;
      right: auto;
      bottom: 0;
      left: 50%;
      margin-left: -384px;
      width: 768px; } }
  @media (max-width: 767px) {
    .textbook_img {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8); } }

.library-slider {
  height: 250px;
  width: 100%; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.btn-mindmap {
  line-height: 40px; }

.empty-seek {
  width: 100%;
  left: 0;
  padding-left: 60px;
  padding-right: 60px; }
  @media (min-width: 768px) {
    .empty-seek {
      margin-top: 6%; } }
  @media (max-width: 767px) {
    .empty-seek {
      margin-top: 15%; } }

.empty-lib {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  margin-top: 60%;
  padding-left: 60px;
  padding-right: 60px; }
  @media (max-width: 1800px) {
    .empty-lib {
      margin-top: 40%; } }
  @media (orientation: landscape) and (max-width: 800px) {
    .empty-lib {
      margin-top: 15%; } }
  @media (max-width: 600px) {
    .empty-lib {
      margin-top: 60%; } }

/* @media (max-width: 1800px) and (min-width: 1200px) {
  mindmap svg {
    margin-left: -335px; 
  } } */
@media (max-width: 700px) and (orientation: landscape) {
  mindmap svg {
    width: 700px;
    height: 700px; } }


div.wait-youtube-load1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.6;
  z-index: 2;
  background: white;
  text-align: center; }
  div.wait-youtube-load1 ion-spinner.spinner-android {
    position: absolute;
    top: 43%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute !important;
    margin:0 auto;
    left: 0;
    stroke: #49b2de; }


div.wait-youtube-load {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.6;
  z-index: 2;
  background: white;
  text-align: center; }
  div.wait-youtube-load ion-spinner.spinner-android {
    position: absolute;
    top: 43%;
    width: 100%;
    left:0;
    stroke: #49b2de; }

div.wait-library-load {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background: white; }
  div.wait-library-load ion-spinner.spinner-android {
    position: absolute;
    top: 43%;
    width: 100%;
    left: 0;
    stroke: #49b2de; }
div.wait-library-load1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background: white; }
  div.wait-library-load1 ion-spinner.spinner-android {
    position: absolute;
    top: 43%;
    width: 100%;
    left: 50%;
    stroke: #49b2de; }
/* 
.content_lib {
  width: 100%;
  height: auto;

  display: block;
  position: relative; } */

.content_lib2 {                 /*SOWMYA - APR 30*/
  width: 45%;
  height: auto;
  padding-bottom: 0px;
  display: block;
  position: relative;
  margin-top:8px; 
  margin-left:13px;
  margin-right:22px;
  margin-bottom:6px;
  float: left; 
}
.content_lib2 .fav-video,
.content_lib2 .concept-card {
  margin:0px 5px 5px 5px; }

  @media (max-width: 425px) {
    .content_lib2 {
      width: 100%;
      margin-left: -7px;}
      .content_lib2 .fav-video,
      .content_lib2 .concept-card {
        margin:0px 5px 5px 5px; } 
        
      }
      @media (max-width: 426px){
        ::-webkit-scrollbar {
          display: none;
         } 

      }


  @media (min-width: 769px) {
    .content_lib1 {
      width: 85%;
      height: auto;
      display: block;
      position: relative;}
      .content_lib1 .fav-video{
        margin-left: -28%; 
        margin-right:25%;} }

 @media (max-width: 768px) {
.content_lib1 {
  width: 65%;
  height: auto;
  display: block;
  position: relative; }}

 @media (max-width: 425px) {
.content_lib1 {
  width: 70%;
  height: auto;
  display: block;
  position: relative; }}
 
  @media (max-width: 580px) {
    .content_lib {
      width: 100%;
       }
      .content_lib .fav-video,
      .content_lib .concept-card {
        margin: 25px 5px 5px 5px; } }

  @media (min-width: 581px) {
    .content_lib {
      width: 49.5%; 
      left: 0.5%;
      float: left;}
      .content_lib .fav-video,
      .content_lib .concept-card {
        margin: 25px 5px 5px 5px; } }


.load-more {
  height: 50px;
  float: left;
  width: 100%;
  line-height: 2.7;
  border: 2px #0097d5 dashed;
  color: #0097d5;
  font-size: 16px;
  border-radius: 5px;
  margin: 20px 0px 50px 0px;
  cursor: pointer; }
  @media (min-width: 1024px) {
    .load-more {
      width: 100%;
      float: left; } }
  .load-more:focus {
    outline: 2px gray solid; }

.load-spinner {
  margin-top: 20px; }

.piviews-card-main {
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  cursor: pointer;
  min-height: 50px;
  height: 70px; }
  .piviews-card-main:nth-child(odd) {
    background: #fff; }
  .piviews-card-main:nth-child(even) {
    background: #fff; }
  .piviews-card-main:after {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0; }

.pi_load {
  padding: 0 15px; }

.pi_lastload {
  padding: 15px 0;
  width: 100%;
  float: left; }

.piviews-card-title {
  position: absolute;
  right: 12px;
  top: 50%;
  width: 65px;
  opacity: 0.8;
  height: 40px;
  margin: -20px 0 0; }
  .piviews-card-title i {
    font-size: 40px;
    z-index: 0;

    display: none; }
.piviews-card-title-avg {/*siri*/
  
  position: absolute;
  right: 1%;
  top: 60%;
  width: 150px;
  opacity: 0.8;
  height: 40px;
  margin: -20px 0 0; }
.piview-card-content {
  height: 100%; }
  .piview-card-content .piviews-card-title {
    position: static;
    float: none;
    display: block;
    width: 60%;
    opacity: 1;
    height: auto;
    text-align: left;
    padding: 0;
    margin: 0 0 0 75px; }

.piview_acc:after {
  background: #e64a19; }
.piview_acc i.pi_accounting {
  display: block;
  color: #e64a19; }
.piview_acc .piviews-card-title {
  color: #e64a19; }

.piview_bus:after {
  background: #549409; }
.piview_bus i.pi_business {
  display: block;
  color: #549409; }
.piview_bus .piviews-card-title {
  color: #549409; }

.piview_bio:after {
  background: #a1bfc2; }
.piview_bio i.pi_biology {
  display: block;
  color: #a1bfc2; }
.piview_bio .piviews-card-title {
  color: #a1bfc2; }

.piview_che:after {
  background: #89c049; }
.piview_che i.pi_chemistry {
  display: block;
  color: #89c049; }
.piview_che .piviews-card-title {
  color: #89c049; }

.piview_com:after {
  background: #59d9e4; }
.piview_com i.pi_computer {
  display: block;
  color: #59d9e4; }
.piview_com .piviews-card-title {
  color: #59d9e4; }

.piview_eco:after {
  background: #069bcc; }
.piview_eco i.pi_economics {
  display: block;
  color: #069bcc; }
.piview_eco .piviews-card-title {
  color: #069bcc; }

.piview_ele:after {
  background: #a47cee; }
.piview_ele i.pi_electronics {
  display: block;
  color: #a47cee; }
.piview_ele .piviews-card-title {
  color: #a47cee; }

.piview_his:after {
  background: #ffc107; }
.piview_his i.pi_history {
  display: block;
  color: #ffc107; }
.piview_his .piviews-card-title {
  color: #ffc107; }

.piview_mat:after {
  background: #fb8f3f; }
.piview_mat i.pi_maths {
  display: block;
  color: #fb8f3f; }
.piview_mat .piviews-card-title {
  color: #fb8f3f; }

.piview_phy:after {
  background: #c39b83; }
.piview_phy i.pi_physics {
  display: block;
  color: #c39b83; }
.piview_phy .piviews-card-title {
  color: #c39b83; }

.piview_psy:after {
  background: #f5944c; }
.piview_psy i.pi_psychology {
  display: block;
  color: #f5944c; }
.piview_psy .piviews-card-title {
  color: #f5944c; }

.piview_mkt:after {
  background: #7944c8; }
.piview_mkt i.pi_marketing {
  display: block;
  color: #7944c8; }
.piview_mkt .piviews-card-title {
  color: #7944c8; }

.piview_sales:after {
  background: #6e00ff; }
.piview_sales i.pi_sales {
  display: block;
  color: #6e00ff; }
.piview_sales .piviews-card-title {
  color: #6e00ff; }

.piview-card-data {
  float: left;
  background: #e7e7e7;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 8px;
  line-height: 1;
  color: #3f6473;
  margin-left: 10px;
  text-transform: uppercase; }

.piview-card-desc {
  font-size: 16px;
  color: gray;
  text-align: left;
  margin: 0 50px 0 75px;
  padding: 5px 0;
  min-height: 30px; }

.piviews-card-bottom {
  display: block; }
  .piviews-card-bottom .pi_video {
    color: #c32c31; }
  .piviews-card-bottom .pi_test {
    color: #00a859; }
  .piviews-card-bottom .pi_test:before {
    vertical-align: baseline;
    font-size: 16px; }
  .piviews-card-bottom .pi_mindmap {
    color: #F28B23; }
  .piviews-card-bottom i {
    opacity: 0.5;
    margin-right: 5px;
    line-height: 20px; }

.piviews-content {
  background: #fff; }
  .piviews-content .scores {
    margin: 15px auto;
    background: #fb8f3f;
    padding: 0 40px; }
  .piviews-content .scores.activated {
    background: #ffb076; }

.register-content input[disabled] {
  background-color: transparent; }

.icon.pi_video:before,
.icon.pi_mindmap:before {
  font-size: 18px; }

ion-tabs.tabs-top.tabs-striped .tab-item.tab-item-active {
  border: none; }

ion-tabs.tabs-top.tabs-striped .tab-item.activated {
  border: none; }

.truncate-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.subject-score {
  color: rgba(0, 0, 0, 0.8); }

.unfav-checkbox {
  opacity: 0;
  background: none;
  position: absolute;
  border: none;
  right: 0;
  padding-left: 40px; }

label.unfav-checkbox {
  width: 100%;
  height: 100%; }
  label.unfav-checkbox div i {
    float: right; }

.concept-card label.unfav-checkbox .checkbox {
  top: 35%;
  right: 0; }

.concept-card1 label.unfav-checkbox .checkbox {
  top: 35%;
  right: 0; }

.feedback {
  padding: 15px;
  display: block;
  font-size: 16px;
  color: #1C558A;
  text-decoration: none; }

.feedback_content {
  padding: 15px; }
  .feedback_content .button {
    font-size: 18px;
    font-family: "SourceSansPro-Regular";
    float: right;
    line-height: 0;
    padding: 5px 30px;
    margin: 15px auto; }

.ion-trash-a:before {
  font-size: 28px;
  line-height: 23px; }

/* .library-tabs {
  text-align: center;
  position: relative;
  top: 40px;
  width: 100%;
  height: 45px;
  background: #fbfbfb;
  z-index: 1;
  -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1); }

.section-name-tabs {
  position: relative;

  top: 40px;

  margin-left: 35%;
  text-align: center;
  text-overflow: ellipsis;
  width: 30%;
  height: 40px;
  background: #fbfbfb;
  color: black;
  z-index: 1;
  border: 0px;
  outline: 0px;
 }

.chapter-bar-tabs {
  position: relative;
  top: 40px;
  text-align: center;
  width: 100%;
  height: 40px;
  background: #ffffff;
  color: black;
  size: 18px;
  z-index: 1;
  width: 100%;
}

.chapter-bar-tabs1 {
  position: relative;
  top: 40px;
  text-align: center;
  width: 100%;
  height: 40px;
  background: #ffffff;
  color: black;
  size: 18px;
  z-index: 1;
  width: 100%;
}
*/
/* hrishikesh edit: changed top from 40px to 30px for .library-tabs and .library-tabs1*/
.library-tabs {
  text-align: center;
  position: relative;
  top: 70px;
  width: 100%;
  height: 45px;
  background:white;
  border-radius: 10px 10px 0px 0px;
  z-index: 1;
  -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1); }

.library-tabs1 {
  text-align: center;
  position: relative;
  top: 23px;
  width: 100%;
  height: 25px;
  background:#f5f5f5;
  z-index: 1;
  -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1);
}
.library-tabs2 {       /*SOWMYA-APR 23*/
  text-align: center;
  position: relative;
  top: 81px;
  width: 100%;
  height: 45px;
  background:white;
  border-radius:10px 10px 0px 0px;
  z-index: 1;
  -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1); }

.tab-item1 {
  text-align: left;
 /* width: 20%;*/
  margin-top: 5%;
  overflow: visible; }

.tab-item2 {
  position: relative;
  top: -36px;
  width: 100%;
  overflow: visible; }

.chapter-bar-tabs {
  position: relative;
  top: 42px;
  text-align: center;
  width: 100%;
  height: 40px;
  background: #ffffff;
  color: black;
  size: 18px;
  z-index: 1;
  width: 100%;
}
/* change add this */
.chapter-bar-tabs1 {
  position: relative;
  top: 40px;
  text-align: center;
  width: 100%;
  height: 40px;
  background: #ffffff;
  color: black;
  size: 18px;
  z-index: 1;
  width: 100%;
}

.lib-tabs.tab-item {
  width: 30%;
  color: : #ffffff;
  padding:1%;
  height:auto;
  opacity:1; }
  .lib-tabs.tab-item i {
    height: 19px;
    line-height: 0.2; }

 @media (max-width: 768px) {
.lib-tabs.tab-item {
  width: 22.5%;
  color: #ffffff; }
  .lib-tabs.tab-item i {
    height: 19px;
    line-height: 0.2; }
}

.platform-browser .tab-item:hover {
    color:white;
  /* background: -webkit-linear-gradient(#0097d5,white);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
 }

.library-tabs .lib-tabs-active {
  /* color: #0097d5; */
  color:#ffffff;
  font-size: 16px;
  font-weight: bold;
 /*background-color: #850d0e;*/
  background-color:#7c3200;
  }


.library-tabs2 .lib-tabs-active {

  color: white;
  /* font-size: 18px; */
   font-weight: bold;
  background-color: #7c3200;
}

.selected_item_video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(6, 123, 255, 0.5);
  z-index: 2;
  border-radius: 15px; }
  @media (max-width: 480px) {
    .selected_item_video {
      border-radius: 10px; } }

.selected_item_piviews {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /*background: rgba(6, 123, 255, 0.5);*/
  z-index: 2; }

.selected_item_card {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(6, 123, 255, 0.5);
  z-index: 2;
  border-radius: 8px; }
  @media (max-width: 480px) {
    .selected_item_card {
      border-radius: 3px; } }

.gotohome.unfav-btn {
  right: 45px; }

.gotohome.filter {
  right: 75px;
  top: 4.5px; }

.friends_content .friend_list {
  border-bottom: 1px solid #ddd;
  padding: 5px 10px; }
  .friends_content .friend_list .col {
    margin: auto;
    padding-top: 0;
    padding-bottom: 0;
    border-right: 1px solid #ddd; }
  .friends_content .friend_list .col-25:last-child {
    border-right: 0; }
  .friends_content .friend_list .is_active {
    position: relative; }
    .friends_content .friend_list .is_active:before {
      content: '';
      position: absolute;
      top: 3px;
      left: -13px;
      background: #41d83a;
      width: 8px;
      height: 8px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px; }
  .friends_content .friend_list p {
    margin: 0; }
  .friends_content .friend_list .friends_details h3 {
    margin-top: 10px;
    margin-left: 20px;
    text-align: left; }
    @media screen and (min-width: 501px) {
      .friends_content .friend_list .friends_details h3 {
        padding-left: 20px; } }
    @media screen and (max-width: 500px) {
      .friends_content .friend_list .friends_details h3 {
        margin-left: 0px;
        padding-left: 15px; } }
  .friends_content .friend_list .friends_status {
    text-align: center;
    margin: auto; }
    .friends_content .friend_list .friends_status p {
      font-weight: 300; }
  .friends_content .friend_list .friends_points {
    text-align: center; }
    .friends_content .friend_list .friends_points p {
      margin: 0;
      text-transform: uppercase;
      font-weight: 300; }
  .friends_content .friend_list h3 {
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: bold; }
  .friends_content .friend_list h4 {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    margin: 0 0 5px 0;
    font-weight: bold; }
    .friends_content .friend_list h4 i {
      margin-left: 3px; }
  .friends_content .friend_list p {
    color: rgba(0, 0, 0, 0.4); }
  .friends_content .friend_list:nth-child(even) {
    background: white; }
  .friends_content .friend_list:nth-child(odd) {
    background: #eee; }

.introContent {
  background: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.4); }
  .introContent .first_intro {
    text-align: center;
    position: relative;
    width: auto; }
    @media (min-width: 769px) {
      .introContent .first_intro {
        width: 80%;
        margin: 0 auto; } }
  .introContent a {
    position: fixed;
    bottom: 30px;
    right: 30px;
    color: white;
    padding: 6px 15px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    background: #f68735;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2); }
    .introContent a:hover {
      padding: 10px 25px;
      margin: -5px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .introContent h2 {
    position: relative;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: normal;
    margin: 10px 15px;
    background: white;
    display: inline-block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2);
    animation: animated-bounce 2s 2 ease; }
    .introContent h2:after {
      content: '';
      position: absolute;
      bottom: -50px;
      right: 50%;
      margin-right: -25px;
      width: 50px;
      height: 50px;
      z-index: -1;
      background: url(../img/home/arrow_d.svg) 0 0 no-repeat; }
    @media (min-width: 769px) {
      .introContent h2 {
        min-width: 25%; } }
  .introContent h4,
  .introContent h3 {
    position: relative;
    padding: 8px 15px;
    font-size: 16px;
    min-width: 250px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-weight: normal;
    margin: 15px 5%;
    background: white;
    display: inline-block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2); }
    .introContent h4:after,
    .introContent h3:after {
      content: '';
      animation: animated-bounce 2s 1 ease;
      position: absolute;
      bottom: -50px;
      width: 50px;
      height: 50px;
      z-index: -1;
      background: url(../img/home/arrow_d.svg) 0 0 no-repeat; }
  .introContent h3 {
    float: left; }
    .introContent h3:after {
      left: 0; }
  .introContent h4 {
    float: right; }
    .introContent h4:after {
      right: 0; }
  .introContent .second_intro {
    margin: 22% auto 0;
    text-align: center;
    position: relative;
    width: auto; }
    @media (max-width: 480px) {
      .introContent .second_intro {
        margin: 40% auto; } }
  .introContent .third_intro {
    margin-top: 44%;
    text-align: center;
    position: relative;
    width: auto; }
    @media (min-height: 1024px) {
      .introContent .third_intro {
        margin: 52% auto; } }
    @media (max-width: 767px) {
      .introContent .third_intro {
        margin: 40% auto; } }
    @media (max-width: 480px) {
      .introContent .third_intro {
        margin: 72% auto; } }
  .introContent .fourth_intro {
    margin-top: 69%;
    text-align: center;
    position: relative;
    width: auto; }
    @media (min-height: 1024px) {
      .introContent .fourth_intro {
        margin: 82% auto; } }
    @media (max-width: 767px) {
      .introContent .fourth_intro {
        margin: 50% auto; } }
    @media (max-width: 480px) {
      .introContent .fourth_intro {
        margin: 400px auto; } }

.scoretitle
{
position: relative;
left: 82%;
font-size: 22px;
line-height:1;
top: 148%;
}

@media (max-width: 475px) {
.scoretitle
{
position: relative;
left:50%;
font-size:13px;
top:50px;
}} 

@media (max-width: 425px) {
.scoretitle
{
position: relative;
left:50%;
font-size:13px;
top:50px;
}}

@media (max-width: 375px) {
.scoretitle
{
position: relative;
left:50%;
font-size:13px;
top:50px;
}}

@media (max-width: 325px) {
.scoretitle
{
position: relative;
left:50%;
font-size:13px;
top:45px;
}}

/* .chaptertitle
{
color:#575c61;
margin: 0px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
} */

.quizpoints
{
/* position: relative; */
margin-top: 6%;
font-size: 18px;
text-align: left;
color: black;
}

@media (max-width: 580px) {
.quizpoints
{
font-size: 16px;
}}

.quizpointsdiv
{
  margin-top:0px;
  text-align: left;
}

/* @media (max-width: 767px) {
  .quizpointsdiv
  {
    margin-top: -20px;
  }
} */

.quizimgdiv{
  background-color:white;
  text-align: center;
  margin-left: -40px;;
    margin-top: 7px;
}
/* 
.quizimgdiv img {
  vertical-align: middle;
  display: inline-block;
  width: 100%; 
} */

.quizimgdiv ion-scroll {
  overflow-x: hidden; 
  overflow-y: hidden; 
}

@media (max-width: 767px) {
  .quizimgdiv{
    margin-left: -25px;
    margin-top: -6px;
  }
}

@media (max-width: 500px) {
  .quizimgdiv{
    margin-left: -25px;
    margin-top: -6px;
  }
}

@media (max-width: 400px) {
  .quizimgdiv{
    margin-left: -35px;
    margin-top: -6px;
  }
}
/*
@media (max-width: 425px) {
.quizpoints
{
position: relative;
right:-50%;
bottom:-58%;
font-size: 15px;
width: 25px;
height: 25px;
text-align: center;
line-height: 26px;
border-radius: 100px;
color: black;
font-size:15px;
}}

@media (max-width: 375px) {
.quizpoints
{
position: relative;
right:-50%;
bottom:-65%;
font-size: 15px;
width: 25px;
height: 25px;
text-align: center;
line-height: 26px;
border-radius: 100px;
color: black;
font-size:15px;
}}
 */
.scoresquiz_content .scoresquiz_list {
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
  margin: 15px; }
  .scoresquiz_content .scoresquiz_list h4 {
    font-size: 14px;
    text-align: left;
    margin-top: 0; }
.scoresquiz_content .sub_filter {
  background: #fff;
  position: relative;
  width: 95%;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-top: 95px;
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .scoresquiz_content .sub_filter .register-select {
    padding: 10px;
    padding-left: 25px;
    background: transparent;
    color: black !important;
    font-size: 16px;
    font-weight: 200;
    border-radius: 0; }
  .scoresquiz_content .sub_filter i {
    z-index: -1;
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 18px;
    margin: -10px 20px 0;
    color: black;
    font-weight:normal; }
.scoresquiz_content .piviews-card-main {
  cursor: initial; }
.scoresquiz_content .piviews-card-title {
  color: rgba(0, 0, 0, 0.5); }

@keyframes animated-bounce {
  0%,
    20%,
    50%,
    80%,
    100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-15px); }
  60% {
    transform: translateY(-10px); } }
@media (max-width: 500px) {
  #controls {
    height: 60px;
    overflow: overlay;
    margin-top: 15px; } }

.start-timer {
  position: absolute;
  left: 43px;
  margin-top: 27px;
  color: #0097d5; }
  @media (max-width: 500px) {
    .start-timer {
      left: 10px;
      margin-top: 30px;
      margin-left: 15px; } }

.end-timer {
  position: absolute;
  right: 45px;
  margin-top: 27px;
  color: #0097d5; }
  @media (max-width: 500px) {
    .end-timer {
      right: 10px;
      margin-top: 30px;
      margin-right: 20px; } }

.list .item.item-accordion {
  line-height: 38px;
  padding: 10px;
  padding-left: 15px;
  white-space: normal;
  line-height: 1.5;
  border: none;
  font-weight: 400;
  box-shadow: 0px 0px 1px 0px #a1a1a1; }
  @media (max-width: 500px) {
    .list .item.item-accordion {
      padding: 10px;
      font-size: 14px; } }

.item-stable h3.sub-type {
  font-size: 20px;
  text-transform: uppercase;
  color: #484848;
  font-weight: 600; }
.item-stable .sub-count-number {
  font-weight: 600; }
.item-stable .sub-count-number-green {
  color: #00a859; }
.item-stable .sub-count-number-blue {
  color: #0097d5; }
.item-stable .sub-count-number-orange {
  color: #F28B23; }
.item-stable .sub-item-2 {
  font-size: 15px;
  font-weight: 400; }
.item-stable .sub-count {
  margin-right: 30px; }
.item-stable .sub-cost {
  font-size: 22px; }
.item-stable .rupee-icon {
  margin-right: 5px; }
.item-stable .is-tab-shown {
  z-index: 2;
  position: absolute;
  right: 30px;
  font-size: 12px;
  top: 10px;
  color: gray; }
.item-stable .is-tab-shown-icon {
  position: absolute;
  right: -15px;
  top: 1px; }

.list .item.item-accordion.ng-hide {
  line-height: 0px; }

.list .item.item-accordion.ng-hide-add,
.list .item.item-accordion.ng-hide-remove {
  display: block !important; }

.subs-head {
  margin-bottom: 20px; }
  .subs-head ion-item {
    text-align: left;
    padding: 10px;
    padding-left: 15px; }
/* additions */
.item.item-stable { border: none;}
/* ends here */
  .subs-head .item.item-stable {
    background-color:#0097d5;
    color: #444;
    border: none;
    border-radius: 2px;
    box-shadow: 0px 0px 1px 0px #a1a1a1; }
  .subs-head item.item-stable.active {
    color: red; }

.widget {
  margin: 0 auto;
  width: 350px;
  margin-top: 50px;
  background-color: #303741;
  border-radius: 5px;
  box-shadow: 0px 0px 1px 0px #06060d; }

.header {
 /* background-color: white;
  height: 40px;*/
  color: #575c61;
  text-align: center;
  line-height: 40px;


  font-weight: 400;
  font-size: 24px;
   }

.chart-container {
  padding: 25px; }

.quiz_result {
  padding-top: 30%; }
  @media (max-width: 500px) {
    .quiz_result {
      padding-top: 50%; } }
.quiz_result1 {			/*SOWMYA - 23 APR*/
  padding-top: 0%; }
 @media (max-width: 500px) {
    .quiz_result1 {
      padding-top: 50%; } }
 @media (max-width: 425px) {
    .quiz_result1 {
      padding-top: 0%; } }

.bowling-image {
  background: url(../img/bowling.svg) 0 0 repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 25%;
  opacity: 0.08;
  z-index: -1; }

.is-answer {
  position: absolute;
  top: 12.5px;
  right: 15px;
  font-size: 18px; }

.ion-plus-blue {
  margin-right: 10px;
  color: #0097d5; }

.ion-plus-orange {
  margin-right: 10px;
  color: #F28B23; }

mindmap svg {
  height: 100%; }

.alert-red {
  color: red;
  font-weight: 800;
  text-align: center; }

.oops-text {
  line-height: 2;
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  text-align: center; }
  .oops-text .orange {
    color: #F28B23; }

.oops-small {
  color: gray;
  font-weight: 300;
  text-align: center; }

.oops_pop .popup-head {
  display: none; }
.oops_pop .popup-body {
  background: url("../img/pattern.png");
  padding: 15px 10px; }
  .oops_pop .popup-body textarea {
    height: 70px;
    margin: 0;
    font-size: 15px;
    cursor: text; }
  .oops_pop .popup-body p {
    margin: 10px 0 0; }

@media (max-height: 400px) and (max-width: 500px) {
  .register-content .scroll .content_res {
    padding: 25px 0 20px; }
    .login-content .login-logo {
	        height: 60%;
	        margin-top: 15px;
	    }
	    .login-content .scroll .content_res {
	        padding: 25% 0 20px;
	    }
	}
.modal .science-close {
  margin-left: 14px; }

@media (max-width: 768px) and (orientation: landscape) and (max-height: 300px) {
  .video_view ion-content .scroll {
    width: 100%;
    height: 100%;
    margin: 0 auto; }

  .video_view #video-placeholder {
    width: 100%;
    height: 100%; }

  .video_view .video-content {
    margin-bottom: 0px; }

  .video_view #controls {
    margin-top: -10px;
    margin-bottom: 15px; }

  .video_view .landscape {
    display: none; }

  .video_view .video_data {
    height: 100%; }
  }
.video-empty {
  margin-left: 10px;
  margin-right: 10px; }

.ion-stop-blue {
  margin-right: 10px;
  vertical-align: middle; }
  .ion-stop-blue:before {
    font-size: 18px;
    color: #0097d5; }

.ion-stop-orange {
  margin-right: 10px;
  vertical-align: middle; }
  .ion-stop-orange:before {
    font-size: 18px;
    color: #F28B23; }

.checkbox-list {
  text-align: left; }
  .checkbox-list .list {
    display: inline-flex; }
    .checkbox-list .list label.item {
      border: none;
      background: transparent;
      color: #fff; }
      .checkbox-list .list label.item div.item-content {
        margin-left: 15px; }
      .checkbox-list .list label.item i {
        left: 0;
	top:13px; }
  .checkbox-list .item-radio input:checked + .radio-content .item-content {
    background: transparent; }
  .checkbox-list div.item-content {
    background: transparent; }

.disabled-item {
  opacity: 0.4 !important;
  cursor: not-allowed; }

.popup-container .student-teacher {
  text-align: left;
  display: flex;
  color: white; }
  .popup-container .student-teacher label {
    font-size: 17px;
    cursor: pointer;
    flex: 1;
    color: gray; }
  .popup-container .student-teacher span {
    margin: 0 15px; }
  .popup-container .student-teacher input {
    width: 20px;
    height: 20px;
    margin: 0 5px;
    background: rgba(0, 0, 0, 0.2);
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 2px solid #c3c3c3; }
  .popup-container .student-teacher .ng-untouched {
    background: rgba(0, 0, 0, 0.2); }
  .popup-container .student-teacher .ng-valid-parse {
    background: #ff8d00; }

.student-teacher {
  text-align: center;
  color: white; }
  .student-teacher label {
    font-size: 18px;
    cursor: pointer;
    color: white; }
  .student-teacher span {
    margin: 0 15px; }
  .student-teacher input {
    width: 20px;
    height: 20px;
    margin: 0 5px;
    background: rgba(0, 0, 0, 0.2);
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 2px solid white; }
  .student-teacher .ng-untouched {
    background: rgba(0, 0, 0, 0.2); }
  .student-teacher .ng-valid-parse {
    background: #ff8d00; }

@media (min-width: 768px) {
  .popup-container.register-pop .popup {
    width: 100%; } }

.got-coupon {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #575c61 !important;
  cursor: pointer; }

.inline-field {
  display: inline-flex !important;
  width: 100%; }
  .inline-field .list {
    width: 50%; }

.legends {
  font-weight: 400;
  flex: 1;
  padding: 0 30px 30px; }
  @media (max-width: 767px) {
    .legends {
      padding: 0 10px 30px; } }
  .legends h4 {
    text-align: left;
    margin-left: 10px; }
    @media (max-width: 767px) {
      .legends h4 {
        font-size: 14px; } }
  .legends p {
    text-align: left;
    margin: 0 10px 5px;
    font-size: 14px; }
    @media (min-width: 768px) {
      .legends p {
        margin: 0 10px 5px; } }

.correct-answers i {
  margin-right: 10px;
  font-size: 20px;
  vertical-align: sub; }
.correct-answers:nth-child(2) i {
  color: #9c0068; }
.correct-answers:nth-child(3) i {
  color: #524fb5; }
.correct-answers:nth-child(4) i {
  color: #0067e1; }
.correct-answers:nth-child(5) i {
  color: #237f00; }
.correct-answers:nth-child(6) i {
  color: #cc8000; }
.correct-answers:nth-child(7) i {
  color: #fff705; }
.correct-answers:nth-child(8) i {
  color: #0099a0; }
.correct-answers:nth-child(9) i {
  color: #00b14f; }
.correct-answers:nth-child(10) i {
  color: #000000; }

.total-questions i {
  margin-right: 10px;
  font-size: 20px;
  vertical-align: sub; }
.total-questions:nth-child(2) i {
  color: #00a859; }
.total-questions:nth-child(3) i {
  color: #0097d5; }
.total-questions:nth-child(4) i {
  color: #F28B23; }
.total-questions:nth-child(5) i {
  color: #c32c31; }
.total-questions:nth-child(6) i {
  color: #ffdfad; }
.total-questions:nth-child(7) i {
  color: #fffdbd; }
.total-questions:nth-child(8) i {
  color: #00f3ff; }
.total-questions:nth-child(9) i {
  color: #27ff00; }
.total-questions:nth-child(10) i {
  color: #a0a0a0; }

.apply-code {
  color: orange;
  font-size: 14px;
  z-index: 5;
  position: absolute;
  top: 65%;
  right: 10px;
  cursor: pointer; }

.clear-code {
  color: orange;
  font-size: 14px;
  z-index: 5;
  position: absolute;
  top: 40%;
  right: 10px; }

div.angucomplete-holder {
  position: relative !important; }

#ex1_dropdown {
  max-height: 100px;
  width: 95%;
  border-radius: 3px;
  overflow: scroll;
  background: #f4f4f4;
  position: fixed;
  z-index: 99999;
  text-transform: capitalize; }

.angucomplete-row {
  font-weight: 300;
  font-size: 16px;
  padding: 5px;
  border-radius: 3px; }

.angucomplete-selected-row {
  background: var(--button-positive);
  color: #fff; }

.correct_score {
  line-height: 1.2; }

.start-at-scores {
  line-height: 1.5;
  font-size: 16px;
  color: black;
  margin: -30px 0 0; }
  .start-at-scores .answer {
    color: green; }
  .start-at-scores .total {
    color: rgba(0, 0, 0, 0.8); }

.subject-scores {
  line-height: 3;
  color: orange; }

#emailField {
  text-transform: lowercase; }
  #emailField::-webkit-input-placeholder {
    text-transform: capitalize; }
  #emailField::-moz-placeholder {
    text-transform: capitalize; }

.skip-intro {
  right: 115px !important; }

.wait-state-load {
  z-index: 5;
  left: 0;
  top: 108px;
  height: 45%;
  width: 100%;
  text-align: center;
  position: absolute;
  background: white; }
  .wait-state-load ion-spinner.spinner-android {
    position: absolute;
    top: 25%;
    width: 100%;
    left: 0;
    stroke: #49b2de; }

text {
  width: 10px; }

.controls-label {
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
  text-align: center;
  color: gray; }
  @media (max-width: 500px) {
    .controls-label {
      position: absolute;
      bottom: -18px;
      width: 100%;
      font-size: 10px;
      text-align: center;
      color: gray; } }

@media (max-width: 500px) {
  .controls-arrow {
    margin-right: 5px; } }

.popup .register-select {
  color: #000; }

.quiz-disabled {
  cursor: not-allowed !important;
  opacity: 0.5; }
  .quiz-disabled:hover {
    opacity: 0.5 !important; }

.popup-body select {
  color: #666666 !important;
  font-size: 15px;
  padding-left: 5px; }

#ex1_value,
#edit-mindmap {
  text-transform: capitalize;
  padding-right: 35px; }

#my_canvas {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.image-upload-content {
  /*background: url("../img/pattern.png");*/
  background-color: white; }
  .image-upload-content .scroll {
    height: 100%;
    text-align: center; }
    @media screen and (max-width: 500px) {
      .image-upload-content .scroll {
        width: 100%; } }

.btn-positive {
  background: #7c3200;
  padding: 10px;
  color: white;
  font-size:14px;
  margin: 0px;

  border: none; }

.cancel-pdf-upload {
 /* margin-top: 50px;*/
  position: absolute;
  top: 40%;
  right: 43%;
  padding: 6px;
  width: 100px;
  font-size: 12px;
  font-weight: normal; }

.cancel-pdf-upload:hover{ background:#ff8d00;}

@media (max-width: 425px){
    .cancel-pdf-upload {
        right:38%;
    }
}

@media (max-width: 375px){
    .cancel-pdf-upload {
        right:36%;
    }
}

@media (max-width: 320px){
    .cancel-pdf-upload {
        right:34%;
    }
}

.btn-gray {
  width: 33%;
  background: #bcbcbc;
  padding: 15px;
  color: white;
  font-weight: 400; }

.img-btn-div {
  position: absolute !important;
  bottom: 4%;
  left: 3%;
  /*margin-left: -200px;*/
  text-align: center;
  z-index: 3333; }
  .img-btn-div .btn-positive {
    width: 110px;
    margin: 0 24px 5px;
    font-size: 14px; }

.text_book_img {
  width: 262px;
  margin-left: -131px; }

.watermark-image, .watermark-link {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  width: 100%;
  color: gray;
  z-index: 5;
  text-align: center; }

.watermark-link {
  margin-top: 36px;
  color: #0097d5; }

.mindmap-node-edit {
  width: 100%; }
  .mindmap-node-edit label.item-input {
    width: 100%;
    display: grid;
    position: relative;
    padding: 0;
    left: 1px;
    height: 100px;
    overflow-y: scroll; }
  .mindmap-node-edit select {
    text-transform: capitalize; }
  .mindmap-node-edit .keyword-drop {
    width: 100%;
    position: relative;
    left: 1px;
    padding: 0px;
    height: 33.33%;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    cursor: pointer; }
    .mindmap-node-edit .keyword-drop p {
      margin: 0;
      padding: 5px;
      padding-bottom: 10px; }
    .mindmap-node-edit .keyword-drop:hover {
      background: #d8d8d8; }
  .mindmap-node-edit .keyword-drop-div {
    height: 100px;
    overflow-y: scroll;
    overflow-x: hidden;
    box-shadow: 0px 0px 1px 0px grey;
    left: 2px;
    width: 99%;
    position: relative; }

span.pi-view-home {
  width: 60px !important;
  position: absolute;
  top: -75%;
  left: 25%; }

.tab-item span.pi-view-home {
  position: relative;
  top: auto;
  left: auto;
  margin-top: -34px; }
  .tab-item span.pi-view-home:hover {
    width: 70px !important;
    margin-top: -40px; }

.keyword-arrow-up {
  position: absolute;
  top: 25%;
  right: 15px;
  z-index: 0; }
  @media screen and (max-width: 500px) {
    .keyword-arrow-up {
      top: 20%; } }

.keyword-arrow-down {
  position: absolute;
  top: 25%;
  right: 15px;
  z-index: 0; }
  @media screen and (max-width: 500px) {
    .keyword-arrow-down {
      top: 20%; } }

.not-pasted {
  background: var(--button-positive);
  opacity: 0.5;
  cursor: not-allowed !important; }

.input-relative {
  position: relative; }

.canvas-div {
  width: 100%; }
  @media screen and (max-width: 500px) {
    .canvas-div {
      padding: 5px; } }

.thankyou-content .thankyoudata {
  padding: 5% 0; }
  .thankyou-content .thankyoudata h3 {
    color: #6ac259; }
  .thankyou-content .thankyoudata p {
    color: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    margin-top: 0 20px 20px;
    line-height: 25px;
    padding: 10px 25px; }

.platform-android .zoom-slider,
.platform-ios .zoom-slider {
  display: none; }

.introPiContent {
  text-align: center; }
  .introPiContent img {
    height: 100%; }

.full-width {
  width: 80%; }

.re-take {
  width: 15%; }

.padding-top-forty {
  padding: 40px; }

.button-noseek {
  background: rgba(0, 0, 0, 0.3) !important;
  color: #FFF !important;
  border: 1px solid #F0F0F0;
}

/* PDF page */
#viewFind,
#toolbarViewerMiddle,
#print,
#download,
#viewBookmark,
#secondaryToolbarToggle {
  display: none !important; }

#presentationMode,
#toolbarSidebar {
  display: none !important; }

.some-pdf-container {
  height: 100%; }

#toolbarViewerLeft input {
  height: 24px; }

.thumbnailSelectionRing {
  width: 114px !important;
  height: 140px !important; }

button.button-register.get_btn {
  width: 150px;
  position: fixed;
  bottom: 5px;
  left: 50%;
  margin-left: -75px;
  padding: 10px;
  line-height: 20px;
  min-height: auto; }

/*Removed by NAVEEN (13/7/20)*/
/* .wrapper {
  margin: 0 auto;
  width: 960px; } */

.pdf-controls {
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  padding: 1em; }

.rotate0 {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.rotate90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.rotate180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.rotate270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fixed {
  position: fixed;
  top: 0;
  left: calc(50% - 480px);
  z-index: 100;
  width: 100%;
  padding: 1em; }

.pdf_object {
  position: relative; }

.select_pdf {
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 99999;
  width: 150px;
  border: 0;
  background: #f00; }

.cap_btn {
  position: absolute;
  top: 40px;
  z-index: 99999;
  width: 150px;
  left: 10px;
  border: 0;
  background: #f00; }

.add_a_file {

  display: inline-table;
  line-height: 8px !important;
  height: 33px;
  cursor: pointer;
  overflow: hidden; }
  .add_a_file input {
    position: absolute;
    left: -100px;
    right: 0;
    top: 0;
    opacity: 0;
    width: 230px;
    height: 100%;
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }

.add_a_file:hover{ background: #ff8d00;}


.m05 {
  margin: 0 5px !important; }

.m5 {
  margin: 5px !important; }

.button.m5 {
  margin: 6px !important; }

.inline_field {
  width: 40px;
  text-align: center; }

.dib {
  display: inline-block !important; }

.onnav {
  display: none;
  width: 172px;
  background: var(--button-positive);
  padding: 2px;
  position: absolute;
  /* bottom: 6px; */
  top:10px;
  right:8px;
  /* right: 20px; */
  margin: 0 auto;
  z-index: 5555;
  text-align: center;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px; }

  @media (max-width: 480px){
    .onnav {
      top:-32px;
    }
  }
@media (max-width: 375px){
.onnav {
  right: 2%;
 }}

.onnav.pdf-controls {
  display: block; }
  .onnav.pdf-controls .inline_field {
    margin: 0 2px;
    font-size: 17px;
    width: 34px;
    height: 34px;
    background: rgba(255, 255, 255, 0.4);
    font-weight: bold;
    color: black;
    line-height: 54px; }
  .onnav.pdf-controls span {
    font-size: 17px;
    vertical-align: middle; }

.pdf_click_l,
.pdf_click_r {
  line-height: 0;
  font-weight: bold;
  width: 34px;
  height: 34px;
  min-width: auto;
  min-height: auto;
  text-align: center;
  padding: 1px !important;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px; }
  .pdf_click_l:hover,
  .pdf_click_l .activated,
  .pdf_click_r:hover,
  .pdf_click_r .activated {
    background: rgba(255, 255, 255, 0.5); }
  .pdf_click_l i,
  .pdf_click_r i {
    font-size: 29px;
    color: #f58634; }

.pdf_click_l {
  float: left; }

.pdf_click_r {
  float: right; }

.pdf_text_btn {
  float: right;
  padding: 6px !important;
  line-height: 20px;
  min-height: 20px;
  position: absolute;
  right: 0;
  top: 0; }

.wrapper1 {
  word-wrap: break-word;
}

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

.piview_btns {
  position: absolute;
  top: 6px;
  left: 50%;
  width:100%;
  text-align: center;
  margin-left: -135px; }
  .piview_btns .btn {
    margin: 0;
    border: 0;
    font-weight: bold;
    width: 90px; }
  .piview_btns .btn:last-child {
    border-radius: 0 3px 3px 0;
    margin-left: -2px; }
  .piview_btns .btn:first-child {
    border-radius: 3px 0 0 3px;
    margin-right: -1px; }
  .piview_btns .pdfactive {
    background: var(--button-positive);
    color: #fff; }

.piview_btns.register-tabs {
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  margin: 0; }
  .piview_btns.register-tabs button.btn {
    flex: 1;
    height: 50px;
    border: 1px solid #c3c3c3; }

.img-btn-div .btn-positive {
  position: relative; }
.img-btn-div .btn_orange {
  background: #7c3200;
  padding: 10px;
  font-size: 14px; }
.img-btn-div .btn_orange.not-pasted {
  opacity: 0.5; }

.img-btn-div .btn_orange:hover{background:#ff8d00;}

.pdfjs #sidebarContent {
  top: 0; }
.pdfjs #thumbnailView {
  width: 100%;
  top: 32px; }
.pdfjs .toolbar {
  position: fixed;
  top: 44px; }
.pdfjs .toolbarButtonSpacer {
  width: 50px; }
.pdfjs #viewerContainer {
  top: 32px;
  background: rgba(0, 0, 0, 0.4); }
.pdfjs .toolbarButton,
.pdfjs .dropdownToolbarButton,
.pdfjs .secondaryToolbarButton,
.pdfjs .overlayButton {
  cursor: pointer; }
.pdfjs #openFile {
  width: 35px;
  text-align: right; }
.pdfjs #toolbarContainer,
.pdfjs .findbar,
.pdfjs .secondaryToolbar {
  background: #444 !important; }
.pdfjs .textLayer {
  border-right: 1px solid #666; }

.library-filter {
  float: right;
  color: #898989;
  font-size: 24px;
  margin-top: 10px;
  margin-right: 16px;
  cursor: pointer; }

.subject-filter-checkbox {
  border: 0px;
  border-bottom: 1px solid #F0F0F0; }

.watermark-top {
  width: 100%;
  text-align: center;
   top: 15%;
  position: absolute; }
  .watermark-top h4 {
    color: gray;
    margin-bottom: 0; }

.watermark-bottom {
  padding-top: 7rem;
  width: 100%;

  text-align: center;
  position: absolute;
  bottom: 20%;
  color: gray;
  font-size: 15px; }
.home-bottom { /*ch*/
  width: 15%;
  text-align: center;
  position: absolute;
  bottom: 10%;
  color: gray;
  font-size: 15px; }

.legend-flex {
  display: flex; }

.active-filter {
  color: #ff8d00 !important; }
/* register popup additions */
.sublevel {
  	    flex: 1;
  	    height: 50px;
  	    border: 1px solid #c3c3c3;
  	    border-radius: 0 3px 3px 0;
  	    margin: 3% 0 0 0;
  	    width: 100%;
  	    background: gainsboro;
  	    font: message-box;
  	}

  	.sublevel label.input-transparent2{
  	    padding-bottom: 3%;
  	}

  	.sublevel .inline-field select {
  	    color: #000 !important;
  	    font-weight: bold;
  	    font-size: 115%;
  	}
/* ends here */
.forgot-pass {
  text-align: right;
  padding-right: 5px;
  margin-top: -20px; }

.exst-user {
  text-align: center;
  margin-top: -3%;
  padding-bottom: 1.0%;
  font-weight: 100; }
  @media (max-width: 500px) {
    .exst-user {
      margin-top: -5%; 
      padding-bottom: 2%;} }
  .exst-user a {
    color: #fff;
    /* font-size: 15px;*/ }
/*
.subscription .list {
  padding: 2%; }
*/
.main-desc div {
  display: flex;
  margin-bottom: 5px; }
  .main-desc div div {
    flex: 1; }
    .main-desc div div button {
      cursor: pointer;
      margin: 0 auto;
      font-size: 12px;
      min-height: 20px;
      height: 25px;
      line-height: 1;
      padding: 0 25px;
      border-radius: 100px; }

.subs-head .item.item-stable.active {
  background-color: #f1863b; }
  .subs-head .item.item-stable.active h3 {
    color: #fff; }
    .subs-head .item.item-stable.active h3 i {
      color: #fff; }
  .subs-head .item.item-stable.active span {
    color: #fff; }
    .subs-head .item.item-stable.active span i {
      color: #fff; }

.input-edit {
  margin-top: 15px;
  border: none;
  border-radius: 3px;
  padding: 10px;
  background: #eae9e9;
  font-family: "SourceSansPro-Regular"; }
  .input-edit select {
    color: #131313 !important; }

.log-main {
  display: flex; }
  .log-main div.first {
    flex: 2; }
  .log-main div.second {
    flex: 3; }
  .log-main .sign-up {
    position: relative;
    text-decoration: none;
    font-size: 16px; 
    top: 10%;
    right: -32%;
 
    color: white;
    cursor: pointer;
    border-radius: 3px;
    padding: 8px 35px;
    border-color: white;
    border: 2px solid white;
    border-radius: 100px;
    background: #0000004f; }
    @media (max-width: 500px) {
      .log-main .sign-up {
        padding: 10px 20px;
        color:#fff;
        border-color: #fff;
        border: 2px solid #fff; } }

.new-user {
  margin-top: 6%; }
  @media (max-width: 500px) {
    .new-user {
      margin-top: 8%; } }

.login_ctm {
  z-index: -1; }

.inline-field .list.extend_std {
  width: 100%; }

/* textbook style additions */
#textbookNames .list {
  padding: 0;
  margin: 0;
  float:left;
}
/* ends here */
.select-input {
  width: 100%;
  height: 36px;
  background:white;
  font-family: SourceSansPro-Regular;
  color:black;
  border: 0px;
  border-radius: 3px; 
  margin-right: 1%;
  margin-left: 1%;
}

.inline-field .list.extend_std {
  width: 100%; }

.tnc {
  color: black;
  text-align: left;
  margin-left: 5px;
  display: flex; }
  @media (max-width: 500px) {
    .tnc {
      margin-left: 0px; } }
  @media (max-width: 500px) {
    .tnc p {
      font-size: 12px; } }
  .tnc input {
    margin-right: 5px;
    margin-top: 6px;
    background: transparent; }
    @media (max-width: 500px) {
      .tnc input {
        margin-right: 5px;
        margin-top: 2px; } }

.fb_login {
  background: #2e64c1;
  color: white;
  display: block;
  padding: 10px;
  margin: 10px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer; }
  .fb_login span {
    display: inline-block;
    width: 27px;
    height: 27px;
    background: white;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    margin-right: 15px; }
  .fb_login i {
    color: #2e64c1;
    font-size: 25px;
    position: absolute;
    right: 5px;
    bottom: -3px; }
  .fb_login:hover, .fb_login:active {
    background: #2d559a; }
    .fb_login:hover i, .fb_login:active i {
      color: #2d559a; }

.content_res {
  margin: 25px auto; }
  .content_res h3 {
    margin-top: -10px;
    color: white;
    margin-bottom: 10px;
    height:110px; }
    @media (min-width: 480px) {
      .content_res h3 {
        margin-bottom: 25px; } }

.login-bg p {
  color: black;
  margin: 3px 0; }

.question-track {
  font-size: 12px;
  margin-top: -20px;
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0; }
  .question-track .question-digit {
    display: inline-block;
    color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: -1010px; /* SOWMYA - 23 APR*/
    left: 0;
    right: 0;
    text-align: center; }

.quiz_content .scroll {
  height: 100%; 
  margin-left: -15px}
.quiz_content .quiz_options {
  padding: 10px; }
.quiz_content .points_earned {
  position: absolute;
  top: 50px;
  right: 5px;
  padding: 2px;
  font-size: 18px;
  background: #F28B23;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 30px;
  border-radius: 100px;
  color: white; }

.quiz_result .bookmark-span {
  top: 44px; }
.quiz_result h3 {
  color: #f28b24;
  font-size: 22px;
  text-transform: uppercase; }
  @media (max-width: 500px) {
    .quiz_result h3 {
      font-size: 22px; } }
.quiz_result h4 {
  color: #666666;
  font-size: 22px; }
  @media (max-width: 500px) {
    .quiz_result h4 {
      font-size: 22px; } }
.quiz_result .your_score {
  background: #F28B23;
  padding: 10px 0 10px;
  width: 200px;
  border-radius: 20px;
  margin: 0 auto 20px;
  color: #fff;
  font-size: 16px; } 
  .quiz_result .your_score span {
    display: block;
    font-size: 30px;
    line-height: 35px; }
.quiz_result span.test-text {
  border-top: 1px solid #eee;
  margin: 10px 0;
  font-size: 16px;
  } 
        
.quiz_result1 .bookmark-span {		/*SOWMYA - 23 APR*/
  top: 44px; }
.quiz_result1 h3 {
  text-align: center;
  color: black;
  font-size: 22px;   /*SOWMYA - 23 APR*/
  font-weight: bold; /*SOWMYA - 23 APR*/
  text-transform: uppercase; }
  @media (max-width: 500px) {
    .quiz_result1 h3 {
      font-size: 22px; } }
.quiz_result1 h4 {
  text-align: center;
  color: #666666;
  font-size: 22px; }
  @media (max-width: 500px) {
    .quiz_result1 h4 {
      font-size: 22px; } }
.quiz_result1 .your_score {
  background: #F28B23;
  padding: 10px 0 10px;
  width: 200px;
  border-radius: 20px;
  margin: 0 auto 20px;
  color: #fff;
  margin-top: 5%;
  font-size: 20px; /*SOWMYA - 23 APR*/
  text-align: center; }
  .quiz_result1 .your_score span {
    display: block;
    font-size: 20px;
    /*line-height: 35px;*/ } /*SOWMYA - 23 APR*/
.quiz_result1 span.test-text {
  border-top: 1px solid #eee;
  margin: 10px 0;
  font-size: 16px;
  padding-top: 10px; } /*SOWMYA - 23 APR*/

p.errorText,
p.errorTextLength {
  color: red;
  font-size: 14px; }

.gotohome {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 24px;
  width: 35px;
  height: 35px;
  padding-top: 5px; }
  .gotohome i {
    padding: 5px;
    color: white; }
    .gotohome i:active {
      opacity: 0.5; }
    .gotohome i:focus {
      outline: 2px gray dotted; }

.btn-card,
.concept-card,
.video-slider,
.video-slider1,
.library-video-img,
.gotohome,
.back-arrow,
.pi-points-value,
.image-span {
  cursor: pointer; }
.concept-card1 {
  cursor: pointer; }
.btn-card1 {
  cursor: pointer; }

#toast-container.toast_bottom_center {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center; }
  #toast-container.toast_bottom_center .toast {
    width: 260px;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    padding: 6px 12px;
    bottom: 65px;
    font-size: 13px;
    margin: 0 auto; }

.video_data {
  display: block;
  width: 100%;
  height: 250px;
  position: relative; }
  @media (min-width: 769px) {
    .video_data {
      height: 350px; } }
  .video_data iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    @media (max-height: 500px) and (max-width: 768px) and (orientation: landscape) {
      .video_data iframe {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0; } }
  .video_data:before, .video_data:after {
    content: '';
    width: 100%;
    height: 88%;
    background: rgba(82, 114, 135, 0.53);
    position: absolute;
    bottom: 40px;
    z-index: 9999;
    background: none; }
    @media (max-height: 500px) and (max-width: 768px) and (orientation: landscape) {
      .video_data:before, .video_data:after {
        bottom: 110px; } }
    @media (max-width: 500px) {
      .video_data:before, .video_data:after {
        bottom: 35px; } }
  .video_data:before {
    left: 0; }
  .video_data:after {
    right: 0; }

/* footer styles */
.tab-item {
/*  font-weight: lighter;*/
  margin: 0.7%;
  overflow: visible; }
  .tab-item i {
    text-align: center;
    display: block;
    font-size: 18px;
    margin: 5px 0; }
  .tab-item:active {
    color: #0097d5; }

.tab-item3 {			/*SOWMYA - APR 30*/
  font-weight: 700;
  cursor: pointer;
  margin: 0.7%;
  overflow: visible; }
  .tab-item3 i {
    /*text-align: center;*/
    /*margin-left:260px;*/
    cursor: pointer;
    /*display: block;*/
    font-size: 15px;
    /*margin: 5px 0;*/ }
  .tab-item3:active {
    color: #0097d5; }

.pi_title {
  background: rgba(0, 0, 0, 0.1);
  padding: 5px;
  height: 50px;
  margin: -1px 0 0;
  font-size: 12px;
  color: white;
  font-family: serif !important;
  background: -moz-linear-gradient(top, #681512 0%, rgba(104, 21, 18, 0.78) 50%, rgba(104, 21, 18, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #681512 0%, rgba(104, 21, 18, 0.78) 50%, rgba(104, 21, 18, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #681512 0%, rgba(104, 21, 18, 0.78) 50%, rgba(104, 21, 18, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#681512', endColorstr='#00681512', GradientType=0);
  /* IE6-9 */ }

.profile_form {
  padding: 1px 15px; }
  .profile_form .list-inset {
    margin: 20px 0; }

.foot_share {
  background: none;
  border: 0; }
  .foot_share i {
    font-size: 30px; }
  .foot_share .pi_arrow_left {
    color: #00a859; }
  .foot_share .pi_arrow_left {
    color: #00a859;
    margin-left:-180%; }
  .foot_share .pi_arrow_left1 {
    color: #00a859; }
  .foot_share .pi_arrow_left1 {
    color: #00a859;
    margin-left:-138%; }
 
  @media (max-width:425px) {
  .foot_share .pi_arrow_left {
    color: #00a859;
    margin-left:22%; }}
   @media (max-width:375px) {
  .foot_share .pi_arrow_left {
    color: #00a859;
    margin-left:-12%; }}
  .foot_share .pi_arrow_right {
    color: #bf1b20;
     margin-left:117%; }
  @media (max-width:425px) {
  .foot_share .pi_arrow_right {
    color: #bf1b20;
     margin-left:-15%; }}
   @media (max-width:375px) {
  .foot_share .pi_arrow_right {
    color: #bf1b20;
     margin-left:15%; }}
  .foot_share .pi_share, 
  .foot_share .pi_pishare, .foot_share .pi_plus, .foot_share .pi_thumb, .foot_share .pi_share_lib, .foot_share .pi_bookmark, .foot_share .ion-compose {
    font-size: 24px;
    width: 56px;
    margin: 0 auto;
    padding: 0px;
    border: 0px;
    background: white;
  /*   -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; */ 
  }


@media (min-width: 1050px) {
  .popup-container {
    width: 750px;
    margin: 0 auto 0 -300px;
    left: 45%; } }
.popup-container .popup {
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 80%; }
  @media (max-width: 767px) {
    .popup-container .popup {
      width: 90%; } }
  @media (min-width: 768px) {
    .popup-container .popup {
      width: 60%; } }
.popup-container .popup-body {
  padding-bottom: 25px; }
  .popup-container .popup-body .show-password {
    color: rgba(0, 0, 0, 0.4); }
  .popup-container .popup-body .input-div-transparent {
    margin: 0; }
  .popup-container .popup-body #errorPopPass {
    margin: 0 0 0 10px; }
.popup-container .popup-buttons {
  padding: 0;
  margin: 0;
  min-height: 45px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  overflow: hidden; }
  .popup-container .popup-buttons .button {
    margin: 0;
    /*min-height: 30px;*/     /*SOWMYA - MAY 7*/
    text-transform: uppercase;
    font-size: 14px;
    font-family: "SourceSansPro-Regular";
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
.popup-container .popup-title {
  font-weight: 800;
  /*color: rgba(0, 0, 0, 0.6);*/
  text-align: center;        /*SOWMYA - 23 APR*/
  font-size: 20px;	     /*SOWMYA - 23 APR*/
  /*margin-bottom: 10px;*/ } /*SOWMYA - 23 APR*/
  .popup-container .popup-title .popup-sub-title {
    font-size: 15px; }
.popup-container input, .popup-container textarea {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  background: #eae9e9;
  font-family: "SourceSansPro-Regular";
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
.popup-container input {
  height: auto; }
.popup-container textarea {
  resize: none;
  height: 100px;
  margin-top: 15px; }
.popup-container .button {
  font-weight: 800; }
.popup-container .button-positive,
.popup-container .button-positive.activated {
  background: var(--button-positive); }
.popup-container .button-default {
  color: white;
  background: #cacaca; }

.share_pop .popup-head {
  display: none; }
.share_pop .popup-body {
  padding: 15px 10px; }
  .share_pop .popup-body textarea {
    height: 70px;
    margin: 0;
    font-size: 15px;
    cursor: text; }
  .share_pop .popup-body p {
    margin: 10px 0 0;
    text-align: center; }

.foot_mindmap {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 8888;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4); }
  .foot_mindmap a {
    opacity: 0.75;
    display: inline-block;
    width: 15%;
    font-size: 10px;
    padding: 6px 0 4px 84px;
    cursor: pointer; }
    .foot_mindmap a i {
      font-size: 20px;
      display: block;
      margin-bottom: 2px;
      color: rgba(0, 0, 0, 0.8); }
    .foot_mindmap a span {
      display: block;
      line-height: 16px;
      color: rgba(0, 0, 0, 0.4); }
    .foot_mindmap a:focus, .foot_mindmap a:active {
      color: #0097d5; }
      .foot_mindmap a:focus span, .foot_mindmap a:active span {
        color: #0097d5; }
      .foot_mindmap a:focus i, .foot_mindmap a:active i {
        color: #0097d5; }
  .foot_mindmap a.activated {
    opacity: 1; }
    .foot_mindmap a.activated i:before,
    .foot_mindmap a.activated span {
      color: #0097d5; }
  @media (max-height: 400px) and (max-width: 500px) {
    .foot_mindmap {
      display: none; } }

div.slider-tick:first-child,
div.slider-tick:last-child {
  display: none; }

.slider-controls1 > li > div > div > div.slider-tick {
  background-image: -webkit-linear-gradient(top, orange 0%, orange 100%);
  background-image: -o-linear-gradient(top, orange 0%, orange 100%);
  background-image: linear-gradient(to bottom, orange 0%, orange 100%);
  background-repeat: repeat-x;
  opacity: 1; }

.slider-controls {
  list-style: none; }

.slider-controls > li {
  margin: 0% 0 2% 5%; }

.slider-controls > li:nth-child(1) {
  display: block; }

.int-tag {
  margin-left: 15px; }

.slider {
  visibility: visible;
  overflow: visible; }

div.slider.slider-horizontal {
  float: left;
  margin-right: 0;
  margin-top: 5px;
  margin-bottom: 19px;
  margin-left:0; }
  @media (max-width: 500px) {
    div.slider.slider-horizontal { } }

.video-slider-iframe {
  height: 100%;
  width: 100%;
  pointer-events: none; }

.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.slider.slider-horizontal {
  width: 210px;
  height: 20px; }

.slider.slider-horizontal .slider-track {
  height: 5px;
  width: 100%;
  margin-top: -2px;
  top: 50%;
  left: 0; }

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0; }

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  cursor: pointer; }

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0; }

.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  margin-left:3%;
  margin-right:3%;
  width: 94%; }

.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px; }

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center; }

.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0; }

.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px; }

.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0; }

.slider.slider-vertical {
  height: 210px;
  width: 20px; }

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0; }

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0; }

.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0; }

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px; }

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  border-right-color: #0480be;
  margin-left: 0;
  margin-right: 0; }

.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap; }

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px; }

.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%; }

.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0; }

.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0; }

.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px; }

.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0); }

.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed; }

.slider input {
  display: none; }

.slider .tooltip.top {
  margin-top: -36px;
  display: none; }

.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none; }

.slider .hide {
  display: none; }

.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px; }

.slider-selection.tick-slider-selection {
  background-image: linear-gradient(to bottom, #ff1053, #ff1053) !important;
  background-color: rgb(255, 16, 83) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0); }

.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px; }

.slider-handle {
  position: absolute;
  top: 4px;
  width: 14px;
  height: 14px;
  background: #f58634;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 0px solid transparent; }

.slider-handle.round {
  border-radius: 50%; }

.slider-handle.triangle {
  background: transparent none; }

.slider-handle.custom {
  background: transparent none; }

.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204; }

.slider-tick {
  background-color: #ff8d00;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #ff8d00 0%, #ff8d00 100%);
  background-image: -o-linear-gradient(top, #ff8d00 0%, #ff8d00 100%);
  background-image: linear-gradient(to bottom, #ff8d00 0%, #ff8d00 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent; }

.slider-tick.round {
  border-radius: 50%; }

.slider-tick.triangle {
  background: transparent none; }

.slider-tick.custom {
  background: transparent none; }

.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204; }

.slider-tick.in-selection {
  background-color: #ff8d00;
  background-image: -webkit-linear-gradient(top, #ff8d00 0%, #ff8d00 100%);
  background-image: -o-linear-gradient(top, #ff8d00 0%, #ff8d00 100%);
  background-image: linear-gradient(to bottom, #ff8d00 0%, #ff8d00 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1; }

.slider-controls1 > li > div > div > div.slider-tick {
  background-image: -webkit-linear-gradient(top, var(--primary) 0%, var(--primary) 100%);
  background-image: -o-linear-gradient(top, var(--primary) 0%, var(--primary) 100%);
  background-image: linear-gradient(to bottom, var(--primary) 0%, var(--primary) 100%);
  background-repeat: repeat-x;
  opacity: 1; }

.buttons-array {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  margin-top:-27px;
}
  /* padding-left: 100px; } */

div.buttons-array button.activated {
  background: var(--primary);
  color: #FFF !important; }

.button-video {
  color: #4c4c4c;
  width: 145px;
  background: transparent;
  font-size: 14px;
  line-height: 1;
  margin: 7px;
  border-radius: 5px;
   border:1px solid gray; }

.button-video4 {
  padding-top : 2%;
  padding-bottom: 2%;
  color: #4c4c4c;
  width: 145px;
  background: transparent;
  font-size: 14px;
  line-height: 1;
  margin: 7px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  border: 0 !important; }

.button-video1 {
  margin: 0.7%;
  color: #4c4c4c;
  width: 20px;
  background: transparent;
  font-size: 14px;
  line-height: 1;
  /*margin: 7px;*/
  margin-bottom:2%;
  margin-left:4%;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  border: 0 !important; }
.button-video3 {
  margin: 0.7%;
  color: #4c4c4c;
  width: 20px;
  background: transparent;
  font-size: 14px;
  line-height: 1;
  /*margin: 7px;*/
  left:6%;
  margin-bottom:2%;
  margin-left:0%;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  border: 0 !important; }

@media (max-width:425px){
.button-video3 {
  margin: 0.7%;
  color: #4c4c4c;
  width: 20px;
  background: transparent;
  font-size: 14px;
  line-height: 1;
  /*margin: 7px;*/
  left:8%;
  margin-bottom:2%;
  margin-left:0%;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  border: 0 !important;
  padding-left: 2%
   }}

@media (max-width:375px){
.button-video3 {
  margin: 0.7%;
  color: #4c4c4c;
  width: 20px;
  background: transparent;
  font-size: 14px;
  line-height: 1;
  /*margin: 7px;*/
  left:6%;
  margin-bottom:2%;
  margin-left:0%;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  border: 0 !important;
  padding-left: 2%
   }}

.button-video2 {
  margin: 0.7%;
  color: #4c4c4c;
  width: 20px;
  background: transparent;
  font-size: 14px;
  line-height: 1;
  /*margin: 7px;*/
  margin-top:-2%;
  margin-left:45%;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  border: 0 !important; }

@media (max-width: 425px) {
.button-video1 {
  margin: 0.7%;
  color: #4c4c4c;
  width: 20px;
  background: transparent;
  font-size: 14px;
  line-height: 1;
  /*margin: 7px;*/
  margin-bottom:2%;
  margin-left:2%;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  border: 0 !important; }}

@media (max-width: 375px) {
.button-video1 {
  margin: 0.7%;
  color: #4c4c4c;
  width: 20px;
  background: transparent;
  font-size: 14px;
  line-height: 1;
  /*margin: 7px;*/
  margin-bottom:2%;
  margin-left:7%;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  border: 0 !important; }}

@media (max-width: 375px) {
.button-video2 {
  margin: 0.7%;
  color: #4c4c4c;
  width: 20px;
  background: transparent;
  font-size: 14px;
  line-height: 1;
  /*margin: 7px;*/
  margin-top:5%;
  margin-left:11%;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  border: 0 !important; 
}}

@media (max-width: 425px) {
.button-video2 {
  margin: 0.7%;
  color: #4c4c4c;
  width: 20px;
  background: transparent;
  font-size: 14px;
  line-height: 1;
  /*margin: 7px;*/
  margin-top:5%;
  margin-left:2%;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  border: 0 !important; 
}}

div.buttons-array button {
  color: #4c4c4c;
  font-size: 14px;
  font-weight: 600;
  line-height: 1; }

div.buttons-array button:hover {
  color: #4c4c4c; }

div.buttons-array button.activeButton {
  background-color: var(--primary);
  color: #fff; 
}

#controls {
  margin-bottom: 25px; }

.bookmark-video {
  position: absolute;
  right: 15px;
  font-size: 20px;
  color: #0097d5; }

#video-placeholder {
  width: 100%;
  height: 250px; }

.quiz_content .item-radio input:checked + .radio-content div.item-content .dot {
  width: 11px;
  height: 11px;
  background: none;
  border: 2px solid white; }
 .dot1 {
  width: 11px;
  height: 11px;
  background: none;
  border: 2px solid white; }
.quiz_content .item-radio input:checked + .radio-content .radio-icon {
  visibility: hidden; }

.radio-content .dot {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -6px; }

.dot1 {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -6px; }

.platform-ios .tabs-icon-top .tabs, .platform-browser .tabs-icon-top .tabs {
  margin-top: 44px; }

.tabs-icon-top .tabs {
  position: relative;
  border: 0;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }
  .tabs-icon-top .tabs .tab-item .icon {
    font-size: 20px;
    height: 26px;
    margin-top: 5px; }

.sub_package {
  color: rgba(0, 0, 0, 0.5);
  font-weight: normal;
  margin: 5px;
  text-transform: uppercase;
  font-size: 12px; }

/* Desktop CSS */
@media (min-width: 768px) {
  ion-content .scroll {
    margin: 0 auto; } }

.switch_keywords {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 36px; }

.delete_btn.gotohome {
  color: #FFF;
  width: 60px;
  font-size: 12px;
  padding: 7px 10px;
  background: transparent;
  height: 32px;
  border: 1px solid #FFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-family: "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif; }

.cancel_btn.gotohome {
  color: #FFF;
  width: 60px;
  font-size: 12px;
  padding: 7px 10px;
  background: transparent;
  height: 32px;
  border: 1px solid #FFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-right: 70px;
  font-family: "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif; }

.plain-text-area {
  margin: auto;
  width: 93%;
  min-height: 87.5%;
  font-size: 16px;
  padding: 15px;
  top: 3%;
  position: relative;
  overflow-y: scroll;
  border: 1px solid #e0e0e0;
  font-family: "SourceSansPro-Regular";
  color: #4c4c4c;
  line-height: 1.4em;
  overflow-y: auto; }

.transparent-loading {
  background: transparent; }
  .transparent-loading .spinner {
    visibility: hidden; }
  .transparent-loading .loading {
    background: transparent; }

.transparent-backdrop {
  background: transparent; }

.thumbnail.ng-animate {
  transition: none; }

@media (min-width: 769px) {
  .view-container {
    overflow: hidden;
    margin: 0 auto;
    /* commented the style to show full screen by NAVEEN (13/07/20)*/
    /* width: 768px;
    left: 50%;
    margin-left: -384px; */
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5); }
    .view-container .modal {
      width: 40%; }
    .view-container #video-placeholder {
      width: 768px;
      height: 350px;
      position: absolute;
      left: 0;
      top: 0; }
    .view-container #controls {
/*      margin-top: 20px;*/
      margin-bottom: 8.12%; } }
/* mobile landscape CSS */
@media only screen and (max-device-width: 700px) and (orientation: landscape) {
  .content_res {
    margin: 40px auto; }

  .home-card {
    height: 145px;
    max-width: 100%; }
    .home-card .row {
      float: left;
      width: 33.333333%; }
    .home-card hr {
      display: none; } }
      /* custom modifications */

@media (max-width: 780px) {

  div#textbookNames.col {
      flex: initial;
      -webkit-flex: initial;
      -webkit-box-flex: unset;
      display: block;
  }

  div#textbookNames.col.text-left {
      width: auto;
      height:95%
  }
}
@media (max-width: 425px) {
	.log-main .sign-up {
	padding:7px 27px;
    }
        .row.myh3 {
        margin: 7% auto -9px 5px !important;
    }
	.login-logo-div {
	margin:11% 0 0 0;
    }
	.login-bg .content_res {
	padding:7% 0 33%;
    }

    div#textbookNames.col {
        flex: initial;
        -webkit-flex: initial;
        -webkit-box-flex: unset;
        display: block;
    }

    div#textbookNames.col.text-left {
        width: 98%;
        padding-right: 42%
    }
}

@media (max-width: 375px) {

    .row.myh3 {
        margin: 7% auto -9px 5px !important;
    }
    div#textbookNames.col {
        flex: initial;
        -webkit-flex: initial;
        -webkit-box-flex: unset;
        display: block;
    }

    div#textbookNames.col.text-left {
       /* width: 76%;*/
        width:98%;
    }
}

@media (max-width: 320px) {

    div#textbookNames.col {
        flex: initial;
        -webkit-flex: initial;
        -webkit-box-flex: unset;
        display: block;
    }

    div#textbookNames.col.text-left {
        width: auto;
    }
}
/* ENDS HERE */
@media (max-width: 768px) and (orientation: landscape) {
  ion-content .scroll {
    width: 100%;
    margin: 0 auto; } }

    .main-desc .sub_details p {
      font-size: 16px;
      margin-bottom: 12px;
  }

  .gst_details {
      text-overflow: inherit !important;
      white-space: initial !important;
  }
  .subs-head .item.item-stable.active-package{
    background-color:#00a859;
}

.subs-head .item.item-stable.active-package h3{
  color: #fff;
}
.subs-head .item.item-stable.active-package h3 i{
  color: #fff;
}
.subs-head .item.item-stable.active-package span{
  color: #0d6f98;
}
.subs-head .item.item-stable.active-package span i{
  color: #fff;
}
.button.button-positive {
  border-color: transparent;
  background-color: var(--button-positive);
  color: #fff;
}
.cross-line{
  margin-left: 4px;
  display: inline-block;
  text-decoration: line-through;
  color: #a09595;
}

.bookmarkbutton{
margin-left:-10%;
padding-left:-4%;
}

@media (max-width: 425px) {
.bookmarkbutton{
margin-left:-18%;
padding-left:1%;
}}

@media (max-width: 375px) {
.bookmarkbutton{
margin-left:-23%;
padding-left:1%;
}}

.sharebutton{
margin-left:-4%;
padding-left:0%;
padding-right:-30%;
margin-bottom:100%;
}

@media (max-width: 425px) {
.sharebutton{
margin-left:-7%;
padding-left:1%;
padding-right:-30%;
margin-bottom:100%;
}}

@media (max-width: 375px) {
.sharebutton{
margin-left:-12%;
padding-left:1%;
padding-right:-30%;
margin-bottom:100%;
}}

.thumbsdownbutton{
cursor: pointer;
font-weight: normal;
margin-left:75.0%;
margin-top:2%;
/*margin-right:70%;*/
font-size:13px;
}

.thumbsdownbutton1{
  position: relative;
cursor: pointer;
font-weight: normal;
text-align: left;
margin-left: 4%;
margin-top:20px;
font-size:13px;
}

@media (max-width: 425px) {
.thumbsdownbutton{
cursor: pointer;
font-weight: normal;
margin-left:65%;
font-size:13px;
margin-top:2%;
}}

/* 
@media (max-width: 375px) {
.thumbsdownbutton1{
cursor: pointer;
font-weight: normal;
margin-left:0%;
margin-top:6%;
margin-right:70%;
font-size:13px;
}} */

/*
@media (max-width: 375px) {
.thumbsdownbutton{
cursor: pointer;
font-weight: normal;
margin-left:75%;
/*margin-right:55%;*/
/*font-size:13px;
margin-top:2%;
}}*/




.subs-head .item.item-stable.active{
  background-color: #ffffff;
}
.subs-head .item.item-stable.active h3 {
  color: gray;
}
.subs-head .item.item-stable.active h3 i{
  color: gray;
}
.subs-head .item.item-stable.active span i{
  color: gray;
}
.subs-head .item.item-stable.active span{
  color: gray;
}

/* modify */
.gotohome1 {
    position: absolute;
    right: 13%;
}

@media (max-width: 695px){
	.gotohome1 {
        position: absolute;
	right: 14.2%;
	}
}

@media (max-width: 660px){
	.gotohome1 {
        position: absolute;
	right: 15.3%;
	}
}

@media (max-width: 600px){
	.gotohome1 {
        position: absolute;
	right: 16.5%;
	}
}

@media (max-width: 560px){
	.gotohome1 {
        position: absolute;
	right: 17.5%;
	}
}

@media (max-width: 530px){
	.gotohome1 {
        position: absolute;
	right: 18.5%;
	}
}

@media (max-width: 500px){
	.gotohome1 {
        position: absolute;
	right: 19.5%;
	}
}

@media (max-width: 470px){
	.gotohome1 {
        position: absolute;
	right: 20.5%;
	}
}

@media (max-width: 425px){
	.gotohome1 {
        position: absolute;
	right: 25%;
	}
}

@media (max-width: 375px){
	.gotohome1 {
        position: absolute;
	right: 26.5%;
	}
}

@media (max-width: 320px){
	.gotohome1 {
        position: absolute;
	right: 30.5%;
	}
}
#camera_buttnn{
    background: #c52f33; /*#0097d5;*/
    border-radius: 8%;
    border: none;
    display:block;
    margin-right:52px;
    color: white;

    font-weight: bold !important;
    font-size: 80% !important;
}
  #camera_buttnn:active {
      opacity: 0.5; }
    #camera_buttnn:focus {
      outline: 2px gray dotted; }
#camera_buttnn:hover{ background: #ff8d00;}


/* added media queries to centered camera button*/
@media (max-width: 320px){
#camera_buttnn {
left:-30px;
}
}

@media (min-width: 375px){
#camera_buttnn {
display:block;
left:-64px;
}
}


@media (min-width: 425px){
#camera_buttnn {
display:block;
left:-80px;
}

@media (min-width: 768px) and (max-width: 769px){
#camera_buttnn {
display:block;
left:-263px;
}
}
}

.gotohome2 {
  position: absolute;
  top: -2px;
  right: 40px;
  cursor: pointer;
  font-size: 24px;
  width: 35px;
  height: 35px;
  color: white;
  padding-top: 5px; }
/* book close button */
.book_close {
    left:2%; 
    bottom:0.5%; 
    border-radius:0%;
    height:35px; 
    width:122px;
    background: #7c3200;
    position: absolute;
    z-index: 5555;
    border: none;
    color: white;
    font-weight: bold !important;
    font-size: 80% !important;
}

.book_close:hover{ background: #ff8d00;}


@media (max-width: 695px){
    .book_close {left:86.5%;}
}

@media (max-width: 660px){
    .book_close {left:85.5%;}
}

@media (max-width: 600px){
    .book_close {left:84.5%;}
}

@media (max-width: 560px){
    .book_close {left:83.5%;}
}

@media (max-width: 530px){
    .book_close {left:82.5%;}
}

@media (max-width: 500px){
    .book_close {left:81.5%;}
}

@media (max-width: 470px){
    .book_close {left:80.5%;}
}

@media (max-width: 445px){
    .book_close {left:79.5%;}
}

@media (max-width: 425px){
    .book_close {left: 66%;
    bottom:92%; }
}

@media (max-width: 400px){
    .book_close {left:77%;}
}

@media (max-width: 375px){
    .book_close {left: 65%;}
}

@media (max-width: 320px){
    .book_close {left: 61%;}
}

/* ends here */
  .gotohome i {
    padding: 5px;
    color: white; }
    .gotohome i:active {
      opacity: 0.5; }
    .gotohome i:focus {
      outline: 2px gray dotted; }

      .img-btn-div .btn-positive {
        width: 122px;
        margin: 0 2px 5px;
        font-size: 14px;
    }

 @media (max-width: 530px) {
  .img-btn-div {
    position: absolute !important;
    bottom: 0;
    left: 0%;
    right: 0;
    width: 100%;
    margin-left: 0;
    text-align: center;
    z-index: 3333;
}
  .img-btn-div .btn_orange {
    width: 110px;
    margin: 0px 0px 5px;
    margin-right: 0px;
    font-size: 14px;
}
.img-btn-div.smallWidth{
  width: 40% ;
}
.img-btn-div.largeWidth{
  width: 100% ;
}
}

.options{
text-align: left;
margin-top:3%;
}

@media (max-width: 375px) {
.options{
font-size:14px;
}}

@media (max-width: 425px) {
.options{
font-size:13px;
text-align: left;
margin-top:5%;
}}

 @media (max-width: 375px) {
  .img-btn-div {
    position: absolute !important;
    bottom: 0;
    left: -21%;
    right: 0;
    /*width: 100%;*/
    margin-left: 0;
    text-align: center;
    z-index: 3333;
}
  .img-btn-div .btn_orange {
    width: 110px;
    margin: 0px 0px 5px;
    margin-right: 0px;
    font-size: 14px;
}
.img-btn-div.smallWidth{
  width: 40% ;
}
.img-btn-div.largeWidth{
  width: 100% ;
}
}

/* textbook styles */
.row.myRow {
 position: relative;
 top: 10%;
 padding: 2%;
}

.row.myh3 {



    margin: 1% 1% 1% 1%;
}
#textbookNames .list {
    padding: 0;
    margin: 0;
    top:6px;
    float:left;
    /*font-weight: 475;*/
}

@media (max-width: 601px) and (max-height: 400px) and (orientation: landscape){

	.row.myRow {
   	 padding: 0%;
	}

	.row.myh3 {
    	margin: 2% auto 0 auto;
	}
	div#textbookNames {
    	overflow-x: hidden;
    	overflow-y: scroll;
    	height: 28px;
    	padding-right: 55%;
	}

}




/* register styles */
@media (max-width: 500px) {
    .sublevel .inline-field select {
        font-size: 100%;
        font-weight: bolder;
    }
}

/* style change for Student => Degree */
.extend_std label.item.item-input{
    padding-bottom: 2%;
}

/* Scrollbar styling */

div#textbookNames {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 500px;
    padding-right: 44%;
}

div#textbookNames.col.text-left::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.4);
    box-shadow: inset 0 0 1px rgba(0,0,0,0.4);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

div#textbookNames.col.text-left::-webkit-scrollbar {
    width: 0.5em;
}

div#textbookNames.col.text-left::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
  background-color: #b8b9ba;
  outline: 1px solid black;
}
/* Styles for adding tags */
@media (min-width: 0px) {
    #modal-view {
        top: 20%;
        right: 20%;
        bottom: 20%;
        left: 25%;
    }
    #modal-view.modal {
        min-height: 240px;
    }
    .active .modal-backdrop-bg {
        opacity: 0.5;
    }
    .modal-backdrop-bg {
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    background-color: #000;
    opacity: 0;
}
}

@media (max-width: 1920px) {
    #modal-view {
        width: 38%;
        left: 31%;
    }
}
@media (max-width: 1200px) {
    #modal-view {
        top: 20%;
        right: 20%;
        bottom: 20%;
        left: 16%;
        width: 68%;
    }
}
@media (max-width: 768px){
    #modal-view {
        width: 85%;
        left: 8%;
    }
}
.checkbox input:checked:before, .checkbox input:checked + .checkbox-icon:before {
    background: #0098E5;
    border-color: #0098E5;
}
.checkbox .checkbox-icon:before, .checkbox input:before {
    border-color: black;
}
/* ends here */

/*zoom styles begin*/
.zoom-slider {
  position: fixed;
  top:  300px;
  transform: rotate(270deg);
  z-index: 999;
  right: -50px; }

  .zoom-slider .range {
    background: #000012;
    border: none;
    border-radius: 10px; }
    .zoom-slider .range input {
      height: 30px; }
    .zoom-slider .range i:before {
      color: white; }
    .zoom-slider .range i.ion-minus {
      transform: rotate(90deg); }
.zoom-btns {
    border: 1.5px solid;
    margin: 0% 4% 0 4%;
    border-radius: 30%;
    color: darkgray;
}

.zoom-btns .ion-plus {
    font-size: 20px;
    padding-top: 3px;
}

.zoom-btns .ion-minus {
    font-size: 21px;
    padding-top: 2px;
}

@media (min-width: 769px){
    .zoom-sliders {
	position: absolute;
	bottom: 45px;
	left: -40px;
	width: 900px;
	/*top:-559px;*/
    }
}


@media (max-width: 768px){
    .zoom-sliders{
        position: absolute;
        bottom:2093%;
        left:-176%;
        width: 437%;
        /*top:-517px;*/
    }
}

@media (max-width: 425px){
    .zoom-sliders{
        position: absolute;
	bottom:1386%;
        /*left:-68%;*/
        width: 437%;
        top:-1880%;
    }
}

@media (max-width: 375px){
    .zoom-sliders{
        position: absolute;
	bottom:1390%;
        left:-165%;
        width: 437%;
        /*top:-517px;*/
    }
}

@media (max-width: 320px){
    .zoom-sliders{
        position: absolute;
	bottom:1389%;
        left:-44%;
        width: 437%;
        top: -517px;
    }
}
/*zoom styles end */

/* textbook filter styles */

#userFilter{
    margin: 0 0 0 27%;
}

#userFilter1{
    margin: 0 0 0 29%;
}
@media (max-width: 425px){
    #userFilter{

        margin: 4% 0 1% 12.5%;
	left:51px;
    }
}

@media (max-width: 375px){
    #userFilter{
        margin: 4% 0 3% 8.5%;
	left:52px;
    }
}

@media (max-width: 320px){
    #userFilter{
        margin: 4% 0 2% 3%;
	left:51px;
	padding-left:11px;
    }

    #filterGo{
        margin: 0% 0% 0 4.8% !important;
        font-size: 13px !important;
    }
    .filterLabel:nth-of-type(1) {
        margin-right: 4% !important;
    }
}

.selectFilters{
    color: black;
    font-weight:lighter;
    /*background: #f2f0f0;*/
    background: 0;
    border: none; /*1px solid #0097d5;*/
    box-shadow: 0 0 0 0;
    outline: none;
    font-size: 19px;
    padding: 0 px;
    width: 180%;
    /*max-width: 200px;*/

}

.selectFilters2{
font-weight: 600;
    font-size: 18px;
    /*width: 200%; */
    margin: 1 0 0 18%;
    color: black;
    /*background: none;*/
    border: 0px;
    outline: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: #ffffff;
    height: 25px;
    width: 90%;
    margin-left:10%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 425px){
.selectFilters2{
    width: 98%;
    margin-left:0%;
}}
/*
.selectFilters{
    margin: 0 5% 0 2%;
    color: gray;
    background: none;
    border: none; /*1px solid #0097d5;
    border-radius: 6.5%;
    outline: none;
    box-shadow: 0 0 2px #4c4c4c; /*#0097d5;
    font-size: 17px;
}
*/

figure {
background: blue;
display: block;
margin:1.5em;
padding:.7em;
}	
	blockquote {
		padding: .5em;
		font-size: 1.3em;
		font-style: italic;
		text-align: center;
		}
.filterLabel {

   position: relative;
    left: -8%;
    top: 10%;
    font-size: 19px;
    color: gray;
    margin: 80px 10px 0px 10px;
}

.filterLabel:nth-of-type(1) {
    margin-right: 2%;
}
/*
.subselect {
    margin-left: 39%;
}
*/
/* Combo box style for degree class */

.selectFilters1{
  color: black;
    /*background: #f2f0f0;*/
    background: 0;
    border: none; /*1px solid #0097d5;*/
    box-shadow: 0 0 0 0;
    outline: none;
    font-size: 20px;
    padding: 0 px;
    width: 55%;
    max-width: 200px;
    margin: -1% 0% 0% 8%;

}

.pclas
 {
 color: rgba(0, 0, 0, 0.5);
text-align:left;
font-size:18px;
margin-left:4%;
margin-top: 20px;
 font-weight: normal;
 }

/* 
@media (max-width: 425px){
.pclas
{
color: rgba(0, 0, 0, 0.5);
margin-left:-52%;
}}

@media (max-width: 375px){
.pclas
{
color: rgba(0, 0, 0, 0.5);
margin-left:-45%;
}}

@media (max-width: 325px){
.pclas
{
color: rgba(0, 0, 0, 0.5);
margin-left:-35%;
}}
 */
.filterLabel1 {
position: relative;
    left: -6%;
    top: 10%;
    font-size: 20px;
    color: gray;
   /* margin: 80px 10px 0px 10px; */
}



.filterLabel1:nth-of1-type(1) {
margin-right: 2px;
}
.subselect1 {
    margin-left: 39%;
}

@media (max-width: 768px) {

     .selectFilters1{
    margin: -1% 0% 0% 8%;
    width: 80%;
    color: gray;
    background: none;
    border: none; /*1px solid #0097d5;*/
    border-radius: 6.5%;
    outline: none;
   /* box-shadow: 0 0 2px #4c4c4c;*/ /*#0097d5;*/
    box-shadow: 0 0 0 0;
    font-size: 16px;
    width: 143%;
    max-width: 192px;
    }

   .filterLabel1 {

   position: relative;
    left: -8%;
    top: 10%;
    font-size: 19px;
    color: gray;
    /*margin: 80px 10px 0px 10px;
     margin: 5% 0% 0% 20%; */

   }

   .filterLabel1:nth-of-type(1) {
    position: relative;
    left: -8%;
    top: 10%;
    font-size: 19px;
    color: gray;
    margin: 80px 10px 0px 10px;
   }
}

@media (max-width: 500px) {

     .selectFilters1{
    margin: 15% 3% 0% 2%;
    width: 80%;
    color: gray;
    background: none;
    border: none; /*1px solid #0097d5;*/
    border-radius: 6.5%;
    outline: none;
    box-shadow: 0 0 2px #4c4c4c; /*#0097d5;*/
    font-size: 16px;
    }

   .filterLabel1 {
    font-size: 16px;
    color: gray;
   }

   .filterLabel1:nth-of-type(1) {
    margin-right: 2%;
   }

}

@media (max-width: 425px) {

     .selectFilters1{
    margin: 10% 0% 0% -30%;
    width: 95%;
    color: gray;
    background: none;
    border: none; /*1px solid #0097d5;*/
    border-radius: 6.5%;
    outline: none;
    box-shadow: 0 0 2px #4c4c4c; /*#0097d5;*/
    font-size: 20px;
    max-width: 110px;
    }

   .filterLabel1 {
    font-size: 19px;
    color: gray;
   }

   .filterLabel1:nth-of-type(1) {
    margin-right: -1%;
   }

}

@media (max-width: 375px) {

     .selectFilters1{
    margin: -1% 8% 0% 1%;
    width: 100%;
    color: gray;
    background: none;
    border: none; /*1px solid #0097d5;*/
    border-radius: 6.5%;
    outline: none;
    box-shadow: 0 0 2px #4c4c4c; /*#0097d5;*/
    font-size: 18px;
    padding: 0 6px;
    max-width: 110px;
   }

    .filterLabel1 {
    font-size: 19px;
    color: gray;
    margin: 10% 0% 0% 11%;
    }

    .filterLabel1:nth-of-type(1) {
      margin-right: -3%;
    }

}
@media (max-width: 320px) {

     .selectFilters1{
    margin: 0% 0% 0% -30%;
    width: 90%;
    color: gray;
    background: none;
    border: none; /*1px solid #0097d5;*/
    border-radius: 6.5%;
    outline: none;
    box-shadow: 0 0 2px #4c4c4c; /*#0097d5;*/
    font-size: 16px;
   }

   .filterLabel1 {
    font-size: 19px;
    color: gray;
   }

   .filterLabel1:nth-of-type(1) {
      margin-right: -1%;
    }
}


/* Combo box for degree class ends here */

#filterGo.ntButton {
    margin-left: 22%;
}

#filterGo {
    color: white;
    background-color: #0bb8ff; /*#0097d5;*/
    outline: none;
    box-shadow: 0 0 0 0;/*#0097d5; */
    margin: 0% 0% 0 5%;
    font-size: 15px;
    font-weight: bold;
}

@media (max-width: 425px) {
    .subselect {
        margin-left: 38%;
    }

    #filterGo.ntButton {
        margin-left: 17%;
    }
}

@media (max-width: 375px) {
    .subselect {
        margin-left: 35%;
    }

    #filterGo.ntButton {
        margin-left: 12%;
    }
}

@media (max-width: 320px) {
    .subselect {
        margin-left: 40%;
    }

    #filterGo.ntButton {
        margin-left: 7%;
    }
}

/*plyr styles*/


@media (max-width: 425px){

}


@media (max-width: 425px){
 .plyr {
    height: 211px;
}
}
@media (max-width: 360px){
  .plyr {
     height: 202px;
 }
 }
/* For mobile comment left,width,margin and ply heigth */
/*@media only (max-width: 500px){
  .myplayer {
    position: fixed;
    margin: -100px 0px 0px 0px;
  }
  .plyr{
   height: 245px;
  }
}*/

@media (max-width: 425px){
    .myplayer {
        max-width: 100%;
       /* top: -100%;*/
       margin: 0;/* 0px 0px 0px 0px;*/
    }/*
   .plyr {
        height: 180px;
        margin: 0px 0px 0px 0px;
    }*/
}
/*
@media (max-width: 375px){
    .myplayer {
        max-width: 100%;
        margin: 0px 0px 0px 0px;
    }
     .plyr {
        height: 180px;
    }
}

*/
#noSeek {
/*    margin-top: 2%;*/
    margin-bottom: 8%;
}

@media(max-width: 425px){
    #noSeek {
        margin-bottom: 10%;
    }
    .seek-title{
        margin-top: 23px;
    }
}
.bar1{

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
    height: 44px;
    border-width: 0;
    font-size:18px; 
    border-top: 1px solid transparent;
   
    background-color: white;
    background-size: 0;
}
.head{
position: relative;
/*left: 35%;*/
text-align:center;
color: #18468c;
font-size: 24px;
font-weight: 100;
}

/*
.scroll-bar-v .scroll-bar-indicator {
visibilty:hidden;
}
/*# sourceMappingURL=main.css.map */

