@font-face {
  font-family: "iransans";
  src: url("../fonts/iransans-web-num/eot/IRANSansWeb(FaNum).eot"), url("../fonts/iransans-web-num/ttf/IRANSansWeb(FaNum).ttf") format("truetype"), url("../fonts/iransans-web-num/woff/IRANSansWeb(FaNum).woff") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "iransans";
  src: url("../fonts/iransans-web-num/eot/IRANSans(FaNum)_Medium.eot"), url("../fonts/iransans-web-num/ttf/IRANSansWeb(FaNum)_Medium.ttf") format("truetype"), url("../fonts/iransans-web-num/woff/IRANSansWeb(FaNum)_Medium.woff") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "iransans";
  src: url("../fonts/iransans-web-num/eot/IRANSansWeb(FaNum)_Bold.eot"), url("../fonts/iransans-web-num/ttf/IRANSansWeb(FaNum)_Bold.ttf") format("truetype"), url("../fonts/iransans-web-num/woff/IRANSansWeb(FaNum)_Bold.woff") format("truetype");
  font-weight: 800;
  font-style: normal;
}
.en {
  direction: ltr;
  text-align: left;
}
.no-padding {
  padding: 0px !important;
}
.no-margin {
  margin: 0px !important;
}
.box {
  min-height: 100px;
  border: 1px solid #000;
}
.text-left {
  text-align: left;
}
p {
  margin: 0;
}
a {
  text-decoration: none;
  color: #5C5858;
}
a:hover {
  color: #00B18F;
}
input:focus-visible {
  outline: unset !important;
}
input.has-error,
textarea.has-error,
select.has-error {
  border: 1px solid red !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.help-block {
  color: red;
}
.ellipsis-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hidden-visibility {
  visibility: hidden;
}
.hidden {
  display: none !important;
}
.hidden-xs {
  display: none !important;
}
@media (min-width: 576px) {
  .hidden-xs {
    display: block !important;
  }
}
.hidden-sm {
  display: none !important;
}
@media (min-width: 576px) {
  .hidden-sm {
    display: block !important;
  }
}
.hidden-md {
  display: none !important;
}
@media (min-width: 768px) {
  .hidden-md {
    display: block !important;
  }
}
.hidden-lg {
  display: none !important;
}
@media (min-width: 992px) {
  .hidden-lg {
    display: block !important;
  }
}
.hidden-xl {
  display: none !important;
}
@media (min-width: 1200px) {
  .hidden-xl {
    display: block !important;
  }
}
.visible-xs {
  display: block !important;
}
@media (min-width: 576px) {
  .visible-xs {
    display: none !important;
  }
}
.visible-md {
  display: block !important;
}
@media (min-width: 768px) {
  .visible-md {
    display: none !important;
  }
}
.register-school-btn {
  cursor: pointer;
}
.description {
  font-size: 14px;
  color: #5C5858;
}
body {
  font-family: "iransans";
  background-color: #fff;
  font-size: 14px;
  color: #5C5858;
}
.btn-green {
  background-color: #00B18F;
  color: #fff;
  padding: 7px 18px;
  border-radius: 3px;
  font-size: 14px;
}
.btn-green:hover {
  border: 1px solid #00B18F;
  color: #00B18F;
}
.btn-green.full-width {
  width: 100%;
}
header {
  padding: 20px 0 15px 0;
  box-shadow: 0px 0px 32px 0px #8898AA26;
}
header .desktop-menu-row {
  display: none;
}
header .desktop-menu-row .menu-desktop img {
  float: right;
}
header .desktop-menu-row .menu-desktop ul {
  float: right;
  list-style: none;
  margin: 0 20px 0 0;
  padding: 20px 0;
}
header .desktop-menu-row .menu-desktop ul li {
  float: right;
  margin-left: 30px;
}
header .desktop-menu-row .menu-desktop ul li:last-child {
  margin-left: 0;
}
header .desktop-menu-row .menu-desktop ul li a {
  font-weight: bold;
}
@media (min-width: 992px) {
  header .desktop-menu-row .menu-desktop ul li {
    margin-left: 40px;
  }
}
header .desktop-menu-row .btn-box {
  padding-top: 10px;
}
header .desktop-menu-row .btn-box .register-btn {
  float: left;
}
header .desktop-menu-row .btn-box .play-btn {
  display: inline-block;
  float: left;
  margin-left: 15px;
}
header .desktop-menu-row .btn-box .play-btn .play-btn-text {
  position: relative;
  padding-right: 40px;
  padding-top: 7px;
  font-weight: bold;
}
header .desktop-menu-row .btn-box .play-btn .play-btn-text::before {
  content: "";
  background-image: url("../images/icon/game-icon.png");
  width: 32px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  header .desktop-menu-row {
    display: flex;
  }
}
header .mobile-menu-row .mobile-btn-menu {
  background-color: #00B18F;
  border: 0px;
  border-radius: 3px;
  color: #fff;
  font-size: 25px;
  position: relative;
  width: 43px;
  height: 43px;
}
header .mobile-menu-row .mobile-btn-menu i {
  position: absolute;
  top: 10px;
  right: 11px;
}
header .mobile-menu-row .logo-box-menu {
  text-align: left;
}
header .mobile-menu-row span.title {
  font-size: 16px;
  display: inline-block;
  font-weight: bold;
  color: #5C5858;
  margin: 0px 15px 0 0;
}
@media (min-width: 768px) {
  header .mobile-menu-row {
    display: none;
  }
}
.mobile-menu {
  transition: 0.3s ease-in-out;
  margin-right: -300px;
  width: 280px;
  background-color: #fff;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 300;
  border-left: 1px solid #ddd;
  webkit-box-shadow: 0 0 18px -10px #000;
  -moz-box-shadow: 0 0 18px -10px #000;
  box-shadow: 0 0 18px -10px #000;
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile-menu .logo-row {
  padding-top: 30px;
  padding-bottom: 0px;
}
.mobile-menu .logo-row span.title {
  font-size: 16px;
  display: inline-block;
  font-weight: bold;
  color: #5C5858;
  margin: 0px;
}
.mobile-menu .menu-list-box ul.menu-list {
  border-top: 1px solid #EEEEEE;
  list-style: none;
  float: right;
  padding: 15px 0 0 0;
  margin: 15px 0 0 0;
  width: 100%;
}
.mobile-menu .menu-list-box ul.menu-list li {
  margin-bottom: 15px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 0px 32px 0px #8898AA26;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  font-size: 14px;
  color: #33343A;
  font-weight: bold;
}
.mobile-menu.show {
  transition: 0.3s ease-in-out;
  margin-right: 0px;
}
.mobile-menu-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 160, 130, 0.33);
  z-index: 2;
  backdrop-filter: blur(3px);
}
.mobile-menu-overlay.show {
  display: block;
}
footer {
  float: right;
  width: 100%;
  position: relative;
}
footer .footer-column-text-box {
  position: relative;
}
footer .footer-column-text-box .column-1 {
  position: absolute;
  right: 0;
  top: 110px;
}
footer .footer-column-text-box .column-1 .description {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
}
footer .footer-column-text-box .column-1 .description.title {
  padding: 0 40px 0 10px;
  margin-left: 5px;
  border-left: 1px solid #fff;
}
footer .footer-column-text-box .column-1 .description.title::before {
  content: "";
  background-image: url("../images/icon/phone.png");
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0px;
}
footer .footer-column-text-box .column-1 .description.phone {
  letter-spacing: 4px;
}
footer .footer-column-text-box .column-2 {
  position: absolute;
  left: 0;
  top: 30px;
}
footer .footer-column-text-box .column-2 .description {
  position: relative;
  padding-right: 90px;
  text-align: justify;
  line-height: 25px;
  padding-left: 20px;
  color: #BDC1C0;
}
footer .footer-column-text-box .column-2 .description::before {
  content: "";
  background-image: url("../images/logo/logo.png");
  width: 70px;
  height: 53px;
  position: absolute;
  right: 0;
  top: 30px;
}
@media (min-width: 870px) {
  footer .footer-column-text-box .column-1 {
    position: absolute;
    right: 0;
    top: 80px;
    color: #fff;
  }
  footer .footer-column-text-box .column-1 .description {
    position: relative;
    display: inline-block;
    font-size: 18px;
  }
  footer .footer-column-text-box .column-1 .description.title {
    padding: 0 40px 0 10px;
    margin-left: 5px;
    border-left: 1px solid #fff;
  }
  footer .footer-column-text-box .column-1 .description.title::before {
    content: "";
    background-image: url("../images/icon/phone.png");
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0px;
  }
  footer .footer-column-text-box .column-1 .description.phone {
    letter-spacing: 8px;
  }
}
@media (min-width: 992px) {
  footer .footer-column-text-box .column-2 {
    top: 30px;
  }
  footer .footer-column-text-box .column-2 .description {
    padding-left: 0px;
  }
}
@media (min-width: 1200px) {
  footer .footer-column-text-box .column-1 {
    top: 90px;
  }
  footer .footer-column-text-box .column-2 {
    top: 50px;
  }
}
footer .footer-row {
  background-color: #212121;
  padding-bottom: 40px;
}
footer .footer-row .footer-menu {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #323232;
  margin-bottom: 40px;
}
footer .footer-row .footer-menu .col {
  text-align: center;
}
footer .footer-row .footer-menu .col a {
  color: #BDC1C0;
  font-size: 14px;
}
footer .footer-row .footer-menu .col a:hover {
  color: #fff;
}
footer .footer-row .footer-menu .col:first-child {
  text-align: right;
}
footer .footer-row .footer-menu .col:last-child {
  text-align: left;
}
footer .footer-row .link-column h4 {
  color: #BDC1C0;
  font-size: 14px;
  margin-bottom: 30px;
}
footer .footer-row .link-column h4 span {
  color: #00B18F;
}
footer .footer-row .link-column ul {
  list-style: none;
  padding: 0;
}
footer .footer-row .link-column ul li {
  margin-bottom: 15px;
}
footer .footer-row .link-column ul li a {
  color: #BDC1C0;
}
footer .footer-row .link-column ul li a:hover {
  color: #00B18F;
}
footer .footer-row .link-column .social-box {
  background-color: #323232;
  border-radius: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
footer .footer-row .link-column .social-box .col {
  text-align: center;
}
footer .footer-row .link-column .social-box .col a i {
  font-size: 25px;
  color: #00B18F;
}
footer .footer-row .link-column .social-box .col a:hover i {
  color: #BDC1C0;
}
@media (min-width: 768px) {
  footer .footer-row .link-column .social-box {
    border-radius: 5px;
    margin-bottom: 0px;
  }
}
footer .footer-row .contact-form-column {
  padding: 0 15px;
}
footer .footer-row .contact-form-column h4 {
  color: #BDC1C0;
  font-size: 16px;
  margin-bottom: 10px;
}
footer .footer-row .contact-form-column h4 span {
  color: #00B18F;
}
footer .footer-row .contact-form-column p {
  margin-bottom: 20px;
}
footer .footer-row .contact-form-column .form-group {
  margin-bottom: 17px;
  position: relative;
}
footer .footer-row .contact-form-column .form-group input {
  background-color: #2d2d2d;
  color: #fff;
  border: 1px solid #5c5858;
  border-radius: 5px;
  font-size: 14px;
  padding: 7px 15px;
  height: 45px;
}
footer .footer-row .contact-form-column .form-group input::placeholder {
  color: #5c5858;
}
footer .footer-row .contact-form-column .form-group input::-ms-input-placeholder {
  color: #5c5858;
}
footer .footer-row .contact-form-column .form-group .btn-green {
  width: 100%;
  padding: 15px 0;
}
footer .footer-row .contact-form-column .form-group .help-block {
  position: absolute;
  top: -18px;
  right: 0px;
  color: #fff!important;
}
footer .footer-row .contact-form-column .form-group .has-error {
  border-color: #fff!important;
}
@media (min-width: 768px) {
  footer .footer-row .contact-form-column {
    padding: 0 50px;
  }
}
footer .footer-row .namad-column {
  padding: 40px 50px 0 50px;
}
footer .footer-row .namad-column .col {
  text-align: center;
}
footer .footer-row .namad-column .col span {
  display: block;
  text-align: center;
  margin-top: 15px;
}
footer .copyright-row {
  background-color: #00B18F;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
footer .footer-text-column-row {
  display: none;
}
@media (min-width: 768px) {
  footer .footer-text-column-row {
    display: block;
  }
}
footer .footer-background-column-row {
  display: none;
}
@media (min-width: 768px) {
  footer .footer-background-column-row {
    display: flex;
  }
}
footer .footer-background-column-row .phone-box {
  background-color: #00B18F;
  height: 265px;
}
@media (min-width: 870px) {
  footer .footer-background-column-row .phone-box {
    height: 200px;
  }
}
footer .footer-background-column-row .about-box {
  background-color: #323232;
  height: 265px;
}
@media (min-width: 870px) {
  footer .footer-background-column-row .about-box {
    height: 200px;
  }
}
footer .footer-background-column-row-mobile {
  display: flex;
}
@media (min-width: 768px) {
  footer .footer-background-column-row-mobile {
    display: none;
  }
}
footer .footer-background-column-row-mobile .phone-box {
  background-color: #00B18F;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
footer .footer-background-column-row-mobile .phone-box .description {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
}
footer .footer-background-column-row-mobile .phone-box .description.title {
  padding: 0 40px 0 10px;
  margin-left: 5px;
  border-left: 1px solid #fff;
}
footer .footer-background-column-row-mobile .phone-box .description.title::before {
  content: "";
  background-image: url("../images/icon/phone.png");
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0px;
}
footer .footer-background-column-row-mobile .phone-box .description.phone {
  letter-spacing: 3px;
}
footer .footer-background-column-row-mobile .about-box {
  background-color: #323232;
  padding-top: 15px;
  padding-bottom: 15px;
}
footer .footer-background-column-row-mobile .about-box .description {
  position: relative;
  padding-right: 90px;
  text-align: justify;
  line-height: 25px;
  padding-left: 20px;
  color: #BDC1C0;
}
footer .footer-background-column-row-mobile .about-box .description::before {
  content: "";
  background-image: url("../images/logo/logo.png");
  width: 70px;
  height: 53px;
  position: absolute;
  right: 0;
  top: 30px;
}
section {
  float: right;
  width: 100%;
}
.title-section {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  color: #000;
}
.title-section span {
  color: #00B18F;
  position: relative;
  padding-right: 38px;
}
.title-section span::before {
  content: "";
  position: absolute;
  width: 30px;
  border-top: 2px solid #00B18F;
  height: 2px;
  right: 0;
  top: 23px;
}
.pagination-row {
  text-align: center;
}
.pagination-row ul {
  justify-content: center;
  direction: ltr !important;
  display: flex;
}
.pagination-row ul li {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 32px 0px #8898AA26;
  margin-left: 10px;
  float: unset;
  margin-bottom: 10px;
}
.pagination-row ul li a {
  padding: 8px 15px;
  display: inline-block;
  font-family: 'iransans';
  color: #53545C;
}
.pagination-row ul li span {
  padding: 8px 15px;
  display: inline-block;
  font-family: 'iransans';
  color: #53545C;
}
.pagination-row ul li.active {
  background-color: #00B18F;
}
.pagination-row ul li.active a {
  color: #fff;
}
#homePage span.green {
  color: #00B18F !important;
}
#homePage .slider {
  position: relative;
  margin: 40px 0;
  display: none;
}
#homePage .slider .slider-background {
  position: absolute;
  height: 100%;
  width: 27%;
  border-radius: 0 15px 15px 0;
  background-color: #212121;
  left: 0;
  top: 0;
}
@media (min-width: 992px) {
  #homePage .slider .slider-background {
    width: 47%;
  }
}
#homePage .slider .title-column {
  padding-top: 80px;
}
#homePage .slider .title-column h3.title-green {
  font-weight: bold;
  font-size: 38px;
  color: #00B18F;
  margin-bottom: 20px;
}
#homePage .slider .title-column h3.title-black {
  font-weight: bold;
  font-size: 35px;
  color: #000;
  margin-bottom: 20px;
}
#homePage .slider .title-column .description {
  font-size: 18px;
  line-height: 41px;
}
#homePage .slider .title-column .call-to-action-row {
  margin-top: 40px;
  position: relative;
}
#homePage .slider .title-column .call-to-action-row .btn-green {
  font-size: 18px;
  padding: 15px 30px;
  border-radius: 5px;
}
#homePage .slider .title-column .call-to-action-row .contact-icon {
  font-size: 18px;
  color: #5C5858;
  position: relative;
  padding-right: 50px;
  margin-right: 15px;
}
#homePage .slider .title-column .call-to-action-row .contact-icon::before {
  content: "";
  background-image: url("../images/icon/support.svg");
  height: 36px;
  width: 36px;
  position: absolute;
  right: 0px;
  top: 0;
}
#homePage .slider .title-column .call-to-action-row .arrow-icon {
  position: absolute;
  background-image: url("../images/icon/arrow.svg");
  width: 77px;
  height: 66px;
  display: none;
}
@media (min-width: 768px) {
  #homePage .slider .title-column .call-to-action-row .arrow-icon {
    left: 230px;
    top: -40px;
  }
}
@media (min-width: 992px) {
  #homePage .slider .title-column .call-to-action-row .arrow-icon {
    left: 200px;
    top: -50px;
  }
}
@media (min-width: 1200px) {
  #homePage .slider .title-column .call-to-action-row .arrow-icon {
    left: 290px;
    top: -30px;
  }
}
@media (min-width: 1400px) {
  #homePage .slider .title-column .call-to-action-row .arrow-icon {
    left: 370px;
    top: -30px;
  }
}
#homePage .slider .slider-column {
  z-index: 1;
  padding: 60px 20px;
}
#homePage .slider .slider-column img {
  border-radius: 10px;
}
@media (min-width: 768px) {
  #homePage .slider {
    display: block;
  }
}
#homePage .slider-mobile {
  position: relative;
  margin: 40px 0;
}
#homePage .slider-mobile .title-column h3.title-green {
  font-weight: bold;
  font-size: 38px;
  color: #00B18F;
  margin-bottom: 20px;
}
#homePage .slider-mobile .title-column h3.title-black {
  font-weight: bold;
  font-size: 35px;
  color: #000;
  margin-bottom: 20px;
}
#homePage .slider-mobile .title-column .description {
  font-size: 18px;
  line-height: 41px;
}
#homePage .slider-mobile .title-column .call-to-action-row {
  margin-top: 40px;
  position: relative;
}
#homePage .slider-mobile .title-column .call-to-action-row .btn-green {
  font-size: 18px;
  padding: 15px 30px;
  border-radius: 5px;
  width: 100%;
}
#homePage .slider-mobile .title-column .call-to-action-row .contact-icon {
  font-size: 18px;
  color: #5C5858;
  position: relative;
  padding-right: 50px;
  margin-right: 0px;
  display: block;
  width: 100%;
  margin-top: 15px;
}
#homePage .slider-mobile .title-column .call-to-action-row .contact-icon::before {
  content: "";
  background-image: url("../images/icon/support.svg");
  height: 36px;
  width: 36px;
  position: absolute;
  right: 0px;
  top: 0;
}
#homePage .slider-mobile .title-column .call-to-action-row .arrow-icon {
  position: absolute;
  background-image: url("../images/icon/arrow.svg");
  width: 77px;
  height: 66px;
  left: 0px;
  top: -70px;
  display: none;
}
#homePage .slider-mobile .slider-column {
  z-index: 1;
  padding: 10px 20px;
}
#homePage .slider-mobile .slider-column img {
  border-radius: 10px;
}
@media (min-width: 768px) {
  #homePage .slider-mobile {
    display: none;
  }
}
#homePage .contact {
  margin: 20px 0;
}
@media (min-width: 768px) {
  #homePage .contact {
    margin: 50px 0;
  }
}
#homePage .contact .title-section {
  margin-bottom: 40px;
}
#homePage .contact .box-contact {
  background-color: #F9F9F9;
  border-radius: 10px;
  margin-bottom: 20px;
  padding-bottom: 30px;
  min-height: 357px;
}
#homePage .contact .box-contact .img-row {
  margin: 30px 0 20px 0;
  text-align: center;
}
#homePage .contact .box-contact h3 {
  color: #5C5858;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
