section.pricingPage {
  padding: 60px 0 115px;
}
.factorsprites img{
  width: 100%;
  max-width: 61px;
  height: 58px;
}
.navPagesWrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 55px;
  align-items: center;
}
.pricingWraper {
  display: block;
  max-width: 850px;
  width: 100%;
}
.pricingContent {
    max-width: 100%;
    width: 100%;
}
.pricingContent p {
  padding-bottom: 18px;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color:#3F3F3F;
  margin: 0 auto;
}
.pricingContent h1 {
  line-height: 120%;
  color: #004B3D;
  font-size: 30px;
  font-family: 'Inter';
  padding-bottom: 62px;
  text-align: left;
}
.pricingFactors {
  width: 100%;
  padding: 24px 0 0 0;
}
span.colored-span {
  color: #02837A;
}
.factors__inner {
    max-width: 218px;
    width: 100%;
    margin: 0 auto;
}

.factors__inner span {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #000000;
  text-align: center;
  padding-top: 28px;
  padding-bottom: 12px;
}
  .factors__inner p {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #000000;
    padding-bottom: 0;
}
.factorsprites {
    text-align: center;
}
.pricingFactors .factors__head{
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  padding-bottom: 22px;
  color: #000000;
  text-align: left;
}
.desc{
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 18px;
    color: #3F3F3F;
    line-height: 23px;
}
.factors__wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
}

.factors-box {
  max-width: 270px;
  width: 100%;
  height: 222px;
  background: #F8FBFA;
  padding: 32px 26px;
  border-radius: 8px;
}

section.breakdown{
  background: #F8FBFA;
  padding: 70px 0 54px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.noteBox p {
    font-weight: 400;
    font-size: 16px;
    line-height: 147.3%;
    color: #3F3F3F;
    padding-bottom: 16px;
}
.noteBox p.noteHead {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Inter';
  padding-bottom: 14px;
  color: #3F3F3F;
}

.breakdown h2{
  text-align: center;
  text-transform: capitalize;
  color: #004B3D;
  font-weight: 700;
  font-size: 30px;
  line-height: 120.19%;
  max-width: 625px;
  padding-bottom: 62px;
  width: 100%;
  margin: 0 auto;
}
.breakdown .container{
  max-width: 968px !important;
}


  .range {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .range input {
    width: 100%;
    top: 2px;
    height: 0;
    -webkit-appearance: none;
    appearance: none;
  }
  .range input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    margin: -11px 0 0;
    border-radius: 50%;
    background: #02837A;
    cursor: pointer;
    border: 3px solid #F8F9FF !important;
    box-shadow: 0px 5px 10px rgba(129, 129, 129, 0.25);
  }

  .range input::-ms-thumb {
    width: 23px;
    height: 23px;
    margin: -8px 0 0;
    border-radius: 50%;
    background: #2D96EE;;
    cursor: pointer;
    border: 3px solid #F8F9FF !important;
    box-shadow: 0px 5px 10px rgba(129, 129, 129, 0.25);
  }
  .range input::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: #EAEAF0;
    border-radius: 8px;
  }
  .range input::-moz-range-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background:#EAEAF0;
    border-radius: 8px;
  }
  .range input::-ms-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background:#EAEAF0;
    border-radius: 8px;
  }
  .range input:focus {
    background: none;
    outline: none;
  }
  .range input::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
  }
  .range-labels {
    margin-bottom: 35px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
  }
  .range-labels label {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 159%;
    color: #3F3F3F;
    width: 100%;
    max-width: 110px;
    background-color: #EAEAF0;
    text-align: center;
    border-radius: 5px;
    padding: 13px 0px;
    cursor: pointer;
  }
  .range-labels .active {
    color: #fff;
    background-color: #02837A;
  }


  .academicLevel {
    width: 100%;
    margin: 35px 0 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 42px;
    row-gap: 36px;
  }
  .academicBox {
    width: 100%;
    max-width: 47.6%;
    padding: 56px 30px 26px;
    background: #FFFFFF;
    border: 1px solid #D9E4E1;
    border-radius: 8px;
    transition: 0.3s ease all;
  }
  .noteBox {
    padding-top: 28px;
}
  .academicBox:hover{
    border-color: #02837A;
  }
  .academicBox:hover p.levelPrice{
    border-color:  #02837A;
    transition:0.3s ease all;
  }
  .academicBox.active  p.levelPrice{
    border-bottom: 1px solid #02837A;
  }
  .academicBox span{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 159%;
    color: #3f3f3f;
  }
  .pricingBorder {
    margin: 45px auto 0;
  }
  p.level {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #3F3F3F;
    padding-bottom: 22px;
  }
  p.levelPrice {
    border-bottom: 1px solid rgba(52, 73, 94, 0.2);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  p span.actual_price{
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #000000;
  }
  .academicBox small{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 159%;
    color: #3F3F3F;
    position: relative;
    padding-left: 22px;
  }
  .academicBox small::before{
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 12px;
    height: 12px;
    background: #02837A;
    border-radius: 100%;
  }
  span.highlighted {
    color: #00AEEF;
  }
  .pricingContent h2 {
    font-size: 22px;
    line-height: 25px;
    color: #213970;
    padding-bottom: 30px;
  }

  section.promise{
    background: #ffffff;
      padding: 115px 0;
      width: 100%;
      display: flex;
      justify-content: center;
      font-family: 'Euclid Circular A';
  }
  .promise .container{
    max-width: 1005px !important;
  }
  .promise h2{
    font-weight: 700;
font-size: 30px;
line-height: 120.19%;
text-align: center;
  }
  .promisesInner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin: 0 auto;
    color: #004B3D;
    column-gap: 20px;
    row-gap: 42px;
  }
  .promises {

    display: flex;
    align-items:start;
    width: 100%;
    flex-direction: column;
  }

  .promises p{
    color: #3F3F3F;
    width: 100%;
    font-size: 15px;
    line-height: 159.7%;
    font-weight: 400;
  }



  /* pricing section ending */

