@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Akronim&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Passion+One:wght@700&display=swap");
/**** fonts use this css ****/
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #495057 !important;
  font-size: 14px;
}   
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
h1 {
  color: #237a3b;
  font-size: 32px;
  text-transform: uppercase;
  margin-top: 35px;
}
h2 {
  font-size: 1.25rem;
}
p {
  font-size: 16px;
  font-family: Arial, sans-serif;
}
strong {
  font-weight: bold;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
/*** Login Area Css Start ***/
.login-btn {
  background-color: #237a3b;
  color: #fff;
  border: 0;
  padding: 8px 30px;
  border-radius: 4px;
  display: table;
  margin: 25px auto 0;
  font-size: 18px;
}
#login-area .home-bg {
  background-color: #f1f8f9;
  position: fixed;
  left: 0;
  right: 0;
  height: 100%;
}
#login-area .stripBox {
  background-color: #fff;
  margin: 60px 0px 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
}
#login-area .green-bg {
  background-image: -webkit-linear-gradient(left, #579d66, #89c765);
  background-image: -moz-linear-gradient(left, #579d66, #89c765);
  background-image: -ms-linear-gradient(left, #579d66, #89c765);
  background-image: -o-linear-gradient(left, #579d66, #89c765);
  background-image: linear-gradient(left, #579d66, #89c765);
  height: 100%;
  border-radius: 0 25px 25px 0;
}
#login-area .infoBox {
  padding: 20px 50px;
}
#login-area .green-bg h2 {
  margin-top: 35px;
}
#login-area .infoBox .form-control {
  height: calc(2.6em + 0.45rem + 2px);
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 300;
  border-radius: 0;
  border: 0;
}
.logo-img {
  margin: 40px 0;
}
.infoBox p {
  margin: 0;
  color: #6c757d;
  font-weight: 300;
}
/* #login-area ul{padding:0;margin: 0 auto;display: table;} */
#login-area ul {
  padding: 0;
  margin: 25px auto 0;
  display: table;
}
#login-area ul li {
  list-style-type: none;
  display: inline;
  padding: 25px;
}
/* #login-area ul li{list-style-type:none;display:inline-block;padding: 30px 45px 0;} */
#login-area .green-bg .infoBox label {
  margin-bottom: 0;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
} 
#login-area .green-bg .infoBox h4 {
  margin: 0;
}
#login-area .forget-password-link {
  display: table;
  margin: 30px auto 0;
  color: #fff;
  text-decoration: underline;
  font-size:16px;
  font-weight:600;
}
#login-area .forget-password-link:hover {
  color: #fff;
  text-decoration: underline;
}
#login-area .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
  background-color: #fff;
  border-color: #fff;
}
/*** Login Area Css End ***/
/*** Header Css Start ***/
.top-bar {
  background-color: #fff;
}
.test-page-header .top-bar p a {
  top: 0;
}
.top-bar p span {
  font-weight: bold;
  font-size: 20px;
}
.top-bar p a {
  color: #0a5440;
  position: relative;
  top: 15px;
}
.top-bar p i {
  font-size: 30px;
  position: relative;
  top: 5px;
}
/* .top-bar img{width:55px;} */
/*** Header Css End ***/
/*** Dashboard Area Css Start ***/
/**** Sidebar Area Css Start ****/
/* .inner-pages #sidebar{min-height: 100vh;} */
#sidebar {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  background-color: #316f5f;
  min-height: 100vh;
}
.sidebar-nav .nav-link {
  color: #fff;
  z-index: 9;
  position: relative;
  padding: 15px;
  font-size: 14px;
}
.sidebar-nav li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 3px;
  -webkit-transition: width 0.2s ease-in;
  -moz-transition: width 0.2s ease-in;
  -ms-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
}
.sidebar-nav li {
  position: relative;
  display: inline-block;
  width: 100%;
  font-weight: bold; 
} 
.sidebar-nav .active {
  font-weight: bold;
}
.sidebar-nav .black-nav:before {
  background-color: #484748;
}
.sidebar-nav .black-nav.active {
  background-color: #484748;
}
.sidebar-nav .green-nav:before {
  background-color: #7aa537;
}
.sidebar-nav .green-nav.active {
  background-color: #7aa537;
}
.sidebar-nav .pink-nav:before {
  background-color: #ecc2d5;
}
.sidebar-nav .pink-nav.active {
  background-color: #ecc2d5;
}
.sidebar-nav .blue-nav:before {
  background-color: #89d3dd;
}
.sidebar-nav .blue-nav.active {
  background-color: #89d3dd;
}
.sidebar-nav .yellow-nav:before {
  background-color: #d7c26c;
}
.sidebar-nav .yellow-nav.active {
  background-color: #d7c26c;
}
.sidebar-nav .purple-nav:before {
  background-color: #b09ac9;
}
.sidebar-nav .purple-nav.active {
  background-color: #b09ac9;
}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
  width: 100%;
  -webkit-transition: width 0.2s ease-in;
  -moz-transition: width 0.2s ease-in;
  -ms-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
}
.sidebar-nav li.green-nav:hover:hover:before,
.sidebar-nav li.green-nav.open:hover:before {
  width: 3px;
}
.sidebar-nav ul.nav li.green-nav ul li .nav-link {
  color: #2cd00f;
}
.sidebar-nav .collapse .nav-link:hover {
  color: #0a5440;
}
.sidebar-nav li i {
  display: inline-block;
  padding-right: 6px;
}
/**** Sub Menu Css Start ****/
.sidebar-nav .green-light-nav:before {
  background-color: #9fd296;
}
.sidebar-nav ul.nav li.active {
  font-weight: bold;
}
.sidebar-nav ul.nav .green-light-nav.active {
  background-color: #9fd296;
}
.sidebar-nav ul.nav .green-light-nav ul .active a {
  color: #0a5440;
  font-weight: bold;
}
.sidebar-nav ul.nav li ul li .nav-link {
  font-weight: bold;
  font-size: 14px;
  padding: 5px;
}
/**** Sub Menu Css End****/
/**** Sidebar Area Css End ****/
/**** Middle-section Area Css Start ****/
/* .inner-pages .middle-section{min-height: 100vh;}  */
.inner-pages {
  min-height: 100vh;
  padding-bottom: 20px;
}
.middle-section {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  background-color: #f1f8f9;
  min-height: 100vh;
}
.middle-area .breadcrumb {
  padding: 10px 0;
  background-color: transparent;
  border-radius: 0;
  font-weight: bold;
  border-bottom: 6px solid #66b358;
}
.middle-area .breadcrumb .breadcrumb-item a {
  color: #495057;
  text-transform: uppercase;
  font-weight: bold;
}
.middle-area .breadcrumb .breadcrumb-item a:hover {
  color: #adcf73;
}
.middle-area .breadcrumb .active a {
  color: #66b358;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #495057;
}
.green-bg {
  background-color: #f1f8f9;
}
.pink-bg h3 {
  background-color: #ecc2d5;
}
#dashboard .infoBox h3 {
  border-radius: 25px 25px 0 0;
  padding: 12px 10px;
  text-align: center;
  color: #0a5440;
  font-size: 15px;
  text-transform:initial;
}
#dashboard .infoBox h3 {
  background-color: #66b358;
}
#dashboard .infoBox h3 a {
  color: #fff !important;
}
#dashboard .infoBox.white-bg h3 {
  background-color: #c6c4c4;
}
#dashboard .infoBox {
  background-color: #fff;
  border-radius: 25px;
  margin: 30px 0;
  box-shadow: 0px 0px 0px #000;
  padding: 0;
  border: 0px solid #d6e5e7;
}
#dashboard .infoBox h2 {
  margin: 0;
  font-size: 60px;
}
#dashboard #entry-text-collapse tr:nth-of-type(2n + 1) {
  background: #e7f9fb;
}
#dashboard #entry-text-collapse td,
#dashboard #entry-text-collapse th {
  border: 0px solid #ccc;
}
.inner-pages .infoBox h3 {
  border-radius: 25px 25px 0 0;
  padding: 10px;
  text-align: center;
  color: #0a5440;
  font-size: 20px;
  text-transform: uppercase;
}
.inner-pages .infoBox {
  background-color: #fff;
  border-radius: 25px;
  margin: 50px 0;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
.inner-pages .infoBox h2 {
  margin: 0;
  font-size: 80px;
}
.pink-bg h2 {
  color: #ecc2d5;
}
.blue-bg h2 {
  color: #89d3dd;
}
.blue-bg h3 {
  background-color: #89d3dd;
}
.common-progress-code .progress {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.common-progress-code .progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.common-progress-code .progress .progress-left {
  left: 0;
}
.common-progress-code .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 15px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.common-progress-code .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.common-progress-code .progress .progress-right {
  right: 0;
}
.common-progress-code .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}
.common-progress-code .progress .progress-value {
  width: 100%;
  height: 100%;
  font-size: 24px;
  color: #333;
  text-align: center;
  position: absolute;
  font-weight: bold;
}
.common-progress-code .progress.pink .progress-value {
  color: #ecc2d5;
}
.common-progress-code .progress.pink .progress-bar {
  border-color: #ecc2d5;
}
.common-progress-code .progress.pink .progress-left .progress-bar {
  animation: loading-3 1s linear forwards 1.8s;
}
.common-progress-code .progress.blue .progress-value {
  color: #89d3dd;
}
.common-progress-code .progress.blue .progress-bar {
  border-color: #89d3dd;
}
.common-progress-code .progress.blue .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}
#recordingsList {
  list-style-type: none;
  padding: 0;
  display: table;
  margin: 0 auto;
}
@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
/**** Practice-area Css start ****/
/**** Color Use Css ****/
.inner-pages .middle-section .light-green-bg {
  background-color: #9fd296;
}
.inner-pages .middle-section .blue-bg {
  background-color: #89d3dd;
}
.inner-pages .middle-section .light-blue-bg {
  background-color: #eef9ef;
}
/* .inner-pages .middle-section .yellow-bg{background-color:#d7c26c;} */
.inner-pages .middle-section .purple-bg {
  background-color: #b09ac9;
}
.inner-pages .middle-section .orange-bg {
  background-color: #ecbd91;
}
.inner-pages .middle-section .pink-bg {
  background-color: #ecc2d5;
}
/**** Color Use Css End ****/
/* .yellow-bg h3 {background-color: #66b358;}
.yellow-bg h2{color:#fff;}
.purple-bg h3 {background-color: #b09ac9;}
.purple-bg h2{color:#b09ac9;}
.green-bg h3 {background-color: #9fd296;}
.green-bg h2{color:#9fd296;} 
.orange-bg h3 {background-color: #ecbd91;}
.orange-bg h2{color:#ecbd91;} */
.white-bg h3 {
  background-color: #c6c4c4;
}
.white-bg h2 {
  color: #d9d5d5;
}
.practice-area .progress {
  height: 20px;
  line-height: 15px;
  border-radius: 0;
  background: #0a5440;
  margin-bottom: 30px;
  box-shadow: none;
  overflow: visible;
}
.practice-area .progress .green {
  background-color: #9fd296;
}
.practice-area .progress .progress-bar {
  position: relative;
  border-radius: 0;
  animation: animate-positive 2s;
}
.practice-area .progress .orange {
  background-color: #ecbd91;
}
@-webkit-keyframes animate-positive {
  0% {
    width: 0%;
  }
}
@keyframes animate-positive {
  0% {
    width: 0%;
  }
}
/**** Listening-area Css Start ****/
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #fbcaca;
}
.top-title p {
  color: #495057 !important;
  margin: 0;
}
.top-title .light-green-bg2 h5 i {
  color: #9fd296;
}
.top-title .light-green-bg2 p {
  color: #495057;
  font-family: Arial, sans-serif !important;
}
/* changes and commented by rudra 30-06-22 */
/* .top-title .light-green-bg2 p{color:#b2f0df;font-family: Arial, sans-serif !important;} */
/* .top-title .light-green-bg2 a{display: table;margin: -43px 0 10px auto;color: #fff;font-weight:bold;background-color: #0a5440;padding: 6px 15px;border-radius: 5px;box-shadow: 0 1px 4px #0b372c;font-size: 14px;}
.top-title .light-green-bg2 a:hover{color:#fff;background-color:#9FD296;} */
.top-title .light-green-bg2 a {
  display: table;
  margin: -43px 0 10px auto;
  color: #fff;
  font-weight: bold;
  background-color: #911d67;
  padding: 6px 15px;
  border-radius: 5px;
  box-shadow: 0 1px 2px #911d67;
  font-size: 14px;
}
.top-title .light-green-bg2 a:hover {
  color: #fff;
  background-color: #bb2886;
}
/* .top-title .light-green-bg2{background-color:#094435;padding: 25px;margin: 40px 0 0;box-shadow: 0px 2px 10px rgba(0, 0, 0, .5);}
.top-title .light-green-bg2 h5{color:#fff;margin: 0 0 15px;font-weight:bold;} */
.top-title .light-green-bg2 {
  background-color: #fff;
  padding: 25px;
  margin: 40px 0 0;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0);
  border-radius: 20px;
}
.top-title .light-green-bg2 h5 {
  color: #343a40;
  margin: 0 0 15px;
  font-weight: bold;
}
#test-simulator .top-title .light-green-bg2 a {
  background-color: #3db1bd;
  box-shadow: 0 1px 2px #3db1bd;
}
#test-simulator .top-title .light-green-bg2 h5 {
  color: #484748;
}
#test-simulator .top-title .light-green-bg2 a:hover {
  color: #fff;
  background-color: #2f96a1;
}
.top-title .dark-green-bg h5 i {
  color: #9fd296;
}
.top-title .dark-green-bg p {
  color: #b2f0df;
}
.top-title .dark-green-bg h5 {
  color: #fff;
  margin: 0 0 15px;
  font-weight: bold;
}
.top-title .dark-green-bg {
  background-color: #0a5440;
  padding: 25px;
  margin: 40px 0 0;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
}
.inner-pages .top-title p i {
  color: #9fd296;
  font-size: 25px;
  padding-right: 10px;
}
.inner-pages .top-title p span {
  /* font-weight:bold; */
  color: #495057;
}
.inner-pages .top-title p span a {
  color: #fff;
}
#accordion .panel {
  border: none;
  box-shadow: none;
  margin-bottom: 40px;
  background: transparent;
}
#accordion .panel-heading {
  padding: 0;
  border: none;
  background: transparent;
  position: relative;
}
#accordion .panel-title a {
  display: block;
  padding: 12px;
  margin: 0;
  font-size: 20px;
  color:#343a40;
  text-transform: inherit;
  position: relative;
  font-weight: bold;
  text-align: center;
}
#accordion .panel-title a.collapsed {
  border: none;
}
#accordion .panel-title {
  border-radius: 15px;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  width: 30px;
  height: 30px;
  font-weight: 900;
  text-align: center;
  font-size: 25px;
  color: #0a5440;
  position: absolute;
  top: 10px;
  left: 10px;
  transform: rotate(180deg);
  transition: all 0.4s cubic-bezier(0.08, 1.09, 0.32, 1.275);
}
#accordion .panel-title a.collapsed:before {
  color: #0a5440;
  transform: rotate(0deg);
}
#accordion .panel-body {
  padding: 20px 0px 0;
  background: transparent;
  border-top: none;
}
#accordion .panel-body ul {
  padding: 0;
  margin: 0;
}
#accordion .panel-body ul li {
  list-style-type: none;
  background-color: #fff;
  width: 100%;
  display: inline-block;
  margin: 0 0 15px;
  padding: 10px 30px;
  color: #0a5440;
  font-family: Arial, sans-serif;
  font-size: 13px;
  border-radius: 15px;
}
#accordion .panel-body ul li a {
  color: #0a5440;
}
#accordion .panel-body ul li h6 {
  font-weight: bold;
}
#accordion .progress {
  height: 20px;
  background: #0a5440;
  box-shadow: none;
  overflow: visible;
  position: relative;
  border-radius: 0;
}
#accordion .progress .progress-bar {
  box-shadow: none;
  border-radius: 0;
  position: relative;
  -webkit-animation: animate-positive 2s;
  animation: animate-positive 2s;
}
#accordion .progress .progress-value {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #ecc2d5;
  position: absolute;
  bottom: -5px;
  left: -50px;
  font-family: "Futura Std Bold";
}
.progress.pink .progress-bar:before {
  border-left: 20px solid #ff4a98;
}
@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
/**** Listening-area Css End ****/
/**** Email-your-trainer Area Css Start ****/
.chatBox .chatbody .profile-img p span {
  font-weight: bold;
  font-size: 25px;
}
.chatBox .chatbody .profile-img p a {
  color: #0a5440;
  position: relative;
  top: 6px;
}
.chatBox .chatbody .profile-img p i {
  font-size: 35px;
  position: relative;
  top: 5px;
}
.leftChatContent {
  background-color: #a9dbc2;
  padding: 25px 35px;
  border-radius: 0 25px 25px 25px;
}
.rightChatContent {
  background-color: #a9dbc2;
  padding: 25px 35px;
  border-radius: 25px 0 25px 25px;
}
.rightChatBox {
  display: table;
  margin: 0 0 0 auto;
  text-align: right;
}
.chatBox .chatbody {
  border-radius: 25px;
  max-height: 440px;
  overflow-y: auto;
}
.chatBox p {
  font-weight: bold;
  margin: 0;
  color: #484748;
}
.chatBox .chatbody .date {
  color: #484748;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  text-align: center;
  margin: 5px 0;
}
.chatBox .white-bg {
  background-color: #fff;
  border-radius: 15px;
}
.chatBox .chatfooter a {
  background-color: #0a5440;
  padding: 5px;
  display: inline-block;
  color: #fff;
  margin: 30px 6px 0;
  border-radius: 6px;
  text-transform: uppercase;
  font-family: "Futura Std Heavy";
  width: 12%;
}
.chatBox .chatfooter-content {
  border-bottom: 2px solid #0a5440;
  padding-bottom: 20px;
}
/**** Email-your-trainer Area Css End ****/
/**** Photographs Area Css Start ****/
#photographs .common-progress-code h3 a {
  color: #0a5440;
}
#photographs .common-progress-code .progress .progress-bar {
  border-width: 10px;
}
#photographs .common-progress-code .progress.yellow .progress-bar {
  border-color: #d7c26c;
}
#photographs .common-progress-code .progress.yellow .progress-value {
  color: #d7c26c;
}
#photographs
  .common-progress-code
  .progress.yellow
  .progress-left
  .progress-bar {
  animation: loading-4 1s linear forwards 1.8s;
}
#photographs
  .common-progress-code
  .progress.green
  .progress-left
  .progress-bar {
  animation: loading-5 1.5s linear forwards 1.8s;
}
#photographs .common-progress-code .progress.green .progress-bar {
  border-color: #9fd296;
}
#photographs .common-progress-code .progress.green .progress-value {
  color: #9fd296;
}
#photographs
  .common-progress-code
  .progress.green2
  .progress-left
  .progress-bar {
  animation: loading-6 1.2s linear forwards 1.8s;
}
#photographs .common-progress-code .progress.green2 .progress-bar {
  border-color: #9fd296;
}
#photographs .common-progress-code .progress.green2 .progress-value {
  color: #9fd296;
}
#photographs .common-progress-code .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 10px solid #95a5a5;
  position: absolute;
  top: 0;
  left: 0;
}
#photographs .common-progress-code .progress .progress-value {
  font-size: 14px;
}
#photographs
  .common-progress-code
  .progress.white-color
  .progress-left
  .progress-bar {
  animation: loading-7 0.9s linear forwards 1.8s;
}
#photographs .common-progress-code .progress.white-color .progress-bar {
  border-color: #c6c4c4;
}
#photographs .common-progress-code .progress.white-color .progress-value {
  color: #c6c4c4;
}
#photographs .middle-section .infoBox h3 {
  font-size: 15px;
}
#photographs .common-progress-code .progress {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
#photographs .middle-section .infoBox h2 {
  font-size: 55px;
}
.inner-pages#photographs .infoBox {
  margin: 30px 0;
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10eg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
  }
}
@keyframes loading-6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(40deg);
    transform: rotate(40eg);
  }
}
@keyframes loading-7 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10eg);
  }
}
#photographs .btn-primary {
  color: #adcf73;
  background-color: transparent;
  border-color: transparent;
  font-weight: bold;
  font-size: 25px;
  margin: 30px 0 0;
  padding: 0;
}
#photographs .btn-primary:not(:disabled):not(.disabled).active:focus,
#photographs .btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0);
}
#photographs .btn-primary:not(:disabled):not(.disabled).active,
#photographs .btn-primary:not(:disabled):not(.disabled):active,
#photographs .show > .btn-primary.dropdown-toggle {
  color: #adcf73;
  background-color: transparent;
  border-color: transparent;
}
#photographs .btn-primary:hover {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
#photographs-results .commonBox tr:nth-of-type(2n + 1) {
  background: rgba(159, 210, 150, 0.2) !important;
}
/**** Photographs Area Css End ****/
.commonBox {
  width: 100%;
  margin-bottom: 2rem;
  background-color: #fff;
  border-radius: 25px;
  color: #484748;
  padding-bottom: 10px;
}
.commonBox h3 {
  background-color: #66b358 !important;
  border-radius: 0;
  font-weight: bold !important;
  text-transform: capitalize;
  color: #fff;
  margin: 0;
  font-size: 20px !important;
  padding: 12px 20px;
}
.commonBox table td,
.commonBox table th {
  padding: 10px 20px;
  border: 0;
}
.rwd-tables td,
.rwd-tables th,
.rwd-tables tr {
  border: 0px !important;
}
.commonBox table td a {
  color: #0a5440;
}
.commonBox table td a:hover {
  color: #484748;
}
.inner-pages .green-btn {
  background-color: #66b358;
  color: #fff;
  padding: 10px 35px;
  display: inline-block;
  border-radius: 50px;
  font-size: 16px;
  border: 0;
  font-weight: bold;
  margin: 0 0 15px;
  border: 2px solid #66b358;
}
.inner-pages .green-btn:hover {
  background-color: #84c35a;
}
.inner-pages .play-btn {
  font-weight: bold;
  color: #0a5440;
  cursor: pointer;
}
.commonBox .pause-btn {
  font-weight: bold;
  margin-left: 10px;
  color: #0a5440;
}
.inner-pages .play-question {
  font-weight: bold;
}
.commonBox tr:nth-of-type(2n + 1) {
  background: transparent !important;
}
.commonBox td span.rwd-tables.tbody {
  text-align: left;
}
.commonBox td span.rwd-tables,
.commonBox td span.rwd-tables.thead {
  width: 100% !important;
}
.commonBox td span.rwd-tables.thead {
  display: none !important;
}
.commonBox td span.rwd-tables.tbody {
  text-align: left !important;
}
.commonBox .wrong {
  color: red;
}
.commonBox .wrong i {
  color: red;
}
.commonBox .wrong span.green {
  color: green;
}
.commonBox .wrong .play-btn i {
  color: #0a5440;
}
.commonBox .wrong a.play-btn:hover {
  color: #0a5440;
}
.commonBox .right {
  color: green;
}
.commonBox .right i {
  color: green;
}
.commonBox table {
  width: 100%;
}
.commonBox table ul {
  padding: 0;
  margin: 0;
}
.commonBox table ul li {
  list-style-type: none;
}
.commonBox table ul li ol li {
  list-style-type: lower-alpha;
}
.mytooltip {
  display: inline;
  position: relative;
  z-index: 999;
  color: #148062;
}
.mytooltip .tooltip-content {
  position: absolute;
  z-index: 9999;
  width: 250px;
  left: 50%;
  margin: 10px -120px 0;
  top: 100%;
  font-size: 14px;
  line-height: 30px;
  -webkit-box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  background: #0a5440;
  opacity: 0;
  cursor: default;
  pointer-events: none;
  padding: 5px;
  line-height: 20px;
}
.tooltip-text {
  color: #fff;
}
.mytooltip .tooltip-content::after {
  content: "";
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent transparent #0a5440;
  border-width: 10px;
  margin-left: -10px;
}
.mytooltip:hover .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
}
#video-library .commonBox tr.light-green a {
  color: #69a405;
}
#video-library .commonBox tr.dark-green a {
  color: #223306;
}
#video-library .commonBox tr.green a {
  color: #486c09;
}
#video-library .commonBox td i {
  margin-right: 5px;
}
#video-library .commonBox tr.light-green {
  color: #69a405;
  font-weight: bold;
}
#video-library .commonBox tr.green {
  color: #486c09;
  font-weight: bold;
}
#video-library .commonBox tr.dark-green {
  color: #223306;
  font-weight: bold;
}
.inner-pages .footer-content {
  margin: 0 20px 25px;
}
#video-library .inner-pages .footer-content p {
  margin: 0;
}
#short-talks-results table .play-btn {
  position: relative;
  top: 8px;
  display: block;
  margin: 0 0 10px;
}
#short-talks-results table .play-btn,
#short-talks-results table .play-btn i {
  color: #0a5440;
}
.webTelevision-content p {
  margin: 0 0 5px;
}
.webTelevision-content {
  padding: 20px 25px;
}
.bag-the-bag-results {
  max-height: 410px;
  overflow-y: auto;
}
.mCustomScrollbar {
  border-radius: 25px;
}
.commonBox .modal-header {
  padding: 10px 20px;
  border-bottom: 0px solid #dee2e6;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  background-color: #98b35e;
}
.commonBox .modal-content {
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.commonBox .modal-title {
  color: #fff;
}
.commonBox .modal-dialog .close {
  color: #fff;
  opacity: 1;
}
.commonBox .modal-dialog .modal-body ul {
  padding: 0;
  margin: 0;
}
.commonBox .modal-dialog .modal-body ul li {
  list-style-type: none;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}
.commonBox .modal-dialog .modal-body ul li strong {
  font-weight: bold;
  display: inline-block;
  margin: 0 0 8px;
  font-size: 16px;
}
.commonBox .modal-footer {
  padding: 15px 20px;
  border-top: 0px solid #dee2e6;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: #98b35e;
}
.commonBox .modal-footer .btn-secondary {
  background-color: #0a5440;
  color: #fff;
  padding: 6px 15px;
  display: inline-block;
  border-radius: 5px;
  font-size: 14px;
  box-shadow: 0 1px 4px #0b372c;
  border: 0;
  font-weight: bold;
}
.commonBox .modal-footer .btn-secondary:hover {
  color: #fff;
  background-color: #0a5440;
  border-color: #0a5440;
}
.commonBox
  .modal-footer
  .btn-secondary:not(:disabled):not(.disabled).active:focus,
.commonBox
  .modal-footer
  .btn-secondary:not(:disabled):not(.disabled):active:focus,
.commonBox .modal-footer .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0);
}
.commonBox .modal-footer .btn-secondary:not(:disabled):not(.disabled).active,
.commonBox .modal-footer .btn-secondary:not(:disabled):not(.disabled):active,
.commonBox .modal-footer .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0a5440;
  border-color: #0a5440;
}
.english-word-type1-content {
  padding: 20px 5px 25px 25px;
}
.english-word-type1-content {
  max-height: 300px;
  overflow-y: auto;
}
.english-word-type1-content ul {
  padding: 0;
  margin: 0;
}
.english-word-type1-content ul li {
  list-style-type: none;
  margin-bottom: 12px;
  border-bottom: 1px dashed #999;
  padding: 0 0 12px;
}
.english-word-type1-content ul li span,
.english-word-type1-content ul li strong {
  color: #26bb93;
}
#english-word-type-results tr.wrong p {
  color: #484748;
}
#english-word-type-results tr p {
  font-size: 14px;
}
#english-word-type-results tr.wrong p strong.red {
  color: red;
}
#english-word-type-results tr.wrong p strong {
  color: green;
}
#english-word-type-results .commonBox tr:nth-of-type(2n + 1) {
  background: rgba(159, 210, 150, 0.2) !important;
}
#vocabulary-results .commonBox tr:nth-of-type(2n + 1) {
  background: rgba(159, 210, 150, 0.2) !important;
}
#vocabulary-results .commonBox table td,
#vocabulary-results .commonBox table th {
  padding: 20px;
}
.commonMembersPage .loginTable {
  margin: 40px 0;
  background-color: #0a5440;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #215749;
}
.speaking-and-writing .loginTable {
  margin: 15px 0;
  height: 75px;
}
.commonMembersPage .loginTable h4 {
  color: #fff;
}
.commonMembersPage .loginTable h4 {
  font-size: 20px;
}
.commonMembersPage .loginTable h4 i {
  color: #b2f0df;
}
.commonMembersPage .loginTable h6 a {
  color: #b2f0df;
}
.commonMembersPage .loginTable h6 {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}
.commonBox2 {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 25px;
  color: #484748;
  padding-bottom: 10px;
}
.commonBox2 h3 {
  background-color: #66b358;
  border-radius: 0;
  font-weight: bold;
  text-transform: capitalize;
  color: #fff;
  margin: 0;
  font-size: 20px;
  padding: 12px 20px;
}
.commonBox2 table th {
  background: #0a5440;
  color: #fff;
  vertical-align: middle;
}
.commonBox2 table .tableHeadingText th {
  background: #0f5e48;
  color: #9fd296;
  font-family: Arial, Helvetica, sans-serif;
  min-width: 30%;
}
.commonBox2 table tr:nth-of-type(2n + 1) {
  background: rgba(159, 210, 150, 0.2) !important;
}
.commonBox2 table td p a {
  color: #0a5440;
  text-align: center;
}
.commonBox2 table td p strong {
  font-weight: bold;
  font-size: 12px;
}
.commonBox2 table td p {
  margin: 0;
}
.table {
  color: #484748;
}
.commonBox2 ul {
  padding: 20px;
  margin: 0 0 25px;
}
.commonBox2 ul li {
  list-style-type: none;
  line-height: 35px;
}
.commonBox2 ul li span {
  font-weight: bold;
  color: green;
}
/* .commonBox .content{padding:20px;}.commonBox2 .content{padding:20px;} */
.testSimulatorCommonPage .blue-bg {
  background-color: #89d3dd;
}
.testSimulatorCommonPage .light-green-bg {
  background-color: #90CCB8;
}
.testSimulatorCommonPage .orange-bg {
  background-color:#A4E0A6;
}
.testSimulatorCommonPage .pink-bg {
  background-color: #C1DB97;
}
.testSimulatorCommonPage .yellow-bg {
  background-color:#C5D4DE;
}
.testSimulatorCommonPage .gray-bg {
  background-color: #B5C5CF;
}
.testSimulatorCommonPage .purple-bg {
  background-color: #b09ac9;
}
.testSimulatorCommonPage .maroon-bg {
  background-color: #BCB4E2;
}
.testSimulatorCommonPage #accordion .panel-title a {
  font-size: 16px;
}
.testSimulatorCommonPage #accordion .panel-body ul li {
  margin: 0 0 10px;
  padding: 0px 5px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #484748;
}
.testSimulatorCommonPage #accordion .panel-body ul li strong {
  font-weight: bold;
}
.testSimulatorCommonPage #accordion .panel-body.importantNotes ul li {
  color: red;
}
.testSimulatorCommonPage .top-title p strong {
  font-weight: bold;
}
.click-to-review-btn {
  font-weight: bold;
  color: #0a5440;
}
.click-to-review-btn:hover {
  color: #484748;
}
.timer {
  margin: -10px 0 0 auto;
  color: #0a5440;
  font-weight: bold;
  background-color: #9fd296;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 1px 4px #9fd296;
  font-size: 14px;
  position: absolute;
  right: 15px;
}
#test-simulator-results .top-title table td {
  padding: 2px 0;
  border: 0px solid #ccc;
  color: #b2f0df;
}
#test-simulator-results .top-title table tr:nth-of-type(2n + 1) {
  background: transparent;
}
.testSimulatorCommonPage .commonBox2 .content #accordion .panel-body ul li {
  margin: 0;
  padding: 0px 5px;
  font-size: 13px;
  color: #484748;
  margin-bottom: 3px;
  line-height: 30px;
}
.testSimulatorCommonPage
  .commonBox2
  .content
  #accordion
  .panel-body
  ul
  li
  strong {
  font-weight: bold;
}
.testSimulatorCommonPage #accordion .panel-title a:before,
.testSimulatorCommonPage #accordion .panel-title a.collapsed:before {
  top: 5px;
}
.testSimulatorCommonPage #accordion .panel {
  margin-bottom: 15px;
}
#test-simulator-results
  .commonBox2
  .content
  #accordion
  .panel-body
  table
  td
  img {
  width: 50px;
  margin: 0 auto;
}
#test-simulator-results .commonBox2 .content #accordion .panel-body table td {
  vertical-align: middle;
}
#test-simulator-results
  .commonBox2
  .content
  #accordion
  .panel-body
  table
  .wrong {
  color: red;
}
#test-simulator-results
  .commonBox2
  .content
  #accordion
  .panel-body
  table
  .right {
  color: green;
}
#test-simulator-results
  .commonBox2
  .content
  #accordion
  .panel-body
  table
  tr
  td
  b {
  color: #484748;
}
#test-simulator-results
  .commonBox2
  .content
  #accordion
  .panel-body
  .mytooltip
  .tooltip-content {
  width: 138px;
  margin: 10px -120px 0;
  padding: 10px;
}
#test-simulator-results
  .commonBox2
  .content
  #accordion
  .panel-body
  .mytooltip
  .tooltip-content
  .tooltip-text
  p {
  font-size: 14px;
  margin-bottom: 5px;
}
#test-simulator-results
  .commonBox2
  .content
  #accordion
  .panel-body
  .mytooltip
  .tooltip-content
  .tooltip-text
  ol {
  margin: 0 0 10px;
  padding: 0 16px;
}
#test-simulator-results
  .commonBox2
  .content
  #accordion
  .panel-body
  .mytooltip
  .tooltip-content
  .tooltip-text
  ol
  li {
  list-style-type: lower-alpha;
}
#test-simulator-results
  .commonBox2
  .content
  #accordion
  .panel-body
  .mytooltip
  .tooltip-item {
  font-size: 12px;
  font-weight: bold;
}
#test-simulator-results td span.rwd-tables,
#test-simulator-results td span.rwd-tables.thead {
  width: 100%;
  display: block;
}
#test-simulator-results td span.rwd-tables.thead {
  display: none !important;
}
#test-simulator-results td span.rwd-tables.tbody {
  text-align: left;
}
#test-simulator-results
  .commonBox2
  .content
  #accordion
  .panel-body
  table
  tr
  td
  .tooltip-text
  b {
  color: #fff;
}
#test-simulator-results .commonBox2 .content #accordion .panel-body ul li {
  list-style-type: none;
  background-color: transparent;
  width: auto;
  display: block;
}
#test-simulator-test-book .commonBox table td {
  padding: 0;
  border: 0;
  font-size: 11px;
  width: 40px;
}
#test-simulator-test-book .commonBox table th {
  padding: 1px 0;
  border: 0;
  font-size: 11px;
  width: 25px;
}
#test-simulator-test-book .custom-control {
  min-height: 15px;
  padding: 0;
  display: table;
  margin: 0 8px 0 auto;
}
#test-simulator-test-book .AnswerSheetBox .custom-control-label::after {
  left: -18px;
  width: 12px;
  height: 12px;
}
#test-simulator-test-book .AnswerSheetBox .custom-control-label::before {
  left: -18px;
  width: 12px;
  height: 12px;
  border: #0a5440 solid 1px;
}
#test-simulator-test-book
  .AnswerSheetBox
  .custom-control-input:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
