body, html {
  font-family: "Open Sans", sans-serif;
}

.transition3, .wrap-name, .forget-p a, .input-hint a, .copyright-p a, .footer-social ul li a, .logout-btn .logout-a, .check-btn .check-a {
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
}

.parag {
  font-size: 16px;
  color: #8F8F8F;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
}

.heading {
  font-size: 26px;
  color: #3B2313;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}

.devo-ul ul {
  margin: unset;
  padding: unset;
  list-style: none;
}

.devo-wrap {
  margin: unset;
}

.wrap-name {
  border-radius: 3px;
  padding: 10px;
  text-align: center;
  min-width: 140px;
  font-size: 15px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
}
.wrap-name:hover {
  text-decoration: unset;
}

.mini-btn {
  min-width: 100px;
  font-size: 14px;
}

button.wrap-name {
  line-height: 17px;
  padding: 15px;
  cursor: pointer;
}
button.wrap-name:focus {
  outline: unset;
}

.yellow-btn {
  color: #FFFFFF;
  background-color: #FFA400;
  border: 1px solid #FFA400;
  box-shadow: 0px 5px 12px 2px rgba(255, 164, 0, 0.48);
}
.yellow-btn:hover {
  box-shadow: unset;
  background-color: transparent;
  color: #FFA400;
}

.brown-btn {
  color: #FFFFFF;
  background-color: #3B2313;
  border: 1px solid #3B2313;
  box-shadow: 0px 5px 12px 2px rgba(59, 35, 19, 0.25);
}
.brown-btn:hover {
  box-shadow: unset;
  background-color: transparent;
  color: #3B2313;
}

.full-btn {
  width: 100%;
}

body {
  background-image: url(../img/body-bg.svg);
  background-repeat: repeat;
  background-position: center center;
}

.pd-30 {
  padding: 30px 0;
}

.pd-50 {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .pd-50 {
    padding: 40px 0;
  }
}

.devo-header {
  padding: 20px 0;
}

.logo-box {
  text-align: center;
}

.main-content {
  min-height: calc(100vh - 188px);
}

.form-heading {
  text-align: center;
  max-width: 465px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
.form-heading .form-h {
  margin-bottom: 10px;
  text-transform: capitalize;
}

.form-box {
  min-height: calc(100vh - 248px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-group {
  margin-bottom: 22px;
}

.input-box {
  position: relative;
  margin-bottom: 8px;
}
.input-box .devo-input {
  padding: 0 15px 0 45px;
}
.input-box::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 700;
  color: #B7B7B7;
}
.input-box:focus-within::after {
  color: #FFA400;
}
.input-box .toggle-password {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #B7B7B7;
  cursor: pointer;
  right: 15px;
}

.email-box::after {
  content: '\f0e0';
}

.password-box .devo-input {
  padding: 0 45px;
}
.password-box::after {
  content: '\f023';
}

.devo-label {
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}

.devo-input {
  background-color: #ECEBEA;
  height: 48px;
  border-radius: 3px;
  width: 100%;
  padding: 0 15px;
  border: 1px solid transparent;
  font-size: 15px;
  color: #8F8F8F;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
}
.devo-input:focus {
  outline: unset;
  border-color: #FFA400;
  background-color: transparent;
}

.forget-p {
  text-align: right;
  font-size: 14px;
}
.forget-p a {
  color: #8F8F8F;
}
.forget-p a:hover {
  text-decoration: unset;
  color: #FFA400;
}

.input-hint {
  font-size: 14px;
  color: #3B2313;
}
.input-hint a {
  font-weight: bold;
  text-decoration: underline;
  color: #3B2313;
  font-family: "Poppins", sans-serif;
}
.input-hint a:hover {
  color: #FFA400;
}

.devo-checkbox .pretty .state label {
  font-size: 14px;
  color: #3B2313;
}
.devo-checkbox .pretty .state label::after, .devo-checkbox .pretty .state label::before {
  width: 15px;
  height: 15px;
  top: 1px;
}
.devo-checkbox .pretty .state label::before {
  border-color: #3B2313;
}
.devo-checkbox .pretty.p-icon .state .icon {
  color: #3B2313;
  font-size: 11px;
  top: 1px;
  left: 1px;
}

.btn-box {
  margin-top: 15px;
}

@media (max-width: 992px) {
  .main-content {
    min-height: calc(100vh - 205px);
  }

  .form-box {
    min-height: calc(100vh - 265px);
  }
}
@media (max-width: 767px) {
  .main-content {
    min-height: calc(100vh - 216px);
  }

  .form-box {
    min-height: calc(100vh - 276px);
  }
}
@media (max-width: 405px) {
  .main-content {
    min-height: calc(100vh - 237px);
  }

  .form-box {
    min-height: calc(100vh - 297px);
  }
}
.devo-footer {
  padding: 15px 0;
}

.copyright-p {
  font-weight: normal;
  font-size: 14px;
  margin: 0;
}
.copyright-p a {
  color: #3B2313;
}
.copyright-p a:hover {
  text-decoration: unset;
  color: #FFA400;
}

.footer-social {
  text-align: right;
}
.footer-social ul li {
  margin-right: 15px;
  display: inline-block;
}
.footer-social ul li a {
  color: #3B2313;
  font-size: 18px;
}
.footer-social ul li a:hover {
  text-decoration: unset;
  color: #FFA400;
}
.footer-social ul li:last-of-type {
  margin-right: unset;
}

@media (max-width: 767px) {
  .copyright-p {
    margin-bottom: 5px;
    text-align: center;
  }

  .footer-social {
    text-align: center;
  }
}
.welcome-box .box-p, .welcome-box .box-h {
  font-size: 16px;
  margin: 3px 0;
}
.welcome-box .box-p {
  font-weight: normal;
}

.logout-btn {
  margin: unset;
  text-align: right;
}
.logout-btn .logout-a {
  font-size: 15px;
}
.logout-btn .logout-a img {
  margin-right: 7px;
}
.logout-btn .logout-a:hover {
  text-decoration: unset;
  color: #FFA400;
}

.header-h {
  margin-bottom: 12px;
}

.check-btn {
  text-align: right;
  margin: unset;
}
.check-btn .check-a {
  font-size: 15px;
  background-color: #FAFAFA;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 3px;
}
.check-btn .check-a img {
  margin-right: 7px;
  max-height: 24px;
}
.check-btn .check-a:hover {
  text-decoration: unset;
  color: #FFA400;
}

.header-box {
  margin-bottom: 35px;
}

.overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.kids-box {
  margin-bottom: 30px;
}
.kids-box .box-heading {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(143, 143, 143, 0.2);
  padding: 10px 0 20px;
  margin-bottom: 10px;
}
.kids-box .box-heading .img-box {
  margin-right: 15px;
}
.kids-box .box-heading .box-h {
  font-size: 18px;
  margin: 0;
}
.kids-box .single-box {
  padding: 15px 0;
}
.kids-box .single-box .img-box {
  text-align: center;
}
.kids-box .single-box .kid-name {
  margin: unset;
  font-size: 15px;
}

.end-wrap {
  text-align: right;
}

.story-bg {
  background-color: #F4F4F4;
}

.games-bg {
  background-color: #FCF8E8;
}

.activity-bg {
  background-color: #FFFAD4;
}

.shadow-box {
  border-radius: 3px;
  box-shadow: 0 4px 9px 1px rgba(143, 143, 143, 0.12);
  padding: 30px;
  background-color: #FFFFFF;
}

.sub-box {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 129px;
  position: relative;
  box-shadow: 0 4px 9px 1px rgba(143, 143, 143, 0.12);
}
.sub-box .img-box {
  margin-right: 15px;
}
.sub-box .box-h {
  margin: unset;
  font-size: 19px;
}

@media (min-width: 767px) {
  .sub-box.sec-box {
    flex-direction: column;
    min-height: 284px;
  }
  .sub-box.sec-box .img-box {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .sm-order1 {
    order: 1;
  }

  .sm-order2 {
    order: 2;
  }

  .sm-order3 {
    order: 3;
  }

  .logo-box {
    margin-bottom: 10px;
  }
  .logo-box img {
    max-height: 65px;
  }

  .welcome-box .box-p, .welcome-box .box-h {
    font-size: 14px;
    margin: 1px 0;
  }

  .kids-box .single-box .devo-wrap {
    margin-top: 10px;
  }

  .sub-box {
    min-height: 150px;
  }
}
.back-box {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 4px 9px 1px rgba(143, 143, 143, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-box img {
  max-height: 20px;
}

.responsive-table {
  overflow-x: auto;
}

.payment-table {
  width: 100%;
}
.payment-table .devo-th, .payment-table .devo-td {
  font-size: 15px;
  padding: 20px;
  white-space: nowrap;
}
.payment-table .devo-th {
  color: #FFA400;
}
.payment-table .devo-td {
  color: #3B2313;
  font-weight: normal;
}
.payment-table .devo-tr {
  border-bottom: 1px solid rgba(143, 143, 143, 0.2);
}
.payment-table tbody .devo-tr:last-of-type {
  border-bottom: unset;
}

.price-p {
  color: #8F8F8F;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 20px;
}
.price-p span {
  color: #3B2313;
  margin-left: 5px;
}

.border-input {
  background-color: unset;
  border: 1px solid rgba(143, 143, 143, 0.2);
}

.devo-select .select2.select2-container {
  height: 48px;
  width: 100% !important;
  border-radius: 3px;
  border: 1px solid rgba(143, 143, 143, 0.2);
  background-color: unset;
  padding: 0 15px;
}
.devo-select .select2-selection--single {
  height: 100% !important;
  border: unset !important;
  outline: unset !important;
  background-color: transparent;
}
.devo-select .select2-selection__rendered {
  height: 100% !important;
  line-height: 48px !important;
  color: #8F8F8F !important;
  padding: 0 !important;
  font-size: 15px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
}
.devo-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}

.select2-dropdown {
  border: 1px solid rgba(143, 143, 143, 0.2);
  background-color: #FFFFFF;
}

.select2-results__option {
  color: #8F8F8F !important;
  font-size: 15px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  padding: 13px 17px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #FFFFFF !important;
  background-color: #FFA400 !important;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #FFA400;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: unset;
}

.links-box {
  border-bottom: 1px solid rgba(143, 143, 143, 0.2);
  margin-bottom: 35px;
}
.links-box ul li {
  display: inline-block;
  margin-right: 80px;
  padding-bottom: 20px;
}
.links-box ul li a {
  font-size: 16px;
  color: #8F8F8F;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  display: flex;
}
.links-box ul li a:hover {
  text-decoration: unset;
}
.links-box ul li img {
  max-height: 20px;
  margin-right: 7px;
}
.links-box ul li .active-li {
  display: none;
}
.links-box ul li:last-of-type {
  margin-right: 0;
}
.links-box ul li.active {
  border-bottom: 3px solid #3B2313;
}
.links-box ul li.active a {
  color: #3B2313;
  font-weight: bold;
}
.links-box ul li.active .active-li {
  display: block;
}
.links-box ul li.active .not-active-li {
  display: none;
}

.mini-heading {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.mini-heading img {
  margin-right: 10px;
  max-height: 20px;
}
.mini-heading .mini-header {
  margin: unset;
  font-size: 16px;
}

@media (max-width: 992px) {
  .links-box ul li {
    margin-right: 50px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .links-box {
    border-bottom: unset;
    margin-bottom: 20px;
  }
  .links-box ul li {
    width: 45%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .links-box ul li.active {
    border-bottom: unset;
  }
}
.main-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.activity-box {
  flex-grow: 1;
  border: 1px solid rgba(143, 143, 143, 0.2);
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 30px;
}
.activity-box .heading-box {
  display: flex;
  margin-bottom: 25px;
}
.activity-box .img-box {
  margin-right: 15px;
}
.activity-box .img-box img {
  width: 64px;
}
.activity-box .text-box {
  flex-grow: 1;
  margin-right: 15px;
}
.activity-box .box-h {
  color: #FFA400;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}
.activity-box .date-p {
  margin: unset;
  font-size: 13px;
}
.activity-box .progress-box .devo-progress {
  height: 6px;
  background-color: rgba(143, 143, 143, 0.1);
  border-radius: 30px;
  margin-bottom: 10px;
  position: relative;
}
.activity-box .progress-box .devo-progress .progress-value {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFA400;
  border-radius: 30px;
  height: 100%;
}
.activity-box .progress-box .progress-p {
  margin: unset;
  font-size: 12px;
}
.activity-box .progress-box .progress-p span {
  color: #FFA400;
}

.border-table {
  border: 1px solid rgba(143, 143, 143, 0.2);
  padding: 20px;
}

.results-table {
  width: 100%;
}
.results-table .devo-th, .results-table .devo-td {
  font-size: 15px;
  white-space: nowrap;
}
.results-table .devo-th {
  color: #3B2313;
  font-weight: 500;
  padding: 15px 20px;
}
.results-table .devo-td {
  color: #8F8F8F;
  font-weight: normal;
  padding: 7px 20px;
}
.results-table thead .devo-tr {
  border-bottom: 1px solid rgba(143, 143, 143, 0.2);
}
.results-table .devo-tr:first-of-type .devo-td {
  padding-top: 15px;
}

@media (max-width: 767px) {
  .border-table {
    padding: 0;
  }
}
.calender-box {
  border: 1px solid rgba(143, 143, 143, 0.2);
  border-radius: 3px;
  padding: 25px 40px;
}

.fc-basic-view .fc-body .fc-row {
  min-height: unset;
  border-bottom: 1px solid rgba(143, 143, 143, 0.2);
}
.fc-basic-view .fc-body .fc-row:last-of-type {
  border-bottom: unset;
}

.fc-toolbar {
  display: none;
}

.fc-unthemed .fc-divider, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
  border-color: rgba(143, 143, 143, 0.2);
  border: unset;
}

.fc th {
  text-align: left;
  font-size: 15px;
  color: #3B2313;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  padding: 15px 20px;
}

.fc-ltr .fc-basic-view .fc-day-number {
  text-align: left;
  font-size: 12px;
  color: #8F8F8F;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  padding: 20px;
}

.fc td.fc-today {
  border-style: unset;
}

a.fc-day-grid-event.fc-h-event.fc-event span.fc-title {
  color: #FFFFFF;
}

.fc-day-grid-event .fc-content {
  text-align: center;
}

.list-group.profile-tabs {
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 10px;
}
.list-group.profile-tabs .list-group-item {
  width: auto;
  padding: unset;
  border-radius: unset;
  border: unset;
  background-color: unset;
  margin-right: 25px;
  margin-bottom: 10px;
}
.list-group.profile-tabs .list-group-item:last-of-type {
  margin-right: 0;
}
.list-group.profile-tabs .tab-name {
  color: #8F8F8F;
  font-size: 15px;
  font-weight: normal;
  margin: unset;
}
.list-group.profile-tabs .list-group-item.active .tab-name {
  color: #FFA400;
}

div#card-element {
  background-color: unset;
  border: 1px solid rgba(143, 143, 143, 0.2);
  padding: 15px;
  margin-bottom: 30px;
  border-radius: 3px;
}

.empty-box {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#btn-back{
  cursor: pointer;
}

.devo-textarea {
    height: 140px;
  }

  .center-wrap {
    text-align: center;
  }

  .contact-list {
    margin-top: 30px;
  }

  .contact-p {
    margin-bottom: 0;
  }
  .contact-p span {
    color: #FFA400;
  }
  .contact-p span i {
    margin-right: 5px;
  }
  .contact-p a {
    color: #3B2313;
    font-weight: 600;
  }
  .contact-p a:hover {
    text-decoration: unset;
    color: #FFA400;
  }

  .contact-end {
    text-align: right;
  }

  @media (max-width: 767px) {
    .contact-p {
      text-align: center;
      margin-bottom: 10px;
    }
  }
  .services-box {
    padding: 15px;
    position: relative;
    margin-bottom: 30px;
  }
  .services-box .img-box {
    margin-bottom: 15px;
  }
  .services-box .img-box img {
    width: 100%;
    height: auto;
    border-radius: 3px;
  }
  .services-box .text-box {
    text-align: center;
    padding: 7px;
  }
  .services-box .box-h {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .services-box .box-p {
    margin-bottom: 0;
  }

  .features-text {
    max-width: 460px;
  }
  .features-text .box-h {
    font-size: 21px;
    margin-bottom: 15px;
    line-height: 33px;
  }
  .features-text .box-p {
    margin-bottom: 0;
    line-height: 30px;
  }

  @media (max-width: 992px) {
    .md-order1 {
      order: 1;
    }

    .md-order2 {
      order: 2;
    }

    .features-img {
      text-align: center;
      margin-bottom: 20px;
    }

    .features-text {
      max-width: 100%;
    }
  }
  .aside-box {
    margin-bottom: 30px;
  }
  .aside-box .box-h {
    font-size: 18px;
    line-height: 31px;
    margin-bottom: 12px;
  }
  .aside-box .box-p {
    font-size: 14px;
  }
  .aside-box .aside-a {
    margin: unset;
  }
  .aside-box .aside-a a {
    color: #FFA400;
    font-size: 15px;
    font-weight: 500;
  }
  .aside-box .aside-a a:hover {
    text-decoration: unset;
  }

  .intro-services-img {
    text-align: right;
  }

  .quote-p {
    position: relative;
    padding-left: 30px;
    text-align: center;
  }
  .quote-p::after {
    position: absolute;
    top: 5px;
    width: 17px;
    height: 14px;
    background-image: url(../img/left-quote.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    left: 0;
  }

  .btn-arrow {
    position: relative;
    padding-right: 30px;
  }
  .btn-arrow::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 12px;
    background-image: url(../img/right-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    right: 10px;
  }
  .btn-arrow:hover::after {
    right: 0;
  }

  .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 4px;
  }
  .slick-dots li button {
    width: 6px;
    height: 6px;
    padding: 0;
    position: relative;
  }
  .slick-dots li button::before {
    content: ' ';
    width: 6px;
    height: 6px;
    background-color: rgba(143, 143, 143, 0.5);
    border-radius: 5px;
    opacity: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .slick-dots li.slick-active {
    width: 25px;
  }
  .slick-dots li.slick-active button {
    width: 25px;
  }
  .slick-dots li.slick-active button::before {
    width: 25px;
    background-color: #FFA400;
    opacity: 1;
  }

  .testimonial-box .user-name {
    text-align: center;
    margin-bottom: 10px;
  }

  .intro-contact .contact-p {
    margin-bottom: 10px;
  }
  .intro-contact .contact-p:last-of-type {
    margin-bottom: 0;
  }
  .intro-contact .devo-wrap {
    text-align: right;
  }

  @media (max-width: 992px) {
    .intro-services {
      margin-top: 50px;
    }

    .intro-services-img {
      text-align: center;
      margin-bottom: 30px;
    }

    .intro-contact .devo-wrap {
      text-align: center;
      margin-top: 20px;
    }
  }
.small-img.img-fluid {
    max-width: 12%;
}
/*# sourceMappingURL=style.css.map */

/*=========================================================*/
/*
  question bank style
 */

/*
  question bank style
 */

.radio_right {
  display: inline-block;
  float: right;
  position: relative;
  top: 5px;
}

.label-right {
  display: inline-block;
  margin-right: 10px;
}

.line{
  display: block;
  height: 5px;
  width: 100%;
  background-color:#000;
  margin-bottom:30px
}

.question_div .devo-input .bootstrap-tagsinput {
  border-radius: 0;
}

.question-form-list  .mcq{
  display: block !important;
  width:100%;
  border: 2px solid #000;
  padding: 15px 10px 20px;
  border-radius: 3px;
  margin-bottom: 10px;
  background: #eee;
  cursor: pointer;
}
.question-form-list  .mcq:hover {
  background: #000;
  color:#fff;
}
.disabled-quiz {
  cursor: not-allowed;
  color: #0049FF;
}

.form-group.question-form-name img, .table img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 5px auto;
}
.form-group.question-form-name .attachment__caption, .table .attachment__caption {
  display: none;
}

/*
calender style
 */
#calendar {
  width: 100%;
  margin: 40px auto;
}

.fc-event-time {
  display: none;
}

.mcq {
  width:auto;
}

.mcq figure img {
  max-height: 300px;
}

.mcq .attachment__caption {
  display: none;
}