#homePage .contact .box-contact .description {
  text-align: justify;
  font-size: 16px;
  line-height: 31px;
}
#homePage .game {
  position: relative;
  margin: 0px 0 30px 0;
}
#homePage .game .title-column {
  padding-top: 30px;
}
#homePage .game .title-column h3.title-green {
  font-weight: bold;
  font-size: 38px;
  color: #00B18F;
  margin-bottom: 20px;
}
#homePage .game .title-column h3.title-black {
  font-weight: bold;
  font-size: 35px;
  color: #000;
  margin-bottom: 20px;
}
#homePage .game .title-column .description {
  font-size: 18px;
  line-height: 41px;
  text-align: justify;
}
@media (min-width: 768px) {
  #homePage .game .title-column .description {
    text-align: right;
  }
}
#homePage .game .title-column .call-to-action-row {
  margin-top: 70px;
  position: relative;
}
#homePage .game .title-column .call-to-action-row .btn-green {
  font-size: 18px;
  padding: 15px 60px 15px 30px;
  border-radius: 5px;
  position: relative;
  width: 100%;
}
#homePage .game .title-column .call-to-action-row .btn-green::before {
  content: "";
  background-image: url(../images/icon/game-icon2.png);
  height: 36px;
  width: 37px;
  position: absolute;
  right: 10px;
  top: 10px;
}
#homePage .game .title-column .call-to-action-row .school-list-btn {
  font-size: 18px;
  color: #BDC1C0;
  position: relative;
  padding-right: 30px;
  display: block;
  margin: 20px 0 0 0;
}
#homePage .game .title-column .call-to-action-row .school-list-btn::before {
  content: "";
  background-image: url("../images/icon/list.svg");
  height: 24px;
  width: 24px;
  position: absolute;
  right: 0px;
  top: 0;
}
#homePage .game .title-column .call-to-action-row .arrow-icon {
  position: absolute;
  background-image: url("../images/icon/arrow.svg");
  width: 77px;
  height: 66px;
  left: 10px;
  top: -80px;
}
@media (min-width: 768px) {
  #homePage .game .title-column .call-to-action-row .arrow-icon {
    left: 130px;
    top: -50px;
  }
}
@media (min-width: 1200px) {
  #homePage .game .title-column .call-to-action-row .arrow-icon {
    left: 220px;
    top: -50px;
  }
}
@media (min-width: 1400px) {
  #homePage .game .title-column .call-to-action-row .arrow-icon {
    left: 310px;
    top: -50px;
  }
}
@media (min-width: 768px) {
  #homePage .game .title-column .call-to-action-row .btn-green {
    font-size: 18px;
    padding: 15px 60px 15px 30px;
    border-radius: 5px;
    position: relative;
    width: auto;
  }
  #homePage .game .title-column .call-to-action-row .btn-green::before {
    content: "";
    background-image: url(../images/icon/game-icon2.png);
    height: 36px;
    width: 37px;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  #homePage .game .title-column .call-to-action-row .school-list-btn {
    font-size: 18px;
    color: #BDC1C0;
    position: relative;
    padding-right: 30px;
    margin-right: 25px;
  }
  #homePage .game .title-column .call-to-action-row .school-list-btn::before {
    content: "";
    background-image: url("../images/icon/list.svg");
    height: 24px;
    width: 24px;
    position: absolute;
    right: 0px;
    top: 0;
  }
}
@media (min-width: 992px) {
  #homePage .game .title-column {
    padding-top: 80px;
  }
}
#homePage .game .image-column {
  padding: 60px 20px;
  position: relative;
  display: none;
}
#homePage .game .image-column img {
  border-radius: 10px;
  margin-right: 160px;
}
@media (min-width: 992px) {
  #homePage .game .image-column img {
    margin-right: 0px;
  }
}
#homePage .game .image-column .background-game-img {
  position: absolute;
  border-radius: 0 15px 15px 0;
  left: 0;
  top: 0;
  background-image: url("../images/content/bannack-montana.png");
  height: 620px;
  width: 400px;
  z-index: -1;
}
#homePage .game .image-column-mobile {
  margin: 40px 0;
  padding: 60px 20px;
  position: relative;
  display: block;
  background-image: url("../images/content/bannack-montana-mobile.png");
  background-size: cover;
}
#homePage .game .image-column-mobile img {
  border-radius: 10px;
}
@media (min-width: 768px) {
  #homePage .game {
    margin: 0px 0 120px 0;
  }
  #homePage .game .image-column {
    display: block;
  }
  #homePage .game .image-column-mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  #homePage .game {
    margin: 100px 0 120px 0;
  }
}
#homePage .amar {
  margin-bottom: 60px;
  background-color: #00B18F;
  padding: 30px 0;
}
#homePage .amar .number {
  margin-top: 15px;
  text-align: left;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
}
#homePage .amar .title {
  text-align: left;
  display: block;
  color: #fff;
  font-size: 18px;
}
#homePage .amar .col-6 {
  margin: 10px 0;
}
@media (min-width: 992px) {
  #homePage .amar .col-6 {
    margin-bottom: 0px;
  }
}
#homePage .schools {
  margin-top: 20px;
}
#homePage .schools .description {
  text-align: center;
  line-height: 31px;
  margin: 20px 0;
}
#homePage .schools #map {
  height: 700px;
}
#homePage .schools #map path,
#homePage .schools #map text {
  cursor: pointer;
}
#homePage .schools #map .highcharts-title {
  font-family: iransans;
}
#homePage .schools #map .highcharts-tooltip text {
  font-family: iransans;
}
#homePage .schools #map .highcharts-data-labels text {
  font-family: iransans;
}
#homePage .schools .school-list-box {
  background-color: #F9F9F9;
  border-radius: 10px;
  padding: 40px 40px 20px 40px;
  max-height: 730px;
  overflow: auto;
}
#homePage .schools .school-list-box h3 {
  text-align: center;
  color: #00B18F;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