#test-simulator-test-book
  .AnswerSheetBox
  .custom-control-input:checked
  ~ .custom-control-label::before {
  color: #fff;
  border-color: #0a5440;
  background-color: #0a5440;
}
#test-simulator-test-book .AnswerSheetBox form table th {
  background: #0a5440;
}
#test-simulator-test-book .AnswerSheetBox form table td strong {
  font-weight: bold;
  color: #09221c;
}
#test-simulator-test-book .commonBox .content h5 {
  font-weight: bold;
}
#test-simulator-test-book .commonBox .content .footer-content {
  padding: 20px 0;
  margin: 0;
}
#test-simulator-test-book .commonBox .content .TestDescriptionBox h6 {
  color: red;
  font-weight: bold;
}
#test-simulator-test-book .commonBox .content .QuestionInfoBox {
  border-bottom: 1px solid #eee;
  padding: 10px;
  margin-bottom: 15px;
}
#test-simulator-test-book .commonBox .content .QuestionInfoBox ul {
  padding: 0;
  margin: 20px 0;
}
#test-simulator-test-book .commonBox .content .QuestionInfoBox ul li {
  list-style-type: none;
}
#test-simulator-test-book .commonBox .content .QuestionInfoBox ul li span {
  position: relative;
  left: 15px;
}
#test-simulator-test-book .commonBox .content .QuestionInfoBox h5 {
  font-size: 15px;
  color: #0a5440;
}
#test-simulator-test-book
  .commonBox
  .content
  .QuestionInfoBox
  .notification-text {
  position: absolute;
  right: 20px;
  margin-top: -25px;
  color: #0a5440;
  font-size: 15px;
}
#test-simulator-test-book .commonBox .content .QuestionTableBox {
  background-color: #eaf9e8;
  padding: 10px;
  margin: 0 0 15px;
}
#test-simulator-test-book .commonBox .content .QuestionTableBox p {
  font-size: 14px;
}
.commonMembersPage .commonBox2 table tr:nth-of-type(2n + 1) {
  background: rgba(159, 210, 150, 0) !important;
}
.commonMembersPage .table td,
.commonMembersPage .table th {
  vertical-align: middle;
}
#bag-the-bag-results .commonBox .modal-body {
  overflow-y: auto;
  max-height: 400px;
}
.commonBox .mobile-icon {
  display: none;
}
.commonBox .desktop-icon {
  display: table-cell;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(10, 84, 64, 0.5);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #0a5440;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #0a5440;
}
.video-library-height {
  max-height: 250px;
  overflow-y: auto;
  margin: 15px 0 30px;
}
.vocabulary-content {
  padding: 20px;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0a5440;
  background-color: #0a5440;
}
#important-information p {
  margin-bottom: 15px;
  font-size: 13px;
}
#important-information p.red {
  color: red;
}
#writing-express-an-opinion-test-mode .content p a {
  color: #0a5440;
}
#important-information p.green {
  color: green;
}
#important-information {
  background-color: #ebfde8;
  padding: 20px;
}
#writing-express-an-opinion-test-mode .form-control {
  height: calc(1.2em + 0.75rem + 2px);
  font-size: 14px;
  border-radius: 6px;
}
#writing-express-an-opinion-test-mode label {
  line-height: 33px;
}
#writing-express-an-opinion-test-mode .commonBox2 .infoBox2 .red-bg h5 {
  background-color: red;
}
#writing-express-an-opinion-test-mode .commonBox2 .infoBox2 .light-blue-bg h5 {
  background-color: #00c7fe;
}
#writing-express-an-opinion-test-mode .commonBox2 .infoBox2 .blue-bg h5 {
  background-color: #07b7e8;
}
#writing-express-an-opinion-test-mode .commonBox2 .infoBox2 .light-green-bg h5 {
  background-color: #66b319;
}
#writing-express-an-opinion-test-mode .commonBox2 .infoBox2 .green-bg h5 {
  background-color: #549514;
}
#writing-express-an-opinion-test-mode .commonBox2 .infoBox2 h5 {
  font-weight: bold;
  background-color: #000;
  color: #fff;
  padding: 10px 0;
  margin: 0;
  text-align: center;
}
#writing-express-an-opinion-test-mode .commonBox2 .infoBox2 p {
  padding: 20px 15px;
  text-align: center;
}
#writing-express-an-opinion-test-mode .commonBox2 .table td,
#writing-express-an-opinion-test-mode .commonBox2 .table th {
  min-width: 200px;
}
#writing-express-an-opinion-test-mode .commonBox2 .table td {
  padding: 0px;
  vertical-align: middle;
}
#writing-express-an-opinion-test-mode .commonBox2 .table th {
  padding: 0;
  vertical-align: top;
}
#writing-express-an-opinion-test-mode .commonBox2 .infoBox2 .progress {
  height: 35px;
  background: #e1e1e1;
  position: relative;
  border-radius: 0;
  margin: 0;
  padding: 12px;
}
#writing-express-an-opinion-test-mode
  .commonBox2
  .infoBox2
  .progress
  .progress-bar::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: -4px;
  top: -3px;
}
#writing-express-an-opinion-test-mode
  .commonBox2
  .infoBox2
  .progress
  .progress-bar.red-bg {
  background-color: red;
}
#writing-express-an-opinion-test-mode
  .commonBox2
  .infoBox2
  .progress
  .progress-bar.light-blue-bg {
  background-color: #00c7fe;
}
#writing-express-an-opinion-test-mode
  .commonBox2
  .infoBox2
  .progress
  .progress-bar.blue-bg {
  background-color: #07b7e8;
}
#writing-express-an-opinion-test-mode
  .commonBox2
  .infoBox2
  .progress
  .progress-bar.light-green-bg {
  background-color: #66b319;
}
#writing-express-an-opinion-test-mode
  .commonBox2
  .infoBox2
  .progress
  .progress-bar.green-bg {
  background-color: #549514;
}
#writing-express-an-opinion-test-mode
  .commonBox2
  .infoBox2
  .progress
  .progress-bar {
  animation: animate-positive 2s;
}
#writing-express-an-opinion-test-mode .commonBox2 .content.red p {
  color: red;
}
#writing-express-an-opinion-test-mode .commonBox2 .content.green-text p strong {
  color: green;
}
#writing-express-an-opinion-test-mode .commonBox2 .content strong.red {
  color: red;
}
textarea.form-control {
  height: auto !important;
}
#writing-respond-to-written-result .commonBox2 .content.red p {
  color: red;
}
#writing-respond-to-written-result .light-green-bg2 p .red {
  color: red;
}
#writing-respond-to-written-result .light-green-bg2 ul {
  margin: 15px 0 0;
  padding: 0;
}
#writing-respond-to-written-result .light-green-bg2 ul li {
  list-style-type: none;
  color: #b2f0df;
}
#toeic-speaking-and-writing-test-simulator .table-responsive {
  display: inline-table;
}
#toeic-speaking-and-writing-test-simulator .commonBox2 .table-responsive td,
#toeic-speaking-and-writing-test-simulator .commonBox2 .table-responsive th {
  min-width: 200px;
}
.form-control:focus {
  background-color: #fff;
  border-color: #ced4da;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
#writing-respond-to-written-result table td img {
  width: 100px;
}
#writing-respond-to-written-result .commonBox2 .table-responsive td,
#writing-respond-to-written-result .commonBox2 .table-responsive th {
  min-width: 200px;
}
#writing-respond-to-written-result .table-responsive {
  display: inline-table;
}
#writing-respond-to-written-result .table-responsive tr.wrong {
  color: red;
}
#writing-respond-to-written-result .table-responsive tr.right {
  color: green;
}
#writing-respond-to-written-result .table-responsive tr td strong {
  color: #484748;
}
#welcome-to-text-result-checking-area .commonBox2 .table-responsive td,
#writing-respond-to-written-result .commonBox2 .table-responsive th {
  min-width: 200px;
}
#welcome-to-text-result-checking-area table audio {
  background-color: #0a5440;
  border-radius: 50px;
}
#lets-learn-english #accordion .panel-body {
  color: initial;
}
#lets-learn-english #accordion .panel-body h6 {
  color: #0a5440;
  font-size: 13px;
}
#lets-learn-english #accordion .panel-body ul li i {
  font-size: 16px;
}
#lets-learn-english #accordion .panel-body ul li .yellow {
  color: #f1c40f;
}
#lets-learn-english #accordion .panel-body ul li .red {
  color: #e74c3c;
}
#lets-learn-english #accordion .panel-body ul li .white {
  color: #fff;
}
#lets-learn-english #accordion .panel-body ul li .blue {
  color: #1abc9c;
}
#lets-learn-english #accordion .panel-body ul li span {
  position: relative;
  left: 2%;
}
#lets-learn-english #accordion .panel-body h5 {
  display: table;
  margin: -30px 0 10px auto;
  font-size: 15px;
  color: #0a5440;
}
#tips-and-advice .commonBox2 h3 a {
  color: #0a5440;
}
#tips-and-advice .commonBox2 ul li a {
  color: #484748;
}
#tips-and-advice .commonBox2 ul li a:hover {
  color: #0a5440;
}
#tips-and-advice-learning-a-language .panel-body {
  color: initial;
}
#tips-and-advice-learning-a-language h6 {
  color: #0a5440;
  font-size: 15px;
}
#tips-and-advice-learning-a-language strong {
  color: #484748;
}
#core-skills .commonBox2 p.red {
  color: red;
}
#missing-word-generator2 .commonBox2 input {
  margin: 2px 0;
}
#missing-word-generator2 .commonBox2 ul li {
  list-style-type: none;
  line-height: 24px;
  font-weight: bold;
}
#missing-word-generator2 .commonBox2 p span.red {
  color: red;
}
#missing-word-generator2 .commonBox2 ul {
  padding: 0;
  margin: 10px 0;
}
.common-btn {
  margin: -10px 0 0 auto;
  color: #0a5440;
  font-weight: bold;
  background-color: #9fd296;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 1px 4px #9fd296;
  font-size: 14px;
  position: absolute;
  right: 15px;
}
.common-btn:hover {
  color: #fff;
}
#intensive-reading-exerciser .DescriptionInfoBox {
  padding: 10px;
  margin: 5px 0 20px;
  background-color: #eaf9e8;
}
#intensive-reading-exerciser .QuestionInfoBox ul {
  padding: 0 20px;
  margin: 0;
}
#intensive-reading-exerciser .QuestionInfoBox ul li {
  list-style-type: none;
}
#implication-exerciser .QuestionInfoBox ul {
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #eee;
}
#implication-exerciser .QuestionInfoBox ul li {
  list-style-type: none;
}
#implication-exerciser .QuestionInfoBox ul li span.green {
  color: green;
}
#implication-exerciser .mytooltip {
  display: inline;
  position: relative;
  z-index: 999;
  color: #148062;
}
#implication-exerciser .mytooltip .tooltip-content {
  position: absolute;
  z-index: 9999;
  width: auto;
  left: 50%;
  margin: 10px -40px 0;
  top: 100%;
  font-size: 14px;
  line-height: 30px;
  -webkit-box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  background: #9fd296;
  opacity: 0;
  cursor: default;
  pointer-events: none;
  padding: 5px;
  line-height: 20px;
}
#implication-exerciser .tooltip-text {
  color: #0a5440;
}
#implication-exerciser .top-title p span {
  top: 0;
}
#implication-exerciser .mytooltip:hover .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
}
.testSimulatorCommonPage .content form {
  position: relative;
  right: 15px;
}
/**** Middle-section Area Css End ****/
/*** Dashboard Area Css End ***/
/*** 18-06-2021 Css Start ***/
#core-skills .commonBox2 .infoBox .infoBox-description h6 {
  font-size: 16px;
}
#core-skills .commonBox2 .infoBox img {
  border-radius: 20px 20px 0 0;
}
#core-skills .commonBox2 .infoBox .infoBox-description a {
	background-color: #66b358;
	display: table;
	padding: 10px 15px;
	font-size: 16px;
	color: #fff;
	border-radius: 50px;
	position: absolute; 
	bottom: 5%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 50%;
	text-align: center;
	font-weight: bold;
}
#core-skills .commonBox2 .infoBox .infoBox-description {
  height: 375px;
}
.video-library-height .green {
  color: #07b807;
}
.video-library-height .yellow {
  color: #f7f718;
}
.video-library-height .red {
  color: red;
}
#let-learn-english .commonBox2 .light-green-bg2 {
  background-color: #316f5f;
  padding: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 15px 0 0;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 15px;
  height: 85px;
}
#let-learn-english .light-green-bg2 a {
  color: #fff;
  font-weight: bold;
  background-color: #0a5440;
  padding: 6px 15px;
  border-radius: 5px;
  box-shadow: 0 1px 4px #0b372c;
  font-size: 14px;
  display: table;
  margin: 15px 0 0 auto;
}
#let-learn-english .light-green-bg2 a:hover {
  color: #fff;
  background-color: #9fd296;
}
#let-learn-english .commonBox2 .infoBox .infoBox-description h6 {
  font-size:18px;
}
#let-learn-english .commonBox2 .infoBox img {
  border-radius: 20px 20px 0 0;
  height: 190px;
}
#let-learn-english .commonBox2 .infoBox .infoBox-description a {
	background-color: #66b358;
	display: table;
	padding: 10px 15px;
	font-size: 16px;
	color: #fff;
	border-radius: 50px;
	position: absolute; 
	bottom: 5%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 50%;
	text-align: center;
	font-weight: bold;
}
#let-learn-english .commonBox2 .infoBox .infoBox-description {
  height: 150px;
  text-align: center;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #316f5f;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
}
.hamburger-icon {
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 8px;
}
.brand {
  padding: 5px 10px;
  display: inline-block; 
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.top-bar .btn-primary {
  color: #0a5440;
  background-color: transparent;
  border-color: transparent;
  font-size: 20px;
}
.top-bar .btn-primary:hover {
  color: #0a5440;
  background-color: transparent;
  border-color: transparent;
}
.top-bar .btn-primary:not(:disabled):not(.disabled).active:focus,
.top-bar .btn-primary:not(:disabled):not(.disabled):active:focus,
.top-bar .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0);
}
.top-bar .btn-primary:not(:disabled):not(.disabled).active,
.top-bar .btn-primary:not(:disabled):not(.disabled):active,
.top-bar.top-bar .show > .btn-primary.dropdown-toggle {
  color: #0a5440;
  background-color: transparent;
  border-color: transparent;
}
.top-bar .dropdown-menu {
  font-size: 18px;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.top-bar .dropdown-item {
  padding: 5px 22px;
  color: #0a5440;
  border: 0;
}
.top-bar .dropdown-item:focus,
.top-bar .dropdown-item:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #0a5440;
}
.top-bar .btn-primary:not(:disabled):not(.disabled).active,
.top-bar .btn-primary:not(:disabled):not(.disabled):active,
.top-bar .show > .btn-primary.dropdown-toggle {
  color: #0a5440;
  background-color: transparent;
  border-color: transparent;
}
.mobile-view .btn-primary {
  color: #0a5440;
  background-color: transparent;
  border-color: transparent;
  font-size: 28px;
}
.mobile-view .btn-primary:hover {
  color: #0a5440;
  background-color: transparent;
  border-color: transparent;
}
.mobile-view .btn-primary:not(:disabled):not(.disabled).active:focus,
.mobile-viewr .btn-primary:not(:disabled):not(.disabled):active:focus,
.mobile-view .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0);
}
.mobile-view .btn-primary:not(:disabled):not(.disabled).active,
.mobile-view .btn-primary:not(:disabled):not(.disabled):active,
.mobile-view .show > .btn-primary.dropdown-toggle {
  color: #0a5440;
  background-color: transparent;
  border-color: transparent;
}
.mobile-view .btn-primary:not(:disabled):not(.disabled).active,
.mobile-view .btn-primary:not(:disabled):not(.disabled):active,
.mobile-view.top-bar .show > .btn-primary.dropdown-toggle {
  color: #0a5440;
  background-color: transparent;
  border-color: transparent;
}
.mobile-view .dropdown-menu {
  font-size: 18px;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.mobile-view .dropdown-item {
  padding: 4px 0;
  color: #0a5440;
  border: 0;
  font-size: 16px;
}
.mobile-view .dropdown-item:focus,
.mobile-view .dropdown-item:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #0a5440;
}
.mobile-view .dropdown {
  position: absolute;
  right: 10%;
  top: 2px;
}
.commonBox form {
  padding: 0px 15px;
}
.mobile-view .dropdown.text-right .dropdown-toggle::after {
  content: none;
}
.let-learn-english-title h6 {
  font-size: 30px;
  text-transform: capitalize;
  font-weight: bold;
  margin: 0;
  border-bottom: 3px solid #acd693;
  width: 35%;
  color: #495057;
}
.let-learn-english-title p {
  color: #6c757d;
}

