/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}
html, body { height: 100%; }

a:hover { text-decoration: none; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/* css starts here */
/*fonts*/
@import url('https://fonts.googleapis.com/css?family=Roboto');
@font-face{
    font-family:"sutonnymj";
    src: url('../fonts/SUTOM___.ttf'),
}
body,h1,h2,h3,h4,h5,h6,p,a,span {
    font-family: 'Roboto', sans-serif;
}

/*
body {
    background: url("images/body-bg-big.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
*/
body {
    background: url("../images/pat3.png");
    background-repeat: repeat;
}
.top-menu li {
    list-style: none outside none;
}
.header {
    background-color: #114e0b;
}
.top-menu {
    float: right;
}

ul.top-menu li {
    display: inline-block;
    padding: 0 8px;
    margin-top: 8px;
    position: relative;
}
ul.top-menu li a {
    color: #fff;
    font-size: 16px;
}
ul.top-menu li a:hover, ul.top-menu li a:active, ul.top-menu li a:visited, ul.top-menu li a:focus  {
    text-decoration:none;
}
.header {
    padding: 10px 0;
}
.language {
  margin-top: 9px;
    position: relative;
    z-index: 1;
}
.language > a {
    background: none repeat scroll 0 0 #d4e7d3;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 7px;
    color: #193417;
}
ul.nav.navbar-nav {
  background: rgba(6, 120, 4, 0.85);
}
.mainmenu .nav.navbar-nav a {
  color: #fff;
  font-size: 12px;
  position: relative;
  text-align: left;
}
.nav.navbar-nav > li {
    width: 100%;
    max-width: 100%;
}
.nav.navbar-nav > li:after {
  background: none repeat scroll 0 0 #fff;
  content: "";
  height: 1px;
  left: 5%;
  position: absolute;
  width: 90%;
  z-index: 1;
}
.nav.navbar-nav > li:before {
  background: transparent;
  content: "\f0a8";
  left: 90%;
  top: 30%;
  position: absolute;
  z-index: 1;
    font-family: fontawesome;
    color: #fff;
    transition: .4s;
}
.nav.navbar-nav > li:hover:before, .nav.navbar-nav > li:active:before, .nav.navbar-nav > li:focus:before, .nav.navbar-nav > li.active:before {
  content: "\f0a9";
    transition: .4s;
}
.mainmenu .nav.navbar-nav > li:hover, .mainmenu .nav.navbar-nav > li.active, .mainmenu .nav.navbar-nav > li:focus, .mainmenu .nav.navbar-nav > li:active {
  background: #12510C;
}
.nav.navbar-nav a:hover, .nav.navbar-nav a:focus, .nav.navbar-nav a:active {
/*  background-color: #11500C;*/
    background: transparent;
  color: #fff;
}
.mainmenu ul.nav.navbar-nav li a {
  width: 80%;
  max-width: 80%;
}

.breadcrumb ul {
    list-style: none outside none;
}
.breadcrumb ul li {
    display: inline-block;
    padding: 0 8px;
}
.breadcrumb {
  background-color: #fff;
  font-size: 12px;
  margin-top: 8px;
  margin-bottom: 5px;
}
.breadcrumb ul li:after {
    background: none repeat scroll 0 0 transparent;
    content: ">";
    padding-left: 5px;
    position: absolute;
}
.bradcrumb-area > li:last-child:after {
    display: none;
}

ul.bradcrumb-area > li i.fa-home {
    padding-right: 4px;
}

.main-content-box-top-portion h2 {
    color: #f5ab00;
    position: relative;
    text-transform: uppercase;
    padding-left: 30px;
}
.main-content-box-top-portion h2:after {
    content: "\f1c0";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    top: 0;
}
.dnld-button {
  background-color: #ffb50a;
  border: 1px solid #ffb50a;
  border-radius: 8px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin-right: 1%;
  max-width: 48%;
  padding: 6px 20px;
  width: 50%;
    text-align: center;
}
.dnld-button i.fa-download{
    float: right;
    text-align: right;
    margin-top: 4px;
}

.large-button {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #27a84d;
  border-radius: 12px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  color: #27a84d;
  float: left;
  margin: 6px 3px;
  max-width: 19.2%;
  padding: 4px 3px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 19.2%;
}
.showhover, .reveal-wrapper-shuni object, .reveal-wrapper-shuni.revealed img {
    display: none;
}
.reveal-wrapper-shuni.revealed object {
    display: block;
}
.large-button:hover, .large-button:active, .large-button:focus, .large-button.active {
  background: none repeat scroll 0 0 #27a84d;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) inset;
  color: #fff;
    transition: .3s;
    text-decoration: none;
}
.large-button:hover .large-button-text, .large-button:active .large-button-text, .large-button:focus .large-button-text, .large-button.active .large-button-text {
    color: #fff;
}
.large-button:hover .hidehover, .large-button:active .hidehover, .large-button:focus .hidehover, .large-button.active .hidehover {
    display: none;
}
.large-button:hover .showhover, .large-button:active .showhover, .large-button:focus .showhover, .large-button.active .showhover {
    display: inline-block;
    margin: 0 auto;
}
.large-button-text {
  font-size: 12px;
    color: #000;
    font-weight: bold;
}
.large-button:hover > .large-button-text {
    color: #fff;
}

.status-container {
    background: #27A84D;
    color: #fff;
    margin: 10px 0;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.33);
}
.status-container h2 {
  font-size: 18px;
  padding: 5px 0 5px 20px;
  text-shadow: 0px 4px 2px rgba(0,0,0,.2);
}
.special-container {
    width: 100%;
    margin: 0 -15px;
    padding-left: -15px;
    padding-right: -15px;
}
/*
.navbar-collapse.collapse {
  background-color: rgba(6, 120, 4, 0.85);
}
*/
.navbar-collapse.special-nav {
  padding: 0px;
}