#homePage .schools .school-list-box .school-list-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
#homePage .schools .school-list-box .school-list-item .img-box {
  border-radius: 5px;
  height: 130px;
  overflow: hidden;
  background-size: cover;
}
#homePage .schools .school-list-box .school-list-item h4 {
  text-align: center;
  color: #00B18F;
  font-weight: bold;
  font-size: 16px;
  margin: 0px;
}
#homePage .schools .school-list-box .school-list-item .has-supporter {
  display: block;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #00B18F;
  color: #00B18F;
  background-color: #d9f4ee;
  margin: 15px 0;
  text-align: center;
  padding: 3px 0;
}
#homePage .schools .school-list-box .school-list-item .has-supporter.not {
  border: 1px solid #d6ad2b;
  color: #d6ad2b;
  background-color: #fffbd8;
}
#homePage .about {
  background-color: #2B2B2B;
  padding: 20px 0 100px 0;
  margin-top: 60px;
}
#homePage .about .btn-row {
  text-align: center;
}
#homePage .about .btn-row .btn-green {
  font-size: 14px;
  padding-right: 60px;
  border-radius: 5px;
  position: relative;
}
#homePage .about .btn-row .btn-green::before {
  content: "";
  background-image: url(../images/icon/game-icon2.png);
  height: 36px;
  width: 37px;
  position: absolute;
  right: 15px;
  top: 0px;
}
#homePage .about-text {
  margin-top: -80px;
  margin-bottom: 100px;
}
#homePage .about-text .about-box {
  background-color: #212121;
  border-radius: 10px;
  padding: 40px 0 70px 0;
  position: relative;
}
#homePage .about-text .about-box .title-section {
  color: #00B18F;
  margin-bottom: 20px;
}
#homePage .about-text .about-box .title-section span {
  color: #fff;
}
#homePage .about-text .about-box .description {
  text-align: justify;
  color: #979797;
}
#homePage .about-text .about-box .book-icon {
  position: absolute;
  background-image: url("../images/icon/9.png");
  width: 96px;
  height: 60px;
  left: unset;
  right: 25px;
  bottom: 7px;
}
@media (min-width: 768px) {
  #homePage .about-text .about-box .book-icon {
    left: 30px;
    bottom: 90px;
  }
}
@media (min-width: 1200px) {
  #homePage .about-text .about-box .book-icon {
    left: 80px;
    bottom: 90px;
  }
}
#homePage .about-text .about-box .arrow-icon {
  position: absolute;
  background-image: url("../images/icon/arrow3.svg");
  width: 81px;
  height: 43px;
  left: 10px;
  bottom: 10px;
}
@media (min-width: 768px) {
  #homePage .about-text .about-box .arrow-icon {
    left: 40px;
    bottom: 20px;
  }
}
@media (min-width: 1200px) {
  #homePage .about-text .about-box .arrow-icon {
    left: 110px;
    bottom: 20px;
  }
}
#homePage .activity .description {
  text-align: center;
  margin: 20px 0;
}
#homePage .activity .activity-row {
  margin: 60px 0;
}
#homePage .activity .activity-row .img-box {
  display: none;
  text-align: center;
}
#homePage .activity .activity-row .img-box img {
  border-radius: 10px;
}
@media (min-width: 992px) {
  #homePage .activity .activity-row .img-box {
    display: block;
  }
}
#homePage .activity .activity-row .active-box {
  background-color: #00B18F;
  border-radius: 10px;
  padding: 20px 20px;
  height: auto;
  margin-bottom: 25px;
}
#homePage .activity .activity-row .active-box h3.title {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0;
  position: relative;
}
#homePage .activity .activity-row .active-box h3.title.icon-1::after {
  content: "";
  position: absolute;
  background-image: url("../images/icon/10.png");
  width: 33px;
  height: 34px;
  left: 10px;
  top: -5px;
}
#homePage .activity .activity-row .active-box h3.title.icon-2::after {
  content: "";
  position: absolute;
  background-image: url("../images/icon/11.png");
  width: 34px;
  height: 34px;
  left: 10px;
  top: -5px;
}
#homePage .activity .activity-row .active-box h3.title.icon-3::after {
  content: "";
  position: absolute;
  background-image: url("../images/icon/12.png");
  width: 33px;
  height: 33px;
  left: 10px;
  top: -5px;
}
#homePage .activity .activity-row .active-box h3.title.icon-4::after {
  content: "";
  position: absolute;
  background-image: url("../images/icon/13.png");
  width: 33px;
  height: 33px;
  left: 10px;
  top: -5px;
}
#homePage .activity .activity-row .active-box h3.title.icon-5::after {
  content: "";
  position: absolute;
  background-image: url("../images/icon/14.png");
  width: 33px;
  height: 34px;
  left: 10px;
  top: -5px;
}
#homePage .activity .activity-row .active-box h3.title.icon-6::after {
  content: "";
  position: absolute;
  background-image: url("../images/icon/15.png");
  width: 34px;
  height: 34px;
  left: 10px;
  top: -5px;
}
@media (min-width: 1200px) {
  #homePage .activity .activity-row .active-box {
    height: 220px;
  }
}
@media (min-width: 1400px) {
  #homePage .activity .activity-row .active-box {
    height: 210px;
  }
}
#homePage .activity .activity-row .description {
  color: #fff;
  text-align: justify;
  line-height: 28px;
  font-size: 14px;
}
#schoolListPage .top-row {
  background-color: #00B18F;
}
#schoolListPage .top-row .title-row {
  direction: ltr;
}
#schoolListPage .top-row .title-row .title-box {
  padding-top: 40px;
  position: relative;
}
#schoolListPage .top-row .title-row .title-box h3 {
  text-align: center;
  font-size: 21px;
  color: #fff;
  margin-bottom: 26px;
}
#schoolListPage .top-row .title-row .title-box .input-box {
  position: relative;
}
#schoolListPage .top-row .title-row .title-box .input-box input {
  height: 60px;
  border-radius: 3px;
  text-align: right;
  direction: rtl;
}
#schoolListPage .top-row .title-row .title-box .input-box i {
  position: absolute;
  font-size: 30px;
  top: 15px;
  left: 15px;
  cursor: pointer;
}
#schoolListPage .top-row .title-row .title-box .arrow-icon {
  position: absolute;
  background-image: url("../images/icon/arrow4.svg");
  width: 98px;
  height: 64px;
  right: -130px;
  bottom: -80px;
}
@media (min-width: 768px) {
  #schoolListPage .top-row .title-row .title-box {
    padding-top: 50px;
  }
  #schoolListPage .top-row .title-row .title-box h3 {
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin-bottom: 26px;
  }
}
@media (min-width: 992px) {
  #schoolListPage .top-row .title-row .title-box {
    padding-top: 140px;
  }
  #schoolListPage .top-row .title-row .title-box h3 {
    text-align: center;
    font-size: 28px;
    color: #fff;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  #schoolListPage .top-row .title-row .title-box {
    padding-top: 170px;
  }
}
#schoolListPage .top-row .image-section {
  display: none;
}
#schoolListPage .top-row .image-section-mobile {
  display: block;
}
@media (min-width: 768px) {
  #schoolListPage .top-row .image-section {
    display: block;
  }
  #schoolListPage .top-row .image-section-mobile {
    display: none;
  }
}
#schoolListPage .list {
  padding-top: 30px;
  background-color: #F9F8F8;
}
#schoolListPage .list .content-box .school-item {
  background-color: #fff;
  box-shadow: 0px 0px 32px 0px #8898AA26;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
}
#schoolListPage .list .content-box .school-item .img-box {
  position: relative;
  height: 200px;
  overflow: hidden;
  border-radius: 5px;
  background-size: cover;
}
#schoolListPage .list .content-box .school-item .img-box .label {
  position: absolute;
  background-color: #00B18F;
  color: #fff;
  padding: 3px 13px;
  border-radius: 0 5px;
  right: 0px;
  top: 0px;
}
#schoolListPage .list .content-box .school-item h3.title {
  margin: 25px 0 10px 0;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-right: 40px;
}
#schoolListPage .list .content-box .school-item h3.title::before {
  content: "";
  position: absolute;
  background-image: url(../images/icon/school.png);
  width: 32px;
  height: 32px;
  right: 0px;
  top: -12px;
}
#schoolListPage .list .content-box .school-item .manager {
  margin-bottom: 8px;
}
#schoolListPage .list .content-box .school-item .manager span {
  color: #BDC1C0;
}
#schoolListPage .list .content-box .school-item .type {
  margin-bottom: 10px;
}
#schoolListPage .list .content-box .school-item .type span {
  color: #BDC1C0;
}
#schoolListPage .list .content-box .school-item .btn-row .btn-support {
  display: block;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #00B18F;
  color: #00B18F;
  background-color: #d9f4ee;
  margin-bottom: 10px;
}
#schoolListPage .list .content-box .school-item .btn-row .btn-green-outline {
  display: block;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #00B18F;
  color: #00B18F;
}
#schoolListPage .list .side-bar {
  background-color: #fff;
  box-shadow: 0px 0px 32px 0px #8898AA26;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 30px;
}
#schoolListPage .list .side-bar .select-row {
  margin-bottom: 15px;
}
#schoolListPage .list .side-bar .select-row .title-filter {
  display: block;
  width: 100%;
  padding: 5px 0 5px 0;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}