/**** New Dashboard Css Start ****/
.dashboard3 .white-bg {
  background-color: #fff;
  padding: 10px;
}
.dashboard3 .white-bg.s4s-section1 ul {
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.dashboard3 .white-bg.s4s-section1 ul li a {
  color: #bdb7bd;
  font-weight: 600;
}
.dashboard3 .white-bg.s4s-section1 ul li a:hover {
  color: #19aa9e;
  text-decoration: underline;
}
.dashboard3 .white-bg.s4s-section1 ul li {
  list-style-type: none;
  display: inline-block;
}
.dashboard3 .white-bg.s4s-section1 ul li::after {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #bdb7bd;
  content: "/";
}
.dashboard3 .white-bg.s4s-section1 ul li:last-child::after {
  content: none;
}
.dashboard3 h2 {
  color: #000;
  font-weight: bold;
}
.dashboard3 h3 {
  font-weight: bold;
  background-color: transparent;
  font-size: 12px;
}
.white-bg.s4s-section1 h3 {
  font-size: 12px;
}
.dashboard3 .title strong {
  color: #66b358;
}
.progress {
  height: 8px;
  background: #e3e3e3;
  border-radius: 15px;
  box-shadow: none;
  margin: 20px 15px 40px 160px;
  overflow: visible;
  position: relative;
}
.progress .progress-title {
  display: block;
  color: #205580;
  position: absolute;
  bottom: -10px;
  left: -160px;
}
.progress .progress-bar {
  background: #fff;
  box-shadow: none;
  border-radius: 15px 0 0 15px;
  position: relative;
  -webkit-animation: animate-positive 2s;
  animation: animate-positive 2s;
}
.progress .progress-bar::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #4d4c4d;
  position: absolute;
  right: -15px;
  top: -8px;
}
.progress.pink .progress-bar::after {
  background-color: #ff4a98;
}
.progress.green .progress-bar::after {
  background-color: #28a745;
}
.progress.orange .progress-bar::after {
  background-color: #28a745;
}
.progress.purple .progress-bar::after {
  background-color: #28a745;
}
.progress.maroon .progress-bar::after {
  background-color: #28a745;
}
.progress .progress-value {
  width: 45px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  text-align: center;
  position: absolute;
  bottom: 8px;
  right: -10px;
}
.progress.pink .progress-bar:before {
  border-left: 20px solid #ff4a98;
}
.progress.blue .progress-bar:before {
  border-left: 20px solid #2c5af9;
}
.progress.green .progress-bar:before {
  border-left: 20px solid #7cf210;
}
.progress.orange .progress-bar:before {
  border-left: 20px solid #ff5f25;
}
@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
.red-border {
  border: 2px solid #e34824;
  text-align: center;
  padding: 10px;
  width: 55%;
  margin: 18px auto;
  border-radius: 8px;
}
.red-border i {
  font-size: 35px;
  color: #e34824;
}
.red-border h5 {
  color: #e34824;
}
.target-text {
  text-align: center;
  color: #28a745;
  font-weight: bold;
}
.target-text i {
  color: #147fd9;
}
.dark-txt {
  color: #19aa9e;
}
.green-border {
  border: 2px solid #88b11d;
  text-align: center;
  padding: 10px;
  width: 55%;
  margin: 18px auto;
  border-radius: 8px;
}
.green-border i {
  font-size: 35px;
  color: #88b11d;
}
.green-border h5 {
  color: #88b11d;
}
.progress2 {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: none;
  margin: 0 auto 12px;
  box-shadow: none;
  position: relative;
}
.progress2:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.progress2 > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress2 .progress-left {
  left: 0;
}
.progress2 .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 2px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.progress2 .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress2 .progress-right {
  right: 0;
}
.progress2 .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}
.progress2 .progress-value {
  width: 85%;
  height: 85%;
  border-radius: 50%;
  border: 2px solid #ebebeb;
  font-size: 25px;
  line-height: 82px;
  text-align: center;
  position: absolute;
  top: 7.5%;
  left: 7.5%;
}
.progress2.blue .progress-bar {
  border-color: #049dff;
}
.progress2.blue .progress-value {
  color: #049dff;
}
.progress2.blue .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}
.progress2.yellow .progress-bar {
  border-color: #fdba04;
}
.progress2.yellow .progress-value {
  color: #fdba04;
}
.progress2.yellow .progress-left .progress-bar {
  animation: loading-3 1s linear forwards 1.8s;
}
.progress2.pink .progress-bar {
  border-color: #ed687c;
}
.progress2.pink .progress-value {
  color: #ed687c;
}
.progress2.pink .progress-left .progress-bar {
  animation: loading-4 0.4s linear forwards 1.8s;
}
.progress2.green .progress-bar {
  border-color: #1abc9c;
}
.progress2.green .progress-value {
  color: #1abc9c;
}
.progress2.green .progress-left .progress-bar {
  animation: loading-5 1.2s linear forwards 1.8s;
}
.gray-bg {
  background-color: #f2f2f2;
}
@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
  }
}
.s4s-section5 .progress .progress-value {
  display: none;
}
.blue-gradient {
  background-color: #39c0a0;
  border: 3px solid #2fab89;
  padding: 8px 30px;
  display: inline-block;
  border-radius: 10px;
  color: #fff;
}
.blue-gradient:hover {
  color: #fff;
  background-color: #2fab89;
}
.s4s-section6 p {
  font-size: 17px;
  color: #000;
  margin-top: 5px;
}
.s4s-section7 h5 {
  background-image: -webkit-linear-gradient(left, #acd693, #09b39d, #acd693);
  background-image: -moz-linear-gradient(left, #acd693, #09b39d, #acd693);
  background-image: -ms-linear-gradient(left, #acd693, #09b39d, #acd693);
  background-image: -o-linear-gradient(left, #acd693, #09b39d, #acd693);
  background-image: linear-gradient(left, #acd693, #09b39d, #acd693);
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 18px;
}
.s4s-section7.gray-bg {
  background-color: #f0f2f4;
}
.graphic-img {
  position: relative;
  margin-top: -78px;
}
.brown-txt {
  color: #d87338;
}
.light-green-txt {
  color: #89bb39;
}
.brown-gradient {
  background-image: -webkit-linear-gradient(left, #e7b074, #e27e59, #e7b074);
  background-image: -moz-linear-gradient(left, #e7b074, #e27e59, #e7b074);
  background-image: -ms-linear-gradient(left, #e7b074, #e27e59, #e7b074);
  background-image: -o-linear-gradient(left, #e7b074, #e27e59, #e7b074);
  background-image: linear-gradient(left, #e7b074, #e27e59, #e7b074);
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 18px;
}
.green-gradient {
  background-image: -webkit-linear-gradient(left, #7fbf5d, #29a745, #7fbf5d);
  background-image: -moz-linear-gradient(left, #7fbf5d, #29a745, #7fbf5d);
  background-image: -ms-linear-gradient(left, #7fbf5d, #29a745, #7fbf5d);
  background-image: -o-linear-gradient(left, #7fbf5d, #29a745, #7fbf5d);
  background-image: linear-gradient(left, #7fbf5d, #29a745, #7fbf5d);
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 18px;
}
.white-bg.s4s-section8 {
  padding: 0;
}
/* .s4s-section8 .light-blue-bg{
	background-color:#e4f4f2;
	height: 490px;
} */
.s4s-section8 .light-blue-bg {
  background-color: #eef9ef;
  height: calc(100% - 65px);
}
.light-blue-bg ul {
  padding: 0;
  margin: 20px auto;
  text-align: center;
  font-weight: bold;
  color: #024d38;
  font-size: 16px;
}
.light-blue-bg ul li {
  list-style-type: none;
  margin-bottom: 3px;
}
.light-blue-bg ul li a {
  color: #495057;
}
.light-blue-bg ul li a:hover {
  color: #19aa9e;
}
.light-blue-bg ul li sup {
  top: 0;
  font-size: 22px;
}
.white-bg.s4s-section4 .progress .progress-bar::after {
  content: none;
}
.white-bg.s4s-section4 .progress .progress-value {
  bottom: -12px;
  right: -37px;
  font-size: 11px;
}
.white-bg.s4s-section4 .progress .progress-title {
  bottom: -12px;
  left: -145px;
}
.white-bg.s4s-section4 .progress .progress-bar {
  border-radius: 15px;
}
.white-bg.s4s-section4 .progress {
  border-radius: 15px;
  margin: 20px 0 35px 145px;
  width: 65%;
}
.dashboard3 .white-bg.s4s-section5 ul {
  padding: 25px 0 0;
  margin: 0;
  font-weight: bold;
}
.dashboard3 .white-bg.s4s-section5 ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0;
  width: 23.7%;
  text-align: center;
}
.dashboard3 .white-bg.s4s-section5 ul li:last-child::after {
  content: none;
}
.dashboard3 .white-bg.s4s-section5 ul li.yellow-dots i {
  color: #d5bf44;
}
.dashboard3 .white-bg.s4s-section5 ul li.brown-dots i {
  color: #de6e32;
}
.dashboard3 .white-bg.s4s-section5 ul li.red-dots i {
  color: #ff515d;
}
.white-bg.s4s-section5 .gray-bg {
  padding: 8px;
}
.s4s-section5-progress .progress .progress-bar::after {
  content: none;
}
.s4s-section5-progress .progress {
  height: 35px;
  border-radius: 8px;
  margin: 10px 0 10px 100px;
  background-color: transparent;
}
.s4s-section5-progress .progress .progress-bar {
  border-radius: 8px;
}
.s4s-section5-progress .progress .progress-title {
  bottom: 0px;
  left: -90px;
}
.dashboard3 .s4s-section5-progress .progress h3 {
  font-size: 18px;
}
.white-bg.s4s-section5 .border .progress .progress-title {
  bottom: -12px;
  left: -152px;
  font-size: 12px;
}
.white-bg.s4s-section5 .border .progress {
  margin: 20px 15px 40px 155px;
}
.white-bg.s4s-section2 .progress .progress-title {
  bottom: -15px;
  left: -144px;
  font-size: 18px;
}
.blue-txt {
  color: #21939f;
}
.darkblue-txt {
  color: #0f3369;
}
p.brown-txt {
  color: #df591e !important;
}
p.blue-txt {
  color: #21939f !important;
}
p.darkblue-txt {
  color: #0f3369 !important;
}
.speaking-and-writing .infoBox .infoBox-description p {
  color: #181818;
}
.speaking-and-writing .infoBox .infoBox-description p strong {
  font-size: 22px;
  margin: 10px 0;
  display: inline-block;
}
.speaking-and-writing .infoBox .infoBox-description a {
  padding: 8px 50px !important;
  font-size: 14px !important;
  font-family: "Futura Std Medium" !important;
}
.s4s-brown-section a {
  background-color: #df591e !important;
}
.s4s-brown-section a:hover {
  background-color: #f87339 !important;
}
.s4s-blue-section a {
  background-color: #21939f !important;
}
.s4s-blue-section a:hover {
  background-color: #29b6c5 !important;
}
.s4s-darkblue-section a {
  background-color: #0f3369 !important;
}
.s4s-darkblue-section a:hover {
  background-color: #205fbe !important;
}
.speaking-and-writing .infoBox .infoBox-description h6 {
  font-size: 20px !important;
  font-family: "Futura Std Medium" !important;
}
.white-bg.s4s-speaking-and-writing {
  background-color: #fff;
}
.white-bg.s4s-speaking-and-writing h2 {
  font-family: "Futura Std Medium" !important;
  color: #181818;
  padding: 15px;
}
.s4s-speaking-and-writing a.light-green-border {
  border-color: #a3be5c;
  color: #a3be5c;
}
.s4s-speaking-and-writing a.light-green-border:hover {
  border-color: #a3be5c;
  color: #fff;
  background-color: #a3be5c;
}
.s4s-speaking-and-writing a.light-green-btn {
  background-color: #a3be5c;
  color: #fff;
}
.s4s-speaking-and-writing a.light-green-btn:hover {
  background-color: #fff;
  border-color: #a3be5c;
  color: #a3be5c;
}
.s4s-speaking-and-writing a {
  border: 3px solid #a3be5c;
  padding: 8px;
  position: relative;
  bottom: -30px;
  left: 12px;
  display: inline-block;
  width: 249px;
  text-align: center;
  margin-right: 16px;
  border-radius: 7px;
  color: #a3be5c;
  font-weight: bold;
}
.red-dots {
  color: #df591e;
}
.brown-dots {
  color: #dabb5b;
}
.green-dots {
  color: #a3be5c;
}
.yellow-dots {
  border-bottom: 10px solid #4d4c4d;
  position: relative;
  left: 8px;
}
.brown-dots {
  border-bottom: 10px solid #dabb5b;
  position: relative;
  left: 4px;
}
.red-dots {
  border-bottom: 10px solid #df591e;
}
.s4s-speaking-and-writing-exercise .s4s-brown-btn {
  border: 3px solid #de4d0d;
  color: #de4d0d;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  padding: 10px;
  font-weight: bold;
  margin-top: 12px;
}
.s4s-speaking-and-writing-exercise .fas.fa-circle {
  margin-top: 28px;
  border-bottom: 0;
  left: 0;
}
.s4s-speaking-and-writing-exercise h6 {
  font-weight: bold;
  font-size: 22px;
  padding: 12px 0 0;
}
.s4s-speaking-and-writing-exercise .s4s-brown-btn:hover {
  color: #fff;
  background-color: #de4d0d;
}
.s4s-speaking-and-writing-exercise p {
  color: #181818;
}
.white-bg.s4s-section8 p {
  font-size: 14px;
}
/**** ./ New Dashboard Css End ****/
.s4s-title {
  position: absolute;
  top: 26%;
  display: table;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}
.s4s-title h5 {
  font-size: 50px;
  font-family: "Akronim", cursive;
  color: #fff;
  margin: 0;
}
.s4s-title h6 {
  font-family: "Passion One", cursive;
  margin: 0;
  font-size: 33px;
  color: #fff;
  position: relative;
  left: 0;
  top: -11px;
  -webkit-text-stroke: 2px #375773;
}
canvas#cvs {
  width: 100%;
}
.alert-danger {
  color: #fff;
  background-color: #518d5c;
  border-color: #518d5c;
}
.alert-danger .fas.fa-exclamation-triangle {
  margin-right: 6px;
}
.alert {
  padding: 15px;
}
#photographs .progress .progress-bar::after {
  content: none;
}
#photographs .common-progress-code .progress .progress-left .progress-bar {
  left: 30px;
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
}
#photographs .progress .progress-value {
  bottom: -15px;
  right: -2px;
}
#photographs .common-progress-code .progress .progress-right .progress-bar {
  left: -102%;
}
/*** Scroll Css ***/
#toTopBtn {
  position: fixed;
  bottom: 8px;
  right: 4px;
  z-index: 98;
  padding: 21px;
  background-color: #a4d493;
  border-radius: 50px;
}
.js .cd-top--fade-out {
  opacity: 0.5;
}
.js .cd-top--is-visible {
  visibility: visible;
  opacity: 1;
}
.js .cd-top {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s, background-color 0.3s;
}
.cd-top {
  position: fixed;
  bottom: 20px;
  bottom: var(--cd-back-to-top-margin);
  right: 20px;
  right: var(--cd-back-to-top-margin);
  display: inline-block;
  height: 40px;
  height: var(--cd-back-to-top-size);
  width: 40px;
  width: var(--cd-back-to-top-size);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05) !important;
  background: url(https://res.cloudinary.com/dxfq3iotg/image/upload/v1571057658/cd-top-arrow.svg)
    no-repeat center 50%;
  background-color: hsla(5, 76%, 62%, 0.8);
  background-color: hsla(
    var(--cd-color-3-h),
    var(--cd-color-3-s),
    var(--cd-color-3-l),
    0.8
  );
}
/*** ./ Scroll Css ***/
.green-gradient-bg {
  background-image: -webkit-linear-gradient(left, #acd693, #09b39d, #acd693);
  background-image: -moz-linear-gradient(left, #acd693, #09b39d, #acd693);
  background-image: -ms-linear-gradient(left, #acd693, #09b39d, #acd693);
  background-image: -o-linear-gradient(left, #acd693, #09b39d, #acd693);
  background-image: linear-gradient(left, #acd693, #09b39d, #acd693);
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 18px;
  border-radius: 25px 25px 0 0;
}
.green-txt {
  color: #024d38;
}
.btn-success {
  color: #fff;
  background-color: #39c0a0;
  border: 3px solid #2fab89;
  border-radius: 10px;
  padding: 8px 30px;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border: 3px solid #a51f2c;
  border-radius: 10px;
  padding: 8px 30px;
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border: 3px solid #d8a60d;
  border-radius: 10px;
  padding: 8px 30px;
}
#bag-the-bag .commonBox p {
  padding: 10px 0px 0 20px;
}
.inner-pages table .infoBox {
  background-color: #fff;
  border-radius: 10px;
  margin: 50px 0;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.s4s-progress-bar .progress-bar {
  width: 100%;
  /* background: linear-gradient(90deg, #4d4c4d 33.3%, #dabb5b 33.3%, #dabb5b 66.6%, #df591e 66.6%); */
  border-radius: 0;
  padding: 0;
}
.progress.s4s-progress-bar .progress-bar::after {
  content: none;
}
.progress.s4s-progress-bar {
  background-color: transparent;
}
.weak-section .progress-bar,
.weak-section .progress-bar::after {
  background-color: #4d4c4d;
}
.average-section .progress-bar,
.average-section .progress-bar::after {
  background-color: #dabb5b;
}
/* .strong-section .progress-bar,.strong-section .progress-bar::after {background-color: #DF591E;} */
.strong-section .progress-bar,
.strong-section .progress-bar::after {
  background-color: #28a745;
}
.s4sdescribe-picturetxt {
  background-color: #074434;
  color: #fff;
  padding: 6px 15px;
  display: inline-block;
  border-radius: 5px;
  font-size: 14px;
  box-shadow: 0 1px 4px #0b372c;
  border: 0;
  font-weight: bold;
  cursor: pointer;
}
.s4sdescribe-picturetxt:hover {
  background-color: #9fd296;
}
.s4sdescribe-picturetxt a {
  color: #fff !important;
}
.s4sdescribe-picturetxt i {
  color: #fff !important;
}
/**** Faq Css Start ****/
.accordion_one .panel {
  background-color: transparent !important;
  box-shadow: none !important;
  border-bottom: 0px solid transparent !important;
  border-radius: 0 !important;
  margin: 0 !important;
}
.accordion_one .panel-default {
  border: 0;
}
.accordion_one .panel-default > .panel-heading {
  border-radius: 0px;
}
.accordion_one .panel .panel-heading a.collapsed {
  color: #999999;
  display: block;
  padding: 12px 30px;
  border-top: 0px;
}
.accordion_one .panel .panel-heading a {
  display: block;
  padding: 12px 30px;
  border: 0;
  color: #484748;
}
.accordion-wrap .panel .panel-heading a {
  font-size: 14px;
}
.accordion_one .panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 0;
  padding: 0 50px;
}
.accordion_one .panel-title:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  width: 12px;
  height: 12px;
  font-weight: 900;
  text-align: center;
  font-size: 12px;
  color: #0a5440;
  float: left;
  margin-left: 0;
  margin-top: 0;
  margin-right: 10px;
}
.accordion_one .panel-title.collapsed:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  width: 12px;
  height: 12px;
  font-weight: 400;
  text-align: center;
  font-size: 12px;
  color: #0a5440;
  float: left;
  margin-left: 0;
  margin-top: 0;
  margin-right: 10px;
}
.accordion_one #accordion .panel-body {
  padding: 0px 50px;
  background: transparent;
  color: #000;
  border-top: none;
}
.lightblue-gradient {
  background-color: #41a3de;
  border: 3px solid #3988b9;
  padding: 8px 30px;
  display: inline-block;
  border-radius: 10px;
  color: #fff;
}
.lightblue-gradient:hover {
  color: #fff;
  background-color: #3988b9;
}
/**** Faq Css End ****/
.ornage-txt {
  color: orange;
}
#email-your-trainer .s4s-speaking-and-writing a {
  bottom: 0;
}
.circle_percent {
  font-size: 100px;
  width: 100px;
  height: 100px;
  position: relative;
  background: #eee;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  margin: 20px auto 0;
}
.circle_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  clip: rect(0 1em 1em 0.5em);
}
.round_per {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  background: #049dff;
  clip: rect(0 1em 1em 0.5em);
  transform: rotate(180deg);
  transition: 1.05s;
}
.percent_more .circle_inner {
  clip: rect(0 0.5em 1em 0em);
}
.percent_more:after {
  position: absolute;
  left: 0.5em;
  top: 0em;
  right: 0;
  bottom: 0;
  background: #049dff;
  content: "";
}
.circle_inbox {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: #fff;
  z-index: 3;
  border-radius: 50%;
}
.percent_text {
  position: absolute;
  font-size: 25px;
  left: 50%;
  top: 50%; 
  transform: translate(-50%, -50%);
  z-index: 3;
}
#photographs .circle_percent {
  width: 70px;
  height: 70px;
  margin: -10px -12px;
  font-size: 74px;
}
#photographs .circle_inner {
  width: 70px;
  height: 70px;
}
#photographs .round_per {
  width: 70px;
  height: 70px;
}
#photographs .percent_text {
  font-size: 16px;
}
#photographs .percent_more::after {
  left: 32px;
  background: rgb(4, 157, 255);
}
.mytooltip.tooltip-effect-1 .tooltip-content {
  left: 322px;
  margin: 0;
  top: 28px;
  font-size: 10px;
  line-height: 22px;
  padding: 6px;
  width: 350px;
  background: #8bb883;
}
.mytooltip.tooltip-effect-1 .tooltip-content::after {
  border-width: 8px;
  margin-left: -10px;
  right: 15px;
  left: auto;
}
.mytooltip.tooltip-effect-1 .tooltip-content .tooltip-text {
  color: #0a5440 !important;
}
#photographs1 #contents .question11 table {
  width: 95% !important;
}
.scrallable {
  overflow-x: scroll;
  width: 200px;
}
.arrow li {
  background: url("/files/arrow.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2%;
  padding: 4px 40px !important;
}
.dot li {
  background: url("/files/dot.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1%;
  padding: 0 25px !important;
}
.video-exerciseListNav {
  padding: 0;
  margin: 20px 0;
}
.video-exerciseListNav li {
  list-style-type: none;
  display: inline-block;
  padding-right: 20px;
}
/*.whiteBox {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
}*/
.video-exerciseListNav li i {
  font-size: 25px;
  padding-right: 5px;
}
.video-exerciseListNav li span {
  position: relative;
  top: -3px;
}
.video-exerciseListNav li a {
  color: #484748;
}
.video-exerciseListNav li a:hover {
  color: #0a5440;
}
.green-circle i {
  color: #46b58e;
}
.yellow-circle i {
  color: #e8ac25;
}
.red-circle i {
  color: #b54646;
}
.video-exerciseBox {
  border: 1px solid #eee;
  margin-bottom: 20px;
}
.video-exerciseBox .headingBox .title {
  float: left;
}
.video-exerciseBox .headingBox .title h6 {
  font-size: 16px;
  margin: 0;
}
/* .video-exerciseBox .headingBox .title h6 a{
    color:#fff;
}
.video-exerciseBox .headingBox .title h6 a:hover{
    color:#0a5440;
} */
.video-green-title a {
  color: #46b58e;
}
.video-yellow-title a {
  color: #e8ac25;
}
.video-red-title a {
  color: #b54646;
}
.video-exerciseBox .headingBox {
  background-color: #e9ecef;
  padding: 10px;
}
.video-exerciseBox .headingBox .circleDesign {
  text-align: right;
}
.whiteBox {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
}
.tips-adviceBox {
  border: 1px solid #eee;
  padding: 20px 10px;
  text-align: center;
  font-size: 13px;
  height: calc(100% - 20px);
}
.tips-adviceBox a {
  color: #484748;
  display: inline-block;
  margin: 10px 0;
}
.tips-adviceBox a:hover {
  color: #0a5440;
}
.tips-adviceBox img {
  width: 90px;
  margin-bottom: 10px;
}
/*** 30-08-2022 Css Start ***/
#photographs .common-progress-code .col {
  -ms-flex-preferred-size: 0;
  flex-basis: inherit;
  -ms-flex-positive: 1;
  flex-grow: inherit;
  max-width: 100%;
  width: 20%;
}
/*** 30-08-2022 Css End ***/
/* .top-bar img{
	width: 115px;
} */
.form-control {
  font-size: 14px;
  padding: 1.13rem 0.75rem;
}
.scoredBox {
  border: 5px solid #e9eaea;
  margin: 30px 0 0;
  border-radius: 20px;
  background-color: #fff;
  padding: 30px 30px;
  min-height: 300px;
}
.scoredTxt {
  font-size: 80px;
  display: inline-block;
  font-weight: 600;
  line-height: 85px;
}
.scoredBox h6 {
  margin: 10px 0 0;
  padding: 0;
  font-size: 16px;
}
.scoredBox.green-bg {
  background-color: #f2fcf2;
  border-color: #6dd233;
}
.scoredBox.green-bg i {
  font-size: 45px;
}
.entryTxtIcon img {
  width: 80px;
  margin-right: 15px;
}
.scoredBox img {
  width: 120px;
}
.white-bg2 {
  background-color: #fff;
  padding: 25px;
  margin-top: 25px;
  border-radius: 10px;
}
.grayBox i {
  color: #d4d4d4;
  margin-right: 15px;
  float: left;
}
.greenBox i {
  color: #9fd296;
  margin-right: 15px;
  float: left;
}
.blueBtn {
  background-color: #fff;
  border: 2px solid #139fb2;
  color: #139fb2;
  margin: 10px 0;
  font-weight: 600;
  padding: 8px 25px;
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
}
.blueBtn:hover {
  background-color: #139fb2;
  color: #fff;
}
.grayBtn {
  background-color: #fff;
  border: 2px solid #949494;
  color: #949494;
  margin: 10px 0;
  font-weight: 600;
  padding: 8px 25px;
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
}
.grayBtn:hover {
  background-color: #949494;
  color: #fff;
}
.min-height {
  min-height: 60px;
}
.digitTxt {
  text-align: center;
  color: #eee;
  font-weight: 700;
  font-size: 100px;
}
.sideDesign {
  position: relative;
  left: 35px;
  top: 26px;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: #7cbb5c;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  border-radius: 0 4px 4px 4px;
  color: #fff;
  padding: 8px;
  font-weight: 600;
}
.custom-control-label::before {
  top: 4px;
}
.leftTxt {
  margin-left: -20px;
}
/* .leftTxt2 {
  margin-left: 50px;
} */
.selectInput {
  background-color: transparent;
  border: 2px dotted #868383;
  width: auto;
  padding: 5px;
  margin: 2px 5px;
  color: #746d6d;
  max-width: 320px;
}
/* .questionDivBox p {
  margin-top: 30px;
} */
.common-content .digitTxt {
  font-size: 75px;
}
.paragraphList li {
  list-style-type: none;
  padding-bottom: 20px;
}
.paragraphList {
  padding: 0 20px;
  margin: 0;
}
.powerBox a {
  color: #495057;
}
.powerBox a:hover {
  color: #0a5440;
}
.powerBox:hover i {
  border-color: #0a5440;
}
.powerBox i {
  border: 3px solid #495057;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  line-height: 26px;
}
.timeDiv {
  border: 2px solid #66b358;
  color: #84c35a;
  margin: 10px 0 0;
  padding: 1px 0;
  font-weight: bold;
  height: 55px;
}
.progress-bar-div {
  padding: 0;
  margin: 0;
  width: 100%;
}
.progress-bar-div:after {
  content: "";
  display: block;
  width: 98%;
  height: 8px;
  background: #f6f6f6;
  left: 0%;
  top: 0;
  position: relative;
  border-radius: 50px;
  margin: 0 auto;
  right: 0;
}
.progress-bar-div li i {
  position: relative;
  z-index: 9;
  font-size: 16px;
  color: #f6f6f6;
  display: table;
  margin: 0 auto;
  top: 39px;
  background-color: #f6f6f6;
  border-radius: 50px;
  width: 16px;
  height: 16px;
}
.progress-bar-div .previous-check i {
  color: #84c35a;
  line-height: 26px;
  font-size: 11px;
  width: 25px;
  height: 25px;
  top: 45px;
}
.progress-bar-div .active i {
  color: #84c35a;
}
.progress-bar-div .active span {
  color: #84c35a;
}
.progress-bar-div li {
  list-style-type: none;
  display: inline-block;
  padding: 4px;
  text-align: center;
  width: 20%;
}
.progress-bar-div li:first-child {
  text-align: left;
}
.progress-bar-div li:last-child {
  text-align: right;
}
.progress-bar-div li:first-child i {
  margin: 0;
}
.progress-bar-div li:last-child i {
  margin: 0 0 0 auto;
  width: 25px;
  height: 25px;
  top: 45px;
}
.progress-bar-div li span {
  position: relative;
  color: #c8cacb;
  top: -5px;
  font-weight: 600;
  display: table;
  width: 138px;
  font-size: 12px;
}
.progress-bar-div .active .circleDiv {
  background-color: #84c35a;
  width: 6px;
  height: 6px;
  display: table;
  position: absolute;
  border-radius: 50px;
  top: 115%;
  margin-left: 66px;
}

.test-page-header {
  padding-bottom: 15px;
}
.progress-bar-div .active:last-child .circleDiv {
  margin-left: 128px;
}
.progress-bar-div .active:first-child .circleDiv {
  margin-left: 5px;
}
.progress-bar-div li.active:last-child i {
  width: 16px !important;
  height: 16px !important;
  top: 39px !important;
}
.listeningList {
  padding: 0;
  margin: 0;
}
.listeningList li {
  list-style-type: none;
  padding-bottom: 10px;
}
.listeningList li i {
  font-size: 8px;
  color: #84c35a;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.listeningList li a {
  color: #495057;
}
.listeningList li a:hover {
  color: #84c35a;
}
.listeningDivContent .white-bg2 {
  margin-top: 0;
}
.top-bar img {
  position: relative;
  width: 150px;
}
.questionDivBox button {
  border: 0;
  padding: 0;
  margin: 25px;
}
.questionDivBox button:focus {
  outline: 0px dotted;
}
.questionDivBox .custom-control { 
  margin: 0 0 8px !important;
}
button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}
#menu3 li img {
  float: left;
  width: 18px;
  margin-right: 5px;
}
.gray-bg3 {
  background-color: #e5f5df;
}
.dashboard3 #training-overview .gray-bg3 {
  display: table;
  border-radius: 50px;
  padding: 8px 15px;
  margin: 12px 0 0;
  line-height: 28px;
}

