.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 97;
  display: none;
  padding: 1px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  background-clip: padding-box;
  box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0,0,0,0.08);
  -moz-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0,0,0,0.08);
 -webkit-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0,0,0,0.08);
  background: #008489;
  color: #fff;
  width: 280px;
  font-family: "Open Sans", sans-serif;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 14px
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 12px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 0px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color:#008489;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color:#008489;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color:#008489;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color:#008489;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.tour-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tour-step-backdrop {
  position: relative;
  z-index: 1101;
}
.tour-step-backdrop > td {
  position: relative;
  z-index: 1101;
}
.tour-step-background {
  position: absolute !important;
  z-index: 1100;
  background: inherit;
  border-radius: 6px;
}
.popover[class*="tour-"] {
  z-index: 98;
}
.popover[class*="tour-"] .popover-navigation {
  padding: 12px 14px;
  overflow: hidden;
  border-top: 1px solid #33b7c4;
}
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
  float: right;
}
.popover[class*="tour-"] .popover-navigation *[data-role="prev"],
.popover[class*="tour-"] .popover-navigation *[data-role="next"],
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
  cursor: pointer;
}
.popover[class*="tour-"] .popover-navigation *[data-role="prev"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="next"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="end"].disabled {
  cursor: default;
}
.popover[class*="tour-"].orphan {
  position: fixed;
  margin-top: 0;
}
.popover[class*="tour-"].orphan .arrow {
  display: none;
}
.popover-navigation a.pre-bnts{
  display:inline-block;
  padding:3px 15px 3px 7px;
  color:#fff;
  text-align:center;
  text-decoration: none;
  background:#fff;
  color:#007075;
  cursor:pointer;
  font-weight:600;
  float:right;
  position:relative;
  width:60px;
}
a.pre-bnts[data-role=prev]{padding:3px 8px 3px 15px;}

a.pre-bnts:last-child{margin-right:3px}
.pre-bnts.active,a.pre-bnts:hover{
  background:#fff;
  opacity:.9;
  color:#007075;
  text-decoration:none
}
a.pre-bnts.disabled{
  background:#4dc0cb;
  color:#007075;
  opacity:.7
}

.ilft-icon,.irt-icon{
  background-image:url('https://images.shiksha.ws/pwa/public/images/desktop/shiksha-icons-sprite-6.png');
  position:absolute;
  top:6px;
  width:11px;
  height:16px;
  left:9px;
  background-position:-338px 0
}

.irt-icon{background-position:-322px 0;top:6px;right:7px;left:auto}
/*a.pre-bnts.disabled {padding:3px 7px 3px 15px}*/
a.pre-bnts.disabled .ilft-icon{background-position:-349px 0;}
a.pre-bnts.disabled .irt-icon{background-position:-355px 0;}

.data-txt{display:block;margin:0;font-weight:600;width:90%;}
.popover.tour .close {position: absolute;right: 5px; top: 14px; width: 32px;height: 22px;}
.popover.tour .close:before,.popover.tour .close:after {position: absolute;left: 15px; content: ' '; height: 14px; width: 2px; background-color: #fff;}
.popover.tour .close:before { transform: rotate(45deg);}
.popover.tour .close:after { transform: rotate(-45deg);}
p.count-p{float:left;margin:0;padding:3px 0px;}
