@charset "utf-8";

* {
  outline: none;
  margin: 0px;
  padding: 0px;
  border: none;
  text-decoration: none;
  font-family: "OpenSans";
  box-sizing: border-box;
}

body {
  text-decoration: none;
  background-color: #fff;
  font-family: "OpenSans";
  font-size: 16px;
  color: #000;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  /* Remove horizontal scrollbar */
}

.smooth-scroll-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  will-change: transform;
}

a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

p {
  font-style: normal;
  font-display: swap;
  height: auto;
  font-size: 1em;
  color: #212121;
  line-height: 1.7;
  font-family: "OpenSans";
  font-weight: normal;
}

li {
  font-size: 16px;
  font-weight: normal;
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

@font-face {
  font-family: "Albert Sans";
  src: url("../fonts/AlbertSans-Regular.eot");
  src: url("../fonts/AlbertSans-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AlbertSans-Regular.woff2") format("woff2"),
    url("../fonts/AlbertSans-Regular.woff") format("woff"),
    url("../fonts/AlbertSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Albert Sans";
  src: url("../fonts/AlbertSans-Medium.eot");
  src: url("../fonts/AlbertSans-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AlbertSans-Medium.woff2") format("woff2"),
    url("../fonts/AlbertSans-Medium.woff") format("woff"),
    url("../fonts/AlbertSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Albert Sans";
  src: url("../fonts/AlbertSans-ExtraBold.eot");
  src: url("../fonts/AlbertSans-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AlbertSans-ExtraBold.woff2") format("woff2"),
    url("../fonts/AlbertSans-ExtraBold.woff") format("woff"),
    url("../fonts/AlbertSans-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Light.eot");
  src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSans-Light.woff2") format("woff2"),
    url("../fonts/OpenSans-Light.woff") format("woff"),
    url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSans-Regular.woff2") format("woff2"),
    url("../fonts/OpenSans-Regular.woff") format("woff"),
    url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Medium.eot");
  src: url("../fonts/OpenSans-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSans-Medium.woff2") format("woff2"),
    url("../fonts/OpenSans-Medium.woff") format("woff"),
    url("../fonts/OpenSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Italic.eot");
  src: url("../fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSans-Italic.woff2") format("woff2"),
    url("../fonts/OpenSans-Italic.woff") format("woff"),
    url("../fonts/OpenSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}


@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Italic.eot');
  src: url('../fonts/PlayfairDisplay-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PlayfairDisplay-Italic.woff2') format('woff2'),
    url('../fonts/PlayfairDisplay-Italic.woff') format('woff'),
    url('../fonts/PlayfairDisplay-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}




body.home .sexy-menu {
  position: fixed;
}

.sexy-menu.detached .header-contact {
  display: none;
}

video {
  width: 100%;
}

.sexy-menu.detached .tophead {
  display: none;
}

.sexy-menu.detached .nav-brand img {
  margin-top: 5px;
  width: 70%;
}

.nav-menu2 {
  border-top: 0;
  margin-top: 0;
}

.wh-top {
  margin-right: 15px;
  display: flex;
  align-items: center;
  position: relative;
}

.nav-menu>li>a {
  margin: 25px 20px;
  display: inline-block;
  position: relative;
  color: #333;
  font-size: 1em;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
  font-display: swap;
  text-transform: uppercase;
}

.nav-menu2>li>a {
  margin: 35px 44px 20px;
}

.nav-menu {
  /* border-top: 2px solid rgb(199 199 199 / 23%); */
  margin-top: 14px;
}

.header-phone {
  display: flex !important;
  align-items: center;
  margin-top: 30px !important;
}

.wh-img {
  margin-right: 10px;
}

.sexy-menu.detached .header-phone {
  display: none;
}

.nav-menu>li:last-child a,
ul.header-social li:last-child,
.nav-menu2>li>a:last-child {
  margin-right: 0 !important;
}

.nav-menu>li:first-child a,
.nav-menu2>li:first-child a {
  margin-left: 0 !important;
}

.resp-show {
  display: none !important;
}

.nav-menu>li>a:hover {
  color: #e37d4f;
}

.sexy-menu.detached .nav-menu>li>a {
  margin: 15px 15px;
  color: #393939;
}

.sexy-menu.detached .nav-menu {
  border-top: 0;
}

.sexy-menu.detached .header-phone {
  margin: 32px 15px !important;
}

#button {
  display: inline-block;
  background-color: #333;
  line-height: 50px;
  width: 50px;
  color: #fff;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

#button i {
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.carousel-indicators .active,
.carousel-indicators li {
  width: 15px !important;
  height: 15px !important;
  border: 0 !important;
}

.carousel-indicators .active {
  background: #dfc0f3 !important;
}

.carousel-indicators li {
  background: #655a8e !important;
  margin: 0 3px !important;
}

.carousel-indicators {
  bottom: 5em !important;
  right: 200px !important;
  left: unset !important;
  width: unset !important;
}

/**/
.clear {
  clear: both;
}

audio,
::selection {
  background: #8cc248 !important;
  color: #fff !important;
}

span::selection {
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: #fff !important;
  background: #8cc248 !important;
}

::-moz-selection {
  color: #fff !important;
}

.grecaptcha-badge {
  display: none !important;
}

.img-full {
  width: 100%;
  height: auto;
  display: block;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.logo1 {
  display: none;
}

.banner-wraper {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9;
  padding: 25px 25px;
}

.banner-wraper img {
  border-radius: 30px;
}

.sexy-menu.detached .navigation {
  padding-top: 0px;
}

.navigation {
  padding-top: 40px;
}

.nav-brand img {
  width: 100%;
}

.sexy-menu.detached .header-call {
  margin-top: 8px;
}

.desk-view {
  display: block !important;
}

.mob-view {
  display: none !important;
}

.copy-right {
  width: auto;
  height: auto;
  float: left;
  font-family: "OpenSans";
  font-size: 1em;
  color: #242424;
  font-weight: normal;
  line-height: 60px;
}

.copy-right span {
  font-family: "OpenSans";
  font-weight: normal;
}

.designed {
  width: auto;
  height: auto;
  float: right;
}

.designed-ido {
  float: right;
  height: auto;
  padding-left: 8px;
  padding-top: 15px;
  width: auto;
}

.designed p {
  width: auto;
  height: auto;
  float: right;
  font-family: "OpenSans";
  font-size: 1em;
  font-weight: normal;
  line-height: 60px;
  margin: 0;
  color: #363636;
}

.designed p a {
  text-decoration: none;
  font-family: "OpenSans";
  font-size: 1em;
  color: #242424;
  font-weight: normal;
}

.main-container {
  width: 100%;
  height: auto;
  padding-top: 60px;
}

.footer-wraper {
  width: 100%;
  height: auto;
  padding-top: 50px;
}

/************************************************** START LOCATION **************************************************/

.bredcum-wraper {
  width: 100%;
  height: auto;
  /* padding-top: 20px; */
  text-align: center;
  display: flex;
  margin: 0 auto;
  align-items: center;
  position: relative;
  z-index: 9;
}

.bredcum-container {
  width: auto;
  height: auto;
}

.bred-home {
  width: auto;
  height: auto;
  float: left;
}

.bred-home a,
.bred-home {
  width: auto;
  height: auto;
  float: left;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1.26em;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: capitalize;
  color: #5e3424;
}

.bred-home a {
  font-size: 1em;
}

.bred-home a:hover {
  width: auto;
  height: auto;
  float: left;
  color: #070606;
}

.bred-arrow {
  width: auto;
  height: auto;
  float: left;
  font-size: 0.85em;
  color: #333;
  line-height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}

.bred-next {
  width: auto;
  height: auto;
  float: left;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1.26em;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: capitalize;
  color: #e37d4f;
}

/************************************************** START CONTACT **************************************************/

.hide-menu {
  display: none;
}

.footer-bottom-icons {
  width: 100%;
  height: auto;
  border-top: 1px solid #ccc;
}

.footer-mid {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding: 1em 0em;
}

.footer-social-links {
  width: auto;
  height: auto;
  align-content: center;
}

.footer-social-links ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.footer-social-links ul li {
  width: auto;
  height: auto;
  float: left;
  margin-left: 1em;
  font-size: 1.25em;
  color: #e37d4f;
}

.footer-social-links ul li a {
  width: auto;
  height: auto;
  float: left;
  font-size: 1em;
  color: #e37d4f;
}

.footer-menu {
  width: auto;
  height: auto;
  display: flex;
}

.footer-address-container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0px;
}

.footer-address {
  width: auto;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.footer-menu ul li {
  width: auto;
  height: auto;
  float: left;
  padding: 0px 1em;
}

.icon-f {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}

.icon-f span {
  margin-right: 0.5em;
}

.footer-menu-title {
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-family: "Albert Sans";
  font-weight: normal;
  font-size: 1em;
  letter-spacing: 1px;
  color: #e37d4f;
  line-height: 1.8;
  padding-right: 0.5em;
}

.footer-menu ul li a {
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-family: "Albert Sans";
  font-weight: normal;
  font-size: 1em;
  letter-spacing: 1px;
  color: #333;
  line-height: 1.8;
}

.footer-menu ul li a:hover {
  color: #d1c298;
}

.footer-menu ul {
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.footer-bottom-container {
  display: flex;
  justify-content: space-between;
}

.main-wraper {
  width: 100%;
  height: auto;
  padding-top: 100px;
  position: relative;
}

.enquiry-cont {
  align-items: flex-start;
}

.welcome-container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.enquiry-home {
  width: 49%;
  height: auto;
}

.enquiry-home-title {
  width: 100%;
  height: auto;
  padding-bottom: 0.5em;
}

.title-enquiry {
  width: 100%;
  height: auto;
  font-size: 2em;
  color: #6c3327;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 2;
}

.title-enquiry-sub {
  width: 100%;
  height: auto;
  font-size: 1em;
  color: #333;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.enquiry-form-outer {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  padding-top: 1em;
}

.enquiry-form-outer .user-box {
  position: relative;
  margin-right: 2%;
  width: 49%;
  float: left;
  margin-bottom: 15px;
}

.enquiry-form-outer .user-box:nth-child(2n + 2) {
  margin-right: 0%;
}

.enquiry-form-outer .user-box input {
  width: 100%;
  padding: 0px 1em;
  font-size: 1em;
  color: #333;
  border: none;
  border: 1px solid #ccc;
  outline: none;
  background: #fff;
  border-radius: 15px;
  line-height: 55px;
}

.enquiry-form-outer .user-box input:focus~label,
.enquiry-form-outer .user-box input:valid~label {
  top: -7px;
  left: 0px;
  color: #666;
  font-size: 10px;
  background-color: #fff;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 5px;
  bottom: inherit;
}

.enquiry-form-outer .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 1em;
  font-size: 1em;
  color: #333;
  pointer-events: none;
  transition: 0.5s;
  bottom: 0;
  line-height: 55px;
  background-color: transparent;
}

.full-field {
  width: 100% !important;
  margin-right: 0% !important;
}

textarea:focus~.floating-label,
textarea:not(:placeholder-shown)~.floating-label,
input:not(:focus):valid~.floating-label {
  top: -7px;
  left: 0px;
  color: #666;
  font-size: 10px;
  background-color: #fff;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 5px;
  bottom: inherit;
}

.scheme-des textarea {
  width: 100%;
  height: 120px;
  resize: none;
  padding: 10px 20px 0 20px;
  border: 1px solid #ccc;
  font-size: 1em;
  color: #333;
  font-family: inherit;
  font-weight: normal;
  border-radius: 15px;
}

.floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 10px;
  transition: 0.2s ease all;
  color: #999999;
  font-size: 1em;
}

/* active state */
.floating-input:focus~.bar:before,
.floating-input:focus~.bar:after,
.floating-select:focus~.bar:before,
.floating-select:focus~.bar:after {
  width: 50%;
}

/* highlighter */
.highlight {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 15%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.submit-button {
  line-height: 1.7;
  color: #fff;
  text-transform: uppercase;
  font-family: "Albert Sans";
  font-weight: normal;
  font-size: 1.15em;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #6c3327;
  border-radius: 8px;
  padding: 0px 25px;
  line-height: 40px;
}

.submit-button:hover {
  transform: scale(1);
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.enquire-pic {
  width: 45%;
  border-radius: 20px;
  overflow: hidden;
}

.enquiry-top {
  width: 100%;
  height: auto;
  padding: 30px 0px 70px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.learn-title {
  width: auto;
  height: auto;
}

.learn-title-main {
  font-size: 2.125em;
  color: #6c3327;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 1.5;
}

.learn-title-sub {
  font-size: 1.313em;
  color: #6c3327;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.tutoring-bottom {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}

.tutoring-button {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  background-color: #e37d4f;
}

.individual-title {
  font-size: 1.5em;
  color: #6c3327;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.group-button {
  background-color: #6c3327;
}

.group-title {
  color: #b06340;
}


.testimonial-wraper {
  width: 100%;
  height: auto;
  background-color: #f2edec;
  padding: 0 0px 120px 0px;
  position: relative;
}

.title-testimonial {
  width: 100%;
  height: auto;
  font-size: 2em;
  color: #6c3327;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 2;
  text-align: center;
}

.facilities-owl .owl-controls {
  right: unset;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}

.facilities-owl .owl-prev {
  left: 47%;
}

.facilities-owl .owl-next {
  right: 47%;
}

.facilities-owl .owl-nav [class*="owl-"] {
  margin: 0 !important;
  color: #623727;
  background: transparent !important;
  font-size: 2em !important;
}

.facilities-owl .owl-nav [class*="owl-"]:hover {
  color: #b57a4b;
  /* change to a lighter brown on hover */
  transform: scale(1.1);
  /* slightly enlarge on hover */
}

.testimonial {
  width: 100%;
  height: 100%;
  padding: 22px 40px;
  border-radius: 20px;
  background: url(../images/testimonial-bg.jpg) no-repeat;
  background-size: 100% 100%;
}

.testi-name {
  width: 100%;
  height: auto;
  border-top: 1px solid #ccc;
  margin-top: 65px;
  color: #333;
  text-align: right;
  padding: 1em 0em;
  text-transform: uppercase;
  font-family: "Albert Sans";
}

.what-bottom-title img {
  width: auto !important;
  margin-bottom: 0.5em;
}

.facilities-owl .item {
  height: 100% !important;
}

#owl-demo-3 .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
}

.facilities-owl {
  padding-top: 1em;
}

.about-wraper {
  width: 100%;
  height: auto;
  padding: 50px;
  position: relative;
  background-color: #f7f7f0;
  margin-top: -40px;
}

.index-about-btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

#learn-more {
  width: auto;
  height: 38px;
  padding: 0px 35px;
  border-radius: 10px;
  color: #a2928c;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  border: 1px dashed #a6857b;
  background-color: #fcfcf9;
  cursor: pointer;
  font-size: 1em;
  text-transform: uppercase;
}

#learn-more i {
  margin-left: 10px;
}


.about-title {
  width: 100%;
  height: auto;
  font-size: 0.813em;
  color: #6c3327;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 1.7;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

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

.resouce-wrap {
  width: 100%;
  height: auto;
  padding: 1em 0px 50px 0px;
  display: flex;
  justify-content: space-between;
}

.resource-container {
  width: 32%;
  height: auto;
}

.resouce-bg {
  width: 100%;
  height: auto;
  border-radius: 25px;
  overflow: hidden;
}

.resource-name {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 1.125em;
  color: #765e46;
  font-style: italic;
  text-transform: uppercase;
}

.resource-subject {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 1.125em;
  color: #765e46;
  font-family: "Albert Sans";
  text-transform: uppercase;
}

.resource-pic {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 1.5em;
  margin-top: -172px;
}

.divider-with-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 20px 0;
  /* margin-bottom: 100px; */
}

.divider-with-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 10px;
  height: 1px;
  background-color: #d3d3d3;
  z-index: 1;
}

.view-more-button {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 10px 20px;
  background-color: white;
  border: 1px dashed #c0b2a5;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 4px;
  border-style: dashed;
  font-size: 1em;
  color: #6c3327;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.view-more-button:hover {
  opacity: 0.9;
}

.button-out {
  display: flex;
  flex-direction: column;
  align-items: end;
}

#plus {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 60px;
  cursor: pointer;
  margin-bottom: 0.25em;

  background: #e37d4f;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 2em;
  padding: 15px 0px;
  float: left;
}

#plus .desk-view {
  transform: rotate(90deg);
  white-space: nowrap;
}

#popUp {
  position: fixed;
  width: 400px;
  height: auto;
  background: #e37d4f;
  bottom: 8%;
  margin-left: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 9999;
  padding: 2% 2% 2%;
  right: 0;
  opacity: 0;
  border-bottom-right-radius: 80px;
  border-top-right-radius: 35px;
}

#popUp .close {
  position: absolute;
  top: -5px;
  opacity: 1;
  left: -4%;
  color: #fff;
  font-family: inherit;
  font-weight: normal;
  font-size: 1.5em;
  cursor: pointer;
  background-color: #e37d4f;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

#popUp .close i {
  color: #fff;
  font-size: 1em;
  margin-left: 0px;
}

/*#plus {
  color: #fff;
  font-size: 1em;
  margin-right: -425px;
  -webkit-transition: all 1.25s ease;
  -moz-transition: all 1.25s ease;
  -o-transition: all 1.25s ease;
  transition: all 1.25s ease;
  cursor: pointer;
  text-align: left;
  letter-spacing: 1px;
  z-index: 999;
  width: 100%;
}*/

.button-out {
  position: fixed;
  right: 0;
  bottom: 40vh;
  z-index: 999;
}

/* WhatsApp button */
.whats-app {
  background: #727662;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 2em;
  padding: 15px 0px;

  float: left;
}

.whats-app a i {
  color: #fff;
}

#plus::after {
  display: block;
  display: relative;
}

.side-form .form-group {
  margin-bottom: 12px;
}

.side-form-title {
  font-size: 2em;
  font-family: 'Albert Sans';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #fff;
  line-height: 1;
  display: block;
}

.d-container {
  width: 100%;
  padding-left: 15%;
  padding-right: 15%;
}

.testimonial-wraper .d-container,
.top-wraper .d-container,
.banner-caption .d-container {
  width: 100%;
  padding-left: 8%;
  padding-right: 8%;
}

.banner-caption {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.caption-top {
  font-family: 'Albert Sans';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 2.314em;
  color: #5e3424;
  letter-spacing: -1px;
  line-height: 1.1;
}

.banner-orange {
  color: #e37d4f;
}

.consult {
  width: auto;
  height: 40px;
  background-color: #e37d4f;
  padding: 0px 38px;
  border-radius: 10px;
  line-height: 40px;
  display: flex;
  align-items: center;
  float: left;
  color: #fff;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  margin: 1em 0em;
}

.consult p {
  color: #fff;
  margin-right: 10px;
}

.browse {
  width: auto;
  height: 40px;
  padding: 0px 43px;
  border-radius: 10px;
  line-height: 40px;
  display: flex;
  align-items: center;
  float: left;
  color: #5e3424;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  border: 1px dashed #5e3424;
}

.browse p {
  color: #5e3424;
  margin-right: 10px;
}

.explore {
  width: auto;
  height: 40px;
  background-color: #828356;
  padding: 0px 20px;
  border-radius: 10px;
  line-height: 40px;
  display: flex;
  align-items: center;
  float: left;
  color: #fff;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  margin: 1em 0em;
}

.explore p {
  color: #fff;
  margin-right: 10px;
}

.caption-content-right {
  width: auto;
  height: auto;
  position: relative;
  float: right;
  margin-top: -80px;
}

.caption-content-right p {
  color: #5e3424;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1.25em;
  line-height: 1.5;
  background: url(../images/banner-listing.png) no-repeat left center;
  background-position-y: 9px;
  padding-left: 20px;
}






/* Book free consultation page*/

.bfc-banner-wraper {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9;
  padding: 110px 25px 25px 25px;
}

.bfc-banner-wraper img {
  border-radius: 33px;
}

.innerpage-banner-heading {
  text-align: center;
  color: #e37d4f;
  font-size: 2.314em;
  margin-top: 60px;
  font-family: 'Playfair Display';
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

.innerpage-banner-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}

#btn-resources {
  padding: 8px 41px;
  background: transparent;
  border: 1px dashed #5e3424;
  color: #5e3424;
  border-radius: 10px;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  cursor: pointer;
}

#btn-options {
  padding: 8px 20px;
  background-color: #828356;
  color: #ebe7da;
  border-radius: 10px;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  cursor: pointer;
}

