
/* 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'),
}
@font-face {
  font-family: 'SolaimanLipi';
  src: url('../fonts/SolaimanLipi.eot');
  src: url('../fonts/SolaimanLipi.woff') format('woff'),
       url('../fonts/SolaimanLipi.ttf') format('truetype'),
       url('../fonts/SolaimanLipi.svg#SolaimanLipiNormal') format('svg'),
       url('../fonts/SolaimanLipi.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+0980-007F;
}
@font-face {
  font-family: 'Gittu';
  src: url(../fonts/Gittu-Regular.woff2) format("truetype");
}
@font-face {
  font-family: 'Muli';
  src: url(../fonts/Muli-Light.ttf) format("truetype");
  font-weight: 100;
}
@font-face {
  font-family: 'Muli';
  src: url(../fonts/Muli-LightItalic.ttf) format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Muli';
  src: url(../fonts/Muli-Regular.ttf) format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: 'Muli';
  src: url(../fonts/Muli-Italic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Muli';
  src: url(../fonts/Muli-Bold.ttf) format("truetype");
  font-weight: 400;
}

* {
  font-family: 'Muli', 'SolaimanLipi', 'Roboto', sans-serif;
  font-weight: 300;
}
/*
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;
}
body::-webkit-scrollbar {
    width: 1em;
}
 
body::-webkit-scrollbar-track {
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}
 
body::-webkit-scrollbar-thumb {
  /*background-color: rgb(39,168,77);*/
  outline: none;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.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: #ffb50a;
}
.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: 10px;
    font-weight: bold;
    margin-right: 1%;
    max-width: 48%;
    padding: 6px 8px;
    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: 8px 0 8px 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: SolaimanLipi;
  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;
}
.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.2);
  transition: .5s;
}
.growmeev {
  transition: .5s;  
}
.growmeev:hover {
  transform: scale(1.2);
  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 {
  background-color: rgba(255, 181, 10, 0.9);
  border: 2px solid #ffb50a;
  border-radius: 50%;
  height: 200px;
  left: 42%;
  position: fixed;
  top: 20%;
  width: 200px;
  z-index: 1000;
}
.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;
}
.rabbit, .turtle {
  min-width: 97px;
}
.rabbit:hover, .turtle:hover {
  cursor: pointer;
}
.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;
  padding: 10px;
  border-radius: 10px;
}
.fullformobile {
  margin-top: 15px;
}
.add-bg {
  background-color: rgba(0, 0, 0, 0.1) !important;
  transition: all 0.3s ease 0s;
}
.answer-container img {
  display: block;
  margin: 0 auto;
  max-width: 25%;
}
.rabbit, .turtle {
  margin-top: 340%;
}


/* Added by Kafi */
.round-pointer-left2, .round-pointer-right2 {
  border: 1px solid #bbb;
  border-radius: 50%;
  height: 10px;
  position: absolute;
  top: 40%;
  width: 10px;
}
.round-pointer-right2 {
  left: 100%;
}
.round-pointer-left2 {
  right: 100%;
}
.answer-container2 {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 10px;
}

