/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
body {  
  background-image: url(https://pages.98thpercentile.com/hubfs/Website%20Images/new-coding-page/bg-coding-new.png);
  background-size: 1920px 1616px;
}
body {
  font-family: 'MyCustomFont', Arial, sans-serif;
}

.section-ten #review-carousel .carousel-indicators button{
  width:24px!important;
  height:24px!important;
}
.faq-accordian .accordion-button
{
  color:#2F5B7E!important;
}
.facebook-review-btn:hover, .google-review-btn:hover{
  color:white;
}
.bg-blue {
  background-color: #3A78B1!important;
  color: #fff;
}
.hero-section {
  box-shadow: 0 4px 4px 0px #eee;
  padding-bottom: 120px;
}
.event-banners .carousel-indicators,.event-banners button.carousel-control-next,.event-banners button.carousel-control-prev{
  display: none;
} 
.hero-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  padding-top: 50px;
  align-items: center;
}
.hero-content {
  width: 100%;
  max-width: 550px;
  margin-bottom: 50px;
}
.hero-heading {
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 20px;
}
.hero-heading span {
  color: #4e92c4!important;
}
.hero-subheading {
  font-size: 22px;
  text-align: left;
  line-height: 30px;
}
.hero-form {
  width: 100%;
  max-width: 800px;
  overflow: hidden;
}
.hero-form-heading {
  text-align: left;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 40px;
}
.section-two {
  width: 100%;
  max-width: 800px;
  margin: -100px auto 50px;
  background-color: #fff;
  padding: 40px 50px;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 #c1c1c1;
}
.section-two-heading {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px !important;
}
.section-two-video {
  width: 100%;
}
.section-two-text {
  text-align: center;
  margin: 40px 0 0;
  font-size: 18px;
}
.section-three {
  margin: 80px auto;
}
.section-three-heading {
  text-align: center;
  color: #ff7166;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}
.section-three-heading span {
  display: block;
  color: #000;
}
.section-three-text,
.section-six-text,
.section-seven-text {
  font-size: 20px !important;
  max-width: 1000px;
  margin: 30px auto !important;
  line-height: 30px;
  text-align: center;
}
.university-container {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 20px;
}
.university-image {
  padding: 10px;
  box-shadow: 0 0 8px 0 #ccc;
  border-radius: 4px;
}
.university-image img {
  width: 100% !important;
}
.section-four-heading {
  color: #ff7166;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  margin-bottom: 10px !important;
}
.section-four-subheading {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
}
.section-four-video {
  max-width: 800px;
  width: 90%;
  margin: 50px auto 80px;
}

.section-five-heading {
  font-size:  40px;
  font-weight: 600;
  line-height: 50px;
  color: #000;
  text-align: center;
}
.section-five-heading span {
  display: block;
  color: #4e92c4;
}
.math-journey {
  display: flex;
  border-bottom: 4px dashed #fd7065;
  height: 0px;
  margin: 100px 0;
  justify-content: space-between;
}
.math-journey-item {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  background-color: #fff;
  width: 15%;
  margin-top: -50px;
  padding: 0 20px;
  height: 100px;
  align-items: center;
  display: flex;
  max-width: 180px;
  border-radius: 10px;
}
.math-journey-item:nth-child(odd) {
  color: #2F5B7E;
  border: 4px dashed #4d91c2;
}
.math-journey-item:nth-child(even) {
  color: #fd7065;
  border: 4px dashed #fd7065;
}
.section-six {
  margin-bottom: 80px;
}
.section-six-heading {
  color: #4e92c4;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
}
.program-structure-container {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(4, 1fr);
  margin: 50px auto 80px;
  max-width: 1000px;
}
.program-structure-img {
  border: 4px dashed #ff7166;
  border-radius: 8px;
  margin: 0 auto 20px;
  padding-top: 80%;
  width: 80%;
  position: relative;
}
.program-structure-img img {
  width: 90% !important;
  display: block;
  object-fit: contain;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.program-structure-text {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.section-seven-heading,
.section-eight-heading,
.section-nine-heading {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  margin: 20px 0 50px;
  text-align: center;
}
.section-seven-heading span,
.section-eight-heading span,
.section-nine-heading span {
  display: block;
  color:#4e92c4;
}
.section-three-video,
.section-seven-video {
  max-width: 800px;
  margin: 30px auto 50px;
}
.section-nine-video {
  max-width: 1200px;
  margin: 30px auto 50px;  
}
.section-seven-icon-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 800px;
  margin: auto;
}
.section-eight-icon-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  max-width: 1000px;
  margin: auto;
}
.section-eight-icon-img {
  width: 90%;
  margin: 0 auto 20px;
  max-width: 250px;
  padding-top: 80%;
  position: relative;
  border: 4px dashed #ff7166;
  border-radius: 10px;
}
.section-eight-icon-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 80% !important;
}
.section-eight-icon-text {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}
.section-eight {
  margin-bottom: 50px;
}
.section-ten {
  background-color: #fff1f0;
  margin-top: 100px;
  padding-bottom: 10px;
}
.section-ten-heading {
  background-color: #B30E00;
  border-radius: 30px;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  margin: auto;
  padding: 10px 50px;
  position: relative;
  top: -30px;
  width: fit-content;
}
.more-reviews {
  text-align: center;
}
.more-reviews h4 {
  font-weight: 500;
}
.facebook-review-btn,.google-review-btn {
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  margin: 10px 10px 30px;
  padding: 8px 20px;
}
.facebook-review-btn {
  background-color: #4e92c4;
}
.google-review-btn {
  background-color:#ff7166;
}
.section-twelve-heading {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  margin: 100px 0 50px;
  text-align: center;
}
.section-thirteen-heading {
  font-size: 40px;
  text-align: center;
  color:#ff7166;
  margin: 0px auto 20px;
}

