/* Header Css */
.main-menu ul li.menu-item-has-children.home-head > a:after {
  content: "\f078";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 4px;
  font-weight: 600;
  top: 0;
  font-size: 12px;
  display: none !important;
}
/* End Header Css */

/* Working Css */

.adress-info {
  font-size: 23px !important;
  color: white !important;
}

.adress-info-footer {
  color: white !important;
}

.owner {
  height: 86px !important;
  width: 81px !important;
}

.kids-vidoes {
  border-radius: 10px !important;
}

.video-section {
  padding-bottom: 0px !important;
}

.kids-section {
  padding-top: var(--section-space);
  padding-top: 0px !important;
}

button.book-btn {
  background: #f6931e !important;
  color: white !important;
  padding: 10px 10px 10px 10px !important;
  border-radius: 14px !important;
  width: 123px !important;
  height: 50px !important;
  font-size: 20px !important;
  left: 34px !important;
}

.icon-btn.trial {
  display: inline-block;
  width: var(--btn-size, 150px) !important;
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  font-size: var(--btn-font-size, 16px);
  /* background-color: var(--theme-color); */
  background-color: #f6931e !important;
  color: var(--white-color);
  text-align: center;
  border-radius: 10px;
  border: none;
  transition: 0.4s ease-in-out;
  font-weight: bold !important;
}

.icon-btn.trial:hover {
  background-color: #90278e !important;
}

.space.overflow-hidden.kids-section-new {
  padding-bottom: 0px !important;
}

.fw-extrabold.h3.text-center {
  color: white !important;
}

.space-extra2,
.space-extra2-top.information {
  padding-top: 0px !important;
}

.space-extra2,
.space-extra2-bottom.information {
  padding-bottom: 0px !important;
}

.maths-new-secrtion {
  margin-top: 70px !important;
}

.about-content-wrap.video-sys {
  padding-right: 15px !important;
}

.hero-text.objectives {
  color: black !important;
}

.img-2.live-class {
  height: 400px;
}

.pt-105.online-teach {
  padding-top: 0px !important;
}

.junior-achi {
  font-size: 40px !important;
}

.popup-search-box button.searchClose {
  width: 40px !important;
  height: 48px !important;
  line-height: 52px;
  position: absolute;
  top: 40px;
  right: 40px;
  background-color: var(--theme-color);
  font-size: 22px;
  border-radius: 10px;
  transform: rotate(0);
  transition: all ease 0.4s;
  color: var(--white-color);
  border: 0;
}

select.style2,
.single-select.style2,
.form-control.style2,
.form-select.style2,
textarea.style2,
input.style2 {
  height: auto;
  border: none;
  border: 1px solid rgb(246 147 30) !important;
  padding: 10px 30px !important;
  background-color: transparent;
  line-height: initial;
}

.form-control.style2 {
  color: white !important;
}

.wcu-thumb .shape-mockup {
  width: 70% !important;
  height: 100%;
  z-index: 1;
  left: 90px !important;
}

.wcu-thumb .img-2 {
  border: 17px solid var(--white-color);
  box-shadow: 0px 6px 24px 0px rgba(110, 119, 139, 0.15);
  transform: rotate(10deg);
  width: 80% !important;
}

.sec-title.about-text {
  font-size: 30px !important;
}

.pt-105 .text-section {
  padding-top: 0px !important;
}

.author-widget-wrap.trainer .avater img {
  border-radius: 40%;
  height: 180px !important;
}

.img-box13.official img {
  max-width: fit-content;
  height: 646px !important;
  margin-top: 62px !important;
}

@media all and (max-width: 320px) {
  .img-box13.official img {
    display: none !important;
  }
  /* img.mobile-logo-new {
    height: 55px !important;
  } */
}

img.mobile-logo-new {
  height: 85px !important;
}

@media (max-width: 767px) {
  .scroll-btn img {
    width: 70px;
    margin-bottom: 61px !important;
  }
}

.read-more:hover {
  color: #000000 !important;
}

/* End Working Css */