.main-content-box {
    background: none repeat scroll 0 0 #fff;
    padding: 10px 0 100px;
}

.main-content-box {
    background: none repeat scroll 0 0 #fff;
    padding: 10px 0 100px;
}
.read-more-button {
    margin-top: 10px;
    padding-bottom: 40px;
}
.read-more-button .dnld-button {
  font-size: 12px;
  padding: 5px 8px;
  width: 100%;
  display: block;
  max-width: 100%;
}

.progress-section {
    background: none repeat scroll 0 0 #fff;
    margin-top: 10px;
    padding: 10px 8px;
}
.paragraph-accordion h5.mb-0 {
    background: none repeat scroll 0 0 #27a84d;
    text-align: center;
    margin-bottom: 0px;
    padding: 12px 0px;
    border-bottom: 1px solid #eee;
    transition: .2s
}
h4.progress-text {
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #000000;
    padding-bottom: 3px;
    text-transform: uppercase;
}
.special-accordion-button {
    color: #fff;
    font-size: 13px;
    transition: .2s
}
.paragraph-accordion h5.mb-0:hover, .paragraph-accordion h5.mb-0:active, .paragraph-accordion h5.mb-0:focus {
    background: #FFB50A;
    transition: .2s
}
.paragraph-accordion h5.mb-0:hover a.special-accordion-button {
    color: #000;
    transition: .2s;
    position: relative;
      
}
a.special-accordion-button:hover, a.special-accordion-button:active, a.special-accordion-button:focus {
    text-decoration: none;
    color: #000;
    transition: .2s
}
.paragraph-accordion h5.mb-0:hover a.special-accordion-button:after, .paragraph-accordion h5.mb-0:active a.special-accordion-button:after, .paragraph-accordion h5.mb-0:focus a.special-accordion-button:after, a.special-accordion-button.collapsed:after {
    content: "\f01a";
    position: absolute;
    background: transparent;
    z-index: 1;
    font-family: fontawesome;
    left: 100%;
    top: 0;
    
}

.card-block {
    background: none repeat scroll 0 0 #fff;
    padding: 10px 7px;
    text-align: center;
    border-left: 2px solid #27a84d;
    border-right: 2px solid #27a84d;
    margin-top: -1px;
}

