section.is-visible-viewport > * {
  transform: translateY(0);
  opacity: 1;
}

@media only screen and (min-width: 1200px) {
  .teachercam-section {
    height: 335px;
  }
}

.teachercam-section {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  background: #fff;
  box-shadow: 0 17px 39px rgba(0, 0, 0, 0.05);
}
.teachercam-image {
  background: url(../img/course/18.jpg)
    no-repeat;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  position: relative;
}
.teachercam-image .play-button {
  position: absolute;
  background-color: #fff;
  border: 0 solid #ffdfe7;
  border-radius: 9999px;
  cursor: pointer;
  transition: border-width 0.3s ease;
}
.teachercam-image .play-button {
  position: absolute;
  background-color: #fff;
  border: 0 solid #ffdfe7;
  border-radius: 9999px;
  cursor: pointer;
  transition: border-width 0.3s ease;
}
.teachercam-contents {
  padding: 24px 40px 21px;
}
.teachercam-contents h2 {
  line-height: 2.5rem;
  letter-spacing: 0.2px;
  padding: 0;
  margin-bottom: 16px;
  font-size: 2.1rem;
}
.teachercam-contents p {
  margin-bottom: 16px;
  line-height: 21px;
}
.teachercam-contents h3 {
  margin-bottom: 25px;
  line-height: 23px;
  font-size: 1rem;
}
.button-group {
  display: inline-flex;
}
a,
a:active,
a:focus {
  color: #fe8d1b;
  text-decoration: none;
}
a,
a:active,
a:focus {
  color: #fe8d1b;
  text-decoration: none;
}
.book_math_trial_btn,
.book_trial_btn {
  position: relative;
  overflow: hidden;
  width: 17rem;
  height: 51px;
  font-family: FuturaPTBold, sans-serif;
  justify-content: center;
  border: none;
  padding: 5px 12px;
}
.book_math_trial_btn svg,
.book_trial_btn svg {
  margin-right: 8px;
}
.btn-primary {
  background: #ff8d1a;
}

.code-with-minecraft {
  margin-top: 86px;
  width: 100vw;
  position: relative;
  margin-bottom: 40px;
}

.container .title-section {
  text-align: center;
}

.container .title-section h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: #191919;
  padding: 10px;
}

.container .title-section p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #5a7184;
  padding: 10px;
}

.jrachiever-h3 {
  font-size: 24px;
  line-height: 26px;
  color: #181824;
  padding-top: 10px;
}

.jrachiever-p {
  font-size: 20px;
  line-height: 24px;
  color: #5f7082;
  padding: 20px 0;
}

.jrachiever-heading {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: #191919;
  padding: 10px;
}

/* book free trial button */

.code-with-minecraft .cta-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-top: 30px;
}
.book_minecraft_trial_btn,
.book_music_trial_btn,
.book_trial_btn {
  position: relative;
  overflow: hidden;
  width: 17rem;
  height: 51px;
  font-family: FuturaPTBold, sans-serif;
  justify-content: center;
  border: none;
  padding: 5px 0;
}

.jrachiever-paragraph-suggestion {
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #191919;
  padding: 11px;
  font-weight: 400;
  margin-top: 15px;
}

.minecraft-courses .card .card-container img {
  width: 100%;
}

.minecraft-courses .card .card-container .course-video.hide {
  display: none;
}

.minecraft-courses .card .card-container .course-video {
  position: absolute;
  top: 7%;
  width: 90%;
  left: 5%;
}

.minecraft-courses .card .card-container .course-video {
  position: absolute;
  top: 7%;
  width: 90%;
  left: 5%;
}

.faq-container {
  max-width: 600px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

#faq-container{
  max-width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4p
}