.dashboard3 #training-overview img {
  float: left;
  width: 30px;
  margin-right: 10px;
}
.dashboard3 #training-overview .gray-bg3 {
  color: #66b358;
}
.powerBox img {
  float: left;
  width: 12px;
  margin-right: 4px !important;
  margin-top: 6px;
}
.white-bg {
  background-color: #fff;
  padding: 10px;
}
#records-div img {
  position: absolute;
  left: -23px;
}
#records-div .scoredTxt {
  font-size: 45px;
  display: table;
  font-weight: 600;
  margin: 0 auto;
}
#records-div .scoredBox p {
  margin: 0;
}
#records-div .scoredBox {
  border-radius: 20px;
  background-color: #fff;
  padding: 30px 30px;
  box-shadow: -3px -2px 15px rgba(0, 0, 0, 0.1);
  width: 90%;
  margin: 0 auto;
  min-height: initial;
  border: 0; 
}
#records-div .scoredBox .gray-btn {
  background-color: #d5d5d5;
  color: #fff;
  padding: 8px 25px;
  display: inline-block;
  border-radius: 50px;
  font-size: 16px;
  border: 0;
  font-weight: bold;
  margin: 0 auto;
}
.scoredBox.gray-score-box .scoredTxt {
  color: #d5d5d5;
}
.scoredBox.gray-score-box p {
  color: #9e9797;
}
#mock-test-records .scoredTxt {
  font-size: 45px;
  display: table;
  font-weight: 600;
  margin: 0 auto;
}
#mock-test-records .scoredBox p {
  margin: 0;
}
#mock-test-records .scoredBox {
  border-radius: 20px;
  background-color: #fff;
  padding: 10px 30px;
  box-shadow: -3px -2px 15px rgba(0, 0, 0, 0.1);
  width: 90%;
  margin: 0 auto;
  min-height: initial;
  border: 0;
}
.inner-pages #mock-test-records .green-btn {
  padding: 8px 45px;
  display: table;
  margin: 1.5rem auto;
}
.text-comprehension-step2 {
  padding: 0 12px;
}
.text-comprehension-step2 ul li span {
  left: 0 !important;
}
.text-comprehension-step1 {
  padding: 0 12px;
}
.text-comprehension-step1 ul li span {
  left: 0 !important;
}
.text-comprehension-step3 ul li span {
  left: 0 !important;
}
.text-comprehension-step3 {
  padding: 0 12px;
}
.inner-pages .scoredBox .green-btn {
  display: table;
  margin: 0 auto;
}
.TestDescriptionBox .listeningDiv h4 {
  margin-bottom: 30px;
}
.TestDescriptionBox .mt-5 {
  margin-top: 15px !important;
}
.listeningDivContent p {
  text-align: center;
}
.TestDescriptionBox .pt-5 {
  padding-top: 0rem !important;
}
.conversation-cross i {
  position: absolute;
  font-size: 30px;
  margin-left: -40px;
  margin-top: 10px;
}
.questionDivBox .red-color {
  color: #dd1919;
}
.questionDivBox .green-color {
  color: #1ab01a;
}
.questionDivBox .conversation-cross p {
  position: relative;
  left: 30px;
  font-size: 14px;
  width: 90%;
}
.custom-control.custom-radio.conversation-wrong {
  background-color: #fef0f0;
  border-radius: 50px;
  padding: 5px 32px;
}
.custom-control.custom-radio.conversation-wrong .custom-control-label {
  font-weight: bold;
  color: #dd1919;
}
.custom-control.custom-radio.conversation-wrong .custom-control-label::before {
  content: "\f00d";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  margin-top: -2px;
  background-color: #dd1919;
  border: 0;
  top: 2px;
  color: #fff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
}
.custom-control.custom-radio.conversation-right .custom-control-label::before {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  margin-top: -2px;
  background-color: #1ab01a;
  border: 0;
  top: 2px;
  color: #fff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
}
.custom-control.custom-radio.conversation-right {
  background-color: #eaf6e4;
  border-radius: 50px;
  padding: 5px 32px;
}
.custom-control.custom-radio.conversation-right .custom-control-label {
  font-weight: bold;
  color: #1ab01a;
}
.conversation-check i {
  position: absolute;
  font-size: 30px;
  margin-left: -40px;
  margin-top: -2px;
}
.questionDivBox .conversation-check p {
  position: relative;
  left: 40px;
  font-size: 14px;
}
.test-page-header .top-bar {
  padding-bottom: 15px !important;
}
#entry-test .weak-section .progress-bar,
#entry-test .weak-section .progress-bar::after {
  background-color: #4d4c4d !important;
}
.greenBtn {
  background-color: #fff;
  border: 2px solid #acd693;
  color: #acd693;
  margin: 10px 0;
  font-weight: 600;
  padding: 8px 25px;
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
}
.greenBtn:hover {
  background-color: #acd693;
  border: 2px solid #acd693;
  color: #fff;
}
#textCompletions1 .commonBox ul {
  padding: 0;
  margin: 0;
}
#textCompletions1 .commonBox ul li {
  list-style-type: none;
  font-size: 16px;
}
.green_icon {
  background-color: #eaf6e4;
  color: #66b358;
  display: inline-block;
  padding: 1px 20px;
}
.red_icon {
  background-color: #fbe9e9;
  color: #dd1919;
  display: inline-block;
  padding: 1px 20px;
}
.scoreLevel ul {
  padding: 0;
  margin: 50px 0;
  text-align: center;
}
.scoreLevel ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0 20px 10px;
  font-size: 20px;
  color: #999;
}
.scoreLevel ul::after {
  content: "";
  display: block;
  width: 70%;
  height: 8px;
  background: #f6f6f6;
  left: 0%;
  top: 0;
  position: relative;
  border-radius: 50px;
  margin: 0 auto;
  right: 0;
}
.scoreLevel ul li.active span {
  background-color: #e5f5df;
  color: #70b765;
  width: 90px;
  height: 90px;
  display: inline-block;
  font-size: 55px;
  line-height: 90px;
  font-weight: 700;
  border-radius: 50px;
}
.scoreLevel ul li.active i {
  position: relative;
  display: table;
  margin: 0px auto -15px;
  top: 10px;
  z-index: 9;
  color: #7ec557;
}

