.price__Section::after,
.price__Section::before,
section.samples__Section::after,
section.samples__Section::before {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.banner__order,
.freebie__Cta:hover,
a,
a:hover {
  text-decoration: none;
}
.footer,
.mpw_reviews .mpw-pagination,
.reviews-swiper > .swiper-pagination-bullets,
.siteJabber-swiper > .swiper-pagination-bullets,
.sitejabe-pagination,
.trustPilot-swiper > .swiper-pagination-bullets,
.trust_pilot__reviews .trust-pagination {
  display: none;
}
p a {
  color: #204897;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
section.banner__Section {
  padding: 181px 0 150px;
  background-image: url(../images/landingpage/bannerGirl.webp),
    url(../images/landingpage/gradient-bg.webp);
  background-repeat: no-repeat, no-repeat;
  background-position: 100% 100%, top left;
  background-size: auto, 100%;
}
.banner__order:hover,
.review-controls .swiper-button-next:active:after,
.review-controls .swiper-button-prev:active:after,
.samplesControls .swiper-button-next:active:after,
.samplesControls .swiper-button-prev:active:after {
  color: #fff;
}
.banner__Wrapper .sec_head,
.rw-words {
  display: inline;
  color: #231f20;
  font-weight: 700;
}
.banner__Wrapper .sec_head {
  font-size: 40px;
  line-height: 156%;
}
.smaple_Btns .pdfCta,
.smaple_Btns .viewPdf {
  padding: 8px 0;
  font-size: 15px;
  line-height: 16px;
}
.rw-sentence {
  margin: 0;
  text-align: left;
  max-width: 652px;
  width: 100%;
}
.rw-words {
  font-size: 43px;
  line-height: 150%;
  margin-left: 5px;
}
.rw-words-1 span {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  -webkit-animation: 8s linear infinite rotateWord;
  -ms-animation: rotateWord 8s linear infinite 0s;
  animation: 8s linear infinite rotateWord;
  background-color: #233f8c;
  color: #fff;
  padding: 0 10px;
}
.rw-words-1 span:nth-child(2) {
  -webkit-animation-delay: 2s;
  -ms-animation-delay: 2s;
  animation-delay: 2s;
}
.rw-words-1 span:nth-child(3) {
  -webkit-animation-delay: 4s;
  -ms-animation-delay: 4s;
  animation-delay: 4s;
}
.rw-words-1 span:nth-child(4) {
  -webkit-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}
.our_Work .sec__desc {
  max-width: 70%;
  width: 100%;
  margin: 0 auto;
}
@-webkit-keyframes rotateWord {
  0%,
  100%,
  80% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
  }
  17%,
  5% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
  20% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
  }
}
@-ms-keyframes rotateWord {
  0%,
  100%,
  2%,
  20%,
  80% {
    opacity: 0;
  }
  2% {
    -ms-transform: translate3d(0, -30px, 0);
  }
  17%,
  5% {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0);
  }
  20% {
    -ms-transform: translate3d(0, 30px, 0);
  }
}
@keyframes rotateWord {
  0%,
  100%,
  80% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
  17%,
  5% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  20% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
}
.banner__desc {
  font-weight: 450;
  font-size: 17px;
  line-height: 150%;
  color: #6f6f6f;
  margin: 0;
  padding-top: 10px;
  max-width: 545px;
  width: 100%;
}
.banner__order,
.feature__Desc p {
  font-size: 20px;
  line-height: 25px;
}
.banner__Features {
  max-width: 500px;
  width: 100%;
  padding: 80px 0;
  display: flex;
  column-gap: 40px;
  flex-wrap: wrap;
  row-gap: 44px;
}
.feature__Box {
  max-width: 45%;
  width: 100%;
  display: flex;
  column-gap: 17px;
  align-items: center;
}
.feature__Desc p {
  font-weight: 700;
  color: #231f20;
  padding-bottom: 2px;
  margin: 0;
}
.feature__Desc span {
  font-weight: 450;
  font-size: 14px;
  line-height: 18px;
  color: #231f20;
  display: block;
}
.banner__order {
  background-color: #233f8c;
  border-radius: 39.5px;
  font-weight: 450;
  color: #fff;
  padding: 12px 20px;
  max-width: max-content;
  display: block;
  width: 100%;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  position: relative;
}
.service-content p,
.servicePagesWrapper p a:hover,
.viewMore {
  text-decoration: underline;
}
.banner__order::before,
.cta_btn::before,
.freebie__Cta::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;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0 #233f8c;
  }
  100% {
    box-shadow: 0 0 0 15px transparent;
  }
}
.banner__Specs {
  padding-bottom: 60px;
}
.banner__Specs__Wrapper {
  display: flex;
  column-gap: 50px;
  justify-content: center;
  padding: 70px 0;
  background-color: #fff;
  box-shadow: 0 -5px 23px rgb(184 178 178 / 25%);
  border-radius: 40px;
  margin-top: -70px;
  position: relative;
}
.sec__head,
.spec__Desc p {
  line-height: 150%;
  margin: 0;
}
.banner__Specs__Wrapper::before {
  position: absolute;
  content: "";
  width: 82px;
  height: 81px;
  background-image: url(../images/landingpage/star-bg.webp);
  background-repeat: no-repeat;
  right: -86px;
  z-index: -1;
  bottom: 30px;
}
.price__Section::after,
.price__Section::before {
  width: 70px;
  height: 80px;
  background-image: url(../images/star-bg.svg);
  transform: rotate(45deg);
  z-index: -1;
}
.spec__Card {
  padding: 46px 18px;
  background-color: #fff;
  box-shadow: 0 0 18px rgba(145, 145, 145, 0.12);
  border-radius: 13.1143px;
  max-width: 26%;
  width: 100%;
  text-align: center;
}
.spec__Desc p {
  padding-top: 30px;
  font-weight: 600;
  font-size: 18px;
  color: #231f20;
  padding-bottom: 25px;
}
.service-content span,
.spec__Desc span {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.005em;
  color: #221f1f;
  display: block;
}
section.our_Work {
  background: linear-gradient(180deg, #ebf7ff 0, #fdf5eb 100%);
  padding: 30px 0 56px;
  position: relative;
  overflow: hidden;
}
.sec__head {
  font-weight: 500;
  font-size: 33px;
  text-align: center;
  color: #231f20;
  padding-bottom: 15px;
}
.faq-sec h4,
.servicePagesWrapper h2,
.servicePagesWrapper h3,
.servicePagesWrapper h4 {
  color: #231f20;
  font-size: 22px;
  line-height: 130%;
  text-align: left;
  font-weight: 500;
  font-family: CircularStd;
  padding-bottom: 15px;
}
.sec__desc {
  font-weight: 450;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #575e62;
  margin: 0 auto;
}
.our_Work__Wrapper {
  padding-top: 60px;
  display: flex;
  column-gap: 85px;
  justify-content: center;
}
.work__Desc {
  padding-top: 50px;
}
.work__Card {
  max-width: 25.5%;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.work__Badge {
  max-width: 230px;
  width: 100%;
}
.work__Badge img {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0 auto;
}
.work__Desc p {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #231f20;
  margin: 0;
  text-align: center;
}
.work__Desc span {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.005em;
  color: #221f1f;
  display: block;
  padding-top: 23px;
}
.price__Section {
  padding: 60px 0 90px;
  position: relative;
  overflow: hidden;
}
.price__Section::before {
  right: 60px;
  top: 20px;
}
.price__Section::after {
  left: -20px;
  bottom: 90px;
}
.price__Section .sec__desc {
  max-width: 73%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.price__sectoin .sec__desc {
  max-width: 77%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.price__Section__Wrapper {
  display: flex;
  justify-content: center;
  max-width: 100%;
  column-gap: 57px;
  padding-top: 40px;
  align-items: center;
}
.price__Calculator {
  max-width: 340px;
  width: 100%;
}
.price__Box {
  display: flex;
  column-gap: 25px;
  align-items: center;
}
.price__Features {
  display: flex;
  flex-direction: column;
  row-gap: 45px;
}
.priceIcon {
  top: 5px;
  position: relative;
}
.price__Desc p {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  padding-bottom: 10px;
  margin: 0;
}
.price__Desc span {
  font-style: normal;
  font-weight: 450;
  font-size: 14px;
  color: #575757;
  line-height: 150%;
  display: block;
}
section.samples__Section {
  background-color: #f8fcff;
  padding: 60px 0 0;
  position: relative;
  overflow: hidden;
}
section.samples__Section::before {
  width: 130px;
  height: 156px;
  background-image: url(../images/ornament-1.svg);
  top: 52px;
  left: 0;
}
section.samples__Section::after {
  width: 175px;
  height: 215px;
  background-image: url(../images/ornament-2.svg);
  bottom: 0;
  right: 0;
}
section.freebies::after,
section.freebies::before,
section.reviews::after,
section.reviews::before {
  content: "";
  width: 70px;
  height: 80px;
  background-image: url(../images/star-bg.svg);
  transform: rotate(45deg);
}
.samples__Section .sec__desc {
  max-width: 79%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.samples__Wrapper {
  width: 100%;
  position: relative;
  padding: 60px 0 110px;
}
.samplesSwiper {
  padding: 5px 0;
}
.sample__Card {
  background-color: #fff;
  box-shadow: 0 4px 5px rgba(140, 140, 140, 0.15);
  border-radius: 8px;
  max-width: 95%;
  width: 100%;
  margin: 0 auto;
  padding: 25px 20px;
}
.freebie__Cta,
.smaple_Btns .pdfCta {
  background-color: #233f8c;
  width: 100%;
  text-align: center;
}
.sample_card_head {
  display: flex;
  column-gap: 20px;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebec;
}
.sample_card_head img {
  display: block;
}
.sample_card_head p {
  color: #01305c;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  margin: 0;
}
.sample__Details {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.sample__Details p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.sample__Details p span:first-child {
  font-weight: 450;
  font-size: 15px;
  line-height: 150%;
  color: #575e62;
}
.sample__Details p span:last-child {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #575e62;
}
.smaple_Btns {
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: center;
  padding-top: 25px;
}
.smaple_Btns .viewPdf {
  border: 1px solid #233f8c;
  border-radius: 100px;
  max-width: 123px;
  width: 100%;
  text-align: center;
  color: #233f8c;
  font-weight: 500;
}
.smaple_Btns .pdfCta {
  border-radius: 100px;
  max-width: 120px;
  color: #fff;
  font-weight: 500;
}
.samplesControls {
  position: absolute;
  max-width: 90px;
  width: 100%;
  margin: 0 auto;
  bottom: 70px;
  left: 0;
  right: 0;
}
.samplesControls .swiper-button-next {
  right: 0;
}
.review-controls .swiper-button-prev,
.samplesControls .swiper-button-prev {
  left: 0;
}
.samplesControls .swiper-button-next,
.samplesControls .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border: 1px solid #075595;
  background-color: #fff;
}
.samplesControls .swiper-button-next:hover,
.samplesControls .swiper-button-prev:hover {
  border-color: #00699b;
  background: #f6f6f6;
}
.samplesControls .swiper-button-next:after,
.samplesControls .swiper-button-prev:after {
  font-size: 14px;
  color: #075595;
  font-weight: 700;
}
.samplesControls .swiper-button-next:active,
.samplesControls .swiper-button-prev:active {
  background-color: #00699b;
}
.samplesControls .swiper-button-next:hover:after,
.samplesControls .swiper-button-prev:hover:after {
  color: #00699b;
}
section.freebies {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ebf7ff 0, #fdf5eb 100%);
}
section.freebies::before {
  position: absolute;
  background-repeat: no-repeat;
  right: 20px;
  z-index: -1;
  top: 130px;
}
section.freebies::after {
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  z-index: -1;
  bottom: 150px;
}
.freebies__Wrapper {
  width: 100%;
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 85px;
  row-gap: 55px;
}
.singleFreebie {
  max-width: 36%;
  width: 100%;
  display: flex;
  column-gap: 20px;
}
.freebieDesc p {
  font-weight: 500;
  font-size: 19px;
  line-height: 120%;
  color: #231f20;
  margin: 0;
  padding-bottom: 7px;
}
.freebieDesc span {
  font-weight: 450;
  font-size: 15px;
  line-height: 150%;
  color: #575e62;
  display: block;
}
.freebie__Cta {
  border-radius: 40px;
  padding: 12px 0;
  font-weight: 450;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  display: block;
  max-width: 220px;
  margin: 75px auto 0;
  position: relative;
}
.freebie__Cta:hover {
  color: #fff;
}
.freebie__Cta::before {
  z-index: 1;
}
.service-section {
  padding: 60px 0 90px;
}
.service-head h2 {
  font-weight: 500;
  font-size: 33px;
  line-height: 150%;
  text-align: center;
  color: #231f20;
  padding-bottom: 15px;
}
.service-head p {
  max-width: 73%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-weight: 450;
  font-size: 16px;
  line-height: 140%;
  color: #575e62;
}
.service-wrapper {
  margin-top: 50px;
  position: relative;
}
.service-card {
  display: inline-block;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 1px 16px 0 rgba(54, 127, 211, 0.18);
  max-width: 368px;
  padding: 61px 20px;
  min-height: 227px;
  border: 1px solid transparent;
  width: 100%;
  margin: 0 auto;
}
.reviews h2,
.service-content,
.service-icon {
  text-align: center;
}
.service-content p {
  padding-top: 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #231f20;
  margin: 0;
}
#mpwBtn.reviewsActive,
#mpwBtn:hover,
.mpw_reviews .slide-inner:hover,
.service-card:hover {
  border: 1px solid #255394;
}
.writerSwiper {
  position: relative !important;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px 45px !important;
}
.writersSwiperWraper .swiper-button-next-service,
.writersSwiperWraper .swiper-button-prev-service {
  width: 51px;
  height: 51px;
  border-radius: 100%;
  transition: 0.1s;
  bottom: 8%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 9;
  cursor: pointer;
}
.writersSwiperWraper .swiper-button-prev-service {
  left: 34%;
}
.swiper-button-prev-service::after {
  content: "";
  position: absolute;
  background-image: url(../new-land/images/prev-blue.svg);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}
.swiper-button-next-service,
.swiper-button-prev-service {
  cursor: pointer;
  position: absolute;
  height: 40px;
  width: 40px;
  top: 44%;
  right: -50px;
  border-radius: 50%;
}
.swiper-button-prev-service {
  left: -50px;
}
.review-controls .swiper-button-next:hover,
.review-controls .swiper-button-prev:hover,
.swiper-button-next-service:hover,
.swiper-button-prev-service:hover {
  background: #f6f6f6;
}
.swiper-button-next-service.swiper-button-disabled,
.swiper-button-prev-service.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next-service::after {
  content: "";
  position: absolute;
  background-image: url(../new-land/images/next-button.svg);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}
svg.swiper-navigation-icon {
  height: 18px;
}
.writersSwiperWraper .swiper-button-next-service {
  right: 34%;
}
.writerSwiper .swiper-slide {
  display: flex;
  justify-content: center;
}
.swiper-pagination-service {
  display: none;
  position: absolute !important;
  text-align: center !important;
  transition: opacity 0.3s !important;
  transform: translate3d(0, 0, 0) !important;
  bottom: -18px !important;
  z-index: 1 !important;
}
.faqs,
.processSwiper,
.process_workwrapper,
.ratingBox,
.rev-inner,
.reviews-wraper,
.seoContent,
.showReviews,
.site_jabber_reviews,
.trust_pilot__reviews,
section.reviews {
  position: relative;
}
.swiper-pagination-service .swiper-pagination-bullet {
  background: #e4eeff;
  opacity: unset;
}
.swiper-pagination-service .swiper-pagination-bullet-active {
  top: 3px;
  width: 21px !important;
  height: 8px !important;
  border-radius: 100px !important;
  background: #233f8c;
}
@media (max-width: 1199px) {
  .writerSwiper {
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 25px !important;
  }
}
@media (max-width: 767px) {
  .faqsWrapper {
    margin: 50px 0 0;
    padding: 0;
  }
  .faq-card-service {
    max-width: 100% !important;
  }
  .faq-accord-card-head {
    padding: 20px 15px 0;
  }
  .swiper-pagination-service {
    display: block;
  }
  .swiper-button-next-service,
  .swiper-button-prev-service {
    display: none;
  }
}
.faqs {
  width: 100%;
  padding: 100px 0 30px;
  margin-top: 50px;
  background: linear-gradient(180deg, #ebf7ff 0, #fdf5eb 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.faqs::before {
  content: "";
  position: absolute;
  background-image: url(../service-pages-cms/assets/images/faq-star1.svg);
  width: 59px;
  height: 60px;
  top: 30px;
  right: 57.82px;
}
.faqs::after {
  content: "";
  position: absolute;
  background-image: url(../service-pages-cms/assets/images/faq-star2.svg);
  width: 78px;
  height: 94px;
  bottom: 27.96px;
  left: 0;
}
.faqs h2 {
  color: #231f20;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 44.27px;
}
.faqsWrapper {
  margin: 60px 0 50px;
  display: flex;
  align-items: self-start;
  column-gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
}
.faq-card-service {
  border-radius: 12.341px;
  border: 1px solid #c8d9ee;
  background: #fff;
  max-width: calc(50% - 15px);
  width: 100%;
}
.faq-accord-card-head {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-accord-card-head h3 {
  max-width: 450px;
  width: 100%;
  color: #231f20;
  font-size: 18px !important;
  font-weight: 500;
  line-height: 27px;
}
.faq-accord-card-body {
  padding: 0 20px 30px;
  display: block;
}
.faq-accord-card-body p {
  border-top: 1px solid #d0e2f3;
  font-family: CircularStd;
  font-style: normal;
  font-weight: 450;
  font-size: 15px;
  padding-top: 12px;
  line-height: 164%;
  color: #6f6f6f;
}
.faq-accord-card-body li {
  color: #6f6f6f;
  font-size: 15px !important;
  font-weight: 400;
  line-height: 164.5%;
}
section.reviews {
  width: 100%;
  padding: 80px 0;
  /* background-image: url(../new-land/images/we-offer-dots.svg); */
  background-repeat: no-repeat;
  background-position: 0 -60px;
  overflow: hidden;
}
section.reviews::before {
  position: absolute;
  background-repeat: no-repeat;
  z-index: 1;
  right: 18px;
  top: 80px;
}
section.reviews::after {
  position: absolute;
  background-repeat: no-repeat;
  left: -25px;
  z-index: -1;
  bottom: 130px;
}
.reviews .sec__desc {
  max-width: 66%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.reviews-wraper {
  display: block;
  padding-top: 60px;
}
.author,
.rating,
.ratingBox,
.ratingName,
.slide-inner,
.test {
  display: flex;
}
.slide-inner {
  max-width: 457px;
  width: 100% !important;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 287px;
  height: 100%;
  background: #fff;
  box-shadow: 0 4px 10px rgba(140, 140, 140, 0.15);
  border-radius: 3px;
}
.reviews-swiper .swiper-slide.swiper-slide-next .slide-inner,
.siteJabber-swiper .swiper-slide.swiper-slide-next .slide-inner,
.trustPilot-swiper .swiper-slide.swiper-slide-next .slide-inner {
  margin-left: 0;
  margin-right: auto;
}
.slide-inner hr {
  border-top: 1px solid #ebebec;
  margin: 0;
}
.customer__review {
  padding: 20px 40px 35px;
}
.reviews-swiper .swiper-pagination-bullet {
  max-width: 15px;
  width: 100%;
  height: 15px;
  border-radius: 100%;
  background-color: #efefef;
  opacity: 1;
}
.reviews-swiper span.swiper-pagination-bullet-active {
  --swiper-theme-color: #117bd4;
  background-color: #117bd4;
}
.review-controls .swiper-button-next:after,
.review-controls .swiper-button-prev:after {
  font-size: 14px;
  color: #b0b0b0;
  font-weight: 500;
}
.review-controls .swiper-button-next:active,
.review-controls .swiper-button-prev:active {
  background-color: #117bd4;
}
.review-controls .swiper-button-next:hover:after,
.review-controls .swiper-button-prev:hover:after {
  color: #117bd4;
}
.reviews-swiper,
.siteJabber-swiper,
.trustPilot-swiper {
  width: 100%;
  padding: 35px 10px 30px;
}
.review-controls {
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 56%;
}
section.reviews .review-controls .swiper-button-prev {
  left: -52px;
}
.review-controls .swiper-button-next {
  right: -18px;
}
.review-controls .swiper-button-next,
.review-controls .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border: 1px solid #b0b0b0;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: unset !important;
}
.author {
  align-items: flex-start;
  justify-content: space-between;
  padding: 35px 40px 20px;
}
.rating,
.rev-inner {
  align-items: center;
}
.author-inner .author-name {
  font-style: normal;
  font-weight: 450;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #9ba0a4;
  margin: 0;
}
.customer__review p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin: 0;
  color: #575e62;
}
.author-inner span {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  color: #255394;
}
.processSec .subText,
p.des-head {
  font-weight: 450;
  line-height: 150%;
  font-style: normal;
}
.ratingBox {
  justify-content: center;
  width: 100%;
  align-items: center;
  background: #fff;
  box-shadow: 0 4px 34px rgb(0 0 0 / 8%);
  border-radius: 5px;
  padding: 20px 0;
  cursor: pointer;
  border: 1px solid transparent;
}
.ratingName {
  flex-direction: column;
  align-items: center;
}
.ratingName .starimg {
  width: 130px;
  height: 23px;
}
.ratingName .mpw {
  max-width: 172px;
  width: 100%;
  max-height: 27px;
  height: 100%;
}
.rev-inner {
  max-width: 776px;
  width: 100%;
  display: flex !important;
  margin: 0;
  row-gap: 30px;
  column-gap: 21px;
}
.allSwiper {
  width: 100%;
  cursor: grab;
}
.processSwiper-btn,
.viewMore {
  cursor: pointer;
}
.viewMore {
  font-size: 16px;
  line-height: 18px;
  text-transform: capitalize;
  color: #737678;
  font-weight: 400;
  display: block;
  text-align: right;
  max-width: max-content;
  margin-left: auto;
}
#siteJabberBtn.reviewsActive,
#siteJabberBtn:hover,
.site_jabber_reviews .slide-inner:hover {
  border: 1px solid #ef6a23;
}
#trustPilotBtn.reviewsActive,
#trustPilotBtn:hover,
.trust_pilot__reviews .slide-inner:hover {
  border: 1px solid #5cd3cb;
}
.customWrapppper {
  display: flex;
  width: 100%;
  column-gap: 50px;
  align-items: center;
  flex-direction: column;
}
.reviewsContainer {
  max-width: 90%;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.showReviews {
  max-width: 990px;
  width: 100%;
  margin: auto;
  padding: 0 18px;
}
.scrollBtm,
.scrollTop {
  position: absolute;
  left: auto;
  right: 0;
  box-shadow: inset 0 0 0 1px #c8d9ee;
  color: #c8d9ee;
  cursor: pointer;
}
p.des-head {
  font-size: 18px;
  text-align: center;
  color: #231f20;
  width: 100%;
  max-width: 909px;
  margin: 19px 0 78px;
}
.reviewsSwiper {
  padding: 5px;
}
.starsvg,
.starsvgs {
  margin-top: 7px;
}
.starsvgs path {
  fill: #5cd3cb;
}
section.servicePages {
  width: 100%;
}
.servicePages .sec__head {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.scrollTop {
  top: 40px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  height: 54px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.scrollBtm:hover,
.scrollTop:hover {
  box-shadow: inset 0 0 0 1px #233f8c;
}
.scrollBtm:hover svg,
.scrollTop:hover svg {
  fill: #233f8c;
}
.servicePagesWrapper {
  width: 100%;
  max-height: 600px;
  padding-top: 40px;
  padding-right: 70px;
  padding-left: 20px;
  border-top: 1px solid #233f8c;
  border-bottom: 4px solid #233f8c;
  height: 100%;
  overflow-y: scroll;
}
.seoRow {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.seoColumn {
  max-width: 48%;
  width: 100%;
}
.seoContentCard {
  margin-bottom: 20px;
  padding: 40px 30px 20px;
  border: 1px solid #c8d9ee;
  border-radius: 20px;
}
.servicePages h2 {
  color: #221f1f;
}
.servicePagesWrapper li,
.servicePagesWrapper p {
  font-weight: 450;
  font-family: CircularStd;
  color: #575e62;
  font-size: 15px;
  line-height: 170%;
  padding-bottom: 15px;
  margin: 0;
}
.seoContentCard table,
td,
th {
  border: 1px solid #c8d9ee;
}
.seoContentCard table td {
  padding: 15px 10px 0;
}
.scrollBtm {
  bottom: 40px;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  height: 54px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.scrollBtm svg {
  transform: rotate(180deg);
}
.servicePagesWrapper::-webkit-scrollbar {
  display: none;
}
.processSec {
  background: linear-gradient(180deg, #ebf7ff 0, #fdf5eb 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.processSec .subText {
  font-size: 16px;
  text-align: center;
  color: #6f6f6f;
  margin: 0 auto;
  max-width: 68%;
  width: 100%;
}
.processSec h2.secHead {
  font-style: normal;
  font-weight: 500;
  font-size: 33px;
  line-height: 156%;
  text-align: center;
  color: #231f20;
  margin: 0;
  padding-bottom: 15px;
  line-height: normal;
}
.processSteps {
  display: flex;
  justify-content: center;
  margin: 60px 0 40px;
  max-width: 100%;
  column-gap: 25px;
}
.singleStep {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  color: #0b60a9 !important;
  padding: 13px 47px;
  font-weight: 500;
  font-size: 20px;
  line-height: 25.3px;
  max-width: 200px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  border: 1px solid #d1eafe;
  -webkit-border-radius: 10px;
  cursor: pointer;
}
.processDesc,
.processName {
  max-width: 300px;
  color: #231f20;
}
.processSlide {
  display: flex;
  justify-content: start;
  align-items: start;
}
.processContent {
  margin-left: 30px;
  text-align: left;
}
.processName {
  margin: 34px 0;
    font-weight: 500;
    font-size: 23px;
    line-height: 36px;
}
.processDesc {
  font-weight: 450;
  font-size: 16px;
  line-height: 170%;
  margin: 0;
}
.processSwiperBtns {
  position: absolute;
  display: flex;
  max-width: 330px;
  width: 100%;
  gap: 100%;
  bottom: 25%;
  right: 7%;
  z-index: 5;
}
.processSwiper-prev {
  position: absolute;
  left: 0;
}
.processSwiper-next {
  position: absolute;
  right: 0;
}
.processSwiper-btn.swiper-button-disabled {
  opacity: 0.25;
  pointer-events: none;
}
.singleStep.active {
  color: #0b60a9;
  background: #ddeafa;
  display: block;
}
.cta_star {
  padding: 90px 0 72px;
}
.cta_head {
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 44px;
  text-align: center;
  color: #231f20;
  margin-bottom: 10px;
}
.cta-btmTxt,
.cta_btn,
.cta_desc {
  font-weight: 450;
  text-align: center;
  width: 100%;
}
.cta_desc {
  font-size: 17px;
  line-height: 150%;
  color: #575e62;
  max-width: 600px;
  margin: 0 auto;
}
.cta_body {
  padding: 69px 0 55px;
  background: url("../images/cta_bg.svg") center top/100% no-repeat #f8fcff;
  border-radius: 40px;
  border: 1px solid #dfe9f1;
  position: relative;
  z-index: 1;
}
.cta_btn {
  background-color: #233f8c;
  border-radius: 40px;
  color: #fff !important;
  padding: 12px 0;
  font-size: 20px;
  line-height: 25px;
  display: block;
  max-width: 241px;
  margin: 56px auto 0;
  position: relative;
}
.cta_btn img {
  margin-bottom: -2px;
}
.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: #fff;
  animation: 1s linear infinite blink;
  position: relative;
  top: -1px;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.cta-btmTxt {
  font-size: 17px;
  line-height: 150%;
  color: #575e62;
  max-width: 600px;
  margin: 35px auto 0;
}
@media (max-width: 1350px) {
  .author-inner span {
    font-size: 16px;
    line-height: 22px;
  }
  .banner__Specs__Wrapper::before {
    background-image: url(../images/star-bg.svg);
    right: 50px;
    bottom: -52px;
  }
}
@media (max-width: 1200px) {
  section.banner__Section {
    background-position: 100% 100%, top left;
    background-size: 50%, 100% 100%;
  }
  .sample__Card {
    max-width: 90%;
  }
  .singleFreebie {
    max-width: 40%;
  }
  .freebieDesc p {
    font-size: 21px;
  }
  .slide-inner {
    max-width: 94%;
  }
  .ratingBox {
    padding: 17px 35px;
  }
  .processSwiperWrapper img {
    width: 100%;
    height: 100%;
  }
  .processSwiperBtns {
    max-width: 200px;
    right: 4%;
  }
}
@media (max-width: 992px) {
  section.banner__Section {
    background-image: url(../images/gradient-bg.png);
    background-size: 100% 100%;
    background-position: 0 0;
  }
  .banner__Wrapper .sec_head,
  .rw-words {
    font-size: 35px;
  }
  .sample__Card {
    max-width: 100%;
  }
  .singleFreebie {
    max-width: 44%;
  }
  .freebieDesc p {
    font-size: 20px;
  }
  .seoColumn {
    max-width: 100%;
    width: 100%;
  }
  .seoRow {
    flex-direction: column;
  }
  .seoContentCard {
    padding: 40px 10px 20px;
  }
  .processSec h2.secHead {
    font-size: 40px;
  }
  .processSec .subText {
    font-size: 16px;
  }
  .singleStep {
    padding: 10px 26px;
    font-size: 18px;
  }
  .processName {
    margin: 6px 0 18px;
    font-size: 22px;
    line-height: 32px;
  }
  .processDesc {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .review-controls,
  .singleStep {
    display: none;
  }
  .banner__Specs__Wrapper {
    flex-wrap: wrap;
    row-gap: 25px;
    overflow: hidden;
  }
  .rw-words {
    font-size: 30px;
  }
  .banner__Wrapper .sec_head {
    font-size: 33px;
  }
  .spec__Card {
    max-width: 60%;
  }
  .work__Card {
    max-width: 45%;
    width: 100%;
    text-align: center;
  }
  .price__Section__Wrapper {
    flex-direction: column-reverse;
    row-gap: 20px;
  }
  .price__Box {
    align-items: flex-start;
  }
  .singleFreebie,
  .slide-inner {
    max-width: 100%;
  }
  .freebies__Wrapper {
    row-gap: 40px;
  }
  .sample_card_head p {
    min-height: 55px;
  }
  .reviewsContainer {
    max-width: 1170px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  .customWrapppper {
    flex-direction: column;
  }
  .rev-inner {
    max-width: 245px;
    flex-direction: column;
    row-gap: 15px;
    margin-bottom: 24px;
  }
  .reviews-swiper .swiper-pagination,
  .siteJabber-swiper .swiper-pagination,
  .trustPilot-swiper .swiper-pagination {
    display: block;
  }
  .reviews-swiper span.swiper-pagination-bullet-active,
  .siteJabber-swiper span.swiper-pagination-bullet-active,
  .trustPilot-swiper span.swiper-pagination-bullet-active {
    max-width: 21px;
    min-height: 8px;
    border-radius: 100px;
    --swiper-theme-color: #117bd4;
    width: 100%;
  }
  .processSec h2.secHead {
    font-size: 24px;
  }
  .processSec .subText {
    font-size: 15px;
  }
  .processSteps {
    margin: 40px 0 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 22px;
  }
  .singleStep {
    flex-basis: 48%;
    font-size: 16px;
  }
  .processSlide {
    flex-direction: column-reverse;
  }
  .processContent {
    margin: 30px 0 0;
  }
  .processName {
    margin: 0;
  }
  .processDesc {
    font-weight: 450;
    font-size: 15px;
    line-height: 150%;
    max-width: 100%;
    padding-bottom: 40px;
  }
  .processSwiperBtns {
    top: 0;
    max-width: 105px;
    right: 0;
    bottom: unset;
  }
  .processSwiper-btn img {
    width: auto;
    height: 40px;
  }
}
@media (max-width: 575px) {
  .spec__Desc p,
  .work__Desc p {
    font-size: 18px;
  }
  .faqs,
  section.freebies {
    padding: 60px 0;
  }
  .faqsWrapper {
    margin: 50px 0 0;
  }
  .faqs::after {
    width: 50px;
    height: 52px;
    left: 0.09px;
    bottom: 22px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .service-wrapper .writerSwiper {
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
    padding: 23px 0 25px !important;
  }
  h2 {
    font-size: 24px !important;
  }
  .service-card {
    max-width: 300px;
  }
  .cta_btn img {
    margin-bottom: -3px;
  }
  .cta_head {
    font-size: 24px;
    line-height: 38px;
  }
  .freebie__Cta {
    padding: 14px 0 13px;
    font-size: 17px;
    line-height: 21px;
    max-width: 204px;
  }
  .cta_btn {
    padding: 10px 0;
    font-size: 16px;
    line-height: 25px;
    max-width: 230px;
    width: 100%;
    margin: 30px auto 0;
  }
  .cta_body {
    padding: 66px 15px 45px;
    border-radius: 25px;
  }
  .cta_desc {
    font-size: 17px;
  }
  .banner__Specs__Wrapper::before,
  .processSec::after,
  .processSec::before,
  section.samples__Section::after,
  section.samples__Section::before {
    background: 0 0;
  }
  .price__Section::after,
  .price__Section::before,
  section.freebies::after,
  section.freebies::before,
  section.reviews::after,
  section.reviews::before {
    width: 40px;
    height: 40px;
    background-size: cover;
  }
  .freebies__Wrapper,
  .spec__Desc p {
    padding-top: 20px;
  }
  section.our_Work::after,
  section.our_Work::before {
    content: none;
  }
  section.freebies::before {
    content: unset;
    right: 12px;
    top: 15px;
    transform: rotate(12deg);
  }
  section.freebies::after {
    left: 12px;
    bottom: 117px;
    transform: rotate(12deg);
  }
  .sec__head {
    max-width: 330px;
    width: 100%;
    margin: 0 auto;
  }
  .banner__order,
  .rw-words-1 span {
    max-width: max-content;
    margin: 0 auto;
  }
  section.reviews::before {
    left: 26px;
    top: 10px;
  }
  .sec__desc {
    line-height: 160%;
  }
  .reviews-wraper {
    padding-top: 0;
  }
  section.reviews::after {
    right: 0;
    left: unset;
    bottom: 14px;
    transform: rotate(5deg);
  }
  .price__Section::before {
    left: 5px;
    top: 13px;
  }
  .price__Section::after {
    right: 23px;
    left: unset;
    top: 626px;
    transform: rotate(7deg);
  }
  section.banner__Section {
    background-image: none;
    background: linear-gradient(180deg, #ebf7ff 0, #fdf5eb 100%);
    background-size: 100% 100%;
    padding: 110px 0;
    background-position: 0 0;
    position: relative;
  }
  section.banner__Section::after {
    content: "";
    position: absolute;
    background-image: url("../images/banner-star-icon1.webp");
    width: 30px;
    height: 46px;
    right: 0;
    top: 127px;
  }
  section.banner__Section::before {
    content: "";
    position: absolute;
    background-image: url("../images/banner-star-icon2.webp");
    width: 57px;
    height: 58px;
    left: 0;
    bottom: 124px;
  }
  .banner__Wrapper .sec_head {
    font-size: 27px;
    text-align: center;
    display: block;
    width: 100%;
  }
  .banner__desc {
    font-size: 15px;
    line-height: 150%;
    color: #231f20;
    padding-top: 15px;
    text-align: center;
  }
  .banner__Features {
    row-gap: 35px;
    padding: 36px 0 44px 50px;
  }
  .banner__order {
    font-size: 17px;
    line-height: 150%;
    padding: 7px 15px;
  }
  .feature__Box {
    max-width: 100%;
  }
  .rw-words {
    font-size: 27px;
    margin-left: 0;
  }
  .price__Section {
    padding: 60px 0;
  }
  .rw-words-1 span {
    left: 0;
    right: 0;
    min-width: max-content;
  }
  .our_Work__Wrapper {
    row-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .spec__Card,
  .work__Card {
    max-width: 90%;
  }
  .work__Badge {
    max-width: 200px;
  }
  .price__Section .sec__desc,
  .processSec .subText,
  .samples__Section .sec__desc,
  .sec__desc {
    max-width: 95%;
  }
  .work__Badge img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .banner__Specs {
    padding-bottom: 0;
  }
  .banner__Specs__Wrapper {
    margin-top: -40px;
    padding-bottom: 60px;
    box-shadow: none;
    background-color: transparent;
  }
  .sec__head {
    font-size: 24px;
    line-height: 150%;
  }
  .our_Work .sec__desc {
    max-width: 95%;
    line-height: 150%;
    font-size: 15px;
  }
  .sec__desc {
    font-size: 15px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .work__Desc {
    padding-top: 30px;
  }
  .samplesControls,
  .scrollBtm,
  .scrollTop {
    display: none;
  }
  .samples-pagination {
    max-width: max-content;
    width: 100%;
    position: absolute;
    bottom: 60px !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 30px;
    padding: 5px 0;
  }
  .samples-pagination .swiper-pagination-bullet-active {
    background-color: #233f8c;
    width: 21px;
    border-radius: 100px;
  }
  .price__Desc p {
    font-size: 17px;
    padding-bottom: 6px;
  }
  .price__Desc span {
    font-size: 13px;
  }
  .priceIcon svg {
    width: 45px;
    height: 45px;
  }
  .price__Box {
    column-gap: 20px;
  }
  .reviews-swiper,
  .siteJabber-swiper,
  .trustPilot-swiper {
    padding: 12px;
  }
  .mpw_reviews .mpw-pagination,
  .sitejabe-pagination,
  .trust_pilot__reviews .trust-pagination {
    position: absolute;
    left: 0;
    right: 0;
    max-width: max-content;
    margin: 0 auto;
    bottom: -43px !important;
    display: block;
  }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    margin: 5px;
  }
  .swiper-pagination-bullet-active {
    width: 21px !important;
    height: 8px !important;
    border-radius: 100px !important;
    background: #233f8c;
  }
  .servicePagesWrapper {
    padding-right: 20px;
    padding-left: 0;
  }
  .seoContentCard h2,
  .seoContentCard h3 {
    font-size: 18px;
    line-height: 150%;
  }
  .servicePagesWrapper::-webkit-scrollbar-thumb {
    background: #233f8c;
    border-radius: 4px;
  }
  .servicePagesWrapper::-webkit-scrollbar-track {
    background: #e5e5e5;
  }
  .servicePagesWrapper::-webkit-scrollbar {
    width: 5px;
    max-height: 5px;
    display: block;
  }
  .price__Features {
    row-gap: 30px;
  }
  .price__Calculator {
    margin-top: 50px;
  }
  .reviews .sec__desc {
    max-width: 90%;
    padding-bottom: 40px;
  }
  .slide-inner {
    min-height: 315px;
    max-width: 326px;
  }
  .reviewsSwiper {
    padding: 0;
  }
  .processDesc {
    padding-top: 12px;
  }
  .servicePages .sec__head {
    max-width: 100%;
    font-size: 22px;
  }
  .reviews-swiper .swiper-slide,
  .siteJabber-swiper .swiper-slide,
  .trustPilot-swiper .swiper-slide {
    display: flex;
    justify-content: center;
  }
  .servicePagesWrapper li,
  .servicePagesWrapper p {
    font-size: 14px;
  }
  .author {
    padding: 35px 20px 20px;
    gap: 4px;
  }
  .customer__review {
    padding: 20px 20px 35px;
  }
  .rating img {
    width: 90%;
  }
  .author-inner .author-name {
    line-height: 32px;
  }
  .seoContentCard td {
    vertical-align: top;
    box-sizing: border-box;
  }
  .seoContentCard ul {
    padding-left: 30px;
  }
  .faq-accord-card-head h3 {
    font-size: 16px !important;
  }
  section.reviews{
    padding: 40px 0 100px;
  }
}
@media (max-width: 499px) {
  .processSteps {
    gap: 20px;
    gap: 20px 10px;
    margin: 30px 0 25px;
  }
  .singleStep {
    max-width: 75.5%;
  }
}
@media (max-width: 459px) {
  .processSec {
    padding: 40px 0;
  }
  .processContent {
    margin: 0;
  }
  .processName {
    font-size: 23px;
    line-height: 28px;
  }
  .processDesc {
    padding-bottom: 29px;
    padding-top: 15px;
  }
  .freebieDesc p {
    font-size: 17px;
  }
  .freebieDesc span {
    font-size: 13px;
  }
  .freebies__Wrapper {
    width: 93%;
    margin: 0 auto;
    row-gap: 30px;
  }
  .freebieIcon img {
    width: 45px;
    height: 45px;
  }
}