.faq {
  box-sizing: border-box;
  background: transparent;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.faq:not(:first-child) {
  border-top: 1px solid #e6e6e6;
}

.faq-title {
  margin: 0 35px 0 0;
}

.faq-text {
  margin: 30px 0 0;
  display: none;
  line-height: 1.5rem;
}

.faq.active {
  background-color: #f8f8f8;
  box-shadow: inset 4px 0px 0px 0px#a876aa;
}

.faq.active .faq-title {
  color: #a876aa;
}

.faq.active .faq-text {
  display: block;
}

.faq-toggle {
  background-color: transparent;
  border: 1px solid #e6e6e6;
  color: inherit;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding-top: 3px;
  position: absolute;
  top: 30px;
  right: 30px;
  height: 30px;
  width: 30px;
  transition: 0.3s ease;
}

.faq-toggle:focus {
  outline: none;
}

.faq.active .faq-toggle {
  transform: rotate(180deg);
  background-color: #a876aa;
  border-color: #a876aa;
  color: #fff;
}
.jrachiever-h4 {
  font-size: 35px;
  text-align: center;
  padding-bottom: 20px;
}
.faq-title {
  margin: 0 35px 0 0;
  font-size: 20px;
}

section.coding {
  margin-top: 80px;
}
@media only screen and (max-width: 367px) {
  .book_minecraft_trial_btn,
  .book_music_trial_btn,
  .book_trial_btn {
    width: 14rem;
  }
  .jrachiever-p {
    font-size: 16px;
    line-height: 24px;
    width: auto;
    color: #5f7082;
    padding: 20px 0;
  }
}

.parent {
  position: relative;
  top: 0;
  left: 0;
}
.image1 {
  position: relative;
  top: 0;
  left: 0;
}
img#video {
  position: absolute;
  top: 30px;
  height: 29vw;
  width: 420px;
  left: 42px;
  border-radius: 4px;
}
.coding-heading {
  line-height: 2.5rem;
  letter-spacing: 0.2px;
  padding: 0;
  margin-bottom: 16px;
  font-size: 2.1rem;
}
p.font18.color-5A7184 {
  margin-bottom: 16px;
  line-height: 21px;
  font-size: 1.125rem;
}

h2.parents-reviews {
  padding: 75px 100px 200px;
  font-weight: 600;
  font-size: 47px;
  line-height: 64px;
}
.pricing-card .as-btn {
  padding: 19px 34px;
  color: #fff;
}
.pricing-card .as-btn:hover {
  
  color: #fff;
}
#title-area-text-center {
  background: url(../img/course/21.jpg)
    no-repeat;
  background-position: 50%;
  position: relative;
  background-size: cover;
  height: 304px;
}

p.service-content.jrachiever-p {
  font-size: 16px;
}
.testimonial-slider-2.row.as-carousel.slick-initialized.slick-slider.slick-dotted {
  display: flex;
  position: relative;
  transition: left 0.3s;
  left: 0;
  top: -155px;
  margin-bottom: -175px !important;
  z-index: 2;
}

.image1{
  height: 467px!important;
}

@media only screen and (max-width: 575px) {
  h2.parents-reviews {
    padding: 52px 11px 33px;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
  }

  #title-area-text-center {   
    height: 170px;
  }
}
@media only screen and (max-width: 575px) and (min-width: 320px) {
  img#video {
    position: absolute;
    top: 30px;
    width: 283px;
    height: 271px;
    left: 25px;
  }
  .image1 {
    position: relative;
    top: 0;
    left: 4px;
    height: 319px!important;
  }
  .jrachiever-h4 {
    font-size: 30px;
    text-align: center;
    margin-top: 22px;
}
#achivement-card{
  padding: 0px!important;
}
}
.note{
  font-size: 14px;
  padding-top: 34px;
}



@media only screen and (max-width: 769px) and (min-width: 575px) {
  h2.parents-reviews {
    padding: 44px 26px 67px;
    font-weight: 600;
    font-size: 45px;
    line-height: 63px;
  }

  #title-area-text-center {   
    height: 212px;
  }

  .parent {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
}
img.image1 {
  height: 400px;
}
img#video {
  position: absolute;
  top: 30px;
  width: 350px;
  height: 345px!important;
  left: 94px;
  border-radius: 4px;
}
.jrachiever-h4 {
  font-size: 30px;
  text-align: center;
  margin-top: 30px;
}
.image1 {
  position: relative;
  top: 0;
  left: 4px;
  height: 410px!important;
}
}

@media only screen and (max-width: 1200px) and (min-width: 769px) {
  h2.parents-reviews {
    padding: 40px 34px 55px;
    font-weight: 600;
    font-size: 43px;
    line-height: 64px;
}

  #title-area-text-center {   
    height: 212px;
  }

  .testimonial-slider-2.row.as-carousel.slick-initialized.slick-slider.slick-dotted {
    display: flex;
    position: relative;
    transition: left 0.3s;
    left: 0;
    top: -130px;
    margin-bottom: -175px !important;
    z-index: 2;
}
.jrachiever-h4 {
  font-size: 30px;
  text-align: center;
  margin-top: 30px;
}