.banner-book-btn {
  background-color: #e37d4f;
  color: #fff;
  padding: 10px 30px;
  border-radius: 10px;
  font-size: 1em;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.banner-resources-btn {
  background-color: transparent;
  color: #5c3526;
  border: 1px dashed #5c3526;
  border-radius: 10px;
  padding: 10px 30px;
  font-size: 1em;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.banner-option-btn {
  background-color: #828356;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 1em;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.banner-option-btn {color:  #fff !important;}
.innerpage-banner-buttons i {
  margin-left: 10px;
}

/* form */
.contactform-container {
  width: 65%;
  margin: auto;
}

.contactform-title {
  text-align: center;
  font-size: 2em;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.contactform-btn {
  text-align: center;
}

.contactform-button {
  line-height: 1.7;
  color: #fff;
  text-transform: capitalize;
  font-family: "Albert Sans";
  font-weight: normal;
  font-size: 1.15em;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #828356;
  border-radius: 8px;
  padding: 0px 25px;
  line-height: 40px;
}

.contactform-box select {
  width: 100%;
  height: 55px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding-left: 15px;
  border-radius: 15px;
  padding-right: 0px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('../images/down-arrow.png');
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 12px;
  color: #765549;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
}

/* .contactform-box select option {
  background-color: #910c0c;
  color: #000;
  font-size: 22px;
  padding: 20px 0;
} */


.contactform-outer {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  padding-top: 1em;
}

.contactform-outer .contactform-box {
  position: relative;
  margin-right: 2%;
  width: 49%;
  float: left;
  margin-bottom: 15px;
}

.contactform-outer .contactform-box:nth-child(7) {
  position: relative;
  margin-right: 2%;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

.contactform-outer .contactform-box:nth-child(2n + 2) {
  margin-right: 0%;
}

.contactform-outer .contactform-box input {
  width: 100%;
  padding: 0px 1em;
  font-size: 1em;
  color: #765549;
  border: none;
  border: 1px solid #ccc;
  outline: none;
  background: #fff;
  border-radius: 15px;
  line-height: 55px;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.contactform-outer .contactform-box input:focus~label,
.contactform-outer .contactform-box input:valid~label {
  top: -7px;
  left: 0px;
  color: #666;
  font-size: 10px;
  background-color: #fff;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 5px;
  bottom: inherit;
}

.contactform-outer .contactform-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 1em;
  font-size: 1em;
  color: #765549;
  pointer-events: none;
  transition: 0.5s;
  bottom: 0;
  line-height: 55px;
  background-color: transparent;
}

.contactform-des textarea {
  width: 100%;
  height: 120px;
  resize: none;
  padding: 10px 20px 0 20px;
  border: 1px solid #ccc;
  font-size: 1em;
  color: #333;
  font-family: inherit;
  font-weight: normal;
  border-radius: 15px;
}

.contactform-outer .floating-label {
  color: #765549 !important;
}

.floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 10px;
  transition: 0.2s ease all;
  color: #999999;
  font-size: 1em;
}

/* active state */
.floating-input:focus~.bar:before,
.floating-input:focus~.bar:after,
.floating-select:focus~.bar:before,
.floating-select:focus~.bar:after {
  width: 50%;
}

/* highlighter */
.highlight {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 15%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}



/* About Page */

.innerpage .navigation {
  padding-top: 20px;
  align-items: center;
}

.about-sec1-wrap {
  margin: 50px 0;
  position: relative;
}

.about-sec1-heading {
  font-size: 2em;
  text-align: center;
}

.first-txt {
  color: #828356;
  font-family: 'Playfair Display';
  font-weight: normal;
  font-style: italic;
  font-display: swap;
  text-transform: capitalize;
}

.mid-txt {
  color: #66524a;
  font-family: 'Playfair Display';
  font-weight: normal;
  font-style: italic;
  font-display: swap;
  margin: 0 5px;
  text-transform: capitalize;
}

.last-txt {
  color: #e37d4f;
  font-family: 'Playfair Display';
  font-weight: normal;
  font-style: italic;
  font-display: swap;
  text-transform: capitalize;
}

.about-sec1-heading-bottom-box {
  width: 24%;
  margin: 20px auto;
  background-color: #fafaf6;
  border: 1px dashed #c9c9c9;
  text-align: center;
  font-size: 1.5em;
  padding: 20px 30px;
  border-radius: 10px;
  color: #828356;
}

.about-sec1-heading-bottom-box span {
  color: #e37d4f;
  font-family: 'Playfair Display';
  font-weight: normal;
  font-style: italic;
  font-display: swap;
  font-size: 1em;
}

.about-sec1-para {
  text-align: center;
  color: #55524a;
}

.about-sec1-experience {
  background-color: #f7f4f0;
  border-radius: 29px;
  padding: 35px;
}

.experience-heading {
  font-size: 2em;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #584139;
  padding: 20px 0 15px 0;
}

.current-exp {
  background-color: #fff;
  padding: 20px 0;
  margin: 10px 0;
  border-radius: 10px;
}

.current-exp p {
  background: url(../images/circle-icon.png) no-repeat left 8px;
  padding-left: 30px;
  position: relative;
  line-height: 1.7;
  margin-left: 20px;
  font-size: 1.125em;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.current-exp p span {
  color: #e37d4f;
  font-size: 1.333em;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.worked-schools {
  display: flex;
  flex-wrap: wrap;
}

.worked-schools-bottom {
  display: flex;
  flex-wrap: wrap;
}

.schools-logo {
  width: 25%;
  background-color: #fff;
  text-align: center;
  padding: 35px;
  border-right: 1px solid #e7dfd4;
}

.schools-logo:last-child {
  border-right: none;
}

.worked-schools-bottom .schools-logo {
  border-top: 1px solid #e7dfd4;
}

.worked-schools-title {
  margin-top: 10px;
  font-size: 1em;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.worked-schools-heading {
  font-size: 1.25em;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  padding-left: 45px;
  color: #67534c;
}

.exp-bottom-txt {
  font-size: 1em;
  margin-top: 30px;
}

/* About sec2 */

.approch-sec-left {
  width: 45%;
  height: auto;
  float: left;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.approch-sec-left-inner-txt {
  position: absolute;
  left: 30px;
  bottom: 15px;
  color: #55524a;
  font-size: 0.811em;
  font-family: "OpenSans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 1.5;
}

.approch-sec-right {
  width: 48%;
  height: auto;
  float: left;
  margin-left: 7%;
}

.why-sec-heading {
  font-size: 2em;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #584139;
}

.why-sec-para {
  color: #55524a;
  font-size: 1em;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  padding: 20px 0;
}

.why-start-sec {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.approch-sec-heading {
  font-size: 1.568em;
  text-align: center;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #584139;
  padding-right: 15px;
}

.approch-sec-subheading {
  font-size: 1.164em;
  text-align: center;
  margin: 10px 0;
  border-left: 1px solid #2f2f2f;
  padding-left: 15px;
}

.approch-sec-para {
  color: #55524a;
  font-family: "OpenSans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  margin-bottom: 40px;
}

.approch-heading-sec {
  display: flex;
  align-items: center;
}

.approch-sec-subheading .mid-txt {
  margin: 0;
}

.approch-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.approch-con-head {
  color: #584139;
  font-size: 1.308em;
  background: url(../images/circle-green.png) no-repeat left 9px;
  padding-left: 30px;
  position: relative;
  width: 18%;
}

.approch-con-txt {
  font-size: 1em;
  font-family: "OpenSans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  width: 68%;
  color: #55524a;
}

.approch-con-arrow {
  padding-top: 5px;
  width: 5%;
  text-align: center;
}



/* About sec3 */
.about-sec3-wraper {
  margin: 70px 0;
  position: relative;
}

.difference-con {
  width: 40%;
  height: auto;
  float: left;
  margin-right: 9%;
}

.difference-img {
  width: 51%;
  height: auto;
  float: left;
  border-radius: 10px;
  overflow: hidden;
}

.difference-con-heading {
  font-size: 2em;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #584139;
  padding-top: 20px;
}

.difference-con-para {
  font-size: 1em;
  font-family: "OpenSans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  margin: 10px 0;
}

.difference-con-list {
  margin-top: 30px;
}

.difference-con-list-heading {
  font-size: 1.5em;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #584139;
  padding-top: 15px;
  background: url(../images/arrow-left.png) no-repeat left 19px;
  padding-left: 40px;
  position: relative;

}

.difference-con-list-para {
  font-size: 1em;
  font-family: "OpenSans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  padding-left: 40px;
}


/* About sec4 */

.about-sec4-bg {
  background-color: #fdfaf0;
  height: 300px;
}

.classroom-img {
  width: 45%;
  height: auto;
  float: left;
  border-radius: 10px;
  overflow: hidden;
}

.classroom-con {
  width: 51%;
  height: auto;
  float: left;
  margin-left: 4%;
}

.classroom-con-heading {
  font-size: 2em;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #584139;
  padding-top: 40px;
}

.classroom-con-para {
  font-size: 1em;
  font-family: "OpenSans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #584139;
  margin: 20px 0 30px 0;
}

.classroom-con-bottom-card {
  background-color: #584139;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin-top: 12%;
}

.topright-img {
  position: absolute;
  top: -10%;
  right: -5%;
}

.classroom-con-bottom-card-heading {
  font-size: 2em;
  color: #fff;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.classroom-con-bottom-card p {
  font-size: 1em;
  color: #fff;
  font-family: "OpenSans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  margin-top: 5px;
}

.classroom-con-bottom-card-btns {
  margin: 20px 0;
}

.classroom-con-bottom-card-btns .booking {
  background-color: #e4794c;
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  cursor: pointer;
}

.classroom-con-bottom-card-btns .booking i {
  color: #fff;
  font-size: 1em;
  margin-left: 10px;
}

.classroom-con-bottom-card-btns .options {
  background-color: #828356;
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  margin-left: 10px;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  cursor: pointer;
}

.classroom-con-bottom-card-btns .options i {
  color: #fff;
  font-size: 1em;
  margin-left: 10px;
}

.about-experience-wraper {
  margin-top: 100px;
}

.about-sec4-wraper {
  position: relative;
}

.abt-sec1-topleft {
  position: absolute;
  top: 30%;
  left: 3%;
  opacity: 0.9;
}

.abt-sec4-left {
  position: absolute;
  top: 35%;
  left: 2%;
  opacity: 0.8;

}

/* .abt-sec4-right {
  position: absolute;
  top: -25%;
  right: 4%;  opacity: 0.8;

} */

.abt-sec3-right {
  position: absolute;
  top: -38%;
  right: 4%;
  opacity: 0.8;

}

/********************* Tutoring Page *********************/

.tutoring-sec1-subhead {
  font-size: 2em;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-align: center;
  padding: 20px 0 5px 0;
  border-top: 1px solid #f7dbce;
  margin-top: 10px;
  color: #584139;
}

.tutoring-lesson-content {
  display: flex;
  margin: 40px 0;
}

.lesson-item {
  width: 20%;
  padding: 20px 30px;
  border-right: 1px solid #e5e5db;
  text-align: center;
}

.lesson-item:last-child {
  border-right: none;
}

.tutoring-lesson-bottom-txt {
  border-top: 1px solid #f7dbce;
  border-bottom: 1px solid #f7dbce;
  padding: 10px 0;
  text-align: center;
  color: #55524a;
}

.tutoring-sec2-wraper {
  background-color: #f7f7f0;
  padding: 40px 0;
  position: relative;
  margin: 70px 0;
}

.tutoring-availability-heading {
  font-size: 2em;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-align: center;
  padding-bottom: 20px;
  color: #584139;
}

.spot-availability {
  background-color: #b57b65;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 49%;
  float: left;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.spot-availability-bgleft {
  position: absolute;
  top: -34%;
  left: -2%;
}

.spot-availability-bgright {
  position: absolute;
  top: 38%;
  right: 10.5%;

}

.current-availability {
  background-color: #e37d4f;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 49%;
  float: left;
  margin-left: 2%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.current-availability-bgleft {
  position: absolute;
  left: -6%;
  top: -68%;
}

.current-availability-bgright {
  position: absolute;
  right: 17.5%;
  top: 28%;
  rotate: 189deg;
}

.spot-availability .class {
  text-align: center;
  color: #e37d4f;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 40px;
  text-transform: uppercase;
  width: 30%;
  z-index: 1;
}

.current-availability .class {
  text-align: center;
  color: #94624f;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 40px;
  text-transform: uppercase;
  width: 30%;
  z-index: 1;
}

.class span {
  font-size: 2.811em;
}

.lessons {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  font-size: 1.5em;
  color: #fff;
  z-index: 1;

  p {
    color: #fff;
  }
}

.availability-term {
  float: right;
  background-color: #fff;
  border: 1px solid orange;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 5px 10px;
  font-size: 0.878em;
  color: #ba846f;
  font-family: 'Open Sans';
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

.availability-sec-btn {
  padding: 10px 30px;
  background-color: #fff;
  border: 1px dashed #5e3424;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  font-size: 1em;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #5e3424;
  cursor: pointer;
}

.tutoring-sec3-wraper {
  margin: 50px 0;
}

.tutoring-grp-container {
  width: 100%;
  padding-left: 8%;
  padding-right: 8%;
}

.tutoring-grp-accordion-sec {
  display: flex;
  justify-content: space-between;
}

.tutoring-grp-accordion-item {
  width: 31%;
  height: 100%;
  float: left;
  border: 1px solid #e5d1c9;
  border-radius: 10px;
}

.english-lang-grp .accordion_body {
  background-color: #ffe8e0;
}

.literature-grp .accordion_body {
  background-color: #eaeca1;
}

.grp-year {
  width: 50%;
  float: left;
  border-top: 1px solid #e5d1c9;
  border-right: 1px solid #e5d1c9;
}
.learn-btns{  
  border-top: 1px solid #e5d1c9;     
  display: flex;
   align-items: baseline;
}

.learn-btns .accordion-main{ width: 48% }


.grp-year:nth-child(3) {
  border-right: none;
}

.tutoring-grp-accordion-item-heading {
  font-size: 2em;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #5e3424;
  text-align: center;
  padding: 20px 0;
}

.grp-year-heading {
  text-align: center;
  color: #b57b65;
  font-family: "OpenSans";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  padding: 10px;
  font-size: 1.5em;
}

.accordion-main {
  background-color: #fff;
  border: 1px solid #f3e9e5;
  border-radius: 10px;
  width: 90%;
  margin: 10px auto;
}

.accordion_head {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 20px;
  line-height: 20px;
  border-radius: 5px;
  cursor: pointer;
  will-change: transform;
  transition: .3s;
}

.plusminus {
  min-width: 32px;
  height: 32px;
  position: relative;
  /* background-color: #e58358; */
  border: 1px solid #e58358;
  border-radius: 50%;
  align-content: center;
  text-align: center;
  color: #e58358;
  font-size: 1.5em;
}

.plusminus .plus {
  opacity: 1;
  visibility: visible;
}

.plusminus .minus {
  opacity: 0;
  visibility: hidden;
}

.hr-clc {
  height: 2px;
  background: #e58358;
  margin-top: 1px;
  width: 12px;
  padding: 0;
  border: 0;
  margin-left: 10px;
}

.accordion-title {
  width: 100%;
  height: auto;
  font-size: 1.023em;
  color: #94624f;
  font-family: "OpenSans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-transform: uppercase;
}

.accordion_body {
  padding: 9px 14px 10px;
  background-color: #fff3e8;
  margin: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.accordion_body-num {
  color: #e37d4f;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 2.388em;
}

.accordion_body-txt {
  color: #94624f;
  font-family: "OpenSans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 0.8em;
  line-height: 1.7;
  padding-left: 10px;
  display: flex;
  position: relative;
}

.accordion_body-txt::before {
    content: " ";
    position: absolute;
    left: -5px;
    background: #94624f;
    height: 5px;
    width: 5px;
    border-radius: 100%;
    top: 8px;
}

.accordion_body ul{
  list-style-position: inside;
  margin:0;
  padding:0;
}
.accordion-btn {
  background-color: #e37d4f;
  color: #fff;
  padding: 10px 42px;
  margin: 5px 0 30px 12px;
  border-radius: 10px;
  font-size: 0.898em;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  cursor: pointer;
}

.accordion-btn i {
  margin-left: 10px;
}

.tutoring-grp-accordion-item:nth-child(2) .accordion-btn {
  background-color: #b57b65;
}

.tutoring-grp-accordion-item:nth-child(2) .plusminus {
  border: 1px solid #b57b65;
  color: #b57b65;
}

.tutoring-grp-accordion-item:nth-child(2) .hr-clc {
  background: #e58358;
}

.tutoring-grp-accordion-item:nth-child(3) .accordion-btn {
  background-color: #828356;
}

.tutoring-grp-accordion-item:nth-child(3) .grp-year-heading {
  color: #828356;
}

.tutoring-grp-accordion-item:nth-child(3) .accordion-title {
  color: #828356;
}

.tutoring-grp-accordion-item:nth-child(3) .plusminus {
  border: 1px solid #828356;
  color: #828356;
}

.tutoring-grp-accordion-item:nth-child(3) .hr-clc {
  background: #828356;
}

.grp-year:nth-child(1) {
  border-right: 1px solid #e7d4cc;
}

/* sec4 */

.tutoring-sec4-wraper {
  margin-top: 70px;
}

.tutoring-sec4-heading {
  font-size: 2em;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-align: center;
  color: #584139;
  margin-bottom: 15px;
}

.tutoring-programs-item {
  background-color: #f7f6ef;
  padding: 3%;
  border-radius: 10px;
  margin-top: 20px;
}

.tutoring-programs-item:nth-child(2) {
  background-color: #f7f2ef;
}

.tutoring-programs-item:nth-child(2) .tutoring-enroll-btn {
  background-color: #b57b65;
}

.tutoring-programs-item:nth-child(3) .tutoring-enroll-btn {
  background-color: #828356;
  padding: 20px;
}

.tutoring-programs-item:nth-child(3) {
  background-color: #f7f7f2;
}

.tutoring-programs-heading {
  font-size: 2em;
  text-align: center;
  border-bottom: 1px solid #e5d5ca;
  padding-bottom: 20px;
  margin: 0 auto 15px auto;
  width: 62%;
}

.tutoring-programs-inner-con {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.tutoring-programs-inner-item {
  background-color: #fff;
  width: 24%;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.tutoring-programs-inner-item:nth-child(3) {
  align-items: flex-start;

  span {
    padding-top: 5px;
  }
}

.tutoring-programs-inner-item:nth-child(4) {
  align-items: flex-start;

  span {
    padding-top: 5px;
  }

}

.tutoring-programs-inner-item p {
  line-height: 1.7;
  font-size: 1.125em;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  position: relative;
  text-align: center;
  width: max-content;
}

.tutoring-programs-inner-con-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}

.tutoring-programs-bottom-inner-item {
  width: 49.5%;
  border-radius: 10px;
  display: grid;
}

.tutoring-programs-inner-item-con {
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
  padding: 10px;
}

.tutoring-programs-bottom-inner-item .inner-heading {
  font-size: 1.511em;
  color: #584139;
  padding-left: 20px;
  margin-top: 15px;
}

.tutoring-programs-bottom-inner-item ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.tutoring-programs-bottom-inner-item ul li {
  font-family: "OpenSans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #55524a;
  padding: 15px 30px 15px 62px;
  background: url(../images/tutoring-listing.png) no-repeat 23px 19px;
  position: relative;
}

.tutoring-programs-item:nth-child(2) .tutoring-programs-bottom-inner-item ul li {
  background: url(../images/circle-brown.png) no-repeat 23px 19px;
}

.tutoring-programs-item:nth-child(3) .tutoring-programs-bottom-inner-item ul li {
  background: url(../images/circle-green.png) no-repeat 23px 19px;
}

.tutoring-enroll-btn {
  background-color: #e37d4f;
  color: #fff;
  text-align: left;
  padding: 10px 20px;
  border-radius: 10px;
  margin-top: 10px;
  cursor: pointer;
  font-size: 1em;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.tutoring-enroll-btn i {
  margin-left: 10px;
}


/* Goal sec */

.goal-sec {
  width: 76%;
  margin: auto;
  display: flex;
  justify-content: center;
  padding: 50px 0 0 0;
}

.goal-sec-con-left,
.goal-sec-con-right {
  /* width: 50%; */
  height: auto;
  display: grid;
}

.goal-sec-con-left {
  padding: 0 50px 70px 0;
}

.goal-sec-con-right {
  padding: 0 0 70px 60px;
  border-left: 1px solid #e6e6d7;
}

.goal-sec-heading {
  font-size: 2em;
  color: #584139;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.goal-sec-para {
  font-family: "OpenSans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #55524a;
  font-size: 1em;
  margin: 20px 0 10px 0;
}


.goal-sec-con-left ul,
.goal-sec-con-right ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.goal-sec-con-left ul li,
.goal-sec-con-right ul li {
  font-family: "OpenSans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #55524a;
  padding: 15px 30px 15px 25px;
  background: url(../images/circle-green.png) no-repeat 0 19px;
  position: relative;
}

.goal-sec-con-left .goal-sec-bottom-con {
  background-color: #ebebe4;
  border-radius: 10px;
  width: 94%;
  padding: 13px 30px;
  font-family: "OpenSans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #55524a;
  font-size: 1em;
}

.goal-sec-con-right .goal-sec-bottom-con {
  background-color: #fff6ed;
  border-radius: 10px;
  width: 83%;
  padding: 20px 30px;
  font-family: "OpenSans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #55524a;
  font-size: 1em;
}

.book-consultation {
  width: 76%;
  height: auto;
  margin: auto;
  background-color: #f1ebe3;
  border-radius: 10px;
  padding: 20px;
}

.consultation-heading {
  font-size: 2em;
  text-align: center;
  color: #e37d4f;
}

.book-consultation p {
  text-align: center;
  font-family: "OpenSans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #353535;
  font-size: 1em;
}

.consultation-btns {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.consultation-Book-btn {
  background-color: #e37d4f;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
}

.consultation-Book-btn i {
  margin-left: 10px;
}

.consultation-contact-btn {
  background-color: #828356;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
}

.consultation-contact-btn i {
  margin-left: 10px;
}

.tutoring-sec5-wraper {
  position: relative;
}

.tutoring-sec5-right-bg {
  position: absolute;
  top: 0;
  right: 4%;
  opacity: 0.8;
}

.tutoring-sec5-left-bg {
  position: absolute;
  bottom: 0;
  left: 2%;
  opacity: 0.9;
}


/********************* Contact Page *********************/

.contact-sec1-wraper {
  margin: 40px 0;
  position: relative;
}

.contact-sec1-heading {
  font-size: 2em;
  text-align: center;
  color: #584139;
}

.contact-sec1-para {
  text-align: center;
  color: #55524a;
  margin-top: 10px;
}

.contact-form {
  background-color: #f9f6f3;
  text-align: center;
  padding: 20px;
  margin: 20px 0;
  border-radius: 10px;
}

.form-txt {
  font-size: 1.278em;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #574a3f;
  line-height: 1.5;
  text-align: center;
}

.form-txt span {
  color: #e37d4f;
}

.form-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.form-btns i {
  margin-left: 10px;
}

.banner-option-btn i {
  margin-right: 10px;
}

.expect-con {
  width: 52%;
  margin: 20px auto 30px auto;
}

.expect-items {
  width: 100%;
  height: auto;
  text-align: left;
  margin: 20px 0;
  background: url(../images/tutoring-listing.png) no-repeat left 9px;
  padding-left: 30px;
  position: relative;
}

.expect-items-head {
  font-size: 8.754em;
  font-family: "Albert Sans";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  color: #e7e4e3;
  line-height: 1;
}

.expect-items-txt {
  font-size: 1em;
 font-family: "OpenSans";
    font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #292929;
}

.expect-items-txt span {
  font-family: "OpenSans";
    font-weight: 500;
  font-style: normal;
  font-display: swap;
  color: #cf7750
}

.contact-faq-sec {
  background-color: #f9f5f2;
  padding: 30px;
  position: relative;
}

.faq-con {
  width: 71%;
  height: auto;
  margin: 20px auto;
}

.contact-accordion-main {
  background-color: #fff;
  /* padding-bottom: 1em; */
  border: 1px solid #f3e9e5;
  border-radius: 10px;
  width: 90%;
  margin: 10px auto;
}

.contact-accordion_head {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 20px;
  line-height: 20px;
  border-radius: 5px;
  cursor: pointer;
  will-change: transform;
  transition: .3s;
}

.contact-plusminus {
  min-width: 32px;
  height: 32px;
  position: relative;
  background-color: #e58358;
  /* border: 1px solid #e58358; */
  border-radius: 50%;
  align-content: center;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
}

.contact-plusminus .plus {
  opacity: 1;
  visibility: visible;
}

.contact-plusminus .minus {
  opacity: 0;
  visibility: hidden;
}

.hr-minus {
  height: 2px;
  background: #fff;
  margin-top: 1px;
  width: 12px;
  padding: 0;
  border: 0;
  margin-left: 10px;
}

.contact-accordion-title {
  width: 100%;
  height: auto;
  font-size: 1.278em;
  color: #574a3f;
  font-family: "OpenSans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.contact-accordion_body {
  padding: 9px 30px 10px;
  color: #4b4b4b;
  font-family: "OpenSans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  display: none;
}

.contact-accordion_body ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.contact-accordion_body ul li {
  font-size: 1em;
  font-family: "OpenSans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #212121;
  background: url(../images/tutoring-listing.png) no-repeat left 16px;
  padding: 10px 0 5px 25px;
  position: relative;
  line-height: 1.7;
}

.contact-bottom-sec {
  background-color: #f0f0ea;
  padding: 40px 0;
}

.contact-sec1-left-bg {
  position: absolute;
  left: 4%;
  top: 10%;
  opacity: 0.9;
}

.faq-right-bg {
  position: absolute;
  right: 10%;
  bottom: -2%;
  opacity: 0.9;
}



/********************* Resources Page *********************/

.gallerypage-buttons {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
}

.gallery-tab-txt {
  background-color: transparent;
  color: #663c2d;
  border-radius: 10px;
  border: 1px dashed #663c2d;
  font-size: 1.125em;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  width: 100%;
  display: flex;
  padding: 10px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.gallery-tablinks {
  width: 18%;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  float: left;
}

.gallery-tablinks .arrow-icon {
  display: none;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s;
  color: #663c2d;
}

.gallery-tablinks.tabnav-active .arrow-icon {
  display: block;
}

.gallery-tablinks.tabnav-active .gallery-tab-txt {
  background-color: #e37d4f;
  color: #fff;
  border: none;
}

.gallerypage-item {
  width: 33%;
  padding: 10px 5px 0 0;
  float: left;
  height: auto;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;

  /* opacity: 0;
  transform: translateY(10px);
  transition: opacity .4s ease, transform .4s ease; */
  opacity: 0;
  transform: scale(.95);
  transition: all .4s ease;
}

.gallerypage-item.show {
  /* opacity: 1;
  transform: translateY(0); */
  opacity: 1;
  transform: scale(1);
}

.gallerypage-item:last-child {
  margin-bottom: 0;
}

.box-group {
  text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  margin-bottom: 20px;
}

.box-group img {
  max-width: 100%;
  max-height: 100%;
  transform: scale3d(1, 1, 1);
  transition: all 0.3s ease 0s;
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.box-group:hover img {
  transform: scale(1.1);
}

.gallerypage-item .date {
  background-color: #e37d4f;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
}

.gallerypage-item .resource-name {
  color: #353535;
  font-size: 1.5em;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-align: left;
  margin: 15px 0 10px 0;
}

.resource-viewbtn {
  background-color: transparent;
  color: #5c3526;
  border: 1px dashed #5c3526;
  border-radius: 10px;
  padding: 7px 30px;
  font-size: 1em;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.resource-viewbtn i {
  margin-left: 10px;
}

.res-right-bg {
  position: absolute;
  top: 0;
  right: 7%;
  opacity: 0.8;
}

.res-left-bg {
  position: absolute;
  bottom: 50%;
  left: 2%;
  opacity: 0.9;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
}

.text-left{text-align: left;}
.tags-cloud ul li a {
    border: 1px solid #d7d7d7;
    padding: 5px 13px;
    margin: 0 6px 6px 0;
    display: block;
    color: #505050;
    font-weight: normal;
    font-size: .9em;
    line-height: 28px;
}
 .tags-cloud ul li {
    float: left;
    list-style: none;
}
.tags-cloud ul li a:hover {
    background-color: #e37d4f;
    border-color: #ff3115;
    color: #ffffff;
}

/********************* Index page *********************/

.choose-sec {
  display: flex;
  justify-content: space-between;
}

.choose-sec-items {
  text-align: center;
}

.choose-sec-items:first-child {
  text-align: left;
}

.choose-sec-items:first-child {
  border-right: 1px dashed #e37d4f;
}

.choose-sec-items .item-heading {
  color: #696a38;
  font-size: 1.125em;
  font-family: "Albert Sans";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  margin: 10px 0;
}

.choose-sec-head {
  color: #696a38;
  font-size: 2em;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-align: left;
  line-height: 1;
  padding-right: 50px;
}

.choose-sec-head span {
  color: #e37d4f;
}

.img-arrow {
  margin-top: 30px;
}

.choose-sec-items .line hr {
  border: 2px solid #e37d4f;
  width: 30px;
  margin: 5px auto;
  border-radius: 2px;
}


/* Subject sec*/

.subject-wraper {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
}

.subject-sec {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  gap: 30px;
  perspective: 1000px;
}

.subject-item {
  background-color: #e37d4f;
  padding: 30px;
  width: 27%;
  height: auto;
  color: #fff;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  transition: transform 0.1s ease;
  transform-style: preserve-3d;
  will-change: transform, box-shadow;
  cursor: pointer;
}

.subject-item:nth-child(2) {
  background-color: #b57b65;
}

.subject-item:nth-child(3) {
  background-color: #828356;
}

.subject-head {
  font-size: 2em;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 1;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.1s linear;
  will-change: transform;
}

.subject-item p {
  font-family: "OpenSans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  padding: 60px 0 0 60px;
  color: #fff;
  position: relative;
}

.subject-item:nth-child(3) p {
  padding-top: 85px;
}

.subject-arrow {
  position: absolute;
  top: 24%;
  left: 35%;
}



.subject-arrow {
  transition: transform 0.2s ease;
}

.subject-item:hover .subject-arrow {
  animation: arrowFloat 1s ease-in-out infinite;
}

@keyframes arrowFloat {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-2px);
  }

  100% {
    transform: translateY(0);
  }
}

.subject-item:nth-child(2) .subject-arrow {
  left: 45%;
}

.subject-item-vcenglish-bg {
  position: absolute;
  right: -9%;
  top: -36%;
}

.subject-item-language-bg {
  position: absolute;
  bottom: -8%;
  right: -22%;
}

.subject-item-literature-bg {
  position: absolute;
  top: -41%;
  right: -17%;
}

.subject-btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.subject-btn .banner-option-btn i {
  margin-left: 10px;
}

/* Background / image inside card */
.subject-item-vcenglish-bg,
.subject-item-language-bg,
.subject-item-literature-bg {
  transition: transform 0.35s ease;
  will-change: transform;
}

/* Scale on hover */
.subject-item:hover .subject-item-vcenglish-bg,
.subject-item:hover .subject-item-language-bg,
.subject-item:hover .subject-item-literature-bg {
  transform: scale(1.08);
}


/* Testimonial */

.testimonial-top-txt {
  background-color: #b57b65;
  color: #fff;
  padding: 20px 0;
  font-size: 1.875em;
  text-align: center;
}

.testimonial-top-sec {
  display: flex;
  justify-content: center;
  padding: 70px 0 50px 0;
  position: relative;
  overflow: hidden;
}

.testimonial-top-sec-heading {
  font-size: 5.12em;
  color: #515f4b;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


.testimonial-top-sec-heading span {
  font-size: 0.633em;
}

.testimonial-top-sec-txt {
  color: #515f4b;
  font-family: "OpenSans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  line-height: 1.2;
}


.testimonial-top-sec-subheading {
  font-family: "OpenSans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  color: #515f4b;
  line-height: 1;
  display: none;
}

.testimonial-top-sec-topimg {
  position: absolute;
  top: 0;
  left: 12%;
}

.testimonial-top-sec-bottomimg {
  position: absolute;
  bottom: 15%;
  right: 12%;
}

.testimonial-top-sec-item {
  width: 25%;
  padding: 0 0 3% 8%;
  border-right: 1px solid #e9c2b2;
  border-bottom: 1px solid #e9c2b2;
  position: relative;
}

.testimonial-top-sec-item:last-child {
  border-right: none;
}

.testi-icon-topleft {
  position: absolute;
  top: -3%;
  left: 98.5%;
}

.testi-icon-bottomright {
  position: absolute;
  bottom: -3%;
  left: 98.5%;
  z-index: 1;
}

.testi-icon-bottomleft {
  position: absolute;
  bottom: -3%;
  left: 0%;
  z-index: 1;
}

/* Contact */

.contact-wraper {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
}

.contact-top-con {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px 0;
  border-bottom: 1px solid #e0e0e0;
  gap: 70px;
  /* margin-bottom: 50px; */
}

.contact-top-txt {
  font-size: 2.288em;
  color: #6c3327;
}

.contact-top-para {
  font-family: "OpenSans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  color: #e37d4f;
}

.contact-top-con .banner-option-btn i {
  margin-left: 10px;
}

.subject-right-img {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 10px;
  margin-top: 38px;
}

.subject-right-img img {
  margin-bottom: 5px;
}

.subject-right-img i {
  font-size: 1.5em;
  color: #9e8379;
}


.card {
  perspective: 800px;
}

.card {
  width: 240px;
  height: 150px;
  background: #4f46e5;
  color: white;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  will-change: transform;
  transition: transform 0.2s ease-out;
  cursor: pointer;
}

.card .card-text {
  transition: transform 0.25s ease;
  transform-style: preserve-3d;
}

.card:hover .card-text {
  transform:
    translateZ(40px) rotateX(-12deg) rotateY(12deg) translate(6px, -6px);
}


/* search section */

.search-section {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
}

/* search form */

.search-form {
  display: flex;
  width: 500px;
  max-width: 90%;
}

.modern-search {
  display: flex;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 100%;
}

.modern-search input {
  flex: 1;
  border: none;
  padding: 15px 20px;
  outline: none;
  font-size: 1em;
}

.modern-search button {
  background: #e37d4f;
  color: #fff;
  border: none;
  padding: 0 25px;
  cursor: pointer;
  font-size: 1em;
}



/*****************  *******************/

.book-bg {
  position: absolute;
  top: 0%;
  left: 2%;
  opacity: 0.8;
  width: 150px;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
}

.bulb-bg {
  position: absolute;
  top: 10%;
  right: 7%;
  opacity: 0.8;
  width: 100px;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
}

.cat-writing2 {
  position: absolute;
  bottom: -4.5%;
  right: 4%;
}

.float {
  animation: float 5s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}












@media (min-width: 1023px) and (max-width: 1279px) {

  body,
  li {
    font-size: 12px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .whats-app {
    width: 40px;
    height: 40px;
    font-size: 1.25em;
  }

  #plus {
    width: 40px;
    height: 40px;
    font-size: 1.25em;
  }


  /********************* Index Page *********************/

  .caption-top {
    font-size: 2em;
    line-height: 1.3;
  }

  .caption-content-right {
    margin-top: -110px;
    margin-right: -25px;
  }

  .subject-item p {
    font-size: 1.2em;
    padding: 60px 0 0 20px;
  }

  .subject-arrow {
    width: 65px;
    top: 19%;
    left: 40%;
  }

  .subject-item:nth-child(2) .subject-arrow {
    left: 32%;
    top: 26%;
  }

  .subject-item:nth-child(3) .subject-arrow {
    left: 24%;
  }

  .banner-option-btn {
    font-size: 1.2em;
  }

  .testimonial-top-sec-item {
    width: 32%;
    padding: 0 0 3% 6%;
  }

  .testimonial-top-sec-txt {
    font-size: 1.1em;
  }

  .testimonial-top-sec-topimg {
    left: 0%;
    width: 370px;
  }

  .testimonial-top-sec-bottomimg {
    bottom: 17%;
    right: 0%;
    width: 400px;
  }

  .testimonial-wraper {
    padding: 0 0px 60px 0px;
  }

  .testimonial-top-txt {
    font-size: 1.5em;
  }

  .contact-top-para {
    font-size: 1.1em;
  }

  .contact-wraper {
    padding: 10px 0 20px 0;
  }

  .footer-wraper {
    padding-top: 0px;
  }

  .footer-social-links ul li a {
    font-size: 1.2em;
  }


  /********************* About Page *********************/

  .about-sec1-heading-bottom-box {
    width: 28%;
  }

  .approch-sec-left-inner-txt {
    bottom: 10px;
    font-size: 1.1em;
  }

  .why-sec-para {
    padding: 5px 0 10px 0;
  }

  .why-start-sec {
    margin-bottom: 5px;
  }

  .approch-sec-para {
    margin-bottom: 10px;
    font-size: 1.1em;
  }

  .approch-sec-subheading {
    font-size: 1.4em;
    padding-left: 10px;
  }

  .about-sec3-wraper {
    margin: 40px 0;
  }

  .difference-con-list {
    margin-top: 10px;
  }

  .difference-con-para {
    margin: 5px 0 10px 0;
  }

  .difference-con-list-heading {
    padding-top: 10px;
    background: url(../images/arrow-left.png) no-repeat left 12px;
  }

  .classroom-con-bottom-card {
    padding: 15px;
    margin-top: 3%;
  }

  .classroom-con-heading {
    padding-top: 10px;
  }

  .classroom-con-para {
    margin: 10px 0 0px 0;
    font-size: 1.1em;
  }

  .current-exp p {
    background: url(../images/circle-icon.png) no-repeat left 5px;
    line-height: 1.8;
  }

  /********************* Tutoring *********************/

  .goal-sec-con-left .goal-sec-bottom-con {
    width: 100%;
    padding: 13px 18px;
  }

  .goal-sec-con-right .goal-sec-bottom-con {
    width: 90%;
    padding: 20px 18px;
  }

  .tutoring-grp-container {
    padding-left: 4%;
    padding-right: 4%;
  }

  .tutoring-grp-accordion-item {
    width: 32%;
  }

  .accordion-btn {
    padding: 10px 15px;
  }

  .current-availability .class {
    width: 35%;
  }

  .tutoring-programs-inner-item br {
    display: none;
  }

  .tutoring-programs-inner-item p {
    text-align: left;
  }

  .tutoring-button {
    width: 60px;
    height: 60px;
    margin-right: 5px;
  }

  .tutoring-button img {
    width: 36px;
  }


  /********************* Contact Page *********************/

  .bfc-banner-wraper img {
    border-radius: 13px;
  }

  .main-wraper {
    padding-top: 50px;
  }

  .contactform-outer .contactform-box input {
    line-height: 42px;
    border-radius: 10px;
  }

  .contactform-outer .contactform-box label {
    line-height: 42px;
  }

  .contactform-box select {
    height: 42px;
    border-radius: 10px;
  }

  .accordion_body {
    padding: 9px 10px 10px;
  }


}

@media (min-width: 1280px) and (max-width: 1359px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .testimonial-wraper .d-container,
  .top-wraper .d-container,
  .banner-caption .d-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.5em;
  }

  #plus {
    width: 50px;
    height: 50px;
    font-size: 1.5em;
  }






  .subject-item p {
    padding: 60px 0 0 25px;
  }

  .subject-item p br {
    display: none;
  }

  .expect-con {
    width: 53%;
  }

  .accordion-btn {
    padding: 10px 17px;
  }

  .goal-sec-con-left .goal-sec-bottom-con {
    width: 100%;
    padding: 13px 20px;
  }

  .goal-sec-con-right .goal-sec-bottom-con {
    width: 87%;
  }

  .why-sec-para {
    padding: 10px 0;
  }

  .why-start-sec {
    margin-bottom: 10px;
  }

  .approch-sec-para {
    margin-bottom: 20px;
  }

  .difference-con-list {
    margin-top: 10px;
  }

  .classroom-con-heading {
    padding-top: 15px;
  }

  .about-sec4-bg {
    height: 250px;
  }

  .classroom-con-bottom-card {
    margin-top: 10%;
    padding: 20px;
  }

  .topright-img {
    top: -11%;
    right: -6%;
  }

  .caption-content-right {
    margin-right: -20px;
  }

  .caption-top {
    font-size: 2.2em;
    line-height: 1.2;
  }

  .testimonial-top-sec-item {
    width: 32%;
  }

  .testimonial-top-sec-topimg {
    left: 0;
  }

  .testimonial-top-sec-bottomimg {
    bottom: 16%;
    right: 1%;
  }

  .testimonial-top-sec-txt {
    font-size: 1.1em;
    line-height: 1.4;
  }
    .accordion_body {
    padding: 9px 10px 10px;
  }


}

@media (min-width: 1360px) and (max-width: 1399px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 7%;
    padding-right: 7%;
  }

  .tutoring-grp-container {
      padding-left: 5%;
      padding-right: 5%;
  }
  .testimonial-wraper .d-container,
  .top-wraper .d-container,
  .banner-caption .d-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }

  #plus {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }

  .subject-item p {
    padding: 60px 0 0 25px;
  }

  .subject-item p br {
    display: none;
  }

  .testimonial-top-sec-item {
    width: 29%;
  }

  .testimonial-top-sec-bottomimg {
    bottom: 16%;
    right: 6%;
  }

  .testimonial-top-sec-topimg {
    left: 0;
  }

  .testimonial-top-sec-txt {
    font-size: 1.1em;
    line-height: 1.3;
  }

  .approch-sec-para {
    margin-bottom: 20px;
  }

  .approch-sec-subheading {
    font-size: 1.5em;
  }

  .why-start-sec {
    margin-bottom: 10px;
  }

  .difference-con-list {
    margin-top: 10px;
  }

  .classroom-con-heading {
    padding-top: 20px;
  }

  .classroom-con-bottom-card {
    margin-top: 10%;
  }

  .about-sec4-bg {
    height: 250px;
  }

  .current-exp p {
    line-height: 1.8;
    margin-left: 20px;
  }

  .tutoring-grp-accordion-item {
    width: 32%;
  }

  .accordion-btn {
    padding: 10px 24px;
  }

  .goal-sec-con-left .goal-sec-bottom-con {
    width: 100%;
    padding: 13px 25px;
  }

  .goal-sec-con-right .goal-sec-bottom-con {
    width: 87%;
  }

  .footer-social-links ul li a {
    font-size: 1.2em;
  }
    .accordion_body {
    padding: 9px 12px 10px;
  }
  .tutoring-grp-container {
    padding-left: 5%;
    padding-right: 5%;
  }

}

@media (min-width: 1400px) and (max-width: 1441px) {
  body {
    font-size: 15px !important;
  }

  li {
    font-size: 15px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
  } 
  .tutoring-grp-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .testimonial-wraper .d-container,
  .top-wraper .d-container,
  .banner-caption .d-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }

  #plus {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }

  /* index (subject) */
  .subject-item p {
    padding: 60px 0 0 25px;
  }

  .subject-item p br {
    display: none;
  }

  .testimonial-top-sec-item {
    width: 30%;
  }

  .accordion-btn {
    padding: 10px 21px;
  }

  .goal-sec-con-left .goal-sec-bottom-con {
    padding: 13px 14px;
  }

  .goal-sec-con-right .goal-sec-bottom-con {
    padding: 20px 14px;
  }

  .approch-sec-para {
    margin-bottom: 25px;
  }

  .approch-sec-left-inner-txt {
    font-size: 1em;
  }

  .difference-con-list {
    margin-top: 15px;
  }

  .classroom-con-heading {
    padding-top: 25px;
  }

  .about-sec4-bg {
    height: 270px;
  }

  .classroom-con-bottom-card {
    margin-top: 10%;
  }

  .testimonial-top-sec-bottomimg {
    right: 4%;
  }

  .testimonial-top-sec-topimg {
    left: 0;
  }


}

@media (min-width: 1441px) and (max-width: 1599px) {

  li,
  body {
    font-size: 15px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }
 .tutoring-grp-container {
    padding-left: 5%;
    padding-right: 5%;
  }
  .testimonial-wraper .d-container,
  .top-wraper .d-container,
  .banner-caption .d-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }

  #plus {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }

  .current-availability .class {
    width: 32%;
  }

  .tutoring-button {
    width: 60px;
    height: 60px;
    margin-right: 5px;
  }

  .tutoring-button img {
    width: 32px;
  }

}

@media (min-width: 1600px) and (max-width: 1680px) {
  body {
    font-size: 15px !important;
  }

  li {
    font-size: 15px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .testimonial-wraper .d-container,
  .top-wraper .d-container,
  .banner-caption .d-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }

  #plus {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }


  /* index (subject) */
  .subject-item p {
    padding: 60px 0 0 25px;
  }

  .subject-item p br {
    display: none;
  }

  .testimonial-top-sec-item {
    padding: 0 0 3% 6%;
  }

  .goal-sec-con-left .goal-sec-bottom-con {
    padding: 13px 12px;
  }

  .goal-sec-con-right .goal-sec-bottom-con {
    padding: 20px 14px;
  }

  .accordion-btn {
    padding: 10px 33px;
  }

  .approch-sec-para {
    margin-bottom: 20px;
  }

  .difference-con-list {
    margin-top: 15px;
  }

  .classroom-con-heading {
    padding-top: 20px;
  }

  .about-sec4-bg {
    height: 270px;
  }

  .classroom-con-bottom-card {
    margin-top: 6%;
  }

  .classroom-con-para {
    margin: 15px 0 30px 0;
  }

  .approch-sec-left-inner-txt {
    font-size: 1em;
  }



}

@media (min-width: 1681px) {
  /* body {
    font-size: 15px !important;
  } */

  .testi-moment {
    padding-left: 20%;
  }
}


@media (max-width: 992px) {
  .header-contact {
    display: none;
  }

  .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent !important;
  }

  .nav-dropdown {
    min-width: 100% !important;
  }

  .sexy-menu.detached {
    opacity: 1 !important;
    position: unset !important;
  }

  .navigation-portrait li {
    font-size: 18px !important;
  }

  .nav-brand img {
    display: flex;
    align-items: center;
    width: 80px;
  }

  .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .hide-menu a {
    width: 25%;
    line-height: 1;
    font-size: 1em;
    display: inline-block;
    float: left;
    text-align: center;
    font-weight: normal;
    font-family: "OpenSans";
    text-transform: capitalize;
  }

  .hide-menu a i {
    display: block;
    justify-content: center;
    color: #6c3327;
    /* background: linear-gradient(270deg, #d44798 0%, #7b3a62 83%); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    margin: 0 auto 10px;
    font-size: 1.6em;
  }

  .desk-view {
    display: none !important;
  }

  .mob-view {
    display: block !important;
  }

  .nav-menu>li>a {
    color: #fff !important;
  }

  .nav-toggle,
  .navigation-hidden .nav-header {
    display: block !important;
  }

  .hide-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 99999;
    padding: 15px 20px;
    display: block;
  }

  .hide-menu img {
    display: block;
    justify-content: center;
    margin: 0 auto;
    width: 38px;
  }

  .sexy-menu.detached .header-phone a {
    margin: 12px 20px !important;
  }

  .sexy-menu.detached {
    position: fixed !important;
    bottom: 0px !important;
    top: inherit !important;
    /* height: 100vh; */
    background-color: transparent !important;
    backdrop-filter: unset !important;
  }

  #button {
    display: none;
  }

  .navigation {
    padding-top: 20px;
  }


  /* Contact Page */

  .main-wraper {
    padding-top: 30px;
  }

  /* .bredcum-wraper {
    padding-top: 30px;
  } */

  .bredcum-container {
    display: flex;
    justify-content: center;
  }

  .bred-home {
    font-size: 0.9em;
  }

  .bred-next {
    font-size: 0.9em;
  }

  .footer-menu {
    display: none;
  }

  .footer-mid {
    justify-content: center;
  }

  .footer-social-links ul li:first-child {
    margin-left: 0;
  }

  .footer-social-links ul li a:first-child {
    margin-left: 0;
  }

  .icon-f br {
    display: none;
  }

  .footer-bottom-icons {
    padding-bottom: 0;
  }

  .contactform-container {
    width: 100%;
  }

  .contactform-outer .contactform-box {
    margin-right: 0%;
    width: 100%;
  }













  /* Index Page */

  .caption-content-right {
    display: none;
  }

  .banner-wraper {
    padding: 10px;
  }

  .browse,
  .explore {
    display: none;
  }

  .banner-caption {
    align-items: flex-start;
    margin-top: 21%;
  }

  .caption-top {
    font-size: 1.5em;
    text-align: center;
    line-height: 1.3;
  }

  .banner-caption a {
    display: flex;
    justify-content: center;
  }

  .consult {
    padding: 0px 15px;
  }

  .choose-sec {
    flex-direction: column;
    gap: 35px;
  }

  .choose-sec-items:first-child {
    text-align: center;
    border: none;
  }

  .choose-sec-head {
    text-align: center;
    padding-right: 0px;
    line-height: 1.2;
    font-size: 1.5em;
  }

  .choose-sec-head br {
    display: none;
  }


  .subject-sec {
    flex-direction: column;
  }

  .subject-item {
    width: 100%;
  }

  .testimonial-top-txt {
    padding: 20px;
    font-size: 1.1em;
  }

  .testimonial-top-sec {
    flex-direction: column;
  }

  .testimonial-top-sec-item {
    width: 97%;
    padding: 0 0 10% 8%;
    border-right: none;
  }

  .testimonial-top-sec-bottomimg {
    bottom: 9%;
    right: 6%;
    display: none;
  }

  .testimonial-top-sec-topimg {
    left: 6%;
    display: none;
  }

  .testi-icon-topleft,
  .testi-icon-bottomleft {
    display: none;
  }

  .testi-icon-bottomright {
    bottom: -4%;
    display: none;
  }


  .testimonial-wraper {
    padding: 0 0px 60px 0px;
  }

  .testimonial-top-sec-heading {
    font-size: 4.5em;
  }

  .contact-top-con {
    gap: 15px;
    flex-direction: column;
    text-align: center;
  }

  .footer-address-container {
    display: none;
  }


  .footer-bottom-container {
    flex-direction: row;
    padding-bottom: 70px;
    padding-top: 10px;
  }

  .footer-social-links ul li a {
    font-size: 1.5em;
  }

  .footer-social-links ul {
    display: flex;
    justify-content: center;
  }

  .footer-wraper {
    padding-top: 20px;
  }



  /* About Page */

  .bfc-banner-wraper {
    padding: 60px 10px 10px 10px;
    margin-top: 20px;
  }

  .bfc-banner-wraper img {
    border-radius: 20px;
  }

  .innerpage-banner-heading {
    margin-top: 0;
  }

  .innerpage-banner-buttons {
    display: none;
  }

  .about-sec1-heading-bottom-box {
    width: 100%;
  }

  .approch-sec-left {
    width: 100%;
  }

  .approch-sec-right {
    width: 100%;
    margin: 20px 0 0 0;
  }

  .why-sec-para {
    padding: 10px 0 20px 0;
    text-align: center;
  }

  .approch-heading-sec {
    flex-direction: column;
  }

  .approch-sec-heading {
    padding-right: 0;
  }

  .approch-sec-subheading {
    border-left: none;
    padding-left: 0px;
    margin: 5px 0;
  }

  .approch-sec-para {
    margin-bottom: 15px;
    text-align: center;
  }

  .approch-con-head {
    font-size: 1em;
    background: url(../images/circle-green.png) no-repeat left 4px;
    padding-left: 20px;
    width: 18%;
  }

  /* .approch-con-arrow img {
    width: 100%;
  } */

  .difference-con {
    width: 100%;
    margin-right: 0%;
  }

  .difference-img {
    width: 100%;
    margin-top: 20px;
  }

  .difference-con-list {
    margin-top: 15px;
  }

  .classroom-img {
    width: 100%;
  }

  .classroom-con {
    width: 100%;
    margin-left: 0%;
  }

  .about-sec4-bg {
    height: 0px;
  }

  .classroom-con-heading {
    padding-top: 15px;
  }

  .classroom-con-para {
    margin: 10px 0;
  }

  .classroom-con-bottom-card {
    margin-top: 6%;
    padding: 50px 30px 35px 30px;
  }

  .classroom-con-bottom-card-btns {
    margin: 20px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .classroom-con-bottom-card-btns .options {
    margin-left: 0;
  }

  .classroom-con-bottom-card p br {
    display: none;
  }

  .about-experience-wraper {
    margin-top: 60px;
  }

  .experience-heading {
    font-size: 1.8em;
  }

  .about-sec1-experience {
    padding: 20px;
  }

  .current-exp p {
    background: url(../images/circle-icon.png) no-repeat left 1px;
    line-height: 1.5;
    margin-left: 10px;
    font-size: 1em;
  }

  .current-exp p span {
    font-size: 1.1em;
  }

  .worked-schools-heading {
    padding-left: 30px;
  }

  .worked-schools {
    margin-top: 10px;
  }

  .schools-logo {
    width: 100%;
  }

  .worked-schools .schools-logo {
    border-bottom: 1px solid #e7dfd4;
  }

  .worked-schools .schools-logo:nth-child(4) {
    border-bottom: none;
  }

  .approch-sec-left-inner-txt {
    position: inherit;
    left: 0;
    bottom: 0;
    font-size: .9em;
    line-height: 1.5;
    background: #F2ECDF;
    background: linear-gradient(90deg, rgba(242, 236, 223, 1) 0%, rgba(233, 228, 227, 1) 100%);
    padding: 10px;
    margin-top: 2px;
    text-align: center;
  }

  .why-sec-heading {
    font-size: 1.5em;
    text-align: center;
  }

  .about-sec3-wraper {
    margin: 30px 0;
  }


  /* resource page */

  .gallerypage-buttons {
    flex-direction: column;
  }

  .gallerypage-item {
    width: 100%;
    margin-bottom: 10px;
  }

  .gallery-tablinks {
    width: 100%;
  }

  .gallery-tablinks .arrow-icon {
    bottom: 18px;
    z-index: -1;
  }

  .gallerypage-tabcontent {
    margin-top: 20px;
  }

  .contact-sec1-wraper {
    margin: 20px 0;
  }

  /* Contact Page */

  .form-btns {
    gap: 15px;
    flex-direction: column;
    align-items: center;
  }

  .expect-con {
    width: 90%;
  }

  .contact-wraper {
    padding: 0;
  }

  .enquiry-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 30px 0;
  }

  .contact-wraper p br {
    display: none;
  }

  .tutoring-button {
    width: 64px;
    height: 64px;
    margin-right: 20px;
  }

  .welcome-container {
    flex-direction: column;
  }

  .enquire-pic {
    width: 100%;
  }

  .enquiry-home {
    width: 100%;
    margin-top: 20px;
  }

  .faq-con {
    width: 100%;
  }

  .contact-faq-sec {
    padding: 30px 0;
    margin-top: 40px;
  }

  .form-txt {
    font-size: 1.125em;
  }

  .form-txt br {
    display: none;
  }

  .contact-sec1-heading,
  .title-enquiry,
  .learn-title-main {
    font-size: 1.8em;
  }

  .contact-accordion-title {
    font-size: 1.125em;
  }

  .enquiry-form-outer .user-box {
    margin-right: 0%;
    width: 100%;
  }

  .contact-sec1-para br {
    display: none;
  }

  .contact-top-txt {
    font-size: 1.5em;
  }

  .innerpage .banner-caption {
    margin-top: 26%;
  }


  /* Tutoring Page */

  .spot-availability {
    width: 100%;
    gap: 13px;
    flex-direction: column;
  }

  .current-availability {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    flex-direction: column;
    gap: 13px;
  }

  .lessons {
    width: 100%;
    flex-direction: column;
    gap: 5px;

    &p {
      line-height: 1.5;
    }
  }

  .lessons i {
    rotate: 90deg;
  }

  .spot-availability .class {
    width: 50%;
    padding: 10px;
  }

  .spot-availability-bgleft {
    left: -26%;
  }

  .spot-availability-bgright {
    right: -18.5%;
  }

  .current-availability .class {
    width: 50%;
  }

  .current-availability-bgright {
    right: -5.5%;
  }

  .availability-sec-btn {
    padding: 10px 8px;
  }

  .tutoring-grp-accordion-sec {
    flex-direction: column;
  }

  .tutoring-grp-accordion-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .tutoring-sec2-wraper {
    padding: 20px 0 50px 0;
    margin: 30px 0 0 0;
  }

  .tutoring-grp-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .accordion-btn {
    padding: 10px 23px;
  }

  .tutoring-sec3-wraper {
    margin: 0px 0 20px 0;
    display: none;
  }

  .tutoring-sec4-wraper {
    margin-top: 0px;
  }

  .tutoring-sec4-heading {
    margin-bottom: 5px;
    font-size: 1.5em;
    line-height: 1.3;
  }

  .tutoring-programs-inner-con {
    margin-top: 15px;
    flex-direction: column;
    gap: 10px;
  }

  .tutoring-programs-inner-item {
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .tutoring-programs-inner-con-bottom {
    margin-top: 12px;
    flex-direction: column;
    gap: 10px;
  }

  .tutoring-programs-bottom-inner-item {
    width: 100%;
  }

  .tutoring-programs-heading {
    padding-bottom: 10px;
  }

  .goal-sec {
    width: 100%;
    flex-direction: column;
  }

  .goal-sec-con-left {
    padding: 0 10px 40px 10px;
  }

  .goal-sec-con-right {
    padding: 0 10px 40px 10px;
    border-left: none;
  }

  .goal-sec-con-left .goal-sec-bottom-con {
    width: 100%;
  }

  .goal-sec-con-right .goal-sec-bottom-con {
    width: 100%;
  }

  .book-consultation {
    width: 100%;
    padding: 15px;
    margin-bottom: 50px;
  }

  .consultation-heading {
    font-size: 1.5em;
  }

  .tutoring-sec1-subhead {
    font-size: 1.5em;
    padding: 10px 0 5px 0;
  }

  .tutoring-lesson-content {
    flex-direction: column;
    margin: 10px 0;
  }

  .lesson-item {
    width: 100%;
    border-right: none;
  }


  /*******  *******/

  .book-bg,
  .cat-writing2,
  .abt-sec1-topleft,
  .abt-sec3-right,
  .abt-sec4-left,
  .tutoring-sec5-right-bg,
  .tutoring-sec5-left-bg,
  .res-right-bg,
  .bulb-bg,
  .contact-sec1-left-bg,
  .faq-right-bg {
    display: none;
  }

  .innerpage .navigation {
    padding-top: 10px;
  }

}




@media (max-width: 420px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }

  .abt1-img,
  .abt-btm,
  .tree-btm1,
  .tree-btm2,
  .tree-btm3 {
    display: none;
  }


  .footer-address:nth-child(3) {
    display: none;
  }

  .package-content {
    float: none;
    width: 100%;
    top: 60px;
  }

  .owl-controls {
    display: none;
  }

  .nav-brand img {
    width: 60px;
    margin: 0 auto;
  }

  .carousel-indicators {
    display: none !important;
  }

  .wh-img {
    width: 20px;
  }

  .link-btn:after {
    width: 25px;
    height: 10px;
  }

  .ser-title {
    font-size: 1.5em;
    padding-right: 15px;
    margin-right: 15px;
  }

  .link-btn {
    padding-right: 0px;
    font-size: 0.7em;
    line-height: 15px;
    letter-spacing: 2px;
  }

  .room-btm {
    margin-top: 15px;
  }

  .ser-container {
    padding-bottom: 20px;
  }

  .side-btn {
    padding: 6px 19px;
    right: -33px;
    font-size: 0.8em;
    letter-spacing: 1px;
    line-height: 17px;
  }

  #popUp {
    width: 350px;
    padding: 6% 5% 2%;
    bottom: 14%;
  }

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

  .side-form input[type="text"],
  .side-form textarea {
    padding: 12px 13px;
  }

  .side-form-title {
    font-size: 1.2em;
    margin-bottom: 10px;
    line-height: 18px;
  }

  .footer-logo img {
    display: none;
  }

  /* .footer-social-links ul li a {
    font-size: 1.1em;
    margin-left: 15px;
  } */

  .micon {
    width: 20px;
  }

  .footer-menu ul li a {
    line-height: 25px;
  }

  /* .footer-bottom-container {
    padding-bottom: 125px;
  } */

  .copy-right,
  .designed p {
    line-height: 45px;
  }

  .copy-right span {
    display: none;
  }

  .footer-content-title {
    margin-bottom: 5px;
  }

  .footer-social-links {
    margin-top: 5px;
  }

  .copy-right span {
    display: none;
  }

  /* About page */

  .approch-sec-left-inner-txt {
    font-size: .8em;
  }

  .approch-con-arrow img {
    width: 100%;
  }

  .approch-content {
    gap: 22px;
  }

  .difference-con-heading {
    font-size: 1.5em;
  }

  .difference-con-list-heading {
    font-size: 1.3em;
  }

  .classroom-con-heading {
    font-size: 1.5em;
  }

  .classroom-con-bottom-card-heading {
    font-size: 1.5em;
  }

  .classroom-con-bottom-card p {
    font-size: .9em;
  }

  .topright-img {
    top: -16%;
    right: -5%;
  }

  .experience-heading {
    font-size: 1.5em;
  }

  .worked-schools-heading {
    padding-left: 20px;
  }

  /* Tutoring */

  .tutoring-availability-heading {
    font-size: 1.5em;
  }

  .lessons {
    width: 70%;
    gap: 10px;
    font-size: 1.4em;
  }

  .lessons p {
    line-height: 1.4;
  }

  .tutoring-grp-accordion-item-heading {
    font-size: 1.5em;
  }

  .accordion_body-num {
    font-size: 2em;
  }

  .goal-sec-heading {
    font-size: 1.5em;
  }

  .contact-sec1-heading,
  .title-enquiry,
  .learn-title-main {
    font-size: 1.5em;
  }

  .gallerypage-item .resource-name {
    font-size: 1.3em;
  }

  .contactform-title {
    font-size: 1.5em;
  }

  .grp-year {
    width: 100%;
    border-right: none;
  }

  .accordion-btn {
    margin: 5px 0 30px 23px;
  }

  .consultation-btns {
    flex-direction: column;
    align-items: center;
  }

  .spot-availability .class {
    width: 30%;
    padding: 5px;
  }

  .current-availability .class {
    width: 30%;
    padding: 5px;
  }

  .class span {
    font-size: 2em;
  }


  .tutoring-grp-accordion-item .grp-year:nth-child(3) {
    border-top: none;
  }

  /* Resources */

  .search-form {
    width: 400px;
    max-width: 90%;
  }

  .search-section {
    padding: 30px 0 0 0;
  }

  .resource-viewbtn {
    border-radius: 6px;
    padding: 7px 10px;
    font-size: .8em;
  }
  .learn-btns{display: block;}
  .learn-btns .accordion-main{width: 90%}
  .res-ro{display: flex; flex-wrap: wrap;         flex-direction: column-reverse;}
  .sidebar-area .title-testimonial  {
    text-align: center;
  }
}

@media (min-width: 421px) and (max-width: 460px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    padding-left: 3%;
    padding-right: 3%;
  }


  /* About Page */
  .approch-sec-left-inner-txt {
    font-size: 1em;
  }

  .copy-right span {
    display: none;
  }

  .approch-con-head {
    font-size: 1.2em;
    background: url(../images/circle-green.png) no-repeat left 6px;
    padding-left: 23px;
  }

  .approch-sec-subheading {
    font-size: 1.3em;
  }

  .current-exp p {
    background: url(../images/circle-icon.png) no-repeat left 5px;
    font-size: 1.2em;
  }

  /* resource */

  .contact-sec1-heading {
    font-size: 2em;
  }

  .search-form {
    width: 400px;
    max-width: 80%;
  }

  .search-section {
    padding: 30px 0 0 0;
  }

  /* index */

  .subject-arrow {
    top: 27%;
    left: 26%;
  }

  .subject-item:nth-child(2) .subject-arrow {
    left: 37%;
  }

  /* Tutoring */

  .grp-year {
    width: 100%;
    border-right: none;
  }

  .accordion-btn {
    margin: 5px 0 30px 23px;
  }

  .spot-availability .class {
    width: 30%;
  }

  .class span {
    font-size: 2em;
  }

  .current-availability .class {
    width: 30%;
    padding: 10px;
  }

  .tutoring-grp-accordion-item .grp-year:nth-child(3) {
    border-top: none;
  }

    .learn-btns{display: block;}
  .learn-btns .accordion-main{width: 90%}
  .res-ro{display: flex; flex-wrap: wrap;         flex-direction: column-reverse;}
  .sidebar-area .title-testimonial  {
    text-align: center;
  }
}

@media (min-width: 461px) and (max-width: 560px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    padding-left: 3%;
    padding-right: 3%;
  }


  /* About Page */

  .approch-sec-heading {
    font-size: 1.625em;
  }

  .approch-sec-subheading {
    font-size: 1.5em;
  }

  .approch-sec-left-inner-txt {
    font-size: 1em;
  }

  .approch-con-head {
    font-size: 1.2em;
    background: url(../images/circle-green.png) no-repeat left 7px;
    padding-left: 27px;
    width: 14%;
  }

  .subject-item:nth-child(1) .subject-arrow {
    left: 22%;
    top: 30%;
  }

  .subject-item:nth-child(2) .subject-arrow {
    left: 31%;
    top: 31%;
  }

  .subject-item:nth-child(3) .subject-arrow {
    left: 28%;
  }

  .current-exp p {
    background: url(../images/circle-icon.png) no-repeat left 3px;
    font-size: 1.2em;
  }

  .classroom-con-bottom-card-btns {
    flex-direction: row;
  }

  /* Contact Page */
  .expect-items-txt {
    font-size: 1.2em;
    line-height: 1.5;
  }

  .current-availability .class {
    width: 35%;
  }

  .spot-availability .class {
    width: 35%;
  }


  .search-section {
    padding: 30px 0 10px 0;
  }
.res-ro{display: flex; flex-wrap: wrap;         flex-direction: column-reverse;}
  .sidebar-area .title-testimonial  {
    text-align: center;
  }
}

@media (min-width: 561px) and (max-width: 680px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    padding-left: 3%;
    padding-right: 3%;
  }


  /* Index Page */
  .subject-head br {
    display: none;
  }

  .subject-arrow {
    position: absolute;
    top: 28%;
    left: 25%;
  }

  .subject-item:nth-child(2) .subject-arrow {
    left: 39%;
  }

  .subject-item:nth-child(1) .subject-arrow {
    left: 42%;
  }

  .testimonial-top-sec-bottomimg {
    bottom: 8%;
    right: 2%;
  }

  .caption-top {
    font-size: 2.314em;
    line-height: 1.2;
  }

  /* About Page */
  .approch-sec-left-inner-txt {
    font-size: 1.2em;
  }

  .approch-con-head {
    font-size: 1.4em;
    background: url(../images/circle-green.png) no-repeat left 9px;
    padding-left: 30px;
  }

  .approch-sec-heading {
    font-size: 2em;
  }

  .approch-sec-subheading {
    font-size: 1.5em;
  }

  .current-exp p {
    background: url(../images/circle-icon.png) no-repeat left 4px;
    font-size: 1.2em;
  }

  .classroom-con-bottom-card-btns {
    flex-direction: row;
  }

  .schools-logo {
    width: 50%;
  }

  /* Resource Page*/

  .contact-sec1-heading {
    font-size: 2em;
  }

  .gallerypage-item {
    width: 33%;
    margin-bottom: 10px;
    padding-right: 10px;
  }

  .gallerypage-item .resource-name {
    font-size: 1.1em;
  }

  .resource-viewbtn {
    border-radius: 6px;
    padding: 5px 10px;
    font-size: .8em;
  }

  .gallerypage-item .date {
    padding: 5px 7px;
    border-radius: 6px;
    font-size: 0.7em;
  }

  .gallerypage-buttons {
    flex-direction: row;
  }

  /* Contact Page */
  .contact-sec1-heading,
  .title-enquiry,
  .learn-title-main {
    font-size: 2em;
  }

  .form-btns {
    flex-direction: row;
  }

  .expect-items-txt {
    font-size: 1.2em;
  }

  .expect-con {
    width: 100%;
  }

  .form-txt {
    font-size: 1.278em;
  }

  /* Tutoring */

  .tutoring-programs-inner-con {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .tutoring-programs-inner-item {
    width: 49%;
  }

  .goal-sec-bottom-con br {
    display: none;
  }

  .goal-sec-heading br {
    display: none;
  }

  .book-consultation {
    padding: 30px;
  }

  .tutoring-lesson-content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .lesson-item {
    width: 49%;
  }


.res-ro{display: flex; flex-wrap: wrap;         flex-direction: column-reverse;}
  .sidebar-area .title-testimonial  {
    text-align: center;
  }

}

@media (min-width: 681px) and (max-width: 768px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    padding-left: 3%;
    padding-right: 3%;
  }

  /* Index page */

  .caption-top {
    font-size: 2.314em;
    line-height: 1.2;
  }

  .subject-head br {
    display: none;
  }

  .subject-arrow {
    position: absolute;
    top: 21%;
    left: 28%;
    width: 65px;
  }

  .subject-item:nth-child(2) .subject-arrow {
    left: 36%;
    top: 25%;
    width: 65px;
  }

  .subject-item:nth-child(1) .subject-arrow {
    left: 38%;
  }


  .subject-item:nth-child(3) p {
    padding-top: 62px;
  }

  .testimonial-top-sec {
    flex-direction: row;
  }

  .testimonial-top-sec-item {
    width: 100%;
    padding: 0 0 3% 8%;
  }

  .testimonial-top-sec-bottomimg {
    bottom: 16%;
    right: 0%;
    width: 350px;
  }

  .testimonial-top-sec-topimg {
    left: 0%;
    width: 350px;
  }

  .testi-icon-bottomright {
    bottom: -3%;
    left: 97.5%;
  }

  .testi-icon-topleft {
    top: -3%;
    left: 97.5%;
  }

  .subject-item p {
    padding: 47px 0 0 0px;
  }

  .subject-sec {
    flex-direction: row;
  }

  .subject-item-language-bg {
    bottom: -9%;
    right: -35%;
    width: 200px;
  }

  .subject-item-literature-bg {
    top: -35%;
    right: -30%;
    width: 200px;
  }

  .subject-item-vcenglish-bg {
    top: -32%;
    width: 220px;
  }

  .subject-head {
    font-size: 1.5em;
  }

  /* About Page */

  .approch-sec-left-inner-txt {
    font-size: 1.5em;
  }

  .approch-sec-heading {
    font-size: 2em;
  }

  .approch-sec-subheading {
    font-size: 1.5em;
  }

  .approch-con-head {
    font-size: 1.3em;
    background: url(../images/circle-green.png) no-repeat left 9px;
    padding-left: 27px;
    width: 13%;
  }

  .approch-con-txt {
    font-size: 1.1em;
  }

  .classroom-con-bottom-card-btns {
    flex-direction: row;
  }

  .classroom-con-bottom-card p br {
    display: block;
  }

  .current-exp p {
    background: url(../images/circle-icon.png) no-repeat left 4px;
    font-size: 1.2em;
  }

  .schools-logo {
    width: 50%;
  }


  /* Resource Page*/

  .gallerypage-buttons {
    flex-direction: row;
  }

  .gallery-tablinks .arrow-icon {
    bottom: -15px;
  }

  .gallerypage-item {
    width: 33%;
  }

  .gallerypage-item .resource-name {
    font-size: 1em;
  }

  .resource-viewbtn {
    border-radius: 8px;
    padding: 7px 15px;
    font-size: .9em;
  }

  .gallerypage-item .date {
    border-radius: 8px;
    font-size: .8em;
  }
.res-ro{display: flex; flex-wrap: wrap;         flex-direction: column-reverse;}
  .sidebar-area .title-testimonial  {
    text-align: center;
  }
  /* BFC form */

  .contactform-outer .contactform-box {
    margin-right: 2%;
    width: 49%;
  }

  /* Contact Page */
  .form-txt {
    font-size: 1.278em;
  }

  .expect-con {
    width: 100%;
  }

  .expect-items-txt {
    font-size: 1.2em;
  }

  .contact-sec1-heading,
  .title-enquiry,
  .learn-title-main {
    font-size: 2.125em;
  }

  .contact-accordion-title {
    font-size: 1.270em;
  }

  .form-btns {
    flex-direction: row;
  }


  /* Tutoring */

  .spot-availability {
    width: 49%;
  }

  .current-availability {
    width: 49%;
    margin-left: 2%;
    margin-top: 0px;
    padding: 27px;
  }

  .current-availability .class {
    width: 54%;
  }

  .tutoring-programs-inner-con {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .tutoring-programs-inner-item {
    width: 49%;
  }

  .tutoring-lesson-content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .lesson-item {
    width: 49%;
  }

}