html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato-Regular";
}

a,
p,
span {
  font-family: "Lato-Regular";
}

/* Teacher Page */

.site-header {
  display: flex;
  justify-content: space-between;
  padding-left: 6.3%;
  padding-right: 4.3%;
  position: sticky;
  z-index: 999;
  height: 1026px;
  background-image: url("/wp-content/uploads/2023/07/bannerTeachers.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.menu {
  margin-top: 42px;
  display: flex;
  list-style: none;
}

.menu li {
  margin: 0 30px;
  background: white;
  border-radius: 35px;
  padding: 14px 36px;
}

.menu li:hover {
  background: #fdb732;
}

.menu li a {
  text-decoration: none;
  color: #585159;
  font-size: 25px;
  font-family: "Lato-Regular";
  font-weight: 900;
}

.current-menu-item {
  background: #fdb732 !important;
}

.banner-section img {
  /*     max-height: 809px; */
  width: 100%;
}

.banner-section {
  position: relative;
}

.banner-section h2 {
  z-index: 999;
  color: #ffffff;
  font-size: 50px;
  font-weight: bold;
  margin: 0;
  position: absolute;
  bottom: 6em;
  right: 2em;
  max-width: 18%;
}

.site-footer {
  background-color: #0d7978;
  padding-top: 35px;
  padding-bottom: 35px;
}

.site-info p {
  margin: 0;
  color: white;
}

.site-info {
  max-width: 77%;
  margin: 0 auto;
  text-align: center;
}

.site-info p:nth-child(1) {
  font-size: 17px;
  line-height: 25px;
}

.site-info p:last-child {
  font-size: 18px;
  padding-top: 30px;
  text-align: center;
}

.inner-section {
  max-width: 77%;
  margin: 0 auto;
  padding-top: 90px;
}

.inner-section h1,
.teacher h1 {
  color: #0d7978;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 42px;
  margin-top: 0;
}

.inner-section p,
#teacher-txt,
#privacy-txt {
  color: #585159;
  font-size: 28px;
  text-align: start;
}

.inner-section p>span {
  font-weight: bold;
}

.perview-course {
  padding-top: 45px;
  position: relative;
}

.perview-course::before {
  content: url("/wp-content/uploads/2023/07/light-green-shape-1.png");
  width: 100%;
  position: absolute;
  left: 0;
  top: -5rem;
}

.perview-course>p {
  text-align: center;
}

.perview-course p>a {
  color: white;
  font-size: 25px;
  text-align: center;
  background: #0d7978;
  text-decoration: none;
  border-radius: 25px;
  padding: 10px 25px;
}

.lessons-section,
.teacher-support {
  max-width: 77%;
  margin: 0 auto;
}

.lessons-section h2 {
  color: #0d7978;
  font-size: 50px;
  margin-top: 134px;
}

.lessons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 118px;
}

.single-lesson h4 {
  color: #585159;
  font-size: 25px;
  margin-bottom: 53px;
  margin-top: 26px;
}

.single-lesson a,
.about-course a {
  background: #0d7978;
  border-radius: 50px;
  padding: 12px 35px;
  text-decoration: none;
  color: white;
  font-weight: 900;
  font-size: 24px;
}

.lessons .single-lesson:nth-child(3) h4 {
  max-width: 60%;
}

.single-lesson {
  text-align: center;
  box-shadow: 8px 5px 15px 5px #88888814;
  margin-bottom: 31px;
  padding-top: 38px;
  padding-bottom: 64px;
  box-sizing: border-box;
  flex-basis: calc(33.33% - 28px);
  border-radius: 10px;
  border: 1px solid #7070700d;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: inherit;
}

.single-lesson:nth-child(4),
.single-lesson:nth-child(5),
.single-lesson:nth-child(6),
.single-lesson:nth-child(7) {
  flex-basis: calc(50% - 20px);
}

.single-lesson:nth-child(6),
.single-lesson:nth-child(7) {
  margin-bottom: 0;
}

.teacher h1 {
  margin-bottom: 56px;
}

.page-template-teachers-template .teacher {
  padding-bottom: 170px;
}

#teacher-txt {
  margin-bottom: 82px;
  margin-top: 0;
}

.ask-teacher p,
.teacher-form p {
  margin: 0;
  font-weight: 400;
  font-size: 28px;
  color: #585159;
  width: 100%;
}

.ask-teacher {
  margin-right: 45px;
}