#schoolListPage .list .side-bar .select-row .title-filter i {
  position: absolute;
  left: 0px;
  top: 10px;
}
#schoolListPage .list .side-bar .select-row .select-box {
  margin-bottom: 20px;
}
#schoolListPage .list .side-bar .select-row .select2-container .select2-selection--single {
  height: 38px !important;
  border: 1px solid #ddd !important;
}
#schoolListPage .list .side-bar .select-row .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-top: 2px;
}
#schoolListPage .list .side-bar .select-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px !important;
}
#schoolListPage .list .side-bar .select-row .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
  margin-left: 20px;
  margin-top: 5px;
}
#schoolListPage .list .side-bar .btn-row {
  padding-top: 0px;
}
#schoolListPage .list .side-bar .btn-row .border-filter {
  border-top: 1px solid #ddd;
  margin-bottom: 15px;
}
#schoolListPage .list .side-bar .btn-row .btn-green {
  display: block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
#schoolListPage .list .side-bar .btn-row .btn-default {
  background-color: #EEEEEE;
  display: block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 10px;
  font-size: 14px;
  border-radius: 3px;
}
@media (min-width: 768px) {
  #schoolListPage .list {
    padding-top: 70px;
  }
}
#schoolDetails .slider {
  background-color: #F9F8F8;
}
#schoolDetails .slider .slider-image {
  width: 100%;
  height: 500px;
  background-size: cover;
}
#schoolDetails .slider .overlay-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 177, 143, 0.39);
}
#schoolDetails .slider .swiper-pagination-bullet-active {
  background: #5C5858;
}
#schoolDetails .slider .data-box {
  direction: ltr;
  margin-top: -170px;
  position: relative;
  z-index: 1;
}
#schoolDetails .slider .data-box .data-box-content {
  background-color: #fff;
  border-radius: 8px;
  direction: rtl;
  padding: 30px 35px;
  font-size: 14px;
}
#schoolDetails .slider .data-box .data-box-content .row {
  margin-bottom: 30px;
}
#schoolDetails .slider .data-box .data-box-content .row .col:nth-child(2n+1) span {
  display: block;
  text-align: right;
  color: #BDC1C0;
}
#schoolDetails .slider .data-box .data-box-content .row .col:nth-child(2n+1) span.year {
  position: relative;
  padding-right: 30px;
}
#schoolDetails .slider .data-box .data-box-content .row .col:nth-child(2n+1) span.year::before {
  content: "";
  position: absolute;
  background-image: url("../images/icon/date-icon.png");
  width: 24px;
  height: 25px;
  top: 0px;
  right: 0px;
}
#schoolDetails .slider .data-box .data-box-content .row .col:nth-child(2n+1) span.manager {
  position: relative;
  padding-right: 30px;
}
#schoolDetails .slider .data-box .data-box-content .row .col:nth-child(2n+1) span.manager::before {
  content: "";
  position: absolute;
  background-image: url("../images/icon/manager-icon.png");
  width: 24px;
  height: 25px;
  top: 0px;
  right: 0px;
}
#schoolDetails .slider .data-box .data-box-content .row .col:nth-child(2n+1) span.state {
  position: relative;
  padding-right: 30px;
}
#schoolDetails .slider .data-box .data-box-content .row .col:nth-child(2n+1) span.state::before {
  content: "";
  position: absolute;
  background-image: url("../images/icon/state-icon.png");
  width: 25px;
  height: 25px;
  top: 0px;
  right: 0px;
}
#schoolDetails .slider .data-box .data-box-content .row .col:nth-child(2n+1) span.supporter {
  position: relative;
  padding-right: 30px;
}
#schoolDetails .slider .data-box .data-box-content .row .col:nth-child(2n+1) span.supporter::before {
  content: "";
  position: absolute;
  background-image: url("../images/icon/support-icon.png");
  width: 24px;
  height: 25px;
  top: 0px;
  right: 0px;
}
#schoolDetails .slider .data-box .data-box-content .row .col:nth-child(2n+1) span.status {
  position: relative;
  padding-right: 30px;
  color: #00B18F;
}
#schoolDetails .slider .data-box .data-box-content .row .col:nth-child(2n+1) span.status::before {
  content: "";
  position: absolute;
  background-image: url("../images/icon/status-icon.png");
  width: 24px;
  height: 25px;
  top: 0px;
  right: 0px;
}
#schoolDetails .slider .data-box .data-box-content .row .col:nth-child(2n) span {
  display: block;
  text-align: left;
  color: #5C5858;
}
#schoolDetails .slider .data-box .data-box-content .row .col:nth-child(2n) span.value-status {
  color: #00B18F;
}
@media (min-width: 768px) {
  #schoolDetails .slider .data-box .data-box-content .row {
    margin-bottom: 45px;
  }
}
#schoolDetails .slider .data-box .data-box-content .btn-row {
  margin-bottom: 0;
}
#schoolDetails .slider .data-box .data-box-content .btn-row .btn-support {
  display: block;
  width: 100%;
  border-radius: 3px;
  color: #00B18F;
  background-color: #d9f4ee;
  margin-bottom: 0px;
  padding: 15px 0;
}
@media (min-width: 768px) {
  #schoolDetails .slider .data-box .data-box-content .btn-row .btn-support {
    padding: 25px 0;
  }
}
@media (min-width: 768px) {
  #schoolDetails .slider .data-box .data-box-content {
    padding: 30px 35px;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  #schoolDetails .slider .data-box .data-box-content {
    padding: 50px 55px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  #schoolDetails .slider .data-box {
    margin-top: -400px;
  }
}
#schoolDetails .details {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #F9F8F8;
}
@media (min-width: 768px) {
  #schoolDetails .details {
    padding-top: 0px;
  }
}
#schoolDetails .details h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
}
#schoolDetails .details h3 span {
  color: #00B18F;
}
#schoolDetails .details .description p {
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
}
#schoolDetails .others {
  background-color: #F9F8F8;
}
#schoolDetails .others h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
#schoolDetails .others h3 span {
  color: #00B18F;
}
#schoolDetails .others .school-item {
  background-color: #fff;
  box-shadow: 0px 0px 32px 0px #8898AA26;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
}
#schoolDetails .others .school-item .img-box {
  position: relative;
  height: 200px;
  overflow: hidden;
  border-radius: 5px;
  background-size: cover;
}
#schoolDetails .others .school-item .img-box .label {
  position: absolute;
  background-color: #00B18F;
  color: #fff;
  padding: 3px 13px;
  border-radius: 0 5px;
  right: 0px;
  top: 0px;
}
#schoolDetails .others .school-item img {
  border-radius: 5px;
}
#schoolDetails .others .school-item h3.title {
  text-align: right;
  margin: 25px 0 10px 0;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-right: 40px;
}
#schoolDetails .others .school-item h3.title::before {
  content: "";
  position: absolute;
  background-image: url(../images/icon/school.png);
  width: 32px;
  height: 32px;
  right: 0px;
  top: -12px;
}
#schoolDetails .others .school-item .manager {
  margin-bottom: 8px;
}
#schoolDetails .others .school-item .manager span {
  color: #BDC1C0;
}
#schoolDetails .others .school-item .type {
  margin-bottom: 10px;
}
#schoolDetails .others .school-item .type span {
  color: #BDC1C0;
}
#schoolDetails .others .school-item .btn-row .btn-support {
  display: block;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #00B18F;
  color: #00B18F;
  background-color: #d9f4ee;
  margin-bottom: 10px;
}
#schoolDetails .others .school-item .btn-row .btn-green-outline {
  display: block;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #00B18F;
  color: #00B18F;
}
#schoolDetails .others .supporter-title-row {
  margin-top: 80px;
  margin-bottom: 0px;
}
#schoolDetails .others .supporter-title-row h3 {
  margin-bottom: 20px;
}
#schoolDetails .others .school-support-swiper {
  padding-bottom: 40px;
}
#schoolDetails .others .school-support-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00B18F;
}
#schoolDetails .supporters {
  background-color: #fff;
  padding-top: 80px;
}
#schoolDetails .supporters .supporter-comments-box {
  background-color: #F9F8F8;
  border-radius: 5px;
  padding: 20px 20px;
}
#schoolDetails .supporters .supporter-comments-box .profile-box img {
  border-radius: 8px;
}
#schoolDetails .supporters .supporter-comments-box .supporter-name {
  padding-top: 15px;
}
#schoolDetails .supporters .supporter-comments-box .supporter-name .name {
  display: block;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