.promisesInner .box{
  display: flex;
  justify-content: center;
  max-width: 475.21px;
  width: 100%;

}
.promisesInner .box img{
  height: 42px;
  width: 42px;
  margin-right: 20px;
}




















.pricingContent h2 {
    font-size: 22px;
    line-height: 25px;
    color: #213970;
    padding-bottom: 30px;
    font-family: Inter
}

.promises label {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  font-family: Inter;
  display: flex;
  align-items: center;
  padding-bottom: 12px;
}

.promises label svg{
  margin-right: 30px;
}


.promises__wrapper h2 {
  font-weight: 700;
font-size: 30px;
line-height: 120.19%;
  color: #004B3D;
  font-family: 'Inter';
  text-align: center;
  padding-bottom: 62px;
}


.paper-wraper {
  background: #117BD4;
  position: relative;
  background-image: url(../images/our-average-bg.png);
  text-align: center;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 45px 0;
  border-radius: 8px;
}
.paper-head {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #fff;
  padding-bottom: 23px;
}

.paper-wraper .ornament {
  position: absolute;
  left: -10px;
  top: -30px;
}
.started-btn {
  width: 100%;
  max-width: 190px;
  background-color: #Fff;
  border-radius: 40px;
  padding: 16px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
  cursor: pointer;
  position: relative;
}
.started-btn a {
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #117bd4;
}
@keyframes cta-animation {

  0% {
    box-shadow: 0 0 0 0px #fff;
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.started-btn .pulseanim {
  animation-name: cta-animation;
  border-radius: 40px;
}.paper__desc{
  font-weight: 400;
font-size: 21px;
line-height: 25px;
color: #FFFFFF;
text-align: center;
}
section.paper {
  padding: 30px 0;
}


/* CTA Section starts-- cta__Section */

.newCtas {
  background-color: #FFFFFF;
  border-radius: 100px;
  padding: 19px 0;
  max-width: 190px;
  width: 100%;
  text-align: center;
  position: relative;
  color: #117BD4;
  font-weight: 500;
  font-size: 21px;
  display: block;
  line-height: 20px;
}

.newCtas .pulseanim {
  animation-name: cta-animation;
  border-radius: 100px;
  padding: 0;
}


.sideBar {
  padding-top: 0px;
}
.ctaSection {
  padding: 70px 0;
  background: #F8FBFA;
}


.ctaWrapper {
  position: relative;
  background: radial-gradient(100% 100% at 50% 0%, #02C585 0%, #02AB81 60.8%, #02837A 100%), linear-gradient(0deg, #D4DDE5, #D4DDE5);
  border-radius: 15px;
  display: flex;
  align-items: center;

  column-gap: 42px;
  padding: 39px 85px;
}
.ctaIcon span {
  display: block;
}
.ctaContent {
  border-left:2px solid rgba(255, 255, 255, 0.2);
  padding: 9px 42px 9px 42px;
}
.ctaContent.withhead {
  padding: 9px 0px 9px 42px;
  position: relative;
  z-index: 2;
}
.ctaWrapper::after {
  content: '';
  background-image: url(../images/educ.svg);
  position: absolute;
  z-index: 11;
  max-width: 233px;
  width: 100%;
  max-height: 171px;
  background-size: cover;
  right: 0;
  bottom: 0;
  height: 100%;
}
.ctaButton {
  display: block;
  background-color: #fff;
  border-radius: 3px;
  max-width: 124px;
  width: 100%;
  text-align: center;
  padding: 7px 0;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 164.5%;
  color: #02837A;
}
.ctaContent p {
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 142.5%;
  color: #fff;
  padding-bottom: 28px;
}
.side{
  width: 263px;
  display: block;
}
.side2{
  width: 263px;
display: none;
}
.ctaIcon img{
display: block;
}





@media (max-width:1200px) {
    .academicBox {
        max-width: 150px;
        padding: 30px;
        max-width: 24%;
    }
    .pricingWraper {
      padding-right: 50px;
  }

    .ranges label {
        font-size: 20px
    }

    .promises {
        width: 100%
    }

    .academicLevel {
        align-items: center
    }

    p.level {
        font-size: 16px
    }

    .ranges label {
        font-size: 16px
    }

    .benefitsInner ul li {
        font-size: 13px
    }

    .sideBar {
        max-width: 265px
    }

    p.goodWords {
        font-size: 30px
    }

}
@media (max-width:1150px) {
  .pricingWraper {

    max-width: 620px;
  }
}
@media (max-width:1004px){
  .promisesInner{

    justify-content: center;

}
.promisesInner .box {

  justify-content: center;
  max-width: 100% !important;
  width: 100% !important;
}


}

@media (max-width:991px) {

    .academicBox {
        max-width: 48%
    }
    .range-labels label {
      font-size: 13px;
      max-width: 14%;
      text-align: center;
      display: block
  }
  .side{
    display: none;
  }
  .side2{
    display: block;
  }
  .promise .container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    row-gap: 70px;
  }
  .promisesInner{
    justify-content: flex-start;
  }
  .promisesInner .box {
    display: flex;
    justify-content: center;
    max-width: 500px;
    width: 100%;
}

}

@media (max-width:767px) {

  .subscribe__Wrapper {
    flex-direction: column;
    row-gap: 9px;
}

.subscribe-form {
    gap: 19px;
}

.subscribe-form input[type="email"] {
    width: 214px;
}

.subscribe-form .subscribe-button {
    padding: 10px 20px;
    max-width: 97px;
}
    header.mpw-navbar.fixed-header .navItems a {
        color: #000
    }

    .cat-pages {
        top: 0
    }

    .pricingContent h1 {
        font-size: 26px;
        line-height: 29px
    }

    .range-labels label {
        max-width: 13%;
        width: 100%;
        font-size: 14px;
        line-height: 18px;
        padding: 7px;
        word-break: break-word
    }

    .factors-box {
        margin-bottom: 0px;
    }

    .pricingFactors {
      padding: 40px 0;
    }
    section.pricingPage {
      padding: 50px 0 0;
  }
  .pricingWraper {
    padding-right: 0;
}
.promises {
  max-width: 100%;
  width: 100%;
}
}

@media (max-width:575px) {
  .ctaWrapper {
    flex-direction: column;
    padding: 36px 28px;
}
.promises p {
  color: #3F3F3F;
  width: 100%;
  font-size: 14px;
  line-height: 142%;
}
.ctaSection {
  padding: 50px 0;
}

.ctaWrapper {
  flex-direction: column;
  padding: 36px 28px;
}
section.promise {
  padding: 40px 0;
}

.ctaIcon span {
  display: block;
  margin: 0 auto 34px;
}
.ctaIcon span svg {
  width: 104px;
  height: 104px;
}
.ctaContent {
  border: none;
  padding: 0;
  position: relative;
  padding-top: 34px;
}
.ctaContent.withhead {
  padding: 0px;
}
.ctaContent:before {
  position: absolute;
  content: '';
  width: 246px;
  background-color: rgba(255, 255, 255, 0.2);
  top: 0;
  height: 1px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
}
.ctaContent.withhead p {
  text-align: center;
  font-size: 22px;
  padding-top: 18px;
  padding-bottom: 22px;
}
.ctaButton {
  font-size: 14px;
  padding: 9px 0px;
  margin: 0 auto;
  max-width: 142px;
}
  .pricingWraper {
    padding-right: 0px;
}

.factorsprites.pages img{
  width: 60%;
}

  section.pricingPage {
    padding: 60px 0 20px;
  }
  .pricingContent p {
    max-width: 100%;
    font-size: 16px;
    text-align: center;
}
.pricingContent h1 {
  padding-bottom: 25px;
  font-size: 26px;
  line-height: 150%;
  text-align: center;
  padding-top: 0;
  max-width: 95%;
  width: 100%;
  margin: 0 auto;
}

.pricingFactors .factors__head {
  font-size: 18px;
  text-align: center;
  line-height: 30px;
}
.promises__wrapper {
  padding: 0;
}
.factors__inner p {
  text-align: left;
}
.factors__inner p {
  padding-top: 0;
  padding-bottom: 10px;
  text-align: center;
}
.factorsprites {
  max-width: 100%;
  width: 100%;
}
.pricingFactors {
  padding:20px 0 0;
}
span.ornament {
  display: none;
}
.promisesInner .box {

  max-width: 400px;

}
.promisesInner{
  row-gap: 32px;
}

p.levelPrice {
  border-bottom: 1px solid rgba(52, 73, 94, 0.2);
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.academicBox {
  max-width: 100%;
}
.academicLevel {
  margin: 40px 0 20px;
  row-gap: 20px;
}

.noteBox p {
  font-size: 15px;
  line-height: 24px;
}
.pricingBorder {
  margin: 45px auto 22px;
}

.promises__wrapper h2 {
  font-size: 21px;
  line-height: 25px;
  padding-bottom: 30px;
}

.promises {
  max-width: 100%;
}
.promisesInner .box {

  max-width: 350px;

}
.promises:last-child{
  margin-bottom: 0;
}

section.paper {
  padding: 30px 0;
}
.paper-head {
  font-size: 20px;
}
.started-btn a {
  font-size: 16px;
  line-height: 22px;
}
.paper__desc {
  font-size: 18px;
}
.started-btn {
  max-width: 180px;
  padding: 11px 0px;
}
.factors__wrapper {
  flex-direction: column;
  align-items: center;
}
.factors-box {
  margin-bottom: 20px;
  margin-right: 0;
  max-width: 100%;
}
.factors__inner {
  max-width: 100%;
  width: 100%;

  display: flex;
  flex-direction: column;
    align-items: center;
}
.factors__inner {
  max-width: 100%;
  display: flex;
  align-items: center;
}

.breakdown h2 {
  font-size: 24px;
  line-height: 140.19%;
  padding-bottom: 14px;
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
}
.ctaIcon {
  padding-right: 0px;
  padding-bottom: 18px;
}
.ctaIcon img{
  width: 94px;
  height: 94px;
}
.desc {
  font-size: 16px;
  padding-bottom: 40px;
  text-align: center;
}
}

@media (max-width:425px) {
    .range-labels label {
        max-width: 65px;
        font-size: 13px;
        line-height: normal;
        padding: 7px 0;
        word-break: break-word;
        margin: 7px
    }

    .range-labels {
        justify-content: unset;
        flex-wrap: wrap
    }

  .ctaWrapper::after {
    background-size: 132px 97px;
    background-repeat: no-repeat;
    background-position: bottom right;
}

}