.teacher-form {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

.ask-teacher input,
.teacher-form input {
  width: 100%;
  font-size: 25px;
  border: 0;
  background: white;
  box-shadow: 5px 5px 5px 5px #8885;
  border-radius: 10px;
  outline: 0;
  padding: 10px;
	box-sizing:border-box;
   -moz-box-sizing:border-box;
   -webkit-appearance: none;
}

.teacher-form .ask-teacher:nth-of-type(2) {
  margin-right: 0;
}

	.teacher-form input {
	  margin-top: 10px;
	}

	.submit-button .wpcf7-submit {
	  background: #0d7978;
	  border-radius: 50px;
	  padding: 12px 35px;
	  text-decoration: none;
	  color: white;
	  font-weight: 900;
	  font-size: 24px;
	  border: 0;
	}
	.wpcf7-response-output {
		font-family: Lato-Regular;
		font-size: 20px;
	}

	.wpcf7-not-valid-tip {
		color: #dc3232;
		font-size: 0.8em;
		font-weight: normal;
		display: block;
		margin-top: 12px;
	}
	.submit-button p {
	  text-align: center;
	}
	.submit-button .wpcf7-spinner {
	  display: none;
	}
	#alert {
	  color: red;
	}
	#privacy-txt a {
	  color: black;
	  font-weight: 900;
	}

	.teacher-circle {
	  position: relative;
	}

	.teacher-circle::before {
	  content: url("/wp-content/uploads/2023/07/dark-green-shapea.png");
	  width: 100%;
	  position: absolute;
	  top: -5rem;
	  right: 0;
	  text-align: end;
	}

	.about-course {
	  background: white;
	  box-shadow: 5px 5px 10px 10px #88888817;
	  max-width: 42%;
	  margin: 0 auto;
	  padding-top: 58px;
	  text-align: center;
	  padding-bottom: 52px;
	  margin-bottom: -13%;
	  z-index: 999;
	  position: relative;
	  border-radius: 10px;
	}

	.about-course h4 {
	  color: #585159;
	  font-size: 25px;
	  max-width: 57%;
	  margin: 0 auto;
	  padding-top: 38px;
	  padding-bottom: 48px;
	}
	.what img:last-child {
	  display: block;
	  width: 100%;
	}
	.inner-section p:not(:nth-child(-n + 4)) {
	  line-height: 22px;
	}
	.inner-section p:nth-child(-n + 4) {
	  margin-bottom: 35px;
	}
	.lessons-section h2 {
	  color: #0d7978;
	  font-size: 50px;
	  margin-top: 134px;
	  margin-bottom: 82px;
	}

/*Home Page */

.scroll {
  position: absolute;
  right: 25%;
  bottom: 7%;
  z-index: 999;
  overflow-x: hidden !important;
  transform: translateY(-7%);
}

.home .banner-section h2>span {
  font-weight: normal;
}

.home .banner-section h2 {
  bottom: 3.5em;
  right: 2em;
  max-width: 30%;
  transform: translate(-2rem, -5.5rem);
}