#schoolDetails .supporters .supporter-comments-box .supporter-name .school {
  display: block;
  color: #00B18F;
  font-size: 14px;
}
#schoolDetails .supporters .supporter-comments-box .description-box {
  margin-top: 20px;
}
#schoolDetails .supporters .supporter-comments-box .description-box p {
  text-align: justify;
  line-height: 31px;
}
@media (min-width: 768px) {
  #schoolDetails .supporters .supporter-comments-box {
    padding: 20px 50px;
  }
}
#schoolDetails .supporters .school-support-comment-swiper {
  padding-bottom: 60px;
}
#schoolDetails .supporters .school-support-comment-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00B18F;
}
#schoolDetails .comments {
  margin-top: 80px;
}
#schoolDetails .comments h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
#schoolDetails .comments h3 span {
  color: #00B18F;
}
#schoolDetails .comments .form-box .form-group {
  margin-bottom: 30px;
  position: relative;
}
#schoolDetails .comments .form-box .form-group input,
#schoolDetails .comments .form-box .form-group textarea {
  background-color: #F9F8F8;
  font-size: 14px;
  padding: 20px 20px;
  border: 0px;
}
#schoolDetails .comments .form-box .form-group input.mobile-input,
#schoolDetails .comments .form-box .form-group textarea.mobile-input {
  text-align: left;
  direction: ltr;
  letter-spacing: 10px;
}
#schoolDetails .comments .form-box .form-group .help-block {
  position: absolute;
  top: -20px;
  right: 15px;
}
#schoolDetails .comments .form-box .btn-row {
  text-align: center;
  margin-bottom: 60px;
}
#schoolDetails .comments .form-box .btn-row .btn-green {
  padding: 15px 70px;
  font-size: 18px;
}
#schoolDetails .comments .comments-row {
  padding: 0 20px;
  margin-bottom: 40px;
}
#schoolDetails .comments .comments-row .profile-img-box {
  padding: 0 10px;
  margin-bottom: 15px;
}
#schoolDetails .comments .comments-row .profile-img-box img {
  border-radius: 5px;
}
@media (min-width: 768px) {
  #schoolDetails .comments .comments-row .profile-img-box {
    padding: 0 30px;
    margin-bottom: 0px;
  }
}
#schoolDetails .comments .comments-row .comments-details {
  border-bottom: 1px solid #F1EFEF;
  padding-bottom: 30px;
}
#schoolDetails .comments .comments-row .comments-details span {
  display: block;
}
#schoolDetails .comments .comments-row .comments-details span.name {
  font-weight: bold;
  font-size: 16px;
  color: #5C5858;
  margin-bottom: 15px;
}
#schoolDetails .comments .comments-row .comments-details span.date {
  font-size: 14px;
  color: #00B18F;
  margin-bottom: 15px;
}
#schoolDetails .comments .comments-row .comments-details p.message {
  color: #5C5858;
  text-align: justify;
  line-height: 31px;
}
#schoolDetails .comments .comments-row.replay .gap {
  display: none;
}
@media (min-width: 768px) {
  #schoolDetails .comments .comments-row.replay .gap {
    display: block;
  }
}
#aboutPage .top-banner {
  background-image: url("../images/content/about-banner.jpg");
  background-size: cover;
  height: 500px;
  width: 100%;
  position: relative;
}
#aboutPage .top-banner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 177, 143, 0.39);
}
#aboutPage .map-form {
  background-color: #F9F8F8;
}
#aboutPage .map-form .about-box {
  z-index: 1;
  position: relative;
  margin-top: -300px;
  margin-bottom: 60px;
}
#aboutPage .map-form .about-box .about-title {
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin: 40px 0;
}
#aboutPage .map-form .about-box .about-content {
  background-color: #fff;
  padding: 40px 50px;
  border-radius: 10px;
  box-shadow: 0px 0px 32px 0px #8898AA26;
}
#aboutPage .map-form .about-box .about-content p {
  line-height: 31px;
  text-align: justify;
}
#aboutPage .map-form .title-section {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  color: #000;
  margin-bottom: 40px;
}
#aboutPage .map-form .title-section span {
  color: #00B18F;
  position: relative;
  padding-right: 38px;
}
#aboutPage .map-form .title-section span::before {
  content: "";
  position: absolute;
  width: 30px;
  border-top: 2px solid #00B18F;
  height: 2px;
  right: 0;
  top: 23px;
}
#aboutPage .map-form .map-box {
  padding: 0 10px;
  margin-bottom: 40px;
}
#aboutPage .map-form .map-box .map-container {
  width: 100%;
  height: 400px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
