@import url("https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap");

@font-face {
  font-family: Poppins-SemiBold;
  src: url(https://pages.98thpercentile.com/hubfs/Website%20Images/Spell%20kahoot%206%202023/Spell%20kahoot%206.0%20fonts/Poppins-SemiBold.ttf);
}
@font-face {
  font-family: Lato-Light;
  src: url(https://pages.98thpercentile.com/hubfs/Website%20Images/Spell%20kahoot%206%202023/Spell%20kahoot%206.0%20fonts/Lato-Light.ttf);
}
@font-face {
  font-family: Poppins-Bold;
  src: url(https://pages.98thpercentile.com/hubfs/Website%20Images/Spell%20kahoot%206%202023/Spell%20kahoot%206.0%20fonts/Poppins-Bold.ttf);
}
@font-face {
  font-family: Poppins-Regular;
  src: url(https://pages.98thpercentile.com/hubfs/Website%20Images/Spell%20kahoot%206%202023/Spell%20kahoot%206.0%20fonts/Poppins-Regular.ttf);
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&display=swap');

@font-face {
  font-family: Lato-Bold;
  src: url(https://pages.98thpercentile.com/hubfs/Website%20Images/Spell%20kahoot%206%202023/Spell%20kahoot%206.0%20fonts/Lato-Bold.ttf);
}


/* General CSS CLasses */

*{
  font-family:"Poppins";
}

.math-p {
  font-family: "Poppins", roboto!important;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.math-red {
  color: #FE4646;
}
.math-red-20 {
  color: #FE464650;
}
.math-blue {
  color: #0100AD;
}
.math-blue-20 {
  color: #0100AD50;
}
.math-darkblue {
  color: #1B1464;
}
.math-yellow {
  color: #FFDB4F;
}
.math-orange {
  color: #FF642F;
}
.math-lpurple {
  color: #9681EA;
}
.math-yellow {
  color: #f78c00;
}
.math-green {
  color: #008080;
}

.col-darkPink {
  color: #2b192e;
}

.col-lildarkPink {
  color: #740287;
}

.col-red {
  color: #ed1f22;
}

/* .bg-red{
  background-color: #FE4646!important;
} */

.bg-blue-1{
  background-color: blue!important;
}

.bg-green{
  background-color: #9EC54D!important;
}

.bg-purple{
  background-color: #73235C!important;
}

.bg-redish{
  background-color: #BA2B33!important;
}

.bg-lightblue{
  background-color: #59A3BE!important;
}

.bg-orange{
  background-color: #E6A63C!important;
}
/* .bg-blue{
  background-color: #0100AD!important;
} */

.bg-red{
  background-color: #ed1f22!important;
}

.bg-bg-blue{
  background-color: #95D9F760 !important;
}

.bg-yellow{
  background-color: #F7F0B570!important;
}

.bg-pink-1{
  background-color: #FBD4F430!important;
}

.MonBold{
  font-family: 'Montserrat','Poppins';
}


.btn-link:hover {
    color: #5DBCFF;
}

h2 {
  font-family: "Poppins", roboto;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 700;
}
h3 {
  font-family: "Poppins", roboto;
  font-size: 30px;
  line-height: 1.3em;
  font-weight: 400;
}
h4 {
  font-family: "Poppins", roboto;
  font-size: 20px;
  line-height: 1em;
  font-weight: 500;
}

span {
  font-family: "Poppins", roboto;
  line-height: 1.3em;
  /* text-transform: uppercase; */
}

li {
  font-family: "Poppins", roboto;
  font-size: 20px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.3px;
  margin-bottom: 20px;
}

.math-red-btn {
  font-family: "Poppins", roboto;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  background-color: #ff0000;
  border-radius: 10px !important;
  padding: 10px 20px;
  cursor: pointer;
  border: #fff dashed 3px;
}

.math-red-btn:hover {
  background-color: #ff0000;
  color: #fff;
}

h3.thin-thick {
  font-weight: 400;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.pc{
  display:block;
}

.pc-inline{
  display:inline-block;
}

.mob{
  display:none;
}

/* Section 1 */

.section-1{
  background-image: url(https://pages.98thpercentile.com/hubfs/back2school/BG-header.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading {
  margin-top: 95px!important;
}

section.section-1.heading.p-relative {
  margin-top: 100px!important;
}

h3.topic.mt-2 {
  font-size: 20px;
}


h3.header-98.mt-3 {
  font-size: 25px;
}
/* .heading h1 {
  font-family: 'Bebas Neue', sans-serif;
  FONT-SIZE: 125px;
  background: -webkit-linear-gradient(#000080 20%,#1EC6FE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 3px;
  margin: unset !important;
 color: #000080; */
 /* } */

img.backToSchool.img-fluid {
  max-width: 40%;
}

.heading .container {
  padding-top: 30px;
}

.register-btn {
  display: inline-block;
  background-color: blue;
  color: white;
  padding: 10px 25px;
  border-radius: 25px;
  outline: white solid;
  outline-offset: -5px;
  transition: outline-offset 0.2s;
  cursor: pointer;
}

.register-btn:hover {
  outline-offset: 3px;
}


.box {
  border-radius: 5px;
  display: inline-block;
  /*   background-color: red; */
  padding: 10px 15px;
  /*   position: absolute; */
}

.mar-bot-55 {
  margin-bottom: 70px!important;
}

.scratch-grades {
  font-size: 20px;
}


/* Section 2*/

/* .section-2{
  background-image: url(https://pages.98thpercentile.com/hubfs/back2school/16by9but%20small.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */

.section-2 {
  margin-top: unset!important;
  padding-top: 50px;
  padding: 50px 0;
}

.video-container {
  outline: 7px solid #ff8d1a;
  outline-offset: 34px;
  border-radius: 0px 50px;
}

.section-2 .content.text-justify {
  max-width: 1000px;
  margin: auto;
  text-align: justify;
  margin-top:50px;
}

.embed-responsive.embed-responsive-16by9 {
  border-radius: 10px;
}

.video-container {
  max-width: 800px;
  margin: auto;
}


/* Section 3 */

/* section.section-3 {
  padding: 35px 0px;
} */

h3.header.col-darkPink.mb-3.text-left {
  margin-bottom: unset!important;
  line-height: 0px;
}

h1.h-tag.text-left {
  margin-top: unset!important;
  font-size: 1.75rem;
  font-weight: 700;
}

.section-3 .content p {
  /* top: 75px; */
  position: relative;
  margin: 0;
  font-size: 100px;
  font-weight: 800;
  line-height: 80px;
}
.section-3 .content h5 {
  position: relative;
  top: 51px;
  left: 0;
  z-index: 50;
}

.section-3 .sub-header {
  max-width: 800px;
  margin: auto;
}

.mw-550 {
  max-width: 550px;
  margin: auto!important;
}

img.small-img.ml-1 {
  width: 5%;
}

.img-fluid.back2School {
  max-width: 56%;
  height: auto;
}

/* Section 4 */

section.section-4 {
  margin-bottom: 50px;
}

.section-4 .card {
  transition: transform 0.5s ease;
  box-shadow: 0 4px 6px 0 rgba(22, 22, 26, 0.18);
  border-radius: 12px;
  border: 0;
  padding: 0px;
  margin-bottom: 1.5em;
  min-height: 330px;
}

.section-4 .card:hover {
  transform: scale(1.1);
}

.section-4 .card-body {
  padding: 10px;
}

.register-btn a {
  text-decoration: none!important;
  color: white;
}

.register-btn a:hover {
/*   text-decoration: none!important; */
  color: white;
}

.child img {
  padding: 15px 0px;
  width: 60px;
  height: 85px;
  aspect-ratio:1/1;
}

.card-header {
  padding: 12px 0px;
}

.card-header {
  font-size: 20px;
  font-weight: 600;
/*   background-color: #3752A5!important; */
  border-radius: 12px 12px 0 0!important;
  color: white;
}

.parent:hover > .child:not(:hover) {
  opacity: 0.2;
  transition: opacity 0.5s ease;
}

.bg-box img {
  margin: 25px auto;
  width: 45%;
}

.img-box.text-center {
  padding: 10px 20px;
}

.bg-box img {
  margin: 25px auto;
  width: 55%;
}

.text-justify.mt-3.mw-1070 {
  max-width: 1080px;
  margin: auto;
}

/* Section 5 */

section.section-5 {
  padding: 70px 0px 0;
  margin: unset;
  position: relative;
}

.section-5 h3 {
  top: 100px;
  left: 14vw;
  position: absolute;
  z-index: 3;
  text-align: left;
}

.seventy-Per {
  max-width: 70%;
  position: relative;
  z-index: 1;
}

/* Section 6 */

section.section-6 {
  margin: 50px 0 0 0;
  padding: 70px 0;
}

.keypoints img {
  height: 400px;
}

.sec-6-btn {
  padding: 10px 25px;
  display: inline-block;
  border-radius: 10px;
  margin: 0px;
  cursor: pointer;
  background-color: white;
  color: black;
  border: 2px solid black;
}

.selected-div {
  background-color: #ed1f22;
  color: white;
  border: 0px;
}

/* Section 17 */
.section-17 {
  margin-top: 0px;
  padding: 70px 0px 0px;
/*   background-image: url(https://pages.98thpercentile.com/hubfs/Website%20Images/Spell%20kahoot%206%202023/halfnhalf-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; */
/*   position: relative; */
}

.section-17-container {
  background-color: white;
  padding: 25px;
  border-radius: 35px;
  border: 1px solid #5956BD;
}

h3.text-white.pt-3.text-left {
  padding-bottom: 70px;
}
img.sec-17-img.sec-17-img-1 {
  width: 160px;
  position: absolute;
  bottom: -110px;
}
img.sec-17-img.sec-17-img-2 {
  width: 190px;
  position: absolute;
  right: 10px;
  bottom: -120px;
}

/* h2.accordion-header {
  font-family: 'Lato-Bold'; */
}

.accordion-body.text-justify {
  font-family: 'Lato-Regular';
}

.section-17-content.text-left {
  font-family: 'Lato-Regular';
}

img.img-fluid.accodian-img {
  margin-top: 50px;
}

/* section -18*/


/* Section 7 */
.section-7 {
  margin-top: 0px;
  padding: 35px 0px;
  position: relative;
/*   background-image: url(https://pages.98thpercentile.com/hubfs/Website%20Images/Comics_Images_2022/comix-2022-img-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; */
}

img.section-7-img {
  position: absolute;
  left: 0;
  top: 35px;
  width: 425px;
}
.math-sec-7-div {
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
  border: dashed red 3px !important;
  margin: 10px;
}
.section-18-header-section, .section-18-content {
  font-family: 'Lato-Regular';
}

section.section-7 p {
/*   font-family: 'Lato-Regular'; */
}

.img-fluid.promo-img {
  max-width: 40%;
  height: auto;
}

/* img.img-fluid.coding {
  width: 49%;
} */

img.img-fluid.eng {
  max-width: 57%;
}

/* Section 10 */
.section-10 {
  margin-top: 0px;
  padding: 70px 0px;
}

/* Section 8 */

.section-8{
  margin-top:unset;
  position: relative;
  background-image: url(https://pages.98thpercentile.com/hubfs/Website%20Images/Math%20Kangaroo%20ST-2023/new-promo-bg-girl.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-8-container .row {
  padding: 40px 0px;
}

/* .section-8-container {*/
/*   background-image: linear-gradient(90deg,#00c0ff,#b7a8e5); */
 /* border-radius: 35px;
  color: #fff;
  margin: auto;
  max-width: 800px;
  padding: 30px 20px;
  text-align: left;
  padding-bottom: unset;
} */

img.girl-on-books {
  width: 70%;
  position: absolute;
  bottom: -3px;
  left: 35px;
}

.section-8-top {
  /* background-color: #fff; */
  border-radius: 5px;
  color: fff;
  display: inline-block;
  font-size: 12px;
  /* margin-bottom: 1rem; */
  /* padding: 10px 15px; */
  font-size: 35px;
  font-weight: 700;
}

.section-8-header {
  font-family: Lato-Bold;
  color: #3B476B;
  font-size: 25px;
}

img.credit-cards {
  width: 20px;
}

.section-8-free-trial-btn a {
  color: white;
  text-decoration: none;
}

.section-8-free-trial-btn a:hover {
    color: #fff;
    text-decoration: none;
}

.section-8-free-trial-btn {
/*   background-image: linear-gradient(45deg,#f5861f,#ffc836,#ffc836,#f5861f); */
  background-image: linear-gradient(45deg,#642FFF,#FF642F,#FF642F,#642FFF);
  background-size: 300%;
  background-position: left;
  border-radius: 25px;
  display: inline-block;
  padding: 10px 30px;
  transition: 0.5s background-position ease-in-out;
}
.section-8-free-trial-btn:hover {
  /* background-image: linear-gradient(90deg,#ffc836,#f5861f); */
  /* border-radius: 25px; */
  background-position: right;
}

.section-8-container .row {
  padding: 50px 9vw;
}

.section-8-content{
  font-size: 21px;
}

.col-md-6.text-left.section-8-content {
  font-family: 'SF UI Display';
}

.section-8-free-trial-btn a {
  font-family: 'SF UI Display';
  font-weight: 500;
}


/* Section 11 */

section.section-11 {
  margin-top: 50px!important;
}



/* Section 12 */


/* Section 13 */
section.section-13 {

}

.math-sec-13-heading {
  position: relative;
}

.math-sec-13-heading h2 {
  position: absolute;
  top: 38%;
  left: 38%;
  color: #ff0000;
}


.last-section-bg {
  margin-top: 0px;
  background-image: url(https://pages.98thpercentile.com/hubfs/Website%20Images/Reel%20It/Group%20975.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top:75px;
}

.participate{
 margin-top:unset;
}

section.section-13 li {
  font-family: 'Lato-Regular';
  font-size: 18px;
}



/* Section 14 */

/* .section-14 h3 {
  background-color: #e9ecff;
  border-radius: 6px;
  font-family: Lato-Regular;
  padding: 6px;
  display: inline-block    
} */

.section-14 h5.mb-0 {
  font-family: Lato-Bold;
}

.section-14 .card-body p {
  font-family: Lato-Bold;
  color:#ADADAD;
}

.participate h4 {
  font-family: 'Lato-Regular';
}

p.math-orange {
  font-family: 'Lato-Bold';
}

/* p.faq-p {
  font-family: 'Lato-Regular';
} */

/* p.faq-p {
  background-color: #E9ECFF;
  padding: 6px;
  display: inline-block;
  border-radius: 6px;
  color: #808080;
} */

.grey-bg {
  background-color: #F7F9F8;
  border-radius: 15px;
  padding: 40px 40px;
}

.FAQ .btn-link {
  font-weight: 400;
/*   color: Black!important; */
  text-decoration: none!important;
}

.btn-check:focus+.btn, .btn:focus {
  outline: unset!important;
  box-shadow: unset!important;
}

/* Section 15 */

.floatingButtonWrap{
  display:none !important;
}

@media (max-width: 1024px) {
  
  .img-fluid.back2School {
    max-width: 100%;
    height: auto;
  }
  
  .heading {
    margin-top: 120px!important;
  }

  img.img-fluid.coding {
    width: 69%;
  }

  .section-5 h3 {
    top: 60px;
    left: 7vw;
  }
  
}

@media (max-width: 769px) {
  
  .heading {
    margin-top: 80px!important;
  }
  
  img.backToSchool.img-fluid {
    max-width: 70%;
  }
  
  .header-img.img-fluid {
    max-width: 130%;
    height: auto;
  }
  
  .section-3 .content h5 {
    top: 110px;
  }
  
  .math-p {
    font-size: 16px;
    margin: unset !important;
    /* padding: 0 !important; */
  }

  .front-box {
    min-height: 294px;
  }
  
  section.section-6 {
    padding: 30px;
  }
  
  img.small-img.mr-1 {
    width: 9%;
  }
  
  img.small-img.ml-1 {
    width: 9%;
  }
  
  .section-3 .box.border-color.math-blue {
    min-height: 96px;
  }
  
  section.section-6 {
    padding: 30px;
  }

  img.section-7-img {
    width: 30%;
  }

  .section-8-top {
    font-size: 25px;
  }

  .section-8-header.mb-3 {
    font-size: 20px;
  }

  li {
    font-size: 16px;
  }

  ol {
    padding: unset;
  }
  section.section-7 img.eng {
    max-width: 70%;
  }
  section.section-7 img {
    max-width: 70%;
  }
  
  .div-i-left.text-white li {
    font-size: 8px;
  }
  
  .mw-375 {
    max-width: 375px;
    margin: auto;
    margin-top: -15px;
  }
  .section-5 h3 {
    top: unset;
    left: unset;
    position: relative;
    z-index: 3;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .section-8 .col-md-4 {
    display: none;
  } 
}

/* Mobile View */

@media (max-width: 576px) {
  
  .img-fluid.back2School {
    max-width: 56%;
    height: auto;
  }
  
  .spell3-dates-table td {
    border: none;
    border-radius: 100px;
    font-family: Poppins,roboto;
    font-size: 11px;
    font-weight: 500;
    padding:unset!important;
    padding-top: 12px!important;
  }

  .heading h1 {
    FONT-SIZE: 100px;
    line-height: 95px;
  }

  .st {
    font-family: 'Montserrat Bold';
    color: #FE4646;
    font-size: 35px;
    letter-spacing: 10px;
    margin: unset;
    margin-top: -10px;
  }
  .section-3 .content h5 {
    top: 80px;
  }
  
  .video-container {
    margin-bottom: 45px;
  }

}

@media (max-width: 475px) {
  
  section.section-1.heading.p-relative {
    margin-top: 90px!important;
  }

  img.backToSchool.img-fluid {
    max-width: 65%;
  }
  
  h4.scratch-grades.math-red.my-5.MonBold {
    margin-bottom: 15px!important;
  }
  
  img.header-img.img-fluid {
    max-width: 50%;
    margin: auto;
  }
  .mar-bot-55 {
    margin-bottom: 20px!important;
  }
  
  h1.h-tag.text-left {
    text-align: center!important;
  }
  
  h3.header.col-darkPink.mb-3.text-left {
    text-align: center!important;
    margin-top: 20px;
  }
  
  .section-2 {
    margin-top:50px!important;
    padding: 40px;
  }
  
  section.section-3 {
    padding: 50px 0px;
  }
  
  .section-3 .box.border-color.math-blue {
    min-height: 72px;
    min-width: 175px;
    margin-bottom: 20px;
  }

  .section-4 .card {
    margin: unset!important;
    margin-bottom: 20px!important;
  }
  
  .keypoints img {
    height: auto;
  }
  
  section.section-5 {
    padding: 70px 0px 0;
    margin: unset;
  }

  span.d-flex.align-items-center {
    font-size: 12px;
  }

  img.sec-17-img.sec-17-img-1 {
    display: none;
  }

  h3.text-white.pt-3.text-left {
    padding-bottom: 30px;
  }

  img.sec-17-img.sec-17-img-2 {
    width: 33%;
  }

  img.section-7-img {
    width: 22%;
  }

  section.section-7 {
    padding: 45px 0px 1px;
  }
  section.section-7 img {
    max-width: 45%;
  }

  img.img-fluid.eng {
    max-width: 58%;
  }
  
  img.balls-stripes.p-absolute {
    top: -35px;
    left: -15px;
    width: 23%;
  }

  .section-8 {
    background-position: 65%;
  }

  .section-8 .col-md-4 {
    display: none;
  }
  
  .section-8-top {
    font-size: 21px;
  }

  .section-8-header.mb-3 {
    font-size: 19px;
    margin-top: 1rem;
  }

  .last-section-bg {
    padding-top: 45px;
  }
  section.section-13 {
    padding: 0px 13px;
  }
  .heading-div.mb-5 {
    margin-bottom: 1rem !important;
  }
  .section-8 .col-6 {
    font-size: 12px;
  }
  .mob-no-pb{
    padding-bottom: unset !important;
  }

  .mob-no-pt{
    padding-top: unset!important;
  }
  
  section.section-7 img.eng {
    max-width: 66%;
  }
  .div-i-left.text-white li {
    font-size: 7px;
    line-height: 10px;
  }  

  .section-17 {
    padding: 30px 0 0;
  }  
  img.img-fluid.accodian-img{
    max-width: 60%;
    margin-top: 30px;
  }
  img.img-fluid.mb-5.mt-3.search-bar {
    margin-bottom: 0px!important;
  }  
  section.section-13 li {
    font-size: 16px;
  }  
  
  .carousel-indicators {
    bottom: -26px!important;
  }
  
  .pc{
    display:none;
  }
  
  .pc-inline{
    display:none;
  }

  .mob{
    display:block;
  }
  .mw-375 {
    max-width: 300px;
  }
  
  .section-3 .box.border-color.math-blue {
    margin-top: 20px;
  }
  
  .section-3 .box.border-color.math-blue {
    min-height: 45px;
  }
  
  
  
}

@media (max-width: 370px) {
  .heading {
    margin-top: 100px!important;
  }
}

@media (max-width: 320px) {
  
  .heading h1 {
    FONT-SIZE: 76px;
  }
  
  section.section-1.heading.p-relative {
    margin-top: 130px!important;
  }
  
  .section-3 .box.border-color.math-blue {
    min-height: 72px;
    min-width: 151px;
    margin-bottom: 20px;
  }
  
}

.bg-blue.py-5.mt-5.newsletter {
  margin-top: -3px !important;
}

.justify-content-evenly{
 justify-content:space-evenly!important;
}
/* accordian */

.accordion-button:not(.collapsed) {
/*   color: #FF7563!important; */
  /* background-color: #e7f1ff; */
/*   box-shadow: inset 0 -1px 0 rgba(0,0,0,.125); */
  border: unset!important; /*1px solid #FF7563!important;*/
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow:unset!important;/* 0 0 5px 1px #FF7563!important;*/
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FE4646'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")!important;
  transform: rotate(-180deg);
}

.accordion-button:not(.collapsed) {
/*   color: #0c63e4; */
  background-color: #FFF!important;
/*   box-shadow: inset 0 -1px 0 rgba(0,0,0,.125); */
}

.accordion-button:focus {
  outline: 0;
  z-index: 3;
}

.accordion-item .accordion-button {

}
.accordion-item {

}
.accordion-item {
  border-top:unset!important;
  background-color: #fff;
  border: unset!important;
  border-bottom: 1px solid !important;
}

.accordion-item {
  margin-bottom: 20px;
}

.accordion-button.collapsed{
  color: Black!important;
}

.accordion-button {
  color: #FE4646!important;
}

.thankyou-p {
    font-size: 14px;
    line-height: 20px;
}

.container.thankyou-page{
  max-width:800px;
}


/*style for header*/
a.btn.btn-student-login.bg-blue {
  color: white;
}

.trial-btn a {
  color: white!important;
}

.btn-student-login {
  background-color: #ff7166!important;
  border-radius: 5px!important;
  margin-bottom: 15px;
  margin-left: 20px;
  margin-top: 20px;
}

h5 .ted-red {
  color: #ed1f22!important;
}
h5 .ted-red.collapsed {
  color: black!important;
}

.download-btn {
  cursor: pointer;
}

/*thank-you*/

img.img-fluid.math-it-thankyou {
  max-width: 54%;
}

.math-p a {
  color: red;
  text-decoration: none;
}

.math-p a:hover {
  color: #0100AD;
}