img#video {
  position: absolute;
  top: 50px;
  width: 304px;
  height: 300px;
  left: 24px;
  border-radius: 4px;
}
.image1 {
  height: 397px!important;
}

}

.coding-course-img{
  max-width: 64%!important;
  height: auto;
}

div#coding-button {
  text-align: center;
}

#achivement-card{
  padding: 40px 40px 40px 40px;
}






/* ////////////////////////////////////////////////////20-03-2022///////////////////////////////////////////////////// */

/* Prizes */

h3.title.coding-prizes {
  color: #fff!important;
}
h4.price.coding-course-prizes {
  color: #fff !important;
}

a.as-btn.style2.course-coding-button {
  background-color: #90278e!important;
  color:#fff;
}
h4.price.text-white {
  font-size: 34px;
  text-align: left;
}

/* math course */

.math-banner{
  font-weight: 600;
  font-size: 40px;
  line-height: 58px;

}
a.as-btn.math-button.style5.mt-4 {
  color: #fff;
}
#breadcumb-wrapper{
  padding: 84px 0 130px;
}

/* .why-create-with-math {
  padding: 30px 15px;
  width: 100vw;
  background: url(https://www.whitehatjr.com/maths/media/grid.svg) no-repeat;
  background-position: 0 30%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 60px;
} */
/* .why-create-with-math .container:before {
  content: url(https://www.whitehatjr.com/maths/media/why-create-with-maths/cross.svg);
  position: absolute;
  top: 150px;
  left: -50px;
  z-index: -1;
} */
.container .title-section {
  text-align: center;
}

.container .title-section h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: #191919;
  padding: 10px;
}
.container .title-section p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #5a7184;
  padding: 10px;
}
.container .title-section h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  color: #5a7184;
  padding: 30px 10px;
}
.why-create-with-math .cards-container {
  display: flex;
  margin-bottom: 35px;
}
.why-create-with-math .cards-container .card {
  padding: 1rem;
  background: #fff;
  box-shadow: 0 10px 40px rgba(0,0,0,.05);
  text-align: center;
  margin: 10px;
  flex: 1;
  border: none;
}
.why-create-with-math .cards-container .card img {
  padding: 8px;
  width: 85px;
  margin-left: 50px;
}
.why-create-with-math .cards-container .card p {
  padding: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #191919;
}
.why-create-with-math .cta-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.why-create-with-math .cta-section p {
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 1px;
  color: #00b5ce;
  padding: 16px;
  font-weight: 600;
}
.why-create-with-math .cta-section a {
  display: flex;
  justify-content: center;
}
.why-create-with-math .cards-container .card:hover {
  box-shadow: 0 10px 40px rgba(0,0,0,.25);
  transform: scale(1.05);
  transition: .25s;
}
h3.title.maths-tabunation.text-white {
  font-size: 26px;
  text-align: left;
}
p.math-tabunation-paragraph {
  text-align: left;
  color: #fff;
}
h5.maths-carriculam-includes {
  text-align: left;
  color: #fff !important;
}
p.content {
  text-align: left;
}

@media only screen and (max-width: 575px) and (min-width: 320px) {
  .math-banner {
    font-weight: 600;
    font-size: 24px;
    line-height: 38px;
}
.math-confident-child .container .cta-section {
  display: flex;
  width: 100%!important;
  justify-content: center;
  flex-direction: column;
}
}

@media only screen and (max-width: 769px) and (min-width: 575px) {
  .math-banner {
    font-weight: 600;
    font-size: 35px;
    line-height: 53px;
}
}

@media only screen and (max-width: 1200px) and (min-width: 769px) {

  
}



.curriculum-pricing-comparison {
  padding: 3rem 0;
}
.curriculum__heading {
  text-align: center;
}
.curriculum-pricing-comparison h2 {
  padding: 0 0 48px;
}
.curriculum-pricing-comparison .pricing-comparison-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #959ead;
}
.curriculum-pricing-comparison .pricing-comparison-table thead {
  background: #fff4e8;
}
.curriculum-pricing-comparison .pricing-comparison-table tr {
  border: none;
}
.curriculum-pricing-comparison .pricing-comparison-table .d-none {
  display: none!important;
}