#aboutPage .map-form .map-box .map-container ul.popup-toolbar.small li {
  width: 20px;
  height: 20px;
}
#aboutPage .map-form .map-box .map-container .popup-contents {
  font-size: 12px;
  line-height: 16px;
}
#aboutPage .map-form .map-box .map-container .popup-header {
  font-size: 1rem;
  color: #00b18f;
  /* line-height: 2rem; */
  padding: 0;
  background-color: transparent;
}
@media (min-width: 768px) {
  #aboutPage .map-form .map-box {
    padding: 0 40px;
  }
}
@media (min-width: 992px) {
  #aboutPage .map-form .map-box {
    padding: 0 0 0 30px;
    margin-bottom: 0px;
  }
}
#aboutPage .map-form .contact-form-box .form-group {
  margin-bottom: 30px;
  position: relative;
}
#aboutPage .map-form .contact-form-box .form-group input,
#aboutPage .map-form .contact-form-box .form-group textarea {
  background-color: #fff;
  font-size: 14px;
  padding: 20px 20px;
  border: 0px;
}
#aboutPage .map-form .contact-form-box .form-group input.mobile-input,
#aboutPage .map-form .contact-form-box .form-group textarea.mobile-input {
  text-align: left;
  direction: ltr;
  letter-spacing: 10px;
}
#aboutPage .map-form .contact-form-box .btn-row {
  text-align: center;
  margin-bottom: 60px;
}
#aboutPage .map-form .contact-form-box .btn-row .btn-green {
  padding: 15px 70px;
  width: 100%;
  font-size: 18px;
}
#aboutPage .help-block {
  position: absolute;
  color: red;
  top: -20px;
  right: 15px;
}
.model-box {
  display: inline-block;
  width: auto;
  position: relative;
}
.model-box .close-icon {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #686868;
  z-index: 1;
  cursor: pointer;
  font-size: 20px;
}
.model-box .modal-content-login {
  background-color: #fff;
  border-radius: 10px;
  padding: 0;
  display: inline-block;
  width: 300px;
  position: relative;
}
.model-box .modal-content-login .image-column {
  display: none;
  background-color: #00B18F;
  border-radius: 0 10px 10px 0;
  padding: 60px;
}
.model-box .modal-content-login .image-column .image-box {
  background-color: #36bda3;
  border: 1px solid #9fdfd2;
  border-radius: 15px;
  position: relative;
  height: 350px;
}
.model-box .modal-content-login .image-column .image-box img {
  position: absolute;
  bottom: 0px;
  right: -50px;
  max-width: 430px;
}
.model-box .modal-content-login .form-column .login-box {
  padding: 50px 30px 40px 30px;
}
.model-box .modal-content-login .form-column .login-box h3 {
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 20px;
}
.model-box .modal-content-login .form-column .login-box .form-group {
  margin: 10px 0;
  position: relative;
}
.model-box .modal-content-login .form-column .login-box .form-group input {
  background-color: #F9F8F8;
  border: 0px;
  border-radius: 5px;
  text-align: center;
  height: 45px;
}
.model-box .modal-content-login .form-column .login-box .form-group input.mobile-input {
  direction: ltr;
  letter-spacing: 10px;
}
.model-box .modal-content-login .form-column .login-box .form-group .btn-outline-green {
  margin-top: 10px;
  width: 100%;
  border: 1px solid #00B18F;
  border-radius: 5px;
  color: #00B18F;
  padding: 15px 0;
}
.model-box .modal-content-login .form-column .login-box .form-group .help-block {
  position: absolute;
  top: -22px;
  right: 12px;
}
.model-box .modal-content-login .form-column .login-box .not-yet {
  margin-top: 20px;
  margin-bottom: 0;
}
.model-box .modal-content-login .form-column .login-box .alert {
  padding: 10px 0;
}
@media (min-width: 350px) {
  .model-box .modal-content-login {
    width: 320px;
  }
}
@media (min-width: 768px) {
  .model-box .modal-content-login {
    width: 600px;
  }
  .model-box .modal-content-login .image-column {
    display: block;
    padding: 40px 30px 40px 30px;
  }
  .model-box .modal-content-login .image-column .image-box {
    height: 240px;
  }
  .model-box .modal-content-login .image-column .image-box img {
    right: -20px;
    max-width: 300px;
  }
  .model-box .modal-content-login .form-column .login-box {
    padding: 60px 20px 60px 20px;
  }
  .model-box .modal-content-login .form-column .login-box h3 {
    margin-bottom: 20px;
  }
  .model-box .modal-content-login .form-column .login-box .form-group .btn-green {
    width: auto;
  }
}
@media (min-width: 992px) {
  .model-box .modal-content-login {
    width: 800px;
  }
  .model-box .modal-content-login .image-column {
    padding: 30px 60px 30px 60px;
  }
  .model-box .modal-content-login .image-column .image-box {
    height: 300px;
  }
  .model-box .modal-content-login .image-column .image-box img {
    right: -50px;
    max-width: 400px;
  }
  .model-box .modal-content-login .form-column .login-box {
    padding: 100px 40px 60px 40px;
  }
}
@media (min-width: 1200px) {
  .model-box .modal-content-login {
    width: 900px;
  }
  .model-box .modal-content-login .image-column {
    padding: 30px 60px 30px 60px;
  }
  .model-box .modal-content-login .image-column .image-box img {
    right: -50px;
    max-width: 430px;
  }
  .model-box .modal-content-login .form-column .login-box {
    padding: 130px 60px 60px 60px;
  }
}
.model-box .modal-content-register {
  background-color: #fff;
  border-radius: 10px;
  padding: 0;
  display: inline-block;
  width: 290px;
  position: relative;
}
.model-box .modal-content-register .image-column {
  display: none;
  background-color: #00B18F;
  border-radius: 0 10px 10px 0;
  padding: 120px 60px 60px 60px;
}
.model-box .modal-content-register .image-column .image-box {
  background-color: #36bda3;
  border: 1px solid #9fdfd2;
  border-radius: 15px;
  position: relative;
  height: 350px;
}
.model-box .modal-content-register .image-column .image-box img {
  position: absolute;
  bottom: 0px;
  right: 70px;
  max-width: 230px;
}
.model-box .modal-content-register .form-column .login-box {
  padding: 40px 20px 20px 20px;
}
.model-box .modal-content-register .form-column .login-box h3 {
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 5px;
}
.model-box .modal-content-register .form-column .login-box .form-group {
  margin: 10px 0;
  position: relative;
}
.model-box .modal-content-register .form-column .login-box .form-group input {
  background-color: #F9F8F8;
  border: 0px;
  border-radius: 5px;
  text-align: center;
  height: 45px;
}
.model-box .modal-content-register .form-column .login-box .form-group input.mobile-input {
  direction: ltr;
  letter-spacing: 10px;
}
.model-box .modal-content-register .form-column .login-box .form-group .btn-outline-green {
  margin-top: 10px;
  width: 100%;
  border: 1px solid #00B18F;
  border-radius: 5px;
  color: #00B18F;
  padding: 15px 0;
  position: relative;
}
.model-box .modal-content-register .form-column .login-box .form-group .btn-outline-green i {
  font-size: 18px;
  margin-left: 10px;
  display: inline-block;
}
.model-box .modal-content-register .form-column .login-box .form-group .btn-green {
  width: 100%;
}
.model-box .modal-content-register .form-column .login-box .form-group .user-type {
  text-align: right;
  margin-bottom: 5px;
}
.model-box .modal-content-register .form-column .login-box .form-group .user-type .user-type-input {
  display: none;
}
.model-box .modal-content-register .form-column .login-box .form-group .user-type label {
  position: relative;
  padding-right: 22px;
  cursor: pointer;
}
.model-box .modal-content-register .form-column .login-box .form-group .user-type label::before {
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  top: 2px;
  background-color: #ddd;
  border: 1px solid #8f8f8f;
  width: 17px;
  height: 17px;
  border-radius: 3px;
  cursor: pointer;
}
.model-box .modal-content-register .form-column .login-box .form-group .user-type .user-type-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: #696969;
  width: 11px;
  height: 11px;
  border-radius: 2px;
}
.model-box .modal-content-register .form-column .login-box .not-yet {
  margin-top: 20px;
  margin-bottom: 0;
}
.model-box .modal-content-register .form-column .login-box .help-block {
  position: absolute;
  top: -18px;
  right: 12px;
}
@media (min-width: 350px) {
  .model-box .modal-content-register {
    width: 350px;
  }
}
@media (min-width: 768px) {
  .model-box .modal-content-register {
    width: 600px;
  }
  .model-box .modal-content-register .image-column {
    display: block;
    padding: 83px 30px 60px 30px;
  }
  .model-box .modal-content-register .image-column .image-box img {
    right: 10px;
    max-width: 190px;
  }
  .model-box .modal-content-register .form-column .login-box {
    padding: 60px 20px 60px 20px;
  }
  .model-box .modal-content-register .form-column .login-box h3 {
    margin-bottom: 20px;
  }
  .model-box .modal-content-register .form-column .login-box .form-group .btn-green {
    width: auto;
  }
}
@media (min-width: 992px) {
  .model-box .modal-content-register {
    width: 800px;
  }
  .model-box .modal-content-register .image-column {
    padding: 83px 60px 60px 60px;
  }
  .model-box .modal-content-register .image-column .image-box img {
    right: 40px;
    max-width: 230px;
  }
  .model-box .modal-content-register .form-column .login-box {
    padding: 60px 40px 60px 40px;
  }
}
@media (min-width: 1200px) {
  .model-box .modal-content-register {
    width: 900px;
  }
  .model-box .modal-content-register .image-column {
    padding: 120px 60px 60px 60px;
  }
  .model-box .modal-content-register .image-column .image-box img {
    right: 70px;
    max-width: 230px;
  }
  .model-box .modal-content-register .form-column .login-box {
    padding: 100px 60px 60px 60px;
  }
}
.model-box .modal-content-support {
  background-color: #fff;
  border-radius: 10px;
  padding: 0;
  display: inline-block;
  width: 290px;
  position: relative;
}
@media (min-width: 350px) {
  .model-box .modal-content-support {
    width: 340px;
  }
}
@media (min-width: 768px) {
  .model-box .modal-content-support {
    width: 600px;
  }
}
.model-box .modal-content-support .form-column .form-box {
  padding: 20px;
  text-align: right;
  direction: rtl;
}
.model-box .modal-content-support .form-column .form-box h3 {
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 20px;
}
.model-box .modal-content-support .form-column .form-box .form-group {
  margin: 10px 0;
  position: relative;
}
.model-box .modal-content-support .form-column .form-box .form-group input,
.model-box .modal-content-support .form-column .form-box .form-group select {
  background-color: #F9F8F8;
  border: 0px;
  border-radius: 5px;
  text-align: right;
  height: 45px;
}
.model-box .modal-content-support .form-column .form-box .form-group input.mobile-input,
.model-box .modal-content-support .form-column .form-box .form-group select.mobile-input {
  direction: ltr;
  text-align: center;
  letter-spacing: 10px;
}
.model-box .modal-content-support .form-column .form-box .form-group select {
  font-size: 14px;
}
.model-box .modal-content-support .form-column .form-box .form-group .btn-outline-green {
  margin-top: 10px;
  width: 100%;
  border: 1px solid #00B18F;
  border-radius: 5px;
  color: #00B18F;
  padding: 15px 0;
}
.model-box .modal-content-support .form-column .form-box .form-group .help-block {
  position: absolute;
  top: 0px;
  left: 12px;
}
.model-box .modal-content-support .form-column .form-box .not-yet {
  margin-top: 20px;
  margin-bottom: 0;
}
.model-box .modal-content-support .form-column .form-box .alert {
  padding: 10px;
  margin: 0px;
}
#gamePage .game-box {
  background-color: #00B15C;
  border-radius: 10px;
  margin: 40px 0;
  position: relative;
  display: unset;
  padding-bottom: 160px;
}
@media (min-width: 768px) {
  #gamePage .game-box {
    justify-content: center;
    display: flex;
    align-items: center;
    height: 440px;
    padding-bottom: 0px;
  }
}
#gamePage .game-box .img-box {
  position: absolute;
  right: -40px;
  bottom: -5px;
}
@media (min-width: 768px) {
  #gamePage .game-box .img-box {
    right: -80px;
    bottom: -15px;
  }
}
#gamePage .game-box .img-box img {
  max-width: 100%;
}
#gamePage .game-box .coin-img-box {
  display: none;
}
@media (min-width: 768px) {
  #gamePage .game-box .coin-img-box {
    position: absolute;
    left: 5px;
    bottom: 30px;
    display: unset;
  }
  #gamePage .game-box .coin-img-box img {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  #gamePage .game-box .coin-img-box {
    left: 10px;
    bottom: 30px;
  }
}
@media (min-width: 1200px) {
  #gamePage .game-box .coin-img-box {
    left: -5px;
    bottom: 20px;
  }
}
#gamePage .game-box .btn-coin {
  position: absolute;
  left: 15px;
  bottom: 15px;
  background: linear-gradient(97.43deg, #FFD150 -17.69%, #FFD150 49.87%, #D5AE43 101.89%);
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.75);
  text-align: center;
  padding: 5px 60px;
}
@media (min-width: 768px) {
  #gamePage .game-box .btn-coin {
    left: 30px;
    bottom: 15px;
  }
}
#gamePage .game-box .btn-coin .coin-value {
  position: relative;
  color: #D3841C;
  font-weight: bold;
  font-size: 18px;
}
#gamePage .question-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  z-index: 10;
  margin-top: 50px;
}
@media (min-width: 768px) {
  #gamePage .question-box {
    margin-top: 0;
  }
}
#gamePage .question-box h3.start {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin-bottom: 15px;
}
#gamePage .question-box p.start {
  font-size: 14px;
  color: #777;
  text-align: center;
  margin-bottom: 25px;
}
#gamePage .question-box .btn {
  width: 100%;
  font-size: 14px;
  cursor: pointer;
  padding: 10px 0;
}
#gamePage .question-box p.question {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
#gamePage .question-box .answer-item {
  display: block;
  background-color: #F0F0F0;
  border-radius: 3px;
  color: #000;
  padding: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
