.servicePageDynamic {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.servicePageDynamic .order0 {
  order: 0;
}

.servicePageDynamic .order1 {
  order: 1;
}

.servicePageDynamic .order2 {
  order: 2;
}

.servicePageDynamic .order3 {
  order: 3;
}

.servicePageDynamic .order4 {
  order: 4;
}

.servicePageDynamic .order5 {
  order: 5;
}

.servicePageDynamic .order6 {
  order: 6;
}

.servicePageDynamic .order7 {
  order: 7;
}

.servicePageDynamic .order8 {
  order: 8;
}

.servicePageDynamic .order9 {
  order: 9;
}

.servicePageDynamic .order10 {
  order: 10;
}

.servicePageDynamic .order11 {
  order: 11;
}

.servicePageDynamic .order12 {
  order: 12;
}

.servicePageDynamic .order13 {
  order: 13;
}

.servicePageDynamic .order14 {
  order: 14;
}

.servicePageDynamic .order15 {
  order: 15;
}

.servicePageDynamic .order16 {
  order: 16;
}

.servicePageDynamic .order17 {
  order: 17;
}

.servicePageDynamic .order18 {
  order: 18;
}

.servicePageDynamic .order19 {
  order: 19;
}

.servicePageDynamic .order20 {
  order: 20;
}

.servicePageDynamic .order21 {
  order: 21;
}

.servicePageDynamic .order22 {
  order: 22;
}

.servicePageDynamic .order23 {
  order: 24;
}

.servicePageDynamic .order25 {
  order: 25;
}

.servicePageDynamic .serviceBanner {
  padding: 70px 0 75px;
  width: 100%;
}

.servicePageDynamic .bannerWrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 0 70px;
  padding-bottom: 48px;
  border-bottom: 1px solid #c8d9ee;
}

.servicePageDynamic .bannerWrapper.noborder {
  border-bottom: none;
}

.servicePageDynamic .bannerText {
  max-width: 53%;
  width: 100%;
}

.servicePageDynamic .head-Text {
  color: #1176ca;
  font-weight: 700;
  line-height: 130%;
  padding-bottom: 25px;
  max-width: 100%;
  font-size: 32px;
}

.servicePageDynamic .sub-Head {
  width: 100%;
  font-weight: 450;
  padding-bottom: 13px;
  color: #0e101a;
  font-size: 19px;
}

.servicePageDynamic #typed {
  font-weight: 450;
  letter-spacing: 0px;
  text-align: left;
  display: block;
  font-size: 19px;
  line-height: normal;
  color: #0e101a;
}

.servicePageDynamic .bannerOrder {
  max-width: max-content;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  /* font-family: 'Circular-Medium'; */
  text-transform: capitalize;
  padding: 17px 20px;
  border-radius: 6px;
  background-color: #1176ca;
  margin-top: 50px;
}

.servicePageDynamic .bannerOrder:hover {
  background-color: #1150ca;
}

.servicePageDynamic .bannerReviews {
  margin-top: 55px;
}

.servicePageDynamic .reviewHead {
  font-size: 22px;
  font-weight: 450;
  line-height: normal;
  text-align: left;
  color: #1b1a2e;
  padding-bottom: 20px;
  letter-spacing: 0px;
}

.servicePageDynamic .reviewHead span {
  color: #1176ca;
  display: inline-block;
  font-weight: 700;
}

.servicePageDynamic .bannerReviewsWrapper {
  max-width: 335px;
  display: flex;
  justify-content: space-between;
}

.servicePageDynamic .reviewItem {
  display: flex;
  column-gap: 12px;
}

.servicePageDynamic .textTop {
  display: flex;
  align-items: center;
  column-gap: 7px;
}

.servicePageDynamic .textTop p {
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}

.servicePageDynamic .reviewName {
  font-size: 13px;
  font-weight: 450;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  display: block;
}

.servicePageDynamic .bannerImage {
  max-width: 497px;
  width: 100%;
  padding-top: 15px;
}

.servicePageDynamic .writerSwiper {
  position: relative;
  max-width: 1020px;
  width: 100%;
  padding: 60px 10px 10px;
}

.servicePageDynamic .writerSwiper .swiper-slide {
  border-radius: 20px;
  display: flex;
  justify-content: center;
}

.servicePageDynamic .writerCard {
  padding: 25px 20px;
  max-width: 312px;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #cfdef0;
}

.servicePageDynamic .writerHead {
  display: flex;
  align-items: flex-start;
  column-gap: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cfdef0;
}

.servicePageDynamic .writerHead>img {
  border-radius: 50%;
}

.servicePageDynamic .writerName {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  /* font-family: 'Circular-Medium'; */
  line-height: 20px;
  padding-bottom: 6px;
}