.english-excerisesListNav {
  padding: 0 !important;
  margin: 0 0 0 auto !important;
  display: table;
}
.english-excerisesListNav li {
  list-style-type: none;
  display: inline-block;
  padding-right: 20px;
}
.english-excerisesListNav li i {
  font-size: 25px;
  padding-right: 5px;
}
.english-excerisesListNav li span {
  position: relative;
  top: -3px;
  font-weight: 400 !important;
  color: #0a5440 !important;
}
.english-excerisesListNav li a {
  color: #484748;
}
.english-excerisesListNav li a:hover {
  color: #0a5440;
}
.text-comprehension-step1 ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.border-radius {
  border-radius: 25px;
}
.whitediv {
  background-color: #fff;
  padding-bottom: 20px;
}
.green-title {
  background-color: #66b358 !important;
  border-radius: 0;
  text-transform: capitalize;
  color: #fff;
  margin: 0;
  font-size: 20px !important;
  padding: 12px 20px;
}
.light-bg-div {
  background-color: #f2f7fa;
  border-radius: 20px;
  padding: 0 20px;
}
.greenTxt {
  color: #66b358;
}
.border-btn {
  border: 2px solid #000;
  color: #000;
  padding: 10px 55px;
  display: table;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
}
.green-border-btn {
  border-color: #9ed365;
  color: #9ed365 !important;
}
.blue-border-btn {
  border-color: #0083ac;
  color: #0083ac !important;
}
.purple-border-btn {
  border-color: #8072b9;
  color: #8072b9 !important;
}