ul.bradcrumb-area {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}
.main-content-tabs .nav.nav-tabs {
    margin: 0 15px;
}
.main-content-tabs ul.nav li a {
    font-size: 14px;
    padding: 5px 20px;
    margin: 0px;
    transition: .3s;
}

.main-content-tabs ul.nav li a:hover {
     background: #FFB50A;
    margin: 0px;
    transition: .3s;
}

.tab-content .tab-pane {
    background: none repeat scroll 0 0 #f5f5f5;
    margin: 0 15px;
    padding: 30px 10px;
}
.main-content-tabs ul.nav li {
    border: 1px solid #49B566;
    margin-right: 1px;
}
.main-content-tabs ul.nav li a {
    color: #000;
}
.main-content-tabs ul.nav li.active {
    border-bottom: none;
}
.main-content-tabs ul.nav li.active a {
  background: #ffb50a none repeat scroll 0 0;
  border-bottom: 2px solid #FFB50A;
  border-radius: 0;
  margin: 0;
  color: #fff;
}

.progress-percent {
    padding: 18px 0;
}
.progress-percent img {
    display: block;
    margin: 0 auto;
    text-align: center;
}
a.dnld-button:hover, a.dnld-button:focus, a.dnld-button:active {
    text-decoration: none;
    color: #fff;
    transition: .2s;
}
.main-content-box-top-portion h2 {
    font-size: 20px;
}
.main-content-box-top-portion {
  padding-bottom: 55px;
}
.mainmenu .special-nav .navbar-nav > li > a {
  padding-bottom: 5px;
  padding-top: 5px;
}
.mainmenu .special-nav .navbar-nav > li > a {
  line-height: 14px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.top-menu {
    cursor: pointer;
}
.header-menu {
    position: relative;
    z-index: 2;
}
#progress {
  width: 150px;
  height: 150px;
  position: relative;
  background: #EBE200;
  border-radius: 50%;
    display: block;
    margin: 0 auto;
}
html{
    height: auto;
}
body{
    min-height: 100%;
}
.book-content {
    border-bottom: 1px solid #27a84d;
    border-left: 1px solid #27a84d;
    border-right: 1px solid #27a84d;
    margin-top: -15px;
}
.content-bangla {
  font-family: sutonnymj;
    font-size: 15px;
}
.book-content {
  padding: 10px;
}
.book-content > img.cover-photo {
  margin-bottom: 20px;
}
.tick-ques {
  padding-left: 15px;
  margin-top: 10px;
  color: #000;
}
.form-check.for-tic {
    padding-left: 25px;
    font-size: 13px;
}
@-webkit-keyframes sayeems {
    0% {left: 40%; opacity: 0;}
    100% {left: 2px; opacity: 1;}
}
@keyframes sayeems {
    0% {left: 40%; opacity: 0;}
    100% {left: 2px; opacity: 1;}
}
.answered .hideme {
    z-index: 111;
    animation: sayeems .3s normal forwards ease-in-out;
}
.hideme {
    position: relative;
    z-index: -111;
    opacity: 0;
}
.main-content-box-top-portion {
  padding-bottom: 15px;
}
.jumble-input-group {
    padding-left: 25px;
}
.jumble-input-group .input-group-addon{
    font-size: 12px;
}
.input-group .form-control.jumble-input{
    width: 70%;
    height: 26px;
}
.correct-answer.ques-wrapper, .fill-blanks {
    margin-top: 5px;
    padding-left: 25px;
}
.btn-to-reveal-ans {
    border-radius: 4px 0 0 4px;
    font-size: 12px;
    line-height: 12px;
    padding: 6px 12px;
}
.round-pointer-left, .round-pointer-right {
  border: 1px solid #bbb;
  border-radius: 50%;
  height: 10px;
  position: absolute;
  top: 40%;
  width: 10px;
}
.round-pointer-right {
  left: 100%;
}
.round-pointer-left {
  right: 100%;
}
.answer-container {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
}
.answer-container:hover {
  background-color: #fff;
  transition: .4s;
}
.fullformobile {
  margin-top: 15px;
}
.add-bg {
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
}
.answer-container img {
  display: block;
  margin: 0 auto;
  max-width: 25%;
}
.answer-container.flimg img{
  max-width: 100%;
    max-height: 70px;
}
.reveal-wrapper {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #fff none repeat scroll 0 0;
  border-color: #ccc #ccc #ccc -moz-use-text-color;
  border-image: none;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px medium;
  font-size: 12px;
  height: 26px;
  line-height: 12px;
  margin-left: -4px;
  overflow: hidden;
  padding: 5px 12px;
  position: relative;
  border-radius: 0px 4px 4px 0px;
    opacity: 0;
    left: 30%;
}
.revealed .reveal-wrapper{
    opacity: 1;
    left: 0;
    top: 1px;
    transition: .3s;
    font-weight: bold;
}
.revealed .reveal-wrapper-small {
  opacity: 1;
  left: 5%;
  top: 20%;
    transition: .5s;
}
.reveal-wrapper-small{
    position: relative;
    opacity: 0;
    top: -10%;
    transition: .5s;
}