.servicePageDynamic .writerRating {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.servicePageDynamic .writerRating span {
  color: #92abc9;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  /* font-family: 'Circular-Medium'; */
  line-height: 20px;
}

.servicePageDynamic .writerReviews {
  color: #92abc9;
  font-size: 15px;
  font-weight: 500;
  /* font-family: 'Circular-Medium'; */
  line-height: 20px;
  padding-top: 6px;
}

.servicePageDynamic .writer-edu-wrapper {
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cfdef0;
}

.servicePageDynamic .degreeCard,
.servicePageDynamic .orderCard {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.servicePageDynamic .degreeIcon,
.servicePageDynamic .orderIcon {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #f0f5fe;
  display: flex;
  align-items: center;
  justify-content: center;
}

.servicePageDynamic .degreeText p,
.servicePageDynamic .orderText p {
  color: #0e101a;
  font-size: 17px;
  font-weight: 450;
  line-height: 130%;
}

.servicePageDynamic .degreeText span,
.servicePageDynamic .orderText span {
  color: #92abc9;
  font-size: 13px;
  font-weight: 450;
  line-height: 20px;
}

.servicePageDynamic .competences {
  padding-top: 25px;
}

.servicePageDynamic .competences p {
  color: #92abc9;
  font-size: 13px;
  font-weight: 450;
  line-height: 20px;
  padding-bottom: 13px;
}

.servicePageDynamic .competencesWrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

.servicePageDynamic .competencesWrapper span {
  display: block;
  color: #4a4a4a;
  text-align: center;
  font-size: 12px;
  font-weight: 450;
  line-height: 20px;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #c8d9ee;
  background: #f5f9ff;
}

.servicePageDynamic .aboutWriter {
  display: block;
  padding: 11px 77px;
  max-width: max-content;
  width: 100%;
  text-align: center;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 500;
  /* font-family: 'Circular-Medium'; */
  line-height: normal;
  text-align: center;
  background-color: #1176ca;
  color: #fff;
  margin: 23px auto 0;
}

.servicePageDynamic .aboutWriter:hover {
  background-color: #2088df;
}

.servicePageDynamic .writerCard:hover {
  border-color: transparent;
  box-shadow: 0px 0px 16px 0px rgba(70, 159, 223, 0.2);
}

.servicePageDynamic .writersSwiperWraper {
  position: relative;
}

.servicePageDynamic .serviceWriters {
  padding: 100px 0;
}

.servicePageDynamic .serviceWriters .sec_heading {
  font-size: 35px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  padding-bottom: 15px;
  color: #0e101a;
}

.servicePageDynamic .serviceWriters .sec_desc {
  color: #0e101a;
  text-align: center;
  font-size: 18px;
  font-weight: 450;
  line-height: 150%;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

.servicePageDynamic .viewMoreWriters {
  display: block;
  font-size: 16px;
  font-weight: 450;
  line-height: normal;
  border-radius: 7px;
  max-width: max-content;
  color: #99b0cc;
  border: 1px solid #99b0cc;
  margin: 60px auto 0;
  padding: 15px 50px;
}

.servicePageDynamic .viewMoreWriters:hover {
  color: #0d63c7;
  border-color: #0d63c7;
}

.servicePageDynamic .writersSwiperWraper .swiper-horizontal>.swiper-pagination-bullets,
.servicePageDynamic .writersSwiperWraper .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}

.servicePageDynamic .viewMore {
  display: block;
  font-size: 16px;
  font-weight: 450;
  line-height: normal;
  border-radius: 7px;
  max-width: max-content;
  margin: 0 auto;
  border: 1px solid #99b0cc;
  color: #99b0cc;
}

.servicePageDynamic .writersSwiperWraper .viewMore {
  margin: 60px auto 0;
  padding: 15px 50px;
}

.servicePageDynamic .viewMore:hover {
  color: #0d63c7;
  border-color: #0d63c7;
}

.servicePageDynamic .topChoice {
  padding: 100px 0 136px;
  background: radial-gradient(49.55% 49.55% at 50% 25.06%,
      rgba(78, 132, 209, 0.07) 0%,
      rgba(251, 253, 255, 0.1) 100%),
    #fbfdff;
  position: sticky;
}

.servicePageDynamic .topChoice h2 {
  color: #1b1a2e;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 150%;
  text-transform: capitalize;
  width: 100%;
  padding-bottom: 15px;
}

.servicePageDynamic .topReasonsWrapper {
  max-width: 495px;
  width: 100%;
  row-gap: 30px;
  display: flex;
  flex-direction: column;
}

.servicePageDynamic .topReasonsWrapper.fullwidth {
  max-width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.servicePageDynamic .topReasonsWrapper.fullwidth .reasonItem {
  width: 45%;
}

.servicePageDynamic .reasonItem {
  display: flex;
  align-items: center;
  column-gap: 35px;
}

.servicePageDynamic .reasonText h3 {
  color: #1b1a2e;
  font-size: 20px;
  font-weight: 500;
  /* font-family: 'Circular-Medium'; */
  line-height: 150%;
  padding-bottom: 7px;
}

.servicePageDynamic .reasonText div {
  color: #5e5e5e;
  font-size: 16px;
  font-weight: 450;
  line-height: 150%;
}

.servicePageDynamic .reasonText div a {
  color: #1176ca;
}

.servicePageDynamic .reasonText div a:hover {
  text-decoration: underline;
}

.servicePageDynamic .priceIndludesWrapper {
  padding: 40px 27px;
  max-width: 465px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #c8d9ee;
  background: #fff;
  position: relative;
  box-shadow: 0px 1px 16px 0px rgba(54, 127, 211, 0.18);
}

.servicePageDynamic .priceIndludesWrapper::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 1px solid #c8d9ee;
  top: 25px;
  z-index: -1;
  right: -25px;
}

.servicePageDynamic .priceIndludesWrapper .priceHead {
  color: #1b1a2e;
  font-size: 23px;
  font-weight: 700;
  line-height: 150%;
  text-transform: capitalize;
  padding-bottom: 36px;
}

.servicePageDynamic .priceIndludesWrapper .priceHead span {
  color: #1176ca;
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  line-height: 150%;
  text-transform: capitalize;
}

.servicePageDynamic .pricingWrapper {
  display: flex;
  flex-direction: column;
  row-gap: 17px;
}

.servicePageDynamic .pricingItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 19px;
  border-bottom: 1px solid #c8d9ee;
}

.servicePageDynamic .itemName p {
  padding-left: 45px;
  color: #1b1a2e;
  font-size: 18px;
  font-weight: 450;
  line-height: 150%;
  background-image: url(../../images/service-page/price-includes.webp);
  background-repeat: no-repeat;
  background-position: top left;
}

.servicePageDynamic .itemPrice {
  display: flex;
  column-gap: 20px;
  align-items: center;
}

.servicePageDynamic .itemPrice .was {
  color: #92abc9;
  font-size: 18px;
  font-weight: 450;
  line-height: 150%;
  text-decoration: line-through;
}

.servicePageDynamic .itemPrice .free {
  color: #ee2424;
  font-size: 18px;
  font-weight: 500;
  /* font-family: 'Circular-Medium'; */
  line-height: 150%;
}

.servicePageDynamic .pricingItem.totalPrice {
  border: none;
}

.servicePageDynamic .totalPrice p {
  background-image: none;
  color: #1b1a2e;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.servicePageDynamic .startEssay {
  padding: 13px 37px;
  display: block;
  max-width: max-content;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  /* font-family: 'Circular-Medium'; */
  line-height: normal;
  text-transform: capitalize;
  margin: 0 auto;
  border-radius: 6px;
  background: #1176ca;
}

.servicePageDynamic .startEssay:hover {
  background-color: #1150ca;
}

.servicePageDynamic .topChoiceWrapper {
  padding-top: 60px;
  display: flex;
  gap: 65px;
  justify-content: center;
}

.servicePageDynamic .clientReviews {
  padding: 100px 0;
}

.servicePageDynamic .reviewsHead h2 {
  color: #1b1a2e;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 150%;
  text-transform: capitalize;
  padding-bottom: 15px;
}

.servicePageDynamic .reviewsHead p {
  color: #1b1a2e;
  text-align: center;
  font-size: 18px;
  font-weight: 450;
  line-height: 150%;
  width: 100%;
}

.servicePageDynamic .switchReviews {
  width: 100%;
  display: flex;
  align-items: center;
  max-width: 721px;
  margin: 60px auto 0px;
  column-gap: 20px;
  justify-content: center;
}

.servicePageDynamic .switchReviews button {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
  row-gap: 13px;
  cursor: pointer;
  max-width: max-content;
  width: 100%;
  border: 1.232px solid #d6ebff;
  padding: 19px 31px;
}

.servicePageDynamic .deskImages {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.servicePageDynamic .deskImages span {
  color: #92abc9;
  display: inline-block;
  font-size: 15px;
  font-weight: 450;
  line-height: 20px;
}

.servicePageDynamic .switchReviews button:hover {
  border-color: #3196ea;
}

.servicePageDynamic .switchReviews button.reviewsActive.active {
  border-color: #0654E6;
  background: #0654E6;
}

.servicePageDynamic .reviews_wrapper {
  position: relative;
}

.servicePageDynamic .reviewsSlide {
  margin: 0 auto;
  padding: 30px 20px;
  max-width: 313px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #cfdef0;
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px rgba(70, 159, 223, 0.2);
}

.servicePageDynamic .review-slide-head {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  justify-content: space-between;
}

.servicePageDynamic .review-slide-text {
  padding-bottom: 20px;
  border-bottom: 1px solid #c8d9ee;
}

.servicePageDynamic .review-slide-text p {
  color: #1176ca;
  font-size: 18px;
  font-weight: 500;
  /* font-family: 'Circular-Medium'; */
  line-height: 28px;
  padding-bottom: 10px;
}

.servicePageDynamic .review-slide-text span {
  color: #5e5e5e;
  font-size: 16px;
  font-weight: 450;
  line-height: 170%;
  min-height: 189px;
  display: block;
}

.servicePageDynamic .review-client-info {
  padding-top: 14px;
}

.servicePageDynamic .review-client-info p {
  color: #0e101a;
  font-size: 17px;
  font-weight: 450;
  line-height: 22px;
  letter-spacing: 0.085px;
  padding-bottom: 5px;
}

.servicePageDynamic .review-client-info span {
  color: #8da4bf;
  font-size: 13px;
  font-weight: 450;
  line-height: normal;
  letter-spacing: 0.065px;
}

.servicePageDynamic .reviewsSlide:hover {
  background-color: #f5f9ff;
  border-color: transparent;
  box-shadow: none;
}

.servicePageDynamic .switchReviews button.reviewsActive.active,
.servicePageDynamic .switchReviews button:hover {
  border-color: #3196ea;
}

.servicePageDynamic .viewMoreReviews {
  display: block;
  padding: 15px 38px;
  font-size: 16px;
  font-weight: 450;
  line-height: normal;
  border-radius: 7px;
  max-width: max-content;
  margin: 50px auto 0;
  color: #99b0cc;
  border: 1px solid #99b0cc;
}

.servicePageDynamic .viewMoreReviews:hover {
  color: #0d63c7;
  border-color: #0d63c7;
}

.servicePageDynamic .reviewsSwiper {
  position: relative;
  max-width: 1020px;
  width: 100%;
  padding: 60px 10px 10px;
}

.servicePageDynamic .reviewsSwiper .swiper-horizontal>.swiper-pagination-bullets,
.servicePageDynamic .reviewsSwiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}

.servicePageDynamic .weCanHelp {
  padding: 100px 0 90px;
}

.servicePageDynamic .canHelpWrapper {
  position: relative;
}

.servicePageDynamic .canHelpWrapper h2 {
  max-width: 76%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 15px;
  font-size: 35px;
  font-weight: 700;
  line-height: 53px;
  color: #1b1a2e;
}

.servicePageDynamic .canHelpContainer {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.servicePageDynamic .canHelpSwiper {
  position: relative;
}

.servicePageDynamic .helpSwiper {
  max-width: 765px;
  width: 100%;
  padding-bottom: 60px;
}

.servicePageDynamic .canHelpItem {
  padding: 30px 25px;
  max-width: 372px;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  border: 1px solid #c8d9ee;
  background: #fff;
  min-height: 343px;
}

.servicePageDynamic .canHelpIcon {
  margin-bottom: 16px;
}

.servicePageDynamic .canHelpItem>h3,
.servicePageDynamic .canHelpItem>p {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  /* font-family: 'Circular-Medium'; */
  line-height: 140%;
  padding-bottom: 15px;
}

.servicePageDynamic .canHelpItem .boxDesc {
  display: block;
  color: #5e5e5e;
  font-size: 16px;
  font-weight: 450;
  line-height: 150%;
}

.servicePageDynamic .canHelpItem .boxDesc a {
  color: #1176ca;
}

.servicePageDynamic .canHelpItem .boxDesc a:hover {
  text-decoration: underline;
}

.servicePageDynamic .trustBox {
  max-width: 383px;
  width: 100%;
  border-radius: 20px;
  border: 2px solid #1176ca;
  background: #f5f9ff;
  padding: 38px;
  height: 100%;
}

.servicePageDynamic .trustIcon {
  margin-bottom: 30px;
  text-align: center;
}

.servicePageDynamic .trustText {
  color: #000;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  /* font-family: 'Circular-Medium'; */
  line-height: 150%;
}

.servicePageDynamic .trustBox a {
  max-width: 100%;
  display: block;
  padding: 14px 25px;
  color: #fff;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  /* font-family: 'Circular-Medium'; */
  line-height: normal;
  text-transform: capitalize;
  background: #1176ca;
  margin: 24px auto 0;
  text-align: center;
}

.servicePageDynamic .trustBox a:hover {
  background-color: #1150ca;
}

.servicePageDynamic .canHelpSwiper .swiper-horizontal>.swiper-pagination-bullets,
.servicePageDynamic .canHelpSwiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}

.servicePageDynamic .resourcesSwiper .swiper-horizontal>.swiper-pagination-bullets,
.servicePageDynamic .resourcesSwiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}