.home .site-header {
  /*   height: 910px; */
  background-image: url("/wp-content/uploads/2023/07/Banner-1-2.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.home .inner-section {
  padding-top: 31px;
  display: flex;
  justify-content: space-between;
}

.home .single-lesson {
  margin-bottom: 0px;
  background: white;
}

.home .lessons {
  margin-bottom: -18%;
  position: relative;
  z-index: 999;
}

.home .lessons-section {
  padding-top: 88px;
}

.home .inner-section p:nth-child(-n + 4) {
  margin-bottom: 0;
  max-width: 80%;
}

.home .teacher-circle::before {
  content: url("/wp-content/uploads/2023/07/Repeat-Grid-1.png");
  top: -8rem;
  text-align: start;
}

/* Parents Page */
.page-template-parents-template .site-header {
  background-image: url("/wp-content/uploads/2023/07/bannerParents.png");
  background-position: bottom;
}

.page-template-parents-template .perview-course::before {
  content: url("/wp-content/uploads/2023/07/light-green-shape-1.png");
  top: 9rem;
}

.page-template-parents-template .teacher-circle::before {
  content: url("/wp-content/uploads/2023/07/pink-shape.png");
  top: -9rem;
}

.page-template-parents-template .inner-section {
  text-align: center;
}

.page-template-parents-template .inner-section p,
.page-template-parents-template .inner-section h1 {
  text-align: start;
}

.page-template-parents-template .inner-section img {
  padding-top: 61px;
  padding-bottom: 70px;
}

.single-lesson a:hover {
  background: #FDB732;
  color: #585159;
}

.about-course a:hover {
  background: #FDB732;
  color: #585159;
}

.wpcf7-submit:hover {
  background: #FDB732;
  color: #585159;
}
.page-id-11 .scroll {
    display: none;
}
.page-id-13 .scroll {
    display: none;
}

/* RESPONSIVE */

/* 1720*/
@media screen and (max-width: 1720px) {
  .site-header {
    height: 870px;
    background-position: right;
  }

  .banner-section h2 {
    right: 2.5em;
  }

  .banner-section h2 {
    bottom: 5em;
  }

  .page-template-parents-template .banner-section h2 {
    right: 3.5em;
    bottom: 5.5em;
  }

  .page-template-parents-template .site-header {
    height: 830px;
  }

  .home .banner-section h2 {
    bottom: 2.5em;
    right: 0em;
    max-width: 30%;
    transform: translate(0rem, -3.5rem);
  }
	.scroll {
    position: absolute;
    right: 25%;
    bottom: 4%;
    z-index: 999;
    overflow-x: hidden !important;
    transform: translateY(-4%);
   }
	
	.current-menu-item {
	  background: #fdb732 !important;
	}
}

/* 1600*/
@media screen and (max-width: 1600px) {
  .home .banner-section h2 {
    bottom: 3.5em;
    right: 0em;
    transform: translate(-1rem, -2.5rem);
    max-width: 35%;
  }

  .home .inner-section p:nth-child(-n + 4) {
    max-width: 94%;
  }

  .image-mob {
    width: 50%;
  }
}

/* 1440*/
@media screen and (max-width: 1440px) {
  .site-header {
    height: 740px;
  }

  .about-course h4 {
    max-width: 50%;
  }

  .lessons .single-lesson:nth-child(3) h4 {
    max-width: 65%;
  }

  .banner-section h2 {
    bottom: 4em;
  }

  .page-template-parents-template .banner-section h2 {
    right: 2.5em;
    bottom: 4.5em;
  }

  .page-template-parents-template .site-header {
    height: 740px;
  }

  .page-template-parents-template .inner-section img {
    width: 65%;
  }

  .home .banner-section h2 {
    bottom: 3.5em;
    transform: translate(-1rem, -2.5rem);
  }

  .home .banner-section h2 {
    font-size: 42px;
  }

  .home .inner-section div {
    width: 50%;
  }

  .image-mob img {
    width: 100%;
  }
}

/* 1280*/
@media screen and (max-width: 1280px) {
  .site-branding img {
    max-width: 95%;
  }

  .home .inner-section p {
    font-size: 20px;
  }

  .menu li a {
    font-size: 22px;
  }

  .site-header {
    height: 650px;
  }

  .menu li {
    margin: 0 22px;
    padding: 13px 28px;
  }

  .banner-section h2 {
    font-size: 45px;
  }

  .inner-section h1,
  .teacher h1 {
    font-size: 45px;
  }

  .inner-section p,
  #teacher-txt,
  #privacy-txt {
    font-size: 24px;
  }

  .lessons-section h2 {
    font-size: 45px;
  }

  .single-lesson h4 {
    font-size: 23px;
  }

  .ask-teacher p,
  .teacher-form p {
    font-size: 21px;
  }

  .single-lesson a,
  .about-course a {
    padding: 12px 32px;
    font-size: 20px;
  }

  .page-template-parents-template .site-header {
    height: 660px;
  }

  .page-template-parents-template .perview-course {
    padding-top: 0px;
  }

  .page-template-parents-template .inner-section img {
    padding-top: 40px;
  }

  .page-template-parents-template .perview-course::before {
    content: url(/wp-content/uploads/2023/07/light-green-shape-1-1.png);
  }

  .home .banner-section h2 {
    font-size: 38px;
  }

  .home .banner-section h2 {
    transform: translate(-1rem, -1.5rem);
  }
	.scroll img {
		width: 80%;
	}
}