.light-blue-border-btn {
  border-color: #41c1ad;
  color: #41c1ad !important;
}

.green-border-btn:hover {
  background-color: #9ed365;
  color: #fff !important;
}
.blue-border-btn:hover {
  background-color: #0083ac;
  color: #fff !important;
}
.purple-border-btn:hover {
  background-color: #8072b9;
  color: #fff !important;
}

.light-blue-border-btn:hover {
  background-color: #41c1ad;
  color: #fff !important;
}
.white-bg.border-radius img {
  margin-bottom: 20px;
}

.playDiv img {
  float: left;
  width: 40px;
  position: relative;
  top: -10px;
  margin-right: 10px;
}
.playDiv {
  background-color: #fff0c6;
  padding: 20px;
  border-radius: 50px;
}
.reading-aloud-divBox {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 20px;
  margin: 30px 0;
}
.playDiv span {
  font-weight: 700;
  color: #da8621;
}
.reading-aloud-divBox .timeDiv p {
  display: inline-block;
  margin: 10px auto;
  width: 100%;
}

.reading-aloud-divBox p {
  display: table;
  margin: 10px auto 0;
  width: 82%;
}
.reading-aloud-div {
  padding-top: 40px;
}
.reading-aloudBox .sideDesign {
  left: 36px;
  top: 36px;
  width: 70px;
  height: 70px;
  padding: 8px 10px;
  font-size: 19px;
}
.reading-aloudBox img {
  position: relative;
  top: 18px;
  width: 65px;
}
.light-blueTxt {
  color: #41c1ad;
}
.light-blueTxt:hover {
  color: #37a896;
}
.reading-aloudBox .green-btn {
  display: table;
  margin: 25px 0 0 auto;
}
.reading-aloudBox a strong {
  top: 15px;
  position: relative;
}
.reading-aloud-div-gray-Box .sideDesign {
  background-color: #b3b3b3;
}
.light-grayTxt {
  color: #b3b3b3;
}
.light-grayTxt:hover {
  color: #dbd3d3;
}
.reading-aloudBox {
  padding: 5px;
}
.red-txt-top-title img {
  float: left;
  width: 30px;
  margin-right: 10px;
}
.red-txt-top-title p span {
  font-weight: bold;
  color: #495057;
}
.mic-Div img {
  float: left;
  margin-right: 30px;
  position: relative;
  top: 0px;
  width: auto;
  cursor: pointer;
  z-index: 9;
}
.micTxt {
  position: relative;
  top: 25px;
}
.playDiv2 i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #ea7c3d;
  margin-left: 20px;
}
.orange-bg-Div {
  background-color: #fff6df;
  border-radius: 70px;
  padding: 40px;
}
.orange-bg-Div p {
  color: #ea7c3d;
  font-weight: 700;
}