.section-13-heading {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  /*   margin: 100px 0 50px; */
  text-align: center;
}

.subject-expert-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1000px;
  grid-gap: 30px;
  margin: 50px auto;
}
.subject-expert-box {
  display: grid;
  grid-template-columns: 2fr 5fr;
  grid-gap: 20px;
  align-items: center;
  padding: 10px;
  background-color: #f5f5f5;
  border-radius: 10px;
}
.subject-expert-img {
  max-width: 150px;
}
.subject-expert-img img {
  width: 100% !important;
}
.subject-expert-heading {
  font-size: 22px;
  font-weight: 600;
}
.subject-expert-detail {
  font-size: 18px;
}
.teacher-expert-info {
  padding-bottom: 20px;
}

.carousel-indicators li {
  background-color: #4e92c4 !important;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 10px!important;
  margin: 10px;
  text-indent: 0;
  width: 10px!important;
}

.carousel-indicators .active {
  background-color: #ff7166!important;
  height: 10px;
  /*   margin: 10px; */
  width: 10px;
}

.carousel-indicators li {
  background-color: #4e92c4;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 10px;
  text-indent: 0;
  width: 10px;
}
.card {
  border: none!important;
}
.card {
  text-align: center;
}
.h-550 {
  height: 550px;
}
.br-10 {
  border-radius: 10px!important;
}

.card-body p {
  font-size: 16px;
  text-align: justify;
}

/* Free Trial CTA Btn */
.free-trial-container {
  display: flex;
  justify-content: center;
  /*   padding: 50px 0; */
  padding-bottom: 20px;
}
.free-trial-container a {
  background: linear-gradient(121.19deg,rgba(133,239,49,0) 25.73%,hsla(0,0%,100%,.3) 45.27%,rgba(133,239,49,0) 62.27%),#ff8d1a;
  animation: free-trial-btn 60s linear infinite;
  color: #fff;
  background-color: #ff7166;
  border-radius:10px;
  padding: 10px 30px;
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
}
@keyframes free-trial-btn {
  0% {
    background-position: -5000px 0
  }
  to {
    background-position: 5000px 0
  }
}
/* End free trial cta */