.servicePageDynamic .help-controls {
  max-width: 285px;
  position: absolute;
  width: 100%;
  bottom: -50px;
  right: 40%;
  z-index: 1;
  transform: translateX(50%);
  top: unset;
}

.servicePageDynamic .canHelpWrapper .swiper-button-prev {
  left: 0;
}

.servicePageDynamic .canHelpWrapper .swiper-button-next,
.servicePageDynamic .canHelpWrapper .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.1s;
  border: 1px solid rgba(17, 118, 202, 0.35);
  bottom: 0;
  top: unset;
}

.servicePageDynamic .canHelpWrapper .swiper-button-next:after,
.servicePageDynamic .canHelpWrapper .swiper-button-prev:after {
  font-size: 14px;
  color: rgba(17, 118, 202, 0.35);
  font-weight: 600;
}

.servicePageDynamic .canHelpWrapper .swiper-button-next:hover,
.servicePageDynamic .canHelpWrapper .swiper-button-prev:hover {
  border-color: #1176ca;
}

.servicePageDynamic .canHelpWrapper .swiper-button-next:hover::after,
.servicePageDynamic .canHelpWrapper .swiper-button-prev:hover::after {
  color: #1176ca;
}

.servicePageDynamic .howItWorksSec {
  padding: 100px 0;
  background: radial-gradient(49.55% 49.55% at 50% 25.06%,
      rgba(78, 132, 209, 0.07) 0%,
      rgba(251, 253, 255, 0.1) 100%),
    #fbfdff;
}