#gamePage .question-box .answer-item.success {
  background-color: #00b18f29;
  color: #059478;
}
#gamePage .question-box .answer-item.failed {
  background-color: rgba(255, 0, 0, 0.13);
  color: #940516;
}
#gamePage .question-box .answer-item.select {
  background-color: #cacaca;
}
#support-modal .type-box {
  display: inline-block;
  margin-left: 20px;
}
#support-modal .type-box .custom-checkbox {
  display: none;
}
#support-modal .type-box .custom-checkbox-label {
  position: relative;
  margin: 0;
  padding-right: 23px;
  cursor: pointer;
}
#support-modal .type-box .custom-checkbox-label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #666666;
  border-radius: 3px;
  background-color: white;
  transition: all 0.3s;
  position: absolute;
  top: 0px;
  right: -1px;
  cursor: pointer;
}
#support-modal .type-box .custom-checkbox:checked + label.custom-checkbox-label::after {
  content: "\f00c";
  font: normal normal normal 16px / 1 FontAwesome;
  position: absolute;
  right: 2px;
  top: 1px;
  color: white;
  font-size: 16px;
  cursor: pointer;
}
#support-modal .type-box .custom-checkbox:checked + label.custom-checkbox-label::before {
  background-color: #00b18f;
}
/*# sourceMappingURL=style.css.map */