.faqBanner {
  position: relative;
  background: linear-gradient(180deg, #EBF7FF 0%, #FDF5EB 100%);
  padding: 160px 0 70px;
}
.faqBanner::before,.faqBanner::after{
  content:"";
  background: url(../images/star.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 52px;
  height: 49px;
}
.faqBanner::before{
  left: 0;
  bottom: 25px;
}
.priceHead p{
  margin-bottom: 0;
}
.faqBanner::after{    
  right: 15px;
  top: 72px;
} 
.faqBanner h1 {
  color: #231F20;
  font-weight: 700;
  font-size: 36px;
  line-height: 156%;
  text-align: center;
}
 
.faqBanner p {
    color: #585858;
  font-weight: 400;
  font-size: 16px;
  line-height: 156%;
  text-align: center;
  max-width: 830px;
  margin: 30px auto 0;
}
.faqBanner p a{
  color: #233f8c;
  text-decoration: underline;
}
section.pricingPage {
  padding: 80px 0;
}
.factorsprites img {
  width: 100%;
  max-width: 61px;
  height: 58px;
}
.pricingWraper {
  max-width: 800px;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.pricingContent {
  max-width: 100%;
  width: 100%;
}
.pricingContent p {
  padding-bottom: 18px;
  font-family: 'CircularStd';
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #231f20;
  margin: 0 auto;
}
.pricingContent h1 {
  line-height: 35px;
  color: #231f20;
  font-size: 30px;
  font-family: 'CircularStd';
  padding-bottom: 15px;
  text-align: left;
}
.pricingFactors {
  width: 100%;
  padding: 20px 0 55px;
}
span.colored-span {
  color: #055fab;
}
.factors__inner {
  max-width: 191px;
  width: 100%;
  margin: 0 auto;
}

.factors__inner span {
  display: block;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #231f20;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
}
.factors__inner p {
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #231f20;
  padding-bottom: 0;
}
.factorsprites {
  text-align: center;
}
.factors__head {
  font-weight: 600;
  font-size: 27px;
  line-height: 26px;
  color: #01305c;
  font-family: CircularStd;
  padding-bottom: 30px;
  text-align: center;
  margin-bottom: 0;
}
.factors__desc {
  text-align: center;
  color: #0f0f0f;
}

/* Add missing classes for pricing page centering */
.factors__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #585858;
  padding-bottom: 70px;
  font-family: 'CircularStd';
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}

.price__Calculator {
  width: 100%;
  text-align: center;
}

.costCalculator {
  max-width: 360px;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin: 0 auto;
}
.factors__wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.factors-box {
  max-width: 200px;
  width: 100%;
  margin-right: 40px;
}

.noteBox p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #575e62;
  padding-bottom: 16px;
}
.noteBox p.noteHead {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  font-family: 'CircularStd';
  padding-bottom: 16px;
  color: #333638;
}

.range {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.range input {
  width: 100%;
  top: 2px;
  height: 0;
  -webkit-appearance: none;
}
.range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 23px;
  height: 23px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #055fab;
  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: 8px;
  cursor: pointer;
  background: #eaeaf0;
  border-radius: 8px;
}
.range input::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: #eaeaf0;
  border-radius: 8px;
}
.range input::-ms-track {
  width: 100%;
  height: 8px;
  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: 30px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.range-labels label {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #055fab;
  width: 100%;
  max-width: 84px;
  background-color: #eaeaf0;
  text-align: center;
  border-radius: 8px;
  padding: 5px 0px;
  cursor: pointer;
}
.range-labels .active {
  color: #fff;
  background-color: #055fab;
}

.academicLevel {
  width: 100%;
  margin: 40px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.academicBox {
  width: 100%;
  max-width: 45%;
  padding: 40px 22px;
  background: #ffffff;
  border: 2px solid #e8e8e8;
  border-radius: 12px;
  transition: 0.3s ease all;
  margin-bottom: 30px;
}
.academicBox:hover {
  border-color: #2c61bb;
}
.academicBox:hover p.levelPrice {
  border-color: #2c61bb;
  transition: 0.3s ease all;
}
.academicBox.active p.levelPrice {
  border-bottom: 1px solid #2c61bb;
}
.academicBox span {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #0d0d0d;
}
.pricingBorder {
  margin: 45px auto 0;
}
p.level {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #000;
  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: 700;
  font-size: 25px;
  line-height: 32px;
  color: #11142d;
  align-items: flex-start;
}
.academicBox small {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #0d0d0d;
  position: relative;
  padding-left: 22px;
}
.academicBox small::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 12px;
  height: 12px;
  background: #2c61bb;
  border-radius: 100%;
}
span.highlighted {
  color: #00aeef;
}
.pricingContent h2 {
  font-size: 22px;
  line-height: 25px;
  color: #213970;
  padding-bottom: 30px;
}
.promisesInner {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}
.promises {
  max-width: 45%;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  width: 100%;
}

/* pricing section ending */

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

.promises label {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #0f0f0f;
  font-family: CircularStd;
  align-items: center;
  padding-left: 30px;
}
.promises label::before {
  position: absolute;
  content: '';
  width: 17px;
  height: 17px;
  background-image: url(../new-land/images/png-check.svg);
  top: 1px;
  left: 0px;
  background-repeat: no-repeat;
  background-size: contain;
}
.promises label svg {
  margin-right: 30px;
}

.promises__wrapper {
  padding: 40px 0 0;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.promises__wrapper h2 {
  font-weight: 600;
  font-size: 27px;
  line-height: 25px;
  color: #01305c;
  font-family: 'CircularStd';
  text-align: center;
  margin-top: 70px;
  margin-bottom: 40px;
}

.paper-wraper {
  background: #233f8c;
  position: relative;
  background-image: url(../images/our-average-bg.svg);
  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;
  z-index: 2;
}
.started-btn::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 100px;
  animation-name: cta-animation;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.started-btn a {
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #233f8c;
}
@keyframes cta-animation {
  0% {
    box-shadow: 0 0 0 0px #fff;
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.paper__desc {
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
}
section.paper {
  padding: 30px 0;
}
.rangeWrapper {
  margin-top: 30px;
}
.pricingPage .navPagesWrapper {
  display: flex;
  justify-content: center;
}
.sideBar {
  max-width: 265px;
  width: 100%;
  margin-left: auto;
}
.sidebarWraper {
  width: 100%;
  height: 100%;
}
.valueBox {
  width: 100%;
  min-height: 310px;
  margin-bottom: 50px;
  content: '';
  background-image: url(../images/words-page.svg);
  background-repeat: no-repeat;
}
.valueInner {
  padding: 36px 0 50px 0;
  text-align: center;
}
.valueInner img {
  width: 100%;
  max-width: 80px;
  height: 80px;
}
.valueInner small {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  padding-top: 13px;
  color: #231f20;
  display: block;
}
.valueInner .words {
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  color: #231f20;
  font-family: 'CircularStd';
  padding-top: 10px;
}
.valueInner .discount {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #231f20;
  font-family: CircularStd;
  padding: 0px 30px;
  margin-top: 10px;
  position: relative;
  font-weight: 400;
}
p.discount span {
  color: #117bd4;
  font-size: 20px;
}
p.discount span {
  color: #117bd4;
  font-size: 20px;
}
.goodWords {
  width: 100%;
  margin-top: 50px;
  background-image: url(../images/goodwords-bg.svg);
  min-height: 290px;
  background-repeat: no-repeat;
  background-position: top left;
  padding: 40px 30px 0;
  margin-bottom: 50px;
}
.goodWordsInner {
  text-align: center;
}
.goodWordsInner img {
  width: 100%;
  max-width: 86px;
  height: 86px;
}
.goodWordsInner p {
  font-weight: 400;
  font-size: 18px;
  font-family: 'CircularStd';
  padding-top: 15px;
  padding-bottom: 10px;
  max-width: 96%;
  width: 100%;
  margin: 0 auto;
}
.goodWords {
  width: 100%;
  margin-top: 50px;
  background-image: url(../images/goodwords-bg.svg);
  min-height: 290px;
  background-repeat: no-repeat;
  background-position: top left;
  padding: 40px 30px 0;
  margin-bottom: 50px;
}
.papersWrap {
  position: sticky;
  top: 120px;
}
.papersInner {
  width: 100%;
  min-height: 310px;
  padding-top: 30px;
  text-align: center;
  content: '';
  background-image: url(../images/right-people-bg.svg);
  background-repeat: no-repeat;
}
.papersInner img {
  width: 100%;
  max-width: 100px;
  height: 100px;
}
p.paperMatters {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  padding: 0 25px;
  font-family: 'CircularStd';
  padding-top: 10px;
}
.sideBarCta {
  max-width: 125px;
  width: 100%;
  display: block;
  background-color: #1787e4;
  color: #fff;
  margin: 25px auto 0;
  padding: 8px 0;
  text-align: center;
  position: relative;
  border-radius: 100px;
}
/* CTA */
.cta_star {
  padding: 0 0 72px;
}

.cta_head {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 44px;
  text-align: center;
  color: #231f20;
  margin-bottom: 10px;
  max-width: 70%;
  margin: auto;
}

.cta_desc {
  font-weight: 450;
  font-size: 17px;
  line-height: 150%;
  text-align: center;
  color: #231f20;
  color: #221f1f;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.cta_body {
  padding: 69px 0 55px;
  background: url('../images/cta_bg.svg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  border: 1px solid #dfe9f1;
  position: relative;
  z-index: 1;
  background-position: center top;
}

.cta_btn {
  background-color: #233f8c;
  border-radius: 40px;
  text-align: center;
  color: #fff !important;
  padding: 12px 0;
  font-weight: 450;
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
  display: block;
  max-width: 241px;
  width: 100%;
  margin: 56px auto 0;
  position: relative;
}

.cta_btn::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 100px;
  animation-name: pulse-animation;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.cta_btn .ctaNewblinkText {
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  background-image: url(/images/ai-essay-service-star-blank.svg);
  background-size: 28px 28px;
  background-position: center;
  background-repeat: no-repeat;
  right: -8px;
  top: -7px;
  z-index: 0;
}

.cta_btn .ctaNewblinkText span {
  font-size: 7px;
  font-family: cursive;
  color: white;
  animation: blink 1s linear infinite;
  position: relative;
  top: -1px;
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}
.formBtn {
  width: 100%;
  margin-top: 30px;
}


.formBtn a {
  display: block;
  width: 100%;
  padding: 11px 0;
  background-color: #233F8C;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  outline: none;
  text-decoration: none;
  position: relative;
  font-size: 17px;
}

.formBtn a:hover {
  background: #2c61bb;
}

.formBtn a .pulseanim {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation-name: price-animation;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
@media (max-width: 1200px) {
  .academicBox {
    max-width: 150px;
    padding: 30px 15px 30px 10px;
    margin-bottom: 30px;
    max-width: 24%;
    text-align: center;
  }
  .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: 991px) {
  .academicBox {
    max-width: 48%;
  }
  .range-labels label {
    font-size: 13px;
    max-width: 14%;
    text-align: center;
    display: block;
  }
  .navPagesWrapper {
    flex-direction: column;
  }
  .sideBar {
    margin: 50px auto 0;
  }
}

@media (max-width: 767px) {
  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: 114px 0 0;
  }
  .pricingWraper {
    padding-right: 0;
  }
  .promises {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .pricingWraper {
    padding-right: 0px;
  }
  .factorsprites img {
    width: 70%;
  }
  .factorsprites.pages img {
    width: 60%;
  }

  section.pricingPage {
    padding: 114px 0 20px;
  }
  .pricingContent p {
    max-width: 100%;
    font-size: 16px;
  }
  .pricingContent h1 {
    padding-bottom: 25px;
    font-size: 26px;
    line-height: 29px;
  }
  .factors__head {
    font-size: 18px;
    padding-bottom: 30px;
    line-height: 30px;
  }
  .promises__wrapper {
    padding: 0;
  }

  .factors__inner p {
    padding-top: 0;
    padding-bottom: 10px;
    text-align: center;
  }
  .factorsprites {
    max-width: 61px;
    width: 100%;
  }
  .pricingFactors {
    padding: 20px 0 0;
  }
  span.ornament {
    display: none;
  }

  p.levelPrice {
    border-bottom: 1px solid rgba(52, 73, 94, 0.2);
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .academicBox {
    max-width: 70%;
    margin: 0 auto 30px;
  }
  .academicLevel {
    margin: 40px 0 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 {
    padding-left: 20px;
  }
  .promises {
    max-width: 100%;
  }
  .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;
  }
  .factors-box {
    margin-bottom: 10px;
    margin-right: 0;
    max-width: 100%;
  }
  .factors__inner {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .factors__inner {
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .cta_btn {
    padding: 10px 0;
    font-size: 17px;
    line-height: 25px;
    max-width: 230px;
    width: 100%;
    margin: 30px auto 0;
  }

  .cta_body {
    padding: 39px 0 45px;
  }

  .cta_desc {
    font-size: 17px;
  }
  .cta_body {
    border-radius: 25px;
  }
  .faqBanner h1 {
    font-size: 27px;
    line-height: 140%;
  }
  .faqBanner p{
    font-size: 15px;
  }
}

@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;
  }
  .academicBox {
    max-width: 80%;
  }
}