#blanks input {
  border: none;
  border-bottom: 1px solid #000;
  background: #f5f5f5;
}
.blank-underline {
    text-decoration: underline;
}
.text-bold {
    font-weight: bold;
}
.special-nav ul li:first-child {
  border-top: 1px solid #fff;
}

.for-border {
  -moz-border-bottom-colors: #27a84d;
  -moz-border-left-colors: #27A84D;
  -moz-border-right-colors: #27A84D;
  -moz-border-top-colors: none;
  border-image: none;
  border-style: none solid solid;
  border-width: medium 1px 1px;
  margin-top: -15px;
  padding-top: 15px;
}
 /* code for animated blinking cursor */
.typed-cursor{
    opacity: 1;
    font-weight: 100;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-ms-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-o-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
/*end of cursor blinking*/
.read-button {
  margin-bottom: 25px;
}
.with-line-bg {
  background-image: url(images/line-2.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
/*  padding: 110px 0px;*/
    min-height: 400px;
}
.read-button.in-paragraph {
  left: 4px;
  position: absolute;
  top: 44%;
}
.in-paragraph .btn.btn-primary {
  border-radius: 50%;
    padding: 8px 20px;
}
.stay-put-paragraph {
    padding: 75px 60px 20px 115px;
}
.large-alphabet {
  font-size: 90px;
  vertical-align: middle;
}
.btn-xs.play-button {
  display: block;
  margin: 0 auto;
}
.lns-image {
  max-width: 70px;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
  transition: .5s;
}
.lns-image-container {
  height: auto;
  min-height: 108px;
  transition: .5s;
}
.lns-grow:hover .lns-image-container, .growme:hover img{
  transform: scale(1.3);
    transition: .5s;
}
.l-n-s span {
    color: #cb0100;
}
.l-n-s {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
.fancybox-slider .fancybox-content {
    max-width: 1920px;
    max-height: 1080px !important;
    width: 80% !important;
    height: 80% !important;
}
.cl1-srtw .large-alphabet {
  font-size: 50px;
    float: left;
    width: 75%;
}
.book-content.listen-an-say {
  padding: 60px 0px;
}
.listen-an-say .play-button {
    background: #8c120f none repeat scroll 0 0;
    border: 1px solid #8c120f;
}
.listen-an-say {
     /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+49,feecdd+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 49%, #feecdd 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#ffffff 49%,#feecdd 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #ffffff 0%,#ffffff 49%,#feecdd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#feecdd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.cl1-srtw, .parts {
  overflow: hidden;
}
.cl1-srtw .btn-to-reveal-ans {
  margin-top: 10%;
  border-radius: 4px;
}
.srtw-revealme {
  height: 0;
  left: 10%;
  position: relative;
  top: -80%;
  width: 0;
    transition: .5s;
    opacity: 0;
}
.revealed .srtw-revealme {
    top: 10px;
    opacity: 1;
    transition: .5s;
}
.bangla-font {
    font-family: sutonnymj;
}
.c1swf{
    width: 100%;
    height: 400px;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary, .btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .btn-primary {
  background-color: #27A84D;
  border-color: #27A84D;
}
.btn-primary{
    box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.4);
    text-shadow: 0 3px 1px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 200ms;
    transition: all 200ms;
}
.btn-primary:hover{
    box-shadow: 0 13px 8px -7px rgba(0, 0, 0, 0.4)
  -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.reveal-wrapper-shuni img, .reveal-wrapper-shuni object {
    margin: 20px auto;
}

.conv-subject {
    display: inline-block;
    max-width: 30%;
    vertical-align: top;
}
.conv-comment {
    display: inline-block;
    max-width: 70%;
    padding-left: 20px;
}
.poem, .caption {
  text-align: center;
  margin: 20px auto;
}
.caption .title {
    color: #008837;
}
.parts{
    position: relative;
}
.main-frame-container{
    width: 100%;
    transition: .3s;
}

.revealed .main-frame-container {
    width: 70%;
}
.sidenote-container {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
  width: 0;
    height: 100%;
  overflow-x: hidden;
    overflow-y: hidden;
  position: absolute;
  right: 0;
  top: 5%;
    transition: .3s;
    z-index: -100;
}
.revealed .sidenote-container {
    width: 30%;
    height: 100%;
    opacity: 1;
    transition: .3s;
    overflow-y: visible;
    z-index: 100;
}
.sidenote-content {
    padding: 15px 8px;
}
.chapter-cover {
  display: block;
  margin: 5px auto;
}
.topic-link {
  display: block;
  margin-left: 8%;
  padding: 2px 0px;
  border-top: 1px solid #fff;
  padding-left: 5px;
}
.sidenote-container {
  background: rgba(39, 168, 77, 0.2) none repeat scroll 0 0;
  border-left: 1px solid #27a84d;
  border-radius: 20px 0 0;
  border-top: 1px solid #27a84d;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 5%;
  transition: all 0.3s ease 0s;
  width: 0;
  z-index: -100;
}

.okkhor {
  border: 1px solid #bbb;
  float: left;
  margin: 0 auto;
  max-width: 25%;
  min-height: 100px;
  min-width: 25%;
  text-align: center;
}
.okkhor > img {
  cursor: move;
  max-width: 90px;
  max-height: 90px;
}
.place-okkhor {
  border: 1px dashed #27a84d;
  max-height: 100px;
  max-width: 14.2%;
  min-height: 100px;
  min-width: 14%;
  float: left;
    margin: 0 auto;
  overflow: hidden;
}
.w-border-d {
  border: 1px dashed #bbb;
}
.w-border {
  border: 1px solid #27A84D;
}
.one,.two {
  width: 100%;
  overflow: hidden;
  margin: 0px auto;
}
.min-h-w {
  min-height: 103px;
  min-width: 24%;
}
.draghere.w-border > img, .w-border-d > img {
  max-width: 90px;
  margin: 0 auto;
  display: block;
}
.growme img{
    transition: .5s;
}
.growthis{
    transition: .5s;
}
.growchild:hover .growthis{
    transform: scale(1.3);
    transition: .5s;
}
.mybox {
  border: 2px dashed #27a84d;
  max-width: 100px;
  min-height: 100px;
  transition: all 1s ease 0s;
  margin: 0 auto;
}
.mybox.myborder {
    border: 2px solid #27A84D;
    transition: 3s;
}
.hidden-content {
  text-align: center;
  font-size: 0px;
  opacity: 0;
    transition: .5s;
}
.revealed h2{
    opacity: 1;
  font-size: 74px;
    transition: .5s;
}
#correct, #incorrect {
  border: 2px solid #FFB50A;
  border-radius: 50%;
  height: 200px;
  left: 38%;
  position: absolute;
  top: 10%;
  width: 200px;
  z-index: 1000;
  background-color: rgba(255,181,10,.9);
}
.top-sign .fa {
  border-bottom: 4px solid #27a84d;
  color: #27a84d;
  display: block;
  font-size: 70px;
  margin: 0 auto;
  padding-bottom: 8px;
  text-align: center;
  text-shadow: 0 4px 2px rgba(0, 0, 0, 0.2);
}
.bottom-text p {
  color: #fff;
  font-size: 30px;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 4px 2px rgba(0, 0, 0, 0.2);
}
#incorrect > .top-sign .fa{
    color: red;
    border-bottom: 2px solid red;
}
span.large-button-text {
  padding-top: 5px;
  display: block;
}
.parthokko-image img {
  display: block;
  margin: 0 auto;
  max-height: 135px;
  max-width: 200px;
  text-align: center;
}
.parthokko {
  margin-top: 20%;
}
.rabbit, .turtle {
  min-width: 97px;
}
.rabbit:hover, .turtle:hover {
  cursor: pointer;
}

/*for onTop tick mark by sayeem*/
.ansWrong, .ansRight {
    position: relative;
    cursor: pointer;
}
.ansWrong.clicked, .ansRight.clicked {
    background-color: #ffeb7e;
    transition: .3s;
}
.ansWrong::after {
    content: "\f00d";
    position: absolute;
    font-family: fontawesome;
    color: red;
    font-size: 0px;
    bottom: 75%;
    left: 35%;
}
.ansRight::after {
    content: "\f00c";
    position: absolute;
    font-family: fontawesome;
    color: green;
    font-size: 0px;
    bottom: 75%;
    left: 35%;
}
.ansWrong.clicked::after {
    font-size: 18px;
    transition: .5s cubic-bezier(1,-0.28,1,1);
}
.ansRight.clicked::after {
    font-size: 18px;
    transition: .5s cubic-bezier(1,-0.28,1,1);
}

/**********************************Class 6 English Added By Manik Deb*******************************/
.playpause {
  background: url(../images/123.png) no-repeat;
  border: none;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-size: 100%;
  outline: none;
  vertical-align: -2px;
}
.playme {
  display: none;
}


.disabled_button img {
  filter: grayscale(1);
  opacity: 0.3;
}
.disabled_button {
  background: rgba(100, 100, 255, 0.2) none repeat scroll 0 0;
  border: 1px solid #bbb;
  color: #bbb;
  pointer-events: none;
}
.disabled_button span.large-button-text {
  color: #bbb;
}


/*page content zoom*/
  .gl-font-menu * {
    vertical-align: top;
  }
  .gl-font-menu {
    display: inline-block;
    top: 24px;
    position: absolute;
    right: 75px;
    vertical-align: top;
    border-radius: 5px;
    height: 32px;
    box-shadow: 0 2px 3px 0 rgba(1, 1, 1, 0.2), 0 2px 3px 0 rgba(1, 1, 1, 0.2);
    -moz-box-shadow: 0 2px 3px 0 rgba(1, 1, 1, 0.2), 0 2px 3px 0 rgba(1, 1, 1, 0.2);
    -webkit-box-shadow: 0 2px 3px 0 rgba(1, 1, 1, 0.2), 0 2px 3px 0 rgba(1, 1, 1, 0.2);
    z-index: 9999999999;
  }
  .gl-font-menu button:focus {
    outline: none;
  }
  .gl-font-menu button {
    transition: 0.3s;
    font-size: 14px;
    background-color: white; 
    border: thin solid lightgray; 
    border-radius: 3px; 
    padding: 5px 10px; 
    margin-bottom: 10px;
    padding: 6px 17px 4px 10px;
    border-radius: 0;
    color: gray;
    height: 32px;
    overflow: hidden;
  }
  .gl-font-menu button:hover {
    background-color: #eaeaea;
    color: black;
  }
  .gl-font-menu span {
    position: absolute;
    margin-top: -7px;
    margin-left: 2px;
  }
  .gl-font-menu .inc-gl-font {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: none;
  }
  .gl-font-menu .res-gl-font {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: none;
  }
  .fix-me {
    position: fixed;
  }