.accordion .card-header:after {
  font-family: "FontAwesome";
  content: "\f04b";
  float: left;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  left: 30px;
  top: 12px;
  font-size: 20px;
  color: #fff;
}
.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f04b";
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  left: 30px;
  top: 12px;
  font-size: 20px;
  color: #fff;
}
.learning-information .card-title {
  background: linear-gradient(to right, #28a745, #11b59d);
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
}
.learning-information .card-title {
  color: #fff !important;
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
}
.learning-information .card-title img {
  width: 25px;
  position: relative;
  top: -2px;
  margin-right: 10px;
  margin-left: 25px;
}
.learning-information .accordion > .card .card-header {
  margin-bottom: 0;
}
.learning-information .card-header:first-child {
  border-radius: 0;
}
.learning-information .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 0px solid rgba(0, 0, 0, 0.125);
  display: inline-block;
}
.learning-information .card {
  background-color: transparent;
  border: 0px solid rgba(0, 0, 0, 0.125);
  padding-bottom: 10px;
}
.learning-information .card-body {
  padding: 2rem 3.25rem;
  background-color: #f0fef4;
  border-radius: 50px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  width: 99%;
  margin: 10px auto 0;
}
.carousel-inner {
  width: 90%;
  margin: 0 auto;
}
.carousel-control-prev-icon {
  background-image: none;
}
.carousel-control-next-icon {
  background-image: none;
}
.carousel-control-next,
.carousel-control-prev {
  color: #66b358;
  font-size: 35px;
  opacity: 1;
  width: 0;
}
/* .carousel-control-next-icon:hover, .carousel-control-prev-icon:hover,
.carousel-control-next-icon:focus, .carousel-control-prev-icon:focus{
	background-color:#66b358;
} */
.carousel-control-next:hover,
.carousel-control-prev:hover {
  color: #66b358;
  opacity: 1;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #66b358;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  border: 1px solid #66b358;
  line-height: 45px;
}
#carouselExampleIndicators ul {
  padding: 0;
  margin: 0;
}
#carouselExampleIndicators ul li {
  list-style-type: none;
  padding-bottom: 10px;
}
.color4 {
  color: #b2b3b2;
}
.color1 {
  color: #00ae8c;
}
.color2 {
  color: #1da739;
}
.color3 {
  color: #18987f;
}
.read-txt-aloud-audio {
  background-color: #fff;
  padding:0;
  display: inline-block;
  margin-top:20px;
}
.read-txt-aloud-audio audio {
  border-radius: 50px;
}
.tutor-bg-div {
  background-color: #000;
  display: inline-block;
  padding: 13px 20px;
  border-radius: 50px;
  width: 100%;
}
.tutor-bg-green {
  background-color: #e5f5df;
  color: #66b358 !important;
}
.tutor-bg-orange {
  background-color: #ffefe0;
  color: #da791e !important;
}
.tutor-bg-gray {
  background-color: #f1f1f1;
  color: #858585 !important;
}
.tutor-div-section .green-btn {
  padding: 10px 50px;
  margin:0;
}