.answer-container2 img {
  display: block;
  margin: 0 auto;
  max-width: 70px;
}
/* STARTS */
.item {
  height: 70px;
  width: 70px;
  margin-right: 8px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 50% 50%;
}
.mainmenu{
  overflow-y: scroll;
}
.charbox {
  cursor: pointer;
  text-align: center; 
  outline: none;
  display: inline-block;
  vertical-align: top;
  border: 2px dashed #27a84d;
  min-width: 100px;
  min-height: 100px;
  transition: all 1s ease 0s;
  margin: 0 auto;
}
.charbox > * {
  display: none;
  font-size: 80px;
  line-height: 1.2;
}
/*.charbox:last-of-type {
  margin-right: 10px;
}*/
.charbox-selected {
  border-style: solid !important;
  border-color: #27a84d !important;
}
.grow_me { 
  transition: all .2s ease-in-out; 
}
.grow_me:hover { 
  transform: scale(1.2); 
}
.paint_container {
  padding: 0px;
}
.pic_to_draw {
  width: 100%;
  text-align: center;
}
.pic_to_draw svg {
  *max-width: 100%;
  *min-width: 100%;
  *height: 500px;
  cursor: url(../images/class3english/bucket.png), auto;
}
.buckets {
  text-align: center;
}
.buckets svg {
  width: 70px;
  height: 70px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: 0.3s;
  z-index: 10;
}
.buckets svg:hover {
  transform: scale(1.2);
}
.color_name {
  padding: 0;
  margin: 0;
  display: block;
}
.color_con {
  display: inline-block;
  text-align: center;
  position: relative;
}
.check_mark_img {
  position: absolute; 
  top: 20px; 
  right: 20px; 
  height: 30px; 
  *filter: invert(100%);
  display: none;
  z-index: 11;
  transition: 0.3s;
}
/*.cl1-srtw {
  position: relative;
}
.srtw-revealme {
  position: absolute;
  bottom: 0px;
}
.srtw-holder {
  margin-top: 10px;
}
*/
.curr_con {
  width: 100%;
  display: inline-block;
  position: relative;
  top: 0;
  text-align: center !important;
  margin: 0 auto;
  font-size: 50px !important; 
  color: #7f2a29; 
  margin-top: -4px;
  font-weight: bold;
}
.curr_con {
  display: block;
  text-align: center;
  font-size: 50px; 
  color: red !important; 
  font-weight: bold;
}
.drop_ans .is_ans {
  width: auto !important;
  position: absolute;
  display: none;
}
.drop_ans .is_ans span {
  padding-left: 10px;
}
.drop_ans .ans_con {
  display: inline-block;
  width: auto !important;
}
.drop_ans .show_ans {
  padding: 5px 10px;
  font-size: 17px;
  float: right;
  margin-right: 5px;
  display: block;
  position: relative;
  height: 36px;
  margin-top: 18px;
  border-radius: 5px !important;
}
.drop_ans .drop_ans_con {
  margin-top: 20px;
  padding-left: 30px;
}
.drop_ans .img_con {
  min-height: 350px;
  padding-top: 30px;
  /*background-image: url('../images/class1english/drop_bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;*/
  background-color: #a9856b;
  padding: 20px;
  z-index: 0;
}
.img_con::before {
  content: "";
  background-color: #a9856b;
  border: 4px solid black;
  padding: 20px;
  background-color: white;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}