/* 1024*/
@media screen and (max-width: 1024px) {
  .site-header {
    height: 540px;
  }

  .banner-section h2 {
    font-size: 38px;
  }

  .menu li a {
    font-size: 20px;
  }

  .menu li {
    margin: 0px 18px;
    padding: 11px 25px;
  }

  .inner-section h1,
  .teacher h1 {
    font-size: 40px;
  }

  .inner-section p,
  #teacher-txt,
  #privacy-txt {
    font-size: 22px;
  }

  .lessons-section h2 {
    font-size: 40px;
    margin-top: 120px;
    margin-bottom: 70px;
  }

  .lessons .single-lesson:nth-child(3) h4 {
    max-width: 75%;
  }

  .single-lesson h4 {
    font-size: 20px;
    margin-bottom: 40px;
    margin-top: 20px;
  }

  .single-lesson {
    margin-bottom: 31px;
    padding-top: 30px;
    padding-bottom: 58px;
    flex-basis: calc(33.33% - 12px);
  }

  .single-lesson img {
    max-width: 40%;
  }

  .single-lesson:nth-child(4),
  .single-lesson:nth-child(5),
  .single-lesson:nth-child(6),
  .single-lesson:nth-child(7) {
    flex-basis: calc(50% - 12px);
  }

  .single-lesson:nth-child(4) img,
  .single-lesson:nth-child(5) img,
  .single-lesson:nth-child(6) img,
  .single-lesson:nth-child(7) img {
    max-width: 25%;
  }

  .page-template-teachers-template .teacher {
    padding-bottom: 100px;
  }

  .about-course h4 {
    max-width: 65%;
    font-size: 22px;
  }

  .about-course {
    max-width: 50%;
  }

  .about-course img {
    max-width: 18%;
  }

  .lessons-section h2 {
    margin-top: 150px;
  }

  .page-template-parents-template .site-header {
    height: 515px;
  }

  .home .banner-section h2 {
    font-size: 30px;
  }

  .home .inner-section h1 {
    font-size: 40px;
  }

  .home .teacher-circle::before {
    display: none;
  }

  .home .inner-section p {
    font-size: 17px;
  }

  .home .inner-section h1 {
    margin-bottom: 20px;
  }

  .home .single-lesson h4 {
    font-size: 18px;
  }

  .scroll img {
    width: 80%;
  }
}

/* 834 */
@media screen and (max-width: 834px) {
  .home .banner-section h2 {
    font-size: 24px;
    bottom: 5em;
  }

  .single-lesson a,
  .about-course a {
    padding: 12px 29px;
    font-size: 18px;
  }

  .site-header {
    padding-left: 3.3%;
    padding-right: 0.1%;
  }

  .site-branding img {
    max-width: 100%;
    height: 94px;
  }
	.scroll {
    position: absolute;
    right: 16%;
    bottom: 1%;
    z-index: 999;
    overflow-x: hidden !important;
    transform: translateY(-1%);
	}
	.perview-course::before, .page-template-parents-template .perview-course::before {
    content: url(/wp-content/uploads/2023/07/light-green-shape-1-2.png);
	}
}

/* 768*/
@media screen and (max-width: 768px) {
  .menu {
    margin-top: 35px;
  }

  .menu li {
    margin: 0px 14px;
    padding: 8px 12px;
  }

  .menu li a {
    font-size: 18px;
  }

  .site-branding img {
    height: 100px;
  }

  .site-header {
    height: 415px;
  }

  .banner-section h2 {
    font-size: 30px;
  }

  .inner-section h1,
  .teacher h1 {
    font-size: 32px;
  }

  .inner-section p,
  #teacher-txt,
  #privacy-txt {
    font-size: 18px;
  }

  .perview-course::before {
    display: none;
  }

  .lessons-section h2 {
    margin-top: 100px;
  }

  .single-lesson h4 {
    font-size: 15px;
    margin-bottom: 25px;
    margin-top: 15px;
  }

  .single-lesson {
    margin-bottom: 20px;
    padding-top: 25px;
    padding-bottom: 42px;
  }

  .single-lesson a,
  .about-course a {
    padding: 10px 19px;
    font-size: 14px;
  }

  .ask-teacher input,
  .teacher-form input {
    font-size: 15px;
  }

  .ask-teacher p,
  .teacher-form p {
    font-size: 20px;
  }

  .submit-button .wpcf7-submit {
    padding: 10px 25px;
    font-size: 16px;
  }

  .about-course h4 {
    max-width: 65%;
    font-size: 20px;
  }

  .lessons-section h2 {
    font-size: 32px;
  }

  .page-template-parents-template .site-header {
    height: 385px;
  }

  .home .banner-section h2 {
    font-size: 23px;
  }

  .home .inner-section h1 {
    font-size: 32px;
  }

  .home .inner-section p:nth-child(-n + 4) {
    max-width: 100%;
  }

  .home .inner-section p {
    font-size: 16px;
  }

  .page-template-parents-template .banner-section h2 {
    right: 2.5em;
    bottom: 4em;
  }

  .home .banner-section h2 {
    font-size: 23px;
    bottom: 3em;
  }
   .scroll img {
    width: 60%;
  }
}