.servicePageDynamic h2.centerHead {
  color: #1b1a2e;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 150%;
  text-transform: capitalize;
}

.servicePageDynamic .stepsWrapper {
  display: flex;
  column-gap: 40px;
  justify-content: space-between;
  padding-top: 50px;
}

.servicePageDynamic .allStepTabs {
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.servicePageDynamic .orderTab {
  border-radius: 14.227px;
  border: 1px solid #c8d9ee;
  background: #fff;
  padding: 16.5px 20px;
  cursor: pointer;
  background: transparent;
  font-family: inherit;
}

.servicePageDynamic .tab_head {
  display: flex;
  column-gap: 22px;
  align-items: flex-start;
}

.servicePageDynamic .tab_head p {
  color: #1b1a2e;
  font-size: 18px;
  font-weight: 450;
  line-height: 164.5%;
  text-align: left;
}

.servicePageDynamic .tab_body {
  padding-left: 62px;
  display: none;
}

.servicePageDynamic .tab_body span {
  display: block;
  color: #5e5e5e;
  font-size: 16px;
  font-weight: 450;
  line-height: 160%;
  text-align: left;
  font-family: inherit;
}

.servicePageDynamic .stepsImagesWrapper {
  max-width: 731px;
  width: 100%;
}

.servicePageDynamic .orderTab.active {
  background: #ffff;
  border: 1px solid #1176ca;
}

.servicePageDynamic .orderTab.active .tab_head p {
  color: #1176ca;
  font-weight: 500;
  /* font-family: 'Circular-Medium'; */
}

.servicePageDynamic .orderTab.active .tab_body {
  display: block;
}

.servicePageDynamic .orderMoreText {
  color: #0e101a;
  text-align: center;
  font-size: 18px;
  font-weight: 450;
  line-height: 150%;
  padding-top: 60px;
}

.servicePageDynamic .orderStepAnchor {
  display: block;
  max-width: max-content;
  margin: 40px auto 0;
  padding: 15px 47px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  /* font-family: 'Circular-Medium'; */
  border-radius: 6px;
  background-color: #1176ca;
}

.servicePageDynamic .orderStepAnchor:hover {
  background-color: #0d63c7;
}

.servicePageDynamic .orderTab:hover {
  border: 1px solid #1176ca;
}

.servicePageDynamic .orderTab:hover .tab_head p {
  color: #1176ca;
}

.servicePageDynamic .faqs {
  padding: 100px 0 80px;
}

.servicePageDynamic .faqs h2 {
  color: #1b1a2e;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 150%;
  text-transform: capitalize;
}

.servicePageDynamic .faqs .desc {
  color: #1b1a2e;
  text-align: center;
  font-size: 18px;
  font-weight: 450;
  line-height: 150%;
  max-width: 731px;
  width: 100%;
  margin: 0 auto;
}

/* .servicePageDynamic .faqsWrapper {
  padding-top: 70px;
  display: flex;
  align-items: self-start;
  gap: 30px;
  flex-wrap: wrap;
}
.servicePageDynamic .faq-card {
  border-radius: 12.341px;
  border: 1px solid #c8d9ee;
  background: #fff;
  max-width: calc(50% - 15px);
  width: 100%;
}
.servicePageDynamic .faq-accord-card-head {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  min-height: 100px;
  column-gap: 10px;
}
.servicePageDynamic .faq-accord-card-head h3 {
  color: #1b1a2e;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Circular-Medium';
  line-height: 150%;
}
.servicePageDynamic .faq-accord-card-body {
  padding: 0 20px 30px;
  display: none;
}
.servicePageDynamic .faq-accord-card-body ul {
  padding: 20px 40px 0;
}
.servicePageDynamic .faq-accord-card-body p,
.servicePageDynamic .faq-accord-card-body li {
  color: #221f1f;
  font-size: 15px;
  font-weight: 450;
  line-height: 164.5%;
}
.servicePageDynamic .faqs .faq-accord-card-body p a {
  color: #1176ca;
}
.servicePageDynamic .faqs .faq-accord-card-body p a:hover {
  text-decoration: underline;
}
.servicePageDynamic .faq-card:hover {
  border-color: #1176ca;
}
.servicePageDynamic .faq-card:hover .faq-accord-card-head h3 {
  color: #1176ca;
}
.servicePageDynamic .faq-card.active .faq-accord-card-body {
  display: block;
}
.servicePageDynamic .faq-card.active .faq-icon {
  transform: rotate(45deg);
} */
.servicePageDynamic .contentSection {
  padding: 100px 0 0;
}

.servicePageDynamic .sec_heading {
  font-size: 35px;
  line-height: 150%;
  text-align: center;
  padding-bottom: 15px;
  color: #0e101a;
}

.servicePageDynamic .seoContent {
  position: relative;
}

.servicePageDynamic .servicePagesWrapper {
  width: 100%;
  padding: 30px 20px 0 20px;
  border-top: 1px solid #1176ca;
  border-bottom: 4px solid #1176ca;
  height: 100%;
}

.servicePageDynamic .seoRow {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.servicePageDynamic .seoColumn {
  width: 100%;
}

.servicePageDynamic .seoColumn img {
  width: 100%;
}

.servicePageDynamic .seoContentCard {
  margin-bottom: 20px;
  padding: 32px 30px;
  border-radius: 20px;
  border: 1px solid #c9d9ee;
}

.servicePageDynamic .servicePagesWrapper p,
.servicePageDynamic .servicePagesWrapper li,
.servicePageDynamic .servicePagesWrapper td {
  color: #221f1f;
  font-size: 16px;
  font-weight: 450;
  line-height: 164.5%;
  padding-bottom: 15px;
}

.servicePageDynamic .servicePagesWrapper h2,
.servicePageDynamic .servicePagesWrapper h3,
.servicePageDynamic .servicePagesWrapper h4,
.servicePageDynamic .faq-sec h4 {
  color: #221f1f;
  font-size: 20px;
  padding-bottom: 15px;
  line-height: 142.5%;
}

.servicePageDynamic .servicePagesWrapper ul {
  list-style: disc;
  padding-left: 30px;
}

.servicePageDynamic .seoContentCard a {
  color: #1176ca;
}

.servicePageDynamic .seoContentCard a:hover {
  text-decoration: underline;
}

.servicePageDynamic .servicePagesWrapper::-webkit-scrollbar {
  width: 2px;
}

.servicePageDynamic .servicePagesWrapper::-webkit-scrollbar-track {
  background: #ddd;
}

.servicePageDynamic .servicePagesWrapper::-webkit-scrollbar-thumb {
  background: #1176ca;
}

.servicePageDynamic .servicePagesWrapper::-webkit-scrollbar-thumb:hover {
  background: #1176ca;
}

.servicePageDynamic .exploreResources {
  padding: 100px 0 0;
}

.servicePageDynamic .exploreResources .sec_desc {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
}

.servicePageDynamic .resourcesWrapper {
  position: relative;
}

.servicePageDynamic .resourcesSwiper {
  padding: 50px 0;
  position: unset;
  max-width: 1020px;
  width: 100%;
}

.servicePageDynamic .resourceBox {
  display: block;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 2px 12px 0px rgba(54, 127, 211, 0.12);
  max-width: 368px;
  width: 100%;
  padding: 30px 20px;
  min-height: 269px;
  border: 2px solid #e8eff8;
  max-width: 95%;
  width: 100%;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.servicePageDynamic .resourceText h3,
.servicePageDynamic .resourceText p {
  color: #1e2532;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  /* font-family: 'Circular-Medium'; */
  line-height: normal;
  text-transform: capitalize;
  padding-top: 15px;
  text-align: center;
}

.servicePageDynamic .resourceText span {
  color: #656e83;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  padding-top: 15px;
  text-align: center;
  display: block;
}

.servicePageDynamic .resourcesWrapper .swiper-button-next,
.servicePageDynamic .resourcesWrapper .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.1s;
  border: 1px solid rgba(17, 118, 202, 0.35);
}

.servicePageDynamic .resourcesWrapper .swiper-button-next:after,
.servicePageDynamic .resourcesWrapper .swiper-button-prev:after {
  font-size: 14px;
  color: rgba(17, 118, 202, 0.35);
  font-weight: 600;
}

.servicePageDynamic .resourceIcon {
  text-align: center;
}

.servicePageDynamic .resourceBox:hover {
  border-color: #1176ca;
  box-shadow: 0px 4px 20px 0px rgba(17, 118, 202, 0.18);
  transform: translateY(-4px);
}

.servicePageDynamic .resourceBox:hover .resourceText h3,
.servicePageDynamic .resourceBox:hover .resourceText p {
  color: #1176ca;
}

.servicePageDynamic .sec_desc {
  color: #0e101a;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
}

.servicePageDynamic .ctaSection {
  padding: 150px 0 19px;
}

.servicePageDynamic .ctaWrapper {
  position: relative;
  max-width: 1022px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 90px 70px;
  background-color: #1176ca;
  border-radius: 31px;
  background-image: url(../../components/homepage-components/images/cta-bg.webp);
  background-repeat: no-repeat;
  background-size: 95% 95%;
  background-position: bottom center;
}

.servicePageDynamic .ctaWrapper::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 19px;
  right: -19px;
  border: 1px solid #c8d9ee;
  border-radius: 31px;
  z-index: -1;
}

.servicePageDynamic .ctaWrapper p {
  font-size: 33px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  color: #fff;
}

.servicePageDynamic .ctaAnchor {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  color: #1176ca;
  display: block;
  max-width: max-content;
  padding: 14px 24px;
  border-radius: 6px;
  background-color: #fff;
  margin: 40px auto 0;
  position: relative;
  z-index: 1;
  transition: all ease 0.1s;
}

.servicePageDynamic .ctaAnchor:hover {
  transform: scale(1.02);
}

.servicePageDynamic .bannerImageSkeleton {
  width: 497px;
  height: 457px;
  border-radius: 8px;
  overflow: hidden;
  background: #ececec;
  background-image: linear-gradient(90deg, #ececec 0%, #f4f4f4 50%, #ececec 100%);
  background-size: 200% 100%;
  animation: shine-loading-image 1.5s infinite linear;
  margin: auto;
}

.skeleton {
  background: #ececec;
  background-image: linear-gradient(90deg, #ececec 0%, #ddd 50%, #ececec 100%);
  background-size: 200% 100%;
  border-radius: 4px;
  animation: shine-loading-container-items 1.5s infinite linear;
}

@keyframes shine-loading-image {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

@keyframes shine-loading-container-items {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

.head-Text-skeleton {
  width: 100%;
  height: 30px;
  margin-bottom: 25px;
}

.sub-Head-skeleton {
  width: 100%;
  height: 175px;
  margin-bottom: 25px;
}

.typed-skeleton {
  width: 100%;
  height: 48px;
}

.bannerOrder-skeleton {
  height: 56px;
  margin-top: 50px;
  width: 300px;
}

.reviewHead-skeleton {
  width: 100%;
  height: 26px;
  margin-bottom: 20px;
}

.reviews-skeleton {
  width: 335px;
  height: 40px;
}

.servicePageDynamic .sec_desc p {
  color: #0e101a;
  text-align: center;
  font-size: 18px;
  font-weight: 450;
  line-height: 150%;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

.servicePageDynamic .sec_desc a {
  color: #1176ca;
}

.servicePageDynamic .sec_desc a:hover {
  text-decoration: underline;
}

.servicePageDynamic .canHelpWrapper .swiper-button-prev {
  transform: translateX(270px);
}

.servicePageDynamic .canHelpWrapper .swiper-button-next {
  transform: translateX(-270px);
}

.servicePageDynamic .help-controls {
  display: none;
}

.servicePageDynamic .ctaAnchor::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 6px;
  animation-name: whiteAnimation;
  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 whiteAnimation {
  0% {
    box-shadow: 0 0 0 0px #fff;
  }

  100% {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}

.servicePageDynamic .seoContentCard td {
  padding: 5px;
  border: 1px solid;
}

.servicePageDynamic .seoContentCard td p {
  padding-bottom: 0;
}

.servicePageDynamic .seoContentCard table {
  border-width: 1px;
  margin-bottom: 25px;
}

.servicePageDynamic .seoColumn.empty {
  display: none;
}

.servicePageDynamic .resourcesWrapper .swiper-button-next:hover,
.servicePageDynamic .resourcesWrapper .swiper-button-prev:hover {
  border-color: #1176ca;
}

.servicePageDynamic .resourcesWrapper .swiper-button-next:hover::after,
.servicePageDynamic .resourcesWrapper .swiper-button-prev:hover::after {
  color: #1176ca;
}

@media (min-width: 1367px) {
  .bannerImage img {
    object-fit: contain;
  }
}

@media (max-width: 1199px) {
  .servicePageDynamic .writerSwiper {
    max-width: 710px;
  }

  .servicePageDynamic .reviewsSwiper {
    max-width: 710px;
  }

  .servicePageDynamic .helpSwiper {
    max-width: 565px;
  }

  .servicePageDynamic .stepsImagesWrapper img {
    width: 100%;
    height: 100%;
  }

  .servicePageDynamic .stepsWrapper {
    column-gap: 20px;
  }
}

@media (max-width: 991px) {
  .servicePageDynamic .serviceBanner {
    padding: 60px 0 0;
  }

  .servicePageDynamic .bannerWrapper {
    flex-direction: column;
    gap: 20px;
  }

  .servicePageDynamic .bannerText {
    max-width: 100%;
  }

  .servicePageDynamic .writersSwiperWraper .swiper-wrapper {
    padding-bottom: 40px;
  }

  .servicePageDynamic .writersSwiperWraper .swiper-horizontal>.swiper-pagination-bullets,
  .servicePageDynamic .writersSwiperWraper .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: block;
  }

  .servicePageDynamic .topChoiceWrapper {
    flex-direction: column;
  }

  .servicePageDynamic .switchReviews {
    justify-content: flex-start;
    padding: 0 15px 20px;
    overflow: scroll;
  }

  .servicePageDynamic .reviewsSwiper .swiper-wrapper {
    padding-bottom: 40px;
  }

  .servicePageDynamic .reviewsSwiper .swiper-horizontal>.swiper-pagination-bullets,
  .servicePageDynamic .reviewsSwiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: block;
  }

  .servicePageDynamic .helpSwiper {
    max-width: 385px;
  }

  .servicePageDynamic .stepsWrapper {
    flex-direction: column;
  }

  .servicePageDynamic .allStepTabs {
    max-width: unset;
    flex-direction: row;
    overflow: scroll;
    gap: 20px;
  }

  .servicePageDynamic .orderTab {
    min-width: max-content;
  }

  /* .servicePageDynamic .faq-accord-card-head h3 {
    font-size: 16px;
  } */
  /* .servicePageDynamic .faqsWrapper {
    gap: 15px;
  } */
  .servicePageDynamic .resource-controls {
    display: none;
  }

  .servicePageDynamic .ctaSection {
    padding: 100px 0 19px;
  }

  .servicePageDynamic .ctaWrapper::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .servicePageDynamic .trustBox {
    display: none;
  }

  .servicePageDynamic .canHelpContainer {
    justify-content: center;
  }

  .servicePageDynamic .help-controls {
    display: none;
  }

  /* .servicePageDynamic .faq-card {
    max-width: 100%;
  } */
  .servicePageDynamic .servicePagesWrapper {
    padding: 30px 20px;
  }

  .servicePageDynamic .seoRow {
    flex-direction: column;
  }

  .servicePageDynamic .seoColumn {
    max-width: 100%;
  }

  .servicePageDynamic .seoColumn.empty {
    display: none;
  }
}

@media (max-width: 575px) {
  .servicePageDynamic .bannerWrapper {
    margin-bottom: 40px;
  }

  .servicePageDynamic .sub-Head {
    max-width: 100%;
    font-size: 17px;
    padding-bottom: 15px;
  }

  .servicePageDynamic #typed {
    font-size: 16px;
    line-height: 150%;
    max-width: 100%;
    width: 100%;
  }

  .servicePageDynamic .bannerOrder {
    margin: 40px auto 0;
    font-size: 15px;
  }

  .servicePageDynamic .bannerReviews {
    margin-top: 40px;
  }

  .servicePageDynamic .reviewHead {
    font-size: 16px;
    text-align: center;
  }

  .servicePageDynamic .bannerReviewsWrapper {
    justify-content: center;
    column-gap: 30px;
    max-width: 100%;
  }

  .servicePageDynamic .reviewItem {
    flex-direction: column;
    align-items: center;
  }

  .servicePageDynamic .reviewName {
    text-align: center;
    padding-top: 11px;
  }

  .servicePageDynamic .bannerImage img {
    display: block;
    margin: auto;
    width: 269px;
    height: 100%;
    object-fit: contain !important;
    display: none;
  }

  .servicePageDynamic .serviceWriters {
    padding: 90px 0;
  }

  .servicePageDynamic .serviceWriters .sec_heading {
    font-size: 24px;
    line-height: 150%;
    padding-bottom: 20px;
  }

  .servicePageDynamic .writers__head .sec_desc {
    font-size: 14px;
    line-height: 150%;
  }

  .servicePageDynamic .writerSwiper {
    padding: 40px 10px 10px;
  }

  .servicePageDynamic .viewMoreWriters {
    margin: 20px auto 0;
  }

  .servicePageDynamic .writerSwiper .swiper-slide-next,
  .servicePageDynamic .writerSwiper .swiper-slide-prev,
  .servicePageDynamic .reviewsSwiper .swiper-slide-next,
  .servicePageDynamic .reviewsSwiper .swiper-slide-prev {
    visibility: hidden;
  }

  .servicePageDynamic .topChoice {
    padding: 50px 0 100px;
  }

  .servicePageDynamic .topChoice h2 {
    font-size: 24px;
    line-height: 150%;
    max-width: 100%;
  }

  .servicePageDynamic .topChoiceWrapper {
    flex-direction: column;
    row-gap: 50px;
    padding-top: 45px;
  }

  .servicePageDynamic .reasonItem {
    align-items: flex-start;
  }

  .servicePageDynamic .reasonText h3 {
    font-size: 18px;
  }

  .servicePageDynamic .reasonText span {
    font-size: 15px;
  }

  .servicePageDynamic .priceIndludesWrapper {
    padding: 25px 15px;
  }

  .servicePageDynamic .priceIndludesWrapper .priceHead {
    text-align: center;
  }

  .servicePageDynamic .itemName p {
    padding-left: 35px;
    font-size: 15px;
    background-size: contain;
  }

  .servicePageDynamic .itemPrice .was {
    font-size: 16px;
  }

  .servicePageDynamic .itemPrice .free {
    font-size: 15px;
  }

  .servicePageDynamic .startEssay {
    padding: 13px 30px;
  }

  .servicePageDynamic .clientReviews {
    padding: 90px 0;
  }

  .servicePageDynamic .reviewsHead h2 {
    font-size: 24px;
    line-height: 150%;
    padding-bottom: 15px;
  }

  .servicePageDynamic .reviewsHead p {
    font-size: 14px;
    line-height: 150%;
    max-width: 100%;
  }

  .servicePageDynamic .deskImages span {
    display: none;
  }

  .servicePageDynamic .switchReviews button {
    padding: 15px 10px;
  }

  .servicePageDynamic .switchReviews {
    gap: 15px;
    padding: 0 0 20px;
  }

  .servicePageDynamic .viewMoreReviews {
    margin: 20px auto 0;
  }

  .servicePageDynamic .reviewsSwiper {
    padding: 30px 10px 10px;
  }

  .servicePageDynamic .priceIndludesWrapper::before {
    right: -15px;
  }

  .servicePageDynamic .clientReviews {
    padding: 50px 0 40px;
  }

  .servicePageDynamic .weCanHelp {
    padding: 0px 0 50px;
  }

  .servicePageDynamic .canHelpWrapper h2 {
    max-width: 100%;
    font-size: 24px;
    line-height: 150%;
  }

  .servicePageDynamic .canHelpSwiper {
    padding-bottom: 60px;
  }

  .servicePageDynamic .canHelpContainer {
    flex-direction: column;
  }

  .servicePageDynamic .trustBox {
    display: block;
  }

  .servicePageDynamic .canHelpItem {
    min-height: 300px;
  }

  .servicePageDynamic .canHelpItem>h3,
  .servicePageDynamic .canHelpItem>p {
    font-size: 20px;
    line-height: 150%;
    min-height: unset;
  }

  .servicePageDynamic .trustBox a {
    padding: 14px 15px;
    font-size: 16px;
  }

  .servicePageDynamic .howItWorksSec {
    padding: 50px 0 30px;
  }

  .servicePageDynamic .allStepTabs {
    flex-direction: column;
    overflow: unset;
    gap: 12px;
  }

  .servicePageDynamic .orderTab {
    min-width: unset;
  }

  .servicePageDynamic .stepsWrapper {
    row-gap: 40px;
  }

  .servicePageDynamic .orderMoreText {
    padding-top: 40px;
  }

  .servicePageDynamic .orderStepAnchor {
    font-size: 16px;
  }

  .servicePageDynamic h2.centerHead {
    font-size: 24px;
    line-height: 150%;
  }

  .servicePageDynamic .faqs {
    padding: 50px 0 0;
  }

  .servicePageDynamic .faqs h2 {
    font-size: 24px;
  }

  /* .servicePageDynamic .faqsWrapper {
    padding-top: 40px;
  }
  .servicePageDynamic .faq-accord-card-head {
    align-items: flex-start;
    padding: 20px;
    min-height: unset;
  } */
  .servicePageDynamic .contentSection {
    padding: 90px 0 0px;
  }

  .servicePageDynamic .sec_heading {
    font-size: 24px;
    line-height: 150%;
    padding-bottom: 20px;
  }

  .servicePageDynamic .servicePagesWrapper {
    padding: 30px 10px;
  }

  .servicePageDynamic .exploreResources {
    padding: 50px 0 0;
  }

  .servicePageDynamic .sec_heading {
    font-size: 24px;
    line-height: 150%;
    padding-bottom: 20px;
  }

  .servicePageDynamic .sec_desc {
    font-size: 14px;
    line-height: 150%;
  }

  .servicePageDynamic .resourceBox {
    max-width: 95%;
    margin: 0 auto;
  }

  .servicePageDynamic .resourcesSwiper .swiper-horizontal>.swiper-pagination-bullets,
  .servicePageDynamic .resourcesSwiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: block;
  }

  .servicePageDynamic .ctaSection {
    padding: 60px 0 0;
  }

  .servicePageDynamic .ctaWrapper {
    background-size: cover;
    padding: 50px 15px;
    background: #1176ca;
  }

  .servicePageDynamic .ctaWrapper p {
    font-size: 19px;
    font-weight: 500;
    /* font-family: 'Circular-Medium'; */
  }

  .servicePageDynamic .ctaAnchor {
    margin: 10px auto 0;
  }

  .servicePageDynamic .bannerImageSkeleton {
    width: 231px;
    height: 212px;
    border-radius: 8px;
    overflow: hidden;
    background: #ececec;
    background-image: linear-gradient(90deg, #ececec 0px, #f4f4f4 40px, #ececec 80px);
    background-size: 250px;
    animation: shine-loading-image 2s infinite ease-out;
    margin: auto;
    display: none;
  }

  .header-skeleton {
    height: 64px;
    width: 100%;
  }

  .head-Text-skeleton {
    height: 60px;
  }

  .sub-Head-skeleton {
    width: 100%;
    height: 117px;
    margin-bottom: 15px;
  }

  .bannerOrder-skeleton {
    height: 52px;
    margin: 40px auto 0;
    width: 250px;
  }

  .reviewHead-skeleton {
    width: 100%;
    height: 26px;
    margin-bottom: 20px;
  }

  .reviewHead-skeleton {
    height: 19px;
  }

  .reviews-skeleton {
    width: 330px;
    height: 80px;
    margin: auto;
  }

  .servicePageDynamic .canHelpWrapper .swiper-button-next,
  .servicePageDynamic .canHelpWrapper .swiper-button-prev {
    display: none;
  }

  .servicePageDynamic .canHelpSwiper .swiper-horizontal>.swiper-pagination-bullets,
  .servicePageDynamic .canHelpSwiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: block;
  }

  .servicePageDynamic .head-Text {
    font-size: 30px;
  }

  .servicePageDynamic .ctaWrapper::before {
    display: block;
    top: 10px;
    right: -10px;
  }

  .servicePageDynamic .resourcesWrapper .swiper-button-next,
  .servicePageDynamic .resourcesWrapper .swiper-button-prev {
    display: none;
  }

  .servicePageDynamic .topReasonsWrapper.fullwidth {
    flex-direction: column;
  }

  .servicePageDynamic .topReasonsWrapper.fullwidth .reasonItem {
    width: 100%;
  }
}