/* Style for tab view */
@media (max-width: 1200px) {
  .hero-heading,
  .section-three-heading,
  .section-five-heading,
  .section-six-heading, 
  .section-seven-heading,
  .section-eight-heading,
  .section-nine-heading,
  .section-twelve-heading {
    font-size: 32px;
    margin: 30px 10px;
  }
  .section-ten-heading {
    font-size: 32px;
    padding: 5px 30px;
  }
  .hero-subheading {
    font-size: 20px;
    line-height: 25px;
  }
  .hero-container {
    grid-template-columns: 1fr;
    grid-gap: 0;
    justify-items: center;
  }
  .hero-form-heading {
    text-align: center;
    margin-bottom: 10px;
  }
  .hero-form iframe {
    margin-right: -15%;
    margin-left: 15%;
  }
  .math-journey {
    margin: 80px 0;
  }
  .math-journey-item {
    padding: 0 10px;
    font-size: 15px;
    line-height: 18px;
  }
  .section-three {
    margin: 50px auto;
  }
  .program-structure-container {
    grid-gap: 15px;
    margin: 20px auto 50px;
  }
  .section-seven-icon-container {
    max-width: 600px;
    margin: 50px auto 0;
  }
  .section-seven-icon img {
    max-width: 150px;
  }
  .section-eight-icon-container {
    grid-gap: 15px;
  }
  .university-image {
    padding: 5px;
  }

  .card-body.shadow.br-10 {
    min-height: 610px;
  }
}

@media (max-width: 768px) {
  .card.h-550 img {
    max-width: 60%;
  }
}

/* responsive style for mobile */
@media (max-width: 767px) {
  .hero-container {
    padding-top: 0;
}
.hero-heading,
.section-eight-heading,
.section-five-heading,
.section-nine-heading,
.section-seven-heading,
.section-six-heading,
.section-three-heading,
.section-twelve-heading {
  text-align: center;
  font-size: 24px;
  margin: 30px 0 15px;
  line-height: unset;
}
.hero-subheading {
  font-size: 18px;
  text-align: center;
  line-height: 22px;
  margin-bottom: 15px;
}
.hero-text {
  text-align: center;
  font-size: 15px;
}
.section-two {
  padding: 20px 25px;
  box-shadow: unset;
  border-radius: 0;
  background-color: #f6f6f6;
}
.section-six-text,.section-seven-text, .section-three-text {
  font-size: 18px !important;
  margin: 0 !important;
}
.section-three {
  margin: 50px auto 80px;
}
.university-container {
  grid-template-columns: repeat(4, 1fr);
}
.math-journey {
  flex-wrap: wrap;
  height: 100px;
  border-top: 2px dashed #ff7067;
  border-bottom: 2px dashed #ff7067;
  border-right: 2px dashed #ff7067;
  margin: 80px auto;
  width: 230px;
}
.math-journey-item {
  width: 42%;
  height: 70px;
  font-size: 12px;
  line-height: 15px;
  padding: 0 5px;
  margin-top: -40px;
  border-width: 2px !important;
}
.math-journey-item:first-child {
  margin-left: -50px;
}
.math-journey-item:nth-child(3) {
  margin-right: -50px;
}
.math-journey-item:nth-child(4) {
  margin-left: -50px;
  margin-top: 30px;
}
.math-journey-item:nth-child(5) {
  margin-top: 30px;
}
.math-journey-item:nth-child(6) {
  margin-right: -50px;
  margin-top: 30px;
}
.university-image {
  padding: 5px;
}
.program-structure-container {
  grid-template-columns: 1fr 1fr;
  max-width: 300px;
  grid-gap: 30px 20px;
}
.program-structure-img {
  margin-bottom: 10px;
  border: 2px dashed #ff7166;
  width: 100px;
  padding-top: 100px;
}
.section-seven-icon img {
  max-width: 100px;
}
.section-seven-icon-container {
  max-width: 90%;
}
.section-eight-icon-container {
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px 20px;
  width: 300px;
  margin-top: 30px;
}
.section-eight-icon-img {
  width: 100px;
  margin-bottom: 10px;
  padding-top: 90px;
  border: 2px dashed #ff7166;
}
.section-eight-icon-text,
.program-structure-text {
  font-size: 14px;
}
.section-ten-heading {
  font-size: 24px;
  line-height: 32px;
  top: -20px;
}  
}


@media (max-width: 426px) {
  .carousel-inner.pb-5 .col-md-4.mb-md-4 {
    padding: 35px;
  }
  .card-body.shadow.br-10 {
    min-height: 531px;
  }


}
/* Responsive style for medium screen mobiles */
@media (max-width: 399px) {


  .math-journey-item {
    width: 95px;
  }
}