.drop_ans .img_con div {
  text-align: center; 
  padding: 20px;
}
.drop_ans .img_con img {
  transition: 0.4s; 
  max-height: 100px;
  z-index: 3 !important;
  position: relative;
}
.is_ans {
  position: absolute;
  left: 45px;
}
.growme, .name_me, .lns-grow {
  cursor: pointer;
}
.name_me * {
  pointer-events: none;
}
.c2en_title {
  padding-left: 10px !important;
}
.content-header {
  font-size: 26px;
  font-weight: 300;
}
.border {
  border: thin solid black;
}
.status-container img {
    -webkit-filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.33));
}
.content-header {
  line-height: 1;
  padding: 5px;
}
.book-content {
  *border-bottom-left-radius: 5px; 
  *border-bottom-right-radius: 5px; 
  padding: 10px !important;
}
.status-container {
  *border-top-left-radius: 5px; 
  *border-top-right-radius: 5px;
}
.large-text {
  font-size: 80px;
}
.big-text {
  font-size: 50px;
}
.medium-text {
  font-size: 40px;
}
.semi-medium-text {
  font-size: 20px;
}
.small-text {
  font-size: 10px;
}
.comfort {
  padding: 10px;
}
.t-center {
  text-align: center;
}
.play_me {
  display: none !important;
}
.grad-1 {
  background: #6c757d;
  background: -webkit-linear-gradient(left, #6c757d , #2cc05a);
  background: -o-linear-gradient(right, #6c757d, #2cc05a);
  background: -moz-linear-gradient(right, #6c757d, #2cc05a);
  background: linear-gradient(to right, #6c757d , #2cc05a);
}
.grad-2 {
  background: #00c7aa;
  background: -webkit-linear-gradient(left, #00c7aa , #18b6c2);
  background: -o-linear-gradient(right, #00c7aa, #18b6c2);
  background: -moz-linear-gradient(right, #00c7aa, #18b6c2);
  background: linear-gradient(to right, #00c7aa , #18b6c2);
}
.grad-3 {
  background: #4DD0E1;
  background: -webkit-linear-gradient(left, #4DD0E1 , rgb(168,203,256));
  background: -o-linear-gradient(right, #4DD0E1, rgb(168,203,256));
  background: -moz-linear-gradient(right, #4DD0E1, rgb(168,203,256));
  background: linear-gradient(to right, #4DD0E1 , rgb(168,203,256));
}
.grad-4 {
  background: #A5D6A7;
  background: -webkit-linear-gradient(left, #A5D6A7 , #90CAF9);
  background: -o-linear-gradient(right, #A5D6A7, #90CAF9);
  background: -moz-linear-gradient(right, #A5D6A7, #90CAF9);
  background: linear-gradient(to right, #A5D6A7 , #90CAF9);
}
.light-grad {
  background: rgba(255,255,255,1);
  background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(245,245,245,1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
  background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}
.light-grad-2 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+91,ededed+99 */
  background: #ffffff; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #e5e5e5 91%, #ededed 99%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#e5e5e5 91%,#ededed 99%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #ffffff 0%,#e5e5e5 91%,#ededed 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.light-grad-3 {
  background: rgba(245,241,210,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(245,241,210,1) 0%, rgba(160,212,174,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(245,241,210,1)), color-stop(100%, rgba(160,212,174,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(245,241,210,1) 0%, rgba(160,212,174,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(245,241,210,1) 0%, rgba(160,212,174,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(245,241,210,1) 0%, rgba(160,212,174,1) 100%);
    background: radial-gradient(ellipse at center, rgba(245,241,210,1) 0%, rgba(160,212,174,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f1d2', endColorstr='#a0d4ae', GradientType=1 );
}

.light-grad-4 {
    background:
        linear-gradient(
            limegreen,
            transparent
        ),
        linear-gradient(
            90deg,
            skyblue,
            transparent
        ),
        linear-gradient(
            -90deg,
            coral,
            transparent
        );
        
    background-blend-mode: screen;
}
.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;
}
.lgbg {
  border-top-width: 4px !important;
}
.nobreak {
  white-space: unset;
}
.draw-around {
  *border: thin solid black;
  width: 100%;
}
.circle-or-line {
  padding: 10px;
  text-align: center;
  *border: thin solid black;
  position: relative;
}
.circle-or-line button:focus {
  outline: none;
}
.circle-or-line button {
  transition: 0.3s;
}
.circle-or-line button {
  border: none;
  background-color: transparent;
  color: white;
  font-size: 13px;
  font-family: 'Muli';
  text-align: center;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
}
.circle-or-line button:hover {
  background-color: rgba(1, 1, 1, 0.5);
}
.circle-or-line button:first-of-type {
  padding: 7px 10px 5px 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: thin solid rgba(255, 255, 255, 0.4);
}
.circle-or-line button:last-of-type {
  padding: 5px 10px 7px 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.circle-or-line svg {
  display: block;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 0;
}
.tracepath {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 1s linear forwards;
  stroke: gray;
}
.circle-or-line .button-con {
  display: none;
  width: 130px;
  background-color: rgba(39, 168, 77, 0.9);
  border-radius: 5px;
  position: absolute;
  z-index: 1;
  right: -65px;
  top: 50px;
  border: 2px solid white;
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
.drawpath {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: animate 2s linear forwards;
  stroke: black;
}
@keyframes animate {
  to {
    stroke-dashoffset: 0;
  }
}
.tracing-button:focus {
  outline: none;
}
.tracing-button {
  word-break: keep-all;
  white-space: nowrap;
  line-height: 1;
  color: white; 
  background-color: transparent; 
  border: none;
  transition: .3s;
  width: 100%;
}
.tracing-button:hover {
  transform: scale(1.2);
}
.tracing-button-con {
  border-radius: 3px; 
  box-shadow: 2px 2px 1px rgba(1, 1, 1, 0.2); 
  margin-bottom: 20px; 
  padding: 5px;
  width: 80%;
  max-width: 200px;
  margin: 0 auto !important;
}
.grad-5 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4ddb4+0,83c783+0,52b152+24,008a00+99,002400+99,008a00+99,002400+100,005700+100 */
  background: #b4ddb4; /* Old browsers */
  background: -moz-linear-gradient(top, #b4ddb4 0%, #83c783 0%, #52b152 24%, #008a00 99%, #002400 99%, #008a00 99%, #002400 100%, #005700 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #b4ddb4 0%,#83c783 0%,#52b152 24%,#008a00 99%,#002400 99%,#008a00 99%,#002400 100%,#005700 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b4ddb4 0%,#83c783 0%,#52b152 24%,#008a00 99%,#002400 99%,#008a00 99%,#002400 100%,#005700 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#005700',GradientType=0 ); /* IE6-9 */
}
.grad-6 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#219497+0,24cd8c+100 */
  background: #219497; /* Old browsers */
  background: -moz-linear-gradient(45deg, #219497 0%, #24cd8c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #219497 0%,#24cd8c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #219497 0%,#24cd8c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#219497', endColorstr='#24cd8c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bleh-me, .bleh-me * {
  white-space: nowrap !important;
  transform: scale(0.96);
}
.bleh-me .show-name {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: thin solid white;
  overflow: hidden;
  background-color: white;
  box-shadow: -2px 2px 10px -2px rgba(1, 1, 1, 0.3);
  cursor: pointer;
  z-index: 1;
  position: relative;
  transition: 0.5s;
}
.bleh-me .show-name:hover {
  transform: scale(1.05);
}
.bleh-me .show-name img {
  height: 80%;
  width: 80%;
  margin-top: 10%;
  margin-left: 10%;
}
.bleh-me .show-name, .bleh-me .my-name {
  display: inline-block;
}
.bleh-me .show-name * {
  pointer-events: none;
}
.bleh-me .my-name {
  height: 100px;
  /*border: 2px solid rgba(1, 1, 1, 0.1);*/
  /*box-shadow: inset 0 0 15px rgba(1, 1, 1, 0.07);*/
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-left: none;
  margin-left: -100%;
  padding: 0 20px 0 60px;
  z-index: 0;
  position: relative;
  background-color: rgba(39, 168, 77, 0.2);
}
.bleh-me .my-name p {
  font-weight: bold;
  line-height: 1;
}
.item {
  cursor: pointer;
}
.tool-tip {
  position: absolute;
  margin-top: -45px;
  z-index: 1;
  width: auto;
  display: inline-block;
  color: white;
  background-color: #4d4d4d;
  border-radius: 5px;
  padding: 5px 10px;
}
.tool-tip, .tool-tip * {
  color: white !important;
  font-family: 'Roboto', 'SolaimanLipi', 'Muli', sans-serif;
  font-size: 13px;
  -webkit-text-fill-color: white;
}
.tool-tip:after {
  content: '';
  position: absolute;
  display: block;
  color: transparent;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #4d4d4d;
}
.grad-light-2 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e1e1e1+88 */
  background: #ffffff; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #e1e1e1 88%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#e1e1e1 88%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #ffffff 0%,#e1e1e1 88%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.box-left, .box-right {
  cursor: pointer;
}
.check_mark_img {
  pointer-events: none;
}
.char-20 {
  width: 20px !important;
  max-width: 20px !important;
  min-width: 20px !important;
}
.char-25 {
  width: 25px !important;
  max-width: 25px !important;
  min-width: 25px !important;
}
.char-30 {
  width: 30px !important;
  max-width: 30px !important;
  min-width: 30px !important;
}
.char-35 {
  width: 35px !important;
  max-width: 35px !important;
  min-width: 35px !important;
}
.char-40 {
  width: 40px !important;
  max-width: 40px !important;
  min-width: 40px !important;
}
.pallete-container {
  position: relative;
}
.pallete-container .pallete {
  font-size: 0;
  padding: 5px;
  width: 280px;
  display: inline-block;
  margin: 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 5px rgba(1, 1, 1, 0.2);
  transition: 0.5s;
  background-color: white;
  position: relative;
  z-index: 1;
}
.pallete-container .pallete .color {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  cursor: pointer;
  transition: 0.5s;
  border-color: white;
}
.pallete-container .pallete .color:first-of-type {
  border-top-left-radius: 3px;
}
.pallete-container .pallete .color:last-of-type {
  border-bottom-right-radius: 3px;
}
.pallete-container .pallete .color:nth-of-type(9) {
  border-top-right-radius: 3px;
}
.pallete-container .pallete .color:nth-of-type(28) {
  border-bottom-left-radius: 3px;
}
.pallete-container .pallete .color:hover {
  transform: scale(2);
  border-radius: 50%;
}
.pallete-container .pallete .color-selected:after {
  font-size: 16px;
  position: absolute;
  content: "✔";
  color: white;
  text-shadow: 1px 1px 2px gray;
  padding: 4px 8px;
}
.pallete-container .pallete .color .color-tips {
  font-size: 7px;
  position: absolute;
  white-space: nowrap;
  padding: 3px 5px;
  border-radius: 15px;
  line-height: 1;
  background-color: rgba(1, 1, 1, 0.7);
  color: white;
  display: none;
  left: 15px;
  top: -2px;
  border: thin solid white;
}
.pallete-container .pallete .color .color-tips:first-letter{
 text-transform: capitalize;
}
.pallete-container .pallete .color:hover .color-tips {
  display: block;
}
.pallete-container .brush-slider {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  padding: 1px;
  top: 55px;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-top: 80px solid lightgray;
  margin-left: 10px;
  z-index: 11;
}
.pallete-container .brush-slider .brush {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  background-color: gray;
  z-index: 11;
  transition: 0.3s;
  cursor: pointer;
}
.pallete-container .brush-slider .brush:hover {
  transform: scale(1.7);
}
.pallete-container .brush-slider .brush_5pt {
  height: 6px;
  width: 6px;
  top: -5px;
  left: -2px;
}
.pallete-container .brush-slider .brush_10pt {
  height: 10px;
  width: 10px;
  top: -43px;
  left: -4px;
}
.pallete-container .brush-slider .brush_15pt {
  height: 16px;
  width: 16px;
  top: -85px;
  left: -7px;
}
.pallete-container .brush-slider .brush-selected {
  background-color: #333;
}
.pallete-container .paint-eraser {
  z-index: 11;
  display: inline-block;
  position: absolute;
  top: 15px;
  cursor: pointer;
  transition: 0.3s;
  opacity: 0.5;
}
.pallete-container .paint-eraser-selected {
  opacity: 1;
}
.pallete-container .paint-eraser img {
  width: 25px;
}
.pallete-container .paint-eraser:hover {
  opacity: 1;
  transform: scale(1.2);
}
.navbar-nav {
  max-height: 100vh;
  overflow-x: scroll;
}
/* ENDS */


/* BOOTSTRAP EXTENSION */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/*----------------------------*/

.reset-tab {
    border: none;
    border-radius: 5px;
    padding: 5px 20px;
    color: white;
    font-size: 18px;
    outline: none;
    box-shadow: 3px 3px 2px rgba(1, 1, 1, 0.2);
    transition: 0.3s;
}
.reset-tab:hover {
    transform: scale(1.1);
}
.cursive {
    font-family: 'Gittu'; 
}
/* SAJAI */
.elomelo, .elomelo * {
    vertical-align: top;
}
.elomelo * {
    font-family: 'SolaimanLipi';
    font-size: 22px;
}
.sajai { 
    margin: 0; 
    padding: 0; 
    display: inline-block;
    width: calc(100% - 50px);
}
.sajai p {
    width: 100%;
    padding: 5px 12px;
    border-radius: 5px;
    cursor: pointer;
    border: thin solid rgba(1, 1, 1, 0.03);
    background-color: rgba(1, 1, 1, 0.05);
    height: 43px;
    margin-bottom: 5px;
}
.sajai-serial {
    display: inline-block;
    margin-right: 2px;
}
.sajai-serial p {
  margin-bottom: 5px;
    height: 43px !important;
    width: 43px !important;
    text-align: center;
    width: 100%;
    padding: 5px 0;
    border-radius: 5px;
    cursor: pointer;
    *border: thin solid rgba(1, 1, 1, 0.2);
    background-color: rgba(1, 1, 1, 0.2);
    color: black;
}
.inline {
  display: inline-block;
}
.w20 {
    width: 20px !important;
    max-width: 20px !important;
    min-width: 20px !important;
}
.w25 {
    width: 25px !important;
    max-width: 25px !important;
    min-width: 25px !important;
}
.w30 {
    width: 30px !important;
    max-width: 30px !important;
    min-width: 30px !important;
}
.w35 {
    width: 35px !important;
    max-width: 35px !important;
    min-width: 35px !important;
}
.w40 {
    width: 40px !important;
    max-width: 40px !important;
    min-width: 40px !important;
}
.w45 {
    width: 45px !important;
    max-width: 45px !important;
    min-width: 45px !important;
}
.w50 {
    width: 50px !important;
    max-width: 50px !important;
    min-width: 50px !important;
}
.put-middle {
    display: flex;
    align-items: center;
}
/* GHORADDIM */
.ghoraddim {
  border: none;
  border-bottom: thin dashed white;
  outline: none;
  background-color: transparent;
  transition: 0.3s;
  padding: 0;
  /*box-shadow: 0 1px gray;*/
}
.ghoraddim:disabled {
  color: green !important;
  background-color: inherit;
}
.ghoraddim:focus {
  border-bottom-style: solid;
}
/* MULTIPLE CHOICE */
.ques-con {
  padding: 0 10px 10px 10px;
  margin-bottom: 20px;
}
.ques-con .ques-p {
  font-size: 26px; 
  padding: 0; 
  margin: 0 0 5px 0;
}
.ans-con {
  vertical-align: top; 
  padding: 0 0 0 20px; 
  margin-bottom: -10px;
}
.ques-con .options {
  font-size: 22px;
  display: inline-block;
  padding-left: 35px;
  padding-top: 3px;
  cursor: pointer;
}
.ques-con .radio {
  height: 18px;
  width: 18px;
  border: none;
  border-radius: 50%;
  display: inline-block;
  outline: none;
  position: absolute;
}
.ques-con .radio:after {
  content: '';
  height: 12px;
  width: 12px;
  background-color: white;
  border: none;
  border-radius: 50%;
  display: inline-block;
  outline: none;
  position: absolute;
  margin-left: -6px;
  margin-top: -6px;
}
.ques-con .checked {
  position: absolute;
  font-size: 28px;
  color: green;
  font-weight: bold;
  margin-top: -25px;
  margin-left: -4px;
  z-index: 11;
}
.ques-con .vertical-top {
vertical-align: top;
}
.ques-con .vertical-top * {
vertical-align: top;
}