/* 600*/
@media screen and (max-width: 600px) {
  .inner-section {
    padding-top: 65px;
  }

  .inner-section h1,
  .teacher h1 {
    font-size: 48px;
  }

  .inner-section {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-template-parents-template .inner-section img {
    padding-top: 9px;
  }

  .page-template-parents-template .inner-section img {
    width: 100%;
    padding-bottom: 48px;
  }

  .page-template-parents-template .teacher-circle::before {
    display: none;
  }
  .teacher-circle::before {
	display: none;
  }
  .about-course {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .about-course img {
    max-width: 30%;
  }

  .about-course h4 {
    font-size: 24px;
  }

  .single-lesson a,
  .about-course a {
    padding: 12px 24px;
    font-size: 24px;
  }

  .about-course h4 {
    max-width: 65%;
    font-size: 24px;
  }

  .home .banner-section h2 {
    font-size: 23px;
    bottom: 2.5em;
    max-width: 44%;
  }

  .home .inner-section h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 42px;
    line-height: 50px;
  }

  .home .inner-section {
    padding-top: 65px;
  }

  .home .inner-section div {
    width: 100%;
  }

  .home .inner-section p {
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 44px;
  }

  .home .lessons {
    display: block;
  }

  .lessons-section,
  .teacher-support {
    max-width: 100%;
    margin: 0 auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .single-lesson:nth-child(1),
  .single-lesson:nth-child(2) {
    margin-bottom: 25px;
  }

  .home .single-lesson h4 {
    max-width: 65%;
    font-size: 24px;
  }

  .lessons .single-lesson:nth-child(3) h4 {
    max-width: 65%;
  }

  .single-lesson img {
    margin-top: 30px;
    margin-bottom: 25px;
  }

  .banner-section h2 {
    font-size: 50px;
    bottom: 2.5em;
    right: 3em;
  }

  .perview-course p>a {
    font-size: 16px;
    padding: 10px 14px;
  }

  .inner-section p,
  #teacher-txt,
  #privacy-txt {
    font-size: 21px;
    line-height: 38px;
  }

  .inner-section p>span {
    line-height: 40px;
  }

  .lessons {
    display: block;
  }

  .single-lesson h4 {
    margin-bottom: 25px;
    margin-top: 15px;
    max-width: 65%;
    font-size: 24px;
  }

  .teacher-form .ask-teacher:nth-of-type(2) {
    margin-right: 20px;
  }

  .ask-teacher p,
  .teacher-form p {
    margin-right: 20px;
  }

  .submit-button .wpcf7-submit {
    padding: 12px 30px;
    font-size: 20px;
  }

  .page-template-parents-template .banner-section h2 {
    right: 3em;
    bottom: 2.2em;
    font-size: 50px;
  }

  .page-id-9 #nav-header {
    display: block;
    background-image: url(/wp-content/uploads/2023/07/home-page-mobile.png);
  }

  .page-id-11 #nav-header {
    display: block;
    background-image: url(/wp-content/uploads/2023/07/teacher-banner-mobile.png);
  }

  .scroll {
    display: none;
  }

  .wrap ul.wrap-nav li a:hover {
    background: #fdb732 !important;
  }

  .menu li:hover {
    background: #fdb732;
  }



  ul.wrap-nav li a:hover {
    background-color: #fdb732;
  }

  .wrap ul.wrap-nav li a:hover {
    background: #fdb732 !important;
	  
  }
	ul#primary-menu {
    margin: 95px 0px 0px;
    margin-left: 0px;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
}


ul#primary-menu li {
    display: block;
    padding-bottom: 45px;
    text-decoration: none;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    color: black;
    font-weight: bold;
    font-size: 30px;
    background: white;
    border-radius: 35px;
    padding: 14px 36px;
    margin-bottom: 35px;
}
ul#primary-menu li a {
    font-family: "Lato-Regular";
	font-size: 30px;
}

.menu li a {
    text-decoration: none;
    color: #000000;
    font-weight: 900;
}

}

/* 375*/
@media screen and (max-width: 375px) {
  .home .banner-section h2 {
    font-size: 22px;
    bottom: 2.9em;
    max-width: 44%;
  }

  .page-template-parents-template .banner-section h2 {
    font-size: 46px;
  }
}

/* 360*/
@media (max-width: 360px) {
  .home .banner-section h2 {
    font-size: 22px;
    bottom: 2.9em;
    max-width: 45%;
  }

  .ask-teacher p,
  .teacher-form p {
    font-size: 19px;
  }

  .perview-course p>a {
    font-size: 15px;
    padding: 10px 16px;
  }

  .banner-section h2 {
    font-size: 45px;
    bottom: 2.5em;
    right: 3em;
  }

  .header-mobilelog {
    padding-bottom: 506px !important;
    padding-left: 22px !important;
    padding-right: 11px !important;

  }
}