.orangeTxt {
  color: #ea7c3d !important;
  font-weight: 400 !important;
}
.blackTxt {
  color: #495057 !important;
}
.written-textarea .form-control {
  border: 3px solid #a1cd8e;
  border-radius: 0;
  font-weight: 700;
}
.written-textarea .form-control::placeholder {
  color: #71ba3e;
  opacity: 1;
}
.written-textarea .form-control:focus {
  background-color: #fff;
  border-color: #a1cd8e;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
.written-textarea strong {
  background-color: #f5f5f5;
  display: table; 
  margin: 10px 0 10px auto;
  padding: 4px 30px;
  color: #747474;
}
.reading-aloudBox ul {
  padding: 0;
  margin: 0 0 15px;
}
.reading-aloudBox ul li {
  list-style-type: none;
  margin-bottom: 5px;
  font-size: 16px;
  font-family: Arial, sans-serif;
}
.response-green-bg-div {
  background-color: #e5f7e6;
  border-radius: 30px;
  padding: 40px;
}
.response-green-bg img {
  float: left;
  width: 40px;
  position: relative;
  top: -8px;
  margin-right: 10px;
}
.response-green-bg {
	background-color: #e5f7e6;
	padding: 18px 106px 15px 25px;
	border-radius: 50px;
	display: inline-block;
	height: 55px;
}

.response-green-bg span {
  font-weight: 700;
  color: #23a01f;
}
.response-green-bg-div .greenTxt {
  color: #23a01f;
}
.response-green-bg i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #23a01f;
  margin-left: 20px;
}
.writing-results-notes li {
  list-style-type: none;
  margin-bottom: 5px;
  font-size: 16px;
  font-family: Arial, sans-serif;
}
.writing-results-notes li strong {
  color: #ea741f;
}
.writing-results-notes {
  padding: 0;
  margin: 0 0 20px;
  color: #ec8f62;
}
.border-green-btn {
  border: 2px solid #66b358;
  color: #66b358;
  padding: 12px 35px;
  display: inline-block;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  margin: 10px;
  background-color: transparent;
}
.border-green-btn:hover {
  background-color: #66b358;
  color: #fff;
}
.warm-up-notes {
  margin: 40px 0 !important;
}
.reading-aloudBox .warm-up-notes li {
  list-style-type: disc;
}
#entry-test .commonBox form {
  padding: 0 15px;
}
#test-simulator-results
  .commonBox2
  .content
  #accordion
  .panel-body
  table
  tr
  td
  .view-result {
  text-decoration: underline;
  color: #484748;
}
.modal-body ul li {
  margin-bottom: 5px;
}
.modal-body ul {
  padding: 0;
  margin: 5px 0;
  list-style-type: none;
}
.questionDivBox .border {
  padding: 5px !important;
  margin: 5px 0;
}
.tutor-review a {
  display: table;
  margin: 20px 0;
  padding: 10px 35px;
}
.accordion-bg1 {
  background-color: #c2c2c2;
  color: #295a39;
}
.accordion-bg2 {
  background-color: #a396cb;
  color: #295a39;
}
.accordion-bg3 {
  background-color: #e2e2e2;
  color: #295a39;
}
.accordion-bg4 {
  background-color: #9fd296;
  color: #295a39;
}

.accordion-bg5 {
  background-color: #87d6c8;
  color: #295a39;
}
.mock-test-results-section #accordion .panel-title {
  border-radius: 50px;
}

.mock-test-results-section #accordion .panel-title a::before,
.mock-test-results-section #accordion .panel-title a.collapsed::before {
  content: none;
}
.mock-test-results-section #accordion .panel-title a {
  text-transform: inherit;
  font-size: 18px !important;
}
.mock-test-results-section .response-green-bg span {
  font-size: 18px;
}

.mock-test-results-section .border-green-btn {
  padding: 10px 35px;
}
.light-gray-bg {
  background-color: #f5f3f3;
  border-radius: 20px !important;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
}

.tutor-review-list th {
  background: #c7c7c7;
  vertical-align: middle;
}
.tutor-review-list .progress .progress-bar::after {
	right: -20px;
}
.tutor-review-list th:first-child {
  border-radius: 20px 0 0 0 !important;
}
.tutor-review-list th:last-child {
  border-radius: 0 20px 0 0 !important;
}
.tutor-review-list .progress .progress-title {
  color: #495057;
  left: -175px;
  font-size: 12px !important;
  width: 13%;
  top: -6px; 
}
.tutor-review-list .progress {
	background: #fff !important;
	margin: 20px 0 0px 0!important;
	width: 92.6%;
	height: 8px !important;
	border-radius: 15px !important;
}
.tutor-review-list .progress .progress-title {
  color: #495057;
}
.tutor-review-list .weak-section .progress-bar,
.tutor-review-list .weak-section .progress-bar::after {
  background-color: #c7c7c7;
}
.commonBox .tutor-review-list table td,
.commonBox .tutor-review-list table th {
  padding: 12px 0;
}
.commonBox .tutor-review-list table th:first-child{
	width:14%!important;
}
.commonBox .tutor-review-list table th{
	width: 7%!important;
}
.tutor-review .tutor-bg-div {
  width: auto;
}
 
.light-blue-bg {
  background-color: #f1f8f9;
  border-radius: 20px !important;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
}
.commonBox .light-blue-bg .tutor-review-list table th:first-child{
	width:14%!important;
}
.commonBox .light-blue-bg .tutor-review-list table th{
	width: 7%!important;
}
.light-blue-bg .tutor-review-list th {
  background: #81c05e;
  vertical-align: middle;
}
.light-blue-bg .tutor-review-list th:first-child {
  border-radius: 20px 0 0 0 !important;
}
.light-blue-bg .tutor-review-list th:last-child {
  border-radius: 0 20px 0 0 !important;
}
.light-blue-bg .tutor-review-list .progress .progress-title {
  color: #495057;
  left: -175px;
  font-size: 12px !important;
  width: 13%;
  top: -6px;
} 
.light-blue-bg .tutor-review-list .progress {
	background: #fff; 
	margin: 20px 0 0px 0 !important;
	width: 92.6%;
}
.tutor-review-list table td strong {
	width: 89%;
	margin-left: 10px;
	display: inline-block;
	font-size: 12px;
	position: relative;
	top: 12px;
}
.tutor-review-list table th span{
	margin-left: 10px;
	display: inline-block;
}
.light-blue-bg .tutor-review-list .progress .progress-title {
  color: #495057;
}
.light-blue-bg .tutor-review-list .weak-section .progress-bar,
.light-blue-bg .tutor-review-list .weak-section .progress-bar::after {
  background-color: #81c05e;
}
.commonBox .light-blue-bg .tutor-review-list table td,
.commonBox .light-blue-bg .tutor-review-list table th {
  padding: 12px 0;
}
.light-greyTxt {
  color: #dee2e6;
}
.light-blue-bg .progress-bar.weak-section {
  background-color: #e5f7e6 !important;
}

#accordion .response-green-bg {
  padding: 15px 30px;
  display: inline-block;
  height: 54px;
  margin-bottom: 18px;
}
/* .start-recording{
	overflow:hidden;
} */
#two-btn-div .pr-0 {
  padding-right: 0 !important;
  text-align: right;
}
#two-btn-div .pl-0 {
  padding-left: 0 !important;
}
.sky-border-btn {
  border-color: #4cc7b3;
  color: #4cc7b3 !important;
  padding: 12px 20px;
  font-size: 13px;
}
.sky-border-btn:hover {
  background-color: #4cc7b3;
  color: #fff !important;
}
#accordion .card {
  border: 0;
}
.brown-accordion .card-header::after {
  color: #ea7c3d;
  top: 12px;
  margin-left: -60px;
  left: auto;
}
.brown-accordion .card-header.collapsed::after {
  color: #ea7c3d;
  top: 12px;
  margin-left: -60px;
  left: auto;
}
.brown-accordion .card-header {
  padding: 0;
  background-color: transparent;
  border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}
.brown-accordion > .card {
  overflow: inherit;
}
.brown-accordion .card-body {
  padding: 25px 0;
}
.playDiv2 img {
  float: left;
  width: 40px;
  position: relative;
  top: -8px;
  margin-right: 10px;
}
.playDiv2 {
  background-color: #fff6df;
  padding: 15px 81px 15px 25px;
  border-radius: 50px;
  display: inline-block;
  height: 55px;
}

.playDiv2 span {
  font-weight: 700;
  color: #ea7c3d;
}
.content {
  padding: 15px;
}
.questionDivBox {
  padding-top: 15px;
}
.speaking-writing-progressbar .progress-bar-div li {
  width: 16.6%;
}
.speaking-writing-progressbar .progress-bar-div .active .circleDiv {
  /* top: 90%; */
  margin-left: 54px;
}
.speaking-writing-progressbar .progress-bar-div .active:last-child .circleDiv {
  margin-left: 104px;
}
.speaking-writing-progressbar .progress-bar-div .active:first-child .circleDiv {
  margin-left: 5px;
}
.accordion-arrow {
  position: absolute !important;
  width: 20px !important;
  margin: 2px 30px;
  top: auto !important;
}
.accordion-arrow2 {
  position: absolute !important;
  width: 20px !important;
  margin: 10px 0 0!import;
  top: 35px !important;
  left: 15px;
}
#contents .commonBox .rwd-tables .green-btn {
  padding: 4px 10px;
  font-size: 14px;
  margin: 0 0 2px 0;
}
#double_passage_question1 table {
  display: block;
  width: 100%;
  overflow-x: auto;
}
audio#warmUpAudio {
  display: none;
}
.audio-player-block {
  display: block;
}
.warm-logo img {
  width: 200px;
}
.reading-aloudBox .light-blueTxt {
  position: relative;
  top: 12px;
}
.reading-aloudBox .light-greyTxt {
  position: relative;
  top: 12px;
}
.top-title ul {
  margin: 5px 0;
  padding: 0 18px;
  font-size: 16px;
}
#mockTestTable tr th,
#mockTestTable tr td {
  padding: 10px !important;
  vertical-align: middle;
  border: 1px solid #fff !important;
  text-align: center;
}
#mockTestTable tr .table-dark-green-bg {
  background-color: #0e7864;
}
#mockTestTable tr .light-green-bg {
  background-color: #70ad47 !important;
}
#mockTestTable {
  background-color: #e2efd9;
}
#mockTestTable .light-green-txt {
  color: #70ad47;
} 
.btn.green-btn.start { 
	padding:7px 10px;
	font-size: 11px;
}
.btn.green-btn.stop { 
	padding:7px 10px;
	font-size: 11px;
}
#contents .commonBox .rwd-tables .wrong {
	border-bottom: 1px solid #e3dede !important;
} 
#contents .commonBox .rwd-tables .right {
	border-bottom: 1px solid #e3dede !important;
}
#contents .commonBox .rwd-tables table td{
	padding: 20px;
}
.response_play_audio1 {
  background-color: transparent;
  margin: 15px 10px !important;
} 
.gap-fill-text-content p{
	text-align:justify;
} 
.progress-bar22 {
  width: 360px;
  margin: auto;
}
.progress-bar223 {
  width: 350px;
  margin: auto;
}
.let-learn-english-title h6 {
  margin-bottom: 15px;
}
.light-bg-div img {
  padding: 0!important;
  margin: 0!important
} 
.list-icon-img img{
	float: left;
	width: 18px;
	margin-right: 7px;
} 
.powerBoxSwMockTest img {
	float: left;
	width: 12px;
	margin-right: 4px !important;
	margin-top: 6px;
}
.green-btn.waves-effect.waves-light {
	background-color: #949494; 
	border-color:#949494;
	margin-right: 10px;
}
#submit_button{
	background-color: #66b358;
	border-color:#66b358;
	margin-right:0px; 
}
.tutor-div-section button.gray-btn {
	background-color: #d5d5d5;
	color: #fff;
	padding: 10px 50px;
	display: inline-block;
	border-radius: 50px;
	font-size: 16px;
	border: 0;
	font-weight: bold; 
	margin: 0;
	border: 2px solid #d5d5d5;
}
.tutor-div-section button.gray-btn {
  background-color:#c2bcbc;
}
.exercise-progressbar { 
	width: 18%;
	margin: 0 0 0 auto;
}
#writing_email_question li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  word-wrap: break-word;
} 
.reading-aloudBox.warm-up-exercise ul li{ 
	list-style-type: disc;
}


.grey-number {
	position: relative;
	transform: translate(-50%, -50%);
	background-color: #949494;
	clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
	border-radius: 0 4px 4px 4px;
	color: #fff;
	font-weight: 600;
	left: 36px;
	top: 36px;
	width: 70px;
	height: 70px;
	padding: 8px 10px;
	font-size: 19px;
}
#responseToEmailExampleImage {
  margin-left: 48px;
}
.orange-text-email-response h6{
	color:#ea7c3d;
}
.orange-text-email-response ul li{
	color:#ea7c3d;
	list-style-type: disc;
}
.orange-text-email-response ul{
	padding:0 15px 15px;
}
.response-green-bg-div p {
  color: #23a01f;
}
.btn.btn-success.btn-cons{
	background-color: #66b358;
	color: #fff;
	padding: 10px 35px;
	display: inline-block;
	border-radius: 50px;
	font-size: 16px;
	border: 0;
	font-weight: bold;
	margin: 0 0 15px;
	border: 2px solid #66b358;
}
#recordButton {
  float: left;
}
#stopButton{
	float: left;
}
.text-justify{
    text-align:justify;
}
.orange-bg-Div .read-txt-aloud-audio {
  background-color: #fff6df;
}
.mic-Div p{
	text-align: inherit!important;
} 

#test-correctly-table .dark-green-bg {
	background-color: #0e7864!important;
	color: #fff !important;
}
#test-correctly-table .light-green-bg {
	background-color:#70ad47!important;
}
#test-correctly-table th{
	text-align:center;
	color:#fff;
	text-transform: inherit;
	font-size: 15px;
	border-radius: 0!important;
	border:1px solid #fcfffa !important;
}
#test-correctly-table{
	background-color:#e2efd9;
	border-color:#75ba47!important;
	border-left-color: transparent !important;
	border-radius: 0!important;
	text-align:center;
	margin-top: 25px;
}
#test-correctly-table td{
	border:1px solid #fcfffa !important;
	border-radius: 0!important;
	color:#000!important;
	text-align: center;
}
#test-correctly-table .table-white-bg{
	background-color:#fff;
}
#test-correctly-table .text-green{
	color:#0e7864!important;
}
.tutor-bg-grey {
  background-color: #e9ecef; 
  color: #8c959f !important;
}
.brownTxt {
  color: #E97132;
}
.dark-greenTxt {
  color: #0C8479;
}
#collapseOne ul li {
	list-style-type: disc!important;
	font-size: 16px !important;
	display: list-item !important;
	padding: 3px !important;
	margin: 0 !important;
}
#collapseOne ul{
	padding-left:35px !important
}
#collapseOne ol li{
	font-size: 16px !important;
}
#collapseTwo ul li {
	list-style-type: disc!important;
	font-size: 16px !important;
	display: list-item !important;
	padding: 3px !important;
	margin: 0 !important;
}
#collapseTwo ul{
	padding-left:35px !important
}
#mock-test-records {
  margin-bottom: 25px;
} 
.commonBox.result_show .btn.btn-sm.green-btn.core-skill-exercise{
	margin: 0 5px 0;
}
.commonBox.result_show .green-btn{
	margin: 0 5px 0;
}  