.curriculum-pricing-comparison .pricing-comparison-table thead th {
  border-bottom: 1px solid #959ead;
  font-weight: 700;
  color: #ff8d1a;
}
.curriculum-pricing-comparison .pricing-comparison-table th {
  padding: 10px 20px;
}
.curriculum-pricing-comparison .pricing-comparison-table td, .curriculum-pricing-comparison .pricing-comparison-table th {
  border-right: 1px solid #959ead;
  border-left: 1px solid #959ead;
  padding: 5px 20px;
  vertical-align: middle;
  text-align: center;
}

.curriculum-pricing-comparison .pricing-comparison-table tr {
  border: none;
}
.curriculum-pricing-comparison .pricing-comparison-table .d-block {
    display: inline-block!important;
}

.curriculum-pricing-comparison .pricing-comparison-table tr {
    border: none;
}
.curriculum-pricing-comparison .pricing-comparison-table td.pricing-comparison-section, .curriculum-pricing-comparison .pricing-comparison-table th.pricing-comparison-section {
  font-weight: 700;
  text-align: left;
  vertical-align: top;
}
.curriculum-pricing-comparison .pricing-comparison-table td, .curriculum-pricing-comparison .pricing-comparison-table th {
  border-right: 1px solid #959ead;
  border-left: 1px solid #959ead;
  padding: 5px 20px;
  vertical-align: middle;
  text-align: center;
}

.math-headng{
  font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #5a7184;
    padding: 30px 10px;
}


.math-section {
  padding: 0px 0 110px;
}

.math-confident-child .container {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  height: 100%;
  padding-top:66px;
}


.math-confident-child .container .cta-section {
    display: flex;
    width: 50%;
    justify-content: center;
    flex-direction: column;
}

.math-confident-child .container .cta-section h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
  color: #fff!important;
  margin-bottom: 20px;
}
.math-confident-child .container .cta-section p {
  font-size: 24px;
  line-height: 1.3;
  color: #fff;
  padding-bottom: 30px;
}

/* coding images */

img.coding-img-background {
  height: 118px;
}

img.coding-img-background-4 {
  height: 120px;
}

img.coding-img-background-1 {
  height: 341px;
  width: 100%!important;
}


/* animation   /////////////////////////////////////// */


.animaition-details{
  padding: 2px 47px 0px;
}

@media only screen and (max-width: 575px) and (min-width: 320px) {
  .skills-area .single-skill-wrap .single-skill .single-counter-skill {
    color: var(--theme-color);
    background: #fff0f4;
    height: 104px;
    width: 110px;
    line-height: 96px;
    top: 0;
    transform: translate(-50%, 50%);
    border-radius: 50%;
    margin-top: -34px;
    font-size: 30px;
    font-weight: 700;
}
.animaition-details{
  padding: 105px 47px 0px;
}

.animaition-details p.content {
  text-align: center;
}

}
@media only screen and (max-width: 769px) and (min-width: 575px) {
  .animaition-details{
    padding: 112px 47px 0px;
  }
  .animaition-details p.content {
    text-align: center;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .animaition-details{
    padding: 112px 47px 0px;
  }
  
}

/* //////////////////////////////////////////////////////////////////////////22/03 */

.math-course-arrow{
  
    right: 5px!important;
}

.math-course-crds {
  padding: 18px 0px 0px 0px;
  background: #fff;
  box-shadow: 0 10px 40px rgba(0,0,0,.05);
  text-align: center;
  margin: 10px;
  flex:1;
  width: 100%;
  display:block;
}
.math-course-crds:hover {
  box-shadow: 0 10px 40px rgba(0,0,0,.25);
  transform: scale(1.05);
  transition: .50s;
}

p.font-weight-light.my-3.math-course-crds-paragrph {
  /* padding: 8px; */
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  /* color: #191919; */
}

h2.font-weight-bold.display-4.math-second-heading {
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 46px;
  color: #191919;
  padding: 10px;
}

img.play-video-btn {
  height: 107px;
}
img.img-1.course-code-img {
  height: 313px;
}


h4.curricullam-heading {
  font-size: 16px;
}
img.coding-img-background-8 {
  height: 198px;
  /* width: 100%!important; */
}

img.coding-img-background-3 {
  height: 275px;
  width: 321px;
}

img.animation-image_2 {
  width: 105px;
  
}
img.animation-image_1 {
  width: 110px;
}
img.animation-image_3 {
  width: 64px;
}
img.animation-image_4 {
  width: 120px;
}